/* ================================================================
   Motul Web Studio — style.css — PRO EDITION
================================================================ */

:root {
    --ink:         #07060A;
    --ink-2:       #0C0B10;
    --ink-3:       #111018;
    --ink-card:    #0E0D13;
    --ink-hover:   #161420;
    --white:       #FFFFFF;
    --off-white:   #F4EEE6;
    --cream:       #E8DDD0;
    --warm-white:  #F9F5EE;
    --grey-1:      #C8C0B8;
    --grey-2:      #8A8278;
    --grey-3:      #4C4640;
    --grey-4:      #2C2820;
    --accent:      #C23E1A;
    --accent-2:    #D9582E;
    --accent-3:    #E8774A;
    --accent-dim:  #6B2010;
    --accent-glow: rgba(194,62,26,.2);
    --gold:        #C9A96E;
    --gold-2:      #DFC08A;
    --gold-dim:    rgba(201,169,110,.15);
    --gold-glow:   rgba(201,169,110,.12);
    --tix:         #9B5E3A;
    --tix-2:       #C07848;
    --tix-glow:    rgba(155,94,58,.18);
    --tix-dim:     rgba(155,94,58,.1);
    --open-color:  #3D8B3A;
    --open-light:  #5CB559;
    --open-bg:     rgba(61,139,58,.09);
    --open-border: rgba(61,139,58,.22);
    --closed-color:#C4421F;
    --closed-light:#E05A30;
    --closed-bg:   rgba(196,66,31,.09);
    --closed-border:rgba(196,66,31,.2);
    --border:      rgba(255,255,255,.05);
    --border-md:   rgba(255,255,255,.1);
    --border-lg:   rgba(255,255,255,.2);
    --hw-orange:   #E8651A;
    --hw-purple:   #7B3FA0;
    --hw-orange-dim: rgba(232,101,26,.15);
    --hw-purple-dim: rgba(123,63,160,.1);
    --serif:       'Playfair Display', Georgia, serif;
    --serif-dm:    'DM Serif Display', Georgia, serif;
    --sans:        'DM Sans', system-ui, sans-serif;
    --nav-h: 68px;
    --max-w: 1340px;
    --ease-out:    cubic-bezier(.16,1,.3,1);
    --ease-bounce: cubic-bezier(.34,1.56,.64,1);
    --ease-in-out: cubic-bezier(.65,0,.35,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: var(--nav-h); }
body {
    font-family: var(--sans);
    font-weight: 300;
    background: var(--ink);
    color: var(--off-white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    cursor: none;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: none; font-family: var(--sans); border: none; background: none; }
address { font-style: normal; }

body::before {
    content: '';
    position: fixed; inset: 0; z-index: 9997; pointer-events: none;
    opacity: .028;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px;
}

::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--grey-4); border-radius: 2px; }

.container { width: 100%; max-width: var(--max-w); margin-inline: auto; padding-inline: clamp(1.2rem, 5vw, 3rem); }

/* ══════ CURSOR ══════ */
.cursor {
    position: fixed; z-index: 99999; pointer-events: none;
    width: 10px; height: 10px; border-radius: 50%;
    background: var(--accent-2);
    top: 0; left: 0;
    will-change: transform;
    transition: width .2s var(--ease-out), height .2s var(--ease-out), background .2s;
    mix-blend-mode: exclusion;
}
.cursor-trail {
    position: fixed; z-index: 99998; pointer-events: none;
    width: 36px; height: 36px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,.2);
    top: 0; left: 0;
    will-change: transform;
    transition: width .3s, height .3s, border-color .3s;
}
body:has(a:hover) .cursor,
body:has(button:hover) .cursor { width: 18px; height: 18px; }
body:has(a:hover) .cursor-trail,
body:has(button:hover) .cursor-trail { width: 56px; height: 56px; border-color: rgba(255,255,255,.4); }
@media (hover: none) { .cursor, .cursor-trail { display: none; } }


/* ══════ LOADER ══════ */
.loader {
    position: fixed; inset: 0; z-index: 9999;
    background: var(--ink);
    display: flex; align-items: center; justify-content: center;
    transition: opacity .8s var(--ease-out), visibility .8s;
}
.loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader__inner { text-align: center; }
.loader__logo {
    font-family: var(--serif); font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 700; color: var(--white); letter-spacing: -.03em;
    margin-bottom: 2rem; opacity: 0;
    animation: loaderFadeIn .6s var(--ease-out) .2s forwards;
}
.loader__logo em { font-style: italic; color: var(--accent-2); font-weight: 400; }
.loader__line {
    width: 280px; height: 1px; background: var(--grey-4);
    margin: 0 auto 1.5rem; overflow: hidden;
    opacity: 0; animation: loaderFadeIn .4s var(--ease-out) .5s forwards;
}
.loader__fill { height: 100%; width: 0; background: linear-gradient(90deg, var(--accent), var(--gold)); transition: width .8s var(--ease-out); }
.loader__tag { font-size: .56rem; font-weight: 400; letter-spacing: .3em; text-transform: uppercase; color: var(--grey-3); opacity: 0; animation: loaderFadeIn .4s var(--ease-out) .7s forwards; }
@keyframes loaderFadeIn { to { opacity: 1; } }

/* ══════ TIPOGRAFÍA ══════ */
.heading-display { font-family: var(--serif); font-size: clamp(2.6rem, 5.5vw, 5.4rem); font-weight: 700; line-height: .92; letter-spacing: -.03em; color: var(--white); }
.heading-display em {
    font-style: italic; font-weight: 400;
    background: linear-gradient(135deg, var(--accent-2) 10%, var(--gold-2) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.label { display: inline-flex; align-items: center; gap: .6rem; font-size: .55rem; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; color: var(--grey-1); margin-bottom: .9rem; }
.label::before { content: ''; display: block; width: 22px; height: 1px; background: linear-gradient(90deg, var(--accent), var(--gold)); flex-shrink: 0; }
.body-copy { font-size: .93rem; font-weight: 300; line-height: 1.95; color: rgba(244,238,230,.62); max-width: 500px; }

/* ══════ BOTONES ══════ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .95rem 2.2rem; font-family: var(--sans); font-size: .6rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; transition: all .3s var(--ease-out); position: relative; overflow: hidden; white-space: nowrap; -webkit-tap-highlight-color: transparent; }
.btn::before { content: ''; position: absolute; inset: 0; background: rgba(255,255,255,.06); transform: translateX(-101%); transition: transform .4s var(--ease-out); }
.btn:hover::before { transform: translateX(0); }
.btn:active { transform: scale(.96); }
.btn--full { width: 100%; justify-content: center; }
.btn--primary { background: var(--white); color: var(--ink); border: 1.5px solid var(--white); font-weight: 700; }
.btn--primary:hover { background: var(--off-white); box-shadow: 0 12px 40px rgba(255,255,255,.12); }
.btn--ghost { background: transparent; color: var(--grey-1); border: 1.5px solid var(--border-md); }
.btn--ghost:hover { border-color: rgba(255,255,255,.32); color: var(--white); }
.btn--hero-primary { background: var(--white); color: var(--ink); border: none; font-weight: 700; font-size: .62rem; padding: 1rem 2.4rem; letter-spacing: .2em; }
.btn--hero-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 48px rgba(255,255,255,.18); }
.btn--hero-primary .btn__arrow { transition: transform .3s var(--ease-out); }
.btn--hero-primary:hover .btn__arrow { transform: translateX(5px); }
.btn--hero-ghost { background: rgba(255,255,255,.06); color: #fff; border: 1.5px solid rgba(255,255,255,.18); font-size: .62rem; padding: 1rem 2rem; backdrop-filter: blur(10px); }
.btn--hero-ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.35); transform: translateY(-3px); }
.btn--cta-primary { background: var(--white); color: var(--ink); border: none; font-weight: 700; font-size: .62rem; padding: 1.1rem 2.5rem; }
.btn--cta-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(255,255,255,.15); }
.btn--cta-ghost { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,.3); font-size: .62rem; padding: 1.1rem 2.2rem; }
.btn--cta-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); transform: translateY(-3px); }

/* ══════ REVEAL ══════ */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.reveal.d1 { transition-delay: .1s; }
.reveal.d2 { transition-delay: .2s; }
.reveal.d3 { transition-delay: .32s; }
.reveal.in  { opacity: 1; transform: none; }

.sec__bg-num {
    position: absolute; right: -2rem; top: 50%;
    transform: translateY(-50%);
    font-family: var(--serif);
    font-size: clamp(10rem, 16vw, 18rem);
    font-weight: 900;
    color: rgba(255,255,255,.016);
    line-height: 1; pointer-events: none; user-select: none;
    z-index: 0; letter-spacing: -.06em;
}

.sec { padding: clamp(2.5rem, 6vw, 5.5rem) 0; position: relative; overflow: hidden; border-top: 1px solid var(--border); }
.sec--dark { background: var(--ink); }
.sec--mid  { background: var(--ink-2); }
.sec--menu { background: var(--ink-2); }
/* Separate consecutive same-background sections */
.sec--mid + .sec--mid,
.sec--menu + .sec--mid,
.sec--mid + .sec--menu { border-top: 1px solid var(--border); }

.badge { display: inline-flex; align-items: center; gap: .48rem; padding: .3rem .9rem; font-size: .53rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; border: 1px solid; }
.badge--open  { background: var(--open-bg); border-color: var(--open-border); color: var(--open-light); }
.badge--closed{ background: var(--closed-bg); border-color: var(--closed-border); color: var(--closed-light); }
.badge__dot { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; }
.badge--open .badge__dot { background: var(--open-color); animation: pulse 2s ease-in-out infinite; }
.badge--closed .badge__dot { background: var(--closed-color); }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .2; transform: scale(.5); } }

/* ══════ NAV ══════ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 500; height: var(--nav-h); transition: background .4s var(--ease-out), border-color .4s; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(7,6,10,.97); border-bottom-color: var(--border); }
.nav__wrap { display: flex; align-items: center; height: 100%; max-width: var(--max-w); margin-inline: auto; padding-inline: clamp(1.2rem,5vw,3rem); gap: 2.5rem; }
.nav__logo { font-family: var(--serif); font-size: 1.9rem; font-weight: 700; color: var(--white); margin-right: auto; letter-spacing: -.02em; line-height: 1; display: flex; align-items: center; gap: .55rem; }
.nav__logo em { font-style: italic; color: var(--accent-2); font-weight: 400; }
.nav__menu { display: flex; align-items: center; gap: 2rem; }
.nav__link { font-size: .58rem; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; color: var(--grey-2); transition: color .2s; position: relative; display: flex; align-items: center; overflow: hidden; padding: 4px 0; }
.nav__link span { display: block; transition: transform .3s var(--ease-out); }
.nav__link::after { content: attr(data-label); position: absolute; top: 100%; left: 0; font-size: .58rem; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; color: var(--white); transition: transform .3s var(--ease-out); pointer-events: none; }
.nav__link:hover span { transform: translateY(-120%); }
.nav__link:hover { color: var(--white); }
.nav__right { display: flex; align-items: center; gap: 1rem; }
.nav__status-mini { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid var(--border); }
.nav__status-dot { width: 7px; height: 7px; border-radius: 50%; }
.nav__status-dot--open { background: var(--open-color); animation: pulse 2s ease-in-out infinite; }
.nav__status-dot--closed { background: var(--closed-color); }
.nav__cta { padding: .68rem 1.4rem; font-size: .58rem; }
.nav__link--tix span { color: var(--tix-2); }
.nav__link--tix::after { color: var(--tix-2); }
.nav__link--active { color: var(--white); }
.nav__link--active::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: var(--accent-2); }
.nav__burger { display: none; flex-direction: column; gap: 5px; padding: 8px; border: 1px solid var(--border-md); min-width: 46px; min-height: 46px; align-items: center; justify-content: center; transition: border-color .2s; }
.nav__burger span { display: block; width: 22px; height: 1.5px; background: var(--white); transition: all .32s var(--ease-out); transform-origin: center; }
.nav__burger.open span:nth-child(1) { transform: rotate(45deg) translate(4.5px,4.5px); }
.nav__burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav__burger.open span:nth-child(3) { transform: rotate(-45deg) translate(4.5px,-4.5px); }
.nav__progress { position: absolute; bottom: 0; left: 0; height: 1px; background: linear-gradient(90deg, var(--accent), var(--gold)); width: 0; transition: width .1s linear; }
.nav__overlay { position: fixed; inset: 0; z-index: 600; background: rgba(0,0,0,.93); opacity: 0; pointer-events: none; transition: opacity .4s; }
.nav__overlay.open { opacity: 1; pointer-events: all; }
.nav__drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 700; width: min(340px, 92vw); background: #1B1A22; border-left: 1px solid rgba(255,255,255,.1); transform: translateX(110%); transition: transform .45s var(--ease-out); display: flex; flex-direction: column; overflow-y: auto; box-shadow: -12px 0 60px rgba(0,0,0,.7); }
.nav__drawer.open { transform: translateX(0); }
.drawer__top { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 1.5rem; border-bottom: 1px solid rgba(255,255,255,.07); min-height: 68px; }
.drawer__top .nav__logo { font-size: 1.65rem; margin-right: 0; }
.drawer__close { width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; color: var(--grey-1); border: 1px solid rgba(255,255,255,.14); transition: all .2s; }
.drawer__close:hover { color: var(--white); border-color: rgba(255,255,255,.3); }
.drawer__links { flex: 1; padding: .5rem 0; }
.drawer__links a { display: flex; align-items: center; gap: 1.1rem; padding: 1rem 1.5rem; font-size: 1rem; font-weight: 300; color: #e8e2da; border-bottom: 1px solid rgba(255,255,255,.05); transition: all .2s; min-height: 52px; }
.drawer__links a:hover { color: var(--white); background: rgba(255,255,255,.04); padding-left: 1.8rem; }
.drawer__num { font-family: var(--serif); font-size: .72rem; font-style: italic; color: var(--accent-2); width: 22px; flex-shrink: 0; }
.drawer__footer { padding: 1.3rem 1.5rem; border-top: 1px solid rgba(255,255,255,.07); display: flex; flex-direction: column; gap: .8rem; }
.drawer__tix-badge { margin-left: auto; padding: .1rem .55rem; font-size: .44rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; background: var(--tix-dim); border: 1px solid rgba(155,94,58,.35); color: var(--tix-2); flex-shrink: 0; }
.drawer__social { display: flex; gap: .5rem; }
.drawer__social a { padding: .68rem 1.1rem; border: 1px solid rgba(255,255,255,.12); font-size: .57rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--grey-2); transition: all .2s; flex: 1; text-align: center; }
.drawer__social a:hover { border-color: rgba(255,255,255,.28); color: var(--white); }

/* ══════ HERO ══════ */
.hero { position: relative; min-height: 100svh; background: var(--ink); display: flex; flex-direction: column; overflow: hidden; isolation: isolate; z-index: 0; }
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__img-wrap { position: absolute; inset: 0; will-change: transform; background: radial-gradient(ellipse 80% 60% at 65% 40%, rgba(194,62,26,.18) 0%, transparent 60%), radial-gradient(ellipse 50% 80% at 20% 80%, rgba(201,169,110,.08) 0%, transparent 55%), linear-gradient(135deg, #07060A 0%, #0f0d14 40%, #130e0a 70%, #07060A 100%); }
.hero__bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.28) saturate(1.1); transform: scale(1.04); animation: heroZoom 20s ease-in-out infinite alternate; }
@keyframes heroZoom { from { transform: scale(1.04); } to { transform: scale(1.12); } }
.hero__img-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(7,6,10,.92) 0%, rgba(7,6,10,.6) 40%, rgba(194,62,26,.08) 70%, rgba(7,6,10,.88) 100%); }
.hero__particles { position: absolute; inset: 0; pointer-events: none; opacity: .35; z-index: 0; }
.hero__content { flex: 1; display: grid; grid-template-columns: 1fr 400px; grid-template-areas: "left card"; gap: 3.5rem; align-items: center; padding-top: calc(var(--nav-h) + clamp(3rem, 8vw, 6rem)); padding-bottom: clamp(5rem, 10vw, 8rem); position: relative; z-index: 1; }
.hero__left { grid-area: left; display: flex; flex-direction: column; }
.hero__card { grid-area: card; background: rgba(14,13,19,.85); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); position: relative; overflow: hidden; box-shadow: 0 32px 96px rgba(0,0,0,.7), inset 0 1px 0 rgba(255,255,255,.08); opacity: 0; animation: fadeSlideUp .8s var(--ease-out) 2s forwards; align-self: center; }
.hero__card-glow { position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--accent-2) 30%, var(--gold) 55%, var(--accent-2) 80%, transparent); background-size: 200% 100%; animation: glowShimmer 3.5s linear infinite; }
@keyframes glowShimmer { 0% { background-position: 200% center; } 100% { background-position: -200% center; } }
.hero__card-inner { padding: 0; }
.hero__float-tag { display: inline-flex; align-items: center; gap: .6rem; padding: .42rem 1rem; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(12px); font-size: .62rem; font-weight: 400; letter-spacing: .16em; color: var(--grey-1); margin-bottom: 2rem; align-self: flex-start; opacity: 0; animation: fadeSlideUp .7s var(--ease-out) 1.2s forwards; }
.hero__float-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--open-color); flex-shrink: 0; }
.hero__float-dot.closed { background: var(--closed-color); }
.hero__float-dot.open { animation: pulse 2s ease-in-out infinite; }
.hero__float-sep { color: var(--grey-3); }
.hero__eyebrow { display: flex; align-items: center; gap: .8rem; font-size: .56rem; font-weight: 400; letter-spacing: .3em; text-transform: uppercase; color: var(--grey-2); margin-bottom: 1.6rem; opacity: 0; animation: fadeSlideUp .7s var(--ease-out) 1.4s forwards; }
.eyebrow__line { display: block; width: 28px; height: 1px; background: var(--accent-2); flex-shrink: 0; }
.hero__heading { font-family: var(--serif); font-size: clamp(2.8rem, 7vw, 6.5rem); font-weight: 900; line-height: .96; letter-spacing: -.04em; color: var(--white); margin-bottom: 2rem; display: flex; flex-direction: column; gap: .12em; }
.hero__heading em { font-style: italic; color: transparent; font-weight: 400; -webkit-text-stroke: 1.5px var(--accent-2); }
.hero__heading-line { display: block; overflow: visible; opacity: 0; transform: translateY(60px); clip-path: inset(-30% -15%); padding-bottom: .08em; }
.hero__heading-line.line-1 { animation: lineReveal .9s var(--ease-out) 1.5s forwards; }
.hero__heading-line.line-2 { animation: lineReveal .9s var(--ease-out) 1.65s forwards; }
.hero__heading-line.line-3 { animation: lineReveal .9s var(--ease-out) 1.8s forwards; }
@keyframes lineReveal { to { opacity: 1; transform: translateY(0); } }
@keyframes fadeSlideUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.hero__sub { font-size: clamp(.9rem, 1.8vw, 1.05rem); font-weight: 300; line-height: 1.9; color: rgba(244,238,230,.65); max-width: 480px; margin-bottom: 2.2rem; opacity: 0; animation: fadeSlideUp .7s var(--ease-out) 2s forwards; }
.hero__actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; opacity: 0; animation: fadeSlideUp .7s var(--ease-out) 2.15s forwards; }

/* ──── Hero Card internals ──── */
.hcard__header { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 1.5rem .8rem; flex-wrap: wrap; gap: .5rem; }
.hcard__date { font-size: .55rem; letter-spacing: .16em; text-transform: uppercase; color: var(--grey-3); }
.hcard__banner { display: none; align-items: center; gap: .9rem; padding: .8rem 1.5rem; background: rgba(196,66,31,.05); border-top: 1px solid var(--closed-border); border-bottom: 1px solid var(--closed-border); }
.hcard__banner--visible { display: flex; }
.hcard__banner-ico { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.2); flex-shrink: 0; }
.hcard__banner-titulo { display: block; font-size: .56rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--closed-light); margin-bottom: .12rem; }
.hcard__banner-sub { display: block; font-size: .76rem; font-weight: 300; color: rgba(255,255,255,.3); }
.hcard__divider { height: 1px; background: rgba(255,255,255,.06); }
.hcard__turnos { padding: .3rem 1.5rem; }
.hcard__turno { display: flex; align-items: center; gap: .9rem; padding: .7rem 0; transition: all .3s; }
.hcard__turno + .hcard__turno { border-top: 1px solid rgba(255,255,255,.04); }
.hcard__turno-ico { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.18); flex-shrink: 0; transition: color .3s; }
.hcard__turno-ico svg { width: 18px; height: 18px; }
.hcard__turno-label { display: block; font-size: .5rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--grey-3); margin-bottom: .18rem; }
.hcard__turno-hora { display: block; font-family: var(--serif); font-size: 1.45rem; font-weight: 700; color: var(--white); line-height: 1; }
.hcard__turno--activo .hcard__turno-hora { color: var(--open-light); }
.hcard__turno--activo .hcard__turno-ico { color: var(--open-light); opacity: .6; }
.hcard__esp { padding: .9rem 1.5rem; display: flex; flex-direction: column; gap: .3rem; }
.hcard__esp-label { font-size: .5rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--grey-3); }
.hcard__esp-nombre { font-family: var(--serif); font-size: 1.1rem; font-weight: 500; font-style: italic; color: var(--gold); margin-bottom: .4rem; }
.hcard__esp-img { height: 100px; overflow: hidden; border: 1px solid var(--border); background: linear-gradient(135deg, rgba(201,169,110,.12) 0%, rgba(194,62,26,.08) 50%, rgba(7,6,10,.6) 100%); position: relative; }
.hcard__esp-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; filter: brightness(.85) saturate(1.2); transition: filter .4s; display: block; }
.hcard__sedes { padding: .8rem 1.5rem; display: flex; flex-direction: column; gap: .5rem; }
.hcard__sede { display: flex; align-items: center; gap: .5rem; font-size: .7rem; font-weight: 300; color: var(--grey-2); }
.hcard__sede svg { color: var(--grey-3); flex-shrink: 0; }
.hcard__sede--new { color: var(--tix-2); }
.hcard__sede--new svg { color: var(--tix); }
.hcard__sede-badge { margin-left: auto; padding: .1rem .5rem; font-size: .47rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; background: var(--tix-dim); border: 1px solid rgba(155,94,58,.3); color: var(--tix-2); }
.hcard__cta { padding: 1.1rem 1.5rem; }

/* ══════ MARQUEE ══════ */
.marquee { overflow: hidden; padding: .9rem 0; background: var(--ink-3); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); position: relative; z-index: 2; }
.marquee__track { display: inline-flex; align-items: center; gap: 1.8rem; animation: marquee 60s linear infinite; white-space: nowrap; will-change: transform; }
.marquee__track span { font-size: .55rem; font-weight: 400; letter-spacing: .3em; text-transform: uppercase; color: rgba(244,238,230,.14); }
.marquee__track em { color: rgba(194,62,26,.35); font-style: normal; font-size: .65rem; }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__highlight { color: var(--tix-2) !important; font-weight: 500 !important; }

/* ══════ NOSOTROS ══════ */
.nosotros-sec { position: relative; overflow: hidden; }
.nosotros-sec::before { content: ''; position: absolute; top: -20%; left: 55%; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(194,62,26,.07) 0%, transparent 65%); pointer-events: none; z-index: 0; transform: translateX(-50%); }
.nosotros-sec::after { content: ''; position: absolute; bottom: 0; left: 0; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(201,169,110,.04) 0%, transparent 60%); pointer-events: none; z-index: 0; }
.nosotros { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(3.5rem, 8vw, 8rem); align-items: stretch; position: relative; z-index: 1; }
.nosotros__media { position: relative; display: flex; flex-direction: column; gap: 1rem; }
.nosotros__photos { position: relative; }
.nosotros__photo-main { position: relative; aspect-ratio: 3/4; overflow: hidden; border: 1px solid var(--border-md); background: linear-gradient(135deg, rgba(194,62,26,.15) 0%, rgba(201,169,110,.08) 40%, rgba(7,6,10,.8) 100%); display: flex; align-items: center; justify-content: center; }
.nosotros__photo-main::before { display: none; content: ''; font-family: var(--serif); font-size: 4rem; font-weight: 700; font-style: italic; color: rgba(255,255,255,.04); letter-spacing: -.02em; line-height: 1; position: absolute; text-align: center; }
.nosotros__photo-main img { width: 100%; height: 100%; object-fit: cover; transition: transform 8s ease; position: relative; z-index: 1; }
.nosotros__photo-main:hover img { transform: scale(1); }
.nosotros__photo-frame { position: absolute; inset: 12px; border: 1px solid rgba(255,255,255,.12); pointer-events: none; z-index: 2; }
.nosotros__photo-frame::before, .nosotros__photo-frame::after { content: ''; position: absolute; width: 24px; height: 24px; }
.nosotros__photo-frame::before { top: -1px; left: -1px; border-top: 2px solid var(--accent-2); border-left: 2px solid var(--accent-2); }
.nosotros__photo-frame::after  { bottom: -1px; right: -1px; border-bottom: 2px solid var(--gold); border-right: 2px solid var(--gold); }
.nosotros__photo-sec { position: absolute; bottom: -3rem; right: -3rem; width: 55%; aspect-ratio: 4/3; overflow: hidden; border: 2px solid var(--ink); box-shadow: 0 20px 60px rgba(0,0,0,.6); z-index: 2; }
.nosotros__photo-sec img { width: 100%; height: 100%; object-fit: cover; }
.nosotros__photo-sec--video {
    background: #0f0d14;
}
.nosotros__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    filter: brightness(.88) saturate(1.2);
    transition: filter .4s, transform 6s ease;
}
.nosotros__photo-sec:hover .nosotros__video {
    filter: brightness(1) saturate(1.35);
    transform: scale(1.05);
}

.nosotros__quote { position: absolute; top: 2rem; left: -2rem; width: 78%; z-index: 3; background: rgba(14,13,19,.9); border: 1px solid var(--border-md); border-left: 2px solid var(--accent-2); padding: 1.4rem; backdrop-filter: blur(20px); box-shadow: 0 24px 60px rgba(0,0,0,.6), 0 0 0 0 var(--accent-2); }
.nosotros__quote blockquote { font-family: var(--serif); font-size: .92rem; font-style: italic; color: var(--grey-1); line-height: 1.6; margin-bottom: .5rem; }
.nosotros__quote figcaption { font-size: .54rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.nosotros__body { display: flex; flex-direction: column; gap: .8rem; padding-bottom: 0; height: 100%; }
.nosotros__cta { display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; margin-top: auto; padding-top: 1.5rem; border-top: 1px solid var(--border); }
.nosotros__stats { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 1rem; padding: 1.5rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin: .5rem 0; }
.nstat { display: flex; flex-direction: column; gap: .22rem; }
.nstat__n { font-family: var(--serif); font-size: 2.2rem; font-weight: 700; color: var(--white); line-height: 1; letter-spacing: -.03em; font-variant-numeric: tabular-nums; background: linear-gradient(135deg, var(--white) 40%, var(--gold-2) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.nstat__l { font-size: .52rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--grey-2); }
.nstat__sep { width: 1px; height: 40px; background: var(--border); }
.pilares { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 0; padding-top: 0; border-top: none; }
.pilar { padding: .9rem; border: 1px solid var(--border); background: rgba(255,255,255,.015); transition: background .3s, border-color .3s, transform .35s var(--ease-out), box-shadow .35s; display: flex; flex-direction: column; justify-content: flex-start; }
.pilar:hover { background: rgba(255,255,255,.04); border-color: rgba(194,62,26,.35); transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,.35), inset 3px 0 0 var(--accent-2); }
.pilar:hover .pilar__n { opacity: 1; background: linear-gradient(135deg, var(--accent-2) 10%, var(--gold-2) 90%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.pilar__n { display: block; font-family: var(--serif); font-size: 2.5rem; font-weight: 700; font-style: italic; color: var(--accent-2); opacity: .45; line-height: 1; margin-bottom: .4rem; transition: opacity .3s; }
.pilar__t { font-size: .6rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--white); margin-bottom: .4rem; }
.pilar__d { font-size: .8rem; font-weight: 300; color: rgba(244,238,230,.55); line-height: 1.75; }

/* ══════ MENÚ ══════ */
.menu-head { background: var(--ink); border-bottom: 1px solid var(--border); padding: clamp(2rem,5vw,4rem) 0 0; position: relative; z-index: 2; }
.menu-head__inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; padding-bottom: clamp(2rem,5vw,4rem); flex-wrap: wrap; }
.menu-head__sub { font-size: .9rem; font-weight: 300; color: rgba(244,238,230,.62); max-width: 340px; line-height: 1.85; margin-top: .5rem; }

.menu-tabs {
    display: flex;
    border: 1px solid var(--border-md);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-shrink: 0;
    position: relative;
}
.menu-tabs::-webkit-scrollbar { display: none; }

/* Indicador deslizante — se mueve con JS */
.tab-indicator {
    position: absolute; top: 0; bottom: 0; left: 0;
    background: var(--white);
    transition: left .32s cubic-bezier(.16,1,.3,1), width .32s cubic-bezier(.16,1,.3,1);
    pointer-events: none; z-index: 0;
    will-change: left, width;
}

.menu-tab {
    display: flex; flex-direction: column; align-items: center; gap: .28rem;
    padding: 1.1rem 1.6rem; min-width: 96px; text-align: center;
    border-right: 1px solid var(--border-md);
    transition: color .22s;
    flex-shrink: 0;
    min-height: 68px; position: relative; z-index: 1;
    cursor: pointer;
}
.menu-tab:last-child { border-right: none; }
.menu-tab__ico { display: flex; align-items: center; justify-content: center; color: var(--grey-3); transition: color .22s; height: 20px; }
.menu-tab__ico svg { width: 16px; height: 16px; }
.menu-tab__name { font-size: .57rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--grey-3); transition: color .22s; white-space: nowrap; }
.menu-tab__time { font-size: .5rem; font-weight: 300; color: rgba(255,255,255,.08); transition: color .22s; white-space: nowrap; }
.menu-tab--on { background: transparent; }
.menu-tab--on .menu-tab__ico,
.menu-tab--on .menu-tab__name { color: var(--ink); }
.menu-tab--on .menu-tab__time { color: rgba(14,13,12,.35); }
.menu-tab:not(.menu-tab--on):hover { background: var(--ink-hover); }
.menu-tab:not(.menu-tab--on):hover .menu-tab__ico,
.menu-tab:not(.menu-tab--on):hover .menu-tab__name { color: var(--grey-1); }

