
:root {
  --bg: #080605;
  --bg-2: #120c09;
  --panel: rgba(255,255,255,0.06);
  --line: rgba(255,255,255,0.1);
  --text: #f7eadb;
  --muted: #dbc7b2;
  --gold: #d6a36b;
  --gold-2: #9b6a42;
  --shadow: 0 20px 60px rgba(0,0,0,.35);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top, #2c1b12 0%, var(--bg-2) 38%, var(--bg) 100%);
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.topbar {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(8,6,5,0.74);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 0;
}
.brand { display:flex; align-items:center; gap: 12px; }
.logo-wrap { background:#ffffff; padding: 7px 12px; border-radius: 14px; box-shadow: 0 10px 28px rgba(0,0,0,.22); }
.logo-img { height: 42px; width: auto; display:block; }
.footer-logo .logo-img { height: 46px; }
.nav-links {
  display: flex; gap: 6px; flex-wrap: wrap;
  padding: 6px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04);
}
.nav-links a, .lang-switch button {
  border: none; background: transparent; color: var(--muted);
  padding: 10px 14px; border-radius: 999px; cursor: pointer; font-size: 14px;
}
.nav-links a.active, .nav-links a:hover, .lang-switch button.active {
  background: var(--gold); color: #120c09; font-weight: 700;
}
.lang-switch {
  display: flex; gap: 4px; padding: 6px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.04);
}
.hero { padding: 48px 0 22px; }
.hero-grid, .split-grid { display: grid; gap: 24px; grid-template-columns: 1.05fr .95fr; align-items: center; }
.pill {
  display: inline-flex; align-items:center; gap: 10px;
  border:1px solid rgba(214,163,107,.25); background: rgba(214,163,107,.09); color:#eedcc8;
  border-radius:999px; padding: 10px 16px; font-size: 14px;
}
.dot { width: 8px; height: 8px; background: var(--gold); border-radius:50%; }
.hero h1 { font-size: clamp(42px, 8vw, 88px); line-height: .95; margin: 14px 0; font-weight: 900; }
.hero p.lead { font-size: clamp(18px, 2vw, 22px); color: rgba(247,234,219,.85); line-height: 1.9; max-width: 640px; }
.actions { display:flex; gap:14px; flex-wrap:wrap; margin-top: 24px; }
.btn {
  display:inline-flex; align-items:center; justify-content:center;
  padding: 14px 22px; border-radius: 18px; font-weight:700; transition: .25s ease; border:1px solid transparent;
}
.btn-primary { background: var(--gold); color: #120c09; box-shadow: var(--shadow); }
.btn-primary:hover { transform: translateY(-2px) scale(1.02); }
.btn-secondary { background: rgba(255,255,255,.05); border-color: var(--line); }
.btn-secondary:hover { background: rgba(255,255,255,.09); }
.stat-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
.stat-card, .card, .gallery-card, .contact-card, .feature { background: var(--panel); border:1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.stat-card { padding: 16px; }
.stat-card strong { display:block; margin-bottom: 6px; }
.visual-shell {
  position: relative; min-height: 580px; border-radius: 34px; overflow: hidden;
  border:1px solid var(--line); background: rgba(255,255,255,.06); box-shadow: var(--shadow);
}
.visual-shell { background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(0,0,0,.15)); }
.visual-shell img { position:absolute; inset:0; width:100%; height:100%; object-fit: contain; object-position: center; transform: scale(1.01); }
.visual-overlay { position:absolute; inset:0; background:
    radial-gradient(circle at 50% 18%, rgba(214,163,107,.22), transparent 30%),
    linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.45)); }
.section { padding: 22px 0; }
.card { padding: 32px; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .28em; font-size: 12px; margin-bottom: 14px; }
.section h2, .page-head h1 { font-size: clamp(34px, 5vw, 62px); margin: 0 0 18px; line-height: 1.04; }
.muted { color: rgba(247,234,219,.8); line-height: 1.9; font-size: 18px; }
.tagline-card { background: linear-gradient(135deg, rgba(214,163,107,.12), rgba(255,255,255,.04)); }
.tagline-big { font-size: clamp(38px, 7vw, 70px); font-weight: 900; line-height: .98; }
.grid-2, .grid-3 { display:grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.product-card { overflow:hidden; }
.product-card .media, .gallery-card .media { aspect-ratio: 4 / 5; overflow:hidden; background: #120c09; display:flex; align-items:center; justify-content:center; }
.product-card img { width:82%; height:auto; object-fit: contain; transition: transform .45s ease; }
.gallery-card img { width:100%; height:100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover img, .gallery-card:hover img { transform: scale(1.05); }
.product-body { padding: 22px; }
.chips { display:grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 16px; }
.chip { padding: 12px 14px; border-radius: 16px; background: rgba(0,0,0,.22); border:1px solid var(--line); color: #f1e0cf; font-size: 14px; }
.page-head { padding: 42px 0 18px; text-align:center; }
.page-head .muted {max-width: 860px; margin: 0 auto;}
.contact-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-card { padding: 20px; }
.footer { margin-top: 28px; border-top:1px solid var(--line); padding: 30px 0 48px; }
.footer-inner { display:flex; justify-content:space-between; gap:16px; align-items:center; }
.footer-tag { font-size: 15px; }
.fade-up { opacity: 0; transform: translateY(18px); transition: .8s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.parallax { transform: translateY(var(--parallax, 0px)) scale(1.06); }
.feature { padding: 20px; }
.feature strong { display:block; margin-bottom: 8px; font-size: 18px; }
.gallery-card { overflow:hidden; }
.gallery-card .body { padding: 16px; }
[dir="rtl"] body, body[dir="rtl"] { font-family: "Noto Kufi Arabic", Tahoma, Arial, sans-serif; }
[dir="rtl"] .eyebrow { letter-spacing: .08em; }
@media (max-width: 980px) {
  .hero-grid, .split-grid, .grid-2, .grid-3, .contact-grid { grid-template-columns: 1fr; }
  .nav { flex-wrap: wrap; }
  .nav-links { order: 3; width: 100%; justify-content: center; }
  .lang-switch { margin-inline-start: auto; }
  .visual-shell { min-height: 440px; }
  .stat-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
}
