/* ═══ show.html — página dedicada del show 7-nov ═══
   Actos: hero y boletos en Blanco · "La noche" (galería, video) en Negro · cierre en Suelo (gris) */

.show-body { background: var(--blanco); }
.showpage { position: relative; z-index: 1; }

/* ── nav mínima ── */
.snav { position: fixed; top: 0; left: 0; right: 0; z-index: 900; display: flex; align-items: center; justify-content: space-between; padding: 18px var(--gutter); mix-blend-mode: difference; color: var(--frio); }
.snav__logo img { width: clamp(96px, 9vw, 132px); height: auto; filter: invert(1); }
.snav__right { display: flex; align-items: center; gap: 22px; }
.snav .nav__account, .snav__ticket { font-family: var(--oswald); font-weight: 400; font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--frio); }
.snav__ticket { padding: 11px 18px; border: 1px solid var(--frio); transition: background .3s, color .3s; }
.snav__ticket:hover { background: var(--frio); color: var(--negro); }

/* ── hero ── */
.shero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; background: var(--blanco); padding: 18vh var(--gutter) 9vh; }
.shero__img { position: absolute; inset: 0; z-index: 0; display: flex; justify-content: flex-end; align-items: flex-end; pointer-events: none; }
.shero__img img { width: min(62vw, 118vh); max-height: 96vh; object-fit: contain; object-position: right bottom; margin: 0 0 2vh 0; transform: scale(1.05); opacity: 0; }
.shero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 14vh; z-index: 1; pointer-events: none; background: linear-gradient(to bottom, rgba(247,247,245,0), rgba(247,247,245,.9)); }
.shero__content { position: relative; z-index: 2; max-width: min(620px, 46vw); display: flex; flex-direction: column; align-items: flex-start; }
.shero__eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: var(--cinzel); font-size: 12px; letter-spacing: .34em; text-transform: uppercase; color: var(--humo); margin-bottom: 26px; }
.shero__eyebrow i { display: block; width: 28px; height: 1px; background: var(--humo); }
.shero__title { margin: 0 0 14px; }
.shero__title img { width: min(88vw, 560px); height: auto; }
.shero__date { width: min(72vw, 420px); height: auto; margin: 0 0 26px 4px; }
.shero__lead { font-family: var(--corm); font-size: clamp(18px, 1.5vw, 22px); line-height: 1.4; color: var(--ceniza); max-width: 44ch; margin-bottom: 34px; }
.shero__cta { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 34px; }
.shero__note { font-family: var(--corm); font-style: italic; font-size: 16px; color: var(--humo); }
.btn--big { padding: 20px 34px; font-size: 13px; }
.shero__scroll { position: absolute; right: var(--gutter); bottom: 32px; z-index: 2; width: 1px; height: 64px; background: var(--negro); overflow: hidden; }
.shero__scroll span { position: absolute; inset: 0; background: var(--blanco); animation: scrollLine 2.2s var(--ease) infinite; }

