/* Home premium Alpha Ultrapress */

.hero-slider {
    isolation: isolate;
    overflow: hidden;
    background: #070707;
    margin-bottom: 0;
}

.hero-slider::before,
.hero-slider::after {
    content: none;
}

.hero-slider::before {
    background: none;
    opacity: 0;
}

.hero-slider::after {
    background: none;
}

.hero-slider .hs-media {
    transform: none;
    filter: none;
    animation: none;
    will-change: auto;
}

.hero-premium-cta {
    z-index: 4;
    background: rgba(7, 7, 7, 0.28) !important;
    border: 1px solid rgba(255, 255, 255, 0.34) !important;
    color: #fff !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 18px 55px rgba(0, 0, 0, 0.28) !important;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
}

.hero-premium-cta::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.22), transparent 34%, rgba(255, 255, 255, 0.08));
    opacity: .75;
    pointer-events: none;
}

.hero-premium-cta:hover {
    transform: translateY(-50%) translateY(-2px);
    border-color: rgba(255, 255, 255, 0.58) !important;
    background: rgba(12, 12, 12, 0.42) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        0 24px 70px rgba(0, 0, 0, 0.36) !important;
}

.hero-premium-cta__arrow {
    transition: transform .28s ease;
}

.hero-premium-cta:hover .hero-premium-cta__arrow {
    transform: translateX(4px);
}

.alpha-home-premium {
    --home-black: #070707;
    --home-ink: #111318;
    --home-muted: #69717f;
    --home-line: rgba(17, 19, 24, 0.10);
    --home-panel: #f6f7f8;
    --home-gold: #d7b76a;
    position: relative;
    background:
        radial-gradient(circle at 15% 0%, rgba(0, 0, 0, 0.055), transparent 30%),
        linear-gradient(180deg, #fff 0%, #f6f7f8 48%, #fff 100%);
    color: var(--home-ink);
    overflow: hidden;
}

.alpha-home-premium::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(180deg, rgba(7, 7, 7, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 0;
}

.home-section,
.home-premium-banner,
.home-split-banners,
.home-testimonials {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.home-section {
    padding: 86px 0 0;
}

.home-section--products {
    padding-top: 48px;
}

.home-section-head {
    width: min(720px, 100%);
    margin: 0 auto 34px;
    text-align: center;
}

.home-section-head--row {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    text-align: left;
}

.home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #717884;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.home-kicker::before {
    content: "";
    width: 18px;
    height: 1px;
    background: currentColor;
    opacity: .45;
}

.home-section-head h2,
.home-premium-banner h2,
.home-mini-banner h2 {
    margin: 0;
    color: #0b0d10;
    font-family: 'Space Grotesk', 'Poppins', 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.home-section-head h2 {
    font-size: clamp(30px, 4vw, 54px);
    line-height: .98;
}

.home-section-head p {
    margin: 16px auto 0;
    max-width: 620px;
    color: var(--home-muted);
    font-size: 16px;
    line-height: 1.7;
}

.home-category-grid,
.home-product-grid,
.home-split-banners {
    display: grid;
    gap: 18px;
}

.home-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-category-card {
    min-width: 0;
    border-radius: 8px;
    background:
        radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.18), transparent 38%),
        linear-gradient(145deg, #22262d, #070707 66%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
}

.home-category-card::after,
.home-mini-banner::after,
.home-premium-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.10);
    pointer-events: none;
}

.home-category-card a {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.home-category-media {
    height: 255px;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.13), transparent 45%),
        #121418;
}

.home-category-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    opacity: .88;
    transform: scale(1.02);
    transition: transform .6s cubic-bezier(.2, .8, .2, 1), opacity .35s ease;
}

.home-category-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 22px;
    position: relative;
}

.home-category-index {
    color: rgba(255, 255, 255, 0.46);
    font-size: 12px;
    font-weight: 800;
}

.home-category-content h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.05;
    font-family: 'Space Grotesk', 'Poppins', sans-serif;
}

.home-category-content p {
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13.5px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.home-glass-link,
.home-mini-link,
.home-dark-btn,
.home-outline-btn,
.home-product-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .26s ease, box-shadow .26s ease, background .26s ease, border-color .26s ease, color .26s ease;
}

