:root {
  --olo-black:#0b0b0b; --olo-pearl:#f8f7f4; --olo-ivory:#f3efe9; --olo-walnut:#805743; --olo-espresso:#33251f; --olo-stone:#a99d93;
  --color-bg:var(--olo-pearl); --color-surface:#f8f5f0; --color-text:var(--olo-black); --color-text-muted:#706a65;
  --color-border:#d8d0c8; --color-accent:var(--olo-walnut); --color-accent-hover:var(--olo-espresso);
  --color-success:#2f6b4f; --color-warning:#9a6a28; --color-error:#a5423a; --color-info:#4b6475;
  --price-regular:var(--color-text); --price-sale:var(--color-text); --price-compare:var(--color-text-muted);
  --stock-available:var(--color-success); --stock-unavailable:var(--color-error); --swatch-ring:var(--color-text);
  --swatch-charcoal:#3c3a38; --swatch-black:var(--olo-black); --swatch-walnut:var(--olo-walnut); --swatch-brown:#3d2314; --swatch-stone:#cfc7bd; --swatch-grey:#9e9e9e; --swatch-camel:#c19a6b; --swatch-burgundy:#58111a; --swatch-olive:#444c38; --swatch-off-white:#f2ede4; --swatch-offwhite:#f2ede4;
  --font-ui:"Manrope",sans-serif; --font-ar:"IBM Plex Sans Arabic",sans-serif; --font-editorial:"Cormorant Garamond",serif;
  --text-display-xl:72px; --text-display:56px; --text-h1:44px; --text-h2:36px; --text-h3:28px; --text-h4:22px;
  --text-lg:18px; --text-body:16px; --text-small:14px; --text-caption:12px;
  --leading-body:1.6; --leading-editorial:.98; --leading-display-ui:1.06; --leading-ui:1.15; --tracking-editorial:-.02em; --tracking-label:.12em;
  --space-1:4px; --space-2:8px; --space-3:12px; --space-4:16px; --space-5:20px; --space-6:24px;
  --space-8:32px; --space-10:40px; --space-12:48px; --space-16:64px; --space-20:80px;
  --space-24:96px; --space-30:120px; --space-40:160px;
  --container:1320px; --page-max:1440px; --reading:768px; --gutter:40px; --section-space:64px;
  --radius-none:0; --radius-xs:2px; --radius-sm:4px; --radius-md:6px; --radius-lg:10px; --radius-full:999px;
  --border-width:1px; --focus-width:2px; --focus-offset:4px; --control-height:48px; --target-size:44px;
  --header-height:76px; --announcement-height:34px; --hero-height:72svh; --logo-width:80px; --drawer-width:460px;
  --space-section:var(--section-space); --space-component:var(--space-6); --content-reading:var(--reading);
  --control-primary-height:calc(var(--control-height) + var(--space-1)); --control-radius:var(--radius-sm); --card-radius:var(--radius-md);
  --product-grid-gap:var(--space-6); --product-card-min:calc(var(--space-40) + var(--space-20));
  --shadow-soft:0 8px 30px rgba(11,11,11,.06);
  --duration-fast:160ms; --duration-ui:240ms; --duration-base:320ms; --duration-editorial:500ms;
  --ease-olo:cubic-bezier(.22,1,.36,1);
}
@media(max-width:1023px){:root{--gutter:24px;--section-space:48px}}
@media(max-width:767px){:root{--gutter:18px;--section-space:36px;--header-height:64px;--hero-height:72svh;--text-display-xl:40px;--text-display:34px;--text-h1:30px;--text-h2:26px;--text-h3:22px;--text-h4:18px;--text-lg:16px}}
