/* =========================================================================
   Arletex Design System v3.3 — Halloween Editorial
   Sección editorial intro (hwed-*) + FAQ (fqc-*)
   ─────────────────────────────────────────────────────────────────────────
   Editorial intro:
     Registro: Dossier · Apertura: Dossier + DropCap · Marco: Top-rule
     Hover dominante: lift-orange (CTA)
   FAQ:
     Registro: Periódico · Apertura: RunInHeadline · Marco: Double-rule hairline
     Hover: side-shift en preguntas
   ========================================================================= */

/* ─── Tokens locales (fallback a valores si --ax-* no está cargado) ──── */
.hwhero-section,
.hwed-section,
.fqc-section,
.hwsec-anchor,
.hwsec-block,
.hwsec-spotlight,
.hwsec-trio,
.hwsec-mosaic,
.hwsec-specs {
    --he-ink:           var(--ax-ink, #1F2530);
    --he-paper:         var(--ax-paper, #FAF6EE);
    --he-cream:         var(--ax-cream, #F2EDE4);
    --he-white:         var(--ax-white, #FFFFFF);
    --he-orange:        var(--ax-orange, #F15A29);
    --he-orange-deep:   var(--ax-orange-deep, #B0401A);
    --he-purple:        var(--ax-purple, #6A52A2);
    --he-yellow:        var(--ax-yellow, #FFEB3B);
    --he-muted:         var(--ax-muted, #6E6A60);
    --he-rule:          rgba(31, 37, 48, 0.18);
    --he-whatsapp:      var(--ax-whatsapp, #25D366);
    --he-whatsapp-deep: #128C7E;
    --he-whatsapp-d:    #128C7E; /* alias usado por .hwsec-cta--whatsapp */
    --he-font-display:  var(--ax-font-display, 'Anton', 'Arial Narrow', sans-serif);
    --he-font-accent:   var(--ax-font-accent, 'Fraunces', Georgia, serif);
    --he-font-body:     var(--ax-font-body, 'Lato', system-ui, sans-serif);
    --he-font-mono:     var(--ax-font-mono, 'JetBrains Mono', ui-monospace, monospace);
}

/* ═════════════════════════════════════════════════════════════════════════
   00 · Apertura Halloween — Hero TSG (hwhero-*)
   Registro: Fanzine · Apertura: ManifestoClaim + MegaTextBg
   Marco: Side-rule purple · Hover dominante: lift-orange (CTAs)
   ═════════════════════════════════════════════════════════════════════════ */

.hwhero-section {
    background: var(--he-white);
    color: var(--he-ink);
    font-family: var(--he-font-body);
    padding: clamp(48px, 7vw, 88px) 0 clamp(56px, 8vw, 96px);
    position: relative;
    overflow: hidden;
    border-left: 6px solid var(--he-purple);
    border-top: 1px solid rgba(31, 37, 48, 0.16);
}

/* Mega-text bg decorativo */
.hwhero-bg {
    position: absolute;
    inset: auto 0 -8px 0;
    font-family: var(--he-font-display);
    font-weight: 500;
    font-size: clamp(8rem, 24vw, 24rem);
    line-height: 0.82;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: rgba(31, 37, 48, 0.045);
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    padding-right: clamp(20px, 4vw, 56px);
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

.hwhero-inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 48px);
    display: flex;
    flex-direction: column;
    gap: clamp(18px, 2.4vw, 26px);
}

/* Meta — eyebrow stamp ink + texto Fraunces (variación respecto al stamp orange editorial) */
.hwhero-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    font-family: var(--he-font-body);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1;
    color: var(--he-ink);
    align-self: flex-start;
}

.hwhero-meta-stamp {
    background: var(--he-ink);
    color: var(--he-white);
    padding: 6px 10px;
    letter-spacing: 0.16em;
}

.hwhero-meta-text {
    font-family: var(--he-font-accent);
    font-style: italic;
    font-weight: 500;
    font-size: 0.95rem;
    text-transform: none;
    letter-spacing: 0.005em;
    color: var(--he-muted);
}

/* Claim — Anton mega + em Fraunces lowercase orange */
.hwhero-claim {
    margin: 0;
    font-family: var(--he-font-display);
    font-weight: 500;
    font-size: clamp(2.6rem, 9vw, 6rem) !important;
    line-height: 0.94;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: var(--he-ink);
    max-width: 18ch;
}

.hwhero-claim em {
    font-family: var(--he-font-accent);
    font-style: italic;
    font-weight: 600;
    font-size: 0.82em;
    text-transform: lowercase;
    letter-spacing: 0;
    color: var(--he-orange);
    display: inline-block;
}

.hwhero-claim-amp {
    display: inline-block;
    font-family: var(--he-font-accent);
    font-style: italic;
    font-weight: 400;
    font-size: 0.78em;
    color: var(--he-purple);
    margin: 0 0.05em;
    vertical-align: -0.05em;
}

.hwhero-claim-line2 {
    display: inline-block;
}

/* Deck */
.hwhero-deck {
    margin: 0;
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.55;
    color: var(--he-muted);
    max-width: 56ch;
}

.hwhero-deck strong {
    color: var(--he-ink);
    font-weight: 700;
}

/* Grid 2-col: prose + video */
.hwhero-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(32px, 5vw, 64px);
    align-items: start;
    margin-top: clamp(16px, 2vw, 24px);
    padding-top: clamp(24px, 3vw, 36px);
    border-top: 1px solid rgba(31, 37, 48, 0.22);
}

/* Prose */
.hwhero-prose {
    max-width: 60ch;
}

.hwhero-prose__h2 {
    margin: 0 0 1rem;
    font-family: var(--he-font-display);
    font-weight: 500;
    font-size: clamp(1.4rem, 2.4vw, 1.75rem);
    line-height: 1.08;
    text-transform: uppercase;
    color: var(--he-ink);
    letter-spacing: 0.005em;
}

.hwhero-prose__h2 em {
    font-family: var(--he-font-accent);
    font-style: italic;
    font-weight: 600;
    font-size: 0.85em;
    text-transform: lowercase;
    letter-spacing: 0;
    color: var(--he-orange);
}

.hwhero-prose p {
    margin: 0 0 1rem;
    font-size: 1.02rem;
    line-height: 1.7;
    color: var(--he-ink);
}

.hwhero-prose p:last-of-type {
    margin-bottom: 1.4rem;
}

.hwhero-prose strong {
    font-weight: 700;
}

/* CTAs duales — chunky press */
.hwhero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 12px;
}

.hwhero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--he-font-body);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 16px 24px;
    border-radius: 0;
    text-decoration: none;
    border: 2px solid;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease, color 120ms ease;
    min-height: 48px;
    line-height: 1.2;
}

.hwhero-cta--primary {
    background: var(--he-orange);
    color: var(--he-white);
    border-color: var(--he-orange);
    box-shadow: 0 6px 0 var(--he-orange-deep);
}

.hwhero-cta--primary:hover,
.hwhero-cta--primary:focus-visible {
    color: var(--he-white);
    text-decoration: none;
    transform: translateY(3px);
    box-shadow: 0 3px 0 var(--he-orange-deep);
    background: var(--he-orange-deep);
    outline: none;
}

.hwhero-cta--ghost {
    background: transparent;
    color: var(--he-ink);
    border-color: var(--he-ink);
    box-shadow: 0 6px 0 var(--he-ink);
}

.hwhero-cta--ghost:hover,
.hwhero-cta--ghost:focus-visible {
    color: var(--he-white);
    text-decoration: none;
    background: var(--he-ink);
    transform: translateY(3px);
    box-shadow: 0 3px 0 var(--he-ink);
    outline: none;
}

/* CTA WhatsApp — verde oficial (token reservado solo a CTAs WhatsApp) */
.hwhero-cta--whatsapp {
    background: var(--ax-whatsapp, #25D366);
    color: var(--he-white);
    border-color: var(--ax-whatsapp, #25D366);
    box-shadow: 0 6px 0 var(--ax-whatsapp-deep, #128C7E);
}

.hwhero-cta--whatsapp:hover,
.hwhero-cta--whatsapp:focus-visible {
    color: var(--he-white);
    text-decoration: none;
    background: var(--ax-whatsapp-deep, #128C7E);
    border-color: var(--ax-whatsapp-deep, #128C7E);
    transform: translateY(3px);
    box-shadow: 0 3px 0 var(--ax-whatsapp-deep, #128C7E);
    outline: none;
}

.hwhero-cta:focus-visible {
    outline: 2px solid var(--he-yellow);
    outline-offset: 3px;
}

.hwhero-cta i {
    font-size: 16px;
    line-height: 1;
}

/* Video derecha — marco chunky ink */
.hwhero-video {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    position: relative;
}

.hwhero-video-label {
    font-family: var(--he-font-mono);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--he-orange);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
}

.hwhero-video-label::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--he-orange);
    border-radius: 50%;
    animation: hwhero-blink 1.6s ease-in-out infinite;
}

@keyframes hwhero-blink {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.35; }
}

.hwhero-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: var(--he-ink);
    box-shadow: 8px 8px 0 var(--he-ink);
    border: 2px solid var(--he-ink);
}

.hwhero-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.hwhero-video-credit {
    margin: 6px 0 0;
    font-family: var(--he-font-mono);
    font-size: 0.78rem;
    line-height: 1.5;
    color: var(--he-muted);
    letter-spacing: 0.01em;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: baseline;
}

.hwhero-video-credit a {
    color: var(--he-ink);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid var(--he-orange);
    transition: color 120ms ease, border-color 120ms ease;
}

.hwhero-video-credit a:hover,
.hwhero-video-credit a:focus-visible {
    color: var(--he-orange);
    border-bottom-color: var(--he-ink);
    outline: none;
}

/* Responsive */
@media (max-width: 900px) {
    .hwhero-grid {
        grid-template-columns: 1fr;
        gap: clamp(28px, 5vw, 40px);
    }
    .hwhero-video-frame {
        box-shadow: 5px 5px 0 var(--he-ink);
    }
}

@media (max-width: 600px) {
    .hwhero-section {
        border-left-width: 4px;
    }
    .hwhero-bg {
        font-size: clamp(5rem, 30vw, 11rem);
    }
    .hwhero-claim {
        max-width: none;
    }
    .hwhero-cta {
        width: 100%;
        justify-content: center;
        padding: 14px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hwhero-cta,
    .hwhero-video-credit a {
        transition: none;
    }
    .hwhero-video-label::before {
        animation: none;
    }
    .hwhero-cta:hover,
    .hwhero-cta:focus-visible {
        transform: none;
    }
}

/* ═════════════════════════════════════════════════════════════════════════
   01 · Editorial intro Halloween (hwed-*)
   ═════════════════════════════════════════════════════════════════════════ */

.hwed-section {
    background: var(--he-white);
    padding: clamp(56px, 7vw, 88px) 0;
    font-family: var(--he-font-body);
    color: var(--he-ink);
    position: relative;
    border-top: 6px solid var(--he-orange);
}

/* Marco Top-rule doble: naranja gruesa + hairline ink */
.hwed-section::before {
    content: '';
    position: absolute;
    top: 10px; left: 0; right: 0;
    height: 1px;
    background: rgba(31, 37, 48, 0.18);
    pointer-events: none;
}

.hwed-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 48px);
    display: flex;
    flex-direction: column;
    gap: clamp(48px, 6vw, 72px);
}

/* Bloque base — separación entre articles */
.hwed-block {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2.4vw, 28px);
    scroll-margin: 120px;
}

.hwed-block__head {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Eyebrow naranja con stamp + texto Fraunces */
.hwed-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    font-family: var(--he-font-body);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1;
    color: var(--he-ink);
}

.hwed-eyebrow-stamp {
    background: var(--he-orange);
    color: var(--he-white);
    padding: 6px 10px;
    letter-spacing: 0.16em;
}

.hwed-eyebrow--purple .hwed-eyebrow-stamp {
    background: var(--he-purple);
}

.hwed-eyebrow-text {
    font-family: var(--he-font-accent);
    font-style: italic;
    font-weight: 500;
    font-size: 0.95rem;
    text-transform: none;
    letter-spacing: 0.005em;
    color: var(--he-muted);
}

/* H2 grande — Anton + em Fraunces lowercase naranja */
.hwed-h2 {
    margin: 0;
    font-family: var(--he-font-display);
    font-weight: 500;
    font-size: clamp(1.85rem, 4.2vw, 2.85rem) !important;
    line-height: 1.02;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: var(--he-ink);
}

.hwed-h2 em {
    font-family: var(--he-font-accent);
    font-style: italic;
    font-weight: 600;
    font-size: 0.82em;
    text-transform: lowercase;
    letter-spacing: 0;
    color: var(--he-orange);
}

.hwed-h2--sm {
    font-size: clamp(1.5rem, 3.2vw, 2.1rem);
}

/* Deck — subhead descriptivo */
.hwed-deck {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--he-muted);
    max-width: 640px;
}

/* Prose — párrafos del cuerpo */
.hwed-prose {
    max-width: 70ch;
}

.hwed-prose p {
    margin: 0 0 1rem;
    font-size: 1.02rem;
    line-height: 1.7;
    color: var(--he-ink);
}

.hwed-prose p:last-child {
    margin-bottom: 0;
}

.hwed-prose strong {
    font-weight: 700;
}

/* DropCap — primer párrafo del bloque líder */
.hwed-prose--dropcap > p:first-child::first-letter {
    float: left;
    font-family: var(--he-font-display);
    font-weight: 700;
    font-size: 4.6rem;
    line-height: 0.85;
    padding: 6px 14px 0 0;
    color: var(--he-orange);
    text-transform: uppercase;
}

/* CTA bloque líder — chunky press */
.hwed-cta-wrap {
    margin-top: 8px;
}

.hwed-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--he-font-body);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 16px 28px;
    border-radius: 0;
    text-decoration: none;
    border: 2px solid;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
    min-height: 48px;
    line-height: 1.2;
}

