/* ============================================================
   SPOT — SECCIONES 2–6 + FOOTER
   ============================================================ */

.section { position: relative; padding: clamp(90px, 14vh, 180px) var(--gutter); }
.section--alt { background: transparent; }
.shell { max-width: var(--maxw); margin: 0 auto; }
.section__head { display: flex; align-items: baseline; gap: 18px; margin-bottom: clamp(40px, 6vh, 72px); }
.section__head .idx { font-size: 14px; }

.display {
  font-family: var(--display); font-style: italic; font-weight: 500;
  line-height: .98; letter-spacing: var(--tracking-tight);
}

/* ============================================================
   SECCIÓN 2 — EL LUGAR
   ============================================================ */
.lugar__grid {
  display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(40px, 6vw, 100px); align-items: start;
}
.lugar__manifesto .eyebrow { display: block; margin-bottom: 26px; }
.lugar__manifesto h2 {
  font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: clamp(34px, 4vw, 58px); line-height: 1.02;
  letter-spacing: var(--tracking-tight); margin: 0 0 36px;
}
.lugar__manifesto p { color: var(--muted); max-width: 42ch; margin: 0 0 22px; }
.lugar__manifesto p strong { color: var(--bone); font-weight: 500; }

.lugar__mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 1.6vw, 24px); }
.lugar__mosaic .frame { position: relative; overflow: hidden; background: var(--bg-3); }
.lugar__mosaic image-slot { width: 100%; height: 100%; }
.frame--tall   { aspect-ratio: 3/4.4; }
.frame--wide   { aspect-ratio: 4/3; }
.frame--sq     { aspect-ratio: 1/1; }
.frame--pano   { grid-column: 1 / -1; aspect-ratio: 24/9; }
.frame--offset { margin-top: clamp(30px, 5vw, 70px); }
.frame--rot    { transform: rotate(-1.1deg); }
.frame--rot2   { transform: rotate(1deg); }
.frame__cap {
  position: absolute; left: 12px; bottom: 10px; z-index: 2;
  font-family: var(--cond); text-transform: uppercase; letter-spacing: .18em;
  font-size: 10px; color: var(--bone); opacity: .8;
}

.pull-quote {
  margin: clamp(70px, 11vh, 150px) auto 0; max-width: 1000px; text-align: center;
}
.pull-quote blockquote {
  font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: clamp(30px, 4.4vw, 64px); line-height: 1.06;
  letter-spacing: var(--tracking-tight); margin: 0; color: var(--text);
}
.pull-quote cite {
  display: block; margin-top: 30px; font-style: normal;
  font-family: var(--cond); text-transform: uppercase; letter-spacing: .22em;
  font-size: 13px; color: var(--gold);
}

/* ============================================================
   SECCIÓN 3 — LOS ARTISTAS (split Ariel oro / Ivan hueso)
   ============================================================ */
