/* Self-hosted fonts (latin subset). Archivo is a variable font (one file, all weights). */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/archivo-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/barlowcondensed-600-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/barlowcondensed-700-italic.woff2') format('woff2');
}

/* Conway Hydro Grass, LLC
   Brand green sampled from the owner's real logo: #41980A.
   ONE build, TWO looks: dark (Direction A, cinematic) is the default;
   light (Direction B, field-fresh) is the [data-theme="light"] override.
   The brand green is the through-line and stays constant across both;
   only the "stage" (backgrounds, ink) flips.
   Radius system: buttons pill, cards/images 14px, inputs 10px. */

:root {
  /* --- DARK (Direction A) : default --- */
  --bg: #0e140d;
  --bg-deep: #080c07;
  --surface: #161f13;
  --surface-2: #1c2718;
  --line: rgba(255, 255, 255, 0.09);

  --green: #3f8f14;          /* natural grass green, sampled from his lawns */
  --green-deep: #235205;
  --green-bright: #6fbe33;   /* accent text on dark — natural, not neon */
  --green-tint: rgba(63, 143, 20, 0.16);

  --ink: #eef4e8;
  --muted: #a6b3a0;
  --on-green: #ffffff;

  --hero-glow-1: rgba(82, 179, 10, 0.30);
  --hero-glow-2: rgba(82, 179, 10, 0.12);
  --card-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px var(--line);
  --img-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px var(--line);
  --band: linear-gradient(160deg, var(--green-deep), #1c4405 74%);
  --logo: #6fbe33;

  --r-card: 14px;
  --r-input: 10px;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

:root[data-theme="light"] {
  /* --- LIGHT (Direction B) : field-fresh --- */
  --bg: #f6f8f1;
  --bg-deep: #eef2e6;
  --surface: #ffffff;
  --surface-2: #f2f5eb;
  --line: rgba(20, 40, 12, 0.12);

  --green: #347a0d;          /* deeper natural grass green, AA on cream */
  --green-deep: #21500a;
  --green-bright: #276006;    /* accent text must stay dark on light */
  --green-tint: rgba(52, 122, 13, 0.10);

  --ink: #17240f;
  --muted: #55634c;
  --on-green: #ffffff;

  --hero-glow-1: rgba(63, 142, 6, 0.16);
  --hero-glow-2: rgba(63, 142, 6, 0.07);
  --card-shadow: 0 24px 60px rgba(23, 36, 15, 0.14), 0 0 0 1px var(--line);
  --img-shadow: 0 20px 50px rgba(23, 36, 15, 0.14), 0 0 0 1px var(--line);
  --logo: #276006;
}

/* Seasonal look — Memorial Day / 4th of July (full patriotic re-theme). */
:root[data-theme="july4"] {
  --bg: #f6f8fc;
  --bg-deep: #e9eff8;
  --surface: #ffffff;
  --surface-2: #eef3fb;
  --line: rgba(15, 30, 70, 0.12);
  --green: #b31942;
  --green-deep: #8f1533;
  --green-bright: #0a3161;
  --green-tint: rgba(10, 49, 97, 0.08);
  --ink: #0a1a3a;
  --muted: #566078;
  --on-green: #ffffff;
  --hero-glow-1: rgba(179, 25, 66, 0.14);
  --hero-glow-2: rgba(10, 49, 97, 0.12);
  --card-shadow: 0 24px 60px rgba(15, 30, 70, 0.15), 0 0 0 1px var(--line);
  --img-shadow: 0 20px 50px rgba(15, 30, 70, 0.15), 0 0 0 1px var(--line);
  --band: linear-gradient(160deg, #0a3161, #b31942 92%);
  --logo: #2f7a0c;
}

/* Seasonal look — Halloween / Fall: banner only, the site stays its normal
   green so it never turns into a costume. */
:root[data-theme="halloween"] { --logo: #6fbe33; }

* { box-sizing: border-box; margin: 0; padding: 0; }

/* Keyboard skip link — offscreen until focused */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--green);
  color: var(--on-green);
  padding: 0.7rem 1.15rem;
  border-radius: 0 0 8px 0;
  font: 700 0.95rem/1 var(--body);
  text-decoration: none;
}
.skip-link:focus { left: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  transition: background 0.3s var(--ease), color 0.3s var(--ease);
}

img { max-width: 100%; display: block; height: auto; }

h1, h2, h3 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: 0.01em;
  color: var(--ink);
}

h1 { font-size: clamp(2.9rem, 7vw, 5.2rem); }
h2 { font-size: clamp(2.1rem, 4.4vw, 3.2rem); }
h3 { font-size: 1.45rem; letter-spacing: 0.02em; }

p { color: var(--muted); }
a { color: var(--green-bright); }

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  border: 0;
  border-radius: 999px;
  padding: 0.78rem 1.6rem;
  font: 700 1rem/1.2 var(--body);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s var(--ease), background 0.18s var(--ease), box-shadow 0.18s var(--ease), color 0.18s var(--ease);
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(0.98); }

