/* =========================================================================
   Arletex Design System v3.5 — Rollos De Tela (/telas/rollos-de-tela)
   Hoja editorial por página. Prefijo de clase y de token: rt- / --rt-*.
   Tokens locales con fallback a --ax-* global y, si no, a hex del sistema.
   ─────────────────────────────────────────────────────────────────────────
   TEMA: la ficha del fabricante. Rollos = mayoreo, gramajes, metrajes,
   anchos, escalas de precio. Se apoya en registros Técnico y Almanaque
   (telemetría mono, spec sheets, banda de datos) sin abandonar la marca:
   orange/ink/paper. El purple es la señal secundaria de "mayoreo/escala".
   Se conserva TODO el SEO del original (meta, schema, headings, keywords en
   <strong>, enlaces internos e imágenes). ≥55% blanco; ink como puntuación.

   Mapa de secciones (registro · apertura · marco · fondo · hover):
     01 Intro           Vitrina    · Dossier + hero fig  · Top-rule  · white · press/lift
     02 Muestrario(inc) —          · —                   · tight     · white · —
     03 Proyectos grandes Periódico· DropCap             · Double    · paper · —
     04 Usos (6 cards)  Galería    · IndexRow + grid     · —         · white · lift-orange
     05 Envíos (banner) Galería    · figura-link         · tight     · white · lift
     06 Catálogo (9)    Dossier    · NumberProtagonist   · Index-tab · white · lift-orange
     07 Yute / saco     Periódico  · Zigzag              · —         · paper · lift
     08 Comentarios(inc)—          · —                   · tight     · white · —
     09 Datos (stat)    Almanaque  · telemetría mono     · Bleed     · INK   · —
     10 Metros/pesa/costo Periódico· Zigzag + checklist  · Double    · white · lift
     10c 50/100 metros  Periódico  · Split + img (PH)    · —         · paper · lift
     10d Medidas (tabla)Técnico    · LabelLateral + tabla· Side-rule · white · —
     11 Rendimiento     Periódico  · Split + video       · —         · paper · —
     11b Decoración     Periódico  · Split + img (PH)    · —         · cream · lift
     12 Ciudades        Galería    · IndexRow + chips    · —         · white · —
     13 Algodón (ficha) Técnico    · LabelLateral + spec · Side-rule · cream · side/press
     14 Poliéster (ficha) Técnico  · LabelLateral + spec · Side-rule · white · side/press
     15 Elegir rollo    Dossier    · NumberProtag + steps· Index-tab · paper · —
     15b Venta rollo/mayorCarta    · Postmark breve      · Side-rule · cream · —
     16 Por mayor       Periódico  · Zigzag              · —         · white · lift
     17 Por qué rollos  Fanzine    · MegaTextBg + burst  · Bleed     · INK   · lift
     18 Métodos pago(inc)—         · —                   · tight     · paper · —
     19 Cómo comprar    Galería    · IndexRow + vscroll  · —         · white · —
     20 Envío/paqueterías Técnico  · LabelLateral + logos· Side-rule · cream · —
     21 Formulario      Carta      · Postmark            · Side-rule · paper · —
     22 FAQ             Dossier    · RunIn + <details>   · Top-rule  · white · (ax-faq.js)
     23 CTA final       Manifiesto · MegaTextBg          · Bleed     · INK   · press
   ========================================================================= */

