* {
  box-sizing: border-box;
}

:root {
  --bg: #080b10;
  --bg-soft: #0c1016;
  --panel: #0f141c;
  --panel-2: #131922;
  --line: rgba(255,255,255,.11);
  --line-strong: rgba(255,255,255,.2);
  --text: #f3f6f9;
  --muted: #8f99a8;
  --muted-2: #657080;
  --accent: #f2b233;
  --accent-soft: rgba(242,178,51,.14);
  --cyan: #e5c36f;
  --shell: 1240px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 14%, rgba(67, 90, 118, .11), transparent 28%),
    radial-gradient(circle at 80% 6%, rgba(71, 108, 58, .09), transparent 25%),
    var(--bg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

::selection {
  color: #170f02;
  background: var(--accent);
}

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

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

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  z-index: 100;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
  border-bottom: 1px solid transparent;
}

.site-header.scrolled {
  background: rgba(8,11,16,.82);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.nav-shell {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 245px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(255,255,255,.06), transparent),
    var(--panel);
  overflow: hidden;
}

.brand-mark-inner {
  font: 700 8px/1 Space Grotesk, sans-serif;
  letter-spacing: .08em;
  color: var(--muted);
}

.brand-copy {
  display: grid;
  gap: 3px;
}

.brand-copy strong {
  font: 700 12px/1.1 Space Grotesk, sans-serif;
  letter-spacing: .12em;
}

.brand-copy span {
  color: var(--muted);
  font-size: 10px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #bdc5cf;
  font-size: 12px;
  font-weight: 600;
}

.site-nav a {
  transition: color .2s ease;
}

.site-nav a:hover {
  color: white;
}

.site-nav .nav-cta {
  padding: 11px 15px;
  border: 1px solid var(--line-strong);
  color: var(--text);
}

.site-nav .nav-cta:hover {
  border-color: rgba(242,178,51,.5);
  color: var(--accent);
}

.nav-toggle {
  display: none;
}

/* Hero */
.hero {
  min-height: 860px;
  padding: 168px 0 0;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--line);
}

.hero-grid,
.contact-grid {
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero-grid {
  transform: perspective(700px) rotateX(68deg) scale(1.4);
  transform-origin: center 84%;
  top: 42%;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.hero-orb-a {
  width: 420px;
  height: 420px;
  right: 10%;
  top: 10%;
  background: rgba(242, 178, 51, .08);
}

.hero-orb-b {
  width: 360px;
  height: 360px;
  right: 31%;
  top: 27%;
  background: rgba(214, 142, 38, .07);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 68px;
  align-items: center;
}

.eyebrow,
.section-index {
  color: var(--muted);
  font: 600 10px/1.2 Space Grotesk, sans-serif;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.02);
  margin-bottom: 28px;
}

.status-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(242,178,51,.08), 0 0 18px rgba(242,178,51,.55);
}

h1, h2, h3 {
  margin: 0;
  font-family: Space Grotesk, Inter, sans-serif;
}