a:focus-visible,
.btn:focus-visible,
.nav-toggle:focus-visible,
.theme-toggle:focus-visible,
button:focus-visible {
  outline: 3px solid var(--green-bright);
  outline-offset: 3px;
  border-radius: 4px;
}

.btn-primary, .btn-accent {
  background: var(--green);
  color: var(--on-green);
}
.btn-primary:hover, .btn-accent:hover {
  background: var(--green-deep);
  box-shadow: 0 10px 30px rgba(63, 142, 6, 0.4);
  transform: translateY(-1px);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 1.5px var(--line);
}
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px var(--green); color: var(--green-bright); }

.btn-lg { padding: 1rem 2rem; font-size: 1.06rem; }

/* ---------- Nav ---------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--bg-deep) 88%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 118px;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; white-space: nowrap; }
/* Scales with the viewport so it stays bold on wide screens but gives the
   nav links room back before anything wraps. */
.brand-emblem { height: clamp(42px, 4.6vw, 62px); width: auto; flex: none; color: var(--logo); }
.brand-emblem path { fill: currentColor; }
.brand-word {
  font-family: var(--display);
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  line-height: 0.82;
  letter-spacing: 0.01em;
  color: var(--ink);
}
.brand-word .bw-2 { color: var(--green-bright); }

.nav-links { display: flex; gap: 1.6rem; margin-left: auto; }
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  white-space: nowrap;
  transition: color 0.15s;
}
.nav-links a:hover { color: var(--ink); }