.hwed-cta--primary {
    background: var(--he-orange);
    color: var(--he-white);
    border-color: var(--he-orange);
    box-shadow: 0 6px 0 var(--he-orange-deep);
}

.hwed-cta--primary:hover,
.hwed-cta--primary:focus-visible {
    color: var(--he-white);
    text-decoration: none;
    transform: translateY(3px);
    box-shadow: 0 3px 0 var(--he-orange-deep);
    background: var(--he-orange-deep);
    outline: none;
}

.hwed-cta--whatsapp {
    background: var(--he-whatsapp);
    color: var(--he-white);
    border-color: var(--he-whatsapp);
    box-shadow: 0 6px 0 var(--he-whatsapp-deep);
}

.hwed-cta--whatsapp:hover,
.hwed-cta--whatsapp:focus-visible {
    color: var(--he-white);
    text-decoration: none;
    transform: translateY(3px);
    box-shadow: 0 3px 0 var(--he-whatsapp-deep);
    background: var(--he-whatsapp-deep);
    outline: none;
    border-color: var(--he-whatsapp-deep);
}

.hwed-cta:focus-visible {
    outline: 2px solid var(--he-yellow);
    outline-offset: 3px;
}

.hwed-cta i {
    font-size: 16px;
    line-height: 1;
}

