:root {
  --ink: #141414;
  --muted: #6c655f;
  --paper: #f6f1eb;
  --white: #fff;
  --terracotta: #c98a6b;
  --line: #ddd2c7;
  --gutter: clamp(1rem, 4vw, 4.875rem);
  --section-space: clamp(3rem, 7vw, 6.875rem);
  --content-padding: max(var(--gutter), calc((100% - 90rem) / 2));
  --header-height: 6rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 1rem); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1rem/1.5 "DM Sans", Arial, sans-serif; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
a, button, label { touch-action: manipulation; }
:focus-visible { outline: 3px solid #805136; outline-offset: 4px; }
h1, h2, h3, p, label, legend, a, .proof-number { overflow-wrap: anywhere; }
.hero > *, .lead-section > *, .field-grid > *, .solution-grid > *, .proof-grid > *, .steps > * { min-width: 0; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: #fff; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.site-header {
  position: sticky; top: 0; z-index: 20; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem;
  padding: 1.125rem var(--content-padding); background: rgba(246,241,235,.96); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(20,20,20,.08);
}
.brand { flex: 0 1 10rem; min-width: 0; }
.brand img { width: 10rem; }
.nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 1.875rem); font-size: .875rem; font-weight: 600; }
.nav a { min-height: 2.75rem; display: inline-flex; align-items: center; }
.nav-cta { padding: .6875rem 1.125rem; border: 1px solid var(--ink); text-align: center; }
.nav-toggle { display: none; }
[hidden] { display: none !important; }
.hero {
  display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center;
  gap: clamp(2rem, 4vw, 3.375rem); padding: clamp(2.5rem, 5vw, 4.375rem) var(--content-padding) clamp(3rem, 6vw, 5rem);
}
.eyebrow { font-size: .8125rem; font-weight: 700; letter-spacing: .16em; color: #935c40; margin: 0 0 1.125rem; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; line-height: 1.05; margin: 0; }
h1 { font-size: clamp(2.5rem, 6vw, 6.5rem); letter-spacing: -.045em; }
h1 span { color: var(--terracotta); }
.hero-text { font-size: clamp(1rem, 1.35vw, 1.1875rem); line-height: 1.65; max-width: 38.75rem; color: var(--muted); margin: 1.875rem 0; }
.location-note { margin: -.8125rem 0 1.875rem; font-size: .875rem; font-weight: 700; }
.hero-actions { display: flex; gap: .875rem; flex-wrap: wrap; }
.button {
  display: inline-flex; justify-content: center; align-items: center; min-height: 3.125rem; max-width: 100%;
  padding: .8125rem 1.5rem; font-size: 1rem; line-height: 1.4; font-weight: 700; border: 1px solid var(--ink);
  border-radius: 0; text-align: center; white-space: normal; cursor: pointer; transition: background-color .2s, border-color .2s;
}
.button.primary { background: var(--ink); color: #fff; }
.button.ghost { background: transparent; }
@media (hover: hover) {
  .button.primary:hover { background: #805136; border-color: #805136; }
  .button.ghost:hover, .nav-cta:hover { background: #fff; }
}
.price-note { margin-top: 2.125rem; padding-top: 1.375rem; border-top: 1px solid var(--line); display: flex; gap: .75rem; flex-direction: column; }
.price-note strong { font-size: 1.4375rem; }
.price-note span { color: var(--muted); font-size: .875rem; }
/* Keep both complete photographs visible, including on narrow screens. */
.hero-visual { display: grid; grid-template-columns: minmax(0, 1fr); gap: .375rem; background: var(--line); }
.split { position: relative; margin: 0; min-width: 0; }
.split img { width: 100%; height: auto; aspect-ratio: 1869 / 842; object-fit: contain; }
.split figcaption {
  position: absolute; top: clamp(.5rem, 1.5vw, 1.5rem); left: clamp(.5rem, 1.5vw, 1.5rem);
  background: var(--ink); color: #fff; padding: .4rem .65rem; font-size: .8125rem; font-weight: 700; letter-spacing: .08em;
}
.split.after figcaption { background: #805136; }
.proof, .service, .lead-section, .solutions { padding: var(--section-space) var(--content-padding); }
.solutions { background: #fff; }
.solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.375rem; margin-top: clamp(2rem, 4vw, 3.5rem); }
.solution-card { padding: clamp(1.25rem, 2.2vw, 1.875rem); border: 1px solid var(--line); background: var(--paper); }
.solution-card h3 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.5rem, 2.2vw, 1.875rem); font-weight: 500; line-height: 1.2; margin: 0 0 .875rem; }
.solution-card p { color: var(--muted); line-height: 1.6; margin: 0; }
.proof { background: #151515; color: #fff; }
.proof .eyebrow { color: var(--terracotta); }
.section-heading { max-width: 48.75rem; }
.section-heading.narrow { max-width: 53.125rem; }
.section-heading h2 { font-size: clamp(2rem, 4.6vw, 4.5rem); margin-bottom: 1.5rem; }
.section-heading > p:last-child { color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.125rem); line-height: 1.7; }
.proof .section-heading > p:last-child { color: #bdb5ae; }
.proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: #45403c; margin-top: clamp(2rem, 5vw, 4.375rem); }
.proof-card { background: #151515; padding: clamp(1.25rem, 2.8vw, 2.375rem); }
.proof-number { display: block; color: var(--terracotta); font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.75rem, 2.6vw, 2.375rem); line-height: 1.25; margin-bottom: .9375rem; }
.proof-card p { color: #c9c2bb; line-height: 1.55; }
.service { background: #fff; }
.steps { list-style: none; padding: 0; margin: clamp(2rem, 5vw, 4.0625rem) 0 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.steps li { border-top: 2px solid var(--ink); padding-top: 1.5rem; }
.steps span { display: block; color: #935c40; font-size: .875rem; font-weight: 700; margin-bottom: clamp(1rem, 2.5vw, 2.1875rem); }
.steps strong { font-size: 1.1875rem; }
.steps p { color: var(--muted); line-height: 1.5; }
.lead-section { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.lead-copy h2 { font-size: clamp(2rem, 4.6vw, 4.375rem); }
.lead-copy > p { color: var(--muted); line-height: 1.7; font-size: 1.0625rem; }
.qualification { border-left: 4px solid var(--terracotta); padding: 1.125rem 1.375rem; margin-top: 2.1875rem; background: #efe5dd; }
.qualification p { margin: .4375rem 0 0; color: #554f49; line-height: 1.55; }
.lead-form { min-width: 0; background: #fff; padding: clamp(1rem, 3vw, 2.375rem); border: 1px solid var(--line); }
.lead-form label, .lead-form legend { display: block; font-weight: 700; font-size: .875rem; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.125rem; }
input, select, textarea { display: block; width: 100%; min-width: 0; max-width: 100%; min-height: 3rem; font-size: 1rem; line-height: 1.5; padding: .875rem; margin: .5rem 0 1.125rem; border: 1px solid #cfc6bd; background: #fff; color: var(--ink); border-radius: 0; }
textarea { resize: vertical; }
input[type="file"] { padding: .625rem; margin-bottom: .5rem; font-size: 1rem; }
input[type="file"]::file-selector-button { max-width: 100%; min-height: 2.75rem; padding: .5rem .625rem; margin-right: .5rem; border: 1px solid var(--line); border-radius: 0; background: var(--paper); color: var(--ink); font: inherit; white-space: normal; cursor: pointer; }
fieldset { min-width: 0; border: 0; padding: 0; margin: 0 0 1.375rem; }
legend { padding: 0; max-width: 100%; }
.lead-form .radio { display: flex; align-items: center; gap: .625rem; min-height: 2.75rem; font-weight: 500; margin: .25rem 0; cursor: pointer; }
.radio input, .check input { flex: 0 0 1.25rem; width: 1.25rem; height: 1.25rem; min-height: 1.25rem; padding: 0; margin: 0; accent-color: var(--ink); }
.lead-form .check { display: flex; align-items: flex-start; gap: .6875rem; min-height: 2.75rem; font-weight: 500; line-height: 1.5; margin: 1.25rem 0 1.5rem; cursor: pointer; }
.check input { margin-top: .0625rem; }
.check span { min-width: 0; }
.full { width: 100%; }
small, .form-note, .file-status { display: block; color: var(--muted); font-size: .875rem; line-height: 1.5; }
.file-status { margin: .5rem 0 1rem; overflow-wrap: anywhere; }
.file-status:empty { display: none; }
.file-status.error { color: #a52222; }
footer { padding: clamp(2rem, 4vw, 3.4375rem) var(--content-padding); border-top: 1px solid var(--line); display: flex; align-items: center; gap: 1.625rem; flex-wrap: wrap; }
footer img { width: 9.375rem; }
footer p { margin: 0; color: var(--muted); }
footer .small { margin-left: auto; }
@media (max-width: 68.75em) {
  .hero, .lead-section { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { max-width: 50rem; }
  .hero-visual { width: 100%; max-width: 56rem; justify-self: center; }
  .lead-copy { max-width: 48rem; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 56.25em) {
  .site-header { flex-wrap: wrap; gap: .75rem; padding-top: .875rem; padding-bottom: .875rem; }
  .brand { flex-basis: 8.4375rem; }
  .nav { width: 100%; flex-direction: column; align-items: stretch; gap: .25rem; }
  .nav a { padding: .75rem; }
  .nav-toggle:not([hidden]) { display: inline-flex; align-items: center; gap: .5rem; flex-shrink: 0; min-height: 2.75rem; padding: .5rem .625rem; border: 1px solid var(--ink); color: var(--ink); background: transparent; font-size: .875rem; cursor: pointer; }
  .nav-toggle svg { width: 1.25rem; height: 1.25rem; }
  .nav.is-collapsible { max-height: 65vh; max-height: min(65dvh, 24rem); overflow-y: auto; }
  /* Without JavaScript the complete navigation remains available in the page. */
  .site-header { position: static; }
  .site-header.has-menu { position: sticky; }
  .solution-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solution-card:last-child { grid-column: 1 / -1; }
}
@media (max-width: 40em) {
  :root { --gutter: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .proof-grid, .steps, .field-grid, .solution-grid { grid-template-columns: minmax(0, 1fr); }
  .field-grid { gap: 0; }
  .solution-card:last-child { grid-column: auto; }
  .lead-form { padding: 1rem; }
  .qualification { padding: 1rem; }
  footer { align-items: flex-start; flex-direction: column; gap: 1rem; }
  footer .small { margin-left: 0; }
}
@media (max-height: 32em) and (orientation: landscape) {
  .site-header, .site-header.has-menu { position: static; }
  html { scroll-padding-top: 1rem; }
}
@supports (padding: max(0px)) {
  .site-header, .hero, .proof, .service, .lead-section, .solutions, footer {
    padding-left: max(var(--content-padding), env(safe-area-inset-left));
    padding-right: max(var(--content-padding), env(safe-area-inset-right));
  }
  footer { padding-bottom: max(2rem, env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
