/* ═══ LOCAL FONT: Acumin Pro ═══ */
@font-face {
  font-family: 'acumin-pro';
  src: url('../font/acumin-pro/Acumin-RPro.woff2') format('woff2'),
       url('../font/acumin-pro/Acumin-RPro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'acumin-pro';
  src: url('../font/acumin-pro/Acumin-BdPro.woff2') format('woff2'),
       url('../font/acumin-pro/Acumin-BdPro.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'acumin-pro';
  src: url('../font/acumin-pro/Acumin-ItPro.woff2') format('woff2'),
       url('../font/acumin-pro/Acumin-ItPro.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'acumin-pro';
  src: url('../font/acumin-pro/Acumin-BdItPro.woff2') format('woff2'),
       url('../font/acumin-pro/Acumin-BdItPro.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ═══════════════════════════════════════════════════════════════════
   GROWTHR — SPLINE-INSPIRED 3D HERO REDESIGN
   ═══════════════════════════════════════════════════════════════════ */

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

:root {
  --bg: #060A10;
  --white: #f0f0f2;
  --gray-100: rgba(255, 255, 255, .72);
  --gray-200: rgba(255, 255, 255, .48);
  --gray-300: rgba(255, 255, 255, .35);
  --gray-400: rgba(255, 255, 255, .10);
  --accent: #2EC4FF;
  --accent2: #86DCFF;
  --accent3: #38bdf8;
  --gradient: linear-gradient(135deg, #0A64FF 0%, #2EC4FF 50%, #86DCFF 100%);
  --font-d: 'acumin-pro', Helvetica, 'Helvetica Neue', Arial, sans-serif;
  --font-b: 'acumin-pro', 'Sora', sans-serif;
}

html {
  scroll-behavior: smooth;
}

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

::-webkit-scrollbar-track {
  background: #060A10;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .12);
  border-radius: 3px;
}

body {
  font-family: var(--font-b);
  background: var(--bg);
  color: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

/* ── NAV (logo + floating CTA) ─────────────────── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: clamp(14px, 1.04vw, 20px) clamp(20px, 1.875vw, 36px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

/* Subtle scrim over dot background behind header area */
.nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .35) 0%, transparent 100%);
  pointer-events: none;
  z-index: -1;
}

.nav-brand {
  pointer-events: auto;
  display: flex;
  align-items: center;
}

.nav .btn-main {
  pointer-events: auto;
  font-size: clamp(.72rem, 0.42vw + 0.3rem, .82rem);
  padding: clamp(10px, 0.625vw, 12px) clamp(20px, 1.35vw, 26px);
  margin-top: 4px;
}


/* ── HERO ──────────────────────────────────────── */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: clamp(40px, 3.125vw, 60px);
  overflow: hidden;
}

.hero-bottom {
  position: relative;
  width: 100%;
  z-index: 3;
  margin-top: auto;
  padding-bottom: 8px;
  transform: translateY(-40px);
}

/* Three.js canvas container */
#hero-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  pointer-events: none;
  width: 100%;
  max-width: min(1200px, 72vw);
  margin: auto auto clamp(24px, 2.08vw, 40px);
  padding: 0 clamp(36px, 3.125vw, 60px) 0 clamp(20px, 5vw, 100px);
  text-align: left;
}

.hero-content>* {
  pointer-events: auto;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-b);
  font-size: .8rem;
  font-weight: 500;
  color: var(--gray-200);
  font-style: italic;
  margin-bottom: 16px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.hero h1 {
  font-family: var(--font-d);
  font-size: clamp(3.2rem, 6vw, 6rem);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: .9;
  color: white;
  max-width: clamp(380px, 26vw, 500px);
  margin-bottom: clamp(16px, 1.25vw, 24px);
  opacity: 0;
  transition: opacity 0.6s ease;
  text-shadow: 0 4px 30px rgba(0, 0, 0, .3);
}

.hero-unlocked {
  display: block;
  margin-top: -.1em;
}

.hero-sub {
  font-size: clamp(.95rem, 1.5vw, 1.15rem);
  color: var(--gray-200);
  max-width: min(360px, 45%);
  margin: 0 0 clamp(24px, 2.08vw, 40px);
  line-height: 1.6;
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* ── FLIP WORDS (inside h1) ─────────────────────── */
.hero-flip-words {
  position: relative;
  display: block;
  height: 1em;
}

.flip-word {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}

.flip-letter {
  display: inline-block;
  color: var(--accent);
  text-shadow: 0 0 10px rgba(46, 196, 255, 0.4);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
}

/* When word is active, reveal letters with stagger (delay set inline by JS) */
.flip-word.active {
  opacity: 1;
}

.flip-word.active .flip-letter {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* Exit: the whole word drifts up-right, scales, blurs out */
.flip-word.exit {
  opacity: 1;
  animation: flipWordExit .45s cubic-bezier(.4, 0, .2, 1) forwards;
}

.flip-word.exit .flip-letter {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition: none;
}

@keyframes flipWordExit {
  0% {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px) translateX(40px) scale(2);
    filter: blur(8px);
  }
}

.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* Desktop: make hero CTA bigger & wider so it's unmissable */
@media (min-width: 769px) {
  .hero-buttons .btn-main {
    font-size: clamp(.95rem, 0.57vw + 0.4rem, 1.1rem);
    padding: clamp(14px, 0.94vw, 18px) clamp(32px, 2.5vw, 48px);
  }
}

.hero-g-spacer { display: none; }

/* Rainbow button color vars */
:root {
  --color-1: 197 100% 59%;
  --color-2: 210 80% 75%;
  --color-3: 210 100% 63%;
  --color-4: 200 100% 63%;
  --color-5: 200 60% 85%;
  --rainbow-speed: 6s;
}

@keyframes rainbow {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 200%;
  }
}

.btn-main {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 0.42vw, 8px);
  padding: clamp(12px, 0.83vw, 16px) clamp(28px, 2.08vw, 40px);
  font-family: var(--font-b);
  font-weight: 600;
  font-size: clamp(.92rem, 0.57vw + 0.4rem, 1.1rem);
  color: #fff;
  border-radius: 12px;
  border: 2px solid transparent;
  cursor: pointer;
  background:
    linear-gradient(#0d0d0e, #0d0d0e) padding-box,
    linear-gradient(90deg,
      hsl(var(--color-1)), hsl(var(--color-5)), hsl(var(--color-3)),
      hsl(var(--color-4)), hsl(var(--color-2)), hsl(var(--color-1)),
      hsl(var(--color-5)), hsl(var(--color-3)), hsl(var(--color-4)),
      hsl(var(--color-2)), hsl(var(--color-1))) border-box;
  background-size: 100%, 400% 100%;
  animation: rainbow var(--rainbow-speed) infinite linear;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s;
}

/* Glow underneath */
.btn-main::before {
  content: '';
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 40%;
  z-index: -1;
  background: linear-gradient(90deg, hsl(var(--color-1)), hsl(var(--color-5)), hsl(var(--color-3)), hsl(var(--color-4)), hsl(var(--color-2)));
  background-size: 200%;
  filter: blur(14px);
  opacity: 0.25;
  animation: rainbow var(--rainbow-speed) infinite linear;
  border-radius: 50%;
}

.btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(46, 196, 255, .3);
}

.btn-main .arr {
  transition: transform .2s;
}

.btn-main:hover .arr {
  transform: translateX(3px);
}

.btn-sec {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 14px 28px;
  font-family: var(--font-b);
  font-weight: 500;
  font-size: .9rem;
  background: transparent;
  color: var(--gray-100);
  border: 1px solid var(--gray-400);
  border-radius: 12px;
  cursor: pointer;
  transition: all .3s;
}

.btn-sec:hover {
  border-color: var(--gray-300);
  background: rgba(255, 255, 255, .04);
}


/* ── STATS ─────────────────────────────────────── */
.stats-bar {
  position: relative;
  z-index: 2;
  padding: 8px 0;
  margin-top: -24px;
  background: transparent;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

@keyframes fadeUpStats {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(-16px);
  }
}

.stats-inner {
  max-width: min(1200px, 72vw);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 60px);
  display: flex;
  justify-content: center;
  gap: clamp(30px, 5vw, 80px);
}

