/* ═══════════════════════════════════════════
   BLANCHISSERIE DE L'AVENIR — L'HÉRITAGE
   V5 — Patek corrections
   ═══════════════════════════════════════════ */

:root {
  --white: #ffffff;
  --cream: #FAFCFE;
  --blue-pale: #E8F4F9;
  --blue-light: #A8D8EA;
  --blue-mid: #5BB8D4;
  --blue-deep: #1A6F96;
  --blue-ink: #0C3D57;
  --blue-dark: #071E2D;
  --blue-accent: #3A9CC0;
  --grey-text: #4F6E7D;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', -apple-system, sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --container: 1200px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.7; color: var(--blue-ink); background: var(--cream); overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 2.5rem; }

/* ── TYPOGRAPHY ── */
.overline { font-family: var(--font-body); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: #258099; margin-bottom: 1rem; }
.display-title { font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 400; line-height: 1.15; color: var(--blue-ink); margin-bottom: 1.5rem; }
.display-title em { font-style: italic; color: var(--blue-deep); }
.body-text { font-size: 1rem; color: var(--grey-text); line-height: 1.85; }
.text-link { font-size: 0.85rem; font-weight: 600; color: var(--blue-deep); display: inline-flex; align-items: center; gap: 0.3rem; margin-top: 1.5rem; transition: gap 0.3s var(--ease-out), color 0.3s; }
.text-link:hover { gap: 0.6rem; color: var(--blue-accent); }
.btn { font-family: var(--font-body); font-size: 0.85rem; font-weight: 600; padding: 0.9rem 2.2rem; border-radius: 100px; border: none; cursor: pointer; transition: all 0.35s var(--ease-out); display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-primary { background: var(--blue-deep); color: var(--white); }
.btn-primary:hover { background: var(--blue-ink); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(26,111,150,0.25); }
.btn-full { width: 100%; justify-content: center; }

/* ═══ NAVBAR ═══ */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 1.2rem 0; transition: padding 0.5s var(--ease-out), background 0.5s; }
.navbar:not(.scrolled) { background: transparent; }
.navbar.scrolled { padding: 0.6rem 0; background: rgba(7,30,45,0.45); backdrop-filter: blur(28px) saturate(1.4); -webkit-backdrop-filter: blur(28px) saturate(1.4); border-bottom: 1px solid rgba(168,216,234,0.08); }
.nav-inner { max-width: 100%; margin: 0 auto; padding: 0 3.5rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }

/* Burger 3 traits + MENU */
.nav-burger { justify-self: start; background: none; border: none; cursor: pointer; z-index: 1003; display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto auto; column-gap: 12px; row-gap: 5px; align-items: center; padding: 0; }
.nav-burger span { display: block; width: 28px; height: 1.5px; background: var(--white); border-radius: 1px; transition: all 0.4s var(--ease-out); }
.nav-burger span:nth-child(1) { grid-column: 1; grid-row: 1; }
.nav-burger span:nth-child(2) { grid-column: 1; grid-row: 2; }
.nav-burger span:nth-child(3) { grid-column: 1; grid-row: 3; }
.nav-burger em { grid-column: 2; grid-row: 1 / 4; font-style: normal; font-family: var(--font-body); font-size: 0.8rem; font-weight: 500; letter-spacing: 0.15em; color: var(--white); align-self: center; }

/* Logo centré — GRAND */
.nav-brand { justify-self: center; display: flex; align-items: center; z-index: 1003; }
.nav-logo { height: 144px; width: auto; filter: brightness(0) invert(1); transition: height 0.4s var(--ease-out); }
.navbar.scrolled .nav-logo { height: 90px; }

/* CTA glass + water canvas */
.nav-cta { justify-self: end; position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-body); font-size: 0.75rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); padding: 0.65rem 1.8rem; border-radius: 100px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.06); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transition: border-color 0.4s, transform 0.3s; z-index: 1; }
.nav-cta-text { position: relative; z-index: 2; }
.nav-cta-water { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; pointer-events: none; opacity: 0.35; border-radius: inherit; }
.nav-cta:hover { border-color: rgba(255,255,255,0.45); transform: translateY(-1px); }

