/* =========================================================
   SPANNABIS BILBAO 2027 — Splash de entrada (single screen)
   ========================================================= */

:root {
    --c-bg:           #0d1612;
    --c-bg-2:         #122019;
    --c-cream:        #f0e4c4;
    --c-cream-soft:   #e5d4a8;
    --c-gold:         #c99838;  /* mostaza Spannabis */
    --c-gold-bright:  #dda94b;
    --c-gold-deep:    #a47c2e;
    --c-rust:         #c66a2e;
    --c-green-deep:   #1a3d2a;
    --c-ink:          #0a1410;

    --grad-gold: linear-gradient(135deg,#dda94b 0%,#c99838 50%,#a47c2e 100%);
    --grad-gold-text: linear-gradient(180deg,#dda94b 0%,#c99838 60%,#a47c2e 100%);

    --shadow-gold: 0 10px 40px -10px rgba(201,152,56,.55);

    --radius-md: 14px;
    --radius-lg: 22px;
    --radius-full: 999px;

    --max-w: 1320px;
    --ease: cubic-bezier(.16,1,.3,1);

    /* Anchura compartida entre el logo SPANNABIS y BILBAO */
    --brand-width: clamp(280px, 44vw, 560px);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; overflow: hidden; }
html { -webkit-text-size-adjust: 100%; }
body {
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    background: var(--c-bg);
    color: var(--c-cream);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    line-height: 1.5;
    position: relative;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }
::selection { background: var(--c-gold); color: var(--c-ink); }

/* Screen-reader only — oculto visualmente, accesible para SEO/a11y */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* =========================================================
   FONDO (cartel + luces + grano)
   ========================================================= */
.bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}
.bg__poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1) contrast(1.08);
    animation: kenBurns 18s ease-in-out infinite alternate;
    will-change: transform;
    transform-origin: center center;
}
@keyframes kenBurns {
    0%   { transform: scale(1.08) translate(0,0)      rotate(0deg); }
    50%  { transform: scale(1.18) translate(-2%,1.5%) rotate(.4deg); }
    100% { transform: scale(1.14) translate(2%,-1.5%) rotate(-.4deg); }
}
.bg__vignette {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at center, rgba(13,22,18,.15) 0%, rgba(13,22,18,.7) 55%, rgba(13,22,18,.96) 100%),
        linear-gradient(180deg, rgba(13,22,18,.9) 0%, rgba(13,22,18,.4) 25%, rgba(13,22,18,.55) 70%, rgba(13,22,18,.98) 100%);
}
.bg__grain {
    position: absolute;
    inset: 0;
    opacity: .08;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/></svg>");
}

