/* ============================================================
   CASE STUDY — DREES & SOMMER · THE BLUE WAY
   Builds on global styles.css + reuses some patterns from
   case-oneal.css. Distinct rhythm: cinematic, editorial,
   bento-driven concept section, end-roll credits.
   ============================================================ */

/* ──────────────────────────────────────────────────────────
   Section container — explicit padding + page-max wrapper
   ────────────────────────────────────────────────────────── */
.bw-section {
  padding-top: clamp(80px, 9vw, 140px);
  padding-bottom: clamp(80px, 9vw, 140px);
  padding-left: var(--pad-x);
  padding-right: var(--pad-x);
  position: relative;
}
.bw-section > * {
  max-width: var(--page-max, 1600px);
  margin-left: auto;
  margin-right: auto;
}
/* allow letterbox bands to bleed full-width inside section padding */
.bw-credits-section > .bw-credits-letterbox-top,
.bw-credits-section > .bw-credits-letterbox-bottom {
  max-width: none;
  width: calc(100% + (var(--pad-x) * 2));
  margin-left: calc(var(--pad-x) * -1);
  margin-right: calc(var(--pad-x) * -1);
}

/* ──────────────────────────────────────────────────────────
   01 — HERO
   ────────────────────────────────────────────────────────── */
.bw-hero {
  position: relative;
  min-height: 96vh;
  padding: 24px var(--pad-x) 56px;
  overflow: hidden;
  background: var(--bg);
  isolation: isolate;
  display: flex;
  flex-direction: column;
}
.bw-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.bw-hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bw-hero-video::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15,28,41,0.55) 0%, rgba(15,28,41,0.0) 22%, rgba(15,28,41,0.0) 42%, rgba(15,28,41,0.92) 100%),
    radial-gradient(ellipse at 50% 70%, transparent 30%, rgba(15,28,41,0.55) 100%);
  pointer-events: none;
}
/* faint blue glow — distinct from O'Neal's amber ray */
.bw-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(60% 40% at 18% 75%, rgba(0, 173, 171, 0.18), transparent 70%),
    radial-gradient(40% 30% at 82% 30%, rgba(0, 170, 255, 0.10), transparent 70%);
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 1600ms cubic-bezier(.4, 0, .2, 1);
}
.bw-hero.aurora-in::before {
  opacity: 1;
}

