/* =============================================================
   tela-cholula.css
   Estilos propios de /telas/tela-cholula
   Arletex Design System v3.5
   -------------------------------------------------------------
   Unifica los antiguos cholula-cuadros.css y cholula-tapetes.css.
   Tokens --ax-* heredados de landing-producto.css (cargar antes).
   El riel y las flechas de los carruseles viven en landing-producto.css
   (§26 AX-SCROLLER).

   PARTE A · .chq-*  (cholula · cuadros)
     Sección "cuadros sublimados"
     Registro:  @gallery (la imagen manda)
     Apertura:  Dossier minimizado (eyebrow stamp)
     Marco:     Bleed-edge (fondo pleno full-width, sin marco)
     Hover:     lift-orange con scale 1.02 (excepción canónica de
                @gallery) · press-chunky y ghost-fill en las CTAs
     Va entre el banner-llegada (ink) y el cross-sell (white): el
     fondo paper corta la cadena de bloques oscuros.

   PARTE B · .cht-*  (cholula · tapetes)
     Bloque "tapetes y fundas de fiesta": tres sections encadenadas,
     cada una con su propio registro para que el bloque no se lea
     como tres cajas iguales:

     §B2 .cht--lead  @news      · RunInHeadline · Double-rule · white
                                · hover rule-draw (links de prosa)
     §B3 .cht--mats  @fanzine   · NumberProtagonist · Brick-stack · ink
                                · hover ghost-fill (cards de intención)
     §B4 .cht--arch  @almanac   · IndexRow · Index-tab · paper
                                · hover side-shift (pasos de medición)

     Viven DENTRO del tab "Descripción" (dentro de un .container de
     Bootstrap), así que no son bandas full-bleed: son tres bloques
     apilados con aire entre ellos, al ritmo de las .tarjeta-beneficio
     vecinas. Cadena de fondos: white → ink → paper, nunca dos ink
     seguidos y el ink queda aislado entre dos bloques claros.
     §B7 añade las fichas del carrusel de usos (tab "Usos").
   ============================================================= */


/* #############################################################
   PARTE A · .chq-*  — cuadros sublimados
   ############################################################# */

/* =============================================================
   §A1. Bloque — pared clara de galería, full-width sin overflow
   ============================================================= */