.nav-actions { display: flex; align-items: center; gap: 1.1rem; }
.nav-phone {
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.nav-phone:hover { color: var(--green-bright); }

.menu-only { display: none; }

/* Theme picker */
.theme-picker { position: relative; }
.theme-btn {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--surface);
  cursor: pointer;
  display: grid; place-items: center;
  transition: border-color 0.18s var(--ease), transform 0.18s var(--ease);
}
.theme-btn:hover { border-color: var(--green); transform: rotate(-8deg); }
.theme-swatch {
  width: 17px; height: 17px; border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 2px var(--surface), 0 0 0 3px var(--line);
}
.theme-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 176px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
  padding: 6px;
  z-index: 60;
  display: grid;
  gap: 2px;
}
.theme-menu[hidden] { display: none; }
.theme-menu button {
  display: flex; align-items: center; gap: 10px;
  width: 100%;
  padding: 0.6rem 0.7rem;
  border: 0; background: transparent;
  color: var(--ink);
  font: 600 0.92rem/1 var(--body);
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
}
.theme-menu button:hover { background: var(--surface-2); }
/* [hidden] must beat the display:flex above, or hidden seasonal items still show. */
.theme-menu button[hidden] { display: none; }
.theme-menu button[aria-current="true"] { color: var(--green-bright); background: var(--surface-2); }
.theme-menu .dot {
  width: 14px; height: 14px; border-radius: 50%; flex: none;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
}
.dot-dark { background: #0e140d; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); }
.dot-light { background: #f2f5eb; }
.dot-july4 { background: linear-gradient(135deg, #0a3161 50%, #b31942 50%); }
.dot-fall { background: #e8721c; }

/* Seasonal banner (shown only for a seasonal look) */
.season-banner { display: none; }
:root[data-theme="july4"] .season-banner,
:root[data-theme="halloween"] .season-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  text-align: center;
  font-family: var(--display);
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.98rem;
}
:root[data-theme="july4"] .season-banner {
  background: linear-gradient(90deg, #0a3161, #b31942);
  color: #fff;
}
:root[data-theme="halloween"] .season-banner {
  background: linear-gradient(90deg, #e8721c, #b8470a);
  color: #1a0e04;
}
.season-banner .sb { display: none; }
:root[data-theme="july4"] .sb-july4 { display: inline; }
:root[data-theme="halloween"] .sb-halloween { display: inline; }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2.5px;
  width: 26px;
  margin: 0 auto;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
}
.nav.open .nav-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav.open .nav-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  background:
    radial-gradient(1100px 460px at 18% -8%, var(--hero-glow-1), transparent 65%),
    radial-gradient(700px 380px at 95% 8%, var(--hero-glow-2), transparent 60%),
    var(--bg-deep);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4.5rem 1.25rem 3rem;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: center;
  position: relative;
}

.hero h1 .line { display: block; }
.hero h1 .hl { color: var(--green-bright); }

.hero-sub {
  margin-top: 1.4rem;
  font-size: 1.14rem;
  max-width: 34rem;
  color: var(--muted);
}
.hero-sub strong { color: var(--ink); font-weight: 600; }

.hero-ctas { margin-top: 2.1rem; display: flex; gap: 0.9rem; flex-wrap: wrap; align-items: center; }

.hero-since {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--muted);
  text-transform: uppercase;
}

.hero-frame { position: relative; }
.hero-frame img {
  width: 100%;
  border-radius: var(--r-card);
  aspect-ratio: 16 / 11;
  object-fit: cover;
  box-shadow: var(--card-shadow);
  animation: kenburns 20s ease-in-out infinite alternate;
}
@keyframes kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-frame img { animation: none; }
}

/* Trust strip */
.trust {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem 3.2rem;
}
.trust-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  border-top: 1px solid var(--line);
  padding-top: 1.8rem;
}
.trust-item { text-align: center; }
.trust-item b {
  display: block;
  font-family: var(--display);
  font-style: italic;
  font-weight: 700;
  font-size: 2rem;
  color: var(--green-bright);
  line-height: 1;
}
.trust-item span { font-size: 0.9rem; color: var(--muted); }

/* ---------- Commercial band (green block) ---------- */

.commercial {
  background: var(--band);
  border-block: 1px solid var(--line);
}

.commercial-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5.5rem 1.25rem;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 4rem;
  align-items: center;
}

