
:root{
  --bg:#0d0d0f;
  --bg-soft:#151519;
  --card:#19191e;
  --gold:#d8b56a;
  --gold-2:#f2d78f;
  --text:#f7f4ec;
  --muted:#bdb8ad;
  --line:#2c2c33;
  --danger:#ef6b6b;
  --radius:22px;
  --shadow:0 18px 60px rgba(0,0,0,.28);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:linear-gradient(180deg,#0b0b0d,#111115);
  color:var(--text);
  font-family:Arial, "Noto Sans Arabic", sans-serif;
  line-height:1.7;
}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.container{width:min(1120px,92%);margin:auto}
.site-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(16px);
  background:rgba(11,11,13,.82);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:76px}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{
  display:grid;place-items:center;width:42px;height:42px;border-radius:50%;
  border:1px solid var(--gold);color:var(--gold);
}
.brand strong,.brand small{display:block}
.brand small{color:var(--gold)}
.nav{display:flex;gap:24px;color:var(--muted);font-size:.96rem}
.nav a:hover{color:var(--gold-2)}
.header-actions{display:flex;gap:10px}
.lang-btn,.cart-btn{
  border:1px solid var(--line);background:var(--card);color:var(--text);
  border-radius:14px;padding:10px 13px;cursor:pointer;
}
.hero{padding:88px 0 70px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:58px}
.eyebrow{
  color:var(--gold);font-weight:700;letter-spacing:.04em;
  display:inline-block;margin-bottom:10px
}
h1,h2,h3{line-height:1.2;margin:0 0 18px}
h1{font-size:clamp(2.7rem,6vw,5.5rem);max-width:760px}
h2{font-size:clamp(2rem,4vw,3.6rem)}
.hero-copy p,.section-head p,.about-copy p,.order-grid>div>p{color:var(--muted);font-size:1.06rem}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 20px;border-radius:14px;border:1px solid transparent;
  cursor:pointer;font-weight:700
}
.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#15130e}
.btn-secondary{background:transparent;border-color:#4a4539;color:var(--gold-2)}
.btn-full{width:100%}
.trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:22px;color:#d8d3c9;font-size:.92rem}
.hero-card{
  min-height:520px;border-radius:34px;position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 50% 30%,rgba(216,181,106,.16),transparent 30%),
    linear-gradient(145deg,#1d1a17,#111115);
  border:1px solid rgba(216,181,106,.28);
  box-shadow:var(--shadow);
  display:flex;align-items:center;justify-content:center;
}
.candle-visual{position:relative;width:230px;height:320px}
.candle{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:180px;height:220px;
  background:linear-gradient(90deg,#e7d9bf,#fff8e9,#d7c4a3);
  border-radius:26px 26px 18px 18px;box-shadow:0 30px 60px rgba(0,0,0,.35)}
.wick{position:absolute;left:50%;top:80px;width:4px;height:34px;background:#30251d;transform:translateX(-50%);z-index:3}
.flame{position:absolute;left:50%;top:18px;width:44px;height:72px;transform:translateX(-50%) rotate(3deg);
  border-radius:55% 45% 55% 45%;background:linear-gradient(#fff6c4,#f1b44a 55%,#bb6725);
  filter:drop-shadow(0 0 18px rgba(255,186,80,.75));z-index:4}
.glow{position:absolute;left:50%;top:20px;transform:translateX(-50%);width:180px;height:180px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,195,96,.35),transparent 65%)}
.hero-card-copy{position:absolute;bottom:26px;left:26px;right:26px;display:flex;justify-content:space-between;color:var(--gold-2)}
.hero-photo-card{
  padding:0;
  background:#111115;
}
.hero-photo{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 62%;
  display:block;
}
.hero-photo-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05) 40%,rgba(0,0,0,.72) 100%);
}
.hero-photo-card .hero-card-copy{z-index:2;text-shadow:0 2px 12px rgba(0,0,0,.75)}

