/* ==========================================================================
   Galway Film Society — site.css
   © 2026 Hummingbird Agency. Generated from the GFS design system.
   ========================================================================== */

/* =========================================================================
   Galway Film Society — Colors & Type
   Source of truth for tokens. Import this file from any page.
   ========================================================================= */

/* Fonts are self-hosted (playbook: no third-party font requests, 2 files max,
   WOFF2, font-display: swap). Drop the two variable WOFF2 files into
   assets/fonts/ — see assets/fonts/README.md. Mono uses the system stack. */
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Variable.woff2') format('woff2-variations'), url('../fonts/Archivo-Variable.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newsreader';
  src: url('../fonts/Newsreader-Variable.woff2') format('woff2-variations'), url('../fonts/Newsreader-Variable.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newsreader';
  src: url('../fonts/Newsreader-Italic-Variable.woff2') format('woff2-variations'), url('../fonts/Newsreader-Italic-Variable.woff2') format('woff2');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

:root {
  /* ---------------------------------------------------------------- COLOR */

  /* Brand — primary (current/forward-looking identity) */
  --gfs-green:        #006D5D;  /* primary brand; logo wordmark */
  --gfs-green-deep:   #004A3F;  /* darker tier, hover/press, headers */
  --gfs-green-ink:    #002A24;  /* near-black green; body text on cream */
  --gfs-lime:         #BEC531;  /* secondary; CTAs, highlights, the film-reel */
  --gfs-lime-bright:  #D4DC3F;  /* hover/glow tier of lime */

  /* Brand — 60th anniversary (1964–2024). Use for retrospective content. */
  --gfs-aubergine:    #534262;  /* GFS60 wordmark */
  --gfs-teal:         #549E9D;  /* GFS60 reel */

  /* Neutrals — close to white, with the barest warm cast */
  --paper:            #FAFAF7;  /* primary surface; near-white, ~2% warm */
  --paper-dim:        #F1F0EB;  /* recessed surface, secondary cards */
  --paper-warm:       #FFFFFF;  /* pure-white surface above paper */
  --ink:              #0B1614;  /* near-black w/ green undertone — body */
  --ink-dim:          #2C3633;  /* secondary text */
  --ink-mute:         #4A544E;  /* tertiary, captions */
  --stroke:           #E8E6DC;  /* hairlines on paper */
  --stroke-strong:    #D0CCBC;  /* heavier dividers */
  --white:            #FFFFFF;

  /* Semantic foreground/background */
  --fg-1:             var(--ink);
  --fg-2:             var(--ink-dim);
  --fg-3:             var(--ink-mute);
  --fg-onDark:        var(--paper);
  --fg-onDark-dim:    #D3DCD9;

  --bg-page:          var(--paper);
  --bg-surface:       var(--white);
  --bg-recess:        var(--paper-dim);
  --bg-dark:          var(--gfs-green-deep);   /* hero / footer */
  --bg-dark-deep:     var(--gfs-green-ink);    /* deepest panels */

  /* Accents (sparingly) */
  --accent:           var(--gfs-lime);
  --accent-hover:     var(--gfs-lime-bright);
  --accent-ink:       var(--gfs-green-ink);    /* text colour on lime */

  /* Status (used only where genuinely needed — booking errors etc.) */
  --info:             #2B6CB0;
  --warn:             #B7791F;
  --danger:           #B3351E;
  --success:          var(--gfs-green);

  /* ---------------------------------------------------------------- TYPE */

  --font-sans:        'Archivo', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
  --font-serif:       'Newsreader', 'Iowan Old Style', 'Charter', Georgia, serif;
  --font-mono:        ui-monospace, 'SF Mono', Menlo, Consolas, monospace;

  /* Type scale (1.250 major-third, anchored on 16px) */
  --t-xs:   12px;
  --t-sm:   14px;
  --t-base: 16px;
  --t-md:   18px;
  --t-lg:   20px;
  --t-xl:   24px;
  --t-2xl:  30px;
  --t-3xl:  38px;
  --t-4xl:  48px;
  --t-5xl:  64px;
  --t-6xl:  84px;
  --t-display: clamp(56px, 9vw, 128px);

  /* Line-height */
  --lh-tight: 1.05;
  --lh-snug:  1.18;
  --lh-base:  1.5;
  --lh-loose: 1.65;

  /* Letter-spacing */
  --ls-tight: -0.025em;
  --ls-snug:  -0.01em;
  --ls-base:  0;
  --ls-wide:  0.08em;
  --ls-eyebrow: 0.18em;   /* uppercase eyebrows */

  /* --------------------------------------------------------- SPACE / RAD */
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  24px;
  --space-6:  32px;
  --space-7:  48px;
  --space-8:  64px;
  --space-9:  96px;
  --space-10: 128px;

  --radius-sm: 2px;     /* hairline pills */
  --radius-md: 4px;     /* buttons, inputs */
  --radius-lg: 8px;     /* cards */
  --radius-xl: 16px;    /* hero blocks */
  --radius-pill: 999px;

  /* ---------------------------------------------------------------- SHADOW */
  /* Light, paper-soft elevation. Cinema-poster vibe — never blue glows. */
  --shadow-1: 0 1px 0 rgba(11,22,20,0.04), 0 1px 2px rgba(11,22,20,0.06);
  --shadow-2: 0 2px 4px rgba(11,22,20,0.06), 0 8px 16px rgba(11,22,20,0.08);
  --shadow-3: 0 6px 12px rgba(11,22,20,0.10), 0 24px 48px rgba(11,22,20,0.12);
  --shadow-inset: inset 0 0 0 1px var(--stroke);

  /* Easing */
  --ease: cubic-bezier(0.2, 0.6, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-fast: 120ms;
  --dur-base: 220ms;
  --dur-slow: 480ms;
}

/* =========================================================================
   Semantic type styles
   Use as classes (.h1) or extend in component CSS.
   ========================================================================= */

html { font-size: 16px; }
body {
  font-family: var(--font-sans);
  color: var(--fg-1);
  background: var(--bg-page);
  font-size: var(--t-base);
  line-height: var(--lh-base);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Editorial display — used for film titles, season banners, hero */
.display {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: var(--t-display);
  line-height: 0.95;
  letter-spacing: var(--ls-tight);
  text-wrap: balance;
}
.display--serif {
  font-family: var(--font-serif);
  font-weight: 500;
  font-style: italic;
  font-size: var(--t-display);
  line-height: 1.0;
  letter-spacing: -0.015em;
  text-wrap: balance;
}

.h1 {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: var(--t-5xl);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-tight);
  text-wrap: balance;
}
.h2 {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: var(--t-4xl);
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-snug);
  text-wrap: balance;
}
.h3 {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: var(--t-2xl);
  line-height: var(--lh-snug);
  letter-spacing: var(--ls-snug);
}
.h4 {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--t-xl);
  line-height: var(--lh-snug);
}
.h5 {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--t-lg);
  line-height: var(--lh-snug);
}

.eyebrow {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: var(--t-xs);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--gfs-green);
}

.lede {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: var(--t-xl);
  line-height: var(--lh-loose);
  color: var(--fg-2);
}

.body {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: var(--t-base);
  line-height: var(--lh-base);
}
.body--editorial {
  font-family: var(--font-serif);
  font-size: var(--t-md);
  line-height: var(--lh-loose);
}

.caption {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: var(--t-xs);
  letter-spacing: 0.02em;
  color: var(--fg-3);
}

.meta {
  font-family: var(--font-mono);
  font-size: var(--t-xs);
  letter-spacing: 0.04em;
  color: var(--fg-2);
  text-transform: uppercase;
}

/* Pull-quote / film blurb — italic serif */
.pullquote {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: var(--t-2xl);
  line-height: var(--lh-snug);
  color: var(--fg-1);
  text-wrap: balance;
}

/* Links — subtle underline, lime hover */
.link, a.link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: var(--stroke-strong);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration-color var(--dur-base) var(--ease);
}
.link:hover { text-decoration-color: var(--gfs-lime); }


/* === COMPONENTS ============================================================= */

/* ==========================================================================
   Galway Film Society — Website UI Kit
   Component CSS that extends styles.css (tokens + semantic type)
   ========================================================================== */

/* -------------------------------------------------------------- RESET / APP */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--paper); color: var(--ink); font-family: var(--font-sans); }

.gfs-app { min-height: 100vh; display: flex; flex-direction: column; }
.gfs-main { flex: 1; }

img { display: block; max-width: 100%; }

/* ---------------------------------------------------------------- ACCESSIBILITY */
/* WCAG 2.2 AAA: universal :focus-visible ring with strong contrast.
   Honours prefers-reduced-motion. Includes skip link. */

:where(a, button, input, select, textarea, [tabindex]) {
  outline: none;
}
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--gfs-lime);
  outline-offset: 3px;
  border-radius: 4px;
}
/* Tighter ring inside dark backgrounds (footer / hero on dark) */
.gfs-footer :where(a, button, input, select, textarea, [tabindex]):focus-visible,
.gfs-news :where(a, button, input, select, textarea, [tabindex]):focus-visible,
.gfs-detail__hero :where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline-color: var(--gfs-lime-bright);
  outline-offset: 4px;
}

/* Skip link — visible only on keyboard focus */
.gfs-skip {
  position: absolute;
  left: 12px;
  top: -100px;
  z-index: 100;
  background: var(--gfs-green-ink);
  color: var(--gfs-lime);
  padding: 12px 18px;
  border-radius: 4px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: top var(--dur-fast) var(--ease);
}
.gfs-skip:focus,
.gfs-skip:focus-visible {
  top: 12px;
  outline: 3px solid var(--gfs-lime);
  outline-offset: 3px;
}

/* Screen-reader-only utility */
.gfs-sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* Reduced motion — disable all transitions and animations */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Eyebrow utility (uppercase tracked label with green dot) */
.gfs-eyebrow {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gfs-green);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.gfs-eyebrow__dot {
  width: 8px; height: 8px; background: var(--gfs-lime);
  border-radius: 50%; display: inline-block;
}
.gfs-eyebrow--onDark { color: var(--gfs-lime); }

/* Inline link in prose */
.gfs-link-inline {
  color: var(--gfs-green);
  text-decoration: underline;
  text-decoration-color: var(--stroke-strong);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration-color var(--dur-base) var(--ease);
}
.gfs-link-inline:hover { text-decoration-color: var(--gfs-lime); }

/* ---------------------------------------------------------------- BUTTONS */
.gfs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 13px 24px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1.5px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--dur-base) var(--ease),
              color var(--dur-base) var(--ease),
              transform var(--dur-fast) var(--ease),
              border-color var(--dur-base) var(--ease);
  min-height: 44px;
}
.gfs-btn--sm { padding: 9px 16px; min-height: 36px; font-size: 12px; letter-spacing: 0.06em; }
.gfs-btn--block { width: 100%; }
.gfs-btn--primary {
  background: var(--gfs-lime);
  color: var(--gfs-green-ink);
  border-color: var(--gfs-lime);
}
.gfs-btn--primary:hover {
  background: var(--gfs-lime-bright);
  border-color: var(--gfs-lime-bright);
}
.gfs-btn--primary:active { transform: translateY(1px); }
.gfs-btn--outline {
  background: transparent;
  color: var(--gfs-green);
  border-color: var(--gfs-green);
}
.gfs-btn--outline:hover {
  background: var(--gfs-green);
  color: var(--paper);
}
.gfs-btn--ghost {
  background: transparent;
  color: var(--gfs-green-ink);
  border-color: transparent;
  text-decoration: underline;
  text-decoration-color: var(--stroke-strong);
  text-underline-offset: 4px;
}
.gfs-btn--ghost:hover {
  text-decoration-color: var(--gfs-lime);
  background: transparent;
}

/* ---------------------------------------------------------------- PILLS */
.gfs-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.gfs-pill--time { background: var(--gfs-lime); color: var(--gfs-green-ink); }

