/* ═══════════════════════════════════════════════════════════════
   MHO BASE CSS · v1.0
   Sistema unificado de diseño — Mr. Home Office
   Fuente de verdad: MHO_Homepage_v2.html + Biblia Diseño v1.2
   + Documento de Consolidación Marzo 2026

   USO: Incluir en todos los HTML de artículos y páginas MHO.
   <link rel="stylesheet" href="mho-base.css">
   Luego cada artículo define solo --seccion y sus estilos propios.
═══════════════════════════════════════════════════════════════ */


/* ── TOKENS ─────────────────────────────────────────────────── */
:root {
  /* Fondos */
  --white:   #FFFFFF;
  --blanc:   #F8F6F2;
  --papier:  #EDE9E2;

  /* Texto */
  --encre:   #0F0E0C;
  --encre-2: #2D2B27;
  --encre-3: #5C5952;
  --encre-4: #6E6B65;

  /* Separadores */
  --filet:   #D6D2CB;
  --filet-l: #E8E5DF;

  /* Acento principal */
  --or:      #846313;

  /* Colores de sección */
  --persona:     #A94E35;
  --rb:          #9B2318;   /* Ruido Blanco — confirmado Biblia v3 */
  --dnd:         #5C3058;   /* Do Not Disturb */
  --var:         #846313;
  --artefacto:      #1D7750;   /* confirmado Biblia v3.2 */
  --agenda:      #7A3F10;
  --concreto:    #4D4B47;   /* aprobado Salvador · 8 marzo 2026 */
  --cuestion:    #1F3A5F;   /* Cuestión Personal — azul tinta · aprobado Salvador 3 mayo 2026 (WCAG AA 11.48:1 sobre blanco) */

  /* --seccion se define en el <style> inline de cada artículo */

  /* Tipografía */
  --f-serif: 'Cormorant Garamond', Georgia, serif;
  --f-sans:  'Jost', sans-serif;
  --f-body:  'Lora', Georgia, serif;

  /* Columna de lectura */
  --col: 680px;
}


/* ── RESET ──────────────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html { scroll-behavior: smooth; }
body {
  background: var(--white);
  color: var(--encre);
  font-family: var(--f-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }


/* ── GOOGLE FONTS (incluir en <head>) ─────────────────────────
   NOTA: Este bloque es solo referencia. En el HTML usar:

   <link rel="preconnect" href="https://fonts.googleapis.com">
   <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
   <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,400&family=Lora:ital,wght@0,400;0,500;1,400;1,500&display=swap" rel="stylesheet">
──────────────────────────────────────────────────────────── */


/* ── BARRA DE PROGRESO ────────────────────────────────────────
   2px, fixed top, color de sección, z-index 200
   ID estandarizado: #progress-bar
──────────────────────────────────────────────────────────── */
#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--seccion);
  z-index: 200;
  transition: width 0.1s linear;
  pointer-events: none;
}


/* ── NAVEGACIÓN (artículos) ───────────────────────────────────
   Barra fija con logo izquierda, sección derecha.
   Estandariza clases: .nav-logo, .bracket, .lets, .nav-seccion
──────────────────────────────────────────────────────────── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--filet);
  padding: 14px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: var(--f-sans);
  font-size: 14px;
  letter-spacing: 4px;
  color: var(--encre);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0;
}
.nav-logo .bracket {
  font-weight: 300;
}
.nav-logo .lets {
  font-weight: 600;
  letter-spacing: 0.44em;
  margin-right: -0.19em;   /* corrección trailing — Biblia v3.5 */
}

.nav-seccion {
  font-family: var(--f-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--seccion);
}


/* ── HERO IMAGEN (artículos con foto) ───────────────────────── */
.hero-img {
  margin-top: 44px;  /* altura nav */
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ── HERO TEXTO (artículos) ─────────────────────────────────── */
.hero-text {
  max-width: var(--col);
  margin: 0 auto;
  padding: 48px 24px 40px;
}
.hero-text > * { margin: 0; }
.hero-text > * + * { margin-top: 16px !important; }

.section-label {
  font-family: var(--f-sans);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--seccion);
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-label::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  background: var(--seccion);
}

/* Variante expandida — usada en hero de todos los artículos */
.section-label-full {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-sans);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.section-label-full .line {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--seccion);
  flex-shrink: 0;
}
.section-label-full .name { font-weight: 500; color: var(--encre); }
.section-label-full .sep  { font-weight: 300; color: rgba(15,14,12,0.25); }
.section-label-full .tagline { font-weight: 400; color: var(--seccion); }

.article-hed {
  font-family: var(--f-serif);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--encre);
}
.article-hed em { font-style: italic; }

.article-deck {
  font-family: var(--f-body);
  font-size: 17px;
  font-style: italic;
  line-height: 1.72;
  color: var(--encre-3);
}


/* ── BYLINE ───────────────────────────────────────────────────
   Formato: Escritor (Jost 600) · X MIN DE LECTURA · Fecha · [Compartir]
──────────────────────────────────────────────────────────── */
.byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: var(--f-sans);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--encre-4);
  border-top: 1px solid var(--filet);
  padding-top: 14px;
  margin-top: 20px;
}
.byline-writer {
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--encre-2);
}
.byline-sep {
  width: 1px;
  height: 10px;
  background: var(--filet);
}
.byline-share {
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--encre-4);
  cursor: pointer;
  transition: color 0.2s;
}
.byline-share:hover { color: var(--encre); }


