/* ===================================================================
   Lasting Ground — Shared styles (v6, multi-page)
   PDF-matched palette. Premium full-bleed hero. Multi-page nav.
   =================================================================== */

/* Cross-document view transitions are intentionally disabled for now.
   Chrome can throw InvalidStateError during fast address-search redirects;
   standard navigation is cleaner for the snapshot flow. */

:root {
  /* "Quiet luxury" 2026 palette — warm beiges, deep olive, rich charcoal.
     Editorial premium, distinct from SaaS blue/teal, distinct from cold minimalism. */

  /* Warm beige paper family */
  --bg:           #f6f1e3;
  --bg-soft:      #ebe3cc;
  --bg-warm:      #f9f4e7;
  --surface:      #fffdf7;
  --surface-alt:  #efe6cd;

  /* Charcoal ink — warm undertone, not navy, not pure black */
  --ink:          #1c1a17;
  --ink-soft:     #26231d;
  --ink-mid:      #524e44;
  --muted:        #7e7869;
  --muted-soft:   #b1ab98;
  --line:         #d6cbac;
  --line-fine:    #e1d7be;

  /* Primary accent — deep muted olive. Quiet luxury foundation color.
     Warmer than teal, more sophisticated than green, distinctly editorial. */
  --accent:       #4f5944;
  --accent-deep:  #383f30;
  --accent-soft:  #dde2d2;
  --accent-tint:  rgba(79, 89, 68, 0.07);
  --accent-line:  rgba(79, 89, 68, 0.22);

  /* Burnished brass — the metallic accent. Sparingly for italic emphasis,
     small accents, hover states. Pairs with olive like fashion/architecture. */
  --brass:        #9a7239;
  --brass-deep:   #6e5226;
  --brass-soft:   #ead9bd;
  --brass-line:   rgba(154, 114, 57, 0.28);

  /* Warm rust — kept for rare emphasis when brass is too soft */
  --copper:       #92451f;
  --copper-soft:  #f0d4c0;
  --copper-line:  rgba(146, 69, 31, 0.22);

  --good:         #4a6e3d;
  --warn:         #92451f;
  --r-sm: 6px;
  --r:    10px;
  --r-lg: 14px;
  --r-xl: 20px;
  --shadow-1: 0 1px 0 rgba(14, 29, 51, 0.04), 0 4px 14px rgba(14, 29, 51, 0.06);
  --shadow-2: 0 1px 0 rgba(14, 29, 51, 0.04), 0 14px 36px rgba(14, 29, 51, 0.08);
}

*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  margin: 0; padding: 0;
  background: var(--bg); color: var(--ink);
  font-family: "Geist", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img { image-rendering: -webkit-optimize-contrast; }
svg { shape-rendering: geometricPrecision; }

/* Sharp focus ring for keyboard users — never on mouse clicks */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 6px;
}

/* Respect users who prefer reduced motion */
@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;
    scroll-behavior: auto !important;
  }
  .cover-band__bg, .cover-band__video,
  .editorial-photo__bg,
  .photo-band__bg { transform: none !important; }
}
body {
  position: relative; min-height: 100vh; overflow-x: hidden;
}
/* Aurora UI — fixed atmospheric layer that shows through all sections so the whole page reads as one premium surface */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(900px 600px at 88% -10%, rgba(234, 217, 189, 0.32), transparent 55%),
    radial-gradient(700px 500px at 8% 12%, rgba(221, 226, 210, 0.28), transparent 55%),
    var(--bg);
}
/* very faint paper grain for tactile feel — under everything */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' seed='3'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.025 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: 0.55;
  mix-blend-mode: multiply;
}
a { color: inherit; text-decoration: none; transition: color 160ms ease; }
button, input, textarea, select { font: inherit; }
img, svg { display: block; max-width: 100%; }

.container {
  width: min(1120px, calc(100vw - 40px));
  margin: 0 auto;
}
.container--narrow {
  width: min(720px, calc(100vw - 40px));
  margin: 0 auto;
}

h1, h2, h3, h4 {
  font-family: "Geist", "Inter", sans-serif;
  font-weight: 500; letter-spacing: -0.022em; line-height: 1.06;
  color: var(--ink); margin: 0;
}
p { margin: 0 0 1em; color: var(--ink-mid); }
p:last-child { margin-bottom: 0; }

/* ---------- HEADER ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px) saturate(140%);
  background: rgba(251, 250, 246, 0.78);
  border-bottom: 1px solid var(--line-fine);
}
.site-header__row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 0;
}
.wordmark {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 17px; font-weight: 500; letter-spacing: -0.018em; color: var(--ink);
}
.wordmark__mark { display: inline-flex; width: 22px; height: 22px; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 14.5px; font-weight: 500; color: var(--ink-mid); }
.nav a:hover { color: var(--ink); }
.nav a.active { color: var(--ink); }
.nav__cta {
  color: var(--ink); padding: 8px 16px; border: 1px solid var(--line);
  border-radius: var(--r-sm); background: var(--surface);
  transition: background 140ms ease, border-color 140ms ease;
}
.nav__cta:hover { background: var(--bg-soft); border-color: var(--ink-mid); }

/* ---------- BUTTONS ---------- */
.btn-primary {
  appearance: none; border: 0; cursor: pointer;
  padding: 12px 22px;
  background: var(--ink); color: #ffffff;
  border-radius: var(--r);
  font-size: 14.5px; font-weight: 500; letter-spacing: -0.005em;
  transition: background 160ms ease, transform 140ms ease, box-shadow 200ms ease;
  white-space: nowrap;
  display: inline-flex; align-items: center; gap: 8px;
}
/* Arrow nudge — Bellroy / Stripe pattern. The pseudo-arrow translates 3px on hover. */
.btn-primary::after {
  content: "→";
  display: inline-block;
  font-size: 13.5px;
  margin-left: 2px;
  transition: transform 260ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0);
}
.btn-primary:hover::after { transform: translateX(4px); }
/* When the form is submitting, the spinner replaces the arrow (rule below at .is-submitting) */
.btn-primary:hover {
  background: var(--accent);
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(79, 89, 68, 0.22);
}
.btn-secondary {
  appearance: none; cursor: pointer;
  padding: 12px 18px;
  background: transparent; color: var(--ink);
  border: 1px solid var(--line); border-radius: var(--r);
  font-size: 14.5px; font-weight: 500;
  transition: border-color 160ms ease, background 160ms ease;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-secondary:hover { border-color: var(--ink-mid); background: var(--surface); }

/* ---------- HOMEPAGE HERO (full-bleed video) ---------- */
.hero {
  position: relative;
  padding: 152px 0 132px;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  min-height: 680px;
  display: flex; align-items: center;
}
.hero > .container { position: relative; z-index: 3; width: 100%; }
.hero__bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
  opacity: 0; transition: opacity 1200ms ease;
  transform: scale(1.04);
}
.hero__bg.is-ready { opacity: 1; }
.hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg,
    rgba(21, 41, 69, 0.62) 0%,
    rgba(21, 41, 69, 0.42) 40%,
    rgba(21, 41, 69, 0.55) 80%,
    rgba(21, 41, 69, 0.78) 100%);
  pointer-events: none;
}
.hero__vignette {
  position: absolute; inset: 0; z-index: 2;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, transparent 0%, transparent 35%, rgba(21, 41, 69, 0.45) 100%);
  pointer-events: none;
}
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 500;
  color: #ffffff;
  padding: 7px 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  margin-bottom: 32px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.hero__eyebrow::before {
  content: ""; width: 6px; height: 6px; border-radius: 999px;
  background: #8ad0c1; box-shadow: 0 0 10px #8ad0c1;
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse { 0%, 100% { opacity: 0.55; } 50% { opacity: 1; } }
.hero h1 {
  font-family: "DM Serif Display", "Fraunces", Georgia, serif;
  font-size: clamp(2.8rem, 5.8vw, 4.8rem);
  letter-spacing: -0.018em;
  line-height: 0.98;
  max-width: 19ch; margin: 0 auto 28px;
  color: #ffffff; font-weight: 400;
  text-shadow: 0 2px 32px rgba(8, 18, 36, 0.55);
}
/* Editorial italic serif emphasis — premium real-estate move */
.hero h1 em {
  font-family: "DM Serif Display", "Fraunces", Georgia, serif;
  font-style: italic;
  color: rgba(255, 247, 230, 0.96);
  font-weight: 400;
  letter-spacing: -0.005em;
  font-size: 1.06em;
}
.hero__sub {
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  color: rgba(255, 255, 255, 0.92);
  max-width: 56ch; margin: 0 auto 44px;
  line-height: 1.55;
  text-shadow: 0 1px 16px rgba(8, 18, 36, 0.55);
}
.hero__sub em {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: rgba(255, 247, 230, 0.94);
  font-size: 1.08em;
  letter-spacing: -0.005em;
}
.hero__intake {
  display: grid; grid-template-columns: 1fr auto;
  gap: 8px; max-width: 560px;
  margin: 0 auto 20px; padding: 7px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--r-lg);
  box-shadow: 0 24px 60px rgba(8, 18, 36, 0.35), 0 4px 14px rgba(8, 18, 36, 0.18);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.hero__intake:focus-within {
  border-color: var(--accent-line);
  /* No transform here — drags the absolutely-positioned suggestions dropdown
     through subpixel transforms which renders the first row blurry mid-animation. */
  box-shadow:
    0 0 0 4px rgba(79, 89, 68, 0.18),
    0 28px 70px rgba(8, 18, 36, 0.42),
    0 6px 18px rgba(8, 18, 36, 0.22);
}
.hero__intake:hover {
  transform: translateY(-1px);
  box-shadow: 0 28px 70px rgba(8, 18, 36, 0.42), 0 6px 18px rgba(8, 18, 36, 0.22);
}
.hero__intake.has-address-suggestions:has(.address-suggestions:not([hidden])),
.hero__intake.has-address-suggestions:has(.address-suggestions:not([hidden])):hover {
  /* Keep the dropdown on an untransformed parent while suggestions are visible.
     A hovered parent transform creates subpixel rasterization on the first row,
     which looked like the suggestion text was briefly blurred. */
  transform: none;
}
.hero__intake:focus-within {
  border-color: #ffffff;
  box-shadow: 0 24px 60px rgba(8, 18, 36, 0.35), 0 0 0 4px rgba(184, 224, 214, 0.45);
}
.hero__intake input {
  appearance: none; border: 0; background: transparent;
  padding: 14px 16px 14px 42px;
  font-size: 16px; color: var(--ink);
  outline: none; width: 100%; text-align: left;
  font-family: inherit;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23847f72' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><path d='M8 14s-5-4.5-5-8a5 5 0 0 1 10 0c0 3.5-5 8-5 8z'/><circle cx='8' cy='6' r='2'/></svg>");
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 16px 16px;
  transition: background-position 200ms ease;
}
.hero__intake input:focus { background-position: 14px center; }
.hero__intake input::placeholder { color: var(--muted-soft); }
/* Loading state — when form is submitted, gentle pulse on the submit button */
.hero__intake.is-submitting button {
  pointer-events: none;
  opacity: 0.65;
}
.hero__intake.is-submitting button::after {
  content: "";
  display: inline-block;
  width: 12px; height: 12px;
  margin-left: 8px;
  border: 1.6px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 700ms linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.hero__support {
  display: flex; flex-wrap: wrap; gap: 28px;
  justify-content: center;
  font-size: 14px; color: rgba(255, 255, 255, 0.82);
  margin-top: 16px;
}
.hero__support span { display: inline-flex; align-items: center; gap: 8px; }
.hero__support svg { width: 14px; height: 14px; color: #b8e0d6; }

/* ---------- SNAPSHOT PREMIUM UPGRADES ---------- */
.snap-pin {
  position: relative;
  width: 64px; height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--accent), #0f4f4f);
  color: #ffffff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 14px 30px rgba(79, 89, 68, 0.32), 0 4px 8px rgba(8, 18, 36, 0.10);
}
.snap-pin svg { width: 26px; height: 26px; }
.snap-pin::after {
  content: "";
  position: absolute; inset: -6px;
  border-radius: 24px;
  border: 1px solid var(--accent-line);
  opacity: 0;
  animation: ringPulse 2.6s ease-out infinite;
}
@keyframes ringPulse {
  0% { opacity: 0.7; transform: scale(0.95); }
  100% { opacity: 0; transform: scale(1.18); }
}
.confidence-ring {
  position: relative;
  width: 96px; height: 96px;
  flex-shrink: 0;
}
.confidence-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.confidence-ring__bg { stroke: var(--line); }
.confidence-ring__fg {
  stroke: var(--accent);
  stroke-linecap: round;
  transition: stroke-dashoffset 1.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.confidence-ring__label {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
}
.confidence-ring__label .num {
  font-size: 22px; font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1;
}
.confidence-ring__label .lbl {
  font-size: 9.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 2px;
}

/* sticky bottom CTA */
.sticky-cta {
  position: fixed;
  left: 50%; bottom: 24px;
  transform: translate(-50%, 80px);
  z-index: 60;
  display: flex; align-items: center; gap: 14px;
  padding: 8px 8px 8px 18px;
  background: var(--ink); color: #ffffff;
  border-radius: 999px;
  box-shadow: 0 24px 60px rgba(8, 18, 36, 0.42);
  opacity: 0;
  transition: transform 360ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 360ms ease;
  font-size: 14px; font-weight: 500;
  max-width: calc(100vw - 40px);
}
.sticky-cta.visible { transform: translate(-50%, 0); opacity: 1; }
.sticky-cta__addr {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 30ch;
}
.sticky-cta__btn {
  appearance: none; border: 0; cursor: pointer;
  background: #ffffff; color: var(--ink);
  padding: 10px 18px;
  border-radius: 999px;
  font: inherit; font-weight: 500; font-size: 13.5px;
  transition: background 160ms ease;
  display: inline-flex; align-items: center; gap: 6px;
}
.sticky-cta__btn:hover { background: #b8e0d6; }

/* ---------- PAGE HEADER (subpages — editorial serif) ---------- */
.page-hero {
  position: relative;
  padding: 72px 0 48px;
  border-bottom: 1px solid var(--line-fine);
  text-align: center;
  isolation: isolate;
  overflow: hidden;
}
/* subtle decorative arc behind page-hero */
.page-hero::before {
  content: "";
  position: absolute;
  top: -40%; left: 50%;
  transform: translateX(-50%);
  width: 800px; height: 800px;
  border: 1px solid var(--accent-line);
  border-radius: 50%;
  opacity: 0.35;
  z-index: 0;
}
.page-hero::after {
  content: "";
  position: absolute;
  top: -50%; left: 50%;
  transform: translateX(-50%);
  width: 1100px; height: 1100px;
  border: 1px solid var(--line-fine);
  border-radius: 50%;
  opacity: 0.7;
  z-index: 0;
}
.page-hero > .container { position: relative; z-index: 1; }
/* small cartographic compass-rose mark in the corner of page-hero */
.page-hero__compass {
  position: absolute;
  right: 32px; top: 24px;
  width: 56px; height: 56px;
  opacity: 0.3;
  z-index: 0;
}
.page-hero__compass svg { width: 100%; height: 100%; }
@media (max-width: 720px) {
  .page-hero__compass { display: none; }
}
/* small datum mark in the opposite corner */
.page-hero__datum {
  position: absolute;
  left: 32px; top: 32px;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  color: var(--muted);
  text-transform: uppercase;
  display: flex; flex-direction: column; gap: 2px;
  z-index: 0;
}
.page-hero__datum span:first-child { color: var(--accent); }
@media (max-width: 720px) {
  .page-hero__datum { display: none; }
}
.page-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 600;
  color: var(--accent);
  padding: 5px 14px;
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
  border-radius: 999px;
  margin-bottom: 18px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.page-hero__eyebrow::before {
  content: ""; width: 6px; height: 6px; border-radius: 999px;
  background: var(--accent);
}
.page-hero h1 {
  font-family: "Fraunces", "Geist", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  letter-spacing: -0.018em;
  line-height: 1.02;
  font-weight: 400;
  max-width: 22ch; margin: 0 auto 14px;
}
.page-hero h1 em {
  font-style: italic;
  color: var(--accent);
  font-weight: 500;
}
.page-hero p {
  font-size: 15.5px;
  color: var(--ink-mid);
  max-width: 56ch; margin: 0 auto;
  line-height: 1.55;
}

/* ---------- STORY STEPS — alternating editorial step rows ---------- */
.story-steps {
  display: grid;
  gap: 0;
}
.story-step {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
  border-top: 1px solid var(--line);
  position: relative;
}
.story-step:first-child { border-top: 0; padding-top: 16px; }
.story-step:last-child { padding-bottom: 16px; }
.story-step--reverse .story-step__visual { order: 2; }
.story-step--reverse .story-step__body { order: 1; }
.story-step__visual {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  min-height: 180px;
  padding: 16px;
  isolation: isolate;
}
.story-step__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(79, 89, 68, 0.06), transparent 70%);
  pointer-events: none;
  z-index: -1;
}
.story-step__visual::after {
  content: "";
  position: absolute;
  width: 180px; height: 180px;
  border: 1px solid var(--accent-line);
  border-radius: 50%;
  opacity: 0.32;
  z-index: -1;
  pointer-events: none;
}
.story-step__meta {
  position: absolute;
  bottom: 12px; left: 50%;
  transform: translateX(-50%);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.story-step__detail {
  margin-top: 18px; padding-top: 18px;
  border-top: 1px solid var(--line-fine);
  display: grid; grid-template-columns: auto 1fr; gap: 12px;
  align-items: baseline;
  max-width: 46ch;
}
.story-step__detail-label {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  white-space: nowrap;
}
.story-step__detail-text {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.story-step__num {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: clamp(3rem, 5.5vw, 4.4rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, var(--ink) 0%, var(--accent) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  bottom: 12px; right: 18px;
}
.story-step__art {
  width: clamp(140px, 18vw, 220px);
  height: clamp(140px, 18vw, 220px);
  color: var(--accent);
  position: relative;
}
.story-step__art svg { width: 100%; height: 100%; }
.story-step__art::before {
  content: "";
  position: absolute;
  inset: -8%;
  background: radial-gradient(ellipse at 50% 50%, rgba(79, 89, 68, 0.08), transparent 65%);
  z-index: -1;
  border-radius: 50%;
}
.story-step__num::after {
  content: "";
  position: absolute;
  bottom: -16px; left: 8%; right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent-line) 50%, transparent 100%);
}
.story-step__body { padding: 16px 0; }
.story-step__eyebrow {
  font-family: "Geist", "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 14px;
}
.story-step__eyebrow::before {
  content: ""; width: 24px; height: 1px; background: var(--accent);
}
.story-step__title {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.1;
  margin-bottom: 14px;
  color: var(--ink);
}
.story-step__title em { font-style: italic; color: var(--accent); }
.story-step__body p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-mid);
  max-width: 46ch;
  margin: 0;
}

/* ---------- EDITORIAL PHOTO BREAK — wide photo with pull quote ---------- */
.editorial-photo {
  position: relative;
  height: clamp(360px, 50vw, 540px);
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}
.editorial-photo__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 50%;
  z-index: 0;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1200ms ease, transform 14s ease-out;
}
.editorial-photo__bg.is-ready { opacity: 1; transform: scale(1); }
.editorial-photo__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(110deg, rgba(10, 18, 35, 0.62) 0%, rgba(10, 18, 35, 0.38) 50%, rgba(10, 18, 35, 0.18) 100%);
  pointer-events: none;
}
.editorial-photo__inner {
  position: relative; z-index: 2;
  height: 100%;
  display: flex; align-items: center;
}
.editorial-photo__quote {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  line-height: 1.18;
  letter-spacing: -0.005em;
  color: rgba(255, 250, 238, 0.96);
  margin: 0 0 20px;
  max-width: 30ch;
  text-shadow: 0 2px 24px rgba(8, 18, 36, 0.4);
}
.editorial-photo__quote em {
  color: rgba(255, 245, 228, 0.85);
  font-style: italic;
}
.editorial-photo__attr {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex; align-items: center; gap: 12px;
}
.editorial-photo__attr::before {
  content: ""; width: 28px; height: 1px; background: rgba(255, 255, 255, 0.4);
}

