/* =============================================================
   ENTRECORTE GRILL HOUSE — Newspaper Editorial (archetype 09)
   Fondo crema periódico · tinta cálida · acento rojo brasa.
   1. Tokens  2. Reset  3. Utilidades  4. Tipografía
   5. Splash/Progreso/Nav  6. Masthead  7. Lead  8. Carta
   9. Galería  10. Pull quote  11. Visita  12. Footer
   13. Efectos  14. Responsive  15. Reduced-motion
   ============================================================= */

/* ============================ 1. TOKENS ============================ */
@property --ember { syntax: "<percentage>"; inherits: false; initial-value: 50%; }

:root {
  --bg:        #faf7f0;   /* crema periódico */
  --bg-2:      #f3ece0;   /* papel algo más tostado */
  --bg-3:      #ede4d4;
  --ink:       #16140e;   /* tinta cálida casi negra */
  --ink-soft:  #3a342a;
  --ink-mute:  #726a5b;
  --accent:    #960018;   /* rojo brasa / periódico */
  --accent-2:  #b8391f;   /* brasa más viva */
  --ember-1:   #c9451f;
  --line:      #16140e;
  --line-soft: rgba(22,20,14,.22);
  --paper-edge: rgba(22,20,14,.14);

  --display: "Bodoni Moda", "Playfair Display", Georgia, "Times New Roman", serif;
  --body:    "Spectral", Georgia, "Times New Roman", serif;
  --sans:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;

  --measure: 1180px;
  --gutter: clamp(1.1rem, 4vw, 3rem);

  --ease-out:  cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ============================ 2. RESET ============================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html {
  -webkit-text-size-adjust: 100%;
  tab-size: 2;
  overflow-x: clip;
  scroll-behavior: smooth;
}
body {
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.62;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  overscroll-behavior-y: none;
  position: relative;
}
/* grano de papel muy sutil */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: 1;
  pointer-events: none; opacity: .05; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 180px 180px;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
h1, h2, h3, h4 { text-wrap: balance; line-height: 1.04; font-weight: 700; }
::selection { background: var(--accent); color: var(--bg); }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

/* ============================ 3. UTILIDADES ============================ */
.skip-link {
  position: fixed; top: -100px; left: 1rem; z-index: 10001;
  padding: .6rem 1rem; background: var(--ink); color: var(--bg);
  font-family: var(--sans); font-weight: 600; font-size: .85rem;
}
.skip-link:focus { top: 1rem; }

.hairline { height: 1px; background: var(--line); width: 100%; }
.rule-wide {
  height: 3px; width: min(100% - 2*var(--gutter), var(--measure));
  margin: clamp(2.6rem, 6vw, 4.6rem) auto;
  border-top: 3px double var(--line);
  background: transparent;
}
main, .masthead, .foot-inner { }
.kicker {
  font-family: var(--sans);
  font-size: .72rem; font-weight: 600;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--accent);
}

/* ============================ 4. TIPOGRAFÍA ============================ */
.section-head { width: min(100% - 2*var(--gutter), var(--measure)); margin: 0 auto; }
.section-title {
  font-family: var(--display);
  font-size: clamp(2.1rem, 6vw, 3.8rem);
  letter-spacing: -.01em;
  margin: .35rem 0 .5rem;
}
.section-sub {
  max-width: 60ch; color: var(--ink-soft);
  font-size: 1.02rem;
}