.ambient-lights {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}
.ambient {
    position: absolute;
    width: 60vmax;
    height: 60vmax;
    border-radius: 50%;
    filter: blur(120px);
    opacity: .22;
    will-change: transform;
}
.ambient--gold  { top:-20%; left:-10%;  background: radial-gradient(circle,#c99838, transparent 60%); animation: drift 14s ease-in-out infinite alternate; opacity:.32; }
.ambient--green { bottom:-30%; right:-20%; background: radial-gradient(circle,#1a3d2a, transparent 60%); animation: drift 18s ease-in-out infinite alternate-reverse; opacity:.55; }
.ambient--rust  { top:50%; left:40%;    background: radial-gradient(circle,#c66a2e, transparent 60%); animation: drift 11s ease-in-out infinite alternate; opacity:.18; }
@keyframes drift {
    0%   { transform: translate(0,0)         scale(1)    rotate(0deg); }
    50%  { transform: translate(6vw,-4vh)    scale(1.15) rotate(8deg); }
    100% { transform: translate(-8vw,7vh)    scale(.95)  rotate(-6deg); }
}

/* Pequeñas partículas doradas flotando */
.bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(2px 2px at 12% 18%, rgba(221,169,75,.55), transparent),
        radial-gradient(1.5px 1.5px at 28% 72%, rgba(221,169,75,.45), transparent),
        radial-gradient(1px 1px at 55% 35%, rgba(255,240,200,.6), transparent),
        radial-gradient(2px 2px at 78% 82%, rgba(221,169,75,.5), transparent),
        radial-gradient(1.5px 1.5px at 88% 24%, rgba(255,240,200,.45), transparent),
        radial-gradient(1px 1px at 38% 55%, rgba(221,169,75,.4), transparent),
        radial-gradient(2px 2px at 65% 12%, rgba(255,240,200,.5), transparent);
    background-size: 100% 100%;
    pointer-events: none;
    animation: particlesFloat 24s linear infinite;
    mix-blend-mode: screen;
    opacity: .8;
}
@keyframes particlesFloat {
    0%   { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(0, -40px, 0); }
}

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 14px 28px;
    background: linear-gradient(180deg, rgba(13,22,18,.92) 0%, rgba(13,22,18,.55) 75%, rgba(13,22,18,0) 100%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.header-inner {
    max-width: var(--max-w);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

/* SPANNABIS brand mark — top-left */
.brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    transition: transform .35s var(--ease), filter .35s var(--ease);
    filter: drop-shadow(0 4px 14px rgba(0,0,0,.55));
}
.brand:hover {
    transform: translateY(-2px) scale(1.02);
    filter: drop-shadow(0 8px 22px rgba(201,152,56,.45));
}
.brand__logo {
    width: clamp(120px, 13vw, 180px);
    height: auto;
    display: block;
}

/* Partner logos — color original con transición suave */
.partners {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
}
.partner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .3s var(--ease), transform .3s var(--ease), filter .3s var(--ease);
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.5));
    animation: partnerEnter .7s var(--ease) forwards;
}
.partner:nth-child(1) { animation-delay: .15s; }
.partner:nth-child(2) { animation-delay: .25s; }
.partner:nth-child(3) { animation-delay: .35s; }
.partner:nth-child(4) { animation-delay: .45s; }
.partner:nth-child(5) { animation-delay: .55s; }
.partner:nth-child(6) { animation-delay: .65s; }
@keyframes partnerEnter {
    to { opacity: .9; transform: translateY(0); }
}
.partner:hover {
    opacity: 1;
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 12px rgba(201,152,56,.5));
}
.partner img {
    max-height: 40px;
    width: auto;
    object-fit: contain;
}
.partner--tall {
    height: 52px;
}
.partner--tall img {
    max-height: 52px;
}
.partner--text {
    padding: 6px 14px;
    border: 1px solid rgba(201,152,56,.35);
    border-radius: var(--radius-full);
    background: rgba(13,22,18,.4);
    backdrop-filter: blur(4px);
}
.partner__text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 13px;
    line-height: 1.05;
    letter-spacing: 1.5px;
    color: var(--c-cream);
    text-align: center;
    white-space: nowrap;
}

/* Banderas — visibles y elegantes */
.lang-switcher {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(13,22,18,.65);
    border: 1px solid rgba(201,152,56,.28);
    padding: 6px;
    border-radius: var(--radius-full);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 16px -4px rgba(0,0,0,.4);
    flex-shrink: 0;
}
.lang {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px 6px 6px;
    border-radius: var(--radius-full);
    transition: all .3s var(--ease);
    opacity: .8;
}
.lang:hover {
    opacity: 1;
    background: linear-gradient(135deg, rgba(201,152,56,.25), rgba(201,152,56,.08));
    box-shadow: inset 0 0 0 1px rgba(201,152,56,.35), 0 4px 14px -4px rgba(201,152,56,.25);
    transform: translateY(-1px);
}
.lang:hover .lang__flag {
    animation: flagWave .6s ease-in-out;
}
.lang:active {
    transform: scale(.92);
    transition-duration: .08s;
}
@keyframes flagWave {
    0%, 100% { transform: rotate(0); }
    25%      { transform: rotate(-8deg); }
    75%      { transform: rotate(8deg); }
}
.lang__flag {
    display: inline-block;
    width: 30px;
    height: 20px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.12);
    flex-shrink: 0;
}
.lang__flag svg { width: 100%; height: 100%; display: block; }
.lang__code {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    color: var(--c-cream);
    line-height: 1;
}