/* ─── Bloque 02 · Guía tabular (lista ordenada estilo periódico) ─── */

.hwed-block--guide {
    background: var(--he-paper);
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid rgba(31, 37, 48, 0.18);
    box-shadow: 6px 6px 0 var(--he-ink);
}

.hwed-block__head--alt {
    border-bottom: 1px solid rgba(31, 37, 48, 0.22);
    padding-bottom: clamp(16px, 2vw, 22px);
}

.hwed-guide-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid rgba(31, 37, 48, 0.22);
    margin-top: clamp(16px, 2vw, 22px);
}

.hwed-guide-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(14px, 2vw, 22px);
    padding: clamp(18px, 2.5vw, 24px) 0;
    border-bottom: 1px solid rgba(31, 37, 48, 0.22);
    align-items: start;
    transition: padding-left 0.18s ease;
}

.hwed-guide-item:hover {
    padding-left: 8px;
}

.hwed-guide-num {
    font-family: var(--he-font-mono);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    color: var(--he-orange);
    line-height: 1;
    padding-top: 4px;
    flex-shrink: 0;
    min-width: 2.2rem;
}

.hwed-guide-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hwed-guide-tipo {
    margin: 0;
    font-family: var(--he-font-display);
    font-weight: 500;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--he-ink);
    letter-spacing: 0.005em;
}

.hwed-guide-telas,
.hwed-guide-porque {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.5;
    color: var(--he-ink);
}

.hwed-guide-porque {
    color: var(--he-muted);
}

.hwed-guide-label {
    font-family: var(--he-font-mono);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--he-purple);
    margin-right: 6px;
}

/* ─── Bloques 03+04 · Periódico a 2 columnas ─── */

.hwed-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(28px, 4vw, 48px);
    align-items: start;
    border-top: 1px solid rgba(31, 37, 48, 0.22);
    padding-top: clamp(36px, 5vw, 56px);
}

.hwed-block--col {
    gap: 16px;
}

.hwed-block--col .hwed-eyebrow-text {
    font-size: 0.88rem;
}

/* ─── Responsive ─── */

@media (max-width: 768px) {
    .hwed-grid-2 {
        grid-template-columns: 1fr;
        gap: clamp(28px, 5vw, 40px);
    }
    .hwed-guide-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .hwed-guide-num {
        font-size: 0.78rem;
        padding-top: 0;
    }
    .hwed-prose--dropcap > p:first-child::first-letter {
        font-size: 3.6rem;
        padding: 4px 10px 0 0;
    }
    .hwed-cta {
        padding: 14px 22px;
        font-size: 13px;
        width: 100%;
        justify-content: center;
    }
    .hwed-block--guide {
        padding: clamp(20px, 4vw, 28px);
        box-shadow: 4px 4px 0 var(--he-ink);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hwed-cta,
    .hwed-guide-item {
        transition: none;
    }
    .hwed-cta:hover,
    .hwed-cta:focus-visible {
        transform: none;
    }
    .hwed-guide-item:hover {
        padding-left: 0;
    }
}

/* ═════════════════════════════════════════════════════════════════════════
   02 · FAQ Halloween (fqc-*) — mismo formato que telas-chiapas
   Registro: Periódico · Apertura: RunInHeadline · Marco: Double-rule hairline
   ═════════════════════════════════════════════════════════════════════════ */

.fqc-section {
    background: var(--he-paper);
    padding: clamp(64px, 8vw, 96px) 0;
    font-family: var(--he-font-body);
    border-top: 1px solid rgba(31, 37, 48, 0.18);
    border-bottom: 1px solid rgba(31, 37, 48, 0.18);
    position: relative;
}

.fqc-section::before,
.fqc-section::after {
    content: '';
    position: absolute;
    left: 0; right: 0;
    height: 1px;
    background: rgba(31, 37, 48, 0.18);
}

.fqc-section::before { top: 6px; }
.fqc-section::after  { bottom: 6px; }

.fqc-inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 40px);
    position: relative;
    z-index: 1;
}

