:root {
  --paper: #f3efe6;
  --paper-light: #faf8f2;
  --paper-deep: #e6ded0;
  --ink: #211f1a;
  --muted: #686258;
  --line: #c9c0b1;
  --forest: #164f42;
  --forest-dark: #0d3a31;
  --clay: #964d37;
  --danger: #7a3027;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --header-height: 72px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; }
button, input { font: inherit; }
[hidden] { display: none !important; }
h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }

.skip-link { position: absolute; top: 10px; left: 10px; z-index: 20; padding: 10px 14px; background: var(--ink); color: var(--paper-light); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 10; min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 14px clamp(20px, 5vw, 72px); border-bottom: 1px solid rgba(108, 98, 84, .35); background: rgba(243, 239, 230, .94); backdrop-filter: blur(14px); }
.brand-mark { display: inline-flex; align-items: center; gap: 11px; font-size: .91rem; font-weight: 760; text-decoration: none; }
.brand-symbol { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid var(--forest); color: var(--forest); font-size: .69rem; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 32px); color: var(--muted); font-size: .88rem; }
.site-nav a { text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--forest); }
.site-nav a[aria-current="page"] { color: var(--forest-dark); font-weight: 760; }
.site-nav .nav-cta { padding: 9px 13px; border: 1px solid var(--forest); color: var(--forest); }

.prototype-banner { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 10px 24px; align-items: center; padding: 12px clamp(20px, 5vw, 72px); border-bottom: 1px solid var(--line); background: var(--paper-deep); color: var(--ink); }
.prototype-banner strong { color: var(--forest-dark); font-size: .78rem; letter-spacing: .03em; }
.prototype-banner p { max-width: 980px; font-size: .88rem; }
.prototype-banner a { color: var(--forest-dark); font-weight: 750; }

