/* wild-meme / pirate-broadcast
   A hijacked TV signal. The first screen is the tube itself: the logo as breaking
   footage on a curved CRT (scanlines, RGB split, a rolling bar, static that bursts in),
   an emergency band across the top, a white lower-third chyron carrying the headline,
   a news crawl of the facts, a spinning station bug with the ticker and scene-1 on a
   LIVE FEED monitor beside the side cards. Below it the broadcast runs on
   in segments: slanted tabs, white strap captions, a multiview monitor wall, colour
   bars to sign off. Dark, glitchy, set in condensed caps. */

:root {
  --pb-black: #050507;
  --pb-ink: #0a0a0d;
  --pb-panel: #0e0e13;
  --pb-panel-2: #16161d;
  --pb-white: #f4f2ec;
  --pb-grey: #8f8c99;
  --pb-red: var(--wl-accent);
  --pb-on-red: var(--wl-on-accent);
  --pb-glow: var(--wl-accent-on-dark);
  --pb-slant: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  --pb-slant-2: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  --pb-rgb: -2px 0 0 rgb(255 30 80 / 0.5), 2px 0 0 rgb(0 225 255 / 0.45);
  --pb-bars: linear-gradient(90deg, #c0c0c0 0 14.28%, #c0c000 0 28.57%, #00c0c0 0 42.85%, #00c000 0 57.14%, #c000c0 0 71.42%, #c00000 0 85.71%, #0000c0 0);
  --pb-bars-low: linear-gradient(90deg, #0000c0 0 14.28%, #131313 0 28.57%, #c000c0 0 42.85%, #131313 0 57.14%, #00c0c0 0 71.42%, #131313 0 85.71%, #c0c0c0 0);

  /* engine vocabulary */
  --v-bg: #07070a;
  --v-fg: #f1efe9;
  --v-soft: #bebbc7;
  --v-faint: var(--pb-grey);
  --v-line: rgb(255 255 255 / 0.12);
  --v-line-strong: rgb(255 255 255 / 0.28);
  --v-surface: var(--pb-panel);
  --v-surface-2: var(--pb-panel-2);
  --v-card-bg: var(--pb-panel);
  --v-accent: var(--wl-accent);
  --v-accent-text: var(--wl-accent-on-dark);
  --v-on-accent: var(--wl-on-accent);
  --v-secondary: var(--wl-secondary-on-dark);
  --v-seg-1: var(--wl-accent);
  --v-seg-2: var(--wl-secondary);
  --v-seg-3: #00c0c0;
  --v-seg-4: #c000c0;
  --v-seg-5: #00c000;
  --v-seg-6: #c0c0c0;
  --v-font-body: "Helvetica Neue", Helvetica, Arial, "Liberation Sans", "Nimbus Sans", sans-serif;
  --v-font-display: "Bahnschrift Condensed", "DIN Condensed", "Avenir Next Condensed", "Roboto Condensed", "Arial Narrow", sans-serif-condensed, "Helvetica Neue", Arial, sans-serif;
  --v-font-mono: Consolas, "Lucida Console", "SF Mono", Menlo, "Courier New", monospace;
  --v-display-weight: 700;
  --v-display-tracking: 0.004em;
  --v-display-case: uppercase;
  --v-display-lh: 0.9;
  --v-title-size: clamp(2.8rem, 6.4vw, 6rem);
  --v-radius: 0px;
  --v-radius-sm: 0px;
  --v-radius-lg: 18px;
  --v-border: 1px solid var(--v-line);
  --v-shadow: 0 40px 80px -40px #000;
  --v-card-pad: 24px;
  --v-maxw: 1180px;
  --v-pad-x: clamp(16px, 4.4vw, 64px);
  --v-sec-gap: clamp(72px, 9vw, 132px);

  --wl-label-lore: "The story so far";
  --wl-label-features: "The segment";
  --wl-label-supply: "By the numbers";
  --wl-label-flow: "How it works";
  --wl-label-timeline: "The rundown";
  --wl-label-comparison: "Head to head";
  --wl-label-stats: "The numbers";
  --wl-label-tweet: "Intercepted";
  --wl-label-gallery: "Footage";
  --wl-label-facts: "Confirmed";
  --wl-label-quotes: "Vox pop";
  --wl-label-faq: "Viewer questions";
  --wl-label-access: "Tune in";

  /* app.js flourishes this skin wants */
  --wm-skin: pirate-broadcast;
  --wm-js-rain: 0;
  --wm-js-trail: 0;

  /* skeleton knobs: the stage is one picture, the chyron and the side cards lie on it */
  --wm-top-h: 48px;
  --wm-hero-inset: 10px;
  --wm-hero-radius: 30px;
  --wm-hero-inset-phone: 6px;
  --wm-stage-cols: minmax(0, 1fr);
  --wm-stage-rows: minmax(0, 1fr);
  --wm-stage-areas: "screen";
  --wm-stage-pad: 0px;
  --wm-stage-gap: 0px;
  --wm-screen-area: screen;
  --wm-screen-align: stretch;
  --wm-screen-justify: stretch;
  --wm-glass-ar: auto;
  --wm-glass-ar-phone: 4 / 3;
  --wm-copy-area: screen;
  --wm-copy-align: end;
  --wm-copy-justify: start;
  --wm-copy-maxw: min(1100px, 72%);
  --wm-copy-margin: 0 0 30px 34px;
  --wm-stack-area: screen;
  --wm-stack-align: center;
  --wm-stack-justify: end;
  --wm-stack-maxw: 272px;
  --wm-stack-margin: 0 34px 90px 0;
  --wm-stack-gap: 12px;
  --wm-desk-display: none;
}

html { background: var(--pb-black); }
body {
  background:
    radial-gradient(ellipse 90% 50% at 50% 0%, color-mix(in srgb, var(--wl-accent) 9%, transparent), transparent 70%),
    var(--pb-black);
  color: var(--v-fg);
}
/* a faint grain on the dark, as if the whole page were off-air */
body::before { content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none; background: url("../art/noise.svg") 0 0 / 220px 220px; opacity: 0.035; }
::selection { background: var(--wl-accent); color: var(--wl-on-accent); }

/* ================================================================ top bar: the channel */

.wm-top {
  --wm-top-pad: clamp(14px, 2vw, 26px);
  gap: clamp(14px, 2vw, 26px);
  background: var(--pb-black);
  color: #fff;
  box-shadow: 0 1px 0 rgb(255 255 255 / 0.07);
}
.wm-brand { gap: 10px; color: #fff; }
.wm-brand__mark { width: 30px; height: 30px; border-radius: 8px; box-shadow: 0 0 0 1px rgb(255 255 255 / 0.2); }
.wm-brand__name { font: 700 21px/1 var(--v-font-display); text-transform: uppercase; letter-spacing: 0.05em; }
.wm-brand__tick { padding: 5px 7px 4px; background: var(--pb-red); color: var(--pb-on-red); font: 700 13px/1 var(--v-font-display); letter-spacing: 0.08em; clip-path: var(--pb-slant); padding-right: 12px; }
.wm-top__nav { gap: 2px; mask-image: linear-gradient(90deg, #000 88%, transparent); }
.wm-top__nav .wl-nav__link {
  padding: 8px 11px 7px;
  color: var(--pb-grey);
  font: 700 14px/1 var(--v-font-display); text-transform: uppercase; letter-spacing: 0.09em;
  border-bottom: 2px solid transparent;
}
.wm-top__nav .wl-nav__link:hover, .wm-top__nav .wl-nav__link.is-active { color: #fff; border-bottom-color: var(--pb-red); }
.wm-top__status { gap: 9px; padding: 7px 12px 6px; border: 1px solid rgb(255 255 255 / 0.18); font: 700 13px/1 var(--v-font-display); letter-spacing: 0.14em; text-transform: uppercase; }
.wm-top__status::before { content: "On air"; color: #ff4040; }
.wm-led { order: -1; background: #ff2a2a; box-shadow: 0 0 10px #ff2a2a; animation: pb-rec 1.2s steps(2, jump-none) infinite; }
.wm-top__net { padding-left: 10px; border-left: 1px solid rgb(255 255 255 / 0.2); color: var(--pb-grey); }

/* ================================================================ the tube */

.wm-hero {
  background: #000;
  box-shadow: 0 0 0 1px rgb(255 255 255 / 0.07), 0 0 0 6px #0c0c10, 0 30px 90px -30px color-mix(in srgb, var(--wl-accent) 45%, transparent);
}
/* the glass over everything on the tube: scanlines, curvature, a sheen */
.wm-hero::before, .wm-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; }
.wm-hero::before { z-index: 19; background: repeating-linear-gradient(to bottom, rgb(0 0 0 / 0.16) 0 1px, transparent 1px 3px); }
.wm-hero::after {
  z-index: 20;
  background: radial-gradient(ellipse 60% 40% at 22% 8%, rgb(255 255 255 / 0.07), transparent 70%);
  box-shadow: inset 0 0 0 2px rgb(255 255 255 / 0.05), inset 0 0 110px 16px rgb(0 0 0 / 0.62);
}
.wm-hero__bg, .wm-rain, .wm-crack, .wm-screen__bar, .wm-copy__icon, .wm-copy__bar .wm-winbtns { display: none; }

/* emergency band across the top of the tube */
.wm-alarm {
  display: flex; align-items: center;
  height: 42px; padding-left: 250px;
  background: var(--pb-red); color: var(--pb-on-red);
  font: 700 19px/1 var(--v-font-display); text-transform: uppercase; letter-spacing: 0.08em;
}
.wm-alarm::before {
  content: "Emergency broadcast";
  position: absolute; left: 0; top: 0; bottom: 0; z-index: 2;
  display: flex; align-items: center; padding: 0 30px 0 26px;
  background: var(--pb-ink); color: #fff;
  clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
}
.wm-alarm .wl-marquee__item::after { content: "///"; margin-left: 1.6em; opacity: 0.55; }

/* the news crawl along the bottom */
.wm-crawl {
  height: 54px;
  background: var(--pb-white); color: var(--pb-ink);
  font: 700 21px/1 var(--v-font-display); text-transform: uppercase; letter-spacing: 0.035em;
}
.wm-crawl__label {
  padding: 0 30px 0 26px;
  background: var(--pb-red); color: var(--pb-on-red);
  letter-spacing: 0.12em;
  clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
}
.wm-crawl__label::after { content: "Confirmed"; }
.wm-crawl::after {
  content: "Live"; flex: none; display: flex; align-items: center;
  padding: 0 22px 0 26px;
  background: var(--pb-ink); color: #fff; letter-spacing: 0.16em;
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%);
}
.wm-crawl .wl-marquee__item { display: inline-flex; align-items: center; gap: 0.8em; padding: 0 1em; }
.wm-crawl .wl-marquee__item::before { content: ""; width: 0.5em; height: 0.5em; background: var(--pb-red); }

/* the picture */
.wm-screen { background: #000; }
.wm-screen__glass { background: #000; }
.wm-screen__blur {
  background: var(--wm-media, none) center / cover no-repeat;
  filter: blur(26px) saturate(1.35) brightness(0.5);
  scale: 1.18;
}
.wm-media .wl-hero-img { object-fit: cover; filter: url("#wm-rgb") saturate(1.12) contrast(1.06); }
/* a square logo (or a tall picture) is viewer footage: pillarboxed over its own blur and
   lifted clear of the lower third; wide art fills the whole frame */
.wm-screen__glass { container-type: size; }
.wm-media.wl-media--pfp, .wm-media.wl-media--pfp-animated,
.wm-screen[data-wm-shape="square"] .wm-media, .wm-screen[data-wm-shape="tall"] .wm-media {
  inset: 3cqh 0 auto 0; width: 72cqh; height: 72cqh; margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgb(255 255 255 / 0.16), 0 26px 70px rgb(0 0 0 / 0.65);
}
.wm-media.wl-media--pfp .wl-hero-img, .wm-media.wl-media--pfp-animated .wl-hero-img,
.wm-screen[data-wm-shape="square"] .wl-hero-img, .wm-screen[data-wm-shape="tall"] .wl-hero-img { object-fit: contain; }
.wm-screen[data-wm-shape="wide"] .wm-media { inset: 0; width: auto; height: auto; margin: 0; box-shadow: none; }
.wm-screen[data-wm-shape="wide"] .wl-hero-img { object-fit: cover; }
/* no picture at all: colour bars, no signal */
.wm-screen:has(.wl-media--none) .wm-screen__glass { background: var(--pb-bars-low) bottom / 100% 22% no-repeat, var(--pb-bars) top / 100% 78% no-repeat; }
.wm-screen:has(.wl-media--none) .wm-screen__glass::before {
  content: "No signal"; position: absolute; left: 50%; top: 34%; z-index: 1; translate: -50% -50%;
  padding: 12px 26px 10px; background: #000; color: #fff;
  font: 700 clamp(1.4rem, 3vw, 2.4rem)/1 var(--v-font-display); letter-spacing: 0.2em; text-transform: uppercase;
}
/* float bobs the picture; the footage stays in its frame (a wobble brief still gets the handheld sway) */
.wl-motion-float:not(.wl-hero-wobble) .wm-media .wl-hero-img { animation: none; }
.wm-fx { z-index: 2; background: radial-gradient(ellipse 80% 75% at 50% 45%, transparent 55%, rgb(0 0 0 / 0.55) 100%); }
.wm-fx__scan { background: repeating-linear-gradient(to bottom, rgb(0 0 0 / 0.3) 0 1px, transparent 1px 3px); }
.wm-fx__roll {
  inset: auto 0; top: -24%; height: 24%;
  background: linear-gradient(to bottom, transparent, rgb(255 255 255 / 0.06) 40%, rgb(255 255 255 / 0.1) 50%, rgb(255 255 255 / 0.06) 60%, transparent);
  animation: pb-roll 7s linear infinite;
}
.wm-fx__noise {
  background: url("../art/noise.svg") 0 0 / 220px 220px;
  opacity: 0.1; mix-blend-mode: screen;
  animation: pb-tune 1.1s steps(7, end) both, pb-noise 0.5s steps(4, end) infinite, pb-burst 9s linear 3s infinite;
}
.wm-osd {
  top: 24px; left: 30px; z-index: 3;
  display: flex; align-items: center; gap: 16px;
  color: #fff; font: 700 16px/1 var(--v-font-mono); letter-spacing: 0.08em;
  text-shadow: 0 0 8px rgb(255 255 255 / 0.55), 1px 1px 0 #000;
}
.wm-osd__rec { display: inline-flex; align-items: center; gap: 9px; }
.wm-osd__ch { text-transform: uppercase; opacity: 0.85; }
.wm-osd__rec::before { content: ""; width: 12px; height: 12px; border-radius: 50%; background: #ff2a2a; box-shadow: 0 0 12px #ff2a2a; animation: pb-rec 1s steps(2, jump-none) infinite; }
.wm-bug {
  top: 20px; right: 28px; z-index: 3;
  display: grid; justify-items: center; gap: 4px;
  opacity: 0.92; perspective: 500px;
}
/* the station bug is the ticker alone: the mascot is already the footage and its backdrop */
.wm-bug__img { display: none; }
.wm-bug::before { content: ""; width: 44px; height: 44px; border: 3px solid rgb(255 255 255 / 0.85); border-radius: 50%; background: radial-gradient(circle, var(--pb-red) 0 34%, transparent 36%); box-shadow: 0 0 14px rgb(255 255 255 / 0.25); animation: pb-spin 8s linear infinite; }
.wm-bug__tick { font: 700 15px/1 var(--v-font-display); color: #fff; letter-spacing: 0.1em; text-shadow: 0 1px 3px #000; }

/* the lower third */
.wm-copy { display: grid; justify-items: start; filter: drop-shadow(0 18px 30px rgb(0 0 0 / 0.55)); }
.wm-copy__bar { gap: 0; }
.wm-kicker { display: flex; align-items: stretch; font: 700 17px/1 var(--v-font-display); text-transform: uppercase; letter-spacing: 0.1em; }
.wm-kicker::before {
  content: "Breaking"; display: flex; align-items: center;
  padding: 9px 22px 8px 16px;
  background: var(--pb-red); color: var(--pb-on-red);
  clip-path: var(--pb-slant);
}
.wm-kicker span {
  display: flex; align-items: center;
  margin-left: -6px; padding: 9px 22px 8px 20px;
  background: var(--pb-ink); color: #fff;
  clip-path: var(--pb-slant-2);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
/* no kicker: the Breaking tab stands alone */
.wm-copy__bar:not(:has(.wm-kicker))::before {
  content: "Breaking"; display: flex; align-items: center;
  padding: 9px 22px 8px 16px;
  background: var(--pb-red); color: var(--pb-on-red);
  font: 700 17px/1 var(--v-font-display); text-transform: uppercase; letter-spacing: 0.1em;
  clip-path: var(--pb-slant);
}
.wm-copy__body { display: block; width: 100%; }
.wm-copy__text { display: grid; }
.wm-headline {
  padding: 0.12em 0.34em 0.06em 0.26em;
  border-left: 0.2em solid var(--pb-red);
  background: var(--pb-white); color: var(--pb-ink);
  font-size: clamp(2.3rem, 5.3vw, 5.1rem); line-height: 0.96;
  text-shadow: var(--pb-rgb);
}
/* a lower third stays a third: longer headlines set smaller (app.js measures) */
.wm-copy[data-wm-len="s"] .wm-headline { font-size: clamp(2.6rem, 6.4vw, 6.2rem); }
.wm-copy[data-wm-len="l"] .wm-headline { font-size: clamp(2rem, 4vw, 3.9rem); }
.wm-copy[data-wm-len="xl"] .wm-headline { font-size: clamp(1.7rem, 3.2vw, 3.1rem); }
.wm-subhead {
  padding: 12px 22px 12px 20px;
  background: rgb(8 8 11 / 0.9); color: #e9e7e1;
  font: 500 clamp(0.96rem, 1.2vw, 1.13rem)/1.45 var(--v-font-body);
  box-shadow: inset 0.2em 0 0 var(--pb-ink);
}
.wm-cta { margin-top: 14px; gap: 8px; }

/* buttons: slanted broadcast tabs */
.wl-btn {
  min-height: 44px; padding: 0 22px; gap: 9px;
  border: 0; border-radius: 0;
  background: rgb(10 10 13 / 0.92); color: #fff;
  font: 700 16px/1 var(--v-font-display); text-transform: uppercase; letter-spacing: 0.09em;
  clip-path: var(--pb-slant-2);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.2);
}
.wl-btn:hover { transform: none; background: #000; }
.wl-btn--primary, .wl-btn--primary:hover { background: var(--pb-red); color: var(--pb-on-red); box-shadow: none; }
.wl-btn__ca { font: 400 13px/1 var(--v-font-mono); letter-spacing: 0; text-transform: none; opacity: 0.8; }
.wl-btn .wl-glyph { width: 17px; height: 17px; }

/* side cards: the developing stories */
.wm-dialog {
  padding: 13px 16px 15px 16px;
  background: rgb(7 7 10 / 0.8);
  border-left: 5px solid var(--pb-red);
  backdrop-filter: blur(6px);
  box-shadow: 0 20px 40px -20px #000;
}
.wm-dialog--2, .wm-dialog__icon, .wm-dialog__foot, .wm-winbtns--x { display: none; }
.wm-dialog__bar { margin-bottom: 7px; }
.wm-dialog__title { font: 700 12px/1 var(--v-font-display); letter-spacing: 0.2em; text-transform: uppercase; color: var(--pb-glow); }
.wm-dialog--1 .wm-dialog__title::before { content: "Developing"; }
.wm-dialog--3 .wm-dialog__title::before { content: "On the wire"; }
.wm-dialog__text { font: 700 clamp(1.15rem, 1.7vw, 1.55rem)/1.02 var(--v-font-display); text-transform: uppercase; letter-spacing: 0.01em; color: #fff; }

/* the live feed: scene-1 on a monitor above the side cards */
.wm-feed { margin: 0; padding: 6px; background: #000; border: 1px solid rgb(255 255 255 / 0.16); box-shadow: 0 20px 40px -18px #000; animation: pb-wipe 0.45s cubic-bezier(0.7, 0, 0.2, 1) 0.9s both; }
.wm-feed__bar { display: flex; align-items: center; justify-content: space-between; padding: 2px 2px 6px; }
.wm-feed__bar .wm-winbtns { display: none; }
.wm-feed__title { font: 700 11px/1 var(--v-font-display); letter-spacing: 0.22em; text-transform: uppercase; color: var(--pb-glow); }
.wm-feed__title::before { content: "Live feed"; }
.wm-feed__glass { position: relative; overflow: hidden; }
.wm-feed__img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; filter: saturate(1.15) contrast(1.05); }
.wm-feed__glass::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(to bottom, rgb(0 0 0 / 0.28) 0 1px, transparent 1px 3px), radial-gradient(ellipse at 50% 50%, transparent 60%, rgb(0 0 0 / 0.5)); }
.wm-feed__tag { position: absolute; left: 8px; top: 8px; z-index: 1; display: inline-flex; align-items: center; gap: 6px; padding: 3px 7px; background: var(--pb-red); color: var(--pb-on-red); font: 700 10px/1 var(--v-font-display); letter-spacing: 0.18em; text-transform: uppercase; }
.wm-feed__tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; animation: pb-rec 1s steps(2, jump-none) infinite; }
.wm-feed__tag::after { content: "Live"; }

/* ================================================================ segments */

.wl-sec { padding: var(--v-sec-gap) var(--v-pad-x) 0; }
.wl-sec__inner { position: relative; }
.wl-flow > .wl-sec + .wl-sec::before {
  content: ""; display: block; max-width: var(--v-maxw); height: 1px;
  margin: calc(var(--v-sec-gap) * -0.5) auto calc(var(--v-sec-gap) * 0.5);
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.14), transparent);
}
/* a segment slate: tabs, the title, colour bars flush right, a rule under all of it */
.wl-sec__head {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; column-gap: 40px;
  max-width: none; margin-bottom: clamp(30px, 3.8vw, 52px); padding-bottom: 24px;
  border-bottom: 1px solid rgb(255 255 255 / 0.12);
}
.wl-sec__head > .wl-kicker { grid-column: 1 / -1; }
.wl-sec__head > .wl-sec__title { grid-column: 1; }
.wl-kicker { gap: 0; margin: 0 0 20px; font: 700 14px/1 var(--v-font-display); letter-spacing: 0.16em; color: #fff; }
.wl-kicker .wl-ord { opacity: 1; padding: 8px 18px 7px 13px; background: var(--pb-red); color: var(--pb-on-red); clip-path: var(--pb-slant); }
.wl-kicker .wl-ord::before { content: "Seg "; }
.wl-kicker__label { margin-left: -5px; padding: 8px 20px 7px 17px; background: var(--pb-white); color: var(--pb-ink); clip-path: var(--pb-slant-2); }
.wl-sec__title { color: #fff; text-shadow: -3px 0 0 rgb(255 30 80 / 0.5), 3px 0 0 rgb(0 225 255 / 0.42); }
.wl-sec__head::after { content: ""; grid-column: 2; grid-row: 2; align-self: end; width: clamp(96px, 17vw, 250px); height: 12px; margin-bottom: 0.5em; background: var(--pb-bars); }

/* static wipe: each segment tunes in through a burst of noise */
.wl-sec__inner::after {
  content: ""; position: absolute; inset: -14px; z-index: 6; pointer-events: none;
  background: url("../art/noise.svg") 0 0 / 220px 220px, #0b0b0e;
  opacity: 0;
}
.wl-in .wl-sec__inner::after { animation: pb-static 0.75s steps(6, end) both; }

/* lore: the anchor's script, lead on the left, the rest beside it */
.wl-lore {
  max-width: none;
  display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); column-gap: clamp(28px, 5vw, 76px);
  align-items: start;
}
.wl-lore__lead {
  grid-column: 1; grid-row: 1 / span 8; margin: 0;
  padding-left: 26px; border-left: 5px solid var(--pb-red);
  font: 500 clamp(1.35rem, 2.35vw, 2.05rem)/1.34 var(--v-font-body); color: #fff;
}
.wl-lore__lead:only-child { grid-column: 1 / -1; max-width: 56rem; }
.wl-lore__p { grid-column: 2; margin: 0 0 1em; color: var(--v-soft); font-size: 1.06rem; line-height: 1.72; }
.wl-lore__p:first-of-type::first-line { color: #fff; }

/* gallery: the multiview wall */
.wl-gallery { gap: 18px; counter-reset: cam; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); }
.wl-gallery[data-count="3"] { grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); }
.wl-gallery[data-count="3"] .wl-shot:first-child { grid-column: 1; grid-row: 1 / span 2; }
.wl-gallery[data-count="3"] .wl-shot:first-child img { height: 100%; aspect-ratio: auto; }
.wl-shot {
  counter-increment: cam;
  padding: 10px; border-radius: 20px;
  background: linear-gradient(180deg, #1c1c23, #0b0b0f);
  box-shadow: 0 0 0 1px rgb(255 255 255 / 0.08), 0 30px 60px -30px #000;
}
.wl-shot img { aspect-ratio: 16 / 9; border-radius: 14px / 18px; filter: saturate(1.12) contrast(1.05); }
.wl-shot:hover img { transform: none; }
.wl-shot::before {
  content: "Cam " counter(cam);
  position: absolute; top: 24px; left: 24px; z-index: 3;
  padding: 5px 9px 5px 24px; border-radius: 3px;
  background: rgb(0 0 0 / 0.62) radial-gradient(circle at 12px 50%, #ff2a2a 0 4px, transparent 5px);
  color: #fff; font: 700 13px/1 var(--v-font-mono); letter-spacing: 0.08em; text-transform: uppercase;
}
.wl-shot::after {
  content: ""; position: absolute; inset: 10px; z-index: 2; pointer-events: none;
  border-radius: 14px / 18px;
  background: repeating-linear-gradient(to bottom, rgb(0 0 0 / 0.22) 0 1px, transparent 1px 3px), radial-gradient(ellipse at center, transparent 58%, rgb(0 0 0 / 0.55));
}
.wl-shot__caption {
  z-index: 3; left: 18px; right: auto; bottom: 26px; max-width: calc(100% - 44px);
  padding: 8px 16px 7px 14px; border-radius: 0;
  background: var(--pb-white); color: var(--pb-ink);
  backdrop-filter: none;
  font: 700 clamp(0.95rem, 1.3vw, 1.12rem)/1.1 var(--v-font-display); text-transform: uppercase; letter-spacing: 0.04em;
  box-shadow: -7px 0 0 var(--pb-red);
  margin-left: 7px;
}

/* tweet: the intercepted transmission */
.wl-sec--tweet .wl-post {
  max-width: none;
  padding: clamp(22px, 3vw, 34px);
  background: linear-gradient(180deg, #111117, #0a0a0e);
  border: 1px solid rgb(255 255 255 / 0.1); border-top: 4px solid var(--pb-red); border-radius: 0;
}
.wl-post__avatar { box-shadow: 0 0 0 2px var(--pb-red); }
.wl-post__author { font: 700 1.2rem/1.1 var(--v-font-display); text-transform: uppercase; letter-spacing: 0.04em; }
.wl-post__handle { color: var(--pb-grey); font-family: var(--v-font-mono); font-size: 0.86rem; }
.wl-post__brand { color: #fff; }
.wl-post__text { font: 500 clamp(1.4rem, 3vw, 2.6rem)/1.24 var(--v-font-body); letter-spacing: -0.01em; color: #fff; }
.wl-sec--tweet .wl-post__head { margin-bottom: 22px; }
.wl-post__meta { border-top-color: rgb(255 255 255 / 0.1); }
.wl-post__meta:empty { display: none; }
.wl-post__link { color: var(--pb-glow); }

/* quotes: vox pop, each with a name strap */
.wl-quotes { gap: 18px; align-items: stretch; }
.wl-quote {
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 44px 26px 24px;
  background: linear-gradient(180deg, #121218, #0a0a0e);
  border: 0; border-radius: 0; box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.07), 0 30px 60px -34px #000;
}
.wl-quote::before { top: 0; left: 20px; font-size: 5.4rem; color: var(--pb-red); }
.wl-quote__text { margin: 0 0 22px; font: 500 1.2rem/1.45 var(--v-font-body); color: #f1efe9; }
.wl-quote__who {
  align-self: flex-start;
  margin-left: 7px; padding: 7px 14px 6px 12px;
  background: var(--pb-white); color: var(--pb-ink);
  font: 700 15px/1 var(--v-font-display); letter-spacing: 0.06em; text-transform: uppercase;
  box-shadow: -7px 0 0 var(--pb-red);
}
.wl-quote__who a { color: inherit; }

/* supply: a tuning dial beside its channel list */
.wl-graphic--supply { gap: clamp(28px, 4vw, 60px); }
.wl-donut { grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 28px 64px; align-items: center; justify-items: center; }
.wl-donut__svg { filter: drop-shadow(0 0 22px color-mix(in srgb, var(--wl-accent) 40%, transparent)); }
.wl-donut__track { stroke: var(--pb-panel-2); }
.wl-donut__ticks line { stroke: rgb(255 255 255 / 0.38); }
.wl-donut__value, .wl-ring__value, .wl-stat__value { font-family: var(--v-font-display); font-weight: 700; color: #fff; letter-spacing: 0.01em; }
.wl-donut__value { font-size: clamp(1.5rem, 3.2vw, 2.4rem); }
.wl-donut__label, .wl-ring__label, .wl-stat__label { font-family: var(--v-font-mono); color: var(--pb-grey); }
.wl-legend { width: min(100%, 460px); gap: 0; }
.wl-legend__item { grid-template-columns: 30px 1fr auto; gap: 16px; padding: 16px 0; border-bottom-color: rgb(255 255 255 / 0.12); }
.wl-legend__item:first-child { border-top: 1px solid rgb(255 255 255 / 0.12); }
.wl-legend__swatch { width: 30px; height: 14px; border-radius: 0; }
.wl-legend__label { color: #e9e7e1; font: 700 1.15rem/1.1 var(--v-font-display); text-transform: uppercase; letter-spacing: 0.06em; }
.wl-legend__value { font: 700 2.4rem/1 var(--v-font-display); }
.wl-ring__track { stroke: var(--pb-panel-2); }
.wl-stats { background: rgb(255 255 255 / 0.12); border: 1px solid rgb(255 255 255 / 0.12); border-radius: 0; }
.wl-stat { background: #09090c; }
.wl-caption { font-family: var(--v-font-mono); font-size: 0.84rem; letter-spacing: 0.04em; }

/* flow / timeline / comparison / features */
.wl-node__card { border-radius: 0; background: var(--pb-panel); border-top: 3px solid var(--pb-red); }
.wl-node__card .wl-ord { border-radius: 0; clip-path: var(--pb-slant); }
.wl-node__title, .wl-ms__title, .wl-feature__title { font-family: var(--v-font-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; font-size: 1.5rem; }
.wl-edge__line, .wl-edge__head { stroke: var(--pb-glow); }
/* timelines read as the rundown sheet: slot, item, note */
.wl-milestones { max-width: none; gap: 0; border-top: 1px solid rgb(255 255 255 / 0.12); }
.wl-milestones::before { display: none; }
.wl-ms {
  grid-template-columns: 22px minmax(110px, 200px) minmax(0, 1fr); column-gap: 24px; row-gap: 4px;
  align-items: start; padding: 22px 0; border-bottom: 1px solid rgb(255 255 255 / 0.12);
}
.wl-ms__body { display: contents; }
.wl-ms__dot { grid-column: 1; grid-row: 1 / span 2; width: 22px; height: 22px; margin-top: 3px; background: none; }
.wl-ms__ring { fill: var(--v-bg); stroke: var(--pb-red); }
.wl-ms__when {
  grid-column: 2; grid-row: 1 / span 2; justify-self: start; margin: 0;
  padding: 7px 11px 6px; background: var(--pb-panel); box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.14);
  font-family: var(--v-font-mono); color: var(--pb-glow);
}
.wl-ms__title { grid-column: 3; margin: 0; }
.wl-ms__text { grid-column: 3; }
.wl-bar__track { border-radius: 0; }
.wl-bar__bg { fill: var(--pb-panel-2); }
.wl-bar__value { font-family: var(--v-font-display); font-weight: 700; }
.wl-table-wrap { border-radius: 0; }
.wl-feature { border: 0; border-radius: 0; border-top: 3px solid var(--pb-red); background: var(--pb-panel); }
.wl-feature__icon { border-radius: 10px; background: var(--pb-panel-2); color: var(--pb-glow); }

/* facts: every one of them a strap */
.wl-facts { gap: 10px; max-width: 62rem; }
.wl-fact {
  grid-template-columns: auto 1fr; gap: 0; align-items: stretch;
  padding: 0; border: 0; border-radius: 0;
  background: var(--pb-white); color: var(--pb-ink);
  font: 600 1.08rem/1.35 var(--v-font-body);
  clip-path: polygon(0 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
}
.wl-fact__mark {
  width: auto; height: auto; gap: 8px; padding: 0 18px 0 16px; border-radius: 0;
  display: flex; align-items: center;
  background: var(--pb-red); color: var(--pb-on-red);
}
.wl-fact__mark::after { content: "Confirmed"; font: 700 13px/1 var(--v-font-display); letter-spacing: 0.14em; text-transform: uppercase; }
.wl-fact__mark .wl-glyph { width: 16px; height: 16px; stroke-width: 3; }
.wl-fact__text { padding: 15px 36px 15px 20px; }

/* faq: viewer questions */
.wl-faq { gap: 10px; max-width: 60rem; }
.wl-qa { border: 0; border-radius: 0; background: var(--pb-panel); box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.07); }
.wl-qa__q {
  justify-content: flex-start; gap: 16px;
  padding: 16px 20px;
  font: 700 clamp(1.1rem, 1.8vw, 1.45rem)/1.12 var(--v-font-display); text-transform: uppercase; letter-spacing: 0.02em; color: #fff;
}
.wl-qa__q::before {
  content: "Q"; flex: none; display: grid; place-items: center;
  width: 36px; height: 36px;
  background: var(--pb-red); color: var(--pb-on-red);
  font: 700 19px/1 var(--v-font-display);
  clip-path: var(--pb-slant);
}
.wl-qa__sign { margin-left: auto; color: var(--pb-grey); }
.wl-qa[open] { box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.12), inset 4px 0 0 var(--pb-red); }
.wl-qa__a { padding: 0 24px 22px 72px; color: var(--v-soft); }

/* access: tune in */
.wl-access { max-width: 64rem; gap: 18px; }
.wl-access__net { font: 700 14px/1 var(--v-font-display); letter-spacing: 0.22em; color: var(--pb-grey); }
.wl-ca {
  grid-template-columns: auto minmax(0, 1fr) auto; gap: 0; align-items: stretch;
  padding: 0; border: 0; border-radius: 0;
  background: var(--pb-panel); box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.14);
}
.wl-ca__label { display: flex; align-items: center; padding: 0 26px 0 18px; background: var(--pb-red); color: var(--pb-on-red); font: 700 15px/1 var(--v-font-display); letter-spacing: 0.14em; clip-path: var(--pb-slant); }
.wl-ca__value { padding: 22px 20px; color: #fff; font-size: clamp(0.84rem, 1.7vw, 1.25rem); letter-spacing: 0.02em; }
.wl-ca .wl-copy {
  margin: 10px; border-radius: 0;
  background: var(--pb-white); color: var(--pb-ink);
  font: 700 16px/1 var(--v-font-display); text-transform: uppercase; letter-spacing: 0.1em;
  clip-path: var(--pb-slant-2); padding: 0 24px;
}
.wl-links { gap: 10px; }
.wl-link {
  border: 1px solid rgb(255 255 255 / 0.18); border-radius: 0;
  background: var(--pb-panel); color: #fff;
  font: 700 16px/1 var(--v-font-display); text-transform: uppercase; letter-spacing: 0.08em;
}
.wl-link:hover { border-color: var(--pb-red); transform: none; }
.wl-link .wl-glyph { color: var(--pb-glow); }

/* ================================================================ sign-off */

.wm-footer { margin-top: var(--v-sec-gap); }
.wm-footer__bars { height: clamp(46px, 7vw, 96px); background: var(--pb-bars-low) bottom / 100% 24% no-repeat, var(--pb-bars) top / 100% 76% no-repeat; }
.wm-footer__inner { background: var(--pb-black); color: var(--pb-grey); }
.wm-footer__inner::before { content: "End of transmission"; display: block; margin-bottom: 16px; font: 700 13px/1 var(--v-font-display); letter-spacing: 0.34em; text-transform: uppercase; color: #5e5b69; }
.wl-foot__name { font: 700 22px/1 var(--v-font-display); text-transform: uppercase; letter-spacing: 0.05em; color: #fff; }
.wl-foot .wl-link { padding: 8px 14px; font-size: 14px; }

/* ================================================================ motion */

@keyframes pb-rec { 50% { opacity: 0.25; } }
@keyframes pb-roll { to { translate: 0 520%; } }
@keyframes pb-noise { 0% { background-position: 0 0; } 25% { background-position: -71px 43px; } 50% { background-position: 37px -89px; } 75% { background-position: -113px -27px; } 100% { background-position: 0 0; } }
@keyframes pb-tune { from { opacity: 0.95; } }
@keyframes pb-burst { 0%, 90%, 97%, 100% { opacity: 0.1; } 91%, 93% { opacity: 0.7; } 92%, 94% { opacity: 0.35; } }
@keyframes pb-spin { 0%, 72% { rotate: y 0deg; } 100% { rotate: y 360deg; } }
@keyframes pb-static { 0% { opacity: 1; clip-path: inset(0 0 0 0); } 100% { opacity: 1; clip-path: inset(0 0 0 100%); } }
@keyframes pb-wipe { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
@keyframes pb-jolt { 0%, 90%, 95%, 100% { translate: 0 0; filter: none; } 91% { translate: -10px 2px; filter: hue-rotate(40deg); } 92% { translate: 8px -3px; } 93% { translate: -4px 0; filter: hue-rotate(-30deg); } 94% { translate: 0 0; } }
@keyframes pb-slices {
  0%, 90%, 100% { clip-path: inset(0 0 0 0); translate: 0 0; }
  91% { clip-path: inset(12% 0 52% 0); translate: -16px 0; }
  92% { clip-path: inset(58% 0 8% 0); translate: 14px 0; }
  93% { clip-path: inset(30% 0 36% 0); translate: -7px 0; }
  94% { clip-path: inset(0 0 0 0); translate: 0 0; }
}
@keyframes pb-handheld { 0%, 100% { translate: 0 0; rotate: 0deg; } 25% { translate: -5px 3px; rotate: -0.3deg; } 50% { translate: 4px -3px; rotate: 0.25deg; } 75% { translate: 2px 4px; rotate: -0.15deg; } }

/* the lower third animates on, piece by piece */
.wm-copy__bar { animation: pb-wipe 0.45s cubic-bezier(0.7, 0, 0.2, 1) 0.35s both; }
.wm-headline { animation: pb-wipe 0.55s cubic-bezier(0.7, 0, 0.2, 1) 0.5s both; }
.wm-subhead { animation: pb-wipe 0.5s cubic-bezier(0.7, 0, 0.2, 1) 0.68s both; }
.wm-cta { animation: pb-wipe 0.5s cubic-bezier(0.7, 0, 0.2, 1) 0.82s both; }
.wm-dialog { animation: pb-wipe 0.45s cubic-bezier(0.7, 0, 0.2, 1) both; }
.wm-dialog--1 { animation-delay: 1s; }
.wm-dialog--3 { animation-delay: 1.15s; }
.wm-media { animation: pb-jolt 9s linear 3s infinite; }

/* glitch: the chyron and the section titles tear now and then */
.wl-motion-glitch .wm-headline { animation: pb-wipe 0.55s cubic-bezier(0.7, 0, 0.2, 1) 0.5s both, pb-slices 7s steps(1, end) 3.4s infinite; }
.wl-motion-glitch .wl-in .wl-sec__title { animation: pb-slices 5s steps(1, end) 1.2s 2; }

/* hero motion: a handheld camera, not a wobbling set (the jolt stays on the frame,
   the sway moves the picture inside it) */
.wl-hero-wobble [data-wl="hero-media"] { animation: pb-jolt 9s linear 3s infinite; }
.wl-hero-wobble .wm-media .wl-hero-img { scale: 1.05; animation: pb-handheld 6.5s ease-in-out infinite; }

/* ================================================================ phone */

@media (max-width: 860px) {
  .wm-hero { border-radius: 20px; }
  .wm-stage { padding-top: 0; }
  .wm-screen { margin: 0 -16px; width: auto; }
  .wm-alarm { padding-left: 0; height: 38px; font-size: 16px; }
  .wm-alarm::before { display: none; }
  .wm-crawl { height: 46px; font-size: 17px; }
  .wm-crawl__label { padding: 0 22px 0 14px; }
  .wm-crawl::after { display: none; }
  .wm-osd { top: 14px; left: 16px; font-size: 13px; }
  .wm-osd__ch { display: none; }
  .wm-bug { top: 12px; right: 14px; }
  .wm-bug::before { width: 32px; height: 32px; }
  .wm-bug__tick { font-size: 12px; }
  .wm-kicker { font-size: 14px; }
  .wm-kicker span { white-space: normal; }
  .wm-copy[data-wm-len] .wm-headline, .wm-headline { font-size: clamp(2.1rem, 10.4vw, 3.4rem); }
  .wm-copy[data-wm-len="s"] .wm-headline { font-size: clamp(2.4rem, 12vw, 3.8rem); }
  .wm-copy[data-wm-len="l"] .wm-headline { font-size: clamp(1.8rem, 8vw, 2.6rem); }
  .wm-copy[data-wm-len="xl"] .wm-headline { font-size: clamp(1.6rem, 6.8vw, 2.2rem); }
  .wm-top__net { display: none; }
  .wm-top__status { padding: 7px 10px 6px; }
  .wl-fact__mark { padding: 0 14px; }
  .wl-fact__mark::after { display: none; }
  .wl-fact__text { padding-right: 28px; }
  .wl-ms { grid-template-columns: 22px minmax(0, 1fr); column-gap: 16px; }
  .wl-ms__dot { grid-row: 1 / span 3; }
  .wl-ms__when, .wl-ms__title, .wl-ms__text { grid-column: 2; grid-row: auto; }
  .wl-ms__when { margin-bottom: 8px; }
  .wm-stack .wm-dialog { display: none; }
  .wm-feed { width: 100%; }
  .wm-cta .wl-btn { flex: 1 1 auto; justify-content: center; }
  .wl-gallery[data-count="3"] { grid-template-columns: minmax(0, 1fr); }
  .wl-gallery[data-count="3"] .wl-shot:first-child { grid-row: auto; }
  .wl-gallery[data-count="3"] .wl-shot:first-child img { aspect-ratio: 16 / 9; height: auto; }
  .wl-ca { grid-template-columns: minmax(0, 1fr) auto; }
  .wl-ca__label { grid-column: 1 / -1; padding: 9px 16px; clip-path: none; }
  .wl-qa__a { padding-left: 24px; }
  .wm-media.wl-media--pfp, .wm-media.wl-media--pfp-animated, .wm-screen[data-wm-shape] .wm-media { inset: 0; width: auto; height: auto; margin: 0; box-shadow: none; }
  .wl-sec__head { grid-template-columns: minmax(0, 1fr); }
  .wl-sec__head::after { grid-column: 1; grid-row: auto; margin: 20px 0 0; }
  .wl-lore { grid-template-columns: minmax(0, 1fr); }
  .wl-lore__lead { grid-row: auto; margin-bottom: 1.1em; }
  .wl-lore__p { grid-column: 1; }
}