/* ── CUERPO DE ARTÍCULO ───────────────────────────────────────
   Columna 680px centrada · line-height 1.82 · 18.5px
   Sistema de espaciado: article > * { margin: 0 }
   + article > * + * { margin-top: 1.6em !important }
──────────────────────────────────────────────────────────── */
article {
  max-width: var(--col);
  margin: 0 auto;
  padding: 0 24px;
  font-size: 18.5px;
  line-height: 1.82;
}
article > * { margin: 0; }
article > * + * { margin-top: 1.6em !important; }

article p {
  font-family: var(--f-body);
  color: var(--encre);
}


/* ── PULL QUOTE ─────────────────────────────────────────────── */
.pull-quote {
  font-family: var(--f-serif);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  color: var(--encre-2);
  border-top: 1px solid var(--filet);
  border-bottom: 1px solid var(--filet);
  padding: 28px 0;
}


/* ── SUBTÍTULOS DENTRO DEL ARTÍCULO ─────────────────────────── */
article h2 {
  font-family: var(--f-serif);
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  color: var(--encre);
}

article h3 {
  font-family: var(--f-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--encre-3);
}


/* ── SEPARADOR ENTRE SECCIONES ──────────────────────────────── */
.article-sep {
  text-align: center;
  font-family: var(--f-serif);
  font-size: 18px;
  letter-spacing: 0.5em;
  color: var(--filet);
}

/* ── DESCANSO TEMPORAL (años como corte narrativo) ────────────
   Usado en El Mundial: 1970 · 1986 · 2026
   Cormorant, color de sección, centrado, espacio generoso.
──────────────────────────────────────────────────────────── */
.section-year {
  display: block;
  text-align: center;
  font-family: var(--f-serif);
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.08em;
  color: var(--seccion);
  margin-top: 3em !important;
  margin-bottom: 0.6em;
  opacity: 0.7;
}


