/* =========================================================================
   Oxford Lawn — Design System
   Mobile-first, WCAG 2.1 AA. Tokens up top so a future franchisee whitelabel
   only needs to swap colors / fonts.
   ========================================================================= */

/* Self-hosted Poppins (latin subset, weights 400/500/600/700/800). Replaces
   the previous Google Fonts <link> so the page no longer pays for two
   cross-origin handshakes (fonts.googleapis.com + fonts.gstatic.com) on
   cold load, and so the woff2 files inherit our /assets/* immutable cache
   instead of Google's 1-day TTL. */
@font-face{font-family:"Poppins";font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/poppins-400.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:"Poppins";font-style:normal;font-weight:500;font-display:swap;src:url("../fonts/poppins-500.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:"Poppins";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/poppins-600.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:"Poppins";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/poppins-700.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:"Poppins";font-style:normal;font-weight:800;font-display:swap;src:url("../fonts/poppins-800.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
/* Font-metric override — sizes the system fallback (Arial) so its glyphs
   occupy roughly the same box as Poppins. Eliminates the CLS that happens
   when the woff2 lands and text re-flows. */
@font-face{font-family:"Poppins-fallback";src:local("Arial");size-adjust:112%;ascent-override:93%;descent-override:24%;line-gap-override:9%;}

:root {
  /* Brand palette — matched to the original Oxford Lawn site:
     bright lime-green header bar, dark evergreen logo/CTAs,
     cream body sections, warm-brown editorial headings. */

  --lime-500: #95C93D;          /* PRIMARY brand — header bg, accent */
  --lime-600: #7DB52A;          /* slightly darker */
  --lime-300: #BCE065;          /* lighter accent */
  --lime-100: #E5F3C2;          /* very light tint */

  --leaf-900: #122F1C;          /* deep evergreen — logo / dark CTAs */
  --leaf-700: #1F4D2E;          /* primary text on lime */
  --leaf-500: #2A6B3B;
  --leaf-300: #6FA37E;
  --leaf-100: #D6E6DC;

  --soil-700: #6E4527;          /* warm brown — section headings */
  --soil-600: #8C5A36;
  --soil-500: #B27749;          /* terracotta accent */
  --soil-300: #D4A77F;

  --cream-50: #FAF6E9;          /* page background — warm cream */
  --bone-100: #F0E8D2;          /* alt section bg */
  --bone-200: #E6DCC0;          /* dividers */

  --ink-900: #1B1B1B;           /* primary text */
  --ink-700: #3D3D3D;
  --ink-500: #6B6B6B;
  --ink-400: #8E8E8E;

  --sky-500: #3D7595;
  --warn-600: #B03A2E;
  --gold-500: #C69A3C;

  /* Typography — Poppins (matches original site's friendly bold sans).
     Display weight 700/800 for headings, 400/500 for body.
     Poppins-fallback is a font-metric-overridden alias of the system
     fallback so layout doesn't shift when Poppins lands (see @font-face
     for Poppins-fallback below). */
  --font-display: "Poppins", "Poppins-fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-body: "Poppins", "Poppins-fallback", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;

  /* Type scale (clamp keeps it fluid mobile→desktop) */
  --fs-h1: clamp(2.25rem, 5vw + 1rem, 4rem);
  --fs-h2: clamp(1.75rem, 3vw + 1rem, 2.75rem);
  --fs-h3: clamp(1.25rem, 1.5vw + 0.875rem, 1.625rem);
  --fs-body: 1.0625rem;        /* 17px — slightly larger than 16 for readability */
  --fs-small: 0.9375rem;
  --fs-eyebrow: 0.8125rem;

  --lh-tight: 1.15;
  --lh-snug: 1.3;
  --lh-body: 1.6;

  /* Spacing scale (4-base) */
  --s-1: 0.25rem;
  --s-2: 0.5rem;
  --s-3: 0.75rem;
  --s-4: 1rem;
  --s-5: 1.25rem;
  --s-6: 1.5rem;
  --s-8: 2rem;
  --s-10: 2.5rem;
  --s-12: 3rem;
  --s-16: 4rem;
  --s-20: 5rem;
  --s-24: 6rem;

  /* Layout */
  --container: 1200px;
  --container-narrow: 820px;
  --gutter: clamp(1rem, 4vw, 2rem);

  /* Radii */
  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;
  --r-pill: 999px;

  /* Shadows */
  --shadow-1: 0 1px 2px rgba(20, 24, 15, 0.06), 0 1px 1px rgba(20, 24, 15, 0.04);
  --shadow-2: 0 6px 18px rgba(20, 24, 15, 0.08), 0 2px 6px rgba(20, 24, 15, 0.05);
  --shadow-3: 0 18px 40px rgba(20, 24, 15, 0.12), 0 6px 12px rgba(20, 24, 15, 0.06);

  /* Motion */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --t-fast: 140ms;
  --t-med: 240ms;
  --t-slow: 420ms;

  /* Focus ring (WCAG 2.4.7 + 2.4.13) */
  --focus-ring: 0 0 0 3px rgba(45, 106, 62, 0.45), 0 0 0 5px rgba(255, 255, 255, 0.85);
}

/* ----- Reset / base ----- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--ink-900);
  background: var(--cream-50);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, picture, video, svg { display: block; max-width: 100%; height: auto; }
img { font-style: italic; } /* alt text styles nicely if image fails */

a {
  color: var(--leaf-700);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color var(--t-fast) var(--ease-out);
}
a:hover { color: var(--leaf-500); }
a:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
  border-radius: 3px;
}

button { cursor: pointer; font: inherit; }
button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

ul, ol { padding-left: 1.25rem; }
li + li { margin-top: var(--s-2); }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: var(--lh-tight);
  color: var(--soil-700);                /* warm-brown headings, matching original */
  letter-spacing: -0.01em;
}
h1 { font-size: var(--fs-h1); font-weight: 800; }
h2 { font-size: var(--fs-h2); font-weight: 700; }
h3 { font-size: var(--fs-h3); line-height: var(--lh-snug); font-weight: 600; }
.section--leaf h1, .section--leaf h2, .section--leaf h3 { color: var(--cream-50); }
.hero h1, .hero h2, .hero h3 { color: var(--cream-50); }

p { line-height: var(--lh-body); }
p + p { margin-top: var(--s-4); }

::selection { background: var(--leaf-100); color: var(--ink-900); }

/* ----- Skip link (WCAG 2.4.1) ----- */
.skip-link {
  position: absolute;
  top: -50px;
  left: var(--s-4);
  background: var(--leaf-700);
  color: var(--cream-50);
  padding: var(--s-3) var(--s-4);
  border-radius: var(--r-sm);
  z-index: 1000;
  text-decoration: none;
  font-weight: 600;
}
.skip-link:focus { top: var(--s-4); color: var(--cream-50); }

/* ----- Utility / layout ----- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: var(--container-narrow); }

.section { padding-block: var(--s-12); }
@media (min-width: 768px) { .section { padding-block: var(--s-16); } }
@media (min-width: 1024px) { .section { padding-block: var(--s-20); } }

.section--cream { background: var(--cream-50); }
.section--bone { background: var(--bone-100); }
.section--leaf { background: var(--leaf-700); color: var(--cream-50); }
.section--leaf h1, .section--leaf h2, .section--leaf h3 { color: var(--cream-50); }
.section--leaf a { color: var(--cream-50); text-decoration: underline; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: var(--fs-eyebrow);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--soil-500);
  font-weight: 600;
  margin-bottom: var(--s-3);
}

.lede { font-size: 1.25rem; color: var(--ink-700); max-width: 60ch; }
.muted { color: var(--ink-500); }
.center { text-align: center; }
.measure { max-width: 65ch; }

.grid { display: grid; gap: var(--s-6); }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: 1fr; }
@media (min-width: 700px) {
  .grid--2 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
}

.flow > * + * { margin-top: var(--s-4); }
.flow-lg > * + * { margin-top: var(--s-6); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ----- Buttons ----- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-2);
  min-height: 48px;            /* WCAG 2.5.5 — 44px+ touch target */
  padding: 0 var(--s-6);
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform var(--t-fast) var(--ease-out),
              background var(--t-fast) var(--ease-out),
              border-color var(--t-fast) var(--ease-out),
              box-shadow var(--t-fast) var(--ease-out);
  will-change: transform;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn-primary { background: var(--leaf-900); color: var(--cream-50); }
.btn-primary:hover { background: var(--leaf-700); color: var(--cream-50); }

.btn-secondary {
  background: transparent;
  color: var(--leaf-900);
  border-color: var(--leaf-900);
}
.btn-secondary:hover { background: var(--leaf-900); color: var(--cream-50); }

.btn-lime { background: var(--lime-500); color: var(--leaf-900); }
.btn-lime:hover { background: var(--lime-300); color: var(--leaf-900); }

.btn-ghost {
  background: rgba(255,255,255,0.92);
  color: var(--ink-900);
  backdrop-filter: blur(6px);
}

.btn-on-dark { background: var(--cream-50); color: var(--leaf-900); }
.btn-on-dark:hover { background: var(--bone-100); color: var(--leaf-900); }

