/* ═══════════════════════════════════════════════════════════════
 * HOME.CSS — Brillo de Amalia
 * Estilos específicos de la página de inicio
 * Complementa el diseño Stitch con refinamientos motion/CRO
 * ═══════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────
 * 1. HERO
 * ───────────────────────────────────────────── */

body.home .ct-header,
body.home #header,
body.home .site-header,
body.home .site-header-container {
    display: none !important;
}

.bda-nav .bda-cart-count {
    margin-left: 0.35rem;
    min-width: 1.25rem;
    height: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: var(--bda-primary);
    color: white;
    font-size: 0.65rem;
    line-height: 1;
}

/* Contenedor hero con overflow para parallax */
.bda-hero {
    position: relative;
    overflow: hidden;
    min-height: clamp(38rem, 84svh, 48rem);
    display: flex;
    align-items: center;
    isolation: isolate;
}

.bda-hero-media-layer,
.bda-hero-vignette {
    position: absolute;
    inset: 0;
}

.bda-hero-media-layer {
    z-index: 0;
    background: linear-gradient(140deg, #f8f6f2 0%, #eef2f3 52%, #edf1f2 100%);
}

.bda-hero-media-layer::before,
.bda-hero-media-layer::after {
    content: '';
    position: absolute;
    inset: auto;
    pointer-events: none;
}

.bda-hero-media-layer::before {
    top: clamp(8%, 10vw, 16%);
    right: clamp(7%, 12vw, 14%);
    width: clamp(14rem, 30vw, 26rem);
    height: clamp(14rem, 30vw, 26rem);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.78) 0%, rgba(235, 241, 245, 0.38) 34%, rgba(235, 241, 245, 0) 72%);
    filter: blur(16px);
    opacity: 0.92;
}

.bda-hero-media-layer::after {
    inset: 0;
    background:
        radial-gradient(circle at 22% 76%, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0) 28%),
        radial-gradient(circle at 86% 18%, rgba(219, 228, 235, 0.38) 0%, rgba(219, 228, 235, 0) 22%);
    mix-blend-mode: screen;
}

.bda-hero-video,
.bda-hero-image-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bda-hero-video {
    z-index: 0;
    opacity: 1;
    transform: scale(1.015);
    filter: saturate(1.02) contrast(1.02) brightness(0.9);
}

.bda-hero-image-fallback {
    z-index: 0;
    filter: grayscale(6%) saturate(0.84);
}

.bda-homepage {
    background: var(--bda-bg-light);
    color: var(--bda-text);
    background-image:
        radial-gradient(circle at 10% 12%, rgba(189, 195, 199, 0.11), transparent 22%),
        radial-gradient(circle at 84% 22%, rgba(149, 165, 166, 0.08), transparent 18%),
        linear-gradient(180deg, #fcfcfc 0%, #fafbfb 42%, #f7f8f8 100%);
}

.bda-anchor-target {
    display: block;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    transform: translateY(calc(var(--bda-nav-offset, 7.5rem) * -1));
}

.bda-hero-shell {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: clamp(38rem, 84svh, 48rem);
    padding-top: calc(var(--bda-nav-offset, 7.5rem) + var(--bda-admin-bar-offset, 0px) + 1.25rem);
    padding-bottom: clamp(2.5rem, 6vh, 4rem);
}

.bda-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: flex-start;
}

.bda-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 1.2rem;
    padding: 0;
    margin: 0 0 2.1rem;
    list-style: none;
    justify-content: flex-start;
}

.bda-hero-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #4f5f70;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bda-hero-meta-item::before {
    content: '';
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(186, 198, 208, 0.85) 100%);
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.34);
}

.bda-hero-bg {
    position: relative;
    inset: auto;
    z-index: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
}

.bda-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(10%) saturate(0.82);
}

.bda-hero--no-media {
    background:
        radial-gradient(circle at 20% 20%, rgba(189, 195, 199, 0.22), transparent 26%),
        radial-gradient(circle at 80% 24%, rgba(149, 165, 166, 0.15), transparent 22%),
        linear-gradient(135deg, #fcfcfc 0%, #f7f8f8 48%, #f2f5f5 100%);
}

.bda-hero-gradient {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 16% 20%, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0) 22%),
        radial-gradient(circle at 78% 18%, rgba(232, 238, 242, 0.62) 0%, rgba(232, 238, 242, 0) 18%),
        linear-gradient(108deg, rgba(250, 248, 244, 0.92) 0%, rgba(250, 248, 244, 0.34) 38%, rgba(250, 248, 244, 0.16) 62%, rgba(250, 248, 244, 0.82) 100%),
        linear-gradient(180deg, rgba(250, 248, 244, 0.92) 0%, rgba(250, 248, 244, 0.18) 26%, rgba(250, 248, 244, 0.32) 76%, rgba(250, 248, 244, 0.94) 100%);
    z-index: 1;
}

.bda-hero-vignette {
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(250, 248, 244, 0.96) 0%, rgba(250, 248, 244, 0.4) 22%, rgba(250, 248, 244, 0.2) 56%, rgba(250, 248, 244, 0.78) 100%),
        linear-gradient(180deg, rgba(250, 248, 244, 0.92) 0%, rgba(250, 248, 244, 0.1) 26%, rgba(250, 248, 244, 0.22) 78%, rgba(250, 248, 244, 0.9) 100%);
}

