/* ==========================================================================
   Tafeta forro de colores — componentes propios de
   /telas/tafeta-forro/venta-de-tafeta-forro
   Arletex Design System v3.5 · prefijo `tfc-`
   Depende de landing-producto.css (tokens --ax-*, hero, sticky, color-sheet,
   variant-chips, ax-scroller, ax-cross) y de tergal-catalan.css
   (.tc-specs-grid de la ficha técnica del tab Descripción).
   --------------------------------------------------------------------------
   Mapa de registros (variación §11.6):
     Hero ............ @dossier   · Dossier-stack     · Top-rule    (global)
     .tfc-hilos ...... @manifest  · NumberProtagonist · Bleed-edge  · rule-draw
     .tfc-carta ...... @gallery   · SwatchHead        · Brick-stack · lift-orange
     .tfc-precio ..... @technical · Index-tab         · Side-rule   · ink-flood
     .ax-cross ....... @showcase  · LabelLateral      · Full-frame  (global)
     Tab Descripción . @technical · LabelLateral      · Side-rule   (tarjeta-beneficio)
     .tfc-usos ....... @gallery   · IndexRow          · ax-scroller · lift-orange
     .tfc-faq ........ @dossier   · RunInHeadline     · Top-rule    · side-shift

   Reglas duras: radius 0, sombras sólidas sin blur, nada visible <14px,
   tap-size >=44px, prefers-reduced-motion.
   ========================================================================== */

/* Anclas por debajo del header fixed (113/104/158px según breakpoint). */
.ax-section[id],
.tfc-hilos[id],
.tfc-carta[id],
.tfc-precio[id] { scroll-margin-top: 116px; }


/* ==========================================================================
   Hero — subtítulos H2/H3 de la ficha (conservan los H2 SEO del legacy)
   ========================================================================== */

.tfc-hero-sub {
    margin: var(--ax-space-6, 24px) 0 var(--ax-space-2, 8px);
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: clamp(0.86rem, 1.1vw, 1rem) !important;  /* style.css fuerza h2 a 30px !important */
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--ax-ink, #1F2530);
}

