:root {
  --font-display: "Sora", system-ui, sans-serif;
  --font-body: "Sora", system-ui, sans-serif;
  --brand: #363c6c;
  --brand-light: #5963aa;
  --assist-bg-r: 8;
  --assist-bg-g: 11;
  --assist-bg-b: 24;
  --marshal-bg-r: 18;
  --marshal-bg-g: 6;
  --marshal-bg-b: 31;
  --football-bg-r: 6;
  --football-bg-g: 21;
  --football-bg-b: 14;
  --surf-bg-r: 23;
  --surf-bg-g: 19;
  --surf-bg-b: 6;
  --slope-bg-r: 6;
  --slope-bg-g: 17;
  --slope-bg-b: 31;
  --morph-bg-r: var(--assist-bg-r);
  --morph-bg-g: var(--assist-bg-g);
  --morph-bg-b: var(--assist-bg-b);
  --assist-backdrop-opacity: 0.9;
  --marshal-backdrop-opacity: 0;
  --football-backdrop-opacity: 0;
  --surf-backdrop-opacity: 0;
  --slope-backdrop-opacity: 0;
  --atmosphere-r: 118;
  --atmosphere-g: 142;
  --atmosphere-b: 243;
  --navy: #101426;
  --ink: #12172c;
  --muted: #5e6682;
  --line: #dfe4fb;
  --soft: #f5f7ff;
  --cyan: #dbe7ff;
  --white: #ffffff;
  --shadow: 0 28px 90px rgba(16, 20, 38, 0.16);
  --assist-bg: rgb(var(--morph-bg-r), var(--morph-bg-g), var(--morph-bg-b));
  --assist-surface: rgba(16, 20, 38, 0.56);
  --assist-surface-raised: rgba(255, 255, 255, 0.11);
  --assist-text: var(--white);
  --assist-text-muted: rgba(255, 255, 255, 0.78);
  --assist-border: rgba(219, 231, 255, 0.24);
  --assist-blue: var(--brand);
  --assist-cyan: var(--cyan);
  --assist-glow: rgba(219, 231, 255, 0.34);
  --assist-success: #106036;
  --assist-warning: #806000;
  --assist-danger: #ffffff;
  --page-max: 1160px;
  --page-wide: 1440px;
  --gutter: clamp(20px, 5vw, 72px);
  --section-y: clamp(72px, 8vw, 112px);
  --section-y-tight: clamp(54px, 8vw, 112px);
  --radius-control: 6px;
  --motion-fast: 180ms;
  --motion-medium: 620ms;
  --ease-standard: ease;
  --ease-emphasized: cubic-bezier(0.19, 1, 0.22, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--navy);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

::selection {
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: rgb(var(--morph-bg-r), var(--morph-bg-g), var(--morph-bg-b));
}

::-webkit-scrollbar-thumb {
  border: 3px solid rgb(var(--morph-bg-r), var(--morph-bg-g), var(--morph-bg-b));
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.page-backdrop {
  position: fixed;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.18), transparent 32%),
    radial-gradient(circle at 14% 76%, rgba(16, 20, 38, 0.20), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(16, 20, 38, 0.32)),
    rgb(var(--morph-bg-r), var(--morph-bg-g), var(--morph-bg-b));
}

body.intro-enabled:not(.intro-complete) .page-backdrop {
  background: rgb(var(--assist-bg-r), var(--assist-bg-g), var(--assist-bg-b));
}

.backdrop-scene {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background-position: center 54%;
  background-size: cover;
  background-repeat: no-repeat;
}

.backdrop-scene-assist {
  background:
    linear-gradient(90deg, rgba(8, 11, 24, 0.42) 0%, rgba(8, 11, 24, 0.08) 58%, transparent 100%),
    linear-gradient(180deg, rgba(8, 11, 24, 0.1), rgba(8, 11, 24, 0.34)),
    url("assets/assist-ai-earth-background.webp") center center / cover no-repeat;
  opacity: var(--assist-backdrop-opacity);
}

.backdrop-scene-marshal {
  background:
    linear-gradient(
      180deg,
      rgba(18, 6, 31, 0.58) 0%,
      rgba(18, 6, 31, 0.26) 42%,
      rgba(18, 6, 31, 0.64) 100%
    ),
    linear-gradient(90deg, rgba(18, 6, 31, 0.36), rgba(18, 6, 31, 0.08)),
    url("assets/marshal-kart-track-background.webp") center 54% / cover no-repeat;
  opacity: var(--marshal-backdrop-opacity);
}

.backdrop-scene-football {
  background:
    linear-gradient(180deg, rgba(6, 21, 14, 0.54), rgba(6, 21, 14, 0.2) 44%, rgba(6, 21, 14, 0.64)),
    linear-gradient(90deg, rgba(6, 21, 14, 0.32), rgba(6, 21, 14, 0.06)),
    url("assets/football-pitch-background.webp") center 54% / cover no-repeat;
  opacity: var(--football-backdrop-opacity);
}