/* ─── Tokens locales + reset de caja (scoped) ──────────────────────────── */
.rt-page,
.rt-section {
    --rt-ink:           var(--ax-ink, #1F2530);
    --rt-paper:         var(--ax-paper, #FAF6EE);
    --rt-cream:         var(--ax-cream, #F2EDE4);
    --rt-white:         var(--ax-white, #FFFFFF);
    --rt-orange:        var(--ax-orange, #F15A29);
    --rt-orange-deep:   var(--ax-orange-deep, #B0401A);
    --rt-purple:        var(--ax-purple, #6A52A2);
    --rt-yellow:        var(--ax-yellow, #FFEB3B);
    --rt-muted:         var(--ax-muted, #6E6A60);
    --rt-muted-dark:    var(--ax-muted-dark, #A8A39A);
    --rt-rule:          rgba(31, 37, 48, 0.16);
    --rt-rule-on-dark:  rgba(250, 246, 238, 0.18);
    --rt-whatsapp:      var(--ax-whatsapp, #25D366);
    --rt-font-display:  var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    --rt-font-accent:   var(--ax-font-accent, 'Fraunces', Georgia, serif);
    --rt-font-body:     var(--ax-font-body, 'Lato', system-ui, sans-serif);
    --rt-font-mono:     var(--ax-font-mono, 'JetBrains Mono', ui-monospace, monospace);

    --rt-ease:          cubic-bezier(0.22, 1, 0.36, 1);
    --rt-motion-fast:   0.16s;
}

/* Envuelve solo las secciones rediseñadas (NO el slide/breadcrumb legacy).
   overflow-x:clip contiene sombras offset y mega-text sin romper el sticky. */
.rt-page { overflow-x: clip; }
.rt-page *,
.rt-page *::before,
.rt-page *::after { box-sizing: border-box; }

/* Anclas (#rt-catalogo, #rt-faq…) por debajo del header fixed (113/104/158px) */
.rt-section[id] { scroll-margin-top: 116px; }

/* ─── Section base ──────────────────────────────────────────────────────── */
.rt-section {
    width: 100%;
    position: relative;
    background: var(--rt-white);
    color: var(--rt-ink);
    font-family: var(--rt-font-body);
    padding: clamp(48px, 8vw, 96px) 0;
}
.rt-section--paper { background: var(--rt-paper); }
.rt-section--cream { background: var(--rt-cream); color: var(--rt-ink); }
.rt-section--tight { padding: clamp(26px, 4vw, 44px) 0; }

.rt-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 48px);
}
.rt-container--narrow { max-width: 760px; }

/* ─── Eyebrow stamp (rectángulo recto — firma editorial, radius 0) ──────── */
.rt-eyebrow {
    font-family: var(--rt-font-accent);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(0.95rem, 1.1vw, 1.15rem);
    color: var(--rt-muted);
    line-height: 1.4;
    margin: 0 0 clamp(16px, 2vw, 22px);
    display: inline-flex;
    align-items: baseline;
    gap: 0.65rem;
    flex-wrap: wrap;
}
.rt-eyebrow[data-stamp]:not([data-stamp=""])::before {
    content: attr(data-stamp);
    font-family: var(--rt-font-display);
    font-style: normal;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.25rem 0.6rem;
    line-height: 1;
    border: 1px solid var(--rt-orange);
    color: var(--rt-orange);
    flex-shrink: 0;
}
/* Variante purple del stamp — señal "mayoreo" (Almanaque/escalas) */
.rt-eyebrow--mayoreo[data-stamp]:not([data-stamp=""])::before {
    border-color: var(--rt-purple);
    color: var(--rt-purple);
}

/* ─── Display title Anton + <em> Fraunces (voz humana, N-04/N-05) ───────── */
.rt-title {
    font-family: var(--rt-font-display);
    font-weight: 400;
    text-transform: uppercase;
    color: var(--rt-ink);
    line-height: 0.92;
    letter-spacing: -0.005em;
    margin: 0;
}
.rt-title--xl { font-size: clamp(2.6rem, 7.5vw, 5.75rem) !important; }
.rt-title--md { font-size: clamp(1.9rem, 4.4vw, 3.3rem) !important; }
.rt-title--sm { font-size: clamp(1.55rem, 3.4vw, 2.5rem) !important; }
.rt-title--xs { font-size: clamp(1.3rem, 2.6vw, 1.95rem) !important; }
.rt-title em {
    font-family: var(--rt-font-accent);
    font-style: italic;
    font-weight: 400;
    text-transform: lowercase;
    letter-spacing: -0.025em;
    color: var(--rt-orange);
}
.rt-title a { color: inherit; text-decoration: none; transition: color var(--rt-motion-fast) var(--rt-ease); }
.rt-title a:hover { color: var(--rt-orange); }

/* ─── Lead / prosa ──────────────────────────────────────────────────────── */
.rt-lead {
    font-family: var(--rt-font-body);
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    line-height: 1.65;
    color: var(--rt-ink);
    max-width: 66ch;
    margin: 0;
}
.rt-lead strong { font-weight: 800; }
.rt-lead a {
    color: var(--rt-ink);
    text-decoration: underline;
    text-decoration-color: var(--rt-orange);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    transition: color var(--rt-motion-fast) var(--rt-ease);
}
.rt-lead a:hover { color: var(--rt-orange); }

.rt-highlight {
    font-style: normal;
    background: var(--rt-orange);
    color: var(--rt-ink);
    padding: 1px 9px;
    font-family: var(--rt-font-display);
    font-size: 0.9em;
    letter-spacing: 0.03em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.rt-prose { max-width: 74ch; }
.rt-prose p {
    font-family: var(--rt-font-body);
    font-size: clamp(1rem, 1.25vw, 1.12rem);
    line-height: 1.7;
    color: var(--rt-ink);
    margin: 0 0 1.1em;
}
.rt-prose p:last-child { margin-bottom: 0; }
.rt-prose strong { font-weight: 800; }
.rt-prose a {
    color: var(--rt-ink);
    text-decoration: underline;
    text-decoration-color: var(--rt-orange);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    transition: text-underline-offset var(--rt-motion-fast) var(--rt-ease),
                color var(--rt-motion-fast) var(--rt-ease);
}
.rt-prose a:hover { color: var(--rt-orange); text-underline-offset: 4px; }

/* Checklist editorial (reemplaza .checklist legacy) — bullets cuadrados */
.rt-checklist {
    list-style: none;
    margin: clamp(14px, 2vw, 20px) 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px clamp(20px, 3vw, 34px);
    max-width: 74ch;
}
@media (max-width: 560px) { .rt-checklist { grid-template-columns: 1fr; } }
.rt-checklist li {
    position: relative;
    padding-left: 1.5rem;
    font-family: var(--rt-font-body);
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.5;
    color: var(--rt-ink);
}
.rt-checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 9px;
    height: 9px;
    background: var(--rt-orange);
}
.rt-checklist strong { font-weight: 800; }

/* ─── Acciones + CTA WhatsApp chunky (press-chunky · sombra sólida · radius 0) ─ */
.rt-actions {
    margin-top: clamp(26px, 4vw, 38px);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}
.rt-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 30px;
    min-height: 44px;
    font-family: var(--rt-font-display);
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.05;
    text-decoration: none;
    border: 2px solid var(--rt-ink);
    border-radius: 0;
    cursor: pointer;
    transition: transform var(--rt-motion-fast) var(--rt-ease),
                box-shadow var(--rt-motion-fast) var(--rt-ease);
}
.rt-cta--whatsapp {
    background: var(--rt-whatsapp);
    color: #fff;
    box-shadow: 8px 8px 0 var(--rt-ink);
}
.rt-cta--whatsapp i { font-size: 1.3em; line-height: 1; }
.rt-cta--whatsapp:hover {
    transform: translate(-3px, -3px);
    box-shadow: 11px 11px 0 var(--rt-ink);
    color: #fff;
    text-decoration: none;
}
.rt-cta--whatsapp:active {
    transform: translate(2px, 2px);
    box-shadow: 4px 4px 0 var(--rt-ink);
}
.rt-cta:focus-visible { outline: 3px solid var(--rt-orange); outline-offset: 3px; }
.rt-cta--sm { padding: 12px 22px; font-size: clamp(0.95rem, 1.3vw, 1.12rem); box-shadow: 6px 6px 0 var(--rt-ink); }
.rt-cta--sm:hover  { box-shadow: 8px 8px 0 var(--rt-ink); }
.rt-cta--sm:active { box-shadow: 3px 3px 0 var(--rt-ink); }

/* ─── Botón (navegación a otra TSG / ver producto) ──────────────────────── */
.rt-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 13px 26px;
    min-height: 44px;
    font-family: var(--rt-font-body);
    font-weight: 700;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    border: 2px solid var(--rt-ink);
    border-radius: 0;
    cursor: pointer;
    color: var(--rt-ink);
    background: transparent;
    transition: transform var(--rt-motion-fast) var(--rt-ease),
                box-shadow var(--rt-motion-fast) var(--rt-ease),
                background var(--rt-motion-fast) var(--rt-ease),
                color var(--rt-motion-fast) var(--rt-ease);
}
.rt-btn i { transition: transform var(--rt-motion-fast) var(--rt-ease); }
.rt-btn--outline:hover { background: var(--rt-ink); color: var(--rt-white); text-decoration: none; }
.rt-btn--outline:hover i { transform: translateX(4px); }
.rt-btn--solid {
    background: var(--rt-orange);
    color: #fff;
    border-color: var(--rt-ink);
    box-shadow: 0 6px 0 var(--rt-orange-deep);
}
.rt-btn--solid:hover { transform: translateY(-3px); box-shadow: 0 9px 0 var(--rt-orange-deep); color: #fff; }
.rt-btn--solid:hover i { transform: translateX(4px); }
.rt-btn--solid:active { transform: translateY(2px); box-shadow: 0 3px 0 var(--rt-orange-deep); }
.rt-btn:focus-visible { outline: 3px solid var(--rt-orange); outline-offset: 3px; }
/* Botón fantasma sobre claro — para el 2º CTA de las cards de catálogo */
.rt-btn--ghost { background: transparent; color: var(--rt-ink); box-shadow: none; }
.rt-btn--ghost:hover { background: var(--rt-ink); color: var(--rt-white); }

/* ─── Figura editorial (Galería · frame-chunky · radius 0) ─────────────── */
.rt-figure {
    margin: 0;
    background: var(--rt-white);
    border: 2px solid var(--rt-ink);
    border-top: 3px solid var(--rt-orange);
    box-shadow: 10px 10px 0 var(--rt-ink);
    line-height: 0;
}
.rt-figure img { display: block; width: 100%; height: auto; }
.rt-figure--link { display: block; transition: transform var(--rt-motion-fast) var(--rt-ease), box-shadow var(--rt-motion-fast) var(--rt-ease); }
.rt-figure--link:hover { transform: translate(-4px, -4px); box-shadow: 14px 14px 0 var(--rt-orange); }

/* Video responsivo enmarcado (16:9 sin CLS) */
.rt-video {
    position: relative;
    aspect-ratio: 16 / 9;
    margin: 0;
    overflow: hidden;
    background: var(--rt-ink);
    border: 2px solid var(--rt-ink);
    border-top: 3px solid var(--rt-orange);
    box-shadow: 10px 10px 0 var(--rt-ink);
}
.rt-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ─── Interlink billboard (Galería/Vitrina · split clicable · lift-orange) ──
   Banner de enlace interno a otra TSG (Tela Fieltro). Toda la tarjeta es <a>;
   media a la izquierda, cuerpo editorial + cue a la derecha. */
.rt-interlink {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    background: var(--rt-white);
    border: 2px solid var(--rt-ink);
    border-top: 3px solid var(--rt-orange);
    box-shadow: 10px 10px 0 var(--rt-ink);
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform var(--rt-motion-fast) var(--rt-ease),
                box-shadow var(--rt-motion-fast) var(--rt-ease);
}
.rt-interlink:hover,
.rt-interlink:focus-visible {
    transform: translate(-4px, -4px);
    box-shadow: 14px 14px 0 var(--rt-orange);
    color: inherit;
    text-decoration: none;
}
.rt-interlink__media {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-right: 3px solid var(--rt-orange);
    min-height: 240px;
    line-height: 0;
    background: var(--rt-cream);
}
.rt-interlink__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s var(--rt-ease);
}
.rt-interlink:hover .rt-interlink__media img { transform: scale(1.05); }
.rt-interlink__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(24px, 4vw, 48px) clamp(22px, 4vw, 52px);
}
.rt-interlink__body .rt-eyebrow { margin-bottom: clamp(10px, 1.4vw, 14px); }
.rt-interlink__body .rt-title { margin-bottom: clamp(12px, 1.6vw, 16px); }
.rt-interlink__text {
    font-family: var(--rt-font-body);
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    line-height: 1.6;
    color: var(--rt-muted);
    max-width: 54ch;
    margin: 0 0 clamp(20px, 3vw, 26px);
}
.rt-interlink__text strong { color: var(--rt-ink); font-weight: 800; }
.rt-interlink__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: var(--rt-font-body);
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--rt-orange);
}
.rt-interlink__cta i { transition: transform var(--rt-motion-fast) var(--rt-ease); }
.rt-interlink:hover .rt-interlink__cta i,
.rt-interlink:focus-visible .rt-interlink__cta i { transform: translateX(4px); }
@media (max-width: 820px) {
    .rt-interlink { grid-template-columns: 1fr; }
    .rt-interlink__media {
        order: 0;
        aspect-ratio: 16 / 9;
        min-height: 0;
        border-right: 0;
        border-bottom: 3px solid var(--rt-orange);
    }
}
@media (max-width: 575px) {
    .rt-interlink { box-shadow: 6px 6px 0 var(--rt-ink); }
    .rt-interlink:hover, .rt-interlink:focus-visible { box-shadow: 9px 9px 0 var(--rt-orange); }
}
@media (prefers-reduced-motion: reduce) {
    .rt-interlink:hover, .rt-interlink:focus-visible { transform: none; }
    .rt-interlink:hover .rt-interlink__media img { transform: none; }
    .rt-interlink:hover .rt-interlink__cta i,
    .rt-interlink:focus-visible .rt-interlink__cta i { transform: none; }
}

/* =========================================================================
   01 · Intro — Vitrina · Dossier · Top-rule orange · white
   ========================================================================= */
.rt-section--intro {
    border-top: 3px solid var(--rt-orange);
    padding-top: clamp(40px, 6vw, 72px);
}
.rt-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(28px, 5vw, 56px);
    align-items: center;
}
@media (min-width: 900px) { .rt-hero { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); } }
.rt-hero__text { min-width: 0; }
.rt-hero__head { margin-bottom: clamp(16px, 2.4vw, 24px); }
.rt-hero__head .rt-title { max-width: 14ch; margin-top: clamp(6px, 1vw, 10px); }
.rt-hero__text .rt-lead { max-width: 60ch; }
.rt-hero__media { min-width: 0; margin: 0; }

/* Fila de share discreta (reemplaza el badge legacy) */
.rt-share {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: clamp(18px, 2.5vw, 24px);
    padding: 0;
    background: none;
    border: 0;
    font-family: var(--rt-font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--rt-muted);
    cursor: pointer;
    transition: color var(--rt-motion-fast) var(--rt-ease);
}
.rt-share:hover { color: var(--rt-orange); }
.rt-share i { color: var(--rt-orange); }

/* ─── Apertura Dossier (eyebrow + título + rule 2px ink) ─────────────────── */
.rt-arthead { margin-bottom: clamp(22px, 3vw, 32px); }
.rt-arthead .rt-title { margin-top: 8px; }

/* ─── Apertura RunInHeadline (eyebrow inline + em-dash + título, hairline) ─ */
.rt-runin {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: clamp(0.5rem, 1.5vw, 1rem);
    margin-bottom: clamp(22px, 3vw, 34px);
    padding-bottom: clamp(14px, 2vw, 20px);
    border-bottom: 1px solid var(--rt-rule);
}
.rt-eyebrow--inline { margin: 0; }
.rt-runin__divider {
    font-family: var(--rt-font-accent);
    font-style: italic;
    color: var(--rt-orange);
    font-size: 1.5em;
    line-height: 1;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .rt-runin { gap: 0.5rem; }
    .rt-runin__divider { display: none; }
}

/* =========================================================================
   Periódico — DropCap · Double-rule · Split · Zigzag
   ========================================================================= */
.rt-section--double-rule {
    border-top: 1px solid var(--rt-rule);
    border-bottom: 1px solid var(--rt-rule);
}
.rt-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
}
.rt-split__text { min-width: 0; }
.rt-split__media { min-width: 0; margin: 0; }
@media (max-width: 900px) {
    .rt-split { grid-template-columns: 1fr; gap: clamp(24px, 5vw, 36px); }
}
.rt-dropcap {
    max-width: 68ch;
    font-family: var(--rt-font-body);
    font-size: clamp(1.05rem, 1.4vw, 1.22rem);
    line-height: 1.62;
    color: var(--rt-ink);
    margin: 0 0 1.1em;
}
.rt-dropcap:last-child { margin-bottom: 0; }
.rt-dropcap__cap {
    float: left;
    font-family: var(--rt-font-accent);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(3.6rem, 8vw, 5.6rem);
    line-height: 0.8;
    color: var(--rt-orange);
    padding: 0.08em 0.12em 0 0;
    margin-top: 0.04em;
}
.rt-dropcap strong { font-weight: 800; }
.rt-dropcap a {
    color: var(--rt-ink); font-weight: 800;
    text-decoration: underline; text-decoration-color: var(--rt-orange);
    text-decoration-thickness: 2px; text-underline-offset: 2px;
}
.rt-dropcap a:hover { color: var(--rt-orange); }

/* Zigzag (imagen alterna) */
.rt-zigzag .rt-zz {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
}
.rt-zigzag .rt-zz + .rt-zz { margin-top: clamp(48px, 8vw, 100px); }
.rt-zz__text  { min-width: 0; }
.rt-zz__media { order: 2; margin: 0; }
.rt-zz--rev .rt-zz__text  { order: 2; }
.rt-zz--rev .rt-zz__media { order: 1; }
.rt-zz__text .rt-title   { margin-bottom: clamp(16px, 2vw, 22px); }
.rt-zz__text .rt-prose   { max-width: 60ch; }
.rt-zz__text .rt-actions { margin-top: clamp(22px, 3vw, 30px); }
@media (max-width: 860px) {
    .rt-zigzag .rt-zz { grid-template-columns: 1fr; gap: clamp(22px, 5vw, 32px); }
    .rt-zz__media, .rt-zz--rev .rt-zz__media,
    .rt-zz__text,  .rt-zz--rev .rt-zz__text { order: 0; }
    .rt-zigzag .rt-zz + .rt-zz { margin-top: clamp(40px, 9vw, 56px); }
}

/* =========================================================================
   Dossier — NumberProtagonist · Index-tab
   ========================================================================= */
.rt-numhead {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(0.75rem, 2vw, 1.25rem);
    align-items: end;
    margin-bottom: clamp(20px, 3vw, 30px);
    padding-bottom: clamp(18px, 2.5vw, 26px);
    border-bottom: 1px solid var(--rt-rule);
}
@media (min-width: 768px) {
    .rt-numhead { grid-template-columns: minmax(0, auto) minmax(0, 1fr); gap: clamp(1.75rem, 4vw, 3.5rem); }
}
.rt-numhead__num {
    font-family: var(--rt-font-display);
    font-size: clamp(4.25rem, 13vw, 8rem);
    line-height: 0.8;
    letter-spacing: -0.04em;
    color: var(--rt-orange);
    font-variant-numeric: tabular-nums;
    display: inline-flex;
    align-items: baseline;
    gap: 0.35em;
}
.rt-numhead__num small {
    font-family: var(--rt-font-accent);
    font-style: italic;
    font-size: 0.2em;
    letter-spacing: 0;
    text-transform: lowercase;
    color: var(--rt-muted);
}
.rt-numhead__body { min-width: 0; }
.rt-numhead__body .rt-eyebrow { margin-bottom: clamp(10px, 1.4vw, 14px); }
.rt-numhead__body .rt-title { line-height: 0.95; }

/* Index-tab — pestaña de archivador (mono) montada sobre el rule superior */
.rt-section--index { border-top: 2px solid var(--rt-ink); }
.rt-tab {
    position: absolute;
    top: 0;
    left: clamp(20px, 4vw, 48px);
    transform: translateY(-100%);
    background: var(--rt-ink);
    color: var(--rt-paper);
    font-family: var(--rt-font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 14px;
}
.rt-tab--purple { background: var(--rt-purple); }
.rt-sec-intro { margin: clamp(6px, 1.5vw, 12px) 0 clamp(34px, 5vw, 52px); max-width: 82ch; }

/* ─── Grid de cards ─────────────────────────────────────────────────────── */
.rt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, 2.4vw, 32px);
}
@media (max-width: 900px) { .rt-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .rt-grid { grid-template-columns: 1fr; } }

