/* =========================================================
   AL QURAISHI PERFUMES — Luxury storefront UI
   Static HTML/CSS/JavaScript edition
   ========================================================= */
:root {
  color-scheme: light;
  --bg: #f7f4ee;
  --bg-soft: #fbfaf7;
  --surface: #ffffff;
  --surface-2: #f3eee6;
  --surface-3: #ebe2d5;
  --ink: #241e18;
  --muted: #71675e;
  --muted-2: #948980;
  --gold: #b88a47;
  --gold-light: #d7ad68;
  --gold-deep: #815923;
  --cream: #f4ecdf;
  --line: rgba(86, 65, 43, .13);
  --line-strong: rgba(173, 128, 66, .34);
  --success: #3f8b63;
  --danger: #b5524d;
  --warning: #ad792d;
  --shadow-sm: 0 15px 44px rgba(67, 48, 27, .085);
  --shadow-lg: 0 34px 96px rgba(67, 48, 27, .16);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --container: 1220px;
  --header-h: 78px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  direction: rtl;
  background:
    radial-gradient(circle at 8% -8%, rgba(211, 173, 104, .18), transparent 28rem),
    radial-gradient(circle at 92% 10%, rgba(255, 255, 255, .95), transparent 34rem),
    linear-gradient(145deg, #fbfaf7 0%, var(--bg) 48%, #f2ece2 100%);
  color: var(--ink);
  font-family: "Noto Sans Arabic", "Tajawal", "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .07;
  background-image: url("noise.svg");
  mix-blend-mode: multiply;
  z-index: -1;
}

::selection { color: #171009; background: var(--gold-light); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  inset-inline-start: 16px;
  top: -80px;
  z-index: 1000;
  padding: 12px 18px;
  border-radius: 0 0 12px 12px;
  background: var(--gold-light);
  color: #171009;
  font-weight: 800;
  transition: top .2s ease;
}
.skip-link:focus { top: 0; }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 86px 0; }
.section--tight { padding: 54px 0; }
.section--cream {
  position: relative;
  color: #1a1510;
  background: linear-gradient(140deg, #f4ead6, #e8d7b8);
  overflow: hidden;
}
.section--cream::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .1;
  background-image: url("noise.svg");
}
.section--cream > * { position: relative; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-light);
  font-family: "Noto Kufi Arabic", "Noto Sans Arabic", sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
}
.section--cream .eyebrow { color: #7d5425; }

.display-title,
.page-hero h1,
.section-title h2,
.story-copy h2,
.cta-panel h2 {
  font-family: "Noto Kufi Arabic", "Noto Sans Arabic", sans-serif;
  font-weight: 750;
  letter-spacing: -.035em;
}

.muted { color: var(--muted); }
.gold { color: var(--gold-light); }

/* Header */
.announcement {
  border-bottom: 1px solid var(--line);
  background: rgba(205, 168, 103, .06);
  color: #d6c8b5;
  font-size: .83rem;
}
.announcement__inner {
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.announcement__items { display: flex; align-items: center; gap: 22px; }
.announcement__item { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.announcement__item svg { width: 15px; height: 15px; color: var(--gold-light); }
.announcement__phone { color: var(--gold-light); font-weight: 700; direction: ltr; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(8, 8, 7, .78);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(22px) saturate(135%);
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled {
  background: rgba(8, 8, 7, .94);
  border-color: var(--line);
  box-shadow: 0 12px 38px rgba(0,0,0,.22);
}
.navbar {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.brand__mark { width: 52px; height: 52px; filter: drop-shadow(0 12px 22px rgba(205, 168, 103, .12)); }
.brand__name { display: grid; gap: 1px; }
.brand__name strong {
  font-family: "Noto Kufi Arabic", "Noto Sans Arabic", sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}
.brand__name small {
  color: var(--gold-light);
  font-size: .61rem;
  letter-spacing: .16em;
  direction: ltr;
}
.nav-links { display: flex; align-items: center; justify-content: center; gap: 3px; margin-inline: auto; }
.nav-link {
  position: relative;
  padding: 12px 14px;
  color: #ddd2c5;
  font-size: .92rem;
  font-weight: 650;
  border-radius: 12px;
  transition: color .2s ease, background .2s ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  right: 15px;
  left: 15px;
  bottom: 6px;
  height: 1px;
  background: var(--gold-light);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s var(--ease);
}
.nav-link:hover, .nav-link.is-active { color: var(--gold-light); background: rgba(205, 168, 103, .055); }
.nav-link.is-active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.icon-link, .menu-toggle {
  position: relative;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.025);
  cursor: pointer;
  transition: transform .2s var(--ease), border-color .2s ease, background .2s ease;
}
.icon-link:hover, .menu-toggle:hover { transform: translateY(-2px); border-color: var(--line-strong); background: rgba(205,168,103,.08); }
.icon-link svg, .menu-toggle svg { width: 20px; height: 20px; }
.cart-count {
  position: absolute;
  top: -7px;
  inset-inline-start: -7px;
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border: 2px solid var(--bg);
  border-radius: 999px;
  background: var(--gold-light);
  color: #171009;
  font-size: .67rem;
  font-weight: 900;
  direction: ltr;
}
.menu-toggle { display: none; }
.mobile-menu {
  display: none;
  border-top: 1px solid var(--line);
  padding: 12px 20px 20px;
  background: rgba(8,8,7,.98);
}
.mobile-menu.is-open { display: grid; animation: menuIn .22s var(--ease); }
.mobile-menu .nav-link { padding: 13px 14px; }
.mobile-menu__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
@keyframes menuIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

/* Buttons */
.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .2s var(--ease), box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.btn:hover { transform: translateY(-2px); }
.btn--gold {
  color: #171009;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 16px 34px rgba(205, 168, 103, .18);
}
.btn--gold:hover { box-shadow: 0 20px 42px rgba(205, 168, 103, .28); }
.btn--outline { color: var(--ink); border-color: var(--line-strong); background: rgba(255,255,255,.025); }
.btn--outline:hover { background: rgba(205,168,103,.08); }
.btn--ghost { min-height: 42px; padding: 9px 14px; color: var(--gold-light); background: transparent; border-color: var(--line); }
.btn--danger { color: #ffd2cf; border-color: rgba(239,140,134,.3); background: rgba(239,140,134,.1); }
.btn--small { min-height: 38px; padding: 8px 12px; border-radius: 11px; font-size: .82rem; }
.btn--block { width: 100%; }
.btn:disabled { opacity: .45; pointer-events: none; }

/* Hero */
.hero { position: relative; min-height: calc(100svh - 115px); display: grid; align-items: center; padding: 74px 0 64px; overflow: hidden; }
.hero::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  inset-inline-end: -140px;
  top: -180px;
  border: 1px solid rgba(205,168,103,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 64px rgba(205,168,103,.018), 0 0 0 128px rgba(205,168,103,.012);
  pointer-events: none;
}
.hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(44px, 7vw, 96px); }
.hero__copy { position: relative; z-index: 2; }
.hero h1 {
  max-width: 720px;
  margin: 18px 0 20px;
  font-size: clamp(2.75rem, 5.5vw, 5.5rem);
  line-height: 1.13;
}
.hero h1 span { display: block; color: var(--gold-light); }
.hero__lead { max-width: 680px; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 2; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 35px; color: #d3c7b8; font-size: .86rem; }
.hero__trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero__trust svg { width: 18px; height: 18px; color: var(--gold-light); }

.hero-stage {
  position: relative;
  min-height: 590px;
  isolation: isolate;
}
.hero-stage__arch {
  position: absolute;
  inset: 0 8% 0;
  border: 1px solid var(--line);
  border-radius: 260px 260px 36px 36px;
  background:
    radial-gradient(circle at 50% 38%, rgba(242,213,155,.15), transparent 24%),
    linear-gradient(155deg, rgba(255,255,255,.045), rgba(205,168,103,.035));
  box-shadow: var(--shadow-lg), inset 0 0 70px rgba(255,255,255,.018);
  overflow: hidden;
}
.hero-stage__arch::before {
  content: "";
  position: absolute;
  inset: 25px;
  border: 1px solid rgba(242,213,155,.12);
  border-radius: 235px 235px 25px 25px;
}
.hero-stage__arch::after {
  content: "";
  position: absolute;
  left: 9%; right: 9%; bottom: 68px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(242,213,155,.45), transparent);
  box-shadow: 0 20px 50px rgba(205,168,103,.28);
}
.hero-stage__halo {
  position: absolute;
  width: 350px;
  height: 350px;
  left: 50%; top: 47%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242,213,155,.2), rgba(205,168,103,.04) 48%, transparent 70%);
  filter: blur(2px);
}
.display-bottle {
  --bottle-a: #f1d59b;
  --bottle-b: #75441e;
  position: absolute;
  z-index: 2;
  width: 170px;
  height: 290px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -39%);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 48px 48px 28px 28px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.36), transparent 18%, transparent 72%, rgba(0,0,0,.28)),
    linear-gradient(145deg, var(--bottle-a), var(--bottle-b));
  box-shadow: inset 0 0 38px rgba(255,255,255,.13), 0 38px 70px rgba(0,0,0,.55);
}
.display-bottle::before {
  content: "";
  position: absolute;
  width: 82px;
  height: 70px;
  left: 50%;
  top: -66px;
  transform: translateX(-50%);
  border-radius: 13px 13px 5px 5px;
  background: linear-gradient(145deg, #e7c57d, #6c421f);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
}
.display-bottle::after {
  content: "AL QURAISHI";
  position: absolute;
  left: 20px; right: 20px; top: 112px;
  padding: 23px 6px;
  border-block: 1px solid rgba(255,248,230,.32);
  color: #fff4dc;
  text-align: center;
  font-family: Georgia, serif;
  font-size: .7rem;
  letter-spacing: .16em;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}
.display-bottle--left { width: 120px; height: 225px; left: 27%; top: 59%; opacity: .9; transform: translate(-50%, -40%) rotate(-5deg); --bottle-a: #cfc3a7; --bottle-b: #3f3b33; }
.display-bottle--left::before { width: 62px; height: 52px; top: -49px; }
.display-bottle--left::after { left: 13px; right: 13px; top: 82px; padding: 16px 0; font-size: .5rem; }
.display-bottle--right { width: 124px; height: 236px; left: 73%; top: 59%; opacity: .92; transform: translate(-50%, -40%) rotate(6deg); --bottle-a: #b98970; --bottle-b: #3d1815; }
.display-bottle--right::before { width: 60px; height: 54px; top: -51px; }
.display-bottle--right::after { left: 13px; right: 13px; top: 88px; padding: 16px 0; font-size: .5rem; }
.stage-note {
  position: absolute;
  z-index: 4;
  min-width: 168px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(9,8,7,.74);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px);
}
.stage-note strong { display: block; color: var(--gold-light); font-size: .82rem; }
.stage-note small { color: var(--muted); font-size: .72rem; }
.stage-note--one { top: 96px; inset-inline-start: -6px; }
.stage-note--two { bottom: 74px; inset-inline-end: -7px; }
.stage-seal {
  position: absolute;
  z-index: 5;
  top: 35px;
  inset-inline-end: 3px;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: #11100e;
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: .68rem;
  letter-spacing: .12em;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transform: rotate(-7deg);
}

/* Section headings and cards */
.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}
.section-title h2 { margin: 10px 0 0; font-size: clamp(2rem, 3.8vw, 3.3rem); line-height: 1.28; }
.section-title p { max-width: 580px; margin: 8px 0 0; color: var(--muted); line-height: 1.9; }
.section-title__action { flex: 0 0 auto; }

.category-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card {
  position: relative;
  min-height: 142px;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(255,255,255,.052), rgba(255,255,255,.017));
  overflow: hidden;
  transition: transform .25s var(--ease), border-color .25s ease, background .25s ease;
}
.category-card:hover { transform: translateY(-5px); border-color: var(--line-strong); background: linear-gradient(145deg, rgba(205,168,103,.13), rgba(255,255,255,.02)); }
.category-card::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -24px;
  inset-inline-end: -16px;
  border: 1px solid rgba(242,213,155,.13);
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(242,213,155,.018), 0 0 0 42px rgba(242,213,155,.01);
}
.category-card__icon { position: absolute; top: 20px; inset-inline-start: 20px; color: var(--gold-light); }
.category-card__icon svg { width: 27px; height: 27px; }
.category-card strong { display: block; font-size: 1.06rem; }
.category-card small { color: var(--muted); }

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
  box-shadow: var(--shadow-sm);
}