/* ── tres actos ── */
.acts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.act { padding: clamp(26px, 3vw, 44px); border: 1px solid var(--linea); min-height: 300px; display: flex; flex-direction: column; gap: 14px; }
.act__n { font-family: var(--cinzel); font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--humo); }
.act__name { font-family: var(--oswald); font-weight: 500; text-transform: uppercase; font-size: clamp(34px, 3.6vw, 54px); line-height: 1; }
.act__desc { font-family: var(--corm); font-size: 18px; line-height: 1.4; color: var(--ceniza); margin-top: auto; }
.act--blanco { background: var(--blanco-puro); }
.act--negro { background: var(--negro); color: var(--frio); border-color: var(--negro); }
.act--negro .act__desc { color: rgba(229,229,229,.78); }
.act--suelo { background: #E9E9E6; }
.sacts__foot { font-family: var(--corm); font-style: italic; font-size: clamp(18px, 1.5vw, 22px); color: var(--ceniza); max-width: 60ch; margin-top: 40px; }

/* ═══ LA NOCHE · galería y video (acto Negro) ═══ */
.noche { background: var(--negro); color: var(--frio); position: relative; padding: 0 0 clamp(90px, 10vw, 160px); }
.noche .section__num, .noche .section__lead { color: var(--humo); }
.noche .section__head { padding: clamp(70px, 9vw, 130px) var(--gutter) 0; }

.film { position: relative; height: 100svh; min-height: 560px; overflow: hidden; background: var(--pizarra); }
.film video, .film__poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.film video { opacity: 0; transition: opacity 1.2s; }
.film.is-playing video { opacity: 1; }
.film::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,10,.92) 0%, rgba(10,10,10,.25) 45%, rgba(10,10,10,.35) 100%); }
.film__content { position: absolute; left: var(--gutter); right: var(--gutter); bottom: clamp(40px, 7vh, 90px); z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.film__eyebrow { font-family: var(--cinzel); font-size: 11px; letter-spacing: .34em; text-transform: uppercase; color: rgba(229,229,229,.7); }
.film__title { font-family: var(--oswald); font-weight: 500; text-transform: uppercase; font-size: clamp(44px, 8vw, 128px); line-height: .92; letter-spacing: -.005em; max-width: 9em; }
.film__title .ch { display: inline-block; transform: translateY(110%); }
.film__title .line { display: block; overflow: hidden; }
.film__title .line--soft { font-family: var(--corm); font-style: italic; text-transform: none; font-weight: 400; font-size: .5em; letter-spacing: 0; color: rgba(229,229,229,.8); }
.film__row { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 8px; }
.film__play { display: inline-flex; align-items: center; gap: 14px; font-family: var(--oswald); font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--frio); }
.film__play i { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--frio); border-radius: 50%; transition: background .3s, color .3s; }
.film__play i::before { content: ""; display: block; width: 0; height: 0; border-left: 12px solid currentColor; border-top: 7px solid transparent; border-bottom: 7px solid transparent; margin-left: 3px; }
.film__play:hover i { background: var(--frio); color: var(--negro); }
.film__meta { font-family: var(--corm); font-style: italic; font-size: 17px; color: rgba(229,229,229,.65); }

/* galería editorial */
.gal { padding: 0 var(--gutter); }
.gal__cap { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: baseline; padding: clamp(40px, 6vw, 80px) 0 26px; border-top: 1px solid rgba(229,229,229,.14); }
.gal__cap:first-child { border-top: 0; padding-top: 0; }
.gal__num { font-family: var(--cinzel); font-size: 12px; letter-spacing: .3em; color: var(--humo); }
.gal__title { font-family: var(--oswald); font-weight: 500; text-transform: uppercase; font-size: clamp(24px, 2.6vw, 38px); line-height: 1; }
.gal__title em { display: block; font-family: var(--corm); font-style: italic; text-transform: none; font-weight: 400; font-size: clamp(17px, 1.3vw, 20px); color: var(--humo); margin-top: 8px; letter-spacing: 0; }
.gal__grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(120px, auto); gap: 10px; }
.gal__item { position: relative; overflow: hidden; background: var(--pizarra); display: block; width: 100%; padding: 0; cursor: pointer; grid-column: span 4; aspect-ratio: 3 / 2; }
.gal__item--w6 { grid-column: span 6; }
.gal__item--w8 { grid-column: span 8; }
.gal__item--w12 { grid-column: span 12; aspect-ratio: 21 / 9; }
.gal__item--tall { grid-column: span 4; grid-row: span 2; aspect-ratio: auto; }
.gal__item--sq { aspect-ratio: 4 / 3; }
.gal__item img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 1.2s var(--ease), filter .6s; filter: saturate(.78) contrast(1.04); }
.gal__item:hover img { transform: scale(1); filter: saturate(.92) contrast(1.06); }
.gal__item figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 16px 14px; font-family: var(--cinzel); font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--frio); background: linear-gradient(to top, rgba(10,10,10,.75), rgba(10,10,10,0)); opacity: 0; transform: translateY(6px); transition: opacity .5s, transform .6s var(--ease); text-align: left; }
.gal__item:hover figcaption, .gal__item:focus-visible figcaption { opacity: 1; transform: translateY(0); }
.gal__item:focus-visible { outline: 1px solid var(--frio); outline-offset: 3px; }

/* frase entre capítulos */
.gal__quote { grid-column: span 4; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px 22px 18px; border: 1px solid rgba(229,229,229,.16); font-family: var(--corm); font-style: italic; font-size: clamp(19px, 1.6vw, 24px); line-height: 1.3; color: rgba(229,229,229,.85); }
.gal__quote small { display: block; font-family: var(--cinzel); font-style: normal; font-size: 10px; letter-spacing: .3em; text-transform: uppercase; color: var(--humo); margin-top: 16px; }

