/* =========================================================================
   Arletex Design System v3.5 — Telas para Uniformes Escolares
   (/telas/telas-para-uniformes-escolares)
   Hoja editorial por página. Prefijo de clase y de token: ue- / --ue-*.
   Tokens locales con fallback a --ax-* global y, si no, a hex del sistema.
   ─────────────────────────────────────────────────────────────────────────
   TEMA: la guía de la confección escolar. Cada prenda pide una tela distinta
   (falda · jumper · pantalón · camisa · deportivo). Se apoya en registros
   Dossier, Galería, Periódico y Técnico — con Manifiesto solo en el cierre.
   Se conserva TODO el SEO del original (meta, schema FAQPage, headings,
   keywords en <strong>, enlaces internos e imágenes). ≥55% blanco;
   ink como puntuación (solo el CTA final).

   Mapa de secciones (registro · apertura · marco · fondo · hover):
     00 Cintillo temporada Almanaque· Postmark (stamp)    · Bleed    · INK   · —
     01 Intro (H1)        Dossier   · Arthead + CTA       · Top-rule · white · press
     01b Destacado precio Vitrina   · SwatchHead + precio · Full-fr. · paper · press
     02 Banner industrial Galería   · figura-link         · tight    · white · lift
     03 Qué tela (6)      Galería   · IndexRow + grid     · —        · white · lift
     04 Interlink Tergal  (partial global)                · tight    · white · —
     05 Faldas (3)        Periódico · DropCap + grid      · Double   · paper · lift
     06 Jumper (3)        Dossier   · NumberProtag + grid · Index-tab· white · lift
     07 Pantalón (3)      Técnico   · LabelLateral + grid · Side     · white · lift
     08 Camisas (6)       Periódico · Arthead + prose+grid· Double   · paper · lift
     09 Deportivos (2)    Galería   · IndexRow + feat     · —        · white · lift
     10 Cómo elegir (5)   Dossier   · Steps numerados     · Index-tab· cream · —
     11 Confección volumen Periódico· Arthead + prosa     · —        · white · —
     11b Form cotización  Carta     · FormCard numerada   · Full-fr. · cream · press
     12 Beneficios(inc)   (partial global)                · tight    · —     · —
     13 Telas por rollo(10)Dossier  · NumberProtag + grid · —        · white · lift
     14 YouTube (inc)     (partial global)                · tight    · —     · —
     15 FAQ (7)           Dossier   · RunIn + <details>   · Top-rule · white · (ax-faq.js)
     16 CTA final         Manifiesto· MegaTextBg          · Bleed    · INK   · press
   ========================================================================= */

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

    --ue-ease:          cubic-bezier(0.22, 1, 0.36, 1);
    --ue-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 sticky. */
.ue-page { overflow-x: clip; }
.ue-page *,
.ue-page *::before,
.ue-page *::after { box-sizing: border-box; }

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

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

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

/* ─── Eyebrow stamp (rectángulo recto — firma editorial, radius 0) ──────── */
.ue-eyebrow {
    font-family: var(--ue-font-accent);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(0.95rem, 1.1vw, 1.15rem);
    color: var(--ue-muted);
    line-height: 1.4;
    margin: 0 0 clamp(16px, 2vw, 22px);
    display: inline-flex;
    align-items: baseline;
    gap: 0.65rem;
    flex-wrap: wrap;
}
.ue-eyebrow[data-stamp]:not([data-stamp=""])::before {
    content: attr(data-stamp);
    font-family: var(--ue-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(--ue-orange);
    color: var(--ue-orange);
    flex-shrink: 0;
}
.ue-eyebrow--inline { margin: 0; }

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

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

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

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

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

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

/* =========================================================================
   01 · Intro — Dossier · arthead + CTA · Top-rule orange · white
   ========================================================================= */
.ue-section--intro {
    border-top: 3px solid var(--ue-orange);
    padding-top: clamp(40px, 6vw, 72px);
}
.ue-arthead { margin-bottom: clamp(22px, 3vw, 32px); }
.ue-arthead .ue-title { margin-top: 8px; }
.ue-intro__lead { margin-top: clamp(16px, 2.4vw, 22px); }

/* ─── Apertura RunInHeadline (eyebrow inline + divider + título, hairline) ─ */
.ue-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(--ue-rule);
}
.ue-runin__divider {
    font-family: var(--ue-font-accent);
    font-style: italic;
    color: var(--ue-orange);
    font-size: 1.5em;
    line-height: 1;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .ue-runin { gap: 0.5rem; }
    .ue-runin__divider { display: none; }
}

