/* ============================================================
   CGA V5 shared stylesheet. Single source of the site standards.
   Born 2026-08-05 because every page was re-implementing the
   standards from memory and drifting. Governed by:
   docs/typography-standards.md, docs/header-footer-standards.md,
   data/design-tokens.json, docs/three-lines-mechanic-rules.md.
   Rule: page-level <style> blocks hold ONLY page-specific CSS.
   Change a standard HERE, never in a page.
   ============================================================ */
@font-face {
  font-family: 'Wenham';
  src: url('/assets/fonts/Wenham-Open.woff2') format('woff2'),
       url('/assets/fonts/Wenham-Open.otf') format('opentype');
  font-weight: 400; font-display: swap;
}
@font-face {
  font-family: 'Wenham Display';
  src: url('/assets/fonts/Wenham-Display.woff2') format('woff2'),
       url('/assets/fonts/Wenham-Display.otf') format('opentype');
  font-weight: 400; font-display: swap;
}
@font-face {
  font-family: 'Wenham A';
  src: url('/assets/fonts/Wenham-Display.woff2') format('woff2'),
       url('/assets/fonts/Wenham-Display.otf') format('opentype');
  unicode-range: U+0041, U+0061;
  font-weight: 400; font-display: swap;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --bg: #f5f4f1; --paper: #fbfaf8;
  --ink: #131210;
  --line: #e5e3de; --line-strong: #c9c7c1;
  --pink: #ec4899; --magenta: #c41d82;
  --green: #c9f06b; --green-text: #4f6b16;
  --gold: #a8893a;
  --display: 'DM Serif Display', Georgia, serif; /* Wenham lives ONLY in the wordmark (header + footer), Erich 8/5 */
  --sans: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}