/* ─── Card · lift-orange (sombra ink reposo → orange al hover) ───────────── */
.rt-card {
    display: flex;
    flex-direction: column;
    background: var(--rt-white);
    color: var(--rt-ink);
    border: 1px solid var(--rt-rule);
    border-top: 3px solid var(--rt-orange);
    border-radius: 0;
    box-shadow: 4px 4px 0 var(--rt-ink);
    overflow: hidden;
    transition: transform var(--rt-motion-fast) var(--rt-ease),
                box-shadow var(--rt-motion-fast) var(--rt-ease);
}
.rt-card:hover,
.rt-card:focus-within {
    transform: translate(-4px, -4px);
    box-shadow: 8px 8px 0 var(--rt-orange);
}
.rt-card__media {
    display: block;
    aspect-ratio: 1 / 1;   /* imágenes cuadradas con título impreso: sin recorte del texto superior */
    overflow: hidden;
    line-height: 0;
    border-bottom: 1px solid var(--rt-rule);
    background: var(--rt-cream);
}
.rt-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s var(--rt-ease);
}
.rt-card:hover .rt-card__media img,
.rt-card:focus-within .rt-card__media img { transform: scale(1.045); }
.rt-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: clamp(18px, 2vw, 24px);
}
.rt-card__title {
    font-family: var(--rt-font-display);
    font-weight: 400;
    text-transform: uppercase;
    font-size: clamp(1.4rem, 2.4vw, 1.85rem);
    line-height: 1;
    letter-spacing: 0.005em;
    color: var(--rt-ink);
    margin: 0;
}
.rt-card__title a {
    color: inherit;
    text-decoration: none;
    transition: color var(--rt-motion-fast) var(--rt-ease);
}
.rt-card__title a:hover { color: var(--rt-orange); }
.rt-card__desc {
    font-family: var(--rt-font-body);
    font-size: clamp(0.92rem, 1.05vw, 1rem);
    line-height: 1.55;
    color: var(--rt-muted);
    margin: 0;
}
.rt-card__desc strong { color: var(--rt-ink); font-weight: 700; }
.rt-card__desc a {
    color: var(--rt-ink);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--rt-orange);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    transition: color var(--rt-motion-fast) var(--rt-ease);
}
.rt-card__desc a:hover { color: var(--rt-orange); }
.rt-card__foot { margin-top: auto; padding-top: clamp(12px, 1.8vw, 16px); }
/* Doble CTA de catálogo (cotizar WA + conocer) */
.rt-card__actions {
    margin-top: auto;
    padding-top: clamp(12px, 1.8vw, 16px);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.rt-card__actions .rt-btn { padding: 10px 16px; font-size: 0.78rem; min-height: 40px; }
.rt-card__actions .rt-btn--wa {
    background: var(--rt-whatsapp); color: #fff; border-color: var(--rt-ink);
    box-shadow: 0 4px 0 #128C4B;
}
.rt-card__actions .rt-btn--wa:hover { transform: translateY(-2px); box-shadow: 0 6px 0 #128C4B; color: #fff; }
.rt-card__actions .rt-btn--wa:active { transform: translateY(1px); box-shadow: 0 2px 0 #128C4B; }

/* ─── Chips (preservan enlaces internos SEO) ────────────────────────────── */
.rt-tags {
    margin: auto 0 0;
    padding: clamp(12px, 1.8vw, 16px) 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    border-top: 1px dashed var(--rt-rule);
}
.rt-tags--open { border-top: 0; padding-top: 0; margin-top: clamp(18px, 3vw, 26px); }
.rt-tags__label {
    flex-basis: 100%;
    font-family: var(--rt-font-mono);
    font-size: 0.66rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--rt-muted);
    margin-bottom: 2px;
}
.rt-chip {
    display: inline-flex;
    align-items: center;
    font-family: var(--rt-font-body);
    font-weight: 700;
    font-size: 0.74rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--rt-ink);
    background: var(--rt-cream);
    border: 1px solid var(--rt-ink);
    border-radius: 0;
    padding: 6px 11px;
    line-height: 1;
    transition: background var(--rt-motion-fast) var(--rt-ease),
                color var(--rt-motion-fast) var(--rt-ease);
}
.rt-chip:hover { background: var(--rt-ink); color: var(--rt-paper); text-decoration: none; }
.rt-chip--purple:hover { background: var(--rt-purple); }

/* =========================================================================
   Técnico — LabelLateral · Side-rule orange · spec
   ========================================================================= */
.rt-section--tech .rt-container { border-left: 3px solid var(--rt-orange); }
@media (max-width: 640px) {
    .rt-section--tech .rt-container {
        border-left: 0;
        border-top: 3px solid var(--rt-orange);
        padding-top: clamp(22px, 5vw, 30px);
    }
}
.rt-lathead {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(1rem, 3vw, 2.5rem);
    align-items: start;
    margin-bottom: clamp(28px, 4vw, 44px);
}
.rt-lathead__rail {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    display: flex;
    align-items: center;
    align-self: stretch;
}
.rt-lathead__rail-mono {
    font-family: var(--rt-font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--rt-muted);
    white-space: nowrap;
}
.rt-lathead__body { min-width: 0; }
.rt-lathead__body .rt-eyebrow { margin-bottom: clamp(10px, 1.4vw, 14px); }
@media (max-width: 640px) {
    .rt-lathead { grid-template-columns: 1fr; gap: 0.5rem; }
    .rt-lathead__rail { writing-mode: horizontal-tb; transform: none; align-self: start; }
}

/* Ficha técnica — dl con dt mono + dd Lato, hairlines */
.rt-spec {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0 0 clamp(24px, 3vw, 34px);
    border-top: 1px solid var(--rt-rule);
}
.rt-spec__row {
    display: grid;
    grid-template-columns: minmax(0, 0.4fr) minmax(0, 1fr);
    gap: clamp(0.75rem, 2vw, 1.5rem);
    align-items: baseline;
    padding: clamp(12px, 1.6vw, 16px) 0;
    border-bottom: 1px solid var(--rt-rule);
}
.rt-spec__dt {
    font-family: var(--rt-font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--rt-muted);
    margin: 0;
}
.rt-spec__dd {
    font-family: var(--rt-font-body);
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.5;
    color: var(--rt-ink);
    margin: 0;
}
.rt-spec__dd strong { font-weight: 800; }
.rt-spec__dd a {
    color: var(--rt-ink); font-weight: 700;
    text-decoration: underline; text-decoration-color: var(--rt-orange);
    text-decoration-thickness: 2px; text-underline-offset: 2px;
    transition: color var(--rt-motion-fast) var(--rt-ease);
}
.rt-spec__dd a:hover { color: var(--rt-orange); }

/* ─── Tabla de datos (spec sheet — Técnico/Almanaque) ───────────────────── */
/* Wrapper con scroll horizontal propio: la tabla nunca desborda la página
   (contenida además por .rt-page { overflow-x: clip }). */
.rt-tablewrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.rt-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    font-family: var(--rt-font-body);
    border-top: 3px solid var(--rt-orange);
}
.rt-table thead th {
    font-family: var(--rt-font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--rt-muted);
    text-align: left;
    vertical-align: bottom;
    padding: clamp(12px, 1.6vw, 16px) clamp(12px, 2vw, 20px);
    border-bottom: 2px solid var(--rt-ink);
}
.rt-table tbody th {
    font-family: var(--rt-font-display);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.05;
    color: var(--rt-orange);
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    padding: clamp(14px, 1.8vw, 18px) clamp(12px, 2vw, 20px);
    border-bottom: 1px solid var(--rt-rule);
}
.rt-table tbody td {
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.55;
    color: var(--rt-ink);
    vertical-align: top;
    padding: clamp(14px, 1.8vw, 18px) clamp(12px, 2vw, 20px);
    border-bottom: 1px solid var(--rt-rule);
}
.rt-table tbody tr:hover { background: var(--rt-cream); }
.rt-table tbody tr:last-child th,
.rt-table tbody tr:last-child td { border-bottom: 2px solid var(--rt-ink); }

