/* =========================================================
   VYBE B&S - STYLE.CSS LIMPO
   Home dark premium com avatar/família real em PNG.
   Coloque a imagem em: public/assets/img/brand/avatar-family.png
========================================================= */

:root {
    --bg: #050506;
    --bg-2: #09090d;
    --card: rgba(16, 16, 20, 0.88);
    --card-2: rgba(255, 255, 255, 0.045);
    --gold: #d7a84f;
    --gold-2: #f4c762;
    --text: #ffffff;
    --muted: #c9c9d0;
    --line: rgba(255, 255, 255, 0.11);
    --line-gold: rgba(215, 168, 79, 0.45);
    --shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: Inter, Arial, Helvetica, sans-serif;
    background:
        radial-gradient(circle at 8% 20%, rgba(215, 168, 79, 0.18), transparent 28%),
        radial-gradient(circle at 80% 22%, rgba(215, 168, 79, 0.12), transparent 28%),
        linear-gradient(135deg, #030304 0%, #08080b 48%, #030304 100%);
    color: var(--text);
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.site-shell {
    width: 100%;
    min-height: 100vh;
}

.top-bar {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    padding: 8px 7%;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    background: rgba(0,0,0,0.35);
    color: #fff;
    font-size: 14px;
}

.top-bar span:first-child,
.top-bar span::first-letter {
    color: var(--gold);
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 50;
    width: 100%;
    min-height: 92px;
    padding: 16px 5.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    background: rgba(3, 3, 4, 0.86);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.brand-link {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.brand-link img {
    width: clamp(210px, 22vw, 350px);
    height: auto;
    max-height: 76px;
    object-fit: contain;
    filter:
        drop-shadow(0 8px 18px rgba(0,0,0,0.65))
        drop-shadow(0 0 12px rgba(215,168,79,0.15));
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.main-nav a {
    position: relative;
    min-height: 42px;
    padding: 11px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: rgba(255,255,255,0.86);
    font-size: 14px;
    font-weight: 800;
    transition: 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
    color: #09090d;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
}

.nav-cart {
    background: linear-gradient(135deg, rgba(215,168,79,0.92), rgba(244,199,98,0.92));
    color: #09090d !important;
}

.nav-cart span {
    position: absolute;
    top: -5px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #fff;
    color: #09090d;
    font-size: 11px;
}

.hero-vitrine {
    position: relative;
    min-height: 690px;
    padding: 72px 5.5% 46px;
    display: grid;
    grid-template-columns: minmax(420px, 0.95fr) minmax(390px, 0.95fr) 280px;
    align-items: center;
    gap: 32px;
    overflow: hidden;
}

.hero-vitrine::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(215,168,79,0.10), transparent 38%),
        radial-gradient(circle at 62% 46%, rgba(215,168,79,0.20), transparent 26%);
    opacity: 0.95;
}

.hero-copy,
.hero-family,
.hero-side-cards {
    position: relative;
    z-index: 2;
}

.hero-kicker {
    margin-bottom: 20px;
    color: var(--gold-2);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 13px;
    font-weight: 900;
}

.hero-copy h1 {
    max-width: 760px;
    font-family: Urbanist, Inter, Arial, sans-serif;
    font-size: clamp(42px, 4.7vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    font-weight: 900;
}

.hero-copy h1 strong {
    display: inline-block;
    color: var(--gold-2);
    font-weight: 900;
}

.hero-description {
    max-width: 620px;
    margin-top: 24px;
    color: rgba(255,255,255,0.86);
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.65;
}

.hero-actions {
    margin-top: 34px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn {
    min-height: 56px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 14px;
    font-weight: 900;
    transition: 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-gold,
.btn.primary {
    color: #08080b;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    box-shadow: 0 18px 38px rgba(215, 168, 79, 0.22);
}

.btn-outline,
.btn.secondary {
    color: #fff;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.22);
}

.trust-row {
    margin-top: 38px;
    padding-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid rgba(255,255,255,0.10);
}

.trust-row div {
    min-height: 72px;
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(215,168,79,0.35);
}

.trust-row div:first-child {
    padding-left: 0;
}

.trust-row div:last-child {
    border-right: 0;
}

.trust-row b {
    margin-bottom: 7px;
    color: var(--gold-2);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.trust-row span {
    color: rgba(255,255,255,0.82);
    font-size: 13px;
}

.hero-family {
    min-height: 575px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.family-glow {
    position: absolute;
    left: 50%;
    bottom: 2%;
    width: 520px;
    height: 520px;
    transform: translateX(-50%);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(215,168,79,0.22), transparent 56%),
        radial-gradient(circle, rgba(255,255,255,0.10), transparent 42%);
    border: 1px solid rgba(215,168,79,0.34);
    opacity: 0.9;
}

.hero-family img {
    position: relative;
    z-index: 2;
    width: min(100%, 560px);
    max-height: 620px;
    object-fit: contain;
    object-position: center bottom;
    filter:
        drop-shadow(0 28px 35px rgba(0,0,0,0.70))
        drop-shadow(0 0 26px rgba(215,168,79,0.10));
}

.hero-side-cards {
    display: grid;
    gap: 22px;
}

.side-card {
    min-height: 120px;
    padding: 22px;
    display: grid;
    grid-template-columns: 56px 1fr;
    align-items: center;
    gap: 18px;
    border-radius: 15px;
    background: rgba(0,0,0,0.24);
    border: 1px solid var(--line-gold);
    transition: 0.2s ease;
}

.side-card:hover {
    transform: translateY(-3px);
    background: rgba(215,168,79,0.08);
}

.side-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: var(--gold-2);
    border: 1px solid rgba(215,168,79,0.55);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.side-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--gold-2);
    font-size: 15px;
    text-transform: uppercase;
}

.side-card p {
    color: rgba(255,255,255,0.84);
    font-size: 14px;
    line-height: 1.5;
}

.numbers-strip {
    width: min(89%, 1500px);
    margin: 0 auto 28px;
    padding: 22px 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 18px 55px rgba(0,0,0,0.24);
}

.numbers-strip div {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(255,255,255,0.10);
}

.numbers-strip div:last-child {
    border-right: 0;
}

.numbers-strip strong {
    font-size: 28px;
    line-height: 1;
}

.numbers-strip span {
    margin-top: 8px;
    color: rgba(255,255,255,0.72);
    font-size: 14px;
}

.section {
    padding: 72px 5.5%;
}

.section-title {
    margin-bottom: 34px;
}

.section-title.centered {
    text-align: center;
}

.section-title span,
.section-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--gold-2);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 13px;
    font-weight: 900;
}

.section-title h2 {
    font-family: Urbanist, Inter, Arial, sans-serif;
    font-size: clamp(32px, 3.3vw, 54px);
    line-height: 1;
    letter-spacing: -0.04em;
}

.section-title p {
    max-width: 720px;
    margin-top: 12px;
    color: var(--muted);
    line-height: 1.6;
}

.section-title-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.section-link {
    color: var(--gold-2);
    font-weight: 900;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

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

.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
    border: 1px solid rgba(255,255,255,0.12);
    transition: 0.25s ease;
}

.product-card:hover {
    transform: translateY(-7px);
    border-color: rgba(215,168,79,0.45);
    box-shadow: 0 24px 70px rgba(0,0,0,0.38);
}

.product-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(215,168,79,0.13), transparent 48%),
        #0b0b0f;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.06);
}

.discount-badge {
    position: absolute;
    top: 13px;
    right: 13px;
    padding: 7px 10px;
    border-radius: 8px;
    color: #08080b;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    font-size: 12px;
    font-weight: 900;
}

.product-info {
    padding: 16px;
}

.product-info small {
    color: var(--gold-2);
    font-weight: 800;
}

.product-info h3 {
    min-height: 44px;
    margin: 8px 0 12px;
    font-size: 16px;
    line-height: 1.35;
}

.price-line {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.price-line strong,
.price-single {
    color: var(--gold-2);
    font-size: 20px;
    font-weight: 900;
}

.price-line del {
    color: rgba(255,255,255,0.45);
    font-size: 13px;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.category-card {
    min-height: 138px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 20px;
    background:
        radial-gradient(circle at top, rgba(215,168,79,0.17), transparent 48%),
        rgba(255,255,255,0.045);
    border: 1px solid rgba(255,255,255,0.11);
    transition: 0.25s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    border-color: rgba(215,168,79,0.46);
}

.category-card span {
    font-size: 21px;
    font-weight: 900;
}

.category-card small {
    margin-top: 8px;
    color: var(--gold-2);
    font-weight: 800;
}

.cta-section {
    margin: 30px 5.5% 76px;
    padding: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 12% 15%, rgba(215,168,79,0.20), transparent 36%),
        linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
    border: 1px solid rgba(255,255,255,0.12);
}

.cta-section span {
    color: var(--gold-2);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.cta-section h2 {
    max-width: 760px;
    margin-top: 10px;
    font-family: Urbanist, Inter, Arial, sans-serif;
    font-size: clamp(28px, 3vw, 46px);
    line-height: 1;
}

.footer {
    padding: 42px 5.5%;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.09);
    background: rgba(0,0,0,0.22);
}

.footer-brand {
    display: inline-flex;
    justify-content: center;
    margin-bottom: 14px;
}

.footer-brand img {
    width: 230px;
    max-height: 70px;
    object-fit: contain;
}

.footer p {
    color: var(--gold-2);
    font-weight: 900;
}

.footer small {
    display: block;
    margin-top: 8px;
    color: var(--muted);
}

.empty {
    grid-column: 1 / -1;
    padding: 22px;
    border-radius: 16px;
    color: var(--muted);
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.10);
}

/* Mantém compatibilidade com páginas antigas do projeto */
.catalog-page,
.product-detail-page,
.cart-page {
    position: relative;
    overflow: hidden;
}

.catalog-hero,
.cart-hero {
    position: relative;
    z-index: 1;
    padding: 70px 7% 30px;
}

.catalog-layout,
.cart-layout {
    position: relative;
    z-index: 1;
    padding: 30px 7% 70px;
    display: grid;
    gap: 28px;
}

.catalog-layout {
    grid-template-columns: 280px 1fr;
}

.cart-layout {
    grid-template-columns: 1fr 360px;
}

.filters-box,
.cart-items-box,
.cart-summary,
.product-gallery,
.product-detail-info,
.auth-card,
.account-card {
    background: rgba(18, 18, 24, 0.95);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 24px;
}

.filter-form,
.buy-box,
.auth-form {
    display: grid;
    gap: 14px;
}

.filter-form input,
.filter-form select,
.buy-box select,
.buy-box input,
.auth-form input {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.12);
    background: #08080b;
    color: #fff;
}