/* =========================================================================
   Periódico — DropCap · Double-rule
   ========================================================================= */
.ue-section--double-rule {
    border-top: 1px solid var(--ue-rule);
    border-bottom: 1px solid var(--ue-rule);
}
.ue-dropcap {
    max-width: 74ch;
    font-family: var(--ue-font-body);
    font-size: clamp(1.05rem, 1.4vw, 1.22rem);
    line-height: 1.62;
    color: var(--ue-ink);
    margin: 0 0 1.1em;
}
.ue-dropcap:last-child { margin-bottom: 0; }
.ue-dropcap__cap {
    float: left;
    font-family: var(--ue-font-accent);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(3.6rem, 8vw, 5.6rem);
    line-height: 0.8;
    color: var(--ue-orange);
    padding: 0.08em 0.12em 0 0;
    margin-top: 0.04em;
}
.ue-dropcap strong { font-weight: 800; }
.ue-dropcap a,
.ue-prose a strong { font-weight: 800; }
.ue-dropcap a {
    color: var(--ue-ink); font-weight: 800;
    text-decoration: underline; text-decoration-color: var(--ue-orange);
    text-decoration-thickness: 2px; text-underline-offset: 2px;
}
.ue-dropcap a:hover { color: var(--ue-orange); }

/* Bloque de prosa + su grid de cards asociada */
.ue-arthead + .ue-prose,
.ue-lathead + .ue-prose { margin-bottom: clamp(28px, 4vw, 40px); }
.ue-prose + .ue-grid,
.ue-dropcap + .ue-grid,
.ue-idxwrap + .ue-grid { margin-top: clamp(28px, 4vw, 44px); }

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

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

/* =========================================================================
   Galería — IndexRow
   ========================================================================= */
.ue-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(--ue-ink);
}
.ue-indexhead .ue-title { flex: 0 1 auto; }
.ue-indexhead__leader {
    flex: 1 1 auto;
    align-self: flex-end;
    margin-bottom: 0.4em;
    border-bottom: 3px dotted var(--ue-rule);
}
.ue-indexhead__tally {
    flex: 0 0 auto;
    font-family: var(--ue-font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ue-muted);
    white-space: nowrap;
}
@media (max-width: 560px) {
    .ue-indexhead { flex-wrap: wrap; }
    .ue-indexhead__leader { display: none; }
    .ue-indexhead__tally { flex-basis: 100%; }
}
.ue-idxwrap { margin-bottom: clamp(28px, 4vw, 44px); }
.ue-idxwrap .ue-eyebrow { margin-top: clamp(14px, 2vw, 18px); margin-bottom: 0; }
.ue-idx-intro { margin: clamp(10px, 1.6vw, 16px) 0 0; max-width: 82ch; }

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

/* =========================================================================
   Grid de cards + Card (lift-orange · sombra ink → orange al hover)
   Sirve para tarjetas de tela (badge + título) y para features (desc + cta).
   ========================================================================= */
.ue-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, 2.4vw, 32px);
}
.ue-grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .ue-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .ue-grid, .ue-grid--2 { grid-template-columns: 1fr; } }

