/* ==========================================================================
   FFDC SUMMER — Washington Summer Film Festival · filmfestdcsummer.org
   First Edition · August 6–9, 2026
   Design language: printed festival poster — flat ink, hard edges,
   condensed display type, image-forward.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --ink: #17120c;
  --cream: #f2e9d5;
  --cream-deep: #e9dcbf;
  --red: #d8341c;
  --amber: #efa63b;
  --white: #fdfaf2;
  --rule: 2px solid var(--ink);
  --font-display: 'Anton', 'Arial Narrow', sans-serif;
  --font-serif: 'Instrument Serif', Georgia, serif;
  --font-body: 'Archivo', 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

::selection { background: var(--red); color: var(--cream); }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: 0.01em;
}

.serif-it { font-family: var(--font-serif); font-style: italic; text-transform: none; letter-spacing: 0; }

/* ---------- Ticker ---------- */

.ticker {
  background: var(--red);
  color: var(--cream);
  overflow: hidden;
  border-bottom: var(--rule);
  font-family: var(--font-display);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 36s linear infinite;
}
.ticker-track span { padding: 9px 0; white-space: nowrap; }
.ticker-track span::after { content: '★'; margin: 0 22px; color: var(--amber); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Header ---------- */

.site-header {
  background: var(--ink);
  color: var(--cream);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: var(--rule);
}
.header-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 80px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  padding: 10px 0;
}
.brand-logo {
  height: 52px;
  width: auto;
  display: block;
  flex: none;
}
@media (min-width: 720px) {
  .brand-logo { height: 72px; }
}
.brand-mark {
  width: 40px; height: 40px;
  background: var(--red);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 1.05rem;
  border: 2px solid var(--cream);
  border-radius: 50%;
  flex: none;
}
.brand-text { line-height: 1.05; }
.brand-title { font-family: var(--font-display); font-size: 1.3rem; text-transform: uppercase; letter-spacing: 0.04em; }
.brand-title em { font-style: normal; color: var(--amber); }
.brand-sub { display: block; font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: #b9ab8d; margin-top: 2px; }

.nav-toggle {
  display: none;
  background: none; border: 2px solid var(--cream); color: var(--cream);
  font-size: 1.3rem; line-height: 1; padding: 6px 12px; cursor: pointer;
  align-self: center;
}
.site-nav { display: flex; }
.site-nav ul { display: flex; list-style: none; }
.site-nav li { display: flex; }
.site-nav a {
  display: flex; align-items: center;
  padding: 0 18px;
  font-family: var(--font-display);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: var(--cream);
  border-left: 1px solid #3a332a;
}
.site-nav li:last-child a { border-right: 1px solid #3a332a; }
.site-nav a:hover { background: var(--red); }
.site-nav a.active { background: var(--amber); color: var(--ink); }

/* ---------- Filmstrip band ---------- */

.filmstrip {
  background: var(--ink);
  padding: 26px 0;
  border-top: var(--rule);
  border-bottom: var(--rule);
  position: relative;
  overflow: hidden;
}
.filmstrip::before, .filmstrip::after {
  content: '';
  position: absolute; left: 0; right: 0; height: 14px;
  background-image: repeating-linear-gradient(90deg, transparent 0 14px, var(--cream) 14px 28px, transparent 28px 42px);
  opacity: 0.85;
}
.filmstrip::before { top: 6px; }
.filmstrip::after { bottom: 6px; }
.filmstrip-track {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: ticker 55s linear infinite;
}
.filmstrip-track img {
  height: 150px; width: auto;
  border: 3px solid var(--cream);
  filter: saturate(1.05);
}

/* ---------- Hero (home) ---------- */

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: var(--rule);
  background: var(--cream);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
  padding: 70px 0 78px;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  background: var(--ink);
  color: var(--cream);
  padding: 8px 16px;
  margin-bottom: 30px;
}
.hero-kicker i { width: 9px; height: 9px; background: var(--amber); border-radius: 50%; font-style: normal; }
.hero h1 {
  font-size: clamp(4rem, 10.5vw, 8.2rem);
  color: var(--ink);
}
.hero h1 .accent { color: var(--red); }
.hero h1 .amp { font-family: var(--font-serif); font-style: italic; text-transform: lowercase; color: var(--amber); -webkit-text-stroke: 2px var(--ink); font-size: 0.9em; }
.hero-tag {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  margin: 26px 0 8px;
  max-width: 560px;
  line-height: 1.35;
}
.hero-sub { max-width: 540px; font-size: 1.02rem; color: #4c4335; margin-top: 10px; }
.hero-cta { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 14px; }

.btn {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 15px 30px;
  border: var(--rule);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  box-shadow: 4px 4px 0 var(--ink);
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }
.btn:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--ink); }
.btn-red { background: var(--red); color: var(--cream); }
.btn-cream { background: var(--white); color: var(--ink); }
.btn-amber { background: var(--amber); color: var(--ink); }

