:root {
    --ink: #080808;
    --panel: #101011;
    --panel-2: #171718;
    --muted: #9a9a9f;
    --line: rgba(255,255,255,.12);
    --paper: #f5f2ec;
    --gold: #c8a35d;
    --gold-2: #f2d58a;
    --success: #30d17d;
    --warning: #e5a72b;
    --danger: #ff6060;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    background: var(--ink);
    color: #f8f8f8;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
.site-main { padding-top: 76px; min-height: 70vh; }
.fw-black { font-weight: 950; }
.eyebrow { color: var(--gold-2); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }

.ax-navbar {
    background: rgba(8, 8, 8, .82);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(20px);
}
.navbar-brand { color: #fff; font-weight: 950; letter-spacing: .18em; }
.navbar-brand:hover { color: var(--gold-2); }
.brand-lockup { display: inline-flex; align-items: center; min-height: 42px; }
.brand-logo { display: block; width: auto; height: 38px; max-width: 154px; object-fit: contain; }
.brand-logo-login { height: 54px; max-width: 210px; }
.brand-logo-admin { height: 42px; max-width: 180px; margin-bottom: 8px; }
.brand-text { color: #fff; font-weight: 950; letter-spacing: .18em; }
.login-logo .brand-text { color: #111; font-size: 1.55rem; }
.admin-brand .brand-text { display: block; color: #fff; font-size: 1.24rem; }
.nav-link { font-weight: 700; color: rgba(255,255,255,.76); }
.nav-link:hover { color: #fff; }
.nav-social {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
}
.navbar-toggler { filter: invert(1); }

.hero-premium {
    min-height: calc(100vh - 76px);
    display: grid;
    align-items: center;
    color: #fff;
}
.axure-hero {
    background:
        radial-gradient(circle at 78% 35%, rgba(200,163,93,.16), transparent 30%),
        linear-gradient(90deg, rgba(0,0,0,.90), rgba(0,0,0,.64), rgba(0,0,0,.30)),
        url("../img/fondo.png") center/cover;
}
.catalog-hero {
    padding: 130px 0 72px;
    background:
        linear-gradient(180deg, rgba(0,0,0,.48), rgba(8,8,8,1)),
        url("https://images.unsplash.com/photo-1595425970377-c9703cf48b6d?auto=format&fit=crop&w=1800&q=88") center/cover;
}
.decants-hero {
    background:
        linear-gradient(180deg, rgba(0,0,0,.50), rgba(8,8,8,1)),
        url("https://images.unsplash.com/photo-1608571423902-eed4a5ad8108?auto=format&fit=crop&w=1800&q=88") center/cover;
}
.hero-premium h1 {
    max-width: 820px;
    font-size: clamp(3rem, 8vw, 7.4rem);
    line-height: .9;
    font-weight: 950;
}
.hero-premium p { max-width: 590px; color: rgba(255,255,255,.74); font-size: 1.14rem; }
.section-pad { padding: 82px 0; }
.section-title { font-size: clamp(2rem, 4vw, 3.55rem); font-weight: 950; line-height: 1; }
.dark-section { background: var(--ink); }
.premium-light { background: var(--paper); color: #101011; }
.premium-light .product-card-dark { background: #fff; color: #111; border-color: rgba(0,0,0,.08); }
.premium-light .product-card-dark .product-meta, .premium-light .product-card-dark .text-muted { color: #68686d !important; }

.promo-band {
    background: linear-gradient(135deg, #141414, #050505);
    color: white;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 34px;
    box-shadow: 0 24px 80px rgba(0,0,0,.32);
}
.promo-discount {
    position: relative;
    overflow: hidden;
}
.promo-discount::after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 36%;
    background: linear-gradient(90deg, transparent, rgba(200,163,93,.16));
    pointer-events: none;
}
.promo-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(242,213,138,.45);
    border-radius: 999px;
    padding: 7px 12px;
    margin-bottom: 12px;
    color: var(--gold-2);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.decant-panel {
    background:
        linear-gradient(135deg, rgba(16,16,17,.96), rgba(8,8,8,.94)),
        url("https://images.unsplash.com/photo-1595425970377-c9703cf48b6d?auto=format&fit=crop&w=1600&q=86") right center/cover;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 34px;
    overflow: hidden;
}
.decant-size {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    padding: 12px 16px;
    border: 1px solid rgba(242,213,138,.45);
    border-radius: 999px;
    color: var(--gold-2);
    font-weight: 950;
    background: rgba(0,0,0,.42);
}
.finance-positive { color: #137a42; font-weight: 900; }
.finance-negative { color: #b42323; font-weight: 900; }
.decant-card {
    display: grid;
    grid-template-columns: 138px 1fr;
    min-height: 178px;
}
.decant-media {
    aspect-ratio: auto;
    height: 100%;
    min-height: 178px;
}
.decant-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-card {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.product-card-dark {
    background: var(--panel);
    border: 1px solid var(--line);
    color: #fff;
}
.product-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 80px rgba(0,0,0,.38);
    border-color: rgba(242,213,138,.45);
}
.product-media {
    aspect-ratio: 4 / 5;
    background: #1c1c1d;
    overflow: hidden;
}
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.product-card:hover img { transform: scale(1.055); filter: contrast(1.04); }
.product-body { padding: 20px; }
.product-title { font-size: 1.08rem; font-weight: 900; margin: 0 0 6px; }
.product-meta { color: var(--muted); font-size: .86rem; }
.price { font-size: 1.35rem; font-weight: 950; }
.badge-soft {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: .74rem;
    font-weight: 850;
    background: rgba(255,255,255,.09);
    color: #fff;
}
.status-disponible { color: var(--success); }
.status-agotado { color: var(--danger); }
.status-pocas-unidades { color: var(--warning); }

.filter-panel, .glass-panel {
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 18px 60px rgba(0,0,0,.12);
}
.filter-dark, .panel-dark {
    background: rgba(18,18,19,.86);
    border-color: var(--line);
}
.form-control, .form-select {
    border-radius: 6px;
    border-color: rgba(0,0,0,.12);
    padding: .78rem .92rem;
}
.filter-dark .form-control, .filter-dark .form-select, .panel-dark .form-control, .panel-dark .form-select {
    background: #0c0c0d;
    color: #fff;
    border-color: var(--line);
}
.form-control:focus, .form-select:focus { border-color: var(--gold); box-shadow: 0 0 0 .2rem rgba(200,163,93,.18); }
.btn-dark { background: #111; border-color: #111; }
.btn-gold { background: var(--gold); border-color: var(--gold); color: #111; font-weight: 900; }

.detail-main-img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #191919; border-radius: 8px; border: 1px solid var(--line); }
.stars { color: var(--gold); }
.empty-state { padding: 28px; border: 1px solid var(--line); color: var(--muted); text-align: center; border-radius: 8px; }
.catalog-loader { display: none; justify-content: center; gap: 8px; padding: 18px; }
.catalog-loader span { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); animation: pulse 1s infinite ease-in-out; }
.catalog-loader span:nth-child(2) { animation-delay: .12s; }
.catalog-loader span:nth-child(3) { animation-delay: .24s; }
.catalog-loader.is-active { display: flex; }

.footer-premium {
    background: #050505;
    color: #fff;
    padding: 58px 0 24px;
    border-top: 1px solid var(--line);
}
.footer-premium p { color: rgba(255,255,255,.66); }
.footer-premium a { display: block; color: rgba(255,255,255,.72); margin-bottom: 8px; }
.footer-premium .footer-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}
.footer-premium h4, .footer-premium h6 { font-weight: 950; }
.footer-line { border-top: 1px solid rgba(255,255,255,.12); margin-top: 36px; padding-top: 22px; color: rgba(255,255,255,.55); }
.whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    font-size: 1.6rem;
    z-index: 50;
    box-shadow: 0 20px 45px rgba(0,0,0,.32);
}

.login-screen {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 70% 22%, rgba(200,163,93,.24), transparent 30%),
        linear-gradient(135deg, rgba(0,0,0,.92), rgba(0,0,0,.48)),
        url("https://images.unsplash.com/photo-1441984904996-e0b6ba687e04?auto=format&fit=crop&w=1600&q=85") center/cover;
}
.login-card { width: min(440px, calc(100% - 32px)); background: rgba(255,255,255,.96); color: #111; padding: 34px; border-radius: 8px; box-shadow: 0 30px 90px rgba(0,0,0,.35); }

.admin-body { background: #f2f0eb; color: #111; }
.admin-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    width: 270px;
    background: #070707;
    color: #fff;
    padding: 26px 18px;
    display: flex;
    flex-direction: column;
    z-index: 20;
}
.admin-brand { font-weight: 950; font-size: 1.28rem; margin-bottom: 28px; letter-spacing: .14em; }
.admin-brand span { display: block; color: var(--gold-2); font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; }
.admin-sidebar nav a, .admin-logout {
    display: flex;
    gap: 12px;
    align-items: center;
    color: rgba(255,255,255,.78);
    padding: 12px 14px;
    border-radius: 8px;
    margin-bottom: 6px;
}
.admin-sidebar nav a:hover, .admin-logout:hover { background: rgba(255,255,255,.09); color: #fff; }
.admin-logout { margin-top: auto; }
.admin-content { margin-left: 270px; padding: 28px; }
.admin-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}
.admin-topbar h1 { font-weight: 950; margin: 0; }
.stat-card, .admin-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 8px;
    padding: 22px;
    box-shadow: 0 14px 45px rgba(0,0,0,.06);
}
.stat-card i { font-size: 1.5rem; color: var(--gold); }
.stat-number { font-size: 2.2rem; font-weight: 950; }
.table img { width: 58px; height: 58px; object-fit: cover; border-radius: 6px; }
.admin-preview { width: 120px; height: 120px; object-fit: cover; border-radius: 8px; border: 1px solid rgba(0,0,0,.08); }
.admin-search { min-width: 260px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes pulse { 0%, 80%, 100% { transform: scale(.75); opacity: .45; } 40% { transform: scale(1); opacity: 1; } }

@media (max-width: 991px) {
    .hero-premium { min-height: 680px; }
    .admin-sidebar { position: static; width: 100%; min-height: auto; }
    .admin-content { margin-left: 0; padding: 18px; }
    .admin-sidebar nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; }
    .admin-logout { margin-top: 8px; }
}

@media (max-width: 575px) {
    .site-main { padding-top: 68px; }
    .section-pad { padding: 54px 0; }
    .hero-premium h1 { font-size: 3.1rem; }
    .promo-band { padding: 24px; }
    .admin-topbar { align-items: flex-start; flex-direction: column; }
    .admin-sidebar nav { grid-template-columns: 1fr; }
    .admin-search { min-width: 0; width: 100%; }
    .decant-card { grid-template-columns: 112px 1fr; }
    .decant-media { min-height: 154px; }
}
