/* ================================================================
   MCP PISCINES — Bloc Coffrant Polystyrène
   Design épuré, minimaliste, professionnel
   ================================================================ */

/* ---- Variables ---- */
:root {
  --navy:        #1A2B6D;
  --navy-deep:   #0F1A45;
  --blue-bright: #1B8FE8;
  --blue-light:  #4DAEF5;
  --cream:       #F4EFE4;
  --cream-dark:  #EAE3D2;
  --white:       #FFFFFF;
  --text-dark:   #0F1A45;
  --text-muted:  #6B7A99;
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body:    'Barlow', sans-serif;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: auto; }
body {
  background: var(--cream);
  color: var(--text-dark);
  font-family: var(--font-body);
  font-weight: 400;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img, canvas { display: block; max-width: 100%; }

/* ================================================================
   LOADER
   ================================================================ */
#loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--navy-deep);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.loader-brand {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.loader-brand strong { color: var(--blue-bright); font-weight: 900; }

.loader-progress {
  width: 240px;
  height: 2px;
  background: rgba(255,255,255,0.15);
  border-radius: 2px;
  overflow: hidden;
}
#loader-bar {
  height: 100%;
  width: 0%;
  background: var(--blue-bright);
  border-radius: 2px;
  transition: width 0.1s linear;
}
#loader-percent {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.1em;
}

/* ================================================================
   HEADER
   ================================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--navy-deep);
  height: 64px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.site-header.header-hidden {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}
.site-header.header-peek {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 12vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.site-logo-img {
  height: 52px;
  width: auto;
  display: block;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.site-nav a:not(.btn-primary) {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.75;
  transition: opacity 0.2s;
}
.site-nav a:not(.btn-primary):hover { opacity: 1; }
.site-nav .btn-primary {
  background: var(--cream);
  color: rgba(26, 43, 109, 0.85);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-nav .btn-primary:hover {
  background: var(--cream-dark);
  color: rgba(26, 43, 109, 1);
}

/* ================================================================
   BUTTONS
   ================================================================ */
.btn-primary {
  display: inline-block;
  background: var(--blue-bright);
  color: var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
  line-height: 1;
}
.btn-primary:hover { background: var(--navy-deep); }

.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.btn-outline:hover { background: var(--white); color: var(--navy); }

/* ================================================================
   HERO STANDALONE
   ================================================================ */
.hero-standalone {
  position: relative;
  z-index: 10;
  height: 100vh;
  background: var(--cream);
  display: flex;
  align-items: center;
  padding: 0 12vw;
  padding-top: 64px;
}

.hero-content { max-width: 55vw; }

.hero-label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 2.5rem;
  opacity: 0;
}

.hero-heading {
  font-family: var(--font-display);
  font-size: clamp(5rem, 10vw, 10rem);
  font-weight: 900;
  line-height: 0.92;
  color: var(--navy);
  text-transform: uppercase;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.28em;
  row-gap: 0.05em;
  align-items: baseline;
}
.hero-heading .word {
  display: block;
  opacity: 0;
  transform: translateY(60px);
}
.hero-heading .word.accent { color: var(--blue-bright); }

.hero-tagline {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1.5rem;
  opacity: 0;
}

.hero-cta {
  opacity: 0;
  transform: translateY(20px);
}

@keyframes bounceY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* ================================================================
   PHOTO MAGASIN
   ================================================================ */
.photo-magasin {
  position: relative;
  z-index: 10;
  width: 100%;
}

.photo-magasin::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 22%;
  background: linear-gradient(to bottom, var(--cream) 0%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

.photo-magasin-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ================================================================
   CANVAS
   ================================================================ */
.canvas-wrap {
  position: fixed;
  inset: 0;
  z-index: 5;
  clip-path: circle(0% at 50% 50%);
  will-change: clip-path;
  display: flex;
  align-items: center;
  justify-content: center;
}
canvas#canvas {
  display: block;
  aspect-ratio: 1920 / 1074;
  width: 75%;
  height: auto;
  max-height: 75vh;
  margin-top: 9vh;
}

/* ================================================================
   DARK OVERLAY
   ================================================================ */
#dark-overlay {
  position: fixed;
  inset: 0;
  z-index: 6;
  background: var(--navy-deep);
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

/* ================================================================
   MARQUEE
   ================================================================ */
.marquee-wrap {
  position: fixed;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  z-index: 20;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
}
.marquee-text {
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: 12vw;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--cream);
  opacity: 0.08;
  will-change: transform;
  line-height: 1;
}

