:root {
  --paper: #f4f0ea;
  --paper-light: #fbf9f6;
  --ink: #211f20;
  --muted: #696260;
  --line: #d9d0c8;
  --burgundy: #9d2235;
  --burgundy-dark: #5b101d;
  --red-black: #27191c;
  --gold: #d4a64a;
  --blue: #304b61;
  --green: #365b50;
  --shadow: 0 24px 60px rgba(39, 25, 28, 0.13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", "Gill Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.58;
}
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 3px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  background: white;
  color: var(--burgundy-dark);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 72px;
  padding: 11px clamp(18px, 4.5vw, 72px);
  border-bottom: 1px solid rgba(157, 34, 53, 0.18);
  background: rgba(251, 249, 246, 0.94);
  backdrop-filter: blur(18px);
}
.wordmark { display: flex; flex-direction: column; text-decoration: none; line-height: 1; }
.wordmark > span { font-family: var(--serif); font-size: 1.48rem; font-weight: 700; letter-spacing: -0.04em; }
.wordmark > span span { color: var(--burgundy); }
.wordmark small { margin-top: 4px; color: var(--muted); font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; }
.site-header nav { display: flex; justify-content: flex-end; gap: clamp(14px, 2.5vw, 34px); }
.site-header nav a { color: #403a39; font-size: 0.88rem; text-decoration: none; }
.site-header nav a:hover { color: var(--burgundy); }
.menu-toggle { display: none; min-height: 42px; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 3px; background: var(--paper-light); color: var(--ink); cursor: pointer; font-size: .76rem; font-weight: 800; }
.menu-icon { display: grid; width: 18px; gap: 3px; }
.menu-icon i { display: block; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-icon i:first-child { transform: translateY(5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-icon i:last-child { transform: translateY(-5px) rotate(-45deg); }
.mobile-nav-subscribe { display: none; }
.header-cta {
  padding: 9px 15px;
  border: 1px solid var(--burgundy);
  border-radius: 999px;
  color: var(--burgundy-dark);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  min-height: 720px;
  overflow: hidden;
  background: var(--red-black);
  color: white;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 30%, rgba(157, 34, 53, 0.48), transparent 34%), linear-gradient(115deg, rgba(0,0,0,.08), rgba(0,0,0,.48));
  pointer-events: none;
}
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 86px clamp(28px, 6vw, 100px);
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--burgundy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero .eyebrow { color: #f0bf70; }
.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(5rem, 10vw, 9.2rem);
  line-height: 0.78;
  letter-spacing: -0.09em;
}
.hero h1 span { color: #f2c56d; font-style: italic; }
.hero-dek {
  max-width: 610px;
  margin: 38px 0 0;
  color: #f2eae6;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.38;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.season-shortcuts { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 20px; color: #cfc3bf; font-size: .72rem; }
.season-shortcuts span { margin-right: 3px; letter-spacing: .06em; text-transform: uppercase; }
.season-shortcuts a { padding: 5px 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: white; font-weight: 800; text-decoration: none; }
.season-shortcuts a:hover, .season-shortcuts a:focus-visible { border-color: white; background: rgba(255,255,255,.1); }
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.button-primary { background: var(--burgundy); color: white; }
.button-primary:hover { background: #b32b42; }
.button-ghost { border-color: rgba(255,255,255,.55); background: transparent; color: white; }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.button-dark { align-self: end; background: var(--red-black); color: white; }
.button-light { align-self: end; background: white; color: var(--red-black); }
.dark-ghost { border-color: var(--line); color: var(--ink); }

.hero-stats { display: flex; gap: 30px; margin: 52px 0 0; }
.hero-stats div { min-width: 84px; border-top: 1px solid rgba(255,255,255,.25); padding-top: 12px; }
.hero-stats dt { font-family: var(--serif); font-size: 2rem; font-weight: 700; line-height: 1; }
.hero-stats dd { margin: 5px 0 0; color: #cfc3bf; font-size: 0.72rem; letter-spacing: .08em; text-transform: uppercase; }

.hero-gallery { position: relative; z-index: 1; min-height: 720px; overflow: hidden; }
.hero-gallery::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--red-black), transparent 30%), linear-gradient(0deg, rgba(39,25,28,.75), transparent 40%); pointer-events: none; }
.hero-image { position: absolute; margin: 0; overflow: hidden; background: #151112; box-shadow: 0 20px 40px rgba(0,0,0,.35); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.03); }
.hero-image figcaption { position: absolute; z-index: 2; left: 14px; bottom: 10px; max-width: 80%; color: white; font-size: .64rem; letter-spacing: .05em; text-transform: uppercase; opacity: 0; }
.hero-image-1 { inset: 0 35% 46% 0; transform: rotate(-2deg); }
.hero-image-2 { inset: 7% -5% 40% 62%; transform: rotate(3deg); }
.hero-image-3 { inset: 51% 42% -4% 5%; transform: rotate(2deg); }
.hero-image-4 { inset: 46% -4% -6% 52%; transform: rotate(-2deg); }

.section { padding: clamp(72px, 9vw, 132px) clamp(22px, 6vw, 96px); }
.section-heading { max-width: 780px; margin-bottom: 42px; }
.section-heading h2, .newsletter h2, .method h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}
.split-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .55fr); align-items: end; gap: 48px; max-width: none; }
.split-heading > p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 1.13rem; }

.project { display: grid; grid-template-columns: .8fr 1.4fr; gap: clamp(48px, 8vw, 130px); background: var(--paper-light); }
.project-heading { position: sticky; top: 120px; align-self: start; }
.project-byline { display: flex; align-items: center; gap: 10px; margin: 22px 0 0; color: var(--muted); font-size: .76rem; letter-spacing: .035em; }
.project-byline::before { width: 28px; height: 1px; background: var(--burgundy); content: ""; }
.project-byline strong { color: var(--ink); font-weight: 800; }
.project-text { columns: 2 310px; column-gap: 48px; color: #403a39; font-family: var(--serif); font-size: 1.06rem; }
.project-text p { break-inside: avoid; margin: 0 0 1.35em; }
.project-text p:first-child::first-letter { float: left; margin: .02em .12em 0 0; color: var(--burgundy); font-family: var(--serif); font-size: 4.1rem; font-weight: 700; line-height: .78; }
.project-note { grid-column: 2; margin-top: -18px; padding: 24px 28px; border-left: 4px solid var(--gold); background: #eee6dc; }
.project-note p { margin: 0; font-family: var(--serif); font-size: 1.22rem; font-style: italic; }

.seasons { background: #e9e2da; }
.season-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.season-card { position: relative; display: flex; min-height: 570px; flex-direction: column; overflow: hidden; background: var(--paper-light); border: 1px solid rgba(39,25,28,.08); box-shadow: 0 10px 25px rgba(39,25,28,.04); transition: transform .2s ease, box-shadow .2s ease; }
.season-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 7px; background: var(--burgundy); }
.season-2025::before { background: var(--blue); }
.season-2026::before { background: var(--green); }
.season-card:hover, .season-card:focus-within { transform: translateY(-4px); box-shadow: var(--shadow); }
.season-card-link { display: flex; flex: 1; min-width: 0; flex-direction: column; padding: 30px; color: inherit; text-decoration: none; }
.season-topline { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.season-topline b { color: var(--ink); }
.season-year { margin: 55px 0 5px; color: #c8bbb1; font-family: var(--serif); font-size: 5rem; font-weight: 700; line-height: .85; letter-spacing: -.08em; }
.season-card h3 { margin: 16px 0 13px; font-family: var(--serif); font-size: 1.7rem; line-height: 1.12; }
.season-card-link > p:not(.season-year) { color: var(--muted); font-size: .93rem; }
.season-key { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); }
.season-key span { color: var(--burgundy); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.season-key p { margin: 7px 0 0; font-family: var(--serif); font-size: .9rem; line-height: 1.48; }
.season-card-cta { display: flex; justify-content: space-between; margin-top: 22px; color: var(--burgundy); font-size: .78rem; font-weight: 800; text-align: left; text-decoration: underline; text-underline-offset: 4px; }

.archive { background: var(--paper-light); }
.archive-heading { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 32px; }
.archive-heading > p { margin: 0 0 8px; color: var(--muted); font-size: .78rem; }
.filters { display: grid; gap: 14px; margin-bottom: 38px; padding: 18px 0 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filter-group { display: grid; min-width: 0; grid-template-columns: 112px minmax(0, 1fr); align-items: center; gap: 16px; }
.filter-label { margin: 0; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.filter-scroll-hint { display: none; color: var(--burgundy); font-size: .62rem; letter-spacing: .03em; text-transform: none; }
.filter-row { display: flex; width: 100%; min-width: 0; flex-wrap: wrap; gap: 7px; }
.filter-row button { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: white; color: #4d4644; cursor: pointer; font-size: .76rem; }
.filter-row button:hover, .filter-row button.active { border-color: var(--burgundy); background: var(--burgundy); color: white; }

.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 20px; }
.story-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid #dfd6cf; background: white; transition: transform .2s ease, box-shadow .2s ease; }
.story-card:hover, .story-card:focus-within { transform: translateY(-4px); box-shadow: var(--shadow); }
.story-card-link { display: flex; flex: 1; min-width: 0; flex-direction: column; color: inherit; cursor: pointer; text-decoration: none; }
.story-image { position: relative; aspect-ratio: 1.45 / 1; overflow: hidden; background: var(--red-black); }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.story-card:hover .story-image img { transform: scale(1.035); }
.story-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.48), transparent 42%); }
.story-image > p { position: absolute; z-index: 2; left: 16px; bottom: 12px; margin: 0; color: white; font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.story-image-credit { position: absolute; z-index: 2; top: 12px; right: 12px; padding: 5px 8px; border-radius: 2px; background: rgba(39,25,28,.82); color: white; font-size: .58rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.story-content { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.story-model { margin: 0; color: var(--burgundy); font-size: .67rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.story-card h3 { margin: 11px 0; font-family: var(--serif); font-size: 1.55rem; line-height: 1.1; }
.story-premise { margin: 0; color: var(--muted); font-family: var(--serif); font-size: .96rem; line-height: 1.5; }
.story-tags { display: flex; flex-wrap: wrap; gap: 5px; margin: 18px 0; }
.story-tags span { padding: 4px 8px; background: #f0ebe6; color: #5c5552; font-size: .65rem; }
.story-card-cta { display: flex; justify-content: space-between; margin-top: auto; padding: 14px 0 0; border-top: 1px solid var(--line); color: var(--burgundy); font-size: .77rem; font-weight: 800; text-align: left; }
.story-card-cta span { font-size: 1rem; }
.empty-state { padding: 50px; border: 1px dashed var(--line); color: var(--muted); text-align: center; }

.reading-routes { background: var(--red-black); color: white; }
.reading-routes .eyebrow { color: #efbd6a; }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); }
.route-card { display: flex; min-height: 360px; flex-direction: column; padding: 30px; border: 0; background: var(--red-black); color: white; cursor: pointer; text-align: left; }
.route-card:hover { background: #3a252a; }
.route-number { color: #e6b45d; font-family: var(--serif); font-size: 2.8rem; }
.route-card h3 { margin: auto 0 14px; font-family: var(--serif); font-size: 1.8rem; }
.route-card p { margin: 0 0 26px; color: #cfc1bd; font-size: .9rem; }
.route-link { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.downloads { background: #ded4cb; }
.download-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.download-card { display: grid; grid-template-columns: 92px 1fr auto; gap: 24px; min-height: 210px; align-items: center; padding: 26px; background: var(--paper-light); }
.download-year { color: var(--burgundy); font-family: var(--serif); font-size: 2.6rem; font-weight: 700; letter-spacing: -.07em; }
.download-status { margin: 0 0 5px; color: var(--burgundy); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.download-card h3 { margin: 0; font-family: var(--serif); font-size: 1.32rem; line-height: 1.18; }
.download-card div > p:last-child { margin: 8px 0 0; color: var(--muted); font-size: .82rem; }
.download-card.anthology { background: var(--burgundy-dark); color: white; }
.download-card.anthology .download-year, .download-card.anthology .download-status { color: #f2c56d; }
.download-card.anthology div > p:last-child { color: #decfca; }
.download-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.download-card.anthology .light-ghost { border-color: rgba(255,255,255,.58); color: white; }
.download-card.anthology .light-ghost:hover { border-color: white; background: rgba(255,255,255,.1); }
.download-note { margin: 24px 0 0; color: #625956; font-size: .77rem; }

.method { background: var(--paper-light); }
.method-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding: clamp(34px, 6vw, 72px); border: 1px solid var(--line); }
.method-panel h2 { font-size: clamp(2.2rem, 4vw, 3.7rem); }
.method-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; margin: 0; padding: 0; list-style: none; counter-reset: method; }
.method-panel li { position: relative; padding: 18px 0 18px 38px; border-top: 1px solid var(--line); color: #4b4442; font-family: var(--serif); }
.method-panel li::before { counter-increment: method; content: counter(method, decimal-leading-zero); position: absolute; left: 0; color: var(--burgundy); font-family: var(--sans); font-size: .68rem; font-weight: 800; }

.newsletter { background: #eadfd8; text-align: center; }
.newsletter .eyebrow { text-align: center; }
.newsletter h2 { max-width: 900px; margin-inline: auto; }
.newsletter > p:not(.eyebrow) { max-width: 640px; margin: 22px auto 0; color: var(--muted); font-family: var(--serif); font-size: 1.1rem; }
.centered { justify-content: center; }

.site-footer { display: flex; justify-content: space-between; gap: 40px; padding: 36px clamp(22px, 6vw, 96px); background: var(--red-black); color: white; }
.site-footer strong { font-family: var(--serif); font-size: 1.2rem; }
.site-footer p { max-width: 520px; margin: 7px 0 0; color: #c8bab6; font-size: .78rem; }
.site-footer .footer-credit { max-width: 680px; margin-top: 12px; color: #eee4df; }
.footer-credit span { color: var(--gold); font-weight: 800; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.footer-links a { color: white; font-size: .76rem; }

.story-dialog { width: min(1120px, calc(100vw - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 0; background: var(--paper-light); box-shadow: 0 40px 100px rgba(0,0,0,.38); }
.story-dialog::backdrop { background: rgba(22,14,16,.82); backdrop-filter: blur(7px); }
.dialog-close { position: fixed; z-index: 5; top: 26px; right: 30px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(39,25,28,.7); color: white; cursor: pointer; font-size: 1.6rem; line-height: 1; }
.dialog-scroll { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr); max-height: calc(100vh - 32px); overflow: auto; }
.dialog-visual { display: grid; align-content: start; gap: 2px; min-height: 100%; background: var(--red-black); }
.dialog-visual img { width: 100%; min-height: 320px; max-height: 520px; object-fit: cover; }
.dialog-image-note { margin: 0; padding: 12px 18px 14px; background: #1c1416; color: #e5d9d5; font-size: .68rem; line-height: 1.45; }
.dialog-copy { align-self: start; padding: clamp(34px, 6vw, 76px); }
.dialog-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.02; letter-spacing: -.045em; }
.dialog-meta { margin: 16px 0 0; color: var(--burgundy); font-size: .7rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.dialog-premise { margin: 30px 0; color: #4d4542; font-family: var(--serif); font-size: 1.22rem; line-height: 1.48; }
.after-fiction { padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.after-label { margin: 0 0 12px; color: var(--burgundy); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.after-fiction #dialog-after p { margin: 0 0 1em; color: #4c4542; font-family: var(--serif); }
.after-fiction #dialog-after p:last-child { margin-bottom: 0; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.dialog-actions #dialog-link span { margin-left: 6px; }
.pdf-dialog { width: min(1440px, calc(100vw - 32px)); height: calc(100vh - 32px); max-width: none; max-height: none; padding: 0; border: 0; background: #23191b; color: white; box-shadow: 0 40px 100px rgba(0,0,0,.48); }
.pdf-dialog[open] { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.pdf-dialog::backdrop { background: rgba(22,14,16,.86); backdrop-filter: blur(7px); }
.pdf-dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 22px; border-bottom: 1px solid rgba(255,255,255,.13); }
.pdf-dialog-header .eyebrow { margin-bottom: 3px; color: #f2c56d; }
.pdf-dialog-header h2 { margin: 0; font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.1; }
.pdf-dialog-actions { display: flex; align-items: center; gap: 9px; }
.pdf-dialog-actions .button { min-height: 42px; }
.pdf-dialog-actions .light-ghost { border-color: rgba(255,255,255,.58); color: white; }
.pdf-dialog-close { display: inline-grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; background: transparent; color: white; cursor: pointer; font-size: 1.55rem; line-height: 1; }
.pdf-reader { min-height: 0; background: #3c3939; }
.pdf-reader iframe { display: block; width: 100%; height: 100%; border: 0; background: #3c3939; }
.pdf-reader-note { margin: 0; padding: 9px 22px 11px; color: #d6cbc7; font-size: .72rem; text-align: center; }
.noscript { margin: 34px 0 0; padding: clamp(28px, 5vw, 52px); border: 1px solid #dcc88d; background: #fff3cd; color: #594c27; }
.noscript .eyebrow { color: #8b6519; }
.noscript h2 { margin: 0 0 10px; font-family: var(--serif); }
.noscript > p { max-width: 760px; }
.noscript-year-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 30px; }
.noscript-year-grid > div { padding-top: 16px; border-top: 2px solid rgba(139,101,25,.35); }
.noscript h3 { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin: 0 0 14px; font-family: var(--serif); font-size: 1.45rem; }
.noscript h3 span { color: #806b3b; font-family: var(--sans); font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.noscript ol { margin: 0; padding-left: 22px; }
.noscript li { margin-bottom: 9px; break-inside: avoid; }
.noscript a { color: #65301f; text-underline-offset: 3px; }
.noscript-downloads { margin: 28px 0 0; padding-top: 18px; border-top: 1px solid rgba(139,101,25,.24); }

:focus-visible { outline: 3px solid #e8b14e; outline-offset: 3px; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .menu-toggle { display: inline-flex; }
  .site-header nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 10px clamp(18px, 4.5vw, 72px) 18px; border-bottom: 1px solid rgba(157,34,53,.2); background: rgba(251,249,246,.99); box-shadow: 0 18px 28px rgba(39,25,28,.12); }
  .site-header.menu-open nav { display: grid; }
  .site-header nav a { padding: 12px 4px; border-bottom: 1px solid var(--line); font-size: .92rem; }
  .site-header nav a:last-child { border-bottom: 0; }
  .site-header nav .mobile-nav-subscribe { display: block; color: var(--burgundy-dark); font-weight: 800; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 650px; }
  .hero-gallery { min-height: 540px; }
  .project { grid-template-columns: 1fr; }
  .project-heading { position: static; }
  .project-note { grid-column: 1; }
  .season-grid, .story-grid { grid-template-columns: repeat(2, 1fr); }
  .season-card:last-child { grid-column: span 2; min-height: 430px; }
  .download-card { grid-template-columns: 1fr; gap: 16px; align-items: start; }
  .download-card .download-year,
  .download-card > div,
  .download-card .button { grid-column: 1; }
  .download-card .button { justify-self: start; }
  .download-actions { justify-content: flex-start; }
  .method-panel { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 64px; grid-template-columns: 1fr auto; padding: 9px 16px; }
  .header-cta { display: none; }
  .hero-copy { min-height: 590px; padding: 70px 24px; }
  .hero h1 { font-size: clamp(3.7rem, 20vw, 5.4rem); letter-spacing: -.1em; }
  .hero-actions .button { width: 100%; }
  .hero-gallery { min-height: 440px; }
  .hero-stats { gap: 16px; }
  .section { padding: 72px 20px; }
  .split-heading, .archive-heading { display: block; }
  .split-heading > p, .archive-heading > p { margin-top: 20px; }
  .project-text { columns: 1; }
  .season-grid, .story-grid, .route-grid, .download-grid { grid-template-columns: 1fr; }
  .season-card, .season-card:last-child { grid-column: auto; min-height: 510px; }
  .filter-group { grid-template-columns: 1fr; gap: 8px; }
  .filter-scroll-hint { display: inline; float: right; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; overscroll-behavior-inline: contain; padding-bottom: 8px; scroll-snap-type: inline proximity; scrollbar-width: thin; }
  .filter-row button { min-height: 44px; flex: 0 0 auto; scroll-snap-align: start; }
  .route-card { min-height: 320px; }
  .download-year { font-size: 2.25rem; }
  .noscript-year-grid { grid-template-columns: 1fr; gap: 24px; }
  .method-panel { padding: 30px 22px; }
  .method-panel ul { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; }
  .dialog-scroll { grid-template-columns: 1fr; }
  .dialog-visual { grid-template-columns: repeat(2, 1fr); min-height: 0; }
  .dialog-visual img { min-height: 190px; height: 190px; }
  .dialog-copy { padding: 34px 24px 50px; }
  .dialog-close { top: 22px; right: 22px; }
  .pdf-dialog { display: none; }
}

@media (max-width: 420px) {
  .wordmark > span { font-size: 1.25rem; }
  .wordmark small { font-size: .55rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}
