/* celebrity-person / campaign-poster
   A flat two-tone campaign poster, generic (no party, no country, no flag): cream stock
   with a print grain, the art posterized into ink / brand colour / paper by the tritone
   filter, the slogan stacked in giant condensed caps with every line set to the column's
   width, round pin-back badges, a sash, bold stripes, ballot-box calls to action, a chant
   band. The sections are campaign material in full-bleed colour blocks: the platform,
   voices from the rally, rally photos, the trail, the fact sheet, a town hall, the ticket.
   Polarity: always light paper; the brand's accent is the second ink. */

:root {
  --cp-paper: color-mix(in srgb, #f4ebd7 94%, var(--wl-accent) 6%);
  --cp-paper-2: color-mix(in srgb, #e6d9bc 90%, var(--wl-accent) 10%);
  --cp-ink: #17122b;
  --cp-hot: var(--wl-accent);
  --cp-hot-text: var(--wl-accent-on-light);
  --cp-on-hot: var(--wl-on-accent);
  --cp-slogan: Impact, Haettenschweiler, "Arial Narrow Bold", "Helvetica Neue Condensed Black", "Arial Black", sans-serif;
  --cp-label: "Bahnschrift Condensed", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --cp-body: "Franklin Gothic Book", "Libre Franklin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --cp-strong: "Franklin Gothic Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;

  /* the tritone the art is printed in (app.js writes these into #cel-tritone) */
  --cel-tone-dark: var(--cp-ink);
  --cel-tone-mid: var(--cp-hot);
  --cel-tone-light: var(--cp-paper);
  --cel-tone-cuts: 0.3 0.66;

  --v-bg: var(--cp-paper);
  --v-fg: var(--cp-ink);
  --v-soft: color-mix(in srgb, var(--cp-ink) 82%, var(--cp-paper));
  --v-faint: color-mix(in srgb, var(--cp-ink) 62%, var(--cp-paper));
  --v-line: color-mix(in srgb, var(--cp-ink) 18%, transparent);
  --v-line-strong: var(--cp-ink);
  --v-surface: var(--cp-paper);
  --v-surface-2: var(--cp-paper-2);
  --v-card-bg: var(--cp-paper);
  --v-accent: var(--cp-hot);
  --v-accent-text: var(--cp-hot-text);
  --v-on-accent: var(--cp-on-hot);
  --v-secondary: var(--wl-secondary-on-light);
  --v-seg-1: var(--cp-hot);
  --v-seg-2: var(--cp-ink);
  --v-seg-3: color-mix(in srgb, var(--cp-hot) 45%, var(--cp-paper));
  --v-seg-4: color-mix(in srgb, var(--cp-ink) 50%, var(--cp-paper));
  --v-seg-5: color-mix(in srgb, var(--cp-hot) 60%, var(--cp-ink));
  --v-seg-6: var(--cp-paper-2);
  --v-font-body: var(--cp-body);
  --v-font-display: var(--cp-slogan);
  --v-font-mono: "Cascadia Mono", "SF Mono", ui-monospace, Menlo, Consolas, monospace;
  --v-display-weight: 400;
  --v-display-tracking: 0.005em;
  --v-display-case: uppercase;
  --v-display-lh: 0.9;
  --v-title-size: clamp(2.9rem, 6.6vw, 6.2rem);
  --v-body-size: clamp(1.02rem, 0.3vw + 0.96rem, 1.14rem);
  --v-radius: 0px;
  --v-radius-sm: 0px;
  --v-radius-lg: 0px;
  --v-border: 3px solid var(--cp-ink);
  --v-shadow: 8px 8px 0 var(--cp-ink);
  --v-card-pad: clamp(22px, 2.6vw, 32px);
  --v-maxw: 1180px;
  --v-sec-gap: clamp(64px, 8vw, 116px);
  --v-ease: cubic-bezier(0.16, 1, 0.3, 1);

  --wl-label-lore: "The platform";
  --wl-label-features: "The plan";
  --wl-label-supply: "The budget";
  --wl-label-flow: "How it works";
  --wl-label-timeline: "The trail";
  --wl-label-comparison: "Head to head";
  --wl-label-stats: "By the numbers";
  --wl-label-tweet: "The statement";
  --wl-label-gallery: "Rally photos";
  --wl-label-facts: "Fact sheet";
  --wl-label-quotes: "Voices from the rally";
  --wl-label-faq: "Town hall";
  --wl-label-access: "Get on the ticket";

  /* skeleton knobs */
  --cel-top-h: 58px;
  --cp-band-h: 64px;
  --cel-hero-minh: calc(100vh - var(--cel-top-h) - var(--cp-band-h));
  --cel-hero-cols: minmax(0, 0.9fr) minmax(0, 1.1fr);
  --cel-hero-rows: minmax(0, 1fr) 0px;
  --cel-hero-areas: "stage copy" "altar altar";
  --cel-hero-areas-phone: "stage" "copy" "altar";
  --cel-hero-gap: 0px;
  --cel-hero-pad: 0;
  --cel-hero-pad-phone: 0;
  --cel-stage-h: auto;
  --cel-stage-align: stretch;
  --cel-stage-h-phone: min(96vw, 500px);
}
html.wl-dark { --cp-ink: color-mix(in srgb, var(--wl-bg) 72%, #0b0e22); }
html.wl-light { --cp-ink: color-mix(in srgb, var(--wl-fg) 70%, #0b0e22); }

body {
  background-color: var(--cp-paper);
  background-image: linear-gradient(color-mix(in srgb, var(--cp-paper) 58%, transparent), color-mix(in srgb, var(--cp-paper) 58%, transparent)), url("../art/grain.svg");
  background-size: auto, 240px 240px;
  color: var(--cp-ink);
}
::selection { background: var(--cp-hot); color: var(--cp-on-hot); }

/* ------------------------------------------------------------------ top bar */
.cel-top { background: var(--cp-ink); color: var(--cp-paper); border-bottom: 6px solid var(--cp-hot); }
.cel-brand__mark { border-radius: 50%; box-shadow: 0 0 0 2px var(--cp-paper), 0 0 0 4px var(--cp-hot); filter: url(#cel-tritone); }
.cel-brand__name { font-family: var(--cp-slogan); font-size: 1.55rem; line-height: 1; text-transform: uppercase; letter-spacing: 0.02em; }
.cel-brand__tick { padding: 3px 8px 2px; background: var(--cp-hot); color: var(--cp-on-hot); font-family: var(--cp-label); font-weight: 700; font-size: 0.84rem; letter-spacing: 0.1em; }
.cel-top__nav .wl-nav__link { font-family: var(--cp-label); font-weight: 700; font-size: 0.86rem; letter-spacing: 0.1em; text-transform: uppercase; color: color-mix(in srgb, var(--cp-paper) 70%, transparent); }
.cel-top__nav .wl-nav__link:hover, .cel-top__nav .wl-nav__link.is-active { color: var(--cp-paper); box-shadow: inset 0 -4px 0 var(--cp-hot); }
.cel-top__net { font-family: var(--cp-label); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cp-hot); }
.cel-top__net::before { content: "\2605\00a0"; }

/* ------------------------------------------------------------------ hero */
.cel-lights, .cel-altar, .cel-squiggle, .cel-card, .cel-doodle,
.cel-photo--s1, .cel-photo--s2, .cel-photo--s3, .cel-photo__cap, .cel-meta { display: none; }

.cel-hero__ground::after {
  content: "\2605"; position: absolute; right: -7vw; top: 50%; translate: 0 -54%;
  font-family: Arial, sans-serif; font-size: min(92vh, 60vw); line-height: 1;
  color: color-mix(in srgb, var(--cp-hot) 8%, transparent);
}
.cel-hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; z-index: 6; height: 14px;
  background: linear-gradient(180deg, var(--cp-hot) 0 6px, var(--cp-paper) 6px 9px, var(--cp-ink) 9px 14px);
}

/* the art panel: the hero printed in three inks, a halftone, a stripe down the seam */
.cel-photo--main {
  position: absolute; inset: 0 0 14px 0; margin: 0;
  background: var(--cp-ink);
  animation: cp-wipe 1.1s var(--v-ease) 0.1s both;
}
.cel-photo--main .cel-photo__frame { position: absolute; inset: 0; }
.cel-photo__frame .wl-hero-img { filter: url(#cel-tritone); }
.cel-photo__frame::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(circle, var(--cp-ink) 0 1.2px, transparent 1.7px) 0 0 / 7px 7px;
  mix-blend-mode: multiply; opacity: 0.5;
  -webkit-mask-image: linear-gradient(200deg, transparent 38%, #000 100%);
  mask-image: linear-gradient(200deg, transparent 38%, #000 100%);
}
.cel-hero__stage::after {
  content: ""; position: absolute; z-index: 3; top: 0; bottom: 14px; right: 0; width: 28px;
  background: linear-gradient(90deg, var(--cp-hot) 0 11px, var(--cp-paper) 11px 16px, var(--cp-ink) 16px 28px);
}

.cel-sash {
  left: -64px; top: 40px; width: 280px;
  padding: 7px 0 5px;
  rotate: -45deg;
  background: var(--cp-hot); color: var(--cp-on-hot);
  border-block: 4px solid var(--cp-ink);
  font-family: var(--cp-slogan); font-size: 1.55rem; line-height: 1; letter-spacing: 0.06em; text-align: center; text-transform: uppercase;
  box-shadow: 0 8px 0 rgb(0 0 0 / 0.14);
  animation: cp-sash 0.9s var(--v-ease) 0.9s both;
}
.cel-sash__text::before, .cel-sash__text::after { content: "\2605"; margin: 0 0.35em; font-size: 0.7em; vertical-align: 0.15em; }

/* pin-back badges */
.cel-badge {
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px rgb(0 0 0 / 0.12), 7px 9px 0 rgb(0 0 0 / 0.16);
  animation: cp-pop 0.8s var(--v-spring) both;
}
.cel-badge::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%; pointer-events: none;
  background: radial-gradient(ellipse 58% 40% at 32% 22%, rgb(255 255 255 / 0.5), transparent 62%);
}
.cel-badge--main {
  right: -84px; bottom: 11%;
  width: clamp(150px, 15.5vw, 206px); aspect-ratio: 1;
  background: var(--cp-hot); color: var(--cp-on-hot);
  border: 5px solid var(--cp-paper); outline: 3px solid var(--cp-ink);
  rotate: -9deg;
  animation-delay: 1.05s;
}
.cel-badge__img {
  left: 21%; top: 21%; width: 58%; height: 58%;
  border-radius: 50%; border: 3px solid var(--cp-ink);
  background: var(--cp-ink);
  filter: url(#cel-tritone);
}
.cel-badge__arc { font-family: var(--cp-label); font-weight: 700; font-size: 17px; letter-spacing: 0.16em; text-transform: uppercase; fill: currentColor; }
.cel-badge__arc--bot { font-size: 15px; letter-spacing: 0.12em; }
.cel-badge--love {
  right: 8%; top: 7%;
  width: clamp(104px, 10.5vw, 138px); aspect-ratio: 1;
  background: var(--cp-ink); color: var(--cp-paper);
  border: 4px solid var(--cp-hot); outline: 3px solid var(--cp-paper);
  display: grid; place-content: center; gap: 2px;
  rotate: 9deg;
  animation-delay: 1.2s;
}
.cel-badge__small { font-family: var(--cp-label); font-weight: 700; font-size: clamp(0.8rem, 1vw, 0.98rem); letter-spacing: 0.16em; color: var(--cp-hot); }
.cel-badge__big { font-family: var(--cp-slogan); font-size: clamp(1.35rem, 2.2vw, 1.95rem); line-height: 1; letter-spacing: 0.01em; text-transform: uppercase; }
.cel-badge--star { display: none; }
/* no pfp: the big badge carries a star instead of a face */
.cel-badge--main:not(:has(.cel-badge__img))::before { content: "\2605"; font-size: clamp(2.6rem, 4vw, 3.6rem); line-height: 1; color: var(--cp-paper); text-shadow: 3px 3px 0 var(--cp-ink); }

/* the copy: kicker, the stacked slogan, a double rule, ballot boxes */
.cel-hero__copy {
  align-self: center;
  padding: clamp(28px, 5.5vh, 56px) var(--v-pad-x) clamp(34px, 6vh, 60px) clamp(96px, 9.4vw, 128px);
}
.cel-hero__kicker { margin: 0 0 16px; }
.cel-hero__kicker-text {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--cp-label); font-weight: 700; font-size: 1rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--cp-hot-text);
}
.cel-hero__kicker-text::before, .cel-hero__kicker-text::after { content: "\2605"; color: var(--cp-ink); letter-spacing: 0; }
.cel-hero__headline {
  --cel-fit: stack;
  --cel-fit-h: clamp(190px, 36vh, 330px);
  --cel-fit-lh: 0.86;
  --cel-fit-lines: 4;
  font-family: var(--cp-slogan);
  font-weight: 400;
  font-size: clamp(3rem, 6.6vw, 6.2rem);
  line-height: 0.86;
  letter-spacing: 0.004em;
  text-transform: uppercase;
  color: var(--cp-ink);
}
.cel-hero__headline .cel-line { line-height: 0.86; padding-top: 0.02em; }
.cel-hero__headline .cel-line:nth-child(even) { color: var(--cp-hot); }
.cel-hero__headline::after {
  content: ""; display: block; width: var(--cel-fit-w, 100%); height: 13px; margin-top: 16px;
  background: linear-gradient(var(--cp-hot), var(--cp-hot)) 0 0 / 100% 7px no-repeat, linear-gradient(var(--cp-ink), var(--cp-ink)) 0 10px / 100% 3px no-repeat;
}
.cel-fitted .cel-line { animation: cp-in-l 0.9s var(--v-ease) both; animation-delay: calc(var(--l, 0) * 120ms + 250ms); }
.cel-fitted .cel-line:nth-child(even) { animation-name: cp-in-r; }

.cel-hero__subhead { margin: 18px 0 0; max-width: 34rem; font-family: var(--cp-strong); font-size: clamp(1.04rem, 1.3vw, 1.2rem); line-height: 1.42; color: var(--cp-ink); }

.cel-hero__cta { margin-top: 22px; gap: 12px 14px; }
.cel-hero__cta::before { content: ""; order: 1; flex-basis: 100%; height: 0; margin-top: -12px; }
.cel-hero__cta .wl-btn { order: 2; }
.cel-hero__cta .wl-btn--primary { order: 0; }
.cel-hero__cta .wl-btn {
  gap: 10px;
  padding: 10px 16px 10px 12px;
  border: 3px solid var(--cp-ink); border-radius: 0;
  background: var(--cp-paper); color: var(--cp-ink);
  font-family: var(--cp-label); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.08em; text-transform: uppercase;
  box-shadow: 5px 5px 0 var(--cp-ink);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.cel-hero__cta .wl-btn .wl-glyph { display: none; }
.cel-hero__cta .wl-btn::before {
  content: ""; flex: none; display: grid; place-items: center;
  width: 22px; height: 22px; border: 3px solid currentColor;
  font-family: "Segoe UI Symbol", "Arial Unicode MS", sans-serif; font-size: 17px; line-height: 1; font-weight: 700;
}
.cel-hero__cta .wl-btn:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--cp-ink); border-color: var(--cp-ink); }
.cel-hero__cta .wl-btn:hover::before { content: "\2715"; color: var(--cp-hot-text); }
.cel-hero__cta .wl-btn--primary { padding: 13px 20px 13px 14px; font-size: 1.05rem; background: var(--cp-ink); color: var(--cp-paper); }
.cel-hero__cta .wl-btn--primary::before, .cel-hero__cta .wl-btn--primary:hover::before { content: "\2715"; color: var(--cp-hot); border-color: var(--cp-paper); }
.cel-hero__cta .wl-btn--primary:hover { background: var(--cp-ink); box-shadow: 2px 2px 0 var(--cp-hot); }
.cel-hero__cta .wl-btn--primary { box-shadow: 5px 5px 0 var(--cp-hot); }
.cel-hero__cta .wl-btn__ca { padding-left: 10px; border-left: 2px solid color-mix(in srgb, var(--cp-paper) 35%, transparent); font-size: 0.8em; letter-spacing: 0; text-transform: none; opacity: 0.8; }

/* the chant band: on the first screen, under the stripes */
.cel-band {
  display: flex; align-items: center;
  height: var(--cp-band-h);
  background: var(--cp-ink); color: var(--cp-paper);
  font-family: var(--cp-slogan); font-size: clamp(1.5rem, 2.4vw, 2.1rem); line-height: 1; letter-spacing: 0.02em; text-transform: uppercase;
}
.cel-band .wl-marquee__item { display: inline-flex; align-items: center; gap: 0.75em; padding: 0 0 0 0.75em; }
.cel-band .wl-marquee__item::after { content: "\2605"; color: var(--cp-hot); font-size: 0.62em; }

/* ------------------------------------------------------------------ sections */
.cel-flow { padding-bottom: 0; }
.wl-sec { padding: var(--v-sec-gap) var(--v-pad-x); }
.wl-sec + .wl-sec::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 12px;
  background: linear-gradient(180deg, var(--cp-ink) 0 5px, transparent 5px 7px, var(--cp-hot) 7px 12px);
}
.wl-sec__head { margin-bottom: clamp(28px, 4vw, 54px); max-width: 60rem; }
.wl-kicker {
  display: inline-flex; gap: 0.7em;
  margin: 0 0 22px; padding: 7px 14px 6px;
  background: var(--cp-ink); color: var(--cp-paper);
  font-family: var(--cp-label); font-weight: 700; font-size: 0.86rem; letter-spacing: 0.2em;
}
.wl-kicker .wl-ord { color: var(--cp-hot); opacity: 1; }
.wl-kicker::after { content: "\2605"; color: var(--cp-hot); letter-spacing: 0; }
.wl-sec__title { color: var(--v-fg); }

/* colour blocks: loud ones in the brand colour, dark ones in ink */
.wl-sec--quotes, .wl-sec--access {
  background: var(--cp-hot);
  --v-fg: var(--cp-on-hot);
  --v-soft: color-mix(in srgb, var(--cp-on-hot) 84%, var(--cp-hot));
  --v-faint: color-mix(in srgb, var(--cp-on-hot) 66%, var(--cp-hot));
  --v-line: color-mix(in srgb, var(--cp-on-hot) 26%, transparent);
  --v-accent-text: var(--cp-on-hot);
  color: var(--v-fg);
}
.wl-sec--quotes .wl-kicker .wl-ord, .wl-sec--quotes .wl-kicker::after, .wl-sec--access .wl-kicker .wl-ord, .wl-sec--access .wl-kicker::after { color: var(--cp-paper); }
.wl-sec--gallery, .wl-sec--facts, .wl-sec--tweet {
  background: var(--cp-ink);
  --v-fg: var(--cp-paper);
  --v-soft: color-mix(in srgb, var(--cp-paper) 82%, var(--cp-ink));
  --v-faint: color-mix(in srgb, var(--cp-paper) 62%, var(--cp-ink));
  --v-line: color-mix(in srgb, var(--cp-paper) 22%, transparent);
  --v-accent-text: var(--wl-accent-on-dark);
  color: var(--v-fg);
}
.wl-sec--gallery .wl-kicker, .wl-sec--facts .wl-kicker, .wl-sec--tweet .wl-kicker { background: var(--cp-hot); color: var(--cp-on-hot); }
.wl-sec--gallery .wl-kicker .wl-ord, .wl-sec--gallery .wl-kicker::after,
.wl-sec--facts .wl-kicker .wl-ord, .wl-sec--facts .wl-kicker::after,
.wl-sec--tweet .wl-kicker .wl-ord, .wl-sec--tweet .wl-kicker::after { color: var(--cp-on-hot); }

/* cards on any block are paper, ink on paper */
.wl-quote, .wl-ca, .wl-post, .wl-feature, .wl-node__card, .wl-graphic--supply, .wl-graphic--comparison {
  --v-fg: var(--cp-ink);
  --v-soft: color-mix(in srgb, var(--cp-ink) 82%, var(--cp-paper));
  --v-faint: color-mix(in srgb, var(--cp-ink) 62%, var(--cp-paper));
  --v-line: color-mix(in srgb, var(--cp-ink) 18%, transparent);
  --v-accent-text: var(--cp-hot-text);
  color: var(--v-fg);
}

/* lore: the platform, title left, statement right, a drop cap */
.wl-sec--lore .wl-sec__inner, .wl-sec--faq .wl-sec__inner {
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(28px, 5vw, 76px); align-items: start;
}
.wl-sec--lore .wl-sec__head, .wl-sec--faq .wl-sec__head { position: sticky; top: calc(var(--cel-top-h) + 28px); margin: 0; }
.wl-lore { max-width: none; padding-top: 22px; border-top: 7px solid var(--cp-ink); }
.wl-lore__lead { font-family: var(--cp-strong); font-size: clamp(1.35rem, 2.05vw, 1.78rem); line-height: 1.28; font-weight: 400; color: var(--cp-ink); }
.wl-lore__lead::first-letter { float: left; margin: 0.05em 0.1em 0 0; font-family: var(--cp-slogan); font-size: 3.7em; line-height: 0.8; color: var(--cp-hot); }
.wl-lore__p { max-width: none; font-size: 1.14rem; line-height: 1.6; color: var(--v-soft); }
.wl-lore__p:last-child { margin-bottom: 0; padding: 14px 18px; background: var(--cp-ink); color: var(--cp-paper); font-family: var(--cp-strong); }

/* quotes: voices from the rally, paper cards with a round quote badge */
.wl-quotes { gap: clamp(26px, 3vw, 40px); padding-top: 24px; }
.wl-quote {
  padding: 58px 26px 26px;
  background: var(--cp-paper);
  border: 4px solid var(--cp-ink); border-radius: 0;
  box-shadow: 10px 10px 0 var(--cp-ink);
}
.wl-quote::before {
  content: "\201C"; top: -34px; left: 22px;
  width: 70px; height: 70px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--cp-ink); color: var(--cp-hot);
  border: 4px solid var(--cp-paper); box-shadow: 0 0 0 3px var(--cp-ink);
  font-family: Georgia, "Times New Roman", serif; font-size: 4.2rem; line-height: 1; padding-top: 0.32em;
}
.wl-quote:nth-child(3n+2) { background: var(--cp-ink); color: var(--cp-paper); --v-fg: var(--cp-paper); border-color: var(--cp-ink); box-shadow: 10px 10px 0 var(--cp-paper); }
.wl-quote:nth-child(3n+2)::before { background: var(--cp-paper); color: var(--cp-hot-text); border-color: var(--cp-ink); box-shadow: 0 0 0 3px var(--cp-paper); }
.wl-quote__text { font-family: var(--cp-strong); font-size: clamp(1.18rem, 1.6vw, 1.36rem); line-height: 1.32; font-weight: 400; }
.wl-quote__who {
  display: inline-block; padding: 6px 11px 5px;
  background: var(--cp-hot); color: var(--cp-on-hot);
  font-family: var(--cp-label); font-weight: 700; font-size: 0.84rem; letter-spacing: 0.1em; text-transform: uppercase;
}
.wl-quote__who::before { content: "\2014\00a0"; }
.wl-quote__who a { color: inherit; text-decoration: none; }
.wl-quote__who a:hover { text-decoration: underline; }

/* gallery: rally photos, printed in the same three inks; full colour on hover */
.wl-gallery { gap: 20px; }
.wl-gallery[data-count="3"] { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); }
.wl-gallery[data-count="3"] .wl-shot:first-child { grid-column: auto; grid-row: span 2; }
.wl-gallery[data-count="3"] .wl-shot:first-child img { aspect-ratio: auto; height: 100%; }
.wl-shot { border: 4px solid var(--cp-paper); border-radius: 0; background: var(--cp-ink); }
.wl-shot img { aspect-ratio: 16 / 10; filter: url(#cel-tritone); }
.wl-shot:hover img { filter: none; }
.wl-shot::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(circle, var(--cp-ink) 0 1.1px, transparent 1.6px) 0 0 / 6px 6px;
  mix-blend-mode: multiply; opacity: 0.45;
  -webkit-mask-image: linear-gradient(160deg, transparent 45%, #000 100%);
  mask-image: linear-gradient(160deg, transparent 45%, #000 100%);
  transition: opacity 0.3s;
}
.wl-shot:hover::before { opacity: 0; }
.wl-shot__caption {
  z-index: 2;
  left: 0; right: auto; bottom: 0; max-width: 90%;
  padding: 8px 14px 7px;
  background: var(--cp-hot); color: var(--cp-on-hot);
  border-radius: 0; backdrop-filter: none;
  font-family: var(--cp-label); font-weight: 700; font-size: 0.92rem; letter-spacing: 0.1em; text-transform: uppercase;
}
.wl-shot::after {
  content: "\2605"; position: absolute; z-index: 2; top: 10px; right: 10px;
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  background: var(--cp-paper); color: var(--cp-hot-text); font-size: 20px; line-height: 1;
  box-shadow: 0 0 0 3px var(--cp-ink);
}

/* timeline: the trail, a dashed route through round stops */
.wl-milestones { max-width: none; }
.wl-ms__dot { width: 30px; height: 30px; background: none; }
.wl-ms__ring { fill: var(--cp-hot); stroke: var(--cp-ink); stroke-width: 3; }
.wl-ms__core { fill: var(--cp-paper); }
.wl-ms--done .wl-ms__ring { fill: var(--cp-ink); }
.wl-ms__tick { stroke: var(--cp-paper); }
.wl-ms__when { font-family: var(--cp-label); font-weight: 700; font-size: 0.92rem; letter-spacing: 0.14em; color: var(--cp-hot-text); }
.wl-ms__title { font-family: var(--cp-slogan); font-weight: 400; font-size: clamp(1.5rem, 2.1vw, 1.9rem); line-height: 0.95; text-transform: uppercase; }
.wl-ms__text { font-size: 1rem; line-height: 1.5; }
@media (min-width: 861px) {
  .wl-milestones:is([data-count="2"], [data-count="3"], [data-count="4"], [data-count="5"], [data-count="6"]) {
    grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 28px;
  }
  .wl-milestones:is([data-count="2"], [data-count="3"], [data-count="4"], [data-count="5"], [data-count="6"])::before {
    left: 0; right: 0; top: 24px; bottom: auto; width: auto; height: 6px;
    background: repeating-linear-gradient(90deg, var(--cp-ink) 0 22px, transparent 22px 32px);
  }
  .wl-milestones:is([data-count="2"], [data-count="3"], [data-count="4"], [data-count="5"], [data-count="6"]) .wl-ms { grid-template-columns: 1fr; gap: 20px; }
  .wl-milestones:is([data-count="2"], [data-count="3"], [data-count="4"], [data-count="5"], [data-count="6"]) .wl-ms__dot { width: 54px; height: 54px; }
  .wl-milestones:is([data-count="2"], [data-count="3"], [data-count="4"], [data-count="5"], [data-count="6"]) .wl-ms__body { padding-top: 16px; border-top: 4px solid var(--cp-ink); }
}

/* facts: the fact sheet, a paper ballot with every box checked */
.wl-sec--facts .wl-sec__body { display: flex; justify-content: center; }
.wl-facts {
  position: relative;
  width: 100%; max-width: 58rem; gap: 0;
  padding: 58px clamp(20px, 4vw, 44px) 26px;
  background:
    linear-gradient(var(--cp-hot), var(--cp-hot)) 0 0 / 100% 34px no-repeat,
    linear-gradient(var(--cp-ink), var(--cp-ink)) 0 34px / 100% 4px no-repeat,
    var(--cp-paper);
  color: var(--cp-ink);
  box-shadow: 12px 12px 0 var(--cp-hot);
  --v-fg: var(--cp-ink);
}
.wl-facts::before, .wl-facts::after { content: "\2605  \2605  \2605"; position: absolute; top: 7px; color: var(--cp-on-hot); font-size: 15px; letter-spacing: 0.3em; white-space: pre; }
.wl-facts::before { left: clamp(20px, 4vw, 44px); }
.wl-facts::after { right: clamp(12px, 3.4vw, 36px); }
.wl-fact {
  grid-template-columns: 50px 1fr; gap: 22px; align-items: center;
  padding: 18px 0;
  border: 0; border-bottom: 2px dashed color-mix(in srgb, var(--cp-ink) 35%, transparent); border-radius: 0;
  background: none;
  color: var(--cp-ink);
  font-family: var(--cp-strong); font-size: clamp(1.1rem, 1.7vw, 1.4rem); line-height: 1.3;
}
.wl-fact:last-child { border-bottom: 0; }
.wl-fact__mark { width: 42px; height: 42px; border-radius: 0; background: var(--cp-paper); color: var(--cp-hot-text); box-shadow: inset 0 0 0 3px var(--cp-ink); }
.wl-fact__mark .wl-glyph { width: 30px; height: 30px; stroke-width: 3.6; }

/* faq: the town hall */
.wl-faq { max-width: none; gap: 0; }
.wl-qa { border: 0; border-top: 4px solid var(--cp-ink); border-radius: 0; background: none; }
.wl-qa:last-child { border-bottom: 4px solid var(--cp-ink); }
.wl-qa__q { padding: 18px 0; font-family: var(--cp-slogan); font-weight: 400; font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.02; letter-spacing: 0.01em; text-transform: uppercase; }
.wl-qa__sign { width: 36px; height: 36px; border-radius: 50%; background: var(--cp-hot); color: var(--cp-on-hot); box-shadow: 0 0 0 3px var(--cp-ink); }
.wl-qa__sign::before, .wl-qa__sign::after { left: 9px; right: 9px; height: 4px; margin-top: -2px; }
.wl-qa__a { max-width: 44rem; padding: 0 0 24px; font-size: 1.12rem; line-height: 1.6; color: var(--v-soft); }

/* access: get on the ticket, a ballot slip and round badges */
.wl-access { max-width: 66rem; gap: 30px; }
.wl-access__net { font-family: var(--cp-label); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.18em; color: var(--v-fg); }
.wl-ca {
  gap: 0; padding: 0;
  background: var(--cp-paper); color: var(--cp-ink);
  border: 4px solid var(--cp-ink); border-radius: 0;
  box-shadow: 10px 10px 0 var(--cp-ink);
}
.wl-ca__label { align-self: stretch; display: grid; place-items: center; padding: 10px 18px; background: var(--cp-ink); color: var(--cp-paper); font-family: var(--cp-label); font-weight: 700; font-size: 0.86rem; letter-spacing: 0.18em; }
.wl-ca__value { padding: 18px 20px; font-size: clamp(0.78rem, 1.35vw, 1.06rem); font-weight: 600; color: var(--cp-ink); }
.wl-ca .wl-copy {
  align-self: stretch; padding: 12px 22px; border-radius: 0;
  background: var(--cp-hot); color: var(--cp-on-hot);
  border-left: 4px solid var(--cp-ink);
  font-family: var(--cp-label); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
}
.wl-access .wl-links { gap: 18px; }
.wl-access .wl-link {
  width: 132px; height: 132px; padding: 12px;
  flex-direction: column; justify-content: center; gap: 6px;
  border-radius: 50%;
  border: 4px solid var(--cp-paper);
  background: var(--cp-ink); color: var(--cp-paper);
  box-shadow: 0 0 0 3px var(--cp-ink), 6px 8px 0 3px rgb(0 0 0 / 0.18);
  font-family: var(--cp-label); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; text-align: center;
  overflow-wrap: anywhere;
  rotate: calc(var(--r1, 0) * 9deg);
}
.wl-access .wl-link:nth-child(even) { background: var(--cp-paper); color: var(--cp-ink); border-color: var(--cp-ink); box-shadow: 0 0 0 3px var(--cp-paper), 6px 8px 0 3px rgb(0 0 0 / 0.18); }
.wl-access .wl-link .wl-glyph { width: 28px; height: 28px; color: var(--cp-hot); }
.wl-access .wl-link:nth-child(even) .wl-glyph { color: var(--cp-hot-text); }
.wl-access .wl-link:hover { transform: scale(1.06); border-color: var(--cp-paper); }
.wl-access .wl-link span { max-width: 100%; text-wrap: balance; }
.wl-access .wl-link--x span { font-size: 0.7rem; letter-spacing: 0.02em; }

/* other kinds a brief may bring */
.wl-feature { border: 3px solid var(--cp-ink); border-radius: 0; background: var(--cp-paper); box-shadow: 8px 8px 0 var(--cp-ink); }
.wl-feature:hover { border-color: var(--cp-ink); }
.wl-feature__icon { border-radius: 50%; background: var(--cp-hot); color: var(--cp-on-hot); box-shadow: 0 0 0 3px var(--cp-ink); }
.wl-feature__icon img { filter: url(#cel-tritone); }
.wl-feature__title { font-family: var(--cp-slogan); font-weight: 400; font-size: 1.6rem; text-transform: uppercase; }
.wl-graphic--supply, .wl-graphic--comparison { padding: clamp(22px, 4vw, 44px); background: var(--cp-paper); border: 4px solid var(--cp-ink); box-shadow: 10px 10px 0 var(--cp-ink); }
.wl-donut__track, .wl-ring__track { stroke: var(--cp-paper-2); }
.wl-donut__value, .wl-ring__value, .wl-stat__value, .wl-bar__value, .wl-legend__value { font-family: var(--cp-slogan); font-weight: 400; }
.wl-stats { gap: 3px; border: 3px solid var(--cp-ink); background: var(--cp-ink); }
.wl-stat { background: var(--cp-paper); color: var(--cp-ink); }
.wl-node__card { border: 3px solid var(--cp-ink); border-radius: 0; background: var(--cp-paper); box-shadow: 6px 6px 0 var(--cp-ink); }
.wl-node__card .wl-ord { background: var(--cp-hot); color: var(--cp-on-hot); box-shadow: 0 0 0 3px var(--cp-ink); }
.wl-node__title { font-family: var(--cp-slogan); font-weight: 400; text-transform: uppercase; }
.wl-edge__line, .wl-edge__head { stroke: var(--cp-ink); }
.wl-post { border: 4px solid var(--cp-ink); border-radius: 0; background: var(--cp-paper); box-shadow: 10px 10px 0 var(--cp-hot); }
.wl-post__media { border-radius: 0; }
.wl-post__media img { filter: url(#cel-tritone); }
.wl-post__brand { color: var(--cp-ink); }

/* ------------------------------------------------------------------ footer */
.cel-footer { background: var(--cp-ink); color: var(--cp-paper); border-top: 8px solid var(--cp-hot); }
.wl-foot__name { font-family: var(--cp-slogan); font-size: 1.9rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.02em; }
.wl-foot__net, .wl-foot__nfa { font-family: var(--cp-label); font-size: 0.84rem; letter-spacing: 0.1em; text-transform: uppercase; color: color-mix(in srgb, var(--cp-paper) 64%, transparent); }
.wl-foot .wl-link { border-radius: 0; border: 2px solid color-mix(in srgb, var(--cp-paper) 40%, transparent); background: none; color: var(--cp-paper); font-family: var(--cp-label); letter-spacing: 0.08em; text-transform: uppercase; }
.wl-foot .wl-link:hover { border-color: var(--cp-hot); }

/* ------------------------------------------------------------------ motion */
@keyframes cp-wipe { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
@keyframes cp-in-l { from { opacity: 0; transform: translateX(-0.6em); clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 -4% 0 0); } }
@keyframes cp-in-r { from { opacity: 0; transform: translateX(0.6em); clip-path: inset(0 0 0 100%); } to { clip-path: inset(0 0 0 -4%); } }
@keyframes cp-pop { from { opacity: 0; transform: scale(0.2) rotate(-40deg); } 70% { opacity: 1; } }
@keyframes cp-sash { from { transform: translateX(-120%); } }
/* calm, with bold slide-ins: sections arrive from alternate sides */
.wl-motion-calm[data-wl-reveal="on"] .wl-reveal { transition: opacity 0.6s ease, transform 0.9s var(--v-ease); }
.wl-motion-calm[data-wl-reveal="on"] .wl-reveal:not(.wl-in) { opacity: 0; transform: translateX(-72px); }
.wl-motion-calm[data-wl-reveal="on"] .wl-sec:nth-child(even).wl-reveal:not(.wl-in) { transform: translateX(72px); }

/* ------------------------------------------------------------------ small screens */
@media (max-width: 1400px) {
  .cel-top__net { display: none; }
  .cel-top__nav .wl-nav__link { padding: 8px 9px; font-size: 0.8rem; letter-spacing: 0.08em; }
}
@media (max-width: 1080px) {
  .cel-top__nav .wl-nav__link { font-size: 0.74rem; padding: 8px 6px; }
}
@media (max-width: 860px) {
  :root { --cel-top-h: 54px; }
  .cel-hero::after { display: none; }
  .cel-photo--main { inset: 0 0 12px 0; }
  .cel-hero__stage::after { top: auto; left: 0; right: 0; bottom: 0; width: auto; height: 12px; background: linear-gradient(180deg, var(--cp-hot) 0 5px, var(--cp-paper) 5px 7px, var(--cp-ink) 7px 12px); }
  .cel-sash { left: -70px; top: 30px; width: 250px; font-size: 1.25rem; }
  .cel-badge--main { right: 5%; bottom: -54px; width: 138px; z-index: 5; }
  .cel-badge--love { right: 6%; top: 6%; width: 96px; }
  .cel-hero__copy { padding: 44px var(--v-pad-x) 44px; }
  .cel-hero__headline { --cel-fit-h: min(56vw, 260px); font-size: clamp(2.4rem, 12vw, 4rem); }
  .cel-hero__cta .wl-btn { font-size: 0.88rem; }
  .cel-hero__cta .wl-btn--primary { font-size: 0.95rem; }
  .cel-band { --cp-band-h: 54px; }
  .wl-sec--lore .wl-sec__inner, .wl-sec--faq .wl-sec__inner { display: block; }
  .wl-sec--lore .wl-sec__head, .wl-sec--faq .wl-sec__head { position: static; margin-bottom: 28px; }
  .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 / 10; height: auto; }
  .wl-milestones::before { background: var(--cp-ink); width: 4px; left: 13px; }
  .wl-ms__body { padding-top: 2px; }
  .wl-access .wl-links { gap: 14px; }
  .wl-access .wl-link { width: 118px; height: 118px; font-size: 0.72rem; padding: 8px; }
  .wl-access .wl-link--x span { font-size: 0.62rem; letter-spacing: 0; }
  .wl-access .wl-link .wl-glyph { width: 22px; height: 22px; }
  .wl-quote { box-shadow: 7px 7px 0 var(--cp-ink); }
}
