:root {
  --ink: #0d0d0d;
  --paper: #f4f3ef;
  --white: #ffffff;
  --grey: #a6a6a2;
  --line: rgba(13, 13, 13, 0.22);
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --max: 1600px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-x: clip;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; }
::selection { background: var(--ink); color: var(--white); }

.skip-link {
  position: fixed;
  top: -4rem;
  left: 1rem;
  z-index: 100;
  background: var(--white);
  padding: 0.75rem 1rem;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.75rem;
  padding: 0 var(--pad);
  border-bottom: 1px solid transparent;
  transition: background-color 240ms ease, border-color 240ms ease;
}
.site-header.is-scrolled {
  background: rgba(244, 243, 239, 0.94);
  border-color: var(--line);
  backdrop-filter: blur(12px);
}
.brand { width: 7rem; height: 2.2rem; overflow: hidden; }
.logo-crop { display: block; position: relative; overflow: hidden; }
.logo-crop img { position: absolute; max-width: none; }
.logo-crop--wordmark { width: 7rem; height: 2.2rem; }
.logo-crop--wordmark img { width: 7.8rem; left: -0.4rem; top: -3.18rem; }

.header-actions { display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 3rem); }
.site-nav { display: flex; gap: clamp(1.5rem, 3vw, 3.75rem); }
.site-nav a,
.language-toggle,
.menu-button {
  border: 0;
  background: none;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.19em;
}
.language-toggle { min-width: 2.6rem; min-height: 2.6rem; border: 1px solid var(--ink); cursor: pointer; transition: background-color 180ms ease, color 180ms ease; }
.language-toggle:hover,
.language-toggle:focus-visible { background: var(--ink); color: var(--white); }
.site-nav a { position: relative; }
.site-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 -0.45rem;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after { transform: scaleX(1); }
.menu-button { display: none; }