/* =========================================================
   SPLASH CENTRAL
   ========================================================= */
.splash {
    position: relative;
    z-index: 5;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(100px, 13vh, 150px) 28px 30px;
}
.splash__inner {
    width: 100%;
    max-width: 1080px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(10px, 1.6vh, 18px);
}

/* XXIV title */
.splash__edition img {
    width: clamp(220px, 34vw, 420px);
    filter: drop-shadow(0 6px 20px rgba(0,0,0,.55));
}

/* SPANNABIS wordmark — flota suave para sensación premium */
.splash__spannabis {
    width: var(--brand-width);
    filter: drop-shadow(0 10px 30px rgba(0,0,0,.6)) drop-shadow(0 0 24px rgba(201,152,56,.18));
    animation: brandFloat 7s ease-in-out infinite;
    animation-delay: 1.8s;
    will-change: transform;
}
@keyframes brandFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-6px); }
}

/* BILBAO — ancho del 76% del logo SPANNABIS (entre la P y la I) */
.splash__city {
    position: relative;
    width: calc(var(--brand-width) * 0.76);
    font-family: 'Anton', 'Antonio', 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: clamp(48px, 9.6vw, 130px);
    line-height: .9;
    color: transparent;
    margin: clamp(2px, 1vh, 8px) auto;
    text-transform: uppercase;
}
.splash__city-letters,
.splash__city-shine {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    line-height: 1;
}
.splash__city-letters > span,
.splash__city-shine > span {
    display: inline-block;
    line-height: 1;
    transform-origin: 50% 60%;
}
.splash__city-letters {
    position: relative;
    z-index: 2;
    color: #c99838;
    filter: drop-shadow(0 12px 36px rgba(201,152,56,.32));
}

/* Cascada letra a letra con overshoot — anticipación + follow-through */
.splash__city-letters > span {
    opacity: 0;
    transform: translateY(-48px) scale(.85) rotate(-3deg);
    animation: letterDrop 1s cubic-bezier(.34,1.56,.64,1) forwards;
    animation-delay: calc(0.4s + var(--i) * 90ms);
}
@keyframes letterDrop {
    0% {
        opacity: 0;
        transform: translateY(-48px) scale(.85) rotate(-3deg);
    }
    55% {
        opacity: 1;
        transform: translateY(8px) scale(1.06) rotate(1deg);
    }
    80% {
        transform: translateY(-2px) scale(.99) rotate(-.5deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1) rotate(0);
    }
}

.splash__city-shine {
    position: absolute;
    top: 0; left: 0;
    z-index: 3;
    background: linear-gradient(110deg, transparent 30%, rgba(255,240,200,.55) 50%, transparent 70%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    animation:
        shineAppear .6s var(--ease) forwards 1.4s,
        shine 6s ease-in-out infinite 1.6s;
    pointer-events: none;
}
@keyframes shineAppear {
    to { opacity: 1; }
}
@keyframes shine {
    0%   { background-position: 200% 0; }
    60%  { background-position: -100% 0; }
    100% { background-position: -100% 0; }
}

/* ========== Info Cards (bloque pie) ========== */
.info-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 920px;
    margin: clamp(10px, 1.8vh, 22px) auto 0;
}
.info-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 20px;
    background: linear-gradient(160deg, rgba(13,22,18,.78) 0%, rgba(18,32,25,.78) 100%);
    border: 1px solid rgba(201,152,56,.25);
    border-radius: 14px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
        0 8px 24px -8px rgba(0,0,0,.55),
        inset 0 1px 0 rgba(255,255,255,.04);
    transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
    text-align: left;
    isolation: isolate;
    overflow: hidden;
    /* Entrada escalonada — staging + secondary action */
    opacity: 0;
    transform: translateY(28px) scale(.96);
    animation: cardEnter 1.05s cubic-bezier(.34,1.46,.64,1) forwards;
}
.info-card:nth-child(1) { animation-delay: 1.45s; }
.info-card:nth-child(2) { animation-delay: 1.55s; }
.info-card:nth-child(3) { animation-delay: 1.65s; }
@keyframes cardEnter {
    0% {
        opacity: 0;
        transform: translateY(28px) scale(.96);
    }
    60% {
        opacity: 1;
        transform: translateY(-4px) scale(1.015);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
.info-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top left, rgba(201,152,56,.12), transparent 60%);
    z-index: -1;
    opacity: .6;
}
.info-card:hover {
    border-color: rgba(201,152,56,.55);
    transform: translateY(-3px);
    box-shadow: 0 14px 36px -10px rgba(0,0,0,.65), 0 6px 18px -6px rgba(201,152,56,.25);
}

