﻿/* ===========================================================
   MALI MANNOL — Design system
   Industriel premium, technique, accessible.
   =========================================================== */

:root {
  /* Palette MANNOL Allemagne — bleu corporate + jaune + blanc */
  --bleu: #0057B8;           /* bleu MANNOL principal */
  --bleu-fonce: #00429A;
  --bleu-clair: #1A6FD4;
  --noir: #08152B;           /* bleu-nuit profond, élégant */
  --noir-2: #0E1E3B;
  --noir-3: #172C52;
  --gris-900: #243B5E;
  --gris-700: #4A6580;
  --gris-500: #7A95B0;
  --gris-300: #B8CCDF;
  --gris-150: #DDEAF5;
  --gris-50: #EEF5FC;        /* fond bleu-blanc aéré */
  --blanc: #FFFFFF;
  --creme: #F4F9FF;          /* fond légèrement bleuté, signature */
  --or: #F5C200;             /* jaune MANNOL — accent fort et précis */
  --or-fonce: #C49A00;
  --rouge: #C0392B;           /* accent panier / erreurs — deja utilise en dur pour les etats d'erreur formulaire */

  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 14px;
  --r-xl: 22px;

  --sh-1: 0 1px 3px rgba(0,87,184,.08), 0 1px 2px rgba(0,0,0,.04);
  --sh-2: 0 8px 28px rgba(0,87,184,.13), 0 2px 8px rgba(0,0,0,.06);
  --sh-3: 0 30px 60px -10px rgba(8,21,43,.45);
  --sh-blue: 0 12px 36px rgba(0,87,184,.22);

  --maxw: 1240px;

  --ff-display: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ff-text: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ff-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--ff-text);
  font-size: 16px;
  line-height: 1.55;
  color: var(--noir);
  background: var(--creme);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; touch-action: manipulation; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; touch-action: manipulation; }
input, textarea, select { font: inherit; color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.08;
  margin: 0 0 .4em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 5.6vw, 4.4rem); letter-spacing: -0.025em; }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); letter-spacing: -0.02em; }
h3 { font-size: clamp(1.2rem, 1.6vw, 1.4rem); }
p { text-wrap: pretty; }

.eyebrow {
  font-family: var(--ff-mono);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--bleu);
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--bleu);
}

/* Eyebrow sur fond sombre — plus lisible */
.dark .eyebrow,
.hero .eyebrow,
.cta-band .eyebrow,
.gamby-card .eyebrow {
  color: var(--or);
  opacity: 0.85;
}
/* Eyebrow sur fond clair — bleu standard */
.block .eyebrow,
.block.tinted .eyebrow {
  color: var(--bleu);
}

.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 40px);
}

/* ============================ HEADER ============================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8,21,43,.14);
  color: var(--blanc);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(10px) saturate(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.site-header.is-scrolled {
  background: rgba(8,21,43,.92);
  border-bottom-color: #112244;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.site-header .topbar {
  background: #040D1C;
  font-size: .78rem;
  color: var(--gris-300);
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 8px 0;
  flex-wrap: wrap;
}
.topbar-inner a { color: var(--gris-300); }
.topbar-inner a:hover { color: var(--blanc); }
.topbar-inner .links { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.topbar-inner .links span { color: var(--gris-500); }

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 18px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--bleu);
  color: var(--blanc);
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: -.02em;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 55%, rgba(255,255,255,.18) 56%, rgba(255,255,255,.18) 60%, transparent 61%);
}
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-text .lockup {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  width: fit-content;
  font-family: var(--ff-display);
}
.brand-text .lockup-main {
  font-weight: 900;
  font-size: 1.15rem;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--or);
  transform: skewX(-8deg);
  transform-origin: left bottom;
  width: fit-content;
}
.brand-text .lockup-main::after {
  content: "®";
  font-style: normal;
  font-weight: 600;
  font-size: .45em;
  vertical-align: super;
  margin-left: 1px;
  letter-spacing: 0;
}
.brand-text .lockup-sub {
  align-self: flex-end;
  margin-top: 2px;
  font-weight: 800;
  font-size: .6rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--blanc);
}
.brand-text .sub {
  margin-top: 4px;
  font-family: var(--ff-mono);
  font-size: .62rem;
  color: var(--gris-500);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.primary-nav a {
  font-size: .92rem;
  font-weight: 500;
  color: var(--gris-300);
  position: relative;
  padding: 6px 0;
  transition: color .15s;
}
.primary-nav a:hover { color: var(--blanc); }
.primary-nav a.active { color: var(--blanc); }
.primary-nav a.active::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--bleu);
}

.nav-cta { display: flex; gap: .6rem; align-items: center; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: 12px 20px;
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: .92rem;
  letter-spacing: .01em;
  border-radius: var(--r-md);
  transition: transform .15s, background .15s, color .15s, box-shadow .15s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--bleu);
  color: var(--blanc);
  box-shadow: 0 10px 26px -8px rgba(0,87,184,.55);
}
.btn-primary:hover { background: var(--bleu-fonce); }
.btn-light {
  background: var(--blanc);
  color: var(--noir);
}
.btn-light:hover { background: var(--gris-150); }
.btn-ghost {
  background: transparent;
  color: var(--blanc);
  border: 1px solid rgba(255,255,255,.25);
}
.btn-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }
.btn-ghost:focus-visible {
  outline: 2px solid rgba(255,255,255,0.8);
  outline-offset: 3px;
}
.btn-outline {
  background: transparent;
  color: var(--noir);
  border: 1.5px solid var(--noir);
}
.btn-outline:hover { background: var(--noir); color: var(--blanc); }
.btn-whatsapp {
  background: #25D366;
  color: white;
}
.btn-whatsapp:hover { background: #1eb158; }
.btn-sm { padding: 8px 14px; font-size: .82rem; }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border-radius: 6px;
  background: transparent;
  color: var(--blanc);
  border: 1px solid rgba(255,255,255,.18);
  align-items: center;
  justify-content: center;
}
.nav-toggle svg { width: 22px; height: 22px; }

/* ============================ FINDER CTA (Trouvez votre produit) ============================ */
.btn-finder {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  background: var(--or);
  color: var(--noir);
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: .92rem;
  letter-spacing: .01em;
  border-radius: var(--r-md);
  box-shadow: 0 10px 26px -10px rgba(245,194,0,.6);
  transition: transform .15s, background .15s, box-shadow .15s;
  position: relative;
}
.btn-finder:hover { background: var(--or-fonce); color: var(--blanc); transform: translateY(-1px); }
.btn-finder .finder-icon {
  width: 22px; height: 22px;
  display: grid;
  place-items: center;
  background: var(--noir);
  color: var(--or);
  border-radius: 50%;
  flex-shrink: 0;
}
.btn-finder .finder-icon svg { width: 12px; height: 12px; }
.btn-finder:hover .finder-icon { background: var(--blanc); color: var(--or-fonce); }

.btn-finder-blue { background: var(--bleu); color: var(--blanc); box-shadow: 0 10px 26px -10px rgba(0,87,184,.55); }
.btn-finder-blue:hover { background: var(--bleu-fonce); color: var(--blanc); }
.btn-finder-blue .finder-icon { background: var(--blanc); color: var(--bleu); }
.btn-finder-blue:hover .finder-icon { background: var(--blanc); color: var(--bleu-fonce); }

/* Finder banner — bold strip block */
.finder-banner {
  position: relative;
  background: var(--noir);
  color: var(--blanc);
  border-radius: var(--r-lg);
  padding: 38px 44px;
  margin: 28px 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  isolation: isolate;
}
.finder-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(0,87,184,.35), transparent 55%),
    radial-gradient(circle at 0% 100%, rgba(245,194,0,.12), transparent 45%);
  z-index: -1;
}
.finder-banner::after {
  content: "";
  position: absolute;
  right: -40px; top: -40px;
  width: 220px; height: 220px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 50%;
  z-index: -1;
}
.finder-banner .fb-mark {
  width: 72px; height: 72px;
  display: grid;
  place-items: center;
  background: var(--bleu);
  border-radius: 12px;
  position: relative;
}
.finder-banner .fb-mark svg { width: 36px; height: 36px; color: var(--blanc); }
.finder-banner .fb-mark::after {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px dashed rgba(0,87,184,.5);
  border-radius: 16px;
}
.finder-banner h3 {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  letter-spacing: -.015em;
  margin: 0 0 6px;
  color: var(--blanc);
}
.finder-banner p {
  margin: 0;
  color: var(--gris-300);
  font-size: .95rem;
  line-height: 1.5;
}
.finder-banner .fb-eyebrow {
  font-family: var(--ff-mono);
  font-size: .68rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--or);
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 760px) {
  .finder-banner { grid-template-columns: 1fr; padding: 28px; text-align: left; }
  .finder-banner .btn-finder { justify-self: start; }
}