.artists { padding: 0; }
.artists__head { padding: clamp(80px,11vh,140px) var(--gutter) clamp(40px,6vh,64px); text-align: center; }
.artists__head h2 {
  font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: clamp(36px, 5vw, 76px); line-height: 1; letter-spacing: var(--tracking-tight);
  margin: 18px 0 0;
}
.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 92vh; }
.split__side {
  position: relative; z-index: 1; padding: clamp(40px, 5vw, 80px);
  display: flex; flex-direction: column; justify-content: space-between;
  transition: flex-grow .6s var(--ease);
  overflow: hidden;
}
.split__side + .split__side { border-left: 1px solid var(--line-soft); }
.split__side::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  transition: background .6s var(--ease);
}
/* — ARIEL — oro dominante, editorial italic — */
.side-ariel { background: transparent; }
.side-ariel .kicker { color: var(--gold); }
.side-ariel .artist-name {
  font-family: var(--display); font-style: italic; font-weight: 600;
  font-size: clamp(48px, 6vw, 104px); line-height: .92; letter-spacing: var(--tracking-tight);
  color: var(--text);
}
.side-ariel .artist-name em, .side-ariel .artist-name .em-accent { color: var(--gold); }
.side-ariel .glyphs { color: var(--gold); }
/* — IVAN — hueso dominante, condensed bold, peso urbano — */
.side-ivan {
  background:
    url("../img/tex/scratch.png") 0 0/300px repeat,
    url("../img/tex/spray.png") right -40px top -30px/520px no-repeat,
    url("../img/tex/stencil.png") 0 0/240px repeat,
    rgba(244,241,235,0.025);
  background-blend-mode: screen, screen, screen, normal;
}
/* humo de spray detrás del nombre */
.side-ivan .split__top::before {
  content: ""; position: absolute; z-index: -1;
  left: -6%; top: 4%; width: 70%; height: 56%;
  background: radial-gradient(60% 60% at 40% 45%, rgba(244,241,235,0.06), transparent 70%);
  filter: blur(8px); pointer-events: none;
}
/* kicker como sello estampado / plantilla */
.side-ivan .kicker {
  color: var(--bone); align-self: flex-start;
  display: inline-flex; width: fit-content;
  border: 1px solid var(--line); padding: 7px 14px;
  letter-spacing: .26em; transform: rotate(-1.4deg);
  position: relative; background: rgba(0,0,0,.3); white-space: nowrap;
}
.side-ivan .kicker::before { display: none; }
.side-ivan .kicker::after {
  content: ""; position: absolute; inset: 3px;
  border: 1px solid var(--line-soft); pointer-events: none;
}
.side-ivan .artist-name {
  font-family: var(--cond); font-weight: 700; text-transform: uppercase;
  font-size: clamp(54px, 7vw, 124px); line-height: .82; letter-spacing: -0.01em;
  color: var(--bone); margin-top: 22px;
}
.side-ivan .artist-name span { display: block; }
/* segunda línea recortada como stencil */
.side-ivan .artist-name span:nth-child(2) {
  color: transparent; -webkit-text-stroke: 1.5px var(--bone-dim);
  text-stroke: 1.5px var(--bone-dim);
}
.side-ivan .glyphs { color: var(--bone); }

.split__top { position: relative; z-index: 2; }
.kicker {
  font-family: var(--cond); text-transform: uppercase; letter-spacing: .28em;
  font-size: 12px; margin-bottom: 18px; display: flex; gap: 14px; align-items: center;
}
.kicker::before { content: ""; width: 30px; height: 1px; background: currentColor; opacity: .6; }
.artist-tag {
  font-family: var(--cond); text-transform: uppercase; letter-spacing: .2em;
  font-size: 13px; color: var(--muted); margin-top: 22px; max-width: 34ch; line-height: 1.7;
}
.artist-tag strong { color: var(--text); font-weight: 600; }

/* galería Ariel — scroll horizontal */
.rail {
  display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 28px 0 6px; margin-top: 30px; scrollbar-width: none;
}
.rail::-webkit-scrollbar { display: none; }
.rail .frame { flex: 0 0 auto; width: clamp(150px, 16vw, 230px); aspect-ratio: 3/4;
  scroll-snap-align: start; background: var(--bg-3); position: relative; overflow: hidden;
  transition: transform .5s var(--ease); }
.rail image-slot { width: 100%; height: 100%; filter: grayscale(1) contrast(1.03) brightness(.96); transition: filter .6s var(--ease); }
.rail .frame:hover { transform: translateY(-6px); }
.rail .frame:hover image-slot { filter: grayscale(0) contrast(1.02); }
.rail .frame::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px var(--line-hair);
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.35));
  opacity: .9; transition: opacity .5s var(--ease);
}
.rail .frame:hover::after { opacity: .35; }

