/*
Theme Name: Imagining Editorial v2.1.1 WordPress
Description: Versión WordPress editable de Imagining Editorial v2.1. Conserva la estructura visual aprobada.
Version: 2.1.1
Text Domain: imagining-editorial
*/
:root {
  --ink: #101b2d;
  --ink-soft: #263c4e;
  --night: #0b1523;
  --paper: #f3efe5;
  --paper-deep: #e6ddca;
  --copper: #b87943;
  --gold: #d6b06f;
  --wine: #713733;
  --sage: #738174;
  --white: #fffdf7;
  --shadow: 0 22px 70px rgba(15, 27, 45, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.17'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; background: var(--white); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  padding: 0 clamp(1.2rem, 4vw, 4.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  background: linear-gradient(to bottom, rgba(4, 13, 23, .62), rgba(4, 13, 23, .08));
  transition: background .25s, box-shadow .25s, height .25s, color .25s;
}
.site-header.is-scrolled { height: 70px; color: var(--ink); background: rgba(243, 239, 229, .96); backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(16, 27, 45, .1); }
.brand { position: relative; display: inline-flex; align-items: center; width: clamp(155px, 15vw, 210px); height: 62px; text-decoration: none; }
.brand-logo { position: absolute; inset: 50% auto auto 0; width: 100%; height: 56px; object-fit: contain; object-position: left center; transform: translateY(-50%); transition: opacity .2s; }
.brand-logo-color { opacity: 0; }
.site-header.is-scrolled .brand-logo-light { opacity: 0; }
.site-header.is-scrolled .brand-logo-color { opacity: 1; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.25rem); font-size: .79rem; font-weight: 650; letter-spacing: .08em; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: var(--copper); transition: right .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: .72rem 1rem; border: 1px solid currentColor; }
.nav-cta:hover { color: var(--paper); background: var(--ink); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-button span { display: block; height: 1px; background: currentColor; margin: 6px 0; transition: transform .2s, opacity .2s; }

.brand-banner { position: relative; width: 100%; min-height: 420px; overflow: hidden; background: var(--night); }
.brand-banner::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -1px rgba(255,255,255,.12); pointer-events: none; }
.brand-banner img { display: block; width: 100%; height: max(420px, 34.9vw); object-fit: cover; object-position: center; }