.bda-hero-content {
    position: relative;
    z-index: 10;
    max-width: min(34rem, 100%);
    margin-inline: 0;
    text-align: left;
}

.bda-media-placeholder--hero {
    width: 100%;
    height: 100%;
}

.bda-hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.48rem 0.95rem;
    border-radius: var(--bda-radius-full);
    background: rgba(255, 255, 255, 0.66);
    color: #243141;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
    border: 1px solid rgba(203, 213, 225, 0.62);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    margin-bottom: 1.6rem;
}

.bda-hero-title {
    font-family: var(--bda-font-display);
    font-size: clamp(3.35rem, 6.1vw, 5.35rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0.94;
    color: #17202a;
    margin: 0 0 1.3rem;
    max-width: 9.5ch;
    text-shadow: 0 8px 30px rgba(255, 255, 255, 0.18);
}

.bda-hero-subtitle {
    font-family: var(--bda-font-sans);
    font-size: clamp(1rem, 1.3vw, 1.12rem);
    font-style: normal;
    font-weight: 400;
    color: #596879;
    margin: 0 0 2rem;
    max-width: 31rem;
    line-height: 1.8;
}

.bda-hero-caption {
    margin: 1.5rem 0 0;
    padding-top: 1rem;
    max-width: 24rem;
    color: #607080;
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    border-top: 1px solid rgba(125, 141, 156, 0.24);
}

.bda-hero--video-active .bda-hero-video {
    opacity: 1;
}

.bda-section--manifiesto {
    position: relative;
    overflow: clip;
    padding-block: clamp(5rem, 8vw, 7.5rem);
    background:
        radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0) 34%),
        radial-gradient(circle at 82% 22%, rgba(230, 234, 237, 0.34) 0%, rgba(230, 234, 237, 0) 28%),
        linear-gradient(180deg, #f7f5f0 0%, #f5f4f0 100%);
}

.bda-section--manifiesto .bda-container {
    max-width: 86rem;
}

.bda-manifiesto {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(3rem, 7vw, 8rem);
    align-items: center;
}

.bda-manifiesto-media {
    position: relative;
    min-height: clamp(30rem, 48vw, 42rem);
    width: min(100%, 35rem);
    padding-block: 1rem;
}

.bda-manifiesto-media::before {
    content: '';
    position: absolute;
    inset: auto auto 1.5rem 1.5rem;
    width: clamp(12rem, 28vw, 18rem);
    height: clamp(12rem, 28vw, 18rem);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 72%);
    filter: blur(8px);
    pointer-events: none;
}

.bda-manifiesto-figure {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(190, 194, 199, 0.42);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 241, 243, 0.96));
    box-shadow: 0 20px 55px rgba(17, 24, 39, 0.08);
}

.bda-manifiesto-figure::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
}

.bda-manifiesto-figure--primary {
    left: 0;
    top: 0;
    width: clamp(18rem, 31vw, 25rem);
    aspect-ratio: 0.78;
}

.bda-manifiesto-figure--secondary {
    right: 0;
    bottom: 0;
    z-index: 2;
    width: clamp(12.5rem, 22vw, 17rem);
    aspect-ratio: 0.84;
}

.bda-manifiesto-figure img,
.bda-manifiesto-figure .bda-media-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bda-manifiesto-copy {
    display: grid;
    align-content: center;
    justify-items: start;
    max-width: 42rem;
}

.bda-manifiesto-title {
    margin: 0;
    color: #3f4b59;
    font-family: var(--bda-font-sans);
    font-size: clamp(2.7rem, 5vw, 5rem);
    font-weight: 400;
    letter-spacing: 0.035em;
    line-height: 1.06;
    text-transform: uppercase;
    text-wrap: balance;
    max-width: 13ch;
}

.bda-manifiesto-text {
    margin: 1.75rem 0 0;
    max-width: 30rem;
    color: #677482;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.9;
}

.bda-manifiesto-cta {
    --bda-manifiesto-cta-accent: #3f4b59;
    --bda-manifiesto-cta-bubble: 3.25rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    width: max-content;
    margin-top: 2rem;
    padding: 0.35rem 0.35rem 0.35rem 1.25rem;
    border: 1px solid rgba(108, 121, 134, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(8px);
    color: #384553;
    text-decoration: none;
    overflow: hidden;
    isolation: isolate;
    transition:
        transform var(--bda-duration-fast) var(--bda-ease),
        border-color var(--bda-duration-fast) var(--bda-ease),
        background var(--bda-duration-fast) var(--bda-ease),
        box-shadow var(--bda-duration-fast) var(--bda-ease);
}

.bda-manifiesto-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: var(--bda-manifiesto-cta-accent);
    clip-path: inset(0 0 0 calc(100% - var(--bda-manifiesto-cta-bubble)) round 999px);
    transition:
        clip-path 0.45s var(--bda-ease),
        background 0.45s var(--bda-ease);
}

.bda-manifiesto-cta:hover,
.bda-manifiesto-cta:focus-visible {
    transform: translateY(-2px);
    border-color: var(--bda-manifiesto-cta-accent);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
}

.bda-manifiesto-cta:hover::before,
.bda-manifiesto-cta:focus-visible::before {
    clip-path: inset(0 0 0 0 round 999px);
}

.bda-manifiesto-cta-label {
    position: relative;
    z-index: 1;
    color: #384553;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: color 0.35s var(--bda-ease);
}