/* Trío de features flat (formatos / líneas) */
.rt-featrow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, 2.4vw, 30px);
    margin-top: clamp(30px, 4vw, 48px);
}
@media (max-width: 860px) { .rt-featrow { grid-template-columns: 1fr; gap: clamp(28px, 6vw, 40px); } }
.rt-featrow--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 720px) { .rt-featrow--2 { grid-template-columns: 1fr; } }
.rt-feat { display: flex; flex-direction: column; }
.rt-feat .rt-figure { margin: 0 0 clamp(16px, 2.2vw, 22px); box-shadow: 6px 6px 0 var(--rt-ink); }
.rt-feat .rt-figure--link:hover { box-shadow: 10px 10px 0 var(--rt-orange); }
.rt-feat__title {
    font-family: var(--rt-font-display);
    font-weight: 400;
    text-transform: uppercase;
    font-size: clamp(1.3rem, 2.2vw, 1.65rem);
    line-height: 1;
    color: var(--rt-ink);
    margin: 0 0 clamp(8px, 1.2vw, 12px);
}
.rt-feat__title a { color: inherit; text-decoration: none; transition: color var(--rt-motion-fast) var(--rt-ease); }
.rt-feat__title a:hover { color: var(--rt-orange); }
.rt-feat__desc {
    font-family: var(--rt-font-body);
    font-size: clamp(0.95rem, 1.1vw, 1.02rem);
    line-height: 1.6;
    color: var(--rt-muted);
    margin: 0 0 clamp(14px, 2vw, 18px);
}
.rt-feat__desc strong { color: var(--rt-ink); font-weight: 700; }
.rt-feat__desc a {
    color: var(--rt-ink); font-weight: 700;
    text-decoration: underline; text-decoration-color: var(--rt-orange);
    text-decoration-thickness: 2px; text-underline-offset: 2px;
}
.rt-feat__desc a:hover { color: var(--rt-orange); }
.rt-feat__cta { margin-top: auto; }