.fqc-header {
    margin: 0 0 clamp(28px, 4vw, 40px);
}

.fqc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.1rem;
    font-family: var(--he-font-body);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1;
    color: var(--he-ink);
}

.fqc-eyebrow-stamp {
    background: var(--he-ink);
    color: var(--he-white);
    padding: 6px 9px;
    letter-spacing: 0.18em;
}

.fqc-eyebrow-text {
    font-family: var(--he-font-accent);
    font-style: italic;
    font-weight: 500;
    font-size: 0.95rem;
    text-transform: none;
    letter-spacing: 0.005em;
    color: var(--he-muted);
}

.fqc-heading {
    margin: 0 0 0.85rem;
    font-family: var(--he-font-display);
    font-size: clamp(1.85rem, 4.4vw, 2.85rem);
    line-height: 1.02;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: var(--he-ink);
}

.fqc-heading em {
    font-family: var(--he-font-accent);
    font-style: italic;
    font-weight: 600;
    font-size: 0.82em;
    text-transform: lowercase;
    letter-spacing: 0;
    color: var(--he-orange);
}

.fqc-lede {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--he-muted);
    max-width: 640px;
}

.fqc-list {
    border-top: 1px solid rgba(31, 37, 48, 0.22);
}

.fqc-item {
    border-bottom: 1px solid rgba(31, 37, 48, 0.22);
    background: transparent;
}

.fqc-q-wrap {
    margin: 0;
}

.fqc-q {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.15rem 0;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
    font-family: var(--he-font-display);
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.005em;
    color: var(--he-ink);
    transition: padding-left 0.18s ease, color 0.18s ease;
}

.fqc-q:hover,
.fqc-q:focus-visible {
    color: var(--he-orange);
    padding-left: 6px;
    outline: none;
}

.fqc-q:focus-visible {
    box-shadow: inset 3px 0 0 var(--he-orange);
}

.fqc-q-num {
    font-family: var(--he-font-mono);
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    color: var(--he-orange);
    flex-shrink: 0;
    width: 2.2rem;
}

.fqc-q-text {
    flex: 1;
    min-width: 0;
}

.fqc-q-icon {
    flex-shrink: 0;
    font-size: 0.85rem;
    color: var(--he-orange);
    transition: transform 0.25s ease;
}

.fqc-q[aria-expanded="true"] .fqc-q-icon {
    transform: rotate(180deg);
}

.fqc-a {
    padding: 0 0 1.4rem 3.2rem;
}

.fqc-a p {
    margin: 0;
    font-family: var(--he-font-body);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--he-ink);
    max-width: 680px;
}

@media (max-width: 600px) {
    .fqc-q { gap: 0.65rem; font-size: 1.02rem; }
    .fqc-q-num { width: 1.7rem; font-size: 0.65rem; }
    .fqc-a { padding-left: 2.35rem; }
}

@media (prefers-reduced-motion: reduce) {
    .fqc-q,
    .fqc-q-icon { transition: none; }
}

.hwsec-anchor {
    position: relative;
    padding: clamp(28px, 4vw, 44px) clamp(20px, 4vw, 48px) clamp(24px, 3.5vw, 36px);
    margin: clamp(28px, 4vw, 48px) 0 clamp(12px, 2vw, 20px);
    background: transparent;
    color: var(--he-ink);
    font-family: var(--he-font-body);
}
.hwsec-anchor__inner {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: clamp(16px, 2.4vw, 26px);
    padding-bottom: clamp(8px, 1.2vw, 14px);
    border-top: 3px solid var(--he-ink);
    border-bottom: 1px solid var(--he-rule);
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: end;
}
@media (min-width: 760px) {
    .hwsec-anchor__inner {
        grid-template-columns: minmax(0, 0.32fr) minmax(0, 1fr);
        gap: clamp(20px, 3vw, 36px);
    }
}
.hwsec-anchor__bg { display: none; }  /* megatext eliminado en versión ligera */
.hwsec-anchor__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-family: var(--he-font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--he-muted);
    line-height: 1.2;
}
.hwsec-anchor__eyebrow::before {
    content: '';
    width: 22px;
    height: 2px;
    background: var(--he-orange);
    flex-shrink: 0;
}
.hwsec-anchor__title {
    margin: 0;
    font-family: var(--he-font-display);
    font-weight: 500;
    font-size: clamp(1.6rem, 3.6vw, 2.6rem) !important;
    line-height: 1.0;
    text-transform: uppercase;
    color: var(--he-ink);
    letter-spacing: 0.005em;
}
.hwsec-anchor__title em {
    font-family: var(--he-font-accent);
    font-style: italic;
    font-weight: 600;
    font-size: 0.82em;
    text-transform: lowercase;
    color: var(--he-orange);
    letter-spacing: -0.01em;
}


/* ═════════════════════════════════════════════════════════════════════════
   BLOCK · Bloque editorial estándar (texto + carrusel)
   Patrón base; los modificadores cambian registro/marco/hover
   ═════════════════════════════════════════════════════════════════════════ */
