
/* SoukPilot V1 integration — loaded after legacy layout CSS. */
:root{
  --ink:#1B2A4A;--muted:#5B6472;--paper:#fff;--bg:#F7F7F5;--line:#E2E5EA;
  --navy:#1B2A4A;--blue:#1D8464;--teal:#2ECC9B;--pink:#E8833A;--yellow:#E8833A;
  --green:#167A50;--red:#C73838;--shadow:0 22px 65px rgba(27,42,74,.12);
  --shadow-sm:0 11px 34px rgba(27,42,74,.08)
}
body{font-family:var(--font-latin);background:var(--brand-background);color:var(--brand-text)}
html[lang^="ar"] body{font-family:var(--font-arabic)}
.btn-primary{background:var(--brand-primary);color:var(--brand-on-primary);box-shadow:0 12px 27px rgba(27,42,74,.20)}
.btn-primary:hover{background:var(--brand-primary-hover)}
.navlinks a:hover,.product-category,.breadcrumb a:hover{color:var(--brand-secondary-text)}
.eyebrow{color:var(--brand-secondary-text)}.eyebrow i{background:var(--brand-accent);box-shadow:0 0 0 5px rgba(232,131,58,.14)}
.hero h1 span{background:linear-gradient(90deg,var(--brand-primary),var(--brand-secondary-text));background-clip:text;-webkit-background-clip:text;color:transparent}
.platform{gap:8px}.platform img{width:18px;height:18px;padding:0;background:transparent;border-radius:0}.platform b{letter-spacing:.02em}
.soukpilot-powered{display:inline-flex;align-items:center;gap:7px}.soukpilot-powered img{width:18px;height:18px;object-fit:contain}
.soukpilot-logo-horizontal{display:block;width:175px;height:auto}
.soukpilot-logo-symbol{display:block;width:34px;height:34px}
.store-draft #catalogue .section-head small{color:var(--brand-warning)}
.store-draft .storefront-empty{border-color:#F0D9C9;background:#FFF8F2}
.store-draft .storefront-empty b{color:var(--brand-primary)}
.store-draft .storefront-empty span{color:var(--brand-text-muted)}
@media(max-width:700px){.soukpilot-logo-horizontal{width:145px}}
