:root {
  --paper: #f4f1e9;
  --paper-deep: #e9e3d7;
  --ink: #26332c;
  --muted: #667169;
  --moss: #526a5b;
  --moss-dark: #27372f;
  --clay: #b97850;
  --line: rgba(38, 51, 44, .17);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; }

.site-header {
  width: min(1240px, calc(100% - 40px)); margin: 0 auto; min-height: 82px;
  display: flex; align-items: center; gap: 34px; border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 760; letter-spacing: .12em; }
.wordmark__mark { width: 30px; height: 30px; display: grid; place-items: center; color: var(--paper); background: var(--moss-dark); font-size: 18px; }
.site-header nav { display: flex; gap: 24px; margin-left: auto; }
.site-header nav a { color: var(--muted); font-size: 14px; text-decoration: none; }
.site-header nav a:hover { color: var(--ink); }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--moss-dark); background: var(--moss-dark); color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; letter-spacing: .01em; }
.button:hover { background: var(--moss); }
.button--small { min-height: 38px; padding: 0 16px; }
.button--ghost { color: var(--ink); background: transparent; }
.text-link { font-size: 14px; font-weight: 650; text-underline-offset: 4px; }
.text-link--light { color: #fff; }

.hero { width: min(1180px, calc(100% - 40px)); min-height: 690px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; padding: 70px 0 90px; }
.eyebrow, .section-number { margin: 0 0 20px; color: var(--clay); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { margin: 0; font: 400 clamp(64px, 8vw, 118px)/.88 var(--serif); letter-spacing: -.065em; }
.hero__lead { max-width: 570px; margin: 34px 0 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.7; }
.hero__actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; flex-wrap: wrap; }
.local-note { margin: 24px 0 0; color: var(--moss); font-size: 13px; }
.local-note span { margin-right: 7px; color: #5b8c66; }

.ancestor-vision { position: relative; aspect-ratio: 1122 / 1402; margin: 0; overflow: hidden; border: 1px solid var(--line); background: #fffdf7; isolation: isolate; }
.ancestor-vision img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.ancestor-vision figcaption { position: absolute; right: 28px; bottom: 26px; left: 28px; z-index: 2; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; color: var(--ink); }
.ancestor-vision figcaption span { font: 400 20px var(--serif); letter-spacing: .12em; }
.ancestor-vision figcaption small { color: var(--muted); font-size: 11px; letter-spacing: .04em; }

.manifesto, .privacy, .steps { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; border-top: 1px solid var(--line); }
.manifesto { display: grid; grid-template-columns: .4fr 1.6fr; gap: 48px; }
.manifesto h2, .privacy h2, .steps h2 { margin: 0; font: 400 clamp(38px, 5vw, 66px)/1.03 var(--serif); letter-spacing: -.04em; }
.manifesto div > p { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.75; }

.belonging { width: min(1180px, calc(100% - 40px)); margin: 0 auto 56px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; grid-template-columns: .4fr 1.6fr; gap: 48px; }
.belonging h2 { margin: 0; color: var(--ink); font: 400 24px/1.3 var(--serif); }
.belonging p { max-width: 680px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.layers { width: min(1180px, calc(100% - 40px)); margin: 0 auto 110px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.layers article { min-height: 260px; padding: 34px; }
.layers article + article { border-left: 1px solid var(--line); }
.layers h3 { margin: 42px 0 12px; font: 400 30px var(--serif); }
.layers p { margin: 0; color: var(--muted); line-height: 1.65; }
.layer-tag { padding: 6px 9px; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.layer-tag--fact { color: #40594b; background: #dbe6dd; }
.layer-tag--story { color: #725036; background: #ead9ca; }
.layer-tag--image { color: #5d536f; background: #e3deea; }

.privacy { display: grid; grid-template-columns: .24fr .86fr .8fr; gap: 48px; background: var(--moss-dark); color: #fff; width: 100%; padding-right: max(20px, calc((100% - 1180px)/2)); padding-left: max(20px, calc((100% - 1180px)/2)); }
.privacy .section-number { color: #d6a680; }
.privacy__signal { display: flex; align-items: end; gap: 7px; height: 70px; }
.privacy__signal span { width: 6px; background: #90a797; }
.privacy__signal span:nth-child(1) { height: 20px; }
.privacy__signal span:nth-child(2) { height: 39px; }
.privacy__signal span:nth-child(3) { height: 64px; }
.privacy__text { padding-top: 38px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.7; }
.privacy__text ul { padding-left: 20px; }

.steps > h2 { max-width: 650px; }
.steps ol { list-style: none; padding: 0; margin: 56px 0 40px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.steps li { display: flex; gap: 18px; padding: 28px 30px 20px 0; }
.steps li + li { padding-left: 30px; border-left: 1px solid var(--line); }
.steps li > span { flex: 0 0 32px; color: var(--clay); font: 400 26px var(--serif); }
.steps strong { display: block; margin-bottom: 9px; }
.steps li p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.steps__actions { display: flex; gap: 12px; flex-wrap: wrap; }

.legal-page { padding-bottom: 100px; }
.legal-hero { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 90px 0 70px; }
.legal-hero h1 { max-width: 850px; margin: 0; font: 400 clamp(48px, 7vw, 88px)/.98 var(--serif); letter-spacing: -.05em; }
.legal-hero > p:not(.eyebrow):not(.legal-updated) { max-width: 760px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.legal-updated { margin: 22px 0 0; color: var(--moss); font-size: 13px; font-weight: 700; }
.privacy-facts { width: min(1180px, calc(100% - 40px)); display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 auto 90px; border: 1px solid var(--line); }
.privacy-facts article { min-height: 220px; padding: 30px; }
.privacy-facts article + article { border-left: 1px solid var(--line); }
.privacy-facts span { color: var(--clay); font: 400 24px var(--serif); }
.privacy-facts h2 { margin: 34px 0 10px; font: 400 25px/1.2 var(--serif); }
.privacy-facts p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.legal-layout { width: min(1080px, calc(100% - 40px)); display: grid; grid-template-columns: 220px minmax(0, 720px); justify-content: space-between; gap: 70px; margin: 0 auto; }
.legal-layout aside { position: sticky; top: 30px; align-self: start; display: grid; gap: 11px; padding-top: 5px; }
.legal-layout aside p { margin: 0 0 7px; color: var(--clay); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.legal-layout aside a { color: var(--muted); font-size: 13px; text-underline-offset: 3px; }
.legal-content section { padding: 0 0 54px; scroll-margin-top: 24px; }
.legal-content h2 { margin: 0 0 20px; font: 400 34px/1.15 var(--serif); letter-spacing: -.025em; }
.legal-content h3 { margin: 28px 0 10px; font: 400 23px/1.25 var(--serif); }
.legal-content p, .legal-content li { color: var(--muted); font-size: 16px; line-height: 1.75; }
.legal-content p { margin: 0 0 16px; }
.legal-content ul { padding-left: 22px; }
.legal-content li + li { margin-top: 10px; }
.legal-content code { padding: 2px 5px; background: var(--paper-deep); font: .9em ui-monospace, SFMono-Regular, Consolas, monospace; }
.legal-content a { color: var(--moss-dark); text-underline-offset: 3px; }
.legal-note { margin-top: 24px; padding: 18px 20px; border-left: 4px solid var(--clay); background: var(--paper-deep); color: var(--ink); font-size: 14px; line-height: 1.65; }

footer { min-height: 160px; display: flex; align-items: center; gap: 34px; padding: 30px max(20px, calc((100% - 1180px)/2)); border-top: 1px solid var(--line); }
footer p { margin-left: auto; color: var(--muted); font-size: 13px; }
footer > a { color: var(--muted); font-size: 13px; }

@media (max-width: 820px) {
  .site-header { width: calc(100% - 28px); min-height: 70px; }
  .site-header nav { display: none; }
  .site-header .button { margin-left: auto; }
  .hero { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 50px; padding: 56px 0 70px; }
  .hero h1 { font-size: clamp(66px, 22vw, 96px); }
  .ancestor-vision img { object-position: 50% 48%; }
  .manifesto { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 16px; padding: 76px 0; }
  .belonging { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 12px; margin-bottom: 36px; }
  .belonging h2 { font-size: 22px; }
  .layers { width: calc(100% - 32px); grid-template-columns: 1fr; margin-bottom: 76px; }
  .layers article { min-height: 220px; }
  .layers article + article { border-left: 0; border-top: 1px solid var(--line); }
  .privacy { grid-template-columns: 1fr; gap: 18px; padding-top: 74px; padding-bottom: 74px; }
  .privacy__signal { height: 50px; }
  .privacy__signal span:nth-child(3) { height: 48px; }
  .privacy__text { padding-top: 10px; }
  .steps { width: calc(100% - 32px); padding: 76px 0; }
  .steps ol { grid-template-columns: 1fr; }
  .steps li + li { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .legal-page { padding-bottom: 70px; }
  .legal-hero { width: calc(100% - 32px); padding: 68px 0 54px; }
  .legal-hero > p:not(.eyebrow):not(.legal-updated) { font-size: 16px; }
  .privacy-facts { width: calc(100% - 32px); grid-template-columns: 1fr; margin-bottom: 65px; }
  .privacy-facts article { min-height: 0; }
  .privacy-facts article + article { border-left: 0; border-top: 1px solid var(--line); }
  .legal-layout { width: calc(100% - 32px); display: block; }
  .legal-layout aside { display: none; }
  .legal-content h2 { font-size: 29px; }
  footer { align-items: flex-start; flex-direction: column; gap: 14px; }
  footer p { margin: 12px 0 0; }
}

@media (max-width: 480px) {
  .site-header .button { min-height: 36px; padding: 0 11px; font-size: 12px; }
  .wordmark { font-size: 13px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .ancestor-vision figcaption { right: 18px; bottom: 18px; left: 18px; align-items: flex-start; flex-direction: column; gap: 4px; }
  .hero__actions .text-link { padding: 8px 0; }
  .fan-row--3 .person-dot:nth-child(n+4) { display: none; }
}
