@font-face {
  font-family:Kalam;
  src:url('/assets/fonts/kalam-0.7463b42e3630.ttf') format('truetype');
  font-style:normal;
  font-weight:700;
  font-display:swap
}
@font-face {
  font-family:Nunito;
  src:url('/assets/fonts/nunito-0.a699fa825cd4.ttf') format('truetype');
  font-style:normal;
  font-weight:400;
  font-display:swap
}
@font-face {
  font-family:Nunito;
  src:url('/assets/fonts/nunito-1.ad2699609215.ttf') format('truetype');
  font-style:normal;
  font-weight:600;
  font-display:swap
}
@font-face {
  font-family:Nunito;
  src:url('/assets/fonts/nunito-2.9cad4d40b075.ttf') format('truetype');
  font-style:normal;
  font-weight:800;
  font-display:swap
}
:root {
  --ink:#102035;
  --ink-soft:#41516b;
  --paper:#f5fbfc;
  --surface:#fff;
  --line:#dce8ed;
  --sun:#ffd34f;
  --mint:#d8f3d6;
  --sky:#dcefff;
  --lilac:#eee0ff;
  --peach:#ffe5cc;
  --rose:#cb7692;
  --selection:#f3bfd2;
  --link:#195b9a;
  --shadow:0 6px 24px #1020350c;
  --ease-out:cubic-bezier(.2,.7,.2,1);
  --reading:65ch
}
* {
  box-sizing:border-box
}
::selection {
  background:var(--selection);
  color:var(--ink);
  text-shadow:none
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:90px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Nunito,Arial,sans-serif;
  font-size:17px;
  line-height:1.6
}
img {
  max-width:100%;
  height:auto;
  display:block
}
svg {
  flex-shrink:0;
  vertical-align:middle
}
a {
  color:var(--link);
  text-underline-offset:4px
}
a:hover {
  text-decoration-thickness:2px
}
button,summary,a {
  -webkit-tap-highlight-color:#cb769233
}
button {
  font:inherit;
  cursor:pointer
}
button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible {
  outline:3px solid var(--ink);
  outline-offset:5px
}
h1,h2,h3 {
  color:var(--ink);
  line-height:1.15;
  margin:0 0 16px;
  font-family:Kalam,'Trebuchet MS',sans-serif;
  font-weight:700;
  text-wrap:balance
}
h1 {
  font-size:clamp(36px,5.3vw,68px)
}
h2 {
  font-size:32px
}
h3 {
  font-size:23px
}
p {
  margin:0 0 18px
}
section[id] {
  scroll-margin-top:96px
}
button[hidden],[hidden] {
  display:none!important
}
.wrap {
  width:calc(100% - 36px);
  max-width:1200px;
  margin-inline:auto
}
.block {
  margin-top:48px
}
.eyebrow {
  display:block;
  color:var(--ink-soft);
  font-size:12px;
  font-weight:800;
  line-height:1.5;
  letter-spacing:1.25px;
  text-transform:uppercase;
  margin-bottom:12px
}
.light {
  color:#c8dbf4
}
.small {
  font-size:14px
}
.skip {
  position:fixed;
  left:16px;
  top:-100px;
  background:#fff;
  padding:12px;
  z-index:100
}
.skip:focus {
  top:8px
}
.site-header {
  background:#f8fcffef;
  border-bottom:1px solid #ffffffb5;
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter:blur(16px)
}
.header-inner {
  width:calc(100% - 36px);
  max-width:1260px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  padding:10px 0
}
.brand {
  display:block;
  line-height:1
}
.brand img {
  width:111px;
  height:55px;
  object-fit:contain
}
.menu-toggle {
  display:none;
  border:1px solid var(--line);
  border-radius:24px;
  padding:9px 15px;
  min-height:44px;
  background:#fff;
  font-size:15px;
  font-weight:800;
  align-items:center;
  gap:12px
}
.enhanced .menu-toggle {
  display:flex
}
#primary-nav {
  width:100%;
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:8px 0 14px;
  max-height:calc(100dvh - 85px);
  overflow:auto
}
.nav-link {
  padding:10px 14px;
  min-height:44px;
  color:var(--ink);
  font-size:15px;
  text-decoration:none;
  border-radius:24px
}
.nav-link[aria-current] {
  background:#e0edfa;
  font-weight:800
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:12px 20px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  text-decoration:none;
  line-height:1.35;
  box-shadow:0 3px 10px #1020350c;
  max-width:100%;
  text-align:center
}
.button.dark {
  background:var(--ink);
  color:white
}
.button.white {
  background:white;
  color:var(--ink)
}
.button.yellow {
  background:var(--sun);
  color:var(--ink)
}
.actions {
  display:flex;
  flex-wrap:wrap;
  gap:10px
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:15px;
  font-weight:800;
  min-height:44px
}
.hero {
  background:#e6f3fb;
  position:relative
}
.hero-copy {
  position:relative;
  z-index:1;
  padding:32px 22px 22px;
  background:linear-gradient(130deg,#fff9ec,#e5f1fd)
}
.hero-copy h1 {
  margin:4px 0 20px;
  width:min(100%,280px)
}
.hero-logo {
  width:100%;
  height:auto
}
.hero-copy h2 {
  font-size:27px;
  margin-bottom:12px
}
.hero-copy p {
  font-size:16px
}
.hero-copy .eyebrow {
  font-size:10px;
  margin-bottom:16px
}
.hero .actions .button {
  font-size:13px;
  padding:12px 15px
}
.hero-art {
  display:block
}
.hero-art img {
  width:100%;
  height:auto;
  aspect-ratio:4/5;
  object-fit:cover
}
.hero-copy .hand-note {
  font-family:Kalam,cursive;
  font-weight:700;
  margin:16px 0 0;
  color:#3a4f6d;
  font-size:18px
}
.facts {
  padding:24px 18px 16px;
  border:1px solid #e0eef4;
  background:#eaf4f9;
  border-radius:22px;
  margin-top:20px
}
.facts h2 {
  font-size:25px
}
.fact-grid {
  display:grid;
  grid-template-columns:1fr;
  gap:12px
}
.fact {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  padding:14px;
  border-radius:14px;
  min-height:108px
}
.mint {
  background:var(--mint)
}
.sky {
  background:var(--sky)
}
.fact>span {
  font-size:48px;
  color:#163e57
}
.fact p {
  margin:0;
  line-height:1.3;
  font-weight:800
}
.fact strong {
  font-family:Kalam,sans-serif;
  font-size:32px
}
.facts summary {
  font-size:13px;
  min-height:44px;
  padding:12px 0;
  cursor:pointer
}
.facts details p {
  font-size:14px;
  margin-bottom:8px
}
.season-postcards {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px 5px
}
.season-postcards img {
  width:31%;
  aspect-ratio:4/3;
  object-fit:cover;
  border:4px solid #fff;
  box-shadow:0 4px 10px #233d5c25;
  transform:rotate(-8deg)
}
.season-postcards img:nth-child(2) {
  transform:rotate(4deg)
}
.season-postcards img:nth-child(3) {
  transform:rotate(11deg)
}
.section-heading {
  display:flex;
  flex-wrap:wrap;
  align-items:end;
  justify-content:space-between;
  gap:0 20px;
  margin-bottom:20px
}
.section-heading h2 {
  margin-bottom:0
}
.section-heading .eyebrow {
  font-size:10px;
  margin-bottom:7px
}
.cards {
  display:grid;
  gap:18px;
  grid-template-columns:minmax(0,1fr)
}
.story-card,.season-card {
  display:flex;
  flex-direction:column;
  color:var(--ink);
  text-decoration:none;
  background:white;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--shadow);
  min-width:0;
}
.story-card>img,.season-card>img {
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover
}
.card-copy {
  padding:20px;
  display:flex;
  flex-direction:column;
  flex:1
}
.card-copy .eyebrow {
  font-size:10px;
  margin-bottom:9px;
  letter-spacing:.7px
}
.card-copy h3 {
  margin-bottom:10px
}
.card-copy p {
  color:var(--ink-soft);
  font-size:15px;
  line-height:1.55;
  margin-bottom:16px
}
.card-link {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:800;
  color:#1d527e;
  margin-top:auto;
  min-height:24px
}
.season-1 {
  background:linear-gradient(115deg,#e8fae3,#caeddb)
}
.season-2 {
  background:linear-gradient(115deg,#e5f4ff,#bfdff8)
}
.season-3 {
  background:linear-gradient(115deg,#f2e5ff,#ddd2fa)
}
.card-copy .season-dates {
  font-size:12px;
  font-weight:800;
  color:#344b64
}
.next-card {
  background:linear-gradient(130deg,#ffe2b6,#eedafa)
}
.future-art {
  aspect-ratio:16/9;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  font-family:Kalam;
  font-size:44px;
  color:#fff;
  background:radial-gradient(ellipse at 25% 75%,#fff6,transparent),linear-gradient(25deg,#a7c8f0,#ddc9f5,#ffd89e)
}
.future-art span {
  font-size:112px;
  line-height:1;
  text-shadow:0 5px 0 #667cb247;
  transform:rotate(10deg)
}
.champion-groups {
  display:grid;
  gap:16px
}
.champions {
  padding:20px;
  border-radius:18px;
  border:1px solid #fff
}
.champions h3 {
  font-size:23px;
  margin-bottom:8px
}
.champions>p {
  font-size:12px;
  color:#41516b
}
.champion-row {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  background:#fff9;
  border-radius:14px;
  padding:14px 2px;
  margin-bottom:10px
}
.champion {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
  font-size:13px;
  border-right:1px solid #bac8d85e
}
.champion:last-child {
  border:0
}
.champion strong {
  font-size:16px
}
.medal {
  display:grid;
  place-content:center;
  color:#8f5b00;
  background:#ffdf67;
  border:2px solid #d4a43b;
  border-radius:11px;
  width:35px;
  height:35px;
  line-height:1;
  font-size:28px
}
.medal-2 {
  color:#506582;
  background:#d1d9e8;
  border-color:#9aaac7
}
.medal-3 {
  color:#8c450a;
  background:#ffc18c;
  border-color:#dc9051
}
.build-grid {
  display:grid;
  gap:14px
}
.build-card {
  display:grid;
  grid-template-columns:80px minmax(0,1fr);
  gap:16px;
  padding:16px;
  background:white;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--shadow);
  color:var(--ink);
  text-decoration:none
}
.build-card img {
  width:80px;
  height:80px;
  border-radius:13px;
  object-fit:cover
}
.build-card h3 {
  font-family:Nunito,sans-serif;
  font-size:17px;
  line-height:1.35;
  margin-bottom:8px
}
.build-context {
  display:block;
  border-radius:7px;
  color:#36566e;
  background:#e8f4f5;
  padding:3px 6px;
  font-size:11px;
  line-height:1.6;
  margin-bottom:9px
}
.build-card p {
  font-size:13px;
  line-height:1.5;
  margin:0;
  color:var(--ink-soft)
}
.build-card>.text-link {
  grid-column:1/-1
}
.history-feature {
  border-radius:24px;
  background:#fff5e8;
  overflow:hidden;
  display:grid
}
.history-feature>img {
  width:100%;
  height:100%;
  object-fit:cover;
  min-height:200px
}
.history-feature>div {
  padding:28px 24px
}
.history-feature h2 {
  font-size:36px
}
.history-feature p {
  font-size:16px
}
.history-feature .small {
  margin-top:18px;
  font-size:14px
}
.closing {
  margin-top:56px;
  border-radius:24px;
  overflow:hidden;
  background:#102643;
  color:#fff;
  display:grid
}
.closing-copy {
  padding:32px 24px;
  position:relative;
  z-index:1
}
.closing h2 {
  font-size:38px;
  color:#fff
}
.closing p {
  color:#dbe9f7;
  font-size:16px;
  max-width:480px
}
.closing .eyebrow {
  font-size:10px
}
.closing-art {
  height:290px;
  overflow:hidden
}
.closing-art img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 32%
}
.site-footer {
  display:grid;
  gap:26px;
  padding-block:42px;
  font-size:13px
}
.site-footer img {
  width:105px;
  height:54px;
  object-fit:contain
}
.site-footer p {
  margin:10px 0;
  color:var(--ink-soft)
}
.site-footer nav {
  display:flex;
  gap:3px 20px;
  flex-wrap:wrap
}
.site-footer a {
  min-height:44px;
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  color:var(--ink);
  gap:7px
}
.breadcrumbs {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:13px;
  padding-top:26px
}
.breadcrumbs { flex-wrap:wrap }
.story-jump {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:32px
}
.story-jump a {
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:8px 16px;
  border:1px solid var(--line);
  border-radius:24px;
  color:var(--ink);
  background:var(--surface)
}
.prose .archive-note { font-size:14px; color:var(--ink-soft) }
.prose .chapter-cards { grid-template-columns:minmax(0,1fr); gap:24px }
.prose .chapter-cards .story-card { text-decoration:none }
.prose .chapter-cards p { font-size:16px }
.meme-collection .meme-moment {
  padding:24px;
  margin-bottom:24px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff8e7
}
.meme-collection .meme-moment:nth-child(3n+2) { background:#eef5ff }
.meme-collection .meme-moment:nth-child(3n) { background:#f5effb }
.meme-moment .eyebrow { font-size:12px; margin-bottom:12px }
.meme-moment h2 { font-size:30px; margin-top:0 }
.meme-moment .sources { border-top:0; padding-top:0 }
.meme-moment p:last-child { margin-bottom:0 }
.story-insert { margin:20px 0 }
.story-insert img { width:100%; border-radius:14px }
.story-insert figcaption { margin-top:6px; font-size:14px; color:var(--ink-soft) }
.breadcrumbs a,.breadcrumbs span {
  display:inline-flex;
  align-items:center;
  min-height:36px
}
.page-intro {
  padding-block:28px 30px;
  max-width:1000px
}
.page-intro h1 {
  max-width:19ch;
  margin-bottom:20px
}
.page-intro .lead {
  max-width:65ch;
  color:var(--ink-soft);
  font-size:18px;
  line-height:1.6;
  margin:0
}
.page-intro .eyebrow {
  font-size:11px
}
.article-cover {
  position:relative;
  max-width:1000px;
  border-radius:20px;
  overflow:hidden;
  background:linear-gradient(120deg,#d5e9f7,#e4f4ec)
}
.article-cover>img {
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover
}
.art-caption {
  display:block;
  background:#f0f6f9;
  padding:8px 16px;
  font-size:11px;
  color:#41516b
}
.article-layout {
  display:flex;
  flex-direction:column;
  gap:30px;
  margin-top:28px
}
.contents {
  font-size:14px
}
.contents details {
  border:1px solid var(--line);
  border-radius:14px;
  padding:0 16px;
  background:white
}
.contents summary {
  font-weight:800;
  cursor:pointer;
  min-height:48px;
  padding-block:12px
}
.contents nav {
  display:flex;
  flex-direction:column;
  padding-bottom:10px
}
.contents a {
  font-size:13px;
  min-height:42px;
  padding:8px 0
}
.prose {
  min-width:0;
  width:100%;
  max-width:var(--reading)
}
.prose section {
  margin-bottom:42px
}
.prose h2 {
  font-size:30px;
  margin-bottom:20px
}
.prose p {
  line-height:1.75
}
.prose ul {
  padding-left:23px
}
.prose li {
  margin-bottom:14px
}
.sources {
  border-left:3px solid #c6dceb;
  padding:8px 0 8px 14px;
  font-size:13px;
  display:flex;
  flex-direction:column;
  gap:4px;
  margin:22px 0 10px
}
.sources>span {
  font-weight:800;
  color:#41516b
}
.sources a {
  padding:5px 0;
  line-height:1.55
}
.table-scroll {
  max-width:100%;
  overflow:auto;
  border:1px solid var(--line);
  border-radius:14px;
  margin:24px 0;
  background:white;
  scrollbar-color:#6588a5 #e3ecf5
}
.table-scroll table {
  width:100%;
  border-collapse:collapse;
  font-size:13px;
  font-variant-numeric:tabular-nums
}
.table-scroll th,.table-scroll td {
  padding:13px 10px;
  border-bottom:1px solid #e5edf1;
  text-align:left;
  white-space:nowrap
}
.table-scroll thead {
  background:#e8f0f7
}
.table-scroll th {
  font-weight:800
}
.table-scroll tbody tr:nth-child(2n) {
  background:#f6f9fb
}
.table-scroll caption {
  text-align:left;
  font-size:14px;
  font-weight:800;
  padding:16px;
  line-height:1.5;
  white-space:normal
}
.small-step {
  padding:24px;
  background:linear-gradient(135deg,#fff3ce,#e2f2ee);
  border-radius:18px;
  margin-top:40px
}
.small-step p {
  font-size:17px;
  font-weight:600
}
.small-step .button {
  font-size:13px
}
.related {
  margin-top:56px
}
.archive-figure {
  margin:24px 0;
  padding:14px;
  background:white;
  border:1px solid var(--line);
  border-radius:18px
}
.archive-figure img {
  max-height:700px;
  object-fit:contain;
  width:auto;
  margin-inline:auto
}
.archive-open {
  display:block
}
/* Keep the two-line historical code image at its reviewed native width. */
.archive-lilo-total-code img {
  width:100%;
  max-width:360px;
  height:auto
}
/* Preserve complete sticker canvases without enlarging their original pixels. */
.archive-sticker-bb-server img,
.archive-sticker-uptime img {
  width:100%;
  max-width:512px;
  height:auto
}
.archive-sticker-uptime img { max-width:320px }
.archive-figure figcaption {
  font-size:13px;
  line-height:1.6;
  padding-top:14px
}
.enlarge-hint {
  display:block;
  font-size:12px;
  color:#41516b;
  margin-top:7px
}
.lightbox {
  max-width:calc(100vw - 24px);
  max-height:calc(100dvh - 24px);
  width:1000px;
  padding:16px;
  border:0;
  border-radius:18px;
  background:#f9fcff;
  color:var(--ink)
}
.lightbox::backdrop {
  background:#071b32e8
}
.lightbox-close {
  display:block;
  margin:0 0 12px auto;
  background:var(--ink);
  color:white;
  border:0;
  border-radius:25px;
  padding:10px 20px;
  min-height:44px;
  font-size:14px
}
.lightbox img {
  max-height:calc(100dvh - 220px);
  width:auto;
  margin:auto;
  object-fit:contain
}
.lightbox p {
  font-size:14px;
  line-height:1.5;
  max-width:70ch;
  margin:16px auto 0
}
.lightbox-open {
  overflow:hidden
}
.hub-content {
  margin-top:12px
}
.hub-content>section {
  margin-bottom:36px
}
.hub-note {
  padding:26px;
  background:#e7f1f7;
  border-radius:20px;
  margin-top:40px
}
.hub-note p {
  max-width:70ch
}
.story-category {
  margin-top:40px
}
.story-category h2 {
  margin-bottom:24px
}
.history-banner {
  position:relative;
  display:grid;
  background:#fff0d2;
  border-radius:22px;
  overflow:hidden
}
.history-banner>img {
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover
}
.anniversary {
  padding:22px 26px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:0 20px;
  align-items:center
}
.anniversary strong {
  font-family:Kalam;
  font-size:78px;
  line-height:1
}
.anniversary span {
  font-size:18px;
  line-height:1.35;
  font-weight:800
}
.anniversary a {
  grid-column:1/-1;
  font-size:13px;
  padding-top:14px;
  min-height:36px
}
.era-nav {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:26px;
  margin-bottom:28px
}
.era-nav a {
  font-size:12px;
  text-decoration:none;
  color:#244d75;
  background:#e1edf6;
  border:1px solid #b5cddd;
  min-height:44px;
  padding:11px 15px;
  border-radius:24px;
  font-weight:800
}
.history-body {
  max-width:930px
}
.history-note {
  font-size:16px;
  color:#41516b;
  margin:38px 0
}
.timeline-chapter {
  margin-block:44px
}
.timeline-chapter>h2 {
  font-size:32px;
  margin-bottom:25px
}
.timeline {
  margin:0 0 0 7px;
  padding:0;
  list-style:none
}
.timeline>li {
  position:relative;
  border-left:2px solid #bbd2df;
  padding:0 0 32px 23px
}
.timeline>li::before {
  content:'';
  width:14px;
  height:14px;
  border:3px solid var(--paper);
  border-radius:50%;
  background:#d69a12;
  position:absolute;
  left:-8px;
  top:6px;
  box-shadow:0 0 0 1px #d69a12
}
.milestone-date {
  font-weight:800;
  font-size:14px;
  line-height:1.6;
  color:#465775;
  margin-bottom:12px
}
.milestone-copy {
  padding:22px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--shadow)
}
.milestone-copy h3 {
  font-size:25px
}
.milestone-copy p {
  font-size:16px;
  line-height:1.7
}
.milestone-copy .sources {
  font-size:12px
}
.milestone-copy .text-link {
  font-size:13px
}
.not-found {
  text-align:center;
  padding-block:64px
}
.not-found h1 {
  margin-inline:auto
}
.not-found img {
  max-width:min(100%,380px);
  margin:24px auto;
  border-radius:28px
}
.not-found .actions {
  justify-content:center
}
@media(min-width:640px) {
  .wrap {
    width:calc(100% - 56px)
  }
  .cards {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .fact-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .season-postcards {
    grid-column:1/-1
  }
  .build-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .champion-groups {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .hero-copy {
    padding:44px 32px 30px
  }
  .hero-copy h1 {
    width:360px
  }
  .hero .actions .button {
    font-size:14px;
    padding:14px 20px
  }
  .hero-art img {
    max-height:700px;
    object-fit:cover;
    object-position:center 30%
  }
  .mobile-only {
    display:none
  }
  .facts h2 {
    font-size:28px
  }
  .culture-cards .story-card {
    display:grid;
    grid-template-columns:45% 55%
  }
  .culture-cards .story-card>img {
    height:100%;
    aspect-ratio:auto
  }
  .culture-cards {
    grid-template-columns:1fr
  }
  .page-intro {
    padding-block:40px
  }
  .page-intro .lead {
    font-size:20px
  }
  .article-cover>img {
    aspect-ratio:16/9
  }
  .prose {
    margin-inline:auto
  }
  .prose h2 {
    font-size:34px
  }
  .closing-copy {
    padding:40px
  }
  .closing-art {
    height:360px
  }
  .site-footer {
    grid-template-columns:1fr 1fr
  }
  .site-footer nav {
    align-content:start
  }
  .history-banner {
    grid-template-columns:65% 35%
  }
  .history-banner>img {
    height:100%
  }
  .anniversary {
    display:flex;
    flex-wrap:wrap;
    align-content:center;
    gap:0 20px;
    padding:20px
  }
  .anniversary strong {
    font-size:90px
  }
  .anniversary a {
    font-size:12px
  }
  .timeline>li {
    display:grid;
    grid-template-columns:135px minmax(0,1fr);
    gap:18px;
    padding-left:24px
  }
  .milestone-copy {
    padding:26px
  }
  .history-feature {
    grid-template-columns:45% 55%
  }
  .history-feature h2 {
    font-size:39px
  }
  .related-cards {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
}
@media(min-width:900px) {
  .wrap {
    width:calc(100% - 80px)
  }
  h2 {
    font-size:38px
  }
  .block {
    margin-top:56px
  }
  .header-inner {
    padding:5px 0;
    flex-wrap:nowrap;
    gap:28px
  }
  .brand img {
    width:115px;
    height:59px
  }
  .enhanced .menu-toggle {
    display:none
  }
  #primary-nav {
    width:auto;
    flex-direction:row;
    align-items:center;
    gap:3px;
    padding:0;
    overflow:visible;
    max-height:none
  }
  .nav-link {
    padding:10px 12px;
    font-size:13px
  }
  #primary-nav .button {
    font-size:12px;
    min-height:42px;
    padding:10px 15px;
    margin-left:12px
  }
  .hero {
    min-height:560px;
    display:flex;
    align-items:center;
    background:#dfedfa;
    isolation:isolate
  }
  .hero::before {
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
    background:linear-gradient(90deg,#f5f9f5ed,#f5f9f5b3 27%,#f5f9f500 55%)
  }
  .hero-art {
    position:absolute;
    inset:0;
    z-index:-1
  }
  .hero-art img {
    height:100%;
    width:100%;
    max-height:none;
    aspect-ratio:auto;
    object-fit:cover;
    object-position:55% 50%
  }
  .hero-copy {
    margin-left:max(40px,calc((100vw - 1200px)/2));
    width:470px;
    padding:40px 20px 40px 0;
    background:none
  }
  .hero-copy h1 {
    width:400px
  }
  .hero-copy h2 {
    font-size:30px
  }
  .hero-copy p {
    font-size:17px
  }
  .hero .actions {
    max-width:450px
  }
  .hero .actions .button {
    font-size:12px;
    padding:12px 15px;
    gap:7px
  }
  .hero-copy .hand-note {
    font-size:20px
  }
  .hero-copy .eyebrow {
    font-size:11px
  }
  .facts {
    margin-top:24px;
    padding:25px
  }
  .facts h2 {
    font-size:30px
  }
  .fact-grid {
    grid-template-columns:1fr 1fr 1.15fr
  }
  .season-postcards {
    grid-column:auto;
    padding:5px
  }
  .fact {
    gap:14px
  }
  .fact strong {
    font-size:36px
  }
  .facts details {
    max-width:90ch
  }
  .season-cards {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .season-cards:has(.next-card) {
    grid-template-columns:repeat(4,minmax(0,1fr))
  }
  .card-copy {
    padding:18px
  }
  .season-card h3 {
    font-size:23px
  }
  .season-card .card-copy p {
    font-size:14px
  }
  .season-card .season-dates {
    font-size:11px
  }
  .season-card .eyebrow {
    font-size:9px
  }
  .story-grid {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  #stories .story-grid {
    grid-template-columns:repeat(4,minmax(0,1fr))
  }
  #stories h3 {
    font-size:22px
  }
  .champions {
    padding:22px 25px
  }
  .champion-row {
    padding:14px 10px
  }
  .champion {
    display:grid;
    grid-template-columns:35px auto;
    gap:2px 9px;
    justify-content:center
  }
  .medal {
    grid-row:1/3
  }
  .champion strong {
    font-size:15px
  }
  .champion>span:last-child {
    font-size:12px
  }
  .history-feature>div {
    padding:40px
  }
  .history-feature h2 {
    font-size:44px
  }
  .history-feature p {
    max-width:45ch
  }
  .culture-cards {
    grid-template-columns:1fr 1fr
  }
  .culture-cards .story-card {
    grid-template-columns:42% 58%
  }
  .closing {
    grid-template-columns:60% 40%;
    position:relative;
    min-height:320px
  }
  .closing-copy {
    padding:44px 40px
  }
  .closing h2 {
    font-size:48px
  }
  .closing-art {
    height:100%;
    position:relative
  }
  .closing-art:before {
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,#102643,transparent 30%);
    z-index:1
  }
  .closing-art img {
    object-position:center 20%
  }
  .site-footer {
    grid-template-columns:1fr 1.5fr 1fr;
    align-items:start;
    gap:35px;
    padding-block:42px
  }
  .site-footer nav {
    justify-content:center
  }
  .site-footer>div:last-child {
    text-align:right
  }
  .page-intro {
    padding-block:36px 42px
  }
  .page-intro h1 {
    max-width:20ch
  }
  .article-layout {
    display:grid;
    grid-template-columns:210px minmax(0,1fr);
    gap:50px;
    max-width:1100px;
    margin-top:45px
  }
  .contents {
    position:sticky;
    top:100px;
    align-self:start
  }
  .contents details {
    padding:0 16px
  }
  .contents summary {
    font-size:13px
  }
  .prose {
    font-size:18px
  }
  .related-cards {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .related {
    margin-top:70px
  }
  .era-nav {
    justify-content:center;
    margin-top:32px
  }
  .history-banner {
    max-width:1100px;
    grid-template-columns:70% 30%
  }
  .anniversary {
    padding:32px
  }
  .anniversary strong {
    font-size:120px
  }
  .anniversary span {
    font-size:23px
  }
  .anniversary a {
    font-size:13px
  }
  .history-body {
    max-width:1000px
  }
  .timeline>li {
    grid-template-columns:170px minmax(0,1fr);
    padding-bottom:32px
  }
  .milestone-date {
    font-size:16px;
    padding-top:20px
  }
  .timeline>li::before {
    top:25px
  }
  .milestone-copy h3 {
    font-size:28px
  }
  .milestone-copy p {
    font-size:17px
  }
  .timeline-chapter {
    margin-block:64px
  }
  .hub-content .build-grid {
    grid-template-columns:1fr 1fr
  }
  .hub-content .build-card {
    padding:24px;
    grid-template-columns:110px 1fr
  }
  .hub-content .build-card img {
    width:110px;
    height:110px
  }
  .hub-content .build-card h3 {
    font-size:22px
  }
  .hub-content .build-card p {
    font-size:16px
  }
  .hub-content .build-context {
    font-size:12px
  }
  .hub-note {
    padding:38px
  }
  .hub-content {
    margin-top:24px
  }
  .story-category {
    margin-top:54px
  }
}
@media(min-width:1200px) {
  .hero {
    min-height:610px
  }
  .hero-copy {
    width:505px
  }
  .hero-copy h1 {
    width:420px
  }
  .hero-copy h2 {
    font-size:34px
  }
  .hero-art img {
    object-position:50% 50%
  }
  .hero .actions .button {
    font-size:13px
  }
  .build-grid {
    grid-template-columns:repeat(4,minmax(0,1fr))
  }
  .build-card {
    grid-template-columns:70px 1fr;
    gap:12px;
    padding:14px
  }
  .build-card img {
    width:70px;
    height:70px
  }
  .build-card h3 {
    font-size:15px
  }
  .build-card .build-context {
    font-size:10px
  }
  .build-card p {
    font-size:12px
  }
  .story-grid {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .card-copy {
    padding:20px
  }
  .closing-copy {
    padding:45px 48px
  }
  .site-footer nav {
    gap:5px 24px
  }
}
.cover-visual {
  position:relative;
  min-width:0;
  overflow:hidden
}
.cover-visual>img:first-child {
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover
}
.article-cover .cover-visual>img:first-child {
  aspect-ratio:4/3
}
.mel-cover .cover-visual>img:first-child {
  aspect-ratio:3/2;
  object-fit:cover
}
.sources {
  font-size:14px
}
.milestone-copy .sources {
  font-size:14px
}
.archive-figure figcaption {
  font-size:14px
}
.enlarge-hint,.art-caption {
  font-size:13px
}
@media(min-width:640px) {
  .article-cover .cover-visual>img:first-child {
    aspect-ratio:16/9
  }
  .culture-cards .cover-visual>img:first-child {
    height:100%;
    aspect-ratio:auto;
    object-fit:cover
  }
}
/* Review fixes: preserve Mel's head and keep the final invitation compact. */
.hero-art img,.closing-art img {
  object-position:center top
}
.archive-community-chosen-mark .archive-open {
  max-width:320px;
  margin-inline:auto
}
.milestone-art {
  overflow:hidden;
  border-radius:12px;
  margin-bottom:24px
}
@media(min-width:900px) {
  .closing {
    display:block;
    min-height:340px
  }
  .closing-copy {
    width:60%
  }
  .closing-art {
    position:absolute;
    inset:0 0 0 auto;
    width:40%;
    height:100%
  }
  .hero-art img {
    object-position:center top
  }
}
.api-grid {
  display:grid;
  gap:18px;
  margin-block:28px
}
.api-card {
  display:grid;
  grid-template-columns:56px minmax(0,1fr);
  align-items:start;
  gap:18px;
  padding:20px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px
}
.api-icon {
  flex-shrink:0;
  width:56px;
  height:56px;
  border-radius:16px;
  background:#e3f0f7
}
.api-icon svg {
  width:100%;
  height:100%
}
.api-overview {
  margin-bottom:24px;
  border-radius:16px
}
.api-overview>img:first-child {
  width:100%;
  max-height:280px;
  object-fit:cover;
  border-radius:16px
}
.api-card>div {
  min-width:0
}
.api-card h3 {
  font-size:24px
}
.api-card .eyebrow {
  font-size:10px
}
.api-card p {
  grid-column:1/-1;
  font-size:15px;
  line-height:1.65;
  margin:0
}
.contest-grid {
  display:grid;
  gap:16px
}
.contest-card {
  display:grid;
  grid-template-columns:100px minmax(0,1fr);
  min-width:0;
  background:white;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--shadow);
  color:var(--ink);
  text-decoration:none
}
.contest-art {
  overflow:hidden;
  background:#fff2d7;
  align-self:start;
  aspect-ratio:1;
  margin:16px 0 0 12px;
  border-radius:12px
}
.contest-art img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s var(--ease-out)
}
.contest-copy {
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:18px 16px
}
.contest-copy .eyebrow {
  font-size:10px;
  letter-spacing:.7px;
  margin-bottom:7px
}
.contest-copy h3 {
  font-size:23px;
  margin-bottom:10px
}
.contest-copy p {
  font-size:14px;
  line-height:1.55;
  color:var(--ink-soft);
  margin-bottom:12px
}
.contest-copy .contest-reward {
  color:var(--ink);
  font-weight:800;
  font-size:15px
}
.contest-card .card-link {
  font-size:12px;
  min-height:32px
}
.rewards-block {
  display:grid;
  background:linear-gradient(135deg,#fff6d8,#fff3e9 70%,#f9e8f0);
  border:1px solid #ecdcae;
  border-radius:24px;
  overflow:hidden
}
.rewards-visual {
  min-width:0;
  height:180px;
  overflow:hidden
}
.rewards-visual img {
  width:100%;
  height:100%;
  object-fit:cover
}
.rewards-copy {
  padding:26px 22px 20px;
  min-width:0
}
.rewards-copy h2 {
  font-size:30px;
  margin-bottom:10px
}
.rewards-total {
  display:block;
  width:fit-content;
  font-family:Kalam,'Trebuchet MS',sans-serif;
  font-size:clamp(54px,10vw,76px);
  line-height:1.2;
  letter-spacing:-2px;
  margin:14px 0;
  color:var(--ink);
  background:linear-gradient(transparent 74%,#f3bfd2 74%,#f3bfd2 90%,transparent 90%)
}
.rewards-copy>p {
  color:var(--ink-soft);
  font-size:15px;
  max-width:58ch
}
.rewards-breakdown {
  display:grid;
  gap:12px;
  margin-top:20px
}
.rewards-breakdown>div {
  display:flex;
  align-items:baseline;
  gap:12px;
  padding:12px 14px;
  background:#ffffffae;
  border:1px solid #eadcbb;
  border-radius:12px
}
.rewards-breakdown strong {
  font-size:22px;
  font-weight:800;
  white-space:nowrap
}
.rewards-breakdown span {
  font-size:13px;
  line-height:1.4;
  color:var(--ink-soft)
}
.rewards-details {
  grid-column:1/-1;
  padding:0 22px 16px
}
.rewards-details summary {
  cursor:pointer;
  min-height:48px;
  padding:12px 0;
  font-size:14px;
  font-weight:800
}
.reward-group {
  margin-block:16px 24px;
  max-width:85ch
}
.reward-group h3 {
  font-size:23px;
  margin-bottom:12px
}
.rewards-details p,.reward-group li {
  font-size:14px;
  line-height:1.7
}
.reward-group ul {
  padding-left:20px
}
.reward-group li {
  padding-block:5px
}
@media(min-width:640px) {
  .contest-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .contest-card {
    grid-template-columns:1fr;
    grid-template-rows:auto 1fr
  }
  .contest-art {
    aspect-ratio:3/2;
    margin:0;
    border-radius:0
  }
  .contest-art img {
    aspect-ratio:3/2;
    height:auto
  }
  .rewards-visual {
    height:240px
  }
  .rewards-copy {
    padding:30px 28px 24px
  }
  .rewards-breakdown {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .rewards-breakdown>div {
    display:block
  }
  .rewards-breakdown strong,.rewards-breakdown span {
    display:block
  }
  .rewards-breakdown strong {
    margin-bottom:5px
  }
  .rewards-details {
    padding-inline:28px
  }
  .mel-cover .cover-visual>img:first-child {
    aspect-ratio:3/2
  }
}
@media(min-width:900px) {
  .rewards-block {
    grid-template-columns:40% minmax(0,1fr)
  }
  .rewards-visual {
    height:auto
  }
  .rewards-copy {
    padding:34px 32px
  }
  .rewards-copy h2 {
    font-size:36px
  }
  .rewards-details {
    padding:8px 32px 18px;
    border-top:1px solid #ecdcae
  }
}
@media(min-width:1100px) {
  .contest-grid {
    grid-template-columns:repeat(5,minmax(0,1fr))
  }
  .contest-copy {
    padding:18px 15px
  }
  .contest-copy h3 {
    font-size:22px
  }
  .contest-copy p {
    font-size:13px
  }
}
/* Interaction follows the paper, ink and rose palette of the illustrations. */
.story-card,.season-card,a.build-card,.contest-card {
  transition:transform .28s var(--ease-out),box-shadow .28s var(--ease-out),border-color .28s
}
.story-card .cover-visual,.season-card>img {
  transition:transform .45s var(--ease-out)
}
.story-card .cover-visual {
  transform-origin:center bottom
}
.button,.menu-toggle,.lightbox-close,.era-nav a,.nav-link {
  transition:transform .22s var(--ease-out),background-color .22s,box-shadow .22s
}
.button svg,.text-link svg,.card-link svg,.site-footer a svg {
  transition:transform .28s var(--ease-out)
}
.card-link {
  align-self:flex-start
}
.text-link,.card-link,.prose p a,.prose li a {
  background-image:linear-gradient(#ffe8a0,#ffe8a0);
  background-size:0 .55em;
  background-position:left 85%;
  background-repeat:no-repeat;
  transition:background-size .3s var(--ease-out),color .2s
}
.story-card:focus-visible,.season-card:focus-visible,a.build-card:focus-visible,.contest-card:focus-visible {
  border-color:var(--rose);
  box-shadow:0 9px 26px #10203520
}
.button:focus-visible,.menu-toggle:focus-visible,.era-nav a:focus-visible {
  box-shadow:0 0 0 3px var(--sun)
}
.nav-link:focus-visible {
  background:white
}
.text-link:focus-visible,.prose p a:focus-visible,.prose li a:focus-visible,
.story-card:focus-visible .card-link,.season-card:focus-visible .card-link,.contest-card:focus-visible .card-link {
  background-size:100% .55em
}
.archive-open:focus-visible {
  border-radius:8px
}
/* Only pointer devices get hover motion; touch keeps a clear pressed state. */
@media(hover:hover) and (pointer:fine) {
  .story-card:hover,.season-card:hover,a.build-card:hover,.contest-card:hover {
    transform:translateY(-5px);
    border-color:var(--rose);
    box-shadow:0 15px 32px #10203520
  }
  .story-card:hover .cover-visual,.season-card:hover>img,.contest-card:hover .contest-art img {
    transform:scale(1.025)
  }
  .button:hover {
    transform:translateY(-3px);
    box-shadow:0 8px 18px #10203525
  }
  .button:hover svg,.text-link:hover svg,.story-card:hover .card-link svg,
  .season-card:hover .card-link svg,.contest-card:hover .card-link svg,.site-footer a:hover svg {
    transform:translateX(4px)
  }
  .nav-link:hover,.menu-toggle:hover,.era-nav a:hover {
    background:#fff1cf
  }
  .text-link:hover,.prose p a:hover,.prose li a:hover,
  .story-card:hover .card-link,.season-card:hover .card-link,.contest-card:hover .card-link {
    background-size:100% .55em
  }
  .archive-open:hover {
    outline:2px solid var(--rose);
    outline-offset:5px;
    border-radius:8px
  }
  .site-footer a:hover {
    text-decoration:underline;
    text-decoration-color:var(--rose);
    text-decoration-thickness:2px
  }
}
.story-card:active,.season-card:active,a.build-card:active,.contest-card:active,
.button:active,.menu-toggle:active,.era-nav a:active {
  box-shadow:0 0 0 3px #cb769266
}
@media(prefers-reduced-motion:no-preference) {
  .story-card:focus-visible,.season-card:focus-visible,a.build-card:focus-visible,.contest-card:focus-visible {
    transform:translateY(-3px)
  }
  .button:focus-visible svg,.text-link:focus-visible svg,.story-card:focus-visible .card-link svg,
  .season-card:focus-visible .card-link svg,.contest-card:focus-visible .card-link svg {
    transform:translateX(4px)
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    transition:none!important;
    animation:none!important
  }
  .story-card:hover,.season-card:hover,a.build-card:hover,.contest-card:hover,
  .story-card:hover .cover-visual,.season-card:hover>img,.contest-card:hover .contest-art img,.button:hover,
  .button:hover svg,.text-link:hover svg,.story-card:hover .card-link svg,
  .season-card:hover .card-link svg,.contest-card:hover .card-link svg,.site-footer a:hover svg {
    transform:none
  }
}
@media(min-width:900px) {
  .api-grid {
    grid-template-columns:1fr 1fr
  }
  .api-card {
    padding:24px
  }
}

/* A complete illustrated story first; pin only where reading space permits. */
@media(max-width:899px) {
  /* Without the menu enhancement, expanded navigation must scroll away. */
  .site-header:not(.enhanced) {
    position:static
  }
}
.scroll-article,.history-body.history-scroll {
  max-width:740px
}
.scroll-article>.contents {
  position:static;
  margin-bottom:28px
}
.scroll-story {
  margin-bottom:48px
}
.scroll-figure {
  align-self:start;
  margin:0 0 28px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#e9f2f5;
  overflow:hidden;
  box-shadow:var(--shadow)
}
.scroll-figure .cover-visual>img:first-child {
  width:100%;
  height:auto;
  aspect-ratio:auto;
  object-fit:contain
}
.scroll-figure .native-16-9 {
  aspect-ratio:16/9
}
.scroll-figure .native-3-2 {
  aspect-ratio:3/2
}
.scroll-figure .art-caption {
  padding:10px 16px;
  font-size:14px;
  line-height:1.5
}
.scroll-copy,.scroll-outside {
  min-width:0
}
.scroll-copy>section:last-child {
  margin-bottom:0
}
.scroll-copy>section {
  padding-bottom:22px;
  border-bottom:1px solid var(--line)
}
.scroll-copy>section:last-child {
  padding-bottom:0;
  border:0
}
.history-birthday {
  max-width:740px;
  background:var(--peach);
  border-radius:20px
}
.history-birthday .anniversary {
  max-width:580px;
  margin:auto
}
.history-scroll .timeline>li {
  display:block
}
.history-scroll .timeline {
  width:calc(100% - 7px)
}
.history-scroll .milestone-date {
  padding-top:0
}
.history-scroll .timeline>li::before {
  top:6px
}
.history-scroll .history-note {
  max-width:var(--reading)
}
@media(min-width:900px) and (min-height:700px) and (prefers-reduced-motion:no-preference) {
  .scroll-article,.history-body.history-scroll {
    max-width:1160px
  }
  .scroll-story {
    display:grid;
    grid-template-columns:minmax(0, .82fr) minmax(0, 1.18fr);
    gap:32px;
    align-items:start
  }
  .scroll-figure {
    position:sticky;
    top:112px;
    margin-bottom:0
  }
  .scroll-article>.contents {
    max-width:var(--reading)
  }
  .scroll-article>.scroll-outside {
    width:calc((100% - 32px) * .59);
    margin-left:auto
  }
}
@media print {
  .scroll-story {
    display:block
  }
  .scroll-figure {
    position:static;
    max-width:600px
  }
}

/* The shared history, then the next chapter: Mobile First. */
.history-proof {
  padding:26px 18px 12px;
  background:linear-gradient(135deg,#edf7f5,#edf4fd);
}
.history-proof h2 {
  font-size:clamp(27px,3vw,36px);
  line-height:1.28;
  margin:8px 0 24px;
}
.proof-grid {display:grid;gap:14px}
.proof-panel {min-width:0;border-radius:18px;padding:20px}
.proof-seasons {background:#d9f0d8}
.proof-seasons>p:first-child {display:flex;align-items:center;gap:18px;margin:0}
.proof-number {
  display:block;
  font-family:Kalam,'Trebuchet MS',sans-serif;
  font-size:clamp(45px,7vw,62px);
  font-weight:700;
  line-height:1.2;
  letter-spacing:-1.5px;
  color:var(--ink);
}
.proof-seasons>p:first-child span {font-size:18px;line-height:1.35;font-weight:800}
.proof-postcards {display:flex;justify-content:center;gap:7px;margin:18px 0}
.proof-postcards img {
  width:calc((100% - 14px)/3);
  aspect-ratio:3/2;
  object-fit:cover;
  border:3px solid #fff;
  border-radius:5px;
  box-shadow:0 4px 9px #21364b18;
}
.proof-postcards img:first-child {transform:rotate(-5deg)}
.proof-postcards img:last-child {transform:rotate(5deg)}
.logo-card-visual>img:first-child {object-position:center 22%}
.proof-rewards {
  display:grid;
  grid-template-columns:minmax(0,1fr) 76px;
  align-content:center;
  align-items:center;
  gap:8px;
  background:linear-gradient(120deg,#fff4d1,#ffe9e0);
}
.proof-rewards .proof-number {font-size:clamp(42px,7vw,62px);white-space:nowrap}
.proof-rewards>div>p {font-size:17px;font-weight:800;line-height:1.35;margin:5px 0 8px}
.proof-art {width:100%;aspect-ratio:1;object-fit:cover;border-radius:50%;border:3px solid #fff7}
.proof-scope,.proof-note {grid-column:1/-1;font-size:15px;line-height:1.55;margin:0;color:#35485b}
.proof-scope {font-weight:800}
.proof-rewards .proof-note {margin-top:5px}
.proof-breakdown {margin-top:16px;gap:8px}
.proof-breakdown>div {padding:10px 14px;background:#ffffffcf;border-color:#d9e6ed}
.proof-breakdown span {font-size:14px}
.history-proof .rewards-details {padding:4px 0 0}
.history-proof .rewards-details summary {font-size:15px}
.season-wait {
  display:grid;
  gap:8px;
  padding:24px;
  margin-top:22px;
  border:1px solid #efd6c6;
  border-radius:24px;
  background:radial-gradient(ellipse at 12% 20%,#fff8e2,transparent 65%),#fce9df;
}
.season-wait-art {display:flex;justify-content:center;align-items:center}
.hourglass {width:150px;height:auto;max-width:100%}
.season-wait h2 {font-size:clamp(29px,3vw,39px);line-height:1.2;margin:8px 0 14px}
.season-wait-copy {min-width:0}
.season-wait-copy>p {font-size:17px;max-width:56ch}
.season-wait-copy .season-status {font-size:15px;font-weight:800;color:#6c4f43;margin-bottom:18px}
.season-wait .button {white-space:normal}
.before-gateway {display:grid;gap:22px;align-items:center;background:#fff1d9;border:1px solid #ebd6b5;border-radius:22px;margin-bottom:30px;overflow:hidden}
.before-gateway>img {width:100%;aspect-ratio:16/9;object-fit:cover}
.before-gateway>div {min-width:0;padding:0 22px 24px}
.before-gateway h2 {font-size:30px;line-height:1.25;margin:8px 0 12px}
.community-timeline {list-style:none;padding:0!important;margin:26px 0 0}
.community-timeline>li {position:relative;display:grid;gap:6px;margin:0;padding:0 0 30px 26px;border-left:2px solid #c8dce0}
.community-timeline>li::before {content:"";position:absolute;left:-8px;top:7px;width:14px;height:14px;background:#ffe19a;border:2px solid #253d52;border-radius:50%}
.community-timeline>li:last-child {padding-bottom:0;border-color:transparent}
.timeline-date {color:#435d66;font-size:15px;line-height:1.6;font-weight:800}
.community-timeline h3 {margin:0 0 8px;font-size:26px;line-height:1.25}
.community-timeline p {margin:0}
.people-grid {display:grid;gap:16px;margin:24px 0}
.person-credit {display:flex;align-items:flex-start;gap:16px;background:#f3f6ed;border:1px solid #dce6cc;border-radius:18px;padding:20px}
.person-credit>div {min-width:0}
.contribution-badge,.person-portrait {flex:0 0 54px;width:54px;height:54px;border-radius:16px}
.contribution-badge {display:grid;place-items:center;background:#ffe39c;color:#5e461d;font-size:34px}
.person-portrait {object-fit:cover}
.person-credit h3 {font-size:25px;line-height:1.25;margin:0 0 10px}
.person-credit p {font-size:16px;margin:0}
.person-credit .credit-date {font-size:13px;color:#41516b;margin:0 0 8px}
.person-credit .text-link {font-size:14px;margin-top:10px;min-height:32px}
.person-credit h3 {overflow-wrap:anywhere}
.person-portrait {flex-basis:64px;width:64px;height:64px;object-fit:contain;background:#fff}

/* The directory and contributor feature stay in the normal reading flow. */
.sitemap-content {padding-bottom:56px}
.sitemap-jumps {display:flex;flex-wrap:wrap;gap:8px;margin:0 0 28px}
.sitemap-jumps a {display:flex;align-items:center;min-height:44px;padding:8px 14px;border:1px solid #bdd5dc;border-radius:24px;background:#fff;font-weight:800}
.sitemap-grid {display:grid;gap:24px;align-items:start}
.sitemap-group {min-width:0;padding:22px;background:#fff;border:1px solid #d3e0e3;border-radius:20px;scroll-margin-top:110px}
.sitemap-group:nth-child(3n+2) {background:#f3f6ed}
.sitemap-group:nth-child(3n) {background:#fff7ef}
.sitemap-group h2 {font-size:28px;line-height:1.25;margin:0 0 16px}
.sitemap-group ul {list-style:none;padding:0;margin:0}
.sitemap-group li+li {border-top:1px solid #d6e2e3}
.sitemap-group li a {display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:48px;padding:12px 0;font-size:17px;line-height:1.5;overflow-wrap:anywhere}
.sitemap-group a svg {flex-shrink:0}
.sitemap-meta {margin-top:28px}
.sitemap-meta a {text-decoration:underline;text-underline-offset:4px}
.archive-video {margin:24px 0}
.archive-video video {display:block;width:min(100%,320px);height:auto;aspect-ratio:9/16;margin:0 auto;border-radius:18px;background:#172a40}
.archive-video figcaption {font-size:15px;line-height:1.6;margin-top:16px;color:#41516b}
.archive-video figcaption a {text-decoration:underline;text-underline-offset:3px}
.video-description summary {min-height:44px;padding:10px 0;cursor:pointer;font-weight:800}
.video-description p {font-size:16px}
.thank-you-feature {display:grid;gap:24px;padding:24px;background:#fff4e8;border:1px solid #e6d7ca;border-radius:26px}
.thank-you-copy {min-width:0}
.thank-you-copy h2 {font-size:36px;line-height:1.15;margin:14px 0}
.thank-you-copy p {font-size:18px;line-height:1.65;max-width:40ch}
.thank-you-copy .button {max-width:100%;white-space:normal;margin-top:12px}
.thank-you-feature>img {width:100%;height:auto;border-radius:18px;max-width:480px;justify-self:center}
@media(min-width:640px) {
  .sitemap-grid {grid-template-columns:repeat(2,minmax(0,1fr))}
  .thank-you-feature {padding:36px}
}
@media(min-width:900px) {
  .thank-you-feature {grid-template-columns:1fr 1fr;align-items:center;gap:44px;padding:44px}
  .thank-you-copy h2 {font-size:48px}
}
.career-ladder {list-style:none!important;display:grid;gap:12px;padding:0!important;margin:26px 0 12px}
.career-ladder>li {display:grid;grid-template-columns:100px minmax(0,1fr);gap:16px;align-items:center;padding:12px;margin:0;border-radius:18px;border:1px solid #dfdfce;background:#fff8e7}
.career-ladder>li:nth-child(2) {background:#e7f3fc;border-color:#cfe3ee}
.career-ladder>li:nth-child(3) {background:#e8f4e9;border-color:#d1e5d3}
.career-ladder>li:nth-child(4) {background:#fff0e4;border-color:#eddbd2}
.career-ladder>li:last-child {background:#23324b;border-color:#23324b;color:#fff}
.career-ladder img {width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px}
.career-ladder span {display:block;font-size:15px;font-weight:800;line-height:1.35;margin-bottom:8px}
.career-ladder strong {display:block;font-family:Kalam,'Trebuchet MS',sans-serif;font-size:27px;line-height:1.2}
@media(min-width:640px) {
  .history-proof {padding:32px 28px 16px}
  .proof-grid {grid-template-columns:repeat(2,minmax(0,1fr))}
  .proof-rewards {grid-template-columns:minmax(0,1fr) 50px}
  .proof-rewards .proof-number {font-size:clamp(38px,5vw,46px)}
  .proof-breakdown {grid-template-columns:repeat(3,minmax(0,1fr))}
  .proof-breakdown>div {display:block}
  .proof-breakdown span {display:block;margin-top:4px}
  .season-wait {grid-template-columns:160px minmax(0,1fr);gap:24px;padding:32px}
  .hourglass {width:180px}
  .before-gateway {grid-template-columns:35% minmax(0,1fr);gap:24px}
  .before-gateway>img {height:100%;aspect-ratio:auto}
  .before-gateway>div {padding:24px 24px 24px 0}
  .career-ladder>li {grid-template-columns:130px minmax(0,1fr);padding:16px;gap:24px}
  .career-ladder span {font-size:18px}
  .career-ladder strong {font-size:32px}
}
@media(min-width:1000px) {
  .proof-panel {padding:26px}
  .proof-rewards {grid-template-columns:minmax(0,1fr) 130px}
  .proof-rewards .proof-number {font-size:64px}
  .proof-postcards {max-width:340px}
  .proof-seasons {display:grid;grid-template-columns:minmax(0,1fr) 190px;align-items:center;gap:18px}
  .proof-seasons>p:first-child {gap:14px}
  .proof-postcards {margin:0}
  .proof-seasons .proof-note {grid-column:1/-1}
  .proof-breakdown>div {display:flex;gap:14px}
  .proof-breakdown span {margin:0}
  .season-wait {grid-template-columns:230px minmax(0,1fr);gap:38px;padding:30px 56px}
  .hourglass {width:210px}
  .community-timeline>li {grid-template-columns:148px minmax(0,1fr);gap:20px}
}
@media(prefers-reduced-motion:no-preference) {
  .season-wait.is-visible .sand-stream {animation:sand-trickle 3.6s ease-out 1}
  @keyframes sand-trickle {from {stroke-dashoffset:54} to {stroke-dashoffset:0}}
}
@media(prefers-reduced-motion:reduce) {
  .sand-stream {animation:none!important}
}
/* Manual YouTube presentation: a local facade until the reader presses Play. */
.presentation-feature{display:grid;gap:24px;align-items:center;padding:24px;border:1px solid var(--line);border-radius:28px;background:var(--surface)}
.presentation-feature h2{margin:10px 0 14px}
.presentation-feature p{margin-bottom:18px}
.youtube-video{min-width:0;margin:0}
.youtube-stage{position:relative;width:100%;aspect-ratio:16/9;min-height:200px;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:linear-gradient(135deg,var(--sky),var(--paper) 55%,var(--peach))}
.youtube-launch{display:flex;position:absolute;inset:0;width:100%;height:100%;align-items:center;justify-content:center;flex-direction:column;gap:16px;padding:18px;border:0;background:transparent;color:var(--ink);font:inherit;text-decoration:none;cursor:pointer}
.youtube-launch img{width:min(48%,240px);height:auto;max-height:48%;object-fit:contain}
.youtube-play{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:11px 16px;border-radius:30px;background:var(--ink);color:white;font-size:14px;font-weight:800;line-height:1.35}
.youtube-play svg{flex-shrink:0}
.youtube-duration{font-size:13px;line-height:1.3;color:var(--ink-soft)}
.youtube-launch:focus-visible{outline:3px solid var(--link);outline-offset:-5px}
.youtube-launch:hover .youtube-play{background:var(--link)}
.youtube-stage iframe{position:absolute;inset:0;width:100%;height:100%;min-height:200px;border:0}
.youtube-video figcaption{margin-top:12px;font-size:14px;line-height:1.5;color:var(--ink-soft)}
.video-context{display:block;margin-top:4px}
.youtube-fallback{display:inline-block;text-decoration:underline;text-underline-offset:3px;padding:8px 0;min-height:44px}
.video-story{width:calc(100% - 36px);max-width:820px;margin-inline:auto}
.video-story .youtube-video{margin-block:20px 32px}
.milestone-copy .youtube-video{margin-block:20px}
.series-video-wrap{margin-bottom:40px}
.series-video{max-width:760px;margin:0 auto 32px}
.series-video h2,.series-video h3{margin:8px 0 16px}
.youtube-with-poster,.youtube-with-poster iframe{min-height:0}
.youtube-with-poster .youtube-launch{justify-content:flex-end;padding:12px;gap:6px}
.youtube-with-poster .youtube-poster{position:absolute;inset:0;width:100%;height:100%;max-height:none;object-fit:contain}
.youtube-with-poster .youtube-play,.youtube-with-poster .youtube-duration{position:relative;z-index:1}
.youtube-with-poster .youtube-duration{padding:2px 8px;border-radius:12px;background:var(--paper);color:var(--ink)}
.youtube-with-poster .youtube-play{position:absolute;right:10px;bottom:10px;width:48px;height:48px;min-height:48px;padding:12px}
.youtube-with-poster .youtube-play span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.youtube-with-poster .youtube-duration{position:absolute;left:10px;bottom:10px}
@media(min-width:900px){.presentation-feature{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:40px;padding:36px}.video-story{padding-inline:24px}}