/* ============================ 5. SPLASH / PROGRESO / NAV ============================ */
.splash {
  position: fixed; inset: 0; z-index: 10000;
  background: var(--bg);
  display: grid; place-items: center;
  transition: opacity .8s var(--ease-out), clip-path 1s var(--ease-soft);
  animation: splashSafety .01s 4.5s forwards; /* red de seguridad CSS */
}
.splash.is-out { opacity: 0; pointer-events: none; clip-path: inset(0 0 100% 0); }
@keyframes splashSafety { to { opacity: 0; pointer-events: none; clip-path: inset(0 0 100% 0); } }
.splash-inner { text-align: center; padding: 2rem; }
.splash-kicker {
  display: block; font-family: var(--sans); font-size: .68rem; font-weight: 600;
  letter-spacing: .3em; text-transform: uppercase; color: var(--accent);
  opacity: 0; animation: fadeUp .7s var(--ease-out) .1s forwards;
}
.splash-brand {
  display: block; font-family: var(--display); font-weight: 800;
  font-size: clamp(2.6rem, 11vw, 5.5rem); line-height: 1; margin: .5rem 0;
  opacity: 0; animation: fadeUp .9s var(--ease-out) .22s forwards;
}
.splash-rule {
  display: block; height: 2px; width: 0; margin: .8rem auto; background: var(--line);
  animation: ruleGrow .8s var(--ease-out) .5s forwards;
}
.splash-sub {
  display: block; font-style: italic; color: var(--ink-mute); font-size: 1.05rem;
  opacity: 0; animation: fadeUp .8s var(--ease-out) .6s forwards;
}
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes ruleGrow { to { width: 180px; } }

.progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 200;
  background: transparent; pointer-events: none;
}
.progress span {
  display: block; height: 100%; width: 100%; background: var(--accent);
  transform-origin: 0 0; transform: scaleX(0);
}

.nav {
  position: fixed; top: 0; inset-inline: 0; z-index: 150;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .7rem var(--gutter);
  background: transparent;
  transition: background-color .4s var(--ease-out), box-shadow .4s var(--ease-out), padding .4s var(--ease-out);
}
.nav.is-scrolled {
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 var(--line-soft);
  padding-block: .5rem;
}
.nav-brand {
  font-family: var(--display); font-weight: 800; font-size: 1.15rem;
  letter-spacing: -.01em; line-height: 1;
  opacity: 0; transform: translateY(-8px);
  transition: opacity .5s var(--ease-out), transform .5s var(--ease-out);
}
.nav-brand span {
  display: block; font-family: var(--sans); font-weight: 500;
  font-size: .58rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--ink-mute); margin-top: .12rem;
}
.nav.is-scrolled .nav-brand, .is-ready .nav-brand { opacity: 1; transform: none; }
.nav-links { display: none; gap: 1.6rem; }
.nav-link {
  font-family: var(--sans); font-size: .8rem; font-weight: 500;
  letter-spacing: .06em; position: relative; padding: .2rem 0; color: var(--ink-soft);
}
.nav-link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1.5px;
  background: var(--accent); transform: scaleX(0); transform-origin: right;
  transition: transform .4s var(--ease-soft);
}
.nav-link:hover { color: var(--ink); }
.nav-link:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta {
  font-family: var(--sans); font-size: .74rem; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase;
  padding: .55rem .9rem; border: 1.5px solid var(--ink);
  transition: background-color .35s var(--ease-out), color .35s var(--ease-out), transform .35s var(--ease-out);
  white-space: nowrap;
}
.nav-cta:hover { background: var(--ink); color: var(--bg); transform: translateY(-1px); }

