:root {
  color-scheme: light;
  --ink: #101828;
  --muted: #526070;
  --bg: #f5f7f9;
  --surface: #ffffff;
  --surface-2: #edf2f5;
  --line: #d7e0e7;
  --green: #0f6b56;
  --blue: #244f9e;
  --gold: #a97512;
  --red: #9f3f35;
  --lime: #b9ff3b;
  --amber: #ffb000;
  --orange: #ff5a2f;
  --electric: #246bff;
  --pink: #ff4fd8;
  --deep: #07130f;
  --shadow: 0 22px 60px rgba(16, 24, 40, 0.12);
  --font-brand: "Bricolage Grotesque", "Copperplate", "Avenir Next Condensed", "Bahnschrift SemiCondensed", "Arial Narrow", ui-sans-serif, system-ui, sans-serif;
  --font-logo: "Bungee", "Bricolage Grotesque", "Arial Black", ui-sans-serif, system-ui, sans-serif;
  --font-logo-strong: "Unbounded", "Bricolage Grotesque", "Arial Black", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Sora", "Iowan Old Style", "Optima", "Avenir Next", ui-sans-serif, system-ui, sans-serif;
  font-family: var(--font-body);
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  overflow-x: clip;
  background:
    linear-gradient(135deg, rgba(185, 255, 59, 0.07), transparent 28%),
    linear-gradient(315deg, rgba(36, 107, 255, 0.08), transparent 26%),
    var(--bg);
  color: var(--ink);
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

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

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

p {
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 450;
  line-height: 1.7;
}

h1,
h2,
h3,
.brand,
.button,
.eyebrow,
.nav-links,
.feature-number,
.product-pill,
.cycle span,
.film-card strong,
.reel-slide strong,
.floating-card strong,
.match-clock {
  font-family: var(--font-brand);
  font-variation-settings: "wdth" 86;
  letter-spacing: 0.02em;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 10;
  padding: 10px 14px;
  background: var(--ink);
  color: #ffffff;
  border-radius: 999px;
  font-weight: 800;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 16px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(215, 224, 231, 0.78);
  background: rgba(245, 247, 249, 0.96);
}

.brand,
.nav-links,
.actions,
.contact-actions {
  display: flex;
  align-items: center;
  min-width: 0;
}

.brand {
  gap: 10px;
  font-weight: 850;
  min-width: 0;
}

.brand-wordmark {
  gap: 12px;
  letter-spacing: 0.03em;
}

.secondorder-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  white-space: nowrap;
}

.brand-symbol {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 14px;
  background:
    radial-gradient(circle at 76% 18%, rgba(185, 255, 59, 0.95), transparent 24%),
    linear-gradient(135deg, var(--deep), var(--green) 54%, var(--electric));
  color: #ffffff;
  font-family: var(--font-logo);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.18);
  font-synthesis: none;
}

.brand-symbol::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 10px;
}

.brand-symbol span,
.brand-symbol b {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
}

.brand-symbol span {
  transform: translate(-3px, 1px);
}

.brand-symbol b {
  margin-left: -3px;
  color: var(--amber);
  font-size: 0.85rem;
  font-weight: 400;
  transform: translate(-1px, 7px);
}

.brand-word {
  min-width: 0;
  color: var(--ink);
  font-family: var(--font-logo-strong);
  font-size: clamp(1.05rem, 1.9vw, 1.42rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.04;
  text-transform: none;
  font-synthesis: none;
}

.brand-image img {
  display: block;
  width: clamp(170px, 20vw, 238px);
  height: auto;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: var(--ink);
  color: #ffffff;
  font-size: 0.82rem;
  letter-spacing: 0;
}

.nav-links {
  gap: 22px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  min-height: min(760px, calc(100vh - 76px));
  padding: clamp(34px, 6vw, 86px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(245, 247, 249, 0.92) 46%, rgba(231, 240, 236, 0.86) 100%),
    #f8fafb;
}

.hero-90 {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(245, 247, 249, 0.92) 46%, rgba(232, 239, 250, 0.86) 100%),
    #f8fafb;
}

.page-90plus {
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 90, 47, 0.2), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(36, 107, 255, 0.22), transparent 30%),
    linear-gradient(180deg, #050908 0%, #07130f 42%, #0b101a 100%);
  color: #ffffff;
}

.page-90plus .site-header {
  border-bottom-color: rgba(255, 255, 255, 0.12);
  background: rgba(5, 9, 8, 0.84);
}

.page-90plus .brand-word,
.page-90plus .nav-links,
.page-90plus .nav-links a:hover,
.page-90plus .nav-links a:focus-visible {
  color: #ffffff;
}

.hero-90 {
  min-height: min(820px, calc(100vh - 76px));
  background:
    radial-gradient(circle at 78% 18%, rgba(185, 255, 59, 0.16), transparent 26%),
    radial-gradient(circle at 12% 16%, rgba(255, 90, 47, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(5, 9, 8, 0.98) 0%, rgba(7, 19, 15, 0.96) 48%, rgba(12, 25, 64, 0.98) 100%);
}

.hero-90::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.95), transparent 76%);
  animation: reelGrid 12s linear infinite;
}