/* ---------- SPLIT HERO — 2026 best-in-class asymmetric hero
   Text + CTA on the left, video/image on the right, both above the fold ---------- */
.split-hero {
  position: relative;
  padding: 56px 0 64px;
  border-bottom: 1px solid var(--line-fine);
}
.split-hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 72px;
  align-items: center;
}
@media (max-width: 960px) {
  .split-hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .split-hero { padding: 40px 0 48px; }
}
.split-hero__left { max-width: 56ch; }
.split-hero__caption {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 22px;
}
.split-hero__caption::before {
  content: ""; width: 28px; height: 1px; background: var(--accent);
}
.split-hero__caption strong {
  color: var(--ink-mid);
  font-weight: 500;
}
.split-hero__title {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: -0.022em;
  color: var(--ink);
  margin: 0 0 22px;
}
.split-hero__title em {
  font-style: italic;
  color: var(--accent);
}
.split-hero__lede {
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.55;
  color: var(--ink-mid);
  margin: 0 0 28px;
  max-width: 48ch;
}
.split-hero__cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px;
  background: var(--ink);
  color: #ffffff;
  border-radius: var(--r);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.005em;
  text-decoration: none;
  transition: background 200ms ease, transform 160ms ease, box-shadow 200ms ease;
  box-shadow: 0 8px 18px -8px rgba(28, 26, 23, 0.35);
}
.split-hero__cta:hover {
  background: var(--accent);
  transform: translateY(-1px);
  box-shadow: 0 14px 26px -10px rgba(79, 89, 68, 0.45);
}
.split-hero__support {
  margin-top: 18px;
  display: inline-flex; align-items: center; gap: 14px;
  flex-wrap: wrap;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.split-hero__support span { display: inline-flex; align-items: center; gap: 8px; }
.split-hero__support span:not(:last-child)::after {
  content: ""; width: 4px; height: 4px; background: var(--accent); border-radius: 999px;
  margin-left: 14px;
}

/* Numbered step preview — small "01 → 02 → 03" structure indicator
   sits below the CTA in the split-hero left column on How it works */
.step-preview {
  margin-top: 28px; padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex; gap: 0; flex-wrap: wrap;
}
.step-preview__item {
  display: flex; flex-direction: column;
  flex: 1; min-width: 110px;
  padding-right: 16px;
  position: relative;
}
.step-preview__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 6px; top: 18px;
  width: 14px; height: 1px;
  background: var(--accent);
  opacity: 0.5;
}
.step-preview__num {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 6px;
}
.step-preview__name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.012em;
  color: var(--ink);
  line-height: 1.2;
}
.step-preview__name em { font-style: italic; color: var(--accent); }

/* Right column — visual */
.split-hero__visual {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
  box-shadow:
    0 1px 0 rgba(28, 26, 23, 0.04),
    0 24px 60px -28px rgba(28, 26, 23, 0.32);
  aspect-ratio: 4 / 3;
}
.split-hero__visual video,
.split-hero__visual img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1000ms ease;
}
.split-hero__visual video.is-ready,
.split-hero__visual img.is-ready { opacity: 1; }
.split-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(28, 26, 23, 0.05) 0%, rgba(28, 26, 23, 0.32) 100%);
  pointer-events: none;
  z-index: 1;
}
.split-hero__visual-caption {
  position: absolute;
  z-index: 2;
  left: 18px; bottom: 16px;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 250, 234, 0.78);
  display: inline-flex; align-items: center; gap: 10px;
}
.split-hero__visual-caption::before {
  content: ""; width: 18px; height: 1px; background: rgba(255, 250, 234, 0.55);
}

/* ---------- COVER BAND — magazine cover image at the top of a subpage ---------- */
.cover-band {
  position: relative;
  height: clamp(280px, 38vw, 420px);
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}
.cover-band__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 60%;
  z-index: 0;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1200ms ease, transform 14s ease-out;
}
.cover-band__bg.is-ready { opacity: 1; transform: scale(1); }
/* Video variant — same surface, plays the cape-cod-home loop */
.cover-band__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 60%;
  z-index: 0;
  opacity: 0;
  transition: opacity 1200ms ease;
}
.cover-band__video.is-ready { opacity: 1; }
.cover-band__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 18, 35, 0.16) 0%, rgba(10, 18, 35, 0.55) 100%);
  pointer-events: none;
}
.cover-band__inner {
  position: relative; z-index: 2;
  height: 100%;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0 0 36px;
}
.cover-band__caption {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 16px;
}
.cover-band__caption::before {
  content: ""; width: 28px; height: 1px; background: rgba(255, 255, 255, 0.45);
}
.cover-band__title {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.018em;
  color: #ffffff;
  max-width: 24ch;
  margin: 0;
  text-shadow: 0 2px 24px rgba(8, 18, 36, 0.4);
}
.cover-band__title em {
  font-style: italic;
  color: rgba(255, 247, 230, 0.92);
}

/* ---------- WAVE DIVIDER — quiet hand-drawn coastal line between sections ---------- */
.wave-divider {
  width: 100%;
  height: 32px;
  display: block;
  color: var(--accent);
  opacity: 0.35;
  margin: 0 auto;
}
.wave-divider svg { width: 100%; height: 100%; }

/* ---------- COTTAGE MARK — small line illustration of NE home ---------- */
.cottage-mark {
  width: 80px; height: 80px;
  color: var(--accent);
  opacity: 0.8;
  margin-bottom: 18px;
}
.cottage-mark svg { width: 100%; height: 100%; }

/* ---------- STAT ROW — magazine "by the numbers" data display ---------- */
.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.85) 100%);
  position: relative;
}
.stat-row::before {
  content: "";
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 60%; height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 50%, transparent 100%);
}
.stat-cell {
  padding: 28px 24px;
  border-left: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 8px;
  transition: background 220ms ease;
}
.stat-cell:first-child { border-left: 0; }
.stat-cell:hover { background: rgba(79, 89, 68, 0.025); }
.stat-cell__num {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: clamp(2.4rem, 4.6vw, 3.8rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.stat-cell__num em {
  font-size: 0.55em;
  color: var(--accent);
  font-style: italic;
  margin-left: 2px;
  vertical-align: 0.3em;
}
.stat-cell__label {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex; align-items: center; gap: 8px;
}
.stat-cell__label::before {
  content: ""; width: 4px; height: 4px;
  background: var(--accent); border-radius: 999px;
}
@media (max-width: 720px) {
  .stat-row { grid-template-columns: repeat(2, 1fr); }
  .stat-cell { padding: 20px 18px; }
  .stat-cell:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .stat-cell:nth-child(4) { border-top: 1px solid var(--line); }
}

/* ---------- MAP MARK — Massachusetts state silhouette (decorative) ---------- */
.map-mark {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  margin: 0 auto;
}
.map-mark svg {
  width: clamp(180px, 24vw, 280px);
  height: auto;
  opacity: 0.85;
}
.map-mark__pin {
  fill: var(--accent);
}
.map-mark__outline {
  fill: none;
  stroke: var(--ink);
  stroke-width: 0.8;
  stroke-linejoin: round;
}
.map-mark__caption {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex; align-items: center; gap: 12px;
}
.map-mark__caption::before, .map-mark__caption::after {
  content: ""; width: 24px; height: 1px; background: var(--accent-line);
}

/* ---------- SPEC SHEET — input / process / output technical view ---------- */
.spec-sheet {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: linear-gradient(180deg, #ffffff 0%, var(--surface) 100%);
  box-shadow: 0 1px 0 rgba(28, 26, 23, 0.02), 0 16px 36px -24px rgba(28, 26, 23, 0.14);
  overflow: hidden;
  position: relative;
}
.spec-sheet::before {
  content: "";
  position: absolute;
  top: 0; left: 24px; right: 24px; height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 50%, transparent 100%);
}
.spec-sheet__row {
  display: contents;
}
.spec-sheet__label {
  padding: 24px 24px 24px 32px;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  border-top: 1px solid var(--line-fine);
  align-self: start;
  display: flex; align-items: center; gap: 10px;
  white-space: nowrap;
  background: rgba(79, 89, 68, 0.025);
}
.spec-sheet__label::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 999px;
  background: var(--accent);
}
.spec-sheet__row:first-child .spec-sheet__label,
.spec-sheet__row:first-child .spec-sheet__value { border-top: 0; }
.spec-sheet__value {
  padding: 24px 32px;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--ink);
  border-top: 1px solid var(--line-fine);
  display: flex; flex-direction: column; gap: 8px;
}
.spec-sheet__value .lane {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 14px;
}
.spec-sheet__value .lane::before {
  content: "→";
  color: var(--accent);
  font-size: 12px;
  font-family: "Geist Mono", ui-monospace, monospace;
}
.spec-sheet__value .lane__num {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.08em;
  margin-right: 4px;
}
.spec-sheet__value strong {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.spec-sheet__lanes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 24px;
}
@media (max-width: 720px) {
  .spec-sheet { grid-template-columns: 1fr; }
  .spec-sheet__label { border-top: 1px solid var(--line-fine); padding: 18px 24px 8px; }
  .spec-sheet__row:first-child .spec-sheet__label { border-top: 0; }
  .spec-sheet__value { padding: 0 24px 18px; border-top: 0; }
  .spec-sheet__lanes { grid-template-columns: 1fr; }
}

/* ---------- TIER GRID — refined depth tiers ---------- */
.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.tier-card {
  position: relative;
  padding: 40px 32px 32px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  box-shadow: 0 1px 0 rgba(28, 26, 23, 0.02), 0 8px 24px -16px rgba(28, 26, 23, 0.08);
  overflow: hidden;
}
.tier-card::before {
  content: "";
  position: absolute;
  top: 0; left: 32px; right: 32px; height: 2px;
  background: var(--accent);
  border-radius: 2px;
}
.tier-card::after {
  content: "";
  position: absolute;
  bottom: -50px; right: -50px;
  width: 160px; height: 160px;
  background: radial-gradient(circle, rgba(79, 89, 68, 0.06), transparent 65%);
  pointer-events: none;
}
.tier-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent-line);
  box-shadow: 0 1px 0 rgba(28, 26, 23, 0.04), 0 24px 44px -22px rgba(28, 26, 23, 0.18);
}
.tier-card__label {
  font-family: "Geist", "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
  display: inline-flex; align-items: center; gap: 8px;
}
.tier-card__label::before {
  content: ""; width: 6px; height: 6px; background: var(--accent); border-radius: 999px;
}
.tier-card__name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.012em;
  margin-bottom: 14px;
  color: var(--ink);
  line-height: 1.1;
}
.tier-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-mid);
  margin-bottom: 22px;
}
.tier-card__includes {
  list-style: none; padding: 18px 0 0; margin: 0;
  border-top: 1px solid var(--line-fine);
  display: grid; gap: 8px;
}
.tier-card__includes li {
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  display: grid; grid-template-columns: 14px 1fr; gap: 8px;
  align-items: baseline;
  font-family: "Geist Mono", ui-monospace, monospace;
  text-transform: uppercase;
}
.tier-card__includes li::before {
  content: "→"; color: var(--accent); font-family: "Geist", "Inter", sans-serif; font-size: 11px;
}
.tier-card__includes li.is-muted { color: var(--muted); opacity: 0.6; }
.tier-card__includes li.is-muted::before { content: "·"; color: var(--muted); }