.info-card__icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-gold);
    border-radius: 10px;
    background: rgba(201,152,56,.08);
    border: 1px solid rgba(201,152,56,.2);
    transition: all .35s var(--ease);
}
.info-card__icon svg { width: 26px; height: 26px; }
.info-card:hover .info-card__icon {
    background: rgba(201,152,56,.15);
    transform: rotate(-4deg) scale(1.04);
}

.info-card__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.info-card__label {
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--c-gold);
    opacity: .8;
}
.info-card__value {
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-size: clamp(20px, 2vw, 26px);
    letter-spacing: 1.5px;
    color: var(--c-cream);
    line-height: 1;
    text-transform: uppercase;
    margin-top: 2px;
}
.info-card__sub {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.2px;
    color: var(--c-cream-soft);
    opacity: .7;
    text-transform: uppercase;
    margin-top: 4px;
    line-height: 1.3;
}

/* Card CTA (Entradas) — atención + staging */
.info-card--cta {
    cursor: pointer;
    border-color: rgba(201,152,56,.5);
    background: linear-gradient(160deg, rgba(201,152,56,.12) 0%, rgba(13,22,18,.82) 100%);
    /* Glow respiratorio para atraer la mirada al CTA */
    animation:
        cardEnter 1.05s cubic-bezier(.34,1.46,.64,1) forwards,
        ctaBreathe 3.2s ease-in-out infinite 2.4s;
}
.info-card--cta::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 30%, rgba(255,240,200,.18) 50%, transparent 70%);
    background-size: 200% 100%;
    background-position: -100% 0;
    z-index: -1;
    transition: background-position 1s var(--ease);
    pointer-events: none;
}
.info-card--cta:hover {
    border-color: rgba(201,152,56,.85);
    box-shadow: 0 14px 40px -10px rgba(0,0,0,.7), 0 6px 24px -6px rgba(201,152,56,.5);
    animation-play-state: paused, paused;
}
.info-card--cta:hover::after {
    background-position: 200% 0;
}
.info-card--cta .info-card__icon {
    background: rgba(201,152,56,.2);
    border-color: rgba(201,152,56,.45);
    color: var(--c-gold-bright);
    position: relative;
    overflow: visible;
}
/* Ping ring alrededor del icono del ticket */
.info-card--cta .info-card__icon::before {
    content: '';
    position: absolute;
    inset: -3px;
    border: 1.5px solid rgba(221,169,75,.7);
    border-radius: 12px;
    opacity: 0;
    animation: ctaPing 2.4s cubic-bezier(0,0,.2,1) infinite 2.6s;
    pointer-events: none;
}
@keyframes ctaPing {
    0% {
        opacity: .9;
        transform: scale(1);
    }
    70%, 100% {
        opacity: 0;
        transform: scale(1.45);
    }
}
@keyframes ctaBreathe {
    0%, 100% {
        box-shadow:
            0 8px 24px -8px rgba(0,0,0,.55),
            inset 0 1px 0 rgba(255,255,255,.04),
            0 0 0 0 rgba(201,152,56,0);
    }
    50% {
        box-shadow:
            0 14px 30px -8px rgba(0,0,0,.6),
            inset 0 1px 0 rgba(255,255,255,.08),
            0 0 28px 4px rgba(201,152,56,.22);
    }
}
.info-card--cta .info-card__value {
    color: var(--c-gold-bright);
}
.info-card__arrow {
    display: inline-block;
    margin-left: 4px;
    transition: transform .3s var(--ease);
    animation: arrowNudge 2.6s ease-in-out infinite 3s;
}
.info-card--cta:hover .info-card__arrow {
    transform: translateX(4px);
    animation-play-state: paused;
}
@keyframes arrowNudge {
    0%, 90%, 100% { transform: translateX(0); }
    93%          { transform: translateX(3px); }
    96%          { transform: translateX(0); }
}