/* ---------------------------------------------------------------- META */
.gfs-meta-line {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.gfs-meta-line--onDark { color: var(--fg-onDark-dim); }

.gfs-dot { color: var(--ink-mute); padding: 0 4px; }

/* ---------------------------------------------------------------- HEADER */
.gfs-header {
  position: sticky; top: 0;
  background: var(--paper);
  border-bottom: 1px solid var(--stroke);
  z-index: 50;
}
.gfs-header__inner {
  max-width: 1280px; margin: 0 auto;
  padding: 14px 32px;
  display: flex; align-items: center; gap: 32px;
}
.gfs-header__logo img { height: 40px; width: auto; }
.gfs-header__nav { display: flex; gap: 28px; margin-left: auto; }
/* Mobile nav toggle — hidden above 640px, replaces the nav below it. */
.gfs-header__toggle {
  display: none;
  margin-left: auto;
  width: 44px; height: 44px;
  padding: 0;
  background: none; border: 1px solid var(--stroke-strong); border-radius: 4px;
  color: var(--ink);
  cursor: pointer;
  align-items: center; justify-content: center;
}
.gfs-header__toggle svg { width: 20px; height: 20px; }
.gfs-header__toggle .gfs-header__toggle-close { display: none; }
.gfs-header__toggle[aria-expanded="true"] .gfs-header__toggle-open { display: none; }
.gfs-header__toggle[aria-expanded="true"] .gfs-header__toggle-close { display: block; }
.gfs-nav-link {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: border-color var(--dur-base) var(--ease), color var(--dur-base) var(--ease);
}
.gfs-nav-link:hover { color: var(--gfs-green); border-bottom-color: var(--gfs-lime); }
.gfs-nav-link.is-active { color: var(--gfs-green); border-bottom-color: var(--gfs-lime); }

/* ---------------------------------------------------------------- HERO */
/* Simplified single-column hero. Mobile-first. */
.gfs-hero {
  padding: 56px 32px 32px;
  max-width: 1100px;
  margin: 0 auto;
}
.gfs-hero__inner {
  max-width: 820px;
}
.gfs-hero__title {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: clamp(44px, 8vw, 96px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: var(--gfs-green-ink);
  margin: 18px 0 12px;
  text-wrap: balance;
}
.gfs-hero__title--accent {
  font-family: var(--font-serif);
  font-weight: 500;
  font-style: italic;
  color: var(--gfs-green);
  letter-spacing: -0.02em;
}
.gfs-hero__strapline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.3;
  color: var(--ink-dim);
  margin: 0 0 24px;
}
.gfs-hero__lede {
  font-family: var(--font-serif);
  font-size: clamp(17px, 2vw, 19px);
  line-height: 1.55;
  color: var(--ink);
  max-width: 56ch;
  margin: 0 0 32px;
}
.gfs-hero__facts {
  list-style: none;
  margin: 0 0 32px;
  padding: 22px 0;
  border-top: 1px solid var(--stroke);
  border-bottom: 1px solid var(--stroke);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.gfs-hero__facts > li {
  display: flex; flex-direction: column;
  gap: 6px;
  font-family: var(--font-sans);
}
.gfs-hero__fact-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gfs-green);
}
.gfs-hero__fact-value {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink);
}
.gfs-hero__fact-sub {
  font-size: 13px;
  color: var(--ink-mute);
  font-weight: 400;
}
.gfs-hero__cta {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

/* Mobile rewrites */
@media (max-width: 720px) {
  .gfs-hero { padding: 32px 20px 24px; }
  .gfs-hero__title { margin-top: 12px; }
  .gfs-hero__facts {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 0;
  }
  .gfs-hero__cta { flex-direction: column; align-items: stretch; }
  .gfs-hero__cta .gfs-btn { width: 100%; justify-content: center; }
}

/* ---------------------------------------------------------------- PARTNER STRIP */
/* Sits just below the hero — "with the support of" */
.gfs-partner-strip {
  border-block: 1px solid var(--stroke);
  background: var(--paper-warm);
}
.gfs-partner-strip__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 22px 32px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.gfs-partner-strip__label {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gfs-green);
  flex-shrink: 0;
}
.gfs-partner-strip__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 36px;
  flex: 1;
}
.gfs-partner-strip__venue {
  display: inline-flex;
  align-items: center;
  background: var(--gfs-green-deep);
  padding: 10px 16px;
  border-radius: 4px;
  text-decoration: none;
  flex-shrink: 0;
  transition: background var(--dur-base) var(--ease);
}
.gfs-partner-strip__venue:hover { background: var(--gfs-green-ink); }
.gfs-partner-strip__venue img {
  height: 28px;
  width: auto;
  display: block;
}
.gfs-partner-strip__sep {
  width: 1px;
  height: 20px;
  background: var(--stroke-strong);
  display: inline-block;
}
.gfs-partner-strip__row img {
  height: 36px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity var(--dur-base) var(--ease);
}
.gfs-partner-strip__row img:hover { opacity: 1; }

/* ---------------------------------------------------------------- INTRO QUOTE */
.gfs-intro {
  background: var(--paper-dim);
  padding: 72px 32px;
  border-block: 1px solid var(--stroke);
  margin-top: 56px;
}
.gfs-intro__inner {
  max-width: 880px; margin: 0 auto;
  text-align: left;
}
.gfs-intro__quote {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.25;
  letter-spacing: -0.005em;
  color: var(--gfs-green-ink);
  margin: 0 0 18px;
  text-wrap: balance;
}
.gfs-intro__cite {
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin: 0;
  font-weight: 600;
}

/* ---------------------------------------------------------------- SECTION HEADS */
.gfs-section-head {
  max-width: 760px;
  margin: 0 0 48px;
  padding: 0 32px;
}
/* Only the centered variant is horizontally centered — a left-aligned head
   must line up with the grid it titles, not float in the middle of it. */
.gfs-section-head--centered { text-align: center; margin-left: auto; margin-right: auto; }
.gfs-section-head--centered .gfs-eyebrow { justify-content: center; }
.gfs-section-title {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--gfs-green-ink);
  margin: 16px 0 18px;
  text-wrap: balance;
}
.gfs-section-lede {
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-dim);
  margin: 0;
  max-width: 60ch;
}

.gfs-page-head {
  max-width: 1100px;
  margin: 64px auto 48px;
  padding: 0 32px;
}
.gfs-page-title {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: var(--gfs-green-ink);
  margin: 18px 0 18px;
  text-wrap: balance;
}
.gfs-page-lede {
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.55;
  color: var(--ink-dim);
  max-width: 58ch;
  margin: 0;
}

/* ---------------------------------------------------------------- SCHEDULE */
.gfs-schedule {
  max-width: 1100px;
  margin: 96px auto;
  padding: 0 32px;
}
.gfs-schedule__list {
  list-style: none;
  margin: 0; padding: 0;
  background: var(--paper-warm);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  overflow: hidden;
}
.gfs-schedule__row {
  display: grid;
  grid-template-columns: 90px 16px 1fr 1.4fr;
  align-items: center;
  gap: 16px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--stroke);
}
.gfs-schedule__row:last-child { border-bottom: none; }
.gfs-schedule__time {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: var(--gfs-green);
}
.gfs-schedule__divider {
  width: 1px; height: 14px;
  background: var(--stroke-strong);
  justify-self: center;
}
.gfs-schedule__label {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 17px;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.gfs-schedule__sub {
  font-family: var(--font-serif);
  font-size: 15px;
  color: var(--ink-dim);
  font-style: italic;
}
.gfs-schedule__row.is-highlight {
  background: var(--gfs-green-deep);
}
.gfs-schedule__row.is-highlight .gfs-schedule__time { color: var(--gfs-lime); }
.gfs-schedule__row.is-highlight .gfs-schedule__label { color: var(--paper); }
.gfs-schedule__row.is-highlight .gfs-schedule__sub { color: var(--fg-onDark-dim); }
.gfs-schedule__row.is-highlight .gfs-schedule__divider { background: rgba(255,255,255,0.18); }

/* ---------------------------------------------------------------- PROGRAMME GRID */
.gfs-programme {
  max-width: 1280px;
  margin: 96px auto;
  padding: 0 32px;
}
.gfs-programme__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 8px;
}
.gfs-programme__cta {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.gfs-programme__cta-sub {
  display: inline-flex; align-items: center;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink-mute);
}

/* ---------------------------------------------------------------- FILM CARD */
.gfs-film-card {
  background: var(--paper-warm);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: transform var(--dur-base) var(--ease), box-shadow var(--dur-base) var(--ease);
  outline: none;
  text-decoration: none;
  color: inherit;
}
.gfs-film-card,
.gfs-film-card * { text-decoration: none; }
.gfs-film-card__link { text-decoration: none; }
.gfs-film-card:hover,
.gfs-film-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(11,22,20,0.10), 0 24px 48px rgba(11,22,20,0.10);
}
.gfs-film-card__poster {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--gfs-green-ink);
}
.gfs-film-card__poster img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--dur-slow) var(--ease-out);
}
.gfs-film-card:hover .gfs-film-card__poster img { transform: scale(1.03); }
.gfs-film-card__poster .gfs-pill {
  position: absolute; left: 16px; bottom: 16px;
}
.gfs-film-card__body {
  padding: 22px 22px 24px;
  display: flex; flex-direction: column; gap: 8px;
  flex: 1;
}
.gfs-film-card__kicker {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gfs-green);
  font-weight: 600;
}
.gfs-film-card__title {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 28px;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--gfs-green-ink);
  margin: 0;
}
.gfs-film-card__synopsis {
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-dim);
  margin: 4px 0 0;
  /* clamp to 4 lines for grid evenness */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gfs-film-card__award {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gfs-green);
  display: inline-flex; align-items: center;
  margin-top: 6px;
}
.gfs-film-card__link {
  margin-top: auto; padding-top: 16px;
  display: inline-flex; align-items: center;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 13px;
  color: var(--gfs-green-ink);
  border-top: 1px solid var(--stroke);
  padding-top: 14px;
  margin-top: 10px;
  white-space: nowrap;
}

/* ---------------------------------------------------------------- FILM DETAIL */
.gfs-detail { max-width: 1180px; margin: 0 auto; padding: 32px 32px 80px; }
.gfs-detail__back {
  background: none; border: none; cursor: pointer;
  font-family: var(--font-sans); font-size: 13px;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--gfs-green); font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 0;
}
.gfs-detail__back:hover { color: var(--gfs-green-deep); }

.gfs-detail__hero {
  position: relative;
  margin-top: 18px;
  border-radius: 16px;
  overflow: hidden;
  min-height: 560px;
  display: flex; align-items: flex-end;
  background: var(--gfs-green-ink);
}
.gfs-detail__hero-img { position: absolute; inset: 0; }
.gfs-detail__hero-img img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}
.gfs-detail__hero-fade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg,
      rgba(0,42,36,0)    0%,
      rgba(0,42,36,0)    40%,
      rgba(0,42,36,0.75) 88%,
      rgba(0,42,36,0.92) 100%),
    linear-gradient(90deg,
      rgba(0,42,36,0.55) 0%,
      rgba(0,42,36,0.10) 55%,
      rgba(0,42,36,0)    100%);
}
.gfs-detail__hero-text {
  position: relative;
  padding: 56px;
  color: var(--paper);
  max-width: 820px;
}
.gfs-detail__title {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: clamp(56px, 7vw, 104px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  color: var(--paper);
  margin: 16px 0 8px;
  text-wrap: balance;
}
.gfs-detail__tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 22px;
  color: var(--gfs-lime);
  margin: 0 0 18px;
}
.gfs-detail__award {
  margin-top: 18px;
  display: inline-flex; align-items: center;
  background: var(--gfs-lime);
  color: var(--gfs-green-ink);
  padding: 8px 14px;
  border-radius: 4px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gfs-detail__body {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 64px;
  margin-top: 56px;
}
.gfs-detail__synopsis {
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.5;
  color: var(--ink);
  margin: 0 0 24px;
  text-wrap: pretty;
}
.gfs-detail__synopsis p { margin: 0 0 16px; }
.gfs-detail__synopsis p:last-child { margin-bottom: 0; }
.gfs-detail__synopsis::first-letter,
.gfs-detail__synopsis > p:first-child::first-letter {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 4.5em;
  float: left;
  line-height: 0.86;
  margin: 6px 12px 0 0;
  color: var(--gfs-green);
}
.gfs-detail__note {
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--ink-dim);
  padding-left: 16px;
  border-left: 2px solid var(--gfs-lime);
  margin: 32px 0;
}
.gfs-detail__credits {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--stroke);
}
.gfs-detail__credits h4 {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gfs-green);
  margin: 0 0 8px;
}
.gfs-detail__credits p {
  font-family: var(--font-serif);
  font-size: 17px;
  color: var(--ink);
  margin: 0;
  line-height: 1.5;
}
.gfs-detail__stills {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 8px;
}
.gfs-detail__still {
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 6px;
  background: var(--gfs-green-ink);
}
.gfs-detail__still img { width: 100%; height: 100%; object-fit: cover; }