.menu-panel { padding: clamp(2rem,5vw,4rem) 0; background: var(--ink-2); }
.menu-panel--off { display: none; }

/* Featured */
.featured { display: grid; grid-template-columns: 480px 1fr; border: 1px solid var(--border-md); margin-bottom: clamp(1.5rem,4vw,3rem); overflow: hidden; transition: box-shadow .4s; background: var(--ink-card); }
.featured:hover { box-shadow: 0 0 0 1px rgba(194,62,26,.35), 0 24px 64px rgba(0,0,0,.5); }
.featured__img-side { position: relative; overflow: hidden; min-height: 300px; border-right: 1px solid var(--border-md); background: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(194,62,26,.25) 0%, transparent 65%), linear-gradient(160deg, #0f0c14 0%, #1a0d0a 50%, #0c0b10 100%); display: flex; align-items: center; justify-content: center; }
.featured__img-side::before { content: 'E'; font-family: var(--serif); font-size: 8rem; font-weight: 900; font-style: italic; color: rgba(255,255,255,.035); position: absolute; z-index: 0; letter-spacing: -.05em; line-height: 1; pointer-events: none; }
.featured__img-side img { width: 100%; height: 100%; object-fit: cover; transition: transform 6s ease, filter .4s; filter: brightness(.75) saturate(1.2); position: relative; z-index: 1; }
.featured:hover .featured__img-side img { transform: scale(1.08); filter: brightness(.88) saturate(1.3); }
.featured__img-badge { position: absolute; top: 1.2rem; left: 1.2rem; z-index: 2; padding: .25rem .9rem; background: var(--gold-dim); border: 1px solid rgba(201,169,110,.3); font-size: .52rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); backdrop-filter: blur(8px); }
.featured__text { padding: clamp(1.8rem,4vw,2.8rem); display: flex; flex-direction: column; gap: .65rem; justify-content: center; }
.featured__cat { font-size: .54rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--accent-2); }
.featured__name { font-family: var(--serif); font-size: clamp(1.9rem,3.2vw,3rem); font-weight: 700; color: var(--white); line-height: 1; letter-spacing: -.025em; }
.featured__desc { font-size: .9rem; font-weight: 300; color: rgba(244,238,230,.62); line-height: 1.9; max-width: 440px; }
.featured__footer { display: flex; align-items: center; gap: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--border); flex-wrap: wrap; }
.featured__price { font-family: var(--serif); font-size: 2.5rem; font-weight: 700; color: var(--white); }
.featured__avail { font-size: .55rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--grey-2); }

/* Dish grid */
.dish-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--border-md); background: var(--border); gap: 2px; }
.dish { display: flex; align-items: stretch; background: var(--ink-card); transition: background .22s; overflow: hidden; min-height: 130px; }
.dish:hover { background: var(--ink-hover); box-shadow: inset 3px 0 0 var(--accent-2); }
.dish--star { background: rgba(201,169,110,.02); }
.dish__img { width: 140px; min-width: 140px; flex-shrink: 0; overflow: hidden; border-right: 1px solid var(--border); background: linear-gradient(135deg, rgba(194,62,26,.12) 0%, rgba(7,6,10,.8) 100%); display: flex; align-items: center; justify-content: center; position: relative; align-self: stretch; }
.dish__img::before { content: '×'; font-family: var(--serif); font-size: 1.4rem; color: rgba(201,169,110,.14); position: absolute; font-style: italic; }
.dish__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.88) saturate(1.2); transition: filter .3s, transform .5s var(--ease-out); z-index: 1; }
.dish:hover .dish__img img { filter: brightness(1) saturate(1.35); transform: scale(1.06); }
.dish__content { padding: 1.1rem 1.4rem; flex: 1; min-width: 0; }
.dish__row { display: flex; align-items: baseline; gap: .5rem; margin-bottom: .35rem; flex-wrap: wrap; }
.dish__name { font-family: var(--serif); font-size: 1.18rem; font-weight: 600; color: var(--white); flex: 1; min-width: 0; }
.dish__price { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; color: var(--gold); flex-shrink: 0; background: rgba(201,169,110,.08); padding: .2rem .6rem; border: 1px solid rgba(201,169,110,.2); }
.dish__desc { font-size: .8rem; font-weight: 300; color: rgba(244,238,230,.62); line-height: 1.8; margin-top: .15rem; }

/* ══════ EVENTOS ══════ */
.eventos-sec { position: relative; overflow: hidden; }
.eventos-sec::before { content: ''; position: absolute; top: 5%; right: -10%; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(232,101,26,.06) 0%, transparent 65%); pointer-events: none; z-index: 0; }
.eventos-sec::after { content: ''; position: absolute; bottom: 10%; left: -5%; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(194,62,26,.05) 0%, transparent 60%); pointer-events: none; z-index: 0; }
.eventos-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(2rem, 4vw, 3.5rem); padding-bottom: clamp(1.5rem, 3vw, 2.5rem); border-bottom: 1px solid var(--border); flex-wrap: wrap; }
.eventos-header__sub { font-size: .9rem; font-weight: 300; color: rgba(244,238,230,.62); line-height: 1.9; max-width: 380px; }
.evento-featured { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border-md); border: 1px solid var(--border-md); margin-bottom: clamp(1.5rem, 4vw, 3rem); overflow: hidden; }
.evento-featured__img { position: relative; overflow: hidden; min-height: 480px; background: radial-gradient(ellipse 70% 60% at 40% 40%, rgba(232,101,26,.25) 0%, transparent 60%), linear-gradient(160deg, #0f0a14 0%, #180e0a 50%, #100a18 100%); display: flex; align-items: flex-end; justify-content: flex-start; }
.evento-featured__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.55) saturate(1.3); transition: transform 8s ease, filter .4s; z-index: 1; }
.evento-featured:hover .evento-featured__img img { transform: scale(1.06); filter: brightness(.65) saturate(1.4); }
.evento-featured__img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,6,10,.95) 0%, rgba(7,6,10,.3) 40%, transparent 100%); z-index: 2; }
.evento-featured__badges { position: absolute; top: 1.2rem; left: 1.2rem; z-index: 3; display: flex; gap: .5rem; flex-wrap: wrap; }
.evento-badge { display: inline-flex; align-items: center; gap: .4rem; padding: .24rem .9rem; font-size: .5rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; backdrop-filter: blur(8px); }
.evento-badge--temporada { background: rgba(232,101,26,.12); border: 1px solid rgba(232,101,26,.4); color: #E8886A; }
.evento-badge__pulse { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #E8886A; animation: pulse 2s ease-in-out infinite; }
.evento-badge--tipo { background: rgba(123,63,160,.1); border: 1px solid rgba(123,63,160,.35); color: #A87ED0; }
.evento-featured__fecha-stamp { position: absolute; bottom: 1.4rem; left: 1.4rem; z-index: 3; display: flex; flex-direction: column; align-items: center; background: rgba(232,101,26,.12); border: 1px solid rgba(232,101,26,.35); padding: .6rem .9rem; backdrop-filter: blur(12px); min-width: 54px; text-align: center; }
.evento-fecha__mes { font-size: .46rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: #E8886A; display: block; }
.evento-fecha__dia { font-family: var(--serif); font-size: 2.2rem; font-weight: 900; color: var(--white); line-height: 1; display: block; }
.evento-featured__body { background: var(--ink-card); padding: clamp(2rem, 4vw, 3rem); display: flex; flex-direction: column; gap: 1.2rem; justify-content: center; }
.evento-featured__meta { display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; }
.evento-meta-tag { display: inline-flex; align-items: center; gap: .38rem; padding: .2rem .78rem; font-size: .5rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--grey-2); border: 1px solid var(--border); background: rgba(255,255,255,.02); }
.evento-meta-tag svg { color: var(--hw-orange); flex-shrink: 0; width: 10px; height: 10px; }
.evento-featured__eyebrow { font-size: .55rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: #E8886A; }
.evento-featured__titulo { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 700; color: var(--white); line-height: .95; letter-spacing: -.025em; }
.evento-featured__titulo em { font-style: italic; color: #E8886A; font-weight: 400; }
.evento-featured__desc { font-size: .9rem; font-weight: 300; color: rgba(244,238,230,.62); line-height: 1.9; max-width: 460px; }
.evento-featured__desc strong { color: rgba(244,238,230,.7); font-weight: 500; }
.evento-featured__highlights { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; padding-top: 1rem; border-top: 1px solid var(--border); }
.evento-highlight { display: flex; align-items: flex-start; gap: .7rem; }
.evento-highlight__ico { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: rgba(232,101,26,.7); }
.evento-highlight__ico svg { width: 22px; height: 22px; }
.evento-highlight__titulo { display: block; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--white); margin-bottom: .2rem; }
.evento-highlight__sub { display: block; font-size: .76rem; font-weight: 300; color: rgba(244,238,230,.55); line-height: 1.55; }
.evento-featured__cta { display: flex; gap: .8rem; padding-top: .5rem; flex-wrap: wrap; }
.eventos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--border-md); border: 1px solid var(--border-md); margin-bottom: 1.5rem; } /* sobreescrito en bloque v2 */
.evento-card { background: var(--ink-card); padding: 2rem 1.8rem; display: flex; flex-direction: column; gap: 1rem; transition: background .25s, transform .35s var(--ease-out), box-shadow .35s; }
.evento-card:hover { background: var(--ink-hover); transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,.4); }
.evento-card__ico-wrap { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border-md); background: rgba(255,255,255,.02); flex-shrink: 0; color: rgba(255,255,255,.25); }
.evento-card__mes { font-size: .5rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: var(--accent-2); }
.evento-card__titulo { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: var(--white); line-height: 1.1; }
.evento-card__desc { font-size: .82rem; font-weight: 300; color: rgba(244,238,230,.35); line-height: 1.8; margin-top: .2rem; }
.evento-card__status { display: inline-flex; align-items: center; gap: .35rem; padding: .22rem .75rem; font-size: .52rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-top: .5rem; align-self: flex-start; border: 1px solid; transition: all .2s; }
.evento-card__status--pronto { color: var(--grey-3); border-color: var(--border); background: rgba(255,255,255,.02); }
.evento-card__status--activo { color: var(--gold); border-color: rgba(201,169,110,.3); background: var(--gold-dim); }
.evento-card__status--activo:hover { background: rgba(201,169,110,.2); border-color: rgba(201,169,110,.5); transform: translateX(3px); }
.evento-card__highlights { list-style: none; padding: 0; margin: .5rem 0 0; display: flex; flex-direction: column; gap: .28rem; font-size: .78rem; color: rgba(244,238,230,.48); line-height: 1.5; }
.evento-card__highlights li { display: flex; align-items: center; gap: .5rem; }
.evento-card__highlights .hi-ico { flex-shrink: 0; color: var(--gold); opacity: .75; }
/* Tarjeta especial Día de Niños */
.evento-card--ninos { border-top: 2px solid rgba(201,169,110,.35); }
.evento-card--ninos .evento-card__mes { color: var(--gold); }
.evento-card--ninos .evento-card__ico-wrap { border-color: rgba(201,169,110,.22); color: rgba(201,169,110,.6); background: rgba(201,169,110,.04); }
.eventos-nota { display: flex; align-items: flex-start; gap: .6rem; font-size: .8rem; font-weight: 300; color: rgba(244,238,230,.55); line-height: 1.8; padding: .9rem 1.2rem; border: 1px solid var(--border); background: rgba(255,255,255,.015); }
.eventos-nota svg { flex-shrink: 0; margin-top: .12rem; color: var(--grey-2); }
.eventos-nota a { color: var(--grey-2); text-decoration: underline; text-underline-offset: 3px; transition: color .2s; }
.eventos-nota a:hover { color: var(--white); }

/* ══════ GALERÍA ══════ */
.galeria-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(1.5rem,3.5vw,2.5rem); padding-bottom: clamp(1.5rem,3.5vw,2.5rem); border-bottom: 1px solid var(--border); flex-wrap: wrap; }
.galeria-filters { display: flex; border: 1px solid var(--border-md); overflow-x: auto; scrollbar-width: none; }
.galeria-filters::-webkit-scrollbar { display: none; }
.galeria-filter { padding: .82rem 1.2rem; font-size: .56rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--grey-2); border-right: 1px solid var(--border); cursor: pointer; white-space: nowrap; transition: all .22s; min-height: 46px; flex-shrink: 0; }
.galeria-filter:last-child { border-right: none; }
.galeria-filter:hover { color: var(--white); background: var(--ink-hover); }
.galeria-filter--on { color: var(--white); background: rgba(194,62,26,.06); border-bottom: 2px solid var(--accent-2); box-shadow: inset 0 -2px 0 var(--accent-2); }

.gal-mosaic { display: grid; grid-template-columns: 1.6fr 1fr 1fr; grid-template-rows: 360px 280px 310px; gap: 3px; background: rgba(255,255,255,.05); }
.gal-item--area-xl   { grid-column: 1; grid-row: 1 / 3; }
.gal-item--area-a    { grid-column: 2; grid-row: 1; }
.gal-item--area-tall { grid-column: 3; grid-row: 1 / 3; }
.gal-item--area-b    { grid-column: 2; grid-row: 2; }
.gal-item--area-c    { grid-column: 1; grid-row: 3; }
.gal-item--area-d    { grid-column: 2; grid-row: 3; }
.gal-item--area-e    { grid-column: 3; grid-row: 3; }

.gal-item {
    position: relative; overflow: hidden;
    background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(194,62,26,.14) 0%, transparent 65%), linear-gradient(135deg, #0f0c14 0%, #0c0b10 100%);
    cursor: pointer;
}
.gal-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out), filter .5s; filter: brightness(.65) saturate(1.15); z-index: 1; display: block; }
.gal-item:hover img { transform: scale(1.07); filter: brightness(.82) saturate(1.35); }
.gal-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,6,10,.9) 0%, rgba(7,6,10,.18) 45%, transparent 70%); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.3rem 1.4rem; transition: background .4s; z-index: 2; pointer-events: none; }
.gal-item:hover .gal-overlay { background: linear-gradient(to top, rgba(7,6,10,.96) 0%, rgba(7,6,10,.22) 50%, transparent 72%); }
.gal-overlay--accent { background: linear-gradient(to top, rgba(7,6,10,.95) 0%, rgba(194,62,26,.08) 52%, transparent 76%); }
.gal-tag { display: inline-flex; align-self: flex-start; padding: .2rem .75rem; font-size: .49rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(8px); margin-bottom: .6rem; }
.gal-tag--gold { color: var(--gold); border-color: rgba(201,169,110,.35); }
.gal-overlay__info { display: flex; align-items: baseline; justify-content: space-between; gap: .5rem; flex-wrap: wrap; }
.gal-overlay__name { font-family: var(--serif); font-size: clamp(1rem, 2.2vw, 1.35rem); font-weight: 600; color: var(--white); line-height: 1; }
.gal-overlay__sub { font-size: .72rem; font-weight: 300; color: rgba(244,238,230,.5); }
.gal-overlay__price { font-family: var(--serif); font-size: 1.3rem; font-weight: 700; color: var(--gold); }
.gal-zoom { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.2); background: rgba(7,6,10,.7); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.55); backdrop-filter: blur(8px); opacity: 0; transform: scale(.72) translateY(-4px); transition: all .28s var(--ease-out); z-index: 3; pointer-events: none; }
.gal-zoom svg { width: 15px; height: 15px; }
.gal-item:hover .gal-zoom { opacity: 1; transform: scale(1) translateY(0); color: var(--white); }
@media (hover: none) { .gal-item .gal-zoom { opacity: 1; transform: scale(1); color: rgba(255,255,255,.75); background: rgba(7,6,10,.8); } }
/* Stagger reveal per item */
.gal-mosaic.in .gal-item { animation: galItemIn .65s var(--ease-out) both; }
.gal-mosaic.in .gal-item:nth-child(1) { animation-delay: .05s; }
.gal-mosaic.in .gal-item:nth-child(2) { animation-delay: .12s; }
.gal-mosaic.in .gal-item:nth-child(3) { animation-delay: .18s; }
.gal-mosaic.in .gal-item:nth-child(4) { animation-delay: .22s; }
.gal-mosaic.in .gal-item:nth-child(5) { animation-delay: .27s; }
.gal-mosaic.in .gal-item:nth-child(6) { animation-delay: .32s; }
.gal-mosaic.in .gal-item:nth-child(7) { animation-delay: .37s; }
@keyframes galItemIn { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: none; } }
/* Touch: always show overlay info */
@media (hover: none) { .gal-overlay { background: linear-gradient(to top, rgba(7,6,10,.92) 0%, rgba(7,6,10,.15) 50%, transparent 70%); } }

.galeria-ig { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: clamp(2rem,4vw,3rem); padding-top: clamp(1.8rem,3vw,2.5rem); border-top: 1px solid var(--border); flex-wrap: wrap; }
.galeria-ig__quote { display: flex; align-items: flex-start; gap: 1.3rem; flex: 1; min-width: 200px; }
.galeria-ig__rule { width: 28px; height: 1.5px; background: var(--accent-2); flex-shrink: 0; margin-top: .7rem; }
.galeria-ig__quote blockquote { font-family: var(--serif); font-size: clamp(1.05rem, 1.8vw, 1.55rem); font-style: italic; color: rgba(244,238,230,.72); line-height: 1.55; }
.galeria-ig__quote em { color: var(--accent-2); font-style: normal; }
.galeria-ig__cta { display: inline-flex; align-items: center; gap: .6rem; font-size: .59rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--grey-2); padding: .85rem 1.5rem; border: 1px solid var(--border-md); white-space: nowrap; flex-shrink: 0; transition: all .2s; min-height: 46px; }
.galeria-ig__cta:hover { color: var(--white); border-color: var(--border-lg); }

/* ══════ SUCURSALES ══════ */
.suc-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(2rem,4vw,3.5rem); padding-bottom: clamp(2rem,4vw,3.5rem); border-bottom: 1px solid var(--border); flex-wrap: wrap; }
.suc-header__sub { font-size: .9rem; font-weight: 300; color: rgba(244,238,230,.62); max-width: 360px; line-height: 1.9; }
.suc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--border-md); border: 1px solid var(--border-md); }
.suc-card { background: var(--ink-card); display: flex; flex-direction: column; transition: background .25s, box-shadow .35s, transform .35s var(--ease-out); }
.suc-card:hover { background: var(--ink-hover); box-shadow: 0 24px 64px rgba(0,0,0,.5), inset 3px 0 0 var(--accent-2); transform: translateY(-4px); }
.suc-card__img-wrap { position: relative; height: 280px; overflow: hidden; background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(194,62,26,.2) 0%, transparent 65%), linear-gradient(160deg, #0f0c14 0%, #1a0d0a 50%, #0c0b10 100%); display: flex; align-items: center; justify-content: center; }
.suc-card--motul .suc-card__img-wrap::before { content: 'Motul'; font-family: var(--serif); font-size: 3rem; font-weight: 900; font-style: italic; color: rgba(255,255,255,.04); letter-spacing: -.03em; position: absolute; }
.suc-card--tixkokob .suc-card__img-wrap::before { content: 'Tixkokob'; font-family: var(--serif); font-size: 2.2rem; font-weight: 900; font-style: italic; color: rgba(255,255,255,.04); letter-spacing: -.03em; position: absolute; }
.suc-card__img-wrap img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.55) saturate(1.1); transition: transform 6s ease, filter .4s; position: relative; z-index: 1; }
.suc-card:hover .suc-card__img-wrap img { transform: scale(1.06); filter: brightness(.65) saturate(1.3); }
.suc-card__img-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,6,10,.9) 0%, transparent 60%); z-index: 2; }
.suc-card__img-wrap--tix { background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(155,94,58,.2) 0%, transparent 60%), linear-gradient(160deg, #0f0b09 0%, #1a1208 50%, #0c0b10 100%); }
.suc-card__img-overlay--tix { background: linear-gradient(to top, rgba(7,6,10,.95) 0%, rgba(155,94,58,.06) 60%, transparent 100%); }
.suc-badge { position: absolute; top: 1.2rem; left: 1.2rem; z-index: 3; display: inline-flex; align-items: center; gap: .45rem; padding: .24rem .9rem; font-size: .5rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); background: rgba(201,169,110,.08); border: 1px solid rgba(201,169,110,.25); backdrop-filter: blur(8px); }
.suc-badge--nueva { color: var(--tix-2); background: var(--tix-dim); border-color: rgba(155,94,58,.35); }
.suc-badge__pulse { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--tix-2); animation: pulse 2s ease-in-out infinite; }
.suc-card__body { padding: 1.8rem 2rem; display: flex; flex-direction: column; gap: .9rem; flex: 1; }
.suc-lugar-tag { display: inline-flex; align-items: center; gap: .38rem; padding: .2rem .72rem; font-size: .5rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--grey-2); border: 1px solid var(--border); background: rgba(255,255,255,.02); }
.suc-lugar-tag svg { color: var(--accent-2); }
.suc-lugar-tag--tix { color: var(--tix-2); border-color: rgba(155,94,58,.25); background: var(--tix-dim); }
.suc-lugar-tag--tix svg { color: var(--tix-2); }
.suc-card__nombre { font-family: var(--serif); font-size: 1.7rem; font-weight: 700; color: var(--white); letter-spacing: -.025em; line-height: 1.05; }
.suc-card__dir { font-size: .85rem; font-weight: 300; color: var(--grey-2); line-height: 1.9; }
.suc-turnos { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; padding: .95rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.suc-turno { display: flex; align-items: center; gap: .65rem; }
.suc-turno > span:first-child { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; flex-shrink: 0; color: rgba(255,255,255,.15); }
.suc-turno div { display: flex; flex-direction: column; }
.suc-turno div span { font-size: .5rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--grey-3); margin-bottom: .16rem; }
.suc-turno div b { font-family: var(--serif); font-size: 1.08rem; font-weight: 700; color: var(--white); font-style: normal; }
.suc-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.suc-tag { padding: .18rem .72rem; font-size: .51rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--grey-2); border: 1px solid var(--border); }
.suc-tag--new { color: var(--tix-2); border-color: rgba(155,94,58,.35); background: var(--tix-dim); }
.suc-card__acciones { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: auto; padding-top: .5rem; }

/* Mapa sucursal */
.suc-mapa-wrap { display: block; height: 180px; background: var(--ink-card); border: 1px solid var(--border-md); overflow: hidden; position: relative; transition: border-color .25s; margin-top: .4rem; }
.suc-mapa-wrap:hover { border-color: rgba(255,255,255,.2); }
.suc-mapa-wrap iframe { display: block; width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(1.05) invert(1) brightness(.72); opacity: .42; pointer-events: none; }
.suc-mapa-wrap__overlay { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(7,6,10,.9); padding: .5rem 1rem; font-size: .55rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--white); text-align: center; transform: translateY(100%); transition: transform .28s var(--ease-out); display: flex; align-items: center; justify-content: center; gap: .4rem; }
.suc-mapa-wrap:hover .suc-mapa-wrap__overlay { transform: none; }

/* ══════ HORARIOS & CONTACTO ══════ */
.info-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(1.5rem,4vw,3rem); padding-bottom: clamp(1.5rem,4vw,3rem); border-bottom: 1px solid var(--border); flex-wrap: wrap; }
.info-top__btns { display: flex; gap: .9rem; flex-shrink: 0; flex-wrap: wrap; }
.estado-live { display: flex; align-items: center; justify-content: space-between; padding: .95rem 1.4rem; border: 1px solid var(--border-md); background: var(--ink-card); margin-bottom: 1.3rem; gap: 1rem; flex-wrap: wrap; }
.estado-live__left { display: flex; align-items: center; gap: .75rem; }
.estado-live__dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.estado-live__dot--open { background: var(--open-color); animation: pulse 2s ease-in-out infinite; }
.estado-live__dot--closed { background: var(--closed-color); }
.estado-live__label { font-size: .78rem; font-weight: 600; color: var(--white); }
.estado-live__detalle { font-size: .72rem; font-weight: 300; color: var(--grey-2); }
.turnos { display: flex; border: 1px solid var(--border-md); margin-bottom: 1rem; overflow: hidden; }
.turno-block { flex: 1; display: flex; align-items: center; gap: 1.6rem; padding: 2rem; transition: background .22s; }
.turno-block:hover { background: var(--ink-hover); }
.turno-block + .turno-block { border-left: 1px solid var(--border-md); }
.turno-block__ico { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; flex-shrink: 0; color: rgba(255,255,255,.1); transition: color .3s; }
.turno-block__ico svg { width: 28px; height: 28px; }
.turno-block:hover .turno-block__ico { color: rgba(255,255,255,.2); }
.turno-block__info { display: flex; flex-direction: column; gap: .28rem; }
.turno-block__nombre { font-size: .55rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--grey-3); }
.turno-block__hora { font-family: var(--serif); font-size: clamp(1.8rem,3.2vw,2.8rem); font-weight: 700; color: var(--white); line-height: 1; letter-spacing: -.02em; }
.turno-block__dias { font-size: .78rem; font-weight: 300; color: var(--grey-3); }
.turno-block__tag { margin-left: auto; flex-shrink: 0; padding: .28rem .85rem; border: 1px solid var(--border-md); font-size: .53rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--grey-3); }
.turno-divider { width: 1px; background: var(--border-md); flex-shrink: 0; }
.turno-block--activo .turno-block__hora { color: var(--open-light); }
.turno-block--activo .turno-block__ico { color: rgba(92,181,89,.35); }
.nota-horarios { font-size: .83rem; font-weight: 300; color: rgba(244,238,230,.55); line-height: 1.8; padding: .9rem 1.1rem; border-left: 2px solid var(--accent-dim); background: rgba(194,62,26,.03); margin-bottom: clamp(1.5rem,4vw,3rem); }
.info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1.5rem,4vw,3rem); padding-top: clamp(1.5rem,4vw,3rem); border-top: 1px solid var(--border); }
.info-bloque__title { font-family: var(--serif); font-size: 1.55rem; font-weight: 700; color: var(--white); letter-spacing: -.015em; margin-bottom: 1rem; }
.info-dir { font-size: .86rem; font-weight: 300; color: var(--grey-2); line-height: 1.9; margin-bottom: 1.1rem; }
.mapa-wrap { display: block; height: 192px; background: var(--ink-card); border: 1px solid var(--border-md); overflow: hidden; margin-bottom: .75rem; position: relative; transition: border-color .25s; }
.mapa-wrap:hover { border-color: rgba(255,255,255,.2); }
.mapa-wrap iframe { display: block; width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(1.05) invert(1) brightness(.72); opacity: .42; pointer-events: none; }
.mapa-wrap__overlay { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(7,6,10,.9); padding: .55rem 1rem; font-size: .58rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--white); text-align: center; transform: translateY(100%); transition: transform .28s var(--ease-out); }
.mapa-wrap:hover .mapa-wrap__overlay { transform: none; }
.mapa-link { display: inline-flex; align-items: center; gap: .4rem; font-size: .62rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--grey-2); transition: color .2s; padding: .3rem 0; }
.mapa-link:hover { color: var(--white); }
.contact-list { display: flex; flex-direction: column; }
.c-row { display: flex; align-items: center; gap: .9rem; padding: .88rem 0; border-bottom: 1px solid var(--border); transition: all .2s; min-height: 54px; }
.c-row:last-child { border-bottom: none; }
.c-row:hover .c-row__v { color: var(--white); }
.c-row__ico { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); color: var(--grey-2); flex-shrink: 0; transition: all .2s; }
.c-row:hover .c-row__ico { border-color: var(--border-md); color: var(--white); }
.c-row__l { font-size: .51rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--grey-3); display: block; margin-bottom: .14rem; }
.c-row__v { font-size: .84rem; font-weight: 300; color: var(--grey-2); transition: color .2s; word-break: break-all; overflow: hidden; text-overflow: ellipsis; }
.c-row__arrow { margin-left: auto; color: var(--grey-3); flex-shrink: 0; transition: all .2s; }
.c-row:hover .c-row__arrow { color: var(--white); transform: translate(2px,-2px); }
.form { display: flex; flex-direction: column; gap: .95rem; }
.form-g { display: flex; flex-direction: column; gap: .32rem; }
.form-l { font-size: .55rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--grey-3); }
.form-inp { padding: .85rem 1.05rem; border: 1px solid var(--border-md); background: var(--ink-card); font-family: var(--sans); font-size: .94rem; font-weight: 300; color: var(--white); outline: none; width: 100%; border-radius: 0; -webkit-appearance: none; transition: border-color .22s, box-shadow .22s; }
.form-inp:focus { border-color: rgba(255,255,255,.26); box-shadow: 0 0 0 3px rgba(255,255,255,.03); }
.form-inp::placeholder { color: var(--grey-4); }
.form-ta { resize: vertical; min-height: 105px; }
.form-note { font-size: .68rem; font-weight: 300; color: var(--grey-3); text-align: center; line-height: 1.6; }

