:root {
  color-scheme: light;
  --ink: #111b20;
  --ink-soft: #26343a;
  --paper: #f4f0e8;
  --paper-warm: #e9e0d1;
  --line: #d1c9bc;
  --muted: #626866;
  --signal: #d8ad6d;
  --signal-dark: #8b6330;
  --white: #fffdf8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid #95692e; outline-offset: 4px; }

.skip-link { position: fixed; z-index: 30; top: 8px; left: 8px; transform: translateY(-160%); padding: 12px 16px; background: var(--white); color: var(--ink); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: absolute; z-index: 5; inset: 0 0 auto; height: 86px; padding: 0 clamp(22px, 5.6vw, 88px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--white); }
.wordmark { display: inline-flex; width: fit-content; align-items: center; text-decoration: none; font-size: 15px; font-weight: 760; letter-spacing: -.055em; }
.wordmark i { width: 5px; height: 19px; margin: 0 4px; background: var(--signal); transform: skew(-15deg); }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); }
.site-header nav a, .header-help { color: rgba(255,253,248,.78); text-decoration: none; font-size: 12px; transition: color .2s ease; }
.site-header nav a:hover, .header-help:hover { color: var(--white); }
.header-help { justify-self: end; padding: 11px 0; border-bottom: 1px solid rgba(216,173,109,.65); color: var(--white); }

