/* ==================================================================
   RAMONVALDES.COM — HOJA DE ESTILOS MAESTRA
   Base limpia: tokens + componentes + desktop + tablet + móvil.
   Cada componente se define una sola vez por contexto responsivo.
   ================================================================== */

/* ================================================================
   01. TOKENS, RESET Y UTILIDADES GLOBALES
   ================================================================ */

:root {
  --bone: #EEE4D3;
  --coal: #24201D;
  --rust: #67211F;
  --indigo: #315E78;
  --paper: #E9DDC8;
  --ochre: #9C7A2F;
  --henequen: #596A51;
  --shell: min(80vw, 1500px);
  --screen-h: calc(100svh - var(--header-h));
  --section-pad-y: clamp(1.5rem, 3.8vh, 4rem);
  --section-pad-tight: clamp(1rem, 2.4vh, 2.4rem);
  --header-h: 86px;
  --display: "Newsreader",Georgia,serif;
  --sans: "Source Sans 3",Arial,sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bone);
}

body {
  margin: 0;
  color: var(--coal);
  background: var(--bone);
  font: 400 18px/1.55 var(--sans);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section-anchor {
  scroll-margin-top: calc(var(--header-h) + 22px);
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  background: var(--coal);
  color: var(--bone);
  padding: .8rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

/* ================================================================
   02. HEADER Y NAVEGACIÓN
   ================================================================ */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in srgb,var(--bone) 95%,transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(36, 32, 29, .08);
}

.nav-wrap {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.site-header.is-compact {
  --header-h: 70px;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: .8rem;
  white-space: nowrap;
}

.brand-name {
  font-family: var(--display);
  font-size: 1.28rem;
}

.brand-role {
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .65;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem,2.2vw,2.2rem);
  font-size: .9rem;
  letter-spacing: .04em;
}

.main-nav a {
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.35rem;
  height: 1px;
  background: var(--rust);
  transition: right .2s ease;
}

.main-nav a:hover::after,.main-nav a:focus-visible::after {
  right: 0;
}

.nav-toggle {
  display: none;
  border: 0;
  background: none;
  width: 44px;
  height: 44px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  background: var(--coal);
  margin: 6px auto;
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.eyebrow.inverse {
  color: var(--bone);
  opacity: .76;
}

.lead {
  font-family: var(--display);
  font-size: clamp(1.35rem,2vw,2rem);
  line-height: 1.2;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .72rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: .88rem;
  font-weight: 600;
  transition: background .2s ease,color .2s ease;
}

.button-primary {
  background: var(--rust);
  color: var(--bone);
}

.button-primary:hover,.button-primary:focus-visible {
  background: #571b1a;
}


.editorial-link {
  display: inline-block;
  margin-top: .8rem;
  color: var(--rust);
  font-weight: 600;
  transition: transform .2s ease;
}

.editorial-link:hover,.editorial-link:focus-visible {
  transform: translateX(3px);
}

.editorial-link.light {
  color: var(--bone);
}

/* ================================================================
   03. TRANSICIONES ENTRE SECCIONES
   ================================================================ */

.material-transition {
  position: relative;
  height: clamp(2.4rem, 4.3vh, 4.4rem);
  overflow: hidden;
  isolation: isolate;
}

.material-transition::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 18% 45%,rgba(36, 32, 29, .08) 0 1px,transparent 1.4px),radial-gradient(circle at 78% 58%,rgba(238,228,211,.08) 0 1px,transparent 1.4px);
  background-size: 8px 8px,11px 11px;
  mix-blend-mode: multiply;
  opacity: .16;
  pointer-events: none;
}