.home-glass-link {
    margin-top: auto;
    min-height: 36px;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 12.5px;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.home-category-card:hover {
    box-shadow: 0 34px 70px rgba(0, 0, 0, 0.26);
}

.home-category-card:hover .home-category-media img {
    opacity: 1;
    transform: scale(1.09);
}

.home-category-card:hover .home-glass-link {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.34);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.home-premium-banner {
    margin-top: 64px;
    min-height: 220px;
    border-radius: 8px;
    padding: clamp(28px, 5vw, 54px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.18), transparent 30%),
        linear-gradient(135deg, #23272e, #090a0c 58%, #17191f);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.home-premium-banner::before,
.home-mini-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
    opacity: .45;
    pointer-events: none;
}

.home-premium-banner__content,
.home-premium-banner .home-dark-btn,
.home-mini-banner > * {
    position: relative;
    z-index: 1;
}

.home-premium-banner h2 {
    max-width: 680px;
    color: #fff;
    font-size: clamp(28px, 4.4vw, 58px);
    line-height: .98;
}

.home-premium-banner .home-kicker,
.home-mini-banner .home-kicker {
    color: rgba(255, 255, 255, 0.68);
}

.home-dark-btn {
    flex: 0 0 auto;
    padding: 0 22px;
    min-width: 206px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.home-dark-btn:hover,
.home-mini-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.34);
    color: #fff;
}

.home-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-product-card {
    min-width: 0;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(17, 19, 24, 0.08);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.home-product-card a {
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-product-media {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.85), transparent 44%),
        linear-gradient(180deg, #f6f3ef, #ebe7e1);
}

.home-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .55s ease;
}

.home-product-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 9px;
    padding: 18px;
}

.home-product-body h3 {
    margin: 0;
    min-height: 46px;
    color: #111318;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
}

.home-product-price {
    color: #111318;
    font-size: 20px;
    line-height: 1;
    font-weight: 850;
}

.home-product-stars {
    color: var(--home-gold);
    font-size: 12px;
    letter-spacing: .16em;
}

.home-product-btn {
    margin-top: auto;
    min-height: 38px;
    width: 100%;
    background: #101114;
    color: #fff;
    font-size: 13px;
}

.home-product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(17, 19, 24, 0.16);
    box-shadow: 0 30px 62px rgba(15, 23, 42, 0.14);
}

.home-product-card:hover .home-product-media img {
    transform: scale(1.055);
}

.home-product-card:hover .home-product-btn {
    background: #000;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.home-product-skeleton {
    min-height: 390px;
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6), rgba(255, 255, 255, 0)),
        #eceef1;
    background-size: 180% 100%;
    animation: homeSkeleton 1.4s ease infinite;
}

.home-split-banners {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 78px;
}

.home-mini-banner {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 26px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding: clamp(26px, 4vw, 42px);
    background:
        radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.18), transparent 32%),
        linear-gradient(145deg, #252a31, #08090b 64%);
    box-shadow: 0 24px 62px rgba(0, 0, 0, 0.18);
}

.home-mini-banner--soft {
    background:
        radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.18), transparent 30%),
        linear-gradient(145deg, #181b20, #050506 66%);
}

.home-mini-banner h2 {
    color: #fff;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1;
}

.home-mini-banner p {
    max-width: 440px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.65;
}

.home-mini-link {
    width: fit-content;
    padding: 0 18px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.home-outline-btn {
    flex: 0 0 auto;
    padding: 0 20px;
    color: #fff;
    background: #101114;
    border: 1px solid #101114;
}

.home-outline-btn:hover {
    color: #fff;
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.16);
}

.home-testimonials {
    padding: 88px 0 96px;
}