.commercial h2 { color: #ffffff; }
.commercial p { color: #dcefcc; margin-top: 1.1rem; max-width: 32rem; }
.commercial p em { color: #ffffff; font-style: normal; font-weight: 700; }

.commercial .btn-accent { margin-top: 1.8rem; background: #ffffff; color: #1c4405; }
.commercial .btn-accent:hover { background: #eef7e3; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }

.commercial-figure { margin: 0; position: relative; }
.commercial-figure img {
  width: 100%;
  border-radius: var(--r-card);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.12);
}
.commercial-figure figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(8, 12, 7, 0.7);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
}

.check-list {
  list-style: none;
  margin-top: 1.4rem;
  display: grid;
  gap: 0.55rem;
}
.check-list li {
  padding-left: 1.8rem;
  position: relative;
  font-weight: 500;
  color: #eaf5dd;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 15px;
  height: 8px;
  border-left: 2.5px solid #a4d977;
  border-bottom: 2.5px solid #a4d977;
  transform: rotate(-45deg);
}

/* ---------- Services bento ---------- */

.services { max-width: 1200px; margin: 0 auto; padding: 5.5rem 1.25rem; }

.section-head { max-width: 42rem; margin-bottom: 2.6rem; }
.section-head p { margin-top: 0.9rem; font-size: 1.05rem; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
    "feat feat feat"
    "tA   tB   tC"
    "wide wide wide";
  gap: 1.1rem;
}
.services-grid > .svc:nth-child(1) { grid-area: feat; }
.services-grid > .svc:nth-child(2) { grid-area: tA; }
.services-grid > .svc:nth-child(3) { grid-area: tB; }
.services-grid > .svc:nth-child(4) { grid-area: tC; }
.services-grid > .svc:nth-child(5) { grid-area: wide; }

.svc {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), border-color 0.25s var(--ease);
}
.svc:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--green) 45%, transparent);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.svc-body { padding: 1.4rem 1.5rem 1.5rem; }
.svc-body h3 { color: var(--ink); }
.svc-body p { margin-top: 0.5rem; font-size: 0.95rem; }

.svc-kicker {
  display: inline-block;
  font-family: var(--display);
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
  color: var(--green-bright);
  margin-bottom: 0.5rem;
}

.svc-feature img { width: 100%; height: 340px; object-fit: cover; object-position: center 62%; }

.svc-tint {
  background:
    linear-gradient(160deg, var(--green-tint), transparent 70%),
    var(--surface);
  justify-content: center;
}
.svc-tint .svc-body { padding: 2rem 1.9rem; }
.svc-tint h3 { font-size: 1.5rem; }
.svc-tint p { font-size: 0.98rem; margin-top: 0.6rem; }

.svc-wide {
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  height: 340px;
}
.svc-wide img,
.svc-wide video {
  width: 46%;
  flex: none;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.svc-wide .svc-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2.4rem;
}
.svc-wide .svc-body h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); }
.svc-wide .svc-body p { font-size: 1.02rem; margin-top: 0.7rem; }
.svc-wide .svc-body .btn { margin-top: 1.4rem; align-self: flex-start; }

/* ---------- Results: before/after drag slider ---------- */

.results { max-width: 980px; margin: 0 auto; padding: 1rem 1.25rem 5.5rem; }

.ba-item { margin: 0; }
.ba-item figcaption {
  margin-top: 0.9rem;
  text-align: center;
  font-family: var(--display);
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  font-size: 1.05rem;
}

.ba {
  position: relative;
  border-radius: var(--r-card);
  overflow: hidden;
  --pos: 50%;
  box-shadow: var(--card-shadow);
  cursor: ew-resize;
}
.ba img { width: 100%; aspect-ratio: 1200 / 763; object-fit: cover; display: block; }

.ba-before-wrap {
  position: absolute;
  inset: 0;
  clip-path: inset(0 calc(100% - var(--pos)) 0 0);
}
.ba-before-wrap img { width: 100%; height: 100%; object-fit: cover; }

.ba-handle {
  position: absolute;
  top: 0; bottom: 0;
  left: var(--pos);
  width: 3px;
  margin-left: -1.5px;
  background: #ffffff;
  pointer-events: none;
}
.ba-handle span {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
}
.ba-handle span::before, .ba-handle span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px; height: 8px;
  border-top: 2.5px solid var(--green);
  border-left: 2.5px solid var(--green);
}
.ba-handle span::before { left: 12px; transform: translateY(-50%) rotate(-45deg); }
.ba-handle span::after  { right: 12px; transform: translateY(-50%) rotate(135deg); }
.ba:focus-within .ba-handle span { box-shadow: 0 0 0 4px rgba(111, 190, 51, 0.9), 0 4px 16px rgba(0, 0, 0, 0.45); }