.ue-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--ue-white);
    color: var(--ue-ink);
    border: 1px solid var(--ue-rule);
    border-top: 3px solid var(--ue-orange);
    border-radius: 0;
    box-shadow: 4px 4px 0 var(--ue-ink);
    overflow: hidden;
    text-decoration: none;
    transition: transform var(--ue-motion-fast) var(--ue-ease),
                box-shadow var(--ue-motion-fast) var(--ue-ease);
}
a.ue-card { color: var(--ue-ink); }
.ue-card:hover,
.ue-card:focus-within {
    transform: translate(-4px, -4px);
    box-shadow: 8px 8px 0 var(--ue-orange);
    text-decoration: none;
    color: var(--ue-ink);
}
.ue-card__media {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    line-height: 0;
    border-bottom: 1px solid var(--ue-rule);
    background: var(--ue-cream);
}
.ue-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s var(--ue-ease);
}
.ue-card:hover .ue-card__media img,
.ue-card:focus-within .ue-card__media img { transform: scale(1.045); }
.ue-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: clamp(18px, 2vw, 24px);
}
.ue-card__badge {
    font-family: var(--ue-font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ue-purple);
    line-height: 1.3;
}
.ue-card__title {
    font-family: var(--ue-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(--ue-ink);
    margin: 0;
}
.ue-card__title a { color: inherit; text-decoration: none; transition: color var(--ue-motion-fast) var(--ue-ease); }
.ue-card__title a:hover { color: var(--ue-orange); }
.ue-card__desc {
    font-family: var(--ue-font-body);
    font-size: clamp(0.92rem, 1.05vw, 1rem);
    line-height: 1.55;
    color: var(--ue-muted);
    margin: 0;
}
.ue-card__desc strong { color: var(--ue-ink); font-weight: 700; }
/* Pie de card: nombre + flecha (tarjetas de tela) */
.ue-card__foot {
    margin-top: auto;
    padding-top: clamp(12px, 1.8vw, 16px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.ue-card__arrow {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1.5px solid var(--ue-ink);
    background: var(--ue-cream);
    color: var(--ue-ink);
    transition: background var(--ue-motion-fast) var(--ue-ease),
                color var(--ue-motion-fast) var(--ue-ease),
                transform var(--ue-motion-fast) var(--ue-ease);
}
.ue-card__arrow svg { width: 18px; height: 18px; fill: currentColor; }
.ue-card:hover .ue-card__arrow,
.ue-card:focus-within .ue-card__arrow {
    background: var(--ue-orange);
    color: #fff;
    transform: translateX(3px);
}
/* Card feature (deportivos): CTA textual con flecha */
.ue-card__cta {
    margin-top: auto;
    padding-top: clamp(12px, 1.8vw, 16px);
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: var(--ue-font-body);
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ue-orange);
}
.ue-card__cta i,
.ue-card__cta svg { transition: transform var(--ue-motion-fast) var(--ue-ease); }
.ue-card:hover .ue-card__cta i,
.ue-card:focus-within .ue-card__cta i { transform: translateX(4px); }
/* La card feature tiene media 4:3 (foto de aplicación, no swatch cuadrado) */
.ue-card--feature .ue-card__media { aspect-ratio: 16 / 10; }

/* =========================================================================
   Galería · color — swatch cards (telas por color institucional)
   Cada tarjeta abre con una banda de color sólida (radius 0) + H3 + prosa.
   ========================================================================= */
.ue-colorgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(20px, 2.6vw, 32px);
    margin-top: clamp(28px, 4vw, 44px);
}
@media (max-width: 720px) { .ue-colorgrid { grid-template-columns: 1fr; } }
.ue-colorcard {
    display: flex;
    flex-direction: column;
    background: var(--ue-white);
    border: 1px solid var(--ue-rule);
    border-top: 3px solid var(--ue-orange);
    box-shadow: 5px 5px 0 var(--ue-ink);
}
.ue-colorcard__swatch {
    height: clamp(72px, 9vw, 104px);
    background: var(--ue-swatch, var(--ue-ink));
    border-bottom: 2px solid var(--ue-ink);
}
.ue-colorcard__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: clamp(18px, 2.2vw, 26px);
}
.ue-colorcard__title {
    font-family: var(--ue-font-display);
    font-weight: 400;
    text-transform: uppercase;
    font-size: clamp(1.25rem, 2.2vw, 1.7rem);
    line-height: 1.05;
    color: var(--ue-ink);
    margin: 0;
}
.ue-colorcard__body p {
    font-family: var(--ue-font-body);
    font-size: clamp(0.95rem, 1.08vw, 1.05rem);
    line-height: 1.6;
    color: var(--ue-muted);
    margin: 0;
}
.ue-colorcard__body p strong { color: var(--ue-ink); font-weight: 700; }
.ue-colorcard__body p a {
    color: var(--ue-ink);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--ue-orange);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
    transition: color var(--ue-motion-fast) var(--ue-ease);
}
.ue-colorcard__body p a:hover { color: var(--ue-orange); }

/* Pills de interlink al pie de cada color card (pill = única excepción radius) */
.ue-pills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: clamp(6px, 1.4vw, 12px);
    padding-top: clamp(12px, 1.8vw, 16px);
    border-top: 1px dashed var(--ue-rule);
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.ue-pills__label {
    flex-basis: 100%;
    font-family: var(--ue-font-mono);
    font-size: 0.64rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ue-muted);
    margin-bottom: 2px;
}
.ue-pill {
    display: inline-flex;
    align-items: center;
    font-family: var(--ue-font-body);
    font-weight: 700;
    font-size: 0.74rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--ue-ink);
    background: var(--ue-white);
    border: 1.5px solid var(--ue-ink);
    border-radius: 9999px;
    padding: 6px 13px;
    line-height: 1;
    transition: background var(--ue-motion-fast) var(--ue-ease),
                color var(--ue-motion-fast) var(--ue-ease),
                transform var(--ue-motion-fast) var(--ue-ease);
}
.ue-pill:hover,
.ue-pill:focus-visible {
    background: var(--ue-orange);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}
