:root{--ink:#17131a;--muted:#6f6674;--cream:#fbf6ef;--rose:#f1d9d1;--mint:#eee7dc;--gold:#b88746;--line:#eadfd2;--white:#fff;--shadow:0 22px 60px rgba(23,19,26,.12);--radius:28px}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}.topbar{min-height:42px;background:#263044;color:#fff;display:flex;align-items:center;justify-content:center;gap:24px;padding:8px 22px;font-size:13px;font-weight:700}.topbar>div{position:absolute;right:20px;display:flex;gap:8px}.inline-select{display:inline}.inline-select select{background:#fff;border:0;border-radius:999px;padding:5px 8px}.site-head{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:18px 44px}.brand span{font-size:26px;font-weight:950;letter-spacing:-.05em}.brand small{display:block;color:var(--muted);font-size:12px}.site-head nav{display:flex;gap:22px;font-weight:800;font-size:14px}.head-actions{display:flex;gap:10px;align-items:center}.head-actions button,.head-actions a,.btn{border:0;background:var(--ink);color:#fff;border-radius:999px;padding:12px 18px;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn.light{background:#fff;color:var(--ink)}.btn.ghost{background:transparent;color:var(--ink);border:1px solid var(--line)}.hero-slider{height:620px;position:relative;overflow:hidden;background:var(--cream)}.hero-slide{position:absolute;inset:0;opacity:0;transition:1s ease;display:grid;grid-template-columns:1fr 1fr;align-items:center}.hero-slide.active{opacity:1}.hero-slide img,.hero-slide video{width:100%;height:100%;object-fit:cover;grid-column:2}.hero-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff8f1 0%,rgba(255,248,241,.92) 43%,rgba(255,248,241,.12) 100%);z-index:1}.hero-content{position:relative;z-index:2;padding-left:8vw;max-width:650px}.hero-content span,.eyebrow,.section-head span{color:var(--gold);font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.16em}.hero-content h1{font-size:clamp(44px,7vw,88px);line-height:.92;margin:14px 0;letter-spacing:-.07em}.hero-content p{font-size:18px;color:var(--muted);line-height:1.7}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--line);background:#fff}.trust-row div{text-align:center;padding:18px;font-weight:900;color:#42506a}.section{width:min(1180px,calc(100% - 34px));margin:70px auto}.section.soft{background:linear-gradient(135deg,#fff8f1,#fff);padding:40px;border-radius:34px;width:min(1240px,calc(100% - 34px))}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.section-head h2,.section-head h1{font-size:clamp(30px,4vw,52px);letter-spacing:-.06em;margin:5px 0}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cat-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow)}.cat-card img{height:230px;width:100%;object-fit:cover}.cat-card div{padding:20px}.cat-card h3{margin:0 0 8px}.cat-card p{color:var(--muted);line-height:1.6}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:.25s}.product-card:hover{transform:translateY(-5px)}.product-card img{height:290px;width:100%;object-fit:cover;background:#f7f0e8}.product-info{padding:18px}.product-info span{display:inline-block;background:#fff0e2;color:#9a6628;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900}.product-info h3{font-size:18px;margin:12px 0 6px}.product-info p,.price{font-size:20px;font-weight:950;color:#1f2937}.product-actions{display:flex;gap:8px;flex-wrap:wrap}.product-actions button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 12px;font-weight:900;cursor:pointer}.promo-band{width:min(1180px,calc(100% - 34px));margin:50px auto;padding:44px;border-radius:36px;background:linear-gradient(135deg,#263044,#465674);color:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow);animation:floatBg 6s ease-in-out infinite}.promo-band p{color:#dbe5f6;line-height:1.7}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.two-col img{border-radius:34px;box-shadow:var(--shadow)}.page-hero{padding:80px 24px;text-align:center;background:linear-gradient(135deg,#fff8f1,#fdebed)}.page-hero h1{font-size:clamp(38px,6vw,72px);letter-spacing:-.07em;margin:12px 0}.page-hero p{color:var(--muted);font-size:18px}.shop-layout{width:min(1240px,calc(100% - 34px));margin:50px auto;display:grid;grid-template-columns:260px 1fr;gap:28px}.shop-layout aside{border:1px solid var(--line);border-radius:28px;padding:22px;position:sticky;top:110px;height:max-content}.shop-layout aside a{display:block;padding:10px 0;color:#42506a;font-weight:800}.shop-layout input,.checkout-form input,.checkout-form textarea,.contact-page input,.contact-page textarea,.footer input, .admin-card input,.admin-card textarea,.admin-card select,.login-card input{width:100%;border:1px solid var(--line);border-radius:16px;padding:13px 14px;font:inherit;margin:7px 0 13px;background:#fff}.product-page{width:min(1180px,calc(100% - 34px));margin:60px auto;display:grid;grid-template-columns:1fr 1fr;gap:42px}.gallery img{height:620px;width:100%;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}.product-detail h1{font-size:56px;line-height:1;letter-spacing:-.07em}.selectors{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:24px 0}.detail-list{line-height:2;color:var(--muted)}.checkout-form,.contact-page form,.admin-card,.login-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:var(--shadow)}.contact-page{width:min(1080px,calc(100% - 34px));margin:70px auto;display:grid;grid-template-columns:1fr 1fr;gap:34px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.blog-grid article{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff}.blog-grid img{height:240px;width:100%;object-fit:cover}.blog-grid h2,.blog-grid p{padding-inline:18px}.footer{background:#263044;color:#fff;padding:54px 7vw;display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:28px}.footer a{display:block;color:#dbe5f6;margin:8px 0}.search-modal{position:fixed;inset:0;background:rgba(0,0,0,.45);display:none;align-items:center;justify-content:center;z-index:99}.search-modal.open{display:flex}.search-modal>div{background:#fff;padding:30px;border-radius:28px;width:min(620px,92vw)}.quick-view{display:none}.admin-body{display:grid;grid-template-columns:260px 1fr;background:#f6f7fb;min-height:100vh}.admin-sidebar{background:#1e2430;color:#fff;padding:24px;position:sticky;top:0;height:100vh}.admin-sidebar a{display:block;padding:12px 14px;border-radius:14px;margin:4px 0;color:#dbe5f6}.admin-sidebar a:hover{background:rgba(255,255,255,.1)}.admin-main{padding:28px}.admin-main>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{background:#fff;border-radius:24px;padding:24px;box-shadow:var(--shadow)}.stat span{color:var(--muted);font-weight:800}.stat strong{display:block;font-size:42px;margin-top:8px}.admin-table{width:100%;border-collapse:separate;border-spacing:0 10px}.admin-table th{text-align:left;color:var(--muted);font-size:13px}.admin-table td{background:#fff;padding:14px;border-block:1px solid var(--line)}.admin-table img{width:70px;height:70px;object-fit:cover;border-radius:12px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-grid .full{grid-column:1/-1}.check{display:flex;align-items:center;gap:10px}.check input{width:auto}.login-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#fff8f1,#f5d9da)}.login-card{width:min(440px,92vw)}.login-card h1{font-size:36px;letter-spacing:-.05em}.alert{padding:12px;border-radius:14px;background:#fff1f2;color:#be123c;margin:12px 0}.alert.good{background:#ecfdf5;color:#047857}@keyframes floatBg{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@media(max-width:900px){.site-head{padding:16px;align-items:flex-start;gap:14px;flex-direction:column}.site-head nav{flex-wrap:wrap}.hero-slider{height:680px}.hero-slide{grid-template-columns:1fr}.hero-slide img,.hero-slide video{grid-column:1}.hero-content{padding:30px}.trust-row,.category-grid,.product-grid,.footer,.stats-grid{grid-template-columns:1fr 1fr}.shop-layout,.product-page,.contact-page,.two-col,.admin-body{grid-template-columns:1fr}.admin-sidebar{height:auto;position:relative}.blog-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}}@media(max-width:560px){.trust-row,.category-grid,.product-grid,.footer,.stats-grid{grid-template-columns:1fr}.hero-content h1{font-size:44px}}


/* LuxeJewels Store Pro polish */
.site-head{box-shadow:0 12px 36px rgba(23,19,26,.05)}
.brand span{font-family:Inter,system-ui,sans-serif}
.product-card img,.cat-card img{background:#f7f1ea}

/* Hero slider repair for marketplace preview */
.hero-slider{height:auto!important;min-height:620px!important;position:relative!important;overflow:hidden!important;background:var(--cream)!important}.hero-slide{position:relative!important;inset:auto!important;min-height:620px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;align-items:center!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.hero-slide.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.hero-slide:not(.active){position:absolute!important;inset:0!important}.hero-slide:before{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(90deg,#fbf6ef 0%,rgba(251,246,239,.96) 42%,rgba(251,246,239,.36) 68%,rgba(251,246,239,.08) 100%)!important;z-index:1!important;pointer-events:none!important}.hero-content{position:relative!important;z-index:5!important;grid-column:1!important;padding:54px 6vw 54px 8vw!important;max-width:700px!important;align-self:center!important}.hero-content span{display:inline-block!important;margin-bottom:16px!important;font-size:13px!important;line-height:1.2!important;letter-spacing:.18em!important;color:var(--gold)!important}.hero-content h1{margin:0 0 18px!important;font-size:clamp(46px,6.1vw,82px)!important;line-height:.95!important;letter-spacing:-.07em!important;color:var(--ink)!important;max-width:680px!important}.hero-content p{margin:0 0 28px!important;max-width:520px!important;font-size:18px!important;line-height:1.65!important;color:var(--muted)!important}.hero-slide img,.hero-slide video{grid-column:2!important;position:relative!important;z-index:0!important;width:100%!important;height:620px!important;min-height:620px!important;object-fit:cover!important;object-position:center!important}.trust-row{position:relative!important;z-index:3!important}
@media(max-width:980px){.hero-slider{min-height:auto!important}.hero-slide{min-height:auto!important;grid-template-columns:1fr!important}.hero-slide:not(.active){position:absolute!important}.hero-slide:before{background:linear-gradient(180deg,#fbf6ef 0%,rgba(251,246,239,.95) 48%,rgba(251,246,239,.2) 100%)!important}.hero-content{grid-column:1!important;padding:44px 28px 32px!important;max-width:100%!important}.hero-content h1{font-size:clamp(38px,8vw,58px)!important;max-width:760px!important}.hero-slide img,.hero-slide video{grid-column:1!important;height:420px!important;min-height:420px!important}}
@media(max-width:560px){.hero-content{padding:34px 20px 26px!important}.hero-content h1{font-size:42px!important;line-height:.98!important}.hero-content p{font-size:16px!important}.hero-slide img,.hero-slide video{height:300px!important;min-height:300px!important}}

/* =========================================================
   LUXEJEWELS FULL-WIDTH HERO BANNER
   Full background image + overlay + centered premium content
   ========================================================= */

.hero-slider {
    height: 720px !important;
    min-height: 720px !important;
    position: relative !important;
    overflow: hidden !important;
    background: #17131a !important;
}

.hero-slide {
    position: absolute !important;
    inset: 0 !important;
    min-height: 720px !important;
    height: 720px !important;
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.9s ease, visibility 0.9s ease !important;
}

.hero-slide.active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.hero-slide img,
.hero-slide video {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 720px !important;
    object-fit: cover !important;
    object-position: center center !important;
    grid-column: auto !important;
}

/* dark luxury overlay over full image */
.hero-slide::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    background:
        linear-gradient(
            90deg,
            rgba(23, 19, 26, 0.78) 0%,
            rgba(23, 19, 26, 0.55) 38%,
            rgba(23, 19, 26, 0.18) 72%,
            rgba(23, 19, 26, 0.10) 100%
        ) !important;
    pointer-events: none !important;
}

/* optional warm glow like premium jewelry demo */
.hero-slide::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    background:
        radial-gradient(circle at 18% 45%, rgba(184, 135, 70, 0.22), transparent 34%),
        linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.20)) !important;
    pointer-events: none !important;
}

.hero-content {
    position: relative !important;
    z-index: 5 !important;
    max-width: 760px !important;
    min-height: 720px !important;
    padding: 0 7vw !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    grid-column: auto !important;
    color: #ffffff !important;
}

.hero-content span,
.hero-content .eyebrow {
    display: inline-block !important;
    margin: 0 0 18px !important;
    color: #e4b56f !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.22em !important;
}

.hero-content h1 {
    margin: 0 0 22px !important;
    max-width: 720px !important;
    color: #ffffff !important;
    font-size: clamp(52px, 7vw, 104px) !important;
    line-height: 0.9 !important;
    letter-spacing: -0.08em !important;
    text-shadow: 0 18px 44px rgba(0, 0, 0, 0.32) !important;
}

.hero-content p {
    margin: 0 0 32px !important;
    max-width: 560px !important;
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 19px !important;
    line-height: 1.7 !important;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28) !important;
}

.hero-content .btn,
.hero-content a.btn,
.hero-content button {
    background: #ffffff !important;
    color: #17131a !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28) !important;
}

.hero-content .btn:hover,
.hero-content a.btn:hover {
    transform: translateY(-2px) !important;
}

/* Keep trust row below banner */
.trust-row {
    position: relative !important;
    z-index: 5 !important;
    background: #ffffff !important;
}

/* Tablet */
@media (max-width: 980px) {
    .hero-slider,
    .hero-slide {
        height: 660px !important;
        min-height: 660px !important;
    }

    .hero-slide img,
    .hero-slide video {
        min-height: 660px !important;
        object-position: center center !important;
    }

    .hero-content {
        min-height: 660px !important;
        padding: 0 38px !important;
        max-width: 720px !important;
    }

    .hero-content h1 {
        font-size: clamp(46px, 9vw, 78px) !important;
    }
}

/* Mobile */
@media (max-width: 560px) {
    .hero-slider,
    .hero-slide {
        height: 620px !important;
        min-height: 620px !important;
    }

    .hero-slide img,
    .hero-slide video {
        min-height: 620px !important;
        object-position: center center !important;
    }

    .hero-slide::before {
        background:
            linear-gradient(
                180deg,
                rgba(23, 19, 26, 0.78) 0%,
                rgba(23, 19, 26, 0.58) 48%,
                rgba(23, 19, 26, 0.36) 100%
            ) !important;
    }

    .hero-content {
        min-height: 620px !important;
        padding: 0 22px !important;
        justify-content: center !important;
    }

    .hero-content h1 {
        font-size: 46px !important;
        line-height: 0.94 !important;
    }

    .hero-content p {
        font-size: 16px !important;
        line-height: 1.65 !important;
    }
}