@font-face{font-family:VCCaveat;src:url('../fonts/caveat-brush-400-latin.woff2') format('woff2');font-display:swap}
@font-face{font-family:VCText;src:url('../fonts/chivo-var-latin.woff2') format('woff2');font-display:swap}
@font-face{font-family:VCMono;src:url('../fonts/chivo-mono-var-latin.woff2') format('woff2');font-display:swap}
:root{
  --ink:#24132f;--ink2:#3a244f;--paper:#f7f5ef;--coral:#e75b73;--coral2:#cf4862;
  --safe-top:max(env(safe-area-inset-top),0px);--safe-bottom:max(env(safe-area-inset-bottom),0px);
  --top:74px;--bottom:76px;--app-height:100svh
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#0e0912;color:#fff;font-family:VCText,system-ui,sans-serif;-webkit-text-size-adjust:100%}
body{overflow-x:hidden}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;border:0;background:none;color:inherit;padding:0}img{display:block;max-width:100%}

/* loader */
.vc-loader{position:fixed;inset:0;z-index:999;display:grid;place-items:center;align-content:center;gap:30px;background:radial-gradient(circle at 50% 38%,#4b3658 0%,#211529 42%,#0e0912 78%)}
.vc-loader-mark{position:relative;width:152px;height:152px;border-radius:50%;background:#fff;padding:13px;display:grid;place-items:center;box-shadow:0 22px 70px rgba(0,0,0,.38)}
.vc-loader-mark img{width:100%;height:100%;object-fit:contain;padding:5px}
.vc-loader-mark span{position:absolute;left:50%;bottom:-25px;width:50px;height:3px;border-radius:999px;background:var(--coral);transform:translateX(-50%);animation:vcPulse 1s ease-in-out infinite}
.vc-loader p{margin:0;font:700 11px/1 VCMono,monospace;letter-spacing:.16em;text-transform:uppercase;color:#f4eef6}
.vc-loader--quick{background:#120b18}.vc-loader--quick .vc-loader-mark{width:122px;height:122px}
@keyframes vcPulse{0%,100%{width:32px;opacity:.55}50%{width:62px;opacity:1}}

/* SELECTOR: página independiente */
.vc-selector-page{height:var(--app-height);min-height:0;overflow:hidden}
.vc-selector{position:relative;width:100%;max-width:520px;height:var(--app-height);min-height:0;margin:0 auto;overflow:hidden;background:#120b18;padding:calc(var(--safe-top) + 14px) 0 calc(var(--safe-bottom) + 12px);display:flex;flex-direction:column}
.vc-home-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 50%;opacity:.72;filter:saturate(.92) contrast(.95);transform:none!important}
.vc-home-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,5,10,.56) 0%,rgba(13,8,17,.15) 27%,rgba(14,9,18,.18) 45%,rgba(10,6,13,.67) 80%,rgba(8,5,11,.97) 100%)}
.vc-home-top,.vc-home-center,.vc-picker{position:relative;z-index:2}
.vc-home-top{display:flex;align-items:center;justify-content:space-between;padding:0 18px;min-height:46px}
.vc-home-link{display:flex;align-items:center;min-height:44px;text-decoration:none;font-size:14px}
.vc-home-tools{display:flex;align-items:center;gap:8px}.vc-home-icon,.vc-home-flag{width:42px;height:42px;display:grid;place-items:center;text-decoration:none}.vc-home-icon{position:relative}.vc-home-icon svg{width:26px;height:26px}.vc-home-icon i{position:absolute;right:0;top:0;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--coral);font:700 9px/17px VCMono,monospace;font-style:normal;text-align:center}.vc-home-flag{font-size:27px}
.vc-home-center{display:grid;justify-items:center;gap:10px;margin-top:clamp(16px,4.5vh,40px);margin-bottom:clamp(12px,3vh,26px)}
.vc-home-badge{width:140px;height:140px;border-radius:50%;background:#fff;padding:10px;display:grid;place-items:center;box-shadow:0 18px 54px rgba(0,0,0,.34);overflow:visible}
.vc-home-badge img{width:100%;height:100%;object-fit:contain;padding:5px}
.vc-home-copy{text-align:center;padding:0 16px 8px}.vc-home-copy span{display:block;margin-bottom:6px;font:700 10px/1.35 VCMono,monospace;letter-spacing:.17em;text-transform:uppercase;color:rgba(255,255,255,.9)}.vc-home-copy h1{margin:0;padding:.05em .1em .16em;font:400 clamp(32px,9vw,44px)/1.04 VCCaveat,cursive;overflow:visible}

.vc-picker{margin-top:auto}
.vc-picker-viewport{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-inline:contain;scroll-padding-inline:calc(50% - 118px);padding-inline:calc(50% - 118px);padding-block:6px 10px}
.vc-selector{--picker-center:min(118px,28vw)}
.vc-picker-viewport::-webkit-scrollbar{display:none}
.vc-picker-card{position:relative;flex:0 0 236px;width:236px;height:360px;scroll-snap-align:center;border-radius:30px;overflow:hidden;background:#160f1b;text-decoration:none;color:#fff;box-shadow:0 18px 42px rgba(0,0,0,.34);transform:scale(.88);opacity:.62;transition:transform .34s ease,opacity .34s ease,box-shadow .34s ease}
.vc-picker-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.28;filter:brightness(.62) saturate(.76);transition:opacity .32s ease,filter .32s ease,transform .6s ease}
.vc-picker-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,8,17,.38) 0%,rgba(13,8,17,.36) 46%,rgba(13,8,17,.86) 100%);transition:background .32s ease}
.vc-picker-card small{position:absolute;left:16px;right:16px;bottom:80px;font:700 9px/1.35 VCMono,monospace;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.8);z-index:2}
.vc-picker-card strong{position:absolute;left:16px;right:16px;bottom:17px;min-height:54px;padding:12px 13px 13px;border-radius:18px;background:var(--coral);display:flex;align-items:center;justify-content:center;text-align:center;font:400 23px/1.16 VCCaveat,cursive;z-index:2;overflow:visible;text-wrap:balance;box-shadow:0 10px 24px rgba(207,72,98,.36)}
.vc-picker-card.is-active{transform:scale(1);opacity:1;box-shadow:0 26px 65px rgba(0,0,0,.48)}
.vc-picker-card.is-active img{opacity:1;filter:brightness(1.17) saturate(1.12) contrast(1.03);transform:scale(1.015)}
.vc-picker-card.is-active .vc-picker-card-shade{background:linear-gradient(180deg,rgba(13,8,17,.02) 0%,rgba(13,8,17,.04) 48%,rgba(13,8,17,.64) 100%)}
.vc-picker-dots{display:flex;justify-content:center;gap:9px;margin-top:10px}.vc-picker-dots button{width:10px;height:10px;border-radius:50%;background:rgba(231,91,115,.26)}.vc-picker-dots button.is-active{background:var(--coral);transform:scale(1.14)}