/* ---------- QUICK BENTO — 3-card visual answer block ---------- */
.quick-bento {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 12px;
  margin-bottom: 56px;
}
@media (max-width: 880px) {
  .quick-bento { grid-template-columns: 1fr; }
}
.quick-bento__cell {
  position: relative;
  padding: 28px 28px 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: 0 1px 0 rgba(28, 26, 23, 0.02), 0 8px 24px -16px rgba(28, 26, 23, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
  isolation: isolate;
}
.quick-bento__cell::before {
  content: "";
  position: absolute;
  top: 0; left: 24px; right: 24px; height: 2px;
  background: var(--accent);
  border-radius: 2px;
}
.quick-bento__cell::after {
  content: "";
  position: absolute;
  bottom: -40px; right: -40px;
  width: 140px; height: 140px;
  background: radial-gradient(circle, rgba(79, 89, 68, 0.07), transparent 65%);
  pointer-events: none;
  z-index: -1;
}
.quick-bento__cell:hover {
  transform: translateY(-2px);
  border-color: var(--accent-line);
  box-shadow: 0 1px 0 rgba(28, 26, 23, 0.04), 0 22px 36px -22px rgba(28, 26, 23, 0.18);
}
.quick-bento__cell--feature { background: linear-gradient(180deg, #ffffff 0%, var(--surface) 100%); }
.quick-bento__label {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 14px;
}
.quick-bento__label::before {
  content: ""; width: 6px; height: 6px; background: var(--accent); border-radius: 999px;
}
.quick-bento__big {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  letter-spacing: -0.012em;
  line-height: 1.05;
  color: var(--ink);
  margin-bottom: 12px;
}
.quick-bento__big em { color: var(--accent); }
.quick-bento__body {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-mid);
}

/* ---------- TABLE OF CONTENTS — anchor nav for FAQ ---------- */
.toc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 32px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.toc__item {
  display: flex; flex-direction: column; gap: 4px;
  padding: 20px 20px;
  border-left: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  transition: background 220ms ease;
  position: relative;
}
.toc__item:first-child { border-left: 0; }
.toc__item::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 0;
  background: var(--accent);
  transition: height 220ms ease;
}
.toc__item:hover { background: rgba(79, 89, 68, 0.025); }
.toc__item:hover::before { height: 2px; }
.toc__num {
  font-family: "Geist", "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}
.toc__title {
  font-family: "Fraunces", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.005em;
  color: var(--ink);
  line-height: 1.2;
}
.toc__count {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}
@media (max-width: 880px) {
  .toc { grid-template-columns: repeat(2, 1fr); }
  .toc__item:nth-child(3) { border-top: 1px solid var(--line); }
  .tier-grid { grid-template-columns: 1fr; }
  .story-step { grid-template-columns: 1fr; gap: 24px; padding: 48px 0; }
  .story-step--reverse .story-step__visual { order: 0; }
  .story-step--reverse .story-step__body { order: 1; }
  .story-step__visual { min-height: 180px; padding: 16px; }
  .story-step__num { font-size: clamp(7rem, 22vw, 10rem); }
}

/* ---------- PRICE FEATURE — full-width editorial price spread ---------- */
.price-feature {
  position: relative;
  padding: 56px 0 64px;
  isolation: isolate;
  overflow: hidden;
}
.price-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 800px 500px at 30% 30%, rgba(79, 89, 68, 0.06), transparent 60%),
    radial-gradient(ellipse 700px 400px at 80% 70%, rgba(21, 41, 69, 0.04), transparent 60%);
  pointer-events: none;
  z-index: -1;
}
.price-feature__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 880px) {
  .price-feature__inner { grid-template-columns: 1fr; gap: 32px; }
  .price-feature { padding: 40px 0 48px; }
}
.price-feature__lede {
  position: relative;
}
.price-feature__lede .eyebrow {
  font-family: "Geist", "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 20px;
}
.price-feature__lede .eyebrow::before {
  content: ""; width: 32px; height: 1px; background: var(--accent);
}
.price-feature__lede h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.2rem, 3.8vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.014em;
  line-height: 1.05;
  margin-bottom: 18px;
  color: var(--ink);
}
.price-feature__lede h2 em { font-style: italic; color: var(--accent); }
.price-feature__lede p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink-mid);
  max-width: 44ch;
  margin: 0 0 28px;
}
.price-feature__detail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  max-width: 44ch;
}
.price-feature__detail-row {
  display: grid; grid-template-columns: 110px 1fr;
  gap: 16px; align-items: baseline;
}
.price-feature__detail-label {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
.price-feature__detail-value {
  font-size: 14.5px;
  color: var(--ink);
  line-height: 1.55;
}
.price-feature__detail-value em {
  font-style: italic; color: var(--ink-mid); font-weight: 400;
}

/* "Not in the price" companion sub-list within price card */
.price-card__not {
  margin-top: 16px;
  padding-top: 18px;
  border-top: 1px dashed var(--line);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
  display: grid; gap: 6px;
}
.price-card__not strong {
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.14em;
  font-size: 10.5px;
}
.price-card__not span { display: block; line-height: 1.5; }

/* ---------- TRUST STRIP — premium attribution ---------- */
.trust {
  position: relative;
  padding: 26px 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.4) 100%);
  backdrop-filter: blur(10px);
}
.trust::before, .trust::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 240px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-line), transparent);
}
.trust::before { top: 0; }
.trust::after  { bottom: 0; }
.trust__inner {
  display: flex; align-items: center; justify-content: center;
  gap: 0; flex-wrap: wrap;
  font-size: 14px; color: var(--ink-mid);
  letter-spacing: 0.01em;
}
.trust__label {
  font-size: 11.5px; color: var(--accent);
  letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 600;
  margin-right: 28px;
  display: inline-flex; align-items: center; gap: 8px;
}
.trust__label::before {
  content: ""; width: 6px; height: 6px; border-radius: 999px;
  background: var(--accent);
}
.trust__sources {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 0;
}
.trust__sources span {
  position: relative;
  padding: 0 18px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  opacity: 0.78;
  transition: color 220ms ease, opacity 220ms ease;
}
.trust__sources:hover span { opacity: 0.55; }
.trust__sources span:hover { color: var(--accent); opacity: 1; }
.trust__sources span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 14px;
  background: var(--line);
}
.trust__link {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-left: 28px;
  border-bottom: 1px solid var(--accent-line);
  padding-bottom: 1px;
  white-space: nowrap;
  transition: color 200ms ease, border-color 200ms ease;
}
.trust__link:hover {
  color: var(--accent-deep);
  border-color: var(--accent);
}
@media (max-width: 640px) {
  .trust__link { margin-left: 0; margin-top: 8px; }
}

/* ---------- SECTION ---------- */
.section { padding: 72px 0; position: relative; }
.section--tight { padding: 48px 0; }
.section__head--small { margin-bottom: 32px; }
.section__head--small h2 {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}
.section__head--small p { font-size: 15px; }

/* ---------- REPEAT-CTA — focused address input lower on page ---------- */
.repeat-cta {
  position: relative;
  padding: 96px 0 88px;
  text-align: center;
  isolation: isolate;
}
.repeat-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 800px 400px at 50% 50%, rgba(79, 89, 68, 0.06), transparent 70%);
  pointer-events: none;
  z-index: -1;
}
.repeat-cta::after {
  content: "";
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 280px; height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--accent-line) 50%, transparent 100%);
}
.repeat-cta__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}
.repeat-cta__eyebrow::before,
.repeat-cta__eyebrow::after {
  content: ""; width: 24px; height: 1px; background: var(--accent-line);
}
.repeat-cta h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -0.014em;
  line-height: 1.06;
  color: var(--ink);
  margin-bottom: 14px;
  max-width: 22ch; margin-left: auto; margin-right: auto;
}
.repeat-cta h2 em {
  font-style: italic;
  color: var(--accent);
  font-weight: 500;
}
.repeat-cta p {
  font-size: 15.5px;
  color: var(--ink-mid);
  line-height: 1.6;
  max-width: 56ch;
  margin: 0 auto 28px;
}
.repeat-cta__intake {
  margin: 0 auto 16px;
  max-width: 560px;
  background: #ffffff;
  box-shadow:
    0 1px 0 rgba(28, 26, 23, 0.04),
    0 24px 48px -28px rgba(28, 26, 23, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
}
.repeat-cta__sub {
  font-size: 12.5px;
  color: var(--muted);
  letter-spacing: 0.06em;
  margin-top: 8px;
}
.section--alt {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}
/* soft gradient transitions instead of hard color cuts */
.section--alt::before {
  content: "";
  position: absolute;
  top: -1px; left: 0; right: 0; height: 60px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
  pointer-events: none;
}
.section--alt::after {
  content: "";
  position: absolute;
  bottom: -1px; left: 0; right: 0; height: 60px;
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
  pointer-events: none;
}
.section__kicker {
  display: inline-block;
  font-size: 12px; font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 14px;
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  border: 1px solid var(--accent-line);
}
.section__head {
  max-width: 720px; margin: 0 auto 40px;
  text-align: center;
}
.section__head h2 {
  font-family: "Fraunces", "Geist", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -0.012em;
  line-height: 1.02;
  font-weight: 400;
  margin-bottom: 16px;
  color: var(--ink);
}
.section__head h2 em {
  font-style: italic;
  color: var(--accent);
  font-weight: 500;
}
.section__head p {
  font-size: 15.5px; color: var(--ink-mid); margin: 0;
  max-width: 56ch; margin: 0 auto;
  line-height: 1.55;
}

/* ---------- EDITORIAL PHOTO BAND ---------- */
.photo-band {
  position: relative;
  height: 460px;
  overflow: hidden;
  isolation: isolate;
}
.photo-band__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 55%;
  z-index: 0;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1200ms ease, transform 12s ease-out;
}
.photo-band__bg.is-ready { opacity: 1; transform: scale(1); }
.photo-band__overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(110deg, rgba(21, 41, 69, 0.78) 0%, rgba(21, 41, 69, 0.55) 50%, rgba(21, 41, 69, 0.20) 100%);
  pointer-events: none;
}
.photo-band__inner {
  position: relative; z-index: 2;
  height: 100%;
  display: flex; align-items: center;
}
.photo-band__quote {
  max-width: 640px;
  color: #ffffff;
  padding: 0 var(--s-3, 16px);
}
.photo-band__quote .mark {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 96px;
  line-height: 0.6;
  color: #b8e0d6;
  display: block;
  margin-bottom: 8px;
  opacity: 0.6;
}
.photo-band__quote p {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: -0.005em;
  color: #ffffff;
  margin-bottom: 24px;
  text-shadow: 0 2px 28px rgba(8, 18, 36, 0.45);
}
.photo-band__quote p em {
  font-style: italic; color: #b8e0d6;
}
.photo-band__attr {
  font-family: "Geist", "Inter", sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  display: inline-flex; align-items: center; gap: 12px;
}
.photo-band__attr::before {
  content: ""; width: 32px; height: 1px; background: rgba(255, 255, 255, 0.5);
}

/* slim variant for subpages — quieter editorial moment */
.photo-band--slim { height: 320px; }
.photo-band--slim .photo-band__quote p {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  margin-bottom: 18px;
}
.photo-band--slim .photo-band__quote .mark {
  font-size: 72px;
}

/* ---------- VERIFIED SEAL ---------- */
.seal {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px;
  background:
    linear-gradient(135deg, rgba(79, 89, 68, 0.05), transparent);
  border: 1px solid var(--accent-line);
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
.seal__mark {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--accent);
  color: #ffffff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.seal__mark::before {
  content: "";
  position: absolute; inset: -3px;
  border-radius: 50%;
  border: 1px dashed var(--accent-line);
}
.seal__mark svg { width: 10px; height: 10px; }

/* ---------- WHY BENTO (differentiators) ---------- */
.why-bento {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 14px;
}
.why-cell {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.5) 0%, var(--surface) 100%);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color 240ms ease, transform 240ms ease, box-shadow 240ms ease;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.7) inset,
    0 1px 1px rgba(21, 41, 69, 0.04);
}
.why-cell:hover {
  border-color: var(--accent-line);
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.7) inset,
    0 18px 36px rgba(21, 41, 69, 0.08),
    0 4px 12px rgba(21, 41, 69, 0.05);
}
.why-cell h3 { font-size: 19px; letter-spacing: -0.018em; line-height: 1.25; color: var(--ink); }
.why-cell p { font-size: 14.5px; color: var(--ink-mid); margin: 0; line-height: 1.55; }
.why-cell__icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  margin-bottom: 4px;
}
.why-cell__icon::after {
  /* subtle highlight ring on the icon */
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.why-cell__icon svg { width: 22px; height: 22px; }
.why-cell--lg {
  grid-row: span 2;
  background:
    radial-gradient(circle at 100% 0%, rgba(79, 89, 68, 0.12), transparent 55%),
    linear-gradient(160deg, var(--accent-soft) 0%, var(--surface) 65%);
  border-color: var(--accent-line);
  padding: 40px 36px;
}
.why-cell--lg h3 { font-size: 26px; letter-spacing: -0.024em; line-height: 1.15; }
.why-cell--lg p { font-size: 15.5px; }
.why-cell--lg .why-cell__icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(79, 89, 68, 0.32);
}
.why-cell--lg .why-cell__icon svg { width: 24px; height: 24px; }
/* corner accent line — premium detail */
.why-cell::before {
  content: "";
  position: absolute;
  top: 0; left: 24px;
  width: 56px; height: 1px;
  background: linear-gradient(90deg, var(--accent-line), transparent);
}
.why-cell--lg::before { width: 80px; background: linear-gradient(90deg, var(--accent), transparent); }

/* ---------- COMPARISON TABLE ---------- */
.compare-table {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-1);
}
.compare-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}
.compare-table th, .compare-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line-fine);
  color: var(--ink-mid);
}
.compare-table th {
  font-weight: 500; font-size: 13.5px;
  background: var(--bg-soft);
  color: var(--ink);
}
.compare-table th.hl, .compare-table td.hl {
  background: var(--accent-soft);
  color: var(--ink);
  font-weight: 500;
}
.compare-table th.hl {
  color: var(--accent);
  letter-spacing: 0.01em;
}
.compare-table tr:last-child td { border-bottom: 0; }
.compare-table .yes { color: var(--good); font-weight: 600; }
.compare-table .no { color: var(--muted-soft); }
.compare-table .partial { color: var(--warn); }
.compare-table thead th:first-child { background: var(--surface); }
.compare-table tbody td:first-child { color: var(--ink); font-weight: 500; }

/* ---------- USE CASES ---------- */
.built-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.built-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 26px 22px;
  display: flex; flex-direction: column; gap: 10px;
  transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}
.built-card:hover { border-color: var(--accent-line); transform: translateY(-2px); box-shadow: var(--shadow-1); }
.built-card__label {
  display: inline-block;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px; letter-spacing: 0.06em;
  color: var(--accent); text-transform: uppercase;
  font-weight: 500;
}
.built-card h3 { font-size: 18px; letter-spacing: -0.018em; }
.built-card p { font-size: 14px; color: var(--ink-mid); margin: 0; line-height: 1.55; }

/* ---------- PRODUCT PREVIEW (PDF pages) ---------- */
.receive {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: center;
}
.receive__copy h3 { font-size: 22px; letter-spacing: -0.022em; margin-bottom: 16px; }
.receive__copy ul {
  list-style: none; padding: 0; margin: 0 0 24px;
  display: grid; gap: 10px;
}
.receive__copy li {
  display: grid; grid-template-columns: 18px 1fr;
  gap: 12px; align-items: baseline;
  padding: 12px 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r);
  font-size: 14.5px; color: var(--ink);
}
.receive__copy li::before {
  content: ""; width: 6px; height: 6px;
  border-radius: 99px; background: var(--accent);
  margin-top: 6px;
}
.receive__pages {
  position: relative;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.receive__page {
  aspect-ratio: 8.5 / 11;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 16px 14px;
  font-size: 9px; line-height: 1.4;
  color: var(--ink-mid);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 18px 40px rgba(21, 41, 69, 0.12),
    0 4px 10px rgba(21, 41, 69, 0.05);
  transition: transform 360ms cubic-bezier(0.2, 0.9, 0.2, 1);
}
.receive__page:nth-child(1) { transform: rotate(-2deg) translateY(8px); }
.receive__page:nth-child(2) { transform: translateY(-4px) scale(1.04); z-index: 2; }
.receive__page:nth-child(3) { transform: rotate(2deg) translateY(8px); }
.receive__pages:hover .receive__page:nth-child(1) { transform: rotate(-3deg) translate(-4px, 4px); }
.receive__pages:hover .receive__page:nth-child(2) { transform: translateY(-10px) scale(1.06); }
.receive__pages:hover .receive__page:nth-child(3) { transform: rotate(3deg) translate(4px, 4px); }
.receive__brand {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 7px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent);
  border-bottom: 1px solid var(--line-fine);
  padding-bottom: 6px; margin-bottom: 8px;
  display: flex; justify-content: space-between;
}
.receive__title {
  font-weight: 500; font-size: 11px; color: var(--ink);
  letter-spacing: -0.005em; margin-bottom: 3px;
}
.receive__sub { font-size: 8px; color: var(--muted); margin-bottom: 8px; }
.receive__row {
  display: grid; grid-template-columns: 38px 1fr;
  gap: 6px; padding: 4px 0;
  border-top: 1px dashed var(--line-fine);
}
.receive__row:first-of-type { border-top: 0; }
.receive__row .lab {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 7px; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--muted);
}
.receive__row .vl { font-size: 8px; color: var(--ink); line-height: 1.3; }
.receive__chart {
  margin-top: 8px;
  display: grid; grid-template-columns: repeat(8, 1fr);
  gap: 1px; align-items: end; height: 28px;
}
.receive__chart i { display: block; border-radius: 2px 2px 0 0; }

/* ---------- TESTIMONIALS ---------- */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.testimonial {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 28px 26px;
  display: flex; flex-direction: column; gap: 16px;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.testimonial:hover { border-color: var(--accent-line); box-shadow: var(--shadow-1); }
.testimonial__mark {
  width: 24px; height: 24px;
  color: var(--accent); opacity: 0.7;
}
.testimonial p {
  margin: 0; font-size: 15.5px; line-height: 1.55;
  letter-spacing: -0.012em; color: var(--ink-soft);
}
.testimonial__attr {
  display: flex; flex-direction: column; gap: 2px;
  margin-top: auto; padding-top: 14px;
  border-top: 1px solid var(--line-fine);
  font-size: 13px;
}
.testimonial__attr strong { color: var(--ink); font-weight: 500; }
.testimonial__attr span { color: var(--muted); font-family: "Geist Mono", ui-monospace, monospace; font-size: 11.5px; letter-spacing: 0.02em; }

/* ---------- FINAL CTA ---------- */
.final-cta {
  position: relative;
  padding: 100px 0 110px;
  background:
    radial-gradient(ellipse 60% 100% at 50% 100%, var(--accent-soft) 0%, transparent 70%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-warm) 100%);
  text-align: center;
  border-top: 1px solid var(--line-fine);
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 240px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-line), transparent);
}
.final-cta h2 {
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  letter-spacing: -0.034em;
  margin-bottom: 16px;
}
.final-cta h2 em { font-style: normal; color: var(--accent); font-weight: 500; }
.final-cta__sub {
  font-size: 17px; color: var(--ink-mid);
  max-width: 56ch; margin: 0 auto 36px;
}
.final-cta .hero__intake {
  background: var(--surface);
  border-color: var(--line);
  box-shadow: var(--shadow-2);
}
.final-cta .hero__intake input { color: var(--ink); }
.final-cta__note {
  margin-top: 20px;
  font-size: 13px; color: var(--muted);
  display: inline-flex; align-items: center; gap: 8px;
}
.final-cta__note::before {
  content: ""; width: 6px; height: 6px; border-radius: 99px; background: var(--good);
}

