:root {
  --paper: #f4efe4;
  --paper-deep: #e9e0d0;
  --ink: #173d35;
  --ink-soft: #45635c;
  --accent: #e45f45;
  --sun: #f1b857;
  --line: rgba(23, 61, 53, 0.2);
  --white: #fffdf8;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 16px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-size: 21px; line-height: 1; font-weight: 760; letter-spacing: -0.05em; text-decoration: none; }
.wordmark-mark { width: 19px; height: 19px; display: inline-block; border: 5px solid var(--ink); border-top-color: var(--accent); }
.site-header nav { display: flex; gap: 30px; }
.site-header nav a, .header-cta { font-size: 13px; font-weight: 680; text-decoration: none; }
.site-header nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.header-cta { justify-self: end; border-bottom: 1px solid currentColor; }

.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: clamp(48px, 8vw, 120px); padding-block: 88px 100px; }
.eyebrow { margin: 0 0 20px; color: var(--accent); font-size: 12px; line-height: 1.2; font-weight: 780; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: .98; }
h1 { max-width: 760px; font-size: clamp(58px, 6.9vw, 96px); }
.lede { max-width: 700px; margin: 34px 0 0; color: var(--ink-soft); font-size: clamp(18px, 1.75vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 14px 20px; border: 1px solid var(--ink); font-size: 14px; line-height: 1.2; font-weight: 720; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: var(--white); }
.button-light { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.text-link { font-size: 14px; font-weight: 680; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.availability { display: flex; align-items: center; gap: 9px; margin: 30px 0 0; color: var(--ink-soft); font-size: 12px; }
.availability span { width: 8px; height: 8px; border-radius: 50%; background: #489b70; box-shadow: 0 0 0 4px rgba(72, 155, 112, .14); }

.place-window { position: relative; min-height: 530px; background: var(--paper-deep); border: 1px solid var(--line); overflow: hidden; }
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(23,61,53,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(23,61,53,.06) 1px, transparent 1px); background-size: 44px 44px; }
.street { position: absolute; display: block; background: var(--paper); box-shadow: 0 0 0 1px var(--line); transform-origin: center; }
.street-a { width: 135%; height: 28px; left: -18%; top: 30%; transform: rotate(-14deg); }
.street-b { width: 26px; height: 135%; left: 63%; top: -16%; transform: rotate(22deg); }
.street-c { width: 90%; height: 18px; left: 6%; top: 73%; transform: rotate(7deg); }
.block { position: absolute; display: block; background: rgba(23,61,53,.13); border: 1px solid rgba(23,61,53,.16); }
.block-a { width: 24%; height: 18%; left: 12%; top: 10%; transform: rotate(-5deg); }
.block-b { width: 20%; height: 20%; right: 9%; top: 18%; transform: rotate(7deg); }
.block-c { width: 25%; height: 14%; right: 16%; bottom: 10%; transform: rotate(-7deg); }
.park { position: absolute; width: 30%; height: 26%; left: 9%; bottom: 12%; border-radius: 54% 44% 56% 38%; background: #9fbd84; opacity: .78; }
.home-pin { position: absolute; left: 52%; top: 43%; width: 28px; height: 28px; border-radius: 50% 50% 50% 0; background: var(--accent); transform: rotate(-45deg); box-shadow: 0 6px 18px rgba(50,30,18,.24); }
.home-pin i { position: absolute; inset: 8px; display: block; border-radius: 50%; background: var(--paper); }
.walk-ring { position: absolute; left: 55%; top: 46%; border: 1px dashed rgba(228,95,69,.7); border-radius: 50%; transform: translate(-50%, -50%); }
.ring-one { width: 190px; height: 190px; }
.ring-two { width: 330px; height: 330px; opacity: .6; }
.place-caption { position: absolute; right: 18px; bottom: 18px; width: min(280px, calc(100% - 36px)); padding: 20px; background: rgba(255,253,248,.94); backdrop-filter: blur(8px); border: 1px solid var(--line); }
.place-caption > p { margin: 0 0 12px; font-family: Georgia, serif; font-size: 19px; }
.place-caption ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: 12px; }
.place-caption li { display: flex; justify-content: space-between; gap: 16px; }
.place-caption span { color: var(--ink); font-weight: 750; }

.manifesto { padding-block: 110px; background: var(--accent); color: #fff8ef; }
.manifesto .eyebrow { color: #47241c; }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 9vw, 130px); }
.manifesto h2, .section-heading h2, .method h2, .next-step h2 { font-size: clamp(44px, 5.4vw, 74px); }
.manifesto-copy { align-self: end; }
.manifesto-copy p { margin: 0; color: rgba(255,248,239,.86); }
.manifesto-copy .large-copy { margin-bottom: 26px; color: #fff8ef; font-size: 22px; line-height: 1.5; }

.outcomes { padding-block: 120px; }
.section-heading { display: grid; grid-template-columns: .55fr 1fr; align-items: end; gap: 50px; margin-bottom: 78px; }
.section-heading .eyebrow { align-self: start; }
.outcome-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.outcome-list li { display: grid; grid-template-columns: 90px minmax(0,1fr); gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.outcome-list li > div { display: grid; grid-template-columns: .55fr 1fr; gap: 48px; }
.number { padding-top: 4px; color: var(--accent); font-size: 12px; font-weight: 780; letter-spacing: .12em; }
.outcome-list h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 500; letter-spacing: -.025em; }
.outcome-list p { max-width: 650px; margin: 0; color: var(--ink-soft); }
.evidence-note { max-width: 780px; margin: 30px 0 0 auto; color: var(--ink-soft); font-size: 12px; }
.evidence-note a { text-underline-offset: 3px; }

.method { padding-block: 120px; background: var(--ink); color: var(--paper); }
.method-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 140px); }
.method-intro { position: sticky; top: 40px; align-self: start; }
.method-intro > p:not(.eyebrow) { max-width: 520px; margin: 32px 0; color: rgba(244,239,228,.72); font-size: 18px; }
.lenses { border-top: 1px solid rgba(244,239,228,.25); }
.lenses article { display: grid; grid-template-columns: 52px .62fr 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(244,239,228,.25); }
.lenses article > span { color: var(--sun); font-size: 12px; }
.lenses h3 { margin: 0; font-family: Georgia, serif; font-size: 24px; font-weight: 500; }
.lenses p { margin: 0; color: rgba(244,239,228,.65); font-size: 14px; }

.next-step { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(60px, 10vw, 140px); padding-block: 130px; }
.next-step-copy > p:last-child { max-width: 630px; margin: 28px 0 0; color: var(--ink-soft); font-size: 18px; }
.waitlist-form { align-self: end; padding: 32px; background: var(--paper-deep); border: 1px solid var(--line); }
.waitlist-form > label { display: block; margin-bottom: 12px; font-size: 13px; font-weight: 720; }
.input-row { display: flex; }
.input-row input { min-width: 0; flex: 1; height: 54px; padding: 0 15px; color: var(--ink); background: var(--white); border: 1px solid var(--ink); border-right: 0; border-radius: 0; font: inherit; }
.input-row button { min-height: 54px; padding: 0 18px; color: var(--white); background: var(--ink); border: 1px solid var(--ink); border-radius: 0; font: inherit; font-size: 13px; font-weight: 720; cursor: pointer; }
.form-note { margin: 11px 0 0; color: var(--ink-soft); font-size: 11px; }

.site-footer { display: flex; justify-content: space-between; gap: 40px; padding-block: 40px 48px; border-top: 1px solid var(--line); }
.site-footer > div > p { margin: 13px 0 0; color: var(--ink-soft); font-size: 12px; }
.footer-meta { text-align: right; }
.footer-meta p { margin: 0 0 4px !important; }
.thanks-page { min-height: 100vh; display: flex; flex-direction: column; justify-content: space-between; padding-block: 40px 10vh; }
.thanks-page > div { max-width: 850px; }
.thanks-page h1 { margin-bottom: 30px; }
.thanks-page p:not(.eyebrow) { margin: 0 0 32px; color: var(--ink-soft); font-size: 19px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .place-window { min-height: 440px; }
  .manifesto-grid, .method-grid, .next-step { grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr; gap: 10px; }
  .method-intro { position: static; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .site-header { height: 72px; }
  .header-cta { font-size: 12px; }
  .hero { min-height: auto; padding-block: 58px 72px; }
  h1 { font-size: clamp(50px, 14.4vw, 70px); }
  .place-window { min-height: 390px; }
  .ring-two { width: 260px; height: 260px; }
  .manifesto, .outcomes, .method { padding-block: 82px; }
  .outcome-list li { grid-template-columns: 38px 1fr; }
  .outcome-list li > div { grid-template-columns: 1fr; gap: 8px; }
  .lenses article { grid-template-columns: 34px 1fr; }
  .lenses article p { grid-column: 2; }
  .next-step { padding-block: 88px; }
  .input-row { flex-direction: column; gap: 8px; }
  .input-row input { border-right: 1px solid var(--ink); }
  .site-footer { flex-direction: column; }
  .footer-meta { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