/* ═══ MENU LATÉRAL PATEK ═══ */
.menu-panel { position: fixed; top: 0; left: 0; z-index: 1002; width: min(480px, 35vw); height: 100vh; background: var(--white); display: flex; flex-direction: column; transform: translateX(-100%); transition: transform 0.55s var(--ease-out); box-shadow: 8px 0 40px rgba(0,0,0,0.15); }
.menu-panel.open { transform: translateX(0); }
.menu-backdrop { position: fixed; inset: 0; z-index: 1001; background: rgba(0,0,0,0.4); opacity: 0; visibility: hidden; transition: opacity 0.5s, visibility 0.5s; cursor: pointer; }
.menu-backdrop.open { opacity: 1; visibility: visible; }

.menu-panel-header { display: flex; flex-direction: column; align-items: center; padding: 2rem 2rem 1.8rem; border-bottom: 1px solid rgba(12,61,87,0.06); position: relative; }
.menu-close { position: absolute; top: 1.8rem; left: 2rem; background: none; border: none; cursor: pointer; color: var(--blue-ink); padding: 4px; transition: opacity 0.3s; }
.menu-close:hover { opacity: 0.5; }
.menu-panel-logo { margin-left: 0; }
.menu-panel-logo img { height: 60px; width: auto; }

.menu-panel-nav { flex: 1; padding: 2.5rem 2.5rem; overflow-y: auto; display: flex; flex-direction: column; gap: 0; }
.menu-home { font-family: var(--font-display); font-size: 1rem; font-style: italic; font-weight: 400; color: var(--grey-text); padding: 0.5rem 0 1.8rem; display: block; border-bottom: none; }
.menu-item { font-family: var(--font-body); font-size: 0.85rem; font-weight: 400; letter-spacing: 0.12em; color: var(--blue-ink); padding: 1.15rem 0; border-bottom: 1px solid rgba(12,61,87,0.06); display: flex; align-items: center; justify-content: space-between; transition: color 0.3s; background: none; border-left: none; border-right: none; border-top: none; cursor: pointer; width: 100%; text-align: left; }
.menu-item:hover { color: var(--blue-accent); }
.menu-item svg { opacity: 0.3; transition: transform 0.3s, opacity 0.3s; }
.menu-item:hover svg { opacity: 0.6; }
.menu-item-group { display: flex; flex-direction: column; }
.menu-sub { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease-out); padding-left: 1rem; }
.menu-sub.open { max-height: 120px; }
.menu-sub a { display: block; padding: 0.6rem 0; font-size: 0.85rem; color: var(--grey-text); transition: color 0.3s, padding-left 0.3s; }
.menu-sub a:hover { color: var(--blue-ink); padding-left: 0.5rem; }
.menu-item-group .has-sub.expanded svg { transform: rotate(90deg); }

.menu-panel-footer { padding: 1.5rem 2rem; border-top: 1px solid rgba(12,61,87,0.06); }
.menu-panel-social { display: flex; gap: 0.6rem; }
.menu-panel-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(12,61,87,0.04); display: flex; align-items: center; justify-content: center; transition: background 0.3s; }
.menu-panel-social a:hover { background: rgba(12,61,87,0.1); }
.menu-panel-social svg { width: 16px; height: 16px; fill: var(--blue-ink); }