.hero-90 .hero-content {
  color: #ffffff;
}

.hero-90 h1 {
  max-width: 11.5ch;
  color: #f6ffb7;
  text-shadow:
    0 2px 0 rgba(2, 5, 4, 0.96),
    0 6px 18px rgba(2, 5, 4, 0.86),
    0 22px 58px rgba(0, 0, 0, 0.72);
}

.hero-90 .lead {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 4px 16px rgba(2, 5, 4, 0.78);
}

.hero-90 .eyebrow,
.page-90plus .eyebrow {
  color: var(--lime);
}

.hero-90 .eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(185, 255, 59, 0.28);
  border-radius: 999px;
  background: rgba(185, 255, 59, 0.1);
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.34);
}

.hero-90 .button-primary {
  background: linear-gradient(135deg, var(--lime), var(--amber) 52%, var(--orange));
  color: var(--deep);
  box-shadow: 0 18px 38px rgba(255, 176, 0, 0.24);
}

.hero-90 .button-secondary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.live-ticker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
  color: #ffffff;
}

.live-ticker span,
.live-ticker b {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-family: var(--font-brand);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.live-ticker span {
  background: var(--orange);
  color: #ffffff;
  animation: clockPulse 1.8s ease-in-out infinite;
}

.live-ticker b {
  color: var(--lime);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  padding: 0;
}

.hero h1 {
  max-width: 12.5ch;
  color: var(--ink);
  font-size: clamp(2.9rem, 6.2vw, 6.15rem);
  line-height: 0.93;
  letter-spacing: 0.025em;
  font-weight: 800;
  font-variation-settings: "wdth" 82;
  text-transform: uppercase;
}

.hero .lead {
  max-width: 680px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  font-weight: 500;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--green);
}

.page-90plus .hero-90 h1 {
  color: #f6ffb7;
  text-shadow:
    0 2px 0 rgba(2, 5, 4, 0.96),
    0 6px 18px rgba(2, 5, 4, 0.86),
    0 22px 58px rgba(0, 0, 0, 0.72);
}

.page-90plus .hero-90 .lead {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 4px 16px rgba(2, 5, 4, 0.78);
}

.page-90plus .hero-90 .eyebrow {
  color: var(--lime);
}

[data-reveal] {
  opacity: 0;
  translate: var(--reveal-x, 0) 14px;
  scale: 0.985;
  transition:
    opacity 720ms ease,
    translate 720ms cubic-bezier(0.2, 0.8, 0.2, 1),
    scale 720ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal="left"] {
  --reveal-x: -28px;
}

[data-reveal="right"] {
  --reveal-x: 28px;
}

[data-reveal].is-visible {
  opacity: 1;
  translate: 0 0;
  scale: 1;
}

.actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 850;
  font-variation-settings: "wdth" 90;
  transition:
    translate 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 32%, rgba(255, 255, 255, 0.34) 45%, transparent 58% 100%);
  translate: -120% 0;
  transition: translate 420ms ease;
}

.button:hover,
.button:focus-visible {
  translate: 0 -2px;
}

.button:hover::after,
.button:focus-visible::after {
  translate: 120% 0;
}

.button-primary {
  background: linear-gradient(135deg, var(--deep), var(--green) 54%, #173f34);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 107, 86, 0.24);
}

.button-secondary {
  border-color: rgba(16, 24, 40, 0.16);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.52);
}

.section .button-secondary,
.contact-section .button-secondary,
.application-panel .button-secondary {
  border-color: var(--line);
  color: var(--ink);
}

.hero-backdrop {
  position: relative;
  min-height: 520px;
  z-index: 1;
  opacity: 1;
  order: 2;
}

.brand-stage {
  position: relative;
  top: auto;
  right: auto;
  width: min(760px, 100%);
  min-width: 0;
  aspect-ratio: 1.6;
  transform: rotate(-1.6deg);
}

.stage-art {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  box-shadow: var(--shadow);
  animation: stageFloat 8s ease-in-out infinite;
}

.floating-card {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 5px;
  max-width: min(220px, 34%);
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 22px 46px rgba(16, 24, 40, 0.18);
  animation: cardFloat 6.5s ease-in-out infinite;
  pointer-events: none;
}

.floating-card span {
  color: var(--gold);
  font-size: 0.76rem;
  font-family: var(--font-brand);
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.floating-card strong {
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  line-height: 1.14;
}

.card-one {
  left: 7%;
  top: -26px;
  bottom: auto;
}

.card-two {
  right: 6%;
  top: -22px;
  animation-delay: 1.2s;
}

.card-three {
  left: 50%;
  bottom: -30px;
  translate: -50% 0;
  animation-delay: 2.2s;
}

@keyframes stageFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -14px, 0);
  }
}

@keyframes cardFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12px, 0);
  }
}

.interface-shell {
  position: absolute;
  right: clamp(-160px, -5vw, -40px);
  top: 13%;
  width: min(760px, 62vw);
  min-width: 520px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  transform: rotate(-3deg);
}

.interface-top {
  display: flex;
  gap: 8px;
  padding: 6px 0 18px;
}

.interface-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.64);
}

