/* ==========================================================================
   Valley Roots Gardening — Design System
   Deep-forest editorial theme. Deliberately not "AI slop":
   real photography, generous organic radii, restrained motion,
   one distinctive display serif (Fraunces) + clean body (Inter).
   ========================================================================== */

/* ---- Fonts (self-hosted, subset-friendly, swap for no-FOIT) ---- */
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "InterVar";
  src: url("../fonts/inter.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ---- Tokens ---- */
:root {
  /* Forest greens */
  --forest-900: #0a1c10;
  --forest-800: #0e2616;
  --forest-700: #14351f;
  --forest-600: #1e4a2b;
  --forest-500: #2c6238;

  /* Spring/lime accent */
  --spring: #8fc74a;
  --spring-600: #79b23a;
  --spring-300: #c7e79b;

  /* Warm neutrals */
  --cream: #f5f2e9;
  --sand: #ebe4d3;
  --paper: #fbfaf5;
  --card: #ffffff;
  --soil: #7a5a3e;

  /* Ink */
  --ink: #14231a;
  --ink-soft: #3c4c42;
  --muted: #6b7a70;
  --on-dark: #eef3ea;
  --on-dark-soft: #b9c8ba;

  /* Lines */
  --line: rgba(20, 35, 26, 0.12);
  --line-dark: rgba(255, 255, 255, 0.14);

  /* Radii */
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-xl: 40px;
  --pill: 999px;

  /* Shadows (restrained) */
  --shadow-sm: 0 1px 2px rgba(10, 28, 16, 0.06), 0 2px 8px rgba(10, 28, 16, 0.05);
  --shadow-md: 0 6px 20px rgba(10, 28, 16, 0.10);
  --shadow-lg: 0 20px 50px rgba(10, 28, 16, 0.18);

  /* Layout */
  --maxw: 1200px;
  --gutter: clamp(20px, 5vw, 64px);

  /* Type */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "InterVar", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace;
}

/* ---- Reset / base ---- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01", "cv05";
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.05; margin: 0; letter-spacing: -0.02em; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; }
::selection { background: var(--spring); color: var(--forest-900); }
:focus-visible { outline: 3px solid var(--spring); outline-offset: 2px; border-radius: 4px; }

/* ---- Layout helpers ---- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(64px, 9vw, 128px); }
.section--tight { padding-block: clamp(48px, 6vw, 88px); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--spring-600);
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--spring-600); border-radius: 2px; }
.on-dark .eyebrow { color: var(--spring); }
.on-dark .eyebrow::before { background: var(--spring); }

.lede { font-size: clamp(18px, 2.2vw, 21px); color: var(--ink-soft); max-width: 62ch; }
.on-dark .lede { color: var(--on-dark-soft); }

.h-serif-italic { font-style: italic; font-weight: 400; }

/* Section headers */
.sec-head { max-width: 62ch; margin-bottom: clamp(32px, 4vw, 56px); }
.sec-head h2 { font-size: clamp(30px, 5vw, 52px); margin: 14px 0 16px; }
.sec-head p { font-size: clamp(17px, 2vw, 19px); color: var(--ink-soft); margin: 0; }
.on-dark .sec-head p { color: var(--on-dark-soft); }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 15px 26px; border-radius: var(--pill); white-space: nowrap;
  font-weight: 600; font-size: 16px; letter-spacing: -0.01em;
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  will-change: transform;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--spring); color: var(--forest-900); box-shadow: 0 6px 18px rgba(143, 199, 74, 0.35); }
.btn--primary:hover { background: var(--spring-600); box-shadow: 0 10px 26px rgba(143, 199, 74, 0.45); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); background: rgba(20, 35, 26, 0.04); }
.on-dark .btn--ghost { color: var(--on-dark); border-color: var(--line-dark); }
.on-dark .btn--ghost:hover { border-color: var(--on-dark); background: rgba(255, 255, 255, 0.08); }
.btn--dark { background: var(--forest-800); color: var(--on-dark); }
.btn--dark:hover { background: var(--forest-700); }
.btn--lg { padding: 18px 32px; font-size: 17px; }
.btn--block { width: 100%; }
.btn svg { width: 18px; height: 18px; }