/* ---------- VALUE PROPS ---------- */
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.value {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 36px 32px 32px;
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
  box-shadow: 0 1px 0 rgba(28, 26, 23, 0.02), 0 8px 24px -16px rgba(28, 26, 23, 0.08);
  overflow: hidden;
}
.value::after {
  content: "";
  position: absolute;
  top: 0; right: 0;
  width: 120px; height: 120px;
  background: radial-gradient(circle at top right, rgba(79, 89, 68, 0.08), transparent 70%);
  pointer-events: none;
}
.value:hover {
  border-color: var(--accent-line);
  transform: translateY(-3px);
  box-shadow: 0 1px 0 rgba(28, 26, 23, 0.04), 0 22px 40px -22px rgba(28, 26, 23, 0.18);
}
.value__icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent-soft) 0%, rgba(79, 89, 68, 0.04) 100%);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
  border: 1px solid rgba(79, 89, 68, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.value__icon svg { width: 22px; height: 22px; }
.value h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: -0.014em;
  color: var(--ink);
}
.value p { font-size: 14.5px; line-height: 1.6; color: var(--ink-mid); }

/* ---------- LANES (8 cells with icons) ---------- */
.lanes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.lane {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.5) 0%, var(--surface) 100%);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 24px 20px;
  font-size: 14.5px;
  color: var(--ink-soft);
  display: flex; align-items: flex-start; gap: 14px;
  transition: border-color 240ms ease, transform 240ms ease, box-shadow 240ms ease;
  position: relative;
  box-shadow: 0 1px 0 rgba(255,255,255,0.7) inset;
}
.lane:hover {
  border-color: var(--accent-line);
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.7) inset,
    0 12px 28px rgba(21, 41, 69, 0.08);
}
.lane__icon {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
}
.lane__icon svg { width: 18px; height: 18px; }
.lane__body { display: flex; flex-direction: column; gap: 2px; }
.lane__num {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px; color: var(--muted);
  letter-spacing: 0.06em;
  font-weight: 500;
}
.lane__name {
  font-size: 14.5px;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

/* ---------- SCOPE BLOCK — what this is not ---------- */
.scope {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.scope__item {
  padding: 22px 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.4) 0%, var(--surface) 100%);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent-line);
  border-radius: var(--r);
  font-size: 14.5px; color: var(--ink-mid);
  line-height: 1.55;
  display: flex; align-items: flex-start; gap: 12px;
  transition: border-left-color 240ms ease, box-shadow 240ms ease;
}
.scope__item:hover {
  border-left-color: var(--accent);
  box-shadow: 0 1px 0 rgba(255,255,255,0.7) inset, 0 6px 18px rgba(21, 41, 69, 0.06);
}
.scope__item::before {
  content: "—";
  color: var(--accent);
  font-weight: 500;
  font-size: 14px;
  flex-shrink: 0;
}
.scope__item strong { color: var(--ink); font-weight: 500; display: block; margin-bottom: 2px; font-size: 15px; }

/* ---------- NAV CARDS — premium with icons + gradient corner ---------- */
.nav-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.nav-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(79, 89, 68, 0.08), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,0.5) 0%, var(--surface) 100%);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 10px;
  transition: border-color 240ms ease, transform 240ms ease, box-shadow 240ms ease;
  box-shadow: 0 1px 0 rgba(255,255,255,0.7) inset;
}
.nav-card:hover {
  border-color: var(--accent-line);
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.7) inset,
    0 18px 36px rgba(21, 41, 69, 0.10),
    0 4px 12px rgba(21, 41, 69, 0.05);
}
.nav-card::before {
  content: "";
  position: absolute;
  top: 0; left: 28px;
  width: 64px; height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
}
.nav-card__icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 4px;
  position: relative;
}
.nav-card__icon::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.nav-card__icon svg { width: 22px; height: 22px; }
.nav-card__label {
  font-size: 11.5px; font-weight: 600;
  color: var(--accent); letter-spacing: 0.14em; text-transform: uppercase;
}
.nav-card h3 { font-size: 22px; letter-spacing: -0.022em; margin-bottom: 4px; }
.nav-card p { font-size: 14.5px; color: var(--ink-mid); margin: 0; line-height: 1.55; }
.nav-card__cta {
  margin-top: 16px;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 500; color: var(--accent);
  transition: gap 240ms ease;
}
.nav-card:hover .nav-card__cta { gap: 14px; }

/* ---------- STEPS (How it works) ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
}
.step {
  position: relative;
  padding: 32px 28px 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: 0 1px 0 rgba(28, 26, 23, 0.02), 0 8px 24px -16px rgba(28, 26, 23, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.step::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--accent) 0%, rgba(79, 89, 68, 0.12) 100%);
  border-radius: var(--r-lg) var(--r-lg) 0 0;
}
.step:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 0 rgba(28, 26, 23, 0.04), 0 18px 36px -20px rgba(28, 26, 23, 0.18);
  border-color: rgba(79, 89, 68, 0.25);
}
.step__num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ink) 0%, #1f3554 100%);
  color: #ffffff;
  font-family: "Fraunces", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px -4px rgba(28, 26, 23, 0.35);
}
.step h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: -0.012em;
  color: var(--ink);
}
.step p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-mid);
  max-width: 36ch;
}

/* ---------- PRICING ---------- */
.price-card {
  max-width: 520px; margin: 0 auto;
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, var(--surface) 100%);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px 32px 28px;
  box-shadow:
    0 1px 0 rgba(28, 26, 23, 0.03),
    0 24px 60px -28px rgba(28, 26, 23, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  text-align: left;
  isolation: isolate;
}
.price-card::before {
  content: "";
  position: absolute;
  top: 0; left: 24px; right: 24px; height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--accent) 50%, transparent 100%);
  border-radius: 2px;
}
.price-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: var(--r-lg);
  background: radial-gradient(120% 80% at 50% 0%, rgba(79, 89, 68, 0.06), transparent 60%);
  pointer-events: none;
}
.price-card__name {
  font-size: 12px; color: var(--accent); font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 10px;
}
.price-card__name::before {
  content: ""; width: 18px; height: 1px; background: var(--accent); opacity: 0.5;
}
.price-card__price {
  font-family: "Fraunces", Georgia, serif;
  font-size: 72px; font-weight: 400; line-height: 1;
  letter-spacing: -0.02em; color: var(--ink); margin-bottom: 6px;
}
.price-card__price .currency {
  font-size: 28px; vertical-align: top; line-height: 1.6; opacity: 0.55; margin-right: 6px;
  font-family: "Geist", "Inter", sans-serif;
  font-weight: 500;
}
.price-card__per { font-size: 14.5px; color: var(--muted); margin-bottom: 24px; }
.price-card ul {
  list-style: none; padding: 20px 0 0; margin: 0 0 24px;
  display: grid; gap: 10px;
  border-top: 1px solid var(--line-fine);
}
.price-card li {
  display: grid; grid-template-columns: 18px 1fr;
  gap: 10px; align-items: baseline;
  font-size: 14.5px; color: var(--ink-mid);
}
.price-card li::before { content: "✓"; color: var(--accent); font-weight: 600; font-size: 13px; }
.price-card .btn-primary { width: 100%; justify-content: center; padding: 14px 22px; font-size: 15px; }
.price-card__note {
  margin-top: 12px;
  font-size: 13px; color: var(--muted); text-align: center;
}

/* ---------- SOURCES, NAMED PLAINLY — publication-style source key ---------- */
.sources-detail {
  position: relative;
}
/* Override the legacy heavy 2-column layout below — we'll convert the existing
   .sources-list into a tight single-column publication source key */
.sources-list {
  grid-template-columns: 1fr !important;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface);
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(28, 26, 23, 0.02), 0 12px 28px -20px rgba(28, 26, 23, 0.10);
}
.sources-list__row {
  grid-template-columns: 100px 1.2fr 2fr !important;
  gap: 20px !important;
  padding: 14px 22px !important;
  border-right: 0 !important;
  border-bottom: 1px solid var(--line-fine);
  align-items: baseline !important;
}
.sources-list__row:last-child { border-bottom: 0; }
.sources-list__row:hover { background: var(--accent-tint); }
.sources-list__row .sources-list__abbrev {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  padding-top: 2px;
}
.sources-list__row .sources-list__abbrev::before { display: none; }
.sources-list__row .sources-list__body {
  display: contents;
}
.sources-list__row .sources-list__body strong {
  font-family: "Fraunces", Georgia, serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  letter-spacing: -0.012em;
  color: var(--ink);
  display: block !important;
  margin: 0 !important;
}
.sources-list__row .sources-list__body span {
  font-size: 13.5px !important;
  color: var(--ink-mid) !important;
  line-height: 1.45 !important;
  display: block !important;
}
@media (max-width: 720px) {
  .sources-list__row {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
    padding: 14px 18px !important;
  }
  .sources-list__row .sources-list__body { display: block; }
}
.sources-detail::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(79, 89, 68, 0.04), transparent 50%),
    radial-gradient(circle at 85% 75%, rgba(21, 41, 69, 0.04), transparent 50%);
  pointer-events: none;
}
.sources-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  position: relative;
}
.sources-list__row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 32px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
  position: relative;
  align-items: baseline;
  transition: background 220ms ease;
}
.sources-list__row:hover { background: rgba(79, 89, 68, 0.025); }
.sources-list__row:nth-child(odd) {
  border-right: 1px solid var(--line);
}
@media (max-width: 880px) {
  .sources-list { grid-template-columns: 1fr; }
  .sources-list__row { grid-template-columns: 110px 1fr; gap: 20px; padding: 20px 0; }
  .sources-list__row:nth-child(odd) { border-right: none; }
}
.sources-list__abbrev {
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex; align-items: center; gap: 8px;
}
.sources-list__abbrev::before {
  content: "";
  width: 6px; height: 6px;
  background: var(--accent);
  border-radius: 999px;
  flex: none;
}
.sources-list__body strong {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: -0.012em;
  color: var(--ink);
  display: block;
  margin-bottom: 4px;
}
.sources-list__body span {
  font-size: 13.5px;
  color: var(--ink-mid);
  line-height: 1.5;
  display: block;
}

/* ---------- MOMENTS — when to use it (audience scenarios) ---------- */
.moments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
.moment {
  position: relative;
  padding: 32px 26px 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  box-shadow: 0 1px 0 rgba(28, 26, 23, 0.02), 0 8px 24px -16px rgba(28, 26, 23, 0.08);
  display: flex; flex-direction: column;
  isolation: isolate;
  overflow: hidden;
}
.moment::before {
  content: "";
  position: absolute;
  left: 0; top: 32px;
  width: 3px; height: 28px;
  background: var(--accent);
  border-radius: 0 2px 2px 0;
  opacity: 0.85;
  transition: height 220ms ease, top 220ms ease;
}
.moment::after {
  content: "";
  position: absolute;
  right: -40px; bottom: -40px;
  width: 140px; height: 140px;
  background: radial-gradient(circle, rgba(79, 89, 68, 0.08), transparent 65%);
  pointer-events: none;
  z-index: -1;
}
.moment:hover {
  transform: translateY(-3px);
  border-color: rgba(79, 89, 68, 0.28);
  box-shadow: 0 1px 0 rgba(28, 26, 23, 0.04), 0 22px 40px -22px rgba(28, 26, 23, 0.18);
}
.moment:hover::before { height: 44px; top: 24px; }
.moment__when {
  font-family: "Geist", "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  padding-left: 14px;
}
.moment h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin-bottom: 10px;
  line-height: 1.2;
  padding-left: 14px;
}
.moment p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--ink-mid);
  padding-left: 14px;
}

/* ---------- FAQ ---------- */
.faq__list { display: grid; gap: 0; }
.faq__item {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  position: relative;
  transition: padding-left 220ms ease;
}
.faq__item::before {
  content: "";
  position: absolute;
  left: 0; top: 28px;
  width: 0; height: 16px;
  background: var(--accent);
  border-radius: 2px;
  transition: width 220ms ease;
}
.faq__item:hover { padding-left: 16px; }
.faq__item:hover::before { width: 3px; }
.faq__item:last-child { border-bottom: 1px solid var(--line); }
.faq__q {
  font-family: "Fraunces", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.012em;
  margin-bottom: 10px;
  color: var(--ink);
  line-height: 1.25;
}
.faq__a {
  color: var(--ink-mid);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
  max-width: 64ch;
}
.faq__group-head {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 40px 0 8px;
  display: flex; align-items: baseline; gap: 12px;
}
.faq__group-head:first-of-type { margin-top: 0; }
.faq__group-head::before {
  content: "";
  width: 28px; height: 1px;
  background: var(--accent);
  flex: none;
}
.faq__group-eyebrow {
  font-family: "Geist", "Inter", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-left: auto;
  opacity: 0.7;
}
.faq__contact {
  margin-top: 48px;
  padding: 32px 28px;
  background: linear-gradient(180deg, #ffffff 0%, var(--surface) 100%);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  text-align: center;
  position: relative;
  box-shadow: 0 1px 0 rgba(28, 26, 23, 0.02), 0 14px 32px -20px rgba(28, 26, 23, 0.12);
}
.faq__contact::before {
  content: "";
  position: absolute;
  top: -1px; left: 50%; transform: translateX(-50%);
  width: 64px; height: 2px;
  background: var(--accent);
  border-radius: 0 0 2px 2px;
}
.faq__contact h3 {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.012em;
  margin-bottom: 10px;
  color: var(--ink);
}
.faq__contact p {
  font-size: 14.5px;
  color: var(--ink-mid);
  margin-bottom: 22px;
  max-width: 44ch;
  margin-left: auto; margin-right: auto;
}

/* ---------- FOOTER ---------- */
/* ---------- SCROLL PROGRESS — thin reading-progress bar on subpages ---------- */
.scroll-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 2px;
  z-index: 100;
  background: rgba(79, 89, 68, 0.08);
  pointer-events: none;
}
.scroll-progress__fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--accent) 0%, #b8e0d6 100%);
  transition: width 80ms linear;
  box-shadow: 0 0 8px rgba(79, 89, 68, 0.4);
}

/* ---------- PHOTO GRID — magazine-style asymmetric photo collection ---------- */
.photo-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 12px;
}
@media (max-width: 880px) {
  .photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 200px 200px; }
  .photo-grid__cell--feature { grid-column: span 2; }
}
@media (max-width: 540px) {
  .photo-grid { grid-template-columns: 1fr; grid-template-rows: 220px 220px 220px 220px; }
  .photo-grid__cell--feature { grid-column: auto; }
}
.photo-grid__cell {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--surface-alt);
  isolation: isolate;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.photo-grid__cell:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -16px rgba(28, 26, 23, 0.25);
}
.photo-grid__cell--feature { grid-row: span 2; }
.photo-grid__cell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--photo-grid-img, none);
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 800ms ease, transform 6s ease-out;
}
.photo-grid__cell.is-ready::before { opacity: 1; transform: scale(1); }
.photo-grid__cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(28, 26, 23, 0.65) 100%);
  z-index: 0;
  pointer-events: none;
}
.photo-grid__caption {
  position: absolute;
  left: 18px; right: 18px; bottom: 14px;
  z-index: 1;
  color: rgba(255, 250, 234, 0.96);
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(8, 18, 36, 0.5);
}
.photo-grid__caption-mono {
  display: block;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 250, 234, 0.68);
  margin-bottom: 4px;
}