.bda-manifiesto-cta-icon {
    position: relative;
    z-index: 1;
    display: inline-grid;
    place-items: center;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 999px;
    background: var(--bda-manifiesto-cta-accent);
    color: #ffffff;
    font-size: 0.88rem;
    line-height: 1;
    transition:
        background 0.35s var(--bda-ease),
        color 0.35s var(--bda-ease),
        transform 0.35s var(--bda-ease);
}

.bda-manifiesto-cta:hover .bda-manifiesto-cta-label,
.bda-manifiesto-cta:focus-visible .bda-manifiesto-cta-label {
    color: #ffffff;
}

.bda-manifiesto-cta:hover .bda-manifiesto-cta-icon,
.bda-manifiesto-cta:focus-visible .bda-manifiesto-cta-icon {
    background: rgba(255, 255, 255, 0.92);
    color: var(--bda-manifiesto-cta-accent);
    transform: translateX(2px);
}

.bda-hero-actions .bda-manifiesto-cta {
    margin-top: 0;
}

.bda-hero-badge,
.bda-hero-title,
.bda-hero-subtitle,
.bda-hero-meta-item,
.bda-hero-actions .bda-manifiesto-cta,
.bda-hero-caption {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

@media (prefers-reduced-motion: reduce) {
    .bda-hero-video,
    .bda-manifiesto-figure,
    .bda-manifiesto-cta,
    .bda-manifiesto-cta::before,
    .bda-manifiesto-cta-label,
    .bda-manifiesto-cta-icon {
        transition: none;
        animation: none;
    }

    .bda-hero-video,
    .bda-manifiesto-cta:hover,
    .bda-manifiesto-cta:focus-visible,
    .bda-manifiesto-cta:hover::before,
    .bda-manifiesto-cta:focus-visible::before,
    .bda-manifiesto-cta:hover .bda-manifiesto-cta-icon,
    .bda-manifiesto-cta:focus-visible .bda-manifiesto-cta-icon {
        transform: none;
    }

    .bda-manifiesto-cta:hover::before,
    .bda-manifiesto-cta:focus-visible::before {
        clip-path: inset(0 0 0 calc(100% - var(--bda-manifiesto-cta-bubble)) round 999px);
    }
}

@media (max-width: 1023px) {
    .bda-hero-shell {
        padding-top: 8rem;
        padding-bottom: 4rem;
    }

    .bda-manifiesto {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .bda-manifiesto-media {
        min-height: clamp(26rem, 70vw, 34rem);
        margin-inline: auto;
    }

    .bda-manifiesto-copy {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .bda-hero-title {
        font-size: clamp(2.55rem, 10.5vw, 3.75rem);
        max-width: 10ch;
        line-height: 1;
    }

    .bda-hero-subtitle,
    .bda-hero-caption {
        max-width: none;
    }

    .bda-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .bda-hero-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.6rem;
    }

    .bda-hero-actions .bda-manifiesto-cta {
        width: 100%;
        justify-content: space-between;
    }

    .bda-section--manifiesto {
        padding-block: 4.5rem;
    }

    .bda-manifiesto-media {
        min-height: 26rem;
        width: 100%;
    }

    .bda-manifiesto-figure--primary {
        width: min(100%, 18.5rem);
    }

    .bda-manifiesto-figure--secondary {
        width: min(48vw, 12rem);
    }

    .bda-manifiesto-title {
        max-width: 10ch;
        font-size: clamp(2.3rem, 10vw, 3.5rem);
        letter-spacing: 0.025em;
    }

    .bda-manifiesto-text {
        max-width: none;
    }

    .bda-manifiesto-cta {
        max-width: 100%;
    }
}

/* ─────────────────────────────────────────────
 * 2. EDICIÓN CURADA (Editorial Grid 7+5)
 * ───────────────────────────────────────────── */
.bda-editorial {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: start;
}
@media (min-width: 768px) {
    .bda-editorial {
        grid-template-columns: 7fr 5fr;
    }
}

/* Imagen principal editorial */
.bda-editorial-img {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    height: clamp(460px, 58vw, 680px);
    background: linear-gradient(180deg, #f8fafb 0%, #eff3f4 100%);
    border: 1px solid rgba(203, 213, 215, 0.9);
    box-shadow: 0 18px 36px rgba(17, 24, 39, 0.06);
    will-change: transform, opacity, clip-path;
}
.bda-editorial-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1.5rem;
    transition: transform 0.7s var(--bda-ease-out);
    filter: grayscale(8%);
}
.bda-editorial-img:hover img {
    transform: scale(1.05);
}

.bda-editorial-img .bda-editorial-info {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    right: auto;
    color: #0f172a;
    z-index: 2;
    max-width: 24rem;
    padding: 1.15rem 1.2rem;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(203, 213, 215, 0.8);
}

.bda-editorial-kicker {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 1;
    color: #607080;
}

.bda-editorial-info h3 {
    font-family: var(--bda-font-display);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-style: italic;
    line-height: 1.15;
}

.bda-editorial-info p {
    margin-top: 0.5rem;
    max-width: 26rem;
    font-size: 0.98rem;
    font-weight: 400;
    line-height: 1.75;
    color: #52606f;
}

.bda-editorial-info .bda-link-animated {
    margin-top: 1rem;
    display: inline-block;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.bda-editorial-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(252, 252, 252, 0.02), rgba(252, 252, 252, 0));
    transition: background var(--bda-duration-base) var(--bda-ease);
}
.bda-editorial-img:hover::after {
    background: linear-gradient(to top, rgba(252, 252, 252, 0.06), rgba(252, 252, 252, 0));
}

/* Sidebar editorial: imagen + quote */
.bda-editorial-sidebar {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
@media (min-width: 768px) {
    .bda-editorial-sidebar {
        margin-top: 3rem; /* offset visual Stitch */
    }
}

/* Imagen secundaria con hover button reveal */
.bda-editorial-secondary {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    height: 320px;
    background: linear-gradient(180deg, #f8fafb 0%, #eef2f3 100%);
    border: 1px solid rgba(203, 213, 215, 0.9);
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.05);
    will-change: transform, opacity;
}
.bda-editorial-secondary img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1.25rem;
    transition: transform 0.7s var(--bda-ease-out);
    filter: grayscale(8%);
}
.bda-editorial-secondary:hover img {
    transform: scale(1.05);
}
.bda-editorial-secondary .bda-hover-btn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(6px);
    transition: opacity var(--bda-duration-fast) var(--bda-ease);
}
.bda-editorial-secondary:hover .bda-hover-btn {
    opacity: 1;
}