/* hero collage */
.hero-collage { position: relative; height: 520px; }
.hero-collage .shot {
  position: absolute;
  border: 3px solid var(--ink);
  box-shadow: 8px 8px 0 var(--ink);
  background: var(--white);
  padding: 8px 8px 30px;
}
.hero-collage .shot img { width: 100%; height: 100%; object-fit: cover; }
.hero-collage .shot .cap {
  position: absolute; bottom: 6px; left: 10px;
  font-family: var(--font-display); font-size: 0.68rem;
  letter-spacing: 0.12em; text-transform: uppercase;
}
.hero-collage .s1 { width: 62%; height: 300px; top: 0; right: 4%; transform: rotate(2.5deg); z-index: 3; }
.hero-collage .s2 { width: 55%; height: 260px; bottom: 30px; left: 0; transform: rotate(-3deg); z-index: 2; }
.hero-collage .s3 { width: 44%; height: 220px; bottom: 0; right: 0; transform: rotate(1.5deg); z-index: 4; }
.hero-collage .sticker {
  position: absolute; top: 44%; left: 6%;
  z-index: 5;
  width: 118px; height: 118px;
  background: var(--amber);
  border: 3px solid var(--ink);
  border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  font-family: var(--font-display); font-size: 0.9rem; line-height: 1.15;
  text-transform: uppercase;
  transform: rotate(-12deg);
  box-shadow: 5px 5px 0 var(--ink);
}

/* ---------- Section scaffolding ---------- */

.section { padding: 84px 0; }
.section-dark { background: var(--ink); color: var(--cream); }
.section-amber { background: var(--amber); }
.section-red { background: var(--red); color: var(--cream); }
.section-white { background: var(--white); }
.bordered-top { border-top: var(--rule); }
.bordered-bottom { border-bottom: var(--rule); }