/* ═══ HERO ═══ */
.hero { position: relative; height: 100vh; min-height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; background: var(--blue-dark); clip-path: inset(0); }
.hero-videos { position: absolute; inset: -15%; z-index: 0; will-change: transform; }
.hero-video-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 3s ease-in-out; }
.hero-video-slide.active { opacity: 1; }
.hero-video-slide video { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.4) saturate(0.65); }
.hero-fallback { position: absolute; inset: 0; z-index: -1; }
.hero-fallback img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.35) saturate(0.6); }
.hero-overlay { position: absolute; inset: 0; z-index: 2; background: radial-gradient(ellipse at center, rgba(7,30,45,0.1) 0%, rgba(7,30,45,0.5) 100%), linear-gradient(to bottom, rgba(7,30,45,0.35) 0%, transparent 25%, transparent 75%, rgba(7,30,45,0.45) 100%); }

.hero { position: fixed; top: 0; left: 0; right: 0; height: 100vh; min-height: 600px; display: flex; align-items: center; justify-content: center; overflow: clip; text-align: center; background: var(--blue-dark); z-index: 1; }
.hero-title { margin-bottom: 2rem; }
.hero-line { display: block; font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 300; color: var(--white); line-height: 1.1; letter-spacing: -0.01em; opacity: 0; transform: translateY(30px); animation: heroFadeUp 1.4s var(--ease-out) forwards; }
.hero-line:nth-child(2) { animation-delay: 0.25s; }
.hero-line--em em { font-style: italic; color: var(--blue-light); }
.hero-baseline { opacity: 0; transform: translateY(20px); animation: heroFadeUp 1s 0.5s var(--ease-out) forwards; }
.hero-baseline span { display: inline-block; font-family: var(--font-display); font-size: clamp(1.1rem, 1.8vw, 1.5rem); font-style: italic; font-weight: 400; color: rgba(255,255,255,0.85); padding: 0.8rem 2.5rem; border-top: 1px solid rgba(168,216,234,0.2); border-bottom: 1px solid rgba(168,216,234,0.2); }
@keyframes heroFadeUp { to { opacity: 1; transform: translateY(0); } }

/* Dots verticaux droite (Patek) */
.hero-dots { position: absolute; right: 2.5rem; top: 50%; transform: translateY(-50%); z-index: 5; display: flex; flex-direction: column; gap: 6px; opacity: 0; animation: heroFadeUp 0.8s 1.2s var(--ease-out) forwards; }
.hero-dot { width: 24px; height: 24px; border: none; background: transparent; cursor: pointer; padding: 0; display: flex; align-items: center; justify-content: center; }
.hero-dot::before { content: ''; width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.45); background: transparent; transition: all 0.4s var(--ease-out); }
.hero-dot.active::before { background: var(--white); border-color: var(--white); }
.hero-dot:hover::before { border-color: var(--white); }
.hero-spacer { height: 100vh; position: relative; z-index: 1; }

@keyframes scrollPulse { 0%,100% { opacity:1; transform:scaleY(1); } 50% { opacity:0.3; transform:scaleY(0.5); } }

/* ═══ LA MAISON — Plein écran Patek ═══ */
.maison { position: relative; z-index: 2; height: 100vh; overflow: hidden; display: flex; align-items: flex-end; box-shadow: 0 -30px 80px rgba(7,30,45,0.15); }
.maison-bg { position: absolute; inset: 0; }
.maison-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.45) saturate(0.8); transition: transform 8s ease-out; }
.maison:hover .maison-bg img { transform: scale(1.03); }
.maison-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,30,45,0.7) 0%, rgba(7,30,45,0.1) 50%, transparent 100%); z-index: 1; }
.maison-content { position: relative; z-index: 2; padding: 4rem 4rem 5rem; max-width: 650px; }
.maison-overline { font-family: var(--font-body); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue-light); margin-bottom: 1rem; opacity: 0.7; }
.maison-title { font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 300; color: var(--white); line-height: 1.2; margin-bottom: 1rem; }
.maison-title em { font-style: italic; color: var(--blue-light); }
.maison-text { font-size: 0.95rem; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 1.5rem; max-width: 480px; }
.maison-link { display: inline-block; font-family: var(--font-body); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); padding: 0.7rem 2rem; border: 1px solid rgba(255,255,255,0.3); border-radius: 0; transition: all 0.4s var(--ease-out); }
.maison-link:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); }

