/* ==========================================================================
   Angel's Services — Blanchisserie particuliers
   --------------------------------------------------------------------------
   Se charge APRÈS main.css. Ne redéfinit que ce qui distingue la section :
     • les jetons de couleur (fond clair et chaud, navy repassé en encre)
     • le rythme typographique (plus grand, plus généreux)
     • les composants propres à la blanchisserie, préfixés .bl-

   Tout le reste — .btn, .card, .section, .faq, .media, .rate-table,
   [data-reveal], .eyebrow, .steps… — vient de main.css sans modification.
   ========================================================================== */

:root {
  /* --- Fonds : lin, chaud, clair. Le navy n'est plus un fond de page. --- */
  --linen-50:  #FDFBF7;   /* cartes, tableaux */
  --linen-100: #F8F3EA;   /* fond de page */
  --linen-200: #F0E8DA;   /* sections alternées */
  --linen-300: #E4D9C6;   /* filets, séparateurs chauds */

  /* --- Teinte fraîche d'ambiance, tirée de --sky-200 (#BED7DF) --- */
  --fresh-50:  #F2F8FA;
  --fresh-100: #E4EFF3;
  --fresh-200: #CFE3EA;
  --fresh-400: #7FA6B4;   /* assez foncé pour du texte sur fond clair */

  /* --- Réaffectation sémantique --- */
  --bg: var(--linen-100);
  --paper: var(--linen-100);
  --paper-alt: var(--linen-200);
  --ink: var(--navy-900);
  --ink-soft: #4E5C63;
  --line: rgba(16, 48, 72, .09);
  --line-strong: rgba(16, 48, 72, .16);

  /* --- Angles nettement plus arrondis que sur le site B2B --- */
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 28px;
  --r-xl: 44px;

  --shadow-sm: 0 1px 2px rgba(70, 55, 35, .05), 0 6px 18px rgba(70, 55, 35, .06);
  --shadow-md: 0 2px 8px rgba(70, 55, 35, .06), 0 22px 48px -16px rgba(70, 55, 35, .22);

  --nav-h: 84px;
  --maxw: 1180px;
}

/* ==========================================================================
   Base — plus grand, plus aéré, plus chaud
   ========================================================================== */

body {
  background:
    radial-gradient(120% 60% at 100% 0%, var(--fresh-50), transparent 60%),
    var(--linen-100);
  font-size: 18px;
  line-height: 1.68;
}

h1 { font-size: clamp(2.35rem, 5.6vw, 4rem); letter-spacing: -.02em; }
h2 { font-size: clamp(1.95rem, 4vw, 3rem); letter-spacing: -.018em; }
h3 { font-size: clamp(1.28rem, 2.1vw, 1.7rem); letter-spacing: -.01em; }

.lead { font-size: clamp(1.1rem, 1.7vw, 1.3rem); line-height: 1.62; max-width: 58ch; }
.eyebrow { letter-spacing: .15em; font-size: .76rem; }
.ticks li { font-size: 1rem; }
.card p { font-size: 1rem; }

/* Règle de fond : la page et les sections sont en lin, les panneaux posés
   dessus sont en blanc franc avec un filet chaud. C'est ce contraste-là qui
   fait tenir la mise en page, pas les ombres. */
.card {
  background: var(--white);
  border-color: var(--linen-300);
  border-radius: var(--r-lg);
}
.btn { padding: 17px 32px; font-size: 1rem; border-radius: 100px; }
.btn--sm { padding: 12px 22px; font-size: .9rem; }

::selection { background: var(--fresh-200); color: var(--navy-900); }

/* Section supplémentaire : le voile frais, couleur d'ambiance de la section */
.section--fresh { background: var(--fresh-100); }
.section--white { background: var(--linen-50); }

/* ==========================================================================
   Navigation de section
   ========================================================================== */

.nav.is-stuck {
  background: rgba(248, 243, 234, .86);
  border-bottom-color: var(--linen-300);
}

.bl-brand { gap: 14px; align-items: center; }
.bl-brand img { height: 50px; }
.bl-brand span {
  font-family: var(--f-display);
  font-size: 1.32rem;
  font-weight: 500;
  line-height: 1;
  color: var(--navy-900);
  letter-spacing: -.01em;
  padding-left: 14px;
  border-left: 1px solid var(--linen-300);
}

.bl-navside { display: flex; align-items: center; gap: 18px; }
.bl-navside .nav__tel { font-size: .96rem; font-weight: 600; color: var(--navy-800); }
.bl-navside .nav__tel:hover { color: var(--gold-500); }

/* Ouvert / fermé, calculé à l'heure de Bruxelles par blanchisserie.js.
   Tant que les horaires ne sont pas saisis, l'état reste « à confirmer » —
   on n'affiche jamais un « Ouvert » qu'on ne pourrait pas garantir. */
.bl-open {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 15px 7px 12px;
  border-radius: 100px;
  background: var(--fresh-100);
  font-size: .8rem;
  line-height: 1.3;
  white-space: nowrap;
}
.bl-open i {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--slate-300);
  flex-shrink: 0;
}
.bl-open b { font-weight: 600; color: var(--navy-900); }
.bl-open span { color: var(--slate-500); }