.hwsec-block {
    position: relative;
    padding: clamp(40px, 5vw, 64px) 0;
    font-family: var(--he-font-body);
    color: var(--he-ink);
    background: var(--he-white);
}
.hwsec-block + .hwsec-block {
    border-top: 1px solid var(--he-rule);
}
.hwsec-block__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 48px);
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(28px, 4vw, 48px);
    align-items: center;
}
@media (min-width: 860px) {
    .hwsec-block__inner {
        grid-template-columns: 7fr 5fr;
    }
    .hwsec-block--reverse .hwsec-block__inner {
        grid-template-columns: 5fr 7fr;
    }
    .hwsec-block--reverse .hwsec-block__prose { order: 2; }
    .hwsec-block--reverse .hwsec-block__media { order: 1; }
}

/* Eyebrow numerado (estilo dossier) */
.hwsec-block__num {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    font-family: var(--he-font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--he-muted);
}
.hwsec-block__num-stamp {
    background: var(--he-ink);
    color: var(--he-white);
    padding: 5px 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
}
.hwsec-block--accent-purple .hwsec-block__num-stamp { background: var(--he-purple); }
.hwsec-block--accent-orange .hwsec-block__num-stamp { background: var(--he-orange); }

/* H2 editorial */
.hwsec-block__h2 {
    margin: 0 0 16px;
    font-family: var(--he-font-display);
    font-weight: 500;
    font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    line-height: 1.02;
    text-transform: uppercase;
    color: var(--he-ink);
    letter-spacing: 0.005em;
}
.hwsec-block__h2 em {
    font-family: var(--he-font-accent);
    font-style: italic;
    font-weight: 600;
    font-size: 0.82em;
    text-transform: lowercase;
    color: var(--he-orange);
    letter-spacing: -0.01em;
}

/* Rule fino bajo el h2 */
.hwsec-block__rule {
    display: block;
    width: 64px;
    height: 3px;
    margin: 0 0 18px;
    background: var(--he-orange);
    border: 0;
}
.hwsec-block--accent-purple .hwsec-block__rule { background: var(--he-purple); }
.hwsec-block--accent-ink    .hwsec-block__rule { background: var(--he-ink); }

/* Prose */
.hwsec-block__prose p {
    margin: 0 0 14px;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--he-ink);
}
.hwsec-block__prose p:last-of-type { margin-bottom: 18px; }
.hwsec-block__prose strong { font-weight: 700; }
.hwsec-block__prose a {
    color: var(--he-ink);
    font-weight: 700;
    text-decoration: none;
    transition: color 120ms ease, background 120ms ease;
}
.hwsec-block__prose a:hover,
.hwsec-block__prose a:focus-visible {
    color: var(--he-white);
    background: var(--he-whatsapp-deep);
    outline: none;
}

/* DropCap variant */
.hwsec-block__prose--dropcap > p:first-of-type::first-letter {
    float: left;
    font-family: var(--he-font-display);
    font-weight: 700;
    font-size: 3.8rem;
    line-height: 0.85;
    padding: 6px 12px 0 0;
    color: var(--he-orange);
    text-transform: uppercase;
}

/* Media frame editorial — sombra chunky offset, sin radius */
.hwsec-block__media {
    position: relative;
}
.hwsec-block__frame {
    position: relative;
    border: 2px solid var(--he-ink);
    background: var(--he-cream);
    box-shadow: clamp(8px, 1.4vw, 14px) clamp(8px, 1.4vw, 14px) 0 var(--he-ink);
    overflow: hidden;
}
.hwsec-block--accent-orange .hwsec-block__frame { box-shadow: clamp(8px, 1.4vw, 14px) clamp(8px, 1.4vw, 14px) 0 var(--he-orange); }
.hwsec-block--accent-purple .hwsec-block__frame { box-shadow: clamp(8px, 1.4vw, 14px) clamp(8px, 1.4vw, 14px) 0 var(--he-purple); }

.hwsec-block__frame .carousel-inner { background: var(--he-cream); }
.hwsec-block__frame .carousel-item img { width: 100%; height: auto; display: block; }

/* Carousel controls editoriales (sobreescribe Bootstrap) */
.hwsec-block__frame .carousel-control-prev,
.hwsec-block__frame .carousel-control-next {
    width: 44px;
    opacity: 1;
    background: transparent;
}
.hwsec-block__frame .carousel-control-prev-icon,
.hwsec-block__frame .carousel-control-next-icon {
    width: 34px;
    height: 34px;
    background-color: var(--he-ink);
    background-size: 14px 14px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    transition: background-color 120ms ease;
}
.hwsec-block__frame .carousel-control-prev:hover .carousel-control-prev-icon,
.hwsec-block__frame .carousel-control-next:hover .carousel-control-next-icon {
    background-color: var(--he-orange);
}

/* CTAs (3 variantes: naranja, negro, whatsapp) */
.hwsec-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--he-font-body);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 14px 24px;
    border: 2px solid;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    min-height: 46px;
    line-height: 1.2;
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease, color 120ms ease;
}
.hwsec-cta i { font-size: 16px; line-height: 1; }
.hwsec-cta--whatsapp {
    background: var(--he-whatsapp);
    color: var(--he-white);
    border-color: var(--he-whatsapp);
    box-shadow: 0 5px 0 var(--he-whatsapp-d);
}
.hwsec-cta--whatsapp:hover,
.hwsec-cta--whatsapp:focus-visible {
    color: var(--he-white);
    text-decoration: none;
    background: var(--he-whatsapp-d);
    border-color: var(--he-whatsapp-d);
    transform: translateY(2px);
    box-shadow: 0 3px 0 var(--he-whatsapp-d);
    outline: none;
}
.hwsec-cta--orange {
    background: var(--he-orange);
    color: var(--he-white);
    border-color: var(--he-orange);
    box-shadow: 0 5px 0 var(--he-orange-deep);
}
.hwsec-cta--orange:hover,
.hwsec-cta--orange:focus-visible {
    color: var(--he-white);
    text-decoration: none;
    background: var(--he-orange-deep);
    border-color: var(--he-orange-deep);
    transform: translateY(2px);
    box-shadow: 0 3px 0 var(--he-orange-deep);
    outline: none;
}
.hwsec-cta--ink {
    background: var(--he-ink);
    color: var(--he-white);
    border-color: var(--he-ink);
    box-shadow: 0 5px 0 #000;
}
.hwsec-cta--ink:hover,
.hwsec-cta--ink:focus-visible {
    color: var(--he-white);
    text-decoration: none;
    background: #000;
    transform: translateY(2px);
    box-shadow: 0 3px 0 #000;
    outline: none;
}
.hwsec-cta:focus-visible {
    outline: 2px solid var(--he-yellow);
    outline-offset: 3px;
}