/* ============================ HERO (home) ============================ */
.hero {
  position: relative;
  background: var(--noir);
  color: var(--blanc);
  overflow: hidden;
  isolation: isolate;
  margin-top: calc(-1 * var(--header-h, 84px));
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  transition: transform .6s ease-out;
  will-change: transform;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: brightness(.78) saturate(1.05);
  animation: heroKenBurns 26s ease-in-out infinite alternate;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(8,21,43,.82) 0%, rgba(8,21,43,.68) 34%, rgba(8,21,43,.38) 62%, rgba(8,21,43,.16) 100%);
}
@keyframes heroKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% -10%, rgba(0,87,184,.32), transparent 55%),
    radial-gradient(circle at -10% 110%, rgba(245,194,0,.10), transparent 45%);
  z-index: -1;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  padding: clamp(60px, 10vw, 120px) 0 clamp(80px, 12vw, 140px);
}
.hero-copy { max-width: 640px; }
.hero-copy .eyebrow { color: var(--or); }
.hero-copy .eyebrow::before { background: var(--or); }
.hero-copy h1 {
  margin-top: 14px;
  margin-bottom: 24px;
}
.hero-copy h1 em {
  font-style: normal;
  color: var(--bleu);
  position: relative;
  display: inline-block;
}
.hero-copy h1 em::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 6px;
  height: 6px;
  background: var(--bleu);
  opacity: .25;
  z-index: -1;
}
.hero-copy p.lede {
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  color: var(--gris-300);
  max-width: 540px;
  margin: 0 0 32px;
  line-height: 1.55;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-trust {
  margin-top: 20px;
  font-family: var(--ff-mono);
  font-size: .78rem;
  letter-spacing: .04em;
  color: var(--gris-300);
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-trust svg { width: 15px; height: 15px; flex-shrink: 0; color: var(--or); }

.hero-meta {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 24px;
}
.hero-meta div { display: flex; flex-direction: column; }
.hero-meta strong {
  font-family: var(--ff-display);
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -.02em;
}
.hero-meta span {
  font-family: var(--ff-mono);
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gris-500);
  margin-top: 4px;
}

.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: #071120;
  display: grid;
  place-items: center;
}
.hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-visual .placeholder-tag {
  font-family: var(--ff-mono);
  font-size: .72rem;
  color: var(--gris-500);
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: center;
  padding: 0 1rem;
  line-height: 1.6;
}
.hero-visual .badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--bleu);
  color: white;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: var(--r-sm);
}
.hero-visual .stamp {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 92px;
  height: 92px;
  border: 1.5px solid var(--or);
  color: var(--or);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: var(--ff-mono);
  font-size: .58rem;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
  transform: rotate(-8deg);
}
.hero-visual .stamp strong { color: var(--or); font-size: 1.1rem; display: block; font-family: var(--ff-display); letter-spacing: 0; }

/* HERO VISUAL — graphic variant (no photo) */
.hero-visual--graphic { background: linear-gradient(160deg, #071628 0%, #050E1C 60%, #0C1E38 100%); }
.hero-visual--graphic .hv-card {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px 32px;
  color: var(--blanc);
}
.hero-visual--graphic .hv-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-md);
  pointer-events: none;
}
.hv-eyebrow {
  position: relative;
  font-family: var(--ff-mono);
  font-size: .7rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--or);
}
.hv-big { display: none; }
.hv-meta {
  position: relative;
  font-family: var(--ff-mono);
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gris-500);
}
.hv-rows {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
  font-family: var(--ff-mono);
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  margin-top: 12px;
}
.hv-rows span { position: relative; padding-left: 14px; }
.hv-rows span::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 6px; height: 1px;
  background: var(--bleu);
}

/* INFO GRID — replaces photo gallery */
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.info-cell {
  border: 1px solid var(--gris-200);
  border-radius: var(--r-md);
  padding: 28px 26px;
  background: var(--blanc);
  position: relative;
}
.info-cell .info-num {
  font-family: var(--ff-mono);
  font-size: .72rem;
  letter-spacing: .14em;
  color: var(--bleu);
  display: block;
  margin-bottom: 12px;
}
.info-cell h3 {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.15rem;
  margin: 0 0 8px;
  letter-spacing: -.01em;
}
.info-cell p {
  color: var(--gris-500);
  font-size: .95rem;
  line-height: 1.55;
  margin: 0;
}
@media (max-width: 760px) {
  .info-grid { grid-template-columns: 1fr; }
}

.info-cell .pdv-tag {
  display: inline-block;
  font-family: var(--ff-mono);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--bleu);
  background: rgba(0,87,184,.08);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.info-cell .pdv-detail {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
}
.info-cell .pdv-detail svg {
  width: 16px;
  height: 16px;
  color: var(--bleu);
  flex-shrink: 0;
  margin-top: 2px;
}
.info-cell .pdv-detail span {
  color: var(--gris-500);
  font-size: .85rem;
  line-height: 1.5;
}
.info-cell .pdv-detail a { color: var(--gris-500); }
.info-cell .pdv-detail a:hover { color: var(--bleu); }
.info-cell .pdv-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: var(--bleu);
  font-weight: 600;
  font-size: .88rem;
}
.info-cell .pdv-link:hover { color: var(--bleu-fonce); text-decoration: underline; }

/* SHOWROOM GALLERY */
.showroom-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  height: 560px;
}
.showroom-grid figure {
  margin: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  position: relative;
  background: var(--noir);
}
.showroom-grid figure:nth-child(1) { grid-row: span 2; }
.showroom-grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
}
.showroom-grid figure:hover img { transform: scale(1.04); }
.showroom-grid figure figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(14,14,16,.85);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-family: var(--ff-mono);
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .showroom-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    height: auto;
  }
  .showroom-grid figure:nth-child(1) {
    grid-column: span 2;
    grid-row: auto;
    aspect-ratio: 16/9;
  }
  .showroom-grid figure:not(:first-child) { aspect-ratio: 4/3; }
}

/* ============================ PAGE HEADER (interior pages) ============================ */
.page-header {
  background: var(--noir);
  color: var(--blanc);
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin-top: calc(-1 * var(--header-h, 84px));
}
.page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 0%, rgba(0,87,184,.25), transparent 55%);
}
.page-header > .container { position: relative; }
.breadcrumb {
  font-family: var(--ff-mono);
  font-size: .78rem;
  color: var(--gris-500);
  letter-spacing: .08em;
  margin-bottom: 24px;
}
.breadcrumb a { color: var(--gris-300); }
.breadcrumb a:hover { color: var(--blanc); }
.breadcrumb span { color: var(--bleu); margin: 0 .5rem; }
.page-header h1 { max-width: 18ch; }
.page-header p {
  max-width: 60ch;
  font-size: 1.1rem;
  color: var(--gris-300);
  margin-top: 18px;
}

/* ============================ SECTION ============================ */
section.block { padding: clamp(60px, 8vw, 100px) 0; }
section.block.dark { background: var(--noir); color: var(--blanc); }
section.block.tinted { background: var(--gris-50); }
section.block.alt { background: var(--blanc); }

.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 56px;
}
.section-head .lead { max-width: 50ch; color: var(--gris-700); }
.dark .section-head .lead { color: var(--gris-300); }
@media (max-width: 720px) {
  .section-head { grid-template-columns: 1fr; gap: 1rem; }
}

/* ============================ STATS BAR ============================ */
.stats-bar {
  background: var(--bleu);
  color: var(--blanc);
}
.stats-bar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.18);
}
.stats-bar-grid > div {
  padding: 28px 24px;
  border-right: 1px solid rgba(255,255,255,.18);
  display: flex;
  flex-direction: column;
}
.stats-bar-grid > div:last-child { border-right: none; }
.stats-bar-grid strong {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: -.02em;
  line-height: 1;
}
.stats-bar-grid span {
  font-family: var(--ff-mono);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 8px;
  opacity: .85;
}
@media (max-width: 720px) {
  .stats-bar-grid { grid-template-columns: 1fr 1fr; }
  .stats-bar-grid > div:nth-child(2) { border-right: none; }
  .stats-bar-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
}