.backdrop-scene-surf {
  background:
    linear-gradient(180deg, rgba(23, 19, 6, 0.5), rgba(23, 19, 6, 0.16) 44%, rgba(23, 19, 6, 0.62)),
    linear-gradient(90deg, rgba(23, 19, 6, 0.3), rgba(23, 19, 6, 0.05)),
    url("assets/surf-beach-background.webp") center 54% / cover no-repeat;
  opacity: var(--surf-backdrop-opacity);
}

.backdrop-scene-slope {
  background:
    linear-gradient(180deg, rgba(6, 17, 31, 0.52), rgba(6, 17, 31, 0.18) 44%, rgba(6, 17, 31, 0.64)),
    linear-gradient(90deg, rgba(6, 17, 31, 0.32), rgba(6, 17, 31, 0.06)),
    url("assets/slope-mountains-background.webp") center 54% / cover no-repeat;
  opacity: var(--slope-backdrop-opacity);
}

.page-backdrop::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.atmosphere-canvas {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.62;
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%);
}

.orbital-field,
.orbital-field::before,
.orbital-field::after {
  position: absolute;
  z-index: 1;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(var(--atmosphere-r), var(--atmosphere-g), var(--atmosphere-b), 0.18);
  border-radius: 50%;
  transform: rotate(-23deg);
}

.orbital-field {
  top: 8%;
  right: -18%;
  width: min(86vw, 1240px);
  height: min(34vw, 490px);
  box-shadow: 0 0 100px rgba(var(--morph-bg-r), var(--morph-bg-g), var(--morph-bg-b), 0.65);
  animation: orbitBreathe 12s var(--ease-emphasized) infinite alternate;
}

.orbital-field::before {
  inset: -19% -9%;
}

.orbital-field::after {
  inset: 17% 8%;
}

@keyframes orbitBreathe {
  from { transform: rotate(-23deg) scale(0.98); opacity: 0.58; }
  to { transform: rotate(-21deg) scale(1.025); opacity: 0.92; }
}

body.intro-enabled:not(.intro-complete) .backdrop-scene {
  opacity: 0;
}

body.intro-enabled:not(.intro-complete) .atmosphere-canvas,
body.intro-enabled:not(.intro-complete) .orbital-field {
  opacity: 0;
}

.logo-intro {
  display: none;
}

body.intro-enabled {
  overflow: hidden;
}

body.intro-enabled .logo-intro {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: block;
  overflow: hidden;
  background: transparent;
}

body.intro-enabled .logo-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgb(var(--assist-bg-r), var(--assist-bg-g), var(--assist-bg-b));
  opacity: var(--intro-overlay-opacity, 1);
  transition: opacity 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.logo-intro-stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

#intro-logo-video,
#intro-logo-dock {
  position: absolute;
  left: var(--intro-logo-left, 50%);
  top: var(--intro-logo-top, 50%);
  z-index: 3;
  width: var(--intro-logo-width, min(94vw, 1280px));
  height: auto;
  max-width: none;
  object-fit: contain;
  opacity: var(--intro-logo-opacity, 1);
  transform: translate(var(--intro-logo-translate-x, -50%), var(--intro-logo-translate-y, -50%)) scale(var(--intro-logo-scale, 1));
  transform-origin: top left;
  will-change: transform, opacity;
}

#intro-logo-dock {
  left: var(--intro-dock-left, 50%);
  top: var(--intro-dock-top, 50%);
  width: var(--intro-dock-width, min(52vw, 720px));
  opacity: var(--intro-dock-opacity, 0);
  transform: translate(var(--intro-dock-translate-x, 0px), var(--intro-dock-translate-y, 0px)) scale(var(--intro-dock-scale, 1));
}

body.intro-docking #intro-logo-video {
  opacity: 0;
  transition: opacity 80ms ease;
}

body.intro-docking #intro-logo-dock {
  transition:
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 260ms ease 520ms;
}

body.intro-enabled .site-header {
  opacity: var(--header-reveal-opacity, 0);
  pointer-events: none;
  transform: none;
  transition: opacity 120ms linear;
}

body.intro-docking .site-header {
  transition: opacity 260ms ease 520ms;
}

body.intro-complete .site-header {
  pointer-events: auto;
}

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

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--assist-cyan);
  outline-offset: 4px;
}

.mobile-menu-toggle {
  display: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 118px;
  padding: 40px var(--gutter) 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(36px, 8vw, 160px);
  transform: none;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(3, 6, 17, 0.78) 0%, rgba(3, 6, 17, 0.28) 62%, transparent 100%);
  color: var(--white);
  backdrop-filter: none;
  box-shadow: none;
}

.brand {
  display: inline-flex;
  width: clamp(160px, 19vw, 200px);
  height: 44px;
  overflow: hidden;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 6px;
  background: var(--brand);
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 120ms ease;
}