/* ══════ CTA FINAL ══════ */
.cta-section { padding: 0; position: relative; overflow: hidden; min-height: 480px; display: flex; align-items: center; border-top: 1px solid var(--border); }
.cta-section__bg-img { position: absolute; inset: 0; z-index: 0; background: radial-gradient(ellipse 80% 60% at 35% 50%, rgba(194,62,26,.2) 0%, transparent 60%), linear-gradient(135deg, #07060A 0%, #130e0a 50%, #07060A 100%); }
.cta-section__bg-img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.2) saturate(1.1); }
.cta-section__bg-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(7,6,10,.92) 0%, rgba(194,62,26,.08) 50%, rgba(7,6,10,.88) 100%); }
.cta-section__inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; position: relative; z-index: 1; padding-top: clamp(3.5rem,8vw,6rem); padding-bottom: clamp(3.5rem,8vw,6rem); flex-wrap: wrap; }
.cta-section__text { flex: 1; min-width: 260px; }
.cta-section__btns { display: flex; gap: 1rem; flex-shrink: 0; flex-wrap: wrap; }
.cta-sedes-hint { display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; margin-top: 1.2rem; }
.cta-sedes-hint svg { width: 10px; height: 10px; flex-shrink: 0; }
.cta-sedes-hint span { font-size: .7rem; font-weight: 300; color: rgba(244,238,230,.5); }
.cta-sedes-sep { color: var(--border-md); }

/* ══════ FOOTER ══════ */
.footer { background: var(--ink); border-top: 1px solid rgba(255,255,255,.08); }
.footer__top { padding: clamp(2.5rem,5vw,4.5rem) 0 clamp(2rem,4vw,3.5rem); }
.footer__top-inner { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(3rem,6vw,6rem); align-items: start; }
.footer__logo { font-family: var(--serif); font-size: 2.1rem; font-weight: 700; color: var(--white); display: flex; align-items: center; gap: .6rem; letter-spacing: -.02em; margin-bottom: .8rem; line-height: 1; }
.footer__logo em { font-style: italic; color: var(--accent-2); font-weight: 400; }
.footer__tag { font-size: .83rem; font-weight: 300; color: rgba(244,238,230,.52); line-height: 1.9; max-width: 270px; margin-bottom: 1.5rem; }
.footer__social { display: flex; gap: .5rem; flex-wrap: wrap; }
.footer__social a { display: flex; align-items: center; justify-content: center; gap: .35rem; height: 40px; padding: 0 .9rem; border: 1px solid var(--border); color: var(--grey-2); transition: all .2s; font-size: .75rem; }
.footer__social a svg { width: 14px; height: 14px; }
.footer__social a:hover { border-color: var(--border-md); color: var(--white); }
.footer__links { display: grid; grid-template-columns: 1fr 1.3fr; gap: 2rem; }
.footer__col h3 { font-size: .53rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--grey-2); margin-bottom: 1.1rem; padding-bottom: .6rem; border-bottom: 1px solid var(--border); }
.footer__col ul { display: flex; flex-direction: column; gap: .52rem; }
.footer__col a { font-size: .84rem; font-weight: 300; color: rgba(244,238,230,.5); transition: color .2s; min-height: 28px; display: flex; align-items: center; }
.footer__col a:hover { color: var(--grey-1); }
.footer__sede-link { display: flex; align-items: flex-start; gap: .6rem; padding: .65rem .85rem; border: 1px solid var(--border); background: rgba(255,255,255,.015); transition: all .2s; margin-bottom: .3rem; font-size: .8rem; color: var(--grey-2) !important; line-height: 1.45; min-height: auto !important; }
.footer__sede-link svg { width: 10px; height: 10px; margin-top: .25rem; flex-shrink: 0; }
.footer__sede-link:hover { border-color: var(--border-md); background: rgba(255,255,255,.03); color: var(--grey-1) !important; }
.footer__sede-link--new { border-color: rgba(155,94,58,.2); background: rgba(155,94,58,.04); }
.footer__sede-link strong { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--white); margin-bottom: .1rem; }
.footer__sede-badge { display: inline-block; padding: .08rem .45rem; font-size: .45rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; background: var(--tix-dim); border: 1px solid rgba(155,94,58,.3); color: var(--tix-2); margin-left: .35rem; vertical-align: middle; }
.footer__bottom { border-top: 1px solid var(--border); padding: 1.5rem 0; }
.footer__bottom-in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .62rem; font-weight: 300; color: rgba(244,238,230,.35); letter-spacing: .06em; flex-wrap: wrap; }

/* ══════ LIGHTBOX ══════ */
.lightbox {
    position: fixed; inset: 0; z-index: 9999;
    display: flex; align-items: center; justify-content: center;
    padding: 1.5rem;
    opacity: 0; pointer-events: none;
    transition: opacity .4s var(--ease-out);
}
.lightbox.open { opacity: 1; pointer-events: all; }
.lightbox__backdrop { position: absolute; inset: 0; background: rgba(3,2,6,.96); backdrop-filter: blur(16px); z-index: 0; }
.lightbox__inner {
    position: relative; z-index: 2;
    max-width: min(960px, 95vw); width: 100%;
    display: flex; flex-direction: column; align-items: center; gap: 1rem;
    transform: scale(.92) translateY(16px);
    transition: transform .45s var(--ease-out);
}
.lightbox.open .lightbox__inner { transform: none; }
.lightbox__img-wrap {
    position: relative; width: 100%;
    border: 1px solid var(--border-md); overflow: hidden;
    min-height: 200px; display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, rgba(194,62,26,.1) 0%, rgba(7,6,10,.8) 100%);
}
.lightbox__img {
    display: block;
    max-width: 100%; max-height: 75vh;
    object-fit: contain;
    transition: opacity .3s ease;
}
.lightbox__caption { font-size: .65rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--grey-2); text-align: center; min-height: 1.2em; }
.lightbox__close {
    position: fixed; top: 1rem; right: 1rem; z-index: 10;
    width: 46px; height: 46px; display: flex; align-items: center; justify-content: center;
    background: rgba(7,6,10,.88); border: 1px solid var(--border-md);
    color: var(--grey-1); transition: all .2s; backdrop-filter: blur(8px);
    cursor: pointer;
}
.lightbox__close:hover { color: var(--white); }
.lightbox__prev, .lightbox__next {
    position: fixed; top: 50%; transform: translateY(-50%); z-index: 10;
    width: 50px; height: 50px; display: flex; align-items: center; justify-content: center;
    background: rgba(7,6,10,.78); border: 1px solid var(--border-md);
    color: var(--grey-1); transition: all .2s; backdrop-filter: blur(8px);
    cursor: pointer;
}
.lightbox__prev { left: .4rem; }
.lightbox__next { right: .4rem; }
.lightbox__prev:hover, .lightbox__next:hover { color: var(--white); }

/* ══════ BACK TO TOP ══════ */
.back-to-top {
    position: fixed; bottom: 5.8rem; right: 1.5rem; z-index: 899;
    width: 42px; height: 42px;
    border: 1px solid var(--border-md);
    background: rgba(7,6,10,.88); color: var(--grey-2);
    display: flex; align-items: center; justify-content: center;
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    opacity: 0; pointer-events: none;
    transform: translateY(10px);
    transition: opacity .3s var(--ease-out), transform .3s var(--ease-out), color .2s, border-color .2s;
    cursor: pointer;
}
.back-to-top.visible { opacity: 1; pointer-events: all; transform: none; }
.back-to-top:hover { color: var(--white); border-color: var(--border-lg); background: rgba(20,18,28,.95); }
@media (max-width: 768px) { .back-to-top { display: none; } }

/* ══════ WA FLOAT & MODAL ══════ */
.wa-container {
    position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 900;
    display: flex; flex-direction: column; align-items: flex-end;
    transition: opacity .3s, transform .3s;
}
.wa-container.hidden { opacity: 0; pointer-events: none; transform: translateY(16px); }
.wa-container.hidden-drawer { display: none !important; }

.wa-float { display: flex; align-items: center; gap: .5rem; padding: .62rem 1.1rem .62rem .85rem; background: #25D366; color: #fff; border-radius: 100px; box-shadow: 0 6px 24px rgba(37,211,102,.4); transition: all .3s var(--ease-out); -webkit-tap-highlight-color: transparent; cursor: pointer; border: none; }
.wa-float:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(37,211,102,.55); }
.wa-float__label { font-size: .55rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.wa-options { display: none; flex-direction: column; position: absolute; bottom: calc(100% + .6rem); right: 0; background: #1B1A22; border: 1px solid rgba(255,255,255,.12); min-width: 180px; box-shadow: 0 12px 40px rgba(0,0,0,.6); overflow: hidden; }
.wa-options.open { display: flex; }
.wa-options a { padding: .9rem 1.2rem; font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #e8e2da; border-bottom: 1px solid rgba(255,255,255,.06); transition: background .2s, color .2s; white-space: nowrap; }
.wa-options a:last-child { border-bottom: none; }
.wa-options a:hover { background: rgba(255,255,255,.05); color: #fff; }

/* ══════ MODAL SUCURSAL ══════ */
.suc-modal-backdrop { position: fixed; inset: 0; z-index: 9998; background: rgba(3,2,6,.45); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); opacity: 0; pointer-events: none; transition: opacity .35s var(--ease-out); }
.suc-modal-backdrop.open { opacity: 1; pointer-events: all; }
.suc-modal { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 1.5rem; opacity: 0; pointer-events: none; transition: opacity .35s var(--ease-out); }
.suc-modal.open { opacity: 1; pointer-events: all; }
.suc-modal__card { background: #1B1A22; border: 1px solid rgba(255,255,255,.12); width: 100%; max-width: 440px; box-shadow: 0 32px 80px rgba(0,0,0,.8); transform: translateY(20px) scale(.97); transition: transform .4s var(--ease-out); overflow: hidden; }
.suc-modal.open .suc-modal__card { transform: none; }
.suc-modal__header { padding: 2rem 2rem 1.2rem; border-bottom: 1px solid rgba(255,255,255,.07); display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.suc-modal__title { font-family: var(--serif); font-size: 1.6rem; font-weight: 700; color: var(--white); line-height: 1.1; letter-spacing: -.02em; }
.suc-modal__title em { font-style: italic; color: var(--accent-2); font-weight: 400; }
.suc-modal__sub { font-size: .78rem; font-weight: 300; color: rgba(244,238,230,.35); margin-top: .4rem; line-height: 1.7; }
.suc-modal__close { width: 36px; height: 36px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.1); color: var(--grey-2); transition: all .2s; cursor: pointer; background: none; }
.suc-modal__close:hover { color: var(--white); border-color: rgba(255,255,255,.28); }
.suc-modal__opciones { padding: 1.2rem; display: flex; flex-direction: column; gap: .6rem; }
.suc-modal__opcion { display: flex; align-items: center; gap: 1.1rem; padding: 1.1rem 1.3rem; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.08); transition: all .22s; cursor: pointer; text-decoration: none; color: inherit; }
.suc-modal__opcion:hover { background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.2); transform: translateX(4px); }
.suc-modal__opcion-ico { width: 44px; height: 44px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); }
.suc-modal__opcion--tix .suc-modal__opcion-ico { border-color: rgba(155,94,58,.3); background: rgba(155,94,58,.08); }
.suc-modal__opcion-info { flex: 1; min-width: 0; }
.suc-modal__opcion-nombre { display: block; font-size: .58rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--white); margin-bottom: .22rem; }
.suc-modal__opcion-det { display: block; font-size: .78rem; font-weight: 300; color: rgba(244,238,230,.35); line-height: 1.5; }
.suc-modal__opcion-arrow { color: rgba(255,255,255,.2); transition: all .22s; flex-shrink: 0; }
.suc-modal__opcion:hover .suc-modal__opcion-arrow { color: var(--white); transform: translateX(3px); }
.suc-modal__footer { padding: .8rem 1.2rem 1.2rem; text-align: center; }
.suc-modal__footer-note { font-size: .65rem; font-weight: 300; color: rgba(244,238,230,.2); line-height: 1.6; }

/* ══════ TIXKOKOB ANNOUNCE ══════ */
.tix-announce {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 540px;
    position: relative;
    overflow: hidden;
    background: var(--ink);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.tix-announce__img-side {
    position: relative; overflow: hidden;
    background: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(155,94,58,.28) 0%, transparent 65%),
    linear-gradient(160deg, #100a08 0%, #1a1008 55%, #0c0b10 100%);
}
.tix-announce__img-side img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    filter: brightness(.48) saturate(1.3);
    transition: transform 8s var(--ease-in-out), filter .4s;
    display: block;
}
.tix-announce:hover .tix-announce__img-side img {
    transform: scale(1.06); filter: brightness(.55) saturate(1.4);
}
.tix-announce__img-fade {
    position: absolute; inset: 0; z-index: 2;
    background: linear-gradient(90deg, transparent 0%, transparent 35%, rgba(7,6,10,.65) 65%, var(--ink) 100%);
}
.tix-announce__content {
    background: var(--ink);
    display: flex; align-items: center;
    padding: clamp(3rem,7vw,6rem) clamp(2rem,5vw,4.5rem);
    position: relative; overflow: hidden;
}
.tix-announce__inner {
    display: flex; flex-direction: column; gap: 1.4rem;
    position: relative; z-index: 1; max-width: 520px; width: 100%;
}
.tix-announce__eyebrow {
    display: inline-flex; align-items: center; gap: .55rem;
    padding: .3rem 1rem;
    background: var(--tix-dim); border: 1px solid rgba(155,94,58,.38);
    font-size: .52rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase;
    color: var(--tix-2); align-self: flex-start;
}
.tix-announce__dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--tix-2); flex-shrink: 0;
    animation: pulse 2s ease-in-out infinite;
}
.tix-announce__heading {
    font-family: var(--serif);
    font-size: clamp(2.2rem, 3.8vw, 3.8rem);
    font-weight: 700; line-height: .95; letter-spacing: -.03em; color: var(--white);
}
.tix-announce__heading em { font-style: italic; font-weight: 400; background: linear-gradient(135deg, var(--tix-2) 10%, #c8a96e 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.tix-announce__text {
    font-size: .92rem; font-weight: 300; line-height: 1.95;
    color: rgba(244,238,230,.62); max-width: 460px;
}
.tix-announce__stats {
    display: grid; grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center; gap: .8rem;
    padding: 1.2rem 0;
    border-top: 1px solid rgba(155,94,58,.18);
    border-bottom: 1px solid rgba(155,94,58,.18);
}
.tix-ann-stat { display: flex; flex-direction: column; gap: .22rem; }
.tix-ann-stat__n {
    font-family: var(--serif); font-size: 2rem; font-weight: 700;
    color: var(--tix-2); line-height: 1; letter-spacing: -.03em;
    font-variant-numeric: tabular-nums;
}
.tix-ann-stat__l {
    font-size: .51rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: rgba(244,238,230,.52);
}
.tix-ann-stat__sep { width: 1px; height: 40px; background: rgba(155,94,58,.2); flex-shrink: 0; }
.tix-announce__features {
    display: grid; grid-template-columns: 1fr 1fr; gap: .5rem .8rem;
}
.tix-ann-feature {
    display: flex; align-items: center; gap: .55rem;
    font-size: .73rem; font-weight: 300; color: var(--grey-2);
}
.tix-ann-feature svg { color: var(--tix); flex-shrink: 0; }
.tix-announce__actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn--tix {
    background: var(--tix); color: var(--white);
    border: 1.5px solid var(--tix); font-weight: 700;
}
.btn--tix:hover {
    background: var(--tix-2); border-color: var(--tix-2);
    box-shadow: 0 12px 40px rgba(155,94,58,.4); transform: translateY(-2px);
}
.tix-announce__bg-word {
    position: absolute; right: -1rem; bottom: -2.5rem;
    font-family: var(--serif); font-size: clamp(5rem, 10vw, 11rem);
    font-weight: 900; color: rgba(155,94,58,.04);
    line-height: 1; pointer-events: none; user-select: none;
    letter-spacing: -.05em; white-space: nowrap; z-index: 0;
}

/* ══════════════════════════════════════
   RESPONSIVE ≤ 1100px
══════════════════════════════════════ */
@media (max-width: 1100px) {
    .sec { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
    .hero__content { grid-template-columns: 1fr 360px; gap: 2.5rem; }
    .nosotros { grid-template-columns: 1fr; }
    .nosotros__media { display: block; max-height: 440px; overflow: hidden; }
    .nosotros__photo-main { aspect-ratio: 16/9; }
    .nosotros__photo-sec { display: none; }
    .nosotros__quote { display: none; }
    .nosotros__body { padding-bottom: 0; }
    .body-copy { max-width: 100%; }
    .featured { grid-template-columns: 300px 1fr; }
    .menu-head__inner { flex-direction: column; align-items: flex-start; }
    .menu-tabs { width: 100%; }
    .info-grid { grid-template-columns: 1fr 1fr; }
    .info-grid > .info-bloque:last-child { grid-column: 1 / -1; }
    .footer__top-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .footer__links { grid-template-columns: 1fr 1fr; }
    .suc-grid { grid-template-columns: 1fr; }
    .pilares { grid-template-columns: repeat(3,1fr); }
    .gal-mosaic { grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: 290px 230px 250px; }
    .evento-featured { grid-template-columns: 1fr; }
    .evento-featured__img { min-height: 340px; }
    /* eventos-grid responsive — gestionado en bloque v2 al final */
    .tix-announce { grid-template-columns: 1fr 1.1fr; min-height: 460px; }
    .tix-announce__img-fade { background: linear-gradient(90deg, transparent 20%, rgba(7,6,10,.75) 70%, var(--ink) 100%); }
}

/* ══════════════════════════════════════
   RESPONSIVE ≤ 768px
══════════════════════════════════════ */
@media (max-width: 768px) {
    :root { --nav-h: 62px; }
    .sec { padding: clamp(2rem, 5vw, 3.5rem) 0; }
    body { cursor: auto; }
    .cursor, .cursor-trail { display: none; }
    button { cursor: pointer; }

    .nav__menu, .nav__cta { display: none; }
    .nav__burger { display: flex; }

    .hero__content { grid-template-columns: 1fr; grid-template-areas: "left" "card"; padding-top: calc(var(--nav-h) + 1.8rem); padding-bottom: 3.5rem; gap: 2rem; }
    .hero__card { display: block; }
    .hcard__header { padding: 1rem 1.2rem .6rem; }
    .hcard__turnos { padding: .2rem 1.2rem; }
    .hcard__esp { padding: .7rem 1.2rem; }
    .hcard__esp-img { height: 72px; }
    .hcard__sedes { padding: .55rem 1.2rem; }
    .hcard__cta { padding: .9rem 1.2rem; }
    .hcard__divider { height: 1px; }
    .hcard__turno { padding: .55rem 0; }
    .hcard__turno-hora { font-size: 1.3rem; }
    .hero__heading { font-size: clamp(3rem, 13vw, 5rem); margin-bottom: 1.4rem; }
    .hero__heading em { -webkit-text-stroke-width: 1px; }
    .hero__sub { font-size: .9rem; margin-bottom: 1.6rem; }
    .hero__actions { flex-wrap: wrap; gap: .7rem; }
    .hero__actions .btn--hero-primary,
    .hero__actions .btn--hero-ghost { flex: 1; min-width: 130px; font-size: .58rem; padding: .9rem 1.2rem; }
    .hero__float-tag { font-size: .58rem; }

    .menu-head__inner { flex-direction: column; align-items: flex-start; gap: 1.5rem; padding-bottom: 0; }
    /* Menu tabs – better mobile scroll */
    .menu-tabs { width: 100%; border: 1px solid var(--border-md); border-bottom: none; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; display: flex; flex-wrap: nowrap; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .menu-tabs::-webkit-scrollbar { display: none; }
    .menu-tab { min-width: 90px; padding: 1rem .85rem; flex-shrink: 0; min-height: 68px; scroll-snap-align: start; }
    .menu-tab__ico { height: 22px; }
    .menu-tab__ico svg { width: 18px; height: 18px; }
    .menu-tab__name { font-size: .54rem; letter-spacing: .12em; }
    .menu-tab__time { display: none; }
    .menu-panel { padding: 1.5rem 0; }

    .featured { grid-template-columns: 1fr; }
    .featured__img-side { height: 220px; border-right: none; border-bottom: 1px solid var(--border-md); min-height: unset; }
    .featured__text { padding: 1.5rem; }
    .featured__name { font-size: clamp(1.5rem, 6vw, 2.2rem); }
    .featured__price { font-size: 2rem; }

    .dish-grid { grid-template-columns: 1fr; }
    .dish { min-height: 115px; }
    .dish__img { width: 120px; min-width: 120px; min-height: 115px; }

    .nosotros__body { padding-bottom: 0; }
    .nosotros__stats { gap: .6rem; }
    .nstat__n { font-size: 1.8rem; }
    .pilares { grid-template-columns: 1fr; gap: .8rem; }
    .suc-header { flex-direction: column; align-items: flex-start; gap: 1rem; }

    .gal-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: none; grid-auto-rows: 160px; }
    .gal-item--area-xl,
    .gal-item--area-a,
    .gal-item--area-tall,
    .gal-item--area-b,
    .gal-item--area-c,
    .gal-item--area-d,
    .gal-item--area-e { grid-column: auto; grid-row: auto; }
    .gal-item--area-xl { grid-column: 1 / -1; grid-row: span 1; height: 200px; }
    .gal-item--area-tall { height: 160px; }
    .gal-item .gal-zoom { opacity: 1; transform: scale(1); color: rgba(255,255,255,.8); background: rgba(7,6,10,.75); }
    .eventos-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .galeria-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .galeria-ig { flex-direction: column; gap: 1.2rem; }

    .evento-featured { grid-template-columns: 1fr; }
    .evento-featured__img { min-height: 260px; }
    .evento-featured__body { padding: 1.5rem; }
    .evento-featured__titulo { font-size: clamp(1.8rem, 7vw, 2.5rem); }
    .evento-featured__highlights { grid-template-columns: 1fr; gap: .6rem; }
    .evento-featured__cta { flex-direction: column; }
    .evento-featured__cta .btn { width: 100%; justify-content: center; }
    /* eventos-grid responsive — gestionado en bloque v2 al final */

    .suc-grid { grid-template-columns: 1fr; }
    .suc-card__img-wrap { height: 200px; }
    .suc-card__body { padding: 1.4rem; }
    .suc-card__acciones { flex-direction: column; }
    .suc-card__acciones .btn { width: 100%; justify-content: center; }
    .suc-turnos { grid-template-columns: 1fr 1fr; gap: .5rem; }
    .suc-mapa-wrap { height: 150px; }

    .info-top { flex-direction: column; gap: 1.5rem; align-items: flex-start; }
    .info-top__btns { width: 100%; flex-direction: column; }
    .info-top__btns .btn { width: 100%; justify-content: center; }
    .estado-live { flex-direction: column; align-items: flex-start; gap: .4rem; }
    .turnos { flex-direction: column; }
    .turno-block { border-left: none !important; border-top: 1px solid var(--border-md); gap: 1rem; padding: 1.2rem; }
    .turno-block:first-child { border-top: none; }
    .turno-block__hora { font-size: clamp(1.6rem, 7vw, 2.4rem); }
    .turno-block__tag { display: none; }
    .turno-divider { display: none; }
    .info-grid { grid-template-columns: 1fr; gap: 2rem; }
    .info-grid > .info-bloque:last-child { grid-column: auto; }

    .cta-section__inner { flex-direction: column; text-align: center; align-items: center; gap: 2rem; }
    .cta-sedes-hint { justify-content: center; }
    .cta-section__btns { width: 100%; flex-direction: column; align-items: stretch; }
    .cta-section__btns .btn { width: 100%; justify-content: center; }

    .footer__top-inner { grid-template-columns: 1fr; gap: 2rem; }
    .footer__links { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
    .footer__social { gap: .4rem; flex-wrap: nowrap; }
    .footer__social a { height: 38px; padding: 0 .75rem; font-size: .7rem; flex: 1; justify-content: center; }
    .footer__bottom-in { flex-direction: column; align-items: center; text-align: center; gap: .4rem; font-size: .6rem; }

    .lightbox { padding: 1rem; }
    .lightbox__img { max-height: 65vh; }
    .lightbox__prev { left: .2rem; width: 40px; height: 40px; }
    .lightbox__next { right: .2rem; width: 40px; height: 40px; }
    .lightbox__close { top: .5rem; right: .5rem; width: 42px; height: 42px; }

    .wa-float { padding: .72rem 1.1rem .72rem .9rem; border-radius: 100px; gap: .45rem; }
    .wa-float__label { font-size: .52rem; letter-spacing: .12em; }
    .heading-display { font-size: clamp(2.2rem, 8vw, 4rem); }
    .drawer__footer { padding: 1rem 1.5rem; gap: .6rem; }
    .footer__sede-link { padding: .5rem .7rem; }
    .footer__sede-link strong { font-size: .65rem; }
    /* Touch targets mínimo 44px */
    .btn, .galeria-filter, .menu-tab, .c-row { min-height: 44px; }
    .nav__burger { min-width: 44px; min-height: 44px; }
    /* Mejorar legibilidad en mobile */
    .dish__desc, .eventos-nota, .body-copy { font-size: .85rem; line-height: 1.9; }
    .suc-card__dir { font-size: .84rem; }

    .suc-modal__card { max-width: 100%; }
    .suc-modal__header { padding: 1.5rem 1.5rem 1rem; }
    .suc-modal__opciones { padding: 1rem; gap: .5rem; }
    .suc-modal__title { font-size: 1.35rem; }
    /* tix-announce mobile */
    .tix-announce { grid-template-columns: 1fr; min-height: auto; }
    .tix-announce__img-side { height: 300px; }
    .tix-announce__img-fade {
        background: linear-gradient(to bottom, transparent 10%, rgba(7,6,10,.65) 70%, var(--ink) 100%);
    }
    .tix-announce__content { padding: 2.5rem 1.5rem 3rem; }
    .tix-announce__heading { font-size: clamp(2rem, 7vw, 3rem); }
    .tix-announce__inner { max-width: 100%; gap: 1.1rem; }
    .tix-announce__text { max-width: 100%; font-size: .88rem; }
    .tix-announce__actions { flex-direction: column; }
    .tix-announce__actions .btn { width: 100%; justify-content: center; }
    /* stats — 3 equal columns, hide separators */
    .tix-announce__stats { grid-template-columns: repeat(3, 1fr); gap: 0; }
    .tix-ann-stat__sep { display: none; }
    .tix-ann-stat { text-align: center; padding: .9rem .4rem; border-right: 1px solid rgba(155,94,58,.18); }
    .tix-ann-stat:last-child { border-right: none; }
}

/* ══════════════════════════════════════
   RESPONSIVE ≤ 480px
══════════════════════════════════════ */
@media (max-width: 480px) {
    .hero__heading { font-size: clamp(2.6rem, 12vw, 3.8rem); }
    .gal-mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }
    .gal-item--area-xl { grid-column: 1 / -1; height: 210px; }
    .gal-item--area-tall { height: 170px; }
    .dish__img { width: 88px; min-width: 88px; min-height: 100px; }
    .dish__name { font-size: .95rem; }
    .dish__content { padding: .85rem 1rem; }
    /* Nosotros stats — hide separators on very small screens */
    .nosotros__stats { grid-template-columns: repeat(3, 1fr); gap: .8rem; }
    .nstat__sep { display: none; }
    .nstat { text-align: center; }
    .nstat__n { font-size: 1.7rem; }
    .suc-turnos { grid-template-columns: 1fr; }
    .footer__links { grid-template-columns: 1fr 1fr; gap: 1rem; }
    .footer__col a { font-size: .78rem; min-height: 32px; }
    .footer__col h3 { font-size: .48rem; margin-bottom: .75rem; }
    .footer__sede-link { padding: .5rem .6rem; font-size: .74rem; }
    .footer__sede-link strong { font-size: .6rem; }
    /* Menu tabs — wrap to 3+2 grid on small phones */
    .menu-head { padding-bottom: 1.2rem; }
    .tab-indicator { display: none; }
    .menu-tabs { flex-wrap: wrap; overflow: hidden; gap: 0; background: var(--ink-card); border: 1px solid var(--border); border-radius: 12px; padding: 0; }
    .menu-tab { flex: 1 0 33.33%; min-width: 0; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); min-height: 66px; padding: .9rem .5rem; background: transparent; border-radius: 0; }
    .menu-tab:nth-child(3) { border-right: none; }
    .menu-tab:nth-child(4) { flex: 1 0 50%; border-bottom: none; border-right: 1px solid var(--border); }
    .menu-tab:nth-child(5) { flex: 1 0 50%; border-bottom: none; border-right: none; }
    .menu-tab--on { background: rgba(194,62,26,.12) !important; box-shadow: inset 0 -2px 0 var(--accent-2); }
    .menu-tab--on .menu-tab__ico,
    .menu-tab--on .menu-tab__name { color: var(--white) !important; }
    .menu-tab__ico svg { width: 16px; height: 16px; }
    .menu-tab__name { font-size: .5rem; letter-spacing: .09em; }
    .menu-tab__time { display: none; }
    .evento-featured__body { padding: 1.2rem; }
    .evento-featured__titulo { font-size: clamp(1.6rem, 8vw, 2.2rem); }
    .featured__text { padding: 1.2rem; }
    /* tix-announce 480px */
    .tix-announce__img-side { height: 240px; }
    .tix-announce__actions .btn { flex: 1; justify-content: center; font-size: .56rem; }
    .tix-announce__features { grid-template-columns: 1fr; }
    .tix-ann-stat__n { font-size: 1.6rem; }
    .tix-ann-stat__l { font-size: .47rem; }
}

/* ══════════════════════════════════════
   RESPONSIVE ≤ 360px (pantallas muy pequeñas)
══════════════════════════════════════ */
@media (max-width: 360px) {
    :root { --nav-h: 58px; }
    .hero__heading { font-size: clamp(2.2rem, 11vw, 3rem); }
    .heading-display { font-size: clamp(1.9rem, 9vw, 3rem); }
    .hcard__turno-hora { font-size: 1.25rem; }
    .nav__logo { font-size: 1.6rem; }
    .btn--hero-primary, .btn--hero-ghost { font-size: .54rem; padding: .8rem 1rem; }
    .featured__price { font-size: 1.6rem; }
    .turno-block__hora { font-size: 1.5rem; }
}

/* ══════════════════════════════════════
   MOVIMIENTO REDUCIDO (accesibilidad)
══════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    .marquee__track { animation-play-state: paused; }
    .hero__bg-img { animation: none; transform: scale(1.06); }
    .reveal { opacity: 1; transform: none; }
}

/* ══════════════════════════════════════════════════════
   SECCIÓN RESEÑAS GOOGLE  ·  v3
══════════════════════════════════════════════════════ */

/* ── Encabezado: grid 55 / 45 ── */
.resenas-head {
    display: grid;
    grid-template-columns: 55% 1fr;
    gap: 2rem 5rem;
    align-items: center;
    margin-bottom: 3.5rem;
}
.resenas-head__tagline {
    font-family: var(--sans);
    font-size: .9rem;
    color: var(--grey-2);
    line-height: 1.72;
    margin-top: 1.1rem;
    max-width: 40ch;
}

/* ── Tarjeta de puntuación ── */
.resenas-summary {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    background: linear-gradient(150deg, rgba(22,20,32,1) 0%, rgba(14,13,19,1) 100%);
    border: 1px solid rgba(201,169,110,.2);
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 0 rgba(201,169,110,.15) inset, 0 28px 60px rgba(0,0,0,.35);
}
/* Brillo superior sutil */
.resenas-summary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(201,169,110,.06) 0%, transparent 50%);
    pointer-events: none;
}