/* ==========================================================================
   Header / Nav
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(14, 38, 22, 0.85);   /* matches the hero (forest-800) */
  backdrop-filter: saturate(1.4) blur(12px);
  -webkit-backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid var(--line-dark);
  transition: box-shadow 0.2s ease;
}
.site-header.is-scrolled { box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28); }
.site-header .brand { color: #fff; }
.site-header .brand small { color: var(--spring); }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; height: 72px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 600; font-size: 21px; letter-spacing: -0.02em; color: var(--ink); }
.brand__mark { width: 36px; height: 36px; flex: 0 0 auto; }
.brand small { display: block; font-family: var(--font-body); font-size: 10.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--spring-600); margin-top: -3px; }

.nav__links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav__links a { padding: 9px 13px; border-radius: var(--pill); font-size: 15px; font-weight: 500; color: var(--on-dark-soft); white-space: nowrap; transition: background 0.15s ease, color 0.15s ease; }
.nav__links a:hover { color: #fff; background: rgba(255, 255, 255, 0.07); }
.nav__links a[aria-current="page"] { color: #fff; background: rgba(143, 199, 74, 0.2); }

.nav__cta { display: flex; align-items: center; gap: 10px; }
.nav__phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 15px; color: var(--on-dark); padding: 9px 8px; white-space: nowrap; }
.nav__phone svg { width: 17px; height: 17px; color: var(--spring); }

.nav__toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-dark); border-radius: 12px; background: transparent; align-items: center; justify-content: center; }
.nav__toggle span, .nav__toggle span::before, .nav__toggle span::after { content: ""; display: block; width: 20px; height: 2px; background: #fff; border-radius: 2px; position: relative; transition: transform 0.2s ease, opacity 0.2s ease; }
.nav__toggle span::before { position: absolute; top: -6px; }
.nav__toggle span::after { position: absolute; top: 6px; }
body.nav-open .nav__toggle span { background: transparent; }
body.nav-open .nav__toggle span::before { transform: translateY(6px) rotate(45deg); }
body.nav-open .nav__toggle span::after { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1080px) {
  .nav__links, .nav__phone { display: none; }
  .nav__toggle { display: inline-flex; }
  .nav__links {
    position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch;
    gap: 2px; padding: 16px var(--gutter) 28px; background: var(--forest-800);
    border-bottom: 1px solid var(--line-dark); box-shadow: var(--shadow-lg);
    transform: translateY(-8px); opacity: 0; pointer-events: none; transition: transform 0.2s ease, opacity 0.2s ease;
  }
  body.nav-open .nav__links { display: flex; transform: none; opacity: 1; pointer-events: auto; }
  .nav__links a { padding: 14px 16px; font-size: 17px; border-radius: var(--r-sm); }
  body.nav-open .nav__phone { display: inline-flex; }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { position: relative; background: var(--forest-800); color: var(--on-dark); overflow: hidden; }
.hero__grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(28px, 4vw, 64px);
  align-items: center; padding-block: clamp(48px, 7vw, 96px);
}
.hero__eyebrow { color: var(--spring); }
.hero h1 {
  font-size: clamp(40px, 7.2vw, 82px); line-height: 0.98; letter-spacing: -0.035em;
  margin: 18px 0 22px; color: #fff;
}
.hero h1 em { color: var(--spring); font-style: italic; font-weight: 500; }
.hero__sub { font-size: clamp(17px, 2.1vw, 20px); color: var(--on-dark-soft); max-width: 52ch; margin-bottom: 30px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 20px 28px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line-dark); }
.hero__trust-item { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--on-dark-soft); }
.hero__trust-item strong { color: #fff; font-weight: 600; }
.hero__trust-item svg { width: 20px; height: 20px; color: var(--spring); flex: 0 0 auto; }

.hero__media { position: relative; }
.hero__media img { width: 100%; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); aspect-ratio: 4 / 5; object-fit: cover; }
.hero__badge {
  position: absolute; left: -18px; bottom: 28px; background: var(--card); color: var(--ink);
  border-radius: var(--r-md); padding: 16px 20px; box-shadow: var(--shadow-lg); max-width: 230px;
}
.hero__badge .stars { color: #f4a825; font-size: 15px; letter-spacing: 2px; }
.hero__badge strong { display: block; font-family: var(--font-display); font-size: 22px; margin-top: 2px; }
.hero__badge span { font-size: 13px; color: var(--muted); }

.hero__deco { position: absolute; inset: 0; pointer-events: none; opacity: 0.5; }
.hero__deco::after {
  content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: -160px;
  background: radial-gradient(circle, rgba(143,199,74,0.22), transparent 70%);
}

@media (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { order: -1; }
  .hero__media img { aspect-ratio: 16 / 11; }
  .hero__badge { left: auto; right: 14px; bottom: 14px; }
}

/* ==========================================================================
   Marquee / service strip (like inspiration icon row)
   ========================================================================== */
.svc-strip { background: var(--forest-900); color: var(--on-dark); border-top: 1px solid var(--line-dark); }
.svc-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.svc-strip__item { display: flex; align-items: center; gap: 14px; padding: 26px clamp(14px, 2vw, 28px); border-right: 1px solid var(--line-dark); }
.svc-strip__item:last-child { border-right: 0; }
.svc-strip__ic { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; background: rgba(143, 199, 74, 0.14); color: var(--spring); }
.svc-strip__ic svg { width: 22px; height: 22px; }
.svc-strip__item b { display: block; font-size: 15px; font-weight: 600; color: #fff; }
.svc-strip__item span { font-size: 13px; color: var(--on-dark-soft); }
@media (max-width: 760px) { .svc-strip__grid { grid-template-columns: 1fr 1fr; } .svc-strip__item:nth-child(2n) { border-right: 0; } .svc-strip__item:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); } }
@media (max-width: 420px) { .svc-strip__grid { grid-template-columns: 1fr; } .svc-strip__item { border-right: 0; border-bottom: 1px solid var(--line-dark); } }