/* Primer H2 del hero, pegado al H1 (conserva el «Tela Para Forro De Vestido»). */
.tfc-hero-sub--lead {
    margin-top: var(--ax-space-3, 12px);
    color: var(--ax-orange-deep, #B0401A);
}

/* Muestrario del hero: 28 colores. El hint dice qué hacen los dots. */
.tfc-swatch-hint {
    display: block;
    margin: 0 0 8px;
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3;
    color: var(--ax-muted, #6E6A60);
}

.tfc-swatch-hint strong { color: var(--ax-ink, #1F2530); }

/* Enlace de composición en el hero: ink + subrayado naranja (no azul Bootstrap). */
.ax-spec-list__value a {
    color: var(--ax-ink, #1F2530);
    text-decoration: underline;
    text-decoration-color: var(--ax-orange, #F15A29);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

/* Nota bajo los chips de calidad (170 / 180 / 210 hilos). */
.tfc-variant-note {
    margin: 8px 0 0;
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: 14px;
    line-height: 1.5;
    color: var(--ax-muted, #6E6A60);
}

.tfc-variant-note strong { color: var(--ax-ink, #1F2530); }


/* ==========================================================================
   .tfc-hilos — banda ink con las tres calidades del rollo (170/180/210)
   Registro @manifest · Apertura NumberProtagonist · Marco Bleed-edge
   Sustituye la tabla `tabla-especificaciones` clicable del legacy.
   ========================================================================== */

.tfc-hilos {
    background: var(--ax-ink, #1F2530);
    color: var(--ax-white, #FFFFFF);
    padding: clamp(48px, 7vw, 80px) 0;
}

.tfc-hilos__head {
    max-width: 56ch;
    margin: 0 0 clamp(28px, 4vw, 44px);
}

.tfc-hilos__eyebrow {
    display: inline-block;
    margin: 0 0 12px;
    padding: 6px 12px;
    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.1em;
    line-height: 1;
    text-transform: uppercase;
}

.tfc-hilos__title {
    margin: 0;
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-size: clamp(1.7rem, 4.2vw, 2.9rem) !important;  /* style.css fuerza h2 a 30px !important */
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.05;
    text-transform: uppercase;
    color: var(--ax-white, #FFFFFF);
}

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

.tfc-hilos__note {
    margin: clamp(14px, 2vw, 18px) 0 0;
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: clamp(0.98rem, 1.3vw, 1.08rem);
    line-height: 1.6;
    color: var(--ax-muted-dark, #A8A39A);
}

.tfc-hilos__note strong { color: var(--ax-white, #FFFFFF); }

.tfc-hilos__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .tfc-hilos__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 992px) {
    .tfc-hilos__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.tfc-hilos__card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: clamp(22px, 3.2vw, 32px) clamp(18px, 2.6vw, 28px) clamp(22px, 3vw, 28px);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.24);
}

/* rule-draw: la regla naranja crece al pasar el cursor por la ficha. */
.tfc-hilos__card::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: var(--ax-orange, #F15A29);
    transition: width 320ms cubic-bezier(.22, 1, .36, 1);
}

@media (hover: hover) {
    .tfc-hilos__card:hover::after,
    .tfc-hilos__card:focus-within::after { width: 100%; }
}

/* El protagonista es la cuenta de hilos; el kicker conserva el nombre
   completo del producto dentro del mismo <h3> (SEO intacto). */
.tfc-hilos__name {
    margin: 0;
    font-size: 16px !important;  /* style.css fuerza h3 a 25px en móvil */
    font-weight: 400;
    line-height: 1;
}

.tfc-hilos__kicker {
    display: block;
    margin: 0 0 8px;
    font-family: var(--ax-font-mono, 'JetBrains Mono', ui-monospace, monospace);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
    color: var(--ax-muted-dark, #A8A39A);
}

.tfc-hilos__value {
    display: block;
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-size: clamp(3rem, 8vw, 4.4rem);
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--ax-white, #FFFFFF);
}

.tfc-hilos__unit {
    margin-left: 0.12em;
    font-size: 0.34em;
    letter-spacing: 0.08em;
    color: var(--ax-orange, #F15A29);
}

.tfc-hilos__label {
    display: block;
    margin-top: 12px;
    font-family: var(--ax-font-mono, 'JetBrains Mono', ui-monospace, monospace);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--ax-muted-dark, #A8A39A);
}

.tfc-hilos__data {
    margin: clamp(18px, 2.6vw, 24px) 0 clamp(20px, 2.8vw, 26px);
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.tfc-hilos__data li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: 14px;
    line-height: 1.4;
    color: var(--ax-muted-dark, #A8A39A);
}

.tfc-hilos__data strong {
    font-weight: 700;
    text-align: right;
    color: var(--ax-white, #FFFFFF);
}

.tfc-hilos__cta { margin-top: auto; }


/* ==========================================================================
   .tfc-carta — muestrario de los 28 colores con foto real
   Registro @gallery · Apertura SwatchHead · Marco Brick-stack · Hover lift-orange
   Sustituye el carrusel `catalogo-slick` del legacy (conserva los 28 <h3>).
   ========================================================================== */

.tfc-carta {
    background: var(--ax-paper, #FAF6EE);
    padding: clamp(56px, 8vw, 96px) 0;
}

.tfc-carta__head {
    max-width: 62ch;
    margin: 0 0 clamp(24px, 3.4vw, 36px);
}

/* SwatchHead: tres tejas de color a modo de firma sobre el titular. */
.tfc-carta__swatches {
    display: flex;
    gap: 6px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.tfc-carta__swatches li {
    width: 34px;
    height: 20px;
    border: 1.5px solid var(--ax-ink, #1F2530);
}

.tfc-carta__eyebrow {
    display: block;
    margin: 0 0 10px;
    font-family: var(--ax-font-mono, 'JetBrains Mono', ui-monospace, monospace);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
    color: var(--ax-orange-deep, #B0401A);
}

.tfc-carta__title {
    margin: 0;
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-size: clamp(1.7rem, 4vw, 2.7rem) !important;  /* style.css fuerza h2 a 30px !important */
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.05;
    text-transform: uppercase;
    color: var(--ax-ink, #1F2530);
}

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

.tfc-carta__note {
    margin: clamp(14px, 2vw, 18px) 0 0;
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: clamp(0.98rem, 1.3vw, 1.08rem);
    line-height: 1.65;
    color: var(--ax-muted, #6E6A60);
}

.tfc-carta__note strong { color: var(--ax-ink, #1F2530); }

.tfc-carta__note a {
    color: var(--ax-ink, #1F2530);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--ax-orange, #F15A29);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

/* Riel de 2 filas: componente global .ax-scroller--rows-2
   (landing-producto.css §26). Aquí solo el ajuste por página: en una
   carta de 28 colores las fichas son pequeñas, así que caben 7
   columnas en escritorio (el componente trae 5 por defecto). */
.tfc-carta__scroller {
    --ax-scroller-per: 2.3;
    --ax-scroller-gap: 12px;
    margin-top: clamp(24px, 3.4vw, 32px);
}

@media (min-width: 576px) { .tfc-carta__scroller { --ax-scroller-per: 3.3; } }
@media (min-width: 768px) { .tfc-carta__scroller { --ax-scroller-per: 4.3; --ax-scroller-gap: 14px; } }
@media (min-width: 992px) { .tfc-carta__scroller { --ax-scroller-per: 5.3; } }
@media (min-width: 1200px) { .tfc-carta__scroller { --ax-scroller-per: 7; --ax-scroller-gap: 16px; } }

.tfc-carta__card {
    display: flex;
    flex-direction: column;
    background: var(--ax-white, #FFFFFF);
    border: 1.5px solid var(--ax-ink, #1F2530);
    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. */
@media (hover: hover) {
    .tfc-carta__card:hover,
    .tfc-carta__card:focus-within {
        transform: translate(-3px, -3px);
        box-shadow: 7px 7px 0 var(--ax-orange, #F15A29);
    }
}

.tfc-carta__media {
    margin: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-bottom: 1.5px solid var(--ax-ink, #1F2530);
}

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

.tfc-carta__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 12px 14px;
    flex: 1;
}

.tfc-carta__name {
    margin: 0;
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-size: 15px !important;  /* style.css fuerza h3 a 25px en móvil */
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--ax-ink, #1F2530);
}

/* ink-flood en el CTA de cada color. */
.tfc-carta__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 44px;
    margin-top: auto;
    padding: 8px 10px;
    background: var(--ax-cream, #F2EDE4);
    border: 1.5px solid var(--ax-ink, #1F2530);
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: var(--ax-ink, #1F2530);
    transition: background var(--ax-motion-fast, 160ms) var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1)),
                color var(--ax-motion-fast, 160ms) var(--ax-ease-out, cubic-bezier(.22, 1, .36, 1));
}

.tfc-carta__cta:hover,
.tfc-carta__cta:focus {
    background: var(--ax-ink, #1F2530);
    color: var(--ax-white, #FFFFFF);
    text-decoration: none;
}

.tfc-carta__cta:focus-visible {
    outline: 3px solid var(--ax-purple, #6A52A2);
    outline-offset: 2px;
}

.tfc-carta__cta i { color: var(--ax-whatsapp, #25D366); }
.tfc-carta__cta:hover i,
.tfc-carta__cta:focus i { color: var(--ax-whatsapp, #25D366); }

.tfc-carta__foot {
    margin: clamp(24px, 3.4vw, 34px) 0 0;
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: 14px;
    line-height: 1.6;
    color: var(--ax-muted, #6E6A60);
}

.tfc-carta__foot a {
    color: var(--ax-ink, #1F2530);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--ax-orange, #F15A29);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}


/* ==========================================================================
   .tfc-precio — de qué depende el precio del rollo
   Registro @technical · Apertura Index-tab · Marco Side-rule · Hover ink-flood
   Conserva los H2/H3 «Tela Tafeta Precio» y «¿Dónde Comprar…?» del legacy.
   ========================================================================== */

.tfc-precio { padding: clamp(56px, 8vw, 96px) 0; background: var(--ax-white, #FFFFFF); }

.tfc-precio__card {
    position: relative;
    border-left: 4px solid var(--ax-orange, #F15A29);
    padding-left: clamp(18px, 3vw, 34px);
}

.tfc-precio__tab {
    display: inline-block;
    margin: 0 0 14px;
    padding: 6px 14px;
    background: var(--ax-ink, #1F2530);
    color: var(--ax-white, #FFFFFF);
    font-family: var(--ax-font-mono, 'JetBrains Mono', ui-monospace, monospace);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

.tfc-precio__title {
    margin: 0;
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-size: clamp(1.6rem, 3.6vw, 2.5rem) !important;  /* style.css fuerza h2 a 30px !important */
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.05;
    text-transform: uppercase;
    color: var(--ax-ink, #1F2530);
}

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

.tfc-precio__sub {
    margin: clamp(14px, 2vw, 18px) 0 6px;
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: clamp(0.92rem, 1.2vw, 1.05rem) !important;  /* style.css fuerza h3 a 25px en móvil */
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--ax-orange-deep, #B0401A);
}

.tfc-precio__text {
    margin: 0 0 clamp(20px, 2.8vw, 28px);
    max-width: 68ch;
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: clamp(0.98rem, 1.3vw, 1.08rem);
    line-height: 1.65;
    color: var(--ax-muted, #6E6A60);
}

.tfc-precio__text strong { color: var(--ax-ink, #1F2530); }

.tfc-precio__text a {
    color: var(--ax-ink, #1F2530);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--ax-orange, #F15A29);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.tfc-precio__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    margin: 0 0 clamp(24px, 3.2vw, 32px);
    padding: 0;
    list-style: none;
    counter-reset: tfc-precio;
}

@media (min-width: 768px) {
    .tfc-precio__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.tfc-precio__item {
    counter-increment: tfc-precio;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px 18px;
    background: var(--ax-cream, #F2EDE4);
    border-left: 3px solid var(--ax-ink, #1F2530);
    font-family: var(--ax-font-body, 'Lato', system-ui, sans-serif);
    font-size: clamp(0.95rem, 1.2vw, 1.03rem);
    line-height: 1.55;
    color: var(--ax-muted, #6E6A60);
}

.tfc-precio__item::before {
    content: counter(tfc-precio, decimal-leading-zero);
    font-family: var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    font-size: 1.9rem;
    line-height: 0.9;
    color: var(--ax-orange-deep, #B0401A);
}

.tfc-precio__item strong { color: var(--ax-ink, #1F2530); }

.tfc-precio__item a {
    color: var(--ax-ink, #1F2530);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--ax-orange, #F15A29);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.tfc-precio__cta { display: flex; flex-wrap: wrap; gap: 12px; }

.tfc-precio__cta .ax-btn { flex: 1 1 260px; }


/* ==========================================================================
   Tab Descripción — ficha técnica sobre .tarjeta-beneficio (global)
   ========================================================================== */

/* Enlace dentro de la ficha técnica: ink + subrayado naranja (no azul Bootstrap). */
.product-infor-tab-content .tc-spec-value a {
    color: var(--ax-ink, #1F2530);
    text-decoration: underline;
    text-decoration-color: var(--ax-orange, #F15A29);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

/* tergal-catalan.css deja .tc-spec-label en 11px; piso de legibilidad 14px. */
.product-infor-tab-content .tc-spec-label {
    font-size: 14px;
    color: var(--ax-ink, #1F2530);
}


/* ==========================================================================
   .tfc-usos — carrusel de usos: riel scroll-snap global (.ax-scroller,
   landing-producto.css §26 + ax-scroller.js). Bastidor ink con sombra
   sólida, hover lift-orange y pie en Anton. Funciona dentro del tab
   oculto (no mide al iniciar, a diferencia de slick).
   ========================================================================== */

.tfc-usos { --ax-scroller-nav-top: calc(50% - 22px); margin: 32px 0 8px; }

.tfc-media { margin: 0; }

.tfc-media__box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: var(--tfc-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%;
}

.tfc-media--1-1 { --tfc-ratio: 1 / 1; }

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

.tfc-usos__media { margin: 0; }

.tfc-usos__media .tfc-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));
}

.tfc-usos__media .tfc-media__box:hover,
.tfc-usos__media .tfc-media__box:focus-within {
    transform: translate(-3px, -3px);
    box-shadow: 7px 7px 0 var(--ax-orange, #F15A29);
}

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


/* ==========================================================================
   .tfc-faq — acordeón ax-faq.js (data-ax-faq), exclusivo por grupo.
   Sin JS, <details> nativo sigue funcionando (SEO intacto).
   ========================================================================== */

.tfc-faqsec__grid {
    display: grid;
    gap: clamp(1.75rem, 4vw, 3rem);
    align-items: start;
}

@media (min-width: 940px) {
    .tfc-faqsec__grid { grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); }
    .tfc-faqsec__aside { position: sticky; top: 130px; }
}

.tfc-faqsec__title { margin: 0.6rem 0 0; }

.tfc-faqsec__note {
    margin: clamp(1rem, 2.4vw, 1.4rem) 0;
    max-width: 42ch;
    font-family: var(--ax-font-accent);
    font-style: italic;
    font-size: clamp(1.02rem, 1.5vw, 1.18rem);
    line-height: 1.5;
    color: var(--ax-muted);
}

.tfc-faq { display: flex; flex-direction: column; gap: 12px; }

.tfc-faq__item {
    background: var(--ax-white);
    border: 1.5px solid var(--ax-rule);
    transition: border-color var(--ax-motion-fast) var(--ax-ease-out),
                box-shadow var(--ax-motion-fast) var(--ax-ease-out);
}

.tfc-faq__item:hover { border-color: var(--ax-ink); }

.tfc-faq__item[open] {
    border-color: var(--ax-ink);
    border-left: 4px solid var(--ax-orange);
    box-shadow: 5px 5px 0 var(--ax-ink);
}

.tfc-faq__q {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 44px;
    padding: clamp(13px, 1.8vw, 17px) clamp(16px, 2.2vw, 22px);
    /* side-shift */
    transition: padding-left var(--ax-motion-fast) var(--ax-ease-out);
}

.tfc-faq__q::-webkit-details-marker { display: none; }
.tfc-faq__q::marker { content: ""; }
.tfc-faq__item:hover .tfc-faq__q { padding-left: calc(clamp(16px, 2.2vw, 22px) + 5px); }

.tfc-faq__q:focus-visible {
    outline: 3px solid var(--ax-purple, #6A52A2);
    outline-offset: 2px;
}

.tfc-faq__q-text {
    flex: 1;
    margin: 0;
    font-family: var(--ax-font-body);
    font-weight: 700;
    font-size: clamp(0.98rem, 1.4vw, 1.12rem) !important;  /* style.css fuerza h3 a 25px en móvil */
    line-height: 1.35;
    color: var(--ax-ink);
    transition: color var(--ax-motion-fast) var(--ax-ease-out);
}

.tfc-faq__q::after {
    content: '+';
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    font-family: var(--ax-font-display);
    font-size: 1.35rem;
    line-height: 1;
    background: var(--ax-cream);
    color: var(--ax-orange-deep, #B0401A);
    border: 1.5px solid var(--ax-ink);
    transition: transform var(--ax-motion-fast) var(--ax-ease-out),
                background var(--ax-motion-fast) var(--ax-ease-out),
                color var(--ax-motion-fast) var(--ax-ease-out);
}

.tfc-faq__item[open] .tfc-faq__q-text { color: var(--ax-orange-deep, #B0401A); }

.tfc-faq__item[open] .tfc-faq__q::after {
    transform: rotate(45deg);
    background: var(--ax-orange);
    color: var(--ax-paper);
    border-color: var(--ax-orange);
}

.tfc-faq__a {
    margin: 0;
    max-width: 72ch;
    padding: 0 clamp(16px, 2.2vw, 22px) clamp(16px, 2.2vw, 20px);
    font-family: var(--ax-font-body);
    font-size: clamp(0.95rem, 1.1vw, 1.0625rem);
    line-height: 1.65;
    color: var(--ax-muted);
}

.tfc-faq__a strong { color: var(--ax-ink); }

.tfc-faq__a a {
    color: var(--ax-ink);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--ax-orange);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}


/* ==========================================================================
   Motion — prefers-reduced-motion (regla dura)
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
    .tfc-usos__media .tfc-media__box,
    .tfc-carta__card,
    .tfc-carta__cta,
    .tfc-hilos__card::after,
    .tfc-faq__item,
    .tfc-faq__q,
    .tfc-faq__q-text,
    .tfc-faq__q::after {
        transition: none !important;
    }
    .tfc-usos__media .tfc-media__box:hover,
    .tfc-usos__media .tfc-media__box:focus-within,
    .tfc-carta__card:hover,
    .tfc-carta__card:focus-within {
        transform: none;
        box-shadow: 7px 7px 0 var(--ax-orange, #F15A29);
    }
}