/* ── FOTOS INTERIORES ─────────────────────────────────────────
   Imágenes dentro del artículo. Dos variantes: horizontal, vertical.
   Usa <figure class="foto-interior"> + <figcaption>
──────────────────────────────────────────────────────────── */
figure.foto-interior {
  margin: 0;
}
figure.foto-interior img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
figure.foto-interior.vertical {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
figure.foto-interior.horizontal {
  width: 100%;
}
figure.foto-interior figcaption {
  font-family: var(--f-sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--encre-4);
  margin-top: 8px;
}
/* Placeholder para fotos aún no disponibles */
.foto-placeholder {
  width: 100%;
  aspect-ratio: 3/2;
  background: var(--papier);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.foto-placeholder.vertical { aspect-ratio: 2/3; }
.foto-placeholder-label {
  font-family: var(--f-sans);
  font-size: 8.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--encre-4);
}


/* ── COMPARTIR (dropdown) ────────────────────────────────────
   Botón "Compartir" en byline + menú desplegable.
   IDs estandarizados: #btn-compartir, #compartir-menu
──────────────────────────────────────────────────────────── */
.compartir-wrap {
  position: relative;
  display: inline-block;
}
.btn-compartir {
  font-family: var(--f-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--encre-4);
  background: none;
  border: 1px solid rgba(15,14,12,0.3);
  cursor: pointer;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s, border-color 0.2s;
}
.btn-compartir:hover {
  color: var(--seccion);
  border-color: var(--seccion);
}
.compartir-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: var(--white);
  border: 1px solid var(--filet);
  padding: 8px 0;
  min-width: 160px;
  z-index: 50;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.compartir-menu.active { display: block; }
.compartir-menu a,
.compartir-menu button {
  display: block;
  width: 100%;
  padding: 8px 16px;
  font-family: var(--f-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--encre-3);
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
}
.compartir-menu a:hover,
.compartir-menu button:hover {
  color: var(--encre);
  background: var(--blanc);
}


/* ── FILET (separadores) ─────────────────────────────────────
   Separador horizontal ligero entre secciones de contenido.
   Nombre único: .filet — se aplica a <hr> o <div>.
──────────────────────────────────────────────────────────── */
hr.filet,
div.filet {
  border: none;
  height: 1px;
  background: var(--filet);
  margin: 0;
}


/* ── FOOTNOTES / NOTA DEL AUTOR ────────────────────────────────
   Va FUERA del art-body-wrapper, ANTES de la caja de conversación.
   Mismo encuadre que conv-section: padding 0 80px, max-width 1200px.
   La nota se alinea a la columna de lectura (680px).
   HTML: .art-footnotes-wrap > .art-footnotes
         > .fn-title + .fn-item (.fn-num + .fn-text)
──────────────────────────────────────────────────────────── */
.art-footnotes-wrap {
  padding: 0 80px;
  max-width: 1200px;
  margin: 0 auto;
}
.art-footnotes {
  width: var(--col);
  max-width: 100%;
  border-top: 1px solid var(--filet);
  padding: 28px 0 8px;
  margin-top: 24px;
}
.fn-title {
  display: block;
  font-family: var(--f-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--encre-3);
  margin-bottom: 10px;
}
.fn-item {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
.fn-num {
  font-family: var(--f-sans);
  font-size: 11px;
  font-weight: 500;
  color: var(--encre-3);
  flex-shrink: 0;
  min-width: 0;
}
.fn-num:empty { display: none; }
.fn-text {
  font-family: var(--f-body);
  font-size: 14px;
  font-style: italic;
  line-height: 1.65;
  color: var(--encre-2);
  margin: 0;
}
.fn-text + .fn-text { margin-top: 8px; }
@media (max-width: 768px) {
  .art-footnotes-wrap { padding: 0 24px; }
}


/* ── CAJA DE CONVERSACIÓN (estándar Griezmann — transversal) ──
   Obligatoria en todos los artículos — sin excepción.
   Fuente de verdad: el-hombre-permiso.html (Griezmann)
   HTML: .conv-section > .conv-box > .conv-label + .conv-slogan
         + .conv-question + .conv-fields + .conv-textarea
         + .conv-footer (.conv-counter + .conv-btn)
──────────────────────────────────────────────────────────── */
/* La conv-section NO usa grid — solo tiene un hijo (conv-box).
   Alineación directa con la columna de lectura (680px). */
.conv-section {
  padding: 0 80px;
  max-width: 1200px;
  margin: 0 auto;
}
.conv-box {
  border-top: 1px solid var(--filet);
  padding: 48px 0 56px;
  width: var(--col);
  max-width: 100%;
}
.conv-label {
  font-family: var(--f-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--encre);
  margin-bottom: 6px;
}
.conv-label .conv-br {
  font-weight: 300;
  color: var(--encre-3);
}
.conv-slogan {
  font-family: var(--f-body);
  font-size: 12px;
  font-style: italic;
  color: var(--encre-4);
  margin-bottom: 22px;
}
.conv-question {
  font-family: var(--f-serif);
  font-size: clamp(19px, 3vw, 22px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  color: var(--encre);
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}
.conv-fields {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.conv-fields input {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: var(--encre);
  background: var(--white);
  border: 1px solid var(--filet);
  padding: 10px 14px;
  flex: 1;
  outline: none;
  transition: border-color .2s;
  border-radius: 0;
  -webkit-appearance: none;
}
.conv-fields input::placeholder { color: var(--encre-4); }
.conv-fields input:focus { border-color: var(--encre-3); }
.conv-textarea {
  font-family: var(--f-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--encre);
  background: var(--white);
  border: 1px solid var(--filet);
  padding: 12px 14px;
  resize: vertical;
  min-height: 90px;
  outline: none;
  transition: border-color .2s;
  border-radius: 0;
  -webkit-appearance: none;
  width: 100%;
  display: block;
  margin-bottom: 12px;
}
.conv-textarea::placeholder { color: var(--encre-4); }
.conv-textarea:focus { border-color: var(--encre-3); }
.conv-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.conv-counter {
  font-family: var(--f-sans);
  font-size: 11px;
  color: var(--encre-4);
  white-space: nowrap;
  letter-spacing: 0.04em;
}
.conv-btn {
  font-family: var(--f-sans);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--encre);
  border: none;
  padding: 12px 22px;
  cursor: pointer;
  transition: background .2s;
}
.conv-btn:hover { background: var(--seccion); }


/* ── SIGUIENTE EN... (tarjeta de siguiente artículo) ─────────
   Aparece después de la conversación, antes del footer.
──────────────────────────────────────────────────────────── */
.siguiente {
  max-width: var(--col);
  margin: 0 auto 48px;
  padding: 0 24px;
}
.siguiente-inner {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  align-items: center;
  border: 1px solid var(--filet);
  padding: 24px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.siguiente-inner:hover {
  border-color: var(--encre-3);
}
.siguiente-img {
  width: 100%;
  aspect-ratio: 3/2;
  background: var(--papier);
  overflow: hidden;
}
.siguiente-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.siguiente-label {
  font-family: var(--f-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--encre-4);
  margin-bottom: 6px;
}
.siguiente-hed {
  font-family: var(--f-serif);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  color: var(--encre);
  margin-bottom: 6px;
}
.siguiente-deck {
  font-family: var(--f-body);
  font-size: 13px;
  font-style: italic;
  line-height: 1.6;
  color: var(--encre-3);
}


/* ── FOOTER ─────────────────────────────────────────────────── */
.site-footer {
  background: var(--blanc);
  border-top: 1px solid var(--filet);
  padding: 24px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-sig {
  font-family: var(--f-sans);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--encre);
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-rule {
  width: 1px;
  height: 12px;
  background: var(--filet);
}


/* ── RESPONSIVE (base — componentes compartidos) ──────────────── */
/* Nota: el bloque 768px principal está al final del archivo junto
   con el resto de media queries de artículos para evitar duplicados. */


/* ── UTILIDADES ─────────────────────────────────────────────── */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* ── VIUDA PREVENTION ──────────────────────────────────────── */
/* text-wrap: pretty  → evita viudas redistribuyendo quiebres  */
/* text-wrap: balance → equilibra longitud de líneas (≤6 lín)  */
.art-hed,
.next-hed   { text-wrap: balance; }
.art-deck   { text-wrap: pretty;  }
.sg-hed,
.sp-hed     { text-wrap: balance; }
.sg-deck    { text-wrap: pretty;  }


/* ════════════════════════════════════════════════════════════════
   ARTICLE PAGE STYLES — Consolidated from article files
   Estos estilos fueron anteriormente inline en cada artículo.
   Ahora aquí en mho-base.css. Cada artículo define solo --seccion.
═════════════════════════════════════════════════════════════════ */

/* ── MASTHEAD (PÁGINA DE ARTÍCULO) ────────────────────────────── */
.masthead {
  background: var(--white);
  padding: 44px 80px 0;
}
.masthead-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}
.masthead-utils {
  display: flex;
  gap: 24px;
  padding-top: 5px;
}
.masthead-utils a {
  font-family: var(--f-sans);
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--encre-4);
  text-decoration: none;
  transition: color 0.2s;
}
.masthead-utils a:hover {
  color: var(--encre);
}
.masthead-issue {
  font-family: var(--f-sans);
  font-size: 9.5px;
  font-weight: 300;
  letter-spacing: 0.14em;
  color: var(--encre-4);
  padding-top: 6px;
  font-style: italic;
}
.logo-block {
  text-align: center;
  flex: 1;
}
.logo-mho {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 5px;
  text-decoration: none;
}
.logo-br {
  font-family: var(--f-sans);
  font-size: clamp(32px, 6vw, 44px);
  font-weight: 300;
  color: var(--encre);
  line-height: 1;
}
.logo-lets {
  font-family: var(--f-sans);
  font-size: clamp(32px, 6vw, 44px);
  font-weight: 600;
  letter-spacing: 0.44em;
  color: var(--encre);
  padding: 0 0 0 11px;
  margin-right: -0.19em;
  line-height: 1;
}
.logo-sub {
  display: block;
  font-family: var(--f-serif);
  font-size: 22.5px;
  font-weight: 300;
  letter-spacing: 0.44em;
  text-transform: uppercase;
  color: var(--seccion);
  text-align: center;
  margin-bottom: 8px;
}
.logo-tl {
  display: block;
  font-family: var(--f-serif);
  font-size: 23px;
  font-weight: 300;
  font-style: italic;
  color: var(--encre-3);
  letter-spacing: 0.04em;
  text-align: center;
}
.masthead-rule {
  width: calc(100% + 160px);
  height: 1px;
  background: var(--encre);
  margin-top: 24px;
  margin-left: -80px;
}

/* ── SECTION NAV (BARRA ARTICULOS) ──────────────────────────── */
.section-nav {
  background: var(--white);
  border-bottom: 1px solid var(--filet);
  padding: 0 80px;
  display: flex;
  align-items: stretch;
  height: 42px;
  overflow-x: auto;
  overflow-y: visible;
  position: sticky;
  top: 0;
  z-index: 100;
  scrollbar-width: none;
}
.section-nav::-webkit-scrollbar {
  display: none;
}
.sn-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 18px;
  text-decoration: none;
  height: 42px;
  border-right: 1px solid var(--filet-l);
  cursor: pointer;
  flex-shrink: 0;
}
.sn-item:first-child {
  padding-left: 0;
}
.sn-item.sn-right {
  border-right: none;
  border-left: 1px solid var(--filet-l);
  margin-left: auto;
}
.sn-name {
  font-family: var(--f-sans);
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--encre-3);
  white-space: nowrap;
  transition: color 0.2s;
}
.sn-item:hover .sn-name {
  color: var(--sn-color, var(--encre));
}
.sn-item.sn-active .sn-name {
  color: var(--seccion);
  font-weight: 600;
}
.sn-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 7px;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.sn-item:hover .sn-dot,
.sn-item.sn-active .sn-dot {
  opacity: 1;
}

/* ── ARTICLE HERO (IMAGEN + TEXTO INICIAL) ────────────────────── */
.art-hero {
  padding: 54px 80px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.art-section-tag {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.art-section-tag::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--seccion);
  flex-shrink: 0;
}
.art-section-name {
  font-family: var(--f-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--seccion);
  text-decoration: none;
}
.art-section-tagline {
  font-family: var(--f-serif);
  font-size: 17px;
  font-weight: 300;
  font-style: italic;
  color: var(--seccion);
  letter-spacing: 0.03em;
}
.art-hed {
  font-family: var(--f-serif);
  font-size: clamp(54px, 5.8vw, 88px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--encre);
  margin-bottom: 28px;
}
.art-deck {
  font-family: var(--f-body);
  font-size: 18.5px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.68;
  color: var(--encre-2);
  margin-bottom: 30px;
}
.art-byline {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--filet-l);
  flex-wrap: wrap;
  position: relative;
}
.ab-name {
  font-family: var(--f-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--encre);
}
.ab-sep {
  width: 1px;
  height: 10px;
  background: var(--filet);
  flex-shrink: 0;
}
.ab-det {
  font-family: var(--f-sans);
  font-size: 10.5px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--encre-4);
  text-transform: uppercase;
}