/* ═══ VALEURS — Glass + Water ═══ */
.valeurs { position: relative; z-index: 2; background: var(--blue-ink); padding: 5rem 0 6rem; overflow: hidden; }
.valeurs-inner { max-width: 1100px; margin: 0 auto; padding: 0 2.5rem; position: relative; z-index: 1; }
.valeurs-header { text-align: center; margin-bottom: 3rem; }
.valeurs-overline { font-family: var(--font-body); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue-mid); margin-bottom: 1rem; }
.valeurs-title { font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300; color: var(--white); }
.valeurs-title em { font-style: italic; color: var(--blue-light); }
.valeurs-cta { text-align: center; margin-top: 3rem; margin-bottom: 2rem; }
.valeurs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }

/* Glass card */
.valeur-col { position: relative; padding: 1.8rem 2rem 2rem; border-radius: 16px; background: rgba(168,216,234,0.03); border: 1px solid rgba(168,216,234,0.08); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); overflow: hidden; transition: opacity 1.2s var(--ease-out), transform 1.2s var(--ease-out); }
.valeur-col:hover { border-color: rgba(168,216,234,0.18); }

/* Aurora mesh */
.valeurs-aurora { position: absolute; inset: -30%; overflow: hidden; pointer-events: none; z-index: 0; filter: blur(100px); opacity: 0.7; }
.aurora-blob { position: absolute; will-change: transform; }
.aurora-1 { width: 60vw; height: 35vw; max-width: 800px; max-height: 500px; border-radius: 40% 60% 55% 45% / 55% 40% 60% 45%; top: -20%; left: -15%; background: radial-gradient(ellipse, rgba(91,184,212,0.6) 0%, rgba(26,111,150,0.2) 50%, transparent 75%); animation: aurora1 18s ease-in-out infinite; }
.aurora-2 { width: 55vw; height: 30vw; max-width: 750px; max-height: 450px; border-radius: 55% 45% 40% 60% / 45% 55% 45% 55%; bottom: -25%; right: -10%; background: radial-gradient(ellipse, rgba(58,156,192,0.5) 0%, rgba(12,61,87,0.15) 50%, transparent 75%); animation: aurora2 22s ease-in-out infinite; }
.aurora-3 { width: 50vw; height: 28vw; max-width: 700px; max-height: 400px; border-radius: 45% 55% 60% 40% / 60% 45% 55% 40%; top: 20%; left: 30%; background: radial-gradient(ellipse, rgba(168,216,234,0.45) 0%, rgba(91,184,212,0.1) 50%, transparent 75%); animation: aurora3 25s ease-in-out infinite; }
.aurora-4 { width: 45vw; height: 25vw; max-width: 650px; max-height: 380px; border-radius: 60% 40% 45% 55% / 40% 60% 40% 60%; top: 5%; right: 15%; background: radial-gradient(ellipse, rgba(26,111,150,0.5) 0%, rgba(7,30,45,0.1) 50%, transparent 75%); animation: aurora4 20s ease-in-out infinite; }

@keyframes aurora1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(8vw, 6vh) scale(1.15); }
  50% { transform: translate(3vw, 12vh) scale(0.9); }
  75% { transform: translate(-5vw, 4vh) scale(1.1); }
}
@keyframes aurora2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(-6vw, -8vh) scale(1.1); }
  50% { transform: translate(-10vw, -3vh) scale(1.2); }
  75% { transform: translate(4vw, -6vh) scale(0.95); }
}
@keyframes aurora3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-7vw, 5vh) scale(1.2); }
  66% { transform: translate(5vw, -8vh) scale(0.85); }
}
@keyframes aurora4 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  30% { transform: translate(6vw, 8vh) scale(1.15); }
  60% { transform: translate(-4vw, -5vh) scale(1.05); }
}

