:root {
  --ink: #0b0b0c;
  --ink-soft: #121214;
  --panel: #18181b;
  --line: rgba(255, 255, 255, 0.14);
  --paper: #f2efe8;
  --paper-deep: #e6e2d9;
  --white: #fffdf8;
  --muted: #a7a6a3;
  --accent: #e8172b;
  --accent-dark: #a60818;
  --accent-hot: #ff2b40;
  --heading: "Roboto Condensed", "Arial Narrow", sans-serif;
  --body: "Inter", Arial, sans-serif;
  --container: 1240px;
  --header-height: 88px;
  --mobile-actions-height: 0px;
  --radius: 4px;
  --hero-shift-x: 0px;
  --hero-shift-y: 0px;
  --hero-progress: 0;
  --hero-secondary-progress: 0;
  --hero-blinds-progress: 0;
  --ease-premium: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-fast: 240ms;
  --motion-medium: 560ms;
  --motion-slow: 900ms;
}

/* Hero clarity and full-bleed pass */
.broadcast-frame {
  display: none !important;
}

.broadcast-slide--open {
  --hero-art-safe-top: clamp(24px, 3.5svh, 46px);
}

.broadcast-slide--open .broadcast-stage {
  background:
    radial-gradient(ellipse at 64% 0%, rgba(255, 247, 233, 0.1), transparent 33%),
    #050506;
}

.broadcast-slide--open .broadcast-stage__field {
  inset: var(--hero-art-safe-top) 0 0;
  overflow: hidden;
}

.broadcast-slide--open .broadcast-stage__ufc-motion {
  top: var(--hero-art-safe-top);
  bottom: 0;
}

.broadcast-offer {
  padding-top: clamp(38px, 5.5svh, 64px);
  padding-bottom: clamp(94px, 12svh, 128px);
}

.broadcast-offer__eyebrow,
.trust-copy__eyebrow {
  font-size: clamp(8px, 0.56vw, 10px);
}

.broadcast-offer__lead {
  max-width: 500px;
  font-size: clamp(13px, 0.82vw, 16px);
}

.broadcast-offer__phone {
  font-size: clamp(8px, 0.52vw, 10px);
}

.broadcast-offer__proof {
  bottom: clamp(20px, 2.8svh, 34px);
  width: min(41vw, 520px);
  gap: 8px;
  border: 0;
  background: transparent;
}

.broadcast-offer__proof div {
  position: relative;
  min-height: 72px;
  padding: 14px 16px 12px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(25, 25, 28, 0.94), rgba(7, 7, 8, 0.88)),
    #09090a;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.3));
  backdrop-filter: blur(10px);
}

.broadcast-offer__proof div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: var(--accent-hot);
  content: "";
}

.broadcast-offer__proof div + div {
  border-left: 0;
}

.broadcast-offer__proof strong {
  font-size: clamp(29px, 2vw, 35px);
}

.broadcast-offer__proof span {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(7px, 0.46vw, 9px);
  line-height: 1.25;
}

.broadcast-coach-bug {
  top: max(calc(var(--hero-art-safe-top) + 30px), 58px);
  right: clamp(28px, 3.7vw, 72px);
  width: clamp(240px, 18vw, 310px);
}

.broadcast-coach-bug::before {
  height: 4px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, transparent 0 14%, var(--accent-hot) 14% 100%);
}

.broadcast-coach-bug span {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(8px, 0.56vw, 11px);
  letter-spacing: 0.18em;
}

.broadcast-coach-bug strong {
  margin: 10px 0 9px;
  font-size: clamp(34px, 2.35vw, 46px);
  line-height: 0.82;
}

.broadcast-coach-bug small {
  max-width: 30ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(8px, 0.52vw, 10px);
  letter-spacing: 0.13em;
  line-height: 1.45;
}

.broadcast-hero .broadcast-slide--trust,
.broadcast-hero .broadcast-slide--trust .trust-editorial {
  background: #050506;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
  inset: 0;
  box-shadow: none;
  background:
    linear-gradient(90deg, rgba(3, 3, 4, 0.88) 0%, rgba(3, 3, 4, 0.66) 25%, rgba(3, 3, 4, 0.14) 50%, rgba(3, 3, 4, 0.02) 78%),
    linear-gradient(180deg, rgba(3, 3, 4, 0.02), rgba(3, 3, 4, 0.14) 68%, rgba(3, 3, 4, 0.42)),
    url("assets/images/hero-slide-2/team-broadcast-stage-01-v2.png") center / cover no-repeat;
  transform: translate3d(
    calc(var(--parallax-item-x) + (var(--hero-shift-x) * 0.008)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + (var(--hero-shift-y) * 0.006)),
    0
  ) scale(1.012);
  transform-origin: 58% 54%;
}

.trust-editorial__people {
  position: absolute;
  bottom: -0.5%;
  left: 63%;
  z-index: 4;
  display: block;
  width: auto;
  height: min(82%, 820px);
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  opacity: var(--slide-two-copy-opacity);
  filter:
    drop-shadow(0 30px 44px rgba(0, 0, 0, 0.58))
    drop-shadow(0 10px 22px rgba(232, 23, 43, 0.08));
  transform: translate3d(-50%, 0, 0);
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__people {
  animation: trust-people-float 13s cubic-bezier(0.45, 0, 0.55, 1) -4s infinite;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__backdrop {
  animation: trust-banner-stage-drift 22s cubic-bezier(0.45, 0, 0.55, 1) -8s infinite;
}

@keyframes trust-banner-stage-drift {
  0%,
  100% {
    transform: translate3d(
      calc(var(--parallax-item-x) - 2px),
      calc(var(--parallax-item-y) + var(--parallax-scroll-y) + 2px),
      0
    ) scale(1.012);
  }
  50% {
    transform: translate3d(
      calc(var(--parallax-item-x) + 2px),
      calc(var(--parallax-item-y) + var(--parallax-scroll-y) - 2px),
      0
    ) scale(1.022);
  }
}

@keyframes trust-people-float {
  0%,
  100% {
    transform: translate3d(-50%, 0, 0) scale(0.996);
  }
  50% {
    transform: translate3d(-50%, -6px, 0) scale(1);
  }
}

.broadcast-hero .broadcast-slide--trust .trust-copy > p:not(.trust-copy__eyebrow) {
  font-size: clamp(12px, 0.76vw, 14px);
}

.broadcast-hero .broadcast-slide--trust .trust-copy ul {
  display: grid;
  gap: 6px;
  border: 0;
  background: transparent;
}

.broadcast-hero .broadcast-slide--trust .trust-copy li {
  position: relative;
  border: 0;
  background: rgba(8, 8, 9, 0.7);
  backdrop-filter: blur(8px);
}

.broadcast-hero .broadcast-slide--trust .trust-copy li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 2px;
  background: var(--accent-hot);
  content: "";
}

.broadcast-hero .broadcast-slide--trust .trust-copy li + li {
  border-left: 0;
}

.static-preview .trust-editorial__people {
  animation: none !important;
  transform: translate3d(-50%, 0, 0) !important;
}

@media (max-width: 1100px) {
  .broadcast-offer__proof {
    width: min(53vw, 480px);
  }

  .broadcast-coach-bug {
    right: 24px;
    width: 224px;
  }

  .broadcast-coach-bug strong {
    font-size: 32px;
  }

  .trust-editorial__people {
    left: 65%;
    height: min(78%, 680px);
  }
}

@media (max-width: 880px) {
  .broadcast-slide--open {
    --hero-art-safe-top: clamp(20px, 3svh, 30px);
  }

  .broadcast-offer {
    padding-top: 24px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    background:
      linear-gradient(180deg, rgba(3, 3, 4, 0.02), rgba(3, 3, 4, 0.12) 44%, rgba(3, 3, 4, 0.9) 78%),
      url("assets/images/hero-slide-2/team-broadcast-stage-01-v2.png") 58% center / cover no-repeat;
  }

  .trust-editorial__people {
    bottom: 30%;
    left: 54%;
    height: min(58%, 560px);
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li {
    min-height: 50px;
  }
}

@media (max-width: 620px) {
  .broadcast-slide--open {
    --hero-art-safe-top: 18px;
  }

  .broadcast-offer__proof {
    right: 14px;
    bottom: 78px;
    left: 14px;
    width: auto;
    gap: 5px;
  }

  .broadcast-offer__proof div {
    min-height: 56px;
    padding: 10px 10px 9px;
  }

  .broadcast-offer__proof div::before {
    width: 28px;
    height: 2px;
  }

  .broadcast-offer__proof strong {
    font-size: 22px;
  }

  .broadcast-offer__proof span {
    font-size: 6px;
    letter-spacing: 0.1em;
  }

  .trust-editorial__people {
    bottom: 42%;
    left: 52%;
    height: min(48%, 380px);
  }
}

/* Location hub: real two-city map with sports broadcast styling. */
.section.location {
  padding: clamp(92px, 9vw, 148px) 0;
  background:
    linear-gradient(135deg, rgba(232, 23, 43, 0.055), transparent 28%),
    var(--paper);
}

.section.location::before {
  opacity: 0.5;
  background:
    repeating-linear-gradient(
      115deg,
      transparent 0 86px,
      rgba(11, 11, 12, 0.028) 86px 87px,
      transparent 87px 172px
    ),
    radial-gradient(circle at 89% 78%, rgba(232, 23, 43, 0.1), transparent 28%);
}

.location-hub {
  width: min(calc(100% - 48px), 1580px);
}

.location-hub__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 2vw, 28px);
  align-items: end;
  margin-bottom: clamp(52px, 6vw, 92px);
}

.location-hub__meta {
  align-self: start;
}

.location-hub__meta .eyebrow {
  margin: 0;
}

.location-hub__meta .section-index {
  margin-bottom: 16px;
  color: rgba(11, 11, 12, 0.5);
}

.location-hub__title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.44fr);
  gap: clamp(28px, 4vw, 66px);
  align-items: end;
}

.location-hub__title h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(72px, 7.5vw, 126px);
  line-height: 1.05;
  letter-spacing: -0.065em;
}

.location-hub__title h2 span {
  color: var(--accent);
}

.location-hub__title > p {
  max-width: 37ch;
  margin: 0 0 4px;
  color: rgba(11, 11, 12, 0.65);
  font-size: 14px;
  line-height: 1.65;
}

.location-hub__layout {
  display: grid;
  grid-template-columns: minmax(350px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(24px, 3.2vw, 54px);
  align-items: stretch;
}

.location-venues {
  display: grid;
  gap: 14px;
  align-content: start;
}

.venue-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 252px;
  align-content: start;
  overflow: hidden;
  border: 1px solid rgba(11, 11, 12, 0.17);
  padding: clamp(22px, 2vw, 30px);
  color: var(--ink);
  background: rgba(255, 253, 248, 0.74);
  transition:
    color 380ms ease,
    background-color 380ms ease,
    border-color 380ms ease,
    transform 520ms var(--ease-premium);
}

.venue-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--accent);
  content: "";
  transform: scaleX(0.2);
  transform-origin: left;
  transition: transform 520ms var(--ease-premium);
}

.venue-card::after {
  position: absolute;
  right: -58px;
  bottom: -78px;
  width: 190px;
  height: 190px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.045;
  pointer-events: none;
}

.venue-card.is-active {
  border-color: #0b0b0c;
  color: var(--white);
  background: #0b0b0c;
  transform: translateX(8px);
}

.venue-card.is-active::before {
  transform: scaleX(1);
}

.venue-card__select {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 0;
  padding: 0 0 24px;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.venue-card__select span,
.venue-card__select b {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.venue-card__select span {
  color: var(--accent);
}

.venue-card__select b {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  border-radius: 999px;
  padding: 9px 12px;
  transition: border-color 220ms ease, background-color 220ms ease;
}

.venue-card__select:hover b {
  border-color: var(--accent);
  background: rgba(232, 23, 43, 0.08);
}

.location-control__icon {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.venue-card__select:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 8px;
}

.venue-card h3 {
  max-width: 14ch;
  margin: 0 0 7px;
  font-family: var(--heading);
  font-size: clamp(30px, 2.6vw, 45px);
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.venue-card__address {
  margin: 0 0 22px;
  color: currentColor;
  font-size: 12px;
  opacity: 0.62;
}

.venue-card__schedule {
  display: grid;
  margin: auto 0 22px;
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  padding: 12px 0;
}

.venue-card__schedule-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.venue-card__schedule-row + .venue-card__schedule-row {
  margin-top: 12px;
  border-top: 1px solid color-mix(in srgb, currentColor 12%, transparent);
  padding-top: 12px;
}

.venue-card__schedule span {
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  opacity: 0.62;
}

.venue-card__schedule strong {
  font-family: var(--heading);
  font-size: 28px;
  line-height: 0.9;
}

.venue-card__route {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
  color: inherit;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.venue-card__route:hover,
.venue-card__route:focus-visible {
  color: var(--accent);
}

.location-contact {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  color: var(--white);
  background: var(--accent);
}

.location-contact div {
  display: grid;
  gap: 4px;
}

.location-contact span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.72;
}

.location-contact strong {
  font-family: var(--heading);
  font-size: 21px;
  line-height: 0.95;
  text-transform: uppercase;
}

.location-contact a {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.52);
  padding: 12px 14px;
  color: var(--white);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-contact a:hover,
.location-contact a:focus-visible {
  color: var(--ink);
  background: var(--white);
}

.location-map-shell {
  position: relative;
  min-height: 716px;
  overflow: hidden;
  border: 1px solid rgba(11, 11, 12, 0.42);
  background: #111215;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 48px), calc(100% - 48px) 100%, 0 100%);
  isolation: isolate;
}

.location-map-shell::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 720;
  height: 5px;
  background: linear-gradient(90deg, var(--accent) 0 28%, transparent 28% 100%);
  content: "";
  pointer-events: none;
}

.location-map-shell::after {
  position: absolute;
  inset: 0;
  z-index: 450;
  background:
    linear-gradient(135deg, rgba(232, 23, 43, 0.14), transparent 28%),
    repeating-linear-gradient(112deg, transparent 0 50px, rgba(255, 255, 255, 0.018) 50px 51px);
  content: "";
  pointer-events: none;
}

.location-map {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #111215;
}

.location-map__hud {
  position: absolute;
  top: 24px;
  right: 24px;
  left: 24px;
  z-index: 820;
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: none;
}

.location-map__hud span,
.location-map__hud strong,
.location-map__hud button {
  min-height: 36px;
  align-items: center;
  padding: 0 13px;
  color: var(--white);
  background: rgba(11, 11, 12, 0.9);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.location-map__hud span,
.location-map__hud strong {
  display: inline-flex;
}

.location-map__hud span {
  color: var(--accent-hot);
}

.location-map__hud strong {
  margin-right: auto;
}

.location-map__hud button {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.34);
  pointer-events: auto;
  cursor: pointer;
}

.location-map__hud button:hover,
.location-map__hud button:focus-visible {
  border-color: var(--accent);
  color: var(--ink);
  background: var(--accent);
}

.location-map__active {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 820;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 148px;
  width: min(420px, calc(100% - 56px));
  column-gap: 14px;
  row-gap: 4px;
  border-left: 4px solid var(--accent);
  padding: 14px 16px;
  color: var(--white);
  background: rgba(11, 11, 12, 0.92);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.location-map__active > span {
  grid-column: 1;
  color: var(--accent-hot);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.location-map__active > strong {
  grid-column: 1;
  font-family: var(--heading);
  font-size: clamp(25px, 2vw, 34px);
  line-height: 0.95;
  text-transform: uppercase;
}

.location-map__active > small {
  grid-column: 1;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
}

.location-map__active > a {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: center;
  width: fit-content;
  margin-top: 0;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  color: var(--white);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-map__active > a:hover,
.location-map__active > a:focus-visible {
  color: var(--accent-hot);
}

.location-map__fallback,
.location-map__noscript {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 32px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(232, 23, 43, 0.2), transparent 42%),
    #111215;
  text-align: center;
}

.location-map__fallback strong {
  font-family: var(--heading);
  font-size: 34px;
  text-transform: uppercase;
}

.location-map__fallback p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.location-map-shell.is-ready .location-map__fallback {
  visibility: hidden;
  opacity: 0;
  transition: opacity 360ms ease, visibility 360ms ease;
}

.location-map__noscript {
  z-index: 900;
}

.location-map__noscript a {
  color: var(--white);
}

.location-map .leaflet-tile-pane {
  filter: grayscale(1) invert(0.91) contrast(1.18) brightness(0.65);
}

.location-map .leaflet-control-zoom {
  margin-top: 18px;
  border: 0;
  box-shadow: none;
}

.location-map .leaflet-control-zoom a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--white);
  background: rgba(11, 11, 12, 0.92);
  font-family: var(--heading);
  font-size: 22px;
  line-height: 36px;
}

.location-map .leaflet-control-zoom a:hover,
.location-map .leaflet-control-zoom a:focus-visible {
  color: var(--ink);
  background: var(--accent);
}

.location-map .leaflet-control-attribution {
  color: rgba(255, 255, 255, 0.62);
  background: rgba(11, 11, 12, 0.78);
  font-size: 7px;
  letter-spacing: 0.05em;
}

.location-map .leaflet-control-attribution a {
  color: var(--white);
}

.location-pin-shell {
  border: 0;
  background: transparent;
}

.location-pin {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 2px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: #0b0b0c;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
  transition: transform 360ms ease, background-color 360ms ease, box-shadow 360ms ease;
}

.location-pin::after {
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  content: "";
}

.location-pin b {
  font-family: var(--heading);
  font-size: 20px;
}

.location-pin.is-active {
  background: var(--accent);
  box-shadow: 0 0 0 12px rgba(232, 23, 43, 0.18), 0 16px 34px rgba(0, 0, 0, 0.5);
  transform: scale(1.12);
}

.location-tooltip {
  border: 0;
  border-radius: 0;
  padding: 8px 10px;
  color: var(--white);
  background: #0b0b0c;
  box-shadow: none;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-tooltip::before {
  border-top-color: #0b0b0c !important;
}

@media (max-width: 1100px) {
  .location-hub__title {
    grid-template-columns: minmax(0, 1fr);
  }

  .location-hub__title > p {
    max-width: 55ch;
  }

  .location-hub__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .location-venues {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .venue-card.is-active {
    transform: translateY(-6px);
  }

  .location-contact {
    grid-column: 1 / -1;
  }

  .location-map-shell {
    min-height: 620px;
  }
}

@media (max-width: 720px) {
  .location {
    padding: 78px 0 94px;
  }

  .location-hub {
    width: min(calc(100% - 28px), 1580px);
  }

  .location-hub__header {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin-bottom: 42px;
  }

  .location-hub__title h2 {
    max-width: 8ch;
    font-size: clamp(54px, 16vw, 76px);
  }

  .location-hub__title > p {
    font-size: 13px;
  }

  .location-venues {
    grid-template-columns: minmax(0, 1fr);
  }

  .venue-card {
    min-height: 236px;
  }

  .venue-card.is-active {
    transform: translateX(4px);
  }

  .location-contact {
    grid-column: auto;
  }

  .location-contact a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    line-height: 1.3;
  }

  .location-contact a span {
    font-size: inherit;
  }

  .location-map-shell {
    min-height: 500px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
  }

  .location-map__hud {
    top: 16px;
    right: 16px;
    left: 16px;
    flex-wrap: wrap;
  }

  .location-map__hud strong {
    display: none;
  }

  .location-map__hud button {
    margin-left: 0;
  }

  .location-map__active {
    left: 16px;
    bottom: 22px;
    width: min(330px, calc(100% - 32px));
  }

  .location-map .leaflet-control-zoom {
    margin-top: 16px;
  }
}

@media (max-width: 480px) {
  .location-hub__title h2 {
    font-size: clamp(50px, 15vw, 64px);
  }

  .venue-card__select {
    padding-bottom: 20px;
  }

  .venue-card h3 {
    font-size: 34px;
  }

  .location-contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .location-contact a {
    width: 100%;
    text-align: center;
  }

  .location-map-shell {
    min-height: 460px;
  }

  .location-map__hud span,
  .location-map__hud button {
    min-height: 32px;
    padding-inline: 10px;
    font-size: 7px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .venue-card,
  .venue-card::before,
  .location-pin {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    animation: none !important;
    transform: scale(1.012) !important;
  }

  .trust-editorial__people {
    animation: none !important;
    transform: translate3d(-50%, 0, 0) !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

html.has-smooth-scroll {
  scroll-behavior: auto;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--white);
  background: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html.nav-open,
body.nav-open {
  overflow: hidden;
  overscroll-behavior: none;
}

html.loader-active,
html.loader-active body {
  overflow: hidden;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  overflow: hidden;
  place-items: center;
  color: var(--white);
  background: #080809;
  isolation: isolate;
}

.loader-active .site-loader {
  display: grid;
}

.site-loader[hidden] {
  display: none !important;
}

.site-loader__curtain {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: calc(50% + 1px);
  background:
    radial-gradient(circle at 50% 42%, rgba(232, 23, 43, 0.16), transparent 38%),
    repeating-linear-gradient(90deg, transparent 0 78px, rgba(255, 255, 255, 0.022) 78px 79px),
    #080809;
  transition: transform 880ms var(--ease-premium) 120ms;
  will-change: transform;
}

.site-loader__curtain--left {
  left: 0;
  border-right: 1px solid rgba(232, 23, 43, 0.34);
}

.site-loader__curtain--right {
  right: 0;
  border-left: 1px solid rgba(232, 23, 43, 0.34);
}

.site-loader__frame {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(calc(100% - 48px), 760px);
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 24px 24px 20px;
  background:
    linear-gradient(135deg, rgba(232, 23, 43, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(10, 10, 11, 0.95), rgba(8, 8, 9, 0.8));
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.54);
  transition:
    opacity 360ms ease,
    transform 560ms var(--ease-premium);
  isolation: isolate;
}

.site-loader__frame::before,
.site-loader__frame::after {
  position: absolute;
  width: 58px;
  height: 58px;
  border-color: var(--accent);
  content: "";
  pointer-events: none;
}

.site-loader__frame::before {
  top: -1px;
  left: -1px;
  border-top: 3px solid var(--accent);
  border-left: 3px solid var(--accent);
}

.site-loader__frame::after {
  right: -1px;
  bottom: -1px;
  border-right: 3px solid var(--accent);
  border-bottom: 3px solid var(--accent);
}

.site-loader__brand {
  display: grid;
  gap: 6px;
  justify-items: start;
}

.site-loader__brand strong {
  font-size: clamp(18px, 2vw, 26px);
  letter-spacing: 0.14em;
  line-height: 0.92;
  text-transform: uppercase;
}

.site-loader__brand small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-loader__visual {
  position: relative;
  width: 100%;
  margin: 0;
}

.site-loader__visual::before {
  position: absolute;
  inset: 16% 12%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 50% 50%, rgba(232, 23, 43, 0.18), transparent 54%),
    linear-gradient(90deg, transparent 0 47%, rgba(255, 255, 255, 0.08) 47% 53%, transparent 53% 100%);
  content: "";
}

.site-loader__mark {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.site-loader__stage {
  fill: rgba(255, 255, 255, 0.03);
}

.site-loader__frame-line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.24);
  stroke-width: 1.5;
}

.site-loader__panel rect {
  fill: #f1eee8;
}

.site-loader__panel path {
  fill: var(--accent-hot);
}

.site-loader__panel--left {
  animation: loader-panel-left 1.55s var(--ease-premium) infinite alternate;
  transform-origin: 118px 80px;
}

.site-loader__panel--right {
  animation: loader-panel-right 1.55s var(--ease-premium) infinite alternate;
  transform-origin: 300px 80px;
}

.site-loader__monogram,
.site-loader__wordmark {
  fill: #080809;
  font-family: var(--heading);
  font-weight: 900;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.site-loader__monogram {
  font-size: 64px;
}

.site-loader__wordmark {
  fill: var(--white);
  font-size: 50px;
  letter-spacing: -0.06em;
}

.site-loader__pulse {
  fill: none;
  stroke: var(--white);
  stroke-width: 2.5;
  stroke-linecap: round;
  animation: loader-pulse 1.1s linear infinite;
}

.site-loader__meter {
  display: grid;
  gap: 12px;
}

.site-loader__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-loader__meta strong {
  color: var(--white);
  font-family: var(--heading);
  font-size: 26px;
  letter-spacing: -0.04em;
  line-height: 0.8;
}

.site-loader__meta b {
  color: var(--accent-hot);
  font-size: 42px;
  font-weight: 900;
}

.site-loader__track {
  display: block;
  width: 100%;
  height: 4px;
  overflow: hidden;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  appearance: none;
  -webkit-appearance: none;
}

.site-loader__track::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.12);
}

.site-loader__track::-webkit-progress-value {
  background: linear-gradient(90deg, var(--accent-dark), var(--accent-hot));
  box-shadow: 0 0 18px rgba(232, 23, 43, 0.54);
}

.site-loader__track::-moz-progress-bar {
  background: linear-gradient(90deg, var(--accent-dark), var(--accent-hot));
  box-shadow: 0 0 18px rgba(232, 23, 43, 0.54);
}

.site-loader.is-complete {
  pointer-events: none;
}

.site-loader.is-complete .site-loader__frame {
  opacity: 0;
  transform: scale(0.96);
}

.site-loader.is-complete .site-loader__curtain--left {
  transform: translateX(-101%);
}

.site-loader.is-complete .site-loader__curtain--right {
  transform: translateX(101%);
}

@keyframes loader-panel-left {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-14px);
  }
}

@keyframes loader-panel-right {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(14px);
  }
}

@keyframes loader-pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scaleX(0.88);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@media (max-width: 560px) {
  .site-loader__frame {
    width: calc(100% - 28px);
    gap: 18px;
    padding: 18px;
  }

  .site-loader__visual {
    width: 100%;
  }

  .site-loader__visual::before {
    inset: 18% 8%;
  }

  .site-loader__monogram {
    font-size: 54px;
  }

  .site-loader__wordmark {
    font-size: 40px;
  }

  .site-loader__meta b {
    font-size: 36px;
  }
}

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

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

::selection {
  color: var(--ink);
  background: var(--accent);
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--white);
  transform: translateY(-150%);
  transition: transform var(--motion-fast) var(--ease-premium);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: clamp(96px, 11vw, 160px) 0;
}

.section--light {
  color: var(--ink);
  background: var(--paper);
}

.section-index {
  margin: 0;
  color: currentColor;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  opacity: 0.5;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow span {
  width: 25px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--accent);
}

.eyebrow--dark {
  color: #575755;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--heading);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.94;
  text-transform: uppercase;
}

h2 {
  max-width: 840px;
  margin-bottom: 0;
  font-size: clamp(48px, 6.8vw, 94px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(140px, 0.32fr) 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: clamp(54px, 7vw, 92px);
}

.section-heading--compact {
  margin-bottom: clamp(48px, 5vw, 72px);
}

.section-heading--unindexed > div {
  grid-column: -2 / -1;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: 0;
  border-radius: var(--radius);
  padding: 0 26px;
  color: var(--ink);
  background: var(--white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color var(--motion-fast) ease,
    background-color var(--motion-fast) ease,
    box-shadow var(--motion-medium) var(--ease-premium),
    transform var(--motion-medium) var(--ease-premium);
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0) scale(0.985);
  transition-duration: 120ms;
}

.button--primary {
  color: var(--ink);
  background: var(--accent);
}

.button--primary:hover {
  background: #ff3a4c;
}

.button--small {
  min-height: 42px;
  padding-inline: 18px;
  background: var(--accent);
  font-size: 10px;
}

.button--outline {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
  background: transparent;
}

.button--outline:hover {
  color: var(--ink);
  background: var(--white);
}

.button--dark {
  color: var(--white);
  background: var(--ink);
}

.button--dark:hover {
  color: var(--ink);
  background: var(--white);
}

.button__arrow {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}

/* Explicit vectors never switch to the platform's colored emoji font. */
.ui-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  vertical-align: -0.15em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

:is(.button__arrow, .site-footer__link-arrow, .quick-option b i,
  .arrow-link span, .location-contact a span, .mobile-actions a span,
  .header-whatsapp__desktop-link span):has(> .ui-icon) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}

.button__arrow > .ui-icon {
  width: 20px;
  height: 20px;
}

.quick-option b i > .ui-icon {
  width: 18px;
  height: 18px;
}

.site-footer__link-arrow > .ui-icon {
  width: 12px;
  height: 12px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.swipe-button {
  --swipe-progress: 0;
  --swipe-offset: 0px;
  --swipe-orb-scale: 1;
  --swipe-label-safe: 64px;
  position: relative;
  display: inline-flex;
  width: min(100%, 310px);
  min-width: 0;
  min-height: 64px;
  align-items: center;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 64px 0 78px;
  color: var(--white);
  background: var(--accent);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none;
  isolation: isolate;
  transition:
    border-color var(--motion-fast) ease,
    box-shadow var(--motion-medium) var(--ease-premium),
    transform var(--motion-medium) var(--ease-premium);
}

.swipe-button::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.18), transparent 38%, transparent 62%, rgba(255, 255, 255, 0.12));
  content: "";
  opacity: calc(var(--swipe-progress) * 0.42);
  transform: translateX(calc(-46% + (var(--swipe-progress) * 46%)));
  transition:
    opacity var(--motion-fast) ease,
    transform var(--motion-medium) var(--ease-premium);
}

.swipe-button__orb {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  cursor: grab;
  transform: translate3d(var(--swipe-offset), 0, 0)
    scale(var(--swipe-orb-scale));
  transition:
    color var(--motion-fast) ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.swipe-button__label {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: max-content;
  max-width: calc(100% - var(--swipe-label-safe) * 2);
  opacity: calc(1 - var(--swipe-progress));
  text-align: center;
  white-space: normal;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 220ms ease;
}

.swipe-button__chevrons {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 32px;
  height: 20px;
  color: currentColor;
  opacity: calc(1 - var(--swipe-progress));
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 220ms ease;
}

.swipe-button__chevrons svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.swipe-button__chevrons path {
  opacity: 0.28;
  animation: swipe-chevron-wave 1500ms ease-in-out infinite;
}

.swipe-button__chevrons path:nth-child(2) {
  animation-delay: 120ms;
}

.swipe-button__chevrons path:nth-child(3) {
  animation-delay: 240ms;
}

@keyframes swipe-chevron-wave {
  0%, 56%, 100% { opacity: 0.28; transform: translateX(-2px); }
  24% { opacity: 1; transform: translateX(2px); }
}

.swipe-button:is([data-swipe-state="dragging"], [data-swipe-state="completing"]) .swipe-button__chevrons path {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .swipe-button__chevrons path {
    animation: none;
    opacity: 0.65;
    transform: none;
  }
}

.swipe-button[data-swipe-state="dragging"] {
  --swipe-orb-scale: 1;
  cursor: grabbing;
}

.swipe-button[data-swipe-state="dragging"] .swipe-button__orb {
  cursor: grabbing;
  transition: none;
}

.swipe-button[data-swipe-state="dragging"] .swipe-button__label,
.swipe-button[data-swipe-state="dragging"] .swipe-button__chevrons,
.swipe-button[data-swipe-state="dragging"]::before {
  transition: none;
}

.swipe-button[data-swipe-state="completing"] {
  --swipe-orb-scale: 1;
  pointer-events: none;
}

.swipe-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 4px;
}

.swipe-button--light {
  border-color: transparent;
  color: var(--ink);
  background: var(--white);
}

.swipe-button--light .swipe-button__orb {
  color: var(--white);
  background: var(--accent);
}

.swipe-button--light .swipe-button__chevrons {
  color: var(--ink);
}

@media (hover: hover) and (pointer: fine) {
  .swipe-button:hover {
    --swipe-orb-scale: 1.035;
    border-color: transparent;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.36);
    transform: translateY(-2px);
  }

  .swipe-button:hover::before {
    opacity: calc(0.14 + (var(--swipe-progress) * 0.36));
  }

  .swipe-button:active {
    transform: translateY(0) scale(0.985);
    transition-duration: 120ms;
  }
}

.text-link,
.arrow-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.text-link::after,
.arrow-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(1);
  transform-origin: left;
  transition: transform var(--motion-medium) var(--ease-premium);
}

.text-link:hover::after,
.arrow-link:hover::after {
  transform: scaleX(0.45);
}

.text-link--light {
  color: var(--white);
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  transition:
    background-color var(--motion-medium) var(--ease-premium),
    border-color var(--motion-medium) var(--ease-premium),
    backdrop-filter var(--motion-medium) var(--ease-premium);
}

.site-header.is-scrolled,
.site-header.is-open {
  border-color: var(--line);
  background: rgba(11, 11, 12, 0.9);
  backdrop-filter: blur(16px);
}

.site-header__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
}

.brand__mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #fff;
  background: var(--accent);
  border-radius: 6px;
}

.brand__glove {
  display: block;
  width: 75%;
  aspect-ratio: 168 / 110;
  background: #fff;
  -webkit-mask: url("assets/boxing-glove-marquee.svg?v=20260902-user-glove") center / contain no-repeat;
  mask: url("assets/boxing-glove-marquee.svg?v=20260902-user-glove") center / contain no-repeat;
}

.brand__mark .brand__glove {
  transform: translateX(-2px);
}

.brand__text {
  display: grid;
  gap: 2px;
}

.brand__text strong {
  font-family: var(--heading);
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1;
}

.brand__text small {
  color: var(--muted);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.2;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 42px);
}

.site-nav a {
  position: relative;
  padding: 8px 0;
  color: #d6d4cf;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--motion-medium) var(--ease-premium);
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header-whatsapp {
  position: relative;
  z-index: 4;
  flex: 0 0 auto;
}

.header-whatsapp__trigger,
.header-whatsapp__mobile {
  position: relative;
  z-index: 3;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: var(--white);
  background: rgba(8, 8, 9, 0.54);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition:
    color 240ms ease,
    background-color 240ms ease,
    border-color 240ms ease,
    transform 360ms var(--ease-premium);
}

.header-whatsapp__trigger {
  display: grid;
  padding: 0;
}

.header-whatsapp__mobile {
  display: none;
  width: auto;
  min-width: 112px;
  gap: 8px;
  border-radius: 999px;
  padding: 0 14px 0 11px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-whatsapp__trigger svg,
.header-whatsapp__mobile svg {
  display: block;
  width: 22px;
  height: 22px;
  overflow: visible;
}

.header-whatsapp__trigger svg path:first-child,
.header-whatsapp__mobile svg path:first-child {
  fill: currentColor;
}

.header-whatsapp__trigger svg path:last-child,
.header-whatsapp__mobile svg path:last-child {
  fill: #0a0a0b;
}

.header-whatsapp.is-open .header-whatsapp__trigger {
  border-color: #2d7864;
  color: var(--white);
  background: #2d7864;
  transform: translate(-4px, 4px);
}

.header-whatsapp__card {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 2;
  display: flex;
  width: 288px;
  min-height: 394px;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  border: 1px solid rgba(8, 8, 9, 0.09);
  border-radius: 16px;
  padding: 62px 28px 28px;
  color: #080809;
  background: #f4f0ea;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
  clip-path: inset(0 0 calc(100% - 48px) calc(100% - 48px) round 24px);
  opacity: 0;
  visibility: hidden;
  transition:
    clip-path 440ms cubic-bezier(0.625, 0.05, 0, 1),
    opacity 120ms ease,
    visibility 0s linear 440ms;
}

.header-whatsapp__card[hidden] {
  display: none;
}

.header-whatsapp.is-open .header-whatsapp__card {
  clip-path: inset(0 round 16px);
  opacity: 1;
  visibility: visible;
  transition:
    clip-path 440ms cubic-bezier(0.625, 0.05, 0, 1),
    opacity 100ms ease,
    visibility 0s linear;
}

.header-whatsapp__close {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(8, 8, 9, 0.14);
  border-radius: 50%;
  padding: 0 0 2px;
  color: #080809;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.header-whatsapp__qr {
  display: block;
  width: 184px;
  height: 184px;
  flex: 0 0 auto;
  background: var(--white);
  image-rendering: pixelated;
}

.header-whatsapp__copy {
  display: grid;
  gap: 5px;
  text-align: center;
}

.header-whatsapp__copy h2 {
  color: #080809;
  font-family: var(--heading);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.header-whatsapp__copy p {
  max-width: 224px;
  color: rgba(8, 8, 9, 0.7);
  font-size: 12px;
  line-height: 1.35;
}

.header-whatsapp__desktop-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-bottom: 2px solid #080809;
  padding: 2px 0 5px;
  color: #080809;
  font-family: var(--heading);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.header-whatsapp__qr,
.header-whatsapp__copy,
.header-whatsapp__desktop-link,
.header-whatsapp__close {
  opacity: 0;
  transform: translateY(84px);
  transition:
    opacity 360ms ease,
    transform 760ms cubic-bezier(0.625, 0.05, 0, 1);
}

.header-whatsapp.is-open .header-whatsapp__qr,
.header-whatsapp.is-open .header-whatsapp__copy,
.header-whatsapp.is-open .header-whatsapp__desktop-link,
.header-whatsapp.is-open .header-whatsapp__close {
  opacity: 1;
  transform: translateY(0);
}

.header-whatsapp.is-open .header-whatsapp__close {
  transition-delay: 40ms;
}

.header-whatsapp.is-open .header-whatsapp__qr {
  transition-delay: 70ms;
}

.header-whatsapp.is-open .header-whatsapp__copy {
  transition-delay: 110ms;
}

.header-whatsapp.is-open .header-whatsapp__desktop-link {
  transition-delay: 150ms;
}

.header-whatsapp__trigger:focus-visible,
.header-whatsapp__mobile:focus-visible,
.header-whatsapp__close:focus-visible,
.header-whatsapp__desktop-link:focus-visible {
  outline: 3px solid var(--accent-hot);
  outline-offset: 4px;
}

.whatsapp-backdrop {
  position: fixed;
  inset: 0;
  z-index: 98;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
}

.whatsapp-backdrop.is-visible {
  opacity: 0.16;
  pointer-events: auto;
}

.header-phone {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--white);
  transition: transform 180ms ease;
}

/* Hero */
.hero {
  position: relative;
  min-height: max(720px, 100svh);
  overflow: hidden;
  padding: calc(var(--header-height) + 24px) 0 30px;
  background: #050507;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 5, 7, 0.76) 0%, transparent 24%, transparent 76%, rgba(5, 5, 7, 0.84) 100%),
    linear-gradient(180deg, rgba(5, 5, 7, 0.14) 0%, rgba(5, 5, 7, 0) 18%, rgba(5, 5, 7, 0.12) 54%, rgba(5, 5, 7, 0.94) 100%),
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(0deg, rgba(5, 5, 7, 0.92) 0%, rgba(5, 5, 7, 0.2) 42%, rgba(5, 5, 7, 0.32) 100%);
  content: "";
  pointer-events: none;
}

.hero::after {
  position: absolute;
  inset: -10%;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 100%, rgba(232, 23, 43, 0.42), transparent 34%),
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.1), transparent 19%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05) 0,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 7.5%
    );
  content: "";
  mix-blend-mode: screen;
  opacity: calc(0.18 + (var(--hero-progress) * 0.22));
  pointer-events: none;
  transform: translate3d(calc(var(--hero-shift-x) * -0.18), calc(var(--hero-shift-y) * -0.18), 0);
}

.hero__arena {
  position: absolute;
  inset: 0;
  --parallax-item-x: 0px;
  --parallax-item-y: 0px;
  --parallax-scroll-y: 0px;
  transform: translate3d(
    var(--parallax-item-x),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y)),
    0
  );
  will-change: transform;
  pointer-events: none;
}

.hero__arena img {
  width: 100%;
  height: 100%;
  object-position: center;
  transition: transform 320ms cubic-bezier(0.2, 0.7, 0.2, 1);
  user-select: none;
}

.swipe-button__orb svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero__arena--background {
  z-index: 0;
}

.hero__arena--background img {
  object-fit: cover;
  filter: saturate(1.04) contrast(1.055);
  transform: translate3d(calc(var(--hero-shift-x) * 0.08), calc(var(--hero-shift-y) * 0.08), 0) scale(1.045);
}

.hero__arena--atmosphere {
  z-index: 1;
  opacity: calc(0.3 + (var(--hero-progress) * 0.1));
  mix-blend-mode: screen;
}

.hero__arena--atmosphere img {
  object-fit: cover;
  transform: translate3d(calc(var(--hero-shift-x) * 0.15), calc(var(--hero-shift-y) * 0.15), 0) scale(1.06);
}

.hero__arena--fighter {
  z-index: 2;
}

.hero__arena--fighter img {
  object-fit: cover;
  object-position: 50% 50%;
  filter:
    saturate(1.035)
    contrast(1.045)
    drop-shadow(0 34px 58px rgba(0, 0, 0, 0.42))
    drop-shadow(0 10px 25px rgba(232, 23, 43, 0.16));
  transform: translate3d(calc(var(--hero-shift-x) * 0.12), calc(var(--hero-shift-y) * 0.1), 0) scale(1.012);
}

.hero__arena--foreground {
  z-index: 3;
}

.hero__arena--foreground img {
  object-fit: cover;
  object-position: center bottom;
  opacity: 0.44;
  filter: saturate(1.08) contrast(1.03);
  transform: translate3d(calc(var(--hero-shift-x) * 0.32), calc(var(--hero-shift-y) * 0.22), 0) scale(1.055);
}

.hero__grid-lines {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 19px,
      rgba(232, 23, 43, 0.08) 20px,
      transparent 21px,
      transparent 41px
    );
  background-position: center, center, center calc(var(--hero-progress) * 20px);
  background-size:
    min(8.33vw, 128px) min(8.33vw, 128px),
    min(8.33vw, 128px) min(8.33vw, 128px),
    100% 100%;
  mask-image: linear-gradient(to bottom, #000, transparent 76%);
  pointer-events: none;
  transform: perspective(1400px) rotateX(72deg) translateY(32%);
  transform-origin: center bottom;
}

.hero__grid-lines::before,
.hero__grid-lines::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero__grid-lines::before {
  inset: auto 0 16%;
  height: 180px;
  background:
    linear-gradient(90deg, transparent, rgba(232, 23, 43, 0.22) 20%, rgba(232, 23, 43, 0.22) 80%, transparent),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent calc(12.5% - 1px),
      rgba(255, 255, 255, 0.1) calc(12.5% - 1px),
      rgba(255, 255, 255, 0.1) 12.5%
    );
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
  opacity: 0.45;
  transform: translate3d(calc(var(--hero-shift-x) * -0.08), 0, 0);
}

.hero__grid-lines::after {
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.14), transparent 16%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0) 7.2%,
      rgba(255, 255, 255, 0.035) 7.2%,
      rgba(255, 255, 255, 0.035) 7.35%
    );
  animation: hero-grid-drift 28s var(--ease-soft) infinite;
  mix-blend-mode: screen;
  opacity: 0.36;
}

.hero__frame {
  position: absolute;
  inset: calc(var(--header-height) + 6px) 18px 18px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.17);
  clip-path: polygon(0 0, 37% 0, 38% 7px, 62% 7px, 63% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.hero__frame::before,
.hero__frame::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero__frame::before {
  inset: 22px 28px 22px 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  clip-path: polygon(0 0, 14% 0, 14.7% 9px, 85.3% 9px, 86% 0, 100% 0, 100% 100%, 0 100%);
}

.hero__frame::after {
  top: 50%;
  left: 50%;
  width: min(78vw, 1040px);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 18px rgba(255, 255, 255, 0.03),
    0 0 0 54px rgba(232, 23, 43, 0.04);
  opacity: 0.48;
  transform: translate(-50%, -46%) scale(calc(0.88 + (var(--hero-progress) * 0.12)));
}

.hero__broadcast,
.hero__signal,
.hero__telemetry {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.hero__broadcast {
  top: calc(var(--header-height) + 52px);
  bottom: 10%;
  width: min(28vw, 380px);
  background:
    linear-gradient(180deg, rgba(232, 23, 43, 0.2), rgba(232, 23, 43, 0.04)),
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.09) 0,
      rgba(255, 255, 255, 0.09) 1px,
      transparent 1px,
      transparent 16px
    );
  opacity: 0.44;
  mix-blend-mode: screen;
}

.hero__broadcast::before,
.hero__broadcast::after {
  position: absolute;
  inset: 0;
  content: "";
}

.hero__broadcast::before {
  background:
    linear-gradient(135deg, rgba(232, 23, 43, 0.42), transparent 70%),
    radial-gradient(circle at 50% 50%, rgba(232, 23, 43, 0.18), transparent 66%);
  opacity: 0.95;
}

.hero__broadcast::after {
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 12px,
      rgba(255, 255, 255, 0.08) 12px,
      rgba(255, 255, 255, 0.08) 13px
    );
  opacity: 0.36;
}

.hero__broadcast--left {
  left: -3.5vw;
  clip-path: polygon(0 0, 86% 0, 61% 100%, 0 100%);
  transform: translate3d(calc(var(--hero-shift-x) * -0.12), calc(var(--hero-shift-y) * -0.06), 0);
}

.hero__broadcast--right {
  right: -4.5vw;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
  transform: translate3d(calc(var(--hero-shift-x) * 0.14), calc(var(--hero-shift-y) * -0.08), 0);
}

.hero__backtype {
  position: absolute;
  top: 49%;
  left: 50%;
  z-index: 2;
  color: transparent;
  font-family: var(--heading);
  font-size: clamp(360px, 43vw, 700px);
  font-weight: 800;
  letter-spacing: -0.14em;
  line-height: 0.72;
  opacity: calc(0.12 + (var(--hero-progress) * 0.08));
  pointer-events: none;
  transform: translate3d(
      calc(-54% + (var(--hero-shift-x) * -0.08)),
      calc(-48% + (var(--hero-shift-y) * -0.05)),
      0
    )
    scale(calc(0.96 + (var(--hero-progress) * 0.045)));
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.54);
  text-stroke: 1px rgba(255, 255, 255, 0.54);
  white-space: nowrap;
}

.hero__impact-grid {
  position: absolute;
  top: -8%;
  left: 50%;
  z-index: 2;
  width: 120%;
  height: 116%;
  color: rgba(232, 23, 43, 0.8);
  mix-blend-mode: screen;
  opacity: 0.22;
  pointer-events: none;
  transform: translate3d(calc(-50% + (var(--hero-shift-x) * -0.1)), 0, 0);
  animation: impact-drift 26s var(--ease-soft) infinite alternate;
}

.hero__signal {
  display: flex;
  gap: 7px;
}

.hero__signal span {
  display: block;
  width: 7px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), var(--accent));
  box-shadow: 0 0 14px rgba(232, 23, 43, 0.46);
  animation: signal-pulse 3.2s ease-in-out infinite;
}

.hero__signal span:nth-child(1) {
  height: 24px;
  animation-delay: 0s;
}

.hero__signal span:nth-child(2) {
  height: 42px;
  animation-delay: 0.14s;
}

.hero__signal span:nth-child(3) {
  height: 29px;
  animation-delay: 0.28s;
}

.hero__signal--top {
  top: calc(var(--header-height) + 66px);
  right: 4.5vw;
}

.hero__signal--bottom {
  bottom: 82px;
  left: 6vw;
}

.hero__telemetry {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.hero__telemetry span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hero__telemetry span::before {
  width: 34px;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
  content: "";
}

.hero__telemetry--left {
  top: calc(var(--header-height) + 180px);
  left: 3vw;
}

.hero__telemetry--right {
  right: 3vw;
  bottom: 148px;
  justify-items: end;
}

.hero__telemetry--right span {
  justify-content: flex-end;
}

.hero__inner {
  position: relative;
  z-index: 4;
  display: flex;
  min-height: calc(max(720px, 100svh) - var(--header-height) - 54px);
  flex-direction: column;
}

.hero__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.82);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

.hero__headline {
  position: absolute;
  top: 39%;
  left: 50%;
  z-index: 3;
  display: grid;
  width: min(calc(100vw - 48px), 1600px);
  grid-template-columns: 0.8fr 1.5fr 1fr;
  align-items: center;
  gap: clamp(12px, 2vw, 32px);
  margin: 0;
  font-size: clamp(60px, 6.4vw, 114px);
  line-height: 0.76;
  pointer-events: none;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.52);
  --parallax-item-x: 0px;
  --parallax-item-y: 0px;
  transform: translate3d(
    calc(-50% + (var(--hero-shift-x) * 0.08) + var(--parallax-item-x)),
    calc(-50% + (var(--hero-shift-y) * 0.08) + var(--parallax-item-y)),
    0
  );
  white-space: nowrap;
}

.hero__word {
  position: relative;
  display: block;
  letter-spacing: -0.08em;
  text-transform: none;
}

.js .hero__word {
  opacity: 0;
  transform: translate3d(0, 20px, 0) scale(0.975);
  transition: transform var(--motion-medium) var(--ease-premium);
}

.hero.is-live .hero__word {
  animation: hero-word-in 1050ms var(--ease-premium) forwards;
}

.hero.is-live .hero__word--left {
  animation-delay: 120ms;
}

.hero.is-live .hero__word--center {
  animation-delay: 260ms;
}

.hero.is-live .hero__word--right {
  animation-delay: 400ms;
}

.hero__word--left {
  text-align: left;
}

.hero__word--center {
  color: var(--accent-hot);
  isolation: isolate;
  text-align: center;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.18),
    0 8px 34px rgba(0, 0, 0, 0.78);
  filter: drop-shadow(0 0 30px rgba(232, 23, 43, 0.22));
}

.hero__word--right {
  text-align: right;
}

.hero__rank-card {
  position: absolute;
  top: 4%;
  left: 0;
  z-index: 5;
  display: grid;
  width: 188px;
  min-height: 188px;
  align-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-top: 4px solid var(--accent-hot);
  padding: 18px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(232, 23, 43, 0.18), transparent 22%),
    rgba(7, 7, 9, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  --parallax-item-x: 0px;
  --parallax-item-y: 0px;
  transform: translate3d(
    calc((var(--hero-shift-x) * -0.12) + var(--parallax-item-x)),
    calc((var(--hero-shift-y) * -0.12) + var(--parallax-item-y)),
    0
  );
}

.js .hero__rank-card {
  opacity: 0;
}

.hero__rank-card > span,
.hero__rank-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero__rank-card strong {
  display: flex;
  align-items: flex-start;
  color: var(--accent-hot);
  font-family: var(--heading);
  font-size: 68px;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.hero__rank-card strong small {
  margin: 5px 4px 0 0;
  color: var(--white);
  font-size: 16px;
  letter-spacing: 0;
}

.hero__coach-label {
  position: absolute;
  top: 12%;
  right: 0;
  z-index: 5;
  display: grid;
  justify-items: end;
  text-align: right;
  --parallax-item-x: 0px;
  --parallax-item-y: 0px;
  transform: translate3d(
    calc((var(--hero-shift-x) * 0.14) + var(--parallax-item-x)),
    calc((var(--hero-shift-y) * -0.1) + var(--parallax-item-y)),
    0
  );
}

.js .hero__coach-label {
  opacity: 0;
}

.hero__coach-label span,
.hero__coach-label small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero__coach-label strong {
  margin: 10px 0 9px;
  font-family: var(--heading);
  font-size: clamp(26px, 2.5vw, 40px);
  letter-spacing: -0.05em;
  line-height: 0.84;
  text-transform: uppercase;
}

.hero__bottom {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(0, 590px) minmax(260px, 320px);
  align-items: end;
  justify-content: space-between;
  gap: clamp(48px, 8vw, 120px);
  margin-top: auto;
}

.js .hero__bottom {
  opacity: 0;
}

.hero__pitch {
  max-width: 620px;
  padding: 22px 24px 0 0;
}

.hero__pitch .eyebrow {
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.74);
}

.hero__lead {
  max-width: 580px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.56;
}

.hero__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.hero__proofs li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero__proofs li::before {
  display: grid;
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--accent-hot);
  content: "✓";
  font-size: 8px;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.hero__actions .button {
  flex-shrink: 0;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
}

.hero__actions .button:hover {
  color: var(--white);
  background: var(--accent);
}

.hero__actions .button__arrow {
  color: var(--accent);
}

.hero__actions .button:hover .button__arrow {
  color: var(--white);
}

.hero__showreel > span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  font-size: 7px;
  line-height: 1;
}

.hero__schedule-card {
  display: grid;
  min-height: 156px;
  grid-template-columns: 1fr auto;
  align-content: center;
  align-items: end;
  gap: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-top: 4px solid var(--accent-hot);
  padding: 22px 24px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(232, 23, 43, 0.16), transparent 18%),
    rgba(7, 7, 9, 0.82);
  backdrop-filter: blur(15px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
  --parallax-item-x: 0px;
  --parallax-item-y: 0px;
  transform: translate3d(
    calc((var(--hero-shift-x) * 0.12) + var(--parallax-item-x)),
    calc((var(--hero-shift-y) * 0.08) + var(--parallax-item-y)),
    0
  );
}

.hero__schedule-card span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero__schedule-card strong {
  font-family: var(--heading);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.hero__schedule-card b {
  color: var(--accent-hot);
  font-family: var(--heading);
  font-size: 44px;
  letter-spacing: -0.05em;
  line-height: 1;
}

.hero__schedule-card > small {
  grid-column: 1 / -1;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.62);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero__scroll {
  position: absolute;
  bottom: 22px;
  left: 50%;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.58);
  background: transparent;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transform: translateX(-50%);
}

.hero__scroll i {
  position: relative;
  display: block;
  width: 46px;
  height: 1px;
  overflow: hidden;
  background: var(--line);
}

.hero__scroll i::after {
  position: absolute;
  inset: 0;
  background: var(--accent);
  content: "";
  animation: scroll-line 2.8s var(--ease-soft) infinite;
  transform: translateX(-100%);
}

.hero.is-live .hero__rank-card,
.hero.is-live .hero__coach-label,
.hero.is-live .hero__bottom {
  animation: hero-panel-in 1000ms var(--ease-premium) forwards;
}

.hero.is-live .hero__rank-card {
  animation-delay: 420ms;
}

.hero.is-live .hero__coach-label {
  animation-delay: 540ms;
}

.hero.is-live .hero__bottom {
  animation-delay: 620ms;
}

/* Superseded motion draft kept inert while the final two-frame system below owns the scene. */
@media (max-width: 0px) {
.hero-story[data-active-slide="1"] .hero__scroll span {
  opacity: 0;
}

.hero-story[data-active-slide="1"] .hero__scroll::before {
  content: "Продолжить к выбору группы";
}

.hero-slider {
  position: absolute;
  right: 24px;
  bottom: 18px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(7, 7, 9, 0.46);
  backdrop-filter: blur(18px);
}

.hero-slider button {
  display: grid;
  gap: 3px;
  border: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.56);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.hero-slider button span {
  font-family: var(--heading);
  font-size: 22px;
  line-height: 0.9;
}

.hero-slider button small {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-slider button[aria-current="true"] {
  color: var(--white);
}

.hero-slider i {
  position: relative;
  display: block;
  width: 68px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.hero-slider i span {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(50% + (var(--hero-secondary-progress) * 50%));
  background: var(--accent);
}

.hero-champion__graphic,
.hero-champion__blinds,
.hero-champion__edge {
  position: absolute;
  inset: 0;
}

.hero-champion__graphic {
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 34%, rgba(255, 255, 255, 0.08), transparent 18%),
    linear-gradient(90deg, rgba(232, 23, 43, 0.9) 0 22%, rgba(5, 5, 7, 0) 22% 100%),
    linear-gradient(180deg, rgba(5, 5, 7, 0.24), rgba(5, 5, 7, 0.86));
}

.hero-champion__panel,
.hero-champion__backtype,
.hero-champion__number,
.hero-champion__burst {
  position: absolute;
}

.hero-champion__panel {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 21%, rgba(255, 255, 255, 0.08) 21% 21.2%, transparent 21.2% 100%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 78px,
      rgba(255, 255, 255, 0.04) 78px,
      rgba(255, 255, 255, 0.04) 79px
    );
  opacity: calc(0.4 + (var(--hero-secondary-progress) * 0.4));
}

.hero-champion__backtype {
  top: 8%;
  left: 2%;
  color: rgba(255, 255, 255, 0.08);
  font-family: var(--heading);
  font-size: clamp(180px, 24vw, 360px);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 0.8;
}

.hero-champion__number {
  top: 18%;
  right: 7%;
  color: rgba(255, 255, 255, 0.96);
  font-family: var(--heading);
  font-size: clamp(112px, 16vw, 220px);
  font-weight: 900;
  line-height: 0.78;
  text-shadow: 0 12px 48px rgba(0, 0, 0, 0.28);
}

.hero-champion__burst {
  inset: 12% 6% 14% auto;
  width: min(48vw, 680px);
  background:
    radial-gradient(circle at 34% 50%, rgba(232, 23, 43, 0.34), transparent 44%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0) 12px,
      rgba(255, 255, 255, 0.08) 12px,
      rgba(255, 255, 255, 0.08) 13px
    );
  clip-path: polygon(12% 0, 100% 0, 84% 100%, 0 100%);
  opacity: calc(0.3 + (var(--hero-secondary-progress) * 0.34));
}

.hero-champion__blinds {
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  pointer-events: none;
}

.hero-champion__blind {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(232, 23, 43, 0.26), rgba(232, 23, 43, 0.04)),
    linear-gradient(0deg, rgba(5, 5, 7, 0.7), rgba(5, 5, 7, 0.08));
  transform: scaleY(calc(0.08 + (var(--hero-blinds-progress) * 0.92)));
  transform-origin: center top;
  opacity: calc(0.12 + (var(--hero-blinds-progress) * 0.84));
}

.hero-champion__blind:nth-child(even) {
  transform-origin: center bottom;
}

.hero-champion__blind::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 80%),
    url("assets/images/ring-victory.webp");
  background-position:
    center,
    calc(var(--blind-offset, 0) * 12.5%) center;
  background-size:
    100% 100%,
    1125% 100%;
  content: "";
  filter: grayscale(0.1) contrast(1.08) saturate(0.8);
}

.hero-champion__blind:nth-child(1) { --blind-offset: 0; }
.hero-champion__blind:nth-child(2) { --blind-offset: 1; }
.hero-champion__blind:nth-child(3) { --blind-offset: 2; }
.hero-champion__blind:nth-child(4) { --blind-offset: 3; }
.hero-champion__blind:nth-child(5) { --blind-offset: 4; }
.hero-champion__blind:nth-child(6) { --blind-offset: 5; }
.hero-champion__blind:nth-child(7) { --blind-offset: 6; }
.hero-champion__blind:nth-child(8) { --blind-offset: 7; }
.hero-champion__blind:nth-child(9) { --blind-offset: 8; }

.hero-champion__edge {
  z-index: 2;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.46);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  pointer-events: none;
}

.hero-champion__edge span {
  flex: 0 0 auto;
  width: max-content;
  white-space: nowrap;
}

.hero-champion__edge--top {
  top: calc(var(--header-height) + 8px);
  height: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-champion__edge--bottom {
  bottom: 0;
  height: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 5, 7, 0.72);
}

.hero-champion__inner {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: calc(max(720px, 100svh) - var(--header-height) - 54px);
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  gap: 34px;
  align-items: end;
}

.hero-champion__topline {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-champion__copy {
  max-width: 720px;
  align-self: center;
  padding: 18px 0 92px;
}

.hero-champion__copy h2 {
  margin: 18px 0 18px;
  font-size: clamp(62px, 7vw, 112px);
  line-height: 0.84;
  text-transform: uppercase;
}

.hero-champion__copy h2 em {
  color: var(--accent-hot);
  font-style: normal;
}

.hero-champion__copy > p:last-of-type {
  max-width: 470px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.72;
}

.hero-champion__copy ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.hero-champion__copy li {
  display: grid;
  gap: 8px;
  min-height: 120px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(7, 7, 9, 0.48);
  backdrop-filter: blur(14px);
}

.hero-champion__copy li strong {
  color: var(--accent-hot);
  font-family: var(--heading);
  font-size: 28px;
  line-height: 0.88;
}

.hero-champion__copy li span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-champion__credential {
  justify-self: end;
  width: min(100%, 320px);
  padding: 26px 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 4px solid var(--accent);
  background: rgba(7, 7, 9, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.hero-champion__credential span,
.hero-champion__credential small {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-champion__credential strong {
  display: block;
  margin: 12px 0 14px;
  font-family: var(--heading);
  font-size: 34px;
  line-height: 0.9;
  text-transform: uppercase;
}

.hero-champion__continue {
  grid-column: 2;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-champion__continue i {
  position: relative;
  display: block;
  width: 52px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.hero-champion__continue i::after {
  position: absolute;
  inset: 0;
  background: var(--accent);
  content: "";
  transform-origin: left;
  transform: scaleX(calc(0.34 + (var(--hero-secondary-progress) * 0.66)));
}
}

/* Two-frame hero story */
.hero-story {
  position: relative;
  z-index: 3;
  height: 220svh;
  background: #050507;
  isolation: isolate;
  scroll-snap-align: start;
}

.hero-story .hero {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  --slide-one-opacity: 1;
  --slide-one-scale: 1;
  --slide-two-opacity: 0;
  --slide-two-copy-opacity: 0;
  --slide-two-copy-shift: 64px;
  --slide-two-photo-opacity: 1;
  --slide-two-scene-opacity: 0;
  --slide-two-subject-shift: 70px;
  --slide-two-subject-scale: 0.92;
  --slide-two-fx-opacity: 0;
  --story-progress: 0;
  --hero-secondary-progress: 0;
  --hero-blinds-progress: 0;
}

.hero-story .hero__inner {
  min-height: calc(100svh - var(--header-height) - 54px);
}

.hero-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-slide--primary {
  z-index: 4;
  padding: inherit;
  opacity: var(--slide-one-opacity);
  pointer-events: auto;
  transform: scale(var(--slide-one-scale));
  transform-origin: center;
  will-change: opacity, transform;
}

.hero[data-active-slide="1"] .hero-slide--primary {
  pointer-events: none;
}

.hero-slide--champion {
  z-index: 5;
  color: var(--white);
  background: #070708;
  opacity: var(--slide-two-opacity);
  pointer-events: none;
  isolation: isolate;
  will-change: opacity;
}

.hero[data-active-slide="1"] .hero-slide--champion {
  pointer-events: auto;
}

.hero-champion__scene,
.hero-champion__graphic,
.hero-champion__blinds {
  position: absolute;
  inset: 0;
}

.hero-champion__scene {
  z-index: auto;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 8, 9, 0.9) 0%, rgba(8, 8, 9, 0.26) 32%, rgba(8, 8, 9, 0.86) 100%),
    linear-gradient(180deg, rgba(8, 8, 9, 0.44), rgba(8, 8, 9, 0.78));
}

.hero-champion__photo {
  position: absolute;
  inset: 0;
  --parallax-item-x: 0px;
  --parallax-item-y: 0px;
  --parallax-scroll-y: 0px;
  pointer-events: none;
  will-change: opacity, transform;
}

.hero-champion__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-champion__photo--bg {
  z-index: 0;
  opacity: var(--slide-two-scene-opacity);
  transform: translate3d(
    calc((var(--hero-shift-x) * -0.04) + var(--parallax-item-x)),
    calc((var(--hero-shift-y) * -0.03) + var(--parallax-item-y) + var(--parallax-scroll-y)),
    0
  ) scale(1.08);
  transform-origin: center;
}

.hero-champion__photo--bg::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 7, 9, 0.94) 0%, rgba(7, 7, 9, 0.42) 30%, rgba(7, 7, 9, 0.18) 48%, rgba(7, 7, 9, 0.86) 100%),
    linear-gradient(180deg, rgba(7, 7, 9, 0.3) 0%, rgba(7, 7, 9, 0.1) 24%, rgba(7, 7, 9, 0.88) 100%),
    radial-gradient(circle at 70% 30%, rgba(232, 23, 43, 0.22), transparent 28%);
  content: "";
}

.hero-champion__photo--group {
  z-index: 4;
  inset: auto auto 0 clamp(26px, 4vw, 66px);
  width: min(42vw, 66svh, 540px);
  height: auto;
  opacity: var(--slide-two-copy-opacity);
  filter:
    drop-shadow(0 40px 80px rgba(0, 0, 0, 0.62))
    drop-shadow(0 10px 32px rgba(232, 23, 43, 0.12));
  transform: translate3d(
    calc((var(--hero-shift-x) * 0.08) + var(--parallax-item-x)),
    calc((var(--hero-shift-y) * -0.06) + var(--parallax-item-y) + var(--parallax-scroll-y)),
    0
  );
  transform-origin: center bottom;
}

.hero-champion__photo--group img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: translate3d(0, var(--slide-two-subject-shift), 0) scale(var(--slide-two-subject-scale));
  transform-origin: center bottom;
  will-change: transform;
}

.hero-champion__photo--group::before {
  position: absolute;
  inset: 3% 6% 8% 6%;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 26%),
    linear-gradient(90deg, transparent 0 68%, rgba(232, 23, 43, 0.28) 68% 100%);
  content: "";
  mix-blend-mode: screen;
  opacity: calc(var(--slide-two-copy-opacity) * 0.44);
  pointer-events: none;
  transform: translate3d(0, var(--slide-two-subject-shift), 0) scale(var(--slide-two-subject-scale));
  transform-origin: center bottom;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 76% 100%, 0 100%);
}

.hero-champion__photo--group::after {
  position: absolute;
  inset: auto 4% 3% 4%;
  height: 22%;
  background: radial-gradient(circle at 50% 50%, rgba(232, 23, 43, 0.36), rgba(0, 0, 0, 0) 72%);
  content: "";
  filter: blur(38px);
  opacity: 0.82;
  z-index: -1;
}

.hero-champion__photo--fx {
  z-index: 3;
  mix-blend-mode: screen;
  opacity: var(--slide-two-fx-opacity);
  transform: translate3d(
    calc((var(--hero-shift-x) * 0.12) + var(--parallax-item-x)),
    calc((var(--hero-shift-y) * 0.06) + var(--parallax-item-y) + var(--parallax-scroll-y)),
    0
  );
  pointer-events: none;
}

.hero-champion__photo--fx img {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.08) brightness(0.76);
}

.hero-champion__graphic {
  z-index: 1;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(232, 23, 43, 0.86) 0 22%, rgba(232, 23, 43, 0.08) 22% 24%, transparent 24% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 28%);
  transform: translate3d(calc(var(--hero-shift-x) * -0.08), calc(var(--hero-shift-y) * -0.04), 0) scale(1.03);
}

.hero-champion__graphic::before,
.hero-champion__graphic::after {
  position: absolute;
  inset: -12%;
  content: "";
}

.hero-champion__graphic::before {
  background: repeating-linear-gradient(
    90deg,
    transparent 0 94px,
    rgba(255, 255, 255, 0.06) 94px 95px,
    transparent 95px 188px
  );
  opacity: 0.18;
  transform: none;
}

.hero-champion__graphic::after {
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 88px 88px;
  mix-blend-mode: overlay;
  opacity: 0.08;
}

.hero-champion__panel {
  position: absolute;
  inset: 8% 36% 10% 8%;
  z-index: 2;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background:
    linear-gradient(180deg, rgba(116, 0, 12, 0.3), rgba(7, 7, 9, 0.08)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 44%);
  clip-path: polygon(0 0, 88% 0, 100% 13%, 100% 100%, 9% 100%, 0 86%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  opacity: 0.22;
}

.hero-champion__backtype {
  position: absolute;
  top: 46%;
  left: 59%;
  z-index: 1;
  color: transparent;
  font-family: var(--heading);
  font-size: clamp(220px, 28vw, 460px);
  font-weight: 900;
  letter-spacing: -0.12em;
  line-height: 0.74;
  opacity: 0.08;
  transform: translate(-50%, -50%);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
  text-stroke: 1px rgba(255, 255, 255, 0.12);
}

.hero-champion__number {
  position: absolute;
  top: 8%;
  left: 3.2%;
  z-index: 2;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(136px, 14vw, 200px);
  font-weight: 900;
  letter-spacing: -0.1em;
  line-height: 0.76;
  opacity: 0.22;
  text-shadow: 10px 8px 0 rgba(5, 5, 7, 0.5);
  transform: none;
}

.hero-champion__burst {
  position: absolute;
  inset: auto 0 0 auto;
  z-index: 0;
  width: 46vw;
  height: 32vh;
  background:
    linear-gradient(135deg, rgba(232, 23, 43, 0.18), transparent 60%),
    repeating-linear-gradient(135deg, transparent 0 16px, rgba(232, 23, 43, 0.26) 16px 17px);
  display: block;
  opacity: 0.32;
  transform: translate3d(calc(var(--story-progress) * -16px), calc(var(--story-progress) * -10px), 0);
}

.hero-champion__blinds {
  z-index: 3;
  overflow: hidden;
  background: transparent;
  --parallax-item-x: 0px;
  --parallax-item-y: 0px;
  --parallax-scroll-y: 0px;
  opacity: var(--slide-two-photo-opacity);
  transform: translate3d(
    var(--parallax-item-x),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y)),
    0
  ) scale(1.018);
  transform-origin: center;
  will-change: clip-path, opacity, transform;
}

.hero-champion__blinds::before,
.hero-champion__blinds::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.hero-champion__blinds::before {
  background:
    linear-gradient(90deg, rgba(5, 5, 7, 0.86) 0%, rgba(5, 5, 7, 0.24) 24%, rgba(5, 5, 7, 0.12) 48%, rgba(5, 5, 7, 0.86) 100%),
    linear-gradient(0deg, rgba(5, 5, 7, 0.92) 0%, transparent 40%, rgba(5, 5, 7, 0.22) 100%);
}

.hero-champion__blinds::after {
  background:
    repeating-linear-gradient(90deg, transparent 0, transparent calc(11.111% - 1px), rgba(255, 255, 255, 0.12) calc(11.111% - 1px), rgba(255, 255, 255, 0.12) 11.111%),
    repeating-linear-gradient(0deg, transparent 0, transparent 3px, rgba(255, 255, 255, 0.025) 3px, rgba(255, 255, 255, 0.025) 4px);
  mix-blend-mode: screen;
  opacity: 0.28;
}

.hero-champion__blind {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(180deg, rgba(232, 23, 43, 0.03), rgba(7, 7, 9, 0.08)),
    url("assets/images/coach-kids-awards.webp");
  background-position: center, 50% 38%;
  background-size: cover;
  filter: saturate(0.94) contrast(1.08) brightness(0.68);
  opacity: 0.94;
  transform: none;
  transform-origin: center;
  will-change: clip-path;
}

.hero-champion__blind::before {
  content: none;
}

.hero-champion__edge {
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 7;
  display: flex;
  overflow: hidden;
  height: 28px;
  align-items: center;
  border-block: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--ink);
  background: var(--accent);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.17em;
  line-height: 1;
  white-space: nowrap;
}

.hero-champion__edge span {
  flex: 0 0 auto;
  padding-right: 34px;
  animation: champion-marquee 20s linear infinite;
}

.hero-champion__edge--top {
  top: var(--header-height);
}

.hero-champion__edge--bottom {
  bottom: 0;
  color: var(--white);
  background: #080809;
}

.hero-champion__edge--bottom span {
  animation-direction: reverse;
  animation-duration: 26s;
}

.hero-champion__inner {
  position: relative;
  z-index: 7;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding-top: calc(var(--header-height) + 50px);
  padding-bottom: 50px;
}

.hero-champion__topline {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.68);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-champion__copy {
  position: relative;
  z-index: 8;
  width: min(38vw, 500px);
  max-width: none;
  margin: auto 0 auto auto;
  padding: 24px 24px 26px;
  align-self: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(10, 10, 12, 0.88), rgba(10, 10, 12, 0.72)),
    linear-gradient(135deg, rgba(232, 23, 43, 0.12), transparent 38%);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  opacity: var(--slide-two-copy-opacity);
  transform: translate3d(var(--slide-two-copy-shift), 0, 0);
  will-change: opacity, transform;
}

.hero-champion__copy .eyebrow {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.72);
}

.hero-champion__copy h2 {
  max-width: none;
  margin: 0 0 22px;
  font-size: clamp(60px, 6vw, 94px);
  letter-spacing: -0.07em;
  line-height: 0.74;
  text-shadow: 0 8px 40px rgba(0, 0, 0, 0.54);
  text-transform: uppercase;
}

.hero-champion__copy h2 em {
  color: var(--accent-hot);
  font-style: normal;
}

.hero-champion__copy > p:not(.eyebrow) {
  max-width: 420px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.55;
}

.hero-champion__copy ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 590px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.22);
}

.hero-champion__copy li {
  display: grid;
  min-height: 76px;
  align-content: space-between;
  padding: 12px 14px;
  background: rgba(7, 7, 8, 0.84);
  backdrop-filter: blur(10px);
}

.hero-champion__copy li strong {
  color: var(--accent-hot);
  font-family: var(--heading);
  font-size: 20px;
  line-height: 1;
}

.hero-champion__copy li span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-champion__credential {
  position: absolute;
  top: auto;
  right: calc(38vw + 44px);
  bottom: 54px;
  left: auto;
  display: grid;
  width: auto;
  min-width: 180px;
  justify-self: auto;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 16px 18px;
  background: rgba(8, 8, 9, 0.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  opacity: var(--slide-two-copy-opacity);
  text-shadow: none;
  transform: translate3d(calc(0px - (var(--slide-two-copy-shift) * 0.45)), 0, 0);
}

.hero-champion__credential span,
.hero-champion__credential small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-champion__credential strong {
  margin: 10px 0;
  font-family: var(--heading);
  font-size: clamp(27px, 2.4vw, 38px);
  letter-spacing: -0.04em;
  line-height: 0.86;
  text-transform: uppercase;
}

.hero-champion__continue {
  position: absolute;
  bottom: 38px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  opacity: var(--slide-two-copy-opacity);
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero-champion__continue i {
  position: relative;
  display: block;
  width: 46px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.25);
}

.hero-champion__continue i::after {
  position: absolute;
  inset: 0;
  background: var(--accent);
  content: "";
  animation: scroll-line 2.8s var(--ease-soft) infinite;
  transform: translateX(-100%);
}

.hero-slider {
  position: absolute;
  top: 64%;
  right: 20px;
  bottom: auto;
  left: auto;
  z-index: 12;
  display: grid;
  width: 58px;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(7, 7, 9, 0.62);
  backdrop-filter: blur(14px);
  transform: translateY(-50%);
}

.hero-slider button {
  display: grid;
  min-height: 54px;
  place-content: center;
  border: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.46);
  background: transparent;
  cursor: pointer;
  text-align: center;
  transition:
    color var(--motion-fast) ease,
    background-color var(--motion-medium) var(--ease-premium),
    transform var(--motion-medium) var(--ease-premium);
}

.hero-slider button:hover {
  transform: translateX(-2px);
}

.hero-slider button:active {
  transform: scale(0.96);
  transition-duration: 120ms;
}

.hero-slider button[aria-current="true"] {
  color: var(--white);
  background: var(--accent);
}

.hero-slider button span {
  font-family: var(--heading);
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}

.hero-slider button small {
  margin-top: 5px;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-slider > i {
  position: absolute;
  top: 5px;
  right: -7px;
  width: 2px;
  height: calc(100% - 10px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.hero-slider > i span {
  display: block;
  width: 100%;
  height: calc(var(--story-progress) * 100%);
  background: var(--accent-hot);
  box-shadow: 0 0 10px rgba(232, 23, 43, 0.82);
}

.static-preview .hero-story {
  height: 100svh;
}

.static-preview .hero-story .hero {
  position: relative;
}

@keyframes champion-marquee {
  to {
    transform: translateX(-100%);
  }
}

/* Proof line */
.proof-line {
  position: relative;
  z-index: 4;
  overflow: hidden;
  border-block: 1px solid rgba(11, 11, 12, 0.25);
  color: var(--ink);
  background: var(--accent);
}

.proof-line::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.08)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.08) 0,
      rgba(255, 255, 255, 0.08) 1px,
      transparent 1px,
      transparent 52px
    );
  content: "";
  pointer-events: none;
}

.proof-line__track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 30px;
  padding: 15px 0;
  animation: marquee 32s linear infinite;
}

.proof-line__track span {
  font-family: var(--heading);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.proof-line__track i {
  width: 7px;
  height: 7px;
  background: var(--ink);
  transform: rotate(45deg);
}

/* Quick conversion choice */
.quick-start {
  --quick-grid-step: 80px;
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  padding: clamp(64px, 7vw, 104px) 0;
  color: var(--white);
  background:
    radial-gradient(circle at 8% 18%, rgba(232, 23, 43, 0.22), transparent 31%),
    linear-gradient(120deg, #080809, #111114 58%, #080809);
}

.quick-start::before {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 calc(var(--quick-grid-step) - 1px), rgba(255, 255, 255, 0.035) calc(var(--quick-grid-step) - 1px) var(--quick-grid-step)),
    linear-gradient(125deg, transparent 44%, rgba(232, 23, 43, 0.08) 44% 56%, transparent 56%);
  content: "";
  pointer-events: none;
}

[data-path-wipe-curtain] {
  display: none;
}

/* Section curtains share fallbacks; the quick-start ripple follows its own grid. */
@media (prefers-reduced-motion: no-preference) {
  .js:not(.static-preview) [data-path-wipe].is-path-wipe-ready > [data-path-wipe-curtain] {
    --path-wipe-gutter: max(5%, calc((100% - 1400px) / 2));
    position: absolute;
    inset: 0;
    z-index: 8;
    display: grid;
    overflow: hidden;
    align-items: stretch;
    grid-template-columns: var(--path-wipe-gutter) repeat(3, minmax(0, 1fr)) var(--path-wipe-gutter);
    pointer-events: none;
  }

  .js:not(.static-preview) [data-path-wipe] [data-path-wipe-panel] {
    position: relative;
    display: block;
    height: 100%;
    min-height: 0;
    width: calc(100% + 1px);
    border-right: 1px solid rgba(11, 11, 12, 0.06);
    background: var(--paper);
    transform: translate3d(0, 0, 0);
  }

  .js:not(.static-preview) [data-path-wipe] [data-path-wipe-panel]:last-child {
    border-right: 0;
  }

  .js:not(.static-preview) [data-path-wipe="grid"].is-path-wipe-ready > [data-path-wipe-curtain] {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: var(--quick-grid-step);
  }

  .js:not(.static-preview) [data-path-wipe="grid"] [data-path-wipe-panel] {
    border-bottom: 2px solid var(--accent);
  }

  .js:not(.static-preview) [data-path-wipe].is-path-wipe-active [data-path-wipe-panel] {
    will-change: transform;
  }

  .js:not(.static-preview) [data-path-wipe].is-path-wipe-complete > [data-path-wipe-curtain] {
    display: none;
    visibility: hidden;
  }

  .js:not(.static-preview) [data-path-wipe].is-path-wipe-complete [data-path-wipe-panel] {
    will-change: auto;
  }

  .js:not(.static-preview) .quick-start [data-quick-reveal-state="ready"] {
    opacity: 0;
    transform: translate3d(0, 32px, 0);
  }

  .js:not(.static-preview) .quick-start .quick-start__intro[data-quick-reveal-state="ready"] {
    transform: translate3d(0, 24px, 0);
  }

  .js:not(.static-preview) .quick-start [data-quick-reveal-state="active"] {
    will-change: opacity, transform;
  }

  .js:not(.static-preview) .quick-start.is-quick-content-pending .quick-start__options {
    background: transparent;
  }
}

.quick-start__grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(calc(100% - 48px), 1440px);
  grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(40px, 4.5vw, 72px);
  align-items: end;
}

.quick-start__intro h2 {
  max-width: 480px;
  margin: 18px 0 22px;
  font-size: clamp(52px, 4.8vw, 72px);
}

.quick-start__intro > p:last-child {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.quick-start__options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  align-items: stretch;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.13);
  list-style: none;
}

.quick-start__options > li {
  display: flex;
  min-width: 0;
}

.quick-option {
  position: relative;
  z-index: 0;
  display: flex;
  min-height: 330px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(24px, 2.4vw, 34px);
  color: var(--white);
  background: #171719;
  isolation: isolate;
  flex: 1;
  container-type: inline-size;
}

.quick-option::before,
.quick-option::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.quick-option::before {
  inset: 0;
  background:
    linear-gradient(118deg, transparent 28%, rgba(232, 23, 43, 0.2) 50%, transparent 72%),
    repeating-linear-gradient(90deg, transparent 0 27px, rgba(255, 255, 255, 0.045) 27px 28px);
  background-position: -180px 0, center;
  opacity: 0.34;
  transition:
    background-position 1000ms var(--ease-premium),
    opacity var(--motion-medium) ease;
}

.quick-option::after {
  right: -0.05em;
  bottom: -0.17em;
  color: transparent;
  font-family: var(--heading);
  font-size: 190px;
  font-weight: 900;
  line-height: 0.8;
  opacity: 0.6;
  transition: transform var(--motion-slow) var(--ease-premium);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
}

.quick-start__options > li:nth-child(1) .quick-option::after {
  content: "01";
}

.quick-start__options > li:nth-child(2) .quick-option::after {
  content: "02";
}

.quick-start__options > li:nth-child(3) .quick-option::after {
  content: "03";
}

.quick-option--primary {
  color: var(--ink);
  background: var(--accent);
}

.quick-option--primary::before {
  background:
    linear-gradient(118deg, transparent 28%, rgba(255, 255, 255, 0.26) 50%, transparent 72%),
    repeating-linear-gradient(90deg, transparent 0 27px, rgba(11, 11, 12, 0.07) 27px 28px);
}

.quick-option--primary::after {
  -webkit-text-stroke-color: rgba(11, 11, 12, 0.18);
}

.quick-option > span {
  color: currentColor;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  opacity: 0.68;
  text-transform: uppercase;
}

.quick-option strong {
  display: block;
  width: 100%;
  max-width: none;
  margin: clamp(44px, 3.4vw, 56px) 0 16px;
  font-family: var(--heading);
  font-size: clamp(32px, 2.25vw, 40px);
  font-size: clamp(32px, 16cqi, 46px);
  letter-spacing: -0.05em;
  line-height: 0.9;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
  text-transform: uppercase;
}

.quick-option small {
  max-width: 180px;
  color: currentColor;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.62;
  text-transform: uppercase;
}

.quick-option b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  border-top: 1px solid currentColor;
  padding-top: 14px;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quick-option b i {
  font-style: normal;
  font-size: 18px;
}

.quick-start__reassurance {
  grid-column: 2;
  margin: -18px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .quick-start__grid {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .quick-start__intro {
    max-width: 720px;
  }

  .quick-start__reassurance {
    grid-column: 1;
    margin-top: -16px;
  }
}

@media (max-width: 720px) {
  .quick-start__options {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Keep the compact mobile list; its grid-aligned strips use the shared reveal above. */
@media (max-width: 880px) {
  .quick-start {
    background: #0b0b0c;
  }

  .quick-start::before {
    background: repeating-linear-gradient(90deg, transparent 0 calc(var(--quick-grid-step) - 1px), rgba(255, 255, 255, 0.025) calc(var(--quick-grid-step) - 1px) var(--quick-grid-step));
  }

  .quick-start .quick-start__options {
    gap: 12px;
    background: transparent;
  }
}

.coach,
.groups,
.start-plan,
.hall,
.moments,
.location,
.faq,
.signup {
  overflow: hidden;
}

.coach::before,
.groups::before,
.start-plan::before,
.hall::before,
.moments::before,
.location::before,
.faq::before,
.signup::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(232, 23, 43, 0.08), transparent 28%),
    radial-gradient(circle at 88% 80%, rgba(232, 23, 43, 0.07), transparent 24%);
  content: "";
  pointer-events: none;
}

.coach > *,
.groups > *,
.start-plan > *,
.hall > *,
.moments > *,
.location > *,
.faq > *,
.signup > * {
  position: relative;
  z-index: 1;
}

/* Benefits */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(11, 11, 12, 0.2);
}

.benefit-card {
  position: relative;
  min-width: 0;
  min-height: 380px;
  overflow: hidden;
  border-right: 1px solid rgba(11, 11, 12, 0.2);
  padding: 38px 38px 46px;
  isolation: isolate;
}

.benefit-card::before {
  position: absolute;
  inset: -18%;
  z-index: 0;
  background:
    linear-gradient(120deg, transparent 28%, rgba(232, 23, 43, 0.16) 50%, transparent 72%),
    radial-gradient(ellipse at center, rgba(232, 23, 43, 0.44) 0 2px, transparent 2.6px);
  background-position: -110% 0, center;
  background-size: 46% 100%, 28px 20px;
  content: "";
  opacity: 0.06;
  pointer-events: none;
  transform: rotate(-4deg) scale(1.06);
  transition:
    opacity var(--motion-medium) ease,
    background-position 1050ms var(--ease-premium),
    transform 1050ms var(--ease-premium);
}

.benefit-card > * {
  position: relative;
  z-index: 1;
}

.benefit-card:first-child {
  border-left: 1px solid rgba(11, 11, 12, 0.2);
}

.benefit-card__number {
  color: #85827c;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.benefit-card h3 {
  max-width: 100%;
  margin: 118px 0 18px;
  font-size: clamp(34px, 2.4vw, 42px);
  line-height: 0.92;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
  transition: transform 680ms var(--ease-premium);
}

.benefit-card p {
  max-width: 300px;
  margin-bottom: 0;
  color: #5d5c59;
  font-size: 14px;
  line-height: 1.7;
}

.benefit-card i {
  position: absolute;
  top: 38px;
  right: 38px;
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(11, 11, 12, 0.2);
  transition:
    border-color var(--motion-fast) ease,
    transform 680ms var(--ease-premium);
}

.benefit-card i::before,
.benefit-card i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: translate(-50%, -50%);
}

.benefit-card i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.benefit-card--accent {
  color: var(--white);
  background: var(--accent);
}

.benefit-card--accent::before {
  background:
    linear-gradient(120deg, transparent 28%, rgba(11, 11, 12, 0.22) 50%, transparent 72%),
    radial-gradient(ellipse at center, rgba(11, 11, 12, 0.58) 0 2px, transparent 2.6px);
}

.benefit-card--accent p,
.benefit-card--accent .benefit-card__number {
  color: rgba(11, 11, 12, 0.72);
}

.benefit-card--accent i {
  border-color: rgba(11, 11, 12, 0.3);
}

/* Coach */
.coach {
  overflow: hidden;
  background: var(--ink);
}

.coach__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: center;
}

.coach__portrait {
  position: relative;
  min-height: 730px;
}

.coach__portrait::before {
  position: absolute;
  inset: -18px 24px 40px -18px;
  z-index: 0;
  border: 1px solid rgba(232, 23, 43, 0.34);
  content: "";
}

.coach__portrait > img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.8) contrast(1.06);
  clip-path: polygon(0 0, 100% 0, 100% 94%, 88% 100%, 0 100%);
}

.coach__portrait::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(11, 11, 12, 0.9), transparent 50%);
  content: "";
  pointer-events: none;
}

.coach__portrait-label {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 3;
  display: grid;
  justify-items: start;
  gap: 9px;
}

.coach__portrait-label span {
  color: var(--accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.coach__portrait-label strong {
  font-family: var(--heading);
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.12;
  text-align: left;
  text-transform: uppercase;
}

.coach__stamp {
  position: absolute;
  top: -44px;
  right: -40px;
  z-index: 4;
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--accent);
}

.coach__stamp svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
  pointer-events: none;
}

.coach__stamp text {
  font-family: "Inter", sans-serif;
  font-size: 8px;
  font-weight: 800;
}

.coach__stamp .brand__glove {
  width: 56%;
}

.coach__content h2 {
  margin-bottom: 34px;
  font-size: clamp(36px, 3.6vw, 56px);
  line-height: 1.04;
}

.coach__intro {
  max-width: 680px;
  margin-bottom: 44px;
  color: #b7b5b0;
  font-size: 17px;
  line-height: 1.75;
}

.achievement-list {
  margin-bottom: 40px;
  border-top: 1px solid var(--line);
}

.achievement-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
}

.achievement-list article > span {
  padding-top: 5px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.achievement-list h3 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1;
}

.achievement-list p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.achievement-list__featured h3 {
  color: var(--accent);
}

/* Groups */
.groups {
  color: var(--white);
  background: var(--ink-soft);
}

.groups::before {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image: linear-gradient(90deg, transparent 49.8%, rgba(255, 255, 255, 0.06) 50%, transparent 50.2%);
  background-size: 25% 100%;
  content: "";
  pointer-events: none;
}

.groups-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.14fr 0.93fr 0.93fr;
  gap: 1px;
  background: var(--line);
}

.group-card {
  position: relative;
  display: flex;
  min-height: 580px;
  overflow: hidden;
  flex-direction: column;
  padding: clamp(30px, 3vw, 46px);
  background: #18181a;
  isolation: isolate;
}

.group-card::before,
.group-card::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.group-card::before {
  inset: 0;
  background:
    linear-gradient(118deg, transparent 28%, rgba(232, 23, 43, 0.18) 48%, transparent 68%),
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(255, 255, 255, 0.055) 31px 32px);
  background-position: -220px 0, center;
  opacity: 0.24;
  transform: skewX(-8deg) translateX(-8%);
  transition:
    background-position 1100ms var(--ease-premium),
    opacity var(--motion-medium) ease,
    transform 1100ms var(--ease-premium);
}

.group-card::after {
  right: -0.06em;
  bottom: -0.18em;
  color: transparent;
  font-family: var(--heading);
  font-size: clamp(230px, 22vw, 360px);
  font-weight: 800;
  letter-spacing: -0.12em;
  line-height: 0.8;
  opacity: 0.42;
  transform: translate3d(10%, 8%, 0);
  transition: transform 1000ms var(--ease-premium);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.13);
  text-stroke: 1px rgba(255, 255, 255, 0.13);
}

.group-card:nth-child(1)::after {
  content: "01";
}

.group-card:nth-child(2)::after {
  content: "02";
}

.group-card:nth-child(3)::after {
  content: "03";
}

.group-card > * {
  position: relative;
  z-index: 1;
}

.group-card--main {
  color: var(--ink);
  background: var(--accent);
}

.group-card--main::before {
  background:
    linear-gradient(118deg, transparent 28%, rgba(255, 255, 255, 0.24) 48%, transparent 68%),
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(11, 11, 12, 0.075) 31px 32px);
}

.group-card--main::after {
  -webkit-text-stroke-color: rgba(11, 11, 12, 0.18);
  text-stroke-color: rgba(11, 11, 12, 0.18);
}

.group-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 74px;
}

.group-card__topline > span:last-child {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  opacity: 0.5;
}

.status {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 0 10px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.status--open {
  border-color: rgba(11, 11, 12, 0.3);
  color: var(--ink);
}

.group-card__eyebrow {
  margin-bottom: 12px;
  color: currentColor;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  opacity: 0.66;
  text-transform: uppercase;
}

.group-card h3 {
  margin: 0 0 40px;
  font-size: clamp(64px, 6.3vw, 92px);
}

.group-card__description,
.group-card__note {
  max-width: 340px;
  margin-bottom: 36px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.group-card--main .group-card__note {
  color: rgba(11, 11, 12, 0.68);
}

.group-card .arrow-link,
.group-card .button {
  margin-top: auto;
  align-self: flex-start;
}

/* Start plan */
.start-plan .section-heading {
  grid-template-columns: minmax(0, 1fr);
}

.start-plan__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(11, 11, 12, 0.18);
}

.start-step {
  position: relative;
  min-height: 300px;
  padding: 34px 34px 38px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(246, 242, 236, 0.9)),
    var(--paper);
}

.start-step::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, transparent 28%, rgba(232, 23, 43, 0.12) 48%, transparent 68%),
    repeating-linear-gradient(90deg, transparent 0 36px, rgba(11, 11, 12, 0.045) 36px 37px);
  content: "";
  opacity: 0.7;
  pointer-events: none;
}

.start-step > * {
  position: relative;
  z-index: 1;
}

.start-step__number {
  display: inline-flex;
  margin-bottom: 62px;
  color: rgba(11, 11, 12, 0.4);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.start-step h3 {
  max-width: 240px;
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.04;
  text-transform: uppercase;
}

.start-step p {
  max-width: 320px;
  margin: 0;
  color: #4f4d49;
  font-size: 14px;
  line-height: 1.7;
}

.start-plan__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 26px;
}

.start-plan__actions .button {
  flex: 0 0 auto;
}

.start-plan__actions .button--primary {
  color: #fff;
}

.start-plan__actions .button--primary:hover {
  background: var(--accent-dark);
}

.start-plan__actions p {
  max-width: 560px;
  margin: 0;
  color: #5d5a56;
  font-size: 13px;
  line-height: 1.65;
}

.days {
  margin-bottom: 30px;
  border-top: 1px solid rgba(11, 11, 12, 0.26);
}

.days div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(11, 11, 12, 0.26);
  padding: 13px 0;
}

.days span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.days strong {
  font-family: var(--heading);
  font-size: 24px;
  line-height: 1;
}

/* Hall */
.hall {
  background: var(--ink);
}

/* Fade the glow to the shared base color before the next dark section. */
.hall::before {
  -webkit-mask-image: linear-gradient(to bottom, #000 calc(100% - 160px), transparent);
  mask-image: linear-gradient(to bottom, #000 calc(100% - 160px), transparent);
}

.hall__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.78fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: end;
}

.hall__content h2 {
  max-width: 10ch;
  margin-bottom: 26px;
  font-size: clamp(42px, 5.3vw, 80px);
  text-wrap: balance;
}

.hall__content > p:not(.section-index):not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 40px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.equipment-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 38px;
  padding: 0;
  list-style: none;
  isolation: isolate;
}

.equipment-item {
  --equipment-delay: 80ms;
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 152px;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 18px 20px 20px;
  color: var(--white);
  background:
    radial-gradient(circle at 92% 16%, rgba(232, 23, 43, 0.12), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  transform: translateZ(0);
  transition:
    opacity 620ms ease var(--equipment-delay),
    border-color 380ms ease,
    background-color 380ms ease,
    box-shadow 520ms var(--ease-premium),
    transform 680ms var(--ease-premium) var(--equipment-delay);
}

.equipment-item::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--accent);
  content: "";
  opacity: 0.82;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 680ms var(--ease-premium) calc(var(--equipment-delay) + 180ms);
}

.equipment-item::after {
  position: absolute;
  right: 12px;
  bottom: -13px;
  color: rgba(255, 255, 255, 0.035);
  content: attr(data-equipment-index);
  font-family: var(--heading);
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.equipment-item__number {
  position: relative;
  z-index: 2;
  color: var(--accent);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.equipment-item__label {
  position: relative;
  z-index: 2;
  max-width: 100%;
  font-family: var(--heading);
  font-size: clamp(21px, 1.75vw, 27px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.06;
  text-transform: uppercase;
  text-wrap: balance;
}

.equipment-item--bags {
  --equipment-delay: 150ms;
}

.equipment-item--rhythm {
  --equipment-delay: 220ms;
}

.equipment-item--starter {
  --equipment-delay: 290ms;
}

.js .hall__content .equipment-item {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(0.985);
}

.js .hall__content .equipment-item::before {
  transform: scaleX(0);
}

.js .hall__content.is-visible .equipment-item {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.js .hall__content.is-visible .equipment-item::before {
  transform: scaleX(1);
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .hall__content.is-visible .equipment-item:hover {
    z-index: 4;
    border-color: rgba(232, 23, 43, 0.58);
    background-color: rgba(255, 255, 255, 0.045);
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.28);
    transform: translate3d(0, -4px, 0) scale(1.012);
  }

  .equipment-item:hover .equipment-item__label {
    color: #fff;
  }
}

@media (max-width: 1100px) {
  .equipment-item {
    min-height: 144px;
  }

  .equipment-item__label {
    font-size: clamp(20px, 2vw, 24px);
  }
}

@media (max-width: 620px) {
  .equipment-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 10px;
  }

  .equipment-item {
    min-height: 144px;
    gap: 18px;
    padding: 16px clamp(12px, 3.2vw, 18px) 18px;
  }

  .equipment-item__label {
    font-size: clamp(18px, 5.4vw, 23px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .equipment-item,
  .equipment-item::before {
    transition: none;
  }

  .js .hall__content .equipment-item {
    opacity: 1;
    transform: none;
  }

  .js .hall__content .equipment-item::before {
    transform: scaleX(1);
  }
}

.hall__photo {
  position: relative;
  justify-self: end;
  width: min(100%, 510px);
  min-height: 0;
  aspect-ratio: 9 / 16;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(23, 23, 24, 0.96), rgba(8, 8, 8, 0.96));
  clip-path: polygon(0 0, 100% 0, 100% 92%, 90% 100%, 0 100%);
}

.hall__photo::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(11, 11, 12, 0.88), transparent 44%),
    linear-gradient(180deg, rgba(11, 11, 12, 0.08), transparent 25%);
  content: "";
  pointer-events: none;
}

.hall__photo img,
.hall__photo video {
  width: 100%;
  height: 100%;
  min-height: 0;
  filter: saturate(0.76) contrast(1.08);
}

.hall__photo img {
  object-fit: cover;
}

.hall__photo--video video {
  object-fit: contain;
  object-position: center center;
  background: rgba(5, 5, 6, 0.98);
}

.hall__photo figcaption {
  position: absolute;
  right: 38px;
  bottom: 34px;
  left: 38px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.hall__photo figcaption span {
  color: var(--accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hall__photo figcaption strong {
  font-family: var(--heading);
  font-size: 30px;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
}

.hall__photo .video-fallback {
  inset: auto 24px 88px;
}

/* Full-width interlude between the training hall and the first-session video. */
.champion-ribbon {
  --ribbon-item-width: clamp(192px, 17vw, 248px);
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--ink);
  color: var(--ink);
  background: #e8ddbe;
}

.champion-ribbon__track {
  display: flex;
  width: max-content;
  animation: champion-ribbon-scroll 72s linear infinite;
}

.champion-ribbon__group {
  display: flex;
  flex: none;
  width: max(100vw, calc(var(--ribbon-item-width) * 12));
}

.champion-ribbon__item {
  display: flex;
  flex: 1 0 var(--ribbon-item-width);
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.7vw, 24px);
  min-width: 0;
  min-height: clamp(54px, 4.6vw, 66px);
  padding: 8px 12px;
  font-family: var(--heading);
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.champion-ribbon__item::before {
  display: block;
  flex: 0 0 auto;
  width: clamp(38px, 3.2vw, 48px);
  aspect-ratio: 168 / 110;
  background: currentColor;
  -webkit-mask: url("assets/boxing-glove-marquee.svg?v=20260902-user-glove") center / contain no-repeat;
  mask: url("assets/boxing-glove-marquee.svg?v=20260902-user-glove") center / contain no-repeat;
  content: "";
}

.static-preview .champion-ribbon__track {
  animation-play-state: paused;
}

@keyframes champion-ribbon-scroll {
  to { transform: translate3d(-50%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .champion-ribbon__track { animation: none; }
}

/* Moments */
.moments {
  color: var(--white);
  background: var(--ink);
}

.moments::before {
  background: radial-gradient(circle at 50% 26%, rgba(232, 23, 43, 0.12), transparent 34%);
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 160px);
  mask-image: linear-gradient(to bottom, transparent, #000 160px);
}

.moments .section-heading {
  display: block;
  width: min(100%, 1040px);
  margin: 0 auto clamp(44px, 5vw, 68px);
  text-align: center;
}

.moments .section-heading > div {
  max-width: none;
}

.moments .eyebrow {
  justify-content: center;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.58);
}

.moments .eyebrow span {
  background: var(--accent);
}

.moments h2 {
  max-width: 15ch;
  margin-inline: auto;
  color: var(--white);
  font-size: clamp(52px, 5.9vw, 84px);
  line-height: 1.03;
  text-wrap: balance;
}

.moments h2 span {
  display: block;
  color: rgba(255, 255, 255, 0.96);
}

.moments-grid {
  display: block;
  width: min(100%, 960px);
  margin: 0 auto;
}

.moment {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: visible;
  background: transparent;
}

.moment::before,
.moment::after {
  display: none;
}

.moment--video .moment__embed,
.moment--video .moment__embed iframe {
  width: 100%;
  height: 100%;
}

.moment--video .moment__embed {
  aspect-ratio: 16 / 9;
  background: #07090a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  overflow: hidden;
  transition:
    border-color 420ms ease,
    box-shadow 620ms var(--ease-premium),
    transform 620ms var(--ease-premium);
}

.moment--video:hover .moment__embed {
  border-color: rgba(232, 23, 43, 0.42);
  box-shadow:
    0 38px 104px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(232, 23, 43, 0.08) inset;
  transform: translateY(-3px);
}

.moment--video .moment__embed iframe {
  display: block;
  border: 0;
}

.moment__caption {
  max-width: 660px;
  margin: clamp(16px, 2vw, 24px) auto 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.65;
  text-align: center;
  text-wrap: pretty;
}

.video-fallback {
  display: none;
  position: absolute;
  inset: auto 20px 52px;
  z-index: 3;
  margin: 0;
  color: var(--white);
  font-size: 11px;
}

.video-fallback a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.moment--video.is-unavailable .video-fallback {
  display: block;
}

/* Location */
.location {
  color: var(--ink);
  background: var(--paper-deep);
}

.location__grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(48px, 8vw, 110px);
  align-items: stretch;
}

.location__details h2 {
  margin-bottom: 44px;
  font-size: clamp(48px, 5.5vw, 78px);
}

.address-card {
  border-top: 3px solid var(--accent);
  padding: 28px 0 0;
}

.address-card > span {
  display: block;
  margin-bottom: 16px;
  color: #76736e;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.address-card > strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--heading);
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.address-card > p {
  margin-bottom: 26px;
  color: #4d4b48;
  font-size: 16px;
  line-height: 1.7;
}

.arrow-link--dark {
  color: var(--ink);
}

.location__note {
  max-width: 420px;
  margin: 44px 0 0;
  color: #6b6863;
  font-size: 12px;
  line-height: 1.7;
}

.map-wrap {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #d5d2ca;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 91% 100%, 0 100%);
}

.map-graphic {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 650px;
  overflow: hidden;
}

.map-graphic svg {
  width: 100%;
  height: 100%;
  min-height: 650px;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.map-graphic:hover svg {
  transform: scale(1.025);
}

.map-address-chip {
  position: absolute;
  top: 47%;
  left: 52%;
  display: grid;
  min-width: 164px;
  gap: 3px;
  border-left: 3px solid var(--accent);
  padding: 14px 16px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 18px 40px rgba(11, 11, 12, 0.2);
}

.map-address-chip small {
  color: var(--muted);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-address-chip strong {
  font-family: var(--heading);
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.map-address-chip b {
  color: var(--accent);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.map-label {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  gap: 16px;
  padding: 10px 13px;
  color: var(--white);
  background: var(--ink);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* FAQ */
.faq {
  background: var(--ink-soft);
}

.faq__grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(60px, 10vw, 150px);
}

.faq__heading {
  position: sticky;
  top: calc(var(--header-height) + 40px);
  align-self: start;
}

.faq__heading h2 {
  margin-bottom: 40px;
  font-size: clamp(54px, 5.2vw, 76px);
}

.faq__list {
  border-top: 1px solid var(--line);
}

.faq details {
  position: relative;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  transition:
    height 440ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    background-color 220ms ease;
}

.faq details::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), rgba(232, 23, 43, 0));
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition:
    transform 440ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease;
}

.faq details[open]::after {
  opacity: 0.85;
  transform: scaleX(1);
}

.faq details.is-closing::after {
  opacity: 0;
  transform: scaleX(0);
}

.faq summary {
  position: relative;
  padding: 28px 58px 28px 0;
  font-family: var(--heading);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 220ms ease;
}

.faq summary:hover,
.faq summary:focus-visible {
  color: var(--accent);
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  transform: translateY(-50%);
  transition:
    border-color 260ms ease,
    background-color 260ms ease,
    box-shadow 320ms ease;
}

.faq summary span::before,
.faq summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: var(--white);
  content: "";
  transform: translate(-50%, -50%);
  transition:
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 220ms ease;
}

.faq summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq details[open] summary span {
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(232, 23, 43, 0.08);
}

.faq details.is-closing summary span {
  border-color: var(--line);
  background: transparent;
  box-shadow: none;
}

.faq details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq details.is-closing summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq details[open] summary span::before,
.faq details[open] summary span::after {
  background: var(--ink);
}

.faq details.is-closing summary span::before,
.faq details.is-closing summary span::after {
  background: var(--white);
}

.faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition:
    grid-template-rows 440ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 240ms ease,
    transform 440ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 440ms;
}

.faq details[open] > .faq__answer {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.js .faq__answer {
  transition:
    grid-template-rows 440ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 240ms ease,
    transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq details.is-closing > .faq__answer {
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: visible;
  transform: translateY(-8px);
  transition-delay: 0s;
}

.faq__answer-inner {
  min-height: 0;
  overflow: hidden;
}

.faq details p {
  max-width: 660px;
  margin: -4px 0 28px;
  padding-right: 50px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity 240ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq details[open] p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 90ms;
}

.faq details[data-collapsing="true"] p {
  opacity: 0;
  transform: translateY(-6px);
  transition-delay: 0s;
}

@media (prefers-reduced-motion: reduce) {
  .faq details,
  .faq details::after,
  .faq summary,
  .faq summary span,
  .faq summary span::before,
  .faq summary span::after,
  .faq__answer,
  .faq details p {
    transition: none !important;
  }
}

/* Sign-up */
.signup {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: 860px;
  background: var(--ink);
}

.signup__media {
  position: relative;
  min-height: 720px;
  overflow: hidden;
}

.signup__media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(11, 11, 12, 0.94), transparent 62%),
    linear-gradient(90deg, rgba(232, 23, 43, 0.17), transparent 40%);
  content: "";
}

.signup__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  filter: saturate(0.72) contrast(1.08);
}

.signup__media-content {
  position: absolute;
  right: clamp(30px, 5vw, 80px);
  bottom: clamp(50px, 7vw, 100px);
  left: max(30px, calc((100vw - var(--container)) / 2));
  z-index: 2;
}

.signup__media-content h2 {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: clamp(58px, 6.5vw, 94px);
}

.signup__media-content > p:last-child {
  max-width: 520px;
  margin: 0;
  color: #d2cfca;
  font-size: 15px;
}

.signup__form-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 120px) max(30px, calc((100vw - var(--container)) / 2)) clamp(60px, 8vw, 120px) clamp(44px, 6vw, 96px);
  color: var(--ink);
  background: var(--paper);
}

.signup__form-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
  border-bottom: 1px solid rgba(11, 11, 12, 0.2);
  padding-bottom: 20px;
}

.signup__form-intro span {
  color: #74716c;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signup__form-intro strong {
  font-family: var(--heading);
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

.signup__selection {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px 20px;
  align-items: center;
  margin-bottom: 30px;
  border: 1px solid rgba(11, 11, 12, 0.2);
  border-left: 4px solid var(--accent);
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.32);
}

.signup__selection span {
  color: #77736d;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signup__selection strong {
  font-family: var(--heading);
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.signup__selection a {
  border-bottom: 1px solid rgba(11, 11, 12, 0.38);
  padding-bottom: 2px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.signup__points {
  display: grid;
  gap: 10px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.signup__points li {
  position: relative;
  padding-left: 20px;
  color: #5d5a56;
  font-size: 12px;
  line-height: 1.6;
}

.signup__points li::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--accent);
  content: "";
  transform: rotate(45deg);
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 16px;
}

.field {
  display: grid;
  gap: 8px;
}

.field--full {
  grid-column: 1 / -1;
}

.field label {
  color: #504f4c;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field label span {
  color: #98958f;
  font-size: 7px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(11, 11, 12, 0.25);
  border-radius: 0;
  padding: 14px 15px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  outline: none;
  transition:
    border-color 160ms ease,
    background-color 160ms ease;
}

.field input,
.field select {
  min-height: 52px;
}

.field textarea {
  min-height: 92px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--accent);
  background: var(--white);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #99958e;
}

.button--submit {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 5px;
}

.lead-form__privacy {
  grid-column: 1 / -1;
  max-width: 600px;
  margin: -4px 0 0;
  color: #79756f;
  font-size: 10px;
  line-height: 1.55;
}

.lead-form__privacy a {
  color: #e9e1d4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lead-form__privacy a:focus-visible,
.site-footer__legal a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.signup__direct {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 38px;
  border-top: 1px solid rgba(11, 11, 12, 0.2);
  padding-top: 22px;
  font-size: 11px;
}

.signup__direct span {
  width: 100%;
  color: #77736d;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signup__direct a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(11, 11, 12, 0.25);
  text-underline-offset: 4px;
}

/* Footer */
.site-footer {
  padding: 72px 0 36px;
  background: #080809;
}

.site-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 56px;
}

.brand--footer .brand__mark {
  width: 52px;
  height: 52px;
}

.brand--footer .brand__text strong {
  font-size: 20px;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 36px;
}

.site-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 220ms ease;
}

.site-footer__link-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.02);
  transition:
    color 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    transform 320ms var(--ease-premium);
}

.site-footer__link-icon svg {
  width: 16px;
  height: 16px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer__link-icon .site-footer__icon-dot {
  fill: currentColor;
  stroke: none;
}

.site-footer__link-arrow {
  color: rgba(255, 255, 255, 0.42);
  transition:
    color 220ms ease,
    transform 320ms var(--ease-premium);
}

.site-footer__links a:hover {
  color: var(--accent);
}

.site-footer__links a:hover .site-footer__link-icon,
.site-footer__links a:focus-visible .site-footer__link-icon {
  border-color: var(--accent);
  color: var(--white);
  background: var(--accent);
  transform: translateY(-2px);
}

.site-footer__links a:hover .site-footer__link-arrow,
.site-footer__links a:focus-visible .site-footer__link-arrow {
  color: var(--accent);
  transform: translate(2px, -2px);
}

.site-footer__links a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}

@media (max-width: 880px) {
  .site-footer__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__links {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 6px;
  }

  .site-footer__links a {
    min-height: 44px;
    flex-shrink: 0;
    white-space: nowrap;
  }
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 26px;
  color: #777674;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__bottom p {
  margin: 0;
}

.site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 28px;
  padding-top: 16px;
}

.site-footer__legal a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #b7b5af;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer__legal a:hover,
.lead-form__privacy a:hover {
  color: var(--accent);
}

.mobile-actions {
  display: none;
}

.site-footer__analytics-settings {
  min-height: 44px;
  margin: -16px 0;
  border: 0;
  padding: 16px 0;
  color: #b7b5af;
  font: inherit;
  letter-spacing: inherit;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: inherit;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease;
}

.site-footer__analytics-settings:hover {
  color: var(--accent);
}

.site-footer__analytics-settings:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.analytics-consent[hidden],
.site-footer__analytics-settings[hidden] {
  display: none !important;
}

.analytics-consent {
  position: fixed;
  right: max(8px, env(safe-area-inset-right, 0px));
  bottom: calc(var(--mobile-actions-height, 0px) + 8px);
  left: max(8px, env(safe-area-inset-left, 0px));
  z-index: 2300;
  max-width: 900px;
  max-height: calc(100dvh - var(--mobile-actions-height, 0px) - 16px);
  margin: 0 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 360ms var(--ease-premium);
}

.analytics-consent.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.analytics-consent__card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(11, 11, 12, 0.16);
  border-top: 4px solid var(--accent);
  border-radius: var(--radius);
  padding: 20px 52px 20px 20px;
  color: var(--ink);
  background:
    linear-gradient(120deg, transparent 0 68%, rgba(232, 23, 43, 0.06) 68% 100%),
    var(--paper);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.42);
}

.analytics-consent__eyebrow {
  margin: 0 0 8px;
  color: var(--accent-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.analytics-consent h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--heading);
  font-size: clamp(28px, 8vw, 38px);
  line-height: 0.95;
  text-transform: uppercase;
}

.analytics-consent__description {
  max-width: 62ch;
  margin: 12px 0 16px;
  color: #4f4d49;
  font-size: 13px;
  line-height: 1.55;
}

.analytics-consent__actions {
  display: grid;
  gap: 8px;
}

.analytics-consent__actions button {
  min-height: 48px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  padding: 10px 16px;
  font-family: var(--body);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.analytics-consent__accept {
  border-color: var(--accent) !important;
  color: var(--white);
  background: var(--accent);
}

.analytics-consent__reject {
  color: var(--ink);
  background: transparent;
}

.analytics-consent__actions button:hover {
  transform: translateY(-1px);
}

.analytics-consent__accept:hover {
  border-color: var(--accent-dark) !important;
  background: var(--accent-dark);
}

.analytics-consent__reject:hover {
  color: var(--white);
  background: var(--ink);
}

.analytics-consent__actions button:focus-visible,
.analytics-consent__close:focus-visible,
.analytics-consent__policy:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.analytics-consent__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(11, 11, 12, 0.24);
  border-radius: 50%;
  padding: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.24);
  cursor: pointer;
}

.analytics-consent__close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.analytics-consent__policy {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin-top: 6px;
  color: #5f5c57;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 621px) {
  .analytics-consent {
    right: max(16px, env(safe-area-inset-right, 0px));
    left: max(16px, env(safe-area-inset-left, 0px));
  }

  .analytics-consent__card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.72fr);
    column-gap: 28px;
    padding: 24px 68px 20px 26px;
  }

  .analytics-consent__eyebrow,
  .analytics-consent h2,
  .analytics-consent__description {
    grid-column: 1;
  }

  .analytics-consent__actions {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-content: center;
  }

  .analytics-consent__policy {
    grid-column: 2;
    justify-self: start;
  }
}

@media (min-width: 881px) {
  .analytics-consent {
    bottom: max(16px, env(safe-area-inset-bottom, 0px));
  }
}

@media (max-width: 620px) and (max-height: 500px) and (orientation: landscape) {
  .analytics-consent__card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(236px, 0.95fr);
    column-gap: 18px;
    padding: 14px 52px 14px 18px;
  }

  .analytics-consent__eyebrow,
  .analytics-consent h2,
  .analytics-consent__description {
    grid-column: 1;
  }

  .analytics-consent h2 {
    font-size: clamp(25px, 6vw, 32px);
  }

  .analytics-consent__description {
    margin: 8px 0 0;
    font-size: 11px;
    line-height: 1.4;
  }

  .analytics-consent__actions {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-content: center;
  }

  .analytics-consent__actions button {
    min-height: 42px;
    padding: 8px 10px;
    font-size: 9px;
  }

  .analytics-consent__policy {
    grid-column: 2;
    min-height: 28px;
    justify-self: start;
    margin-top: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .analytics-consent,
  .analytics-consent__actions button {
    transition: none;
  }
}

/* Progressive reveals */
.js .reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.995);
  transition:
    opacity 800ms ease,
    transform 950ms var(--ease-premium);
  will-change: opacity, transform;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: auto;
}

.static-preview .reveal,
.static-preview .reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.static-preview .hero__word,
.static-preview .hero__rank-card,
.static-preview .hero__coach-label,
.static-preview .hero__bottom {
  opacity: 1 !important;
  animation: none !important;
}

.static-preview .moment::before {
  opacity: 0 !important;
  animation: none !important;
}

.static-preview .hero__impact-grid {
  animation: none !important;
}

.js .reveal--delay-small {
  transition-delay: 110ms;
}

.js .reveal--delay {
  transition-delay: 190ms;
}

@keyframes scroll-line {
  0% {
    transform: translateX(-100%);
  }
  50%,
  100% {
    transform: translateX(100%);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes hero-word-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0) scale(0.975);
  }
  58% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes hero-panel-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-grid-drift {
  0% {
    transform: translate3d(-1.25%, 0, 0);
  }
  50% {
    transform: translate3d(1.25%, 0, 0);
  }
  100% {
    transform: translate3d(-1.25%, 0, 0);
  }
}

@keyframes signal-pulse {
  0%,
  100% {
    transform: scaleY(0.88);
    opacity: 0.64;
  }
  50% {
    transform: scaleY(1.03);
    opacity: 0.9;
  }
}

@keyframes impact-drift {
  0% {
    transform: translate3d(calc(-50% + (var(--hero-shift-x) * -0.1)), 0, 0) scale(1);
  }
  100% {
    transform: translate3d(calc(-50% + (var(--hero-shift-x) * -0.1)), -10px, 0) scale(1.02);
  }
}

@keyframes moment-scan {
  0% {
    opacity: 0;
    transform: skewX(-16deg) translateX(0);
  }
  14%,
  76% {
    opacity: 0.42;
  }
  100% {
    opacity: 0;
    transform: skewX(-16deg) translateX(320%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .quick-option:hover::before {
    background-position: 220% 0, center;
    opacity: 0.72;
  }

  .quick-option:hover::after {
    transform: translate3d(-4%, -4%, 0) scale(1.035);
  }

  .benefit-card:hover::before {
    background-position: 220% 0, center;
    opacity: 0.16;
    transform: rotate(0deg) scale(1.1);
  }

  .benefit-card:hover h3 {
    transform: translate3d(8px, 0, 0);
  }

  .benefit-card:hover i {
    border-color: var(--accent);
    transform: rotate(90deg);
  }

  .benefit-card--accent:hover i {
    border-color: rgba(11, 11, 12, 0.72);
  }

  .group-card:hover::before {
    background-position: 260% 0, center;
    opacity: 0.6;
    transform: skewX(-3deg) translateX(0);
  }

  .group-card:hover::after {
    transform: translate3d(4%, 2%, 0) scale(1.025);
  }

}

@media (max-width: 1120px) {
  :root {
    --header-height: 78px;
  }

  .site-nav {
    gap: 20px;
  }

  .header-phone {
    display: none;
  }

  .quick-start__grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .quick-start__intro {
    max-width: 720px;
  }

  .quick-start__reassurance {
    grid-column: 1;
    margin-top: -16px;
  }

  .hero__headline {
    gap: 18px;
    font-size: clamp(50px, 6.45vw, 74px);
  }

  .hero__telemetry {
    font-size: 9px;
    letter-spacing: 0.22em;
  }

  .hero__bottom {
    grid-template-columns: minmax(0, 540px) 280px;
    gap: 34px;
  }

  .hero__showreel {
    display: none;
  }

  .groups-grid {
    grid-template-columns: 1fr 1fr;
  }

  .group-card--main {
    grid-column: 1 / -1;
    min-height: 510px;
  }

  .group-card--main .days {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    border-top: 0;
  }

  .group-card--main .days div {
    display: grid;
    gap: 6px;
    border-top: 1px solid rgba(11, 11, 12, 0.26);
    padding-top: 13px;
  }

  .group-card--main .group-card__topline {
    margin-bottom: 42px;
  }

  .group-card--main h3 {
    margin-bottom: 25px;
  }

  .coach__portrait {
    min-height: 640px;
  }

  .hall__grid {
    grid-template-columns: 0.92fr 1.08fr;
    gap: 50px;
  }

  .start-plan__grid {
    grid-template-columns: 1fr;
  }

  .start-step {
    min-height: 240px;
  }

  .start-plan__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .signup {
    grid-template-columns: 0.82fr 1.18fr;
  }
}

@media (max-width: 880px) {
  :root {
    --header-height: 72px;
    --mobile-actions-height: calc(62px + env(safe-area-inset-bottom, 0px));
  }

  .container {
    width: min(calc(100% - 36px), var(--container));
  }

  .site-header__actions .button {
    display: none;
  }

  .nav-toggle {
    position: relative;
    z-index: 102;
    display: block;
  }

  .nav-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    padding: 90px 28px 80px;
    background: rgba(11, 11, 12, 0.98);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    transition:
      opacity 200ms ease,
      transform 200ms ease,
      visibility 200ms ease;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .site-nav a {
    width: 100%;
    border-bottom: 1px solid var(--line);
    padding: 18px 0;
    font-family: var(--heading);
    font-size: 42px;
    letter-spacing: -0.03em;
  }

  .hero {
    min-height: max(820px, 100svh);
    padding: calc(var(--header-height) + 18px) 0 20px;
  }

  .hero__inner {
    min-height: calc(max(820px, 100svh) - var(--header-height) - 38px);
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(5, 5, 7, 0.48), transparent 38%, transparent 68%, rgba(5, 5, 7, 0.48)),
      linear-gradient(0deg, rgba(5, 5, 7, 0.98) 0%, rgba(5, 5, 7, 0.5) 30%, rgba(5, 5, 7, 0.08) 70%, rgba(5, 5, 7, 0.3) 100%);
  }

  .hero__frame {
    inset: calc(var(--header-height) + 3px) 10px 10px;
  }

  .hero__broadcast {
    top: calc(var(--header-height) + 80px);
    bottom: 18%;
    width: min(30vw, 260px);
  }

  .hero__backtype {
    top: 41%;
    font-size: clamp(300px, 84vw, 620px);
    opacity: 0.11;
  }

  .hero__impact-grid {
    left: 50%;
    width: 170%;
    opacity: 0.14;
  }

  .hero__telemetry {
    display: none;
  }

  .hero__signal--top {
    right: 18px;
  }

  .hero__signal--bottom {
    left: 18px;
    bottom: 118px;
  }

  .hero__headline {
    top: 31%;
    left: 0;
    display: block;
    width: 100%;
    font-size: clamp(54px, 12.3vw, 76px);
    line-height: 0.82;
    transform: translateY(-50%);
    white-space: normal;
  }

  .hero__word,
  .hero__word--left,
  .hero__word--center,
  .hero__word--right {
    text-align: left;
  }

  .hero__word--center {
    margin-left: 4%;
  }

  .hero__word--right {
    margin-left: 10%;
  }

  .hero__rank-card {
    top: 7%;
    width: 142px;
    min-height: 132px;
    padding: 14px;
  }

  .hero__rank-card strong {
    font-size: 52px;
  }

  .hero__coach-label {
    top: 9%;
  }

  .hero__coach-label strong {
    font-size: 24px;
  }

  .hero__bottom {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 24px;
    margin-bottom: 66px;
  }

  .hero__proofs,
  .hero__showreel {
    display: none;
  }

  .hero__schedule-card {
    min-height: 128px;
    padding: 18px;
  }

  .hero__scroll {
    display: none;
  }

  .hero__frame::after {
    width: min(112vw, 820px);
    transform: translate(-50%, -44%) scale(0.84);
  }

  .section-heading,
  .coach__grid,
  .hall__grid,
  .location__grid,
  .faq__grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 24px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .start-step {
    padding: 30px;
  }

  .start-step__number {
    margin-bottom: 42px;
  }

  .benefit-card,
  .benefit-card:first-child {
    min-height: 290px;
    border-right: 1px solid rgba(11, 11, 12, 0.2);
    border-bottom: 1px solid rgba(11, 11, 12, 0.2);
    border-left: 1px solid rgba(11, 11, 12, 0.2);
  }

  .benefit-card h3 {
    margin-top: 65px;
  }

  .coach__grid {
    gap: 90px;
  }

  .coach__portrait {
    width: min(84%, 580px);
    min-height: 700px;
  }

  .coach__content {
    max-width: 760px;
  }

  .hall__grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
    gap: 56px;
  }

  .hall__content {
    max-width: 720px;
  }

  .hall__photo {
    width: min(100%, 460px);
  }

  .hall__content h2 {
    max-width: 10.5ch;
    font-size: clamp(40px, 4.9vw, 68px);
  }

  .moments-grid {
    width: min(100%, 900px);
  }

  .map-wrap,
  .map-graphic,
  .map-graphic svg {
    min-height: 520px;
  }

  .faq__grid {
    gap: 58px;
  }

  .faq__heading {
    position: static;
  }

  .signup {
    grid-template-columns: 1fr;
  }

  .signup__media {
    min-height: 740px;
  }

  .signup__media-content {
    left: 30px;
  }

  .signup__form-wrap {
    padding: 76px max(30px, calc((100vw - var(--container)) / 2));
  }

  .site-footer {
    padding-bottom: 100px;
  }

  .mobile-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    min-height: var(--mobile-actions-height);
    border-top: 1px solid var(--line);
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: var(--ink);
  }

  .mobile-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  .mobile-actions a:last-child {
    gap: 18px;
    color: var(--ink);
    background: var(--accent);
  }
}

@media (max-width: 620px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 84px 0;
  }

  .quick-start {
    padding: 72px 0;
  }

  .quick-start__grid {
    gap: 34px;
  }

  .quick-start__intro h2 {
    font-size: clamp(46px, 14vw, 62px);
  }

  .quick-start__options {
    grid-template-columns: 1fr;
  }

  .quick-option {
    min-height: 245px;
  }

  .quick-option strong {
    margin-top: 42px;
    font-size: 44px;
  }

  .quick-start__reassurance {
    margin-top: -12px;
    text-align: left;
  }

  h2 {
    font-size: clamp(42px, 14vw, 66px);
  }

  .brand__mark {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .brand__text strong {
    font-size: 13px;
  }

  .brand__text small {
    font-size: 6px;
  }

  .hero {
    min-height: max(860px, 100svh);
    padding-top: calc(var(--header-height) + 14px);
  }

  .hero__inner {
    min-height: calc(max(860px, 100svh) - var(--header-height) - 34px);
  }

  .hero__arena--background img {
    object-position: 50% center;
  }

  .hero__arena--atmosphere img {
    object-position: center top;
  }

  .hero__arena--fighter img {
    object-position: 50% 50%;
    transform: translate3d(calc(var(--hero-shift-x) * 0.08), calc(var(--hero-shift-y) * 0.07), 0) scale(1.035);
  }

  .hero__arena--foreground img {
    object-position: 50% bottom;
    opacity: 0.36;
  }

  .hero__impact-grid {
    width: 196%;
    opacity: 0.1;
  }

  .hero__backtype {
    top: 39%;
    font-size: 92vw;
    opacity: 0.085;
  }

  .hero__topline {
    font-size: 7px;
  }

  .hero__topline span:last-child {
    display: none;
  }

  .hero__headline {
    top: 30%;
    font-size: clamp(46px, 13.4vw, 57px);
    line-height: 0.9;
  }

  .hero__rank-card {
    top: 6%;
    width: 116px;
    min-height: 112px;
    border-top-width: 3px;
    padding: 11px;
  }

  .hero__rank-card > span,
  .hero__rank-card p {
    font-size: 6px;
    letter-spacing: 0.1em;
  }

  .hero__rank-card strong {
    font-size: 43px;
  }

  .hero__rank-card strong small {
    font-size: 11px;
  }

  .hero__coach-label {
    top: 7%;
    max-width: 142px;
  }

  .hero__coach-label strong {
    margin-block: 7px;
    font-size: 19px;
  }

  .hero__coach-label span,
  .hero__coach-label small {
    font-size: 5.5px;
  }

  .hero__bottom {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero__pitch .eyebrow {
    margin-bottom: 9px;
    font-size: 8px;
  }

  .hero__lead {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: 11px;
    line-height: 1.48;
  }

  .hero__actions {
    align-items: flex-start;
    gap: 14px;
  }

  .hero__actions .button {
    width: 100%;
    min-height: 52px;
    padding-inline: 17px;
    font-size: 9px;
  }

  .hero__actions .text-link {
    display: none;
  }

  .hero__schedule-card {
    width: 100%;
    min-height: 90px;
    padding: 13px 15px;
  }

  .hero__schedule-card span {
    margin-bottom: 5px;
  }

  .hero__schedule-card b {
    font-size: 34px;
  }

  .hero__schedule-card > small {
    padding-top: 6px;
  }

  .section-heading {
    margin-bottom: 45px;
  }

  .benefit-card {
    min-height: 250px;
    padding: 28px;
  }

  .benefit-card h3 {
    margin: 54px 0 13px;
  }

  .benefit-card i {
    top: 28px;
    right: 28px;
  }

  .coach__grid {
    gap: 72px;
  }

  .coach__portrait {
    width: calc(100% - 18px);
    min-height: 560px;
  }

  .coach__portrait::before {
    inset: -10px 16px 28px -10px;
  }

  .coach__stamp {
    top: -34px;
    right: -20px;
    width: 96px;
    height: 96px;
  }

  .coach__portrait-label {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .coach__portrait-label strong {
    font-size: 24px;
  }

  .coach__intro {
    font-size: 14px;
  }

  .achievement-list article {
    grid-template-columns: 36px 1fr;
  }

  .groups-grid {
    grid-template-columns: 1fr;
  }

  .group-card--main {
    grid-column: auto;
  }

  .group-card {
    min-height: 500px;
    padding: 28px;
  }

  .start-step h3 {
    max-width: 100%;
    font-size: 34px;
  }

  .start-step p,
  .start-plan__actions p {
    max-width: 100%;
  }

  .group-card__topline {
    margin-bottom: 48px;
  }

  .group-card h3 {
    font-size: 68px;
  }

  .group-card--main .days {
    display: block;
  }

  .group-card--main .days div {
    display: flex;
  }

  .hall__grid {
    gap: 34px;
  }

  .hall__content h2 {
    max-width: 100%;
    font-size: clamp(38px, 11vw, 58px);
  }

  .hall__photo {
    width: min(100%, 420px);
    aspect-ratio: 10 / 14;
  }

  .hall__photo figcaption {
    right: 22px;
    bottom: 24px;
    left: 22px;
  }

  .hall__photo figcaption strong {
    font-size: 24px;
  }

  .hall__photo .video-fallback {
    inset: auto 18px 78px;
    font-size: 10px;
  }

  .moments-grid {
    display: block;
    width: 100%;
  }

  .moment--video {
    width: 100%;
  }

  .location__details h2 {
    font-size: 48px;
  }

  .map-wrap,
  .map-graphic,
  .map-graphic svg {
    min-height: 430px;
  }

  .map-address-chip {
    top: 50%;
    left: 39%;
  }

  .faq summary {
    padding-block: 24px;
    font-size: 22px;
  }

  .faq details p {
    padding-right: 12px;
  }

  .signup__media {
    min-height: 650px;
  }

  .signup__media-content {
    right: 24px;
    bottom: 46px;
    left: 24px;
  }

  .signup__media-content h2 {
    font-size: 54px;
  }

  .signup__form-wrap {
    padding: 62px 20px;
  }

  .signup__form-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .signup__selection {
    grid-template-columns: 1fr auto;
  }

  .signup__selection span {
    grid-column: 1 / -1;
  }

  .signup__points {
    margin-bottom: 24px;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .field--full,
  .button--submit,
  .lead-form__privacy {
    grid-column: auto;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__links a {
    gap: 4px;
    letter-spacing: 0.02em;
  }

  .site-footer__link-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
}

@media (max-width: 1120px) {
  .hero-champion__photo--group {
    left: clamp(10px, 2.5vw, 34px);
    width: min(54vw, 72svh, 560px);
  }

  .hero-champion__copy {
    width: min(52vw, 540px);
  }

  .hero-champion__copy h2 {
    font-size: clamp(58px, 7vw, 82px);
  }

  .hero-champion__credential {
    max-width: 185px;
  }
}

@media (max-width: 880px) {
  .hero-story {
    height: 212svh;
  }

  .hero-story .hero,
  .hero-story .hero__inner {
    min-height: 100svh;
  }

  .hero-story .hero__inner {
    min-height: calc(100svh - var(--header-height) - 38px);
  }

  .hero-champion__edge {
    height: 24px;
    font-size: 7px;
  }

  .hero-champion__inner {
    padding-top: calc(var(--header-height) + 44px);
    padding-bottom: 44px;
  }

  .hero-champion__copy {
    width: min(66vw, 520px);
  }

  .hero-champion__photo--bg::after {
    background:
      radial-gradient(circle at 22% 52%, rgba(232, 23, 43, 0.24), transparent 30%),
      linear-gradient(90deg, rgba(7, 7, 9, 0.1) 0%, rgba(7, 7, 9, 0.42) 52%, rgba(7, 7, 9, 0.92) 100%),
      linear-gradient(180deg, rgba(7, 7, 9, 0.14) 0%, rgba(7, 7, 9, 0.08) 28%, rgba(7, 7, 9, 0.8) 100%);
  }

  .hero-champion__photo--group {
    left: -2%;
    width: min(62vw, 70svh, 500px);
  }

  .hero-champion__copy h2 {
    font-size: clamp(54px, 9.4vw, 76px);
  }

  .hero-champion__credential {
    top: 14%;
    max-width: 170px;
  }

  .hero-champion__blind {
    background-position: 38% center;
  }

  .hero-champion__number {
    left: -2%;
    font-size: clamp(240px, 54vw, 440px);
  }

  .hero-slider {
    right: auto;
    left: 10px;
    width: 50px;
  }

  .hero-slider button {
    min-height: 48px;
  }
}

@media (max-width: 620px) {
  .hero-story {
    height: 205svh;
  }

  .hero-story .hero__inner {
    min-height: calc(100svh - var(--header-height) - 34px);
  }

  .hero__actions .swipe-button {
    width: 100%;
    min-height: 56px;
    padding-right: 56px;
    padding-left: 70px;
    font-size: 9px;
  }

  .hero__actions .swipe-button__orb {
    top: 4px;
    width: 46px;
    height: 46px;
  }

  .hero-champion__graphic {
    background:
      radial-gradient(circle at 45% 28%, rgba(255, 255, 255, 0.16), transparent 20%),
      linear-gradient(165deg, var(--accent) 0 42%, #09090a 42% 100%);
  }

  .hero-champion__photo--bg {
    transform: translate3d(
      calc((var(--hero-shift-x) * -0.04) + var(--parallax-item-x)),
      calc((var(--hero-shift-y) * -0.03) + var(--parallax-item-y) + var(--parallax-scroll-y)),
      0
    ) scale(1.08);
  }

  .hero-champion__photo--bg::after {
    background:
      radial-gradient(circle at 34% 36%, rgba(232, 23, 43, 0.22), transparent 26%),
      linear-gradient(180deg, rgba(7, 7, 9, 0.22) 0%, rgba(7, 7, 9, 0.04) 22%, rgba(7, 7, 9, 0.62) 58%, rgba(7, 7, 9, 0.96) 100%),
      linear-gradient(90deg, rgba(7, 7, 9, 0.08) 0%, rgba(7, 7, 9, 0.08) 34%, rgba(7, 7, 9, 0.58) 58%, rgba(7, 7, 9, 0.94) 100%);
  }

  .hero-champion__photo--group {
    inset: calc(var(--header-height) + 20px) auto auto -22%;
    width: 122vw;
    max-width: none;
    -webkit-mask-image: linear-gradient(to bottom, #000 0 64%, rgba(0, 0, 0, 0.92) 72%, transparent 94%);
    mask-image: linear-gradient(to bottom, #000 0 64%, rgba(0, 0, 0, 0.92) 72%, transparent 94%);
    transform: translate3d(
      calc((var(--hero-shift-x) * 0.08) + var(--parallax-item-x)),
      calc((var(--hero-shift-y) * -0.04) + var(--parallax-item-y) + var(--parallax-scroll-y)),
      0
    );
  }

  .hero-champion__photo--fx {
    opacity: calc(var(--slide-two-fx-opacity) * 0.72);
  }

  .hero-champion__graphic::before {
    opacity: 0.44;
  }

  .hero-champion__panel {
    display: none;
  }

  .hero-champion__backtype {
    display: none;
  }

  .hero-champion__number {
    display: none;
  }

  .hero-champion__burst {
    top: 36%;
    right: -48%;
    width: 138vw;
  }

  .hero-champion__blind {
    background-position: 35% center;
  }

  .hero-champion__blinds::before {
    background:
      linear-gradient(90deg, rgba(5, 5, 7, 0.22), rgba(5, 5, 7, 0.12)),
      linear-gradient(0deg, rgba(5, 5, 7, 0.98) 0%, rgba(5, 5, 7, 0.78) 45%, rgba(5, 5, 7, 0.05) 76%, rgba(5, 5, 7, 0.26) 100%);
  }

  .hero-champion__edge {
    height: 21px;
    font-size: 6px;
  }

  .hero-champion__inner {
    padding-top: calc(var(--header-height) + 34px);
    padding-bottom: 74px;
  }

  .hero-champion__topline {
    font-size: 6px;
  }

  .hero-champion__topline span:last-child {
    display: none;
  }

  .hero-champion__copy {
    width: calc(100% - 36px);
    margin: auto 0 0 auto;
    padding: 18px 18px 22px;
  }

  .hero-champion__copy .eyebrow {
    margin-bottom: 9px;
    font-size: 7px;
  }

  .hero-champion__copy h2 {
    margin-bottom: 12px;
    font-size: clamp(44px, 13vw, 56px);
    line-height: 0.82;
  }

  .hero-champion__copy > p:not(.eyebrow) {
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 1.45;
  }

  .hero-champion__copy ul {
    margin-bottom: 14px;
  }

  .hero-champion__copy li {
    min-height: 58px;
    padding: 9px;
  }

  .hero-champion__copy li strong {
    font-size: 17px;
  }

  .hero-champion__copy li span {
    font-size: 5px;
  }

  .hero-champion__copy .swipe-button {
    width: 100%;
    min-height: 56px;
    padding-right: 56px;
    padding-left: 70px;
    font-size: 9px;
  }

  .hero-champion__copy .swipe-button__orb {
    top: 4px;
    width: 46px;
    height: 46px;
  }

  .hero-champion__credential {
    display: none;
  }

  .hero-champion__credential strong {
    margin-block: 7px;
    font-size: 19px;
  }

  .hero-champion__credential span,
  .hero-champion__credential small {
    font-size: 5px;
  }

  .hero-champion__continue {
    display: none;
  }

  .hero-slider {
    top: calc(var(--header-height) + 31px);
    right: 12px;
    left: auto;
    grid-template-columns: repeat(2, 40px);
    width: auto;
    transform: none;
  }

  .hero-slider button {
    min-height: 34px;
  }

  .hero-slider button span {
    font-size: 16px;
  }

  .hero-slider button small {
    display: none;
  }

  .hero-slider > i {
    top: auto;
    right: 4px;
    bottom: -6px;
    width: calc(100% - 8px);
    height: 2px;
  }

  .hero-slider > i span {
    width: calc(var(--story-progress) * 100%);
    height: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }

  .hero,
  .hero::after,
  .hero__arena img,
  .hero__grid-lines,
  .hero__grid-lines::after,
  .hero__broadcast,
  .hero__signal span,
  .broadcast-stage__flag-wave,
  .broadcast-stage__shard,
  .proof-line__track {
    animation: none !important;
    transform: none !important;
  }

  .hero__word,
  .hero__rank-card,
  .hero__coach-label,
  .hero__bottom {
    opacity: 1 !important;
  }

  .hero-champion__edge span {
    animation: none !important;
  }
}

/* Truus-inspired brush loader and WhatsApp utility */
.site-loader {
  --loader-progress: 0%;
  color: var(--white);
  background: transparent;
}

.site-loader__brush {
  position: absolute;
  inset: -2px;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 48% 42%, rgba(255, 255, 255, 0.08), transparent 34%),
    var(--accent);
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    0% 100%,
    0% 88%,
    0% 76%,
    0% 64%,
    0% 52%,
    0% 40%,
    0% 28%,
    0% 16%,
    0% 4%
  );
  transition: clip-path 1080ms cubic-bezier(0.625, 0.05, 0, 1) 320ms;
  will-change: clip-path;
}

.site-loader__brush::after {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(118deg, transparent 0 86px, rgba(8, 8, 9, 0.035) 86px 88px),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, 0.018) 3px 4px);
  content: "";
  mix-blend-mode: multiply;
  pointer-events: none;
}

.site-loader__brush svg {
  position: absolute;
  inset: -12%;
  width: 124%;
  height: 124%;
  opacity: 0.24;
  transform: rotate(-4deg) scale(1.04);
  animation: loader-brush-breathe 1800ms cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
}

.site-loader__brush path {
  fill: none;
  stroke: #09090a;
  stroke-width: 170;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-loader__frame {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(calc(100% - 48px), 470px);
  min-height: 0;
  align-content: center;
  gap: 34px;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  transition:
    opacity 240ms ease,
    transform 420ms cubic-bezier(0.625, 0.05, 0, 1);
}

.site-loader__frame::before,
.site-loader__frame::after {
  content: none;
}

.site-loader__identity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.site-loader__monogram {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.76);
  color: var(--accent);
  background: var(--white);
  font-family: var(--heading);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
}

.site-loader__wordmark {
  display: grid;
  gap: 5px;
}

.site-loader__wordmark strong {
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.74;
}

.site-loader__wordmark small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.site-loader__meter {
  display: grid;
  width: min(100%, 330px);
  gap: 10px;
  justify-self: center;
}

.site-loader__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-loader__meta strong {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: var(--white);
  font-family: var(--heading);
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
}

.site-loader__meta b {
  color: var(--white);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.site-loader__meta i {
  color: rgba(255, 255, 255, 0.52);
  font-style: normal;
}

.site-loader__track {
  display: block;
  width: 100%;
  height: 2px;
  overflow: hidden;
  border: 0;
  background: rgba(255, 255, 255, 0.24);
  appearance: none;
  -webkit-appearance: none;
}

.site-loader__track::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.24);
}

.site-loader__track::-webkit-progress-value {
  background: var(--white);
  box-shadow: none;
}

.site-loader__track::-moz-progress-bar {
  background: var(--white);
  box-shadow: none;
}

.site-loader.is-complete .site-loader__frame {
  opacity: 0;
  transform: translateY(-16px) scale(0.94);
}

.site-loader.is-complete .site-loader__brush {
  clip-path: polygon(
    114% -18%,
    124% -12%,
    124% -4%,
    113% 4%,
    121% 12%,
    111% 20%,
    119% 28%,
    109% 36%,
    117% 44%,
    107% 52%,
    115% 60%,
    105% 68%
  );
}

@keyframes loader-brush-breathe {
  from {
    transform: rotate(-4deg) scale(1.04) translate3d(-1.5%, 0, 0);
  }

  to {
    transform: rotate(-2deg) scale(1.08) translate3d(1.5%, -1%, 0);
  }
}

@media (max-width: 880px) {
  .site-header__actions {
    gap: 10px;
  }

  .header-whatsapp__trigger,
  .header-whatsapp__card {
    display: none !important;
  }

  .header-whatsapp__mobile {
    display: inline-flex;
  }

  .whatsapp-backdrop {
    display: none !important;
  }

  .site-loader__frame {
    width: min(calc(100% - 36px), 390px);
    gap: 28px;
  }

  .site-loader__monogram {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .site-loader__wordmark strong {
    font-size: clamp(30px, 10vw, 42px);
  }
}

@media (hover: none), (pointer: coarse) {
  .header-whatsapp__trigger,
  .header-whatsapp__card {
    display: none !important;
  }

  .header-whatsapp__mobile {
    display: inline-flex;
  }

  .whatsapp-backdrop {
    display: none !important;
  }
}

@media (max-width: 380px) {
  .header-whatsapp__mobile {
    width: 44px;
    min-width: 44px;
    border-radius: 50%;
    padding: 0;
  }

  .header-whatsapp__mobile span {
    display: none;
  }

  .site-loader__identity {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-loader__brush,
  .site-loader__frame,
  .header-whatsapp__card,
  .header-whatsapp__trigger,
  .header-whatsapp__qr,
  .header-whatsapp__copy,
  .header-whatsapp__desktop-link,
  .header-whatsapp__close,
  .whatsapp-backdrop {
    transition: none !important;
  }

  .site-loader__brush svg {
    animation: none !important;
  }
}

/* ESPN-inspired broadcast hero v4 */
.hero-story {
  height: 235svh;
  background: #050506;
}

.hero-story .broadcast-hero {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  padding: 0;
  background: #050506;
  isolation: isolate;
}

.broadcast-hero::before,
.broadcast-hero::after {
  content: none;
}

.broadcast-hero .broadcast-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  padding: 0;
}

.broadcast-hero .broadcast-slide--open {
  z-index: 2;
  background: #070708;
  opacity: var(--slide-one-opacity);
  transform: scale(var(--slide-one-scale));
  transform-origin: center;
  will-change: opacity, transform;
}

.broadcast-hero .broadcast-slide--trust {
  z-index: 3;
  color: var(--white);
  background: #070708;
  opacity: var(--slide-two-opacity);
  pointer-events: none;
  isolation: isolate;
  will-change: opacity;
}

.broadcast-hero[data-active-slide="1"] .broadcast-slide--open {
  pointer-events: none;
}

.broadcast-hero[data-active-slide="1"] .broadcast-slide--trust {
  pointer-events: auto;
}

.broadcast-stage,
.trust-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.broadcast-stage__field,
.trust-stage__field {
  position: absolute;
  inset: -3%;
  --parallax-item-x: 0px;
  --parallax-item-y: 0px;
  --parallax-scroll-y: 0px;
  transform: translate3d(
    calc(var(--parallax-item-x) - (var(--hero-shift-x) * 0.08)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) - (var(--hero-shift-y) * 0.06)),
    0
  ) scale(1.04);
  will-change: transform;
}

/* Keep Aleksandra's baked portrait completely still. Only the isolated flag,
   light and graphic overlays are allowed to move in the opening frame. */
.broadcast-slide--open .broadcast-stage__field {
  inset: 0;
  transform: none;
  will-change: auto;
}

.broadcast-stage__photo {
  display: block;
  width: 100%;
  height: 100%;
}

.broadcast-stage__field img,
.trust-stage__field img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.broadcast-stage__field::after,
.trust-stage__field::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 4, 5, 0.18) 0%, rgba(4, 4, 5, 0.58) 44%, rgba(4, 4, 5, 0.18) 72%, rgba(4, 4, 5, 0.48) 100%),
    radial-gradient(circle at 58% 42%, rgba(238, 26, 48, 0.08), transparent 30%);
  content: "";
}

.broadcast-stage__field::after {
  background:
    linear-gradient(90deg, rgba(4, 4, 5, 0.72) 0%, rgba(4, 4, 5, 0.54) 34%, rgba(4, 4, 5, 0.08) 57%, rgba(4, 4, 5, 0.14) 100%),
    radial-gradient(circle at 61% 42%, rgba(255, 246, 229, 0.05), transparent 29%);
}

.broadcast-stage__perspective {
  position: absolute;
  top: 18%;
  left: 1.5%;
  z-index: 1;
  display: block;
  width: 52%;
  height: 54%;
  overflow: hidden;
  --parallax-item-x: 0px;
  --parallax-item-y: 0px;
  --parallax-scroll-y: 0px;
  border: 0;
  background: none;
  clip-path: polygon(0 9%, 100% 0, 87% 100%, 0 82%);
  opacity: 0;
  -webkit-mask-image: none;
  mask-image: none;
  transform: perspective(900px) rotateX(56deg) rotateZ(-5deg) translate3d(
    var(--parallax-item-x),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y)),
    0
  );
  transform-origin: center top;
}

.broadcast-stage__perspective::before {
  content: none;
}

.broadcast-stage__perspective span {
  display: none;
}

.broadcast-stage__number,
.trust-stage__number {
  position: absolute;
  z-index: 1;
  color: rgba(255, 253, 248, 0.96);
  font-family: var(--heading);
  font-size: clamp(340px, 46vw, 760px);
  font-weight: 900;
  letter-spacing: -0.15em;
  line-height: 0.72;
  pointer-events: none;
  --parallax-item-x: 0px;
  --parallax-item-y: 0px;
  --parallax-scroll-y: 0px;
}

.broadcast-stage__number {
  top: 50%;
  left: -5vw;
  opacity: 0.02;
  transform: translate3d(
    calc(var(--parallax-item-x) - (var(--story-progress) * 72px)),
    calc(-50% + var(--parallax-item-y) + var(--parallax-scroll-y)),
    0
  );
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.22);
}

.broadcast-stage__spotlight {
  position: absolute;
  top: -20%;
  left: 47%;
  z-index: 3;
  width: min(34vw, 560px);
  height: 118%;
  --parallax-item-x: 0px;
  --parallax-item-y: 0px;
  --parallax-scroll-y: 0px;
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.2), rgba(255, 248, 235, 0.055) 44%, transparent 77%);
  clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
  filter: blur(14px);
  mix-blend-mode: screen;
  opacity: 0.72;
  transform: translate3d(
    calc(var(--parallax-item-x) + (var(--hero-shift-x) * 0.08)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + (var(--hero-shift-y) * -0.05)),
    0
  ) rotate(-2deg) scale(calc(1 + (var(--story-progress) * 0.025)));
  transform-origin: center top;
  will-change: transform;
}

.broadcast-stage__spotlight::after {
  position: absolute;
  right: -18%;
  bottom: 3%;
  left: -18%;
  height: 27%;
  background: radial-gradient(ellipse at center, rgba(237, 24, 45, 0.35), transparent 68%);
  content: "";
}

.broadcast-stage__flag-wave {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  filter: none;
  opacity: 0.72;
  pointer-events: none;
  transform-origin: 50% 18%;
  backface-visibility: hidden;
  will-change: transform;
}

.broadcast-stage__flag-wave img {
  position: absolute;
  inset: 0;
  image-rendering: auto;
  transform: translateZ(0);
}

.broadcast-stage__flag-wave--left {
  clip-path: polygon(45% 40%, 49.7% 42%, 50.7% 51%, 49.2% 58%, 46.2% 56%, 44.8% 47%);
  -webkit-mask-image: radial-gradient(ellipse 2.25% 7.6% at 47.7% 49%, #000 0 46%, rgba(0, 0, 0, 0.72) 62%, transparent 100%);
  mask-image: radial-gradient(ellipse 2.25% 7.6% at 47.7% 49%, #000 0 46%, rgba(0, 0, 0, 0.72) 62%, transparent 100%);
}

.broadcast-stage__flag-wave--right {
  clip-path: polygon(65.2% 28%, 69.8% 31%, 71% 48%, 69.5% 58%, 66.4% 55%, 64.9% 40%);
  -webkit-mask-image: radial-gradient(ellipse 2.35% 11.2% at 68% 43%, #000 0 48%, rgba(0, 0, 0, 0.7) 66%, transparent 100%);
  mask-image: radial-gradient(ellipse 2.35% 11.2% at 68% 43%, #000 0 48%, rgba(0, 0, 0, 0.7) 66%, transparent 100%);
}

.broadcast-stage__ufc-motion {
  position: absolute;
  inset: 0;
  z-index: 4;
  overflow: hidden;
  pointer-events: none;
}

.broadcast-stage__shard {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border: 0;
  background: url("assets/images/hero-layers/hero-sasha-spotlight-v5.png") center / cover no-repeat;
  filter: saturate(1.035) contrast(1.015) drop-shadow(0 18px 30px rgba(0, 0, 0, 0.28));
  opacity: 0;
  --parallax-item-x: 0px;
  --parallax-item-y: 0px;
  --parallax-scroll-y: 0px;
  transition:
    opacity 1200ms var(--ease-premium),
    transform 2200ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity, filter;
}

.broadcast-stage__shard::after {
  content: none;
}

.broadcast-stage__shard--left-top {
  --edge-float-x: 2px;
  --edge-float-y: -9px;
  --edge-float-rotate: 0.12deg;
  --edge-return-x: -2px;
  --edge-return-y: 6px;
  --edge-return-rotate: -0.1deg;
  --edge-float-duration: 15.5s;
  --edge-float-delay: -3.2s;
  clip-path: polygon(0 0, 38% 0, 34% 13%, 28% 23%, 35% 35%, 27% 49%, 18% 63%, 0 68%);
  transform: translate3d(-16%, -4%, 0) rotate(-1.2deg) scale(1.025);
  transition-delay: 80ms;
}

.broadcast-stage__shard--left-bottom {
  --edge-float-x: 2px;
  --edge-float-y: -7px;
  --edge-float-rotate: 0.1deg;
  --edge-return-x: -2px;
  --edge-return-y: 7px;
  --edge-return-rotate: -0.12deg;
  --edge-float-duration: 18s;
  --edge-float-delay: -9.1s;
  clip-path: polygon(0 55%, 16% 58%, 27% 69%, 40% 100%, 0 100%);
  transform: translate3d(-18%, 7%, 0) rotate(1deg) scale(1.025);
  transition-delay: 280ms;
}

.broadcast-stage__shard--right-top {
  --edge-float-x: -2px;
  --edge-float-y: -8px;
  --edge-float-rotate: -0.12deg;
  --edge-return-x: 2px;
  --edge-return-y: 6px;
  --edge-return-rotate: 0.1deg;
  --edge-float-duration: 16.8s;
  --edge-float-delay: -6.4s;
  clip-path: polygon(70% 0, 100% 0, 100% 64%, 82% 58%, 76% 44%, 70% 31%);
  transform: translate3d(17%, -5%, 0) rotate(1.1deg) scale(1.025);
  transition-delay: 160ms;
}

.broadcast-stage__shard--right-bottom {
  --edge-float-x: -2px;
  --edge-float-y: -6px;
  --edge-float-rotate: -0.1deg;
  --edge-return-x: 2px;
  --edge-return-y: 8px;
  --edge-return-rotate: 0.12deg;
  --edge-float-duration: 19.2s;
  --edge-float-delay: -12.2s;
  clip-path: polygon(74% 45%, 100% 34%, 100% 100%, 64% 100%, 69% 86%, 66% 74%, 72% 65%);
  transform: translate3d(19%, 8%, 0) rotate(-1deg) scale(1.025);
  transition-delay: 400ms;
}

.broadcast-hero.is-live .broadcast-stage__shard {
  opacity: 0.74;
  transform: translate3d(
    var(--parallax-item-x),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y)),
    0
  ) rotate(0) scale(1);
}

.broadcast-hero.is-live[data-active-slide="0"] .broadcast-stage__shard {
  animation: hero-edge-float var(--edge-float-duration) cubic-bezier(0.45, 0, 0.55, 1) var(--edge-float-delay) infinite;
}

.broadcast-hero.is-live .broadcast-stage__flag-wave--left {
  animation: hero-flag-drift-left 6.8s ease-in-out 1.1s infinite;
}

.broadcast-hero.is-live .broadcast-stage__flag-wave--right {
  animation: hero-flag-drift-right 7.4s ease-in-out 900ms infinite;
}

.static-preview .broadcast-stage__flag-wave {
  animation: none !important;
  filter: none;
}

.static-preview .broadcast-stage__shard {
  animation: none !important;
  opacity: 0.52;
  transform: none;
  transition: none;
}

@keyframes hero-edge-float {
  0%,
  100% {
    transform:
      translate3d(
        calc(var(--parallax-item-x) + var(--edge-return-x)),
        calc(var(--parallax-item-y) + var(--parallax-scroll-y) + var(--edge-return-y)),
        0
      )
      rotate(var(--edge-return-rotate))
      scale(0.997);
  }
  50% {
    transform:
      translate3d(
        calc(var(--parallax-item-x) + var(--edge-float-x)),
        calc(var(--parallax-item-y) + var(--parallax-scroll-y) + var(--edge-float-y)),
        0
      )
      rotate(var(--edge-float-rotate))
      scale(1.006);
  }
}

@keyframes hero-flag-drift-left {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scaleX(1) skewX(0deg);
  }
  48% {
    transform: translate3d(-0.65px, 0.45px, 0) scaleX(1.0015) skewX(-0.12deg);
  }
  72% {
    transform: translate3d(0.4px, -0.25px, 0) scaleX(0.999) skewX(0.08deg);
  }
}

@keyframes hero-flag-drift-right {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scaleX(1) skewX(0deg);
  }
  42% {
    transform: translate3d(0.75px, -0.4px, 0) scaleX(1.0018) skewX(0.14deg);
  }
  76% {
    transform: translate3d(-0.4px, 0.2px, 0) scaleX(0.9992) skewX(-0.08deg);
  }
}

.broadcast-stage__ink {
  position: absolute;
  inset: auto -6% -18% 32%;
  z-index: 3;
  height: 48%;
  background: radial-gradient(ellipse at center, rgba(237, 24, 45, 0.3), transparent 64%);
  clip-path: polygon(0 26%, 100% 0, 87% 100%, 12% 83%);
  opacity: 0.4;
  transform: translate3d(calc(var(--story-progress) * -18px), 0, 0);
}

.broadcast-stage__cross {
  position: absolute;
  top: 25%;
  right: -2%;
  z-index: 2;
  width: 19vw;
  aspect-ratio: 1;
  background:
    linear-gradient(var(--accent), var(--accent)) center / 24% 100% no-repeat,
    linear-gradient(var(--accent), var(--accent)) center / 100% 24% no-repeat;
  opacity: 0.06;
  transform: rotate(calc(-8deg + (var(--story-progress) * 18deg)));
}

.broadcast-frame {
  position: absolute;
  inset: calc(var(--header-height) + 8px) 14px 14px;
  z-index: 9;
  border: 1px solid rgba(255, 255, 255, 0.34);
  pointer-events: none;
}

.broadcast-frame__top,
.broadcast-frame__bottom {
  position: absolute;
  right: -1px;
  left: -1px;
  display: grid;
  height: 31px;
  align-items: center;
  padding-inline: 14px;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

.broadcast-frame__top {
  top: -1px;
  grid-template-columns: 1fr auto 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(5, 5, 6, 0.68);
  backdrop-filter: blur(12px);
}

.broadcast-frame__top span:last-child {
  text-align: right;
}

.broadcast-frame__bottom {
  bottom: -1px;
  grid-template-columns: 1fr auto;
  color: #080809;
  background: var(--accent);
}

.broadcast-frame__side {
  position: absolute;
  top: 31px;
  bottom: 30px;
  display: flex;
  width: 30px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(5, 5, 6, 0.54);
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.22em;
  writing-mode: vertical-rl;
}

.broadcast-frame__side--left {
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transform: rotate(180deg);
}

.broadcast-frame__side--right {
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.broadcast-offer {
  position: relative;
  z-index: 7;
  display: flex;
  height: 100%;
  align-items: center;
  padding-top: calc(var(--header-height) + 54px);
  padding-bottom: 72px;
  pointer-events: none;
}

.broadcast-offer__copy {
  width: min(49vw, 620px);
  pointer-events: auto;
}

.broadcast-offer__eyebrow,
.trust-copy__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.broadcast-offer__eyebrow span,
.trust-copy__eyebrow span {
  padding: 7px 9px;
  color: #080809;
  background: var(--accent);
}

.broadcast-offer h1 {
  display: grid;
  margin: 0;
  font-family: var(--heading);
  font-size: clamp(70px, 7.35vw, 116px);
  font-weight: 900;
  letter-spacing: -0.066em;
  line-height: 0.79;
  text-transform: uppercase;
}

.broadcast-offer h1 span,
.broadcast-offer h1 em {
  display: block;
  width: max-content;
  max-width: 100%;
  font-style: normal;
}

.broadcast-offer h1 span:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 0.7em;
  margin: 0.5em 0 0.38em 0.08em;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--body);
  font-size: 0.22em;
  font-weight: 850;
  letter-spacing: 0.22em;
  line-height: 1;
  -webkit-text-stroke: 0;
}

.broadcast-offer h1 span:nth-child(2)::before {
  width: 3.2em;
  height: 0.36em;
  background: var(--accent-hot);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  content: "";
  flex: 0 0 auto;
}

.broadcast-offer h1 em {
  color: var(--accent-hot);
  letter-spacing: -0.052em;
}

.broadcast-offer__lead {
  max-width: 470px;
  margin: 24px 0 25px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.55;
}

.broadcast-offer__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.broadcast-offer__actions .swipe-button {
  width: 286px;
  min-width: 286px;
  min-height: 62px;
  padding-right: 58px;
  padding-left: 72px;
}

.broadcast-offer__actions .swipe-button__orb {
  width: 50px;
  height: 50px;
}

.broadcast-offer__phone {
  position: relative;
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.broadcast-offer__phone::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--accent);
  content: "";
  transform: scaleX(0.24);
  transform-origin: left;
  transition: transform 420ms var(--ease-premium);
}

.broadcast-offer__phone:hover::after {
  transform: scaleX(1);
}

.broadcast-offer__proof {
  position: absolute;
  right: auto;
  bottom: 53px;
  left: 0;
  display: grid;
  width: min(43vw, 535px);
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(5, 5, 6, 0.82);
  pointer-events: auto;
}

.broadcast-offer__proof div {
  display: grid;
  min-height: 74px;
  align-content: space-between;
  padding: 12px 14px;
}

.broadcast-offer__proof div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.broadcast-offer__proof strong {
  color: var(--accent-hot);
  font-family: var(--heading);
  font-size: 28px;
  line-height: 1;
}

.broadcast-offer__proof span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.broadcast-coach-bug {
  position: absolute;
  top: calc(var(--header-height) + 76px);
  right: 3.8vw;
  z-index: 8;
  display: grid;
  width: 210px;
  justify-items: end;
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
}

.broadcast-coach-bug::before {
  width: 100%;
  height: 4px;
  margin-bottom: 13px;
  background: linear-gradient(90deg, transparent 0 24%, var(--accent) 24% 100%);
  content: "";
}

.broadcast-coach-bug span,
.broadcast-coach-bug small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.broadcast-coach-bug strong {
  margin: 8px 0;
  font-family: var(--heading);
  font-size: 27px;
  letter-spacing: -0.04em;
  line-height: 0.84;
}

.broadcast-next {
  position: absolute;
  right: 50%;
  bottom: 25px;
  z-index: 12;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  cursor: pointer;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(50%);
}

.broadcast-next i {
  position: relative;
  display: block;
  width: 52px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.broadcast-next i::after {
  position: absolute;
  inset: 0;
  background: var(--accent);
  content: "";
  transform: translateX(calc((var(--story-progress) * 200%) - 100%));
}

.trust-stage__field {
  opacity: var(--slide-two-scene-opacity);
  transform: translate3d(
    calc(var(--parallax-item-x) + (var(--hero-shift-x) * 0.06)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + (var(--hero-shift-y) * 0.04)),
    0
  ) scaleX(-1) scale(1.04);
}

.trust-stage__field::after {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.16), rgba(5, 5, 6, 0.74) 48%, rgba(5, 5, 6, 0.9)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.12), rgba(5, 5, 6, 0.68));
}

.trust-stage__number {
  top: 50%;
  left: -4%;
  color: transparent;
  opacity: calc(var(--slide-two-copy-opacity) * 0.19);
  transform: translate3d(
    calc(var(--parallax-item-x) - ((1 - var(--slide-two-copy-opacity)) * 80px)),
    calc(-50% + var(--parallax-item-y) + var(--parallax-scroll-y)),
    0
  );
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.92);
}

.trust-stage__zebra {
  position: absolute;
  inset: -20% -12% -20% 42%;
  z-index: 1;
  background: repeating-linear-gradient(104deg, transparent 0 56px, rgba(255, 255, 255, 0.9) 58px 84px, transparent 86px 125px);
  clip-path: polygon(19% 0, 100% 8%, 88% 100%, 0 88%);
  mix-blend-mode: screen;
  opacity: calc(var(--slide-two-copy-opacity) * 0.07);
  transform: translateX(calc((1 - var(--slide-two-copy-opacity)) * 90px));
}

.trust-stage__ink {
  position: absolute;
  inset: 0 0 0 47%;
  z-index: 2;
  background:
    linear-gradient(105deg, transparent 0 18%, rgba(236, 22, 44, 0.9) 18% 21%, transparent 21% 32%, rgba(236, 22, 44, 0.22) 32% 58%, transparent 58%),
    radial-gradient(circle at 76% 50%, rgba(236, 22, 44, 0.2), transparent 31%);
  opacity: var(--slide-two-copy-opacity);
}

.broadcast-hero .hero-champion__blinds {
  position: absolute;
  inset: 0;
  z-index: 6;
  overflow: hidden;
  background: #070708;
  opacity: var(--slide-two-photo-opacity);
  pointer-events: none;
  transform: scale(calc(1.035 - (var(--hero-blinds-progress) * 0.035)));
  transform-origin: center;
  will-change: opacity, transform;
}

.broadcast-hero .hero-champion__blinds::before,
.broadcast-hero .hero-champion__blinds::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.broadcast-hero .hero-champion__blinds::before {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.14), transparent 38%, rgba(5, 5, 6, 0.36)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.04), transparent 58%, rgba(5, 5, 6, 0.36));
}

.broadcast-hero .hero-champion__blinds::after {
  background:
    repeating-linear-gradient(90deg, transparent 0, transparent calc(11.111% - 1px), rgba(255, 255, 255, 0.12) calc(11.111% - 1px), rgba(255, 255, 255, 0.12) 11.111%),
    linear-gradient(110deg, transparent 0 56%, rgba(236, 22, 44, 0.18) 56% 59%, transparent 59%);
  opacity: 0.16;
}

.broadcast-hero .hero-champion__blind {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("assets/images/coach-kids-awards.webp");
  background-position: 50% 36%;
  background-size: cover;
  filter: saturate(0.98) contrast(1.01) brightness(0.86);
  opacity: 1;
  transform: none;
  will-change: clip-path;
}

.broadcast-frame--trust {
  opacity: var(--slide-two-copy-opacity);
}

.broadcast-frame--trust .broadcast-frame__bottom {
  color: var(--white);
  background: #070708;
}

.broadcast-frame--trust .broadcast-frame__top {
  color: #080809;
  background: var(--accent);
  backdrop-filter: none;
}

.trust-layout {
  position: relative;
  z-index: 7;
  display: grid;
  height: 100%;
  grid-template-columns: minmax(300px, 0.88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: clamp(44px, 6vw, 94px);
  padding-top: calc(var(--header-height) + 58px);
  padding-bottom: 64px;
  pointer-events: none;
}

.trust-photo {
  position: relative;
  width: min(39vw, 520px);
  margin: 0 0 0 24px;
  opacity: var(--slide-two-copy-opacity);
  pointer-events: none;
  --parallax-item-x: 0px;
  --parallax-item-y: 0px;
  --parallax-scroll-y: 0px;
  transform: translate3d(
    calc(var(--parallax-item-x) - ((1 - var(--slide-two-copy-opacity)) * 86px)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y)),
    0
  ) rotate(calc((1 - var(--slide-two-copy-opacity)) * -3deg));
  transform-origin: left center;
  will-change: opacity, transform;
}

.trust-photo::before {
  position: absolute;
  inset: -14px 12px 14px -14px;
  z-index: -1;
  background: var(--accent);
  clip-path: polygon(0 0, 88% 0, 100% 9%, 96% 100%, 7% 96%);
  content: "";
}

.trust-photo__media {
  position: relative;
  overflow: hidden;
  height: min(70svh, 690px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: #151517;
  clip-path: polygon(0 0, 90% 0, 100% 8%, 96% 100%, 5% 97%);
}

.trust-photo__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 54%, rgba(6, 6, 7, 0.68)),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, 0.025) 3px 4px);
  content: "";
  pointer-events: none;
}

.trust-photo__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  filter: contrast(1.04) saturate(0.95);
  transform: scale(calc(1.08 - (var(--slide-two-copy-opacity) * 0.08)));
  transform-origin: 50% 42%;
  will-change: transform;
}

.trust-photo figcaption {
  position: absolute;
  right: 4%;
  bottom: 4%;
  left: 7%;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: var(--white);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.trust-photo figcaption strong {
  font-family: var(--heading);
  font-size: 48px;
  line-height: 0.7;
}

.trust-copy {
  position: relative;
  z-index: 2;
  width: min(48vw, 650px);
  opacity: var(--slide-two-copy-opacity);
  pointer-events: auto;
  transform: translate3d(var(--slide-two-copy-shift), 0, 0);
  will-change: opacity, transform;
}

.trust-copy h2 {
  margin: 0 0 24px;
  font-family: var(--heading);
  font-size: clamp(68px, 7.1vw, 112px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.75;
  text-transform: uppercase;
}

.trust-copy h2 em {
  color: var(--accent-hot);
  font-style: normal;
}

.trust-copy > p:not(.trust-copy__eyebrow) {
  max-width: 500px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.55;
}

.trust-copy ul {
  display: grid;
  max-width: 560px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 24px;
  padding: 0;
  border-block: 1px solid rgba(255, 255, 255, 0.26);
  list-style: none;
}

.trust-copy li {
  display: grid;
  min-height: 76px;
  align-content: space-between;
  padding: 12px 14px;
}

.trust-copy li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.trust-copy li strong {
  color: var(--accent-hot);
  font-family: var(--heading);
  font-size: 27px;
  line-height: 1;
}

.trust-copy li span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.trust-copy .swipe-button {
  min-width: 340px;
}

.broadcast-hero .broadcast-pager {
  position: absolute;
  top: auto;
  right: 22px;
  bottom: 51px;
  left: auto;
  z-index: 14;
  display: grid;
  width: 170px;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  padding: 4px;
  background: #070708;
  transform: none;
}

.broadcast-hero .broadcast-pager button {
  display: grid;
  min-height: 48px;
  place-content: center;
  border: 0;
  color: rgba(255, 255, 255, 0.48);
  background: transparent;
  cursor: pointer;
  text-align: center;
  transition:
    color 280ms ease,
    background-color 440ms var(--ease-premium),
    transform 340ms var(--ease-premium);
}

.broadcast-hero .broadcast-pager button:hover {
  transform: translateY(-2px);
}

.broadcast-hero .broadcast-pager button[aria-current="true"] {
  color: var(--white);
  background: var(--accent);
}

.broadcast-hero .broadcast-pager button span {
  font-family: var(--heading);
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}

.broadcast-hero .broadcast-pager button small {
  margin-top: 5px;
  font-size: 5px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.broadcast-hero .broadcast-pager > i {
  position: absolute;
  right: 4px;
  bottom: -7px;
  left: 4px;
  width: auto;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.broadcast-hero .broadcast-pager > i span {
  display: block;
  width: calc(var(--story-progress) * 100%);
  height: 100%;
  background: var(--accent-hot);
  box-shadow: 0 0 14px rgba(255, 43, 64, 0.72);
}

.js .broadcast-offer__copy,
.js .broadcast-coach-bug,
.js .broadcast-offer__proof {
  opacity: 0;
  filter: blur(6px);
}

.js .broadcast-offer__copy {
  transform: translate3d(-13vw, 0, 0) skewX(-3deg);
}

.js .broadcast-coach-bug {
  transform: translate3d(12vw, 0, 0) skewX(3deg);
}

.js .broadcast-offer__proof {
  transform: translate3d(0, 13vh, 0);
}

.broadcast-hero.is-live .broadcast-offer__copy,
.broadcast-hero.is-live .broadcast-coach-bug,
.broadcast-hero.is-live .broadcast-offer__proof {
  opacity: 1;
  filter: none;
  transform: none;
  transition:
    opacity 1200ms var(--ease-premium),
    filter 1450ms var(--ease-premium),
    transform 1750ms cubic-bezier(0.16, 1, 0.3, 1);
}

.broadcast-hero.is-live .broadcast-coach-bug {
  transition-delay: 220ms;
}

.broadcast-hero.is-live .broadcast-offer__proof {
  transition-delay: 460ms;
}

.js .broadcast-hero .broadcast-pager {
  opacity: 0;
  transform: translate3d(clamp(10px, 1.4vw, 18px), 0, 0);
}

.broadcast-hero.is-live .broadcast-pager {
  opacity: 1;
  transform: none;
  transition:
    opacity 1100ms var(--ease-premium) 620ms,
    transform 1800ms cubic-bezier(0.16, 1, 0.3, 1) 620ms;
}

/* Pure inline-SVG loader */
.site-loader {
  --loader-progress: 0%;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 34%, rgba(232, 23, 43, 0.08), transparent 26%),
    #1a1a1c;
}

.site-loader__curtain {
  width: 50%;
  background:
    linear-gradient(117deg, transparent 0 48%, rgba(255, 255, 255, 0.018) 48% 49%, transparent 49%),
    #1a1a1c;
  border: 0;
}

.site-loader__frame {
  display: grid;
  width: min(calc(100% - 40px), 430px);
  min-height: 0;
  align-content: center;
  gap: 20px;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.site-loader__frame::before,
.site-loader__frame::after {
  content: none;
}

.site-loader__visual {
  width: 100%;
  margin: 0;
}

.site-loader__visual::before {
  content: none;
}

.site-loader__mark {
  display: block;
  width: 100%;
  overflow: visible;
}

.site-loader__mark-ghost {
  color: #333336;
}

.site-loader__mark-live {
  color: #f6f3ec;
}

.site-loader__ring {
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: square;
}

.site-loader__fighter-fill {
  fill: currentColor;
}

.site-loader__fighter-stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 19;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-loader__fighter-stroke--fine {
  stroke-width: 11;
}

.site-loader__reveal {
  transform: scaleX(var(--loader-scale, 0));
  transform-box: fill-box;
  transform-origin: left;
  transition: transform 160ms linear;
}

.site-loader__slash {
  fill: var(--accent);
  mix-blend-mode: multiply;
  opacity: 0.84;
  transform: translateX(var(--loader-shift, -6px));
  transform-origin: center;
}

.site-loader__meter {
  gap: 10px;
}

.site-loader__meta {
  align-items: center;
  color: rgba(255, 255, 255, 0.46);
  font-size: 7px;
  letter-spacing: 0.17em;
}

.site-loader__meta strong {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  letter-spacing: 0.18em;
}

.site-loader__meta b {
  color: var(--white);
  font-family: var(--heading);
  font-size: 24px;
  letter-spacing: -0.03em;
}

.site-loader__track {
  height: 2px;
}

.site-loader.is-complete .site-loader__frame {
  opacity: 0;
  transform: scale(1.035);
}

@media (max-width: 1120px) {
  .broadcast-stage__spotlight {
    left: 45%;
    width: min(43vw, 520px);
  }

  .broadcast-offer__copy {
    width: min(53vw, 590px);
  }

  .broadcast-offer__proof {
    width: min(50vw, 500px);
  }

  .broadcast-offer h1 {
    font-size: clamp(66px, 8vw, 96px);
  }

  .broadcast-coach-bug {
    right: 2.8vw;
  }

  .trust-layout {
    grid-template-columns: minmax(280px, 0.85fr) minmax(430px, 1.15fr);
    gap: 42px;
  }

  .trust-photo {
    width: min(40vw, 470px);
    margin-left: 18px;
  }

  .trust-copy {
    width: min(52vw, 590px);
  }

  .trust-copy h2 {
    font-size: clamp(62px, 7.7vw, 92px);
  }
}

@media (max-width: 880px) {
  .hero-story {
    height: 222svh;
  }

  .broadcast-frame {
    inset: calc(var(--header-height) + 6px) 9px 9px;
  }

  .broadcast-frame__side {
    display: none;
  }

  .broadcast-offer {
    padding-top: calc(var(--header-height) + 48px);
    padding-bottom: 68px;
  }

  .broadcast-offer__copy {
    width: min(60vw, 520px);
  }

  .broadcast-offer h1 {
    font-size: clamp(61px, 9.5vw, 82px);
  }

  .broadcast-offer__lead {
    max-width: 390px;
    font-size: 12px;
  }

  .broadcast-offer__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .broadcast-stage__spotlight {
    left: 42%;
    width: 52vw;
    height: 112%;
  }

  .broadcast-coach-bug {
    top: calc(var(--header-height) + 60px);
    width: 165px;
  }

  .broadcast-coach-bug strong {
    font-size: 22px;
  }

  .broadcast-offer__proof {
    right: auto;
    left: 0;
    width: min(52vw, 420px);
  }

  .trust-layout {
    grid-template-columns: minmax(230px, 0.8fr) minmax(360px, 1.2fr);
    gap: 34px;
    padding-top: calc(var(--header-height) + 52px);
  }

  .trust-photo {
    width: min(40vw, 390px);
    margin-left: 14px;
  }

  .trust-photo__media {
    height: min(66svh, 600px);
  }

  .trust-copy {
    width: min(54vw, 500px);
  }

  .trust-copy h2 {
    font-size: clamp(54px, 8.6vw, 74px);
  }

  .broadcast-hero .broadcast-pager {
    right: 14px;
  }
}

@media (max-width: 620px) {
  .hero-story {
    height: 215svh;
  }

  .broadcast-frame {
    inset: calc(var(--header-height) + 5px) 7px 7px;
  }

  .broadcast-frame__top,
  .broadcast-frame__bottom {
    height: 24px;
    padding-inline: 8px;
    font-size: 5px;
  }

  .broadcast-frame__top {
    grid-template-columns: 1fr auto;
  }

  .broadcast-frame__top span:nth-child(2) {
    display: none;
  }

  .broadcast-frame__bottom span:first-child {
    display: none;
  }

  .broadcast-frame__bottom span:last-child {
    grid-column: 1 / -1;
  }

  .broadcast-offer {
    display: block;
    padding-top: calc(var(--header-height) + 70px);
    padding-bottom: 82px;
  }

  .broadcast-offer__copy {
    width: 100%;
  }

  .broadcast-offer__eyebrow,
  .trust-copy__eyebrow {
    margin-bottom: 12px;
    font-size: 6px;
  }

  .broadcast-offer h1 {
    font-size: clamp(54px, 16vw, 72px);
    line-height: 0.8;
  }

  .broadcast-offer h1 span:nth-child(2) {
    margin-block: 0.62em 0.48em;
    font-size: 0.24em;
  }

  .broadcast-offer__lead {
    width: 82%;
    margin: 18px 0;
    font-size: 11px;
    line-height: 1.45;
  }

  .broadcast-offer__actions {
    width: min(88%, 340px);
    gap: 12px;
  }

  .broadcast-offer__actions .swipe-button {
    width: 100%;
    min-width: 0;
  }

  .broadcast-offer__phone {
    font-size: 6px;
  }

  .broadcast-stage__field {
    inset: 0;
  }

  .broadcast-stage__field::after {
    background:
      linear-gradient(180deg, rgba(4, 4, 5, 0.1) 0%, rgba(4, 4, 5, 0.18) 55%, rgba(4, 4, 5, 0.68) 100%),
      linear-gradient(90deg, rgba(4, 4, 5, 0.54) 0%, rgba(4, 4, 5, 0.2) 48%, rgba(4, 4, 5, 0.1) 100%);
  }

  .broadcast-stage__field img {
    object-position: 60% center;
  }

  .broadcast-stage__flag-wave--left {
    clip-path: polygon(17% 40%, 34% 41%, 38% 51%, 31% 59%, 20% 56%, 16% 47%);
    -webkit-mask-image: radial-gradient(ellipse 8.2% 7.8% at 27% 49.5%, #000 0 42%, rgba(0, 0, 0, 0.68) 62%, transparent 100%);
    mask-image: radial-gradient(ellipse 8.2% 7.8% at 27% 49.5%, #000 0 42%, rgba(0, 0, 0, 0.68) 62%, transparent 100%);
  }

  .broadcast-stage__flag-wave--right {
    clip-path: polygon(60% 28%, 84% 30%, 91% 48%, 82% 58%, 66% 55%, 58% 40%);
    -webkit-mask-image: radial-gradient(ellipse 11.5% 11.3% at 75% 43%, #000 0 44%, rgba(0, 0, 0, 0.68) 64%, transparent 100%);
    mask-image: radial-gradient(ellipse 11.5% 11.3% at 75% 43%, #000 0 44%, rgba(0, 0, 0, 0.68) 64%, transparent 100%);
  }

  .broadcast-stage__shard {
    background-position: 60% center;
  }

  .broadcast-hero.is-live .broadcast-stage__shard {
    opacity: 0.46;
  }

  .broadcast-stage__perspective {
    top: 25%;
    left: -9%;
    width: 74%;
    height: 45%;
    opacity: 0.32;
  }

  .broadcast-stage__number {
    top: 42%;
    left: -19%;
    font-size: 88vw;
  }

  .broadcast-stage__spotlight {
    top: -12%;
    left: 31%;
    width: 84vw;
    height: 98%;
    opacity: 0.48;
  }

  .broadcast-stage__spotlight::after {
    opacity: 0.55;
  }

  .broadcast-stage__ink {
    inset: auto -20% -12% 5%;
  }

  .broadcast-stage__cross,
  .broadcast-coach-bug,
  .broadcast-next {
    display: none;
  }

  .broadcast-offer__proof {
    right: 18px;
    bottom: 38px;
    left: 18px;
    width: auto;
  }

  .broadcast-offer__proof div {
    min-height: 52px;
    padding: 8px 9px;
  }

  .broadcast-offer__proof strong {
    font-size: 19px;
  }

  .broadcast-offer__proof span {
    font-size: 5px;
  }

  .trust-layout {
    display: block;
    padding-top: calc(var(--header-height) + 36px);
    padding-bottom: 80px;
  }

  .trust-photo {
    position: absolute;
    top: calc(var(--header-height) + 48px);
    left: 19px;
    width: 56vw;
    margin: 0;
  }

  .trust-photo::before {
    inset: -8px 8px 8px -8px;
  }

  .trust-photo__media {
    height: 43svh;
  }

  .trust-photo figcaption {
    font-size: 5px;
  }

  .trust-photo figcaption strong {
    font-size: 30px;
  }

  .trust-stage__number {
    top: 28%;
    left: 23%;
    font-size: 76vw;
  }

  .trust-stage__zebra {
    inset: -10% -80% 20% 12%;
  }

  .trust-copy {
    position: absolute;
    right: 18px;
    bottom: 78px;
    left: 18px;
    width: auto;
    padding: 18px 0 0;
    background: linear-gradient(180deg, transparent, rgba(5, 5, 6, 0.96) 16%);
  }

  .trust-copy h2 {
    margin-bottom: 12px;
    font-size: clamp(43px, 12vw, 56px);
    line-height: 0.78;
  }

  .trust-copy > p:not(.trust-copy__eyebrow) {
    max-width: 94%;
    margin-bottom: 12px;
    font-size: 9px;
    line-height: 1.4;
  }

  .trust-copy ul {
    margin-bottom: 12px;
  }

  .trust-copy li {
    min-height: 48px;
    padding: 7px 8px;
  }

  .trust-copy li strong {
    font-size: 17px;
  }

  .trust-copy li span {
    font-size: 4px;
  }

  .trust-copy .swipe-button {
    width: 100%;
    min-width: 0;
    min-height: 54px;
  }

  .broadcast-hero .hero-champion__blind {
    background-position: 50% 38%;
  }

  .broadcast-hero .broadcast-pager {
    top: calc(var(--header-height) + 36px);
    right: 12px;
    bottom: auto;
    width: 94px;
    grid-template-columns: repeat(2, 1fr);
  }

  .broadcast-hero .broadcast-pager button {
    min-height: 34px;
  }

  .broadcast-hero .broadcast-pager button span {
    font-size: 15px;
  }

  .broadcast-hero .broadcast-pager button small {
    display: none;
  }

  .site-loader__frame {
    width: min(calc(100% - 44px), 340px);
  }

  .site-loader__meta span {
    font-size: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .broadcast-stage__flag-wave {
    animation: none !important;
    filter: none !important;
  }

  .broadcast-stage__shard {
    animation: none !important;
    opacity: 0.48 !important;
    transform: none !important;
    transition: none !important;
  }

  .broadcast-stage__spotlight,
  .broadcast-stage__field,
  .broadcast-stage__perspective,
  .broadcast-stage__number,
  .trust-stage__field,
  .trust-stage__number,
  .trust-photo,
  .trust-photo__media img,
  .trust-copy {
    transform: none !important;
  }
}

/* Keep the Truus-inspired loader above legacy loader overrides. */
.site-loader {
  background: transparent;
}

.site-loader__frame {
  width: min(calc(100% - 48px), 470px);
  min-height: 0;
  align-content: center;
  gap: 34px;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  transition:
    opacity 240ms ease,
    transform 420ms cubic-bezier(0.625, 0.05, 0, 1);
}

.site-loader__frame::before,
.site-loader__frame::after {
  content: none;
}

.site-loader__meter {
  width: min(100%, 330px);
  gap: 10px;
  justify-self: center;
}

.site-loader__meta {
  align-items: baseline;
  color: rgba(255, 255, 255, 0.66);
  font-size: 7px;
  letter-spacing: 0.2em;
}

.site-loader__meta strong {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: var(--white);
  font-size: 10px;
  letter-spacing: 0;
}

.site-loader__meta b {
  color: var(--white);
  font-size: 24px;
}

.site-loader__track {
  height: 2px;
}

.site-loader__track::-webkit-progress-value,
.site-loader__track::-moz-progress-bar {
  background: var(--white);
  box-shadow: none;
}

.site-loader.is-complete .site-loader__frame {
  opacity: 0;
  transform: translateY(-16px) scale(0.94);
}

@media (max-width: 880px) {
  .site-loader__frame {
    width: min(calc(100% - 36px), 390px);
    gap: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-loader__frame {
    transition: none !important;
  }
}

/* Final loader: solid screen, centered glove, serpentine erase reveal */
.site-loader {
  --loader-screen: #e8172b;
  --loader-glove-fill: 0%;
  background: transparent;
}

.site-loader__screen {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: transparent;
}

.site-loader__snake {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.site-loader__snake-fill {
  fill: var(--loader-screen);
}

.site-loader__erase-path {
  fill: none;
  stroke: #000;
  stroke-width: 260;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  /* Initialization/reset must never play a reverse red-fill transition. */
  transition: none;
  will-change: stroke-dashoffset;
}

.site-loader__frame {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(calc(100% - 40px), 220px);
  min-height: 0;
  align-content: center;
  justify-items: center;
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition:
    opacity 220ms ease,
    transform 360ms cubic-bezier(0.625, 0.05, 0, 1);
}

.site-loader__frame::before,
.site-loader__frame::after,
.site-loader__brush,
.site-loader__curtain,
.site-loader__identity {
  content: none;
  display: none !important;
}

.site-loader__glove-wrap {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(78px, 7.2vw, 108px);
  aspect-ratio: 1;
  isolation: isolate;
}

.site-loader__glove-wrap::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #a60818;
  content: "";
  -webkit-mask: url("assets/boxing-glove-loader.svg") center / contain no-repeat;
  mask: url("assets/boxing-glove-loader.svg") center / contain no-repeat;
}

.site-loader__glove {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  clip-path: circle(var(--loader-glove-fill) at 0% 100%);
  filter: none;
  animation: none !important;
  transition: clip-path 80ms linear;
  will-change: clip-path;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.site-loader__meter {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-loader.is-complete {
  pointer-events: none;
}

.site-loader.is-complete .site-loader__frame {
  opacity: 0;
  transform: translateY(-10px) scale(0.92);
  transition-delay: 160ms, 120ms;
}

.site-loader.is-complete .site-loader__erase-path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1450ms cubic-bezier(0.65, 0, 0.35, 1) 220ms;
}

@media (max-width: 620px) {
  .site-loader__frame {
    width: min(calc(100% - 32px), 170px);
  }

  .site-loader__erase-path {
    stroke-width: 300;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-loader__screen,
  .site-loader__snake,
  .site-loader__glove,
  .site-loader__glove-wrap::before,
  .site-loader__erase-path,
  .site-loader__frame {
    transition: none !important;
    animation: none !important;
  }

  .site-loader.is-complete .site-loader__screen {
    opacity: 0;
    transition: opacity 160ms linear !important;
  }
}

/* Slide 02 — ESPN-inspired editorial collage */
.broadcast-hero .broadcast-slide--trust {
  overflow: hidden;
  color: #fffaf1;
  background: #0a0a0b;
}

.trust-editorial {
  z-index: 0;
  background: #0a0a0b;
}

.trust-editorial__red-plane,
.trust-editorial__cream-plane,
.trust-editorial__grid,
.trust-editorial__zebra,
.trust-editorial__speed-lines,
.trust-editorial__number {
  --parallax-item-x: 0px;
  --parallax-item-y: 0px;
  --parallax-scroll-y: 0px;
  position: absolute;
  pointer-events: none;
  will-change: transform, opacity;
}

.trust-editorial__red-plane {
  inset: 0 42% 0 0;
  z-index: 0;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(18deg, #bd001a 0%, #e8172b 48%, #f11f39 100%);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
  opacity: var(--slide-two-scene-opacity);
  transform: translate3d(
    calc(var(--parallax-item-x) - ((1 - var(--slide-two-copy-opacity)) * 7vw)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y)),
    0
  );
}

.trust-editorial__red-plane::before,
.trust-editorial__red-plane::after {
  position: absolute;
  inset: 0;
  content: "";
}

.trust-editorial__red-plane::before {
  background:
    linear-gradient(118deg, transparent 0 27%, rgba(5, 5, 6, 0.13) 27.2% 38%, transparent 38.2% 59%, rgba(5, 5, 6, 0.09) 59.2% 68%, transparent 68.2%),
    linear-gradient(15deg, transparent 0 64%, rgba(255, 255, 255, 0.055) 64.2% 72%, transparent 72.2%);
}

.trust-editorial__red-plane::after {
  background: radial-gradient(circle at 88% 54%, rgba(255, 243, 226, 0.2), transparent 28%);
  mix-blend-mode: screen;
}

.trust-editorial__cream-plane {
  inset: 0 0 0 40%;
  z-index: 0;
  background:
    linear-gradient(164deg, rgba(232, 23, 43, 0.075), transparent 31%),
    #f3eee4;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
  opacity: var(--slide-two-scene-opacity);
  transform: translate3d(
    calc(var(--parallax-item-x) + ((1 - var(--slide-two-copy-opacity)) * 7vw)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y)),
    0
  );
}

.trust-editorial__cream-plane::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(96deg, rgba(255, 255, 255, 0.55), transparent 18%),
    radial-gradient(circle at 58% 52%, transparent 0 33%, rgba(9, 9, 10, 0.05) 33.3% 33.6%, transparent 33.9%);
  content: "";
}

.trust-editorial__grid {
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(8, 8, 9, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 8, 9, 0.09) 1px, transparent 1px);
  background-position: 0 0;
  background-size: clamp(58px, 5.1vw, 84px) clamp(58px, 5.1vw, 84px);
  clip-path: polygon(45% 0, 100% 0, 100% 100%, 34% 100%);
  opacity: calc(var(--slide-two-copy-opacity) * 0.6);
  transform: translate3d(
    calc(var(--parallax-item-x) + (var(--hero-shift-x) * 0.025)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + (var(--hero-shift-y) * 0.02)),
    0
  );
}

.trust-editorial__zebra {
  top: -13%;
  right: -7%;
  z-index: 2;
  width: 66%;
  height: 128%;
  background:
    repeating-linear-gradient(112deg, #0b0b0c 0 18px, transparent 18px 42px, #0b0b0c 42px 56px, transparent 56px 94px);
  background-position: 0 0;
  clip-path: polygon(12% 0, 100% 0, 88% 20%, 100% 39%, 83% 57%, 100% 72%, 86% 100%, 0 100%, 13% 77%, 2% 60%, 18% 43%, 4% 23%);
  opacity: calc(var(--slide-two-copy-opacity) * 0.14);
  transform: translate3d(
    calc(var(--parallax-item-x) + ((1 - var(--slide-two-copy-opacity)) * 5vw)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y)),
    0
  ) rotate(-2deg);
}

.trust-editorial__speed-lines {
  inset: 0;
  z-index: 3;
  opacity: calc(var(--slide-two-copy-opacity) * 0.74);
  transform: translate3d(
    calc(var(--parallax-item-x) + (var(--hero-shift-x) * 0.045)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + (var(--hero-shift-y) * 0.035)),
    0
  );
}

.trust-editorial__speed-lines span {
  position: absolute;
  display: block;
  height: 2px;
  background: #fffaf1;
  box-shadow: 0 0 0 1px rgba(8, 8, 9, 0.04);
  clip-path: polygon(0 0, 100% 0, 96% 100%, 3% 100%);
  transform-origin: left center;
}

.trust-editorial__speed-lines span:nth-child(1) {
  top: 19%;
  left: 33%;
  width: 21%;
  transform: rotate(-19deg);
}

.trust-editorial__speed-lines span:nth-child(2) {
  top: 27%;
  right: 4%;
  width: 17%;
  height: 8px;
  background: #e8172b;
  transform: rotate(12deg);
}

.trust-editorial__speed-lines span:nth-child(3) {
  right: 12%;
  bottom: 23%;
  width: 27%;
  height: 3px;
  background: #e8172b;
  transform: rotate(-14deg);
}

.trust-editorial__speed-lines span:nth-child(4) {
  bottom: 14%;
  left: 28%;
  width: 18%;
  transform: rotate(20deg);
}

.trust-stage__number.trust-editorial__number {
  top: 46%;
  left: -3.5vw;
  z-index: 1;
  display: block;
  color: rgba(255, 250, 241, 0.08);
  background:
    repeating-linear-gradient(114deg, rgba(255, 250, 241, 0.86) 0 12px, rgba(8, 8, 9, 0.72) 12px 22px, rgba(255, 250, 241, 0.86) 22px 37px);
  background-clip: text;
  font-size: clamp(390px, 43vw, 690px);
  letter-spacing: -0.17em;
  opacity: calc(var(--slide-two-copy-opacity) * 0.2);
  transform: translate3d(
    calc(var(--parallax-item-x) - ((1 - var(--slide-two-copy-opacity)) * 5vw)),
    calc(-50% + var(--parallax-item-y) + var(--parallax-scroll-y)),
    0
  );
  -webkit-background-clip: text;
  -webkit-text-stroke: 0;
}

.trust-editorial__micro {
  position: absolute;
  z-index: 4;
  color: rgba(8, 8, 9, 0.56);
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.23em;
  line-height: 1;
  text-transform: uppercase;
  opacity: var(--slide-two-copy-opacity);
}

.trust-editorial__micro::before {
  display: inline-block;
  width: 22px;
  height: 2px;
  margin-right: 8px;
  background: #e8172b;
  content: "";
  vertical-align: middle;
}

.trust-editorial__micro--top {
  top: calc(var(--header-height) + 55px);
  right: 8%;
}

.trust-editorial__micro--right {
  top: 47%;
  right: -34px;
  transform: rotate(90deg);
}

.trust-editorial__micro--bottom {
  right: 15%;
  bottom: 54px;
}

.broadcast-hero .trust-layout {
  position: relative;
  z-index: 7;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0;
  pointer-events: none;
}

.trust-editorial__collage {
  position: absolute;
  inset: calc(var(--header-height) + 32px) 30px 34px;
  z-index: 4;
  pointer-events: none;
}

.trust-editorial__subject.trust-photo {
  position: absolute;
  right: auto;
  bottom: 1.5%;
  left: 65%;
  z-index: 5;
  width: auto;
  height: min(82svh, 820px);
  margin: 0;
  opacity: var(--slide-two-copy-opacity);
  transform: translate3d(
    calc(-50% + var(--parallax-item-x) + (var(--hero-shift-x) * 0.04)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + ((1 - var(--slide-two-copy-opacity)) * 48px) + (var(--hero-shift-y) * 0.03)),
    0
  ) scale(calc(0.94 + (var(--slide-two-copy-opacity) * 0.06)));
  transform-origin: 50% 100%;
  filter: drop-shadow(0 26px 34px rgba(8, 8, 9, 0.25));
  will-change: opacity, transform;
}

.trust-editorial__subject.trust-photo::before {
  content: none;
}

.trust-editorial__subject-media.trust-photo__media {
  width: auto;
  height: 100%;
  overflow: visible;
  border: 0;
  background: transparent;
  clip-path: none;
}

.trust-editorial__subject-media.trust-photo__media::after {
  content: none;
}

.trust-editorial__subject-media.trust-photo__media img {
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  filter: contrast(1.025) saturate(1.015);
  transform: none;
}

.trust-editorial__subject figcaption {
  display: none;
}

.trust-editorial__crop {
  --parallax-item-x: 0px;
  --parallax-item-y: 0px;
  --parallax-scroll-y: 0px;
  position: absolute;
  z-index: 4;
  padding: 8px;
  border: 1px solid rgba(8, 8, 9, 0.85);
  background: rgba(255, 250, 241, 0.96);
  box-shadow: 12px 14px 0 rgba(8, 8, 9, 0.13);
  opacity: var(--slide-two-copy-opacity);
  transform: translate3d(
    calc(var(--parallax-item-x) + var(--crop-entry-x, 0px)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + var(--crop-entry-y, 0px)),
    0
  ) rotate(var(--crop-rotate, 0deg));
  transition: opacity 300ms linear;
  will-change: transform, translate, opacity;
}

.trust-editorial__crop--cup {
  --crop-entry-x: calc((1 - var(--slide-two-copy-opacity)) * -9vw);
  --crop-entry-y: calc((1 - var(--slide-two-copy-opacity)) * 18px);
  --crop-rotate: -1.1deg;
  top: 18%;
  left: 43%;
  z-index: 4;
  width: min(27vw, 410px);
}

.trust-editorial__crop--gear {
  --crop-entry-x: calc((1 - var(--slide-two-copy-opacity)) * 9vw);
  --crop-entry-y: calc((1 - var(--slide-two-copy-opacity)) * -16px);
  --crop-rotate: 0.8deg;
  right: 4%;
  bottom: 16%;
  z-index: 6;
  width: min(24vw, 360px);
}

.trust-editorial__crop-media {
  position: relative;
  height: clamp(92px, 11svh, 122px);
  overflow: hidden;
  background: #111;
}

.trust-editorial__crop-media::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 250, 241, 0.32);
  background: linear-gradient(90deg, rgba(232, 23, 43, 0.11), transparent 48%);
  content: "";
  pointer-events: none;
}

.trust-editorial__crop-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.04) saturate(1.02);
}

.trust-editorial__crop--cup img {
  object-position: 29% 34%;
  transform: scale(1.55);
  transform-origin: 27% 36%;
}

.trust-editorial__crop--gear img {
  object-position: 76% 67%;
  transform: scale(1.16);
  transform-origin: 76% 68%;
}

.trust-editorial__crop-index,
.trust-editorial__crop-label {
  position: absolute;
  z-index: 2;
  padding: 4px 6px;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.trust-editorial__crop-index {
  top: -1px;
  left: -1px;
  color: #fffaf1;
  background: #e8172b;
}

.trust-editorial__crop-label {
  right: 8px;
  bottom: 8px;
  color: #fffaf1;
  background: #09090a;
}

.broadcast-hero .trust-copy {
  position: absolute;
  top: 52%;
  left: clamp(70px, 7vw, 118px);
  z-index: 9;
  width: min(39vw, 550px);
  color: #fffaf1;
  opacity: var(--slide-two-copy-opacity);
  pointer-events: auto;
  transform: translate3d(var(--slide-two-copy-shift), -50%, 0);
}

.broadcast-hero .trust-copy__eyebrow {
  margin-bottom: 16px;
  color: rgba(255, 250, 241, 0.8);
}

.broadcast-hero .trust-copy__eyebrow span {
  color: #09090a;
  background: #fffaf1;
}

.broadcast-hero .trust-copy h2 {
  margin: 0 0 22px;
  color: #fffaf1;
  font-size: clamp(60px, 5.2vw, 88px);
  letter-spacing: -0.058em;
  line-height: 0.82;
  text-wrap: balance;
}

.broadcast-hero .trust-copy h2 em {
  display: inline-block;
  margin-top: 0.08em;
  padding: 0.08em 0.13em 0.02em 0.1em;
  color: #09090a;
  background: #fffaf1;
  box-decoration-break: clone;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 2% 94%);
  -webkit-box-decoration-break: clone;
}

.broadcast-hero .trust-copy > p:not(.trust-copy__eyebrow) {
  max-width: 470px;
  margin-bottom: 20px;
  color: rgba(255, 250, 241, 0.8);
  font-size: 12px;
  line-height: 1.5;
}

.broadcast-hero .trust-copy ul {
  max-width: 520px;
  margin-bottom: 22px;
  border-color: rgba(255, 250, 241, 0.38);
}

.broadcast-hero .trust-copy li {
  min-height: 68px;
  padding: 11px 12px;
}

.broadcast-hero .trust-copy li + li {
  border-color: rgba(255, 250, 241, 0.28);
}

.broadcast-hero .trust-copy li strong {
  color: #fffaf1;
}

.broadcast-hero .trust-copy li span {
  color: rgba(255, 250, 241, 0.66);
}

.broadcast-hero .trust-copy .swipe-button {
  min-width: min(100%, 340px);
  border-color: #fffaf1;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__crop--cup {
  animation: trust-detail-float-a 9.8s ease-in-out -2.8s infinite;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__crop--gear {
  animation: trust-detail-float-b 11.4s ease-in-out -6.1s infinite;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__zebra {
  animation: trust-zebra-drift 21s linear -8s infinite alternate;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__grid {
  animation: trust-grid-drift 27s linear -13s infinite alternate;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__number {
  animation: trust-number-drift 15s ease-in-out -4s infinite;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__speed-lines span:nth-child(odd) {
  animation: trust-line-breathe 8.6s ease-in-out -2.4s infinite;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__speed-lines span:nth-child(even) {
  animation: trust-line-breathe 10.2s ease-in-out -6.7s infinite reverse;
}

body:has(.broadcast-hero[data-active-slide="1"]) .site-header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: rgba(8, 8, 9, 0.92);
  backdrop-filter: blur(16px);
}

@keyframes trust-detail-float-a {
  0%,
  100% { translate: -2px 5px; }
  50% { translate: 4px -8px; }
}

@keyframes trust-detail-float-b {
  0%,
  100% { translate: 3px -5px; }
  50% { translate: -4px 8px; }
}

@keyframes trust-zebra-drift {
  from { background-position: 0 0; }
  to { background-position: 24px 18px; }
}

@keyframes trust-grid-drift {
  from { background-position: 0 0; }
  to { background-position: 18px 14px; }
}

@keyframes trust-number-drift {
  0%,
  100% { translate: -6px 0; }
  50% { translate: 8px -3px; }
}

@keyframes trust-line-breathe {
  0%,
  100% { translate: -4px 3px; opacity: 0.56; }
  50% { translate: 8px -4px; opacity: 1; }
}

@media (max-width: 1100px) {
  .trust-editorial__red-plane {
    right: 39%;
  }

  .trust-editorial__cream-plane {
    left: 43%;
  }

  .trust-editorial__subject.trust-photo {
    left: 69%;
    height: min(77svh, 700px);
  }

  .trust-editorial__crop--cup {
    left: 45%;
    width: min(30vw, 330px);
  }

  .trust-editorial__crop--gear {
    right: 2%;
    width: min(27vw, 300px);
  }

  .broadcast-hero .trust-copy {
    left: 58px;
    width: 44vw;
  }

  .broadcast-hero .trust-copy h2 {
    font-size: clamp(54px, 5.8vw, 70px);
  }
}

@media (max-width: 880px) {
  .broadcast-hero .broadcast-slide--trust {
    background: #080809;
  }

  .trust-editorial__red-plane {
    inset: 0;
    background:
      linear-gradient(150deg, rgba(255, 255, 255, 0.08), transparent 34%),
      linear-gradient(18deg, #b9001a, #e8172b 62%, #f11f39);
    clip-path: polygon(0 0, 100% 0, 86% 61%, 0 75%);
  }

  .trust-editorial__cream-plane {
    inset: 39% 0 0;
    clip-path: polygon(0 23%, 100% 0, 100% 100%, 0 100%);
    background: #eee8dc;
  }

  .trust-editorial__grid {
    clip-path: polygon(0 44%, 100% 34%, 100% 100%, 0 100%);
    opacity: calc(var(--slide-two-copy-opacity) * 0.28);
  }

  .trust-editorial__zebra {
    top: 23%;
    right: -25%;
    width: 135%;
    height: 56%;
    opacity: calc(var(--slide-two-copy-opacity) * 0.11);
    transform: rotate(-8deg);
  }

  .trust-stage__number.trust-editorial__number {
    top: 31%;
    left: -14%;
    font-size: clamp(260px, 78vw, 430px);
    opacity: calc(var(--slide-two-copy-opacity) * 0.14);
  }

  .trust-editorial__micro--top {
    top: calc(var(--header-height) + 45px);
    right: 22px;
    color: rgba(255, 250, 241, 0.68);
  }

  .trust-editorial__micro--right,
  .trust-editorial__micro--bottom {
    display: none;
  }

  .trust-editorial__collage {
    inset: calc(var(--header-height) + 20px) 0 30px;
  }

  .trust-editorial__subject.trust-photo {
    right: auto;
    bottom: 27%;
    left: 55%;
    width: auto;
    height: min(55svh, 530px);
  }

  .trust-editorial__crop--cup {
    top: 15%;
    right: 3%;
    left: auto;
    width: min(47vw, 290px);
    padding: 6px;
  }

  .trust-editorial__crop--cup .trust-editorial__crop-media {
    height: clamp(72px, 10svh, 96px);
  }

  .trust-editorial__crop--gear {
    display: none;
  }

  .broadcast-hero .trust-copy {
    top: auto;
    right: 20px;
    bottom: 100px;
    left: 20px;
    z-index: 10;
    width: auto;
    padding-top: 30px;
    color: #fffaf1;
    transform: translate3d(0, calc((1 - var(--slide-two-copy-opacity)) * 22px), 0);
  }

  .broadcast-hero .trust-copy::before {
    position: absolute;
    inset: -110px -20px -100px;
    z-index: -1;
    background: linear-gradient(180deg, transparent, rgba(7, 7, 8, 0.84) 34%, rgba(7, 7, 8, 0.98) 69%);
    content: "";
    pointer-events: none;
  }

  .broadcast-hero .trust-copy__eyebrow {
    margin-bottom: 10px;
    font-size: 6px;
  }

  .broadcast-hero .trust-copy__eyebrow span {
    padding: 5px 7px;
  }

  .broadcast-hero .trust-copy h2 {
    margin-bottom: 12px;
    font-size: clamp(42px, 11vw, 60px);
    line-height: 0.8;
  }

  .broadcast-hero .trust-copy > p:not(.trust-copy__eyebrow) {
    display: -webkit-box;
    max-width: 520px;
    margin-bottom: 12px;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .broadcast-hero .trust-copy ul {
    margin-bottom: 12px;
  }

  .broadcast-hero .trust-copy li {
    min-height: 48px;
    padding: 7px 8px;
  }

  .broadcast-hero .trust-copy li strong {
    font-size: 20px;
  }

  .broadcast-hero .trust-copy .swipe-button {
    width: min(100%, 340px);
    min-width: 0;
    min-height: 52px;
  }

  .trust-editorial__speed-lines span:nth-child(2),
  .trust-editorial__speed-lines span:nth-child(4) {
    display: none;
  }
}

@media (max-width: 520px) {
  .trust-editorial__subject.trust-photo {
    bottom: 29%;
    left: 53%;
    height: min(50svh, 450px);
  }

  .trust-editorial__crop--cup {
    top: 15%;
    right: -2%;
    width: 47vw;
  }

  .trust-editorial__crop-label {
    display: none;
  }

  .broadcast-hero .trust-copy {
    right: 16px;
    bottom: 98px;
    left: 16px;
  }

  .broadcast-hero .trust-copy h2 {
    font-size: clamp(38px, 10.6vw, 50px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-editorial__red-plane,
  .trust-editorial__cream-plane,
  .trust-editorial__grid,
  .trust-editorial__zebra,
  .trust-editorial__speed-lines,
  .trust-editorial__speed-lines span,
  .trust-editorial__number,
  .trust-editorial__crop,
  .trust-editorial__subject,
  .trust-copy {
    animation: none !important;
    translate: none !important;
    transition: none !important;
  }
}

/* Slide 02 polish */
.trust-editorial {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(9, 9, 10, 0.24), rgba(9, 9, 10, 0.1)),
    #080809;
}

.trust-editorial::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 36%, rgba(255, 248, 236, 0.26), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 14%, transparent 86%, rgba(255, 255, 255, 0.04));
  content: "";
  opacity: var(--slide-two-copy-opacity);
  pointer-events: none;
}

.trust-editorial__red-plane {
  inset: 0 46% 0 0;
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.08), transparent 23% 62%, rgba(24, 7, 9, 0.22) 62.4% 75%, transparent 75.4%),
    linear-gradient(18deg, #b10018 0%, #ea152b 52%, #ff2f46 100%);
  clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
}

.trust-editorial__red-plane::before {
  background:
    linear-gradient(113deg, transparent 0 18%, rgba(17, 7, 9, 0.16) 18.3% 33%, transparent 33.3% 49%, rgba(17, 7, 9, 0.12) 49.3% 60%, transparent 60.3%),
    repeating-linear-gradient(90deg, transparent 0 9.5%, rgba(255, 255, 255, 0.03) 9.5% 12.4%, transparent 12.4% 25%);
}

.trust-editorial__red-plane::after {
  background:
    radial-gradient(circle at 86% 55%, rgba(255, 244, 225, 0.16), transparent 28%),
    linear-gradient(180deg, transparent 0 72%, rgba(70, 5, 13, 0.16) 72.4% 100%);
}

.trust-editorial__cream-plane {
  inset: 0 0 0 38%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 14%, transparent 88%, rgba(9, 9, 10, 0.03)),
    linear-gradient(160deg, rgba(232, 23, 43, 0.11), transparent 22% 68%, rgba(8, 8, 9, 0.05) 68.2% 100%),
    #f4eee3;
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%);
}

.trust-editorial__cream-plane::after {
  background:
    linear-gradient(98deg, rgba(255, 255, 255, 0.62), transparent 18% 74%, rgba(255, 255, 255, 0.16)),
    radial-gradient(circle at 62% 50%, transparent 0 30%, rgba(9, 9, 10, 0.04) 30.3% 30.7%, transparent 31%);
}

.trust-editorial__grid {
  clip-path: polygon(43% 0, 100% 0, 100% 100%, 31% 100%);
  opacity: calc(var(--slide-two-copy-opacity) * 0.46);
}

.trust-editorial__zebra {
  top: -8%;
  right: -3%;
  width: 61%;
  height: 118%;
  background:
    repeating-linear-gradient(110deg, rgba(8, 8, 9, 0.84) 0 16px, transparent 16px 44px, rgba(8, 8, 9, 0.78) 44px 54px, transparent 54px 96px);
  clip-path: polygon(20% 0, 100% 0, 92% 14%, 100% 29%, 85% 46%, 100% 63%, 82% 80%, 100% 100%, 0 100%, 14% 78%, 4% 61%, 16% 42%, 6% 22%);
  opacity: calc(var(--slide-two-copy-opacity) * 0.17);
}

.trust-editorial__speed-lines {
  opacity: calc(var(--slide-two-copy-opacity) * 0.64);
}

.trust-editorial__speed-lines span:nth-child(1) {
  top: 18%;
  left: 34%;
  width: 12%;
}

.trust-editorial__speed-lines span:nth-child(2) {
  top: 22%;
  right: 3%;
  width: 18%;
  height: 6px;
}

.trust-editorial__speed-lines span:nth-child(3) {
  right: 7%;
  bottom: 30%;
  width: 15%;
  height: 3px;
}

.trust-editorial__speed-lines span:nth-child(4) {
  bottom: 11%;
  left: 30%;
  width: 16%;
}

.trust-stage__number.trust-editorial__number {
  top: 49%;
  left: -4vw;
  font-size: clamp(420px, 45vw, 740px);
  opacity: calc(var(--slide-two-copy-opacity) * 0.18);
}

.trust-editorial__micro {
  color: rgba(8, 8, 9, 0.52);
}

.trust-editorial__micro--top {
  right: 7.7%;
}

.trust-editorial__micro--bottom {
  right: 12%;
}

.trust-editorial__collage {
  inset: calc(var(--header-height) + 30px) 28px 32px;
}

.trust-editorial__collage::before {
  position: absolute;
  inset: 17% 7% 13% 52%;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 10, 11, 0.16), rgba(10, 10, 11, 0.04)),
    linear-gradient(112deg, transparent 0 78%, rgba(255, 37, 58, 0.08) 78.3% 100%);
  clip-path: polygon(18% 0, 100% 0, 84% 100%, 0 100%);
  content: "";
  opacity: calc(var(--slide-two-copy-opacity) * 0.9);
  pointer-events: none;
}

.trust-editorial__subject.trust-photo {
  bottom: 1%;
  left: 64.5%;
  z-index: 5;
  height: min(84svh, 840px);
  filter: drop-shadow(0 18px 40px rgba(8, 8, 9, 0.22));
}

.trust-editorial__subject-media.trust-photo__media img {
  filter: contrast(1.02) saturate(1.01);
}

.trust-editorial__crop {
  padding: 8px;
  border: 2px solid rgba(8, 8, 9, 0.84);
  background: rgba(255, 250, 241, 0.94);
  box-shadow: 12px 12px 0 rgba(8, 8, 9, 0.1);
}

.trust-editorial__crop--cup {
  top: 16%;
  left: 44%;
  width: min(27vw, 384px);
}

.trust-editorial__crop--gear {
  right: 4.5%;
  bottom: 18%;
  width: min(25vw, 330px);
}

.trust-editorial__crop-media {
  height: clamp(96px, 11svh, 126px);
}

.trust-editorial__crop-media::after {
  background:
    linear-gradient(90deg, rgba(232, 23, 43, 0.13), transparent 46%),
    linear-gradient(180deg, transparent, rgba(9, 9, 10, 0.08));
}

.trust-editorial__crop--cup img {
  object-position: 30% 31%;
  transform: scale(1.6);
}

.trust-editorial__crop--gear img {
  object-position: 77% 70%;
  transform: scale(1.2);
}

.broadcast-hero .trust-copy {
  top: 52%;
  left: clamp(72px, 7.2vw, 122px);
  width: min(38vw, 560px);
}

.broadcast-hero .trust-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(66px, 5.5vw, 94px);
  line-height: 0.8;
}

.broadcast-hero .trust-copy > p:not(.trust-copy__eyebrow) {
  max-width: 490px;
}

.broadcast-hero .trust-copy ul {
  max-width: 530px;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__red-plane {
  animation: trust-panel-float-left 18s ease-in-out -6s infinite alternate;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__cream-plane {
  animation: trust-panel-float-right 20s ease-in-out -10s infinite alternate;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__collage::before {
  animation: trust-panel-accent-drift 16s ease-in-out -3s infinite alternate;
}

@keyframes trust-panel-float-left {
  0%,
  100% { translate: -6px 5px; }
  50% { translate: 8px -6px; }
}

@keyframes trust-panel-float-right {
  0%,
  100% { translate: 5px -4px; }
  50% { translate: -7px 6px; }
}

@keyframes trust-panel-accent-drift {
  0%,
  100% { translate: 0 0; opacity: calc(var(--slide-two-copy-opacity) * 0.82); }
  50% { translate: -7px -6px; opacity: calc(var(--slide-two-copy-opacity) * 1); }
}

@media (max-width: 1100px) {
  .trust-editorial__red-plane {
    inset: 0 43% 0 0;
  }

  .trust-editorial__cream-plane {
    inset: 0 0 0 34%;
  }

  .trust-editorial__collage::before {
    inset: 18% 5% 15% 50%;
  }

  .trust-editorial__subject.trust-photo {
    left: 66.8%;
    height: min(79svh, 720px);
  }

  .trust-editorial__crop--cup {
    left: 43%;
    width: min(30vw, 340px);
  }

  .trust-editorial__crop--gear {
    right: 2.5%;
    width: min(26vw, 290px);
  }

  .broadcast-hero .trust-copy {
    left: 56px;
    width: min(42vw, 500px);
  }

  .broadcast-hero .trust-copy h2 {
    font-size: clamp(56px, 5.5vw, 76px);
  }
}

@media (max-width: 880px) {
  .trust-editorial::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 12%, transparent 84%, rgba(255, 255, 255, 0.03)),
      radial-gradient(circle at 78% 38%, rgba(255, 248, 236, 0.12), transparent 20%);
  }

  .trust-editorial__red-plane {
    inset: 0;
    clip-path: polygon(0 0, 100% 0, 100% 61%, 0 78%);
  }

  .trust-editorial__cream-plane {
    inset: 41% 0 0;
    clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 100%);
  }

  .trust-editorial__grid {
    clip-path: polygon(0 42%, 100% 35%, 100% 100%, 0 100%);
    opacity: calc(var(--slide-two-copy-opacity) * 0.26);
  }

  .trust-editorial__zebra {
    top: 19%;
    right: -24%;
    width: 132%;
    height: 60%;
    opacity: calc(var(--slide-two-copy-opacity) * 0.1);
  }

  .trust-stage__number.trust-editorial__number {
    top: 31%;
    left: -12%;
    font-size: clamp(272px, 80vw, 450px);
    opacity: calc(var(--slide-two-copy-opacity) * 0.12);
  }

  .trust-editorial__collage {
    inset: calc(var(--header-height) + 16px) 0 26px;
  }

  .trust-editorial__collage::before {
    inset: 18% 3% 30% 48%;
  }

  .trust-editorial__subject.trust-photo {
    bottom: 28%;
    left: 54%;
    height: min(56svh, 548px);
  }

  .trust-editorial__crop--cup {
    top: 12%;
    right: 2%;
    left: auto;
    width: min(48vw, 292px);
    padding: 6px;
  }

  .trust-editorial__crop--cup .trust-editorial__crop-media {
    height: clamp(74px, 10svh, 96px);
  }

  .broadcast-hero .trust-copy {
    bottom: 96px;
  }

  .broadcast-hero .trust-copy::before {
    inset: -118px -20px -102px;
  }
}

@media (max-width: 520px) {
  .trust-editorial__subject.trust-photo {
    bottom: 29%;
    left: 53%;
    height: min(50svh, 454px);
  }

  .trust-editorial__crop--cup {
    top: 14%;
    right: -2%;
    width: 48vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-editorial::before,
  .trust-editorial__collage::before {
    animation: none !important;
  }
}

/* Slide 02 — black grid broadcast collage, matched to the selected reference */
.broadcast-hero .broadcast-slide--trust,
.trust-editorial {
  color: #f7f5ef;
  background: #050506;
}

.trust-editorial::before {
  z-index: 1;
  background:
    radial-gradient(circle at 50% 42%, rgba(232, 23, 43, 0.26), transparent 24%),
    radial-gradient(circle at 50% 71%, rgba(232, 23, 43, 0.1), transparent 29%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), transparent 18% 80%, rgba(255, 255, 255, 0.02));
  opacity: var(--slide-two-copy-opacity);
}

.trust-editorial__backdrop,
.trust-editorial__backtype,
.trust-editorial__zebra-panel,
.trust-editorial__speckle,
.trust-editorial__spark,
.trust-editorial__connector,
.trust-editorial__halo {
  --parallax-item-x: 0px;
  --parallax-item-y: 0px;
  --parallax-scroll-y: 0px;
  position: absolute;
  pointer-events: none;
  will-change: transform, opacity;
}

.trust-editorial__backdrop {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018), transparent 16% 84%, rgba(255, 255, 255, 0.015)),
    radial-gradient(circle at 50% 47%, #151619 0, #0a0a0c 39%, #040405 76%);
  opacity: var(--slide-two-scene-opacity);
  transform: translate3d(
    calc(var(--parallax-item-x) + (var(--hero-shift-x) * 0.015)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + (var(--hero-shift-y) * 0.012)),
    0
  ) scale(1.025);
}

.trust-editorial__grid {
  inset: -4%;
  z-index: 2;
  background-image:
    linear-gradient(rgba(137, 143, 153, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(137, 143, 153, 0.18) 1px, transparent 1px);
  background-position: 0 0;
  background-size: clamp(62px, 6.8vw, 104px) clamp(62px, 6.8vw, 104px);
  clip-path: none;
  mix-blend-mode: normal;
  opacity: calc(var(--slide-two-copy-opacity) * 0.78);
  transform: translate3d(
    calc(var(--parallax-item-x) + (var(--hero-shift-x) * 0.02)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + (var(--hero-shift-y) * 0.018)),
    0
  );
}

.trust-editorial__backtype {
  top: 48%;
  left: 52%;
  z-index: 3;
  width: 100%;
  color: #17181b;
  text-align: center;
  opacity: calc(var(--slide-two-copy-opacity) * 0.96);
  transform: translate3d(
    calc(-50% + var(--parallax-item-x) + (var(--hero-shift-x) * 0.045)),
    calc(-50% + var(--parallax-item-y) + var(--parallax-scroll-y) + (var(--hero-shift-y) * 0.035)),
    0
  );
  transform-origin: center;
}

.trust-editorial__backtype-word {
  display: block;
  width: max-content;
  margin-inline: auto;
  font-family: var(--heading);
  font-size: clamp(228px, 30vw, 500px);
  font-weight: 950;
  letter-spacing: -0.115em;
  line-height: 0.7;
  text-transform: uppercase;
  -webkit-text-stroke: 2px rgba(194, 198, 205, 0.72);
  text-shadow:
    5px 4px 0 #7d8188,
    11px 8px 0 #404248,
    17px 13px 0 #25262a,
    24px 18px 0 rgba(0, 0, 0, 0.92);
}

.trust-editorial__backtype-word--team {
  transform: skewX(-4deg) scaleY(1.08);
}

.trust-editorial__zebra-panel {
  z-index: 4;
  border: 1px solid rgba(232, 23, 43, 0.78);
  background:
    repeating-linear-gradient(108deg, #f2f0e9 0 14px, #09090a 14px 32px, #f2f0e9 32px 43px, #09090a 43px 69px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
  opacity: calc(var(--slide-two-copy-opacity) * 0.78);
}

.trust-editorial__zebra-panel--top {
  top: 19%;
  left: 13%;
  width: min(37vw, 560px);
  height: clamp(132px, 18svh, 194px);
  clip-path: polygon(0 0, 100% 4%, 96% 96%, 3% 100%);
  transform: translate3d(
    calc(var(--parallax-item-x) - ((1 - var(--slide-two-copy-opacity)) * 6vw)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y)),
    0
  ) rotate(-1deg);
}

.trust-editorial__zebra-panel--bottom {
  right: 9.5%;
  bottom: 16%;
  width: min(34vw, 500px);
  height: clamp(122px, 16svh, 176px);
  clip-path: polygon(3% 3%, 100% 0, 96% 100%, 0 95%);
  transform: translate3d(
    calc(var(--parallax-item-x) + ((1 - var(--slide-two-copy-opacity)) * 6vw)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y)),
    0
  ) rotate(0.8deg);
}

.trust-editorial__speckle {
  z-index: 5;
  overflow: hidden;
  background-color: #e8172b;
  background-image:
    radial-gradient(circle, rgba(5, 5, 6, 0.8) 0 1.4px, transparent 1.8px),
    radial-gradient(circle, rgba(5, 5, 6, 0.46) 0 0.8px, transparent 1.2px);
  background-position: 0 0, 6px 8px;
  background-size: 13px 13px, 17px 17px;
  opacity: calc(var(--slide-two-copy-opacity) * 0.9);
}

.trust-editorial__speckle::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, transparent 0 56%, rgba(5, 5, 6, 0.22) 56.3% 100%);
  content: "";
}

.trust-editorial__speckle--top {
  top: calc(var(--header-height) + 18px);
  right: -1.5%;
  width: min(16vw, 236px);
  height: clamp(92px, 13svh, 138px);
  clip-path: polygon(6% 0, 100% 0, 100% 90%, 0 100%);
}

.trust-editorial__speckle--bottom {
  bottom: 0;
  left: 0;
  width: min(31vw, 470px);
  height: clamp(62px, 8svh, 90px);
  clip-path: polygon(0 8%, 96% 0, 100% 100%, 0 100%);
}

.trust-editorial__spark {
  z-index: 7;
  color: #fffaf2;
  font-size: clamp(22px, 2.6vw, 42px);
  line-height: 1;
  text-shadow: 2px 0 #e8172b, -2px 0 #66edff;
  opacity: var(--slide-two-copy-opacity);
}

.trust-editorial__spark--top {
  top: calc(var(--header-height) + 33px);
  left: 2.2%;
}

.trust-editorial__spark--bottom {
  right: 2.2%;
  bottom: 3.5%;
}

.trust-editorial__connector {
  top: 27%;
  left: 46%;
  z-index: 5;
  width: 32%;
  height: 40%;
  border-right: 1px solid rgba(232, 23, 43, 0.78);
  border-bottom: 1px solid rgba(232, 23, 43, 0.78);
  opacity: calc(var(--slide-two-copy-opacity) * 0.78);
  transform: translate3d(
    calc(var(--parallax-item-x) + (var(--hero-shift-x) * 0.06)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + (var(--hero-shift-y) * 0.045)),
    0
  ) skewY(-3deg);
}

.trust-editorial__connector-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #e8172b;
  background: #080809;
}

.trust-editorial__connector-dot--start {
  top: -4px;
  right: -4px;
}

.trust-editorial__connector-dot--end {
  right: -4px;
  bottom: -4px;
}

.trust-editorial__speed-lines {
  z-index: 6;
  opacity: calc(var(--slide-two-copy-opacity) * 0.72);
}

.trust-editorial__speed-lines span {
  height: 1px;
  background: #e8172b;
}

.trust-editorial__speed-lines span:nth-child(1) {
  top: 22%;
  left: 10%;
  width: 17%;
  transform: rotate(-9deg);
}

.trust-editorial__speed-lines span:nth-child(2) {
  top: 27%;
  right: 14%;
  width: 13%;
  height: 2px;
  transform: rotate(7deg);
}

.trust-editorial__speed-lines span:nth-child(3) {
  right: 7%;
  bottom: 24%;
  width: 17%;
  height: 2px;
  transform: rotate(-8deg);
}

.trust-editorial__speed-lines span:nth-child(4) {
  bottom: 13%;
  left: 15%;
  width: 13%;
  transform: rotate(9deg);
}

.trust-stage__number.trust-editorial__number {
  top: 50%;
  right: 5%;
  left: 5%;
  z-index: 7;
  display: block;
  width: auto;
  color: #f7f5ef;
  background: none;
  font-size: clamp(40px, 5vw, 78px);
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1;
  opacity: calc(var(--slide-two-copy-opacity) * 0.9);
  transform: translate3d(
    var(--parallax-item-x),
    calc(-50% + var(--parallax-item-y) + var(--parallax-scroll-y)),
    0
  );
  -webkit-text-stroke: 0;
  text-shadow: 2px 0 #e8172b, -2px 0 #7af4ff;
}

.trust-stage__number.trust-editorial__number::after {
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  content: "02";
  text-shadow: inherit;
}

.trust-editorial__micro {
  z-index: 8;
  color: rgba(247, 245, 239, 0.6);
}

.trust-editorial__micro::before {
  background: #e8172b;
}

.trust-editorial__micro--top {
  top: calc(var(--header-height) + 48px);
  right: 18%;
}

.trust-editorial__micro--right {
  top: 47%;
  right: -24px;
}

.trust-editorial__micro--bottom {
  right: 11%;
  bottom: 46px;
}

.broadcast-hero .trust-editorial__collage {
  inset: calc(var(--header-height) + 18px) 22px 24px;
  z-index: 4;
}

.trust-editorial__collage::before {
  content: none;
}

.trust-editorial__halo {
  bottom: -1%;
  left: 51%;
  z-index: 3;
  height: min(95svh, 968px);
  opacity: calc(var(--slide-two-copy-opacity) * 0.4);
  transform: translate3d(
    calc(-50% + var(--parallax-item-x) + 3px),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + 2px),
    0
  ) scale(calc(0.99 + (var(--slide-two-copy-opacity) * 0.015)));
  transform-origin: 50% 100%;
}

.trust-editorial__halo-image {
  display: block;
  width: auto;
  height: 100%;
  filter: grayscale(1) sepia(1) saturate(11) hue-rotate(314deg) brightness(0.48) contrast(1.48);
}

.trust-editorial__subject.trust-photo {
  bottom: -1%;
  left: 51%;
  z-index: 5;
  height: min(95svh, 968px);
  filter:
    drop-shadow(0 28px 44px rgba(0, 0, 0, 0.56))
    drop-shadow(0 10px 24px rgba(232, 23, 43, 0.14));
}

.trust-editorial__subject::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(120deg, rgba(232, 23, 43, 0.04) 4%, rgba(232, 23, 43, 0.52) 46%, rgba(232, 23, 43, 0.96) 100%);
  content: "";
  mix-blend-mode: color;
  opacity: calc(var(--slide-two-copy-opacity) * 0.54);
  pointer-events: none;
  -webkit-mask: url("assets/images/hero-slide-2/sasha-kids-cutout-v3.png") center bottom / contain no-repeat;
  mask: url("assets/images/hero-slide-2/sasha-kids-cutout-v3.png") center bottom / contain no-repeat;
}

.trust-editorial__subject-media.trust-photo__media {
  position: relative;
  z-index: 1;
}

.trust-editorial__subject-media.trust-photo__media img {
  filter: contrast(1.08) saturate(0.86) brightness(0.94);
}

.trust-editorial__crop {
  z-index: 6;
  padding: 6px;
  border: 2px solid #e8172b;
  background: #060607;
  box-shadow:
    10px 12px 0 rgba(232, 23, 43, 0.16),
    0 22px 38px rgba(0, 0, 0, 0.38);
}

.trust-editorial__crop--cup {
  top: 21.2%;
  left: 16.5%;
  z-index: 4;
  width: min(35vw, 530px);
  transform: translate3d(
    calc(var(--parallax-item-x) + var(--crop-entry-x, 0px)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + var(--crop-entry-y, 0px)),
    0
  ) rotate(-0.6deg);
}

.trust-editorial__crop--gear {
  right: 8%;
  bottom: 15.8%;
  z-index: 7;
  width: min(36vw, 520px);
  transform: translate3d(
    calc(var(--parallax-item-x) + var(--crop-entry-x, 0px)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + var(--crop-entry-y, 0px)),
    0
  ) rotate(0.55deg);
}

.trust-editorial__crop-media {
  height: clamp(116px, 15.8svh, 176px);
  background: #050506;
}

.trust-editorial__crop-media::after {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(90deg, rgba(232, 23, 43, 0.18), transparent 52%),
    repeating-linear-gradient(108deg, transparent 0 24px, rgba(255, 255, 255, 0.05) 24px 27px, transparent 27px 49px);
}

.trust-editorial__crop-media img {
  filter: grayscale(0.1) contrast(1.14) saturate(0.86) brightness(0.9);
}

.trust-editorial__crop--cup img {
  object-position: 33% 30%;
  transform: scale(1.56);
  transform-origin: 34% 31%;
}

.trust-editorial__crop--gear img {
  object-position: 67% 71%;
  transform: scale(1.26);
  transform-origin: 67% 71%;
}

.trust-editorial__crop-index,
.trust-editorial__crop-label {
  color: #f7f5ef;
  background: #050506;
}

.trust-editorial__crop-index {
  top: -2px;
  left: -2px;
  border: 1px solid #e8172b;
}

.trust-editorial__crop-label {
  right: 6px;
  bottom: 6px;
  border-left: 2px solid #e8172b;
}

.trust-editorial__crop-marker {
  position: absolute;
  z-index: 3;
  width: 16px;
  height: 16px;
  border: 1px solid #9ea1a7;
  background: #d4d5d8;
}

.trust-editorial__crop-marker::after {
  display: grid;
  height: 100%;
  place-items: center;
  color: #080809;
  content: "E";
  font-size: 7px;
  font-weight: 950;
}

.trust-editorial__crop-marker--top {
  top: -9px;
  left: -9px;
}

.trust-editorial__crop-marker--bottom {
  top: -9px;
  left: -9px;
}

.broadcast-hero .trust-copy {
  top: auto;
  bottom: 54px;
  left: clamp(58px, 5vw, 82px);
  z-index: 9;
  width: min(26vw, 370px);
  padding: 15px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 3px solid #e8172b;
  color: #f7f5ef;
  background: rgba(5, 5, 6, 0.88);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(12px);
  transform: translate3d(var(--slide-two-copy-shift), calc((1 - var(--slide-two-copy-opacity)) * 24px), 0);
}

.broadcast-hero .trust-copy__eyebrow {
  margin-bottom: 10px;
  color: rgba(247, 245, 239, 0.64);
  font-size: 6px;
}

.broadcast-hero .trust-copy__eyebrow span {
  padding: 5px 7px;
  color: #f7f5ef;
  background: #e8172b;
}

.broadcast-hero .trust-copy h2 {
  margin-bottom: 10px;
  color: #f7f5ef;
  font-size: clamp(34px, 3.1vw, 52px);
  letter-spacing: -0.052em;
  line-height: 0.82;
}

.broadcast-hero .trust-copy h2 em {
  margin-top: 0.03em;
  padding: 0;
  color: #ff263f;
  background: transparent;
  clip-path: none;
}

.broadcast-hero .trust-copy > p:not(.trust-copy__eyebrow) {
  display: -webkit-box;
  max-width: 320px;
  margin-bottom: 10px;
  overflow: hidden;
  color: rgba(247, 245, 239, 0.7);
  font-size: 10px;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.broadcast-hero .trust-copy ul {
  max-width: none;
  margin-bottom: 10px;
  border-color: rgba(255, 255, 255, 0.2);
}

.broadcast-hero .trust-copy li {
  min-height: 48px;
  padding: 7px 8px;
}

.broadcast-hero .trust-copy li + li {
  border-color: rgba(255, 255, 255, 0.16);
}

.broadcast-hero .trust-copy li strong {
  color: #f7f5ef;
  font-size: 20px;
}

.broadcast-hero .trust-copy li span {
  color: rgba(247, 245, 239, 0.5);
}

.broadcast-hero .trust-copy .swipe-button {
  width: 100%;
  min-width: 0;
  min-height: 52px;
}

.broadcast-frame--trust {
  border-color: rgba(255, 255, 255, 0.16);
}

.broadcast-frame--trust .broadcast-frame__top,
.broadcast-frame--trust .broadcast-frame__bottom {
  color: #f7f5ef;
  background: rgba(5, 5, 6, 0.92);
}

.broadcast-frame--trust .broadcast-frame__top {
  border-bottom-color: rgba(232, 23, 43, 0.7);
}

.broadcast-frame--trust .broadcast-frame__bottom {
  border-top: 1px solid rgba(232, 23, 43, 0.55);
}

.broadcast-frame--trust .broadcast-frame__side {
  color: rgba(247, 245, 239, 0.46);
  background: rgba(5, 5, 6, 0.32);
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__backtype {
  animation: trust-black-backtype-float 16s ease-in-out -5s infinite;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__zebra-panel--top {
  animation: trust-black-zebra-drift-a 18s linear -7s infinite alternate;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__zebra-panel--bottom {
  animation: trust-black-zebra-drift-b 21s linear -12s infinite alternate;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__speckle--top {
  animation: trust-black-speckle-float 14s ease-in-out -4s infinite;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__speckle--bottom {
  animation: trust-black-speckle-float 18s ease-in-out -11s infinite reverse;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__spark--top {
  animation: trust-black-spark 12s ease-in-out -3.2s infinite;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__spark--bottom {
  animation: trust-black-spark 14s ease-in-out -7.5s infinite reverse;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__connector {
  animation: trust-black-connector 18s ease-in-out -6s infinite;
}

@keyframes trust-black-backtype-float {
  0%,
  100% { translate: -7px 4px; }
  50% { translate: 8px -6px; }
}

@keyframes trust-black-zebra-drift-a {
  0%,
  100% { translate: 0 4px; }
  50% { translate: 0 -5px; }
}

@keyframes trust-black-zebra-drift-b {
  0%,
  100% { translate: 0 -4px; }
  50% { translate: 0 6px; }
}

@keyframes trust-black-speckle-float {
  0%,
  100% { translate: 0 5px; }
  50% { translate: 0 -7px; }
}

@keyframes trust-black-spark {
  0%,
  100% { translate: 0 3px; }
  50% { translate: 0 -4px; }
}

@keyframes trust-black-connector {
  0%,
  100% { translate: 0 4px; }
  50% { translate: 0 -4px; }
}

@media (max-width: 1100px) {
  .trust-editorial__backtype {
    left: 53%;
  }

  .trust-editorial__backtype-word {
    font-size: clamp(196px, 29vw, 344px);
  }

  .trust-editorial__halo,
  .trust-editorial__subject.trust-photo {
    left: 53%;
    height: min(90svh, 820px);
  }

  .trust-editorial__crop--cup {
    top: 19%;
    left: 11%;
    width: min(39vw, 430px);
  }

  .trust-editorial__crop--gear {
    right: 5%;
    bottom: 18%;
    width: min(37vw, 410px);
  }

  .broadcast-hero .trust-copy {
    bottom: 48px;
    left: 48px;
    width: min(30vw, 340px);
  }
}

@media (max-width: 880px) {
  .trust-editorial::before {
    background:
      radial-gradient(circle at 57% 31%, rgba(232, 23, 43, 0.18), transparent 24%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 70%);
  }

  .trust-editorial__backdrop {
    background: radial-gradient(circle at 54% 31%, #171719, #070708 49%, #030304 82%);
  }

  .trust-editorial__grid {
    clip-path: none;
    background-size: 58px 58px;
    opacity: calc(var(--slide-two-copy-opacity) * 0.54);
  }

  .trust-editorial__backtype {
    top: 33%;
    left: 54%;
  }

  .trust-editorial__backtype-word {
    font-size: clamp(142px, 43vw, 250px);
    text-shadow:
      3px 3px 0 #6f7278,
      7px 6px 0 #303238,
      11px 9px 0 #151619;
  }

  .trust-editorial__speckle--top {
    top: calc(var(--header-height) + 24px);
    right: -7%;
    width: 34vw;
    height: 88px;
  }

  .trust-editorial__speckle--bottom {
    display: none;
  }

  .trust-editorial__spark--top {
    top: calc(var(--header-height) + 30px);
    left: 4%;
  }

  .trust-editorial__spark--bottom {
    right: 4%;
    bottom: 13%;
  }

  .trust-stage__number.trust-editorial__number {
    top: 37%;
    right: 5%;
    left: 5%;
    font-size: 32px;
    opacity: calc(var(--slide-two-copy-opacity) * 0.76);
  }

  .trust-editorial__micro {
    display: none;
  }

  .broadcast-hero .trust-editorial__collage {
    inset: calc(var(--header-height) + 14px) 0 26px;
  }

  .trust-editorial__halo,
  .trust-editorial__subject.trust-photo {
    bottom: 27%;
    left: 54%;
    height: min(60svh, 586px);
  }

  .trust-editorial__halo {
    left: 54%;
  }

  .trust-editorial__zebra-panel--top {
    top: 12%;
    left: -4%;
    width: 74vw;
    height: 98px;
  }

  .trust-editorial__zebra-panel--bottom {
    right: -8%;
    bottom: 34%;
    width: 62vw;
    height: 94px;
    opacity: calc(var(--slide-two-copy-opacity) * 0.58);
  }

  .trust-editorial__crop--cup {
    top: 13%;
    right: auto;
    left: -3%;
    width: 71vw;
    padding: 5px;
  }

  .trust-editorial__crop--gear {
    right: -8%;
    bottom: 34%;
    width: 61vw;
    padding: 5px;
  }

  .trust-editorial__crop-media {
    height: clamp(76px, 10svh, 94px);
  }

  .trust-editorial__connector {
    top: 25%;
    left: 48%;
    width: 38%;
    height: 29%;
  }

  .broadcast-hero .trust-copy {
    right: 16px;
    bottom: 92px;
    left: 16px;
    width: auto;
    padding: 12px 13px 13px;
    background: rgba(5, 5, 6, 0.9);
  }

  .broadcast-hero .trust-copy::before {
    content: none;
  }

  .broadcast-hero .trust-copy h2 {
    font-size: clamp(35px, 9vw, 48px);
  }

  .broadcast-hero .trust-copy > p:not(.trust-copy__eyebrow) {
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 520px) {
  .trust-editorial__halo,
  .trust-editorial__subject.trust-photo {
    bottom: 30%;
    left: 54%;
    height: min(55svh, 500px);
  }

  .trust-editorial__crop--cup {
    top: 12.5%;
    width: 72vw;
  }

  .trust-editorial__zebra-panel--bottom,
  .trust-editorial__crop--gear {
    display: none;
  }

  .trust-editorial__connector {
    display: none;
  }

  .broadcast-hero .trust-copy {
    bottom: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-editorial__backdrop,
  .trust-editorial__backtype,
  .trust-editorial__zebra-panel,
  .trust-editorial__speckle,
  .trust-editorial__spark,
  .trust-editorial__connector,
  .trust-editorial__halo {
    animation: none !important;
    translate: none !important;
    transition: none !important;
  }
}

/* Slide 02 cleanup: keep the real kids/trainer cutout, replace the noisy collage shell */
.broadcast-hero .broadcast-slide--trust,
.broadcast-hero .broadcast-slide--trust .trust-editorial {
  background: #050506;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial::before {
  background:
    radial-gradient(circle at 50% 56%, rgba(232, 23, 43, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 20% 78%, rgba(255, 255, 255, 0.03));
  opacity: calc(var(--slide-two-copy-opacity) * 0.9);
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
  background:
    linear-gradient(90deg, rgba(4, 4, 5, 0.78) 0%, rgba(4, 4, 5, 0.56) 28%, rgba(4, 4, 5, 0.16) 58%, rgba(4, 4, 5, 0.24) 100%),
    linear-gradient(180deg, rgba(3, 3, 4, 0.06), rgba(3, 3, 4, 0.34)),
    url("assets/images/hero-slide-2/coach-trust-broadcast-bg-v3.png") 56% center / cover no-repeat;
  opacity: var(--slide-two-scene-opacity);
  transform: translate3d(
    calc(var(--parallax-item-x) + (var(--hero-shift-x) * 0.01)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + (var(--hero-shift-y) * 0.008)),
    0
  ) scale(1.018);
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__grid {
  inset: 0;
  background-size: clamp(76px, 7vw, 112px) clamp(76px, 7vw, 112px);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  opacity: calc(var(--slide-two-copy-opacity) * 0.1);
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__backtype,
.broadcast-hero .broadcast-slide--trust .trust-editorial__zebra-panel,
.broadcast-hero .broadcast-slide--trust .trust-editorial__speckle,
.broadcast-hero .broadcast-slide--trust .trust-editorial__spark,
.broadcast-hero .broadcast-slide--trust .trust-editorial__connector,
.broadcast-hero .broadcast-slide--trust .trust-editorial__crop,
.broadcast-hero .broadcast-slide--trust .trust-stage__number.trust-editorial__number,
.broadcast-hero .broadcast-slide--trust .trust-photo figcaption {
  display: none;
}

.broadcast-hero .broadcast-slide--trust .broadcast-frame--trust {
  border-color: rgba(255, 255, 255, 0.08);
}

.broadcast-hero .broadcast-slide--trust .broadcast-frame--trust .broadcast-frame__top,
.broadcast-hero .broadcast-slide--trust .broadcast-frame--trust .broadcast-frame__bottom {
  color: rgba(247, 245, 239, 0.76);
  background: rgba(5, 5, 6, 0.72);
  border-color: rgba(255, 255, 255, 0.08);
}

.broadcast-hero .broadcast-slide--trust .broadcast-frame--trust .broadcast-frame__side {
  color: rgba(247, 245, 239, 0.24);
  background: rgba(5, 5, 6, 0.16);
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__halo {
  bottom: -1%;
  left: 52%;
  z-index: 3;
  height: min(95svh, 952px);
  opacity: calc(var(--slide-two-copy-opacity) * 0.14);
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__halo-image {
  filter: grayscale(1) brightness(0.2) contrast(1.14);
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__subject.trust-photo {
  bottom: -1%;
  left: 52%;
  z-index: 5;
  display: block;
  height: min(95svh, 976px);
  filter:
    drop-shadow(0 28px 44px rgba(0, 0, 0, 0.52))
    drop-shadow(0 18px 34px rgba(232, 23, 43, 0.1));
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__subject::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%),
    linear-gradient(120deg, rgba(232, 23, 43, 0.05), rgba(232, 23, 43, 0.24) 54%, rgba(232, 23, 43, 0.34));
  opacity: calc(var(--slide-two-copy-opacity) * 0.16);
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__subject-media.trust-photo__media img {
  filter: contrast(1.04) saturate(0.94) brightness(1.01);
}

.broadcast-hero .broadcast-slide--trust .trust-copy {
  width: min(27vw, 392px);
  padding: 18px 20px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid #e8172b;
  background:
    linear-gradient(180deg, rgba(12, 12, 14, 0.86), rgba(5, 5, 6, 0.74)),
    rgba(5, 5, 6, 0.84);
  box-shadow: 0 28px 58px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(8px);
}

.broadcast-hero .broadcast-slide--trust .trust-copy__eyebrow {
  margin-bottom: 12px;
  color: rgba(247, 245, 239, 0.58);
  font-size: 6px;
  letter-spacing: 0.24em;
}

.broadcast-hero .broadcast-slide--trust .trust-copy__eyebrow span {
  padding: 5px 8px;
  color: #f7f5ef;
  background: #e8172b;
}

.broadcast-hero .broadcast-slide--trust .trust-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(38px, 3.5vw, 58px);
  line-height: 0.84;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.broadcast-hero .broadcast-slide--trust .trust-copy h2 em {
  display: block;
  margin-top: 0.08em;
  color: #ff2740;
}

.broadcast-hero .broadcast-slide--trust .trust-copy > p:not(.trust-copy__eyebrow) {
  max-width: 33ch;
  margin-bottom: 14px;
  color: rgba(247, 245, 239, 0.8);
  font-size: 11px;
  line-height: 1.45;
  -webkit-line-clamp: 3;
}

.broadcast-hero .broadcast-slide--trust .trust-copy ul {
  margin-bottom: 14px;
}

.broadcast-hero .broadcast-slide--trust .trust-copy li {
  min-height: 54px;
  padding: 8px 9px;
}

.broadcast-hero .broadcast-slide--trust .trust-copy li strong {
  font-size: 21px;
}

.broadcast-hero .broadcast-slide--trust .trust-copy li span {
  color: rgba(247, 245, 239, 0.52);
}

@media (max-width: 1100px) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__halo,
  .broadcast-hero .broadcast-slide--trust .trust-editorial__subject.trust-photo {
    left: 54%;
    height: min(88svh, 840px);
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy {
    width: min(32vw, 360px);
  }
}

@media (max-width: 880px) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    background-position: 58% center;
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__grid {
    opacity: calc(var(--slide-two-copy-opacity) * 0.08);
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__halo,
  .broadcast-hero .broadcast-slide--trust .trust-editorial__subject.trust-photo {
    bottom: 24%;
    left: 52%;
    height: min(62svh, 590px);
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy {
    right: 16px;
    bottom: 88px;
    left: 16px;
    width: auto;
    padding: 14px 14px 15px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy h2 {
    font-size: clamp(34px, 8.6vw, 48px);
  }
}

@media (max-width: 520px) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    background-position: 60% center;
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__halo,
  .broadcast-hero .broadcast-slide--trust .trust-editorial__subject.trust-photo {
    bottom: 28%;
    left: 50%;
    height: min(53svh, 490px);
  }
}

/* Slide 02 final — generated 01 arena key visual, natural subject, no collage windows */
.broadcast-hero .broadcast-slide--trust,
.broadcast-hero .broadcast-slide--trust .trust-editorial {
  background: #050506;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
  inset: -2%;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(3, 3, 4, 0.82) 0%, rgba(3, 3, 4, 0.58) 25%, rgba(3, 3, 4, 0.08) 52%, rgba(3, 3, 4, 0.02) 100%),
    linear-gradient(180deg, rgba(3, 3, 4, 0.04), rgba(3, 3, 4, 0.16) 70%, rgba(3, 3, 4, 0.42)),
    url("assets/images/hero-slide-2/team-broadcast-stage-01-integrated-v3.png") 58% center / cover no-repeat;
  opacity: var(--slide-two-scene-opacity);
  transform: translate3d(
    calc(var(--parallax-item-x) + (var(--hero-shift-x) * 0.008)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + (var(--hero-shift-y) * 0.006)),
    0
  ) scale(0.974);
  transform-origin: 56% 52%;
  will-change: transform;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 61% 42%, rgba(255, 246, 231, 0.1), transparent 23%),
    radial-gradient(circle at 61% 72%, rgba(232, 23, 43, 0.13), transparent 32%),
    linear-gradient(90deg, rgba(3, 3, 4, 0.24), transparent 38% 82%, rgba(3, 3, 4, 0.12));
  content: "";
  opacity: var(--slide-two-copy-opacity);
  pointer-events: none;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial::after {
  position: absolute;
  top: 3%;
  bottom: 7%;
  left: 56%;
  z-index: 2;
  width: 18%;
  background: linear-gradient(90deg, transparent, rgba(255, 246, 231, 0.055), transparent);
  content: "";
  filter: blur(18px);
  opacity: calc(var(--slide-two-copy-opacity) * 0.7);
  pointer-events: none;
  transform: translate3d(-50%, 0, 0) skewX(-7deg);
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__backdrop {
  animation: trust-banner-stage-drift 22s cubic-bezier(0.45, 0, 0.55, 1) -8s infinite;
}

@keyframes trust-banner-stage-drift {
  0%,
  100% {
    transform: translate3d(
      calc(var(--parallax-item-x) - 3px),
      calc(var(--parallax-item-y) + var(--parallax-scroll-y) + 3px),
      0
    ) scale(0.974);
  }
  50% {
    transform: translate3d(
      calc(var(--parallax-item-x) + 3px),
      calc(var(--parallax-item-y) + var(--parallax-scroll-y) - 3px),
      0
    ) scale(0.984);
  }
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__collage {
  display: none;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__collage::before {
  position: absolute;
  left: 64%;
  bottom: 2.5%;
  z-index: 4;
  width: min(46vw, 760px);
  height: min(18vw, 250px);
  background:
    radial-gradient(ellipse at center, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.5) 42%, rgba(232, 23, 43, 0.14) 66%, transparent 82%);
  content: "";
  filter: blur(18px);
  opacity: calc(var(--slide-two-copy-opacity) * 0.95);
  pointer-events: none;
  transform: translate3d(-50%, 0, 0);
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__subject.trust-photo {
  display: none;
  bottom: -1.5%;
  left: 64%;
  z-index: 5;
  width: auto;
  height: min(94svh, 950px);
  margin: 0;
  isolation: isolate;
  opacity: var(--slide-two-copy-opacity);
  filter:
    drop-shadow(0 34px 44px rgba(0, 0, 0, 0.58))
    drop-shadow(0 14px 28px rgba(0, 0, 0, 0.3))
    drop-shadow(0 0 18px rgba(232, 23, 43, 0.08));
  transform: translate3d(
    calc(-50% + var(--parallax-item-x) + (var(--hero-shift-x) * 0.025)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + var(--slide-two-subject-shift) + (var(--hero-shift-y) * 0.02)),
    0
  ) scale(var(--slide-two-subject-scale));
  transform-origin: 50% 100%;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__subject.trust-photo::before {
  position: absolute;
  inset: 10% 10% 12%;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 246, 231, 0.18), transparent 34%),
    radial-gradient(circle at 50% 82%, rgba(232, 23, 43, 0.18), transparent 36%);
  content: "";
  filter: blur(14px);
  mix-blend-mode: screen;
  opacity: calc(var(--slide-two-copy-opacity) * 0.82);
  pointer-events: none;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__subject.trust-photo::after {
  position: absolute;
  inset: -2% -2% -1%;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 18%, rgba(232, 23, 43, 0.06) 72%, rgba(0, 0, 0, 0.14) 100%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.04), transparent 28%, rgba(232, 23, 43, 0.12) 74%, rgba(232, 23, 43, 0.22) 100%);
  content: "";
  mix-blend-mode: soft-light;
  opacity: calc(var(--slide-two-copy-opacity) * 0.9);
  pointer-events: none;
  -webkit-mask: url("assets/images/hero-slide-2/sasha-kids-cutout-v3.png") center bottom / contain no-repeat;
  mask: url("assets/images/hero-slide-2/sasha-kids-cutout-v3.png") center bottom / contain no-repeat;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__subject-media.trust-photo__media {
  position: relative;
  z-index: 1;
  width: auto;
  height: 100%;
  overflow: visible;
  border: 0;
  background: transparent;
  clip-path: none;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__subject-media.trust-photo__media::after {
  position: absolute;
  right: 8%;
  bottom: 2%;
  left: 8%;
  z-index: 1;
  height: 18%;
  background:
    radial-gradient(ellipse at 50% 18%, rgba(255, 246, 231, 0.14), rgba(232, 23, 43, 0.1) 28%, rgba(0, 0, 0, 0.48) 58%, transparent 82%);
  content: "";
  filter: blur(16px);
  mix-blend-mode: screen;
  opacity: calc(var(--slide-two-copy-opacity) * 0.72);
  pointer-events: none;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__subject-media.trust-photo__media img {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center bottom;
  filter: none;
  transform: none;
}

.broadcast-hero .broadcast-slide--trust .trust-copy {
  top: auto;
  right: auto;
  bottom: 78px;
  left: clamp(58px, 5.4vw, 92px);
  z-index: 9;
  width: min(31vw, 440px);
  padding: 0;
  border: 0;
  color: #f7f5ef;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transform: translate3d(var(--slide-two-copy-shift), calc((1 - var(--slide-two-copy-opacity)) * 18px), 0);
}

.broadcast-hero .broadcast-slide--trust .trust-copy::before {
  position: absolute;
  inset: -72px -70px -56px -92px;
  z-index: -1;
  background: radial-gradient(ellipse at 36% 54%, rgba(3, 3, 4, 0.92), rgba(3, 3, 4, 0.68) 44%, transparent 75%);
  content: "";
  pointer-events: none;
}

.broadcast-hero .broadcast-slide--trust .trust-copy__eyebrow {
  margin-bottom: 14px;
  color: rgba(247, 245, 239, 0.66);
  font-size: 7px;
  letter-spacing: 0.2em;
}

.broadcast-hero .broadcast-slide--trust .trust-copy h2 {
  margin-bottom: 17px;
  font-size: clamp(50px, 5.2vw, 82px);
  letter-spacing: -0.066em;
  line-height: 0.79;
  text-wrap: balance;
}

.broadcast-hero .broadcast-slide--trust .trust-copy h2 em {
  display: block;
  margin-top: 0.04em;
  color: #ff2740;
}

.broadcast-hero .broadcast-slide--trust .trust-copy > p:not(.trust-copy__eyebrow) {
  display: block;
  max-width: 39ch;
  margin-bottom: 18px;
  overflow: visible;
  color: rgba(247, 245, 239, 0.76);
  font-size: 12px;
  line-height: 1.5;
  -webkit-line-clamp: unset;
}

.broadcast-hero .broadcast-slide--trust .trust-copy ul {
  max-width: 430px;
  margin-bottom: 19px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(5, 5, 6, 0.18);
}

.broadcast-hero .broadcast-slide--trust .trust-copy li {
  min-height: 60px;
  padding: 10px 11px;
}

.broadcast-hero .broadcast-slide--trust .trust-copy li strong {
  font-size: 24px;
}

.broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button {
  width: min(100%, 350px);
  min-width: 0;
  min-height: 58px;
}

.broadcast-hero .broadcast-slide--trust .broadcast-frame--trust {
  border-color: rgba(255, 255, 255, 0.1);
}

.broadcast-hero .broadcast-slide--trust .broadcast-frame--trust .broadcast-frame__top,
.broadcast-hero .broadcast-slide--trust .broadcast-frame--trust .broadcast-frame__bottom {
  color: rgba(247, 245, 239, 0.7);
  background: rgba(5, 5, 6, 0.74);
  border-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1100px) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__subject.trust-photo {
    left: 65%;
    height: min(88svh, 825px);
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy {
    bottom: 70px;
    left: 48px;
    width: min(34vw, 390px);
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy h2 {
    font-size: clamp(45px, 5.3vw, 70px);
  }
}

@media (max-width: 880px) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    background:
      linear-gradient(180deg, rgba(3, 3, 4, 0.03), rgba(3, 3, 4, 0.14) 46%, rgba(3, 3, 4, 0.88) 76%),
      url("assets/images/hero-slide-2/team-broadcast-stage-01-integrated-v3.png") 64% center / cover no-repeat;
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial::before {
    background:
      radial-gradient(circle at 54% 30%, rgba(255, 246, 231, 0.08), transparent 24%),
      linear-gradient(180deg, transparent 46%, rgba(3, 3, 4, 0.62) 73%, rgba(3, 3, 4, 0.94));
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__subject.trust-photo {
    bottom: 28%;
    left: 53%;
    height: min(58svh, 560px);
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__collage::before {
    left: 53%;
    bottom: 27%;
    width: min(62vw, 430px);
    height: min(18vw, 140px);
    filter: blur(16px);
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy {
    right: 17px;
    bottom: 89px;
    left: 17px;
    width: auto;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy::before {
    inset: -44px -24px -34px;
    background: linear-gradient(180deg, transparent, rgba(3, 3, 4, 0.88) 28%, rgba(3, 3, 4, 0.96));
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy h2 {
    margin-bottom: 10px;
    font-size: clamp(36px, 9vw, 48px);
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy > p:not(.trust-copy__eyebrow) {
    display: -webkit-box;
    margin-bottom: 11px;
    font-size: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy ul {
    margin-bottom: 11px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li {
    min-height: 48px;
    padding: 7px 8px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li strong {
    font-size: 20px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button {
    min-height: 52px;
  }
}

@media (max-width: 520px) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    background-position: 64% center;
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__subject.trust-photo {
    bottom: 44%;
    left: 52%;
    height: min(48svh, 430px);
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__collage::before {
    left: 52%;
    bottom: 43%;
    width: min(68vw, 310px);
    height: 92px;
    filter: blur(14px);
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy {
    bottom: 94px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    animation: none !important;
    transform: scale(0.974) !important;
  }
}

/* August 2026 content/layout overrides */
.site-header {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(8, 8, 9, 0.985);
  backdrop-filter: blur(16px);
}

.site-header.is-scrolled,
.site-header.is-open {
  background: rgba(8, 8, 9, 0.98);
}

.hero-story {
  height: calc(224svh + var(--header-height));
  min-height: calc(224svh + var(--header-height));
  padding-top: 0;
}

.hero-story .broadcast-hero {
  top: var(--header-height);
  /* Keep both pinned slides inside the space between the header and mobile CTA. */
  height: calc(100svh - var(--header-height) - var(--mobile-actions-height));
  min-height: calc(100svh - var(--header-height) - var(--mobile-actions-height));
}

.broadcast-frame {
  inset: 12px 14px 14px;
}

.broadcast-offer {
  padding-top: 54px;
}

.broadcast-coach-bug {
  top: 76px;
}

.broadcast-stage__number {
  opacity: 0.012;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.14);
}

.static-preview .broadcast-offer__copy,
.static-preview .broadcast-coach-bug,
.static-preview .broadcast-offer__proof,
.static-preview .broadcast-pager {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

.groups-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.group-card {
  min-height: 520px;
}

.group-card:nth-child(-n + 3) {
  grid-column: span 2;
}

.group-card:nth-child(n + 4) {
  grid-column: span 3;
  min-height: 450px;
}

.group-card:nth-child(4)::after {
  content: "04";
}

.group-card:nth-child(5)::after {
  content: "05";
}

.group-card:not(.group-card--main) .status--open {
  border-color: rgba(232, 23, 43, 0.72);
  color: var(--white);
  background: rgba(232, 23, 43, 0.18);
}

.group-card__schedule {
  display: grid;
  gap: 1px;
  margin: -16px 0 28px;
  background: rgba(255, 255, 255, 0.12);
}

.group-card__schedule div {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 14px;
  background: rgba(5, 5, 6, 0.34);
}

.group-card__schedule span {
  color: rgba(247, 245, 239, 0.58);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.group-card__schedule strong {
  flex: 0 0 auto;
  font-family: var(--heading);
  font-size: 18px;
  letter-spacing: -0.02em;
}

.location__details .address-card + .address-card {
  margin-top: 34px;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 3, 4, 0.84) 0%, rgba(3, 3, 4, 0.6) 25%, rgba(3, 3, 4, 0.1) 52%, rgba(3, 3, 4, 0.03) 100%),
    linear-gradient(180deg, rgba(3, 3, 4, 0.04), rgba(3, 3, 4, 0.16) 70%, rgba(3, 3, 4, 0.42)),
    url("assets/images/hero-slide-2/team-broadcast-stage-01-integrated-v3.png") 58% center / cover no-repeat;
  transform: translate3d(
    calc(var(--parallax-item-x) + (var(--hero-shift-x) * 0.008)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + (var(--hero-shift-y) * 0.006)),
    0
  ) scale(0.896);
  box-shadow: 0 0 clamp(42px, 6vw, 96px) clamp(20px, 2.4vw, 42px) #050506;
  transform-origin: 58% 54%;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__backdrop {
  animation: trust-banner-stage-drift 22s cubic-bezier(0.45, 0, 0.55, 1) -8s infinite;
}

@keyframes trust-banner-stage-drift {
  0%,
  100% {
    transform: translate3d(
      calc(var(--parallax-item-x) - 2px),
      calc(var(--parallax-item-y) + var(--parallax-scroll-y) + 2px),
      0
    ) scale(0.896);
  }
  50% {
    transform: translate3d(
      calc(var(--parallax-item-x) + 2px),
      calc(var(--parallax-item-y) + var(--parallax-scroll-y) - 2px),
      0
    ) scale(0.906);
  }
}

@media (max-width: 1200px) {
  .groups-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .group-card,
  .group-card:nth-child(-n + 3),
  .group-card:nth-child(n + 4) {
    grid-column: auto;
  }

  .group-card--main {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1100px) {
  .hero-story {
    height: calc(214svh + var(--header-height));
    min-height: calc(214svh + var(--header-height));
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    transform: translate3d(
      calc(var(--parallax-item-x) + (var(--hero-shift-x) * 0.008)),
      calc(var(--parallax-item-y) + var(--parallax-scroll-y) + (var(--hero-shift-y) * 0.006)),
      0
    ) scale(0.905);
  }

  @keyframes trust-banner-stage-drift {
    0%,
    100% {
      transform: translate3d(
        calc(var(--parallax-item-x) - 2px),
        calc(var(--parallax-item-y) + var(--parallax-scroll-y) + 2px),
        0
      ) scale(0.905);
    }
    50% {
      transform: translate3d(
        calc(var(--parallax-item-x) + 2px),
        calc(var(--parallax-item-y) + var(--parallax-scroll-y) - 2px),
        0
      ) scale(0.915);
    }
  }
}

@media (max-width: 880px) {
  .hero-story {
    height: calc(196svh + var(--header-height));
    min-height: calc(196svh + var(--header-height));
  }

  .hero-story .broadcast-hero {
    height: calc(100svh - var(--header-height) - var(--mobile-actions-height));
    min-height: calc(100svh - var(--header-height) - var(--mobile-actions-height));
  }

  .groups-grid {
    grid-template-columns: 1fr;
  }

  .group-card,
  .group-card:nth-child(-n + 3),
  .group-card:nth-child(n + 4),
  .group-card--main {
    grid-column: auto;
    min-height: 440px;
  }

  .broadcast-frame {
    inset: 10px 10px 10px;
  }

  .broadcast-offer {
    padding-top: 26px;
  }

  .broadcast-coach-bug {
    top: 40px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    background:
      linear-gradient(180deg, rgba(3, 3, 4, 0.03), rgba(3, 3, 4, 0.14) 46%, rgba(3, 3, 4, 0.88) 76%),
      url("assets/images/hero-slide-2/team-broadcast-stage-01-integrated-v3.png") 64% center / cover no-repeat;
    transform: translate3d(
      calc(var(--parallax-item-x) + (var(--hero-shift-x) * 0.008)),
      calc(var(--parallax-item-y) + var(--parallax-scroll-y) + (var(--hero-shift-y) * 0.006)),
      0
    ) scale(0.92);
  }

  @keyframes trust-banner-stage-drift {
    0%,
    100% {
      transform: translate3d(
        calc(var(--parallax-item-x) - 2px),
        calc(var(--parallax-item-y) + var(--parallax-scroll-y) + 2px),
        0
      ) scale(0.92);
    }
    50% {
      transform: translate3d(
        calc(var(--parallax-item-x) + 2px),
        calc(var(--parallax-item-y) + var(--parallax-scroll-y) - 2px),
        0
      ) scale(0.93);
    }
  }
}

@media (max-width: 520px) {
  .hero-story {
    height: calc(184svh + var(--header-height));
    min-height: calc(184svh + var(--header-height));
  }

  .broadcast-stage__number {
    left: -7vw;
    opacity: 0.01;
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    background-position: 66% center;
    transform: translate3d(
      calc(var(--parallax-item-x) + (var(--hero-shift-x) * 0.008)),
      calc(var(--parallax-item-y) + var(--parallax-scroll-y) + (var(--hero-shift-y) * 0.006)),
      0
    ) scale(0.93);
  }
}

@media (prefers-reduced-motion: reduce) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    animation: none !important;
    transform: scale(0.896) !important;
  }
}

/* Groups editorial refresh */
.groups {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(243, 239, 231, 0.98), rgba(232, 226, 215, 0.96)),
    var(--paper);
}

.groups::before {
  opacity: 0.54;
  background-image:
    linear-gradient(90deg, transparent 0 calc(20% - 1px), rgba(11, 11, 12, 0.045) calc(20% - 1px) calc(20% + 1px), transparent calc(20% + 1px)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-size: 20% 100%, 100% 100%;
}

.groups-editorial-head {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: end;
  margin-bottom: clamp(42px, 5vw, 74px);
}

.groups-editorial-meta {
  display: grid;
  gap: 20px;
  max-width: 340px;
}

.groups-editorial-meta .section-index {
  color: rgba(11, 11, 12, 0.42);
}

.groups-editorial-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.groups-editorial-facts strong {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(11, 11, 12, 0.14);
  padding: 0 14px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.groups-editorial-meta > p:last-child {
  margin: 0;
  color: rgba(11, 11, 12, 0.62);
  font-size: 15px;
  line-height: 1.7;
}

.groups-editorial-title {
  display: grid;
  gap: 16px;
  justify-items: end;
}

.groups-editorial-title > p {
  margin: 0;
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.groups-editorial-title h2 {
  max-width: none;
  margin: 0;
  color: var(--ink);
  text-align: right;
  font-size: clamp(64px, 8.4vw, 142px);
  line-height: 0.86;
  letter-spacing: -0.055em;
}

.groups-editorial-title h2 span,
.groups-editorial-title h2 em {
  display: block;
}

.groups-editorial-title h2 em {
  margin-top: 10px;
  color: var(--accent);
  font-size: clamp(28px, 2.5vw, 40px);
  font-style: normal;
  letter-spacing: -0.03em;
}

.groups-grid {
  grid-template-columns: 1.08fr 1.08fr 0.84fr 0.84fr;
  grid-template-areas:
    "main main narva young"
    "main main individual adults";
  gap: 1px;
  background: rgba(11, 11, 12, 0.12);
}

.group-card {
  min-height: 320px;
  padding: clamp(28px, 2.7vw, 42px);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(242, 238, 229, 0.86)),
    var(--paper);
}

.group-card::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(11, 11, 12, 0.04) 38px 39px);
  background-position: center;
  opacity: 0.78;
  transform: none;
}

.group-card::after {
  right: 16px;
  bottom: 10px;
  color: rgba(11, 11, 12, 0.06);
  font-size: clamp(148px, 13vw, 240px);
  font-weight: 900;
  letter-spacing: -0.08em;
  opacity: 1;
  transform: none;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}

.group-card > * {
  z-index: 1;
}

.group-card__topline {
  margin-bottom: 28px;
}

.group-card__topline > span:last-child {
  color: rgba(11, 11, 12, 0.35);
}

.status {
  border-color: rgba(11, 11, 12, 0.16);
  color: rgba(11, 11, 12, 0.62);
  background: rgba(255, 253, 248, 0.72);
}

.status--open,
.group-card:not(.group-card--main) .status--open {
  border-color: var(--accent);
  color: var(--white);
  background: var(--accent);
}

.group-card__eyebrow {
  margin-bottom: 10px;
  color: currentColor;
  opacity: 0.62;
}

.group-card h3 {
  margin: 0 0 24px;
  font-size: clamp(52px, 5vw, 88px);
  line-height: 0.88;
}

.group-card__description,
.group-card__note {
  max-width: 360px;
  margin-bottom: 30px;
  color: rgba(11, 11, 12, 0.68);
  font-size: 14px;
  line-height: 1.72;
}

.group-card .arrow-link,
.group-card .button {
  margin-top: auto;
}

.group-card .arrow-link {
  color: var(--ink);
}

.days {
  margin-bottom: 28px;
}

.group-card__schedule {
  margin: 0 0 28px;
  background: rgba(11, 11, 12, 0.08);
}

.group-card__schedule div {
  min-height: 56px;
  padding: 12px 14px;
  background: rgba(255, 253, 248, 0.82);
}

.group-card__schedule span {
  color: rgba(11, 11, 12, 0.52);
}

.group-card__schedule strong {
  color: var(--ink);
}

.group-card__visual {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 0;
  width: min(38%, 210px);
  aspect-ratio: 0.76;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(11, 11, 12, 0.16);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}

.group-card__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 11, 12, 0), rgba(11, 11, 12, 0.34));
  content: "";
}

.group-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(0.82) contrast(1.04);
}

.group-card--feature {
  grid-area: main;
  min-height: 620px;
  padding-right: clamp(220px, 23vw, 320px);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(235, 27, 49, 0.98), rgba(220, 18, 37, 0.96)),
    var(--accent);
}

.group-card--feature::before {
  background:
    radial-gradient(circle at 84% 26%, rgba(255, 255, 255, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(11, 11, 12, 0.06) 38px 39px);
  opacity: 0.68;
}

.group-card--feature::after {
  color: rgba(11, 11, 12, 0.12);
}

.group-card--feature .group-card__topline > span:last-child,
.group-card--feature .group-card__eyebrow,
.group-card--feature .group-card__note {
  color: rgba(11, 11, 12, 0.72);
}

.group-card--feature .group-card__visual {
  right: 0;
  bottom: 0;
  width: min(40%, 310px);
  height: 100%;
  aspect-ratio: auto;
  border: 0;
  box-shadow: none;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
}

.group-card--feature .group-card__visual::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    linear-gradient(90deg, rgba(232, 23, 43, 0), rgba(232, 23, 43, 0.12));
}

.group-card--feature .group-card__visual img {
  object-position: center top;
  filter: saturate(0.92) contrast(1.02);
}

.group-card--narva {
  grid-area: narva;
  min-height: 308px;
  padding-right: 34%;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(9, 9, 10, 0.98), rgba(18, 18, 20, 0.96)),
    #0b0b0c;
}

.group-card--narva::before {
  background:
    linear-gradient(135deg, rgba(232, 23, 43, 0.26), transparent 50%),
    repeating-linear-gradient(90deg, transparent 0 36px, rgba(255, 255, 255, 0.05) 36px 37px);
  opacity: 0.7;
}

.group-card--narva::after {
  color: rgba(255, 255, 255, 0.08);
}

.group-card--narva .group-card__topline > span:last-child,
.group-card--narva .group-card__eyebrow,
.group-card--narva .group-card__description,
.group-card--narva .group-card__schedule span {
  color: rgba(255, 253, 248, 0.66);
}

.group-card--narva .group-card__schedule {
  background: rgba(255, 255, 255, 0.09);
}

.group-card--narva .group-card__schedule div {
  background: rgba(11, 11, 12, 0.52);
}

.group-card--narva .group-card__schedule strong,
.group-card--narva .arrow-link {
  color: var(--white);
}

.group-card--narva .group-card__visual {
  top: 18px;
  right: 18px;
  bottom: auto;
  width: 30%;
  min-width: 108px;
  aspect-ratio: 0.82;
  border-color: rgba(232, 23, 43, 0.72);
}

.group-card--narva .group-card__visual img {
  object-position: center 24%;
}

.group-card--young {
  grid-area: young;
  min-height: 308px;
}

.group-card--young::before {
  background:
    radial-gradient(circle at 80% 78%, rgba(232, 23, 43, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(90deg, transparent 0 36px, rgba(11, 11, 12, 0.04) 36px 37px);
}

.group-card--young h3 {
  max-width: 3ch;
}

.group-card--individual {
  grid-area: individual;
  min-height: 286px;
  padding-right: clamp(80px, 12vw, 150px);
}

.group-card--individual::before {
  background:
    linear-gradient(135deg, rgba(11, 11, 12, 0.92) 0 28%, transparent 28% 100%),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(11, 11, 12, 0.04) 38px 39px);
  opacity: 0.94;
}

.group-card--individual::after {
  color: rgba(11, 11, 12, 0.08);
}

.group-card--individual h3 {
  max-width: none;
}

.group-card--adults {
  grid-area: adults;
  min-height: 286px;
  padding-right: 36%;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(12, 12, 13, 0.98), rgba(18, 18, 19, 0.96)),
    #0c0c0d;
}

.group-card--adults::before {
  background:
    linear-gradient(180deg, rgba(232, 23, 43, 0.24), transparent 56%),
    repeating-linear-gradient(90deg, transparent 0 36px, rgba(255, 255, 255, 0.05) 36px 37px);
  opacity: 0.72;
}

.group-card--adults::after {
  color: rgba(255, 255, 255, 0.08);
}

.group-card--adults .group-card__topline > span:last-child,
.group-card--adults .group-card__eyebrow,
.group-card--adults .group-card__description {
  color: rgba(255, 253, 248, 0.68);
}

.group-card--adults .arrow-link {
  color: var(--white);
}

.group-card--adults .group-card__visual {
  right: 0;
  bottom: 0;
  width: min(40%, 200px);
  height: 100%;
  aspect-ratio: auto;
  border: 0;
  box-shadow: none;
}

.group-card--adults .group-card__visual img {
  object-position: center top;
}

@media (hover: hover) {
  .group-card:hover::before {
    background-position: center;
    opacity: 0.9;
    transform: none;
  }

  .group-card:hover::after {
    transform: translate3d(-2px, -2px, 0);
  }
}

@media (max-width: 1240px) {
  .groups-editorial-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .groups-editorial-title {
    justify-items: start;
  }

  .groups-editorial-title h2 {
    text-align: left;
  }

  .groups-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "main main"
      "narva young"
      "individual adults";
  }
}

@media (max-width: 880px) {
  .groups-editorial-title h2 {
    font-size: clamp(50px, 13vw, 82px);
  }

  .groups-editorial-title h2 em {
    font-size: clamp(22px, 5vw, 32px);
  }

  .groups-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "narva"
      "young"
      "individual"
      "adults";
  }

  .group-card,
  .group-card--feature,
  .group-card--narva,
  .group-card--young,
  .group-card--individual,
  .group-card--adults {
    min-height: auto;
    padding-right: 28px;
  }

  .group-card--feature {
    min-height: 580px;
    padding-bottom: 260px;
  }

  .group-card__visual,
  .group-card--narva .group-card__visual,
  .group-card--adults .group-card__visual {
    width: min(46%, 210px);
  }

  .group-card--feature .group-card__visual {
    right: 12px;
    bottom: 0;
    width: min(54%, 280px);
    height: 250px;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 24%);
  }

  .group-card--adults .group-card__visual {
    width: min(46%, 180px);
    height: 78%;
  }
}

@media (max-width: 640px) {
  .groups-editorial-meta > p:last-child {
    font-size: 14px;
  }

  .group-card h3 {
    font-size: clamp(42px, 16vw, 66px);
  }

  .group-card__description,
  .group-card__note {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.66;
  }

  .group-card__visual,
  .group-card--narva .group-card__visual,
  .group-card--adults .group-card__visual {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    min-width: 0;
    height: 220px;
    margin-top: 22px;
  }

  .group-card--feature {
    min-height: auto;
    padding-bottom: 28px;
  }

  .group-card--feature .group-card__visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 260px;
    margin-top: 24px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
  }

  .group-card--individual {
    padding-right: 28px;
  }
}

/* Groups — light editorial selector inspired by the supplied reference */
.groups {
  padding: clamp(82px, 7vw, 126px) 0;
  color: #08090a;
  background: linear-gradient(
    180deg,
    #f1ebdf 0,
    #f1ebdf calc(100% - 220px),
    var(--paper) 100%
  );
}

.groups::before {
  background-image: repeating-linear-gradient(
    90deg,
    rgba(8, 9, 10, 0.055) 0,
    rgba(8, 9, 10, 0.055) 1px,
    transparent 1px,
    transparent clamp(64px, 6.25vw, 104px)
  );
  background-size: auto 100%;
  opacity: 1;
  -webkit-mask-image: linear-gradient(
    180deg,
    #000 0,
    #000 calc(100% - 240px),
    rgba(0, 0, 0, 0.42) calc(100% - 110px),
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    #000 0,
    #000 calc(100% - 240px),
    rgba(0, 0, 0, 0.42) calc(100% - 110px),
    transparent 100%
  );
}

.groups > .container {
  width: min(calc(100% - 48px), 1720px);
}

.groups-editorial-head {
  position: relative;
  display: grid;
  min-height: clamp(330px, 30vw, 470px);
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(48px, 7vw, 128px);
  align-items: start;
}

.groups-editorial-meta {
  padding-top: 7px;
}

.groups .section-index {
  color: rgba(8, 9, 10, 0.66);
}

.groups-editorial-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: clamp(46px, 5vw, 78px) 0 14px;
}

.groups-editorial-facts strong {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 14px;
  color: #f7f2e9;
  background: #08090a;
  font-family: var(--heading);
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.groups-editorial-meta > p:last-child {
  max-width: 45ch;
  margin: 0;
  color: rgba(8, 9, 10, 0.72);
  font-size: 12px;
  line-height: 1.5;
}

.groups-editorial-title {
  position: relative;
  display: grid;
  justify-items: end;
}

.groups-editorial-title > p {
  margin: 0 0 12px;
  color: rgba(8, 9, 10, 0.68);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.groups-editorial-title > p::before {
  display: inline-block;
  width: 24px;
  height: 2px;
  margin: 0 10px 2px 0;
  background: var(--accent);
  content: "";
}

.groups-editorial-title h2 {
  width: 100%;
  max-width: 1160px;
  margin: 0;
  color: #08090a;
  font-size: clamp(72px, 7.2vw, 132px);
  letter-spacing: -0.075em;
  line-height: 0.77;
  text-align: right;
  text-transform: uppercase;
}

.groups-editorial-title h2 span,
.groups-editorial-title h2 em {
  display: block;
}

.groups-editorial-title h2 em {
  margin-top: 0.18em;
  font-size: 0.54em;
  font-style: normal;
  letter-spacing: -0.045em;
}

.groups .groups-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(340px, auto));
  gap: 0;
  border-top: 1px solid rgba(8, 9, 10, 0.18);
  border-left: 1px solid rgba(8, 9, 10, 0.18);
  background: transparent;
}

.groups .group-card,
.groups .group-card:nth-child(-n + 3),
.groups .group-card:nth-child(n + 4),
.groups .group-card--main {
  grid-column: auto;
  grid-row: auto;
  min-height: 340px;
  border-right: 1px solid rgba(8, 9, 10, 0.18);
  border-bottom: 1px solid rgba(8, 9, 10, 0.18);
  padding: clamp(20px, 2vw, 30px);
  color: #08090a;
  background: rgba(247, 242, 233, 0.46);
}

.groups .group-card:nth-child(1) {
  grid-column: 1 / 7;
  grid-row: 1 / 3;
  min-height: 680px;
}

.groups .group-card:nth-child(2) {
  grid-column: 7 / 10;
  grid-row: 1;
  color: #f7f2e9;
  background: #07090a;
}

.groups .group-card:nth-child(3) {
  grid-column: 10 / 13;
  grid-row: 1;
}

.groups .group-card:nth-child(4) {
  grid-column: 7 / 10;
  grid-row: 2;
}

.groups .group-card:nth-child(5) {
  grid-column: 10 / 13;
  grid-row: 2;
}

.groups .group-card::after {
  display: none;
}

.groups .group-card::before {
  inset: 0;
  z-index: 1;
  background: none;
  opacity: 1;
  transform: none;
  transition: none;
}

.groups .group-card:nth-child(1)::before {
  background:
    linear-gradient(90deg, #f1ebdf 0 42%, rgba(241, 235, 223, 0.62) 50%, rgba(241, 235, 223, 0.04) 64%),
    linear-gradient(0deg, rgba(241, 235, 223, 0.48), transparent 34%);
}

.groups .group-card:nth-child(2)::before {
  background: linear-gradient(90deg, #07090a 0 62%, rgba(7, 9, 10, 0.82) 74%, rgba(7, 9, 10, 0.18));
}

.groups .group-card:nth-child(5)::before {
  background: linear-gradient(90deg, #f1ebdf 0 64%, rgba(241, 235, 223, 0.72) 78%, transparent);
}

.groups .group-card > * {
  z-index: 2;
}

.groups .group-card__topline {
  margin-bottom: clamp(32px, 3.5vw, 62px);
}

.groups .status {
  min-height: 24px;
  border-color: rgba(8, 9, 10, 0.36);
  color: #08090a;
  background: transparent;
}

.groups .status--open,
.groups .group-card:not(.group-card--main) .status--open {
  border-color: var(--accent);
  color: #f7f2e9;
  background: var(--accent);
}

.groups .group-card:nth-child(2) .status {
  border-color: rgba(247, 242, 233, 0.48);
  color: #f7f2e9;
}

.groups .group-card__eyebrow {
  margin-bottom: 8px;
  font-size: 8px;
  opacity: 0.78;
}

.groups .group-card h3 {
  max-width: 9ch;
  margin: 0 0 26px;
  font-size: clamp(38px, 3.4vw, 64px);
  line-height: 0.86;
  letter-spacing: -0.055em;
}

.groups .group-card:nth-child(1) h3 {
  max-width: 5ch;
  font-size: clamp(68px, 7.4vw, 124px);
  line-height: 0.78;
}

.groups .days {
  width: min(48%, 360px);
  margin-bottom: 22px;
}

.groups .days div {
  padding: 10px 0;
}

.groups .days strong {
  font-size: 20px;
}

.groups .group-card__schedule {
  width: min(100%, 360px);
  margin: 0 0 20px;
  border-top: 1px solid rgba(8, 9, 10, 0.2);
  background: transparent;
}

.groups .group-card__schedule div {
  min-height: 42px;
  border-bottom: 1px solid rgba(8, 9, 10, 0.2);
  padding: 8px 0;
  background: transparent;
}

.groups .group-card__schedule span {
  color: rgba(8, 9, 10, 0.62);
}

.groups .group-card:nth-child(2) .group-card__schedule {
  border-color: rgba(247, 242, 233, 0.22);
}

.groups .group-card:nth-child(2) .group-card__schedule div {
  border-color: rgba(247, 242, 233, 0.22);
}

.groups .group-card:nth-child(2) .group-card__schedule span {
  color: rgba(247, 242, 233, 0.62);
}

.groups .group-card__description,
.groups .group-card__note {
  max-width: 34ch;
  margin-bottom: 22px;
  color: rgba(8, 9, 10, 0.68);
  font-size: 12px;
  line-height: 1.55;
}

.groups .group-card:nth-child(1) .group-card__note {
  max-width: 43%;
  color: rgba(8, 9, 10, 0.68);
}

.groups .group-card:nth-child(2) .group-card__description {
  max-width: 70%;
  color: rgba(247, 242, 233, 0.68);
}

.groups .group-card:nth-child(5) .group-card__description {
  max-width: 68%;
}

.groups .group-card:nth-child(5) .group-card__eyebrow,
.groups .group-card:nth-child(5) .arrow-link {
  color: #08090a;
}

.groups .group-card .arrow-link,
.groups .group-card .button {
  position: relative;
  z-index: 3;
  margin-top: auto;
}

.groups .group-card:nth-child(2) .arrow-link {
  color: #f7f2e9;
}

.group-card__visual {
  position: absolute !important;
  right: 0;
  bottom: 0;
  z-index: 0 !important;
  width: 42%;
  height: 44%;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
}

.group-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.35) contrast(1.08) saturate(0.72);
  opacity: 0.96;
  transition: transform 900ms var(--ease-premium), filter 600ms ease;
}

.groups .group-card:nth-child(1) .group-card__visual {
  width: 50%;
  height: 56%;
}

.groups .group-card:nth-child(1) .group-card__visual img {
  object-position: 50% 20%;
}

.groups .group-card:nth-child(2) .group-card__visual,
.groups .group-card:nth-child(5) .group-card__visual {
  width: 38%;
  height: 33%;
}

.groups .group-card:nth-child(2) .group-card__visual img {
  object-position: 50% 23%;
}

.groups .group-card:nth-child(5) .group-card__visual img {
  object-position: 50% 18%;
}

@media (hover: hover) and (pointer: fine) {
  .groups .group-card:hover::before {
    opacity: 1;
    transform: none;
  }

  .groups .group-card:hover .group-card__visual img {
    filter: grayscale(0.38) contrast(1.08) saturate(0.7);
    transform: scale(1.035);
  }
}

@media (max-width: 1200px) {
  .groups-editorial-head {
    min-height: 360px;
    grid-template-columns: minmax(230px, 0.62fr) minmax(0, 1.38fr);
    gap: 42px;
  }

  .groups-editorial-title h2 {
    font-size: clamp(62px, 7.7vw, 96px);
  }

  .groups .groups-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .groups .group-card,
  .groups .group-card:nth-child(-n + 3),
  .groups .group-card:nth-child(n + 4),
  .groups .group-card--main {
    grid-column: auto;
    grid-row: auto;
    min-height: 380px;
  }

  .groups .group-card:nth-child(1) {
    grid-column: 1 / -1;
    min-height: 590px;
  }
}

@media (max-width: 880px) {
  .groups > .container {
    width: min(calc(100% - 32px), 1720px);
  }

  .groups-editorial-head {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 54px;
    margin-bottom: 58px;
  }

  .groups-editorial-facts {
    margin-top: 34px;
  }

  .groups-editorial-title {
    justify-items: start;
  }

  .groups-editorial-title h2 {
    max-width: 760px;
    font-size: clamp(52px, 12vw, 82px);
    text-align: left;
  }

  .groups .groups-grid {
    grid-template-columns: 1fr;
  }

  .groups .group-card,
  .groups .group-card:nth-child(-n + 3),
  .groups .group-card:nth-child(n + 4),
  .groups .group-card--main,
  .groups .group-card:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
    min-height: 400px;
  }

  .groups .group-card:nth-child(1) {
    min-height: 560px;
  }
}

@media (max-width: 620px) {
  .groups {
    padding: 78px 0;
  }

  .groups > .container {
    width: calc(100% - 24px);
  }

  .groups-editorial-head {
    gap: 44px;
    margin-bottom: 44px;
  }

  .groups-editorial-facts strong {
    min-height: 28px;
    padding-inline: 10px;
    font-size: 9px;
  }

  .groups-editorial-title h2 {
    font-size: clamp(46px, 14.2vw, 68px);
  }

  .groups .group-card,
  .groups .group-card:nth-child(-n + 3),
  .groups .group-card:nth-child(n + 4),
  .groups .group-card--main {
    min-height: 370px;
    padding: 20px;
  }

  .groups .group-card:nth-child(1) {
    min-height: 550px;
  }

  .groups .group-card:nth-child(1) h3 {
    font-size: clamp(64px, 22vw, 92px);
  }

  .groups .group-card h3 {
    font-size: clamp(44px, 15vw, 64px);
  }

  .groups .days,
  .groups .group-card:nth-child(1) .group-card__note {
    width: 58%;
    max-width: 58%;
  }

  .groups .group-card:nth-child(1) .group-card__visual {
    width: 56%;
    height: 48%;
  }
}

/* Keep the hero polish last in the cascade. */
.broadcast-slide--open .broadcast-stage__field {
  inset: var(--hero-art-safe-top) 0 0;
  overflow: hidden;
}

.broadcast-slide--open .broadcast-stage__ufc-motion {
  top: var(--hero-art-safe-top);
  bottom: 0;
}

.broadcast-offer {
  padding-top: clamp(38px, 5.5svh, 64px);
  padding-bottom: clamp(94px, 12svh, 128px);
}

.broadcast-offer__eyebrow,
.trust-copy__eyebrow {
  font-size: clamp(8px, 0.56vw, 10px);
}

.broadcast-offer__lead {
  max-width: 500px;
  font-size: clamp(13px, 0.82vw, 16px);
}

.broadcast-offer__phone {
  font-size: clamp(8px, 0.52vw, 10px);
}

.broadcast-offer__proof {
  bottom: clamp(20px, 2.8svh, 34px);
  width: min(41vw, 520px);
  gap: 8px;
  border: 0;
  background: transparent;
}

.broadcast-offer__proof div {
  position: relative;
  min-height: 72px;
  padding: 14px 16px 12px;
  overflow: hidden;
  border: 0;
  background:
    linear-gradient(135deg, rgba(25, 25, 28, 0.94), rgba(7, 7, 8, 0.88)),
    #09090a;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.3));
  backdrop-filter: blur(10px);
}

.broadcast-offer__proof div + div {
  border-left: 0;
}

.broadcast-offer__proof strong {
  font-size: clamp(29px, 2vw, 35px);
}

.broadcast-offer__proof span {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(7px, 0.46vw, 9px);
  line-height: 1.25;
}

.broadcast-coach-bug {
  top: max(calc(var(--hero-art-safe-top) + 30px), 58px);
  right: clamp(28px, 3.7vw, 72px);
  width: clamp(240px, 18vw, 310px);
}

.broadcast-coach-bug::before {
  height: 4px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, transparent 0 14%, var(--accent-hot) 14% 100%);
}

.broadcast-coach-bug span {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(8px, 0.56vw, 11px);
  letter-spacing: 0.18em;
}

.broadcast-coach-bug strong {
  margin: 10px 0 9px;
  font-size: clamp(34px, 2.35vw, 46px);
  line-height: 0.82;
}

.broadcast-coach-bug small {
  max-width: 30ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(8px, 0.52vw, 10px);
  letter-spacing: 0.13em;
  line-height: 1.45;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
  inset: 0;
  box-shadow: none;
  background:
    linear-gradient(90deg, rgba(3, 3, 4, 0.88) 0%, rgba(3, 3, 4, 0.66) 25%, rgba(3, 3, 4, 0.14) 50%, rgba(3, 3, 4, 0.02) 78%),
    linear-gradient(180deg, rgba(3, 3, 4, 0.02), rgba(3, 3, 4, 0.14) 68%, rgba(3, 3, 4, 0.42)),
    url("assets/images/hero-slide-2/team-broadcast-stage-01-v2.png") center / cover no-repeat;
  transform: translate3d(
    calc(var(--parallax-item-x) + (var(--hero-shift-x) * 0.008)),
    calc(var(--parallax-item-y) + var(--parallax-scroll-y) + (var(--hero-shift-y) * 0.006)),
    0
  ) scale(1.012);
  transform-origin: 58% 54%;
}

.broadcast-hero .broadcast-slide--trust .trust-copy > p:not(.trust-copy__eyebrow) {
  font-size: clamp(12px, 0.76vw, 14px);
}

.broadcast-hero .broadcast-slide--trust .trust-copy ul {
  display: grid;
  gap: 6px;
  border: 0;
  background: transparent;
}

.broadcast-hero .broadcast-slide--trust .trust-copy li {
  position: relative;
  border: 0;
  background: rgba(8, 8, 9, 0.7);
  backdrop-filter: blur(8px);
}

.broadcast-hero .broadcast-slide--trust .trust-copy li + li {
  border-left: 0;
}

@keyframes trust-banner-stage-drift {
  0%,
  100% {
    transform: translate3d(
      calc(var(--parallax-item-x) - 2px),
      calc(var(--parallax-item-y) + var(--parallax-scroll-y) + 2px),
      0
    ) scale(1.012);
  }
  50% {
    transform: translate3d(
      calc(var(--parallax-item-x) + 2px),
      calc(var(--parallax-item-y) + var(--parallax-scroll-y) - 2px),
      0
    ) scale(1.022);
  }
}

@media (max-width: 1100px) {
  .broadcast-offer__proof {
    width: min(53vw, 480px);
  }

  .broadcast-coach-bug {
    right: 24px;
    width: 224px;
  }

  .broadcast-coach-bug strong {
    font-size: 32px;
  }
}

@media (max-width: 880px) {
  .broadcast-offer {
    padding-top: 24px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    background:
      linear-gradient(180deg, rgba(3, 3, 4, 0.02), rgba(3, 3, 4, 0.12) 44%, rgba(3, 3, 4, 0.9) 78%),
      url("assets/images/hero-slide-2/team-broadcast-stage-01-v2.png") 58% center / cover no-repeat;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li {
    min-height: 50px;
  }
}

@media (max-width: 620px) {
  .broadcast-offer__proof {
    right: 14px;
    bottom: 18px;
    left: 14px;
    width: auto;
    gap: 5px;
  }

  .broadcast-offer__proof div {
    min-height: 56px;
    padding: 10px 10px 9px;
  }

  .broadcast-offer__proof strong {
    font-size: 22px;
  }

  .broadcast-offer__proof span {
    font-size: 6px;
    letter-spacing: 0.1em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    animation: none !important;
    transform: scale(1.012) !important;
  }
}

@media (max-width: 620px) {
  .broadcast-offer__proof {
    bottom: 16px;
  }
}

/* Sign-up quiz — ESPN-inspired red editorial treatment */
.signup.signup-quiz {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(600px, 1.12fr);
  align-items: center;
  gap: clamp(42px, 6vw, 112px);
  min-height: 980px;
  overflow: hidden;
  padding: clamp(86px, 8vw, 132px) max(28px, calc((100vw - var(--container)) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 42% 45%, rgba(255, 63, 73, 0.38), transparent 27%),
    linear-gradient(108deg, rgba(104, 0, 14, 0.96) 0 27%, rgba(198, 4, 27, 0.92) 53%, rgba(101, 0, 14, 0.96) 100%),
    #b4061c;
}

.signup.signup-quiz::before {
  position: absolute;
  inset: -12% 45% 35% -12%;
  z-index: 0;
  background:
    linear-gradient(135deg, rgba(5, 5, 7, 0.96), rgba(18, 18, 21, 0.8)),
    repeating-linear-gradient(135deg, transparent 0 42px, rgba(255, 255, 255, 0.08) 42px 44px);
  clip-path: polygon(0 0, 100% 0, 73% 100%, 0 82%);
  content: "";
  transform: rotate(-3deg);
}

.signup.signup-quiz::after {
  position: absolute;
  right: -7%;
  bottom: -8%;
  left: -5%;
  z-index: 1;
  height: 31%;
  background:
    linear-gradient(165deg, transparent 0 19%, rgba(255, 253, 248, 0.98) 19.5% 27%, transparent 27.5% 36%, rgba(9, 9, 11, 0.94) 36.5% 58%, transparent 58.5%),
    repeating-linear-gradient(168deg, transparent 0 58px, rgba(255, 255, 255, 0.12) 59px 62px);
  content: "";
  opacity: 0.82;
  pointer-events: none;
}

.signup-quiz__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.signup-quiz__background::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 4, 6, 0.46), transparent 34% 66%, rgba(4, 4, 6, 0.42)),
    repeating-linear-gradient(126deg, transparent 0 82px, rgba(255, 255, 255, 0.055) 83px 85px),
    repeating-linear-gradient(36deg, transparent 0 126px, rgba(5, 5, 7, 0.08) 127px 132px);
  content: "";
}

.signup-quiz__background::after {
  position: absolute;
  top: -24%;
  right: -19%;
  width: 58%;
  height: 92%;
  background:
    linear-gradient(135deg, rgba(7, 7, 9, 0.96), rgba(22, 22, 25, 0.84)),
    repeating-linear-gradient(145deg, transparent 0 32px, rgba(255, 255, 255, 0.06) 32px 34px);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 68%);
  content: "";
  opacity: 0.74;
  transform: rotate(5deg);
}

.signup-quiz__coach {
  position: absolute;
  bottom: -1.5%;
  left: 42%;
  z-index: 1;
  width: auto;
  max-width: none;
  height: min(97%, 950px);
  object-fit: contain;
  filter: grayscale(0.82) saturate(0.58) contrast(1.32) brightness(0.61);
  opacity: 0.8;
  transform: translateX(-50%);
  transform-origin: 50% 100%;
}

.signup-quiz__starfield {
  position: absolute;
  top: clamp(30px, 5vw, 78px);
  left: clamp(-32px, 2vw, 34px);
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  width: clamp(260px, 27vw, 470px);
  aspect-ratio: 1.18;
  padding: clamp(32px, 4vw, 62px);
  color: #ff263e;
  background:
    radial-gradient(ellipse at center, rgba(6, 6, 8, 0.96) 0 52%, rgba(6, 6, 8, 0.76) 67%, transparent 71%);
  font-size: clamp(25px, 2.6vw, 48px);
  line-height: 1;
  transform: rotate(-8deg);
}

.signup-quiz__starfield span {
  display: block;
  text-shadow: 0 0 24px rgba(255, 38, 62, 0.24);
  transform: rotate(8deg);
}

.signup-quiz__starfield span:nth-child(3n + 1),
.signup-quiz__starfield span:nth-child(7) {
  color: rgba(255, 253, 248, 0.96);
  font-size: 0.72em;
}

.signup-quiz__slash {
  position: absolute;
  z-index: 2;
  display: block;
  height: 9px;
  background: var(--white);
  box-shadow: 0 15px 0 rgba(8, 8, 10, 0.88);
  transform: rotate(-27deg);
}

.signup-quiz__slash--one {
  right: -4%;
  bottom: 19%;
  width: 39%;
}

.signup-quiz__slash--two {
  bottom: 12%;
  left: -4%;
  width: 30%;
  background: rgba(8, 8, 10, 0.9);
  box-shadow: 0 15px 0 rgba(255, 253, 248, 0.95);
  transform: rotate(16deg);
}

.signup.signup-quiz .signup__media-content {
  position: relative;
  inset: auto;
  z-index: 3;
  align-self: center;
  max-width: 510px;
  padding: 0 0 clamp(130px, 18vh, 210px);
}

.signup.signup-quiz .signup__media-content .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 9px 12px 8px;
  color: #141416;
  background: var(--white);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.signup.signup-quiz .signup__media-content .eyebrow span {
  width: 26px;
  height: 3px;
  background: var(--accent-hot);
}

.signup.signup-quiz .signup__media-content h2 {
  display: grid;
  justify-items: start;
  max-width: none;
  margin: 0 0 24px;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(62px, 6.3vw, 108px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.78;
  text-transform: uppercase;
}

.signup.signup-quiz .signup__media-content h2 span:last-child {
  margin-top: 12px;
  padding: 8px 16px 12px;
  color: #0a0a0c;
  background: var(--white);
  box-shadow: 14px 0 0 #0a0a0c;
}

.signup.signup-quiz .signup__media-content > p:not(.eyebrow) {
  max-width: 38ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(13px, 0.9vw, 16px);
  line-height: 1.7;
}

.signup-quiz__coach-note {
  display: grid;
  gap: 7px;
  width: max-content;
  margin-top: 34px;
  border-left: 4px solid var(--accent-hot);
  padding: 12px 18px;
  color: var(--white);
  background: rgba(8, 8, 10, 0.78);
  box-shadow: 12px 12px 0 rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(10px);
}

.signup-quiz__coach-note span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.signup-quiz__coach-note strong {
  font-family: var(--heading);
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 0.88;
  text-transform: uppercase;
}

.signup.signup-quiz .signup__form-wrap.signup-quiz__panel {
  position: relative;
  z-index: 5;
  justify-self: end;
  display: flex;
  width: min(100%, 700px);
  min-width: 0;
  padding: clamp(24px, 2.8vw, 42px);
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(31, 31, 35, 0.97), rgba(7, 7, 9, 0.96)),
    #0b0b0d;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 32px 80px rgba(23, 0, 4, 0.48),
    14px 14px 0 rgba(85, 0, 12, 0.45);
  backdrop-filter: blur(18px);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
}

.signup.signup-quiz .signup__form-wrap.signup-quiz__panel::before,
.signup.signup-quiz .signup__form-wrap.signup-quiz__panel::after {
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.signup.signup-quiz .signup__form-wrap.signup-quiz__panel::before {
  top: 0;
  left: 0;
  width: 124px;
  height: 5px;
  background: var(--accent-hot);
}

.signup.signup-quiz .signup__form-wrap.signup-quiz__panel::after {
  right: 0;
  bottom: 0;
  width: 88px;
  height: 5px;
  background: var(--white);
}

.signup.signup-quiz .signup__form-intro,
.signup-quiz__progress,
.signup-quiz__form,
.signup.signup-quiz .signup__direct {
  position: relative;
  z-index: 1;
}

.signup.signup-quiz .signup__form-intro {
  align-items: center;
  gap: 18px;
  margin: 0 0 22px;
  border: 0;
  padding: 0;
}

.signup.signup-quiz .signup__form-intro span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 8px;
  letter-spacing: 0.16em;
}

.signup.signup-quiz .signup__form-intro strong {
  color: var(--white);
  font-size: clamp(17px, 1.35vw, 22px);
  letter-spacing: -0.02em;
}

.signup-quiz__progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: clamp(28px, 3vw, 38px);
  border-block: 1px solid rgba(255, 255, 255, 0.18);
}

.signup-quiz__progress::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-hot) 0 25%, transparent 25%);
  background-size: 400% 100%;
  background-position: 100% 0;
  content: "";
  pointer-events: none;
  transition: background-position 360ms var(--ease-soft);
}

.signup-quiz__progress[aria-valuenow="2"]::after { background-position: 66.66% 0; }
.signup-quiz__progress[aria-valuenow="3"]::after { background-position: 33.33% 0; }
.signup-quiz__progress[aria-valuenow="4"]::after { background-position: 0 0; }

.signup-quiz__progress > span {
  display: grid;
  gap: 3px;
  min-height: 58px;
  padding: 11px 12px 10px;
  color: rgba(255, 255, 255, 0.38);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  transition:
    color 220ms ease,
    background-color 220ms ease;
}

.signup-quiz__progress > span:first-child {
  border-left: 0;
}

.signup-quiz__progress b {
  font-family: var(--heading);
  font-size: 20px;
  line-height: 1;
}

.signup-quiz__progress small {
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signup-quiz__progress > span.is-complete {
  color: rgba(255, 255, 255, 0.82);
}

.signup-quiz__progress > span.is-current,
.signup-quiz__progress > span[aria-current="step"] {
  color: #111114;
  background: var(--accent-hot);
}

.signup-quiz__form.lead-form {
  display: block;
}

.signup-quiz__step {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 500px;
  margin: 0;
  border: 0;
  padding: 0;
}

.signup-quiz__step[hidden] {
  display: none !important;
}

.signup-quiz__step.is-active {
  animation: signup-quiz-step-in 460ms var(--ease-premium) both;
}

.signup-quiz__step-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  color: var(--accent-hot);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.signup-quiz__step-meta small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 7px;
}

.signup-quiz__step legend {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(40px, 3.8vw, 62px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.9;
  text-transform: uppercase;
}

.signup-quiz__hint {
  max-width: 57ch;
  margin: 16px 0 24px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.62;
}

.signup-quiz__options {
  display: grid;
  gap: 10px;
}

.signup-quiz__options--three,
.signup-quiz__options--cities {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.signup-quiz__options--purpose {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.signup-quiz__option {
  position: relative;
  isolation: isolate;
  display: grid;
  align-content: end;
  min-width: 0;
  min-height: 136px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 18px 15px 15px;
  color: var(--white);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.08), transparent 48%),
    rgba(19, 19, 22, 0.9);
  cursor: pointer;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    transform 220ms var(--ease-soft),
    box-shadow 220ms ease;
}

.signup-quiz__option::after {
  position: absolute;
  right: -22px;
  bottom: -27px;
  z-index: -1;
  width: 92px;
  height: 92px;
  border: 18px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  content: "";
}

.signup-quiz__option:hover {
  border-color: rgba(255, 255, 255, 0.68);
  transform: translateY(-3px);
}

.signup-quiz__option input {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.signup-quiz__option > span,
.signup-quiz__option > small,
.signup-quiz__option > b {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.signup-quiz__option > span {
  padding-right: 24px;
  font-family: var(--heading);
  font-size: clamp(20px, 1.35vw, 24px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 0.95;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

@media (min-width: 921px) {
  .signup-quiz__option:has(input[value="individual"]) > span {
    font-size: clamp(16px, 1.25vw, 19px);
    letter-spacing: -0.055em;
    white-space: nowrap;
  }
}

.signup-quiz__option > small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  line-height: 1.45;
}

.signup-quiz__option > b {
  position: absolute;
  top: 12px;
  right: 12px;
  color: rgba(255, 255, 255, 0.32);
  font-family: var(--heading);
  font-size: 15px;
  line-height: 1;
}

.signup-quiz__option:has(input:focus-visible) {
  outline: 3px solid var(--white);
  outline-offset: 3px;
}

.signup-quiz__option:has(input:checked) {
  border-color: var(--white);
  background:
    linear-gradient(145deg, #ef1732, #a6041a),
    var(--accent);
  box-shadow:
    inset 5px 0 0 var(--white),
    0 14px 32px rgba(91, 0, 13, 0.36);
  transform: translateY(-3px);
}

.signup-quiz__option:has(input:checked) > small,
.signup-quiz__option:has(input:checked) > b {
  color: rgba(255, 255, 255, 0.88);
}

.signup-quiz__age {
  width: min(100%, 230px);
  margin-top: 16px;
}

.signup.signup-quiz .field {
  gap: 7px;
}

.signup.signup-quiz .field label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.signup.signup-quiz .field input,
.signup.signup-quiz .field select,
.signup.signup-quiz .field textarea {
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 14px 16px;
  color: var(--white);
  background: rgba(5, 5, 7, 0.68);
  caret-color: var(--accent-hot);
}

.signup.signup-quiz .field input::placeholder,
.signup.signup-quiz .field textarea::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.signup.signup-quiz .field input:focus,
.signup.signup-quiz .field select:focus,
.signup.signup-quiz .field textarea:focus {
  border-color: var(--white);
  background: rgba(24, 24, 28, 0.94);
  box-shadow: 0 0 0 3px rgba(232, 23, 43, 0.24);
}

.signup-quiz__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 28px;
}

.signup-quiz__nav--end {
  justify-content: flex-end;
}

.signup-quiz__back,
.signup-quiz__next {
  min-height: 54px;
  border: 0;
  padding: 0 20px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms var(--ease-soft);
}

.signup-quiz__back {
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
}

.signup-quiz__back:hover {
  color: var(--white);
  transform: translateX(-3px);
}

.signup-quiz__next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #101012;
  background: var(--white);
  box-shadow: 8px 8px 0 var(--accent);
}

.signup-quiz__next:hover {
  color: var(--white);
  background: var(--accent-hot);
  transform: translate(-2px, -2px);
}

.signup-quiz__review {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 22px;
}

.signup-quiz__review > div {
  position: relative;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 106px;
  padding: 16px 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.075);
}

.signup-quiz__review > div::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--accent-hot);
  content: "";
}

.signup-quiz__review span {
  color: rgba(255, 255, 255, 0.46);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.signup-quiz__review strong {
  color: var(--white);
  font-family: var(--heading);
  font-size: 15px;
  line-height: 1.12;
  text-transform: uppercase;
}

.signup-quiz__contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.signup-quiz__contact-fields [data-parent-name-field][hidden] {
  display: none;
}

.signup-quiz__contact-fields.is-child-signup [data-contact-field] {
  grid-column: 1 / -1;
}

.signup-quiz__nav--submit .button--submit {
  width: min(100%, 320px);
  margin: 0;
}

.signup.signup-quiz .lead-form__privacy {
  max-width: 58ch;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.65;
}

.signup.signup-quiz .signup__direct {
  gap: 10px 22px;
  margin-top: 24px;
  border-color: rgba(255, 255, 255, 0.16);
  padding-top: 18px;
}

.signup.signup-quiz .signup__direct span {
  color: rgba(255, 255, 255, 0.44);
}

.signup.signup-quiz .signup__direct a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration-color: var(--accent-hot);
}

@keyframes signup-quiz-step-in {
  from {
    opacity: 0;
    transform: translate3d(24px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1180px) {
  .signup.signup-quiz {
    grid-template-columns: minmax(280px, 0.72fr) minmax(560px, 1.28fr);
    gap: 34px;
    min-height: 920px;
    padding-inline: 32px;
  }

  .signup-quiz__coach {
    left: 36%;
    height: 91%;
    opacity: 0.64;
  }

  .signup.signup-quiz .signup__media-content {
    padding-bottom: 190px;
  }

  .signup.signup-quiz .signup__media-content h2 {
    font-size: clamp(58px, 7vw, 82px);
  }
}

@media (max-width: 920px) {
  .signup.signup-quiz {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
    min-height: 0;
    padding: 86px 24px 116px;
  }

  .signup.signup-quiz::before {
    inset: -5% 22% 54% -20%;
  }

  .signup.signup-quiz::after {
    height: 18%;
  }

  .signup-quiz__background::after {
    top: 30%;
    right: -36%;
    width: 92%;
    height: 55%;
  }

  .signup-quiz__coach {
    top: -10px;
    bottom: auto;
    left: 74%;
    height: 660px;
    opacity: 0.34;
  }

  .signup-quiz__starfield {
    top: 28px;
    left: -35px;
    width: 330px;
    opacity: 0.9;
  }

  .signup.signup-quiz .signup__media-content {
    justify-self: stretch;
    max-width: 680px;
    padding: 0;
  }

  .signup.signup-quiz .signup__media-content h2 {
    max-width: 610px;
    font-size: clamp(62px, 11vw, 94px);
  }

  .signup-quiz__coach-note {
    margin-top: 26px;
  }

  .signup.signup-quiz .signup__form-wrap.signup-quiz__panel {
    justify-self: center;
    width: min(100%, 760px);
  }
}

@media (max-width: 680px) {
  .signup.signup-quiz {
    gap: 34px;
    padding: 70px 14px 122px;
  }

  .signup.signup-quiz::before {
    inset: -4% 8% 61% -36%;
  }

  .signup-quiz__coach {
    left: 82%;
    height: 520px;
    opacity: 0.28;
  }

  .signup-quiz__starfield {
    top: 10px;
    left: -52px;
    width: 270px;
    padding: 36px;
    opacity: 0.78;
  }

  .signup.signup-quiz .signup__media-content {
    padding-inline: 8px;
  }

  .signup.signup-quiz .signup__media-content .eyebrow {
    margin-bottom: 17px;
    font-size: 7px;
  }

  .signup.signup-quiz .signup__media-content h2 {
    font-size: clamp(52px, 15.8vw, 78px);
  }

  .signup.signup-quiz .signup__media-content h2 span:last-child {
    margin-top: 9px;
    padding: 7px 10px 10px;
    box-shadow: 8px 0 0 #0a0a0c;
  }

  .signup.signup-quiz .signup__form-wrap.signup-quiz__panel {
    padding: 22px 18px 26px;
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  }

  .signup.signup-quiz .signup__form-intro {
    align-items: flex-start;
    margin-bottom: 18px;
  }

  .signup.signup-quiz .signup__form-intro strong {
    max-width: 17ch;
    text-align: right;
  }

  .signup-quiz__progress > span {
    min-height: 50px;
    padding: 9px 7px;
  }

  .signup-quiz__progress b {
    font-size: 17px;
  }

  .signup-quiz__progress small {
    font-size: 6px;
  }

  .signup-quiz__step {
    min-height: 520px;
  }

  .signup-quiz__step legend {
    font-size: clamp(38px, 12vw, 54px);
  }

  .signup-quiz__options--three,
  .signup-quiz__options--cities {
    grid-template-columns: 1fr;
  }

  .signup-quiz__option {
    min-height: 88px;
    padding: 16px 14px 13px;
  }

  .signup-quiz__option > span {
    font-size: 22px;
  }

  .signup-quiz__review {
    grid-template-columns: 1fr;
  }

  .signup-quiz__review > div {
    min-height: 74px;
  }

  .signup-quiz__contact-fields {
    grid-template-columns: 1fr;
  }

  .signup-quiz__nav--submit {
    align-items: stretch;
  }

  .signup-quiz__nav--submit .button--submit {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .signup.signup-quiz .signup__media-content > p:not(.eyebrow) {
    max-width: 31ch;
  }

  .signup-quiz__coach-note strong {
    font-size: 24px;
  }

  .signup.signup-quiz .signup__form-intro span {
    display: none;
  }

  .signup.signup-quiz .signup__form-intro strong {
    max-width: none;
    text-align: left;
  }

  .signup-quiz__progress small {
    display: none;
  }

  .signup-quiz__progress > span {
    place-items: center;
    min-height: 42px;
  }

  .signup-quiz__options--purpose {
    grid-template-columns: 1fr;
  }

  .signup-quiz__step {
    min-height: 0;
  }

  .signup-quiz__nav {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: stretch;
    margin-top: 26px;
    padding-top: 0;
  }

  .signup-quiz__nav--end {
    grid-template-columns: 1fr;
  }

  .signup-quiz__next {
    width: 100%;
    padding-inline: 13px;
  }

  .signup-quiz__back {
    padding-inline: 8px;
  }

  .signup.signup-quiz .signup__direct {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .signup-quiz__step.is-active {
    animation: none;
  }

  .signup-quiz__progress::after,
  .signup-quiz__option,
  .signup-quiz__back,
  .signup-quiz__next {
    transition: none;
  }
}

/* Keep the complete opening artwork visible on wide, low landscape screens. */
.broadcast-slide--open {
  --hero-art-safe-top: 0px;
}

@media (min-width: 881px) and (min-aspect-ratio: 3 / 2) {
  .broadcast-slide--open .broadcast-stage__field {
    background:
      #050506
      url("assets/images/hero-layers/hero-sasha-spotlight-v5.png") center / cover no-repeat;
  }

  .broadcast-slide--open .broadcast-stage__photo > img {
    object-fit: contain;
    object-position: center;
  }
}

/* Slide 02 uses one baked scene: Sasha and the children are part of the background. */
.broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
  background:
    linear-gradient(90deg, rgba(3, 3, 4, 0.88) 0%, rgba(3, 3, 4, 0.66) 25%, rgba(3, 3, 4, 0.14) 50%, rgba(3, 3, 4, 0.02) 78%),
    linear-gradient(180deg, rgba(3, 3, 4, 0.02), rgba(3, 3, 4, 0.14) 68%, rgba(3, 3, 4, 0.42)),
    url("assets/images/hero-slide-2/team-broadcast-stage-01-integrated-v3.png") 58% center / cover no-repeat;
}

@media (min-width: 881px) and (min-aspect-ratio: 3 / 2) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    background:
      linear-gradient(90deg, rgba(3, 3, 4, 0.88) 0%, rgba(3, 3, 4, 0.66) 25%, rgba(3, 3, 4, 0.14) 50%, rgba(3, 3, 4, 0.02) 78%),
      linear-gradient(180deg, rgba(3, 3, 4, 0.02), rgba(3, 3, 4, 0.14) 68%, rgba(3, 3, 4, 0.42)),
      url("assets/images/hero-slide-2/team-broadcast-stage-01-integrated-v3.png") 58% center / contain no-repeat,
      url("assets/images/hero-slide-2/team-broadcast-stage-01-integrated-v3.png") 58% center / cover no-repeat;
  }
}

/* Hall: keep the short equipment message broad, and preserve the portrait reel. */
.hall .hall__grid {
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.72fr);
  gap: clamp(48px, 5.6vw, 82px);
  align-items: center;
}

.hall .hall__content {
  min-width: 0;
  max-width: 730px;
}

.hall .hall__content h2 {
  max-width: 12ch;
  margin-bottom: 22px;
  font-size: clamp(46px, 4.8vw, 74px);
  line-height: 0.9;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.hall .hall__content > p:not(.section-index):not(.eyebrow) {
  max-width: 590px;
  margin-bottom: 32px;
}

.hall .equipment-list {
  max-width: 720px;
  margin-bottom: 30px;
}

.hall .hall__photo {
  justify-self: end;
  width: min(100%, 420px);
  aspect-ratio: 9 / 16;
}

.moments .moment--video {
  width: 100%;
}

@media (max-width: 980px) {
  .hall .hall__grid {
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.68fr);
    gap: 44px;
  }

  .hall .hall__content h2 {
    max-width: 11ch;
    font-size: clamp(44px, 6vw, 62px);
  }

  .hall .hall__photo {
    width: min(100%, 350px);
  }

  .moments .moments-grid {
    width: 100%;
  }

  .moments .moment--video {
    width: 100%;
  }

  .moments h2 {
    max-width: 15ch;
    font-size: clamp(46px, 7.5vw, 72px);
  }
}

@media (max-width: 760px) {
  .hall .hall__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  .hall .hall__content {
    max-width: none;
  }

  .hall .hall__content h2 {
    max-width: 12.5ch;
    font-size: clamp(42px, 9vw, 58px);
  }

  .hall .hall__photo {
    justify-self: center;
    width: min(100%, 380px);
  }

  .moments .section-heading {
    text-align: center;
  }

  .moments .eyebrow {
    justify-content: center;
  }

  .moments h2 {
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  .hall .hall__grid {
    gap: 38px;
  }

  .hall .hall__content h2 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: clamp(38px, 12vw, 54px);
  }

  .hall .hall__content > p:not(.section-index):not(.eyebrow) {
    margin-bottom: 26px;
    font-size: 14px;
  }

  .hall .hall__photo {
    width: min(100%, 340px);
    aspect-ratio: 9 / 16;
  }

  .moments .moments-grid {
    display: block;
    width: 100%;
    margin-top: 0;
  }

  .moments .moment--video {
    width: 100%;
  }

  .moments h2 {
    max-width: 15ch;
    font-size: clamp(38px, 10.8vw, 48px);
  }

  .moment--video .moment__embed {
    height: auto;
    border-radius: 4px;
  }
}

/* Contact quiz: restrained editorial composition with a real photo plane. */
.signup.signup-quiz {
  grid-template-columns: minmax(320px, 0.82fr) minmax(660px, 1.18fr);
  align-items: start;
  gap: clamp(92px, 8vw, 148px);
  min-height: 860px;
  padding: clamp(82px, 7vw, 112px) max(28px, calc((100vw - var(--container)) / 2));
  background: var(--ink);
}

.signup.signup-quiz::before {
  display: none;
}

.signup.signup-quiz::after {
  display: none;
}

.signup-quiz__background::before {
  z-index: 2;
  background:
    linear-gradient(90deg, transparent 0 44%, rgba(5, 5, 6, 0.54) 72%, #09090a 100%),
    linear-gradient(180deg, rgba(5, 5, 6, 0.12), transparent 30% 70%, rgba(5, 5, 6, 0.22));
}

.signup-quiz__background::after {
  position: absolute;
  top: 12%;
  right: 5%;
  bottom: 12%;
  width: 17%;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: linear-gradient(180deg, rgba(232, 23, 43, 0.045), transparent 28%, rgba(255, 255, 255, 0.015) 100%);
  content: "";
  opacity: 0.78;
}

.signup-quiz__visual-shell {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(300px, 380px) minmax(320px, 420px);
  width: min(100%, 900px);
  align-items: start;
  gap: clamp(36px, 4vw, 60px);
  justify-self: start;
  overflow: visible;
}

.signup-quiz__photo-card {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: min(100%, 420px);
  min-height: 560px;
  margin: 0;
  margin-top: clamp(72px, 8vw, 124px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(16, 16, 18, 0.92), rgba(7, 7, 9, 0.98));
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.34);
}

.signup-quiz__photo-card::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 72px;
  height: 3px;
  background: var(--accent-hot);
  content: "";
}

.signup-quiz__photo-card::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(7, 7, 8, 0.02) 18%, rgba(7, 7, 8, 0.18) 50%, rgba(7, 7, 8, 0.94) 100%),
    linear-gradient(90deg, rgba(7, 7, 8, 0.18), transparent 62%);
  content: "";
  pointer-events: none;
}

.signup-quiz__photo-caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 3;
  display: grid;
  gap: 4px;
}

.signup-quiz__photo-caption span {
  display: none;
}

.signup-quiz__photo-caption strong {
  font-family: var(--heading);
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 0.94;
  text-transform: uppercase;
}

.signup-quiz__photo-caption small {
  max-width: 22ch;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  line-height: 1.45;
}

.signup-quiz__coach {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(0.92) contrast(1.03) brightness(0.9);
  opacity: 1;
  transform: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.signup-quiz__starfield {
  display: none;
}

.signup-quiz__starfield span {
  transform: none;
}

.signup-quiz__starfield span:nth-child(n + 6) {
  display: none;
}

.signup-quiz__slash {
  display: none;
}

.signup.signup-quiz .signup__media-content {
  position: relative;
  inset: auto;
  z-index: 3;
  align-self: start;
  width: 100%;
  max-width: 360px;
  margin: 0;
  padding: clamp(18px, 2vw, 32px) 0 0;
}

.signup.signup-quiz .signup__media-content .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  border: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.62);
  background: transparent;
  backdrop-filter: none;
}

.signup.signup-quiz .signup__media-content .eyebrow span {
  width: 24px;
  height: 2px;
  background: var(--accent-hot);
}

.signup.signup-quiz .signup__media-content h2 {
  display: grid;
  gap: 0;
  max-width: 5.5ch;
  margin-bottom: 24px;
  font-size: clamp(56px, 5vw, 82px);
  line-height: 0.86;
  text-wrap: balance;
}

.signup.signup-quiz .signup__media-content h2 span:last-child {
  margin: 0;
  padding: 0;
  color: var(--accent-hot);
  background: transparent;
  box-shadow: none;
}

.signup.signup-quiz .signup__media-content > p:not(.eyebrow) {
  max-width: 30ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.72;
}

.signup-quiz__coach-note {
  gap: 6px;
  width: auto;
  max-width: 27ch;
  margin-top: 24px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px 0 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.signup-quiz__coach-note span {
  color: rgba(255, 255, 255, 0.48);
}

.signup-quiz__coach-note strong {
  font-size: clamp(21px, 1.8vw, 28px);
  line-height: 0.96;
}

.signup.signup-quiz .signup__form-wrap.signup-quiz__panel {
  align-self: start;
  width: min(100%, 760px);
  padding: clamp(38px, 3.2vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 2px;
  color: var(--white);
  background: linear-gradient(155deg, rgba(20, 20, 23, 0.95), rgba(9, 9, 11, 0.985));
  box-shadow:
    0 32px 82px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  clip-path: none;
  backdrop-filter: blur(18px);
}

.signup.signup-quiz .signup__form-wrap.signup-quiz__panel::before {
  width: 72px;
  height: 2px;
  background: var(--accent-hot);
}

.signup.signup-quiz .signup__form-wrap.signup-quiz__panel::after {
  display: none;
}

.signup.signup-quiz .signup__form-intro {
  align-items: flex-start;
  margin-bottom: 22px;
}

.signup.signup-quiz .signup__form-intro span {
  color: rgba(255, 255, 255, 0.46);
}

.signup.signup-quiz .signup__form-intro strong {
  max-width: 15ch;
  font-size: clamp(17px, 1.25vw, 21px);
  text-align: right;
}

.signup-quiz__progress {
  gap: 0;
  margin-bottom: 28px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
}

.signup-quiz__progress > span {
  min-height: 50px;
  border: 0;
  padding: 10px 10px 11px;
}

.signup-quiz__progress > span.is-current,
.signup-quiz__progress > span[aria-current="step"] {
  color: var(--white);
  background: transparent;
  box-shadow: inset 0 -2px 0 var(--accent-hot);
}

.signup-quiz__progress::after {
  display: none;
}

.signup-quiz__step {
  min-height: 430px;
}

.signup-quiz__step legend {
  max-width: 12ch;
  font-size: clamp(38px, 2.7vw, 48px);
  line-height: 0.94;
}

.signup-quiz__hint {
  margin: 15px 0 24px;
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.58);
}

.signup-quiz__options {
  gap: 16px;
}

.signup-quiz__option {
  min-height: 124px;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 20px 18px 18px;
  background: rgba(255, 255, 255, 0.024);
  box-shadow: none;
}

.signup-quiz__option::after {
  display: none;
}

.signup-quiz__option > b {
  display: none;
}

.signup-quiz__option:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.065);
  transform: none;
}

.signup-quiz__option > span {
  padding-right: 0;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.signup-quiz__option > small {
  max-width: 22ch;
  font-size: 10px;
}

.signup-quiz__option:has(input:checked) {
  border-color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(145deg, rgba(232, 23, 43, 0.92), rgba(126, 3, 21, 0.92));
  box-shadow: inset 3px 0 0 var(--white);
  transform: none;
}

.signup-quiz__nav {
  padding-top: 24px;
}

.signup-quiz__next {
  color: var(--white);
  background: var(--accent-hot);
  box-shadow: none;
}

.signup-quiz__next:hover {
  color: #111114;
  background: var(--white);
  transform: none;
}

.signup.signup-quiz .signup__direct {
  margin-top: 20px;
  border-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1040px) {
  .signup.signup-quiz {
    grid-template-columns: minmax(0, 1fr);
    gap: 54px;
    min-height: 0;
    padding: 74px 24px 104px;
  }

  .signup.signup-quiz::before {
    background: linear-gradient(180deg, rgba(4, 4, 5, 0.05) 0 34%, #09090a 68% 100%);
  }

  .signup-quiz__background::before {
    background: linear-gradient(180deg, rgba(5, 5, 6, 0.08), rgba(5, 5, 6, 0.5));
  }

  .signup-quiz__visual-shell {
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 640px);
    gap: 32px;
    justify-self: center;
  }

  .signup-quiz__photo-card {
    justify-self: start;
    width: min(100%, 520px);
    min-height: 520px;
    margin-top: 0;
  }

  .signup-quiz__coach {
    object-position: center 24%;
  }

  .signup.signup-quiz .signup__media-content {
    align-self: auto;
    display: grid;
    min-height: 0;
    max-width: 560px;
    margin: 0;
    padding: 0;
  }

  .signup.signup-quiz .signup__media-content h2 {
    max-width: 6.2ch;
    font-size: clamp(56px, 8vw, 74px);
  }

  .signup.signup-quiz .signup__form-wrap.signup-quiz__panel {
    justify-self: center;
    width: min(100%, 760px);
  }
}

@media (max-width: 680px) {
  .signup.signup-quiz {
    gap: 34px;
    padding: 58px 14px 112px;
  }

  .signup-quiz__visual-shell {
    width: 100%;
    gap: 22px;
  }

  .signup-quiz__photo-card {
    width: 100%;
    min-height: 420px;
  }

  .signup-quiz__photo-caption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .signup-quiz__photo-caption strong {
    font-size: 18px;
  }

  .signup-quiz__photo-caption small {
    display: none;
  }

  .signup-quiz__coach {
    height: 100%;
    object-position: center 24%;
  }

  .signup.signup-quiz .signup__media-content {
    min-height: 0;
    max-width: 100%;
    padding: 0 8px;
  }

  .signup.signup-quiz .signup__media-content .eyebrow {
    width: max-content;
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 7px;
  }

  .signup.signup-quiz .signup__media-content h2 {
    max-width: 6ch;
    margin-bottom: 16px;
    font-size: clamp(46px, 14vw, 62px);
  }

  .signup.signup-quiz .signup__media-content h2 span:last-child {
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .signup.signup-quiz .signup__media-content > p:not(.eyebrow) {
    max-width: 30ch;
    font-size: 13px;
    line-height: 1.6;
  }

  .signup-quiz__coach-note {
    margin-top: 18px;
  }

  .signup-quiz__coach-note strong {
    font-size: 20px;
  }

  .signup.signup-quiz .signup__form-wrap.signup-quiz__panel {
    width: 100%;
    padding: 34px 22px 36px;
    border-radius: 0;
    clip-path: none;
  }

  .signup.signup-quiz .signup__form-intro {
    align-items: flex-start;
  }

  .signup.signup-quiz .signup__form-intro strong {
    text-align: left;
  }

  .signup-quiz__step {
    min-height: 0;
  }

  .signup-quiz__step legend {
    font-size: clamp(36px, 10.5vw, 46px);
  }

  .signup-quiz__option {
    min-height: 92px;
    padding: 18px 16px 16px;
  }

  .signup-quiz__option > span,
  .signup-quiz__option > small {
    max-width: none;
    text-wrap: pretty;
  }
}

.site-header__actions > .button--small {
  min-width: 126px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding-inline: 22px;
  color: rgba(255, 255, 255, 0.92);
  background: linear-gradient(180deg, rgba(238, 19, 48, 0.94), rgba(188, 12, 32, 0.94));
  box-shadow: 0 12px 24px rgba(83, 2, 13, 0.18);
  letter-spacing: 0.12em;
}

.site-header__actions > .button--small:hover {
  color: var(--white);
  background: linear-gradient(180deg, #ff2a45 0%, #cf132c 100%);
}

@media (prefers-reduced-motion: reduce) {
  .signup-quiz__coach {
    transform: none !important;
  }
}

/* Slide 02 CTA: one optical center for the capsule, thumb and chevrons. */
.broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button--light {
  --swipe-orb-size: 50px;
  --swipe-label-safe: 60px;
  box-sizing: border-box;
  width: min(100%, 360px);
  height: 60px;
  min-height: 60px;
  padding: 0 58px 0 72px;
  border-width: 1px;
  border-color: transparent;
  line-height: 1;
}

.broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button--light .swipe-button__orb {
  top: 50%;
  left: 5px;
  width: var(--swipe-orb-size);
  height: var(--swipe-orb-size);
  box-shadow: none;
  transform: translate3d(var(--swipe-offset), -50%, 0) scale(var(--swipe-orb-scale));
}

.broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button--light .swipe-button__orb svg {
  width: 18px;
  height: 18px;
}

.broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button--light .swipe-button__label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  line-height: 1;
}

.broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button--light .swipe-button__chevrons {
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

@media (max-width: 880px) {
  .broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button--light {
    --swipe-orb-size: 46px;
    height: 56px;
    min-height: 56px;
    padding-right: 52px;
    padding-left: 64px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button--light .swipe-button__chevrons {
    right: 14px;
    font-size: 19px;
  }
}

/* Hero frame 02 — exact full-bleed reference artwork.
   Keep this scene deliberately static: the supplied artwork already contains
   the complete composition, so no legacy collage, copy or motion sits on top. */
.broadcast-hero .broadcast-slide--trust,
.broadcast-hero .broadcast-slide--trust .trust-stage,
.broadcast-hero .broadcast-slide--trust .trust-editorial {
  overflow: hidden;
  background: #070707;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial::before,
.broadcast-hero .broadcast-slide--trust .trust-editorial::after {
  content: none !important;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #070707;
  background-image: url("assets/images/hero-slide-2/sasha-gloves-fullbody-v3.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: none;
  filter: none;
  opacity: 1;
  transform: none !important;
  transform-origin: center;
  animation: none !important;
  will-change: auto;
}

.broadcast-hero.is-live[data-active-slide="1"] .trust-editorial__backdrop,
.static-preview .broadcast-slide--trust .trust-editorial__backdrop {
  transform: none !important;
  animation: none !important;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial > :not(.trust-editorial__backdrop),
.broadcast-hero .broadcast-slide--trust .trust-layout,
.broadcast-hero .broadcast-slide--trust .trust-copy,
.broadcast-hero .broadcast-slide--trust .broadcast-frame--trust {
  display: none !important;
}

@media (max-width: 880px) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    background-image: url("assets/images/hero-slide-2/sasha-gloves-fullbody-v3.png");
    background-position: 50% 50%;
    background-size: cover;
  }
}

@media (max-width: 620px) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    /* The central fighter stays in frame while the illustrated gloves crop
       naturally outside a portrait viewport. */
    background-position: 50% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    transform: none !important;
    animation: none !important;
  }
}

/* Slide 02 — premium editorial layer over the full-body key visual. */
.broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
  background-image: url("assets/images/hero-slide-2/sasha-thai-tiger-v3.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.broadcast-hero .broadcast-slide--trust .trust-layout {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: block !important;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0;
  pointer-events: none;
}

.broadcast-hero .broadcast-slide--trust .trust-copy {
  position: absolute;
  top: auto;
  right: auto;
  bottom: clamp(88px, 10svh, 128px);
  left: clamp(72px, 6vw, 118px);
  z-index: 2;
  display: grid !important;
  width: min(37vw, 540px);
  min-width: 360px;
  padding: 0;
  overflow: visible;
  border: 0;
  color: #fffdf8;
  background: transparent;
  box-shadow: none;
  opacity: 1 !important;
  pointer-events: auto;
  transform: none !important;
  backdrop-filter: none;
  clip-path: none;
  isolation: auto;
}

.broadcast-hero .broadcast-slide--trust .trust-copy::before {
  display: none;
  content: none;
}

.broadcast-hero .broadcast-slide--trust .trust-copy::after {
  display: none;
  content: none;
}

.broadcast-hero .broadcast-slide--trust .trust-copy__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: rgba(255, 253, 248, 0.62);
  font-size: clamp(7px, 0.48vw, 9px);
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

.broadcast-hero .broadcast-slide--trust .trust-copy__eyebrow span {
  padding: 7px 9px;
  color: #080809;
  background: #ff2740;
}

.broadcast-hero .broadcast-slide--trust .trust-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(56px, 4.8vw, 78px);
  letter-spacing: -0.065em;
  line-height: 0.79;
  text-wrap: balance;
  text-shadow: 0 16px 40px rgba(0, 0, 0, 0.48);
}

.broadcast-hero .broadcast-slide--trust .trust-copy h2 em {
  display: block;
  margin-top: 0.08em;
  color: #ff2740;
}

.broadcast-hero .broadcast-slide--trust .trust-copy > p:not(.trust-copy__eyebrow) {
  display: block;
  max-width: 38ch;
  margin: 0 0 18px;
  overflow: visible;
  color: rgba(255, 253, 248, 0.74);
  font-size: clamp(11px, 0.72vw, 13px);
  line-height: 1.52;
  -webkit-line-clamp: unset;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.44);
}

.broadcast-hero .broadcast-slide--trust .trust-copy ul {
  display: grid;
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
}

.broadcast-hero .broadcast-slide--trust .trust-copy li {
  position: relative;
  display: grid;
  min-height: 76px;
  align-content: space-between;
  padding: 12px 14px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(12, 12, 14, 0.42), rgba(4, 4, 5, 0.26));
  backdrop-filter: blur(6px);
}

.broadcast-hero .broadcast-slide--trust .trust-copy li::before {
  top: 0;
  width: 28px;
  height: 2px;
  background: #ff2740;
}

.broadcast-hero .broadcast-slide--trust .trust-copy li + li {
  border-left: 0;
}

.broadcast-hero .broadcast-slide--trust .trust-copy li strong {
  color: #fffdf8;
  font-size: clamp(22px, 1.65vw, 27px);
}

.broadcast-hero .broadcast-slide--trust .trust-copy li span {
  color: rgba(255, 253, 248, 0.54);
  font-size: 6px;
  letter-spacing: 0.12em;
  line-height: 1.25;
}

.broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button--light {
  width: min(100%, 336px);
  min-width: 0;
  height: 56px;
  min-height: 56px;
}

@media (max-width: 1100px) and (min-width: 881px) {
  .broadcast-hero .broadcast-slide--trust .trust-copy {
    bottom: 76px;
    left: clamp(52px, 5vw, 82px);
    width: min(42vw, 450px);
    min-width: 320px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy h2 {
    font-size: clamp(48px, 5vw, 60px);
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy > p:not(.trust-copy__eyebrow) {
    margin-bottom: 14px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy ul {
    margin-bottom: 14px;
  }
}

@media (max-width: 880px) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    background-image: url("assets/images/hero-slide-2/sasha-thai-tiger-v3.png");
    background-position: center 18%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy {
    top: auto;
    right: 14px;
    bottom: 30px;
    left: 14px;
    width: auto;
    min-width: 0;
    padding: 0;
    clip-path: none;
    backdrop-filter: none;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy__eyebrow {
    margin-bottom: 11px;
    font-size: 7px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy h2 {
    margin-bottom: 11px;
    font-size: clamp(42px, 9.8vw, 58px);
    line-height: 0.8;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy > p:not(.trust-copy__eyebrow) {
    max-width: 48ch;
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 1.42;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy ul {
    margin-bottom: 13px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li {
    min-height: 56px;
    padding: 9px 10px 8px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li strong {
    font-size: 20px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button--light {
    width: min(100%, 308px);
    height: 52px;
    min-height: 52px;
  }
}

@media (max-width: 520px), (max-height: 680px) and (max-width: 880px) {
  .broadcast-hero .broadcast-slide--trust .trust-copy {
    bottom: 20px;
    padding: 15px 15px 16px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy__eyebrow {
    margin-bottom: 9px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy h2 {
    margin-bottom: 9px;
    font-size: clamp(38px, 10.5vw, 48px);
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy > p:not(.trust-copy__eyebrow) {
    display: none;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy ul {
    margin-bottom: 11px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li {
    min-height: 46px;
    padding: 7px 7px 6px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li strong {
    font-size: 18px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li span {
    font-size: 5px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button--light {
    width: 100%;
    height: 48px;
    min-height: 48px;
  }
}

/* Slide 02 mobile composition: keep the regenerated full-body fighter visible. */
@media (max-width: 620px) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    background-position: center calc(var(--header-height) + 42px);
    background-size: 100% auto;
  }

  .broadcast-hero[data-active-slide="1"] .broadcast-pager {
    top: calc(var(--header-height) + 16px);
    right: auto;
    bottom: auto;
    left: 14px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy {
    right: auto;
    bottom: 26px;
    left: 14px;
    width: min(56vw, 218px);
    padding: 0;
    background: transparent;
    clip-path: none;
    backdrop-filter: none;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy__eyebrow {
    gap: 6px;
    margin-bottom: 9px;
    font-size: 5.5px;
    letter-spacing: 0.13em;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy__eyebrow span {
    padding: 6px 7px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy h2 {
    margin-bottom: 10px;
    font-size: clamp(27px, 7.6vw, 32px);
    line-height: 0.82;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy > p:not(.trust-copy__eyebrow) {
    display: none;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy ul {
    margin-bottom: 10px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li {
    min-height: 43px;
    padding: 7px 5px 6px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li strong {
    font-size: 15px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li span {
    font-size: 3.7px;
    letter-spacing: 0.08em;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button--light {
    --swipe-orb-size: 40px;
    --swipe-label-safe: 50px;
    width: 100%;
    height: 44px;
    min-height: 44px;
    padding-right: 27px;
    padding-left: 50px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button__label {
    font-size: 6px;
    letter-spacing: 0.075em;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button__chevrons {
    right: 8px;
    font-size: 14px;
  }
}

/* Slide 02 final: show the complete artwork and let the copy float like frame 01. */
.broadcast-hero .broadcast-slide--trust,
.broadcast-hero .broadcast-slide--trust .trust-stage,
.broadcast-hero .broadcast-slide--trust .trust-editorial {
  background-color: #050506;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
  background-color: #050506;
  background-image: url("assets/images/hero-slide-2/sasha-thai-tiger-v3.png");
  background-position: 50% 50%;
  background-size: contain;
}

.broadcast-hero .broadcast-slide--trust .trust-copy {
  left: clamp(32px, 5vw, 96px);
  padding: 0;
  overflow: visible;
  border: 0;
  background: none;
  box-shadow: none;
  clip-path: none;
  backdrop-filter: none;
}

.broadcast-hero .broadcast-slide--trust .trust-copy::before,
.broadcast-hero .broadcast-slide--trust .trust-copy::after {
  content: none;
}

.broadcast-hero .broadcast-slide--trust .trust-copy h2,
.broadcast-hero .broadcast-slide--trust .trust-copy > p,
.broadcast-hero .broadcast-slide--trust .trust-copy li {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.92);
}

.broadcast-hero .broadcast-slide--trust .trust-copy ul {
  background: transparent;
}

/* Keep the live copy in the dark area left of the new central portrait. */
@media (min-width: 881px) {
  .broadcast-hero .broadcast-slide--trust .trust-layout {
    display: flex !important;
    align-items: center;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy {
    position: relative;
    top: auto;
    bottom: auto;
    width: min(32vw, 460px);
    min-width: 0;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li strong {
    font-size: clamp(16px, 1.65vw, 27px);
    white-space: nowrap;
  }
}

@media (max-width: 1100px) and (min-width: 881px) {
  .broadcast-hero .broadcast-slide--trust .trust-copy {
    left: clamp(32px, 4vw, 52px);
    padding: 0;
  }
}

@media (max-width: 880px) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    background-position: 50% 50%;
    background-size: contain;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy {
    padding: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
  }
}

@media (max-width: 620px) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    background-position: 50% 30%;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy {
    left: 14px;
    padding: 0;
  }
}

/* Skill roster: competition profiles inspired by the supplied character-card reference. */
.section.why-editorial {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 10vw, 156px) 0 clamp(108px, 11vw, 172px);
  color: var(--white);
  background:
    radial-gradient(circle at 12% 20%, rgba(232, 23, 43, 0.14), transparent 31%),
    radial-gradient(circle at 88% 72%, rgba(104, 4, 18, 0.2), transparent 34%),
    #060708;
  isolation: isolate;
}

.section.why-editorial::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    repeating-linear-gradient(
      116deg,
      transparent 0 94px,
      rgba(255, 255, 255, 0.018) 94px 95px,
      transparent 95px 188px
    ),
    linear-gradient(180deg, transparent 0 78%, rgba(232, 23, 43, 0.035));
  content: "";
  pointer-events: none;
}

.section.why-editorial::after {
  position: absolute;
  inset: 22px;
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.035);
  content: "";
  pointer-events: none;
}

.why-editorial > .container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 1400px);
}

.why-editorial .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
  margin-bottom: clamp(62px, 7vw, 104px);
}

.why-editorial .section-index {
  padding-top: 8px;
  color: rgba(255, 255, 255, 0.38);
}

.why-editorial__heading-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.42fr);
  gap: clamp(26px, 5vw, 74px);
  align-items: end;
}

.why-editorial__heading-copy .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
}

.why-editorial__heading-copy h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--white);
  font-size: clamp(64px, 7.2vw, 112px);
  line-height: 0.9;
  letter-spacing: -0.062em;
}

.why-editorial__heading-copy h2 span {
  display: block;
}

.why-editorial__heading-copy h2 span:last-child {
  color: var(--accent-hot);
}

.why-editorial__lede {
  max-width: 39ch;
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  line-height: 1.7;
}

#why .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.7vw, 24px);
  align-items: stretch;
  border: 0;
}

.benefit-profile {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px 10px 24px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 30%),
    rgba(8, 9, 11, 0.92);
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.22);
  isolation: isolate;
  scroll-snap-align: start;
  transition:
    border-color 360ms ease,
    box-shadow 520ms var(--ease-premium),
    transform 520ms var(--ease-premium);
}

.benefit-profile::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 76px;
  height: 3px;
  background: var(--accent);
  content: "";
  transition: width 520ms var(--ease-premium);
}

.benefit-profile::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(125deg, transparent 0 58%, rgba(232, 23, 43, 0.045) 58% 58.4%, transparent 58.4%),
    radial-gradient(circle at 92% 88%, rgba(232, 23, 43, 0.12), transparent 24%);
  content: "";
  pointer-events: none;
}

.benefit-profile > * {
  position: relative;
  z-index: 1;
}

.benefit-profile--accent {
  border-color: rgba(232, 23, 43, 0.58);
  box-shadow: 0 28px 90px rgba(134, 5, 22, 0.18);
}

.benefit-profile__frame {
  position: relative;
  aspect-ratio: 0.9;
  overflow: hidden;
  background: #0c0d10;
}

.benefit-profile__frame::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(4, 5, 7, 0.08) 38%, rgba(4, 5, 7, 0.88) 100%),
    linear-gradient(125deg, transparent 42%, rgba(232, 23, 43, 0.22));
  content: "";
  pointer-events: none;
}

.benefit-profile__frame::after {
  position: absolute;
  inset: 10px;
  z-index: 4;
  background:
    linear-gradient(var(--accent), var(--accent)) left top / 18px 1px no-repeat,
    linear-gradient(var(--accent), var(--accent)) left top / 1px 18px no-repeat,
    linear-gradient(var(--accent), var(--accent)) right top / 18px 1px no-repeat,
    linear-gradient(var(--accent), var(--accent)) right top / 1px 18px no-repeat,
    linear-gradient(var(--accent), var(--accent)) left bottom / 18px 1px no-repeat,
    linear-gradient(var(--accent), var(--accent)) left bottom / 1px 18px no-repeat,
    linear-gradient(var(--accent), var(--accent)) right bottom / 18px 1px no-repeat,
    linear-gradient(var(--accent), var(--accent)) right bottom / 1px 18px no-repeat;
  content: "";
  opacity: 0.75;
  pointer-events: none;
}

.benefit-profile__frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.12) brightness(0.8);
  transform: scale(1.015);
  transition:
    filter 620ms var(--ease-premium),
    transform 900ms var(--ease-premium);
}

.benefit-profile:nth-child(1) .benefit-profile__frame img {
  object-position: 50% center;
}

.benefit-profile:nth-child(2) .benefit-profile__frame img {
  object-position: 45% 32%;
}

.benefit-profile:nth-child(3) .benefit-profile__frame img {
  object-position: 58% center;
}

.benefit-profile__tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  min-width: 76px;
  padding: 7px 11px;
  color: var(--white);
  background: var(--accent);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 9px 9px 28px rgba(0, 0, 0, 0.28);
}

.benefit-profile__frame-meta {
  position: absolute;
  right: 20px;
  bottom: 19px;
  left: 20px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.benefit-profile__frame-meta strong {
  color: rgba(255, 255, 255, 0.76);
  font-size: inherit;
}

.benefit-profile__body {
  padding: 28px 10px 0;
}

.benefit-profile__kicker {
  margin: 0 0 8px;
  color: var(--accent-hot);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.benefit-profile__body h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-family: var(--heading);
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 0.84;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.benefit-profile__body > p:not(.benefit-profile__kicker) {
  min-height: 3.6em;
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  line-height: 1.6;
}

.benefit-profile__stats {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
}

.benefit-profile__stat > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.benefit-profile__stat strong {
  color: rgba(255, 255, 255, 0.84);
  font-size: 9px;
}

.benefit-profile__stat > b {
  position: relative;
  display: block;
  height: 4px;
  overflow: hidden;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.13) 0 calc(10% - 3px),
    transparent calc(10% - 3px) 10%
  );
}

.benefit-profile__stat > b::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--score);
  background: repeating-linear-gradient(
    90deg,
    var(--accent) 0 calc(11.111% - 3px),
    transparent calc(11.111% - 3px) 11.111%
  );
  content: "";
  transform-origin: left;
  transition: width 780ms var(--ease-premium);
}

@media (hover: hover) and (pointer: fine) {
  .benefit-profile:hover {
    border-color: rgba(232, 23, 43, 0.72);
    box-shadow: 0 34px 100px rgba(0, 0, 0, 0.4);
    transform: translateY(-8px);
  }

  .benefit-profile:hover::before {
    width: 100%;
  }

  .benefit-profile:hover .benefit-profile__frame img {
    filter: saturate(0.95) contrast(1.08) brightness(0.9);
    transform: scale(1.05);
  }
}

@media (max-width: 1100px) {
  .why-editorial__heading-copy {
    grid-template-columns: minmax(0, 1fr);
  }

  .why-editorial__lede {
    max-width: 58ch;
  }

  .benefit-profile__body h3 {
    font-size: clamp(31px, 3.6vw, 40px);
  }
}

@media (max-width: 900px) {
  .why-editorial .section-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .why-editorial .section-index {
    padding-top: 0;
  }

  #why .benefits-grid {
    grid-template-columns: none;
    grid-auto-columns: min(76vw, 390px);
    grid-auto-flow: column;
    gap: 18px;
    margin-right: calc(50% - 50vw);
    padding: 0 max(24px, calc((100vw - 100%) / 2)) 22px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0;
    scroll-snap-type: inline mandatory;
    scrollbar-color: var(--accent) rgba(255, 255, 255, 0.08);
    scrollbar-width: thin;
  }

  #why .benefits-grid::-webkit-scrollbar {
    height: 4px;
  }

  #why .benefits-grid::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
  }

  #why .benefits-grid::-webkit-scrollbar-thumb {
    background: var(--accent);
  }

  .benefit-profile__body h3 {
    font-size: 43px;
  }
}

@media (max-width: 620px) {
  .section.why-editorial {
    padding: 82px 0 96px;
  }

  .section.why-editorial::after {
    inset: 10px;
  }

  .why-editorial > .container {
    width: min(calc(100% - 28px), 1400px);
  }

  .why-editorial .section-heading {
    margin-bottom: 44px;
  }

  .why-editorial__heading-copy {
    gap: 22px;
  }

  .why-editorial__heading-copy h2 {
    max-width: 100%;
    font-size: clamp(50px, 15.5vw, 66px);
  }

  .why-editorial__lede {
    font-size: 12px;
  }

  #why .benefits-grid {
    grid-auto-columns: min(86vw, 360px);
    gap: 14px;
    margin-right: calc(50% - 50vw);
    padding-right: 14px;
  }

  .benefit-profile {
    padding: 8px 8px 22px;
  }

  .benefit-profile__frame {
    aspect-ratio: 0.84;
  }

  .benefit-profile__tag {
    top: 17px;
    left: 17px;
  }

  .benefit-profile__frame-meta {
    right: 17px;
    bottom: 16px;
    left: 17px;
  }

  .benefit-profile__body {
    padding: 24px 8px 0;
  }

  .benefit-profile__body h3 {
    font-size: clamp(38px, 12vw, 48px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .benefit-profile,
  .benefit-profile::before,
  .benefit-profile__frame img,
  .benefit-profile__stat > b::after {
    transition: none;
  }
}

/* Why editorial */
.why-editorial {
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 18%, rgba(232, 23, 43, 0.16), transparent 26%),
    radial-gradient(circle at 82% 78%, rgba(232, 23, 43, 0.2), transparent 24%),
    linear-gradient(180deg, #090909 0%, #050506 100%);
}

.why-editorial::before,
.why-editorial::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.why-editorial::before {
  background:
    linear-gradient(120deg, transparent 0 40%, rgba(232, 23, 43, 0.08) 40% 45%, transparent 45% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 120px);
  mix-blend-mode: screen;
  opacity: 0.62;
}

.why-editorial::after {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.05), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 22%, transparent 78%, rgba(255, 255, 255, 0.03));
  opacity: 0.8;
}

.why-editorial .container,
.why-editorial .section-heading,
.why-editorial .benefits-grid,
.why-editorial .benefit-profile {
  position: relative;
  z-index: 1;
}

.why-editorial .section-index {
  color: rgba(255, 255, 255, 0.4);
}

.why-editorial .eyebrow {
  color: rgba(255, 255, 255, 0.62);
}

.why-editorial__heading-copy h2 span {
  display: block;
}

.why-editorial__lede {
  max-width: 58ch;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.72;
}

.why-editorial .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2vw, 30px);
  border: 0;
}

.benefit-profile {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(20, 20, 22, 0.95), rgba(8, 8, 9, 0.98)),
    #080809;
  box-shadow:
    0 28px 56px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 680ms var(--ease-premium), box-shadow 680ms var(--ease-premium);
}

.benefit-profile::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 3px;
  background: var(--accent);
  content: "";
}

.benefit-profile__frame {
  position: relative;
  aspect-ratio: 0.84;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 24%, rgba(232, 23, 43, 0.28), transparent 42%),
    linear-gradient(180deg, rgba(11, 11, 12, 0.28), rgba(11, 11, 12, 0.72));
}

.benefit-profile__frame::before,
.benefit-profile__frame::after {
  position: absolute;
  top: 18px;
  width: 18px;
  height: 18px;
  border-top: 1px solid rgba(232, 23, 43, 0.65);
  content: "";
  z-index: 2;
}

.benefit-profile__frame::before {
  left: 18px;
  border-left: 1px solid rgba(232, 23, 43, 0.65);
}

.benefit-profile__frame::after {
  right: 18px;
  border-right: 1px solid rgba(232, 23, 43, 0.65);
}

.benefit-profile__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  filter: saturate(0.96) contrast(1.04);
}

.benefit-profile:nth-child(2) .benefit-profile__frame img {
  object-position: center 38%;
}

.benefit-profile:nth-child(3) .benefit-profile__frame img {
  object-position: center 22%;
}

.benefit-profile__frame-meta {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
  z-index: 2;
}

.benefit-profile__frame-meta strong {
  color: var(--white);
  font-size: 12px;
}

.benefit-profile__tag {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 12px;
  color: var(--white);
  background: var(--accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.benefit-profile__body {
  display: grid;
  gap: 18px;
  padding: 26px 24px 24px;
}

.benefit-profile__kicker {
  margin: 0;
  color: rgba(232, 23, 43, 0.92);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.benefit-profile h3 {
  margin: 0;
  color: var(--white);
  max-width: 100%;
  font-size: clamp(34px, 2.65vw, 48px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.benefit-profile p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.72;
}

.benefit-profile__stats {
  display: grid;
  gap: 13px;
  margin-top: auto;
}

/* One decorative skill bar per card, with segments aligned across the full track. */
.benefit-profile__meter {
  position: relative;
  height: 5px;
  margin-top: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  -webkit-mask-image: repeating-linear-gradient(90deg, #000 0 calc(10% - 3px), transparent calc(10% - 3px) 10%);
  mask-image: repeating-linear-gradient(90deg, #000 0 calc(10% - 3px), transparent calc(10% - 3px) 10%);
}

.benefit-profile__meter::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--fill, 100%);
  background: var(--accent);
  content: "";
}

.benefit-profile__stat {
  display: grid;
  gap: 8px;
}

.benefit-profile__stat > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.benefit-profile__stat strong {
  color: var(--white);
  font-size: 18px;
  letter-spacing: 0.08em;
}

.benefit-profile__stat b {
  position: relative;
  display: block;
  height: 5px;
  overflow: hidden;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 calc(10% - 3px), transparent calc(10% - 3px) 10%);
}

.benefit-profile__stat b::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--score) * 10%);
  background:
    repeating-linear-gradient(90deg, var(--accent) 0 calc(10% - 3px), transparent calc(10% - 3px) 10%);
  content: "";
}

.benefit-profile--accent {
  background:
    linear-gradient(180deg, rgba(36, 8, 12, 0.98), rgba(13, 7, 8, 0.98)),
    #090708;
}

.benefit-profile--accent .benefit-profile__frame {
  background:
    radial-gradient(circle at 50% 24%, rgba(232, 23, 43, 0.36), transparent 42%),
    linear-gradient(180deg, rgba(11, 11, 12, 0.18), rgba(11, 11, 12, 0.72));
}

.benefit-profile:hover {
  transform: translateY(-4px);
  box-shadow:
    0 32px 64px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

@media (max-width: 1100px) {
  .why-editorial .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefit-profile {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    grid-template-rows: 1fr;
  }

  .benefit-profile__frame {
    aspect-ratio: auto;
    min-height: 420px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 0;
  }

  .benefit-profile__body {
    padding: 28px 28px 26px;
  }
}

@media (max-width: 760px) {
  .why-editorial__lede {
    font-size: 14px;
  }

  .benefit-profile {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .benefit-profile__frame {
    min-height: 380px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .benefit-profile h3 {
    font-size: clamp(36px, 11vw, 52px);
  }
}

@media (max-width: 560px) {
  .why-editorial {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .benefit-profile__body {
    padding: 22px 20px 20px;
  }

  .benefit-profile__frame {
    min-height: 320px;
  }

  .benefit-profile__frame::before,
  .benefit-profile__frame::after {
    top: 14px;
    width: 14px;
    height: 14px;
  }

  .benefit-profile__frame::before,
  .benefit-profile__tag {
    left: 14px;
  }

  .benefit-profile__frame::after {
    right: 14px;
  }

  .benefit-profile__tag {
    top: 14px;
    min-height: 24px;
    padding-inline: 10px;
  }

  .benefit-profile__frame-meta {
    right: 14px;
    bottom: 14px;
    left: 14px;
    font-size: 9px;
  }

  .benefit-profile__frame-meta strong {
    font-size: 11px;
  }
}

/* Keep the profile-card silhouette intact on tablet and in the mobile snap rail. */
@media (max-width: 1100px) {
  #why .benefit-profile {
    display: block;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr;
  }

  #why .benefit-profile__frame {
    min-height: 0;
    aspect-ratio: 0.9;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  #why .benefit-profile__body {
    padding: 24px 18px 22px;
  }
}

@media (max-width: 620px) {
  #why .benefit-profile__frame {
    min-height: 0;
    aspect-ratio: 0.84;
  }
}

@media (max-width: 1100px) {
  #why .benefits-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    overflow-x: visible !important;
    scroll-snap-type: none !important;
  }
}

@media (max-width: 760px) {
  #why .benefits-grid {
    gap: 18px !important;
    padding: 0 !important;
  }

  #why .benefit-profile {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto 1fr !important;
  }
}

/* Final responsive composition: three profiles on tablet, swipeable roster on mobile. */
@media (min-width: 901px) and (max-width: 1100px) {
  #why .benefits-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    gap: 14px !important;
  }
}

@media (max-width: 900px) {
  .section.why-editorial {
    padding-bottom: 28px;
  }

  #why .benefits-grid {
    grid-template-columns: none !important;
    grid-auto-columns: min(76vw, 390px) !important;
    grid-auto-flow: column !important;
    gap: 18px !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 max(24px, calc((100vw - 100%) / 2)) 0 0 !important;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0;
    scroll-snap-type: inline mandatory !important;
    scrollbar-width: none;
  }

  #why .benefits-grid::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  #why .benefit-profile {
    padding-bottom: 8px;
  }

  #why .benefit-profile__body {
    padding-bottom: 16px;
  }
}

@media (max-width: 620px) {
  #why .benefits-grid {
    grid-auto-columns: min(86vw, 360px) !important;
    gap: 14px !important;
    padding-right: 14px !important;
  }
}

/* Optional controls for the swipeable benefits rail. Desktop shows all cards. */
.benefits-controls {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.benefits-controls:not([hidden]) {
  display: flex;
}

.benefits-controls button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #27292b;
  color: var(--white);
  cursor: pointer;
  touch-action: manipulation;
}

.benefits-controls button:disabled {
  background: #151718;
  color: #606466;
  cursor: default;
}

.benefits-controls button:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 4px;
}

.benefits-controls svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (hover: hover) {
  .benefits-controls button:hover:not(:disabled) {
    background: #383b3d;
  }
}

/* Hall caption hierarchy: quiet venue brand, prominent street address. */
.hall__photo figcaption .hall__venue-brand {
  color: rgba(255, 255, 255, 0.5);
  font: inherit;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hall__photo figcaption .hall__venue-address {
  display: table;
  margin: 7px 0 0 auto;
  padding: 5px 9px 4px;
  color: var(--white);
  background: var(--accent);
  font: inherit;
  line-height: 0.9;
}

@media (max-width: 880px) {
  .hall .hall__photo figcaption {
    bottom: 32px;
  }
}

/* Groups motion grid: a soft pulse plus a diagonal red signal travelling across the columns. */
.groups::before {
  animation: groups-line-breathe 6.8s ease-in-out infinite alternate;
  will-change: opacity;
}

.groups::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(232, 23, 43, 0.5) 0,
    rgba(232, 23, 43, 0.5) 1px,
    transparent 1px,
    transparent clamp(64px, 6.25vw, 104px)
  );
  background-size: auto 100%;
  clip-path: polygon(-24% 0, -11% 0, 5% 100%, -8% 100%);
  content: "";
  opacity: 0;
  pointer-events: none;
  filter: drop-shadow(0 0 7px rgba(232, 23, 43, 0.18));
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0,
    #000 12%,
    #000 calc(100% - 190px),
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0,
    #000 12%,
    #000 calc(100% - 190px),
    transparent 100%
  );
  animation: groups-line-signal 10.5s cubic-bezier(0.45, 0, 0.2, 1) infinite;
  will-change: clip-path, opacity;
}

@keyframes groups-line-breathe {
  0% {
    opacity: 0.62;
  }

  48% {
    opacity: 0.88;
  }

  100% {
    opacity: 1;
  }
}

@keyframes groups-line-signal {
  0%,
  8% {
    clip-path: polygon(-24% 0, -11% 0, 5% 100%, -8% 100%);
    opacity: 0;
  }

  18% {
    opacity: 0.78;
  }

  74% {
    opacity: 0.62;
  }

  92%,
  100% {
    clip-path: polygon(108% 0, 121% 0, 137% 100%, 124% 100%);
    opacity: 0;
  }
}

.static-preview .groups::before,
.static-preview .groups::after {
  animation: none !important;
}

.static-preview .groups::after {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .groups::before,
  .groups::after {
    animation: none !important;
  }

  .groups::before {
    opacity: 1;
  }

  .groups::after {
    display: none;
  }
}

/* Keep long profile titles inside their cards at every desktop width. */
#why .benefits-grid > .benefit-profile {
  min-width: 0;
}

#why .benefit-profile__body {
  min-width: 0;
}

#why .benefit-profile h3 {
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: clamp(34px, 2.45vw, 48px);
  line-height: 0.9;
  text-wrap: balance;
}

/* Mobile menu: full-screen overlay with its own scroll and no collision with the sticky CTA. */
.site-nav__meta {
  display: none;
}

@media (max-width: 880px) {
  .site-header {
    z-index: 1600;
  }

  .site-header.is-open {
    border-color: transparent;
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition: none;
  }

  .site-header.is-open .brand {
    position: relative;
    z-index: 1603;
  }

  .site-header__inner {
    position: relative;
    z-index: 2;
  }

  .nav-toggle {
    position: relative;
    z-index: 1603;
  }

  .site-nav {
    inset: 0;
    z-index: 1601;
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding:
      max(calc(var(--header-height) + 20px), calc(env(safe-area-inset-bottom, 0px) + 24px))
      24px;
    text-align: center;
    background:
      linear-gradient(180deg, rgba(8, 8, 9, 0.96) 0%, rgba(8, 8, 9, 0.985) 100%),
      #080809;
    isolation: isolate;
    pointer-events: none;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .site-nav::before {
    position: fixed;
    top: var(--header-height);
    right: 24px;
    left: 24px;
    z-index: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(232, 23, 43, 0.9), rgba(255, 255, 255, 0.08));
    content: "";
    opacity: 0;
    transition: opacity 200ms ease;
  }

  .site-nav.is-open {
    pointer-events: auto;
  }

  .site-nav.is-open::before {
    opacity: 1;
  }

  .site-nav > * {
    flex-shrink: 0;
    max-width: 480px;
  }

  /* Auto margins center spare space without clipping the top on short screens. */
  .site-nav > a:first-child {
    margin-top: auto;
  }

  .site-nav a {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 16px 0;
    font-size: clamp(34px, 9vw, 54px);
    line-height: 0.92;
  }

  .site-nav__meta {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 16px;
    width: 100%;
    margin-top: 28px;
    margin-bottom: auto;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-nav__meta-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .site-nav__contact {
    border-bottom: 0 !important;
    padding: 0 !important;
    color: var(--white);
    font-family: var(--heading);
    font-size: clamp(20px, 5.8vw, 28px) !important;
    letter-spacing: -0.02em;
  }

  .site-nav__cta-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .site-nav__cta {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 0 16px !important;
    color: var(--white);
    font-size: 11px !important;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.03);
  }

  .site-nav__cta::after,
  .site-nav__contact::after {
    display: none !important;
  }

  .site-nav__cta--accent {
    border-color: transparent;
    color: var(--ink);
    background: var(--accent);
  }

  body.nav-open .site-header__actions > :not(.nav-toggle) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body.nav-open .mobile-actions {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    pointer-events: none;
  }

  .mobile-actions {
    transition:
      transform 220ms ease,
      opacity 220ms ease,
      visibility 220ms ease;
  }
}

@media (max-width: 520px) {
  .site-nav {
    padding-right: 18px;
    padding-left: 18px;
  }

  .site-nav::before {
    right: 18px;
    left: 18px;
  }

  .site-nav__cta-row {
    grid-template-columns: 1fr;
  }
}

/* Path Two-inspired motion for the groups editorial gallery. */
.group-card__motion-cover {
  display: none;
}

@media (prefers-reduced-motion: no-preference) {
  .js:not(.static-preview) .groups.is-groups-motion-ready::before {
    opacity: 0.72;
    animation: none;
    will-change: auto;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready::after {
    opacity: 0;
    animation: none;
    will-change: auto;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .groups-editorial-head.reveal,
  .js:not(.static-preview) .groups.is-groups-motion-ready .groups-editorial-head.reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .groups-editorial-meta > *,
  .js:not(.static-preview) .groups.is-groups-motion-ready .groups-editorial-title > p {
    opacity: 0;
    transform: translate3d(0, 42px, 0);
    transition:
      opacity 820ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .groups-editorial-title h2 span,
  .js:not(.static-preview) .groups.is-groups-motion-ready .groups-editorial-title h2 em {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translate3d(0, 112%, 0) skewY(7deg);
    transform-origin: 50% 100%;
    transition:
      opacity 720ms ease,
      clip-path 1250ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 1250ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, clip-path, transform;
  }

  .js:not(.static-preview) .groups.is-groups-intro-active .groups-editorial-meta > *,
  .js:not(.static-preview) .groups.is-groups-intro-active .groups-editorial-title > p,
  .js:not(.static-preview) .groups.is-groups-intro-active .groups-editorial-title h2 span,
  .js:not(.static-preview) .groups.is-groups-intro-active .groups-editorial-title h2 em {
    opacity: 1;
    clip-path: inset(0);
    transform: none;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .groups-editorial-meta > :nth-child(2) {
    transition-delay: 90ms;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .groups-editorial-meta > :nth-child(3),
  .js:not(.static-preview) .groups.is-groups-motion-ready .groups-editorial-title > p {
    transition-delay: 170ms;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .groups-editorial-title h2 span:nth-child(1) {
    transition-delay: 220ms;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .groups-editorial-title h2 span:nth-child(2) {
    transition-delay: 330ms;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .groups-editorial-title h2 em {
    transition-delay: 440ms;
  }

  .js:not(.static-preview) .groups.is-groups-intro-settled .groups-editorial-meta > *,
  .js:not(.static-preview) .groups.is-groups-intro-settled .groups-editorial-title > p,
  .js:not(.static-preview) .groups.is-groups-intro-settled .groups-editorial-title h2 span,
  .js:not(.static-preview) .groups.is-groups-intro-settled .groups-editorial-title h2 em {
    will-change: auto;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .groups-grid {
    perspective: 1400px;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.reveal,
  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.reveal.is-visible {
    --group-entry-delay: 0ms;
    --group-entry-y: 15vh;
    --group-image-scale: 1.18;
    opacity: 0;
    transform: translate3d(0, var(--group-entry-y), 0) scale(0.9) skewY(5deg);
    transform-origin: 50% 100%;
    transition:
      opacity 900ms ease var(--group-entry-delay),
      transform 1300ms cubic-bezier(0.22, 1, 0.36, 1) var(--group-entry-delay),
      box-shadow 700ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card:nth-child(2) {
    --group-entry-delay: 100ms;
    --group-entry-y: 17vh;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card:nth-child(3) {
    --group-entry-delay: 190ms;
    --group-entry-y: 14vh;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card:nth-child(4) {
    --group-entry-delay: 270ms;
    --group-entry-y: 18vh;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card:nth-child(5) {
    --group-entry-delay: 350ms;
    --group-entry-y: 15vh;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.reveal.is-groups-card-active,
  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.reveal.is-visible.is-groups-card-active {
    --group-image-scale: 1.12;
    opacity: 1;
    transform: none;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card > :not(.group-card__visual):not(.group-card__motion-cover) {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    transition:
      opacity 700ms ease calc(var(--group-entry-delay) + 180ms),
      transform 950ms cubic-bezier(0.22, 1, 0.36, 1) calc(var(--group-entry-delay) + 180ms);
    will-change: opacity, transform;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.is-groups-card-active > :not(.group-card__visual):not(.group-card__motion-cover) {
    opacity: 1;
    transform: none;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card__visual {
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: 50% 50%;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card__visual img {
    opacity: 1;
    transform: translate3d(0, var(--groups-image-parallax, 7%), 0) scale(var(--group-image-scale));
    transform-origin: 50% 50%;
    transition:
      transform 1450ms cubic-bezier(0.22, 1, 0.36, 1) var(--group-entry-delay),
      filter 650ms ease;
    will-change: transform;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card__motion-cover {
    position: absolute;
    inset: 0;
    z-index: 6;
    display: block;
    background:
      linear-gradient(180deg, rgba(247, 242, 233, 0.98), rgba(237, 231, 220, 0.99)),
      var(--paper);
    pointer-events: none;
    transform: scaleX(1.002);
    transform-origin: 0 50%;
    transition:
      transform 1500ms cubic-bezier(0.83, 0, 0.17, 1) 120ms,
      visibility 0s linear 1680ms;
    will-change: transform;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card--narva .group-card__motion-cover {
    background:
      linear-gradient(90deg, #07090a 0 62%, rgba(7, 9, 10, 0.88) 76%, rgba(7, 9, 10, 0.2)),
      #07090a;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card--young .group-card__motion-cover,
  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card--individual .group-card__motion-cover,
  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card--adults .group-card__motion-cover {
    background:
      linear-gradient(180deg, rgba(247, 242, 233, 0.99), rgba(241, 235, 223, 0.99)),
      var(--paper);
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.is-groups-card-active .group-card__motion-cover {
    visibility: hidden;
    transform: scaleX(0);
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.is-groups-card-settled,
  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.is-groups-card-settled > :not(.group-card__visual):not(.group-card__motion-cover),
  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.is-groups-card-settled .group-card__visual img,
  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.is-groups-card-settled .group-card__motion-cover {
    will-change: auto;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.is-groups-card-settled .group-card__visual img {
    transition:
      transform 180ms linear,
      filter 650ms ease;
  }
}

@media (min-width: 881px) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.is-groups-card-active:hover .group-card__visual {
    transform: scale(0.975);
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.is-groups-card-active:hover .group-card__visual img {
    filter: grayscale(0.14) contrast(1.08) saturate(0.92);
    transform: translate3d(0, var(--groups-image-parallax, 0%), 0) scale(1.19);
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.is-groups-card-active:hover .arrow-link span,
  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.is-groups-card-active:hover .button__arrow {
    transform: translate3d(6px, -6px, 0);
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card .arrow-link span,
  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card .button__arrow {
    display: inline-block;
    transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
  }
}

@media (max-width: 880px) and (prefers-reduced-motion: no-preference) {
  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.reveal,
  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.reveal.is-visible {
    --group-entry-delay: 0ms;
    --group-entry-y: 34px;
    --group-image-scale: 1.04;
    transform: translate3d(0, var(--group-entry-y), 0) scale(0.985);
    transition:
      opacity 620ms ease,
      transform 780ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.reveal.is-groups-card-active,
  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card.reveal.is-visible.is-groups-card-active {
    --group-image-scale: 1;
    transform: none;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card > :not(.group-card__visual):not(.group-card__motion-cover) {
    transition-delay: 80ms;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card__visual img {
    --groups-image-parallax: 0%;
    transition-duration: 900ms;
  }

  .js:not(.static-preview) .groups.is-groups-motion-ready .group-card__motion-cover {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .group-card__motion-cover {
    display: none !important;
  }
}

/* Signup composition: keep the editorial headline clear of the photo and give the quiz room to breathe. */
.signup.signup-quiz {
  grid-template-columns: minmax(340px, 410px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(52px, 5vw, 78px);
}

.signup-quiz__visual-shell {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 30px;
  width: min(100%, 410px);
  overflow: visible;
}

.signup.signup-quiz .signup__media-content {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px 0 18px;
}

.signup.signup-quiz .signup__media-content .eyebrow {
  display: flex;
}

.signup.signup-quiz .signup__media-content h2 {
  max-width: 100%;
  margin-bottom: 18px;
  font-size: clamp(52px, 4.45vw, 68px);
  line-height: 0.88;
}

.signup.signup-quiz .signup__media-content h2 span {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}

.signup.signup-quiz .signup__media-content > p:not(.eyebrow) {
  max-width: 40ch;
  margin-bottom: 0;
}

.signup-quiz__coach-note {
  max-width: 100%;
  margin-top: 18px;
}

.signup-quiz__photo-card {
  justify-self: start;
  width: 100%;
  min-height: 0;
  aspect-ratio: 410 / 478;
  margin-top: 0;
}

.signup.signup-quiz .signup__form-wrap.signup-quiz__panel {
  justify-self: stretch;
  width: min(100%, 800px);
  padding: clamp(36px, 3.2vw, 48px);
  overflow: hidden;
}

.signup-quiz__step legend {
  max-width: 18ch;
}

.signup-quiz__hint {
  max-width: 62ch;
}

.signup-quiz__options {
  gap: 16px;
}

.signup-quiz__options--three .signup-quiz__option > span {
  padding-right: 0;
  font-size: clamp(17px, 1.2vw, 21px);
  white-space: nowrap;
}

@media (max-width: 1160px) {
  .signup.signup-quiz {
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
    min-height: 0;
  }

  .signup-quiz__visual-shell {
    width: min(100%, 410px);
    justify-self: center;
  }

  .signup-quiz__photo-card {
    width: 100%;
    min-height: 0;
  }

  .signup.signup-quiz .signup__form-wrap.signup-quiz__panel {
    justify-self: center;
    width: min(100%, 800px);
  }
}

@media (max-width: 680px) {
  .signup.signup-quiz {
    gap: 36px;
  }

  .signup-quiz__visual-shell,
  .signup-quiz__photo-card {
    width: 100%;
  }

  .signup-quiz__photo-card {
    min-height: 420px;
  }

  .signup.signup-quiz .signup__media-content h2 {
    max-width: 7ch;
    font-size: clamp(46px, 14vw, 62px);
  }

  .signup.signup-quiz .signup__media-content h2 span {
    width: auto;
    white-space: normal;
  }

  .signup.signup-quiz .signup__form-wrap.signup-quiz__panel {
    width: 100%;
    padding: 34px 20px 36px;
  }

  .signup-quiz__options--three .signup-quiz__option > span {
    font-size: clamp(20px, 6vw, 24px);
    white-space: normal;
  }
}

/* Location routes share the tactile CTA, with a folded map instead of an arrow. */
.location-route.swipe-button {
  --swipe-label-safe: 58px;
  width: 272px;
  max-width: 100%;
  min-height: 56px;
  justify-content: flex-start;
  gap: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 20px 0 68px;
  color: var(--white);
  background: var(--accent-hot);
  box-shadow: 0 8px 24px rgba(232, 23, 43, 0.12);
  transform: none;
}

.location-route.swipe-button:hover,
.location-route.swipe-button:focus-visible {
  color: var(--white);
  background: #ff4052;
  transform: none;
}

.location-route .swipe-button__orb {
  top: 5px;
  left: 5px;
  width: 44px;
  height: 44px;
}

.location-route .swipe-button__orb svg {
  width: 21px;
  height: 21px;
  stroke-width: 1.6;
  pointer-events: none;
}

.location-route .swipe-button__label {
  font-size: 9px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

/* Give the map room; keep the location summary beside its compact route control. */
@media (max-width: 720px) {
  .location-map-shell {
    min-height: 480px;
    height: clamp(480px, 64svh, 560px);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
  }

  .location-map__hud {
    top: 10px;
    right: 10px;
    left: 10px;
  }

  .location-map__hud button {
    min-height: 44px;
    padding-inline: 10px;
  }

  .location-map .leaflet-control-zoom {
    margin-top: 10px;
    margin-right: 10px;
  }

  .location-map .leaflet-control-zoom a {
    width: 44px;
    height: 44px;
    line-height: 42px;
  }

  .location-map__active {
    right: 10px;
    bottom: 14px;
    left: 10px;
    width: auto;
    grid-template-columns: minmax(0, 1fr) 148px;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 8px;
    row-gap: 3px;
    border-left-width: 3px;
    padding: 9px;
    box-shadow: none;
  }

  .location-map__active > span {
    /* The venue name is already in the adjacent venue card. */
    display: none;
  }

  .location-map__active > strong {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    font-size: 20px;
    line-height: 1.05;
  }

  .location-map__active > small {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    color: #d2d2d2;
    font-size: 11px;
    line-height: 1.3;
  }

  .location-map__active .location-route {
    grid-column: 2;
    grid-row: 1 / 3;
    --swipe-label-safe: 48px;
    width: 148px;
    height: 48px;
    min-height: 48px;
    margin-top: 0;
    padding: 0 48px;
    box-shadow: none;
  }

  .location-map__active .swipe-button__orb {
    width: 36px;
    height: 36px;
  }

  .location-map__active .swipe-button__orb svg {
    width: 19px;
    height: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .location-route.swipe-button,
  .location-route.swipe-button::before,
  .location-route .swipe-button__orb,
  .location-route .swipe-button__label {
    transition: none;
  }
}

/* Quiet participant portraits and a tactile, accessible next-step control. */
.signup-quiz__option > .signup-quiz__participant-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 0;
  width: 88px;
  height: 88px;
  color: var(--white);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.1;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 240ms ease;
}

.signup-quiz__option:hover > .signup-quiz__participant-icon,
.signup-quiz__option:has(input:checked) > .signup-quiz__participant-icon {
  opacity: 0.17;
}

.signup-quiz__next.swipe-button {
  --swipe-label-safe: 58px;
  width: 240px;
  max-width: 100%;
  min-height: 60px;
  flex-shrink: 0;
  justify-content: flex-start;
  gap: 0;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 50px 0 76px;
  color: var(--white);
  background: var(--accent-hot);
  box-shadow: 0 10px 30px rgba(232, 23, 43, 0.14);
  transform: none;
}

.signup-quiz__next.swipe-button:hover {
  color: var(--white);
  background: #ff4052;
  border-color: transparent;
  transform: none;
}

.signup-quiz__swipe .swipe-button__orb {
  top: 7px;
  left: 7px;
  width: 44px;
  height: 44px;
  box-shadow: 0 3px 12px rgba(74, 0, 8, 0.16);
}

.signup-quiz__swipe .swipe-button__orb svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
  pointer-events: none;
}

.signup-quiz__swipe .swipe-button__label {
  font-size: 10px;
  letter-spacing: 0.12em;
}

.signup-quiz__swipe .swipe-button__chevrons {
  right: 16px;
  color: var(--white);
}

.signup-quiz__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.signup-quiz__nav-icon {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

@media (max-width: 380px) {
  .signup-quiz__next.swipe-button {
    padding-right: 18px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .signup-quiz__option > .signup-quiz__participant-icon,
  .signup-quiz__swipe .swipe-button__orb,
  .signup-quiz__swipe .swipe-button__label,
  .signup-quiz__swipe .swipe-button__chevrons {
    transition: none;
  }
}

/* Contact entrance: separate line reveals, a photo aperture and a sliding form. */
.signup.signup-quiz .signup__form-wrap.signup-quiz__panel::after {
  display: none;
}

.signup.signup-quiz .signup__media-content h2 span[data-signup-title-text] {
  width: auto;
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
}

.signup[data-signup-motion] .signup-quiz__coach {
  transform: scale(1.02);
}

@media (min-width: 1161px) {
  .signup[data-signup-motion] .signup-quiz__coach {
    transform: translate3d(0, var(--signup-photo-parallax, 0%), 0) scale(1.12);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .js:not(.static-preview) [data-signup-copy]:not([data-signup-reveal-state="complete"]) .signup-title__line {
    clip-path: inset(-18% -4% -12% -4%);
  }

  .js:not(.static-preview) [data-signup-copy][data-signup-reveal-state="ready"] [data-signup-title-text] {
    opacity: 0;
    transform: translate3d(0, 125%, 0);
  }

  .js:not(.static-preview) [data-signup-copy][data-signup-reveal-state="ready"] [data-signup-detail] {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
  }

  .js:not(.static-preview) [data-signup-photo][data-signup-reveal-state="ready"] {
    clip-path: inset(0 100% 0 0);
  }

  .js:not(.static-preview) [data-signup-panel][data-signup-reveal-state="ready"] {
    opacity: 0;
    transform: translate3d(36px, 0, 0);
  }

  .js:not(.static-preview) [data-signup-copy][data-signup-reveal-state="active"] :is([data-signup-title-text], [data-signup-detail]),
  .js:not(.static-preview) [data-signup-panel][data-signup-reveal-state="active"] {
    will-change: opacity, transform;
  }

  .js:not(.static-preview) [data-signup-photo][data-signup-reveal-state="active"] {
    will-change: clip-path;
  }
}

@media (max-width: 1160px) and (prefers-reduced-motion: no-preference) {
  .js:not(.static-preview) [data-signup-panel][data-signup-reveal-state="ready"] {
    transform: translate3d(0, 24px, 0);
  }
}

@media (min-width: 1161px) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .signup[data-signup-motion] .signup-quiz__photo-card {
    transition: transform 650ms var(--ease-soft);
  }

  .signup[data-signup-motion] .signup-quiz__coach {
    transition: transform 180ms linear, filter 650ms ease;
  }

  .signup [data-signup-photo][data-signup-reveal-state="complete"]:hover {
    transform: scale(0.985);
  }

  .signup [data-signup-photo][data-signup-reveal-state="complete"]:hover .signup-quiz__coach {
    filter: saturate(1) contrast(1.05) brightness(0.96);
    transform: translate3d(0, var(--signup-photo-parallax, 0%), 0) scale(1.17);
  }
}

/* Phone-first hero: a portrait art direction and centered live content. */
@media (max-width: 880px) {
  .broadcast-hero .broadcast-pager,
  .broadcast-next,
  .broadcast-coach-bug,
  .broadcast-stage__flag-wave,
  .broadcast-stage__ufc-motion,
  .broadcast-stage__spotlight,
  .broadcast-stage__ink {
    display: none;
  }

  .broadcast-hero .broadcast-slide--open,
  .broadcast-slide--open .broadcast-stage,
  .broadcast-slide--open .broadcast-stage__field {
    background: #000;
  }

  .broadcast-slide--open .broadcast-stage__field {
    inset: 0;
  }

  .broadcast-slide--open .broadcast-stage__photo > img {
    object-fit: contain;
    object-position: center top;
  }

  .broadcast-slide--open .broadcast-stage__field::after {
    background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.38) 38%, rgba(0, 0, 0, 0.8) 55%, transparent 75%);
  }

  .broadcast-offer,
  .broadcast-hero .broadcast-slide--trust .trust-layout {
    display: flex !important;
    width: min(calc(100% - 40px), 520px);
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    padding: 0;
  }

  .broadcast-offer__copy,
  .broadcast-hero .broadcast-slide--trust .trust-copy {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .broadcast-offer__eyebrow,
  .broadcast-hero .broadcast-slide--trust .trust-copy__eyebrow {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
    font-size: 7px;
    letter-spacing: 0.1em;
  }

  .broadcast-offer h1 {
    justify-items: center;
    font-size: clamp(34px, 11.6vw, 64px);
    line-height: 0.92;
    letter-spacing: -0.05em;
  }

  .broadcast-offer h1 span:nth-child(2) {
    justify-content: center;
    gap: 0.65em;
    margin: 0.7em 0 0.55em;
    font-size: 0.22em;
  }

  .broadcast-offer h1 span:nth-child(2)::before,
  .broadcast-offer h1 span:nth-child(2)::after {
    width: 2em;
    height: 2px;
    flex: 0 0 2em;
    background: var(--accent-hot);
    clip-path: none;
    content: "";
  }

  .broadcast-offer__lead,
  .broadcast-hero .broadcast-slide--trust .trust-copy > p:not(.trust-copy__eyebrow) {
    display: block;
    width: 100%;
    max-width: 40ch;
    margin: 16px auto 20px;
    color: rgba(255, 253, 248, 0.82);
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }

  .broadcast-offer__actions {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
  }

  .broadcast-offer__actions .swipe-button,
  .broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button--light {
    width: min(100%, 320px);
    min-width: 0;
    min-height: 60px;
    height: 60px;
    margin-inline: auto;
  }

  .broadcast-offer__phone {
    font-size: 7px;
  }

  .broadcast-offer__phone::after {
    transform-origin: center;
  }

  .broadcast-offer__proof {
    right: 0;
    bottom: 16px;
    left: 0;
    width: 100%;
    gap: 7px;
    text-align: center;
  }

  .broadcast-offer__proof div {
    min-height: 58px;
    padding: 10px 6px;
  }

  .broadcast-offer__proof strong {
    font-size: 23px;
  }

  .broadcast-offer__proof span {
    font-size: 6px;
    letter-spacing: 0.08em;
  }

  .broadcast-hero .broadcast-slide--trust,
  .broadcast-hero .broadcast-slide--trust .trust-stage {
    background: #000;
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    inset: 0;
    background:
      linear-gradient(180deg, transparent 18%, rgba(0, 0, 0, 0.45) 34%, rgba(0, 0, 0, 0.92) 54%, transparent 76%),
      #000 url("assets/images/hero-slide-2/sasha-thai-tiger-mobile-v1.png") center top / auto 100% no-repeat;
    transform: none !important;
    animation: none !important;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy h2 {
    margin: 0;
    font-size: clamp(34px, 10.5vw, 60px);
    line-height: 0.95;
    letter-spacing: -0.04em;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy h2 em {
    margin-top: 0.12em;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin: 0 0 18px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li {
    min-height: 54px;
    padding: 10px 5px;
    text-align: center;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li strong {
    font-size: 20px;
    white-space: nowrap;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li span {
    font-size: 6px;
    letter-spacing: 0.04em;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button__label {
    font-size: 10px;
    line-height: 1.25;
  }
}

@media (max-width: 880px) and (max-height: 700px) {
  .broadcast-stage__photo {
    height: 76%;
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    background-size: 100% 100%, auto 76%;
  }

  .broadcast-offer__eyebrow,
  .broadcast-hero .broadcast-slide--trust .trust-copy__eyebrow {
    margin-bottom: 10px;
    font-size: 6px;
    gap: 6px;
  }

  .broadcast-offer__eyebrow span,
  .broadcast-hero .broadcast-slide--trust .trust-copy__eyebrow span {
    padding: 5px 7px;
  }

  .broadcast-offer h1,
  .broadcast-hero .broadcast-slide--trust .trust-copy h2 {
    font-size: clamp(30px, 10.5vw, 48px);
  }

  .broadcast-offer__lead,
  .broadcast-hero .broadcast-slide--trust .trust-copy > p:not(.trust-copy__eyebrow) {
    margin: 12px auto 14px;
    font-size: 11px;
    line-height: 1.4;
  }

  .broadcast-offer__actions {
    gap: 10px;
  }

  .broadcast-offer__actions .swipe-button,
  .broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button--light {
    --swipe-orb-size: 40px;
    min-height: 52px;
    height: 52px;
  }

  .broadcast-offer__actions .swipe-button__orb {
    width: 40px;
    height: 40px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li {
    min-height: 42px;
    padding: 7px 5px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li strong {
    font-size: 17px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy ul {
    margin-bottom: 12px;
  }
}

@media (max-width: 880px) and (max-height: 500px) and (orientation: landscape) {
  .broadcast-offer,
  .broadcast-hero .broadcast-slide--trust .trust-layout {
    width: min(calc(100% - 48px), 620px);
  }

  .broadcast-stage__photo {
    height: 100%;
    opacity: 0.3;
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    opacity: 0.25;
  }

  .broadcast-offer__eyebrow,
  .broadcast-hero .broadcast-slide--trust .trust-copy__eyebrow {
    margin-bottom: 8px;
  }

  .broadcast-offer h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 30px;
  }

  .broadcast-offer h1 span:nth-child(2) {
    flex-shrink: 0;
    margin: 0;
    font-size: 8px;
  }

  .broadcast-offer h1 span:nth-child(2)::before,
  .broadcast-offer h1 span:nth-child(2)::after {
    display: none;
  }

  .broadcast-offer__lead,
  .broadcast-hero .broadcast-slide--trust .trust-copy > p:not(.trust-copy__eyebrow) {
    max-width: none;
    margin: 10px auto 12px;
    font-size: 10px;
  }

  .broadcast-offer__actions {
    flex-direction: row;
    gap: 18px;
  }

  .broadcast-offer__actions .swipe-button,
  .broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button--light {
    --swipe-orb-size: 34px;
    min-height: 44px;
    height: 44px;
    width: 260px;
  }

  .broadcast-offer__actions .swipe-button__orb,
  .broadcast-hero .broadcast-slide--trust .trust-copy .swipe-button__orb {
    top: 4px;
    left: 4px;
    width: 34px;
    height: 34px;
  }

  .broadcast-offer__proof {
    bottom: 8px;
  }

  .broadcast-offer__proof div {
    min-height: 36px;
    padding: 5px 8px;
  }

  .broadcast-offer__proof strong {
    font-size: 18px;
  }

  .broadcast-offer__proof span {
    font-size: 5px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy h2 {
    font-size: 28px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li {
    min-height: 34px;
    padding: 5px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy ul {
    margin-bottom: 10px;
  }
}

/* Desktop slide 02 shares slide 01's content grid and fills the entire stage. */
@media (min-width: 881px) {
  .broadcast-hero {
    --hero-content-top: clamp(38px, 5.5svh, 64px);
    --hero-content-bottom: clamp(94px, 12svh, 128px);
  }

  .broadcast-offer,
  .broadcast-hero .broadcast-slide--trust .trust-layout {
    padding-top: var(--hero-content-top);
    padding-bottom: var(--hero-content-bottom);
  }

  .broadcast-hero .broadcast-slide--trust .trust-layout {
    display: flex !important;
    width: min(calc(100% - 48px), var(--container));
    margin-inline: auto;
    align-items: center;
    justify-content: flex-start;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy {
    inset: auto;
    width: min(40vw, 520px);
    min-width: 0;
    flex: 0 1 auto;
    text-align: left;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy > p:not(.trust-copy__eyebrow) {
    max-width: 42ch;
    font-size: clamp(13px, 0.82vw, 16px);
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    background: #050506 url("assets/images/hero-slide-2/sasha-thai-tiger-v3.png") 47% center / cover no-repeat;
  }
}

/* On wide screens keep the whole athlete, extending only the edge graphics. */
@media (min-width: 881px) and (min-aspect-ratio: 16 / 9) {
  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop {
    background-image:
      linear-gradient(rgba(5, 5, 6, 0.24), rgba(5, 5, 6, 0.24)),
      url("assets/images/hero-slide-2/sasha-thai-tiger-v3.png");
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop::after {
    position: absolute;
    inset: 0;
    width: min(100%, calc((100svh - var(--header-height)) * 1672 / 941));
    margin-inline: auto;
    background: url("assets/images/hero-slide-2/sasha-thai-tiger-v3.png") center / contain no-repeat;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    pointer-events: none;
    content: "";
  }
}

/* Barely softened rectangular surfaces; keep capsules and graphic cuts intact. */
.nav-toggle,
.quick-start__options,
.quick-option,
.benefit-profile,
.benefit-profile__frame,
.benefit-profile__tag,
.groups-grid,
.group-card,
.start-step,
.equipment-item,
.venue-card,
.location-contact,
.location-contact a,
.location-map__active,
.location-map__hud button,
.location-tooltip,
.broadcast-pager,
.broadcast-pager button,
.trust-copy li,
.faq summary span,
.signup-quiz__photo-card,
.signup.signup-quiz .signup__form-wrap.signup-quiz__panel,
.signup-quiz__option,
.signup-quiz__review > div,
.field input,
.field select,
.field textarea {
  border-radius: var(--radius);
}

.start-step::before {
  border-radius: inherit;
}

/* Readable supporting copy and unambiguous actions at every screen size. */
.broadcast-hero .broadcast-slide--trust .trust-copy li {
  min-height: 76px;
  gap: 7px;
  align-content: start;
  padding: 12px 8px;
}

.broadcast-hero .broadcast-slide--trust .trust-copy li span,
.broadcast-hero .broadcast-offer__proof span {
  color: #d5d5d5;
  font-family: var(--body);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
}

.broadcast-hero .broadcast-offer__proof div {
  min-height: 70px;
  gap: 7px;
}

.broadcast-hero .broadcast-offer__proof strong {
  white-space: nowrap;
}

.quick-option.quick-option--primary > strong {
  color: var(--white);
}

.benefit-profile__body > p:not(.benefit-profile__kicker) {
  color: #cacaca;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 880px) {
  .site-nav__meta {
    margin-top: 24px;
    border-top: 0;
    padding-top: 0;
  }

  .site-nav .site-nav__cta {
    gap: 10px;
    min-height: 56px;
    border-radius: var(--radius);
    font-family: var(--body);
    font-size: 15px !important;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.035em;
  }

  .site-nav .site-nav__cta--accent {
    color: var(--white);
    background: var(--accent);
  }

  .site-nav .site-nav__cta--whatsapp {
    --whatsapp-color: #128c4e;
    border-color: transparent;
    color: #fff;
    background: var(--whatsapp-color);
  }

  .site-nav .site-nav__cta--whatsapp:hover {
    --whatsapp-color: #0f7b42;
  }

  .site-nav__cta--whatsapp svg {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    fill: currentColor;
  }

  .site-nav__cta--whatsapp svg path + path {
    fill: var(--whatsapp-color);
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li {
    min-height: 74px;
    padding: 10px 6px;
  }

  .broadcast-hero .broadcast-offer__proof strong {
    font-size: clamp(20px, 5.8vw, 25px);
  }
}

/* On short phones, reserve breathing room above the readable proof cards. */
@media (max-width: 880px) and (max-height: 620px) {
  .broadcast-offer {
    padding-bottom: 28px;
  }
}

@media (max-width: 880px) and (max-height: 500px) and (orientation: landscape) {
  .broadcast-offer {
    padding-bottom: 64px;
  }

  .broadcast-hero .broadcast-offer__proof div,
  .broadcast-hero .broadcast-slide--trust .trust-copy li {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 8px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li span {
    text-align: left;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy h2 {
    font-size: 26px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy__eyebrow {
    margin-bottom: 6px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy > p:not(.trust-copy__eyebrow) {
    margin: 8px auto 10px;
    line-height: 1.35;
  }
}

/* Slide 02: keep the supplied transparent portrait untouched over a clean plate. */
.broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop--composite {
  overflow: hidden;
  /* Width-first backdrop keeps both side edges visible, even on ultrawide screens. */
  background: #050506 url("assets/images/hero-slide-2/thai-tiger-background-v1.png") center / 100% auto no-repeat;
  opacity: 1;
  transform: none !important;
  animation: none !important;
}

.broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop--composite::before,
.broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop--composite::after {
  display: none;
  background: none;
  content: none;
}

.trust-editorial__scene {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(100%, calc((100svh - var(--header-height)) * 1672 / 941));
  height: auto;
  aspect-ratio: 1672 / 941;
  background: none;
  transform: translate(-50%, -50%);
}

.trust-editorial__sasha {
  position: absolute;
  bottom: 0;
  /* Register the original PNG's transparent canvas without trimming or stretching. */
  left: -10.35%;
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: contain;
}

.trust-editorial__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

@media (max-width: 880px) {
  /* Real layout rows reserve portrait space instead of putting the face behind copy. */
  .broadcast-hero .broadcast-slide--trust {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    padding-bottom: clamp(20px, 3svh, 32px);
  }

  .broadcast-hero .broadcast-slide--trust .trust-stage {
    position: relative;
    inset: auto;
    grid-area: 1 / 1;
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .broadcast-hero .broadcast-slide--trust .trust-layout {
    position: relative;
    inset: auto;
    grid-area: 2 / 1;
    height: auto;
    padding: 12px 0 0;
    align-items: flex-start;
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop--composite {
    background: #000 url("assets/images/hero-slide-2/thai-tiger-background-v1.png") right top / auto 100% no-repeat;
  }

  .trust-editorial__scene {
    top: 0;
    left: 45%;
    width: auto;
    height: min(200%, 176vw);
    background: none;
    transform: translateX(-61%);
  }

  .trust-editorial__shade {
    background: linear-gradient(180deg, transparent 68%, rgba(0, 0, 0, 0.45) 86%, #000 100%);
  }
}

@media (max-width: 880px) and (max-height: 620px) and (orientation: portrait) {
  .broadcast-hero .broadcast-slide--trust .trust-copy__eyebrow {
    margin-bottom: 6px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy h2 {
    font-size: 30px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy > p:not(.trust-copy__eyebrow) {
    margin: 8px auto;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy ul {
    margin-bottom: 10px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-copy li {
    min-height: 64px;
    gap: 5px;
    padding: 6px 5px;
  }
}

@media (max-width: 880px) and (max-height: 500px) and (orientation: landscape) {
  .broadcast-hero .broadcast-slide--trust {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.8fr);
    grid-template-rows: minmax(0, 1fr);
    gap: 20px;
    padding: 10px 24px;
  }

  .broadcast-hero .broadcast-slide--trust .trust-layout {
    grid-area: 1 / 2;
    width: 100%;
    padding: 0;
    margin: 0;
    align-items: center;
  }

  .broadcast-hero .broadcast-slide--trust .trust-editorial__backdrop--composite {
    opacity: 1;
  }

  .trust-editorial__scene {
    left: 50%;
    height: 100%;
  }
}