.gfs-detail__aside {
  background: var(--paper-warm);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  padding: 28px;
  position: sticky;
  top: 96px;
  align-self: start;
  display: flex; flex-direction: column; gap: 24px;
}
.gfs-detail__aside-block h5 {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gfs-green);
  margin: 0 0 6px;
}
.gfs-detail__aside-block p {
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--ink);
  margin: 0;
  line-height: 1.45;
}
.gfs-detail__aside-qa {
  margin-top: 10px !important;
  font-size: 13px !important;
  color: var(--ink-dim) !important;
  display: flex !important; align-items: center;
}

/* ---------------------------------------------------------------- SPRING SEASON */
.gfs-season {
  max-width: 1100px;
  margin: 96px auto;
  padding: 0 32px;
}
.gfs-season__list {
  list-style: none; margin: 0; padding: 0;
  border-top: 1px solid var(--stroke);
}
.gfs-season__row {
  display: grid;
  grid-template-columns: 36px 130px 1fr 220px 24px;
  align-items: center;
  gap: 20px;
  padding: 22px 8px;
  border-bottom: 1px solid var(--stroke);
  transition: background var(--dur-base) var(--ease), padding var(--dur-base) var(--ease);
  cursor: pointer;
}
.gfs-season__row:hover { background: var(--paper-warm); padding-left: 16px; padding-right: 16px; }
.gfs-season__num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink-mute);
}
.gfs-season__date {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gfs-green);
  font-weight: 500;
}
.gfs-season__title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 22px;
  color: var(--gfs-green-ink);
  letter-spacing: -0.01em;
}
.gfs-season__title em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 500;
}
.gfs-season__meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-mute);
  text-align: right;
}
.gfs-season__arrow { color: var(--gfs-green); justify-self: end; }
.gfs-season__status {
  justify-self: end;
  color: var(--gfs-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gfs-season__sr {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}

/* Past-season treatment — dimmed, no hover lift, check icon */
.gfs-season.is-archived .gfs-season__list { border-color: var(--stroke); }
.gfs-season__archived-flag {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--ink-mute);
  letter-spacing: -0.01em;
}
.gfs-season__row.is-past {
  cursor: default;
  opacity: 1;
  color: var(--ink-mute);
  position: relative;
}
.gfs-season__row.is-past:hover {
  background: transparent;
  padding-left: 8px;
  padding-right: 8px;
}
.gfs-season__row.is-past .gfs-season__title {
  color: var(--ink-mute);
  text-decoration: line-through;
  text-decoration-color: var(--stroke-strong);
  text-decoration-thickness: 1px;
}
.gfs-season__row.is-past .gfs-season__title em { text-decoration: inherit; }
.gfs-season__row.is-past .gfs-season__date { color: var(--ink-mute); }
.gfs-season__row.is-past .gfs-season__meta { color: var(--ink-mute); }
.gfs-season__row.is-past .gfs-season__status {
  width: 22px; height: 22px;
  background: var(--paper-dim);
  border-radius: 50%;
  color: var(--gfs-green);
}

.gfs-season__foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; margin-top: 40px;
}
.gfs-season__pricing {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin: 0;
}

/* ---------------------------------------------------------------- ABOUT / PILLARS */
.gfs-about {
  max-width: 1180px;
  margin: 96px auto;
  padding: 0 32px;
}
.gfs-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 16px;
}
.gfs-pillar {
  text-align: left;
  padding: 8px 0;
}
.gfs-pillar__icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--gfs-lime);
  color: var(--gfs-green-ink);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.gfs-pillar__title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.01em;
  color: var(--gfs-green-ink);
  margin: 0 0 8px;
}
.gfs-pillar__copy {
  font-family: var(--font-serif);
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--ink-dim);
  margin: 0;
}

/* ---------------------------------------------------------------- NEWSLETTER */
.gfs-news {
  background: var(--gfs-green-deep);
  color: var(--paper);
  padding: 80px 32px;
  margin-top: 64px;
}
.gfs-news__inner {
  max-width: 1180px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center;
}
.gfs-news__title {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--paper);
  margin: 14px 0 14px;
  text-wrap: balance;
}
.gfs-news__lede {
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.55;
  color: var(--fg-onDark-dim);
  margin: 0;
  max-width: 50ch;
}
.gfs-news__form {
  display: flex; gap: 12px;
  align-items: flex-end;
}
.gfs-news__field { flex: 1; display: flex; flex-direction: column; gap: 8px; }
/* Honeypot: off-screen, not display:none (some bots skip hidden inputs). */
.gfs-news__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.gfs-news__notice { grid-column: 1 / -1; font-family: var(--font-sans); font-size: 14px; padding: 12px 16px; border-radius: 4px; background: rgba(190,197,49,0.14); color: var(--fg-onDark); border: 1px solid rgba(190,197,49,0.4); }
.gfs-news__notice--error { background: rgba(255,120,120,0.12); border-color: rgba(255,120,120,0.4); }
.gfs-news__field-label {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gfs-lime);
}
.gfs-news__field input {
  padding: 12px 14px;
  font-family: var(--font-sans);
  font-size: 15px;
  background: transparent;
  color: var(--paper);
  border: none;
  border-bottom: 1.5px solid rgba(255,255,255,0.25);
  outline: none;
  transition: border-color var(--dur-base) var(--ease);
}
.gfs-news__field input:focus { border-bottom-color: var(--gfs-lime); }
.gfs-news__field input::placeholder { color: rgba(247,242,232,0.4); }

/* ---------------------------------------------------------------- FOOTER */
.gfs-footer {
  background: var(--gfs-green-ink);
  color: var(--paper);
  padding: 96px 32px 36px;
  margin-top: 0;
}
.gfs-footer__inner {
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 72px;
}
.gfs-footer__col h6,
.gfs-footer__heading {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gfs-lime);
  margin: 0 0 22px;
}
.gfs-footer__col a {
  display: block;
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--fg-onDark);
  text-decoration: none;
  padding: 8px 0;
  transition: color var(--dur-base) var(--ease);
}
.gfs-footer__col a:hover { color: var(--gfs-lime); }
.gfs-footer__col--brand .gfs-footer__logo { height: 48px; margin-bottom: 22px; }
.gfs-footer__tag {
  font-family: var(--font-serif);
  font-size: 16px;
  color: var(--fg-onDark-dim);
  line-height: 1.5;
  margin: 0 0 28px;
  max-width: 36ch;
  font-style: italic;
}
.gfs-footer__socials { display: flex; gap: 12px; }
.gfs-footer__socials a svg { width: 16px; height: 16px; }
.gfs-footer__socials a {
  width: 40px; height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 50%;
  padding: 0;
}
.gfs-footer__socials a:hover {
  border-color: var(--gfs-lime); color: var(--gfs-lime);
}
.gfs-footer__socials a i { width: 18px; height: 18px; }

.gfs-footer__partners {
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.10);
  max-width: 1280px;
  margin-left: auto; margin-right: auto;
}
.gfs-footer__partners-label {
  display: block;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gfs-lime);
  margin-bottom: 18px;
}
.gfs-footer__partners-row {
  display: flex; flex-wrap: wrap;
  align-items: center;
  gap: 36px 44px;
  background: var(--paper);
  padding: 22px 28px;
  border-radius: 8px;
}
.gfs-footer__partners-row img {
  max-height: 44px;
  width: auto;
  filter: none;
}

.gfs-footer__base {
  max-width: 1280px;
  margin: 72px auto 0;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--fg-onDark-dim);
}
.gfs-footer__base > span:first-child { flex: 1 1 auto; }
.gfs-footer__base-links { flex-shrink: 0; }
.gfs-footer__base-links a { color: inherit; text-decoration: none; }
.gfs-footer__base-links a:hover { color: var(--gfs-lime); }

/* ---------------------------------------------------------------- ARCHIVE (past seasons) */
.gfs-archive { max-width: 1100px; margin: 0 auto 96px; padding: 0 32px; }
.gfs-archive__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; }
.gfs-archive__item {
  display: grid; grid-template-columns: 320px 1fr; gap: 0;
  background: var(--paper-warm); border: 1px solid var(--stroke); border-radius: 12px; overflow: hidden;
  text-decoration: none; color: inherit;
  transition: transform var(--dur-base) var(--ease), box-shadow var(--dur-base) var(--ease), border-color var(--dur-base) var(--ease);
}
.gfs-archive__item:hover { transform: translateY(-2px); border-color: var(--stroke-strong); box-shadow: 0 6px 12px rgba(11,22,20,0.06), 0 24px 48px rgba(11,22,20,0.08); }
.gfs-archive__media { aspect-ratio: 4/3; background: var(--gfs-green-ink); min-height: 100%; }
.gfs-archive__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gfs-archive__media-fallback { width: 100%; height: 100%; background: linear-gradient(135deg, var(--gfs-green-deep), var(--gfs-green-ink)); }
.gfs-archive__body { padding: 32px 36px; display: flex; flex-direction: column; gap: 10px; justify-content: center; }
.gfs-archive__kicker { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gfs-green); font-weight: 600; }
.gfs-archive__title { font-family: var(--font-sans); font-weight: 800; font-size: 30px; line-height: 1.05; letter-spacing: -0.02em; color: var(--gfs-green-ink); margin: 0; }
.gfs-archive__summary { font-family: var(--font-serif); font-size: 16px; line-height: 1.55; color: var(--ink-dim); margin: 0; max-width: 52ch; }
.gfs-archive__link { margin-top: 6px; font-family: var(--font-sans); font-weight: 600; font-size: 14px; color: var(--gfs-green); display: inline-flex; align-items: center; }

.gfs-archive-bar {
  max-width: 1100px; margin: 24px auto -40px; padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.gfs-archive-bar .gfs-detail__back { margin: 0; }
.gfs-archive-bar__note { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-mute); display: inline-flex; align-items: center; gap: 10px; }
.gfs-archive-bar__flag { background: var(--paper-dim); border: 1px solid var(--stroke); border-radius: 999px; padding: 3px 10px; color: var(--gfs-green); font-weight: 500; }
.gfs-next-up__card--holding { cursor: default; }
.gfs-next-up__card--holding:hover { transform: none; box-shadow: none; }
.gfs-next-up__card--holding .gfs-next-up__link { text-decoration: none; }