.hero h1 {
  font-size: clamp(54px, 6vw, 88px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 600;
}

.hero h1 span,
.contact-copy h2 span {
  color: var(--accent);
}

.hero-lead {
  max-width: 610px;
  color: #aeb7c3;
  font-size: 18px;
  line-height: 1.65;
  margin: 31px 0 0;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 700;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

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

.button-primary {
  color: #160f04;
  background: var(--accent);
}

.button-primary span {
  font-size: 17px;
}

.button-ghost {
  border: 1px solid var(--line-strong);
  background: rgba(255,255,255,.02);
}

.button-ghost:hover {
  border-color: rgba(255,255,255,.4);
}

.hero-specs {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.hero-specs div {
  padding: 17px 12px 0 0;
  border-right: 1px solid var(--line);
  display: grid;
  gap: 6px;
}

.hero-specs div:last-child {
  border-right: 0;
  padding-left: 15px;
}

.hero-specs div:nth-child(2) {
  padding-left: 15px;
}

.hero-specs strong {
  font: 700 10px/1 Space Grotesk, sans-serif;
  letter-spacing: .1em;
}

.hero-specs span {
  font-size: 10px;
  color: var(--muted-2);
}

.hero-visual {
  position: relative;
}

.visual-frame {
  position: relative;
  background: rgba(12,16,22,.88);
  border: 1px solid var(--line-strong);
  box-shadow: 0 32px 90px rgba(0,0,0,.4);
  transform: perspective(1200px) rotateY(-4deg) rotateX(1deg);
}

.visual-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255,255,255,.045);
  pointer-events: none;
}

.visual-topbar,
.visual-footer {
  min-height: 45px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font: 600 9px/1 Space Grotesk, sans-serif;
  letter-spacing: .12em;
  color: var(--muted);
}

.visual-topbar {
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.live-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff1c8;
}

.live-chip i {
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  animation: pulse 1.7s infinite;
}

.visual-stage {
  padding: 12px;
  display: grid;
  grid-template-columns: 1.7fr .8fr;
  gap: 10px;
}

.screen {
  border: 1px solid rgba(255,255,255,.11);
  background: #0a0e14;
  position: relative;
  overflow: hidden;
}

.screen-main {
  aspect-ratio: 16/10.6;
  background:
    radial-gradient(circle at 50% 45%, rgba(50, 96, 77, .7), transparent 55%),
    linear-gradient(135deg, #111922, #07100c);
}

.screen-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 48%, rgba(255,255,255,.18) 49.5%, rgba(255,255,255,.18) 50.5%, transparent 52%),
    linear-gradient(180deg, rgba(255,255,255,.025), transparent 40%);
  opacity: .5;
}

.screen-label {
  position: absolute;
  z-index: 4;
  left: 10px;
  top: 10px;
  color: white;
  font: 700 8px/1 Space Grotesk, sans-serif;
  letter-spacing: .14em;
}

.field-lines {
  position: absolute;
  width: 82%;
  height: 70%;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  left: 8%;
  top: 13%;
  transform: perspective(260px) rotateX(68deg);
}

.scorebug {
  position: absolute;
  z-index: 5;
  top: 26px;
  right: 17px;
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 8px 30px rgba(0,0,0,.35);
  font-family: Space Grotesk, sans-serif;
}

.score-team {
  background: rgba(8,11,16,.94);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 9px;
}

.score-team span {
  color: #b9c1ca;
  font-size: 6px;
  letter-spacing: .09em;
}

.score-team strong {
  font-size: 16px;
}

.score-time {
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #130d03;
  font-size: 8px;
  font-weight: 700;
  padding: 0 8px;
}

.lower-third {
  position: absolute;
  z-index: 5;
  left: 18px;
  right: 50px;
  bottom: 19px;
  background: rgba(5,8,12,.9);
  border-left: 3px solid var(--accent);
  padding: 10px 12px 11px;
  display: grid;
  gap: 4px;
  box-shadow: 0 10px 28px rgba(0,0,0,.3);
}

.lower-third small {
  color: var(--accent);
  font: 700 6px/1 Space Grotesk, sans-serif;
  letter-spacing: .18em;
}

.lower-third strong {
  font: 600 12px/1.15 Space Grotesk, sans-serif;
}

.lower-third span {
  font-size: 7px;
  color: #8e99a8;
}

.side-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.mini-screen {
  min-height: 0;
  padding: 15px;
}

.mini-title {
  color: var(--muted);
  font: 700 8px/1 Space Grotesk, sans-serif;
  letter-spacing: .13em;
}

.timeline {
  height: 4px;
  background: rgba(255,255,255,.09);
  margin: 32px 0 12px;
  position: relative;
}

.timeline-fill {
  position: absolute;
  inset: 0 36% 0 0;
  background: var(--accent);
}

.timeline i {
  position: absolute;
  width: 2px;
  height: 16px;
  top: -6px;
  left: 64%;
  background: #fff;
}

.mini-metrics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 600 8px/1 Space Grotesk, sans-serif;
}

.mini-metrics span {
  color: var(--muted);
}

.mini-metrics strong {
  color: var(--accent);
}

.signal-panel {
  display: grid;
  align-content: center;
  gap: 14px;
}

.signal-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  font: 600 8px/1 Space Grotesk, sans-serif;
}

.signal-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.signal-row span {
  color: var(--muted);
}

.signal-good {
  font-weight: 700;
  color: var(--accent);
}

.visual-footer {
  gap: 13px;
  border-top: 1px solid var(--line);
}