/* Product cards */
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.018));
  box-shadow: var(--shadow-sm);
  transition: transform .28s var(--ease), border-color .25s ease, box-shadow .25s ease;
}
.product-card:hover { transform: translateY(-7px); border-color: rgba(242,213,155,.32); box-shadow: 0 28px 65px rgba(0,0,0,.34); }
.product-media {
  --accent: #b7803c;
  --accent-2: #3b2313;
  position: relative;
  height: 275px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 34%, color-mix(in srgb, var(--accent) 38%, transparent), transparent 27%),
    linear-gradient(155deg, color-mix(in srgb, var(--accent-2) 70%, #0d0c0a), #090807 75%);
  cursor: pointer;
}
.product-media::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(255,255,255,.018), 0 0 0 58px rgba(255,255,255,.009);
}
.product-media::after {
  content: "";
  position: absolute;
  left: 15%; right: 15%; bottom: 28px;
  height: 18px;
  border-radius: 50%;
  background: rgba(0,0,0,.45);
  filter: blur(11px);
}
.product-bottle {
  --glass-a: color-mix(in srgb, var(--accent) 78%, #fff0c7);
  --glass-b: color-mix(in srgb, var(--accent-2) 80%, #1c1009);
  position: relative;
  z-index: 2;
  width: 92px;
  height: 148px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 25px 25px 17px 17px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.36), transparent 18%, transparent 72%, rgba(0,0,0,.25)),
    linear-gradient(145deg, var(--glass-a), var(--glass-b));
  box-shadow: inset 0 0 22px rgba(255,255,255,.09), 0 24px 38px rgba(0,0,0,.48);
  transition: transform .35s var(--ease);
}
.product-card:hover .product-bottle { transform: translateY(-5px) scale(1.025); }
.product-bottle::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 39px;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(145deg, var(--glass-a), var(--glass-b));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.product-bottle::after {
  content: attr(data-initial);
  position: absolute;
  left: 10px; right: 10px; top: 55px;
  display: grid;
  place-items: center;
  min-height: 42px;
  border-block: 1px solid rgba(255,255,255,.32);
  color: #fff5df;
  font-family: Georgia, serif;
  font-size: 1.15rem;
  text-shadow: 0 2px 8px rgba(0,0,0,.38);
}
.product-bottle--tall { width: 78px; height: 165px; border-radius: 18px 18px 12px 12px; }
.product-bottle--tall::before { width: 36px; height: 44px; top: -41px; border-radius: 4px; }
.product-bottle--round { width: 130px; height: 124px; border-radius: 48% 48% 34% 34%; }
.product-bottle--round::before { width: 50px; height: 42px; top: -36px; }
.product-bottle--square { width: 112px; height: 134px; border-radius: 12px; }
.product-bottle--square::before { width: 56px; height: 35px; top: -31px; border-radius: 3px; }
.product-badges { position: absolute; z-index: 3; top: 13px; inset-inline-start: 13px; display: flex; flex-wrap: wrap; gap: 7px; }
.badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid rgba(242,213,155,.23);
  border-radius: 999px;
  background: rgba(8,8,7,.7);
  color: var(--gold-light);
  font-size: .68rem;
  font-weight: 800;
  backdrop-filter: blur(9px);
}
.badge--sale { color: #ffe3ba; background: rgba(126,65,28,.72); }
.quick-view {
  position: absolute;
  z-index: 4;
  bottom: 12px;
  inset-inline-end: 12px;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 12px;
  background: rgba(8,8,7,.7);
  color: var(--ink);
  cursor: pointer;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s var(--ease), background .2s ease;
  backdrop-filter: blur(10px);
}
.product-card:hover .quick-view, .quick-view:focus-visible { opacity: 1; transform: none; }
.quick-view:hover { background: rgba(205,168,103,.22); }
.quick-view svg { width: 18px; height: 18px; }
.product-card__body { display: flex; flex: 1; flex-direction: column; padding: 19px; }
.product-card__meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted-2); font-size: .75rem; }
.product-card h3 { margin: 8px 0 6px; font-size: 1.08rem; line-height: 1.55; }
.product-card__desc { display: -webkit-box; min-height: 48px; margin: 0; overflow: hidden; color: var(--muted); font-size: .82rem; line-height: 1.75; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.note-list { display: flex; flex-wrap: wrap; gap: 6px; margin: 13px 0 0; padding: 0; list-style: none; }
.note-list li { padding: 4px 8px; border-radius: 999px; background: rgba(255,255,255,.035); color: #cfc3b4; font-size: .67rem; }
.product-card__bottom { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 17px; }
.price-group { display: grid; line-height: 1.4; }
.price { color: var(--gold-light); font-size: 1.05rem; font-weight: 900; white-space: nowrap; }
.old-price { color: var(--muted-2); font-size: .72rem; text-decoration: line-through; white-space: nowrap; }
.add-button { width: 43px; height: 43px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 13px; background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #171009; cursor: pointer; transition: transform .2s var(--ease), box-shadow .2s ease; }
.add-button:hover { transform: translateY(-2px) rotate(-2deg); box-shadow: 0 12px 24px rgba(205,168,103,.2); }
.add-button svg { width: 19px; height: 19px; }

/* Story / benefit sections */
.story-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(42px, 8vw, 110px); }
.story-visual {
  position: relative;
  min-height: 480px;
  border: 1px solid rgba(45,30,15,.14);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 45% 38%, rgba(122,78,31,.22), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.34), rgba(133,91,44,.12));
  box-shadow: 0 30px 70px rgba(90,57,22,.17);
  overflow: hidden;
}
.story-visual::before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  left: 50%; top: 46%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(77,50,22,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(77,50,22,.035), 0 0 0 84px rgba(77,50,22,.02);
}
.story-bottle { position: absolute; left: 50%; top: 52%; transform: translate(-50%,-50%); width: 150px; height: 245px; border-radius: 38px 38px 22px 22px; background: linear-gradient(100deg,#f7e7bb,#b07839 48%,#452514); box-shadow: inset 0 0 35px rgba(255,255,255,.2), 0 30px 48px rgba(60,34,14,.32); }
.story-bottle::before { content:""; position:absolute; width:74px; height:65px; left:50%; top:-61px; transform:translateX(-50%); border-radius:10px 10px 4px 4px; background:linear-gradient(145deg,#d4ae68,#69411f); }
.story-bottle::after { content:"القريشي"; position:absolute; left:22px; right:22px; top:95px; padding:20px 0; border-block:1px solid rgba(255,245,220,.6); color:#fff4d9; text-align:center; font-family:"Noto Kufi Arabic",sans-serif; font-size:.8rem; }
.story-card { position:absolute; max-width:190px; padding:16px; border:1px solid rgba(80,53,25,.15); border-radius:18px; background:rgba(255,250,239,.72); box-shadow:0 18px 40px rgba(62,39,16,.13); backdrop-filter:blur(12px); }
.story-card strong { display:block; color:#5f3f1e; }
.story-card span { color:#75634e; font-size:.8rem; }
.story-card--top { top:30px; inset-inline-end:28px; }
.story-card--bottom { bottom:30px; inset-inline-start:28px; }
.story-copy h2 { margin: 12px 0 18px; font-size: clamp(2.1rem, 4vw, 3.65rem); line-height: 1.35; }
.story-copy p { margin: 0; color: #665747; font-size: 1rem; line-height: 2.1; }
.story-points { display: grid; gap: 14px; margin-top: 26px; }
.story-point { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; }
.story-point__icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(97,62,26,.2); border-radius: 12px; color: #765023; }
.story-point__icon svg { width: 18px; height: 18px; }
.story-point strong { display: block; }
.story-point span { color: #746554; font-size: .88rem; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.benefit-card { padding: 24px; }
.benefit-card__icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 18px; border: 1px solid var(--line); border-radius: 15px; background: rgba(205,168,103,.08); color: var(--gold-light); }
.benefit-card__icon svg { width: 23px; height: 23px; }
.benefit-card h3 { margin: 0 0 8px; font-size: 1.02rem; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.85; }

.cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 15% 20%, rgba(242,213,155,.12), transparent 24rem),
    linear-gradient(145deg, #191611, #0e0d0b);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.cta-panel::after { content:""; position:absolute; width:250px; height:250px; inset-inline-end:-90px; top:-110px; border:1px solid rgba(242,213,155,.12); border-radius:50%; box-shadow:0 0 0 36px rgba(242,213,155,.025),0 0 0 72px rgba(242,213,155,.012); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { margin: 9px 0 8px; font-size: clamp(1.8rem, 3.5vw, 3rem); }
.cta-panel p { max-width: 720px; margin: 0; color: var(--muted); }

/* Page hero / filters */
.page-hero { padding: 72px 0 44px; }
.page-hero__inner { position: relative; padding: clamp(28px, 5vw, 54px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: radial-gradient(circle at 12% 10%, rgba(205,168,103,.13), transparent 25rem), linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012)); overflow: hidden; }
.page-hero__inner::after { content:""; position:absolute; width:270px; height:270px; inset-inline-end:-60px; top:-110px; border:1px solid rgba(242,213,155,.1); border-radius:50%; box-shadow:0 0 0 40px rgba(242,213,155,.02),0 0 0 80px rgba(242,213,155,.01); }
.page-hero__content { position:relative; z-index:1; max-width:760px; }
.page-hero h1 { margin: 12px 0 12px; font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: 1.22; }
.page-hero p { margin: 0; max-width: 680px; color: var(--muted); font-size: 1rem; line-height: 1.95; }

.catalog-toolbar { display: grid; grid-template-columns: minmax(250px, 1fr) auto auto; gap: 12px; align-items: center; margin-bottom: 20px; }
.search-box { position: relative; }
.search-box svg { position: absolute; top: 50%; inset-inline-start: 15px; width: 19px; height: 19px; color: var(--muted-2); transform: translateY(-50%); pointer-events:none; }
.search-box .field { padding-inline-start: 46px; }
.field, select, textarea {
  width: 100%;
  min-height: 49px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  outline: 0;
  background: rgba(255,255,255,.035);
  color: var(--ink);
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.field::placeholder, textarea::placeholder { color: #82786e; }
.field:focus, select:focus, textarea:focus { border-color: var(--line-strong); background: rgba(255,255,255,.05); box-shadow: 0 0 0 4px rgba(205,168,103,.08); }
select { appearance: none; min-width: 180px; cursor: pointer; background-image: linear-gradient(45deg,transparent 50%,var(--gold-light) 50%),linear-gradient(135deg,var(--gold-light) 50%,transparent 50%); background-position: calc(15px) 20px,calc(10px) 20px; background-size:5px 5px,5px 5px; background-repeat:no-repeat; padding-inline-end:31px; }
select option { color: #1a1510; background: #f4ead6; }
.results-line { display:flex; align-items:center; justify-content:space-between; gap:12px; margin: 0 0 20px; color:var(--muted); font-size:.86rem; }
.category-chips { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:24px; }
.category-chip { min-height:38px; padding:8px 14px; border:1px solid var(--line); border-radius:999px; background:rgba(255,255,255,.025); color:#d3c8ba; cursor:pointer; transition:.2s ease; }
.category-chip:hover,.category-chip.is-active { color:#171009; border-color:var(--gold-light); background:var(--gold-light); }
.empty-state { grid-column:1/-1; padding:56px 24px; text-align:center; }
.empty-state svg { width:44px; height:44px; margin:0 auto 14px; color:var(--gold-light); }
.empty-state h3 { margin:0 0 7px; }
.empty-state p { margin:0; color:var(--muted); }

/* Offers */
.offer-hero { display:grid; grid-template-columns:1fr .72fr; gap:20px; margin-bottom:24px; }
.offer-banner { position:relative; min-height:330px; padding:clamp(28px,5vw,52px); border:1px solid var(--line-strong); border-radius:var(--radius-lg); background:radial-gradient(circle at 75% 28%,rgba(242,213,155,.18),transparent 20rem),linear-gradient(135deg,#201912,#0c0b09); overflow:hidden; }
.offer-banner h2 { max-width:600px; margin:12px 0 12px; font-family:"Noto Kufi Arabic",sans-serif; font-size:clamp(2rem,4vw,3.8rem); line-height:1.3; }
.offer-banner p { max-width:560px; margin:0 0 24px; color:var(--muted); }
.offer-banner__seal { position:absolute; inset-inline-end:7%; bottom:14%; width:125px; height:125px; display:grid; place-items:center; border:1px solid var(--line-strong); border-radius:50%; color:var(--gold-light); font-family:Georgia,serif; letter-spacing:.12em; text-align:center; transform:rotate(-9deg); }
.offer-side { display:grid; gap:16px; }
.mini-offer { position:relative; padding:24px; min-height:157px; overflow:hidden; }
.mini-offer::after { content:""; position:absolute; width:120px; height:120px; inset-inline-end:-35px; top:-45px; border:1px solid var(--line); border-radius:50%; }
.mini-offer h3 { margin:0 0 7px; font-size:1.18rem; }
.mini-offer p { margin:0; color:var(--muted); font-size:.84rem; }
.mini-offer strong { display:block; margin-top:13px; color:var(--gold-light); }
.bundle-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.bundle-card { position:relative; padding:26px; overflow:hidden; }
.bundle-card__label { color:var(--gold-light); font-size:.75rem; font-weight:800; }
.bundle-card h3 { margin:8px 0 7px; font-size:1.28rem; }
.bundle-card p { margin:0; min-height:50px; color:var(--muted); font-size:.86rem; }
.bundle-card__products { display:flex; align-items:center; margin:24px 0; }
.bundle-dot { width:66px; height:78px; display:grid; place-items:center; border:1px solid var(--line); border-radius:18px; background:rgba(205,168,103,.07); }
.bundle-dot + .bundle-dot { margin-inline-start:-10px; }
.bundle-dot span { width:25px; height:43px; border-radius:8px; background:linear-gradient(145deg,#efcf8d,#6d3c1a); box-shadow:0 8px 18px rgba(0,0,0,.3); }
.bundle-card__footer { display:flex; align-items:center; justify-content:space-between; gap:12px; }

/* About */
.about-intro { display:grid; grid-template-columns:1.08fr .92fr; gap:clamp(34px,7vw,90px); align-items:center; }
.about-intro__copy h2 { margin:12px 0 17px; font-family:"Noto Kufi Arabic",sans-serif; font-size:clamp(2rem,4vw,3.7rem); line-height:1.35; }
.about-intro__copy p { margin:0; color:var(--muted); line-height:2.1; }
.about-visual { position:relative; min-height:430px; border:1px solid var(--line); border-radius:var(--radius-lg); background:radial-gradient(circle at 50% 38%,rgba(205,168,103,.17),transparent 28%),linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.01)); overflow:hidden; }
.about-visual::before { content:""; position:absolute; width:260px; height:260px; left:50%; top:50%; transform:translate(-50%,-50%); border:1px solid var(--line); border-radius:50%; box-shadow:0 0 0 36px rgba(205,168,103,.02),0 0 0 72px rgba(205,168,103,.01); }
.about-monogram { position:absolute; inset:0; display:grid; place-items:center; color:var(--gold-light); font-family:Georgia,serif; font-size:10rem; text-shadow:0 24px 70px rgba(205,168,103,.18); }
.about-tag { position:absolute; padding:13px 16px; border:1px solid var(--line); border-radius:16px; background:rgba(8,8,7,.72); color:var(--muted); backdrop-filter:blur(12px); }
.about-tag strong { color:var(--gold-light); }
.about-tag--a { top:28px; inset-inline-start:28px; }
.about-tag--b { bottom:28px; inset-inline-end:28px; }
.value-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.value-card { padding:28px; }
.value-card__number { color:var(--gold-light); font-family:Georgia,serif; font-size:2.2rem; opacity:.75; }
.value-card h3 { margin:8px 0; }
.value-card p { margin:0; color:var(--muted); font-size:.88rem; line-height:1.9; }
.process { display:grid; grid-template-columns:repeat(4,1fr); gap:0; }
.process-step { position:relative; padding:24px; border-top:1px solid var(--line); }
.process-step::before { content:""; position:absolute; top:-5px; inset-inline-start:24px; width:9px; height:9px; border-radius:50%; background:var(--gold-light); box-shadow:0 0 0 7px rgba(205,168,103,.1); }
.process-step strong { display:block; margin-bottom:6px; }
.process-step p { margin:0; color:var(--muted); font-size:.84rem; }

/* Contact / forms */
.contact-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:22px; align-items:start; }
.form-card { padding:clamp(22px,4vw,34px); }
.form-card h2,.info-card h2 { margin:0 0 8px; font-family:"Noto Kufi Arabic",sans-serif; font-size:1.7rem; }
.form-card > p,.info-card > p { margin:0 0 24px; color:var(--muted); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.form-group { display:grid; gap:8px; }
.form-group--full { grid-column:1/-1; }
.form-group label { color:#e5d9ca; font-size:.82rem; font-weight:700; }
.form-group textarea { min-height:135px; resize:vertical; }
.form-note { margin:14px 0 0; color:var(--muted-2); font-size:.75rem; }
.info-stack { display:grid; gap:14px; }
.info-card { padding:26px; }
.contact-method { display:grid; grid-template-columns:45px 1fr; gap:14px; align-items:center; padding:16px 0; border-bottom:1px solid var(--line); }
.contact-method:last-child { border-bottom:0; padding-bottom:0; }
.contact-method__icon { width:45px; height:45px; display:grid; place-items:center; border:1px solid var(--line); border-radius:14px; color:var(--gold-light); background:rgba(205,168,103,.06); }
.contact-method__icon svg { width:21px; height:21px; }
.contact-method span { display:block; color:var(--muted); font-size:.78rem; }
.contact-method strong { font-size:.92rem; }
.map-card { position:relative; min-height:230px; display:grid; place-items:center; overflow:hidden; }
.map-card::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,transparent 49.5%,rgba(205,168,103,.1) 50%,transparent 50.5%),linear-gradient(transparent 49.5%,rgba(205,168,103,.1) 50%,transparent 50.5%); background-size:45px 45px; transform:rotate(8deg) scale(1.2); }
.map-pin { position:relative; z-index:1; display:grid; place-items:center; text-align:center; }
.map-pin__icon { width:58px; height:58px; display:grid; place-items:center; margin:0 auto 10px; border-radius:50% 50% 50% 0; background:linear-gradient(135deg,var(--gold-light),var(--gold)); color:#171009; transform:rotate(-45deg); box-shadow:0 18px 38px rgba(205,168,103,.24); }
.map-pin__icon svg { width:23px; height:23px; transform:rotate(45deg); }
.map-pin strong { display:block; }
.map-pin span { color:var(--muted); font-size:.8rem; }
.faq-list { display:grid; gap:10px; }
details.faq { border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.02); }
details.faq summary { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:17px 19px; list-style:none; cursor:pointer; font-weight:700; }
details.faq summary::-webkit-details-marker { display:none; }
details.faq summary::after { content:"+"; color:var(--gold-light); font-size:1.35rem; font-weight:400; }
details.faq[open] summary::after { content:"−"; }
details.faq p { margin:0; padding:0 19px 18px; color:var(--muted); font-size:.86rem; line-height:1.9; }

/* Cart */
.cart-layout { display:grid; grid-template-columns:minmax(0,1fr) 390px; gap:22px; align-items:start; }
.cart-list { overflow:hidden; }
.cart-item { display:grid; grid-template-columns:106px 1fr auto; gap:18px; align-items:center; padding:18px; border-bottom:1px solid var(--line); }
.cart-item:last-child { border-bottom:0; }
.cart-thumb { --accent:#b7823f; --accent-2:#3b2111; position:relative; height:104px; display:grid; place-items:center; border-radius:17px; overflow:hidden; background:radial-gradient(circle at 50% 35%,color-mix(in srgb,var(--accent) 36%,transparent),transparent 30%),linear-gradient(145deg,var(--accent-2),#090807); }
.cart-thumb .product-bottle { transform:scale(.54); }
.cart-item__name { margin:0 0 4px; font-size:1rem; }
.cart-item__meta { color:var(--muted); font-size:.78rem; }
.cart-item__price { margin-top:7px; color:var(--gold-light); font-weight:800; }
.cart-item__actions { display:grid; justify-items:end; gap:10px; }
.quantity { display:inline-flex; align-items:center; padding:4px; border:1px solid var(--line); border-radius:12px; background:rgba(255,255,255,.02); direction:ltr; }
.quantity button { width:31px; height:31px; display:grid; place-items:center; padding:0; border:0; border-radius:9px; background:transparent; cursor:pointer; }
.quantity button:hover { background:rgba(205,168,103,.12); }
.quantity strong { min-width:28px; text-align:center; direction:ltr; }
.remove-link { border:0; background:transparent; color:var(--danger); font-size:.75rem; cursor:pointer; }
.checkout-card { position:sticky; top:calc(var(--header-h) + 28px); padding:24px; }
.checkout-card h2 { margin:0 0 18px; font-family:"Noto Kufi Arabic",sans-serif; font-size:1.35rem; }
.summary-row { display:flex; justify-content:space-between; gap:18px; padding:10px 0; color:var(--muted); font-size:.86rem; }
.summary-row strong { color:var(--ink); }
.summary-row--total { margin-top:8px; padding-top:17px; border-top:1px solid var(--line); font-size:1rem; }
.summary-row--total strong { color:var(--gold-light); font-size:1.2rem; }
.checkout-note { display:flex; gap:10px; margin:18px 0; padding:13px; border:1px solid var(--line); border-radius:13px; background:rgba(205,168,103,.055); color:var(--muted); font-size:.76rem; }
.checkout-note svg { flex:0 0 auto; width:18px; height:18px; color:var(--gold-light); }
.checkout-form { margin-top:22px; padding-top:22px; border-top:1px solid var(--line); }
.checkout-form h3 { margin:0 0 14px; font-size:1rem; }
.checkout-form .form-grid { gap:11px; }
.checkout-form .field, .checkout-form select, .checkout-form textarea { min-height:44px; border-radius:12px; font-size:.82rem; }
.checkout-form textarea { min-height:78px; }
.secure-line { display:flex; align-items:center; justify-content:center; gap:7px; margin-top:12px; color:var(--muted-2); font-size:.7rem; }
.secure-line svg { width:14px; height:14px; }

/* Account */
.account-grid { display:grid; grid-template-columns:390px minmax(0,1fr); gap:22px; align-items:start; }
.profile-card { padding:24px; }
.profile-head { display:flex; align-items:center; gap:14px; margin-bottom:22px; }
.profile-avatar { width:54px; height:54px; display:grid; place-items:center; border:1px solid var(--line-strong); border-radius:17px; background:rgba(205,168,103,.09); color:var(--gold-light); }
.profile-avatar svg { width:25px; height:25px; }
.profile-head h2 { margin:0; font-size:1.08rem; }
.profile-head p { margin:2px 0 0; color:var(--muted); font-size:.78rem; }
.orders-card { overflow:hidden; }
.orders-head { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:22px; border-bottom:1px solid var(--line); }
.orders-head h2 { margin:0; font-family:"Noto Kufi Arabic",sans-serif; font-size:1.25rem; }
.order-entry { display:grid; grid-template-columns:1fr auto; gap:16px; padding:19px 22px; border-bottom:1px solid var(--line); }
.order-entry:last-child { border-bottom:0; }
.order-entry__id { color:var(--gold-light); font-weight:800; direction:ltr; text-align:right; }
.order-entry__meta { color:var(--muted); font-size:.77rem; }
.order-entry__items { margin-top:8px; color:#d8ccbd; font-size:.82rem; }
.order-entry__side { display:grid; justify-items:end; align-content:center; gap:6px; }
.status { display:inline-flex; align-items:center; min-height:28px; padding:5px 9px; border:1px solid var(--line); border-radius:999px; font-size:.69rem; font-weight:800; }
.status--review { color:#f0cf8d; background:rgba(231,189,103,.08); }
.status--processing { color:#9ecdf4; background:rgba(112,173,222,.08); }
.status--shipping { color:#c8b0f3; background:rgba(163,124,222,.08); }
.status--done { color:#9be0b8; background:rgba(122,198,155,.08); }
.status--cancelled { color:#ffaaa5; background:rgba(239,140,134,.08); }
.track-card { margin-top:22px; padding:22px; }
.track-form { display:grid; grid-template-columns:1fr auto; gap:10px; }
.track-result { margin-top:12px; }

/* Admin */
.admin-shell { display:grid; grid-template-columns:245px minmax(0,1fr); gap:22px; align-items:start; }
.admin-login { max-width:520px; margin:0 auto; padding:34px; text-align:center; }
.admin-login__mark { width:72px; height:72px; margin:0 auto 18px; }
.admin-login h2 { margin:0 0 7px; font-family:"Noto Kufi Arabic",sans-serif; }
.admin-login p { margin:0 0 22px; color:var(--muted); }
.admin-login form { display:grid; gap:12px; }
.admin-note { margin-top:14px; color:var(--muted-2); font-size:.72rem; }
.admin-app[hidden], .admin-login[hidden] { display:none !important; }
.admin-sidebar { position:sticky; top:calc(var(--header-h) + 28px); padding:14px; }
.admin-tab { width:100%; min-height:44px; display:flex; align-items:center; gap:10px; margin-bottom:5px; padding:10px 12px; border:0; border-radius:12px; background:transparent; color:var(--muted); text-align:right; cursor:pointer; }
.admin-tab svg { width:18px; height:18px; }
.admin-tab:hover,.admin-tab.is-active { color:var(--gold-light); background:rgba(205,168,103,.1); }
.admin-sidebar__divider { height:1px; margin:11px 5px; background:var(--line); }
.admin-content { min-width:0; }
.admin-head { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-bottom:18px; }
.admin-head h2 { margin:0; font-family:"Noto Kufi Arabic",sans-serif; font-size:1.45rem; }
.admin-head p { margin:3px 0 0; color:var(--muted); font-size:.8rem; }
.metric-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-bottom:18px; }
.metric-card { padding:20px; }
.metric-card__top { display:flex; align-items:center; justify-content:space-between; color:var(--muted); font-size:.78rem; }
.metric-card__icon { width:38px; height:38px; display:grid; place-items:center; border:1px solid var(--line); border-radius:12px; color:var(--gold-light); background:rgba(205,168,103,.055); }
.metric-card__icon svg { width:18px; height:18px; }
.metric-card strong { display:block; margin-top:14px; color:var(--gold-light); font-size:1.55rem; }
.admin-panel { padding:22px; }
.admin-panel + .admin-panel { margin-top:18px; }
.admin-form { display:grid; grid-template-columns:repeat(2,1fr); gap:13px; }
.admin-form .form-group--full { grid-column:1/-1; }
.admin-actions { display:flex; flex-wrap:wrap; gap:9px; margin-top:5px; }
.table-wrap { overflow-x:auto; }
.data-table { width:100%; border-collapse:collapse; min-width:700px; }
.data-table th,.data-table td { padding:14px 12px; border-bottom:1px solid var(--line); text-align:right; vertical-align:middle; font-size:.8rem; }
.data-table th { color:var(--gold-light); font-weight:800; white-space:nowrap; }
.data-table td { color:var(--muted); }
.data-table tr:last-child td { border-bottom:0; }
.table-product { display:flex; align-items:center; gap:10px; color:var(--ink); }
.table-swatch { width:34px; height:34px; border-radius:10px; background:linear-gradient(145deg,var(--swatch-a),var(--swatch-b)); }
.table-actions { display:flex; gap:6px; }
.data-table select { min-width:135px; min-height:38px; padding-block:6px; font-size:.75rem; }
.message-list { display:grid; gap:12px; }
.message-card { padding:18px; }
.message-card.is-read { opacity:.65; }
.message-card__head { display:flex; align-items:start; justify-content:space-between; gap:16px; }
.message-card h3 { margin:0 0 3px; font-size:.95rem; }
.message-card__meta { color:var(--muted-2); font-size:.72rem; }
.message-card p { margin:12px 0 0; color:var(--muted); font-size:.84rem; line-height:1.8; }
.message-card__actions { display:flex; gap:7px; margin-top:13px; }
.settings-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.settings-card { padding:23px; }
.settings-card h3 { margin:0 0 7px; }
.settings-card p { margin:0 0 17px; color:var(--muted); font-size:.84rem; }

/* Dialogs, toast, loading */
dialog {
  width:min(920px,calc(100% - 28px));
  max-height:calc(100svh - 32px);
  padding:0;
  border:1px solid var(--line-strong);
  border-radius:var(--radius-lg);
  background:#11100e;
  color:var(--ink);
  box-shadow:0 40px 120px rgba(0,0,0,.72);
  overflow:auto;
}
dialog::backdrop { background:rgba(0,0,0,.72); backdrop-filter:blur(8px); }
.dialog-close { position:absolute; z-index:4; top:14px; inset-inline-end:14px; width:39px; height:39px; display:grid; place-items:center; border:1px solid var(--line); border-radius:12px; background:rgba(8,8,7,.72); color:var(--ink); cursor:pointer; }
.dialog-close svg { width:19px; height:19px; }
.quick-dialog { position:relative; display:grid; grid-template-columns:.88fr 1.12fr; }
.quick-dialog__visual { --accent:#b7823f; --accent-2:#3b2111; position:relative; min-height:500px; display:grid; place-items:center; background:radial-gradient(circle at 50% 35%,color-mix(in srgb,var(--accent) 35%,transparent),transparent 27%),linear-gradient(145deg,var(--accent-2),#090807); overflow:hidden; }
.quick-dialog__visual::before { content:""; position:absolute; width:300px; height:300px; border:1px solid rgba(255,255,255,.09); border-radius:50%; box-shadow:0 0 0 44px rgba(255,255,255,.015),0 0 0 88px rgba(255,255,255,.008); }
.quick-dialog__visual .product-bottle { transform:scale(1.45); }
.quick-dialog__body { padding:clamp(28px,5vw,50px); }
.quick-dialog__meta { color:var(--gold-light); font-size:.76rem; font-weight:800; }
.quick-dialog h2 { margin:8px 0 10px; font-family:"Noto Kufi Arabic",sans-serif; font-size:clamp(1.7rem,3vw,2.6rem); }
.quick-dialog__desc { color:var(--muted); line-height:1.95; }
.detail-list { display:grid; gap:10px; margin:22px 0; }
.detail-row { display:flex; justify-content:space-between; gap:18px; padding-bottom:10px; border-bottom:1px solid var(--line); color:var(--muted); font-size:.84rem; }
.detail-row strong { color:var(--ink); }
.quick-dialog__price { display:flex; align-items:end; gap:11px; margin:24px 0; }
.quick-dialog__price .price { font-size:1.45rem; }
.dialog-actions { display:flex; gap:10px; }
.success-dialog { position:relative; max-width:560px; padding:40px; text-align:center; }
.success-icon { width:70px; height:70px; display:grid; place-items:center; margin:0 auto 18px; border:1px solid rgba(122,198,155,.35); border-radius:50%; background:rgba(122,198,155,.1); color:var(--success); }
.success-icon svg { width:32px; height:32px; }
.success-dialog h2 { margin:0 0 7px; font-family:"Noto Kufi Arabic",sans-serif; }
.success-dialog p { margin:0; color:var(--muted); }
.order-code { display:inline-block; margin:18px 0; padding:10px 16px; border:1px dashed var(--line-strong); border-radius:12px; color:var(--gold-light); font-weight:900; direction:ltr; }
.toast-stack { position:fixed; z-index:200; inset-inline-start:20px; bottom:20px; display:grid; gap:10px; width:min(360px,calc(100% - 40px)); pointer-events:none; }
.toast { display:grid; grid-template-columns:34px 1fr; gap:10px; align-items:center; padding:13px 14px; border:1px solid var(--line-strong); border-radius:14px; background:rgba(17,16,14,.96); box-shadow:var(--shadow-lg); animation:toastIn .3s var(--ease); pointer-events:auto; }
.toast svg { width:21px; height:21px; color:var(--gold-light); }
.toast p { margin:0; font-size:.82rem; }
.toast.is-leaving { animation:toastOut .25s ease forwards; }
@keyframes toastIn { from { opacity:0; transform:translateY(12px) scale(.98); } to { opacity:1; transform:none; } }
@keyframes toastOut { to { opacity:0; transform:translateY(8px); } }
.skeleton { min-height:390px; border-radius:var(--radius-md); background:linear-gradient(90deg,rgba(255,255,255,.025),rgba(255,255,255,.065),rgba(255,255,255,.025)); background-size:200% 100%; animation:shimmer 1.2s infinite; }
@keyframes shimmer { to { background-position:-200% 0; } }

/* Footer */
.site-footer { margin-top:90px; border-top:1px solid var(--line); background:rgba(5,5,4,.52); }
.footer-main { display:grid; grid-template-columns:1.25fr .7fr .7fr 1fr; gap:34px; padding:56px 0 38px; }
.footer-brand p { max-width:390px; margin:18px 0 0; color:var(--muted); font-size:.85rem; line-height:1.9; }
.footer-col h3 { margin:0 0 16px; color:var(--gold-light); font-size:.9rem; }
.footer-links { display:grid; gap:10px; color:var(--muted); font-size:.84rem; }
.footer-links a:hover { color:var(--gold-light); }
.newsletter p { margin:0 0 13px; color:var(--muted); font-size:.82rem; }
.newsletter-form { display:flex; gap:8px; }
.newsletter-form .field { min-width:0; min-height:45px; }
.newsletter-form .btn { min-height:45px; padding-inline:15px; }
.social-links { display:flex; gap:8px; margin-top:17px; }
.social-link { width:38px; height:38px; display:grid; place-items:center; border:1px solid var(--line); border-radius:12px; color:var(--muted); transition:.2s ease; }
.social-link:hover { color:var(--gold-light); border-color:var(--line-strong); transform:translateY(-2px); }
.social-link svg { width:18px; height:18px; }
.footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:18px 0; border-top:1px solid var(--line); color:var(--muted-2); font-size:.75rem; }
.footer-bottom__links { display:flex; gap:16px; }
.footer-bottom a:hover { color:var(--gold-light); }

/* Responsive */
@media (max-width: 1120px) {
  .nav-links { gap:0; }
  .nav-link { padding-inline:10px; font-size:.85rem; }
  .product-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .benefit-grid { grid-template-columns:repeat(2,1fr); }
  .metric-grid { grid-template-columns:repeat(2,1fr); }
  .footer-main { grid-template-columns:1.2fr .7fr .7fr; }
  .newsletter { grid-column:1/-1; max-width:520px; }
}
@media (max-width: 920px) {
  :root { --header-h: 68px; }
  .announcement__items .announcement__item:nth-child(2) { display:none; }
  .navbar { min-height:var(--header-h); }
  .nav-links { display:none; }
  .menu-toggle { display:grid; }
  .brand__mark { width:45px; height:45px; }
  .brand__name strong { font-size:.9rem; }
  .hero { min-height:auto; padding-top:55px; }
  .hero__grid,.story-grid,.about-intro,.contact-grid,.offer-hero { grid-template-columns:1fr; }
  .hero-stage { min-height:520px; width:min(600px,100%); margin-inline:auto; }
  .hero__copy { text-align:center; }
  .hero__lead { margin-inline:auto; }
  .hero__actions,.hero__trust { justify-content:center; }
  .story-grid { gap:45px; }
  .story-copy { order:-1; }
  .category-strip { grid-template-columns:repeat(2,1fr); }
  .cart-layout,.account-grid,.admin-shell { grid-template-columns:1fr; }
  .checkout-card,.admin-sidebar { position:static; }
  .admin-sidebar { display:flex; gap:5px; overflow-x:auto; }
  .admin-tab { width:auto; flex:0 0 auto; white-space:nowrap; }
  .admin-sidebar__divider { width:1px; height:auto; margin:5px 7px; }
  .process { grid-template-columns:repeat(2,1fr); gap:20px 0; }
  .quick-dialog { grid-template-columns:1fr; }
  .quick-dialog__visual { min-height:350px; }
  .footer-main { grid-template-columns:1fr 1fr; }
  .footer-brand,.newsletter { grid-column:1/-1; }
}
@media (max-width: 700px) {
  .container { width:min(100% - 28px,var(--container)); }
  .section { padding:64px 0; }
  .announcement__inner { justify-content:center; }
  .announcement__phone { display:none; }
  .announcement__items { gap:12px; }
  .announcement__item:nth-child(3) { display:none; }
  .brand__name small { display:none; }
  .nav-actions .icon-link:first-child { display:none; }
  .hero h1 { font-size:clamp(2.45rem,13vw,4.2rem); }
  .hero-stage { min-height:440px; }
  .hero-stage__arch { inset-inline:0; }
  .display-bottle { width:135px; height:230px; }
  .display-bottle::before { width:66px; height:57px; top:-53px; }
  .display-bottle::after { top:86px; padding:17px 0; font-size:.58rem; }
  .display-bottle--left { width:94px; height:178px; left:25%; }
  .display-bottle--right { width:96px; height:185px; left:75%; }
  .stage-note { min-width:0; max-width:145px; padding:10px 11px; }
  .stage-note--one { top:58px; }
  .stage-note--two { bottom:42px; }
  .stage-seal { width:70px; height:70px; font-size:.55rem; }
  .section-title { align-items:start; flex-direction:column; margin-bottom:26px; }
  .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  .product-media { height:230px; }
  .product-card__body { padding:15px; }
  .quick-view { opacity:1; transform:none; }
  .benefit-grid,.value-grid,.bundle-grid { grid-template-columns:1fr; }
  .cta-panel { grid-template-columns:1fr; }
  .catalog-toolbar { grid-template-columns:1fr 1fr; }
  .catalog-toolbar .search-box { grid-column:1/-1; }
  .form-grid,.admin-form,.settings-grid { grid-template-columns:1fr; }
  .form-group--full,.admin-form .form-group--full { grid-column:auto; }
  .cart-item { grid-template-columns:84px 1fr; gap:13px; }
  .cart-thumb { height:88px; }
  .cart-item__actions { grid-column:1/-1; display:flex; align-items:center; justify-content:space-between; width:100%; }
  .order-entry { grid-template-columns:1fr; }
  .order-entry__side { justify-items:start; }
  .track-form { grid-template-columns:1fr; }
  .metric-grid { grid-template-columns:1fr 1fr; }
  .footer-main { grid-template-columns:1fr; }
  .footer-brand,.newsletter { grid-column:auto; }
  .footer-bottom { align-items:flex-start; flex-direction:column; }
}
@media (max-width: 470px) {
  .container { width:min(100% - 22px,var(--container)); }
  .brand__name { display:none; }
  .hero__actions .btn { width:100%; }
  .hero__trust { display:grid; justify-items:start; text-align:right; }
  .category-strip { grid-template-columns:1fr; }
  .product-grid { grid-template-columns:1fr; }
  .product-media { height:280px; }
  .catalog-toolbar { grid-template-columns:1fr; }
  .catalog-toolbar .search-box { grid-column:auto; }
  .metric-grid { grid-template-columns:1fr; }
  .process { grid-template-columns:1fr; }
  .footer-bottom__links { flex-wrap:wrap; }
  .newsletter-form { flex-direction:column; }
  .dialog-actions { flex-direction:column; }
  .success-dialog { padding:30px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}

/* =========================================================
   Local perfume photography
   ========================================================= */
.product-photo {
  position: relative;
  z-index: 2;
  width: min(88%, 230px);
  height: 94%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 24px 25px rgba(0,0,0,.34));
  transform: translateY(3px) scale(1.01);
  transition: transform .38s var(--ease), filter .3s ease;
  pointer-events: none;
  user-select: none;
}
.product-card:hover .product-photo {
  transform: translateY(-5px) scale(1.045);
  filter: drop-shadow(0 30px 30px rgba(0,0,0,.42));
}
.product-media:focus-within .product-photo { transform: translateY(-3px) scale(1.025); }

.quick-dialog__visual .product-photo {
  width: min(90%, 500px);
  height: 470px;
  max-height: 88vh;
  transform: none;
  filter: drop-shadow(0 35px 34px rgba(0,0,0,.44));
}
.cart-thumb .product-photo {
  width: 94%;
  height: 98%;
  transform: none;
  filter: drop-shadow(0 12px 12px rgba(0,0,0,.36));
}

.table-product-thumb {
  width: 42px;
  height: 46px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 11px;
  background:
    radial-gradient(circle at 50% 36%, color-mix(in srgb, var(--swatch-a) 30%, transparent), transparent 34%),
    linear-gradient(145deg, var(--swatch-b), #090807);
}
.table-product-thumb img { width: 100%; height: 100%; object-fit: contain; }

.display-perfume-photo {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 51%;
  width: 360px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 38px 32px rgba(0,0,0,.5));
  transform: translate(-50%, -42%);
  transform-origin: 50% 90%;
  user-select: none;
  pointer-events: none;
  animation: perfumeFloat 5.8s ease-in-out infinite;
}
.display-perfume-photo--main { z-index: 4; }
.display-perfume-photo--left {
  z-index: 2;
  width: 250px;
  left: 27%;
  top: 60%;
  opacity: .93;
  transform: translate(-50%, -40%) rotate(-4deg);
  animation-delay: -.9s;
}
.display-perfume-photo--right {
  z-index: 3;
  width: 255px;
  left: 73%;
  top: 60%;
  opacity: .95;
  transform: translate(-50%, -40%) rotate(5deg);
  animation-delay: -1.8s;
}
@keyframes perfumeFloat {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -9px; }
}

.story-bottle-photo {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 52%;
  width: 330px;
  height: 395px;
  object-fit: contain;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 34px 31px rgba(65,39,15,.28));
  pointer-events: none;
  user-select: none;
}

.about-bottle-photo {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 51%;
  width: 335px;
  height: 405px;
  object-fit: contain;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 34px 30px rgba(0,0,0,.36));
  pointer-events: none;
  user-select: none;
}
.about-monogram { z-index: 1; opacity: .1; }
.about-tag { z-index: 3; }

@media (max-width: 920px) {
  .display-perfume-photo { width: 340px; }
  .display-perfume-photo--left { width: 235px; left: 28%; }
  .display-perfume-photo--right { width: 240px; left: 72%; }
  .quick-dialog__visual .product-photo { height: 325px; }
}

@media (max-width: 700px) {
  .display-perfume-photo { width: 278px; top: 50%; }
  .display-perfume-photo--left { width: 184px; left: 25%; top: 61%; }
  .display-perfume-photo--right { width: 188px; left: 75%; top: 61%; }
  .story-bottle-photo { width: 285px; height: 345px; }
  .about-bottle-photo { width: 285px; height: 350px; }
  .product-photo { width: min(91%, 205px); }
  .cart-thumb .product-photo { width: 92%; }
}

@media (max-width: 470px) {
  .display-perfume-photo { width: 250px; }
  .display-perfume-photo--left { width: 155px; left: 23%; }
  .display-perfume-photo--right { width: 160px; left: 77%; }
  .product-photo { width: min(88%, 235px); }
  .story-bottle-photo { width: 255px; height: 315px; }
  .about-bottle-photo { width: 255px; height: 315px; }
}

.bundle-dot img {
  width: 58px;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(0 9px 10px rgba(0,0,0,.38));
}
.bundle-dot:has(img) { background: radial-gradient(circle at 50% 35%, rgba(205,168,103,.14), transparent 55%), rgba(205,168,103,.035); }

/* =========================================================
   Supplied Al-Quraishi identity and campaign photography
   ========================================================= */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.brand__mark,
.admin-login__mark {
  object-fit: contain;
  border-radius: 12px;
  background: #080807;
}
.brand__mark {
  padding: 2px;
  box-shadow: inset 0 0 0 1px rgba(242, 213, 155, .08);
}

.footer-logo {
  width: 190px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  background: #080807;
  box-shadow: 0 20px 46px rgba(0, 0, 0, .26);
}
.footer-logo img {
  width: 100%;
  height: auto;
}

/* Campaign-led home hero */
.brand-hero {
  position: relative;
  padding: clamp(46px, 6vw, 78px) 0 42px;
  overflow: hidden;
}
.brand-hero::before,
.brand-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(4px);
}
.brand-hero::before {
  width: 520px;
  height: 520px;
  top: -260px;
  inset-inline-end: -120px;
  background: radial-gradient(circle, rgba(205, 168, 103, .17), transparent 68%);
}
.brand-hero::after {
  width: 420px;
  height: 420px;
  bottom: -220px;
  inset-inline-start: -160px;
  background: radial-gradient(circle, rgba(111, 68, 27, .14), transparent 70%);
}
.brand-hero > .container { position: relative; z-index: 1; }
.brand-hero__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 34px;
  margin-bottom: 28px;
}
.brand-hero__copy { max-width: 820px; }
.brand-hero__copy h1 {
  margin: 15px 0 14px;
  font-family: "Noto Kufi Arabic", "Noto Sans Arabic", sans-serif;
  font-size: clamp(2.5rem, 5vw, 5.1rem);
  font-weight: 780;
  line-height: 1.17;
  letter-spacing: -.045em;
}
.brand-hero__copy h1 span {
  display: block;
  color: var(--gold-light);
}
.brand-hero__copy p {
  max-width: 740px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(.98rem, 1.35vw, 1.15rem);
  line-height: 2;
}
.brand-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  padding-bottom: 5px;
}

.campaign-slider {
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(242, 213, 155, .24);
  border-radius: clamp(20px, 3vw, 34px);
  overflow: hidden;
  background: #050504;
  box-shadow: 0 38px 110px rgba(0, 0, 0, .52), inset 0 0 0 1px rgba(255, 255, 255, .025);
}
.campaign-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  box-shadow: inset 0 0 90px rgba(0, 0, 0, .16);
}
.campaign-slider__viewport {
  position: relative;
  aspect-ratio: 1672 / 941;
  overflow: hidden;
  background: #060504;
}
.campaign-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition: opacity .7s ease, transform 1.15s var(--ease), visibility .7s ease;
}
.campaign-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.campaign-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
}
.campaign-slider__button {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(242, 213, 155, .36);
  border-radius: 50%;
  background: rgba(7, 6, 5, .68);
  color: var(--gold-light);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .3);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .2s var(--ease), background .2s ease, border-color .2s ease;
}
.campaign-slider__button:hover {
  background: rgba(205, 168, 103, .2);
  border-color: rgba(242, 213, 155, .65);
  transform: translateY(-50%) scale(1.05);
}
.campaign-slider__button svg { width: 22px; height: 22px; }
.campaign-slider__button--prev { inset-inline-start: 18px; }
.campaign-slider__button--next { inset-inline-end: 18px; }
.campaign-slider__dots {
  position: absolute;
  z-index: 5;
  inset-inline-start: 50%;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(242, 213, 155, .18);
  border-radius: 999px;
  background: rgba(5, 5, 4, .62);
  backdrop-filter: blur(12px);
  transform: translateX(50%);
}
.campaign-slider__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .42);
  cursor: pointer;
  transition: width .22s var(--ease), background .22s ease;
}
.campaign-slider__dot.is-active {
  width: 28px;
  background: var(--gold-light);
}

.brand-hero__trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--line);
}
.brand-hero__trust > span {
  min-height: 78px;
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 11px;
  padding: 13px 16px;
  background: rgba(12, 11, 9, .94);
}
.brand-hero__trust svg {
  grid-row: 1 / 3;
  align-self: center;
  width: 25px;
  height: 25px;
  color: var(--gold-light);
}
.brand-hero__trust strong { font-size: .9rem; }
.brand-hero__trust small { color: var(--muted); font-size: .72rem; }

/* Supplied vertical campaign artwork */
.story-visual--campaign {
  min-height: 690px;
  border-color: rgba(88, 57, 25, .24);
  background: #0a0907;
  box-shadow: 0 34px 86px rgba(76, 45, 16, .25);
}
.story-visual--campaign::before { display: none; }
.story-visual--campaign::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(3, 3, 2, .28));
}
.story-campaign-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.story-visual--campaign .story-card { z-index: 2; }

/* Campaign image gallery */
.brand-gallery-section {
  position: relative;
  background:
    radial-gradient(circle at 18% 15%, rgba(205, 168, 103, .08), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, .012), transparent);
}
.brand-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr);
  align-items: start;
  gap: 18px;
}
.brand-gallery__item {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .025);
  box-shadow: var(--shadow-sm);
  transition: transform .3s var(--ease), border-color .3s ease, box-shadow .3s ease;
}
.brand-gallery__item:hover {
  transform: translateY(-5px);
  border-color: var(--line-strong);
  box-shadow: 0 28px 68px rgba(0, 0, 0, .36);
}
.brand-gallery__media {
  position: relative;
  overflow: hidden;
  background: #080706;
}
.brand-gallery__item--wide .brand-gallery__media { aspect-ratio: 4 / 3; }
.brand-gallery__item--square .brand-gallery__media { aspect-ratio: 1 / 1; }
.brand-gallery__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, .12);
}
.brand-gallery__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s var(--ease);
}
.brand-gallery__item:hover .brand-gallery__media img { transform: scale(1.025); }
.brand-gallery__item figcaption {
  display: grid;
  gap: 3px;
  padding: 17px 20px 19px;
}
.brand-gallery__item figcaption strong { color: var(--gold-light); font-size: 1rem; }
.brand-gallery__item figcaption span { color: var(--muted); font-size: .82rem; }