.resenas-summary__google-row {
    display: flex;
    align-items: center;
    gap: .55rem;
    font-size: .53rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--grey-2);
    padding: 1.3rem 1.8rem;
    border-bottom: 1px solid var(--border);
}

.resenas-summary__main {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.8rem 1.8rem 1.4rem;
}

.resenas-summary__num {
    font-family: var(--serif);
    font-size: 5.8rem;
    font-weight: 700;
    color: var(--white);
    line-height: .85;
    flex-shrink: 0;
    letter-spacing: -.03em;
}

.resenas-summary__right {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.resenas-summary__stars {
    display: flex;
    gap: .1rem;
    font-size: 1.45rem;
    line-height: 1;
}
.resenas-summary__stars .rs--on  { color: var(--gold); }
.resenas-summary__stars .rs--off { color: var(--grey-3); opacity: .45; }

.resenas-summary__count {
    font-size: .7rem;
    color: var(--grey-2);
    line-height: 1.4;
}
.resenas-summary__count strong { color: var(--grey-1); font-weight: 600; }

.resenas-summary__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    font-size: .52rem;
    letter-spacing: .2em;
    padding: 1rem 1.8rem;
    margin: 0;
    border-radius: 0 0 1.5rem 1.5rem;
    border-top: 1px solid var(--border);
    background: rgba(255,255,255,.025);
    color: var(--grey-1);
    border-left: none; border-right: none; border-bottom: none;
    transition: background .3s ease, color .3s ease;
    text-decoration: none;
    cursor: pointer;
}
.resenas-summary__btn:hover {
    background: rgba(201,169,110,.07);
    color: var(--white);
}

/* ── Carrusel ── */
.resenas-carousel {
    overflow: hidden;
}
.resenas-track {
    display: flex;
    gap: 1.25rem;
    transition: transform .65s cubic-bezier(.4, 0, .2, 1);
    will-change: transform;
    padding-bottom: 2px; /* evita que se corte el box-shadow inferior */
}

/* ── Tarjeta individual ── */
.resena-card {
    flex: 0 0 300px; /* el JS lo sobreescribe */
    background: linear-gradient(155deg, rgba(20,18,30,1) 0%, rgba(14,13,19,1) 100%);
    border: 1px solid var(--border-md);
    border-radius: 1.25rem;
    padding: 1.7rem 1.7rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    overflow: hidden;
    transition: border-color .4s ease, transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .4s ease;
}
/* Comilla gigante decorativa */
.resena-card::before {
    content: '\201C';
    position: absolute;
    top: -.05em; right: .7rem;
    font-family: var(--serif);
    font-size: 9rem;
    color: rgba(201,169,110,.05);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}
/* Línea dorada superior — visible en hover */
.resena-card::after {
    content: '';
    position: absolute;
    top: 0; left: 20%; right: 20%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0;
    transition: opacity .4s ease;
}
.resena-card:hover {
    border-color: rgba(201,169,110,.25);
    transform: translateY(-6px);
    box-shadow: 0 24px 52px rgba(0,0,0,.4), 0 0 0 1px rgba(201,169,110,.06);
}
.resena-card:hover::after { opacity: 1; }

/* Header de la tarjeta */
.resena-card__header {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding-bottom: 1.1rem;
    margin-bottom: 1.1rem;
    border-bottom: 1px solid var(--border);
}
.resena-card__avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1rem;
    color: var(--white);
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(0,0,0,.4);
    letter-spacing: 0;
}
.resena-card__meta { flex: 1; min-width: 0; }
.resena-card__name {
    display: block;
    font-family: var(--sans);
    font-size: .84rem;
    font-weight: 600;
    color: var(--white);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .28rem;
}
.resena-card__stars {
    font-size: .88rem;
    color: var(--gold);
    letter-spacing: .06em;
    line-height: 1;
}
.resena-card__stars .rs--off { color: var(--grey-3); opacity: .45; }
.resena-card__gicon {
    width: 17px; height: 17px;
    flex-shrink: 0;
    opacity: .6;
    margin-left: auto;
    align-self: flex-start;
    margin-top: .1rem;
}

/* Texto */
.resena-card__text {
    font-family: var(--sans);
    font-size: .855rem;
    color: var(--grey-1);
    line-height: 1.72;
    font-style: italic;
    flex: 1;
}

/* ── Dots ── */
.resenas-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    margin-top: 2.8rem;
}
.resenas-dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.07);
    cursor: pointer;
    padding: 0;
    transition: background .35s ease, width .4s cubic-bezier(.4,0,.2,1),
    border-radius .4s ease, border-color .35s ease;
}
.resenas-dot.active {
    background: var(--gold);
    border-color: var(--gold);
    width: 28px;
    border-radius: 4px;
}
.resenas-dot:hover:not(.active) {
    background: rgba(255,255,255,.2);
    border-color: rgba(255,255,255,.18);
}
.resenas-dot:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ── Responsive ── */
@media (max-width: 960px) {
    .resenas-head {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 2.5rem;
    }
    .resenas-head__tagline { max-width: 100%; }
    .resenas-summary { max-width: 420px; }
}
@media (max-width: 767px) {
    .resenas-summary { max-width: 100%; }
    .resenas-summary__num { font-size: 4.2rem; }
    .resenas-summary__stars { font-size: 1.25rem; }
    .resenas-carousel { overflow: hidden; }
}

/* ══════════════════════════════════════════════════════
   POLISH GLOBAL — mejoras visuales generales  ·  v2
══════════════════════════════════════════════════════ */

/* ── HERO ────────────────────────────────────────── */

/* Texto outline del hero: glow que lo hace vibrar */
.hero__heading em {
    filter: drop-shadow(0 0 22px rgba(217,88,46,.4)) drop-shadow(0 0 7px rgba(217,88,46,.2));
}

/* Hero: barra eyebrow con gradiente */
.eyebrow__line {
    background: linear-gradient(90deg, var(--accent-2), var(--gold));
    height: 1.5px;
}

/* Hero card: shimmer más brillante */
.hero__card-glow {
    height: 1.5px;
    opacity: .85;
}

/* Hero sub: texto ligeramente más legible */
.hero__sub { color: rgba(244,238,230,.72); }

/* ── MARQUEE ──────────────────────────────────────── */
.marquee__track span { color: rgba(244,238,230,.18); }
.marquee__track em  { color: rgba(194,62,26,.5); }
.marquee__highlight { color: rgba(201,169,110,.6) !important; letter-spacing: .35em; }

/* ── NAV ─────────────────────────────────────────── */
/* Barra de progreso más gruesa */
.nav__progress { height: 2px; }
/* Link activo: gradiente en el indicador */
.nav__link--active::before {
    background: linear-gradient(90deg, var(--accent-2), var(--gold));
    height: 1.5px;
}

/* ── MENÚ ─────────────────────────────────────────── */

/* Featured: mejor glow de hover (preserva el borde + profundiza sombra) */
.featured { transition: box-shadow .45s ease; }
.featured:hover {
    box-shadow: 0 0 0 1px rgba(201,169,110,.22),
    0 32px 80px rgba(0,0,0,.52);
}

/* Featured: imagen más viva en hover */
.featured:hover .featured__img-side img {
    transform: scale(1.1);
    filter: brightness(.9) saturate(1.4);
}

/* Dish price: badge más elegante en hover */
.dish:hover .dish__price {
    background: rgba(201,169,110,.12);
    border-color: rgba(201,169,110,.32);
}

/* Dish name hover: brillo sutil */
.dish:hover .dish__name { color: rgba(255,255,255,.95); }

/* Tab indicator: bordes redondeados */
.tab-indicator { border-radius: 0; }

/* ── EVENTOS ──────────────────────────────────────── */

/* Featured evento: sombra en hover */
.evento-featured { transition: box-shadow .45s ease; }
.evento-featured:hover { box-shadow: 0 32px 90px rgba(0,0,0,.52); }

/* Featured evento: imagen más viva */
.evento-featured:hover .evento-featured__img img {
    filter: brightness(.7) saturate(1.5);
}

/* Highlight icon en event card hover */
.evento-card:hover .evento-highlight__ico { color: rgba(232,101,26,.9); }

/* ── GALERÍA ──────────────────────────────────────── */

/* Filtros: transición y hover mejorado */
.galeria-filter {
    transition: color .25s ease, border-color .25s ease, background .25s ease, transform .25s ease;
}
.galeria-filter:hover { transform: translateY(-2px); }
.galeria-filter--on {
    color: var(--white) !important;
    border-color: rgba(255,255,255,.22) !important;
    background: rgba(255,255,255,.05) !important;
}

/* Gal item: spring hover */
.gal-item { transition: transform .4s cubic-bezier(.34,1.56,.64,1), opacity .35s ease; }

/* Instagram CTA: hover elegante */
.galeria-ig__cta { transition: color .25s ease, border-color .25s ease, transform .25s ease; }
.galeria-ig__cta:hover { transform: translateY(-2px); }

/* ── SUCURSALES ──────────────────────────────────── */

/* Tarjeta sucursal: imagen más saturada en hover */
.suc-card:hover .suc-card__img-wrap img {
    filter: brightness(.68) saturate(1.4);
}

/* Mapa hover: mejor overlay */
.suc-mapa-wrap:hover { border-color: rgba(255,255,255,.22); }

/* Tags de sucursal: hover sutil */
.suc-tag { transition: border-color .2s ease, color .2s ease; }
.suc-tag:hover { border-color: rgba(255,255,255,.2); color: var(--grey-1); }

/* ── HORARIOS ─────────────────────────────────────── */

/* Estado live: borde izquierdo dinámico */
.estado-live { border-left: 3px solid transparent; transition: border-color .4s ease; }
.estado-live:has(.estado-live__dot--open) { border-left-color: rgba(61,139,58,.5); }

/* Turno block: icono con glow en activo */
.turno-block--activo .turno-block__ico {
    color: rgba(92,181,89,.4);
    filter: drop-shadow(0 0 8px rgba(92,181,89,.3));
}

/* Nota horarios: borde más prominente */
.nota-horarios { border-left: 3px solid var(--accent-dim); }

/* Info bloque: títulos con gradiente al hacer hover */
.info-bloque__title { transition: color .25s ease; }
.info-bloque__title:hover { color: var(--gold); }

/* ── CARRUSEL RESEÑAS: nav + flechas ──────────────── */

.resenas-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 2.8rem;
}

/* Reubicar los dots dentro del nav (sin margen propio) */
.resenas-nav .resenas-dots { margin-top: 0; }

.resenas-arrow {
    width: 42px; height: 42px;
    border-radius: 50%;
    border: 1px solid var(--border-md);
    background: rgba(255,255,255,.04);
    color: var(--grey-1);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background .25s ease, border-color .25s ease,
    color .25s ease, transform .3s cubic-bezier(.34,1.56,.64,1);
}
.resenas-arrow:hover {
    background: rgba(201,169,110,.1);
    border-color: rgba(201,169,110,.35);
    color: var(--gold);
    transform: scale(1.1);
}
.resenas-arrow:active { transform: scale(.95); }

/* ── NOSOTROS ──────────────────────────────────────── */

/* Quote: floating animation sutil */
.nosotros__quote {
    animation: quoteFloat 6s ease-in-out infinite;
}
@keyframes quoteFloat {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-6px); }
}

/* Pilares: hover mejorado en número */
.pilar:hover .pilar__n {
    opacity: .9;
}

/* Stats: separador con gradiente */
.nstat__sep {
    background: linear-gradient(to bottom, transparent, var(--border-md), transparent);
}

/* ── CTA / FOOTER ─────────────────────────────────── */

/* Footer logo: hover sutil */
.footer__logo { transition: opacity .25s ease; }
.footer__logo:hover { opacity: .85; }

/* Footer links: underline animado */
.footer__link {
    position: relative;
    display: inline-block;
}
.footer__link::after {
    content: '';
    position: absolute;
    bottom: -1px; left: 0; right: 100%;
    height: 1px;
    background: var(--accent-2);
    transition: right .3s var(--ease-out);
}
.footer__link:hover::after { right: 0; }

/* ─────────────────────────────────────────────────── */

/* ══════════════════════════════════════════════════════
   MEJORAS VISUALES GRANDES — toda la página
══════════════════════════════════════════════════════ */

/* ── Titulares em: gradiente animado en todas las secciones ── */
@keyframes gradientFlow {
    0%   { background-position: 0%   center; }
    100% { background-position: 200% center; }
}
.heading-display em {
    background: linear-gradient(90deg, #E8774A, #DFC08A, #C9A96E, #E8774A, #DFC08A);
    background-size: 250% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientFlow 5s linear infinite;
    filter: none; /* el hero usa su propio efecto de stroke */
}

/* ── HERO: el texto outline sigue igual (clase distinta) ── */
.hero__heading em {
    -webkit-text-stroke: 1.5px var(--accent-2);
    -webkit-text-fill-color: transparent;
    background: none;
    animation: none;
    filter: drop-shadow(0 0 22px rgba(217,88,46,.4)) drop-shadow(0 0 7px rgba(217,88,46,.2));
}

/* ── MENÚ: dish grid más premium ── */
.dish-grid {
    background: linear-gradient(135deg, rgba(194,62,26,.07) 0%, rgba(201,169,110,.05) 50%, rgba(194,62,26,.07) 100%);
    gap: 1.5px;
    border-color: rgba(255,255,255,.07);
    border-radius: .5rem;
    overflow: hidden;
}
.dish {
    background: linear-gradient(155deg, rgba(16,14,22,1) 0%, rgba(14,13,19,1) 100%);
    min-height: 140px;
}
.dish--star {
    background: linear-gradient(155deg, rgba(20,17,14,1) 0%, rgba(15,13,20,1) 100%);
}
.dish:hover {
    background: linear-gradient(155deg, rgba(22,20,30,1) 0%, rgba(18,16,24,1) 100%);
    box-shadow: inset 3px 0 0 var(--accent-2), 0 12px 40px rgba(0,0,0,.4);
}
.dish__name { font-size: 1.1rem; }
.dish__desc { font-size: .79rem; opacity: .75; }

/* Featured: imagen más alta y dramática */
.featured__img-side { min-height: 360px; }
.featured { border-radius: .5rem; overflow: hidden; }

/* ── EVENTOS: cards con gradiente ── */
.evento-card {
    background: linear-gradient(155deg, rgba(16,14,22,1) 0%, rgba(14,13,19,1) 100%);
}
.evento-card:hover {
    background: linear-gradient(155deg, rgba(24,20,32,1) 0%, rgba(18,16,24,1) 100%);
}

.galeria-filter--on {
    background: rgba(255,255,255,.06) !important;
    border-color: rgba(255,255,255,.2) !important;
}

/* ── SUCURSALES: cards con gradiente ── */
.suc-card {
    background: linear-gradient(160deg, rgba(16,14,22,1) 0%, rgba(12,11,16,1) 100%);
}
.suc-grid {
    border-radius: .75rem;
    overflow: hidden;
}
.suc-card__img-wrap { height: 300px; }

/* ── HORARIOS: turno blocks más ricos ── */
.turnos {
    border-radius: .75rem;
    overflow: hidden;
}
.turno-block {
    background: linear-gradient(160deg, rgba(16,14,22,1) 0%, rgba(12,11,16,1) 100%);
    transition: background .28s ease;
}
.turno-block:hover {
    background: linear-gradient(160deg, rgba(22,20,30,1) 0%, rgba(16,14,22,1) 100%);
}
.turno-block--activo {
    background: linear-gradient(160deg, rgba(14,22,16,1) 0%, rgba(12,18,14,1) 100%) !important;
}
.estado-live {
    border-radius: .6rem;
    border-left: 3px solid transparent;
}

/* ── NOSOTROS: sección con glow sutil ── */
.nosotros-sec::before {
    content: '';
    position: absolute;
    top: -100px; right: -80px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(194,62,26,.04) 0%, transparent 65%);
    pointer-events: none; z-index: 0;
}
.pilares {
    gap: 1.4rem;
}

/* ── HORARIOS: glow dorado en el fondo ── */
#horarios::before {
    content: '';
    position: absolute;
    bottom: -60px; left: 50%;
    transform: translateX(-50%);
    width: 800px; height: 350px;
    background: radial-gradient(ellipse at center, rgba(201,169,110,.03) 0%, transparent 70%);
    pointer-events: none; z-index: 0;
}

/* ── GALERÍA: glow gold ── */
#galeria::before {
    content: '';
    position: absolute;
    top: -80px; right: -60px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(201,169,110,.035) 0%, transparent 65%);
    pointer-events: none; z-index: 0;
}

/* ── RESEÑAS: ajuste del dots margin (ahora está dentro de .resenas-nav) ── */
.resenas-dots { margin-top: 0; }

/* ── RESPONSIVE mejoras ── */
@media (max-width: 767px) {
    .dish-grid { grid-template-columns: 1fr; }
    .featured { grid-template-columns: 1fr; }
    .featured__img-side { min-height: 220px; border-right: none; border-bottom: 1px solid var(--border-md); }
    .suc-card__img-wrap { height: 240px; }
    .galeria-filter { padding: .45rem 1rem; font-size: .52rem; }
}

/* Scrollbar custom */
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--grey-3); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--grey-2); }

/* Selección de texto con gold */
::selection { background: rgba(201,169,110,.22); color: var(--white); }
::-moz-selection { background: rgba(201,169,110,.22); color: var(--white); }

/* Focus visible global */
:focus-visible { outline: 2px solid rgba(201,169,110,.55); outline-offset: 3px; }

/* Heading em — gradiente más cálido y saturado */
.heading-display em {
    background: linear-gradient(118deg, #E8774A 0%, #DFC08A 52%, #C9A96E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Label — línea más gruesa y brillante */
.label::before { height: 1.5px; width: 26px; }

/* Botones primarios — glow extra en hover */
.btn--primary:hover {
    box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 18px 50px rgba(255,255,255,.13);
}
.btn--hero-primary:hover {
    box-shadow: 0 0 0 1px rgba(255,255,255,.1), 0 20px 56px rgba(255,255,255,.2);
}
.btn--cta-primary:hover {
    box-shadow: 0 0 0 1px rgba(255,255,255,.1), 0 24px 60px rgba(255,255,255,.18);
}

/* Dish card — sombra exterior además del inset */
.dish:hover {
    background: var(--ink-hover);
    box-shadow: inset 3px 0 0 var(--accent-2), 0 10px 36px rgba(0,0,0,.38);
}
/* Dish imagen — zoom más expresivo */
.dish:hover .dish__img img { transform: scale(1.09); }

/* Featured dish — sombra en hover */
.featured { transition: box-shadow .4s ease; }
.featured:hover { box-shadow: 0 32px 80px rgba(0,0,0,.48); }

/* Event card — spring animation más satisfactorio */
.evento-card {
    transition: background .28s ease, transform .42s cubic-bezier(.34,1.56,.64,1), box-shadow .42s ease;
}
.evento-card:hover {
    background: var(--ink-hover);
    transform: translateY(-7px);
    box-shadow: 0 28px 64px rgba(0,0,0,.46);
}
.evento-card:hover .evento-card__ico-wrap {
    border-color: rgba(232,101,26,.3);
    background: rgba(232,101,26,.06);
    color: rgba(232,101,26,.65);
    transition: all .3s ease;
}

/* Sucursal card — spring + sombra más profunda */
.suc-card {
    transition: background .28s ease, box-shadow .42s ease, transform .42s cubic-bezier(.34,1.56,.64,1);
}
.suc-card:hover {
    background: var(--ink-hover);
    transform: translateY(-6px);
    box-shadow: 0 32px 80px rgba(0,0,0,.55), inset 3px 0 0 var(--accent-2);
}

/* Mapa: más visible en hover */
.suc-mapa-wrap iframe { opacity: .48; }
.suc-mapa-wrap:hover iframe { opacity: .65; transition: opacity .4s ease; }

/* Turno activo — borde verde sutil */
.turno-block--activo { background: rgba(61,139,58,.02); }
.turno-block--activo .turno-block__nombre { color: rgba(92,181,89,.55); }

/* Back-to-top — hover con elevación */
.back-to-top.visible { transform: none; }
.back-to-top:hover {
    color: var(--white);
    border-color: var(--border-lg);
    background: rgba(20,18,28,.95);
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0,0,0,.45);
}

/* WA float — sombra más intensa en hover */
.wa-float:hover { box-shadow: 0 16px 44px rgba(37,211,102,.62); }

/* CTA section — atmosfera */
.cta-section { position: relative; overflow: hidden; }
.cta-section::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 55% 70% at 50% 50%, rgba(201,169,110,.03) 0%, transparent 70%);
    pointer-events: none;
}

/* ══════════════════════════════════════════════════════
   FIX MÓVIL — dish__row (precios largos en menú)
══════════════════════════════════════════════════════ */
@media (max-width: 600px) {
    .dish__row {
        flex-direction: column;
        align-items: flex-start;
        gap: .25rem;
    }
    .dish__price {
        font-size: .8rem;
        opacity: .78;
        flex-shrink: unset;
    }
}

/* ══════════════════════════════════════════════════════
   FIX RESEÑAS — tarjeta elevada recortada por overflow
══════════════════════════════════════════════════════ */
.resenas-carousel {
    overflow: hidden;
    padding: 10px 0 12px;
    margin: -10px 0 -12px;
}

/* ══════════════════════════════════════════════════════
   RESEÑAS — mejoras visuales
══════════════════════════════════════════════════════ */

/* Fecha bajo el nombre */
.resena-card__fecha {
    display: block;
    font-size: .65rem;
    font-weight: 400;
    color: rgba(244,238,230,.3);
    letter-spacing: .04em;
    margin-bottom: .18rem;
    margin-top: .08rem;
}

/* Tarjeta con altura mínima para cards cortas */
.resena-card {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.6rem 1.5rem 1.4rem;
}

/* Texto de la reseña: mejor legibilidad */
.resena-card__text {
    font-size: .88rem;
    line-height: 1.75;
    color: rgba(244,238,230,.75);
    font-style: italic;
    flex: 1;
    margin-top: .8rem;
}

/* Quote decorativa más llamativa */
.resena-card::before {
    font-size: 6rem;
    top: -.6rem;
    left: 1rem;
    opacity: .06;
    line-height: 1;
}

/* Header compacto */
.resena-card__header {
    padding-bottom: .85rem;
    margin-bottom: 0;
    gap: .8rem;
}

/* Avatar más grande */
.resena-card__avatar {
    width: 46px;
    height: 46px;
    font-size: 1.05rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* Nombre más prominente */
.resena-card__name {
    font-size: .88rem;
    letter-spacing: .01em;
}

/* Estrellas ligeramente más grandes */
.resena-card__stars {
    font-size: .95rem;
    margin-top: .12rem;
}

/* Sección: fondo con textura sutil y separador */
.resenas-sec {
    border-top: 1px solid rgba(255,255,255,.06);
}

/* Summary card más impactante */
.resenas-summary {
    border-radius: 1rem;
    padding: 1.8rem;
}
.resenas-summary__num {
    font-size: 6.5rem;
    line-height: .9;
}
.resenas-summary__stars .rs--on {
    font-size: 1.5rem;
}
.resenas-summary__stars .rs--off {
    font-size: 1.5rem;
}

/* Tagline más impactante */
.resenas-head__tagline {
    font-size: .92rem;
    line-height: 1.75;
    max-width: 420px;
    color: rgba(244,238,230,.55);
    margin-top: .6rem;
}

/* ══════════════════════════════════════════════════════
   EVENTOS v2 — rediseño de la cuadrícula de tarjetas
══════════════════════════════════════════════════════ */

/* Grid: de truco de gap-borde a tarjetas independientes */
.eventos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
    background: transparent;
    border: none;
    margin-bottom: 1.5rem;
}
.eventos-grid--4 { grid-template-columns: repeat(2, 1fr); }

/* Tarjeta base */
.evento-card {
    background: linear-gradient(160deg, rgba(18,15,26,1) 0%, rgba(11,10,16,1) 100%);
    border: 1px solid rgba(255,255,255,.055);
    border-radius: .85rem;
    overflow: hidden;
    padding: 2rem 1.8rem 1.8rem;
    display: flex;
    flex-direction: column;
    gap: .9rem;
    position: relative;
    transition: border-color .3s ease, transform .42s cubic-bezier(.34,1.56,.64,1), box-shadow .42s ease;
}
/* Línea de acento superior */
.evento-card::before {
    content: '';
    position: absolute;
    top: 0; left: 10%; right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(232,101,26,.28), transparent);
}
.evento-card:hover {
    border-color: rgba(232,101,26,.2);
    background: linear-gradient(160deg, rgba(22,18,30,1) 0%, rgba(14,12,19,1) 100%);
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(0,0,0,.48), 0 0 0 1px rgba(232,101,26,.07);
}

/* Icono */
.evento-card__ico-wrap {
    width: 48px; height: 48px;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: .55rem;
    background: rgba(255,255,255,.025);
    flex-shrink: 0;
    color: rgba(255,255,255,.28);
    transition: border-color .3s, background .3s, color .3s;
}
.evento-card:hover .evento-card__ico-wrap {
    border-color: rgba(232,101,26,.3);
    background: rgba(232,101,26,.07);
    color: rgba(232,101,26,.7);
}