/* ---------- MASTHEAD — magazine nameplate moment ---------- */
.masthead {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.masthead__title {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0;
  line-height: 1;
}
.masthead__title em { color: var(--accent); }
.masthead__meta {
  display: flex; gap: 24px; flex-wrap: wrap;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.masthead__meta span { display: inline-flex; align-items: center; gap: 8px; }
.masthead__meta span:not(:last-child)::after {
  content: ""; width: 1px; height: 12px; background: var(--line); margin-left: 24px;
}
.masthead__meta strong {
  color: var(--accent);
  font-weight: 500;
  letter-spacing: 0.16em;
}

/* ---------- STATE MARK — Massachusetts silhouette decoration ---------- */
.state-mark {
  display: inline-block;
  color: var(--accent);
  opacity: 0.18;
  pointer-events: none;
}
.state-mark svg { display: block; width: 100%; height: auto; }

/* ---------- DROP CAP — magazine first-letter treatment ---------- */
.drop-cap::first-letter {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 4.6em;
  line-height: 0.85;
  float: left;
  margin: 6px 12px -4px 0;
  color: var(--accent);
  font-weight: 400;
}

/* ---------- REPORT OVERVIEW — what's checked + sample preview, two columns ---------- */
.report-overview {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 880px) {
  .report-overview { grid-template-columns: 1fr; gap: 40px; }
}
.report-overview__head {
  margin-bottom: 28px;
}
.report-overview__kicker {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 14px;
}
.report-overview__kicker::before {
  content: ""; width: 6px; height: 6px; background: var(--accent); border-radius: 999px;
}
.report-overview__title {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.7rem, 2.8vw, 2.3rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0 0 14px;
}
.report-overview__title em { font-style: italic; color: var(--accent); }
.report-overview__lede {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
  color: var(--ink-mid);
  margin: 0 0 0;
  max-width: 56ch;
}
/* ---------- INSIDE-THE-REPORT SECTION — soft warm band lifts the whole panel ---------- */
.section--inside-report {
  background: linear-gradient(180deg, #fbf8ee 0%, var(--bg-warm) 100%);
  border-top: 1px solid var(--line-fine);
  border-bottom: 1px solid var(--line-fine);
  position: relative;
}

/* ---------- CHECKS LIST — Fraunces italic numbers in olive ---------- */
.report-overview__col { min-width: 0; }

.checks-list {
  list-style: none; padding: 0; margin: 24px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 640px) { .checks-list { grid-template-columns: 1fr; column-gap: 0; } }
.checks-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 18px 0;
  border-top: 1px solid var(--line-fine);
  position: relative;
  transition: background 220ms ease;
}
.checks-list li:nth-child(1),
.checks-list li:nth-child(2) { border-top: 0; }
@media (max-width: 640px) {
  .checks-list li:nth-child(2) { border-top: 1px solid var(--line-fine); }
}
.checks-list li:hover { background: rgba(79, 89, 68, 0.04); }
.checks-list__num {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1;
  color: var(--accent);
  font-weight: 400;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  font-variation-settings: "opsz" 36, "SOFT" 50;
  text-align: right;
  padding-right: 4px;
}
.checks-list__name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--ink);
  letter-spacing: -0.008em;
  font-variation-settings: "opsz" 18;
}

/* ---------- REPORT SHAPE — color-coded section panel ---------- */
.report-shape {
  position: sticky;
  top: 96px;
  align-self: start;
  background:
    linear-gradient(180deg, #ffffff 0%, #faf5e6 100%);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 28px 28px 24px;
  box-shadow:
    0 1px 0 rgba(28, 26, 23, 0.02),
    0 18px 48px -32px rgba(28, 26, 23, 0.22);
}
@media (max-width: 880px) { .report-shape { position: static; } }
.report-shape__kicker {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 20px;
}
.report-shape__kicker::before {
  content: ""; width: 22px; height: 1px; background: var(--accent);
}
.report-shape__rows {
  list-style: none; padding: 0; margin: 0;
}
.report-shape__row {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 18px;
  padding: 20px 0 20px 14px;
  border-top: 1px solid var(--line-fine);
  position: relative;
  align-items: center;
}
.report-shape__row:first-child { border-top: 0; padding-top: 0; }
.report-shape__row:last-child { padding-bottom: 0; }
.report-shape__row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px; bottom: 18px;
  width: 3px;
  border-radius: 2px;
}
.report-shape__row:first-child::before { top: 0; }
.report-shape__row:last-child::before { bottom: 0; }
.report-shape__row--a::before { background: var(--accent); }
.report-shape__row--b::before { background: #b58a4a; }
.report-shape__row--c::before { background: var(--ink-mid); }

.report-shape__roman {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 38px;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: -0.025em;
  font-variation-settings: "opsz" 144, "SOFT" 60;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.report-shape__row--a .report-shape__roman { color: var(--accent); }
.report-shape__row--b .report-shape__roman { color: #b58a4a; }
.report-shape__row--c .report-shape__roman { color: var(--ink-mid); }

.report-shape__body { display: flex; flex-direction: column; gap: 4px; }
.report-shape__page {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
}
.report-shape__row--a .report-shape__page { color: var(--accent); }
.report-shape__row--b .report-shape__page { color: #8a6432; }
.report-shape__row--c .report-shape__page { color: var(--ink-mid); }
.report-shape__name {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.05rem, 1.55vw, 1.2rem);
  font-weight: 400;
  letter-spacing: -0.012em;
  color: var(--ink);
  line-height: 1.18;
  font-variation-settings: "opsz" 24;
}
.report-shape__sub {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 13px;
  color: var(--ink-mid);
  font-variation-settings: "opsz" 14;
  margin-top: 2px;
}
.report-shape__foot {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 22px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-weight: 600;
  text-align: center;
}

/* ---------- STANDFIRST — magazine-standfirst section, "you" voice + what we do + who reads it ---------- */
.section--standfirst {
  padding: 72px 0 64px;
}
.standfirst {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(18px, 2.1vw, 22px);
  line-height: 1.55;
  color: var(--ink);
  margin: 0 auto 22px;
  max-width: 64ch;
  font-variation-settings: "opsz" 24, "SOFT" 30;
  font-weight: 400;
  letter-spacing: -0.005em;
}
.standfirst em {
  font-style: italic;
  color: var(--accent);
}
.standfirst--offer {
  padding-top: 22px;
  border-top: 1px solid var(--accent-line);
  max-width: 56ch;
  margin-bottom: 30px;
}
.standfirst--offer em {
  font-style: italic;
  color: var(--ink);
  font-weight: 500;
}
.standfirst__readby {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin: 0 auto;
  max-width: 72ch;
  text-align: center;
  line-height: 1.7;
}
.standfirst__readby em {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.005em;
  color: var(--ink);
  font-size: 14px;
  font-variation-settings: "opsz" 14;
  font-weight: 400;
}

/* ---------- EXCERPT — single editorial pull-quote of a real Property Check finding ---------- */
.excerpt {
  padding: 88px 0 88px;
  position: relative;
  text-align: center;
}
.excerpt::before, .excerpt::after {
  content: "";
  position: absolute;
  left: 50%; transform: translateX(-50%);
  width: 56px; height: 1px;
  background: var(--accent);
  opacity: 0.85;
}
.excerpt::before { top: 56px; }
.excerpt::after { bottom: 56px; }
.excerpt__caption {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin: 0 auto 32px;
  display: inline-block;
}
.excerpt__caption em {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--ink-mid);
  margin-left: 6px;
  font-weight: 400;
  font-variation-settings: "opsz" 14;
}
.excerpt__body {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  line-height: 1.42;
  color: var(--ink);
  margin: 0 auto 28px;
  max-width: 56ch;
  font-variation-settings: "opsz" 36, "SOFT" 30;
  font-weight: 400;
  letter-spacing: -0.008em;
  text-align: left;
  position: relative;
  padding: 4px 0 4px 28px;
  quotes: none;
}
.excerpt__body::first-letter {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: clamp(58px, 7.5vw, 88px);
  line-height: 0.78;
  float: left;
  margin: 6px 10px 0 0;
  color: var(--accent);
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 80;
  letter-spacing: -0.04em;
  transition: color 380ms ease, font-variation-settings 600ms ease, transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.excerpt:hover .excerpt__body::first-letter {
  color: var(--accent-deep);
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 480;
  transform: translateY(-1px);
}
.excerpt__body::before {
  content: "";
  position: absolute;
  left: 0; top: 4px; bottom: 4px;
  width: 2px;
  background: var(--accent);
  opacity: 0.75;
}
.excerpt__body strong {
  font-weight: 500;
  color: var(--accent-deep);
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.005em;
}
.excerpt__body em {
  font-style: italic;
  color: var(--ink-mid);
}
.excerpt__sources {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin: 0;
}
.excerpt__sources em {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0.04em;
  color: var(--ink-mid);
  font-size: 12px;
  margin-left: 4px;
  font-variation-settings: "opsz" 14;
}

/* ---------- FINALE — single-purpose final CTA, simple and clear ---------- */
.finale {
  padding: 96px 0 88px;
  text-align: center;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-warm) 100%);
  position: relative;
  border-top: 1px solid var(--line-fine);
}
.finale::before {
  content: "";
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 320px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-line), transparent);
}
.finale__kicker {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 18px;
}
.finale__kicker::before, .finale__kicker::after {
  content: ""; width: 24px; height: 1px; background: var(--accent-line);
}
.finale__title {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.04;
  color: var(--ink);
  margin: 0 auto 18px;
  font-variation-settings: "opsz" 80, "SOFT" 30;
  max-width: 22ch;
}
.finale__lede {
  font-family: "Fraunces", Georgia, serif;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ink-mid);
  max-width: 52ch;
  margin: 0 auto 32px;
  font-variation-settings: "opsz" 18;
}
.finale__lede em {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  color: var(--accent);
  font-weight: 500;
}
.finale__intake {
  margin: 0 auto 14px;
  max-width: 560px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow:
    0 1px 0 rgba(28, 26, 23, 0.03),
    0 24px 48px -28px rgba(28, 26, 23, 0.22);
}
.finale__sub {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin: 0 0 36px;
}
.finale__links {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 auto;
  font-weight: 500;
  padding-top: 24px;
  border-top: 1px solid var(--line-fine);
  max-width: 360px;
}
.finale__links a {
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
  transition: color 200ms ease, border-color 200ms ease;
}
.finale__links a:hover {
  color: var(--accent);
  border-color: var(--accent);
}

/* ---------- SCOPE LINE — homepage "what this is not" disclaimer ---------- */
/* ---------- METHOD-LINE — editorial "what we do / what we don't" statement ---------- */
.method-line {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(17px, 1.7vw, 19px);
  line-height: 1.5;
  color: var(--ink);
  letter-spacing: -0.005em;
  max-width: 62ch;
  margin: 0 auto 22px;
  text-align: center;
  font-variation-settings: "opsz" 18, "SOFT" 30;
}
.method-line em {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  color: var(--accent);
  font-weight: 500;
}

.scope-line {
  font-family: "Fraunces", Georgia, serif;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  letter-spacing: -0.005em;
  max-width: 64ch;
  margin: 0 auto;
  padding: 16px 0 0;
  border-top: 1px solid var(--line-fine);
  text-align: center;
  position: relative;
}
.scope-line::before {
  content: "What this is not";
  display: block;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.scope-line strong { color: var(--ink); font-weight: 500; }

/* ---------- FLOW DIAGRAM — illustrated source-to-report visualization
   The "wow" centerpiece: 8 source pills flow into a central hub,
   the hub flows into a stylized report icon. Custom SVG illustration. */
.flow {
  position: relative;
  padding: clamp(56px, 7vw, 96px) 0;
  background:
    radial-gradient(800px 500px at 18% 20%, rgba(154, 114, 57, 0.08), transparent 55%),
    radial-gradient(700px 600px at 84% 80%, rgba(79, 89, 68, 0.10), transparent 55%),
    linear-gradient(180deg, var(--bg-warm) 0%, var(--bg) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.flow__head {
  text-align: center;
  max-width: 56ch; margin: 0 auto 48px;
}
.flow__kicker {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 18px;
}
.flow__kicker::before, .flow__kicker::after {
  content: ""; width: 28px; height: 1px; background: var(--brass);
  opacity: 0.6;
}
.flow__title {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.05;
  color: var(--ink);
  margin: 0 0 12px;
}
.flow__title em { font-style: italic; color: var(--accent); }
.flow__sub {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 16px;
  color: var(--ink-mid);
  line-height: 1.55;
  margin: 0;
}
/* The diagram itself — SVG fills the inner */
.flow__diagram {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}
.flow__diagram svg { width: 100%; height: auto; display: block; }

/* SVG element styling — applied via class on the SVG paths */
.flow svg .source-pill rect {
  fill: #ffffff;
  stroke: var(--line);
  stroke-width: 1;
}
.flow svg .source-pill text {
  fill: var(--ink);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}
.flow svg .source-pill .dot {
  fill: var(--accent);
}
.flow svg .connector {
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.3;
  opacity: 0.45;
  stroke-dasharray: 4 4;
}
.flow svg .hub {
  fill: var(--ink);
}
.flow svg .hub-text {
  fill: var(--surface);
  font-family: "Fraunces", Georgia, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.005em;
}
.flow svg .hub-mono {
  fill: var(--brass-soft);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 0.16em;
}
.flow svg .output {
  fill: #ffffff;
  stroke: var(--accent);
  stroke-width: 1.2;
}
.flow svg .output-band {
  fill: var(--accent);
}
.flow svg .output-line {
  stroke: var(--ink-mid);
  stroke-width: 0.8;
  stroke-linecap: round;
  opacity: 0.5;
}
.flow svg .output-text {
  fill: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 12px;
  font-style: italic;
}
.flow svg .output-mono {
  fill: var(--muted);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
}
.flow svg .central-output-text {
  fill: var(--surface);
  font-family: "Fraunces", Georgia, serif;
  font-size: 14px;
  font-style: italic;
}
.flow__legend {
  margin-top: 36px;
  display: flex; justify-content: center; gap: 28px;
  flex-wrap: wrap;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.flow__legend span { display: inline-flex; align-items: center; gap: 8px; }
.flow__legend strong { color: var(--accent); font-weight: 500; }

/* ---------- MANIFESTO — full-bleed dark editorial contrast moment
   The "wow" beat: charcoal section, cream text, massive italic serif quote.
   Breaks the all-beige rhythm with real chromatic contrast. ---------- */
.manifesto {
  position: relative;
  background: linear-gradient(180deg, var(--ink) 0%, #100e0c 100%);
  color: var(--surface);
  padding: clamp(72px, 10vw, 120px) 0;
  overflow: hidden;
  isolation: isolate;
}
.manifesto::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 500px at 88% 18%, rgba(154, 114, 57, 0.12), transparent 55%),
    radial-gradient(700px 600px at 8% 92%, rgba(79, 89, 68, 0.10), transparent 60%);
  pointer-events: none;
  z-index: -1;
}
.manifesto__inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 880px) {
  .manifesto__inner { grid-template-columns: 1fr; }
}
.manifesto__eyebrow {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 28px;
}
.manifesto__eyebrow::before {
  content: ""; width: 36px; height: 1px; background: var(--brass);
}
.manifesto__quote {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.018em;
  color: rgba(255, 250, 234, 0.96);
  margin: 0 0 32px;
  max-width: 22ch;
}
.manifesto__quote em {
  color: var(--brass-soft);
  font-style: italic;
}
.manifesto__attribution {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(234, 217, 189, 0.7);
  display: inline-flex; align-items: center; gap: 12px;
}
.manifesto__attribution::before {
  content: ""; width: 28px; height: 1px; background: rgba(234, 217, 189, 0.5);
}
.manifesto__visual {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 24px 60px -28px rgba(0, 0, 0, 0.6);
  isolation: isolate;
}
.manifesto__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(16, 14, 12, 0.45) 100%);
  pointer-events: none;
  z-index: 1;
}
.manifesto__visual img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}

/* ---------- BIG STAT — confident typography stat moment ---------- */
.big-stat {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 720px) {
  .big-stat { grid-template-columns: repeat(2, 1fr); }
}
.big-stat__cell {
  padding: 32px 28px;
  border-left: 1px solid var(--line);
  position: relative;
}
.big-stat__cell:first-child { border-left: 0; }
@media (max-width: 720px) {
  .big-stat__cell:nth-child(odd) { border-left: 0; }
  .big-stat__cell:nth-child(3),
  .big-stat__cell:nth-child(4) { border-top: 1px solid var(--line); }
}
.big-stat__num {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(2.4rem, 4.8vw, 3.8rem);
  line-height: 0.95;
  letter-spacing: -0.024em;
  color: var(--ink);
  margin-bottom: 12px;
  display: flex; align-items: baseline; gap: 4px;
}
.big-stat__num em {
  font-size: 0.5em;
  color: var(--brass);
  font-style: italic;
  vertical-align: 0.4em;
  letter-spacing: 0;
}
.big-stat__label {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex; align-items: center; gap: 8px;
}
.big-stat__label::before {
  content: ""; width: 6px; height: 6px; background: var(--accent); border-radius: 999px;
}

/* ---------- STEP MOCKUPS — styled product-UI previews for each story step
   Replaces generic line-drawing SVGs. What Stripe/Linear do on their docs:
   show the user the actual interface they'll meet at each step. ---------- */

/* Common base */
.step-mock {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: var(--r);
  border: 1px solid var(--line);
  box-shadow:
    0 1px 0 rgba(28, 26, 23, 0.03),
    0 18px 36px -20px rgba(28, 26, 23, 0.18);
  isolation: isolate;
}
.step-mock__topbar {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line-fine);
  background: var(--bg-warm);
  border-radius: var(--r) var(--r) 0 0;
}
.step-mock__topbar::before, .step-mock__topbar::after,
.step-mock__topbar > .dot {
  content: ""; width: 8px; height: 8px; border-radius: 999px;
  background: var(--muted-soft); opacity: 0.5;
}
.step-mock__topbar > .url {
  flex: 1;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 9.5px;
  color: var(--muted);
  letter-spacing: 0.08em;
  margin-left: 8px;
  text-transform: lowercase;
}
.step-mock__body { padding: 18px 18px 16px; }