/* =========================================================================
   Galería — IndexRow · Brick
   ========================================================================= */
.rt-indexhead {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: clamp(6px, 1.5vw, 12px);
    padding-bottom: clamp(14px, 2vw, 20px);
    border-bottom: 2px solid var(--rt-ink);
}
.rt-indexhead__leader {
    flex: 1 1 auto;
    align-self: flex-end;
    margin-bottom: 0.4em;
    border-bottom: 3px dotted var(--rt-rule);
}
.rt-indexhead__tally {
    flex: 0 0 auto;
    font-family: var(--rt-font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--rt-muted);
    white-space: nowrap;
}
@media (max-width: 560px) {
    .rt-indexhead { flex-wrap: wrap; }
    .rt-indexhead__leader { display: none; }
    .rt-indexhead__tally { flex-basis: 100%; }
}
.rt-idx-intro { margin: clamp(8px, 1.5vw, 14px) 0 clamp(34px, 5vw, 52px); max-width: 82ch; }

/* =========================================================================
   Almanaque — banda de datos / telemetría del fabricante (INK)
   ========================================================================= */
.rt-statband {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(20px, 3vw, 40px);
    margin-top: clamp(28px, 4vw, 40px);
}
@media (max-width: 760px) { .rt-statband { grid-template-columns: repeat(2, 1fr); gap: clamp(24px, 5vw, 34px); } }
@media (max-width: 400px) { .rt-statband { grid-template-columns: 1fr; } }
.rt-stat { display: flex; flex-direction: column; gap: 6px; }
.rt-stat__num {
    font-family: var(--rt-font-display);
    font-weight: 400;
    font-size: clamp(2.6rem, 6vw, 4rem);
    line-height: 0.85;
    letter-spacing: -0.02em;
    color: var(--rt-orange);
    font-variant-numeric: tabular-nums;
}
.rt-stat__num small {
    font-family: var(--rt-font-accent);
    font-style: italic;
    font-size: 0.34em;
    text-transform: lowercase;
    color: var(--rt-paper);
    letter-spacing: 0;
}
.rt-stat__label {
    font-family: var(--rt-font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--rt-muted-dark);
    line-height: 1.4;
    padding-top: clamp(6px, 1vw, 10px);
    border-top: 1px solid var(--rt-rule-on-dark);
}