.home-marquee {
    overflow: hidden;
    position: relative;
    padding: 6px 0 18px;
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.home-marquee-track {
    width: max-content;
    display: flex;
    gap: 16px;
    animation: homeMarquee 38s linear infinite;
    will-change: transform;
}

/* Loop infinito sem pausar no hover (mantém movimento contínuo) */

.home-review-card {
    width: 330px;
    min-height: 172px;
    padding: 22px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(17, 19, 24, 0.08);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.home-review-card p {
    margin: 18px 0 0;
    color: #2b3038;
    font-size: 15px;
    line-height: 1.65;
}

.home-review-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-review-head > span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #22262c, #0b0c0f);
    color: #fff;
    font-size: 12px;
    font-weight: 850;
}

.home-review-head strong {
    display: block;
    color: #111318;
    font-size: 14px;
}

.home-review-head small {
    color: var(--home-gold);
    font-size: 11px;
    letter-spacing: .08em;
}

.reveal-up {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .72s ease, transform .72s ease;
}

.reveal-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes homeHeroDrift {
    from { transform: scale(1.01); }
    to { transform: scale(1.035) translate3d(-.35%, -.35%, 0); }
}

@keyframes homeMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes homeSkeleton {
    from { background-position: 140% 0; }
    to { background-position: -40% 0; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-slider .hs-media,
    .home-marquee-track,
    .home-product-skeleton {
        animation: none;
    }

    .reveal-up {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 1024px) {
    .home-category-grid,
    .home-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-category-card a {
        min-height: 390px;
    }

    .home-category-media {
        height: 230px;
    }

    .home-premium-banner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .home-section {
        padding-top: 62px;
    }

    .home-section--products {
        padding-top: 28px;
    }

    .home-section,
    .home-premium-banner,
    .home-split-banners,
    .home-testimonials {
        width: min(100% - 28px, 1180px);
    }

    .home-section-head,
    .home-section-head--row {
        text-align: left;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .home-section-head h2 {
        font-size: clamp(30px, 12vw, 44px);
    }

    .home-section-head p {
        margin-left: 0;
    }

    .home-category-grid,
    .home-product-grid,
    .home-split-banners {
        grid-template-columns: 1fr;
    }

    .home-category-card a {
        min-height: 360px;
    }

    .home-category-media {
        height: 218px;
    }

    .home-premium-banner {
        margin-top: 44px;
        min-height: 260px;
    }

    .home-dark-btn,
    .home-outline-btn {
        width: 100%;
    }

    .home-split-banners {
        padding-top: 58px;
    }

    .home-mini-banner {
        min-height: 290px;
    }

    .home-review-card {
        width: 286px;
    }
}

@media (max-width: 640px) {
    .hero-premium-cta:hover {
        transform: none;
    }
}

/* ============================================================
   CATÁLOGO ALPHA — versão editorial premium
   ============================================================ */
.alpha-home-premium .home-section-head h2 {
    font-family: 'Cormorant Garamond', 'Playfair Display', 'Space Grotesk', Georgia, serif;
    font-weight: 500;
    font-size: clamp(34px, 4.4vw, 60px);
    letter-spacing: -.005em;
    line-height: 1;
}

.alpha-home-premium .home-kicker {
    color: #8a8f99;
    font-size: 11px;
    letter-spacing: .22em;
    font-weight: 700;
}

.home-category-grid--editorial {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px;
    padding: 8px 0 12px;
}

/* Card editorial — moldura branca premium */
.home-category-card--editorial {
    background: #ffffff;
    border: 1px solid rgba(15, 17, 22, 0.07);
    border-radius: 2px;
    box-shadow:
        0 1px 0 rgba(15, 17, 22, 0.03),
        0 12px 28px -22px rgba(15, 17, 22, 0.18);
    overflow: hidden;
    padding: 14px 14px 18px;
    transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease;
}
.home-category-card--editorial::after {
    content: none !important;
    display: none !important;
}
.home-category-card--editorial:hover {
    transform: translateY(-3px);
    box-shadow:
        0 1px 0 rgba(15, 17, 22, 0.04),
        0 22px 44px -26px rgba(15, 17, 22, 0.28);
}

.home-category-card--editorial a {
    display: flex;
    flex-direction: column;
    min-height: 0;
    text-decoration: none;
    color: inherit;
    gap: 16px;
}

/* Frame interno: linha dupla discreta */
.home-category-frame {
    position: relative;
    margin: 0;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #0b0c0f;
    border-radius: 0;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}
.home-category-frame::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    pointer-events: none;
    z-index: 2;
    transition: inset .45s cubic-bezier(.2,.8,.2,1), border-color .35s ease;
}
.home-category-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.18) 100%);
    pointer-events: none;
    z-index: 1;
}
.home-category-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
    transform: scale(1.02);
    transition: transform .9s cubic-bezier(.2,.8,.2,1);
    opacity: 1;
    filter: none;
}
.home-category-card--editorial:hover .home-category-frame img {
    transform: scale(1.07);
}
.home-category-card--editorial:hover .home-category-frame::before {
    inset: 12px;
    border-color: rgba(255, 255, 255, 0.32);
}

/* Nome do produto — tipografia editorial */
.home-category-name {
    margin: 0;
    text-align: center;
    color: #0b0d10;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 600;
    font-size: clamp(16px, 1.15vw, 19px);
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 6px 8px 4px;
}