/* ============================ 6. MASTHEAD ============================ */
.masthead {
  width: min(100% - 2*var(--gutter), var(--measure));
  margin: 0 auto; padding-top: clamp(5.5rem, 12vw, 8rem);
  text-align: center; position: relative;
}
.masthead .hairline:first-of-type { margin-bottom: .7rem; }
.masthead-meta {
  display: flex; justify-content: center; flex-wrap: wrap; gap: .4rem 1.6rem;
  font-family: var(--sans); font-size: .66rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase; color: var(--ink-mute);
  padding: .55rem 0;
}
.masthead-brand {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(3rem, 15vw, 9.5rem);
  line-height: .92; letter-spacing: -.02em;
  margin: .3rem 0 .5rem; position: relative; z-index: 2;
}
.masthead-issue {
  font-family: var(--sans); font-size: .72rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft);
  padding: .55rem 0 .7rem;
}
/* brasa glow tras el nombre */
.masthead::before {
  content: ""; position: absolute; z-index: 0;
  left: 50%; top: 46%; transform: translate(-50%, -50%);
  width: 60%; height: 120%;
  background: radial-gradient(50% 45% at var(--ember) 50%, rgba(150,0,24,.16), rgba(201,69,31,.08) 45%, transparent 72%);
  filter: blur(46px);
  animation: emberShift 14s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes emberShift {
  0%   { --ember: 38%; opacity: .8; }
  100% { --ember: 62%; opacity: 1; }
}

/* ============================ 7. LEAD ARTICLE ============================ */
.lead {
  width: min(100% - 2*var(--gutter), var(--measure));
  margin: clamp(2.2rem, 5vw, 3.6rem) auto 0;
}
.lead-head { text-align: center; max-width: 62rem; margin: 0 auto; }
.lead-title {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(2.4rem, 8vw, 5.4rem);
  line-height: 1.02; letter-spacing: -.015em; margin: .5rem 0 .7rem;
}
.lead-title em { font-style: italic; color: var(--accent); }
.deck {
  font-family: var(--body); font-size: clamp(1.12rem, 2.4vw, 1.5rem);
  line-height: 1.45; color: var(--ink-soft); font-style: italic;
  max-width: 42ch; margin: 0 auto;
}
.byline {
  font-family: var(--sans); font-size: .72rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute);
  margin-top: 1rem;
}

/* figura enmarcada tipo recorte de periódico */
.framed {
  position: relative; overflow: hidden;
  border: 1px solid var(--paper-edge);
  box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 18px 40px -28px rgba(22,20,14,.5);
  background: var(--bg-3);
}
.framed img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(1.06) contrast(1.04);
}
/* tinte cálido brasa muy leve para unificar sin afear la comida */
.framed::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(150,0,24,.05), transparent 40%, rgba(22,20,14,.1));
  mix-blend-mode: multiply;
}
.lead-figure {
  margin: clamp(2rem, 5vw, 3.2rem) auto 1rem;
}
.lead-figure .framed { aspect-ratio: 16 / 8; }
figcaption {
  font-family: var(--body); font-style: italic; font-size: .92rem;
  color: var(--ink-mute); padding-top: .5rem; border-top: 1px solid var(--line-soft);
  margin-top: .5rem;
}

.multi-column {
  margin-top: 1.4rem;
  column-gap: clamp(1.6rem, 3.5vw, 3rem);
  column-rule: 1px solid var(--line-soft);
}
.lead-body p { margin-bottom: 1rem; }
.lead-body p:last-child { margin-bottom: 0; }
.dropcap {
  float: left; font-family: var(--display); font-weight: 800;
  font-size: 4.6em; line-height: .72;
  padding: .06em .12em .02em 0; margin: .04em .06em 0 0;
  color: var(--accent);
}

.lead-facts {
  list-style: none; display: grid; gap: 1px;
  grid-template-columns: 1fr;
  margin: clamp(2rem, 5vw, 3rem) 0 0;
  border: 1px solid var(--line); background: var(--line);
}
.lead-facts li {
  background: var(--bg); padding: 1.3rem 1.2rem; text-align: center;
  display: flex; flex-direction: column; gap: .3rem;
}
.fact-num {
  font-family: var(--display); font-weight: 800; font-size: 2.4rem;
  line-height: 1; color: var(--accent);
}
.fact-lab {
  font-family: var(--sans); font-size: .72rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute);
}