/* BOTÓN COMPARTIR */
.ab-share {
  margin-left: auto;
  font-family: var(--f-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--encre-3);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
  position: relative;
  user-select: none;
}
.ab-share:hover {
  color: var(--encre);
}
.ab-share svg.ico {
  width: 11px;
  height: 11px;
}
.share-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: var(--encre);
  min-width: 200px;
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.share-dropdown.open {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.share-dropdown::before {
  content: '';
  position: absolute;
  top: -4px;
  right: 18px;
  width: 8px;
  height: 4px;
  background: var(--encre);
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}
.share-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  font-family: var(--f-sans);
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.15s, color 0.15s;
  cursor: pointer;
}
.share-item:last-child {
  border-bottom: none;
}
.share-item:hover {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 1);
}
.share-item svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0.6;
}
.share-item:hover svg {
  opacity: 1;
}
.share-copy-confirm {
  color: #6aaf6e !important;
}

/* IMAGEN HERO */
.art-hero-img {
  width: 100%;
  background: #080808;
  margin-top: 32px;
  position: relative;
  overflow: hidden;
}
.art-hero-img > img {
  width: 100%;
  height: auto;
  display: block;
}
/* Placeholder con gradiente (sin imagen real): mantener aspect-ratio 16:9 para
   que el bloque tenga forma. La regla queda restringida al placeholder. */
