/* ==========================================================================
   flâne — feuille de style
   Direction : constellation de produits flottants sur marbre blanc.
   Un seul accent saturé (violet #5433eb), rayons généreux, ombres douces,
   typographie serrée (Inter, approche de GT Standard).
   ========================================================================== */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-latin-var.woff2") format("woff2");
  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;
}

/* ---------------------------------------------------------------- Tokens */
:root {
  --canvas: #f2f4f5;
  --surface: #ffffff;
  --ink: #000000;
  --line: #ebebeb;
  --muted: #787574;
  --stone: #cccccc;
  --fog: #acb0aa;
  --violet: #5433eb;
  --violet-wash: #c0b5f3;
  --slate: #332f2d;
  --ash: #665a54;

  --font: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);
  --shadow-card: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
  --shadow-lg: 0 4px 24px rgba(0, 0, 0, .12);
  --shadow-lift: 0 28px 48px -20px rgba(0, 0, 0, .24), 0 4px 6px -1px rgba(0, 0, 0, .08);
  --shadow-violet: 0 4px 24px rgba(69, 36, 219, .34);

  --r-card: 28px;
  --r-img: 20px;
  --r-chip: 12px;
  --r-sheet: 32px;

  --rail-w: 72px;
  --top-h: 64px;
  --ann-h: 40px;
  --edge: 12px;
  --gutter: clamp(16px, 3.2vw, 40px);
  --maxw: 1200px;
  --sec: clamp(64px, 8vw, 96px);

  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-io: cubic-bezier(.76, 0, .24, 1);
  --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
}

/* ---------------------------------------------------------------- Base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: -0.031em;
  font-optical-sizing: auto;
  color: var(--ink);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; letter-spacing: inherit; }
button { background: none; border: 0; padding: 0; cursor: pointer; -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
:focus-visible { outline: 2px solid var(--violet); outline-offset: 3px; }
::selection { background: var(--violet); color: #fff; }
[hidden] { display: none !important; }
html.is-preloading, html.is-locked { overflow: hidden; }

.i { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.i--sm { width: 16px; height: 16px; }
.i--xs { width: 12px; height: 12px; }
.i--fill { fill: currentColor; stroke: none; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

/* ---------------------------------------------------------------- Utilitaires */
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip {
  position: fixed; z-index: 1000; left: 16px; top: 12px;
  padding: 10px 18px; border-radius: 9999px; background: var(--ink); color: #fff; font-size: 14px;
  transform: translateY(-200%); transition: transform .3s var(--ease);
}
.skip:focus-visible { transform: none; }
.wrap { width: 100%; max-width: calc(var(--maxw) + 2 * var(--gutter)); margin-inline: auto; padding-inline: var(--gutter); }
.sheet { position: relative; background: var(--surface); border-radius: var(--r-sheet); margin-inline: var(--edge); }
.section { padding-block: var(--sec); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; letter-spacing: -0.017em; color: var(--muted); }
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.t-display { font-size: clamp(44px, 6.8vw, 100px); font-weight: 600; letter-spacing: -0.06em; line-height: .94; text-wrap: balance; }
.t-h2 { font-size: clamp(32px, 4.4vw, 60px); font-weight: 600; letter-spacing: -0.055em; line-height: 1; text-wrap: balance; }
.t-h3 { font-size: 20px; font-weight: 600; letter-spacing: -0.05em; line-height: 1.1; }
.t-lede { font-size: clamp(16px, 1.35vw, 18px); line-height: 1.45; letter-spacing: -0.022em; color: var(--muted); max-width: 46ch; text-wrap: pretty; }
.muted { color: var(--muted); }
.num { font-variant-numeric: tabular-nums; }

