/* ============ TOKENS ============ */
:root{
  --navy-950:#070a12;
  --navy-900:#0b0f1c;
  --navy-800:#121828;
  --navy-700:#1a2236;
  --navy-600:#242e46;
  --gold-300:#f2dfa8;
  --gold-400:#e8c468;
  --gold-500:#d4af37;
  --gold-600:#b8912a;
  --gold-line:linear-gradient(90deg, rgba(212,175,55,0) 0%, #d4af37 50%, rgba(212,175,55,0) 100%);
  --cream:#f6f2e8;
  --muted:#94a0b8;
  --muted-2:#5c6478;
  --radius-arch: 200px 200px 0 0;
  --shadow-gold: 0 10px 40px -12px rgba(212,175,55,.35);
  --ease: cubic-bezier(.22,1,.36,1);
}

*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--navy-950);
  color:var(--cream);
  font-family:'Tajawal','Cairo',sans-serif;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  padding-bottom:0;
}
body.lang-en{font-family:'Cairo',sans-serif;}

img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
button{font-family:inherit; cursor:pointer;}
ul{list-style:none;}

h1,h2,h3,.font-display{font-family:'Cairo',sans-serif; font-weight:800;}

::selection{background:var(--gold-500); color:var(--navy-950);}

/* focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible{
  outline:2px solid var(--gold-400);
  outline-offset:3px;
}

@media (prefers-reduced-motion: reduce){
  *{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important;}
}

.container{max-width:1240px; margin:0 auto; padding:0 28px;}

/* ============ TOP UTILITY BAR ============ */
.utility-bar{
  background:var(--navy-900);
  border-bottom:1px solid rgba(212,175,55,.15);
  font-size:12.5px;
  letter-spacing:.3px;
  color:var(--muted);
}
.utility-bar .container{
  display:flex; justify-content:space-between; align-items:center; height:36px;
}
.utility-bar .u-right{display:flex; gap:20px; align-items:center;}

/* ============ HEADER ============ */
header.main-header{
  position:sticky; top:0; z-index:100;
  background:rgba(7,10,18,.85);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(212,175,55,.18);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  height:84px; gap:24px;
}
.logo-wrap{display:flex; align-items:center; gap:10px; flex-shrink:0;}
.logo-wrap img{height:42px; width:auto;}

nav.primary-nav{display:flex; gap:36px;}
nav.primary-nav a{
  font-size:15px; font-weight:700; color:var(--cream);
  position:relative; padding:6px 0; transition:color .25s var(--ease);
}
nav.primary-nav a::after{
  content:""; position:absolute; bottom:-2px; right:0; left:auto;
  width:0; height:2px; background:var(--gold-500);
  transition:width .3s var(--ease);
}
body.lang-en nav.primary-nav a::after{right:auto; left:0;}
nav.primary-nav a:hover{color:var(--gold-400);}
nav.primary-nav a:hover::after{width:100%;}

.header-actions{display:flex; align-items:center; gap:18px;}
.icon-btn{
  width:40px; height:40px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:transparent; border:1px solid rgba(212,175,55,.25);
  color:var(--cream); position:relative; transition:.25s var(--ease);
}
.icon-btn:hover{background:rgba(212,175,55,.12); border-color:var(--gold-500);}
.icon-btn svg{width:18px; height:18px;}
.cart-badge{
  position:absolute; top:-6px; left:-6px;
  background:var(--gold-500); color:var(--navy-950);
  font-size:10px; font-weight:800;
  width:17px; height:17px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
}
body.lang-en .cart-badge{left:auto; right:-6px;}

.lang-toggle{
  display:flex; border:1px solid rgba(212,175,55,.3); border-radius:20px; overflow:hidden;
  font-size:12.5px; font-weight:700;
}
.lang-toggle button{
  padding:7px 14px; background:transparent; color:var(--muted); border:none; transition:.25s;
}
.lang-toggle button.active{background:var(--gold-500); color:var(--navy-950);}

.mobile-menu-btn{display:none;}

/* ============ HERO ============ */
.hero{
  position:relative;
  padding:90px 0 70px;
  overflow:hidden;
  background:
    radial-gradient(ellipse 900px 500px at 80% -10%, rgba(212,175,55,.16), transparent 60%),
    radial-gradient(ellipse 700px 500px at 10% 110%, rgba(212,175,55,.08), transparent 60%),
    var(--navy-950);
}
.hero .container{
  display:grid; grid-template-columns:1.05fr .95fr; gap:50px; align-items:center;
}
.hero-eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-size:13px; letter-spacing:2px; color:var(--gold-400);
  text-transform:uppercase; margin-bottom:22px; font-weight:700;
}
.hero-eyebrow .diamond{width:7px;height:7px; background:var(--gold-500); transform:rotate(45deg); flex-shrink:0;}

.hero h1{
  font-size:clamp(34px, 4.6vw, 58px);
  line-height:1.18;
  margin-bottom:22px;
  color:var(--cream);
}
.hero h1 span{color:var(--gold-500);}

.hero p.lede{
  color:var(--muted); font-size:17px; line-height:1.8; max-width:480px; margin-bottom:34px;
}
.hero-ctas{display:flex; gap:16px; flex-wrap:wrap;}

.btn-gold{
  background:linear-gradient(135deg, var(--gold-400), var(--gold-600));
  color:var(--navy-950); font-weight:800; font-size:15px;
  padding:16px 34px; border:none; border-radius:2px;
  box-shadow:var(--shadow-gold);
  transition:transform .3s var(--ease), box-shadow .3s var(--ease);
  display:inline-flex; align-items:center; gap:10px;
}
.btn-gold:hover{transform:translateY(-3px); box-shadow:0 16px 46px -10px rgba(212,175,55,.5);}

.btn-outline{
  background:transparent; color:var(--cream); font-weight:700; font-size:15px;
  padding:15px 32px; border:1px solid rgba(246,242,232,.35); border-radius:2px;
  transition:.3s var(--ease);
}
.btn-outline:hover{border-color:var(--gold-500); color:var(--gold-400);}

.hero-stats{display:flex; gap:38px; margin-top:48px;}
.hero-stats div{border-right:1px solid rgba(212,175,55,.25); padding-right:22px;}
body.lang-en .hero-stats div{border-right:none; border-left:1px solid rgba(212,175,55,.25); padding-right:0; padding-left:22px;}
.hero-stats strong{display:block; font-size:26px; color:var(--gold-400); font-family:'Cairo';}
.hero-stats span{font-size:12.5px; color:var(--muted);}

.hero-visual{position:relative; display:flex; justify-content:center;}
.arch-frame{
  position:relative; width:100%; max-width:420px; aspect-ratio:3/4;
  border-radius:var(--radius-arch);
  background:linear-gradient(160deg, var(--navy-700), var(--navy-900));
  border:1px solid rgba(212,175,55,.3);
  overflow:hidden;
  box-shadow:0 30px 80px -20px rgba(0,0,0,.6);
}
.arch-frame::before{
  content:""; position:absolute; inset:14px;
  border-radius:var(--radius-arch);
  border:1px solid rgba(212,175,55,.25);
  pointer-events:none;
}
.arch-frame img{
  width:100%; height:100%; object-fit:cover; opacity:.92;
  mix-blend-mode:normal;
}
.arch-glow{
  position:absolute; width:70%; aspect-ratio:1; border-radius:50%;
  background:radial-gradient(circle, rgba(212,175,55,.35), transparent 70%);
  top:-10%; right:-10%; filter:blur(10px); z-index:-1;
}
.floating-badge{
  position:absolute; bottom:-18px; left:-18px;
  background:var(--navy-800); border:1px solid rgba(212,175,55,.4);
  padding:14px 20px; border-radius:6px; display:flex; align-items:center; gap:12px;
  box-shadow:0 14px 40px -12px rgba(0,0,0,.5);
}
body.lang-en .floating-badge{left:auto; right:-18px;}
.floating-badge .diamond-icon{
  width:30px; height:30px; background:linear-gradient(135deg,var(--gold-400),var(--gold-600));
  transform:rotate(45deg); flex-shrink:0; border-radius:4px;
}
.floating-badge strong{display:block; font-size:14px; color:var(--cream);}
.floating-badge span{font-size:11.5px; color:var(--muted);}