/* ============================ CATEGORY SHOWCASE ============================ */
.specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}
.specs span {
  font-family: var(--ff-mono);
  font-size: .68rem;
  padding: 4px 8px;
  border-radius: 4px;
  letter-spacing: .04em;
}
.more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: .85rem;
  margin-top: 10px;
}
.more::after { content: "→"; transition: transform .2s; }

.cat-featured {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}
.cat-feature-card {
  position: relative;
  min-height: 400px;
  border-radius: var(--r-lg);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  transition: transform .25s cubic-bezier(.4,0,.2,1);
}
.cat-feature-card:hover { transform: translateY(-4px); }
.cfc-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,21,43,.15) 0%, rgba(8,21,43,.55) 55%, rgba(8,21,43,.94) 100%);
}
.cfc-body { position: relative; padding: 32px; color: var(--blanc); width: 100%; }
.cfc-eyebrow {
  display: block;
  font-family: var(--ff-mono);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 10px;
}
.cat-feature-card .cfc-body h3 { margin: 0 0 8px; font-size: 1.4rem; color: var(--blanc); }
.cat-feature-card .cfc-body p { margin: 0 0 16px; font-size: .92rem; color: var(--gris-300); max-width: 42ch; }
.cfc-body .specs span { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22); color: var(--blanc); }
.cfc-body .more { color: var(--blanc); }
.cat-feature-card:hover .more::after { transform: translateX(3px); }

.cat-compact-list {
  border: 1px solid var(--gris-150);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--blanc);
}
.cat-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 18px 26px;
  border-top: 1px solid var(--gris-150);
  transition: background .18s;
}
.cat-row:first-child { border-top: 0; }
.cat-row:hover { background: var(--gris-50); }
.cat-row h3 { margin: 0; font-size: 1.02rem; }
.cat-row p { margin: 0; font-size: .86rem; color: var(--gris-700); }
.cat-row .specs { margin-top: 0; }
.cat-row .specs span { background: var(--gris-50); border: 1px solid var(--gris-150); color: var(--gris-700); }
.cat-row .more { margin-top: 0; color: var(--bleu); white-space: nowrap; }
@media (max-width: 760px) {
  .cat-row { grid-template-columns: 1fr; gap: 10px; }
  .cat-row .more { justify-self: start; }
}

/* ============================ HEAVY DUTY SHOWCASE ============================ */
.hd-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) 1fr;
  align-items: center;
  gap: clamp(32px, 5vw, 64px);
}
.hd-visual img,
.hd-visual video {
  width: 100%;
  height: clamp(360px, 44vw, 520px);
  object-fit: cover;
  object-position: center 35%;
  border-radius: var(--r-lg);
  box-shadow: var(--sh-3);
  display: block;
}
.hd-copy h2 { color: var(--blanc); margin-top: 10px; }
.hd-copy .lead { color: var(--gris-300); margin-top: 14px; max-width: 46ch; }
.hd-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 28px;
}
.hd-chips span {
  font-family: var(--ff-mono);
  font-size: .72rem;
  letter-spacing: .05em;
  color: var(--blanc);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  padding: 6px 12px;
  border-radius: 20px;
}
@media (max-width: 760px) {
  .hd-grid { grid-template-columns: 1fr; gap: 28px; }
  .hd-visual img, .hd-visual video { height: 300px; }
  .hd-copy .lead { max-width: none; }
}

.promo-offer {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  background: rgba(245,194,0,.08);
  border: 1px solid rgba(245,194,0,.35);
  border-radius: var(--r-md);
  padding: 16px 20px;
  margin: 28px 0 8px;
}
.promo-offer .promo-badge {
  font-family: var(--ff-mono);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--noir);
  background: var(--or);
  padding: 5px 10px;
  border-radius: 999px;
  flex-shrink: 0;
}
.promo-offer p {
  margin: 0;
  color: var(--blanc);
  font-size: .95rem;
  line-height: 1.5;
}
.promo-offer strong { color: var(--or); }

/* ============================ WHY / FEATURES ============================ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0;
  border: 1px solid var(--gris-150);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--blanc);
}
.why-cell {
  padding: 32px 28px;
  border-right: 1px solid var(--gris-150);
  border-bottom: 1px solid var(--gris-150);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.why-cell .num {
  font-family: var(--ff-mono);
  font-size: .72rem;
  color: var(--bleu);
  letter-spacing: .14em;
}
.why-cell h3 { font-size: 1.1rem; margin: 0; }
.why-cell p { margin: 0; color: var(--gris-700); font-size: .94rem; }

/* ============================ OEM LOGOS ============================ */
.oem-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border: 1px dashed var(--gris-300);
  border-radius: var(--r-md);
  background: var(--blanc);
}
.oem-strip span {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .04em;
  color: var(--gris-700);
  padding: 10px 18px;
  border: 1px solid var(--gris-150);
  border-radius: 6px;
  background: var(--gris-50);
}

/* ============================ TESTIMONIALS ============================ */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.testi {
  background: var(--noir-2);
  color: var(--blanc);
  padding: 30px;
  border-radius: var(--r-lg);
  border: 1px solid #152848;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
.testi::before {
  content: "“";
  position: absolute;
  top: 8px;
  right: 24px;
  font-family: Georgia, serif;
  font-size: 5rem;
  color: var(--bleu);
  line-height: 1;
  opacity: .8;
}
.testi p { font-size: 1.02rem; line-height: 1.55; margin: 0; }
.testi .who {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}
.testi .who .av {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--bleu);
  color: white;
  display: grid;
  place-items: center;
  font-family: var(--ff-display);
  font-weight: 700;
}
.testi .who strong { display: block; font-size: .95rem; font-family: var(--ff-display); }
.testi .who span { font-size: .8rem; color: var(--gris-300); font-family: var(--ff-mono); letter-spacing: .04em; }

/* ============================ CTA BAND ============================ */
.cta-band {
  background: var(--bleu);
  color: var(--blanc);
  padding: 60px 0;
}
.cta-band .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.cta-band h2 { margin: 0; max-width: 18ch; }
.cta-band .actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ============================ FOOTER ============================ */
.site-footer {
  background: var(--noir);
  color: var(--gris-300);
  padding: 70px 0 30px;
  font-size: .92rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 2rem;
  padding-bottom: 50px;
  border-bottom: 1px solid #152848;
}
.footer-grid h4 {
  font-family: var(--ff-display);
  font-size: .82rem;
  color: var(--blanc);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-grid a:hover { color: var(--blanc); }
.footer-grid p { margin: 0 0 12px; line-height: 1.6; }
.footer-grid .brand { color: var(--blanc); margin-bottom: 16px; }
.footer-grid .brand-text .lockup-main { color: var(--blanc); }
.social {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--noir-3);
  display: grid;
  place-items: center;
  transition: background .2s;
}
.social a:hover { background: var(--bleu); color: white; }
.social svg { width: 16px; height: 16px; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-top: 26px;
  font-size: .82rem;
  color: var(--gris-500);
  flex-wrap: wrap;
  font-family: var(--ff-mono);
}
.footer-bottom a:hover { color: var(--blanc); }

@media (max-width: 880px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ============================ FLOATING WHATSAPP ============================ */
.fab-wa {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: white;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 28px -8px rgba(37,211,102,.55), 0 6px 14px rgba(0,0,0,.18);
  transition: transform .2s;
}
.fab-wa:hover { transform: scale(1.06); }
.fab-tel {
  position: fixed;
  right: 18px;
  bottom: 90px;
  z-index: 60;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bleu);
  color: white;
  display: grid;
  place-items: center;
  text-decoration: none;
  box-shadow: 0 12px 28px -8px rgba(0,87,184,.55), 0 6px 14px rgba(0,0,0,.18);
  transition: transform .2s;
}
.fab-tel svg { width: 22px; height: 22px; }
.fab-tel:hover { transform: scale(1.06); }
.fab-wa::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid #25D366;
  opacity: .35;
  animation: pulse 2.2s ease-out infinite;
}
@keyframes pulse {
  0% { transform: scale(.9); opacity: .55; }
  100% { transform: scale(1.4); opacity: 0; }
}
.fab-wa svg { width: 30px; height: 30px; }