/* ============================ 8. CARTA ============================ */
.carta { width: 100%; }
.carta-grid {
  width: min(100% - 2*var(--gutter), var(--measure));
  margin: clamp(1.6rem, 4vw, 2.6rem) auto 0;
  display: grid; gap: 0;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--line);
}
.carta-col {
  padding: clamp(1.4rem, 3vw, 2rem) 0;
  border-bottom: 1px solid var(--line-soft);
}
.carta-section {
  font-family: var(--display); font-weight: 700; font-size: 1.7rem;
  letter-spacing: -.01em; margin-bottom: .2rem;
}
.carta-section::before {
  content: "§ "; color: var(--accent); font-size: .9em;
}
.carta-note {
  font-family: var(--sans); font-size: .68rem; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase; color: var(--ink-mute);
  margin-bottom: 1rem;
}
.carta-list { list-style: none; display: grid; gap: 1.05rem; }
.carta-list h4 {
  font-family: var(--body); font-weight: 600; font-size: 1.16rem;
  display: flex; align-items: baseline; gap: .5rem; margin-bottom: .1rem;
}
.carta-list h4::after {
  content: ""; flex: 1; height: 0; border-bottom: 1px dotted var(--line-soft);
  transform: translateY(-3px);
}
.carta-list h4 .price {
  order: 2; flex: none; white-space: nowrap;
  font-family: var(--display); font-weight: 800; color: var(--accent);
  font-size: 1.02rem; letter-spacing: .01em;
}
.carta-list p { font-size: .96rem; color: var(--ink-soft); max-width: 46ch; }

/* ============================ 9. GALERÍA ============================ */
.plates { width: 100%; }
/* Proceso: del corte a la brasa */
.process { width: 100%; }
.process-steps { display: grid; gap: clamp(1.8rem,4vw,2.6rem); margin-top: clamp(1.6rem,4vw,2.4rem); }
@media (min-width: 760px) { .process-steps { grid-template-columns: repeat(3, 1fr); } }
.pstep { position: relative; }
@media (min-width: 760px) { .pstep + .pstep { border-left: 1px solid var(--line-soft); padding-left: clamp(1.6rem,3vw,2.4rem); } }
.pstep-num { display: block; font-family: var(--display); font-size: clamp(2rem,5vw,2.8rem); line-height: 1; color: var(--accent); margin-bottom: .7rem; }
.pstep .framed { aspect-ratio: 4/3; margin-bottom: 1rem; }
.pstep .framed img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pstep h3 { font-family: var(--display); font-size: clamp(1.3rem,3vw,1.6rem); margin-bottom: .4rem; color: var(--ink); }
.pstep p { color: var(--ink-soft); font-size: 1rem; line-height: 1.55; }
.plates-grid {
  width: min(100% - 2*var(--gutter), var(--measure));
  margin: clamp(1.6rem, 4vw, 2.6rem) auto 0;
  display: grid; grid-template-columns: 1fr; gap: clamp(1.2rem, 3vw, 2rem);
}
.plate .framed { aspect-ratio: 4 / 3; transition: transform .6s var(--ease-soft), box-shadow .6s var(--ease-soft); }
.plate .framed img { transition: transform .9s var(--ease-soft), filter .5s var(--ease-out); }
.plate:hover .framed { box-shadow: 0 30px 60px -34px rgba(22,20,14,.6); }
.plate:hover .framed img { transform: scale(1.05); filter: saturate(1.14) contrast(1.05); }
.plate-lg .framed { aspect-ratio: 16 / 10; }

/* ============================ 10. PULL QUOTE ============================ */
.pull {
  width: min(100% - 2*var(--gutter), 62rem);
  margin: 0 auto; text-align: center;
}
.pullquote { position: relative; padding: clamp(1rem, 4vw, 2rem) 0; }
.pullquote::before {
  content: "\201C"; display: block;
  font-family: var(--display); font-weight: 800; font-style: italic;
  font-size: clamp(4rem, 12vw, 7rem); line-height: .6; color: var(--accent);
  margin-bottom: .2rem;
}
.pullquote p {
  font-family: var(--display); font-style: italic; font-weight: 500;
  font-size: clamp(1.5rem, 4.2vw, 2.6rem); line-height: 1.24;
  letter-spacing: -.01em; max-width: 24ch; margin: 0 auto;
}
.pullquote cite {
  display: block; margin-top: 1.2rem; font-style: normal;
  font-family: var(--sans); font-size: .74rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute);
}