/* ----- Header (lime green, matches original brand) ----- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--lime-500);
  border-bottom: 1px solid var(--lime-600);
}
.site-header a, .site-header button { color: var(--leaf-900); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-4);
  min-height: 92px;
  padding-block: 0.75rem;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: var(--s-3);
  text-decoration: none;
  color: var(--ink-900);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
}
/* SVG logo includes the 'Soil Driven · Earth Approved' tagline baked in */
.brand-mark img { height: 64px; width: auto; }
@media (min-width: 1024px) { .brand-mark img { height: 72px; } }
.brand-mark__tag { display: none; }
.brand-mark span { font-weight: 700; color: var(--leaf-900); }

.primary-nav { display: none; }
@media (min-width: 1024px) {
  .primary-nav {
    display: flex;
    align-items: center;
    gap: var(--s-6);
  }
  .primary-nav a {
    color: var(--ink-700);
    text-decoration: none;
    font-weight: 500;
    padding: var(--s-2) 0;
    position: relative;
  }
  .primary-nav a[aria-current="page"]::after,
  .primary-nav a:hover::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -2px;
    height: 2px;
    background: var(--leaf-500);
    border-radius: 2px;
  }
  .primary-nav .has-sub { position: relative; }
  .primary-nav .submenu {
    position: absolute;
    top: 100%;
    left: -16px;
    min-width: 240px;
    background: var(--cream-50);
    border: 1px solid var(--bone-200);
    border-radius: var(--r-md);
    box-shadow: var(--shadow-2);
    padding: var(--s-3);
    display: none;
  }
  .primary-nav .has-sub:hover .submenu,
  .primary-nav .has-sub:focus-within .submenu { display: block; }
  .submenu a { display: block; padding: var(--s-2) var(--s-3); border-radius: var(--r-sm); }
  .submenu a:hover { background: var(--bone-100); }
  .submenu a::after { display: none !important; }
}

.header-cta { display: flex; align-items: center; gap: var(--s-2); }
.header-cta .btn { padding: 0 var(--s-5); min-height: 44px; font-size: 0.9375rem; font-weight: 700; }
@media (max-width: 1023px) {
  .header-cta .btn-secondary { display: none; }
}

/* Header phone link — tap-to-call on mobile, prominent on desktop. */
.header-tel {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  padding: 0 var(--s-3);
  min-height: 44px;
  color: var(--leaf-900);
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
  border-radius: var(--r-pill);
  transition: background var(--t-fast);
}
.header-tel:hover { background: rgba(18, 47, 28, 0.08); color: var(--leaf-900); }
.header-tel svg { width: 18px; height: 18px; flex-shrink: 0; }
/* On narrow screens collapse to icon-only — the floating mobile CTA bar
   provides the second tap target. */
@media (max-width: 619px) {
  .header-tel span { display: none; }
  .header-tel { padding: 0 var(--s-2); }
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--bone-200);
  background: transparent;
  border-radius: var(--r-sm);
  color: var(--ink-900);
}
@media (min-width: 1024px) { .menu-toggle { display: none; } }

.menu-toggle svg { width: 22px; height: 22px; }

/* Mobile drawer */
.mobile-drawer {
  position: fixed;
  inset: 0;
  background: var(--cream-50);
  transform: translateX(100%);
  transition: transform var(--t-med) var(--ease-out);
  z-index: 200;
  overflow-y: auto;
  padding: var(--s-6) var(--gutter) var(--s-12);
  display: flex;
  flex-direction: column;
  gap: var(--s-4);
}
.mobile-drawer[data-open="true"] { transform: translateX(0); }
.mobile-drawer__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--s-4); }
.mobile-drawer nav a {
  display: flex;
  align-items: center;
  min-height: 48px;            /* WCAG 2.5.5 — comfortable touch target */
  padding: var(--s-3) 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--ink-900);
  text-decoration: none;
  border-bottom: 1px solid var(--bone-200);
}
.mobile-drawer details summary {
  cursor: pointer;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  min-height: 48px;
  padding: var(--s-3) 0;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 1px solid var(--bone-200);
}
.mobile-drawer details summary::-webkit-details-marker { display: none; }
.mobile-drawer details[open] summary::after { content: "−"; }
.mobile-drawer details summary::after { content: "+"; font-size: 1.5rem; line-height: 1; }
.mobile-drawer details a { font-size: 1rem; padding-left: var(--s-4); }
.mobile-drawer .btn { margin-top: var(--s-4); width: 100%; }

@media (min-width: 1024px) { .mobile-drawer { display: none; } }

/* ----- Hero ----- */
.hero {
  position: relative;
  padding-block: var(--s-12) var(--s-16);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(250, 246, 237, 0) 0%, rgba(250, 246, 237, 0.85) 100%);
  pointer-events: none;
  z-index: 1;
}
.hero__bg {
  position: absolute; inset: 0;
  z-index: 0;
}
.hero__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.hero__inner { position: relative; z-index: 2; }
.hero__eyebrow { color: var(--soil-500); }
.hero h1 { max-width: 18ch; }
.hero p { max-width: 50ch; margin-block: var(--s-5) var(--s-6); font-size: 1.125rem; color: var(--ink-700); }
.hero__cta { display: flex; flex-wrap: wrap; gap: var(--s-3); }

.hero--center { text-align: center; padding-block: var(--s-16) var(--s-12); }
.hero--center h1, .hero--center p { margin-inline: auto; }
.hero--center .hero__cta { justify-content: center; }

/* Hero variant with full-bleed image and dark overlay */
.hero--photo {
  color: var(--cream-50);
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.hero--photo h1 { color: var(--cream-50); }
.hero--photo p { color: rgba(250, 246, 237, 0.92); }
.hero--photo::before {
  background: linear-gradient(135deg, rgba(18, 47, 28, 0.78) 0%, rgba(18, 47, 28, 0.45) 60%, rgba(18, 47, 28, 0.6) 100%);
}

/* ----- Cards ----- */
.card {
  background: var(--cream-50);
  border: 1px solid var(--bone-200);
  border-radius: var(--r-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--t-med) var(--ease-out), box-shadow var(--t-med) var(--ease-out);
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-2); }
.card__media { aspect-ratio: 16 / 11; overflow: hidden; background: var(--bone-100); }
.card__media img { width: 100%; height: 100%; object-fit: cover; }
.card__body { padding: var(--s-5) var(--s-5) var(--s-6); flex: 1; display: flex; flex-direction: column; gap: var(--s-3); }
.card__title { font-size: 1.375rem; }
.card__link {
  margin-top: auto;
  font-weight: 600;
  color: var(--leaf-700);
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
}
.card__link::after { content: "→"; transition: transform var(--t-fast) var(--ease-out); }
.card:hover .card__link::after { transform: translateX(3px); }

a.card { color: inherit; text-decoration: none; }

/* Step cards (process) */
.step {
  position: relative;
  padding: var(--s-6);
  border: 1px solid var(--bone-200);
  border-radius: var(--r-md);
  background: var(--cream-50);
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
}
.step__num {
  font-family: var(--font-display);
  font-size: 2.5rem;
  line-height: 1;
  color: var(--soil-500);
}
.step__icon {
  width: 44px; height: 44px;
  border-radius: var(--r-pill);
  background: var(--leaf-100);
  color: var(--leaf-700);
  display: flex; align-items: center; justify-content: center;
}
.step__icon svg { width: 22px; height: 22px; }

/* ----- Feature row (image + text) ----- */
.feature {
  display: grid;
  gap: var(--s-8);
  align-items: center;
}
@media (min-width: 900px) {
  .feature { grid-template-columns: 1fr 1fr; gap: var(--s-12); }
  .feature--reverse { direction: rtl; }
  .feature--reverse > * { direction: ltr; }
}
.feature__media img {
  width: 100%;
  border-radius: var(--r-md);
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* ----- Promo banner (Soil Driven, Earth Approved.) ----- */
.promo {
  background: linear-gradient(135deg, var(--leaf-900) 0%, var(--leaf-700) 100%);
  color: var(--cream-50);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.promo::before {
  /* Subtle organic texture via radial gradients — replaces a 961KB bg
     image that was rendering at 18% opacity (barely visible). */
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 18% 28%, rgba(149, 201, 61, 0.12) 0%, transparent 38%),
    radial-gradient(circle at 82% 72%, rgba(193, 145, 107, 0.10) 0%, transparent 42%),
    radial-gradient(circle at 50% 110%, rgba(214, 230, 220, 0.08) 0%, transparent 45%);
  pointer-events: none;
}
.promo__inner { position: relative; padding-block: var(--s-12); }
.promo h2 {
  color: var(--cream-50);
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: var(--s-6);
}

/* ----- Locations ----- */
.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: var(--s-3);
}
.location-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-3);
  padding: var(--s-4) var(--s-5);
  background: var(--cream-50);
  border: 1px solid var(--bone-200);
  border-radius: var(--r-md);
  text-decoration: none;
  color: var(--ink-900);
  transition: all var(--t-fast) var(--ease-out);
}
.location-pill:hover {
  border-color: var(--leaf-500);
  color: var(--leaf-700);
  transform: translateX(2px);
}
.location-pill::after {
  content: "→";
  color: var(--soil-500);
  transition: transform var(--t-fast) var(--ease-out);
}
.location-pill:hover::after { transform: translateX(3px); }
.location-pill__city { font-weight: 600; }
.location-pill__state { font-size: var(--fs-small); color: var(--ink-500); }