.bda-editorial-hover-link {
    display: inline-block;
    background: white;
    color: #111827;
    padding: 0.75rem 1.5rem;
    border-radius: 2px;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* Quote block */
.bda-quote-block {
    background: linear-gradient(180deg, #fbfcfc 0%, #f4f6f7 100%);
    padding: 2.35rem;
    border-radius: 2px;
    border: 1px solid rgba(189, 195, 199, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
.bda-quote-block blockquote {
    font-family: var(--bda-font-display);
    font-size: 1.5rem;
    font-style: italic;
    color: #374151;
    line-height: 1.45;
}
.bda-quote-block cite {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--bda-text-light);
}
.bda-quote-block cite::before {
    content: '';
    width: 3rem;
    height: 1px;
    background: #94a3b8;
}

/* ─────────────────────────────────────────────
 * 3. CATEGORÍAS CURADAS (3-col grid con offset)
 * ───────────────────────────────────────────── */
.bda-category-showcase {
    position: relative;
    margin-top: clamp(2.25rem, 5vw, 4rem);
    margin-inline: calc(50% - 50vw);
}

.bda-category-showcase-viewport {
    position: relative;
    padding-inline: var(--bda-category-edge-gap);
}

.bda-category-showcase-track {
    display: flex;
    flex-direction: column;
    gap: clamp(1.75rem, 4vw, 3rem);
    will-change: transform;
}

.bda-category-showcase-item {
    position: relative;
    display: grid;
    gap: clamp(1.25rem, 3vw, 2rem);
    padding: clamp(1.1rem, 2.6vw, 1.75rem);
    border: 1px solid rgba(189, 195, 199, 0.46);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 250, 0.98) 100%);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.06);
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    isolation: isolate;
    will-change: transform, opacity;
}

.bda-category-showcase-item::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.7), transparent 38%),
        radial-gradient(circle at 82% 18%, rgba(191, 201, 207, 0.18), transparent 28%);
    pointer-events: none;
}

.bda-category-showcase-item::after {
    content: '';
    position: absolute;
    top: clamp(1.1rem, 2.4vw, 1.8rem);
    left: clamp(1.1rem, 2.4vw, 1.8rem);
    right: clamp(1.1rem, 2.4vw, 1.8rem);
    height: 1px;
    background: linear-gradient(90deg, rgba(148, 163, 184, 0.44), rgba(148, 163, 184, 0));
    opacity: 0.8;
    pointer-events: none;
}

.bda-category-showcase-copy,
.bda-category-showcase-media {
    position: relative;
    z-index: 1;
}

.bda-category-showcase-copy {
    display: grid;
    align-content: start;
    gap: 0.8rem;
    max-width: 20rem;
    padding-top: 0.65rem;
    will-change: transform, opacity;
}

.bda-category-showcase-index {
    display: inline-block;
    color: #6b7280;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bda-category-showcase-name {
    margin: 0;
    font-family: var(--bda-font-display);
    font-size: clamp(2.75rem, 10vw, 4.4rem);
    line-height: 0.92;
    color: #111827;
}

.bda-category-showcase-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    width: max-content;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid rgba(75, 85, 99, 0.22);
    color: #4b5563;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition:
        color var(--bda-duration-base) var(--bda-ease),
        border-color var(--bda-duration-base) var(--bda-ease);
}

.bda-category-showcase-link::after {
    content: '->';
    font-size: 0.82em;
    transform: translateY(-1px);
}

.bda-category-showcase-media {
    position: relative;
    min-height: clamp(23rem, 76vw, 30rem);
    padding-bottom: clamp(4rem, 14vw, 5.75rem);
}

.bda-category-showcase-media-main,
.bda-category-showcase-media-detail {
    position: relative;
    overflow: hidden;
    background: #eef2f3;
}

.bda-category-showcase-media-main {
    width: min(100%, 32rem);
    margin-left: auto;
    aspect-ratio: 5 / 6.2;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.09);
    will-change: transform, opacity;
}