/* Pills fuera de una colorcard — bloque de entidad (RunInHeadline): necesitan
   el mismo ritmo vertical que .ue-prose + .ue-grid. */
.ue-pills--standalone { margin-top: clamp(22px, 3vw, 32px); }
@media (max-width: 600px) {
    /* Son la navegación principal del bloque: tap-target ≥44px. */
    .ue-pills--standalone .ue-pill { min-height: 44px; padding: 10px 16px; }
}

/* Cierre de la sección de color — nota + CTA (Full-frame ligero) */
.ue-colornote {
    margin-top: clamp(28px, 4vw, 40px);
    background: var(--ue-cream);
    border: 2px solid var(--ue-ink);
    border-top: 3px solid var(--ue-orange);
    box-shadow: 6px 6px 0 var(--ue-ink);
    padding: clamp(22px, 3.4vw, 34px);
}
.ue-colornote__title {
    font-family: var(--ue-font-display);
    font-weight: 400;
    text-transform: uppercase;
    font-size: clamp(1.3rem, 2.4vw, 1.9rem);
    line-height: 1.05;
    color: var(--ue-ink);
    margin: 0 0 clamp(10px, 1.4vw, 14px);
}
.ue-colornote p {
    font-family: var(--ue-font-body);
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.6;
    color: var(--ue-muted);
    margin: 0 0 0.9em;
    max-width: 74ch;
}
.ue-colornote p:last-of-type { margin-bottom: 0; }
.ue-colornote__fine {
    font-family: var(--ue-font-accent);
    font-style: italic;
    color: var(--ue-muted);
}
.ue-colornote .ue-actions { margin-top: clamp(18px, 2.6vw, 24px); }
@media (max-width: 575px) {
    .ue-colorcard { box-shadow: 3px 3px 0 var(--ue-ink); }
    .ue-colornote { box-shadow: 4px 4px 0 var(--ue-ink); }
}

/* =========================================================================
   Dossier · steps — "¿Cómo elegir la mejor tela?" (secuencia numerada)
   ========================================================================= */
.ue-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: clamp(8px, 2vw, 16px) 0 0;
    border-top: 1px solid var(--ue-rule);
}
.ue-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(--ue-rule);
}
.ue-step__num {
    font-family: var(--ue-font-display);
    font-size: clamp(2rem, 4vw, 2.9rem);
    line-height: 0.85;
    color: var(--ue-orange);
    font-variant-numeric: tabular-nums;
}
.ue-step__body { min-width: 0; }
.ue-step__title {
    font-family: var(--ue-font-display);
    font-weight: 400;
    text-transform: uppercase;
    font-size: clamp(1.15rem, 2vw, 1.5rem);
    line-height: 1.05;
    color: var(--ue-ink);
    margin: 0 0 6px;
}
.ue-step__desc {
    font-family: var(--ue-font-body);
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.55;
    color: var(--ue-muted);
    margin: 0;
}
.ue-step__desc strong { color: var(--ue-ink); font-weight: 700; }

/* =========================================================================
   FAQ · Dossier · Top-rule orange · aside + acordeón <details> (ax-faq.js)
   ========================================================================= */