.sec-head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-bottom: 20px; }
.sec-head h2 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); }
.sec-head .index {
  font-family: var(--font-display);
  font-size: 1rem;
  border: var(--rule);
  padding: 6px 14px;
  background: var(--white);
  color: var(--ink);
}
.section-dark .sec-head .index { background: transparent; color: var(--cream); border-color: var(--cream); }
.sec-lede {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.35rem;
  line-height: 1.45;
  max-width: 740px;
  margin-bottom: 48px;
}
.section-dark .sec-lede { color: #d8cbae; }

.rule { border: none; border-top: var(--rule); margin: 0; }

/* ---------- Winner rows (home + lineup) ---------- */

.winner-row {
  display: grid;
  grid-template-columns: 70px 340px 1fr;
  gap: 34px;
  align-items: center;
  padding: 34px 0;
  border-top: var(--rule);
  text-decoration: none;
  color: inherit;
}
.winner-row:last-of-type { border-bottom: var(--rule); }
.winner-row .num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--red);
}
.winner-row .thumb { position: relative; border: 3px solid var(--ink); }
.winner-row .thumb img { width: 100%; height: 200px; object-fit: cover; }
.winner-row:hover .thumb { box-shadow: 6px 6px 0 var(--red); }
.winner-row .award {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--amber);
  border: 2px solid var(--ink);
  padding: 4px 10px;
  margin-bottom: 12px;
}
.winner-row h3 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); margin-bottom: 8px; }
.winner-row .byline { font-size: 0.95rem; color: #574d3c; }
.winner-row .blurb { margin-top: 10px; max-width: 620px; color: #3f382c; font-size: 0.98rem; }

/* ---------- Poster wall ---------- */

.poster-wall {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}
.poster-wall a { text-decoration: none; color: inherit; display: block; }
.poster-card { position: relative; }
.poster-card img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border: 3px solid var(--cream);
  box-shadow: 6px 6px 0 rgba(0,0,0,0.55);
  transition: transform 0.15s ease;
}
.poster-card:hover img { transform: translateY(-6px) rotate(-1deg); }
.poster-card .p-title {
  margin-top: 12px;
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
}
.poster-card .p-meta { font-size: 0.75rem; color: #b3a687; margin-top: 3px; }

/* poster wall on light backgrounds */
.section-white .poster-card img { border-color: var(--ink); box-shadow: 6px 6px 0 rgba(23,18,12,0.35); }
.section-white .poster-card .p-meta { color: #574d3c; }

/* ---------- Big city list (tour teaser) ---------- */

.city-list { list-style: none; }
.city-list li {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-top: 2px solid #d8cbae;
  flex-wrap: wrap;
}
.city-list li:last-child { border-bottom: 2px solid #d8cbae; }
.city-list .city { font-family: var(--font-display); font-size: clamp(1.9rem, 4.5vw, 3.4rem); text-transform: uppercase; }
.city-list .venue-name { font-family: var(--font-serif); font-style: italic; font-size: 1.15rem; }
.city-list .dates { font-family: var(--font-display); font-size: 1rem; letter-spacing: 0.1em; color: var(--red); }
.section-dark .city-list li { border-color: #46402f; }
.section-dark .city-list .dates { color: var(--amber); }

/* ---------- Callout strip ---------- */

.callout { padding: 56px 0; }
.callout .wrap { display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.callout h2 { font-size: clamp(1.9rem, 4vw, 3rem); max-width: 700px; }
.callout p { font-family: var(--font-serif); font-style: italic; font-size: 1.15rem; margin-top: 8px; }

/* ---------- News (home teasers + page) ---------- */

.news-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: var(--rule); background: var(--white); }
.news-item { padding: 30px 28px 34px; border-right: var(--rule); text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.news-item:last-child { border-right: none; }
.news-item:hover { background: var(--cream-deep); }
.news-item img { border: 2px solid var(--ink); margin-bottom: 18px; height: 170px; width: 100%; object-fit: cover; }
.news-item .date { font-family: var(--font-display); font-size: 0.75rem; letter-spacing: 0.16em; color: var(--red); text-transform: uppercase; }
.news-item h3 { font-size: 1.3rem; margin: 10px 0 12px; line-height: 1.1; }
.news-item p { font-size: 0.92rem; color: #4c4335; }
.news-item .more { margin-top: auto; padding-top: 16px; font-family: var(--font-display); font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); }

/* ---------- Page hero (interior) ---------- */

.page-hero {
  border-bottom: var(--rule);
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.page-hero .wrap { padding-top: 64px; padding-bottom: 58px; position: relative; z-index: 2; }
.page-hero .crumb {
  font-family: var(--font-display); font-size: 0.8rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--red); margin-bottom: 18px;
}
.page-hero h1 { font-size: clamp(3rem, 8vw, 6.4rem); }
.page-hero .intro {
  font-family: var(--font-serif); font-style: italic;
  font-size: 1.3rem; line-height: 1.5;
  max-width: 780px; margin-top: 26px;
}
.page-hero.on-dark { background: var(--ink); color: var(--cream); }
.page-hero.on-dark .intro { color: #d8cbae; }
.page-hero.on-red { background: var(--red); color: var(--cream); }
.page-hero.on-red .crumb { color: var(--amber); }
.page-hero.on-red .intro { color: #f6ddc9; }
.page-hero .hero-strip {
  position: absolute; right: -40px; top: 0; bottom: 0; width: 34%;
  display: flex; flex-direction: column; gap: 0; z-index: 1;
  transform: rotate(3deg) scale(1.15);
  opacity: 0.9;
}
.page-hero .hero-strip img { flex: 1; object-fit: cover; min-height: 0; border: 3px solid var(--ink); }

/* ---------- Film entries (lineup page) ---------- */

.part-head {
  display: flex; align-items: center; gap: 22px;
  margin: 70px 0 14px;
}
.part-head .part-no {
  font-family: var(--font-display);
  background: var(--red); color: var(--cream);
  border: var(--rule);
  padding: 10px 18px;
  font-size: 1.1rem;
  box-shadow: 4px 4px 0 var(--ink);
}
.part-head h2 { font-size: clamp(2rem, 5vw, 3.6rem); }

.film {
  display: grid;
  grid-template-columns: 420px 1fr;
  border: var(--rule);
  background: var(--white);
  margin-bottom: 40px;
  box-shadow: 8px 8px 0 var(--ink);
}
.film.flip { grid-template-columns: 1fr 420px; }
.film.flip .film-media { order: 2; }
.film-media { position: relative; min-height: 340px; border-right: var(--rule); }
.film.flip .film-media { border-right: none; border-left: var(--rule); }
.film-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.film-media .award-flag {
  position: absolute; top: 16px; left: -2px;
  background: var(--amber); border: 2px solid var(--ink);
  font-family: var(--font-display);
  font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 12px;
  z-index: 2;
  box-shadow: 3px 3px 0 var(--ink);
  max-width: 85%;
}
.film-media .award-flag.red { background: var(--red); color: var(--cream); }

.film-body { padding: 36px 40px; display: flex; flex-direction: column; gap: 13px; }
.film-body h3 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
.film-body .byline { font-size: 0.92rem; color: #574d3c; border-bottom: 2px solid var(--cream-deep); padding-bottom: 12px; }
.film-body .byline strong { color: var(--ink); }
.film-body .synopsis { font-size: 0.99rem; color: #38311f; }
.film-note { font-family: var(--font-serif); font-style: italic; color: var(--red); font-size: 1.05rem; }

.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
  font-family: var(--font-display);
  font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase;
  border: 2px solid var(--ink);
  padding: 3px 10px;
  background: var(--cream);
}
.tag.hot { background: var(--red); color: var(--cream); }
.tag.doc { background: var(--ink); color: var(--cream); }

.screenings { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.screening {
  display: flex; flex-wrap: wrap; gap: 4px 14px;
  font-size: 0.88rem; font-weight: 600;
  border: 2px solid var(--ink);
  background: var(--cream);
  padding: 9px 14px;
  width: fit-content;
}
.screening .s-time { font-family: var(--font-display); letter-spacing: 0.06em; color: var(--red); text-transform: uppercase; }

/* poster next to text for new selections */
.film .film-media.poster-media { min-height: 460px; }

/* ---------- Schedule ---------- */

.day-block { margin-bottom: 64px; }
.day-head {
  display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap;
  border-bottom: var(--rule);
  padding-bottom: 12px; margin-bottom: 0;
}
.day-head h3 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
.day-head .day-note { font-family: var(--font-serif); font-style: italic; font-size: 1.1rem; color: var(--red); }

.slot {
  display: grid;
  grid-template-columns: 150px 120px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 2px solid #d8cbae;
}
.slot .s-time { font-family: var(--font-display); font-size: 1.4rem; color: var(--red); }
.slot .s-img { border: 2px solid var(--ink); }
.slot .s-img img { width: 120px; height: 78px; object-fit: cover; }
.slot .s-main a { font-family: var(--font-display); font-size: 1.25rem; text-transform: uppercase; text-decoration: none; letter-spacing: 0.03em; }
.slot .s-main a:hover { color: var(--red); }
.slot .s-venue { font-size: 0.85rem; color: #574d3c; margin-top: 2px; }
.slot .s-note { font-family: var(--font-serif); font-style: italic; font-size: 0.95rem; color: var(--red); margin-top: 3px; }
.slot .s-badge {
  font-family: var(--font-display); font-size: 0.7rem; letter-spacing: 0.12em;
  text-transform: uppercase; border: 2px solid var(--ink); padding: 5px 10px;
  white-space: nowrap; background: var(--white);
}
.slot .s-badge.free { background: var(--amber); }
.slot .s-badge.gala { background: var(--red); color: var(--cream); }

/* ---------- Tour page ---------- */

.tour-stop {
  border: var(--rule);
  background: var(--white);
  box-shadow: 8px 8px 0 var(--ink);
  margin-bottom: 44px;
  display: grid;
  grid-template-columns: 120px 1fr;
}
.tour-stop .stop-no {
  background: var(--red); color: var(--cream);
  border-right: var(--rule);
  display: grid; place-items: center;
  font-family: var(--font-display); font-size: 2.6rem;
}
.tour-stop .stop-body { padding: 32px 38px; }
.tour-stop h3 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); }
.tour-stop .stop-city { font-family: var(--font-serif); font-style: italic; font-size: 1.15rem; color: var(--red); }
.tour-stop .address { font-size: 0.9rem; color: #574d3c; margin: 6px 0 20px; }
.tour-stop ul { list-style: none; }
.tour-stop li {
  display: flex; flex-wrap: wrap; gap: 4px 16px;
  padding: 10px 0;
  border-top: 2px solid var(--cream-deep);
  font-size: 0.95rem;
}
.tour-stop li .when { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.05em; min-width: 215px; color: var(--red); }

/* ---------- News page articles ---------- */

.news-article {
  border: var(--rule);
  background: var(--white);
  box-shadow: 8px 8px 0 var(--ink);
  padding: 46px 52px;
  margin-bottom: 48px;
}
.news-article .news-date {
  font-family: var(--font-display); font-size: 0.8rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  background: var(--amber); border: 2px solid var(--ink);
  display: inline-block; padding: 4px 12px;
}
.news-article h2 { font-size: clamp(1.8rem, 4vw, 2.9rem); margin: 18px 0 20px; }
.news-article p { margin-bottom: 15px; color: #38311f; }
.news-article img { border: 3px solid var(--ink); margin: 10px 0 22px; }
.news-article .img-cap { font-size: 0.82rem; color: #574d3c; margin-top: -14px; margin-bottom: 22px; font-style: italic; }
.news-article blockquote {
  border-left: 6px solid var(--red);
  background: var(--cream);
  padding: 18px 26px;
  margin: 22px 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.22rem;
  line-height: 1.5;
}
.news-article .attribution { display: block; font-family: var(--font-body); font-style: normal; font-size: 0.85rem; margin-top: 10px; color: #574d3c; }
.news-article .article-link { font-family: var(--font-display); text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.12em; color: var(--red); }

/* ---------- About page ---------- */

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }

.panel {
  border: var(--rule);
  background: var(--white);
  padding: 30px 32px;
  box-shadow: 6px 6px 0 var(--ink);
}
.panel h3 { font-size: 1.45rem; margin-bottom: 12px; }
.panel p, .panel li { font-size: 0.95rem; color: #38311f; }
.panel ul { padding-left: 20px; margin-top: 8px; }
.panel li { margin-bottom: 7px; }
.panel .price { font-family: var(--font-display); font-size: 2.2rem; color: var(--red); display: block; margin-bottom: 8px; }

.person { padding: 18px 0; border-top: 2px solid var(--cream-deep); }
.person:first-of-type { border-top: none; }
.person .name { font-family: var(--font-display); font-size: 1.15rem; text-transform: uppercase; letter-spacing: 0.03em; }
.person .role { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); }
.person p { font-size: 0.9rem; color: #4c4335; margin-top: 6px; }

/* ---------- About: narrative prose ---------- */

.about-narrative { max-width: 820px; margin-bottom: 48px; }
.about-narrative p { font-size: 1.02rem; color: #38311f; margin-bottom: 16px; line-height: 1.72; }
.about-narrative .sec-lede { margin-bottom: 24px; }

/* ---------- About: season diagram ---------- */

.season-diagram {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  margin: 48px 0 60px;
}
.season-card {
  border: var(--rule);
  background: var(--white);
  padding: 34px 32px 30px;
  box-shadow: 6px 6px 0 var(--ink);
  position: relative;
}
.season-card h3 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin: 12px 0 4px;
}
.season-card .season-sub {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1rem;
  color: #574d3c;
  margin-bottom: 18px;
}
.season-card ul {
  list-style: none;
  padding: 0;
}
.season-card li {
  font-size: 0.92rem;
  color: #38311f;
  padding: 7px 0;
  border-top: 1px solid var(--cream-deep);
}
.season-card li:last-child { padding-bottom: 0; }
.season-badge {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: var(--ink);
  color: var(--cream);
  padding: 5px 14px;
  border: 2px solid var(--ink);
}
.season-badge.amber { background: var(--amber); color: var(--ink); }
.season-label {
  display: inline-block;
  margin-top: 20px;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 14px;
  border: 2px solid var(--ink);
}
.season-label.parent { background: var(--ink); color: var(--cream); }
.season-label.satellite { background: var(--red); color: var(--cream); }

.season-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  gap: 6px;
}
.link-arrow {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--red);
  line-height: 1;
}
.link-text {
  font-family: var(--font-display);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--red);
  color: var(--cream);
  padding: 6px 16px;
  border: 2px solid var(--ink);
  white-space: nowrap;
}
.link-sub {
  font-size: 0.72rem;
  color: #574d3c;
  text-align: center;
  max-width: 130px;
  line-height: 1.4;
  margin-top: 4px;
}

/* ---------- About: reason grid ---------- */

.reason-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 40px 0 60px;
}
.reason-card {
  border: var(--rule);
  background: var(--white);
  padding: 30px 32px;
  box-shadow: 5px 5px 0 var(--ink);
}
.reason-card .reason-num {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--red);
  line-height: 1;
  margin-bottom: 10px;
}
.reason-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.reason-card p { font-size: 0.95rem; color: #38311f; line-height: 1.65; }

/* ---------- About: flow timeline ---------- */

.flow-timeline {
  position: relative;
  margin: 40px 0 60px;
  padding-left: 40px;
}
.flow-timeline::before {
  content: '';
  position: absolute;
  left: 13px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: var(--cream-deep);
}
.flow-step {
  position: relative;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 24px;
  padding-bottom: 40px;
}
.flow-step:last-child { padding-bottom: 0; }
.flow-dot {
  position: absolute;
  left: -40px;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--ink);
  border: 3px solid var(--cream);
  box-shadow: 0 0 0 2px var(--ink);
  z-index: 1;
}
.flow-dot.amber { background: var(--amber); }
.flow-dot.red { background: var(--red); }
.flow-date {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  padding-top: 2px;
}
.flow-body h3 { font-size: 1.3rem; margin-bottom: 8px; }
.flow-body p { font-size: 0.95rem; color: #38311f; line-height: 1.65; max-width: 640px; }

/* ---------- About: callout box ---------- */

.callout-box {
  border: var(--rule);
  background: var(--ink);
  color: var(--cream);
  padding: 42px 48px;
  box-shadow: 8px 8px 0 var(--red);
  margin: 0 0 60px;
}
.callout-box h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--amber);
  margin-bottom: 16px;
}
.callout-box p { font-size: 1rem; color: #d8cbae; line-height: 1.7; }

/* ---------- Big stats ---------- */

.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); border: var(--rule); background: var(--white); }
.stat-cell { padding: 30px 24px; border-right: var(--rule); text-align: center; }
.stat-cell:last-child { border-right: none; }
.stat-cell .n { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 3.8rem); color: var(--red); }
.stat-cell .l { font-family: var(--font-display); font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; margin-top: 6px; }

/* ---------- Footer ---------- */

.site-footer { background: var(--ink); color: #cbbfa2; border-top: var(--rule); }
.footer-word {
  font-family: var(--font-display);
  font-size: clamp(3rem, 11vw, 8.6rem);
  color: var(--cream);
  text-transform: uppercase;
  line-height: 0.9;
  padding: 60px 0 30px;
  border-bottom: 1px solid #3a332a;
}
.footer-word em { font-style: normal; color: var(--red); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 44px; padding: 44px 0; }
.site-footer h4 { font-family: var(--font-display); color: var(--amber); font-size: 0.85rem; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 9px; font-size: 0.93rem; }
.site-footer a { color: #cbbfa2; text-decoration: none; }
.site-footer a:hover { color: var(--cream); text-decoration: underline; }
.footer-note { border-top: 1px solid #3a332a; padding: 22px 0 30px; font-size: 0.8rem; color: #837759; }

/* ---------- Responsive ---------- */

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-collage { height: 440px; max-width: 620px; }
  .poster-wall { grid-template-columns: repeat(4, 1fr); }
  .winner-row { grid-template-columns: 50px 260px 1fr; gap: 22px; }
  .film, .film.flip { grid-template-columns: 1fr; }
  .film-media { min-height: 260px; border-right: none; border-bottom: var(--rule); }
  .film.flip .film-media { order: 0; border-left: none; }
  .film .film-media.poster-media { min-height: 420px; }
  .news-list { grid-template-columns: 1fr; }
  .news-item { border-right: none; border-bottom: var(--rule); }
  .news-item:last-child { border-bottom: none; }
  .footer-grid, .two-col, .three-col { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: repeat(2, 1fr); }
  .stat-cell:nth-child(2) { border-right: none; }
  .stat-cell:nth-child(1), .stat-cell:nth-child(2) { border-bottom: var(--rule); }
  .page-hero .hero-strip { display: none; }
  .season-diagram { grid-template-columns: 1fr; gap: 24px; }
  .season-link { flex-direction: row; padding: 0; }
  .link-arrow { font-size: 1.4rem; }
  .link-arrow.reverse { display: none; }
  .reason-grid { grid-template-columns: 1fr; }
  .flow-step { grid-template-columns: 100px 1fr; gap: 16px; }
}

@media (max-width: 680px) {
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--ink); border-bottom: var(--rule); }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; }
  .site-nav a { padding: 15px 26px; border-left: none; border-top: 1px solid #3a332a; }
  .poster-wall { grid-template-columns: repeat(2, 1fr); }
  .winner-row { grid-template-columns: 1fr; }
  .winner-row .num { display: none; }
  .slot { grid-template-columns: 90px 1fr; }
  .slot .s-img { display: none; }
  .slot .s-badge { grid-column: 2; justify-self: start; }
  .tour-stop { grid-template-columns: 1fr; }
  .tour-stop .stop-no { border-right: none; border-bottom: var(--rule); padding: 10px; }
  .news-article { padding: 30px 24px; }
  .film-body { padding: 26px 22px; }
  .flow-timeline { padding-left: 34px; }
  .flow-step { grid-template-columns: 1fr; gap: 4px; }
  .flow-date { padding-top: 0; }
  .callout-box { padding: 30px 24px; }
  .season-card { padding: 26px 22px; }
}