/* Location finder */
.location-finder {
  display: flex;
  gap: var(--s-2);
  max-width: 520px;
  margin-top: var(--s-6);
}
.location-finder input {
  flex: 1;
  min-height: 48px;
  padding: 0 var(--s-4);
  border: 1px solid var(--bone-200);
  border-radius: var(--r-pill);
  font-size: 1rem;
  background: var(--cream-50);
}
.location-finder__result {
  margin-top: var(--s-4);
  padding: var(--s-4);
  border-radius: var(--r-md);
  background: var(--leaf-100);
  display: none;
}
.location-finder__result[data-show="true"] { display: block; }
.location-finder__result a { font-weight: 600; }

/* ----- Forms ----- */
.form { display: grid; gap: var(--s-5); }
.form-row { display: grid; gap: var(--s-2); }
.form-row--two { grid-template-columns: 1fr; gap: var(--s-5); }
@media (min-width: 600px) { .form-row--two { grid-template-columns: 1fr 1fr; } }

label { font-weight: 600; color: var(--ink-900); font-size: var(--fs-small); }
.req { color: var(--warn-600); margin-left: 2px; }

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea, select {
  width: 100%;
  font: inherit;
  font-size: 1rem;            /* prevents iOS zoom */
  padding: 14px 16px;
  border: 1.5px solid var(--bone-200);
  background: var(--cream-50);
  border-radius: var(--r-md);
  color: var(--ink-900);
  transition: border-color var(--t-fast), background var(--t-fast);
}
textarea { min-height: 140px; resize: vertical; }
input:hover, textarea:hover, select:hover { border-color: var(--leaf-300); }
input:focus, textarea:focus, select:focus {
  border-color: var(--leaf-500);
  background: #fff;
}
input[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--warn-600); }
.field-help { font-size: var(--fs-small); color: var(--ink-500); }
.field-error { font-size: var(--fs-small); color: var(--warn-600); margin-top: var(--s-1); }

/* Honeypot — hidden, not display:none (some bots skip those) */
.hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

/* Checkbox / radio */
.checkbox {
  display: flex;
  gap: var(--s-3);
  align-items: flex-start;
  font-weight: 400;
  font-size: var(--fs-small);
  color: var(--ink-700);
  cursor: pointer;
}
.checkbox input { width: 22px; height: 22px; margin-top: 2px; flex-shrink: 0; }

/* Form alerts */
.alert {
  padding: var(--s-4) var(--s-5);
  border-radius: var(--r-md);
  border: 1px solid;
  display: flex;
  gap: var(--s-3);
}
.alert--ok { background: var(--leaf-100); border-color: var(--leaf-500); color: var(--leaf-900); }
.alert--err { background: #fde8e6; border-color: var(--warn-600); color: var(--warn-600); }

/* ----- Footer ----- */
.site-footer {
  background: var(--leaf-900);
  color: var(--cream-50);
  padding: var(--s-12) 0 var(--s-6);
}
.site-footer h3 {
  color: var(--cream-50);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: var(--s-4);
}
.site-footer a { color: rgba(250, 246, 237, 0.85); text-decoration: none; }
.site-footer a:hover { color: var(--cream-50); text-decoration: underline; }
.footer-grid {
  display: grid;
  gap: var(--s-8);
  grid-template-columns: 1fr;
}
@media (min-width: 700px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; } }
.footer-grid li { margin-top: var(--s-2); }
.footer-grid ul { list-style: none; padding: 0; }

.footer-brand img { height: 80px; width: auto; margin-bottom: var(--s-4); }
.footer-brand p { font-size: var(--fs-small); color: rgba(250, 246, 237, 0.7); max-width: 38ch; }
.footer-credentials { display: flex; gap: var(--s-3); margin-top: var(--s-4); flex-wrap: wrap; }
.footer-credentials img { height: 60px; width: auto; background: var(--cream-50); padding: var(--s-2); border-radius: var(--r-sm); }
.footer-license {
  margin-top: var(--s-3);
  font-size: 0.75rem;
  color: rgba(250, 246, 237, 0.55);
  letter-spacing: 0.02em;
}
.footer-license span {
  color: rgba(250, 246, 237, 0.8);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.footer-bottom {
  margin-top: var(--s-10);
  padding-top: var(--s-5);
  border-top: 1px solid rgba(250, 246, 237, 0.15);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--s-3);
  font-size: var(--fs-small);
  color: rgba(250, 246, 237, 0.6);
}
/* Override the global `li + li { margin-top: ... }` rule for the inline
   footer link list — the items are in a flex row, not a vertical list,
   so the top margin was pushing Terms/Accessibility/Sitemap down 8px and
   leaving Privacy floating out of alignment. */
.footer-bottom ul li { margin-top: 0; }

.footer-bottom__credit {
  display: inline-block;
  margin-left: var(--s-2);
  padding-left: var(--s-2);
  border-left: 1px solid rgba(250, 246, 237, 0.18);
  color: rgba(250, 246, 237, 0.5);
}
.footer-bottom__credit a {
  color: rgba(250, 246, 237, 0.7);
  font-weight: 500;
  text-decoration: none;
}
.footer-bottom__credit a:hover { color: var(--cream-50); text-decoration: underline; }
@media (max-width: 540px) {
  /* On very narrow screens drop the credit to its own line so it doesn't
     wrap awkwardly mid-sentence. */
  .footer-bottom__credit { display: block; margin-left: 0; padding-left: 0; border-left: 0; margin-top: var(--s-1); }
}
.social-links { display: flex; gap: var(--s-3); }
.social-links a {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--r-pill);
  background: rgba(250, 246, 237, 0.08);
  transition: background var(--t-fast);
}
.social-links a:hover { background: rgba(250, 246, 237, 0.18); }
.social-links svg { width: 18px; height: 18px; fill: currentColor; }

/* ----- Sticky mobile CTA -----
   Respects iOS safe-area-inset-bottom so the bar doesn't overlap the home
   indicator on iPhone X+. The body padding mirrors the same offset so
   content can scroll past the CTA. */
.mobile-cta {
  position: fixed;
  bottom: max(var(--s-4), env(safe-area-inset-bottom, 0px));
  left: var(--s-4);
  right: var(--s-4);
  z-index: 90;
  display: flex;
  gap: var(--s-2);
  padding: var(--s-3);
  background: var(--cream-50);
  border: 1px solid var(--bone-200);
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-3);
}
.mobile-cta .btn { flex: 1; min-height: 48px; font-size: 0.9375rem; }
.mobile-cta .btn-tel {
  flex: 0 0 auto;
  width: 56px;
  background: var(--leaf-100);
  color: var(--leaf-900);
  padding: 0;
}
.mobile-cta .btn-tel svg { width: 22px; height: 22px; }
@media (min-width: 768px) { .mobile-cta { display: none; } }

body.has-mobile-cta { padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px)); }
@media (min-width: 768px) { body.has-mobile-cta { padding-bottom: 0; } }

/* ----- Cookie consent banner ----- */
.consent {
  position: fixed;
  bottom: var(--s-4);
  left: var(--s-4);
  right: var(--s-4);
  max-width: 540px;
  background: var(--ink-900);
  color: var(--cream-50);
  padding: var(--s-5);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-3);
  z-index: 95;
  font-size: var(--fs-small);
  display: none;
}
.consent[data-show="true"] { display: block; }
.consent p { margin-bottom: var(--s-3); }
.consent a { color: var(--leaf-300); }
.consent__actions { display: flex; gap: var(--s-2); flex-wrap: wrap; }
.consent .btn { min-height: 36px; font-size: 0.875rem; padding: 0 var(--s-4); }
@media (min-width: 768px) { .consent { left: auto; bottom: var(--s-6); right: var(--s-6); } }

/* When sticky mobile CTA is showing, lift consent above it (and the iOS home bar) */
.has-mobile-cta .consent[data-show="true"] {
  bottom: calc(92px + env(safe-area-inset-bottom, 0px));
}
@media (min-width: 768px) {
  .has-mobile-cta .consent[data-show="true"] { bottom: var(--s-6); }
}

/* ----- FAQ ----- */
.faq { display: grid; gap: var(--s-3); max-width: 780px; margin-inline: auto; }
.faq details {
  background: var(--cream-50);
  border: 1px solid var(--bone-200);
  border-radius: var(--r-md);
  padding: var(--s-4) var(--s-5);
  transition: border-color var(--t-fast);
}
.faq details[open] { border-color: var(--leaf-500); }
.faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  font-family: var(--font-display);
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
  gap: var(--s-3);
  padding-block: var(--s-1);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-size: 1.5rem;
  line-height: 1;
  color: var(--soil-500);
  transition: transform var(--t-fast);
}
.faq details[open] summary::after { content: "−"; }
.faq details > p, .faq details > div { margin-top: var(--s-3); color: var(--ink-700); }

/* ----- Video embed ----- */
.video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--bone-100);
  box-shadow: var(--shadow-2);
}
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* Click-to-load YouTube facade for performance + privacy */
.video-facade {
  position: absolute; inset: 0;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  background: var(--ink-900);
  border: 0;
  width: 100%;
  color: var(--cream-50);
}
.video-facade img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }

/* ----- Reviews ----- */
.review-card {
  background: var(--cream-50);
  border: 1px solid var(--bone-200);
  border-radius: var(--r-md);
  padding: var(--s-6);
  display: flex;
  flex-direction: column;
  gap: var(--s-3);
}
.review-card__stars { color: var(--gold-500); letter-spacing: 0.1em; }
.review-card blockquote { font-family: var(--font-display); font-size: 1.125rem; line-height: 1.5; color: var(--ink-900); }
.review-card cite { font-style: normal; color: var(--ink-500); font-size: var(--fs-small); }