.bl-open.is-ouvert { background: #E6F1E8; }
.bl-open.is-ouvert i { background: #3E8E5A; box-shadow: 0 0 0 3px rgba(62, 142, 90, .18); }
.bl-open.is-ouvert b { color: #2F6E45; }

.bl-open.is-ferme i { background: var(--fresh-400); }
.bl-open.is-inconnu { background: var(--gold-100); }
.bl-open.is-inconnu i { background: var(--gold-500); }
.bl-open.is-inconnu b { color: #6E5B36; font-weight: 500; }

/* Entre 900 et 1140 px, l'en-tête n'a plus la place de tout porter : le bloc
   latéral s'efface, le numéro reste accessible par le bouton doré du menu. */
@media (max-width: 1140px) { .bl-navside { display: none; } }
@media (max-width: 900px) {
  .bl-brand span { font-size: 1.12rem; }
  .bl-brand img { height: 42px; }

  /* Panneau mobile : crème et encre, pas le navy du site conciergerie */
  .nav__links {
    background: rgba(253, 251, 247, .985);
    border-bottom-color: var(--linen-300);
  }
  .nav__link { color: var(--navy-800); border-bottom-color: var(--line); }
  .nav__link:hover, .nav__link.is-active { color: var(--gold-500); }
}
.hero__cta { margin-top: 30px; }

/* ==========================================================================
   L'échelle des sacs — le cœur de l'offre
   ========================================================================== */

.bl-sacs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: clamp(26px, 3.5vw, 40px);
}
@media (max-width: 980px) { .bl-sacs { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .bl-sacs { grid-template-columns: 1fr; } }

.bl-sac {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px 22px 22px;
  background: var(--white);
  border: 1px solid var(--linen-300);
  border-radius: var(--r-lg);
  transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}
.bl-sac:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--fresh-200); }
.bl-sac--vedette {
  background: linear-gradient(165deg, var(--fresh-100), var(--white) 68%);
  border-color: var(--fresh-200);
}
.bl-sac__badge {
  position: absolute;
  top: -10px; left: 22px;
  font-size: .66rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 11px;
  border-radius: 100px;
  background: var(--gold-500);
  color: var(--navy-900);
}
.bl-sac__nom {
  font-size: .78rem;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: var(--slate-500);
}
.bl-sac__prix {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(2.3rem, 4.6vw, 3.1rem);
  line-height: 1;
  letter-spacing: -.02em;
  color: var(--navy-900);
  font-variant-numeric: tabular-nums;
  text-shadow: 1px 1px 0 rgba(196, 174, 135, .42);
}
.bl-sac__kg { font-size: .95rem; color: var(--ink-soft); }
.bl-sac__apres {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  font-size: .9rem;
  color: var(--slate-500);
}

/* ==========================================================================
   Ce que nous prenons / ce que nous ne prenons pas
   ========================================================================== */

.crosses { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; }
.crosses li {
  position: relative;
  padding-left: 26px;
  font-size: 1rem;
  color: var(--ink-soft);
}
.crosses li::before,
.crosses li::after {
  content: '';
  position: absolute;
  left: 1px;
  top: .72em;
  width: 12px;
  height: 1.6px;
  background: var(--fresh-400);
  border-radius: 2px;
}
.crosses li::before { transform: rotate(45deg); }
.crosses li::after { transform: rotate(-45deg); }

.bl-argument {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: clamp(26px, 3.5vw, 40px);
  padding: 22px 26px;
  border-radius: var(--r-lg);
  background: var(--fresh-100);
  border: 1px solid var(--fresh-200);
}
/* Posé sur une section déjà fraîche, l'encadré s'inverse : sinon il disparaît. */
.section--fresh .bl-argument { background: var(--white); border-color: var(--linen-300); }
.bl-argument b {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--navy-900);
  white-space: nowrap;
}
.bl-argument span { font-size: 1rem; color: var(--ink-soft); flex: 1 1 320px; }

/* ==========================================================================
   Repères de poids — « à quoi correspondent 5 kg »
   ========================================================================== */

.bl-weights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}
@media (max-width: 860px) { .bl-weights { grid-template-columns: 1fr; } }

.bl-weight {
  position: relative;   /* ancre le reflet .bl-tilt::after */
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 22px;
  background: var(--white);
  border: 1px solid var(--linen-300);
  border-radius: var(--r-md);
}
.bl-weight__kg {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--fresh-100);
  color: var(--navy-800);
  font-family: var(--f-display);
  font-size: 1.02rem;
  font-variant-numeric: tabular-nums;
}
.bl-weight__t { font-weight: 600; font-size: 1rem; line-height: 1.35; }
.bl-weight__d { font-size: .9rem; color: var(--slate-500); margin-top: 4px; line-height: 1.5; }

/* ==========================================================================
   Bloc pratique — horaires, adresse, itinéraire
   ========================================================================== */

.bl-practical {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3.5vw, 46px);
  align-items: start;
  padding: clamp(28px, 4vw, 46px);
  border-radius: var(--r-xl);
  background: var(--white);
  border: 1px solid var(--linen-300);
  box-shadow: var(--shadow-sm);
}
@media (max-width: 820px) { .bl-practical { grid-template-columns: 1fr; } }

.bl-hours-list { list-style: none; margin: 18px 0 0; padding: 0; }
.bl-hours-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 1rem;
}
.bl-hours-list li:last-child { border-bottom: none; }
.bl-hours-list span { color: var(--ink-soft); }
.bl-hours-list b { font-weight: 600; font-variant-numeric: tabular-nums; color: var(--navy-900); }
.bl-hours-list b.is-closed { color: var(--fresh-400); font-weight: 500; }
.bl-hours-list b.is-todo { color: var(--gold-500); }
/* Le jour courant est mis en avant : on repère sa ligne d'un coup d'œil */
.bl-hours-list li.is-today {
  margin-inline: -12px;
  padding-inline: 12px;
  border-radius: var(--r-sm);
  background: var(--fresh-100);
}
.bl-hours-list li.is-today span { color: var(--navy-900); font-weight: 500; }

.bl-address {
  font-size: 1.12rem;
  line-height: 1.55;
  font-family: var(--f-display);
  color: var(--navy-900);
  margin: 18px 0 0;
}
.bl-practical .stack-cta { margin-top: 24px; }

/* ==========================================================================
   Tarifs — grilles
   ========================================================================== */

