/* =========================
SHARED SITE CHROME
(nav, logo, burger menu, footer,
mobile performance overrides)
Used by: index.html, shop.html,
car-diffuser.html, gift-collections.html
========================= */


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

html{
scroll-behavior:smooth;
}

body{
background:#000;
font-family:'Inter',sans-serif;
overflow-x:hidden;
color:white;
}

a{
color:inherit;
}

.desktop-leftnav{
position:fixed;
top:35px;
left:60px;
display:flex;
gap:40px;
z-index:100;
}

.desktop-leftnav a{
color:#d6a14d;
text-decoration:none;
letter-spacing:2px;
font-size:15px;
}

.desktop-rightnav{
position:fixed;
top:35px;
right:60px;
display:flex;
gap:40px;
z-index:100;
}

.desktop-rightnav a{
color:#d6a14d;
text-decoration:none;
letter-spacing:2px;
word-spacing:20px;
font-size:15px;
}

.cart-icon{
position:relative;
display:flex;
align-items:center;
justify-content:center;
width:22px;
height:22px;
}

.cart-icon svg{
width:100%;
height:100%;
stroke:#d6a14d;
fill:none;
stroke-width:1.6;
}

.cart-count{
position:absolute;
top:-9px;
right:-11px;
min-width:16px;
height:16px;
padding:0 3px;
border-radius:50%;
background:#d6a14d;
color:#000;
font-size:10px;
font-weight:700;
font-family:'Inter',sans-serif;
display:flex;
align-items:center;
justify-content:center;
line-height:1;
}

.top-logo{
position:fixed;
top:5px;
left:50%;
transform:translateX(-50%);
z-index:100;
width:180px;
display:flex;
justify-content:center;
align-items:center;
transition:0.3s ease;
}

.top-logo a{
display:flex;
width:100%;
justify-content:center;
align-items:center;
}

.top-logo img{
margin-top:10px;
width:100%;
max-width:none;
height:auto;
display:block;
mix-blend-mode:multiply;
filter:drop-shadow(0 0 18px rgba(214,161,77,0.15));
opacity:0.95;
}

.mobile-cart{
position:fixed;
top:30px;
right:30px;
z-index:9999;
display:none;
align-items:center;
justify-content:center;
width:56px;
height:56px;
border-radius:50%;
background:rgba(10,10,10,0.78);
backdrop-filter:blur(18px);
border:1px solid rgba(214,161,77,0.35);
box-shadow:0 0 25px rgba(214,161,77,0.18), inset 0 0 10px rgba(255,255,255,0.03);
text-decoration:none;
transition:0.3s ease;
}

.mobile-cart svg{
width:22px;
height:22px;
stroke:#d6a14d;
fill:none;
stroke-width:1.6;
}

.mobile-cart .cart-count{
top:-6px;
right:-6px;
}

.lux-sidebar{
position:fixed;
top:30px;
left:30px;
z-index:9999;
display:none;
}

.lux-burger{
width:72px;
height:72px;
border-radius:50%;
background:rgba(10,10,10,0.78);
backdrop-filter:blur(18px);
border:1px solid rgba(214,161,77,0.35);
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
gap:6px;
cursor:pointer;
box-shadow:0 0 25px rgba(214,161,77,0.18), inset 0 0 10px rgba(255,255,255,0.03);
transition:0.4s ease;
}

.lux-burger:hover{
transform:scale(1.05);
box-shadow:0 0 40px rgba(214,161,77,0.35), inset 0 0 12px rgba(255,255,255,0.05);
}

.lux-burger span{
width:28px;
height:2px;
background:#d6a14d;
border-radius:10px;
}

.lux-menu{
position:absolute;
top:90px;
left:0;
width:260px;
max-height:calc(100vh - 120px);
overflow-y:auto;
overscroll-behavior:contain;
-webkit-overflow-scrolling:touch;
padding:28px 22px;
border-radius:28px;
background:linear-gradient(180deg, rgba(18,18,18,0.96), rgba(5,5,5,0.93));
backdrop-filter:blur(25px);
border:1px solid rgba(214,161,77,0.22);
box-shadow:0 0 40px rgba(214,161,77,0.12), inset 0 0 25px rgba(255,255,255,0.02);
transform:translateX(-320px);
opacity:0;
pointer-events:none;
transition:0.5s cubic-bezier(.77,0,.18,1);
}