/* ----- Breadcrumbs ----- */
.breadcrumbs {
  font-size: var(--fs-small);
  color: var(--ink-500);
  padding-block: var(--s-4);
}
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: var(--s-2); list-style: none; padding: 0; }
.breadcrumbs li + li::before { content: "/"; margin-right: var(--s-2); color: var(--ink-400); }
.breadcrumbs a { color: var(--ink-500); }
.breadcrumbs [aria-current="page"] { color: var(--ink-900); font-weight: 500; }

/* ----- Tags / chips ----- */
.chip {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  padding: var(--s-2) var(--s-3);
  background: var(--leaf-100);
  color: var(--leaf-900);
  border-radius: var(--r-pill);
  font-size: var(--fs-small);
  font-weight: 500;
}

/* ----- Photo gallery ----- */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--s-3);
}
.gallery a {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--r-md);
  background: var(--bone-100);
}
.gallery img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform var(--t-slow) var(--ease-out);
}
.gallery a:hover img { transform: scale(1.04); }

/* ----- Print ----- */
@media print {
  .site-header, .site-footer, .mobile-cta, .consent, .promo { display: none !important; }
  body { background: white; color: black; }
  a { color: inherit; text-decoration: underline; }
}

/* ----- High-contrast / forced-colors ----- */
@media (forced-colors: active) {
  .btn { border: 1px solid CanvasText; }
  .card { border: 1px solid CanvasText; }
}

/* =========================================================================
   ELEVATED VISUAL LAYER — premium look that distinguishes Oxford Lawn from
   the boilerplate Pantheon dev site. Add-only; nothing above is overridden
   destructively.
   ========================================================================= */

body { font-feature-settings: "ss01", "ss02", "cv11", "calt", "liga"; }

h1, h2, h3 { font-variation-settings: "SOFT" 30, "WONK" 0; font-weight: 540; }
h1 { letter-spacing: -0.022em; }
h2 { letter-spacing: -0.018em; }
.lede { font-weight: 400; color: var(--ink-700); }
.eyebrow { font-weight: 600; }

/* Reveal-on-scroll (uses IntersectionObserver in site.js) */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 800ms var(--ease-out),
    transform 900ms var(--ease-out);
  will-change: opacity, transform;
}
[data-reveal].is-in {
  opacity: 1;
  transform: none;
}
[data-reveal][data-delay="1"] { transition-delay: 80ms; }
[data-reveal][data-delay="2"] { transition-delay: 160ms; }
[data-reveal][data-delay="3"] { transition-delay: 240ms; }
[data-reveal][data-delay="4"] { transition-delay: 320ms; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* ----- Top utility strip (sits above the lime header) ----- */
.utility-bar {
  background: var(--leaf-900);
  color: var(--cream-50);
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}
.utility-bar a, .utility-bar a:hover { color: var(--cream-50) !important; }
.utility-bar a { color: inherit; text-decoration: none; }
.utility-bar a:hover { color: var(--cream-50); text-decoration: underline; }
.utility-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  gap: var(--s-4);
  flex-wrap: nowrap;
  overflow: hidden;
}
.utility-bar__left { display: flex; gap: var(--s-5); align-items: center; }
.utility-bar__left span { display: inline-flex; align-items: center; gap: 6px; }
.utility-bar__right { display: flex; gap: var(--s-4); align-items: center; }
.utility-bar__cta {
  color: var(--leaf-100) !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}
.utility-bar svg { width: 14px; height: 14px; flex-shrink: 0; opacity: 0.85; }
@media (max-width: 700px) {
  .utility-bar__left { display: none; }
  .utility-bar__inner { justify-content: flex-end; }
}

/* ----- Header polish (lime brand) ----- */
.site-header { box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.brand-mark img { transition: transform var(--t-fast) var(--ease-out); }
.brand-mark:hover img { transform: scale(1.04); }

/* Single-row desktop header: logo (left) — nav (center, flex-1) — CTAs (right). */
@media (min-width: 920px) {
  .primary-nav {
    display: flex !important;
    align-items: center;
    gap: var(--s-4);
    flex: 1 1 auto;
    justify-content: center;
    padding: 0 var(--s-4);
  }
  .primary-nav a {
    color: var(--leaf-900);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: var(--s-2) 0;
    position: relative;
    white-space: nowrap;
  }
  .primary-nav a:hover { color: var(--leaf-700); }
  .primary-nav a[aria-current="page"]::after,
  .primary-nav a:hover::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -4px;
    height: 3px;
    background: var(--leaf-900);
    border-radius: 2px;
  }
  /* Franchise — quieter secondary nav item, italic, separated by hairline. */
  .primary-nav__franchise {
    padding-left: var(--s-4) !important;
    margin-left: var(--s-2);
    border-left: 1px solid rgba(18, 47, 28, 0.22);
    color: var(--leaf-700) !important;
    font-style: italic;
    font-weight: 500 !important;
  }
  .primary-nav__franchise::after { display: none !important; }
  .header-cta .btn-secondary { display: inline-flex; }
  .menu-toggle { display: none; }
}
/* Below 920px: nav hides, hamburger shows. Franchise lives in mobile drawer. */
@media (max-width: 919px) {
  .primary-nav { display: none !important; }
}
/* On smaller desktops (920–1180), drop the phone label to icon-only so the
   single-row layout stays roomy. */
@media (min-width: 920px) and (max-width: 1180px) {
  .primary-nav { gap: var(--s-3); }
  .primary-nav a { font-size: 0.875rem; }
  .header-tel span { display: none; }
}
@media (max-width: 919px) {
  .primary-nav { display: none; }
}

.header-cta .btn { background: var(--leaf-900); color: var(--cream-50); border-color: var(--leaf-900); }
.header-cta .btn:hover { background: var(--leaf-700); color: var(--cream-50); }
.header-cta .btn-link {
  background: transparent;
  color: var(--leaf-900);
  border: none;
  font-weight: 700;
  padding: 0 var(--s-3);
}
.header-cta .btn-link:hover { background: transparent; color: var(--leaf-700); }
@media (max-width: 919px) {
  .header-cta .btn-link { display: none; }
  /* On mobile the floating CTA bar at the bottom already provides Free
     Assessment, so the header keeps only phone + hamburger. */
  .header-cta .btn-primary { display: none; }
}

/* ----- Floating side-rail "Free Assessment" pill (matches original) ----- */
.side-rail {
  position: fixed;
  right: var(--s-4);
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  background: var(--lime-500);
  color: var(--leaf-900);
  padding: var(--s-3) var(--s-5);
  border-radius: var(--r-pill);
  font-weight: 700;
  font-size: 0.9375rem;
  box-shadow: var(--shadow-2);
  text-decoration: none;
  border: 2px solid var(--leaf-900);
  white-space: nowrap;
  transition: transform var(--t-fast), box-shadow var(--t-fast);
}
.side-rail:hover {
  background: var(--lime-300);
  color: var(--leaf-900);
  transform: translateY(-50%) translateX(-4px);
  box-shadow: var(--shadow-3);
}
@media (max-width: 768px) { .side-rail { display: none; } }

