:root{
  --ant-red:#ff4438;
  --ink:#111;
  --paper:#fff;
  --soft:#fafafa;
  --header-h:112px;
  --side:32px;
  --display:"Mrs Eaves",Baskerville,"Times New Roman",serif;
  --sans:"Open Sans",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}
a{color:inherit}
.site-header{height:var(--header-h);padding:0 var(--side);background:var(--paper);position:relative;z-index:20;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}
.site-header__mark{justify-self:start;display:flex;align-items:center;text-decoration:none;width:42px;height:58px}
.site-header__mark img{display:block;width:100%;height:100%;object-fit:contain}
.site-header__center{justify-self:center;align-self:center;display:flex;flex-direction:column;align-items:center;gap:12px;min-width:max-content}
.site-brand{font-family:var(--display);font-size:20px;font-weight:600;color:inherit;text-decoration:none;letter-spacing:.22em;line-height:1;white-space:nowrap;padding-left:.22em}
.site-nav{display:flex;align-items:center;justify-content:center;gap:25px}
.site-nav a{font-family:var(--display);font-size:15px;line-height:1;color:#777;text-decoration:none;white-space:nowrap;transition:color .15s ease}
.site-nav a:hover,.site-nav a:focus-visible{color:var(--ant-red)}
.site-header__instagram{justify-self:end;display:flex;align-items:center;justify-content:center;width:26px;height:26px;text-decoration:none}
.site-header__instagram img{display:block;width:100%;height:100%;object-fit:contain}
#content{display:block}

/* HOME — catálogo vertical 0.11.0
   Conserva el lenguaje aprobado: módulos cuadrados, aire, portadas y hover rojo.
   Desktop: 4 columnas. Mobile: 2 columnas. */
.home .site-header{position:relative;top:auto;left:auto;right:auto}
.home .site-nav a:first-child{color:var(--ant-red);font-weight:600}
.home #content{height:auto;overflow:visible}
.home-catalog{min-height:calc(100vh - var(--header-h));padding:clamp(34px,4.8vh,54px) 0 clamp(64px,8vh,96px);overflow:visible;background:var(--paper)}
.home-catalog__track{
  --gap-x:clamp(24px,2.35vw,42px);
  --gap-y:clamp(24px,2.15vw,38px);
  width:calc(100% - clamp(68px,6vw,116px));
  max-width:1440px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:var(--gap-y) var(--gap-x);
  overflow:visible;
}
.home-book{width:100%;aspect-ratio:1/1;display:block;text-decoration:none;min-width:0}
.home-book:focus-visible{outline:1px solid var(--ink);outline-offset:-1px}
.home-book__figure{position:relative;width:100%;height:100%;margin:0;overflow:hidden}
.home-book__cover{position:absolute;inset:0;z-index:1;background:var(--soft);display:flex;align-items:center;justify-content:center;padding:clamp(26px,2.5vw,44px)}
.home-book__cover img{display:block;max-width:67%;max-height:85%;width:auto;height:auto;object-fit:contain;box-shadow:0 2px 9px rgba(0,0,0,.07)}
.home-book__tint{position:absolute;inset:0;z-index:2;background:var(--ant-red);mix-blend-mode:multiply;opacity:0;pointer-events:none;transition:opacity .18s ease}
.home-book__meta{position:absolute;z-index:4;top:14px;left:15px;right:15px;display:flex;flex-direction:column;gap:1px;color:#fff;font-family:var(--display);line-height:1.08;opacity:0;pointer-events:none;transition:opacity .18s ease}
.home-book__title{font-size:clamp(15px,1.12vw,19px);line-height:1.02;font-weight:600;max-width:88%}
.home-book__author{margin-top:3px;font-family:var(--display);font-size:clamp(11px,.72vw,13px);line-height:1.12;font-weight:400}
.home-book__character{position:absolute;z-index:4;right:9px;bottom:8px;display:block;width:min(16%,48px);height:auto;max-height:16%;object-fit:contain;object-position:right bottom;opacity:0;pointer-events:none;transition:opacity .18s ease}
.home-book:hover .home-book__tint,.home-book:hover .home-book__meta,.home-book:hover .home-book__character,.home-book:focus-visible .home-book__tint,.home-book:focus-visible .home-book__meta,.home-book:focus-visible .home-book__character{opacity:1}
.home-catalog__end{display:none}
.home-catalog__empty{grid-column:1/-1}

/* SINGLE técnico */
.book-single{min-height:calc(100vh - var(--header-h));padding:36px 6vw 60px}
.book-main{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:6vw}
.book-copy h1{font-family:var(--display);font-size:clamp(42px,6vw,92px);font-weight:400;line-height:.92;margin:0 0 16px}
.book-author{font-size:20px}.book-meta{font-size:13px}
.book-synopsis{max-width:760px;font-size:14px;line-height:1.65;margin-top:32px}
.book-synopsis p,.book-review p,.book-bio p{margin:0 0 1.15em}
.book-cover-col img{display:block;max-width:100%;height:auto;margin:auto}
.book-cover-col blockquote{border-top:2px solid var(--ant-red);border-bottom:2px solid var(--ant-red);margin:24px 0 0;padding:18px 0;font-size:13px;line-height:1.5}
.generic-page{padding:8vw}

@media(max-width:800px){
  :root{--header-h:72px;--side:18px}
  .site-header{padding:0 var(--side)}
  .site-header__mark{width:32px;height:44px}
  .site-brand{font-size:17px}
  .site-nav{display:none}
  .site-header__instagram{width:23px;height:23px}
  .home #content{height:auto;overflow:visible}
  .home-catalog{min-height:calc(100svh - var(--header-h));padding:24px 0 48px}
  .home-catalog__track{width:calc(100% - 36px);grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px}
  .home-book{width:100%;height:auto;aspect-ratio:1/1}
  .home-book__cover{padding:16px}
  .home-book__cover img{max-width:76%;max-height:82%}
  .home-book__meta{top:12px;left:12px;right:12px}
  .home-book__title{font-size:14px}
  .home-book__author{font-size:10px}
  .home-book__character{right:8px;bottom:8px;width:min(22%,48px);max-height:20%}
  .book-main{grid-template-columns:1fr}
  .book-single{padding:24px 20px}
  .book-cover-col{order:-1;max-width:70vw;margin:auto}
}

/* Header consistente 0.9.9: sólo el header fijo del Home necesita compensar la admin bar.
   En internas/páginas el body ya recibe el offset de WordPress, así que no se desplaza el header. */

/* SINGLE LIBRO 0.9.2 — basado en la interna aprobada */
.single-libro .site-header{height:112px}
.single-libro #content{min-height:calc(100vh - 112px)}
.book-detail{
  --detail-max:1210px;
  --detail-gap:clamp(54px,6vw,92px);
  width:min(var(--detail-max),calc(100% - 96px));
  margin:0 auto;
  padding:28px 0 38px;
}
.book-detail__layout{
  display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(320px,.78fr);
  gap:var(--detail-gap);
  align-items:start;
}
.book-detail__copy{min-width:0;padding-top:3px}
.book-detail__heading{margin-bottom:27px}
.book-detail__heading h1{
  margin:0 0 9px;
  color:var(--ant-red);
  font-family:var(--display);
  font-size:clamp(34px,3.45vw,52px);
  line-height:.98;
  font-weight:600;
}
.book-detail__author{margin:0 0 8px;font-family:var(--display);font-size:18px;line-height:1.2;font-weight:600}
.book-detail__meta{margin:0;color:#6f6f6f;font-size:13px;line-height:1.35;font-weight:600}
.editorial-text{color:#777;font-size:13.2px;line-height:1.43}
.editorial-text p{margin:0 0 1.18em}
.book-detail__synopsis{max-width:670px}
.book-detail__review{
  max-width:670px;
  margin-top:34px;
  padding:33px 12px 27px;
  border-top:1.5px solid var(--ant-red);
  border-bottom:1.5px solid var(--ant-red);
}
.book-detail__review .editorial-text{font-size:13px;line-height:1.42}
.book-detail__review .editorial-text p:last-child{margin-bottom:0}
.book-detail__reviewer{margin:18px 0 0;color:#777;font-family:var(--display);font-size:13px}
.book-detail__bios{max-width:680px;margin-top:28px}
.book-bio{background:#fff;box-shadow:0 6px 15px rgba(0,0,0,.12);border-radius:10px;overflow:hidden}
.book-bio summary{
  list-style:none;
  cursor:pointer;
  padding:17px 18px;
  min-height:57px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  color:#777;
  font-family:var(--display);
  font-size:15px;
}
.book-bio summary::-webkit-details-marker{display:none}
.book-bio summary strong{color:var(--ant-red)}
.book-bio__place{font-size:.92em}
.book-bio__chevron{width:16px;height:16px;flex:0 0 16px;line-height:0;transition:transform .2s ease}
.book-bio__chevron img{display:block;width:100%;height:100%;object-fit:contain}
.book-bio[open] .book-bio__chevron{transform:rotate(180deg)}
.book-bio__content{padding:0 18px 18px;border-top:1px solid #f1f1f1}
.book-bio__content p:first-child{margin-top:16px}

.book-detail__aside{min-width:0}
.book-detail__cover{margin:0;width:100%;display:flex;justify-content:center}
.book-detail__cover img{
  display:block;
  width:auto;
  max-width:100%;
  max-height:555px;
  object-fit:contain;
  box-shadow:0 13px 22px rgba(0,0,0,.12);
}
.book-detail__quote{
  margin:28px 0 0;
  padding:0;
  border:0;
  color:#777;
  font-family:var(--display);
  font-size:18px;
  line-height:1.4;
  font-style:italic;
}
.book-detail__quote p{margin:0 0 17px}
.book-detail__quote cite{font-style:italic;font-size:15px}
.book-detail__credit{margin:31px 0 0;color:#777;font-size:12px;line-height:1.3}
.book-detail__credit strong{color:var(--ant-red);font-weight:700}

.book-related{
  position:relative;
  width:calc(100% + 12px);
  margin:66px -6px 0;
  padding:0 54px 42px;
}
.book-related__track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:clamp(150px,14vw,176px);
  gap:18px;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:none;
  scroll-behavior:smooth;
  scroll-snap-type:x proximity;
}
.book-related__track::-webkit-scrollbar{display:none}
.book-related__item{
  position:relative;
  aspect-ratio:1/1;
  display:block;
  overflow:hidden;
  text-decoration:none;
  scroll-snap-align:start;
  background:var(--soft);
}
.book-related__cover{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:20px;background:var(--soft)}
.book-related__cover img{display:block;max-width:70%;max-height:78%;width:auto;height:auto;object-fit:contain;box-shadow:0 2px 7px rgba(0,0,0,.08)}
.book-related__tint{position:absolute;inset:0;z-index:2;background:var(--ant-red);mix-blend-mode:multiply;opacity:0;transition:opacity .16s ease;pointer-events:none}
.book-related__meta{position:absolute;z-index:3;top:10px;left:11px;right:11px;color:#fff;font-family:var(--display);line-height:1.03;opacity:0;transition:opacity .16s ease;pointer-events:none}
.book-related__title{display:block;font-size:14px;font-weight:600}
.book-related__author{display:block;margin-top:2px;font-size:10px;font-weight:400}
.book-related__character{position:absolute;z-index:3;right:6px;bottom:5px;width:22px;height:auto;opacity:0;transition:opacity .16s ease;pointer-events:none}
.book-related__item:hover .book-related__tint,.book-related__item:hover .book-related__meta,.book-related__item:hover .book-related__character,.book-related__item:focus-visible .book-related__tint,.book-related__item:focus-visible .book-related__meta,.book-related__item:focus-visible .book-related__character{opacity:1}
.book-related__arrow{
  position:absolute;
  top:50%;
  transform:translateY(-67%);
  width:38px;
  height:48px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--ant-red);
  font-family:var(--display);
  font-size:48px;
  font-weight:300;
  line-height:1;
  cursor:pointer;
}
.book-related__arrow img{display:block;width:18px;height:18px;object-fit:contain}
.book-related__arrow--prev{left:0}
.book-related__arrow--prev img{transform:rotate(90deg)}
.book-related__arrow--next{right:0}
.book-related__arrow--next img{transform:rotate(-90deg)}
.book-related__all{
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  color:var(--ant-red);
  font-family:var(--display);
  font-size:13px;
  font-weight:600;
  text-decoration:none;
}

@media (max-width:1000px){
  .book-detail{width:min(920px,calc(100% - 56px))}
  .book-detail__layout{grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr);gap:44px}
  .book-detail__cover img{max-height:470px}
}
@media (max-width:760px){
  .single-libro .site-header{height:var(--header-h)}
  .book-detail{width:calc(100% - 36px);padding-top:24px}
  .book-detail__layout{grid-template-columns:1fr;gap:34px}
  .book-detail__aside{order:-1}
  .book-detail__cover img{max-height:68svh;max-width:86%}
  .book-detail__copy{padding-top:0}
  .book-detail__heading h1{font-size:38px}
  .book-detail__synopsis,.book-detail__review,.book-detail__bios{max-width:none}
  .book-detail__quote,.book-detail__credit{max-width:88%;margin-left:auto;margin-right:auto}
  .book-related{margin-top:46px;padding-left:36px;padding-right:36px}
  .book-related__track{grid-auto-columns:min(46vw,180px);gap:12px}
  .book-related__arrow{font-size:40px;width:28px}
}

/* SINGLE LIBRO 0.9.5 — sistema tipográfico definitivo */
.single-libro .editorial-text,
.single-libro .book-detail__meta,
.single-libro .book-detail__reviewer,
.single-libro .book-bio summary,
.single-libro .book-bio__content,
.single-libro .book-detail__quote,
.single-libro .book-detail__quote cite,
.single-libro .book-detail__credit{
  font-family:var(--sans);
  font-size:13.2px;
  line-height:1.43;
}
.single-libro .book-detail__quote,
.single-libro .book-detail__quote cite{
  font-style:italic;
}
.single-libro .book-detail__quote p{margin:0 0 1.18em}
.single-libro .book-detail__reviewer{font-style:normal}
.single-libro .book-bio summary{font-style:normal}
.single-libro .book-detail__credit{font-style:normal}
/* Sólo título y autor usan Mrs Eaves */
.single-libro .book-detail__heading h1,
.single-libro .book-detail__author{font-family:var(--display)}

/* SINGLE LIBRO 0.9.6 — refinamiento de composición */
@media (min-width:1001px){
  .book-detail{
    --detail-gap:clamp(66px,7vw,108px);
  }
  .book-detail__layout{
    grid-template-columns:minmax(0,1.14fr) minmax(320px,.86fr);
  }
  .book-detail__heading{
    margin-bottom:34px;
  }
  .book-detail__heading h1{
    font-size:clamp(32px,3.1vw,47px);
  }
  .book-detail__synopsis,
  .book-detail__review{
    max-width:636px;
  }
  .single-libro .editorial-text,
  .single-libro .book-detail__meta,
  .single-libro .book-detail__reviewer,
  .single-libro .book-bio summary,
  .single-libro .book-bio__content,
  .single-libro .book-detail__quote,
  .single-libro .book-detail__quote cite,
  .single-libro .book-detail__credit{
    line-height:1.55;
  }
  .book-detail__review{
    margin-top:42px;
    padding-top:37px;
  }
  .book-detail__reviewer{
    margin-top:10px;
  }
  .book-detail__aside{
    padding-top:9px;
  }
  .book-detail__quote{
    margin-top:34px;
  }
}

/* SINGLE LIBRO 0.9.7 — cierre desktop: carrusel y acordeón */
@media (min-width:1001px){
  .book-detail__bios{
    margin-top:26px;
  }
  .book-bio{
    box-shadow:0 4px 12px rgba(0,0,0,.075);
  }
  .book-related{
    margin-top:30px;
    padding-bottom:28px;
  }
  .book-related__track{
    grid-auto-columns:clamp(164px,15.2vw,192px);
  }
  .book-related__all{
    bottom:0;
  }
}

/* PÁGINAS 0.10.0 — Quiénes somos + Distribución */
.site-nav a.is-active{color:var(--ant-red);font-weight:600}
.page-quienes-somos #content,
.page-distribucion #content{min-height:calc(100vh - var(--header-h))}

.about-page,
.distribution-page{min-height:calc(100vh - var(--header-h));display:flex;align-items:center}
.about-page__inner,
.distribution-page__inner{width:min(1120px,calc(100% - 120px));margin:0 auto}
.about-page h1,
.distribution-page h1{margin:0;color:var(--ant-red);font-family:var(--display);font-size:clamp(40px,4vw,58px);line-height:.98;font-weight:600}

.about-page__inner{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.6fr);gap:clamp(72px,9vw,138px);align-items:start}
.about-page__body{max-width:690px;padding-top:7px;color:#747474;font-family:var(--sans);font-size:13.5px;line-height:1.58}
.about-page__body p{margin:0 0 1.25em}
.about-page__editorial > *:first-child{margin-top:0}
.about-page__contact{margin-top:28px;padding-top:18px;border-top:1px solid var(--ant-red);display:flex;gap:20px;align-items:baseline}
.about-page__contact strong{color:var(--ink);font-weight:600}
.about-page__contact a{color:var(--ant-red);text-decoration:none}

.distribution-page__inner{padding:8px 0 18px}
.distribution-page__grid{margin-top:30px;display:grid;grid-template-columns:minmax(245px,.68fr) minmax(0,1.52fr);gap:clamp(48px,6vw,82px);align-items:start}
.distribution-page__intro{padding-right:34px;border-right:1px solid var(--ant-red);color:#777;font-family:var(--sans);font-size:13px;line-height:1.35}
.distribution-page__intro h2{margin:0 0 15px;color:#555;font-family:var(--sans);font-size:20px;line-height:1;font-weight:700}
.distribution-page__intro p{margin:0 0 17px}
.distribution-page__intro strong{color:var(--ant-red);font-weight:700}
.distribution-page__contact{line-height:1.28}
.distribution-browser{min-width:0;padding-top:3px}
.distribution-browser__lead{margin:0 0 16px;color:#555;font-family:var(--sans);font-size:14px;line-height:1.22;font-weight:700}
.distribution-browser__tabs{display:flex;flex-wrap:wrap;gap:12px 18px;align-items:center}
.distribution-browser__tab{appearance:none;padding:0;border:0;background:transparent;color:#747474;font-family:var(--sans);font-size:11px;line-height:1;font-weight:700;cursor:pointer;text-transform:uppercase}
.distribution-browser__tab span{margin-left:3px;color:var(--ant-red);font-size:10px}
.distribution-browser__tab:hover,.distribution-browser__tab:focus-visible,.distribution-browser__tab.is-active{color:var(--ant-red)}
.distribution-browser__rule{height:1px;background:var(--ant-red);margin:18px 0 16px}
.distribution-browser__panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:22px;row-gap:8px;color:#777;font-family:var(--sans);font-size:12px;line-height:1.15}
.distribution-browser__panel[hidden]{display:none}

@media(max-width:900px){
  .about-page,.distribution-page{display:block;min-height:0;padding:36px 0 54px}
  .about-page__inner,.distribution-page__inner{width:calc(100% - 42px)}
  .about-page__inner{grid-template-columns:1fr;gap:28px}
  .about-page__body{max-width:none}
  .distribution-page__grid{grid-template-columns:1fr;gap:30px}
  .distribution-page__intro{padding-right:0;padding-bottom:28px;border-right:0;border-bottom:1px solid var(--ant-red)}
  .distribution-browser__panel{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
  .distribution-browser__tabs{gap:12px 14px}
  .distribution-browser__panel{grid-template-columns:1fr}
  .about-page__contact{display:block}
  .about-page__contact a{display:block;margin-top:7px}
}

/* PÁGINAS 0.10.3 — ajuste contra layouts maestros */
@media (min-width:901px){
  /* Quiénes somos: bloque editorial compacto y centrado, no dos columnas. */
  .about-page{
    min-height:calc(100vh - var(--header-h));
    display:flex;
    align-items:flex-start;
  }
  .about-page__inner{
    display:block;
    width:min(790px,calc(100% - 120px));
    margin:0 auto;
    padding-top:78px;
  }
  .about-page h1{
    width:275px;
    margin:0 0 13px;
    font-size:clamp(46px,4.2vw,60px);
    line-height:.77;
    letter-spacing:-.015em;
  }
  .about-page__body{
    max-width:none;
    padding:0 12px;
    color:#707070;
    font-size:13px;
    line-height:1.26;
  }
  .about-page__body p{margin:0 0 17px}
  .about-page__contact{
    width:max-content;
    margin:43px auto 0;
    padding:0;
    border:0;
    display:grid;
    grid-template-columns:auto 1px auto;
    gap:15px;
    align-items:center;
    font-size:13px;
  }
  .about-page__contact::before{
    content:"";
    grid-column:2;
    grid-row:1;
    width:1px;
    height:30px;
    background:var(--ant-red);
  }
  .about-page__contact strong{
    grid-column:1;
    grid-row:1;
    color:var(--ant-red);
    font-weight:700;
  }
  .about-page__contact a{
    grid-column:3;
    grid-row:1;
    color:#707070;
    text-decoration:none;
  }

  /* Distribución: ancho, respiración y proporciones del layout aprobado. */
  .distribution-page{
    min-height:calc(100vh - var(--header-h));
    display:flex;
    align-items:flex-start;
  }
  .distribution-page__inner{
    width:min(785px,calc(100% - 120px));
    margin:0 auto;
    padding:77px 0 0;
  }
  .distribution-page h1{
    font-size:clamp(46px,4.25vw,60px);
    line-height:.92;
  }
  .distribution-page__grid{
    margin-top:35px;
    display:grid;
    grid-template-columns:333px minmax(0,1fr);
    column-gap:47px;
    align-items:start;
  }
  .distribution-page__intro{
    min-height:180px;
    padding:0 32px 0 0;
    border-right:1px solid var(--ant-red);
    color:#737373;
    font-size:12px;
    line-height:1.23;
  }
  .distribution-page__intro h2{
    margin:0 0 14px;
    color:#555;
    font-size:19px;
    line-height:1;
  }
  .distribution-page__intro p{margin:0 0 15px}
  .distribution-page__contact{line-height:1.18}

  .distribution-browser{
    min-width:0;
    padding-top:0;
  }
  .distribution-browser__lead{
    margin:0 0 18px;
    color:#555;
    font-size:13px;
    line-height:1.12;
  }
  .distribution-browser__tabs{
    display:flex;
    flex-wrap:wrap;
    gap:13px 15px;
    align-items:center;
    max-width:525px;
  }
  .distribution-browser__tab{
    font-size:10.5px;
    line-height:1;
  }
  .distribution-browser__tab span{display:none}
  .distribution-browser__rule{
    width:100%;
    height:1px;
    margin:20px 0 18px;
  }
  .distribution-browser__panel{
    display:grid;
    grid-auto-flow:column;
    grid-template-rows:repeat(var(--panel-rows,1),auto);
    grid-auto-columns:minmax(0,1fr);
    column-gap:30px;
    row-gap:8px;
    color:#777;
    font-size:11.5px;
    line-height:1.08;
  }
  .distribution-browser__panel[hidden]{display:none}
}


/* PÁGINAS 0.11.2 — fidelidad a layouts maestros desktop */
@media (min-width:901px){
  /* El bloque editorial se desplaza a la izquierda y respira como el arte aprobado. */
  .about-page__inner,
  .distribution-page__inner{
    width:min(900px,calc(100% - 27vw));
    margin-left:18vw;
    margin-right:auto;
  }

  .about-page__inner{padding-top:62px}
  .about-page h1{
    width:245px;
    margin-bottom:16px;
    font-size:clamp(43px,3.65vw,54px);
    line-height:.78;
  }
  .about-page__body{
    max-width:790px;
    padding:0 8px;
    font-size:13px;
    line-height:1.28;
  }
  .about-page__body p{margin-bottom:16px}
  .about-page__contact{margin-top:40px}

  .distribution-page__inner{padding-top:61px}
  .distribution-page h1{
    font-size:clamp(43px,3.7vw,54px);
    line-height:.94;
  }
  .distribution-page__grid{
    margin-top:31px;
    grid-template-columns:260px minmax(0,1fr);
    column-gap:44px;
  }
  .distribution-page__intro{
    min-height:190px;
    padding-right:28px;
    font-size:12px;
    line-height:1.24;
  }
  .distribution-page__intro h2{font-size:18px;margin-bottom:13px}
  .distribution-browser__lead{font-size:13px;margin-bottom:17px}
  .distribution-browser__tabs{gap:12px 14px;max-width:100%}
  .distribution-browser__tab{font-size:10.4px}
  .distribution-browser__rule{margin:18px 0 17px}
  .distribution-browser__panel{column-gap:28px;font-size:11.5px;row-gap:8px}
}

/* PÁGINAS 0.11.3 — proporciones tomadas del PDF maestro (1024×768) */
@media (min-width:901px){
  /* El arte maestro ocupa ~65% del ancho y arranca en x≈180/1024. */
  .about-page__inner,
  .distribution-page__inner{
    width:65.2vw;
    max-width:none;
    margin-left:17.7vw;
    margin-right:0;
  }

  /* QUIÉNES SOMOS — pág. 3 del master */
  .about-page__inner{
    display:grid;
    grid-template-columns:24.5% 1fr;
    column-gap:2.4%;
    align-items:start;
    padding-top:72px;
  }
  .about-page h1{
    width:auto;
    margin:0;
    font-size:clamp(44px,4.05vw,62px);
    line-height:.78;
    letter-spacing:-.018em;
  }
  .about-page__body{
    max-width:none;
    padding:58px 0 0;
    font-size:13px;
    line-height:1.27;
  }
  .about-page__body p{margin:0 0 17px}
  .about-page__contact{
    margin:45px 0 0 34%;
  }

  /* DISTRIBUCIÓN — pág. 4 del master */
  .distribution-page__inner{
    padding-top:65px;
  }
  .distribution-page h1{
    font-size:clamp(44px,4.05vw,62px);
    line-height:.92;
  }
  .distribution-page__grid{
    margin-top:34px;
    grid-template-columns:36.5% 1fr;
    column-gap:4.8%;
  }
  .distribution-page__intro{
    min-height:184px;
    padding-right:34px;
    font-size:12px;
    line-height:1.22;
  }
  .distribution-page__intro h2{
    font-size:19px;
    margin-bottom:14px;
  }
  .distribution-browser__lead{
    font-size:13px;
    margin-bottom:18px;
  }
  .distribution-browser__tabs{
    gap:12px 16px;
  }
  .distribution-browser__tab{font-size:10.4px}
  .distribution-browser__rule{margin:20px 0 18px}
  .distribution-browser__panel{
    column-gap:31px;
    font-size:11.5px;
    row-gap:8px;
  }
}


/* PÁGINAS 0.11.4 — corrección contra el master: centrar en el área bajo header,
   título arriba y contenido debajo (no título/cuerpo en columnas). */
@media (min-width:901px){
  .about-page,
  .distribution-page{
    min-height:calc(100svh - var(--header-h));
    display:flex;
    align-items:center;
  }

  .about-page__inner,
  .distribution-page__inner{
    width:62.5vw;
    max-width:900px;
    margin:0 auto;
    padding-top:0;
  }

  /* QUIÉNES SOMOS — el título vive encima del cuerpo, alineado al mismo eje. */
  .about-page__inner{
    display:block;
  }
  .about-page h1{
    width:250px;
    margin:0 0 18px 0;
    font-size:clamp(44px,3.9vw,58px);
    line-height:.78;
    letter-spacing:-.018em;
  }
  .about-page__body{
    max-width:none;
    padding:0 8px;
    font-size:13px;
    line-height:1.27;
  }
  .about-page__body p{margin:0 0 17px}
  .about-page__contact{
    width:max-content;
    margin:40px auto 0;
  }

  /* DISTRIBUCIÓN — título arriba; debajo, las dos columnas del master. */
  .distribution-page h1{
    margin:0;
    font-size:clamp(44px,3.9vw,58px);
    line-height:.92;
  }
  .distribution-page__grid{
    margin-top:29px;
    grid-template-columns:36% minmax(0,1fr);
    column-gap:5.5%;
    align-items:start;
  }
  .distribution-page__intro{
    min-height:180px;
    padding-right:32px;
  }
}

/* PÁGINAS 0.11.5 — centro óptico del contenido en el área útil bajo el header. */
@media (min-width:901px){
  .about-page__inner,
  .distribution-page__inner{
    position:relative;
    transform:translateY(-38px);
  }
}

/* 0.11.6 — ajuste de escala/peso desktop */
@media (min-width:901px){
  .about-page__inner,.distribution-page__inner{transform:translateY(-24px)}

  .about-page__inner{width:min(940px,calc(100% - 120px))}
  .about-page h1{width:max-content;margin:0 0 26px;font-size:clamp(52px,4.7vw,68px);line-height:.82;font-weight:600}
  .about-page__title-second{display:inline-block;margin-left:72px}
  .about-page__body{max-width:940px;padding:0;font-size:15px;line-height:1.42;font-weight:500}
  .about-page__body p{margin:0 0 18px}
  .about-page__contact{margin:34px 0 0 auto;font-size:14px;font-weight:500}

  .distribution-page__inner{width:min(980px,calc(100% - 120px))}
  .distribution-page h1{font-size:clamp(54px,4.9vw,70px);line-height:.92;font-weight:600}
  .distribution-page__grid{margin-top:42px;grid-template-columns:360px minmax(0,1fr);column-gap:54px}
  .distribution-page__intro{min-height:215px;padding-right:38px;font-size:14px;line-height:1.38;font-weight:500}
  .distribution-page__intro h2{margin-bottom:18px;font-size:17px;line-height:1.1;font-weight:600}
  .distribution-browser__lead{margin-bottom:20px;font-size:15px;line-height:1.25;font-weight:600}
  .distribution-browser__tabs{gap:14px 20px;max-width:none}
  .distribution-browser__tab{font-size:15px;line-height:1.08;font-weight:600}
  .distribution-browser__rule{margin:23px 0 21px}
  .distribution-browser__panel{column-gap:34px;row-gap:10px;font-size:13.5px;line-height:1.22;font-weight:500}
}


/* 0.12.0 — ajustes quirúrgicos desde 0.11.6 */
@media (min-width:901px){

  /* Distribución: subir el cuadro completo ~60px en desktop */
  .distribution-page__inner{
    transform:translateY(-60px);
  }

  /* Títulos de sección / libro: Mrs Eaves Heavy */
  .distribution-page h1,
  .about-page h1,
  .book-single h1,
  .single-libro h1,
  .book-detail h1,
  .book-title{
    font-family:"Mrs Eaves XL Serif Narrow OT","Mrs Eaves XL Serif Narrow","Mrs Eaves",serif;
    font-weight:900;
  }

  /* Librerías: +2px y más bold */
  .distribution-page__intro h2{
    font-size:19px;
    font-weight:700;
  }

  /* Texto izquierdo: +2px */
  .distribution-page__intro{
    font-size:16px;
  }

  /* Énfasis del texto izquierdo */
  .distribution-page__intro strong{
    font-weight:700;
  }

  /* Encabezado derecho: más bold, sin crecer por ahora */
  .distribution-browser__lead{
    font-weight:700;
  }

  /* Ciudades: Open Sans Bold */
  .distribution-browser__tab{
    font-weight:700;
  }

  /* Listado de librerías: +1px */
  .distribution-browser__panel{
    font-size:14.5px;
  }
}

@media (min-width:901px){
  .distribution-page__intro strong,
  .distribution-page__intro a{
    color:var(--ant-red);
  }
}


/* 0.12.1 — alinear verticalmente Quiénes somos con Distribución */
@media (min-width:901px){
  .about-page__inner{
    transform:translateY(-60px);
  }
}


/* 0.12.2 — búsqueda de catálogo + volver arriba */
.site-header__actions{
  position:relative;
  justify-self:end;
  display:flex;
  align-items:center;
  gap:16px;
}
.site-header__actions .site-header__instagram{justify-self:auto}
.catalog-search{position:relative;display:flex;align-items:center}
.catalog-search__toggle{
  width:27px;height:27px;padding:0;border:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;
}
.catalog-search__toggle img{display:block;width:100%;height:100%;object-fit:contain}
.catalog-search__panel{
  position:absolute;
  z-index:80;
  right:0;
  top:50%;
  width:min(360px,calc(100vw - 88px));
  transform:translateY(-50%) scaleX(.92);
  transform-origin:right center;
  opacity:0;
  transition:opacity .16s ease,transform .16s ease;
}
.catalog-search.is-open .catalog-search__panel{opacity:1;transform:translateY(-50%) scaleX(1)}
.catalog-search__input{
  width:100%;height:46px;border:1px solid #e8e8e8;border-radius:999px;background:#fff;
  padding:0 48px 0 22px;color:#555;font-family:var(--sans);font-size:14px;outline:none;
  box-shadow:0 3px 12px rgba(0,0,0,.055);
}
.catalog-search__input:focus{border-color:rgba(255,68,56,.45)}
.catalog-search__input::-webkit-search-cancel-button{display:none}
.catalog-search__close{
  position:absolute;top:8px;right:14px;width:30px;height:30px;padding:0;border:0;background:transparent;color:#777;
  font-family:Arial,sans-serif;font-size:24px;line-height:30px;cursor:pointer;
}
.catalog-search__results{
  position:absolute;top:54px;right:0;width:100%;overflow:hidden;border-radius:15px;background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.11);
}
.catalog-search__results:empty{display:none}
.catalog-search__result{
  width:100%;padding:11px 16px;border:0;border-bottom:1px solid #f0f0f0;background:#fff;text-align:left;cursor:pointer;
  display:flex;flex-direction:column;gap:2px;color:#333;
}
.catalog-search__result:last-child{border-bottom:0}
.catalog-search__result:hover,.catalog-search__result:focus-visible{background:#fafafa;outline:0}
.catalog-search__result-title{font-family:var(--display);font-size:15px;font-weight:600;line-height:1.1}
.catalog-search__result-author{font-family:var(--sans);font-size:11px;color:#888;line-height:1.2}
.catalog-search__empty{padding:14px 16px;color:#888;font-family:var(--sans);font-size:12px}
.home-book{scroll-margin-top:calc(var(--header-h) + 24px)}
.home-book.is-search-target{outline:3px solid var(--ant-red);outline-offset:-3px;animation:ant-search-pulse .7s ease 2}
@keyframes ant-search-pulse{0%,100%{box-shadow:0 0 0 0 rgba(255,68,56,0)}50%{box-shadow:0 0 0 8px rgba(255,68,56,.16)}}
.home-backtop{
  position:fixed;z-index:60;right:30px;bottom:28px;width:50px;height:50px;padding:0;border:0;border-radius:50%;background:transparent;
  opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .18s ease,transform .18s ease,visibility .18s;cursor:pointer;
}
.home-backtop.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.home-backtop img{display:block;width:100%;height:100%}

@media(max-width:800px){
  .site-header__actions{gap:12px}
  .catalog-search__toggle{width:24px;height:24px}
  .catalog-search__panel{position:fixed;top:calc(var(--header-h) + 8px);left:18px;right:18px;width:auto;transform:translateY(-8px);transform-origin:center top}
  .catalog-search.is-open .catalog-search__panel{transform:translateY(0)}
  .catalog-search__input{height:44px;font-size:13px}
  .catalog-search__results{top:51px}
  .home-backtop{right:18px;bottom:18px;width:46px;height:46px}
}

/* 0.12.3 — corrección assets SVG inline y comportamiento de búsqueda */
.catalog-search__toggle svg{display:block;width:100%;height:100%;overflow:visible}
.catalog-search.is-open .catalog-search__toggle{opacity:0;pointer-events:none}
.catalog-search__panel[hidden]{display:none}
.catalog-search.is-open .catalog-search__panel[hidden]{display:block}
.home-backtop svg{display:block;width:100%;height:100%}


/* 0.12.4 — lupa: asset exacto embebido, visible y estable */
.site-header__actions{
  min-width:70px;
}
.catalog-search{
  flex:0 0 auto;
  visibility:visible !important;
  opacity:1 !important;
}
.catalog-search__toggle{
  width:30px !important;
  height:30px !important;
  min-width:30px;
  flex:0 0 30px;
  visibility:visible !important;
  opacity:1 !important;
  position:relative;
  z-index:3;
}
.catalog-search__icon{
  display:block !important;
  width:30px !important;
  height:30px !important;
  max-width:none !important;
  object-fit:contain;
  opacity:1 !important;
  visibility:visible !important;
}
.catalog-search.is-open .catalog-search__toggle{
  opacity:0 !important;
}


/* Newsletter modal — 0.12.5 */
.newsletter-modal[hidden]{display:none!important}
.newsletter-modal{
  position:fixed;
  inset:0;
  z-index:2000;
  display:grid;
  place-items:center;
  padding:36px;
}
.newsletter-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(1.5px);
}
.newsletter-modal__dialog{
  position:relative;
  z-index:1;
  width:min(1500px,calc(100vw - 88px));
  min-height:620px;
  padding:92px 86px 78px;
  overflow:hidden;
  border-radius:34px;
  background:#fff;
  box-shadow:0 18px 38px rgba(0,0,0,.18);
}
.newsletter-modal__close{
  position:absolute;
  top:46px;
  right:52px;
  width:40px;
  height:40px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
}
.newsletter-modal__close img{
  display:block;
  width:100%;
  height:100%;
}
.newsletter-modal__content{max-width:1160px}
.newsletter-modal h2{
  margin:0 0 30px;
  color:var(--ant-red);
  font-family:var(--serif);
  font-size:clamp(72px,7vw,112px);
  line-height:.9;
  font-weight:900;
}
.newsletter-modal__content>p{
  margin:0 0 34px;
  color:#aaa;
  font-family:var(--serif);
  font-size:clamp(26px,2.3vw,40px);
  line-height:1.15;
}
.newsletter-modal__form{max-width:1160px}
.newsletter-modal__form input{
  display:block;
  width:100%;
  height:74px;
  margin:0 0 28px;
  padding:0 34px;
  border:2px solid var(--ant-red);
  border-radius:12px;
  outline:none;
  background:#fff;
  color:#777;
  font-family:var(--serif);
  font-size:32px;
  line-height:1;
}
.newsletter-modal__form input::placeholder{color:#aaa;opacity:1}
.newsletter-modal__form input:focus{box-shadow:0 0 0 2px rgba(255,68,56,.14)}
.newsletter-modal__form button{
  min-width:255px;
  height:74px;
  padding:0 48px;
  border:0;
  border-radius:12px;
  background:var(--ant-red);
  color:#fff;
  font-family:var(--serif);
  font-size:34px;
  line-height:1;
  cursor:pointer;
}
.newsletter-modal__status{
  min-height:18px;
  margin:14px 0 0;
  color:#888;
  font:500 13px/1.35 var(--sans);
}
.newsletter-modal__illustration{
  position:absolute;
  right:86px;
  bottom:58px;
  width:150px;
  height:auto;
  object-fit:contain;
}
body.is-newsletter-open{overflow:hidden}

@media(max-width:800px){
  .newsletter-modal{padding:18px}
  .newsletter-modal__dialog{
    width:100%;
    min-height:0;
    padding:68px 26px 40px;
    border-radius:24px;
  }
  .newsletter-modal__close{top:24px;right:24px;width:30px;height:30px}
  .newsletter-modal h2{font-size:58px;margin-bottom:22px}
  .newsletter-modal__content>p{font-size:22px;margin-bottom:26px}
  .newsletter-modal__form input{height:60px;padding:0 20px;font-size:24px}
  .newsletter-modal__form button{min-width:160px;height:58px;padding:0 28px;font-size:26px}
  .newsletter-modal__illustration{right:24px;bottom:28px;width:82px;opacity:.9}
}


/* 0.12.6 — Newsletter modal: proporción del diseño + Mrs Eaves en todo */
.newsletter-modal__dialog{
  width:min(1000px,calc(100vw - 80px)) !important;
  max-width:1000px !important;
  min-height:0 !important;
  height:auto !important;
  padding:54px 54px 50px !important;
  border-radius:30px !important;
}

.newsletter-modal,
.newsletter-modal *{
  font-family:var(--serif) !important;
}

.newsletter-modal__title{
  margin:0 0 24px !important;
  font-size:62px !important;
  line-height:.92 !important;
  font-weight:800 !important;
}

.newsletter-modal__intro{
  margin:0 0 28px !important;
  max-width:none !important;
  font-size:21px !important;
  line-height:1.28 !important;
  font-weight:400 !important;
  color:#aaa !important;
}

.newsletter-modal__form{
  width:calc(100% - 180px) !important;
  max-width:720px !important;
}

.newsletter-modal__field{
  margin-bottom:18px !important;
}

.newsletter-modal__field input{
  height:56px !important;
  padding:0 20px !important;
  border:1.5px solid var(--ant-red) !important;
  border-radius:10px !important;
  font-size:22px !important;
  line-height:1 !important;
  font-weight:400 !important;
  color:#777 !important;
}

.newsletter-modal__field input::placeholder{
  color:#aaa !important;
  opacity:1 !important;
}

.newsletter-modal__submit{
  min-width:165px !important;
  height:54px !important;
  margin-top:24px !important;
  padding:0 28px !important;
  border-radius:10px !important;
  font-size:24px !important;
  line-height:1 !important;
  font-weight:400 !important;
}

.newsletter-modal__illustration{
  right:54px !important;
  bottom:46px !important;
  width:125px !important;
  max-height:165px !important;
}

.newsletter-modal__close{
  top:28px !important;
  right:30px !important;
  width:28px !important;
  height:28px !important;
}

.newsletter-modal__status{
  font-size:16px !important;
}

/* Mobile: sigue siendo casi full-screen, pero conserva jerarquía */
@media (max-width:800px){
  .newsletter-modal__dialog{
    width:calc(100vw - 28px) !important;
    padding:54px 24px 34px !important;
    border-radius:24px !important;
  }
  .newsletter-modal__title{
    font-size:48px !important;
  }
  .newsletter-modal__intro{
    font-size:19px !important;
  }
  .newsletter-modal__form{
    width:100% !important;
    max-width:none !important;
  }
  .newsletter-modal__illustration{
    position:static !important;
    display:block !important;
    width:92px !important;
    margin:24px 0 0 auto !important;
  }
}


/* 0.12.7 — Newsletter: match del look & feel maestro */
.newsletter-modal{
  padding:24px !important;
}
.newsletter-modal__backdrop{
  background:rgba(255,255,255,.18) !important;
  backdrop-filter:blur(1.5px) !important;
}
.newsletter-modal__dialog{
  box-sizing:border-box !important;
  width:min(1000px,calc(100vw - 56px)) !important;
  max-width:1000px !important;
  min-height:0 !important;
  height:auto !important;
  padding:52px 54px 46px !important;
  border-radius:30px !important;
  overflow:hidden !important;
  box-shadow:0 16px 32px rgba(0,0,0,.16) !important;
}
.newsletter-modal,
.newsletter-modal *{
  font-family:var(--serif) !important;
}
.newsletter-modal__content{
  max-width:none !important;
}
.newsletter-modal__title{
  margin:0 0 22px !important;
  color:var(--ant-red) !important;
  font-size:62px !important;
  line-height:.92 !important;
  font-weight:800 !important;
  letter-spacing:0 !important;
}
.newsletter-modal__intro{
  width:auto !important;
  max-width:none !important;
  margin:0 0 24px !important;
  color:#aaa !important;
  font-size:21px !important;
  line-height:1.25 !important;
  font-weight:400 !important;
}
.newsletter-modal__form{
  width:calc(100% - 165px) !important;
  max-width:none !important;
}
.newsletter-modal__input{
  box-sizing:border-box !important;
  display:block !important;
  width:100% !important;
  height:56px !important;
  margin:0 0 16px !important;
  padding:0 20px !important;
  border:1.5px solid var(--ant-red) !important;
  border-radius:10px !important;
  outline:0 !important;
  background:#fff !important;
  color:#777 !important;
  font-size:22px !important;
  line-height:1 !important;
  font-weight:400 !important;
}
.newsletter-modal__input::placeholder{
  color:#aaa !important;
  opacity:1 !important;
}
.newsletter-modal__input:focus{
  box-shadow:0 0 0 2px rgba(255,68,56,.10) !important;
}
.newsletter-modal__submit{
  box-sizing:border-box !important;
  min-width:160px !important;
  height:52px !important;
  margin:8px 0 0 !important;
  padding:0 28px !important;
  border:0 !important;
  border-radius:10px !important;
  background:var(--ant-red) !important;
  color:#fff !important;
  font-size:24px !important;
  line-height:1 !important;
  font-weight:400 !important;
  cursor:pointer !important;
}
.newsletter-modal__close{
  top:28px !important;
  right:30px !important;
  width:27px !important;
  height:27px !important;
}
.newsletter-modal__illustration{
  position:absolute !important;
  right:50px !important;
  bottom:38px !important;
  width:112px !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
}
.newsletter-modal__status{
  min-height:15px !important;
  margin:10px 0 0 !important;
  font-size:14px !important;
  line-height:1.2 !important;
  color:#888 !important;
}

@media(max-width:800px){
  .newsletter-modal{padding:14px !important}
  .newsletter-modal__dialog{
    width:100% !important;
    padding:52px 24px 32px !important;
    border-radius:24px !important;
  }
  .newsletter-modal__title{
    font-size:48px !important;
    margin-bottom:18px !important;
  }
  .newsletter-modal__intro{
    font-size:18px !important;
    margin-bottom:22px !important;
  }
  .newsletter-modal__form{
    width:100% !important;
  }
  .newsletter-modal__input{
    height:52px !important;
    font-size:20px !important;
  }
  .newsletter-modal__submit{
    height:50px !important;
    min-width:145px !important;
    font-size:22px !important;
  }
  .newsletter-modal__illustration{
    position:static !important;
    display:block !important;
    width:88px !important;
    margin:22px 0 0 auto !important;
  }
  .newsletter-modal__close{
    top:22px !important;
    right:22px !important;
  }
}


/* 0.12.8 — Splash de entrada + logo real en header */
.site-brand{
  display:flex;
  align-items:center;
  justify-content:center;
  padding-left:0 !important;
  letter-spacing:0 !important;
}
.site-brand__logo{
  display:block;
  width:112px;
  height:auto;
  max-height:28px;
  object-fit:contain;
}

/* Splash only exists on Home */
.site-splash{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--ant-red);
  opacity:1;
  visibility:visible;
  transition:opacity .42s ease, visibility 0s linear .42s;
}
.site-splash.is-leaving{
  opacity:0;
  visibility:hidden;
}
.site-splash.is-skipped{
  display:none !important;
}
.site-splash__inner{
  position:relative;
  width:min(520px,72vw);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:26px;
  transform:translateY(-2vh);
}
.site-splash__reader{
  display:block;
  width:min(220px,34vw);
  height:auto;
  opacity:0;
  transform:translateY(10px) scale(.985);
  animation:splashReaderIn .55s cubic-bezier(.2,.75,.2,1) .08s forwards;
}
.site-splash__word{
  min-height:1em;
  color:#fff;
  font-family:var(--serif);
  font-size:clamp(38px,6vw,72px);
  font-weight:800;
  line-height:.9;
  letter-spacing:.08em;
  text-align:center;
  white-space:nowrap;
  opacity:0;
  animation:splashWordIn .18s ease .42s forwards;
}
.site-splash__logo-final{
  display:none;
  width:min(250px,44vw);
  height:auto;
}
@keyframes splashReaderIn{
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes splashWordIn{
  to{opacity:1}
}
html.splash-lock,
html.splash-lock body{
  overflow:hidden !important;
}

@media (prefers-reduced-motion: reduce){
  .site-splash,
  .site-splash__reader,
  .site-splash__word{
    animation:none !important;
    transition:none !important;
  }
  .site-splash__reader,
  .site-splash__word{opacity:1}
}

@media(max-width:800px){
  .site-brand__logo{width:96px;max-height:24px}
  .site-splash__inner{width:84vw;gap:20px}
  .site-splash__reader{width:min(190px,48vw)}
  .site-splash__word{font-size:clamp(34px,10vw,52px)}
}


/* 0.12.9 — Splash editorial: fade suave + logo real */
.site-splash{
  background:var(--ant-red) !important;
  transition:opacity .7s cubic-bezier(.22,.61,.36,1), visibility 0s linear .7s !important;
}
.site-splash__inner{
  width:min(560px,76vw) !important;
  gap:34px !important;
  transform:translateY(-1.5vh) !important;
}
.site-splash__reader{
  width:min(215px,32vw) !important;
  opacity:0 !important;
  transform:translateY(12px) !important;
  animation:splashEditorialReader 1s cubic-bezier(.22,.61,.36,1) .12s forwards !important;
}
.site-splash__logo{
  display:block !important;
  width:min(250px,44vw) !important;
  height:auto !important;
  opacity:0 !important;
  transform:translateY(8px) !important;
  animation:splashEditorialLogo .95s cubic-bezier(.22,.61,.36,1) .5s forwards !important;
}
.site-splash__word,
.site-splash__logo-final{
  display:none !important;
}
@keyframes splashEditorialReader{
  to{opacity:1;transform:translateY(0)}
}
@keyframes splashEditorialLogo{
  to{opacity:1;transform:translateY(0)}
}
@media(max-width:800px){
  .site-splash__inner{width:86vw !important;gap:26px !important}
  .site-splash__reader{width:min(185px,46vw) !important}
  .site-splash__logo{width:min(220px,58vw) !important}
}
@media(prefers-reduced-motion: reduce){
  .site-splash__reader,
  .site-splash__logo{
    animation:none !important;
    opacity:1 !important;
    transform:none !important;
  }
}


/* 0.13.0 — splash test visibility/fallback */
.site-splash__reader,
.site-splash__logo{
  will-change:opacity,transform;
}


/* 0.13.2 — Splash robusto: SVG inline + transiciones por clase */
.site-splash{
  background:#ff4438 !important;
}
.site-splash__inner{
  width:min(560px,76vw) !important;
  gap:34px !important;
  transform:translateY(-1.5vh) !important;
}
.site-splash__reader,
.site-splash__logo{
  display:block !important;
  opacity:0 !important;
  transition:
    opacity 1s cubic-bezier(.22,.61,.36,1),
    transform 1s cubic-bezier(.22,.61,.36,1) !important;
}
.site-splash__reader{
  width:min(215px,32vw) !important;
  transform:translateY(12px) !important;
}
.site-splash__logo{
  width:min(250px,44vw) !important;
  transform:translateY(8px) !important;
  transition-delay:.32s !important;
}
.site-splash__reader-svg,
.site-splash__logo-svg{
  display:block !important;
  width:100% !important;
  height:auto !important;
}
.site-splash.is-ready .site-splash__reader,
.site-splash.is-ready .site-splash__logo{
  opacity:1 !important;
  transform:translateY(0) !important;
}
.site-splash.is-leaving{
  opacity:0 !important;
}
@media(max-width:800px){
  .site-splash__inner{width:86vw !important;gap:26px !important}
  .site-splash__reader{width:min(185px,46vw) !important}
  .site-splash__logo{width:min(220px,58vw) !important}
}
@media(prefers-reduced-motion: reduce){
  .site-splash__reader,
  .site-splash__logo{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
}


/* 0.13.3 — proporciones splash según referencia 1710×896 */
.site-splash__inner{
  width:100% !important;
  max-width:none !important;
  gap:42px !important;
  transform:translateY(-1.5vh) !important;
}
.site-splash__reader{
  width:10.2vw !important;
  max-width:180px !important;
  min-width:130px !important;
}
.site-splash__logo{
  width:49vw !important;
  max-width:850px !important;
  min-width:560px !important;
}
@media(max-width:800px){
  .site-splash__inner{gap:28px !important}
  .site-splash__reader{
    width:24vw !important;
    min-width:105px !important;
    max-width:155px !important;
  }
  .site-splash__logo{
    width:72vw !important;
    min-width:0 !important;
    max-width:620px !important;
  }
}