/* vertical + Noche */
.gal__reel { grid-column: span 4; grid-row: span 2; position: relative; overflow: hidden; background: var(--pizarra); }
.gal__reel video { width: 100%; height: 100%; object-fit: cover; display: block; }
.gal__reel span { position: absolute; left: 16px; bottom: 14px; font-family: var(--cinzel); font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--frio); }

.gal__noche { grid-column: span 4; display: flex; flex-direction: column; gap: 14px; padding: 26px; background: var(--pizarra); border: 1px solid rgba(229,229,229,.14); }
.gal__noche .tier__tag { color: rgba(229,229,229,.6); }
.gal__noche h4 { font-family: var(--oswald); font-weight: 500; text-transform: uppercase; font-size: clamp(30px, 3vw, 44px); line-height: 1; }
.gal__noche p { font-family: var(--corm); font-size: 18px; line-height: 1.4; color: rgba(229,229,229,.8); }
.gal__noche .btn { align-self: flex-start; margin-top: auto; }

/* prueba: shows anteriores */
.pasado { padding: clamp(60px, 8vw, 110px) var(--gutter) 0; }
.pasado__head { font-family: var(--cinzel); font-size: 11px; letter-spacing: .34em; text-transform: uppercase; color: var(--humo); margin-bottom: 18px; }
.pasado__list { border-top: 1px solid rgba(229,229,229,.16); }
.pasado__item { display: grid; grid-template-columns: 90px 1fr auto auto; gap: 20px; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(229,229,229,.16); width: 100%; text-align: left; color: var(--frio); transition: padding-left .5s var(--ease); }
.pasado__item:hover { padding-left: 10px; }
.pasado__year { font-family: var(--cinzel); font-size: 13px; letter-spacing: .24em; color: var(--humo); }
.pasado__name { font-family: var(--oswald); font-weight: 400; text-transform: uppercase; font-size: clamp(20px, 2.2vw, 32px); line-height: 1.05; }
.pasado__name small { display: block; font-family: var(--corm); font-style: italic; text-transform: none; font-size: 16px; color: var(--humo); margin-top: 4px; }
.pasado__tag { font-family: var(--cinzel); font-size: 10px; letter-spacing: .3em; text-transform: uppercase; padding: 8px 12px; border: 1px solid rgba(229,229,229,.35); color: rgba(229,229,229,.8); }
.pasado__play { font-family: var(--oswald); font-size: 11px; letter-spacing: .24em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 10px; }
.pasado__play::before { content: ""; width: 0; height: 0; border-left: 8px solid currentColor; border-top: 5px solid transparent; border-bottom: 5px solid transparent; }

.noche__cta { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; padding: clamp(50px, 7vw, 90px) var(--gutter) 0; }
.noche__cta .btn--solid { background: var(--frio); color: var(--negro); }
.noche__cta .btn--solid::before { background: var(--negro); }
.noche__cta .btn--solid:hover { color: var(--frio); }
.noche__cta p { font-family: var(--corm); font-style: italic; font-size: 18px; color: rgba(229,229,229,.7); max-width: 40ch; }