/* ============================ PRODUCT PAGE ============================ */
.prod-toolbar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 18px 0;
  border-bottom: 1px solid var(--gris-150);
  margin-bottom: 32px;
  position: sticky;
  top: 76px;
  background: var(--blanc);
  z-index: 10;
}
.prod-toolbar button {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--gris-150);
  font-size: .85rem;
  font-weight: 500;
  font-family: var(--ff-display);
  background: var(--blanc);
  transition: all .15s;
}
.prod-toolbar button:hover { border-color: var(--noir); }
.prod-toolbar button.is-active {
  background: var(--noir);
  color: var(--blanc);
  border-color: var(--noir);
}

.prod-cat {
  margin-bottom: 60px;
  scroll-margin-top: 140px;
}
.prod-cat-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--noir);
  flex-wrap: wrap;
}
.prod-cat-head h2 { margin: 0; font-size: clamp(1.4rem, 2vw, 1.8rem); }
.prod-cat-head .count {
  font-family: var(--ff-mono);
  font-size: .78rem;
  color: var(--gris-500);
  letter-spacing: .12em;
}
.prod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}
.prod-card {
  border: 1px solid var(--gris-150);
  border-radius: var(--r-md);
  padding: 18px;
  background: var(--blanc);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .15s, border-color .15s, box-shadow .15s;
}
.prod-card:hover { transform: translateY(-2px); border-color: var(--noir); box-shadow: var(--sh-2); }
.prod-vis {
  aspect-ratio: 1;
  border-radius: var(--r-sm);
  background:
    linear-gradient(180deg, #0C1E38 0%, #071628 100%);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.prod-vis::before {
  content: "";
  position: absolute;
  inset: 24% 30%;
  background: var(--bleu);
  border-radius: 6px 6px 4px 4px;
  box-shadow: 0 6px 14px rgba(0,0,0,.4);
}
.prod-vis::after {
  content: "";
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 22%;
  height: 8%;
  background: var(--noir);
  border-radius: 2px 2px 0 0;
}
.prod-vis img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
}
.prod-vis.has-image {
  background: var(--blanc);
}
.prod-vis.has-image::before,
.prod-vis.has-image::after {
  display: none;
}
.prod-vis .label {
  position: absolute;
  bottom: 12px;
  font-family: var(--ff-mono);
  font-size: .56rem;
  color: rgba(255,255,255,.55);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.prod-card h3 {
  font-size: 1rem;
  margin: 0;
  font-family: var(--ff-display);
}
.prod-card .grade {
  font-family: var(--ff-mono);
  font-size: .76rem;
  color: var(--gris-700);
  letter-spacing: .04em;
}
.prod-card .standards {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.prod-card .standards span {
  font-family: var(--ff-mono);
  font-size: .62rem;
  letter-spacing: .06em;
  background: var(--gris-50);
  padding: 3px 6px;
  border-radius: 3px;
  color: var(--gris-700);
}
.prod-card .ask {
  margin-top: auto;
  padding: 9px 14px;
  border: 1px solid var(--noir);
  font-size: .82rem;
  font-weight: 600;
  font-family: var(--ff-display);
  border-radius: var(--r-sm);
  text-align: center;
  transition: all .15s;
}
.prod-card .ask:hover { background: var(--noir); color: var(--blanc); }

/* ============================ PRODUCT DIRECTORY (full catalogue) ============================ */
.dir {
  background: var(--blanc);
  border: 1px solid var(--gris-150);
  border-radius: var(--r-lg);
  padding: 0;
  overflow: hidden;
  margin-top: 28px;
}
.dir-head {
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  gap: 0;
  background: var(--noir);
  color: var(--blanc);
  padding: 28px 32px;
  align-items: end;
}
.dir-head .num {
  font-family: var(--ff-mono);
  font-size: .72rem;
  letter-spacing: .18em;
  color: var(--or);
  display: block;
  margin-bottom: 10px;
}
.dir-head h3 {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  letter-spacing: -.015em;
  margin: 0;
  color: var(--blanc);
}
.dir-head p {
  margin: 0;
  color: var(--gris-300);
  font-size: .95rem;
  line-height: 1.5;
  max-width: 480px;
}
.dir-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.dir-row {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid var(--gris-150);
  border-right: 1px solid var(--gris-150);
  transition: background .15s;
}
.dir-row:nth-child(2n) { border-right: 0; }
.dir-row:hover { background: var(--gris-50); }
.dir-row .tag {
  font-family: var(--ff-mono);
  font-size: .62rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 4px;
  border-radius: 4px;
  background: var(--noir);
  color: var(--or);
  font-weight: 500;
}
.dir-row .tag.r { background: var(--bleu); color: var(--blanc); }
.dir-row .tag.g { background: var(--gris-50); color: var(--noir); border: 1px solid var(--gris-150); }
.dir-row .body strong {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: .98rem;
  display: block;
  margin-bottom: 3px;
  letter-spacing: -.005em;
}
.dir-row .body span {
  font-family: var(--ff-mono);
  font-size: .72rem;
  color: var(--gris-500);
  letter-spacing: .04em;
}
.dir-row .arr {
  font-family: var(--ff-mono);
  font-size: .72rem;
  color: var(--gris-500);
  letter-spacing: .12em;
}
.dir-row a.dir-row-link {
  display: contents;
  color: inherit;
}
@media (max-width: 760px) {
  .dir-head { grid-template-columns: 1fr; gap: 14px; padding: 24px; }
  .dir-body { grid-template-columns: 1fr; }
  .dir-row { border-right: 0; }
}

.dir-index {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin: 28px 0 40px;
}
.dir-index a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  background: var(--blanc);
  border: 1px solid var(--gris-150);
  border-radius: var(--r-md);
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: .92rem;
  color: var(--noir);
  transition: all .15s;
}
.dir-index a:hover { background: var(--noir); color: var(--blanc); border-color: var(--noir); }
.dir-index a:hover .dir-index-num { color: var(--or); }
.dir-index-num {
  font-family: var(--ff-mono);
  font-size: .7rem;
  color: var(--bleu);
  letter-spacing: .12em;
}

/* ============================ ABOUT PAGE ============================ */
.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.about-intro .stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--gris-150);
  border: 1px solid var(--gris-150);
  margin-top: 24px;
}
.about-intro .stats > div { background: white; padding: 22px; }
.about-intro .stats strong { font-family: var(--ff-display); font-size: 1.6rem; display: block; }
.about-intro .stats span { font-family: var(--ff-mono); font-size: .72rem; color: var(--gris-500); letter-spacing: .12em; text-transform: uppercase; }

.timeline {
  position: relative;
  padding-left: 28px;
  border-left: 2px solid var(--gris-150);
}
.timeline-item {
  position: relative;
  padding-bottom: 28px;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--bleu);
  border: 3px solid var(--blanc);
  box-shadow: 0 0 0 2px var(--bleu);
}
.timeline-item .yr {
  font-family: var(--ff-mono);
  font-size: .78rem;
  color: var(--bleu);
  font-weight: 600;
  letter-spacing: .08em;
}
.timeline-item h3 { margin: 4px 0 6px; font-size: 1.05rem; }
.timeline-item p { margin: 0; color: var(--gris-700); }

.gamby-card {
  background: var(--noir);
  color: var(--blanc);
  border-radius: var(--r-lg);
  padding: 32px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  align-items: start;
}
.gamby-portrait {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background:
    repeating-linear-gradient(135deg, #0E2040 0 8px, #071628 8px 16px);
  display: grid;
  place-items: center;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 2.4rem;
  color: var(--bleu);
  border: 2px solid var(--bleu);
}
.gamby-card h3 { margin: 0 0 4px; }
.gamby-card .role { font-family: var(--ff-mono); font-size: .76rem; color: var(--or); letter-spacing: .12em; text-transform: uppercase; }
.gamby-card p { color: var(--gris-300); margin: 14px 0 0; }

@media (max-width: 760px) {
  .about-intro { grid-template-columns: 1fr; gap: 2.5rem; }
  .gamby-card { grid-template-columns: 1fr; }
  .gamby-portrait { margin: 0 auto; }
}

/* ============================ SERVICES ============================ */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0;
  border: 1px solid var(--gris-150);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.svc-cell {
  padding: 36px 32px;
  border-right: 1px solid var(--gris-150);
  border-bottom: 1px solid var(--gris-150);
  background: var(--blanc);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}
.svc-cell .icon-box {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--bleu);
  color: white;
  border-radius: var(--r-sm);
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: 1.2rem;
}
.svc-cell h3 { margin: 0; font-size: 1.15rem; }
.svc-cell p { margin: 0; color: var(--gris-700); }
.svc-cell ul {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: .9rem;
  color: var(--gris-700);
}
.svc-cell ul li { padding-left: 18px; position: relative; }
.svc-cell ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 2px;
  background: var(--bleu);
}