/* ============================ 11. VISITA ============================ */
.visit { width: 100%; }
.visit-grid {
  width: min(100% - 2*var(--gutter), var(--measure));
  margin: clamp(1.6rem, 4vw, 2.6rem) auto 0;
  display: grid; grid-template-columns: 1fr; gap: 0;
  border-top: 1px solid var(--line);
}
.visit-block {
  padding: clamp(1.5rem, 3.5vw, 2.2rem) 0;
  border-bottom: 1px solid var(--line-soft);
}
.visit-h {
  font-family: var(--sans); font-size: .74rem; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 1rem;
}
.hours { list-style: none; display: grid; gap: .5rem; }
.hours li {
  display: flex; justify-content: space-between; gap: 1rem;
  font-size: .98rem; padding-bottom: .5rem; border-bottom: 1px dotted var(--line-soft);
}
.hours li span:first-child { font-weight: 500; }
.hours li span:last-child { color: var(--ink-soft); text-align: right; }
.hours li.is-closed span:last-child { color: var(--accent); font-style: italic; }

.addr { font-style: normal; font-size: 1.05rem; line-height: 1.7; }
.addr-note {
  display: block; margin-top: .5rem; font-family: var(--sans);
  font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-mute);
}
.link-underline {
  display: inline-block; margin-top: 1rem;
  font-family: var(--sans); font-size: .85rem; font-weight: 500;
  color: var(--accent); position: relative; padding-bottom: 2px;
  background-image: linear-gradient(var(--accent), var(--accent));
  background-size: 0% 1.5px; background-repeat: no-repeat; background-position: left bottom;
  transition: background-size .4s var(--ease-soft);
}
.link-underline:hover { background-size: 100% 1.5px; }

.visit-lead { color: var(--ink-soft); margin-bottom: 1.2rem; max-width: 34ch; }
.btn-ink {
  display: inline-block; font-family: var(--sans); font-weight: 600;
  font-size: .82rem; letter-spacing: .06em; text-transform: uppercase;
  padding: .85rem 1.4rem; background: var(--ink); color: var(--bg);
  box-shadow: 0 4px 14px rgba(22,20,14,.14);
  transition: transform .4s var(--ease-soft), box-shadow .4s var(--ease-soft), background-color .4s var(--ease-out);
}
.btn-ink:hover {
  transform: translateY(-3px); background: var(--accent);
  box-shadow: 0 18px 40px -14px rgba(150,0,24,.5);
}
.btn-ink:active { transform: translateY(-1px); transition-duration: .12s; }
.visit-block .link-underline { display: block; }
.visit-mail { margin-top: 1.1rem; font-size: .92rem; color: var(--ink-mute); }
.visit-mail .link-underline { display: inline; margin-top: 0; }

/* mapa embebido, tratado como grabado de periódico */
.visit-map-wrap {
  width: min(100% - 2*var(--gutter), var(--measure));
  margin: clamp(1.6rem, 4vw, 2.6rem) auto 0;
}
.visit-map {
  display: block; width: 100%; height: clamp(260px, 42vw, 420px);
  border: 1px solid var(--paper-edge);
  box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 18px 40px -28px rgba(22,20,14,.5);
  background: var(--bg-3);
  /* filtro sutil para casar con el tono cálido del papel */
  filter: grayscale(.24) sepia(.12) contrast(1.02);
}
.visit-map-wrap figcaption {
  font-family: var(--body); font-style: italic; font-size: .92rem;
  color: var(--ink-mute); padding-top: .5rem;
  border-top: 1px solid var(--line-soft); margin-top: .5rem;
}