/* =========================================================================
   Dossier · steps — "Cómo elegir el rollo" (secuencia real numerada)
   ========================================================================= */
.rt-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: clamp(8px, 2vw, 16px) 0 0;
    counter-reset: rt-step;
    border-top: 1px solid var(--rt-rule);
}
.rt-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(16px, 3vw, 28px);
    align-items: start;
    padding: clamp(18px, 2.6vw, 26px) 0;
    border-bottom: 1px solid var(--rt-rule);
}
.rt-step__num {
    font-family: var(--rt-font-display);
    font-size: clamp(2rem, 4vw, 2.9rem);
    line-height: 0.85;
    color: var(--rt-orange);
    font-variant-numeric: tabular-nums;
}
.rt-step__body { min-width: 0; }
.rt-step__title {
    font-family: var(--rt-font-display);
    font-weight: 400;
    text-transform: uppercase;
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    line-height: 1;
    color: var(--rt-ink);
    margin: 0 0 6px;
}
.rt-step__desc {
    font-family: var(--rt-font-body);
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.55;
    color: var(--rt-muted);
    margin: 0;
}
.rt-step__desc strong { color: var(--rt-ink); font-weight: 700; }

/* =========================================================================
   Galería · vscroll — fila con scroll-snap (reemplaza slick, sin JS)
   Usada para el carrusel de videos "¿Cómo comprar paso a paso?"
   ========================================================================= */
.rt-vscroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 32%);
    gap: clamp(16px, 2vw, 24px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: clamp(14px, 2vw, 18px);
    margin-top: clamp(8px, 2vw, 16px);
    scrollbar-width: thin;
    scrollbar-color: var(--rt-orange) var(--rt-cream);
}
@media (max-width: 700px) { .rt-vscroll { grid-auto-columns: minmax(240px, 78%); } }
.rt-vscroll::-webkit-scrollbar { height: 8px; }
.rt-vscroll::-webkit-scrollbar-track { background: var(--rt-cream); }
.rt-vscroll::-webkit-scrollbar-thumb { background: var(--rt-orange); }
.rt-vitem { scroll-snap-align: start; display: flex; flex-direction: column; gap: 12px; }
.rt-vitem__cap {
    font-family: var(--rt-font-body);
    font-weight: 700;
    font-size: 0.92rem;
    line-height: 1.35;
    color: var(--rt-ink);
    margin: 0;
    text-align: center;
}
.rt-scrollhint {
    font-family: var(--rt-font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--rt-muted);
    margin: clamp(10px, 1.6vw, 14px) 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.rt-scrollhint i { color: var(--rt-orange); }

/* =========================================================================
   Técnico · logos — grid de paqueterías / medios de envío (estático)
   ========================================================================= */
.rt-shiprow {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
}
@media (max-width: 820px) { .rt-shiprow { grid-template-columns: 1fr; } }
.rt-eta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: clamp(16px, 2.4vw, 22px) 0 0;
    list-style: none;
    padding: 0;
}
.rt-eta li {
    font-family: var(--rt-font-mono);
    font-size: 0.74rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--rt-ink);
    background: var(--rt-white);
    border: 1px solid var(--rt-ink);
    padding: 8px 12px;
}
.rt-eta li strong { color: var(--rt-orange); font-weight: 800; }
.rt-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    background: var(--rt-white);
    border: 2px solid var(--rt-ink);
    border-top: 3px solid var(--rt-orange);
    box-shadow: 8px 8px 0 var(--rt-ink);
    padding: clamp(16px, 2.5vw, 26px);
}
@media (max-width: 560px) { .rt-logos { grid-template-columns: repeat(3, 1fr); gap: 10px; box-shadow: 5px 5px 0 var(--rt-ink); } }
.rt-logos__cell {
    display: grid;
    place-items: center;
    aspect-ratio: 3 / 2;
    padding: 8px;
    background: var(--rt-cream);
    border: 1px solid var(--rt-rule);
}
.rt-logos__cell img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; }