/* Shine sweep on hover */
.valeur-shine { position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(105deg, transparent 0%, rgba(168,216,234,0.06) 40%, rgba(168,216,234,0.12) 50%, rgba(168,216,234,0.06) 60%, transparent 100%); z-index: 1; pointer-events: none; transition: none; }
.valeur-col:hover .valeur-shine { left: 130%; transition: left 0.9s var(--ease-out); }

/* Content */
.valeur-content { position: relative; z-index: 2; }
.valeur-number { display: block; font-family: var(--font-display); font-size: clamp(3rem, 4.5vw, 4.5rem); font-weight: 300; color: var(--white); line-height: 0.85; letter-spacing: -0.04em; margin-bottom: 0.8rem; opacity: 0.1; transition: opacity 0.6s; }
.valeur-col:hover .valeur-number { opacity: 0.22; }
.valeur-word { font-family: var(--font-display); font-size: clamp(1.4rem, 2vw, 1.9rem); font-weight: 400; font-style: italic; color: var(--white); letter-spacing: -0.01em; margin-bottom: 1rem; line-height: 1.1; }
.valeur-line { width: 35px; height: 1px; background: var(--blue-mid); margin-bottom: 1rem; opacity: 0.35; }
.valeur-desc { font-size: 0.88rem; color: var(--blue-light); opacity: 0.45; line-height: 1.9; transition: opacity 0.6s; }
.valeur-col:hover .valeur-desc { opacity: 0.7; }

/* Hover — le chiffre s'éclaire */
.valeur-col:hover .valeur-number { opacity: 0.25; transition: opacity 0.6s; }
.valeur-col:hover .valeur-desc { opacity: 0.65; transition: opacity 0.6s; }

/* ═══ SECTEURS ═══ */
.secteurs { padding: 0; background: var(--cream); position: relative; z-index: 2; }
.secteurs-wave-top { position: absolute; top: -79px; left: 0; right: 0; line-height: 0; z-index: 3; }
.secteurs-wave-top svg { width: 100%; height: 80px; display: block; }
.secteurs-wave-bottom { position: relative; margin-top: 3rem; line-height: 0; }
.secteurs-wave-bottom svg { width: 100%; height: 80px; display: block; }

.secteurs-header { margin-bottom: 3rem; }
.section-intro { max-width: 500px; margin-bottom: 0; }
.secteurs-cta { text-align: right; margin-top: 3rem; }
.secteurs-cta .maison-link { color: var(--blue-ink); border-color: rgba(12,61,87,0.25); }
.secteurs-cta .maison-link:hover { background: rgba(12,61,87,0.05); border-color: rgba(12,61,87,0.5); }

.carousel-wrapper { position: relative; padding: 0; overflow: hidden; }
.carousel { overflow: hidden; }
.carousel-track { display: flex; gap: 1.2rem; padding: 0 2.5rem; user-select: none; -webkit-user-select: none; cursor: grab; }
.carousel-track:active { cursor: grabbing; }
.carousel-slide { flex: 0 0 280px; position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 3/4; cursor: inherit; }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease-out); }
.carousel-slide:hover img { transform: scale(1.05); }
.slide-overlay { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 1.5rem; background: linear-gradient(to top, rgba(7,30,45,0.6) 0%, transparent 45%); }
.slide-overlay span { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; color: var(--white); }

/* ═══ ÉCOLABEL ═══ */
.ecolabel { padding: 7rem 0; background: var(--blue-ink); position: relative; overflow: hidden; z-index: 2; }

.eco-centered { text-align: center; max-width: 650px; margin: 0 auto 4rem; }
.eco-title { font-family: var(--font-display); font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 300; color: var(--white); margin-bottom: 0.8rem; line-height: 1.1; }
.eco-subtitle { font-family: var(--font-display); font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 300; color: var(--blue-light); margin-bottom: 1.5rem; }
.eco-subtitle em { font-style: italic; }
.eco-logo { display: block; margin: 2rem auto; height: 80px; width: auto; filter: brightness(0) invert(1); }
.eco-text { font-size: 0.92rem; color: var(--blue-light); opacity: 0.5; line-height: 1.85; }