/* ================================================================
   SCROLL CONTAINER
   ================================================================ */
#scroll-container {
  position: relative;
  z-index: 15;
  height: 1000vh;
  pointer-events: none;
}

/* ================================================================
   SCROLL SECTIONS — Common
   ================================================================ */
.scroll-section {
  position: absolute;
  left: 0; right: 0;
  width: 100%;
  pointer-events: none;
  visibility: hidden;
}
.scroll-section.is-visible {
  visibility: visible;
  pointer-events: auto;
}

/* Section content layout */
.section-content {
  display: flex;
  align-items: center;
  min-height: 100vh;
}

/* Side-aligned text zones */
.align-left {
  padding-left: 5vw;
  padding-right: 55vw;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.align-right {
  padding-left: 55vw;
  padding-right: 5vw;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.align-left .section-inner,
.align-right .section-inner {
  max-width: 40vw;
}

/* Section typography */
.section-label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--blue-bright);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1.2rem;
}

.section-heading {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4.5vw, 5rem);
  font-weight: 800;
  line-height: 0.95;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.section-heading strong { color: var(--blue-bright); font-weight: 900; }

.section-body {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  max-width: 36ch;
}

/* Reference table */
.ref-table {
  margin-top: 2rem;
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-body);
  font-size: 0.8rem;
}
.ref-table th {
  font-weight: 600;
  color: var(--blue-bright);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.65rem;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  text-align: left;
}
.ref-table td {
  padding: 0.6rem 0.75rem;
  color: rgba(255,255,255,0.75);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-weight: 300;
}
.ref-table td:first-child {
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-display);
  letter-spacing: 0.06em;
}
.ref-table td:last-child {
  color: var(--blue-bright);
  font-weight: 600;
}

/* ================================================================
   STATS SECTION
   ================================================================ */
.section-stats-standalone {
  position: relative;
  background: var(--navy-deep);
  height: 100vh;
  overflow: hidden;
}
.stats-inner {
  position: absolute;
  top: 30vh;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.section-stats-standalone::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../Bloc polystyrène.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.12;
  pointer-events: none;
}

/* ── Marquee stats ── */
.stats-marquee-wrap {
  width: 100%;
  overflow: hidden;
}
.stats-marquee-track {
  display: flex;
  white-space: nowrap;
  animation: stats-marquee 22s linear infinite;
}
.stats-marquee-track--reverse {
  animation-direction: reverse;
}
.stats-marquee-track span {
  font-family: var(--font-display);
  font-size: clamp(4rem, 10vw, 12rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.07);
  flex-shrink: 0;
  line-height: 1;
}
@keyframes stats-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.section-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.stats-grid {
  display: flex;
  gap: 6vw;
  align-items: flex-start;
}
.stat {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stat-number {
  font-family: var(--font-display);
  font-size: clamp(4rem, 7vw, 8rem);
  font-weight: 900;
  line-height: 1;
  color: var(--blue-bright);
  letter-spacing: -0.02em;
}
.stat-suffix {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 900;
  color: var(--blue-bright);
  line-height: 1;
  margin-left: 0.1em;
  display: inline;
}
.stat-prefix {
  font-family: var(--font-display);
  font-size: clamp(4rem, 7vw, 8rem);
  font-weight: 900;
  line-height: 1;
  color: var(--blue-bright);
  letter-spacing: -0.02em;
  margin-right: 0.05em;
}
.stat-label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: 1rem;
}
.stat-value-row {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.stats-single {
  justify-content: center;
}
.stats-single .stat {
  align-items: center;
}
.stats-single .stat-number,
.stats-single .stat-prefix {
  font-size: clamp(5rem, 10vw, 11rem);
}
.stats-single .stat-label {
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.7);
}

/* ================================================================
   CTA SECTION
   ================================================================ */
.section-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.cta-inner {
  text-align: center;
  max-width: 600px;
  padding: 0 2rem;
}
.cta-heading {
  font-family: var(--font-display);
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 900;
  line-height: 0.95;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.cta-body {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.cta-button {
  font-size: 1rem;
  padding: 1rem 2.8rem;
}

/* ================================================================
   SECTION PROCÉDÉ MAÎTRISÉ
   ================================================================ */
.section-procede {
  position: relative;
  z-index: 20;
}

/* --- Top: dark navy with text + images --- */
.procede-top {
  background: var(--navy);
  display: flex;
  justify-content: center;
  padding: 10rem 12vw 3rem;
}

.procede-top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent, var(--navy));
  pointer-events: none;
  z-index: 2;
}