/* ==========================================================================
   Service cards
   ========================================================================== */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(143, 199, 74, 0.5); }
.card__media { aspect-ratio: 3 / 2; overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.card:hover .card__media img { transform: scale(1.04); }
.card__body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.card__ic { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: rgba(143, 199, 74, 0.16); color: var(--forest-600); margin-bottom: 14px; }
.card__ic svg { width: 24px; height: 24px; }
.card h3 { font-size: 22px; margin-bottom: 8px; }
.card p { color: var(--ink-soft); font-size: 15.5px; margin-bottom: 16px; }
.card__link { margin-top: auto; display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: 15px; color: var(--forest-600); }
.card__link svg { width: 16px; height: 16px; transition: transform 0.2s ease; }
.card:hover .card__link svg { transform: translateX(3px); }
.card__price { font-size: 13.5px; font-weight: 600; color: var(--soil); margin-bottom: 10px; }
@media (max-width: 900px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .cards { grid-template-columns: 1fr; } }

/* ==========================================================================
   Split feature (image + text)
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.split--rev .split__media { order: 2; }
.split__media img { width: 100%; border-radius: var(--r-lg); box-shadow: var(--shadow-md); aspect-ratio: 5 / 4; object-fit: cover; }
.split__body h2 { font-size: clamp(28px, 4.4vw, 46px); margin-bottom: 18px; }
.split__body p { color: var(--ink-soft); font-size: 17px; }
.on-dark .split__body p { color: var(--on-dark-soft); }
.checklist { list-style: none; display: grid; gap: 12px; margin: 22px 0 28px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; }
.checklist svg { width: 22px; height: 22px; flex: 0 0 auto; color: var(--spring-600); margin-top: 1px; }
.on-dark .checklist svg { color: var(--spring); }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } .split--rev .split__media { order: -1; } }

/* ==========================================================================
   Stats
   ========================================================================== */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: left; }