.visual-footer strong {
  margin-left: auto;
  color: var(--accent);
}

.bars {
  display: flex;
  gap: 3px;
  align-items: end;
  height: 11px;
}

.bars i {
  display: block;
  width: 3px;
  background: var(--accent);
  opacity: .75;
  animation: bars 1.4s ease-in-out infinite alternate;
}

.bars i:nth-child(1) { height: 35%; animation-delay: -.8s; }
.bars i:nth-child(2) { height: 60%; animation-delay: -.6s; }
.bars i:nth-child(3) { height: 90%; animation-delay: -.4s; }
.bars i:nth-child(4) { height: 50%; animation-delay: -.2s; }
.bars i:nth-child(5) { height: 75%; animation-delay: -.7s; }
.bars i:nth-child(6) { height: 42%; animation-delay: -.1s; }
.bars i:nth-child(7) { height: 80%; animation-delay: -.5s; }

.hero-strip {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 92px;
  min-height: 64px;
  border-top: 1px solid var(--line);
  color: #737e8c;
  font: 700 9px/1 Space Grotesk, sans-serif;
  letter-spacing: .16em;
}

.hero-strip i {
  width: 4px;
  height: 4px;
  background: #36404d;
  border-radius: 50%;
}

/* Generic sections */
.section {
  padding: 126px 0;
  border-bottom: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 54px;
}

.section-heading h2,
.platform-copy h2,
.stats-intro h2 {
  font-size: clamp(38px, 5vw, 67px);
  line-height: .98;
  letter-spacing: -.045em;
  margin-top: 15px;
  font-weight: 600;
}

.section-heading > p,
.platform-copy > p,
.stats-intro > p {
  color: #909baa;
  line-height: 1.75;
  margin: 0 0 3px;
  max-width: 490px;
  font-size: 15px;
}

/* Product cards */
.product-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 15px;
}

.product-card {
  min-height: 430px;
  position: relative;
  padding: 28px;
  background:
    linear-gradient(140deg, rgba(255,255,255,.028), transparent 34%),
    var(--panel);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.24);
  background:
    linear-gradient(140deg, rgba(242,178,51,.03), transparent 37%),
    #111721;
}

.product-card-feature {
  grid-row: span 2;
  min-height: 875px;
}

.product-number {
  color: #566170;
  font: 600 10px/1 Space Grotesk, sans-serif;
  letter-spacing: .12em;
}

.product-icon {
  margin-top: 60px;
  height: 150px;
  display: grid;
  place-items: center;
  color: var(--accent);
}

.product-card-feature .product-icon {
  height: 290px;
  margin-top: 80px;
}

.graphics-icon {
  position: relative;
}

.graphics-icon span {
  position: absolute;
  width: 180px;
  height: 110px;
  border: 1px solid rgba(242,178,51,.55);
  transform: skewY(-10deg) rotate(-7deg);
  background: rgba(242,178,51,.035);
  box-shadow: 0 25px 60px rgba(0,0,0,.2);
}

.graphics-icon span:nth-child(2) {
  transform: translate(20px, -20px) skewY(-10deg) rotate(-7deg);
  border-color: rgba(226,187,92,.34);
}

.graphics-icon span:nth-child(3) {
  transform: translate(40px, -40px) skewY(-10deg) rotate(-7deg);
  border-color: rgba(255,255,255,.25);
}

.score-icon {
  font: 600 clamp(54px, 7vw, 82px)/1 Space Grotesk, sans-serif;
  letter-spacing: -.08em;
  text-shadow: 0 0 40px rgba(242,178,51,.15);
}

.replay-icon {
  display: flex;
  align-items: center;
  gap: 9px;
}

.replay-icon b {
  display: grid;
  place-items: center;
  min-width: 51px;
  height: 51px;
  border: 1px solid rgba(242,178,51,.35);
  background: rgba(242,178,51,.04);
  font: 500 12px/1 Space Grotesk, sans-serif;
}

.product-body {
  margin-top: auto;
  max-width: 500px;
}

.product-kicker {
  color: var(--accent);
  font: 700 9px/1 Space Grotesk, sans-serif;
  letter-spacing: .16em;
}

.product-body h3 {
  margin: 15px 0 15px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 600;
}