.procede-text {
  flex: 0 0 auto;
  max-width: 38%;
}

.procede-label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--blue-bright);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1.2rem;
}

.procede-heading {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  font-weight: 800;
  line-height: 0.95;
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
}

.procede-body {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  max-width: 38ch;
}

.procede-images {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  position: relative;
  isolation: isolate;
}

.procede-img {
  object-fit: contain;
  mix-blend-mode: luminosity;
  filter: brightness(1.02);
  isolation: isolate;
}

.procede-img--main {
  width: clamp(240px, 28vw, 420px);
  height: auto;
}

.procede-img--secondary {
  width: clamp(140px, 16vw, 240px);
  height: auto;
  margin-bottom: 2rem;
}

/* --- Bottom: slightly lighter blue with 3 columns --- */
.procede-bottom {
  background: var(--navy);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0 12vw 8rem;
}

.procede-feature {
  padding: 3.5rem 3vw;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.procede-feature:last-child {
  border-right: none;
}

.procede-feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-bottom: 1.4rem;
}

.procede-feature-icon svg {
  width: 40px;
  height: 40px;
  color: var(--blue-bright);
  flex-shrink: 0;
}

.procede-feature-title {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1.2rem;
  text-align: center;
}

.procede-feature-body {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  text-align: justify;
}

@media (max-width: 768px) {
  .procede-top {
    flex-direction: column;
    padding: 4rem 6vw 3rem;
    min-height: auto;
  }
  .procede-text { max-width: 100%; }
  .procede-images {
    width: 100%;
    justify-content: center;
  }
  .procede-img--main { width: clamp(180px, 55vw, 300px); }
  .procede-img--secondary { width: clamp(110px, 33vw, 180px); }
  .procede-bottom {
    grid-template-columns: 1fr;
  }
  .procede-feature {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: 2.5rem 6vw;
  }
  .procede-feature:last-child { border-bottom: none; }
}

/* ================================================================
   SECTIONS BLOC UNIQUE
   ================================================================ */

/* Section 1 — crème */
.bu-slide--cream {
  position: relative;
  z-index: 20;
  background: var(--cream);
  padding: 4rem 12vw 0;
  overflow: hidden;
}

.bloc-unique-text {
  max-width: 55%;
}

.bloc-unique-tagline {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  font-weight: 800;
  color: var(--navy);
  text-transform: uppercase;
  line-height: 0.95;
  margin: 0;
}

.bloc-unique-tagline strong {
  font-weight: 800;
}

.bloc-unique-line2 {
  display: flex;
  align-items: flex-start;
  gap: 0.15em;
}

.bloc-unique-number {
  font-family: var(--font-display);
  font-size: clamp(5rem, 9vw, 10rem);
  font-weight: 800;
  color: var(--blue-bright);
  text-transform: uppercase;
  line-height: 0.95;
  margin-top: -0.1em;
}

.bloc-unique-unit {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  font-weight: 800;
  color: var(--navy);
  text-transform: uppercase;
  line-height: 0.95;
  margin-top: -0.05em;
}

.bloc-unique-image {
  display: flex;
  justify-content: center;
  margin-top: -6rem;
}

.bloc-unique-image img {
  max-width: 78%;
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.12));
}

/* Section 2 — navy */
.bu-slide--navy {
  position: relative;
  z-index: 20;
  background: var(--navy);
  display: flex;
  align-items: center;
  gap: 4vw;
  padding: 5rem 12vw;
  min-height: 70vh;
}

.bu2-left {
  flex: 0 0 48%;
  max-width: 48%;
}

.bu2-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 4rem);
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2.5rem;
}

.bu2-heading strong {
  color: var(--blue-bright);
  font-weight: 900;
}

.bu2-features {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.bu2-feature-title {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.4rem;
}

.bu2-feature-body {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  line-height: 1.65;
}

.bu2-feature-body strong { color: var(--white); font-weight: 600; }

.bu2-conclusion {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 1.5rem;
}

.bu2-conclusion-label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--blue-bright);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.6rem;
}

.bu2-conclusion-text,
.bu2-conclusion-sub {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
  line-height: 0.95;
  margin: 0;
}

.bu2-conclusion-sub {
  margin-top: 0.6em;
  padding-left: 1.8em;
}

.bu2-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bu2-image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 50px rgba(0,0,0,0.4));
}

