:root {
  --bg: #07090d;
  --bg-soft: #0d1118;
  --surface: #101620;
  --surface-2: #151d29;
  --text: #f5f7fb;
  --muted: #a9b1bf;
  --line: rgba(255,255,255,.12);
  --accent: #b7ff36;
  --accent-2: #36d9ff;
  --danger: #ff5f73;
  --max: 1180px;
  --radius: 24px;
  --shadow: 0 28px 90px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 15% -10%, rgba(54,217,255,.16), transparent 30rem),
    radial-gradient(circle at 90% 10%, rgba(183,255,54,.10), transparent 26rem),
    var(--bg);
  font-family: Inter, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--accent-2); outline-offset: 4px; }
::selection { color: #07100b; background: var(--accent); }

.skip-link {
  position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-140%);
  padding: 10px 14px; color: #000; background: var(--accent); border-radius: 10px;
}
.skip-link:focus { transform: none; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: clamp(82px, 10vw, 150px) 0; position: relative; }
.section-tight { padding: clamp(56px, 7vw, 90px) 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--accent); font-weight: 800; letter-spacing: .16em; font-size: .78rem; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.section-title { margin: 0; max-width: 850px; font-size: clamp(2.1rem, 5vw, 4.6rem); line-height: 1.08; letter-spacing: -.055em; }
.section-lead { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: clamp(1rem, 1.7vw, 1.2rem); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 48px; }
.section-head .section-lead { margin-bottom: 8px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.site-header.is-scrolled { background: rgba(7,9,13,.86); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; width: min(250px, 48vw); }
.brand img { width: 100%; filter: invert(1) brightness(2); }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: #d9dee8; font-size: .92rem; font-weight: 700; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--accent); }
.nav .nav-cta { padding: 12px 18px; color: #061005; background: var(--accent); border-radius: 999px; }
.nav .nav-cta:hover { color: #061005; transform: translateY(-1px); }
.menu-button { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; color: #fff; background: rgba(255,255,255,.05); }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 19px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-open .menu-button span { opacity: 0; }
.menu-open .menu-button::before { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-button::after { transform: translateY(-6px) rotate(-45deg); }

.hero { min-height: 100svh; display: grid; align-items: end; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,4,8,.94) 0%, rgba(2,4,8,.72) 42%, rgba(2,4,8,.14) 78%), linear-gradient(0deg, var(--bg) 0%, transparent 40%); z-index: 1; }
.hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 80%); z-index: 1; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; filter: saturate(.8) contrast(1.08); transform: scale(1.04); }
.hero-content { position: relative; z-index: 2; padding: 170px 0 86px; }
.hero-kicker { display: flex; align-items: center; gap: 12px; color: var(--accent); font-weight: 850; letter-spacing: .13em; font-size: .82rem; }
.hero-kicker::before { content: ""; width: 38px; height: 3px; background: var(--accent); }
.hero h1 { margin: 22px 0 26px; max-width: 950px; font-size: clamp(3.45rem, 9.3vw, 8.8rem); line-height: .9; letter-spacing: -.075em; text-wrap: balance; }
.hero h1 .outline { display: block; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.7); }
.hero-copy { max-width: 680px; margin: 0; color: #d5dae4; font-size: clamp(1rem, 1.9vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid var(--line); border-radius: 999px; font-weight: 850; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #071006; background: var(--accent); border-color: var(--accent); }
.button-ghost { background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: rgba(255,255,255,.35); }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); max-width: 780px; margin-top: 66px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { padding: 22px 28px 22px 0; }
.stat + .stat { padding-left: 28px; border-left: 1px solid var(--line); }
.stat strong { display: block; font-size: clamp(1.8rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.05em; }
.stat span { display: block; margin-top: 8px; color: var(--muted); font-size: .85rem; }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: #0a0e14; }
.marquee-track { display: flex; width: max-content; animation: marquee 22s linear infinite; }
.marquee-item { padding: 18px 28px; color: #cfd5df; font-weight: 850; letter-spacing: .12em; white-space: nowrap; }
.marquee-item::after { content: "✦"; margin-left: 55px; color: var(--accent); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .marquee-track { animation: none; } *,*::before,*::after { transition-duration: .001ms!important; animation-duration: .001ms!important; animation-iteration-count: 1!important; } }

.proof-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: stretch; }
.proof-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015)); box-shadow: var(--shadow); }
.proof-image { min-height: 520px; position: relative; }
.proof-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.proof-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,9,13,.88), transparent 58%); }
.proof-image-copy { position: absolute; z-index: 2; inset: auto 34px 34px; }
.proof-image-copy strong { display: block; font-size: clamp(2rem, 4vw, 4.4rem); line-height: 1; letter-spacing: -.06em; }
.proof-image-copy span { color: #d1d8e2; }
.proof-list { display: grid; }
.proof-item { padding: 30px; display: grid; grid-template-columns: 58px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.proof-item:last-child { border-bottom: 0; }
.proof-number { color: var(--accent); font-size: 1.35rem; font-weight: 900; }
.proof-item h3 { margin: 0 0 8px; font-size: 1.25rem; }
.proof-item p { margin: 0; color: var(--muted); }

.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.path-card { position: relative; min-height: 430px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.path-card::before { content: attr(data-number); position: absolute; top: -20px; right: 15px; color: rgba(255,255,255,.05); font-size: 9rem; font-weight: 950; line-height: 1; }
.path-card:hover { border-color: rgba(183,255,54,.45); transform: translateY(-5px); transition: .25s ease; }
.path-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; color: #071006; background: var(--accent); font-size: 1.45rem; font-weight: 900; }
.path-card h3 { margin: 52px 0 14px; font-size: clamp(1.5rem, 2.6vw, 2.25rem); line-height: 1.25; }
.path-card p { margin: 0; color: var(--muted); }
.path-link { margin-top: 28px; display: inline-flex; align-items: center; gap: 10px; color: var(--accent); font-weight: 800; }

.players-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.player-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.player-card a { display: block; }
.player-photo { aspect-ratio: 4/5; overflow: hidden; background: #181e27; }
.player-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84); transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .3s; }
.player-card:hover .player-photo img { transform: scale(1.055); filter: saturate(1); }
.player-info { padding: 22px; }
.player-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--accent); font-size: .77rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.player-info h3 { margin: 8px 0 4px; font-size: 1.35rem; }
.player-info p { margin: 0; color: var(--muted); font-size: .92rem; }
.player-note { margin-top: 22px; color: var(--muted); font-size: .78rem; }

.news-list { border-top: 1px solid var(--line); }
.news-item { display: grid; grid-template-columns: 150px 1fr auto; gap: 28px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.news-date { color: var(--muted); font-variant-numeric: tabular-nums; }
.news-category { display: inline-block; margin-right: 12px; color: var(--accent); font-size: .77rem; font-weight: 850; letter-spacing: .08em; }
.news-title { font-weight: 800; }
.news-arrow { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: .2s; }
.news-item:hover .news-arrow { color: #061006; background: var(--accent); border-color: var(--accent); transform: translateX(3px); }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; padding: 25px 50px 25px 0; position: relative; font-weight: 800; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 20px; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
details[open] summary::after { content: "−"; color: #061006; background: var(--accent); border-color: var(--accent); }
details p { margin: 0; padding: 0 46px 26px 0; color: var(--muted); }

.cta { overflow: hidden; }
.cta-panel { position: relative; padding: clamp(54px, 8vw, 100px); border-radius: 32px; background: var(--accent); color: #071006; overflow: hidden; }
.cta-panel::after { content: "SAMURAI"; position: absolute; right: -25px; bottom: -45px; font-size: clamp(6rem, 18vw, 15rem); line-height: 1; font-weight: 950; letter-spacing: -.09em; color: rgba(0,0,0,.075); }
.cta-panel h2 { position: relative; z-index: 1; margin: 0; max-width: 760px; font-size: clamp(2.4rem, 6vw, 5.8rem); line-height: 1; letter-spacing: -.065em; }
.cta-panel p { position: relative; z-index: 1; max-width: 680px; margin: 22px 0 34px; font-weight: 650; }
.cta-panel .button { position: relative; z-index: 1; color: #fff; background: #071006; border-color: #071006; }

.site-footer { padding: 56px 0 28px; border-top: 1px solid var(--line); background: #05070a; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 50px; }
.footer-brand img { width: min(280px, 80%); filter: invert(1) brightness(2); }
.footer-brand p { max-width: 440px; color: var(--muted); }
.footer-nav h3 { margin: 0 0 14px; color: #fff; font-size: .83rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-nav a { display: block; width: fit-content; margin: 7px 0; color: var(--muted); }
.footer-nav a:hover { color: var(--accent); }
.footer-bottom { margin-top: 46px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #7f8896; font-size: .8rem; }

.page-hero { padding: 180px 0 80px; border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 0; font-size: clamp(3rem, 8vw, 7.5rem); line-height: .92; letter-spacing: -.07em; }
.page-hero p { max-width: 690px; margin: 24px 0 0; color: var(--muted); font-size: 1.08rem; }
.breadcrumb { margin-bottom: 24px; color: var(--muted); font-size: .82rem; }
.breadcrumb a:hover { color: var(--accent); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.filter-button { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; color: #dce1ea; background: transparent; }
.filter-button[aria-pressed="true"], .filter-button:hover { color: #071006; background: var(--accent); border-color: var(--accent); }
.article { max-width: 820px; margin: 0 auto; }
.article-cover { margin: 34px 0; aspect-ratio: 16/9; overflow: hidden; border-radius: var(--radius); background: var(--surface); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article h2 { margin: 2.2em 0 .6em; font-size: 1.8rem; }
.article p { color: #d2d8e2; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.contact-aside { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); height: fit-content; }
.contact-aside h2 { margin-top: 0; }
.contact-aside p { color: var(--muted); }
.form-grid { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field label { font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; color: #fff; background: #0c1118; }
.field textarea { min-height: 180px; resize: vertical; }
.field small { color: var(--muted); }
.honeypot { position: absolute!important; width: 1px!important; height: 1px!important; overflow: hidden!important; clip: rect(0 0 0 0)!important; white-space: nowrap!important; }
.form-status { min-height: 1.5em; color: var(--accent); }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.js .reveal { opacity: 0; transform: translateY(22px); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.loading, .empty-state { padding: 30px; color: var(--muted); border: 1px dashed var(--line); border-radius: 18px; }

@media (max-width: 920px) {
  .menu-button { display: block; }
  .nav { position: fixed; inset: 86px 0 auto; padding: 26px 20px 34px; display: grid; gap: 6px; background: rgba(7,9,13,.98); border-bottom: 1px solid var(--line); transform: translateY(-130%); transition: transform .25s ease; }
  .menu-open .nav { transform: none; }
  .nav a { padding: 13px 4px; font-size: 1.1rem; }
  .nav .nav-cta { text-align: center; margin-top: 10px; }
  .proof-grid, .faq-grid, .contact-layout { grid-template-columns: 1fr; }
  .path-grid, .players-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { height: 74px; }
  .nav { inset-block-start: 74px; }
  .hero-content { padding-top: 140px; }
  .hero::before { background: linear-gradient(0deg, rgba(2,4,8,.98) 5%, rgba(2,4,8,.72) 58%, rgba(2,4,8,.35)); }
  .hero-media img { object-position: 58% center; }
  .hero h1 { font-size: clamp(3.25rem, 17vw, 5.6rem); }
  .hero-stats { grid-template-columns: 1fr; }
  .stat, .stat + .stat { padding: 18px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .section-head { display: block; }
  .path-grid, .players-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 360px; }
  .news-item { grid-template-columns: 1fr auto; gap: 8px 18px; }
  .news-date { grid-column: 1/-1; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; }
  .page-hero { padding-top: 140px; }
}

/* =========================================================
   Motion System v2.0 — cinematic, accessible, performance-safe
   ========================================================= */
:root {
  --ease-out-expo: cubic-bezier(.16, 1, .3, 1);
  --pointer-x: 50vw;
  --pointer-y: 30vh;
  --scroll-progress: 0;
}

body { isolation: isolate; overflow-x: clip; }
main, .site-footer { position: relative; z-index: 1; }

.ambient-glow {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .72;
  background:
    radial-gradient(420px circle at var(--pointer-x) var(--pointer-y), rgba(54,217,255,.075), transparent 72%),
    radial-gradient(360px circle at calc(var(--pointer-x) + 12vw) calc(var(--pointer-y) + 8vh), rgba(183,255,54,.055), transparent 76%);
  transition: opacity .4s ease;
}

.scroll-progress {
  position: fixed;
  z-index: 2200;
  inset: 0 0 auto;
  height: 3px;
  pointer-events: none;
  transform: scaleX(var(--scroll-progress));
  transform-origin: left center;
  background: linear-gradient(90deg, var(--accent-2), var(--accent));
  box-shadow: 0 0 18px rgba(183,255,54,.55);
  will-change: transform;
}

.page-curtain {
  position: fixed;
  z-index: 2100;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, #05070a 0%, #10171f 52%, #b7ff36 160%);
  transform: scaleX(1);
  transform-origin: right center;
  transition: transform .72s var(--ease-out-expo);
}
.js.is-ready .page-curtain { transform: scaleX(0); }
.js.is-leaving .page-curtain { transform: scaleX(1); transform-origin: left center; transition-duration: .36s; }

.site-header { transform: translateY(0); }
.js .site-header { transform: translateY(-105%); }
.js.is-ready .site-header { transform: translateY(0); transition: transform .8s .12s var(--ease-out-expo), background .3s ease, border-color .3s ease, backdrop-filter .3s ease; }
.site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183,255,54,.55), transparent);
  transform: scaleX(0);
  transition: transform .45s ease;
}
.site-header.is-scrolled::after { transform: scaleX(1); }
.brand img { transition: filter .3s ease, transform .5s var(--ease-out-expo); }
.brand:hover img { transform: scale(1.018); filter: invert(1) brightness(2.3) drop-shadow(0 0 14px rgba(183,255,54,.18)); }
.nav a:not(.nav-cta) { position: relative; transition: color .25s ease; }
.nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  inset: auto 0 -8px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s var(--ease-out-expo);
}
.nav a:not(.nav-cta):hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }

.hero-media { overflow: hidden; }
.hero-media::after {
  content: "";
  position: absolute;
  inset: -30%;
  background: linear-gradient(110deg, transparent 38%, rgba(255,255,255,.11) 50%, transparent 62%);
  transform: translateX(-70%) rotate(6deg);
  animation: hero-sweep 7.5s 1.2s ease-in-out infinite;
  mix-blend-mode: soft-light;
}
.hero-media img {
  --hero-shift: 0px;
  transform: translate3d(0, var(--hero-shift), 0) scale(1.115);
  will-change: transform;
  transition: filter 1.2s ease;
}
.js .hero-media img { opacity: 0; filter: saturate(.35) contrast(1.2) brightness(.62); }
.js.is-ready .hero-media img { opacity: 1; filter: saturate(.8) contrast(1.08) brightness(1); transition: opacity 1.25s .08s ease, filter 1.45s .08s ease; }
.hero::after { animation: grid-drift 18s linear infinite; }

.js .hero-kicker,
.js .hero h1,
.js .hero-copy,
.js .hero-actions,
.js .hero-stats {
  opacity: 0;
  transform: translateY(38px);
}
.js.is-ready .hero-kicker { opacity: 1; transform: none; transition: opacity .65s .34s ease, transform .85s .34s var(--ease-out-expo); }
.js.is-ready .hero h1 { opacity: 1; transform: none; transition: opacity .7s .43s ease, transform 1s .43s var(--ease-out-expo); }
.js.is-ready .hero-copy { opacity: 1; transform: none; transition: opacity .7s .58s ease, transform .9s .58s var(--ease-out-expo); }
.js.is-ready .hero-actions { opacity: 1; transform: none; transition: opacity .7s .7s ease, transform .9s .7s var(--ease-out-expo); }
.js.is-ready .hero-stats { opacity: 1; transform: none; transition: opacity .7s .82s ease, transform .9s .82s var(--ease-out-expo); }
.hero h1 .outline {
  background-image: linear-gradient(100deg, rgba(255,255,255,.12), rgba(183,255,54,.28), rgba(255,255,255,.12));
  background-size: 220% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  animation: outline-shine 5.5s 1.4s ease-in-out infinite;
}
.hero-kicker::before { transform-origin: left; animation: line-pulse 2.6s 1s ease-in-out infinite; }

.scroll-cue {
  position: absolute;
  z-index: 4;
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 38px;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: rgba(255,255,255,.72);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
}
.scroll-cue i { width: 1px; height: 64px; overflow: hidden; position: relative; background: rgba(255,255,255,.2); }
.scroll-cue i::after { content: ""; position: absolute; inset: -100% 0 auto; height: 55%; background: var(--accent); animation: scroll-cue 1.8s ease-in-out infinite; }

.marquee { position: relative; }
.marquee::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, #0a0e14, transparent 8%, transparent 92%, #0a0e14); }
.marquee:hover .marquee-track { animation-play-state: paused; }

.section::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: min(calc(100% - 40px), var(--max));
  height: 1px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, rgba(255,255,255,.14), transparent 75%);
  transition: transform 1.2s var(--ease-out-expo);
}
.section:has(.is-visible)::before { transform: translateX(-50%) scaleX(1); }
.eyebrow::before { transition: width .6s var(--ease-out-expo), box-shadow .4s ease; }
.is-visible .eyebrow::before, .eyebrow:hover::before { width: 48px; box-shadow: 0 0 14px rgba(183,255,54,.45); }

.reveal {
  transition-delay: var(--reveal-delay, 0ms);
  transition-duration: .9s;
  transition-timing-function: var(--ease-out-expo);
}
.js .reveal { opacity: 0; transform: translateY(44px); filter: blur(7px); }
.js .reveal.reveal-scale { transform: translateY(34px) scale(.965); }
.js .reveal.is-visible { opacity: 1; transform: none; filter: blur(0); }

.motion-surface {
  --rotate-x: 0deg;
  --rotate-y: 0deg;
  --spot-x: 50%;
  --spot-y: 50%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform .55s var(--ease-out-expo), border-color .3s ease, box-shadow .45s ease;
  will-change: transform;
}
.motion-surface::before {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  background: radial-gradient(330px circle at var(--spot-x) var(--spot-y), rgba(183,255,54,.12), rgba(54,217,255,.055) 36%, transparent 72%);
  transition: opacity .35s ease;
}
.motion-surface:hover {
  transform: perspective(1000px) rotateX(var(--rotate-x)) rotateY(var(--rotate-y)) translateY(-7px);
  border-color: rgba(183,255,54,.42);
  box-shadow: 0 32px 95px rgba(0,0,0,.5), 0 0 0 1px rgba(183,255,54,.05) inset;
}
.motion-surface:hover::before { opacity: 1; }
.proof-image img, .article-cover img {
  --media-shift: 0px;
  transform: translate3d(0, var(--media-shift), 0) scale(1.105);
  transition: transform .2s linear;
  will-change: transform;
}
.proof-image-copy, .player-info, .path-card > *, .contact-aside > *, .cta-panel > * { transform: translateZ(18px); }

.path-card::after {
  content: "";
  position: absolute;
  inset: auto -25% -48% 20%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183,255,54,.14), transparent 66%);
  transform: scale(.7);
  opacity: 0;
  transition: transform .7s var(--ease-out-expo), opacity .4s ease;
}
.path-card:hover::after { transform: scale(1.15); opacity: 1; }
.path-icon { position: relative; z-index: 2; transition: transform .55s var(--ease-out-expo), box-shadow .45s ease; }
.path-card:hover .path-icon { transform: rotate(-7deg) scale(1.08); box-shadow: 0 12px 35px rgba(183,255,54,.28); }
.path-link span { transition: transform .35s var(--ease-out-expo); }
.path-card:hover .path-link span { transform: translateX(7px); }

.player-card { transition: border-color .3s ease, box-shadow .45s ease, transform .55s var(--ease-out-expo); }
.player-card .player-info { position: relative; overflow: hidden; }
.player-card .player-info::after {
  content: "";
  position: absolute;
  inset: auto 22px 14px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .55s var(--ease-out-expo);
}
.player-card:hover .player-info::after { transform: scaleX(1); }
.player-card:hover .player-photo img { transform: scale(1.075) translateY(-1%); }

.news-item { position: relative; transition: padding .4s var(--ease-out-expo), background .3s ease; }
.news-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(183,255,54,.075), transparent 70%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .55s var(--ease-out-expo);
}
.news-item:hover { padding-inline: 18px; }
.news-item:hover::before { transform: scaleX(1); }
.news-item:hover .news-title { color: #fff; }
.news-title { transition: color .25s ease; }

summary::after { transition: transform .4s var(--ease-out-expo), color .3s ease, background .3s ease, border-color .3s ease; }
details[open] summary::after { transform: rotate(180deg); }
details p { animation: faq-open .48s var(--ease-out-expo) both; }

.cta-panel::before {
  content: "";
  position: absolute;
  inset: -60% -15%;
  background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.28) 50%, transparent 62%);
  transform: translateX(-55%) rotate(8deg);
  animation: cta-sweep 6.5s ease-in-out infinite;
}
.cta-panel::after { transform: translateY(var(--cta-shift, 0px)); will-change: transform; }
.cta-panel .button { overflow: hidden; }

.magnetic { --mag-x: 0px; --mag-y: 0px; transform: translate(var(--mag-x), var(--mag-y)); transition: transform .35s var(--ease-out-expo), background .2s ease, border-color .2s ease, box-shadow .3s ease; }
.magnetic:hover { transform: translate(var(--mag-x), calc(var(--mag-y) - 2px)); box-shadow: 0 15px 35px rgba(0,0,0,.24); }
.button-primary:hover { box-shadow: 0 16px 40px rgba(183,255,54,.22); }

.page-hero { position: relative; overflow: hidden; }
.page-hero::before {
  content: "";
  position: absolute;
  width: 48vw;
  aspect-ratio: 1;
  right: -18vw;
  top: -25vw;
  border: 1px solid rgba(183,255,54,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 8vw rgba(54,217,255,.025), 0 0 0 16vw rgba(183,255,54,.018);
  animation: orbit 18s linear infinite;
}
.js .page-hero .container > * { opacity: 0; transform: translateY(30px); }
.js.is-ready .page-hero .container > * { opacity: 1; transform: none; transition: opacity .75s ease, transform .95s var(--ease-out-expo); }
.js.is-ready .page-hero .container > :nth-child(1) { transition-delay: .15s; }
.js.is-ready .page-hero .container > :nth-child(2) { transition-delay: .23s; }
.js.is-ready .page-hero .container > :nth-child(3) { transition-delay: .31s; }
.js.is-ready .page-hero .container > :nth-child(4) { transition-delay: .39s; }

.field input, .field textarea, .field select { transition: border-color .25s ease, box-shadow .25s ease, background .25s ease, transform .25s ease; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: rgba(183,255,54,.72); box-shadow: 0 0 0 4px rgba(183,255,54,.09); background: #0e151d; transform: translateY(-1px); outline: none; }

@keyframes hero-sweep { 0%, 58% { transform: translateX(-72%) rotate(6deg); opacity: 0; } 68% { opacity: .75; } 86%, 100% { transform: translateX(72%) rotate(6deg); opacity: 0; } }
@keyframes grid-drift { to { background-position: 64px 64px, 64px 64px; } }
@keyframes outline-shine { 0%, 18% { background-position: 100% 0; } 52%, 100% { background-position: -120% 0; } }
@keyframes line-pulse { 0%, 100% { transform: scaleX(1); opacity: 1; } 50% { transform: scaleX(.55); opacity: .45; } }
@keyframes scroll-cue { 0% { transform: translateY(-10%); } 100% { transform: translateY(290%); } }
@keyframes faq-open { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
@keyframes cta-sweep { 0%, 62% { transform: translateX(-55%) rotate(8deg); } 88%, 100% { transform: translateX(55%) rotate(8deg); } }
@keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 920px) {
  .ambient-glow { opacity: .42; }
  .scroll-cue { display: none; }
  .motion-surface:hover { transform: translateY(-4px); }
  .page-hero::before { width: 70vw; right: -36vw; top: -20vw; }
}

@media (max-width: 640px) {
  .hero-media img { transform: translate3d(0, calc(var(--hero-shift) * .45), 0) scale(1.1); }
  .hero-media::after { display: none; }
  .section::before { width: calc(100% - 28px); }
  .news-item:hover { padding-inline: 8px; }
  .page-curtain { transition-duration: .52s; }
}

@media (prefers-reduced-motion: reduce) {
  .ambient-glow, .page-curtain, .scroll-cue, .hero-media::after, .cta-panel::before { display: none !important; }
  .js .site-header, .js .hero-kicker, .js .hero h1, .js .hero-copy, .js .hero-actions, .js .hero-stats,
  .js .page-hero .container > *, .js .reveal { opacity: 1 !important; transform: none !important; filter: none !important; }
  .motion-surface:hover, .magnetic, .magnetic:hover { transform: none !important; }
  .proof-image img, .article-cover img, .hero-media img, .cta-panel::after { transform: none !important; }
}

/* =========================================================
   GSAP / ScrollTrigger motion layer (v3)
   CDN failure-safe: the site remains visible through motion.js fallback.
   ========================================================= */
.gsap-motion .reveal,
.gsap-motion .js .reveal,
.gsap-motion.js .reveal,
.gsap-motion.js .page-hero .container > *,
.gsap-motion.js .hero-kicker,
.gsap-motion.js .hero h1,
.gsap-motion.js .hero-copy,
.gsap-motion.js .hero-actions,
.gsap-motion.js .hero-stats,
.gsap-motion.js .site-header {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}

.gsap-motion .motion-surface,
.gsap-motion .motion-surface:hover,
.gsap-motion .player-card,
.gsap-motion .player-card:hover,
.gsap-motion .path-card,
.gsap-motion .path-card:hover,
.gsap-motion .news-item,
.gsap-motion .news-item:hover {
  transition-property: border-color, box-shadow, background, color;
}

.sf-speed-lines {
  position: absolute;
  z-index: 3;
  inset: 16% 0 auto auto;
  width: min(45vw, 720px);
  height: 55%;
  pointer-events: none;
  overflow: hidden;
  opacity: .56;
  mix-blend-mode: screen;
}
.sf-speed-lines i {
  position: absolute;
  right: -7%;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(54,217,255,.4), rgba(183,255,54,.92));
  box-shadow: 0 0 14px rgba(183,255,54,.35);
  transform: skewX(-28deg);
}
.sf-speed-lines i:nth-child(1) { top: 8%; width: 52%; }
.sf-speed-lines i:nth-child(2) { top: 27%; width: 76%; }
.sf-speed-lines i:nth-child(3) { top: 47%; width: 42%; }
.sf-speed-lines i:nth-child(4) { top: 68%; width: 88%; }
.sf-speed-lines i:nth-child(5) { top: 88%; width: 61%; }

.sf-hero-orb {
  position: absolute;
  z-index: 2;
  right: 7vw;
  top: 19%;
  width: clamp(170px, 24vw, 390px);
  aspect-ratio: 1;
  border: 1px solid rgba(183,255,54,.3);
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle at 35% 35%, rgba(183,255,54,.13), transparent 34%),
    radial-gradient(circle at 65% 60%, rgba(54,217,255,.12), transparent 43%);
  box-shadow:
    0 0 80px rgba(54,217,255,.08),
    inset 0 0 70px rgba(183,255,54,.05),
    0 0 0 34px rgba(255,255,255,.018),
    0 0 0 72px rgba(183,255,54,.014);
}
.sf-hero-orb::before,
.sf-hero-orb::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  border: 1px dashed rgba(255,255,255,.19);
}
.sf-hero-orb::before { inset: 12%; }
.sf-hero-orb::after { inset: 27%; border-color: rgba(183,255,54,.32); }

.sf-pointer-light {
  position: fixed;
  z-index: 0;
  left: -170px;
  top: -170px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  pointer-events: none;
  opacity: .22;
  background: radial-gradient(circle, rgba(54,217,255,.22), rgba(183,255,54,.07) 36%, transparent 68%);
  filter: blur(12px);
  transform: translate3d(-1000px,-1000px,0);
}
body > *:not(.sf-pointer-light):not(.ambient-glow):not(.scroll-progress):not(.page-curtain) { position: relative; z-index: 1; }
.site-header { z-index: 1000 !important; }

.gsap-motion .section-head,
.gsap-motion .proof-card,
.gsap-motion .path-card,
.gsap-motion .player-card,
.gsap-motion .news-item,
.gsap-motion .cta-panel,
.gsap-motion .faq-grid > *,
.gsap-motion .contact-grid > *,
.gsap-motion .article-shell > *,
.gsap-motion .legal-card,
.gsap-motion .filter-bar {
  will-change: transform, opacity, filter;
}

.gsap-motion .path-card,
.gsap-motion .player-card,
.gsap-motion .proof-card,
.gsap-motion .cta-panel {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.gsap-motion .path-card:hover,
.gsap-motion .player-card:hover,
.gsap-motion .proof-card:hover,
.gsap-motion .cta-panel:hover {
  border-color: rgba(183,255,54,.55);
  box-shadow: 0 38px 110px rgba(0,0,0,.58), 0 0 0 1px rgba(183,255,54,.08) inset;
}

.gsap-motion .news-item:hover {
  background: linear-gradient(90deg, rgba(183,255,54,.10), rgba(54,217,255,.035), transparent 75%);
}

.gsap-motion .hero h1,
.gsap-motion .page-hero h1,
.gsap-motion .section-title {
  transform-origin: left bottom;
}

.gsap-motion .hero-media img,
.gsap-motion .proof-image img,
.gsap-motion .article-cover img,
.gsap-motion .player-photo img {
  will-change: transform, filter, opacity;
}

.gsap-motion .cta-panel .button {
  animation: sf-button-pulse 2.8s ease-in-out infinite;
}

@keyframes sf-button-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(7,9,13,0), 0 12px 35px rgba(0,0,0,.18); }
  50% { box-shadow: 0 0 0 10px rgba(7,9,13,.08), 0 18px 45px rgba(0,0,0,.3); }
}

.motion-fallback .sf-speed-lines i {
  animation: sf-speed-line 2.8s cubic-bezier(.16,1,.3,1) infinite;
  transform-origin: right center;
}
.motion-fallback .sf-speed-lines i:nth-child(2) { animation-delay: .16s; }
.motion-fallback .sf-speed-lines i:nth-child(3) { animation-delay: .32s; }
.motion-fallback .sf-speed-lines i:nth-child(4) { animation-delay: .48s; }
.motion-fallback .sf-speed-lines i:nth-child(5) { animation-delay: .64s; }
.motion-fallback .sf-hero-orb { animation: sf-orb-float 6s ease-in-out infinite alternate; }

@keyframes sf-speed-line {
  0%, 12% { transform: translateX(115%) skewX(-28deg) scaleX(.2); opacity: 0; }
  38%, 74% { transform: translateX(0) skewX(-28deg) scaleX(1); opacity: 1; }
  100% { transform: translateX(-55%) skewX(-28deg) scaleX(.65); opacity: 0; }
}
@keyframes sf-orb-float {
  from { transform: translate3d(0, 0, 0) scale(.96) rotate(0); }
  to { transform: translate3d(34px, -26px, 0) scale(1.08) rotate(12deg); }
}

@media (max-width: 920px) {
  .sf-speed-lines { width: 68vw; opacity: .38; }
  .sf-hero-orb { right: -14vw; top: 18%; width: 42vw; opacity: .55; }
  .sf-pointer-light { display: none; }
}

@media (max-width: 640px) {
  .sf-speed-lines { inset: 19% -14% auto auto; width: 92vw; height: 42%; opacity: .28; }
  .sf-hero-orb { right: -28vw; top: 22%; width: 70vw; opacity: .38; }
  .gsap-motion .cta-panel .button { animation-duration: 3.6s; }
}

@media (prefers-reduced-motion: reduce) {
  .sf-speed-lines,
  .sf-hero-orb,
  .sf-pointer-light { display: none !important; }
  .gsap-motion .cta-panel .button { animation: none !important; }
}

/* =========================================================
   v6 — Partners / Related Companies
   ========================================================= */
.partners-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 8% 20%, rgba(54,217,255,.14), transparent 30rem),
    radial-gradient(circle at 92% 75%, rgba(183,255,54,.11), transparent 28rem),
    linear-gradient(145deg, #090d13 0%, #0d141d 52%, #070a0f 100%);
}
.partners-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 45%, #000 10%, transparent 75%);
}
.partners-showcase::after {
  content: "PARTNERS";
  position: absolute;
  z-index: -1;
  right: -1.5vw;
  bottom: -2.8vw;
  color: rgba(255,255,255,.025);
  font-size: clamp(7rem, 19vw, 18rem);
  font-weight: 950;
  line-height: .72;
  letter-spacing: -.085em;
  pointer-events: none;
  white-space: nowrap;
}
.partners-showcase-head {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr);
  align-items: end;
  gap: clamp(28px, 6vw, 86px);
  margin-bottom: clamp(36px, 6vw, 64px);
}
.partners-showcase-head .section-lead { margin: 0 0 7px; }
.partners-kicker-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  color: #dfe4ec;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.partners-kicker-note::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-2);
  box-shadow: 0 0 0 6px rgba(54,217,255,.1), 0 0 22px rgba(54,217,255,.5);
}
.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.partner-logo-card {
  position: relative;
  min-width: 0;
  padding: 13px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 25px;
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.018));
  box-shadow: 0 26px 70px rgba(0,0,0,.24);
  transition: transform .5s var(--ease-out-expo), border-color .35s ease, box-shadow .5s ease;
}
.partner-logo-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: -70% -25%;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 42%, rgba(255,255,255,.3) 50%, transparent 58%);
  transform: translateX(-60%) rotate(8deg);
  transition: transform .9s var(--ease-out-expo);
}
.partner-logo-card:hover {
  z-index: 3;
  transform: translateY(-12px) scale(1.012);
  border-color: rgba(183,255,54,.5);
  box-shadow: 0 38px 95px rgba(0,0,0,.42), 0 0 0 1px rgba(183,255,54,.08) inset;
}
.partner-logo-card:hover::before { transform: translateX(62%) rotate(8deg); }
.partner-logo-frame {
  position: relative;
  min-height: 164px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 25px 20px;
  border: 1px solid rgba(7,9,13,.08);
  border-radius: 17px;
  background:
    radial-gradient(circle at 22% 8%, rgba(54,217,255,.08), transparent 40%),
    linear-gradient(145deg, #fff, #eef2f5);
  box-shadow: 0 15px 32px rgba(0,0,0,.22), 0 1px 0 rgba(255,255,255,.9) inset;
}
.partner-logo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.55), transparent 34%, rgba(54,217,255,.04));
}
.partner-logo-frame img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  max-height: 92px;
  object-fit: contain;
  filter: saturate(.98) contrast(1.03);
  transition: transform .65s var(--ease-out-expo), filter .35s ease;
  animation: partner-logo-float 5.4s ease-in-out infinite;
}
.partner-logo-card:nth-child(2) .partner-logo-frame img { animation-delay: -.8s; }
.partner-logo-card:nth-child(3) .partner-logo-frame img { animation-delay: -1.6s; }
.partner-logo-card:nth-child(4) .partner-logo-frame img { animation-delay: -2.4s; }
.partner-logo-card:hover .partner-logo-frame img {
  transform: scale(1.065);
  filter: saturate(1.08) contrast(1.05);
}
.partner-logo-card--firststep .partner-logo-frame img { max-height: 68px; }
.partner-logo-card--livepeace .partner-logo-frame img { max-height: 92px; }
.partner-logo-card--link .partner-logo-frame img { max-height: 86px; }
.partner-logo-meta {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 14px 6px 4px;
}
.partner-logo-index {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  color: var(--accent);
  font-size: .72rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}
