/* Kuxnah · Artículos · estilo editorial compartido
   Tokens canónicos vienen de /design-tokens.css.
   Aquí solo overrides locales para el contexto editorial. */

@import url("/design-tokens.css?v=2");

:root {
  /* Override local: en artículos --serif = Playfair (display)
     en lugar de Cormorant. --read = reading body. */
  --serif: var(--font-display);
  --read:  var(--font-serif);
  /* Aliases locales que no están en design-tokens */
  --ink-dim:   var(--color-text-2);
  --ink-ghost: var(--color-text-3);
  --ink-faint: var(--color-text-4);
  --red-warn:  #A93838;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--blanco-roto); color: var(--ink); }
body { font-family: var(--sans); font-weight: 300; line-height: 1.7; font-size: 16px; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-hi); text-decoration: underline; text-underline-offset: 3px; }

/* Hero */
.a-hero {
  background: var(--ink); color: var(--color-bg);
  padding: 90px 24px 80px; text-align: center; position: relative;
  overflow: hidden;
}
.a-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 55% at 50% 30%, rgba(197,165,90,.10), transparent 60%);
  pointer-events: none;
}
.a-hero::after { content:''; position:absolute; left:50%; bottom:0; transform:translateX(-50%); width:60px; height:1px; background:var(--gold); }
.a-hero > * { position: relative; z-index: 1; }
.a-brand { display: inline-flex; align-items: baseline; gap: 10px; margin-bottom: 28px; }
.a-brand a { color: inherit; text-decoration: none; }
.a-brand .k { font-family: var(--serif); font-size: 26px; letter-spacing: 0.1em; color: var(--gold); }
.a-brand .sub { font-size: 9px; letter-spacing: 0.4em; color: var(--color-bg); opacity: 0.7; padding-bottom: 4px; }
.a-eyebrow { font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; }
.a-title { font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 5vw, 52px); line-height: 1.1; max-width: 820px; margin: 0 auto 18px; }
.a-title em { font-style: italic; color: var(--gold); }
.a-deck { font-family: var(--read); font-weight: 300; font-style: italic; font-size: clamp(16px, 2.2vw, 21px); color: rgba(250,248,245,0.8); max-width: 640px; margin: 14px auto 24px; line-height: 1.4; }
.a-meta { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(250,248,245,0.6); }
.a-meta span { margin: 0 8px; }

/* Body */
.a-body { max-width: 720px; margin: 0 auto; padding: 70px 24px 80px; }
.a-body .lede {
  font-family: var(--read); font-style: italic; font-weight: 300;
  font-size: clamp(20px, 2.6vw, 28px); line-height: 1.5; color: var(--ink);
  margin: 0 -16px 44px; padding: 28px 32px;
  background: var(--chukum);
  border-left: 3px solid var(--gold);
}
.a-body h2 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(22px, 3vw, 30px); line-height: 1.25;
  margin: 56px 0 18px; padding-bottom: 10px;
  border-bottom: 1px solid var(--hair);
}
.a-body h2 em { font-style: italic; color: var(--gold); }
.a-body h3 { font-family: var(--serif); font-weight: 400; font-size: 20px; color: var(--ink); margin: 30px 0 10px; }
.a-body h3 em { font-style: italic; color: var(--gold); }
.a-body p { color: var(--ink-dim); margin-bottom: 16px; }
.a-body p strong { color: var(--ink); font-weight: 500; }
.a-body ul, .a-body ol { margin: 12px 0 20px 24px; color: var(--ink-dim); }
.a-body li { margin-bottom: 8px; }

/* Pull-quote */
.a-quote {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(22px, 3.4vw, 30px); line-height: 1.35;
  text-align: center; color: var(--ink);
  margin: 56px 0; padding: 0 24px;
}
.a-quote em { color: var(--gold); }
.a-quote::before, .a-quote::after { content: ''; display: block; width: 40px; height: 1px; background: var(--gold); margin: 14px auto; }