/* Accordions */
.eco-accordions { max-width: 700px; margin: 0 auto; }
.eco-accordion { border-bottom: 1px solid rgba(168,216,234,0.1); }
.eco-accordion:first-child { border-top: 1px solid rgba(168,216,234,0.1); }

.eco-accordion-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1.4rem 0; background: none; border: none; cursor: pointer; color: var(--white); transition: color 0.3s; }
.eco-accordion-trigger:hover { color: var(--blue-light); }

.eco-accordion-label { font-family: var(--font-body); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }

.eco-accordion-icon { transition: transform 0.4s var(--ease-out); flex-shrink: 0; }
.eco-accordion.open .eco-accordion-icon { transform: rotate(45deg); }

.eco-accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.5s var(--ease-out), padding 0.5s var(--ease-out); }
.eco-accordion.open .eco-accordion-content { max-height: 200px; padding-bottom: 1.5rem; }
.eco-accordion-content p { font-size: 0.88rem; color: var(--blue-light); opacity: 0.55; line-height: 1.85; }

/* ═══ STATEMENT ═══ */
.statement { position: relative; height: 60vh; display: flex; align-items: center; justify-content: center; overflow: hidden; z-index: 2; }
.statement-bg { position: absolute; inset: 0; }
.statement-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.25) saturate(0.5); }
.statement-content { position: relative; z-index: 1; text-align: center; padding: 2rem; }
.statement-text { font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 300; color: var(--white); line-height: 1.3; }
.statement-text em { font-style: italic; color: var(--blue-light); }

/* ═══ AVIS ═══ */
.avis { padding: 6rem 0; background: var(--cream); position: relative; z-index: 2; overflow: hidden; }
.avis-header { text-align: center; margin-bottom: 3rem; }
.avis-stars { display: flex; align-items: center; justify-content: center; gap: 0.3rem; margin-top: 1rem; }
.avis-score { font-family: var(--font-body); font-size: 0.78rem; font-weight: 500; color: var(--grey-text); margin-left: 0.6rem; letter-spacing: 0.02em; }

.avis-carousel { overflow: hidden; }
.avis-track { display: flex; gap: 1.5rem; padding: 0 2.5rem; user-select: none; -webkit-user-select: none; cursor: grab; }
.avis-track:active { cursor: grabbing; }

.avis-card { flex: 0 0 340px; background: var(--white); border: 1px solid rgba(168,216,234,0.12); border-radius: 14px; padding: 2.2rem 2rem; display: flex; align-items: center; }
.avis-text { font-family: var(--font-display); font-size: 1.05rem; font-weight: 400; font-style: italic; color: var(--blue-ink); line-height: 1.65; }

/* ═══ CONTACT ═══ */
.contact { padding: 6rem 0; background: var(--white); position: relative; z-index: 2; }
.contact-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 4rem; align-items: start; margin-bottom: 4rem; }
.contact-intro { padding-top: 1rem; }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.3rem; }
.form-group label { font-size: 0.78rem; font-weight: 600; color: var(--blue-ink); letter-spacing: 0.02em; }
.form-group input, .form-group select, .form-group textarea { font-family: var(--font-body); font-size: 0.9rem; padding: 0.8rem 1rem; border: 1px solid rgba(168,216,234,0.25); border-radius: 10px; background: var(--cream); color: var(--blue-ink); outline: none; transition: border-color 0.3s, box-shadow 0.3s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue-mid); box-shadow: 0 0 0 3px rgba(91,184,212,0.08); }
.form-group textarea { resize: none; min-height: 110px; }
.form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236B8FA3' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.form-legal { font-size: 0.75rem; color: var(--grey-text); margin-top: 0.5rem; }
.form-legal a { color: var(--blue-deep); text-decoration: underline; text-underline-offset: 2px; }
.contact-info-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; padding-top: 3rem; border-top: 1px solid rgba(168,216,234,0.12); }
.info-block strong { display: block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue-ink); margin-bottom: 0.3rem; }
.info-block p { font-size: 0.88rem; color: var(--grey-text); line-height: 1.5; }
.info-block a { color: var(--blue-deep); transition: color 0.3s; }
.info-block a:hover { color: var(--blue-accent); }