.hero {
  min-height: 640px;
  padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 6vw, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: center;
  gap: 4vw;
  overflow: hidden;
  position: relative;
}
.hero::before { content: ""; position: absolute; left: -22vw; bottom: -45vw; width: 72vw; height: 72vw; border: 1px solid rgba(184,121,67,.2); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(184,121,67,.035), 0 0 0 18vw rgba(184,121,67,.025); }
.hero-copy { position: relative; z-index: 1; max-width: 780px; }
.eyebrow { margin: 0 0 1.15rem; color: var(--copper); text-transform: uppercase; letter-spacing: .24em; font-size: .7rem; font-weight: 750; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7.1vw, 8.2rem); line-height: .87; letter-spacing: -.055em; font-weight: 400; }
h1 em, h2 em { color: var(--copper); font-weight: 400; }
.hero-lead { max-width: 620px; margin: 2rem 0 0; font-family: var(--serif); font-size: clamp(1.15rem, 1.65vw, 1.48rem); line-height: 1.52; color: var(--ink-soft); }
.hero-actions { margin-top: 2rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .85rem 1.3rem; border: 1px solid transparent; text-decoration: none; cursor: pointer; font-size: .76rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--ink); }
.button-primary:hover { background: var(--copper); }
.button-light { background: var(--paper); color: var(--night); }
.text-link { display: inline-flex; gap: .55rem; align-items: center; border: 0; background: none; padding: .3rem 0; font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; text-underline-offset: .35em; }
.hero-note { margin-top: 3.2rem; max-width: 490px; display: grid; grid-template-columns: 52px 1fr; gap: 1rem; color: #5b615f; font-family: var(--serif); font-style: italic; line-height: 1.45; }
.hero-note p { margin: 0; }
.hero-note-line { height: 1px; margin-top: .7rem; background: var(--copper); }
.hero-statement { align-self: end; max-width: 390px; padding: 2rem 0 0 2rem; border-top: 1px solid rgba(16,27,45,.2); border-left: 1px solid rgba(16,27,45,.2); }
.project-invite { display: block; margin: 0 0 1.35rem; border: 0; border-bottom: 1px solid var(--copper); padding: 0 0 .35rem; color: var(--copper); background: transparent; cursor: pointer; font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.project-invite:hover, .project-invite:focus-visible { color: var(--ink); border-color: currentColor; }
.hero-statement span { color: var(--copper); font-size: .68rem; letter-spacing: .18em; }
.hero-statement p { margin: 1.2rem 0 0; font: italic 400 clamp(1.8rem, 3vw, 3.4rem)/1.08 var(--serif); }
.hero-statement strong { color: var(--copper); font-weight: 400; }

.catalog-section { padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 6vw, 7rem); background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 2rem; border-bottom: 1px solid rgba(16,27,45,.18); padding-bottom: 2.5rem; }
.section-heading h2, .story-section h2 { margin: 0; font: 400 clamp(2.7rem, 5vw, 5.7rem)/.98 var(--serif); letter-spacing: -.045em; }
.section-heading > p { max-width: 540px; margin: 0 0 .3rem; color: #525c60; line-height: 1.72; }
.catalog-toolbar { margin-top: 2rem; padding: 1.25rem 0; display: flex; justify-content: space-between; gap: 1.2rem; flex-wrap: wrap; }
.filter-group { display: flex; align-items: center; gap: .45rem; flex-wrap: wrap; }
.filter-group > span { margin-right: .55rem; color: #747673; font-size: .68rem; font-weight: 750; text-transform: uppercase; letter-spacing: .18em; }
.filter-button { border: 1px solid #d8d4ca; border-radius: 99px; padding: .5rem .85rem; background: transparent; cursor: pointer; font-size: .73rem; }
.filter-button:hover, .filter-button.is-active { color: var(--white); border-color: var(--ink); background: var(--ink); }
.results-status { margin: .4rem 0 1.2rem; color: #757875; font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; }
.book-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2.2vw, 2.4rem); }
.book-card { min-width: 0; }
.book-card[hidden] { display: none; }
.book-cover { position: relative; aspect-ratio: 3 / 4.2; padding: 1.1rem; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: var(--paper); box-shadow: var(--shadow); transition: transform .35s, box-shadow .35s; }
.book-card:hover .book-cover { transform: translateY(-7px) rotate(-.4deg); box-shadow: 0 34px 78px rgba(15, 27, 45, .19); }
.book-cover::after { content: ""; position: absolute; inset: 8px; border: 1px solid currentColor; opacity: .22; pointer-events: none; }
.cover-tarmenia { background: linear-gradient(155deg, #17394a, #0c1828 75%); }
.cover-orbita { background: linear-gradient(155deg, #7a3e3a, #321b25 75%); }
.cover-umbral { background: linear-gradient(155deg, #526357, #1c2b2a 75%); }
.cover-vinetas { background: linear-gradient(155deg, #b2733f, #553a2d 75%); }
.book-cover svg { position: absolute; inset: 8% 0 18%; width: 100%; height: 74%; color: #e9c883; }
.cover-kicker { position: relative; z-index: 1; font-size: .56rem; text-transform: uppercase; letter-spacing: .18em; }
.cover-title { position: relative; z-index: 1; display: grid; }
.cover-title strong { font: 400 clamp(1.35rem, 2vw, 2.2rem)/.9 var(--serif); text-transform: uppercase; letter-spacing: -.03em; }
.cover-title small { margin-top: .55rem; text-transform: uppercase; font-size: .5rem; letter-spacing: .2em; opacity: .72; }
.book-meta { padding: 1.3rem .1rem 0; }
.book-meta > div { display: flex; gap: .45rem; }
.book-meta > div span { font-size: .6rem; text-transform: uppercase; letter-spacing: .12em; color: #7c7d78; }
.book-meta > div span + span::before { content: "·"; margin-right: .45rem; color: var(--copper); }
.book-meta h3 { margin: .6rem 0 .4rem; font: 400 1.45rem/1.1 var(--serif); }
.book-meta p { margin: 0; color: #626967; font-size: .84rem; line-height: 1.58; }
.book-link { margin-top: .9rem; border: 0; border-bottom: 1px solid #a9a8a2; background: none; padding: .25rem 0; cursor: pointer; font-size: .68rem; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.book-link:hover { color: var(--copper); border-color: var(--copper); }
.empty-state { padding: 4rem; text-align: center; background: var(--paper); }

.story-section { display: grid; grid-template-columns: 1.08fr .92fr; color: var(--paper); background: var(--night); }
.manifesto { grid-column: 1; grid-row: 1; }
.launch-panel { grid-column: 2; grid-row: 1; }
.manifesto { padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 6vw, 7rem); background: radial-gradient(circle at 10% 90%, rgba(184,121,67,.12), transparent 42%); }
.manifesto-lead { margin: 2rem 0 3.5rem; max-width: 650px; color: #c9ccc7; font: 400 clamp(1.1rem, 1.45vw, 1.35rem)/1.6 var(--serif); }
.principles { display: grid; gap: 0; border-top: 1px solid rgba(243,239,229,.18); }
.principles article { display: grid; grid-template-columns: 36px minmax(120px, .8fr) 1.2fr; gap: 1rem; align-items: baseline; padding: 1.45rem 0; border-bottom: 1px solid rgba(243,239,229,.18); }
.principles span { color: var(--copper); font-size: .65rem; letter-spacing: .12em; }
.principles h3 { margin: 0; font: 400 1.08rem var(--serif); }
.principles p { margin: 0; color: #aeb5b1; font-size: .8rem; line-height: 1.55; }
blockquote { margin: 4rem 0 0; color: var(--gold); font: italic 400 clamp(1.7rem, 3vw, 3rem)/1.2 var(--serif); }
.services-section { grid-column: 1 / -1; grid-row: 2; padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.2rem, 6vw, 7rem); color: var(--ink); background: var(--paper-deep); }
.services-heading { display: grid; grid-template-columns: .65fr 1.35fr; align-items: end; gap: 2rem; margin-bottom: 3rem; padding-bottom: 2.3rem; border-bottom: 1px solid rgba(16,27,45,.18); }
.services-heading .eyebrow { margin-bottom: .3rem; }
.services-heading h2 { color: var(--ink); }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem, 2.3vw, 2.5rem); }
.services-grid article { padding-top: 1.35rem; border-top: 1px solid rgba(16,27,45,.24); }
.services-grid span { color: var(--copper); font-size: .65rem; letter-spacing: .14em; }
.services-grid h3 { min-height: 2.7em; margin: 1rem 0 .7rem; font: 400 clamp(1.25rem, 1.7vw, 1.65rem)/1.22 var(--serif); }
.services-grid p { margin: 0; color: #596264; font-size: .86rem; line-height: 1.65; }
.launch-panel { display: grid; grid-template-rows: auto auto; background: #13243a; }
.upcoming { padding: clamp(4rem, 7vw, 7rem) clamp(1.4rem, 5vw, 5rem); }
.upcoming h2, .newsletter h2 { font-size: clamp(2.5rem, 4vw, 4.5rem); }
.upcoming ol { list-style: none; margin: 2.5rem 0 0; padding: 0; }
.upcoming li { display: grid; grid-template-columns: 96px 1fr; column-gap: 1rem; align-items: baseline; padding: 1rem 0; border-top: 1px solid rgba(243,239,229,.16); }
.upcoming li:last-child { border-bottom: 1px solid rgba(243,239,229,.16); }
.upcoming li > span { grid-row: span 2; color: var(--gold); font-size: .58rem; text-transform: uppercase; letter-spacing: .13em; }
.upcoming strong { font: 400 1.05rem var(--serif); }
.upcoming small { margin-top: .25rem; color: #9da9ac; font-size: .68rem; }
.newsletter { padding: clamp(4rem, 7vw, 6rem) clamp(1.4rem, 5vw, 5rem); color: var(--night); background: var(--gold); }
.newsletter .eyebrow { color: #6a3f29; }
.newsletter > p:not(.eyebrow) { max-width: 620px; line-height: 1.6; }
.newsletter form { margin-top: 2rem; }
.newsletter label[for="email"] { display: block; margin-bottom: .5rem; font-size: .67rem; font-weight: 750; text-transform: uppercase; letter-spacing: .13em; }
.form-row { display: flex; }
.form-row input { width: 100%; min-width: 0; border: 1px solid rgba(11,21,35,.34); border-right: 0; border-radius: 0; background: rgba(255,255,255,.28); padding: 0 1rem; color: var(--night); outline: none; }
.form-row input:focus { box-shadow: inset 0 0 0 2px var(--night); }
.form-row input::placeholder { color: rgba(11,21,35,.55); }
.consent { margin-top: .85rem; display: flex; gap: .55rem; align-items: flex-start; font-size: .7rem; line-height: 1.45; }
.consent input { accent-color: var(--night); margin-top: .2rem; }
.form-message { min-height: 1.4em; margin: .75rem 0 0; font-size: .76rem; font-weight: 650; }

.site-footer { padding: clamp(3.5rem, 7vw, 6rem) clamp(1.2rem, 6vw, 7rem) 2rem; color: #b9bfbc; background: #07101b; }
.footer-brand-row { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-bottom: 2.25rem; border-bottom: 1px solid rgba(243,239,229,.15); }
.brand-footer { width: clamp(170px, 18vw, 240px); height: 76px; }
.brand-footer img { display: block; width: 100%; height: 72px; object-fit: contain; object-position: left center; }
.footer-brand-row > p { margin: 0; color: var(--gold); font: italic 400 clamp(1.1rem, 2vw, 1.55rem)/1.35 var(--serif); }
.footer-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2rem, 6vw, 7rem); padding: 3rem 0; }
.footer-column h2 { margin: 0 0 1.25rem; color: var(--paper); font: 400 1.15rem/1.2 var(--serif); letter-spacing: .02em; }
.footer-column p, .footer-column address { margin: 0; font-size: .88rem; line-height: 1.8; }
.footer-column address { display: grid; gap: .65rem; font-style: normal; }
.footer-column address span { display: grid; gap: .05rem; }
.footer-column address strong { color: #7f8b89; font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.footer-column address a { overflow-wrap: anywhere; }
.footer-column a { color: #c8cfcc; text-decoration-color: rgba(214,176,111,.45); text-underline-offset: .3em; transition: color .2s, text-decoration-color .2s, border-color .2s, transform .2s; }
.footer-column a:hover, .footer-column a:focus-visible { color: var(--gold); text-decoration-color: currentColor; }
.social-links { display: flex; gap: .7rem; }
.social-links a { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(243,239,229,.25); border-radius: 50%; color: var(--paper); }
.social-links a:hover, .social-links a:focus-visible { border-color: var(--gold); transform: translateY(-2px); }
.social-links svg { width: 21px; height: 21px; fill: currentColor; }
.footer-column .social-note { margin-top: 1rem; color: #7f8b89; font-size: .73rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(243,239,229,.15); font-size: .67rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-bottom p { margin: 0; }

.book-dialog { width: min(92vw, 650px); border: 0; padding: 0; color: var(--ink); background: var(--paper); box-shadow: 0 36px 100px rgba(0,0,0,.4); }
.book-dialog::backdrop { background: rgba(6,13,22,.74); backdrop-filter: blur(5px); }
.project-dialog { width: min(92vw, 720px); }
.project-dialog .dialog-content { padding-right: clamp(2.2rem, 8vw, 6rem); }
.dialog-close { position: absolute; top: .8rem; right: .8rem; width: 42px; height: 42px; border: 1px solid rgba(16,27,45,.18); border-radius: 50%; background: transparent; cursor: pointer; font-size: 1.5rem; }
.dialog-content { padding: clamp(2.2rem, 6vw, 4.8rem); }
.dialog-content h2 { margin: 0; font: 400 clamp(2.5rem, 7vw, 4.6rem)/.95 var(--serif); letter-spacing: -.04em; }
.dialog-description { margin: 1.5rem 0; color: #505c60; font: 1.1rem/1.6 var(--serif); }
.dialog-content dl { margin: 0 0 2rem; padding: 1.1rem 0; display: grid; grid-template-columns: 120px 1fr; row-gap: .8rem; border-top: 1px solid #cec8bb; border-bottom: 1px solid #cec8bb; font-size: .8rem; }
.dialog-content dt { color: #7c7b75; text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; }
.dialog-content dd { margin: 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 2px solid var(--copper); outline-offset: 4px; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); }
  .book-grid { grid-template-columns: repeat(2, 1fr); row-gap: 3.5rem; }
  .story-section { grid-template-columns: 1fr; }
  .manifesto, .services-section, .launch-panel { grid-column: 1; grid-row: auto; }
  .manifesto { padding-right: 16vw; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 2.5rem; }
  .launch-panel { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
}

@media (max-width: 780px) {
  .site-header { height: 72px; }
  .menu-button { display: block; z-index: 2; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 1.5rem; color: var(--paper); background: var(--night); transform: translateX(100%); transition: transform .25s; font: 400 1.8rem var(--serif); }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav .nav-cta { margin-top: .75rem; border-color: var(--paper); font: 700 .72rem var(--sans); }
  .brand-banner { min-height: 360px; }
  .brand-banner img { height: 360px; object-position: 66% center; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 4rem; }
  h1 { font-size: clamp(3.7rem, 17vw, 6rem); }
  .hero-statement { justify-self: end; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p { max-width: none; }
  .services-heading { grid-template-columns: 1fr; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .launch-panel { grid-template-columns: 1fr; }
  .manifesto { padding-right: 1.2rem; }
  .footer-brand-row, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .brand { width: 145px; }
  .brand-logo { height: 48px; }
  .brand-banner, .brand-banner img { min-height: 330px; height: 330px; }
  .brand-banner img { object-position: 69% center; }
  .hero { padding-left: 1rem; padding-right: 1rem; }
  .hero-lead { font-size: 1.08rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { align-self: center; }
  .hero-note { margin-top: 2.2rem; }
  .hero-statement { margin-left: 2rem; }
  .catalog-section { padding-left: 1rem; padding-right: 1rem; }
  .book-grid { grid-template-columns: 1fr; padding: 0 7vw; }
  .filter-group { width: 100%; }
  .filter-group > span { width: 100%; margin: 0 0 .25rem; }
  .principles article { grid-template-columns: 30px 1fr; }
  .principles p { grid-column: 2; }
  .services-grid { grid-template-columns: 1fr; }
  .services-grid h3 { min-height: 0; }
  .upcoming li { grid-template-columns: 80px 1fr; }
  .form-row { flex-direction: column; gap: .65rem; }
  .form-row input { min-height: 50px; border-right: 1px solid rgba(11,21,35,.34); }
  .book-dialog { width: calc(100vw - 1.5rem); }
  .dialog-content dl { grid-template-columns: 95px 1fr; }
  .footer-columns { grid-template-columns: 1fr; }
}

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


/* WordPress v2.1.1 — capas técnicas; no alteran la composición v2.1 */
.book-cover.has-featured-image { padding: 0; background: var(--night); }
.book-cover.has-featured-image::after { z-index: 2; }
.book-cover.has-featured-image img { width:100%; height:100%; object-fit:cover; display:block; }
.book-cover.has-featured-image .cover-kicker { position:absolute; z-index:3; top:1.1rem; left:1.1rem; right:1.1rem; }
.book-link { display:inline-block; text-decoration:none; }
.page-shell { min-height:70vh; padding: clamp(8rem, 12vw, 11rem) clamp(1.2rem, 8vw, 10rem) clamp(5rem, 9vw, 8rem); background:var(--white); }
.page-shell .entry-header { max-width:900px; margin:0 auto 3rem; }
.page-shell .entry-title { margin:0; font:400 clamp(3rem,6vw,6rem)/.95 var(--serif); letter-spacing:-.045em; }
.page-shell .entry-content { max-width:900px; margin:0 auto; font-family:var(--serif); font-size:1.15rem; line-height:1.75; }
.page-shell .entry-content img { max-width:100%; height:auto; }
.single-book-shell { background:var(--white); padding: clamp(8rem, 12vw, 11rem) clamp(1.2rem, 8vw, 10rem) clamp(5rem, 9vw, 8rem); }
.single-book-grid { max-width:1180px; margin:auto; display:grid; grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr); gap:clamp(2rem,6vw,6rem); align-items:start; }
.single-book-cover img { width:100%; height:auto; display:block; box-shadow:var(--shadow); }
.single-book-copy h1 { font-size:clamp(3rem,6vw,6.5rem); }
.single-book-copy .entry-content { margin-top:2rem; font-family:var(--serif); font-size:1.12rem; line-height:1.7; }
.book-facts { display:grid; grid-template-columns:auto 1fr; gap:.55rem 1.5rem; margin:2rem 0; padding:1.5rem 0; border-top:1px solid rgba(16,27,45,.18); border-bottom:1px solid rgba(16,27,45,.18); }
.book-facts dt { font-size:.68rem; text-transform:uppercase; letter-spacing:.12em; color:#7c7d78; }
.book-facts dd { margin:0; }
.custom-logo-link { display:none; }
.admin-note { font-size:.8rem; color:#6a706f; }
@media (max-width:780px){ .single-book-grid{grid-template-columns:1fr}.single-book-cover{max-width:420px} }