.bda-category-showcase-media-main img,
.bda-category-showcase-media-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bda-category-showcase-media-main img {
    filter: grayscale(6%) saturate(0.92);
    transition:
        transform 1.15s var(--bda-ease-out),
        filter 1.15s var(--bda-ease-out);
}

.bda-category-showcase-media-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: clamp(9.5rem, 40vw, 13.5rem);
    aspect-ratio: 4 / 5;
    margin: 0;
    border: 12px solid rgba(252, 252, 252, 0.84);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
    transform: var(--bda-category-detail-transform, translate3d(0, 0, 0) rotate(-4deg));
    transition:
        transform 0.9s var(--bda-ease-out),
        box-shadow 0.9s var(--bda-ease-out);
    will-change: transform, opacity;
}

.bda-category-showcase-item:hover .bda-category-showcase-media-main img {
    transform: scale(1.04);
    filter: grayscale(2%) saturate(0.98);
}

.bda-category-showcase-item:hover .bda-category-showcase-media-detail {
    transform: var(--bda-category-detail-hover-transform, translate3d(0, -12px, 0) rotate(-2deg));
    box-shadow: 0 24px 42px rgba(15, 23, 42, 0.16);
}

.bda-category-showcase-item:hover .bda-category-showcase-link {
    color: #111827;
    border-color: currentColor;
}

.bda-category-showcase-item:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 2px rgba(15, 23, 42, 0.14),
        0 24px 54px rgba(15, 23, 42, 0.08);
}

.bda-category-showcase-item--1 .bda-category-showcase-media-detail {
    left: 0;
    bottom: 0;
    --bda-category-detail-transform: translate3d(2%, 14%, 0) rotate(-5deg);
    --bda-category-detail-hover-transform: translate3d(2%, 6%, 0) rotate(-2deg);
}

.bda-category-showcase-item--2 .bda-category-showcase-media-detail {
    left: auto;
    right: 0;
    bottom: 0;
    --bda-category-detail-transform: translate3d(-4%, 13%, 0) rotate(4.5deg);
    --bda-category-detail-hover-transform: translate3d(-4%, 5%, 0) rotate(1.5deg);
}

.bda-category-showcase-item--3 .bda-category-showcase-media-detail {
    top: 0;
    bottom: auto;
    left: 0;
    --bda-category-detail-transform: translate3d(2%, -10%, 0) rotate(-3.5deg);
    --bda-category-detail-hover-transform: translate3d(2%, -2%, 0) rotate(-1deg);
}

.bda-category-showcase-item--4 .bda-category-showcase-media-detail {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    --bda-category-detail-transform: translate3d(-2%, -10%, 0) rotate(3.5deg);
    --bda-category-detail-hover-transform: translate3d(-2%, -2%, 0) rotate(1deg);
}

.bda-category-showcase-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: clamp(1.5rem, 3vw, 2.25rem);
    width: 100%;
    max-width: 80rem;
    margin-inline: auto;
    padding-inline: var(--bda-container-x);
}

.bda-category-showcase-footer .bda-link-animated {
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .bda-hero-shell {
        padding-top: 8.5rem;
        padding-bottom: 4.5rem;
    }

    .bda-hero-content {
        max-width: 31rem;
    }

    .bda-hero-title {
        font-size: clamp(4rem, 9vw, 5.8rem);
    }

    .bda-category-showcase-item {
        grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
        align-items: center;
    }

    .bda-category-showcase-item:nth-child(even) .bda-category-showcase-copy {
        order: 2;
    }

    .bda-category-showcase-item:nth-child(even) .bda-category-showcase-media {
        order: 1;
    }

    .bda-category-showcase-media {
        min-height: clamp(24rem, 46vw, 28rem);
        padding-bottom: 3.75rem;
    }
}

@media (min-width: 1024px) {
    .bda-category-showcase {
        margin-top: clamp(3rem, 4vw, 4.5rem);
    }

    .bda-category-showcase-viewport {
        display: flex;
        align-items: center;
        min-height: calc(100svh - var(--bda-nav-offset, 0px) - var(--bda-admin-bar-offset, 0px));
        overflow: hidden;
        box-sizing: border-box;
    }

    .bda-category-showcase-track {
        flex-direction: row;
        align-items: center;
        min-height: 100%;
        gap: clamp(1.15rem, 2vw, 2.2rem);
        width: max-content;
        padding-right: 0;
    }

    .bda-category-showcase-item {
        flex: 0 0 min(65vw, 1020px);
        min-height: clamp(31rem, 68vh, 38rem);
        grid-template-columns: minmax(18rem, 0.76fr) minmax(24rem, 1.16fr);
        align-items: center;
        gap: clamp(1.75rem, 3vw, 3.25rem);
        padding: clamp(1.8rem, 2.6vw, 2.5rem);
    }

    .bda-category-showcase-copy {
        align-self: center;
        max-width: 21rem;
    }

    .bda-category-showcase-name {
        font-size: clamp(3.7rem, 5.8vw, 5.8rem);
    }

    .bda-category-showcase-media {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        min-height: 100%;
        padding-bottom: 0;
    }

    .bda-category-showcase-media-main {
        width: min(100%, 36rem);
    }

    .bda-category-showcase-media-detail {
        width: clamp(11rem, 18vw, 15.5rem);
        border-width: 14px;
    }
}

.bda-media-placeholder {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 24% 24%, rgba(255, 255, 255, 0.62), transparent 22%),
        linear-gradient(135deg, rgba(44, 62, 80, 0.08), rgba(149, 165, 166, 0.14) 52%, rgba(252, 252, 252, 0.95));
}