@media (max-width: 900px) {
  .gfs-archive__item { grid-template-columns: 1fr; }
  .gfs-archive__media { aspect-ratio: 16/9; min-height: 0; }
  .gfs-next-up__card { grid-template-columns: 1fr; }
  .gfs-next-up__body { padding: 32px; }
  .gfs-latest-news .gfs-section-head { padding-left: 0; padding-right: 0; }
.gfs-latest-news__grid { grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------------- SEASON PAGE */
.gfs-hero--season { position: relative; overflow: hidden; }
.gfs-hero--season .gfs-hero__inner { position: relative; z-index: 1; }
.gfs-hero--season__art {
  position: absolute; right: 0; top: 0; bottom: 0; width: 46%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 35%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 35%);
  opacity: 0.92;
}
.gfs-hero--season__art img { width: 100%; height: 100%; object-fit: cover; object-position: right center; display: block; }
.gfs-partner-strip__text { font-family: var(--font-sans); font-weight: 700; font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-dim); white-space: nowrap; }

.gfs-plist { list-style: none; margin: 40px 0 0; padding: 0; border-top: 1px solid var(--stroke); }
.gfs-plist__item {
  display: grid; grid-template-columns: 180px minmax(0, 1fr) 300px; gap: 32px;
  padding: 36px 0; border-bottom: 1px solid var(--stroke);
  scroll-margin-top: 96px;
}
.gfs-plist__still { aspect-ratio: 3/2; align-self: start; border-radius: 8px; overflow: hidden; background: var(--paper-dim); }
.gfs-plist__still image-slot { width: 100%; height: 100%; display: block; }
.gfs-plist__still img { width: 100%; height: 100%; object-fit: cover; display: block; }

.gfs-plist__when { display: flex; flex-direction: column; gap: 6px; }
.gfs-plist__num { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; color: var(--ink-mute); }
.gfs-plist__dates { font-family: var(--font-sans); font-weight: 700; font-size: 17px; letter-spacing: -0.01em; color: var(--gfs-green-ink); }
.gfs-plist__times { font-family: var(--font-mono); font-size: 12px; line-height: 1.5; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-mute); }
.gfs-plist__screened { margin-top: 6px; align-self: flex-start; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gfs-green); background: var(--paper-dim); border: 1px solid var(--stroke); border-radius: 999px; padding: 3px 10px; }
.gfs-plist__body { display: flex; flex-direction: column; gap: 10px; max-width: 68ch; }
.gfs-plist__title { font-family: var(--font-sans); font-weight: 800; font-size: 30px; line-height: 1.05; letter-spacing: -0.02em; color: var(--gfs-green-ink); margin: 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 10px; }
.gfs-plist__original { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 20px; color: var(--ink-mute); letter-spacing: 0; }
.gfs-plist__access { font-family: var(--font-sans); font-weight: 600; font-size: 11.5px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--gfs-green); border: 1px solid var(--stroke-strong); border-radius: 999px; padding: 4px 11px; text-decoration: none; align-self: center; white-space: nowrap; cursor: help; }
.gfs-plist__title a { color: inherit; text-decoration: none; }
.gfs-plist__title a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; text-decoration-color: var(--accent, var(--gfs-green)); }
.gfs-plist__synopsis { font-family: var(--font-serif); font-size: 17px; line-height: 1.6; color: var(--ink-dim); margin: 4px 0 0; text-wrap: pretty; }
.gfs-plist__quote { margin: 4px 0 0; padding-left: 16px; border-left: 2px solid var(--gfs-lime); font-family: var(--font-serif); font-style: italic; font-size: 15.5px; line-height: 1.55; color: var(--ink); }
.gfs-plist__quote cite { font-style: normal; font-family: var(--font-sans); font-size: 12px; letter-spacing: 0.04em; color: var(--ink-mute); white-space: nowrap; }
.gfs-plist__stars { color: var(--gfs-green); letter-spacing: 0.1em; margin-right: 8px; font-style: normal; }
.gfs-plist__notes { list-style: none; margin: 4px 0 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.gfs-plist__notes li { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-sans); font-size: 13px; color: var(--ink-dim); }
.gfs-plist__notes li i, .gfs-plist__notes li svg { color: var(--gfs-green); flex-shrink: 0; }
.gfs-plist__notes li.is-warn { color: var(--warn); }
.gfs-plist__notes li.is-warn i, .gfs-plist__notes li.is-warn svg { color: var(--warn); }
.gfs-plist__book { margin-top: 6px; align-self: flex-start; font-family: var(--font-sans); font-weight: 600; font-size: 14px; color: var(--gfs-green); text-decoration: none; display: inline-flex; align-items: center; border-bottom: 1px solid var(--stroke-strong); padding-bottom: 2px; transition: border-color var(--dur-base) var(--ease); }
.gfs-plist__book:hover { border-color: var(--gfs-lime); }
.gfs-plist__item.is-past .gfs-plist__title, .gfs-plist__item.is-past .gfs-plist__dates { color: var(--ink-mute); }
.gfs-plist__item.is-past .gfs-plist__synopsis, .gfs-plist__item.is-past .gfs-plist__quote { color: var(--ink-mute); }

@media (max-width: 900px) {
  .gfs-hero--season__art { display: none; }
  .gfs-plist__item { grid-template-columns: 1fr; gap: 16px; padding: 32px 0; }
  .gfs-plist__still { order: -1; max-width: 480px; }
  .gfs-plist__when { flex-direction: row; flex-wrap: wrap; align-items: baseline; gap: 12px; }
  .gfs-plist__times br { display: none; }
  .gfs-plist__title { font-size: 26px; }
}

@media (max-width: 640px) {
  /* The row is a single stack on a phone, so spacing does the work the
     columns used to: a clear gap between blocks, and the title given room
     to breathe above the metadata. */
  .gfs-plist__item { gap: 18px; padding: 30px 0; }
  .gfs-plist__body { gap: 14px; max-width: none; }
  .gfs-plist__title { font-size: 24px; gap: 8px 10px; row-gap: 10px; }
  .gfs-plist__original { font-size: 17px; }
  .gfs-plist__access { font-size: 11px; padding: 4px 10px; }
  .gfs-plist__when { gap: 10px 14px; }
  .gfs-plist__synopsis { font-size: 16px; margin: 0; }
  .gfs-plist__quote { margin: 0; padding-left: 14px; font-size: 15px; }
  .gfs-plist__quote cite { display: block; margin-top: 6px; white-space: normal; }
  .gfs-plist__notes { gap: 8px; margin: 0; }
  .gfs-plist__notes li { align-items: flex-start; line-height: 1.45; }
  .gfs-plist__notes li i, .gfs-plist__notes li svg { margin-top: 2px; }
  .gfs-plist__actions { gap: 16px; margin-top: 2px; row-gap: 12px; }
  .gfs-plist__more, .gfs-plist__book { min-height: 44px; align-items: center; }
}

.gfs-season .gfs-section-head { max-width: none; margin-left: 0; margin-right: 0; }
.gfs-programme--season .gfs-programme__cta { flex-direction: column; align-items: center; gap: 14px; }
.gfs-programme--season .gfs-programme__cta-sub { max-width: 60ch; text-align: center; display: inline-block; line-height: 1.6; }

.gfs-season-pass {
  max-width: 1100px; margin: 0 auto; padding: 28px 36px;
  background: var(--gfs-green-ink); color: var(--paper); border-radius: 12px;
  display: grid; grid-template-columns: auto 1fr auto; gap: 36px; align-items: center;
}
.gfs-season-pass__price { display: flex; align-items: center; gap: 16px; padding-right: 36px; border-right: 1px solid rgba(255,255,255,0.14); }
.gfs-season-pass__amount { font-family: var(--font-sans); font-weight: 900; font-size: 56px; line-height: 1; letter-spacing: -0.03em; color: var(--gfs-lime); }
.gfs-season-pass__label { font-family: var(--font-sans); font-weight: 600; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; line-height: 1.4; color: var(--paper); }
.gfs-season-pass__copy p { margin: 0; font-family: var(--font-serif); font-size: 16px; line-height: 1.55; color: var(--fg-onDark-dim); max-width: 62ch; }
.gfs-season-pass__copy strong { font-family: var(--font-sans); font-weight: 600; color: var(--paper); }
.gfs-season-pass .gfs-btn { white-space: nowrap; }
@media (max-width: 900px) {
  .gfs-season-pass { grid-template-columns: 1fr; gap: 20px; padding: 24px; }
  .gfs-season-pass__price { border-right: 0; padding-right: 0; border-bottom: 1px solid rgba(255,255,255,0.14); padding-bottom: 16px; }
}

.gfs-plist__actions { display: flex; gap: 20px; align-items: center; margin-top: 6px; flex-wrap: wrap; }
.gfs-plist__more { font-family: var(--font-sans); font-weight: 600; font-size: 14px; color: var(--gfs-green-ink); text-decoration: none; display: inline-flex; align-items: center; border-bottom: 1px solid var(--stroke-strong); padding-bottom: 2px; transition: border-color var(--dur-base) var(--ease); }
.gfs-plist__more:hover { border-color: var(--gfs-lime); }
.gfs-plist__book { margin-top: 0; }
.gfs-detail__original { font-family: var(--font-serif); font-style: italic; font-size: 20px; color: var(--fg-onDark-dim); margin: -8px 0 12px; }
.gfs-meta-line--onDark { color: var(--gfs-lime); }
.gfs-detail__lang { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-mute); margin: 0 0 16px; }
.gfs-detail__main .gfs-plist__quote { margin: 20px 0 0; font-size: 17px; }
.gfs-detail__trailer { position: relative; margin-top: 32px; aspect-ratio: 16/9; border-radius: 8px; overflow: hidden; background: var(--gfs-green-ink); }
.gfs-detail__trailer iframe { width: 100%; height: 100%; border: 0; display: block; }
.gfs-detail__aside-note { font-size: 13px; color: var(--ink-mute); }
.gfs-detail__aside-list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 6px; font-size: 14px; }
.gfs-detail__aside-block--warn p { color: var(--warn); }
.gfs-detail__aside .gfs-btn + .gfs-btn { margin-top: 10px; }
.gfs-detail__aside-sub { color: var(--ink-mute); font-size: 14px; margin: 2px 0 0; }
.gfs-detail__aside-facts { display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; margin: 0; font-size: 14px; }
.gfs-detail__aside-facts dt { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-mute); align-self: baseline; }
.gfs-detail__aside-facts dd { margin: 0; color: var(--ink); }
.gfs-detail__pager { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 64px 0 0; padding-top: 24px; border-top: 1px solid var(--stroke); }
.gfs-detail__pager-link { text-decoration: none; color: inherit; display: flex; flex-direction: column; gap: 4px; }
.gfs-detail__pager-link--next { text-align: right; align-items: flex-end; }
.gfs-detail__pager-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-mute); }
.gfs-detail__pager-title { font-family: var(--font-sans); font-weight: 700; font-size: 18px; color: var(--gfs-green-ink); border-bottom: 1px solid transparent; transition: border-color var(--dur-base) var(--ease); }
.gfs-detail__pager-link:hover .gfs-detail__pager-title { border-color: var(--gfs-lime); }

.gfs-programme--season > .gfs-section-head { text-align: center; margin-left: auto; margin-right: auto; }
.gfs-programme--season > .gfs-section-head .gfs-eyebrow { justify-content: center; }
.gfs-programme--season > .gfs-section-head .gfs-section-lede { margin-left: auto; margin-right: auto; }
.gfs-programme--season .gfs-season-pass { margin-top: 8px; }
.gfs-programme--season .gfs-plist { margin-top: 56px; }

.gfs-partner-strip__row img.is-dark { filter: invert(1) brightness(0.15); }

/* ---------------------------------------------------------------- SEASON THEME: GREEN (house style) */
/* The site as a whole wears the CURRENT season's palette, set on <html>. An
   archived season still needs its own colours on its own page, so "green"
   has to be able to reset a rose site back to the house style.

   It does that by re-declaring the rose-named custom properties with green
   values. Custom properties inherit from the NEAREST ancestor that sets them,
   so a rule targeting [data-theme="rose"] still matches (html is rose) but
   resolves --rose-ink and friends from this block — giving the right colour
   without having to duplicate every rule. */