.interface-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.metric-tile {
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.metric-tile strong {
  display: block;
  margin-top: 18px;
  font-size: 4rem;
  line-height: 1;
}

.metric-tile span {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-brand);
  font-weight: 750;
}

.metric-tile.wide {
  grid-column: span 2;
}

.metric-tile.tall {
  grid-column: span 4;
  min-height: 210px;
}

.path-lines,
.pulse-stack {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.path-lines i,
.pulse-stack i {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.path-lines i:nth-child(2) {
  width: 76%;
  background: rgba(241, 194, 102, 0.9);
}

.path-lines i:nth-child(3) {
  width: 52%;
}

.pulse-stack {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  height: 132px;
}

.pulse-stack i {
  height: 34%;
  background: rgba(255, 255, 255, 0.62);
}

.pulse-stack i:nth-child(2) {
  height: 72%;
  background: rgba(241, 194, 102, 0.92);
}

.pulse-stack i:nth-child(3) {
  height: 54%;
}

.pulse-stack i:nth-child(4) {
  height: 88%;
  background: rgba(70, 196, 162, 0.86);
}

.pitch-view {
  position: relative;
  right: auto;
  top: auto;
  width: min(720px, 100%);
  aspect-ratio: 1.35;
  min-width: 0;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    rgba(15, 107, 86, 0.34);
  background-size: 64px 64px;
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
  overflow: hidden;
}

.pitch-view::before,
.pitch-view::after {
  content: "";
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.22);
}

.pitch-view::before {
  inset: 32px;
  border-radius: 20px;
}

.pitch-view::after {
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.player-dot {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.14);
}

.dot-a {
  left: 22%;
  top: 32%;
}

.dot-b {
  left: 48%;
  top: 48%;
  background: #f1c266;
}

.dot-c {
  right: 22%;
  top: 28%;
}

.dot-d {
  right: 30%;
  bottom: 24%;
  background: #46c4a2;
}

.run-line {
  position: absolute;
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  transform-origin: left center;
}

.line-a {
  left: 25%;
  top: 38%;
  width: 180px;
  transform: rotate(18deg);
}

.line-b {
  left: 51%;
  top: 55%;
  width: 160px;
  transform: rotate(-23deg);
  background: rgba(241, 194, 102, 0.9);
}

.video-panel {
  animation: videoPan 9s ease-in-out infinite;
}

.video-panel::before {
  z-index: 1;
}

.video-panel::after {
  z-index: 1;
}

.ninety-logo {
  position: absolute;
  z-index: 3;
  left: 34px;
  top: 34px;
  width: min(360px, 58%);
  height: auto;
  border-radius: 18px;
  box-shadow: 0 20px 42px rgba(16, 24, 40, 0.22);
}

.match-clock {
  position: absolute;
  right: 36px;
  top: 34px;
  z-index: 3;
  display: grid;
  place-items: center;
  min-width: 94px;
  height: 54px;
  border-radius: 12px;
  background: #ffffff;
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 900;
  box-shadow: 0 20px 42px rgba(16, 24, 40, 0.22);
}

.match-centre {
  position: relative;
  display: grid;
  gap: 16px;
  width: min(720px, 100%);
  min-height: 540px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, #07130f, #0f3c32 54%, #102352);
  background-size: 54px 54px, 54px 54px, auto;
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: rotate(-1.4deg);
}

.match-centre::before {
  content: "";
  position: absolute;
  inset: auto -18% -28% 42%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(185, 255, 59, 0.18);
}

.match-centre::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(105deg, transparent 0 38%, rgba(185, 255, 59, 0.14) 45%, transparent 53% 100%);
  translate: -92% 0;
  animation: centreScan 6.5s ease-in-out infinite;
}

.match-centre-top,
.fixture-panel,
.momentum-panel,
.insight-stack > div {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  animation: panelGlow 6s ease-in-out infinite;
}

.fixture-panel {
  animation-delay: 0.7s;
}

.momentum-panel {
  animation-delay: 1.3s;
}

.insight-stack > div:nth-child(1) {
  animation-delay: 1.9s;
}

.insight-stack > div:nth-child(2) {
  animation-delay: 2.3s;
}

.insight-stack > div:nth-child(3) {
  animation-delay: 2.7s;
}

.match-centre-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
}

.match-centre-top span,
.fixture-panel span,
.momentum-panel span,
.insight-stack span {
  color: var(--lime);
  font-family: var(--font-brand);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.match-centre-top strong {
  display: inline-grid;
  place-items: center;
  min-width: 82px;
  min-height: 46px;
  border-radius: 999px;
  background: var(--orange);
  color: #ffffff;
  font-family: var(--font-brand);
  font-size: 1.35rem;
  animation: clockPulse 1.6s ease-in-out infinite;
}

.match-logo-text {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  max-width: 100%;
  min-height: 54px;
  padding: 11px 48px 11px 58px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 26px 50%, rgba(255, 255, 255, 0.16) 0 20px, transparent 21px),
    linear-gradient(135deg, rgba(15, 107, 86, 0.96), rgba(36, 107, 255, 0.9) 58%, rgba(7, 19, 15, 0.98));
  color: #ffffff !important;
  font-family: var(--font-brand) !important;
  font-size: clamp(1.45rem, 3vw, 2.2rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.26);
  font-synthesis: none;
}