.stat {
  text-align: center;
}

.stat-val {
  font-family: 'Sora', sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -.03em;
  background: linear-gradient(135deg, #2EC4FF, #86DCFF, #38bdf8);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shine 1.8s ease-out 2s both;
}

@keyframes shine {
  0% {
    background-position: 200% center;
  }

  100% {
    background-position: -200% center;
  }
}

.stat-lbl {
  font-size: .75rem;
  color: var(--gray-200);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 500;
  margin-top: 6px;
}


/* ── LOGO MARQUEE ──────────────────────────────── */
.marquee-wrap {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 4px 0 8px;
  margin-top: clamp(36px, 2.92vw, 56px);
  transform: translateY(16px);
  background: transparent;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.nav {
  transition: opacity 0.6s ease;
}

/* ── PAGE LOADING STATE — prism sweep plays first, then reveals scene ─── */
body.page-loading .hero h1,
body.page-loading .hero-eyebrow,
body.page-loading .hero-unlocked,
body.page-loading .hero-sub,
body.page-loading .hero-buttons,
body.page-loading .hero-g-spacer,
body.page-loading .stats-bar,
body.page-loading .marquee-wrap {
  opacity: 0 !important;
}
body.page-loading .marquee {
  animation-play-state: paused !important;
}
body.page-loading .nav {
  opacity: 0 !important;
}

/* ── LOADING OVERLAY — progress bar while Three.js initializes ─── */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  transition: opacity 0.4s ease;
}
.loading-overlay.fade-out {
  opacity: 0;
  pointer-events: none;
}
.loading-bar-wrap {
  display: none;
}
.loading-bar {
  display: none;
}
.loading-spinner {
  width: 32px;
  height: 32px;
  border: 2px solid rgba(255,255,255,0.08);
  border-top-color: var(--accent, #2ec4ff);
  border-radius: 50%;
  animation: spin-loader 0.8s linear infinite;
}
@keyframes spin-loader {
  to { transform: rotate(360deg); }
}

.marquee-wrap::before,
.marquee-wrap::after {
  display: none;
}

/* Use mask to fade edges without opaque backgrounds blocking the prism */
.marquee-wrap {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 80px, black calc(100% - 80px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 80px, black calc(100% - 80px), transparent 100%);
}

.marquee {
  display: flex;
  align-items: center;
  gap: clamp(32px, 2.5vw, 48px);
  width: max-content;
  will-change: transform;
  animation: mscroll var(--scroll-dur, 35s) linear infinite;
}

@keyframes mscroll {
  to {
    transform: translateX(calc(var(--scroll-w, 50%) * -1));
  }
}

.m-item {
  flex-shrink: 0;
  opacity: .4;
  transition: opacity .35s;
  object-fit: contain;
}

.m-item:hover {
  opacity: .8;
}

/* Scale logo items proportionally with viewport (1.0 at 1920px, ~0.82 at 1024px) */
@media (max-width: 1919px) {
  .marquee {
    transform-origin: center center;
    --marquee-scale: clamp(0.82, calc(0.54 + 0.24 * (100vw - 1024px) / 896), 1);
  }
  .m-item {
    transform: scale(var(--marquee-scale, 1));
  }
}



/* ── CONTAINER ─────────────────────────────────── */
.container {
  max-width: min(1200px, 82vw);
  margin: 0 auto;
  padding: 0 clamp(16px, 1.25vw, 24px);
}

.sec-pad {
  padding: clamp(40px, 3.33vw, 64px) 0;
}

/* ── SECTION CTA (repeating Book a Call) ────── */
.section-cta {
  display: flex;
  justify-content: center;
  padding: clamp(32px, 2.5vw, 48px) 0 0;
}

.sec-label {
  display: none;
}

.sec-title {
  font-family: var(--font-d);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.1;
  max-width: 600px;
}

.sec-desc {
  color: var(--gray-200);
  font-size: clamp(.9rem, 0.55vw + 0.35rem, 1.05rem);
  line-height: 1.7;
  max-width: clamp(360px, 24vw, 460px);
  margin-top: clamp(12px, 0.83vw, 16px);
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all .7s cubic-bezier(.4, 0, .2, 1);
}

.fade-in.vis {
  opacity: 1;
  transform: none;
}


/* ── BENTO ─────────────────────────────────────── */
.bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(8px, 0.625vw, 12px);
  margin-top: clamp(40px, 3.33vw, 64px);
}

.b-card {
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: clamp(12px, 0.83vw, 16px);
  padding: clamp(20px, 1.46vw, 28px) clamp(20px, 1.46vw, 28px) clamp(24px, 1.67vw, 32px);
  position: relative;
  overflow: hidden;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  cursor: default;
  display: flex;
  flex-direction: column;
}

.b-card:hover {
  background: rgba(255, 255, 255, .04);
  border-color: rgba(255, 255, 255, .12);
}

/* Grid spans */
.b-span-2 {
  grid-column: span 2;
}

.b-span-3 {
  grid-column: span 3;
}

.b-span-4 {
  grid-column: span 4;
}

.b-span-6 {
  grid-column: span 6;
}

/* Decorative visual area */
.b-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  position: relative;
}

.b-visual-center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Stat highlight card */
.b-stat-val {
  font-family: var(--font-d);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #fff, rgba(46, 196, 255, .85));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Circle icon (reference style) */
.b-circle-icon {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.b-circle-icon::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .05);
}

/* Card with two-column inner grid (for wider cards) */
.b-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  height: 100%;
}

.b-card-grid .b-card-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 24px;
}

.b-card-grid .b-card-graphic {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, .06);
  padding-left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-card h3 {
  font-family: var(--font-d);
  font-size: clamp(1rem, 0.6vw + 0.5rem, 1.15rem);
  font-weight: 600;
  letter-spacing: -.02em;
  margin-bottom: 8px;
}

.b-card p {
  font-size: clamp(.78rem, 0.44vw + 0.35rem, .85rem);
  color: var(--gray-200);
  line-height: 1.6;
}

.b-card .b-card-text p {
  font-size: .85rem;
  color: var(--gray-200);
  line-height: 1.6;
}

/* Decorative mini chart for the "proven" card */
.b-chart-svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Avatar stack */
.b-avatar-stack {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding-left: 8px;
}

/* Morphing text (Card 2: "One partner, every function") */
.morph-text {
  font-family: 'SF Mono', 'Fira Code', monospace;
  font-size: 1.15rem;
  font-weight: 600;
  background: linear-gradient(135deg, rgba(46,196,255,1) 0%, rgba(160,230,255,.8) 50%, rgba(46,196,255,.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 12px rgba(46,196,255,.25));
  letter-spacing: .02em;
  width: 130px;
  text-align: center;
  display: inline-block;
}
.circuit-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.cb-path {
  stroke: rgba(255,255,255,.08);
  stroke-width: 1;
  fill: none;
}
.cb-pulse {
  fill: rgba(46,196,255,.8);
  filter: drop-shadow(0 0 4px rgba(46,196,255,.6));
}

/* Scrolldex (Card 3: "$250M in data") */
.scrolldex {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.sdx-col {
  height: 100%;
  overflow: hidden;
  width: 40px;
}
.sdx-items {
  display: flex;
  flex-direction: column;
  animation: sdxScroll var(--sdx-dur, 8s) linear var(--sdx-offset, 0s) infinite;
}
.sdx-items span {
  font-family: 'SF Mono', 'Fira Code', monospace;
  font-size: .6rem;
  color: rgba(46,196,255,.55);
  text-align: center;
  padding: 4px 0;
  white-space: nowrap;
}
@keyframes sdxScroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* Service pills for "one partner" card */
.b-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.b-pill {
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .02em;
  padding: 5px 12px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .03);
  color: var(--gray-200);
  white-space: nowrap;
}

.b-pill.active {
  border-color: rgba(46, 196, 255, .3);
  background: rgba(46, 196, 255, .08);
  color: rgba(46, 196, 255, .9);
}

/* ── BENTO SCROLL ANIMATIONS ───────────────────── */

/* 1. Avatar stack: slide in from sides, "You" glows */
.b-avatar {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .5s ease, transform .5s ease, box-shadow .6s ease;
}

.bento.vis .b-avatar {
  opacity: 1;
  transform: translateY(0);
}

.bento.vis .b-avatar:nth-child(1) {
  transition-delay: .15s;
}

.bento.vis .b-avatar:nth-child(2) {
  transition-delay: .25s;
}

.bento.vis .b-avatar:nth-child(3) {
  transition-delay: .35s;
}

.bento.vis .b-avatar:nth-child(4) {
  transition-delay: .45s;
}

.bento.vis .b-avatar:nth-child(5) {
  transition-delay: .55s;
}

.bento.vis .b-avatar.you {
  animation: youGlow 2s ease-in-out .8s infinite alternate;
}

@keyframes youGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(46, 196, 255, 0);
  }

  100% {
    box-shadow: 0 0 18px 4px rgba(46, 196, 255, .4);
  }
}