/* CTA */
.splash__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(14px, 2vh, 22px);
    margin-top: clamp(6px, 1vh, 14px);
}
/* Lang-switcher debajo de Entrar */
.splash__cta .lang-switcher {
    margin-top: 4px;
}
.splash__cta .lang {
    padding: 6px 14px 6px 6px;
    opacity: .9;
}
.splash__cta .lang__flag {
    width: 34px;
    height: 22px;
}
.splash__cta .lang__code {
    font-size: 16px;
    letter-spacing: 2.5px;
}

.enter-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 18px 28px 18px 36px;
    background: var(--grad-gold);
    color: var(--c-ink);
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-gold), inset 0 1px 0 rgba(255,255,255,.45);
    transition: all .35s var(--ease);
    overflow: hidden;
    isolation: isolate;
    min-width: 260px;
}
.enter-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.55) 50%, transparent 70%);
    background-size: 200% 100%;
    background-position: -100% 0;
    z-index: -1;
    transition: background-position .9s var(--ease);
}
.enter-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 50px -10px rgba(201,152,56,.65), inset 0 1px 0 rgba(255,255,255,.5);
}
.enter-btn:hover::before { background-position: 200% 0; }

.enter-btn__label {
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-size: clamp(22px, 3vw, 28px);
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1;
}
.enter-btn__sub {
    flex: 1;
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    opacity: .65;
    border-left: 1px solid rgba(10,20,16,.3);
    padding-left: 16px;
    line-height: 1.2;
}
.enter-btn__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(10,20,16,.18);
    color: var(--c-ink);
    transition: transform .35s var(--ease);
}
.enter-btn__arrow svg { width: 18px; height: 18px; }
.enter-btn:hover .enter-btn__arrow {
    transform: translateX(4px);
    background: rgba(10,20,16,.3);
}

.splash__hint {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--c-cream-soft);
    opacity: .55;
    font-weight: 500;
}

/* =========================================================
   REVEAL ON LOAD
   ========================================================= */
.reveal {
    opacity: 0;
    transform: translateY(22px);
    animation: revealUp 1s var(--ease) forwards;
    animation-delay: var(--d, 0ms);
}
@keyframes revealUp {
    to { opacity: 1; transform: translateY(0); }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1100px) {
    .partners { gap: 18px; }
    .partner { height: 36px; }
    .partner img { max-height: 36px; }
    .partner--tall { height: 46px; }
    .partner--tall img { max-height: 46px; }
}
@media (max-width: 900px) {
    .site-header { padding: 10px 18px; }
    .header-inner { gap: 14px; }
    .partners { gap: 14px; }
    .partner { height: 32px; }
    .partner img { max-height: 32px; }
    .partner--tall { height: 42px; }
    .partner--tall img { max-height: 42px; }
    .partner__text { font-size: 11px; }
}
@media (max-width: 720px) {
    .site-header {
        background: linear-gradient(180deg, rgba(13,22,18,.96) 0%, rgba(13,22,18,.85) 80%, rgba(13,22,18,0) 100%);
    }
    .header-inner {
        flex-wrap: wrap;
        gap: 8px;
        row-gap: 10px;
    }
    .partners {
        width: 100%;
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
    }
    .partner { height: 26px; }
    .partner img { max-height: 26px; }
    .partner--tall { height: 36px; }
    .partner--tall img { max-height: 36px; }
    .partner__text { font-size: 10px; letter-spacing: 1px; }
    .partner--text { padding: 4px 10px; }
    .splash__cta .lang-switcher { padding: 4px; gap: 4px; }
    .splash__cta .lang { padding: 4px 10px 4px 4px; gap: 6px; }
    .splash__cta .lang__flag { width: 28px; height: 18px; }
    .splash__cta .lang__code { font-size: 13px; }

    .splash { padding: 100px 18px 24px; }
    .splash__inner { gap: 10px; }
    :root { --brand-width: clamp(220px, 70vw, 380px); }

    .info-cards { grid-template-columns: 1fr; gap: 10px; max-width: 420px; }
    .info-card { padding: 12px 16px; gap: 14px; }
    .info-card__icon { width: 40px; height: 40px; }
    .info-card__icon svg { width: 22px; height: 22px; }
    .info-card__value { font-size: 20px; }
    .info-card__sub { font-size: 10.5px; }
}
@media (max-width: 480px) {
    .partners { gap: 10px; }
    .partner { height: 22px; }
    .partner img { max-height: 22px; }
    .partner--tall { height: 32px; }
    .partner--tall img { max-height: 32px; }
    .splash { padding: 110px 14px 22px; }
}

