/* ---- rooidag (Rooidag — Feature film premiere 143) — oxblood dark, projector gold ----
   THE STRUCTURAL MOVE: one centred spine runs from the nav to the footer and is
   broken exactly ONCE. The director band goes full-bleed, drops every gutter and
   welds a tall portrait flush to the LEFT viewport edge with zero gap against
   the type — the only split column and the only left-aligned copy on the page.
   Everything else (labels, quotes, tour list, fields) sits on the same centre
   axis, so the two photographic bleeds — a full-viewport three-slide stage and
   an edge-to-edge trailer plate welded under the seat band — bracket a very
   narrow, very quiet column. Gold is rationed to three jobs: the premiere date,
   the tour numerals and the two slab buttons. Bands are reached by CLASS only;
   the generic section padding sits before the per-band exceptions so those win. */
body.t-rooidag.ws-body {
  --bg: #150c0d; --fg: #ded6cb; --heading: #f5f0e6; --text: #ded6cb; --muted: #968b80;
  --rdg-gold: #c9a15a; --rdg-line: rgba(245, 240, 230, .13); --rdg-band: #1c1112;
  --hero-a: rgba(11, 6, 6, .34); --hero-b: rgba(11, 6, 6, .72);
}
body.t-rooidag { background: var(--bg); }

/* the bar rides transparent on the stage — no ground, no rule, no cart, nothing */
body.t-rooidag .ws-nav { background: transparent; backdrop-filter: none; border-bottom: 0; }
body.t-rooidag .ws-brand { color: var(--heading); text-transform: uppercase; letter-spacing: .4em; font-size: 12px; font-weight: 700; }
body.t-rooidag .ws-nav-links a { color: var(--heading); text-transform: uppercase; letter-spacing: .21em; font-size: 10px; font-weight: 600; opacity: .72; border-bottom: 0; }