/* Standard table */
.a-table { width: 100%; border-collapse: collapse; margin: 24px 0 28px; font-size: 14px; }
.a-table th, .a-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--hair-ink); }
.a-table th { background: var(--chukum); color: var(--ink); font-weight: 500; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.a-table td { color: var(--taupe); }
.a-table td:first-child { color: var(--ink); font-weight: 400; }
.a-table td .accent { color: var(--gold); font-weight: 500; }
.a-table td .warn { color: var(--red-warn); font-weight: 500; }
.a-table tr.row-kuxnah td { background: rgba(197,165,90,0.05); }
.a-table tr.row-kuxnah td:first-child { color: var(--gold); font-weight: 500; }

/* Scorecard / matrix table */
.a-matrix {
  width: 100%; border-collapse: collapse; margin: 28px 0;
  font-size: 13px;
}
.a-matrix th, .a-matrix td { padding: 10px 12px; border: 1px solid var(--hair-ink); vertical-align: top; }
.a-matrix th { background: var(--ink); color: var(--color-bg); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; text-align: center; }
.a-matrix th.factor { background: var(--color-bg); color: var(--ink); text-align: left; width: 28%; }
.a-matrix td { color: var(--ink-dim); }
.a-matrix td.factor { color: var(--ink); font-weight: 400; }
.a-matrix td.score { text-align: center; font-family: var(--mono); font-size: 13px; }
.a-matrix .total td { background: var(--ink); color: var(--color-bg); font-weight: 500; }
.a-matrix .total td.factor { background: var(--color-bg); color: var(--ink); }
.a-matrix .s-5 { color: var(--gold); font-weight: 600; }
.a-matrix .s-4 { color: var(--verde); }
.a-matrix .s-3 { color: var(--ink-dim); }
.a-matrix .s-1, .a-matrix .s-2 { color: var(--red-warn); }

/* Callout boxes · v2.8 chukum warm cream + taupe text */
.a-callout {
  background: var(--chukum); border-left: 3px solid var(--gold);
  padding: 22px 26px; margin: 32px 0; font-size: 14.5px;
  color: var(--taupe);
  line-height: 1.65;
}
.a-callout strong { display: block; color: var(--ink); margin-bottom: 6px; font-weight: 500; font-family: var(--serif); font-size: 17px; letter-spacing: .005em; }
.a-callout em { color: var(--gold); font-style: italic; }

.a-callout-warn {
  background: rgba(169,56,56,0.04); border-left: 3px solid var(--red-warn);
  padding: 20px 24px; margin: 30px 0; font-size: 14.5px;
  color: var(--ink-dim);
}
.a-callout-warn strong { display: block; color: var(--red-warn); margin-bottom: 6px; font-weight: 500; font-family: var(--serif); font-size: 16px; }

/* Stat highlight */
.a-stat {
  text-align: center; padding: 30px 24px;
  border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair);
  margin: 40px 0;
}
.a-stat .num { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(40px, 7vw, 64px); color: var(--gold); line-height: 1; }
.a-stat .lbl { display: block; margin-top: 10px; font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--ink-ghost); }

/* Two-up comparison cards */
.a-versus { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 30px 0; }
.a-versus-card { padding: 22px 22px; border: 1px solid var(--hair-ink); border-radius: 2px; }
.a-versus-card.bad { background: rgba(169,56,56,0.03); border-color: rgba(169,56,56,0.2); }
.a-versus-card.good { background: rgba(197,165,90,0.04); border-color: var(--hair); }
.a-versus-card .tag { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; margin-bottom: 10px; }
.a-versus-card.bad .tag { color: var(--red-warn); }
.a-versus-card.good .tag { color: var(--gold); }
.a-versus-card h4 { font-family: var(--serif); font-weight: 400; font-size: 18px; margin-bottom: 8px; }
.a-versus-card p { font-size: 13.5px; color: var(--ink-dim); margin-bottom: 10px; }
.a-versus-card .big { font-family: var(--serif); font-weight: 400; font-size: 28px; color: var(--ink); }
.a-versus-card.bad .big { color: var(--red-warn); }
.a-versus-card.good .big { color: var(--gold); }
@media (max-width: 540px) { .a-versus { grid-template-columns: 1fr; } }

/* TOC sidebar style anchor list · v2.8 chukum warm */
.a-toc {
  background: var(--chukum); padding: 26px 28px; margin: 36px 0;
  border-left: 3px solid var(--gold);
}
.a-toc-title { font-size: 10px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--taupe); margin-bottom: 14px; font-family: var(--sans); font-weight: 500; }
.a-toc ol { margin: 0 0 0 20px; }
.a-toc li { color: var(--taupe); margin-bottom: 8px; font-size: 14px; line-height: 1.55; }
.a-toc a { color: var(--ink); text-decoration: none; }
.a-toc a:hover { color: var(--gold); }

/* Method box */
.a-method {
  font-size: 12.5px; color: var(--ink-ghost); font-style: italic;
  margin-top: 36px; padding-top: 18px; border-top: 1px solid var(--hair-ink);
  line-height: 1.6;
}
.a-method strong { font-style: normal; color: var(--ink); font-weight: 500; }