.bw-hero-topbar {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.bw-back-link {
  /* sticky: stays pinned top-centre across the whole subpage */
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: var(--letter-mono);
  text-transform: uppercase;
  color: var(--ink);
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(232, 242, 245, 0.20);
  background: rgba(15, 28, 41, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  transition: color 240ms, border-color 240ms, background 240ms;
}
.bw-back-link:hover { color: var(--highlight); border-color: rgba(0, 255, 174, 0.40); background: rgba(15, 28, 41, 0.72); }
.bw-back-link .arrow { display: inline-block; transition: transform 280ms; }
.bw-back-link:hover .arrow { transform: translateX(-3px); }

.bw-hero-content {
  position: relative;
  z-index: 4;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1500px;
  padding: 14vh 0 6vh;
  transition: opacity 1400ms cubic-bezier(.2,.7,.2,1), transform 1400ms cubic-bezier(.2,.7,.2,1);
}
.bw-hero-content.is-out {
  opacity: 0 !important;
  transform: translate3d(0, 18px, 0) !important;
}
.bw-hero-content.is-in {
  opacity: 1;
}

.bw-hero-eyebrow {
  margin-bottom: 22px;
}
.bw-tag-mute {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(18px, 1.7vw, 26px);
  color: var(--ink-2);
  opacity: 0.78;
  letter-spacing: -0.005em;
}

.bw-hero-display {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(56px, 8.4vw, 144px);
  line-height: 0.94;
  letter-spacing: var(--letter-display);
  margin: 0;
  text-transform: none;
  text-wrap: balance;
  color: var(--ink);
}
.bw-hero-display em {
  font-weight: 300;
  font-style: italic;
  color: var(--highlight);
}

.bw-hero-meta {
  margin-top: 36px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-2);
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: center;
}
.bw-hero-meta .sep { opacity: 0.4; color: var(--corp); }

.bw-hero-award {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  align-self: flex-start;
  padding: 10px 18px 10px 12px;
  border-radius: 999px;
  background: rgba(var(--cream-rgb), 0.06);
  border: 1px solid rgba(var(--cream-rgb), 0.28);
  box-shadow: 0 0 24px rgba(var(--cream-rgb), 0.10);
  color: rgba(var(--cream-rgb), 0.92);
}
.bw-award-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(var(--cream-rgb), 0.14);
  border: 1px solid rgba(var(--cream-rgb), 0.42);
  color: rgba(var(--cream-rgb), 0.95);
}
.bw-award-text {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: var(--letter-mono);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.bw-award-text .sep { opacity: 0.5; }
.bw-award-text strong { font-weight: 700; }
.bw-award-text .bw-award-name { color: var(--cream); }

.bw-hero-bottom {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 48px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: var(--letter-mono);
  text-transform: uppercase;
  color: var(--ink-2);
  opacity: 0.7;
}
.bw-hero-bottom .scroll-tick {
  width: 36px; height: 1px;
  background: currentColor;
  position: relative; overflow: hidden;
  display: inline-block;
  margin-left: 12px;
}
.bw-hero-bottom .scroll-tick::after {
  content: '';
  position: absolute; left: -36px;
  width: 36px; height: 1px;
  background: var(--highlight);
  box-shadow: 0 0 8px var(--highlight);
  animation: scrolltick 2.4s cubic-bezier(.6,.0,.2,1) infinite;
}

@media (max-width: 720px) {
  .bw-hero { min-height: 84vh; padding-bottom: 40px; }
  .bw-hero-content { padding: 10vh 0 2vh; }
}

/* Letter-spacing matches mono standard 0.18em already declared globally */

/* ──────────────────────────────────────────────────────────
   02 — REEL  (full-width player, sound CTA)
   ────────────────────────────────────────────────────────── */
.bw-reel-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: #050607;
  isolation: isolate;
  box-shadow: 0 40px 120px rgba(0,0,0,0.50), inset 0 0 0 1px rgba(255,255,255,0.06);
  margin-top: 24px;
}
@media (max-width: 720px) {
  .bw-reel-frame { aspect-ratio: 16 / 9; }
}
.bw-reel-inner {
  position: absolute;
  inset: 0;
}
.bw-reel-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  display: block;
}
.bw-reel-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5,7,10,0.42) 0%, rgba(5,7,10,0) 18%, rgba(5,7,10,0) 60%, rgba(5,7,10,0.55) 100%),
    radial-gradient(ellipse at center, transparent 50%, rgba(5,7,10,0.40) 100%);
}
.bw-reel-corner {
  position: absolute;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: var(--letter-mono);
  text-transform: uppercase;
  color: rgba(255,255,255,0.86);
  text-shadow: 0 1px 12px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  gap: 8px;
}
.bw-reel-corner.top-left    { top: 18px; left: 22px; }
.bw-reel-corner.top-right   { top: 18px; right: 22px; }
.bw-reel-corner.bottom-left { bottom: 60px; left: 22px; flex-direction: column; align-items: flex-start; gap: 4px; }
.bw-reel-corner.bottom-right{ bottom: 60px; right: 22px; }
.bw-reel-corner .corner-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--highlight);
  box-shadow: 0 0 0 3px rgba(0, 255, 174, 0.18), 0 0 12px rgba(0, 255, 174, 0.55);
}
.bw-reel-corner .corner-client {
  font-family: var(--font-display);
  font-size: clamp(16px, 1.5vw, 22px);
  letter-spacing: var(--letter-display);
  font-weight: 700;
  color: #fff;
}
.bw-reel-corner .corner-title { color: rgba(255,255,255,0.65); }