/* Images de service — extrait des inline styles */
.svc-cell .svc-photo {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
  display: none;
}

/* ============================ CONTACT ============================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 3rem;
  align-items: start;
}
.contact-info {
  background: var(--noir);
  color: var(--blanc);
  padding: 36px;
  border-radius: var(--r-lg);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 100px;
}
.contact-info h2 { color: var(--blanc); margin: 0 0 4px; }
.contact-info .row {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
  padding-top: 16px;
  border-top: 1px solid #152848;
}
.contact-info .row:first-of-type { border-top: 1px solid #152848; }
.contact-info .row .ic {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bleu);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.contact-info .row .ic svg { width: 16px; height: 16px; color: white; }
.contact-info .row .lbl {
  font-family: var(--ff-mono);
  font-size: .7rem;
  letter-spacing: .14em;
  color: var(--gris-500);
  text-transform: uppercase;
  display: block;
}
.contact-info .row strong, .contact-info .row a {
  font-family: var(--ff-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--blanc);
}
.contact-info .row a:hover { color: var(--bleu-clair); }
.contact-info .quick {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.form-card {
  background: var(--blanc);
  border: 1px solid var(--gris-150);
  border-radius: var(--r-lg);
  padding: 36px;
}
.form-card h2 { margin: 0 0 8px; }
.form-card .hint { color: var(--gris-700); margin: 0 0 26px; font-size: .95rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-row.full { grid-template-columns: 1fr; }
.field label {
  display: block;
  font-family: var(--ff-mono);
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--gris-700);
  margin-bottom: 6px;
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--gris-150);
  border-radius: var(--r-sm);
  background: var(--blanc);
  font-size: .95rem;
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0;
  border-color: var(--bleu);
  box-shadow: 0 0 0 3px rgba(0,87,184,.15);
}
.field textarea { min-height: 120px; resize: vertical; }
.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: .82rem;
  color: var(--gris-700);
  margin: 4px 0 18px;
}
.consent input { margin-top: 4px; }

.map-wrap {
  margin-top: 60px;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--gris-150);
  aspect-ratio: 21 / 7;
  background: var(--gris-150);
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

@media (max-width: 880px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-info { position: static; }
  .map-wrap { aspect-ratio: 4 / 3; }
}

/* ============================ MOBILE NAV ============================ */
/* Seuil relevé à 1180px : avec les 2 boutons finder + devis + 5 liens,
   la navbar desktop se retrouve trop juste entre 920-1180px (texte replié) */
@media (max-width: 1180px) {
  .primary-nav, .nav-cta .btn:not(.nav-toggle), .nav-cta .btn-finder { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-wrap { padding: 12px 0; }
}

/* Hero accueil — bascule mobile : boutons finder visibles direct dans le hero,
   Devis/Voir les produits se retrouvent dans le menu hamburger à la place */
.hero-actions.hero-actions-finder { display: none; }
@media (max-width: 1180px) {
  .hero-actions.hero-actions-desktop { display: none; }
  .hero-actions.hero-actions-finder { display: flex; }
}
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2rem; }
  .hero-visual { aspect-ratio: 4/3; max-width: 420px; }
  .stats-bar-grid > div { padding: 22px 18px; }
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--noir);
  color: var(--blanc);
  z-index: 100;
  padding: 24px;
  overflow-y: auto;
  transform: translateY(-100%);
  transition: transform .25s ease-out;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.mobile-menu.open { transform: translateY(0); }
.mobile-menu .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu .links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 1rem;
}
.mobile-menu .links a {
  font-family: var(--ff-display);
  font-size: 1.6rem;
  font-weight: 700;
  padding: 14px 0;
  border-bottom: 1px solid #152848;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu .links a::after { content: "→"; color: var(--bleu); }
.mobile-menu .ctas {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}
.mobile-menu .ctas .btn,
.mobile-menu .ctas .btn-finder {
  width: 100%;
  justify-content: center;
}

/* small */
@media (max-width: 520px) {
  .hero-meta { grid-template-columns: 1fr 1fr; }
  .hero-meta div:last-child { grid-column: span 2; }
  .form-row { grid-template-columns: 1fr; }
}

/* ============================ POURQUOI MANNOL — section refondue ============================ */
.why-mannol-section {
  background: var(--noir);
  color: var(--blanc);
  padding: clamp(70px, 9vw, 110px) 0;
  position: relative;
  overflow: hidden;
}
.why-mannol-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 50%, rgba(0,87,184,.18), transparent 55%),
    radial-gradient(circle at 100% 10%, rgba(245,194,0,.07), transparent 45%);
  pointer-events: none;
}
.why-mannol-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
  position: relative;
}
.why-mannol-header h2 {
  color: var(--blanc);
  margin: 14px 0 18px;
  font-size: clamp(2rem, 3.5vw, 3rem);
}
.why-mannol-header p {
  color: var(--gris-300);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

.why-mannol-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  position: relative;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.why-mannol-card {
  padding: 36px 32px;
  background: var(--noir-2);
  border-right: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background .2s;
}
.why-mannol-card:hover { background: var(--noir-3); }
.wmc-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--r-md);
  background: var(--bleu);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  position: relative;
}
.wmc-icon::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(0,87,184,.35);
  border-radius: calc(var(--r-md) + 4px);
}
.wmc-icon svg { width: 22px; height: 22px; color: var(--blanc); }
.why-mannol-card h3 {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--blanc);
  margin: 0;
  letter-spacing: -.01em;
}
.why-mannol-card p {
  margin: 0;
  color: var(--gris-300);
  font-size: .93rem;
  line-height: 1.6;
}

.why-mannol-oem {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
}
.oem-label {
  font-family: var(--ff-mono);
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gris-500);
}
.oem-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.oem-tags span {
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: .88rem;
  color: var(--gris-300);
  padding: 8px 18px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  letter-spacing: .02em;
  transition: all .15s;
}
.oem-tags span:hover { border-color: var(--or); color: var(--or); background: rgba(245,194,0,.06); }

@media (max-width: 860px) {
  .why-mannol-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .why-mannol-grid { grid-template-columns: 1fr; }
  .why-mannol-card { padding: 28px 22px; }
}

/* ============================================================
   AMÉLIORATIONS DESIGN — couche de polish
   ============================================================ */

/* 1. NAVIGATION — plus aérée, transitions fluides */
.site-header {
  transition: box-shadow .25s;
}
.nav-wrap { padding: 12px 0; }
.primary-nav { gap: 2.4rem; }
.primary-nav a {
  font-size: .9rem;
  letter-spacing: .025em;
  transition: color .2s ease;
  padding-bottom: 4px;
}
.primary-nav a.active::after {
  height: 3px;
  border-radius: 2px;
  bottom: -20px;
}
.brand-text .sub { letter-spacing: .16em; font-size: .6rem; margin-top: 5px; }