.art-hero-img:not(:has(> img)) {
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Borde selectivo para heros con fondo blanco/claro que necesitan contraste.
   Aprobado 3 abril 2026 — aplicar solo donde se requiera. */
.art-hero-img--framed {
  border: 1px solid var(--encre);
}
.art-hero-img-label {
  font-family: var(--f-serif);
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, 0.15);
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}
.art-hero-caption {
  position: absolute;
  bottom: 14px;
  right: 20px;
  font-family: var(--f-sans);
  font-size: 9px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.22);
  letter-spacing: 0.06em;
}

/* ── PRODUCT STRIP (TIRA DE SPECS — ARTEFACTO) ─────────────────── */
.product-strip {
  background: var(--papier);
  padding: 28px 80px;
  max-width: 1200px;
  margin: 48px auto 0;
  display: flex;
  align-items: center;
  gap: 0;
  border-top: 1px solid var(--filet);
  border-bottom: 1px solid var(--filet);
}
.strip-label {
  font-family: var(--f-sans);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--seccion);
  white-space: nowrap;
  padding-right: 32px;
  border-right: 1px solid var(--filet);
  margin-right: 0;
}
.spec-item {
  flex: 1;
  padding: 0 32px;
  border-right: 1px solid var(--filet);
  text-align: center;
}
.spec-item:last-child {
  border-right: none;
}
.spec-value {
  font-family: var(--f-sans);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--encre);
  line-height: 1;
  margin-bottom: 5px;
}
.spec-unit {
  font-family: var(--f-sans);
  font-size: 8.5px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--encre-3);
  line-height: 1.3;
}

/* Product strip responsive */
@media (max-width: 1079px) {
  .product-strip {
    padding: 24px 40px;
  }
  .spec-item {
    padding: 0 20px;
  }
  .strip-label {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .product-strip {
    flex-wrap: wrap;
    padding: 20px 24px;
    gap: 16px 0;
  }
  .strip-label {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--filet);
    padding: 0 0 12px 0;
    margin-bottom: 4px;
  }
  .spec-item {
    flex: 1 1 50%;
    padding: 8px 12px;
    border-right: none;
    text-align: left;
  }
  .spec-item:nth-child(odd) {
    border-right: 1px solid var(--filet);
  }
}
@media (max-width: 480px) {
  .product-strip {
    padding: 16px;
  }
  .spec-item {
    flex: 1 1 100%;
    border-right: none !important;
    padding: 8px 0;
    border-bottom: 1px solid var(--filet-l);
  }
  .spec-item:last-child {
    border-bottom: none;
  }
  .spec-value {
    font-size: 18px;
  }
}

/* ── ARTICLE BODY (CONTENIDO PRINCIPAL) ────────────────────────– */
.art-body-wrapper {
  padding: 0 80px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 48px;
}
article.art-body {
  max-width: 680px;
  padding: 56px 0 40px;
}
article.art-body > * {
  margin: 0;
}
article.art-body > * + * {
  margin-top: 1.6em !important;
}
article.art-body p {
  font-family: var(--f-body);
  font-size: clamp(17px, 2.5vw, 18.5px);
  font-weight: 400;
  line-height: 1.82;
  color: var(--encre);
}
article.art-body p:first-of-type {
  font-size: clamp(17.5px, 2.6vw, 19.5px);
  line-height: 1.78;
}
article.art-body p em {
  font-style: italic;
}
article.art-body h2 {
  font-family: var(--f-serif);
  font-size: clamp(26px, 4vw, 32px);
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--encre);
  margin-top: 1.8em !important;
}

/* Ilustraciones internas */
.art-illus {
  margin: 2.4em 0 !important;
}
.art-illus-img {
  max-width: 680px;
  position: relative;
  overflow: hidden;
}
.art-illus-img span {
  font-family: var(--f-serif);
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, 0.12);
  letter-spacing: 0.06em;
}
.art-illus-caption {
  font-family: var(--f-sans);
  font-size: 9px;
  color: var(--encre-4);
  letter-spacing: 0.06em;
  text-align: right;
  margin-top: 7px;
  font-style: italic;
}

/* Pull quote — ELIMINADO como recurso de diseño (3 abril 2026).
   Clase conservada por retrocompatibilidad: renderiza como párrafo normal. */