.match-logo-text::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  width: 29px;
  height: 29px;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transform: translateY(-50%);
}

.match-logo-text::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  color: var(--lime);
  font-family: var(--font-logo);
  font-size: 1.42rem;
  line-height: 1;
  transform: translateY(-54%);
}

.match-logo-text span,
.match-logo-text b {
  font-family: var(--font-brand);
  font-size: inherit;
  font-variation-settings: "wdth" 88;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.match-logo-text span {
  color: #ffffff;
}

.match-logo-text b {
  color: var(--lime);
}

.page-90plus .match-centre {
  border-color: rgba(185, 255, 59, 0.24);
  background:
    linear-gradient(90deg, rgba(185, 255, 59, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(255, 90, 47, 0.24), transparent 30%),
    linear-gradient(135deg, #030504, #092419 48%, #081847);
  background-size: 42px 42px, 42px 42px, auto, auto;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(185, 255, 59, 0.08);
}

.page-90plus .match-centre-top,
.page-90plus .fixture-panel,
.page-90plus .momentum-panel,
.page-90plus .insight-stack > div {
  border-color: rgba(185, 255, 59, 0.18);
  background: rgba(2, 5, 4, 0.46);
}

.page-90plus .fixture-panel {
  background:
    linear-gradient(135deg, rgba(255, 90, 47, 0.16), transparent 48%),
    rgba(2, 5, 4, 0.5);
}

.page-90plus .fixture-score em,
.page-90plus .scoreline em {
  background: var(--lime);
  color: var(--deep);
}

.fixture-panel {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.fixture-score {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  color: #ffffff;
  font-family: var(--font-brand);
}

.fixture-score b {
  font-size: clamp(2rem, 5vw, 4.3rem);
  line-height: 1;
}

.fixture-score b:last-child {
  text-align: right;
}

.fixture-score em {
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--deep);
  font-style: normal;
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  font-weight: 850;
}

.momentum-panel {
  display: grid;
  gap: 16px;
  padding: 20px;
}

.momentum-track {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.35fr 0.7fr 1.15fr;
  gap: 10px;
  align-items: end;
  min-height: 86px;
  overflow: hidden;
}

.momentum-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(185, 255, 59, 0.9), transparent);
  translate: -100% 0;
  animation: momentumSweep 3.8s ease-in-out infinite;
}

.momentum-track i {
  display: block;
  border-radius: 999px 999px 12px 12px;
  background: rgba(255, 255, 255, 0.5);
  animation: momentumRise 3.8s ease-in-out infinite;
}

.momentum-track i:nth-child(1) {
  height: 42px;
}

.momentum-track i:nth-child(2) {
  height: 82px;
  background: var(--lime);
  animation-delay: 0.4s;
}

.momentum-track i:nth-child(3) {
  height: 34px;
  background: var(--amber);
  animation-delay: 0.8s;
}

.momentum-track i:nth-child(4) {
  height: 66px;
  background: var(--electric);
  animation-delay: 1.2s;
}

.insight-stack {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.insight-stack > div {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 16px;
}

.insight-stack strong {
  color: #ffffff;
  font-family: var(--font-brand);
  font-size: 1.2rem;
  line-height: 1.08;
}

@keyframes clockPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(255, 90, 47, 0);
  }

  50% {
    transform: scale(1.04);
    box-shadow: 0 0 0 10px rgba(255, 90, 47, 0.18);
  }
}

@keyframes momentumRise {
  0%,
  100% {
    transform: scaleY(0.74);
    opacity: 0.72;
  }

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

@keyframes centreScan {
  0%,
  34%,
  100% {
    translate: -92% 0;
    opacity: 0;
  }

  52% {
    opacity: 1;
  }

  74% {
    translate: 92% 0;
    opacity: 0;
  }
}

@keyframes panelGlow {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 0 0 rgba(185, 255, 59, 0);
  }

  50% {
    border-color: rgba(185, 255, 59, 0.28);
    box-shadow: 0 16px 32px rgba(7, 19, 15, 0.12);
  }
}

@keyframes momentumSweep {
  0%,
  18% {
    translate: -100% 0;
    opacity: 0;
  }

  42% {
    opacity: 1;
  }

  74%,
  100% {
    translate: 100% 0;
    opacity: 0;
  }
}

@keyframes videoPan {
  0%,
  100% {
    background-position: 0 0, 0 0, 0 0;
  }

  50% {
    background-position: 26px 0, 0 26px, 0 0;
  }
}

.section,
.band-content,
.site-footer {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
}

.section {
  padding: 92px 0;
  content-visibility: auto;
  contain-intrinsic-size: 1px 760px;
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 780px;
  margin-bottom: 32px;
}

.section-heading h2,
.band h2,
.contact-section h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 780;
  font-variation-settings: "wdth" 86;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-grid.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-card,
.application-panel,
.cycle article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
  transition:
    translate 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.feature-card {
  padding: 24px;
}