/* 2. BOUTONS — transitions plus élégantes */
.btn {
  transition: transform .2s cubic-bezier(.4,0,.2,1),
              background .2s ease,
              box-shadow .2s ease,
              color .2s ease;
  letter-spacing: .02em;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { box-shadow: 0 8px 22px -6px rgba(0,87,184,.5); }
.btn-primary:hover { box-shadow: 0 12px 28px -6px rgba(0,87,184,.7); }
.btn-finder {
  transition: transform .2s cubic-bezier(.4,0,.2,1),
              background .2s ease,
              box-shadow .2s ease;
}
.btn-finder:hover { transform: translateY(-2px); }

/* 3. HERO — fix overflow du visuel graphique + typographie */
.hero-visual--graphic { overflow: hidden; }
.hv-card { overflow: hidden; }
.hv-eyebrow { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hero-copy h1 { line-height: 1.04; }
.hero-copy h1 em::after { bottom: 4px; height: 8px; border-radius: 2px; }
.hero-actions { gap: 14px; margin-top: 36px; }

/* 4. SECTION HEADS — espacement plus rythmé */
.section-head { margin-bottom: 52px; }
.eyebrow { gap: .6rem; margin-bottom: 12px; display: inline-flex; }

/* 6. PRODUCT CARDS — prod-vis avec identité bleue */
.prod-vis {
  background: linear-gradient(160deg, #0D1E3A 0%, #071628 100%);
  border-radius: var(--r-sm);
}
.prod-vis::before {
  background: var(--bleu);
  box-shadow: 0 6px 18px rgba(0,87,184,.45);
}
.prod-card {
  border-radius: var(--r-md);
  transition: transform .2s ease, border-color .2s, box-shadow .2s;
}
.prod-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0,87,184,.3);
  box-shadow: var(--sh-blue);
}
.prod-card .ask {
  border-color: var(--bleu);
  color: var(--bleu);
  border-radius: var(--r-md);
  transition: background .2s, color .2s;
}
.prod-card .ask:hover { background: var(--bleu); color: var(--blanc); }

/* 7. TOOLBAR FILTRES — pill actif avec ombre bleue */
.prod-toolbar button {
  transition: all .2s ease;
  border-radius: 999px;
  letter-spacing: .02em;
}
.prod-toolbar button:hover { background: var(--gris-50); }
.prod-toolbar button.is-active {
  background: var(--bleu);
  border-color: var(--bleu);
  box-shadow: 0 4px 14px rgba(0,87,184,.35);
}

/* 8. FORMULAIRE CONTACT — inputs raffinés */
.field input, .field select, .field textarea {
  border-radius: var(--r-md);
  border-color: var(--gris-150);
  background: var(--creme);
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.field input:hover, .field select:hover, .field textarea:hover {
  border-color: var(--gris-300);
}
.field input:focus, .field select:focus, .field textarea:focus {
  background: var(--blanc);
  border-color: var(--bleu);
  box-shadow: 0 0 0 4px rgba(0,87,184,.1);
}
.form-card {
  border-radius: var(--r-xl);
  box-shadow: var(--sh-2);
}
.contact-info { border-radius: var(--r-xl); }

/* 9. TÉMOIGNAGES — bordure bleue subtile */
.testi {
  border: 1px solid rgba(0,87,184,.18);
  background: linear-gradient(160deg, #0E1E3B 0%, #08152B 100%);
  border-radius: var(--r-xl);
  transition: border-color .2s, transform .2s;
}
.testi:hover { border-color: rgba(0,87,184,.4); transform: translateY(-3px); }
.testi .who .av {
  background: var(--bleu);
  box-shadow: 0 4px 12px rgba(0,87,184,.4);
}

/* 10. CTA BAND — plus impactant */
.cta-band {
  background: linear-gradient(110deg, var(--bleu) 0%, var(--bleu-fonce) 100%);
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  right: -80px; top: -80px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,.05);
}
.cta-band::after {
  content: "";
  position: absolute;
  right: 60px; bottom: -100px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(255,255,255,.04);
}
.cta-band h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); }

/* 11. FOOTER — séparateur bleu + liens améliorés */
.site-footer { border-top: 3px solid var(--bleu); }
.footer-grid a {
  transition: color .2s, padding-left .2s;
  display: inline-block;
}
.footer-grid a:hover { color: var(--or); padding-left: 4px; }
.social a { transition: background .2s, transform .2s; }
.social a:hover { transform: translateY(-2px); background: var(--bleu); }
.footer-bottom { letter-spacing: .04em; }

/* 12. PAGE HEADERS — gradient plus riche */
.page-header {
  padding: 90px 0 110px;
  background: linear-gradient(160deg, #0D1E3A 0%, #08152B 100%);
}
.page-header::before {
  background:
    radial-gradient(circle at 85% 0%, rgba(0,87,184,.3), transparent 55%),
    radial-gradient(circle at 0% 100%, rgba(245,194,0,.06), transparent 45%);
}
.breadcrumb { margin-bottom: 28px; }
.breadcrumb span { color: var(--or); }


/* 14. FOCUS VISIBLE accessible */
:focus-visible {
  outline: 2px solid var(--or);
  outline-offset: 3px;
  border-radius: 3px;
}

/* Focus états pour composants interactifs */
.btn:focus-visible {
  outline: 3px solid var(--or);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px oklch(82% 0.18 85 / 0.25);
}
.btn.btn-primary:focus-visible,
.btn-whatsapp:focus-visible,
.btn-finder:focus-visible {
  outline-color: var(--blanc);
  outline-offset: 3px;
}
.cat-feature-card:focus-visible,
.cat-row:focus-visible {
  outline: 3px solid var(--bleu);
  outline-offset: 2px;
  box-shadow: var(--sh-blue);
}
.primary-nav a:focus-visible,
.footer-grid a:focus-visible {
  outline: 2px solid var(--or);
  outline-offset: 4px;
  border-radius: 2px;
}
.prod-card .ask:focus-visible,
.prod-card .btn-cart-add:focus-visible {
  outline: 2px solid var(--bleu);
  outline-offset: 2px;
}

/* 15. FINDER BANNER — léger bord bleu lumineux */
.finder-banner {
  border: 1px solid rgba(0,87,184,.25);
  box-shadow: 0 0 0 1px rgba(245,194,0,.08);
}

/* 16. INFO CELLS — ombre bleue au survol */
.info-cell {
  border-radius: var(--r-md);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.info-cell:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-blue);
  border-color: rgba(0,87,184,.25);
}
.info-cell .info-num { font-size: .8rem; }

/* 17. WHY-MANNOL — icônes jaune au survol */
.why-mannol-card:hover .wmc-icon {
  background: var(--or);
  box-shadow: 0 6px 18px rgba(245,194,0,.35);
}
.why-mannol-card:hover .wmc-icon svg { color: var(--noir); }
.why-mannol-card { transition: background .2s, transform .2s; }
.why-mannol-card:hover { transform: translateY(-2px); }

/* 18. SCROLL MARGIN pour navigation sticky */
[id] { scroll-margin-top: 90px; }

/* 13. SCROLLBAR customisée */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--noir); }
::-webkit-scrollbar-thumb { background: var(--bleu); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--bleu-clair); }

/* ============================================================
   IMPECCABLE — Design brand premium
   Principe : precision inspire confiance.
   ============================================================ */

/* 1. TYPOGRAPHIE — hierarchie et rythme */
h3 { font-size: clamp(1.1rem, 1.5vw, 1.3rem); letter-spacing: -.01em; line-height: 1.18; }
h4 { font-size: 1rem; font-weight: 700; letter-spacing: .01em; }
p { max-width: 68ch; }
.hero-copy p.lede, .section-head p, .section-head .lead, .page-header p { max-width: 58ch; }
section.block p, section.block li { line-height: 1.6; }
.dark p, .hero p, .page-header p, .why-mannol-section p { line-height: 1.65; }
.section-head, .hero-copy, .hero-actions, .why-grid, .prod-grid, .testi-grid, .footer-grid, .contact-grid, .oem-strip { max-width: none; }

/* 2. SECTION HEAD */
.block .section-head { align-items: start; gap: 3rem 4rem; margin-bottom: 60px; }
.dark .section-head, .why-mannol-header { text-align: center; max-width: 700px; margin-inline: auto; margin-bottom: 64px; display: block; }
.dark .section-head h2, .why-mannol-header h2 { color: var(--blanc); }
.dark .section-head .lead { max-width: 55ch; margin-inline: auto; }
.eyebrow { margin-bottom: 14px; display: inline-flex; }
h2 { margin-top: 4px; }

/* 3. HERO */
.hero-grid { padding-top: calc(clamp(48px, 7vw, 84px) + var(--header-h, 84px)); padding-bottom: clamp(40px, 5vw, 64px); gap: 3rem; }
.hero-copy h1 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
.hv-card { overflow: hidden; padding: 32px 28px; }
.hv-eyebrow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%; }
.hero-copy h1 { line-height: 1.02; margin-bottom: 20px; }
.hero-copy p.lede { font-size: 1.1rem; color: oklch(80% 0.03 255); max-width: 52ch; line-height: 1.62; }
.hero-actions { gap: 16px; margin-top: 40px; }
.hero-visual .badge { top: 22px; left: 22px; font-size: .72rem; padding: 8px 14px; letter-spacing: .12em; background: var(--bleu); }
.hero-visual .stamp { width: 88px; height: 88px; bottom: 22px; right: 22px; font-size: .54rem; }