.ue-section--faq { border-top: 3px solid var(--ue-orange); }
.ue-faqsec__grid { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
@media (min-width: 940px) {
    .ue-faqsec__grid { grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); }
    .ue-faqsec__aside { position: sticky; top: 130px; }
}
.ue-faqsec__note {
    font-family: var(--ue-font-accent);
    font-style: italic;
    color: var(--ue-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;
}
.ue-faq { display: flex; flex-direction: column; gap: 12px; }
.ue-faq__item {
    background: var(--ue-white);
    border: 1.5px solid var(--ue-rule);
    transition: border-color var(--ue-motion-fast) var(--ue-ease),
                box-shadow var(--ue-motion-fast) var(--ue-ease);
}
.ue-faq__item:hover { border-color: var(--ue-ink); }
.ue-faq__item[open] {
    border-color: var(--ue-ink);
    border-left: 4px solid var(--ue-orange);
    box-shadow: 5px 5px 0 var(--ue-ink);
}
.ue-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);
}
.ue-faq__q::-webkit-details-marker { display: none; }
.ue-faq__q-text {
    font-family: var(--ue-font-body);
    font-weight: 700;
    font-size: clamp(0.98rem, 1.4vw, 1.12rem);
    line-height: 1.35;
    color: var(--ue-ink);
    margin: 0;
    transition: color var(--ue-motion-fast) var(--ue-ease);
}
.ue-faq__q::after {
    content: '+';
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    font-family: var(--ue-font-display);
    font-size: 1.35rem;
    line-height: 1;
    background: var(--ue-cream);
    color: var(--ue-orange);
    border: 1.5px solid var(--ue-ink);
    transition: transform var(--ue-motion-fast) var(--ue-ease),
                background var(--ue-motion-fast) var(--ue-ease),
                color var(--ue-motion-fast) var(--ue-ease);
}
.ue-faq__item[open] .ue-faq__q-text { color: var(--ue-orange); }
.ue-faq__item[open] .ue-faq__q::after {
    transform: rotate(45deg);
    background: var(--ue-orange);
    color: var(--ue-paper);
    border-color: var(--ue-orange);
}
.ue-faq__a {
    font-family: var(--ue-font-body);
    font-size: clamp(0.95rem, 1.1vw, 1.0625rem);
    line-height: 1.65;
    color: var(--ue-muted);
    max-width: 70ch;
    padding: 0 clamp(16px, 2.2vw, 22px) clamp(16px, 2.2vw, 20px);
    margin: 0;
}
.ue-faq__a strong { color: var(--ue-ink); font-weight: 700; }
.ue-faq__a a {
    color: var(--ue-ink);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: var(--ue-orange);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}
/* Caja de contacto al cierre del FAQ (CTA WhatsApp) */
.ue-faqcta {
    margin-top: clamp(20px, 3vw, 28px);
    background: var(--ue-cream);
    border: 2px solid var(--ue-ink);
    border-top: 3px solid var(--ue-orange);
    box-shadow: 6px 6px 0 var(--ue-ink);
    padding: clamp(20px, 3vw, 30px);
}
.ue-faqcta__title {
    font-family: var(--ue-font-display);
    font-weight: 400;
    text-transform: uppercase;
    font-size: clamp(1.2rem, 2.2vw, 1.6rem);
    line-height: 1.05;
    color: var(--ue-ink);
    margin: 0 0 8px;
}
.ue-faqcta__text {
    font-family: var(--ue-font-body);
    font-size: clamp(0.95rem, 1.1vw, 1.05rem);
    line-height: 1.55;
    color: var(--ue-muted);
    margin: 0 0 clamp(16px, 2.4vw, 20px);
    max-width: 60ch;
}

/* =========================================================================
   Fanzine/Manifiesto — MegaTextBg · INK (CTA final, puntuación dramática)
   ========================================================================= */
.ue-section--ink {
    background: var(--ue-ink);
    color: var(--ue-paper);
    overflow: hidden;
}
.ue-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;
}
.ue-section--ink > .ue-container { position: relative; z-index: 1; }
.ue-section--ink .ue-title { color: var(--ue-paper); }
.ue-section--ink .ue-eyebrow { color: rgba(250, 246, 238, 0.6); }
.ue-section--ink .ue-lead { color: rgba(250, 246, 238, 0.82); }
.ue-section--ink .ue-lead strong { color: var(--ue-paper); }
.ue-section--ink .ue-cta--whatsapp {
    border-color: var(--ue-paper);
    box-shadow: 8px 8px 0 var(--ue-orange);
}
.ue-section--ink .ue-cta--whatsapp:hover  { transform: translate(-3px, -3px); box-shadow: 11px 11px 0 var(--ue-orange); }
.ue-section--ink .ue-cta--whatsapp:active { transform: translate(2px, 2px); box-shadow: 4px 4px 0 var(--ue-orange); }

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

/* =========================================================================
   00 · Cintillo de temporada — Almanaque · Postmark · Bleed-edge · INK
   Vive FUERA de .ue-page (arriba del slide legacy), por eso declara tokens
   por su cuenta. Sello Anton pulsante + aviso Lato + link de salto al form.
   ========================================================================= */
.ue-cintillo {
    display: block;
    width: 100%;
    background: var(--ue-ink);
    color: var(--ue-paper);
    border-bottom: 3px solid var(--ue-orange);
    font-family: var(--ue-font-body);
    box-sizing: border-box;
}
.ue-cintillo *,
.ue-cintillo *::before,
.ue-cintillo *::after { box-sizing: border-box; }