/* lightbox */
.lb { position: fixed; inset: 0; z-index: 1200; background: rgba(10,10,10,.96); display: none; align-items: center; justify-content: center; }
.lb.is-open { display: flex; }
.lb__stage { position: relative; width: min(94vw, 1500px); height: 86svh; display: flex; align-items: center; justify-content: center; }
.lb__img { max-width: 100%; max-height: 100%; object-fit: contain; opacity: 0; transform: scale(.985); transition: opacity .45s, transform .7s var(--ease); }
.lb__img.is-in { opacity: 1; transform: scale(1); }
.lb__video { width: min(94vw, 1400px); aspect-ratio: 16 / 9; max-height: 86svh; background: #000; }
.lb__video iframe { width: 100%; height: 100%; border: 0; display: block; }
.lb__cap { position: absolute; left: 0; bottom: -34px; font-family: var(--cinzel); font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: var(--humo); }
.lb__count { position: absolute; right: 0; bottom: -34px; font-family: var(--cinzel); font-size: 11px; letter-spacing: .26em; color: var(--humo); }
.lb__btn { position: absolute; top: 50%; transform: translateY(-50%); width: 56px; height: 56px; color: var(--frio); font-size: 30px; font-family: var(--corm); display: grid; place-items: center; opacity: .7; transition: opacity .3s; }
.lb__btn:hover { opacity: 1; }
.lb__prev { left: 6px; } .lb__next { right: 6px; }
.lb__close { position: absolute; top: 18px; right: 22px; color: var(--frio); font-size: 34px; line-height: 1; font-family: var(--corm); opacity: .8; }
.lb__close:hover { opacity: 1; }

/* ── boletos ── */
.stiers { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.stier { border: 1px solid var(--negro); padding: clamp(28px, 3.4vw, 48px); display: flex; flex-direction: column; gap: 14px; background: var(--blanco-puro); }
.stier--dark { background: var(--negro); color: var(--frio); }
.stier__tag { font-family: var(--cinzel); font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--humo); }
.stier--dark .stier__tag { color: rgba(229,229,229,.6); }
.stier__name { font-family: var(--oswald); font-weight: 600; text-transform: uppercase; font-size: clamp(44px, 5vw, 76px); line-height: 1; letter-spacing: .01em; }
.stier__list { display: flex; flex-direction: column; gap: 8px; margin: 6px 0 10px; }
.stier__list li { font-family: var(--corm); font-size: 18px; line-height: 1.3; padding-left: 18px; position: relative; }
.stier__list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 1px; background: currentColor; opacity: .6; }
.stier__price { font-family: var(--oswald); font-size: clamp(30px, 3vw, 44px); font-weight: 500; line-height: 1; margin-top: auto; }
.stier__price small { display: block; font-family: var(--cinzel); font-size: 10px; letter-spacing: .26em; text-transform: uppercase; color: var(--humo); margin-top: 8px; }
.stier--dark .stier__price small { color: rgba(229,229,229,.6); }
.stier .btn { align-self: flex-start; margin-top: 12px; }
.stier--dark .btn--invert { background: var(--frio); color: var(--negro); border-color: var(--frio); }
.stier--dark .btn--invert:hover { color: var(--frio); }
.sboletos__note { font-family: var(--corm); font-style: italic; font-size: 16px; color: var(--humo); margin-top: 22px; max-width: 70ch; }

/* ── setlist sellado ── */
.sealed { max-width: 720px; border-top: 1px solid var(--linea); }
.sealed li { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--linea); }
.sealed li i { font-family: var(--cinzel); font-style: normal; font-size: 12px; letter-spacing: .2em; color: var(--humo); }
.sealed li b { display: block; height: 10px; width: clamp(120px, 40%, 320px); background: repeating-linear-gradient(90deg, var(--negro) 0 6px, transparent 6px 10px); opacity: .18; }
.sealed__act { grid-template-columns: 1fr !important; padding: 22px 0 10px !important; }
.sealed__act span { font-family: var(--cinzel); font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--humo); }
.sset__foot { font-family: var(--corm); font-style: italic; font-size: 18px; color: var(--ceniza); margin-top: 30px; max-width: 60ch; }

/* ── foro ── */
.sforo__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: start; }
.sforo__map { aspect-ratio: 4 / 3; background: #E6E6E3; filter: grayscale(1) contrast(1.05); }
.sforo__map iframe { width: 100%; height: 100%; border: 0; display: block; }
.sforo__info div { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--linea); }
.sforo__info dt { font-family: var(--cinzel); font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--humo); padding-top: 4px; }
.sforo__info dd { font-family: var(--corm); font-size: 18px; line-height: 1.4; }

/* ── faq ── */
.faq { max-width: 820px; border-top: 1px solid var(--linea); }
.faq__item { border-bottom: 1px solid var(--linea); }
.faq__item summary { list-style: none; cursor: pointer; padding: 20px 40px 20px 0; font-family: var(--oswald); font-weight: 400; text-transform: uppercase; font-size: 16px; letter-spacing: .08em; position: relative; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-family: var(--corm); font-size: 26px; color: var(--humo); transition: transform .4s var(--ease); }
.faq__item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq__item p { font-family: var(--corm); font-size: 18px; line-height: 1.45; color: var(--ceniza); padding: 0 0 22px; max-width: 64ch; }
.faq__item a { text-decoration: underline; text-underline-offset: 3px; }

