:root {
  --ink: #080a0e;
  --navy: #0c1220;
  --navy-2: #111a2d;
  --paper: #f5f2eb;
  --white: #fff;
  --muted: #9da3ae;
  --gold: #cba45e;
  --gold-light: #e6c887;
  --red: #a9232c;
  --line: rgba(255,255,255,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.brand-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 88px; padding: 0 clamp(24px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; color: white; transition: background .35s, height .35s, box-shadow .35s; }
.site-header.scrolled { height: 72px; background: rgba(7,9,13,.93); backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(255,255,255,.08); }
.brand { display: inline-flex; align-items: center; gap: 12px; z-index: 52; }
.brand img { width: 45px; height: 54px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: .95; text-transform: uppercase; letter-spacing: .08em; }
.brand strong { font: 700 1rem/1.1 Georgia, serif; letter-spacing: .15em; }
.brand small { margin-top: 5px; font-size: .58rem; letter-spacing: .38em; color: var(--gold-light); }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 38px); font-size: .82rem; font-weight: 600; letter-spacing: .04em; }
.main-nav a { position: relative; padding: 10px 0; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--gold); transition: right .25s; }
.main-nav a:hover::after { right: 0; }
.main-nav .nav-cta { border: 1px solid rgba(255,255,255,.38); padding: 11px 19px; border-radius: 99px; transition: background .25s, color .25s; }
.main-nav .nav-cta:hover { background: white; color: var(--ink); }
.menu-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; padding: 9px; z-index: 52; }
.menu-toggle span { display: block; height: 1px; margin: 8px 0; background: white; transition: transform .3s; }