/* Brand wall image on About page */
.about-visual--brand {
  min-height: 560px;
  background: #261b14;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .32);
}
.about-visual--brand::before {
  inset: 0;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  transform: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: 1;
  background: linear-gradient(180deg, rgba(8, 7, 6, .02), rgba(8, 7, 6, .22));
}
.about-brand-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-brand-badge {
  position: absolute;
  z-index: 2;
  inset-inline-start: 22px;
  bottom: 22px;
  display: grid;
  gap: 1px;
  min-width: 150px;
  padding: 13px 16px;
  border: 1px solid rgba(242, 213, 155, .34);
  border-radius: 16px;
  background: rgba(8, 7, 6, .72);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .26);
}
.about-brand-badge strong { color: var(--gold-light); }
.about-brand-badge span { color: #d4c3ad; font-size: .78rem; }

@media (max-width: 920px) {
  .brand-hero__intro { grid-template-columns: 1fr; align-items: start; }
  .brand-hero__copy { text-align: center; margin-inline: auto; }
  .brand-hero__copy p { margin-inline: auto; }
  .brand-hero__actions { justify-content: center; }
  .brand-hero__trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-gallery { grid-template-columns: 1fr; }
  .brand-gallery__item--square { width: min(620px, 100%); margin-inline: auto; }
  .story-visual--campaign { min-height: 760px; width: min(520px, 100%); margin-inline: auto; }
  .about-visual--brand { min-height: 620px; width: min(620px, 100%); margin-inline: auto; }
}

@media (max-width: 700px) {
  .brand-hero { padding-top: 42px; }
  .brand-hero__intro { gap: 24px; margin-bottom: 20px; }
  .brand-hero__copy h1 { font-size: clamp(2.25rem, 12vw, 3.75rem); }
  .campaign-slider { border-radius: 20px; }
  .campaign-slider__viewport { aspect-ratio: 16 / 9; }
  .campaign-slider__button { width: 39px; height: 39px; }
  .campaign-slider__button--prev { inset-inline-start: 9px; }
  .campaign-slider__button--next { inset-inline-end: 9px; }
  .campaign-slider__dots { bottom: 9px; padding: 6px 8px; }
  .brand-hero__trust > span { min-height: 72px; padding: 11px 12px; }
  .brand-hero__trust strong { font-size: .82rem; }
  .brand-hero__trust small { font-size: .66rem; }
  .story-visual--campaign { min-height: 680px; }
  .brand-gallery__item figcaption { padding: 15px 16px 17px; }
  .about-visual--brand { min-height: 540px; }
  .footer-logo { width: 170px; }
}

@media (max-width: 470px) {
  .brand-hero__actions { display: grid; width: 100%; }
  .brand-hero__actions .btn { width: 100%; }
  .brand-hero__trust { grid-template-columns: 1fr; }
  .brand-hero__trust > span { grid-template-columns: 30px 1fr; }
  .campaign-slider__button { top: auto; bottom: 8px; transform: none; }
  .campaign-slider__button:hover { transform: scale(1.04); }
  .campaign-slider__dots { bottom: 11px; }
  .story-visual--campaign { min-height: 610px; }
  .story-visual--campaign .story-card { max-width: 160px; padding: 12px; }
  .about-visual--brand { min-height: 470px; }
  .about-brand-badge { inset-inline-start: 14px; bottom: 14px; }
}


/* =========================================================
   Gentle ivory & white storefront theme
   ========================================================= */
.section--white {
  position: relative;
  background: rgba(255, 255, 255, .88);
  border-block: 1px solid rgba(86, 65, 43, .08);
}
.section--white::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 88% 8%, rgba(215, 173, 104, .13), transparent 26rem),
    linear-gradient(180deg, rgba(255,255,255,.25), transparent);
}
.section--white > * { position: relative; }