.rate-table { background: var(--white); border-radius: var(--r-md); }
.rate-table th { background: var(--linen-200); color: var(--navy-700); }
.rate-table th, .rate-table td { padding: 16px 22px; font-size: 1rem; }
.rate-table tbody tr:hover { background: var(--fresh-50); }
.rate-table td:first-child { font-weight: 500; }
.rate-wrap { border-radius: var(--r-md); border: 1px solid var(--linen-300); }
.rate-table--3col td:nth-child(2) {
  text-align: right;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.rate-table--3col th:nth-child(2), .rate-table--3col th:last-child { text-align: right; }

/* Précision en petit sous le nom d'un article (« drap housse + drap plat… ») */
.rate-detail {
  display: block;
  margin-top: 3px;
  font-weight: 400;
  font-size: .84rem;
  line-height: 1.4;
  color: var(--slate-500);
}
.rate-table s { color: var(--slate-300); font-weight: 400; }
.bl-ttc {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 20px;
  border-radius: 100px;
  background: var(--gold-100);
  color: #6E5B36;
  font-size: .9rem;
  font-weight: 600;
}

/* Règle de facturation sous une grille : petite, mais elle engage. */
.bl-rule {
  margin-top: 14px;
  font-size: .9rem;
  color: var(--slate-500);
  max-width: 70ch;
}

/* Exemple chiffré, calculé à partir de la grille juste au-dessus */
.bl-example {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  margin-top: 16px;
  padding: 16px 20px;
  border-radius: var(--r-md);
  background: var(--gold-100);
  color: #6E5B36;
  font-size: .98rem;
}
.bl-example b {
  font-size: .72rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 600;
}
.bl-example strong { color: var(--navy-900); font-weight: 600; white-space: nowrap; }

.bl-tarif-block + .bl-tarif-block { margin-top: clamp(38px, 5vw, 62px); }
.bl-tarif-block h2 { font-size: clamp(1.6rem, 2.8vw, 2.1rem); }
.bl-tarif-block > p { margin-top: 12px; }
.step__delay {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 14px;
  border-radius: 100px;
  background: var(--gold-100);
  color: #6E5B36;
  font-size: .84rem;
  font-weight: 600;
}

/* ==========================================================================
   En-tête de page interne + bandeau d'appel final — versions claires
   ========================================================================== */

.page-head {
  background: var(--fresh-100);
  color: var(--ink);
  padding: calc(var(--nav-h) + clamp(38px, 5vw, 64px)) 0 clamp(34px, 4vw, 54px);
}
.page-head::before { background: radial-gradient(58% 100% at 88% 0%, rgba(240, 231, 216, .85), transparent 62%); }
.page-head h1 { color: var(--ink); }
.page-head .lead { color: var(--ink-soft); }
.crumb { color: var(--slate-500); }

.cta-band {
  background: linear-gradient(158deg, var(--fresh-100), var(--linen-200));
  color: var(--ink);
  border: 1px solid var(--fresh-200);
}
.cta-band::before { background: radial-gradient(56% 90% at 50% 0%, rgba(255, 255, 255, .8), transparent 66%); }
.cta-band h2 { color: var(--navy-900); }
.cta-band .lead { color: var(--ink-soft); }
.cta-band .btn--ghost { color: var(--navy-800); border-color: var(--line-strong); }
.cta-band .btn--ghost:hover { background: rgba(16, 48, 72, .05); border-color: var(--navy-800); }

.bl-cta-tel {
  display: block;
  font-family: var(--f-display);
  font-size: clamp(2rem, 5vw, 2.9rem);
  line-height: 1;
  color: var(--navy-900);
  margin-top: 26px;
  font-variant-numeric: tabular-nums;
  transition: color var(--t-fast);
}
.bl-cta-tel:hover { color: var(--gold-500); }

/* ==========================================================================
   Pied de page — clair, et une seule passerelle vers la conciergerie
   ========================================================================== */

.footer {
  background: var(--fresh-100);
  color: var(--ink-soft);
  border-top: 1px solid var(--fresh-200);
  font-size: .98rem;
}
.footer__brand img { filter: none; opacity: 1; height: 56px; }
.footer h4 { color: var(--gold-500); }
.footer a:hover { color: var(--gold-500); }
.footer__top { grid-template-columns: 1.5fr 1fr 1.3fr; }
@media (max-width: 820px) { .footer__top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__top { grid-template-columns: 1fr; } }
.footer__bottom {
  border-top-color: var(--fresh-200);
  color: var(--slate-500);
}

/* Trois colonnes déséquilibrées à dessein : la première porte l'action
   (le téléphone), les deux autres ne font que renseigner. */
.bl-footer__top {
  display: grid;
  /* Mesuré : en 1.35fr la première colonne faisait 449 px pour 288 px de
     contenu — 161 px de vide. Ces proportions collent aux contenus réels. */
  grid-template-columns: 1fr .8fr 1.05fr;
  gap: clamp(26px, 3.4vw, 52px);
  align-items: start;
}
@media (max-width: 900px) { .bl-footer__top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .bl-footer__top { grid-template-columns: 1fr; gap: 34px; } }

.bl-footer__brand img { height: 64px; width: auto; }
.bl-footer__brand p { margin: 16px 0 0; max-width: 34ch; font-size: .95rem; }

/* Le numéro est le geste attendu : il doit se lire de loin */
.bl-footer__tel {
  display: inline-block;
  margin-top: 14px;
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1.1;
  letter-spacing: -.01em;
  color: var(--navy-900);
  font-variant-numeric: tabular-nums;
  transition: color var(--t-fast);
}
.bl-footer__tel:hover { color: var(--gold-500); }
.bl-footer__brand .stack-cta { margin-top: 18px; }

.bl-footer__nav ul { gap: 13px; }
/* Les mentions légales rejoignent la colonne de navigation : elles comblent
   les 100 px de vide qu'elle avait sous ses quatre liens, et le bas de page
   n'a plus besoin d'une ligne supplémentaire. */
/* ⚠︎ Sélecteur descendant obligatoire : main.css pose `.footer ul { margin:0;
   padding:0 }` en (0,2,0). Une règle à (0,1,0) verrait ses marges écrasées et
   le filet se collerait au texte, au-dessus comme en dessous. */
.bl-footer__nav .bl-footer__legal {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--fresh-200);
  font-size: .88rem;
  gap: 12px;
}
.bl-footer__legal a { color: var(--slate-500); }
.bl-footer__legal a:hover { color: var(--gold-500); }
.bl-footer__where h4 { margin-bottom: 14px; }

.bl-footer__adr {
  margin: 0 0 14px;
  font-family: var(--f-display);
  font-size: 1.08rem;
  line-height: 1.45;
  color: var(--navy-900);
}
/* Le pied de page est déjà en fresh-100 : la pastille y serait invisible.
   On la repasse en blanc pour qu'elle se détache. */
.bl-footer .bl-open { background: rgba(255, 255, 255, .75); }
.bl-footer .bl-open.is-ouvert { background: #E6F1E8; }
.bl-footer .bl-open.is-inconnu { background: var(--gold-100); }

.bl-footer__hours {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  font-size: .9rem;
  line-height: 1.45;
}
.bl-footer__hours em { font-style: normal; color: var(--slate-500); }

.bl-footer__social { display: flex; gap: 10px; margin-top: 18px; }
.bl-footer__social a {
  display: grid;
  place-items: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--fresh-200);
  background: rgba(255, 255, 255, .6);
  color: var(--navy-800);
  transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast), transform var(--t-fast);
}
.bl-footer__social a:hover {
  background: var(--gold-500);
  border-color: var(--gold-500);
  color: var(--white);
  transform: translateY(-2px);
}

/* Bas de page : trois mentions de même poids, aucune ne doit tirer l'œil */
.bl-footer__bottom {
  margin-top: clamp(36px, 5vw, 54px);
  padding-top: 22px;
  border-top: 1px solid var(--fresh-200);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  align-items: baseline;
  justify-content: space-between;
  font-size: .84rem;
  color: var(--slate-500);
}

/* La passerelle vers le site conciergerie : présente, jamais insistante */
.bl-crosslink { color: var(--slate-500); }
.bl-crosslink:hover { color: var(--navy-800); }