/* the whole first screen is the stage: title dead centre, nothing else in frame */
body.t-rooidag .ws-hero { min-height: 100vh; }
body.t-rooidag.ws-body .ws-hero h1 { color: var(--heading); max-width: none; font-size: clamp(58px, 15vw, 190px); font-weight: 800; letter-spacing: -.055em; line-height: .86; margin: 0; text-shadow: none; }
body.t-rooidag.ws-body .ws-hero p { color: #cec5b8; font-size: 12px; text-transform: uppercase; letter-spacing: .3em; line-height: 2; max-width: 46ch; margin: 34px auto 38px; }

/* flat slabs, never outlines — gold 3 of 3 is the seat button and the send */
body.t-rooidag.ws-body .btn.brand { background: rgba(245, 240, 230, .1); color: var(--heading); border: 0; border-radius: 0; box-shadow: none; text-transform: uppercase; letter-spacing: .24em; font-size: 10.5px; font-weight: 700; padding: 17px 40px; }
body.t-rooidag.ws-body .ws-cta .btn.brand, body.t-rooidag.ws-body .ws-contact .btn.brand { background: var(--rdg-gold); color: #191010; align-self: center; margin-top: 12px; }

/* rhythm first, then the zebra wash repainted oxblood — no light band exists */
body.t-rooidag .ws-section, body.t-rooidag.ws-body .ws-section:nth-child(even):not(.ws-cta):not(.ws-shoplink) { padding: 108px 0; background: var(--bg); }
body.t-rooidag .ws-h2 { color: var(--heading); text-transform: uppercase; letter-spacing: .28em; font-size: 11px; font-weight: 700; margin: 0 0 46px; }

/* every knocked-back run on the page reads at one size, one grey, one tracking */
body.t-rooidag .ws-gallery-cap strong, body.t-rooidag .ws-video-caption, body.t-rooidag .ws-field label, body.t-rooidag .ws-quote figcaption { color: var(--muted); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; line-height: 1.7; }

/* where-and-when hoisted above the story — a tracked kicker over the gold date */
body.t-rooidag .ws-titleblock { padding: 116px 0 104px; }
body.t-rooidag .ws-titleblock .ws-narrow::before { content: 'The premiere'; display: block; margin: 0 0 26px; color: var(--muted); text-transform: uppercase; letter-spacing: .44em; font-size: 10px; font-weight: 700; }
body.t-rooidag .ws-title-h { color: var(--rdg-gold); font-size: clamp(30px, 5.2vw, 58px); font-weight: 800; letter-spacing: -.035em; }
body.t-rooidag .ws-title-sub { color: var(--text); margin-top: 20px; font-size: 14px; text-transform: uppercase; letter-spacing: .2em; }

/* THE BREAK — portrait flush to the left viewport edge, gapless against type */
body.t-rooidag .ws-story { padding: 0; border-top: 1px solid var(--rdg-line); }
body.t-rooidag .ws-story-grid { max-width: none; padding: 0; gap: 0; grid-template-columns: 38% 1fr; align-items: stretch; }
body.t-rooidag .ws-story-media img { aspect-ratio: auto; height: 100%; min-height: 640px; border-radius: 0; }
body.t-rooidag .ws-story-copy { padding: 132px 56px 148px 72px; text-align: left; }
body.t-rooidag .ws-story-copy::before { content: 'The director'; display: block; margin: 0 0 22px; color: var(--muted); text-transform: uppercase; letter-spacing: .44em; font-size: 10px; font-weight: 700; }
body.t-rooidag .ws-story-copy h2 { color: var(--heading); font-size: clamp(34px, 5vw, 66px); font-weight: 800; letter-spacing: -.045em; line-height: .98; margin: 0 0 34px; }
body.t-rooidag .ws-story-copy p { color: var(--text); max-width: 34ch; font-size: 15px; line-height: 1.95; }

/* the only grid on the page — six stills, three across, even gutters */
body.t-rooidag .ws-gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
body.t-rooidag .ws-gallery-item img { aspect-ratio: 3 / 2; border-radius: 0; }

/* one line, one button, and the trailer plate welded straight onto its bottom */
body.t-rooidag.ws-body .ws-cta { background: var(--bg); color: var(--text); padding: 104px 0 92px; }
body.t-rooidag .ws-cta-inner h2 { color: var(--heading); font-size: clamp(22px, 3vw, 32px); font-weight: 400; letter-spacing: -.02em; margin: 0 0 30px; }
body.t-rooidag .ws-video { padding: 0 0 46px; }
body.t-rooidag .ws-video .ws-container.ws-narrow { max-width: none; padding: 0; }
body.t-rooidag .ws-video-frame { aspect-ratio: 21 / 9; border-radius: 0; box-shadow: none; }

/* press runs one quote at a time down the spine — no cards, no quote marks */
body.t-rooidag .ws-testimonials-grid { grid-template-columns: 1fr; gap: 0; max-width: 740px; margin: 0 auto; }
body.t-rooidag .ws-quote { background: transparent; border: 0; border-top: 1px solid var(--rdg-line); border-radius: 0; box-shadow: none; padding: 40px 0; text-align: center; }
body.t-rooidag .ws-quote blockquote { color: var(--heading); font-size: 19px; line-height: 1.65; margin: 0 0 16px; }
body.t-rooidag .ws-quote blockquote::before { content: none; }

/* cast and crew, four across, identical treatment, no circles */
body.t-rooidag .ws-team-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; }
body.t-rooidag .ws-member-photo img { width: 100%; height: auto; aspect-ratio: 3 / 4; border-radius: 0; margin: 0 0 16px; }
body.t-rooidag .ws-member p { color: var(--muted); font-size: 12.5px; line-height: 1.7; }

/* gold 2 of 3 — the tour numerals, ruled and centred on the same axis */
body.t-rooidag .ws-listblock .ws-list { list-style: none; padding: 0; max-width: 480px; margin: 0 auto; counter-reset: rdg; }
body.t-rooidag .ws-listblock .ws-list li { counter-increment: rdg; border-top: 1px solid var(--rdg-line); padding: 22px 0; margin: 0; text-align: center; font-size: 15px; line-height: 1.6; }
body.t-rooidag .ws-listblock .ws-list li::before { content: counter(rdg, decimal-leading-zero); display: block; margin-bottom: 8px; color: var(--rdg-gold); letter-spacing: .2em; font-size: 10px; font-weight: 700; }

/* the closing band — a third of the page wide, hairlines instead of boxes */
body.t-rooidag.ws-body .ws-contact { background: var(--rdg-band); padding: 104px 0 116px; }
body.t-rooidag .ws-contact .ws-narrow, body.t-rooidag .ws-contact .ws-form { max-width: 420px; }
body.t-rooidag .ws-field input, body.t-rooidag .ws-field textarea { background: transparent; border: 0; border-bottom: 1px solid var(--rdg-line); border-radius: 0; color: var(--heading); padding: 12px 2px; min-height: 46px; resize: vertical; }
body.t-rooidag .ws-footer { border-top: 1px solid var(--rdg-line); }

/* mobile: both walls halve, the one split block stacks, the stage type shrinks */
@media (max-width: 760px) {
  body.t-rooidag .ws-gallery-grid, body.t-rooidag .ws-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.t-rooidag .ws-story-grid { grid-template-columns: 1fr; }
  body.t-rooidag .ws-story-media img { min-height: 0; aspect-ratio: 3 / 4; }
  body.t-rooidag .ws-story-copy { padding: 56px 22px 76px; }
  body.t-rooidag.ws-body .ws-hero h1 { font-size: clamp(46px, 17vw, 88px); }
}

/* night — the oxblood taken deeper, the projector gold one stop warmer */
html[data-theme="dark"] body.t-rooidag.ws-body {
  --bg: #0d0708; --fg: #d6cec3; --heading: #fbf7ee; --text: #d6cec3; --muted: #8d8279;
  --rdg-gold: #d8ae63; --rdg-line: rgba(251, 247, 238, .12); --rdg-band: #130b0c;
  --hero-a: rgba(7, 3, 4, .4); --hero-b: rgba(7, 3, 4, .78);
}
html[data-theme="dark"] body.t-rooidag { background: var(--bg); }
