/* General Sans — self-hosted from our own domain (Fontshare CDN is unreliable
   on some networks). ?v query busts any stale/failed font cache. */
@font-face{font-family:'General Sans';src:url('assets/fonts/general-sans-400.woff2?v=157') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'General Sans';src:url('assets/fonts/general-sans-500.woff2?v=157') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'General Sans';src:url('assets/fonts/general-sans-600.woff2?v=157') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'General Sans';src:url('assets/fonts/general-sans-700.woff2?v=157') format('woff2');font-weight:700;font-style:normal;font-display:swap}

/* Cairo (Arabic) — self-hosted variable font, was a render-blocking Google Fonts
   request on every page (including FR, which never uses it). 3 subset files;
   font-weight range 400 700 = the weights we actually use. */
@font-face{font-family:'Cairo';src:url('assets/fonts/cairo-arabic.woff2?v=157') format('woff2');font-weight:400 700;font-style:normal;font-display:swap;unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}
@font-face{font-family:'Cairo';src:url('assets/fonts/cairo-latin.woff2?v=157') format('woff2');font-weight:400 700;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:'Cairo';src:url('assets/fonts/cairo-latin-ext.woff2?v=157') format('woff2');font-weight:400 700;font-style:normal;font-display:swap;unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}

:root{
  --ink-900:#0B1B33; --ink-700:#2F415A; --ink-600:#3d4d63; --ink-500:#56677E;
  --ink-400:#8595a8; --ink-300:#B7C1CE; --ink-200:#D6DEE8; --ink-100:#EDF1F6; --ink-50:#F6F8FB;
  --omi-navy:#0C1FB8; --omi-red:#ED0334; --omi-cyan:#17B7E6; --omi-cyan-deep:#0E8FC4;
  --font:'Cairo',system-ui,'Segoe UI',sans-serif;
  --font-display:'General Sans','Cairo',system-ui,sans-serif;
  --radius-sm:8px; --radius-md:14px; --radius-lg:20px; --radius-pill:999px;
  --shadow-sm:0 2px 10px rgba(11,27,51,.06);
  --shadow-md:0 12px 30px rgba(11,27,51,.10);
  --shadow-lg:0 20px 50px rgba(11,27,51,.12);
  --dur-fast:140ms; --dur-base:240ms; --ease-out:cubic-bezier(.22,.61,.36,1);
  --nav-h:62px;
  /* consistent vertical rhythm between sections */
  --sec:clamp(64px,7vw,108px);
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;padding-top:var(--nav-h);font-family:var(--font);color:var(--ink-700);background:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.wrap{max-width:1520px;margin:0 auto;padding:0 clamp(24px,11.38vw,173px)}
a{text-decoration:none;color:var(--omi-navy)}
a:hover{color:var(--omi-cyan-deep)}
.ar{display:none}
[dir="rtl"] .fr{display:none}
[dir="rtl"] .ar{display:inline}

/* ================= NAVBAR ================= */
.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.55);backdrop-filter:blur(12px) saturate(1.4);-webkit-backdrop-filter:blur(12px) saturate(1.4);border-bottom:1px solid transparent;transform:translateY(0);transition:transform .45s cubic-bezier(.16,1,.3,1),background .35s,border-color .35s,box-shadow .35s}
.site-header.hide{transform:translateY(-100%)}
.site-header.scrolled{background:rgba(255,255,255,.82);border-bottom-color:var(--ink-100);box-shadow:var(--shadow-sm)}
.nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:var(--nav-h);gap:24px;direction:ltr}
/* Arabic: mirror the whole bar — logo to the right, lang + burger to the left.
   justify-self start/end are logical, so they follow automatically. */