/* REELS: páginas separadas */
.vc-reels-page{height:var(--app-height);overflow:hidden;background:#0e0912}.vcapp--reels{position:relative;width:100%;max-width:520px;height:var(--app-height);margin:0 auto;background:#120b18}
.vc-top{position:fixed;left:50%;top:0;transform:translateX(-50%);width:min(100%,520px);z-index:120;display:flex;align-items:center;gap:10px;padding:calc(var(--safe-top) + 8px) 12px 10px;background:linear-gradient(180deg,rgba(10,6,13,.9),rgba(10,6,13,.48) 72%,transparent)}
.vc-brand-btn{display:flex;align-items:center;gap:8px;min-width:48px;text-decoration:none;overflow:visible}.vc-brand-btn img{width:46px;height:46px;object-fit:contain;background:#fff;border-radius:50%;padding:3px;flex:0 0 auto}.vc-brand-btn span{font:700 11px/1.25 VCMono,monospace;white-space:nowrap;padding-block:3px}
.vc-tabs{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.vc-tabs::-webkit-scrollbar{display:none}.vc-tabs a{flex:0 0 auto;padding:9px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.08);font:600 9px/1 VCMono,monospace;letter-spacing:.07em;text-transform:uppercase;text-decoration:none}.vc-tabs a.is-active{background:var(--coral);border-color:var(--coral)}
.vc-menu-view{height:var(--app-height)}.vc-reels{height:var(--app-height);overflow-y:auto;scroll-snap-type:y mandatory;scrollbar-width:none;overscroll-behavior-y:contain}.vc-reels::-webkit-scrollbar{display:none}
.vc-reel{position:relative;height:var(--app-height);scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden;background:#211427}.vc-reel-bg,.vc-placeholder{position:absolute;inset:0;width:100%;height:100%}.vc-reel-bg{object-fit:cover}.vc-placeholder{display:grid;place-items:center;background:linear-gradient(145deg,#f2f1ec,#dfe4da);color:var(--ink2)}.vc-placeholder img{width:min(190px,54vw);height:auto;object-fit:contain;padding:8px;opacity:1}.vc-placeholder span{position:absolute;bottom:128px;font:700 11px/1.4 VCMono,monospace;letter-spacing:.14em;text-transform:uppercase;color:rgba(58,36,79,.5)}
.vc-reel-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,7,13,.3) 0%,rgba(10,7,13,.06) 20%,rgba(18,11,24,.12) 45%,rgba(7,5,9,.64) 76%,rgba(7,5,9,.94) 100%)}
.vc-reel-count{position:absolute;right:15px;top:calc(var(--safe-top) + 84px);z-index:3;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.13);backdrop-filter:blur(12px);font:700 9px/1 VCMono,monospace;letter-spacing:.1em}
.vc-reel-copy{position:absolute;left:0;right:0;bottom:calc(var(--safe-bottom) + 92px);z-index:3;padding:0 18px 6px}.vc-reel-copy>span{display:block;margin-bottom:8px;padding-top:2px;font:700 10px/1.4 VCMono,monospace;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.88)}
.vc-reel-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:10px}.vc-reel-title-row h2,.vc-reel-copy--intro h1{margin:0;padding:.04em .02em .13em;font:400 clamp(40px,12vw,56px)/1 VCCaveat,cursive;text-wrap:balance;overflow:visible}.vc-reel-title-row strong{flex:0 0 auto;padding-bottom:9px;font:800 16px/1 VCMono,monospace;letter-spacing:.01em}.vc-reel-copy p{margin:0 0 15px;max-width:28ch;font-size:14px;line-height:1.5;color:rgba(255,255,255,.94)}
.vc-more{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.14);backdrop-filter:blur(12px);font:700 10px/1 VCMono,monospace;letter-spacing:.09em;text-transform:uppercase}.vc-more b{font-size:17px}.vc-reel--intro .vc-reel-copy{bottom:calc(var(--safe-bottom) + 126px)}.vc-swipe-hint{display:inline-flex;align-items:center;gap:9px;padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.13);font:700 10px/1 VCMono,monospace;letter-spacing:.08em;text-transform:uppercase}.vc-swipe-hint i{width:22px;height:8px;border-radius:999px;background:linear-gradient(90deg,var(--coral),rgba(255,255,255,.46));animation:vcSwipe 1.1s ease-in-out infinite}@keyframes vcSwipe{0%,100%{transform:translateY(0)}50%{transform:translateY(4px)}}
.vc-bottom{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,520px);z-index:120;display:grid;grid-template-columns:repeat(4,1fr);gap:7px;padding:10px 8px calc(var(--safe-bottom) + 10px);background:linear-gradient(180deg,transparent,rgba(12,8,16,.9) 28%,rgba(12,8,16,.99) 100%)}.vc-bottom button,.vc-bottom a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:52px;border-radius:17px;background:rgba(255,255,255,.08);text-decoration:none;font:700 9px/1 VCMono,monospace;letter-spacing:.07em;text-transform:uppercase}.vc-bottom a:last-child{background:var(--coral)}.vc-bottom span{font-size:17px}.vc-bottom [disabled]{opacity:.32}

