:root {
  --ink: #132f32;
  --ink-soft: #486366;
  --teal: #079b9d;
  --teal-dark: #06787a;
  --mint: #dff1ed;
  --cream: #f7f4ed;
  --white: #ffffff;
  --gold: #f6b91a;
  --line: #d7e1df;
  --shadow: 0 18px 50px rgba(19, 47, 50, 0.11);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; font-family: "Manrope", system-ui, sans-serif; color: var(--ink); background: var(--cream); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
h1, h2, h3 { line-height: 1.1; letter-spacing: 0; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.hidden { display: none !important; }
.section { padding: 6rem 1.5rem; }
.section-heading { max-width: 760px; margin: 0 auto 3rem; text-align: center; }
.section-heading p:last-child { color: var(--ink-soft); margin-top: 1rem; }
.eyebrow { color: #bdebea; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; }
.eyebrow.dark { color: var(--teal-dark); }

.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0.78rem 1.25rem; border: 1px solid transparent; border-radius: 6px; font-weight: 800; font-size: 0.95rem; text-decoration: none; cursor: pointer; transition: background-color .15s ease, color .15s ease, transform .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--teal); color: var(--white); }
.btn-primary:hover { background: var(--teal-dark); }
.btn-accent { background: var(--gold); color: #1b3031; }
.btn-accent:hover { background: #ffc83f; }
.btn-ghost { border-color: rgba(255,255,255,.65); color: var(--white); }
.btn-ghost:hover { background: var(--white); color: var(--ink); }
.btn-lg { min-height: 56px; padding-inline: 1.6rem; }
.btn-sm { min-height: 42px; }
.btn-block { width: 100%; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; justify-content: space-between; align-items: center; min-height: 70px; padding: .65rem max(1rem, calc((100vw - 1180px) / 2)); background: rgba(247,244,237,.96); border-bottom: 1px solid rgba(19,47,50,.1); backdrop-filter: blur(12px); }
.logo { display: flex; align-items: center; gap: .65rem; color: var(--ink); text-decoration: none; }
.logo-mark { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.logo-text { font-weight: 800; font-size: 1rem; white-space: nowrap; }
.logo-lv { color: var(--teal); }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.header-phone { color: var(--ink); font-size: .9rem; font-weight: 700; text-decoration: none; }

.hero { position: relative; min-height: 670px; display: flex; align-items: center; padding: 6rem 1.5rem; color: var(--white); background: url("assets/happy-scooper-cover.jpg") 45% center/cover no-repeat; isolation: isolate; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5,34,37,.94) 0%, rgba(5,34,37,.83) 38%, rgba(5,34,37,.24) 70%, rgba(5,34,37,.05) 100%); }
.hero-inner { width: min(1180px, 100%); margin: 0 auto; }
.hero h1 { max-width: 700px; font-size: clamp(3rem, 7vw, 5.8rem); font-weight: 800; }
.hero-sub { max-width: 625px; margin: 1.5rem 0; color: #e9f5f3; font-size: clamp(1rem, 2vw, 1.2rem); }
.hero-sub strong { color: #ffe28b; }
.hero-actions { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.hero-link { color: var(--white); font-weight: 700; text-underline-offset: 5px; }
.hero-mini { margin-top: .9rem; color: #c9dedb; font-size: .86rem; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1180px, calc(100% - 3rem)); margin: -44px auto 0; position: relative; z-index: 3; background: var(--white); box-shadow: var(--shadow); border-radius: 6px; }
.trust-strip div { padding: 1.4rem 2rem; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { color: var(--ink-soft); font-size: .86rem; margin-top: .15rem; }

.how { background: var(--cream); }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; width: min(1180px, 100%); margin: auto; border-top: 1px solid var(--line); }
.how-step { padding: 2.2rem 2rem; border-right: 1px solid var(--line); }
.how-step:last-child { border-right: 0; }
.step-number { display: block; color: var(--teal); font-size: .8rem; font-weight: 800; margin-bottom: 2rem; }
.how-step h3 { font-size: 1.35rem; margin-bottom: .8rem; }
.how-step p { color: var(--ink-soft); }

/* ── Membership plans ─────────────────────────────────────── */
.plans { background: var(--cream); }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; width: min(1080px, 100%); margin: 0 auto; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 2rem 1.6rem; box-shadow: 0 8px 26px rgba(19,47,50,.06); }
.plan-card.popular { border-color: var(--teal); box-shadow: var(--shadow); }
.plan-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--teal); color: var(--white); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: .3rem .85rem; border-radius: 999px; white-space: nowrap; }
.plan-card h3 { font-size: 1.5rem; }
.plan-price { font-size: 2.6rem; font-weight: 800; color: var(--ink); margin-top: .5rem; line-height: 1; }
.plan-price span { font-size: 1rem; font-weight: 700; color: var(--ink-soft); }
.plan-cadence { color: var(--ink-soft); font-size: .92rem; margin-top: .4rem; }
.plan-features { list-style: none; margin: 1.25rem 0 1.75rem; padding-top: 1.25rem; border-top: 1px solid var(--line); display: grid; gap: .6rem; }
.plan-features li { position: relative; padding-left: 1.5rem; font-size: .92rem; color: var(--ink-soft); }
.plan-features li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 800; }
.plan-features strong { color: var(--ink); }
.plan-card .btn { margin-top: auto; }
.plan-quick { width: min(1080px, 100%); margin: 1.5rem auto 0; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; background: var(--white); border: 1px dashed var(--teal); border-radius: 10px; padding: 1.5rem 1.8rem; }
.plan-quick strong { display: block; font-size: 1.05rem; }
.plan-quick p { color: var(--ink-soft); font-size: .9rem; margin-top: .2rem; }
.btn-ghost-dark { border-color: var(--teal); color: var(--teal-dark); background: var(--white); flex-shrink: 0; }
.btn-ghost-dark:hover { background: var(--teal); color: var(--white); }

.why { width: min(1180px, 100%); margin: auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 6rem; align-items: start; }
.why h2 { font-size: clamp(2.1rem, 4vw, 3.7rem); }
.why-intro { color: var(--ink-soft); margin-top: 1.5rem; }
.why-list { list-style: none; border-top: 1px solid var(--line); }
.why-list li { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.why-list li > span { color: var(--teal); font-size: .75rem; font-weight: 800; padding-top: .2rem; }
.why-list strong { font-size: 1.03rem; }
.why-list p { color: var(--ink-soft); font-size: .92rem; margin-top: .15rem; }

.reviews { background: var(--white); }
.review-card { width: min(820px, 100%); margin: 0 auto; padding: 2.3rem; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); box-shadow: 0 12px 34px rgba(19,47,50,.08); }
.stars { color: var(--gold); font-size: 1.2rem; letter-spacing: .12em; margin-bottom: 1rem; }
.review-card blockquote { font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 700; line-height: 1.55; }
.review-card figcaption { margin-top: 1rem; color: var(--ink-soft); font-weight: 800; }

.launch-offer { padding: 5rem 1.5rem; background: var(--mint); }
.launch-inner { width: min(1100px, 100%); margin: auto; display: grid; grid-template-columns: 170px 1fr auto; gap: 3rem; align-items: center; }
.launch-label { color: var(--teal-dark); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.launch-inner h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.launch-inner p { color: var(--ink-soft); margin-top: .8rem; }

.area { text-align: center; background: var(--white); }
.area-soon { color: var(--ink-soft); margin-top: 1.5rem; }
.commercial-note { width: min(760px, 100%); margin: 1rem auto 0; color: var(--ink-soft); font-size: .95rem; }
.commercial-note a { color: var(--teal-dark); font-weight: 800; text-underline-offset: 4px; }

.quote-hero { position: relative; display: grid; place-items: center; min-height: 430px; padding: 5rem 1.5rem; color: var(--white); text-align: center; background: linear-gradient(135deg, rgba(5,34,37,.94), rgba(7,155,157,.74)), url("assets/happy-scooper-cover.jpg") center/cover no-repeat; }
.quote-hero > div { width: min(820px, 100%); }
.quote-hero h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.quote-hero p:last-child { width: min(680px, 100%); margin: 1.2rem auto 0; color: rgba(255,255,255,.86); font-size: 1.05rem; }
.quote-plans { padding-bottom: 4rem; }
.quote-signup { padding-top: 4rem; }

.legal-page { min-height: 100vh; padding: 3rem 1.5rem 5rem; background: var(--cream); }
.legal-page article { width: min(820px, 100%); margin: 3rem auto 0; padding: 2.4rem; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: 0 10px 28px rgba(19,47,50,.06); }
.legal-page h1 { font-size: clamp(2.3rem, 5vw, 4rem); margin-bottom: 1rem; }
.legal-page h2 { margin-top: 2rem; font-size: 1.35rem; }
.legal-page p { color: var(--ink-soft); margin-top: .85rem; }
.legal-page a { color: var(--teal-dark); font-weight: 800; }
.legal-logo { width: fit-content; margin: 0 auto; }

/* ── Signup / service-start request ───────────────────────── */
.signup { padding: 6rem 1.5rem; background: var(--ink); color: var(--white); }
.signup-shell { width: min(1040px, 100%); margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: start; }
.signup-copy { position: sticky; top: 110px; }
.signup-copy img { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; margin-bottom: 2rem; }
.signup-copy h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.signup-copy > p:last-child { color: #bcd0cd; margin-top: 1.2rem; font-size: .95rem; }
.signup-card { color: var(--ink); background: var(--white); padding: 2rem; border-radius: 6px; box-shadow: var(--shadow); }
.selected-plan { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: var(--mint); border-radius: 6px; padding: .9rem 1.1rem; margin-bottom: 1.4rem; }
.selected-plan-label { display: block; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--teal-dark); }
.selected-plan strong { display: block; font-size: 1.05rem; }
.selected-plan-price { display: block; font-size: .84rem; color: var(--ink-soft); }
.link-btn { background: none; border: 0; color: var(--teal-dark); font-weight: 800; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.field { margin-bottom: 1.2rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label, .field-label { display: block; font-size: .88rem; font-weight: 800; margin-bottom: .45rem; }
.field input, .field textarea { width: 100%; min-height: 50px; padding: .75rem .85rem; color: var(--ink); border: 1px solid #cbd8d6; border-radius: 4px; background: #fbfcfc; font-family: inherit; }
.field textarea { min-height: 64px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 3px solid rgba(7,155,157,.16); border-color: var(--teal); }
.field input.invalid { border-color: #b7392e; background: #fff7f6; }
.field-msg { font-size: .82rem; margin-top: .4rem; min-height: 1em; }
.field-msg.ok { color: var(--teal-dark); font-weight: 700; }
.field-msg.warn { color: #b5741a; font-weight: 700; }
.field.field-error .toggle-group { outline: 2px solid #b7392e; outline-offset: 3px; border-radius: 6px; }
.toggle-group { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.toggle-group-3 { grid-template-columns: repeat(3, 1fr); }
.toggle { min-height: 50px; padding: .7rem .4rem; color: var(--teal-dark); border: 1px solid var(--teal); border-radius: 4px; background: var(--white); font-weight: 800; font-size: .9rem; cursor: pointer; }
.toggle:hover { background: #edf8f6; }
.toggle.selected { color: var(--white); background: var(--teal); }
.price-readout { min-height: 1.4em; margin: .2rem 0 1.2rem; color: var(--teal-dark); font-size: 1.15rem; font-weight: 800; }
.signup-start { text-align: center; padding: 1.5rem 0 .5rem; }
.signup-start p { color: var(--ink-soft); margin-bottom: 1.2rem; }
.check-field { display: flex; align-items: flex-start; gap: .6rem; font-size: .88rem; color: var(--ink-soft); margin-bottom: 1.1rem; cursor: pointer; }
.check-field input { width: 18px; height: 18px; margin-top: .15rem; flex-shrink: 0; }
.check-field.invalid-check { color: #b7392e; }
.check-field.invalid-check input { outline: 2px solid #b7392e; outline-offset: 2px; }
.field-optional { font-weight: 500; color: var(--ink-soft); }
.signup-fineprint { color: var(--ink-soft); font-size: .8rem; text-align: center; margin-top: .9rem; }
.form-msg { text-align: center; padding: 1rem 0; }
.form-msg .btn { margin-top: 1rem; }
.form-email-note { margin-top: .75rem; color: var(--ink-soft); font-size: .9rem; }
.quote-alt { margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .88rem; text-align: center; }
.quote-alt a { color: var(--teal-dark); font-weight: 700; }

.site-footer { display: grid; grid-template-columns: 1.2fr auto auto; gap: 2.5rem; align-items: start; padding: 3.25rem max(1.5rem, calc((100vw - 1180px) / 2)); color: var(--ink); background: var(--cream); border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: .75rem; }
.footer-brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span { max-width: 330px; color: var(--ink-soft); font-size: .8rem; line-height: 1.55; }
.footer-nav, .footer-contact { display: grid; gap: .65rem; font-size: .86rem; font-weight: 700; }
.footer-nav a, .footer-contact a { color: var(--ink); text-decoration: none; }
.footer-nav a:hover, .footer-contact a:hover { color: var(--teal); }
.footer-copy { grid-column: 1 / -1; color: var(--ink-soft); font-size: .78rem; }

@media (max-width: 820px) {
  .section { padding: 4.5rem 1.25rem; }
  .hero { min-height: 620px; align-items: flex-end; background-position: 24% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(5,34,37,.96) 0%, rgba(5,34,37,.8) 56%, rgba(5,34,37,.12) 100%); }
  .trust-strip { grid-template-columns: 1fr; margin-top: 0; width: 100%; border-radius: 0; box-shadow: none; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); padding: 1rem 1.25rem; }
  .how-grid { grid-template-columns: 1fr; }
  .how-step { border-right: 0; border-bottom: 1px solid var(--line); padding-inline: 0; }
  .launch-inner { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
  .why, .signup-shell { grid-template-columns: 1fr; gap: 3rem; }
  .signup-copy { position: static; }
  .plan-grid { grid-template-columns: 1fr; max-width: 420px; }
  .plan-card.popular { order: -1; }
  .plan-quick { flex-direction: column; align-items: flex-start; text-align: left; }
  .plan-quick .btn { width: 100%; }
}

@media (max-width: 560px) {
  .site-header { min-height: 62px; padding: .5rem .75rem; }
  .logo-mark { width: 36px; height: 36px; }
  .logo-text { display: none; }
  .header-actions { gap: .4rem; }
  .header-phone { display: none; }
  .site-header .btn { min-height: 38px; padding: .55rem .75rem; font-size: .8rem; }
  .hero { min-height: calc(100svh - 62px); padding: 3.5rem 1.25rem; background-position: 18% center; }
  .hero h1 { font-size: 2.75rem; }
  .hero-actions, .hero-actions .btn { width: 100%; }
  .hero-link { text-align: center; width: 100%; }
  .toggle-group { grid-template-columns: 1fr; }
  .toggle-group-3 { grid-template-columns: repeat(3, 1fr); }
  .field-row { grid-template-columns: 1fr; }
  .signup-card { padding: 1.35rem; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-copy { grid-column: 1 / -1; }
}

/* ── Header nav ────────────────────────────────────────────── */
.site-nav { display: flex; gap: 1.6rem; }
.site-nav a { color: var(--ink); font-size: .92rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--teal-dark); }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.5rem; line-height: 1; color: var(--ink); cursor: pointer; padding: .2rem .4rem; }

/* ── Gallery: before/after + grid ──────────────────────────── */
.gallery { padding-bottom: 2.5rem; background: var(--cream); }
.gallery + .why { padding-top: 2.5rem; }
.ba-grid { display: grid; grid-template-columns: 1fr; width: min(760px, 100%); margin: 0 auto 2.5rem; }
.ba-slider { --ba-pos: 50%; position: relative; aspect-ratio: 4 / 3; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow); user-select: none; touch-action: none; }
.ba-layer { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-weight: 800; letter-spacing: .04em; }
.ba-layer img { width: 100%; height: 100%; object-fit: cover; }
.ba-after { background: #0f8f86; color: rgba(255,255,255,.85); }
.ba-before { background: #6b5b45; color: rgba(255,255,255,.9); clip-path: inset(0 calc(100% - var(--ba-pos)) 0 0); }
.ba-tag { position: absolute; top: 12px; padding: .25rem .7rem; border-radius: 999px; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; background: rgba(0,0,0,.45); color: #fff; }
.ba-tag-before { left: 12px; }
.ba-tag-after { right: 12px; }
.ba-slider::after { content: ""; position: absolute; top: 0; bottom: 0; left: var(--ba-pos); width: 3px; background: #fff; transform: translateX(-50%); z-index: 2; pointer-events: none; }
.ba-handle { position: absolute; top: 50%; left: var(--ba-pos); transform: translate(-50%, -50%); z-index: 3; width: 46px; height: 46px; border-radius: 50%; border: 3px solid #fff; background: var(--teal); color: #fff; font-size: 1.1rem; cursor: ew-resize; box-shadow: 0 2px 10px rgba(0,0,0,.35); display: flex; align-items: center; justify-content: center; }
.ba-range { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.ba-slider figcaption { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 1.6rem .9rem .7rem; background: linear-gradient(0deg, rgba(6,34,37,.7), transparent); color: #fff; font-size: .82rem; font-weight: 700; pointer-events: none; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; width: min(1080px, 100%); margin: 0 auto; }
.gallery-tile { aspect-ratio: 1 / 1; border-radius: 10px; overflow: hidden; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(19,47,50,.08); }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; }
.gallery-tile.placeholder { border: 2px dashed var(--line); background: var(--white); color: var(--ink-soft); font-size: .84rem; font-weight: 700; text-align: center; padding: 1rem; box-shadow: none; }
.gallery-note { text-align: center; color: var(--ink-soft); font-size: .9rem; margin-top: 1.6rem; }
.gallery-cta { width: min(760px, 100%); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.4rem 1.5rem; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.gallery-cta p { color: var(--ink-soft); }

/* ── About ─────────────────────────────────────────────────── */
.about { background: var(--white); }
.about-inner { width: min(1080px, 100%); margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: center; }
.about-media { position: relative; display: flex; justify-content: center; }
.about-media img { width: min(360px, 100%); height: 430px; border-radius: 18px; object-fit: cover; object-position: center 35%; box-shadow: var(--shadow); }
.about-badge { position: absolute; bottom: 14px; background: var(--teal); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .04em; padding: .5rem 1rem; border-radius: 999px; }

/* ── Dedicated results page ────────────────────────────────── */
.results-hero { padding: 7rem 1.5rem 6rem; color: var(--white); text-align: center; background: linear-gradient(135deg, rgba(6,34,37,.98), rgba(15,143,134,.86)), url("assets/proof/turf-after.jpg") center/cover; }
.results-hero h1 { max-width: 900px; margin: .5rem auto 1rem; font-size: clamp(2.6rem, 7vw, 5.5rem); line-height: .98; }
.results-hero > p:last-child { max-width: 680px; margin: auto; color: rgba(255,255,255,.8); font-size: 1.05rem; }
.results-section { background: var(--cream); }
.results-intro { width: min(1080px, 100%); margin: 0 auto 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; }
.results-intro h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.results-intro > p { color: var(--ink-soft); }
.results-grid { width: min(1080px, 100%); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.result-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 12px 30px rgba(19,47,50,.08); }
.result-card img { width: 100%; height: 420px; object-fit: cover; display: block; }
.result-card figcaption { display: grid; gap: .35rem; padding: 1.2rem; }
.result-card figcaption span { color: var(--ink-soft); font-size: .84rem; }
.proof-note { width: min(1080px, 100%); margin: 4rem auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding: 2.2rem; border-radius: 14px; background: var(--mint); }
.proof-note h2 { font-size: clamp(1.6rem, 3vw, 2.45rem); }
.proof-note > p { align-self: center; color: var(--ink-soft); }
.results-cta { width: min(1080px, 100%); margin: 1.25rem auto 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.5rem 1.75rem; border-radius: 14px; color: var(--white); background: var(--ink); }
.results-cta div { display: grid; gap: .35rem; }
.results-cta span { color: rgba(255,255,255,.72); font-size: .86rem; }
.about-copy h2 { font-size: clamp(1.9rem, 3.5vw, 3rem); }
.about-copy p { color: var(--ink-soft); margin-top: 1rem; }
.about-points { list-style: none; margin: 1.5rem 0; display: grid; gap: .6rem; }
.about-points li { position: relative; padding-left: 1.7rem; color: var(--ink-soft); }
.about-points li::before { content: "🐾"; position: absolute; left: 0; }
.about-points strong { color: var(--ink); }

/* ── Area cards ────────────────────────────────────────────── */
.area-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; width: min(1060px, 100%); margin: 0 auto; }
.area-card { position: relative; min-height: 360px; overflow: hidden; border-radius: 18px; color: var(--white); text-align: left; background: var(--ink); box-shadow: 0 20px 48px rgba(19,47,50,.16); isolation: isolate; }
.area-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(6,34,37,.03) 28%, rgba(6,34,37,.88) 100%); }
.area-photo { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.area-card:hover .area-photo { transform: scale(1.025); }
.area-card-copy { position: absolute; inset: auto 0 0; display: grid; gap: .45rem; padding: 2rem; }
.area-status { width: fit-content; padding: .38rem .65rem; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; color: var(--white); font-size: .68rem; font-weight: 800; line-height: 1; letter-spacing: .1em; text-transform: uppercase; background: rgba(6,34,37,.42); backdrop-filter: blur(5px); }
.area-card h3 { margin: 0; color: var(--white); font-family: inherit; font-size: clamp(1.5rem, 2.8vw, 2.15rem); font-weight: 800; line-height: 1.08; letter-spacing: -.035em; }
.area-zip { margin: 0; color: rgba(255,255,255,.84); font-size: .76rem; font-weight: 800; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }

/* ── FAQ ───────────────────────────────────────────────────── */
.faq { background: var(--cream); }
.faq-list { width: min(820px, 100%); margin: auto; display: grid; gap: .8rem; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 0 1.3rem; }
.faq-item summary { list-style: none; cursor: pointer; padding: 1.1rem 0; font-weight: 800; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--teal); font-size: 1.4rem; font-weight: 800; line-height: 1; }
.faq-item[open] summary::after { content: "\2013"; }
.faq-item p { color: var(--ink-soft); padding: 0 0 1.2rem; margin: 0; }

/* ── Responsive for new sections ───────────────────────────── */
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; flex-direction: column; gap: 0; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); max-height: 0; overflow: hidden; }
  .site-nav.open { max-height: 340px; }
  .site-nav a { padding: .9rem 1.5rem; border-top: 1px solid var(--line); }
  .ba-grid { grid-template-columns: 1fr; }
  .about-inner { grid-template-columns: 1fr; gap: 2.5rem; text-align: center; }
  .about-points { text-align: left; }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .results-grid { grid-template-columns: 1fr; }
  .result-card img { height: min(70vw, 520px); }
  .results-intro, .proof-note { grid-template-columns: 1fr; gap: 1rem; }
  .results-cta, .gallery-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .area-grid { grid-template-columns: 1fr; width: min(360px, 100%); }
  .area-card { min-height: 300px; }
  .area-card-copy { padding: 1.4rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand, .footer-copy { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
 .honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