/* galería Ivan — grid dinámico, contact-sheet urbano */
.ivan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.ivan-grid .frame { background: var(--bg-3); position: relative; overflow: hidden; aspect-ratio: 1; border: 1px solid var(--line-hair); }
.ivan-grid .frame:nth-child(1) { grid-row: span 2; aspect-ratio: 1/2; }
.ivan-grid image-slot { width: 100%; height: 100%; }
/* tick de registro sobre la imagen (visible aunque esté llena) */
.ivan-grid .frame::after {
  content: ""; position: absolute; top: 7px; left: 7px; width: 8px; height: 8px;
  border-left: 1px solid var(--bone); border-top: 1px solid var(--bone);
  opacity: .4; pointer-events: none; z-index: 3;
}
.ivan-grid .frame:hover image-slot { filter: brightness(1.12) contrast(1.04); transition: filter .4s var(--ease); }
/* cinta de papel sobre la primera placa */
.ivan-grid .frame:nth-child(1)::before {
  content: ""; position: absolute; z-index: 4; top: -8px; left: 50%;
  width: 64px; height: 22px; transform: translateX(-50%) rotate(-3deg);
  background: rgba(244,241,235,0.10);
  box-shadow: inset 0 0 0 1px rgba(244,241,235,0.08);
  pointer-events: none;
}

.glyphs { font-family: var(--display); font-style: italic; font-size: 30px; opacity: .5; display: flex; gap: 18px; margin-top: 24px; flex-wrap: nowrap; white-space: nowrap; }
.side-ivan .glyphs { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: 22px; }

.video-cue {
  display: inline-flex; align-items: center; gap: 12px; margin-top: 26px;
  font-family: var(--cond); text-transform: uppercase; letter-spacing: .16em; font-size: 12px;
  color: var(--muted);
}
.video-cue .play { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%;
  display: grid; place-items: center; }
.video-cue .play::before { content: ""; border-left: 7px solid currentColor; border-top: 5px solid transparent; border-bottom: 5px solid transparent; margin-left: 2px; color: var(--bone); }

@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
  .ivan-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   SECCIÓN 4 — HISTORIAS REALES (masonry editorial)
   ============================================================ */