/* ficha de plato */
.vc-sheet[hidden]{display:none}.vc-sheet{position:fixed;inset:0;z-index:300}.vc-sheet-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.62)}.vc-sheet-panel{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:min(100%,520px);max-height:calc(var(--app-height) * .88);overflow:auto;background:var(--paper);color:var(--ink2);border-radius:28px 28px 0 0;box-shadow:0 -22px 60px rgba(0,0,0,.4)}.vc-sheet-handle{width:50px;height:5px;border-radius:999px;background:rgba(58,36,79,.16);margin:10px auto}.vc-sheet-close{position:absolute;right:14px;top:14px;z-index:3;width:42px;height:42px;border-radius:50%;background:rgba(36,19,47,.92);color:#fff;font-size:28px;line-height:1}.vc-sheet-media{position:relative;height:310px;background:#ecebe5;overflow:hidden}.vc-sheet-media>img{width:100%;height:100%;object-fit:cover}.vc-sheet-placeholder{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(145deg,#f1f0ea,#e0e5db)}.vc-sheet-placeholder img{width:min(180px,54%);object-fit:contain}.vc-sheet-copy{padding:20px 18px 28px}.vc-sheet-copy>span{display:block;margin-bottom:6px;font:700 10px/1 VCMono,monospace;letter-spacing:.14em;text-transform:uppercase;color:var(--coral2)}.vc-sheet-copy h2{margin:0 0 10px;padding:.04em .02em .12em;font:400 clamp(38px,11vw,52px)/1 VCCaveat,cursive;overflow:visible}.vc-sheet-copy>strong{display:block;margin-bottom:14px;font:800 16px/1 VCMono,monospace;color:var(--coral2)}.vc-sheet-copy>p{margin:0;font-size:14px;line-height:1.58;color:#66596c}.vc-sheet-foot{margin-top:19px;padding-top:12px;border-top:1px solid rgba(58,36,79,.14);font:700 9px/1.5 VCMono,monospace;letter-spacing:.08em;text-transform:uppercase;color:#84788a}body.vc-lock{overflow:hidden}

@media(max-width:390px){
  .vc-home-badge{width:128px;height:128px}.vc-picker-viewport{gap:14px;scroll-padding-inline:calc(50% - 107px);padding-inline:calc(50% - 107px)}.vc-picker-card{flex-basis:214px;width:214px;height:332px}.vc-picker-card strong{font-size:21px;min-height:52px}.vc-home-center{margin-top:14px}.vc-reel-title-row h2,.vc-reel-copy--intro h1{font-size:40px}.vc-brand-btn span{display:none}.vc-brand-btn{min-width:46px}
}

/* v13: ajuste real del viewport para Android/Chrome y navegadores con barras dinámicas */
@media(max-height:780px){
  .vc-selector{padding-top:calc(var(--safe-top) + 10px);padding-bottom:calc(var(--safe-bottom) + 8px)}
  .vc-home-top{min-height:40px;padding-inline:15px}
  .vc-home-link{min-height:40px;font-size:13px}
  .vc-home-icon,.vc-home-flag{width:38px;height:38px}.vc-home-icon svg{width:24px;height:24px}.vc-home-flag{font-size:24px}
  .vc-home-center{gap:7px;margin-top:8px;margin-bottom:8px}
  .vc-home-badge{width:116px;height:116px;padding:8px}
  .vc-home-copy{padding-bottom:2px}.vc-home-copy span{font-size:9px;margin-bottom:3px}.vc-home-copy h1{font-size:32px;line-height:1}
  .vc-picker-viewport{gap:14px;scroll-padding-inline:calc(50% - 108px);padding-inline:calc(50% - 108px);padding-block:4px 6px}
  .vc-picker-card{flex-basis:216px;width:216px;height:308px;border-radius:26px}
  .vc-picker-card small{bottom:72px;font-size:8.5px}
  .vc-picker-card strong{bottom:14px;min-height:50px;font-size:20px}
  .vc-picker-dots{margin-top:6px}
}
@media(max-height:700px){
  .vc-home-center{margin-top:4px;margin-bottom:5px}
  .vc-home-badge{width:102px;height:102px;padding:7px}
  .vc-home-copy h1{font-size:29px}.vc-home-copy span{font-size:8.5px}
  .vc-picker-viewport{scroll-padding-inline:calc(50% - 100px);padding-inline:calc(50% - 100px)}
  .vc-picker-card{flex-basis:200px;width:200px;height:282px;border-radius:24px}
  .vc-picker-card small{left:14px;right:14px;bottom:66px}
  .vc-picker-card strong{left:14px;right:14px;bottom:12px;min-height:48px;font-size:19px;border-radius:16px}
  .vc-picker-dots{margin-top:4px}.vc-picker-dots button{width:8px;height:8px}
}
@media(max-height:620px){
  .vc-home-center{grid-template-columns:auto 1fr;align-items:center;justify-items:start;gap:10px;padding:0 16px;margin-block:2px 4px}
  .vc-home-badge{width:82px;height:82px}.vc-home-copy{text-align:left;padding:0}.vc-home-copy h1{font-size:27px}.vc-home-copy span{font-size:8px}
  .vc-picker-card{height:258px}
}
@media(prefers-reduced-motion:reduce){.vc-loader-mark span,.vc-swipe-hint i{animation:none}.vc-picker-card,.vc-picker-card img,.vc-reel-bg{transition:none!important;transform:none!important}}

/* v11: cabecera móvil con margen seguro para que “Viva Chapata” nunca se recorte */
.vc-top--reels{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  column-gap:10px;
  overflow:visible;
  padding-top:calc(var(--safe-top) + 10px);
  padding-bottom:11px;
}
.vc-top--reels .vc-brand-btn{
  min-width:128px;
  width:auto;
  flex:none;
  overflow:visible;
  padding:2px 2px 3px 0;
  line-height:1.35;
}
.vc-top--reels .vc-brand-btn img{
  width:42px;
  height:42px;
  flex:0 0 42px;
}
.vc-top--reels .vc-brand-btn span{
  display:block !important;
  min-width:max-content;
  padding:.22em .12em .28em 0;
  font-size:10.5px;
  line-height:1.35;
  white-space:nowrap;
  overflow:visible;
}
.vc-top--reels .vc-tabs{
  min-width:0;
  width:100%;
  overflow-x:auto;
  padding-block:2px 4px;
}
@media(max-width:390px){
  .vc-top--reels{column-gap:7px;padding-left:10px;padding-right:10px}
  .vc-top--reels .vc-brand-btn{min-width:112px;gap:6px}
  .vc-top--reels .vc-brand-btn img{width:38px;height:38px;flex-basis:38px}
  .vc-top--reels .vc-brand-btn span{display:block !important;font-size:9.2px;line-height:1.4;padding-bottom:.32em}
  .vc-top--reels .vc-tabs a{padding:8px 10px;font-size:8.5px}
}


/* Fondo de vídeo compartido. No altera la estructura móvil. */
.vc-video-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;pointer-events:none}
.vc-selector .vc-video-bg + .vc-home-bg{display:none}
.vc-video-bg--reels{position:fixed;z-index:0;opacity:.58;filter:saturate(.9) contrast(.96)}
.vcapp--reels{z-index:1}