/* Texto descripción — más legible */
.evento-card__desc { color: rgba(244,238,230,.5); }

/* ── Tarjeta Día de Niños ── */
.evento-card--ninos {
    background: linear-gradient(160deg, rgba(22,18,28,1) 0%, rgba(14,12,18,1) 100%);
    border-color: rgba(201,169,110,.14);
}
.evento-card--ninos::before {
    left: 5%; right: 5%;
    background: linear-gradient(90deg, transparent, rgba(201,169,110,.45), transparent);
}
.evento-card--ninos:hover {
    border-color: rgba(201,169,110,.32);
    box-shadow: 0 24px 60px rgba(0,0,0,.48), 0 0 40px rgba(201,169,110,.07);
}
.evento-card--ninos .evento-card__mes { color: var(--gold); }
.evento-card--ninos .evento-card__ico-wrap {
    border-color: rgba(201,169,110,.2);
    color: rgba(201,169,110,.55);
    background: rgba(201,169,110,.04);
}
.evento-card--ninos:hover .evento-card__ico-wrap {
    border-color: rgba(201,169,110,.4);
    background: rgba(201,169,110,.09);
    color: rgba(201,169,110,.85);
}

/* Imagen de evento en tarjeta */
.evento-card__img-wrap {
    margin: -2rem -1.8rem 1.2rem;
    overflow: hidden;
    border-radius: .85rem .85rem 0 0;
    aspect-ratio: 16 / 9;
    flex-shrink: 0;
}
.evento-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s cubic-bezier(.25,.46,.45,.94), filter .4s ease;
    filter: brightness(.92) saturate(1.05);
}
.evento-card:hover .evento-card__img-wrap img {
    transform: scale(1.05);
    filter: brightness(1) saturate(1.1);
}

/* Responsive grid */
@media (max-width: 1023px) {
    .eventos-grid { grid-template-columns: 1fr 1fr; gap: .9rem; }
    .eventos-grid .evento-card:last-child { grid-column: auto; }
    .eventos-grid--4 { grid-template-columns: repeat(2, 1fr); }
    .eventos-grid--4 .evento-card:last-child { grid-column: auto; }
}
@media (max-width: 599px) {
    .eventos-grid, .eventos-grid--4 { grid-template-columns: 1fr; gap: .75rem; }
}

/* ════════════════════════════════════════════════════════════
   CAMBIO RADICAL — Rediseño profesional + mobile excelente
   Encanto v17
════════════════════════════════════════════════════════════ */

/* ── VARIABLES adicionales de lujo ── */
:root {
    --glass-bg:  rgba(255,255,255,.035);
    --glass-bd:  rgba(255,255,255,.08);
    --shadow-card: 0 8px 32px rgba(0,0,0,.45), 0 2px 8px rgba(0,0,0,.3);
    --shadow-hover: 0 20px 60px rgba(0,0,0,.55), 0 4px 16px rgba(0,0,0,.4);
    --accent-vivid: #D94B1F;
    --gold-vivid:   #D4AF60;
    --radius-card:  1rem;
    --radius-sm:    .6rem;
}

/* ══════════════════════════════════════════════════════
   01 · HERO — más impactante y atmosférico
══════════════════════════════════════════════════════ */

/* Capas de neblina de color sobre la imagen */
.hero__img-wrap {
    background:
            radial-gradient(ellipse 65% 55% at 68% 38%, rgba(194,62,26,.22) 0%, transparent 58%),
            radial-gradient(ellipse 45% 70% at 18% 82%, rgba(201,169,110,.1) 0%, transparent 52%),
            radial-gradient(ellipse 80% 50% at 50% 5%,  rgba(7,6,10,.7) 0%, transparent 60%),
            linear-gradient(150deg, #07060A 0%, #0f0c14 45%, #12090a 70%, #07060A 100%);
}

/* Overlay más dramático */
.hero__img-overlay {
    background: linear-gradient(
            135deg,
            rgba(7,6,10,.94) 0%,
            rgba(7,6,10,.55) 38%,
            rgba(194,62,26,.07) 62%,
            rgba(7,6,10,.9) 100%
    );
}

/* Heading hero: más agresivo */
.hero__heading {
    font-size: clamp(3rem, 8.5vw, 7.2rem);
    letter-spacing: -.045em;
    line-height: .93;
}

/* Acento em en hero: stroke más pronunciado + brillo */
.hero__heading em {
    -webkit-text-stroke: 1.8px var(--accent-vivid);
    filter:
            drop-shadow(0 0 28px rgba(217,75,31,.45))
            drop-shadow(0 0 8px  rgba(217,75,31,.25));
}

/* Subtítulo hero */
.hero__sub {
    font-size: clamp(.88rem, 2.2vw, 1.05rem);
    line-height: 1.85;
    color: rgba(244,238,230,.58);
    max-width: 480px;
    letter-spacing: .01em;
}

/* Botones hero más grandes y con más impacto */
.btn--hero-primary {
    padding: 1.1rem 2.8rem;
    font-size: .65rem;
    letter-spacing: .22em;
    box-shadow: 0 8px 32px rgba(255,255,255,.12);
}
.btn--hero-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(255,255,255,.22);
}
.btn--hero-ghost {
    padding: 1.1rem 2.2rem;
    font-size: .65rem;
    letter-spacing: .22em;
}

/* ══════════════════════════════════════════════════════
   02 · HERO CARD — más premium
══════════════════════════════════════════════════════ */
.hero__card {
    border-radius: 1.2rem;
    border-color: rgba(255,255,255,.12);
    box-shadow: 0 40px 100px rgba(0,0,0,.75), inset 0 1px 0 rgba(255,255,255,.1);
}

/* ══════════════════════════════════════════════════════
   03 · SECCIONES — ritmo visual superior
══════════════════════════════════════════════════════ */
.sec {
    padding: clamp(3rem, 7vw, 6rem) 0;
}

/* Label: línea de acento más llamativa */
.label {
    letter-spacing: .35em;
    font-size: .56rem;
    color: rgba(201,169,110,.75);
}
.label::before {
    background: linear-gradient(90deg, var(--accent-vivid), var(--gold-vivid));
    width: 28px;
    height: 2px;
}

/* Heading display: fluid más impactante */
.heading-display {
    font-size: clamp(2.8rem, 6vw, 5.8rem);
    line-height: .9;
    letter-spacing: -.04em;
}
.heading-display em {
    background: linear-gradient(118deg, #F0885A 0%, #E8C070 48%, #C9A96E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: none;
}

/* Body copy más legible */
.body-copy {
    font-size: .95rem;
    line-height: 2;
    color: rgba(244,238,230,.6);
}

/* ══════════════════════════════════════════════════════
   04 · MENU TABS — más expresivos
══════════════════════════════════════════════════════ */
.menu-tabs {
    border-radius: .6rem .6rem 0 0;
    overflow: hidden;
    background: var(--ink-card);
}
.menu-tab {
    transition: background .22s, color .22s;
}
.menu-tab--on {
    background: rgba(194,62,26,.15) !important;
}
.menu-tab--on .menu-tab__name {
    color: var(--white) !important;
    letter-spacing: .18em;
}

/* ══════════════════════════════════════════════════════
   05 · DISH CARDS — más premium en desktop
══════════════════════════════════════════════════════ */
.dish-grid {
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
    overflow: hidden;
}
.dish {
    min-height: 145px;
    transition: background .28s ease, box-shadow .32s ease;
}
.dish:hover {
    background: linear-gradient(160deg, rgba(24,22,34,1) 0%, rgba(18,16,26,1) 100%);
    box-shadow: inset 4px 0 0 var(--accent-vivid), 0 12px 40px rgba(0,0,0,.42);
}
.dish__img {
    width: 130px;
    min-width: 130px;
    background: linear-gradient(135deg, rgba(194,62,26,.14) 0%, rgba(7,6,10,.9) 100%);
}
.dish__name {
    font-size: 1.12rem;
    color: rgba(255,255,255,.96);
}
.dish__price {
    border-radius: .3rem;
    font-size: 1rem;
    background: rgba(201,169,110,.1);
    border-color: rgba(201,169,110,.22);
    color: var(--gold-vivid);
}
.dish__desc {
    font-size: .81rem;
    line-height: 1.82;
    color: rgba(244,238,230,.62);
}

/* Featured dish más impactante */
.featured {
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
}
.featured__img-side {
    min-height: 380px;
}
.featured__name {
    font-size: clamp(2rem, 3.5vw, 3.2rem);
}
.featured__price {
    background: linear-gradient(135deg, var(--white) 0%, var(--gold-vivid) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2.8rem;
}

/* ══════════════════════════════════════════════════════
   06 · EVENTOS — tarjetas más impactantes
══════════════════════════════════════════════════════ */
.evento-card {
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
    transition: transform .42s cubic-bezier(.34,1.56,.64,1), box-shadow .4s ease, border-color .3s ease;
}
.evento-card:hover {
    transform: translateY(-9px) scale(1.01);
    box-shadow: var(--shadow-hover), 0 0 0 1px rgba(232,101,26,.1);
}
.evento-card__titulo {
    font-size: 1.32rem;
    line-height: 1.08;
    letter-spacing: -.015em;
}
.evento-card__desc {
    color: rgba(244,238,230,.52);
    font-size: .83rem;
    line-height: 1.82;
}
.evento-card__mes {
    font-size: .52rem;
    letter-spacing: .3em;
}

/* ══════════════════════════════════════════════════════
   07 · RESEÑAS — visual más rica
══════════════════════════════════════════════════════ */
.resenas-sec {
    background: var(--ink-2);
    position: relative;
}
.resenas-sec::before {
    content: '';
    position: absolute;
    top: -120px; left: 50%;
    transform: translateX(-50%);
    width: 900px; height: 400px;
    background: radial-gradient(ellipse at center, rgba(201,169,110,.035) 0%, transparent 65%);
    pointer-events: none;
}

.resena-card {
    border-radius: var(--radius-card);
    border: 1px solid rgba(255,255,255,.065);
    background: linear-gradient(155deg, rgba(18,16,26,1) 0%, rgba(12,11,18,1) 100%);
    box-shadow: var(--shadow-card);
    padding: 1.8rem 1.7rem 1.6rem;
    min-height: 200px;
    transition: transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .4s ease, border-color .3s;
}
.resena-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201,169,110,.18);
    box-shadow: var(--shadow-hover);
}
.resena-card__text {
    font-size: .87rem;
    line-height: 1.82;
    color: rgba(244,238,230,.72);
    font-style: italic;
    margin-top: .9rem;
}
.resena-card__name {
    font-size: .9rem;
    font-weight: 600;
    color: rgba(255,255,255,.9);
}
.resena-card__fecha {
    font-size: .63rem;
    color: rgba(244,238,230,.28);
    letter-spacing: .05em;
}
.resena-card__stars {
    font-size: 1rem;
    letter-spacing: .04em;
}
.resena-card__avatar {
    background: linear-gradient(135deg, rgba(194,62,26,.3) 0%, rgba(201,169,110,.2) 100%);
    border: 1px solid rgba(255,255,255,.1);
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 700;
}

/* Summary card review más rica */
.resenas-summary {
    border-radius: 1.4rem;
    box-shadow: 0 0 0 1px rgba(201,169,110,.15), var(--shadow-card);
}
.resenas-summary__num {
    font-size: 6rem;
    background: linear-gradient(135deg, var(--white) 0%, var(--gold-vivid) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Dots de carrusel más visibles */
.resenas-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    transition: background .3s, transform .3s;
    cursor: pointer;
}
.resenas-dot.active {
    background: var(--gold-vivid);
    transform: scale(1.3);
}

/* ══════════════════════════════════════════════════════
   08 · SUCURSALES — cards más premium
══════════════════════════════════════════════════════ */
.suc-card {
    border-radius: var(--radius-card);
    box-shadow: var(--shadow-card);
    overflow: hidden;
}
.suc-card:hover {
    box-shadow: var(--shadow-hover), inset 4px 0 0 var(--accent-vivid);
    transform: translateY(-7px);
}
.suc-card__img-wrap {
    height: 310px;
}
.suc-card__nombre {
    font-size: 1.85rem;
    letter-spacing: -.03em;
}

/* ══════════════════════════════════════════════════════
   09 · HORARIOS — bloques de turno más ricos
══════════════════════════════════════════════════════ */
.turno-block {
    border-radius: 0;
    transition: background .28s;
}
.turno-block__hora {
    background: linear-gradient(135deg, var(--white) 0%, rgba(255,255,255,.65) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.turno-block--activo .turno-block__hora {
    background: linear-gradient(135deg, #8FDB8C 0%, #5CB559 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ══════════════════════════════════════════════════════
   10 · NAV — más pulido
══════════════════════════════════════════════════════ */
.nav.scrolled {
    background: rgba(7,6,10,.98);
    box-shadow: 0 1px 0 rgba(255,255,255,.05), 0 4px 24px rgba(0,0,0,.5);
}
.nav__logo { letter-spacing: -.03em; }
.nav__progress {
    height: 2px;
    background: linear-gradient(90deg, var(--accent-vivid), var(--gold-vivid));
    box-shadow: 0 0 12px rgba(217,75,31,.4);
}

/* ══════════════════════════════════════════════════════
   11 · FOOTER — más elegante
══════════════════════════════════════════════════════ */
.footer__brand-name {
    letter-spacing: -.03em;
}

/* ══════════════════════════════════════════════════════
   12 · CTA SECTION — más impactante
══════════════════════════════════════════════════════ */
.cta-section {
    background: linear-gradient(160deg, rgba(7,6,10,1) 0%, rgba(15,10,8,1) 50%, rgba(7,6,10,1) 100%);
}
.cta-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
            radial-gradient(ellipse 60% 60% at 30% 50%, rgba(194,62,26,.05) 0%, transparent 65%),
            radial-gradient(ellipse 50% 50% at 70% 50%, rgba(201,169,110,.04) 0%, transparent 60%);
    pointer-events: none;
}

/* ══════════════════════════════════════════════════════
   13 · GENERAL — detalles de polish
══════════════════════════════════════════════════════ */

/* Scroll bar más discreta */
::-webkit-scrollbar { width: 4px; height: 4px; }
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--accent-dim), var(--grey-4));
    border-radius: 4px;
}

/* Selection color más vibrante */
::selection { background: rgba(217,75,31,.28); color: var(--white); }

/* Focus ring más elegante */
:focus-visible {
    outline: 2px solid rgba(212,175,96,.6);
    outline-offset: 4px;
    border-radius: 2px;
}

/* Separator line con gradiente */
.sec {
    border-top: 1px solid rgba(255,255,255,.04);
}

/* Badges más pulidos */
.badge {
    border-radius: .35rem;
    font-size: .54rem;
    letter-spacing: .24em;
}

/* ══════════════════════════════════════════════════════
   14 · MOBILE RADICAL — ≤ 768px
══════════════════════════════════════════════════════ */
@media (max-width: 768px) {

    /* HERO — full-screen impactante en móvil */
    .hero__heading {
        font-size: clamp(3.2rem, 14vw, 5.2rem);
        letter-spacing: -.04em;
        line-height: .94;
    }
    .hero__heading em {
        -webkit-text-stroke-width: 1.2px;
    }
    .hero__sub {
        font-size: .92rem;
        line-height: 1.88;
        margin-bottom: 2rem;
    }
    .hero__actions {
        gap: .85rem;
    }
    .hero__actions .btn--hero-primary,
    .hero__actions .btn--hero-ghost {
        flex: 1;
        min-width: 0;
        padding: 1rem 1.4rem;
        font-size: .6rem;
        letter-spacing: .18em;
        justify-content: center;
    }

    /* HEADING display más legible en móvil */
    .heading-display {
        font-size: clamp(2.4rem, 9vw, 4rem);
        line-height: .92;
    }

    /* SECCIONES — más espacio vertical */
    .sec { padding: clamp(2.5rem, 6vw, 4rem) 0; }

    /* DISH CARDS — mantener layout original (imagen al lado) en móvil */
    .dish__content {
        padding: 1rem 1.2rem;
    }
    .dish__desc {
        font-size: .83rem;
        line-height: 1.82;
    }
    .dish__price {
        font-size: .95rem;
    }

    /* EVENTOS — cards más cómodas en móvil */
    .evento-card {
        padding: 1.6rem 1.5rem 1.5rem;
    }
    .evento-card__titulo {
        font-size: 1.25rem;
    }
    .evento-card__img-wrap {
        margin: -1.6rem -1.5rem 1.1rem;
    }
    .evento-card:hover {
        transform: translateY(-5px) scale(1.005);
    }

    /* RESEÑAS — carousel sin clip en móvil */
    .resena-card {
        padding: 1.5rem 1.4rem 1.4rem;
    }
    .resena-card__text {
        font-size: .86rem;
    }
    .resenas-head {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2.5rem;
    }
    .resenas-summary {
        border-radius: 1rem;
    }
    .resenas-summary__num {
        font-size: 4.8rem;
    }

    /* FEATURED dish en móvil */
    .featured__img-side {
        height: 240px;
        min-height: 240px;
    }
    .featured__name {
        font-size: clamp(1.6rem, 6.5vw, 2.4rem);
    }
    .featured__price {
        font-size: 2.2rem;
    }
    .featured__text {
        padding: 1.5rem 1.3rem;
        gap: .55rem;
    }

    /* SUCURSALES en móvil */
    .suc-card__img-wrap {
        height: 220px;
    }
    .suc-card__nombre {
        font-size: 1.6rem;
    }

    /* CTA section en móvil */
    .cta-section__inner .heading-display {
        text-align: center;
    }

    /* LABEL en móvil */
    .label {
        font-size: .53rem;
        letter-spacing: .28em;
    }

    /* BODY COPY más legible en móvil */
    .body-copy {
        font-size: .9rem;
        line-height: 1.95;
    }
}

/* ══════════════════════════════════════════════════════
   15 · MOBILE PEQUEÑO — ≤ 480px
══════════════════════════════════════════════════════ */
@media (max-width: 480px) {

    /* HERO — pantallas pequeñas */
    .hero__heading {
        font-size: clamp(2.8rem, 13vw, 4rem);
    }
    .hero__heading em {
        -webkit-text-stroke-width: 1px;
    }

    /* DISH — mantener tamaño original en pantallas pequeñas */
    .dish__name {
        font-size: 1.05rem;
    }

    /* EVENTO card compacta */
    .evento-card {
        padding: 1.4rem 1.3rem 1.3rem;
        gap: .75rem;
    }
    .evento-card__img-wrap {
        margin: -1.4rem -1.3rem 1rem;
    }
    .evento-card__titulo {
        font-size: 1.18rem;
    }

    /* HEADING display en pantallas pequeñas */
    .heading-display {
        font-size: clamp(2.2rem, 10vw, 3.4rem);
    }

    /* RESEÑAS summary en móvil pequeño */
    .resenas-summary__num {
        font-size: 4.2rem;
    }
    .resenas-summary__stars {
        font-size: 1.2rem;
    }

    /* BOTONES hero full width en pantallas muy pequeñas */
    .hero__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .hero__actions .btn--hero-primary,
    .hero__actions .btn--hero-ghost {
        width: 100%;
        flex: none;
        justify-content: center;
        padding: 1.05rem 1.5rem;
    }
}

/* ══════════════════════════════════════════════════════
   16 · PANTALLAS MUY PEQUEÑAS — ≤ 360px
══════════════════════════════════════════════════════ */
@media (max-width: 360px) {
    .hero__heading {
        font-size: clamp(2.4rem, 11.5vw, 3rem);
    }
    .heading-display {
        font-size: clamp(2rem, 9.5vw, 2.8rem);
    }
    .evento-card {
        padding: 1.2rem 1.1rem 1.1rem;
    }
    .evento-card__img-wrap {
        margin: -1.2rem -1.1rem .9rem;
    }
}

/* ══════════════════════════════════════════════════════
   17 · ANIMACIONES ENTRADA — más suaves y elegantes
══════════════════════════════════════════════════════ */
.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity .85s cubic-bezier(.16,1,.3,1), transform .85s cubic-bezier(.16,1,.3,1);
}
.reveal.in {
    opacity: 1;
    transform: none;
}
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .18s; }
.reveal.d3 { transition-delay: .28s; }

/* ══════════════════════════════════════════════════════
   18 · TOUCH DEVICES — mejoras de interacción
══════════════════════════════════════════════════════ */
@media (hover: none) {
    /* Hover states siempre visibles en touch */
    .dish:active {
        background: linear-gradient(160deg, rgba(24,22,34,1) 0%, rgba(18,16,26,1) 100%);
        box-shadow: inset 0 4px 0 var(--accent-vivid);
    }
    .evento-card:active {
        transform: scale(.98);
        box-shadow: var(--shadow-card);
    }
    .resena-card:active {
        transform: scale(.99);
    }
    /* Remover transiciones costosas en touch */
    .suc-card { transition: none; }
}

/* ══════════════════════════════════════════════════════
   FIN · Encanto v17 radical
══════════════════════════════════════════════════════ */

/* ════════════════════════════════════════════════════════════
   v18 · REDONDEO GLOBAL + CLARIDAD UX + CORRECCIONES
════════════════════════════════════════════════════════════ */

/* ── 1 · FOTOS NOSOTROS ── */
.nosotros__photo-main {
    border-radius: .9rem;
    overflow: hidden;
}
.nosotros__photo-sec {
    border-radius: 0;
    overflow: hidden;
    width: 62%;
}
.nosotros__quote {
    border-radius: .75rem;
}

/* ── 2 · FEATURED DISH — bordes más suaves ── */
.featured {
    border-radius: .9rem;
    overflow: hidden;
}
.featured__img-side {
    /* La imagen queda recortada por el overflow del padre */
}

/* ── 3 · GALERÍA MOSAICO ── */
.gal-mosaic {
    border-radius: .85rem;
    overflow: hidden;
    gap: 3px;
}
/* Cada celda hereda el clip del padre; solo las esquinas externas se redondean */

/* ── 4 · EVENTO FEATURED ── */
.evento-featured {
    border-radius: 1rem;
    overflow: hidden;
}

/* ── 5 · TIXKOKOB ANNOUNCE ── */
.tix-announce {
    border-radius: 1.2rem;
    overflow: hidden;
}

/* ── 6 · HERO CARD imagen de especialidad ── */
.hcard__esp-img {
    border-radius: .55rem;
    overflow: hidden;
}

/* ── 7 · MAPAS en sucursales y contacto ── */
.mapa-wrap,
.suc-mapa-wrap {
    border-radius: .7rem;
    overflow: hidden;
}
.mapa-wrap iframe,
.suc-mapa-wrap iframe {
    display: block;
}

/* ── 8 · FORMULARIO — inputs con redondeo y mejor aspecto ── */
.form-inp {
    border-radius: .55rem;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.1);
    color: var(--off-white);
    font-size: .88rem;
    transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.form-inp:focus {
    outline: none;
    border-color: rgba(201,169,110,.45);
    background: rgba(255,255,255,.06);
    box-shadow: 0 0 0 3px rgba(201,169,110,.1);
}
.form-inp::placeholder {
    color: rgba(255,255,255,.22);
}
.form-ta {
    resize: vertical;
    min-height: 110px;
}

/* ── 9 · EVENTO-CARD__BODY — contenedor interno de texto ── */
.evento-card__body {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    flex: 1;
}

/* ── 10 · TURNOS — bloque de horarios redondeado ── */
.turnos {
    border-radius: .85rem;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.06);
}

/* ── 11 · ESTADO LIVE (abierto/cerrado) ── */
.estado-live {
    border-radius: .7rem;
    border: 1px solid rgba(255,255,255,.06);
    background: rgba(255,255,255,.025);
    padding: .85rem 1.4rem;
}

/* ── 12 · INFO BLOQUES (contacto) ── */
.info-bloque {
    padding: 1.8rem;
    background: linear-gradient(155deg, rgba(16,14,22,.8) 0%, rgba(12,11,18,.8) 100%);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: .85rem;
}

/* ── 13 · PILARES (nosotros) ── */
.pilar {
    background: linear-gradient(155deg, rgba(16,14,22,.6) 0%, rgba(12,11,18,.6) 100%);
    border: 1px solid rgba(255,255,255,.06);
    border-radius: .75rem;
    padding: 1.4rem 1.5rem;
    transition: border-color .3s ease, box-shadow .3s ease;
}
.pilar:hover {
    border-color: rgba(201,169,110,.2);
    box-shadow: 0 12px 36px rgba(0,0,0,.3);
}

/* ── 14 · NOTA de horarios ── */
.nota-horarios {
    border-radius: .6rem;
}

/* ── 15 · FEATURED PRICE — previene desbordamiento en textos largos ── */
.featured__price {
    font-size: clamp(1.3rem, 2.5vw, 2.5rem);
    line-height: 1.2;
    word-break: break-word;
    hyphens: auto;
}
.featured__footer {
    flex-wrap: wrap;
    gap: .8rem 2rem;
}

/* ── 16 · DISH-GRID — bordes redondeados consistentes ── */
.dish-grid {
    border-radius: .85rem;
    overflow: hidden;
}

/* ── 17 · SUC-GRID — redondeo consistente ── */
.suc-grid {
    border-radius: 1rem;
    overflow: hidden;
}

/* ── 18 · HERO CARD — redondeo coherente ── */
.hero__card {
    border-radius: 1.1rem;
}

/* ── 19 · EVENTOS NOTA (aviso al pie de eventos) ── */
.eventos-nota {
    border-radius: .6rem;
    background: rgba(255,255,255,.02);
}

/* ── 20 · DRAWER SOCIAL links ── */
.drawer__social a {
    border-radius: .4rem;
}

/* ── 21 · MENU TABS — redondeo en el contenedor ── */
.menu-tabs {
    border-radius: .65rem .65rem 0 0;
    overflow: hidden;
}

/* ── 22 · SUCURSALES: tags redondeados ── */
.suc-tag {
    border-radius: 100px;
}
.suc-lugar-tag {
    border-radius: 100px;
}

/* ── 23 · CONTACT ROWS ── */
.c-row {
    border-radius: .55rem;
    transition: background .2s ease, transform .2s ease;
}
.c-row:hover {
    background: rgba(255,255,255,.045);
    transform: translateX(3px);
}

/* ── 24 · GALERÍA CTA ── */
.galeria-ig__cta {
    border-radius: .5rem;
}

/* ── 25 · BADGES redondeados ── */
.suc-badge {
    border-radius: 100px;
}
.gal-tag {
    border-radius: 100px;
}
.evento-badge {
    border-radius: 100px;
}
.featured__img-badge {
    border-radius: 100px;
}
.hcard__sede-badge {
    border-radius: 100px;
}

/* ── 26 · WA FLOAT — siempre redondeado ── */
.wa-float {
    border-radius: 100px;
}

/* ── 27 · FOOTER links redes ── */
.footer__social a {
    border-radius: .4rem;
}

/* ── 28 · RESENAS NAV arrows ── */
.resenas-arrow {
    border-radius: 50%;
}

/* ── 29 · BACK TO TOP ── */
.back-to-top {
    border-radius: .55rem;
}

/* ── 30 · CTA section bg img ── */
.cta-section__bg-img {
    border-radius: 0; /* full-bleed, sin redondeo */
}

/* ─────── CORRECCIONES UX ─────── */

/* Facturación: la sección dice "Envíanos un mensaje" pero es para facturación —
   el label ya dice "Facturación", dejamos el contenido coherente */

/* Hint visual: el campo de mensaje tiene placeholder que indica factura — correcto */

/* Nav: "Ordenar" como CTA principal es más directo que "Ver menú" — OK */

/* Featured Huevos Motuleños: el precio largo se maneja con clamp() ya aplicado */

/* ─────── RESPONSIVE ─────── */
@media (max-width: 768px) {
    /* Info bloques sin padding extra en móvil */
    .info-bloque {
        padding: 1.4rem 1.3rem;
        border-radius: .75rem;
    }
    /* Pilares full-width */
    .pilar {
        padding: 1.1rem 1.2rem;
        border-radius: .65rem;
    }
    /* Tix-announce sin border-radius en móvil (ya es stack vertical) */
    .tix-announce {
        border-radius: .9rem;
    }
    /* Gallery mosaic */
    .gal-mosaic {
        border-radius: .75rem;
    }
    /* Event featured */
    .evento-featured {
        border-radius: .85rem;
    }
    /* Featured dish */
    .featured {
        border-radius: .75rem;
    }
    /* Turnos */
    .turnos {
        border-radius: .75rem;
    }
    /* Estado live más compacto */
    .estado-live {
        padding: .75rem 1.1rem;
    }
}

@media (max-width: 480px) {
    .info-bloque {
        padding: 1.2rem 1.1rem;
        border-radius: .65rem;
    }
    .tix-announce {
        border-radius: .75rem;
    }
    .featured__price {
        font-size: 1.25rem;
    }
}

