/* ==========================================================================
   MINIMAN — White & Gold
   1 tokens · 2 base · 3 header · 4 hero · 5 marquee · 6 worlds · 7 shop
   8 story · 9 visit · 10 footer · 11 cart · 12 utilities · 13 responsive
   ========================================================================== */

/* 1. TOKENS ---------------------------------------------------------------- */
:root {
  --white: #d9cdb0;
  --paper: #e3d9c1;
  --ivory: #cfc2a2;
  --champagne: #c4b590;
  --gold-1: #f1dfa4;
  --gold-2: #cfa84e;
  --gold-3: #8a6516;
  --gold-4: #7a5a14;
  --ink: #1b170f;
  --ink-2: #3a3326;
  --muted: #4f4939;
  --line: rgba(122, 90, 20, 0.42);
  --line-soft: rgba(122, 90, 20, 0.22);
  --deep: #241c12;
  --deep-2: #33281a;
  --on-deep: #eadfc4;
  --gold-grad: linear-gradient(115deg, #6f500f 0%, #a47c22 32%, #d1a943 50%, #a47c22 68%, #6f500f 100%);
  --gold-grad-flat: linear-gradient(180deg, #e9cd7f, #c59a35);

  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Noto Naskh Arabic", serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans Arabic", Tahoma, sans-serif;
  --mono: ui-monospace, "SF Mono", "Cascadia Mono", Consolas, monospace;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --nav-h: 72px;
  --gutter: clamp(20px, 4.2vw, 64px);
  --maxw: 1320px;
  --r: 18px;
  --shadow-1: 0 1px 2px rgba(60, 44, 10, 0.06), 0 8px 24px -12px rgba(60, 44, 10, 0.18);
  --shadow-2: 0 2px 4px rgba(60, 44, 10, 0.05), 0 28px 60px -24px rgba(60, 44, 10, 0.32);
}

/* 2. BASE ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: auto; }
body {
  margin: 0; background: var(--white); color: var(--ink);
  font: 400 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: clip;
}
html[lang="ar"] body { line-height: 1.85; }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] .card__meta b { letter-spacing: 0; line-height: 1.25; }
html[lang="ar"] .gold, html[lang="ar"] em { font-style: normal; }
img, canvas, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.01em; line-height: 1.04; }
:focus-visible { outline: 2px solid var(--gold-3); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--gold-1); color: var(--ink); }
.skip { position: absolute; left: 16px; top: -60px; z-index: 200; background: var(--ink); color: #f6efdc; padding: 10px 16px; border-radius: 8px; transition: top .2s; }
.skip:focus { top: 12px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.wrap { width: min(100% - var(--gutter) * 2, var(--maxw)); margin-inline: auto; }
.gold { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.eyebrow { font: 600 .72rem/1 var(--mono); letter-spacing: .26em; text-transform: uppercase; color: var(--gold-3); display: inline-flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold-2); }
html[dir="rtl"] .eyebrow { letter-spacing: .04em; }

.btn {
  --h: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: var(--h);
  padding: 0 28px; border-radius: 999px; font: 600 .82rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), background .3s, color .3s, border-color .3s; will-change: transform; white-space: nowrap;
}
html[dir="rtl"] .btn { letter-spacing: .02em; }
.btn--gold { background: var(--gold-grad-flat); color: #2a1f05; box-shadow: 0 10px 26px -10px rgba(164, 124, 34, .7), inset 0 1px 0 rgba(227,217,193,.55); }
.btn--gold:hover { box-shadow: 0 16px 34px -10px rgba(164, 124, 34, .85), inset 0 1px 0 rgba(227,217,193,.6); }
.btn--ghost { border: 1px solid var(--gold-2); color: var(--gold-4); background: rgba(227,217,193,.6); }
.btn--ghost:hover { background: var(--gold-2); color: #2a1f05; }
.btn--ink { background: var(--ink); color: #f6efdc; }
.btn--ink:hover { background: var(--gold-4); }
.btn[disabled] { opacity: .45; pointer-events: none; }
.btn svg { width: 16px; height: 16px; flex: none; }
html[dir="rtl"] .btn .arr { transform: scaleX(-1); }

/* preloader */
.pre { position: fixed; inset: 0; z-index: 300; background: var(--white); display: grid; place-items: center; transition: opacity .7s var(--ease), visibility .7s; }
.pre.done { opacity: 0; visibility: hidden; }
.pre__in { display: grid; gap: 22px; justify-items: center; width: min(300px, 60vw); }
.pre img { width: 100%; }
.pre__bar { width: 100%; height: 2px; background: var(--line-soft); overflow: hidden; border-radius: 2px; }
.pre__bar i { display: block; height: 100%; width: 100%; background: var(--gold-grad); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
html[dir="rtl"] .pre__bar i { transform-origin: right; }

/* cursor (fine pointers only) */
.cur { position: fixed; left: 0; top: 0; z-index: 250; width: 38px; height: 38px; margin: -19px 0 0 -19px; border: 1px solid var(--gold-2); border-radius: 50%; pointer-events: none; opacity: 0; transition: opacity .3s, width .35s var(--ease), height .35s var(--ease), margin .35s var(--ease), background .3s; }
.cur.on { opacity: 1; }
.cur.big { width: 64px; height: 64px; margin: -32px 0 0 -32px; background: rgba(207, 168, 78, .12); }
@media (hover: none), (pointer: coarse) { .cur { display: none; } }

/* 3. HEADER ---------------------------------------------------------------- */
.hd { position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--nav-h); display: flex; align-items: center; background: var(--paper); border-bottom: 1px solid transparent; transition: border-color .4s, box-shadow .4s, transform .5s var(--ease); }
.hd.scrolled { border-bottom-color: var(--line); box-shadow: 0 10px 30px -22px rgba(60,44,10,.4); }
.hd.hide { transform: translateY(-100%); }
.hd__in { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(100% - var(--gutter) * 2, var(--maxw)); margin-inline: auto; }
.brand img { height: 30px; width: auto; }
.nav { display: flex; gap: clamp(20px, 3vw, 44px); }
.nav a { font: 600 .74rem/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--ink-2); position: relative; padding: 10px 0; }
html[dir="rtl"] .nav a { letter-spacing: .02em; font-size: .9rem; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 1px; background: var(--gold-2); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.nav a:hover::after, .nav a.on::after { transform: scaleX(1); }
.nav a.on { color: var(--gold-4); }
.hd__tools { display: flex; align-items: center; gap: 8px; }
.iconbtn { position: relative; min-width: 44px; height: 44px; display: inline-grid; place-items: center; border-radius: 50%; transition: background .3s; font: 600 .74rem/1 var(--mono); letter-spacing: .1em; }
.iconbtn:hover { background: var(--champagne); }
.iconbtn svg { width: 22px; height: 22px; }
.badge { position: absolute; top: 3px; inset-inline-end: 1px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--gold-grad-flat); color: #2a1f05; font: 700 .68rem/18px var(--sans); text-align: center; transform: scale(0); transition: transform .4s var(--ease); }
.badge.on { transform: scale(1); }
.badge.pop { animation: pop .45s var(--ease); }
@keyframes pop { 40% { transform: scale(1.45); } }
.burger { display: none; }

/* 4. HERO (pinned WebGL) -------------------------------------------------- */
.hero { position: relative; height: 340vh; background: var(--white); }
.hero__stick { position: sticky; top: 0; height: 100vh; height: 100dvh; overflow: hidden; overflow: clip; background: radial-gradient(120% 90% at 70% 45%, var(--paper) 0%, var(--white) 55%, var(--ivory) 100%); }
.hero__contour, .hero__gl { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__contour { opacity: .9; }
.hero__gl { touch-action: pan-y; }
.hero__ghost { position: absolute; inset-inline: 0; top: 50%; transform: translateY(-50%); text-align: center; pointer-events: none; font: 500 clamp(9rem, 30vw, 30rem)/1 var(--serif); letter-spacing: -.04em; color: transparent; -webkit-text-stroke: 1px rgba(164, 124, 34, .16); user-select: none; }
.chap { z-index: 2; position: absolute; inset-inline-start: var(--gutter); bottom: clamp(72px, 12vh, 120px); width: min(560px, 46vw); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .6s var(--ease), visibility .6s; }
.chap.on { opacity: 1; visibility: visible; pointer-events: auto; }
.chap h1, .chap h2 { font-size: clamp(2.6rem, 6.4vw, 6rem); margin: 18px 0 20px; }
.chap h1 em, .chap h2 em { font-style: italic; }
.chap p { color: var(--muted); font-size: clamp(1rem, 1.25vw, 1.15rem); max-width: 44ch; }
.chap .row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ch { display: inline-block; opacity: 0; transform: translateY(.4em); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.chap.on .ch { opacity: 1; transform: none; }
.hero__rail { position: absolute; inset-inline-end: var(--gutter); top: 50%; transform: translateY(-50%); display: grid; gap: 14px; justify-items: end; z-index: 3; }
.hero__rail i { display: block; width: 1px; height: 84px; background: var(--line); position: relative; }
.hero__rail i b { position: absolute; inset: 0 0 auto 0; height: 100%; background: var(--gold-grad); transform: scaleY(0); transform-origin: top; }
.hero__rail span { font: 600 .68rem/1 var(--mono); letter-spacing: .2em; color: var(--gold-3); writing-mode: vertical-rl; }
.hero__cue { position: absolute; inset-inline-start: 50%; bottom: 26px; transform: translateX(-50%); font: 600 .66rem/1 var(--mono); letter-spacing: .3em; text-transform: uppercase; color: var(--gold-3); display: grid; gap: 10px; justify-items: center; transition: opacity .4s; }
html[dir="rtl"] .hero__cue { transform: translateX(50%); }
.hero__cue i { width: 1px; height: 38px; background: linear-gradient(var(--gold-2), transparent); animation: cue 1.8s var(--ease) infinite; transform-origin: top; }
@keyframes cue { 0% { transform: scaleY(0); } 60% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }
.hero__fade { z-index: 1; position: absolute; inset: auto 0 0 0; height: 30vh; pointer-events: none; opacity: 0; background: linear-gradient(to bottom, transparent, var(--white)); }
.hero__poster { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; transition: opacity .8s; }
.hero__poster img { width: min(56vw, 720px); mix-blend-mode: multiply; }
.hero.ready .hero__poster { opacity: 0; }
.nogl .hero__gl { display: none; }
.nogl .hero__poster { opacity: 1 !important; }

/* 5. MARQUEE --------------------------------------------------------------- */
.marq { background: var(--white); border-block: 1px solid var(--line-soft); overflow: hidden; padding: 26px 0; position: relative; }
.marq__t { display: flex; width: max-content; animation: marq 46s linear infinite; }
.marq:hover .marq__t { animation-play-state: paused; }
.marq span { font: 500 clamp(1.8rem, 4vw, 3.2rem)/1 var(--serif); padding-inline: 34px; color: transparent; -webkit-text-stroke: 1px var(--gold-2); white-space: nowrap; display: inline-flex; align-items: center; gap: 68px; }
.marq span::after { content: "✦"; -webkit-text-stroke: 0; color: var(--gold-2); font-size: .9rem; }
@keyframes marq { to { transform: translateX(-50%); } }
html[dir="rtl"] .marq__t { animation-direction: reverse; }

/* 6. WORLDS (category tiles) ---------------------------------------------- */
.sec { position: relative; padding: clamp(88px, 12vw, 176px) 0; }
.sec--ivory { background: var(--ivory); }
.sec--champ { background: linear-gradient(var(--ivory), var(--champagne)); }
.sec__head { display: grid; gap: 18px; margin-bottom: clamp(36px, 5vw, 72px); max-width: 780px; }
.sec__head h2 { font-size: clamp(2.3rem, 5.2vw, 4.6rem); }
.sec__head h2 em { font-style: italic; }
.sec__head p { color: var(--muted); max-width: 52ch; }
.fade-b, .fade-t { position: absolute; inset-inline: 0; height: 18vh; pointer-events: none; z-index: 1; }
.fade-b { bottom: 0; background: linear-gradient(to bottom, transparent, var(--next, var(--white))); }
.fade-t { top: 0; background: linear-gradient(to top, transparent, var(--prev, var(--white))); }
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(12px, 1.6vw, 22px); perspective: 1200px; }
.tile { isolation: auto; position: relative; aspect-ratio: 3/4; border-radius: var(--r); background: var(--paper); border: 1px solid var(--line); overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; transition: box-shadow .5s var(--ease), border-color .4s; text-align: start; }
.tile:hover { box-shadow: var(--shadow-2); border-color: var(--gold-2); }
.tile__n { position: absolute; top: 18px; inset-inline-end: 20px; font: 600 .78rem/1 var(--mono); letter-spacing: .12em; color: var(--gold-3); }
.tile__img { position: absolute; inset: 3% 0 24%; display: grid; place-items: center; transition: transform .6s var(--ease); }
.tile__img img { max-height: 100%; width: auto; object-fit: contain; }
.tile:hover .tile__img { transform: scale(1.06) rotate(-3deg); }
.tile__t { position: relative; font: 500 1.6rem/1.1 var(--serif); }
.tile__s { position: relative; color: var(--muted); font-size: .86rem; margin-top: 6px; display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.tile__s b { font: 600 .68rem/1 var(--mono); letter-spacing: .16em; color: var(--gold-3); text-transform: uppercase; }
.tile > * { z-index: 1; }
.tile > .tile__img { mix-blend-mode: multiply; }

/* 7. SHOP — Orbit Fan ------------------------------------------------------ */
.shop { position: relative; background: var(--ivory); padding: clamp(72px, 9vw, 130px) 0 0; overflow: clip; }
.shop__top { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; }
.shop__top h2 { font-size: clamp(2.6rem, 6.4vw, 6rem); margin-top: 18px; }
.shop__top h2 em { font-style: italic; }
.pills { display: flex; gap: 8px; flex-wrap: wrap; }
.pill { min-height: 40px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); font: 600 .72rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); transition: all .35s var(--ease); }
html[dir="rtl"] .pill { letter-spacing: .02em; font-size: .86rem; }
.pill:hover { border-color: var(--gold-2); }
.pill[aria-pressed="true"] { background: var(--gold-grad-flat); border-color: transparent; color: #2a1f05; box-shadow: 0 8px 20px -10px rgba(164,124,34,.7); }
.pill sup { font: 600 .6rem/1 var(--mono); margin-inline-start: 6px; opacity: .6; }
.stage { position: relative; height: clamp(720px, 100vh, 900px); margin-top: 12px; overflow: hidden; overflow: clip; }
.wheel { perspective: 900px; perspective-origin: 50% 46%; position: absolute; inset: 0; z-index: 2; cursor: grab; touch-action: pan-y; user-select: none; -webkit-user-select: none; }
.wheel.drag { cursor: grabbing; }
.card { position: absolute; left: 0; top: 0; border-radius: 16px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 22px 34px -26px rgba(60,44,10,.5); will-change: transform, opacity; backface-visibility: hidden; display: flex; flex-direction: column; -webkit-tap-highlight-color: transparent; }
.card.is-active { border-color: var(--gold-2); box-shadow: 0 30px 46px -24px rgba(164,124,34,.55); }
.card__img { flex: 1; min-height: 0; display: grid; place-items: center; background: var(--paper); }
.card__img img { mix-blend-mode: multiply; width: 100%; height: 100%; object-fit: contain; pointer-events: none; -webkit-user-drag: none; }
.card__meta { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; padding: 10px 14px 12px; border-top: 1px solid var(--line-soft); font-size: .78rem; }
.card__meta b { font: 500 .98rem/1.1 var(--serif); }
.card__meta span { font: 600 .68rem/1 var(--mono); letter-spacing: .08em; color: var(--gold-3); white-space: nowrap; }
.card__tag { position: absolute; top: 10px; inset-inline-start: 10px; font: 700 .58rem/1 var(--mono); letter-spacing: .16em; text-transform: uppercase; padding: 6px 8px; border-radius: 4px; background: var(--ink); color: var(--gold-1); }
.panel { position: absolute; z-index: 3; inset-inline-start: 50%; transform: translateX(-50%); bottom: clamp(18px, 3vh, 40px); width: min(940px, calc(100% - var(--gutter) * 2)); display: grid; grid-template-columns: 1.1fr 1fr; gap: 28px; align-items: end; background: rgba(227,217,193,.94); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 28px; box-shadow: var(--shadow-2); }
html[dir="rtl"] .panel { transform: translateX(50%); }
.panel__brand { font: 600 .68rem/1 var(--mono); letter-spacing: .24em; text-transform: uppercase; color: var(--gold-3); }
.panel h3 { font-size: 2rem; margin: 8px 0 6px; }
.panel__row { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.price { font: 500 1.5rem/1 var(--serif); }
.price s { font: 400 .95rem var(--sans); color: var(--muted); margin-inline-start: 8px; }
.stars { color: var(--gold-2); letter-spacing: .1em; font-size: .82rem; }
.stars small { color: var(--muted); letter-spacing: 0; font-size: .76rem; margin-inline-start: 6px; }
.panel p { color: var(--muted); font-size: .88rem; margin: 10px 0 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.sizes { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 14px; }
.size { min-width: 38px; height: 34px; padding: 0 8px; border: 1px solid var(--line); border-radius: 9px; font: 600 .8rem/1 var(--sans); background: var(--paper); transition: all .25s; }
.size:hover { border-color: var(--gold-2); }
.size[aria-pressed="true"] { background: var(--ink); color: var(--gold-1); border-color: var(--ink); }
.panel__lbl { display: flex; justify-content: space-between; font: 600 .66rem/1 var(--mono); letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 9px; }
.panel .btn { width: 100%; }
.panel__hint { min-height: 1.2em; margin-top: 10px; font-size: .78rem; color: #9a4b1f; }
.ctl { position: absolute; z-index: 3; inset-inline-end: var(--gutter); top: 8px; display: flex; align-items: center; gap: 14px; }
.ctl__n { font: 500 1.05rem/1 var(--serif); margin-inline-end: 8px; color: var(--ink-2); }
.ctl__n b { font-weight: 500; color: var(--gold-3); }
.round { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--gold-2); display: grid; place-items: center; background: var(--paper); transition: all .35s var(--ease); }
.round:hover { background: var(--gold-2); color: #2a1f05; }
.round svg { width: 18px; height: 18px; }
html[dir="rtl"] .round svg { transform: scaleX(-1); }
.stage__hint { position: absolute; z-index: 3; inset-inline-start: var(--gutter); top: 22px; font: 600 .66rem/1 var(--mono); letter-spacing: .22em; text-transform: uppercase; color: var(--gold-3); }
.stage__floor { position: absolute; left: 0; right: 0; bottom: 0; height: 30%; z-index: 1; pointer-events: none; background: linear-gradient(to bottom, transparent, var(--white)); }

/* 8. STORY ----------------------------------------------------------------- */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 90px); align-items: center; }
.story__gl { position: relative; aspect-ratio: 1 / 1.08; border-radius: 28px; background: radial-gradient(90% 80% at 50% 40%, var(--paper), var(--champagne)); border: 1px solid var(--line); overflow: hidden; cursor: grab; touch-action: pan-y; }
.story__gl canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.story__gl .tick { position: absolute; inset: 14px; border: 1px solid var(--line-soft); border-radius: 18px; pointer-events: none; }
.story__gl small { position: absolute; bottom: 20px; inset-inline: 0; text-align: center; font: 600 .64rem/1 var(--mono); letter-spacing: .26em; text-transform: uppercase; color: var(--gold-3); pointer-events: none; }
.story h2 { font-size: clamp(2.3rem, 5vw, 4.4rem); margin: 18px 0 22px; }
.story h2 em { font-style: italic; }
.story p { color: var(--muted); max-width: 50ch; margin-bottom: 14px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 38px; border-top: 1px solid var(--line); }
.stat { padding: 22px 12px 0 0; }
html[dir="rtl"] .stat { padding: 22px 0 0 12px; }
.stat b { display: block; font: 500 clamp(2rem, 3.6vw, 3.2rem)/1 var(--serif); }
.stat b i { font-style: normal; }
.stat span { display: block; margin-top: 8px; font: 600 .66rem/1.4 var(--mono); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }

/* values (story) */
.values { margin-top: clamp(64px, 8vw, 120px); padding-top: clamp(40px, 5vw, 72px); border-top: 1px solid var(--line); }
.values__head { display: grid; gap: 16px; margin-bottom: 36px; }
.values__head h3 { font-size: clamp(1.9rem, 3.8vw, 3.2rem); }
.values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 28px); }
.value { background: rgba(227,217,193,.7); border: 1px solid var(--line); border-radius: var(--r); padding: 28px 26px 30px; }
.value span { font: 600 .78rem/1 var(--mono); letter-spacing: .14em; color: var(--gold-3); }
.value h4 { font: 500 1.45rem/1.15 var(--serif); margin: 18px 0 10px; }
.value p { color: var(--muted); font-size: .95rem; }
html[lang="ar"] .value h4 { letter-spacing: 0; }

/* 9. VISIT ----------------------------------------------------------------- */
.visit { position: relative; background: var(--champagne); overflow: hidden; }
.visit__contour { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .8; pointer-events: none; }
.visit__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 80px); align-items: start; }
.visit h2 { font-size: clamp(2.4rem, 5.6vw, 5rem); margin: 18px 0 26px; }
.visit h2 em { font-style: italic; }
.facts { display: grid; gap: 0; border-top: 1px solid var(--line); margin-bottom: 30px; }
.fact { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.fact dt { font: 600 .68rem/1.6 var(--mono); letter-spacing: .2em; text-transform: uppercase; color: var(--gold-3); }
.fact dd { margin: 0; color: var(--ink-2); }
.fact dd small { display: block; color: var(--muted); }
.hours { display: grid; gap: 4px; }
.hours div { display: flex; justify-content: space-between; gap: 18px; max-width: 320px; }
.hours .today { color: var(--gold-4); font-weight: 600; }
.open-now { display: inline-flex; align-items: center; gap: 8px; font: 600 .7rem/1 var(--mono); letter-spacing: .14em; text-transform: uppercase; margin-bottom: 4px; }
.open-now::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #b0a48a; }
.open-now.yes::before { background: #3a9d5d; box-shadow: 0 0 0 4px rgba(58,157,93,.18); }
.form { background: rgba(227,217,193,.92); border: 1px solid var(--line); border-radius: 24px; padding: clamp(24px, 3vw, 40px); box-shadow: var(--shadow-2); display: grid; gap: 16px; }
.form h3 { font-size: 1.9rem; }
.field { display: grid; gap: 7px; }
.field label { font: 600 .66rem/1 var(--mono); letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.field input, .field textarea, .field select { width: 100%; font: 400 1rem var(--sans); color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; min-height: 50px; transition: border-color .25s, box-shadow .25s; }
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 0; border-color: var(--gold-2); box-shadow: 0 0 0 4px rgba(207,168,78,.2); }
.field.bad input, .field.bad textarea { border-color: #b4532a; }
.field em { font-style: normal; font-size: .76rem; color: #b4532a; min-height: 1em; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* 10. FOOTER --------------------------------------------------------------- */
.ft { background: var(--ink); color: #d9d0bd; padding: clamp(56px, 7vw, 96px) 0 30px; position: relative; }
.ft::before { content: ""; position: absolute; inset: 0 0 auto; height: 1px; background: var(--gold-grad); }
.ft__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.ft img { height: 34px; width: auto; filter: brightness(1.15); }
.ft p { color: #a79d86; max-width: 34ch; margin-top: 16px; font-size: .92rem; }
.ft h4 { font: 600 .68rem/1 var(--mono); letter-spacing: .24em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 18px; }
.ft ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: .92rem; }
.ft a:hover { color: var(--gold-1); }
.ft__base { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(227,217,193,.1); font-size: .8rem; color: #8b826d; }

/* 11. CART DRAWER ---------------------------------------------------------- */
.scrim { position: fixed; inset: 0; z-index: 140; background: rgba(27,23,15,.42); opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s; }
.scrim.on { opacity: 1; visibility: visible; }
.drawer { position: fixed; z-index: 150; inset: 0 0 0 auto; width: min(460px, 100vw); background: var(--paper); display: flex; flex-direction: column; transform: translateX(105%); visibility: hidden; transition: transform .55s var(--ease), visibility .55s; }
html[dir="rtl"] .drawer { inset: 0 auto 0 0; transform: translateX(-105%); }
.drawer.on { transform: none; visibility: visible; box-shadow: -30px 0 60px -30px rgba(60,44,10,.4); }
html[dir="rtl"] .drawer.on { box-shadow: 30px 0 60px -30px rgba(60,44,10,.4); }
.drawer__hd { display: flex; justify-content: space-between; align-items: center; padding: 22px 26px; border-bottom: 1px solid var(--line-soft); }
.drawer__hd h3 { font-size: 1.7rem; }
.drawer__body { flex: 1; overflow-y: auto; padding: 8px 26px; overscroll-behavior: contain; }
.lines { list-style: none; margin: 0; padding: 0; }
.line { display: grid; grid-template-columns: 78px 1fr auto; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line-soft); align-items: center; }
.line img { mix-blend-mode: multiply; width: 78px; height: 78px; object-fit: contain; border: 1px solid var(--line-soft); border-radius: 12px; background: var(--paper); }
.line b { font: 500 1.05rem/1.2 var(--serif); display: block; }
.line small { color: var(--muted); display: block; margin: 2px 0 8px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; }
.qty button { width: 32px; height: 32px; font-size: 1.05rem; }
.qty span { min-width: 22px; text-align: center; font-size: .86rem; }
.line__p { text-align: end; font: 500 1rem var(--serif); }
.line__p button { display: block; margin: 8px 0 0 auto; font-size: .74rem; color: var(--muted); text-decoration: underline; }
html[dir="rtl"] .line__p button { margin: 8px auto 0 0; }
.empty { text-align: center; color: var(--muted); padding: 60px 10px; }
.empty b { display: block; font: 500 1.5rem var(--serif); color: var(--ink); margin-bottom: 8px; }
.drawer__ft { padding: 20px 26px 26px; border-top: 1px solid var(--line); background: var(--ivory); display: grid; gap: 14px; }
.sum { display: flex; justify-content: space-between; align-items: baseline; }
.sum b { font: 500 1.7rem var(--serif); }
.note { font-size: .78rem; color: var(--muted); }
.co { display: none; gap: 12px; }
.co.on { display: grid; }
.co .field input { min-height: 46px; padding: 11px 14px; }
.toast { position: fixed; inset-inline: 0; bottom: 26px; z-index: 260; margin-inline: auto; width: max-content; max-width: 90vw; background: var(--ink); color: #f6efdc; padding: 14px 22px; border-radius: 999px; font-size: .9rem; box-shadow: var(--shadow-2); transform: translateY(300%); opacity: 0; visibility: hidden; transition: transform .5s var(--ease), opacity .4s, visibility .5s; }
.toast.on { transform: none; opacity: 1; visibility: visible; }
.toast b { color: var(--gold-1); font-weight: 600; }

/* 12. REVEAL + UTIL -------------------------------------------------------- */
.rv { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }
.rv.in { opacity: 1; transform: none; }
.wa { position: fixed; inset-inline-end: 18px; bottom: 18px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-grad-flat); color: #2a1f05; box-shadow: 0 16px 30px -12px rgba(164,124,34,.8); transition: transform .4s var(--ease), opacity .4s; }
.wa:hover { transform: scale(1.08); }
.wa svg { width: 26px; height: 26px; }
body.in-hero .wa { opacity: 0; pointer-events: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .rv { opacity: 1; transform: none; }
  .ch { opacity: 1; transform: none; }
}

/* 13. RESPONSIVE ----------------------------------------------------------- */
@media (max-width: 1080px) {
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .ft__grid { grid-template-columns: 1fr 1fr; }
  .panel { width: min(380px, 40vw); }
}
@media (max-width: 860px) {
  :root { --nav-h: 64px; }
  .values__grid { grid-template-columns: 1fr; }
  .nav { position: fixed; inset: var(--nav-h) 0 auto 0; background: var(--paper); flex-direction: column; gap: 0; padding: 8px var(--gutter) 22px; border-bottom: 1px solid var(--line); transform: translateY(-120%); visibility: hidden; transition: transform .5s var(--ease), visibility .5s; z-index: -1; }
  .nav.on { transform: none; visibility: visible; }
  .nav a { padding: 16px 0; border-bottom: 1px solid var(--line-soft); font-size: .86rem; }
  .burger { display: inline-grid; }
  .brand img { height: 26px; }
  .story, .visit__grid { grid-template-columns: 1fr; }
  .story__gl { aspect-ratio: 1 / 1; }
  .hero { height: 380vh; }
  .chap { inset-inline: var(--gutter); width: auto; bottom: 64px; }
  .chap h1, .chap h2 { font-size: clamp(2.4rem, 11vw, 3.6rem); margin: 12px 0 12px; }
  .chap p { font-size: .96rem; }
  .chap .row { margin-top: 20px; }
  .hero__rail, .hero__cue { display: none; }
  .chap .btn { --h: 48px; padding: 0 22px; font-size: .74rem; }
  .pills { flex-wrap: nowrap; overflow-x: auto; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); scrollbar-width: none; width: calc(100% + var(--gutter) * 2); }
  .pills::-webkit-scrollbar { display: none; }
  .pill { flex: none; }
  .shop__top { display: block; }
  .shop__top .pills { margin-top: 20px; }
  .hero__ghost { font-size: 46vw; top: 34%; }
  /* shop: headline top, fan middle, panel bottom */
  .stage { height: 900px; }
  .panel { grid-template-columns: 1fr; gap: 14px; padding: 18px; width: calc(100% - var(--gutter) * 2); }
  .panel h3 { font-size: 1.6rem; margin: 6px 0 4px; }
  .panel p { display: none; }
  .ctl { top: 4px; }
  .stage__hint { display: none; }
  .fact { grid-template-columns: 96px 1fr; }
}
@media (max-width: 560px) {
  .tiles { grid-template-columns: 1fr 1fr; }
  .tile { padding: 14px; }
  .tile__t { font-size: 1.25rem; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stat { padding-bottom: 14px; }
  .stat b { font-size: 2rem; }
  .two { grid-template-columns: 1fr; }
  .ft__grid { grid-template-columns: 1fr; }
  .marq span { padding-inline: 20px; gap: 40px; }
}

/* multi-page additions ------------------------------------------------------ */
.page-top { padding-top: calc(var(--nav-h) + clamp(48px, 7vw, 110px)); }

.feat { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 2vw, 28px); }
.fcard { display: block; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: transform .6s var(--ease), box-shadow .6s var(--ease), border-color .4s; }
.fcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-2); border-color: var(--gold-2); }
.fcard__img { display: grid; place-items: center; aspect-ratio: 1 / 0.86; }
.fcard__img img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.fcard__meta { display: grid; gap: 4px; padding: 16px 20px 20px; border-top: 1px solid var(--line-soft); }
.fcard__meta small { font: 600 .66rem/1 var(--mono); letter-spacing: .22em; text-transform: uppercase; color: var(--gold-3); }
.fcard__meta b { font: 500 1.4rem/1.15 var(--serif); }
.fcard__meta span { color: var(--muted); font-size: .95rem; }
.feat__more { margin-top: clamp(28px, 4vw, 48px); display: flex; justify-content: center; }
.band { background: var(--champagne); border-block: 1px solid var(--line); padding: clamp(56px, 8vw, 110px) 0; }
.band__in { display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }
.band h2 { font-size: clamp(2.2rem, 5vw, 4.2rem); margin: 16px 0 14px; }
.band p { color: var(--muted); max-width: 46ch; }
.band__btns { display: flex; gap: 12px; flex-wrap: wrap; }
.nav a[aria-current="page"] { color: var(--gold-4); }
@media (max-width: 860px) { .feat { grid-template-columns: 1fr; } .feat .fcard { display: grid; grid-template-columns: 42% 1fr; } .fcard__img { aspect-ratio: auto; } .fcard__meta { border-top: 0; align-content: center; } }

/* regular product grid ------------------------------------------------------- */
.gcount { color: var(--gold-3); font-weight: 600; }
.pgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.8vw, 26px); }
.pcard { position: relative; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: transform .6s var(--ease), box-shadow .6s var(--ease), border-color .4s; }
.pcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-2); border-color: var(--gold-2); }
.pcard__img { aspect-ratio: 1 / .92; display: grid; place-items: center; }
.pcard__img img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.pcard__body { display: grid; gap: 10px; padding: 14px 18px 20px; border-top: 1px solid var(--line-soft); }
.pcard__body small { font: 600 .64rem/1 var(--mono); letter-spacing: .22em; text-transform: uppercase; color: var(--gold-3); }
.pcard__body h3 { font-size: 1.35rem; line-height: 1.15; }
.pcard__row { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.pcard__row .price { font-size: 1.15rem; }
.pcard select { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--ivory); font: 500 .9rem var(--sans); color: var(--ink); }
.pcard .btn { --h: 46px; width: 100%; font-size: .72rem; }
.pcard__hint { font-style: normal; font-size: .76rem; color: #8a3f17; min-height: 1em; }
@media (max-width: 1080px) { .pgrid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 860px) { .pgrid { grid-template-columns: repeat(2, 1fr); } .pcard__body { padding: 12px 12px 16px; } .pcard__body h3 { font-size: 1.1rem; } }
@media (max-width: 420px) { .pgrid { grid-template-columns: 1fr; } }

/* page-transition wipe (from the Miniman lite site): 5 panels rise, page name slides up, panels lift away on load */
@font-face { font-family: "Anton"; src: url("../fonts/anton-latin-400.woff2") format("woff2"); font-display: block; }
.mm-wipe { position: fixed; inset: 0; z-index: 9999; display: flex; pointer-events: none; }
.mm-wipe i { flex: none; width: calc(20% + 2px); margin-right: -2px; background: #2b2114; transform: scaleY(0); transform-origin: 50% 100%; transition: transform .52s cubic-bezier(.16, 1, .3, 1); position: relative; }
.mm-wipe i:nth-child(odd) { background: #3d2e1a; }
.mm-wipe i::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: linear-gradient(90deg, #a47c22, #f6e7b0, #cfa84e); opacity: 1; }
.mm-wipe b { position: absolute; left: 50%; top: 50%; transform: translate(-50%, calc(-50% + 46px)); font: 400 clamp(3rem, 12vw, 10rem)/1 "Anton", "Impact", "Arial Narrow", sans-serif; color: #e9c766; letter-spacing: .02em; text-transform: uppercase; text-shadow: 0 6px 30px rgba(0,0,0,.45); white-space: nowrap; opacity: 0; transition: opacity .36s .34s, transform .65s cubic-bezier(.16, 1, .3, 1) .3s; }
html[lang="ar"] .mm-wipe b { font-family: system-ui, "Segoe UI", Tahoma, sans-serif; font-weight: 700; letter-spacing: 0; }
.mm-wipe.in { pointer-events: all; }
.mm-wipe.in i { transform: scaleY(1); }
.mm-wipe.in b { opacity: 1; transform: translate(-50%, -50%); }
.mm-wipe.in i:nth-child(2) { transition-delay: .06s; } .mm-wipe.in i:nth-child(3) { transition-delay: .12s; } .mm-wipe.in i:nth-child(4) { transition-delay: .18s; } .mm-wipe.in i:nth-child(5) { transition-delay: .24s; }
.mm-wipe.out i { transform-origin: 50% 0; transform: scaleY(0); }
.mm-wipe.out i:nth-child(1) { transition-delay: .24s; } .mm-wipe.out i:nth-child(2) { transition-delay: .18s; } .mm-wipe.out i:nth-child(3) { transition-delay: .12s; } .mm-wipe.out i:nth-child(4) { transition-delay: .06s; }
.mm-wipe.out b { opacity: 0; transform: translate(-50%, calc(-50% - 46px)); transition: opacity .25s 0s, transform .38s cubic-bezier(.5, 0, 1, .6) 0s; }
.mm-wipe.still i, .mm-wipe.still b { transition: none !important; }
@media (prefers-reduced-motion: reduce) { .mm-wipe { display: none; } }
.stage__hint { display: none; }

/* ===== contrast pass: deep espresso sections + stronger lines ===== */
.hero__ghost { -webkit-text-stroke: 1.5px rgba(122, 90, 20, .34); }
.hd.scrolled, .hd { border-bottom-color: var(--line-soft); }
.tile, .fcard, .pcard, .value, .story__gl { box-shadow: 0 14px 30px -20px rgba(60, 44, 10, .55); }
.btn--ghost { border-color: var(--gold-3); color: var(--gold-4); background: rgba(227, 217, 193, .5); }
.pill { border-color: rgba(122, 90, 20, .5); }

.shop, .marq, .band, .visit { --ink: #eadfc4; --ink-2: #d8c99f; --muted: #b8a983; --line: rgba(241, 223, 164, .34); --line-soft: rgba(241, 223, 164, .16); color: var(--on-deep); }
.shop { background: radial-gradient(70% 55% at 50% 38%, rgba(207, 168, 78, .2), transparent 72%), var(--deep); }
.marq { background: var(--deep); border-block-color: rgba(241, 223, 164, .2); }
.marq span { -webkit-text-stroke: 1px var(--gold-2); }
.band { background: linear-gradient(180deg, var(--deep-2), var(--deep)); border-block-color: rgba(241, 223, 164, .2); }
.visit { background: var(--deep); }
.shop .gold, .band .gold, .visit .gold { background-image: linear-gradient(115deg, #d9b45a 0%, #f6e7b0 50%, #cfa84e 100%); }
.shop .eyebrow, .band .eyebrow, .visit .eyebrow, .visit .fact dt { color: var(--gold-1); }
.shop .eyebrow::before, .band .eyebrow::before, .visit .eyebrow::before { background: var(--gold-2); }
.shop .pill, .band .btn--ghost { background: transparent; border-color: rgba(241, 223, 164, .5); color: var(--on-deep); }
.shop .pill:hover { border-color: var(--gold-1); }
.shop .pill[aria-pressed="true"] { background: var(--gold-grad-flat); color: #2a1f05; border-color: transparent; }
.band .btn--ghost:hover { background: var(--gold-2); color: #2a1f05; }
.visit .btn--ink { background: var(--gold-grad-flat); color: #2a1f05; }
.visit .btn--ink:hover { filter: brightness(1.08); background: var(--gold-grad-flat); }
.shop .card, .shop .panel, .visit .form { --ink: #1b170f; --ink-2: #3a3326; --muted: #4f4939; --line: rgba(122, 90, 20, .42); --line-soft: rgba(122, 90, 20, .22); color: #1b170f; }
.shop .card { background: #e9dfc6; border-color: rgba(241, 223, 164, .55); box-shadow: 0 24px 40px -22px rgba(0, 0, 0, .7); }
.shop .card.is-active { border-color: var(--gold-1); box-shadow: 0 0 0 1px var(--gold-2), 0 26px 50px -20px rgba(0, 0, 0, .8), 0 0 60px -10px rgba(207, 168, 78, .35); }
.shop .card__img { background: #e9dfc6; }
.shop .panel { background: #e9dfc6; border-color: rgba(241, 223, 164, .55); box-shadow: 0 30px 60px -28px rgba(0, 0, 0, .8); }
.shop .round { background: #e9dfc6; color: #1b170f; border-color: var(--gold-2); }
.shop .round:hover { background: var(--gold-2); }
.shop .ctl__n { color: var(--on-deep); } .shop .ctl__n b { color: var(--gold-1); }
.visit .form { background: #e9dfc6; }
.visit .form .field input, .visit .form .field textarea { background: #f2ead6; }
.visit__contour { opacity: 1; }
.visit .hours .today { color: var(--gold-1); } .visit .open-now { color: var(--on-deep); }

/* category chooser (Men / Women / Kids) ------------------------------------- */
.cats__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 2vw, 28px); }
.cat { position: relative; aspect-ratio: 4 / 5; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); background: var(--deep); text-align: start; display: block; box-shadow: 0 24px 44px -26px rgba(36, 28, 18, .7); transition: transform .7s var(--ease), box-shadow .6s var(--ease); }
.cat img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), filter .6s; filter: saturate(.95) brightness(.92); }
.cat::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(36, 28, 18, 0) 40%, rgba(36, 28, 18, .88)); }
.cat:hover { transform: translateY(-6px); box-shadow: 0 34px 60px -26px rgba(36, 28, 18, .85); }
.cat:hover img { transform: scale(1.06); filter: saturate(1.05) brightness(1); }
.cat__t { position: absolute; z-index: 2; inset: auto 24px 24px; display: grid; gap: 6px; color: #f3e9cd; }
.cat__t b { font: 500 clamp(2rem, 3.4vw, 3rem)/1 var(--serif); }
.cat__t small { font: 600 .68rem/1.4 var(--mono); letter-spacing: .18em; text-transform: uppercase; color: var(--gold-1); }
.cat__go { position: absolute; z-index: 2; top: 20px; inset-inline-end: 20px; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-grad-flat); color: #2a1f05; font-size: 1.2rem; transition: transform .5s var(--ease); }
.cat:hover .cat__go { transform: rotate(-45deg) scale(1.08); }
html[dir="rtl"] .cat__go { transform: scaleX(-1); }
.cats__all { display: flex; justify-content: center; margin-top: clamp(24px, 3vw, 40px); }
html[lang="ar"] .cat__t small { letter-spacing: 0; }
.shop__filters { display: grid; gap: 12px; justify-items: end; }
.seg { display: inline-flex; border: 1px solid rgba(241, 223, 164, .5); border-radius: 999px; padding: 4px; gap: 2px; }
.seg__b { min-height: 38px; padding: 0 20px; border-radius: 999px; font: 600 .72rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--on-deep); transition: all .35s var(--ease); }
html[dir="rtl"] .seg__b { letter-spacing: .02em; font-size: .86rem; }
.seg__b:hover { color: var(--gold-1); }
.seg__b[aria-pressed="true"] { background: var(--gold-grad-flat); color: #2a1f05; }
.stage__empty { display: none; position: absolute; inset: 0; z-index: 4; place-content: center; justify-items: center; gap: 22px; text-align: center; padding: 24px; color: var(--on-deep); }
.stage__empty p { max-width: 42ch; font: 500 1.5rem/1.35 var(--serif); }
.stage.is-empty .stage__empty { display: grid; }
.stage.is-empty .wheel, .stage.is-empty .panel, .stage.is-empty .ctl { display: none; }
.pgrid__empty { grid-column: 1 / -1; text-align: center; color: var(--muted); padding: 40px 0; font: 500 1.3rem var(--serif); }
@media (max-width: 860px) {
  .cats__grid { grid-template-columns: 1fr; }
  .cat { aspect-ratio: 16 / 11; }
  .shop__filters { justify-items: start; margin-top: 18px; }
  .seg { max-width: 100%; overflow-x: auto; }
}

/* category pages ------------------------------------------------------------- */
.cathero { position: relative; min-height: clamp(300px, 46vh, 460px); display: flex; align-items: flex-end; background: linear-gradient(180deg, rgba(36, 28, 18, .35), rgba(36, 28, 18, .92)), var(--img) center 30% / cover, var(--deep); padding-bottom: clamp(32px, 5vw, 64px); color: #f3e9cd; border-bottom: 1px solid rgba(241, 223, 164, .3); }
.cathero__in { display: grid; gap: 14px; }
.cathero h1 { font-size: clamp(3rem, 8vw, 7rem); }
.cathero p { font: 600 .78rem/1.4 var(--mono); letter-spacing: .22em; text-transform: uppercase; color: var(--gold-1); }
html[lang="ar"] .cathero p { letter-spacing: 0; }
.crumb { display: flex; gap: 10px; align-items: center; font: 600 .7rem/1 var(--mono); letter-spacing: .2em; text-transform: uppercase; color: rgba(243, 233, 205, .75); }
.crumb a:hover { color: var(--gold-1); } .crumb b { color: var(--gold-1); font-weight: 600; }
html[lang="ar"] .crumb { letter-spacing: 0; }
.cats__grid--two { grid-template-columns: repeat(2, 1fr); }
.cats__grid--two .cat { aspect-ratio: 16 / 9; }
.cats__grid--two .cat img { object-position: center 30%; }
@media (max-width: 860px) { .cats__grid--two { grid-template-columns: 1fr; } .cats__grid--two .cat { aspect-ratio: 16 / 10; } }
.shop { padding-top: clamp(48px, 6vw, 88px); }

/* contour canvases are drawn once and drifted by the compositor */
.drift { transform-origin: 50% 50%; animation: drift 46s ease-in-out infinite alternate; will-change: transform; }
@keyframes drift { from { transform: translate3d(0, 0, 0) scale(1.12) rotate(0deg); } to { transform: translate3d(-2.2%, -1.6%, 0) scale(1.12) rotate(.9deg); } }
.marq__t { will-change: transform; backface-visibility: hidden; }

.cathero { background: var(--deep); overflow: hidden; min-height: clamp(360px, 56vh, 560px); }
.cathero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.cathero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(36,28,18,.9) 0%, rgba(36,28,18,.55) 42%, rgba(36,28,18,.12) 75%), linear-gradient(180deg, rgba(36,28,18,.35) 0%, rgba(36,28,18,0) 35%, rgba(36,28,18,.75) 100%); }
html[dir="rtl"] .cathero::before { background: linear-gradient(270deg, rgba(36,28,18,.9) 0%, rgba(36,28,18,.55) 42%, rgba(36,28,18,.12) 75%), linear-gradient(180deg, rgba(36,28,18,.35) 0%, rgba(36,28,18,0) 35%, rgba(36,28,18,.75) 100%); }
.cathero__in { position: relative; z-index: 2; }

/* ===== dark hero + alternating sections (less white) ===== */
.hero__stick, #brands { --ink: #eadfc4; --ink-2: #d8c99f; --muted: #b8a983; --line: rgba(241, 223, 164, .34); --line-soft: rgba(241, 223, 164, .16); color: var(--on-deep); }
.hero__stick { background: radial-gradient(85% 80% at 68% 46%, #4d3c1f 0%, #2e2415 42%, #1c150c 100%); }
.hero__ghost { -webkit-text-stroke: 1.5px rgba(241, 223, 164, .16); }
.hero__contour { opacity: 1; }
.hero .gold, #brands .gold { background-image: linear-gradient(115deg, #d9b45a 0%, #f6e7b0 50%, #cfa84e 100%); }
.hero .eyebrow, #brands .eyebrow { color: var(--gold-1); }
.hero .chap p { color: #cdbf9b; }
.hero .btn--ghost { background: transparent; border-color: rgba(241, 223, 164, .55); color: var(--on-deep); }
.hero .btn--ghost:hover { background: var(--gold-2); color: #2a1f05; }
.hero__rail span, .hero__cue { color: var(--gold-1); }
.hero__rail i { background: rgba(241, 223, 164, .3); }
.hero__fade { background: linear-gradient(to bottom, transparent, var(--champagne)); }
.hero__poster { display: none; }
.nogl .hero__poster { display: grid; } .nogl .hero__poster img { mix-blend-mode: normal; border-radius: 18px; }
#brands { background: radial-gradient(70% 60% at 50% 30%, rgba(207, 168, 78, .16), transparent 70%), var(--deep); }
#brands .tile { --ink: #1b170f; --ink-2: #3a3326; --muted: #4f4939; --line: rgba(122, 90, 20, .42); background: #e9dfc6; color: #1b170f; border-color: rgba(241, 223, 164, .5); box-shadow: 0 24px 40px -24px rgba(0, 0, 0, .7); }
#brands .tile__s { color: #4f4939; }
.marq { --ink: #1b170f; background: var(--champagne); color: #1b170f; border-block-color: var(--line); }
.marq span { -webkit-text-stroke: 1px var(--gold-3); }
.marq span::after { color: var(--gold-3); }

/* ===== shop page: Mini Man showroom background (from the lite About page) ===== */
.about-mascot { position: fixed; inset: 0; width: 100vw; height: 100vh; height: 100dvh; z-index: 0; pointer-events: none; opacity: 0; transition: opacity 1s ease; }
.about-mascot.is-ready { opacity: 1; }
.about-scrim { position: fixed; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(90deg, rgba(20,14,7,.88) 0%, rgba(20,14,7,.62) 42%, rgba(20,14,7,.1) 72%, transparent 100%); }
html[dir="rtl"] .about-scrim { background: linear-gradient(270deg, rgba(20,14,7,.88) 0%, rgba(20,14,7,.62) 42%, rgba(20,14,7,.1) 72%, transparent 100%); }
@media (max-width: 760px) { .about-scrim, html[dir="rtl"] .about-scrim { background: linear-gradient(180deg, rgba(20,14,7,.55), rgba(20,14,7,.72)); } }
body[data-mascot] { background: #0d0905; }
body[data-mascot] main, body[data-mascot] .ft { position: relative; z-index: 1; }
body[data-mascot] main { --ink: #eadfc4; --ink-2: #d8c99f; --muted: #b8a983; --line: rgba(241, 223, 164, .34); --line-soft: rgba(241, 223, 164, .16); color: var(--on-deep); }
body[data-mascot] .cats, body[data-mascot] #featured { background: transparent; }
body[data-mascot] main .gold { background-image: linear-gradient(115deg, #d9b45a 0%, #f6e7b0 50%, #cfa84e 100%); }
body[data-mascot] main .eyebrow { color: var(--gold-1); }
body[data-mascot] .btn--ghost { background: transparent; border-color: rgba(241, 223, 164, .55); color: var(--on-deep); }
body[data-mascot] .btn--ghost:hover { background: var(--gold-2); color: #2a1f05; }
body[data-mascot] .fcard { --ink: #1b170f; --muted: #4f4939; --line: rgba(122, 90, 20, .42); --line-soft: rgba(122, 90, 20, .22); background: #e9dfc6; color: #1b170f; border-color: rgba(241, 223, 164, .5); }
@media (prefers-reduced-motion: reduce) { .about-mascot { transition: none; } }

.hero__fade { display: none; }
.hero { border-bottom: 1px solid rgba(241, 223, 164, .3); }

/* ===== dark header: the gold wordmark needs a dark ground ===== */
.hd { background: var(--deep); border-bottom-color: rgba(241, 223, 164, .28); }
.hd.scrolled { border-bottom-color: rgba(241, 223, 164, .45); box-shadow: 0 12px 30px -18px rgba(0, 0, 0, .7); }
.brand img { height: 34px; filter: drop-shadow(0 0 10px rgba(241, 223, 164, .25)); }
.nav a { color: var(--on-deep); }
.nav a:hover { color: var(--gold-1); }
.nav a.on, .nav a[aria-current="page"] { color: var(--gold-1); }
.nav a::after { background: var(--gold-1); }
.hd .iconbtn { color: var(--on-deep); }
.hd .iconbtn:hover { background: var(--deep-2); color: var(--gold-1); }
@media (max-width: 860px) {
  .nav { background: var(--deep); border-bottom-color: rgba(241, 223, 164, .3); }
  .nav a { border-bottom-color: rgba(241, 223, 164, .16); }
  .brand img { height: 30px; }
}
.hd .brand img, .ft img { filter: brightness(1.45) contrast(1.05) saturate(1.1) drop-shadow(0 0 12px rgba(241, 223, 164, .3)); }

/* tighter rhythm on the shop chooser (no dead space between the cards and Featured) */
body[data-mascot] .cats { padding-bottom: clamp(24px, 3vw, 44px); }
body[data-mascot] #featured { padding-top: clamp(24px, 3vw, 44px); padding-bottom: clamp(56px, 7vw, 100px); }
body[data-mascot] .cats__all { margin-top: clamp(20px, 2.4vw, 32px); }

/* product detail popup ------------------------------------------------------- */
.pcard { cursor: pointer; }
.pdp { position: fixed; inset: 0; z-index: 170; display: grid; place-items: center; padding: clamp(10px, 3vw, 32px); visibility: hidden; opacity: 0; transition: opacity .4s, visibility .4s; }
.pdp.on { visibility: visible; opacity: 1; }
.pdp__scrim { position: absolute; inset: 0; background: rgba(20, 14, 7, .78); }
.pdp__box { --ink: #1b170f; --ink-2: #3a3326; --muted: #4f4939; --line: rgba(122, 90, 20, .42); --line-soft: rgba(122, 90, 20, .22); color: #1b170f; position: relative; width: min(1040px, 100%); max-height: min(92vh, 780px); overflow: auto; background: #e9dfc6; border: 1px solid rgba(241, 223, 164, .6); border-radius: 22px; box-shadow: 0 50px 100px -30px rgba(0, 0, 0, .9); transform: translateY(24px) scale(.98); transition: transform .55s var(--ease); overscroll-behavior: contain; }
.pdp.on .pdp__box { transform: none; }
.pdp__x { position: absolute; z-index: 3; top: 12px; inset-inline-end: 12px; background: rgba(233, 223, 198, .9); border: 1px solid var(--line); }
.pdp__body { display: grid; grid-template-columns: 1fr 1fr; min-height: 100%; }
.pdp__img { position: relative; display: grid; place-items: center; background: #f0e8d3; border-inline-end: 1px solid var(--line-soft); padding: 24px; min-height: 340px; }
.pdp__img img { width: 100%; max-height: 520px; object-fit: contain; mix-blend-mode: multiply; }
.pdp__info { padding: clamp(24px, 3.4vw, 46px); display: grid; gap: 14px; align-content: start; }
.pdp__brand { font: 600 .7rem/1 var(--mono); letter-spacing: .24em; text-transform: uppercase; color: var(--gold-3); }
.pdp__info h2 { font-size: clamp(2rem, 3.6vw, 3rem); }
.pdp__row { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.pdp__desc { color: var(--muted); }
.pdp__cols { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: .84rem; }
.pdp__cols span { font: 600 .66rem/1 var(--mono); letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-inline-end: 4px; }
.pdp__cols i { font-style: normal; padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px; background: #f0e8d3; }
.pdp__btns { display: flex; gap: 10px; flex-wrap: wrap; }
.pdp__btns .btn { flex: 1 1 180px; }
.pdp__btns .btn--ghost { background: transparent; border-color: var(--gold-3); color: var(--gold-4); }
.pdp__rel { border-top: 1px solid var(--line-soft); padding-top: 14px; display: grid; gap: 10px; }
.pdp__rel small { font: 600 .66rem/1 var(--mono); letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.pdp__rel > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.pdp__rel button { display: grid; gap: 4px; text-align: center; border: 1px solid var(--line-soft); border-radius: 12px; padding: 8px; background: #f0e8d3; font-size: .78rem; transition: border-color .3s; }
.pdp__rel button:hover { border-color: var(--gold-2); }
.pdp__rel img { width: 100%; aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; }
@media (max-width: 760px) {
  .pdp { align-items: end; padding: 0; }
  .pdp__box { border-radius: 22px 22px 0 0; max-height: 94vh; width: 100%; }
  .pdp__body { grid-template-columns: 1fr; }
  .pdp__img { min-height: 240px; border-inline-end: 0; border-bottom: 1px solid var(--line-soft); padding: 16px; }
  .pdp__img img { max-height: 300px; }
}

/* tighter vertical rhythm on the home page (no dead space between sections) */
body[data-page="home"] .sec { padding: clamp(52px, 6.5vw, 96px) 0; }
body[data-page="home"] .sec__head { margin-bottom: clamp(24px, 3.4vw, 44px); }
body[data-page="home"] .band { padding: clamp(44px, 6vw, 84px) 0; }