/* ── cierre (acto Suelo) ── */
.scierre { background: #E9E9E6; padding: clamp(90px, 12vw, 180px) var(--gutter); display: flex; flex-direction: column; align-items: flex-start; gap: 36px; }
.scierre__quote { font-family: var(--corm); font-style: italic; font-size: clamp(26px, 3.4vw, 52px); line-height: 1.15; max-width: 22em; }

/* ── responsive ── */
@media (max-width: 900px) {
  .acts, .stiers, .sforo__grid { grid-template-columns: 1fr; }
  .gal__item, .gal__item--w6, .gal__item--w8, .gal__quote, .gal__noche { grid-column: span 6; }
  .gal__item--w12 { grid-column: span 12; }
  .gal__item--tall, .gal__reel { grid-column: span 6; grid-row: span 2; }
  .pasado__item { grid-template-columns: 70px 1fr; }
  .pasado__tag { display: none; }
  .pasado__play { grid-column: 2; }
}
@media (max-width: 600px) {
  .shero { padding-top: 24vh; }
  .shero__img img { width: 100vw; max-height: 70vh; opacity: .55; }
  .shero__lead { font-size: 17px; }
  .film { height: 88svh; min-height: 520px; }
  .gal__grid { gap: 8px; }
  .gal__item, .gal__item--w6, .gal__item--w8, .gal__item--w12, .gal__quote, .gal__noche { grid-column: span 12; aspect-ratio: 3 / 2; }
  .gal__quote, .gal__noche { aspect-ratio: auto; }
  .gal__item--tall, .gal__reel { grid-column: span 12; grid-row: auto; aspect-ratio: 4 / 5; }
  .gal__item figcaption { opacity: 1; transform: none; }
  .sforo__info div { grid-template-columns: 1fr; gap: 4px; }
  .lb__stage { height: 78svh; }
  .lb__btn { width: 44px; }
  .lb__cap { max-width: 70%; }
}

/* título de la sección: cabe en una línea en desktop */
.noche .section__title { font-size: clamp(38px, 6.4vw, 96px); white-space: nowrap; }
@media (max-width: 600px) { .noche .section__title { font-size: 11.5vw; white-space: normal; } }
.lb { background: rgba(10,10,10,.985); }
body.lb-open .snav { opacity: 0; pointer-events: none; }
@media (max-width: 600px) { .act { min-height: 0; gap: 10px; } .act__desc { margin-top: 6px; } }

/* cinta */
.cinta { overflow: hidden; border-top: 1px solid rgba(229,229,229,.16); border-bottom: 1px solid rgba(229,229,229,.16); padding: 14px 0; }
.cinta__track { display: flex; width: max-content; animation: cinta 38s linear infinite; }
.cinta__track span { font-family: var(--cinzel); font-size: 11px; letter-spacing: .34em; text-transform: uppercase; color: rgba(229,229,229,.7); white-space: nowrap; padding-right: 1em; }
@keyframes cinta { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .cinta__track { animation: none; } }
/* CTA en el lightbox */
.lb__cta { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); font-family: var(--oswald); font-size: 12px; letter-spacing: .26em; text-transform: uppercase; color: var(--frio); padding: 12px 20px; border: 1px solid rgba(229,229,229,.45); transition: background .3s, color .3s; }
.lb__cta:hover { background: var(--frio); color: var(--negro); }
@media (max-width: 600px) { .lb__cta { bottom: 14px; font-size: 11px; padding: 10px 16px; } .shero__content { max-width: 100%; } }
/* captions siempre visibles pero discretos en pantallas sin hover */
@media (hover: none) { .gal__item figcaption { opacity: 1; transform: none; } }

/* muro de fans */
.gal__item--w4 { grid-column: span 4; }
.gal__item--w3 { grid-column: span 3; aspect-ratio: 3 / 4; }
.gal__item--m { grid-column: span 3; aspect-ratio: 4 / 3; }
.gal__reel--wide { grid-column: span 8; grid-row: span 2; aspect-ratio: 16 / 9; }
@media (max-width: 900px) {
  .gal__reel--wide { grid-column: span 12; grid-row: auto; }
  .gal__item--m, .gal__item--w3 { grid-column: span 6; }
}
@media (max-width: 600px) {
  .gal__item--m, .gal__item--w3 { grid-column: span 6; aspect-ratio: 1; }
}