/* ---------------------------------------------------------------- Boutons */
.btn {
  --bg: var(--ink); --fg: #fff;
  position: relative; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 48px; padding: 0 22px; border-radius: 9999px;
  background: var(--bg); color: var(--fg);
  font-size: 15px; font-weight: 500; letter-spacing: -0.02em; white-space: nowrap;
  transition: transform .5s var(--ease-spring), box-shadow .35s var(--ease), background-color .3s, color .3s;
}
.btn:active { transform: scale(.96); }
.btn .i { width: 18px; height: 18px; transition: transform .45s var(--ease-spring); }
.btn:hover .i--nudge { transform: translateX(3px); }
.btn--violet { --bg: var(--violet); box-shadow: var(--shadow-violet); }
.btn--violet:hover { box-shadow: 0 10px 34px rgba(69, 36, 219, .45); }
.btn--light { --bg: #fff; --fg: var(--ink); box-shadow: var(--shadow-sm); }
.btn--light:hover { box-shadow: var(--shadow-lg); }
.btn--ghost { --bg: transparent; --fg: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.btn--ghost:hover { --bg: var(--canvas); }
.btn--sm { height: 36px; padding: 0 16px; font-size: 14px; }
.btn--lg { height: 56px; padding: 0 28px; font-size: 16px; }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .5; pointer-events: none; }
.btn.is-loading { pointer-events: none; }
.btn.is-loading > * { opacity: 0; }
.btn.is-loading::after {
  content: ""; position: absolute; width: 20px; height: 20px; border-radius: 50%;
  border: 2px solid currentColor; border-right-color: transparent; animation: spin .7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Texte qui roule au survol */
.roll { display: inline-grid; overflow: hidden; line-height: 1.3; height: 1.3em; }
.roll > span { grid-area: 1 / 1; transition: transform .55s var(--ease); }
.roll > span + span { transform: translateY(105%); }
a:hover > .roll > span:first-child, button:hover > .roll > span:first-child { transform: translateY(-105%); }
a:hover > .roll > span + span, button:hover > .roll > span + span { transform: none; }

.icon-btn {
  position: relative; width: 40px; height: 40px; border-radius: 50%;
  display: inline-grid; place-items: center; transition: background-color .25s, transform .45s var(--ease-spring);
}
.icon-btn:hover { background: var(--canvas); }
.icon-btn:active { transform: scale(.9); }
.arrow-btn {
  width: 40px; height: 40px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-lg);
  display: inline-grid; place-items: center; transition: transform .45s var(--ease-spring), opacity .3s;
}
.arrow-btn:hover { transform: scale(1.1); }
.arrow-btn:disabled { opacity: .3; pointer-events: none; }
.arrow-btn .i { width: 16px; height: 16px; stroke-width: 2; }

.chip {
  display: inline-flex; align-items: center; gap: 6px; flex: none;
  height: 36px; padding: 0 15px; border-radius: 9999px;
  background: #fff; box-shadow: inset 0 0 0 1px var(--line);
  font-size: 14px; font-weight: 500; letter-spacing: -0.014em; white-space: nowrap;
  transition: background-color .25s, color .25s, box-shadow .25s, transform .45s var(--ease-spring);
}
.chip:hover { box-shadow: inset 0 0 0 1px var(--stone); }
.chip:active { transform: scale(.95); }
.chip.is-active, .chip[aria-pressed="true"] { background: var(--ink); color: #fff; box-shadow: inset 0 0 0 1px var(--ink); }
.chip em { font-style: normal; font-size: 12px; opacity: .55; }

.badge {
  position: absolute; z-index: 2; top: 12px; left: 12px;
  display: inline-flex; align-items: center; height: 24px; padding: 0 10px; border-radius: 9999px;
  background: #fff; box-shadow: var(--shadow-sm); font-size: 11px; font-weight: 500; letter-spacing: -0.01em; pointer-events: none;
}
.badge--dark { background: var(--ink); color: #fff; }
.count {
  display: inline-grid; place-items: center; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px;
  background: var(--violet); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: 0; font-variant-numeric: tabular-nums;
  transition: transform .45s var(--ease-spring);
}
.count[data-n="0"] { transform: scale(0); }
.count.bump { animation: bump .55s var(--ease-spring); }
@keyframes bump { 40% { transform: scale(1.5); } }

.rating { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; color: var(--muted); letter-spacing: -0.01em; }
.stars { display: inline-flex; gap: 1px; color: var(--ink); }
.stars .i { width: 11px; height: 11px; }
.stars .is-off { color: var(--stone); }

.price { font-size: 14px; font-weight: 500; font-variant-numeric: tabular-nums; white-space: nowrap; }
.price s { margin-left: 6px; font-size: 12px; font-weight: 400; color: var(--muted); }

.link-u { position: relative; }
.link-u::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1px; background: currentColor;
  transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease);
}
.link-u:hover::after { transform: scaleX(1); transform-origin: left; }

/* ---------------------------------------------------------------- Médias */
.media { position: relative; overflow: hidden; background: var(--tone, #e9e6e1); border-radius: var(--r-img); isolation: isolate; }
.media img {
  width: 100%; height: 100%; object-fit: cover; object-position: var(--focus, 50% 50%);
  opacity: 0; transform: scale(1.04); transition: opacity .9s var(--ease), transform 1.2s var(--ease);
}
.media.is-loaded img { opacity: 1; transform: none; }
.media.is-error img { display: none; }
.media.is-error::after {
  content: attr(data-fallback); position: absolute; inset: 0; display: grid; place-items: center; padding: 10%;
  text-align: center; font-size: clamp(11px, 1vw, 14px); font-weight: 500; line-height: 1.2; color: rgba(0, 0, 0, .42);
}
.px { position: absolute; left: 0; right: 0; top: -9%; bottom: -9%; will-change: transform; }
.px > img { position: absolute; inset: 0; }

/* ---------------------------------------------------------------- Bandeau */
.announce {
  position: relative; z-index: 51; height: var(--ann-h); margin: var(--edge) var(--edge) 0;
  border-radius: 9999px; background: var(--ink); color: #fff;
  display: flex; align-items: center; justify-content: center; gap: 10px; padding-inline: 20px;
  font-size: 13px; letter-spacing: -0.015em; overflow: hidden;
}
.announce__win { height: 20px; overflow: hidden; }
.announce__list { display: grid; transition: transform .8s var(--ease); transform: translateY(calc(var(--n, 0) * -20px)); }
.announce__list li { height: 20px; line-height: 20px; text-align: center; white-space: nowrap; }
.announce a { display: inline-flex; align-items: center; gap: 6px; }
.announce .i { width: 14px; height: 14px; }

/* ---------------------------------------------------------------- Rail */
.rail {
  position: fixed; z-index: 70; left: 0; top: 0; bottom: 0; width: var(--rail-w);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 16px 0 20px; background: var(--surface);
}
.rail__logo {
  display: block; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 50%;
  background: #fff; box-shadow: var(--shadow-card); transition: transform .6s var(--ease-spring);
}
.rail__logo img { width: 100%; height: 100%; }
.rail__logo:hover { transform: scale(1.08); }
.rail__group { position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.rail__bottom { margin-top: auto; }
.rail__item {
  position: relative; z-index: 1; width: 48px; height: 48px; border-radius: 20px;
  display: grid; place-items: center; color: var(--ink); transition: transform .45s var(--ease-spring);
}
.rail__item:hover { transform: scale(1.08); }
.rail__item:active { transform: scale(.94); }
.rail__item .count { position: absolute; top: 5px; right: 3px; }
.rail__label { display: none; }
.rail__item::after {
  content: attr(data-tip); position: absolute; left: calc(100% + 10px); top: 50%;
  padding: 6px 10px; border-radius: 9999px; background: var(--ink); color: #fff;
  font-size: 12px; font-weight: 500; white-space: nowrap; pointer-events: none;
  opacity: 0; transform: translate(-6px, -50%); transition: opacity .2s, transform .35s var(--ease);
}
.rail__item:hover::after, .rail__item:focus-visible::after { opacity: 1; transform: translate(0, -50%); }
.rail__ink {
  position: absolute; z-index: 0; left: 0; top: 0; width: 48px; height: 48px; border-radius: 20px;
  background: var(--canvas); opacity: 0; pointer-events: none;
  transform: translate(var(--ix, 0), var(--iy, 0));
  transition: transform .6s var(--ease-spring), opacity .3s;
}
.rail__ink.is-on { opacity: 1; }
.rail__sep { width: 24px; height: 1px; margin: 8px 0; background: var(--line); }
.rail__avatar {
  display: grid; place-items: center; width: 32px; height: 32px; margin-top: 10px; border-radius: 50%;
  background: var(--canvas); box-shadow: 0 0 0 1px var(--line); color: var(--muted);
  transition: box-shadow .3s, transform .45s var(--ease-spring);
}
.rail__avatar:hover { box-shadow: 0 0 0 1px var(--ink); transform: scale(1.08); }
.rail__avatar .i { width: 18px; height: 18px; }
.rail__item--mob { display: none; }

/* ---------------------------------------------------------------- Coquille */
.shell { margin-left: var(--rail-w); min-height: 100vh; overflow-x: clip; }

/* ---------------------------------------------------------------- Barre haute */
.topbar {
  position: sticky; top: 0; z-index: 50; height: var(--top-h);
  display: flex; align-items: center; gap: 16px; padding-inline: calc(var(--edge) + 12px) calc(var(--edge) + 4px);
  transition: transform .55s var(--ease), background-color .35s, box-shadow .35s;
}
.topbar.is-scrolled { background: rgba(242, 244, 245, .82); -webkit-backdrop-filter: saturate(1.6) blur(18px); backdrop-filter: saturate(1.6) blur(18px); box-shadow: 0 1px 0 rgba(0, 0, 0, .05); }
.topbar.is-hidden { transform: translateY(-105%); }
.wordmark { display: inline-flex; color: var(--violet); transition: transform .5s var(--ease-spring); }
.wordmark .lg { height: 38px; }
.wordmark:hover { transform: scale(1.04) rotate(-2deg); }
.topbar__search {
  flex: 1; max-width: 520px; height: 44px; margin-inline: auto;
  display: flex; align-items: center; gap: 10px; padding: 0 8px 0 16px; border-radius: 9999px;
  background: #fff; box-shadow: inset 0 0 0 1px rgba(5, 41, 77, .1), var(--shadow-sm);
  color: var(--muted); font-size: 15px; text-align: left;
  transition: box-shadow .3s, opacity .45s var(--ease), transform .55s var(--ease);
}
.topbar__search:hover { box-shadow: inset 0 0 0 1px rgba(5, 41, 77, .16), var(--shadow-lg); }
.topbar__search span { flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.kbd {
  display: inline-grid; place-items: center; min-width: 26px; height: 26px; padding: 0 7px; border-radius: 8px;
  background: var(--canvas); color: var(--muted); font-size: 12px; font-weight: 500; font-family: inherit;
}
.page-home .topbar__search { opacity: 0; transform: translateY(-10px) scale(.97); pointer-events: none; }
.page-home .topbar.show-search .topbar__search { opacity: 1; transform: none; pointer-events: auto; }
.topbar__actions { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.topbar__search + .topbar__actions { margin-left: 0; }
.cart-pill {
  display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 8px 0 16px; border-radius: 9999px;
  background: var(--ink); color: #fff; font-size: 14px; font-weight: 500;
  transition: transform .45s var(--ease-spring), box-shadow .3s;
}
.cart-pill:hover { box-shadow: var(--shadow-lg); }
.cart-pill:active { transform: scale(.95); }
.cart-pill .i { width: 20px; height: 20px; }
.cart-pill .count { background: #fff; color: var(--ink); height: 28px; min-width: 28px; border-radius: 14px; font-size: 12px; }
.cart-pill .count[data-n="0"] { transform: none; }
.topbar__progress { position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--ink); transform-origin: 0 50%; transform: scaleX(var(--p, 0)); }
.topbar__mob { display: none; }

/* ---------------------------------------------------------------- Pile hero */
.stack { position: relative; }
.stack__cover {
  position: relative; z-index: 2; background: var(--canvas);
  border-radius: var(--r-sheet) var(--r-sheet) 0 0; margin-top: 12px;
  box-shadow: 0 -24px 48px -32px rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- Hero */
.hero {
  position: sticky; top: 0; z-index: 0; isolation: isolate; overflow: hidden;
  min-height: clamp(640px, calc(100svh - var(--top-h) - var(--ann-h) - 2 * var(--edge)), 980px);
  display: flex; align-items: stretch; margin-top: 4px;
  transform-origin: 50% 0;
}
.hero__inner {
  position: relative; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: clamp(96px, 15vh, 170px) var(--gutter) clamp(72px, 12vh, 140px);
}
.hero__eyebrow {
  position: relative; z-index: 3; display: inline-flex; align-items: center; gap: 8px;
  height: 32px; padding: 0 14px 0 6px; border-radius: 9999px; background: var(--canvas);
  font-size: 13px; font-weight: 500; letter-spacing: -0.02em;
  opacity: 0; transform: translateY(12px); transition: opacity .8s var(--ease), transform 1s var(--ease);
}
.hero__eyebrow b { display: inline-grid; place-items: center; height: 22px; padding: 0 8px; border-radius: 9999px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 500; }
.hero.is-in .hero__eyebrow { opacity: 1; transform: none; }
.wm {
  position: relative; z-index: 1; margin: 18px 0 0; padding-right: .07em;
  line-height: 0; color: var(--violet); user-select: none;
}
.wm .lg { width: clamp(300px, 44vw, 700px); }
.wm .lg__u { will-change: transform; }
.hero__controls { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; width: 100%; }
.hero__lede {
  margin-top: 22px; max-width: 46ch; font-size: clamp(16px, 1.35vw, 18px); line-height: 1.45; color: var(--muted); letter-spacing: -0.022em;
  opacity: 0; transform: translateY(14px); transition: opacity .9s var(--ease) .55s, transform 1s var(--ease) .55s;
}
.hero.is-in .hero__lede { opacity: 1; transform: none; }
/* Le bouton violet se déplie en barre de recherche, puis la découpe est retirée. */
.hero .search { margin-top: 26px; clip-path: inset(0 0 0 calc(100% - 60px) round 9999px); opacity: 0; transition: clip-path 1.2s var(--ease) .75s, opacity .4s .6s; }
.hero.is-in .search { clip-path: inset(0 0 0 0 round 9999px); opacity: 1; }
.hero.is-ready .search { clip-path: none; }
.hero .cat-pills li { opacity: 0; transform: translateY(14px) scale(.96); transition: opacity .7s var(--ease), transform .9s var(--ease-spring); transition-delay: calc(var(--i) * 60ms + 1s); }
.hero.is-in .cat-pills li { opacity: 1; transform: none; }
.hero__scroll {
  position: absolute; z-index: 3; left: 50%; bottom: 22px; translate: -50% 0;
  display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 11px; color: var(--muted);
  opacity: 0; transition: opacity 1s 1.6s;
}
.hero.is-in .hero__scroll { opacity: 1; }
.hero__scroll i { width: 1px; height: 34px; background: var(--line); overflow: hidden; position: relative; }
.hero__scroll i::after { content: ""; position: absolute; inset: 0; background: var(--ink); animation: drip 2.2s var(--ease-io) infinite; }
@keyframes drip { 0% { transform: translateY(-100%); } 55%, 100% { transform: translateY(100%); } }

/* Cartes flottantes */
.hero__cards { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.hcard {
  --base: clamp(104px, 11.5vw, 200px);
  position: absolute; left: calc(var(--x) * 1%); top: calc(var(--y) * 1%);
  width: calc(var(--base) * var(--s, 1)); translate: -50% -50%;
  pointer-events: auto; will-change: transform;
}
.hcard__pop {
  display: block; opacity: 0; transform: translate(var(--fx, 0), var(--fy, 0)) scale(.35);
  transition: opacity .9s var(--ease), transform 1.4s var(--ease);
  transition-delay: calc(var(--i) * 70ms + 380ms);
}
.hero.is-in .hcard__pop { opacity: 1; transform: none; }
.hcard__float { display: block; animation: float var(--dur, 7s) ease-in-out infinite alternate; animation-delay: calc(var(--i) * -1.7s); }
@keyframes float { from { transform: translate3d(0, -8px, 0) rotate(-.8deg); } to { transform: translate3d(0, 8px, 0) rotate(.8deg); } }
.hcard__card {
  display: block; padding: 7px 7px 11px; background: #fff; border-radius: 26px; box-shadow: var(--shadow-card); text-align: left;
  rotate: calc(var(--r) * 1deg); transition: rotate .7s var(--ease-spring), scale .7s var(--ease-spring), box-shadow .5s var(--ease);
}
.hcard:hover { z-index: 4; }
.hcard:hover .hcard__card { rotate: 0deg; scale: 1.08; box-shadow: var(--shadow-lift); }
.hcard .media { aspect-ratio: 1; border-radius: 20px; }
.hcard__name { display: block; margin: 9px 6px 0; font-size: 13px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hcard__rate { display: flex; align-items: center; gap: 4px; margin: 3px 6px 0; font-size: 10px; color: var(--muted); }
.hcard__rate .stars .i { width: 9px; height: 9px; }
.hero.is-covered .hcard__float, .hero.is-covered .search__submit::before { animation-play-state: paused; }

/* ---------------------------------------------------------------- Recherche (pilule) */
.search { position: relative; z-index: 5; width: min(640px, 100%); }
.search__bar {
  display: flex; align-items: center; gap: 8px; height: 60px; padding: 6px 6px 6px 22px; border-radius: 9999px;
  background: #fff; box-shadow: inset 0 0 0 1px rgba(5, 41, 77, .1), var(--shadow-sm);
  transition: box-shadow .35s var(--ease);
}
.search:focus-within .search__bar { box-shadow: inset 0 0 0 1px rgba(84, 51, 235, .4), 0 0 0 5px rgba(84, 51, 235, .1), var(--shadow-lg); }
.search__bar > .i { color: var(--muted); width: 20px; height: 20px; }
.search input {
  flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; background: transparent;
  font-size: 16px; letter-spacing: -0.031em; color: var(--ink);
}
.search input::placeholder { color: var(--muted); opacity: 1; }
.search input::-webkit-search-cancel-button { display: none; }
.search__submit {
  position: relative; flex: none; width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center; background: var(--violet); color: #fff; box-shadow: var(--shadow-violet);
  transition: transform .5s var(--ease-spring), box-shadow .3s;
}
.search__submit::before {
  content: ""; position: absolute; inset: -6px; z-index: -1; border-radius: 50%; background: var(--violet-wash);
  opacity: .55; animation: halo 2.8s var(--ease) infinite;
}
@keyframes halo { 0% { transform: scale(.8); opacity: .6; } 70%, 100% { transform: scale(1.35); opacity: 0; } }
.search__submit:hover { transform: scale(1.07); box-shadow: 0 8px 30px rgba(69, 36, 219, .5); }
.search__submit .i { width: 20px; height: 20px; stroke-width: 2; transition: transform .45s var(--ease-spring); }
.search__submit:hover .i { transform: translateX(3px); }
.suggest {
  position: absolute; left: 0; right: 0; top: calc(100% + 8px); z-index: 10;
  padding: 8px; border-radius: 26px; background: #fff; box-shadow: var(--shadow-lg); text-align: left;
  opacity: 0; transform: translateY(-8px) scale(.98); transform-origin: 50% 0; pointer-events: none;
  transition: opacity .25s, transform .4s var(--ease);
}
.search.is-open .suggest { opacity: 1; transform: none; pointer-events: auto; }
.suggest__head { padding: 8px 12px 6px; font-size: 12px; color: var(--muted); }
.suggest__item { display: flex; align-items: center; gap: 12px; padding: 8px; border-radius: 18px; transition: background-color .2s; }
.suggest__item:hover, .suggest__item.is-active { background: var(--canvas); }
.suggest__item .media { width: 44px; height: 44px; border-radius: 12px; flex: none; }
.suggest__txt { flex: 1; min-width: 0; }
.suggest__txt b { display: block; font-size: 14px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.suggest__txt span { font-size: 12px; color: var(--muted); }
.suggest__all { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 4px; padding: 12px; border-radius: 18px; font-size: 14px; font-weight: 500; }
.suggest__all:hover, .suggest__all.is-active { background: var(--canvas); }
.suggest__empty { padding: 14px 12px; font-size: 14px; color: var(--muted); }
mark { background: rgba(84, 51, 235, .12); color: inherit; border-radius: 4px; padding: 0 1px; }

/* Pilules catégories */
.cat-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 18px; }
.cat-pill {
  display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px 0 6px; border-radius: 9999px;
  background: #fff; box-shadow: inset 0 0 0 1px var(--line), var(--shadow-sm);
  font-size: 15px; letter-spacing: -0.028em; white-space: nowrap;
  transition: transform .5s var(--ease-spring), box-shadow .3s;
}
.cat-pill:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px var(--line), var(--shadow-lg); }
.cat-pill .media { width: 28px; height: 28px; border-radius: 50%; transition: transform .6s var(--ease-spring); }
.cat-pill:hover .media { transform: rotate(-14deg) scale(1.12); }
.cat-pill__ico { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--canvas); }
.cat-pill__ico .i { width: 16px; height: 16px; }

/* ---------------------------------------------------------------- Défilant */
.marquee { padding-block: clamp(44px, 6vw, 80px) clamp(28px, 4vw, 48px); overflow: hidden; user-select: none; }
.marquee__row { display: flex; width: max-content; will-change: transform; }
.marquee__row + .marquee__row { margin-top: 6px; }
.marquee__track {
  display: flex; align-items: center; gap: .26em; padding-right: .26em; flex: none;
  font-size: clamp(52px, 8.6vw, 132px); font-weight: 600; letter-spacing: -0.065em; line-height: 1.04;
}
.mq-word { transition: color .4s; padding-right: .04em; }
.marquee__row--ghost .mq-word { color: var(--stone); }
.marquee__row--ghost .mq-word:hover { color: var(--ink); }
.mq-pic {
  display: inline-block; flex: none; width: 1.55em; height: .8em; border-radius: 9999px; overflow: hidden;
  rotate: calc(var(--r, -4) * 1deg); transition: rotate .6s var(--ease-spring), scale .6s var(--ease-spring);
}
.mq-pic .media { width: 100%; height: 100%; border-radius: inherit; }
.mq-pic:hover { rotate: 0deg; scale: 1.1; }

/* ---------------------------------------------------------------- En-têtes de section */
.sec-head { display: grid; gap: 14px; margin-bottom: clamp(28px, 4vw, 48px); }
.sec-head--split { grid-template-columns: 1.2fr 1fr; align-items: end; gap: 24px 48px; }
.sec-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 16px; margin-bottom: 24px; }
.sec-title { display: inline-flex; align-items: center; gap: 4px; font-size: 20px; font-weight: 600; letter-spacing: -0.05em; }
.sec-title .i { width: 18px; height: 18px; stroke-width: 2; transition: transform .45s var(--ease-spring); }
.sec-title:hover .i { transform: translateX(4px); }
.sec-tools { display: flex; align-items: center; gap: 8px; }

/* ---------------------------------------------------------------- Univers */
.univers { padding-block: var(--sec) calc(var(--sec) + 24px); }
.univers__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; align-items: start; }
.ucard {
  position: relative; display: block; aspect-ratio: 3 / 4.1; border-radius: var(--r-card); overflow: hidden;
  background: var(--tone, #e9e6e1); isolation: isolate; transition: opacity .6s var(--ease), filter .6s var(--ease);
}
.ucard:nth-child(2) { margin-top: 56px; }
.univers__grid:has(.ucard:hover) .ucard:not(:hover) { opacity: .55; filter: saturate(.5); }
.ucard > .media { position: absolute; inset: 0; border-radius: 0; }
.ucard:hover .media img { transform: scale(1.06); }
.ucard__top { position: absolute; z-index: 2; top: 14px; left: 14px; right: 14px; display: flex; align-items: center; justify-content: space-between; }
.ucard__count { display: inline-flex; align-items: center; height: 30px; padding: 0 12px; border-radius: 9999px; background: rgba(255, 255, 255, .78); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font-size: 12px; font-weight: 500; }
.ucard__arrow { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #fff; transition: transform .7s var(--ease-spring), background-color .35s, color .35s; }
.ucard__arrow .i { width: 20px; height: 20px; }
.ucard:hover .ucard__arrow { transform: rotate(45deg); background: var(--violet); color: #fff; }
.ucard__label {
  position: absolute; z-index: 2; left: 12px; right: 12px; bottom: 12px; padding: 16px 18px 18px; border-radius: 20px;
  background: rgba(255, 255, 255, .8); -webkit-backdrop-filter: saturate(1.4) blur(16px); backdrop-filter: saturate(1.4) blur(16px);
  transition: transform .7s var(--ease);
}
.ucard:hover .ucard__label { transform: translateY(-6px); }
.ucard__label h3 { font-size: clamp(26px, 2.6vw, 36px); font-weight: 600; letter-spacing: -0.055em; line-height: 1; }
.ucard__label p { margin-top: 6px; font-size: 14px; color: var(--slate); }

/* ---------------------------------------------------------------- Onglets */
.tabs { position: relative; display: inline-flex; gap: 2px; padding: 4px; border-radius: 9999px; background: var(--canvas); max-width: 100%; overflow-x: auto; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tab { position: relative; z-index: 1; flex: none; height: 36px; padding: 0 16px; border-radius: 9999px; font-size: 14px; font-weight: 500; color: var(--muted); transition: color .3s; }
.tab:hover { color: var(--ink); }
.tab[aria-selected="true"] { color: var(--ink); }
.tab em { font-style: normal; font-size: 12px; color: var(--muted); margin-left: 2px; }
.tabs__ink {
  position: absolute; z-index: 0; top: 4px; left: 0; height: 36px; width: var(--w, 0); border-radius: 9999px;
  background: #fff; box-shadow: var(--shadow-sm); transform: translateX(var(--x, 0));
  transition: transform .55s var(--ease-spring), width .55s var(--ease-spring);
}

/* ---------------------------------------------------------------- Défilement horizontal */
.hscroll {
  position: relative; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory;
  scrollbar-width: none; margin-inline: calc(-1 * var(--gutter)); padding: 10px var(--gutter) 30px; scroll-padding-inline: var(--gutter);
}
.hscroll::-webkit-scrollbar { display: none; }
@media (hover: hover) and (pointer: fine) { .hscroll { cursor: grab; } }
.hscroll.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.hscroll.is-dragging * { pointer-events: none; }
.hscroll__track { display: flex; gap: 12px; width: max-content; }
.hscroll__track > * { flex: none; width: clamp(224px, 22.5vw, 280px); scroll-snap-align: start; }
.hscroll__bar { position: relative; height: 2px; margin-top: 2px; border-radius: 2px; background: var(--line); overflow: hidden; }
.hscroll__bar span { position: absolute; top: 0; bottom: 0; left: 0; width: calc(var(--w, .2) * 100%); background: var(--ink); border-radius: 2px; transform: translateX(calc(var(--x, 0) * 100%)); }

/* ---------------------------------------------------------------- Carte produit */
.pcard {
  position: relative; display: flex; flex-direction: column; padding: 8px; border-radius: var(--r-card);
  background: #fff; box-shadow: var(--shadow-card);
  transition: transform .7s var(--ease), box-shadow .7s var(--ease), opacity .5s var(--ease);
}
.pcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.pcard__media { position: relative; aspect-ratio: 4 / 5; border-radius: var(--r-img); overflow: hidden; background: var(--tone, #e9e6e1); }
.pcard__media > .media { position: absolute; inset: 0; border-radius: 0; }
.pcard:hover .pcard__media > .media img { transform: scale(1.06); }
.pcard__media > .media--alt { opacity: 0; transition: opacity .7s var(--ease); background: transparent; }
.pcard:hover .pcard__media > .media--alt.is-loaded { opacity: 1; }
.pcard__fav {
  position: absolute; z-index: 3; top: 16px; right: 16px; width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center; background: #fff; box-shadow: var(--shadow-sm);
  transition: transform .5s var(--ease-spring), opacity .3s;
}
.pcard__fav:hover { transform: scale(1.12); }
.pcard__fav .i { width: 18px; height: 18px; }
.fav-ico { transition: fill .3s, transform .5s var(--ease-spring); }
[aria-pressed="true"] > .fav-ico { fill: var(--ink); }
.fav-pop { animation: favpop .6s var(--ease-spring); }
@keyframes favpop { 30% { transform: scale(.75); } 60% { transform: scale(1.3); } }
.burst { position: absolute; inset: 0; pointer-events: none; }
.burst i { position: absolute; left: 50%; top: 50%; width: 4px; height: 4px; margin: -2px; border-radius: 50%; background: var(--ink); animation: burst .6s var(--ease) forwards; }
@keyframes burst { from { transform: rotate(var(--a)) translateY(0) scale(1); opacity: 1; } to { transform: rotate(var(--a)) translateY(-22px) scale(.2); opacity: 0; } }
.pcard__eye {
  position: absolute; z-index: 3; top: 58px; right: 16px; width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center; background: #fff; box-shadow: var(--shadow-sm);
  opacity: 0; transform: translateX(8px); transition: opacity .3s, transform .5s var(--ease-spring);
}
.pcard__eye .i { width: 18px; height: 18px; }
.pcard:hover .pcard__eye, .pcard__eye:focus-visible { opacity: 1; transform: none; }
.pcard__eye:hover { transform: scale(1.12); }
.pcard__quick {
  position: absolute; z-index: 3; left: 8px; right: 8px; bottom: 8px; padding: 10px 10px 11px; border-radius: 16px;
  background: rgba(255, 255, 255, .88); -webkit-backdrop-filter: blur(14px) saturate(1.4); backdrop-filter: blur(14px) saturate(1.4);
  opacity: 0; transform: translateY(calc(100% + 12px)); transition: transform .6s var(--ease), opacity .35s;
}
@media (hover: hover) { .pcard:hover .pcard__quick, .pcard:focus-within .pcard__quick { opacity: 1; transform: none; } }
.pcard.is-quick .pcard__quick { opacity: 1; transform: none; }
.pcard__quick p { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 12px; font-weight: 500; }
.pcard__quick p span { color: var(--muted); font-weight: 400; }
.qsizes { display: flex; flex-wrap: wrap; gap: 4px; }
.qsize {
  min-width: 34px; height: 30px; padding: 0 8px; border-radius: 9999px; background: #fff; box-shadow: inset 0 0 0 1px var(--line);
  font-size: 12px; font-weight: 500; transition: background-color .2s, color .2s, box-shadow .2s, transform .35s var(--ease-spring);
}
.qsize:hover { background: var(--ink); color: #fff; box-shadow: inset 0 0 0 1px var(--ink); transform: translateY(-2px); }
.qsize:disabled { color: var(--stone); text-decoration: line-through; pointer-events: none; }
.qadd { width: 100%; height: 36px; font-size: 13px; }
.pcard__plus {
  position: absolute; z-index: 4; right: 8px; bottom: 8px; width: 40px; height: 40px; border-radius: 50%;
  display: none; place-items: center; background: #fff; box-shadow: var(--shadow-lg); transition: transform .5s var(--ease-spring);
}
.pcard.is-quick .pcard__plus { transform: rotate(45deg); bottom: auto; top: 8px; right: 52px; }
@media (hover: none) { .pcard__plus { display: grid; } .pcard__eye { display: none; } .sec-tools .arrow-btn { display: none; } }
.pcard__body { display: grid; gap: 2px; padding: 12px 8px 6px; }
.pcard__brand { font-size: 12px; font-weight: 500; letter-spacing: -0.017em; color: var(--muted); }
.pcard__name { font-size: 14px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; }
.pcard__name a::after { content: ""; position: absolute; inset: 0; z-index: 1; border-radius: inherit; }
.pcard__row { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 6px; }
.pcard__sw { display: flex; gap: 4px; }
/* Pastilles de couleur des cartes (.sw seul désigne aussi les interrupteurs de l’administration). */
.pcard__sw .sw { width: 12px; height: 12px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .14); }
.pcard.is-leaving { opacity: 0; transform: scale(.94); }
.pcard.is-entering { animation: card-in .75s var(--ease) backwards; animation-delay: calc(var(--i, 0) * 45ms); }

/* ---------------------------------------------------------------- Grilles */
.grid { display: grid; grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr)); gap: 12px; }

/* ---------------------------------------------------------------- Tendances */
.trending { padding-block: clamp(40px, 5vw, 64px) clamp(28px, 4vw, 44px); }

/* ---------------------------------------------------------------- Lookbook */
.look { position: relative; margin-block: 12px; }
.look__sticky {
  position: sticky; top: 0; height: 100vh; height: 100svh; overflow: hidden;
  margin-inline: var(--edge); border-radius: var(--r-sheet); background: var(--ink); color: #fff;
  display: flex; align-items: center;
}
.look__intro { position: absolute; z-index: 1; left: clamp(24px, 5vw, 72px); top: 50%; width: min(30vw, 380px); translate: 0 -50%; will-change: transform, opacity; }
.look__intro .eyebrow { color: rgba(255, 255, 255, .6); }
.look__intro h2 { margin-top: 16px; font-size: clamp(38px, 4.6vw, 68px); font-weight: 600; letter-spacing: -0.058em; line-height: .96; }
.look__intro p { margin-top: 18px; color: rgba(255, 255, 255, .62); font-size: 15px; max-width: 32ch; }
.look__meta { display: flex; align-items: center; gap: 14px; margin-top: 32px; font-size: 13px; font-variant-numeric: tabular-nums; }
.look__num { display: inline-block; height: 1.2em; overflow: hidden; vertical-align: bottom; }
.look__num span { display: block; transition: transform .6s var(--ease); }
.look__bar { flex: 1; max-width: 140px; height: 2px; background: rgba(255, 255, 255, .2); }
.look__bar span { display: block; height: 100%; background: #fff; transform-origin: 0 50%; transform: scaleX(var(--p, 0)); }
.look__track {
  position: relative; z-index: 2; display: flex; align-items: center; gap: 18px;
  padding-left: calc(clamp(24px, 5vw, 72px) + min(30vw, 380px) + 56px); padding-right: 14vw; will-change: transform;
}
.lcard { flex: none; width: min(clamp(250px, 29vw, 430px), calc((100svh - 210px) * .75)); }
.lcard__media { position: relative; aspect-ratio: 3 / 4; border-radius: var(--r-card); overflow: hidden; background: #1c1b1a; transform-origin: 50% 50%; }
.lcard__media > .media { position: absolute; inset: 0; border-radius: 0; background: #1c1b1a; }
.lcard__media .px { top: 0; bottom: 0; left: -10%; right: -10%; }
.lcard__n { position: absolute; z-index: 2; top: 14px; left: 14px; height: 28px; padding: 0 12px; display: inline-flex; align-items: center; border-radius: 9999px; background: rgba(0, 0, 0, .45); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); font-size: 12px; font-weight: 500; }
.lcard__cap { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: 14px; }
.lcard__cap h3 { font-size: 22px; font-weight: 600; letter-spacing: -0.05em; line-height: 1.1; }
.lcard__cap p { margin-top: 4px; font-size: 13px; color: rgba(255, 255, 255, .6); max-width: 30ch; }
.lcard__items { display: flex; flex: none; }
.lcard__items a { width: 40px; height: 40px; border-radius: 12px; overflow: hidden; box-shadow: 0 0 0 2px var(--ink); transition: transform .5s var(--ease-spring); }
.lcard__items a + a { margin-left: -8px; }
.lcard__items a:hover { transform: translateY(-4px) scale(1.08); z-index: 1; }
.lcard__items .media { width: 100%; height: 100%; border-radius: 0; }

/* ---------------------------------------------------------------- Bande Vêtements */
.band { padding-block: var(--sec) calc(var(--sec) * .5); }
.band__grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 12px; }
.feature {
  position: relative; isolation: isolate; min-height: 560px; overflow: hidden; border-radius: var(--r-card);
  display: flex; flex-direction: column; justify-content: space-between; padding: clamp(22px, 3vw, 36px); color: #fff;
}
.feature > .media { position: absolute; inset: 0; z-index: -2; border-radius: 0; }
.feature::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0, 0, 0, .46) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, .42) 100%); pointer-events: none; }
.feature__brand { font-size: clamp(44px, 5.4vw, 80px); font-weight: 600; letter-spacing: -0.062em; line-height: .92; }
.feature__rate { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 14px; }
.feature__rate .stars { color: #fff; }
.feature__rate .stars .i { width: 14px; height: 14px; }
.feature__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.feature__bottom p { max-width: 30ch; font-size: 16px; line-height: 1.4; }
.feature:hover > .media img { transform: scale(1.04); }
.tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tile { position: relative; display: block; aspect-ratio: 3 / 4; border-radius: var(--r-card); overflow: hidden; }
.tile > .media { position: absolute; inset: 0; border-radius: 0; }
.tile:hover > .media img { transform: scale(1.07); }
.tile__label {
  position: absolute; z-index: 2; left: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 12px; border-radius: 12px; background: rgba(255, 255, 255, .82); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  font-size: 14px; font-weight: 600; letter-spacing: -0.02em;
}
.tile__label em { font-style: normal; font-size: 12px; font-weight: 500; color: var(--muted); }
.tile__label .i { width: 0; opacity: 0; margin-left: -8px; stroke-width: 2; transition: width .45s var(--ease), opacity .3s, margin .45s var(--ease); }
.tile:hover .tile__label .i { width: 14px; opacity: 1; margin-left: 0; }

/* ---------------------------------------------------------------- Projecteur Chaussures */
.spot { padding-block: var(--sec); overflow: hidden; }
.spot__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.spot__copy .t-display { margin: 18px 0 18px; }
.spot__panel { margin-top: 28px; padding: 18px; border-radius: 24px; background: var(--canvas); }
.spot__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.spot__brand { font-size: 12px; color: var(--muted); font-weight: 500; }
.spot__name { display: block; margin-top: 2px; height: 1.15em; overflow: hidden; font-size: 24px; font-weight: 600; letter-spacing: -0.05em; line-height: 1.15; }
.spot__name span { display: block; transition: transform .7s var(--ease); }
.spot__price { font-size: 18px; font-weight: 500; font-variant-numeric: tabular-nums; }
.spot__sizes { display: flex; flex-wrap: wrap; gap: 6px; margin: 16px 0; }
.spot__sizes .qsize { height: 34px; min-width: 42px; }
.spot__sizes .qsize[aria-checked="true"] { background: var(--ink); color: #fff; box-shadow: inset 0 0 0 1px var(--ink); }
.spot__sizes.is-error { animation: shake .5s var(--ease); }
.spot__panel .opt__err { margin: -8px 0 12px; }
.spot__actions { display: flex; gap: 8px; }
.spot__actions .btn { flex: 1; }
.spot__thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.spot__thumb {
  position: relative; width: 60px; height: 60px; padding: 3px; border-radius: 17px; background: #fff; box-shadow: var(--shadow-sm);
  transition: transform .45s var(--ease-spring), box-shadow .3s;
}
.spot__thumb:hover { transform: translateY(-3px); }
.spot__thumb .media { width: 100%; height: 100%; border-radius: 14px; }
.spot__thumb[aria-selected="true"] { box-shadow: 0 0 0 2px var(--ink); }
.spot__thumb[aria-selected="true"]::after {
  content: ""; position: absolute; left: 10px; right: 10px; bottom: -9px; height: 2px; border-radius: 2px; background: var(--ink);
  transform-origin: 0 50%; animation: fillx var(--spot-dur, 5s) linear forwards;
}
.spot.is-paused .spot__thumb[aria-selected="true"]::after { animation-play-state: paused; }
@keyframes fillx { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.spot__stage { position: relative; }
.spot__card { position: relative; padding: 10px; border-radius: 38px; background: #fff; box-shadow: var(--shadow-lift); rotate: calc(var(--rot, 0) * 1deg); scale: var(--sc, 1); }
.spot__frame { position: relative; aspect-ratio: 1; border-radius: 30px; overflow: hidden; background: var(--canvas); }
.spot__slide { position: absolute; inset: 0; border-radius: 0; clip-path: inset(0 0 0 100%); transition: clip-path 1s var(--ease-io); }
.spot__slide.is-loaded img { transform: scale(1.2); transition: opacity .9s var(--ease), transform 1.4s var(--ease); }
.spot__slide.is-active { clip-path: inset(0 0 0 0); z-index: 2; }
.spot__slide.is-active.is-loaded img { transform: none; }
.spot__slide.is-prev { clip-path: inset(0 0 0 0); z-index: 1; }
.spot__slide.is-prev.is-loaded img { transform: scale(.94); opacity: .4; }
.spot__chip {
  position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px 0 8px;
  border-radius: 9999px; background: #fff; box-shadow: var(--shadow-lg); font-size: 14px; font-weight: 500; white-space: nowrap;
  animation: float 6s ease-in-out infinite alternate;
}
.spot__chip b { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--canvas); }
.spot__chip .i { width: 15px; height: 15px; }
.spot__chip--1 { top: 12%; left: -6%; }
.spot__chip--2 { bottom: 22%; right: -5%; animation-delay: -2s; }
.spot__chip--3 { bottom: -3%; left: 14%; animation-delay: -4s; }
.spot__more { margin-top: clamp(48px, 6vw, 72px); }

/* ---------------------------------------------------------------- Shop the room */
.room { padding-block: var(--sec) calc(var(--sec) * .5); }
.room__grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 12px; }
.room__media { position: relative; min-height: 600px; border-radius: var(--r-card); overflow: hidden; }
.room__media > .media { position: absolute; inset: 0; border-radius: 0; }
.room__tag { position: absolute; z-index: 2; left: 16px; top: 16px; display: inline-flex; align-items: center; gap: 8px; height: 34px; padding: 0 14px; border-radius: 9999px; background: rgba(255, 255, 255, .85); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font-size: 13px; font-weight: 500; }
.room__panel { display: flex; flex-direction: column; padding: clamp(22px, 3vw, 34px); border-radius: var(--r-card); background: #fff; box-shadow: var(--shadow-card); }
.room__panel .t-h2 { margin-top: 14px; font-size: clamp(32px, 3.2vw, 46px); }
.room__panel > p { margin-top: 12px; color: var(--muted); font-size: 15px; }
.room__list { display: grid; gap: 2px; margin: 22px 0 10px; }
.ritem { position: relative; display: grid; grid-template-columns: 56px minmax(0, 1fr) auto auto; align-items: center; gap: 12px; padding: 8px; border-radius: 18px; transition: background-color .25s; }
.ritem:hover { background: var(--canvas); }
.ritem .media { width: 56px; height: 56px; border-radius: 12px; }
.ritem__name { font-size: 14px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }
.ritem__name a::after { content: ""; position: absolute; inset: 0; z-index: 0; }
.ritem__brand { font-size: 12px; color: var(--muted); }
.ritem__add {
  position: relative; z-index: 1; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #fff;
  box-shadow: inset 0 0 0 1px var(--line); transition: background-color .25s, color .25s, transform .5s var(--ease-spring);
}
.ritem__add:hover { background: var(--ink); color: #fff; transform: rotate(90deg); }
.ritem__add .i { width: 16px; height: 16px; }
.room__total { display: flex; align-items: baseline; justify-content: space-between; margin-top: auto; padding: 16px 4px; border-top: 1px solid var(--line); font-size: 14px; }
.room__total strong { font-size: 22px; font-weight: 600; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }
.room__more { margin-top: 12px; }

/* ---------------------------------------------------------------- Manifeste */
.statement { padding-block: clamp(80px, 11vw, 150px); }
.statement__text { max-width: 1080px; font-size: clamp(30px, 4.3vw, 62px); font-weight: 500; letter-spacing: -0.055em; line-height: 1.1; text-wrap: pretty; }
.statement__text strong { font-weight: inherit; }
.statement__text .w { color: #d3d6d8; transition: color .5s var(--ease); }
.statement__text .w.on { color: var(--ink); }
.statement__text .w--brand.on { color: var(--violet); }
.st-pic { display: inline-block; width: 1.9em; height: .86em; border-radius: 9999px; overflow: hidden; vertical-align: -0.1em; scale: .3; opacity: 0; rotate: -10deg; transition: scale .9s var(--ease-spring), opacity .5s, rotate .9s var(--ease-spring); }
.st-pic.on { scale: 1; opacity: 1; rotate: 0deg; }
.st-pic .media { width: 100%; height: 100%; border-radius: inherit; }
.statement__sign { display: flex; align-items: center; gap: 12px; margin-top: 44px; font-size: 14px; color: var(--muted); }
.statement__sign b { flex: none; width: 44px; height: 44px; border-radius: 50%; background: #fff; }
.statement__sign img { width: 100%; height: 100%; }

/* ---------------------------------------------------------------- Marques */
.brands { padding-block: var(--sec) calc(var(--sec) * .5); }
.brands__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; perspective: 1100px; }
.bcard {
  position: relative; display: flex; flex-direction: column; padding: 8px 8px 16px; border-radius: var(--r-card); background: #fff; box-shadow: var(--shadow-card);
  transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); transition: transform .8s var(--ease), box-shadow .6s var(--ease);
}
.bcard.is-tilting { transition: transform .15s linear, box-shadow .6s var(--ease); box-shadow: var(--shadow-lift); }
.bcard__glare { position: absolute; inset: 0; z-index: 3; border-radius: inherit; pointer-events: none; background: radial-gradient(circle at var(--gx, 50%) var(--gy, 0%), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0) 55%); opacity: 0; transition: opacity .5s; }
.bcard.is-tilting .bcard__glare { opacity: 1; }
.bcard__media { position: relative; display: block; aspect-ratio: 1; }
.bcard__media .media { position: absolute; inset: 0; }
.bcard__media:hover .media img { transform: scale(1.05); }
.bcard__body { padding: 14px 8px 0; }
.bcard__row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.bcard__name { font-size: 14px; font-weight: 600; letter-spacing: -0.02em; }
.bcard__city { font-size: 12px; color: var(--muted); }
.bcard .rating { margin-top: 6px; }
.bcard .stars .i { width: 9px; height: 9px; }
.bcard__thumbs { display: flex; gap: 2px; margin-top: 12px; }
.bcard__thumbs a { width: 48px; height: 48px; border-radius: 12px; overflow: hidden; transition: transform .5s var(--ease-spring); }
.bcard__thumbs a:hover { transform: translateY(-4px); }
.bcard__thumbs .media { width: 100%; height: 100%; border-radius: 0; }
.bcard__more { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: var(--canvas); font-size: 12px; font-weight: 500; }
.follow {
  display: inline-flex; align-items: center; gap: 6px; height: 32px; padding: 0 13px; border-radius: 9999px; background: #fff;
  box-shadow: inset 0 0 0 1px var(--line); font-size: 13px; font-weight: 500;
  transition: background-color .3s, color .3s, box-shadow .3s, transform .45s var(--ease-spring);
}
.follow:active { transform: scale(.94); }
.follow .i { width: 14px; height: 14px; stroke-width: 2; }
.follow[aria-pressed="true"] { background: var(--ink); color: #fff; box-shadow: inset 0 0 0 1px var(--ink); }

/* ---------------------------------------------------------------- Promesses */
.promises { padding-block: calc(var(--sec) * .5) var(--sec); }
.promises__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.promise { display: grid; align-content: start; gap: 10px; padding: 24px; border-radius: var(--r-card); background: #fff; box-shadow: var(--shadow-sm); transition: transform .6s var(--ease), box-shadow .6s var(--ease); }
.promise:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.promise__ico { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--canvas); transition: transform .7s var(--ease-spring); }
.promise:hover .promise__ico { transform: rotate(-12deg) scale(1.08); }
.promise .promise__num { margin-top: 18px; color: var(--ink); font-size: clamp(42px, 4.2vw, 58px); font-weight: 600; letter-spacing: -0.06em; line-height: 1; font-variant-numeric: tabular-nums; }
.promise .promise__num small { font-size: .42em; letter-spacing: -0.03em; margin-left: .3em; }
.promise h3 { font-size: 15px; font-weight: 600; letter-spacing: -0.025em; }
.promise p { font-size: 14px; color: var(--muted); }

/* ---------------------------------------------------------------- Avis */
.reviews { padding-block: var(--sec) calc(var(--sec) * .8); overflow: hidden; }
.reviews .sec-head { text-align: center; justify-items: center; }
.rv-rows { display: grid; gap: 12px; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.rv-row { display: flex; gap: 12px; width: max-content; animation: rv 70s linear infinite; }
.rv-row--rev { animation-direction: reverse; animation-duration: 84s; }
.rv-rows:hover .rv-row { animation-play-state: paused; }
.rv-dup { display: contents; }
/* Trois copies identiques : on décale d’exactement une copie (un tiers + un demi-écart). */
@keyframes rv { to { transform: translateX(calc(-100% / 3 - 4px)); } }
.rv { display: flex; flex-direction: column; gap: 14px; width: 340px; flex: none; padding: 20px; border-radius: 24px; background: #fff; box-shadow: var(--shadow-sm); }
.rv .stars .i { width: 14px; height: 14px; }
.rv blockquote { font-size: 15px; line-height: 1.45; letter-spacing: -0.02em; }
.rv figcaption { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.rv figcaption .media { width: 36px; height: 36px; border-radius: 10px; flex: none; }
.rv figcaption b { display: block; font-size: 13px; font-weight: 600; }
.rv figcaption span span { display: block; font-size: 12px; color: var(--muted); }

/* ---------------------------------------------------------------- Lettre */
.news { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 12px; }
.news__media { position: relative; min-height: 440px; border-radius: 24px; overflow: hidden; }
.news__media > .media { position: absolute; inset: 0; border-radius: 0; }
.news__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(20px, 4vw, 56px); }
.news__copy .t-h2 { margin-top: 16px; }
.news__copy > p { margin-top: 16px; }
.news__form { margin-top: 28px; }
.news__form .search__bar { height: 60px; }
.news__msg { min-height: 22px; margin-top: 12px; padding-left: 22px; font-size: 14px; }
.news__msg.is-error { color: #b3261e; }
.news__form .search__submit { transition: width .6s var(--ease), transform .5s var(--ease-spring), box-shadow .3s; }
.news__form.is-done .search__submit { display: inline-flex; align-items: center; justify-content: center; gap: 6px; width: 124px; font-size: 14px; font-weight: 500; pointer-events: none; }
.news__form.is-done .search__submit::before { animation: none; opacity: 0; }
.news__legal { margin-top: 18px; padding-left: 22px; font-size: 12px; color: var(--muted); }

/* ---------------------------------------------------------------- Pied de page */
.footer { margin: 12px var(--edge) var(--edge); padding: clamp(40px, 6vw, 72px) clamp(24px, 4vw, 56px) 24px; border-radius: var(--r-sheet); background: var(--ink); color: #fff; overflow: hidden; }
.footer__cols { display: grid; grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr)); gap: 32px; }
.footer .wordmark { color: #fff; }
.footer__brand p { margin-top: 16px; max-width: 30ch; color: rgba(255, 255, 255, .6); font-size: 15px; }
.footer__social { display: flex; gap: 8px; margin-top: 22px; }
.footer__social a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18); transition: background-color .3s, color .3s, transform .5s var(--ease-spring); }
.footer__social a:hover { background: #fff; color: var(--ink); transform: translateY(-3px) rotate(-8deg); }
.footer__social .i { width: 20px; height: 20px; }
.footer h3 { margin-bottom: 14px; font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, .5); }
.footer__cols li + li { margin-top: 9px; }
.footer__cols a { font-size: 15px; }
.footer__big { display: flex; justify-content: center; margin-top: clamp(48px, 8vw, 96px); line-height: 0; user-select: none; }
.footer__big .lg { width: min(100%, 1240px); }
.footer__big .lg__g { pointer-events: auto; transition: color .4s; }
.footer__big .lg__g svg { transition: transform .6s var(--ease-spring); }
.footer__big .lg.is-play .lg__g:hover { color: var(--violet); }
.footer__big .lg.is-play .lg__g:hover svg { transform: translateY(-6%); }
.footer__legal { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 13px; color: rgba(255, 255, 255, .55); }
.footer__legal nav { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer__legal a:hover { color: #fff; }
.pay { display: flex; flex-wrap: wrap; gap: 6px; }
.pay span { display: inline-grid; place-items: center; height: 26px; padding: 0 10px; border-radius: 8px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2); font-size: 11px; font-weight: 600; letter-spacing: .02em; color: rgba(255, 255, 255, .8); }

/* ---------------------------------------------------------------- Tiroir panier */
.drawer { position: fixed; inset: 0; z-index: 200; visibility: hidden; transition: visibility 0s .7s; }
.drawer.is-open { visibility: visible; transition: none; }
.drawer__scrim { position: absolute; inset: 0; background: rgba(0, 0, 0, .28); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); opacity: 0; transition: opacity .5s var(--ease); }
.drawer.is-open .drawer__scrim { opacity: 1; }
.drawer__panel {
  position: absolute; top: 8px; right: 8px; bottom: 8px; width: min(440px, calc(100% - 16px));
  display: flex; flex-direction: column; overflow: hidden; border-radius: var(--r-card); background: #fff; box-shadow: var(--shadow-lift);
  transform: translateX(calc(100% + 24px)); transition: transform .75s var(--ease);
}
.drawer.is-open .drawer__panel { transform: none; }
.drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 18px 16px 12px 24px; }
.drawer__head h2 { font-size: 20px; font-weight: 600; letter-spacing: -0.05em; }
.drawer__head h2 span { color: var(--muted); font-weight: 500; }
.ship { margin: 0 24px; padding: 14px 16px; border-radius: 18px; background: var(--canvas); font-size: 13px; }
.ship strong { font-weight: 600; }
.ship__bar { height: 4px; margin-top: 10px; border-radius: 4px; background: #fff; overflow: hidden; }
.ship__bar span { display: block; height: 100%; border-radius: inherit; background: var(--ink); transform-origin: 0 50%; transform: scaleX(var(--p, 0)); transition: transform .9s var(--ease); }
.drawer__body { flex: 1; overflow-y: auto; overscroll-behavior: contain; padding: 8px 24px 16px; }
.citems { display: grid; }
.citem { display: grid; grid-template-columns: 76px minmax(0, 1fr) auto; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); overflow: hidden; }
.citem.is-new { animation: citem-in .7s var(--ease) backwards; animation-delay: calc(var(--i, 0) * 60ms + 150ms); }
@keyframes citem-in { from { opacity: 0; transform: translateX(30px); } }
.citem.is-leaving { transition: height .45s var(--ease), padding .45s var(--ease), opacity .3s; opacity: 0; }
.citem .media { width: 76px; height: 94px; border-radius: 14px; }
.citem__name { font-size: 14px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; }
.citem__var { margin-top: 3px; font-size: 12px; color: var(--muted); }
.citem__side { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.citem__remove { font-size: 12px; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.citem__remove:hover { color: var(--ink); }
.qty { display: inline-flex; align-items: center; height: 34px; margin-top: 10px; border-radius: 9999px; box-shadow: inset 0 0 0 1px var(--line); }
.qty button { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; transition: background-color .2s; }
.qty button:hover { background: var(--canvas); }
.qty button:disabled { opacity: .3; pointer-events: none; }
.qty .i { width: 14px; height: 14px; }
.qty output { min-width: 22px; text-align: center; font-size: 13px; font-weight: 500; font-variant-numeric: tabular-nums; }
.cart-empty { display: grid; justify-items: center; gap: 12px; padding: 56px 12px 32px; text-align: center; }
.cart-empty__ico { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; background: var(--canvas); animation: float 4s ease-in-out infinite alternate; }
.cart-empty h3 { font-size: 20px; font-weight: 600; letter-spacing: -0.05em; }
.cart-empty p { font-size: 14px; color: var(--muted); max-width: 28ch; }
.upsell { margin-top: 22px; }
.upsell h3 { font-size: 13px; font-weight: 500; color: var(--muted); margin-bottom: 10px; }
.upsell__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.upsell__item { position: relative; display: grid; gap: 6px; font-size: 12px; }
.upsell__item .media { aspect-ratio: 1; border-radius: 14px; }
.upsell__item b { font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.upsell__add { position: absolute; top: 6px; right: 6px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); transition: transform .45s var(--ease-spring); }
.upsell__add:hover { transform: scale(1.15) rotate(90deg); }
.upsell__add .i { width: 14px; height: 14px; }
.drawer__foot { padding: 16px 24px 22px; border-top: 1px solid var(--line); }
.sum { display: flex; align-items: baseline; justify-content: space-between; font-size: 15px; }
.sum strong { font-size: 22px; font-weight: 600; letter-spacing: -0.045em; font-variant-numeric: tabular-nums; }
.drawer__note { margin: 4px 0 14px; font-size: 12px; color: var(--muted); }
.drawer__done { position: absolute; inset: 0; z-index: 5; display: grid; place-items: center; align-content: center; gap: 14px; padding: 32px; background: #fff; text-align: center; animation: fade-in .5s var(--ease); }
.drawer__done h3 { font-size: 30px; font-weight: 600; letter-spacing: -0.055em; }
.drawer__done p { max-width: 32ch; color: var(--muted); font-size: 14px; }
.check-anim { width: 88px; height: 88px; }
.check-anim circle { fill: none; stroke: var(--violet); stroke-width: 3; stroke-dasharray: 260; stroke-dashoffset: 260; animation: draw 1s var(--ease) forwards; }
.check-anim path { fill: none; stroke: var(--violet); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 60; stroke-dashoffset: 60; animation: draw .6s var(--ease) .6s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fade-in { from { opacity: 0; } }

/* ---------------------------------------------------------------- Commande (dans le tiroir) */
.drawer__warn { margin: -4px 0 12px; padding: 10px 14px; border-radius: 14px; background: #fdf5f4; color: #8c1d18; font-size: 13px; line-height: 1.4; }
.citem__warn { display: flex; align-items: flex-start; gap: 6px; margin-top: 8px; font-size: 12px; line-height: 1.35; color: #b3261e; }
.citem__warn .i { flex: none; width: 14px; height: 14px; margin-top: 1px; }
.drawer__done-num { font-size: 15px !important; color: var(--ink) !important; }
.drawer__done-num b { font-weight: 600; font-variant-numeric: tabular-nums; }
.drawer__done-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 6px; }
.co {
  position: absolute; inset: 0; z-index: 4; display: flex; flex-direction: column; background: #fff;
  transform: translateX(104%); transition: transform .6s var(--ease);
}
.co.is-in { transform: none; }
.co__head { display: flex; align-items: center; gap: 6px; padding: 16px 20px 10px 12px; }
.co__head h2 { flex: 1; font-size: 20px; font-weight: 600; letter-spacing: -0.05em; }
.co__lock { display: inline-flex; align-items: center; gap: 5px; height: 28px; padding: 0 11px; border-radius: 9999px; background: var(--canvas); font-size: 12px; font-weight: 500; color: var(--slate); }
.co__lock .i { width: 13px; height: 13px; }
.co__form { flex: 1; display: flex; flex-direction: column; min-height: 0; }
.co__body { flex: 1; overflow-y: auto; overscroll-behavior: contain; display: grid; align-content: start; gap: 22px; padding: 6px 24px 20px; }
.co__sec { display: grid; gap: 12px; min-width: 0; margin: 0; padding: 0; border: 0; }
.co__sec legend { margin-bottom: 12px; padding: 0; font-size: 13px; font-weight: 600; letter-spacing: -0.01em; text-transform: uppercase; color: var(--muted); }
.co .fld__box { height: 48px; }
.co__row { display: grid; grid-template-columns: 7.5em minmax(0, 1fr); gap: 12px; }
.co__hint { display: flex; align-items: flex-start; gap: 8px; font-size: 12.5px; line-height: 1.4; color: var(--muted); }
.co__hint .i { flex: none; width: 16px; height: 16px; margin-top: 1px; }
.co__promo .fld__box { padding-right: 5px; }
.co__promo input { text-transform: uppercase; letter-spacing: .04em; }
.co__promo input::placeholder { text-transform: none; letter-spacing: 0; }
.co__apply { position: relative; flex: none; height: 38px; padding: 0 16px; border-radius: 9999px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 500; transition: transform .45s var(--ease-spring), background-color .25s; }
.co__apply:hover { background: var(--violet); }
.co__apply:active { transform: scale(.94); }
.co__apply.is-loading { pointer-events: none; }
.co__apply.is-loading > span { opacity: 0; }
.co__apply.is-loading::after { content: ""; position: absolute; inset: 0; margin: auto; width: 16px; height: 16px; border-radius: 50%; border: 2px solid currentColor; border-right-color: transparent; animation: spin .7s linear infinite; }
.co__chip { display: flex; align-items: center; gap: 10px; padding: 10px 8px 10px 14px; border-radius: 18px; background: rgba(84, 51, 235, .08); color: var(--violet); }
.co__chip > .i { flex: none; width: 18px; height: 18px; }
.co__chip span { flex: 1; display: grid; font-size: 13px; line-height: 1.3; color: var(--slate); }
.co__chip b { font-size: 14px; font-weight: 600; letter-spacing: .04em; color: var(--violet); }
.co__chip button { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--slate); transition: background-color .2s; }
.co__chip button:hover { background: rgba(84, 51, 235, .12); }
.co__chip button .i { width: 14px; height: 14px; }
.co__sum { display: grid; gap: 14px; padding: 16px; border-radius: 22px; background: var(--canvas); }
.co__thumbs { display: flex; align-items: center; gap: 6px; }
.co__thumb { position: relative; width: 44px; height: 54px; }
.co__thumb .media { width: 100%; height: 100%; border-radius: 12px; }
.co__thumb em { position: absolute; top: -6px; right: -6px; display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 10px; background: var(--ink); color: #fff; font-size: 11px; font-style: normal; font-weight: 600; box-shadow: 0 0 0 2px var(--canvas); }
.co__more { display: grid; place-items: center; width: 44px; height: 54px; border-radius: 12px; background: #fff; font-size: 12px; font-weight: 600; }
.co__count { margin-left: auto; font-size: 13px; color: var(--muted); }
.co__lines { display: grid; gap: 8px; margin: 0; }
.co__lines > div { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; }
.co__lines dt { color: var(--slate); }
.co__lines dd { margin: 0; font-weight: 500; font-variant-numeric: tabular-nums; }
.co__lines dd b { font-weight: 600; color: var(--violet); }
.co__disc dd, .co__disc dt { color: var(--violet); }
.co__total { margin-top: 4px; padding-top: 12px; border-top: 1px solid rgba(0, 0, 0, .08); }
.co__total dt { font-weight: 600; color: var(--ink); }
.co__total dd { display: inline-block; font-size: 22px; font-weight: 600 !important; letter-spacing: -0.045em; transform-origin: 100% 50%; }
.co__foot { padding: 14px 24px 18px; border-top: 1px solid var(--line); }
.co__note { display: flex; align-items: flex-start; gap: 8px; margin-top: 10px; font-size: 12px; line-height: 1.4; color: var(--muted); }
.co__note .i { flex: none; width: 15px; height: 15px; margin-top: 1px; color: var(--violet); }
@media (max-width: 420px) { .co__row { grid-template-columns: 1fr; } }

/* Tarif professionnel (prix HT) et aperçu des tarifs par l’équipe */
.ht { margin-left: .3em; font-size: .72em; font-weight: 600; letter-spacing: .02em; color: var(--muted); }
.price-ttc { font-size: 14px; font-weight: 400; letter-spacing: 0; color: var(--muted); }
.pdp__pro { display: flex; align-items: flex-start; gap: 8px; margin-top: -8px; padding: 10px 14px; border-radius: 16px; background: rgba(84, 51, 235, .07); color: var(--slate); font-size: 13px; line-height: 1.45; }
.pdp__pro .i { flex: none; width: 16px; height: 16px; margin-top: 1px; color: var(--violet); }
.pbar {
  position: fixed; z-index: 250; left: calc(var(--rail-w) + 16px); bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  display: flex; align-items: center; gap: 8px; max-width: calc(100vw - var(--rail-w) - 32px); padding: 6px 6px 6px 14px; border-radius: 9999px;
  background: var(--ink); color: #fff; font-size: 13px; box-shadow: var(--shadow-lift); animation: pbar-in .6s var(--ease-spring) both;
  transition: bottom .45s var(--ease);
}
body.has-atc .pbar { bottom: calc(88px + env(safe-area-inset-bottom, 0px)); }
.pbar__tag { display: inline-flex; align-items: center; gap: 6px; font-weight: 500; white-space: nowrap; padding-right: 4px; }
.pbar__tag .i { flex: none; width: 15px; height: 15px; }
.pbar__seg { display: inline-flex; padding: 3px; border-radius: 9999px; background: rgba(255, 255, 255, .14); }
.pbar__seg a, .pbar__exit { height: 30px; padding: 0 12px; border-radius: 9999px; line-height: 30px; font-weight: 500; white-space: nowrap; color: rgba(255, 255, 255, .78); transition: background-color .25s, color .25s; }
.pbar__seg a:hover, .pbar__exit:hover { color: #fff; }
.pbar__seg a[aria-current="true"] { background: #fff; color: var(--ink); }
.pbar__exit:hover { background: rgba(255, 255, 255, .14); }
@keyframes pbar-in { from { opacity: 0; transform: translateY(18px); } }
@media (max-width: 899px) { .pbar { left: 12px; bottom: calc(86px + env(safe-area-inset-bottom, 0px)); max-width: calc(100vw - 24px); } body.has-atc .pbar { bottom: calc(150px + env(safe-area-inset-bottom, 0px)); } }
@media (max-width: 520px) { .pbar__tag { font-size: 0; gap: 0; padding-right: 0; } .pbar__tag .i { width: 16px; height: 16px; } }

/* Paiement par carte : choix dans la commande, étape simulée (démonstration), vérification au retour */
.co__pay { display: flex; align-items: center; gap: 12px; padding: 12px 14px 12px 12px; border-radius: 18px; box-shadow: inset 0 0 0 1.5px var(--ink); }
.co__pay-ico { flex: none; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--ink); color: #fff; }
.co__pay-ico .i { width: 19px; height: 19px; }
.co__pay-txt { flex: 1; display: grid; gap: 2px; min-width: 0; font-size: 12.5px; line-height: 1.35; color: var(--muted); }
.co__pay-txt b { font-size: 14px; font-weight: 600; color: var(--ink); }
.co__brands { flex: none; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px; max-width: 118px; }
.co__brands i { height: 20px; padding: 0 7px; border-radius: 6px; background: var(--canvas); font-size: 10.5px; font-style: normal; font-weight: 600; line-height: 20px; color: var(--slate); }
.psheet__sum { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; border-radius: 18px; background: var(--canvas); }
.psheet__sum span { display: grid; gap: 2px; font-size: 14px; font-weight: 500; }
.psheet__sum em { font-size: 12.5px; font-style: normal; font-weight: 400; color: var(--muted); }
.psheet__sum b { font-size: 24px; font-weight: 600; letter-spacing: -0.045em; font-variant-numeric: tabular-nums; }
.tcard { position: relative; display: grid; align-content: space-between; justify-items: start; gap: 12px; width: min(100%, 340px); aspect-ratio: 1.586; margin: 4px auto; padding: 18px 22px; border-radius: 20px; background: var(--ink); color: #fff; overflow: hidden; box-shadow: var(--shadow-lift); transform: rotate(-2deg); animation: tcard-in .9s var(--ease-spring) .12s both; }
.tcard::before { content: ""; position: absolute; right: -22%; top: -58%; width: 82%; aspect-ratio: 1; border-radius: 50%; background: var(--violet); }
.tcard::after { content: ""; position: absolute; right: 8%; bottom: -46%; width: 46%; aspect-ratio: 1; border-radius: 50%; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .22); }
.tcard > * { position: relative; z-index: 1; }
.tcard__tag { height: 24px; padding: 0 10px; border-radius: 9999px; background: rgba(255, 255, 255, .16); font-size: 11px; font-weight: 500; line-height: 24px; }
.tcard__chip { width: 38px; height: 28px; border-radius: 7px; background: #d9d4c7; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2); }
.tcard__num { display: flex; gap: 12px; font-size: clamp(16px, 4.6vw, 20px); font-weight: 500; letter-spacing: .07em; font-variant-numeric: tabular-nums; }
.tcard__num i { font-style: normal; animation: tcard-digit .55s var(--ease) both; }
.tcard__num i:nth-child(1) { animation-delay: .35s; }
.tcard__num i:nth-child(2) { animation-delay: .45s; }
.tcard__num i:nth-child(3) { animation-delay: .55s; }
.tcard__num i:nth-child(4) { animation-delay: .65s; }
.tcard__row { display: flex; justify-content: space-between; gap: 12px; width: 100%; font-size: 12px; letter-spacing: .08em; opacity: .82; }
.tcard__row span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@keyframes tcard-in { from { opacity: 0; transform: translateY(26px) rotate(-9deg) scale(.9); } }
@keyframes tcard-digit { from { opacity: 0; transform: translateY(8px); } }
.psheet__fields { display: grid; gap: 12px; }
.psheet__fields input[readonly] { color: var(--slate); cursor: default; font-variant-numeric: tabular-nums; }
.psheet__cancel { display: block; margin: 12px auto 0; font-size: 13px; font-weight: 500; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; transition: color .2s; }
.psheet__cancel:hover { color: var(--ink); }
.drawer__check { position: absolute; inset: 0; z-index: 6; display: grid; place-items: center; align-content: center; gap: 10px; padding: 32px; background: #fff; text-align: center; animation: fade-in .4s var(--ease); }
.drawer__check b { margin-top: 8px; font-size: 20px; font-weight: 600; letter-spacing: -0.04em; }
.drawer__check span:last-child { max-width: 30ch; font-size: 14px; color: var(--muted); }
.spin { width: 42px; height: 42px; border-radius: 50%; border: 3px solid var(--line); border-top-color: var(--violet); animation: spin .8s linear infinite; }
@media (max-width: 420px) { .co__brands { display: none; } }
@media (prefers-reduced-motion: reduce) { .tcard, .tcard__num i { animation: none; } .spin { animation-duration: 2.4s; } }

/* Stock et nouveautés */
.badge--out { background: var(--slate); color: #fff; }
.rating--new { font-weight: 500; color: var(--violet); }
.tcard__out { margin: 0; font-size: 13px; font-weight: 500; text-align: center; color: var(--slate); }
.stock { display: inline-flex; align-items: center; gap: 8px; width: fit-content; height: 32px; padding: 0 14px; border-radius: 9999px; background: rgba(84, 51, 235, .08); color: var(--violet); font-size: 13px; font-weight: 500; }
.stock__dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.stock__dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: currentColor; animation: pulse-dot 1.6s var(--ease) infinite; }
@keyframes pulse-dot { to { transform: scale(2.6); opacity: 0; } }
.stock--out { height: auto; min-height: 32px; padding-block: 7px; border-radius: 16px; background: #fdf5f4; color: #8c1d18; }
.stock .i { width: 15px; height: 15px; }
@media (prefers-reduced-motion: reduce) { .co { transition: none; } .stock__dot::after { animation: none; } }

/* ---------------------------------------------------------------- Recherche plein écran */
.sov { position: fixed; inset: 0; z-index: 210; overflow-y: auto; background: rgba(242, 244, 245, .9); -webkit-backdrop-filter: blur(24px) saturate(1.3); backdrop-filter: blur(24px) saturate(1.3); opacity: 0; visibility: hidden; transition: opacity .45s var(--ease), visibility 0s .45s; }
.sov.is-open { opacity: 1; visibility: visible; transition: opacity .45s var(--ease); }
.sov__inner { max-width: 980px; margin: 0 auto; padding: clamp(24px, 9vh, 100px) var(--gutter) 64px; transform: translateY(-18px); transition: transform .7s var(--ease); }
.sov.is-open .sov__inner { transform: none; }
.sov__bar { display: flex; align-items: center; gap: 12px; height: 72px; padding: 0 12px 0 24px; border-radius: 9999px; background: #fff; box-shadow: var(--shadow-lg); }
.sov__bar > .i { color: var(--muted); }
.sov__bar input { flex: 1; min-width: 0; border: 0; outline: 0; background: none; font-size: clamp(20px, 2.4vw, 28px); letter-spacing: -0.045em; }
.sov__bar input::-webkit-search-cancel-button { display: none; }
.sov__sec { margin-top: 32px; }
.sov__sec h2 { font-size: 13px; font-weight: 500; color: var(--muted); margin-bottom: 12px; }
.sov__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.sov__chips .chip { animation: rise .6s var(--ease) backwards; animation-delay: calc(var(--i) * 40ms + 150ms); }
@keyframes rise { from { opacity: 0; transform: translateY(12px); } }
.sov__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.sres { display: flex; align-items: center; gap: 12px; padding: 8px; border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); animation: rise .55s var(--ease) backwards; animation-delay: calc(var(--i) * 45ms); transition: box-shadow .3s, transform .5s var(--ease); }
.sres:hover, .sres.is-active { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.sres .media { width: 64px; height: 64px; border-radius: 15px; flex: none; }
.sres__txt { min-width: 0; }
.sres__txt b { display: block; font-size: 14px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sres__txt span { display: block; font-size: 12px; color: var(--muted); }
.sov__all { margin-top: 16px; }
.sov__empty { padding: 24px 4px; font-size: 16px; color: var(--muted); }
.sov__close { flex: none; }

/* ---------------------------------------------------------------- Aperçu rapide */
.qv { position: fixed; inset: 0; z-index: 220; display: grid; place-items: center; padding: 16px; visibility: hidden; transition: visibility 0s .55s; }
.qv.is-open { visibility: visible; transition: none; }
.qv__scrim { position: absolute; inset: 0; background: rgba(0, 0, 0, .3); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); opacity: 0; transition: opacity .5s var(--ease); }
.qv.is-open .qv__scrim { opacity: 1; }
.qv__panel {
  position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: min(940px, 100%); max-height: calc(100svh - 32px);
  overflow-y: auto; padding: 8px; border-radius: 34px; background: #fff; box-shadow: var(--shadow-lift);
  opacity: 0; transform: translateY(28px) scale(.97); transition: opacity .45s var(--ease), transform .7s var(--ease);
}
.qv.is-open .qv__panel { opacity: 1; transform: none; }
.qv__media { aspect-ratio: 4 / 5; border-radius: 26px; }
.qv__media.is-hidden img { visibility: hidden; }
.qv__info { display: flex; flex-direction: column; gap: 18px; padding: clamp(16px, 3vw, 34px) clamp(12px, 2.4vw, 26px); }
.qv__name { font-size: clamp(26px, 2.6vw, 34px); font-weight: 600; letter-spacing: -0.055em; line-height: 1.02; }
.qv__close { position: absolute; z-index: 3; top: 16px; right: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.qv__desc { font-size: 15px; color: var(--slate); line-height: 1.45; }
.qv__foot { display: flex; gap: 8px; margin-top: auto; }
.qv__foot .btn:first-child { flex: 1; }
.fly-clone { position: fixed; z-index: 230; margin: 0; border-radius: 20px; overflow: hidden; pointer-events: none; background: var(--tone, #e9e6e1); }
.fly-clone img { width: 100%; height: 100%; object-fit: cover; object-position: var(--focus, 50% 50%); }

/* Options (couleurs, tailles) */
.opt__label { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; font-size: 14px; font-weight: 500; }
.opt__label span { color: var(--muted); font-weight: 400; }
.opt__label button { font-size: 13px; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; display: inline-flex; align-items: center; gap: 4px; }
.opt__label button:hover { color: var(--ink); }
.swatches { display: flex; flex-wrap: wrap; gap: 12px; padding: 4px; }
.swatch { position: relative; width: 34px; height: 34px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .12); transition: transform .45s var(--ease-spring); }
.swatch:hover { transform: scale(1.1); }
.swatch::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; box-shadow: 0 0 0 1.5px var(--ink); opacity: 0; transform: scale(.75); transition: opacity .3s, transform .5s var(--ease-spring); }
.swatch[aria-checked="true"]::after { opacity: 1; transform: none; }
.sizes { display: grid; grid-template-columns: repeat(auto-fill, minmax(54px, 1fr)); gap: 8px; }
.size { height: 44px; border-radius: 9999px; background: #fff; box-shadow: inset 0 0 0 1px var(--line); font-size: 14px; font-weight: 500; font-variant-numeric: tabular-nums; transition: background-color .25s, color .25s, box-shadow .25s, transform .45s var(--ease-spring); }
.size:hover { box-shadow: inset 0 0 0 1px var(--ink); }
.size:active { transform: scale(.94); }
.size[aria-checked="true"] { background: var(--ink); color: #fff; box-shadow: inset 0 0 0 1px var(--ink); }
.size:disabled { color: var(--stone); text-decoration: line-through; pointer-events: none; }
.sizes.is-error { animation: shake .5s var(--ease); }
@keyframes shake { 20%, 60% { transform: translateX(-6px); } 40%, 80% { transform: translateX(6px); } }
.opt__err { margin-top: 8px; font-size: 13px; color: #b3261e; }
.dims { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 14px; border-radius: 12px; background: var(--canvas); font-size: 14px; }

/* ---------------------------------------------------------------- Notifications */
.toasts { position: fixed; z-index: 240; left: 50%; bottom: calc(24px + env(safe-area-inset-bottom, 0px)); translate: -50% 0; display: grid; justify-items: center; gap: 8px; pointer-events: none; width: max-content; max-width: calc(100vw - 32px); }
.toast { display: flex; align-items: center; gap: 12px; max-width: 100%; min-height: 52px; padding: 6px 6px 6px 6px; border-radius: 9999px; background: var(--ink); color: #fff; box-shadow: var(--shadow-lift); font-size: 14px; pointer-events: auto; animation: toast-in .65s var(--ease-spring); }
.toast--plain { padding-left: 20px; }
.toast .media { width: 40px; height: 40px; border-radius: 50%; flex: none; }
.toast__txt { min-width: 0; padding-right: 6px; }
.toast__txt b { display: block; font-weight: 600; font-size: 13px; }
.toast__txt span { display: block; font-size: 12px; color: rgba(255, 255, 255, .65); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 38ch; }
.toast__action { flex: none; height: 38px; padding: 0 16px; border-radius: 9999px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 500; transition: transform .45s var(--ease-spring); }
.toast__action:hover { transform: scale(1.05); }
.toast.is-leaving { animation: toast-out .4s var(--ease) forwards; }
@keyframes toast-in { from { opacity: 0; transform: translateY(24px) scale(.9); } }
@keyframes toast-out { to { opacity: 0; transform: translateY(14px) scale(.94); } }

/* ---------------------------------------------------------------- Vol vers le panier */
.fly { position: fixed; z-index: 260; left: 0; top: 0; pointer-events: none; }
.fly__y { width: 64px; height: 64px; margin: -32px 0 0 -32px; border-radius: 50%; overflow: hidden; box-shadow: var(--shadow-lift); background: var(--tone, #ddd); border: 3px solid #fff; }
.fly__y img { width: 100%; height: 100%; object-fit: cover; }

/* ---------------------------------------------------------------- Curseur */
.cursor { position: fixed; z-index: 300; left: 0; top: 0; pointer-events: none; opacity: 0; transition: opacity .3s; }
.cursor.is-on { opacity: 1; }
.cursor__dot, .cursor__ring { position: fixed; left: 0; top: 0; will-change: transform; }
.cursor__dot i { display: block; width: 6px; height: 6px; margin: -3px 0 0 -3px; border-radius: 50%; background: var(--ink); transition: transform .3s var(--ease), opacity .3s; }
.cursor__ring i {
  display: grid; place-items: center; width: 36px; height: 36px; margin: -18px 0 0 -18px; border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .28);
  transition: width .45s var(--ease), height .45s var(--ease), margin .45s var(--ease), background-color .3s, box-shadow .3s, transform .3s var(--ease);
}
.cursor__label { color: #fff; font-size: 13px; font-weight: 500; font-style: normal; letter-spacing: -0.02em; white-space: nowrap; opacity: 0; transform: scale(.5); transition: opacity .25s, transform .45s var(--ease-spring); }
.cursor.is-hover .cursor__ring i { width: 54px; height: 54px; margin: -27px 0 0 -27px; background: rgba(0, 0, 0, .04); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .4); }
.cursor.is-label .cursor__ring i { width: 88px; height: 88px; margin: -44px 0 0 -44px; background: var(--ink); box-shadow: none; }
.cursor.is-label .cursor__label { opacity: 1; transform: none; }
.cursor.is-label .cursor__dot i, .cursor.is-text .cursor__dot i { opacity: 0; }
.cursor.is-text .cursor__ring i { width: 4px; height: 28px; margin: -14px 0 0 -2px; border-radius: 2px; background: var(--violet); box-shadow: none; }
.cursor.is-down .cursor__ring i { transform: scale(.82); }
.cursor.is-dark .cursor__dot i { background: #fff; }
.cursor.is-dark .cursor__ring i { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5); }
.cursor.is-dark.is-label .cursor__ring i { background: #fff; }
.cursor.is-dark.is-label .cursor__label { color: var(--ink); }

/* ---------------------------------------------------------------- Accès au compte (en-tête, rail) */
.acct-pill {
  display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 16px 0 12px; border-radius: 9999px;
  background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); font-size: 14px; font-weight: 500; letter-spacing: -0.02em;
  transition: box-shadow .3s, transform .45s var(--ease-spring);
}
.acct-pill:hover { box-shadow: inset 0 0 0 1px var(--ink); }
.acct-pill:active { transform: scale(.95); }
.acct-pill .i { width: 20px; height: 20px; }
.acct-pill__ini, .rail__ini { display: none; place-items: center; border-radius: 50%; background: var(--violet); color: #fff; font-weight: 600; letter-spacing: -0.03em; }
.acct-pill__ini { width: 28px; height: 28px; margin-left: -6px; font-size: 11px; }
.acct-pill.is-auth .i, .rail__avatar.is-auth .i { display: none; }
.acct-pill.is-auth .acct-pill__ini, .rail__avatar.is-auth .rail__ini { display: grid; }
.rail__ini { width: 100%; height: 100%; font-size: 11px; }
.rail__avatar.is-auth { box-shadow: 0 0 0 2px var(--surface), 0 0 0 3.5px var(--violet); }
.rail__avatar[aria-current="page"]:not(.is-auth) { box-shadow: 0 0 0 1.5px var(--ink); color: var(--ink); }
@media (max-width: 899px) {
  .acct-pill { width: 40px; height: 40px; padding: 0; justify-content: center; background: none; box-shadow: none; }
  .acct-pill:hover { background: var(--canvas); box-shadow: none; }
  .acct-pill__label { display: none; }
  .acct-pill__ini { margin: 0; }
}

/* ---------------------------------------------------------------- Connexion (particuliers et professionnels) */
.auth { padding-block: clamp(20px, 3vw, 40px); }
.auth [hidden] { display: none !important; }
.auth__grid {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: clamp(20px, 3.5vw, 56px); align-items: start;
  width: 100%; max-width: 1240px; margin-inline: auto; padding-inline: clamp(12px, 2.4vw, 32px);
}
.auth__main { width: 100%; max-width: 540px; justify-self: center; padding-block: clamp(12px, 3vw, 40px); }
.auth__title { margin-top: 18px; outline: none; }
.auth__lede { margin-top: 14px; }
.auth__tabs { margin-top: 28px; }
.tabs--lg .tab { display: inline-flex; align-items: center; gap: 8px; height: 46px; padding: 0 20px; font-size: 15px; }
.tabs--lg .tab .i { width: 18px; height: 18px; }
.tabs--lg .tabs__ink { height: 46px; }
.auth.is-session .auth__tabs { display: none; }
.auth__card { position: relative; margin-top: 26px; }
.auth__form, .auth__step { display: grid; gap: 18px; }
.auth__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.auth__line { display: flex; align-items: center; justify-content: space-between; gap: 12px 20px; flex-wrap: wrap; }
.auth__checks { display: grid; gap: 12px; }
.auth__btns { display: grid; grid-template-columns: auto 1fr; gap: 10px; }
.auth__switch { font-size: 14px; color: var(--muted); text-align: center; }
.auth__switch .link-u, .fld__aside { font-weight: 500; color: var(--ink); }
.auth__info { display: flex; align-items: flex-start; gap: 10px; padding: 12px 16px; border-radius: 18px; background: rgba(84, 51, 235, .07); font-size: 13.5px; line-height: 1.45; color: var(--slate); }
.auth__info .i { flex: none; width: 18px; height: 18px; margin-top: 1px; color: var(--violet); }
.auth__info b { font-weight: 600; color: var(--ink); }
.auth__note { display: flex; align-items: flex-start; gap: 10px; margin-top: 24px; padding: 14px 16px; border-radius: 18px; background: var(--canvas); font-size: 13px; line-height: 1.45; color: var(--muted); }
.auth__note .i { flex: none; width: 18px; height: 18px; margin-top: 1px; color: var(--violet); }

/* Champs */
.fld { display: grid; gap: 8px; min-width: 0; }
.fld__top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.fld__label { font-size: 14px; font-weight: 500; letter-spacing: -0.02em; }
.fld__label em { font-style: normal; font-weight: 400; color: var(--muted); }
.fld__aside { font-size: 13px; }
.fld__caps { display: none; align-items: center; gap: 4px; margin-left: auto; font-size: 12px; color: var(--violet); }
.fld__caps .i { width: 14px; height: 14px; }
.fld.is-caps .fld__caps { display: inline-flex; }
.fld__box {
  position: relative; display: flex; align-items: center; gap: 10px; height: 52px; padding: 0 18px; border-radius: 9999px;
  background: var(--canvas); box-shadow: inset 0 0 0 1px transparent; transition: box-shadow .3s var(--ease), background-color .3s;
}
.fld__box:hover { box-shadow: inset 0 0 0 1px var(--stone); }
.fld__box:focus-within { background: var(--surface); box-shadow: inset 0 0 0 1.5px var(--violet), 0 0 0 4px rgba(84, 51, 235, .12); }
.fld__box > .i { width: 18px; height: 18px; color: var(--muted); transition: color .3s; }
.fld__box:focus-within > .i:first-child { color: var(--violet); }
.fld__box input, .fld__box select, .fld__box textarea {
  flex: 1; min-width: 0; width: 100%; height: 100%; padding: 0; border: 0; background: none; outline: none;
  font-size: 16px; letter-spacing: -0.01em; color: var(--ink);
}
.fld__box input::placeholder, .fld__box textarea::placeholder { color: #a3a09f; }
.fld__box--area { height: auto; align-items: flex-start; padding-block: 14px; border-radius: 22px; }
.fld__box textarea { min-height: 84px; resize: vertical; line-height: 1.45; }
.fld__box--select select { appearance: none; -webkit-appearance: none; padding-right: 24px; cursor: pointer; }
.fld__box--select select:has(option[value=""]:checked) { color: #a3a09f; }
.fld__box--select::after {
  content: ""; position: absolute; right: 20px; top: 50%; width: 7px; height: 7px; pointer-events: none;
  border-right: 1.6px solid var(--muted); border-bottom: 1.6px solid var(--muted); transform: translateY(-70%) rotate(45deg);
}
.fld__tick { width: 18px; height: 18px; color: var(--violet); stroke-width: 2.2; opacity: 0; transform: scale(.4); transition: opacity .3s, transform .5s var(--ease-spring); }
.fld.is-valid .fld__tick { opacity: 1; transform: none; }
.fld__eye { flex: none; display: grid; place-items: center; width: 36px; height: 36px; margin-right: -10px; border-radius: 50%; color: var(--muted); transition: background-color .25s, color .25s; }
.fld__eye:hover { background: var(--canvas); color: var(--ink); }
.fld__eye .i { width: 18px; height: 18px; }
.fld__hint { font-size: 13px; line-height: 1.4; color: var(--muted); }
.fld__err { font-size: 13px; line-height: 1.4; color: #b3261e; }
.fld__err:empty { display: none; }
.fld.is-invalid .fld__box { background: var(--surface); box-shadow: inset 0 0 0 1.5px #b3261e; }
.fld.is-invalid .fld__hint { display: none; }
.fld__suggest { padding: 10px 14px; border-radius: 14px; background: rgba(84, 51, 235, .07); font-size: 13px; line-height: 1.5; }
.fld__suggest b { font-weight: 600; font-variant-numeric: tabular-nums; }
/* Listes de choix : chaque <select> du site est remplacée à l’écran par un champ
   (ou une pastille, hors formulaire) et une liste flottante au style du site,
   comme le tri du catalogue (carte blanche, coche violette). */
.dd { position: relative; min-width: 0; }
.dd__native { display: none !important; }
.dd--inline { display: inline-block; max-width: 100%; }
.dd__btn { width: 100%; cursor: pointer; text-align: left; font: inherit; font-size: 16px; letter-spacing: -0.01em; color: var(--ink); }
.dd--inline .dd__btn {
  display: inline-flex; align-items: center; gap: 8px; width: auto; max-width: 100%; height: 40px; padding: 0 12px 0 16px;
  border-radius: 9999px; background: var(--canvas); font-size: 14px; font-weight: 500; white-space: nowrap; transition: box-shadow .25s, background-color .25s;
}
.dd--inline .dd__btn:hover { box-shadow: inset 0 0 0 1px var(--stone); }
.dd--inline .dd__btn:focus-visible { outline: none; box-shadow: inset 0 0 0 1.5px var(--violet), 0 0 0 4px rgba(84, 51, 235, .12); }
.dd__btn:disabled { cursor: default; opacity: .55; }
.dd__value { flex: 1; min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.dd__btn:not(.has-value) .dd__value { color: #a3a09f; }
.dd__chev { flex: none; width: 18px; height: 18px; color: var(--muted); transition: transform .45s var(--ease-spring), color .3s; }
.dd--inline .dd__chev { width: 16px; height: 16px; }
.dd.is-open .dd__chev { transform: rotate(180deg); color: var(--violet); }
.dd.is-open .dd__btn { background: var(--surface); box-shadow: inset 0 0 0 1.5px var(--violet), 0 0 0 4px rgba(84, 51, 235, .12); }
.dd.is-open + .fld__err { visibility: hidden; }
.dd__list {
  position: fixed; z-index: 260; left: 0; top: 0; display: grid; align-content: start; gap: 2px; max-height: 320px; margin: 0; padding: 6px;
  overflow-y: auto; overscroll-behavior: contain; list-style: none; border-radius: 22px; background: #fff; box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(-6px) scale(.97); transform-origin: 50% 0; pointer-events: none;
  transition: opacity .2s, transform .35s var(--ease), visibility 0s .35s;
}
.dd__list.is-up { transform: translateY(6px) scale(.97); transform-origin: 50% 100%; }
.dd__list.is-open { opacity: 1; visibility: visible; transform: none; pointer-events: auto; transition: opacity .2s, transform .45s var(--ease-spring), visibility 0s; }
.dd__opt { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 46px; padding: 10px 14px; border-radius: 16px; font-size: 15px; letter-spacing: -0.01em; color: var(--ink); cursor: pointer; transition: background-color .15s; }
.dd__opt.is-active { background: var(--canvas); }
.dd__opt[aria-selected="true"] { font-weight: 600; }
.dd__opt[aria-disabled="true"] { opacity: .45; cursor: default; }
.dd__opt .i { flex: none; width: 16px; height: 16px; color: var(--violet); opacity: 0; transform: scale(.4); transition: opacity .2s, transform .45s var(--ease-spring); }
.dd__opt[aria-selected="true"] .i { opacity: 1; transform: none; }
.dd__group { padding: 10px 14px 4px; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.dd__list.is-open .dd__opt { animation: dd-in .4s var(--ease) backwards; animation-delay: calc(var(--i, 0) * 24ms); }
@keyframes dd-in { from { opacity: 0; transform: translateY(-4px); } }
@media (prefers-reduced-motion: reduce) {
  .dd__list, .dd__chev, .dd__opt .i { transition: none; }
  .dd__list.is-open .dd__opt { animation: none; }
}
.fld__suggest .link-u { margin-left: 4px; font-weight: 500; color: var(--violet); }
[data-rule="siret"], [data-rule="tva"] { font-variant-numeric: tabular-nums; letter-spacing: .01em; }
[data-rule="tva"] { text-transform: uppercase; }
[data-rule="tva"]::placeholder { text-transform: none; }

/* Cases à cocher */
.chk { position: relative; display: flex; align-items: flex-start; gap: 10px; font-size: 14px; line-height: 1.45; color: var(--slate); cursor: pointer; }
.chk input { position: absolute; top: 0; left: 0; width: 20px; height: 20px; margin: 0; opacity: 0; }
.chk__box { flex: none; display: grid; place-items: center; width: 20px; height: 20px; margin-top: 1px; border-radius: 7px; box-shadow: inset 0 0 0 1.5px var(--stone); transition: background-color .25s, box-shadow .25s; }
.chk__box .i { width: 14px; height: 14px; stroke-width: 2.6; color: #fff; stroke-dasharray: 22; stroke-dashoffset: 22; transition: stroke-dashoffset .35s var(--ease); }
.chk:hover .chk__box { box-shadow: inset 0 0 0 1.5px var(--ink); }
.chk input:checked + .chk__box { background: var(--violet); box-shadow: none; }
.chk input:checked + .chk__box .i { stroke-dashoffset: 0; }
.chk input:focus-visible + .chk__box { outline: 2px solid var(--violet); outline-offset: 2px; }
.fld.is-invalid .chk__box { box-shadow: inset 0 0 0 1.5px #b3261e; }

/* Robustesse du mot de passe */
.meter { display: flex; align-items: center; gap: 12px; }
.meter__bars { flex: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.meter__bars i { height: 4px; border-radius: 4px; background: var(--line); transition: background-color .35s; }
.meter[data-score="1"] i:nth-child(1) { background: #b3261e; }
.meter[data-score="2"] i:nth-child(-n+2) { background: var(--violet-wash); }
.meter[data-score="3"] i:nth-child(-n+3) { background: #8b76f1; }
.meter[data-score="4"] i { background: var(--violet); }
.meter__label { min-width: 72px; font-size: 12px; text-align: right; color: var(--muted); }

/* Étapes de la demande pro */
.steps { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 500; color: var(--muted); }
.steps__i { display: inline-flex; align-items: center; gap: 8px; transition: color .4s; }
.steps__n { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--canvas); font-size: 12px; font-weight: 600; transition: background-color .4s, color .4s; }
.steps__i.is-on { color: var(--ink); }
.steps__i.is-on .steps__n { background: var(--ink); color: #fff; }
.steps__i.is-done .steps__n { background: var(--violet); color: #fff; }
.steps__line { position: relative; flex: 1; height: 2px; overflow: hidden; border-radius: 2px; background: var(--line); }
.steps__line::after { content: ""; position: absolute; inset: 0; background: var(--violet); transform: scaleX(var(--p, 0)); transform-origin: left; transition: transform .7s var(--ease); }

/* Réussite */
.auth__done { display: grid; justify-items: center; gap: 20px; padding: 6px 0 4px; text-align: center; }
.auth__done-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

/* Compte connecté */
.acct { display: flex; align-items: center; gap: 16px; padding: 18px; border-radius: var(--r-card); background: var(--canvas); }
.acct__avatar { flex: none; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--violet); color: #fff; font-size: 19px; font-weight: 600; letter-spacing: -0.04em; box-shadow: var(--shadow-violet); }
.acct__name { font-size: 20px; font-weight: 600; letter-spacing: -0.04em; }
.acct__type { display: flex; align-items: center; gap: 8px; margin-top: 2px; font-size: 14px; color: var(--muted); }
.acct__badge { display: inline-grid; place-items: center; height: 22px; padding: 0 9px; border-radius: 9999px; background: var(--ink); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .02em; }
.acct__orders { margin-top: 18px; }
.acct__orders-title { margin-bottom: 10px; font-size: 13px; font-weight: 600; text-transform: uppercase; color: var(--muted); }
.aorders { display: grid; gap: 8px; }
.aorder {
  position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 12px;
  padding: 12px 14px 16px; border-radius: 20px; box-shadow: inset 0 0 0 1px var(--line); overflow: hidden;
  animation: citem-in .7s var(--ease) backwards; animation-delay: calc(var(--i, 0) * 70ms + 120ms);
}
.aorder__thumbs { display: flex; }
.aorder__thumbs .media { width: 36px; height: 44px; border-radius: 10px; box-shadow: 0 0 0 2px #fff; }
.aorder__thumbs .media + .media { margin-left: -12px; }
.aorder__txt { display: grid; gap: 2px; min-width: 0; font-size: 12.5px; color: var(--muted); }
.aorder__txt b { font-size: 14px; font-weight: 600; color: var(--ink); }
.aorder__track { color: var(--violet); font-weight: 500; }
.aorder__status { height: 26px; padding: 0 10px; border-radius: 9999px; background: var(--canvas); font-size: 12px; font-weight: 600; line-height: 26px; white-space: nowrap; }
.aorder__status--a_traiter, .aorder__status--en_preparation { background: rgba(84, 51, 235, .1); color: var(--violet); }
.aorder__status--expediee { background: var(--violet); color: #fff; }
.aorder__status--livree { background: var(--ink); color: #fff; }
.aorder__status--annulee { background: #fbeae9; color: #b3261e; }
.aorder__status--attente_paiement { background: #fff4e5; color: #8a4b00; }
.aorder__pay { font-weight: 500; color: var(--slate); }
.aorder__bar { position: absolute; left: 14px; right: 14px; bottom: 7px; height: 3px; border-radius: 3px; background: var(--line); overflow: hidden; }
.aorder__bar i { display: block; height: 100%; border-radius: inherit; background: var(--violet); transform-origin: 0 50%; transform: scaleX(var(--p)); animation: bar-grow 1.1s var(--ease) .3s backwards; }
@keyframes bar-grow { from { transform: scaleX(0); } }
.acct__links { display: grid; gap: 8px; margin-block: 16px; }
.acct__link {
  display: flex; align-items: center; gap: 12px; width: 100%; height: 58px; padding: 0 18px; border-radius: 20px;
  box-shadow: inset 0 0 0 1px var(--line); font-size: 15px; font-weight: 500; text-align: left;
  transition: background-color .25s, transform .45s var(--ease-spring);
}
.acct__link:hover { background: var(--canvas); transform: translateX(4px); }
.acct__link > .i { width: 20px; height: 20px; }
.acct__link > span { flex: 1; }
.acct__link em { font-style: normal; font-size: 13px; color: var(--muted); font-variant-numeric: tabular-nums; }
.acct__link .i--chev { width: 16px; height: 16px; color: var(--muted); }

/* Compte pro en attente de validation */
.auth__wait { display: grid; gap: 20px; }
.wait__badge { display: inline-flex; align-items: center; gap: 8px; justify-self: start; height: 34px; padding: 0 14px 0 10px; border-radius: 9999px; font-size: 13px; font-weight: 600; }
.wait__badge .i { width: 18px; height: 18px; stroke-width: 2; }
.wait__badge--en_attente { background: rgba(84, 51, 235, .1); color: var(--violet); }
.wait__badge--en_attente .i { animation: tick 2.4s var(--ease-io) infinite; }
@keyframes tick { 0%, 60% { transform: rotate(0); } 80%, 100% { transform: rotate(360deg); } }
.wait__badge--valide { background: var(--violet); color: #fff; }
.wait__badge--refuse { background: #fbeae9; color: #b3261e; }
.wait__steps { display: grid; gap: 0; }
.wait__step { position: relative; display: flex; gap: 14px; padding-bottom: 18px; font-size: 14px; color: var(--muted); }
.wait__step:last-child { padding-bottom: 0; }
.wait__step b { display: block; font-size: 15px; font-weight: 600; letter-spacing: -0.02em; color: var(--ink); }
.wait__step:not(:last-child)::before { content: ""; position: absolute; left: 7px; top: 20px; bottom: 2px; width: 2px; border-radius: 2px; background: var(--line); }
.wait__step.is-done:not(:last-child)::before { background: var(--violet); }
.wait__dot { position: relative; flex: none; width: 16px; height: 16px; margin-top: 2px; border-radius: 50%; box-shadow: inset 0 0 0 2px var(--stone); background: var(--surface); }
.wait__step.is-done .wait__dot { background: var(--violet); box-shadow: none; }
.wait__step.is-now .wait__dot { box-shadow: inset 0 0 0 2px var(--violet); }
.wait__step.is-now .wait__dot::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 2px solid var(--violet); opacity: 0; animation: ping 1.8s var(--ease) infinite; }
@keyframes ping { 0% { opacity: .7; transform: scale(.5); } 100% { opacity: 0; transform: scale(1.3); } }
.wait__step.is-fail .wait__dot { background: #b3261e; box-shadow: none; }
.wait__recap { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border-radius: 20px; background: var(--line); box-shadow: inset 0 0 0 1px var(--line); }
.wait__recap > div { padding: 12px 16px; background: var(--surface); min-width: 0; }
.wait__recap dt { font-size: 12px; color: var(--muted); }
.wait__recap dd { margin-top: 2px; font-size: 14px; font-weight: 500; overflow-wrap: anywhere; }
.wait__demo { display: flex; align-items: flex-start; gap: 10px; padding: 12px 16px; border-radius: 18px; background: rgba(84, 51, 235, .07); font-size: 13.5px; line-height: 1.45; }
.wait__demo .i { flex: none; width: 18px; height: 18px; margin-top: 1px; color: var(--violet); }
.wait__demo .link-u { font-weight: 600; color: var(--violet); }
.auth__wait .auth__done-actions { justify-content: flex-start; }

/* Colonne visuelle */
.auth__side {
  position: sticky; top: calc(var(--ann-h) + var(--top-h) + 16px); display: grid; isolation: isolate;
  min-height: min(680px, calc(100vh - 150px)); overflow: hidden; border-radius: var(--r-card);
}
.auth__panel { grid-area: 1 / 1; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; padding: clamp(24px, 3vw, 40px); }
.auth__panel--particulier { background: var(--canvas); }
.auth__panel--pro { background: var(--ink); color: #fff; clip-path: circle(0% at 0% 0%); transition: clip-path 1.05s var(--ease-io); }
.auth.is-pro .auth__panel--pro { clip-path: circle(150% at 0% 0%); }
.auth.no-anim .auth__panel--pro { transition: none; }
.auth__panel--pro .eyebrow { color: rgba(255, 255, 255, .6); }
.auth__side-title { max-width: 17ch; margin-top: 10px; font-size: clamp(26px, 2.6vw, 36px); font-weight: 600; letter-spacing: -0.05em; line-height: 1.02; text-wrap: balance; }
.auth__floats { position: relative; flex: 1; min-height: 250px; }
.afloat { position: absolute; width: clamp(118px, 11vw, 160px); will-change: transform; }
.afloat--1 { left: 4%; top: 8%; }
.afloat--2 { left: 40%; top: 0; width: clamp(100px, 9vw, 136px); }
.afloat--3 { right: 4%; top: 26%; }
.afloat__in { display: block; padding: 6px 6px 10px; border-radius: 22px; background: var(--surface); box-shadow: var(--shadow-lift); animation: float 6.5s ease-in-out infinite alternate; animation-delay: calc(var(--i) * -2.1s); }
.afloat--1 .afloat__in { rotate: -6deg; }
.afloat--2 .afloat__in { rotate: 5deg; }
.afloat--3 .afloat__in { rotate: -3deg; }
.afloat .media { aspect-ratio: 4 / 5; border-radius: 16px; }
.afloat__name { display: block; margin: 8px 6px 0; overflow: hidden; font-size: 12px; font-weight: 500; white-space: nowrap; text-overflow: ellipsis; }
.afloat__price { display: block; margin: 2px 6px 0; font-size: 12px; color: var(--muted); }
.aperks { display: grid; gap: 14px; margin-top: 20px; }
.aperks li { display: flex; align-items: flex-start; gap: 14px; font-size: 14px; line-height: 1.4; color: var(--muted); }
.aperks b { display: block; font-size: 15px; font-weight: 600; letter-spacing: -0.02em; color: var(--ink); }
.aperks__ic { flex: none; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 14px; background: var(--surface); box-shadow: var(--shadow-sm); color: var(--violet); }
.aperks__ic .i { width: 20px; height: 20px; }
.aperks--pro { margin-top: 0; }
.aperks--pro li { color: rgba(255, 255, 255, .62); }
.aperks--pro b { color: #fff; }
.aperks--pro .aperks__ic { background: rgba(255, 255, 255, .08); box-shadow: none; color: #fff; }
.pro-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 24px; }
.pro-stats > div { padding: 16px; border-radius: 20px; background: rgba(255, 255, 255, .07); }
.pro-stats dt { font-size: clamp(28px, 2.8vw, 40px); font-weight: 600; letter-spacing: -0.06em; line-height: 1; font-variant-numeric: tabular-nums; white-space: nowrap; }
.pro-stats dt span { color: var(--violet-wash); }
.pro-stats dd { margin-top: 8px; font-size: 13px; line-height: 1.35; color: rgba(255, 255, 255, .62); }
.pro-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.pro-tags li { display: inline-flex; align-items: center; height: 32px; padding: 0 14px; border-radius: 9999px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18); font-size: 13px; color: rgba(255, 255, 255, .8); }
@media (max-width: 899px) {
  .auth__grid { grid-template-columns: 1fr; }
  .auth__main { max-width: none; }
  .auth__side { position: relative; top: auto; min-height: 0; }
  .auth__floats { min-height: 230px; }
}
@media (max-width: 520px) {
  .auth__row, .wait__recap { grid-template-columns: 1fr; }
  .pro-stats { gap: 8px; }
  .pro-stats > div { padding: 12px; }
  .pro-stats dd { font-size: 12px; }
}

/* ---------------------------------------------------------------- Administration des comptes pro */
.adm { padding-block: clamp(28px, 4vw, 56px) clamp(40px, 5vw, 72px); }
.adm__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px; margin-top: 18px; }
.adm__head .t-lede { margin-top: 14px; }
.adm__kpis { display: flex; gap: 10px; }
.adm__kpis > div { display: grid; min-width: 104px; padding: 14px 16px; border-radius: 20px; background: var(--canvas); }
.adm__kpis b { font-size: 32px; font-weight: 600; letter-spacing: -0.06em; line-height: 1; font-variant-numeric: tabular-nums; }
.adm__kpis span { margin-top: 6px; font-size: 13px; color: var(--muted); }
.adm__kpis .is-hot { background: var(--violet); color: #fff; }
.adm__kpis .is-hot span { color: rgba(255, 255, 255, .75); }
.adm__demo { display: flex; align-items: flex-start; gap: 10px; margin-top: 24px; padding: 14px 16px; border-radius: 18px; background: var(--canvas); font-size: 13px; line-height: 1.45; color: var(--muted); }
.adm__demo .i { flex: none; width: 18px; height: 18px; margin-top: 1px; color: var(--violet); }
.adm__bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-top: 28px; }
.adm__list { display: grid; gap: 14px; margin-top: 20px; }
.adm [hidden] { display: none !important; }
.adm__empty { display: grid; justify-items: center; gap: 14px; margin-top: 20px; padding: 56px 20px; border-radius: var(--r-card); background: var(--canvas); text-align: center; }
.adm__empty img { width: 72px; height: 72px; }
.adm__empty p { max-width: 42ch; color: var(--muted); }
.adm__empty-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.req { padding: clamp(18px, 2vw, 24px); border-radius: var(--r-card); background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow .3s; }
.req:hover { box-shadow: inset 0 0 0 1px var(--stone), var(--shadow-card); }
.req__head { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 12px; }
.req__company { font-size: 22px; font-weight: 600; letter-spacing: -0.045em; line-height: 1.1; }
.req__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 8px; font-size: 13px; color: var(--muted); }
.req__pill { display: inline-flex; align-items: center; height: 26px; padding: 0 10px; border-radius: 9999px; background: var(--canvas); font-weight: 500; color: var(--slate); }
.req__status { display: inline-flex; align-items: center; gap: 6px; height: 30px; padding: 0 12px; border-radius: 9999px; font-size: 12.5px; font-weight: 600; }
.req__status .i { width: 15px; height: 15px; stroke-width: 2; }
.req__status--en_attente { background: rgba(84, 51, 235, .1); color: var(--violet); }
.req__status--valide { background: var(--violet); color: #fff; }
.req__status--refuse { background: #fbeae9; color: #b3261e; }
.req__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px 20px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.req__grid dt { font-size: 12px; color: var(--muted); }
.req__grid dd { margin-top: 4px; font-size: 14px; font-weight: 500; line-height: 1.4; overflow-wrap: anywhere; }
.req__grid dd span { display: block; font-weight: 400; color: var(--muted); }
.req__msg { grid-column: 1 / -1; }
.req__msg dd { font-weight: 400; color: var(--slate); }
.req__chk { display: flex !important; align-items: center; gap: 4px; width: fit-content; margin-top: 6px; font-size: 12px; font-weight: 500 !important; }
.req__chk .i { width: 14px; height: 14px; stroke-width: 2.2; }
.req__chk--ok { color: var(--violet) !important; }
.req__chk--ko { color: #b3261e !important; }
.req__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; }
.req__verify { display: inline-flex; align-items: center; gap: 6px; font-size: 13.5px; font-weight: 500; }
.req__verify .i { width: 14px; height: 14px; }
.req__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.req__decided { font-size: 13px; color: var(--muted); }
.req__refuse { display: grid; gap: 10px; margin-top: 14px; padding: 16px; border-radius: 20px; background: #fdf5f4; }
.req__refuse label { font-size: 13px; font-weight: 500; }
.req__refuse textarea { width: 100%; min-height: 64px; padding: 10px 14px; border: 0; border-radius: 14px; background: var(--surface); box-shadow: inset 0 0 0 1px var(--line); font-size: 15px; resize: vertical; outline: none; }
.req__refuse textarea:focus { box-shadow: inset 0 0 0 1.5px #b3261e; }
.btn--danger { --bg: #b3261e; }
.adm__gate { max-width: 440px; margin: 28px auto 0; padding: clamp(22px, 3vw, 32px); border-radius: var(--r-card); background: var(--canvas); }
.adm__gate .fld__box { background: var(--surface); }
.adm__gate-title { font-size: 22px; font-weight: 600; letter-spacing: -0.045em; }
.adm__gate-msg { font-size: 14px; line-height: 1.45; color: var(--muted); }
.adm:not(.is-gated) .adm__gate, .adm.is-gated .adm__kpis, .adm.is-gated .adm__bar, .adm.is-gated .adm__list, .adm.is-gated .adm__empty { display: none !important; }
@media (max-width: 899px) {
  .req__grid { grid-template-columns: 1fr 1fr; }
  .adm__kpis { width: 100%; }
  .adm__kpis > div { flex: 1; min-width: 0; }
}
@media (max-width: 520px) { .req__grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  .afloat__in, .wait__badge--en_attente .i, .wait__step.is-now .wait__dot::after { animation: none; }
}

/* ---------------------------------------------------------------- Logo « JS Shop » */
/* Vectorisé depuis le GIF fourni : une couche par lettre, rejouée dans l’ordre
   d’origine. Le S du monogramme apparaît puis glisse pendant que le J se trace
   depuis sa boucle, le S calligraphié s’écrit de haut en bas, puis h, o et p
   tombent en place. */
.lg { position: relative; display: inline-block; vertical-align: middle; aspect-ratio: 472 / 178; }
.lg__u, .lg__g { position: absolute; }
.lg__u { inset: 0; pointer-events: none; }
.lg__g svg { display: block; width: 100%; height: 100%; overflow: visible; fill: currentColor; }
.lg__g--j { left: 0%; top: 2.247%; width: 19.809%; height: 93.82%; }
.lg__g--s1 { left: 13.347%; top: 0%; width: 23.941%; height: 88.202%; }
.lg__g--s2 { left: 40.678%; top: 24.157%; width: 18.432%; height: 64.045%; }
.lg__g--h { left: 59.746%; top: 38.202%; width: 13.771%; height: 48.315%; }
.lg__g--o { left: 74.364%; top: 55.618%; width: 11.653%; height: 31.461%; }
.lg__g--p { left: 87.076%; top: 55.056%; width: 12.924%; height: 44.944%; }
.js .lg:not(.is-play) .lg__g { opacity: 0; }
.lg.is-play .lg__g--s1 { animation: lg-s1 .95s var(--ease) both; }
.lg.is-play .lg__g--j { animation: lg-j .65s var(--ease-io) .22s both; }
.lg.is-play .lg__g--s2 { animation: lg-s2 .55s var(--ease-io) .8s both; }
.lg.is-play .lg__g--h { animation: lg-drop .6s var(--ease) 1.2s both; }
.lg.is-play .lg__g--o { animation: lg-drop .6s var(--ease) 1.34s both; }
.lg.is-play .lg__g--p { animation: lg-drop .7s var(--ease) 1.48s both; }
@keyframes lg-s1 { 0% { opacity: 0; transform: translateX(-52%) scale(.94); } 18% { opacity: 1; transform: translateX(-52%); } 100% { opacity: 1; transform: none; } }
@keyframes lg-j { from { clip-path: inset(100% -20% -20% -20%); } to { clip-path: inset(-20%); } }
@keyframes lg-s2 { from { clip-path: inset(-20% -20% 100% -20%); } to { clip-path: inset(-20%); } }
@keyframes lg-drop { 0% { opacity: 0; transform: translateY(-34%); } 55% { opacity: 1; transform: translateY(6%); } 80% { transform: translateY(-2%); } 100% { opacity: 1; transform: none; } }

/* ---------------------------------------------------------------- Transitions de page & préchargeur */
.pt { position: fixed; inset: 0; z-index: 400; display: grid; place-items: center; background: #fff; pointer-events: none; transform: translateY(101%); }
.pt__logo, .preloader__logo { width: clamp(150px, 22vw, 210px); height: auto; }
.pt__logo { opacity: 0; transform: translateY(40px) scale(.94); }
.pt.is-leaving { pointer-events: auto; animation: pt-cover .65s var(--ease-io) forwards; }
.pt.is-leaving .pt__logo { animation: pt-logo-in .5s var(--ease) .15s forwards; }
@keyframes pt-cover { from { transform: translateY(101%); border-radius: 56px 56px 0 0; } to { transform: none; border-radius: 0; } }
@keyframes pt-logo-in { to { opacity: 1; transform: none; } }
.pt-arrive .pt { transform: none; }
.pt-arrive .pt .pt__logo { opacity: 1; transform: none; }
.pt.is-arriving { animation: pt-reveal .9s var(--ease-io) .1s forwards; }
.pt.is-arriving .pt__logo { opacity: 1; transform: none; animation: pt-logo-out .55s var(--ease-io) forwards; }
@keyframes pt-reveal { from { transform: none; border-radius: 0; } to { transform: translateY(-101%); border-radius: 0 0 56px 56px; } }
@keyframes pt-logo-out { to { opacity: 0; transform: translateY(-40px) scale(.96); } }

.preloader { position: fixed; inset: 0; z-index: 390; display: none; place-items: center; background: #fff; }
.is-preloading .preloader, .preloader.is-done { display: grid; }
.preloader__logo { opacity: 0; transform: scale(.9); transition: opacity .8s var(--ease), transform 1.2s var(--ease); }
.preloader.is-run .preloader__logo { opacity: 1; transform: none; }
.preloader.is-done .preloader__logo { opacity: 0; transform: translateY(-28px) scale(.96); transition-duration: .6s; }
.preloader__bar { position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; background: var(--violet); transform-origin: 0 50%; transform: scaleX(0); }
.preloader.is-run .preloader__bar { transform: scaleX(1); transition: transform 1.6s var(--ease-io); }
.preloader.is-done { animation: pre-out 1s var(--ease-io) forwards; }
@keyframes pre-out { to { transform: translateY(-101%); border-radius: 0 0 56px 56px; } }

/* ---------------------------------------------------------------- Retour en haut */
.totop {
  position: fixed; z-index: 60; right: 20px; bottom: 20px; width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center; background: #fff; box-shadow: var(--shadow-lg);
  opacity: 0; transform: translateY(16px) scale(.8); pointer-events: none; transition: opacity .4s, transform .6s var(--ease-spring);
}
.totop.is-on { opacity: 1; transform: none; pointer-events: auto; }
.has-atc .totop { bottom: 96px; }
.totop.is-on.is-end { transform: translateY(-64px); }
.totop:hover .i { transform: translateY(-3px); }
.totop .i { width: 18px; height: 18px; stroke-width: 2; transition: transform .45s var(--ease-spring); }
.totop svg.ring { position: absolute; inset: 0; width: 100%; height: 100%; rotate: -90deg; }
.totop .ring circle { fill: none; stroke: var(--ink); stroke-width: 2; stroke-dasharray: 150.8; stroke-dashoffset: calc(150.8 * (1 - var(--p, 0))); }

/* ---------------------------------------------------------------- Apparitions */
.spw { display: inline-block; vertical-align: top; padding-bottom: .12em; margin-bottom: -.12em; clip-path: inset(-40% -12% 0 -12%); }
.spw__i { display: inline-block; }
/* L’état caché ne s’applique qu’avant l’apparition : une fois « is-in », les
   transformations au survol propres à chaque composant reprennent la main. */
@media (prefers-reduced-motion: no-preference) {
  .js [data-reveal] { transition: opacity 1s var(--ease), transform 1.2s var(--ease), clip-path 1.4s var(--ease); transition-delay: calc(var(--d, 0) * 1ms); }
  .js [data-reveal]:not(.is-in) { opacity: 0; transform: translateY(40px); }
  .js [data-reveal="fade"]:not(.is-in) { transform: none; }
  .js [data-reveal="scale"]:not(.is-in) { transform: scale(.94); }
  .js [data-reveal="clip"]:not(.is-in) { opacity: 1; transform: none; clip-path: inset(22% 0 0 0 round var(--r-card)); }
  .js [data-reveal="clip"].is-in { clip-path: inset(0 0 0 0 round var(--r-card)); }
  .js [data-reveal="clip"] .px, .js [data-reveal="clip"] > .media { transition: scale 1.8s var(--ease); }
  .js [data-reveal="clip"]:not(.is-in) .px, .js [data-reveal="clip"]:not(.is-in) > .media { scale: 1.2; }
  .js [data-split] .spw__i { transition: transform 1.1s var(--ease); transition-delay: calc(var(--i) * 45ms + var(--d, 0) * 1ms); }
  .js [data-split]:not(.is-in) .spw__i { transform: translateY(140%); }
  .js [data-stagger] > * { transition: opacity .9s var(--ease), transform 1.1s var(--ease), box-shadow .7s var(--ease); transition-delay: calc(var(--i, 0) * 80ms); }
  .js [data-stagger]:not(.is-in) > * { opacity: 0; transform: translateY(32px); }
}

/* ---------------------------------------------------------------- Boutique */
.cat-hero { margin-top: 4px; padding-block: clamp(36px, 5vw, 64px) clamp(24px, 3vw, 36px); overflow: hidden; }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 13px; color: var(--muted); }
.crumbs a:hover { color: var(--ink); }
.crumbs .i { width: 12px; height: 12px; }
.cat-hero h1 { margin-top: 20px; }
.cat-hero__row { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px 32px; margin-top: 18px; }
.cat-hero__count { font-size: 14px; color: var(--muted); white-space: nowrap; }
.cat-hero__count strong { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; }
.cat-hero__tabs { margin-top: 28px; }
.catalog { padding-bottom: var(--sec); }
.toolbar {
  position: sticky; z-index: 20; top: calc(var(--top-h) + 6px); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px;
  margin: 20px 0 16px; padding: 8px; border-radius: 26px; background: rgba(255, 255, 255, .84);
  -webkit-backdrop-filter: blur(18px) saturate(1.4); backdrop-filter: blur(18px) saturate(1.4); box-shadow: var(--shadow-sm);
  transition: top .55s var(--ease);
}
.topbar-hidden .toolbar { top: 8px; }
.toolbar__chips { display: flex; gap: 6px; min-width: 0; overflow-x: auto; scrollbar-width: none; padding: 2px; }
.toolbar__chips::-webkit-scrollbar { display: none; }
.toolbar__right { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.field { display: flex; align-items: center; gap: 8px; height: 40px; padding: 0 14px; border-radius: 9999px; background: var(--canvas); transition: box-shadow .3s; }
.field:focus-within { box-shadow: inset 0 0 0 1px rgba(84, 51, 235, .4), 0 0 0 4px rgba(84, 51, 235, .1); }
.field .i { width: 18px; height: 18px; color: var(--muted); }
.field input { width: 150px; border: 0; outline: 0; background: none; font-size: 14px; }
.field input::-webkit-search-cancel-button { display: none; }
.switch { display: inline-flex; align-items: center; gap: 10px; height: 40px; padding: 0 14px 0 8px; border-radius: 9999px; font-size: 14px; font-weight: 500; cursor: pointer; user-select: none; }
.switch input { position: absolute; opacity: 0; pointer-events: none; }
.switch__ui { position: relative; width: 38px; height: 22px; border-radius: 11px; background: var(--stone); transition: background-color .3s; }
.switch__ui::after { content: ""; position: absolute; top: 2px; left: 2px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); transition: transform .45s var(--ease-spring); }
.switch input:checked + .switch__ui { background: var(--ink); }
.switch input:checked + .switch__ui::after { transform: translateX(16px); }
.switch input:focus-visible + .switch__ui { outline: 2px solid var(--violet); outline-offset: 2px; }
.select { position: relative; }
.select__btn { display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 12px 0 16px; border-radius: 9999px; background: var(--canvas); font-size: 14px; font-weight: 500; white-space: nowrap; }
.select__btn .i { width: 16px; height: 16px; transition: transform .45s var(--ease-spring); }
.select.is-open .select__btn .i { transform: rotate(180deg); }
.select__list {
  position: absolute; right: 0; top: calc(100% + 8px); z-index: 30; min-width: 220px; padding: 6px; border-radius: 20px; background: #fff; box-shadow: var(--shadow-lg);
  opacity: 0; transform: translateY(-6px) scale(.97); transform-origin: 100% 0; pointer-events: none; transition: opacity .2s, transform .35s var(--ease);
}
.select.is-open .select__list { opacity: 1; transform: none; pointer-events: auto; }
.select__opt { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 10px 12px; border-radius: 14px; font-size: 14px; text-align: left; }
.select__opt:hover, .select__opt:focus-visible { background: var(--canvas); outline: none; }
.select__opt .i { width: 16px; height: 16px; opacity: 0; }
.select__opt[aria-selected="true"] .i { opacity: 1; }
.density { display: inline-flex; padding: 3px; border-radius: 9999px; background: var(--canvas); }
.density button { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--muted); transition: background-color .25s, color .25s; }
.density button[aria-pressed="true"] { background: #fff; color: var(--ink); box-shadow: var(--shadow-sm); }
.density .i { width: 18px; height: 18px; }
.pricebar { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin: 0 0 20px; padding: 0 8px; font-size: 14px; }
.pricebar label { display: flex; align-items: center; gap: 14px; flex: 1; max-width: 460px; }
.pricebar label > span { color: var(--muted); }
.pricebar output { min-width: 90px; font-weight: 600; font-variant-numeric: tabular-nums; }
.range { flex: 1; height: 24px; background: none; -webkit-appearance: none; appearance: none; cursor: pointer; }
.range::-webkit-slider-runnable-track { height: 4px; border-radius: 4px; background: linear-gradient(90deg, var(--ink) var(--fill, 100%), var(--stone) var(--fill, 100%)); }
.range::-moz-range-track { height: 4px; border-radius: 4px; background: var(--stone); }
.range::-moz-range-progress { height: 4px; border-radius: 4px; background: var(--ink); }
.range::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; margin-top: -9px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 1px var(--line), var(--shadow-lg); transition: transform .35s var(--ease-spring); }
.range::-moz-range-thumb { width: 22px; height: 22px; border: 0; border-radius: 50%; background: #fff; box-shadow: 0 0 0 1px var(--line), var(--shadow-lg); }
.range:active::-webkit-slider-thumb { transform: scale(1.15); }
.pricebar__reset { font-size: 13px; color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.pricebar__reset:hover { color: var(--ink); }
.grid--catalog[data-cols="2"] { --cols: 2; }
.grid--catalog[data-cols="3"] { --cols: 3; }
.grid--catalog[data-cols="4"] { --cols: 4; }
@keyframes card-in { from { opacity: 0; transform: translateY(24px) scale(.96); } }
.empty { display: grid; justify-items: center; gap: 14px; padding: 72px 16px; text-align: center; }
.empty__ico { display: grid; place-items: center; width: 80px; height: 80px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); animation: float 4s ease-in-out infinite alternate; }
.empty h2 { font-size: 26px; font-weight: 600; letter-spacing: -0.05em; }
.empty p { max-width: 40ch; color: var(--muted); }
.brand-banner { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 20px; padding: 14px 18px; border-radius: 20px; background: var(--canvas); font-size: 14px; }
.brand-banner b { font-weight: 600; }

/* ---------------------------------------------------------------- Fiche produit */
.pdp { padding-top: clamp(8px, 2vw, 20px); padding-bottom: var(--sec); }
.pdp__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 64px); align-items: start; margin-top: 20px; }
.gallery { position: sticky; top: calc(var(--top-h) + 12px); display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 12px; transition: top .55s var(--ease); }
.topbar-hidden .gallery, .topbar-hidden .pdp__info { top: 12px; }
.gallery__thumbs { display: grid; gap: 8px; align-content: start; }
.gallery__thumb { aspect-ratio: 4 / 5; padding: 3px; border-radius: 15px; background: #fff; box-shadow: var(--shadow-sm); transition: box-shadow .3s, transform .45s var(--ease-spring); }
.gallery__thumb:hover { transform: translateY(-2px); }
.gallery__thumb[aria-selected="true"] { box-shadow: 0 0 0 2px var(--ink); }
.gallery__thumb .media { width: 100%; height: 100%; border-radius: 12px; }
.gallery__main { position: relative; aspect-ratio: 4 / 5; padding: 8px; border-radius: var(--r-card); background: #fff; box-shadow: var(--shadow-card); overflow: hidden; cursor: zoom-in; }
.gallery__slides { position: relative; width: 100%; height: 100%; border-radius: var(--r-img); overflow: hidden; }
.gallery__slide { position: absolute; inset: 0; border-radius: 0; opacity: 0; transition: opacity .7s var(--ease); }
.gallery__slide.is-active { opacity: 1; z-index: 1; }
.gallery__slide img { transition: opacity .9s var(--ease), transform .6s var(--ease); transform-origin: var(--zx, 50%) var(--zy, 50%); }
.gallery__slide--detail img { transform: scale(1.9); }
.gallery__slide--detail.is-loaded img { transform: scale(1.9); }
.gallery__main.is-zoom .gallery__slide.is-active img { transform: scale(2.1); transition: transform .35s var(--ease); }
.gallery__main.is-zoom .gallery__slide--detail.is-active img { transform: scale(3); }
.gallery__hint { position: absolute; z-index: 2; left: 20px; bottom: 20px; display: inline-flex; align-items: center; gap: 6px; height: 30px; padding: 0 12px; border-radius: 9999px; background: rgba(255, 255, 255, .85); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); font-size: 12px; font-weight: 500; transition: opacity .3s; pointer-events: none; }
.gallery__main.is-zoom .gallery__hint { opacity: 0; }
.gallery__main .badge { top: 20px; left: 20px; }
.pdp__info { position: sticky; top: calc(var(--top-h) + 12px); display: grid; gap: 22px; transition: top .55s var(--ease); }
.pdp__brand { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 500; color: var(--muted); }
.pdp__brand:hover { color: var(--ink); }
.pdp__name { margin-top: 8px; font-size: clamp(34px, 3.6vw, 50px); font-weight: 600; letter-spacing: -0.058em; line-height: .98; text-wrap: balance; }
.pdp__rating { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 14px; font-size: 14px; }
.pdp__rating .stars .i { width: 15px; height: 15px; }
.pdp__rating a { color: var(--muted); text-decoration: underline; text-underline-offset: 3px; }
.pdp__price { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 24px; font-weight: 500; letter-spacing: -0.035em; font-variant-numeric: tabular-nums; }
.pdp__price s { font-size: 16px; color: var(--muted); font-weight: 400; }
.off { display: inline-flex; align-items: center; height: 26px; padding: 0 10px; border-radius: 9999px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 500; letter-spacing: 0; }
.pdp__opts { display: grid; gap: 22px; }
.pdp__opts:empty { display: none; }
.pdp__desc { font-size: 16px; line-height: 1.5; color: var(--slate); letter-spacing: -0.02em; max-width: 52ch; }
.pdp__cta { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 8px; align-items: center; }
.qty--lg { height: 56px; margin: 0; }
.qty--lg button { width: 44px; height: 44px; }
.qty--lg output { min-width: 28px; font-size: 15px; }
.fav-lg { width: 56px; height: 56px; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 1px var(--line); display: grid; place-items: center; position: relative; transition: transform .5s var(--ease-spring), box-shadow .3s; }
.fav-lg:hover { box-shadow: inset 0 0 0 1px var(--ink); }
.btn.is-added { --bg: var(--ink); box-shadow: none; }
.pdp__eta { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 18px; background: var(--canvas); font-size: 14px; }
.pdp__eta .i { width: 22px; height: 22px; }
.pdp__eta b { font-weight: 600; }
.perks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.perk { display: grid; justify-items: center; gap: 6px; padding: 14px 8px; border-radius: 18px; box-shadow: inset 0 0 0 1px var(--line); text-align: center; font-size: 12px; line-height: 1.3; }
.perk .i { width: 20px; height: 20px; }
.acc { border-top: 1px solid var(--line); }
.acc details { border-bottom: 1px solid var(--line); }
.acc summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 2px; list-style: none; cursor: pointer; font-size: 15px; font-weight: 500; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary .i { width: 18px; height: 18px; transition: transform .5s var(--ease-spring); }
.acc details[open] summary .i { transform: rotate(45deg); }
.acc__body { overflow: hidden; }
.acc__inner { padding: 0 2px 20px; font-size: 15px; line-height: 1.55; color: var(--slate); }
.acc__inner li { position: relative; padding-left: 18px; }
.acc__inner li + li { margin-top: 6px; }
.acc__inner li::before { content: ""; position: absolute; left: 2px; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--stone); }
.rsum { display: grid; grid-template-columns: minmax(0, 300px) minmax(0, 1fr); gap: clamp(24px, 4vw, 64px); align-items: start; }
.rsum__score { font-size: clamp(64px, 7vw, 96px); font-weight: 600; letter-spacing: -0.07em; line-height: .9; font-variant-numeric: tabular-nums; }
.rsum__meta { margin-top: 12px; display: grid; gap: 6px; font-size: 14px; color: var(--muted); }
.rsum__meta .stars .i { width: 18px; height: 18px; }
.bars { display: grid; gap: 10px; margin-top: 24px; }
.bars li { display: grid; grid-template-columns: 28px minmax(0, 1fr) 42px; align-items: center; gap: 12px; font-size: 13px; font-variant-numeric: tabular-nums; }
.bars li span:last-child { text-align: right; color: var(--muted); }
.bar { height: 6px; border-radius: 6px; background: var(--canvas); overflow: hidden; }
.bar i { display: block; height: 100%; border-radius: inherit; background: var(--ink); transform-origin: 0 50%; transform: scaleX(0); transition: transform 1.4s var(--ease); transition-delay: calc(var(--i, 0) * 90ms); }
.is-in .bar i { transform: scaleX(var(--p)); }
.rcards { display: grid; gap: 12px; }
.rcard { padding: 22px 24px; border-radius: 24px; background: var(--canvas); }
.rcard__head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; }
.rcard__head .stars .i { width: 14px; height: 14px; }
.rcard__head span { font-size: 12px; color: var(--muted); }
.rcard h3 { margin-top: 12px; font-size: 16px; font-weight: 600; letter-spacing: -0.03em; }
.rcard p { margin-top: 6px; font-size: 15px; color: var(--slate); line-height: 1.5; }
.rcard__by { margin-top: 12px; display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); }
.rcard__by b { color: var(--ink); font-weight: 600; }
.verified { display: inline-flex; align-items: center; gap: 4px; }
.verified .i { width: 14px; height: 14px; stroke-width: 2; }
.sticky-atc {
  position: fixed; z-index: 60; left: calc(var(--rail-w) + 16px); right: 16px; bottom: 16px; margin-inline: auto; max-width: 720px;
  display: flex; align-items: center; gap: 12px; padding: 8px; border-radius: 9999px; background: rgba(255, 255, 255, .92);
  -webkit-backdrop-filter: blur(18px) saturate(1.4); backdrop-filter: blur(18px) saturate(1.4); box-shadow: var(--shadow-lift);
  transform: translateY(160%); transition: transform .7s var(--ease);
}
.sticky-atc.is-on { transform: none; }
.sticky-atc .media { width: 48px; height: 48px; border-radius: 50%; flex: none; }
.sticky-atc__txt { flex: 1; min-width: 0; }
.sticky-atc__txt b { display: block; font-size: 14px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-atc__txt span { font-size: 13px; color: var(--muted); font-variant-numeric: tabular-nums; }
.notfound { display: grid; justify-items: center; gap: 16px; padding: 120px 16px; text-align: center; }
.notfound h1 { font-size: clamp(40px, 6vw, 72px); font-weight: 600; letter-spacing: -0.06em; }

/* Guide des tailles (dialog natif) */
.dialog { width: min(560px, calc(100% - 32px)); max-height: calc(100svh - 32px); padding: 0; border: 0; border-radius: 30px; box-shadow: var(--shadow-lift); color: var(--ink); background: #fff; }
.dialog::backdrop { background: rgba(0, 0, 0, .3); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.dialog[open] { animation: dlg-in .6s var(--ease); }
@keyframes dlg-in { from { opacity: 0; transform: translateY(24px) scale(.97); } }
.dialog__inner { padding: 28px; }
.dialog__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.dialog__head h2 { font-size: 24px; font-weight: 600; letter-spacing: -0.05em; }
.table-wrap { overflow-x: auto; }
.size-table { width: 100%; border-collapse: collapse; font-size: 14px; font-variant-numeric: tabular-nums; }
.size-table th, .size-table td { padding: 10px 8px; text-align: left; border-bottom: 1px solid var(--line); white-space: nowrap; }
.size-table th { font-weight: 500; color: var(--muted); font-size: 12px; }
.dialog__note { margin-top: 14px; font-size: 13px; color: var(--muted); }

/* ---------------------------------------------------------------- Responsive */
@media (max-width: 1180px) {
  .grid { --cols: 3; }
  .brands__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .promises__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid--catalog[data-cols="4"] { --cols: 3; }
  .toolbar { border-radius: 26px; }
}

@media (max-width: 899px) {
  :root { --edge: 8px; --top-h: 60px; }
  .shell { margin-left: 0; padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)); }
  .rail {
    top: auto; right: 0; width: auto; height: calc(66px + env(safe-area-inset-bottom, 0px)); flex-direction: row; justify-content: space-around;
    gap: 0; padding: 6px 8px env(safe-area-inset-bottom, 0px); box-shadow: 0 -1px 0 var(--line), 0 -10px 30px rgba(0, 0, 0, .05);
  }
  .rail__group { display: contents; }
  .rail__logo, .rail__sep, .rail__avatar, .rail__item--desk { display: none; }
  .rail__item--mob { display: grid; }
  .rail__item { width: 64px; height: 54px; border-radius: 18px; align-content: center; gap: 2px; }
  .rail__item .i { width: 22px; height: 22px; }
  .rail__label { display: block; font-size: 10px; font-weight: 500; letter-spacing: -0.01em; }
  .rail__item::after { display: none; }
  .rail__item .count { top: 4px; right: 12px; }
  .rail__ink { width: 64px; height: 54px; border-radius: 18px; }
  .announce { font-size: 12px; }
  .topbar { gap: 10px; padding-inline: 16px 10px; }
  .topbar__search { display: none; }
  .topbar__mob { display: inline-grid; }
  .cart-pill { display: none; }
  .totop { bottom: calc(84px + env(safe-area-inset-bottom, 0px)); right: 14px; width: 46px; height: 46px; }
  .toasts { bottom: calc(86px + env(safe-area-inset-bottom, 0px)); }
  .sticky-atc { left: 8px; right: 8px; bottom: calc(76px + env(safe-area-inset-bottom, 0px)); }
  .has-atc .totop { bottom: calc(150px + env(safe-area-inset-bottom, 0px)); }

  .hero { min-height: max(620px, calc(100svh - var(--top-h) - var(--ann-h) - 100px)); }
  .hero__inner { justify-content: flex-end; padding-top: clamp(176px, 48vw, 250px); padding-bottom: 64px; }
  .hcard { --base: clamp(84px, 24vw, 132px); left: calc(var(--mx, var(--x)) * 1%); top: calc(var(--my, var(--y)) * 1%); width: calc(var(--base) * var(--ms, var(--s))); }
  .hcard[data-m="0"] { display: none; }
  .hcard__card { padding: 5px 5px 8px; border-radius: 20px; }
  .hcard .media { border-radius: 15px; }
  .hcard__name { font-size: 11px; margin: 7px 4px 0; }
  .hcard__rate { display: none; }
  .wm .lg { width: min(86vw, 440px); }
  .hero__scroll { display: none; }

  .univers__grid { grid-template-columns: 1fr; gap: 12px; }
  .ucard { aspect-ratio: 4 / 4.4; }
  .ucard:nth-child(2) { margin-top: 0; }
  .band__grid, .room__grid, .news, .spot__grid { grid-template-columns: 1fr; }
  .feature { min-height: 480px; }
  .spot__stage { order: -1; max-width: 560px; margin-inline: auto; width: 100%; }
  .spot__chip--1 { left: 0; }
  .spot__chip--2 { right: 0; }
  .room__media { min-height: 420px; }
  .news__media { min-height: 320px; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .sec-head--split { grid-template-columns: 1fr; }

  .look { height: auto !important; }
  .look__sticky { position: relative; height: auto; display: block; padding: 44px 0 36px; }
  .look__intro { position: relative; left: auto; top: auto; translate: none; width: auto; padding-inline: 24px; transform: none !important; opacity: 1 !important; }
  .look__track { padding: 32px 24px 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; transform: none !important; }
  .look__track::-webkit-scrollbar { display: none; }
  .lcard { width: min(78vw, 360px); scroll-snap-align: center; }
  .look__meta { display: none; }

  .pdp__grid { grid-template-columns: minmax(0, 1fr); }
  .gallery, .pdp__info { position: relative; top: 0 !important; }
  .gallery { grid-template-columns: minmax(0, 1fr); }
  .gallery__thumbs { order: 2; grid-template-columns: repeat(auto-fill, 64px); grid-auto-flow: column; justify-content: start; overflow-x: auto; }
  .gallery__thumb { width: 64px; }
  .rsum { grid-template-columns: 1fr; }
  .toolbar { top: 8px !important; }
  .qv__panel { grid-template-columns: 1fr; }
  .qv__media { aspect-ratio: 1; }
}

@media (max-width: 640px) {
  .grid, .grid--catalog[data-cols="3"], .grid--catalog[data-cols="4"] { --cols: 2; }
  .grid--catalog[data-cols="2"] { --cols: 1; }
  .grid { gap: 8px; }
  .pcard { padding: 6px; border-radius: 22px; }
  .pcard__media { border-radius: 16px; }
  .pcard__body { padding: 10px 6px 4px; }
  .pcard__name { font-size: 13px; }
  .pcard__fav { top: 12px; right: 12px; width: 32px; height: 32px; }
  .pcard__plus { right: 6px; bottom: 6px; width: 36px; height: 36px; }
  .pcard.is-quick .pcard__plus { top: 6px; right: 46px; }
  .pcard__row .stars .i:not(:first-child) { display: none; }
  .pcard__quick { padding: 8px; }
  .pcard__quick p { display: none; }
  .qsizes { gap: 3px; }
  .qsize { min-width: 26px; height: 28px; padding: 0 4px; font-size: 11px; }
  .pcard.is-quick .pcard__fav { opacity: 0; pointer-events: none; }
  .pcard.is-quick .pcard__plus { top: 6px; right: 6px; }
  .pcard__row { flex-wrap: wrap; gap: 2px 8px; }
  .pcard__sw { display: none; }
  .brands__grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .bcard__thumbs a:nth-child(3), .bcard__more { display: none; }
  .bcard .follow span { display: none; }
  .promises__grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .promise { padding: 18px; }
  .tiles { gap: 8px; }
  .sov__grid { grid-template-columns: 1fr; }
  .perks { grid-template-columns: 1fr; }
  .perk { grid-auto-flow: column; justify-content: start; gap: 10px; text-align: left; }
  .cat-pill { height: 36px; font-size: 14px; }
  .cat-pill .media, .cat-pill__ico { width: 24px; height: 24px; }
  .toolbar__right { width: 100%; justify-content: space-between; }
  .field { flex: 1 1 100%; }
  .field input { width: 100%; }
  .density { display: none; }
  .footer__legal { flex-direction: column; align-items: flex-start; }
  .rv { width: 290px; }
  .search__bar { height: 56px; padding-left: 18px; }
  .search__submit { width: 44px; height: 44px; }
}

/* ---------------------------------------------------------------- Mouvement réduit */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .hero { position: relative; }
  .hcard__float { animation: none; }
  .lg .lg__g { animation-delay: 0s !important; }
  .rv-row { animation: none; flex-wrap: wrap; width: auto; }
  .rv-row .rv-dup { display: none; }
}