.nav-links {
  --nav-active-index: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(44vw, 840px);
  min-width: 600px;
  min-height: 44px;
  align-items: stretch;
  gap: 0;
  border-bottom: 1px solid rgba(219, 231, 255, 0.19);
}

.nav-links::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: calc(var(--nav-active-index) * 25%);
  width: 25%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(103, 143, 255, 0.88), transparent);
  transition: left 480ms var(--ease-emphasized);
}

.nav-links::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: calc((var(--nav-active-index) + 0.5) * 25%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f6f8ff;
  box-shadow: 0 0 12px rgba(118, 153, 255, 0.95);
  transform: translateX(-50%);
  transition: left 480ms var(--ease-emphasized);
}

.nav-links a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 12px 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(15px, 1.05vw, 20px);
  font-weight: 500;
  letter-spacing: -0.02em;
  transition: color var(--motion-fast) var(--ease-standard), text-shadow var(--motion-fast) var(--ease-standard);
}

.nav-links a:hover {
  color: var(--white);
  text-shadow: 0 0 18px rgba(219, 231, 255, 0.38);
}

.nav-links a.is-active {
  color: var(--white);
}

.section-dark {
  color: var(--white);
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 132px var(--gutter) clamp(76px, 10vh, 112px);
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 132px - clamp(76px, 10vh, 112px));
  width: min(100%, var(--page-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
}

.hero-copy {
  grid-column: 1 / 9;
  grid-row: 1;
  min-width: 0;
  align-self: end;
  transform: none;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h1 {
  max-width: 720px;
  font-size: clamp(44px, 4.25vw, 68px);
  line-height: 1.04;
}

.hero-text {
  max-width: 690px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(24px, 3vw, 46px);
  margin-top: 32px;
}

.hero-demo-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
  font-weight: 600;
  transition: color var(--motion-fast) var(--ease-standard);
}

.hero-demo-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  transition:
    transform var(--motion-fast) var(--ease-emphasized),
    background var(--motion-fast) var(--ease-standard),
    border-color var(--motion-fast) var(--ease-standard);
}

.hero-demo-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.hero-demo-link:hover .hero-demo-icon {
  transform: translateX(3px);
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-control);
  padding: 0 22px;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform var(--motion-fast) var(--ease-standard),
    background var(--motion-fast) var(--ease-standard),
    border-color var(--motion-fast) var(--ease-standard),
    box-shadow var(--motion-fast) var(--ease-standard),
    color var(--motion-fast) var(--ease-standard);
}

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

.button-light {
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 14px 38px rgba(16, 20, 38, 0.18);
}

.button-ghost {
  border: 1px solid var(--assist-border);
  color: var(--white);
}

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

.showcase-topline,
.video-status {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.video-status {
  min-height: 48px;
  padding: 10px 18px;
  align-items: center;
  border-bottom: 1px solid rgba(219, 231, 255, 0.24);
}

.video-status span:last-child {
  color: var(--white);
}

.video-status span:last-child::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--assist-cyan);
  box-shadow: none;
}

.intro-section,
.product-section,
.workflow-section,
.cta-section {
  padding: var(--section-y) var(--gutter);
  scroll-margin-top: 122px;
}

.intro-section {
  color: var(--white);
  min-height: auto;
  display: grid;
  align-items: center;
}

.intro-grid,
.workflow-grid,
.cta-grid {
  width: min(100%, var(--page-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: start;
}

.intro-grid h2,
.cta-grid h2 {
  max-width: 900px;
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.12;
}

.intro-grid h2,
.cta-grid > .reveal-up:first-child {
  grid-column: 1 / 8;
}

.intro-copy {
  grid-column: 8 / -1;
  transform: none;
  display: grid;
  gap: 20px;
  align-content: end;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.8;
}

.intro-copy p {
  margin: 0;
}

.workflow-section {
  min-height: auto;
  display: grid;
  align-items: center;
  color: var(--white);
}

.workflow-copy {
  grid-column: 1 / 6;
  align-self: center;
}

.workflow-copy h2 {
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.12;
}

.workflow-copy p {
  max-width: 62ch;
  margin: 24px 0 0;
  color: var(--assist-text-muted);
  font-size: 17px;
  line-height: 1.8;
}

.workflow-steps {
  grid-column: 7 / -1;
  position: relative;
  display: grid;
  gap: 18px;
}

.workflow-steps::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: linear-gradient(var(--assist-cyan), rgba(219, 231, 255, 0.14));
}

.workflow-step {
  position: relative;
  padding-left: 46px;
}

.workflow-step::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--white);
  border-radius: var(--radius-control);
  background: rgb(var(--morph-bg-r), var(--morph-bg-g), var(--morph-bg-b));
  box-shadow: none;
}

.workflow-step span {
  display: block;
  color: var(--white);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
}