/* hero de La noche: reacciones difuminadas */
.film video, .film__poster { filter: blur(3px) saturate(.85) contrast(1.05); transform: scale(1.06); }
.film::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(ellipse at 50% 45%, rgba(10,10,10,0) 30%, rgba(10,10,10,.55) 75%, rgba(10,10,10,.9) 100%); }
.film::after { z-index: 1; }

/* ═══ móvil ═══ */
@media (max-width: 600px) {
  /* hero: texto arriba, foto completa abajo (sin encimarse) */
  .shero { min-height: 0; display: flex; flex-direction: column; padding: 96px var(--gutter) 0; }
  .shero__img { order: 2; position: relative; inset: auto; display: block; margin: 18px calc(-1 * var(--gutter)) 0; }
  .shero__content { order: 1; }
  .shero__img img { width: 100%; max-height: none; margin: 0; opacity: 1; transform: none; object-position: center bottom; }
  .shero::after { display: none; }
  .shero__content { max-width: 100%; }
  .shero__eyebrow { font-size: 11px; letter-spacing: .26em; margin-bottom: 18px; }
  .shero__title img { width: 100%; }
  .shero__date { width: 78%; margin: 4px 0 18px 2px; }
  .shero__lead { font-size: 17px; margin-bottom: 22px; }
  .count { gap: 18px; }
  .shero__cta { margin-top: 24px; gap: 12px; }
  .shero__cta .btn { width: 100%; text-align: center; }
  .shero__scroll { display: none; }

  /* film */
  .film { height: 82svh; min-height: 480px; }
  .film__content { bottom: 28px; gap: 14px; }
  .film__title { font-size: 15vw; }
  .film__title .line--soft { margin-top: .12em; }
  .film__meta { font-size: 15px; }
  .film__play i { width: 50px; height: 50px; }

  /* galería: una columna limpia; pares solo para las fotos chicas */
  .gal__grid { gap: 8px; }
  .gal__grid > .gal__item, .gal__item--w4, .gal__item--w6, .gal__item--w8, .gal__item--w12, .gal__item--m, .gal__item--w3 { grid-column: span 12; aspect-ratio: 3 / 2; }
  .gal__item--tall, .gal__reel { grid-column: span 12; grid-row: auto; aspect-ratio: 4 / 5; }
  .gal__reel--wide { aspect-ratio: 16 / 9; }
  .gal__quote, .gal__noche { grid-column: span 12; aspect-ratio: auto; }
  .gal__cap { grid-template-columns: 1fr; gap: 6px; padding-top: 40px; }
  .gal__title { font-size: 26px; }
  .noche .section__head { padding-top: 56px; }
  .cinta__track span { font-size: 10px; }
  .pasado { padding-top: 48px; }
  .pasado__item { padding: 16px 0; gap: 8px 14px; }
  .noche__cta { padding-top: 40px; }
  .noche__cta .btn { width: 100%; text-align: center; }

  /* boletos y cierre */
  .stier .btn, .scierre .btn { width: 100%; text-align: center; }
  .scierre__quote { font-size: 26px; }

  /* barra fija de compra */
  .mbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 800; padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom)); background: rgba(247,247,245,.92); backdrop-filter: blur(10px); border-top: 1px solid var(--linea); display: flex; align-items: center; justify-content: space-between; gap: 12px; transform: translateY(110%); transition: transform .5s var(--ease); }
  .mbar.is-on { transform: translateY(0); }
  .mbar__txt { font-family: var(--cinzel); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--humo); line-height: 1.4; }
  .mbar__txt b { display: block; font-family: var(--oswald); font-size: 14px; letter-spacing: .06em; color: var(--negro); }
  .mbar .btn { padding: 13px 18px; font-size: 11px; white-space: nowrap; }
  body.lb-open .mbar { transform: translateY(110%); }
}
@media (min-width: 601px) { .mbar { display: none; } }

/* Título de texto mientras el nombre del disco está guardado (hasta el 29-sep) */
.shero__title--txt{font-family:'Oswald',sans-serif;font-weight:700;text-transform:uppercase;font-size:clamp(1.7rem,3.6vw,3rem);line-height:1.08;letter-spacing:.01em;color:#0A0A0A;margin:0 0 .5em;max-width:16ch}
.stier__note{display:block;font-family:'Cormorant Garamond',serif;font-style:italic;font-size:1.02rem;line-height:1.35;opacity:.75;margin:-.4rem 0 1rem}