.product-card:not(.product-card-feature) .product-body h3 {
  font-size: 34px;
}

.product-body > p:not(.product-kicker) {
  margin: 0;
  color: #8792a0;
  line-height: 1.65;
  font-size: 13px;
  max-width: 460px;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 24px;
}

.product-tags span {
  border: 1px solid var(--line);
  color: #768190;
  font: 600 7px/1 Space Grotesk, sans-serif;
  letter-spacing: .11em;
  padding: 7px 8px;
}

.card-corner {
  position: absolute;
  top: 24px;
  right: 26px;
  color: #616c79;
  font-size: 17px;
}

/* Platform */
.platform-section {
  background: #0a0e13;
}

.platform-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 110px;
  align-items: start;
}

.platform-copy {
  position: sticky;
  top: 130px;
}

.platform-copy p {
  margin-top: 26px;
}

.text-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(242,178,51,.35);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.pipeline {
  position: relative;
  border-left: 1px solid var(--line);
}

.pipeline-line {
  position: absolute;
  width: 1px;
  left: -1px;
  top: 0;
  height: 0;
  background: var(--accent);
  transition: height 1.2s cubic-bezier(.2,.8,.2,1);
}

.pipeline.in-view .pipeline-line {
  height: 100%;
}

.pipeline-node {
  min-height: 150px;
  display: grid;
  grid-template-columns: 70px 1fr 28px;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding-left: 30px;
}

.pipeline-node:first-of-type {
  border-top: 1px solid var(--line);
}

.pipeline-node::before {
  content: "";
  position: absolute;
  left: -5px;
  width: 9px;
  height: 9px;
  background: var(--bg-soft);
  border: 1px solid #4d5967;
  border-radius: 50%;
  transition: border-color .4s ease, box-shadow .4s ease, background .4s ease;
}

.pipeline.in-view .pipeline-node::before {
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: 0 0 16px rgba(242,178,51,.35);
}

.node-index {
  color: #596372;
  font: 700 10px/1 Space Grotesk, sans-serif;
}

.pipeline-node div {
  display: grid;
  gap: 8px;
}

.pipeline-node strong {
  font: 600 17px/1 Space Grotesk, sans-serif;
  letter-spacing: .04em;
}

.pipeline-node small {
  color: #74808f;
  font-size: 11px;
}

.pipeline-node b {
  color: #66717e;
  font-weight: 400;
}

/* Industries */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.industry-image {
  aspect-ratio: 1.15/1;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0b1017;
}

.industry-image > span {
  position: absolute;
  right: 18px;
  top: 17px;
  color: #a3adba;
  font: 700 9px/1 Space Grotesk, sans-serif;
}

.industry-card h3 {
  font-size: 27px;
  margin-top: 21px;
  letter-spacing: -.03em;
}

.industry-card p {
  color: #818c9b;
  line-height: 1.65;
  font-size: 12px;
  max-width: 330px;
}