.workflow-step p {
  max-width: 48ch;
  margin: 4px 0 0;
  color: var(--assist-text-muted);
  font-size: 16px;
}

.logo-carousel {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: clamp(86px, 10vw, 132px);
  display: grid;
  align-items: center;
  margin: clamp(10px, 3vw, 36px) 0 clamp(0px, 1.8vw, 22px);
  overflow: hidden;
  isolation: isolate;
}

.logo-carousel::before,
.logo-carousel::after {
  content: none;
}

.logo-carousel::before {
  z-index: -2;
  inset: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.025);
}

.logo-carousel::after {
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(ellipse at 18% 34%, rgba(255, 255, 255, 0.24), transparent 28%),
    radial-gradient(ellipse at 78% 72%, rgba(255, 255, 255, 0.14), transparent 32%),
    linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.18) 44%, transparent 62%);
  opacity: 0.72;
  animation: liquidGlassDrift 9s var(--ease-emphasized) infinite alternate;
}

.logo-carousel-viewport {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.logo-carousel-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.4vw, 22px);
  padding: clamp(16px, 2.4vw, 28px) 0;
  animation: logoCarouselDrift 28s linear infinite;
  will-change: transform;
}

.logo-carousel-track-reverse {
  animation-direction: reverse;
}

.logo-carousel img {
  width: auto;
  height: clamp(42px, 5.4vw, 76px);
  max-width: none;
  object-fit: contain;
  opacity: 0.72;
  filter:
    saturate(0.96)
    drop-shadow(0 14px 28px rgba(16, 20, 38, 0.24));
}

.logo-carousel-marshal img {
  height: clamp(50px, 6vw, 88px);
}

.logo-carousel-football img,
.logo-carousel-surf img,
.logo-carousel-slope img {
  height: clamp(38px, 4.8vw, 68px);
}

.logo-carousel-marshal .logo-carousel-track {
  animation-duration: 24s;
}

.logo-carousel-football .logo-carousel-track {
  animation-duration: 30s;
}

.logo-carousel-surf .logo-carousel-track {
  animation-duration: 32s;
}

.logo-carousel-slope .logo-carousel-track {
  animation-duration: 29s;
}