/* ESCRITORIO: capa independiente. Móvil queda regido únicamente por los estilos anteriores. */
@media (min-width:1024px){
  :root{--top:96px;--bottom:0px;--app-height:100vh}
  html,body{width:100%;min-height:100%;}
  body.vc-selector-page,body.vc-reels-page{height:auto;min-height:100vh;overflow-x:hidden;overflow-y:auto;background:#0e0912}

  /* Selector a ancho completo */
  .vc-selector{width:100vw;max-width:none;height:100vh;min-height:760px;margin:0;padding:22px clamp(28px,4vw,72px) 34px;overflow:hidden}
  .vc-video-bg{object-position:center center}
  .vc-home-overlay{background:linear-gradient(180deg,rgba(8,5,10,.58) 0%,rgba(13,8,17,.18) 30%,rgba(14,9,18,.22) 55%,rgba(8,5,11,.86) 100%)}
  .vc-home-top{width:100%;padding:0;min-height:54px}
  .vc-home-link{font-size:15px}
  .vc-home-center{display:flex;align-items:center;justify-content:center;gap:22px;width:100%;margin:18px auto 24px}
  .vc-home-badge{width:132px;height:132px;flex:0 0 132px}
  .vc-home-copy{text-align:left;padding:0}
  .vc-home-copy span{font-size:11px}
  .vc-home-copy h1{font-size:clamp(44px,4.2vw,68px)}

  /* Los cinco selectores quedan fijos, visibles e iluminados */
  .vc-picker{width:100%;max-width:1500px;margin:auto auto 0}
  .vc-picker-viewport{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(14px,1.6vw,26px);overflow:visible;scroll-snap-type:none;padding:8px 0 12px}
  .vc-picker-card,.vc-picker-card.is-active{width:100%;height:clamp(330px,43vh,500px);min-width:0;flex:none;transform:none;opacity:1;border-radius:30px;box-shadow:0 20px 48px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.08)}
  .vc-picker-card img,.vc-picker-card.is-active img{opacity:1;filter:brightness(1.08) saturate(1.08) contrast(1.02);transform:scale(1.01)}
  .vc-picker-card .vc-picker-card-shade,.vc-picker-card.is-active .vc-picker-card-shade{background:linear-gradient(180deg,rgba(13,8,17,.04) 0%,rgba(13,8,17,.08) 48%,rgba(13,8,17,.72) 100%)}
  .vc-picker-card:hover{transform:translateY(-5px);box-shadow:0 28px 64px rgba(0,0,0,.5),0 0 0 1px rgba(231,91,115,.42)}
  .vc-picker-card:hover img{transform:scale(1.045)}
  .vc-picker-card small{left:18px;right:18px;bottom:84px;font-size:9px}
  .vc-picker-card strong{left:18px;right:18px;bottom:18px;min-height:56px;font-size:clamp(19px,1.5vw,25px)}
  .vc-picker-dots{display:none}

  /* Carta interior: ancho completo y todos los platos en una retícula de escritorio */
  .vc-video-bg--reels{display:block}
  .vcapp--reels{width:100%;max-width:none;height:auto;min-height:100vh;margin:0;background:rgba(18,11,24,.30)}
  .vc-top,.vc-top--reels{position:sticky;left:auto;top:0;transform:none;width:100%;max-width:none;margin:0;display:grid;grid-template-columns:auto minmax(0,1fr);padding:16px clamp(28px,4vw,72px);background:linear-gradient(180deg,rgba(10,6,13,.96),rgba(10,6,13,.78));backdrop-filter:blur(16px);z-index:120}
  .vc-top--reels .vc-brand-btn{min-width:180px}
  .vc-top--reels .vc-brand-btn img{width:54px;height:54px;flex-basis:54px}
  .vc-top--reels .vc-brand-btn span{font-size:13px}
  .vc-top--reels .vc-tabs{display:flex;justify-content:flex-end;align-items:center;gap:10px;overflow:visible;padding:0}
  .vc-tabs a{padding:12px 18px;font-size:10px}
  .vc-menu-view{height:auto;min-height:calc(100vh - 90px);padding:34px clamp(28px,4vw,72px) 70px}
  .vc-reels{height:auto;max-width:1500px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;overflow:visible;scroll-snap-type:none}
  .vc-reel{height:auto;min-height:480px;aspect-ratio:4/5;scroll-snap-align:none;scroll-snap-stop:normal;border-radius:30px;box-shadow:0 22px 54px rgba(0,0,0,.34);transition:transform .25s ease,box-shadow .25s ease}
  .vc-reel:hover{transform:translateY(-4px);box-shadow:0 30px 66px rgba(0,0,0,.46)}
  .vc-reel--intro{grid-column:1/-1;min-height:520px;aspect-ratio:16/6}
  .vc-reel-copy{bottom:24px;padding:0 24px 8px}
  .vc-reel--intro .vc-reel-copy{bottom:34px;max-width:760px;padding-left:34px}
  .vc-reel-title-row h2,.vc-reel-copy--intro h1{font-size:clamp(40px,3.3vw,58px)}
  .vc-reel-copy p{max-width:38ch;font-size:14px}
  .vc-reel--intro .vc-reel-copy p{max-width:60ch;font-size:16px}
  .vc-reel-count{top:20px;right:20px}
  .vc-bottom{display:none}

  /* Ficha de detalle adaptada a escritorio */
  .vc-sheet-panel{left:50%;bottom:50%;transform:translate(-50%,50%);width:min(1000px,84vw);max-height:84vh;border-radius:28px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);overflow:hidden}
  .vc-sheet-handle{display:none}
  .vc-sheet-media{height:100%;min-height:560px}
  .vc-sheet-copy{padding:54px 42px;align-self:center}
  .vc-sheet-copy h2{font-size:56px}
}