.industry-sport {
  background:
    radial-gradient(circle at 52% 42%, rgba(242,178,51,.14), transparent 22%),
    linear-gradient(155deg, #101822, #07100b);
}

.stadium-lines {
  position: absolute;
  width: 85%;
  height: 65%;
  left: 7%;
  top: 24%;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  transform: perspective(260px) rotateX(64deg);
  box-shadow:
    0 0 0 35px rgba(255,255,255,.018),
    0 0 0 70px rgba(255,255,255,.012);
}

.industry-broadcast {
  background:
    radial-gradient(circle at 50% 50%, rgba(226,187,92,.08), transparent 44%),
    #0b1017;
  display: grid;
  place-items: center;
}

.monitor-grid {
  width: 76%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 7px;
  transform: perspective(500px) rotateY(-12deg) rotateX(4deg);
}

.monitor-grid i {
  aspect-ratio: 16/10;
  border: 1px solid rgba(255,255,255,.15);
  background:
    linear-gradient(135deg, rgba(255,255,255,.04), transparent),
    #101722;
  box-shadow: inset 0 -2px 0 rgba(242,178,51,.15);
}

.industry-events {
  background:
    linear-gradient(to top, rgba(242,178,51,.06), transparent 45%),
    #0a0e15;
}

.stage-beam {
  position: absolute;
  width: 90px;
  height: 330px;
  top: -80px;
  opacity: .16;
  filter: blur(2px);
  clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
  background: linear-gradient(to bottom, #fff, var(--accent));
  transform-origin: top center;
}

.beam-a { left: 17%; transform: rotate(-17deg); }
.beam-b { left: 44%; transform: rotate(3deg); opacity: .1; }
.beam-c { right: 6%; transform: rotate(20deg); opacity: .11; }

/* Stats */
.stats-section {
  background:
    linear-gradient(90deg, rgba(255,255,255,.016) 1px, transparent 1px),
    #080b10;
  background-size: 25% 100%;
}

.stats-intro {
  max-width: 820px;
}

.stats-intro p {
  margin-top: 28px;
}

.stats-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.stat {
  min-height: 205px;
  padding: 25px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stat strong {
  font: 600 clamp(28px, 4vw, 45px)/1 Space Grotesk, sans-serif;
  letter-spacing: -.045em;
  color: var(--accent);
}

.stat span {
  color: #778291;
  font-size: 11px;
  line-height: 1.5;
  max-width: 170px;
}

/* Contact */
.contact-section {
  min-height: 660px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 50%, rgba(242,178,51,.06), transparent 26%),
    #0a0e13;
}

.contact-grid {
  mask-image: radial-gradient(circle at 25% 50%, black, transparent 75%);
  opacity: .09;
}

.contact-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 90px;
  align-items: center;
}

.contact-copy h2 {
  margin-top: 16px;
  font-size: clamp(54px, 7vw, 86px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 600;
}

.contact-copy p {
  color: #8c97a5;
  line-height: 1.75;
  max-width: 520px;
  margin-top: 27px;
  font-size: 14px;
}

.contact-panel {
  border: 1px solid var(--line-strong);
  background: rgba(12,17,24,.82);
  box-shadow: 0 25px 80px rgba(0,0,0,.26);
}

.contact-panel-top {
  min-height: 54px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: #768190;
  font: 700 9px/1 Space Grotesk, sans-serif;
  letter-spacing: .14em;
}

.contact-panel > a {
  min-height: 145px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-content: center;
  padding: 25px 23px;
  transition: background .2s ease;
}

.contact-panel > a:hover {
  background: rgba(242,178,51,.035);
}

.contact-panel a small {
  grid-column: 1;
  color: #677282;
  font: 700 8px/1 Space Grotesk, sans-serif;
  letter-spacing: .14em;
}

.contact-panel a strong {
  grid-column: 1;
  margin-top: 10px;
  font: 600 clamp(22px, 3vw, 33px)/1.1 Space Grotesk, sans-serif;
  letter-spacing: -.025em;
}

.contact-panel a > span {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--accent);
  font-size: 25px;
}

.contact-note {
  padding: 14px 20px;
  border-top: 1px solid var(--line);
  color: #5f6977;
  font-size: 9px;
}

/* Footer */
.site-footer {
  min-height: 120px;
  display: flex;
  align-items: center;
}

.footer-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 25px;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font: 700 10px/1 Space Grotesk, sans-serif;
  letter-spacing: .12em;
}

.brand-mark.small {
  width: 32px;
  height: 32px;
}

.footer-layout > p {
  text-align: center;
  color: #596574;
  font-size: 9px;
}

.footer-right {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  color: #65707e;
  font-size: 9px;
}

.footer-right a {
  color: #a3acb8;
}

/* reveal motion */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity .8s cubic-bezier(.2,.8,.2,1),
    transform .8s cubic-bezier(.2,.8,.2,1);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay {
  transition-delay: .12s;
}

@keyframes pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(242,178,51,.32); }
  50% { opacity: .7; box-shadow: 0 0 0 7px rgba(242,178,51,0); }
}

@keyframes bars {
  from { transform: scaleY(.5); opacity: .45; }
  to { transform: scaleY(1); opacity: 1; }
}

