:root {
  --ink: #162739;
  --blue: #173a5e;
  --deep: #0c2742;
  --gold: #e7b94f;
  --paper: #f8f6ef;
  --white: #fffef9;
  --mist: #e8edf1;
  --muted: #5b6874;
  --line: #cbd3d8;
  --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; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
a { color: inherit; text-underline-offset: .22em; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 20; transform: translateY(-150%); background: white; padding: .65rem 1rem; }
.skip-link:focus { transform: none; }
header { position: relative; z-index: 5; border-bottom: 1px solid rgba(22,39,57,.14); }
.site-nav { min-height: 5rem; width: min(100% - 3rem, 78rem); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { color: var(--blue); font-family: var(--serif); font-size: 1.18rem; font-weight: 700; text-decoration: none; }
.wordmark span { color: var(--muted); font-style: italic; font-weight: 400; }
.nav-links { display: flex; gap: 2rem; }
.nav-links a { color: var(--ink); font-size: .9rem; text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { text-decoration: underline; }
.menu-button { display: none; border: 1px solid var(--line); background: transparent; padding: .5rem .75rem; color: var(--ink); }
main { min-height: 70vh; }
.eyebrow, .section-kicker { color: #365f7f; font-size: .77rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { color: var(--deep); font-family: var(--serif); font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.1rem, 4vw, 3.6rem); letter-spacing: -.025em; }
h3 { font-size: 1.55rem; }
em { color: #315f7d; font-weight: 400; }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; border: 1px solid var(--blue); padding: .72rem 1.1rem; font-size: .9rem; font-weight: 700; text-decoration: none; cursor: pointer; }
.button.primary { background: var(--blue); color: white; }
.button.quiet { background: transparent; }
.button.light { border-color: white; color: white; }
.hero { min-height: calc(100vh - 5rem); padding: clamp(4rem, 10vh, 8rem) max(1.5rem, calc((100vw - 78rem)/2)); background: linear-gradient(115deg, rgba(255,255,255,.75), transparent 65%), radial-gradient(circle at 82% 24%, rgba(231,185,79,.2), transparent 26%); }
.hero h1 { max-width: 60rem; margin: 1rem 0 2rem; }
.hero-question { max-width: 48rem; margin: 0; color: #384956; font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2.4rem 0 4rem; }
.hero-note { max-width: 39rem; border-left: 3px solid var(--gold); padding-left: 1.25rem; }
.hero-note span { font-weight: 750; }
.hero-note p { margin: .25rem 0 0; color: var(--muted); }
.reading-width { max-width: 48rem; margin: auto; }
.opening { padding: 7rem 1.5rem; }
.opening h2:first-of-type { margin-top: .6rem; }
.opening p { font-family: var(--serif); font-size: 1.2rem; line-height: 1.85; }
.life-preview, .cards-section { padding: 6rem max(1.5rem, calc((100vw - 78rem)/2)); background: var(--white); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; margin-bottom: 3rem; }
.section-heading h2 { max-width: 48rem; margin: .65rem 0 0; }
.featured-grid, .life-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.life-card { min-height: 25rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 2rem; display: flex; flex-direction: column; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.life-card:hover { background: #f0f3f4; }
.story-number { color: #557287; font-family: var(--serif); font-size: 1.7rem; }
.life-card h3 { margin: 3.2rem 0 1rem; }
.life-card p { color: var(--muted); display: -webkit-box; overflow: hidden; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
.read-link { margin-top: auto; color: var(--blue); font-size: .9rem; font-weight: 700; }
.question-band { padding: 6rem max(1.5rem, calc((100vw - 78rem)/2)); background: var(--deep); color: white; display: flex; align-items: center; justify-content: space-between; gap: 4rem; }
.question-band p { max-width: 53rem; margin: 0; font-family: var(--serif); font-size: clamp(1.8rem, 3.5vw, 3rem); line-height: 1.25; }
.page-intro { padding: 7rem max(1.5rem, calc((100vw - 78rem)/2)) 4rem; }
.page-intro h1 { max-width: 66rem; margin: 1rem 0 2rem; }
.page-intro > p { max-width: 42rem; color: var(--muted); font-family: var(--serif); font-size: 1.35rem; }
.page-intro.compact { padding-bottom: 6rem; }
.disclosure { max-width: 62rem; margin: 0 auto 5rem; padding: 1.5rem 2rem; border: 1px solid #b5c2cb; background: rgba(255,255,255,.45); }
.disclosure p { margin: .35rem 0 0; }
.life-grid { grid-template-columns: repeat(3, 1fr); }
.story-progress { height: 3px; background: #dce1e4; }
.story-progress span { display: block; height: 100%; background: var(--gold); }
.story-layout { width: min(100% - 3rem, 72rem); margin: 5rem auto 8rem; display: grid; grid-template-columns: 12rem minmax(0, 48rem); gap: 5rem; }
.story-side { position: sticky; top: 2rem; align-self: start; color: var(--muted); font-size: .82rem; }
.story-side > a { color: var(--blue); }
.story-side div { margin-top: 4rem; border-top: 1px solid var(--line); padding-top: 1rem; }
.story-side span { color: var(--ink); font-weight: 750; }
.story-content h1 { margin: .8rem 0 3rem; font-size: clamp(3rem, 6vw, 5rem); }
.story-content > p, .story-content > h2 + p { font-family: var(--serif); font-size: 1.16rem; line-height: 1.82; }
.story-content h2 { margin: 3.4rem 0 1.2rem; font-size: 2rem; }
.behind { margin-top: 5rem; padding: 3rem; background: #e8edf0; }
.behind h3 { margin: .5rem 0 1.25rem; font-size: 2rem; }
.story-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 4rem; }
.story-nav a { border-top: 1px solid var(--line); padding-top: 1rem; text-decoration: none; font-family: var(--serif); font-size: 1.15rem; }
.story-nav span { display: block; color: var(--muted); font-family: var(--sans); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.story-nav .next { text-align: right; }
.book-hero { width: min(100% - 3rem, 72rem); margin: 6rem auto 8rem; display: grid; grid-template-columns: minmax(18rem, 25rem) 1fr; gap: clamp(4rem, 9vw, 9rem); align-items: center; }
.book-cover { aspect-ratio: .68; padding: 2.8rem; background: var(--deep); color: white; box-shadow: 1.2rem 1.2rem 0 var(--gold); display: flex; flex-direction: column; }
.book-cover span { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.book-cover h1 { color: white; font-size: clamp(2.3rem, 4vw, 3.6rem); margin: auto 0; }
.book-cover p { font-family: var(--serif); }
.book-cover small { border-top: 1px solid rgba(255,255,255,.4); padding-top: 1rem; }
.book-details h1 { margin: 1rem 0 2rem; font-size: clamp(3rem, 6vw, 5.5rem); }
.book-details > p { max-width: 38rem; font-family: var(--serif); font-size: 1.2rem; }
.book-actions { display: flex; align-items: center; gap: 1.5rem; margin: 2.5rem 0; }
.text-link { color: var(--blue); font-weight: 700; }
.source-note { max-width: 36rem; border-top: 1px solid var(--line); padding-top: 1.2rem; font-size: .88rem; color: var(--muted); }
.source-note p { margin: .3rem 0 0; }
.reader-page { background: #dfe5e9; }
.reader-heading { width: min(100% - 3rem, 78rem); margin: 2rem auto 1.5rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.reader-heading > div > a { color: var(--blue); font-size: .88rem; }
.reader-heading h1 { margin: .5rem 0 .1rem; font-size: clamp(2rem, 4vw, 3.2rem); }
.reader-heading p { margin: 0; color: var(--muted); }
.pdf-reader { width: min(100% - 3rem, 56rem); margin: 0 auto 4rem; display: grid; gap: 2.5rem; }
.pdf-page { margin: 0; }
.pdf-page img { display: block; width: min(100%, 46rem); height: auto; margin: auto; background: white; box-shadow: 0 1rem 3rem rgba(16,43,70,.2); }
.pdf-page figcaption { margin-top: .6rem; color: var(--muted); font-size: .78rem; text-align: center; }
.work-layout { width: min(100% - 3rem, 72rem); margin: 0 auto 8rem; display: grid; grid-template-columns: 15rem minmax(0, 48rem); gap: 5rem; }
.work-index { position: sticky; top: 2rem; align-self: start; display: flex; flex-direction: column; gap: .75rem; border-top: 3px solid var(--gold); padding-top: 1rem; font-size: .87rem; }
.work-index a { color: var(--muted); }
.work-copy section { scroll-margin-top: 2rem; }
.work-copy h2 { margin: 4rem 0 1.5rem; font-size: 2.5rem; }
.work-copy h2:first-child { margin-top: 0; }
.work-copy h3 { margin: 2.7rem 0 1rem; }
.work-copy p { font-family: var(--serif); font-size: 1.12rem; line-height: 1.82; }
.governance { margin-top: 6rem; padding: 3rem; border: 1px solid #aebbc4; background: var(--white); }
.governance h2 { margin-top: .75rem; }
.response-layout { width: min(100% - 3rem, 74rem); margin: 6rem auto 8rem; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(4rem, 8vw, 8rem); }
.response-intro { align-self: start; position: sticky; top: 2rem; }
.response-intro h1 { margin: 1rem 0 2rem; font-size: clamp(3rem, 5vw, 5rem); }
.response-intro > p { font-family: var(--serif); font-size: 1.2rem; }
.privacy-note { margin-top: 3rem; padding: 1.3rem; background: #e8edf0; font-size: .88rem; }
.privacy-note p { margin: .3rem 0 0; }
.response-form fieldset { border: 0; border-top: 1px solid var(--line); margin: 0 0 2.8rem; padding: 2rem 0 0; }
.response-form legend { padding: 0; font-family: var(--serif); font-size: 1.45rem; color: var(--deep); }
.response-form label { display: block; margin: .5rem 0; color: var(--muted); font-size: .9rem; }
textarea { width: 100%; resize: vertical; min-height: 8rem; border: 1px solid #9caab4; background: var(--white); padding: 1rem; color: var(--ink); font: inherit; }
textarea:focus, input:focus, button:focus-visible, a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.radio-group { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: 1rem; }
.radio-group label { border: 1px solid var(--line); padding: .8rem; color: var(--ink); }
.form-status { color: var(--muted); font-size: .88rem; }
.consent-box, .direct-email-form { margin: 0 0 1.5rem; padding: 1.25rem; border: 1px solid #9caab4; background: var(--white); }
.consent-box label, .direct-email-form label { display: grid; grid-template-columns: auto 1fr; gap: .75rem; align-items: start; color: var(--ink); font-size: .92rem; }
.consent-box input, .direct-email-form input { width: 1.15rem; height: 1.15rem; margin-top: .25rem; }
.direct-email-form .button { margin-top: 1.25rem; }
.notice-layout { width: min(100% - 3rem, 74rem); margin: 6rem auto 8rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 8vw, 8rem); }
.notice-heading { align-self: start; position: sticky; top: 2rem; border: 0; }
.notice-heading h1 { margin: 1rem 0 2rem; font-size: clamp(3rem, 5vw, 5rem); }
.notice-heading p { font-family: var(--serif); font-size: 1.2rem; }
.notice-copy h2 { margin: 3.2rem 0 1rem; font-size: 2rem; }
.notice-copy p { font-family: var(--serif); font-size: 1.08rem; line-height: 1.8; }
.notice-summary { padding: 1.5rem; border-left: 3px solid var(--gold); background: #e8edf0; }
.notice-summary p { margin: .4rem 0 0; font-family: var(--sans); font-size: .95rem; }
.notice-version { margin-top: 3rem; color: var(--muted); font-family: var(--sans) !important; font-size: .82rem !important; }
footer { padding: 3rem max(1.5rem, calc((100vw - 78rem)/2)); background: #102b46; color: #eaf0f4; display: flex; justify-content: space-between; gap: 3rem; font-size: .85rem; }
footer a { color: white; }
@media (max-width: 800px) {
  .site-nav { width: min(100% - 2rem, 78rem); min-height: 4.25rem; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; top: 4.25rem; left: 0; right: 0; padding: 1.25rem 1rem; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; gap: 1rem; }
  .nav-links.open { display: flex; }
  .hero { min-height: auto; padding-top: 5rem; padding-bottom: 5rem; }
  .featured-grid, .life-grid { grid-template-columns: 1fr; }
  .life-card { min-height: 20rem; }
  .section-heading, .question-band, footer { align-items: flex-start; flex-direction: column; }
  .story-layout, .work-layout, .response-layout, .book-hero, .notice-layout { grid-template-columns: 1fr; gap: 3rem; }
  .story-side, .work-index, .response-intro, .notice-heading { position: static; }
  .story-side div { display: none; }
  .behind, .governance { padding: 1.5rem; }
  .book-cover { max-width: 25rem; width: 90%; }
  .reader-heading { align-items: flex-start; flex-direction: column; }
  .pdf-reader { width: min(100% - 1rem, 56rem); gap: 1.5rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