.art-pullquote {
  border-left: none;
  padding: 0;
  margin: 1.6em 0 !important;
}
.art-pullquote p {
  font-family: var(--f-body);
  font-size: 18.5px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.82;
  color: var(--encre);
}
.art-pullquote cite {
  display: block;
  font-family: var(--f-sans);
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--encre-4);
  margin-top: 10px;
  font-style: normal;
}

/* Colofón */
.art-colophon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  margin-top: 3.6em !important;
}
.art-colophon::before {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background: var(--seccion);
}
.art-colophon-section {
  font-family: var(--f-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--seccion);
}
.art-colophon-date {
  font-family: var(--f-sans);
  font-size: 8.5px;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--encre-4);
}

/* ── CONVERSACIÓN (actualizado con variantes de color) ─────────── */
.conv-btn {
  background: var(--seccion);
}
.conv-btn:hover {
  filter: brightness(0.82);
}

/* ── SIGUIENTE ARTÍCULO ───────────────────────────────────────── */
.next-art {
  background: var(--next-seccion, var(--seccion));
  border-top: none;
  padding: 48px 80px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
  color: inherit;
}
.next-art:hover {
  background: var(--next-seccion, var(--seccion));
  filter: brightness(1.12);
}
.next-label {
  font-family: var(--f-sans);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.next-label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.next-hed {
  font-family: var(--f-serif);
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--white);
  max-width: 560px;
}
.next-byline {
  margin-top: 14px;
  font-family: var(--f-sans);
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  gap: 10px;
  align-items: center;
}
.next-arrow {
  font-family: var(--f-sans);
  font-size: 28px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.7);
  transition: transform 0.2s, color 0.2s;
  flex-shrink: 0;
}
.next-art:hover .next-arrow {
  transform: translateX(6px);
  color: var(--white);
}

/* ── SIDEBAR: TAMBIÉN EN MHO ────────────────────────────────── */
.sidebar-promo {
  padding-top: 64px;
  position: sticky;
  top: 56px;
  align-self: start;
}
.sidebar-promo-label {
  font-family: var(--f-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--encre);
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--encre);
}
.sp-card {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 20px 0;
  border-bottom: 1px solid var(--filet-l);
  transition: opacity 0.2s;
}
.sp-card:first-of-type {
  padding-top: 0;
}
.sp-card:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.sp-card:hover {
  opacity: 0.68;
}
.sp-section {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
}
.sp-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  flex-shrink: 0;
}
.sp-secname {
  font-family: var(--f-sans);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.sp-hed {
  font-family: var(--f-serif);
  font-size: 19px;
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--encre);
  margin-bottom: 7px;
}
.sp-byline {
  font-family: var(--f-sans);
  font-size: 8.5px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--encre-4);
}

