:root{
  --black:#090909;
  --black2:#111;
  --gold:#d7a62a;
  --gold2:#f4cc63;
  --white:#fff;
  --muted:#a9a9a9;
  --line:rgba(255,255,255,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--black);color:#fff;font-family:"Cairo",sans-serif;
}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.container{width:min(1180px,92%);margin:auto}
.topbar{position:sticky;top:0;z-index:20;background:rgba(8,8,8,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:800}
.brand img{width:48px;height:48px;object-fit:contain;border-radius:50%}
.brand b{color:var(--gold2)}
.nav-actions{display:flex;align-items:center;gap:26px;color:#ddd;font-size:14px}
.nav-actions a:hover{color:var(--gold2)}
.cart-btn{border:1px solid rgba(215,166,42,.5);background:transparent;color:#fff;border-radius:30px;padding:9px 15px;cursor:pointer}
.cart-btn span{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-right:6px;background:var(--gold);color:#111;border-radius:50%;font-size:12px;font-weight:800}
.hero{min-height:590px;display:flex;align-items:center;background:
 radial-gradient(circle at 70% 45%,rgba(215,166,42,.15),transparent 31%),
 linear-gradient(135deg,#080808 0%,#121212 55%,#090909 100%);
 border-bottom:1px solid var(--line);
}
.hero-content{display:flex;align-items:center;justify-content:space-between;gap:50px}
.hero h1{font-size:clamp(38px,6vw,72px);line-height:1.16;margin:12px 0 20px;letter-spacing:-2px}
.hero h1 span{color:var(--gold2)}
.hero p{max-width:600px;color:#bbb;line-height:2;font-size:17px;margin-bottom:28px}
.eyebrow{font-size:12px;letter-spacing:3px;color:var(--gold2);font-weight:800}
.gold-btn{display:inline-flex;justify-content:center;align-items:center;border:0;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#111;padding:13px 24px;border-radius:10px;font-weight:800;cursor:pointer;transition:.2s}
.gold-btn:hover{transform:translateY(-2px);filter:brightness(1.08)}
.hero-mark{width:min(410px,42vw);aspect-ratio:1;display:grid;place-items:center}
.hero-mark img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 35px rgba(0,0,0,.7))}
.products-section{padding:78px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:35px}
h2{font-size:34px;margin:7px 0 0}
.search-wrap input{width:280px;background:#121212;border:1px solid var(--line);color:#fff;border-radius:10px;padding:12px 15px;outline:none}
.search-wrap input:focus{border-color:rgba(215,166,42,.65)}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:linear-gradient(145deg,#151515,#0f0f0f);border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:.25s}
.product-card:hover{transform:translateY(-5px);border-color:rgba(215,166,42,.4)}
.product-image{height:250px;background:#0a0a0a;display:grid;place-items:center;padding:22px}
.product-image img{max-width:100%;max-height:100%;object-fit:contain}
.placeholder{width:100%;height:100%;display:grid;place-items:center;color:#777;font-size:48px}
.product-info{padding:18px}
.product-info h3{font-size:17px;margin:0 0 8px}
.price{color:var(--gold2);font-size:20px;font-weight:800;margin-bottom:15px}
.add-btn{width:100%;padding:11px;border:1px solid rgba(215,166,42,.55);background:transparent;color:#fff;border-radius:9px;cursor:pointer}
.add-btn:hover{background:var(--gold);color:#111}
.empty{text-align:center;color:#999;padding:30px}
.delivery{border-block:1px solid var(--line);background:#101010}
.delivery-inner{min-height:220px;display:flex;justify-content:space-between;align-items:center;gap:25px}
.delivery h2{font-size:30px}
.delivery p{color:#aaa}
.outline-btn{border:1px solid var(--gold);padding:12px 22px;border-radius:10px;color:var(--gold2);font-weight:700}
.outline-btn:hover{background:var(--gold);color:#111}
.contact{padding:75px 0}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.contact-card{background:#111;border:1px solid var(--line);border-radius:14px;padding:22px;display:flex;flex-direction:column;gap:5px}
.contact-card strong{color:var(--gold2)}
.contact-card span{font-size:18px;font-weight:700}
.contact-card small{color:#888}
footer{border-top:1px solid var(--line);padding:28px 0;background:#070707}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#777;font-size:13px}
.footer-brand{display:flex;align-items:center;gap:9px;color:#fff;font-weight:800}
.footer-brand img{width:34px;height:34px;object-fit:contain}
.socials{display:flex;gap:17px}.socials a:hover{color:var(--gold2)}
.cart-panel{display:none;position:fixed;inset:0;z-index:50}
.cart-panel.open{display:block}
.cart-overlay{position:absolute;inset:0;background:rgba(0,0,0,.7)}
.cart-drawer{position:absolute;top:0;bottom:0;right:0;width:min(430px,92%);background:#111;border-left:1px solid var(--line);display:flex;flex-direction:column}
.cart-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--line)}
.cart-header h3{margin:0}.cart-header button{background:none;border:0;color:#fff;font-size:30px;cursor:pointer}
.cart-items{padding:15px;overflow:auto;flex:1}
.cart-item{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:15px 0}
.cart-item h4{margin:0 0 6px}.cart-item small{color:#aaa}
.qty{display:flex;align-items:center;gap:8px}.qty button{width:28px;height:28px;border:1px solid #444;background:#181818;color:#fff;border-radius:6px;cursor:pointer}
.remove{background:none;border:0;color:#a66;cursor:pointer}
.cart-footer{padding:18px;border-top:1px solid var(--line)}
.total{display:flex;justify-content:space-between;margin-bottom:15px}.total strong{color:var(--gold2)}
.full{width:100%}
.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);background:#eee;color:#111;padding:11px 18px;border-radius:9px;font-weight:700;opacity:0;pointer-events:none;transition:.25s;z-index:80}
.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:900px){
 .products-grid{grid-template-columns:repeat(2,1fr)}
 .hero-mark{width:300px}
}
@media(max-width:650px){
 .nav{height:66px}.nav-actions a{display:none}
 .brand{font-size:18px}.brand img{width:40px;height:40px}
 .hero{min-height:650px}.hero-content{flex-direction:column-reverse;text-align:center;padding:45px 0}
 .hero-mark{width:260px}.hero h1{font-size:42px}
 .section-head{align-items:stretch;flex-direction:column}
 .search-wrap input{width:100%}
 .products-grid{grid-template-columns:repeat(2,1fr);gap:10px}
 .product-image{height:180px;padding:12px}.product-info{padding:12px}
 .product-info h3{font-size:14px}.price{font-size:17px}
 .delivery-inner{padding:45px 0;flex-direction:column;text-align:center}
 .contact-grid{grid-template-columns:1fr}
 .footer-inner{justify-content:center;text-align:center}
}

.contact-grid{grid-template-columns:repeat(4,1fr)}
.contact-action{align-items:center;text-align:center;cursor:pointer;transition:.25s}
.contact-action:hover{transform:translateY(-4px);border-color:rgba(215,166,42,.55);background:#151515}
.contact-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;margin-bottom:10px;font-size:31px;font-weight:900}
.phone-icon{background:linear-gradient(145deg,#f4cc63,#a8730e);color:#111;box-shadow:0 8px 24px rgba(215,166,42,.18)}
.whatsapp-icon{background:#19b85a;color:#fff;box-shadow:0 8px 24px rgba(25,184,90,.18);font-size:35px}
@media(max-width:900px){.contact-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.contact-grid{grid-template-columns:repeat(2,1fr)}}