.feature-card:hover,
.feature-card:focus-within {
  translate: 0 -5px;
  border-color: rgba(15, 107, 86, 0.18);
  box-shadow: 0 24px 52px rgba(16, 24, 40, 0.12);
}

.vibrant-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(16, 24, 40, 0.1);
}

.vibrant-card::after {
  content: "";
  position: absolute;
  inset: auto -70px -70px auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(185, 255, 59, 0.22);
}

.vibrant-card:nth-child(2)::after {
  background: rgba(36, 107, 255, 0.18);
}

.vibrant-card:nth-child(3)::after {
  background: rgba(255, 90, 47, 0.18);
}

.vibrant-card:nth-child(4)::after {
  background: rgba(255, 176, 0, 0.2);
}

.product-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 420px;
  overflow: hidden;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 35%, rgba(255, 255, 255, 0.72) 48%, transparent 62% 100%);
  opacity: 0;
  translate: -100% 0;
  transition:
    opacity 220ms ease,
    translate 720ms ease;
}

.product-card:hover::before,
.product-card:focus-within::before {
  opacity: 0.54;
  translate: 100% 0;
}

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

.product-card-live {
  border-color: rgba(185, 255, 59, 0.35);
  background:
    linear-gradient(145deg, rgba(185, 255, 59, 0.16), rgba(255, 255, 255, 0.92) 42%),
    var(--surface);
}

.product-card-club {
  border-color: rgba(36, 107, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(36, 107, 255, 0.11), rgba(255, 255, 255, 0.94) 46%),
    var(--surface);
}

.product-card h3 {
  margin-bottom: 0;
}

.logo-lockup {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 10px;
  line-height: 0.88;
  white-space: nowrap;
  font-synthesis: none;
}

.logo-lockup-90 {
  gap: 8px;
  padding: 20px 64px 20px 76px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 38px 50%, rgba(255, 255, 255, 0.15) 0 28px, transparent 29px),
    linear-gradient(135deg, var(--green), var(--electric) 58%, var(--deep));
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(16, 24, 40, 0.16);
}

.logo-lockup-90::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 36px;
  height: 36px;
  border: 5px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  transform: translateY(-50%);
}

.logo-lockup-90::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  color: var(--lime);
  font-family: var(--font-logo);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
  transform: translateY(-54%);
}

.logo-lockup-90 span,
.logo-lockup-90 b {
  font-family: var(--font-brand);
  font-weight: 800;
  letter-spacing: 0;
  font-variation-settings: "wdth" 88;
  font-synthesis: none;
}

.logo-lockup-90 span {
  font-size: clamp(3rem, 8vw, 5.1rem);
}

.logo-lockup-90 b {
  color: var(--lime);
  font-size: clamp(1.72rem, 4vw, 3.05rem);
}

.secondorder-lockup-card {
  width: fit-content;
  padding: 18px 22px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 38px 50%, rgba(185, 255, 59, 0.16) 0 36px, transparent 37px),
    #ffffff;
  color: var(--ink);
  border: 1px solid rgba(16, 24, 40, 0.1);
  box-shadow: 0 18px 36px rgba(16, 24, 40, 0.08);
}

.secondorder-lockup-card .brand-symbol {
  width: 58px;
  height: 58px;
  border-radius: 17px;
  font-size: 1.56rem;
}

.secondorder-lockup-card .brand-symbol::after {
  inset: 11px;
  border-radius: 12px;
}

.secondorder-lockup-card .brand-symbol b {
  color: var(--amber);
  font-size: 1.02rem;
  transform: translate(-1px, 8px);
}

.secondorder-lockup-card .brand-word {
  font-size: clamp(1.34rem, 4vw, 2.36rem);
  line-height: 1;
}

.feature-number,
.product-pill,
.cycle span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e7f0ec;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.feature-card h3,
.application-copy h3,
.cycle h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 760;
}

.page-90plus .ninety-section {
  position: relative;
  color: #ffffff;
}

.page-90plus .ninety-section .section-heading h2 {
  color: #ffffff;
}

.page-90plus .ninety-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.page-90plus .ninety-features .feature-card,
.page-90plus .ninety-supporters .feature-card {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-color: rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(4, 8, 7, 0.74);
  color: #ffffff;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24);
}

.page-90plus .ninety-features .feature-card::before,
.page-90plus .ninety-supporters .feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, var(--lime), var(--amber), var(--orange));
}

.page-90plus .ninety-features .feature-card::after,
.page-90plus .ninety-supporters .feature-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(36, 107, 255, 0.18);
}

.page-90plus .ninety-features .feature-card:nth-child(2)::after {
  background: rgba(255, 90, 47, 0.18);
}

.page-90plus .ninety-features .feature-card:nth-child(3)::after {
  background: rgba(185, 255, 59, 0.16);
}

.page-90plus .feature-card h3,
.page-90plus .feature-card p,
.page-90plus .feature-number {
  position: relative;
  z-index: 1;
}

.page-90plus .feature-card h3 {
  color: #ffffff;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.02;
}

.page-90plus .feature-card p {
  color: rgba(255, 255, 255, 0.7);
}