.stat b { display: block; font-family: var(--font-display); font-size: clamp(38px, 5vw, 56px); font-weight: 600; letter-spacing: -0.03em; color: var(--forest-600); line-height: 1; }
.on-dark .stat b { color: var(--spring); }
.stat span { display: block; margin-top: 8px; font-size: 15px; color: var(--ink-soft); }
.on-dark .stat span { color: var(--on-dark-soft); }
@media (max-width: 720px) { .stats { grid-template-columns: 1fr 1fr; gap: 32px 24px; } }

/* ==========================================================================
   Testimonials
   ========================================================================== */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.quote {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 28px 26px; display: flex; flex-direction: column;
}
.quote .stars { color: #f4a825; letter-spacing: 2px; font-size: 15px; margin-bottom: 14px; }
.quote blockquote { font-family: var(--font-display); font-size: 19px; line-height: 1.4; margin: 0 0 20px; color: var(--ink); }
.quote figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.quote__avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--sand); display: grid; place-items: center; font-weight: 700; color: var(--forest-600); flex: 0 0 auto; }
.quote figcaption b { display: block; font-size: 15px; }
.quote figcaption span { font-size: 13.5px; color: var(--muted); }
@media (max-width: 900px) { .quotes { grid-template-columns: 1fr; } }

/* ==========================================================================
   Section backgrounds
   ========================================================================== */
.bg-cream { background: var(--cream); }
.bg-sand { background: var(--sand); }
.bg-paper { background: var(--paper); }
.bg-forest { background: var(--forest-800); color: var(--on-dark); }
.bg-forest-900 { background: var(--forest-900); color: var(--on-dark); }
.on-dark { color: var(--on-dark); }
.on-dark h1, .on-dark h2, .on-dark h3 { color: #fff; }

/* ==========================================================================
   Areas served
   ========================================================================== */
.areas { display: flex; flex-wrap: wrap; gap: 10px; }
.area-chip {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px;
  border: 1px solid var(--line-dark); border-radius: var(--pill); font-size: 15px; font-weight: 500; color: var(--on-dark);
  transition: background 0.15s ease, border-color 0.15s ease;
}
.area-chip:hover { background: rgba(143, 199, 74, 0.12); border-color: var(--spring); }
.area-chip svg { width: 15px; height: 15px; color: var(--spring); }
.bg-cream .area-chip, .bg-sand .area-chip, .bg-paper .area-chip { color: var(--ink); border-color: var(--line); }
.bg-paper .area-chip:hover, .bg-cream .area-chip:hover { border-color: var(--spring-600); background: rgba(143, 199, 74, 0.12); }

/* ==========================================================================
   Process steps
   ========================================================================== */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding-top: 20px; }
.step__n { font-family: var(--font-display); font-size: 15px; font-weight: 600; color: var(--spring-600); letter-spacing: 0.1em; }
.on-dark .step__n { color: var(--spring); }
.step h3 { font-size: 20px; margin: 10px 0 8px; }
.step p { font-size: 15px; color: var(--ink-soft); margin: 0; }
.on-dark .step p { color: var(--on-dark-soft); }
.step::before { content: ""; position: absolute; top: 0; left: 0; width: 46px; height: 3px; background: var(--spring); border-radius: 3px; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr 1fr; gap: 32px 24px; } }
@media (max-width: 460px) { .steps { grid-template-columns: 1fr; } }

/* ==========================================================================
   FAQ (accordion)
   ========================================================================== */