/* =========================================================================
   Fanzine — MegaTextBg + burst · INK (puntuación dramática)
   ========================================================================= */
.rt-section--ink {
    background: var(--rt-ink);
    color: var(--rt-paper);
    overflow: hidden;
}
.rt-section--ink::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right, rgba(250, 246, 238, 0.045) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(250, 246, 238, 0.045) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}
.rt-section--ink > .rt-container { position: relative; z-index: 1; }
.rt-section--ink .rt-title { color: var(--rt-paper); }
.rt-section--ink .rt-eyebrow { color: rgba(250, 246, 238, 0.6); }
.rt-section--ink .rt-lead { color: rgba(250, 246, 238, 0.82); }
.rt-section--ink .rt-lead strong { color: var(--rt-paper); }
.rt-section--ink .rt-prose p { color: rgba(250, 246, 238, 0.82); }
.rt-section--ink .rt-prose strong { color: var(--rt-paper); }
.rt-section--ink .rt-prose a { color: var(--rt-paper); }
.rt-section--ink .rt-prose a:hover { color: var(--rt-orange); }
.rt-section--ink .rt-figure { border-color: var(--rt-orange); }
.rt-section--ink .rt-cta--whatsapp {
    border-color: var(--rt-paper);
    box-shadow: 8px 8px 0 var(--rt-orange);
}
.rt-section--ink .rt-cta--whatsapp:hover  { transform: translate(-3px, -3px); box-shadow: 11px 11px 0 var(--rt-orange); }
.rt-section--ink .rt-cta--whatsapp:active { transform: translate(2px, 2px); box-shadow: 4px 4px 0 var(--rt-orange); }

.rt-megahead {
    position: relative;
    isolation: isolate;
    padding-top: clamp(24px, 6vw, 72px);
    margin-bottom: clamp(20px, 3vw, 32px);
}
.rt-megahead__bg {
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--rt-font-display);
    font-size: clamp(4.5rem, 18vw, 13rem);
    line-height: 0.78;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--rt-rule-on-dark);
    white-space: nowrap;
    pointer-events: none;
    z-index: -1;
}
.rt-megahead__fg { position: relative; max-width: 40ch; }

/* Burst amarillo — única señal yellow de la página (Fanzine ≥1 burst) */
.rt-burst {
    position: absolute;
    top: clamp(-6px, 1vw, 10px);
    right: 0;
    z-index: 2;
    width: clamp(90px, 11vw, 122px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    text-align: center;
    background: var(--rt-yellow);
    color: var(--rt-ink);
    font-family: var(--rt-font-display);
    font-size: clamp(12px, 1.5vw, 16px);
    text-transform: uppercase;
    line-height: 1.05;
    letter-spacing: 0.02em;
    border: 2px solid var(--rt-ink);
    border-radius: 9999px;            /* pill: única excepción al radius 0 */
    transform: rotate(-8deg);
    padding: 12px;
    pointer-events: none;
}
@media (max-width: 860px) { .rt-burst { position: static; transform: rotate(-6deg); margin: 0 0 18px; } }

.rt-fanhead {
    position: relative;
    margin-bottom: clamp(20px, 3vw, 30px);
    padding-right: clamp(0px, 12vw, 150px);
}
@media (max-width: 860px) { .rt-fanhead { padding-right: 0; } }

/* Grid de beneficios on-dark (por qué comprar por rollo) */
.rt-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(18px, 2vw, 26px);
    margin-top: clamp(30px, 4vw, 48px);
}
@media (max-width: 900px) { .rt-why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .rt-why-grid { grid-template-columns: 1fr; } }
.rt-why {
    background: rgba(250, 246, 238, 0.05);
    border: 1px solid var(--rt-rule-on-dark);
    border-top: 3px solid var(--rt-orange);
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.35);
    padding: clamp(20px, 2.4vw, 28px);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform var(--rt-motion-fast) var(--rt-ease),
                box-shadow var(--rt-motion-fast) var(--rt-ease);
}
.rt-why:hover { transform: translate(-4px, -4px); box-shadow: 8px 8px 0 var(--rt-orange); }
.rt-why__icon {
    width: 52px; height: 52px;
    display: grid; place-items: center;
    background: var(--rt-orange);
    color: var(--rt-ink);
    font-size: 1.4rem;
}
.rt-why__title {
    font-family: var(--rt-font-display);
    font-weight: 400;
    text-transform: uppercase;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
    line-height: 1;
    color: var(--rt-paper);
    margin: 0;
}
.rt-why__desc {
    font-family: var(--rt-font-body);
    font-size: clamp(0.92rem, 1.05vw, 1rem);
    line-height: 1.55;
    color: var(--rt-muted-dark);
    margin: 0;
}
.rt-why__desc strong { color: var(--rt-paper); font-weight: 700; }
.rt-why__desc a { color: var(--rt-paper); font-weight: 700; text-decoration: underline; text-decoration-color: var(--rt-orange); }
.rt-why__desc a:hover { color: var(--rt-orange); }

/* =========================================================================
   FAQ · Dossier · Top-rule orange · 2 columnas + acordeón <details>
   ========================================================================= */