/* 2. Orbital / solar system visual */
.orbit-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orbit-center {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(46, 196, 255, .35);
  background: rgba(46, 196, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  font-weight: 700;
  color: #2EC4FF;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: scale(.5);
  transition: opacity .5s ease .1s, transform .5s ease .1s;
}

.bento.vis .orbit-center {
  opacity: 1;
  transform: scale(1);
}

.orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .06);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.orbit-ring-1 {
  width: 55px;
  height: 55px;
}

.orbit-ring-2 {
  width: 98px;
  height: 98px;
}

.orbit-ring-3 {
  width: 140px;
  height: 140px;
}

.orbit-ring {
  opacity: 0;
  transition: opacity .6s ease;
}

.bento.vis .orbit-ring {
  opacity: 1;
}

.bento.vis .orbit-ring-1 {
  transition-delay: .15s;
}

.bento.vis .orbit-ring-2 {
  transition-delay: .25s;
}

.bento.vis .orbit-ring-3 {
  transition-delay: .35s;
}

/* Orbiting nodes */
.orbit-node-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}

.orbit-node-wrap .orbit-track {
  position: absolute;
  transform-origin: 0 0;
}

.orbit-node {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .45rem;
  font-weight: 600;
  letter-spacing: .03em;
  color: rgba(255, 255, 255, .5);
  position: absolute;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(4px);
}

.bento.vis .o-anim-1 {
  animation: orbit1 12s linear .5s infinite;
}

.bento.vis .o-anim-2 {
  animation: orbit2 18s linear .5s infinite;
}

.bento.vis .o-anim-3 {
  animation: orbit3 25s linear .5s infinite;
}

.bento.vis .o-anim-4 {
  animation: orbit2r 15s linear .5s infinite;
}

.bento.vis .o-anim-5 {
  animation: orbit3r 22s linear .5s infinite;
}

.bento.vis .o-anim-6 {
  animation: orbit1r 10s linear .5s infinite;
}

@keyframes orbit1 {
  from {
    transform: rotate(0deg) translateX(27px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(27px) rotate(-360deg);
  }
}

@keyframes orbit1r {
  from {
    transform: rotate(180deg) translateX(27px) rotate(-180deg);
  }

  to {
    transform: rotate(-180deg) translateX(27px) rotate(180deg);
  }
}

@keyframes orbit2 {
  from {
    transform: rotate(60deg) translateX(48px) rotate(-60deg);
  }

  to {
    transform: rotate(420deg) translateX(48px) rotate(-420deg);
  }
}

@keyframes orbit2r {
  from {
    transform: rotate(240deg) translateX(48px) rotate(-240deg);
  }

  to {
    transform: rotate(-120deg) translateX(48px) rotate(120deg);
  }
}

@keyframes orbit3 {
  from {
    transform: rotate(30deg) translateX(68px) rotate(-30deg);
  }

  to {
    transform: rotate(390deg) translateX(68px) rotate(-390deg);
  }
}

@keyframes orbit3r {
  from {
    transform: rotate(200deg) translateX(68px) rotate(-200deg);
  }

  to {
    transform: rotate(-160deg) translateX(68px) rotate(160deg);
  }
}

.orbit-node-wrap {
  opacity: 0;
  transition: opacity .6s ease;
}

.bento.vis .orbit-node-wrap {
  opacity: 1;
  transition-delay: .4s;
}

/* Subtle glow pulse on center */
.bento.vis .orbit-center {
  animation: orbitGlow 3s ease-in-out 1s infinite alternate;
}

@keyframes orbitGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(46, 196, 255, 0);
  }

  100% {
    box-shadow: 0 0 20px 6px rgba(46, 196, 255, .2);
  }
}

/* 3. Data Convergence: streams flowing into central node */
.data-conv-paths path {
  stroke-dasharray: 6 4;
  stroke-dashoffset: 0;
}
.bento.vis .data-conv-paths path {
  animation: dataStreamFlow 1.8s linear infinite;
}
@keyframes dataStreamFlow {
  100% { stroke-dashoffset: -20; }
}
.data-conv-light {
  opacity: 0;
}
.bento.vis .data-conv-light {
  opacity: 1;
}
.bento.vis .data-conv-light-1 { animation: convLight1 2.4s ease-in-out .2s infinite; }
.bento.vis .data-conv-light-2 { animation: convLight2 2.8s ease-in-out .5s infinite; }
.bento.vis .data-conv-light-3 { animation: convLight3 2.6s ease-in-out .8s infinite; }
.bento.vis .data-conv-light-4 { animation: convLight4 2.5s ease-in-out .3s infinite; }
.bento.vis .data-conv-light-5 { animation: convLight5 2.7s ease-in-out .6s infinite; }
.bento.vis .data-conv-light-6 { animation: convLight6 2.3s ease-in-out .9s infinite; }
@keyframes convLight1 { 0%,100% { offset-distance: 0%; opacity:.3; } 50% { offset-distance: 100%; opacity:1; } }
@keyframes convLight2 { 0%,100% { offset-distance: 0%; opacity:.3; } 50% { offset-distance: 100%; opacity:1; } }
@keyframes convLight3 { 0%,100% { offset-distance: 0%; opacity:.3; } 50% { offset-distance: 100%; opacity:1; } }
@keyframes convLight4 { 0%,100% { offset-distance: 0%; opacity:.3; } 50% { offset-distance: 100%; opacity:1; } }
@keyframes convLight5 { 0%,100% { offset-distance: 0%; opacity:.3; } 50% { offset-distance: 100%; opacity:1; } }
@keyframes convLight6 { 0%,100% { offset-distance: 0%; opacity:.3; } 50% { offset-distance: 100%; opacity:1; } }
.data-conv-hub {
  opacity: 0;
  transition: opacity .6s ease .4s;
}
.bento.vis .data-conv-hub {
  opacity: 1;
}
.bento.vis .data-conv-hub-glow {
  animation: hubPulse 2.5s ease-in-out 1s infinite alternate;
}
@keyframes hubPulse {
  0%  { r: 16; opacity: .04; }
  100% { r: 22; opacity: .12; }
}
.data-conv-ring {
  opacity: 0;
  transform-origin: center;
}
.bento.vis .data-conv-ring {
  animation: convRingIn .8s cubic-bezier(.4,0,.2,1) forwards;
}
.bento.vis .data-conv-ring-1 { animation-delay: .3s; }
.bento.vis .data-conv-ring-2 { animation-delay: .5s; }
@keyframes convRingIn {
  0% { opacity:0; transform: scale(.5); }
  100% { opacity:1; transform: scale(1); }
}
.data-src-icon {
  opacity: 0;
  transition: opacity .4s ease;
  transition-delay: var(--src-delay, 0s);
}
.bento.vis .data-src-icon {
  opacity: 1;
}

/* 4. Stat numbers: fall-in animation */
.stat-fall-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.stat-fall-num {
  position: absolute;
  font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
  opacity: 0;
  transform: scale(0) rotate(var(--fall-rot, 0deg));
  transform-origin: center bottom;
}