.section{padding:84px 0}
.alt{background:#0a0a0c;border-block:1px solid rgba(255,255,255,.05)}
.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:32px}
.section-head p{max-width:520px;margin:0}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{
  background:linear-gradient(180deg,#19191d,#141418);
  border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
  box-shadow:0 10px 34px rgba(0,0,0,.18)
}
.product-image{
  aspect-ratio:4/3;display:grid;place-items:center;font-size:4rem;
  background:
    radial-gradient(circle at 40% 20%,rgba(216,181,106,.17),transparent 38%),
    #101013;
  border-bottom:1px solid var(--line)
}
.product-body{padding:18px}
.product-title{display:flex;justify-content:space-between;gap:12px;align-items:start}
.product-title h3{font-size:1.2rem;margin-bottom:8px}
.price{color:var(--gold-2);font-weight:800;white-space:nowrap}
.product-body p{color:var(--muted);min-height:52px}
.product-actions{display:flex;gap:10px;margin-top:18px}
.qty{
  width:76px;background:#0f0f12;color:var(--text);border:1px solid var(--line);
  border-radius:12px;padding:8px 10px;text-align:center
}
.about-grid,.order-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:start}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}
.features div{border:1px solid var(--line);border-radius:16px;padding:18px;background:#121216}
.features b{display:block;color:var(--gold);font-size:1.4rem;margin-bottom:8px}
.notice{margin-top:22px;padding:16px;border:1px solid #4a412d;border-radius:16px;background:#18150f;color:#e8dcc0}
.order-card{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:24px}
label{display:block;margin-bottom:16px}
label span{display:block;margin-bottom:7px;color:#ddd7ca}
input,textarea{
  width:100%;background:#0f0f12;color:var(--text);border:1px solid #34343c;
  border-radius:14px;padding:13px 14px;outline:none
}
input:focus,textarea:focus{border-color:var(--gold)}
.cart-summary{border:1px dashed #44414a;border-radius:14px;padding:14px;margin:6px 0 16px;color:#ddd7ca}
.cart-line{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.06)}
.cart-line:last-child{border-bottom:0}
.form-note{display:block;text-align:center;color:var(--muted);margin-top:10px}
.footer{border-top:1px solid var(--line);padding:40px 0 18px;background:#09090b}
.footer-grid{display:flex;justify-content:space-between;gap:30px}
.footer p{color:var(--muted)}
.footer-links{display:flex;gap:16px;flex-wrap:wrap;color:#d6cfbf}
.footer-links a:hover{color:var(--gold)}
.footer-bottom{display:flex;justify-content:space-between;gap:16px;padding-top:20px;margin-top:24px;border-top:1px solid rgba(255,255,255,.06);color:#8f8b83;font-size:.9rem}
.drawer{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:100;display:none}
.drawer.open{display:block}
.drawer-panel{
  position:absolute;top:0;bottom:0;width:min(430px,92%);background:#111115;padding:26px;
  border-inline-start:1px solid var(--line);box-shadow:var(--shadow)
}
html[dir="rtl"] .drawer-panel{left:0}
html[dir="ltr"] .drawer-panel{right:0}
.drawer-close{float:inline-end;border:0;background:transparent;color:#fff;font-size:2rem;cursor:pointer}
.drawer h3{margin-top:36px}
.drawer-item{padding:12px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:12px}
.muted{color:var(--muted)}
@media(max-width:850px){
  .nav{display:none}
  .hero-grid,.about-grid,.order-grid{grid-template-columns:1fr}
  .hero-card{min-height:400px}
  .products-grid{grid-template-columns:1fr 1fr}
  .section-head{display:block}
}
@media(max-width:560px){
  .products-grid{grid-template-columns:1fr}
  .features{grid-template-columns:1fr}
  .hero{padding-top:54px}
  .hero-card{min-height:350px}
  .footer-grid,.footer-bottom{display:block}
  .footer-links{margin-top:20px}
}