.hero { min-height: calc(100svh - var(--header-height)); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: stretch; border-bottom: 1px solid var(--line); }
.hero > * { min-width: 0; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 8vw, 112px) clamp(24px, 7vw, 104px); }
.section-label, .section-number, .audience-kicker { color: var(--forest); font-size: .72rem; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { max-width: 10ch; margin-top: 20px; font-family: var(--serif); font-size: clamp(4rem, 8.2vw, 8.4rem); font-weight: 500; letter-spacing: -.055em; line-height: .8; }
.hero h1 span { display: block; }
.hero-line { max-width: 650px; margin-top: clamp(30px, 5vw, 56px); font-family: var(--serif); font-size: clamp(1.45rem, 2.25vw, 2.25rem); line-height: 1.2; }
.hero-support { max-width: 610px; margin-top: 18px; color: var(--muted); font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 32px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 12px 17px; border: 1px solid currentColor; border-radius: 0; font-weight: 730; text-decoration: none; cursor: pointer; transition: background 150ms ease, color 150ms ease, transform 150ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.primary { border-color: var(--forest); background: var(--forest); color: var(--paper-light); }
.button.primary:hover, .button.primary:focus-visible { background: var(--forest-dark); }
.button.secondary { border-color: var(--forest); background: transparent; color: var(--forest); }
.button.secondary:hover, .button.secondary:focus-visible { background: var(--forest); color: var(--paper-light); }
.button:disabled { cursor: wait; opacity: .64; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 18px; width: fit-content; padding: 6px 0 4px; border-bottom: 1px solid currentColor; color: var(--forest); font-weight: 720; text-decoration: none; }
.text-link:hover, .text-link:focus-visible { color: var(--clay); }

.hero-figure { position: relative; min-height: 620px; display: grid; grid-template-rows: auto 1fr auto; padding: clamp(28px, 4vw, 58px); overflow: hidden; border-left: 1px solid var(--line); background: var(--paper-deep); }
.figure-index { justify-self: end; color: var(--muted); font-size: .72rem; letter-spacing: .12em; }
.figure-path { position: relative; min-height: 430px; align-self: center; }
.figure-path svg { position: absolute; inset: 4% 0 0; width: 100%; height: 90%; overflow: visible; }
.figure-path path { fill: none; stroke: var(--clay); stroke-width: 1.5; stroke-dasharray: 5 6; }
.figure-path circle { fill: var(--paper-deep); stroke: var(--clay); stroke-width: 2; }
.path-word { position: absolute; z-index: 1; max-width: 48%; padding: 3px 8px; background: var(--paper-deep); font-family: var(--serif); font-size: clamp(1.2rem, 2.2vw, 2rem); font-style: italic; line-height: 1.08; }
.path-word-a { left: 1%; top: 8%; }
.path-word-b { left: 38%; top: 37%; }
.path-word-c { right: 0; bottom: 19%; text-align: right; }
.path-outcome { position: absolute; right: 2%; bottom: 1%; width: min(75%, 310px); padding-top: 13px; border-top: 1px solid var(--ink); }
.path-outcome span { display: block; color: var(--clay); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.path-outcome strong { display: block; margin-top: 5px; font-family: var(--serif); font-size: 1.25rem; font-weight: 500; line-height: 1.2; }
.hero-figure figcaption { max-width: 470px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }

.principle-strip { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr; gap: 12px 20px; align-items: center; padding: 22px clamp(24px, 7vw, 104px); border-bottom: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.principle-strip span { color: var(--clay); font-family: var(--serif); font-style: italic; }
.principle-strip strong { color: var(--ink); font-weight: 650; }

.editorial-section { display: grid; grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr); gap: clamp(42px, 8vw, 120px); padding: clamp(76px, 10vw, 150px) clamp(24px, 7vw, 104px); border-bottom: 1px solid var(--line); }
.section-heading { align-self: start; }
.section-heading h2 { max-width: 820px; margin-top: 20px; font-family: var(--serif); font-size: clamp(2.5rem, 5.4vw, 5.7rem); font-weight: 500; letter-spacing: -.04em; line-height: .95; }
.section-heading > p:last-child:not(.section-number) { max-width: 600px; margin-top: 24px; color: var(--muted); }
.recognition-body { max-width: 720px; align-self: end; }
.recognition-body .lede { font-family: var(--serif); font-size: clamp(1.45rem, 2.7vw, 2.5rem); line-height: 1.2; }
.recognition-body > p + p { margin-top: 26px; color: var(--muted); }
.recognition-body .text-link { margin-top: 32px; }
blockquote { margin-top: 50px; padding: 24px 0 4px 34px; border-left: 2px solid var(--clay); }
blockquote p { font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.9rem); font-style: italic; line-height: 1.25; }

.method { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); background: var(--paper-light); }
.method-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.method-list li { display: grid; grid-template-columns: 38px 1fr auto; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.method-number { color: var(--clay); font-family: var(--serif); font-style: italic; }
.method-list h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; }
.method-list p { max-width: 580px; margin-top: 6px; color: var(--muted); font-size: .92rem; }
.method-note { align-self: start; color: var(--forest); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }

.audiences { display: block; background: var(--forest); color: var(--paper-light); }
.audiences .section-number, .audiences .audience-kicker { color: #d9ad99; }
.audience-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: clamp(52px, 8vw, 100px); border-top: 1px solid rgba(250, 248, 242, .32); }
.audience-columns article { min-height: 360px; padding: 34px clamp(0px, 3vw, 46px) 0 0; }
.audience-columns article + article { padding-left: clamp(28px, 4vw, 64px); border-left: 1px solid rgba(250, 248, 242, .32); }
.audience-columns h3 { max-width: 16ch; margin-top: 28px; font-family: var(--serif); font-size: clamp(1.9rem, 3.3vw, 3.5rem); font-weight: 500; line-height: 1.02; }
.audience-columns p { max-width: 520px; margin-top: 20px; color: rgba(250, 248, 242, .72); }
.audience-columns .text-link { margin-top: 32px; color: var(--paper-light); }

.example { grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); }
.example-sheet { counter-reset: example; border-top: 1px solid var(--ink); }
.example-sheet > div { display: grid; grid-template-columns: minmax(130px, .35fr) 1fr; gap: 30px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.example-sheet span { color: var(--forest); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.example-sheet p { font-family: var(--serif); font-size: clamp(1.15rem, 1.9vw, 1.7rem); line-height: 1.28; }
.example-caption { grid-column: 2; color: var(--muted); font-size: .78rem; }
.example > .text-link { grid-column: 2; margin-top: 10px; }

.boundaries { background: var(--paper-deep); }
.boundary-layout { display: grid; gap: 42px; }
.boundary-lede { max-width: 690px; font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 2.3rem); line-height: 1.2; }
.boundary-layout ul { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.boundary-layout li { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.boundary-layout li::before { content: "—"; margin-right: 14px; color: var(--clay); }
.boundary-layout .text-link { margin-top: -16px; }

.beta-intake { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: clamp(48px, 9vw, 132px); padding: clamp(78px, 11vw, 160px) clamp(24px, 7vw, 104px); border-bottom: 1px solid var(--line); background: var(--paper-light); }
.beta-heading { align-self: start; }
.beta-heading h2 { max-width: 10ch; margin-top: 20px; font-family: var(--serif); font-size: clamp(2.8rem, 5.8vw, 6rem); font-weight: 500; letter-spacing: -.045em; line-height: .94; }
.beta-heading > p:not(.section-number) { max-width: 610px; margin-top: 26px; color: var(--muted); }
.beta-form-column { width: min(100%, 760px); }
.closed-intake-summary {
  display: grid;
  gap: 16px;
  padding: clamp(28px, 5vw, 46px);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: rgba(255, 255, 255, .55);
}
.closed-intake-summary h3 { max-width: 18ch; font-family: var(--serif); font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 550; line-height: 1.05; }
.closed-intake-summary p { max-width: 58ch; color: var(--muted); }
.closed-intake-summary .section-label { color: var(--forest); }
.interest-form, .verification-form { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 28px 0 34px; }
.form-step-heading { display: grid; grid-template-columns: 36px 1fr; gap: 18px; align-items: start; }
.form-step-heading > span { color: var(--clay); font-family: var(--serif); font-style: italic; }
.form-step-heading h3, .interest-complete h3 { font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 2.5rem); font-weight: 550; line-height: 1.05; }
.form-step-heading p { max-width: 590px; margin-top: 6px; color: var(--muted); font-size: .91rem; }
.form-field { margin-top: 34px; }
.form-field > label, .acknowledgements legend { display: block; margin-bottom: 9px; color: var(--ink); font-size: .79rem; font-weight: 760; letter-spacing: .04em; }
.form-field input { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 0; background: var(--paper); color: var(--ink); }
.form-field input:hover { border-color: var(--muted); }
.form-field input:focus { border-color: var(--forest); outline: 2px solid var(--forest); outline-offset: 2px; }
.form-field input[aria-invalid="true"] { border-color: var(--danger); }
.field-help { margin-top: 8px; color: var(--muted); font-size: .81rem; }
.acknowledgements { display: grid; gap: 0; margin: 30px 0 32px; padding: 0; border: 0; }
.acknowledgements legend { margin-bottom: 4px; }
.acknowledgements label { display: grid; grid-template-columns: 21px 1fr; gap: 12px; align-items: start; padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .9rem; cursor: pointer; }
.acknowledgements input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--forest); }
.acknowledgements a { color: var(--forest); font-weight: 720; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.text-button { padding: 8px 0 5px; border: 0; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; color: var(--forest); font-weight: 720; cursor: pointer; }
.text-button:hover, .text-button:focus-visible { color: var(--clay); }
.form-status { min-height: 0; margin-top: 18px; color: var(--forest-dark); font-weight: 680; }
.form-status:empty { display: none; }
.form-status.is-error { color: var(--danger); }
.form-status.is-closed { padding: 14px 16px; border-left: 3px solid var(--clay); background: var(--paper-deep); color: var(--ink); }
.interest-form[data-intake-enabled="false"] { opacity: .72; }
.interest-form[data-intake-enabled="false"] .button:disabled { cursor: not-allowed; }

.analytics-controls {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  padding-top: 18px;
}

.analytics-controls p {
  flex-basis: 100%;
  margin: 0;
}
.interest-complete { margin-top: 0; padding: 34px 0; border-top: 1px solid var(--forest); border-bottom: 1px solid var(--forest); }
.interest-complete h3 { margin-top: 13px; }
.interest-complete p:last-child { max-width: 650px; margin-top: 15px; color: var(--muted); }
.notice-box { margin-top: 24px; padding: 20px 22px; border-left: 3px solid var(--clay); background: var(--paper-deep); }
.has-reveal .section-reveal { opacity: 0; transform: translateY(24px); transition: opacity 520ms ease, transform 520ms ease; }
.has-reveal .section-reveal.is-visible { opacity: 1; transform: none; }

.final-cta { padding: clamp(90px, 13vw, 180px) clamp(24px, 10vw, 150px); background: var(--paper-light); text-align: center; }
.final-cta h2 { max-width: 900px; margin: 20px auto 0; font-family: var(--serif); font-size: clamp(3rem, 7vw, 7.3rem); font-weight: 500; letter-spacing: -.05em; line-height: .9; }
.final-cta p:not(.section-label) { margin-top: 24px; color: var(--muted); }
.final-cta .button { margin-top: 32px; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 28px; padding: 38px clamp(24px, 7vw, 104px); border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.site-footer strong { color: var(--ink); }
.site-footer p { margin-top: 5px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.site-footer nav a:hover, .site-footer nav a:focus-visible { color: var(--forest); }
.site-footer small { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--line); }

.info-page { min-height: calc(100svh - var(--header-height)); }
.info-hero { padding: clamp(70px, 10vw, 140px) clamp(24px, 10vw, 150px) clamp(54px, 8vw, 100px); border-bottom: 1px solid var(--line); background: var(--paper-light); }
.info-hero h1 { max-width: 11ch; margin-top: 20px; font-family: var(--serif); font-size: clamp(3.2rem, 7vw, 7rem); font-weight: 500; letter-spacing: -.05em; line-height: .92; }
.info-hero .lede { max-width: 760px; margin-top: 28px; color: var(--muted); font-family: var(--serif); font-size: clamp(1.3rem, 2.4vw, 2rem); line-height: 1.3; }
.info-content { width: min(920px, calc(100% - 44px)); margin: 0 auto; padding: clamp(58px, 8vw, 110px) 0; }
.info-content section + section { margin-top: 58px; padding-top: 42px; border-top: 1px solid var(--line); }
.info-content h2 { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 500; line-height: 1.05; }
.info-content h3 { margin-top: 28px; font-family: var(--serif); font-size: 1.35rem; }
.info-content p, .info-content ul { max-width: 760px; margin-top: 18px; }
.info-content ul { padding-left: 22px; }
.info-content li + li { margin-top: 10px; }
.info-content .notice-box { padding: 22px 24px; border-left: 3px solid var(--clay); background: var(--paper-deep); }
.contact-list { margin-top: 24px; border-top: 1px solid var(--ink); }
.contact-list > div { display: grid; grid-template-columns: 140px 1fr; gap: 22px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.contact-list dt { color: var(--forest); font-size: .72rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.contact-list dd { margin: 0; }
.contact-list a { color: var(--forest); font-weight: 720; }
.error-page { min-height: calc(100svh - var(--header-height)); display: grid; place-items: center; padding: clamp(60px, 10vw, 140px) 24px; text-align: center; }
.error-page > div { max-width: 820px; }
.error-code { color: var(--clay); font-family: var(--serif); font-size: 1.2rem; font-style: italic; }
.error-page h1 { margin-top: 16px; font-family: var(--serif); font-size: clamp(3rem, 8vw, 7rem); font-weight: 500; letter-spacing: -.05em; line-height: .92; }
.error-page p { max-width: 620px; margin: 24px auto 0; color: var(--muted); }
.error-page .button { margin-top: 32px; }

/* Public discovery pages */
.content-page { min-height: calc(100svh - var(--header-height)); }
.content-hero { min-height: min(820px, calc(100svh - var(--header-height))); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); border-bottom: 1px solid var(--line); background: var(--paper-light); }
.content-hero > * { min-width: 0; }
.content-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(58px, 8vw, 116px) clamp(24px, 7vw, 104px); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: clamp(38px, 6vw, 72px); color: var(--muted); font-size: .78rem; }
.breadcrumb a:hover, .breadcrumb a:focus-visible { color: var(--forest); }
.content-hero h1 { max-width: 11ch; margin-top: 20px; font-family: var(--serif); font-size: clamp(3.3rem, 6.9vw, 7.5rem); font-weight: 500; letter-spacing: -.052em; line-height: .9; }
.content-hero .lede { max-width: 720px; margin-top: 30px; color: var(--muted); font-family: var(--serif); font-size: clamp(1.28rem, 2.3vw, 2rem); line-height: 1.27; }
.content-hero .text-link { margin-top: 34px; }
.content-hero-figure { position: relative; min-height: 610px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(32px, 5vw, 68px); overflow: hidden; border-left: 1px solid var(--line); background: var(--paper-deep); }
.figure-kicker { position: absolute; top: 42px; right: 44px; color: var(--forest); font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.content-hero-figure svg { position: absolute; inset: 12% 7% 10%; width: 86%; height: 78%; }
.content-hero-figure svg path { fill: none; stroke: var(--clay); stroke-width: 1.7; stroke-dasharray: 6 7; }
.content-hero-figure svg circle { fill: var(--paper-deep); stroke: var(--clay); stroke-width: 2.2; }
.content-hero-figure > p { position: relative; max-width: 330px; margin-left: auto; padding-top: 18px; border-top: 1px solid var(--ink); font-family: var(--serif); font-size: 1.28rem; line-height: 1.2; }
.orbit-label { position: absolute; z-index: 1; max-width: 45%; padding: 3px 7px; background: var(--paper-deep); font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.8rem); font-style: italic; line-height: 1.1; }
.orbit-label-a { top: 18%; left: 8%; }
.orbit-label-b { top: 47%; left: 39%; }
.orbit-label-c { right: 7%; bottom: 25%; text-align: right; }
.content-hero-clay .content-hero-figure { background: #ead9cd; }
.content-hero-clay .content-hero-figure > * { position: relative; }
.situation-figure { justify-content: center; }
.situation-quote { max-width: 15ch !important; margin: 0 !important; padding: 0 0 34px !important; border: 0 !important; color: var(--ink); font-size: clamp(1.9rem, 3.3vw, 3.3rem) !important; }
.situation-shift { display: grid; grid-template-columns: 90px 1fr; gap: 12px 22px; padding-top: 25px; border-top: 1px solid var(--ink); }
.situation-shift span { color: var(--clay); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.situation-shift strong { font-weight: 630; }
.content-hero-forest .content-hero-figure { background: var(--forest); color: var(--paper-light); }
.content-hero-forest .figure-kicker { color: #f2c7b3; }
.manager-figure { justify-content: center; gap: 0; }
.manager-figure > div { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid rgba(250, 248, 242, .3); }
.manager-figure > div:first-of-type { border-top: 1px solid rgba(250, 248, 242, .3); }
.manager-figure > div span { color: #f2c7b3; font-family: var(--serif); font-style: italic; }
.manager-figure > div strong { font-family: var(--serif); font-size: clamp(1.25rem, 2.2vw, 1.8rem); font-weight: 500; }
.manager-figure > p { margin: 28px 0 0; border-color: rgba(250, 248, 242, .55); color: rgba(250, 248, 242, .82); }
.dimension-figure { justify-content: center; }
.dimension-orbit { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
.dimension-orbit span { padding: 18px 12px 18px 0; border-bottom: 1px solid var(--line); color: var(--forest); font-family: var(--serif); font-size: clamp(1.1rem, 2vw, 1.55rem); }
.dimension-orbit span:nth-child(even) { padding-left: 20px; border-left: 1px solid var(--line); }
.dimension-figure > strong { margin-top: 46px; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 500; line-height: 1.05; }

.page-principles { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr; gap: 12px 20px; align-items: center; padding: 22px clamp(24px, 7vw, 104px); border-bottom: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.page-principles span { color: var(--clay); font-family: var(--serif); font-style: italic; }
.page-principles strong { color: var(--ink); font-weight: 650; }
.content-section { display: grid; grid-template-columns: minmax(260px, .74fr) minmax(0, 1.26fr); gap: clamp(46px, 9vw, 132px); padding: clamp(76px, 10vw, 148px) clamp(24px, 7vw, 104px); border-bottom: 1px solid var(--line); }
.content-section > * { min-width: 0; }
.content-section > header { align-self: start; }
.content-section h2 { max-width: 11ch; margin-top: 20px; font-family: var(--serif); font-size: clamp(2.5rem, 5.2vw, 5.5rem); font-weight: 500; letter-spacing: -.04em; line-height: .95; }
.content-section h3 { font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 1.9rem); font-weight: 550; line-height: 1.15; }
.content-section > div > p + p { margin-top: 22px; }
.content-lede { max-width: 760px; font-family: var(--serif); font-size: clamp(1.38rem, 2.5vw, 2.25rem); line-height: 1.22; }
.content-section-dark { background: var(--forest); color: var(--paper-light); }
.content-section-dark .section-number { color: #f2c7b3; }
.content-section-dark .content-lede, .content-section-dark > div > p { color: var(--paper-light); }
.content-section-dark blockquote { border-color: #f2c7b3; }
.content-section-dark .notice-box { background: rgba(250, 248, 242, .1); }
.situation-list { margin-top: 50px; border-top: 1px solid var(--ink); }
.situation-list article { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.situation-list article > span { color: var(--clay); font-family: var(--serif); font-style: italic; }
.situation-list article p { max-width: 700px; margin-top: 8px; color: var(--muted); }
.manager-list article { grid-template-columns: 92px 1fr; }
.manager-list article > span { font-family: var(--sans); font-size: .69rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.boundary-note { margin-top: 30px; padding: 17px 20px; border-left: 3px solid var(--clay); background: var(--paper-deep); color: var(--ink); font-size: .88rem; }
.content-section-dark .boundary-note { background: rgba(250, 248, 242, .1); color: var(--paper-light); }
.question-list { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.question-list li { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.question-list span { color: var(--clay); font-family: var(--serif); font-style: italic; }
.question-list p { max-width: 720px; font-family: var(--serif); font-size: clamp(1.15rem, 1.9vw, 1.65rem); line-height: 1.3; }
.question-list + .button, .theme-list + .button { margin-top: 32px; }
.content-section-dark .question-list { border-color: rgba(250, 248, 242, .72); }
.content-section-dark .question-list li { border-color: rgba(250, 248, 242, .28); }
.content-section-dark .question-list span { color: #f2c7b3; }
.question-list.compact li { padding: 17px 0; }
.dash-list { margin: 28px 0 0; padding: 0; border-top: 1px solid rgba(250, 248, 242, .72); list-style: none; }
.dash-list li { padding: 17px 0 17px 30px; border-bottom: 1px solid rgba(250, 248, 242, .28); color: rgba(250, 248, 242, .85); }
.dash-list li::before { content: "—"; float: left; margin-left: -30px; color: #f2c7b3; }
.tension-table, .before-after { border-top: 1px solid var(--ink); }
.tension-table > div, .before-after > div { display: grid; grid-template-columns: minmax(140px, .36fr) 1fr; gap: 26px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.tension-table span, .before-after span { color: var(--forest); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tension-table p, .before-after p { font-family: var(--serif); font-size: clamp(1.1rem, 1.8vw, 1.55rem); line-height: 1.32; }
.theme-list { border-top: 1px solid var(--ink); }
.theme-list article { display: grid; grid-template-columns: 55px minmax(0, 1fr); gap: 25px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.theme-list article > span { color: var(--clay); font-family: var(--serif); font-style: italic; }
.theme-list article p { max-width: 760px; margin-top: 8px; color: var(--muted); }
.theme-list article em { display: block; max-width: 760px; margin-top: 12px; color: var(--forest); font-family: var(--serif); font-size: 1.08rem; }
.route-sequence { border-top: 1px solid var(--ink); }
.route-sequence > div { display: grid; grid-template-columns: 50px minmax(120px, .32fr) 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.route-sequence > div span { color: var(--clay); font-family: var(--serif); font-style: italic; }
.route-sequence > div strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 550; }
.route-sequence > div p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 54px 24px 0; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.65rem); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 21px; right: 5px; color: var(--clay); font-family: var(--sans); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; padding: 0 54px 26px 0; color: var(--muted); }
.content-meta { display: flex; flex-wrap: wrap; gap: 12px 32px; padding: 22px clamp(24px, 7vw, 104px); border-bottom: 1px solid var(--line); background: var(--paper-deep); color: var(--muted); font-size: .76rem; }
.content-meta span:first-child { color: var(--ink); font-weight: 700; }
.related-reading { padding: clamp(72px, 9vw, 120px) clamp(24px, 7vw, 104px); background: var(--paper-light); }
.related-reading > p { margin-bottom: 34px; }
.related-reading a { display: grid; grid-template-columns: minmax(115px, .28fr) 1fr auto; gap: 26px; align-items: center; padding: 24px 0; border-top: 1px solid var(--line); text-decoration: none; transition: color 150ms ease, padding 150ms ease; }
.related-reading a:last-child { border-bottom: 1px solid var(--line); }
.related-reading a:hover, .related-reading a:focus-visible { padding-left: 9px; color: var(--forest); }
.related-reading a > span:first-child { color: var(--clay); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.related-reading strong { font-family: var(--serif); font-size: clamp(1.25rem, 2.4vw, 2rem); font-weight: 550; }

:focus-visible { outline: 2px solid var(--clay); outline-offset: 4px; }

@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; }
  .hero-figure { min-height: 560px; border-top: 1px solid var(--line); border-left: 0; }
  .editorial-section { grid-template-columns: 1fr; }
  .section-heading h2 { max-width: 11ch; }
  .example-caption { grid-column: 1; }
  .example > .text-link { grid-column: 1; }
  .beta-intake { grid-template-columns: 1fr; }
  .beta-heading h2 { max-width: 11ch; }
  .beta-form-column { width: 100%; }
  .content-hero { grid-template-columns: 1fr; }
  .content-hero-figure { min-height: 540px; border-top: 1px solid var(--line); border-left: 0; }
  .content-section { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  :root { --header-height: 64px; }
  .site-header { gap: 12px; padding: 12px 18px; }
  .brand-mark > span:last-child { font-size: .8rem; }
  .site-nav > a:not(.nav-cta) { display: none; }
  .site-nav .nav-cta { padding: 8px 10px; font-size: .78rem; }
  .prototype-banner { grid-template-columns: 1fr; gap: 4px; padding: 11px 20px; }
  .prototype-banner p { font-size: .82rem; line-height: 1.4; }
  .hero-copy { padding: 54px 22px 64px; }
  .hero h1 { font-size: clamp(3.3rem, 15vw, 4.8rem); }
  .hero-line { margin-top: 34px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-figure { min-height: 510px; padding: 26px 22px; }
  .figure-path { min-height: 350px; }
  .principle-strip { grid-template-columns: 28px 1fr; padding: 20px 22px; }
  .editorial-section { gap: 44px; padding: 76px 22px; }
  .section-heading h2 { font-size: clamp(2.5rem, 13vw, 4.1rem); }
  .method-list li { grid-template-columns: 30px 1fr; }
  .method-note { display: none; }
  .audience-columns { grid-template-columns: 1fr; }
  .audience-columns article { min-height: 0; padding: 30px 0 48px; }
  .audience-columns article + article { padding: 48px 0 0; border-top: 1px solid rgba(250, 248, 242, .32); border-left: 0; }
  .example-sheet > div { grid-template-columns: 1fr; gap: 9px; }
  .beta-intake { gap: 54px; padding: 76px 22px; }
  .beta-heading h2 { font-size: clamp(2.5rem, 13vw, 4.1rem); }
  .form-actions { align-items: flex-start; flex-direction: column; }
  .contact-list > div { grid-template-columns: 1fr; gap: 4px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
  .content-hero-copy { padding: 52px 22px 66px; }
  .breadcrumb { margin-bottom: 40px; }
  .content-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .content-hero-figure { min-height: 500px; padding: 28px 22px; }
  .figure-kicker { top: 28px; right: 22px; }
  .page-principles { grid-template-columns: 31px 1fr; padding: 20px 22px; }
  .content-section { gap: 42px; padding: 74px 22px; }
  .content-section h2 { font-size: clamp(2.45rem, 12.5vw, 4rem); }
  .situation-list article, .theme-list article { grid-template-columns: 40px 1fr; gap: 16px; }
  .manager-list article { grid-template-columns: 70px 1fr; }
  .tension-table > div, .before-after > div { grid-template-columns: 1fr; gap: 8px; }
  .route-sequence > div { grid-template-columns: 35px 1fr; gap: 10px 16px; }
  .route-sequence > div p { grid-column: 2; }
  .related-reading { padding: 72px 22px; }
  .related-reading a { grid-template-columns: 1fr auto; gap: 8px 18px; }
  .related-reading a > span:first-child { grid-column: 1 / -1; }
  .content-meta { padding: 20px 22px; }
}

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