/* ── FOOTER (ARTÍCULOS) ─────────────────────────────────────── */
footer {
  border-top: 1px solid var(--filet);
  padding: 36px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-logo {
  font-family: var(--f-sans);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--encre);
  text-decoration: none;
}
.footer-logo:hover span {
  transform: translateX(-4px);
  color: var(--encre-3);
}
.footer-meta {
  font-family: var(--f-sans);
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: var(--encre-4);
  text-transform: uppercase;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE — SISTEMA UNIFICADO
   Breakpoints: 1079px (sidebar) · 768px (tablet/móvil) · 480px (teléfono pequeño)
   Todas las media queries de artículos y componentes compartidos
   consolidadas aquí para evitar duplicados.
═══════════════════════════════════════════════════════════════ */

/* ── TABLET: sin sidebar ──────────────────────────────────────── */
@media (max-width: 1079px) {
  .art-body-wrapper {
    grid-template-columns: 1fr;
  }
  .sidebar-promo {
    display: none;
  }
  article.art-body {
    margin: 0 auto;
  }
}

/* ── MÓVIL: 768px ─────────────────────────────────────────────── */
@media (max-width: 768px) {

  /* — Navegación — */
  nav { padding: 14px 20px; }

  /* — Masthead — */
  .masthead { padding: 32px 24px 0; }
  .masthead-top { flex-direction: column; align-items: center; gap: 12px; }
  .masthead-utils { display: none; }
  .masthead-issue { display: none; }
  .masthead-rule { width: calc(100% + 48px); margin-left: -24px; }
  .logo-sub { font-size: 18px; letter-spacing: 0.36em; }
  .logo-tl { font-size: 19.5px; }

  /* — Section nav (horizontal scroll) — */
  .section-nav { padding: 0 20px; }

  /* — Hero (general) — */
  .hero-img { margin-top: 44px; }
  .hero-text { padding: 32px 20px 28px; }
  .article-hed { font-size: clamp(32px, 8vw, 48px); }

  /* — Hero (artículos con masthead) — */
  .art-hero { padding: 36px 24px 0; }
  .art-hed { margin-bottom: 20px; }
  .art-deck { font-size: 17px; line-height: 1.65; margin-bottom: 24px; }

  /* — Byline — */
  .art-byline { gap: 10px; }
  .ab-share {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
    justify-content: flex-start;
    min-height: 44px;  /* touch target */
  }
  .share-dropdown {
    right: auto;
    left: 0;
  }
  .share-dropdown::before {
    right: auto;
    left: 18px;
  }

  /* — Cuerpo de artículo — */
  article { padding: 0 20px; font-size: 17px; }
  .art-body-wrapper { padding: 0 24px; }
  article.art-body { padding: 40px 0 32px; }
  .art-illus { margin: 2em 0 !important; }

  /* — Fotos interiores — */
  figure.foto-interior.vertical { max-width: 100%; }

  /* — Caja de conversación — */
  .conv-section { padding: 0 24px; }
  .conv-box { padding: 36px 0 40px; }
  .conv-slogan { white-space: normal; font-size: 11px; }
  .conv-fields { flex-direction: column; }
  .conv-fields input { flex: 1 1 100%; min-height: 44px; }
  .conv-textarea { font-size: 14px; min-height: 100px; }
  .conv-btn { padding: 14px 20px; min-height: 44px; font-size: 10px; }
  .conv-footer { flex-wrap: wrap; gap: 12px; }

  /* — Siguiente artículo — */
  .next-art {
    padding: 36px 24px;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: left;
  }
  .next-arrow { display: none; }

  /* — Siguiente (variante con imagen) — */
  .siguiente-inner { grid-template-columns: 1fr; gap: 16px; }
  .siguiente-img { max-width: 200px; }

  /* — Footer — */
  .site-footer { padding: 20px 24px; }
  footer {
    padding: 28px 24px;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

/* ── TELÉFONO PEQUEÑO: 480px ──────────────────────────────────── */
@media (max-width: 480px) {

  /* — Navegación — */
  nav { padding: 12px 16px; }

  /* — Masthead — */
  .masthead { padding: 24px 16px 0; }
  .masthead-rule { width: calc(100% + 32px); margin-left: -16px; }
  .logo-sub { font-size: 16px; }
  .logo-tl { font-size: 17px; }

  /* — Section nav — */
  .section-nav { padding: 0 16px; }

  /* — Hero — */
  .hero-text { padding: 24px 16px 20px; }
  .art-hero { padding: 28px 16px 0; }
  .art-deck { font-size: 16px; }

  /* — Cuerpo — */
  article { padding: 0 16px; }
  .art-body-wrapper { padding: 0 16px; }
  article.art-body { padding: 32px 0 28px; }

  /* — Pull quotes eliminados — art-pullquote hereda estilo de párrafo — */

  /* — Caja de conversación — */
  .conv-section { padding: 0 16px; }
  .conv-box { padding: 28px 0 32px; }
  .conv-btn { width: 100%; text-align: center; justify-content: center; display: flex; }
  .conv-footer { flex-direction: column; align-items: stretch; }
  .conv-counter { text-align: center; }

  /* — Siguiente artículo — */
  .next-art { padding: 28px 16px; }

  /* — Footer — */
  footer { padding: 24px 16px; }
  .site-footer { padding: 16px; }
  .footer-logo { font-size: 16px; }
}


/* ══════════════════════════════════════════════════════
   PÁGINAS DE SECCIÓN (/secciones/*.html)
   Hero de sección + listado de cards horizontales.
   Color de la sección como acento vía --seccion (en <head>).
══════════════════════════════════════════════════════ */
.sec-page {
  padding: 0 80px;
  max-width: 1200px;
  margin: 0 auto;
}
.sec-hero {
  padding: 48px 0 48px;
  border-bottom: 1px solid var(--filet);
}
.sec-hero-num {
  display: inline-block;
  font-family: var(--f-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--seccion);
  margin-bottom: 18px;
}
.sec-hero-name {
  font-family: var(--f-serif);
  font-size: clamp(56px, 9vw, 96px);
  font-weight: 400;
  line-height: 1;
  color: var(--encre);
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.sec-hero-tagline {
  font-family: var(--f-body);
  font-size: clamp(18px, 2vw, 22px);
  font-style: italic;
  font-weight: 400;
  color: var(--encre-3);
  letter-spacing: -0.01em;
  max-width: 640px;
}

/* ─── INTRO EDITORIAL DE SECCIÓN ─────────────────────
   Texto institucional MHO que presenta cada sección.
   Cae después del hero y antes del listado de cards.
   Aprobado 5 mayo 2026.
*/
.sec-intro {
  font-family: var(--f-body);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--encre-2);
  max-width: 680px;
  margin: 30px 0 0;
  text-wrap: pretty;
}

.sec-list {
  padding: 30px 0 96px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.sec-card {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  align-items: start;
  text-decoration: none;
  color: inherit;
  transition: opacity .25s;
}
.sec-card:hover { opacity: 0.78; }
.sec-card-img {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--papier);
}
.sec-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.sec-card:hover .sec-card-img img { transform: scale(1.03); }
.sec-card-img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-card-img--placeholder span {
  font-family: var(--f-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}
.sec-card-text {
  padding-top: 4px;
}
.sec-card-tag {
  display: inline-block;
  font-family: var(--f-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--seccion);
  margin-bottom: 14px;
}
.sec-card-hed {
  font-family: var(--f-serif);
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.15;
  color: var(--encre);
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  text-wrap: balance;
}
.sec-card-deck {
  font-family: var(--f-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--encre-3);
  margin-bottom: 18px;
  text-wrap: pretty;
}
.sec-card-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-family: var(--f-sans);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--encre-3);
}
.sec-card-byline .scb-name {
  font-weight: 600;
  color: var(--encre);
  letter-spacing: 0.04em;
}
.sec-card-byline .scb-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--filet);
}

