:root {
  --ink: #171714;
  --paper: #f3efe4;
  --paper-deep: #e5ddcc;
  --red: #b72c20;
  --red-dark: #7d1b15;
  --blue: #18374f;
  --moss: #5c684e;
  --line: rgba(23, 23, 20, 0.18);
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", sans-serif;
  --jp: "Noto Sans JP", sans-serif;
  --content: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 8%, rgba(183, 44, 32, 0.08), transparent 27rem),
    radial-gradient(circle at 91% 40%, rgba(24, 55, 79, 0.07), transparent 30rem),
    var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
  overflow-x: hidden;
}

img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }

.paper-grain {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -6rem;
  z-index: 200;
  background: var(--ink);
  color: white;
  padding: 0.8rem 1rem;
}
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header {
  width: var(--content);
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}

.brand { display: inline-flex; align-items: center; gap: 0.8rem; text-decoration: none; }
.brand img { width: 54px; height: 54px; border-radius: 50%; box-shadow: 0 0 0 1px rgba(23,23,20,.12); }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.brand-copy small { margin-top: .28rem; font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; color: rgba(23,23,20,.64); }

.site-nav { display: flex; align-items: center; gap: 1.5rem; font-size: .79rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.site-nav a { text-decoration: none; padding: .65rem 0; }
.site-nav a:not(.nav-cta):hover { color: var(--red); }
.nav-cta { border: 1px solid var(--ink); padding: .72rem 1rem !important; transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; border: 0; background: none; padding: .5rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero {
  width: var(--content);
  margin: 0 auto;
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
  padding: 5rem 0 6rem;
}

.eyebrow { margin: 0 0 1.25rem; display: flex; align-items: center; gap: .75rem; font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--red); }
.eyebrow span { width: 36px; height: 2px; background: currentColor; }
.eyebrow.light { color: #e9dfcf; }
.hero h1, .section-heading h2, .desk-intro h2, .test-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: .88;
  letter-spacing: -.035em;
}
.hero h1 { font-size: clamp(4.5rem, 8.8vw, 8.4rem); max-width: 820px; }
.hero h1 em, .section-heading h2 em, .desk-intro h2 em { color: var(--red); font-weight: 400; }
.hero-deck { max-width: 620px; margin: 2rem 0 0; font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: rgba(23,23,20,.75); }
.hero-actions { display: flex; gap: .75rem; flex-wrap: wrap; margin: 2.2rem 0 2.7rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid var(--ink); padding: .8rem 1.15rem; text-decoration: none; font-size: .76rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.button-primary { background: var(--ink); color: var(--paper); }
.button-primary:hover { background: var(--red); border-color: var(--red); }
.button-quiet { background: transparent; }
.button-quiet:hover { background: rgba(23,23,20,.06); }

.proof-strip { display: flex; gap: 0; margin: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { flex: 1; padding: 1rem 1rem 1rem 0; }
.proof-strip div + div { padding-left: 1rem; border-left: 1px solid var(--line); }
.proof-strip dt { font-family: var(--serif); font-size: 2rem; line-height: 1; }
.proof-strip dd { margin: .35rem 0 0; max-width: 9rem; color: rgba(23,23,20,.62); font-size: .7rem; line-height: 1.3; text-transform: uppercase; letter-spacing: .07em; }

.hero-visual { position: relative; padding: 0 2rem 2rem 0; }
.hero-frame { margin: 0; background: var(--ink); box-shadow: 20px 22px 0 var(--blue); transform: rotate(1.2deg); }
.hero-frame img { width: 100%; max-height: 640px; object-fit: cover; object-position: center; }
.hero-frame figcaption { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; color: white; padding: 1rem 1.15rem 1.1rem; }
.hero-frame figcaption span { font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.66); }
.hero-frame figcaption strong { font-family: var(--serif); font-weight: 400; font-size: 1.25rem; }
.schedule-card { position: absolute; left: -4rem; bottom: -1.7rem; width: 245px; background: var(--red); color: white; padding: 1.1rem 1.2rem; transform: rotate(-2deg); box-shadow: 8px 10px 0 rgba(23,23,20,.18); }
.schedule-card > p { margin: 0 0 .7rem; font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; opacity: .76; }
.tokyo-clock { display: flex; align-items: baseline; gap: .55rem; border-top: 1px solid rgba(255,255,255,.28); padding-top: .55rem; }
.tokyo-clock time { font-family: var(--serif); font-size: 3rem; line-height: 1; }
.tokyo-clock span { font-size: .68rem; letter-spacing: .12em; }
.schedule-card .tokyo-date { margin: .45rem 0 0; font-size: .66rem; letter-spacing: .05em; text-transform: none; opacity: .72; }

.ticker { background: var(--ink); color: var(--paper); overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.ticker div { width: max-content; display: flex; align-items: center; animation: ticker 30s linear infinite; }
.ticker span { padding: .9rem 2.2rem; font-family: var(--serif); font-size: 1.2rem; white-space: nowrap; }
.ticker span::before { content: "•"; color: var(--red); margin-right: 2.2rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { width: var(--content); margin: 0 auto; padding: 8rem 0; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 3rem; margin-bottom: 3.6rem; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .desk-intro h2 { font-size: clamp(3.7rem, 7vw, 7rem); }
.section-heading > p:last-child { margin: 0; color: rgba(23,23,20,.68); font-size: 1.05rem; }

.dispatch-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.25rem; align-items: start; }
.dispatch-card { grid-column: span 4; border: 1px solid var(--line); background: rgba(255,255,255,.23); }
.dispatch-card-tall { margin-top: 3rem; }
.dispatch-card-featured { margin-top: -1.6rem; background: var(--ink); color: var(--paper); }
.card-image { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--paper-deep); }
.card-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.dispatch-card:hover .card-image > img { transform: scale(1.025); }
.video-card { aspect-ratio: 4 / 5; background: #090909; }
.video-card video { width: 100%; height: 100%; object-fit: cover; }
.time-stamp { position: absolute; right: .75rem; top: .75rem; padding: .42rem .55rem; background: var(--paper); color: var(--ink); border: 1px solid rgba(23,23,20,.15); font-family: var(--serif); font-size: 1.1rem; line-height: 1; }
.card-body { padding: 1.3rem 1.3rem 1.5rem; }
.card-kicker { margin: 0 0 .85rem; color: var(--red); font-size: .66rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.dispatch-card-featured .card-kicker { color: #e68c83; }
.card-body h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; line-height: .98; }
.card-body > p:not(.card-kicker) { color: rgba(23,23,20,.67); }
.dispatch-card-featured .card-body > p:not(.card-kicker) { color: rgba(243,239,228,.68); }
.read-label { display: inline-block; border-top: 1px solid currentColor; padding-top: .45rem; margin-top: .5rem; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; opacity: .65; }

.translation-desk { background: var(--blue); color: var(--paper); padding: 8rem max(20px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.desk-intro { position: sticky; top: 3rem; }
.desk-intro h2 em { color: #e9a29b; }
.desk-intro > p:last-child { max-width: 570px; color: rgba(243,239,228,.7); font-size: 1.08rem; }
.desk-process { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(243,239,228,.25); }
.desk-process li { display: grid; grid-template-columns: 60px 1fr; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(243,239,228,.25); }
.desk-process > li > span { font-family: var(--serif); font-size: 1.7rem; color: #e9a29b; }
.desk-process strong { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.desk-process p { margin: .3rem 0 0; color: rgba(243,239,228,.65); }

.test-heading { grid-template-columns: 1fr 1fr; }
.test-shell { border: 1px solid var(--ink); background: rgba(255,255,255,.23); display: grid; grid-template-columns: 240px 1fr 260px; min-height: 540px; }
.level-tabs { display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.level-tabs button { flex: 1; display: grid; align-content: center; justify-items: start; gap: .15rem; border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: 1.4rem; text-align: left; cursor: pointer; }
.level-tabs button:last-child { border-bottom: 0; }
.level-tabs button[aria-selected="true"] { background: var(--red); color: white; }
.level-tabs span { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.level-tabs strong { font-family: var(--serif); font-size: 3.8rem; font-weight: 400; line-height: 1; }
.level-tabs small { opacity: .7; }
.quiz-panel { padding: clamp(2rem, 5vw, 4.5rem); display: flex; flex-direction: column; }
.quiz-meta { display: flex; justify-content: space-between; gap: 1rem; color: var(--red); font-size: .68rem; letter-spacing: .11em; text-transform: uppercase; font-weight: 700; }
.quiz-meta p { margin: 0; }
.quiz-progress { height: 3px; margin: 1rem 0 2.2rem; background: var(--paper-deep); }
.quiz-progress span { display: block; height: 100%; width: 20%; background: var(--red); transition: width .25s ease; }
.quiz-panel h3 { margin: 0 0 2rem; font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 400; line-height: 1; }
.quiz-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.quiz-options button { min-height: 62px; border: 1px solid var(--line); background: rgba(255,255,255,.35); padding: .8rem 1rem; font-family: var(--jp); font-size: 1.08rem; cursor: pointer; transition: border .15s, background .15s, color .15s; }
.quiz-options button:hover:not(:disabled) { border-color: var(--ink); background: white; }
.quiz-options button.correct { background: var(--moss); color: white; border-color: var(--moss); }
.quiz-options button.wrong { background: var(--red); color: white; border-color: var(--red); }
.quiz-response { min-height: 48px; margin: 1rem 0; color: rgba(23,23,20,.72); }
.quiz-actions { display: flex; gap: .65rem; margin-top: auto; }
.test-ledger { background: var(--ink); color: var(--paper); padding: 2rem 1.6rem; }
.ledger-label { margin: 0 0 1.4rem; font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; color: #e9a29b; }
.test-ledger dl { margin: 0; }
.test-ledger dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-top: 1px solid rgba(243,239,228,.2); }
.test-ledger dt { font-family: var(--serif); font-size: 1.3rem; }
.test-ledger dd { margin: 0; align-self: center; font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; color: rgba(243,239,228,.64); }
.test-ledger > p:last-child { margin-top: 2rem; color: rgba(243,239,228,.62); font-size: .82rem; }

.dispatch-list { background: var(--ink); color: var(--paper); padding: 7rem max(20px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem, 9vw, 9rem); }
.dispatch-list h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(3.7rem, 7vw, 7rem); line-height: .88; letter-spacing: -.035em; }
.dispatch-list h2 em { color: #e9a29b; font-weight: 400; }
.dispatch-list-copy > p:last-child { max-width: 570px; color: rgba(243,239,228,.66); font-size: 1.02rem; }
.signup-form { border-top: 1px solid rgba(243,239,228,.28); padding-top: 1.2rem; }
.signup-form > label:first-child { display: block; margin-bottom: .65rem; font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #e9a29b; }
.signup-row { display: grid; grid-template-columns: 1fr auto; border: 1px solid rgba(243,239,228,.4); }
.signup-row input { min-width: 0; min-height: 58px; border: 0; background: transparent; color: white; padding: .9rem 1rem; outline: none; }
.signup-row input::placeholder { color: rgba(243,239,228,.42); }
.signup-row input:focus { box-shadow: inset 0 0 0 2px #e9a29b; }
.signup-row button { border: 0; border-left: 1px solid rgba(243,239,228,.4); background: var(--red); color: white; padding: .9rem 1.15rem; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.signup-row button:hover { background: #d13a2d; }
.signup-row button:disabled { cursor: wait; opacity: .58; }
.consent-row { display: grid; grid-template-columns: auto 1fr; gap: .65rem; align-items: start; margin-top: .85rem; color: rgba(243,239,228,.62); font-size: .76rem; cursor: pointer; }
.consent-row input { margin-top: .2rem; accent-color: var(--red); }
.signup-status { min-height: 1.4rem; margin: .75rem 0 0; color: #e9a29b; font-size: .78rem; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.field-notes { display: grid; grid-template-columns: 1fr 1fr; padding-top: 2rem; }
.field-note-panel { background: var(--red); color: white; padding: clamp(2rem, 5vw, 5rem); }
.field-note-panel .field-statement { margin: 2.5rem 0 1.5rem; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: .95; }
.field-note-panel .field-source { margin: 0; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }
.field-note-copy { padding: clamp(2rem, 5vw, 5rem); background: var(--paper-deep); display: flex; flex-direction: column; justify-content: center; }
.field-note-copy h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(3.3rem, 6vw, 6rem); line-height: .9; }
.field-note-copy p { max-width: 560px; font-size: 1.08rem; color: rgba(23,23,20,.68); }
.text-link { width: fit-content; margin-top: 1.2rem; padding-bottom: .3rem; border-bottom: 1px solid var(--ink); text-decoration: none; font-weight: 700; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { color: var(--red); }

.site-footer { width: var(--content); margin: 0 auto; padding: 3rem 0; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; border-top: 1px solid var(--line); }
.site-footer > div:first-child { display: flex; align-items: center; gap: 1rem; }
.site-footer img { border-radius: 50%; }
.site-footer p { margin: 0; color: rgba(23,23,20,.64); font-size: .78rem; }
.site-footer p strong { color: var(--ink); font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.footer-times { display: grid; gap: .15rem; justify-items: end; text-align: right; }
.footer-times span { font-family: var(--serif); font-size: 1.7rem; }
.footer-times small { font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(23,23,20,.6); }
.footer-legal { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .65rem 1.25rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.footer-legal a { color: rgba(23,23,20,.68); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.footer-legal a:hover, .footer-legal a:focus-visible { color: var(--red); }
.copyright { grid-column: 1 / -1; }

/* Privacy and data-control pages */
.legal-header { min-height: 96px; }
.legal-home { border-bottom: 1px solid var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .08em; padding: .35rem 0; text-decoration: none; text-transform: uppercase; }
.legal-home:hover, .legal-home:focus-visible { color: var(--red); border-color: var(--red); }
.legal-main { width: var(--content); margin: 0 auto; }
.legal-hero { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr); gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 10vw, 9rem) 0 clamp(4rem, 8vw, 7rem); border-bottom: 1px solid var(--line); align-items: end; }
.legal-hero h1 { max-width: 850px; margin: 0; font-family: var(--serif); font-size: clamp(4.5rem, 10vw, 9rem); font-weight: 400; letter-spacing: -.045em; line-height: .82; }
.legal-hero h1 em { color: var(--red); font-weight: 400; }
.legal-deck { max-width: 700px; margin: 2rem 0 0; color: rgba(23,23,20,.7); font-size: clamp(1rem, 1.8vw, 1.22rem); }
.legal-summary { border-top: 3px solid var(--red); padding-top: 1.25rem; }
.legal-summary dl { margin: 0; }
.legal-summary div { display: grid; grid-template-columns: 92px 1fr; gap: .75rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.legal-summary dt { color: var(--red); font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.legal-summary dd { margin: 0; font-family: var(--serif); font-size: 1.15rem; line-height: 1.2; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); gap: clamp(3rem, 8vw, 8rem); justify-content: space-between; padding: clamp(4rem, 8vw, 7rem) 0 8rem; }
.legal-index { align-self: start; position: sticky; top: 2rem; }
.legal-index p { margin: 0 0 1rem; color: var(--red); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.legal-index ol { margin: 0; padding: 0; list-style: none; counter-reset: legal-index; }
.legal-index li { counter-increment: legal-index; border-top: 1px solid var(--line); }
.legal-index li:last-child { border-bottom: 1px solid var(--line); }
.legal-index a { display: grid; grid-template-columns: 2rem 1fr; gap: .35rem; padding: .75rem 0; color: rgba(23,23,20,.72); font-size: .75rem; text-decoration: none; }
.legal-index a::before { content: counter(legal-index, decimal-leading-zero); color: var(--red); font-family: var(--serif); font-size: 1rem; }
.legal-index a:hover, .legal-index a:focus-visible { color: var(--red); }
.legal-copy section { scroll-margin-top: 2rem; padding: 0 0 3.5rem; }
.legal-copy section + section { border-top: 1px solid var(--line); padding-top: 3.5rem; }
.legal-copy h2 { margin: 0 0 1.25rem; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 4.5rem); font-weight: 400; letter-spacing: -.025em; line-height: .94; }
.legal-copy h3 { margin: 2rem 0 .6rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.legal-copy p, .legal-copy li { color: rgba(23,23,20,.76); }
.legal-copy p { margin: 0 0 1rem; }
.legal-copy ul, .legal-copy ol { margin: 1rem 0 0; padding-left: 1.25rem; }
.legal-copy li + li { margin-top: .75rem; }
.legal-copy a { text-underline-offset: .2em; }
.legal-callout { margin: 2rem 0 0; border-left: 4px solid var(--red); background: rgba(255,255,255,.28); padding: 1.4rem 1.5rem; }
.legal-callout strong { display: block; margin-bottom: .35rem; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.deletion-steps { list-style: none; margin: 2rem 0 0 !important; padding: 0 !important; counter-reset: deletion-step; }
.deletion-steps li { counter-increment: deletion-step; display: grid; grid-template-columns: 72px 1fr; gap: 1.25rem; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.deletion-steps li:last-child { border-bottom: 1px solid var(--line); }
.deletion-steps li::before { content: counter(deletion-step, decimal-leading-zero); color: var(--red); font-family: var(--serif); font-size: 2.4rem; line-height: 1; }
.deletion-steps strong { display: block; margin-bottom: .3rem; color: var(--ink); font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .brand-copy small { display: none; }
  .menu-toggle { display: block; z-index: 2; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 86px; padding: 1rem; background: var(--paper); border-bottom: 1px solid var(--ink); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .8rem; }
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 620px; margin: 0 auto; }
  .schedule-card { left: -1rem; }
  .section-heading, .test-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .dispatch-card { grid-column: span 6; }
  .dispatch-card-featured { grid-column: 3 / span 8; margin-top: 1rem; }
  .translation-desk { grid-template-columns: 1fr; }
  .desk-intro { position: static; }
  .dispatch-list { grid-template-columns: 1fr; }
  .test-shell { grid-template-columns: 180px 1fr; }
  .test-ledger { grid-column: 1 / -1; }
  .field-notes { grid-template-columns: 1fr; }
  .legal-hero { grid-template-columns: 1fr; }
  .legal-summary { max-width: 560px; }
  .legal-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 3rem; }
}

@media (max-width: 660px) {
  :root { --content: min(100% - 24px, 1180px); }
  .site-header { min-height: 72px; }
  .site-nav { top: 72px; }
  .brand img { width: 44px; height: 44px; }
  .brand-copy strong { font-size: 1.25rem; }
  .hero { min-height: auto; padding: 3.5rem 0 5rem; gap: 4rem; }
  .hero h1 { font-size: clamp(4rem, 20vw, 6.5rem); }
  .hero-deck { font-size: 1rem; }
  .proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); }
  .proof-strip div { padding: .75rem .5rem .75rem 0; }
  .proof-strip div + div { padding-left: .5rem; }
  .proof-strip dt { font-size: 1.6rem; }
  .proof-strip dd { font-size: .56rem; }
  .hero-visual { padding-right: .7rem; }
  .hero-frame { box-shadow: 10px 12px 0 var(--blue); }
  .hero-frame figcaption { display: grid; }
  .schedule-card { width: 210px; left: .5rem; bottom: -3rem; }
  .section { padding: 6rem 0; }
  .section-heading h2, .desk-intro h2 { font-size: clamp(3.3rem, 17vw, 5rem); }
  .dispatch-grid { display: grid; grid-template-columns: 1fr; }
  .dispatch-card, .dispatch-card-featured { grid-column: 1; margin-top: 0; }
  .translation-desk { padding-top: 6rem; padding-bottom: 6rem; }
  .dispatch-list { padding-top: 6rem; padding-bottom: 6rem; }
  .signup-row { grid-template-columns: 1fr; }
  .signup-row button { min-height: 52px; border-left: 0; border-top: 1px solid rgba(243,239,228,.4); }
  .test-shell { grid-template-columns: 1fr; }
  .level-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-right: 0; border-bottom: 1px solid var(--line); }
  .level-tabs button { min-width: 0; padding: 1rem .7rem; border-bottom: 0; border-right: 1px solid var(--line); }
  .level-tabs button:last-child { border-right: 0; }
  .level-tabs strong { font-size: 2.3rem; }
  .level-tabs small { font-size: .62rem; }
  .quiz-panel { padding: 1.5rem 1.1rem 2rem; min-height: 480px; }
  .quiz-panel h3 { font-size: 2.7rem; }
  .quiz-options { grid-template-columns: 1fr; }
  .test-ledger { grid-column: auto; }
  .field-note-panel, .field-note-copy { padding: 3rem 1.4rem; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-times { text-align: left; width: fit-content; }
  .legal-header { min-height: 78px; }
  .legal-header .brand-copy small { display: none; }
  .legal-home { max-width: 130px; text-align: right; }
  .legal-hero { padding-top: 4rem; }
  .legal-hero h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .legal-layout { grid-template-columns: 1fr; gap: 3rem; padding-bottom: 6rem; }
  .legal-index { position: static; }
  .deletion-steps li { grid-template-columns: 52px 1fr; }
}

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