/* Sound CTA — large central tap target */
.bw-sound-cta {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 14px 24px;
  z-index: 3;
}
.bw-sound-ring {
  width: 88px; height: 88px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.55);
  background: rgba(8, 14, 22, 0.32);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 280ms, border-color 280ms, transform 280ms;
  box-shadow: 0 8px 40px rgba(0,0,0,0.35);
}
.bw-sound-cta:hover .bw-sound-ring {
  background: rgba(0, 255, 174, 0.18);
  border-color: var(--highlight);
  transform: scale(1.06);
}
.bw-sound-label {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
}
.bw-sound-meta {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.60);
}

.bw-reel-controls {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 2;
}
.bw-reel-controls .ctrl-btn {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.30);
  background: rgba(8, 14, 22, 0.42);
  backdrop-filter: blur(10px);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 200ms, border-color 200ms;
}
.bw-reel-controls .ctrl-btn:hover { background: rgba(0,255,174,0.18); border-color: var(--highlight); }
.bw-reel-controls .ctrl-progress {
  flex: 1;
  height: 14px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.bw-reel-controls .ctrl-progress-track {
  position: absolute; left: 0; right: 0;
  height: 1px;
  background: rgba(255,255,255,0.30);
}
.bw-reel-controls .ctrl-progress-fill {
  position: absolute; left: 0;
  height: 1px;
  background: var(--highlight);
  box-shadow: 0 0 10px var(--highlight);
}
.bw-reel-controls .ctrl-progress-dot {
  position: absolute;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--highlight);
  transform: translate(-50%, 0);
  box-shadow: 0 0 12px var(--highlight);
}