/* ═════════════════════════════════════════════════════════════════════════
   SPOTLIGHT · Producto focal (Bombay, Pongee, Poliseda)
   Registro: Fanzine · Apertura: LabelLateral · Marco: Side-rule
   ═════════════════════════════════════════════════════════════════════════ */
.hwsec-spotlight {
    position: relative;
    padding: clamp(40px, 5vw, 64px) 0;
    background: var(--he-paper);
    color: var(--he-ink);
    font-family: var(--he-font-body);
    border-left: 6px solid var(--he-orange);
}
.hwsec-spotlight--purple { border-left-color: var(--he-purple); }
.hwsec-spotlight--ink    { background: var(--he-paper); border-left-color: var(--he-ink); }

.hwsec-spotlight__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 48px);
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(24px, 4vw, 40px);
    align-items: center;
}
@media (min-width: 860px) {
    .hwsec-spotlight__inner {
        grid-template-columns: 6fr 6fr;
    }
    .hwsec-spotlight--reverse .hwsec-spotlight__prose { order: 2; }
    .hwsec-spotlight--reverse .hwsec-spotlight__media { order: 1; }
}

.hwsec-spotlight__label {
    display: inline-block;
    padding: 5px 11px;
    margin: 0 0 14px;
    font-family: var(--he-font-mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--he-ink);
    border: 1px solid var(--he-ink);
    background: var(--he-white);
}
.hwsec-spotlight__h2 {
    margin: 0 0 12px;
    font-family: var(--he-font-display);
    font-weight: 500;
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    line-height: 1.02;
    text-transform: uppercase;
    color: var(--he-ink);
    letter-spacing: 0.005em;
}
.hwsec-spotlight__h2 em {
    font-family: var(--he-font-accent);
    font-style: italic;
    font-weight: 600;
    font-size: 0.82em;
    text-transform: lowercase;
    color: var(--he-orange);
    letter-spacing: -0.01em;
}
.hwsec-spotlight__rule {
    display: block;
    width: 48px;
    height: 2px;
    margin: 0 0 16px;
    background: var(--he-ink);
    border: 0;
}
.hwsec-spotlight__prose p {
    margin: 0 0 12px;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--he-ink);
}
.hwsec-spotlight__prose strong { font-weight: 700; }
.hwsec-spotlight__prose a {
    color: var(--he-white);
    font-weight: 700;
    border-bottom: 1.5px solid var(--he-orange);
    text-decoration: none;
}
.hwsec-spotlight__prose a:hover {
    color: var(--he-orange);
}
.hwsec-spotlight__cta-wrap {
    margin-top: 14px;
}

/* Spotlight frame — sombra purple offset */
.hwsec-spotlight__frame {
    position: relative;
    border: 2px solid var(--he-ink);
    background: var(--he-white);
    box-shadow: clamp(10px, 1.8vw, 16px) clamp(10px, 1.8vw, 16px) 0 var(--he-orange);
    overflow: hidden;
}
.hwsec-spotlight--purple .hwsec-spotlight__frame { box-shadow: clamp(10px, 1.8vw, 16px) clamp(10px, 1.8vw, 16px) 0 var(--he-purple); }
.hwsec-spotlight--ink .hwsec-spotlight__frame { box-shadow: clamp(10px, 1.8vw, 16px) clamp(10px, 1.8vw, 16px) 0 var(--he-ink); }

.hwsec-spotlight__frame .carousel-item img { width: 100%; height: auto; display: block; }
.hwsec-spotlight__frame .carousel-control-prev-icon,
.hwsec-spotlight__frame .carousel-control-next-icon {
    width: 34px; height: 34px;
    background-color: var(--he-ink);
    background-size: 14px 14px;
}
.hwsec-spotlight__frame .carousel-control-prev:hover .carousel-control-prev-icon,
.hwsec-spotlight__frame .carousel-control-next:hover .carousel-control-next-icon {
    background-color: var(--he-orange);
}


/* ═════════════════════════════════════════════════════════════════════════
   TRIO · 3 cards (Tul 70 negro/morado/naranja)
   Registro: Galería · Apertura: LabelLateral · Marco: Brick-stack
   ═════════════════════════════════════════════════════════════════════════ */