.bda-media-placeholder--category,
.bda-media-placeholder--editorial,
.bda-media-placeholder--secondary,
.bda-media-placeholder--story {
    width: 100%;
    height: 100%;
}


/* ─────────────────────────────────────────────
 * 4. NOVEDADES (carrusel horizontal)
 * ───────────────────────────────────────────── */
.bda-products-scroll {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
}

@media (min-width: 640px) {
    .bda-products-scroll {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    .bda-products-scroll {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: start;
    }
}

/* Product card */
.bda-product-card {
    min-width: 0;
    will-change: transform, opacity;
}

.bda-product-card--featured {
    padding: 1rem;
    border: 1px solid rgba(189, 195, 199, 0.5);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 247, 248, 0.98) 100%);
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.06);
}

@media (min-width: 1100px) {
    .bda-product-card--featured {
        grid-column: span 2;
        grid-row: span 2;
    }

    .bda-product-card--featured .bda-product-card-img {
        aspect-ratio: 16 / 11;
    }
}

.bda-product-card-img {
    position: relative;
    aspect-ratio: 4/5;
    background: #f3f4f6;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 1rem;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.05);
}
.bda-product-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(10%);
    transition: transform var(--bda-duration-base) var(--bda-ease-out);
}
.bda-product-card:hover .bda-product-card-img img {
    transform: scale(1.03);
}

/* Badge "Nuevo" */
.bda-product-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: rgba(255, 255, 255, 0.9);
    color: #111827;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.5rem;
    z-index: 2;
}

/* Quick Add button — estilo "Conocer historia": borde + sweep fill */
.bda-product-quick-add {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    padding: 1rem;
    transform: translateY(100%);
    transition: transform var(--bda-duration-fast) var(--bda-ease-out);
    z-index: 2;
}
.bda-product-card:hover .bda-product-quick-add {
    transform: translateY(0);
}
.bda-product-quick-add button {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: transparent;
    color: #111827;
    padding: 0.75rem;
    border-radius: 2px;
    border: 1px solid rgba(44, 62, 80, 0.45);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: color var(--bda-duration-fast) var(--bda-ease),
                border-color var(--bda-duration-fast) var(--bda-ease);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 0;
}
/* Sweep fill on hover (mismo gesto que "Conocer historia") */
.bda-product-quick-add button::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--bda-primary);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform var(--bda-duration-base) var(--bda-ease-in-out);
    z-index: -1;
}
.bda-product-quick-add button:hover {
    color: white;
    border-color: var(--bda-primary);
}
.bda-product-quick-add button:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

/* Product info */
.bda-product-card-title {
    font-family: var(--bda-font-display);
    font-size: 1.125rem;
    color: #111827;
    transition: color var(--bda-duration-fast) var(--bda-ease);
    line-height: 1.35;
}
.bda-product-card:hover .bda-product-card-title {
    color: var(--bda-text-light);
}
.bda-product-card-material {
    font-size: 0.875rem;
    color: var(--bda-text-light);
    font-weight: 300;
    margin-top: 0.25rem;
}

.bda-product-card-note {
    margin: 0.55rem 0 0;
    color: #4b5563;
    font-family: var(--bda-font-display);
    font-style: italic;
    font-size: 1rem;
    line-height: 1.5;
}
.bda-product-card-price {
    font-weight: 500;
    color: #111827;
    margin-top: 0.5rem;
}

.bda-products-band {
    position: relative;
    margin-top: clamp(2rem, 4vw, 3.5rem);
    margin-inline: calc(50% - 50vw);
    overflow: visible;
}

.bda-products-viewport {
    position: relative;
    padding-inline: var(--bda-products-edge-gap, clamp(0.75rem, 1.35vw, 1.4rem));
    padding-top: clamp(1.6rem, 3vw, 2.6rem);
    padding-bottom: clamp(1rem, 2vw, 1.4rem);
    --bda-products-left-force: 0;
    --bda-products-right-force: 0;
}

.bda-products-viewport::before,
.bda-products-viewport::after {
    content: 'MOVER';
    position: absolute;
    top: clamp(1rem, 2.4vw, 1.8rem);
    bottom: clamp(1rem, 2vw, 1.4rem);
    z-index: 12;
    display: grid;
    place-items: center;
    width: min(13rem, 18vw);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    pointer-events: none;
    opacity: 0;
    text-shadow: 0 1px 10px rgba(15, 23, 42, 0.25);
    transition:
        opacity 0.18s var(--bda-ease),
        transform 0.18s var(--bda-ease);
}

.bda-products-viewport::before {
    left: 0;
    background:
        radial-gradient(circle at 22% 50%, rgba(255, 255, 255, 0.16), transparent 28%),
        linear-gradient(90deg, rgba(48, 62, 76, 0.86), rgba(48, 62, 76, 0));
    opacity: calc(var(--bda-products-left-force) * 0.92);
    transform: translateX(calc((1 - var(--bda-products-left-force)) * -0.75rem)) scaleX(calc(0.78 + (var(--bda-products-left-force) * 0.22)));
    transform-origin: left center;
}