h1, h2, h3 { text-wrap: balance; -webkit-hyphens: none; hyphens: none; }
html, body { background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 860px; margin: 0 auto; padding: 0 24px; } /* 860 LOCKED 8/5: the measure must FILL its frame. 760 read pinched, 1000 left a dead right void. Rule, not taste. */
.mast { display: flex; align-items: center; gap: 12px; padding: 26px 0 0; margin-bottom: 56px; }
.mast-mark { width: 34px; height: 34px; border-radius: 4px; background: var(--pink); color: var(--ink); font-family: var(--display); font-size: 14px; display: flex; align-items: center; justify-content: center; }
.logo-bar { width: 3px; height: 24px; background: var(--green-text); display: inline-block; }
.mast-name { font-family: var(--display); font-size: 22px; line-height: 1; }
.hero h1 { font-family: var(--display); font-weight: 400; font-size: clamp(34px, 6.4vw, 54px); line-height: 1.08; letter-spacing: -0.01em; margin-bottom: 10px; }
.hero-low { font-size: 11px; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink); margin-bottom: 22px; }
.lede { font-family: var(--sans); font-size: 19px; line-height: 1.55; padding-left: 18px; border-left: 2px solid var(--pink); margin-bottom: 34px; }
.rule { height: 3px; background: var(--pink); border: 0; border-radius: 2px; margin: 0 0 30px; }
.still { margin-bottom: 10px; }
.still img { width: 100%; border-radius: 6px; display: block; }
.caption { font-family: var(--display); font-style: italic; font-size: 14.5px; color: var(--magenta); text-align: center; margin: 10px 0 48px; }
.section { margin-bottom: 56px; }
h2.sec { font-family: var(--display); font-weight: 400; font-size: 29px; line-height: 1.14; letter-spacing: -0.01em; margin-bottom: 18px; }
.section p { margin-bottom: 16px; max-width: 72ch; }
.door { display: block; padding: 26px 0; border-top: 1px solid var(--line-strong); }
.door:last-of-type { border-bottom: 1px solid var(--line-strong); margin-bottom: 34px; }
.door h3 { font-family: var(--display); font-weight: 400; font-size: 26px; margin-bottom: 6px; }
.door p { max-width: 60ch; margin-bottom: 8px; }
.door .go { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--magenta); }
.door:hover h3 { color: var(--magenta); }
.rowlink { display: block; padding: 20px 0; border-top: 1px solid var(--line-strong); }
.rowlink:last-of-type { border-bottom: 1px solid var(--line-strong); }
.rowlink b { font-family: var(--display); font-weight: 400; font-size: 21px; display: block; }
.rowlink span { font-size: 15px; }
.rowlink:hover b { color: var(--magenta); }
.pullquote { font-family: var(--display); font-size: 24px; line-height: 1.3; color: var(--magenta); border-left: 2px solid var(--pink); padding-left: 20px; margin: 0 0 34px; }
.cta { display: inline-block; background: var(--green); color: var(--ink); padding: 14px 28px; border-radius: 4px; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.cta:hover { background: #d4f582; }
a.inline { color: var(--green-text); border-bottom: 1px solid var(--green-text); }
footer { padding: 30px 0 22px; margin-top: 80px; border-top: 1px solid var(--line-strong); text-align: center; }
.footer-content { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 10px; }
.footer-link { font-size: 14px; color: var(--magenta); }
.footer-link:hover { text-decoration: underline; }
.footer-divider { font-size: 14px; color: var(--line-strong); }
.footer-copyright { font-size: 13px; color: var(--ink); }
@media (max-width: 700px) { .mast { margin-bottom: 36px; } .section { margin-bottom: 44px; } }
/* V5 sync (7/31): full-bleed header + ink footer + wide stills, matching the homepage. */
.page-head { position: relative; left: 50%; margin-left: -50vw; margin-right: -50vw; width: 100vw; display: flex; justify-content: space-between; align-items: center; padding: 22px 32px; border-bottom: 1px solid var(--line); margin-bottom: 48px; }
.page-head .mast-name { font-family: 'Wenham Display', var(--display); font-size: 24px; line-height: 1; }
.page-head .wm-cga { color: var(--pink); }
.page-nav { display: flex; gap: 22px; flex-wrap: wrap; }
.page-nav a, .f-nav a, .hero-low, .go { font-family: 'Wenham A', 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif; }
.cta { font-family: var(--sans); }
.page-nav a { color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.8; }
.page-nav a:hover { opacity: 1; color: var(--magenta); }
.still.wide, .drawer-still.wide { position: relative; left: 50%; transform: translateX(-50%); width: min(1200px, calc(100vw - 64px)); }
.still.portrait img { width: min(680px, 100%); aspect-ratio: 16 / 10; object-fit: cover; object-position: 50% 42%; margin: 0 auto; }
@media (max-width: 700px) { .page-head { padding: 16px 18px; margin-bottom: 34px; } .page-nav { gap: 13px; } .page-nav a { font-size: 10.5px; letter-spacing: 0.1em; } .still.wide, .drawer-still.wide { width: calc(100vw - 44px); } }
footer.fv5 { position: relative; left: 50%; margin-left: -50vw; margin-right: -50vw; width: 100vw; background: var(--ink); color: #fff; padding: 28px 32px 20px; margin-top: 72px; border-top: none; text-align: left; }
.f-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; max-width: 1200px; margin: 0 auto 16px; }
.f-wm { font-family: 'Wenham Display', var(--display); font-size: 22px; line-height: 1; color: #fff; }
.f-wm .wm-cga { color: var(--pink); }
.f-nav { display: flex; gap: 22px; flex-wrap: wrap; }
.f-nav a { color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.85; }
.f-nav a:hover { opacity: 1; }
.f-base { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.18); padding-top: 18px; }
.f-tag { font-family: var(--display); font-size: 16px; color: #fff; }
.f-dot { color: var(--green); }
.f-note { font-size: 12.5px; color: rgba(255,255,255,0.72); }
@media (max-width: 700px) { footer.fv5 { padding: 34px 20px 24px; } .f-nav { gap: 14px; } .f-nav a { font-size: 10.5px; letter-spacing: 0.1em; } }

/* ============================================================
   STANDARD HERO (locked 2026-08-05, Erich: "the header on top of
   the hero image with the headline on the bottom of the image with
   the pink line should be standard on all the pages.")
   Full-bleed image, header overlaid on top, h1 + pink rule at the
   bottom of the image. Source pattern: the films page stage.
   ============================================================ */
.stage { position: relative; left: 50%; margin-left: -50vw; margin-right: -50vw; width: 100vw; height: clamp(340px, 56vh, 560px); overflow: hidden; background: var(--ink); display: flex; align-items: flex-end; margin-bottom: 48px; }
.stage-im { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.stage-scrim { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(10,9,8,0.55) 0%, rgba(10,9,8,0) 18%), linear-gradient(to top, rgba(10,9,8,0.88) 0%, rgba(10,9,8,0.42) 42%, rgba(10,9,8,0.10) 100%); }
.stage-head { position: absolute; top: 0; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; padding: 22px 32px; z-index: 2; }
.stage-head .mast-name { font-family: 'Wenham Display', var(--display); font-size: 24px; line-height: 1; color: #fff; }
.stage-nav { display: flex; gap: 22px; flex-wrap: wrap; }
.stage-nav a { color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.85; font-family: 'Wenham A', 'DM Sans', -apple-system, sans-serif; }
.stage-nav a:hover { opacity: 1; }
.stage-copy { position: relative; width: 100%; padding: 0 32px 38px; }
.stage h1 { font-family: var(--display); font-weight: 400; font-size: clamp(30px, 4.6vw, 64px); line-height: 1.08; letter-spacing: -0.015em; color: #fff; }
.stage .rule-stage { height: 3px; background: var(--pink); border: 0; border-radius: 2px; margin: 18px 0 0; width: 96px; }
@media (max-width: 700px) { .stage-head { padding: 16px 18px; } .stage-nav { gap: 13px; } .stage-nav a { font-size: 10.5px; letter-spacing: 0.1em; } .stage-copy { padding: 0 22px 28px; } }