.page-90plus .feature-number {
  border: 1px solid rgba(185, 255, 59, 0.32);
  background: rgba(185, 255, 59, 0.12);
  color: var(--lime);
}

.page-90plus .ninety-example .story-scorecard {
  background:
    linear-gradient(135deg, rgba(3, 5, 4, 0.96), rgba(10, 42, 29, 0.92)),
    var(--deep);
}

.page-90plus .ninety-example .story-tile {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.92);
}

.page-90plus .supporters-grid .feature-card {
  min-height: 230px;
  background:
    linear-gradient(145deg, rgba(255, 90, 47, 0.14), rgba(255, 255, 255, 0.05)),
    rgba(4, 8, 7, 0.72);
}

.launch-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(185, 255, 59, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 20%, rgba(185, 255, 59, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 90, 47, 0.12), rgba(36, 107, 255, 0.16)),
    rgba(4, 8, 7, 0.76);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
}

.launch-panel h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
}

.launch-panel p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
}

.launch-actions {
  margin-top: 0;
}

.page-90plus .site-footer {
  color: rgba(255, 255, 255, 0.68);
}

.band {
  background:
    linear-gradient(135deg, var(--deep), #0b2f29 54%, #0c1c49);
  color: #ffffff;
}

.band-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 52px;
  padding: 76px 0;
}

.band p {
  color: rgba(255, 255, 255, 0.78);
}

.band strong {
  color: #ffffff;
}

.principle-list {
  display: grid;
  gap: 18px;
}

.product-reel {
  overflow: hidden;
}

.reel-frame {
  position: relative;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    linear-gradient(120deg, rgba(7, 19, 15, 0.98), rgba(15, 107, 86, 0.88)),
    var(--ink);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.reel-frame::before {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
}

.reel-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 70px 70px;
  animation: reelGrid 10s linear infinite;
}

.matchday-reel {
  background:
    linear-gradient(120deg, rgba(7, 19, 15, 0.98), rgba(36, 107, 255, 0.86)),
    var(--ink);
}

.page-90plus .matchday-reel {
  min-height: 560px;
  border-color: rgba(185, 255, 59, 0.24);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 90, 47, 0.22), transparent 24%),
    linear-gradient(120deg, rgba(2, 5, 4, 0.98), rgba(8, 24, 71, 0.94)),
    var(--deep);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.28);
}

.page-90plus .matchday-reel::before {
  inset: 22px;
  border-color: rgba(185, 255, 59, 0.2);
}

.page-90plus .matchday-reel::after {
  background:
    linear-gradient(90deg, rgba(185, 255, 59, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 52px 52px;
}

.page-90plus .matchday-reel .reel-slide {
  border-color: rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(235, 247, 238, 0.9));
}

.page-90plus .matchday-reel .reel-slide span {
  color: var(--orange);
}

.page-90plus .matchday-reel .reel-controls i {
  background: rgba(185, 255, 59, 0.32);
}

.reel-scene {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.reel-slide {
  position: absolute;
  display: grid;
  gap: 12px;
  width: min(420px, calc(100% - 56px));
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 52px rgba(16, 24, 40, 0.28);
  animation: slidePulse 7s ease-in-out infinite;
}

.reel-slide span {
  color: var(--orange);
  font-weight: 900;
  text-transform: uppercase;
}

.reel-slide strong {
  color: var(--ink);
  font-size: clamp(1.4rem, 3vw, 2.5rem);
  line-height: 1;
}

.slide-one {
  left: 52px;
  top: 54px;
}

.slide-two {
  right: 58px;
  top: 160px;
  animation-delay: 1.4s;
}

.slide-three {
  left: 31%;
  bottom: 52px;
  animation-delay: 2.8s;
}

.reel-controls {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 3;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.reel-controls i {
  width: 42px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  animation: controlPulse 4.5s ease-in-out infinite;
}

.reel-controls i:nth-child(2) {
  animation-delay: 1.5s;
}

.reel-controls i:nth-child(3) {
  animation-delay: 3s;
}

@keyframes reelGrid {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 70px 0, 0 70px;
  }
}

@keyframes slidePulse {
  0%,
  100% {
    opacity: 0.72;
    transform: translate3d(0, 0, 0) scale(0.98);
  }

  40%,
  62% {
    opacity: 1;
    transform: translate3d(0, -10px, 0) scale(1);
  }
}

@keyframes controlPulse {
  0%,
  30%,
  100% {
    background: rgba(255, 255, 255, 0.35);
  }

  45%,
  65% {
    background: #f1c266;
  }
}

.brand-film {
  overflow: hidden;
}

.film-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 16px;
  animation: filmDrift 9s ease-in-out infinite;
}

.film-card {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(185, 255, 59, 0.12), rgba(255, 255, 255, 0.07)),
    rgba(255, 255, 255, 0.08);
}

.film-card span {
  display: inline-flex;
  margin-bottom: 46px;
  color: var(--lime);
  font-weight: 900;
}

.story-sample {
  padding-top: 40px;
}

.match-story-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) repeat(3, minmax(0, 0.65fr));
  gap: 16px;
}