[data-theme="green"] {
  --gfs-green: #006D5D; --gfs-green-deep: #004A3F; --gfs-green-ink: #002A24;
  --gfs-lime: #BEC531; --gfs-lime-bright: #D4DC3F;
  --paper-warm: #FFFFFF; --stroke: #E8E6DC; --stroke-strong: #D0CCBC;
  --fg-onDark-dim: #D3DCD9; --warn: #8A5A00;
  --rose: #006D5D; --rose-deep: #004A3F; --rose-ink: #002A24;
  --pink: #BEC531; --pink-soft: #F1F0EB; --pink-tint: #FFFFFF;
}

/* ---------------------------------------------------------------- SEASON THEME: ROSE (AW26 artwork) */
[data-theme="rose"] {
  --rose: #e8325a; --rose-deep: #b3153a; --rose-ink: #3a0a18; --pink: #f6a7bd; --pink-soft: #fbe3ea; --pink-tint: #fdf1f4;
  --gfs-green: var(--rose); --gfs-green-deep: var(--rose-deep); --gfs-green-ink: var(--rose-ink);
  --gfs-lime: var(--pink); --gfs-lime-bright: #ffffff;
  --paper-warm: var(--pink-tint); --stroke: #f0cdd7; --stroke-strong: #e6a9ba;
  --fg-onDark-dim: #f7d0db; --warn: #8A4B00;
}
[data-theme="rose"] .gfs-hero--season .gfs-hero__title em { color: var(--rose); }
[data-theme="rose"] .gfs-eyebrow { color: var(--rose-deep); }
[data-theme="rose"] .gfs-eyebrow__dot { background: var(--rose); }
[data-theme="rose"] .gfs-eyebrow--onDark { color: var(--pink); }
[data-theme="rose"] .gfs-btn--primary { background: var(--rose); color: #fff; }
[data-theme="rose"] .gfs-btn--primary:hover { background: var(--rose-deep); }
[data-theme="rose"] .gfs-btn--outline { border-color: var(--rose); color: var(--rose-deep); }
[data-theme="rose"] .gfs-btn--outline:hover { background: var(--pink-soft); }
[data-theme="rose"] .gfs-season-pass { background: var(--rose-ink); }
[data-theme="rose"] .gfs-season-pass__amount { color: var(--pink); }
[data-theme="rose"] .gfs-season-pass .gfs-btn--primary { background: var(--pink); color: var(--rose-ink); }
[data-theme="rose"] .gfs-season-pass .gfs-btn--primary:hover { background: #fff; }
[data-theme="rose"] .gfs-plist__quote { border-left-color: var(--rose); }
[data-theme="rose"] .gfs-plist__stars { color: var(--rose); }
[data-theme="rose"] .gfs-plist__more, [data-theme="rose"] .gfs-plist__book { color: var(--rose-deep); }
[data-theme="rose"] .gfs-plist__more:hover, [data-theme="rose"] .gfs-plist__book:hover, [data-theme="rose"] .gfs-detail__pager-link:hover .gfs-detail__pager-title { border-color: var(--rose); }
[data-theme="rose"] .gfs-plist__date, [data-theme="rose"] .gfs-plist__title, [data-theme="rose"] .gfs-detail__pager-title, [data-theme="rose"] .gfs-detail__aside h5 { color: var(--rose-ink); }
[data-theme="rose"] .gfs-plist__tag { background: var(--pink-soft); color: var(--rose-deep); border-color: var(--stroke-strong); }
[data-theme="rose"] .gfs-plist__screened { background: var(--pink-soft); color: var(--rose-deep); }
[data-theme="rose"] .gfs-hero--season .gfs-hero__facts a { color: var(--rose-deep); }
[data-theme="rose"] .gfs-detail__hero { background: var(--rose-ink); }
[data-theme="rose"] .gfs-detail__hero-fade { background: linear-gradient(180deg, rgba(58,10,24,0) 0%, rgba(58,10,24,0) 40%, rgba(58,10,24,0.78) 88%, rgba(58,10,24,0.94) 100%), linear-gradient(90deg, rgba(58,10,24,0.55) 0%, rgba(58,10,24,0.1) 55%, rgba(58,10,24,0) 100%); }
[data-theme="rose"] .gfs-meta-line--onDark, [data-theme="rose"] .gfs-detail__original { color: var(--pink); }
[data-theme="rose"] .gfs-detail__synopsis::first-letter { color: var(--rose); }
[data-theme="rose"] .gfs-detail__trailer { background: var(--rose-ink); }
[data-theme="rose"] .gfs-detail__back { color: var(--rose-deep); }
/* The section is .gfs-news — .gfs-newsletter was never in the markup, which is
   why this band stayed green while everything around it turned. */
[data-theme="rose"] .gfs-news { background: var(--rose-ink); }
[data-theme="rose"] .gfs-news .gfs-btn--primary { background: var(--pink); color: var(--rose-ink); }
[data-theme="rose"] .gfs-news__field-label { color: var(--pink); }
[data-theme="rose"] .gfs-news__field input:focus { border-bottom-color: var(--pink); }
[data-theme="rose"] .gfs-news__notice { background: rgba(246,167,189,0.16); border-color: rgba(246,167,189,0.4); }

[data-theme="rose"].gfs-next-up__card { background: var(--rose-ink); }
[data-theme="rose"].gfs-next-up__card .gfs-eyebrow--onDark { color: var(--pink); }
[data-theme="rose"].gfs-next-up__card .gfs-eyebrow__dot { background: var(--rose); }
[data-theme="rose"].gfs-next-up__card .gfs-next-up__meta { color: var(--pink); }
[data-theme="rose"].gfs-next-up__card .gfs-next-up__blurb { color: var(--fg-onDark-dim); }
[data-theme="rose"].gfs-next-up__card .gfs-next-up__link { color: var(--pink); }
[data-theme="rose"].gfs-next-up__card .gfs-next-up__media-fallback { background: linear-gradient(135deg, var(--rose-deep), var(--rose-ink)); }

/* ---------------------------------------------------------------- NEXT-UP SHOWCASE */
.gfs-showcase { position: absolute; inset: 0; overflow: hidden; }
.gfs-showcase__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.04); transition: opacity 900ms var(--ease), transform 5s linear; }
.gfs-showcase__img.is-on { opacity: 1; transform: scale(1); }
.gfs-showcase__fade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.72) 100%); }
.gfs-showcase__caption { position: absolute; left: 28px; right: 28px; bottom: 52px; display: flex; flex-direction: column; gap: 4px; color: #fff; }
.gfs-showcase__date { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.85; }
.gfs-showcase__title { font-family: var(--font-sans); font-weight: 800; font-size: 28px; line-height: 1.05; letter-spacing: -0.02em; color: #fff; text-decoration: none; }
.gfs-showcase__title:hover { text-decoration: underline; text-underline-offset: 4px; }
.gfs-showcase__dir { font-family: var(--font-serif); font-size: 14px; opacity: 0.9; }
.gfs-showcase__award { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; font-family: var(--font-sans); font-weight: 600; font-size: 12px; color: var(--gfs-lime); }
.gfs-showcase__dots { position: absolute; left: 28px; right: 28px; bottom: 22px; display: flex; gap: 6px; }
.gfs-showcase__dot { flex: 1; height: 3px; border: 0; padding: 0; border-radius: 2px; background: rgba(255,255,255,0.3); cursor: pointer; transition: background var(--dur-base) var(--ease); }
.gfs-showcase__dot.is-on { background: #fff; }
.gfs-showcase__dot:hover { background: rgba(255,255,255,0.7); }
[data-theme="rose"] .gfs-showcase__award { color: var(--pink); }
.gfs-next-up__media { position: relative; min-height: 420px; }
@media (max-width: 900px) { .gfs-next-up__media { min-height: 300px; } .gfs-showcase__title { font-size: 22px; } }

/* ---------------------------------------------------------------- LOW-CARBON BADGE */
/* Hummingbird low-carbon badge, inlined as SVG in footer.php (dark variant —
   the footer is dark). Inline saves a request and lets the pulse be disabled
   under prefers-reduced-motion (the global reduced-motion rule handles it). */
.gfs-badge {
  display: inline-block; line-height: 0; text-decoration: none; border-radius: 22px;
  margin-top: 28px;
  /* Reset anything inherited from the footer so the SVG text renders as designed. */
  font: 14px/1 ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  text-transform: none; letter-spacing: 0;
}
.gfs-badge:focus-visible { outline: 2px solid var(--gfs-lime); outline-offset: 3px; }
.gfs-badge svg { width: 260px; max-width: 100%; height: auto; display: block; }
.gfs-badge text { text-transform: none; letter-spacing: 0.2px; }
.gfs-badge__pulse { animation: gfs-badge-pulse 2.4s ease-in-out infinite; transform-origin: 24px 22px; }
@keyframes gfs-badge-pulse {
  0%, 100% { opacity: 0.35; transform: scale(1); }
  50% { opacity: 0; transform: scale(2.2); }
}
/* Legacy static badge styles kept for the design-system mock only. */
.gfs-carbon {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 4px;
  color: var(--fg-onDark);
  text-decoration: none;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  transition: background var(--dur-base) var(--ease), border-color var(--dur-base) var(--ease);
}
.gfs-carbon:hover {
  background: rgba(190,197,49,0.10);
  border-color: rgba(190,197,49,0.45);
}
.gfs-carbon__leaf {
  width: 26px; height: 26px;
  background: var(--gfs-lime);
  color: var(--gfs-green-ink);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.gfs-carbon__body { display: inline-flex; flex-direction: column; line-height: 1.15; }
.gfs-carbon__num {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--gfs-lime);
}
.gfs-carbon__label {
  font-size: 10.5px;
  letter-spacing: 0.04em;
  color: var(--fg-onDark-dim);
  text-transform: uppercase;
}
.gfs-carbon__sep { width: 1px; height: 22px; background: rgba(255,255,255,0.14); }
.gfs-carbon__rank {
  font-size: 12px;
  color: var(--fg-onDark);
}
.gfs-carbon__rank strong { color: var(--gfs-lime); font-weight: 700; }
.gfs-carbon__mark {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--ink-mute);
  text-transform: uppercase;
  padding-left: 6px;
  border-left: 1px solid rgba(255,255,255,0.14);
  margin-left: 2px;
}

@media (max-width: 720px) {
  .gfs-carbon { flex-wrap: wrap; gap: 10px; }
  .gfs-carbon__sep { display: none; }
}

/* ---------------------------------------------------------------- CONTACT FORM */
.gfs-contact-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 64px 32px 96px;
}
.gfs-contact-page__intro { margin-bottom: 56px; }

.gfs-contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.gfs-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.gfs-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gfs-field__label {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gfs-green);
}
.gfs-field__input {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.4;
  color: var(--ink);
  background: var(--paper-warm);
  border: 1px solid var(--stroke-strong);
  border-radius: 4px;
  padding: 13px 16px;
  outline: none;
  transition: border-color var(--dur-base) var(--ease), box-shadow var(--dur-base) var(--ease);
}
.gfs-field__input:focus {
  border-color: var(--gfs-green);
  box-shadow: 0 0 0 3px rgba(0,109,93,0.12);
}
.gfs-field__input::placeholder { color: var(--ink-mute); }
.gfs-field__textarea {
  resize: vertical;
  min-height: 140px;
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.55;
}
.gfs-field__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23006D5D' stroke-width='1.5' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
  cursor: pointer;
}

.gfs-contact__note {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--ink-mute);
  margin: 0;
}
.gfs-contact__cta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid var(--stroke);
}
.gfs-contact__cta-sub {
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--ink-dim);
}

.gfs-contact__success { padding: 24px 0; }
.gfs-contact__success-title {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--gfs-green-ink);
  margin: 14px 0 14px;
  text-wrap: balance;
}
.gfs-contact__success-lede {
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink);
  max-width: 52ch;
  margin: 0 0 24px;
}