.ue-cintillo__inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(12px, 1.8vw, 18px) clamp(20px, 4vw, 48px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(10px, 1.8vw, 20px);
}
.ue-cintillo__stamp {
    flex-shrink: 0;
    font-family: var(--ue-font-display);
    font-size: clamp(0.82rem, 1.3vw, 1rem);
    letter-spacing: 0.09em;
    text-transform: uppercase;
    line-height: 1;
    color: var(--ue-ink);
    background: var(--ue-orange);
    padding: 0.42rem 0.72rem 0.36rem;
    animation: ue-cintillo-pulse 1.8s ease-in-out infinite;
}
.ue-cintillo__text {
    flex: 1 1 320px;
    min-width: 0;
    margin: 0;
    font-size: clamp(0.88rem, 1.05vw, 1rem);
    line-height: 1.55;
    color: rgba(250, 246, 238, 0.86);
}
.ue-cintillo__text strong {
    display: block;
    font-family: var(--ue-font-display);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: clamp(0.95rem, 1.4vw, 1.15rem);
    line-height: 1.15;
    color: var(--ue-paper);
    margin-bottom: 2px;
}
.ue-cintillo__text em {
    font-family: var(--ue-font-accent);
    font-style: italic;
    color: var(--ue-orange);
}
.ue-cintillo__link {
    flex-shrink: 0;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 44px;
    padding: 10px 18px;
    font-family: var(--ue-font-display);
    font-size: clamp(0.8rem, 1.1vw, 0.95rem);
    letter-spacing: 0.07em;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    color: var(--ue-paper);
    background: transparent;
    border: 2px solid var(--ue-paper);
    transition: background var(--ue-motion-fast) var(--ue-ease),
                color var(--ue-motion-fast) var(--ue-ease),
                transform var(--ue-motion-fast) var(--ue-ease);
}
.ue-cintillo__link:hover,
.ue-cintillo__link:focus-visible {
    background: var(--ue-orange);
    border-color: var(--ue-orange);
    color: var(--ue-ink);              /* ink sobre orange = AA (no #fff) */
    text-decoration: none;
    transform: translateY(-2px);
}
.ue-cintillo :focus-visible { outline: 3px solid var(--ue-yellow); outline-offset: 3px; }

@keyframes ue-cintillo-pulse {
    0%, 100% { box-shadow: 0 0 0 0   rgba(241, 90, 41, 0.55); }
    50%      { box-shadow: 0 0 0 6px rgba(241, 90, 41, 0); }
}
@media (max-width: 720px) {
    .ue-cintillo__link { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
    .ue-cintillo__stamp { animation: none; }
    .ue-cintillo__link:hover { transform: none; }
}

/* =========================================================================
   01b · Producto destacado de temporada — Vitrina · SwatchHead · Full-frame
   El precio es el elemento visual dominante: $65 Anton gigante, unidad Lato
   pequeña, condición debajo y sello "pedido mínimo" con doble filete.
   ========================================================================= */
.ue-feat {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 0;
    background: var(--ue-white);
    border: 2px solid var(--ue-ink);
    border-top: 4px solid var(--ue-orange);
    box-shadow: 12px 12px 0 var(--ue-ink);
}
@media (max-width: 860px) { .ue-feat { grid-template-columns: 1fr; } }

.ue-feat__media {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-right: 2px solid var(--ue-ink);
    background: var(--ue-cream);
    min-width: 0;
}
@media (max-width: 860px) {
    .ue-feat__media { border-right: 0; border-bottom: 2px solid var(--ue-ink); }
}
/* El shot crece hasta igualar la altura del cuerpo (grid stretch): sin hueco
   muerto bajo los thumbs. En stack móvil el flex no aplica y manda el ratio. */
.ue-feat__shot {
    position: relative;
    display: block;
    flex: 1 1 auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    line-height: 0;
}
.ue-feat__shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ue-feat__thumbs {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 2px solid var(--ue-ink);
}
.ue-feat__thumb {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    line-height: 0;
    border-right: 1px solid var(--ue-ink);
}
.ue-feat__thumb:last-child { border-right: 0; }
.ue-feat__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.ue-feat__body {
    padding: clamp(22px, 3.2vw, 40px);
    min-width: 0;
}
.ue-feat__body .ue-eyebrow { margin-bottom: clamp(10px, 1.4vw, 14px); }
.ue-feat__body .ue-title { margin: 0 0 clamp(14px, 2vw, 20px); }

/* ── PriceBlock (§10.9) ─────────────────────────────────────────────────── */
.ue-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 0.45rem;
    margin: 0;
    line-height: 1;
}
.ue-price__from {
    flex-basis: 100%;
    font-family: var(--ue-font-accent);
    font-style: italic;
    font-size: clamp(0.95rem, 1.2vw, 1.1rem);
    color: var(--ue-muted);
    margin-bottom: 6px;
}
.ue-price__currency {
    align-self: flex-start;
    margin-top: 0.45rem;
    font-family: var(--ue-font-accent);
    font-style: italic;
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    color: var(--ue-muted);
}
.ue-price__num {
    font-family: var(--ue-font-display);
    font-size: clamp(3.6rem, 9vw, 6rem);
    line-height: 0.88;
    letter-spacing: -0.02em;
    color: var(--ue-ink);
    font-variant-numeric: tabular-nums;
}
.ue-price__unit {
    font-family: var(--ue-font-body);
    font-weight: 700;
    font-size: clamp(0.9rem, 1.15vw, 1.05rem);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--ue-ink);
}
.ue-price__unit em {
    display: block;
    font-family: var(--ue-font-accent);
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    font-size: 1.05em;
    color: var(--ue-muted);
}
.ue-price__cond {
    margin: clamp(12px, 1.8vw, 16px) 0 0;
    padding: 0.6rem 0;
    border-top: 1px solid var(--ue-rule);
    border-bottom: 1px solid var(--ue-rule);
    font-family: var(--ue-font-body);
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ue-muted);
}