/* ============ TRUST STRIP ============ */
.trust-strip{
  border-top:1px solid rgba(212,175,55,.15);
  border-bottom:1px solid rgba(212,175,55,.15);
  background:var(--navy-900);
}
.trust-strip .container{
  display:grid; grid-template-columns:repeat(4,1fr); gap:20px; padding:28px;
}
.trust-item{display:flex; align-items:center; gap:14px; justify-content:center;}
.trust-item svg{width:26px; height:26px; color:var(--gold-500); flex-shrink:0;}
.trust-item strong{display:block; font-size:14px; color:var(--cream);}
.trust-item span{font-size:12px; color:var(--muted);}

/* ============ SECTION HEADERS ============ */
.section{padding:90px 0;}
.section-head{
  text-align:center; max-width:620px; margin:0 auto 56px;
}
.section-eyebrow{
  font-size:12.5px; letter-spacing:3px; text-transform:uppercase; color:var(--gold-500);
  font-weight:700; margin-bottom:14px; display:block;
}
.section-head h2{font-size:clamp(28px,3.4vw,42px); color:var(--cream); margin-bottom:14px;}
.section-head p{color:var(--muted); font-size:15.5px; line-height:1.8;}

.divider-arch{
  width:100%; display:flex; align-items:center; justify-content:center; gap:14px; margin:0 auto 60px; max-width:340px;
}
.divider-arch .line{flex:1; height:1px; background:var(--gold-line);}
.divider-arch .diamond{width:8px;height:8px; background:var(--gold-500); transform:rotate(45deg); flex-shrink:0;}

/* ============ CATEGORIES ============ */
.cat-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:24px;
}
.cat-card{
  position:relative; border-radius:6px; overflow:hidden; aspect-ratio:3/4;
  border:1px solid rgba(212,175,55,.2);
  background:var(--navy-800);
  transition:transform .4s var(--ease), border-color .4s var(--ease);
}
.cat-card:hover{transform:translateY(-8px); border-color:var(--gold-500);}
.cat-card img{width:100%; height:100%; object-fit:cover; transition:transform .6s var(--ease); opacity:.75;}
.cat-card:hover img{transform:scale(1.08); opacity:.55;}
.cat-overlay{
  position:absolute; inset:0; display:flex; flex-direction:column; justify-content:flex-end; padding:22px;
  background:linear-gradient(180deg, transparent 30%, rgba(7,10,18,.92) 100%);
}
.cat-diamond{
  width:38px; height:38px; background:linear-gradient(135deg,var(--gold-400),var(--gold-600));
  transform:rotate(45deg); border-radius:6px; margin-bottom:16px;
  display:flex; align-items:center; justify-content:center;
}
.cat-diamond svg{transform:rotate(-45deg); width:16px; height:16px; color:var(--navy-950);}
.cat-overlay h3{font-size:19px; color:var(--cream); margin-bottom:4px;}
.cat-overlay span{font-size:12.5px; color:var(--muted);}

/* ============ PRODUCTS ============ */
.product-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:26px;
}
.product-card{
  background:var(--navy-800); border:1px solid rgba(212,175,55,.15); border-radius:6px;
  overflow:hidden; transition:.4s var(--ease); position:relative;
}
.product-card:hover{border-color:var(--gold-500); box-shadow:var(--shadow-gold); transform:translateY(-6px);}
.product-media{position:relative; aspect-ratio:1; overflow:hidden; background:var(--navy-700);}
.product-media img{width:100%; height:100%; object-fit:cover; transition:transform .6s var(--ease);}
.product-card:hover .product-media img{transform:scale(1.07);}
.product-tag{
  position:absolute; top:12px; right:12px; background:var(--gold-500); color:var(--navy-950);
  font-size:10.5px; font-weight:800; padding:4px 10px; border-radius:2px; letter-spacing:.5px;
}
body.lang-en .product-tag{right:auto; left:12px;}
.wishlist-btn{
  position:absolute; top:12px; left:12px; width:34px; height:34px; border-radius:50%;
  background:rgba(7,10,18,.6); backdrop-filter:blur(6px); border:1px solid rgba(212,175,55,.3);
  display:flex; align-items:center; justify-content:center; color:var(--cream); transition:.25s;
}
body.lang-en .wishlist-btn{left:auto; right:12px;}
.wishlist-btn:hover{background:var(--gold-500); color:var(--navy-950);}
.wishlist-btn svg{width:15px; height:15px;}
.wishlist-btn.active{background:var(--gold-500); border-color:var(--gold-500);}
.wishlist-btn.active svg{fill:var(--navy-950); stroke:var(--navy-950); color:var(--navy-950);}
.wishlist-toggle-btn.active{background:var(--gold-500); border-color:var(--gold-500);}
.wishlist-toggle-btn.active svg{fill:var(--navy-950); stroke:var(--navy-950); color:var(--navy-950);}
.product-info{padding:20px;}
.product-info .brand{font-size:11.5px; color:var(--gold-500); letter-spacing:1px; text-transform:uppercase; font-weight:700; margin-bottom:6px; display:block;}
.product-info h3{font-size:16px; font-weight:700; color:var(--cream); margin-bottom:10px;}
.product-price{display:flex; align-items:baseline; gap:8px;}
.price-now{font-size:18px; font-weight:800; color:var(--gold-400); font-family:'Cairo';}
.price-old{font-size:13px; color:var(--muted-2); text-decoration:line-through;}
.product-cta{
  margin-top:14px; width:100%; padding:11px; background:transparent; color:var(--cream);
  border:1px solid rgba(212,175,55,.35); border-radius:2px; font-size:13px; font-weight:700;
  transition:.3s var(--ease);
}
.product-cta:hover{background:var(--gold-500); color:var(--navy-950); border-color:var(--gold-500);}

/* ============ STORY / SIGNATURE ARCH SECTION ============ */
.story{
  background:var(--navy-900); position:relative; overflow:hidden;
}
.story .container{
  display:grid; grid-template-columns:.9fr 1.1fr; gap:60px; align-items:center;
}
.story-visual{position:relative;}
.story-arch{
  width:100%; aspect-ratio:4/5; border-radius:var(--radius-arch);
  overflow:hidden; border:1px solid rgba(212,175,55,.3); position:relative;
}
.story-arch img{width:100%; height:100%; object-fit:cover;}
.story-arch::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(0deg, rgba(7,10,18,.5), transparent 40%);
}
.story-content .section-eyebrow{margin-bottom:18px;}
.story-content h2{font-size:clamp(26px,3.2vw,38px); color:var(--cream); margin-bottom:22px; line-height:1.3;}
.story-content p{color:var(--muted); font-size:15.5px; line-height:1.9; margin-bottom:18px;}
.story-quote{
  border-right:3px solid var(--gold-500); padding-right:20px; margin:30px 0;
  font-family:'Cairo'; font-size:19px; font-style:normal; color:var(--gold-300); line-height:1.7;
}
body.lang-en .story-quote{border-right:none; border-left:3px solid var(--gold-500); padding-right:0; padding-left:20px;}

/* ============ NEWSLETTER ============ */
.newsletter{
  background:linear-gradient(120deg, var(--navy-800), var(--navy-900));
  border-top:1px solid rgba(212,175,55,.2); border-bottom:1px solid rgba(212,175,55,.2);
  padding:70px 0;
}
.newsletter .container{
  display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap;
}
.newsletter h3{font-size:26px; color:var(--cream); margin-bottom:8px;}
.newsletter p{color:var(--muted); font-size:14.5px;}
.newsletter-form{display:flex; gap:12px; min-width:380px; flex:1; max-width:460px;}
.newsletter-form input{
  flex:1; padding:15px 18px; background:var(--navy-950); border:1px solid rgba(212,175,55,.3);
  color:var(--cream); border-radius:2px; font-family:inherit; font-size:14px;
}
.newsletter-form input::placeholder{color:var(--muted-2);}
.newsletter-form input:focus{outline:none; border-color:var(--gold-500);}