@media (max-width: 720px) {
  .gfs-contact-page { padding: 40px 20px 64px; }
  .gfs-contact-page__intro { margin-bottom: 36px; }
  .gfs-contact__grid { grid-template-columns: 1fr; gap: 20px; }
  .gfs-contact__cta { flex-direction: column; align-items: stretch; }
  .gfs-contact__cta .gfs-btn { width: 100%; justify-content: center; }
  .gfs-contact__success-title { font-size: 38px; }
}

/* ---------------------------------------------------------------- LEGAL PAGES */
/* Privacy / Terms / Accessibility — single-column, easy to read */
.gfs-legal {
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 32px 96px;
}
.gfs-legal__head { margin-bottom: 40px; }
.gfs-legal__title {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--gfs-green-ink);
  margin: 14px 0 10px;
  text-wrap: balance;
}
.gfs-legal__meta {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin: 0;
}
.gfs-legal__body {
  font-family: var(--font-sans);
  color: var(--ink);
}
.gfs-legal__lede {
  font-family: var(--font-serif);
  font-size: 20px;
  line-height: 1.5;
  color: var(--ink);
  margin: 0 0 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--stroke);
  text-wrap: pretty;
}
.gfs-legal__body h2 {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.015em;
  color: var(--gfs-green-ink);
  margin: 40px 0 12px;
}
.gfs-legal__body p {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  margin: 0 0 14px;
}
.gfs-legal__body p strong { font-weight: 700; color: var(--gfs-green-ink); }
.gfs-legal__list {
  list-style: none;
  margin: 14px 0 18px;
  padding: 0;
}
.gfs-legal__list > li {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  margin: 0 0 12px;
  padding-left: 22px;
  position: relative;
}
.gfs-legal__list > li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gfs-lime);
}
.gfs-legal__list > li strong { font-weight: 700; color: var(--gfs-green-ink); }
.gfs-legal__body code {
  font-family: var(--font-mono);
  font-size: 0.92em;
  padding: 2px 6px;
  background: var(--paper-dim);
  border-radius: 3px;
  color: var(--gfs-green-ink);
}

.gfs-legal__foot {
  margin-top: 64px;
  padding-top: 28px;
  border-top: 1px solid var(--stroke);
}
.gfs-legal__foot p {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-dim);
  margin: 0 0 8px;
}
.gfs-legal__foot p:first-child {
  font-weight: 600;
  color: var(--gfs-green);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

@media (max-width: 720px) {
  .gfs-legal { padding: 40px 20px 64px; }
  .gfs-legal__body h2 { font-size: 20px; margin-top: 32px; }
}

/* ---------------------------------------------------------------- HOME PAGE */
/* Distinct home — welcome hero, "next up" banner, pillars, latest news. */

.gfs-home-hero {
  padding: 96px 32px 56px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.gfs-home-hero__inner { max-width: 880px; margin: 0 auto; }
.gfs-home-hero .gfs-eyebrow { justify-content: center; margin-bottom: 16px; }

.gfs-home-hero__title {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: clamp(56px, 9vw, 128px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: var(--gfs-green-ink);
  margin: 0 0 28px;
  text-wrap: balance;
}
.gfs-home-hero__title--accent {
  font-family: var(--font-serif);
  font-weight: 500;
  font-style: italic;
  color: var(--gfs-green);
  letter-spacing: -0.02em;
}
.gfs-home-hero__lede {
  font-family: var(--font-serif);
  font-size: clamp(19px, 2.4vw, 24px);
  line-height: 1.45;
  color: var(--ink);
  max-width: 38ch;
  margin: 0 auto 36px;
  text-wrap: balance;
}
.gfs-home-hero__cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.gfs-next-up {
  max-width: 1180px;
  margin: 24px auto 96px;
  padding: 0 32px;
}
.gfs-next-up__card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  background: var(--gfs-green-ink);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: var(--paper);
  transition: transform var(--dur-base) var(--ease), box-shadow var(--dur-base) var(--ease);
}
.gfs-next-up__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(11,22,20,0.12), 0 24px 48px rgba(11,22,20,0.14);
}
.gfs-next-up__media { position: relative; aspect-ratio: 4/3; background: var(--gfs-green-deep); }
.gfs-next-up__media img { width: 100%; height: 100%; object-fit: cover; }
.gfs-next-up__media-fallback {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--gfs-green-deep), var(--gfs-green-ink));
}
.gfs-next-up__body { padding: 56px; display: flex; flex-direction: column; gap: 14px; justify-content: center; }
.gfs-next-up__title {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--paper);
  margin: 8px 0 0;
}
.gfs-next-up__meta {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gfs-lime);
  margin: 0;
}
.gfs-next-up__blurb {
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.55;
  color: var(--fg-onDark-dim);
  margin: 4px 0 0;
}
.gfs-next-up__link {
  margin-top: 8px;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 14px;
  color: var(--gfs-lime);
  display: inline-flex; align-items: center;
}

.gfs-latest-news {
  max-width: 1180px;
  margin: 0 auto 96px;
  padding: 0 32px;
}
.gfs-latest-news .gfs-section-head { padding-left: 0; padding-right: 0; }
.gfs-latest-news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 32px;
}
.gfs-latest-news__item {
  background: var(--paper-warm);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex; flex-direction: column;
  transition: transform var(--dur-base) var(--ease), box-shadow var(--dur-base) var(--ease);
}
.gfs-latest-news__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(11,22,20,0.06), 0 24px 48px rgba(11,22,20,0.08);
}
.gfs-latest-news__media { aspect-ratio: 4/3; background: var(--gfs-green-ink); }
.gfs-latest-news__media img { width: 100%; height: 100%; object-fit: cover; }
.gfs-latest-news__body { padding: 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.gfs-latest-news__kicker {
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gfs-green);
  font-weight: 600;
}
.gfs-latest-news__title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--gfs-green-ink);
  margin: 0;
}
.gfs-latest-news__excerpt {
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink-dim);
  margin: 0;
}
.gfs-latest-news__more {
  margin-top: 28px;
  text-align: center;
}

@media (max-width: 960px) {
  .gfs-home-hero { padding: 56px 24px 32px; }
  .gfs-next-up__card { grid-template-columns: 1fr; }
  .gfs-next-up__body { padding: 32px; }
  .gfs-latest-news .gfs-section-head { padding-left: 0; padding-right: 0; }
.gfs-latest-news__grid { grid-template-columns: 1fr; gap: 20px; }
}

.gfs-news-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 32px 32px;
}
.gfs-news-page__title {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: var(--gfs-green-ink);
  margin: 16px 0 18px;
  text-wrap: balance;
}

.gfs-newslist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 32px;
}
.gfs-newslist__item {
  text-decoration: none;
  color: inherit;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  padding: 24px;
  background: var(--paper-warm);
  border: 1px solid var(--stroke);
  border-radius: 12px;
  cursor: pointer;
  outline: none;
  transition: transform var(--dur-base) var(--ease), box-shadow var(--dur-base) var(--ease);
}
.gfs-newslist__item:hover,
.gfs-newslist__item:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(11,22,20,0.08), 0 24px 48px rgba(11,22,20,0.08);
}
.gfs-newslist__media {
  aspect-ratio: 4/3;
  border-radius: 8px;
  overflow: hidden;
  background: var(--gfs-green-ink);
}
.gfs-newslist__media img { width: 100%; height: 100%; object-fit: cover; }
.gfs-newslist__item,
.gfs-newslist__item * { text-decoration: none; }
.gfs-newslist__item .gfs-newslist__link { text-decoration: none; }
.gfs-newslist__body { display: flex; flex-direction: column; gap: 8px; padding: 4px 0; }
.gfs-newslist__kicker {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gfs-green);
  font-weight: 600;
}
.gfs-newslist__title {
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--gfs-green-ink);
  margin: 0;
}
.gfs-newslist__excerpt {
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-dim);
  margin: 4px 0 0;
}
.gfs-newslist__link {
  margin-top: auto;
  padding-top: 14px;
  display: inline-flex;
  align-items: center;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 13px;
  color: var(--gfs-green-ink);
}

/* Post detail */
.gfs-post {
  max-width: 760px;
  margin: 0 auto;
  padding: 32px 32px 80px;
}
.gfs-post__head { margin-top: 18px; }
.gfs-post__title {
  font-family: var(--font-sans);
  font-weight: 900;
  font-size: clamp(40px, 5.5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--gfs-green-ink);
  margin: 14px 0 28px;
  text-wrap: balance;
}
.gfs-post__hero {
  margin: 0 0 36px;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--gfs-green-ink);
}
.gfs-post__hero img { width: 100%; height: 100%; object-fit: cover; }

.gfs-post__body { font-family: var(--font-serif); color: var(--ink); }
.gfs-post__lede {
  font-size: 22px;
  line-height: 1.5;
  color: var(--ink);
  margin: 0 0 32px;
  text-wrap: pretty;
}
.gfs-post__step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid var(--stroke);
}
/* Guard against stray empty paragraphs wpautop injects inside HTML blocks,
   which would otherwise steal the 1fr column and bump the body to a new row. */
