:root {
  --ink: #0f1722;
  --ink-2: #172231;
  --paper: #f7f4ee;
  --paper-2: #eee7da;
  --copper: #a66b4f;
  --copper-dark: #81513c;
  --sand: #d9c7a2;
  --muted: #5a6472;
  --white: #fffdf8;
  --heading: "Playfair Display", Georgia, serif;
  --body: "Hanken Grotesk", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 18px/1.6 var(--body); }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }
h1, h2, h3 { margin: 0; font-family: var(--heading); line-height: 1.08; }
p { margin: 0 0 1rem; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow { color: var(--copper-dark); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.lead { max-width: 64ch; color: var(--muted); font-size: 1.14rem; }

.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(166,107,79,.24); background: rgba(247,244,238,.97); backdrop-filter: blur(10px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; }
.brand img { width: auto; height: 50px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 25px; }
.nav-links a { color: var(--ink); font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--copper-dark); }
.nav-links .nav-cta { padding: 11px 17px; border: 1px solid var(--copper); }
.nav-links .nav-cta:hover, .nav-links .nav-cta[aria-current="page"] { background: var(--copper); border-color: var(--copper); color: white; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 1.25rem; cursor: pointer; }

.page-hero { min-height: 520px; display: grid; align-items: end; position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,14,21,.93) 0%, rgba(8,14,21,.68) 52%, rgba(8,14,21,.25)); z-index: 1; }
.page-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.page-hero-copy { position: relative; z-index: 2; max-width: 780px; padding: 110px 0 80px; }
.page-hero .eyebrow { color: var(--sand); }
.page-hero h1 { margin: 13px 0 22px; font-size: clamp(3rem, 7vw, 5.7rem); font-weight: 600; }
.page-hero p { max-width: 620px; color: rgba(255,253,248,.8); font-size: 1.2rem; }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; cursor: pointer; font: 600 .88rem var(--body); letter-spacing: .05em; }
.btn-primary { background: var(--copper); color: white; }
.btn-primary:hover { background: var(--copper-dark); }
.btn-outline { border-color: currentColor; color: inherit; }
.btn-outline:hover { background: var(--ink); color: white; }
.page-hero .btn-outline { color: white; }

.section { padding: 94px 0; }
.section.alt { background: var(--paper-2); }
.section.dark { background: var(--ink); color: var(--white); }
.section-head { display: grid; grid-template-columns: 72px 1fr; gap: 24px; margin-bottom: 48px; }
.section-number { color: var(--copper); font: 500 2.7rem var(--heading); }
.section-head h2 { margin: 6px 0 14px; font-size: clamp(2.2rem, 5vw, 3.8rem); }
.section.dark .lead { color: rgba(255,253,248,.7); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--sand); background: rgba(255,255,255,.35); }
.card-media { height: 240px; object-fit: cover; }
.card-body { padding: 28px; }
.card h2, .card h3 { margin-bottom: 13px; font-size: 1.8rem; }
.card p { color: var(--muted); }
.card ul { padding-left: 20px; color: var(--muted); }
.card-link { display: inline-block; margin-top: 12px; color: var(--copper-dark); font-weight: 700; }
.feature-card { padding: 28px; border-top: 1px solid var(--sand); }
.feature-card b { display: block; margin-bottom: 8px; font-family: var(--heading); font-size: 1.45rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; background: var(--paper-2); }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.gallery-item:nth-child(2) { grid-column: span 5; }
.gallery-item:nth-child(3) { grid-column: span 5; }
.gallery-item:nth-child(4), .gallery-item:nth-child(5) { grid-column: span 6; }
.gallery-item:nth-child(6) { grid-column: span 4; }
.gallery-item:nth-child(7) { grid-column: span 8; }
.gallery-item:nth-child(8), .gallery-item:nth-child(9) { grid-column: span 6; }
.gallery-item:nth-child(10) { grid-column: span 7; }
.gallery-item:nth-child(11) { grid-column: span 5; }
.gallery-item:nth-child(12) { grid-column: span 12; }
.gallery-caption { position: absolute; inset: auto 0 0; padding: 35px 22px 18px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.76)); }

.evidence-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; margin-top: 42px; }
.evidence-grid figure { position: relative; min-height: 360px; margin: 0; overflow: hidden; background: var(--paper-2); }
.evidence-grid img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.evidence-grid figure:hover img { transform: scale(1.035); }
.evidence-grid figcaption { position: absolute; inset: auto 0 0; padding: 42px 22px 18px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.78)); }

.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.quote { padding: 30px 0; border-top: 1px solid var(--sand); }
.quote blockquote { margin: 0 0 24px; font: italic 500 1.48rem/1.35 var(--heading); }
.quote cite { font-style: normal; font-weight: 700; }
.quote small { display: block; color: var(--muted); }
.stars { color: var(--copper); letter-spacing: .16em; }

.faq-list { max-width: 880px; border-top: 1px solid var(--sand); }
details { border-bottom: 1px solid var(--sand); padding: 22px 0; }
summary { display: flex; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; font: 600 1.4rem var(--heading); }
summary::after { content: "+"; color: var(--copper); }
details[open] summary::after { content: "−"; }
details p { max-width: 72ch; margin: 14px 0 0; color: var(--muted); }

.quote-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 62px; align-items: start; }
.form-card { padding: 38px; border: 1px solid var(--sand); background: white; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cfc5b2; border-radius: 0; background: var(--paper); color: var(--ink); font: inherit; }
.field textarea { min-height: 120px; resize: vertical; }
.estimate { margin: 24px 0; padding: 20px; border-left: 3px solid var(--copper); background: var(--paper-2); }
.estimate strong { display: block; font: 600 1.55rem var(--heading); }
.form-note { color: var(--muted); font-size: .84rem; }

.cta-band { padding: 64px 0; background: var(--ink-2); color: var(--white); }
.cta-band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta-band h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.cta-band p { color: rgba(255,253,248,.68); }
.site-footer { padding: 38px 0; background: #0b1119; color: rgba(255,253,248,.68); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.footer-inner img { box-sizing: content-box; width: auto; height: 44px; padding: 7px 11px; border: 1px solid rgba(217,199,162,.45); border-radius: 3px; background: var(--white); }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; font-size: .85rem; }
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 30; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: #1f8a44; color: white; font-size: 1.5rem; box-shadow: 0 12px 28px rgba(0,0,0,.25); }

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; inset: 76px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 24px 28px; border-bottom: 1px solid rgba(166,107,79,.24); background: var(--paper); box-shadow: 0 18px 30px rgba(15,23,34,.12); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid rgba(166,107,79,.18); }
  .nav-links .nav-cta { margin-top: 12px; text-align: center; }
  .cards, .quotes { grid-template-columns: 1fr 1fr; }
  .quote-layout { grid-template-columns: 1fr; }
  .evidence-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 32px, 1180px); }
  .page-hero { min-height: 470px; }
  .page-hero-copy { padding: 90px 0 58px; }
  .page-hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .page-hero p { font-size: 1.05rem; }
  .brand img { height: 44px; }
  .section { padding: 68px 0; }
  .section-head { grid-template-columns: 1fr; gap: 4px; }
  .section-number { font-size: 1rem; }
  .cards, .quotes, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 290px; }
  .gallery-item:nth-child(n) { grid-column: auto; grid-row: auto; }
  .evidence-grid { grid-template-columns: 1fr; }
  .evidence-grid figure { min-height: 300px; }
  .form-card { padding: 24px; }
  .cta-band .wrap, .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