.partner-logo-name {
  min-width: 0;
  color: #f3f6fa;
  font-size: .88rem;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: .015em;
}

.partner-footer-band {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 42px 0 46px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(54,217,255,.035), transparent 24%, transparent 76%, rgba(183,255,54,.035)),
    #080b10;
}
.partner-footer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.partner-footer-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.partner-footer-title::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--accent);
}
.partner-footer-copy {
  margin: 0;
  color: #7f8998;
  font-size: .76rem;
  letter-spacing: .04em;
}
.partner-logo-marquee {
  overflow: hidden;
  margin-inline: max(calc((100vw - min(calc(100% - 40px), var(--max))) / -2), -60px);
  padding-inline: max(calc((100vw - min(calc(100% - 40px), var(--max))) / 2), 20px);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.partner-logo-track {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: partner-logo-scroll 28s linear infinite;
  will-change: transform;
}
.partner-logo-marquee:hover .partner-logo-track { animation-play-state: paused; }
.partner-logo-set { display: flex; flex: none; gap: 14px; }
.partner-footer-logo {
  position: relative;
  flex: 0 0 246px;
  height: 104px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 19px 25px;
  border: 1px solid rgba(7,9,13,.08);
  border-radius: 17px;
  background: linear-gradient(145deg, #fff, #edf1f4);
  box-shadow: 0 13px 34px rgba(0,0,0,.2);
  transition: transform .35s var(--ease-out-expo), box-shadow .35s ease;
}
.partner-footer-logo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 36%, rgba(255,255,255,.62) 50%, transparent 64%);
  transform: translateX(-120%);
  transition: transform .7s ease;
}
.partner-footer-logo:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(0,0,0,.33);
}
.partner-footer-logo:hover::after { transform: translateX(120%); }
.partner-footer-logo img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  max-height: 67px;
  object-fit: contain;
}
.partner-footer-logo--firststep img { max-height: 48px; }
.partner-footer-logo--livepeace img { max-height: 68px; }
.partner-footer-logo--link img { max-height: 65px; }

@keyframes partner-logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes partner-logo-scroll {
  to { transform: translateX(calc(-50% - 7px)); }
}

@media (max-width: 1020px) {
  .partner-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .partners-showcase-head { grid-template-columns: 1fr; }
  .partners-showcase-head .section-lead { max-width: 780px; }
}
@media (max-width: 640px) {
  .partners-showcase::after { right: -4vw; bottom: -1vw; font-size: 28vw; }
  .partner-logo-grid { grid-template-columns: 1fr; gap: 13px; }
  .partner-logo-card { padding: 11px; border-radius: 21px; }
  .partner-logo-frame { min-height: 142px; }
  .partner-logo-meta { min-height: 60px; }
  .partner-footer-band { padding: 34px 0 38px; }
  .partner-footer-head { display: block; }
  .partner-footer-copy { margin-top: 8px; }
  .partner-footer-logo { flex-basis: 208px; height: 92px; padding: 16px 20px; }
  .partner-logo-marquee {
    margin-inline: -14px;
    padding-inline: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .partner-logo-frame img,
  .partner-logo-track { animation: none !important; }
  .partner-logo-set[aria-hidden="true"] { display: none; }
  .partner-logo-card:hover { transform: none; }
}