/* ==========================================================================
   LE CYCLE — trois machines sur un rail 3D, parcouru au défilement
   --------------------------------------------------------------------------
   Même grammaire que la visite du site conciergerie : une scène collante sur
   100 svh, des cartes de texte qui défilent par-dessus, un bandeau de
   progression. Et surtout le même principe de caméra : là où la visite du gîte
   avance de pièce en pièce, on longe ici trois postes de travail —
   lave-linge, sèche-linge, table à repasser.

   Tout est en CSS 3D. Aucun WebGL, aucun fichier supplémentaire.

   assets/js/blanchisserie-fx.js pose des variables continues, amorties d'une
   image à l'autre, pour que le mouvement ne s'arrête jamais entre deux phases :
     --travel  position sur le rail, 0 → 2 (le poste courant)
     --spin    rotation des tambours, strictement croissante
     --wash    intensité du lavage  (bain, bulles)
     --dry     intensité du séchage (chaleur, soufflerie)
     --press   avancée du fer sur la chemise
     --fold    pliage du linge
     --px/--py parallaxe au pointeur
   ========================================================================== */

.bl-cycle {
  position: relative;
  background: linear-gradient(180deg, var(--fresh-100), var(--fresh-50) 40%, var(--linen-100));
}

/* L'atelier est le décor PERMANENT de la page : il reste collé pendant que
   tout le contenu défile par-dessus. Sur écran large, les machines occupent
   la droite et les cartes la gauche — exactement le cadrage de la visite du
   gîte, où la pièce est décalée à droite pour laisser la place au texte.
   En dessous de 1000 px, les machines passent en haut et les cartes en bas. */
.bl-cycle__stage {
  position: sticky;
  top: 0;
  height: 100svh;
  display: grid;
  place-items: start center;
  padding-top: calc(var(--nav-h) + 2vh);
  overflow: hidden;
  z-index: 0;
}
.bl-cycle__frame {
  display: flex;
  justify-content: center;
  width: min(100% - 48px, var(--maxw));
}

@media (min-width: 1000px) {
  .bl-cycle__stage { place-items: center; padding-top: 0; }
  .bl-cycle__frame { justify-content: center; }
}

/* Le sol : une ellipse d'ombre qui ancre l'alignement */
.bl-cycle__stage::after {
  content: '';
  position: absolute;
  left: 50%; top: calc(var(--nav-h) + 2vh + min(36vw, 400px));
  width: min(92vw, 1040px);
  height: 5vmin;
  transform: translateX(-50%);
  background: radial-gradient(50% 50%, rgba(70, 55, 35, .18), transparent 74%);
  pointer-events: none;
}
@media (min-width: 1000px) { .bl-cycle__stage::after { display: none; } }

/* --------------------------------------------------------- La scène 3D */

.bl-scene {
  --travel: 0;
  --spin: 0deg;
  --wash: 0;
  --dry: 0;
  --press: 0;
  --fold: 0;
  --px: 0;
  --py: 0;
  position: relative;
  width: min(74vmin, 500px);
  aspect-ratio: 1;
  perspective: 1400px;
  perspective-origin: 50% 44%;
}

/* L'atelier en largeur : les trois postes tiennent côte à côte dans le cadre */
.bl-scene--row {
  width: min(94vw, 1060px);
  aspect-ratio: 2.55 / 1;
  perspective: 1600px;
  perspective-origin: 50% 42%;
}

/* ⚠︎ ORDRE IMPORTANT — cette règle doit rester APRÈS celle du dessus.
   Une media query n'ajoute aucune spécificité : à égalité, c'est la
   dernière déclarée qui gagne. Placée plus haut, elle était écrasée et la
   scène gardait 1060 px, débordant largement de sa colonne.

   ⚠︎ La largeur doit aussi rester IDENTIQUE à celle de la colonne centrale
   de .bl-cycle__step > .wrap : c'est ce qui garantit que les blocs de texte
   se posent dans les marges et jamais devant les machines. */
@media (min-width: 1000px) {
  .bl-scene--row { width: min(46vw, 580px); aspect-ratio: 2.4 / 1; }
}

/* Dans l'atelier, la machine laisse la place à son nom en dessous */
.bl-scene--row .bl-unit { inset: 4% 4% 18%; }
.bl-scene--row .bl-board { top: 30%; left: 2%; right: 2%; }

/* L'atelier : les trois machines sont alignées et TOUTES visibles d'emblée.
   Rien ne sort du cadre — on ne fait qu'avancer celle dont on parle. */
.bl-rail {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transform:
    /* Tant que les trois machines ne sont pas entrées, on décale le rail pour
       que le groupe déjà révélé reste centré dans le cadre — sinon la
       première machine seule paraît collée à gauche. */
    translateX(calc((2 - var(--travel)) * 12%))
    rotateX(calc(5deg + var(--py) * -6deg))
    rotateY(calc(-4deg + var(--px) * 8deg));
  transition: transform .45s var(--ease-out);
}

/* Un poste = une machine. Deux variables posées par le JS le gouvernent :

     --r  sa RÉVÉLATION, de 0 à 1. Les machines n'arrivent pas toutes en même
          temps : chacune monte en place à son tour, quand le récit l'atteint —
          et REPART quand on remonte. La révélation suit le défilement dans les
          deux sens : en haut de la page, seul le lave-linge est là.

     --d  sa DISTANCE au poste courant. Elle règle la profondeur : celle dont
          on parle vient devant, les autres reculent sans disparaître.
          On l'élève au carré pour éviter abs(), absent de CSS.

   Les coefficients de --d sont volontairement doux : même à deux postes
   d'écart, une machine déjà révélée reste à 48 % d'opacité. */
.bl-station {
  position: absolute;
  top: 0; bottom: 0;
  left: calc(var(--i) * 33.333%);
  width: 33.333%;
  --d: 0;
  --r: 1;
  transform-style: preserve-3d;
  transform:
    translateY(calc((1 - var(--r)) * 22%))
    translateZ(calc(150px - var(--d) * var(--d) * 95px))
    rotateY(calc(var(--d) * 13deg))
    scale(calc((1 - var(--d) * var(--d) * .06) * (.82 + var(--r) * .18)));
  opacity: calc(var(--r) * (1 - var(--d) * var(--d) * .13));
  /* Pas de transition CSS ici : le JS pose déjà une valeur amortie à chaque
     image. En ajouter une doublait l'inertie — les machines mettaient près
     d'une seconde à disparaître quand on remontait. */
}

/* Les noms sont posés HORS des machines, dans leur propre rangée : ils
   n'héritent donc pas de l'opacité du poste et restent toujours nets, même
   quand la machine qu'ils désignent est au second plan. */