/* Estado vacío (Agenda sin artículos) */
.sec-empty {
  padding: 80px 0 120px;
  max-width: 540px;
}
.sec-empty-label {
  font-family: var(--f-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--seccion);
  margin-bottom: 16px;
}
.sec-empty-text {
  font-family: var(--f-serif);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.35;
  color: var(--encre);
  letter-spacing: -0.01em;
}

/* ─── ÍNDICE DE SECCIONES (secciones/index.html) ─────
   Lista meta de las 8 secciones con descripción + artículo
   destacado. Aprobado 5 mayo 2026.
*/
.sec-meta-list {
  padding: 36px 0 96px;
  display: flex;
  flex-direction: column;
  gap: 88px;
}
.sec-meta-item { padding-top: 28px; border-top: 4px solid var(--sec-color, var(--encre)); }
.sec-meta-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 24px;
  margin-bottom: 18px;
}
.sec-meta-num {
  font-family: var(--f-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--sec-color, var(--encre));
}
.sec-meta-name {
  font-family: var(--f-display);
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 400;
  line-height: 1.05;
  color: var(--encre);
  letter-spacing: -0.01em;
  margin: 0;
}
.sec-meta-tagline {
  font-family: var(--f-body);
  font-size: clamp(16px, 1.6vw, 19px);
  font-style: italic;
  color: var(--encre-3);
  margin: 0;
}
.sec-meta-intro {
  font-family: var(--f-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--encre-2);
  max-width: 680px;
  margin: 0 0 28px;
  text-wrap: pretty;
}
.sec-meta-cta {
  display: inline-block;
  margin-top: 22px;
  font-family: var(--f-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sec-color, var(--encre));
  text-decoration: none;
  transition: opacity .2s;
}
.sec-meta-cta:hover { opacity: 0.62; }

/* ─── PÁGINA DE NEWSLETTER (newsletter.html) ──────────
   Form simple sobre fondo papier con voz MHO.
*/
.nl-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 88px 80px 96px;
}
.nl-kicker {
  display: inline-block;
  font-family: var(--f-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--encre-3);
  margin-bottom: 22px;
}
.nl-name {
  font-family: var(--f-display);
  font-size: clamp(48px, 7vw, 80px);
  font-weight: 400;
  line-height: 1;
  color: var(--encre);
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}
.nl-tagline {
  font-family: var(--f-body);
  font-size: clamp(18px, 2vw, 22px);
  font-style: italic;
  color: var(--encre-3);
  margin: 0 0 56px;
  letter-spacing: -0.005em;
  border-bottom: 1px solid var(--filet);
  padding-bottom: 36px;
}
.nl-body p {
  font-family: var(--f-body);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--encre);
  margin: 0 0 22px;
  max-width: 640px;
  text-wrap: pretty;
}
.nl-body p.nl-fineprint {
  font-size: 13px;
  color: var(--encre-3);
  font-style: italic;
  margin-top: 18px;
}
.nl-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 40px 0 8px;
  max-width: 520px;
}
.nl-form-row {
  display: flex;
  gap: 10px;
}
.nl-form input[type="email"] {
  flex: 1;
  font-family: var(--f-body);
  font-size: 17px;
  padding: 14px 16px;
  border: 1px solid var(--encre);
  background: var(--blanc);
  color: var(--encre);
  border-radius: 0;
  outline: none;
  transition: border-color .2s;
}
.nl-form input[type="email"]:focus { border-color: var(--encre-2); border-width: 2px; padding: 13px 15px; }
.nl-form button {
  font-family: var(--f-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: var(--encre);
  color: var(--blanc);
  border: 1px solid var(--encre);
  padding: 0 28px;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.nl-form button:hover { background: var(--blanc); color: var(--encre); }

@media (max-width: 768px) {
  .sec-meta-list { padding: 24px 0 72px; gap: 64px; }
  .sec-meta-item { padding-top: 22px; }
  .sec-meta-intro { font-size: 16.5px; }

  .nl-page { padding: 56px 24px 72px; }
  .nl-tagline { margin-bottom: 36px; padding-bottom: 24px; }
  .nl-form-row { flex-direction: column; }
  .nl-form button { padding: 14px 24px; }
}

@media (max-width: 768px) {
  .sec-page { padding: 0 24px; }
  .sec-hero { padding: 30px 0 30px; }
  .sec-hero-num { margin-bottom: 12px; }
  .sec-hero-name { margin-bottom: 12px; }
  .sec-intro { font-size: 17.5px; line-height: 1.5; margin: 20px 0 0; }
  .sec-list { padding: 20px 0 72px; gap: 40px; }
  .sec-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .sec-card-text { padding-top: 0; }
  .sec-empty { padding: 56px 0 80px; }
}


/* ══════════════════════════════════════════════════════
   ACCESIBILIDAD — Focus indicator (WCAG 2.4.7)
   Visible solo para usuarios de teclado (no mouse).
══════════════════════════════════════════════════════ */
*:focus-visible {
  outline: 2px solid var(--encre);
  outline-offset: 3px;
  border-radius: 1px;
}
.conv-fields input:focus-visible,
.conv-textarea:focus-visible {
  outline: 2px solid var(--encre);
  outline-offset: -1px;
  border-color: var(--encre);
}
.sn-item:focus-visible,
.sec-card:focus-visible,
.next-art:focus-visible {
  outline-offset: 4px;
}