/* ════════════════════════════════════════════════════════════
   v20 · AJUSTE INTEGRAL — sin huecos + secciones increíbles
════════════════════════════════════════════════════════════ */

/* ══ ESPACIADO GLOBAL ══ */
/* Secciones: padding más compacto */
.sec {
    padding: clamp(2rem, 4.5vw, 4rem) 0;
}

/* ══ NOSOTROS ══ */
/* El gap enorme entre foto y texto lo reduce */
.nosotros {
    gap: clamp(2.5rem, 5vw, 5rem);
}
/* El padding-bottom de 4rem era el hueco mayor */
.nosotros__body {
    gap: 1rem;
    padding-bottom: 1.5rem;
}
/* Stats más compactos */
.nosotros__stats {
    padding: 1.2rem 0;
    margin: .3rem 0;
}
/* Pilares sin gap exagerado */
.pilares {
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1.2rem;
}

/* ══ RESEÑAS ══ */
.resenas-head {
    gap: 1.8rem 3rem;
    margin-bottom: 2rem;
}
.resenas-summary__main {
    padding: 1.4rem 1.5rem 1.2rem;
}
.resenas-summary__google-row {
    padding: 1rem 1.5rem;
}

/* ══ MENÚ ══ */
.menu-panel {
    padding: clamp(1.5rem, 3.5vw, 3rem) 0;
}
/* Espacio entre featured y dish-grid */
.featured {
    margin-bottom: clamp(1rem, 2.5vw, 2rem);
}

/* ══ EVENTOS ══ */
.eventos-header {
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
    padding-bottom: clamp(1.2rem, 2.5vw, 2rem);
}
/* Espacio entre featured y las tarjetas */
.evento-featured {
    margin-bottom: clamp(1rem, 2.5vw, 2rem);
}

/* ══ SUCURSALES ══ */
.suc-header {
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
    padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.suc-card__body {
    padding: 1.5rem 1.8rem;
    gap: .75rem;
}

/* ══ GALERÍA ══ */
.galeria-header {
    margin-bottom: clamp(1.2rem, 2.5vw, 2rem);
    padding-bottom: clamp(1.2rem, 2.5vw, 2rem);
}
.galeria-ig {
    margin-top: clamp(1.5rem, 3vw, 2.2rem);
    padding-top: clamp(1.5rem, 3vw, 2.2rem);
}

/* ══ HORARIOS & CONTACTO ══ */
.info-top {
    margin-bottom: clamp(1.2rem, 3vw, 2rem);
    padding-bottom: clamp(1.2rem, 3vw, 2rem);
}
.turnos {
    margin-bottom: .75rem;
}
.info-grid {
    gap: clamp(1.2rem, 3vw, 2.2rem);
    padding-top: clamp(1.2rem, 3vw, 2.2rem);
}

/* ══ CTA FINAL ══ */
.cta-section__inner {
    padding-top: clamp(2.5rem, 6vw, 4.5rem);
    padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

/* ══ MARQUEE: más presencia visual ══ */
.marquee {
    padding: 1.1rem 0;
    background: linear-gradient(90deg, var(--ink) 0%, rgba(14,12,20,1) 50%, var(--ink) 100%);
    border-top: 1px solid rgba(255,255,255,.07);
    border-bottom: 1px solid rgba(255,255,255,.07);
}
.marquee__track span {
    color: rgba(244,238,230,.2);
    letter-spacing: .28em;
}
.marquee__track em {
    color: rgba(194,62,26,.5);
}

/* ══ SECCIONES — fondos atmosféricos más ricos ══ */

/* Nosotros: glow más pronunciado */
.nosotros-sec::before {
    background: radial-gradient(ellipse at center, rgba(194,62,26,.1) 0%, transparent 65%);
}

/* Reseñas: fondo más atmósferico */
.resenas-sec {
    background: linear-gradient(180deg, var(--ink-2) 0%, var(--ink) 60%, var(--ink-2) 100%);
}

/* Eventos: glow de fondo más rico */
.eventos-sec::before {
    background: radial-gradient(ellipse at center, rgba(232,101,26,.09) 0%, transparent 65%);
}

/* Galería: overlay de fondo */
#galeria {
    background: linear-gradient(180deg, var(--ink-2) 0%, var(--ink) 40%, var(--ink-2) 100%);
}

/* Horarios: fondo rico con glow dorado */
#horarios {
    background: linear-gradient(180deg, var(--ink) 0%, rgba(14,12,18,1) 50%, var(--ink) 100%);
}

/* ══ HERO CARD: interior más compacto ══ */
.hcard__turnos {
    padding: .5rem 1.5rem .6rem;
}
.hcard__sedes {
    padding: .7rem 1.5rem;
}
.hcard__cta {
    padding: .9rem 1.5rem 1.1rem;
}

/* ══ FEATURED: precio más compacto ══ */
.featured__text {
    gap: .5rem;
}

/* ══ TARJETAS DE EVENTO: más compactas y con más punch ══ */
.evento-card {
    gap: .75rem;
    padding: 1.75rem 1.6rem 1.6rem;
}
.evento-card__img-wrap {
    margin: -1.75rem -1.6rem 1rem;
}

/* ══ DISH: ajuste interno ══ */
.dish__content {
    padding: .95rem 1.25rem;
}

/* ══ SUC-CARD: imagen más alta ══ */
.suc-card__img-wrap {
    height: 260px;
}

/* ══ TURNO-BLOCK: más denso visualmente ══ */
.turno-block {
    padding: 1.6rem 2rem;
}

/* ══ ESTADO LIVE: más compacto ══ */
.estado-live {
    margin-bottom: 1rem;
}

/* ══ RESENA CARD: menos altura mínima ══ */
.resena-card {
    min-height: 170px;
}

/* ══ HEADER de secciones: más apretado ══ */
.suc-header__sub {
    font-size: .88rem;
    line-height: 1.85;
}
.eventos-header__sub {
    font-size: .88rem;
    line-height: 1.85;
}

/* ════════════════════════════════════════════════════════════
   v19 · CORRECCIÓN — solo redondear elementos, no contenedores
════════════════════════════════════════════════════════════ */

/* REGLA: border-radius va en TARJETAS y ELEMENTOS pequeños,
   NUNCA en grids o contenedores que abarcan el ancho completo */

/* ── Contenedores/grids: sin redondeo ── */
.tix-announce       { border-radius: 0; }
.gal-mosaic         { border-radius: .85rem; overflow: hidden; gap: 3px; }
.suc-grid           { border-radius: 0; overflow: visible; }
.dish-grid          { border-radius: .85rem; overflow: hidden; }
.evento-featured    { border-radius: 0; }
.turnos             { border-radius: 0; border: none; overflow: visible; }
.info-bloque        { padding: 0; background: none; border: none; border-radius: 0; }

/* Info bloque responsive fix */
@media (max-width: 768px) {
    .info-bloque    { padding: 0; border-radius: 0; }
}
@media (max-width: 480px) {
    .info-bloque    { padding: 0; border-radius: 0; }
}

/* ── Pilares: volver al estilo original sutil ── */
.pilar {
    background: rgba(255,255,255,.015);
    border: 1px solid var(--border);
    border-radius: .5rem;
    padding: 1.2rem;
    transition: background .3s, border-color .3s, transform .35s var(--ease-out), box-shadow .35s;
}
.pilar:hover {
    background: rgba(255,255,255,.04);
    border-color: rgba(194,62,26,.35);
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0,0,0,.35), inset 3px 0 0 var(--accent-2);
}

/* ── Espaciado de secciones: manejado por v20 ── */
/* (removido — v20 ya define .sec con clamp más compacto) */

/* ── Redondeo sutil en featured (es un elemento interno, no grilla) ── */
.featured {
    border-radius: .6rem;
    overflow: hidden;
}

/* ── Galería: cada celda sin radius propio; el mosaic lo gestiona ── */
/* (nada extra, el overflow del padre clip-ea) */

/* ══════════════════════════════════��═════════════════════════
   v19b · MOBILE FIX — Tixkokob features + alineado general
═════════════════════════��══════════════════════════════════ */

/* TIX-ANNOUNCE FEATURES: texto que no cabe en 2 columnas en móvil */
@media (max-width: 640px) {
    .tix-announce__features {
        grid-template-columns: 1fr;
        gap: .55rem .8rem;
    }
    .tix-ann-feature {
        font-size: .8rem;
        align-items: flex-start;
        gap: .6rem;
        line-height: 1.5;
    }
    .tix-ann-feature svg {
        margin-top: .15rem;
        flex-shrink: 0;
    }
}

/* También en 480px (ya existía 1fr, reforzamos el alineado) */
@media (max-width: 480px) {
    .tix-announce__features {
        grid-template-columns: 1fr;
        gap: .5rem;
    }
    .tix-ann-feature {
        font-size: .78rem;
        line-height: 1.5;
        align-items: flex-start;
    }
}

/* ════════════════════════════════════════════════════════════
   FIN · v18 redondeo + claridad UX
════════════════════════════════════════════════════════════ */

/* ============================================================
   v22 · EXTRA PREMIUM — anti-generico
   All rules use !important to win the cascade
   ============================================================ */

/* ── HERO HEADING em: outline/stroke original — se ve completo ── */
.hero__heading em {
    -webkit-text-stroke: 1.8px var(--accent-vivid) !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    font-weight: 400 !important;
    filter: drop-shadow(0 0 28px rgba(217,75,31,.45)) drop-shadow(0 0 8px rgba(217,75,31,.25)) !important;
}
/* line-2 contiene el em en itálica — overflow:hidden la recortaba */
.hero__heading-line.line-2 {
    overflow: visible !important;
    /* la animación usa opacity:0 al inicio, así que no hay flash */
}
@media (max-width: 768px) {
    .hero__heading em {
        -webkit-text-stroke-width: 1.2px !important;
    }
}
@media (max-width: 480px) {
    .hero__heading em {
        -webkit-text-stroke-width: 1px !important;
    }
}

/* ── HERO: tighter letter-spacing on big line, bolder contrast ── */
.hero__heading .line-1,
.hero__heading .line-3 {
    letter-spacing: -.02em !important;
}

/* ── MARQUEE: more visible + edge fades ── */
.marquee {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%) !important;
    mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%) !important;
}
.marquee__track span {
    color: rgba(244,238,230,.38) !important;
    letter-spacing: .32em !important;
}
.marquee__track em {
    color: rgba(230,100,40,.75) !important;
    font-style: normal !important;
}

/* ── NOSOTROS STATS: bigger numbers ── */
.nstat__n {
    font-size: clamp(3rem, 5.5vw, 4.6rem) !important;
    letter-spacing: -.03em !important;
    line-height: .95 !important;
}
.nstat__label {
    font-size: .72rem !important;
    letter-spacing: .18em !important;
    opacity: .7 !important;
}

/* ── REVIEW CARDS: larger quote glyph, warmer ── */
.review-card::before {
    content: '"' !important;
    font-size: 7rem !important;
    line-height: 1 !important;
    color: rgba(217,75,31,.18) !important;
    font-family: Georgia, serif !important;
    position: absolute !important;
    top: -.5rem !important;
    left: 1.2rem !important;
    pointer-events: none !important;
}
.review-card {
    position: relative !important;
    overflow: visible !important;
}