.bl-tags {
  position: absolute;
  left: 0; right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  z-index: 2;
}
/* Le nom apparaît avec sa machine, et reste ensuite parfaitement net */
.bl-station__tag {
  --d: 0;
  --r: 1;
  padding: 0 4%;
  text-align: center;
  opacity: var(--r);
  transform: translateY(calc((1 - var(--r)) * 10px));
}
.bl-station__tag b {
  display: block;
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(.9rem, 1.7vw, 1.15rem);
  color: var(--navy-900);
  line-height: 1.15;
}
.bl-station__tag span {
  display: block;
  margin-top: 2px;
  font-size: clamp(.66rem, 1.1vw, .78rem);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--slate-500);
}
/* La machine dont on parle porte un liseré doré sous son nom */
.bl-station__tag::after {
  content: '';
  display: block;
  width: 26px;
  height: 2px;
  margin: 8px auto 0;
  border-radius: 2px;
  background: var(--gold-500);
  opacity: calc(1 - var(--d) * var(--d) * 1.6);
  transition: opacity .4s var(--ease);
}

/* ======================================================================
   Corps commun aux deux machines
   ====================================================================== */

.bl-unit {
  position: absolute;
  inset: 9% 12%;
  transform-style: preserve-3d;
}

.bl-unit__body {
  position: absolute;
  inset: 0;
  border-radius: 20%;
  background: linear-gradient(155deg, #FFFFFF 0%, var(--linen-50) 44%, var(--linen-200) 100%);
  box-shadow:
    0 44px 90px -32px rgba(70, 55, 35, .5),
    inset 0 2px 0 rgba(255, 255, 255, .95),
    inset 0 -16px 34px rgba(70, 55, 35, .09);
}
/* L'épaisseur de la carrosserie */
.bl-unit__body::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20%;
  background: var(--linen-200);
  transform: translateZ(-30px);
  filter: brightness(.97);
}

/* Bandeau de commandes */
.bl-unit__panel {
  position: absolute;
  left: 11%; right: 11%; top: 6.5%;
  height: 9%;
  border-radius: 100px;
  background: linear-gradient(180deg, var(--fresh-100), var(--white));
  box-shadow: inset 0 1px 3px rgba(70, 55, 35, .16);
  transform: translateZ(16px);
  display: flex;
  align-items: center;
  gap: 7%;
  padding: 0 7%;
}
.bl-led {
  width: 8%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--fresh-200);
  transition: background .5s var(--ease);
}
.bl-dial {
  margin-left: auto;
  width: 12%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(var(--gold-400) 0turn, var(--linen-300) .5turn, var(--gold-400) 1turn);
  transform: rotate(var(--spin));
  box-shadow: 0 1px 4px rgba(70, 55, 35, .3);
}

/* ------------------------------------------------------------ Le hublot */