/* Drag-scrub: bigger hit area, grabbable dot */
.bw-reel-controls .ctrl-progress {
  height: 22px;
  cursor: pointer;
  touch-action: none;
}
.bw-reel-controls .ctrl-progress-dot {
  cursor: grab;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.bw-reel-controls .ctrl-progress:hover .ctrl-progress-dot,
.bw-reel-controls .ctrl-progress:active .ctrl-progress-dot {
  transform: translate(-50%, 0) scale(1.35);
  box-shadow: 0 0 0 6px rgba(0, 255, 174, 0.18), 0 0 18px var(--highlight);
}
.bw-reel-controls .ctrl-progress:active .ctrl-progress-dot {
  cursor: grabbing;
}

/* Hide overlays + reveal controls when sound is on */
.bw-reel-frame .bw-reel-corner,
.bw-reel-frame .bw-reel-vignette {
  transition: opacity 360ms ease;
}
.bw-reel-frame.with-sound .bw-reel-corner,
.bw-reel-frame.with-sound .bw-reel-vignette {
  opacity: 0;
  pointer-events: none;
}
.bw-reel-frame .bw-reel-controls {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 360ms ease, transform 360ms ease;
  pointer-events: none;
}
.bw-reel-frame.with-sound .bw-reel-controls {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

/* Native fullscreen on the <video> */
.bw-reel-frame .bw-reel-video:fullscreen,
.bw-reel-frame .bw-reel-video:-webkit-full-screen {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  background: #000;
}

/* Fake fullscreen — fallback when iframe sandbox blocks the API */
.bw-reel-frame.is-fake-fs {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  z-index: 9999;
  border-radius: 0;
  background: #000;
  margin: 0 !important;
  aspect-ratio: auto !important;
}
.bw-reel-frame.is-fake-fs .bw-reel-inner {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.bw-reel-frame.is-fake-fs .bw-reel-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bw-reel-frame.is-fake-fs .bw-reel-corner,
.bw-reel-frame.is-fake-fs .bw-reel-vignette {
  opacity: 0;
  pointer-events: none;
}

.bw-reel-caption {
  margin: 32px auto 0;
  max-width: 78ch;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.5;
  color: var(--ink-2);
  opacity: 0.85;
  text-wrap: pretty;
  text-align: center;
}

/* ──────────────────────────────────────────────────────────
   03 — KONZEPT  (bento)
   ────────────────────────────────────────────────────────── */
.bw-konzept-title {
  margin: 0 auto 36px;
  width: 100%;
  max-width: var(--page-max, 1600px);
}
.bw-konzept-title .display-line {
  text-wrap: balance;
}

.bw-bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(240px, 1fr);
  gap: 16px;
  margin: 32px auto 56px;
  width: 100%;
  max-width: var(--page-max, 1600px);
}
/* Row 1 — Breit, Breit, Schmal */
.bw-bento .area-a { grid-column: span 2; grid-row: 1; }
.bw-bento .area-b { grid-column: span 2; grid-row: 1; }
.bw-bento .area-c { grid-column: span 2; grid-row: 1; }
/* Row 2 — Schmal, Schmal, Breit */
.bw-bento .area-d { grid-column: span 2; grid-row: 2; }
.bw-bento .area-e { grid-column: span 2; grid-row: 2; }
.bw-bento .area-f { grid-column: span 2; grid-row: 2; }
/* Row 3 — Breit, Breit */
.bw-bento .area-g { grid-column: span 3; grid-row: 3; }
.bw-bento .area-h { grid-column: span 3; grid-row: 3; }

@media (max-width: 980px) {
  .bw-bento {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(220px, auto);
  }
  .bw-bento .area-a, .bw-bento .area-b, .bw-bento .area-c,
  .bw-bento .area-d, .bw-bento .area-e, .bw-bento .area-f,
  .bw-bento .area-g, .bw-bento .area-h {
    grid-column: span 2;
    grid-row: auto;
  }
}

.bw-bento-cell {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #050607;
  border: 1px solid rgba(255,255,255,0.06);
}
.bw-bento-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.bw-bento-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1200ms cubic-bezier(.2,.7,.2,1);
}
.bw-bento-cell:hover .bw-bento-frame img { transform: scale(1.04); }
.bw-bento-vignette {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5,6,7,0.05) 0%, rgba(5,6,7,0) 30%, rgba(5,6,7,0.55) 100%);
  pointer-events: none;
}
.bw-bento-cap {
  position: absolute;
  left: 16px; right: 16px;
  bottom: 14px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 4px 10px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: var(--letter-mono);
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  text-shadow: 0 1px 10px rgba(0,0,0,0.5);
  z-index: 2;
  line-height: 1.2;
}
.bw-bento-cap .cap-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--highlight);
  box-shadow: 0 0 0 3px rgba(0, 255, 174, 0.18);
  flex-shrink: 0;
}
.bw-bento-cap .cap-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.bw-bento-cap .cap-sub {
  color: rgba(255,255,255,0.55);
  white-space: nowrap;
  text-align: right;
}

/* Script snippet cells — deprecated, kept empty for clarity */

/* Concept prose — two columns intro */
.bw-prose {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  margin-top: 24px;
}
@media (max-width: 980px) {
  .bw-prose { grid-template-columns: 1fr; gap: 28px; }
}
.bw-prose p {
  margin: 0;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.6;
  color: var(--ink);
  opacity: 0.92;
  max-width: 56ch;
  text-wrap: pretty;
}
.bw-prose p .em-highlight {
  color: var(--highlight);
  font-style: italic;
  font-weight: 300;
}

/* ──────────────────────────────────────────────────────────
   04 — TEAM
   ────────────────────────────────────────────────────────── */
.bw-team-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  margin: 12px auto 56px;
}
.bw-team-pull {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.15;
  letter-spacing: -0.005em;
  color: var(--highlight);
  margin: 0;
  text-wrap: balance;
  position: relative;
  padding-left: 0.6em;
  opacity: 0.92;
}
.bw-team-pull .quote-mark {
  position: absolute;
  left: -0.05em;
  top: -0.05em;
  font-style: italic;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1;
  opacity: 0.5;
}
.bw-team-stack {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.bw-team-small {
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.6vw, 26px);
  font-weight: 400;
  letter-spacing: -0.005em;
  text-transform: none;
  color: var(--ink-2);
  opacity: 0.78;
  line-height: 1.25;
}
.bw-team-big {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(56px, 7.4vw, 116px);
  line-height: 0.96;
  letter-spacing: var(--letter-display);
  text-transform: uppercase;
  color: var(--ink);
  text-wrap: balance;
}