/* ═══ FOOTER ═══ */
.footer { padding: 4rem 0 2rem; background: var(--blue-dark); position: relative; z-index: 2; }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 2rem; text-align: center; }
.footer-logo img { height: 50px; width: auto; filter: brightness(0) invert(1); opacity: 0.8; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; }
.footer-nav a { font-size: 0.82rem; color: rgba(168,216,234,0.75); transition: color 0.3s; }
.footer-nav a:hover { color: var(--white); }
.footer-social { display: flex; gap: 0.8rem; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(168,216,234,0.06); border: 1px solid rgba(168,216,234,0.1); display: flex; align-items: center; justify-content: center; transition: all 0.3s; }
.footer-social a:hover { background: rgba(168,216,234,0.15); }
.footer-social svg { width: 15px; height: 15px; fill: var(--blue-light); }
.footer-copy { font-size: 0.75rem; color: rgba(168,216,234,0.7); }
.footer-copy a { color: rgba(168,216,234,0.85); text-decoration: underline; text-underline-offset: 2px; }

/* ═══ REVEAL ═══ */
.reveal { opacity: 0; transform: translateY(25px); transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
  .menu-panel { width: min(480px, 50vw); }
  .maison-grid { grid-template-columns: 1fr; gap: 3rem; }
  .eco-layout { grid-template-columns: 1fr; }
  .eco-visual { margin-top: 2rem; }
}
@media (max-width: 768px) {
  .container { padding: 0 1.5rem; }
  .nav-inner { padding: 0 1.5rem; }
  .nav-logo { height: 70px; }
  .navbar.scrolled .nav-logo { height: 50px; }
  .nav-burger em { display: none; }
  .nav-cta-text { display: none; }
  .nav-cta { width: 40px; height: 40px; padding: 0; justify-content: center; border-radius: 50%; }
  .nav-cta::after { content: ''; display: block; width: 18px; height: 18px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72 12.84 12.84 0 00.7 2.81 2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45 12.84 12.84 0 002.81.7A2 2 0 0122 16.92z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: contain; }
  .menu-panel { width: min(380px, 85vw); }
  .hero-line { font-size: clamp(2rem, 8vw, 3rem); }
  .hero-dots { right: 1.2rem; }
  .maison-content { padding: 2rem 1.5rem 3rem; }
  .maison-title { font-size: clamp(1.5rem, 6vw, 2rem); }
  .carousel-slide { flex: 0 0 220px; }
  .valeurs { padding: 6rem 0; }
  .valeurs-header { margin-bottom: 3rem; }
  .valeurs-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .valeur-col { padding: 2.5rem 1.5rem; }
  .valeur-number { font-size: clamp(4rem, 15vw, 6rem); }
  .avis-card { flex: 0 0 280px; padding: 1.8rem 1.5rem; }
  .avis-text { font-size: 0.95rem; }
  .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .contact-info-bar { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .statement { height: 40vh; }
}
@media (max-width: 480px) {
  .carousel-slide { flex: 0 0 200px; }
  .contact-info-bar { grid-template-columns: 1fr; }
  .valeur-word { font-size: clamp(2.5rem, 12vw, 4rem); }
  .nav-logo { height: 55px; }
  .navbar.scrolled .nav-logo { height: 42px; }
}