@keyframes logoCarouselDrift {
  from {
    transform: translate3d(0, 0, 0);
  }

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

@keyframes liquidGlassDrift {
  from {
    transform: translate3d(-5%, -4%, 0) scale(1.04);
  }

  to {
    transform: translate3d(5%, 4%, 0) scale(1.12);
  }
}

.product-section {
  position: relative;
  min-height: auto;
  overflow: hidden;
  background: transparent;
}

.product-section::before {
  content: none;
}

.product-section:nth-of-type(odd) {
  background: transparent;
}

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

body.marshal-morphing .brand,
body.football-morphing .brand,
body.surf-morphing .brand,
body.slope-morphing .brand {
  background: rgba(16, 20, 38, 0.32);
}

body.surf-morphing .product-surf .product-heading h2,
body.surf-morphing .product-surf .copy-block p {
  color: var(--white);
  text-shadow: 0 14px 34px rgba(16, 20, 38, 0.34);
}

.product-heading,
.video-shell,
.copy-block,
.support-grid {
  width: min(100%, var(--page-max));
  margin-left: auto;
  margin-right: auto;
}

.product-heading {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(12px, 2vw, 32px);
  margin-bottom: clamp(32px, 6vw, 78px);
}

.product-heading h2 {
  grid-column: 1 / -1;
  max-width: none;
  color: var(--white);
  font-size: clamp(32px, 3.8vw, 50px);
  line-height: 1.12;
  text-shadow: 0 16px 42px rgba(16, 20, 38, 0.28);
}

.product-football .product-heading h2,
.product-slope .product-heading h2 {
  grid-column: 1 / 9;
}

.product-surf .product-heading h2 {
  grid-column: 1 / -1;
}

.video-shell {
  position: relative;
  width: min(100%, 1240px);
  min-height: 0;
  border: 1px solid rgba(219, 231, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  padding: 0;
  background: transparent;
  color: var(--white);
}

.product-marshal .video-shell,
.product-surf .video-shell {
  width: min(100%, var(--page-max));
  margin-left: auto;
  margin-right: auto;
}

.product-football .video-shell,
.product-slope .video-shell {
  width: min(100%, var(--page-max));
  margin-left: auto;
  margin-right: auto;
}

.video-shell::before {
  content: none;
}

.product-video {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: rgba(8, 12, 30, 0.72);
}

.video-shell.has-video::before {
  display: none;
}

.video-status,
.media-note {
  margin: 0;
  padding: 12px 18px;
  border-top: 1px solid rgba(219, 231, 255, 0.12);
  color: var(--assist-text-muted);
  font-size: 12px;
  font-weight: 500;
}

.media-note {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.video-shell.has-video .video-status {
  z-index: 2;
}

.video-shell.has-video .media-note {
  z-index: 2;
}

.copy-block {
  padding: clamp(34px, 5vw, 72px) 0 clamp(16px, 4vw, 52px);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.copy-block p {
  grid-column: 1 / 10;
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.62;
  text-shadow: 0 10px 28px rgba(16, 20, 38, 0.22);
}

.product-football .copy-block p,
.product-slope .copy-block p {
  grid-column: 1 / 9;
}

.product-surf .copy-block p {
  grid-column: 1 / 10;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(18px, 4vw, 58px);
  align-items: center;
  margin-top: clamp(22px, 4vw, 64px);
}

.secondary-visual {
  position: relative;
  grid-column: 1 / 6;
  min-height: 260px;
  display: grid;
  place-items: center start;
  overflow: hidden;
  background: transparent;
}

.secondary-visual img {
  width: min(82%, 620px);
  max-height: 78%;
  object-fit: contain;
  filter: drop-shadow(0 28px 44px rgba(16, 20, 38, 0.18));
}

.product-marshal .secondary-visual .marshal-alert-chart {
  width: min(100%, 620px);
  max-height: none;
  filter: none;
}

.product-marshal .secondary-visual {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  overflow: visible;
}

.product-marshal .system-status {
  position: relative;
  right: auto;
  bottom: auto;
  width: min(72%, 310px);
  margin-left: auto;
}

.product-football .secondary-visual .football-foul-visual {
  width: min(100%, 620px);
  max-height: none;
  filter: none;
}

.product-football .secondary-visual {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  overflow: visible;
}

.product-football .system-status {
  position: relative;
  bottom: auto;
  width: min(72%, 310px);
  margin-right: auto;
}

.product-surf .secondary-visual .surf-fall-visual {
  width: min(100%, 620px);
  max-height: none;
  filter: none;
}

.product-surf .secondary-visual {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  overflow: visible;
}

.product-surf .system-status {
  position: relative;
  right: auto;
  bottom: auto;
  width: min(72%, 310px);
  margin-left: auto;
}

.product-slope .secondary-visual .slope-fall-visual {
  width: min(100%, 620px);
  max-height: none;
  filter: none;
}

.product-slope .secondary-visual {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  overflow: visible;
}

.product-slope .system-status {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: min(72%, 310px);
  margin-right: auto;
}

.system-status {
  position: absolute;
  right: 0;
  bottom: clamp(28px, 5vw, 72px);
  min-width: min(72%, 310px);
  display: grid;
  gap: 4px;
  padding: 14px 0 0;
  border-top: 1px solid rgba(219, 231, 255, 0.34);
  color: var(--white);
}

.system-status span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.system-status strong {
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.05;
}

.info-panel {
  grid-column: 7 / -1;
  min-height: 260px;
  display: grid;
  align-content: center;
  padding: clamp(16px, 2vw, 24px) 0;
  background: transparent;
  color: var(--white);
  transform: translateY(-8vh);
}

.product-football .secondary-visual,
.product-slope .secondary-visual {
  grid-column: 8 / -1;
  grid-row: 1;
  place-items: center end;
}

.product-football .system-status,
.product-slope .system-status {
  left: 0;
  right: auto;
}

.product-football .info-panel,
.product-slope .info-panel {
  grid-column: 1 / 7;
  grid-row: 1;
  transform: none;
}

.info-panel h3 {
  margin-bottom: 22px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.08;
}

.info-panel ul {
  margin: 0;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.65;
  list-style: none;
}

.info-panel li + li {
  margin-top: 10px;
}

.info-panel li::before {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: 0.32em;
  background: rgba(219, 231, 255, 0.46);
  color: rgba(255, 255, 255, 0.56);
}

.cta-section {
  min-height: 56vh;
  border-top: 1px solid rgba(219, 231, 255, 0.14);
  display: grid;
  align-items: center;
  background: linear-gradient(180deg, rgba(3, 7, 17, 0.64), rgba(3, 7, 17, 0.86));
}

.cta-card {
  grid-column: 8 / 13;
  width: min(100%, 430px);
  justify-self: end;
  align-self: end;
  padding: 0;
  transform: none;
}

.cta-card p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(17px, 1.6vw, 20px);
}

.reveal-up {
  opacity: 1;
  transform: translateY(24px);
  transition: opacity 440ms var(--ease-standard), transform 440ms var(--ease-emphasized);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-heading.reveal-up {
  --reveal-delay: 90ms;
}

.copy-block.reveal-up {
  --reveal-delay: 150ms;
}

.secondary-visual.reveal-up {
  --reveal-delay: 70ms;
}

.info-panel.reveal-up {
  --reveal-delay: 180ms;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 132px;
    gap: 0;
    padding: 14px 20px 0;
    align-items: stretch;
    border-radius: 0;
    background: linear-gradient(180deg, rgba(3, 6, 17, 0.94) 0%, rgba(3, 6, 17, 0.76) 72%, transparent 100%);
    flex-direction: column;
  }

  .brand {
    width: 170px;
    height: 40px;
    align-self: flex-start;
  }

  .nav-links {
    width: 100%;
    min-width: 0;
    min-height: 72px;
  }

  .nav-links a {
    min-height: 72px;
    padding: 0 4px 14px;
    justify-content: center;
    font-size: clamp(12px, 3vw, 14px);
  }

  .hero {
    padding-top: 178px;
  }

  .hero-grid {
    min-height: calc(100svh - 178px - clamp(76px, 10vh, 112px));
  }

  .hero-grid,
  .intro-grid,
  .workflow-grid,
  .support-grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .intro-grid h2,
  .cta-grid h2,
  .cta-grid > .reveal-up:first-child,
  .intro-copy,
  .workflow-copy,
  .workflow-steps,
  .product-heading .eyebrow,
  .product-heading h2,
  .product-football .product-heading .eyebrow,
  .product-football .product-heading h2,
  .product-slope .product-heading .eyebrow,
  .product-slope .product-heading h2,
  .copy-block p,
  .product-football .copy-block p,
  .product-slope .copy-block p,
  .product-surf .copy-block p,
  .secondary-visual,
  .info-panel,
  .product-football .secondary-visual,
  .product-football .info-panel,
  .product-slope .secondary-visual,
  .product-slope .info-panel,
  .cta-card {
    grid-column: 1 / -1;
    grid-row: auto;
    transform: none;
    text-align: left;
  }

  .product-marshal .video-shell,
  .product-football .video-shell,
  .product-surf .video-shell,
  .product-slope .video-shell {
    width: min(100%, 1240px);
    margin-left: auto;
    margin-right: auto;
  }

  .product-football .secondary-visual,
  .product-slope .secondary-visual,
  .secondary-visual {
    place-items: center;
  }

  .system-status,
  .product-football .system-status,
  .product-slope .system-status {
    left: 50%;
    right: auto;
    width: min(100%, 310px);
    transform: translateX(-50%);
  }

  .product-section::before {
    top: 120px;
    right: -0.08em;
    font-size: clamp(52px, 20vw, 130px);
  }

  .logo-carousel {
    min-height: 88px;
    margin: 6px 0 4px;
  }

  .logo-carousel-track {
    gap: 10px;
    padding: 18px 0;
  }

  .video-shell {
    min-height: 0;
  }

  .video-status {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 12px;
  }
}

@media (max-width: 520px) {
  .intro-section,
  .product-section,
  .cta-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-links a {
    padding-right: 0;
    padding-left: 0;
    font-size: 11px;
  }

  h1 {
    font-size: clamp(34px, 11vw, 52px);
  }

  .product-heading h2 {
    font-size: clamp(30px, 9.8vw, 46px);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-actions {
    align-items: stretch;
    gap: 14px;
  }

  .hero-demo-link {
    width: auto;
  }

  .secondary-visual,
  .info-panel {
    min-height: 280px;
  }
}

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

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

  .logo-carousel::after,
  .logo-carousel-track {
    animation: none !important;
  }

  .orbital-field {
    animation: none !important;
  }
}

@media (max-width: 760px) {
  .atmosphere-canvas {
    opacity: 0.46;
    mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
  }

  .orbital-field {
    top: 11%;
    right: -78%;
    width: 160vw;
    height: 62vw;
    opacity: 0.66;
  }
}

/* Mobile edition: a deliberate phone composition, not a scaled desktop page. */
@media (max-width: 760px) {
  :root {
    --gutter: clamp(18px, 5.4vw, 24px);
    --section-y: clamp(76px, 21vw, 104px);
    --section-y-tight: clamp(64px, 18vw, 88px);
  }

  html {
    scroll-padding-top: calc(92px + env(safe-area-inset-top));
    overflow-x: clip;
  }

  body {
    min-width: 0;
    overflow-x: clip;
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left);
    -webkit-tap-highlight-color: rgba(219, 231, 255, 0.14);
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  main,
  section,
  .hero-grid,
  .intro-grid,
  .workflow-grid,
  .product-heading,
  .video-shell,
  .copy-block,
  .support-grid,
  .cta-grid {
    min-width: 0;
    max-width: 100%;
  }

  .site-header {
    inset: max(10px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) auto max(12px, env(safe-area-inset-left));
    width: auto;
    min-height: 64px;
    padding: 10px;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(219, 231, 255, 0.16);
    border-radius: 10px;
    background: rgba(5, 8, 21, 0.88);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(18px) saturate(125%);
    -webkit-backdrop-filter: blur(18px) saturate(125%);
  }

  .brand {
    width: clamp(142px, 43vw, 168px);
    height: 44px;
    align-self: auto;
  }

  .mobile-menu-toggle {
    position: relative;
    z-index: 2;
    min-width: 44px;
    min-height: 44px;
    margin-left: auto;
    padding: 0;
    display: grid;
    place-items: center;
    border: 1px solid rgba(219, 231, 255, 0.2);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--white);
    cursor: pointer;
    touch-action: manipulation;
    transition:
      background var(--motion-fast) var(--ease-standard),
      border-color var(--motion-fast) var(--ease-standard);
  }

  .mobile-menu-toggle span {
    position: absolute;
    width: 19px;
    height: 1px;
    border-radius: 99px;
    background: currentColor;
    transform: translateY(-4px);
    transition: transform 320ms var(--ease-emphasized);
  }

  .mobile-menu-toggle span:last-child {
    transform: translateY(4px);
  }

  .site-header.menu-open .mobile-menu-toggle span {
    transform: rotate(45deg);
  }

  .site-header.menu-open .mobile-menu-toggle span:last-child {
    transform: rotate(-45deg);
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    inset-inline: 0;
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 8px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    visibility: hidden;
    overflow: hidden;
    border: 1px solid rgba(219, 231, 255, 0.16);
    border-radius: 10px;
    background: rgba(5, 8, 21, 0.96);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.34);
    opacity: 0;
    transform: translateY(-8px) scale(0.985);
    transform-origin: top;
    transition:
      opacity 220ms var(--ease-standard),
      transform 420ms var(--ease-emphasized),
      visibility 0s linear 420ms;
    backdrop-filter: blur(24px) saturate(125%);
    -webkit-backdrop-filter: blur(24px) saturate(125%);
  }

  .nav-links::before,
  .nav-links::after {
    content: none;
  }

  .site-header.menu-open .nav-links {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0s;
  }

  .nav-links a {
    min-height: 48px;
    padding: 0 14px;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    letter-spacing: -0.01em;
  }

  .nav-links a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: transparent;
  }

  .nav-links a.is-active {
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
  }

  .nav-links a.is-active::after {
    background: var(--white);
    box-shadow: 0 0 12px rgba(118, 153, 255, 0.95);
  }

  .hero {
    min-height: 100svh;
    padding: calc(116px + env(safe-area-inset-top)) var(--gutter) max(56px, env(safe-area-inset-bottom));
    align-items: end;
  }

  .hero-grid {
    min-height: calc(100svh - 172px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: end;
  }

  .hero-copy {
    grid-column: 1;
    padding-bottom: clamp(10px, 5vh, 42px);
  }

  h1 {
    max-width: 9ch;
    font-size: clamp(42px, 13.8vw, 62px);
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-wrap: balance;
  }

  .hero-text {
    max-width: 34ch;
    margin-top: 18px;
    font-size: clamp(16px, 4.4vw, 18px);
    line-height: 1.55;
  }

  .hero-actions {
    width: 100%;
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-actions .button,
  .cta-card .button {
    width: 100%;
    min-height: 54px;
  }

  .hero-demo-link {
    width: 100%;
    min-height: 54px;
    justify-content: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--radius-control);
    background: rgba(255, 255, 255, 0.04);
  }

  .hero-demo-icon {
    width: 34px;
    height: 34px;
    border: 0;
  }

  .hero-demo-icon svg {
    width: 20px;
    height: 20px;
  }

  .intro-section,
  .workflow-section,
  .product-section,
  .cta-section {
    padding: var(--section-y) var(--gutter);
    scroll-margin-top: calc(92px + env(safe-area-inset-top));
  }

  .intro-grid,
  .workflow-grid,
  .support-grid,
  .cta-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .intro-grid h2,
  .workflow-copy h2,
  .cta-grid h2,
  .product-heading h2 {
    max-width: 13ch;
    font-size: clamp(32px, 9.6vw, 44px);
    line-height: 1.06;
    letter-spacing: -0.038em;
    text-wrap: balance;
  }

  .intro-copy,
  .workflow-copy p,
  .copy-block p,
  .cta-card p {
    max-width: 38ch;
    font-size: clamp(16px, 4.35vw, 18px);
    line-height: 1.68;
  }

  .intro-copy {
    gap: 18px;
  }

  .workflow-section {
    padding-top: var(--section-y-tight);
  }

  .workflow-steps {
    gap: 22px;
  }

  .workflow-steps::before {
    left: 10px;
  }

  .workflow-step {
    padding-left: 38px;
  }

  .workflow-step::before {
    left: 2px;
    width: 16px;
    height: 16px;
  }

  .workflow-step span {
    font-size: 22px;
  }

  .workflow-step p {
    margin-top: 5px;
    line-height: 1.55;
  }

  .logo-carousel {
    min-height: 76px;
    margin: 0;
  }

  .logo-carousel-viewport {
    mask-image: linear-gradient(90deg, transparent, #000 11%, #000 89%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 11%, #000 89%, transparent);
  }

  .logo-carousel-track {
    gap: 14px;
    padding: 16px 0;
  }

  .logo-carousel-marshal img {
    height: 52px;
  }

  .logo-carousel-football img,
  .logo-carousel-surf img,
  .logo-carousel-slope img {
    height: 42px;
  }

  .product-section {
    padding-top: var(--section-y-tight);
    padding-bottom: var(--section-y);
  }

  .product-heading {
    display: block;
    margin-bottom: 32px;
  }

  .product-heading h2,
  .product-football .product-heading h2,
  .product-surf .product-heading h2,
  .product-slope .product-heading h2 {
    max-width: 12ch;
  }

  .video-shell,
  .product-marshal .video-shell,
  .product-football .video-shell,
  .product-surf .video-shell,
  .product-slope .video-shell {
    width: calc(100% + 12px);
    max-width: calc(100% + 12px);
    margin-inline: -6px;
    border-radius: 7px;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
  }

  .video-status {
    min-height: 46px;
    padding: 10px 12px;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    line-height: 1.25;
  }

  .video-status span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .video-status span:last-child {
    text-align: right;
  }

  .video-status span:last-child::before {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }

  .product-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
  }

  .media-note {
    padding: 8px 10px;
    font-size: 10px;
    background: rgba(5, 8, 21, 0.54);
  }

  .copy-block {
    padding: 32px 0 12px;
    grid-template-columns: minmax(0, 1fr);
  }

  .copy-block p,
  .product-football .copy-block p,
  .product-surf .copy-block p,
  .product-slope .copy-block p {
    grid-column: 1;
    max-width: 40ch;
    overflow-wrap: anywhere;
  }

  .support-grid {
    margin-top: 36px;
    gap: 34px;
  }

  .secondary-visual,
  .product-marshal .secondary-visual,
  .product-football .secondary-visual,
  .product-surf .secondary-visual,
  .product-slope .secondary-visual,
  .info-panel,
  .product-football .info-panel,
  .product-slope .info-panel {
    width: 100%;
    min-width: 0;
    min-height: 0;
    grid-column: 1;
    grid-row: auto;
    transform: none;
  }

  .secondary-visual {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    overflow: visible;
  }

  .secondary-visual img,
  .product-marshal .secondary-visual .marshal-alert-chart,
  .product-football .secondary-visual .football-foul-visual,
  .product-surf .secondary-visual .surf-fall-visual,
  .product-slope .secondary-visual .slope-fall-visual {
    width: 100%;
    max-width: 100%;
    max-height: none;
    object-fit: contain;
  }

  .system-status,
  .product-marshal .system-status,
  .product-football .system-status,
  .product-surf .system-status,
  .product-slope .system-status {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding-top: 14px;
    transform: none;
  }

  .system-status strong {
    font-size: clamp(22px, 6.4vw, 28px);
  }

  .info-panel {
    padding: 30px 0 0;
    border-top: 1px solid rgba(219, 231, 255, 0.22);
  }

  .info-panel h3 {
    margin-bottom: 18px;
    font-size: clamp(25px, 7.4vw, 31px);
  }

  .info-panel ul {
    font-size: 16px;
    line-height: 1.62;
  }

  .info-panel li {
    padding-left: 30px;
    position: relative;
  }

  .info-panel li + li {
    margin-top: 14px;
  }

  .info-panel li::before {
    position: absolute;
    left: 0;
    top: 0.78em;
    margin: 0;
  }

  .cta-section {
    min-height: max(68svh, 560px);
    padding-bottom: max(var(--section-y), calc(48px + env(safe-area-inset-bottom)));
  }

  .cta-grid {
    align-content: center;
    gap: 42px;
  }

  .cta-card {
    width: 100%;
    justify-self: stretch;
  }

  .button,
  .hero-demo-link,
  .nav-links a,
  .brand {
    touch-action: manipulation;
  }
}

@media (max-width: 359px) {
  :root {
    --gutter: 16px;
  }

  .site-header {
    inset-inline: 8px;
  }

  .brand {
    width: 136px;
  }

  h1 {
    font-size: clamp(39px, 13.2vw, 47px);
  }

  .video-status {
    font-size: 9px;
  }
}

@media (max-width: 760px) and (orientation: landscape) and (max-height: 520px) {
  .hero {
    min-height: 620px;
  }

  .hero-grid {
    min-height: 430px;
  }
}

@media (hover: none) {
  .button:hover,
  .hero-demo-link:hover .hero-demo-icon {
    transform: none;
  }

  .button:active,
  .hero-demo-link:active,
  .mobile-menu-toggle:active,
  .nav-links a:active {
    background-color: rgba(219, 231, 255, 0.14);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.intro-enabled {
    overflow: auto;
  }

  .logo-intro {
    display: none !important;
  }

  .nav-links,
  .mobile-menu-toggle span,
  .reveal-up,
  .logo-carousel-track,
  .orbital-field {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}