/* ----- Hero (matches original Oxford Lawn: full-bleed photo, centered white title) ----- */
.hero--photo {
  min-height: 70vh;
  padding-block: var(--s-16) var(--s-12);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero--photo::before {
  /* Brand-tinted overlay — fades from a light tint at the top (so the photo
     reads as itself) to a fully-opaque leaf-900 at the bottom (so the lower
     half is a clean, intentional dark-green where text sits, instead of a
     muddy grey-green mid-zone over the photo's grass-shadow band). */
  background:
    linear-gradient(180deg,
      rgba(18, 47, 28, 0.25) 0%,
      rgba(18, 47, 28, 0.45) 40%,
      rgba(18, 47, 28, 0.88) 80%,
      var(--leaf-900) 100%);
}
.hero__bg img {
  /* Bias the crop toward the upper-middle of the photo where the
     landscaped yard is most colorful — keeps the bottom (grass shadow
     band) out of frame on portrait viewports. */
  object-position: center 30%;
}
/* On narrow viewports, push the gradient transition higher so the photo
   only occupies the top ~half of the hero and the rest is solid brand
   green. Cleaner separation, no in-between muddy zone. */
@media (max-width: 768px) {
  .hero--photo::before {
    background:
      linear-gradient(180deg,
        rgba(18, 47, 28, 0.18) 0%,
        rgba(18, 47, 28, 0.40) 28%,
        rgba(18, 47, 28, 0.92) 58%,
        var(--leaf-900) 75%);
  }
  /* Anchor photo to the top so the dethatcher + landscape stay visible. */
  .hero__bg img { object-position: center 22%; }
}
.hero__inner { max-width: 920px; margin-inline: auto; }
.hero__eyebrow {
  display: inline-block;
  color: var(--cream-50);
  background: transparent;
  padding: 0;
  border: 0;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: var(--s-4);
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}
.hero h1 {
  font-size: clamp(2.5rem, 5.5vw + 1rem, 5rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-wrap: balance;
  color: var(--cream-50);
  text-shadow: 0 2px 18px rgba(0,0,0,0.45);
  margin-inline: auto;
}
.hero h2 { color: var(--cream-50); font-weight: 600; font-size: clamp(1.125rem, 1.5vw + 0.5rem, 1.5rem); margin-top: var(--s-4); text-shadow: 0 1px 8px rgba(0,0,0,0.4); }
.hero p { font-size: 1.125rem; line-height: 1.55; max-width: 60ch; margin-inline: auto; color: rgba(250,246,237,0.95); text-shadow: 0 1px 6px rgba(0,0,0,0.3); }
.hero__cta { justify-content: center; gap: var(--s-3); margin-top: var(--s-8); }
.hero__cta .btn { padding: 0 var(--s-7, 1.75rem); min-height: 56px; font-size: 1rem; }
.hero__cta .btn-on-dark { background: var(--lime-500); color: var(--leaf-900); border-color: var(--leaf-900); font-weight: 700; }
.hero__cta .btn-on-dark:hover { background: var(--lime-300); }

/* Hero scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: var(--s-6);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: rgba(250, 246, 237, 0.75);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--s-2);
}
.hero__scroll::after {
  content: "";
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, rgba(250,246,237,0.7) 0%, transparent 100%);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ----- Stat band ----- */
.stat-band {
  background: var(--leaf-900);
  color: var(--cream-50);
  position: relative;
  overflow: hidden;
}
.stat-band::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(111, 163, 126, 0.18), transparent 60%),
    radial-gradient(circle at 85% 50%, rgba(193, 145, 107, 0.12), transparent 55%);
}
.stat-band__inner {
  position: relative;
  display: grid;
  /* 3 stats: stack on narrow, side-by-side at tablet+ */
  grid-template-columns: 1fr;
  gap: var(--s-6) var(--s-8);
  padding-block: var(--s-10);
  text-align: center;
}
@media (min-width: 720px) {
  .stat-band__inner { grid-template-columns: repeat(3, 1fr); }
}
.stat-band__num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1;
  color: var(--cream-50);
  font-weight: 500;
  letter-spacing: -0.02em;
}
.stat-band__num em {
  color: var(--leaf-300);
  font-style: italic;
  font-weight: 400;
}
.stat-band__label {
  display: block;
  margin-top: var(--s-2);
  font-size: 0.8125rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250, 246, 237, 0.7);
  font-weight: 500;
}

/* ----- Featured video — its own visually-distinct section ----- */
.feature-video {
  position: relative;
  background: var(--leaf-900);
  color: var(--cream-50);
  padding-block: var(--s-20);
  overflow: hidden;
}
.feature-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 30%, rgba(149, 201, 61, 0.18) 0%, transparent 40%),
    radial-gradient(circle at 85% 70%, rgba(178, 119, 73, 0.14) 0%, transparent 45%);
  pointer-events: none;
}
.feature-video__bg { display: none; }
.feature-video__inner {
  position: relative;
  display: grid;
  gap: var(--s-10);
  align-items: center;
}
@media (min-width: 1000px) {
  .feature-video__inner { grid-template-columns: 1fr 1.4fr; gap: var(--s-12); }
}
.feature-video__copy .eyebrow {
  color: var(--lime-300);
  font-size: 0.8125rem;
  letter-spacing: 0.18em;
  font-weight: 700;
}
.feature-video__copy h2 {
  font-size: clamp(2rem, 3vw + 1rem, 3.25rem);
  text-wrap: balance;
  color: var(--cream-50);
  font-weight: 700;
  margin-top: var(--s-3);
}
.feature-video__copy .lede { color: rgba(250, 246, 237, 0.88); }
.feature-video__copy .btn-primary { background: var(--lime-500); color: var(--leaf-900); border-color: var(--lime-500); }
.feature-video__copy .btn-primary:hover { background: var(--lime-300); color: var(--leaf-900); }
.feature-video__copy .btn-secondary { color: var(--cream-50); border-color: rgba(250, 246, 237, 0.5); }
.feature-video__copy .btn-secondary:hover { background: var(--cream-50); color: var(--leaf-900); border-color: var(--cream-50); }
.feature-video__embed {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-3);
  aspect-ratio: 16 / 9;
  background: var(--ink-900);
  border: 1px solid rgba(20, 24, 15, 0.08);
}
.feature-video__embed iframe,
.feature-video__embed > .video-facade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: var(--r-lg);
}
.feature-video__embed::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: var(--r-lg);
  padding: 1px;
  background: linear-gradient(135deg, var(--leaf-300), var(--soil-300), var(--leaf-300));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.6;
}

/* Big play button */
.video-facade .play-icon {
  position: absolute;
  width: 96px; height: 96px;
  border-radius: var(--r-pill);
  background: rgba(250, 246, 237, 0.96);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 36px rgba(0,0,0,0.35);
  transition: transform var(--t-med) var(--ease-out), background var(--t-fast);
}
.video-facade .play-icon::before {
  content: "";
  width: 0; height: 0;
  border-style: solid;
  border-width: 16px 0 16px 26px;
  border-color: transparent transparent transparent var(--leaf-700);
  margin-left: 6px;
}
.video-facade:hover .play-icon { transform: scale(1.08); background: var(--cream-50); }

/* ----- Services grid: cinematic cards ----- */
.service-card {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  isolation: isolate;
  background: var(--ink-900);
  color: var(--cream-50);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  transition: transform var(--t-med) var(--ease-out);
}
.service-card__media {
  position: absolute; inset: 0;
  z-index: 0;
}
.service-card__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-out), filter var(--t-med);
}
.service-card::before {
  content: "";
  position: absolute; inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(20, 24, 15, 0.05) 0%, rgba(20, 24, 15, 0.55) 60%, rgba(18, 47, 28, 0.92) 100%);
  transition: opacity var(--t-med);
}
.service-card__body {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: var(--s-6);
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
}
.service-card__num {
  font-family: var(--font-display);
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--leaf-300);
  font-weight: 500;
}
.service-card__title {
  font-family: var(--font-display);
  font-size: 1.625rem;
  line-height: 1.1;
  color: var(--cream-50);
  font-weight: 500;
}
.service-card__desc {
  font-size: 0.9375rem;
  color: rgba(250, 246, 237, 0.85);
  max-height: 200px;        /* mobile/touch: always visible (hover doesn't fire) */
  overflow: hidden;
  transition: max-height var(--t-med) var(--ease-out);
}
@media (hover: hover) and (min-width: 900px) {
  /* Desktop hover devices: collapse on rest, expand on hover for the
     cinematic feel. Touch devices keep descriptions visible. */
  .service-card__desc { max-height: 0; }
  .service-card:hover .service-card__desc,
  .service-card:focus-within .service-card__desc { max-height: 200px; }
}
.service-card__cta {
  display: inline-flex;
  align-items: center;
  gap: var(--s-2);
  margin-top: var(--s-3);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--leaf-300);
  text-transform: uppercase;
}
.service-card__cta::after {
  content: "→";
  transition: transform var(--t-fast);
}
.service-card:hover .service-card__media img { transform: scale(1.08); }
.service-card:hover .service-card__cta::after { transform: translateX(4px); }
.service-card:focus-visible { box-shadow: var(--focus-ring); }

/* ----- Process: visual timeline -----
   Restrained palette: matches the rest of the site (cream cards + bone
   borders + soil-500 eyebrows + leaf-700 accents). Differentiation between
   steps comes from the custom SVG icon, the depth label text, the big
   number, and the outcome line — not from competing colors. */
.process-timeline {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: var(--s-6);
}
.process-timeline > li + li { margin-top: 0; }

@media (min-width: 900px) {
  .process-timeline {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--s-5);
    padding-top: 22px;
  }
  /* Single subtle hairline above the cards — connects them as a sequence
     without competing with anything else on the page. Brand-tinted so the
     section reads as part of the leaf-green visual family. */
  .process-timeline::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, var(--leaf-300) 12%, var(--leaf-300) 88%, transparent 100%);
    opacity: 0.55;
    z-index: 0;
  }
}

.process-step {
  position: relative;
  background: var(--cream-50);
  border: 1px solid var(--bone-200);
  border-radius: var(--r-md);
  padding: var(--s-6) var(--s-6) var(--s-5);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
  transition: transform var(--t-med) var(--ease-out),
              box-shadow var(--t-med) var(--ease-out),
              border-color var(--t-fast) var(--ease-out);
}
.process-step:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-3);
  border-color: var(--leaf-100);
}

/* Head row: depth label (left) + step number (right). The icons that
   used to sit here didn't read as their intended action, so the row is
   now a clean editorial header — eyebrow + page-number-style numeral. */
.process-step__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--s-3);
  margin-bottom: var(--s-3);
  padding-bottom: var(--s-3);
  border-bottom: 1px solid var(--bone-200);
}

/* Depth eyebrow — same color treatment as every other eyebrow on the site. */
.process-step__depth {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--soil-500);
}

/* Step number — sage-green anchor, matches the service-card num treatment
   on the home page so the two grids feel like part of the same family. */
.process-step__num {
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.02em;
  color: var(--leaf-300);
  opacity: 0.7;
  line-height: 1;
}

.process-step__title {
  font-size: 1.1875rem;
  line-height: 1.25;
  color: var(--soil-700);
  font-weight: 700;
  margin: 2px 0 var(--s-1);
}
.process-step__body {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-700);
}