.hwsec-trio {
    background: var(--he-ink);
    color: var(--he-white);
    padding: clamp(48px, 6vw, 72px) clamp(20px, 4vw, 48px);
    font-family: var(--he-font-body);
    margin: clamp(28px, 4vw, 48px) 0;
}
.hwsec-trio__inner {
    max-width: 1180px;
    margin: 0 auto;
}
.hwsec-trio__head {
    margin-bottom: clamp(28px, 4vw, 40px);
    padding-bottom: clamp(20px, 3vw, 28px);
    border-bottom: 1px solid rgba(255,255,255,0.18);
}
.hwsec-trio__label {
    display: inline-block;
    padding: 5px 11px;
    margin: 0 0 14px;
    font-family: var(--he-font-mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--he-white);
    border: 1px solid var(--he-orange);
    background: transparent;
}
.hwsec-trio__h2 {
    margin: 0 0 12px;
    font-family: var(--he-font-display);
    font-weight: 500;
    font-size: clamp(1.7rem, 3.5vw, 2.4rem) !important;
    line-height: 1.02;
    text-transform: uppercase;
    color: var(--he-white);
    letter-spacing: 0.005em;
}
.hwsec-trio__h2 em {
    font-family: var(--he-font-accent);
    font-style: italic;
    font-weight: 600;
    font-size: 0.82em;
    text-transform: lowercase;
    color: var(--he-orange);
    letter-spacing: -0.01em;
}
.hwsec-trio__lead {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255,255,255,0.78);
    max-width: 64ch;
}
.hwsec-trio__lead a {
    color: var(--he-white);
    border-bottom: 1.5px solid var(--he-orange);
    text-decoration: none;
    font-weight: 700;
}
.hwsec-trio__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(20px, 2.5vw, 28px);
}
@media (min-width: 860px) {
    .hwsec-trio__grid { grid-template-columns: repeat(3, 1fr); }
}
.hwsec-trio__card {
    background: var(--he-white);
    color: var(--he-ink);
    border: 2px solid var(--he-white);
    display: flex;
    flex-direction: column;
    transition: transform 160ms ease, box-shadow 160ms ease;
}
.hwsec-trio__card:hover,
.hwsec-trio__card:focus-within {
    transform: translate(-3px, -3px);
    box-shadow: 6px 6px 0 var(--he-orange);
}
.hwsec-trio__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--he-cream);
}
.hwsec-trio__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hwsec-trio__body {
    padding: clamp(18px, 2vw, 24px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.hwsec-trio__h3 {
    margin: 0;
    font-family: var(--he-font-display);
    font-weight: 500;
    font-size: clamp(1.3rem, 2vw, 1.6rem);
    text-transform: uppercase;
    color: var(--he-ink);
    letter-spacing: 0.005em;
}
.hwsec-trio__h3 em {
    font-family: var(--he-font-accent);
    font-style: italic;
    font-weight: 600;
    font-size: 0.82em;
    text-transform: lowercase;
    color: var(--he-orange);
}
.hwsec-trio__desc {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--he-muted);
    flex: 1;
}
.hwsec-trio__cta {
    margin-top: 10px;
}


/* ═════════════════════════════════════════════════════════════════════════
   MOSAIC · Colores de Halloween (slider de muestrarios)
   Registro: Galería · Marco: Brick-stack · Cards muestrarios
   ═════════════════════════════════════════════════════════════════════════ */
.hwsec-mosaic {
    padding: clamp(40px, 5vw, 64px) 0;
    background: var(--he-white);
    font-family: var(--he-font-body);
    color: var(--he-ink);
}
.hwsec-mosaic__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 48px);
}
.hwsec-mosaic__head {
    margin-bottom: clamp(24px, 3vw, 36px);
    text-align: center;
}
.hwsec-mosaic__label {
    display: inline-block;
    padding: 5px 11px;
    margin: 0 0 14px;
    font-family: var(--he-font-mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--he-purple);
    border: 1px solid var(--he-purple);
}
.hwsec-mosaic__h2 {
    margin: 0 0 10px;
    font-family: var(--he-font-display);
    font-weight: 500;
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    line-height: 1.02;
    text-transform: uppercase;
    color: var(--he-ink);
    letter-spacing: 0.005em;
}
.hwsec-mosaic__h2 em {
    font-family: var(--he-font-accent);
    font-style: italic;
    font-weight: 600;
    font-size: 0.82em;
    text-transform: lowercase;
    color: var(--he-purple);
    letter-spacing: -0.01em;
}
.hwsec-mosaic__lead {
    max-width: 60ch;
    margin: 0 auto;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--he-muted);
}
.hwsec-mosaic__lead strong { color: var(--he-ink); font-weight: 700; }
/* Aplica al slick existente .catalogo-slick para no romper la inicialización JS */
.hwsec-mosaic .catalogo-slick { margin: 0 -6px; }
.hwsec-mosaic .catalogo-slick > div,
.hwsec-mosaic__chip {
    padding: 6px;
}
.hwsec-mosaic .catalogo-slick > div > .d-flex,
.hwsec-mosaic__chip-frame {
    border: 1.5px solid var(--he-ink);
    background: var(--he-cream);
    overflow: hidden;
    margin-bottom: 10px;
    transition: transform 160ms ease, box-shadow 160ms ease;
    display: block;
}
.hwsec-mosaic .catalogo-slick > div > .d-flex:hover,
.hwsec-mosaic .catalogo-slick > div > .d-flex:focus-within,
.hwsec-mosaic__chip-frame:hover,
.hwsec-mosaic__chip-frame:focus-within {
    transform: translate(-2px, -2px);
    box-shadow: 4px 4px 0 var(--he-orange);
}
.hwsec-mosaic .catalogo-slick > div > .d-flex picture,
.hwsec-mosaic .catalogo-slick > div > .d-flex img,
.hwsec-mosaic__chip-frame img {
    display: block;
    width: 100%;
    height: auto;
}
.hwsec-mosaic .catalogo-slick > div > h3,
.hwsec-mosaic .catalogo-slick h3,
.hwsec-mosaic__chip h3 {
    margin: 0;
    font-family: var(--he-font-body);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--he-ink);
    text-align: center;
    line-height: 1.3;
}
.hwsec-mosaic__cta-wrap {
    margin-top: clamp(28px, 3.5vw, 40px);
    text-align: center;
}


/* ═════════════════════════════════════════════════════════════════════════
   SPECS · Tabla comparativa
   Registro: Técnico · Hairline rules · Mono labels
   ═════════════════════════════════════════════════════════════════════════ */