.gfs-post__step > p:empty { display: none; }
.gfs-post__step-num { grid-column: 1; }
.gfs-post__step-body { grid-column: 2; }
.gfs-post__step:last-of-type { border-bottom: 1px solid var(--stroke); }
.gfs-post__step-num {
  font-family: var(--font-mono);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: var(--gfs-green);
  line-height: 1;
  padding-top: 4px;
}
.gfs-post__step-title {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--gfs-green-ink);
  margin: 0 0 6px;
}
.gfs-post__step-body p {
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  margin: 0;
}
.gfs-post__outro {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink-dim);
  margin: 32px 0;
}
.gfs-post__cta {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

@media (max-width: 720px) {
  .gfs-newslist__item { grid-template-columns: 1fr; gap: 18px; }
  .gfs-newslist__media { aspect-ratio: 16/10; }
  .gfs-post__step { grid-template-columns: 36px 1fr; gap: 14px; }
  .gfs-post__step-num { font-size: 18px; }
  .gfs-post__cta { flex-direction: column; align-items: stretch; }
  .gfs-post__cta .gfs-btn { width: 100%; justify-content: center; }
}

@media (max-width: 960px) {
  .gfs-programme__grid { grid-template-columns: 1fr; }
  .gfs-detail__body { grid-template-columns: 1fr; gap: 32px; }
  .gfs-pillars { grid-template-columns: repeat(2, 1fr); }
  .gfs-footer__inner { grid-template-columns: 1fr 1fr; }
  .gfs-news__inner { grid-template-columns: 1fr; gap: 32px; }
  .gfs-news__form { flex-direction: column; align-items: stretch; }
  .gfs-season__row { grid-template-columns: 1fr; gap: 4px; }
  .gfs-season__meta { text-align: left; }
  .gfs-schedule__row { grid-template-columns: 70px 12px 1fr; }
  .gfs-schedule__sub { grid-column: 3 / -1; padding-top: 4px; }
}
@media (max-width: 640px) {
  .gfs-header__toggle { display: inline-flex; }
  .gfs-header__nav { display: none; }
  .gfs-header__nav.is-open {
    display: flex; flex-direction: column; gap: 4px;
    position: absolute; left: 0; right: 0; top: 100%;
    padding: 12px 20px 20px;
    background: var(--paper);
    border-bottom: 1px solid var(--stroke);
  }
  .gfs-header__nav.is-open .gfs-nav-link { display: block; padding: 12px 8px; min-height: 44px; }
  .gfs-header { position: relative; }
  .gfs-header__inner { padding: 12px 20px; }
  .gfs-detail__hero-text { padding: 32px 24px; }
  .gfs-pillars { grid-template-columns: 1fr; }
  .gfs-footer__inner { grid-template-columns: 1fr; }
  .gfs-footer__base { flex-direction: column; gap: 10px; }
  .gfs-partner-strip__inner { flex-direction: column; align-items: flex-start; gap: 12px; padding: 20px; }
  .gfs-partner-strip__row { gap: 20px 28px; }
  .gfs-partner-strip__row img { max-height: 36px; }
}

/* ---------------------------------------------------------------- SEASON PAGES (CPT)
   single-gfs_season.php + archive-gfs_season.php. Namespaced .gfs-seasonpg to stay
   clear of the older .gfs-season row-list component above. Accent/ink come from the
   season's [data-theme] preset, with optional per-season custom-property overrides. */
.gfs-seasonpg { --accent: var(--gfs-season-accent, var(--gfs-green)); --accent-ink: var(--gfs-season-ink, var(--gfs-green-ink)); }
[data-theme="rose"].gfs-seasonpg { --accent: var(--gfs-season-accent, var(--rose)); --accent-ink: var(--gfs-season-ink, var(--rose-ink)); }
.gfs-seasonpg__hero { position: relative; background: var(--accent-ink); color: var(--paper); }
.gfs-seasonpg__hero-media { position: absolute; inset: 0; opacity: 0.38; }
.gfs-seasonpg__hero-media img { width: 100%; height: 100%; object-fit: cover; }
.gfs-seasonpg__hero-body { position: relative; max-width: 1100px; margin: 0 auto; padding: 120px 32px 72px; }
.gfs-seasonpg__title { font-family: var(--font-sans); font-weight: 900; font-size: clamp(40px, 6vw, 76px); line-height: 1.02; letter-spacing: -0.03em; margin: 12px 0 14px; color: var(--paper); text-wrap: balance; }
.gfs-seasonpg__hero-body .gfs-meta-line { color: var(--fg-onDark-dim); }
.gfs-seasonpg__intro { max-width: 1100px; margin: 0 auto; padding: 72px 32px 0; }
.gfs-seasonpg__intro-inner { max-width: 64ch; margin: 0 auto; text-align: center; }
.gfs-seasonpg__intro-inner p { font-family: var(--font-serif); font-size: 19px; line-height: 1.65; margin: 0 0 16px; }
.gfs-seasonpg__pass { margin: 64px 0; padding: 40px 32px; background: var(--accent-ink); color: var(--paper); }
.gfs-seasonpg__pass-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.gfs-seasonpg__pass-title { font-family: var(--font-sans); font-weight: 800; font-size: 28px; letter-spacing: -0.02em; margin: 0 0 8px; color: var(--paper); }
.gfs-seasonpg__pass-note { margin: 0; font-family: var(--font-serif); font-size: 16px; line-height: 1.55; color: var(--fg-onDark-dim); }
.gfs-seasonpg__pass-action { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.gfs-seasonpg__pass-price { font-family: var(--font-sans); font-weight: 900; font-size: 48px; line-height: 1; letter-spacing: -0.03em; color: var(--gfs-lime); }
[data-theme="rose"] .gfs-seasonpg__pass-price { color: var(--pink); }
.gfs-seasonpg__pass-single { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.06em; color: var(--fg-onDark-dim); }
.gfs-seasonpg__programme { max-width: 1100px; margin: 0 auto; padding: 0 32px 96px; }
.gfs-seasonpg__empty, .gfs-seasons__empty { font-family: var(--font-serif); font-style: italic; color: var(--ink-mute); text-align: center; padding: 48px 0; }
.gfs-seasonpg__partners { max-width: 1100px; margin: 0 auto; padding: 0 32px 96px; border-top: 1px solid var(--stroke); padding-top: 40px; }
.gfs-seasonpg__partner-list { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 48px; margin: 24px 0 0; padding: 0; }
.gfs-seasonpg__partner-logo { max-height: 48px; width: auto; }
.gfs-seasonpg__archived-note { max-width: 1100px; margin: 0 auto 96px; padding: 0 32px; font-family: var(--font-serif); color: var(--ink-mute); }

.gfs-film-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); gap: 40px 32px; }

.gfs-seasons { max-width: 1100px; margin: 96px auto; padding: 0 32px; }
.gfs-seasons__title { font-family: var(--font-sans); font-weight: 900; font-size: clamp(36px, 5vw, 60px); letter-spacing: -0.03em; margin: 12px 0 10px; }
.gfs-seasons__lede { font-family: var(--font-serif); font-size: 18px; color: var(--ink-mute); margin: 0; max-width: 56ch; }
.gfs-seasons__current { margin: 56px 0 72px; }
.gfs-season-card { display: grid; grid-template-columns: minmax(0, 260px) minmax(0, 1fr); gap: 32px; text-decoration: none; color: inherit; align-items: center; }
.gfs-season-card__art img { width: 100%; height: auto; display: block; border-radius: 8px; }
.gfs-season-card__title { font-family: var(--font-sans); font-weight: 800; font-size: clamp(26px, 3vw, 38px); letter-spacing: -0.02em; margin: 10px 0 10px; }
.gfs-season-card__intro { font-family: var(--font-serif); font-size: 17px; line-height: 1.6; color: var(--ink-mute); margin: 10px 0 14px; max-width: 58ch; }
.gfs-season-card__link { font-family: var(--font-sans); font-weight: 600; font-size: 14px; color: var(--gfs-season-accent, var(--gfs-green)); }
.gfs-season-card:hover .gfs-season-card__link { text-decoration: underline; }
.gfs-season-row__kicker { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mute); }
.gfs-season-row__summary { font-family: var(--font-serif); font-size: 15px; line-height: 1.55; color: var(--ink-dim); margin-top: 2px; max-width: 62ch; }
.gfs-season-row__body { display: flex; flex-direction: column; gap: 2px; }
.gfs-seasons__list { list-style: none; margin: 24px 0 0; padding: 0; border-top: 1px solid var(--stroke); }
.gfs-season-row { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 20px; align-items: center; padding: 18px 8px; border-bottom: 1px solid var(--stroke); text-decoration: none; color: inherit; }
.gfs-season-row:hover { background: var(--paper-warm); }
.gfs-season-row__art img { width: 64px; height: 64px; object-fit: cover; display: block; border-radius: 4px; }
.gfs-season-row__title { display: block; font-family: var(--font-sans); font-weight: 700; font-size: 18px; letter-spacing: -0.01em; }
.gfs-season-row__meta { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-mute); margin-top: 4px; }
@media (max-width: 900px) {
  .gfs-seasonpg__pass-inner { grid-template-columns: 1fr; gap: 20px; }
  .gfs-season-card { grid-template-columns: 1fr; gap: 20px; }
  .gfs-seasonpg__hero-body { padding: 88px 24px 56px; }
}

/* Trailer facade — a still with a play button. The YouTube player (~1.4 MB,
   ~25 requests, third-party cookies) is only fetched once the visitor clicks. */
.gfs-trailer-facade { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; background: var(--gfs-green-ink); cursor: pointer; display: block; overflow: hidden; }
.gfs-trailer-facade__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.66; transition: opacity 0.25s ease, transform 0.6s ease; }
.gfs-trailer-facade:hover .gfs-trailer-facade__img { opacity: 0.5; transform: scale(1.02); }
.gfs-trailer-facade__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 68px; height: 68px; border-radius: 50%; background: var(--gfs-lime); color: var(--gfs-green-ink); display: grid; place-items: center; padding-left: 4px; transition: transform 0.2s ease; }
.gfs-trailer-facade:hover .gfs-trailer-facade__play { transform: translate(-50%, -50%) scale(1.08); }
.gfs-trailer-facade__label { position: absolute; left: 0; right: 0; bottom: 0; padding: 20px 24px; text-align: left; font-family: var(--font-sans); font-weight: 600; font-size: 15px; color: #fff; background: linear-gradient(to top, rgba(0,0,0,0.62), transparent); display: flex; flex-direction: column; gap: 2px; }
.gfs-trailer-facade__label small { font-family: var(--font-mono); font-weight: 400; font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.82); }
[data-theme="rose"] .gfs-trailer-facade { background: var(--rose-ink); }
[data-theme="rose"] .gfs-trailer-facade__play { background: var(--pink); color: var(--rose-ink); }
@media (prefers-reduced-motion: reduce) {
  .gfs-trailer-facade__img, .gfs-trailer-facade__play { transition: none; }
  .gfs-trailer-facade:hover .gfs-trailer-facade__img { transform: none; }
}

/* ---------------------------------------------------------------- BREADCRUMBS */
.gfs-crumbs { max-width: 1100px; margin: 24px auto 0; padding: 0 32px; }
.gfs-crumbs__list { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; padding: 0; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-mute); }
.gfs-crumbs__item + .gfs-crumbs__item::before { content: "/"; margin-right: 8px; color: var(--stroke-strong); }
.gfs-crumbs__item a { color: var(--ink-mute); text-decoration: none; }
.gfs-crumbs__item a:hover { color: var(--gfs-green); text-decoration: underline; }
.gfs-crumbs__item [aria-current] { color: var(--ink); }

/* ---------------------------------------------------------------- SEASON FAQ */
.gfs-seasonpg__faq { max-width: 1100px; margin: 0 auto; padding: 0 32px 96px; }
.gfs-faq { margin: 24px 0 0; max-width: 68ch; }
.gfs-faq__q { font-family: var(--font-sans); font-weight: 700; font-size: 17px; letter-spacing: -0.01em; margin: 24px 0 6px; }
.gfs-faq__a { margin: 0; padding: 0 0 20px; border-bottom: 1px solid var(--stroke); }
.gfs-faq__a p { margin: 0 0 8px; font-family: var(--font-serif); font-size: 16px; line-height: 1.6; color: var(--ink-dim); }