.hero {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  max-width: var(--max);
  margin: 0 auto;
  padding: 7.5rem var(--pad) 2rem;
}
.hero-meta,
.section-index,
.documentary-image figcaption,
.footer-brand > span:last-child {
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}
.hero-meta { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 1rem; }
.hero-grid { flex: 1; display: grid; grid-template-columns: 1.35fr 0.65fr; align-items: center; gap: 3rem; }
.eyebrow { margin: 0 0 1.5rem; text-transform: uppercase; font-size: 0.72rem; letter-spacing: 0.2em; }
.hero h1,
.manifesto h2,
.principle h2,
.question h2,
.true-ones h2,
.contact h2 {
  margin: 0;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.055em;
}
.hero h1 { font-size: clamp(5.2rem, 13vw, 13rem); }
.hero-intro { margin: 2rem 0 0; font-size: clamp(1.05rem, 1.6vw, 1.45rem); }
.hero-mark { display: flex; justify-content: flex-end; }
.hero-mark img { width: min(36vw, 31rem); }
.scroll-cue { display: flex; align-items: center; justify-content: space-between; text-decoration: none; border-top: 1px solid var(--line); padding-top: 1rem; text-transform: uppercase; font-size: 0.68rem; letter-spacing: 0.2em; }

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(7rem, 12vw, 13rem) var(--pad);
}
.section-index { padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.manifesto-copy { max-width: 74rem; margin: clamp(4rem, 8vw, 8rem) 0 0 auto; }
.manifesto h2 { font-size: clamp(3.2rem, 7.7vw, 8.5rem); }
.manifesto-copy > p:not(.eyebrow) { max-width: 38rem; margin: 2rem 0 0 auto; font-size: clamp(1.2rem, 2vw, 1.85rem); }

.documentary-image { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.documentary-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: contrast(1.04); }
.documentary-image figcaption { display: flex; justify-content: space-between; margin-top: 0.9rem; }

.principle-list { margin-top: clamp(3rem, 7vw, 7rem); }
.principle { display: grid; grid-template-columns: 4rem 1fr minmax(14rem, 25rem); align-items: end; gap: 2rem; padding: 2.5rem 0; border-bottom: 1px solid var(--line); }
.principle > span { font-size: 0.7rem; letter-spacing: 0.18em; align-self: start; }
.principle h2 { font-size: clamp(2.7rem, 5.7vw, 6.5rem); }
.principle p { margin: 0; font-size: clamp(1rem, 1.4vw, 1.25rem); }

.question { border-top: 1px solid var(--line); }
.question-grid { margin-top: clamp(4rem, 8vw, 8rem); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(20rem, 0.75fr); gap: clamp(3rem, 6vw, 7rem); align-items: start; }
.question-copy { min-width: 0; }
.question h2 { max-width: 100%; font-size: clamp(3rem, 5vw, 5.75rem); line-height: 0.88; text-wrap: balance; }
.question-copy > p:last-child { max-width: 34rem; margin: 2rem 0 0; font-size: clamp(1.1rem, 1.7vw, 1.45rem); }
.participation { border-top: 1px solid var(--ink); }
.reflection-form { padding: 1.25rem 0 2.5rem; border-bottom: 1px solid var(--ink); }
.field-head { display: flex; justify-content: space-between; gap: 2rem; margin-bottom: 1rem; font-size: 0.68rem; letter-spacing: 0.18em; }
.reflection-form textarea { display: block; width: 100%; min-height: 9rem; resize: vertical; border: 0; border-radius: 0; padding: 1rem 0; background: transparent; color: var(--ink); font: inherit; font-size: clamp(1.4rem, 2.2vw, 2rem); line-height: 1.3; outline: none; }
.reflection-form textarea::placeholder { color: #7b7b77; }
.reflection-form textarea:focus-visible { box-shadow: inset 0 -2px 0 var(--ink); }
.answer-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-top: 1.5rem; }
.answer-actions button,
.answer-actions a { min-height: 3.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border: 1px solid var(--ink); padding: 0.9rem 1rem; background: transparent; text-decoration: none; text-transform: uppercase; font-size: 0.68rem; letter-spacing: 0.14em; cursor: pointer; transition: background-color 180ms ease, color 180ms ease; }
.answer-actions button:hover:not(:disabled),
.answer-actions button:focus-visible:not(:disabled),
.answer-actions a:hover:not([aria-disabled="true"]),
.answer-actions a:focus-visible:not([aria-disabled="true"]) { background: var(--ink); color: var(--white); }
.answer-actions button:disabled,
.answer-actions a[aria-disabled="true"] { opacity: 0.35; cursor: not-allowed; }
.form-feedback { min-height: 2.8rem; margin: 1rem 0 0; color: #555550; font-size: 0.88rem; }
.ritual { padding: 3rem 0; }
.ritual ol { list-style: none; padding: 0; margin: 0; }
.ritual li { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.ritual li span { font-size: 0.68rem; letter-spacing: 0.16em; }
.ritual li p { margin: 0; }
.nomination-link { display: flex; justify-content: space-between; align-items: center; gap: 2rem; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 1.35rem 0; text-decoration: none; }
.nomination-link span { max-width: 18rem; }
.nomination-link strong { flex: 0 0 auto; font-size: 0.68rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; }

.section--dark { max-width: none; background: var(--ink); color: var(--white); }
.section--dark .section-index { border-color: rgba(255,255,255,0.26); max-width: var(--max); margin: 0 auto; }
.true-ones-grid { max-width: var(--max); margin: clamp(4rem, 8vw, 8rem) auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 10vw, 12rem); align-items: end; }
.true-ones h2 { font-size: clamp(5rem, 12vw, 13rem); }
.true-ones-copy { padding-bottom: 0.8rem; }
.true-ones-copy > p { font-size: clamp(1.25rem, 2.2vw, 2rem); max-width: 34rem; }
.dignity { border-top: 1px solid rgba(255,255,255,0.26); }
.dignity-grid { margin-top: clamp(4rem, 8vw, 8rem); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(19rem, 0.75fr); gap: clamp(4rem, 9vw, 10rem); align-items: end; }
.dignity h2 { margin: 0; font-size: clamp(3.5rem, 7vw, 7.5rem); font-weight: 400; line-height: 0.9; letter-spacing: -0.055em; }
.dignity-grid > div p { max-width: 36rem; margin: 0; font-size: clamp(1.15rem, 1.8vw, 1.55rem); }
.dignity-grid > div p + p { margin-top: 1.5rem; }

.contact-inner { margin: clamp(4rem, 8vw, 8rem) 0 0 auto; max-width: 74rem; }
.contact h2 { font-size: clamp(4.5rem, 10vw, 11rem); }
.contact-inner > p:not(.eyebrow) { margin: 2rem 0 4rem; font-size: clamp(1.05rem, 1.7vw, 1.45rem); }
.contact-link { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 1.4rem 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); text-decoration: none; font-size: clamp(1rem, 2vw, 1.6rem); }
.contact-link span { transition: transform 180ms ease; }
.contact-link:hover span { transform: translate(0.2rem, -0.2rem); }

.site-footer { max-width: var(--max); margin: 0 auto; padding: 3rem var(--pad); border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.footer-brand { display: flex; align-items: end; gap: 2rem; }
.logo-crop--footer { width: 5.2rem; height: 5.2rem; }
.logo-crop--footer img { width: 5.2rem; left: 0; top: 0; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links button { border: 0; padding: 0; background: transparent; cursor: pointer; text-transform: uppercase; font-size: 0.68rem; letter-spacing: 0.16em; text-decoration: underline; text-underline-offset: 0.35rem; }

.legal-dialog { width: min(46rem, calc(100vw - 2rem)); max-height: calc(100vh - 2rem); padding: 0; color: var(--ink); background: var(--paper); border: 1px solid var(--ink); }
.legal-dialog::backdrop { background: rgba(13,13,13,0.76); }
.dialog-head { position: sticky; top: 0; display: flex; justify-content: space-between; align-items: center; padding: 1.25rem 1.5rem; background: var(--paper); border-bottom: 1px solid var(--ink); font-size: 0.68rem; letter-spacing: 0.18em; }
.dialog-head button { border: 0; background: none; cursor: pointer; text-decoration: underline; text-underline-offset: 0.3rem; }
.dialog-content { padding: 2rem 1.5rem 3rem; max-width: 40rem; }
.dialog-content h2 { font-size: clamp(2rem, 5vw, 4rem); line-height: 0.95; font-weight: 400; }
.dialog-content h3 { margin-top: 2rem; font-size: 1rem; text-transform: uppercase; letter-spacing: 0.12em; }
.draft-note { border: 1px solid var(--ink); padding: 1rem; }

.reveal { opacity: 0; transform: translateY(1.4rem); transition: opacity 800ms ease, transform 800ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .question-grid { grid-template-columns: 1fr; }
  .question h2 { max-width: 15ch; }
}

@media (max-width: 820px) {
  body.menu-open { overflow: hidden; }
  .site-header { height: 4.75rem; }
  .brand { width: 6.5rem; }
  .header-actions { gap: 0.65rem; }
  .language-toggle { min-width: 2.75rem; min-height: 2.75rem; }
  .menu-button { min-height: 2.75rem; display: flex; align-items: center; gap: 0.75rem; cursor: pointer; }
  .menu-line { width: 1.75rem; height: 1px; background: currentColor; position: relative; }
  .menu-line::after { content: ""; position: absolute; width: 100%; height: 1px; background: currentColor; top: 0.42rem; left: 0; }
  .site-nav { position: fixed; inset: 4.75rem 0 auto; display: none; max-height: calc(100svh - 4.75rem); overflow-y: auto; flex-direction: column; gap: 0; padding: 0.75rem var(--pad) 1.5rem; background: var(--paper); border-bottom: 1px solid var(--ink); }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 3.5rem; display: flex; align-items: center; padding: 0.8rem 0; border-bottom: 1px solid var(--line); font-size: 0.85rem; }
  .hero { padding-top: 6.25rem; padding-bottom: 1.5rem; }
  .hero-grid { grid-template-columns: 1fr; align-content: center; gap: 1rem; }
  .hero-mark { display: none; }
  .hero h1 { font-size: clamp(5rem, 24vw, 8rem); }
  .section { padding-top: clamp(5.5rem, 16vw, 8rem); padding-bottom: clamp(5.5rem, 16vw, 8rem); }
  .manifesto-copy, .question-grid, .true-ones-grid, .contact-inner { margin-top: clamp(3rem, 10vw, 5rem); }
  .manifesto h2 { font-size: clamp(3rem, 11vw, 5.2rem); }
  .manifesto-copy > p:not(.eyebrow) { margin-left: 0; }
  .documentary-image img { aspect-ratio: 4 / 5; }
  .principle { grid-template-columns: 2.25rem minmax(0, 1fr); gap: 1rem; padding: 2rem 0; }
  .principle p { grid-column: 2; }
  .question h2 { font-size: clamp(2.8rem, 9vw, 4.6rem); }
  .reflection-form textarea { min-height: 8rem; font-size: clamp(1.2rem, 4.5vw, 1.7rem); }
  .answer-actions button, .answer-actions a { min-height: 3.75rem; font-size: 0.75rem; }
  .true-ones-grid { grid-template-columns: 1fr; }
  .true-ones h2 { font-size: clamp(4.5rem, 20vw, 8rem); }
  .dignity-grid { grid-template-columns: 1fr; gap: 3rem; }
  .dignity h2 { font-size: clamp(3rem, 10vw, 5rem); }
  .contact h2 { font-size: clamp(4rem, 15vw, 7rem); }
  .contact-link { min-height: 3.75rem; }
  .site-footer, .footer-brand { align-items: flex-start; flex-direction: column; }
  .footer-links button, .dialog-head button { min-height: 2.75rem; }
}

@media (max-width: 520px) {
  :root { --pad: 1.125rem; }
  .site-header { height: 4.5rem; }
  .site-nav { inset-block-start: 4.5rem; max-height: calc(100svh - 4.5rem); }
  .hero { padding-top: 5.75rem; }
  .hero-meta span:last-child { display: none; }
  .hero h1 { font-size: clamp(4.6rem, 23vw, 6.2rem); }
  .section { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .manifesto h2 { font-size: clamp(2.55rem, 11.5vw, 3.6rem); }
  .principle h2 { font-size: clamp(2.25rem, 10vw, 3rem); }
  .manifesto h2, .principle h2 { letter-spacing: -0.045em; }
  .documentary-image figcaption span:last-child { display: none; }
  .question h2 { max-width: none; font-size: clamp(2.15rem, 10.2vw, 2.75rem); line-height: 0.92; text-wrap: wrap; }
  .question-copy > p:last-child { font-size: 1.05rem; }
  .field-head { gap: 1rem; }
  .reflection-form textarea { min-height: 7.5rem; font-size: 1.2rem; }
  .answer-actions { grid-template-columns: 1fr; }
  .nomination-link { align-items: flex-start; flex-direction: column; }
  .true-ones h2 { font-size: clamp(4rem, 19vw, 5.5rem); }
  .true-ones-copy > p { font-size: 1.2rem; }
  .dignity h2 { font-size: clamp(2.45rem, 10.5vw, 3.25rem); overflow-wrap: anywhere; }
  .dignity-grid > div p { font-size: 1.05rem; }
  .contact h2 { font-size: clamp(3.25rem, 14.5vw, 4.6rem); }
  .contact-link { align-items: flex-start; overflow-wrap: anywhere; }
  .site-footer { padding-top: 2.5rem; padding-bottom: 2.5rem; }
  .footer-brand { gap: 1.25rem; }
  .legal-dialog { width: calc(100vw - 1rem); max-height: calc(100svh - 1rem); }
  .dialog-head, .dialog-content { padding-left: 1rem; padding-right: 1rem; }
}

@media (max-width: 900px) and (max-height: 560px) {
  .hero { min-height: auto; padding-top: 6rem; padding-bottom: 2rem; }
  .hero-grid { min-height: 21rem; }
}

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