.rt-section--faq { border-top: 3px solid var(--rt-orange); }
.rt-faqsec__grid { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
@media (min-width: 940px) {
    .rt-faqsec__grid { grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); }
    .rt-faqsec__aside { position: sticky; top: 130px; }
}
.rt-faqsec__note {
    font-family: var(--rt-font-accent);
    font-style: italic;
    color: var(--rt-muted);
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    line-height: 1.5;
    max-width: 42ch;
    margin: clamp(1.25rem, 2.5vw, 1.75rem) 0;
}
.rt-reveal { overflow: hidden; }
.rt-faq { display: flex; flex-direction: column; gap: 12px; }
.rt-faq__item {
    background: var(--rt-white);
    border: 1.5px solid var(--rt-rule);
    transition: border-color var(--rt-motion-fast) var(--rt-ease),
                box-shadow var(--rt-motion-fast) var(--rt-ease);
}
.rt-faq__item:hover { border-color: var(--rt-ink); }
.rt-faq__item[open] {
    border-color: var(--rt-ink);
    border-left: 4px solid var(--rt-orange);
    box-shadow: 5px 5px 0 var(--rt-ink);
}
.rt-faq__q {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: clamp(15px, 2vw, 19px) clamp(16px, 2.2vw, 22px);
}
.rt-faq__q::-webkit-details-marker { display: none; }
.rt-faq__q-text {
    font-family: var(--rt-font-body);
    font-weight: 700;
    font-size: clamp(0.98rem, 1.4vw, 1.12rem);
    line-height: 1.35;
    color: var(--rt-ink);
    margin: 0;
    transition: color var(--rt-motion-fast) var(--rt-ease);
}
.rt-faq__q::after {
    content: '+';
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    font-family: var(--rt-font-display);
    font-size: 1.35rem;
    line-height: 1;
    background: var(--rt-cream);
    color: var(--rt-orange);
    border: 1.5px solid var(--rt-ink);
    transition: transform var(--rt-motion-fast) var(--rt-ease),
                background var(--rt-motion-fast) var(--rt-ease),
                color var(--rt-motion-fast) var(--rt-ease);
}
.rt-faq__item[open] .rt-faq__q-text { color: var(--rt-orange); }
.rt-faq__item[open] .rt-faq__q::after {
    transform: rotate(45deg);
    background: var(--rt-orange);
    color: var(--rt-paper);
    border-color: var(--rt-orange);
}
.rt-faq__a {
    font-family: var(--rt-font-body);
    font-size: clamp(0.95rem, 1.1vw, 1.0625rem);
    line-height: 1.65;
    color: var(--rt-muted);
    max-width: 70ch;
    padding: 0 clamp(16px, 2.2vw, 22px) clamp(16px, 2.2vw, 20px);
    margin: 0;
}
.rt-faq__a strong { color: var(--rt-ink); font-weight: 700; }
.rt-faq__a a {
    color: var(--rt-ink);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--rt-orange);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

/* =========================================================================
   Carta — Postmark · Side-rule izq. · formulario
   ========================================================================= */
.rt-section--letter .rt-container { border-left: 3px solid var(--rt-orange); }
@media (max-width: 640px) {
    .rt-section--letter .rt-container {
        border-left: 0; border-top: 3px solid var(--rt-orange);
        padding-top: clamp(22px, 5vw, 30px);
    }
}
.rt-letter__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(28px, 5vw, 56px);
    align-items: start;
}
@media (min-width: 900px) { .rt-letter__grid { grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); } }
.rt-postmark {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin: 0 0 clamp(16px, 2vw, 22px);
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--rt-rule);
    font-family: var(--rt-font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--rt-muted);
}
.rt-postmark__sep { color: var(--rt-orange); }
/* Contenedor del embed typeform enmarcado */
.rt-formframe {
    background: var(--rt-white);
    border: 2px solid var(--rt-ink);
    border-top: 3px solid var(--rt-orange);
    box-shadow: 10px 10px 0 var(--rt-ink);
    padding: clamp(10px, 1.6vw, 16px);
    min-height: 480px;
}
@media (max-width: 575px) { .rt-formframe { box-shadow: 6px 6px 0 var(--rt-ink); } }

/* =========================================================================
   CTA final — Manifiesto · MegaTextBg · Bleed + INK
   ========================================================================= */
.rt-section--cta { text-align: left; }
.rt-section--cta .rt-megahead__fg { max-width: 28ch; }
.rt-section--cta .rt-title { max-width: 20ch; }
.rt-section--cta .rt-lead { color: rgba(250, 246, 238, 0.82); margin-top: clamp(14px, 2vw, 20px); }

/* =========================================================================
   Reveal sutil al entrar (decorativo · progressive enhancement)
   ========================================================================= */
@media (prefers-reduced-motion: no-preference) {
    @supports ((animation-timeline: view()) and (animation-range: entry)) {
        @keyframes rt-rise { from { opacity: 0; transform: translateY(26px); } }
        .rt-rise {
            animation: rt-rise 0.8s var(--rt-ease) backwards;
            animation-timeline: view();
            animation-range: entry 0% cover 30%;
        }
    }
}

/* =========================================================================
   Accesibilidad — focus visible global + motion safe
   ========================================================================= */
.rt-page :focus-visible {
    outline: 3px solid var(--rt-orange);
    outline-offset: 3px;
    border-radius: 0;
}
.rt-section--ink :focus-visible { outline-color: var(--rt-yellow); }

@media (prefers-reduced-motion: reduce) {
    .rt-page *,
    .rt-page *::before,
    .rt-page *::after {
        transition-duration: 0ms !important;
        animation-duration: 0ms !important;
    }
    .rt-cta:hover, .rt-cta:active,
    .rt-card:hover, .rt-card:focus-within,
    .rt-figure--link:hover,
    .rt-why:hover,
    .rt-btn--solid:hover, .rt-btn--solid:active { transform: none; }
    .rt-card:hover .rt-card__media img { transform: none; }
}

/* ─── Refinamiento móvil (sombras más discretas para no saturar) ────────── */
@media (max-width: 575px) {
    .rt-cta--whatsapp { box-shadow: 6px 6px 0 var(--rt-ink); }
    .rt-cta--whatsapp:hover { box-shadow: 8px 8px 0 var(--rt-ink); }
    .rt-figure { box-shadow: 6px 6px 0 var(--rt-ink); }
    .rt-card { box-shadow: 3px 3px 0 var(--rt-ink); }
    .rt-card:hover, .rt-card:focus-within { box-shadow: 6px 6px 0 var(--rt-orange); }
    .rt-video { box-shadow: 6px 6px 0 var(--rt-ink); }
    .rt-section--ink .rt-cta--whatsapp { box-shadow: 6px 6px 0 var(--rt-orange); }
    .rt-section--ink .rt-cta--whatsapp:hover { box-shadow: 8px 8px 0 var(--rt-orange); }
    .rt-why:hover { box-shadow: 5px 5px 0 var(--rt-orange); }
}