.stories__intro { max-width: 620px; margin-bottom: clamp(40px,6vh,70px); }
.stories__intro h2 {
  font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: clamp(32px,4.4vw,62px); line-height: 1.02; letter-spacing: var(--tracking-tight); margin: 16px 0 0;
}
.masonry { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 28px); align-items: start; }
.mcol { display: flex; flex-direction: column; gap: clamp(16px, 2vw, 28px); }
@media (max-width: 900px) { .masonry { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .masonry { grid-template-columns: 1fr; } }
.story-media { position: relative; overflow: hidden; background: var(--bg-3); }
.story-media image-slot { width: 100%; }
.story-media .tag {
  position: absolute; top: 12px; left: 12px; font-family: var(--cond);
  text-transform: uppercase; letter-spacing: .16em; font-size: 10px;
  padding: 5px 9px; background: rgba(12,11,9,.6); backdrop-filter: blur(4px); color: var(--bone);
}
.story-media .reel { position: absolute; bottom: 12px; right: 12px; width: 30px; height: 30px;
  border-radius: 50%; border: 1px solid rgba(232,224,208,.5); display: grid; place-items: center; }
.story-media .reel::before { content:""; border-left:6px solid var(--bone); border-top:4px solid transparent; border-bottom:4px solid transparent; margin-left:2px; }
.story-quote {
  padding: clamp(26px, 2.4vw, 40px); border: 1px solid var(--line); background: var(--bg-3);
}
.story-quote p {
  font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: clamp(22px, 1.9vw, 30px); line-height: 1.18; letter-spacing: -.02em; margin: 0; color: var(--text);
}
.story-quote footer { margin-top: 20px; font-family: var(--cond); text-transform: uppercase;
  letter-spacing: .18em; font-size: 12px; color: var(--muted); }
.story-quote--gold { border-color: rgba(244,241,235,.34); }
.story-quote--gold footer { color: var(--gold); }

/* ============================================================
   SECCIÓN 5 — BLOG / SEO HUB
   ============================================================ */
.hub__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; margin-bottom: clamp(36px,5vh,60px); }
.hub__head h2 { font-family: var(--display); font-style: italic; font-weight: 500; font-size: clamp(32px,4.4vw,62px); letter-spacing: var(--tracking-tight); margin: 14px 0 0; line-height: 1; white-space: nowrap; }
.breadcrumbs { font-family: var(--cond); text-transform: uppercase; letter-spacing: .2em; font-size: 11px; color: var(--muted); display: flex; gap: 10px; align-items: center; }
.breadcrumbs a { color: var(--muted); } .breadcrumbs a:hover { color: var(--bone); }
.breadcrumbs .sep { color: var(--gold); }
.hub__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(16px,1.8vw,26px); }
.hub__grid:empty { display: none; }
.hub__empty {
  font-family: var(--cond); text-transform: uppercase; letter-spacing: .22em;
  font-size: 12px; color: var(--muted); text-align: center;
  padding: clamp(40px,7vh,80px) 0; border-top: 1px solid rgba(255,255,255,.06);
}
.post {
  position: relative; overflow: hidden; background: var(--bg-3);
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 280px; padding: 26px; border: 1px solid var(--line-soft);
  transition: border-color .5s var(--ease), transform .6s var(--ease);
}
.post:hover { border-color: var(--line); transform: translateY(-4px); }
.post__bg { position: absolute; inset: 0; z-index: 0; }
.post__bg image-slot { width: 100%; height: 100%; }
.post__bg::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(12,11,9,.25), rgba(12,11,9,.9)); }
.post__body { position: relative; z-index: 1; }
.post__cat { font-family: var(--cond); text-transform: uppercase; letter-spacing: .2em; font-size: 11px; color: var(--gold); }
.post h3 { font-family: var(--display); font-style: italic; font-weight: 500; font-size: clamp(22px, 2vw, 30px); line-height: 1.08; letter-spacing: -.02em; margin: 10px 0 0; }
.post .read { margin-top: 16px; font-family: var(--cond); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; color: var(--muted); display: inline-flex; gap: 8px; }
.post--feature { grid-column: span 6; min-height: 440px; }
.post--tall { grid-column: span 3; min-height: 440px; }
.post--wide { grid-column: span 6; }
.post--third { grid-column: span 4; }
.post--half { grid-column: span 6; }
@media (max-width: 900px) {
  .post--feature, .post--wide, .post--half { grid-column: span 12; }
  .post--tall { grid-column: span 6; } .post--third { grid-column: span 6; }
}
@media (max-width: 560px) { .post { grid-column: span 12 !important; } }

/* ============================================================
   SECCIÓN 6 — RESERVA
   ============================================================ */