.lux-menu::-webkit-scrollbar{
width:6px;
}

.lux-menu::-webkit-scrollbar-track{
background:transparent;
}

.lux-menu::-webkit-scrollbar-thumb{
background:rgba(214,161,77,0.35);
border-radius:10px;
}

.lux-menu.open{
transform:translateX(0);
opacity:1;
pointer-events:auto;
}

.lux-menu a{
display:flex;
align-items:center;
gap:18px;
padding:16px 18px;
margin-bottom:12px;
border-radius:18px;
text-decoration:none;
color:white;
font-size:13px;
letter-spacing:2px;
font-weight:500;
transition:0.35s ease;
}

.lux-menu a:hover{
background:rgba(214,161,77,0.08);
transform:translateX(8px);
box-shadow:0 0 25px rgba(214,161,77,0.12);
}

.lux-menu a.active{
background:rgba(214,161,77,0.10);
border:1px solid rgba(214,161,77,0.18);
}

.lux-menu .icon{
width:34px;
height:34px;
border-radius:10px;
display:flex;
align-items:center;
justify-content:center;
font-size:17px;
color:#d6a14d;
background:rgba(214,161,77,0.08);
border:1px solid rgba(214,161,77,0.12);
}

.tab-bar{
padding:150px 8% 10px;
display:flex;
justify-content:center;
background:#000;
}

.tab-toggle{
display:inline-flex;
border:1px solid rgba(214,161,77,0.35);
border-radius:40px;
padding:6px;
gap:6px;
background:rgba(255,255,255,0.02);
}

.tab-btn{
padding:14px 32px;
border-radius:34px;
border:none;
background:transparent;
color:white;
font-family:'Inter',sans-serif;
letter-spacing:2px;
font-size:12.5px;
text-transform:uppercase;
cursor:pointer;
transition:0.35s ease;
}

.tab-btn:hover{
color:#d6a14d;
}

.tab-btn.active{
background:#d6a14d;
color:#000;
font-weight:600;
}

.tab-panel{
display:none;
}

.tab-panel.active{
display:block;
}

.page-header{
min-height:44vh;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
text-align:center;
padding:20px 8% 60px;
background:
radial-gradient(ellipse at 50% 0%, rgba(214,161,77,0.08), transparent 60%),
#000;
}

.page-header .eyebrow{
font-size:13px;
letter-spacing:4px;
color:#d6a14d;
opacity:0.9;
margin-bottom:22px;
}

.page-header h1{
font-family:'Cormorant Garamond',serif;
font-weight:300;
font-size:5rem;
line-height:1;
margin-bottom:24px;
}

.page-header h1 span{
color:#d6a14d;
}

.page-header p{
max-width:560px;
font-size:17px;
line-height:1.8;
opacity:0.75;
}

.hero-line{
width:80px;
height:2px;
background:#d6a14d;
margin:26px 0;
}

.roll-on-card:hover{
border-color:rgba(214,161,77,0.4);
box-shadow:0 0 40px rgba(214,161,77,0.10);
transform:translateY(-6px);
}

.bottle-wrap svg{
height:100%;
overflow:visible;
}

.scent-family{
font-size:11px;
letter-spacing:3px;
color:#d6a14d;
opacity:0.85;
margin-bottom:10px;
}

.roll-on-card h3{
font-family:'Cormorant Garamond',serif;
font-weight:500;
font-size:2rem;
margin-bottom:12px;
}

.roll-on-card .desc{
font-size:14.5px;
line-height:1.7;
opacity:0.72;
margin-bottom:26px;
min-height:66px;
}

.size-select{
display:flex;
gap:10px;
margin-bottom:22px;
flex-wrap:wrap;
justify-content:center;
}

.size-btn{
padding:10px 16px;
border:1px solid rgba(255,255,255,0.22);
background:transparent;
color:white;
font-size:13px;
letter-spacing:1px;
border-radius:30px;
cursor:pointer;
transition:0.3s ease;
font-family:'Inter',sans-serif;
}

.size-btn:hover{
border-color:rgba(214,161,77,0.6);
}

.size-btn.active{
background:#d6a14d;
border-color:#d6a14d;
color:#000;
font-weight:600;
}

