: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-soft: "Fredoka", "Bricolage Grotesque", 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);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  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);
}

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.9);
  backdrop-filter: blur(14px);
}

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

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

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

.brand-symbol {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--deep), var(--green) 48%, var(--lime));
  color: #ffffff;
  font-family: var(--font-logo);
  font-size: 0.82rem;
  font-weight: 400;
}

.brand-symbol-img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(16, 24, 40, 0.12);
}

.brand-word {
  color: var(--ink);
  font-family: var(--font-logo-soft);
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  font-weight: 700;
  line-height: 1;
}

.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;
}

.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);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 850;
  font-variation-settings: "wdth" 90;
}

.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 {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  box-shadow: var(--shadow);
  animation: stageFloat 8s ease-in-out infinite;
}

.floating-card {
  position: absolute;
  display: grid;
  gap: 5px;
  max-width: 238px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  box-shadow: 0 22px 46px rgba(16, 24, 40, 0.18);
  animation: cardFloat 6.5s ease-in-out infinite;
}

.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 {
  line-height: 1.18;
}

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

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

.card-three {
  left: 34%;
  bottom: -20px;
  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);
  filter: blur(6px);
}

.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;
  backdrop-filter: blur(10px);
}

.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 {
  color: #ffffff !important;
  font-family: var(--font-logo) !important;
  font-size: clamp(1.55rem, 3vw, 2.35rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.match-logo-img {
  display: block;
  width: min(190px, 42vw);
  height: auto;
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.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 {
  display: grid;
  grid-template-columns: 0.9fr 1.35fr 0.7fr 1.15fr;
  gap: 10px;
  align-items: end;
  min-height: 86px;
}

.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 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;
}

.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);
}

.feature-card {
  padding: 24px;
}

.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 {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 420px;
  overflow: hidden;
}

.product-logo-img {
  display: block;
  width: min(100%, 330px);
  height: auto;
  margin-bottom: 4px;
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(16, 24, 40, 0.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 {
  display: inline-flex;
  align-items: baseline;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 10px;
  line-height: 0.88;
}

.logo-lockup-90 {
  gap: 8px;
  padding: 18px 20px;
  border-radius: 18px;
  background: 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 span,
.logo-lockup-90 b {
  font-family: var(--font-logo);
  font-weight: 400;
  letter-spacing: 0.01em;
}

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

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

.logo-lockup-so {
  gap: 0;
  padding: 18px 20px;
  border-radius: 18px;
  background: #ffffff;
  color: var(--ink);
  border: 1px solid rgba(16, 24, 40, 0.1);
  box-shadow: 0 18px 36px rgba(16, 24, 40, 0.08);
}

.logo-lockup-so span,
.logo-lockup-so b {
  font-family: var(--font-logo-soft);
  font-size: clamp(2rem, 5vw, 3.55rem);
  font-weight: 700;
  letter-spacing: 0;
}

.logo-lockup-so b {
  color: var(--green);
}

.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;
}

.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);
}

.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);
}

.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;
}

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

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

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

  .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);
  }

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

  .match-centre {
    min-height: auto;
  }

  .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;
  }
}

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

  .brand {
    font-size: 0.96rem;
  }

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

  .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: rotate(-1deg);
  }

  .floating-card {
    display: none;
  }

  .section {
    padding: 64px 0;
  }

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

  .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;
  }

  .reel-slide {
    padding: 20px;
  }

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

  .site-footer {
    display: grid;
  }
}

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