/* ============ FOOTER ============ */
footer{background:var(--navy-950); padding:70px 0 30px; border-top:1px solid rgba(212,175,55,.1);}
.footer-grid{
  display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; padding-bottom:50px;
}
.footer-brand .logo-wrap{margin-bottom:18px;}
.footer-brand p{color:var(--muted); font-size:14px; line-height:1.8; max-width:280px;}
.footer-social{display:flex; gap:12px; margin-top:22px;}
.footer-social a{
  width:36px; height:36px; border-radius:50%; border:1px solid rgba(212,175,55,.25);
  display:flex; align-items:center; justify-content:center; transition:.25s;
}
.footer-social a:hover{background:var(--gold-500);}
.footer-social a svg{width:15px; height:15px;}
.footer-col h4{font-size:14px; color:var(--gold-400); letter-spacing:1px; margin-bottom:20px; text-transform:uppercase;}
.footer-col ul li{margin-bottom:12px;}
.footer-col ul li a{color:var(--muted); font-size:14px; transition:.25s;}
.footer-col ul li a:hover{color:var(--gold-400);}
.footer-bottom{
  border-top:1px solid rgba(212,175,55,.12); padding-top:26px;
  display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:14px;
  font-size:12.5px; color:var(--muted-2);
}
.payment-icons{display:flex; gap:10px;}
.payment-icons span{
  border:1px solid rgba(212,175,55,.2); border-radius:3px; padding:4px 10px; font-size:11px; color:var(--muted);
}

/* ============ MOBILE BOTTOM APP NAV ============ */
.bottom-nav{
  display:none;
  position:fixed; bottom:0; left:0; right:0; z-index:200;
  background:rgba(11,15,28,.96);
  backdrop-filter:blur(16px);
  border-top:1px solid rgba(212,175,55,.25);
  padding:8px 6px calc(8px + env(safe-area-inset-bottom));
}
.bottom-nav ul{display:flex; justify-content:space-around; align-items:center;}
.bottom-nav a{
  display:flex; flex-direction:column; align-items:center; gap:4px;
  font-size:10.5px; color:var(--muted); font-weight:700; padding:6px 10px; position:relative;
  transition:color .25s;
}
.bottom-nav a svg{width:21px; height:21px; transition:.25s;}
.bottom-nav a.active{color:var(--gold-400);}
.bottom-nav a.active svg{color:var(--gold-400); filter:drop-shadow(0 0 6px rgba(212,175,55,.5));}
.bottom-nav a .bn-badge{
  position:absolute; top:-2px; left:calc(50% + 6px);
  background:var(--gold-500); color:var(--navy-950); font-size:9px; font-weight:800;
  width:15px; height:15px; border-radius:50%; display:flex; align-items:center; justify-content:center;
}

/* ============ MOBILE SLIDE MENU ============ */
.mobile-drawer{
  position:fixed; inset:0; z-index:300; visibility:hidden; pointer-events:none;
}
.mobile-drawer.open{visibility:visible; pointer-events:auto;}
.drawer-backdrop{
  position:absolute; inset:0; background:rgba(7,10,18,.7); opacity:0; transition:opacity .3s var(--ease);
}
.mobile-drawer.open .drawer-backdrop{opacity:1;}
.drawer-panel{
  position:absolute; top:0; right:0; height:100%; width:78%; max-width:340px;
  background:var(--navy-900); border-left:1px solid rgba(212,175,55,.2);
  transform:translateX(100%); transition:transform .4s var(--ease);
  padding:26px; overflow-y:auto;
}
body.lang-en .drawer-panel{right:auto; left:0; border-left:none; border-right:1px solid rgba(212,175,55,.2); transform:translateX(-100%);}
.mobile-drawer.open .drawer-panel{transform:translateX(0);}
.drawer-close{
  width:36px; height:36px; border-radius:50%; border:1px solid rgba(212,175,55,.3);
  display:flex; align-items:center; justify-content:center; margin-bottom:30px;
}
.drawer-panel nav ul li{margin-bottom:6px;}
.drawer-panel nav ul li a{
  display:block; padding:14px 6px; font-size:17px; font-weight:700; color:var(--cream);
  border-bottom:1px solid rgba(212,175,55,.1);
}
.drawer-lang{display:flex; gap:10px; margin-top:30px;}
.drawer-lang button{
  flex:1; padding:10px; border:1px solid rgba(212,175,55,.3); background:transparent; color:var(--muted); border-radius:4px; font-weight:700;
}
.drawer-lang button.active{background:var(--gold-500); color:var(--navy-950); border-color:var(--gold-500);}