/* 4. INFO CELLS */
.info-grid { gap: 20px; }
.info-cell { padding: 32px 28px; }
.info-cell h3 { font-size: 1.2rem; margin: 8px 0 10px; }
.info-cell p { color: var(--gris-700); margin: 0; max-width: 40ch; }

/* 5. CATEGORIES */
.cat-feature-card { min-height: 320px; }
.cfc-body { padding: 24px; }
.cfc-body h3 { font-size: 1.25rem; }

/* 6. PRODUITS */
.prod-cat { margin-bottom: 68px; }
.prod-cat-head { padding-bottom: 18px; margin-bottom: 28px; }
.prod-cat-head h2 { font-size: clamp(1.35rem, 1.9vw, 1.7rem); }
.prod-card { padding: 20px; gap: 14px; }
.prod-card h3 { font-size: 1rem; font-weight: 700; line-height: 1.3; }
.prod-card .grade { font-size: .78rem; letter-spacing: .03em; }

/* 7. TEMOIGNAGES */
.testi-grid { gap: 20px; }
.testi { padding: 32px; gap: 20px; }
.testi::before { font-size: 6rem; top: 4px; right: 22px; opacity: .6; line-height: 1; }
.testi p { font-size: 1rem; line-height: 1.62; max-width: 44ch; }

/* 8. CTA BAND */
.cta-band { padding: 72px 0; }
.cta-band h2 { line-height: 1.1; margin-bottom: 6px; max-width: 22ch; }
.cta-band .row p { opacity: .88; max-width: 40ch; margin: 0; }
.cta-band .actions { gap: 14px; }

/* 9. FOOTER */
.site-footer { padding: 80px 0 36px; }
.footer-grid { gap: 2.5rem; padding-bottom: 56px; }
.footer-grid h4 { font-size: .76rem; letter-spacing: .16em; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-grid ul { gap: 10px; }
.footer-grid ul a { font-size: .9rem; color: var(--gris-300); }
.footer-grid p { font-size: .9rem; line-height: 1.7; }
.footer-bottom { padding-top: 28px; font-size: .78rem; letter-spacing: .05em; }

/* 10. PAGE HEADERS */
.page-header { padding: calc(96px + var(--header-h, 84px)) 0 116px; }
.page-header h1 { max-width: 18ch; line-height: 1.03; margin-top: 14px; margin-bottom: 20px; }
.page-header p { font-size: 1.1rem; max-width: 58ch; }
.breadcrumb { font-size: .76rem; letter-spacing: .1em; }

/* 11. A PROPOS */
.about-intro { gap: 3.5rem; }
.timeline-item h3 { font-size: 1.05rem; margin: 4px 0 6px; }
.timeline-item p { font-size: .92rem; max-width: 40ch; }
.gamby-card { padding: 36px; gap: 28px; }
.gamby-card h3 { font-size: 1.3rem; }
.gamby-card p { font-size: .95rem; line-height: 1.65; max-width: none; }

/* 12. CONTACT */
.form-card h2 { font-size: 1.7rem; }
.form-card .hint { font-size: .92rem; color: var(--gris-700); max-width: 50ch; }
.field label { font-size: .68rem; letter-spacing: .14em; }
.field input, .field select { height: 48px; }
.field textarea { min-height: 130px; }

/* 13. FINDER BANNER */
.finder-banner { padding: 40px 48px; border-radius: 16px; }
.finder-banner h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); line-height: 1.15; }
.finder-banner p { font-size: .93rem; max-width: 52ch; }

/* 14. MOBILE 44px+ touch targets */
@media (max-width: 640px) {
  .btn { min-height: 48px; padding: 13px 20px; }
  .btn-sm { min-height: 44px; }
  .fab-wa { width: 56px; height: 56px; }
  .fab-tel { width: 46px; height: 46px; bottom: 86px; }
  .fab-tel svg { width: 20px; height: 20px; }
  p { max-width: 100%; }
  .testi p { max-width: none; }
  .gamby-card p { max-width: none; }
}

/* 15. CONTRASTE WCAG AA sur sections colorees */
.tinted h2, .tinted h3 { color: var(--noir); }
.tinted p { color: oklch(38% 0.05 255); }
.dark h2 { color: var(--blanc); }
.dark p { color: oklch(80% 0.03 255); }
.dark .lead { color: oklch(78% 0.03 255); }
.why-mannol-header p { color: oklch(78% 0.03 255); max-width: 56ch; margin-inline: auto; }
.why-cell p, .svc-cell p { max-width: none; }