@media (min-width:1024px) and (max-width:1250px){
  .vc-picker-viewport{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
  .vc-picker-card,.vc-picker-card.is-active{height:360px}
  .vc-reels{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Ajustes escritorio v15.1: reserva visible y modal centrado en viewport */
.vc-desktop-reserve{display:none}
@media (min-width:1024px){
  .vc-top,.vc-top--reels{grid-template-columns:auto minmax(0,1fr) auto;column-gap:18px}
  .vc-desktop-reserve{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;background:var(--coral);color:#fff;text-decoration:none;font:800 10px/1 VCMono,monospace;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;box-shadow:0 10px 28px rgba(231,91,115,.22)}
  .vc-desktop-reserve:hover{background:var(--coral2);transform:translateY(-1px)}
  .vc-sheet{display:flex;align-items:center;justify-content:center;padding:clamp(28px,5vh,64px) clamp(24px,4vw,64px);overflow:auto}
  .vc-sheet[hidden]{display:none}
  .vc-sheet-panel{position:relative;left:auto;bottom:auto;transform:none;width:min(1000px,84vw);max-height:min(760px,calc(100vh - 96px));margin:auto;border-radius:28px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);overflow:hidden}
  .vc-sheet-media{height:auto;min-height:0;max-height:min(660px,calc(100vh - 150px))}
  .vc-sheet-copy{max-height:min(660px,calc(100vh - 150px));overflow:auto}
}