.bda-products-viewport::after {
    right: 0;
    background:
        radial-gradient(circle at 78% 50%, rgba(255, 255, 255, 0.16), transparent 28%),
        linear-gradient(270deg, rgba(48, 62, 76, 0.86), rgba(48, 62, 76, 0));
    opacity: calc(var(--bda-products-right-force) * 0.92);
    transform: translateX(calc((1 - var(--bda-products-right-force)) * 0.75rem)) scaleX(calc(0.78 + (var(--bda-products-right-force) * 0.22)));
    transform-origin: right center;
}

.bda-products-track {
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 3vw, 1.9rem);
    padding-bottom: 0.2rem;
    will-change: transform;
}

.bda-arrival-card {
    position: relative;
    display: flex;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(189, 195, 199, 0.42);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 250, 0.98) 100%);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.06);
    will-change: transform, opacity;
}

.bda-arrival-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.7), transparent 38%),
        radial-gradient(circle at 82% 14%, rgba(191, 201, 207, 0.18), transparent 26%);
    pointer-events: none;
}

.bda-arrival-card-link {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 1.15rem;
    color: inherit;
    text-decoration: none;
    height: 100%;
    padding: clamp(0.95rem, 2vw, 1.2rem);
}

.bda-arrival-card-media {
    position: relative;
    overflow: hidden;
    background: #eef2f3;
    aspect-ratio: 4 / 5.3;
}

.bda-arrival-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(6%) saturate(0.94);
    transition:
        transform 1.2s var(--bda-ease-out),
        filter 1.2s var(--bda-ease-out);
    will-change: transform;
}

.bda-arrival-card-index {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    color: #475569;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.bda-product-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    left: auto;
    background: rgba(255, 255, 255, 0.9);
    color: #111827;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.38rem 0.65rem;
    z-index: 2;
}

.bda-arrival-card-copy {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    gap: 0.8rem;
    padding-inline: 0.15rem;
    min-height: 0;
    will-change: transform, opacity;
}

.bda-arrival-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    color: #5b6775;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bda-arrival-card-family {
    color: #364152;
}

.bda-arrival-card-material {
    color: #7b8794;
}

.bda-arrival-card-title {
    margin: 0;
    font-family: var(--bda-font-display);
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    line-height: 0.98;
    color: #111827;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.bda-arrival-card-text {
    margin: 0;
    color: #566372;
    font-size: 0.98rem;
    line-height: 1.68;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.bda-arrival-card-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    padding-top: 0.35rem;
}

.bda-arrival-card-price {
    color: #111827;
    font-size: 1rem;
    font-weight: 600;
}

.bda-arrival-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #4b5563;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition: color var(--bda-duration-base) var(--bda-ease);
}

.bda-arrival-card-cta::after {
    content: '->';
    font-size: 0.88em;
    transform: translateY(-1px);
}

.bda-arrival-card--featured .bda-arrival-card-media {
    aspect-ratio: 5 / 6.2;
}

.bda-arrival-card--featured .bda-arrival-card-title {
    font-size: clamp(1.9rem, 3.1vw, 2.55rem);
}

.bda-arrival-card:hover {
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.1);
}

.bda-arrival-card:hover .bda-arrival-card-media img {
    transform: scale(1.045);
    filter: grayscale(2%) saturate(1);
}

.bda-arrival-card:hover .bda-arrival-card-cta {
    color: #111827;
}

/* ─────────────────────────────────────────────
 * 5. NEWSLETTER (focus glow)
 * ───────────────────────────────────────────── */
.bda-newsletter-input {
    transition: border-color var(--bda-duration-fast) var(--bda-ease),
                box-shadow var(--bda-duration-fast) var(--bda-ease);
}
.bda-newsletter-input:focus {
    border-color: var(--bda-primary);
    box-shadow: 0 0 0 3px rgba(44, 62, 80, 0.1);
}

/* ─────────────────────────────────────────────
 * 6. SECTION HEADERS
 * ───────────────────────────────────────────── */
.bda-section-title {
    font-family: var(--bda-font-display);
    font-size: clamp(1.875rem, 4vw, 3rem);
    color: #111827;
    margin-bottom: 1rem;
    line-height: 1.12;
}

.bda-section-eyebrow {
    display: inline-block;
    margin-bottom: 0.9rem;
    color: #566372;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.bda-section-divider {
    width: 5rem;
    height: 2px;
    background: var(--bda-secondary);
}
.bda-section-subtitle {
    color: var(--bda-text-light);
    font-size: 1.125rem;
    font-weight: 300;
    max-width: 42rem;
}

.bda-section-heading {
    margin-bottom: 3rem;
}

.bda-section-heading--center {
    text-align: center;
}

.bda-section-heading--center .bda-section-subtitle {
    margin-inline: auto;
}

.bda-section-title--compact {
    font-size: clamp(1.875rem, 3vw, 2.4rem);
}