/* ============ RESPONSIVE ============ */
@media (max-width:1080px){
  .cat-grid{grid-template-columns:repeat(2,1fr);}
  .product-grid{grid-template-columns:repeat(2,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .story .container{grid-template-columns:1fr;}
  .story-visual{max-width:380px; margin:0 auto;}
}
@media (max-width:860px){
  .hero .container{grid-template-columns:1fr; text-align:center;}
  .hero p.lede{margin-inline:auto;}
  .hero-ctas{justify-content:center;}
  .hero-stats{justify-content:center;}
  .hero-stats div{text-align:right;}
  .hero-visual{order:-1; margin-bottom:10px;}
  .arch-frame{max-width:300px;}
  .trust-strip .container{grid-template-columns:repeat(2,1fr);}
  nav.primary-nav{display:none;}
  .mobile-menu-btn{
    display:flex; width:40px; height:40px; border-radius:50%; border:1px solid rgba(212,175,55,.25);
    align-items:center; justify-content:center; background:transparent; color:var(--cream);
  }
  .mobile-menu-btn svg{width:18px; height:18px;}
  body{padding-bottom:76px;}
  .bottom-nav{display:block;}
  .lang-toggle{display:none;}
}
@media (max-width:640px){
  .container{padding:0 18px;}
  .header-inner{height:70px;}
  .logo-wrap img{height:32px;}
  .section{padding:60px 0;}
  .cat-grid{grid-template-columns:repeat(2,1fr); gap:14px;}
  .product-grid{grid-template-columns:repeat(2,1fr); gap:14px;}
  .footer-grid{grid-template-columns:1fr; gap:34px;}
  .newsletter .container{flex-direction:column; align-items:stretch; text-align:center;}
  .newsletter-form{min-width:0; width:100%;}
  .hero{padding:50px 0 40px;}
  .header-actions .icon-btn:nth-child(1){display:none;}
}

/* language toggle ready state to avoid FOUC */
[data-i18n]{transition:opacity .15s;}

/* ============================================================
   INNER PAGES — shared additions (breadcrumb, filters, product
   detail, cart, checkout, auth)
   ============================================================ */

/* ---------- Page header / breadcrumb ---------- */
.page-header{
  padding:44px 0 34px;
  background:
    radial-gradient(ellipse 700px 300px at 85% -20%, rgba(212,175,55,.14), transparent 60%),
    var(--navy-950);
  border-bottom:1px solid rgba(212,175,55,.15);
}
.breadcrumb{
  display:flex; align-items:center; gap:8px; font-size:13px; color:var(--muted); margin-bottom:14px; flex-wrap:wrap;
}
.breadcrumb a{color:var(--muted); transition:.2s;}
.breadcrumb a:hover{color:var(--gold-400);}
.breadcrumb .sep{color:var(--muted-2);}
.breadcrumb .current{color:var(--gold-400); font-weight:700;}
.page-header h1{font-size:clamp(24px,3vw,34px); color:var(--cream);}
.page-header p{color:var(--muted); font-size:14.5px; margin-top:8px; max-width:560px;}

/* ---------- Generic form field ---------- */
.field{margin-bottom:18px;}
.field label{
  display:block; font-size:13px; font-weight:700; color:var(--cream); margin-bottom:8px; letter-spacing:.2px;
}
.field .req{color:var(--gold-500);}
.field input[type="text"], .field input[type="email"], .field input[type="tel"],
.field input[type="password"], .field select, .field textarea{
  width:100%; padding:13px 16px; background:var(--navy-800); border:1px solid rgba(212,175,55,.22);
  color:var(--cream); border-radius:3px; font-family:inherit; font-size:14.5px; transition:.25s var(--ease);
}
.field textarea{resize:vertical; min-height:90px;}
.field input::placeholder, .field textarea::placeholder{color:var(--muted-2);}
.field input:focus, .field select:focus, .field textarea:focus{
  outline:none; border-color:var(--gold-500); background:var(--navy-700);
}
.field-row{display:grid; grid-template-columns:1fr 1fr; gap:16px;}
.field-hint{font-size:12px; color:var(--muted-2); margin-top:6px;}
.field-error{font-size:12px; color:#e08a8a; margin-top:6px; display:none;}
.field.invalid input{border-color:#c66;}
.field.invalid .field-error{display:block;}

.checkbox-row{display:flex; align-items:center; gap:10px; font-size:13.5px; color:var(--muted);}
.checkbox-row input[type="checkbox"]{
  width:18px; height:18px; accent-color:#d4af37; flex-shrink:0;
}

/* ============================================================
   SHOP / CATEGORY PAGE
   ============================================================ */
.shop-layout{display:grid; grid-template-columns:260px 1fr; gap:38px; align-items:start;}

.filter-sidebar{
  background:var(--navy-800); border:1px solid rgba(212,175,55,.15); border-radius:6px; padding:24px;
  position:sticky; top:100px;
}
.filter-head{display:flex; justify-content:space-between; align-items:center; margin-bottom:20px;}
.filter-head h3{font-size:15px; color:var(--cream);}
.filter-clear{font-size:12.5px; color:var(--gold-500); background:none; border:none;}
.filter-close-btn{
  display:none; width:32px; height:32px; border-radius:50%; border:1px solid rgba(212,175,55,.3);
  background:transparent; color:var(--cream); align-items:center; justify-content:center; flex-shrink:0;
}
.filter-group{padding:18px 0; border-bottom:1px solid rgba(212,175,55,.12);}
.filter-group:last-child{border-bottom:none;}
.filter-group h4{font-size:13px; color:var(--gold-400); text-transform:uppercase; letter-spacing:1px; margin-bottom:14px;}
.filter-group .checkbox-row{margin-bottom:12px;}
.filter-group .checkbox-row span.count{color:var(--muted-2); font-size:12px; margin-inline-start:auto;}
.price-range-inputs{display:flex; gap:10px; align-items:center;}
.price-range-inputs input{width:100%; padding:9px 10px; background:var(--navy-900); border:1px solid rgba(212,175,55,.22); color:var(--cream); border-radius:3px; font-size:13px;}
.rating-star-row{display:flex; gap:2px; color:var(--gold-500);}
.rating-star-row svg{width:15px; height:15px;}

.shop-toolbar{
  display:flex; justify-content:space-between; align-items:center; margin-bottom:26px; gap:16px; flex-wrap:wrap;
}
.result-count{font-size:14px; color:var(--muted);}
.result-count strong{color:var(--cream);}
.toolbar-right{display:flex; align-items:center; gap:14px;}
.select-gold{
  padding:10px 16px; background:var(--navy-800); border:1px solid rgba(212,175,55,.25);
  color:var(--cream); border-radius:3px; font-size:13.5px; font-family:inherit;
}
.mobile-filter-btn{
  display:none; align-items:center; gap:8px; padding:10px 16px; background:var(--navy-800);
  border:1px solid rgba(212,175,55,.3); color:var(--cream); border-radius:3px; font-size:13.5px; font-weight:700;
}
.mobile-filter-btn svg{width:16px; height:16px;}

.pagination{display:flex; justify-content:center; gap:8px; margin-top:50px;}
.pagination button{
  width:38px; height:38px; border-radius:4px; border:1px solid rgba(212,175,55,.2); background:transparent;
  color:var(--muted); font-weight:700; transition:.25s;
}
.pagination button.active, .pagination button:hover{background:var(--gold-500); color:var(--navy-950); border-color:var(--gold-500);}

.empty-state{text-align:center; padding:70px 20px; color:var(--muted);}
.empty-state svg{width:64px; height:64px; color:var(--gold-500); margin:0 auto 20px; opacity:.6;}
.empty-state h3{color:var(--cream); font-size:20px; margin-bottom:10px;}

/* ============================================================
   PRODUCT DETAIL PAGE
   ============================================================ */
.product-detail{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:flex-start;}

.gallery-main{
  aspect-ratio:1; border-radius:6px; overflow:hidden; border:1px solid rgba(212,175,55,.22);
  background:var(--navy-800); margin-bottom:16px; position:relative;
}
.gallery-main img{width:100%; height:100%; object-fit:cover;}
.gallery-thumbs{display:flex; gap:12px;}
.gallery-thumbs button{
  width:78px; height:78px; border-radius:4px; overflow:hidden; border:2px solid transparent; opacity:.6; transition:.25s;
  padding:0; background:var(--navy-800);
}
.gallery-thumbs button.active, .gallery-thumbs button:hover{border-color:var(--gold-500); opacity:1;}
.gallery-thumbs img{width:100%; height:100%; object-fit:cover;}

.detail-info .brand{font-size:13px; color:var(--gold-500); text-transform:uppercase; letter-spacing:1.5px; font-weight:700; display:block; margin-bottom:10px;}
.detail-info h1{font-size:clamp(24px,2.6vw,32px); color:var(--cream); margin-bottom:14px; line-height:1.3;}
.detail-rating{display:flex; align-items:center; gap:10px; margin-bottom:20px;}
.stars{display:flex; gap:2px; color:var(--gold-500);}
.stars svg{width:16px; height:16px;}
.detail-rating span{font-size:13px; color:var(--muted);}
.detail-price{display:flex; align-items:baseline; gap:12px; margin-bottom:24px; padding-bottom:24px; border-bottom:1px solid rgba(212,175,55,.15);}
.detail-price .now{font-size:30px; font-weight:800; color:var(--gold-400); font-family:'Cairo';}
.detail-price .old{font-size:16px; color:var(--muted-2); text-decoration:line-through;}
.detail-price .save-badge{background:rgba(212,175,55,.15); color:var(--gold-400); font-size:12px; font-weight:700; padding:4px 10px; border-radius:2px;}
.detail-desc{color:var(--muted); font-size:14.5px; line-height:1.9; margin-bottom:26px;}

.detail-row{display:flex; align-items:center; gap:20px; margin-bottom:26px; flex-wrap:wrap;}
.qty-stepper{
  display:flex; align-items:center; border:1px solid rgba(212,175,55,.3); border-radius:3px; overflow:hidden;
}
.qty-stepper button{width:42px; height:44px; background:var(--navy-800); color:var(--cream); font-size:18px; border:none;}
.qty-stepper button:hover{background:var(--gold-500); color:var(--navy-950);}
.qty-stepper input{
  width:48px; height:44px; text-align:center; background:var(--navy-900); border:none; border-inline:1px solid rgba(212,175,55,.25);
  color:var(--cream); font-size:15px; font-family:inherit;
}
.detail-actions{display:flex; gap:14px; margin-bottom:28px; flex-wrap:wrap;}
.detail-actions .btn-gold{flex:1; min-width:200px; justify-content:center;}
.detail-actions .icon-btn{width:52px; height:52px; border-radius:3px;}
.detail-actions .icon-btn svg{width:20px; height:20px;}

.detail-meta{display:flex; flex-direction:column; gap:12px; font-size:13.5px; color:var(--muted);}
.detail-meta div{display:flex; gap:10px; align-items:center;}
.detail-meta svg{width:17px; height:17px; color:var(--gold-500); flex-shrink:0;}

.detail-tabs{margin-top:60px;}
.tab-buttons{display:flex; gap:6px; border-bottom:1px solid rgba(212,175,55,.18); margin-bottom:30px; overflow-x:auto;}
.tab-buttons button{
  padding:14px 24px; background:none; border:none; color:var(--muted); font-weight:700; font-size:14.5px;
  border-bottom:2px solid transparent; white-space:nowrap; transition:.25s;
}
.tab-buttons button.active{color:var(--gold-400); border-color:var(--gold-500);}
.tab-panel{display:none; color:var(--muted); font-size:14.5px; line-height:1.9;}
.tab-panel.active{display:block;}
.spec-table{width:100%; border-collapse:collapse;}
.spec-table tr{border-bottom:1px solid rgba(212,175,55,.1);}
.spec-table td{padding:12px 0; font-size:14px;}
.spec-table td:first-child{color:var(--gold-400); font-weight:700; width:180px;}
.spec-table td:last-child{color:var(--muted);}

.review-item{padding:20px 0; border-bottom:1px solid rgba(212,175,55,.1);}
.review-head{display:flex; justify-content:space-between; align-items:center; margin-bottom:8px;}
.review-head strong{color:var(--cream); font-size:14.5px;}
.review-head span{font-size:12px; color:var(--muted-2);}

.related-section{margin-top:80px;}

/* ============================================================
   CART PAGE
   ============================================================ */
.cart-layout{display:grid; grid-template-columns:1fr 360px; gap:40px; align-items:flex-start;}
.cart-table-wrap{background:var(--navy-800); border:1px solid rgba(212,175,55,.15); border-radius:6px; overflow:hidden;}
.cart-row{
  display:grid; grid-template-columns:90px 1fr auto auto auto; gap:20px; align-items:center;
  padding:20px; border-bottom:1px solid rgba(212,175,55,.1);
}
.cart-row:last-child{border-bottom:none;}
.cart-item-img{width:90px; height:90px; border-radius:4px; overflow:hidden; background:var(--navy-700);}
.cart-item-img img{width:100%; height:100%; object-fit:cover;}
.cart-item-info .brand{font-size:11.5px; color:var(--gold-500); text-transform:uppercase; letter-spacing:.8px; font-weight:700;}
.cart-item-info h4{font-size:15px; color:var(--cream); margin:4px 0;}
.cart-remove{
  background:none; border:none; color:var(--muted-2); display:flex; align-items:center; gap:6px; font-size:12.5px;
}
.cart-remove svg{width:15px; height:15px;}
.cart-remove:hover{color:#d97a7a;}
.cart-item-price{font-weight:800; color:var(--gold-400); font-family:'Cairo'; font-size:16px; white-space:nowrap;}

.cart-summary{
  background:var(--navy-800); border:1px solid rgba(212,175,55,.2); border-radius:6px; padding:28px;
  position:sticky; top:100px;
}
.cart-summary h3{font-size:17px; color:var(--cream); margin-bottom:22px;}
.summary-row{display:flex; justify-content:space-between; font-size:14.5px; color:var(--muted); margin-bottom:14px;}
.summary-row strong{color:var(--cream);}
.summary-total{
  display:flex; justify-content:space-between; font-size:18px; font-weight:800; color:var(--cream);
  padding-top:18px; border-top:1px solid rgba(212,175,55,.18); margin-top:8px; margin-bottom:24px;
}
.summary-total span:last-child{color:var(--gold-400); font-family:'Cairo';}
.promo-row{display:flex; gap:10px; margin-bottom:22px;}
.promo-row input{
  flex:1; padding:11px 14px; background:var(--navy-900); border:1px solid rgba(212,175,55,.22);
  color:var(--cream); border-radius:3px; font-size:13.5px;
}
.promo-row button{padding:0 18px; background:var(--navy-700); border:1px solid rgba(212,175,55,.3); color:var(--gold-400); border-radius:3px; font-weight:700; font-size:13px;}

/* ============================================================
   CHECKOUT PAGE
   ============================================================ */
.checkout-steps{display:flex; align-items:center; gap:8px; margin-bottom:50px; flex-wrap:wrap;}
.step-item{display:flex; align-items:center; gap:10px;}
.step-num{
  width:32px; height:32px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  border:1px solid rgba(212,175,55,.35); color:var(--muted); font-size:13px; font-weight:800; flex-shrink:0;
}
.step-item.done .step-num, .step-item.current .step-num{background:var(--gold-500); color:var(--navy-950); border-color:var(--gold-500);}
.step-item span.step-label{font-size:13.5px; color:var(--muted); font-weight:700;}
.step-item.current span.step-label{color:var(--cream);}
.step-line{width:44px; height:1px; background:rgba(212,175,55,.25);}

.checkout-layout{display:grid; grid-template-columns:1fr 380px; gap:44px; align-items:flex-start;}
.checkout-card{background:var(--navy-800); border:1px solid rgba(212,175,55,.15); border-radius:6px; padding:30px; margin-bottom:24px;}
.checkout-card h3{font-size:16px; color:var(--cream); margin-bottom:22px; display:flex; align-items:center; gap:10px;}
.checkout-card h3 svg{width:18px; height:18px; color:var(--gold-500);}

.payment-options{display:flex; flex-direction:column; gap:12px;}
.payment-option{
  display:flex; align-items:center; gap:14px; padding:16px 18px; border:1px solid rgba(212,175,55,.2);
  border-radius:4px; cursor:pointer; transition:.25s;
}
.payment-option:hover{border-color:rgba(212,175,55,.4);}
.payment-option.selected{border-color:var(--gold-500); background:rgba(212,175,55,.06);}
.payment-option input{accent-color:#d4af37; width:18px; height:18px; flex-shrink:0;}
.payment-option .p-icon{width:38px; height:26px; display:flex; align-items:center; justify-content:center; color:var(--gold-400); flex-shrink:0;}
.payment-option .p-icon svg{width:24px; height:24px;}
.payment-option strong{display:block; font-size:14.5px; color:var(--cream);}
.payment-option span{font-size:12.5px; color:var(--muted);}

.checkout-mini-item{display:flex; gap:14px; align-items:center; padding:14px 0; border-bottom:1px solid rgba(212,175,55,.1);}
.checkout-mini-item img{width:56px; height:56px; border-radius:4px; object-fit:cover; flex-shrink:0;}
.checkout-mini-item .mi-name{font-size:13.5px; color:var(--cream);}
.checkout-mini-item .mi-qty{font-size:12px; color:var(--muted-2);}
.checkout-mini-item .mi-price{margin-inline-start:auto; font-size:13.5px; font-weight:700; color:var(--gold-400); white-space:nowrap;}

.order-success-overlay{
  position:fixed; inset:0; background:rgba(7,10,18,.85); backdrop-filter:blur(6px); z-index:500;
  display:none; align-items:center; justify-content:center; padding:20px;
}
.order-success-overlay.show{display:flex;}
.order-success-card{
  background:var(--navy-800); border:1px solid rgba(212,175,55,.3); border-radius:8px; padding:50px 40px;
  text-align:center; max-width:420px; box-shadow:0 30px 80px -20px rgba(0,0,0,.6);
}
.order-success-icon{
  width:70px; height:70px; border-radius:50%; background:linear-gradient(135deg,var(--gold-400),var(--gold-600));
  display:flex; align-items:center; justify-content:center; margin:0 auto 24px;
}
.order-success-icon svg{width:32px; height:32px; color:var(--navy-950);}
.order-success-card h2{font-size:22px; color:var(--cream); margin-bottom:12px;}
.order-success-card p{color:var(--muted); font-size:14.5px; line-height:1.8; margin-bottom:28px;}

/* ============================================================
   LOGIN / REGISTER (SPLIT SCREEN)
   ============================================================ */
.auth-split{
  min-height:calc(100vh - 84px - 36px);
  display:grid; grid-template-columns:1fr 1fr;
}
.auth-visual{
  position:relative; background:
    radial-gradient(ellipse 700px 500px at 30% 20%, rgba(212,175,55,.18), transparent 60%),
    linear-gradient(160deg, var(--navy-800), var(--navy-950));
  display:flex; align-items:center; justify-content:center; padding:60px; overflow:hidden;
}
.auth-visual-content{position:relative; z-index:2; text-align:center; max-width:380px;}
.auth-visual .arch-frame{margin:0 auto 34px; max-width:280px;}
.auth-visual h2{font-size:24px; color:var(--cream); margin-bottom:14px;}
.auth-visual p{color:var(--muted); font-size:14.5px; line-height:1.8;}

.auth-form-side{display:flex; align-items:center; justify-content:center; padding:60px 40px;}
.auth-box{width:100%; max-width:400px;}
.auth-tabs{display:flex; gap:8px; margin-bottom:36px; border:1px solid rgba(212,175,55,.25); border-radius:30px; padding:5px;}
.auth-tabs button{flex:1; padding:12px; border-radius:24px; background:none; border:none; color:var(--muted); font-weight:700; font-size:14px; transition:.25s;}
.auth-tabs button.active{background:var(--gold-500); color:var(--navy-950);}
.auth-panel{display:none;}
.auth-panel.active{display:block;}
.auth-box h2{font-size:24px; color:var(--cream); margin-bottom:8px;}
.auth-box>p{color:var(--muted); font-size:14px; margin-bottom:28px;}
.auth-divider{display:flex; align-items:center; gap:14px; margin:24px 0; color:var(--muted-2); font-size:12.5px;}
.auth-divider .line{flex:1; height:1px; background:rgba(212,175,55,.15);}
.social-row{display:flex; gap:12px;}
.social-btn{
  flex:1; display:flex; align-items:center; justify-content:center; gap:10px; padding:12px;
  border:1px solid rgba(212,175,55,.25); border-radius:3px; color:var(--cream); font-size:13.5px; font-weight:700;
  background:var(--navy-800); transition:.25s;
}
.social-btn:hover{border-color:var(--gold-500);}
.social-btn svg{width:17px; height:17px;}
.auth-forgot{text-align:end; margin:-8px 0 22px;}
.auth-forgot a{font-size:13px; color:var(--gold-500);}
.auth-box .btn-gold{width:100%; justify-content:center; margin-top:6px;}
.auth-switch{text-align:center; margin-top:26px; font-size:13.5px; color:var(--muted);}
.auth-switch a{color:var(--gold-400); font-weight:700;}

/* toast */
.toast{
  position:fixed; bottom:100px; left:50%; transform:translateX(-50%) translateY(20px);
  background:var(--navy-800); border:1px solid var(--gold-500); color:var(--cream);
  padding:14px 26px; border-radius:30px; font-size:14px; font-weight:700; display:flex; align-items:center; gap:10px;
  box-shadow:0 14px 40px -10px rgba(0,0,0,.5); z-index:400; opacity:0; pointer-events:none; transition:.35s var(--ease);
}
.toast.show{opacity:1; transform:translateX(-50%) translateY(0);}
.toast svg{width:18px; height:18px; color:var(--gold-500);}

/* filter-backdrop must default to display:none at ALL widths (not just mobile),
   otherwise it becomes an extra implicit grid item inside .shop-layout on desktop
   and corrupts the sidebar/content column assignment. */
.filter-backdrop{
  display:none; position:fixed; inset:0; background:rgba(7,10,18,.7); z-index:240;
}
.filter-backdrop.show{display:block;}

/* ============================================================
   SEARCH OVERLAY
   ============================================================ */
.search-overlay{
  position:fixed; inset:0; z-index:300; visibility:hidden; pointer-events:none;
}
.search-overlay.open{visibility:visible; pointer-events:auto;}
.search-overlay-backdrop{
  position:absolute; inset:0; background:rgba(7,10,18,.75); backdrop-filter:blur(4px); -webkit-backdrop-filter:blur(4px);
  opacity:0; transition:opacity .3s var(--ease);
}
.search-overlay.open .search-overlay-backdrop{opacity:1;}
.search-panel{
  position:relative; max-width:640px; margin:100px auto 0; background:var(--navy-800);
  border:1px solid rgba(212,175,55,.3); border-radius:10px; padding:26px;
  box-shadow:0 30px 80px -20px rgba(0,0,0,.7);
  transform:translateY(-18px); opacity:0; transition:transform .35s var(--ease), opacity .35s var(--ease);
  max-height:80vh; display:flex; flex-direction:column;
}
.search-overlay.open .search-panel{transform:translateY(0); opacity:1;}
.search-input-row{
  display:flex; align-items:center; gap:14px; border-bottom:1px solid rgba(212,175,55,.2);
  padding-bottom:18px; margin-bottom:18px; flex-shrink:0;
}
.search-input-row svg{width:20px; height:20px; color:var(--gold-500); flex-shrink:0;}
.search-input-row input{
  flex:1; background:none; border:none; color:var(--cream); font-size:17px; font-family:inherit; min-width:0;
}
.search-input-row input:focus{outline:none;}
.search-input-row input::placeholder{color:var(--muted-2);}
.search-close-btn{
  width:32px; height:32px; border-radius:50%; border:1px solid rgba(212,175,55,.3);
  background:none; color:var(--cream); flex-shrink:0; display:flex; align-items:center; justify-content:center;
}
.search-close-btn:hover{border-color:var(--gold-500); color:var(--gold-400);}
.search-popular-label{font-size:12.5px; color:var(--muted); margin-bottom:12px; display:block;}
.search-popular{display:flex; flex-wrap:wrap; gap:10px; margin-bottom:6px;}
.search-popular a{
  font-size:13px; padding:8px 16px; border:1px solid rgba(212,175,55,.25); border-radius:20px; color:var(--cream);
  transition:.25s;
}
.search-popular a:hover{border-color:var(--gold-500); color:var(--gold-400); background:rgba(212,175,55,.06);}
.search-suggestions{display:flex; flex-direction:column; gap:4px; overflow-y:auto;}
.search-suggestion-item{
  display:flex; align-items:center; gap:14px; padding:11px; border-radius:6px; transition:.2s;
}
.search-suggestion-item:hover{background:rgba(212,175,55,.08);}
.search-suggestion-item img{width:50px; height:50px; border-radius:5px; object-fit:cover; flex-shrink:0; background:var(--navy-700);}
.ssi-info{display:flex; flex-direction:column; flex:1; min-width:0; gap:2px;}
.ssi-brand{font-size:11px; color:var(--gold-500); text-transform:uppercase; letter-spacing:.6px;}
.ssi-name{font-size:14.5px; color:var(--cream); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.ssi-price{font-size:14px; font-weight:800; color:var(--gold-400); font-family:'Cairo'; white-space:nowrap; flex-shrink:0;}
.search-empty{text-align:center; padding:40px 10px; color:var(--muted); font-size:14.5px;}

@media (max-width:640px){
  .search-panel{margin:70px 16px 0; max-width:none; padding:20px;}
  .search-input-row input{font-size:15px;}
}

/* ============================================================
   CONTENT PAGE (terms / return policy / news article / generic page)
   ============================================================ */
.content-wrap{max-width:820px; margin:0 auto; padding:56px 0 100px;}
.content-meta{
  display:flex; gap:18px; align-items:center; color:var(--muted); font-size:13px; margin-bottom:36px;
  flex-wrap:wrap; padding-bottom:24px; border-bottom:1px solid rgba(212,175,55,.15);
}
.content-meta span{display:flex; align-items:center; gap:7px;}
.content-meta svg{width:15px; height:15px; color:var(--gold-500);}

.article-hero{
  width:100%; aspect-ratio:16/8; border-radius:8px; overflow:hidden; margin-bottom:38px;
  border:1px solid rgba(212,175,55,.2);
}
.article-hero img{width:100%; height:100%; object-fit:cover;}

.content-toc{
  background:var(--navy-800); border:1px solid rgba(212,175,55,.15); border-radius:6px; padding:26px; margin-bottom:44px;
}
.content-toc h4{font-size:13.5px; color:var(--gold-400); margin-bottom:16px; text-transform:uppercase; letter-spacing:1px;}
.content-toc ol{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:11px; counter-reset:toc;}
.content-toc li{counter-increment:toc; font-size:14.5px;}
.content-toc li::before{content:counter(toc) ".  "; color:var(--gold-500); font-weight:700;}
.content-toc a{color:var(--muted); transition:.2s;}
.content-toc a:hover{color:var(--gold-400);}

.content-body h2{
  font-size:23px; color:var(--gold-400); margin:44px 0 16px; scroll-margin-top:100px; font-family:'Cairo'; font-weight:800;
}
.content-body h2:first-child{margin-top:0;}
.content-body h3{font-size:17px; color:var(--cream); margin:26px 0 12px; font-weight:700;}
.content-body p{color:var(--muted); font-size:15.5px; line-height:2; margin-bottom:18px;}
.content-body ul, .content-body ol{margin:0 0 18px; padding-inline-start:24px; color:var(--muted); line-height:1.95; font-size:15.5px;}
.content-body li{margin-bottom:10px;}
.content-body li::marker{color:var(--gold-500);}
.content-body strong{color:var(--cream); font-weight:700;}
.content-body a{color:var(--gold-400); text-decoration:underline; text-underline-offset:3px;}
.content-body blockquote{
  border-inline-start:3px solid var(--gold-500); padding-inline-start:20px; margin:28px 0;
  color:var(--gold-300); font-size:16.5px; line-height:1.8; font-style:normal;
}
.content-body table{width:100%; border-collapse:collapse; margin-bottom:24px; font-size:14.5px;}
.content-body table th{color:var(--gold-400); text-align:start; padding:12px; border-bottom:1px solid rgba(212,175,55,.25); font-weight:700;}
.content-body table td{color:var(--muted); padding:12px; border-bottom:1px solid rgba(212,175,55,.1);}
.content-body hr{border:none; border-top:1px solid rgba(212,175,55,.15); margin:36px 0;}

.article-tags{display:flex; gap:10px; flex-wrap:wrap; margin-top:46px; padding-top:26px; border-top:1px solid rgba(212,175,55,.15);}
.article-tags span{
  font-size:12.5px; padding:7px 16px; border:1px solid rgba(212,175,55,.25); border-radius:20px; color:var(--muted);
}

.content-callout{
  background:linear-gradient(120deg, var(--navy-800), var(--navy-700));
  border:1px solid rgba(212,175,55,.25); border-radius:8px; padding:26px 28px; margin:32px 0;
  display:flex; gap:18px; align-items:flex-start;
}
.content-callout svg{width:24px; height:24px; color:var(--gold-500); flex-shrink:0; margin-top:2px;}
.content-callout p{margin:0; color:var(--cream); font-size:14.5px; line-height:1.85;}

@media (max-width:640px){
  .content-wrap{padding:40px 0 70px;}
  .content-body h2{font-size:20px;}
  .article-hero{aspect-ratio:4/3;}
}

/* ============================================================
   ACCOUNT DASHBOARD
   ============================================================ */
.account-layout{display:grid; grid-template-columns:270px 1fr; gap:36px; align-items:start;}
.account-sidebar{background:var(--navy-800); border:1px solid rgba(212,175,55,.15); border-radius:6px; padding:10px; position:sticky; top:100px;}
.account-user-card{padding:18px 14px; border-bottom:1px solid rgba(212,175,55,.12); margin-bottom:8px; display:flex; align-items:center; gap:14px;}
.account-avatar{
  width:46px; height:46px; border-radius:50%; background:linear-gradient(135deg,var(--gold-400),var(--gold-600));
  display:flex; align-items:center; justify-content:center; font-weight:800; color:var(--navy-950); font-size:18px; flex-shrink:0;
}
.account-user-card strong{display:block; color:var(--cream); font-size:14.5px;}
.account-user-card span{font-size:12px; color:var(--muted);}
.account-nav-btn{
  display:flex; align-items:center; gap:12px; width:100%; padding:13px 14px; background:none; border:none;
  color:var(--muted); font-size:14px; font-weight:700; border-radius:5px; transition:.2s;
}
.account-nav-btn svg{width:18px; height:18px; flex-shrink:0;}
.account-nav-btn:hover{background:rgba(212,175,55,.08); color:var(--cream);}
.account-nav-btn.active{background:rgba(212,175,55,.12); color:var(--gold-400);}
.account-nav-btn.logout-btn{color:#d97a7a; margin-top:6px; border-top:1px solid rgba(212,175,55,.12); padding-top:16px; border-radius:0;}

.account-panel{display:none;}
.account-panel.active{display:block;}

.stat-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-bottom:36px;}
.stat-card{background:var(--navy-800); border:1px solid rgba(212,175,55,.15); border-radius:6px; padding:24px; text-align:center;}
.stat-card strong{display:block; font-size:28px; color:var(--gold-400); font-family:'Cairo'; margin-bottom:6px;}
.stat-card span{font-size:13px; color:var(--muted);}

.order-row{
  display:grid; grid-template-columns:1fr auto auto auto; gap:16px; align-items:center;
  padding:18px; background:var(--navy-800); border:1px solid rgba(212,175,55,.15); border-radius:6px; margin-bottom:14px;
}
.order-row .order-num{font-weight:800; color:var(--cream); font-size:14.5px;}
.order-row .order-date{font-size:12.5px; color:var(--muted-2); margin-top:4px;}
.status-badge{font-size:12px; font-weight:700; padding:6px 14px; border-radius:20px; white-space:nowrap;}
.status-badge.processing{background:rgba(212,175,55,.15); color:var(--gold-400);}
.status-badge.shipped{background:rgba(90,140,220,.15); color:#7fa8e8;}
.status-badge.delivered{background:rgba(90,200,140,.15); color:#7fd9a8;}
.status-badge.cancelled{background:rgba(220,90,90,.15); color:#e08a8a;}
.order-row .order-total{font-weight:800; color:var(--gold-400); font-family:'Cairo'; white-space:nowrap;}

.address-card{background:var(--navy-800); border:1px solid rgba(212,175,55,.15); border-radius:6px; padding:22px; margin-bottom:16px; position:relative;}
.address-card .default-badge{position:absolute; top:18px; inset-inline-end:20px; font-size:11px; color:var(--gold-400); border:1px solid rgba(212,175,55,.3); padding:4px 10px; border-radius:14px;}
.address-card strong{display:block; color:var(--cream); font-size:14.5px; margin-bottom:8px;}
.address-card p{color:var(--muted); font-size:13.5px; line-height:1.8; margin-bottom:14px;}
.address-actions{display:flex; gap:10px;}
.address-actions button{font-size:12.5px; color:var(--gold-500); background:none; border:1px solid rgba(212,175,55,.25); padding:6px 14px; border-radius:4px;}

@media (max-width:1080px){
  .account-layout{grid-template-columns:1fr;}
  .account-sidebar{position:static;}
  .stat-grid{grid-template-columns:1fr 1fr;}
  .order-row{grid-template-columns:1fr; text-align:center; justify-items:center;}
}
@media (max-width:640px){
  .stat-grid{grid-template-columns:1fr;}
}

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq-category{margin-bottom:44px;}
.faq-category h2{font-size:20px; color:var(--gold-400); margin-bottom:18px; font-family:'Cairo'; font-weight:800;}
.faq-item{background:var(--navy-800); border:1px solid rgba(212,175,55,.15); border-radius:6px; margin-bottom:12px; overflow:hidden;}
.faq-item summary{
  padding:18px 22px; cursor:pointer; font-size:15px; font-weight:700; color:var(--cream); list-style:none;
  display:flex; justify-content:space-between; align-items:center; gap:14px;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{
  content:"+"; color:var(--gold-500); font-size:22px; font-weight:400; flex-shrink:0; line-height:1;
  transition:transform .25s var(--ease);
}
.faq-item[open] summary::after{transform:rotate(45deg);}
.faq-item .faq-answer{padding:0 22px 20px; color:var(--muted); font-size:14.5px; line-height:1.9;}

/* ============================================================
   ORDER TRACKING
   ============================================================ */
.track-card{background:var(--navy-800); border:1px solid rgba(212,175,55,.15); border-radius:8px; padding:32px; max-width:640px; margin:0 auto 50px;}
.track-timeline{max-width:640px; margin:0 auto;}
.timeline-step{display:flex; gap:18px; position:relative; padding-bottom:36px;}
.timeline-step:last-child{padding-bottom:0;}
.timeline-step::before{
  content:""; position:absolute; top:36px; bottom:0; inset-inline-start:17px; width:2px; background:rgba(212,175,55,.15);
}
.timeline-step:last-child::before{display:none;}
.timeline-step.done::before{background:var(--gold-500);}
.timeline-icon{
  width:36px; height:36px; border-radius:50%; background:var(--navy-700); border:2px solid rgba(212,175,55,.25);
  display:flex; align-items:center; justify-content:center; flex-shrink:0; z-index:1; color:var(--muted);
}
.timeline-step.done .timeline-icon{background:var(--gold-500); border-color:var(--gold-500); color:var(--navy-950);}
.timeline-step.current .timeline-icon{background:var(--navy-900); border-color:var(--gold-500); color:var(--gold-500); box-shadow:0 0 0 4px rgba(212,175,55,.15);}
.timeline-icon svg{width:16px; height:16px; color:inherit;}
.timeline-content strong{display:block; color:var(--cream); font-size:15px; margin-bottom:4px;}
.timeline-content span{font-size:12.5px; color:var(--muted-2);}
.timeline-step:not(.done):not(.current) .timeline-content strong{color:var(--muted);}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:start;}
.contact-info-card{
  display:flex; gap:16px; padding:22px; background:var(--navy-800); border:1px solid rgba(212,175,55,.15);
  border-radius:6px; margin-bottom:16px;
}
.contact-info-card svg{width:22px; height:22px; color:var(--gold-500); flex-shrink:0;}
.contact-info-card strong{display:block; color:var(--cream); font-size:14.5px; margin-bottom:4px;}
.contact-info-card span{color:var(--muted); font-size:13.5px; line-height:1.7;}

@media (max-width:1080px){
  .contact-grid{grid-template-columns:1fr;}
}

/* ============================================================
   TESTIMONIALS (homepage)
   ============================================================ */
.testimonial-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:26px;}
.testimonial-card{background:var(--navy-800); border:1px solid rgba(212,175,55,.15); border-radius:8px; padding:30px; transition:.3s var(--ease);}
.testimonial-card:hover{border-color:rgba(212,175,55,.35); transform:translateY(-4px);}
.testimonial-stars{display:flex; gap:3px; color:var(--gold-500); margin-bottom:18px;}
.testimonial-stars svg{width:15px; height:15px;}
.testimonial-text{color:var(--muted); font-size:14.5px; line-height:1.9; margin-bottom:24px; min-height:95px;}
.testimonial-author{display:flex; align-items:center; gap:12px;}
.testimonial-avatar{
  width:44px; height:44px; border-radius:50%; background:linear-gradient(135deg,var(--gold-400),var(--gold-600));
  display:flex; align-items:center; justify-content:center; font-weight:800; color:var(--navy-950); flex-shrink:0; font-family:'Cairo';
}
.testimonial-author strong{display:block; color:var(--cream); font-size:14px;}
.testimonial-author span{font-size:12px; color:var(--muted-2);}

@media (max-width:1080px){
  .testimonial-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:640px){
  .testimonial-grid{grid-template-columns:1fr;}
}

/* ============================================================
   COMING SOON PAGE
   ============================================================ */
body.cs-body{
  min-height:100vh; display:flex; align-items:center; justify-content:center;
  position:relative; overflow-x:hidden; padding:40px 20px;
  background:
    radial-gradient(ellipse 900px 600px at 15% -10%, rgba(212,175,55,.16), transparent 60%),
    radial-gradient(ellipse 800px 600px at 90% 110%, rgba(212,175,55,.12), transparent 60%),
    var(--navy-950);
}
.cs-lang-toggle{
  position:fixed; top:26px; inset-inline-end:26px; z-index:20;
  display:flex; border:1px solid rgba(212,175,55,.3); border-radius:20px; overflow:hidden; font-size:12.5px; font-weight:700;
}
.cs-lang-toggle button{padding:8px 16px; background:transparent; color:var(--muted); border:none; transition:.25s;}
.cs-lang-toggle button.active{background:var(--gold-500); color:var(--navy-950);}

.cs-wrap{position:relative; z-index:2; max-width:640px; margin:0 auto; text-align:center;}
.cs-logo{height:52px; margin-bottom:38px;}
.cs-eyebrow{
  display:inline-flex; align-items:center; gap:10px; font-size:13px; letter-spacing:2.5px; color:var(--gold-400);
  text-transform:uppercase; margin-bottom:22px; font-weight:700;
}
.cs-eyebrow .diamond{width:7px; height:7px; background:var(--gold-500); transform:rotate(45deg); flex-shrink:0;}
.cs-wrap h1{font-size:clamp(32px,5.5vw,54px); line-height:1.25; color:var(--cream); margin-bottom:20px; font-family:'Cairo'; font-weight:800;}
.cs-wrap h1 span{color:var(--gold-500); display:block;}
.cs-lede{color:var(--muted); font-size:16.5px; line-height:1.9; max-width:480px; margin:0 auto 46px;}

.cs-countdown{display:flex; justify-content:center; gap:16px; margin-bottom:46px; flex-wrap:wrap;}
.cs-count-box{
  background:var(--navy-800); border:1px solid rgba(212,175,55,.25); border-radius:8px;
  padding:18px 10px; min-width:82px;
}
.cs-count-box strong{display:block; font-size:32px; color:var(--gold-400); font-family:'Cairo'; font-weight:800; line-height:1;}
.cs-count-box span{font-size:11.5px; color:var(--muted); text-transform:uppercase; letter-spacing:.5px; margin-top:8px; display:block;}

.cs-divider{width:100%; display:flex; align-items:center; justify-content:center; gap:14px; margin:0 auto 40px; max-width:280px;}
.cs-divider .line{flex:1; height:1px; background:var(--gold-line);}
.cs-divider .diamond{width:8px; height:8px; background:var(--gold-500); transform:rotate(45deg); flex-shrink:0;}

.cs-contact{
  display:inline-flex; align-items:center; gap:12px; background:var(--navy-800); border:1px solid rgba(212,175,55,.25);
  border-radius:40px; padding:14px 26px; margin-bottom:36px;
}
.cs-contact svg{width:18px; height:18px; color:var(--gold-500); flex-shrink:0;}
.cs-contact a{color:var(--cream); font-size:15px; font-weight:700; direction:ltr; display:inline-block;}
.cs-contact a:hover{color:var(--gold-400);}
.cs-contact-label{display:block; color:var(--muted); font-size:13px; margin-bottom:14px;}

.cs-social{display:flex; justify-content:center; gap:12px;}
.cs-social a{
  width:38px; height:38px; border-radius:50%; border:1px solid rgba(212,175,55,.25);
  display:flex; align-items:center; justify-content:center; transition:.25s; color:var(--cream);
}
.cs-social a:hover{background:var(--gold-500); color:var(--navy-950); border-color:var(--gold-500);}
.cs-social a svg{width:16px; height:16px;}

.cs-arch-glow{position:absolute; width:60%; max-width:600px; aspect-ratio:1; border-radius:50%;
  background:radial-gradient(circle, rgba(212,175,55,.14), transparent 70%); top:-15%; inset-inline-start:-10%; z-index:1; filter:blur(20px);}

@media (max-width:640px){
  .cs-count-box{min-width:66px; padding:14px 6px;}
  .cs-count-box strong{font-size:24px;}
  .cs-contact{padding:12px 18px;}
  .cs-contact a{font-size:13.5px;}
}

/* ---------- Responsive: inner pages ---------- */
@media (max-width:1080px){
  .shop-layout{grid-template-columns:1fr;}
  .filter-sidebar{
    position:fixed; top:0; right:0; height:100%; width:82%; max-width:340px; z-index:250;
    border-radius:0; transform:translateX(100%); transition:transform .35s var(--ease); overflow-y:auto;
  }
  body.lang-en .filter-sidebar{right:auto; left:0; transform:translateX(-100%);}
  #filter-sidebar.open{transform:translateX(0) !important;}
  .mobile-filter-btn{display:flex;}
  .filter-close-btn{display:flex;}
  .product-detail{grid-template-columns:1fr; gap:34px;}
  .cart-layout{grid-template-columns:1fr;}
  .checkout-layout{grid-template-columns:1fr;}
  .auth-split{grid-template-columns:1fr;}
  .auth-visual{display:none;}
}
@media (max-width:640px){
  .field-row{grid-template-columns:1fr;}
  .cart-row{grid-template-columns:70px 1fr; grid-template-areas:"img info" "img price" "img qty"; row-gap:10px;}
  .cart-item-img{grid-area:img; width:70px; height:70px;}
  .cart-item-info{grid-area:info;}
  .cart-item-price{grid-area:price;}
  .cart-qty-cell{grid-area:qty;}
  .cart-remove{grid-area:remove; justify-self:start;}
  .checkout-steps{gap:4px;}
  .step-line{width:24px;}
  .step-item span.step-label{display:none;}
  .auth-form-side{padding:40px 22px;}
}