/* Step 01 — address input with autocomplete dropdown */
.step-mock--input .input-row {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px;
  border: 1.5px solid var(--accent);
  border-radius: var(--r-sm);
  box-shadow: 0 0 0 4px var(--accent-tint);
  background: #ffffff;
}
.step-mock--input .input-row svg {
  width: 14px; height: 14px;
  color: var(--accent);
  flex-shrink: 0;
}
.step-mock--input .input-row .typed {
  font-family: "Geist", "Inter", sans-serif;
  font-size: 13.5px;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.step-mock--input .input-row .typed::after {
  content: "";
  display: inline-block;
  width: 1px; height: 13px;
  background: var(--ink);
  margin-left: 1px;
  vertical-align: -2px;
  animation: caret-blink 1s steps(2, start) infinite;
}
@keyframes caret-blink { to { visibility: hidden; } }
.step-mock--input .suggestions {
  margin-top: 8px;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  overflow: hidden;
  background: #ffffff;
}
.step-mock--input .suggestion {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px;
  border-top: 1px solid var(--line-fine);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.step-mock--input .suggestion:first-child { border-top: 0; }
.step-mock--input .suggestion svg { width: 11px; height: 11px; color: var(--muted); flex-shrink: 0; }
.step-mock--input .suggestion strong { color: var(--accent); font-weight: 500; }

/* Step 02 — match card with signal pills */
.step-mock--match { padding: 18px; }
.step-mock--match .meta {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--good);
  display: inline-flex; align-items: center; gap: 6px;
  margin-bottom: 8px;
}
.step-mock--match .meta::before {
  content: ""; width: 6px; height: 6px; background: var(--good); border-radius: 999px;
}
.step-mock--match .addr {
  font-family: "Fraunces", Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.05;
  color: var(--ink);
  margin-bottom: 2px;
}
.step-mock--match .town {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.step-mock--match .pills {
  display: flex; flex-wrap: wrap; gap: 5px;
  padding-top: 12px;
  border-top: 1px solid var(--line-fine);
}
.step-mock--match .pill {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 10.5px;
  color: var(--ink);
  background: #ffffff;
}
.step-mock--match .pill::before {
  content: ""; width: 5px; height: 5px;
  background: var(--good); border-radius: 999px;
}

/* Step 03 — PDF deliverable preview */
.step-mock--pdf {
  background: var(--bg-warm);
  padding: 14px;
}
.step-mock--pdf .pdf-stack {
  display: grid; gap: 8px;
}
.step-mock--pdf .pdf-page {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 10px;
  align-items: center;
  position: relative;
}
.step-mock--pdf .pdf-page::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: var(--accent);
  border-radius: 2px 0 0 2px;
}
.step-mock--pdf .pdf-num {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 16px;
  color: var(--accent);
  font-weight: 500;
}
.step-mock--pdf .pdf-name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.step-mock--pdf .pdf-name em { font-style: italic; color: var(--accent); }
.step-mock--pdf .pdf-pages {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.step-mock--pdf .pdf-foot {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed var(--line);
  display: flex; align-items: center; justify-content: space-between;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.step-mock--pdf .pdf-foot strong { color: var(--accent); font-weight: 500; }

/* Override the old story-step__art container when a mock is inside it */
.story-step__visual:has(.step-mock) { padding: 24px 0; }
.story-step__visual:has(.step-mock)::before,
.story-step__visual:has(.step-mock)::after { display: none; }

/* ---------- DOCS LAYOUT — sticky sidebar TOC + scrolling content
   The elite 2026 pattern: Linear/Stripe/Vercel/Notion all use this.
   Replaces stacked-section slideshow feel with a true designed layout. ---------- */
.docs-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 1000px) {
  .docs-layout { grid-template-columns: 1fr; gap: 24px; }
}
.docs-sidebar {
  position: sticky;
  top: 32px;
  align-self: start;
  padding-right: 8px;
}
@media (max-width: 1000px) {
  .docs-sidebar {
    position: static;
    border-bottom: 1px solid var(--line);
    padding-bottom: 16px;
    padding-right: 0;
  }
}
.docs-sidebar__title {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center; gap: 10px;
}
.docs-sidebar__title::before {
  content: ""; width: 16px; height: 1px; background: var(--accent);
}
.docs-toc {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 2px;
}
.docs-toc__item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: baseline;
  padding: 10px 12px 10px 0;
  text-decoration: none;
  border-left: 2px solid transparent;
  padding-left: 14px;
  margin-left: -16px;
  transition: border-color 200ms ease, background 200ms ease;
  cursor: pointer;
  color: inherit;
}
.docs-toc__item:hover {
  background: var(--accent-tint);
  border-left-color: var(--accent-line);
}
.docs-toc__item.is-active {
  border-left-color: var(--accent);
  background: var(--accent-tint);
}
.docs-toc__num {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--muted);
  font-weight: 500;
}
.docs-toc__item.is-active .docs-toc__num { color: var(--accent); }
.docs-toc__name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 14.5px;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.3;
  color: var(--ink-mid);
}
.docs-toc__item.is-active .docs-toc__name { color: var(--ink); }
.docs-sidebar__foot {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.docs-sidebar__cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px;
  background: var(--ink); color: #ffffff;
  border-radius: 999px;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.005em;
  transition: background 180ms ease, transform 160ms ease;
}
.docs-sidebar__cta:hover { background: var(--accent); transform: translateY(-1px); }
.docs-content {
  display: grid;
  gap: 64px;
}
.docs-content > section {
  scroll-margin-top: 80px;
}
.docs-content > section h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  font-weight: 400;
  letter-spacing: -0.014em;
  line-height: 1.1;
  margin: 0 0 6px;
  color: var(--ink);
  position: relative;
  display: inline-block;
}
.docs-content > section h2::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -8px;
  height: 8px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 8' preserveAspectRatio='none'><path d='M2 5 C 25 2, 50 7, 80 4 S 130 6, 160 3 S 195 5, 198 4' fill='none' stroke='%231a4d4d' stroke-width='1.4' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.5;
}
.docs-content > section h2 em { font-style: italic; color: var(--accent); }
.docs-content > section .lede {
  margin: 22px 0 24px;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-mid);
  max-width: 60ch;
}
.docs-content > section .lede em { font-style: italic; color: var(--accent); }

/* ---------- SCENES STRIP — 4-cell photo row showing MA property variety ---------- */
.scenes-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 880px) {
  .scenes-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .scenes-strip { grid-template-columns: 1fr; }
}
.scenes-strip__cell {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--r);
  overflow: hidden;
  background: var(--surface-alt);
  isolation: isolate;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.scenes-strip__cell::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--scene-img, none);
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 800ms ease, transform 600ms ease;
}
.scenes-strip__cell.is-ready::before { opacity: 1; transform: scale(1); }
.scenes-strip__cell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 70%, rgba(28, 26, 23, 0.18) 100%);
  pointer-events: none;
  z-index: 0;
  transition: background 240ms ease;
}
.scenes-strip__cell:hover::after {
  background: linear-gradient(180deg, transparent 60%, rgba(28, 26, 23, 0.28) 100%);
}
.scenes-strip__cell:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -14px rgba(28, 26, 23, 0.32);
}
.scenes-strip__cell:hover::before { transform: scale(1.04); }
.scenes-strip__caption {
  position: absolute;
  z-index: 1;
  left: 14px; right: 14px; bottom: 12px;
  color: rgba(255, 250, 234, 0.95);
}
.scenes-strip__label {
  display: block;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 250, 234, 0.7);
  margin-bottom: 3px;
}
.scenes-strip__name {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 14.5px;
  font-weight: 400;
  letter-spacing: -0.005em;
  text-shadow: 0 2px 12px rgba(8, 18, 36, 0.5);
}

/* ---------- AUDIENCE LINE — quiet who-this-is-for moment ---------- */
.audience-line {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.5;
  color: var(--ink-mid);
  letter-spacing: -0.005em;
  max-width: 60ch;
  margin: 0 auto;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.audience-line em {
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  color: var(--accent);
  font-weight: 400;
}
.audience-line::before, .audience-line::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 6px; height: 6px;
  border-radius: 999px;
  background: var(--accent);
}
.audience-line::before { top: -3px; }
.audience-line::after  { bottom: -3px; }

/* ---------- CHECKLIST — "What the report checks" 10-item editorial list ---------- */
.report-checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 720px) {
  .report-checks { grid-template-columns: 1fr; }
}
.report-checks__row {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: baseline;
  padding: 16px 20px;
  border-top: 1px solid var(--line-fine);
  transition: background 200ms ease;
}
.report-checks__row:nth-child(1),
.report-checks__row:nth-child(2) { border-top: 0; }
.report-checks__row:nth-child(odd) { border-right: 1px solid var(--line-fine); }
@media (max-width: 720px) {
  .report-checks__row:nth-child(odd) { border-right: 0; }
}
.report-checks__row:hover { background: rgba(79, 89, 68, 0.025); }
.report-checks__num {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 500;
}
.report-checks__name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: var(--ink);
  font-weight: 400;
}
.report-checks__name em {
  font-style: italic;
  color: var(--accent);
}

/* ---------- SAMPLE REPORT PREVIEW — three section cards ---------- */
.sample-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 880px) {
  .sample-preview { grid-template-columns: 1fr; }
}
.sample-card {
  position: relative;
  padding: 32px 28px 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: 0 1px 0 rgba(28, 26, 23, 0.02), 0 8px 24px -16px rgba(28, 26, 23, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  overflow: hidden;
}
.sample-card::before {
  content: "";
  position: absolute;
  top: 0; left: 24px; right: 24px; height: 2px;
  background: var(--accent);
}
.sample-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent-line);
  box-shadow: 0 1px 0 rgba(28, 26, 23, 0.04), 0 22px 40px -22px rgba(28, 26, 23, 0.18);
}
.sample-card__num {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  display: inline-flex; align-items: center; gap: 8px;
}
.sample-card__num::before {
  content: ""; width: 6px; height: 6px; background: var(--accent); border-radius: 999px;
}
.sample-card__name {
  font-family: "Fraunces", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.15;
  margin-bottom: 12px;
  color: var(--ink);
}
.sample-card__name em { font-style: italic; color: var(--accent); }
.sample-card__body {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-mid);
  margin-bottom: 16px;
}
.sample-card__lines {
  list-style: none; padding: 0; margin: 0;
  border-top: 1px solid var(--line-fine);
  padding-top: 14px;
  display: grid; gap: 6px;
}
.sample-card__lines li {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--muted);
  padding-left: 14px;
  position: relative;
}
.sample-card__lines li::before {
  content: "";
  position: absolute;
  left: 0; top: 8px;
  width: 6px; height: 1px;
  background: var(--accent);
}

/* ---------- "WHAT THIS IS NOT" — calm visible disclaimer block ---------- */
.scope-block {
  position: relative;
  padding: 32px 36px;
  background: linear-gradient(180deg, var(--bg-warm) 0%, var(--bg-soft) 100%);
  border: 1px solid var(--line);
  border-left: 3px solid var(--accent);
  border-radius: var(--r-lg);
}
.scope-block__eyebrow {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  display: inline-flex; align-items: center; gap: 8px;
}
.scope-block__eyebrow::before {
  content: ""; width: 6px; height: 6px; background: var(--accent); border-radius: 999px;
}
.scope-block__title {
  font-family: "Fraunces", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.18;
  color: var(--ink);
  margin-bottom: 12px;
}
.scope-block__title em { font-style: italic; color: var(--accent); }
.scope-block__body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-mid);
  max-width: 64ch;
}
.scope-block__body strong {
  color: var(--ink);
  font-weight: 500;
}

/* ---------- HERO SPOTLIGHT — cursor follows on the homepage hero ---------- */
.hero {
  --spot-x: 50%;
  --spot-y: 30%;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    420px 320px at var(--spot-x) var(--spot-y),
    rgba(184, 224, 214, 0.18),
    transparent 65%
  );
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 600ms ease;
  mix-blend-mode: screen;
}
.hero.has-cursor::after { opacity: 1; }

/* ---------- RECENT ADDRESSES — quick-pick chips below the input ---------- */
.recent-addresses {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 14px auto 0;
  max-width: 560px;
}
.recent-addresses.has-items { display: flex; }
.recent-addresses__label {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 0;
}
.recent-addresses__label::before {
  content: ""; width: 16px; height: 1px; background: rgba(255, 255, 255, 0.4);
}
.recent-chip {
  appearance: none; border: 1px solid rgba(255, 255, 255, 0.22); cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  color: rgba(255, 255, 255, 0.92);
  padding: 6px 12px 6px 28px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: -0.005em;
  transition: background 180ms ease, transform 160ms ease, border-color 180ms ease;
  position: relative;
  font-family: inherit;
}
.recent-chip::before {
  content: "";
  position: absolute;
  left: 12px; top: 50%; transform: translateY(-50%);
  width: 10px; height: 10px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round'><path d='M3 8h10M9 4l4 4-4 4'/></svg>") center/contain no-repeat;
  opacity: 0.6;
}
.recent-chip:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-1px);
}
@media (max-width: 720px) {
  .recent-addresses { padding: 0 16px; }
}

/* ---------- SVG PATH-DRAW — animate strokes drawing in on scroll ---------- */
.story-step__art svg path,
.story-step__art svg circle,
.story-step__art svg rect {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 1400ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.story-step.visible .story-step__art svg path,
.story-step.visible .story-step__art svg circle,
.story-step.visible .story-step__art svg rect {
  stroke-dashoffset: 0;
}
.story-step__art svg path:nth-child(2),
.story-step__art svg circle:nth-child(2),
.story-step__art svg rect:nth-child(2) { transition-delay: 120ms; }
.story-step__art svg path:nth-child(3) { transition-delay: 240ms; }
.story-step__art svg path:nth-child(4) { transition-delay: 360ms; }
.story-step__art svg path:nth-child(5) { transition-delay: 480ms; }
.story-step__art svg path:nth-child(6),
.story-step__art svg circle:nth-child(6) { transition-delay: 600ms; }
.story-step__art svg path:nth-child(7) { transition-delay: 720ms; }
.story-step__art svg path:nth-child(8) { transition-delay: 840ms; }
.story-step__art svg path:nth-child(9) { transition-delay: 960ms; }

/* ---------- "AS OF" TIMESTAMP — fresh data marker ---------- */
.as-of {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 5px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
}
.as-of::before {
  content: "";
  width: 6px; height: 6px;
  background: var(--good);
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(44, 110, 61, 0.5);
  animation: as-of-pulse 2s ease-in-out infinite;
}
@keyframes as-of-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(44, 110, 61, 0.5); }
  50% { box-shadow: 0 0 0 6px rgba(44, 110, 61, 0); }
}

/* ---------- COLOPHON — publication signature band before footer ---------- */
.colophon {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.4);
}
.colophon__inner {
  display: flex; flex-wrap: wrap; gap: 24px 56px;
  align-items: center; justify-content: space-between;
}
.colophon__set {
  display: flex; align-items: center; gap: 12px;
}
.colophon__set::before {
  content: ""; width: 6px; height: 6px;
  background: var(--accent); border-radius: 999px;
}
.colophon__edition {
  display: flex; gap: 24px; flex-wrap: wrap;
}
.colophon__edition span {
  display: inline-flex; align-items: center; gap: 8px;
}
.colophon__edition span:not(:last-child)::after {
  content: ""; width: 1px; height: 12px; background: var(--line);
  margin-left: 24px;
}
@media (max-width: 720px) {
  .colophon__inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .colophon__edition { flex-direction: column; gap: 8px; }
  .colophon__edition span:not(:last-child)::after { display: none; }
}