/* CTA · v2.8 chukum warm cream cierre */
.a-cta {
  background: var(--chukum); padding: 60px 30px; margin: 60px 0 0;
  text-align: center;
}
.a-cta h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(24px, 3.4vw, 32px); margin-bottom: 14px; line-height: 1.2; color: var(--ink); }
.a-cta h3 em { font-style: italic; color: var(--gold); }
.a-cta p { color: var(--taupe); margin-bottom: 26px; font-family: var(--read); font-style: italic; font-size: clamp(15px, 2vw, 17px); line-height: 1.55; max-width: 560px; margin-left: auto; margin-right: auto; }
.a-cta a.btn {
  display: inline-block; padding: 14px 28px;
  background: var(--ink); color: var(--color-bg);
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 400;
  border-radius: 2px; transition: all .25s ease;
}
.a-cta a.btn:hover { background: var(--gold); color: var(--ink); text-decoration: none; }
.a-cta a.btn.alt { background: transparent; color: var(--ink); border: 1px solid var(--ink); margin-left: 8px; }
.a-cta a.btn.alt:hover { background: var(--ink); color: var(--color-bg); }

/* Related articles strip */
.a-related {
  background: var(--ink); color: var(--color-bg); padding: 40px 24px 50px;
  text-align: center;
}
.a-related-title { font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
.a-related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; max-width: 960px; margin: 0 auto; text-align: left; }
.a-related-card { background: rgba(250,248,245,0.04); padding: 22px 22px; border-radius: 2px; transition: all .25s ease; }
.a-related-card:hover { background: rgba(197,165,90,0.08); }
.a-related-card a { color: var(--color-bg); text-decoration: none; }
.a-related-card h4 { font-family: var(--serif); font-weight: 400; font-size: 17px; line-height: 1.3; margin-bottom: 8px; }
.a-related-card .tag { font-size: 9px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; display: block; }
.a-related-card p { font-size: 13px; color: rgba(250,248,245,0.7); margin-bottom: 0; }

/* Footer */
.a-foot {
  background: var(--ink); color: rgba(250,248,245,0.7); text-align: center;
  padding: 40px 24px; font-size: 12px;
  border-top: 1px solid rgba(250,248,245,0.06);
}
.a-foot a { color: var(--gold); }
.a-foot .row { margin-bottom: 8px; }
.a-foot .links a { margin: 0 8px; }

/* Mobile tweaks for matrix tables */
@media (max-width: 640px) {
  .a-matrix { font-size: 11.5px; }
  .a-matrix th, .a-matrix td { padding: 8px 6px; }
  .a-matrix th.factor, .a-matrix td.factor { width: 36%; }
}

/* ═══════════════════════════════════════════════════════════════
   PRINT · cuando alguien imprime el artículo para junta de inversión
   Objetivo: cero ruido decorativo, max legibilidad, ahorro tinta
   ═══════════════════════════════════════════════════════════════ */