/* ── SECTION LABELS (eyebrow text): gradient underline accent ── */
.section-label,
.eyebrow,
[class*="__eyebrow"] {
    background: linear-gradient(90deg, var(--accent-vivid), var(--accent-warm, #E8A54B)) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    letter-spacing: .2em !important;
}
/* wa-float__label: restaurar texto blanco */
.wa-float__label {
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

/* ── CTA SECTION heading em: same gradient as hero em ── */
.cta__heading em,
.cta-section em {
    -webkit-text-stroke: 0 transparent !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    background: linear-gradient(128deg, #F08844 0%, #E8611A 35%, #EDBA6A 70%, #C9A96E 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    font-weight: 900 !important;
}

/* ── FOOTER: top accent line ── */
footer,
.footer,
.site-footer {
    border-top: none !important;
    position: relative !important;
}
footer::before,
.footer::before,
.site-footer::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 10% !important;
    right: 10% !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(217,75,31,.5) 25%, rgba(232,180,80,.7) 50%, rgba(217,75,31,.5) 75%, transparent) !important;
}

/* ── GALLERY hover: lift + warm glow ── */
.gallery__item {
    transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease !important;
}
.gallery__item:hover {
    transform: scale(1.04) translateY(-4px) !important;
    box-shadow: 0 20px 60px rgba(0,0,0,.55), 0 0 40px rgba(217,75,31,.2) !important;
    z-index: 2 !important;
}

/* ── BUTTONS: sharper hover micro-interaction ── */
.btn,
[class*="__btn"],
button[class*="btn"] {
    transition: transform .22s cubic-bezier(.22,1,.36,1), box-shadow .22s ease, background .22s ease !important;
}
.btn:hover,
[class*="__btn"]:hover {
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 8px 32px rgba(217,75,31,.35) !important;
}
.btn:active,
[class*="__btn"]:active {
    transform: translateY(0) scale(.98) !important;
}

/* ── NAV: blur glass effect — NO aplicar a .nav para no romper drawer fixed ── */
/* backdrop-filter en el nav convierte al header en containing-block de fixed children,
   lo que hace que el drawer quede confinado a 68px y no se vea al abrir */
.site-nav,
header nav,
.navbar {
    backdrop-filter: blur(18px) saturate(1.6) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.6) !important;
}
.nav {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* ── SUCURSALES / location cards: border glow on hover ── */
.location-card,
.branch-card,
[class*="sucursal"],
[class*="location"] {
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease !important;
}
.location-card:hover,
.branch-card:hover,
[class*="sucursal"]:hover,
[class*="location"]:hover {
    border-color: rgba(217,75,31,.5) !important;
    box-shadow: 0 0 0 1px rgba(217,75,31,.2), 0 16px 48px rgba(0,0,0,.4) !important;
    transform: translateY(-3px) !important;
}

/* ── MENU ITEMS: price gradient ── */
.menu-item__price,
[class*="menu"][class*="price"],
.dish__price {
    background: linear-gradient(90deg, #E8611A, #EDBA6A) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 800 !important;
}

/* ── SCROLL REVEAL: smoother easing override ── */
.reveal,
[data-reveal],
.js-reveal {
    transition-timing-function: cubic-bezier(.16,1,.3,1) !important;
    transition-duration: .8s !important;
}

/* ── TIXKOKOB ANNOUNCE STATS: match nstat sizing ── */
.tix-ann-stat__n {
    font-size: clamp(2.4rem, 4vw, 3.8rem) !important;
    letter-spacing: -.03em !important;
    line-height: .95 !important;
}

/* ── VIDEO nosotros: sin borde negro ── */
.nosotros__photo-sec--video {
    border: none !important;
}

/* ── SELECTION COLOR: on-brand ── */
::selection {
    background: rgba(217,75,31,.35) !important;
    color: #fff !important;
}
::-moz-selection {
    background: rgba(217,75,31,.35) !important;
    color: #fff !important;
}

/* ============================================================
   END v22
   ============================================================ */

/* ============================================================
   v23 · RESEÑAS + EVENTOS — rediseño completo
   ============================================================ */

/* ── RESEÑAS: atmósfera del fondo ── */
.resenas-sec {
    overflow: hidden;
}
.resenas-sec .sec__bg-num {
    font-size: clamp(16rem, 30vw, 28rem) !important;
    opacity: .025 !important;
    color: var(--gold) !important;
}

/* ── RESEÑAS: encabezado más dramático ── */
.resenas-head {
    gap: 2rem 4rem !important;
    margin-bottom: 4rem !important;
    align-items: start !important;
}
.resenas-head__tagline {
    font-size: .95rem !important;
    line-height: 1.8 !important;
    color: rgba(244,238,230,.58) !important;
    margin-top: 1.2rem !important;
}

/* ── RESEÑAS: rating card más premium ── */
.resenas-summary {
    border-radius: 1.8rem !important;
    border-color: rgba(201,169,110,.25) !important;
    box-shadow: 0 0 0 1px rgba(201,169,110,.08) inset, 0 32px 80px rgba(0,0,0,.45) !important;
}
.resenas-summary__num {
    font-size: 6.5rem !important;
    background: linear-gradient(135deg, #F0A855 0%, #E8611A 50%, #C9A96E 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.resenas-summary__stars {
    font-size: 1.5rem !important;
    gap: .15rem !important;
}
.resenas-summary__count {
    font-size: .78rem !important;
}
.resenas-summary__btn {
    font-size: .56rem !important;
    padding: 1.2rem 1.8rem !important;
}

/* ── TARJETAS DE RESEÑA: premium upgrade (solo visual, sin cambiar tamaños) ── */
.resena-card {
    background: linear-gradient(145deg, rgba(22,19,34,1) 0%, rgba(13,12,18,1) 100%) !important;
    border-color: rgba(255,255,255,.06) !important;
    border-radius: 1.5rem !important;
}
/* Comilla: más visible, tono cálido */
.resena-card::before {
    font-size: 11rem !important;
    color: rgba(217,75,31,.13) !important;
    top: -.2em !important;
    right: .8rem !important;
    line-height: 1 !important;
}
/* Línea superior en hover: naranja en lugar de dorado */
.resena-card::after {
    background: linear-gradient(90deg, transparent, rgba(217,75,31,.65), rgba(201,169,110,.5), transparent) !important;
    left: 15% !important;
    right: 15% !important;
}
.resena-card:hover {
    border-color: rgba(217,75,31,.22) !important;
    transform: translateY(-8px) !important;
    box-shadow: 0 28px 64px rgba(0,0,0,.55), 0 0 48px rgba(217,75,31,.1) !important;
}
/* Texto de la reseña: color más cálido */
.resena-card__text {
    color: rgba(244,238,230,.78) !important;
}
.resena-card__fecha {
    color: rgba(244,238,230,.35) !important;
}
/* Google icon más visible */
.resena-card__gicon {
    opacity: .75 !important;
}

/* ── RESEÑAS: flechas más llamativas ── */
.resenas-nav {
    margin-top: 3rem !important;
    gap: 1.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.resenas-arrow {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(201,169,110,.25) !important;
    background: rgba(201,169,110,.04) !important;
    color: rgba(244,238,230,.7) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all .25s ease !important;
}
.resenas-arrow:hover {
    border-color: rgba(217,75,31,.5) !important;
    background: rgba(217,75,31,.1) !important;
    color: var(--white) !important;
    transform: scale(1.08) !important;
}
.resenas-arrow svg {
    width: 20px !important;
    height: 20px !important;
}

/* ── EVENTOS: botones activos más prominentes ── */
.evento-card__status--activo {
    padding: .85rem 1.4rem !important;
    font-size: .58rem !important;
    letter-spacing: .18em !important;
    border-color: rgba(217,75,31,.4) !important;
    background: rgba(217,75,31,.08) !important;
    color: #E8886A !important;
    border-radius: 0 !important;
    margin-top: auto !important;
    justify-content: space-between !important;
    width: 100% !important;
    transition: background .25s, color .25s, border-color .25s !important;
}
.evento-card__status--activo:hover {
    background: rgba(217,75,31,.2) !important;
    border-color: rgba(217,75,31,.65) !important;
    color: #fff !important;
    transform: none !important;
}
.evento-card__status--activo svg {
    width: 14px !important;
    height: 14px !important;
    transition: transform .25s !important;
}
.evento-card__status--activo:hover svg {
    transform: translateX(3px) !important;
}

/* ── Badges de Próximamente: mejorados ── */
.evento-card__status--pronto {
    padding: .7rem 1.2rem !important;
    font-size: .54rem !important;
    letter-spacing: .2em !important;
    border-radius: 0 !important;
    margin-top: auto !important;
    width: 100% !important;
    justify-content: center !important;
    display: inline-flex !important;
    border-color: rgba(255,255,255,.08) !important;
    color: rgba(244,238,230,.35) !important;
    background: rgba(255,255,255,.02) !important;
}

/* ── CTA del evento destacado: botones parejos ── */
.evento-featured__cta {
    gap: 1rem !important;
    padding-top: 1rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
}
.evento-featured__cta .btn {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    padding: .9rem 1.2rem !important;
    font-size: .6rem !important;
    letter-spacing: .18em !important;
    min-height: 52px !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: nowrap !important;
}
.evento-featured__cta .btn--primary {
    background: rgba(217,75,31,.1) !important;
    border-color: rgba(217,75,31,.45) !important;
    color: #E8886A !important;
    box-shadow: none !important;
}
.evento-featured__cta .btn--primary:hover {
    background: rgba(217,75,31,.22) !important;
    border-color: rgba(217,75,31,.7) !important;
    color: #fff !important;
    box-shadow: none !important;
}
.evento-featured__cta .btn--ghost {
    border-color: rgba(255,255,255,.2) !important;
}

/* ── Tarjetas de eventos: fondo más rico ── */
.evento-card {
    background: linear-gradient(150deg, rgba(18,16,26,1) 0%, rgba(13,12,18,1) 100%) !important;
    padding: 1.8rem 1.6rem 1.6rem !important;
}
.evento-card:hover {
    background: linear-gradient(150deg, rgba(24,20,36,1) 0%, rgba(16,14,22,1) 100%) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 24px 56px rgba(0,0,0,.5), 0 0 0 1px rgba(217,75,31,.1) !important;
}
.evento-card__titulo {
    font-size: 1.35rem !important;
    letter-spacing: -.015em !important;
}
.evento-card__desc {
    color: rgba(244,238,230,.5) !important;
    font-size: .84rem !important;
}

/* ── Hero card: un poco más grande ── */
.hero__card {
    min-width: 320px !important;
}
.hcard__header {
    padding: 1.4rem 1.8rem 1rem !important;
}
.hcard__turnos {
    padding: .6rem 1.8rem .8rem !important;
}
.hcard__turno-hora {
    font-size: 1.6rem !important;
}
.hcard__turno-label {
    font-size: .52rem !important;
}
.hcard__esp {
    padding: 1rem 1.8rem !important;
}
.hcard__esp-nombre {
    font-size: 1.25rem !important;
}
.hcard__esp-img {
    height: 115px !important;
}
.hcard__sedes {
    padding: .9rem 1.8rem !important;
}
.hcard__sede {
    font-size: .78rem !important;
}
.hcard__cta {
    padding: 1rem 1.8rem 1.3rem !important;
}

/* ── Nueva bebida: ítem ancho (ocupa las 2 columnas) ── */
.dish--wide {
    grid-column: 1 / -1 !important;
}
.dish--wide .dish__img {
    width: 200px !important;
    min-width: 200px !important;
}
.dish--wide .dish__desc {
    max-width: 52rem;
    font-size: .92rem !important;
    line-height: 1.75 !important;
    color: rgba(244,238,230,.78) !important;
}
@media (max-width: 600px) {
    .dish--wide .dish__img {
        width: 110px !important;
        min-width: 110px !important;
    }
}
.dish__price--new {
    font-size: .62rem !important;
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
    color: #f0a070 !important;
    -webkit-text-fill-color: #f0a070 !important;
    background: rgba(217,75,31,.14) !important;
    background-clip: unset !important;
    -webkit-background-clip: unset !important;
    border: 1px solid rgba(217,75,31,.5) !important;
    padding: .3rem .9rem !important;
    font-weight: 700 !important;
    align-self: center !important;
    white-space: nowrap !important;
}

/* ============================================================
   v24 — Portfolio developer polish
   ============================================================ */

/* ── Proyecto featured: quitar gap-borde grueso ── */
.evento-featured {
    gap: 1px !important;
    background: var(--border) !important;
}

/* ── eventos-grid: quitar gap-borde grueso ── */
.eventos-grid {
    gap: 1.2rem !important;
    background: transparent !important;
    border: none !important;
}

/* ════════════════════════════════════════════════════
   WOW — Developer portfolio polish
   ════════════════════════════════════════════════════ */

/* ── Hero: code snippet flotante ── */
.hero__code {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    margin-top: 1.6rem;
    padding: .58rem 1.2rem;
    background: rgba(0,0,0,.55);
    border: 1px solid rgba(255,255,255,.07);
    backdrop-filter: blur(14px);
    font-size: .68rem;
    color: rgba(255,255,255,.4);
    font-family: 'Courier New', 'Consolas', monospace;
    letter-spacing: .02em;
    opacity: 0;
    animation: fadeSlideUp .7s var(--ease-out) 2.3s forwards;
    align-self: flex-start;
}
.hc-dot {
    width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0;
}
.hc-dot.r { background: #ff5f57; }
.hc-dot.y { background: #febc2e; }
.hc-dot.g { background: #28c840; }
.c-kw  { color: rgba(200,120,240,.85); }
.c-fn  { color: rgba(100,180,255,.85); }
.c-str { color: rgba(80,220,130,.85); }

/* ── Browser chrome en proyectos ── */
.browser-bar {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .55rem .9rem;
    background: rgba(8,7,12,.95);
    border-bottom: 1px solid rgba(255,255,255,.07);
    backdrop-filter: blur(10px);
}
.bb-dots {
    display: flex; gap: 5px; flex-shrink: 0;
}
.bb-dots span {
    width: 10px; height: 10px; border-radius: 50%;
}
.bb-dots span:nth-child(1) { background: #ff5f57; }
.bb-dots span:nth-child(2) { background: #febc2e; }
.bb-dots span:nth-child(3) { background: #28c840; }
.bb-url {
    flex: 1;
    text-align: center;
    font-size: .52rem;
    letter-spacing: .06em;
    color: rgba(255,255,255,.28);
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.07);
    padding: .2rem .8rem;
    max-width: 180px;
    margin: 0 auto;
    font-family: monospace;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.browser-bar--sm {
    padding: .38rem .75rem;
}
.browser-bar--sm .bb-dots span {
    width: 7px; height: 7px;
}
.browser-bar--sm .bb-url {
    font-size: .46rem;
    max-width: 130px;
}

/* ── Imágenes proyectos: browser bar como overlay, imagen cubre todo ──
   El browser bar flota encima; la imagen cubre el 100% desde arriba.
   object-position: top muestra la cabecera del sitio — la parte más visual.
   Sin bordes negros, sin letterboxing. */
.evento-featured__img img {
    top: 0 !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
    filter: brightness(.72) saturate(1.2) !important;
}
.evento-card__img-wrap {
    position: relative !important;
    overflow: hidden !important;
}
.evento-card__img-wrap .browser-bar--sm {
    position: absolute !important;
    top: 0 !important; left: 0 !important; right: 0 !important;
    z-index: 3 !important;
}
.evento-card__img-wrap img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
    top: 0 !important;
}

/* ── Proceso: números de paso como grandes letras ── */
.suc-lugar-tag {
    display: block !important;
    font-family: var(--serif) !important;
    font-size: clamp(2.8rem, 5vw, 4rem) !important;
    font-weight: 900 !important;
    font-style: italic !important;
    color: transparent !important;
    -webkit-text-stroke: 1.5px var(--accent-2) !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    letter-spacing: -.04em !important;
    line-height: 1 !important;
    margin-bottom: .6rem !important;
    opacity: .6;
    transition: opacity .3s !important;
}
.suc-card:hover .suc-lugar-tag {
    opacity: 1 !important;
    -webkit-text-stroke-color: var(--accent-3) !important;
    text-shadow: 0 0 40px rgba(194,62,26,.35) !important;
}
.suc-lugar-tag--tix {
    -webkit-text-stroke-color: var(--tix-2) !important;
}
.suc-card:hover .suc-lugar-tag--tix {
    -webkit-text-stroke-color: var(--tix-2) !important;
    text-shadow: 0 0 40px rgba(155,94,58,.35) !important;
}

/* ── Pilares en nosotros: más impacto ── */
.pilar {
    padding: 1.4rem !important;
    transition: all .35s cubic-bezier(.34,1.56,.64,1) !important;
    background: linear-gradient(150deg, rgba(18,15,25,.6) 0%, rgba(12,11,16,.6) 100%) !important;
}
.pilar:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 24px 56px rgba(0,0,0,.45), 0 0 0 1px rgba(194,62,26,.2) !important;
    background: linear-gradient(150deg, rgba(24,18,32,.7) 0%, rgba(14,12,20,.7) 100%) !important;
}
.pilar__n {
    font-size: 3rem !important;
    margin-bottom: .6rem !important;
    opacity: .5 !important;
}
.pilar:hover .pilar__n {
    opacity: 1 !important;
}

/* ── Stats de nosotros: más grandes ── */
.nstat__n {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-family: var(--serif) !important;
    font-weight: 900 !important;
    letter-spacing: -.03em !important;
    background: linear-gradient(135deg, var(--white) 20%, var(--grey-1) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* ── Featured service: imagen más dramática ── */
.featured__img-side {
    background: radial-gradient(ellipse 80% 60% at 50% 30%, rgba(194,62,26,.22) 0%, transparent 65%), linear-gradient(160deg, #0f0c14 0%, #1a0d0a 50%, #0c0b10 100%) !important;
}

/* ── Galería: item hover más expresivo ── */
.gal-item {
    transition: transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .4s ease !important;
}
.gal-item:hover {
    transform: scale(1.015) !important;
    z-index: 2;
    box-shadow: 0 24px 60px rgba(0,0,0,.6), 0 0 0 1px rgba(194,62,26,.2) !important;
}

/* ── Proceso: cards con línea vertical de acento ── */
.suc-card__body {
    border-left: 2px solid transparent !important;
    transition: border-color .3s !important;
    padding-left: 1.6rem !important;
}
.suc-card--tixkokob .suc-card__body {
    padding-left: 1.6rem !important;
}
.suc-card:hover .suc-card__body {
    border-left-color: var(--accent-2) !important;
}
.suc-card--tixkokob:hover .suc-card__body {
    border-left-color: var(--tix-2) !important;
}

/* ── Sección CTA: imagen de fondo más impactante ── */
.cta-section__bg-img img {
    object-fit: cover;
    filter: brightness(.08) saturate(1.4) !important;
}

/* ── Scrollbar acento ── */
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--accent-dim), var(--accent));
}

/* ── Quitar contain de event cards (solo galería lo usa) ── */
.evento-card__img-wrap img {
    object-fit: cover !important;
    object-position: top center !important;
    background: transparent !important;
    padding: 0 !important;
}

/* ══════════════════════════════════════════════════
   SERVICE CARDS — reemplazo de dish restaurantero
   ══════════════════════════════════════════════════ */
.srv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    margin-bottom: 2rem;
}
.srv-card {
    background: linear-gradient(155deg, rgba(16,14,22,1) 0%, rgba(11,10,16,1) 100%);
    border: 1px solid rgba(255,255,255,.06);
    padding: 1.8rem 1.6rem;
    display: flex;
    flex-direction: column;
    gap: .9rem;
    position: relative;
    overflow: hidden;
    transition: border-color .3s, transform .42s cubic-bezier(.34,1.56,.64,1), box-shadow .4s;
}
.srv-card::before {
    content: '';
    position: absolute;
    top: 0; left: 15%; right: 15%; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(194,62,26,.45), transparent);
}
.srv-card:hover {
    border-color: rgba(194,62,26,.22);
    transform: translateY(-6px);
    box-shadow: 0 28px 64px rgba(0,0,0,.5), 0 0 0 1px rgba(194,62,26,.1);
}
.srv-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .5rem;
}
.srv-card__icon-wrap {
    width: 44px; height: 44px;
    border: 1px solid rgba(255,255,255,.1);
    display: flex; align-items: center; justify-content: center;
    color: var(--accent-2);
    background: rgba(194,62,26,.06);
    flex-shrink: 0;
    transition: background .3s, border-color .3s;
}
.srv-card:hover .srv-card__icon-wrap {
    background: rgba(194,62,26,.12);
    border-color: rgba(194,62,26,.3);
}
.srv-card__num {
    font-family: var(--serif);
    font-size: 3.5rem;
    font-weight: 900;
    font-style: italic;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.07);
    line-height: 1;
    align-self: flex-start;
    margin-top: -.4rem;
}
.srv-card__title {
    font-family: var(--serif);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--white);
    letter-spacing: -.02em;
    line-height: 1.1;
}
.srv-card__desc {
    font-size: .84rem;
    font-weight: 300;
    color: rgba(244,238,230,.55);
    line-height: 1.9;
    flex: 1;
}
.srv-card__features {
    display: flex;
    flex-direction: column;
    gap: .38rem;
    padding-top: .75rem;
    border-top: 1px solid rgba(255,255,255,.05);
}
.srv-card__features li {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .72rem;
    color: rgba(244,238,230,.5);
    line-height: 1.4;
}
.srv-card__features li::before {
    content: '';
    display: block;
    width: 4px; height: 4px; border-radius: 50%;
    background: var(--accent-2);
    flex-shrink: 0;
}
.srv-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: .85rem;
    border-top: 1px solid rgba(255,255,255,.05);
}
.srv-card__price {
    font-family: var(--serif);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    letter-spacing: -.02em;
    line-height: 1;
}
.srv-card__price small {
    font-family: var(--sans);
    font-size: .52rem;
    font-weight: 400;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--grey-2);
    display: block;
    margin-top: .2rem;
}
.btn--srv {
    padding: .52rem 1.2rem !important;
    font-size: .54rem !important;
    letter-spacing: .16em !important;
}
@media (max-width: 1023px) {
    .srv-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 599px) {
    .srv-grid { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════════════════════════════
   FINAL POLISH — Cada sección al máximo nivel profesional
   ════════════════════════════════════════════════════════════════════ */

/* ── GLOBAL: sección transitions más fluidas ── */
.sec { transition: none; }
.sec::after {
    content: '';
    position: absolute;
    bottom: 0; left: 10%; right: 10%; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.04), transparent);
    pointer-events: none;
}

/* ── HERO: animación sutil en el fondo ── */
.hero__img-wrap {
    background: radial-gradient(ellipse 60% 55% at 65% 45%, rgba(194,62,26,.20) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 20% 75%, rgba(201,169,110,.07) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 80% 20%, rgba(123,63,160,.08) 0%, transparent 50%),
    linear-gradient(135deg, #07060A 0%, #0f0d14 40%, #130e0a 70%, #07060A 100%) !important;
}
.hero__heading em {
    background: linear-gradient(135deg, var(--accent-2) 0%, var(--gold-2) 60%, var(--accent-3) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}
.hero__sub strong { color: var(--white); font-weight: 500; }

/* ── NOSOTROS: foto principal más dramática ── */
.nosotros__photo-main {
    box-shadow: 0 0 0 1px rgba(194,62,26,.15), 0 32px 80px rgba(0,0,0,.7) !important;
    transition: box-shadow .5s ease !important;
}
.nosotros__photo-main:hover {
    box-shadow: 0 0 0 1px rgba(194,62,26,.35), 0 40px 100px rgba(0,0,0,.75) !important;
}
/* Stats: línea de acento bajo el número */
.nstat {
    position: relative;
    padding-bottom: .7rem !important;
}
.nstat::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 28px; height: 2px;
    background: linear-gradient(90deg, var(--accent-2), var(--gold));
    border-radius: 2px;
}
/* Pilares: borde top gradient en hover */
.pilar {
    border-top: 2px solid transparent !important;
    transition: border-color .3s, transform .4s cubic-bezier(.34,1.56,.64,1), box-shadow .4s !important;
}
.pilar:hover {
    border-top-color: var(--accent-2) !important;
}

/* ── SERVICIOS: featured card más impactante ── */
.featured {
    box-shadow: 0 0 0 1px rgba(194,62,26,.1), 0 24px 64px rgba(0,0,0,.4) !important;
    transition: box-shadow .4s, transform .4s var(--ease-out) !important;
}
.featured:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 0 0 1px rgba(194,62,26,.3), 0 40px 80px rgba(0,0,0,.5) !important;
}
.featured__price {
    font-family: var(--serif) !important;
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    letter-spacing: -.025em !important;
    background: linear-gradient(135deg, var(--white) 20%, var(--grey-1) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}
/* Service cards: número más visible en hover */
.srv-card:hover .srv-card__num {
    -webkit-text-stroke-color: rgba(255,255,255,.14) !important;
}
/* Service cards: icono acento en hover */
.srv-card:hover .srv-card__icon-wrap svg {
    color: var(--accent-3) !important;
}
/* Service card precio: acento */
.srv-card__price {
    color: var(--white) !important;
    background: linear-gradient(135deg, var(--white) 20%, var(--grey-1) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}
.srv-card__price small {
    -webkit-text-fill-color: var(--grey-2) !important;
    background: none !important;
}

/* ── PROYECTOS: featured imagen más dramática con overlay ── */
.evento-featured {
    box-shadow: 0 0 0 1px rgba(194,62,26,.1), 0 32px 80px rgba(0,0,0,.5) !important;
    transition: box-shadow .4s ease !important;
}
.evento-featured:hover {
    box-shadow: 0 0 0 1px rgba(194,62,26,.25), 0 48px 96px rgba(0,0,0,.6) !important;
}
.evento-featured__titulo {
    font-size: clamp(2rem, 4vw, 3.2rem) !important;
    line-height: .92 !important;
}
.evento-featured__titulo em {
    background: linear-gradient(135deg, var(--accent-2) 0%, var(--gold-2) 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}
/* Proyecto cards: icono con glow en hover */
.evento-card:hover .evento-card__ico-wrap {
    color: var(--accent-2) !important;
    box-shadow: 0 0 20px rgba(194,62,26,.15) !important;
}
/* Badge pulse más visible */
.evento-badge--temporada {
    animation: badgePulse 3s ease-in-out infinite !important;
}
@keyframes badgePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(232,101,26,.25); }
    50% { box-shadow: 0 0 0 6px rgba(232,101,26,0); }
}

/* ── GALERÍA: mosaic más dramático ── */
.gal-mosaic--3 {
    box-shadow: 0 32px 80px rgba(0,0,0,.5) !important;
    border-radius: .5rem !important;
    overflow: hidden !important;
}
.gal-overlay__name {
    font-family: var(--serif) !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    letter-spacing: -.01em !important;
}
.gal-overlay__sub {
    font-size: .55rem !important;
    letter-spacing: .18em !important;
    color: rgba(255,255,255,.45) !important;
    text-transform: uppercase !important;
}

/* ── PROCESO: connectors entre pasos ── */
.suc-grid {
    position: relative !important;
}
.suc-grid::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 30% 30% at 50% 50%, rgba(194,62,26,.04) 0%, transparent 70%);
}
.suc-card__nombre {
    font-size: 1.6rem !important;
    letter-spacing: -.025em !important;
}
.suc-card__dir {
    color: rgba(244,238,230,.58) !important;
    line-height: 1.85 !important;
}

/* ── CONTACTO: mejorar la sección de info ── */
.info-bloque__title {
    font-size: clamp(1.8rem, 3vw, 2.8rem) !important;
    letter-spacing: -.025em !important;
}
.c-row {
    border-bottom: 1px solid rgba(255,255,255,.04) !important;
    transition: background .2s, padding-left .2s !important;
    border-radius: .2rem !important;
}
.c-row:hover {
    background: rgba(255,255,255,.03) !important;
    padding-left: .5rem !important;
}
.c-row:hover .c-row__v {
    color: var(--white) !important;
}

/* ── CTA FINAL: más impactante ── */
.cta-section {
    background: linear-gradient(135deg, #07060A 0%, #130a0a 50%, #07060A 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}
.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(194,62,26,.12) 0%, transparent 65%);
    pointer-events: none;
}
.cta-section__inner { position: relative; z-index: 1; }
.heading-display.cta-heading em {
    background: linear-gradient(135deg, var(--accent-2) 0%, var(--gold-2) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

/* ── FOOTER: refinado ── */
.footer__tag {
    color: rgba(244,238,230,.45) !important;
    line-height: 1.9 !important;
}
.footer__social a {
    transition: color .2s, border-color .2s, transform .2s !important;
}
.footer__social a:hover {
    transform: translateY(-2px) !important;
}

/* ══════════════════════════════════════════════════════════════
   v25 — CÓDIGO VISUAL + IMÁGENES SIN DISTORSIÓN
   ══════════════════════════════════════════════════════════════ */

/* ── Featured project: screenshot limpio con browser bar ── */
.evento-featured__img {
    position: relative !important;
    overflow: hidden !important;
    min-height: 460px !important;
    background: linear-gradient(160deg, #0a0810 0%, #110a06 100%) !important;
    display: block !important;
}
.evento-featured__img img {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 26px !important;
    width: 100% !important;
    height: calc(100% - 26px) !important;
    object-fit: cover !important;
    object-position: top center !important;
    filter: brightness(.92) saturate(1.05) !important;
    border-radius: 0 !important;
}

/* ── Project cards: screenshot limpio con browser bar ── */
.evento-card__img-wrap {
    position: relative !important;
    overflow: hidden !important;
    height: 215px !important;
    background: linear-gradient(160deg, #0a0810 0%, #110a06 100%) !important;
    flex-shrink: 0 !important;
}
.evento-card__img-wrap img {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 24px !important;
    width: 100% !important;
    height: calc(100% - 24px) !important;
    object-fit: cover !important;
    object-position: top center !important;
    filter: brightness(.92) saturate(1.05) !important;
}

/* ── CTA: fondo de código animado ── */
.cta-code-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, #07060a 0%, #110814 50%, #0a0708 100%);
    overflow: hidden;
}
.cta-code-bg::before {
    content: 'const sitio = crearWeb("tuEmpresa");  function build(cliente) {  return { diseño: "profesional", seo: true, velocidad: "máxima", precio: 3000 };  }  import { html, css, js } from "motulwebstudio";  const web = new Website();  web.deploy();  // Tu negocio en línea hoy  async function cotizar() { const resp = await WhatsApp.send(msg); return resp; }  .hero { display: flex; align-items: center; justify-content: center; }  const servidor = "activo";  while (true) { crecer(negocio); }  <section class="hero">  <h1>Tu negocio en línea</h1>  </section>';
    position: absolute;
    top: -40px;
    left: -20px;
    right: -20px;
    bottom: -40px;
    font-family: 'Courier New', 'Lucida Console', monospace;
    font-size: .7rem;
    line-height: 2.5;
    color: rgba(194,62,26,.14);
    word-break: break-all;
    letter-spacing: .05em;
    animation: ctaCodeDrift 30s linear infinite;
    pointer-events: none;
    white-space: pre-wrap;
    word-spacing: .8rem;
}
.cta-code-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
            radial-gradient(ellipse 70% 80% at 50% 50%, rgba(7,6,10,.6) 0%, transparent 65%),
            linear-gradient(0deg, #07060a 0%, transparent 25%, transparent 75%, #07060a 100%),
            linear-gradient(90deg, #07060a 0%, transparent 12%, transparent 88%, #07060a 100%);
    pointer-events: none;
}
@keyframes ctaCodeDrift {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-80px); }
}

/* ── Hero: tokens de código flotantes ── */
.hero__bg {
    position: absolute !important;
    inset: 0 !important;
    overflow: hidden !important;
}
.hero__bg::before {
    content: '{ }';
    position: absolute;
    top: 14%;
    right: 6%;
    font-family: 'Courier New', monospace;
    font-size: 2.2rem;
    font-weight: 700;
    color: rgba(194,62,26,.11);
    letter-spacing: -.12em;
    animation: floatTok1 9s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}
.hero__bg::after {
    content: '</>';
    position: absolute;
    bottom: 18%;
    left: 4%;
    font-family: 'Courier New', monospace;
    font-size: 1.6rem;
    color: rgba(201,169,110,.09);
    animation: floatTok2 12s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}
@keyframes floatTok1 {
    0%, 100% { transform: translateY(0) rotate(-6deg); opacity: .11; }
    50%       { transform: translateY(-20px) rotate(5deg); opacity: .2; }
}
@keyframes floatTok2 {
    0%, 100% { transform: translateY(0) rotate(4deg); opacity: .09; }
    50%       { transform: translateY(-16px) rotate(-4deg); opacity: .17; }
}

/* ── Hero code snippet: cursor parpadeante ── */
.hero__code code::after {
    content: '|';
    display: inline-block;
    color: var(--accent-2);
    animation: cursorBlink 1.1s step-end infinite;
    margin-left: 1px;
    font-weight: 300;
    opacity: .8;
}
@keyframes cursorBlink {
    0%, 100% { opacity: .8; }
    50%       { opacity: 0; }
}

/* ── Nosotros: token de fondo ── */
.nosotros-sec {
    position: relative;
    overflow: hidden;
}
.nosotros-sec::before {
    content: 'function crear()';
    position: absolute;
    top: 6%;
    right: 2%;
    font-family: 'Courier New', monospace;
    font-size: .72rem;
    color: rgba(194,62,26,.07);
    letter-spacing: .05em;
    pointer-events: none;
    transform: rotate(-12deg);
    z-index: 0;
}

/* ══════════════════════════════════════════════════════════════
   HERO CARD — Mini terminal animada
   ══════════════════════════════════════════════════════════════ */
.hcard__mini-term {
    margin-top: .5rem;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: .35rem;
    overflow: hidden;
    background: rgba(5,4,9,.85);
}
.hmt-bar {
    display: flex;
    align-items: center;
    gap: .35rem;
    padding: .38rem .7rem;
    background: rgba(255,255,255,.04);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.hmt-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: rgba(255,255,255,.15);
}
.hmt-dot:nth-child(1) { background: #ff5f57; }
.hmt-dot:nth-child(2) { background: #febc2e; }
.hmt-dot:nth-child(3) { background: #28c840; }
.hmt-title {
    font-family: 'Courier New', monospace;
    font-size: .48rem;
    color: rgba(255,255,255,.25);
    letter-spacing: .08em;
    margin-left: auto;
    margin-right: auto;
}
.hmt-body {
    padding: .6rem .75rem .65rem;
    display: flex;
    flex-direction: column;
    gap: .08rem;
}
.hmt-line {
    font-family: 'Courier New', monospace;
    font-size: .6rem;
    line-height: 1.8;
    color: rgba(244,238,230,.65);
    display: block;
    opacity: 0;
    animation: hmtIn 6s ease-in-out infinite;
    animation-delay: calc(var(--i) * .55s);
}
.hmt-ok {
    color: rgba(80,220,130,.8);
    padding-left: .2rem;
}
.hmt-cursor {
    color: var(--accent-2);
    animation: hmtIn 6s ease-in-out infinite, cursorBlink 1s step-end infinite !important;
    animation-delay: calc(var(--i) * .55s), 0s !important;
}
@keyframes hmtIn {
    0%   { opacity: 0; }
    10%  { opacity: 1; }
    80%  { opacity: 1; }
    95%  { opacity: 0; }
    100% { opacity: 0; }
}

/* ══════════════════════════════════════════════════════════════
   FEATURED SERVICE — Overlay de código sobre la imagen
   ══════════════════════════════════════════════════════════════ */
.fcode-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Gradiente que oscurece la parte baja para legibilidad del código */
.fcode-lines {
    background: linear-gradient(0deg,
    rgba(7,6,10,.88) 0%,
    rgba(7,6,10,.55) 55%,
    transparent 100%);
    padding: 1.6rem 1.4rem 1.3rem;
    display: flex;
    flex-direction: column;
    gap: .08rem;
}

/* Línea de scanline que recorre la imagen de arriba a abajo */
.fcode-scan {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
            0deg,
            transparent,
            transparent 3px,
            rgba(0,0,0,.06) 3px,
            rgba(0,0,0,.06) 4px
    );
    pointer-events: none;
    opacity: .6;
}
.fcode-scan::after {
    content: '';
    position: absolute;
    left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg,
    transparent,
    rgba(194,62,26,.5),
    rgba(100,180,255,.35),
    transparent);
    animation: scanMove 4s ease-in-out infinite;
    box-shadow: 0 0 12px rgba(194,62,26,.4);
}
@keyframes scanMove {
    0%   { top: -2px; opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 1; }
    100% { top: 100%; opacity: 0; }
}

/* Líneas de código */
.fcode-line {
    display: block;
    font-family: 'Courier New', 'Lucida Console', monospace;
    font-size: .72rem;
    line-height: 1.85;
    color: rgba(244,238,230,.82);
    opacity: 0;
    transform: translateX(-8px);
    animation: fcodeIn 5s ease forwards infinite;
    animation-delay: calc(var(--d, 0s) + .3s);
}
.fcode-line--run {
    color: rgba(80,220,130,.9);
    margin-top: .3rem;
}
@keyframes fcodeIn {
    0%   { opacity: 0; transform: translateX(-8px); }
    15%  { opacity: 1; transform: translateX(0); }
    75%  { opacity: 1; transform: translateX(0); }
    90%  { opacity: 0; transform: translateX(4px); }
    100% { opacity: 0; }
}

/* ── Browser bar: z-index sobre la imagen ── */
.browser-bar,
.browser-bar--sm {
    z-index: 5 !important;
}

/* ══════════════════════════════════════════════════════════════
   PANELES DE CÓDIGO — Proyectos recientes
   ══════════════════════════════════════════════════════════════ */

/* Panel grande (featured project) */
.proj-code-panel {
    position: relative !important;
    background: #09060f !important;
    min-height: 420px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}
.pcp-body {
    flex: 1;
    padding: 1.8rem 1.6rem 1.6rem;
    margin-top: 26px;
    font-family: 'Courier New', 'Lucida Console', monospace;
    font-size: .88rem;
    line-height: 2;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: transparent;
    overflow: hidden;
}
.pcp-line {
    white-space: nowrap;
    color: rgba(244,238,230,.72);
    display: block;
}
.pcp-i1 { padding-left: 1.6em; }
.pcp-i2 { padding-left: 3.2em; }
.pcp-blank { height: .9rem; display: block; }
.pcp-cursor {
    display: inline-block;
    color: var(--accent-2);
    animation: cursorBlink 1.1s step-end infinite;
    font-size: .75em;
    vertical-align: middle;
    margin-left: 2px;
}
.c-cmt { color: rgba(120,140,120,.7); }

/* Panel pequeño (tarjetas) */
.evento-card__code-wrap {
    position: relative !important;
    height: 200px !important;
    background: #09060f !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}
.mcp-body {
    padding: .9rem 1.1rem 1rem;
    margin-top: 24px;
    font-family: 'Courier New', 'Lucida Console', monospace;
    font-size: .76rem;
    line-height: 1.95;
    color: rgba(244,238,230,.7);
}
.mcp-body .pcp-line { font-size: .76rem; }

/* Línea de números (decorativa) */
.pcp-body::before,
.mcp-body::before {
    content: '1\A 2\A 3\A 4\A 5\A 6\A 7\A 8\A 9\A10';
    position: absolute;
    left: 0;
    top: 26px;
    bottom: 0;
    width: 2.4rem;
    padding-top: 1.8rem;
    font-family: 'Courier New', monospace;
    font-size: .7rem;
    line-height: 2;
    color: rgba(255,255,255,.12);
    text-align: right;
    padding-right: .5rem;
    border-right: 1px solid rgba(255,255,255,.05);
    white-space: pre;
    pointer-events: none;
}
.mcp-body::before {
    font-size: .62rem;
    padding-top: .9rem;
}
.pcp-body { padding-left: 3.2rem !important; }
.mcp-body { padding-left: 3rem !important; }

/* Glow sutil en el panel */
.proj-code-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 90%, rgba(194,62,26,.07) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

/* ── Grid 3 columnas para proyectos ── */
.eventos-grid--3 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.2rem !important;
    margin-bottom: clamp(1.5rem, 4vw, 3rem) !important;
}
@media (max-width: 1023px) {
    .eventos-grid--3 { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 599px) {
    .eventos-grid--3 { grid-template-columns: 1fr !important; }
}

/* ── Tarjetas sin imagen: icono al tope ── */
.evento-card--noimg {
    display: flex !important;
    flex-direction: column !important;
}
.evento-card--noimg .evento-card__ico-wrap {
    position: static !important;
    transform: none !important;
    margin: 1.6rem 1.6rem .4rem !important;
    align-self: flex-start !important;
}

/* ── Efectos flotantes más visibles ── */
.hero__bg::before {
    color: rgba(194,62,26,.28) !important;
}
.hero__bg::after {
    color: rgba(201,169,110,.22) !important;
}
@keyframes floatTok1 {
    0%, 100% { transform: translateY(0) rotate(-6deg); opacity: .28; }
    50%       { transform: translateY(-20px) rotate(5deg); opacity: .42; }
}
@keyframes floatTok2 {
    0%, 100% { transform: translateY(0) rotate(4deg); opacity: .22; }
    50%       { transform: translateY(-16px) rotate(-4deg); opacity: .36; }
}

/* CTA code text más visible */
.cta-code-bg::before {
    color: rgba(194,62,26,.22) !important;
}

/* ── MARQUEE: más vivo ── */
.marquee__highlight {
    color: var(--accent-2) !important;
    font-style: italic !important;
}
.marquee {
    border-top: 1px solid rgba(194,62,26,.15) !important;
    border-bottom: 1px solid rgba(194,62,26,.15) !important;
    background: linear-gradient(90deg, rgba(194,62,26,.03), rgba(201,169,110,.03), rgba(194,62,26,.03)) !important;
}

/* ── FORMULARIO: inputs más polidos ── */
.form-inp {
    transition: border-color .25s, box-shadow .25s !important;
}
.form-inp:focus {
    border-color: rgba(194,62,26,.4) !important;
    box-shadow: 0 0 0 3px rgba(194,62,26,.07) !important;
    outline: none !important;
}

/* ── Botones: efecto glow en primary ── */
.btn--primary:hover {
    box-shadow: 0 12px 40px rgba(255,255,255,.15), 0 0 0 1px rgba(255,255,255,.08) !important;
}
.btn--hero-primary:hover {
    box-shadow: 0 20px 56px rgba(255,255,255,.22) !important;
}

/* ── BACK TO TOP: acento ── */
#backToTop {
    background: linear-gradient(135deg, var(--accent), var(--accent-2)) !important;
    border: none !important;
    box-shadow: 0 8px 24px rgba(194,62,26,.35) !important;
}

/* ── Dish grid 3 items: último ocupa fila completa (legacy fallback) ── */
.dish-grid .dish:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}
.dish-grid .dish:last-child:nth-child(odd) .dish__img {
    width: 200px;
    min-width: 200px;
}

/* ── Proceso: quitar bordes gruesos del suc-grid ── */
.suc-grid {
    gap: 1.2rem !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}
.suc-card {
    border: 1px solid var(--border-md) !important;
    border-radius: .5rem !important;
    overflow: hidden !important;
}
.suc-card:hover {
    border-color: rgba(194,62,26,.25) !important;
    box-shadow: 0 20px 56px rgba(0,0,0,.45), inset 0 0 0 1px rgba(194,62,26,.15) !important;
}

/* ── Imágenes completas (screenshots) ── */
.gal-item img {
    object-fit: contain !important;
    background: #07060a !important;
    filter: brightness(.95) saturate(1.05) !important;
    padding: 4px !important;
}
.gal-item:hover img {
    filter: brightness(1) saturate(1.1) !important;
    transform: scale(1.03) !important;
}
.evento-card__img-wrap img {
    object-fit: contain !important;
    background: #09080e !important;
    filter: brightness(.93) saturate(1.05) !important;
}
.evento-card:hover .evento-card__img-wrap img {
    filter: brightness(1) saturate(1.1) !important;
    transform: scale(1.02) !important;
}
.dish__img img {
    object-fit: cover !important;
    background: #09080e !important;
    padding: 0 !important;
    object-position: top center !important;
}
.evento-featured__img img {
    object-fit: contain !important;
    background: #07060a !important;
    filter: brightness(.9) saturate(1.15) !important;
}

/* ── Galería 3 proyectos ── */
.gal-mosaic--3 {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 340px 280px;
    gap: 3px;
    background: rgba(255,255,255,.05);
}
.gal-item--p1 { grid-column: 1; grid-row: 1 / 3; }
.gal-item--p2 { grid-column: 2; grid-row: 1; }
.gal-item--p3 { grid-column: 2; grid-row: 2; }

@media (max-width: 767px) {
    .gal-mosaic--3 {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 200px 160px;
    }
    .gal-item--p1 { grid-column: 1 / -1; grid-row: 1; }
    .gal-item--p2 { grid-column: 1; grid-row: 2; }
    .gal-item--p3 { grid-column: 2; grid-row: 2; }
}
@media (max-width: 480px) {
    .gal-mosaic--3 {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-rows: 200px;
    }
    .gal-item--p1, .gal-item--p2, .gal-item--p3 {
        grid-column: auto; grid-row: auto;
    }
}

/* ── eventos-grid--2 ── */
.eventos-grid--2 {
    grid-template-columns: repeat(2, 1fr) !important;
}
@media (max-width: 599px) {
    .eventos-grid--2 { grid-template-columns: 1fr !important; }
}

/* ── Tech tags en proyectos ── */
.tech-stack {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    padding-top: .5rem;
}
.tech-tag {
    display: inline-flex;
    align-items: center;
    padding: .18rem .72rem;
    font-size: .48rem;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    background: rgba(194,62,26,.07);
    border: 1px solid rgba(194,62,26,.25);
    color: rgba(194,62,26,.9);
}

/* ── Skills row (nosotros) ── */
.skills-row {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border);
}
.skill-chip {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .3rem .9rem;
    font-size: .52rem;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
    background: rgba(255,255,255,.03);
    border: 1px solid var(--border-md);
    color: var(--grey-1);
    transition: all .2s;
}
.skill-chip:hover { background: rgba(255,255,255,.06); color: var(--white); border-color: rgba(255,255,255,.2); }

/* ── Project card with image: taller aspect ratio ── */
.evento-card__img-wrap {
    aspect-ratio: 16 / 8 !important;
}

/* ── Featured event image: taller for screenshot ── */
.evento-featured__img {
    background: #07060a !important;
}

/* ============================================================
   DEVELOPER CARD (nosotros media)
============================================================ */
.dev-card {
    background: linear-gradient(155deg, rgba(12,11,18,1) 0%, rgba(8,7,12,1) 100%);
    border: 1px solid rgba(255,255,255,.1);
    overflow: hidden;
    position: relative;
    box-shadow: 0 32px 80px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.06);
}
.dev-card::before {
    content: '';
    position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent-2) 30%, var(--gold) 60%, transparent);
}
.dev-card__topbar {
    display: flex; align-items: center; gap: .4rem;
    padding: .7rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,.06);
    background: rgba(255,255,255,.02);
}
.dev-card__dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.dev-card__dot--r { background: #FF5F57; }
.dev-card__dot--y { background: #FEBC2E; }
.dev-card__dot--g { background: #28C840; }
.dev-card__file {
    margin-left: .5rem;
    font-size: .58rem; letter-spacing: .08em;
    color: var(--grey-3);
    font-family: 'Courier New', monospace;
}
.dev-card__code {
    padding: 1.2rem 1.4rem;
    font-family: 'Courier New', Courier, monospace;
    font-size: .78rem;
    line-height: 1.75;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.dev-code-line { color: rgba(244,238,230,.55); }
.dev-code-line--i  { padding-left: 1.2rem; }
.dev-code-line--ii { padding-left: 2.4rem; }
.dev-card__cursor {
    color: var(--accent-2);
    animation: blink 1.1s step-end infinite;
}
@keyframes blink { 50% { opacity: 0; } }
.c-kw  { color: #C792EA; }
.c-fn  { color: #82AAFF; }
.c-str { color: #C3E88D; }
.dev-card__metrics {
    display: flex; align-items: center;
    padding: 1rem 1.4rem;
    gap: 0;
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.dev-metric { flex: 1; text-align: center; }
.dev-metric__n {
    display: block;
    font-family: var(--serif); font-size: 1.6rem; font-weight: 700;
    background: linear-gradient(135deg, var(--white), var(--gold-2));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}
.dev-metric__l {
    display: block;
    font-size: .5rem; font-weight: 600; letter-spacing: .18em;
    text-transform: uppercase; color: var(--grey-3);
    margin-top: .25rem;
}
.dev-metric__sep {
    width: 1px; height: 36px;
    background: rgba(255,255,255,.07);
    flex-shrink: 0;
}
.dev-card__status-bar {
    display: flex; align-items: center; gap: .55rem;
    padding: .7rem 1.4rem;
    font-size: .58rem; font-weight: 600; letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--open-light);
    background: rgba(61,139,58,.06);
}
.dev-card__status-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--open-light);
    animation: waPulse 2.4s ease-out infinite;
    flex-shrink: 0;
}

/* ============================================================
   TECH STRIP
============================================================ */
.tech-strip {
    background: var(--ink-3);
    border-top: 1px solid rgba(255,255,255,.05);
    border-bottom: 1px solid rgba(255,255,255,.05);
    overflow: hidden;
    padding: .9rem 0;
}
@keyframes techScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.tech-strip__track {
    display: flex; align-items: center; gap: 0;
    white-space: nowrap;
    animation: techScroll 28s linear infinite;
    width: max-content;
}
.tech-strip:hover .tech-strip__track { animation-play-state: paused; }
.tech-strip__item {
    font-size: .58rem; font-weight: 600; letter-spacing: .22em;
    text-transform: uppercase; color: var(--grey-3);
    padding: 0 1.2rem;
    transition: color .2s;
}
.tech-strip__item--accent { color: var(--accent-2); }
.tech-strip__sep { color: rgba(255,255,255,.1); font-size: .6rem; }

/* ============================================================
   PROCESO TIMELINE
============================================================ */
.proceso-sec { background: var(--ink); }
.proceso-head {
    display: flex; align-items: flex-end;
    justify-content: space-between; gap: 2rem;
    flex-wrap: wrap; margin-bottom: 3.5rem;
}
.proceso-head__sub {
    font-size: .88rem; font-weight: 300;
    color: rgba(244,238,230,.45); line-height: 1.7;
    max-width: 280px; text-align: right;
}
.proceso-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}
.proceso-step {
    padding: 0 2rem 2.5rem 0;
    position: relative;
}
.proceso-step__top {
    display: flex; align-items: center; gap: 0;
    margin-bottom: 1.5rem;
}
.proceso-step__num {
    font-family: var(--serif);
    font-size: 3.5rem; font-weight: 900; font-style: italic;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,.15);
    line-height: 1; flex-shrink: 0;
    transition: -webkit-text-stroke .3s;
}
.proceso-step:hover .proceso-step__num {
    -webkit-text-stroke: 1px var(--accent-2);
}
.proceso-step__num--gold {
    -webkit-text-stroke: 1px rgba(201,169,110,.35);
}
.proceso-step:hover .proceso-step__num--gold {
    -webkit-text-stroke: 1px var(--gold-2);
}
.proceso-step__line {
    flex: 1; height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,.1), transparent);
    margin-left: .8rem;
}
.proceso-step__ico {
    width: 44px; height: 44px;
    border: 1px solid rgba(255,255,255,.08);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.3);
    background: rgba(255,255,255,.02);
    margin-bottom: 1rem;
    transition: border-color .3s, color .3s, background .3s;
}
.proceso-step:hover .proceso-step__ico {
    border-color: rgba(194,62,26,.3);
    color: var(--accent-2);
    background: rgba(194,62,26,.06);
}
.proceso-step__ico--gold { border-color: rgba(201,169,110,.15); color: rgba(201,169,110,.4); }
.proceso-step:hover .proceso-step__ico--gold {
    border-color: rgba(201,169,110,.4);
    color: var(--gold-2);
    background: rgba(201,169,110,.06);
}
.proceso-step__title {
    font-family: var(--serif);
    font-size: 1.3rem; font-weight: 700;
    color: var(--white); line-height: 1.1;
    letter-spacing: -.02em;
    margin-bottom: .75rem;
}
.proceso-step__title em {
    background: linear-gradient(135deg, var(--accent-2), var(--gold-2));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.proceso-step__desc {
    font-size: .82rem; font-weight: 300;
    color: rgba(244,238,230,.45); line-height: 1.85;
    margin-bottom: 1rem;
}
.proceso-step__tags {
    display: flex; flex-wrap: wrap; gap: .3rem;
}
.proceso-step__tags span {
    font-size: .5rem; font-weight: 600; letter-spacing: .18em;
    text-transform: uppercase;
    padding: .22rem .65rem;
    border: 1px solid rgba(255,255,255,.08);
    color: var(--grey-3);
    background: rgba(255,255,255,.02);
}
.proceso-cta {
    margin-top: 3rem;
    display: flex; align-items: center; gap: 1.5rem;
    flex-wrap: wrap;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255,255,255,.06);
}
.proceso-cta__note {
    font-size: .7rem; color: var(--grey-3);
    letter-spacing: .08em;
}
@media (max-width: 900px) {
    .proceso-timeline { grid-template-columns: 1fr 1fr; }
    .proceso-head { flex-direction: column; }
    .proceso-head__sub { text-align: left; }
    .proceso-step__line { display: none; }
}
@media (max-width: 560px) {
    .proceso-timeline { grid-template-columns: 1fr; }
}