.ba-range {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  opacity: 0;
  cursor: ew-resize;
  -webkit-appearance: none;
  appearance: none;
}

.ba-tag {
  position: absolute;
  bottom: 1rem;
  padding: 0.32rem 0.9rem;
  border-radius: 999px;
  font-family: var(--display);
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  background: rgba(8, 12, 7, 0.78);
  color: #ffffff;
  backdrop-filter: blur(4px);
  pointer-events: none;
}
.ba-tag-before { left: 1rem; }
.ba-tag-after { right: 1rem; }

/* ---------- Recent work reel ---------- */

.reel { padding: 4.5rem 0 5rem; overflow: hidden; }
.reel-head { max-width: 42rem; margin: 0 auto 2.2rem; padding: 0 1.25rem; text-align: center; }
.reel-head p { margin-top: 0.8rem; font-size: 1.05rem; }
.reel-viewport {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.reel-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: reel 60s linear infinite;
  will-change: transform;
}
.reel:hover .reel-track,
.reel:focus-within .reel-track { animation-play-state: paused; }
/* Fixed tile size: the track width must stay constant (even as lazy images
   decode) or the percentage-based loop jumps back on scroll. */
.reel-track img {
  width: 340px;
  height: 240px;
  flex: none;
  border-radius: var(--r-card);
  object-fit: cover;
  box-shadow: var(--img-shadow);
}
@keyframes reel { to { transform: translateX(calc(-50% - 0.5rem)); } }
@media (prefers-reduced-motion: reduce) {
  .reel-track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; }
}

/* ---------- Process ---------- */

.process { background: var(--bg-deep); border-block: 1px solid var(--line); }
.process-inner { max-width: 1200px; margin: 0 auto; padding: 5rem 1.25rem; }

.steps {
  list-style: none;
  counter-reset: step;
  margin-top: 2.4rem;
  display: grid;
  gap: 0;
  max-width: 46rem;
}
.steps li { counter-increment: step; position: relative; padding: 0 0 2rem 4.2rem; }
.steps li:last-child { padding-bottom: 0; }
.steps li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: -0.2rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--green);
  color: var(--on-green);
  font-family: var(--display);
  font-style: italic;
  font-weight: 700;
  font-size: 1.3rem;
  display: grid;
  place-items: center;
}
.steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 46px;
  bottom: 6px;
  width: 2px;
  background: var(--line);
}
.steps h3 { color: var(--ink); }
.steps p { margin-top: 0.35rem; max-width: 30rem; }

/* ---------- Story band (since 1999) ---------- */

.story {
  position: relative;
  background:
    linear-gradient(to right, color-mix(in srgb, var(--bg) 92%, transparent), color-mix(in srgb, var(--bg) 55%, transparent)),
    url('img/grass-texture.webp') center/cover no-repeat;
  border-block: 1px solid var(--line);
}
:root[data-theme="light"] .story {
  background:
    linear-gradient(to right, color-mix(in srgb, var(--bg) 88%, transparent), color-mix(in srgb, var(--bg) 60%, transparent)),
    url('img/grass-texture.webp') center/cover no-repeat;
}
.story-inner { max-width: 1200px; margin: 0 auto; padding: 5rem 1.25rem; max-width: 640px; }
.story-inner { max-width: 1200px; }
.story-eyebrow {
  font-size: 0.85rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--green-bright);
}
.story h2 { margin-top: 0.6rem; }
.story-copy { margin-top: 1.1rem; max-width: 40rem; font-size: 1.08rem; }
.story .btn { margin-top: 1.7rem; }

/* ---------- Area ---------- */

.area { max-width: 1200px; margin: 0 auto; padding: 5.5rem 1.25rem; }
.area-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.area-col > p { margin-top: 0.9rem; }

