:root {
  --ink: #152333;
  --ink-soft: #314254;
  --paper: #f4f0e7;
  --paper-deep: #e9e1d4;
  --white: #fffdf8;
  --red: #bd402d;
  --red-dark: #8e2e22;
  --blue: #345d78;
  --line: rgba(21, 35, 51, 0.17);
  --shadow: 0 24px 65px rgba(31, 34, 37, 0.15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 50; top: 12px; left: 12px; padding: 10px 14px; transform: translateY(-150%); background: var(--ink); color: white; border-radius: 6px; }
.skip-link:focus { transform: none; }
.site-header, main, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { font-family: var(--serif); font-size: 1.4rem; font-weight: 700; text-decoration: none; }
.brand span { color: var(--red); }
.browse-link { color: var(--ink-soft); font-size: 0.77rem; font-weight: 750; letter-spacing: 0.09em; text-decoration: none; text-transform: uppercase; }
.browse-link:hover { color: var(--red); }

.hero { min-height: 690px; padding: 92px 0 86px; display: grid; grid-template-columns: 1.12fr 0.88fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.17em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--serif); line-height: 0.96; letter-spacing: -0.045em; }
h1 { max-width: 720px; font-size: clamp(4rem, 8vw, 7.7rem); }
.lede { max-width: 650px; margin: 30px 0 0; color: var(--ink-soft); font-size: clamp(1.05rem, 1.8vw, 1.28rem); }
.hero-stats { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-stats span { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 253, 248, 0.5); color: var(--ink-soft); font-size: 0.82rem; }
.hero-stats strong { color: var(--ink); }
.hero-still { position: relative; margin: 0; padding: 15px 15px 42px; background: var(--white); box-shadow: var(--shadow); transform: rotate(1.3deg); }
.hero-still::before { content: ""; position: absolute; z-index: -1; inset: 18px -18px -18px 18px; background: var(--red); }
.hero-still img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hero-still figcaption { position: absolute; left: 16px; bottom: 11px; color: var(--ink-soft); font-family: var(--serif); font-size: 0.8rem; font-style: italic; }

.archive-intro { padding: 100px 0 42px; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 40px; border-top: 1px solid var(--line); }
.archive-intro h2 { font-size: clamp(3rem, 6vw, 5.6rem); }
.archive-intro > p { max-width: 360px; justify-self: end; margin: 0 0 6px; color: var(--ink-soft); }
.year-nav { position: sticky; z-index: 5; top: 0; margin-bottom: 42px; padding: 14px 0; display: flex; gap: 8px; overflow-x: auto; border-block: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(12px); scrollbar-width: thin; }
.year-nav a { flex: 0 0 auto; padding: 7px 12px; border-radius: 999px; color: var(--ink-soft); font-size: 0.76rem; font-weight: 750; text-decoration: none; }
.year-nav a:hover, .year-nav a:focus-visible { background: var(--ink); color: white; outline: none; }
.archive-list { padding-bottom: 110px; }
.year-group { scroll-margin-top: 78px; padding: 46px 0; display: grid; grid-template-columns: 220px 1fr; gap: 40px; border-bottom: 1px solid var(--line); }
.year-label h2 { font-size: clamp(2.5rem, 5vw, 4.2rem); color: var(--blue); }
.year-label span { display: block; margin-top: 10px; color: var(--ink-soft); font-size: 0.76rem; letter-spacing: 0.08em; text-transform: uppercase; }
.video-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.video-link { min-height: 104px; padding: 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255, 253, 248, 0.55); text-decoration: none; transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease; }
.video-link:hover { transform: translateY(-2px); border-color: rgba(189, 64, 45, 0.5); background: var(--white); box-shadow: 0 14px 30px rgba(21, 35, 51, 0.08); }
.watch { padding: 5px 8px; border-radius: 4px; background: var(--red); color: white; font-size: 0.62rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.video-title { font-family: var(--serif); font-size: 1.08rem; line-height: 1.3; }
.arrow { color: var(--red); font-size: 1.2rem; }

footer { min-height: 150px; padding: 42px 0; display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 28px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 0.82rem; }
footer strong { color: var(--ink); font-family: var(--serif); font-size: 1rem; }
footer a { color: var(--red-dark); font-weight: 750; }
.not-found { min-height: 100vh; display: grid; align-content: center; justify-items: start; }
.not-found h1 { max-width: 800px; }
.not-found p:not(.eyebrow) { color: var(--ink-soft); font-size: 1.1rem; }
.home-button { margin-top: 22px; padding: 12px 18px; border-radius: 6px; background: var(--ink); color: white; font-weight: 750; text-decoration: none; }

@media (max-width: 860px) {
  .hero { min-height: 0; padding: 62px 0 86px; grid-template-columns: 1fr; gap: 56px; }
  .hero-copy { order: 2; }
  .hero-still { order: 1; width: min(620px, 92%); margin-inline: auto; }
  .archive-intro { grid-template-columns: 1fr; }
  .archive-intro > p { justify-self: start; }
  .year-group { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 600px) {
  .site-header, main, footer { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 72px; }
  .brand { font-size: 1.15rem; }
  .browse-link { font-size: 0.65rem; }
  h1 { font-size: clamp(3.7rem, 18vw, 5.5rem); }
  .hero-stats { gap: 7px; }
  .hero-stats span { padding: 8px 11px; font-size: 0.73rem; }
  .hero-still { width: calc(100% - 20px); padding: 10px 10px 36px; }
  .archive-intro { padding-top: 78px; }
  .archive-intro h2 { font-size: 3.4rem; }
  .video-list { grid-template-columns: 1fr; }
  .video-link { min-height: 88px; }
  footer { grid-template-columns: 1fr; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .video-link { transition: none; }
}