/* ── Sello "pedido mínimo" (doble filete, radius 0) ─────────────────────── */
.ue-seal {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    margin: clamp(18px, 2.4vw, 24px) 0 0;
    padding: 10px 18px;
    border: 2px solid var(--ue-orange);
    outline: 1px solid var(--ue-orange);
    outline-offset: 3px;
    color: var(--ue-orange-deep);
    text-align: center;
}
.ue-seal__label {
    font-family: var(--ue-font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1;
}
.ue-seal__value {
    font-family: var(--ue-font-display);
    font-size: clamp(1rem, 1.7vw, 1.25rem);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1;
}

.ue-feat__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.9rem;
    margin: clamp(18px, 2.4vw, 22px) 0 0;
    padding: 0;
    list-style: none;
    font-family: var(--ue-font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ue-muted);
}
.ue-feat__meta li { display: inline-flex; align-items: center; gap: 0.5rem; }
.ue-feat__meta li + li::before { content: "·"; color: var(--ue-orange); }

.ue-feat__desc {
    margin: clamp(16px, 2.2vw, 20px) 0 0;
    font-family: var(--ue-font-body);
    font-size: clamp(0.98rem, 1.15vw, 1.08rem);
    line-height: 1.6;
    color: var(--ue-ink);
    max-width: 46ch;
}
.ue-feat__desc strong { font-weight: 800; }
.ue-feat__fine {
    margin: clamp(8px, 1.2vw, 12px) 0 0;
    font-family: var(--ue-font-accent);
    font-style: italic;
    font-size: clamp(0.92rem, 1.05vw, 1rem);
    line-height: 1.55;
    color: var(--ue-muted);
    max-width: 48ch;
}
.ue-feat__body .ue-actions { margin-top: clamp(22px, 3vw, 30px); }

@media (max-width: 575px) {
    .ue-feat { box-shadow: 6px 6px 0 var(--ue-ink); }
}

/* =========================================================================
   11b · FormCard de cotización (§10.6) — Carta · campos numerados · cream
   Sin backend: valida en cliente y abre WhatsApp con mensaje pre-redactado.
   ========================================================================= */
.ue-formca-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 18px;            /* la sombra del card no se corta */
}
.ue-formca {
    position: relative;
    background: var(--ue-paper);
    color: var(--ue-ink);
    border: 2px solid var(--ue-ink);
    box-shadow: 14px 14px 0 var(--ue-ink);
    padding: clamp(24px, 4vw, 52px);
}
.ue-formca__rule {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: var(--ue-orange);
}
.ue-formca__head { margin-bottom: clamp(24px, 3.5vw, 38px); }
.ue-formca__head .ue-title { margin: 0 0 clamp(12px, 1.8vw, 16px); }
.ue-formca__lead {
    margin: 0;
    font-family: var(--ue-font-accent);
    font-style: italic;
    font-size: clamp(1rem, 1.35vw, 1.15rem);
    line-height: 1.55;
    color: var(--ue-muted);
    max-width: 56ch;
}