.hwsec-specs {
    padding: clamp(40px, 5vw, 64px) 0;
    background: var(--he-paper);
    font-family: var(--he-font-body);
    color: var(--he-ink);
}
.hwsec-specs__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(20px, 4vw, 48px);
}
.hwsec-specs__head {
    margin-bottom: clamp(24px, 3vw, 36px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: end;
    padding-bottom: clamp(18px, 2.5vw, 26px);
    border-bottom: 2px solid var(--he-ink);
}
@media (min-width: 760px) {
    .hwsec-specs__head { grid-template-columns: 1fr auto; }
}
.hwsec-specs__label {
    display: inline-block;
    padding: 5px 11px;
    margin: 0 0 10px;
    font-family: var(--he-font-mono);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--he-ink);
    border: 1px solid var(--he-ink);
}
.hwsec-specs__h2 {
    margin: 0 0 10px;
    font-family: var(--he-font-display);
    font-weight: 500;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.02;
    text-transform: uppercase;
    color: var(--he-ink);
    letter-spacing: 0.005em;
}
.hwsec-specs__h2 em {
    font-family: var(--he-font-accent);
    font-style: italic;
    font-weight: 600;
    font-size: 0.82em;
    text-transform: lowercase;
    color: var(--he-orange);
}
.hwsec-specs__sub {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--he-muted);
    max-width: 70ch;
}
.hwsec-specs__share {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    font-family: var(--he-font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--he-ink);
    background: transparent;
    border: 2px solid var(--he-ink);
    cursor: pointer;
    transition: background 120ms ease, color 120ms ease;
}
.hwsec-specs__share:hover,
.hwsec-specs__share:focus-visible {
    background: var(--he-ink);
    color: var(--he-white);
    outline: none;
}
.hwsec-specs__table {
    width: 100%;
    border-collapse: collapse;
    background: var(--he-white);
    border: 2px solid var(--he-ink);
    font-size: 0.92rem;
    line-height: 1.5;
}
.hwsec-specs__table thead th {
    background: var(--he-ink);
    color: var(--he-white);
    padding: 14px 12px;
    text-align: center;
    border-bottom: 2px solid var(--he-ink);
    font-family: var(--he-font-display);
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.hwsec-specs__table thead th a {
    color: var(--he-white);
    text-decoration: none;
    border-bottom: 1px solid var(--he-orange);
}
.hwsec-specs__table thead th a:hover {
    color: var(--he-orange);
    border-bottom-color: var(--he-orange);
}
.hwsec-specs__table tbody th {
    width: 140px;
    padding: 12px;
    text-align: left;
    vertical-align: top;
    background: var(--he-cream);
    border-bottom: 1px solid var(--he-rule);
    border-right: 1px solid var(--he-rule);
    font-family: var(--he-font-mono);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--he-ink);
}
.hwsec-specs__table tbody th i {
    color: var(--he-orange);
    margin-right: 8px;
}
.hwsec-specs__table tbody td {
    padding: 12px;
    vertical-align: top;
    border-bottom: 1px solid var(--he-rule);
    border-right: 1px solid var(--he-rule);
    color: var(--he-ink);
}
.hwsec-specs__table tbody td:last-child,
.hwsec-specs__table tbody th:last-child { border-right: 0; }
.hwsec-specs__table tbody tr:last-child td,
.hwsec-specs__table tbody tr:last-child th { border-bottom: 0; }
.hwsec-specs__table tbody td a {
    color: var(--he-ink);
    font-weight: 700;
    border-bottom: 1px solid var(--he-orange);
    text-decoration: none;
}
.hwsec-specs__table tbody td a:hover {
    color: var(--he-orange);
}


/* ═════════════════════════════════════════════════════════════════════════
   GALERIA · Telas Halloween (galería con filtros)
   Registro: Galería · Marco: Top-rule + Bleed-edge
   ═════════════════════════════════════════════════════════════════════════ */
.hwsec-galeria__head {
    margin: clamp(40px, 5vw, 64px) 0 clamp(18px, 2.5vw, 28px);
    padding-bottom: clamp(14px, 2vw, 22px);
    border-bottom: 2px solid var(--he-ink, #1F2530);
    font-family: var(--he-font-body, 'Lato', sans-serif);
}
.hwsec-galeria__label {
    display: inline-block;
    padding: 5px 11px;
    margin: 0 0 12px;
    font-family: var(--he-font-mono, 'JetBrains Mono', monospace);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--he-orange, #F15A29);
    border: 1px solid var(--he-orange, #F15A29);
}
.hwsec-galeria__h2 {
    margin: 0;
    font-family: var(--he-font-display, 'Anton', sans-serif);
    font-weight: 500;
    font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    line-height: 1.02;
    text-transform: uppercase;
    color: var(--he-ink, #1F2530);
    letter-spacing: 0.005em;
}
.hwsec-galeria__h2 em {
    font-family: var(--he-font-accent, 'Fraunces', Georgia, serif);
    font-style: italic;
    font-weight: 600;
    font-size: 0.82em;
    text-transform: lowercase;
    color: var(--he-orange, #F15A29);
    letter-spacing: -0.01em;
}
.hwsec-galeria__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 clamp(20px, 3vw, 32px);
}
.hwsec-galeria__btn {
    flex: 1 1 auto;
    min-width: 140px;
    padding: 12px 18px;
    font-family: var(--he-font-body, 'Lato', sans-serif);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--he-ink, #1F2530);
    background: var(--he-white, #FFFFFF);
    border: 2px solid var(--he-ink, #1F2530);
    cursor: pointer;
    transition: background 120ms ease, color 120ms ease, transform 120ms ease, box-shadow 120ms ease;
}
.hwsec-galeria__btn:hover,
.hwsec-galeria__btn:focus-visible {
    background: var(--he-ink, #1F2530);
    color: var(--he-white, #FFFFFF);
    transform: translate(-2px, -2px);
    box-shadow: 3px 3px 0 var(--he-orange, #F15A29);
    outline: none;
}
.hwsec-galeria__btn.active {
    background: var(--he-orange, #F15A29);
    color: var(--he-white, #FFFFFF);
    border-color: var(--he-orange, #F15A29);
}


/* ═════════════════════════════════════════════════════════════════════════
   Responsive ajustes finos
   ═════════════════════════════════════════════════════════════════════════ */
@media (max-width: 600px) {
    .hwsec-anchor {
        padding: clamp(32px, 6vw, 48px) clamp(16px, 4vw, 28px);
    }
    .hwsec-block__inner,
    .hwsec-spotlight__inner {
        gap: 24px;
    }
    .hwsec-cta {
        width: 100%;
        justify-content: center;
    }
    .hwsec-specs__table {
        font-size: 0.82rem;
    }
    .hwsec-specs__table thead th { font-size: 0.85rem; padding: 10px 8px; }
    .hwsec-specs__table tbody th,
    .hwsec-specs__table tbody td { padding: 10px 8px; }
}

@media (prefers-reduced-motion: reduce) {
    .hwsec-block__frame,
    .hwsec-spotlight__frame,
    .hwsec-trio__card,
    .hwsec-mosaic__chip-frame,
    .hwsec-cta {
        transition: none;
    }
    .hwsec-trio__card:hover,
    .hwsec-mosaic__chip-frame:hover,
    .hwsec-cta:hover {
        transform: none;
    }
}