/* Outcome stamp — the "what changes" payoff. */
.process-step__outcome {
  margin-top: auto;
  padding-top: var(--s-4);
  border-top: 1px dashed var(--bone-200);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--leaf-700);
  letter-spacing: 0.01em;
}
.process-step__outcome span {
  display: inline-block;
  margin-right: 6px;
  color: var(--soil-500);
  font-weight: 700;
}

.process-step:focus-within {
  transform: translateY(-6px);
  box-shadow: var(--shadow-3);
}

/* ----- Reviews: editorial pull-quote treatment ----- */
.review-card {
  position: relative;
  padding-top: var(--s-10);
}
.review-card::before {
  content: "“";
  position: absolute;
  top: var(--s-3);
  left: var(--s-5);
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 1;
  color: var(--soil-300);
  opacity: 0.6;
  font-style: italic;
}
.review-card blockquote {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  font-variation-settings: "SOFT" 50;
}
.review-author {
  display: flex;
  align-items: center;
  gap: var(--s-3);
  margin-top: auto;
  padding-top: var(--s-3);
  border-top: 1px solid var(--bone-200);
}
.review-author__avatar {
  width: 40px; height: 40px;
  border-radius: var(--r-pill);
  background: var(--leaf-100);
  color: var(--leaf-700);
  display: flex; align-items: center; justify-content: center;
  font-weight: 600;
  font-size: 0.9375rem;
}

/* ----- Generic feature blocks: subtle gradient accent ----- */
.feature__media {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
}
.feature__media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(45, 106, 62, 0.15) 100%);
  pointer-events: none;
}

/* ----- Big franchising callout ----- */
.franchise-cta {
  position: relative;
  background: linear-gradient(135deg, var(--leaf-900) 0%, var(--leaf-700) 50%, var(--soil-700) 130%);
  color: var(--cream-50);
  border-radius: var(--r-lg);
  padding: var(--s-12) var(--s-8);
  overflow: hidden;
  isolation: isolate;
}
.franchise-cta::before {
  content: "";
  position: absolute;
  inset: -50%;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 30%, rgba(214, 230, 220, 0.15) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(193, 145, 107, 0.18) 0%, transparent 35%);
  animation: franchiseDrift 18s ease-in-out infinite alternate;
}
@keyframes franchiseDrift {
  0% { transform: rotate(0deg) scale(1); }
  100% { transform: rotate(8deg) scale(1.05); }
}
.franchise-cta h2 { color: var(--cream-50); font-size: clamp(2rem, 4vw, 3rem); }
.franchise-cta h2 em { color: var(--leaf-300); font-style: italic; }

/* ----- Section divider (organic SVG style) ----- */
.section-divider {
  display: block;
  width: 100%;
  height: 60px;
  fill: currentColor;
}

/* Promo banner: more polish */
.promo h2 {
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  letter-spacing: -0.02em;
}
.promo h2 em {
  font-style: italic;
  color: var(--leaf-300);
  font-variation-settings: "SOFT" 70;
}
.promo::before { opacity: 0.22; }

/* Footer brand polish */
.footer-brand img { filter: drop-shadow(0 2px 8px rgba(0,0,0,0.25)); }

/* Mobile drawer polish — make it actually beautiful */
.mobile-drawer {
  background: linear-gradient(180deg, var(--cream-50) 0%, var(--bone-100) 100%);
  padding-top: var(--s-5);
}
.mobile-drawer__head {
  border-bottom: 1px solid var(--bone-200);
  padding-bottom: var(--s-3);
}
.mobile-drawer nav a:hover, .mobile-drawer details summary:hover { color: var(--leaf-700); }

/* Override the older .card:hover small lift with a richer shadow */
.card { transition: transform var(--t-med) var(--ease-out), box-shadow var(--t-med) var(--ease-out), border-color var(--t-fast); }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-3); border-color: var(--leaf-100); }
.card__media img { transition: transform 1.1s var(--ease-out); }
.card:hover .card__media img { transform: scale(1.04); }

/* =========================================================================
   SIGNATURE FEATURES — what makes this site feel custom, not template.
   ========================================================================= */

/* ----- The Soil Story (scroll-driven restoration journey) ----- */
.story {
  position: relative;
  background: var(--leaf-900);
  color: var(--cream-50);
  overflow: hidden;
}
.story__track {
  position: relative;
  /* Tall track — each "step" = one viewport of scroll. 4 steps + intro. */
  height: 500vh;
}
.story__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100vh;          /* explicit row so children fill the column */
  overflow: hidden;
}
@media (min-width: 1000px) {
  .story__sticky { grid-template-columns: 1fr 1.2fr; }
}

.story__copy {
  position: relative;
  z-index: 3;
  padding: var(--s-12) var(--gutter);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--s-4);
  background: linear-gradient(180deg, rgba(18,47,28,0.65) 0%, rgba(18,47,28,0.95) 100%);
  /* Stack all copy panels in the same grid cell on desktop */
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms var(--ease-out), transform 500ms var(--ease-out);
  pointer-events: none;
}
.story__copy[data-active="true"] {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.story__visual {
  grid-column: 1;
  grid-row: 1;
}
@media (min-width: 1000px) {
  .story__copy { background: transparent; padding-inline: var(--s-12); }
  .story__visual { grid-column: 2; grid-row: 1; }
}
.story__eyebrow {
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--lime-300);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: var(--s-3);
}
.story__eyebrow::before {
  content: ""; width: 32px; height: 2px;
  background: var(--lime-300);
}
.story__step-num {
  font-family: var(--font-display);
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 0.95;
  color: var(--lime-300);
  font-weight: 800;
  opacity: 0.95;
}
.story__step-num em { color: var(--cream-50); font-style: normal; }
.story__title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: var(--cream-50);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-wrap: balance;
}
.story__body {
  font-size: 1.0625rem;
  color: rgba(250, 246, 237, 0.85);
  max-width: 44ch;
  line-height: 1.55;
}

/* Step layers — stacked, controlled by JS opacity */
.story__visual {
  position: relative;
  background: var(--leaf-900);
  overflow: hidden;
  height: 100%;
  min-height: 300px;
}
.story__layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 600ms var(--ease-out), transform 1200ms var(--ease-out);
}
.story__layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story__layer::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(18,47,28,0.4) 0%, rgba(18,47,28,0.15) 50%, rgba(18,47,28,0.55) 100%);
}
.story__layer[data-active="true"] { opacity: 1; }

/* Animated overlay accents per step */
.story__layer .accent {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.story__layer[data-step="1"] .accent { /* dethatching — diagonal sweeps */
  inset: 0;
  background:
    repeating-linear-gradient(
      135deg,
      transparent 0,
      transparent 50px,
      rgba(149, 201, 61, 0.15) 50px,
      rgba(149, 201, 61, 0.15) 52px
    );
  opacity: 0.9;
}
.story__layer[data-step="2"] .accent { /* aeration — floating soil plugs */
  inset: 0;
  background:
    radial-gradient(circle at 20% 35%, rgba(110, 69, 39, 0.55) 0%, transparent 5%),
    radial-gradient(circle at 35% 70%, rgba(110, 69, 39, 0.5) 0%, transparent 4%),
    radial-gradient(circle at 60% 25%, rgba(110, 69, 39, 0.6) 0%, transparent 5%),
    radial-gradient(circle at 75% 55%, rgba(110, 69, 39, 0.45) 0%, transparent 4%),
    radial-gradient(circle at 50% 85%, rgba(110, 69, 39, 0.5) 0%, transparent 5%);
}
.story__layer[data-step="3"] .accent { /* compost — falling particles */
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(110, 69, 39, 0.7) 0%, transparent 1.5%),
    radial-gradient(circle at 32% 40%, rgba(140, 90, 54, 0.7) 0%, transparent 1.2%),
    radial-gradient(circle at 47% 15%, rgba(110, 69, 39, 0.6) 0%, transparent 1.4%),
    radial-gradient(circle at 62% 60%, rgba(140, 90, 54, 0.7) 0%, transparent 1.2%),
    radial-gradient(circle at 78% 30%, rgba(110, 69, 39, 0.7) 0%, transparent 1.4%),
    radial-gradient(circle at 88% 70%, rgba(140, 90, 54, 0.7) 0%, transparent 1.2%),
    radial-gradient(circle at 25% 80%, rgba(110, 69, 39, 0.7) 0%, transparent 1.5%);
  animation: compostFall 3s linear infinite;
}
.story__layer[data-step="4"] .accent { /* growth — vertical green pulses */
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(149, 201, 61, 0.4) 0%, transparent 60%);
  animation: grassGlow 2.5s ease-in-out infinite alternate;
}
@keyframes compostFall {
  from { transform: translateY(-30px); }
  to   { transform: translateY(30px); }
}
@keyframes grassGlow {
  from { opacity: 0.7; }
  to   { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .story__layer .accent { animation: none !important; }
}

/* Step progress indicator (mobile) */
.story__progress {
  position: absolute;
  bottom: var(--s-6);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: var(--s-2);
  z-index: 4;
}
.story__progress span {
  width: 32px;
  height: 3px;
  background: rgba(250, 246, 237, 0.25);
  border-radius: 2px;
  transition: background 300ms;
}
.story__progress span[data-active="true"] { background: var(--lime-300); }

/* Mobile: the Soil Story is a desktop signature feature. The
   process-timeline section below already covers the same 4 steps in a
   mobile-friendly card grid, so we hide this on small screens to avoid
   duplication. */
@media (max-width: 999px) {
  .story { display: none; }
}

/* ----- Before / after drag slider ----- */
.compare {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-3);
  user-select: none;
  /* Allow vertical page scroll to pass through; only horizontal drag is captured. */
  touch-action: pan-y;
  cursor: ew-resize;
  aspect-ratio: 4 / 3;
  background: var(--ink-900);
}
.compare__before, .compare__after {
  position: absolute; inset: 0;
}
.compare__before img, .compare__after img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.compare__after {
  clip-path: inset(0 0 0 50%);
  transition: clip-path 80ms linear;
}
.compare__handle {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  width: 4px;
  background: var(--cream-50);
  transform: translateX(-50%);
  pointer-events: none;
  box-shadow: 0 0 12px rgba(0,0,0,0.4);
}
.compare__handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px; height: 56px;
  background: var(--cream-50);
  border-radius: var(--r-pill);
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
}
.compare__handle::after {
  content: "⇆";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--leaf-900);
  z-index: 1;
}
.compare__label {
  position: absolute;
  top: var(--s-4);
  padding: 6px 14px;
  background: rgba(20, 24, 15, 0.7);
  color: var(--cream-50);
  border-radius: var(--r-pill);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
}
.compare__label--before { left: var(--s-4); }
.compare__label--after { right: var(--s-4); }