.story-scorecard,
.story-tile {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 24px;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.story-scorecard {
  display: grid;
  align-content: space-between;
  gap: 18px;
  background:
    linear-gradient(135deg, rgba(7, 19, 15, 0.96), rgba(15, 107, 86, 0.9)),
    var(--deep);
  color: #ffffff;
}

.story-scorecard::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(185, 255, 59, 0.18);
}

.story-scorecard span,
.story-tile span {
  color: var(--lime);
  font-family: var(--font-brand);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.story-scorecard strong {
  position: relative;
  z-index: 1;
  font-family: var(--font-brand);
  font-size: clamp(1.8rem, 3.5vw, 3.1rem);
  line-height: 0.98;
}

.story-scorecard p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.78);
}

.scoreline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  font-family: var(--font-brand);
}

.scoreline b {
  font-size: 1.8rem;
}

.scoreline b:last-child {
  text-align: right;
}

.scoreline em {
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--deep);
  font-style: normal;
  font-weight: 850;
}

.story-tile {
  display: grid;
  align-content: end;
  gap: 14px;
  color: var(--ink);
  transition:
    translate 220ms ease,
    box-shadow 220ms ease;
}

.story-tile:hover {
  translate: 0 -5px;
  box-shadow: 0 26px 54px rgba(16, 24, 40, 0.14);
}

.story-tile strong {
  font-family: var(--font-brand);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.04;
}