.filter-form button,
.buy-box button,
.auth-form button,
.update-cart-btn,
.checkout-btn {
    padding: 15px 20px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: #08080b;
    font-weight: 900;
    cursor: pointer;
    text-align: center;
}

.product-detail {
    padding: 70px 7%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 46px;
}

.main-product-image {
    width: 100%;
    height: 540px;
    border-radius: 24px;
    overflow: hidden;
    background: #08080b;
}

.main-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkout-page {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 20px 80px;
}

.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: start;
}

.checkout-form,
.checkout-summary,
.checkout-success {
    background: rgba(13, 13, 18, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.30);
}

.checkout-form label {
    display: block;
    margin: 14px 0 8px;
    color: rgba(255,255,255,.82);
    font-weight: 700;
}

.checkout-form input,
.checkout-form select,
.checkout-summary input {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    padding: 0 14px;
    background: rgba(255,255,255,.06);
    color: #fff;
    outline: none;
}

.checkout-form select option {
    color: #111;
}

.form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.checkout-item-line,
.summary-line,
.summary-total {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.summary-total strong {
    color: var(--gold-2);
}

@media (max-width: 1280px) {
    .hero-vitrine {
        grid-template-columns: 1fr 1fr;
    }

    .hero-side-cards {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
    }

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

@media (max-width: 1050px) {
    .top-bar {
        flex-wrap: wrap;
        gap: 14px;
        font-size: 12px;
    }

    .main-header {
        flex-direction: column;
        align-items: center;
    }

    .main-nav {
        justify-content: center;
    }

    .hero-vitrine {
        grid-template-columns: 1fr;
        text-align: center;
        padding-top: 54px;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-actions {
        justify-content: center;
    }

    .trust-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-row div {
        border-right: 0;
        border-bottom: 1px solid rgba(215,168,79,0.25);
    }

    .hero-family {
        min-height: 520px;
    }

    .hero-family img {
        max-height: 540px;
    }

    .numbers-strip,
    .product-grid,
    .home-product-grid,
    .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-detail,
    .catalog-layout,
    .cart-layout,
    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .section-title-row,
    .cta-section {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 680px) {
    .top-bar {
        display: none;
    }

    .main-header {
        padding: 14px 4.5%;
    }

    .brand-link img {
        width: 240px;
    }

    .main-nav {
        width: 100%;
        gap: 6px;
    }

    .main-nav a {
        min-height: 38px;
        padding: 9px 11px;
        font-size: 12px;
    }

    .hero-vitrine {
        padding: 42px 4.5% 34px;
    }

    .hero-kicker {
        font-size: 11px;
        letter-spacing: 3px;
    }

    .hero-copy h1 {
        font-size: clamp(38px, 12vw, 54px);
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .trust-row,
    .hero-side-cards,
    .numbers-strip,
    .product-grid,
    .home-product-grid,
    .category-grid {
        grid-template-columns: 1fr;
    }

    .hero-family {
        min-height: 430px;
    }

    .family-glow {
        width: 390px;
        height: 390px;
    }

    .hero-family img {
        max-height: 440px;
    }

    .numbers-strip {
        width: 91%;
    }

    .numbers-strip div {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,0.10);
    }

    .numbers-strip div:last-child {
        border-bottom: 0;
    }

    .section {
        padding: 54px 4.5%;
    }

    .cta-section {
        margin-left: 4.5%;
        margin-right: 4.5%;
        padding: 26px;
    }
}

/* =========================================================
   CORREÇÃO FINAL DO CATÁLOGO - VYBE B&S
   Corrige logo/marca d'água gigante e organiza vitrine.
========================================================= */

.catalog-page {
    position: relative;
    min-height: calc(100vh - 92px);
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 12%, rgba(215,168,79,.12), transparent 30%),
        radial-gradient(circle at 84% 18%, rgba(255,255,255,.04), transparent 28%),
        linear-gradient(135deg, #030304 0%, #08080b 52%, #030304 100%);
}

.catalog-page .watermark,
.watermark {
    position: fixed !important;
    right: -90px !important;
    bottom: -90px !important;
    width: 420px !important;
    max-width: 32vw !important;
    height: auto !important;
    opacity: .035 !important;
    pointer-events: none !important;
    z-index: 0 !important;
    object-fit: contain !important;
    transform: none !important;
}

.catalog-hero {
    position: relative;
    z-index: 2;
    min-height: auto !important;
    padding: 64px 7% 28px !important;
    background:
        radial-gradient(circle at left top, rgba(215,168,79,.14), transparent 32%),
        transparent !important;
}

.catalog-hero .tag,
.catalog-hero p.tag {
    display: inline-flex;
    width: auto;
    margin: 0 0 14px;
    color: var(--gold-2);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.catalog-hero h1 {
    max-width: 760px;
    margin: 0 0 12px;
    font-family: Urbanist, Inter, Arial, sans-serif;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1;
    letter-spacing: -1.8px;
    color: #fff;
}

.catalog-hero p:not(.tag) {
    max-width: 720px;
    color: rgba(255,255,255,.74);
    font-size: 17px;
    line-height: 1.6;
}

.catalog-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
    padding: 26px 7% 78px;
    align-items: start;
}

.filters-box {
    position: sticky;
    top: 116px;
    background: rgba(18,18,24,.96);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,.28);
}

.filters-box h2 {
    color: var(--gold-2);
    font-size: 24px;
    margin-bottom: 20px;
}

.filter-form label {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.filter-form input,
.filter-form select {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.13);
    background: #07070a;
    color: #fff;
}

.filter-form button {
    min-height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: #08080b;
    font-weight: 900;
}

.clear-filter {
    color: var(--gold-2);
    font-weight: 900;
    text-align: center;
}

.catalog-products {
    min-width: 0;
}

.catalog-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.catalog-top h2 {
    color: #fff;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1;
}

.catalog-top span {
    color: rgba(255,255,255,.66);
    font-size: 14px;
}

.product-grid.catalog-grid,
.catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.catalog-grid .product-card {
    border-radius: 22px;
    background: rgba(18,18,24,.92);
    border: 1px solid rgba(255,255,255,.10);
    overflow: hidden;
    min-width: 0;
}

.catalog-grid .product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto !important;
    background:
        radial-gradient(circle at center, rgba(215,168,79,.12), transparent 50%),
        #09090d;
}

.catalog-grid .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-grid .product-info {
    padding: 18px;
}

.catalog-grid .product-info small {
    color: var(--gold-2);
    font-weight: 900;
}

.catalog-grid .product-info h3 {
    min-height: 42px;
    margin: 8px 0 14px;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
}

.catalog-grid .product-info strong,
.catalog-grid .price-line strong {
    color: var(--gold-2);
    font-size: 22px;
    font-weight: 900;
}

.catalog-grid .price-line del {
    color: rgba(255,255,255,.45);
    font-size: 14px;
}

.empty-box {
    grid-column: 1 / -1;
    padding: 28px;
    border-radius: 18px;
    background: rgba(18,18,24,.92);
    border: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.76);
}

/* Header compatível com páginas antigas */
.glass-header,
.main-header.glass-header {
    position: sticky;
    top: 0;
    z-index: 100;
    min-height: 86px;
    padding: 12px 6%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: rgba(5,5,7,.92);
    border-bottom: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.logo-img,
.glass-header .logo-img {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    max-width: 260px;
}

.logo-img img,
.glass-header .logo-img img {
    width: auto !important;
    height: 56px !important;
    max-width: 240px !important;
    max-height: 56px !important;
    object-fit: contain !important;
}

.glass-header nav,
.main-header.glass-header nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.glass-header nav a,
.main-header.glass-header nav a {
    min-height: 40px;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: rgba(255,255,255,.84);
    font-size: 14px;
    font-weight: 800;
}

.glass-header nav a:hover,
.glass-header nav a.active,
.main-header.glass-header nav a:hover,
.main-header.glass-header nav a.active {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: #08080b;
}

/* Rodapé do catálogo */
.catalog-page + .footer,
.footer {
    position: relative;
    z-index: 2;
}

/* Responsivo catálogo */
@media (max-width: 1100px) {
    .product-grid.catalog-grid,
    .catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-layout {
        grid-template-columns: 1fr;
    }

    .filters-box {
        position: static;
    }

    .catalog-page .watermark,
    .watermark {
        width: 320px !important;
        max-width: 42vw !important;
    }
}

@media (max-width: 680px) {
    .glass-header,
    .main-header.glass-header {
        flex-direction: column;
        padding: 14px 5%;
        gap: 12px;
    }

    .logo-img img,
    .glass-header .logo-img img {
        height: 48px !important;
        max-height: 48px !important;
        max-width: 210px !important;
    }

    .glass-header nav,
    .main-header.glass-header nav {
        justify-content: center;
    }

    .glass-header nav a,
    .main-header.glass-header nav a {
        min-height: 36px;
        padding: 8px 10px;
        font-size: 12px;
    }

    .catalog-hero {
        padding: 42px 5% 22px !important;
    }

    .catalog-layout {
        padding: 22px 5% 58px;
    }

    .product-grid.catalog-grid,
    .catalog-grid {
        grid-template-columns: 1fr;
    }

    .catalog-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .catalog-page .watermark,
    .watermark {
        width: 240px !important;
        max-width: 56vw !important;
        right: -70px !important;
        bottom: -60px !important;
    }
}