.hero { position: relative; min-height: 100svh; color: white; background: #050609; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(4,5,8,.12) 15%, rgba(4,5,8,.25) 50%, rgba(4,5,8,.92) 100%), linear-gradient(0deg, rgba(4,5,8,.92), transparent 42%), url('./assets/cabecera-pasion.webp'); background-size: cover; background-position: center left; transform: scale(1.015); animation: hero-in 1.5s cubic-bezier(.2,.7,.2,1) both; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 42%, rgba(169,35,44,.16), transparent 36%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; width: min(620px, 46vw); margin-left: 53%; padding-top: clamp(170px, 23vh, 250px); }
.eyebrow { margin: 0 0 22px; font-size: .72rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 32px; height: 1px; margin: 0 13px 3px 0; background: currentColor; }
.eyebrow.gold { color: #a8782f; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin: 0; font-size: clamp(4rem, 7vw, 7.7rem); line-height: .83; letter-spacing: -.065em; }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
.hero-copy { max-width: 480px; margin: 31px 0 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.25vw, 1.18rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 40px); margin-top: 44px; }
.button { display: inline-flex; align-items: center; gap: 20px; font-size: .71rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; transition: color .3s, background .45s ease, border-color .3s; }
.button span { font-size: .92rem; line-height: 1; transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.button:hover span { transform: translateX(6px); }
/* Píldora, como el «Contacto» de la cabecera. El principal en dorado macizo y
   el secundario con el mismo perfil pero solo contorno. */
.button-primary, .button-ghost { padding: 17px 32px; border: 1px solid; border-radius: 999px; }
.button-primary { color: #14110a; background: var(--gold); border-color: var(--gold); }
.button-primary:hover { background: var(--gold-light); border-color: var(--gold-light); }
.button-ghost { color: rgba(255,255,255,.86); border-color: rgba(255,255,255,.32); }
.button-ghost:hover { color: #14110a; background: #fff; border-color: #fff; }
.hero-stats { position: absolute; z-index: 3; left: clamp(24px, 5vw, 78px); right: clamp(24px, 5vw, 78px); bottom: 0; min-height: 94px; display: flex; justify-content: flex-end; gap: clamp(28px, 5vw, 78px); align-items: center; border-top: 1px solid var(--line); }
.hero-stats div { display: flex; align-items: baseline; gap: 11px; }
.hero-stats span { font: 400 1.9rem Georgia, serif; color: var(--gold-light); }
.hero-stats small { font-size: .67rem; color: rgba(255,255,255,.58); text-transform: uppercase; letter-spacing: .08em; }
.scroll-cue { position: absolute; z-index: 4; bottom: 31px; left: clamp(24px, 5vw, 78px); display: flex; align-items: center; gap: 11px; font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.58); }
.scroll-cue span { width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; position: relative; }
.scroll-cue span::after { content: "↓"; position: absolute; inset: 5px 0 0; text-align: center; }

.section { position: relative; padding: clamp(88px, 10vw, 150px) clamp(24px, 7vw, 110px); }
.section-number { position: absolute; top: 40px; right: 5vw; color: rgba(8,10,14,.22); font-size: .7rem; letter-spacing: .18em; }
.intro { display: grid; grid-template-columns: 1fr minmax(300px, .74fr); gap: clamp(60px, 10vw, 160px); align-items: center; max-width: 1440px; margin: 0 auto; }
.intro-copy { max-width: 680px; }
h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5.6rem); line-height: .96; letter-spacing: -.045em; }
.lead { margin: 35px 0 18px; font: 400 clamp(1.15rem, 1.7vw, 1.45rem)/1.55 Georgia, serif; color: #33353a; }
.intro-copy > p:not(.eyebrow):not(.lead) { max-width: 590px; color: #686b72; line-height: 1.8; }
.text-link { display: inline-flex; gap: 45px; margin-top: 25px; padding-bottom: 8px; border-bottom: 1px solid #b59a69; font-size: .78rem; font-weight: 700; letter-spacing: .05em; }
.banner-card { position: relative; margin: 0; height: min(640px, 72vw); min-height: 480px; overflow: hidden; background: var(--navy); }
.banner-card::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.banner-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.04); transition: transform .8s ease; }
.banner-card:hover img { transform: scale(1.025); }
.banner-card figcaption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 55px 30px 28px; display: flex; align-items: end; justify-content: space-between; color: white; background: linear-gradient(transparent, rgba(4,7,12,.88)); }
.banner-card figcaption span { font: 1.25rem Georgia, serif; }
.banner-card figcaption small { color: var(--gold-light); font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; }

.manifesto { padding: 130px 24px; text-align: center; color: white; background: var(--navy); }
.manifesto-line { width: 1px; height: 62px; margin: 0 auto 34px; background: var(--gold); }
.manifesto p { margin: 0; font: 400 clamp(2rem, 4vw, 4.8rem)/1.13 Georgia, serif; letter-spacing: -.035em; }
.manifesto span { display: block; margin-top: 32px; color: var(--gold-light); font-size: .68rem; letter-spacing: .24em; text-transform: uppercase; }

.history { max-width: 1600px; margin: 0 auto; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 65px; }
.section-heading > p { width: min(360px, 35vw); margin: 0 0 7px; color: #6c7077; line-height: 1.65; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c9c6bf; }
/* Sin líneas verticales entre hitos: cerraban la fila como una tabla y dejaban
   una raya suelta al final. La sangría también se quita de en medio, porque
   desplazaba el primer punto y los hitos no quedaban a distancia regular. */
.timeline article { position: relative; min-height: 235px; padding: 30px 40px 24px 0; }
.timeline article::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--paper); border: 1px solid #888; }
.timeline article.active::before { background: var(--red); border-color: var(--red); box-shadow: 0 0 0 6px rgba(169,35,44,.09); }
.timeline span { color: #9c7638; font-size: .75rem; letter-spacing: .12em; }
.timeline h3 { margin: 35px 0 13px; font: 400 1.4rem Georgia, serif; }
.timeline p { margin: 0; color: #73757a; font-size: .86rem; line-height: 1.65; }
.image-placeholder { min-height: 260px; padding: 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; color: rgba(255,255,255,.65); background: linear-gradient(135deg, #151a23, #080b11); border: 1px dashed rgba(203,164,94,.32); }
.image-placeholder::before { content: "+"; display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 7px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; font-size: 1.5rem; font-weight: 200; }
.image-placeholder span { color: var(--gold-light); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.image-placeholder strong { font: 400 1rem Georgia, serif; }
.image-placeholder.wide { min-height: 360px; margin-top: 50px; }

.holy-week { color: white; background: var(--navy); }
.holy-week .section-heading, .holy-week .data-note { max-width: 1280px; margin-inline: auto; }
.section-heading.light > p { color: rgba(255,255,255,.58); }
/* Recorrido en zigzag: la imagen alterna de lado en cada titular. */
/* Sin tope, en pantallas muy anchas la columna de texto se estiraba y dejaba un
   hueco enorme entre el texto y la imagen. */
.route-list { display: grid; gap: clamp(72px, 9vw, 150px); margin-top: clamp(46px, 6vw, 84px); max-width: 1280px; margin-inline: auto; }
.route-card + .route-card { padding-top: clamp(66px, 8vw, 132px); border-top: 1px solid rgba(255,255,255,.085); }
.route-card { display: grid; grid-template-columns: minmax(0, 420px) minmax(0, 1fr); gap: clamp(28px, 5vw, 78px); align-items: center; }
.route-card:nth-child(even) { grid-template-columns: minmax(0, 1fr) minmax(0, 420px); }
.route-card:nth-child(even) > .titular-visual { order: 2; }
.route-head { margin-bottom: 26px; }
.route-head span { display: block; margin-top: 13px; }
.route-list .day { color: var(--gold-light); font: italic 1.05rem/1.25 Georgia, serif; }
.route-list span { color: #8f96a4; font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; }
.route-list h3 { margin: 8px 0 7px; font: 400 clamp(1.25rem, 2.2vw, 2.2rem) Georgia, serif; }
.route-list p { margin: 0; color: #9096a2; font-size: .8rem; }
.titular-visual { position: relative; min-height: 340px; margin: 0; display: grid; place-items: end center; isolation: isolate; }
/* Resplandor cálido detrás de cada titular. Se apaga antes del borde de su caja:
   si llegara al borde se vería un rectángulo y parecería una tarjeta. */
.titular-visual::before { content: ""; position: absolute; inset: 2% 0 0; z-index: -1; background: radial-gradient(ellipse 54% 50% at 50% 43%, rgba(228,196,133,.34), rgba(203,164,94,.13) 40%, rgba(203,164,94,.04) 62%, transparent 80%); filter: blur(28px); }
.titular-visual::after { content: ""; position: absolute; right: 12%; bottom: 0; left: 12%; height: 1px; background: linear-gradient(90deg, transparent, rgba(230,200,135,.52), transparent); }
.titular-visual img { display: block; width: min(115%, 380px); max-height: 440px; object-fit: contain; object-position: 50% 100%; filter: saturate(.96) contrast(1.03) drop-shadow(0 24px 30px rgba(0,0,0,.5)); }
/* Recortes que llegan al borde del lienzo: cada clase bleed-* disuelve ese corte recto
   en el fondo. Se combinan (bleed-top bleed-right, etc.) porque las máscaras se cruzan. */
/* Solo las que lo necesitan llevan máscara: una máscara del tamaño de la caja
   recortaría en seco la sombra proyectada y dibujaría un rectángulo. Por eso
   las enmascaradas prescinden de la sombra, que ya no aporta nada al ir difuminadas. */
.titular-visual[class*="bleed-"] img { --bleed-t: linear-gradient(#000, #000); --bleed-l: linear-gradient(#000, #000); --bleed-r: linear-gradient(#000, #000); -webkit-mask-image: var(--bleed-t), var(--bleed-l), var(--bleed-r); mask-image: var(--bleed-t), var(--bleed-l), var(--bleed-r); -webkit-mask-composite: source-in; mask-composite: intersect; filter: saturate(.96) contrast(1.03); }
.titular-visual.bleed-top img { --bleed-t: linear-gradient(180deg, transparent 0, rgba(0,0,0,.5) 7%, #000 18%); }
.titular-visual.bleed-left img { --bleed-l: linear-gradient(90deg, transparent 0, rgba(0,0,0,.5) 4%, #000 10%); }
.titular-visual.bleed-right img { --bleed-r: linear-gradient(270deg, transparent 0, rgba(0,0,0,.5) 4%, #000 10%); }
.route-copy { align-self: center; max-width: 760px; }
.route-copy > p { color: #b2b7c0; font-size: .94rem; line-height: 1.75; }
.route-copy dl { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 18px; margin: 30px 0; }
.route-copy dl div { padding-top: 14px; border-top: 1px solid rgba(255,255,255,.13); }
.route-copy dt { margin-bottom: 7px; color: #737b89; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.route-copy dd { margin: 0; color: #eef0f4; font: 400 .9rem/1.4 Georgia, serif; }
.route-copy > a { display: inline-flex; align-items: center; gap: 28px; padding-bottom: 7px; border-bottom: 1px solid rgba(203,164,94,.55); color: white; font-size: .72rem; font-weight: 700; }
.route-copy > a span { color: var(--gold-light); font-size: .8rem; }
.data-note { margin: 28px 0 0 auto; max-width: 590px; color: #7d8490; font-size: .73rem; line-height: 1.6; text-align: right; }

.music { max-width: 1600px; margin: 0 auto; }
.albums { --disco-alto: clamp(352px, 32vw, 470px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.album { min-width: 0; }
.album-cover { position: relative; aspect-ratio: 1; overflow: hidden; background: #d9d4c9; box-shadow: 0 18px 48px rgba(21,17,10,.09); }
.album-cover::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.24); pointer-events: none; }
.album-cover img { width: 100%; height: 100%; display: block; object-fit: cover; }
/* Reproductor de Spotify incrustado: se crea solo al pulsar, para no cargar
   cuatro iframes de Spotify (y sus cookies) a quien nunca los va a usar. */
.album-play { position: absolute; z-index: 4; right: 14px; bottom: 14px; width: 48px; height: 48px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(9,11,16,.62); color: #fff; cursor: pointer; box-shadow: 0 6px 18px rgba(8,10,14,.4); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); transition: background .28s, color .28s, transform .28s, border-color .28s; }
.album-play .icono { width: 20px; height: 20px; display: block; }
.album-play .icono-cerrar, .album.playing .album-play .icono-play { display: none; }
.album.playing .album-play .icono-cerrar { display: block; }
@media (hover: hover) {
  .album-play:hover { background: var(--gold-light); color: #14110a; border-color: var(--gold-light); transform: scale(1.07); }
}
.album-play:focus-visible { outline: 2px solid #9f762f; outline-offset: 3px; }
.album.playing .album-play { background: rgba(9,11,16,.9); border-color: rgba(255,255,255,.42); -webkit-backdrop-filter: none; backdrop-filter: none; }
/* Al reproducir, el disco se ensancha a dos columnas: la carátula se queda a la
   izquierda y el reproductor entra a su derecha. Los demás discos se recolocan
   solos, y la transición de posiciones la anima el navegador (ver script.js). */
/* Al reproducir, el disco sube a una ficha a todo lo ancho: portada grande con
   su nombre a la izquierda y la lista de Spotify al lado, ambas del mismo alto.
   El resto de discos quedan debajo. Nunca menos de 352 px: por debajo de esa
   cifra Spotify no pinta el reproductor completo y deja media caja vacía. */
.album.playing { order: -1; grid-column: 1 / -1; display: grid; grid-template-columns: var(--disco-alto) minmax(0, 1fr); gap: clamp(22px, 2.6vw, 44px); align-items: start; margin-bottom: clamp(18px, 2.4vw, 40px); }
.album.playing .album-cover { grid-column: 1; grid-row: 1; width: 100%; height: var(--disco-alto); aspect-ratio: auto; }
.album.playing .album-info { grid-column: 1; grid-row: 2; }
/* El fondo oscuro ocupa el sitio del reproductor mientras Spotify carga, para
   que no haya un hueco en blanco ni un salto cuando termina de pintarse. */
.album-embed { grid-column: 2; grid-row: 1; width: 100%; height: var(--disco-alto); border: 0; background: #0d1017; animation: embed-in .55s cubic-bezier(.2,.7,.2,1) .16s both; }
@keyframes embed-in { from { opacity: 0; transform: translateX(-22px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes portada-in { from { opacity: .25; transform: scale(.92); } to { opacity: 1; transform: none; } }
/* La ficha crece al abrirse y el reproductor entra un poco después: así el
   despliegue no es seco y da margen a que Spotify termine de cargar. */
.album.playing .album-cover { animation: portada-in .5s cubic-bezier(.2,.7,.2,1) .06s both; transform-origin: left center; }
@keyframes ficha-out { to { opacity: 0; transform: scale(.93); } }
@keyframes fundido { from { opacity: 0; } to { opacity: 1; } }
.album.cerrando .album-cover, .album.cerrando .album-embed { animation: ficha-out .24s ease both; transform-origin: left center; }
.album-info { padding: 19px 2px; }
.album-info > span { color: #91805e; font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.album-info h3 { min-height: 54px; margin: 9px 0 17px; font: 400 1.28rem/1.25 Georgia, serif; }
.album-links { display: flex; align-items: center; gap: 11px; padding-top: 15px; border-top: 1px solid #d2cdc3; }
.streaming-link { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; transition: transform .22s ease, filter .22s ease, box-shadow .22s ease; }
.streaming-link svg { width: 31px; height: 31px; display: block; overflow: visible; }
.streaming-link.apple { border-radius: 9px; }
@media (hover: hover) {
  .streaming-link:hover { transform: translateY(-3px) scale(1.04); filter: saturate(1.08); box-shadow: 0 8px 18px rgba(16,18,22,.16); }
}
.streaming-link:focus-visible { outline: 2px solid #9f762f; outline-offset: 4px; }

.news { background: #eae6dd; }
.news-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 24px; }
.news-card .image-placeholder { min-height: 275px; }
.news-card.primary .image-placeholder { min-height: 390px; }
.news-card > div:last-child { padding: 22px 3px; }
.news-card span { color: #8f6a2f; font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; }
.news-card h3 { margin: 12px 0 22px; font: 400 1.45rem/1.25 Georgia, serif; }
.news-card.primary h3 { font-size: clamp(1.5rem, 2.2vw, 2.25rem); }
.news-card a { font-size: .72rem; font-weight: 700; }

.contact { position: relative; min-height: 650px; padding: 110px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; text-align: center; color: white; background: #07090d; }
.contact > img { position: absolute; width: min(480px, 70vw); opacity: .045; filter: grayscale(1); }
.contact > *:not(img) { position: relative; z-index: 2; }
.contact h2 { font-size: clamp(3.8rem, 7vw, 7rem); }
.contact > p:not(.eyebrow) { margin: 28px 0; color: #969ca5; }
.contact > a { padding: 14px 0; border-bottom: 1px solid var(--gold); font: 400 clamp(1rem, 2vw, 1.3rem) Georgia, serif; }
.contact > a span { margin-left: 45px; color: var(--gold-light); }

footer { padding: 60px clamp(24px, 7vw, 110px) 35px; display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 38px; color: white; background: #040507; border-top: 1px solid rgba(255,255,255,.08); }
.footer-brand img { width: 50px; height: 61px; }
footer > div { display: flex; flex-direction: column; gap: 13px; color: #878d96; font-size: .77rem; }
footer > div a:hover { color: var(--gold-light); }
footer > small { grid-column: 1 / -1; margin-top: 35px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.08); color: #555b64; font-size: .67rem; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes hero-in { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.015); } }

@media (max-width: 1180px) {
  .albums { grid-template-columns: 1fr 1fr; }
}

/* En estrecho no hay sitio para poner la lista al lado: el reproductor sustituye
   a la portada en su propio hueco, que es como mejor funciona en el móvil. */
@media (max-width: 760px) {
  .album { position: relative; }
  .album.playing { display: block; order: 0; grid-column: auto; margin-bottom: 0; }
  /* 352 px es el mínimo al que Spotify pinta su reproductor completo: por debajo
     no dibuja nada. La portada mide siempre al menos eso, también cerrada, para
     que al abrir el reproductor no cambie de tamaño ni dé el salto. */
  .album-cover { height: 352px; aspect-ratio: auto; }
  /* overflow visible mientras suena: el aspa queda por debajo del reproductor,
     es decir fuera de la caja de la portada, y si no la recortaría. */
  .album.playing .album-cover { animation: none; overflow: visible; }
  /* Se ancla al alto de la portada, no a inset:0: el contenedor de referencia
     es .album entero, que incluye el título y los enlaces de debajo. */
  .album.playing .album-embed { position: absolute; z-index: 3; top: 0; left: 0; width: 100%; height: 100%; max-height: 352px; aspect-ratio: auto; animation: fundido .3s ease both; }
  /* El aspa se va debajo del reproductor, para no taparle la lista de temas. */
  .album.playing .album-play { top: calc(352px + 12px); bottom: auto; right: auto; left: 50%; transform: translateX(-50%); }
  .album-info { transition: padding-top .3s ease; }
  .album.playing .album-info { padding-top: 74px; }
}

@media (max-width: 900px) {
  .site-header { height: 76px; padding: 0 22px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 0; padding: 120px 32px 45px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 20px; background: #05070b; transform: translateX(100%); transition: transform .35s ease; }
  .main-nav.open { transform: none; }
  /* Con el menú abierto la cabecera renuncia al backdrop-filter: si no, crea un
     bloque contenedor y encierra dentro de la barra al menú, que es fixed. */
  .site-header.nav-open { background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; box-shadow: none; }
  .main-nav a { font: 400 2rem Georgia, serif; }
  .main-nav .nav-cta { margin-top: 15px; font: 700 .85rem Inter, sans-serif; }
  .menu-toggle.active span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .hero-image { background-image: linear-gradient(0deg, rgba(4,5,8,.96) 2%, rgba(4,5,8,.35) 72%, rgba(4,5,8,.38)), url('./assets/cabecera-pasion.webp'); background-position: 34% center; }
  .hero-content { width: auto; margin: 0; padding: 52vh 24px 145px; }
  h1 { font-size: clamp(3.6rem, 16vw, 6rem); }
  .hero-copy { max-width: 560px; }
  .hero-stats { left: 24px; right: 24px; justify-content: space-between; gap: 12px; }
  .hero-stats div { flex-direction: column; gap: 2px; }
  .hero-stats small { font-size: .52rem; }
  .scroll-cue { display: none; }
  .intro { grid-template-columns: 1fr; }
  .banner-card { height: 680px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 45px; }
  .section-heading > p { width: auto; max-width: 500px; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .albums { grid-template-columns: 1fr 1fr; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card.primary { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .brand strong { font-size: .86rem; }
  .hero-content { padding-top: 43vh; }
  /* A ancho completo: con un ancho fijo menor que el bloque quedaban pegados a
     la izquierda y parecían descuadrados respecto al texto. */
  .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .button { width: 100%; justify-content: center; }
  .hero-stats { min-height: 82px; }
  .hero-stats span { font-size: 1.35rem; }
  .hero-stats small { max-width: 62px; }
  .section { padding: 82px 22px; }
  h2 { font-size: 2.65rem; }
  .banner-card { min-height: 0; height: 520px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline article { min-height: 170px; padding: 27px 0; border-bottom: 1px solid #d7d3ca; }
  .timeline h3 { margin-top: 22px; }
  .route-list { gap: 58px; }
  .route-card, .route-card:nth-child(even) { grid-template-columns: 1fr; gap: 22px; }
  .route-card:nth-child(even) > .titular-visual { order: 0; }
  .route-head { margin-bottom: 18px; }
  .route-list .day { font-size: .83rem; }
  .route-list h3 { font-size: 1.16rem; }
  .titular-visual { min-height: 430px; }
  .titular-visual img { width: min(100%, 360px); max-height: 460px; }
  .route-copy dl { grid-template-columns: 1fr; gap: 12px; }
  .data-note { text-align: left; }
  .albums, .news-grid { grid-template-columns: 1fr; }
  .news-card.primary { grid-column: auto; }
  .news-card.primary .image-placeholder { min-height: 285px; }
  .contact { min-height: 560px; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .album-links { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