.tile-hot {
  background: linear-gradient(145deg, #ffede8, #ffffff);
  border: 1px solid rgba(255, 90, 47, 0.22);
}

.tile-hot span {
  color: var(--orange);
}

.tile-blue {
  background: linear-gradient(145deg, #e8efff, #ffffff);
  border: 1px solid rgba(36, 107, 255, 0.2);
}

.tile-blue span {
  color: var(--electric);
}

.tile-lime {
  background: linear-gradient(145deg, #f4ffe0, #ffffff);
  border: 1px solid rgba(15, 107, 86, 0.18);
}

.tile-lime span {
  color: var(--green);
}

.film-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.35rem;
}

@keyframes filmDrift {
  0%,
  100% {
    transform: translateX(0);
  }

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

.application-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 28px;
  align-items: stretch;
  padding: 28px;
}

.application-copy {
  align-self: center;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.workflow div {
  display: grid;
  align-content: end;
  min-height: 170px;
  padding: 18px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(15, 107, 86, 0.1), rgba(36, 79, 158, 0.08)),
    var(--surface-2);
}

.workflow span {
  color: var(--gold);
  font-family: var(--font-brand);
  font-weight: 850;
}

.workflow strong {
  margin-top: 8px;
  font-family: var(--font-brand);
  font-size: 1.2rem;
}

.cycle {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cycle article {
  padding: 22px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding-top: 80px;
}

.contact-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.contact-section .button-primary,
.application-panel .button-primary,
.feature-card .button-primary {
  background: var(--ink);
  color: #ffffff;
}

.content-page {
  min-height: 72vh;
}

.content-hero {
  padding-bottom: 36px;
}

.content-hero h1 {
  max-width: 12ch;
  color: var(--ink);
  font-family: var(--font-brand);
  font-size: clamp(3.1rem, 8vw, 7rem);
  font-weight: 800;
  font-variation-settings: "wdth" 82;
  line-height: 0.92;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.content-hero .lead {
  max-width: 780px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 0;
}

.contact-card {
  min-height: 360px;
}

.contact-card h2,
.content-panel h2 {
  color: var(--ink);
  font-family: var(--font-brand);
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  font-weight: 780;
  font-variation-settings: "wdth" 86;
  line-height: 1;
}

.content-panel {
  display: grid;
  gap: 18px;
  max-width: 920px;
  padding-top: 0;
}

.content-panel article {
  display: grid;
  gap: 14px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  padding: 34px 0 46px;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-brand {
  display: grid;
  gap: 6px;
}

.footer-brand span {
  color: var(--ink);
  font-family: var(--font-logo-strong);
  font-weight: 700;
  letter-spacing: 0;
}

.footer-brand p {
  font-size: 0.88rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
  color: var(--ink);
  font-family: var(--font-brand);
  font-size: 0.9rem;
  font-weight: 800;
}

.footer-links a {
  color: inherit;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--green);
}

@media (max-width: 920px) {
  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    overflow-x: clip;
  }

  .hero-backdrop {
    order: 1;
    min-height: auto;
  }

  .hero-content {
    order: 2;
    margin: 0 auto;
  }

  .hero h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 14vw, 5.7rem);
  }

  .interface-shell {
    left: 32px;
    right: auto;
    top: 36px;
    width: 760px;
    min-width: 760px;
    transform: rotate(-2deg) scale(0.72);
    transform-origin: top left;
  }

  .pitch-view,
  .brand-stage {
    width: min(100%, 760px);
    margin: 0 auto;
    transform: rotate(-1.2deg);
  }

  .floating-card {
    max-width: min(210px, 38%);
  }

  .card-one {
    left: 6%;
    top: -18px;
    bottom: auto;
  }

  .card-two {
    right: 6%;
    top: -14px;
  }

  .card-three {
    left: 50%;
    bottom: -24px;
    translate: -50% 0;
  }

  .feature-grid,
  .feature-grid.two-column,
  .band-content,
  .application-panel,
  .cycle,
  .contact-section,
  .info-grid,
  .launch-panel,
  .match-story-grid {
    grid-template-columns: 1fr;
  }

  .match-centre {
    width: 100%;
    min-height: auto;
    transform: none;
  }

  .page-90plus .hero-90::before,
  .page-90plus .match-centre::after,
  .page-90plus .matchday-reel::after {
    animation: none;
  }

  .page-90plus .match-centre-top,
  .page-90plus .fixture-panel,
  .page-90plus .momentum-panel,
  .page-90plus .insight-stack > div,
  .page-90plus .reel-slide,
  .page-90plus .live-ticker span {
    animation: none;
  }

  .insight-stack {
    grid-template-columns: 1fr;
  }

  .reel-frame {
    min-height: 680px;
  }

  .slide-one,
  .slide-two,
  .slide-three {
    left: 24px;
    right: auto;
    width: calc(100% - 48px);
  }

  .slide-one {
    top: 42px;
  }

  .slide-two {
    top: 244px;
  }

  .slide-three {
    bottom: 70px;
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .launch-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 68px;
    padding: 12px 14px;
  }

  .brand {
    gap: 9px;
    max-width: 100%;
    font-size: 0.96rem;
  }

  .brand-symbol {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 1.08rem;
  }

  .brand-symbol::after {
    inset: 8px;
    border-radius: 9px;
  }

  .brand-symbol b {
    font-size: 0.74rem;
    transform: translate(-1px, 6px);
  }

  .brand-word {
    font-size: clamp(0.92rem, 4.2vw, 1.12rem);
  }

  .hero {
    min-height: auto;
    padding: 22px 14px 46px;
    width: 100%;
  }

  .hero-content {
    width: 100%;
    padding: 22px;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .button {
    width: 100%;
  }

  .interface-shell {
    left: 16px;
    top: 28px;
    transform: rotate(-2deg) scale(0.48);
  }

  .pitch-view,
  .brand-stage {
    transform: none;
  }

  .floating-card {
    display: none;
  }

  .section {
    padding: 64px 0;
  }

  .application-panel,
  .feature-card,
  .cycle article {
    padding: 20px;
  }

  .match-centre-top {
    justify-content: flex-start;
  }

  .match-logo-text {
    width: 100%;
    min-height: 48px;
    padding: 10px 42px 10px 50px;
    border-radius: 15px;
    font-size: clamp(1.25rem, 7vw, 1.72rem) !important;
  }

  .match-logo-text::before {
    left: 15px;
    width: 25px;
    height: 25px;
    border-width: 3px;
  }

  .match-logo-text::after {
    right: 15px;
    font-size: 1.22rem;
  }

  .logo-lockup {
    width: 100%;
    max-width: 100%;
  }

  .logo-lockup-90 {
    padding: 18px 48px 18px 60px;
    border-radius: 18px;
  }

  .logo-lockup-90::before {
    left: 18px;
    width: 28px;
    height: 28px;
    border-width: 4px;
  }

  .logo-lockup-90::after {
    right: 18px;
    font-size: 1.72rem;
  }

  .logo-lockup-90 span {
    font-size: clamp(2.2rem, 14vw, 3.1rem);
  }

  .logo-lockup-90 b {
    font-size: clamp(1.28rem, 8vw, 1.92rem);
  }

  .secondorder-lockup-card {
    width: 100%;
    padding: 16px 18px;
    border-radius: 18px;
  }

  .secondorder-lockup-card .brand-symbol {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 1.12rem;
  }

  .secondorder-lockup-card .brand-symbol::after {
    inset: 8px;
    border-radius: 9px;
  }

  .secondorder-lockup-card .brand-symbol b {
    font-size: 0.76rem;
    transform: translate(-1px, 6px);
  }

  .secondorder-lockup-card .brand-word {
    font-size: clamp(1.02rem, 6vw, 1.54rem);
  }

  .workflow {
    grid-template-columns: 1fr;
  }

  .workflow div {
    min-height: 132px;
  }

  .reel-frame {
    min-height: 760px;
  }

  .fixture-score {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .fixture-score b:last-child {
    text-align: left;
  }

  .momentum-track {
    min-height: 66px;
  }

  .momentum-track::before,
  .momentum-track i,
  .stage-art {
    animation: none;
  }

  .reel-slide {
    padding: 20px;
  }

  .film-strip {
    grid-auto-flow: row;
    animation: none;
  }

  .site-footer {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 380px) {
  .brand-word {
    font-size: 0.88rem;
  }

  .logo-lockup-90 {
    padding-right: 42px;
    padding-left: 52px;
  }

  .secondorder-lockup-card {
    gap: 9px;
    padding: 14px;
  }

  .secondorder-lockup-card .brand-word {
    font-size: clamp(0.94rem, 5.8vw, 1.28rem);
  }
}

@media (hover: none) {
  .button:hover,
  .button:focus-visible,
  .feature-card:hover,
  .feature-card:focus-within,
  .story-tile:hover {
    translate: 0 0;
  }

  .button::after,
  .product-card::before {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