.chq {
    position: relative;
    background: var(--ax-paper, #FAF6EE);
    color: var(--ax-ink, #1F2530);
    padding: clamp(48px, 7vw, 88px) clamp(20px, 4vw, 56px);
    border-top: 2px solid var(--ax-orange, #F15A29);
    overflow: hidden;
}

.chq__inner {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    gap: clamp(32px, 5vw, 56px);
}

/* Móvil: apertura → lienzos → prosa y CTAs (la imagen no queda al final). */
.chq__head { order: 1; }
.chq__wall { order: 2; }
.chq__body { order: 3; }

@media (min-width: 992px) {
    .chq__inner {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        grid-template-areas:
            "head wall"
            "body wall";
        /* La fila 1 toma su alto natural; la 2 absorbe el resto del alto
           que impone la pared, sin abrir un hueco bajo el lead. */
        grid-template-rows: auto 1fr;
        align-items: start;
        column-gap: clamp(32px, 5vw, 64px);
        row-gap: 0;
    }
    .chq__head { grid-area: head; }
    .chq__body { grid-area: body; }
    .chq__wall { grid-area: wall; align-self: center; }
}


/* =============================================================
   §A2. Apertura — stamp + título Anton con <em> Fraunces
   ============================================================= */
.chq__stamp::before {
    background: var(--ax-orange-deep, #B0401A);
    color: var(--ax-white, #FFFFFF);
    border-color: var(--ax-orange-deep, #B0401A);
}

.chq__title {
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    line-height: 1.02;
    font-size: clamp(1.8rem, 1.15rem + 2.9vw, 3.3rem);
    color: var(--ax-ink, #1F2530);
    margin: 14px 0 0;
}

.chq__title em {
    font-family: var(--ax-font-accent, 'Fraunces', Georgia, serif);
    font-style: italic;
    font-weight: 400;
    text-transform: lowercase;
    letter-spacing: 0;
    color: var(--ax-orange, #F15A29);
}

.chq__lead {
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: clamp(15px, 14px + 0.25vw, 17px);
    line-height: 1.65;
    color: var(--ax-ink, #1F2530);
    max-width: 60ch;
    margin: 18px 0 0;
}

.chq__lead strong { font-weight: 700; }


/* =============================================================
   §A3. La pared — dos lienzos escalonados
   ============================================================= */
.chq__wall {
    position: relative;
    display: flex;
    flex-direction: column;
}

.chq-frame { margin: 0; }

/* Lienzo mayor a la izquierda, el menor desplazado a la derecha. */
.chq-frame--hero { width: 84%; }
.chq-frame--sec  { width: 66%; margin-left: auto; margin-top: clamp(16px, 2vw, 26px); }

/* Riel de colgado: línea tenue detrás de los lienzos. */
.chq__wall::before {
    content: "";
    position: absolute;
    left: -6%;
    right: -6%;
    top: 0;
    height: 2px;
    background: var(--ax-rule, #E5E1D7);
    z-index: 0;
}

.chq-frame { position: relative; z-index: 1; }


/* — El lienzo: bastidor con canto sólido, radius 0 (N-06/N-07) — */
.chq-frame__canvas {
    position: relative;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ax-white, #FFFFFF);
    border: 2px solid var(--ax-ink, #1F2530);
    box-shadow: 8px 8px 0 var(--ax-ink, #1F2530);
    overflow: hidden;
    transform: translate(0, 0);
    transition:
        transform var(--ax-motion-base, 240ms) var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1)),
        box-shadow var(--ax-motion-base, 240ms) var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1));
}

.chq-frame__canvas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Hover @gallery: lift-orange + scale 1.02 (excepción del registro). */
.chq-frame__canvas:hover,
.chq-frame__canvas:focus-within {
    transform: translate(-3px, -3px) scale(1.02);
    box-shadow: 12px 12px 0 var(--ax-orange, #F15A29);
}


/* — Placeholder mientras no existan las fotografías — */
.chq-frame__ph {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    padding: 12px;
    background: var(--ax-cream, #F2EDE4);
    background-image: repeating-linear-gradient(
        45deg,
        transparent 0 10px,
        rgba(31, 37, 48, .06) 10px 20px
    );
}

.chq-frame__ph i {
    font-size: clamp(24px, 3.4vw, 42px);
    color: var(--ax-orange, #F15A29);
}

.chq-frame__ph-code {
    font-family: var(--ax-font-mono, 'JetBrains Mono', ui-monospace, monospace);
    font-size: clamp(10px, 9px + 0.35vw, 13px);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ax-muted, #6E6A60);
}

/* Cinta de esquina: deja claro que es un hueco reservado. */
.chq-frame__ph::after {
    content: "Imagen pendiente";
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4px 8px;
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: var(--ax-ink, #1F2530);
    color: var(--ax-paper, #FAF6EE);
}


/* — Caption visible siempre (nunca solo en hover: SEO + a11y) — */
.chq-frame__cap {
    font-family: var(--ax-font-accent, 'Fraunces', Georgia, serif);
    font-style: italic;
    font-size: clamp(12px, 11px + 0.3vw, 14px);
    line-height: 1.45;
    color: var(--ax-muted, #6E6A60);
    margin-top: 14px;
    padding-left: 10px;
    border-left: 2px solid var(--ax-orange, #F15A29);
    text-align: left;
}


/* =============================================================
   §A4. Prosa, nota y sub-bloque
   ============================================================= */
.chq__text {
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: clamp(14.5px, 14px + 0.2vw, 16px);
    line-height: 1.7;
    color: var(--ax-ink, #1F2530);
    max-width: 62ch;
    margin: 16px 0 0;
}

.chq__text strong { font-weight: 700; }

.chq__text a {
    color: var(--ax-orange-deep, #B0401A);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.chq__text a:hover { color: var(--ax-ink, #1F2530); }

/* Nota operativa: papel pegado con regla naranja. */
.chq__note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 62ch;
    margin: 24px 0;
    padding: 14px 18px;
    background: var(--ax-white, #FFFFFF);
    border: 2px solid var(--ax-ink, #1F2530);
    border-left: 5px solid var(--ax-orange, #F15A29);
}

.chq__note > i {
    flex-shrink: 0;
    margin-top: 3px;
    font-size: 16px;
    color: var(--ax-orange, #F15A29);
}

.chq__note p {
    margin: 0;
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: 14px;
    line-height: 1.6;
    color: var(--ax-ink, #1F2530);
}

.chq__subtitle {
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.15;
    font-size: clamp(1.1rem, 0.95rem + 0.8vw, 1.5rem);
    color: var(--ax-ink, #1F2530);
    max-width: 62ch;
    margin: 28px 0 0;
    padding-top: 16px;
    border-top: 2px solid var(--ax-orange, #F15A29);
}


/* =============================================================
   §A5. CTAs — press-chunky (WhatsApp) + ghost-fill (interlink)
   ============================================================= */
.chq__ctas {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: clamp(24px, 3.4vw, 34px);
}

.chq__cta,
.chq__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 13px 26px;
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-weight: 400;
    font-size: clamp(0.85rem, 0.75rem + 0.35vw, 1.05rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    border-radius: 0;
    transform: translateY(0);
    transition:
        transform var(--ax-motion-fast, 180ms) var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1)),
        box-shadow var(--ax-motion-fast, 180ms) var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1)),
        background-color var(--ax-motion-fast, 180ms) ease,
        color var(--ax-motion-fast, 180ms) ease;
}

/* press-chunky */
.chq__cta {
    background: var(--ax-whatsapp, #25D366);
    color: var(--ax-ink, #1F2530);
    border: 2px solid var(--ax-ink, #1F2530);
    box-shadow: 0 6px 0 var(--ax-whatsapp-deep, #0F8C40);
}

.chq__cta:hover,
.chq__cta:focus {
    color: var(--ax-ink, #1F2530);
    text-decoration: none;
    transform: translateY(4px);
    box-shadow: 0 2px 0 var(--ax-whatsapp-deep, #0F8C40);
}

/* ghost-fill sobre claro */
.chq__link {
    background: var(--ax-white, #FFFFFF);
    color: var(--ax-ink, #1F2530);
    border: 2px solid var(--ax-ink, #1F2530);
    box-shadow: 0 5px 0 var(--ax-ink, #1F2530);
}

.chq__link:hover,
.chq__link:focus {
    background: var(--ax-ink, #1F2530);
    border-color: var(--ax-ink, #1F2530);
    color: var(--ax-paper, #FAF6EE);
    text-decoration: none;
    transform: translateY(3px);
    box-shadow: 0 2px 0 var(--ax-ink, #1F2530);
}

.chq__link-arrow { transition: transform 200ms var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1)); }
.chq__link:hover .chq__link-arrow { transform: translateX(4px); }

.chq__cta:focus-visible,
.chq__link:focus-visible,
.chq-frame__canvas:focus-visible {
    outline: 2px solid var(--ax-orange, #F15A29);
    outline-offset: 3px;
}


/* =============================================================
   §A6. Motion reducido y móvil
   ============================================================= */
@media (prefers-reduced-motion: reduce) {
    .chq-frame__canvas,
    .chq__cta,
    .chq__link,
    .chq__link-arrow {
        transition: none;
    }
    .chq-frame__canvas:hover,
    .chq-frame__canvas:focus-within {
        transform: none;
        box-shadow: 12px 12px 0 var(--ax-orange, #F15A29);
    }
    .chq__cta:hover,
    .chq__cta:focus,
    .chq__link:hover,
    .chq__link:focus { transform: none; }
}

@media (max-width: 575.98px) {
    .chq { padding: 36px 16px; }
    .chq__wall::before { display: none; }
    .chq-frame--hero { width: 92%; }
    .chq-frame--sec  { width: 72%; }
    .chq-frame__canvas { box-shadow: 6px 6px 0 var(--ax-ink, #1F2530); }
    .chq-frame__canvas:hover,
    .chq-frame__canvas:focus-within {
        transform: translate(-2px, -2px);
        box-shadow: 8px 8px 0 var(--ax-orange, #F15A29);
    }
    .chq__ctas > .chq__cta,
    .chq__ctas > .chq__link { width: 100%; }
}

/* #############################################################
   PARTE B · .cht-*  — tapetes y fundas de fiesta
   ############################################################# */

/* =============================================================
   §B1. Base común a las tres sections
   ============================================================= */
.cht {
    position: relative;
    padding: clamp(36px, 5vw, 64px) clamp(20px, 3.4vw, 48px);
    margin: clamp(32px, 5vw, 56px) 0;
    color: var(--ax-ink, #1F2530);
}

.cht__inner {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    margin: 0 auto;
}

.cht__inner--narrow { max-width: 860px; }

.cht__text {
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: clamp(14.5px, 14px + 0.2vw, 16px);
    line-height: 1.7;
    max-width: 62ch;
    margin: 16px 0 0;
}

.cht__text strong { font-weight: 700; }

/* hover rule-draw — solo para links dentro de prosa (§6.2.6) */
.cht__text a {
    color: var(--ax-orange-deep, #B0401A);
    text-decoration: none;
    background-image: linear-gradient(var(--ax-orange, #F15A29) 0 0);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 2px;
    padding-bottom: 2px;
    transition: background-size var(--ax-motion-base, 240ms) var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1));
}

.cht__text a:hover,
.cht__text a:focus-visible {
    color: var(--ax-ink, #1F2530);
    background-size: 0% 2px;
}

.cht em {
    font-family: var(--ax-font-accent, 'Fraunces', Georgia, serif);
    font-style: italic;
    font-weight: 400;
    text-transform: lowercase;
    letter-spacing: -0.025em;
    color: var(--ax-orange, #F15A29);
}


/* =============================================================
   §B1bis. Media — lienzo con canto sólido
   -------------------------------------------------------------
   Mismo gesto que .chq-frame del bloque de cuadros: bastidor con
   borde 2px y radius 0; la foto cubre el lienzo con object-fit.
   ============================================================= */
.cht-media { margin: 0; }

.cht-media__box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: var(--cht-ratio, 4 / 3);
    background: var(--ax-white, #FFFFFF);
    border: 2px solid var(--ax-ink, #1F2530);
    box-shadow: 8px 8px 0 var(--ax-ink, #1F2530);
    overflow: hidden;
    max-width: 100%;
}

.cht-media--1-1  { --cht-ratio: 1 / 1; }
.cht-media--4-5  { --cht-ratio: 4 / 5; }
.cht-media--4-3  { --cht-ratio: 4 / 3; }
.cht-media--16-9 { --cht-ratio: 16 / 9; }

.cht-media__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Sobre ink el bastidor invierte: canto claro y sombra naranja. */
.cht--mats .cht-media__box {
    border-color: var(--ax-paper, #FAF6EE);
    box-shadow: 8px 8px 0 var(--ax-orange, #F15A29);
}

/* — Split prosa / lienzo. En móvil la foto sube: el cliente ve el uso
     antes de leer los párrafos. Lo usan .cht--lead y .cht--arch — */
.cht-split {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(28px, 4vw, 44px);
    margin-top: clamp(22px, 3vw, 32px);
}

.cht-split__body  { order: 2; min-width: 0; }
.cht-split__media { order: 1; min-width: 0; }

@media (min-width: 992px) {
    .cht-split {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
        align-items: start;
        column-gap: clamp(36px, 5vw, 64px);
    }
    .cht-split__body  { order: 1; }
    .cht-split__media { order: 2; }
    .cht-split__body .cht__text:first-child { margin-top: 0; }
}


/* — Pie visible siempre (nunca solo en hover: SEO + a11y) — */
.cht-media__cap {
    font-family: var(--ax-font-accent, 'Fraunces', Georgia, serif);
    font-style: italic;
    font-size: 14px;
    line-height: 1.45;
    color: var(--ax-muted, #6E6A60);
    margin-top: 16px;
    padding-left: 10px;
    border-left: 2px solid var(--ax-orange, #F15A29);
    text-align: left;
}

.cht--mats .cht-media__cap { color: var(--ax-muted-dark, #A8A39A); }


/* =============================================================
   §B2. .cht--lead — @news · RunInHeadline · Double-rule · white
   ============================================================= */
.cht--lead {
    background: var(--ax-white, #FFFFFF);
    border-top: 1px solid var(--ax-ink, #1F2530);
}

/* Double-rule: la segunda hairline, 5px bajo la primera. */
.cht--lead::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--ax-ink, #1F2530);
}

/* — Apertura run-in: eyebrow en la misma línea que el titular — */
.cht-runin {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px 14px;
    padding-bottom: clamp(14px, 2vw, 20px);
    border-bottom: 1px solid var(--ax-rule, #E5E1D7);
}

.cht-runin__eyebrow {
    flex: 0 0 auto;
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-weight: 700;
    font-size: clamp(0.86rem, 0.8rem + 0.2vw, 1rem);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ax-orange-deep, #B0401A);
}

.cht-runin__sep {
    flex: 0 0 auto;
    color: var(--ax-muted, #6E6A60);
}

.cht-runin__title {
    flex: 1 1 18ch;
    min-width: 0;
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    line-height: 1.05;
    font-size: clamp(1.7rem, 1.1rem + 2.6vw, 3rem);
    margin: 0;
}

/* Sub-titular: voz humana antes de la prosa larga. */
.cht-lead__sub {
    font-family: var(--ax-font-accent, 'Fraunces', Georgia, serif);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(1.05rem, 0.95rem + 0.7vw, 1.5rem);
    line-height: 1.35;
    color: var(--ax-ink, #1F2530);
    max-width: 46ch;
    margin: clamp(22px, 3vw, 32px) 0 0;
    padding-left: 14px;
    border-left: 3px solid var(--ax-orange, #F15A29);
}

/* Franja de datos al pie de la prosa (mono, ≥14px por §12.3). */
.cht-lead__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
    margin: clamp(26px, 3.5vw, 36px) 0 0;
    padding-top: 16px;
    border-top: 2px solid var(--ax-ink, #1F2530);
    list-style: none;
}

.cht-lead__facts li {
    font-family: var(--ax-font-mono, 'JetBrains Mono', ui-monospace, monospace);
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ax-muted, #6E6A60);
}

.cht-lead__facts b {
    color: var(--ax-ink, #1F2530);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}


/* =============================================================
   §B3. .cht--mats — @fanzine · NumberProtagonist · Brick-stack · ink
   ============================================================= */
.cht--mats {
    background: var(--ax-ink, #1F2530);
    color: var(--ax-paper, #FAF6EE);
}

/* Fuera del tab: banda full-bleed pegada a .chq y al cross-sell. */
.cht--band { margin: 0; }

.cht--mats .cht__text { color: var(--ax-paper, #FAF6EE); }

.cht--mats .cht__text strong { color: var(--ax-white, #FFFFFF); }

/* La prosa del bloque ink corre a dos columnas en escritorio: si no,
   la mitad derecha de la banda oscura queda vacía. */
@media (min-width: 992px) {
    .cht-mats__prose {
        columns: 2;
        column-gap: clamp(32px, 4vw, 56px);
    }
    .cht-mats__prose .cht__text { max-width: none; }
    .cht-mats__prose .cht__text:first-child { margin-top: 0; }
}

/* Brick-stack: cada sub-bloque abre con su propio corte. */
.cht--mats .cht__inner > * {
    border-top: 3px solid var(--ax-paper, #FAF6EE);
    padding-top: clamp(24px, 4vw, 40px);
    margin-top: clamp(24px, 4vw, 40px);
}

.cht--mats .cht__inner > *:nth-child(odd) { border-top-color: var(--ax-orange, #F15A29); }

.cht--mats .cht__inner > *:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

/* — Apertura: el ancho útil como número protagonista — */
.cht-num {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(12px, 2vw, 20px);
    align-items: end;
}

@media (min-width: 768px) {
    .cht-num {
        grid-template-columns: minmax(0, .4fr) minmax(0, 1fr);
        gap: clamp(24px, 4vw, 48px);
    }
}

.cht-num__figure {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.cht-num__value {
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-weight: 400;
    font-size: clamp(3.6rem, 11vw, 8rem);
    line-height: .82;
    letter-spacing: -0.04em;
    color: var(--ax-orange, #F15A29);
    font-variant-numeric: tabular-nums;
}

.cht-num__unit {
    font-family: var(--ax-font-mono, 'JetBrains Mono', ui-monospace, monospace);
    font-size: 14px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ax-paper, #FAF6EE);
    margin-top: 12px;
}

.cht-num__eyebrow {
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-weight: 700;
    font-size: clamp(0.86rem, 0.8rem + 0.2vw, 1rem);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ax-orange, #F15A29);
    margin: 0 0 10px;
}

.cht-num__title {
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    line-height: 1.05;
    font-size: clamp(1.6rem, 1.05rem + 2.4vw, 2.8rem);
    color: var(--ax-white, #FFFFFF);
    margin: 0;
}

.cht--mats .cht-num__title em { color: var(--ax-orange, #F15A29); }

/* — Sticker fanzine: obligatorio ≥1 en el registro. Va en flujo
     (no absolute) para que la rotación nunca abra scroll lateral — */
.cht-burst {
    align-self: flex-start;
    display: inline-block;
    margin-top: 18px;
    transform: rotate(-8deg);
    transform-origin: left center;
    padding: 8px 16px;
    background: var(--ax-yellow, #FFEB3B);
    color: var(--ax-ink, #1F2530);
    border: 2px solid var(--ax-ink, #1F2530);
    box-shadow: 4px 4px 0 var(--ax-ink, #1F2530);
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-size: clamp(14px, 13px + 0.4vw, 18px);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    pointer-events: none;
}

/* — Cards de intención: hover ghost-fill sobre ink (§6.2.4) — */
.cht-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    list-style: none;
    padding: 0;
}

@media (min-width: 600px) { .cht-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .cht-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.cht-card {
    --cht-card-pad: clamp(18px, 2.4vw, 24px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100%;
    padding: var(--cht-card-pad);
    background: transparent;
    border: 2px solid var(--ax-paper, #FAF6EE);
    transition:
        background-color var(--ax-motion-base, 240ms) var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1)),
        color var(--ax-motion-base, 240ms) var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1)),
        border-color var(--ax-motion-base, 240ms) var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1));
}

.cht-card:hover,
.cht-card:focus-within {
    background: var(--ax-paper, #FAF6EE);
    color: var(--ax-ink, #1F2530);
}

/* La foto sangra hasta los cantos: la tarjeta ya es el marco, no
   hace falta un segundo borde alrededor del lienzo. */
.cht-card__media {
    margin: calc(var(--cht-card-pad) * -1) calc(var(--cht-card-pad) * -1) 6px;
}

.cht-card__media .cht-media__box {
    border: 0;
    border-bottom: 2px solid currentColor;
    box-shadow: none;
}

.cht-card__idx {
    font-family: var(--ax-font-mono, 'JetBrains Mono', ui-monospace, monospace);
    font-size: 14px;
    letter-spacing: 0.16em;
    color: var(--ax-orange, #F15A29);
}

.cht-card:hover .cht-card__idx,
.cht-card:focus-within .cht-card__idx { color: var(--ax-orange-deep, #B0401A); }

.cht-card__title {
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.15;
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.25rem);
    color: var(--ax-white, #FFFFFF);
    margin: 0;
}

.cht-card__text {
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--ax-paper, #FAF6EE);
    margin: 0;
}

/* ghost-fill: al rellenar de papel, el texto vuelve a tinta. */
.cht-card:hover .cht-card__title,
.cht-card:focus-within .cht-card__title,
.cht-card:hover .cht-card__text,
.cht-card:focus-within .cht-card__text { color: var(--ax-ink, #1F2530); }


/* =============================================================
   §B4. .cht--arch — @almanac · IndexRow · Index-tab · paper
   ============================================================= */
.cht--arch {
    background: var(--ax-paper, #FAF6EE);
    border-top: 2px solid var(--ax-ink, #1F2530);
}

/* Pestaña de archivador: sube al margen que deja el bloque anterior.
   Naranja porque ese hueco puede quedar sobre blanco o sobre ink. */
.cht-tab {
    position: absolute;
    top: 0;
    left: clamp(20px, 4vw, 56px);
    transform: translateY(-100%);
    background: var(--ax-orange, #F15A29);
    color: var(--ax-ink, #1F2530);
    font-family: var(--ax-font-mono, 'JetBrains Mono', ui-monospace, monospace);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 6px 14px;
}

/* — Apertura IndexRow: titular + tally unidos por dot-leader — */
.cht-index {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding-bottom: clamp(12px, 1.6vw, 16px);
    border-bottom: 2px solid var(--ax-ink, #1F2530);
}

.cht-index__title {
    flex: 0 1 auto;
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    line-height: 1.05;
    font-size: clamp(1.55rem, 1.05rem + 2.2vw, 2.7rem);
    margin: 0;
}

.cht-index__leader {
    flex: 1 1 auto;
    align-self: flex-end;
    margin-bottom: .35em;
    border-bottom: 3px dotted var(--ax-rule, #E5E1D7);
}

.cht-index__tally {
    flex: 0 0 auto;
    font-family: var(--ax-font-mono, 'JetBrains Mono', ui-monospace, monospace);
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ax-muted, #6E6A60);
    white-space: nowrap;
}

@media (max-width: 640px) {
    .cht-index { flex-wrap: wrap; }
    .cht-index__leader { display: none; }
    .cht-index__tally { flex-basis: 100%; }
}

/* — Pasos de medición: filas con hover side-shift (§6.2.3) — */
.cht-steps {
    margin: clamp(26px, 3.5vw, 36px) 0 0;
    padding: 0;
    list-style: none;
}

.cht-step {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: baseline;
    gap: 6px 16px;
    padding: clamp(14px, 2vw, 18px) 0 clamp(14px, 2vw, 18px) 0;
    border-bottom: 1px solid var(--ax-rule, #E5E1D7);
    border-left: 3px solid transparent;
    padding-left: 0;
    transition:
        padding-left var(--ax-motion-fast, 180ms) var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1)),
        border-left-color var(--ax-motion-fast, 180ms) var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1));
}

.cht-step:hover,
.cht-step:focus-within {
    padding-left: 14px;
    border-left-color: var(--ax-orange, #F15A29);
}

.cht-step__n {
    font-family: var(--ax-font-mono, 'JetBrains Mono', ui-monospace, monospace);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--ax-orange-deep, #B0401A);
    font-variant-numeric: tabular-nums;
}

.cht-step__label {
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: clamp(1rem, 0.92rem + 0.4vw, 1.15rem);
    line-height: 1.2;
    margin: 0;
}

.cht-step__text {
    grid-column: 2;
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--ax-ink, #1F2530);
    margin: 6px 0 0;
}

/* Nota operativa — mismo gesto que .chq__note, sobre paper. */
.cht-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 62ch;
    margin: clamp(26px, 3.5vw, 34px) 0 0;
    padding: 14px 18px;
    background: var(--ax-white, #FFFFFF);
    border: 2px solid var(--ax-ink, #1F2530);
    border-left: 5px solid var(--ax-orange, #F15A29);
}

.cht-note > i {
    flex-shrink: 0;
    margin-top: 3px;
    font-size: 16px;
    color: var(--ax-orange, #F15A29);
}

.cht-note p {
    margin: 0;
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: 14px;
    line-height: 1.6;
    color: var(--ax-ink, #1F2530);
}


/* =============================================================
   §B5. CTAs — press-chunky (WhatsApp) + ghost-fill (interlink)
   ============================================================= */
.cht-ctas {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: clamp(24px, 3.4vw, 34px);
}

.cht-cta,
.cht-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 13px 26px;
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-weight: 400;
    font-size: clamp(0.85rem, 0.75rem + 0.35vw, 1.05rem);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    border-radius: 0;
    transform: translateY(0);
    transition:
        transform var(--ax-motion-fast, 180ms) var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1)),
        box-shadow var(--ax-motion-fast, 180ms) var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1)),
        background-color var(--ax-motion-fast, 180ms) ease,
        color var(--ax-motion-fast, 180ms) ease;
}

.cht-cta {
    background: var(--ax-whatsapp, #25D366);
    color: var(--ax-ink, #1F2530);
    border: 2px solid var(--ax-ink, #1F2530);
    box-shadow: 0 6px 0 var(--ax-whatsapp-deep, #0F8C40);
}

.cht-cta:hover,
.cht-cta:focus {
    color: var(--ax-ink, #1F2530);
    text-decoration: none;
    transform: translateY(4px);
    box-shadow: 0 2px 0 var(--ax-whatsapp-deep, #0F8C40);
}

.cht-link {
    background: var(--ax-white, #FFFFFF);
    color: var(--ax-ink, #1F2530);
    border: 2px solid var(--ax-ink, #1F2530);
    box-shadow: 0 5px 0 var(--ax-ink, #1F2530);
}

.cht-link:hover,
.cht-link:focus {
    background: var(--ax-ink, #1F2530);
    color: var(--ax-paper, #FAF6EE);
    text-decoration: none;
    transform: translateY(3px);
    box-shadow: 0 2px 0 var(--ax-ink, #1F2530);
}

/* Sobre ink el ghost invierte: papel de base, tinta al hover. */
.cht--mats .cht-link {
    background: transparent;
    color: var(--ax-paper, #FAF6EE);
    border-color: var(--ax-paper, #FAF6EE);
    box-shadow: 0 5px 0 var(--ax-orange, #F15A29);
}

.cht--mats .cht-link:hover,
.cht--mats .cht-link:focus {
    background: var(--ax-paper, #FAF6EE);
    color: var(--ax-ink, #1F2530);
    box-shadow: 0 2px 0 var(--ax-orange, #F15A29);
}

.cht-link__arrow { transition: transform 200ms var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1)); }
.cht-link:hover .cht-link__arrow { transform: translateX(4px); }

.cht-cta:focus-visible,
.cht-link:focus-visible,
.cht__text a:focus-visible {
    outline: 2px solid var(--ax-orange, #F15A29);
    outline-offset: 3px;
}

.cht--mats .cht-cta:focus-visible,
.cht--mats .cht-link:focus-visible { outline-color: var(--ax-yellow, #FFEB3B); }


/* =============================================================
   §B6. Motion reducido y móvil
   ============================================================= */
@media (prefers-reduced-motion: reduce) {
    .cht__text a,
    .cht-card,
    .cht-step,
    .cht-cta,
    .cht-link,
    .cht-link__arrow { transition: none; }

    .cht-cta:hover,
    .cht-cta:focus,
    .cht-link:hover,
    .cht-link:focus { transform: none; }
}

@media (max-width: 575.98px) {
    .cht { padding: 28px 16px; margin: 28px 0; }
    .cht-media__box { box-shadow: 5px 5px 0 var(--ax-ink, #1F2530); }
    .cht--mats .cht-media__box { box-shadow: 5px 5px 0 var(--ax-orange, #F15A29); }
    .cht-card__media .cht-media__box { box-shadow: none; }
    .cht-ctas > .cht-cta,
    .cht-ctas > .cht-link { width: 100%; }
    .cht-tab { left: 16px; }
}


/* =============================================================
   §B7. Fichas del carrusel de usos (tab "Usos")
   -------------------------------------------------------------
   Reusa .cht-media para que el lienzo se vea igual que en el bloque
   de tapetes. El riel y las flechas los pone
   landing-producto.css (§26 AX-SCROLLER).
   ============================================================= */
/* Las flechas suben para centrarse sobre la foto, no sobre el
   conjunto foto + pie. Funciona porque este archivo carga después
   de landing-producto.css y pisa el 50% de .ax-scroller. */
.cht-usos { --ax-scroller-nav-top: calc(50% - 22px); }

.cht-usos__media { margin: 0; }

.cht-usos__media .cht-media__box {
    box-shadow: 4px 4px 0 var(--ax-ink, #1F2530);
    transition:
        transform var(--ax-motion-base, 240ms) var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1)),
        box-shadow var(--ax-motion-base, 240ms) var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1));
}

/* lift-orange, el gesto canónico del catálogo. */
.cht-usos__media .cht-media__box:hover,
.cht-usos__media .cht-media__box:focus-within {
    transform: translate(-3px, -3px);
    box-shadow: 7px 7px 0 var(--ax-orange, #F15A29);
}

.cht-usos__label {
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.2;
    font-size: clamp(0.95rem, 0.88rem + 0.35vw, 1.1rem);
    color: var(--ax-ink, #1F2530);
    text-align: center;
    margin: 14px 0 0;
}

@media (prefers-reduced-motion: reduce) {
    .cht-usos__media .cht-media__box { transition: none; }
    .cht-usos__media .cht-media__box:hover,
    .cht-usos__media .cht-media__box:focus-within {
        transform: none;
        box-shadow: 7px 7px 0 var(--ax-orange, #F15A29);
    }
}