.bento.vis .stat-fall-num {
  animation: statPop 1.3s cubic-bezier(.34, 1.56, .64, 1) var(--fall-delay, 0s) forwards;
}

@keyframes statPop {
  0% {
    opacity: 0;
    transform: scale(0) rotate(var(--fall-rot, 0deg));
  }

  50% {
    opacity: 1;
    transform: scale(1.15) rotate(var(--fall-rot, 0deg));
  }

  70% {
    transform: scale(.95) rotate(var(--fall-rot, 0deg));
  }

  85% {
    transform: scale(1.02) rotate(var(--fall-rot, 0deg));
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(var(--fall-rot, 0deg));
  }
}

/* Hand-drawn circle around stat numbers */
.stat-circle-wrap {
  position: absolute;
  pointer-events: none;
}

.stat-circle-wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
}

.stat-circle-path {
  fill: none;
  stroke: rgba(46, 196, 255, 0.55);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: var(--circle-len, 600);
  stroke-dashoffset: var(--circle-len, 600);
}

.bento.vis .stat-circle-path {
  animation: drawCircle 1.8s cubic-bezier(0.43, 0.13, 0.23, 0.96) var(--circle-delay, 0.6s) forwards;
}

@keyframes drawCircle {
  0% {
    stroke-dashoffset: var(--circle-len, 600);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

/* 5. Build terminal — typing console animation */
.build-terminal {
  width: clamp(180px, 12vw, 230px);
  min-width: clamp(180px, 12vw, 230px);
  border-radius: 10px;
  background: rgba(10,11,13,.9);
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,.4);
}
.bt-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: rgba(255,255,255,.03);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.bt-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.bt-title {
  margin-left: 8px;
  font-family: 'SF Mono', 'Fira Code', monospace;
  font-size: .65rem;
  color: rgba(255,255,255,.35);
  letter-spacing: .02em;
}
.bt-body {
  padding: 12px 14px;
  font-family: 'SF Mono', 'Fira Code', monospace;
  font-size: .72rem;
  line-height: 1.7;
  min-height: 160px;
  max-height: 160px;
  overflow: hidden;
}
.bt-line {
  white-space: nowrap;
  opacity: 0;
  animation: btLineIn .15s ease forwards;
}
@keyframes btLineIn {
  to { opacity: 1; }
}
.bt-prompt {
  color: rgba(46,196,255,.6);
}
.bt-text {
  color: rgba(255,255,255,.7);
}
.bt-check {
  color: #28C840;
  font-weight: 600;
}
.bt-cursor {
  color: rgba(46,196,255,.7);
  animation: btBlink 1s step-end infinite;
  display: inline;
}
@keyframes btBlink {
  50% { opacity: 0; }
}

/* ── SERVICES MASONRY GRID + SCROLL ANIMATION ── */

/* Slide-in keyframes */
@keyframes masonry-slide-in {
  from {
    opacity: 0;
    transform: scale(0.85) rotate(calc(var(--side, 1) * (5deg * var(--amp, 1))));
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

/* Fallback animation for browsers without scroll-driven animations */
@keyframes masonry-fade-up {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.svc-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 0.625vw, 12px);
  margin-top: clamp(8px, 0.625vw, 12px);
}

.svc-masonry-category {
  margin-top: 36px;
}

.svc-masonry-category:first-child {
  margin-top: 0;
}

.svc-masonry-cat-label {
  font-family: var(--font-d);
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  font-weight: 500;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.3;
  margin-bottom: 18px;
  text-align: left;
  /* Hidden until scroll reveal */
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.svc-masonry-cat-label.label-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Card wrapper for scroll animation */
.masonry-card-wrapper {
  /* Initial state — hidden until IO reveals */
  opacity: 0;
}

/* Animate in once via IntersectionObserver */
.masonry-card-wrapper.masonry-visible {
  animation: masonry-fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Column-aware transform origins for the fanning rotation (3-col) */
.masonry-card-wrapper:nth-child(3n+1) { transform-origin: 40vw 100%; }
.masonry-card-wrapper:nth-child(3n+2) { transform-origin: 0vw 100%; }
.masonry-card-wrapper:nth-child(3n)   { transform-origin: -40vw 100%; }

/* Split wrapper — now just stacks categories vertically like all others */
.svc-masonry-split {
  margin-top: 0;
}

/* Responsive: tablet */
@media (max-width: 1024px) {
  .svc-masonry {
    grid-template-columns: repeat(2, 1fr);
  }
  .masonry-card-wrapper:nth-child(2n+1) { transform-origin: 25vw 100%; }
  .masonry-card-wrapper:nth-child(2n)   { transform-origin: -25vw 100%; }
}

/* Responsive: mobile */
@media (max-width: 768px) {
  .svc-masonry {
    grid-template-columns: 1fr;
  }
  .masonry-card-wrapper {
    transform-origin: center 100% !important;
  }
}

.svc-ai-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  margin-top: 16px;
  transition: gap .2s;
}

.svc-ai-link:hover {
  gap: 10px;
}

.svc-a-card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: clamp(10px, 0.73vw, 14px);
  padding: clamp(14px, 1.04vw, 20px);
  transition: all .3s;
  cursor: default;
  position: relative;
  overflow: hidden;
  container-type: inline-size;
  /* Horizontal layout: icon left, text right */
  display: grid;
  grid-template-columns: clamp(32px, 2.08vw, 40px) 1fr;
  grid-template-rows: auto auto;
  column-gap: clamp(12px, 0.83vw, 16px);
  align-items: start;
}

.masonry-card-wrapper .svc-a-card {
  height: 100%;
}

.svc-a-card:hover {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(46, 196, 255, .18);
  --border-opacity: 1;
}

/* Pointer-following border glow ring — multi-color per icon */
.svc-a-card::after {
  content: '';
  position: absolute;
  pointer-events: none;
  inset: 0;
  border-radius: inherit;
  /* Multi-color gradient matching each icon's palette */
  background: var(--glow-border, linear-gradient(135deg, #2EC4FF, #03B5B1, #2EC4FF));
  /* 3-layer mask: elliptical spotlight + border ring */
  -webkit-mask:
    radial-gradient(280px 140px ellipse at var(--px, 50%) var(--py, 50%), white, transparent 70%),
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: source-in, xor;
  mask:
    radial-gradient(280px 140px ellipse at var(--px, 50%) var(--py, 50%), white, transparent 70%),
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: intersect, exclude;
  padding: 2px;
  z-index: 2;
  opacity: var(--border-opacity, 0);
  transition: opacity 0.15s ease-out;
}

/* Smooth glow layer — static ambient color behind card */
.svc-a-card-glow {
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: -60%;
  right: -60%;
  border-radius: 50%;
  background: var(--glow-bg);
  transform: translateZ(0);
  filter: blur(32px) brightness(0.78);
  opacity: 0.18;
  pointer-events: none;
  transition: opacity 0.4s ease-out;
  z-index: 0;
}

.svc-a-card:hover .svc-a-card-glow {
  opacity: 0.45;
}

/* Float-up bounce on hover for service icons */
.svc-a-card-icon img {
  --icon-scale: 1;
  transform: scale(var(--icon-scale)) translateY(0);
  transition: transform .4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.svc-a-card:hover .svc-a-card-icon img {
  transform: scale(calc(var(--icon-scale) * 1.03)) translateY(-2px);
}

/* Keep card content above glow */
.svc-a-card-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  grid-row: 1 / -1;
  align-self: center;
}

.svc-a-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 3D icons — individually tuned per visual weight (compensating for PNG whitespace) */
.svc-a-card-icon img[alt="Paid Social"],
.svc-a-card-icon img[alt="Paid Search"],
.svc-a-card-icon img[alt="App Marketing"],
.svc-a-card-icon img[alt="Branding & Identity"],
.svc-a-card-icon img[alt="SEO & AI Search"],
.svc-a-card-icon img[alt="Organic Social"],
.svc-a-card-icon img[alt="AI Consulting"],
.svc-a-card-icon img[alt="Ad Creative"],
.svc-a-card-icon img[alt="Content Marketing"],
.svc-a-card-icon img[alt="Custom AI Products"],
.svc-a-card-icon img[alt="Data Analytics"],
.svc-a-card-icon img[alt="Data Attribution"],
.svc-a-card-icon img[alt="Production & Shoots"] { --icon-scale: 1.75; }

.svc-a-card-icon img[alt="Growth Strategy"] { --icon-scale: 2.4; }
.svc-a-card-icon img[alt="App Development"] { --icon-scale: 1.85; }
.svc-a-card-icon img[alt="Product Design"] { --icon-scale: 1.8; }
.svc-a-card-icon img[alt="Display & Programmatic"] { --icon-scale: 1.7; }
.svc-a-card-icon img[alt="Influencer Marketing"] { --icon-scale: 1.6; }
.svc-a-card-icon img[alt="Clipping"] { --icon-scale: 1.6; }
.svc-a-card-icon img[alt="CRO & Testing"] { --icon-scale: 1.55; }
.svc-a-card-icon img[alt="Web Development"] { --icon-scale: 1.55; transform: scale(var(--icon-scale)) scaleX(-1) translateY(0); }
.svc-a-card:hover .svc-a-card-icon img[alt="Web Development"] { transform: scale(calc(var(--icon-scale) * 1.03)) scaleX(-1) translateY(-2px); }

.svc-a-card h4 {
  font-family: var(--font-d);
  font-size: clamp(.85rem, 0.52vw + 0.35rem, 1rem);
  font-weight: 600;
  color: var(--white);
  margin-bottom: 2px;
  letter-spacing: -.01em;
  position: relative;
  z-index: 1;
  grid-column: 2;
}

.svc-a-card p {
  font-size: clamp(.68rem, 0.42vw + 0.28rem, .78rem);
  color: var(--gray-200);
  line-height: 1.45;
  position: relative;
  z-index: 1;
  grid-column: 2;
}

.svc-a-card-link {
  font-size: .75rem;
  font-weight: 500;
  color: var(--accent);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: gap .2s;
}

.svc-a-card-link:hover {
  gap: 8px;
}


/* ── SPOTLIGHT ─────────────────────────────────── */
.spot {
  position: relative;
  overflow: hidden;
  border-radius: clamp(20px, 1.46vw, 28px);
  border: 1px solid rgba(255, 255, 255, .06);
  background: rgba(255, 255, 255, .02);
  padding: clamp(48px, 4.17vw, 80px) clamp(36px, 3.33vw, 64px);
  margin-top: clamp(40px, 3.33vw, 64px);
  height: clamp(340px, 21.875vw, 420px);
  display: flex;
  align-items: center;
}

/* Carousel: show one card at a time with cross-fade */
.spot-carousel {
  position: relative;
  margin-top: 64px;
}
.spot-carousel .spot {
  margin-top: 0;
  position: absolute;
  top: 0; left: 0; right: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(.4,0,.2,1);
}
.spot-carousel .spot.spot-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.spot-carousel .spot.spot-exiting {
  opacity: 0;
  position: absolute;
}
/* Minimal counter navigation */
.spot-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  padding: 0 4px;
}
.spot-counter {
  font-family: var(--font-d);
  font-size: .7rem;
  font-weight: 500;
  color: rgba(255,255,255,.2);
  letter-spacing: .08em;
}
.spot-counter .spot-counter-current {
  color: rgba(255,255,255,.45);
}


.spot::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(120, 180, 220, .06), transparent 60%);
  pointer-events: none;
}

.spot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 3.33vw, 64px);
  align-items: start;
}