/* ----- Animated stat counter override ----- */
.stat-band__num {
  font-variant-numeric: tabular-nums;
}
.stat-band__num[data-counter] {
  /* JS swaps in animated digits */
}

/* ----- Florida service-area map -----
   The 8 active territories cluster tightly in central FL — at narrow widths
   the labels overlap and the SVG cluster becomes unreadable. The location
   pill grid above already covers the same navigational ground on small
   screens, so the map is desktop-only. */
.fl-map {
  position: relative;
  background: var(--leaf-900);
  color: var(--cream-50);
  padding-block: var(--s-16);
  overflow: hidden;
}
@media (max-width: 767px) {
  .fl-map { display: none; }
}
.fl-map::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 25% 30%, rgba(149,201,61,0.10) 0%, transparent 50%),
    radial-gradient(circle at 75% 70%, rgba(178,119,73,0.08) 0%, transparent 50%);
  pointer-events: none;
}
.fl-map__inner {
  position: relative;
  display: grid;
  gap: var(--s-10);
  align-items: center;
}
@media (min-width: 900px) { .fl-map__inner { grid-template-columns: 1fr 1.2fr; } }
.fl-map__copy h2 { color: var(--cream-50); font-size: clamp(2rem, 3vw + 1rem, 3rem); }
.fl-map__copy .eyebrow { color: var(--lime-300); }
.fl-map__copy .lede { color: rgba(250, 246, 237, 0.85); }
.fl-map__legend {
  display: flex;
  flex-direction: column;
  gap: var(--s-2);
  margin-top: var(--s-5);
  font-size: var(--fs-small);
  color: rgba(250, 246, 237, 0.75);
}
.fl-map__legend span { display: inline-flex; align-items: center; gap: var(--s-2); }
.fl-map__legend .dot {
  width: 12px; height: 12px;
  border-radius: var(--r-pill);
  display: inline-block;
}
.fl-map__legend .dot--active { background: var(--lime-500); box-shadow: 0 0 0 4px rgba(149, 201, 61, 0.25); }
.fl-map__legend .dot--open { background: rgba(250, 246, 237, 0.3); border: 2px dashed rgba(250, 246, 237, 0.6); }

.fl-map__svg {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  filter: drop-shadow(0 12px 32px rgba(0,0,0,0.4));
}
.fl-map__svg svg { width: 100%; height: auto; display: block; }
.fl-map__shape {
  fill: rgba(149, 201, 61, 0.08);
  stroke: rgba(149, 201, 61, 0.6);
  stroke-width: 1.5;
}
.fl-pin {
  cursor: pointer;
  transition: transform 200ms var(--ease-out);
}
.fl-pin__halo {
  fill: rgba(149, 201, 61, 0.25);
  transform-origin: center;
  animation: pinPulse 2s ease-in-out infinite;
}
.fl-pin--open .fl-pin__halo { display: none; }
.fl-pin__dot--active { fill: var(--lime-500); }
.fl-pin__dot--open   { fill: rgba(250, 246, 237, 0.4); stroke: var(--cream-50); stroke-width: 1.5; stroke-dasharray: 3 3; }
.fl-pin:hover { transform: translate(0, -2px) scale(1.04); }
.fl-pin:focus { outline: none; }
.fl-pin:focus .fl-pin__dot--active,
.fl-pin:focus .fl-pin__dot--open { stroke: var(--cream-50); stroke-width: 3; }
.fl-pin__label {
  fill: var(--cream-50);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  pointer-events: none;
  text-anchor: middle;
  opacity: 0;
  transition: opacity 200ms;
}
.fl-pin:hover .fl-pin__label { opacity: 1; }
@keyframes pinPulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50%      { transform: scale(1.4); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .fl-pin__halo { animation: none; }
}

.fl-map__tooltip {
  position: absolute;
  pointer-events: none;
  padding: var(--s-3) var(--s-4);
  background: var(--cream-50);
  color: var(--ink-900);
  border-radius: var(--r-md);
  font-size: var(--fs-small);
  font-weight: 500;
  box-shadow: var(--shadow-3);
  opacity: 0;
  transform: translate(-50%, calc(-100% - 12px));
  transition: opacity 150ms;
  z-index: 5;
  white-space: nowrap;
}
.fl-map__tooltip[data-show="true"] { opacity: 1; }
.fl-map__tooltip strong { color: var(--leaf-700); }
.fl-map__tooltip a { color: var(--leaf-700); font-weight: 700; text-decoration: underline; pointer-events: auto; }

/* ----- Lawn diagnosis quiz ----- */
.diagnose {
  position: relative;
  background: var(--bone-100);
  padding-block: var(--s-16);
}
.diagnose__inner {
  max-width: 760px;
  margin-inline: auto;
}
.diagnose__intro { text-align: center; margin-bottom: var(--s-8); }
.diagnose__steps {
  position: relative;
  background: var(--cream-50);
  border: 1px solid var(--bone-200);
  border-radius: var(--r-lg);
  padding: var(--s-8) var(--s-6);
  box-shadow: var(--shadow-2);
}
.diagnose__step { display: none; }
.diagnose__step[data-active="true"] { display: block; animation: dxFadeIn 350ms var(--ease-out); }
@keyframes dxFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}
.diagnose__progress {
  display: flex;
  justify-content: center;
  gap: var(--s-2);
  margin-bottom: var(--s-6);
}
.diagnose__progress span {
  width: 36px; height: 3px;
  background: var(--bone-200);
  border-radius: 2px;
  transition: background 250ms;
}
.diagnose__progress span[data-current="true"] { background: var(--leaf-900); }
.diagnose__progress span[data-done="true"] { background: var(--leaf-500); }

.diagnose__question {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--s-6);
  color: var(--ink-900);
}
.diagnose__options {
  display: grid;
  gap: var(--s-3);
}
@media (min-width: 600px) {
  .diagnose__options { grid-template-columns: 1fr 1fr; }
}
.diagnose__option {
  cursor: pointer;
  background: transparent;
  border: 2px solid var(--bone-200);
  border-radius: var(--r-md);
  padding: var(--s-4) var(--s-5);
  text-align: left;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink-900);
  transition: all 200ms var(--ease-out);
  display: flex;
  align-items: flex-start;
  gap: var(--s-3);
  line-height: 1.4;
}
.diagnose__option:hover {
  border-color: var(--leaf-500);
  background: var(--lime-100);
  transform: translateY(-2px);
}
.diagnose__option__icon {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: var(--r-pill);
  background: var(--leaf-100);
  color: var(--leaf-700);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
}
.diagnose__option:hover .diagnose__option__icon { background: var(--lime-500); color: var(--leaf-900); }

.diagnose__back {
  margin-top: var(--s-5);
  background: transparent;
  border: 0;
  color: var(--ink-500);
  font-size: var(--fs-small);
  cursor: pointer;
  padding: var(--s-2);
  font-family: inherit;
}
.diagnose__back:hover { color: var(--leaf-700); }

.diagnose__result {
  text-align: center;
  padding: var(--s-4);
}
.diagnose__result h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--soil-500);
  margin-bottom: var(--s-3);
}
.diagnose__result h4 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: var(--soil-700);
  font-weight: 700;
  margin-bottom: var(--s-3);
}
.diagnose__result__why {
  font-size: 1rem;
  color: var(--ink-700);
  max-width: 50ch;
  margin: 0 auto var(--s-6);
  line-height: 1.55;
}
.diagnose__result__cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
  justify-content: center;
}
.diagnose__result__again {
  margin-top: var(--s-5);
  background: transparent;
  border: 0;
  color: var(--ink-500);
  font-size: var(--fs-small);
  cursor: pointer;
  font-family: inherit;
  text-decoration: underline;
}