.bw-team-prose {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(40px, 5vw, 80px);
  margin-bottom: 64px;
}
@media (max-width: 980px) {
  .bw-team-prose { grid-template-columns: 1fr; gap: 24px; }
}
.bw-team-prose p {
  margin: 0;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.6;
  color: var(--ink);
  opacity: 0.92;
  max-width: 56ch;
  text-wrap: pretty;
}
.bw-team-prose .bw-team-pause {
  display: inline-block;
  margin-top: 6px;
  color: var(--ink-2);
}
.bw-team-prose em {
  font-style: italic;
  font-weight: 400;
  color: var(--highlight);
}
.bw-team-coda {
  grid-column: 1 / -1;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2vw, 28px) !important;
  line-height: 1.4 !important;
  color: var(--ink) !important;
  opacity: 1 !important;
  max-width: 70ch !important;
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
}

.bw-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.6vw, 28px);
}
@media (max-width: 980px) {
  .bw-team-grid { grid-template-columns: 1fr; }
}
.bw-team-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 28px 28px;
  border-radius: 8px;
  background: rgba(232, 242, 245, 0.03);
  border: 1px solid var(--line-light);
  overflow: hidden;
  isolation: isolate;
  transition: transform 380ms cubic-bezier(.2,.8,.2,1), border-color 380ms, background 380ms;
}
.bw-team-card::before {
  content: '';
  position: absolute;
  inset: -40% -30% auto auto;
  width: 120%;
  height: 80%;
  background: radial-gradient(circle at top right, rgba(0, 173, 171, 0.18), transparent 60%);
  filter: blur(40px);
  opacity: 0;
  transition: opacity 480ms;
  pointer-events: none;
  z-index: -1;
}
.bw-team-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 173, 171, 0.35);
  background: rgba(0, 173, 171, 0.04);
}
.bw-team-card:hover::before { opacity: 1; }
.bw-team-card.is-link {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.bw-team-card.is-link:hover {
  border-color: rgba(0, 255, 174, 0.30);
  background: rgba(0, 255, 174, 0.04);
}
.bw-team-card.is-link:hover::before {
  background: radial-gradient(circle at top right, rgba(0, 255, 174, 0.20), transparent 60%);
}
.bw-team-link {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: var(--letter-mono);
  text-transform: uppercase;
  color: var(--highlight);
  align-self: flex-start;
  border-bottom: 1px solid rgba(0, 255, 174, 0.0);
  padding-bottom: 4px;
  transition: border-color 240ms;
}
.bw-team-card.is-link:hover .bw-team-link {
  border-color: rgba(0, 255, 174, 0.45);
}
.bw-team-link-arrow {
  display: inline-block;
  transition: transform 280ms cubic-bezier(.2,.8,.2,1);
  font-family: var(--font-sans);
  font-size: 13px;
}
.bw-team-card.is-link:hover .bw-team-link-arrow {
  transform: translate(2px, -2px);
}

.bw-team-card-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.bw-team-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
  letter-spacing: var(--letter-display);
  color: var(--ink);
}
.bw-team-tag {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: var(--letter-mono);
  text-transform: uppercase;
  color: var(--corp);
}
.bw-team-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bw-team-role {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: var(--letter-mono);
  text-transform: uppercase;
  color: var(--ink-soft);
}
.bw-team-studio {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.1;
  letter-spacing: var(--letter-display);
  text-transform: uppercase;
  color: var(--ink);
}
.bw-team-note {
  margin: 4px 0 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-2);
  opacity: 0.85;
  max-width: 36ch;
}
.bw-team-card-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
}
.bw-team-rule {
  flex: 1;
  height: 1px;
  background: var(--line-light);
}
.bw-team-mono {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: var(--letter-mono);
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ──────────────────────────────────────────────────────────
   05 — AWARD
   ────────────────────────────────────────────────────────── */
.bw-award-headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(40px, 6vw, 96px);
  line-height: 0.96;
  letter-spacing: var(--letter-display);
  text-transform: uppercase;
  margin: 12px auto 36px;
  text-wrap: balance;
}
.bw-award-headline .dim {
  font-family: var(--font-sans);
  font-style: italic;
  font-weight: 300;
  text-transform: none;
  color: var(--ink-2);
  opacity: 0.62;
}