.faq { max-width: 820px; }
.faq__item { border-bottom: 1px solid var(--line); }
.on-dark .faq__item { border-color: var(--line-dark); }
.faq__q {
  width: 100%; text-align: left; background: none; border: 0; padding: 22px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  font-family: var(--font-display); font-size: clamp(18px, 2.4vw, 22px); font-weight: 600; color: var(--ink);
}
.on-dark .faq__q { color: #fff; }
.faq__q .ic { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; transition: transform 0.25s ease, background 0.2s ease, border-color 0.2s ease; }
.on-dark .faq__q .ic { border-color: var(--line-dark); }
.faq__q .ic svg { width: 16px; height: 16px; }
.faq__item[open] .faq__q .ic { transform: rotate(45deg); background: var(--spring); border-color: var(--spring); color: var(--forest-900); }
.faq__a { padding: 0 0 24px; color: var(--ink-soft); font-size: 16.5px; max-width: 68ch; }
.on-dark .faq__a { color: var(--on-dark-soft); }
.faq__item summary { list-style: none; cursor: pointer; }
.faq__item summary::-webkit-details-marker { display: none; }

/* ==========================================================================
   CTA band
   ========================================================================== */
.cta-band { position: relative; overflow: hidden; border-radius: var(--r-xl); background: var(--forest-800); color: var(--on-dark); padding: clamp(40px, 6vw, 72px); }
.cta-band__bg { position: absolute; inset: 0; opacity: 0.22; object-fit: cover; width: 100%; height: 100%; }
.cta-band__inner { position: relative; max-width: 720px; }
.cta-band h2 { font-size: clamp(30px, 5vw, 52px); color: #fff; margin-bottom: 16px; }
.cta-band p { color: var(--on-dark-soft); font-size: 18px; margin-bottom: 28px; }
.cta-band .hero__actions { gap: 14px; }

/* ==========================================================================
   Forms
   ========================================================================== */
.form-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(24px, 3vw, 38px); box-shadow: var(--shadow-md); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 7px; color: var(--ink); }
.field .req { color: var(--spring-600); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; font: inherit; font-size: 16px; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--r-sm);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--spring-600); box-shadow: 0 0 0 3px rgba(143, 199, 74, 0.22); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }
.form-note { font-size: 13px; color: var(--muted); margin-top: 8px; }
.form-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--muted); }
.form-consent input { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; accent-color: var(--spring-600); }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--forest-900); color: var(--on-dark); padding-top: clamp(56px, 7vw, 88px); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 40px; }
.footer-brand .brand { color: #fff; }
.footer-brand p { color: var(--on-dark-soft); font-size: 15px; margin: 18px 0 20px; max-width: 34ch; }
.footer-col h4 { font-family: var(--font-body); font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--spring); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: grid; gap: 11px; }
.footer-col a { color: var(--on-dark-soft); font-size: 15px; transition: color 0.15s ease; }
.footer-col a:hover { color: #fff; }
.nap { font-style: normal; color: var(--on-dark-soft); font-size: 15px; line-height: 1.7; }
.nap a { color: var(--on-dark-soft); }
.nap a:hover { color: #fff; }
.nap strong { color: #fff; display: block; margin-bottom: 6px; font-weight: 600; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a { width: 40px; height: 40px; border: 1px solid var(--line-dark); border-radius: 50%; display: grid; place-items: center; color: var(--on-dark); transition: background 0.15s ease, border-color 0.15s ease; }
.footer-social a:hover { background: rgba(143, 199, 74, 0.15); border-color: var(--spring); }
.footer-social svg { width: 18px; height: 18px; }
.footer-bottom { margin-top: clamp(40px, 6vw, 64px); border-top: 1px solid var(--line-dark); padding: 22px 0 40px; display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; align-items: center; }
.footer-bottom p { margin: 0; font-size: 13.5px; color: var(--on-dark-soft); }
.footer-bottom nav { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-bottom a { font-size: 13.5px; color: var(--on-dark-soft); }
.footer-bottom a:hover { color: #fff; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   Sticky mobile call bar
   ========================================================================== */
.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: none; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(10, 28, 16, 0.92); backdrop-filter: blur(10px); border-top: 1px solid var(--line-dark);
}
.callbar .btn { padding: 13px; font-size: 15px; }
@media (max-width: 760px) { .callbar { display: grid; } body { padding-bottom: 76px; } .callbar + .callbar { display: none; } }

/* ==========================================================================
   Page hero (interior pages)
   ========================================================================== */
.page-hero { background: var(--forest-800); color: var(--on-dark); position: relative; overflow: hidden; }
.page-hero__inner { padding-block: clamp(44px, 6vw, 84px); position: relative; z-index: 1; max-width: 780px; }
.page-hero h1 { font-size: clamp(34px, 6vw, 64px); color: #fff; margin: 16px 0 18px; letter-spacing: -0.03em; }
.page-hero h1 em { color: var(--spring); font-style: italic; font-weight: 500; }
.page-hero p { font-size: clamp(17px, 2.2vw, 20px); color: var(--on-dark-soft); max-width: 60ch; }
.page-hero__actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px; }
.page-hero__bg { position: absolute; inset: 0; opacity: 0.16; object-fit: cover; width: 100%; height: 100%; }

/* Breadcrumbs */
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 13.5px; color: var(--on-dark-soft); list-style: none; }
.crumbs a { color: var(--on-dark-soft); }
.crumbs a:hover { color: var(--spring); }
.crumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; opacity: 0.5; }
.crumbs [aria-current] { color: #fff; }

/* Prose (article content) */
.prose { max-width: 72ch; }
.prose h2 { font-size: clamp(26px, 3.6vw, 38px); margin: 44px 0 16px; }
.prose h3 { font-size: clamp(20px, 2.6vw, 26px); margin: 32px 0 12px; }
.prose p { font-size: 17.5px; color: var(--ink-soft); }
.prose ul { list-style: none; display: grid; gap: 10px; margin: 18px 0 24px; }
.prose ul li { display: flex; gap: 12px; align-items: flex-start; }
.prose ul li::before { content: ""; width: 8px; height: 8px; margin-top: 10px; border-radius: 50%; background: var(--spring); flex: 0 0 auto; }
.prose ul.checklist li::before { content: none; }
.prose strong { color: var(--ink); }

/* Two-column article layout with sticky aside */
.article-layout { display: grid; grid-template-columns: 1fr 360px; gap: clamp(32px, 5vw, 64px); align-items: start; }
.aside-card { position: sticky; top: 92px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow-md); }
.aside-card h3 { font-size: 22px; margin-bottom: 10px; }
.aside-card p { font-size: 15px; color: var(--ink-soft); margin-bottom: 18px; }
.aside-card .btn { margin-bottom: 10px; }
.aside-card .fine { font-size: 12.5px; color: var(--muted); text-align: center; }
@media (max-width: 900px) { .article-layout { grid-template-columns: 1fr; } .aside-card { position: static; } }

/* Pricing table */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.price-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 26px; display: flex; flex-direction: column; }
.price-card--feat { border-color: var(--spring); box-shadow: 0 0 0 3px rgba(143, 199, 74, 0.18); position: relative; }
.price-card--feat::before { content: "Most popular"; position: absolute; top: -12px; left: 26px; background: var(--spring); color: var(--forest-900); font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: var(--pill); }
.price-card h3 { font-size: 22px; margin-bottom: 6px; }
.price-card .price { font-family: var(--font-display); font-size: 42px; font-weight: 600; color: var(--forest-600); letter-spacing: -0.02em; }
.price-card .price span { font-family: var(--font-body); font-size: 15px; font-weight: 500; color: var(--muted); }
.price-card ul { list-style: none; display: grid; gap: 11px; margin: 20px 0 26px; }
.price-card li { display: flex; gap: 10px; font-size: 15px; color: var(--ink-soft); }
.price-card li svg { width: 19px; height: 19px; color: var(--spring-600); flex: 0 0 auto; }
.price-card .btn { margin-top: auto; }
@media (max-width: 860px) { .pricing { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--r-md); }
.gallery a:nth-child(1) { grid-row: span 2; }
.gallery a:nth-child(1) img { aspect-ratio: 3/4; height: 100%; }
@media (max-width: 620px) { .gallery { grid-template-columns: 1fr 1fr; } .gallery a:nth-child(1) { grid-row: span 1; } .gallery a:nth-child(1) img { aspect-ratio: 1; } }

/* Utility */
.center { text-align: center; margin-inline: auto; }
.mt-s { margin-top: 14px; } .mt-m { margin-top: 28px; } .mt-l { margin-top: 44px; }
.stack-lg > * + * { margin-top: clamp(64px, 9vw, 128px); }
.badge-inline { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: var(--pill); background: rgba(143,199,74,0.16); color: var(--forest-600); font-size: 13.5px; font-weight: 600; }
.on-dark .badge-inline { background: rgba(143,199,74,0.16); color: var(--spring); }

/* Contact two-column */
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }

/* Thank-you page */
.ty { text-align: center; max-width: 640px; margin-inline: auto; }
.ty__check { width: 84px; height: 84px; border-radius: 50%; background: var(--spring); color: var(--forest-900); display: grid; place-items: center; margin: 0 auto 26px; box-shadow: 0 10px 30px rgba(143,199,74,0.4); }
.ty__check svg { width: 42px; height: 42px; }
.review-cta { display: inline-flex; align-items: center; gap: 10px; }
.review-stars { color: #f4a825; font-size: 26px; letter-spacing: 3px; }

/* ==========================================================================
   Editorial hero + about  —  "floating island" (inspiration-matched)
   A single giant display line, a house-on-a-cross-section-of-earth that
   bridges a dark-forest field into a light one, flanked by four info notes.
   ========================================================================== */
.ed-hero {
  position: relative;                 /* NB: no stacking context (z-index:auto) so the
                                         island child can layer above .ed-about below */
  background: var(--forest-800);
  color: var(--on-dark);
}
.ed-hero__deco { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.ed-hero__deco::before {              /* faint concentric survey rings */
  content: ""; position: absolute; left: 50%; top: 4%;
  width: min(150vw, 1700px); aspect-ratio: 1; transform: translateX(-50%);
  background: repeating-radial-gradient(circle at center, transparent 0 61px, rgba(199, 231, 155, 0.05) 61px 62px);
  -webkit-mask-image: radial-gradient(circle at center, #000 38%, transparent 70%);
          mask-image: radial-gradient(circle at center, #000 38%, transparent 70%);
}
.ed-hero__deco::after {               /* warm spring glow, upper-right */
  content: ""; position: absolute; right: -12%; top: -16%;
  width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(143, 199, 74, 0.18), transparent 66%);
}

/* thin editorial meta bar */
.ed-meta {
  position: relative; z-index: 3;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px;
  padding-block: 16px; border-bottom: 1px solid var(--line-dark);
  font-size: 12.5px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--on-dark-soft);
}
.ed-meta b { color: #fff; font-weight: 600; }
.ed-meta .spring { color: var(--spring); }
.ed-meta__c { text-align: center; }
.ed-meta__r { text-align: right; }
@media (max-width: 680px) {
  .ed-meta { grid-template-columns: 1fr auto; font-size: 11px; }
  .ed-meta__c { display: none; }
}

/* giant title + supporting head */
.ed-head { position: relative; z-index: 2; text-align: center; padding-top: clamp(26px, 4vw, 56px); }
.ed-head .eyebrow { justify-content: center; color: var(--spring); }
.ed-title {
  font-family: var(--font-body); font-weight: 800; color: #fff;
  font-size: clamp(44px, 13vw, 198px); line-height: 0.85; letter-spacing: -0.04em;
  margin: clamp(14px, 1.6vw, 22px) 0 0; white-space: nowrap;
  width: 100vw; margin-left: calc(50% - 50vw); padding-inline: clamp(12px, 2vw, 30px);
}
.ed-head__sub {
  max-width: 54ch; margin: clamp(18px, 2.4vw, 30px) auto 0;
  font-size: clamp(16px, 1.9vw, 20px); color: var(--on-dark-soft);
}
.ed-head__cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }

/* stage: floating island flanked by info notes */
.ed-stage { position: relative; z-index: 2; }
.ed-stage__grid {
  display: grid; grid-template-columns: 1fr minmax(300px, 52%) 1fr;
  align-items: start; gap: 0 clamp(18px, 3vw, 52px);
}
.ed-island {
  grid-column: 2; align-self: end; width: 100%;
  margin-top: clamp(4px, 0.8vw, 14px);
  margin-bottom: clamp(-30px, -2.6vw, -10px);
  position: relative; z-index: 3;      /* rides above .ed-about's paper field */
  filter: drop-shadow(0 44px 52px rgba(0, 0, 0, 0.5));
}
.ed-side {
  display: flex; flex-direction: column; gap: clamp(18px, 2.4vw, 34px);
  padding-top: clamp(48px, 8vw, 108px);
}
.ed-side--r { text-align: right; }
.ed-note { max-width: 30ch; }
.ed-side--r .ed-note { margin-left: auto; }
.ed-note__label { display: block; font-size: 12.5px; font-weight: 600; letter-spacing: 0.02em; color: var(--spring); margin-bottom: 9px; }
.ed-note p { margin: 0; font-size: clamp(13.5px, 1.4vw, 15.5px); line-height: 1.55; color: var(--on-dark-soft); }

@media (max-width: 860px) {
  .ed-stage__grid { grid-template-columns: 1fr; }
  .ed-island { grid-column: 1; order: -1; width: min(94%, 560px); margin: 6px auto 0; }
  .ed-side { flex-direction: row; flex-wrap: wrap; gap: 24px 34px; padding-top: 30px; text-align: left; }
  .ed-side--r { text-align: left; }
  .ed-side--r .ed-note { margin-left: 0; }
  .ed-note { flex: 1 1 240px; max-width: none; }
  .ed-about { margin-top: 0; padding-top: clamp(52px, 10vw, 88px); }  /* no overlap when stacked */
}
@media (max-width: 680px) {
  .ed-title {
    white-space: normal; width: auto; margin-left: 0; padding-inline: 0;
    font-size: clamp(46px, 15.5vw, 88px); line-height: 0.94; text-align: center;
  }
  .ed-meta { grid-template-columns: 1fr; row-gap: 4px; }
  .ed-meta__c, .ed-meta__r { display: block; text-align: left; white-space: normal; }
}

/* about — light field the island descends into */
.ed-about {
  position: relative; z-index: 1;      /* below the island (z3), above hero bg */
  background: var(--paper); color: var(--ink);
  margin-top: clamp(-60px, -4.5vw, -34px);
  padding-top: clamp(70px, 9vw, 132px);
  overflow: hidden;
}
.ed-about__wrap { position: relative; z-index: 2; }
.ed-about__title {
  font-family: var(--font-body); font-weight: 800; letter-spacing: -0.04em; line-height: 0.9;
  font-size: clamp(52px, 12vw, 150px); color: #262b22; margin: 0 0 clamp(30px, 5vw, 60px);
  padding-left: clamp(0px, 4vw, 56px);
}
.ed-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 56px); }
.ed-notes .ed-note { max-width: 36ch; }
.ed-notes .ed-note__label { color: var(--spring-600); }
.ed-notes .ed-note p { color: var(--ink-soft); font-size: clamp(15px, 1.6vw, 17px); margin-top: 12px; }
.ed-notes__1 { grid-column: 1; }
.ed-notes__2 { grid-column: 3; text-align: right; margin-top: clamp(40px, 7vw, 118px); }
.ed-notes__2 .ed-note__label,
.ed-notes__2 p { margin-left: auto; }
.ed-notes__3 { grid-column: 2; margin-top: clamp(22px, 5vw, 76px); }
@media (max-width: 820px) {
  .ed-notes { grid-template-columns: 1fr; gap: 30px; }
  .ed-notes__1, .ed-notes__2, .ed-notes__3 { grid-column: 1; margin-top: 0; text-align: left; }
  .ed-notes__2 .ed-note__label, .ed-notes__2 p { margin-left: 0; }
}
.ed-arch { margin-top: clamp(26px, 5vw, 60px); }
.ed-arch img { width: 100%; display: block; margin-bottom: -3px; }