.hero { position: relative; isolation: isolate; min-height: min(820px, 100svh); min-height: max(650px, min(820px, 100svh)); display: flex; align-items: center; overflow: hidden; background: var(--ink); color: var(--white); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(10,17,21,.94) 0%, rgba(10,17,21,.78) 31%, rgba(10,17,21,.14) 74%, rgba(10,17,21,.35) 100%), linear-gradient(0deg, rgba(10,17,21,.64), transparent 29%); }
.hero-art { position: absolute; z-index: -2; inset: 0; background: url("impact-signal.png") center 55% / cover no-repeat; opacity: .92; animation: image-settle 1.25s cubic-bezier(.2,.7,.2,1) both; }
.hero-content { width: min(650px, 56vw); margin: 62px 0 0 clamp(22px, 10vw, 156px); animation: content-rise .75s .08s both; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: var(--signal-dark); font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .15em; text-transform: uppercase; }
.hero .eyebrow { color: #dfc394; }
.signal-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 5px rgba(216,173,109,.13); }
h1, h2, h3, p { overflow-wrap: anywhere; }
.hero h1, .section-intro h2, .words-heading h2, .principles-copy h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.052em; }
.hero h1 { max-width: 640px; font-size: clamp(56px, 7vw, 100px); line-height: .96; }
.hero h1 em, .words-heading h2 em { color: #e4c48f; font-weight: 400; }
.hero-deck { max-width: 440px; margin: 27px 0 28px; color: rgba(255,253,248,.78); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.55; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 19px; border: 0; text-decoration: none; font-size: 12px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--paper); color: var(--ink); }
.button-light:hover { background: #fffdf8; }
.hero-note { margin: 13px 0 0; color: rgba(255,253,248,.57); font-size: 10px; }
.hero-caption { position: absolute; right: clamp(22px, 5.6vw, 88px); bottom: 28px; margin: 0; color: rgba(255,253,248,.74); font: 600 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .1em; text-transform: uppercase; }

.urgent-band { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 18px clamp(22px, 8vw, 124px); background: #e8dece; border-bottom: 1px solid var(--line); }
.urgent-label { display: inline-flex; align-items: center; gap: 9px; color: #744d28; font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.urgent-label span { width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 700 12px/1 sans-serif; }
.urgent-band p { margin: 0; color: #30383a; font-size: 13px; line-height: 1.45; }
.urgent-band a, .text-link { display: inline-flex; align-items: center; gap: 14px; width: fit-content; color: var(--ink); text-decoration: none; font-size: 11px; font-weight: 750; white-space: nowrap; }
.urgent-band a { border-bottom: 1px solid #a88759; padding: 8px 0; }
.urgent-band a span, .text-link span { color: var(--signal-dark); transition: transform .2s ease; }
.urgent-band a:hover span, .text-link:hover span { transform: translate(2px, -2px); }

.section { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: clamp(38px, 9vw, 140px); padding: clamp(78px, 10vw, 142px) clamp(22px, 10vw, 156px); }
.section-intro { align-self: start; }
.section-intro .eyebrow, .words-heading .eyebrow, .principles-copy .eyebrow { margin-bottom: 24px; }
.section-intro h2, .words-heading h2, .principles-copy h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.02; }
.section-intro > p:last-child, .words-heading > p:last-child { max-width: 290px; margin: 20px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.start-content { min-width: 0; }
.intent-list { border-top: 1px solid var(--line); }
.intent-choice { width: 100%; min-height: 94px; display: grid; grid-template-columns: 40px minmax(0,1fr) 26px; align-items: center; gap: 16px; padding: 15px 8px 15px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.intent-number { align-self: start; padding-top: 5px; color: #8c8b81; font: 600 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.intent-copy { display: grid; gap: 5px; }
.intent-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 400; letter-spacing: -.03em; }
.intent-copy small { color: var(--muted); font-size: 12px; line-height: 1.4; }
.intent-arrow { justify-self: end; color: #8f6937; font-size: 20px; transition: transform .2s ease; }
.intent-choice:hover .intent-arrow, .intent-choice[aria-pressed="true"] .intent-arrow { transform: translate(2px,-2px); }
.intent-choice[aria-pressed="true"] .intent-copy strong { color: #77532b; }
.intent-choice[aria-pressed="true"] .intent-number { color: #8f6937; }
.next-step { min-height: 204px; margin-top: 28px; padding: 24px 26px 26px; background: var(--paper-warm); animation: panel-in .25s ease both; }
.next-step.panel-in { animation: panel-in .25s ease both; }
.next-step .eyebrow { margin-bottom: 13px; font-size: 9px; }
.next-step h3 { max-width: 520px; margin: 0; font: 400 clamp(23px, 2.5vw, 32px)/1.13 Georgia, "Times New Roman", serif; letter-spacing: -.03em; }
.next-step > p:not(.eyebrow) { max-width: 570px; margin: 12px 0 14px; color: #505654; font-size: 13px; line-height: 1.6; }
.text-link { border-bottom: 1px solid var(--line); padding-bottom: 6px; white-space: normal; }

.support-section { background: #eee9df; }
.support-intro > p:last-of-type { margin-bottom: 24px; }
.region-switch { display: flex; flex-wrap: wrap; gap: 0; border-bottom: 1px solid #c9c0b3; width: fit-content; max-width: 100%; }
.region-switch button { padding: 10px 13px 10px 0; border: 0; background: transparent; color: #6c716d; font-size: 11px; cursor: pointer; }
.region-switch button + button { margin-left: 13px; padding-left: 13px; border-left: 1px solid #c9c0b3; }
.region-switch button[aria-pressed="true"] { color: var(--ink); font-weight: 760; box-shadow: inset 0 -2px #8a6130; }
.support-content { min-width: 0; }
.emergency-callout { display: grid; grid-template-columns: 32px minmax(0,1fr) auto; align-items: center; gap: 16px; padding: 20px 0 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.emergency-symbol { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid #97652e; border-radius: 50%; color: #784b20; font-weight: 800; }
.emergency-callout .eyebrow { margin: 0 0 6px; font-size: 9px; }
.emergency-callout p:not(.eyebrow) { margin: 0; color: #505654; font-size: 12px; line-height: 1.5; }
.emergency-action { padding: 10px 0 10px 12px; color: #744d28; text-decoration: none; font-size: 12px; font-weight: 800; white-space: nowrap; }
.resource-heading { display: flex; justify-content: space-between; gap: 12px; margin: 24px 0 0; color: #6a6d68; font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; }
.resource-heading span:last-child { color: #8b6330; text-align: right; }
.resource-list { margin-top: 8px; border-top: 1px solid var(--line); }
.resource-row { min-height: 74px; display: grid; grid-template-columns: 30px minmax(0,1fr) 24px; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .2s ease, color .2s ease; }
.resource-row:hover { padding-inline: 5px; color: #724f2a; }
.resource-index { align-self: start; padding-top: 3px; color: #88877e; font: 600 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.resource-main { min-width: 0; display: grid; gap: 4px; }
.resource-main strong { font: 400 19px/1.2 Georgia, "Times New Roman", serif; letter-spacing: -.02em; }
.resource-main small { color: #696e69; font-size: 11px; line-height: 1.45; }
.resource-arrow { justify-self: end; color: #8b6330; font-size: 16px; }
.region-note { margin: 13px 0 0; color: #6b6e69; font-size: 10px; line-height: 1.5; }

.words-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(42px, 10vw, 150px); padding: clamp(80px, 10vw, 140px) clamp(22px, 10vw, 156px); background: var(--ink); color: var(--white); }
.words-heading .eyebrow { color: #dfc394; }
.words-heading h2 { font-size: clamp(42px, 5vw, 66px); }
.words-heading > p:last-child { color: rgba(255,253,248,.68); }
.words-tool { align-self: center; border-top: 1px solid rgba(255,255,255,.24); padding-top: 13px; }
.words-tabs { display: flex; gap: 22px; border-bottom: 1px solid rgba(255,255,255,.2); }
.words-tabs button { position: relative; padding: 12px 0 14px; border: 0; background: transparent; color: rgba(255,253,248,.6); font-size: 11px; cursor: pointer; }
.words-tabs button[aria-pressed="true"] { color: var(--white); }
.words-tabs button[aria-pressed="true"]::after { content: ""; position: absolute; inset: auto 0 -1px; height: 2px; background: var(--signal); }
.words-tool blockquote { min-height: 145px; margin: 30px 0 16px; color: #f0e1c8; font: 400 clamp(24px, 3vw, 39px)/1.28 Georgia, "Times New Roman", serif; letter-spacing: -.028em; }
.copy-row { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
.button-dark { background: #e7d6b7; color: var(--ink); }
.button-dark:hover { background: #fff1d5; }
.copy-status { color: #e4c48f; font-size: 11px; }
.privacy-micro { margin: 15px 0 0; color: rgba(255,253,248,.52); font-size: 10px; line-height: 1.5; }

.principles-section { min-height: 390px; display: grid; grid-template-columns: 1fr 1fr; background: var(--paper-warm); }
.principles-art { min-height: 390px; background: linear-gradient(90deg, rgba(17,27,32,.02), rgba(17,27,32,.28)), url("impact-signal.png") 74% 58% / cover no-repeat; }
.principles-copy { align-self: center; max-width: 620px; padding: 64px clamp(28px, 6vw, 92px); }
.principles-copy h2 { font-size: clamp(37px, 4.3vw, 58px); }
.principles-copy > p:not(.eyebrow) { max-width: 460px; margin: 21px 0 19px; color: #59605e; font-size: 13px; line-height: 1.7; }
.principles-copy .source-date { margin-top: 24px; font: 600 9px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .04em; }

.site-footer { min-height: 104px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 24px clamp(22px, 5.6vw, 88px); background: var(--ink); color: var(--white); }
.footer-mark { color: var(--white); }
.site-footer p { margin: 0; color: rgba(255,253,248,.58); font-size: 10px; }
.site-footer > div { display: flex; gap: 20px; }
.site-footer > div a { color: rgba(255,253,248,.8); font-size: 10px; text-decoration: none; }
.site-footer > div a:hover { color: var(--signal); }

.privacy-page { min-height: 100svh; background: var(--paper); }
.privacy-header { position: relative; background: var(--ink); }
.privacy-main { width: min(820px, 100% - 44px); margin: 0 auto; padding: clamp(72px, 10vw, 128px) 0; }
.privacy-main h1 { margin: 0; font: 400 clamp(48px, 7vw, 82px)/1 Georgia, "Times New Roman", serif; letter-spacing: -.05em; }
.privacy-main .lead { max-width: 650px; margin: 22px 0 52px; color: #606763; font-size: 16px; line-height: 1.6; }
.privacy-main h2 { margin: 38px 0 12px; font: 400 27px/1.15 Georgia, "Times New Roman", serif; }
.privacy-main p, .privacy-main li { color: #515956; font-size: 14px; line-height: 1.75; }
.privacy-main a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.privacy-main .text-link { margin-top: 20px; }
.privacy-footer { margin-top: 0; }

.reveal { opacity: 0; transform: translateY(15px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes content-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes image-settle { from { opacity: .55; transform: scale(1.035); } to { opacity: .92; transform: scale(1); } }
@keyframes panel-in { from { opacity: .45; transform: translateY(4px); } to { opacity: 1; transform: none; } }

@media (max-width: 860px) {
  .site-header { grid-template-columns: 1fr auto; height: 74px; }
  .site-header nav { display: none; }
  .hero { min-height: max(650px, 88svh); align-items: end; }
  .hero::after { background: linear-gradient(0deg, rgba(10,17,21,.96) 0%, rgba(10,17,21,.75) 38%, rgba(10,17,21,.08) 100%), linear-gradient(90deg, rgba(10,17,21,.3), transparent 80%); }
  .hero-art { background-position: 64% center; }
  .hero-content { width: min(590px, calc(100% - 44px)); margin: 0 22px 78px; }
  .hero h1 { font-size: clamp(54px, 11vw, 78px); }
  .hero-caption { right: 22px; bottom: 23px; }
  .urgent-band { grid-template-columns: auto 1fr; gap: 12px 18px; padding-block: 17px; }
  .urgent-band p { grid-column: 1 / -1; grid-row: 2; }
  .urgent-band a { grid-column: 2; grid-row: 1; justify-self: end; }
  .section, .words-section { grid-template-columns: 1fr; gap: 42px; padding: 76px 22px; }
  .section-intro h2, .words-heading h2 { font-size: clamp(42px, 9vw, 60px); }
  .section-intro > p:last-child { max-width: 430px; }
  .support-intro { max-width: 610px; }
  .support-content { width: 100%; }
  .principles-section { grid-template-columns: 1fr; }
  .principles-art { min-height: 250px; background-position: 72% 59%; }
  .principles-copy { padding: 56px 22px 66px; }
}

@media (max-width: 520px) {
  .site-header { padding-inline: 18px; height: 68px; }
  .wordmark { font-size: 14px; }
  .header-help { font-size: 10px; }
  .hero { min-height: max(660px, 92svh); }
  .hero-art { background-position: 63% center; }
  .hero-content { margin: 0 18px 82px; width: calc(100% - 36px); }
  .hero .eyebrow { margin-bottom: 16px; }
  .hero h1 { font-size: clamp(48px, 13vw, 66px); }
  .hero-deck { margin: 19px 0 22px; font-size: 15px; }
  .hero-caption { right: 18px; bottom: 21px; font-size: 8px; }
  .urgent-band { padding-inline: 18px; grid-template-columns: auto 1fr; gap: 10px 12px; }
  .urgent-label { font-size: 9px; }
  .urgent-band a { font-size: 10px; gap: 7px; }
  .urgent-band p { font-size: 12px; }
  .section, .words-section { padding: 64px 18px; gap: 34px; }
  .intent-choice { min-height: 86px; grid-template-columns: 27px minmax(0,1fr) 20px; gap: 10px; }
  .intent-copy strong { font-size: 21px; }
  .intent-copy small { font-size: 11px; }
  .next-step { padding: 20px 18px 22px; }
  .support-section { padding-top: 66px; }
  .region-switch { width: 100%; justify-content: space-between; }
  .region-switch button { padding-right: 6px; font-size: 10px; }
  .region-switch button + button { margin-left: 4px; padding-left: 8px; }
  .emergency-callout { grid-template-columns: 26px minmax(0,1fr); gap: 12px; }
  .emergency-action { grid-column: 2; justify-self: start; padding: 2px 0; }
  .resource-main strong { font-size: 17px; }
  .resource-main small { font-size: 10px; }
  .words-tool blockquote { min-height: 170px; font-size: 27px; }
  .words-tabs { gap: 17px; }
  .words-tabs button { font-size: 10px; }
  .site-footer { grid-template-columns: 1fr auto; gap: 12px; padding: 24px 18px; }
  .site-footer p { grid-column: 1 / -1; grid-row: 2; line-height: 1.5; }
  .site-footer > div { gap: 12px; }
}

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