/* Responsivo */
@media (max-width: 1100px) {
    .home-category-grid--editorial { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
}
@media (max-width: 600px) {
    .home-category-grid--editorial { grid-template-columns: 1fr; gap: 22px; }
    .home-category-card--editorial { padding: 12px 12px 16px; }
    .home-category-frame { aspect-ratio: 4 / 5; }
}

/* ============================================================
   Seção "Produtos exclusivos do seu contrato" (HES = Home Exclusive Section)
   ============================================================ */
.home-section--exclusive {
    padding-top: 56px;
}
.home-section-head--exclusive {
    width: min(820px, 100%);
}
.home-kicker--exclusive {
    color: #0b0d10;
}
.home-kicker--exclusive::before {
    background: #0b0d10;
    opacity: .65;
}
.home-section--exclusive .home-section-head h2 {
    font-family: 'Space Grotesk', 'Poppins', 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.05;
}
.home-section--exclusive .home-section-head p {
    color: #5b626d;
    font-size: 14.5px;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* Modo grade legado (mantido caso seja usado em outro contexto) */
.home-exclusive-grid:not(.is-carousel) {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

/* === CARROSSEL === */
.home-exclusive-grid.is-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 18px 0 8px;
    /* máscara fade nas laterais */
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.hes-viewport {
    overflow: hidden;
    width: 100%;
}
.hes-track {
    display: flex;
    gap: 22px;
    width: max-content;
    animation: hesScroll 38s linear infinite;
    will-change: transform;
}
.home-exclusive-grid.is-carousel:hover .hes-track {
    animation-play-state: paused;
}
@keyframes hesScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.is-carousel .hes-card {
    flex: 0 0 280px;
    width: 280px;
    transition: opacity .35s ease, box-shadow .35s ease;
    /* transform é controlado pelo JS (setupCenterEmphasis) — sem transition aqui para evitar stutter no scroll */
}

.hes-card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(15, 17, 22, 0.08);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .25s ease;
    box-shadow: 0 1px 0 rgba(15, 17, 22, 0.03), 0 12px 28px -22px rgba(15, 17, 22, 0.18);
}
.hes-card:hover {
    transform: translateY(-3px);
    border-color: rgba(15, 17, 22, 0.16);
    box-shadow: 0 1px 0 rgba(15, 17, 22, 0.04), 0 22px 44px -26px rgba(15, 17, 22, 0.30);
}

.hes-card__media {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #0b0c0f;
    display: block;
    overflow: hidden;
    text-decoration: none;
}
.hes-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
    transition: transform .8s cubic-bezier(.2,.8,.2,1);
}
.hes-card:hover .hes-card__media img {
    transform: scale(1.08);
}
.hes-card__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #44474c;
    font-size: 28px;
    background: linear-gradient(160deg, #1a1c20, #0b0c0f);
}

.hes-card__tags {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    z-index: 2;
}
.hes-tag {
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.hes-tag--ink {
    background: rgba(11, 13, 16, 0.92);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.hes-tag--soft {
    background: rgba(255, 255, 255, 0.92);
    color: #1f2329;
    border: 1px solid rgba(15, 17, 22, 0.08);
}

.hes-card__body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.hes-card__name {
    margin: 0;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #0b0d10;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hes-card__price {
    font-size: 16px;
    font-weight: 800;
    color: #0b0d10;
    margin-top: 2px;
}
.hes-card__cta {
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 14px;
    background: #0b0d10;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    border-radius: 999px;
    text-decoration: none;
    transition: background .2s ease, transform .15s ease;
}
.hes-card__cta i { transition: transform .2s ease; }
.hes-card__cta:hover {
    background: #2b2f36;
    transform: translateY(-1px);
}
.hes-card__cta:hover i { transform: translateX(3px); }

@media (max-width: 900px) {
    .is-carousel .hes-card { flex: 0 0 240px; width: 240px; }
}
@media (max-width: 600px) {
    .is-carousel .hes-card { flex: 0 0 220px; width: 220px; }
    .home-exclusive-grid.is-carousel {
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
        mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
    }
    .hes-track { gap: 16px; }
}

/* Reduzir movimento se o usuário preferir */
@media (prefers-reduced-motion: reduce) {
    .hes-track { animation: none; }
}



/* Banner premium em modo imagem pura (banner-02.png)
   — sem aspect-ratio fixo: respeita o tamanho original da imagem */
.home-premium-banner--image {
    padding: 0 !important;
    margin: 0 auto;
    overflow: hidden;
    background: transparent !important;
    box-shadow: none;
    border-radius: 14px;
    min-height: 0 !important;
    height: auto !important;
    display: block;
}
.home-premium-banner--image::before,
.home-premium-banner--image::after {
    content: none !important;
    background: none !important;
    display: none !important;
}
.home-premium-banner--image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: inherit;
}


/* Mini banners em modo imagem pura (banner-03 / banner-04) */
.home-mini-banner.home-mini-banner--image {
    padding: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    background: transparent !important;
    box-shadow: none;
    border-radius: 14px;
    overflow: hidden;
    display: block;
}
.home-mini-banner.home-mini-banner--image::before,
.home-mini-banner.home-mini-banner--image::after {
    content: none !important;
    background: none !important;
    display: none !important;
}
.home-mini-banner.home-mini-banner--image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: inherit;
}