.announcement {
  border-color: rgba(255,255,255,.08);
  background: #282019;
  color: #eee5d8;
}
.announcement__item svg,
.announcement__phone { color: #e4bd78; }

.site-header {
  background: rgba(255,255,255,.86);
  border-bottom-color: rgba(86,65,43,.08);
  box-shadow: 0 8px 28px rgba(58,43,26,.04);
}
.site-header.is-scrolled {
  background: rgba(255,255,255,.97);
  border-color: var(--line);
  box-shadow: 0 14px 42px rgba(58,43,26,.09);
}
.brand__name strong { color: var(--ink); }
.brand__name small { color: var(--gold-deep); }
.nav-link { color: #5a5047; }
.nav-link:hover,
.nav-link.is-active { color: var(--gold-deep); background: rgba(184,138,71,.08); }
.nav-link::after { background: var(--gold); }
.icon-link,
.menu-toggle {
  color: var(--ink);
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 24px rgba(58,43,26,.045);
}
.icon-link:hover,
.menu-toggle:hover { background: #fff8ec; }
.mobile-menu { background: rgba(255,255,255,.985); box-shadow: 0 22px 42px rgba(58,43,26,.1); }
.cart-count { border-color: #fff; }

.btn--outline {
  color: var(--ink);
  background: rgba(255,255,255,.82);
  border-color: var(--line-strong);
}
.btn--outline:hover { background: #fff8ec; }
.btn--ghost { color: var(--gold-deep); background: rgba(255,255,255,.62); }
.btn--gold { color: #20160c; }

.eyebrow { color: var(--gold-deep); }
.section--cream {
  color: var(--ink);
  background: linear-gradient(140deg, #fffdf9, #eee4d5);
}
.section-title p,
.page-hero p,
.brand-hero__copy p { color: var(--muted); }

.card,
.category-card,
.product-card,
.brand-gallery__item {
  background: rgba(255,255,255,.92);
  border-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.category-strip { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.category-card {
  background:
    radial-gradient(circle at 92% 2%, rgba(215,173,104,.12), transparent 8rem),
    linear-gradient(145deg, #fff, #faf7f1);
}
.category-card:hover {
  border-color: var(--line-strong);
  background: linear-gradient(145deg, #fffdf9, #f5ecdf);
  box-shadow: 0 22px 52px rgba(72,52,29,.11);
}
.category-card small { color: var(--muted); }
.category-card__icon { color: var(--gold-deep); }

.product-card:hover {
  border-color: var(--line-strong);
  box-shadow: 0 25px 66px rgba(58,43,26,.15);
}
.product-card h3 { color: var(--ink); }
.product-card__desc { color: var(--muted); }
.note-list li { background: #f3eee6; color: #685b4e; }
.product-card__meta { color: var(--muted-2); }
.price,
.cart-item__price,
.quick-dialog__meta,
.order-entry__id,
.metric-card strong,
.data-table th,
.brand-gallery__item figcaption strong { color: var(--gold-deep); }
.quick-view { color: #fff; }

.brand-hero::before { background: radial-gradient(circle, rgba(215,173,104,.2), transparent 68%); }
.brand-hero::after { background: radial-gradient(circle, rgba(184,138,71,.1), transparent 70%); }
.brand-hero__copy h1 span { color: var(--gold-deep); }
.brand-hero__trust {
  border-color: rgba(86,65,43,.1);
  background: rgba(86,65,43,.1);
  box-shadow: var(--shadow-sm);
}
.brand-hero__trust > span { background: rgba(255,255,255,.96); }
.brand-hero__trust svg { color: var(--gold-deep); }
.brand-hero__trust small { color: var(--muted); }

.brand-gallery-section {
  background:
    radial-gradient(circle at 18% 15%, rgba(215,173,104,.12), transparent 28rem),
    linear-gradient(180deg, rgba(255,255,255,.62), rgba(247,244,238,.3));
}
.brand-gallery__item:hover { box-shadow: 0 28px 68px rgba(58,43,26,.16); }
.brand-gallery__item figcaption { background: #fff; }

.page-hero__inner {
  background:
    radial-gradient(circle at 12% 10%, rgba(215,173,104,.15), transparent 25rem),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(247,242,234,.9));
  box-shadow: var(--shadow-sm);
}
.page-hero__inner::after { border-color: rgba(184,138,71,.13); }

.field,
select,
textarea {
  background: rgba(255,255,255,.94);
  color: var(--ink);
  border-color: rgba(86,65,43,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
}
.field::placeholder,
textarea::placeholder { color: #9b9188; }
.field:focus,
select:focus,
textarea:focus { background: #fff; }
select option { color: var(--ink); background: #fff; }
.form-group label { color: #51473e; }
.category-chip { color: #665c53; background: rgba(255,255,255,.82); }
.category-chip:hover,
.category-chip.is-active { color: #20160c; }
.results-line { color: var(--muted); }
details.faq { background: rgba(255,255,255,.82); }

.checkout-card,
.cart-list,
.profile-card,
.orders-card,
.track-card,
.form-card,
.info-card,
.admin-login,
.admin-panel,
.metric-card,
.settings-card,
.message-card { background: rgba(255,255,255,.95); }
.quantity { background: #faf7f1; }
.checkout-note { background: #fff9ef; }
.order-entry__items { color: #675b50; }
.status--review { color: #8c641e; background: rgba(173,121,45,.1); }
.status--processing { color: #346d9c; background: rgba(68,130,181,.09); }
.status--shipping { color: #7255a3; background: rgba(132,97,187,.09); }
.status--done { color: #317454; background: rgba(63,139,99,.1); }
.status--cancelled { color: #a54742; background: rgba(181,82,77,.09); }

.admin-tab { color: #6d6259; }
.admin-tab:hover,
.admin-tab.is-active { color: var(--gold-deep); background: rgba(184,138,71,.11); }
.metric-card__icon { color: var(--gold-deep); background: #fff8ec; }
.data-table td { color: #6d6259; }
.table-product { color: var(--ink); }

/* Dark luxury islands retain contrast against the softer storefront */
.cta-panel,
.offer-banner {
  color: #fffaf2;
  background:
    radial-gradient(circle at 15% 20%, rgba(242,213,155,.14), transparent 24rem),
    linear-gradient(145deg, #2b221a, #17130f);
}
.cta-panel .eyebrow,
.offer-banner .eyebrow { color: #e7c782; }
.cta-panel p,
.offer-banner p { color: #cfc2b3; }
.cta-panel h2,
.offer-banner h2 { color: #fffaf2; }

/* Dialogs and feedback */
dialog { background: #fff; color: var(--ink); box-shadow: 0 40px 120px rgba(41,30,19,.28); }
.dialog-close { background: rgba(255,255,255,.9); color: var(--ink); }
.quick-dialog__desc { color: var(--muted); }
.toast { background: rgba(39,31,24,.97); color: #fffaf2; }
.toast p { color: #fffaf2; }
.skeleton { background: linear-gradient(90deg,#eee9e1,#faf8f4,#eee9e1); background-size: 200% 100%; }

/* Watch collection */
.watch-section { overflow: hidden; }
.watch-section .section-title { position: relative; z-index: 1; }
.watch-section__note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--muted);
  font-size: .84rem;
}
.watch-section__note svg { width: 18px; height: 18px; color: var(--gold-deep); }
.watch-showcase-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  align-items: center;
  gap: clamp(28px, 6vw, 86px);
  min-height: 510px;
  padding: clamp(30px, 6vw, 68px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 82% 24%, rgba(215,173,104,.22), transparent 24rem),
    linear-gradient(140deg, #fff, #f2eadf);
  box-shadow: var(--shadow-lg);
}
.watch-showcase-hero::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  inset-inline-end: -130px;
  top: -140px;
  border: 1px solid rgba(184,138,71,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(184,138,71,.035), 0 0 0 90px rgba(184,138,71,.018);
}
.watch-showcase-hero__copy,
.watch-showcase-hero__visual { position: relative; z-index: 1; }
.watch-showcase-hero__copy h1 {
  margin: 14px 0;
  font-family: "Noto Kufi Arabic", "Noto Sans Arabic", sans-serif;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 1.25;
  letter-spacing: -.045em;
}
.watch-showcase-hero__copy p { max-width: 660px; margin: 0; color: var(--muted); line-height: 2; }
.watch-showcase-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.watch-showcase-hero__features { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.watch-showcase-hero__features span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  color: #5e5349;
  font-size: .78rem;
}
.watch-showcase-hero__features svg { width: 15px; height: 15px; color: var(--gold-deep); }
.watch-showcase-hero__visual {
  min-height: 410px;
  display: grid;
  place-items: center;
}
.watch-showcase-hero__visual::before {
  content: "";
  position: absolute;
  width: min(360px, 80%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215,173,104,.23), rgba(215,173,104,.035) 56%, transparent 70%);
}
.watch-showcase-hero__visual img {
  position: relative;
  z-index: 1;
  width: min(360px, 90%);
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 34px 32px rgba(70,47,20,.24));
}

/* WhatsApp ordering */
.whatsapp-fab {
  position: fixed;
  z-index: 120;
  inset-inline-end: 20px;
  bottom: 20px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 16px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  background: #238b57;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(23,97,60,.24);
  transition: transform .2s var(--ease), box-shadow .2s ease;
}
.whatsapp-fab:hover { transform: translateY(-3px); box-shadow: 0 23px 50px rgba(23,97,60,.32); }
.whatsapp-fab svg { width: 21px; height: 21px; }
.whatsapp-checkout-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 14px 0 0;
  padding: 12px 13px;
  border: 1px solid rgba(35,139,87,.2);
  border-radius: 13px;
  background: rgba(35,139,87,.07);
  color: #496457;
  font-size: .76rem;
}
.whatsapp-checkout-note svg { width: 18px; height: 18px; flex: 0 0 auto; color: #238b57; }
.btn--whatsapp { color: #fff; background: #238b57; box-shadow: 0 14px 30px rgba(35,139,87,.2); }
.btn--whatsapp:hover { box-shadow: 0 18px 36px rgba(35,139,87,.3); }

/* Footer stays dark for a calm visual ending */
.site-footer {
  border-color: rgba(255,255,255,.08);
  background: #211a14;
  color: #f7f0e6;
}
.site-footer .footer-brand p,
.site-footer .footer-links,
.site-footer .newsletter p,
.site-footer .footer-bottom,
.site-footer .social-link { color: #c8bbac; }
.site-footer .footer-col h3,
.site-footer .footer-links a:hover,
.site-footer .social-link:hover,
.site-footer .footer-bottom a:hover { color: #e6c37e; }
.site-footer .field { background: rgba(255,255,255,.09); color: #fff; border-color: rgba(255,255,255,.14); }
.site-footer .field::placeholder { color: #ae9f90; }
.site-footer .social-link { border-color: rgba(255,255,255,.13); }
.site-footer .footer-bottom { border-color: rgba(255,255,255,.08); }

@media (max-width: 1120px) and (min-width: 921px) {
  .category-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 920px) {
  .watch-showcase-hero { grid-template-columns: 1fr; text-align: center; }
  .watch-showcase-hero__copy p { margin-inline: auto; }
  .watch-showcase-hero__actions,
  .watch-showcase-hero__features { justify-content: center; }
  .watch-showcase-hero__visual { min-height: 360px; }
}
@media (max-width: 700px) {
  .whatsapp-fab { min-width: 52px; width: 52px; height: 52px; padding: 0; justify-content: center; }
  .whatsapp-fab span { display: none; }
  .watch-showcase-hero { min-height: auto; padding: 28px 20px; }
  .watch-showcase-hero__visual { min-height: 310px; }
  .watch-showcase-hero__visual img { max-height: 330px; }
}