.site-footer {
  padding: 64px 0 32px;
  background: var(--ink); color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 240px; height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(138, 208, 193, 0.4) 50%, transparent 100%);
}
.site-footer .wordmark { color: #ffffff; }
.footer__top {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer__intro p {
  margin-top: 14px; max-width: 38ch;
  font-size: 14px; color: rgba(255, 255, 255, 0.6);
  line-height: 1.55;
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-size: 16px;
}
.footer__nav {
  display: flex; gap: 28px; flex-wrap: wrap;
  font-size: 14.5px; align-items: flex-start;
}
.footer__nav a { color: rgba(255, 255, 255, 0.85); }
.footer__nav a:hover { color: #ffffff; }
.footer__bottom {
  padding-top: 24px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px;
  font-size: 13px; color: rgba(255, 255, 255, 0.5);
}
.footer__bottom p { margin: 0; max-width: 80ch; line-height: 1.5; color: inherit; }
.footer__bottom a { color: rgba(255, 255, 255, 0.65); }
.footer__bottom a:hover { color: #ffffff; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1000px) {
  .built-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials { grid-template-columns: 1fr; }
  .why-bento { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .why-cell--lg { grid-row: auto; grid-column: span 2; }
  .receive { grid-template-columns: 1fr; gap: 32px; }
  .compare-table { overflow-x: auto; }
  .compare-table table { min-width: 720px; }
  .moments { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .values, .steps, .nav-cards, .built-grid { grid-template-columns: 1fr; }
  .why-bento { grid-template-columns: 1fr; }
  .why-cell--lg { grid-column: auto; }
  .lanes { grid-template-columns: repeat(2, 1fr); }
  .scope { grid-template-columns: 1fr; }
  .moments { grid-template-columns: 1fr; }
  .repeat-cta { padding: 64px 0; }
  .repeat-cta h2 { font-size: clamp(1.6rem, 5vw, 2.2rem); }
  .trust { padding: 18px 0; }
  .trust__inner { flex-direction: column; gap: 12px; }
  .trust__label { margin-right: 0; }
  .trust__sources { justify-content: center; }
  .trust__sources span { padding: 0 12px; font-size: 12px; }
  .nav { gap: 14px; font-size: 12.5px; flex-wrap: wrap; justify-content: flex-end; }
  .nav a { white-space: nowrap; }
  .nav__cta { padding: 6px 12px; }
  .footer__top { flex-direction: column; }
  .hero { padding: 110px 0 96px; min-height: 540px; }
  .receive__pages .receive__page:nth-child(1),
  .receive__pages .receive__page:nth-child(3) { display: none; }
  .final-cta { padding: 72px 0 88px; }
}

/* ---------- SCROLL REVEAL ---------- */
.reveal { opacity: 0; transform: translateY(12px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---------- GOOGLE PLACES ADDRESS AUTOCOMPLETE ---------- */
.pac-container {
  z-index: 99999;
  margin-top: 10px;
  border: 1px solid rgba(209, 190, 148, 0.7);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 26px 70px rgba(8, 18, 36, 0.24), 0 8px 22px rgba(8, 18, 36, 0.14);
  font-family: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.pac-item {
  padding: 11px 16px;
  border-top: 1px solid rgba(209, 190, 148, 0.35);
  color: #475569;
  cursor: pointer;
}
.pac-item:first-child { border-top: 0; }
.pac-item:hover,
.pac-item-selected {
  background: #fbf9f3;
}
.pac-item-query {
  color: #102235;
  font-weight: 600;
}
.pac-icon { opacity: 0.58; }

/* ---------- ADDRESS AUTOCOMPLETE DROPDOWN ---------- */
.hero:has(.address-suggestions:not([hidden])) { overflow: visible; z-index: 20; }
.hero__intake.has-address-suggestions { position: relative; }
.hero__intake.is-suggesting::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  border: 1.5px solid rgba(79, 89, 68, 0.38);
  border-top-color: var(--accent);
  border-radius: 999px;
  animation: spin 700ms linear infinite;
  z-index: 3;
}
.address-suggestions {
  /* Avoid transform-based centering here. The dropdown is text-heavy; transform
     compositing can rasterize the first row on fractional pixels while Google
     and fallback suggestions are still resolving. */
  margin-left: max(-360px, calc(-50vw + 16px));
  will-change: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: absolute;
  left: 50%;
  right: auto;
  top: calc(100% + 10px);
  z-index: 80;
  width: min(720px, calc(100vw - 32px));
  max-height: min(500px, 70vh);
  border: 1px solid rgba(209, 190, 148, 0.72);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(8, 18, 36, 0.28), 0 8px 22px rgba(8, 18, 36, 0.16);
  overflow: hidden;
  text-align: left;
  color: var(--ink);
  backface-visibility: hidden;
  contain: paint;
}
.address-suggestions[hidden] { display: none !important; }
.address-suggestions__inner {
  max-height: 430px;
  overflow-y: auto;
  padding: 8px;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  touch-action: pan-y;
}
.address-suggestions__inner::-webkit-scrollbar { width: 10px; }
.address-suggestions__inner::-webkit-scrollbar-track { background: rgba(244, 239, 227, 0.86); border-radius: 999px; }
.address-suggestions__inner::-webkit-scrollbar-thumb { background: rgba(79, 89, 68, 0.34); border-radius: 999px; border: 2px solid rgba(255,255,255,0.92); }
.address-suggestions__inner::-webkit-scrollbar-thumb:hover { background: rgba(79, 89, 68, 0.5); }
.address-suggestion {
  appearance: none;
  width: 100%;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 9px 12px;
  border-radius: 14px;
  cursor: pointer;
  color: var(--ink);
  font: inherit;
  text-align: left;
}
.address-suggestion:hover,
.address-suggestion.is-active {
  background: #f4efe3;
}
.address-suggestion__pin {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: rgba(79, 89, 68, 0.08);
  color: var(--accent);
}
.address-suggestion__pin svg { width: 15px; height: 15px; }
.address-suggestion__text { min-width: 0; display: block; }
.address-suggestion__text strong {
  display: block;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.address-suggestion__text small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 12.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.address-suggestions__powered {
  border-top: 1px solid rgba(209, 190, 148, 0.38);
  padding: 8px 16px 10px;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(71, 85, 105, 0.78);
  text-align: right;
}
@media (max-width: 720px) {
  .address-suggestions { top: calc(100% + 8px); width: calc(100vw - 24px); border-radius: 18px; max-height: min(440px, 68vh); }
  .address-suggestions__inner { max-height: 380px; }
  .address-suggestion { grid-template-columns: 28px 1fr; min-height: 50px; padding: 8px 10px; }
  .address-suggestion__text strong { font-size: 13.5px; }
  .address-suggestion__text small { font-size: 12px; }
}
.address-suggestions__powered:has(+ *) { color: rgba(71, 85, 105, 0.78); }

/* Verified address gate — visible when the entered text cannot generate a source-accurate snapshot. */
.hero__intake.has-address-error {
  border-color: rgba(160, 68, 23, 0.66);
  box-shadow: 0 24px 60px rgba(8, 18, 36, 0.35), 0 0 0 4px rgba(160, 68, 23, 0.16);
}
.address-validation-error {
  grid-column: 1 / -1;
  margin: 2px 8px 4px 42px;
  color: var(--warn);
  font-size: 12.5px;
  line-height: 1.35;
  text-align: left;
}

/* Snapshot core-check teaser cards */
.core-check-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(90px, auto) 1fr;
  gap: 16px;
  align-items: center;
  margin: 10px 0 2px;
  padding: 16px 18px;
  border: 1px solid rgba(79, 89, 68, 0.22);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(79, 89, 68, 0.11), rgba(255,255,255,0.78));
}
.core-check-card__number {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--good);
  letter-spacing: -0.06em;
}
.core-check-card__copy strong { display: block; color: var(--ink); font-size: 15px; }
.core-check-card__copy span { display: block; color: var(--muted); margin-top: 3px; font-size: 13.5px; line-height: 1.45; }
.core-category-grid,
.question-grid,
.locked-checklist-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.core-category-card,
.question-card,
.locked-check-row,
.extra-checks {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(13,31,45,.06);
}
.core-category-card { padding: 16px; }
.core-category-card span,
.extra-checks h3 {
  display: block;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--muted);
}
.core-category-card strong { display: block; margin-top: 8px; font-size: 1.55rem; color: var(--ink); }
.extra-checks { margin-top: 16px; padding: 16px 18px; }
.extra-checks ul { margin: 10px 0 0; padding-left: 18px; color: var(--ink-mid); }
.extra-checks__note { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.question-card { padding: 18px; }
.question-card h3 { margin: 0 0 10px; font-size: 1rem; color: var(--ink); }
.question-card ul { margin: 0; padding-left: 18px; color: var(--ink-mid); line-height: 1.55; font-size: 13.5px; }
.locked-checklist-preview { grid-template-columns: 1fr; }
.locked-check-row {
  display: grid;
  grid-template-columns: 110px 1fr 1.4fr;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
}
.locked-check-row span {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--good);
}
.locked-check-row strong { color: var(--ink); }
.locked-check-row em { color: var(--muted); font-style: normal; font-size: 13px; }
@media (max-width: 900px) {
  .core-category-grid,
  .question-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .locked-check-row { grid-template-columns: 1fr; gap: 6px; }
}
@media (max-width: 620px) {
  .core-check-card { grid-template-columns: 1fr; }
  .core-category-grid,
  .question-grid { grid-template-columns: 1fr; }
}

/* Keep the submit CTA above the autocomplete panel if the panel is open. */
.hero__intake .btn-primary { position: relative; z-index: 90; }

/* ---------- LASTING GROUND CONVERSION UPGRADE: SAMPLE + COVERAGE CONTRACT ---------- */
.section-kicker,
.sample-hero__eyebrow,
.coverage-contract__eyebrow {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}

.coverage-contract {
  padding: 34px 0 14px;
}
.coverage-contract__panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
  gap: 32px;
  align-items: stretch;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(209, 190, 148, 0.62);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 10%, rgba(138, 208, 193, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(245, 240, 226, 0.9));
  box-shadow: 0 26px 70px rgba(35, 45, 45, 0.08);
}
.coverage-contract__panel h2,
.sample-packet-preview h2,
.sample-depth-panel h2,
.sample-final-cta h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.024em;
  line-height: 1.04;
}
.coverage-contract__panel h2 {
  margin: 12px 0 16px;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  max-width: 13ch;
}
.coverage-contract__panel h2 em,
.sample-packet-preview h2 em,
.sample-depth-panel h2 em,
.sample-final-cta h2 em,
.sample-hero h1 em {
  font-style: italic;
  color: var(--accent);
}
.coverage-contract__panel p {
  max-width: 58ch;
  font-size: 15.5px;
  line-height: 1.65;
}
.coverage-contract__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.coverage-contract__card {
  min-height: 172px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 18px;
  border: 1px solid rgba(209, 190, 148, 0.55);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.64);
}
.coverage-contract__card span,
.packet-mini-page__label,
.sample-cover-card__top,
.sample-proof-strip span,
.snapshot-proof-metric span {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.coverage-contract__card strong {
  font-size: 16px;
  line-height: 1.2;
  color: var(--ink);
}
.coverage-contract__card small {
  margin-top: auto;
  color: var(--ink-mid);
  line-height: 1.45;
}

.sample-hero {
  padding: clamp(54px, 8vw, 96px) 0 clamp(44px, 7vw, 82px);
  background:
    radial-gradient(circle at 86% 10%, rgba(138, 208, 193, 0.22), transparent 30%),
    radial-gradient(circle at 12% 86%, rgba(209, 190, 148, 0.24), transparent 32%),
    linear-gradient(180deg, #fbfaf6 0%, #f4efe4 100%);
  border-bottom: 1px solid var(--line-fine);
  overflow: hidden;
}
.sample-hero__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
}
.sample-hero h1 {
  margin-top: 16px;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.036em;
  line-height: 0.98;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  max-width: 9.5ch;
}
.sample-hero p {
  margin-top: 22px;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.65;
  max-width: 47ch;
}
.sample-hero__actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.sample-hero__secondary {
  font-size: 14px;
  color: var(--ink);
  border-bottom: 1px solid rgba(79, 89, 68, 0.35);
  padding-bottom: 3px;
}
.sample-cover-card {
  position: relative;
  min-height: 540px;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 34px;
  color: #fffdf8;
  background:
    linear-gradient(180deg, rgba(19, 37, 54, 0.12), rgba(19, 37, 54, 0.84)),
    linear-gradient(145deg, #294058 0%, #526b76 48%, #1f333a 100%);
  box-shadow: 0 40px 100px rgba(21, 41, 69, 0.24), inset 0 0 0 1px rgba(255,255,255,0.16);
  overflow: hidden;
}
.sample-cover-card::before {
  content: "";
  position: absolute; inset: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 26px;
  pointer-events: none;
}
.sample-cover-card::after {
  content: "";
  position: absolute;
  width: 420px; height: 420px;
  right: -120px; bottom: -160px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(138,208,193,0.38), transparent 66%);
}
.sample-cover-card__top,
.sample-cover-card__meta {
  position: relative; z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255,255,255,0.76);
}
.sample-cover-card__title {
  position: relative; z-index: 1;
  margin-top: 108px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.7rem, 5vw, 5.1rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
}
.sample-cover-card__title em {
  font-style: italic;
  color: #fff7db;
}
.sample-cover-card__address {
  position: relative; z-index: 1;
  margin-top: 34px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255,255,255,0.84);
}
.sample-cover-card__rule {
  position: relative; z-index: 1;
  height: 1px;
  background: rgba(255,255,255,0.28);
  margin: 68px 0 18px;
}
.sample-cover-card__meta {
  justify-content: flex-start;
  flex-wrap: wrap;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.sample-cover-card__meta span:not(:last-child)::after {
  content: "·";
  margin-left: 14px;
  color: rgba(255,255,255,0.42);
}

.sample-proof-strip {
  background: #1e2f38;
  color: #fff;
}
.sample-proof-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.09);
}
.sample-proof-strip__inner > div {
  min-height: 150px;
  background: #1e2f38;
  padding: 26px 24px 24px;
}
.sample-proof-strip strong {
  display: block;
  margin-top: 12px;
  font-size: 18px;
  color: #fff;
}
.sample-proof-strip small {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,0.68);
  line-height: 1.48;
}
.sample-proof-strip span { color: #8ad0c1; }

.sample-packet-preview h2,
.sample-depth-panel h2,
.sample-final-cta h2 {
  margin: 12px 0 12px;
  font-size: clamp(2.2rem, 4.4vw, 4rem);
}
.sample-packet-preview__lede {
  max-width: 62ch;
  line-height: 1.65;
  font-size: 16px;
}
.packet-page-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 18px;
  align-items: stretch;
}
.packet-mini-page {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(209, 190, 148, 0.72);
  border-radius: 8px;
  background: #fffdfa;
  box-shadow: 0 18px 50px rgba(35, 45, 45, 0.08);
  position: relative;
  overflow: hidden;
}
.packet-mini-page::before {
  content: "";
  position: absolute; left: 24px; right: 24px; top: 54px;
  height: 1px;
  background: var(--line-fine);
}
.packet-mini-page__label { color: var(--accent); }
.packet-mini-page h3 {
  margin: 38px 0 18px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.02;
}
.packet-mini-page__serif {
  font-family: "Fraunces", Georgia, serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
}
.packet-mini-page__stats {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.packet-mini-page__stats span {
  padding: 12px;
  border: 1px solid var(--line-fine);
  border-radius: 14px;
  font-size: 12px;
  color: var(--ink-mid);
}
.packet-mini-page__stats strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 30px;
  color: var(--ink);
  line-height: 1;
}
.packet-mini-page small {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.45;
}
.packet-question-row {
  display: grid;
  gap: 6px;
  padding: 13px 0;
  border-top: 1px dotted var(--line);
}
.packet-question-row span {
  font-family: "Fraunces", Georgia, serif;
  color: var(--ink);
  line-height: 1.25;
}
.packet-question-row strong {
  font-size: 13px;
  color: var(--accent);
  line-height: 1.35;
}
.packet-graphic {
  margin-top: auto;
  height: 188px;
  padding: 18px 18px 0;
  display: flex;
  align-items: end;
  gap: 12px;
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: repeating-linear-gradient(0deg, transparent, transparent 38px, rgba(209,190,148,0.22) 39px);
}
.packet-graphic span {
  flex: 1;
  display: block;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, #8ad0c1, #4f5944);
}
.packet-source-list {
  list-style: none;
  padding: 0;
  margin: auto 0 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.packet-source-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 13px 0;
  border-bottom: 1px dotted var(--line);
  font-size: 13px;
  color: var(--ink-mid);
}
.packet-source-list strong {
  color: var(--ink);
  font-size: 12px;
}

.sample-depth-section {
  background: linear-gradient(180deg, transparent 0%, rgba(245,240,226,0.58) 100%);
}
.sample-depth-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(420px, 1.15fr);
  gap: 42px;
  align-items: start;
  border-top: 2px solid var(--ink);
  padding-top: 32px;
}
.sample-depth-panel p {
  max-width: 55ch;
  line-height: 1.65;
}
.sample-depth-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.sample-depth-list div {
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px dotted var(--line);
}
.sample-depth-list strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 19px;
  font-weight: 400;
  color: var(--ink);
}
.sample-depth-list span {
  color: var(--ink-mid);
  line-height: 1.55;
}

.sample-final-cta {
  padding: clamp(72px, 10vw, 112px) 0;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(138,208,193,0.22), transparent 34%),
    #fbfaf6;
}
.sample-final-cta__kicker {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}
.sample-final-cta p {
  max-width: 50ch;
  margin: 0 auto 24px;
  line-height: 1.65;
}

