/* ============================================================
   LA LIGA PAVA — v3 · Estilo editorial/deportivo (bold type)
   ============================================================ */

:root {
  --red: #F26B1F;
  --red-deep: #C44E12;
  --glow: rgba(242, 107, 31, 0.35);
  --gold: #E9B94A;

  --ink: #131318;
  --ink-soft: #55555E;
  --paper: #FFFFFF;
  --paper-2: #F2F2F2;
  --line: rgba(19,19,24,0.14);

  --black: #0E0E11;
  --black-2: #17171B;
  --black-3: #202024;
  --white: #FFFFFF;

  --font-display: 'Anton', 'Archivo', sans-serif;
  --font-body: 'Archivo', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  --maxw: 1320px;
  --pad: clamp(20px, 5vw, 72px);
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; overflow-x: hidden; -webkit-overflow-scrolling: touch; overscroll-behavior-x: none; touch-action: pan-y; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; min-height: 100dvh; position: relative; width: 100%; overscroll-behavior-x: none; }
img { display: block; max-width: 100%; -webkit-user-drag: none; user-select: none; -webkit-touch-callout: none; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; -webkit-appearance: none; appearance: none; touch-action: manipulation; }
::selection { background: var(--red); color: #fff; }

p { text-wrap: pretty; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
section { position: relative; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-mono); font-size: clamp(9px, 2vw, 11px); font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--red); flex: none; }
.eyebrow .dot.rec { animation: recPulse 1.4s ease-in-out infinite; }
@keyframes recPulse { 0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(242,107,31,0.5); } 50% { opacity: .5; box-shadow: 0 0 0 5px rgba(242,107,31,0); } }
@media (prefers-reduced-motion: reduce){ .eyebrow .dot.rec { animation: none; } }
.on-dark .eyebrow, .on-dark.eyebrow { color: rgba(255,255,255,0.55); }
.ast { color: var(--red); font-weight: 900; }
.hl { color: var(--red); }
img { -webkit-user-drag: none; user-select: none; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s cubic-bezier(.16,.7,.2,1), transform .7s cubic-bezier(.16,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }
.reveal[data-delay="5"] { transition-delay: .4s; }
.ev-row.reveal { transform: translateY(34px); transition: opacity .5s cubic-bezier(.16,.7,.2,1), transform .5s cubic-bezier(.16,.7,.2,1); }
@media (max-width: 768px){ .ev-row.reveal { transform: translateY(22px); transition: opacity .85s cubic-bezier(.16,.7,.2,1), transform .85s cubic-bezier(.16,.7,.2,1); } }
@media (prefers-reduced-motion: reduce){ .reveal { opacity: 1; transform: none; } }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 15px 24px; min-height: 48px; font-weight: 800; font-size: 13px; letter-spacing: 0.03em; border: none; border-radius: 999px; transition: transform .25s, background .25s, box-shadow .25s; touch-action: manipulation; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--black); transform: translateY(-2px); }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 10px 24px -10px var(--glow); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -10px var(--glow); }
.btn-gold { position: relative; background: var(--gold); color: #2b1c02; animation: goldAuraPulse 2.6s ease-in-out infinite; }
.btn-gold:hover { transform: translateY(-2px); }
@keyframes goldAuraPulse { 0%,100% { box-shadow: 0 10px 24px -10px rgba(233,185,74,0.55), 0 0 8px 1px rgba(233,185,74,0.55); } 50% { box-shadow: 0 16px 32px -10px rgba(233,185,74,0.65), 0 0 14px 3px rgba(233,185,74,0.8); } }
@media (prefers-reduced-motion: reduce){ .btn-gold { animation: none; box-shadow: 0 10px 24px -10px rgba(233,185,74,0.55); } }
.btn-outline { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-outline:hover { border-color: var(--ink); }
.on-dark .btn-outline { color: #fff; border-color: rgba(255,255,255,0.25); }
.on-dark .btn-outline:hover { border-color: #fff; }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.arrow { transition: transform .25s; }
.btn:hover .arrow { transform: translateX(3px); }
.circle-btn { width: 56px; height: 56px; border-radius: 50%; background: #fff; color: var(--red); display: flex; align-items: center; justify-content: center; font-size: 20px; border: none; transition: transform .3s, background .3s, color .3s; flex: none; touch-action: manipulation; box-shadow: 0 10px 24px rgba(0,0,0,0.14); }
.circle-btn:hover { transform: rotate(45deg); background: var(--red); color: #fff; }
.circle-btn.sm { width: 44px; height: 44px; font-size: 14px; }
.circle-btn.dark { background: var(--ink); color: #fff; }
.circle-btn.dark:hover { background: var(--red); }

/* ============================================================
   NAV
   ============================================================ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: max(20px, env(safe-area-inset-top)) max(var(--pad), env(safe-area-inset-right)) 20px max(var(--pad), env(safe-area-inset-left)); transition: background .4s, box-shadow .4s, padding .4s; }
.nav.scrolled { background: rgba(255,255,255,0.88); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); padding-top: max(13px, env(safe-area-inset-top)); padding-bottom: 13px; }
.nav-brand { display: flex; align-items: center; gap: 10px; }
.nav-brand img { width: 30px; height: 30px; object-fit: contain; }
.nav-brand span { font-family: var(--font-display); font-size: clamp(11px, 4vw, 16px); letter-spacing: 0.01em; white-space: nowrap; }
@media (max-width: 400px){ .nav-brand span { font-size: 11px; } }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { font-size: 13.75px; font-weight: 700; color: var(--ink-soft); transition: color .2s; }
.nav-links a:hover { color: var(--ink); }
.nav-burger { display: none; background: none; border: none; padding: 12px 8px; touch-action: manipulation; }
.nav-burger span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; }
.mobile-menu { position: fixed; inset: 0; z-index: 99; background: var(--paper); display: flex; flex-direction: column; justify-content: center; gap: clamp(4px, 1.6vh, 10px); padding: max(calc(var(--pad) + 78px), calc(env(safe-area-inset-top) + 78px)) var(--pad) var(--pad); transform: translateY(-100%); transition: transform .5s cubic-bezier(.7,0,.2,1); overflow-y: auto; }
.mobile-menu.open { transform: none; }
.mobile-menu a { font-family: var(--font-display); font-size: clamp(20px, 5.6vh, 44px); letter-spacing: 0.01em; color: var(--ink); line-height: 1.08; }
.mobile-menu-ctas { display: flex; flex-direction: column; gap: clamp(8px, 1.6vh, 10px); margin-top: clamp(14px, 3vh, 20px); width: 100%; }
.mobile-menu-ctas .btn { width: 100%; justify-content: center; font-size: 14px; }
.mobile-menu-ctas a.btn { color: #fff; font-family: var(--font-body); font-size: 14px; letter-spacing: 0.03em; }
.mobile-menu-ctas a.btn-outline { color: var(--ink); }
@media (max-width: 940px){ .nav-links { display: none; } .nav-cta .btn { display: none; } .nav-burger { display: block; } }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding-top: 118px; background: var(--paper); overflow: hidden; }
.hero-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 74px; font-family: var(--font-mono); font-size: clamp(8.8px, 2.4vw, 12.1px); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); margin: 14px 0 6px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-tags span { white-space: nowrap; }
@media (max-width: 620px){ .hero-tags { font-size: 9.5px; gap: 8px 16px; } }
@media (max-width: 420px){ .hero-tags { flex-wrap: nowrap; gap: 6px; } }

.hero-word { position: relative; z-index: 3; text-align: center; margin-top: 4px; white-space: nowrap; }
.hero-word span { display: inline; font-family: var(--font-display); letter-spacing: -0.02em; line-height: 1; font-size: clamp(38px, 12vw, 210px); color: #000; }
.hero-word span.o { color: var(--red); }

.hero-photo-wrap { position: relative; width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); margin-top: clamp(14px, 2vw, 26px); }
.hero-photo { position: relative; height: clamp(340px, 46vw, 600px); overflow: hidden; background: linear-gradient(180deg, #aeb3b0, #8c908d); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(19,19,24,0) 60%, rgba(19,19,24,0.4) 100%); }
.hero-floater { position: absolute; z-index: 2; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.85); text-align: center; }
.hero-floater.fl { left: clamp(16px, 8vw, 90px); top: 30%; }
.hero-floater.fr { right: clamp(16px, 8vw, 90px); top: 42%; text-align: right; }
@media (max-width: 640px){ .hero-floater { display: none; } }

.hero-body { padding: clamp(20px, 4.5vh, 46px) 0 0; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.hero-body h1 { font-family: var(--font-display); font-weight: 400; font-size: clamp(24px, 7vw, 58px); letter-spacing: -0.005em; line-height: 1.05; margin: 0; white-space: nowrap; }
@media (max-width: 900px){ .hero-body h1 { white-space: normal; font-size: clamp(28px, 6vw, 44px); } }
@media (max-width: 380px){ .hero-body h1 { font-size: 24px; } }
.hero-body h1 .g { color: var(--ink-soft); opacity: 0.42; }
.hero-people { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.hero-people .avs { display: flex; }
.hero-people .avs img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; border: 2px solid var(--paper); margin-left: -10px; }
.hero-people .avs img:first-child { margin-left: 0; }
.hero-people .n { font-family: var(--font-display); font-size: 20px; }
.hero-people-label { font-family: var(--font-display); font-weight: 400; font-size: 18px; letter-spacing: 0; text-transform: none; color: var(--ink-soft); border-left: 1px solid var(--line); padding-left: 12px; }

.hero-ctas-row { display: flex; align-items: center; gap: 14px; }

.values-row { display: flex; flex-wrap: nowrap; justify-content: center; gap: clamp(6px, 2vw, 28px); padding: clamp(30px,5vh,50px) 0 clamp(14px,3vh,24px); border-top: 1px solid var(--line); margin-top: clamp(30px,5vh,50px); font-family: var(--font-mono); font-size: clamp(6.6px, 2.2vw, 11.6px); letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-soft); overflow: hidden; }
.values-row span { white-space: nowrap; flex: none; }
@media (max-width: 620px){ .values-row { gap: clamp(4px, 1.6vw, 20px); font-size: 2.3vw; } }
.values-row .x { color: var(--red); font-weight: 900; }
@media (max-width: 620px){ .mvp-photo { object-position: 20% 20% !important; } }

/* ============================================================
   WHY SECTION
   ============================================================ */
.why { padding: clamp(36px, 5vh, 60px) 0 clamp(60px, 9vh, 100px); }
.why-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
@media (max-width: 720px){ .why-head { flex-direction: column; align-items: flex-start; gap: 10px; } }
.why-head h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(26px, 7.2vw, 54px); letter-spacing: -0.01em; line-height: 1.05; margin: 0; color: var(--ink); white-space: nowrap; }
@media (max-width: 900px){ .why-head h2 { white-space: normal; font-size: clamp(26px, 6vw, 44px); } }
.why-sub { font-family: var(--font-body); font-weight: 600; font-size: clamp(14px, 3vw, 19px); color: var(--ink-soft); margin: 8px 0 0; max-width: 26ch; }
.why-head .lbl { font-family: var(--font-mono); font-size: clamp(9.4px, 2.2vw, 12.1px); letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); padding-top: 8px; }
@media (max-width: 720px){ .why-head .lbl { padding-top: 0; margin-top: 4px; } }

.why-intro { display: flex; align-items: center; gap: 20px; margin-top: clamp(40px, 6vh, 64px); }
.why-intro .t { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); white-space: nowrap; }
.why-intro .rule { flex: 1; height: 1px; background: var(--line); }
@media (max-width: 560px){ .why-intro { flex-wrap: wrap; gap: 10px; } .why-intro .rule { flex-basis: 100%; order: 3; } }

.why-cards-outer { margin-top: clamp(24px, 3.5vh, 36px); overflow-x: auto; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); cursor: grab; scrollbar-width: none; -webkit-overflow-scrolling: touch; user-select: none; }
.why-cards-outer::-webkit-scrollbar { display: none; }
.why-cards-outer.dragging { cursor: grabbing; }
.why-cards-track { display: flex; gap: 14px; width: max-content; will-change: transform; }
@media (prefers-reduced-motion: reduce){ .why-cards-track { animation: none; } }

.why-card { position: relative; background: var(--ink); color: #fff; border-radius: 24px; overflow: hidden; display: flex; align-items: stretch; width: min(78vw, 460px); flex: none; }
.why-photo { width: 34%; min-width: 110px; flex: none; }
.why-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.why-content { padding: clamp(18px, 2.4vw, 26px); display: flex; flex-direction: column; justify-content: center; gap: 10px; min-width: 0; }
.why-eyebrow { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); }
.why-row { display: flex; align-items: center; gap: 14px; }
.why-row .big { font-family: var(--font-display); font-size: clamp(40px, 6vw, 56px); color: var(--red); line-height: 0.8; flex: none; }
.why-title-wrap .name { font-weight: 800; font-size: 16px; margin-bottom: 6px; }
.why-title-wrap .desc { font-size: 13px; line-height: 1.45; font-weight: 500; color: rgba(255,255,255,0.78); text-align: justify; text-wrap: pretty; }
@media (max-width: 640px){ .why-card { width: min(85vw, 340px); } }

.ticker { margin-top: clamp(40px, 6vh, 64px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; padding: 16px 0; }
.ticker-track { display: flex; width: max-content; animation: tickerMove 26s linear infinite; will-change: transform; }
@media (prefers-reduced-motion: reduce){ .ticker-track { animation: none; } }
.ticker-group { display: flex; align-items: center; justify-content: center; gap: 40px; min-width: 100vw; flex: none; }
.ticker-item { display: flex; align-items: center; gap: 40px; font-family: var(--font-mono); font-weight: 700; font-size: clamp(13px, 1.6vw, 16px); letter-spacing: 0.04em; text-transform: uppercase; white-space: nowrap; color: var(--ink); }
.ticker-item .ast { font-size: 18px; }
@keyframes tickerMove { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.events .ticker { border-color: rgba(255,255,255,0.14); }
.events .ticker-item { color: #fff; }
.events .ticker-item .ast { color: var(--red); }

/* ============================================================
   EVENTOS — Domingo Pavo / F7 World Cup
   ============================================================ */
.events { background: var(--black); color: #fff; padding: clamp(36px, 5vh, 60px) 0 0; }
.events-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
@media (max-width: 640px){ .events-head { flex-direction: column; align-items: flex-start; gap: 6px; } }
@media (max-width: 768px){ .events { padding-bottom: 0; padding-top: 26px; } .ev-list { margin-top: 10px !important; } .events-head h2 { margin-top: 4px !important; } }
.events-head h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(19px, 5.4vw, 40px); letter-spacing: -0.005em; line-height: 1.1; margin: 10px 0 0; white-space: nowrap; }
@media (max-width: 900px){ .events-head h2 { white-space: normal; font-size: clamp(19px, 4.4vw, 32px); } }
.events-head .lead { max-width: 30ch; font-size: clamp(10.5px, 2.2vw, 13.5px); color: rgba(255,255,255,0.55); font-weight: 500; text-align: right; flex: 1 1 220px; min-width: 0; }
@media (max-width: 640px){ .events-head .lead { text-align: left; max-width: none; } }
.ev-list { display: flex; flex-direction: column; gap: 12px; margin-top: clamp(12px, 2.5vh, 28px); }
.ev-row { display: grid; grid-template-columns: 90px minmax(0,1fr) auto; align-items: center; gap: 22px; padding: 22px; border-radius: 18px; background: var(--black-2); transition: background .3s; color: inherit; text-decoration: none; }
.ev-row .thumb { width: 90px; height: 90px; border-radius: 14px; overflow: hidden; background: var(--black-3); }
.ev-row .info { min-width: 0; }
.short-t { display: none; }
.ev-row .thumb img { width: 100%; height: 100%; object-fit: cover; }
.ev-row .thumb.logo { display: flex; align-items: center; justify-content: center; }
.ev-row .thumb.logo img { width: 100%; height: 100%; object-fit: cover; }
.ev-row .thumb.icon { display: flex; align-items: center; justify-content: center; font-size: 30px; }
.ev-row .info .tags { display: flex; gap: 8px; margin-bottom: 8px; flex-wrap: wrap; }
.ev-row .info .tags span { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; background: rgba(255,255,255,0.08); border-radius: 999px; padding: 5px 10px; }
.ev-row .info .tags span.yr { background: rgba(233,185,74,0.15); color: var(--gold); font-weight: 700; }
.ev-footer-note { margin: clamp(56px, 7vh, 80px) 0 clamp(28px, 3.5vh, 40px); font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.03em; color: rgba(255,255,255,0.5); text-align: center; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.ev-footer-note strong { color: #fff; font-weight: 700; }
.ev-footer-note a { color: inherit; text-decoration: none; }
.ev-footer-note a:hover strong { color: var(--red); }
.format-stats { display: flex; flex-wrap: wrap; gap: 12px; margin: clamp(20px,3vh,28px) 0; }
.format-stats .fs-item { flex: 1 1 140px; background: rgba(233,185,74,0.1); border: 1px solid rgba(233,185,74,0.4); border-radius: 14px; padding: 14px 16px; text-align: center; }
.format-stats .fs-n { display: block; font-family: var(--font-display); font-size: clamp(20px, 4vw, 26px); color: var(--gold); line-height: 1.1; }
.format-stats .fs-k { display: block; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-top: 4px; }
.ev-footer-logo { height: 22px; width: auto; object-fit: contain; filter: drop-shadow(0 0 6px rgba(0,0,0,0.4)); }
.ev-row .info .t { font-family: var(--font-display); font-weight: 400; font-size: clamp(22px, 2.6vw, 32px); min-width: 0; overflow-wrap: break-word; }
.ev-row .info .d { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; color: rgba(255,255,255,0.5); text-transform: uppercase; margin-top: 6px; }
.ev-row .go { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; transition: background .3s, transform .3s; font-size: 16px; flex: none; min-width: 0; }
.ev-row:hover .go { background: var(--red); border-color: var(--red); transform: rotate(45deg); }
.ev-row.hi { background: var(--red); }
.ev-row.hi .info .tags span { background: var(--red-deep); color: #fff; font-weight: 700; box-shadow: 0 2px 6px rgba(0,0,0,0.25); }
@media (max-width: 620px){ .ev-row .info .tags { display: flex; gap: 4px; margin-bottom: 6px; flex-wrap: nowrap; overflow: hidden; min-width: 0; width: 100%; } .ev-row .info .tags span { flex: 1 1 auto; font-size: clamp(5px, 1.6vw, 7.5px); padding: 3px 4px; white-space: nowrap; min-width: 0; overflow: hidden; text-overflow: ellipsis; text-align: center; box-sizing: border-box; } }
.ev-row.hi .info .d { color: rgba(255,255,255,0.85); }
.ev-row.hi .go { border-color: rgba(255,255,255,0.5); }
.ev-row.hi:hover .go { background: #fff; color: var(--red); }
@media (max-width: 620px){ .ev-row { grid-template-columns: 60px 1fr; padding: 16px; gap: 14px; } .ev-row .thumb { width: 60px; height: 60px; } .ev-row .go { display: none; } }

/* ============================================================
   CREST MARQUEE GADGET
   ============================================================ */
.crest-gadget { overflow: hidden; padding: 0 0 clamp(28px, 4.5vh, 44px); }
.crest-msg { text-align: center; font-family: var(--font-display); font-weight: 400; font-size: clamp(20px, 4.4vw, 34px); color: #fff; letter-spacing: -0.005em; margin-bottom: clamp(18px, 3vh, 28px); white-space: nowrap; padding: 0 4vw; }
.crest-msg .crest-num { color: var(--red); }
.crest-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
.crest-track { display: flex; width: max-content; animation: crestMove 60s linear infinite; will-change: transform; }
@media (prefers-reduced-motion: reduce){ .crest-track { animation: none; } }
.crest-group { display: flex; align-items: center; gap: clamp(28px, 4vw, 52px); padding: 0 clamp(14px, 2vw, 26px); flex: none; }
.crest-group img { height: clamp(38px, 5.4vw, 58px); width: auto; object-fit: contain; opacity: 0.92; transition: opacity .25s, transform .25s; }
.crest-group img:hover { opacity: 1; transform: translateY(-3px) scale(1.06); }
@keyframes crestMove { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   CHOOSE PATH
   ============================================================ */
.paths { padding: clamp(36px, 5vh, 60px) 0 clamp(60px, 9vh, 100px); }
.paths-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
@media (max-width: 640px){ .paths-head { flex-direction: column; align-items: flex-start; gap: 8px; } }
.paths-head .lbl-l { font-family: var(--font-mono); font-size: clamp(9.4px, 2.2vw, 12.1px); letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); max-width: 26ch; }
.paths-head .lbl-r { font-family: var(--font-mono); font-size: clamp(9.4px, 2.2vw, 12.1px); letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); }

.paths-list { margin-top: clamp(24px, 4vh, 40px); display: flex; flex-direction: column; }
.path-ghost { display: block; width: 100%; text-align: left; background: none; border: none; padding: 20px 4px; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-weight: 400; font-size: clamp(24px, 3.6vw, 40px); color: rgba(19,19,24,0.32); transition: color .25s; cursor: pointer; }
.path-ghost:hover { color: var(--ink); }

/* ---------- Accordion ---------- */
/* ---------- Secciones desplegadas (v6) ---------- */
.acc-list { margin-top: clamp(24px, 4vh, 40px); display: flex; flex-direction: column; gap: 12px; }
.acc-item { border-radius: 18px; background: var(--ink); overflow: hidden; }
.acc-header { width: 100%; display: flex; align-items: center; gap: 14px; padding: 22px 20px 4px; flex-wrap: wrap; color: #fff; }
.acc-num { font-family: var(--font-display); font-size: 20px; color: rgba(255,255,255,0.5); opacity: 1; flex: none; }
.acc-title { font-family: var(--font-display); font-size: clamp(18px, 5.4vw, 30px); flex: 1 1 auto; min-width: 0; overflow-wrap: break-word; color: #fff; }
.acc-sub { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.05em; text-transform: uppercase; color: rgba(255,255,255,0.55); flex: 1 1 100%; text-align: left; order: 4; }
.acc-panel { display: block; }
.acc-panel-in { padding: 10px 20px 24px; opacity: 1; transform: none; color: #fff; }
@media (max-width: 480px){ .acc-header { gap: 10px; padding: 18px 16px 4px; } .acc-panel-in { padding: 10px 16px 20px; } }

.path-hi { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; color: #fff; margin-bottom: 4px; padding-top: 10px; }
.path-hi .hi-badge { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--red); border: 1px solid rgba(242,107,31,0.4); background: rgba(242,107,31,0.08); padding: 6px 12px; border-radius: 999px; flex: none; box-shadow: 0 0 12px 1px rgba(242,107,31,0.25); }
.hi-badge-gold { position: relative; color: var(--gold) !important; border-color: rgba(233,185,74,0.45) !important; background: rgba(233,185,74,0.12) !important; overflow: hidden; }
.hi-badge-gold::before { content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,244,207,0.55), transparent); animation: hiShine 3.2s ease-in-out infinite; }
@keyframes hiShine { 0% { left: -60%; } 45%,100% { left: 130%; } }
.path-hi .hi-badge:not(.hi-badge-gold) { animation: hiSoftBlink 2.6s ease-in-out infinite; }
@keyframes hiSoftBlink { 0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(242,107,31,0); background: rgba(242,107,31,0.08); } 50% { opacity: 0.55; box-shadow: 0 0 16px 3px rgba(242,107,31,0.6); background: rgba(242,107,31,0.28); } }
@media (prefers-reduced-motion: reduce){ .path-hi .hi-badge:not(.hi-badge-gold) { animation: none; } }
.path-hi .desc { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.75); flex: 1 1 220px; min-width: 0; }

.field-pops { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.field-pop { position: relative; aspect-ratio: 16/9; height: auto; border-radius: 14px; overflow: hidden; border: none; padding: 0; cursor: pointer; display: block; text-decoration: none; }
.field-pop img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.field-pop:hover img { transform: scale(1.06); }
.field-pop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.75) 100%); }
.field-pop .fp-name { position: absolute; left: 12px; bottom: 10px; z-index: 1; color: #fff; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 700; }
@media (max-width: 480px){ .field-pops { grid-template-columns: 1fr; } }

.perks-carousel { display: flex; justify-content: safe center; gap: 16px; margin: 20px -4px 0; padding: 26px 4px 16px; overflow-x: auto; scroll-snap-type: none; scroll-behavior: auto; cursor: grab; scrollbar-width: none; -webkit-overflow-scrolling: touch; user-select: none; touch-action: pan-x; }
.perks-carousel::-webkit-scrollbar { display: none; }
.perks-carousel.dragging { cursor: grabbing; }
.perk-card { flex: none; scroll-snap-align: start; width: 168px; background: linear-gradient(160deg, var(--black-2), var(--black)); border-radius: 22px; padding: 10px 10px 16px; display: flex; flex-direction: column; gap: 12px; position: relative; overflow: hidden; box-shadow: 0 16px 34px -16px rgba(0,0,0,0.65), inset 0 1px 0 rgba(255,255,255,0.06); transition: transform .3s, box-shadow .3s; border: 1px solid rgba(255,255,255,0.07); text-decoration: none; }
.perk-card image-slot { display: block; background: var(--black-3); }
.perk-img-wrap { aspect-ratio: 3/4; width: 100%; border-radius: 16px; overflow: hidden; position: relative; z-index: 1; box-shadow: 0 0 24px -2px rgba(242,107,31,0.45), 0 10px 24px -10px rgba(0,0,0,0.6); }
.perk-card.gold .perk-img-wrap { box-shadow: 0 0 24px -2px rgba(233,185,74,0.5), 0 10px 24px -10px rgba(0,0,0,0.6); }
.perk-img-wrap::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12), inset 0 18px 26px -18px rgba(255,255,255,0.35); pointer-events: none; }
.perk-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 40%; background: linear-gradient(180deg, rgba(242,107,31,0.16), transparent); pointer-events: none; z-index: 0; }
.perk-card.gold::before { background: linear-gradient(180deg, rgba(233,185,74,0.18), transparent); }
.perk-card:hover { transform: translateY(-5px); box-shadow: 0 22px 44px -16px rgba(0,0,0,0.75), inset 0 1px 0 rgba(255,255,255,0.08); }
.perk-card:hover .perk-img-wrap { box-shadow: 0 0 32px 2px rgba(242,107,31,0.65), 0 12px 28px -10px rgba(0,0,0,0.65); }
.perk-card.gold:hover .perk-img-wrap { box-shadow: 0 0 32px 2px rgba(233,185,74,0.7), 0 12px 28px -10px rgba(0,0,0,0.65); }
.perk-icon { width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; background: linear-gradient(135deg, var(--red), var(--red-deep)); box-shadow: 0 0 0 5px rgba(242,107,31,0.12), 0 8px 18px -6px rgba(242,107,31,0.55); position: relative; z-index: 1; }
.perk-card.gold .perk-icon { background: linear-gradient(135deg, var(--gold), #b8860f); box-shadow: 0 0 0 5px rgba(233,185,74,0.14), 0 8px 18px -6px rgba(233,185,74,0.55); }
.perk-icon svg { width: 22px; height: 22px; }
.perk-txt { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 3px; padding: 0 6px; min-width: 0; }
.perk-t { color: #fff; font-weight: 800; font-size: clamp(11px, 2.6vw, 14.5px); line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.perk-s { font-family: var(--font-mono); font-size: clamp(8px, 1.9vw, 9.5px); letter-spacing: 0.05em; text-transform: uppercase; color: rgba(255,255,255,0.78); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 620px){ .perks-carousel { margin: 16px -20px 0; padding: 20px 20px 14px; justify-content: flex-start; } }

/* ---------- Lightbox ---------- */
.lightbox-overlay { position: fixed; inset: 0; z-index: 300; background: rgba(10,10,12,0.92); display: flex; align-items: center; justify-content: center; padding: 40px; opacity: 0; pointer-events: none; transition: opacity .3s; }
.lightbox-overlay.open { opacity: 1; pointer-events: auto; }
.lightbox-fig { margin: 0; max-width: min(90vw, 900px); text-align: center; }
.lightbox-fig img { max-width: 100%; max-height: 78vh; border-radius: 16px; display: block; margin: 0 auto; }
.lightbox-fig figcaption { color: #fff; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.05em; text-transform: uppercase; margin-top: 16px; }
.lightbox-close { position: absolute; top: 24px; right: 24px; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,0.1); color: #fff; border: none; font-size: 20px; transition: background .2s, transform .2s; }
.lightbox-close:hover { background: var(--red); transform: rotate(90deg); }

.spons-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 22px; text-align: center; }
.spons-stats .stat .n { font-family: var(--font-display); font-size: clamp(22px, 5.5vw, 38px); color: var(--gold); line-height: 1; }
.spons-stats .stat .k { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.03em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-top: 6px; line-height: 1.3; }
@media (max-width: 620px){ .spons-stats { grid-template-columns: repeat(2, 1fr); gap: 16px 14px; } }
.acc-panel-in > .btn { display: flex; width: fit-content; margin-left: auto; margin-right: auto; }
.btn-hint { text-align: center; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.04em; color: rgba(255,255,255,0.45); margin-top: clamp(20px,3.4vh,32px); margin-bottom: 14px; }
.acc-panel-in .btn-primary, .acc-panel-in .btn-outline { position: relative; overflow: hidden; isolation: isolate; }
.acc-panel-in .btn-primary::before, .acc-panel-in .btn-outline::before { content: ""; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; background: linear-gradient(115deg, transparent, rgba(255,255,255,0.55), transparent); transform: skewX(-18deg); transition: left .65s ease; pointer-events: none; z-index: 1; }
.acc-panel-in .btn-outline::before { background: linear-gradient(115deg, transparent, rgba(255,255,255,0.16), transparent); }
.acc-panel-in .btn-primary:hover::before, .acc-panel-in .btn-outline:hover::before { left: 130%; }
.btn-fill { transition: color .4s ease .05s, transform .25s, box-shadow .25s; }
.btn-fill::after { content: ""; position: absolute; inset: 0; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .4s cubic-bezier(.4,0,.2,1); z-index: 0; }
.btn-fill { position: relative; z-index: 0; }
.btn-fill .lbl { position: relative; z-index: 2; transition: color .4s ease .05s; }
.btn-fill:hover .lbl { color: #fff; }
.btn-fill:hover::after { transform: scaleX(1); }
@media (max-width: 480px){ .acc-header { gap: 10px; padding: 16px 16px; } .acc-panel-in { padding: 0 16px 20px; } }

.paths-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: clamp(24px, 4vh, 36px); }
.paths-ctas .btn { flex: 1 1 200px; justify-content: center; }

/* ---------- Staff block ---------- */
.staff-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 20px; margin-bottom: clamp(24px, 3vh, 32px); }
.staff-person { width: 150px; }
.staff-person.reveal { filter: blur(8px); transition: opacity .7s cubic-bezier(.16,.7,.2,1), transform .7s cubic-bezier(.16,.7,.2,1), filter .7s cubic-bezier(.16,.7,.2,1); }
.staff-person.reveal.in { filter: blur(0); }
@media (max-width: 620px){ .staff-person.reveal { filter: none; } }
.backed-by-logos.reveal-blur { opacity: 1; filter: none; }
.reveal-blur { opacity: 0; filter: blur(8px); transition: opacity .49s cubic-bezier(.16,.7,.2,1), filter .49s cubic-bezier(.16,.7,.2,1); }
.reveal-blur.in { opacity: 1; filter: blur(0); }
.reveal-blur[data-delay="1"] { transition-delay: .035s; }
.reveal-blur[data-delay="2"] { transition-delay: .084s; }
.reveal-blur[data-delay="3"] { transition-delay: .133s; }
.reveal-blur[data-delay="4"] { transition-delay: .182s; }
.reveal-blur[data-delay="5"] { transition-delay: .231s; }
@media (prefers-reduced-motion: reduce){ .reveal-blur { opacity: 1; filter: none; } }
.staff-person { display: flex; flex-direction: column; align-items: center; gap: 0; }
.staff-photo { position: relative; width: 100%; aspect-ratio: 3/3.6; margin-bottom: 0; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 20px rgba(0,0,0,0.35); }
.staff-photo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(1) contrast(1.05); opacity: 0; transition: opacity .5s ease, transform .4s; }
.staff-photo:hover img { transform: scale(1.06); }
.staff-photo img.flip-x { transform: scaleX(-1); }
.staff-photo:hover img.flip-x { transform: scaleX(-1) scale(1.06); }
.staff-photo img.is-loaded, .staff-photo img[data-loaded="1"] { opacity: 1; }
.staff-tag { position: relative; margin-top: -22px; width: calc(100% - 16px); background: rgba(255,255,255,0.96); border-radius: 10px; padding: 8px 10px; text-align: left; box-shadow: 0 6px 16px rgba(0,0,0,0.25); }
.staff-person .pname { color: var(--ink); font-weight: 800; font-size: clamp(9px, 3vw, 12.5px); line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.staff-person .prole { font-family: var(--font-mono); font-size: clamp(7px, 2.2vw, 9px); letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-soft); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.acc-panel-in { color: #fff; }
.backed-by { margin-top: clamp(24px, 4vh, 36px); padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.12); text-align: center; }
.backed-by-lbl { display: block; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 14px; }
.backed-by-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 14px; }
.backed-row { display: contents; }
.backed-by-logos.reveal-blur .backed-row { opacity: 0; filter: blur(14px); transform: translateY(24px); transition: opacity 1.1s cubic-bezier(.16,.7,.2,1), filter 1.1s cubic-bezier(.16,.7,.2,1), transform 1.1s cubic-bezier(.16,.7,.2,1); }
.backed-by-logos.reveal-blur.in .backed-row { opacity: 1; filter: blur(0); transform: none; }
.backed-by-logos.reveal-blur.in .backed-row[data-mobile-delay] { transition-delay: .15s; }
@media (max-width: 620px){ .backed-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 14px; width: 100%; } }
.backed-by-logos a { display: block; transition: transform .2s, opacity .2s; }
.backed-by-logos a:hover { transform: translateY(-2px); opacity: 0.85; }
.backed-by-logos img { height: 40px; width: auto; max-width: 110px; object-fit: contain; background: #fff; border-radius: 8px; padding: 6px 10px; box-sizing: content-box; }
.klasifica-txt { height: 40px; box-sizing: content-box; display: inline-flex; align-items: center; background: #fff; border-radius: 8px; padding: 6px 14px; font-family: var(--font-display); font-weight: 400; font-size: 18px; color: var(--ink); }
.acc-panel-in .btn-outline { background: #fff; color: var(--ink); }
.acc-close { display: flex; align-items: center; gap: 8px; margin: clamp(18px,3vh,28px) auto 0; padding: 10px 18px; background: none; border: 1px solid rgba(255,255,255,0.25); border-radius: 999px; color: rgba(255,255,255,0.7); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.acc-close .x { font-size: 12px; }
.acc-close:hover { background: rgba(255,255,255,0.08); color: #fff; border-color: rgba(255,255,255,0.4); }
@media (max-width: 480px){ .staff-person { width: 96px; } }
@media (max-width: 620px){ .staff-grid { justify-content: space-between; } .staff-person { width: calc(50% - 14px); } }

/* ============================================================
   SOCIAL PROOF
   ============================================================ */
.social { background: var(--black); color: #fff; padding: clamp(36px, 5vh, 60px) 0 clamp(60px, 9vh, 100px); }
.social-head { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
@media (max-width: 680px){ .social-head { flex-direction: column; align-items: flex-start; gap: 14px; } }
.social-head h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(26px, 9vw, 84px); line-height: 1; margin: 0; white-space: nowrap; }
@media (max-width: 560px){ .social-head h2 { white-space: normal; font-size: clamp(34px, 12vw, 60px); } }
.social-head .mid { display: flex; align-items: center; gap: 14px; }
.social-head .avs { display: flex; }
.social-head .avs img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; border: 2px solid var(--black); margin-left: -12px; }
.social-head .avs img:first-child { margin-left: 0; }
.social-head .slash { font-family: var(--font-display); font-size: 30px; color: rgba(255,255,255,0.35); }
.social-note { font-size: clamp(10px, 2.2vw, 13px); color: rgba(255,255,255,0.5); max-width: 30ch; text-align: right; font-weight: 500; }
@media (max-width: 900px){ .social-note { text-align: left; } }

.social-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: clamp(36px, 5vh, 56px); align-items: stretch; width: 100%; }
.s-card { border-radius: 20px; padding: clamp(20px, 2.4vw, 28px); display: flex; flex-direction: column; justify-content: space-between; min-height: 220px; width: 100%; box-sizing: border-box; }
.s-card.plain { background: var(--black-2); }
.s-card.plain .who .name { font-weight: 800; font-size: 16px; }
.s-card.plain .who .role { font-family: var(--font-mono); font-size: 10.5px; color: rgba(255,255,255,0.45); text-transform: uppercase; margin-top: 4px; }
.s-card.photo { position: relative; overflow: hidden; }
.s-card.photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.s-card.photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,6,7,0.15) 0%, rgba(6,6,7,0.55) 45%, rgba(6,6,7,0.97) 100%); z-index: 1; }
.s-card.photo > * { position: relative; z-index: 2; }
.s-card.photo.quote-loop { padding: 0; text-decoration: none; color: #fff; display: block; aspect-ratio: 16/9; min-height: 320px; border-radius: 24px; overflow: hidden; }
@media (max-width: 640px){ .s-card.photo.quote-loop { aspect-ratio: 4/5; } }
.ql-track { display: flex; height: 100%; width: 100%; transition: transform .8s cubic-bezier(.65,0,.35,1); }
.ql-slide { position: relative; inset: auto; flex: 0 0 100%; width: 100%; height: 100%; padding: clamp(20px, 2.4vw, 28px); display: flex; flex-direction: column; justify-content: flex-end; opacity: 1; }
.ql-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.ql-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,6,7,0.15) 0%, rgba(6,6,7,0.55) 45%, rgba(6,6,7,0.97) 100%); z-index: 1; }
.ql-slide .ast { position: relative; z-index: 2; align-self: flex-end; font-size: 26px; color: var(--red); }
.ql-slide .q { position: relative; z-index: 2; font-size: 16px; line-height: 1.45; font-weight: 600; margin-top: auto; text-shadow: 0 2px 8px rgba(0,0,0,0.7); }
.ql-slide .who { position: relative; z-index: 2; margin-top: 12px; }
.ql-slide .who .name { font-weight: 800; font-size: 15px; }
.ql-slide .who .role { font-family: var(--font-mono); font-size: 10px; color: rgba(255,255,255,0.6); text-transform: uppercase; margin-top: 4px; }
.ql-slide .who .role::before { content: none; }
.ql-dots { position: absolute; top: 16px; right: 16px; z-index: 3; display: flex; gap: 6px; }
.ql-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.35); transition: background .3s, transform .3s; }
.ql-dot.is-active { background: var(--red); transform: scale(1.3); }
.s-card.photo .ast { align-self: flex-end; font-size: 26px; }
.s-card.photo .q { font-size: 16px; line-height: 1.45; font-weight: 600; margin-top: auto; text-shadow: 0 2px 8px rgba(0,0,0,0.7); }
.s-card.photo .who { margin-top: 12px; }
.s-card.photo .who .name { font-weight: 800; font-size: 15px; }
.s-card.photo .who .role { font-family: var(--font-mono); font-size: 10px; color: rgba(255,255,255,0.6); text-transform: uppercase; margin-top: 4px; }
.s-card.num { background: var(--black-2); align-items: flex-start; }
.s-card.moments { background: var(--black-2); padding: 0; overflow: hidden; text-decoration: none; color: #fff; display: flex; flex-direction: row; grid-column: 1 / -1; min-height: 180px; }
.moments-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 1fr; flex: 1 1 60%; min-width: 0; }
.moments-grid img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.s-card.moments:hover .moments-grid img { transform: scale(1.06); }
.moments-info { flex: 1 1 40%; padding: clamp(20px,2.4vw,28px); display: flex; flex-direction: column; justify-content: center; }
.moments-info .who .name { font-weight: 800; font-size: 18px; }
.moments-info .q { font-size: 13.5px; line-height: 1.4; color: rgba(255,255,255,0.65); margin-top: 8px; }
@media (max-width: 640px){ .s-card.moments { flex-direction: column; } .moments-grid { grid-template-columns: repeat(4,1fr); min-height: 140px; } }
.s-card.num .who { display: flex; justify-content: space-between; width: 100%; }
.s-card.num .n { font-family: var(--font-display); font-size: clamp(70px, 9vw, 120px); color: var(--red); line-height: 0.8; margin: 6px 0; }
.s-card.num .q { font-size: 15px; line-height: 1.4; font-weight: 500; color: rgba(255,255,255,0.75); }
@media (max-width: 900px){ .social-grid { grid-template-columns: 1fr; } }

/* ============================================================
   CLOSING BAND
   ============================================================ */
.closing { padding: clamp(8px, 1vh, 16px) 0 0; background: var(--black); color: #fff; }
.spons-expanded { max-width: none; margin: 0; padding: clamp(20px,3vh,32px) var(--pad) clamp(16px,2vh,24px); border-top: 1px solid rgba(255,255,255,0.12); }
.spons-expanded-head { margin-bottom: clamp(20px,3vh,28px); text-align: center; }
.spons-expanded-head .acc-title { display: block; font-family: var(--font-display); font-size: clamp(24px,4vw,34px); font-weight: 400; color: #fff; white-space: nowrap; }
@media (max-width: 700px){ .spons-expanded-head .acc-title { font-size: clamp(11px, 4.6vw, 24px); } .spons-expanded-head .acc-sub { font-size: clamp(9px, 3vw, 11px); max-width: none; width: 100%; margin-left: auto; margin-right: auto; text-align: center; } }
.spons-expanded-head .acc-title .hl-gold { color: var(--gold); }
.spons-expanded-head .acc-title .hl-orange { color: var(--red); }
.spons-expanded-head .acc-sub { display: block; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.03em; color: rgba(255,255,255,0.5); margin-top: 8px; line-height: 1.5; max-width: 56ch; margin-left: auto; margin-right: auto; text-align: center;; }
.closing-inline h3 { font-family: var(--font-display); font-weight: 400; font-size: clamp(24px, 7vw, 58px); letter-spacing: -0.005em; line-height: 1.05; margin: 0; color: var(--ink); }
@media (max-width: 900px){ .closing-inline h3 { white-space: normal; font-size: clamp(28px, 6vw, 44px); } }
.closing-inline h3 .g { color: var(--ink-soft); opacity: 0.42; }
.closing-br { display: none; }
@media (max-width: 380px){ .closing-inline h3 { font-size: 24px; } }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--black); color: #fff; padding-top: 0; overflow: hidden; }
.footer-top { display: grid; grid-template-columns: 1.3fr auto; gap: 40px; align-items: start; }
.footer-cols { display: flex; gap: 48px; }
.footer-cols .col h4 { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; color: rgba(255,255,255,0.4); text-transform: uppercase; margin: 0 0 14px; }
.footer-cols .col a { display: block; font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,0.82); padding: 4px 0; }
.footer-cols .col a:hover { color: var(--red); }
.footer-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.footer-ctas .btn-outline { color: #fff; border-color: rgba(255,255,255,0.28); }
.footer-ctas .btn-outline:hover { border-color: #fff; }

.foot-contact { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,0.1); margin-top: clamp(34px,5vh,54px); font-family: var(--font-mono); font-size: 11px; color: rgba(255,255,255,0.55); letter-spacing: 0.02em; }
.foot-contact a { color: rgba(255,255,255,0.85); }
.foot-contact a:hover { color: var(--red); }
@media (max-width: 620px){ .foot-contact { flex-direction: column; text-align: center; gap: 14px; } }

.foot-social-icons { display: flex; gap: 10px; order: -1; }
.foot-tagline { font-style: italic; color: rgba(255,255,255,0.4); }
.foot-tagline a { color: var(--red); font-style: normal; font-weight: 700; text-decoration: none; }
.foot-tagline a:hover { text-decoration: underline; }
.ico-btn { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); color: rgba(255,255,255,0.8); transition: transform .3s cubic-bezier(.2,.8,.2,1), background .3s, color .3s, border-color .3s; flex: none; }
.ico-btn svg { width: 18px; height: 18px; }
.ico-btn.whatsapp:hover { background: #25D366; border-color: #25D366; color: #fff; transform: scale(1.1) rotate(-8deg); animation: icoWiggle .5s ease; }
.ico-btn.mail:hover { background: var(--red); border-color: var(--red); color: #fff; transform: scale(1.1) rotate(6deg); animation: icoWiggle .5s ease; }
.ico-btn.instagram:hover { background: #E1306C; border-color: #E1306C; color: #fff; transform: scale(1.1) rotate(-8deg); animation: icoWiggle .5s ease; }
.ico-btn.facebook:hover { background: #1877F2; border-color: #1877F2; color: #fff; transform: scale(1.1) rotate(6deg); animation: icoWiggle .5s ease; }
.ico-btn.twitch:hover { background: #9146FF; border-color: #9146FF; color: #fff; transform: scale(1.1) rotate(6deg); animation: icoWiggle .5s ease; }
.ico-btn.youtube:hover { background: #FF0000; border-color: #FF0000; color: #fff; transform: scale(1.1) rotate(-8deg); animation: icoWiggle .5s ease; }
@keyframes icoWiggle { 0%,100% { transform: scale(1.1) rotate(-8deg); } 50% { transform: scale(1.1) rotate(8deg); } }
@media (prefers-reduced-motion: reduce){ .ico-btn:hover { animation: none; } }

.foot-wordmark { text-align: center; overflow: hidden; line-height: 0.76; }
.foot-wordmark span { font-family: var(--font-display); font-size: clamp(30px, 10.5vw, 190px); color: var(--black-3); display: inline-block; transform: translateY(28%); white-space: nowrap; }
@media (max-width: 820px){ .footer-top { grid-template-columns: 1fr; } .footer-cols { gap: 30px; } }

/* ============================================================
   MODAL / FORMULARIOS
   ============================================================ */
.modal-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(14,14,17,0.6); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); display: flex; justify-content: flex-end; opacity: 0; pointer-events: none; transition: opacity .4s; }
.modal-overlay.open { opacity: 1; pointer-events: auto; }
.modal { width: min(600px, 100%); height: 100%; background: var(--paper); overflow-y: auto; -webkit-overflow-scrolling: touch; padding: max(clamp(28px, 4vw, 54px), env(safe-area-inset-top)) clamp(28px, 4vw, 54px) clamp(28px, 4vw, 54px); transform: translateX(40px); transition: transform .45s cubic-bezier(.2,.8,.2,1); box-shadow: -40px 0 100px -30px rgba(0,0,0,0.35); }
.modal-overlay.open .modal { transform: none; }
.modal-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 28px; }
.modal-head .ovl { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--red); text-transform: uppercase; }
.modal-head h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(30px, 5vw, 48px); letter-spacing: -0.005em; margin: 10px 0 0; color: var(--ink); }
.modal-head p { font-size: 15px; color: var(--ink-soft); margin: 12px 0 0; max-width: 40ch; font-weight: 500; line-height: 1.5; }
.modal-close { background: #fff; border: 1px solid var(--line); color: var(--ink); width: 44px; height: 44px; flex: none; border-radius: 50%; font-size: 18px; transition: .25s; touch-action: manipulation; }
.modal-close:hover { background: var(--red); border-color: var(--red); color: #fff; transform: rotate(90deg); }

.field { margin-bottom: 16px; }
.field.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px){ .field.row2 { grid-template-columns: 1fr; } .chip-group.seg { grid-template-columns: 1fr; } }
.field label, .field-label { display: block; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; background: #fff; border: 1.5px solid var(--line); color: var(--ink); font-family: var(--font-body); font-weight: 500; font-size: 16px; padding: 12px 14px; border-radius: 10px; transition: border-color .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); }
.field textarea { resize: vertical; min-height: 90px; }
.field select { -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='%23F26B1F'><path d='M0 0l6 8 6-8z'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 34px; }
.chip-group { display: flex; flex-wrap: wrap; gap: 8px; }
.chip-group.seg { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span { display: block; text-align: center; font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.04em; background: #fff; border: 1.5px solid var(--line); border-radius: 10px; padding: 10px 13px; cursor: pointer; transition: .2s; user-select: none; }
.chip-group:not(.seg) .chip span { text-align: left; border-radius: 999px; }
.chip input:checked + span { background: var(--ink); border-color: var(--ink); color: #fff; font-weight: 700; }
.chip span:hover { border-color: var(--ink-soft); }
.team-block { border: 1.5px solid rgba(226,58,46,0.3); background: rgba(226,58,46,0.06); padding: 18px 18px 4px; margin-bottom: 18px; border-radius: 16px; animation: teamIn .35s ease; }
@keyframes teamIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.team-block-tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; color: var(--red); text-transform: uppercase; margin-bottom: 16px; }
.modal form .btn-primary { width: 100%; justify-content: center; margin-top: 8px; }
.form-note { font-family: var(--font-mono); font-size: 10px; color: var(--ink-soft); letter-spacing: 0.04em; margin-top: 16px; line-height: 1.6; text-transform: uppercase; }
.form-success { text-align: center; padding: 40px 0; }
.form-success .ic { width: 68px; height: 68px; margin: 0 auto 22px; border-radius: 50%; border: 2px solid var(--red); display: flex; align-items: center; justify-content: center; color: var(--red); font-size: 30px; }
.form-success h3 { font-family: var(--font-display); font-weight: 400; font-size: 30px; margin: 0; color: var(--ink); }
.form-success p { color: var(--ink-soft); margin-top: 12px; font-weight: 500; }

/* ============================================================
   MOBILE REFINEMENT PASS (≤480px) — desktop untouched
   ============================================================ */
@media (max-width: 480px) {
  :root { --pad: 18px; }
  .why { padding: 26px 0 34px; }
  .events { padding: 26px 0 0; }
  .events-head .lead { margin-top: 4px; }
  .paths { padding: 26px 0 34px; }
  .social { padding: 26px 0 34px; }
  .crest-gadget { padding: 0 0 22px; }
  .btn { padding: 13px 20px; font-size: 12px; gap: 7px; }
  .circle-btn { width: 48px; height: 48px; font-size: 17px; }

  .hero { padding-top: 96px; }
  .hero-word { white-space: nowrap; }
  .hero-word span { font-size: clamp(28px, 11.6vw, 62px); }
  .hero-tags { flex-wrap: nowrap; justify-content: center; font-size: 8px; padding: 12px 0; gap: 6px; }
  .hero-tags span::after { content: ""; }
  .hero-body { padding-top: 20px; gap: 16px; }
  .hero-body h1 { font-size: clamp(17px, 8vw, 34px); white-space: nowrap; }
  .hero-people { gap: 9px; margin-top: 14px; }
  .hero-people .avs img { width: 28px; height: 28px; margin-left: -8px; }
  .hero-people .n { font-size: 17px; }
  .hero-people-label { font-size: 15px; padding-left: 9px; }
  .values-row { padding: 22px 0 12px; margin-top: 24px; }

  .why-head h2 { font-size: clamp(24px, 8.6vw, 34px); }
  .why-sub { font-size: 13px; max-width: none; line-height: 1.4; }
  .why-intro { margin-top: 30px; gap: 12px; }
  .why-card { width: 82vw; }
  .why-content { padding: 16px; gap: 8px; }
  .why-row .big { font-size: 32px; }
  .why-title-wrap .name { font-size: 14.5px; }
  .why-title-wrap .desc { font-size: 12px; }
  .ticker { margin-top: 30px; padding: 12px 0; }
  .ticker-item { font-size: 11.5px; gap: 28px; }
  .ticker-group { gap: 28px; }

  .events-head h2 { font-size: clamp(15px, 5.6vw, 28px); white-space: nowrap; }
  .events-head .lead { font-size: 12.5px; line-height: 1.45; text-align: left; max-width: none; display: none; }
  .ev-row { grid-template-columns: 52px minmax(0,1fr) 26px; padding: 14px; gap: 10px; border-radius: 14px; }
  .ev-row .thumb { width: 52px; height: 52px; border-radius: 11px; }
  .ev-row .info .t { font-size: clamp(10px, 4.4vw, 17px); line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .short-t { display: inline; }
  .full-t { display: none; }
  .ev-row .info .d { font-size: 9.5px; line-height: 1.4; text-align: justify; text-wrap: pretty; }
  .ev-row .go { display: flex; width: 26px; height: 26px; font-size: 13px; }
  .events-head h2 { margin-top: 4px; }
  .ev-list { gap: 10px; margin-top: 6px; }
  .format-stats .fs-item { padding: 12px 13px; flex: 1 1 100%; }
  .format-stats .fs-n { font-size: 19px; }
  .ev-footer-note { font-size: 10px; margin: 48px 0 24px; }
  .ev-footer-logo { height: 18px; }

  .crest-msg { font-size: clamp(11px, 4.8vw, 24px); margin-bottom: 16px; white-space: nowrap; text-align: center; padding: 0 3vw; }
  .crest-group img { height: 48px; }
  .crest-group { gap: 22px; padding: 0 10px; }

  .paths-head .lbl-l, .paths-head .lbl-r { font-size: 9.5px; }
  .acc-header { padding: 15px 15px; gap: 9px; }
  .acc-num { font-size: 16px; }
  .acc-title { font-size: clamp(16px, 6.4vw, 22px); }
  .acc-sub { font-size: 9px; }
  .spons-expanded-head .acc-sub { font-size: clamp(9px, 3.4vw, 10.5px) !important; max-width: none !important; width: 100% !important; margin-left: auto !important; margin-right: auto !important; text-align: center !important; }
  .acc-chev { font-size: 16px; width: 28px; height: 28px; }
  .path-hi { justify-content: center; }
  .path-hi .hi-badge { font-size: 10.5px; padding: 5px 10px; }
  .path-hi .desc { font-size: 12.5px; }
  .format-stats { gap: 8px; }
  .field-pops { gap: 8px; margin-top: 16px; }
  .field-pop { height: auto; }
  .field-pop .fp-name { font-size: 9px; }
  .perk-card { width: 152px; padding: 8px 8px 14px; gap: 10px; }
  .perk-t { font-size: clamp(11px, 3.4vw, 13px); }
  .spons-stats { gap: 12px 10px; }
  .spons-stats .stat .n { font-size: 26px; }
  .spons-stats .stat .k { font-size: 8px; }
  .paths-ctas .btn { flex: 1 1 100%; }
  .staff-tag { width: calc(100% - 10px); padding: 6px 8px; margin-top: -16px; }
  .backed-by-logos img { height: 32px; max-width: 90px; }
  .klasifica-txt { height: 32px; font-size: 15px; }

  .social-head h2 { font-size: clamp(30px, 13vw, 48px); }
  .social-note { font-size: 12px; line-height: 1.4; max-width: none; text-align: left; }
  .social-head .avs img { width: 32px; height: 32px; margin-left: -9px; }
  .s-card { padding: 16px; min-height: 180px; }
  .s-card.photo.quote-loop { width: 100%; aspect-ratio: 4/5; min-height: 0; height: auto; max-height: 78vh; margin: 0 auto; }
  .ql-slide { padding: 16px; }
  .ql-slide .q { font-size: 14px; line-height: 1.4; }
  .ql-slide .who .name { font-size: 13.5px; }
  .ql-slide .who .role { font-size: 9px; }

  .closing-inline { align-items: flex-start !important; gap: 12px !important; margin-bottom: 16px !important; }
  .closing-inline h3 { flex: 1 1 auto; min-width: 0; }
  .closing-inline .circle-btn { flex-shrink: 0; margin-left: auto; }
  .closing-inline h3 { font-size: clamp(20px, 9vw, 34px); white-space: normal; }
  .closing-br { display: inline; }

  .footer-cols { gap: 26px; flex-wrap: wrap; justify-content: center; text-align: center; }
  .footer-cols .col { flex: 1 1 40%; }
  .footer-cols .col h4 { font-size: 9px; margin-bottom: 10px; }
  .footer-cols .col a { font-size: 12.5px; }
  .footer-ctas .btn { flex: 1 1 100%; }
  .foot-contact { font-size: 10px; padding: 20px 0; }
  .ico-btn { width: 40px; height: 40px; }
  .ico-btn svg { width: 16px; height: 16px; }
  .foot-wordmark { padding-bottom: 6vw; }
  .foot-wordmark span { font-size: clamp(26px, 13vw, 60px); }
}