/* ============================ 12. FOOTER ============================ */
.foot {
  width: min(100% - 2*var(--gutter), var(--measure));
  margin: clamp(3rem, 7vw, 5rem) auto 0; padding-bottom: 2.5rem;
}
.foot .hairline { margin-bottom: 1.4rem; }
.foot-grid {
  display: flex; flex-wrap: wrap; gap: 1rem 2rem;
  justify-content: space-between; align-items: flex-start;
}
.foot-brand { font-family: var(--display); font-weight: 800; font-size: 1.5rem; }
.foot-line { font-size: .9rem; color: var(--ink-mute); margin-top: .2rem; }
.foot-right { display: flex; flex-direction: column; gap: .3rem; align-items: flex-start; }
.foot-right .link-underline { margin-top: 0; }
.foot-credits {
  margin-top: 1.6rem; font-family: var(--sans); font-size: .74rem;
  color: var(--ink-mute); letter-spacing: .02em;
}
.foot-credits .link-underline { margin-top: 0; }

/* ============================ 13. EFECTOS (reveal) ============================ */
[data-reveal] {
  opacity: 0; transform: translateY(28px);
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
}
[data-reveal].is-revealed { opacity: 1; transform: none; }
/* defensivo por si un data-split se combina con reveal */
.reveal[data-split] { opacity: 1; transform: none; }

/* ============================ 14. RESPONSIVE ============================ */
@media (min-width: 720px) {
  .lead-facts { grid-template-columns: repeat(3, 1fr); }
  .lead-body.multi-column { column-count: 2; }
  .plates-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: dense;
  }
  .plate-lg { grid-column: span 2; }
  .visit-grid { grid-template-columns: repeat(3, 1fr); }
  .visit-block { padding: 2rem clamp(1.2rem, 2.5vw, 2rem); border-bottom: 0; border-right: 1px solid var(--line-soft); }
  .visit-block:last-child { border-right: 0; }
  .carta-grid { grid-template-columns: repeat(2, 1fr); column-gap: 0; }
  .carta-col { padding: clamp(1.6rem, 3vw, 2.2rem) clamp(1.2rem, 2.5vw, 2rem); border-right: 1px solid var(--line-soft); }
  .carta-col:nth-child(2n) { border-right: 0; }
}

@media (min-width: 960px) {
  .nav-links { display: flex; }
  .lead-body.multi-column { column-count: 3; }
  .plates-grid { grid-template-columns: repeat(3, 1fr); }
  .plate-lg { grid-column: span 2; grid-row: span 2; }
  .plate-lg .framed { aspect-ratio: auto; height: 100%; }
  .carta-grid { grid-template-columns: repeat(4, 1fr); }
  .carta-col { border-right: 1px solid var(--line-soft); }
  .carta-col:nth-child(2n) { border-right: 1px solid var(--line-soft); }
  .carta-col:last-child { border-right: 0; }
}

@media (min-width: 1280px) {
  body { font-size: 19px; }
}

/* ============================ 15. REDUCED-MOTION ============================ */
/* Solo lo intrusivo. Micro-interacciones y reveals se mantienen. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .masthead::before { animation: none; }
}

/* ===================== 16. LEGIBILIDAD MÓVIL (solo <720px) ===================== */
/* El desktop arranca en min-width:720px, así que estos ajustes no lo tocan.   */
/* Sube micro-labels demasiado pequeños en el teléfono sin romper el estilo.    */
@media (max-width: 719px) {
  .nav-brand span { font-size: .77rem; letter-spacing: .2em; }   /* 9px -> ~12.3px */
  .nav-cta { font-size: .8rem; padding: .6rem .95rem; }          /* +legible y +táctil */
  .masthead-meta { font-size: .77rem; letter-spacing: .18em; }   /* ~11px -> ~12.3px */
  .masthead-issue { font-size: .78rem; }
  .splash-kicker { font-size: .77rem; }
  .kicker { font-size: .77rem; }                                 /* ~11.5px -> ~12.3px */
  .byline { font-size: .77rem; letter-spacing: .12em; }          /* microlabel legible */
  .fact-lab { font-size: .77rem; }
  .carta-note { font-size: .77rem; letter-spacing: .1em; }       /* 11px -> ~12.3px */
  .addr-note { font-size: .77rem; letter-spacing: .08em; }
}