/* ---------------------------------------------------------------- NEXT-UP SHOWCASE */
.gfs-showcase { position: absolute; inset: 0; overflow: hidden; }
.gfs-showcase__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.04); transition: opacity 900ms var(--ease), transform 5s linear; }
.gfs-showcase__img.is-on { opacity: 1; transform: scale(1); }
.gfs-showcase__fade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.72) 100%); }
.gfs-showcase__caption { position: absolute; left: 28px; right: 28px; bottom: 52px; display: flex; flex-direction: column; gap: 4px; color: #fff; }
.gfs-showcase__date { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.85; }
.gfs-showcase__title { font-family: var(--font-sans); font-weight: 800; font-size: 28px; line-height: 1.05; letter-spacing: -0.02em; color: #fff; text-decoration: none; }
.gfs-showcase__title:hover { text-decoration: underline; text-underline-offset: 4px; }
.gfs-showcase__dir { font-family: var(--font-serif); font-size: 14px; opacity: 0.9; }
.gfs-showcase__award { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; font-family: var(--font-sans); font-weight: 600; font-size: 12px; color: var(--gfs-lime); }
.gfs-showcase__dots { position: absolute; left: 28px; right: 28px; bottom: 22px; display: flex; gap: 6px; }
.gfs-showcase__dot { flex: 1; height: 3px; border: 0; padding: 0; border-radius: 2px; background: rgba(255,255,255,0.3); cursor: pointer; transition: background var(--dur-base) var(--ease); }
.gfs-showcase__dot.is-on { background: #fff; }
.gfs-showcase__dot:hover { background: rgba(255,255,255,0.7); }
[data-theme="rose"] .gfs-showcase__award { color: var(--pink); }
.gfs-next-up__media { position: relative; min-height: 420px; }
@media (max-width: 900px) { .gfs-next-up__media { min-height: 300px; } .gfs-showcase__title { font-size: 22px; } }

/* Caption slides — the PHP template renders all of them and toggles .is-on,
   so the rotation needs no re-render. */
.gfs-showcase__caption { display: grid; }
.gfs-showcase__slide { grid-area: 1 / 1; display: flex; flex-direction: column; gap: 4px; opacity: 0; transition: opacity 500ms var(--ease); pointer-events: none; }
.gfs-showcase__slide.is-on { opacity: 1; }
.gfs-showcase__title { display: block; }

/* ---------------------------------------------------------------- HOME SEASON CTA */
.gfs-home-cta { background: var(--gfs-green-ink); color: var(--paper); padding: 72px 32px; margin: 96px 0; }
.gfs-home-cta__inner { max-width: 760px; margin: 0 auto; text-align: center; }
.gfs-home-cta .gfs-eyebrow { justify-content: center; margin-bottom: 16px; }
.gfs-home-cta__title { font-family: var(--font-sans); font-weight: 900; font-size: clamp(32px, 4.4vw, 52px); line-height: 1.04; letter-spacing: -0.03em; margin: 0 0 16px; color: var(--paper); text-wrap: balance; }
.gfs-home-cta__lede { font-family: var(--font-serif); font-size: clamp(17px, 2vw, 20px); line-height: 1.6; color: var(--fg-onDark-dim); margin: 0 auto 32px; max-width: 56ch; text-wrap: pretty; }
.gfs-home-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
/* The ghost button's default ink is green-on-paper — unreadable on this band. */
.gfs-home-cta .gfs-btn--ghost { color: var(--paper); text-decoration-color: var(--gfs-lime); }
.gfs-home-cta .gfs-btn--ghost:hover { color: var(--gfs-lime); }
[data-theme="rose"].gfs-home-cta { background: var(--rose-ink); }
[data-theme="rose"].gfs-home-cta .gfs-home-cta__lede { color: var(--pink-soft); }
[data-theme="rose"].gfs-home-cta .gfs-btn--primary { background: var(--pink); color: var(--rose-ink); }
[data-theme="rose"].gfs-home-cta .gfs-btn--primary:hover { background: #fff; }
[data-theme="rose"].gfs-home-cta .gfs-btn--ghost { color: var(--paper); text-decoration-color: var(--pink); }
[data-theme="rose"].gfs-home-cta .gfs-btn--ghost:hover { color: var(--pink); }
[data-theme="rose"].gfs-home-cta .gfs-eyebrow--onDark .gfs-eyebrow__dot { background: var(--pink); }
@media (max-width: 700px) {
  .gfs-home-cta { padding: 56px 24px; margin: 64px 0; }
  .gfs-home-cta__actions { flex-direction: column; align-items: stretch; }
}

/* ---------------------------------------------------------------- HOME HERO (trimmed) */
/* Hero is deliberately short: the season card below it is the page's headline. */
.gfs-home-hero { padding: 46px 32px 28px; }
.gfs-home-hero__inner { max-width: 760px; }
.gfs-home-hero .gfs-eyebrow { margin-bottom: 13px; }
.gfs-home-hero__title { font-size: clamp(46px, 7.4vw, 104px); margin: 0 0 22px; }
.gfs-home-hero__lede { font-size: clamp(17px, 2vw, 21px); margin: 0 auto 28px; }
[data-theme="rose"].gfs-home-hero .gfs-home-hero__title { color: var(--rose-ink); }
[data-theme="rose"].gfs-home-hero .gfs-home-hero__title--accent { color: var(--rose); }
[data-theme="rose"].gfs-home-hero .gfs-eyebrow { color: var(--rose-deep); }
[data-theme="rose"].gfs-home-hero .gfs-eyebrow__dot { background: var(--rose); }

/* ---------------------------------------------------------------- SEASON HERO FACTS */
/* Outside the 820px text column, so the facts grid uses the full design width. */
.gfs-hero--season > .gfs-hero__facts,
.gfs-hero--season > .gfs-hero__cta { position: relative; z-index: 1; }
.gfs-hero--season > .gfs-hero__facts { width: 100%; max-width: none; margin-top: 8px; gap: 40px; padding-top: 28px; border-top: 1px solid var(--stroke); }

/* ---------------------------------------------------------------- PARTNER STRIP (larger) */
/* Logos are pre-trimmed to their ink bounds, so one height renders them all at
   the same optical size. is-plated is for two-tone lockups (Arts Council). */
.gfs-partner-strip__inner { padding-block: 34px; gap: 48px; }
.gfs-partner-strip__label { font-size: 13px; letter-spacing: 0.14em; }
.gfs-partner-strip__row { gap: 28px 56px; }
.gfs-partner-strip__row img { height: 48px; max-height: none; width: auto; opacity: 0.9; }
.gfs-partner-strip__row img.is-plated { background: #fff; padding: 5px 7px; border-radius: 3px; opacity: 1; }
.gfs-partner-strip__text { font-size: 15px; }
@media (max-width: 860px) {
  .gfs-partner-strip__row img { height: 38px; }
  .gfs-partner-strip__row { gap: 24px 36px; }
}

/* ---------------------------------------------------------------- NEXT-UP AS PAGE OPENER */
/* The welcome hero was removed; the season card is now the top of the home page. */
.gfs-next-up--top { padding-top: 40px; }
@media (max-width: 960px) { .gfs-next-up--top { padding-top: 24px; } }


/* ---------------------------------------------------------------- FILM PAGE ON MOBILE */
/* The desktop film hero lays the title over the still. On a phone the still is
   cropped to a tall slab, the 56px title overflows, and the tracked mono meta
   line runs off the right edge. So below 640px the hero stacks instead: the
   still keeps its own aspect ratio on top, the text sits on the ink ground
   underneath, and everything is free to wrap. */
@media (max-width: 640px) {
  .gfs-eyebrow { white-space: normal; flex-wrap: wrap; row-gap: 2px; }

  .gfs-detail__hero {
    min-height: 0;
    border-radius: 12px;
    margin-top: 12px;
    display: block;
  }
  .gfs-detail__hero-img { position: relative; inset: auto; aspect-ratio: 16 / 10; }
  .gfs-detail__hero-fade {
    inset: auto 0 auto 0;
    top: 0;
    aspect-ratio: 16 / 10;
    background: linear-gradient(180deg, rgba(0,42,36,0) 55%, rgba(0,42,36,0.55) 100%);
  }
  [data-theme="rose"] .gfs-detail__hero-fade {
    background: linear-gradient(180deg, rgba(58,10,24,0) 55%, rgba(58,10,24,0.6) 100%);
  }
  .gfs-detail__hero-text { padding: 24px 20px 28px; max-width: none; }

  .gfs-detail__title {
    font-size: clamp(32px, 9.5vw, 46px);
    line-height: 1.02;
    letter-spacing: -0.02em;
    margin: 12px 0 6px;
    text-wrap: pretty;
    overflow-wrap: break-word;
  }
  .gfs-detail__original { font-size: 17px; margin: 0 0 10px; }
  .gfs-detail__tagline { font-size: 18px; }

  .gfs-detail__award {
    margin-top: 14px;
    display: flex;
    align-items: flex-start;
    text-align: left;
    line-height: 1.3;
  }

  /* Full-width tap targets, comfortably over the 44px minimum. */
  .gfs-detail__hero-text .gfs-btn,
  .gfs-detail__aside .gfs-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    min-height: 48px;
    white-space: normal;
  }

  .gfs-detail__pager { grid-template-columns: 1fr; gap: 20px; }
  .gfs-detail__pager-link--next { text-align: left; align-items: flex-start; }
  .gfs-detail__aside-facts { grid-template-columns: auto 1fr; }

  /* Programme rows: title and meta were competing for one line. */
  .gfs-plist__title { font-size: 24px; }
  .gfs-plist__original { font-size: 17px; }
  .gfs-plist__actions { gap: 14px; }

  /* Breadcrumbs wrapped to two lines and read as a heading; shrink them. */
  .gfs-crumbs__list { font-size: 10px; gap: 6px; }
}


/* ---------------------------------------------------------------- HOME BOOKING BAND */
/* The pass note is prose, not a label: it reads under the buttons, in sentence
   case, free to wrap. Buttons themselves are capped so no editor-entered
   string can stretch one across the band. */
.gfs-home-cta__note {
  font-family: var(--font-serif);
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--fg-onDark-dim);
  margin: 20px auto 0;
  max-width: 56ch;
  text-align: center;
  text-wrap: pretty;
}
.gfs-home-cta__actions .gfs-btn {
  max-width: 100%;
  white-space: normal;
  text-align: center;
}
@media (max-width: 640px) {
  .gfs-home-cta__note { font-size: 15px; margin-top: 16px; }
}


/* The hero's ticket button had no rule of its own, so it sat flush against the
   award badge above it. */
.gfs-detail__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 640px) {
  .gfs-detail__cta { margin-top: 20px; flex-direction: column; align-items: stretch; }
}


/* ---------------------------------------------------------------- HOME NEXT-UP CARD ON MOBILE */
/* The card is a grid, and its children had no min-width, so a long season
   title pushed the text track wider than the card itself — the card clips,
   so the title and blurb were sliced off at the right edge. */
.gfs-next-up__media,
.gfs-next-up__body { min-width: 0; }
.gfs-next-up__title { overflow-wrap: break-word; text-wrap: pretty; }
.gfs-next-up__blurb { text-wrap: pretty; }

@media (max-width: 640px) {
  .gfs-next-up { padding: 0 16px; }
  .gfs-next-up__media { min-height: 220px; aspect-ratio: 4 / 3; }
  .gfs-next-up__body { padding: 28px 22px 30px; gap: 12px; }
  .gfs-next-up__title { font-size: clamp(26px, 8vw, 34px); margin: 6px 0 0; }
  .gfs-next-up__meta { font-size: 11px; letter-spacing: 0.04em; }
  .gfs-next-up__blurb { font-size: 15.5px; }
  .gfs-next-up__link { min-height: 44px; margin-top: 4px; }

  /* The rotating caption sat low enough to collide with the dots. */
  .gfs-showcase__caption { left: 20px; right: 20px; bottom: 44px; }
  .gfs-showcase__title { font-size: 20px; }
  .gfs-showcase__dots { bottom: 16px; gap: 5px; }
  /* Thin strips are hard to hit; grow the target without growing the mark. */
  .gfs-showcase__dot { height: 3px; padding: 10px 0; background-clip: content-box; }

  /* Section rhythm: the bands were running together. */
  .gfs-home-cta { padding: 48px 20px; margin: 48px 0; }
  .gfs-home-cta__title { font-size: clamp(28px, 8.5vw, 38px); }
  .gfs-home-cta__lede { font-size: 16px; }
  .gfs-pillars { gap: 24px; }
  .gfs-latest-news { margin-top: 56px; }
}


/* ---------------------------------------------------------------- PARTNER STRIP ON MOBILE */
/* The strip is one flex row: a tracked label with flex-shrink: 0, then the
   logos. On a phone the label alone eats most of the width, and because the
   logo row can't shrink below its min-content size the logos were pushed off
   the right edge — funder credits effectively invisible. So below 700px the
   strip stacks: label on its own line, logos wrapping underneath. */
.gfs-partner-strip__row { min-width: 0; }

@media (max-width: 700px) {
  .gfs-partner-strip__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    padding: 26px 20px;
  }
  .gfs-partner-strip__label { flex-shrink: 1; font-size: 11px; letter-spacing: 0.16em; }
  .gfs-partner-strip__row {
    flex: 0 1 auto;
    width: 100%;
    justify-content: center;
    gap: 22px 28px;
  }
  .gfs-partner-strip__row img { height: 34px; }
  .gfs-partner-strip__venue { padding: 8px 14px; }
}

/* Very narrow: two logos per row rather than a ragged single file. */
@media (max-width: 400px) {
  .gfs-partner-strip__row { gap: 18px 22px; }
  .gfs-partner-strip__row img { height: 30px; }
}

/* The season page's own partner list has the same problem at the bottom. */
@media (max-width: 700px) {
  .gfs-seasonpg__partners { padding: 32px 20px 64px; }
  .gfs-seasonpg__partner-list { gap: 24px 32px; justify-content: center; }
  .gfs-seasonpg__partner-logo { max-height: 34px; }
}