/* Snapshot conversion panel — makes the free preview feel like a buy-ready proof surface. */
.snapshot-proof-panel {
  margin-top: 22px;
  padding: 22px;
  border: 1px solid rgba(209, 190, 148, 0.72);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 8%, rgba(138,208,193,0.18), transparent 34%),
    rgba(255, 253, 248, 0.78);
}
.snapshot-proof-panel__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.snapshot-proof-panel__head span {
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}
.snapshot-proof-panel__head strong {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  color: var(--ink);
}
.snapshot-proof-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 10px;
}
.snapshot-proof-metric {
  padding: 14px;
  border: 1px solid var(--line-fine);
  border-radius: 16px;
  background: rgba(255,255,255,0.68);
}
.snapshot-proof-metric strong {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.snapshot-proof-panel__note {
  margin-top: 14px !important;
  padding-top: 14px;
  border-top: 1px dotted var(--line);
  font-size: 13px !important;
  color: var(--ink-mid) !important;
  line-height: 1.55 !important;
  max-width: 86ch !important;
}

@media (max-width: 1100px) {
  .packet-page-grid { grid-template-columns: repeat(2, minmax(240px, 1fr)); }
  .sample-proof-strip__inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .coverage-contract__panel,
  .sample-hero__grid,
  .sample-depth-panel { grid-template-columns: 1fr; }
  .coverage-contract__grid { grid-template-columns: 1fr; }
  .snapshot-proof-metrics { grid-template-columns: repeat(2, minmax(130px, 1fr)); }
}
@media (max-width: 620px) {
  .packet-page-grid,
  .sample-proof-strip__inner,
  .snapshot-proof-metrics { grid-template-columns: 1fr; }
  .sample-cover-card { min-height: 470px; }
  .sample-depth-list div { grid-template-columns: 1fr; gap: 6px; }
  .sample-hero__actions .btn-primary { width: 100%; justify-content: center; }
}

/* Keep the wordmark + nav visible even on narrow screens. */
@media (max-width: 880px) {
  .site-header__row { gap: 12px !important; flex-wrap: wrap !important; }
  .wordmark { font-size: 16px !important; gap: 8px !important; flex-shrink: 0 !important; }
  .wordmark__mark { width: 22px !important; height: 22px !important; }
  .nav { display: flex !important; gap: 14px !important; font-size: 12.5px !important; flex-wrap: wrap !important; justify-content: flex-end !important; align-items: center !important; }
  .nav a { display: inline-flex !important; white-space: nowrap !important; }
  .nav__cta { padding: 7px 12px !important; }
}
@media (max-width: 520px) {
  .wordmark { font-size: 14px !important; }
  .nav { gap: 10px !important; font-size: 12px !important; }
  .nav__cta { padding: 6px 10px !important; }
}

/* =====================================================================
   Mobile + desktop polish — research-backed, 2026.05
   ---------------------------------------------------------------------
   Phone-side: WCAG/Apple 44px+ touch targets, single-column intake,
   tighter section rhythm, smaller hero h1, no horizontal overflow.
   Desktop-side: tighter max-widths so prose doesn't run too wide on
   ultrawide, slightly more vertical breathing room.
   Single source of truth so we don't fight earlier breakpoints.
   ===================================================================== */

/* ---- Desktop: cap measure on ultrawide so prose stays readable ---- */
@media (min-width: 1280px) {
  .container--narrow { width: min(680px, calc(100vw - 64px)); }
  .standfirst { max-width: 32ch; }
  .standfirst--offer { max-width: 34ch; }
  .method-line { max-width: 56ch; }
  .scope-line { max-width: 60ch; }
  .excerpt__body { max-width: 28ch; }
  .why-exists__body { max-width: 60ch; }
}

/* ---- Tablet: container side-padding breathes ---- */
@media (max-width: 880px) {
  .container { width: min(1120px, calc(100vw - 32px)); }
  .container--narrow { width: min(720px, calc(100vw - 32px)); }
  .section { padding: 64px 0; }
  .section--tight { padding: 44px 0; }
  /* split-hero (how-it-works, FAQ, contact) — stack visual under copy */
  .split-hero__inner { grid-template-columns: 1fr !important; gap: 32px !important; }
  .split-hero__visual { aspect-ratio: 16 / 10; max-height: 360px; }
}

/* ---- Phone: where conversion is won or lost ---- */
@media (max-width: 520px) {
  /* containers — tighter gutters that still feel generous */
  .container { width: min(1120px, calc(100vw - 28px)); }
  .container--narrow { width: min(720px, calc(100vw - 28px)); }

  /* sections — research: vertical rhythm tightens but never collides */
  .section { padding: 52px 0; }
  .section--tight { padding: 36px 0; }
  .section--standfirst { padding: 44px 0; }

  /* HERO — homepage. Shorter so address form is in viewport on iPhone 14/15. */
  .hero { padding: 84px 0 72px !important; min-height: 0 !important; }
  .hero h1 {
    font-size: clamp(2rem, 9.4vw, 2.6rem) !important;
    line-height: 1.02 !important;
    max-width: 14ch;
    margin-bottom: 18px;
  }
  .hero h1 em { font-size: 1em; }
  .hero__sub {
    font-size: 15px !important;
    line-height: 1.5;
    max-width: 38ch;
    margin-bottom: 28px;
  }
  .hero__sub em { font-size: 1.04em; }

  /* INTAKE — stack to single column, button becomes full-width and ≥48px tall.
     Apple HIG / Google Material both call for this on phone. */
  .hero__intake {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 8px !important;
    max-width: 100%;
  }
  .hero__intake input {
    font-size: 16px !important; /* prevents iOS zoom-on-focus */
    padding: 14px 14px 14px 38px !important;
    background-position: 12px center !important;
    background-size: 14px 14px !important;
    min-height: 48px;
  }
  .hero__intake .btn-primary {
    width: 100%;
    justify-content: center;
    padding: 14px 18px !important;
    min-height: 48px;
    font-size: 15px !important;
  }
  .hero__support {
    gap: 10px 18px;
    font-size: 12.5px;
    margin-top: 14px;
  }
  .hero__support span { gap: 6px; }

  /* TRUST STRIP — wraps cleanly, tighter type */
  .trust__sources { gap: 0 14px; }
  .trust__sources span { font-size: 11.5px !important; padding: 0 6px !important; }
  .trust__label { font-size: 11px; }

  /* STANDFIRST — never crammed, never stretched */
  .standfirst { font-size: 17px; line-height: 1.55; }
  .standfirst--offer { font-size: 18px; }

  /* EXCERPT — drop cap shrinks, prose breathes */
  .excerpt__body { font-size: 17px !important; line-height: 1.5 !important; }
  .excerpt__body::first-letter { font-size: 3.4em !important; }
  .excerpt__caption,
  .excerpt__sources { font-size: 11px !important; }

  /* METHOD line — smaller body, no cramming */
  .method-line { font-size: 15px; line-height: 1.5; }
  .scope-line { font-size: 13px; line-height: 1.5; }

  /* FINAL CTA — match hero behavior */
  .finale { padding: 64px 0 80px !important; }
  .finale__title { font-size: clamp(1.7rem, 7vw, 2.2rem) !important; max-width: 16ch; }
  .finale__lede { font-size: 15px; max-width: 36ch; margin-inline: auto; }
  .finale__intake { width: 100%; }

  /* SPLIT-HERO subpages (how-it-works, FAQ, contact) — tighten */
  .split-hero__title { font-size: clamp(1.9rem, 8vw, 2.6rem) !important; max-width: 16ch; }
  .split-hero__lede { font-size: 15px; }
  .split-hero__cta { font-size: 14.5px; padding: 11px 16px; min-height: 44px; }
  .split-hero__support { gap: 8px 14px; font-size: 12px; flex-wrap: wrap; }
  .split-hero__visual { aspect-ratio: 16 / 11; max-height: 280px; border-radius: 10px; }

  /* WHY-EXISTS manifesto */
  .why-exists__title { font-size: clamp(1.7rem, 7vw, 2.2rem) !important; }
  .why-exists__body { font-size: 15.5px; line-height: 1.55; }

  /* STORY-STEPS — visual ABOVE body always on phone (no reverse) */
  .story-step,
  .story-step--reverse { grid-template-columns: 1fr !important; gap: 16px !important; }
  .story-step__visual { order: -1; }
  .story-step__title { font-size: clamp(1.4rem, 6vw, 1.9rem) !important; }
  .story-step__num { font-size: 64px !important; }
  .step-mock { transform: scale(0.92); transform-origin: top left; }

  /* QUICK-BENTO (FAQ) — single column on phone */
  .quick-bento { grid-template-columns: 1fr !important; gap: 14px !important; }
  .quick-bento__big { font-size: 22px !important; }
  .quick-bento__body { font-size: 14px; }

  /* FAQ list — tighter */
  .faq__q { font-size: 17px; }
  .faq__a { font-size: 14.5px; line-height: 1.55; }

  /* SOURCES list */
  .sources-list__row { grid-template-columns: 1fr !important; gap: 4px !important; }
  .sources-list__abbrev { font-size: 12px; }

  /* BUTTONS — universal min touch target */
  .btn-primary,
  .btn-secondary { min-height: 44px; padding: 12px 18px; }

  /* FOOTER — single column, tighter rhythm */
  .footer__top { flex-direction: column; gap: 24px; }
  .footer__nav { flex-direction: row; flex-wrap: wrap; gap: 14px 20px; }
  .footer__bottom { flex-direction: column; gap: 8px; align-items: flex-start; }
  .footer__bottom p { font-size: 11.5px; line-height: 1.5; }

  /* COLOPHON — single line on phone */
  .colophon__inner { flex-direction: column; gap: 10px; align-items: flex-start; }
  .colophon__edition { flex-wrap: wrap; gap: 6px 14px; }
  .colophon__edition span { font-size: 11px; }

  /* SNAPSHOT page — signals stack to single column */
  .snap-signals,
  .signals-grid,
  .checks-list { grid-template-columns: 1fr !important; }
  .snap-buy__btn { width: 100%; min-height: 52px; font-size: 15px; }
  .sticky-cta__btn { min-height: 44px; }

  /* ADDRESS suggestions — span the input on phone, not the desktop centered dropdown.
     Override the desktop margin-left + left:50% combo that pulls the panel off-screen. */
  .address-suggestions {
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    width: auto !important;
    max-width: 100% !important;
    border-radius: 14px !important;
  }
  /* Google Places panel — same fix */
  .pac-container { width: calc(100vw - 28px) !important; left: 14px !important; }
}

/* ---- Tiny phones (≤360px) — last-resort safeties ---- */
@media (max-width: 360px) {
  .hero h1 { font-size: 1.85rem !important; }
  .hero__sub { font-size: 14px !important; }
  .standfirst { font-size: 15.5px; }
  .standfirst--offer { font-size: 16.5px; }
  .container { width: min(1120px, calc(100vw - 24px)); }
  .container--narrow { width: min(720px, calc(100vw - 24px)); }
}

/* ---------- MOBILE HEADER NAV FIX ----------
   Keep the core launch nav visible on phones: How it works, FAQ, and $99 report.
   Hide lower-priority source/sample links on narrow screens instead of hiding all non-CTA links. */
@media (max-width: 880px) {
  .site-header__row {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 14px 0 !important;
  }
  .wordmark {
    flex-shrink: 0 !important;
    font-size: 15px !important;
    gap: 8px !important;
    min-width: 0 !important;
  }
  .wordmark__mark { width: 24px !important; height: 24px !important; }
  .nav {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    min-width: 0 !important;
    overflow: visible !important;
    font-size: 12.5px !important;
    line-height: 1 !important;
  }
  .nav a {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
  }
  .nav a[href="sources.html"],
  .nav a[href="sample-packets.html"] {
    display: none !important;
  }
  .nav a[href="how-it-works.html"],
  .nav a[href="faq.html"],
  .nav__cta {
    display: inline-flex !important;
  }
  .nav__cta {
    padding: 7px 10px !important;
    border-radius: 11px !important;
  }
}
@media (max-width: 520px) {
  .wordmark { font-size: 0 !important; gap: 0 !important; }
  .wordmark__mark { width: 27px !important; height: 27px !important; }
  .nav { gap: 10px !important; font-size: 12px !important; }
  .nav__cta { padding: 7px 9px !important; }
}
@media (max-width: 380px) {
  .nav { gap: 8px !important; font-size: 11.5px !important; }
  .nav__cta { padding: 6px 8px !important; }
}


/* Mobile autocomplete viewport fix: keep the custom suggestion list aligned to
   the visible keyboard viewport instead of letting Safari/Chrome native panels
   or absolute positioning cover half the screen. */
@media (max-width: 520px) {
  .hero__intake.has-address-suggestions .address-suggestions {
    position: fixed !important;
    left: var(--lg-suggestions-left, 14px) !important;
    right: auto !important;
    top: var(--lg-suggestions-top, 52vh) !important;
    width: var(--lg-suggestions-width, calc(100vw - 28px)) !important;
    max-width: calc(100vw - 28px) !important;
    max-height: var(--lg-suggestions-max-height, 260px) !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 2147483000 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }
  .hero__intake.has-address-suggestions .address-suggestions__inner {
    max-height: calc(var(--lg-suggestions-max-height, 260px) - 42px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .hero__intake.has-address-suggestions .address-suggestion {
    min-height: 48px !important;
  }
}

/* ---------- CHECKOUT BRIDGE ---------- */
.checkout-page {
  background:
    radial-gradient(circle at 18% 0%, rgba(138, 208, 193, 0.24), transparent 36rem),
    linear-gradient(145deg, #f8f4ea 0%, #eef2ec 46%, #dfe9e6 100%);
  color: #17231f;
  min-height: 100vh;
}
.checkout-site-header {
  background: rgba(251, 249, 243, 0.88);
  backdrop-filter: blur(18px);
}
.checkout-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 96px;
}
.checkout-hero-panel {
  display: grid;
  gap: 18px;
  max-width: 760px;
  margin-bottom: 34px;
}
.checkout-kicker {
  width: fit-content;
  border: 1px solid rgba(31, 109, 109, 0.22);
  background: rgba(255, 255, 255, 0.62);
  color: #1f6d6d;
  border-radius: 999px;
  padding: 8px 12px;
  font-family: "Geist Mono", monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.checkout-hero-panel h1 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(2.4rem, 7vw, 5.2rem);
  letter-spacing: -0.07em;
  line-height: 0.95;
}
.checkout-hero-panel p {
  margin: 0;
  max-width: 650px;
  color: rgba(23, 35, 31, 0.72);
  font-size: clamp(1rem, 2vw, 1.24rem);
  line-height: 1.6;
}
.checkout-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: 22px;
  align-items: start;
}
.checkout-order-card,
.checkout-form-card {
  border: 1px solid rgba(31, 109, 109, 0.18);
  background: rgba(255, 252, 244, 0.82);
  box-shadow: 0 30px 80px rgba(36, 49, 45, 0.14);
  border-radius: 32px;
  padding: clamp(24px, 4vw, 36px);
}
.checkout-order-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(31, 109, 109, 0.16);
  font-family: "Geist Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: rgba(23, 35, 31, 0.62);
}
.checkout-order-card__top strong {
  font-family: "Geist", sans-serif;
  letter-spacing: -0.03em;
  font-size: 2rem;
  color: #17231f;
}
.checkout-address-box {
  margin: 26px 0;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(31, 109, 109, 0.1), rgba(255, 255, 255, 0.72));
  padding: 22px;
}
.checkout-address-box span {
  display: block;
  margin-bottom: 8px;
  color: rgba(23, 35, 31, 0.58);
  font-family: "Geist Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
}
.checkout-address-box strong {
  display: block;
  font-size: clamp(1.2rem, 3vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.12;
}
.checkout-includes {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.checkout-includes li {
  position: relative;
  padding-left: 28px;
  color: rgba(23, 35, 31, 0.76);
  line-height: 1.45;
}
.checkout-includes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #1f6d6d;
  font-weight: 700;
}
.checkout-form-card h2 {
  margin: 0 0 8px;
  font-family: "Fraunces", serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: -0.055em;
}
.checkout-form-card p {
  margin: 0;
  color: rgba(23, 35, 31, 0.66);
  line-height: 1.55;
}
.checkout-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}
.checkout-form label {
  display: grid;
  gap: 8px;
  color: rgba(23, 35, 31, 0.72);
  font-weight: 700;
}
.checkout-form label span {
  font-weight: 500;
  color: rgba(23, 35, 31, 0.48);
}
.checkout-form input {
  width: 100%;
  border: 1px solid rgba(31, 109, 109, 0.2);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  padding: 15px 16px;
  font: inherit;
  color: #17231f;
  outline: none;
}
.checkout-form input:focus {
  border-color: rgba(31, 109, 109, 0.72);
  box-shadow: 0 0 0 4px rgba(31, 109, 109, 0.12);
}
.checkout-form .btn-primary {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}
.checkout-form .btn-primary:disabled {
  opacity: 0.52;
  cursor: not-allowed;
}
.checkout-form__fine {
  font-size: 0.88rem;
}
@media (max-width: 860px) {
  .checkout-card-grid { grid-template-columns: 1fr; }
  .checkout-shell { width: min(100% - 28px, 1120px); padding-top: 44px; }
}