.transition-hero-ahora {
  background: linear-gradient(to bottom,var(--bone) 0%,#ECE0CC 45%,var(--paper) 100%);
}

.transition-ahora-camino {
  background: linear-gradient(to bottom,var(--paper) 0%,#CDAE9B 46%,var(--rust) 100%);
}

.transition-camino-mirada {
  background: linear-gradient(to bottom,var(--rust) 0%,#A56D5E 42%,var(--paper) 100%);
}

.transition-mirada-biblioteca {
  background: linear-gradient(to bottom,var(--paper) 0%,#ECE1CF 58%,var(--bone) 100%);
}

.transition-biblioteca-narrador {
  background: linear-gradient(to bottom,var(--bone) 0%,#8E8476 48%,var(--coal) 100%);
}

.transition-narrador-sobre {
  background: linear-gradient(to bottom,var(--coal) 0%,#81776B 50%,var(--bone) 100%);
}

/* ================================================================
   04. HERO
   ================================================================ */

.hero {
  position: relative;
  padding: clamp(52px,7vw,96px) 0 54px;
  background: var(--bone);
  isolation: isolate;
}

.surface-texture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .13;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 5.1fr 6.9fr;
  align-items: center;
  gap: 7vw;
  min-height: 610px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero h1 {
  margin: .05em 0 .2em;
  font: 500 clamp(4.1rem,8vw,7.2rem)/.83 var(--display);
  letter-spacing: -.035em;
}

.hero-deck {
  max-width: 560px;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.42;
}

.hero-portrait-wrap {
  position: relative;
  min-height: 560px;
}

.hero-frame {
  position: absolute;
  inset: 12% 12% 7% 12%;
  border: 1px solid var(--rust);
}

.hero-picture {
  position: absolute;
  inset: -3% -4% -2% 4%;
  z-index: 2;
  overflow: visible;
}

.hero-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 28px rgba(36, 32, 29, .08));
}

/* ================================================================
   05. AHORA
   ================================================================ */

.ahora {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(380px, 1fr);
  background: var(--paper);
  color: var(--coal);
  overflow: hidden;
}

.now-visual {
  min-height: 610px;
  transform: translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
 
}

.now-picture,
.now-picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.now-picture img {
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.now-copy {
  padding: clamp(70px,8vw,110px) clamp(7vw,9vw,140px) clamp(70px,8vw,110px) clamp(6vw,7vw,100px);
  align-self: center;
}

.now-copy h2 {
  margin: 0;
  font: 500 clamp(3rem,5.2vw,5.6rem)/.94 var(--display);
  letter-spacing: -.025em;
}

.now-copy p:not(.eyebrow):not(.lead) {
  max-width: 540px;
}

[data-now-text] {
  white-space: pre-line;
}

.now-copy .button {
  margin-top: 1rem;
}

.ahora[data-orientation="text-left"] .now-visual {
  order: 2;
}

.ahora[data-orientation="text-left"] .now-copy {
  order: 1;
}

/* ================================================================
   ELEMENTOS DECORATIVOS, REVEAL Y PARALLAX
   ================================================================ */

.now-visual,
.mural-project,
.book-world,
.book-single {
  transform: translate3d(var(--parallax-x, 0px), var(--parallax-y, 0px), 0);
  will-change: transform;
}


.journey,
.library,
.narrator,
.about {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.journey > .shell,
.library > .shell,
.narrator > .shell,
.about > .shell {
  position: relative;
  z-index: 2;
}

.reticula {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  pointer-events: none;
  user-select: none;
  transform: translate3d(var(--parallax-x, 0px), var(--parallax-y, 0px), 0) rotate(var(--reticula-rotate, 0deg)) rotate(var(--parallax-rotate, 0deg));
  transform-origin: center;
  will-change: transform;
  filter: drop-shadow(0 .55rem 1rem rgba(36,32,29,.11)) saturate(1.12) contrast(1.06);
}

.mirada-intro .eyebrow { color: var(--henequen); }
.library .library-heading .eyebrow { color: var(--indigo); }
.about .eyebrow { color: var(--henequen); }
.connect .eyebrow { color: var(--rust); }

.mirada-intro .eyebrow::after,
.library .library-heading .eyebrow::after,
.about .eyebrow::after,
.connect .eyebrow::after {
  content: "";
  display: inline-block;
  width: clamp(1.1rem, 1.8vw, 2.15rem);
  height: 1px;
  margin-left: .6rem;
  vertical-align: middle;
  background: currentColor;
  opacity: .7;
}

.flor-books .book-type,
.book-single[data-book="hotel"] .book-type { color: var(--rust); opacity: .9; }
.mexico-books .book-type { color: var(--henequen); opacity: .95; }
.book-single[data-book="hpm"] .book-type { color: var(--indigo); opacity: .95; }
.narrator-heading .eyebrow.inverse,
.events-strip .eyebrow.inverse { color: color-mix(in srgb,var(--ochre) 58%,var(--bone)); opacity: 1; }
.narrator .series-item small { color: color-mix(in srgb,var(--ochre) 68%,var(--bone)); opacity: .95; }

/* ================================================================
   06. TRAYECTORIA
   ================================================================ */

.journey {
  position: relative;
  background: var(--rust);
  color: var(--bone);
  padding: clamp(76px,8vw,108px) 0;
}

.journey-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 8vw;
  position: relative;
  z-index: 1;
}

.journey h2 {
  margin: 0;
  font: 500 clamp(3rem,5.6vw,5.8rem)/.92 var(--display);
}

.journey-intro {
  max-width: 460px;
  opacity: .82;
}

.evidence-field {
  display: grid;
  align-content: center;
  gap: 3rem;
}

.evidence-label {
  display: block;
  margin-bottom: 1.3rem;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .68;
}

.metric-row {
  display: flex;
  gap: clamp(2.5rem,5vw,5rem);
  flex-wrap: wrap;
}

.metric {
  display: grid;
  gap: .25rem;
}

.metric strong {
  font: 500 clamp(2.3rem,4vw,4rem)/1 var(--display);
}

.metric span {
  font-size: .9rem;
  opacity: .78;
}

.publisher-marks {
  width: 100%;
}

.publisher-strip {
  display: block;
  width: min(100%, 52rem);
  height: auto;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .55s ease,transform .55s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* ================================================================
   07. MIRADA A MÉXICO
   ================================================================ */

.mirada {
  padding: clamp(80px,9vw,126px) 0;
  background: var(--paper);
}

.mirada-intro {
  display: grid;
  grid-template-columns: 3fr 5fr 4fr;
  gap: 3vw;
  align-items: end;
  margin-bottom: 3.2rem;
}

.mirada-intro h2 {
  margin: 0;
  font: 500 clamp(3.3rem,6.1vw,6.5rem)/.9 var(--display);
}

.mirada-intro p:last-child {
  max-width: 500px;
}

.mural-shell {
  width: var(--shell);
  margin: auto;
}

.mural-viewport {
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(36,32,29,.18);
  background: var(--coal);
}

.mural-track {
  position: relative;
  height: clamp(650px,72vw,850px);
  max-height: 850px;
  isolation: isolate;
  color: var(--bone);
  overflow: hidden;
}

.mural-wall {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.mural-core {
  position: absolute;
  left: 42%;
  top: 31%;
  width: 18%;
  height: 33%;
  object-fit: contain;
  z-index: 4;
  transform: translate3d(var(--parallax-x, 0px), var(--parallax-y, 0px), 0) rotate(-8deg);
  will-change: transform;
}

.mural-project {
  position: absolute;
  z-index: 3;
  transition: opacity .25s ease,filter .25s ease;
  transform: translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
}

.project-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  transition: transform .28s ease, filter .28s ease;
}

.mural-project--mexico {
  left: 3%;
  top: 8%;
  width: 35%;
  height: 42%;
}

.mural-project--flor {
  right: 4%;
  top: 6%;
  width: 33%;
  height: 45%;
}

.mural-project--espejo {
  left: 8%;
  bottom: 5%;
  width: 36%;
  height: 36%;
}

.mural-project--obra {
  right: 7%;
  bottom: 5%;
  width: 35%;
  height: 34%;
}

.project-caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  opacity: 0;
  transform: translateY(6px);
  transition: .22s ease;
  padding: .8rem;
  background: color-mix(in srgb,var(--coal) 76%,transparent);
}

.project-caption strong {
  font: 500 clamp(1.4rem,2.2vw,2.3rem)/1 var(--display);
}

.project-caption small {
  font-size: .78rem;
  white-space: nowrap;
}

.mural-project:hover .project-caption,.mural-project:focus-visible .project-caption,.mural-project.is-selected .project-caption {
  opacity: 1;
  transform: none;
}

.mural-shell[data-active] .mural-project {
  opacity: .48;
  filter: saturate(.65);
}

.mural-shell[data-active="mexico"] .mural-project--mexico,.mural-shell[data-active="flor"] .mural-project--flor,.mural-shell[data-active="espejo"] .mural-project--espejo,.mural-shell[data-active="obra"] .mural-project--obra {
  opacity: 1;
  filter: none;
  z-index: 6;
}

.mural-hint {
  display: none;
}

/* ================================================================
   08. BIBLIOTECA
   ================================================================ */

.library {
  padding: clamp(88px,10vw,130px) 0;
  background: var(--bone);
}

.section-heading {
  display: grid;
  grid-template-columns: 3fr 5fr 4fr;
  gap: 3vw;
  align-items: end;
  margin-bottom: 4.4rem;
}

.section-heading h2 {
  margin: 0;
  font: 500 clamp(3.5rem,6vw,6.3rem)/.9 var(--display);
}

.section-heading p:last-child {
  max-width: 480px;
}

.library-layout {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  gap: clamp(26px,3vw,46px);
  align-items: start;
}

.book-world {
  grid-column: span 6;
  transform: translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
}

.book-world-link {
  display: grid;
  gap: 1.6rem;
}

.book-composition {
  position: relative;
  height: 430px;
}

.book-cover,.single-cover,.dialog-cover {
  display: block;
  aspect-ratio: 2/3;
  border: 0;
  background: transparent;
  object-fit: contain;
}

.book-cover {
  position: absolute;
  box-shadow: none;
  filter: drop-shadow(0 12px 16px rgba(36,32,29,.11));
}

.trilogy-composition .book-cover {
  width: 38%;
  bottom: 0;
}

.cover-a {
  left: 2%;
  transform: rotate(-4deg);
}

.cover-b {
  left: 31%;
  z-index: 2;
  transform: translateY(-26px);
}

.cover-c {
  right: 2%;
  transform: rotate(4deg);
}

.collection-composition .cover-main {
  width: 39%;
  left: 18%;
  bottom: 0;
  z-index: 3;
}



.book-type {
  margin: 0 0 .5rem;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .62;
}

.book-copy h3,.book-copy strong {
  font: 500 clamp(2rem,3.4vw,3.4rem)/1 var(--display);
}

.book-copy p {
  max-width: 520px;
}

.book-single {
  grid-column: span 6;
  margin-top: 2rem;
  transform: translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
}

.book-open {
  width: 100%;
  border: 0;
  background: none;
  padding: 0;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  text-align: left;
  align-items: end;
  cursor: pointer;
}

.book-open .single-cover {
  position: relative;
  width: 100%;
  box-shadow: none;
}

.book-open .book-copy {
  display: grid;
  gap: .45rem;
  padding-bottom: .4rem;
}

.book-open small {
  color: var(--rust);
  font-weight: 600;
}

/* ================================================================
   09. NARRADOR
   ================================================================ */

.narrator {
  padding: clamp(88px,9vw,126px) 0 0;
  background: var(--coal);
  color: var(--bone);
}

.narrator-heading {
  display: grid;
  grid-template-columns: 3fr 5fr 4fr;
  gap: 3vw;
  align-items: end;
  margin-bottom: 3rem;
}

.narrator-heading h2 {
  margin: 0;
  font: 500 clamp(3.5rem,6.2vw,6.5rem)/.9 var(--display);
}

.narrator-subtitle {
  font: 400 clamp(1.6rem,2.8vw,2.8rem)/1.1 var(--display);
  margin: 0;
}

.video-stage {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 4vw;
  align-items: center;
}

.video-shell {
  aspect-ratio: 16/9;
  background: #171513;
}

.video-shell iframe,.video-poster {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-poster {
  position: relative;
  padding: 0;
  background: none;
  color: var(--bone);
  cursor: pointer;
  overflow: hidden;
}

.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: .65rem 1rem;
  border: 1px solid rgba(238,228,211,.7);
  background: rgba(36,32,29,.62);
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.video-copy h3 {
  font: 500 clamp(1.9rem,3vw,3.2rem)/1.05 var(--display);
  margin: .2rem 0 1rem;
}

.series-row {
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  gap: 1rem;
  align-items: center;
  margin: 5rem 0;
}

.series-track {
  display: flex;
  gap: 1.3rem;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.series-track::-webkit-scrollbar {
  display: none;
}

.series-item {
  flex: 0 0 min(34vw,380px);
  scroll-snap-align: start;
  display: grid;
  gap: .65rem;
}

.series-thumb {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid rgba(238,228,211,.22);
}

.series-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.series-item strong {
  font-family: var(--display);
  font-size: 1.4rem;
}

.series-item small {
  opacity: .72;
}

.carousel-control {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(238,228,211,.34);
  border-radius: 50%;
  background: none;
  color: var(--bone);
  font-size: 1.5rem;
}

.events-strip {
  border-top: 1px solid rgba(238,228,211,.18);
  margin-top: 3rem;
  padding: 2.2rem 0 3rem;
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 5vw;
}

.events-intro {
  margin: .3rem 0 0;
  opacity: .72;
}

.events-list {
  display: grid;
  gap: 1rem;
}

.event-item {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 1rem;
  border-bottom: 1px solid rgba(238,228,211,.12);
  padding-bottom: .9rem;
}

.event-item span,.event-item small {
  font-size: .8rem;
  opacity: .66;
}

/* ================================================================
   10. SOBRE RAMÓN
   ================================================================ */

.about {
  padding: clamp(90px,10vw,132px) 0;
  background: var(--bone);
}

.about-grid {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 8vw;
  align-items: center;
}

.about-visual {
  position: relative;
}


.about-picture {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(36, 32, 29, 0.28);
  overflow: hidden;
}

.about-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-copy h2 {
  font: 500 clamp(2.8rem,4.7vw,5rem)/.98 var(--display);
  margin: 0 0 1.4rem;
}

.about-copy p {
  max-width: 650px;
}

/* ================================================================
   11. MEDIA KIT
   Franja compacta. El arte vive en assets/colaborar/colaborar-mediakit.webp.
   ================================================================ */

.media-kit-band {
  position: relative;
  min-height: clamp(10rem, 21svh, 14rem);
  padding-block: clamp(.8rem, 1.7vh, 1.35rem);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--indigo);
  color: var(--bone);
}

.media-kit-band::before,
.media-kit-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.media-kit-band::before {
  background:
    radial-gradient(circle at 12% 32%, rgba(238,228,211,.08) 0 1px, transparent 1.3px),
    radial-gradient(circle at 83% 64%, rgba(156,122,47,.11) 0 1px, transparent 1.3px);
  background-size: 9px 9px, 13px 13px;
  opacity: .20;
  mix-blend-mode: screen;
}

.media-kit-band::after {
  background: linear-gradient(to bottom, rgba(238,228,211,.03), transparent 18%, transparent 82%, rgba(238,228,211,.03));
}

.media-kit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(12rem, .55fr);
  gap: clamp(1.25rem, 3vw, 3.5rem);
  align-items: center;
}

.media-kit-copy { max-width: 44rem; }

.media-kit-copy .eyebrow {
  color: color-mix(in srgb, var(--ochre) 65%, var(--bone));
  opacity: 1;
  margin-bottom: .3rem;
}

.media-kit-copy h2 {
  margin: 0;
  font: 500 clamp(2.35rem, 3.5vw, 4rem)/.9 var(--display);
  letter-spacing: -.025em;
}

.media-kit-lead {
  max-width: 39rem;
  margin: .42rem 0 0;
  font: 400 clamp(1rem, 1.18vw, 1.28rem)/1.22 var(--display);
  color: color-mix(in srgb, var(--bone) 92%, transparent);
}

.media-kit-download {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-top: .72rem;
  padding: .34rem 0 .2rem;
  border-bottom: 1px solid rgba(238,228,211,.72);
  color: var(--bone);
  font-size: clamp(.74rem, .8vw, .88rem);
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  transition: transform .2s ease, border-color .2s ease;
}

.media-kit-download::after { content: "↓"; font-size: 1.05em; }
.media-kit-download:hover,
.media-kit-download:focus-visible { transform: translateY(-2px); border-color: var(--ochre); }

.media-kit-visual {
  position: relative;
  width: clamp(9.5rem, 15vw, 14rem);
  aspect-ratio: 1;
  justify-self: center;
  display: grid;
  place-items: center;
}

.media-kit-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.transition-sobre-mediakit,
.transition-mediakit-conectar {
  height: clamp(1.6rem, 2.6vh, 2.6rem);
}

.transition-sobre-mediakit {
  background:
    radial-gradient(ellipse at 15% 28%, rgba(89,106,81,.12) 0 16%, transparent 48%),
    radial-gradient(ellipse at 72% 70%, rgba(49,94,120,.18) 0 20%, transparent 54%),
    linear-gradient(to bottom, var(--bone) 0%, #D9D8CF 27%, #A7BCC3 55%, #64879A 78%, var(--indigo) 100%);
}

.transition-mediakit-conectar {
  background:
    radial-gradient(ellipse at 82% 26%, rgba(156,122,47,.12) 0 16%, transparent 48%),
    radial-gradient(ellipse at 30% 68%, rgba(238,228,211,.18) 0 18%, transparent 54%),
    linear-gradient(to bottom, var(--indigo) 0%, #607F8F 26%, #A2ACAB 54%, #D0C7B8 78%, var(--paper) 100%);
}

/* ================================================================
   12. CARTA DE RAMÓN / CONTACTO
   ================================================================ */

.connect {
  padding: clamp(86px,9vw,120px) 0;
  background: var(--paper);
  border-top: 1px solid rgba(36,32,29,.1);
}

.connect-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 8vw;
}

.connect-copy h2 {
  font: 500 clamp(3.1rem,5vw,5.3rem)/.95 var(--display);
  margin: 0;
}

.form-note {
  font-size: .84rem;
  opacity: .68;
  max-width: 520px;
}

.connect-detail-slot {
  margin-top: 2.2rem;
  width: min(100%,460px);
  aspect-ratio: 4/3;
}

.connect-detail-slot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.field {
  display: grid;
  gap: .45rem;
}

.field-full {
  grid-column: 1/-1;
}

.field label {
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .04em;
}

.field input,.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(36,32,29,.45);
  background: transparent;
  border-radius: 0;
  padding: .7rem .1rem;
  outline: 0;
}

.field input:focus,.field textarea:focus {
  border-color: var(--rust);
  box-shadow: 0 1px 0 var(--rust);
}

.field-check {
  display: block;
}

.field-check input {
  width: auto;
  margin-right: .4rem;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.form-status {
  margin: 0;
  font-size: .82rem;
  opacity: .75;
}

/* ================================================================
   13. FOOTER
   ================================================================ */

.site-footer {
  background: var(--coal);
  color: var(--bone);
  padding: 2.2rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 2rem;
  align-items: center;
  font-size: .84rem;
}

.site-footer nav {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.legal {
  opacity: .58;
}

/* ================================================================
   14. OBRA PICTÓRICA — GALERÍA
   Un solo modal visual. Las diez obras y sus rutas viven en
   site-config.js; el HTML conserva únicamente la estructura.
   ================================================================ */
/* ================================================================
   GALERÍA DE OBRA PICTÓRICA
   ================================================================ */

.art-dialog {
  width: min(94vw, 1480px);
  height: min(92svh, 950px);
  max-width: none;
  max-height: 92svh;
  margin: auto;
  padding: 0;
  border: 0;
  background: #1b1917;
  color: var(--bone);
  overflow: hidden;
}

.art-dialog::backdrop {
  background: rgba(18, 16, 14, 0.88);
  backdrop-filter: blur(4px);
}

.art-dialog-inner {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 1rem;
  padding: 1.1rem 1.2rem 1rem;
  overflow: hidden;
}

.art-dialog-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.2rem 1rem;
  padding-right: 3rem;
}

.art-dialog-header .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.art-dialog-header h2 {
  margin: 0;
  font: 500 clamp(2rem, 3vw, 3.3rem)/0.95 var(--display);
}

.art-dialog-counter {
  margin: 0 0 0.15rem auto;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  opacity: 0.66;
}

.art-dialog-close {
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--bone);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
}

.art-gallery-stage {
  min-height: 0;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 3rem;
  gap: 0.8rem;
  align-items: center;
  overflow: hidden;
}

.art-gallery-figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.art-gallery-figure img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  filter: drop-shadow(0 1rem 1.8rem rgba(0, 0, 0, .24));
}
.art-gallery-control {
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(238, 228, 211, 0.3);
  border-radius: 50%;
  background: transparent;
  color: var(--bone);
  font: 400 1.55rem/1 var(--sans);
  cursor: pointer;
  opacity: 0.78;
}

.art-gallery-control:hover,
.art-gallery-control:focus-visible {
  border-color: var(--ochre);
  opacity: 1;
}

.art-thumbnails {
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.85rem 0 0.2rem;
  border-top: 1px solid rgba(238, 228, 211, 0.12);
  background: #1b1917;
  position: relative;
  z-index: 3;
  scrollbar-width: thin;
  scrollbar-color: rgba(238, 228, 211, 0.3) transparent;
}

.art-thumbnail {
  flex: 0 0 4.2rem;
  width: 4.2rem;
  height: 3.2rem;
  padding: 0;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  opacity: 0.48;
  overflow: hidden;
}

.art-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.art-thumbnail:hover,
.art-thumbnail:focus-visible,
.art-thumbnail.is-active {
  opacity: 1;
}

.art-thumbnail.is-active {
  border-color: color-mix(in srgb, var(--ochre) 70%, var(--bone));
}


/* ================================================================
   15. MODALES DE LIBROS
   ================================================================ */

.book-dialog {
  width: min(1000px,88vw);
  padding: 0;
  border: 0;
  background: var(--bone);
  color: var(--coal);
}

.book-dialog::backdrop {
  background: rgba(20,18,16,.74);
}

.dialog-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px,34%) 1fr;
  gap: 4vw;
  padding: clamp(28px,5vw,70px);
}

.dialog-cover {
  position: relative;
  width: 100%;
  box-shadow: none;
}

.dialog-copy h2 {
  font: 500 clamp(2.8rem,5vw,5rem)/.95 var(--display);
  margin: 0;
}

.dialog-close {
  position: absolute;
  right: 18px;
  top: 14px;
  border: 0;
  background: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

/* ================================================================
   16. DESKTOP — >= 901px
   ================================================================ */
@media (min-width: 901px) {
  .hero {
    min-height: clamp(40rem, 92svh, 61rem);
    padding-block: var(--section-pad-y);
    display: grid;
    align-items: center;
  }
  .hero-grid { min-height: 0; grid-template-columns: minmax(0,5.1fr) minmax(0,6.9fr); gap: clamp(3rem,6vw,7rem); }
  .hero-portrait-wrap { min-height: clamp(30rem,59vh,43rem); }

  .ahora {
    min-height: clamp(36rem,84svh,55rem);
    grid-template-columns: minmax(0,1.48fr) minmax(22rem,1fr);
    align-items: stretch;
  }
  .now-visual { min-height: 0; display: grid; place-items: center; overflow: hidden; background: var(--paper);}
  .now-picture { width: 100%; height: 100%; display: grid; place-items: center; translate: 7vw 0; }
  .now-picture img { width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center; }
  .now-copy { padding: clamp(2.8rem,6vh,6.2rem) 10vw clamp(2.8rem,6vh,6.2rem) clamp(2rem,3vw,4rem); }

  .journey { min-height: clamp(18rem,46svh,28rem); padding-block: var(--section-pad-tight); display: grid; align-items: center; }
  .journey-grid { grid-template-columns: minmax(0,5.1fr) minmax(0,6.9fr); gap: clamp(2.5rem,5.5vw,6rem); align-items: center; }
  .journey h2 { font-size: clamp(2.6rem,4vw,4.45rem); line-height: .9; }
  .journey-intro { margin: .65rem 0 0; max-width: 29rem; }
  .evidence-field { gap: clamp(.8rem,1.8vh,1.25rem); }
  .evidence-label { margin-bottom: .5rem; }
  .journey .metric-row { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: clamp(.8rem,1.5vw,1.5rem); align-items: start; }
  .journey .metric { min-width: 0; gap: .28rem; padding-right: clamp(.45rem,.8vw,.8rem); border-right: 1px solid rgba(238,228,211,.18); }
  .journey .metric:last-child { border-right: 0; padding-right: 0; }
  .journey .metric strong { font-size: clamp(1.75rem,2.55vw,3rem); line-height: .92; letter-spacing: -.025em; }
  .journey .metric span { max-width: 8.5rem; font-size: clamp(.72rem,.72vw,.82rem); line-height: 1.18; opacity: .78; }
  .publisher-field { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: clamp(1rem,1.6vw,1.7rem); }
  .publisher-field .evidence-label { margin: 0; white-space: nowrap; }
  .publisher-marks { display: block; min-height: 0; }

  .reticula--journey-sol { width: clamp(7.8rem,10.2vw,13.5rem); right: 1vw; top: 0; opacity: .58; --reticula-rotate: 0deg; }
  .reticula--journey-s { width: clamp(4.8rem,6.1vw,8.2rem); left: 1vw; bottom: 0; opacity: .58; --reticula-rotate: 0deg; }

  .mirada { min-height: clamp(39rem,82svh,55rem); padding-block: clamp(1.7rem,3.6vh,3.4rem); display: grid; align-content: center; }
  .mirada-intro { grid-template-columns: 2.7fr 5.3fr 4fr; gap: clamp(1.5rem,3vw,3rem); margin-bottom: clamp(.9rem,1.8vh,1.3rem); }
  .mirada-intro h2 { font-size: clamp(3rem,5.2vw,5.7rem); }
  .mural-shell { width: clamp(47rem,58vw,72rem); }
  .mural-viewport { border: 0; background: var(--paper); box-shadow: none; overflow: hidden; }
  .mural-track { height: clamp(29rem,55vh,37rem); min-height: 0; max-height: none; overflow: hidden; }
  .mural-wall { inset: -1.5%; width: 103%; height: 103%; filter: saturate(.98) contrast(1.025); -webkit-mask-image: radial-gradient(ellipse 96% 94% at 50% 50%,#000 69%,rgba(0,0,0,.92) 80%,rgba(0,0,0,.55) 91%,transparent 100%); mask-image: radial-gradient(ellipse 96% 94% at 50% 50%,#000 69%,rgba(0,0,0,.92) 80%,rgba(0,0,0,.55) 91%,transparent 100%); }
  .mural-core { left: 41%; top: 34%; width: 18%; height: 31%; z-index: 5; }
  .mural-project--mexico { left: 5%; top: 5%; width: 40%; height: 44%; }
  .mural-project--flor { right: 5%; top: 5%; width: 39%; height: 44%; }
  .mural-project--espejo { left: 7%; bottom: 5%; width: 39%; height: 38%; }
  .mural-project--obra { right: 6%; bottom: 5%; width: 39%; height: 38%; }
  .mural-project .project-visual { transform: none; object-fit: contain; }
  .mural-shell[data-active] .mural-project { opacity: 1; filter: none; }
  .mural-project:hover,
  .mural-project:focus-visible { z-index: 7; }
  .mural-project:hover .project-visual,
  .mural-project:focus-visible .project-visual {
    transform: scale(1.09);
    filter: saturate(1.06) drop-shadow(0 1rem 1.2rem rgba(36,32,29,.18));
  }
  .project-caption { display: none; }

  .library { min-height: var(--screen-h); padding-block: clamp(1.1rem,2.4vh,2.25rem); display: grid; align-items: center; }
  .library > .shell { width: min(78vw,76rem); display: grid; grid-template-rows: auto 1fr; gap: clamp(.72rem,1.3vh,1.05rem); }
  .library .section-heading { grid-template-columns: 2.15fr 5.45fr 4.4fr; gap: clamp(1.5rem,3vw,3rem); margin: 0 0 clamp(.7rem,1.3vh,1rem); align-items: end; }
  .library .section-heading h2 { font-size: clamp(3.2rem,4.7vw,5.2rem); line-height: .88; }
  .library .section-heading p:last-child { margin: 0; max-width: 27rem; font-size: clamp(.88rem,.92vw,1rem); line-height: 1.38; }
  .library-layout { width: min(100%,72rem); margin-inline: auto; grid-template-columns: repeat(12,1fr); grid-template-rows: minmax(0,1fr) auto; column-gap: clamp(1.25rem,2.1vw,2.4rem); row-gap: clamp(.65rem,1.15vh,.95rem); align-content: center; overflow: hidden; }
  .book-world { grid-column: span 6; min-width: 0; }
  .book-world-link { gap: .35rem; }
  .book-composition { height: clamp(14.5rem,27vh,18.5rem); overflow: visible; }
  .trilogy-composition { display: flex; justify-content: center; align-items: end; overflow: visible; }
  .trilogy-composition .book-cover { width: auto; height: 96%; max-height: 96%; bottom: 0; left: 50%; right: auto; transform-origin: 50% 100%; }
  .cover-a { z-index: 1; transform: translateX(-116%) translateY(3%) rotate(-8deg); }
  .cover-b { z-index: 3; height: 100%; max-height: 100%; transform: translateX(-50%) translateY(-3%); }
  .cover-c { z-index: 2; transform: translateX(16%) translateY(3%) rotate(8deg); }
  .collection-composition .cover-main { width: auto; height: 100%; max-height: 100%; left: 50%; right: auto; bottom: 0; transform: translateX(-50%); }
  .book-type { margin-bottom: .12rem; }
  .book-copy h3, .book-copy strong { font-size: clamp(1.75rem,2.45vw,2.55rem); }
  .book-copy p { margin: .15rem 0; font-size: clamp(.82rem,.84vw,.92rem); line-height: 1.3; }
  .editorial-link { margin-top: .2rem; }
  .book-single { grid-column: span 6; margin: 0; }
  .book-open { grid-template-columns: clamp(7.3rem,8.8vw,9.5rem) 1fr; gap: clamp(.85rem,1.35vw,1.25rem); align-items: center; }
  .book-open .single-cover { max-height: clamp(9.4rem,18.5vh,12.4rem); }
  .book-open .book-copy { gap: .12rem; padding-bottom: 0; }
  .reticula--library-flor { width: clamp(5.74rem,7.35vw,9.8rem); left: 1.5vw; top: 2%; opacity: .82; --reticula-rotate: -8deg; }
  .reticula--library-rosa { width: clamp(5.6rem,7.14vw,9.52rem); right: 1.5vw; bottom: 2%; opacity: .76; --reticula-rotate: 10deg; }

  .narrator { min-height: var(--screen-h); padding-top: clamp(1.1rem,2.4vh,2.2rem); display: grid; align-items: center; }
  .narrator > .shell { width: min(var(--shell),88rem); }
  .narrator-heading { grid-template-columns: 2.35fr 5.15fr 4.5fr; margin-bottom: clamp(.6rem,1.2vh,.9rem); }
  .narrator-heading h2 { font-size: clamp(3rem,4.65vw,5rem); }
  .narrator-subtitle { font-size: clamp(1.2rem,1.9vw,2rem); }
  .video-stage { grid-template-columns: minmax(0,7.6fr) minmax(16rem,4.4fr); gap: clamp(1.4rem,2.4vw,2.6rem); }
  .video-shell { max-height: clamp(14rem,33vh,21rem); }
  .video-copy h3 { font-size: clamp(1.45rem,2.15vw,2.25rem); margin: 0 0 .4rem; }
  .video-copy p { margin: .3rem 0; font-size: clamp(.84rem,.86vw,.94rem); line-height: 1.35; }
  .series-row { display: block; margin: clamp(.7rem,1.3vh,1rem) 0; }
  .series-track { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: clamp(.65rem,1vw,1rem); overflow: visible; scroll-snap-type: none; }
  .series-item { width: 100%; min-width: 0; flex: none; gap: .22rem; }
  .series-item strong { font-size: clamp(.92rem,1vw,1.05rem); line-height: 1.15; }
  .series-item small { font-size: .7rem; }
  .carousel-control { display: none; }
  .events-strip { margin-top: clamp(.4rem,.8vh,.65rem); padding: clamp(.55rem,1vh,.8rem) 0 clamp(.7rem,1.2vh,1rem); grid-template-columns: 3.2fr 8.8fr; gap: 2.5vw; }
  .events-strip .eyebrow { margin-bottom: .15rem; }
  .events-list { gap: .25rem; }
  .event-item { padding-bottom: .28rem; }
  .reticula--narrator-elote { width: clamp(5.6rem,7vw,9.25rem); left: 1.5vw; top: 46%; opacity: .52; --reticula-rotate: 0deg; }
  .reticula--narrator-ojo { width: clamp(7.8rem,9.8vw,13rem); right: 1.5vw; top: 2%; opacity: .46; --reticula-rotate: 0deg; }

  .about { min-height: clamp(32rem,72svh,47rem); padding-block: clamp(1.5rem,3.4vh,3rem); display: grid; align-items: center; }
  .about-grid { grid-template-columns: 4.2fr 7.8fr; gap: clamp(2.5rem,5.3vw,5.5rem); }
  .about-visual { width: clamp(18rem,27vw,25rem); justify-self: start; }
  .about-copy h2 { font-size: clamp(2.25rem,3.55vw,3.8rem); margin-bottom: .8rem; }
  .about-copy p { margin: .45rem 0; }
  .reticula--about-corazon { width: clamp(8rem,10vw,13.4rem); right: 1.5vw; top: 2%; opacity: .68; --reticula-rotate: 0deg; }
  .reticula--about-greca { width: clamp(6.48rem,8.24vw,10.96rem); left: 1.5vw; top: 50%; translate: 0 -50%; opacity: .54; --reticula-rotate: 0deg; }

  .connect { min-height: clamp(29rem,64svh,43rem); padding-block: clamp(1.4rem,3vh,2.7rem); display: grid; align-items: center; }
  .connect-grid { grid-template-columns: 5.1fr 6.9fr; gap: clamp(2.5rem,4.5vw,5rem); align-items: start; }
  .connect-copy h2 { font-size: clamp(2.5rem,3.9vw,4.1rem); }
  .connect-copy .lead { font-size: clamp(1.05rem,1.4vw,1.35rem); margin: .65rem 0; }
  .form-note { margin: .3rem 0; }
  .connect-detail-slot { margin-top: .5rem; width: clamp(12rem,18vw,17rem); }
  .contact-form { align-content: start; grid-auto-rows: max-content; gap: .6rem 1rem; }
  .field input, .field textarea { padding: .4rem .1rem; }
  .field textarea { min-height: 5.5rem; max-height: 7rem; }
}

/* ================================================================
   17. TABLET — 768px a 900px
   ================================================================ */
@media (min-width: 768px) and (max-width: 900px) {
  :root { --shell: min(92vw,1400px); }
  .brand-role { display: none; }
  .main-nav { position: fixed; inset: var(--header-h) 0 auto; background: var(--bone); padding: 2rem 5vw 2.5rem; display: none; flex-direction: column; align-items: flex-start; border-bottom: 1px solid rgba(36,32,29,.12); }
  .main-nav.is-open { display: flex; }
  .nav-toggle { display: block; }

  .hero-grid { grid-template-columns: 1fr 1fr; gap: 3vw; }
  .ahora { grid-template-columns: 1fr 1fr; }
  .now-picture img { object-fit: contain; }

  .journey-grid, .about-grid, .connect-grid { gap: 5vw; }
  .journey .metric-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem 1.2rem; }
  .publisher-field { display: grid; gap: .8rem; }
  .publisher-marks { display: block; }
  .publisher-strip { width: min(100%,42rem); }

  .mirada-intro, .section-heading, .narrator-heading { grid-template-columns: 1fr 1fr; }
  .mirada-intro p:last-child, .section-heading p:last-child, .narrator-subtitle { grid-column: 2; }
  .mural-shell { width: 92vw; }
  .mural-track { height: clamp(34rem,65vw,44rem); max-height: 44rem; }

  .library-layout { gap: 2rem; }
  .book-open { grid-template-columns: 170px 1fr; }

  .video-stage { grid-template-columns: 1.5fr 1fr; }

  .reticula { opacity: .24; }
  .reticula--secondary { opacity: .18; }
  .reticula--journey-sol { width: 9rem; right: 1rem; top: 0; }
  .reticula--journey-s { width: 5.5rem; left: 1rem; bottom: 0; }
  .reticula--library-flor { width: 6.3rem; left: 1rem; top: 1rem; }
  .reticula--library-rosa { width: 5.95rem; right: 1rem; bottom: 1rem; }
  .reticula--narrator-elote { width: 5.95rem; left: 1rem; top: 46%; }
  .reticula--narrator-ojo { width: 8.5rem; right: 1rem; top: 1rem; --reticula-rotate: 0deg; }
  .reticula--about-corazon { width: 9rem; right: 1rem; top: 1rem; --reticula-rotate: 0deg; }
  .reticula--about-greca { width: 7.2rem; left: 1rem; top: 50%; translate: 0 -50%; }

  .media-kit-band { min-height: clamp(11rem,24svh,15rem); }
  .media-kit-grid { grid-template-columns: 1.35fr .65fr; gap: 1.5rem; }
  .media-kit-visual { width: clamp(9rem,20vw,12rem); }

  .art-dialog { width: 96vw; height: 92svh; }
  .art-thumbnails { width: 100%; }

  .footer-grid { grid-template-columns: 1fr auto; }
  .legal { grid-column: 1 / -1; }
}

/* ================================================================
   18. MÓVIL — <= 767px
   ================================================================ */
@media (max-width: 767px) {
  :root { --shell: calc(100vw - 44px); --header-h: 72px; }
  body { font-size: 16px; }
  .nav-wrap { min-height: var(--header-h); }
  .brand-role { display: none; }
  .main-nav { position: fixed; inset: var(--header-h) 0 auto; background: var(--bone); padding: 2rem 5vw 2.5rem; display: none; flex-direction: column; align-items: flex-start; border-bottom: 1px solid rgba(36,32,29,.12); }
  .main-nav.is-open { display: flex; }
  .nav-toggle { display: block; }

  .hero { padding: 42px 0 38px; }
  .hero-grid { grid-template-columns: 1fr; min-height: calc(100svh - var(--header-h)); align-content: start; }
  .hero h1 { font-size: clamp(4rem,20vw,6.4rem); }
  .hero-portrait-wrap { min-height: 54vh; margin-top: .6rem; }
  .hero-picture { inset: 0 -4% 0 -4%; }
  .hero-picture img { object-fit: contain; object-position: center bottom; }
  .hero-frame { inset: 9% 7% 5%; }
  .hero-deck { max-width: 88%; }

  .ahora { display: flex; flex-direction: column; }
  .ahora .now-visual, .ahora[data-orientation="text-left"] .now-visual { order: 1; min-height: auto; transform: none; }
  .now-picture { background: var(--paper); }
  .now-picture img { width: 100%; height: auto; min-height: 0; max-height: none; object-fit: contain; object-position: center; }
  .ahora .now-copy, .ahora[data-orientation="text-left"] .now-copy { order: 2; padding: 54px 22px 64px; }
  .now-copy h2 { font-size: clamp(2.7rem,14vw,4.4rem); }

  .journey { padding: 64px 0; }
  .journey-grid { grid-template-columns: 1fr; gap: 3rem; }
  .journey h2 { font-size: clamp(3rem,15vw,4.6rem); }
  .metric-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2rem; }
  .publisher-field { display: grid; gap: .8rem; }
  .publisher-marks { display: block; }
  .publisher-strip { width: 100%; max-width: 34rem; }

  .mirada { padding: 66px 0; }
  .mirada-intro { display: block; }
  .mirada-intro h2 { font-size: clamp(3.1rem,15vw,4.7rem); margin: .2rem 0 1.2rem; }
  .mural-shell { width: 100%; }
  .mural-viewport { overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; border-inline: 0; }
  .mural-viewport::-webkit-scrollbar { display: none; }
  .mural-track { display: flex; position: relative; width: max-content; height: min(68vh,620px); min-height: 510px; max-height: none; gap: 16px; padding: 24px 10vw 24px 22px; overflow: visible; isolation: isolate; }
  .mural-wall { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .mural-core { position: absolute; left: 50%; top: 30%; width: 28vw; height: 36%; opacity: .28; z-index: 1; transform: translateX(-50%) rotate(-8deg); pointer-events: none; }
  .mural-project { position: relative; inset: auto; width: 78vw; height: 100%; flex: 0 0 78vw; scroll-snap-align: start; transform: none; z-index: 3; }
  .mural-project .project-visual { position: relative; z-index: 2; object-fit: contain; padding: 6vw; }
  .project-caption { opacity: 0; bottom: 18px; }
  .mural-project.is-selected .project-caption { opacity: 1; }
  .mural-shell[data-active] .mural-project { opacity: .56; }
  .mural-hint { display: flex; width: var(--shell); margin: 14px auto 0; justify-content: flex-end; align-items: center; gap: .6rem; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; opacity: .66; }
  .mural-hint b { font-size: 1.1rem; font-weight: 400; }

  .library { padding: 70px 0; }
  .section-heading { display: block; margin-bottom: 2.8rem; }
  .section-heading h2 { font-size: clamp(3.1rem,15vw,4.8rem); margin: .2rem 0 1rem; }
  .library-layout { display: block; }
  .book-world { margin-bottom: 5rem; transform: none; }
  .book-composition { height: 320px; }
  .book-single { margin: 3.6rem 0; transform: none; }
  .book-open { grid-template-columns: 125px 1fr; gap: 1.4rem; }
  .book-copy h3, .book-copy strong { font-size: clamp(1.8rem,9vw,2.7rem); }

  .narrator { padding-top: 70px; }
  .narrator-heading { display: block; }
  .narrator-heading h2 { font-size: clamp(3.1rem,15vw,4.8rem); }
  .narrator-subtitle { margin-top: .5rem; }
  .video-stage { grid-template-columns: 1fr; gap: 2rem; }
  .series-row { grid-template-columns: 1fr; margin: 3.5rem 0; }
  .carousel-control { display: none; }
  .series-item { flex-basis: 82vw; }
  .events-strip { grid-template-columns: 1fr; gap: 1rem; }
  .event-item { grid-template-columns: 1fr; gap: .2rem; }

  .about { padding: 70px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .about-picture img { aspect-ratio: 4 / 5; object-fit: cover; }
  .about-copy h2 { font-size: clamp(2.6rem,12vw,4rem); }

  .reticula { width: clamp(4rem,20vw,5.8rem); opacity: .22; transform: rotate(var(--reticula-rotate,0deg)); }
  .reticula--secondary { display: none; }
  .reticula--journey-sol { right: .6rem; top: .6rem; }
  .reticula--library-flor { left: .6rem; top: .8rem; }
  .reticula--narrator-elote { left: .6rem; top: 46%; }
  .reticula--about-corazon { right: .6rem; top: .8rem; }

  .media-kit-band { min-height: 0; padding-block: 1.25rem; }
  .media-kit-grid { grid-template-columns: 1fr auto; gap: 1rem; }
  .media-kit-copy h2 { font-size: clamp(2.2rem,10vw,3.1rem); }
  .media-kit-lead { max-width: 100%; font-size: .98rem; }
  .media-kit-visual { width: clamp(6.5rem,24vw,9rem); }
  .transition-sobre-mediakit, .transition-mediakit-conectar { height: 1.8rem; }

  .connect { padding: 70px 0; }
  .connect-grid { grid-template-columns: 1fr; gap: 2.6rem; }
  .contact-form { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; gap: 1rem; }
  .site-footer nav { gap: .8rem 1.2rem; }
  .legal { grid-column: auto; }

  .art-dialog {
    width: calc(100vw - 12px);
    height: calc(100svh - 12px);
    max-height: calc(100svh - 12px);
  }
  .art-dialog-inner { gap: .65rem; padding: .85rem .7rem .65rem; }
  .art-dialog-header { display: grid; grid-template-columns: 1fr auto; gap: .15rem .8rem; padding: 0 2.6rem 0 .2rem; }
  .art-dialog-header .eyebrow { grid-column: 1 / -1; font-size: .66rem; }
  .art-dialog-header h2 { font-size: clamp(1.8rem,8vw,2.45rem); }
  .art-dialog-counter { align-self: end; margin-bottom: .15rem; }
  .art-gallery-stage { grid-template-columns: 2.2rem minmax(0,1fr) 2.2rem; gap: .3rem; }
  .art-gallery-control { width: 2rem; height: 2rem; font-size: 1.25rem; }
  .art-thumbnail { flex-basis: 3.5rem; width: 3.5rem; height: 2.8rem; }

  .dialog-inner { grid-template-columns: 1fr; padding: 46px 24px 28px; }
  .dialog-cover { width: min(58vw,240px); margin: auto; }
  .book-dialog { width: calc(100vw - 24px); max-height: 92vh; }
}

/* ================================================================
   19. ACCESIBILIDAD — MOVIMIENTO REDUCIDO
   ================================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms; transition-duration: .01ms; scroll-behavior: auto; }
  [data-parallax-y-vh], [data-parallax-x-vw], [data-parallax-rotate-deg] { --parallax-x: 0px; --parallax-y: 0px; --parallax-rotate: 0deg; }
}