.towns { list-style: none; margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.6rem; }
.towns li {
  padding: 0.44rem 1.1rem;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
  font-weight: 500;
  font-size: 0.93rem;
  color: var(--ink);
}

.area .check-list { margin-top: 1.5rem; }
.area .check-list li { color: var(--ink); }
.area .check-list li::before { border-color: var(--green); }

/* ---------- Reviews ---------- */

.reviews { max-width: 1200px; margin: 0 auto; padding: 5.5rem 1.25rem; padding-top: 0; }
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
.review {
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 1.9rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.review blockquote { margin: 0; font-size: 1.05rem; line-height: 1.6; color: var(--ink); }
.review blockquote::before {
  content: "\201C";
  display: block;
  font-family: var(--display);
  font-style: italic;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 0.6;
  margin-bottom: 0.55rem;
  color: var(--green-bright);
}
.review figcaption { margin-top: auto; display: flex; flex-direction: column; gap: 0.15rem; }
.review figcaption b { color: var(--ink); }
.review figcaption span { color: var(--muted); font-size: 0.9rem; }

/* ---------- Quote ---------- */

.quote {
  background:
    radial-gradient(900px 420px at 82% 0%, var(--green-tint), transparent 62%),
    var(--bg-deep);
  border-top: 1px solid var(--line);
}
.quote-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5.5rem 1.25rem;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 4rem;
  align-items: start;
}
.quote h2 { color: var(--ink); }
.quote-info > p { color: var(--muted); margin-top: 1.1rem; max-width: 26rem; }

.quote-phone {
  display: inline-block;
  margin-top: 1.6rem;
  font-family: var(--display);
  font-style: italic;
  font-weight: 700;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--green-bright);
  text-decoration: none;
  font-variant-numeric: tabular-nums;
}
.quote-phone:hover { color: var(--green); }

.quote-fb { margin-top: 1rem; color: var(--muted); }
.quote-fb a { color: var(--ink); }

.quote-form {
  background: #ffffff;
  border-radius: var(--r-card);
  padding: 2rem;
  display: grid;
  gap: 1.1rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}