/* Responsive */
@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(360px, 87vw);
    padding: 110px 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(8,11,16,.98);
    border-left: 1px solid var(--line);
    transform: translateX(100%);
    transition: transform .25s ease;
  }

  .site-nav a {
    padding: 18px 5px;
    border-bottom: 1px solid var(--line);
    font-size: 15px;
  }

  .site-nav .nav-cta {
    margin-top: 18px;
    text-align: center;
    border: 1px solid var(--line-strong);
  }

  body.nav-open .site-nav {
    transform: translateX(0);
  }

  .nav-toggle {
    z-index: 2;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    background: #0c1118;
    padding: 0;
  }

  .nav-toggle span:not(.sr-only) {
    position: absolute;
    width: 17px;
    height: 1px;
    background: #fff;
    transition: transform .2s ease;
  }

  .nav-toggle span:first-child { transform: translateY(-4px); }
  .nav-toggle span:nth-child(2) { transform: translateY(4px); }
  body.nav-open .nav-toggle span:first-child { transform: rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { transform: rotate(-45deg); }

  .hero {
    padding-top: 130px;
  }

  .hero-layout,
  .platform-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    gap: 62px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-visual {
    max-width: 700px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

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

  .product-card-feature {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 650px;
  }

  .platform-layout {
    gap: 60px;
  }

  .platform-copy {
    position: static;
  }

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

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

  .contact-layout {
    gap: 50px;
    padding: 100px 0;
  }

  .footer-layout {
    grid-template-columns: 1fr 1fr;
  }

  .footer-layout > p {
    display: none;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .nav-shell {
    min-height: 72px;
  }

  .brand {
    min-width: 0;
  }

  .brand-copy span {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 118px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-specs {
    grid-template-columns: 1fr;
  }

  .hero-specs div,
  .hero-specs div:nth-child(2),
  .hero-specs div:last-child {
    padding: 13px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-specs div:last-child {
    border-bottom: 0;
  }

  .visual-frame {
    transform: none;
  }

  .visual-stage {
    grid-template-columns: 1fr;
  }

  .side-stack {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .scorebug {
    transform: scale(.82);
    transform-origin: top right;
  }

  .hero-strip {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 22px;
    padding-right: 20px;
  }

  .hero-strip span {
    white-space: nowrap;
  }

  .section {
    padding: 88px 0;
  }

  .section-heading h2,
  .platform-copy h2,
  .stats-intro h2 {
    font-size: 42px;
  }

  .product-grid,
  .industry-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .product-card,
  .product-card-feature {
    min-height: 520px;
  }

  .product-card-feature .product-icon {
    height: 210px;
    margin-top: 50px;
  }

  .product-icon {
    margin-top: 45px;
  }

  .graphics-icon span {
    width: 140px;
    height: 85px;
  }

  .product-card:not(.product-card-feature) .product-body h3 {
    font-size: 31px;
  }

  .pipeline-node {
    min-height: 130px;
    grid-template-columns: 42px 1fr 20px;
    padding-left: 20px;
  }

  .industry-grid {
    gap: 45px;
  }

  .stat {
    min-height: 160px;
  }

  .contact-copy h2 {
    font-size: 52px;
  }

  .contact-panel > a {
    min-height: 130px;
  }

  .footer-layout {
    grid-template-columns: 1fr;
    padding: 35px 0;
  }

  .footer-right {
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}


/* Deeper product detail */
.product-feature-list {
  margin: 22px 0 0;
  padding: 18px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 24px;
}

.product-feature-list.compact {
  grid-template-columns: 1fr;
  gap: 8px;
}

.product-feature-list li {
  position: relative;
  padding-left: 14px;
  color: #9ba5b2;
  font-size: 10px;
  line-height: 1.45;
}

.product-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 4px;
  height: 4px;
  background: var(--accent);
}

/* Capabilities */
.capabilities-section {
  background:
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    #090d12;
  background-size: 20% 100%;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.capability-card {
  min-height: 285px;
  padding: 27px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,.012);
  transition: background .25s ease, transform .25s ease;
}

.capability-card:hover {
  background: rgba(242,178,51,.025);
  transform: translateY(-2px);
}

.capability-index {
  color: #53606e;
  font: 700 9px/1 Space Grotesk, sans-serif;
  letter-spacing: .12em;
}

.capability-card h3 {
  margin-top: 42px;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.capability-card p {
  margin: 16px 0 0;
  color: #828d9b;
  font-size: 12px;
  line-height: 1.68;
  max-width: 330px;
}

.capability-meta {
  margin-top: auto;
  padding-top: 22px;
  color: #687483;
  font: 700 8px/1 Space Grotesk, sans-serif;
  letter-spacing: .12em;
}

.integration-band {
  margin-top: 18px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
  gap: 25px;
  background: rgba(255,255,255,.012);
}

.integration-label {
  color: var(--accent);
  font: 700 9px/1 Space Grotesk, sans-serif;
  letter-spacing: .15em;
}

.integration-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.integration-items span {
  padding: 7px 9px;
  border: 1px solid var(--line);
  color: #7f8a98;
  font: 600 8px/1 Space Grotesk, sans-serif;
  letter-spacing: .08em;
}

@media (max-width: 980px) {
  .capability-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .product-feature-list {
    grid-template-columns: 1fr;
  }

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

  .capability-card {
    min-height: 245px;
  }

  .integration-band {
    grid-template-columns: 1fr;
  }
}


/* Manchester worker-bee visual language */
:root {
  --bee-gold: #f2b233;
  --bee-gold-bright: #ffc857;
  --bee-gold-deep: #b96f12;
  --industrial-black: #07090c;
}

.hero::before,
.capabilities-section::before,
.contact-section::before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: .055;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76' height='66' viewBox='0 0 76 66'%3E%3Cg fill='none' stroke='%23f2b233' stroke-width='1'%3E%3Cpath d='M19 1h19l9.5 16.5L38 34H19L9.5 17.5z'/%3E%3Cpath d='M57 1h19l9.5 16.5L76 34H57l-9.5-16.5z' transform='translate(-9.5 32)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 76px 66px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.95), transparent 80%);
}

.hero::before {
  inset: 0;
}

.capabilities-section,
.contact-section {
  position: relative;
}

.capabilities-section::before {
  inset: 0 0 auto 0;
  height: 520px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent);
}

.contact-section::before {
  inset: 0;
  mask-image: radial-gradient(circle at 78% 45%, black, transparent 62%);
}

.brand-mark {
  position: relative;
}

.brand-mark::after {
  content: "";
  width: 16px;
  height: 11px;
  border: 1px solid rgba(242,178,51,.65);
  border-radius: 50% 50% 44% 44%;
  position: absolute;
  opacity: .38;
  transform: rotate(90deg);
  box-shadow:
    -5px 0 0 -3px rgba(242,178,51,.85),
    5px 0 0 -3px rgba(242,178,51,.85);
}

.brand-mark-inner {
  position: relative;
  z-index: 2;
}

.eyebrow,
.product-tags span,
.integration-items span {
  border-color: rgba(242,178,51,.17);
}

.button-primary {
  box-shadow: 0 8px 30px rgba(242,178,51,.12);
}

.button-primary:hover {
  background: var(--bee-gold-bright);
}

.live-chip i,
.status-dot {
  background: var(--bee-gold-bright);
}

.product-card:hover,
.capability-card:hover {
  box-shadow: inset 0 0 0 1px rgba(242,178,51,.025);
}

.score-time {
  background: linear-gradient(180deg, var(--bee-gold-bright), var(--bee-gold));
}

.integration-label,
.product-kicker,
.text-link,
.contact-copy h2 span,
.hero h1 span,
.stat strong {
  text-shadow: 0 0 28px rgba(242,178,51,.08);
}

.hero-strip i {
  background: rgba(242,178,51,.28);
}

.visual-frame {
  box-shadow:
    0 32px 90px rgba(0,0,0,.4),
    0 0 60px rgba(242,178,51,.035);
}

.visual-stage {
  position: relative;
}

.visual-stage::after {
  content: "MCR // LIVE";
  position: absolute;
  right: 19px;
  bottom: 17px;
  color: rgba(242,178,51,.22);
  font: 700 7px/1 Space Grotesk, sans-serif;
  letter-spacing: .16em;
  pointer-events: none;
}

.industry-sport {
  background:
    radial-gradient(circle at 52% 42%, rgba(242,178,51,.14), transparent 22%),
    linear-gradient(155deg, #17140d, #0b0a07);
}

.industry-events {
  background:
    linear-gradient(to top, rgba(242,178,51,.06), transparent 45%),
    #0a0e15;
}

@media (max-width: 680px) {
  .hero::before,
  .capabilities-section::before,
  .contact-section::before {
    opacity: .035;
  }
}