.reserva { background: transparent; }
.reserva__head { text-align: center; max-width: 720px; margin: 0 auto clamp(50px,7vh,80px); }
.reserva__head h2 { font-family: var(--display); font-style: italic; font-weight: 500; font-size: clamp(36px,5vw,72px); line-height: 1; letter-spacing: var(--tracking-tight); margin: 16px 0 18px; }
.reserva__head p { color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2vw,30px); align-items: start; }
@media (max-width: 860px){ .steps { grid-template-columns: 1fr; } }
.step__no { font-family: var(--cond); color: var(--gold); letter-spacing: .1em; font-weight: 600; font-size: 13px; }
.step__title { font-family: var(--display); font-style: italic; font-size: clamp(22px,2vw,30px); margin: 8px 0 22px; }
.artist-pick { display: grid; gap: 14px; }
.pick {
  display: flex; gap: 16px; align-items: center; padding: 14px; cursor: pointer;
  border: 1px solid var(--line); background: var(--bg-3);
  transition: border-color .4s var(--ease), background .4s var(--ease);
}
.pick:hover { border-color: var(--bone); }
.pick.is-sel { border-color: var(--gold); background: rgba(244,241,235,.06); }
.pick__ph { width: 56px; height: 56px; flex: 0 0 auto; background: var(--bg); overflow: hidden; }
.pick__ph image-slot { width: 100%; height: 100%; }
.pick__name { font-family: var(--display); font-style: italic; font-size: 22px; }
.pick__role { font-family: var(--cond); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; color: var(--muted); }
.cal { border: 1px solid var(--line); background: var(--bg-3); padding: 18px; }
.cal__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.cal__month { font-family: var(--cond); text-transform: uppercase; letter-spacing: .2em; font-size: 12px; color: var(--bone); }
.cal__nav { display: flex; gap: 10px; }
.cal__nav button { background: none; border: 1px solid var(--line); color: var(--text); width: 28px; height: 28px; }
.cal__grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; }
.cal__grid span.dow { font-family: var(--cond); text-transform: uppercase; font-size: 10px; letter-spacing: .1em; color: var(--muted-2); text-align: center; padding: 4px 0; }
.cal__grid button {
  aspect-ratio: 1; background: none; border: 1px solid transparent; color: var(--text);
  font-family: var(--body); font-size: 13px; transition: all .3s var(--ease);
}
.cal__grid button:hover:not(:disabled) { border-color: var(--line); }
.cal__grid button:disabled { color: var(--muted-2); }
.cal__grid button.is-sel { background: var(--gold); color: #000; border-color: var(--gold); }
.idea textarea {
  width: 100%; min-height: 140px; resize: vertical; background: var(--bg-3);
  border: 1px solid var(--line); color: var(--text); font-family: var(--body);
  font-size: 15px; line-height: 1.6; padding: 16px;
}
.idea textarea::placeholder { color: var(--muted); font-style: italic; }
.idea textarea:focus { outline: none; border-color: var(--bone); }
.reserva__cta { display: flex; gap: 18px; align-items: center; justify-content: center; flex-wrap: wrap; margin-top: clamp(40px,6vh,64px); }

/* ============================================================
   STUDIO VIDEO — recorrido institucional (vertical 9:16)
   ============================================================ */
.studio-video { position: relative; margin: clamp(64px,11vh,128px) 0 0; padding: 0 var(--gutter); }
.studio-video__inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto; align-items: center;
  gap: clamp(32px, 6vw, 90px);
}
.studio-video__text { max-width: 34ch; }
.studio-video__text .kl { font-family: var(--cond); text-transform: uppercase; letter-spacing: .28em; font-size: 12px; color: #C8A96E; display: block; margin-bottom: 18px; }
.studio-video__text .tt { font-family: var(--display); font-style: italic; font-weight: 500; font-size: clamp(30px, 3.1vw, 50px); line-height: 1.06; letter-spacing: var(--tracking-tight); color: var(--bone); margin: 0; }
.studio-video__desc { margin: clamp(26px,4vh,42px) 0 0; color: var(--muted); font-size: clamp(15px,1.15vw,18px); line-height: 1.65; }
.studio-video__hint { display: inline-block; margin-top: 26px; font-family: var(--cond); text-transform: uppercase; letter-spacing: .22em; font-size: 12px; color: var(--bone-dim); }
.studio-video__frame {
  position: relative; aspect-ratio: 9 / 16;
  height: clamp(440px, 72vh, 680px); width: auto; justify-self: end;
  overflow: hidden; cursor: pointer; border: 1px solid var(--line);
  background:
    url("../img/tex/scratch.png") 0 0/340px,
    radial-gradient(80% 60% at 50% 32%, #1a1917, #000 78%);
  clip-path: inset(0% 0% 14% 0% round 2px); transform: scale(.97);
  transition: clip-path 1.2s var(--ease), transform 1.2s var(--ease);
}
.studio-video.in-view .studio-video__frame { clip-path: inset(0% 0% 0% 0% round 2px); transform: scale(1); }
.studio-video__frame video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) contrast(1.06) brightness(.82);
  transform: scale(1.08);
  transition: filter .8s var(--ease), transform 8s var(--ease-soft);
}
.studio-video.in-view:not(.is-playing) .studio-video__frame video { transform: scale(1.0); }
.studio-video__frame:hover video { filter: grayscale(.55) contrast(1.05) brightness(.95); transform: scale(1.03); }
.studio-video.is-playing .studio-video__frame { cursor: default; }
.studio-video.is-playing .studio-video__frame video { filter: none; transform: scale(1); transition: filter 1.1s var(--ease); }
.studio-video__veil {
  position: absolute; inset: 0; pointer-events: none; transition: opacity .7s var(--ease);
  background:
    radial-gradient(70% 70% at 50% 46%, transparent 30%, rgba(0,0,0,.5) 100%),
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.12) 40%, rgba(0,0,0,.62));
}
.studio-video__grain {
  position: absolute; inset: 0; pointer-events: none; opacity: .5; mix-blend-mode: overlay;
  background-image: url("../img/tex/scratch.png"); background-size: 320px;
  transition: opacity .7s var(--ease);
}
.studio-video.is-playing .studio-video__veil,
.studio-video.is-playing .studio-video__grain { opacity: 0; }
.studio-video.is-playing .studio-video__text .studio-video__hint { opacity: .4; }
.studio-video__play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: clamp(78px, 9vw, 116px); aspect-ratio: 1; border: 0; background: transparent;
  cursor: pointer; display: grid; place-items: center; z-index: 3;
  transition: transform .45s var(--ease), opacity .5s var(--ease);
}
.studio-video__play .ring { position: absolute; inset: 0; border-radius: 50%; border: 1px solid #C8A96E; }
.studio-video__play .ring--2 { animation: vidPulse 2.6s var(--ease-soft) infinite; }
@keyframes vidPulse { 0%{transform:scale(1);opacity:.6} 70%{transform:scale(1.5);opacity:0} 100%{opacity:0} }
.studio-video__play .tri {
  width: 0; height: 0; margin-left: 6px;
  border-left: clamp(16px,1.7vw,22px) solid #C8A96E;
  border-top: clamp(10px,1.1vw,14px) solid transparent;
  border-bottom: clamp(10px,1.1vw,14px) solid transparent;
}
.studio-video__frame:hover .studio-video__play { transform: translate(-50%,-50%) scale(1.12); }
.studio-video.is-playing .studio-video__play { opacity: 0; pointer-events: none; transform: translate(-50%,-50%) scale(.7); }
.studio-video__label {
  position: absolute; left: clamp(18px,2.4vw,34px); bottom: clamp(18px,2.4vw,32px);
  z-index: 3; display: flex; flex-direction: column; gap: 6px;
  transition: transform .55s var(--ease), opacity .55s var(--ease);
}
.studio-video__frame:hover .studio-video__label { transform: translateY(-4px); }
.studio-video__label .kl { font-family: var(--cond); text-transform: uppercase; letter-spacing: .28em; font-size: 11px; color: #C8A96E; }
.studio-video__label .tt { font-family: var(--display); font-style: italic; font-size: clamp(20px,2.4vw,34px); color: var(--bone); line-height: 1; }
.studio-video.is-playing .studio-video__label { opacity: 0; transform: translateY(10px); }
.studio-video__corner { position: absolute; width: 16px; height: 16px; border: 1px solid rgba(244,241,235,.4); z-index: 3; pointer-events: none; transition: opacity .5s; }
.studio-video__corner.tl { top: 14px; left: 14px; border-right: 0; border-bottom: 0; }
.studio-video__corner.br { bottom: 14px; right: 14px; border-left: 0; border-top: 0; }
.studio-video.is-playing .studio-video__corner { opacity: 0; }
@media (max-width: 820px) {
  .studio-video__inner { grid-template-columns: 1fr; gap: 30px; justify-items: center; text-align: center; }
  .studio-video__text { max-width: 36ch; }
  .studio-video__frame { height: min(78vh, 560px); justify-self: center; }
}
@media (prefers-reduced-motion: reduce) {
  .studio-video__frame { clip-path: none; transform: none; }
  .studio-video__frame video { transform: none; }
  .studio-video__play .ring--2 { animation: none; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: transparent; padding: clamp(70px,11vh,130px) var(--gutter) clamp(40px,6vh,60px); border-top: 1px solid var(--line-soft); }
.footer__logo {
  display: block; width: clamp(96px, 12vw, 140px); height: auto;
  margin: 0 auto clamp(28px, 5vh, 48px); opacity: .9;
}
.footer__big {
  font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: clamp(40px, 8vw, 130px); line-height: .9; letter-spacing: var(--tracking-tight);
  text-align: center; margin: 0 0 clamp(50px,8vh,90px);
}
.footer__big em, .footer__big .em-accent { color: var(--gold); }
.footer__big--gradient {
  background: linear-gradient(90deg, #000154 0%, #ffffff 50%, #000154 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.footer__big--gradient em { color: inherit; }
.footer__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; max-width: var(--maxw); margin: 0 auto; }
@media (max-width: 720px){ .footer__grid { grid-template-columns: 1fr 1fr; } }
.footer__col h4 { font-family: var(--cond); text-transform: uppercase; letter-spacing: .2em; font-size: 12px; color: var(--muted); margin: 0 0 16px; }
.footer__col a, .footer__col p { display: block; color: var(--text); margin: 0 0 8px; font-size: 15px; }
.footer__col a:hover { color: var(--gold); }
.footer__base { max-width: var(--maxw); margin: clamp(50px,8vh,80px) auto 0; padding-top: 26px; border-top: 1px solid var(--line-soft); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-family: var(--cond); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; color: var(--muted); }

/* ============================================================
   MOBILE-FIRST — repensado para celular
   ============================================================ */
@media (max-width: 860px) {
  .split__side + .split__side { border-left: 0; border-top: 1px solid var(--line-soft); }
}
@media (max-width: 720px) {
  .section { padding: clamp(64px, 10vh, 100px) var(--gutter); }

  /* El Lugar → stack */
  .lugar__grid { grid-template-columns: 1fr; gap: clamp(34px, 8vw, 50px); }
  .lugar__manifesto p { max-width: none; }
  .lugar__mosaic { gap: 12px; }
  .frame--offset { margin-top: 0; }
  .pull-quote { margin-top: clamp(54px, 12vh, 90px); }

  /* Artistas → la columna apilada respira */
  .artists__head h2 { font-size: clamp(34px, 11vw, 56px); }
  .side-ivan .artist-name { font-size: clamp(46px, 15vw, 90px); }
  .side-ariel .artist-name { font-size: clamp(42px, 13vw, 80px); }
  .rail .frame { width: 60vw; }
  .ivan-grid { grid-template-columns: repeat(2, 1fr); }

  /* Historias / Hub */
  .stories__intro h2 { font-size: clamp(30px, 9vw, 50px); }
  .hub__head { flex-direction: column; align-items: flex-start; gap: 14px; }
  .hub__head h2 { font-size: clamp(34px, 11vw, 54px); }

  /* Reserva */
  .reserva__head h2 { font-size: clamp(34px, 11vw, 60px); }
  .step__title { font-size: clamp(22px, 6vw, 28px); }

  /* Footer */
  .footer__big { font-size: clamp(40px, 15vw, 90px); }
  .footer__base { flex-direction: column; gap: 8px; }

  /* Marquesina un poco más contenida */
  .marquee { padding: clamp(14px, 5vw, 22px) 0; }
}
@media (max-width: 480px) {
  .lugar__mosaic { grid-template-columns: 1fr 1fr; }
  .frame--rot, .frame--rot2 { transform: none; }
  .ivan-grid { grid-template-columns: 1fr 1fr; }
}