/* Portátiles (alto 768–900 px): compacta el bloque para que las banderas no queden ocultas bajo el fold */
@media (min-width: 721px) and (max-height: 900px) {
    .splash { padding-top: clamp(86px, 12vh, 120px); padding-bottom: clamp(14px, 2vh, 22px); }
    .splash__inner { gap: clamp(6px, 1vh, 12px); }
    .splash__edition img { width: clamp(180px, 22vw, 320px); }
    .splash__spannabis { width: clamp(240px, 32vw, 420px); }
    .splash__city { font-size: clamp(44px, 7vw, 96px); }
    .info-cards { gap: 12px; margin-top: clamp(4px, 1vh, 10px); }
    .info-card { padding: 12px 16px; gap: 12px; }
    .info-card__icon { width: 40px; height: 40px; }
    .info-card__icon svg { width: 22px; height: 22px; }
    .info-card__value { font-size: 20px; }
    .splash__cta { margin-top: clamp(2px, 0.5vh, 8px); gap: clamp(8px, 1.2vh, 14px); }
    .splash__cta .lang-switcher { padding: 4px; gap: 4px; }
    .splash__cta .lang { padding: 4px 10px 4px 4px; gap: 6px; }
    .splash__cta .lang__flag { width: 30px; height: 20px; }
    .splash__cta .lang__code { font-size: 14px; }
}

/* Pantallas muy bajas (móvil landscape) */
@media (max-height: 600px) and (min-width: 720px) {
    .splash { padding-top: 80px; padding-bottom: 16px; }
    .splash__inner { gap: 6px; }
    .splash__edition img { width: clamp(180px, 24vw, 300px); }
    .splash__spannabis { width: clamp(200px, 28vw, 380px); }
    .splash__city { font-size: clamp(40px, 9vw, 90px); }
    .info-card { padding: 10px 14px; gap: 10px; }
    .info-card__icon { width: 36px; height: 36px; }
    .info-card__icon svg { width: 20px; height: 20px; }
    .info-card__value { font-size: 18px; }
}

/* Pantallas anchas: mantén las 3 tarjetas en una fila pero con un poco menos de aire */
@media (max-width: 1024px) and (min-width: 721px) {
    .info-cards { gap: 12px; }
    .info-card { padding: 14px 16px; gap: 12px; }
    .info-card__icon { width: 42px; height: 42px; }
    .info-card__value { font-size: 22px; }
}

/* Reduced motion — desactiva todas las animaciones decorativas */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    .reveal { opacity: 1; transform: none; animation: none; }
    .bg__poster,
    .ambient,
    .bg::after,
    .splash__spannabis,
    .splash__city-letters > span,
    .splash__city-shine,
    .info-card,
    .info-card--cta,
    .info-card--cta .info-card__icon::before,
    .info-card__arrow,
    .partner {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