/* ── Brand logos row ── */
.spot-logos {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.spot-logos img {
  height: 22px;
  opacity: .85;
}
.spot-logos img.logo-invert { filter: brightness(0) invert(1); }
.spot-logos .logo-x {
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .06em;
  color: rgba(255,255,255,.3);
  text-transform: uppercase;
}

.spot-headline {
  font-family: var(--font-d);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.25;
  color: var(--white);
  margin-bottom: 16px;
}
.spot-headline strong {
  background: var(--spot-accent, linear-gradient(135deg, #2EC4FF, #86DCFF));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.spot-desc {
  font-size: clamp(.82rem, 0.5vw + 0.35rem, .95rem);
  line-height: 1.7;
  color: var(--gray-200);
  margin-bottom: clamp(20px, 1.46vw, 28px);
  max-width: clamp(320px, 21.875vw, 420px);
}

.spot-quote {
  font-family: var(--font-d);
  font-size: clamp(1rem, 0.6vw + 0.4rem, 1.15rem);
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.55;
  margin-bottom: clamp(14px, 1.04vw, 20px);
  color: var(--gray-100);
  font-style: italic;
}

.spot-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.spot-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .75rem;
  color: #fff;
}

.spot-name {
  font-weight: 600;
  font-size: .85rem;
}

.spot-role {
  font-size: .75rem;
  color: var(--gray-300);
}

.spot-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(18px, 1.46vw, 28px);
}

.spot-stat {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.spot-sv {
  font-family: var(--font-d);
  font-size: clamp(1.6rem, 1.15vw + 0.5rem, 2.2rem);
  font-weight: 700;
  letter-spacing: -.02em;
  background: var(--spot-accent, linear-gradient(135deg, #2EC4FF, #86DCFF, #38bdf8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.spot-sl {
  font-size: .72rem;
  color: var(--gray-300);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.spot-creative-grid {
  display: grid;
  grid-template-columns: 1fr clamp(320px, 25vw, 480px);
  gap: clamp(20px, 1.67vw, 32px);
  align-items: start;
  width: 100%;
  height: 100%;
}
.spot-creative-grid video {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 40px rgba(0,0,0,.4);
}

/* ── Horizontal media layout (video + photos side by side) ── */
.spot-media-horiz {
  display: flex;
  gap: 10px;
  height: 100%;
  overflow: hidden;
}
.spot-media-horiz video {
  height: 100%;
  width: auto;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.spot-media-side {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-width: 80px;
}
.spot-media-side img {
  width: 100%;
  flex: 1;
  object-fit: cover;
  border-radius: 8px;
}

/* ── Full-width text card (no stats sidebar) ── */
.spot-text-full {
  display: block;
}
.spot-text-full .spot-desc {
  max-width: 680px;
  font-size: 1.05rem;
  margin-bottom: 28px;
}

.spot-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .82rem;
  font-weight: 500;
  color: rgba(255,255,255,.5);
  transition: color .3s;
  text-decoration: none;
}
.spot-link:hover { color: #fff; }
.spot-link .arr { transition: transform .2s; }
.spot-link:hover .arr { transform: translateX(4px); }

@media (max-width: 768px) {
  .spot-grid, .spot-creative-grid { grid-template-columns: 1fr; gap: 40px; }
  .spot-creative-grid video { max-width: 240px; }
  .spot { padding: 48px 28px; }
  .spot-text-full .spot-desc { max-width: 100%; }
}


/* ── CTA ───────────────────────────────────────── */
.cta-sec {
  text-align: center;
  position: relative;
  padding-top: 24px;
}

.cta-sec::before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(120, 180, 220, .07), transparent 70%);
  pointer-events: none;
}

.cta-t {
  font-family: var(--font-d);
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
  margin-bottom: 20px;
}

.cta-d {
  color: var(--gray-200);
  font-size: clamp(.92rem, 0.57vw + 0.4rem, 1.1rem);
  max-width: clamp(360px, 22.9vw, 440px);
  margin: 0 auto clamp(28px, 2.08vw, 40px);
}

.grad-t {
  background: linear-gradient(90deg, #0A64FF, #2EC4FF, #86DCFF, #2EC4FF, #0A64FF);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: grad-sweep 4s ease-in-out infinite;
}

@keyframes grad-sweep {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

.cta-form {
  max-width: clamp(380px, 25vw, 480px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cta-row {
  display: flex;
  gap: 12px;
}

.cta-in {
  flex: 1;
  padding: 14px 20px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 12px;
  color: #fff;
  font-family: var(--font-b);
  font-size: .9rem;
  transition: all .3s;
  outline: none;
}

.cta-in:focus {
  border-color: var(--accent);
  background: rgba(46, 196, 255, .04);
  box-shadow: 0 0 0 3px rgba(46, 196, 255, .1);
}

.cta-in::placeholder {
  color: var(--gray-300);
}

.cta-btn {
  width: 100%;
  padding: 16px;
  background: var(--white);
  color: #000;
  border: none;
  border-radius: 12px;
  font-family: var(--font-b);
  font-weight: 600;
  font-size: .95rem;
  cursor: pointer;
  transition: all .3s;
  text-align: center;
  display: block;
}

.cta-btn:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(46, 196, 255, .25);
}


/* ── FOOTER ────────────────────────────────────── */
footer {
  position: relative;
  z-index: 1;
  padding: 24px 0;
}

.ft-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: .78rem;
  color: var(--gray-300);
}

.ft-logo-img {
  height: 18px;
  opacity: .85;
}


/* ── ANIMATIONS ─────────────────────────────── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px)
  }

  to {
    opacity: 1;
    transform: none
  }
}


/* ── RESPONSIVE ─────────────────────────────── */
@media(max-width:1024px) {
  .bento {
    grid-template-columns: repeat(2, 1fr)
  }

  .svc-a-card {
    flex: 0 0 180px;
  }

  .spot-grid {
    grid-template-columns: 1fr;
    gap: 48px
  }

  .spot {
    padding: 48px 36px;
    min-height: 520px;
  }

  .sec-pad {
    padding: 56px 0;
  }
}

@media(max-width:768px) {
  .nav {
    padding: 14px 20px;
    background: rgba(0, 0, 0, .85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
  }

  .nav::before {
    display: none;
  }

  /* Shrink nav CTA on mobile so it doesn't dominate the header */
  .nav .btn-main {
    font-size: .72rem;
    padding: 10px 16px;
    max-width: 140px;
    width: auto;
  }

  .hero-content {
    z-index: 1;
  }

  .hero {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto; /* Fully unlocked on mobile to permit unrestricted sequential block rendering into the logo track */
    min-height: 102svh; /* Guarantees layout covers the physical view without violently cutting DOM */
    padding: 5svh 24px 3svh 24px; /* Dialed top padding down strictly 3svh to counteract the 3svh margin-top push on the H1, restoring exact balance */
    overflow: visible; /* Safe un-cropping of logo marquee */
    text-align: center;
  }

  #hero-canvas {
    transform: translateY(3svh); /* Push the G point-cloud specifically down to restore breathing room beneath the dropped headline */
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: 1; /* Pushes hero-bottom to the bottom */
    position: relative;
    z-index: 10;
  }

  .hero-g-spacer {
    display: block;
    flex: 1; /* Absorb empty space for G */
    width: 100%;
    min-height: 25svh; /* Minimum size */
  }

  .hero h1 {
    font-size: clamp(2.4rem, 10vw, 3.8rem);
    max-width: 100%;
    line-height: 1.05; /* Lifted line-height slightly to stop words from physically intersecting */
    width: 100%;
    position: relative;
    z-index: 10;
    text-align: center;
    margin-top: 3svh; /* Push textual headline down physically into the layout */
  }

  .hero-sub {
    font-size: clamp(1.15rem, 5vw, 1.45rem); /* Scaled subtext up significantly as requested */
    max-width: clamp(260px, 85vw, 360px); /* Allow more width for larger text */
    width: 100%;
    line-height: 1.65;
    position: relative;
    z-index: 10;
    text-align: center;
    margin: 1svh auto 16px auto; /* Removed bloated compensation margin since Geometry is lifted mathematically */
  }

  .hero-flip-words {
    height: clamp(2.4rem, 10vw, 3.8rem);
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
  }

  .flip-word {
    font-size: clamp(2.4rem, 10vw, 3.8rem);
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }

  @keyframes flipWordExit {
    0% {
      opacity: 1;
      transform: translateX(-50%) translateY(0) scale(1);
      filter: blur(0);
    }
    100% {
      opacity: 0;
      transform: translateX(-50%) translateY(-40px) scale(2);
      filter: blur(8px);
    }
  }

  .hero-buttons {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 10;
    margin-top: 12px; 
    margin-bottom: 1svh; /* Stripped gap down to restore stat row to bottom floor */
  }

  .btn-main,
  .btn-sec {
    width: 100%;
    max-width: 260px; /* Much larger button width */
    justify-content: center;
    text-align: center; /* Guarantee text centering */
    padding: 12px 24px; /* Shaved 4px off top/bottom padding to compress vertical layout size */
    font-size: 1.15rem; /* Noticeably larger CTA text, scaled down slightly from 1.25 for fit */
  }

  /* Kill the aggressive glow on mobile */
  .btn-main::before {
    display: none;
  }

  /* Let stats flow naturally but evenly */
  .hero-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0px; /* Reduced to absolutely 0 to glue the logo section directly to the stats */
    margin-top: 0;
    position: relative;
    z-index: 10;
    padding-bottom: 2dvh; /* Guarantee it doesn't scrape bottom bezel */
  }

  .stats-bar {
    position: relative;
    width: 100%; /* EXPLICIT FIX: Stop shrink-to-fit flexbox collapse */
  }

  .logo-marquee {
    position: relative;
  }

  .stats-bar {
    padding: 0;
  }

  .stat-val {
    font-size: clamp(2.5rem, 14vw, 3.8rem); /* Scale numbers WAY up */
  }

  .stat-lbl {
    font-size: .8rem;
    letter-spacing: .06em;
  }

  .stats-inner {
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: center;
    padding: 0 16px;
    max-width: 100%;
  }

  .marquee-wrap {
    margin-top: 4px; /* Dropped from 16px to conserve vertical space */
    max-width: 100vw;
    overflow: hidden;
  }

  .marquee {
    gap: 16px; /* Tightened visually so logos scroll more densely */
  }

  .m-item {
    transform: scale(0.65);
  }

  .sec-pad {
    padding: 0px 0; /* Total removal of generic padding inside mobile frame for logo scroll boundaries */
  }

  .sec-title {
    font-size: clamp(1.6rem, 5vw, 2.4rem);
  }

  .sec-desc {
    font-size: .95rem;
  }

  .container {
    padding: 0 28px;
  }

  .bento {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .b-span-2,
  .b-span-3,
  .b-span-4,
  .b-span-6 {
    grid-column: span 1;
  }

  .b-card-grid {
    grid-template-columns: 1fr;
  }

  .b-card-grid .b-card-graphic {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, .06);
    padding-left: 0;
    padding-top: 20px;
    margin-top: 20px;
  }

  .b-card-grid .b-card-text {
    padding-right: 0;
  }

  .b-card {
    padding: 28px 22px;
  }

  /* Scale down stat-fall numbers inside bento on mobile */
  .stat-fall-num {
    font-size: 2.2rem !important;
  }

  /* Override absolute positioning for stat numbers on mobile — stack vertically centered */
  .stat-fall-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    height: auto !important;
  }

  .stat-fall-box .stat-fall-num {
    position: static !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
  }

  .bento.vis .stat-fall-num {
    animation: none !important;
    opacity: 1 !important;
  }

  /* Only show circle on $1.5B, hide on $250M and $150M */
  .stat-fall-box .stat-fall-num:nth-child(2) svg,
  .stat-fall-box .stat-fall-num:nth-child(3) svg {
    display: none;
  }

  /* Left-align bento card text and constrain stat text width */
  .b-card h3,
  .b-card p {
    text-align: left;
  }

  .b-card[style*="flex-direction:row"] > div[style*="border-left"],
  .b-card[style*="flex-direction: row"] > div[style*="border-left"] {
    text-align: left;
    max-width: 100%;
  }

  .b-card[style*="flex-direction:row"] > div[style*="border-left"] p,
  .b-card[style*="flex-direction: row"] > div[style*="border-left"] p {
    font-size: .82rem;
    max-width: 280px;
  }

  /* Fix services panel visibility */
  .svc-panel {
    background: transparent;
  }

  .svc-panel .svc-panel-cards {
    opacity: 1;
  }

  .svc-a-card {
    background: rgba(255, 255, 255, .02);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
  }

  /* Force cards visible on mobile (JS animation won't run) */
  .svc-panel .svc-a-card {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  .svc-accordion-header {
    padding: 22px 4px;
  }

  .svc-accordion-header h3 {
    font-size: 1.2rem;
  }

  .svc-accordion-desc {
    font-size: .78rem;
  }

  .svc-a-card {
    flex: 0 0 170px;
    padding: 22px 18px;
  }

  /* Mobile: always-on brand glow (hover doesn't exist on touch) */
  .svc-a-card .svc-a-card-glow {
    opacity: 0.12 !important;
    translate: none !important;
    filter: blur(32px) brightness(0.8) !important;
  }



  .spot {
    padding: 32px 20px;
    border-radius: 20px;
    min-height: auto;
  }

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

  .spot-quote {
    font-size: 1.25rem;
  }

  .spot-sv {
    font-size: 1.8rem;
  }

  .cta-t {
    font-size: clamp(2rem, 6vw, 3rem);
  }

  .cta-d {
    font-size: 1rem;
  }

  .ft-grid {
    flex-direction: column;
    gap: 40px;
  }

  .ft-links {
    gap: 48px;
    flex-wrap: wrap;
  }

  .ft-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .cta-row {
    flex-direction: column;
  }

  /* Section CTA alignment */
  .section-cta {
    padding: 24px 0 0;
  }

  .section-cta .btn-main {
    width: auto;
    max-width: none;
    padding: 14px 32px;
  }

  /* ── BENTO CARDS 4 & 5: force vertical stack (override inline flex-direction:row) ── */
  .b-card[style*="flex-direction:row"],
  .b-card[style*="flex-direction: row"] {
    flex-direction: column !important;
  }
  .b-card[style*="flex-direction:row"] > div[style*="border-left"],
  .b-card[style*="flex-direction: row"] > div[style*="border-left"] {
    border-left: none !important;
    border-top: 1px solid rgba(255, 255, 255, .06) !important;
    padding-left: 0 !important;
    padding-top: 20px !important;
    margin-top: 16px !important;
  }
  .b-card[style*="flex-direction:row"] > div:first-child,
  .b-card[style*="flex-direction: row"] > div:first-child {
    padding: 0 !important;
  }

  /* ── ANIMATION SIMPLIFICATION ── */
  /* Freeze circuit pulse dots on mobile */
  .cb-pulse { display: none; }

  /* Accelerated marquees */
  .marquee { animation-duration: 25s !important; }

  /* Slow rainbow button animation */
  :root { --rainbow-speed: 12s; }

  /* ── SERVICES TITLE FIX ── */
  /* Keep section title pinned when tabs scroll horizontally */
  .svc-tabs > div:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background: var(--bg);
    padding-right: 12px;
    min-width: 100%;
  }


}

@media(max-width:480px) {


  .nav {
    padding: 12px 16px;
  }

  .nav .btn-main {
    font-size: .7rem;
    padding: 8px 14px;
    border-radius: 10px;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 9vw, 3rem);
  }

  .hero-content {
    padding: 0 16px;
    padding-bottom: clamp(8px, 1.5vh, 12px);
  }

  .hero-sub {
    font-size: .92rem; /* Reduced fractionally to physically clear the width wrapping boundary, ensuring the original string prints across exactly one horizontal track */
    width: 100%; /* Total release of geometric bounding so it doesn't wrap to 3 lines */
    max-width: none;
    margin-top: 6svh; /* Dropped deeply from its previous position to drastically clear the lowered 3D canvas bounds and grant substantial breathing room */
  }

  .hero h1 {
    font-size: clamp(2.8rem, 14vw, 3.8rem); /* Will yield ~3.7rem at 430px */
    text-align: center;
    margin-top: 8svh; /* Violently press the entire text block lower on the screen to escape the nav */
  }

  #hero-canvas {
    transform: translateY(5svh); /* Eased further down off the headline to prevent cramped overlap, while avoiding intersection with the lowered subtext below */
  }

  .hero {
    padding-bottom: 5px !important; /* Total removal of the original 3svh base barrier. Submerges the bottom logo wall physically into the lowest literal pixel bounds of the iOS view */
  }

  .hero-flip-words {
    height: clamp(2.8rem, 14vw, 3.8rem); /* Expanded to dynamically match the true font height, perfectly unlocking the horizontal bleed constraint */
  }

  .flip-word {
    font-size: clamp(2.8rem, 14vw, 3.8rem);
  }

  .hero-g-spacer {
    min-height: 0; /* Remove lock to prevent 100svh container clipping */
    flex: 1; /* Restore critical expansion push! */
  }

  .container {
    padding: 0 20px;
  }

  @keyframes flipWordExit {
    0% {
      opacity: 1;
      transform: translateX(-50%) translateY(0) scale(1);
      filter: blur(0);
    }
    100% {
      opacity: 0;
      transform: translateX(-50%) translateY(-30px) scale(1.8);
      filter: blur(8px);
    }
  }

  .stat-val {
    font-size: clamp(1.5rem, 7.5vw, 1.95rem); /* Absolutely pushed scaling to max limit to fulfill user request */
    letter-spacing: -0.05em; /* Compensatory tracking to prevent wide letters from overflowing flex wrap borders */
    white-space: nowrap; 
    /* Cleared default text-align to let parents align their own bounds cleanly */
  }
  .stat-plus {
    display: none; /* Strip plus symbol natively on mobile layout exclusively */
  }

  .stat-lbl {
    font-size: .55rem; /* Dialed strictly back to original micro-label geometry */
    line-height: 1.25; /* Opened line height slightly to match larger text size */
    letter-spacing: .02em;
    white-space: normal; 
    max-width: 80px; 
    margin: 4px auto 0 auto;
    text-align: center; /* Absolute center bounds for 2-line wraps */
  }

  .stats-inner {
    position: relative; /* Anchor absolute positions to device bounds */
    gap: 0; 
    padding: 0 4px; /* Pull strictly to the absolute device frame edge */
    width: 100%; 
    flex-wrap: nowrap; 
    justify-content: space-between; 
    align-items: flex-start; /* Lock all Y-axis alignments functionally to the absolute top baseline so numbers match horizontally */
  }

  .stat {
    /* Destroyed flex grid, rendering via literal structural flush bounds */
    flex: none; 
    display: flex;
    flex-direction: column;
    align-items: center; 
  }
  .stat:first-child {
    align-items: center; /* Override left-pinning so text falls to dead absolute center beneath number */
    text-align: center;
  }
  .stat:nth-child(2) {
    /* Restored to document flow: pure space-between distribution perfectly replicates identical white-spacing gaps on asymmetric strings */
    display: flex; /* explicit flex */
    flex-direction: column;
    align-items: center; /* internal text centering */
    text-align: center;
  }
  .stat:last-child {
    align-items: center; /* Override right-pinning so text falls to dead absolute center beneath number */
    text-align: center;
  }

  .sec-pad {
    padding: 36px 0;
  }

  .container {
    padding: 0 20px;
  }

  .sec-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  /* Reduce G spacer further on small phones */
  .hero-g-spacer {
    height: clamp(90px, 14vh, 140px);
  }

  .svc-accordion-cards {
    grid-template-columns: 1fr;
  }

  .svc-accordion-item.active .svc-accordion-body {
    max-height: 1400px;
  }

  .svc-accordion-header h3 {
    font-size: 1.1rem;
  }

  /* Service category grids: full width on small phones */
  .svc-cat-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .svc-a-card {
    flex: 0 0 auto;
    padding: 18px 14px;
  }

  .svc-a-card h4 {
    font-size: .82rem;
  }

  .svc-a-card p {
    font-size: .72rem;
    line-height: 1.4;
  }

  .svc-a-card-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  .spot {
    padding: 28px 16px;
    border-radius: 16px;
    margin-top: 40px;
  }

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

  .spot-sv {
    font-size: 1.5rem;
  }

  .spot-quote {
    font-size: 1.1rem;
    margin-bottom: 24px;
  }

  .b-card {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .b-card h3 {
    font-size: 1.05rem;
  }

  .b-card p {
    font-size: .82rem;
  }

  /* Bento visual areas: compact on mobile */
  .b-visual {
    margin-bottom: 16px;
  }

  .b-stat-val {
    font-size: 2.4rem;
  }

  /* Orbit visual: smaller on tiny screens */
  .orbit-ring-3 {
    width: 130px;
    height: 130px;
  }

  .orbit-ring-2 {
    width: 90px;
    height: 90px;
  }

  .orbit-center img {
    width: 72px !important;
    height: 72px !important;
  }

  /* CTA form */
  .cta-t {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }

  .cta-d {
    font-size: .92rem;
    max-width: 320px;
  }

  .cta-form {
    padding: 0 8px;
  }

  footer {
    padding: 40px 0 24px;
  }

  .ft-grid {
    gap: 28px;
    margin-bottom: 36px;
  }

  .ft-links {
    gap: 32px;
  }

  .ft-col h4 {
    font-size: .72rem;
    margin-bottom: 12px;
  }

  .ft-col a {
    font-size: .82rem;
  }

  .ft-bottom {
    font-size: .72rem;
  }
}

/* ── PROVEN GRID (Linear-style 3-column layout) ──── */
.proven-section {
  position: relative;
  overflow: visible;
}

.proven-header {
  max-width: 640px;
  margin-bottom: 28px;
}

.proven-header h2 {
  font-family: var(--font-d);
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 600;
  line-height: 1.3;
  color: rgba(255,255,255,.4);
  letter-spacing: -0.03em;
}

.proven-sweep {
  background: linear-gradient(90deg, #fff 50%, rgba(255,255,255,.4) 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 1.4s cubic-bezier(.4,0,.2,1);
}
.proven-header.proven-text-reveal .proven-sweep {
  background-position: 0% 0;
}

.proven-header h2 span {
  color: rgba(255,255,255,.4);
  font-weight: 400;
}

.proven-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.proven-col {
  padding: clamp(16px, 1.25vw, 24px) clamp(16px, 1.25vw, 24px) clamp(16px, 1.25vw, 24px) 0;
  border-right: 1px solid rgba(255,255,255,.08);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s cubic-bezier(.4,0,.2,1), transform .7s cubic-bezier(.4,0,.2,1);
}
.proven-col:last-child {
  border-right: none;
}
.proven-col:not(:first-child) {
  padding-left: clamp(16px, 1.25vw, 24px);
}
.proven-col.proven-visible {
  opacity: 1;
  transform: none;
}

.proven-illustration {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.proven-illustration svg {
  width: 100%;
  max-width: 140px;
  height: auto;
}

/* ── Proven Illustration Animations (one-shot on scroll reveal) ── */
.proven-illustration svg {
  width: 100%;
  max-width: 140px;
  height: auto;
  /* No opacity:0 here — parent .proven-col handles the fade-in */
}

/* Vertex glow dots: subtle pulse */
.proven-glow {
  fill: rgba(255,255,255,.55);
  opacity: 0;
  transition: opacity 0.6s ease 0.8s;
}
.proven-visible .proven-glow {
  opacity: 1;
  animation: provenGlowPulse 3s ease-in-out 1s infinite;
}
@keyframes provenGlowPulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 0.85; }
}

/* Pyramid: staggered tier reveal — each tier rises up from below */
.pyramid-tier {
  opacity: 0;
  transform: translateY(14px) scale(0.92);
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.proven-visible .pyramid-tier {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.pyramid-tier.tier-1 { transition-delay: 0.15s; }
.pyramid-tier.tier-2 { transition-delay: 0.35s; }
.pyramid-tier.tier-3 { transition-delay: 0.55s; }
.pyramid-crown {
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.5s ease 0.8s, transform 0.5s ease 0.8s;
}
.proven-visible .pyramid-crown {
  opacity: 1;
  transform: translateY(0);
}

/* Globe: longitude ellipses scale in horizontally */
.globe-spin-group {
  transform-origin: 100px 80px;
  transform: scaleX(0);
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.proven-visible .globe-spin-group {
  transform: scaleX(1);
}

/* Bar chart: staggered bar rise — each bar slides up into position */
.chart-bar {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s cubic-bezier(.4,0,.2,1), transform 0.5s cubic-bezier(.4,0,.2,1);
}
.proven-visible .chart-bar { opacity: 1; transform: translateY(0); }
.chart-bar.bar-1 { transition-delay: 0.15s; }
.chart-bar.bar-2 { transition-delay: 0.28s; }
.chart-bar.bar-3 { transition-delay: 0.41s; }
.chart-bar.bar-4 { transition-delay: 0.54s; }
.chart-bar.bar-5 { transition-delay: 0.67s; }

/* Bar chart arrow: stroke draw-in (after all bars) */
.chart-arrow {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  transition: stroke-dashoffset 0.8s ease 0.9s;
}
.proven-visible .chart-arrow {
  stroke-dashoffset: 0;
}

/* Stagger the column-level entrance */
.proven-col:nth-child(2) { transition-delay: 0.2s; }
.proven-col:nth-child(3) { transition-delay: 0.4s; }

.proven-title {
  font-family: var(--font-d);
  font-size: .95rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 6px;
}

.proven-desc {
  font-family: var(--font-b);
  font-size: .85rem;
  color: rgba(255,255,255,.45);
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 1024px) {
  .proven-header h2 {
    font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  }
  .proven-col {
    padding: 20px 20px 20px 0;
  }
  .proven-col:not(:first-child) {
    padding-left: 20px;
  }
  .proven-illustration {
    height: 80px;
  }
}

@media (max-width: 768px) {
  .proven-grid {
    grid-template-columns: 1fr;
    border-top: none;
  }
  .proven-col {
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .proven-col:first-child {
    border-top: 1px solid rgba(255,255,255,.08);
  }
  .proven-col:not(:first-child) {
    padding-left: 0;
  }
  .proven-col:last-child {
    border-bottom: none;
  }
  .proven-illustration {
    height: 80px;
    margin-bottom: 14px;
  }
  .proven-header {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .proven-header h2 {
    font-size: clamp(1.1rem, 5vw, 1.4rem);
  }
  .proven-illustration {
    height: 70px;
  }
  .proven-illustration svg {
    max-width: 90px;
  }
}
  
/* ═══ BRANDS SCROLL — Dual Marquee Rows ═══ */
.brands-scroll-section {
  padding: 12px 0 40px;
  overflow: hidden;
  position: relative;
}
.brands-wall-title {
  font-family: var(--font-b);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--white);
  max-width: 420px;
  margin: 0 auto 24px;
  line-height: 1.5;
}
.brands-scroll-wrap {
  position: relative;
  overflow: hidden;
  padding: 14px 0;
  max-width: 1400px;
  margin: 0 auto;
}
/* Edge fades */
.brands-scroll-wrap::before,
.brands-scroll-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.brands-scroll-wrap::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg, #060A10), transparent);
}
.brands-scroll-wrap::after {
  right: 0;
  background: linear-gradient(-90deg, var(--bg, #060A10), transparent);
}
.brands-scroll-track {
  display: flex;
  gap: 56px;
  width: max-content;
  will-change: transform;
  animation: brandsScrollLeft var(--scroll-dur, 40s) linear infinite;
}
.brands-scroll-track.brands-scroll-reverse {
  animation: brandsScrollRight var(--scroll-dur, 45s) linear infinite;
}
.brands-scroll-logo {
  flex-shrink: 0;
  opacity: 0.45;
  transition: opacity 0.35s ease;
  width: auto;
  object-fit: contain;
}
.brands-scroll-logo:hover {
  opacity: 0.85;
}
@keyframes brandsScrollLeft {
  0%   { transform: translateX(0); }
  100% { transform: translateX(calc(var(--scroll-w, -50%) * -1px)); }
}
@keyframes brandsScrollRight {
  0%   { transform: translateX(calc(var(--scroll-w, 50%) * -1px)); }
  100% { transform: translateX(0); }
}
@media (max-width: 600px) {
  .brands-scroll-track { gap: 40px; }
  .brands-wall-title { font-size: 0.95rem; }
}