/* ============================ HERO SPEC CARD ============================ */
.hero-visual--spec { background: linear-gradient(160deg, #071628 0%, #050E1C 60%, #0C1E38 100%); }
.spec-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 36px 32px;
  position: relative;
  z-index: 1;
  color: var(--blanc);
}
.spec-top { margin-bottom: 18px; }
.spec-name {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: var(--blanc);
  letter-spacing: -.01em;
  margin-top: 8px;
  line-height: 1.15;
}
.spec-grade-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.spec-grade {
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: clamp(2.6rem, 4.8vw, 3.6rem);
  color: var(--or);
  letter-spacing: -.03em;
  line-height: 1;
}
.spec-type {
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gris-500);
}
.spec-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  flex: 1;
}
.spec-row-item { display: flex; align-items: baseline; gap: 8px; }
.spec-key {
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gris-500);
  flex-shrink: 0;
  min-width: 38px;
}
.spec-val {
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: .82rem;
  color: var(--blanc);
}
.spec-bottom {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.spec-origin {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: .72rem;
  color: var(--or);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hv-watermark {
  position: absolute;
  bottom: -0.05em;
  right: -0.04em;
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: clamp(9rem, 20vw, 14rem);
  line-height: 1;
  letter-spacing: -.06em;
  color: rgba(255,255,255,.04);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* ============================ CERT BAND ============================ */
.cert-band {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-md);
  padding: 8px 20px;
  margin-bottom: 44px;
}
.cert-item {
  text-align: center;
  padding: 16px 24px;
}
.cert-code {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: .9rem;
  color: var(--blanc);
  letter-spacing: -.01em;
}
.cert-desc {
  font-size: .66rem;
  color: var(--gris-500);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 4px;
}
.cert-sep {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,.1);
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .cert-sep { display: none; }
  .cert-item { padding: 12px 16px; }
}

/* ============================ SERVICE GRID (no icon-box) ============================ */
.why-service-grid .why-mannol-card { gap: 12px; }
.why-num {
  display: block;
  font-family: var(--ff-display);
  font-weight: 900;
  font-size: 1.6rem;
  color: var(--bleu);
  opacity: .45;
  letter-spacing: -.04em;
  line-height: 1;
}

/* ============================================================
   RESPONSIVE MOBILE — correctifs
   ============================================================ */

/* Navigation : gérée par le seuil 1180px ci-dessus (voir MOBILE NAV) */

/* Page header — padding trop grand sur mobile */
@media (max-width: 640px) {
  .page-header { padding: calc(52px + var(--header-h, 84px)) 0 60px; }
  .page-header h1 { max-width: 100%; }
  .page-header p { font-size: 1rem; }
}

/* Hero — petits écrans */
@media (max-width: 560px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-visual { max-width: 100%; }
  .hero-meta { gap: 1rem; padding-top: 18px; margin-top: 24px; }
}

/* Finder banner — très petits écrans */
@media (max-width: 480px) {
  .finder-banner { padding: 22px 18px; gap: 16px; }
  .finder-banner h3 { font-size: 1.05rem; }
  .finder-banner p { font-size: .88rem; }
}

/* Stats bar — petits écrans */
@media (max-width: 400px) {
  .stats-bar-grid > div { padding: 16px 12px; }
  .stats-bar-grid strong { font-size: 1.5rem; }
}

/* CTA band — empilement vertical sur mobile */
@media (max-width: 560px) {
  .cta-band { padding: 48px 0; }
  .cta-band .row { flex-direction: column; align-items: flex-start; gap: 24px; }
  .cta-band .actions { width: 100%; flex-wrap: wrap; }
  .cta-band .actions .btn { flex: 1 1 120px; justify-content: center; text-align: center; }
}

/* Contact — padding réduit sur mobile */
@media (max-width: 640px) {
  .contact-info { padding: 24px 20px; }
  .form-card { padding: 24px 20px; }
  .map-wrap { margin-top: 32px; aspect-ratio: 4 / 3; }
}

/* Footer bottom — empilement vertical sur très petit écran */
@media (max-width: 480px) {
  .footer-bottom { flex-direction: column; text-align: center; gap: .4rem; }
}

/* About page — gamby card mobile */
@media (max-width: 480px) {
  .gamby-card { padding: 24px 20px; gap: 18px; }
}

/* Toolbar produits — décalage sticky corrigé (header plus petit sur mobile) */
@media (max-width: 920px) {
  .prod-toolbar { top: 62px; padding: 12px 0; }
}

/* Répertoire catalogue — padding mobile */
@media (max-width: 480px) {
  .dir-head { padding: 20px 18px; }
  .dir-row { padding: 13px 14px; gap: 10px; }
  .dir-row .tag { font-size: .56rem; padding: 5px 3px; }
  .dir-row .body strong { font-size: .88rem; }
  .dir-row .body span { font-size: .66rem; }
}

/* Section head — espacement mobile */
@media (max-width: 560px) {
  .block .section-head { gap: 1rem; margin-bottom: 36px; }
}

/* Why-mannol cards — padding mobile */
@media (max-width: 480px) {
  .why-mannol-card { padding: 24px 18px; }
  .why-mannol-header { margin-bottom: 40px; }
}

/* Panier FAB — position sur mobile */
@media (max-width: 480px) {
  .cart-fab { bottom: 82px; right: 14px; width: 48px; height: 48px; }
  .cart-fab svg { width: 20px; height: 20px; }
  .fab-wa { right: 14px; bottom: 14px; width: 54px; height: 54px; }
}

/* Hero — typographie et espacement mobile équilibrés */
@media (max-width: 640px) {
  body { overflow-x: hidden; }

  /* Container — plus de marge sur les bords du téléphone */
  .container { padding-inline: 24px; }
  .mobile-menu { padding: 24px; }

  /* Logo header — un peu plus grand et visible sur mobile */
  .brand-text .lockup-main { font-size: 1.6rem; }
  .brand-text .lockup-sub { font-size: .82rem; }
  .brand-text .sub { font-size: .7rem; }

  /* Tailles de texte — ni trop grandes ni trop petites */
  h1 { font-size: clamp(1.95rem, 7.5vw, 2.4rem); }
  .hero-copy h1 { font-size: clamp(1.85rem, 7vw, 2.2rem); line-height: 1.15; margin-bottom: 16px; }
  .hero-copy p.lede { font-size: 1rem; line-height: 1.65; margin-bottom: 0; }
  .spec-grade { font-size: clamp(2rem, 8.5vw, 2.6rem); }
  .spec-name { font-size: 1rem; }
  .hv-watermark { font-size: clamp(5rem, 18vw, 8rem); }

  /* Hero — plus d'espace entre les blocs */
  .hero-grid {
    gap: 2.4rem;
    padding-top: calc(clamp(48px, 9vw, 72px) + var(--header-h, 84px));
    padding-bottom: clamp(40px, 8vw, 64px);
  }
  .hero-copy { display: flex; flex-direction: column; gap: 1rem; }
  .hero-actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
  }
  /* Boutons pleine largeur, bien proportionnés */
  .hero-actions .btn-finder,
  .hero-actions .btn {
    width: 100%;
    justify-content: center;
    padding: 15px 20px;
    font-size: .95rem;
    min-height: 52px;
    box-sizing: border-box;
  }
  .hero-meta { margin-top: 28px; gap: 1.2rem; padding-top: 22px; }
  .hero-meta strong { font-size: 1.45rem; }

  /* Badge et stamp — cachés sur mobile (se superposent au contenu du spec-card) */
  .hero-visual .badge,
  .hero-visual .stamp { display: none; }

  /* Carte spec — supprime le ratio fixe, laisse le contenu dicter la hauteur */
  .hero-visual {
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: auto;
    min-height: 320px;
  }
  .spec-card { padding: 24px 20px; gap: 0; }
  /* Tableau de specs en colonne unique — plus lisible sur mobile */
  .spec-table {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 0;
  }
  .spec-row-item { gap: 10px; }
  .spec-key { min-width: 44px; }
  .spec-grade-row { margin-bottom: 14px; padding-bottom: 14px; }
  .spec-bottom { margin-top: 14px; padding-top: 12px; }

  /* Sections — espace vertical suffisant */
  section.block { padding: clamp(48px, 8vw, 80px) 0; }
  .block .section-head { margin-bottom: 36px; }
}

/* ---- Page Produits ---- */
/* Toolbar filtres : défilement horizontal au lieu d'un retour à la ligne */
@media (max-width: 640px) {
  .prod-toolbar {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 6px;
    gap: 8px;
  }
  .prod-toolbar::-webkit-scrollbar { display: none; }
  .prod-toolbar button {
    flex-shrink: 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  /* Grille produits — 2 colonnes compactes, scroll bien plus court */
  .prod-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .prod-card {
    padding: 10px;
    gap: 8px;
  }
  .prod-card h3 {
    font-size: .82rem;
    line-height: 1.25;
  }
  .prod-card .grade {
    font-size: .66rem;
  }
  .prod-card .standards { gap: 4px; }
  .prod-card .standards span {
    font-size: .58rem;
    padding: 2px 5px;
  }
  .prod-card .ask,
  .prod-card .btn-cart-add {
    font-size: .68rem;
    padding: 8px 4px;
  }

}

/* Bannière filtres SCT — empilée dès la tablette portrait, pas juste le mobile */
@media (max-width: 820px) {
  .filters-banner {
    grid-template-columns: 1fr !important;
  }
  .filters-banner-img {
    height: 220px !important;
  }
}

/* Marge de sécurité : texte qui ne doit jamais passer sous les FABs (tel/WhatsApp/panier) */
@media (max-width: 640px) {
  .hd-copy p.lead,
  .finder-banner p,
  .promo-offer p {
    padding-right: 64px;
  }
}

/* ---- Page Services ---- */
@media (max-width: 640px) {
  .svc-cell { padding: 24px 18px; }
  .svc-grid { border-radius: var(--r-md); }
}

/* ---- Page À propos ---- */
@media (max-width: 480px) {
  .about-intro .stats { grid-template-columns: 1fr 1fr; }
  .about-intro .stats > div { padding: 16px; }
  .about-intro .stats strong { font-size: 1.4rem; }
  .timeline { padding-left: 20px; }
  .timeline-item::before { left: -28px; }
}

/* ---- Page Contact ---- */
@media (max-width: 480px) {
  .contact-info .row { grid-template-columns: 32px 1fr; gap: 10px; }
  .contact-info .quick { flex-direction: column; }
  .contact-info .quick .btn { width: 100%; justify-content: center; }
}

/* Très petits écrans < 360px */
@media (max-width: 360px) {
  .brand-text .sub { display: none; }
  .page-header { padding: calc(40px + var(--header-h, 84px)) 0 48px; }
  .mobile-menu .links a { font-size: 1.35rem; }
  .hero-copy h1 { font-size: 1.75rem; }
  .spec-grade { font-size: 1.85rem; }
}

/* ============================ FORM — états d'erreur ============================ */
.field input:user-invalid,
.field select:user-invalid,
.field textarea:user-invalid {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192,57,43,.12);
}
.field.error input,
.field.error select,
.field.error textarea {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192,57,43,.12);
}
.field-error {
  font-size: .72rem;
  color: #c0392b;
  margin-top: 4px;
  display: none;
}
.field.error .field-error { display: block; }
.form-success {
  background: oklch(96% 0.04 150);
  border: 1px solid oklch(70% 0.12 150);
  color: oklch(30% 0.1 150);
  padding: 18px 20px;
  border-radius: var(--r-md);
  font-weight: 500;
  display: none;
  margin-bottom: 16px;
}
.form-success.visible { display: block; }

/* À propos — section stats/certifications responsive */
@media (max-width: 760px) {
  .about-stats-grid { grid-template-columns: 1fr !important; gap: 32px !important; }
}

/* FAQ — accordion details/summary */
details summary::-webkit-details-marker { display: none; }
details[open] summary span:last-child { transform: rotate(45deg); display: inline-block; }
details[open] { border-color: var(--bleu) !important; }
details[open] summary { background: var(--gris-50) !important; color: var(--bleu); }

/* ============================ ACCESSIBILITÉ — prefers-reduced-motion ============================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .fab-wa { animation: none !important; }
  .hero-copy h1, .hero-copy p { opacity: 1; transform: none; }
}