.ue-formca__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(24px, 3vw, 32px);
}
@media (min-width: 768px) {
    .ue-formca__grid { grid-template-columns: 1fr 1fr; }
}
.ue-formca__field { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.ue-formca__field--full { grid-column: 1 / -1; }

.ue-formca__label-row { display: inline-flex; align-items: baseline; gap: 10px; }
.ue-formca__num {
    flex-shrink: 0;
    font-family: var(--ue-font-mono);
    color: var(--ue-orange);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
}
.ue-formca__label {
    font-family: var(--ue-font-display);
    font-weight: 400;
    text-transform: uppercase;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    letter-spacing: 0.04em;
    line-height: 1.15;
    color: var(--ue-ink);
}
.ue-formca__hint {
    font-family: var(--ue-font-accent);
    font-style: italic;
    font-size: 0.88rem;
    color: var(--ue-muted);
}

.ue-formca__input {
    width: 100%;
    background: var(--ue-white);
    color: var(--ue-ink);
    border: 2px solid var(--ue-ink);
    border-radius: 0;
    padding: 14px 18px;
    min-height: 44px;
    font-family: var(--ue-font-body);
    font-size: 1rem;
    line-height: 1.3;
    box-shadow: 6px 6px 0 var(--ue-ink);
    -webkit-appearance: none;
    appearance: none;
    transition: transform var(--ue-motion-fast) var(--ue-ease),
                box-shadow var(--ue-motion-fast) var(--ue-ease),
                border-color var(--ue-motion-fast) var(--ue-ease);
}
.ue-formca__input:focus,
.ue-formca__input:focus-visible {
    outline: none;
    border-color: var(--ue-orange);
    transform: translate(-3px, -3px);
    box-shadow: 9px 9px 0 var(--ue-ink);
}
.ue-formca__input[aria-invalid="true"] {
    border-color: #B3261E;
    box-shadow: 6px 6px 0 #B3261E;
}
.ue-formca__select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231F2530'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 20px;
    padding-right: 44px;
}
.ue-formca__error {
    display: none;
    font-family: var(--ue-font-body);
    font-weight: 700;
    font-size: 0.82rem;
    color: #B3261E;
}
.ue-formca__field--invalid .ue-formca__error { display: block; }

.ue-formca__actions {
    margin-top: clamp(28px, 4vw, 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.ue-formca__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: clamp(16px, 2.2vw, 22px) clamp(22px, 3.6vw, 40px);
    min-height: 44px;
    background: var(--ue-whatsapp);
    color: #fff;
    border: 2px solid var(--ue-ink);
    border-radius: 0;
    font-family: var(--ue-font-display);
    font-size: clamp(1.05rem, 1.8vw, 1.4rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.05;
    cursor: pointer;
    box-shadow: 8px 8px 0 var(--ue-ink);
    transition: transform var(--ue-motion-fast) var(--ue-ease),
                box-shadow var(--ue-motion-fast) var(--ue-ease);
}
.ue-formca__cta i { font-size: 1.45em; line-height: 1; flex-shrink: 0; }
.ue-formca__cta:hover  { transform: translate(-3px, -3px); box-shadow: 11px 11px 0 var(--ue-ink); }
.ue-formca__cta:active { transform: translate(2px, 2px);   box-shadow: 4px 4px 0 var(--ue-ink); }
.ue-formca__microcopy {
    margin: 0 auto;
    max-width: 60ch;
    text-align: center;
    font-family: var(--ue-font-accent);
    font-style: italic;
    font-size: clamp(0.92rem, 1.1vw, 1.02rem);
    line-height: 1.55;
    color: var(--ue-muted);
}
.ue-formca__microcopy em {
    font-style: normal;
    font-family: var(--ue-font-display);
    font-size: 0.86em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: var(--ue-orange-deep);  /* stamp pequeño → orange-deep para AA */
    color: #fff;
    padding: 2px 8px;
}

@media (max-width: 575px) {
    .ue-formca { box-shadow: 8px 8px 0 var(--ue-ink); }
    .ue-formca__input { box-shadow: 4px 4px 0 var(--ue-ink); }
    .ue-formca__input:focus,
    .ue-formca__input:focus-visible { box-shadow: 7px 7px 0 var(--ue-ink); }
    .ue-formca__cta { box-shadow: 6px 6px 0 var(--ue-ink); width: 100%; }
    .ue-formca__cta:hover { box-shadow: 9px 9px 0 var(--ue-ink); }
}
@media (prefers-reduced-motion: reduce) {
    .ue-formca__input:focus,
    .ue-formca__input:focus-visible,
    .ue-formca__cta:hover,
    .ue-formca__cta:active { transform: none; }
}

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

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

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

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