.bl-port {
  position: absolute;
  left: 50%; top: 57%;
  width: 66%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) translateZ(18px);
  transform-style: preserve-3d;
  border-radius: 50%;
}
.bl-port::before {
  content: '';
  position: absolute;
  inset: -9%;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--linen-200), var(--linen-300));
  box-shadow:
    inset 0 3px 7px rgba(255, 255, 255, .85),
    inset 0 -6px 14px rgba(70, 55, 35, .2);
  transform: translateZ(-10px);
}
.bl-port__glass {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  background: radial-gradient(120% 120% at 30% 22%, #FFFFFF, var(--fresh-50) 55%, var(--fresh-100));
  box-shadow: inset 0 7px 20px rgba(70, 55, 35, .24);
  transform: translateZ(7px);
}
.bl-port__shine {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(128deg, rgba(255,255,255,.92) 4%, rgba(255,255,255,.15) 26%, transparent 46%);
  transform: translateZ(16px);
  pointer-events: none;
}

/* Le tambour tourne au rythme du défilement */
.bl-drum {
  position: absolute;
  inset: 7%;
  border-radius: 50%;
  border: 2px dashed rgba(16, 48, 72, .13);
  transform: rotate(var(--spin));
}
.bl-sheet {
  position: absolute;
  left: 50%; top: 50%;
  width: 38%; height: 26%;
  margin: -13% 0 0 -19%;
  border-radius: 7px;
  background: linear-gradient(135deg, #FFFFFF, var(--fresh-100));
  box-shadow: 0 2px 8px rgba(70, 55, 35, .18);
  /* --fold aplatit le linge dans le tambour : au moment du pliage, les
     pièces se tassent au lieu de tourner en vrac. */
  transform:
    rotate(var(--a))
    translateY(calc(-56% + var(--fold) * 22%))
    rotate(calc(var(--a) * -1))
    scaleY(calc(1 - var(--fold) * .45));
}
.bl-sheet:nth-child(1) { --a:   0deg; }
.bl-sheet:nth-child(2) { --a:  72deg; }
.bl-sheet:nth-child(3) { --a: 144deg; }
.bl-sheet:nth-child(4) { --a: 216deg; }
.bl-sheet:nth-child(5) { --a: 288deg; }

/* ------------------------------------------------- Poste 1 : le lave-linge */

.bl-water {
  position: absolute;
  left: -10%; right: -10%;
  bottom: 0;
  height: calc(var(--wash) * 60%);
  background: linear-gradient(180deg, rgba(190, 215, 223, .8), rgba(190, 215, 223, .52));
  border-radius: 44% 56% 0 0 / 12% 14% 0 0;
}
.bl-bubbles { position: absolute; inset: 0; pointer-events: none; opacity: var(--wash); }
.bl-bubbles i {
  position: absolute;
  bottom: -12%;
  width: var(--s); height: var(--s);
  border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, rgba(255,255,255,.95), rgba(255,255,255,.3) 58%, rgba(190,215,223,.1));
  border: 1px solid rgba(255, 255, 255, .6);
  animation: bl-rise var(--d2) linear infinite;
  animation-delay: var(--t);
}
@keyframes bl-rise {
  0%   { transform: translateY(0) scale(.7); opacity: 0; }
  14%  { opacity: 1; }
  100% { transform: translateY(-250%) translateX(var(--dx)) scale(1.1); opacity: 0; }
}
.bl-unit--washer .bl-led:first-child {
  background: color-mix(in srgb, var(--fresh-400) calc(var(--wash) * 100%), var(--fresh-200));
}

/* ------------------------------------------------ Poste 2 : le sèche-linge */

.bl-unit--dryer .bl-unit__body {
  background: linear-gradient(158deg, #FFFFFF 0%, #FFFFFF 70%, #FBF6EC 86%, #F3EADA 100%);
}
.bl-unit--dryer .bl-led:first-child {
  background: color-mix(in srgb, var(--gold-500) calc(var(--dry) * 100%), var(--fresh-200));
}
/* Chaleur derrière le verre */
.bl-unit--dryer .bl-port__glass::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(85% 85% at 50% 82%, rgba(196, 174, 135, .72), transparent 70%);
  opacity: var(--dry);
  pointer-events: none;
}
/* Grille de soufflerie */
.bl-vents {
  position: absolute;
  left: 26%; right: 26%; bottom: 5%;
  height: 5%;
  display: flex;
  gap: 6%;
  transform: translateZ(14px);
}
.bl-vents i {
  flex: 1;
  border-radius: 100px;
  background: var(--linen-300);
  box-shadow: inset 0 1px 2px rgba(70, 55, 35, .3);
}
/* Ondes de chaleur */
.bl-heat {
  position: absolute;
  left: 50%; bottom: 12%;
  width: 40%;
  height: 26%;
  transform: translateX(-50%) translateZ(30px);
  opacity: var(--dry);
  pointer-events: none;
}
.bl-heat i {
  position: absolute;
  bottom: 0;
  left: var(--x2);
  width: 2px;
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(to top, rgba(196, 174, 135, .8), transparent);
  animation: bl-heat 2.6s var(--ease) infinite;
  animation-delay: var(--t);
}
@keyframes bl-heat {
  0%   { transform: translateY(20%) scaleY(.5); opacity: 0; }
  40%  { opacity: .9; }
  100% { transform: translateY(-60%) scaleY(1.1); opacity: 0; }
}


/* --------------------------------------- Poste 3 : la table à repasser */

.bl-board {
  position: absolute;
  left: 6%; right: 6%;
  top: 34%;
  transform-style: preserve-3d;
}

/* Le plateau, vu en légère plongée */
.bl-board__top {
  position: relative;
  height: 0;
  padding-bottom: 38%;
  border-radius: 22% 22% 14% 14% / 26% 26% 20% 20%;
  background: linear-gradient(168deg, #FFFFFF, var(--linen-50) 50%, var(--linen-200));
  box-shadow:
    0 30px 60px -26px rgba(70, 55, 35, .5),
    inset 0 2px 0 rgba(255, 255, 255, .9);
  transform: rotateX(26deg) translateZ(28px);
  transform-style: preserve-3d;
}

/* Les pieds, croisés sous le plateau */
.bl-board__leg {
  position: absolute;
  left: 50%; top: 30%;
  width: 4%;
  height: 46%;
  border-radius: 100px;
  background: linear-gradient(180deg, var(--linen-300), var(--linen-200));
  transform-origin: 50% 0;
}
.bl-board__leg:nth-of-type(1) { transform: translateX(-50%) rotate( 17deg) translateZ(-10px); }
.bl-board__leg:nth-of-type(2) { transform: translateX(-50%) rotate(-17deg) translateZ(-10px); }

/* La chemise posée sur le plateau : elle se défroisse au passage du fer */
.bl-shirt {
  position: absolute;
  left: 12%; right: 22%;
  top: 24%; bottom: 22%;
  border-radius: 12px 12px 18px 18px;
  background: linear-gradient(150deg, #FFFFFF, var(--fresh-50));
  box-shadow: inset 0 0 0 1px rgba(16, 48, 72, .07);
  transform: translateZ(4px);
  overflow: hidden;
}
/* Les plis, qui s'effacent */
.bl-shirt i {
  position: absolute;
  left: 8%; right: 8%;
  height: 2px;
  border-radius: 2px;
  background: rgba(16, 48, 72, .16);
  opacity: calc(1 - var(--press));
  transform: scaleX(calc(1 - var(--press) * .6));
  transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.bl-shirt i:nth-child(1) { top: 26%; }
.bl-shirt i:nth-child(2) { top: 48%; }
.bl-shirt i:nth-child(3) { top: 70%; }
/* Le col */
.bl-shirt::after {
  content: '';
  position: absolute;
  left: 50%; top: -1px;
  width: 34%; height: 16%;
  transform: translateX(-50%);
  border-radius: 0 0 60% 60%;
  background: var(--fresh-100);
}

/* Le fer, qui balaie la chemise de gauche à droite */
.bl-iron {
  position: absolute;
  top: 16%;
  left: calc(6% + var(--press) * 48%);
  width: 42%;
  height: 46%;
  transform: translateZ(30px);
  transform-style: preserve-3d;
}
/* La semelle */
.bl-iron::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 58% 10% 10% 58% / 74% 16% 16% 74%;
  background: linear-gradient(150deg, #DCE9EE, var(--fresh-400) 82%);
  box-shadow: 0 10px 20px -6px rgba(16, 48, 72, .5);
}
/* Le corps */
.bl-iron::after {
  content: '';
  position: absolute;
  left: 12%; right: 6%;
  top: -34%; height: 62%;
  border-radius: 40% 20% 8% 8% / 60% 50% 12% 12%;
  background: linear-gradient(160deg, #FFFFFF, var(--linen-200));
  box-shadow: inset 0 2px 0 rgba(255,255,255,.9);
  transform: translateZ(10px);
}
/* La poignée */
.bl-iron__handle {
  position: absolute;
  left: 18%; right: 14%;
  top: -66%;
  height: 40%;
  border: 9px solid var(--navy-800);
  border-bottom: none;
  border-radius: 100px 100px 0 0;
  transform: translateZ(16px);
}
/* La vapeur */
.bl-iron__steam {
  position: absolute;
  left: 0; right: 20%;
  top: -110%;
  height: 90%;
  opacity: calc(var(--press) * (1 - var(--press)) * 4);
  transform: translateZ(20px);
  pointer-events: none;
}
.bl-iron__steam i {
  position: absolute;
  bottom: 0;
  left: var(--x2);
  width: 26%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, rgba(255,255,255,.95), rgba(222,235,240,.15) 70%);
  animation: bl-steam 2.2s var(--ease-out) infinite;
  animation-delay: var(--t);
}
@keyframes bl-steam {
  0%   { transform: translateY(30%) scale(.4); opacity: 0; }
  30%  { opacity: .95; }
  100% { transform: translateY(-120%) scale(1.5); opacity: 0; }
}

/* ------------------------------------------------------ Bandeau de progression */

.bl-cycle__hud {
  position: absolute;
  right: clamp(16px, 3vw, 30px);
  bottom: clamp(16px, 3vw, 30px);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  border-radius: 100px;
  background: rgba(253, 251, 247, .78);
  backdrop-filter: saturate(170%) blur(14px);
  -webkit-backdrop-filter: saturate(170%) blur(14px);
  border: 1px solid var(--linen-300);
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.bl-cycle__hud b { color: var(--navy-900); font-weight: 600; }
.bl-cycle__hud .idx { color: var(--slate-500); font-variant-numeric: tabular-nums; }
.bl-cycle__bar { width: 78px; height: 2px; border-radius: 2px; background: var(--linen-300); overflow: hidden; }
.bl-cycle__bar span { display: block; height: 100%; width: 0; background: var(--gold-500); transition: width .5s var(--ease-out); }

/* Sortie de secours : la page est longue, on doit pouvoir l'enjamber */
.bl-cycle__skip {
  position: absolute;
  left: clamp(16px, 3vw, 30px);
  bottom: clamp(18px, 3vw, 32px);
  z-index: 3;
  font-size: .78rem;
  letter-spacing: .1em;
  color: var(--slate-500);
  border-bottom: 1px solid var(--linen-300);
  padding-bottom: 3px;
  transition: color var(--t-fast), border-color var(--t-fast);
}
.bl-cycle__skip:hover { color: var(--gold-500); border-color: var(--gold-500); }
@media (max-width: 999px) { .bl-cycle__skip { display: none; } }

/* ------------------------------ Les blocs, répartis AUTOUR des machines */

.bl-cycle__steps {
  position: relative;
  z-index: 2;
  margin-top: -100svh;
  pointer-events: none;
}
.bl-cycle__step {
  /* ⚙︎ RYTHME — plus l'étape est haute, plus il faut défiler d'un jeu de
     blocs au suivant. Le mouvement s'étale sur toute cette hauteur : aucun
     temps mort. C'est le réglage à baisser si la page paraît trop longue. */
  min-height: 125svh;
  display: block;
}

/* La grille qui laisse le centre libre.
   La colonne du milieu a EXACTEMENT la largeur de la scène : les machines
   s'y logent et rien ne vient jamais se poser devant elles. Les blocs
   n'occupent que les marges — colonnes de gauche et de droite, bandeau du
   haut, bandeau du bas. */
.bl-cycle__step > .wrap {
  position: sticky;
  top: 0;
  height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(46vw, 580px) minmax(0, 1fr);
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 12px 20px;
  align-items: center;
  padding: calc(var(--nav-h) + 2vh) 0 4vh;
}

/* Un petit bloc. Volontairement court : deux ou trois lignes, pas un pavé. */
.bl-note {
  pointer-events: auto;
  padding: 15px 17px;
  border-radius: var(--r-md);
  background: rgba(253, 251, 247, .84);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border: 1px solid var(--linen-300);
  box-shadow: 0 18px 40px -22px rgba(70, 55, 35, .5);
  opacity: 0;
  /* Chaque bloc arrive de son propre côté : ceux de gauche viennent de la
     gauche, ceux de droite de la droite. Ils ne traversent donc jamais la
     zone des machines pour se mettre en place. */
  transform: translate(var(--from, 0), 14px) scale(.97);
  transition: opacity .45s var(--ease-out), transform .55s var(--ease-out);
  /* ⚙︎ Écart entre deux arrivées. Monter ce nombre pour les faire venir
     plus lentement les uns après les autres. */
  transition-delay: calc(var(--n, 0) * 150ms);
}
.bl-cycle__step.is-on .bl-note { opacity: 1; transform: none; }

.bl-note h1, .bl-note h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); margin-bottom: 6px; }
.bl-note p { font-size: .92rem; line-height: 1.55; color: var(--ink-soft); margin: 0; }
.bl-note .eyebrow { margin-bottom: 8px; font-size: .68rem; }
.bl-note .ticks, .bl-note .crosses { margin-top: 10px; gap: 7px; }
.bl-note .ticks li, .bl-note .crosses li { font-size: .86rem; }
.bl-note .step__delay { margin-top: 10px; font-size: .78rem; }
.bl-note .stack-cta { margin-top: 12px; gap: 10px; }
.bl-note .btn { padding: 12px 20px; font-size: .88rem; }
.bl-note .link-arrow { margin-top: 10px; font-size: .86rem; }

/* Le bloc d'ouverture, un peu plus généreux : il porte le titre du site */
.bl-note--open h1 { font-size: clamp(1.5rem, 3vw, 2.3rem); }
.bl-note--open p { font-size: .95rem; }

/* Un prix isolé dans son bloc */
.bl-note__price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  flex-wrap: wrap;
}
.bl-note__price b {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(1.7rem, 3.2vw, 2.3rem);
  line-height: 1;
  color: var(--navy-900);
  font-variant-numeric: tabular-nums;
}
.bl-note__price span { font-size: .84rem; color: var(--slate-500); }
.bl-note .bl-xl__v { font-size: clamp(2.2rem, 5vw, 3.4rem); }
.bl-note .bl-xl__k { font-size: .68rem; }
.bl-note .bl-xl__u { font-size: .84rem; margin-top: 4px; }

/* Une rangée de petits prix, dans le bandeau du bas */
.bl-note--strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }

/* Les sacs sont générés par blanchisserie.js sous forme de cartes ; dans un
   petit bloc, on leur retire leur propre habillage pour ne pas empiler une
   carte dans une carte. */
.bl-note .bl-sac {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  text-align: center;
  align-items: center;
  gap: 2px;
}
.bl-note .bl-sac:hover { transform: none; box-shadow: none; }
.bl-note .bl-sac__badge { display: none; }
.bl-note .bl-sac__nom { font-size: .68rem; letter-spacing: .08em; }
.bl-note .bl-sac__prix { font-size: clamp(1.25rem, 2.4vw, 1.7rem); text-shadow: none; }
.bl-note .bl-sac__kg { font-size: .74rem; color: var(--slate-500); }
.bl-note .bl-sac__apres { grid-column: 1 / -1; text-align: center; font-size: .78rem; margin-top: 2px; }
@media (max-width: 700px) { .bl-note--strip { grid-template-columns: repeat(2, 1fr); } }
.bl-chip { text-align: center; }
.bl-chip b {
  display: block;
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  line-height: 1;
  color: var(--navy-900);
  font-variant-numeric: tabular-nums;
}
.bl-chip span { display: block; margin-top: 4px; font-size: .74rem; color: var(--slate-500); line-height: 1.3; }

/* --- Placement : rien ne se pose jamais dans la colonne du milieu, rangée
       du milieu — c'est là que sont les machines. --- */
.bl-note--t  { grid-column: 1; grid-row: 1; align-self: end;   --from: -22px; }
.bl-note--tr { grid-column: 3; grid-row: 1; align-self: end;   --from:  22px; }
.bl-note--l  { grid-column: 1; grid-row: 2;                    --from: -22px; }
.bl-note--r  { grid-column: 3; grid-row: 2;                    --from:  22px; }
.bl-note--b  { grid-column: 1 / -1; grid-row: 3; align-self: start; --from: 0; }
.bl-note--bl { grid-column: 1; grid-row: 3; align-self: start; --from: -22px; }
.bl-note--br { grid-column: 3; grid-row: 3; align-self: start; --from:  22px; }

/* En dessous de 1000 px il n'y a plus de marges latérales. Les machines
   gardent alors le HAUT de l'écran, sur une hauteur fixe, et les blocs
   commencent strictement en dessous : la réserve `padding-top` garantit
   qu'aucun bloc ne vient jamais se poser devant elles.
   ⚠︎ Les deux hauteurs ci-dessous vont ensemble — la réserve doit rester
   un peu supérieure à la hauteur de la scène. */
@media (max-width: 999px) {
  /* Le bandeau de progression se pose AU-DESSUS des machines : posé dessus,
     il masquait le hublot. On lui réserve donc sa bande, et la scène descend
     d'autant. Les deux valeurs vont ensemble. */
  .bl-cycle__stage { padding-top: calc(var(--nav-h) + 54px); }
  .bl-cycle__hud { top: calc(var(--nav-h) + 10px); }

  .bl-scene--row {
    height: 29svh;
    width: auto;
    max-width: 96vw;
    aspect-ratio: 1.7 / 1;
  }

  /* Sur trois postes, décaler d'un tiers centre exactement celui dont on
     parle. Le 12 % du bureau est un compromis pour garder les voisins dans
     le cadre ; ici il n'y a pas la place, on centre franchement. */
  .bl-rail { transform:
    translateX(calc((2 - var(--travel)) * 16.667%))
    rotateX(calc(4deg + var(--py) * -5deg))
    rotateY(calc(-3deg + var(--px) * 6deg)); }

  /* Les noms suivent le même décalage, sinon l'étiquette ne tombe plus sous
     sa machine. */
  .bl-tags { transform: translateX(calc((2 - var(--travel)) * 16.667%)); }

  .bl-cycle__step > .wrap {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    align-content: start;
    gap: 10px;
    padding: calc(var(--nav-h) + 54px + 31svh) 0 3vh;
  }
  .bl-note--t, .bl-note--tr, .bl-note--l,
  .bl-note--r, .bl-note--b, .bl-note--bl, .bl-note--br {
    grid-column: 1;
    grid-row: auto;
    align-self: auto;
    --from: 0;
  }
  .bl-note { padding: 13px 15px; }
  .bl-note p { font-size: .88rem; }
  .bl-note h1, .bl-note h3 { font-size: clamp(1.1rem, 4vw, 1.35rem); }
}

@media (max-width: 820px) {
  .bl-cycle__step { min-height: 115svh; }
  .bl-cycle__hud { left: clamp(16px, 3vw, 30px); right: auto; bottom: auto; top: calc(var(--nav-h) + 12px); }
}

/* ==========================================================================
   LES PRIX EN GRAND — le chiffre est l'argument, il occupe la place
   ========================================================================== */

.bl-xl {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bl-xl__k {
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--slate-500);
}
.bl-xl__v {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(3.4rem, 11vw, 7rem);
  line-height: .92;
  letter-spacing: -.03em;
  color: var(--navy-900);
  font-variant-numeric: tabular-nums;
  /* Relief : l'or se décale sous le chiffre */
  text-shadow:
    2px 2px 0 rgba(196, 174, 135, .5),
    4px 5px 0 rgba(196, 174, 135, .22),
    0 22px 34px rgba(70, 55, 35, .16);
}
.bl-xl__u { font-size: .98rem; color: var(--ink-soft); margin-top: 6px; }

/* ==========================================================================
   VIGNETTES — la machine concernée annonce sa grille
   --------------------------------------------------------------------------
   Réutilise exactement le même balisage que la grande scène : .bl-unit,
   .bl-port, .bl-board… seule l'échelle change. Elles ne dépendent pas du
   défilement — blanchisserie-fx.js les fait tourner doucement tant qu'elles
   sont à l'écran, et les arrête dès qu'elles en sortent.
   ========================================================================== */

.bl-tarif-head {
  display: grid;
  grid-template-columns: 1fr 210px;
  gap: clamp(20px, 3vw, 44px);
  align-items: center;
}
@media (max-width: 720px) {
  .bl-tarif-head { grid-template-columns: 1fr; }
  .bl-tarif-head .bl-scene--mini { justify-self: start; }
}

.bl-scene--mini {
  --travel: 0;
  --spin: 0deg;
  --wash: .5;
  --dry: .5;
  --press: .5;
  --fold: 0;
  --px: 0;
  --py: 0;
  position: relative;
  width: 100%;
  max-width: 210px;
  aspect-ratio: 1;
  perspective: 900px;
  perspective-origin: 50% 46%;
}
/* Dans une vignette, le poste est seul : pas de rail, pas de recul. */
.bl-scene--mini .bl-station {
  position: absolute;
  inset: 0;
  left: 0;
  --d: 0;
  transform:
    rotateX(calc(6deg + var(--py) * -8deg))
    rotateY(calc(-9deg + var(--px) * 12deg));
  opacity: 1;
  transform-style: preserve-3d;
}
.bl-scene--mini .bl-unit { inset: 6% 10%; }
.bl-scene--mini .bl-unit__body { border-radius: 22%; box-shadow: 0 22px 40px -18px rgba(70, 55, 35, .45), inset 0 2px 0 rgba(255,255,255,.95); }
.bl-scene--mini .bl-unit__body::before { transform: translateZ(-16px); }
.bl-scene--mini .bl-port { transform: translate(-50%, -50%) translateZ(10px); }
.bl-scene--mini .bl-board { top: 30%; }
.bl-scene--mini .bl-board__top { transform: rotateX(50deg) translateZ(14px); }

/* Variante posée sur un fond frais, pour les têtes de grille */
.bl-xl--inline {
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-bottom: 6px;
}
.bl-xl--inline .bl-xl__v { font-size: clamp(2.6rem, 7vw, 4.2rem); }
.bl-tilt.bl-tilt:hover { --lift: -5px; box-shadow: var(--shadow-md); }
.bl-tilt .bl-sac__badge { transform: translateZ(38px); }

/* Reflet qui suit le pointeur */
.bl-tilt::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(46% 46% at var(--mx, 50%) var(--my, 50%), rgba(255,255,255,.6), transparent 68%);
  opacity: 0;
  transition: opacity .35s var(--ease);
  pointer-events: none;
}
.bl-tilt:hover::after { opacity: 1; }

/* ==========================================================================
   Confort de lecture jusqu'à 360 px
   ========================================================================== */

@media (max-width: 640px) {
  body { font-size: 17px; }
  .wrap { width: calc(100% - 28px); }
  .btn { padding: 15px 24px; }
  .hero__cta .btn { flex: 1 1 100%; }
  .bl-practical { padding: 24px 20px; }
  .plan { padding: 30px 24px; }
  .bl-argument { padding: 20px 20px; }
  .rate-table th, .rate-table td { padding: 13px 15px; font-size: .95rem; }
}

/* Le reste du respect de prefers-reduced-motion est déjà assuré par main.css
   (toutes les transitions sont neutralisées globalement). Rien ici n'anime
   en dehors de transitions, donc rien à désactiver de plus. */
@media (prefers-reduced-motion: reduce) {
  .bl-big__item:hover { transform: none; }
}
