:root{
    --bg:#0b1120;
    --bg-soft:#111827;
    --card:#0f172a;
    --line:rgba(255,255,255,.08);
    --text:#e5e7eb;
    --muted:#94a3b8;
    --amber:#f59e0b;
    --amber-dark:#d97706;
    --white:#fff;
    --radius:24px;
    --shadow:0 20px 60px rgba(2,6,23,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    font-family:'Inter',sans-serif;
    background:linear-gradient(180deg,#0b1120 0%,#111827 100%);
    color:var(--text);
    line-height:1.65;
}
a{text-decoration:none}
img{max-width:100%;display:block}
.section-space{padding:88px 0}
.site-header{backdrop-filter:blur(18px);background:rgba(10,14,25,.78);border-bottom:1px solid var(--line)}
.navbar{padding:14px 0}.navbar-brand{letter-spacing:.2px}.nav-link{color:#dbe4f0}.nav-link.active,.nav-link:hover{color:#fff}.btn-amber{background:linear-gradient(135deg,var(--amber),#fbbf24);color:#1f2937;border:none}.btn-amber:hover{background:linear-gradient(135deg,#fbbf24,var(--amber-dark));color:#111}
.hero-section{padding:96px 0 72px;position:relative;overflow:hidden}
.hero-section:before{content:"";position:absolute;inset:-20% auto auto -10%;width:360px;height:360px;background:rgba(245,158,11,.16);filter:blur(70px);border-radius:999px}.hero-section:after{content:"";position:absolute;right:-110px;bottom:-80px;width:320px;height:320px;background:rgba(59,130,246,.12);filter:blur(80px);border-radius:999px}
.eyebrow,.section-label{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;font-weight:700;color:#fbbf24;letter-spacing:.08em;text-transform:uppercase}
.hero-title{font-size:clamp(2.2rem,4.8vw,4.3rem);line-height:1.05;margin:18px 0 18px;font-weight:800;max-width:12ch}.hero-text,.section-copy{font-size:1.05rem;color:#cbd5e1;max-width:60ch}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-badges{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px;color:#dbe4f0;font-size:.95rem}.hero-badges span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.03)}
.hero-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.hero-gallery-item,.gallery-card,.product-card,.category-card,.review-card,.filter-panel,.cart-drawer,.info-card,.form-panel,.product-list-card{background:rgba(15,23,42,.78);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.hero-gallery-item{overflow:hidden;min-height:180px}.hero-gallery-item img{width:100%;height:100%;object-fit:cover}.hero-placeholder{display:grid;place-items:center;gap:12px;min-height:376px;color:var(--muted);text-align:center;padding:32px;background:rgba(255,255,255,.02);border:1px dashed rgba(255,255,255,.12);border-radius:var(--radius)}
.section-heading{margin-bottom:32px}.section-heading h1,.section-heading h2{font-size:clamp(1.8rem,3vw,3rem);font-weight:800;margin-top:10px}.section-dark{background:rgba(4,10,24,.48)}
.category-card{display:flex;flex-direction:column;justify-content:space-between;min-height:148px;padding:22px;color:#fff;transition:transform .25s ease,border-color .25s ease}.category-card:hover{transform:translateY(-4px);border-color:rgba(245,158,11,.38)}.category-name{font-size:1.08rem;font-weight:700}.category-count{font-size:.92rem;color:var(--muted)}
.product-card{padding:22px;min-height:220px;display:flex;flex-direction:column;justify-content:space-between}.product-card-top,.badge-row{display:flex;gap:8px;flex-wrap:wrap}.product-category,.product-subcategory,.mini-badge{font-size:.78rem;padding:6px 10px;border-radius:999px;background:rgba(245,158,11,.14);color:#fbbf24;font-weight:700}.mini-badge.muted,.product-subcategory{background:rgba(255,255,255,.06);color:#d1d5db}.product-card h3,.product-list-card h2{font-size:1.15rem;font-weight:700;margin:16px 0 10px}.product-price{font-size:1.35rem;font-weight:800;color:#fff}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery-card{overflow:hidden;aspect-ratio:1/1}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-card:hover img{transform:scale(1.05)}
.review-card{padding:24px;height:100%}.review-card p{color:#d6dde8}.review-stars{font-size:1.05rem;color:#fbbf24;margin-bottom:12px}.review-stars span{color:#475569}.review-card-full .review-image{width:120px;height:120px;object-fit:cover;border-radius:16px;margin:16px 0}
.filter-panel,.form-panel,.info-card{padding:24px}.filter-panel .form-control,.filter-panel .form-select,.cart-summary .form-control,.form-panel .form-control,.form-panel .form-select{background:#0b1120;border:1px solid rgba(255,255,255,.12);color:#fff;min-height:52px}.form-control::placeholder{color:#64748b}
.product-list-card{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:18px 20px}.product-list-card .btn{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;flex-shrink:0}
.empty-box{padding:28px;border:1px dashed rgba(255,255,255,.16);border-radius:var(--radius);color:var(--muted);text-align:center}
.cart-drawer{padding:24px;position:sticky;top:96px}.cart-header,.cart-total-row{display:flex;justify-content:space-between;align-items:center}.cart-header h2{font-size:1.25rem;font-weight:800}.cart-count,.cart-empty{color:var(--muted)}.cart-items{display:flex;flex-direction:column;gap:12px;max-height:360px;overflow:auto;padding-right:6px;margin:20px 0}.cart-item{display:flex;justify-content:space-between;gap:12px;padding:14px;border-radius:18px;background:rgba(255,255,255,.03)}.cart-item strong{display:block}.cart-item small{color:var(--muted)}.cart-item-actions{display:flex;align-items:center;gap:8px}.qty-btn{width:28px;height:28px;border:none;border-radius:999px;background:#1f2937;color:#fff}.remove-btn{background:none;border:none;color:#fca5a5}
.contact-list li{display:flex;gap:14px;align-items:flex-start;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.08)}.contact-list li:last-child{border-bottom:none}.contact-list i{margin-top:4px;color:#fbbf24}.contact-list a{color:#fff}.map-card{min-height:420px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}.map-card iframe{width:100%;height:100%;min-height:420px;border:0}
.site-footer{padding:42px 0 100px;border-top:1px solid rgba(255,255,255,.08);background:rgba(4,10,24,.55)}.footer-title{font-size:1.2rem;font-weight:800}.footer-text{color:var(--muted)}.footer-link{display:inline-flex;align-items:center;gap:8px;color:#fff;margin-left:16px}.footer-bottom{margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);color:var(--muted)}
.mobile-quick-actions{position:fixed;left:50%;bottom:14px;transform:translateX(-50%);width:min(96%,520px);display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:10px;background:rgba(15,23,42,.96);border:1px solid rgba(255,255,255,.08);border-radius:22px;backdrop-filter:blur(16px);z-index:1100}.mobile-quick-actions a{display:flex;flex-direction:column;align-items:center;gap:6px;color:#fff;font-size:.78rem;padding:8px 4px}
@media (max-width:991.98px){.section-space{padding:72px 0}.hero-section{padding-top:78px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.cart-drawer{position:static}}
@media (max-width:575.98px){.hero-gallery-grid,.gallery-grid{grid-template-columns:1fr}.hero-title{max-width:100%}.hero-actions .btn{width:100%}.product-list-card{padding:16px}.product-price{font-size:1.2rem}.mobile-quick-actions span{font-size:.72rem}}