/* ----- Trust strip (above-the-fold credibility band) ----- */
.trust {
  background: var(--cream-50);
  padding-block: var(--s-6) var(--s-5);
  border-bottom: 1px solid var(--bone-200);
}
.trust__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s-5) var(--s-4);
  text-align: center;
  font-size: 0.875rem;
  color: var(--ink-700);
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .trust__list { grid-template-columns: repeat(4, 1fr); gap: 0; }
  .trust__item { border-right: 1px solid var(--bone-200); padding-inline: var(--s-3); }
  .trust__item:last-child { border-right: 0; }
}
.trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}
.trust__label {
  display: block;
  color: var(--leaf-900);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.trust__value {
  display: block;
  font-size: 0.8125rem;
  color: var(--ink-500);
  line-height: 1.3;
}

/* ----- WHY / manifesto section ----- */
.why {
  position: relative;
  background: var(--cream-50);
  padding-block: var(--s-20);
  text-align: center;
  overflow: hidden;
}
.why::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(149, 201, 61, 0.10) 0%, transparent 50%),
    radial-gradient(circle at 85% 80%, rgba(178, 119, 73, 0.07) 0%, transparent 50%);
  pointer-events: none;
}
.why__inner {
  position: relative;
  max-width: 760px;
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.why h2 {
  font-size: clamp(2.5rem, 5vw + 1rem, 4.75rem);
  color: var(--soil-700);
  font-weight: 800;
  letter-spacing: -0.022em;
  line-height: 1.02;
  text-wrap: balance;
}
.why__lede {
  font-size: clamp(1.125rem, 1vw + 0.75rem, 1.375rem);
  max-width: 50ch;
  margin: var(--s-6) auto 0;
  color: var(--ink-700);
  line-height: 1.55;
}
.why__lede--em {
  font-weight: 600;
  color: var(--leaf-900);
  font-size: clamp(1.25rem, 1.2vw + 0.85rem, 1.625rem);
  margin-top: var(--s-5);
}
.why__attribution {
  margin-top: var(--s-8);
  font-size: 0.875rem;
  color: var(--ink-500);
  font-style: italic;
  letter-spacing: 0.04em;
}

/* ----- Founder section (about page) ----- */
.founder__photo {
  aspect-ratio: 4 / 5;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--bone-100);
  position: relative;
  box-shadow: var(--shadow-2);
}
.founder__photo img { width: 100%; height: 100%; object-fit: cover; }
.founder__photo-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--s-3);
  background: linear-gradient(135deg, var(--bone-100), var(--lime-100));
  color: var(--ink-500);
  font-size: 0.875rem;
  text-align: center;
  padding: var(--s-6);
}
.founder__photo-placeholder svg { width: 56px; height: 56px; opacity: 0.4; }
.founder__quote {
  margin: var(--s-6) 0;
  padding-left: var(--s-5);
  border-left: 4px solid var(--lime-500);
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--leaf-900);
  font-weight: 500;
}

/* ----- Franchise journey timeline ----- */
.journey {
  display: grid;
  gap: var(--s-5);
  margin-top: var(--s-8);
  counter-reset: jstep;
}
@media (min-width: 800px) { .journey { grid-template-columns: repeat(2, 1fr); } }
.journey__item {
  background: var(--cream-50);
  border: 1px solid var(--bone-200);
  border-left: 4px solid var(--lime-500);
  border-radius: var(--r-md);
  padding: var(--s-5) var(--s-6);
  position: relative;
}
.journey__phase {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--soil-500);
  font-weight: 700;
}
.journey__title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--leaf-900);
  margin: var(--s-2) 0;
}
.journey__body {
  font-size: var(--fs-small);
  color: var(--ink-700);
  line-height: 1.55;
}

/* ----- Decorative organic accents ----- */
.svg-grass {
  position: absolute;
  bottom: -1px;
  left: 0; right: 0;
  width: 100%;
  height: 24px;
  fill: var(--cream-50);
  pointer-events: none;
}

/* ====== Quote tool — clean labeled-form estimator ====== */
.q-section { padding-block: clamp(var(--s-8), 6vw, var(--s-12)); }

/* Hide the global side rail on /quote/ — page has its own CTA */
body:has(.q-section) .side-rail { display: none; }

/* The form card — sits below the page header. Uses site --r-lg + shadow-2 tokens.
   Reads like a normal site .card: left-aligned content, generous padding. */
.q-card {
  max-width: 560px;
  margin: var(--s-10) auto 0;
  padding: clamp(var(--s-8), 5vw, var(--s-10)) clamp(var(--s-6), 5vw, var(--s-8));
  background: #fff;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-2);
}

/* Form rows — site-standard token sizing, left-aligned to match .card__body */
.q-row {
  margin-bottom: var(--s-6);
}
.q-row label {
  display: block;
  font-weight: 600;
  font-size: var(--fs-small);
  color: var(--leaf-900);
  margin-bottom: var(--s-3);
}
.q-row input,
.q-row select {
  width: 100%;
  font: inherit;
  font-size: var(--fs-body);
  padding: 0.75rem var(--s-4);
  border: 2px solid var(--bone-200);
  border-radius: var(--r-md);
  background: #fff;
  color: var(--ink-900);
  transition: border-color var(--t-fast) var(--ease-out), box-shadow var(--t-fast) var(--ease-out);
}
.q-row input:hover,
.q-row select:hover {
  border-color: var(--leaf-300);
}
.q-row input:focus,
.q-row select:focus {
  outline: none;
  border-color: var(--leaf-700);
  box-shadow: 0 0 0 3px rgba(42, 107, 59, 0.18);
}
.q-row small {
  display: block;
  margin-top: var(--s-3);
  font-size: var(--fs-small);
  color: var(--ink-500);
  line-height: var(--lh-snug);
}

/* Lawn-size input with sq ft suffix */
.q-input-wrap { position: relative; }
.q-input-wrap input { padding-right: 3.5rem; }
.q-input-suffix {
  position: absolute;
  right: var(--s-4);
  top: 50%;
  transform: translateY(-50%);
  color: var(--ink-500);
  font-size: var(--fs-small);
  font-weight: 500;
  pointer-events: none;
}

/* Native select chevron — uses leaf-900 to match site icon color */
.q-row select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23122F1C' stroke-width='2'%3E%3Cpath d='M3 5l3 3 3-3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right var(--s-4) center;
  background-size: 0.75em;
  padding-right: 2.5rem;
}

/* Divider between form and result — uses bone-200 token */
.q-divider {
  border: 0;
  height: 1px;
  background: var(--bone-200);
  margin: var(--s-6) 0;
}

/* Result — typography on white, no slab. Uses site eyebrow class for label. */
.q-result {
  text-align: center;
  margin-bottom: var(--s-7);
  padding-block: var(--s-3);
}
/* Result eyebrow uses the site's standard .eyebrow class — no override needed */
.q-price {
  font-size: var(--fs-h1);
  font-weight: 800;
  line-height: var(--lh-tight);
  color: var(--leaf-900);
  margin: 0;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
.q-price-meta {
  font-size: var(--fs-small);
  color: var(--ink-500);
  margin: var(--s-2) 0 0;
}

/* Empty state — hide the price/eyebrow, show only a quiet centered hint */
.q-card.is-empty .q-result .eyebrow,
.q-card.is-empty .q-price,
.q-card.is-empty .q-breakdown { display: none; }
.q-card.is-empty .q-result { padding-block: var(--s-5); }
.q-card.is-empty .q-price-meta {
  font-size: var(--fs-body);
  color: var(--ink-500);
  margin: 0;
}

/* Breakdown — quiet supporting text */
.q-breakdown {
  font-size: var(--fs-small);
  line-height: var(--lh-body);
  color: var(--ink-500);
  margin-top: var(--s-5);
}
.q-breakdown:empty { display: none; }
.q-breakdown p { margin: 0 0 0.25em; }
.q-breakdown p:last-child { margin-bottom: 0; }
.q-breakdown strong { color: var(--ink-900); font-weight: 600; }
.q-breakdown__hint { color: var(--ink-400); font-size: var(--fs-small); margin-top: var(--s-3) !important; }

/* CTA — let the site's .btn class do the heavy lifting (pill, 48px, font, hover).
   We only stretch it to full width and adjust the disabled state. */
.q-cta {
  display: flex;
  width: 100%;
}
/* Disabled — looks like a site btn-secondary (transparent + leaf border) but muted */
.q-cta[aria-disabled="true"] {
  background: transparent !important;
  color: var(--ink-400) !important;
  border-color: var(--bone-200) !important;
  pointer-events: none;
  cursor: not-allowed;
  transform: none !important;
}

.q-fineprint {
  text-align: center;
  font-size: var(--fs-small);
  color: var(--ink-500);
  margin: var(--s-3) 0 var(--s-7);
}
.q-fineprint a {
  color: var(--leaf-700);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

/* Mode toggle — bottom of card */
.q-mode-toggle {
  border-top: 1px solid var(--bone-200);
  padding-top: var(--s-5);
  text-align: center;
  font-size: var(--fs-small);
  color: var(--ink-500);
}
.q-link-btn {
  background: none;
  border: none;
  padding: 0;
  margin-left: 0.35em;
  color: var(--leaf-700);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid currentColor;
}
.q-link-btn:hover { color: var(--leaf-900); }

/* Explainer row — uses site's standard .card pattern */
.q-explainer {
  max-width: 880px;
  margin: var(--s-10) auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s-5);
}
@media (min-width: 720px) { .q-explainer { grid-template-columns: repeat(3, 1fr); } }