@media print {
  @page { margin: 18mm 16mm; }
  body { background: #fff !important; color: #000 !important; font-size: 11pt; }

  /* Ocultar elementos de navegación / UI · no aplican en papel */
  .a-hero, .a-cta, .a-related, .a-foot,
  .a-toc, .nav, header.a-hero { display: none !important; }

  /* Header reemplazo · solo título del artículo arriba */
  .a-body { padding: 0 !important; max-width: 100% !important; }
  .a-body::before {
    content: 'KUXNAH LIVING CONDOS · ' attr(data-print-title);
    display: block; font-size: 9pt; letter-spacing: 0.2em;
    text-transform: uppercase; color: #888; margin-bottom: 12mm;
    padding-bottom: 4mm; border-bottom: 1px solid #ccc;
  }

  /* Tipografía · negro sobre blanco · forzar */
  .a-body, .a-body p, .a-body h2, .a-body h3, .a-body li, .a-quote {
    color: #000 !important; background: transparent !important;
  }
  .a-body em, .a-quote em { color: #888 !important; font-style: italic; }
  .a-body strong { color: #000 !important; font-weight: 600; }

  /* Eliminar fondos pesados · ahorrar tinta */
  .a-table th { background: transparent !important; color: #000 !important; border-bottom: 2px solid #000 !important; }
  .a-table td, .a-table th { padding: 6px 8px; }
  .a-matrix th { background: transparent !important; color: #000 !important; }
  .a-matrix { font-size: 9pt; }

  .a-callout, .a-callout-warn, .a-stat {
    background: transparent !important; border: 1px solid #999 !important;
    padding: 8mm !important; page-break-inside: avoid;
  }
  .a-versus, .a-versus-card { background: transparent !important; border: 1px solid #999 !important; }

  /* Forzar saltos de página entre secciones grandes para no cortar a la mitad */
  h2, h3 { page-break-after: avoid; }
  .a-quote, .a-stat, .a-table { page-break-inside: avoid; }

  /* Links · imprimir URL al lado · así el lector ve el destino */
  a[href]::after {
    content: ' (' attr(href) ')';
    font-size: 8pt; color: #666;
  }
  a[href^="/"]::after { content: ' (kuxnah.com.mx' attr(href) ')'; }
  a[href^="#"]::after, a[href^="mailto:"]::after, a[href^="tel:"]::after { content: ''; }

  /* Pie de imprimir */
  .a-body::after {
    content: 'Kuxnah Living Condos · Grupo Salomón · kuxnah.com.mx · WhatsApp +52 998 344 3232';
    display: block; margin-top: 12mm;
    padding-top: 4mm; border-top: 1px solid #ccc;
    font-size: 8pt; color: #888; text-align: center; letter-spacing: 0.06em;
  }
}

/* ═══════════════════════════════════════════════════════════════
   STICKY ARTICLE CTA · aparece cuando el lead pasa el 40% del scroll
   en artículos largos · "Habla con asesor" sin tener que scroll-up
   ═══════════════════════════════════════════════════════════════ */
.a-sticky-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 90;
  display: none;
  align-items: center; gap: 10px;
  padding: 12px 18px;
  background: var(--ink);
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--color-bg);
  text-decoration: none;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .35s cubic-bezier(.2,.7,.2,1), transform .35s cubic-bezier(.2,.7,.2,1), background-color .2s, color .2s;
}
.a-sticky-cta.visible { display: inline-flex; }
.a-sticky-cta.in { opacity: 1; transform: translateY(0); }
.a-sticky-cta:hover { background: var(--gold); color: var(--ink); }
.a-sticky-cta svg { color: var(--color-whatsapp); }
.a-sticky-cta:hover svg { color: var(--ink); }
.a-sticky-cta .lbl { display: inline; }
@media (max-width: 540px) {
  .a-sticky-cta {
    right: 12px; bottom: 12px;
    padding: 11px 14px;
    font-size: 10px; letter-spacing: 0.16em;
  }
}
@media print {
  .a-sticky-cta { display: none !important; }
}

/* ═══════════════════════════════════════════════════════════════
   Inline glossary · términos técnicos con tooltip nativo <abbr>
   Mejora comprensión sin sacar al lector del flujo editorial.
   ═══════════════════════════════════════════════════════════════ */
abbr[title] {
  text-decoration: none;
  border-bottom: 1px dashed var(--gold);
  cursor: help;
  font-style: normal;
}
abbr[title]:hover {
  border-bottom-style: solid;
  color: var(--gold);
}
/* En print, el browser ya agrega el title entre paréntesis si lo soporta */

/* ═══════════════════════════════════════════════════════════════
   Anchor links en headings · hover muestra ⧉ para copiar link específico
   ═══════════════════════════════════════════════════════════════ */
.a-body h2, .a-body h3 { position: relative; }
.a-body h2[id]::before,
.a-body h3[id]::before {
  content: '#';
  position: absolute;
  left: -28px;
  top: 0.15em;
  color: var(--gold);
  font-family: var(--mono);
  font-size: 0.55em;
  opacity: 0;
  cursor: pointer;
  transition: opacity .2s;
  font-weight: 400;
  letter-spacing: 0;
  padding-right: 14px; /* expanded click target */
}
.a-body h2[id]:hover::before,
.a-body h3[id]:hover::before { opacity: 0.6; }
.a-body h2[id]:hover::before:hover { opacity: 1; }
@media (max-width: 720px) {
  /* En mobile no hay hover · skip · evita ocupar espacio */
  .a-body h2[id]::before, .a-body h3[id]::before { display: none; }
}
@media print {
  .a-body h2[id]::before, .a-body h3[id]::before { display: none; }
}
.a-anchor-copied {
  position: fixed; left: 50%; bottom: 30px; transform: translateX(-50%);
  background: var(--ink); color: var(--gold);
  padding: 10px 20px; border-radius: 999px;
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  border: 1px solid var(--gold);
  opacity: 0; transition: opacity .25s ease;
  pointer-events: none;
  z-index: 100;
}
.a-anchor-copied.show { opacity: 1; }

/* ═══════════════════════════════════════════════════════════════
   Visual primitives nuevos · para que los artículos no sean text-walls
═══════════════════════════════════════════════════════════════ */

/* TL;DR card · al inicio del artículo · v2.8 chukum warm cream */
.a-tldr {
  margin: 0 auto 40px; max-width: 720px;
  padding: 30px 34px;
  background: var(--chukum);
  border-left: 3px solid var(--gold);
  position: relative;
}
.a-tldr::before {
  content: '— EN CORTO';
  font-family: var(--mono); font-size: 9px; letter-spacing: 0.32em;
  color: var(--taupe); position: absolute; top: -6px; left: 32px;
  background: var(--blanco-roto); padding: 0 10px;
}
.a-tldr ul { list-style: none; margin: 0; padding: 0; }
.a-tldr li {
  padding: 8px 0 8px 28px; position: relative;
  font-size: 15px; line-height: 1.55; color: var(--ink);
  border-bottom: 1px dotted var(--hair-soft);
}
.a-tldr li:last-child { border-bottom: 0; }
.a-tldr li::before {
  content: '→'; color: var(--gold); position: absolute; left: 0; top: 8px;
  font-style: italic; font-family: var(--serif);
}
.a-tldr li strong { color: var(--ink); font-weight: 500; }
.a-tldr li em { color: var(--gold); font-style: italic; }

/* Pullquote · cita destacada · centrada con rules */
.a-pullquote {
  margin: 48px -20px;
  padding: 36px 32px;
  text-align: center;
  font-family: var(--serif);
  font-style: italic; font-weight: 400;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.3;
  color: var(--ink);
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
  position: relative;
}
.a-pullquote em { color: var(--gold); }
.a-pullquote::before {
  content: '"'; position: absolute; left: 50%; top: -22px;
  transform: translateX(-50%); background: var(--blanco-roto);
  font-family: var(--serif); font-style: italic;
  font-size: 56px; color: var(--gold); line-height: 1; padding: 0 14px;
}
.a-pullquote-attr {
  display: block; margin-top: 16px;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--ink-faint); font-style: normal;
}

/* Callout · key insight box · número gigante + lead text */
.a-callout {
  margin: 36px 0;
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(197,165,90,0.05), rgba(27,94,75,0.02));
  border: 1px solid var(--hair-soft);
  border-radius: 3px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
}
.a-callout-num {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(48px, 6vw, 72px); color: var(--gold);
  line-height: 1; min-width: 100px; text-align: center;
}
.a-callout-body {
  font-size: 15px; line-height: 1.6; color: var(--ink-dim);
}
.a-callout-body strong { color: var(--ink); font-weight: 500; }
.a-callout-body em { color: var(--gold); font-style: italic; }
.a-callout-body .lbl {
  display: block; font-family: var(--mono); font-size: 9.5px;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 6px;
}
@media (max-width: 600px) {
  .a-callout { grid-template-columns: 1fr; gap: 12px; padding: 24px; }
  .a-callout-num { text-align: left; min-width: 0; }
}

/* Stat row · 3-4 números horizontales */
.a-stat-row {
  margin: 36px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1px;
  background: var(--hair-soft);
  border: 1px solid var(--hair-soft);
}
.a-stat-cell {
  background: var(--color-bg);
  padding: 22px 18px;
  text-align: left;
}
.a-stat-cell .num {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(28px, 3.6vw, 38px);
  color: var(--gold); line-height: 1;
}
.a-stat-cell .lbl {
  font-family: var(--mono); font-size: 9.5px;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--ink-faint); margin-top: 10px;
}
.a-stat-cell .sub {
  font-size: 12px; color: var(--ink-dim);
  margin-top: 6px; line-height: 1.4;
}

/* Visual break · imagen ancha entre secciones */
.a-visual {
  margin: 48px -40px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
.a-visual img {
  width: 100%; height: auto; display: block;
}
.a-visual-caption {
  font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink-faint); padding: 12px 4px 0;
  text-align: center;
}
@media (max-width: 720px) {
  .a-visual { margin: 36px -24px; }
}

/* Section break · línea gold con dot */
.a-break {
  display: block;
  width: 80px;
  height: 1px;
  background: var(--gold);
  margin: 48px auto;
  position: relative;
}
.a-break::after {
  content: ''; position: absolute; left: 50%; top: 50%;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold);
  transform: translate(-50%, -50%);
}

/* Inline data label · pequeño, mono, dorado */
.a-data {
  display: inline-block;
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.04em; color: var(--gold);
  background: rgba(197,165,90,0.08);
  padding: 2px 6px; border-radius: 2px;
  font-weight: 500;
}