/* ============================================================
   PROYECTO ESTRELLA
============================================================ */
.proyecto-star {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid rgba(255,255,255,.1);
    overflow: hidden;
    margin-bottom: 0;
    background: linear-gradient(135deg, rgba(14,13,19,1) 0%, rgba(10,9,14,1) 100%);
    position: relative;
}
.proyecto-star::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, var(--accent), var(--gold-2), var(--accent));
    background-size: 200% 100%;
    animation: glowShimmer 3.5s linear infinite;
}
.proyecto-star__img-wrap {
    position: relative;
    overflow: hidden;
    min-height: 360px;
    background: var(--ink-3);
}
.proyecto-star__img-wrap img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    filter: brightness(.85) saturate(1.1);
    transition: transform 6s ease, filter .4s;
}
.proyecto-star:hover .proyecto-star__img-wrap img {
    transform: scale(1.06);
    filter: brightness(.95) saturate(1.2);
}
.proyecto-star__badge {
    position: absolute;
    top: 1.2rem; left: 1.2rem;
    display: inline-flex; align-items: center; gap: .45rem;
    padding: .28rem .9rem;
    background: linear-gradient(90deg, rgba(201,169,110,.2), rgba(201,169,110,.1));
    border: 1px solid rgba(201,169,110,.4);
    font-size: .5rem; font-weight: 700; letter-spacing: .2em;
    text-transform: uppercase; color: var(--gold-2);
    backdrop-filter: blur(8px);
}
.proyecto-star__badge svg { color: var(--gold-2); fill: var(--gold-2); }
.proyecto-star__live {
    position: absolute;
    bottom: 1.2rem; right: 1.2rem;
    display: inline-flex; align-items: center; gap: .4rem;
    padding: .4rem 1rem;
    background: rgba(7,6,10,.8);
    border: 1px solid rgba(255,255,255,.15);
    font-size: .58rem; font-weight: 600; letter-spacing: .1em;
    color: var(--white); backdrop-filter: blur(12px);
    transition: all .3s;
}
.proyecto-star__live:hover { background: rgba(37,211,102,.15); border-color: rgba(37,211,102,.4); color: #25D366; }
.proyecto-star__info {
    padding: clamp(2rem, 4vw, 3rem);
    display: flex; flex-direction: column;
    justify-content: center; gap: .75rem;
    border-left: 1px solid rgba(255,255,255,.07);
}
.proyecto-star__cat {
    font-size: .52rem; font-weight: 600; letter-spacing: .26em;
    text-transform: uppercase; color: var(--accent-2);
}
.proyecto-star__title {
    font-family: var(--serif);
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 700; color: var(--white);
    line-height: .95; letter-spacing: -.03em;
}
.proyecto-star__url {
    font-size: .7rem; color: var(--gold);
    letter-spacing: .08em;
    opacity: .7;
}
.proyecto-star__desc {
    font-size: .88rem; font-weight: 300;
    color: rgba(244,238,230,.6); line-height: 1.85;
    max-width: 440px;
}
.proyecto-star__logros {
    display: flex; flex-direction: column; gap: .4rem;
    padding: .8rem 0;
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.plogro {
    display: flex; align-items: center; gap: .6rem;
    font-size: .76rem; color: rgba(244,238,230,.65);
}
.plogro svg { color: var(--open-light); flex-shrink: 0; }

@media (max-width: 768px) {
    .proyecto-star { grid-template-columns: 1fr; }
    .proyecto-star__img-wrap { min-height: 220px; }
    .proyecto-star__info { border-left: none; border-top: 1px solid rgba(255,255,255,.07); }
}

/* ============================================================
   TESTIMONIOS
============================================================ */
.testi-header {
    display: flex; align-items: flex-start;
    justify-content: space-between; gap: 2rem;
    flex-wrap: wrap; margin-bottom: 3rem;
}
.testi-header__sub {
    font-size: .88rem; font-weight: 300;
    color: rgba(244,238,230,.5); line-height: 1.8;
    max-width: 320px; text-align: right;
}
.testi-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 1.5px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.07);
    overflow: hidden;
}
.testi-card {
    background: var(--ink-card);
    padding: 2.2rem 2rem;
    display: flex; flex-direction: column; gap: 1.2rem;
    position: relative; overflow: hidden;
    transition: background .25s;
}
.testi-card:hover { background: var(--ink-hover); }
.testi-card--featured {
    background: linear-gradient(145deg, rgba(16,14,22,1) 0%, rgba(12,10,18,1) 100%);
    border-right: 1.5px solid rgba(201,169,110,.15);
}
.testi-card--featured::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, var(--accent-2), var(--gold-2));
}
.testi-card__quote-icon {
    color: var(--gold);
}
.testi-card__text {
    font-family: var(--serif);
    font-size: clamp(.92rem, 1.4vw, 1.05rem);
    font-style: italic; font-weight: 400;
    color: rgba(244,238,230,.82); line-height: 1.7;
    flex: 1;
}
.testi-card--featured .testi-card__text {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    color: rgba(244,238,230,.9);
}
.testi-card__author {
    display: flex; align-items: center; gap: .85rem;
    flex-wrap: wrap;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,.06);
}
.testi-card__avatar {
    width: 38px; height: 38px; border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-dim), var(--accent));
    display: flex; align-items: center; justify-content: center;
    font-size: .6rem; font-weight: 700; letter-spacing: .05em;
    color: var(--white); flex-shrink: 0;
}
.testi-card--featured .testi-card__avatar {
    background: linear-gradient(135deg, rgba(201,169,110,.4), rgba(194,62,26,.4));
    width: 44px; height: 44px; font-size: .65rem;
}
.testi-card__name {
    display: block;
    font-size: .78rem; font-weight: 600; color: var(--white);
    margin-bottom: .12rem;
}
.testi-card__role {
    display: block;
    font-size: .65rem; color: var(--grey-2);
}
.testi-card__stars {
    margin-left: auto;
    display: flex; gap: .18rem;
    color: var(--gold);
}
.testi-cta {
    margin-top: 2.5rem;
    display: flex; align-items: center; justify-content: center;
    gap: 1.5rem; flex-wrap: wrap;
    padding: 2rem;
    border: 1px solid rgba(255,255,255,.06);
    background: rgba(255,255,255,.02);
    text-align: center;
}
.testi-cta p {
    font-family: var(--serif);
    font-size: 1.1rem; font-style: italic;
    color: rgba(244,238,230,.6);
}
@media (max-width: 900px) {
    .testi-grid { grid-template-columns: 1fr; }
    .testi-header { flex-direction: column; }
    .testi-header__sub { text-align: left; }
    .testi-card--featured { border-right: none; border-bottom: 1.5px solid rgba(201,169,110,.15); }
}

/* ============================================================
   MEJORAS VISUALES v25
============================================================ */

/* ── Fondo de puntos "developer grid" en secciones clave ── */
.nosotros-sec,
.proceso-sec {
    background-image:
        radial-gradient(circle, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 28px 28px;
}
.nosotros-sec { background-color: var(--ink); }

/* ── Featured block: quitar pseudo-contenido de letra "E" (era de Encanto) ── */
.featured__img-side::before { content: none !important; }

/* ── Sección servicios: línea de grid en el fondo ── */
.sec--menu {
    background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 100% 80px;
}

/* ── Hero live link ── */
.hero__live-link {
    display: inline-flex; align-items: center; gap: .35rem;
    font-size: .54rem; font-weight: 600; letter-spacing: .1em;
    color: var(--gold); text-decoration: none;
    transition: color .2s;
}
.hero__live-link:hover { color: var(--gold-2); }

/* ── Galería: botón "Ver sitio" en item de Cafetería Encanto ── */
.gal-live-link {
    position: absolute; bottom: .9rem; left: .9rem; z-index: 3;
    display: inline-flex; align-items: center; gap: .35rem;
    padding: .32rem .85rem;
    background: rgba(7,6,10,.82); border: 1px solid rgba(255,255,255,.18);
    font-size: .53rem; font-weight: 700; letter-spacing: .14em;
    text-transform: uppercase; color: var(--white);
    backdrop-filter: blur(10px);
    opacity: 0; transform: translateY(6px);
    transition: all .3s var(--ease-out);
}
.gal-item:hover .gal-live-link { opacity: 1; transform: translateY(0); }
.gal-live-link:hover { background: rgba(37,211,102,.2); border-color: rgba(37,211,102,.4); color: #25D366; }

/* ── WA Bubble: anillo pulsante para llamar la atención ── */
@keyframes waPulse {
    0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.55); }
    70%  { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
.wa-float {
    animation: waPulse 2.4s ease-out infinite;
    box-shadow: 0 6px 24px rgba(37,211,102,.4) !important;
}
.wa-float:hover {
    animation: none !important;
    box-shadow: 0 14px 40px rgba(37,211,102,.65) !important;
    transform: translateY(-5px) scale(1.04) !important;
}

/* ── Service cards: brillo diagonal animado en hover ── */
@keyframes srvShine {
    0%   { transform: translateX(-100%) skewX(-20deg); }
    100% { transform: translateX(300%) skewX(-20deg); }
}
.srv-card::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.04) 50%, transparent 100%);
    transform: translateX(-100%) skewX(-20deg);
    transition: none;
    pointer-events: none;
}
.srv-card:hover::after {
    animation: srvShine .6s ease forwards;
}
.srv-card:hover {
    box-shadow: 0 32px 80px rgba(0,0,0,.55), 0 0 0 1px rgba(194,62,26,.18), 0 0 40px rgba(194,62,26,.08) !important;
}

/* ── Stat numbers: texto con gradiente dorado ── */
.nstat__n {
    background: linear-gradient(135deg, var(--white) 0%, var(--gold-2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── Skill chips: glow en hover ── */
.skill-chip:hover {
    background: rgba(194,62,26,.12) !important;
    border-color: rgba(194,62,26,.35) !important;
    color: var(--accent-3) !important;
    box-shadow: 0 0 12px rgba(194,62,26,.15);
}

/* ── Evento / Proyecto cards: línea de acento superior animada ── */
.evento-card {
    border-top: 2px solid transparent;
    transition: border-color .3s, background .25s, transform .35s var(--ease-out), box-shadow .35s;
}
.evento-card:hover {
    border-top-color: var(--accent-2);
    box-shadow: 0 24px 60px rgba(0,0,0,.5), 0 0 30px rgba(194,62,26,.08) !important;
}

/* ── Featured block: sombra más dramática en hover ── */
.featured {
    transition: box-shadow .4s var(--ease-out);
}
.featured:hover {
    box-shadow: 0 40px 100px rgba(0,0,0,.6), 0 0 60px rgba(194,62,26,.06);
}

/* ── Hero heading: animación de entrada más dramática ── */
.hero__heading-line { display: block; }
.hero__heading-line.line-1 { animation: heroLine .8s var(--ease-out) 1.3s both; }
.hero__heading-line.line-2 { animation: heroLine .8s var(--ease-out) 1.5s both; }
.hero__heading-line.line-3 { animation: heroLine .8s var(--ease-out) 1.7s both; }
@keyframes heroLine {
    from { opacity: 0; transform: translateY(30px) skewY(2deg); }
    to   { opacity: 1; transform: none; }
}

/* ── Proceso / Suc cards: borde lateral de acento en hover ── */
.suc-card {
    transition: border-color .3s, box-shadow .3s, transform .35s var(--ease-out);
}
.suc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0,0,0,.4);
    border-color: rgba(194,62,26,.25) !important;
}

/* ── Nav CTA: glow suave continuo ── */
.nav__cta {
    box-shadow: 0 0 0 0 rgba(255,255,255,.0);
    transition: all .3s var(--ease-out), box-shadow .3s;
}
.nav__cta:hover {
    box-shadow: 0 6px 28px rgba(255,255,255,.18);
}

/* ── Back to top: gradiente en hover ── */
.back-to-top:hover {
    background: linear-gradient(135deg, var(--accent), var(--gold)) !important;
    border-color: transparent !important;
    color: var(--white) !important;
}

/* ── Galería items: overlay más dramático ── */
.gal-overlay {
    transition: opacity .35s var(--ease-out), backdrop-filter .35s !important;
}
.gal-item:hover .gal-overlay {
    backdrop-filter: blur(2px) !important;
}

/* ── Label ::before: animar el dash ── */
@keyframes labelDash {
    from { width: 0; opacity: 0; }
    to   { width: 22px; opacity: 1; }
}
.label::before {
    animation: labelDash .5s var(--ease-out) .2s both;
}

/* ── Marquee: texto highlight más brillante ── */
.marquee__highlight {
    color: var(--gold-2) !important;
    text-shadow: 0 0 20px rgba(201,169,110,.4);
}

/* ============================================================
   END v24
   ============================================================ */

/* ============================================================
   PRO — Inline styles → CSS + Mobile fixes + UX polish
   ============================================================ */

/* ── Logo images (nav, drawer, footer, loader) ── */
.nav__logo img {
    height: 32px; width: 32px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.drawer__top .nav__logo img {
    height: 28px; width: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.footer__logo img {
    height: 36px; width: 36px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.loader__logo img {
    height: 56px; width: auto;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: .5rem;
    display: block;
    margin-inline: auto;
}

/* ── Nosotros crossfade photos ── */
#fotoA {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: opacity 1s ease;
    z-index: 2;
}
#fotoB {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 1;
}

/* ── Form error state ── */
.form-inp--error {
    border-color: rgba(194,62,26,.7) !important;
    box-shadow: 0 0 0 3px rgba(194,62,26,.08) !important;
}
.form-inp--error::placeholder { color: rgba(194,62,26,.5); }

/* ── Form button loading ── */
.btn--loading { opacity: .7; pointer-events: none; }
.btn--loading .btn-text::after {
    content: '…';
    display: inline-block;
    animation: ellipsis 1.2s steps(3,end) infinite;
    width: 1em; overflow: hidden; vertical-align: bottom;
}
@keyframes ellipsis { 0%{content:'.'} 33%{content:'..'} 66%{content:'...'} 100%{content:'.'} }

/* ── Mobile — general alignment fixes ── */
@media (max-width: 768px) {
    /* Hero: fix button alignment */
    .hero__actions {
        align-items: stretch;
    }
    .hero__actions .btn--hero-primary,
    .hero__actions .btn--hero-ghost {
        justify-content: center;
        flex: 1 1 140px;
    }

    /* Servicios grid: full width on mobile */
    .srv-grid {
        grid-template-columns: 1fr;
    }

    /* Projects grid: full width */
    .eventos-grid {
        grid-template-columns: 1fr;
    }

    /* Featured service: reduce padding */
    .featured__text { padding: 1.4rem; }

    /* Proceso: center text */
    .proceso-step {
        text-align: center;
        align-items: center;
    }
    .proceso-step__tags {
        justify-content: center;
    }
    .proceso-step__ico {
        margin-inline: auto;
    }

    /* CTA section text: center properly */
    .cta-sedes-hint {
        justify-content: center;
        flex-wrap: wrap;
        gap: .5rem;
    }

    /* Info grid: proper single column */
    .info-grid {
        grid-template-columns: 1fr;
        gap: 1.8rem;
    }

    /* Testi cards: proper full width */
    .testi-grid {
        grid-template-columns: 1fr;
    }

    /* Nosotros stats on mobile */
    .nosotros__stats {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 1rem 0;
    }
    .nstat__sep { display: none; }

    /* Pilares: single column with proper spacing */
    .pilares { grid-template-columns: 1fr; gap: .75rem; }

    /* Footer links: fix wrapping */
    .footer__links { grid-template-columns: 1fr 1fr; gap: 1.2rem; }

    /* Skills chips: proper wrapping */
    .skills-row {
        gap: .4rem;
    }

    /* Drawer: full height scroll */
    .nav__drawer {
        width: min(320px, 96vw);
    }

    /* Service cards: padding reduction */
    .srv-card {
        padding: 1.4rem;
    }

    /* Proyecto star on mobile */
    .proyecto-star {
        grid-template-columns: 1fr;
    }
    .proyecto-star__img-wrap {
        min-height: 200px;
    }
    .proyecto-star__info {
        border-left: none;
        border-top: 1px solid rgba(255,255,255,.07);
        padding-top: 1.5rem;
    }

    /* Back-to-top: show on mobile too */
    .back-to-top {
        display: flex;
        bottom: 5rem;
        right: 1rem;
    }

    /* Marquee: smaller text on mobile */
    .marquee__track span { font-size: .5rem; }
    .marquee__track em   { font-size: .6rem; }

    /* Nosotros body: better spacing */
    .nosotros__body { gap: .6rem; }

    /* CTA final: proper padding */
    .cta-section { min-height: auto; padding: 3rem 0; }

    /* Proceso CTA: center */
    .proceso-cta {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: .8rem;
    }
    .proceso-cta .btn { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
    /* Hero card: compact */
    .hero__card { font-size: .92rem; }

    /* Featured: minimal padding */
    .featured__text { padding: 1.2rem; }
    .featured__footer { flex-direction: column; gap: .8rem; }

    /* Gallery: single column */
    .gal-mosaic--3 {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-rows: 220px;
    }
    .gal-item--p1,
    .gal-item--p2,
    .gal-item--p3 {
        grid-column: auto;
        grid-row: auto;
    }

    /* Proceso steps: full width */
    .proceso-timeline { grid-template-columns: 1fr; }

    /* Nav logo: smaller text */
    .nav__logo { font-size: 1.6rem; }

    /* Testi CTA: full width buttons */
    .testi-cta { flex-direction: column; align-items: stretch; }
    .testi-cta .btn { width: 100%; justify-content: center; }

    /* Skills: 2 per row */
    .skill-chip { font-size: .54rem; padding: .32rem .75rem; }

    /* Nosotros CTA: stack buttons */
    .nosotros__cta { flex-direction: column; }
    .nosotros__cta .btn { width: 100%; justify-content: center; }

    /* Info grid contact section */
    .info-top { gap: 1rem; }
    .info-top__btns { flex-direction: column; width: 100%; }
    .info-top__btns .btn { width: 100%; justify-content: center; }
}

/* ── Events grid margin ── */
.eventos-grid--3 { margin-top: 2rem; }
.eventos-nota { margin: 2rem 0; }

/* ── Testi role link ── */
.testi-card__role-link {
    color: var(--accent-3);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .2s;
}
.testi-card__role-link:hover { color: var(--white); }

/* ── Footer author link ── */
.footer__author-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    opacity: .7;
    transition: opacity .2s;
}
.footer__author-link:hover { opacity: 1; }

/* ── Lightbox img: initial opacity ── */
.lightbox__img { opacity: 0; }

/* ── Footer heart icon ── */
.footer__heart {
    color: var(--accent-2);
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

/* ── Proyecto star CTA row ── */
.proyecto-star__cta {
    display: flex;
    gap: .8rem;
    flex-wrap: wrap;
}

/* ── Back-to-top hidden during open drawer ── */
.back-to-top.hidden-drawer { display: none !important; }

/* ── WA button: improve tap area on small screens ── */
@media (max-width: 480px) {
    .wa-float {
        padding: .78rem 1.2rem .78rem .95rem;
    }
    .wa-float__label { display: none; }
}

/* ── Lightbox: better mobile nav ── */
@media (max-width: 480px) {
    .lightbox__prev,
    .lightbox__next {
        width: 44px; height: 44px;
        background: rgba(7,6,10,.9);
    }
}

/* ── Fix proceso head sub on mobile ── */
@media (max-width: 768px) {
    .proceso-head__sub {
        max-width: 100%;
        font-size: .88rem;
    }
    .proceso-head {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 2rem;
    }
}

/* ── Better active filter visual ── */
.galeria-filter--on {
    color: var(--white) !important;
    background: rgba(194,62,26,.08) !important;
    border-bottom: 2px solid var(--accent-vivid) !important;
}

/* ── Smooth focus for keyboard users ── */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid rgba(201,169,110,.65);
    outline-offset: 3px;
    border-radius: 2px;
}

/* ── Hero buttons: re-apply mobile sizing AFTER PRO overrides ── */
@media (max-width: 768px) {
    .btn--hero-primary,
    .btn--hero-ghost {
        padding: .85rem 1.4rem !important;
        font-size: .6rem !important;
        letter-spacing: .18em !important;
    }
    .hero__actions .btn--hero-primary,
    .hero__actions .btn--hero-ghost {
        flex: 1 1 130px;
        min-width: 130px;
        justify-content: center;
    }
}
@media (max-width: 480px) {
    .btn--hero-primary,
    .btn--hero-ghost {
        padding: .8rem 1.1rem !important;
        font-size: .57rem !important;
        letter-spacing: .15em !important;
    }
}

/* ── Proceso head: fix mobile layout ── */
@media (max-width: 768px) {
    .proceso-head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: .8rem;
        margin-bottom: 2.5rem;
    }
    .proceso-head > div { width: 100%; }
    .proceso-head__sub {
        font-size: .88rem;
        line-height: 1.75;
        color: rgba(244,238,230,.6);
        max-width: 100%;
        text-align: left;
    }
    .proceso-timeline {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .proceso-step {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto auto auto;
        gap: .6rem 1rem;
        text-align: left;
        align-items: start;
    }
    .proceso-step__top {
        grid-column: 1;
        grid-row: 1;
    }
    .proceso-step__ico {
        grid-column: 2;
        grid-row: 1;
        margin-inline: 0;
        justify-self: start;
    }
    .proceso-step__title {
        grid-column: 1 / -1;
        grid-row: 2;
    }
    .proceso-step__desc {
        grid-column: 1 / -1;
        grid-row: 3;
    }
    .proceso-step__tags {
        grid-column: 1 / -1;
        grid-row: 4;
        justify-content: flex-start;
    }
    .proceso-step__line { display: none; }
    .proceso-cta { flex-direction: column; align-items: center; text-align: center; gap: 1rem; }
    .proceso-cta .btn { width: 100%; justify-content: center; }
    .proceso-cta__note { font-size: .75rem; text-align: center; }
}

/* ── Print: hide decorative elements ── */
@media print {
    .cursor, .cursor-trail, .loader, .wa-container, .back-to-top,
    .nav__progress, .marquee, .tech-strip, .hero__particles { display: none !important; }
    body { color: #000; background: #fff; }
}
/* ============================================================
   END PRO
   ============================================================ */