.bda-section--categories {
    background: linear-gradient(180deg, #fcfcfc 0%, #f8fafc 100%);
    overflow: clip;
    --bda-category-edge-gap: clamp(0.75rem, 1.35vw, 1.4rem);
}

.bda-section--categories .bda-container {
    max-width: none;
    padding-inline: 0;
}

.bda-section--categories .bda-section-heading {
    width: 100%;
    max-width: 80rem;
    margin-inline: auto;
    padding-inline: var(--bda-container-x);
}

@media (min-width: 1024px) {
    .bda-section--categories .bda-section-heading {
        padding-inline: 2rem;
    }
}

.bda-section--editorial {
    background: #fcfcfc;
}

.bda-section--products {
    background: linear-gradient(180deg, #fcfcfc 0%, #f8fafc 100%);
    border-top: 1px solid rgba(189, 195, 199, 0.34);
    overflow: clip;
    --bda-products-edge-gap: clamp(0.75rem, 1.35vw, 1.4rem);
}

.bda-section--products .bda-container {
    max-width: none;
    padding-inline: 0;
}

.bda-section--products .bda-section-heading {
    width: 100%;
    max-width: 80rem;
    margin-inline: auto;
    padding-inline: var(--bda-container-x);
}

.bda-section-heading--products {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
}

.bda-products-heading-copy {
    max-width: 44rem;
}

.bda-section-heading--products .bda-link-animated {
    flex-shrink: 0;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bda-product-card-title a {
    color: inherit;
    text-decoration: none;
}

.bda-section--trust {
    background: linear-gradient(180deg, #fbfcfc 0%, #f4f7f8 100%);
    border-top: 1px solid rgba(149, 165, 166, 0.18);
}

.bda-trust-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.bda-trust-card {
    padding: 2rem 1.75rem;
    border: 1px solid rgba(189, 195, 199, 0.45);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
}

.bda-trust-card h3 {
    font-family: var(--bda-font-display);
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    color: #111827;
}

.bda-trust-card p {
    color: var(--bda-text-light);
    line-height: 1.7;
}

.bda-section--story {
    background: white;
}

.bda-story-copy {
    max-width: 34rem;
}

.bda-story-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}

.bda-story-text {
    margin-bottom: 1rem;
    color: var(--bda-text-light);
    font-size: 1.03rem;
    font-weight: 300;
    line-height: 1.75;
    max-width: 32rem;
}

.bda-story-media {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    min-height: 420px;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.bda-story-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(12%);
}

.bda-section--newsletter {
    background: #fcfcfc;
    border-top: 1px solid rgba(149, 165, 166, 0.18);
}

.bda-newsletter-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2.25rem;
    border: 1px solid rgba(189, 195, 199, 0.45);
    border-radius: 2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.98) 100%);
}

.bda-newsletter-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    align-items: center;
}

.bda-newsletter-input {
    width: 100%;
    min-height: 52px;
    padding: 0.875rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 2px;
    background: white;
    color: #111827;
    font-family: var(--bda-font-sans);
    font-size: 1rem;
}

/* ─────────────────────────────────────────────
 * 7. RESPONSIVE OVERRIDES
 * ───────────────────────────────────────────── */
@media (max-width: 767px) {
    .bda-hero { min-height: 100svh; }
    .bda-hero-shell {
        min-height: 100svh;
        padding-top: calc(var(--bda-nav-offset, 7.5rem) + var(--bda-admin-bar-offset, 0px) + 0.75rem);
        padding-bottom: 4rem;
        gap: 1.75rem;
        justify-content: flex-end;
    }
    .bda-hero-content {
        max-width: none;
    }
    .bda-hero-gallery {
        grid-template-columns: 1fr;
    }
    .bda-hero-panel--primary {
        min-height: 360px;
    }
    .bda-inline-media {
        display: block;
        margin: 0.55rem 0;
    }
    .bda-statement-grid {
        grid-template-columns: 1fr;
    }
    .bda-editorial-img { height: 400px; }
    .bda-editorial-secondary { height: 250px; }
    .bda-category-showcase-item {
        padding: 1rem;
    }
    .bda-category-showcase-name {
        font-size: clamp(2.7rem, 15vw, 3.8rem);
    }
    .bda-category-showcase-media {
        min-height: 22rem;
        padding-bottom: 4.5rem;
    }
    .bda-category-showcase-media-main {
        width: 100%;
    }
    .bda-category-showcase-footer {
        justify-content: flex-start;
    }
    .bda-section-heading--products {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .bda-trust-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .bda-story-grid {
        grid-template-columns: 6fr 5fr;
        gap: 3rem;
    }

    .bda-newsletter-panel {
        grid-template-columns: 1.2fr 1fr;
        gap: 2rem;
        align-items: center;
        padding: 2.5rem;
    }

    .bda-newsletter-form {
        grid-template-columns: 1fr auto;
    }
}

@media (min-width: 1024px) {
    .bda-section--products .bda-section-heading {
        padding-inline: 2rem;
    }

    .bda-products-viewport {
        display: flex;
        align-items: flex-start;
        min-height: clamp(36.5rem, 78vh, 43.5rem);
        padding-top: clamp(2rem, 3.2vw, 3rem);
        padding-bottom: clamp(1.2rem, 2vw, 1.8rem);
        overflow: hidden;
        box-sizing: border-box;
        cursor: ew-resize;
    }

    .bda-products-track {
        flex-direction: row;
        align-items: stretch;
        width: max-content;
        gap: clamp(0.85rem, 1.25vw, 1.25rem);
        padding-top: 0.35rem;
        padding-bottom: 0.65rem;
    }

    .bda-arrival-card {
        flex: 0 0 clamp(15.75rem, 20vw, 18.5rem);
        min-height: clamp(32rem, 66vh, 36.5rem);
    }

    .bda-arrival-card--featured {
        flex-basis: clamp(18.5rem, 24vw, 22.25rem);
    }

    .bda-arrival-card-copy {
        align-content: space-between;
    }
}