@media (max-width: 768px) {
  .bloc-unique-text { max-width: 100%; }
  .bloc-unique-image img { max-width: 95%; }
  .bu-slide--navy { flex-direction: column; padding: 4rem 6vw; }
  .bu2-left { flex: none; max-width: 100%; }
}

/* ================================================================
   SECTION AVANTAGES
   ================================================================ */
.section-avantages {
  position: relative;
  z-index: 20;
  background: var(--navy);
  padding: 8rem 12vw 14rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.avantages-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1;
  max-width: 900px;
}

.avantages-heading strong {
  color: var(--blue-bright);
  font-weight: 900;
}

.avantages-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: min(900px, 88vw);
  margin: 4rem auto 0;
}

.avantages-item {
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.8vw, 1.5rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.5;
  white-space: nowrap;
}

.avantages-item strong {
  font-weight: 700;
}

.avantages-item--left {
  align-self: flex-start;
}

.avantages-item--right {
  align-self: flex-end;
  text-align: right;
}

@media (max-width: 900px) {
  .avantages-item {
    white-space: normal;
    font-size: clamp(1rem, 3.5vw, 1.3rem);
  }
  .avantages-item--left,
  .avantages-item--right {
    align-self: stretch;
    text-align: left;
  }
  .avantages-list {
    width: 100%;
    margin: 2.5rem 0 0;
  }
}

/* ================================================================
   SECTION HÉSITATION
   ================================================================ */
.section-hesitation {
  position: relative;
  z-index: 20;
  background: var(--cream);
  padding: 6rem 12vw;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.hesitation-heading {
  font-family: var(--font-body);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--navy);
  line-height: 1.2;
}

.hesitation-sub {
  font-family: var(--font-body);
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 400;
  color: var(--navy);
  line-height: 1.5;
  align-self: center;
  margin-left: 20%;
  max-width: 340px;
}

.hesitation-sub strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  .avantages-item--right { margin-left: 10%; }
  .hesitation-sub { margin-left: 10%; }
}

/* ================================================================
   FOOTER
   ================================================================ */
.site-footer {
  position: relative;
  z-index: 20;
  background: var(--navy-deep);
  padding: 2rem 0;
}
.footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 12vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 2rem;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-logo {
  width: auto;
  height: 52px;
  display: block;
  margin: 0;
  align-self: flex-start;
}

.footer-info {
  text-align: center;
}
.footer-info p {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
  line-height: 2;
}
.footer-info a { color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-info a:hover { color: var(--blue-bright); }

.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 2rem;
  justify-items: start;
  justify-content: end;
}
.footer-nav a {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color 0.2s;
  white-space: nowrap;
}
.footer-nav a:hover { color: var(--blue-bright); }

.footer-copy {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(255,255,255,0.3);
  margin-top: 0.4rem;
}

/* ================================================================
   CONTACT PAGE
   ================================================================ */
.contact-page .site-header {
  background: var(--navy-deep);
}
.contact-page .site-logo-img {
  height: 52px;
  width: auto;
}
.contact-page {
  min-height: 100vh;
  background: var(--cream);
  padding-top: 64px;
}
.contact-hero {
  background: var(--navy);
  padding: 5rem 12vw;
  min-height: 34vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-hero .hero-label {
  color: var(--blue-light);
  margin-bottom: 1rem;
}
.contact-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 7rem);
  font-weight: 900;
  color: var(--white);
  line-height: 0.95;
  text-transform: uppercase;
}
.contact-hero h1 strong { color: var(--blue-bright); }
.contact-hero p {
  font-family: var(--font-body);
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  margin-top: 1.5rem;
  max-width: 45ch;
  font-size: 0.95rem;
  line-height: 1.7;
}

.contact-form-wrap {
  padding: 5rem 2rem;
  max-width: 860px;
  margin: 0 auto;
}
.form-group {
  margin-bottom: 2rem;
}
.form-group label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.6rem;
}
.form-group label .required { color: var(--blue-bright); margin-left: 2px; }

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--white);
  border: 2px solid var(--navy);
  color: var(--text-dark);
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 400;
  padding: 1.1rem 1.4rem;
  outline: none;
  transition: border-color 0.2s;
  appearance: none;
  border-radius: 0;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--blue-bright); }
.form-group textarea { resize: vertical; min-height: 140px; }
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231A2B6D' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  padding-right: 3rem;
}
.form-submit { margin-top: 2.5rem; }
.form-submit .btn-primary { font-size: 0.9rem; padding: 1rem 3rem; }

/* ================================================================
   MOBILE — < 768px
   ================================================================ */