.price-row{
font-size:24px;
color:#d6a14d;
font-family:'Cormorant Garamond',serif;
margin-bottom:24px;
letter-spacing:1px;
}

.price-row .unit{
font-size:13px;
color:rgba(255,255,255,0.5);
font-family:'Inter',sans-serif;
letter-spacing:1px;
margin-left:6px;
}

.add-btn{
width:100%;
padding:16px;
background:white;
color:black;
border:none;
letter-spacing:2px;
text-transform:uppercase;
font-size:12.5px;
font-weight:600;
cursor:pointer;
transition:0.35s ease;
border-radius:2px;
}

.add-btn:hover{
background:#d6a14d;
}

.add-btn.added{
background:#1f1f1f;
color:#d6a14d;
border:1px solid rgba(214,161,77,0.4);
}

.lux-footer{
padding:100px 0 0;
display:flex;
flex-direction:column;
justify-content:center;
background:#0a0a0a;
}

.footer-container{
width:90%;
max-width:1600px;
margin:auto;
display:grid;
grid-template-columns:2fr 1fr 1fr 1.5fr;
gap:80px;
padding-bottom:60px;
}

.footer-logo{
width:220px; margin-bottom:25px;
}

.footer-brand h2{
font-family:'Cormorant Garamond',serif;
font-size:42px;
margin-bottom:20px;
color:#d49631;
}

.footer-brand p{
color:#999; line-height:1.8; max-width:400px;
}

.footer-container h3{
color:white; margin-bottom:25px; font-size:20px;
}

.footer-container a{
display:block;
text-decoration:none;
color:#999;
margin-bottom:14px;
transition:.3s;
}

.socials{
display:flex;
gap:14px;
margin-top:22px;
}

.socials a{
display:flex;
align-items:center;
justify-content:center;
width:38px;
height:38px;
border-radius:50%;
border:1px solid rgba(255,255,255,0.15);
color:#999;
margin-bottom:0;
}

.socials a:hover{
color:#000;
background:#d49631;
border-color:#d49631;
}

.footer-container a:hover{
color:#d49631;
}

.newsletter input{
width:100%;
padding:14px;
margin-bottom:15px;
background:#151515;
border:1px solid #222;
color:white;
}

.newsletter button{
width:100%;
padding:15px;
background:#d49631;
border:none;
font-weight:600;
cursor:pointer;
}

.newsletter-msg{
display:none;
margin-top:12px;
font-size:12px;
line-height:1.6;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,.08);
text-align:center;
padding:25px;
color:#888;
}

@media(max-width:992px){

.lux-sidebar{
display:block;
}

.mobile-cart{
display:flex;
}

.desktop-leftnav, .desktop-rightnav{
display:none;
}

.lux-burger,
.mobile-cart{
backdrop-filter:none;
-webkit-backdrop-filter:none;
background:rgba(10,10,10,0.92);
}

.lux-menu{
backdrop-filter:none;
-webkit-backdrop-filter:none;
background:linear-gradient(180deg, rgba(18,18,18,0.98), rgba(5,5,5,0.97));
}

.top-logo{
width:160px; top:14px;
}

html{
scroll-behavior:auto;
}

}

@media(max-width:480px){

.top-logo{
width:130px; top:10px;
}

.mobile-cart{
width:46px; height:46px; top:20px; right:18px;
}

.mobile-cart svg{
width:18px; height:18px;
}

.lux-sidebar{
top:20px; left:18px;
}

}

@media(max-width:768px){

.lux-burger{
width:52px; height:52px; gap:4px;
}

.lux-burger span{
width:20px;
}

.lux-menu{
width:210px; padding:20px 16px; margin-top:14px;
}

.tab-bar{
padding:130px 8% 10px;
}

.tab-btn{
padding:12px 20px; font-size:11px;
}

.page-header{
padding:20px 8% 50px;
}

.page-header h1{
font-size:3rem;
}

.footer-container{
grid-template-columns:1fr; gap:50px;
text-align:center;
}

.footer-logo{
margin-left:auto;
margin-right:auto;
}

.footer-brand p{
margin-left:auto;
margin-right:auto;
}

.socials{
justify-content:center;
}

.footer-container a{
text-align:left;
}

.footer-container h3{
text-align:left;
}

}