.bw-awards-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid var(--line-light);
}
.bw-award-row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr 1.6fr 80px;
  gap: 18px;
  padding: 22px 4px;
  border-bottom: 1px solid var(--line-light);
  align-items: baseline;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: var(--letter-mono);
  text-transform: uppercase;
  color: var(--ink-2);
}
.bw-award-row .award-cat { color: rgba(255, 255, 255, 0.85); }
.bw-award-row .award-fest { color: var(--ink); }
.bw-award-row .award-proj {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(16px, 1.4vw, 20px);
  letter-spacing: -0.005em;
  text-transform: none;
  color: var(--ink);
}
.bw-award-row .award-year {
  text-align: right;
  color: var(--ink-soft);
}
.bw-award-row.featured {
  background:
    linear-gradient(90deg, rgba(var(--cream-rgb), 0.10), rgba(var(--cream-rgb), 0.02) 70%, transparent 100%);
  padding: 36px 16px;
  margin-bottom: 24px;
  border-top: 1px solid rgba(var(--cream-rgb), 0.35);
  border-bottom: 1px solid rgba(var(--cream-rgb), 0.35);
  align-items: center;
}
.bw-award-row.featured .award-cat {
  color: var(--cream);
  font-family: var(--font-display);
  font-weight: 700;
  font-style: normal;
  font-size: clamp(20px, 1.9vw, 28px);
  letter-spacing: var(--letter-display);
  text-transform: uppercase;
}
.bw-award-row.featured .award-fest {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(18px, 1.6vw, 24px);
  letter-spacing: var(--letter-display);
  text-transform: uppercase;
  color: rgba(var(--cream-rgb), 0.95);
}
.bw-award-row.featured .award-proj {
  color: rgba(var(--cream-rgb), 0.7);
  font-style: normal;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: var(--letter-mono);
  text-transform: uppercase;
}
.bw-award-row.featured .award-year { color: rgba(var(--cream-rgb), 0.7); }

/* Dolphin color variants — all non-featured rows share the same soft white */
.bw-award-row .award-cat.black { color: rgba(255, 255, 255, 0.85); }
.bw-award-row .award-cat.blue { color: rgba(255, 255, 255, 0.85); }
@media (max-width: 720px) {
  .bw-award-row,
  .bw-award-row.featured {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 18px 4px;
  }
  .bw-award-row.featured {
    padding: 24px 14px;
    gap: 10px;
  }
  .bw-award-row .award-year { text-align: left; }
  .bw-award-row .award-proj:empty { display: none; }
  .bw-award-row.featured .award-cat {
    font-size: clamp(20px, 6vw, 26px);
    line-height: 1.05;
  }
  .bw-award-row.featured .award-fest {
    font-size: clamp(16px, 4.6vw, 20px);
    line-height: 1.15;
  }
}

.bw-award-quote {
  margin: 48px auto 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(18px, 1.6vw, 24px);
  color: var(--ink-2);
  opacity: 0.78;
  text-wrap: pretty;
  border: 0;
  padding: 0;
}

/* ──────────────────────────────────────────────────────────
   06 — CREDITS  (filmcredits roll feel)
   ────────────────────────────────────────────────────────── */