@media (max-width: 768px) {
  .site-nav a:not(.btn-primary) { display: none; }
  .site-nav { gap: 1rem; }

  /* Hero responsive */
  .hero-content { max-width: 90vw; }
  .hero-heading { font-size: clamp(3.5rem, 14vw, 6rem); }
  .hero-standalone { padding: 0 6vw; padding-top: 64px; }

  #scroll-container { height: 600vh; }

  .align-left {
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .align-right {
    padding-left: 6vw;
    padding-right: 6vw;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .align-left .section-inner,
  .align-right .section-inner { max-width: 100%; }

  .section-heading { font-size: clamp(2rem, 8vw, 3rem); }

  .hero-content { max-width: 90vw; }
  .hero-heading { font-size: clamp(3.5rem, 14vw, 6rem); }

  .stats-grid { flex-direction: column; gap: 3rem; align-items: center; }
  .stat-number { font-size: clamp(3.5rem, 12vw, 6rem); }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-info { text-align: left; }
  .footer-nav { justify-content: start; }

  .marquee-text { font-size: 20vw; }

  .contact-form-wrap { padding: 3rem 6vw; }

  .photo-magasin::before { height: 18%; }
}

/* ================================================================
   SECTION FICHE TECHNIQUE
   ================================================================ */

/* ---- Specs (fond crème) ---- */
.fiche-specs {
  background: var(--cream);
  padding: 8rem 12vw 8rem;
}

.fiche-header {
  margin-bottom: 3rem;
}

.fiche-header-sub {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1rem;
  color: var(--navy);
  margin-bottom: 0.25rem;
}

.fiche-header-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.8rem, 6vw, 5rem);
  color: var(--navy);
  text-transform: uppercase;
  line-height: 0.95;
}

.fiche-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 6rem;
}

.fiche-group {
  margin-bottom: 2rem;
}

.fiche-group-title {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 0.75rem;
  border-left: 3px solid var(--navy);
  margin-bottom: 0.6rem;
}

.fiche-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.fiche-list li {
  display: flex;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--text-dark);
}

.fiche-list li span:first-child {
  font-weight: 500;
  min-width: 11rem;
  flex-shrink: 0;
}

.fiche-dispo {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  color: var(--blue-bright);
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: auto;
}

.fiche-dispo span {
  font-size: 0.9em;
}

.fiche-livraison {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  color: var(--blue-bright);
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.fiche-livraison span {
  font-size: 0.9em;
}

/* ---- Visuel produits (fond navy) ---- */
.fiche-visuel {
  background: var(--navy);
  padding: 8rem 12vw 3rem;
  position: relative;
}

.fiche-logo {
  position: absolute;
  top: 2rem;
  right: 6vw;
  width: clamp(80px, 10vw, 130px);
}

.fiche-products {
  display: flex;
  align-items: flex-end;
  gap: 3rem;
  justify-content: center;
  padding-bottom: 1rem;
}

.fiche-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.fiche-product img {
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
}

.fiche-product--b001 img { height: clamp(140px, 18vw, 220px); }
.fiche-product--b002 img { height: clamp(80px, 10vw, 130px); }
.fiche-product--b003 img { height: clamp(70px, 9vw, 110px); }

.fiche-ref {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.78rem;
  color: var(--blue-light);
  letter-spacing: 0.08em;
  background: rgba(255,255,255,0.08);
  padding: 0.15rem 0.5rem;
  border-radius: 3px;
}

.fiche-caption {
  text-align: center;
  font-size: 0.78rem;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
  margin-top: 1rem;
  font-style: italic;
}

/* ---- Tableau (fond navy-deep) ---- */
.fiche-table-wrap {
  background: var(--navy);
  padding: 0 12vw 4rem;
}

.fiche-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
}

.fiche-table thead tr {
  background: var(--navy-deep);
}

.fiche-table th {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--blue-light);
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 2px solid var(--blue-bright);
}

.fiche-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.fiche-table tbody tr:nth-child(even) {
  background: rgba(255,255,255,0.04);
}

.fiche-table td {
  padding: 0.65rem 1rem;
  color: rgba(255,255,255,0.85);
  font-weight: 400;
}

.fiche-table td:first-child {
  font-weight: 700;
  color: var(--blue-light);
  letter-spacing: 0.05em;
}

.fiche-table td:last-child {
  font-weight: 600;
  color: var(--white);
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .fiche-cols {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .fiche-products {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .fiche-table th,
  .fiche-table td {
    padding: 0.5rem 0.6rem;
    font-size: 0.72rem;
  }
}