.hp { display: none; }
.field { display: grid; gap: 0.45rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field label { font-weight: 600; font-size: 0.92rem; color: #16240f; }
.field label .optional { font-weight: 400; color: #55634c; }
.field input, .field select, .field textarea {
  font: 400 1rem/1.4 var(--body);
  color: #16240f;
  background: #f2f5ec;
  border: 1.5px solid #d5ddc9;
  border-radius: var(--r-input);
  padding: 0.7rem 0.9rem;
  width: 100%;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(63, 142, 6, 0.22);
}
.quote-form .btn { justify-self: start; }

/* ---------- Footer ---------- */

.footer { background: var(--bg-deep); color: var(--muted); border-top: 1px solid var(--line); }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 2.8rem 1.25rem; display: grid; gap: 1.1rem; }
.footer-brand img { height: 48px; width: auto; border-radius: 8px; }
.footer-links { display: flex; gap: 1.6rem; flex-wrap: wrap; }
.footer-links a { color: var(--muted); text-decoration: none; font-size: 0.93rem; }
.footer-links a:hover { color: var(--ink); }
/* No opacity here — it dropped the fine print to 4.1:1 (WCAG AA needs 4.5:1). */
.footer-fine { font-size: 0.85rem; color: var(--muted); }
.footer-fine a { color: var(--muted); }

/* ---------- Direction-pick hint (demo only) ---------- */
.look-hint {
  position: fixed;
  left: 1.1rem;
  bottom: 1.1rem;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.7rem 0.55rem 1rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  font-size: 0.85rem;
  color: var(--ink);
  animation: hintIn 0.4s var(--ease) both;
}
.look-hint[hidden] { display: none; }
@keyframes hintIn { from { transform: translateY(14px); opacity: 0; } to { transform: none; opacity: 1; } }
.look-hint-btn {
  border: 1px solid var(--line);
  background: var(--surface-2);
  color: var(--ink);
  cursor: pointer;
  font: 700 0.82rem/1 var(--body);
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  white-space: nowrap;
}
.look-hint-btn:hover { border-color: var(--green); color: var(--green-bright); }
.look-hint-close {
  border: 0; background: transparent; color: var(--muted);
  cursor: pointer; font-size: 1.2rem; line-height: 1; padding: 0 0.2rem;
}

/* ---------- Reveal animation ---------- */

@media (prefers-reduced-motion: no-preference) {
  .js .reveal {
    transform: translateY(22px);
    transition: transform 0.7s var(--ease);
    will-change: transform;
  }
  .js .reveal.in { transform: none; }
  .js .delay-1.in { transition-delay: 0.1s; }
  .js .delay-2.in { transition-delay: 0.2s; }
}

/* ---------- Narrow desktop / tablet ---------- */
/* The bigger logo needs the nav row to give ground before the hamburger
   takes over at 900px, or the theme swatch clips off the right edge. */
@media (max-width: 1200px) {
  .nav-inner { gap: 1.2rem; }
  .nav-links { gap: 1.1rem; }
}
@media (max-width: 1010px) {
  /* Phone still appears in the hero, the quote section and the footer. */
  .nav-phone { display: none; }
}

/* ---------- Mobile ---------- */

@media (max-width: 900px) {
  .nav-phone { display: none; }
  .nav-actions .btn { display: none; }
  .nav-toggle { display: flex; }
  .menu-only { display: block; }

  /* Right-align the controls and make room so the swatch + hamburger fit */
  .nav-inner { gap: 0.6rem; padding: 0 1rem; }
  .nav-actions { margin-left: auto; gap: 0.5rem; }
  .nav-inner { height: 92px; }
  .brand-emblem { height: 46px; }
  .brand-word { font-size: 1.7rem; }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    margin: 0;
    background: var(--bg-deep);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.35);
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height 0.3s var(--ease), visibility 0.3s;
  }
  .nav.open .nav-links { max-height: 80vh; visibility: visible; }
  .nav-links a {
    padding: 1rem 1.5rem;
    font-size: 1.05rem;
    color: var(--ink);
    border-top: 1px solid var(--line);
  }
  .nav-links a:first-child { border-top: 0; }
  .nav-links a.menu-phone { color: var(--green-bright); font-weight: 700; }

  .hero-inner, .commercial-inner, .area-inner, .quote-inner {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .hero-inner { padding: 3rem 1.25rem 2.4rem; }
  .hero-media { order: -1; }
  .hero-frame img { aspect-ratio: 4 / 3; }
  .trust { padding-bottom: 2.4rem; }
  .trust-inner { grid-template-columns: 1fr 1fr; gap: 1.4rem 1rem; }

  .services-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "feat" "tA" "tB" "tC" "wide";
  }
  .svc-wide { flex-direction: column; height: auto; }
  .svc-wide img,
  .svc-wide video { width: 100%; height: auto; aspect-ratio: 16 / 9; }

  .ba-pair { grid-template-columns: 1fr; }
  .ba-arrow { transform: rotate(90deg); justify-self: center; }
  .field-row { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }

  .commercial-inner, .services, .area, .quote-inner, .process-inner, .story-inner { padding-block: 3.5rem; }
  .reviews { padding-bottom: 3.5rem; }
}

@media (max-width: 520px) {
  .nav-inner { height: 82px; gap: 0.4rem; }
  .brand { gap: 9px; }
  .brand-emblem { height: 38px; }
  .brand-word { font-size: 1.32rem; }
  .hero-ctas .btn { width: 100%; text-align: center; }
  .look-hint { font-size: 0.8rem; padding-left: 0.85rem; }
}