.bw-credits-section {
  background: #04080c;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  /* break out of the body's 36px side-rail padding so the gradient
     letterboxes + black slab bleed truly full-width */
  margin-left: -36px;
  margin-right: -36px;
}
@media (max-width: 720px) {
  .bw-credits-section {
    margin-left: 0;
    margin-right: 0;
  }
}
.bw-credits-section::before {
  /* override the section-dark accent so this stays a clean black slab */
  display: none;
}
.bw-credits-letterbox-top,
.bw-credits-letterbox-bottom {
  width: 100%;
  height: clamp(60px, 8vw, 120px);
  background:
    linear-gradient(180deg, var(--bg) 0%, #04080c 100%);
}
.bw-credits-letterbox-bottom {
  background: linear-gradient(180deg, #04080c 0%, var(--bg) 100%);
}

.bw-credits-head {
  padding: clamp(60px, 6vw, 100px) var(--pad-x) 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bw-credits-head .kicker {
  color: rgba(232, 242, 245, 0.55);
}

.bw-credits-card {
  margin: 0 auto;
  padding: clamp(40px, 6vw, 96px) var(--pad-x) clamp(80px, 9vw, 140px);
  text-align: center;
  font-family: var(--font-mono);
  color: var(--ink);
}

.bw-credits-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(232, 242, 245, 0.55);
  margin: 0 auto 36px;
}
.bw-credits-mark-line {
  flex: 0 0 clamp(40px, 8vw, 100px);
  height: 1px;
  background: rgba(232, 242, 245, 0.30);
}

.bw-credits-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(48px, 6vw, 96px);
  line-height: 1.0;
  letter-spacing: var(--letter-display);
  margin: 0 0 12px;
  color: var(--ink);
}
.bw-credits-sub {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 56px;
}

.bw-credits-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 780px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.bw-credits-row {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(220px, 1.4fr);
  gap: 18px;
  align-items: baseline;
  text-align: left;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.bw-credits-role {
  color: rgba(232, 242, 245, 0.55);
  text-align: right;
}
.bw-credits-dots {
  flex: 1;
  height: 1px;
  border-top: 1px dashed rgba(232, 242, 245, 0.18);
  align-self: center;
  min-width: 32px;
}
.bw-credits-who {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(16px, 1.5vw, 22px);
  letter-spacing: var(--letter-display);
  color: var(--ink);
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .bw-credits-row {
    grid-template-columns: 1fr;
    gap: 4px;
    text-align: center;
  }
  .bw-credits-role { text-align: center; }
  .bw-credits-dots { display: none; }
}

.bw-credits-foot {
  margin-top: 64px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 12px;
}
.bw-credits-foot .sep { opacity: 0.5; }

/* ──────────────────────────────────────────────────────────
   07 — FOOTER CTA
   ────────────────────────────────────────────────────────── */
.bw-footer {
  padding-top: clamp(80px, 10vw, 160px) !important;
  padding-bottom: clamp(80px, 10vw, 160px) !important;
}
.bw-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 36px;
}
.bw-footer-headline {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(48px, 7vw, 120px);
  line-height: 0.96;
  letter-spacing: var(--letter-display);
  text-transform: uppercase;
  margin: 0;
  text-wrap: balance;
  max-width: 22ch;
}
.bw-footer-headline em {
  font-weight: 300;
  font-style: italic;
  color: var(--highlight);
}
.bw-footer-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.bw-footer-next {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid var(--line-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 18px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: var(--letter-mono);
  text-transform: uppercase;
}
.bw-footer-next .next-label { color: var(--corp); }
.bw-footer-next .next-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  transition: color 240ms;
}
.bw-footer-next .next-link:hover { color: var(--highlight); }
.bw-footer-next .next-link .next-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(18px, 1.6vw, 24px);
  letter-spacing: var(--letter-display);
}
.bw-footer-next .next-link .arrow { transition: transform 280ms; }
.bw-footer-next .next-link:hover .arrow { transform: translateX(4px); }