[dir="rtl"] .nav{direction:rtl}
.nav-logo{justify-self:start;display:inline-flex}
.nav-links{justify-self:center;display:flex;gap:40px;align-items:center;font-family:var(--font-display);font-weight:500;font-size:13px;letter-spacing:-.01em}
[dir="rtl"] .nav-links{font-family:var(--font);font-weight:500;font-size:14px}
.nav-links a{color:var(--ink-600);transition:color var(--dur-fast) var(--ease-out)}
.nav-links a:hover{color:var(--omi-navy)}
.nav-m{display:none}                 /* rich drawer extras: mobile-only */
.nav-m-sub,.nav-m-caret{display:none}/* accordion parts: mobile-only */
html.nav-locked{overflow:hidden}     /* freeze the page while the drawer is open */
@keyframes navItemIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.nav-right{justify-self:end;display:flex;align-items:center;gap:10px}
.lang{position:relative;font-family:var(--font-display)}
.lang-trigger{display:inline-flex;align-items:center;gap:7px;background:transparent;border:0;padding:8px 4px;cursor:pointer;font-family:inherit;font-weight:500;font-size:15px;color:var(--ink-600);transition:color var(--dur-fast) var(--ease-out)}
.lang-trigger:hover,.lang.open .lang-trigger{color:var(--ink-900)}
.lang-trigger #langLabel{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1.5px;text-decoration-color:var(--ink-300)}
.lang-trigger:hover #langLabel{text-decoration-color:var(--omi-navy)}
.lang-trigger .globe{color:var(--ink-500);flex:none}
.lang-trigger .chev{color:var(--ink-300);transition:transform var(--dur-base) var(--ease-out)}
.lang.open .lang-trigger .chev{transform:rotate(180deg)}
.lang-menu{position:absolute;top:calc(100% + 12px);inset-inline-end:0;min-width:150px;background:#fff;border:1px solid var(--ink-100);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:5px;opacity:0;visibility:hidden;transform:translateY(-6px);transform-origin:top var(--menu-origin,right);transition:opacity var(--dur-base) var(--ease-out),transform var(--dur-base) var(--ease-out),visibility var(--dur-base)}
.lang.open .lang-menu{opacity:1;visibility:visible;transform:translateY(0)}
.lang-opt{display:flex;width:100%;align-items:center;padding:9px 12px;border:0;background:transparent;border-radius:var(--radius-sm);cursor:pointer;font-family:inherit;font-weight:500;font-size:14.5px;color:var(--ink-600);text-align:start;transition:background var(--dur-fast),color var(--dur-fast)}
.lang-opt:hover{background:var(--ink-50);color:var(--ink-900)}
.lang-opt.on{color:var(--ink-900);font-weight:500}
[dir="rtl"] .lang-menu{--menu-origin:left}
/* hamburger toggle — hidden on desktop, shown on mobile */
.nav-toggle{display:none;position:relative;width:40px;height:40px;flex:none;border:0;background:transparent;
  cursor:pointer;padding:0;align-items:center;justify-content:center}
.nav-toggle span{position:absolute;left:9px;right:9px;height:2px;border-radius:2px;background:var(--ink-700);
  transition:transform var(--dur-base) var(--ease-out),opacity var(--dur-fast) var(--ease-out)}
.nav-toggle span:nth-child(1){top:13px}
.nav-toggle span:nth-child(2){top:19px}
.nav-toggle span:nth-child(3){top:25px}
.site-header.menu-open .nav-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.site-header.menu-open .nav-toggle span:nth-child(2){opacity:0}
.site-header.menu-open .nav-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

/* ================= HERO (single continuous canvas — blue dissolves into white) ================= */
.hero{position:relative;display:grid;grid-template-columns:1fr 1fr;direction:ltr;
  min-height:clamp(420px,56vh,600px)}

/* left: premium royal-blue copy panel */
.hero-copy{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;
  background-color:#173DBF;
  background-image:
    radial-gradient(46% 52% at 16% 20%, #3A78FF 0%, rgba(58,120,255,0) 62%),
    radial-gradient(50% 55% at 86% 14%, #2E63FF 0%, rgba(46,99,255,0) 60%),
    radial-gradient(55% 58% at 78% 82%, #0B1FA8 0%, rgba(11,31,168,0) 58%),
    radial-gradient(48% 50% at 26% 88%, #1E4DFF 0%, rgba(30,77,255,0) 60%),
    radial-gradient(40% 44% at 98% 52%, #5A90FF 0%, rgba(90,144,255,0) 55%),
    linear-gradient(150deg,#0F3FE6 0%,#173DBF 100%);
  color:#fff;
  padding-top:clamp(56px,7vw,76px);padding-bottom:clamp(56px,7vw,76px);
  padding-right:clamp(40px,4vw,72px);
  padding-left:calc(max((100vw - 1520px) / 2, 0px) + clamp(24px,11.38vw,173px))}
[dir="rtl"] .hero-copy{direction:rtl;text-align:right}
/* Arabic: mirror the two panels — copy on the right, photo on the left.
   (.hero forces direction:ltr, so RTL has to opt back in.) */
[dir="rtl"] .hero{direction:rtl}
@media(min-width:1024px){
  /* mirror the copy panel's asymmetric gutter so the text still lines up
     with the site's content edge, now on the right */
  [dir="rtl"] .hero-copy{
    padding-right:calc(max((100vw - 1520px) / 2, 0px) + clamp(24px,11.38vw,173px));
    padding-left:clamp(40px,4vw,72px)}
  /* mirror the photo crop to keep the same composition after the flip */
  [dir="rtl"] .hero-photo{object-position:36% center}
}
@media(max-width:1023px){
  /* stacked layout: keep the copy centred like the French version */
  [dir="rtl"] .hero-copy{text-align:center}
}
/* soft light bloom behind headline */
.hero-copy::before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;
  background:
    radial-gradient(58% 48% at 30% 34%, rgba(150,185,255,.28) 0%, rgba(150,185,255,0) 60%),
    radial-gradient(120% 120% at 88% 96%, rgba(4,17,92,.42) 0%, rgba(4,17,92,0) 55%)}
/* ambient vignette + fine grain */
.hero-copy::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:1;
  background-image:
    radial-gradient(130% 130% at 50% 50%, rgba(0,0,0,0) 62%, rgba(3,13,74,.30) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-size:auto, 140px 140px;
  mix-blend-mode:soft-light;opacity:.5}
.hero-copy .inner{position:relative;z-index:3;width:100%;max-width:440px;display:flex;flex-direction:column}
.hero-copy .hero-actions{margin-top:clamp(30px,3.2vw,40px)}
.hero-copy h1{font-family:var(--font-display);font-weight:500;font-size:clamp(38px,3.6vw,54px);line-height:1.06;letter-spacing:-.028em;color:#fff;margin:0}
.hero-copy h1 .hl{color:#fff;opacity:.72;font-weight:400}
[dir="rtl"] .hero-copy h1{font-family:var(--font);font-weight:500;line-height:1.2;letter-spacing:-.01em}
.hero-copy .lead{font-family:var(--font-display);font-size:clamp(15px,.95vw,16.5px);font-weight:400;line-height:1.72;color:rgba(255,255,255,.72);margin:22px 0 0;max-width:400px}
[dir="rtl"] .hero-copy .lead{font-family:var(--font);margin-inline:0}
.btn{font-family:var(--font-display);font-weight:500;font-size:15.5px;letter-spacing:-.01em;white-space:nowrap;border-radius:9999px;cursor:pointer;border:0;padding:15px 40px;display:inline-flex;align-items:center;gap:11px;transition:transform .4s var(--ease-out),box-shadow .4s var(--ease-out)}
[dir="rtl"] .btn{font-family:var(--font)}
.btn:focus-visible{outline:3px solid rgba(255,255,255,.7);outline-offset:4px}
.btn-primary{background:#fff;color:#12369E;box-shadow:0 8px 22px rgba(4,12,74,.18);transition:transform .4s var(--ease-out),box-shadow .4s var(--ease-out),background-color .4s var(--ease-out),color .4s var(--ease-out)}
.btn-primary:hover{transform:translateY(-2px);background:#E7ECFF;color:#12369E;box-shadow:0 14px 32px rgba(4,12,74,.20)}
.btn svg{flex:none;display:block;transition:transform .4s var(--ease-out)}
.btn-primary:hover svg{transform:translateX(3px)}
[dir="rtl"] .btn svg{transform:scaleX(-1)}
[dir="rtl"] .btn-primary:hover svg{transform:scaleX(-1) translateX(3px)}

/* right: product photo */
.hero-visual{position:relative;overflow:hidden;background:var(--ink-50);display:flex;align-items:center;justify-content:center}
.hero-photo{width:100%;height:100%;object-fit:cover;object-position:64% center;display:block}
@media(prefers-reduced-motion:reduce){.site-header{transition:none}}

/* ================= TRUST STRIP =================
   Desktop/tablet: plain 4-up row, no scroll, no dots.
   Mobile: peek carousel — active card centred, a sliver of the next
   card visible at the edge, hard scroll-snap, dot indicators below. */
.trust{background:#fff}
.trust-inner{max-width:1280px;margin:0 auto;
  /* generous left/right gutters keep the row centred & compact, like MOO;
     gap under the hero, section below supplies the gap after it */
  padding:var(--sec) clamp(24px,8vw,170px) 0}
/* tighter columns on desktop (cards fill their cell) */
.trust-track{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(12px,1.6vw,22px)}
.trust-card{display:flex;flex-direction:column;align-items:center;text-align:center;
  flex:0 0 auto;scroll-snap-align:center;padding:0}
/* icon: filled traced SVG recoloured to the hero blue via mask; fixed
   square box so any icon sits consistently sized regardless of ratio */
.trust-icon{display:inline-block;width:80px;height:80px;flex:none;margin-bottom:28px;
  background:#1E4DFF;-webkit-mask:var(--ti) center/contain no-repeat;mask:var(--ti) center/contain no-repeat}
.ti-quality{--ti:url("assets/advanced.svg")}
.ti-made   {--ti:url("assets/location.svg")}
.ti-range  {--ti:url("assets/category.svg")}
.ti-avail  {--ti:url("assets/shopping-store.svg")}
/* calm, minimal title — medium weight, not heavy (MOO-style) */
.trust-card h3{font-family:var(--font-display);font-weight:500;font-size:16px;letter-spacing:-.01em;
  line-height:1.35;color:var(--ink-900);margin:0}
[dir="rtl"] .trust-card h3{font-family:var(--font);font-weight:500;font-size:17px}
.trust-card p{font-family:var(--font-display);font-size:13.5px;line-height:1.65;color:var(--ink-400);
  margin:8px 0 0;max-width:30ch}
[dir="rtl"] .trust-card p{font-family:var(--font);font-size:14.5px;line-height:1.8}
.trust-dots{display:none}
/* desktop keeps the same light, minimalist title weight as mobile */
@media(min-width:768px){
  .trust-card h3{font-weight:500}
  /* smaller, quieter icons so they don't dominate the row (MOO-style).
     Filled icons can't be "thinned" like a stroke, so we shrink them and
     soften the blue slightly to lower their visual weight. */
  .trust-icon{width:52px;height:52px;margin-bottom:22px;background:#3D63FF}
}

@media(max-width:767px){
  /* full-bleed track; card centred with the neighbours peeking at the edges */
  .trust-inner{padding-left:0;padding-right:0;padding-top:var(--sec);padding-bottom:0}
  .trust-icon{width:58px;height:58px;margin-bottom:20px}
  .trust-track{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;
    scrollbar-width:none;gap:8px;padding-inline:17vw;scroll-padding-inline:17vw}
  .trust-track::-webkit-scrollbar{display:none}
  /* Centred snap: the active card is the focus; a generous ~15vw gutter on each
     side (minus the gap) means a real chunk of the neighbouring card — its icon
     and text, not just empty margin — peeks on both edges, same as the reference.
     scroll-snap-stop:always so a fast fling still lands on exactly one card. */
  .trust-card{flex:0 0 66vw;width:66vw;padding:0 2vw;scroll-snap-align:center;scroll-snap-stop:always}
  /* MOO-style measure: the text column is narrower than the card, so lines
     break early and the block reads as a tidy centred paragraph instead of
     running edge to edge. Applies to BOTH carousels (homepage + the category
     Caractéristiques). It's centred by the card's align-items:center.
     History: this was once capped at 23ch, which was too tight and made the
     peeking neighbour look blank — 27ch is the middle ground. */
  .trust-card p{max-width:27ch}
  [dir="rtl"] .trust-card p{max-width:24ch}
  .trust-dots{display:flex;justify-content:center;align-items:center;gap:5px;margin-top:26px}
  .trust-dot{width:22px;height:22px;flex:none;display:flex;align-items:center;justify-content:center;
    background:none;border:0;padding:0;cursor:pointer}
  .trust-dot::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--ink-200);
    transition:background var(--dur-base) var(--ease-out),width var(--dur-base) var(--ease-out),border-radius var(--dur-base) var(--ease-out)}
  /* active dot: soft brand blue (not harsh navy) + gentle pill stretch */
  .trust-dot.on::before{background:#7C97C7;width:18px;border-radius:4px}
}

/* ================= SERVICES / CATEGORIES ================= */
.services{background:#fff;padding:var(--sec) 0 0}
.services h2{font-family:var(--font-display);font-weight:400;font-size:clamp(22px,2.2vw,30px);letter-spacing:-.02em;
  line-height:1.1;color:var(--ink-900);margin:0;max-width:none}
[dir="rtl"] .services h2{font-family:var(--font);font-weight:500;letter-spacing:-.005em;line-height:1.3}
.services-eyebrow{margin:clamp(12px,1.4vw,18px) 0 clamp(40px,5vw,60px)}
.services-eyebrow span{font-family:var(--font-display);font-weight:400;font-size:clamp(14.5px,1vw,16.5px);letter-spacing:-.005em;color:var(--ink-500)}
[dir="rtl"] .services-eyebrow span{font-family:var(--font);font-size:16px}
.services-grid{display:grid;grid-template-columns:1fr 1.12fr 1fr;gap:clamp(20px,2.2vw,30px);align-items:stretch}
.svc-col{display:flex;flex-direction:column;gap:clamp(20px,2.2vw,30px)}
.svc-center{position:relative;border-radius:22px;overflow:hidden;display:flex;align-items:flex-end;justify-content:center;
  background:linear-gradient(180deg,#EAF2FF 0%,#D9E7FF 100%);min-height:clamp(380px,40vw,480px)}
.svc-center img{position:relative;z-index:1;height:99%;width:auto;max-width:104%;object-fit:contain;object-position:bottom center;display:block}
.svc-card{position:relative;background:#EAF1FF;border-radius:18px;padding:clamp(26px,2.2vw,36px);
  display:flex;flex-direction:column;flex:1;
  transition:transform var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out)}
.svc-card:hover{transform:translateY(-6px);box-shadow:0 20px 42px rgba(11,27,51,.12)}
/* per-category soft tinted card + matching icon colour */
.svc-card.c-blue    {background:#EAF1FF}
.svc-card.c-gold    {background:#FBF3DD}
.svc-card.c-green   {background:#E9F7EE}
.svc-card.c-lavender{background:#F1ECFB}
/* icons: real traced SVGs, recoloured via mask — no badge */
.svc-icon{width:46px;height:42px;flex:none;background:#1E5BE6;
  -webkit-mask:var(--ic) center/contain no-repeat;mask:var(--ic) center/contain no-repeat;
  margin-bottom:clamp(16px,1.8vw,22px);transition:transform var(--dur-base) var(--ease-out)}
.c-blue     .svc-icon{background:#1E5BE6}
.c-gold     .svc-icon{background:#C98A00}
.c-green    .svc-icon{background:#12A24E}
.c-lavender .svc-icon{background:#7A57C7}
.svc-card:hover .svc-icon{transform:translateY(-2px) scale(1.04)}
.ic-floor{--ic:url("assets/icon-floor.svg")}
.ic-linge{--ic:url("assets/icon-linge.svg")}
.ic-vaisselle{--ic:url("assets/icon-vaisselle.svg")}
.ic-hygiene{--ic:url("assets/icon-hygiene.svg")}
.svc-card h3{font-family:var(--font-display);font-weight:400;font-size:clamp(19px,1.5vw,23px);letter-spacing:-.02em;
  line-height:1.14;color:var(--ink-900);margin:0}
[dir="rtl"] .svc-card h3{font-family:var(--font);font-weight:400}
.svc-card p{font-family:var(--font-display);font-size:14.5px;line-height:1.6;color:var(--ink-500);margin:11px 0 0}
[dir="rtl"] .svc-card p{font-family:var(--font)}
/* "Découvrir" link — low-key, sentence case, arrow, per-card accent colour */
.svc-more{margin-top:clamp(16px,2vw,24px);align-self:flex-start;display:inline-flex;align-items:center;gap:6px;
  font-family:var(--font-display);font-weight:500;font-size:14px;letter-spacing:-.005em;
  text-decoration:none;color:var(--omi-navy);transition:opacity var(--dur-fast) var(--ease-out)}
[dir="rtl"] .svc-more{font-family:var(--font);font-size:15px}
.svc-more::after{content:"→";font-weight:500;transition:transform var(--dur-base) var(--ease-out)}
[dir="rtl"] .svc-more::after{content:"←"}
.svc-more:hover::after{transform:translateX(3px)}
[dir="rtl"] .svc-more:hover::after{transform:translateX(-3px)}
.svc-more:hover{opacity:.78}
/* each link takes a darker, saturated shade of its own card's tint */
.c-blue     .svc-more{color:#1B4FD0}
.c-gold     .svc-more{color:#9A6800}
.c-green    .svc-more{color:#0E7C3C}
.c-lavender .svc-more{color:#5C3EA6}
@media(max-width:1024px){
  .services-grid{grid-template-columns:1fr;max-width:640px;margin:0 auto}
  .svc-center{order:-1;min-height:clamp(360px,60vw,520px)}
  .svc-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}
}
@media(max-width:767px){
  .svc-col{grid-template-columns:1fr}
  .svc-center{min-height:300px}
  .svc-center img{height:94%;max-width:84%}
  .svc-card{padding:24px}
}

/* colour dot reused by the category filter chips */
.qn-dot{width:11px;height:11px;border-radius:50%;flex:none;background:var(--d)}

/* ================= CATEGORY PAGE (categorie.html) =================
   Simple photo hero + centred category switcher + product grid.
   The grid/pills reuse the homepage components, so this page inherits
   every approved product-card and filter-pill style. */
/* short, minimal photo band with a full-width curved bottom edge (Dettol-style):
   a white SVG wave sits along the bottom and sweeps up toward the sides */
.cat-hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;
  min-height:clamp(280px,32vw,400px);text-align:center;color:#fff}
.cat-hero-media{position:absolute;inset:0;z-index:0;background:#173DBF center/cover no-repeat}
/* one neutral scrim for every category — just enough to hold the white type,
   letting each banner's own colours come through */
.cat-hero::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(180deg,rgba(10,18,42,.30) 0%,rgba(10,18,42,.42) 58%,rgba(10,18,42,.10) 100%)}
/* the curve: white wave pinned to the bottom, stretched to any width */
.cat-hero::before{content:"";position:absolute;left:0;right:0;bottom:-1px;z-index:2;pointer-events:none;
  height:clamp(28px,3.6vw,58px);
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,0 Q720,96 1440,0 L1440,80 L0,80 Z' fill='%23ffffff'/%3E%3C/svg%3E") bottom center/100% 100% no-repeat}
.cat-hero .wrap{position:relative;z-index:3}
/* crossfade the photo + copy when switching category */
.cat-hero-media,.cat-hero .wrap{transition:opacity .3s var(--ease-out)}
.cat-hero-media.cat-out,.cat-hero .wrap.cat-out{opacity:0}
/* breadcrumb overlaid at the top-start of the hero, light over the scrim */
.cat-crumbs{position:absolute;top:clamp(14px,2vw,22px);left:0;right:0;z-index:3;pointer-events:none}
.cat-crumbs .wrap{display:flex;flex-wrap:wrap;align-items:center;text-align:start;
  font-family:var(--font-display);font-weight:400;font-size:12.5px;letter-spacing:-.005em;color:rgba(255,255,255,.95)}
[dir="rtl"] .cat-crumbs .wrap{font-family:var(--font);font-size:13.5px}
.cat-crumbs a{pointer-events:auto;color:rgba(255,255,255,.7);transition:color var(--dur-fast) var(--ease-out)}
.cat-crumbs a:hover{color:#fff}
.cat-crumbs a::after{content:"›";margin:0 8px;color:rgba(255,255,255,.45)}
[dir="rtl"] .cat-crumbs a::after{content:"‹"}
.cat-crumbs #crumbCat{font-weight:500;color:#fff}
.cat-hero-eyebrow{display:inline-block;font-family:var(--font-display);font-weight:500;font-size:11px;
  letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.7)}
[dir="rtl"] .cat-hero-eyebrow{font-family:var(--font);letter-spacing:0;text-transform:none;font-size:13.5px}
/* lighter, smaller title — minimal, not a heavy banner headline */
.cat-hero h1{font-family:var(--font-display);font-weight:500;font-size:clamp(24px,2.6vw,34px);
  letter-spacing:-.025em;line-height:1.12;color:#fff;margin:10px 0 0}
[dir="rtl"] .cat-hero h1{font-family:var(--font);font-weight:500;letter-spacing:-.005em;line-height:1.3}
.cat-hero p{font-family:var(--font-display);font-size:clamp(13.5px,.95vw,15px);font-weight:400;line-height:1.65;
  color:rgba(255,255,255,.78);margin:10px auto 0;max-width:52ch}
[dir="rtl"] .cat-hero p{font-family:var(--font);line-height:1.9}
/* switcher: minimal underline tabs (reference style), centred over a hairline
   that spans the content width. fit-content + auto margins centres the row and
   still lets it scroll from the start when the tabs overflow on small screens.
   Selectors are .cat-switch .tabs .tab so they outrank the homepage pill rules. */
/* one quiet intro line above the picker */
.cat-intro{background:#fff;padding:clamp(34px,4vw,54px) 0 0;text-align:center}
.cat-intro p{font-family:var(--font-display);font-size:clamp(14px,1vw,16px);font-weight:400;line-height:1.7;
  color:var(--ink-500);margin:0 auto;max-width:60ch}
[dir="rtl"] .cat-intro p{font-family:var(--font);line-height:1.95}
.cat-switch{background:#fff;padding:clamp(24px,2.8vw,34px) 0 clamp(26px,3vw,40px)}
.cat-switch .wrap{border-bottom:1px solid var(--ink-200)}
.cat-switch .tabs{width:fit-content;max-width:100%;margin:0 auto -1px;padding:0;gap:clamp(16px,2.1vw,32px)}
.cat-switch .tabs .tab{flex:none;position:relative;white-space:nowrap;
  background:none;border:0;border-radius:0;box-shadow:none;padding:0 2px 14px;
  font-family:var(--font-display);font-weight:500;font-size:clamp(14px,1.05vw,16px);letter-spacing:-.005em;
  color:var(--ink-500);transition:color var(--dur-base) var(--ease-out)}
[dir="rtl"] .cat-switch .tabs .tab{font-family:var(--font);font-weight:500;font-size:clamp(15px,1.1vw,17px)}
.cat-switch .tabs .tab:hover{background:none;border:0;color:var(--ink-900)}
.cat-switch .tabs .tab.on{background:none;border:0;color:var(--omi-navy);font-weight:500}
.cat-switch .tabs .tab.on::after{content:"";position:absolute;inset-inline:0;bottom:0;height:2.5px;
  background:var(--omi-navy);border-radius:2px}
/* faint underline hint on hovering an inactive tab */
.cat-switch .tabs .tab:not(.on):hover::after{content:"";position:absolute;inset-inline:0;bottom:0;
  height:2.5px;background:var(--ink-200);border-radius:2px}
/* Maxiplus logo tab sits inline with the text tabs */
.cat-switch .tabs .tab-logo{padding:0 2px 12px}
.cat-switch .tabs .tab-brand-solo{height:18px}
.cat-range{background:#fff;padding:clamp(18px,2.2vw,26px) 0 var(--sec)}
@media(min-width:768px){.cat-range .range-count{text-align:center}}
/* benefits band — brand-blue feature strip: white line icons over the copy,
   centred, no cards (Dettol "PRODUCT FEATURES" style) */
.cat-benefits{background:#173DBF;padding:clamp(46px,5.2vw,76px) 0}
.cat-benefits h2{font-family:var(--font-display);font-weight:500;font-size:clamp(19px,2.2vw,28px);
  letter-spacing:.03em;text-transform:uppercase;line-height:1.15;color:#fff;
  margin:0 0 clamp(30px,3.4vw,46px);text-align:center}
[dir="rtl"] .cat-benefits h2{font-family:var(--font);font-weight:500;letter-spacing:0;text-transform:none;line-height:1.4}
.cat-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(26px,3vw,44px)}
.cat-benefit{display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(14px,1.6vw,20px)}
.cat-benefit-ic{flex:none;display:inline-flex;color:rgba(255,255,255,.96)}
.cat-benefit-ic svg{width:clamp(46px,4.6vw,58px);height:clamp(46px,4.6vw,58px);display:block}
.cat-benefit-lbl{font-family:var(--font-display);font-weight:400;font-size:clamp(14px,1.02vw,15.5px);
  letter-spacing:-.005em;line-height:1.45;color:rgba(255,255,255,.9);max-width:18ch}
[dir="rtl"] .cat-benefit-lbl{font-family:var(--font);font-weight:500;font-size:15.5px;line-height:1.7}
@media(max-width:760px){.cat-benefits-grid{grid-template-columns:1fr 1fr;gap:clamp(28px,7vw,40px)}}
@media(max-width:380px){.cat-benefits-grid{grid-template-columns:1fr}}

/* ---- category-page entrance motion ---- */
@keyframes catCardIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
/* product cards stagger in on load and on every category switch */
#catGrid .pcard{animation:catCardIn .55s var(--ease-out) both}
#catGrid .pcard:nth-child(1){animation-delay:.04s}
#catGrid .pcard:nth-child(2){animation-delay:.09s}
#catGrid .pcard:nth-child(3){animation-delay:.14s}
#catGrid .pcard:nth-child(4){animation-delay:.19s}
#catGrid .pcard:nth-child(5){animation-delay:.24s}
#catGrid .pcard:nth-child(6){animation-delay:.29s}
#catGrid .pcard:nth-child(7){animation-delay:.34s}
#catGrid .pcard:nth-child(8){animation-delay:.39s}
/* benefit cards reveal (staggered) once the band scrolls into view */
.cat-benefits.reveal .cat-benefit{opacity:0}
.cat-benefits.reveal.in .cat-benefit{animation:catCardIn .5s var(--ease-out) both}
.cat-benefits.reveal.in .cat-benefit:nth-child(1){animation-delay:.05s}
.cat-benefits.reveal.in .cat-benefit:nth-child(2){animation-delay:.12s}
.cat-benefits.reveal.in .cat-benefit:nth-child(3){animation-delay:.19s}
.cat-benefits.reveal.in .cat-benefit:nth-child(4){animation-delay:.26s}
@media(prefers-reduced-motion:reduce){
  #catGrid .pcard,.cat-benefits.reveal.in .cat-benefit{animation:none}
  .cat-benefits.reveal .cat-benefit{opacity:1}
  .cat-hero-media,.cat-hero .wrap,.cat-benefit{transition:none}
}
@media(max-width:767px){
  /* drop the full-width hairline under the tabs (keeps the active underline) */
  .cat-switch .wrap{border-bottom:0}
  /* deeper wave so the bottom edge reads as a clear curve, not a flat line */
  .cat-hero::before{height:clamp(38px,11vw,52px)}
}

/* ---- CARACTÉRISTIQUES (per-category, under the product grid) ----
   MOO's "Pourquoi MOO ?" band, rebuilt with OMI's blue. Layout measured off
   moo.com/fr/business-cards: padding 64/72, h2 ~30px, lead 18px/1.5, 48px
   from the header down to the icons, ~5px title→lead. The background is
   WHITE, not MOO's #ECEFED — user's call (2026-07-24), so the section flows
   straight on from the white product grid above it.
   Structurally it stays the homepage trust strip (.trust-inner/.trust-track/
   .trust-card/.trust-dots) so it keeps the 4-up desktop row and the mobile
   peek carousel; the rules below only re-dress it, all scoped under
   .cat-feats so the homepage strip is untouched. */
.cat-feats{background:#fff;padding:clamp(44px,5vw,64px) 0 clamp(48px,5.6vw,72px)}
.cat-feats[hidden]{display:none}
.cat-feats h2{font-family:var(--font-display);font-weight:500;   /* a touch bolder than the site's 400 section titles */
  font-size:clamp(23px,2.35vw,30px);letter-spacing:-.02em;line-height:1.15;
  color:var(--ink-900);margin:0;text-align:center}
[dir="rtl"] .cat-feats h2{font-family:var(--font);font-weight:500;letter-spacing:-.005em;line-height:1.35}
/* MOO's p__lead: one conversational line under the title, wide and airy */
.cat-feats-lead{font-family:var(--font-display);font-weight:400;
  font-size:clamp(15.5px,1.25vw,18px);line-height:1.5;letter-spacing:-.005em;
  color:var(--ink-600);text-align:center;margin:6px auto 0;max-width:74ch}
[dir="rtl"] .cat-feats-lead{font-family:var(--font);line-height:1.85}
.cat-feats-lead[hidden]{display:none}
/* the section owns its own vertical rhythm, so .trust-inner's var(--sec) top
   padding is replaced by MOO's 48px header→icons gap */
.cat-feats .trust-inner{padding-top:clamp(34px,3.8vw,48px);padding-bottom:0}

/* NOTE: the cards themselves are deliberately NOT re-typed here — they use the
   homepage trust-card scale verbatim (16px/500 title, 13.5px text), because
   the two carousels should read as the same component. Only the section
   chrome above and the icon size below are MOO's. */

/* MOO ships these at exactly 72×72, also as fills (#00ac73), so the size maps
   1:1 — only the green becomes OMI blue. Ours are solid silhouettes where
   MOO's are thin outlined shapes, so they still read a little heavier; drop to
   ~60px if that bothers you. */
.cat-feats .trust-icon{width:72px;height:72px;margin-bottom:26px;background:#1E4DFF}
@media(max-width:767px){
  .cat-feats .trust-icon{width:64px;height:64px;margin-bottom:22px}
  /* full-bleed carousel: cancel the .wrap gutters the heading needs */
  .cat-feats .trust-inner{padding-left:0;padding-right:0}
}

/* icon fallback: no mask, colour the inline SVG instead */
.trust-icon.is-svg{background:none;color:#1E4DFF;
  display:inline-flex;align-items:center;justify-content:center}
.trust-icon.is-svg svg{width:100%;height:100%;display:block}
@media(min-width:768px){.trust-icon.is-svg{color:#3D63FF}}

/* ================= PRODUCT RANGE ================= */
/* symmetric: top provides the gap from the services section, bottom keeps the
   grid / "Voir plus" button clear of the showcase block below */
.range{background:#fff;padding:var(--sec) 0}
.range h2{font-family:var(--font-display);font-weight:400;font-size:clamp(22px,2.2vw,30px);letter-spacing:-.02em;line-height:1.1;color:var(--ink-900);margin:0 0 clamp(24px,3vw,36px);max-width:none;white-space:nowrap}
[dir="rtl"] .range h2{font-family:var(--font);font-weight:500;letter-spacing:-.005em;white-space:normal}

/* ---- category filter: always-visible, horizontally scrollable pill row ----
   single row, swipe/scroll — never wraps to a second line.
   Symmetric edge fade works the same in LTR and RTL. */
.tabs{display:flex;flex-wrap:nowrap;gap:9px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;
  padding:4px 1px}
.tabs::-webkit-scrollbar{display:none}
/* filter chip: clean pill — soft fill on hover, solid navy + gentle lift when active */
.tab{position:relative;flex:none;display:inline-flex;align-items:center;gap:8px;
  background:#fff;border:1.5px solid var(--ink-200);border-radius:var(--radius-pill);
  padding:9px 18px;font-family:var(--font-display);font-weight:500;font-size:13.5px;letter-spacing:-.005em;
  color:var(--ink-700);cursor:pointer;white-space:nowrap;
  transition:color var(--dur-base) var(--ease-out),border-color var(--dur-base) var(--ease-out),background var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out)}
[dir="rtl"] .tab{font-family:var(--font);font-weight:500;font-size:14.5px}
.tab:hover{background:var(--ink-50);border-color:var(--ink-200)}
.tab.on{background:var(--ink-900);border-color:var(--ink-900);color:#fff}
.tab.on:hover{background:var(--ink-900);color:#fff}
/* small brand logo riding along a category tab */
.tab-brand{height:13px;width:auto;display:inline-block;vertical-align:-2px;margin-inline-start:2px;
  border-radius:3px;transition:background var(--dur-base) var(--ease-out)}
.tab.on .tab-brand{background:#fff;padding:2px 4px}
/* Maxiplus logo-only pill (no text label): give the mark room to breathe.
   Keep the logo on its light pill in every state — no navy fill, no white
   chip — just a navy border to mark the active tab, plus the normal hover. */
.tab-logo{padding:7px 20px}
.tab-brand-solo{height:22px;margin:0;vertical-align:middle;display:block}
.tab-logo.on{background:#fff;border-color:var(--ink-900)}
.tab-logo.on:hover{background:var(--ink-50)}

.range-count{font-family:var(--font-display);font-weight:400;font-size:13px;letter-spacing:.01em;
  color:var(--ink-400);margin:clamp(16px,2vw,22px) 0 clamp(26px,3.2vw,38px)}
[dir="rtl"] .range-count{font-family:var(--font);font-size:14px}

.panel{display:none}
.panel.on{display:block;animation:panelIn .5s var(--ease-out)}
@keyframes panelIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}

/* cards: no border, no hover motion — small, evenly spaced, image-led */
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(36px,4vw,64px) clamp(24px,2.6vw,40px)}
/* .pcard is a plain <div> — the product page is shelved in _archive/, so the
   card isn't clickable and carries NO hover affordance (a lift/colour change
   on something you can't click reads as broken). _archive/README.md has the
   hover rules to restore alongside the link. */
.pcard{display:flex;flex-direction:column;align-items:center;text-align:center;
  color:inherit;text-decoration:none}
/* width:100% so every image box is identical (was shrinking to each image,
   which pushed the titles to different heights); size by height so bottles
   of different widths still read as the same size */
.pcard .ph{position:relative;width:100%;height:clamp(215px,21vw,290px);display:flex;align-items:center;justify-content:center;background:transparent}
.pcard .ph img{max-height:88%;max-width:82%;width:auto;height:auto;object-fit:contain;display:block}
.pcard h3{font-family:var(--font-display);font-weight:500;font-size:14px;letter-spacing:-.005em;line-height:1.3;color:var(--ink-900);margin:14px 0 0;text-align:center}
[dir="rtl"] .pcard h3{font-family:var(--font);font-weight:500;line-height:1.5;font-size:15px}
.pcard .sub{font-family:var(--font-display);font-size:11.5px;line-height:1.4;color:var(--ink-400);margin:3px 0 0;text-align:center}
[dir="rtl"] .pcard .sub{font-family:var(--font)}
.pcard .sub .sep{color:var(--ink-300)}

/* "Tous" tab: hide extra products until "Voir plus de produits" */
#allGrid .pcard:nth-child(n+9){display:none}
#allGrid.show-all .pcard{display:flex}
.range-foot{display:flex;justify-content:center;margin-top:clamp(52px,6.5vw,84px)}
/* view-more: quiet pill, chevron flips + label swaps when expanded */
.btn-view-more{display:inline-flex;align-items:center;gap:9px;background:#fff;border:1.5px solid var(--ink-300);
  color:var(--ink-900);border-radius:9999px;padding:13px 24px 13px 28px;font-family:var(--font-display);
  font-weight:500;font-size:14.5px;letter-spacing:-.005em;cursor:pointer;
  transition:border-color var(--dur-base) var(--ease-out),background var(--dur-base) var(--ease-out),color var(--dur-base) var(--ease-out)}
[dir="rtl"] .btn-view-more{font-family:var(--font);padding:13px 28px 13px 24px}
/* inverts on hover, same language as the active filter pill */
.btn-view-more:hover{border-color:var(--ink-900);background:var(--ink-900);color:#fff}
.btn-view-more .lbl-less{display:none}
.btn-view-more.on .lbl-more{display:none}
.btn-view-more.on .lbl-less{display:inline}
.btn-view-more .chev{transition:transform var(--dur-base) var(--ease-out)}
.btn-view-more.on .chev{transform:rotate(180deg)}

@media(max-width:1024px){.grid{grid-template-columns:repeat(2,1fr);gap:30px 24px}}
@media(max-width:767px){
  /* section title: wrap instead of overflowing past the screen edge */
  .range h2{white-space:normal}
  /* one product per row, comfortably sized and well spaced — not full-bleed */
  .grid{grid-template-columns:1fr;gap:44px}
  .pcard .ph{height:clamp(200px,58vw,250px);max-width:250px;margin:0 auto}
  .pcard .ph img{max-height:90%;max-width:86%;width:auto;height:auto;object-fit:contain}
  .pcard h3{margin-top:14px;font-size:15px}
  .pcard .sub{font-size:12.5px}
  /* "Tous" tab on mobile: show 6 before "Voir plus" */
  #allGrid .pcard:nth-child(n+7){display:none}
  #allGrid.show-all .pcard{display:flex}
}

/* ================= SHOWCASE — "La marque OMI" ================= */
.showcase{background:#F6F8FB;border-top:1px solid var(--ink-100);padding:var(--sec) 0}
.showcase-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(32px,4.5vw,72px);align-items:center}
[dir="rtl"] .showcase-grid{direction:rtl}
/* refined eyebrow: a short rule + tracked label (no gimmick dot) */
.eyebrow{display:inline-flex;align-items:center;gap:13px;font-family:var(--font-display);font-weight:500;
  font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--omi-navy)}
.eyebrow::before{content:"";width:30px;height:1.5px;background:currentColor;flex:none;opacity:.5}
[dir="rtl"] .eyebrow{font-family:var(--font);letter-spacing:0;text-transform:none;font-size:15px;font-weight:500}
.showcase h2{font-family:var(--font-display);font-weight:400;font-size:clamp(25px,2.7vw,36px);letter-spacing:-.03em;
  line-height:1.08;color:var(--ink-900);margin:0;max-width:15ch}
[dir="rtl"] .showcase h2{font-family:var(--font);font-weight:500;letter-spacing:-.01em;line-height:1.28}
.showcase .body{font-family:var(--font-display);font-size:clamp(14px,.95vw,15.5px);font-weight:400;line-height:1.7;
  color:var(--ink-500);margin:16px 0 0;max-width:48ch}
[dir="rtl"] .showcase .body{font-family:var(--font);line-height:1.95}
/* compact stat row (replaces the templated checklist) */
.brand-stats{display:flex;flex-wrap:wrap;gap:clamp(22px,3vw,40px);
  margin-top:clamp(24px,2.6vw,34px);padding-top:clamp(20px,2.4vw,28px);border-top:1px solid var(--ink-200)}
.stat{display:flex;flex-direction:column;gap:4px}
.stat-num{font-family:var(--font-display);font-weight:500;font-size:clamp(24px,2.3vw,32px);
  letter-spacing:-.03em;line-height:1;color:var(--ink-900)}
[dir="rtl"] .stat-num{font-family:var(--font);font-weight:500}
.stat-label{font-family:var(--font-display);font-size:12px;font-weight:500;line-height:1.4;color:var(--ink-500);max-width:16ch}
[dir="rtl"] .stat-label{font-family:var(--font);font-size:13px}
.showcase-photo{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:5/4;
  box-shadow:0 14px 38px rgba(11,27,51,.09);background:#EAF0FA}
.showcase-photo img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:900px){
  /* stack like the hero: glove photo on top, then copy + stats below */
  .showcase-grid{grid-template-columns:1fr;gap:30px}
  .showcase-photo{order:-1;max-width:440px;margin:0 auto;width:100%;aspect-ratio:1/1;background:#EAF0FA}
  .showcase-photo img{object-fit:contain}
  .showcase h2,.showcase .body{max-width:none}
}
@media(max-width:767px){
  /* all 3 stats in a single row, 3 equal columns */
  .brand-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;justify-items:start}
  .brand-stats .stat-num{font-size:clamp(21px,6vw,30px)}
  .brand-stats .stat-label{font-size:11.5px;max-width:none}
}

/* ========== MAXIPLUS — contained sibling-brand banner ==========
   Sits inside the normal .wrap content width (never full-bleed), wide and
   short, rounded like the showcase photo, with the copy overlaid on the
   image's negative space. Stacks to copy-above-photo on mobile. */
.mx{background:#fff;padding:var(--sec) 0}
.mx-banner{position:relative;overflow:hidden;border-radius:18px;
  min-height:clamp(240px,23vw,330px);display:flex;align-items:center}
/* photo layer — a dedicated artwork per language (no CSS mirroring) */
.mx-media{position:absolute;inset:0;z-index:0;
  background:url("assets/Maxi-plus-bannerFR.webp") center/cover no-repeat}
[dir="rtl"] .mx-media{background-image:url("assets/Maxi-plus-bannerAR.webp")}
/* soft scrim so the white copy stays legible over any part of the photo */
.mx-banner::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,rgba(8,14,32,.66) 0%,rgba(8,14,32,.38) 44%,rgba(8,14,32,0) 74%)}
[dir="rtl"] .mx-banner{direction:rtl}
[dir="rtl"] .mx-banner::before{background:linear-gradient(270deg,rgba(8,14,32,.66) 0%,rgba(8,14,32,.38) 44%,rgba(8,14,32,0) 74%)}
.mx-copy{position:relative;z-index:2;max-width:54%;padding:clamp(28px,3.2vw,48px) clamp(24px,3.2vw,54px)}
[dir="rtl"] .mx-copy{text-align:right}
/* brand mark carries the name, so the copy never repeats "Maxiplus".
   Rendered white to sit cleanly on the photo alongside the light type. */
.mx-logo{height:clamp(24px,2.2vw,32px);width:auto;display:inline-block;
  margin-bottom:clamp(14px,1.6vw,20px);filter:brightness(0) invert(1);opacity:.95}
/* minimal, modern type: medium-weight headline, larger with tight tracking */
.mx-copy h2{font-family:var(--font-display);font-weight:400;font-size:clamp(24px,2.6vw,38px);letter-spacing:-.03em;
  line-height:1.08;color:#fff;margin:0;max-width:17ch}
[dir="rtl"] .mx-copy h2{font-family:var(--font);font-weight:500;letter-spacing:-.01em;line-height:1.32}
.mx-copy p{font-family:var(--font-display);font-size:clamp(13.5px,1.02vw,15.5px);font-weight:400;line-height:1.72;
  color:rgba(255,255,255,.76);margin:14px 0 0;max-width:40ch}
[dir="rtl"] .mx-copy p{font-family:var(--font);line-height:1.95}
/* ghost CTA: thin light outline, no fill — sits on the photo instead of
   popping off it; pill radius to match every other button on the site */
.mx-btn{margin-top:clamp(20px,2.4vw,30px);
  background:transparent;color:#fff;border:1px solid rgba(255,255,255,.55);border-radius:var(--radius-pill);
  padding:13px 32px;font-size:14px;font-weight:500;letter-spacing:0;box-shadow:none;
  transition:background var(--dur-base) var(--ease-out),border-color var(--dur-base) var(--ease-out),color var(--dur-base) var(--ease-out)}
.mx-btn:hover{background:#fff;border-color:#fff;color:var(--ink-900)}
@media(max-width:1024px){.mx-copy{max-width:64%}}
/* mobile: full-bleed photo band edge-to-edge, minimal centred copy beneath */
@media(max-width:767px){
  /* break out of the wrap gutters so the photo spans the full screen width */
  .mx .wrap{padding-left:0;padding-right:0}
  .mx-banner{flex-direction:column;align-items:stretch;min-height:0;background:#fff;border-radius:0}
  .mx-banner::before{display:none}
  /* one shared mobile artwork for both languages (beats the [dir=rtl] rule) */
  .mx-media,[dir="rtl"] .mx-media{background-image:url("assets/Maxi-plus-bannerMOBILE.webp")}
  .mx-media{position:static;order:-1;width:100%;height:clamp(230px,66vw,330px)}
  /* copy gets its own gutters back; text runs the full padded width */
  .mx-copy,[dir="rtl"] .mx-copy{max-width:none;background:transparent;text-align:center;
    padding:clamp(22px,6vw,28px) clamp(22px,6vw,28px) 0}
  /* logo is desktop-only — the headline leads on mobile */
  .mx-logo{display:none}
  .mx-copy h2{color:var(--ink-900);font-weight:500;font-size:clamp(20px,5.6vw,26px);line-height:1.25;
    letter-spacing:-.02em;max-width:20ch;margin:0 auto}
  .mx-copy p{color:var(--ink-500);font-size:clamp(14px,3.9vw,15.5px);line-height:1.62;
    max-width:32ch;margin:12px auto 0}
  /* match the "Voir plus de produits" button: soft border, navy text */
  .mx-btn{margin-top:clamp(20px,5vw,26px);padding:13px 32px;font-size:14.5px;
    background:transparent;border:1.5px solid var(--ink-300);color:var(--ink-900)}
  .mx-btn:hover{background:var(--ink-900);border-color:var(--ink-900);color:#fff}
}

/* ================= FOOTER — hero-blue / minimal ================= */
.footer{color:rgba(255,255,255,.66);position:relative;overflow:hidden;
  /* modern blue mesh gradient — soft light-blue glows melting into a deep base */
  background-color:#123AD6;
  background-image:
    radial-gradient(85% 120% at 10% -10%, #3F74FF 0%, rgba(63,116,255,0) 52%),
    radial-gradient(75% 120% at 102% 8%, #1E50FF 0%, rgba(30,80,255,0) 55%),
    radial-gradient(120% 140% at 88% 120%, #0A1F94 0%, rgba(10,31,148,0) 58%),
    linear-gradient(158deg,#134AF0 0%,#123AD6 48%,#0C2AA6 100%);
  padding:var(--sec) 0 clamp(22px,2.4vw,30px)}
.footer a{color:rgba(255,255,255,.66);transition:color var(--dur-fast) var(--ease-out)}
.footer a:hover{color:#fff}
/* even four-column grid (brand · quick links · products · contact) */
.foot-main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.15fr;gap:clamp(32px,4vw,64px);
  align-items:start;padding-bottom:clamp(40px,4.5vw,60px)}
.foot-brand{max-width:320px}
.foot-logo{display:inline-flex}
.foot-logo img{height:42px;width:auto;display:block}
.foot-tag{font-family:var(--font-display);font-size:14px;font-weight:400;line-height:1.7;
  color:rgba(255,255,255,.6);margin:18px 0 0;max-width:34ch}
[dir="rtl"] .foot-tag{font-family:var(--font);font-size:15px}
.foot-social{display:flex;gap:16px;margin-top:22px}
.foot-social a{color:rgba(255,255,255,.55);display:inline-flex}
.foot-social a:hover{color:#fff}
.foot-social svg{width:19px;height:19px;display:block}
/* quiet, tracked column labels */
.foot-col h4{font-family:var(--font-display);font-weight:500;font-size:11px;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(255,255,255,.92);margin:0 0 18px}
[dir="rtl"] .foot-col h4{font-family:var(--font);letter-spacing:0;text-transform:none;font-size:14.5px}
.foot-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.foot-col li{font-family:var(--font-display);font-size:14px;font-weight:400;line-height:1.45;color:rgba(255,255,255,.66)}
.foot-col a{font-size:14px;position:relative;display:inline-block}
/* modern micro-interaction: underline grows on hover */
.foot-col a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;
  background:currentColor;transition:width var(--dur-base) var(--ease-out)}
.foot-col a:hover::after{width:100%}
[dir="rtl"] .foot-col a::after{left:auto;right:0}
[dir="rtl"] .foot-col li,[dir="rtl"] .foot-col a{font-family:var(--font);font-size:15px}
/* contact rows: line icon + value */
.foot-ci{display:flex;align-items:flex-start;gap:11px}
.foot-ci-ic{flex:none;color:rgba(255,255,255,.5);display:inline-flex;margin-top:1px}
.foot-ci-ic svg{width:18px;height:18px;display:block}
.foot-bar{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;
  padding-top:clamp(22px,2.4vw,30px);border-top:1px solid rgba(255,255,255,.16);
  font-family:var(--font-display);font-size:12.5px;color:rgba(255,255,255,.5)}
[dir="rtl"] .foot-bar{font-family:var(--font)}
.foot-copy{margin:0;letter-spacing:.01em}
.foot-bar-right{display:flex;align-items:center;gap:22px}
/* minimal segmented FR/AR toggle */
.foot-lang{display:inline-flex;align-items:center;gap:2px;
  border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-pill);padding:3px}
.foot-lang button{background:transparent;border:0;cursor:pointer;font-family:var(--font-display);font-size:12px;font-weight:500;
  color:rgba(255,255,255,.62);padding:5px 13px;border-radius:var(--radius-pill);transition:background var(--dur-fast),color var(--dur-fast)}
.foot-lang button:hover{color:#fff}
.foot-lang button.on{color:#173DBF;background:#fff}
[dir="rtl"] .foot-lang button{font-family:var(--font)}
@media(max-width:1024px){
  /* brand spans the top row, the three link columns sit below in a 3-up grid */
  .foot-main{grid-template-columns:repeat(3,1fr);gap:34px 30px}
  .foot-brand{grid-column:1/-1;max-width:none}
}
@media(max-width:767px){
  .foot-main{grid-template-columns:1fr 1fr;gap:30px 20px}
  .foot-bar{flex-direction:column;align-items:center;text-align:center;gap:16px}
  .foot-bar-right{flex-direction:column;gap:16px}
}

/* ============ HERO — MOBILE & TABLET (<1024px) ============
   Desktop (>=1024px) is untouched. Below it: same image becomes a
   full-width banner on top (products centred), then the SAME blue
   block directly beneath with the existing copy + CTA, centred.
   No overlay, no seam. ======================================= */
@media(max-width:1023px){
  .hero{display:flex;flex-direction:column;min-height:0}
  /* full product lineup as a top banner — every bottle visible, nothing cropped */
  .hero-visual{order:-1;width:100%;min-height:0;height:auto;background:#fff}
  .hero-photo{width:100%;max-width:560px;height:auto;object-fit:contain;display:block;margin:0 auto}
  /* short, tight blue block below */
  .hero-copy{width:100%;text-align:center;align-items:center;
    padding:clamp(26px,5vw,40px) clamp(24px,6vw,44px) clamp(30px,6vw,46px)}
  .hero-copy .inner{max-width:540px;margin:0 auto;transform:none}
  .hero-copy h1{line-height:1.08}
  .hero-copy .lead{margin:clamp(10px,2.5vw,15px) auto 0;font-size:clamp(13.5px,3.5vw,15px);line-height:1.55}
  .hero-copy .hero-actions{margin-top:clamp(18px,4vw,24px);justify-content:center;display:flex}
  /* minimalist mobile CTA: slim, quieter shadow, lighter weight, tighter gap */
  .hero-copy .btn{padding:12px 26px;font-size:14px;font-weight:500;gap:8px;box-shadow:0 4px 14px rgba(4,12,74,.14)}
  .hero-copy .btn svg{width:15px;height:15px}
}
@media(max-width:560px){
  .hero-copy h1{font-size:clamp(27px,7vw,36px)}
}

/* ================= NAVBAR RESPONSIVE ================= */
@media(max-width:1024px){
  /* nav-links is absolute here, so use flex to pin the logo and controls to
     opposite edges (which side is which follows the language direction) */
  .nav{display:flex;justify-content:space-between}
  .nav-toggle{display:inline-flex}
  /* bars flush to the inline-end edge — mirrors automatically in Arabic */
  .nav-toggle span{inset-inline-start:auto;inset-inline-end:0;width:22px}
  /* full-height drawer below the header. Absolute (not fixed) because the
     header's backdrop-filter is the containing block for fixed descendants. */
  .nav-links{position:absolute;top:100%;left:0;right:0;justify-self:stretch;
    height:calc(100vh - var(--nav-h));height:calc(100dvh - var(--nav-h));
    flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;
    background:#fff;border-top:1px solid var(--ink-100);box-shadow:var(--shadow-lg);
    padding:6px 0 max(24px,env(safe-area-inset-bottom));
    overflow-y:auto;-webkit-overflow-scrolling:touch;
    opacity:0;visibility:hidden;transform:translateY(-8px);
    transition:opacity .3s var(--ease-out),transform .3s var(--ease-out),visibility .3s}
  .site-header.menu-open .nav-links{opacity:1;visibility:visible;transform:translateY(0)}
  /* primary links: large, airy, left-aligned rows — clean, no dividers */
  .nav-links > a{min-height:58px;display:flex;align-items:center;
    padding:15px clamp(26px,7vw,36px);font-size:19px;font-weight:500;letter-spacing:-.01em;
    color:var(--ink-900)}
  .nav-links > a:active{background:var(--ink-50)}
  /* "Produits" = tap-to-expand accordion: text left, rotating caret right */
  .nav-links > a.nav-m-parent{justify-content:space-between}
  .nav-m-caret{display:block;flex:none;width:20px;height:20px;color:var(--ink-400);
    transition:transform var(--dur-base) var(--ease-out)}
  .nav-links > a.nav-m-parent.open .nav-m-caret{transform:rotate(180deg)}
  /* submenu: reliable show/hide (display toggle, not max-height animation) */
  .nav-m-sub{display:none;background:var(--ink-50);animation:none}
  .nav-m-sub.open{display:block;padding:6px 0}
  .nav-m-cat{display:flex;align-items:center;min-height:48px;
    padding:0 clamp(26px,7vw,36px) 0 clamp(42px,11vw,54px);
    font-family:var(--font-display);font-weight:500;font-size:16px;letter-spacing:-.01em;color:var(--ink-600)}
  [dir="rtl"] .nav-m-cat{font-family:var(--font);font-size:17px}
  .nav-m-cat:active{color:var(--ink-900)}
  /* mobile-only footer block: contact/social */
  .nav-m{display:flex;flex-direction:column;padding:0 clamp(26px,7vw,36px)}
  .nav-m-foot{margin-top:clamp(22px,6vw,28px);padding-top:clamp(18px,5vw,22px);
    border-top:1px solid var(--ink-100);display:flex;flex-direction:column;gap:16px}
  .nav-m-contact{display:flex;flex-direction:column;gap:12px}
  .nav-m-contact a{display:flex;align-items:center;gap:11px;font-family:var(--font-display);
    font-size:14.5px;color:var(--ink-600)}
  .nav-m-contact svg{width:17px;height:17px;color:var(--ink-400);flex:none}
  .nav-m-social{display:flex;gap:16px;margin-top:2px}
  .nav-m-social a{color:var(--ink-500);display:inline-flex}
  .nav-m-social svg{width:21px;height:21px;display:block}
  .nav-m-social a:active{color:var(--ink-900)}
  /* staggered entrance of the drawer's sections */
  .site-header.menu-open .nav-links > *{animation:navItemIn .42s var(--ease-out) both}
  .site-header.menu-open .nav-links > *:nth-child(1){animation-delay:.05s}
  .site-header.menu-open .nav-links > *:nth-child(2){animation-delay:.1s}
  .site-header.menu-open .nav-links > *:nth-child(3){animation-delay:.15s}
  .site-header.menu-open .nav-links > *:nth-child(4){animation-delay:.2s}
  .site-header.menu-open .nav-links > *:nth-child(5){animation-delay:.25s}
}
@media(max-width:767px){
  /* tighter gutters so the logo and hamburger sit close to the screen edges */
  .site-header .wrap{padding-left:20px;padding-right:20px}
  /* drawer content lines up with the logo at 20px */
  .nav-links > a{padding-inline:20px}
  .nav-m{padding-inline:20px}
}
@media(prefers-reduced-motion:reduce){
  .site-header.menu-open .nav-links > *{animation:none}
}
@media(max-width:560px){
  #langLabel{display:none}
  .lang-trigger{gap:5px;padding:8px 2px}
}

/* ================= TOUCH TAP TARGETS (>=44px) ================= */
@media(pointer:coarse){
  /* .tab is deliberately excluded — these are compact swipeable filter
     chips, sized smaller on purpose (see PRODUCT RANGE) */
  .lang-trigger,.lang-opt,.svc-more{min-height:44px}
  .svc-more{display:inline-flex;align-items:center}
  .foot-lang button,.foot-col a{min-height:44px;display:inline-flex;align-items:center}
  .nav-toggle{width:44px;height:44px}
}

/* ================= CONTACT PAGE ================= */
.contact-head{text-align:center;padding:clamp(40px,7vw,80px) 0 clamp(26px,4vw,42px)}
.contact-eyebrow{display:inline-block;font-family:var(--font-display);font-weight:500;font-size:12px;
  letter-spacing:.14em;text-transform:uppercase;color:var(--omi-navy);margin-bottom:14px}
[dir="rtl"] .contact-eyebrow{font-family:var(--font);letter-spacing:0;text-transform:none;font-size:14px}
.contact-head h1{font-family:var(--font-display);font-weight:500;font-size:clamp(30px,4.4vw,48px);
  letter-spacing:-.03em;line-height:1.05;color:var(--ink-900);margin:0}
[dir="rtl"] .contact-head h1{font-family:var(--font);font-weight:600;letter-spacing:-.01em;line-height:1.25}
.contact-lead{font-family:var(--font-display);font-size:clamp(15px,1.05vw,16.5px);font-weight:400;line-height:1.7;
  color:var(--ink-500);max-width:58ch;margin:16px auto 0}
[dir="rtl"] .contact-lead{font-family:var(--font);line-height:1.85}

.contact-body{padding-bottom:var(--sec)}
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(24px,3.5vw,56px);align-items:start;
  max-width:1000px;margin:0 auto}

/* left column: contact methods */
.contact-info{display:flex;flex-direction:column;gap:14px}
.contact-method{display:flex;align-items:center;gap:15px;padding:16px 18px;border:1px solid var(--ink-100);
  border-radius:var(--radius-lg);background:#fff;color:var(--ink-900);
  transition:border-color var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out)}
a.contact-method:hover{border-color:var(--ink-200);box-shadow:var(--shadow-sm)}
.contact-method-ic{width:44px;height:44px;flex:none;border-radius:50%;background:var(--ink-50);
  display:flex;align-items:center;justify-content:center;color:var(--omi-navy)}
.contact-method-ic svg{width:20px;height:20px}
.contact-method-t{display:flex;flex-direction:column;gap:3px;min-width:0}
.contact-method-t .lbl{font-family:var(--font-display);font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-400)}
[dir="rtl"] .contact-method-t .lbl{font-family:var(--font);letter-spacing:0;text-transform:none;font-size:13px}
.contact-method-t .val{font-family:var(--font-display);font-weight:500;font-size:15.5px;color:var(--ink-900);line-height:1.35}
[dir="rtl"] .contact-method-t .val{font-family:var(--font)}
.contact-social{display:flex;gap:12px;margin-top:6px}
.contact-social a{width:44px;height:44px;border-radius:50%;border:1px solid var(--ink-100);color:var(--ink-500);
  display:flex;align-items:center;justify-content:center;transition:color var(--dur-fast),border-color var(--dur-fast)}
.contact-social a:hover{color:var(--ink-900);border-color:var(--ink-200)}
.contact-social svg{width:20px;height:20px}

/* right column: message form */
.contact-form{background:var(--ink-50);border-radius:var(--radius-lg);padding:clamp(22px,3vw,34px)}
.contact-form h2{font-family:var(--font-display);font-weight:500;font-size:clamp(19px,2vw,23px);letter-spacing:-.02em;
  color:var(--ink-900);margin:0 0 clamp(16px,2vw,22px)}
[dir="rtl"] .contact-form h2{font-family:var(--font);font-weight:600}
.contact-field{display:flex;flex-direction:column;gap:7px;margin-bottom:15px}
.contact-field label{font-family:var(--font-display);font-size:13.5px;font-weight:500;color:var(--ink-700)}
[dir="rtl"] .contact-field label{font-family:var(--font)}
.contact-field input,.contact-field textarea{font-family:var(--font-display);font-size:15px;color:var(--ink-900);
  background:#fff;border:1px solid var(--ink-200);border-radius:var(--radius-md);padding:12px 14px;width:100%;
  transition:border-color var(--dur-base) var(--ease-out)}
[dir="rtl"] .contact-field input,[dir="rtl"] .contact-field textarea{font-family:var(--font)}
.contact-field textarea{resize:vertical;min-height:130px}
.contact-field input:focus,.contact-field textarea:focus{outline:none;border-color:var(--omi-navy)}
.contact-submit{font-family:var(--font-display);font-weight:500;font-size:15.5px;letter-spacing:-.01em;border:0;
  cursor:pointer;background:var(--omi-navy);color:#fff;border-radius:9999px;padding:14px 36px;margin-top:4px;
  transition:transform var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out)}
[dir="rtl"] .contact-submit{font-family:var(--font)}
.contact-submit:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}
.contact-note{font-family:var(--font-display);font-size:12.5px;color:var(--ink-400);margin:12px 0 0}
[dir="rtl"] .contact-note{font-family:var(--font)}

@media(max-width:820px){
  .contact-grid{grid-template-columns:1fr;gap:28px}
}

/* ================= LA MARQUE PAGE ================= */
.marque-cta-row{display:flex;flex-wrap:wrap;gap:13px;align-items:center}
.showcase .marque-cta-row{margin-top:clamp(24px,2.8vw,32px)}
.marque-btn,.marque-btn-ghost{font-family:var(--font-display);font-weight:500;font-size:15px;letter-spacing:-.01em;
  border-radius:9999px;padding:14px 32px;display:inline-flex;align-items:center;cursor:pointer;white-space:nowrap;
  transition:transform var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out),background var(--dur-base) var(--ease-out),color var(--dur-base) var(--ease-out),border-color var(--dur-base) var(--ease-out)}
[dir="rtl"] .marque-btn,[dir="rtl"] .marque-btn-ghost{font-family:var(--font)}
.marque-btn{background:var(--omi-navy);color:#fff}
.marque-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-md);color:#fff}
.marque-btn-ghost{background:transparent;color:var(--ink-900);border:1.5px solid var(--ink-300)}
.marque-btn-ghost:hover{background:var(--ink-900);border-color:var(--ink-900);color:#fff}

.marque-values{padding:var(--sec) 0}
.marque-values-head{text-align:center;margin-bottom:clamp(28px,4vw,48px)}
.marque-values-head h2{font-family:var(--font-display);font-weight:400;font-size:clamp(24px,2.6vw,34px);
  letter-spacing:-.02em;color:var(--ink-900);margin:0}
[dir="rtl"] .marque-values-head h2{font-family:var(--font);font-weight:600;letter-spacing:-.005em}
.marque-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(18px,2.4vw,28px)}
.marque-value{text-align:center;display:flex;flex-direction:column;align-items:center;
  padding:clamp(24px,2.6vw,32px) clamp(16px,2vw,22px);border:1px solid var(--ink-100);
  border-radius:var(--radius-lg);background:#fff}
.marque-value .trust-icon{width:50px;height:50px;margin-bottom:16px}
.marque-value h3{font-family:var(--font-display);font-weight:500;font-size:16.5px;letter-spacing:-.01em;color:var(--ink-900);margin:0}
[dir="rtl"] .marque-value h3{font-family:var(--font)}
.marque-value p{font-family:var(--font-display);font-size:13.5px;line-height:1.6;color:var(--ink-500);margin:8px 0 0}
[dir="rtl"] .marque-value p{font-family:var(--font);font-size:14.5px;line-height:1.75}

.marque-stats{background:var(--ink-50);border-top:1px solid var(--ink-100);border-bottom:1px solid var(--ink-100);
  padding:clamp(36px,5vw,56px) 0}
.marque-stats .brand-stats{justify-content:center;margin:0}

.marque-cta{padding:var(--sec) 0;text-align:center}
.marque-cta h2{font-family:var(--font-display);font-weight:400;font-size:clamp(24px,2.8vw,36px);letter-spacing:-.03em;
  line-height:1.1;color:var(--ink-900);margin:0 auto clamp(22px,2.6vw,30px);max-width:20ch}
[dir="rtl"] .marque-cta h2{font-family:var(--font);font-weight:600;letter-spacing:-.01em;line-height:1.3}
.marque-cta .marque-cta-row{justify-content:center}

@media(max-width:820px){
  .marque-values-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:460px){
  .marque-values-grid{grid-template-columns:1fr}
}

/* ############################################################################
   ARCHIVED — everything from here to the end of the product-page sections
   (.pdp-*, .psec, .pfeatures, .phow, .prelated) styles produit.html, which is
   shelved in _archive/ since 2026-07-24. No live page uses it. KEPT so the
   page can be restored with a file move — see _archive/README.md. The one
   exception is .pcard, which is still live (product grids) and lives above.
   ############################################################################ */

/* ================= PRODUCT PAGE (produit.html) =================
   Product floats on white (no kitchen bg). Left: breadcrumb + title + desc +
   pill selectors; right: the product photo, smaller, centred on white. Top gap
   under the navbar, then a consistent --sec rhythm down the sections. */
.pdp{padding-bottom:clamp(30px,3.4vw,48px)}
.pdp-top{padding-block:clamp(40px,5vw,72px) clamp(30px,3.4vw,48px)}   /* navbar gap top; tighter gap before 1st band */

.pdp-hero{display:grid;grid-template-columns:1.05fr 1fr;gap:0 clamp(28px,4vw,64px);
  grid-template-areas:"head media" "body media";align-items:start}
[dir="rtl"] .pdp-hero{direction:rtl}
.pdp-head{grid-area:head;min-width:0}
.pdp-body{grid-area:body;min-width:0}

.pdp-crumbs{display:flex;align-items:center;gap:9px;flex-wrap:wrap;
  font-family:var(--font-display);font-weight:400;font-size:12.5px;letter-spacing:-.005em;
  color:var(--ink-400);margin-bottom:clamp(18px,2.4vw,30px)}
[dir="rtl"] .pdp-crumbs{font-family:var(--font);font-size:13.5px}
.pdp-crumbs a{color:var(--ink-400);text-decoration:none;transition:color var(--dur-fast)}
.pdp-crumbs a:hover{color:var(--omi-navy)}
.pdp-crumb-sep{color:var(--ink-300)}
.pdp-crumbs [aria-current]{color:var(--ink-700)}

/* large, but weight 500 — the site has no bold headings by design */
.pdp-head h1{font-family:var(--font-display);font-weight:500;
  font-size:clamp(30px,4.2vw,56px);line-height:1.04;letter-spacing:-.035em;
  color:var(--ink-900);margin:0;max-width:13ch}
[dir="rtl"] .pdp-head h1{font-family:var(--font);font-weight:500;letter-spacing:-.01em;line-height:1.28}

.pdp-desc{font-family:var(--font-display);font-size:clamp(14.5px,1.06vw,16.5px);font-weight:400;
  line-height:1.65;color:var(--ink-500);margin:clamp(14px,1.6vw,20px) 0 0;max-width:40ch}
[dir="rtl"] .pdp-desc{font-family:var(--font);line-height:1.9}

/* ---- selectors ----
   Dettol keeps "Select size:" and "Select scent:" side by side on ONE line.
   flex-basis:0 + min-width:0 means the axis groups always share the row and the
   pills wrap inside their own column instead of pushing the next group down. */
.pdp-axes{margin-top:clamp(24px,3vw,38px);display:flex;flex-wrap:wrap;
  gap:clamp(18px,2.3vw,30px) clamp(24px,3vw,44px)}
.pdp-axis{flex:1 1 0;min-width:min(100%,150px)}   /* stacks only if 150px each won't fit */
.pdp-axis-lbl{display:block;font-family:var(--font-display);font-weight:400;font-size:13px;
  color:var(--ink-500);margin-bottom:11px}
[dir="rtl"] .pdp-axis-lbl{font-family:var(--font);font-size:14px}
.pdp-opts{display:flex;flex-wrap:wrap;gap:9px}

.pdp-opt{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;
  font-family:var(--font-display);font-weight:500;font-size:13.5px;letter-spacing:-.005em;
  color:var(--ink-700);background:#fff;border:1px solid var(--ink-200);
  border-radius:var(--radius-pill);padding:10px 20px;white-space:nowrap;
  transition:border-color var(--dur-fast) var(--ease-out),color var(--dur-fast),opacity var(--dur-fast)}
[dir="rtl"] .pdp-opt{font-family:var(--font);font-size:14.5px}
.pdp-opt:hover{border-color:var(--ink-400)}
.pdp-opt.on{border-color:var(--omi-navy);color:var(--omi-navy);
  box-shadow:inset 0 0 0 1px var(--omi-navy)}
.pdp-opt.off{opacity:.34}
.pdp-opt.off:hover{opacity:.6}

.pdp-back{display:inline-block;color:var(--omi-navy);font-family:var(--font-display);
  font-weight:500;text-decoration:none}
.pdp-back:hover{text-decoration:underline}

/* ---- product photo: smaller, floating on white ---- */
.pdp-media{grid-area:media;align-self:center;min-width:0;display:flex;align-items:center;justify-content:center}
.pdp-photo{width:100%;height:clamp(210px,25vw,320px);display:flex;align-items:center;justify-content:center}
.pdp-photo img{max-height:100%;max-width:62%;width:auto;height:auto;object-fit:contain;display:block}

@media(max-width:900px){
  /* Dettol mobile order: breadcrumb + title, then photo, then desc + selectors.
     Text left-aligned; the photo is centred and prominent. */
  .pdp-hero{grid-template-columns:1fr;grid-template-areas:"head" "media" "body";gap:0}
  .pdp-media{align-self:auto;margin-block:clamp(18px,4vw,28px)}
  .pdp-photo{height:clamp(230px,54vw,340px)}
  .pdp-photo img{max-width:58%}
  .pdp-head h1{max-width:none;font-size:clamp(28px,7.5vw,40px);line-height:1.08}
  .pdp-axes{gap:clamp(16px,4.5vw,26px) clamp(20px,5vw,40px)}
}
@media(max-width:520px){
  .pdp-opt{padding:9px 18px;font-size:13px}
}

/* navbar on the product page: solid-ish white + subtle shadow */
.page-pdp .site-header{background:rgba(255,255,255,.92);
  border-bottom-color:var(--ink-100);box-shadow:0 2px 16px rgba(11,27,51,.08)}

/* ---- KITCHEN HERO (per-category opt-in: .pdp-has-kitchen on <main>) ----
   The panel is a SMALL capped box (~717×520, not a full-height wall) with a big
   curve on its BOTTOM-start corner, and the product sits contained inside it.
   (The curve was briefly moved to the top-start corner — that reads upside
   down. It belongs on the bottom.)
   Product photos ship with a WHITE studio background — see the .pdp-photo note
   below for why the img must be left alone. The kitchen layer is display:none
   by default, so other categories are untouched by everything in this block. */
.pdp-kitchen{display:none}
.pdp-has-kitchen .pdp-top{max-width:none;padding:0}   /* let the panel reach the edge */
.pdp-has-kitchen .pdp-hero{align-items:start}
.pdp-has-kitchen .pdp-head{
  padding-top:clamp(40px,5vw,72px);
  padding-inline-start:calc(max(0px,(100vw - 1520px)/2) + clamp(24px,11.38vw,173px));
  padding-inline-end:clamp(28px,4vw,64px)}
.pdp-has-kitchen .pdp-body{
  padding-inline-start:calc(max(0px,(100vw - 1520px)/2) + clamp(24px,11.38vw,173px));
  padding-inline-end:clamp(28px,4vw,64px);padding-bottom:clamp(24px,3vw,44px)}
/* Capped box, flush under the navbar, pushed to the inline-end edge. */
.pdp-has-kitchen .pdp-media{align-self:start;display:block;position:relative;
  width:min(717px,52vw);height:clamp(340px,34vw,520px);margin-inline-start:auto}
.pdp-has-kitchen .pdp-kitchen{display:block;position:absolute;inset:0;z-index:0;overflow:hidden;
  border-end-start-radius:clamp(90px,13vw,190px);   /* big curve on the BOTTOM-start corner; flips in RTL */
  background-position:center;background-size:cover;background-repeat:no-repeat}

/* Product sits WHOLLY INSIDE the panel. Do NOT make it overflow the panel and
   do NOT put a blend/filter/radius on the img: the photos carry a white studio
   background, so any of that either paints a white slab over the page or
   recolours the product. The image renders untouched — position and size only. */
.pdp-has-kitchen .pdp-photo{position:relative;z-index:1;width:100%;height:100%;
  display:flex;align-items:center;justify-content:center;padding:clamp(14px,2vw,30px)}
.pdp-has-kitchen .pdp-photo img{max-height:84%;max-width:52%}

@media(max-width:900px){
  /* Panel inset to the same gutter as the text (Dettol aligns the image edge
     with the title edge), curve on the bottom-start corner, product inside. */
  .pdp-has-kitchen .pdp-head{padding-top:clamp(24px,5vw,32px);padding-inline:clamp(24px,6vw,40px)}
  .pdp-has-kitchen .pdp-body{padding-inline:clamp(24px,6vw,40px);padding-bottom:0}
  .pdp-has-kitchen .pdp-media{width:auto;margin-inline:clamp(24px,6vw,40px);
    height:clamp(250px,60vw,360px);margin-block:clamp(16px,4vw,24px)}
  .pdp-has-kitchen .pdp-kitchen{border-end-start-radius:clamp(56px,17vw,110px)}
  .pdp-has-kitchen .pdp-photo{padding:clamp(12px,3vw,20px)}
  .pdp-has-kitchen .pdp-photo img{max-height:88%;max-width:50%}
}


/* ================= PRODUCT-PAGE SECTIONS (Dettol-style, minimalist) =======
   Features / How-to / Callout / Safety / Did-you-know / Related. All white or
   a whisper of --ink-50 for rhythm; no heavy colour bands. Filled by
   product.js; each <section class="psec"> starts [hidden] until it has data. */
.psec{padding:clamp(30px,3.4vw,48px) 0}   /* tighter, consistent gap between sections */
.psec[hidden]{display:none}
.psafety{background:var(--ink-50)}   /* how-to is on white (Dettol-style) */
.prelated{border-top:1px solid var(--ink-100)}

.psec-head{font-family:var(--font-display);font-weight:500;font-size:clamp(20px,2.1vw,27px);
  letter-spacing:-.02em;color:var(--ink-900);text-align:center;margin:0 0 clamp(28px,3.4vw,46px)}
[dir="rtl"] .psec-head{font-family:var(--font);font-weight:500;letter-spacing:-.005em}

/* icon placeholder — shows the flaticon keyword until a real SVG is dropped in.
   To swap later: replace this span with your <svg>/<img>, or set a mask URL. */
.psec-ic{display:inline-flex;align-items:center;justify-content:center;text-align:center;
  width:56px;height:56px;flex:none;border-radius:50%;border:1px dashed var(--ink-300);
  background:#fff;color:var(--ink-400);padding:6px;box-sizing:border-box;overflow:hidden}
.psec-ic::after{content:attr(data-icon);font-family:var(--font-display);font-size:8px;
  line-height:1.15;letter-spacing:.01em;word-break:break-word}

/* photo placeholder box */
.psec-ph{width:100%;aspect-ratio:4/3;border-radius:18px;border:1px dashed var(--ink-300);
  background:var(--ink-50);display:flex;flex-direction:column;align-items:center;
  justify-content:center;gap:12px;color:var(--ink-400)}
.psec-ph svg{width:clamp(40px,5vw,54px);height:auto}
.psec-ph-t{font-family:var(--font-display);font-size:12.5px}
[dir="rtl"] .psec-ph-t{font-family:var(--font)}

/* ---- Features ---- */
.pfeat-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:40px 85px}
.pfeat{display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center;width:140px}
.pfeat-lbl{font-family:var(--font-display);font-weight:400;font-size:13.5px;line-height:1.35;color:var(--ink-600)}
[dir="rtl"] .pfeat-lbl{font-family:var(--font);font-size:14.5px}

/* ---- How to use ---- */
/* Dettol-style: centred column, big brand-blue number, muted text, airy gaps.
   Two aligned columns (number | text) via grid so numbers stack neatly. */
.phow-list{max-width:540px;margin:0 auto;list-style:none;padding:0;
  display:flex;flex-direction:column;gap:clamp(24px,3vw,40px)}
.phow-step{display:grid;grid-template-columns:auto 1fr;gap:clamp(18px,2.4vw,34px);align-items:baseline}
.phow-n{font-family:var(--font-display);font-weight:500;font-size:clamp(18px,1.9vw,23px);
  line-height:1;color:var(--omi-navy);min-width:1.1em;text-align:center}
.phow-t{font-family:var(--font-display);font-size:clamp(14.5px,1vw,15.5px);line-height:1.6;color:var(--ink-500)}
[dir="rtl"] .phow-t{font-family:var(--font);line-height:1.9}

/* ---- Callout (photo + product + short text) ---- */
.pcallout-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,56px);align-items:center}
[dir="rtl"] .pcallout-grid{direction:rtl}
.pcallout-media img{width:100%;border-radius:18px;display:block}
.pcallout-tag{display:inline-block;font-family:var(--font-display);font-weight:500;font-size:11px;
  letter-spacing:.12em;text-transform:uppercase;color:var(--omi-navy);margin-bottom:12px}
[dir="rtl"] .pcallout-tag{font-family:var(--font);letter-spacing:0;text-transform:none;font-size:13px}
.pcallout-body h2{font-family:var(--font-display);font-weight:500;font-size:clamp(20px,2.2vw,30px);
  letter-spacing:-.02em;line-height:1.15;color:var(--ink-900);margin:0}
[dir="rtl"] .pcallout-body h2{font-family:var(--font);letter-spacing:-.005em;line-height:1.35}
.pcallout-body p{font-family:var(--font-display);font-size:14.5px;line-height:1.65;color:var(--ink-500);margin:14px 0 0;max-width:42ch}
[dir="rtl"] .pcallout-body p{font-family:var(--font);line-height:1.9}
.pcallout-shot{margin-top:20px}
.pcallout-shot img{max-height:150px;width:auto;display:block}
[dir="rtl"] .pcallout-shot img{margin-inline-start:auto}

/* ---- Safety ---- */
.psafe-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:clamp(24px,4vw,56px);align-items:center}
[dir="rtl"] .psafe-grid{direction:rtl}
.psafe-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:clamp(16px,2vw,22px)}
.psafe-item{display:flex;align-items:center;gap:16px;
  font-family:var(--font-display);font-size:14.5px;line-height:1.5;color:var(--ink-600)}
[dir="rtl"] .psafe-item{font-family:var(--font);flex-direction:row-reverse;text-align:right}
.psafe-item .psec-ic{width:46px;height:46px}

/* ---- Did you know ---- */
.pdyk-inner{position:relative;border-radius:22px;overflow:hidden;
  min-height:clamp(280px,34vw,380px);display:flex;align-items:flex-end;
  padding:clamp(22px,3vw,44px);background:var(--ink-100);background-size:cover;background-position:center}
[dir="rtl"] .pdyk-inner{direction:rtl}
.pdyk-inner .psec-ph{position:absolute;inset:0;border-radius:22px;aspect-ratio:auto}
.pdyk-inner.has-photo::before{content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(8,14,32,.5),rgba(8,14,32,0) 62%)}
.pdyk-card{position:relative;z-index:2;max-width:430px;background:#fff;border-radius:16px;
  padding:clamp(20px,2.4vw,30px);box-shadow:var(--shadow-sm)}
.pdyk-eyebrow{display:inline-block;font-family:var(--font-display);font-weight:500;font-size:11px;
  letter-spacing:.12em;text-transform:uppercase;color:var(--omi-navy);margin-bottom:10px}
[dir="rtl"] .pdyk-eyebrow{font-family:var(--font);letter-spacing:0;text-transform:none;font-size:13px}
.pdyk-card p{font-family:var(--font-display);font-size:14.5px;line-height:1.62;color:var(--ink-700);margin:0}
[dir="rtl"] .pdyk-card p{font-family:var(--font);line-height:1.85}

/* ---- Related products ---- */
.prelated-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,2vw,28px)}

@media(max-width:820px){
  .pcallout-grid,.psafe-grid{grid-template-columns:1fr;gap:clamp(20px,4vw,30px)}
  .pcallout-media{order:-1}
  .pcallout-body{text-align:center}
  .pcallout-body p{margin-inline:auto}
  .pcallout-shot img{margin:20px auto 0}
  .psafe-media{max-width:440px;margin:0 auto}
  .pdyk-card{max-width:none}
  .prelated-grid{grid-template-columns:repeat(2,1fr);gap:22px 16px}
}
/* ---- Features band: full-width OMI-blue block (Dettol-style, minimalist) ----
   Reuses the hero's royal-blue gradient so the product page ties into the
   brand. Real SVG icons (assets/<keyword>.svg) are recoloured white via mask;
   categories without SVGs yet fall back to the white-dashed keyword slot. */
.pfeatures{background:linear-gradient(150deg,#0F3FE6 0%,#173DBF 100%);
  min-height:390px;display:flex;align-items:center;
  padding-block:0;margin-block:clamp(30px,3.4vw,48px)}   /* white gap around the blue band */
.pfeatures > .wrap{width:100%}
.pfeatures .psec-head{color:#fff;margin-bottom:90px}   /* title → icons */
.pfeatures .pfeat-lbl{color:rgba(255,255,255,.92)}
.pfeat-ic{width:clamp(48px,5.4vw,60px);height:clamp(48px,5.4vw,60px);flex:none;background:#fff;
  -webkit-mask:var(--ic) center/contain no-repeat;mask:var(--ic) center/contain no-repeat}
.pfeatures .psec-ic{border-color:rgba(255,255,255,.5);background:transparent;color:rgba(255,255,255,.82)}

/* mobile: auto height (not 420px), 2 columns, much smaller gaps so it's not
   too much. Placed AFTER the desktop rules so these win in the cascade. */
@media(max-width:600px){
  .pfeatures{min-height:0;display:block;padding-block:44px}
  .pfeatures .psec-head{margin-bottom:44px}      /* title → icons (mobile) */
  .pfeat-grid{gap:38px 22px}                      /* row  column */
  .pfeat{width:42%}
}
