/* ================================= */
/* POLICES LOCALES */
/* ================================= */

@font-face {
  font-family: "ShortStack";
  src: url("fonts/ShortStack-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "MsMadi";
  src: url("fonts/MsMadi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HachiMaruPop";
  src: url("fonts/HachiMaruPop-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --rose: #C2AFC7;
  --orange: #C2AFC7;
  --purple: #C2AFC7;
  --turquoise: #E1A9B6;
  --beige: #FDF3E9;
  --bg: #F4ECEA;
  --text: #5f5f5f;
  --text-soft: #9a9a9a;
  --border-soft: #e0d5d1;
  --white: #ffffff;
  --shadow-soft: 0 12px 30px rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 18px 40px rgba(0, 0, 0, 0.08);
  --shadow-strong: 0 24px 60px rgba(0, 0, 0, 0.12);
}

/* ================================= */
/* RESET */
/* ================================= */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background:
    radial-gradient(circle at 10% 20%, rgba(194, 175, 199, 0.10), transparent 20%),
    radial-gradient(circle at 86% 16%, rgba(225, 169, 182, 0.12), transparent 18%),
    radial-gradient(circle at 82% 80%, rgba(194, 175, 199, 0.10), transparent 20%),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}

h1 {
  font-family: "Poppins", cursive !important;
  font-weight: normal;
}

h2,
h4 {
  font-family: "Poppins", sans-serif;
}

h3 {
  font-family: "Poppins", sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a,
button,
input,
textarea,
select {
  font-family: inherit;
}

button {
  background: none;
  border: none;
}

.Marie {
  border-radius: 40px;
}

/* ================================= */
/* FOND DECO */
/* ================================= */

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.45;
  pointer-events: none;
  z-index: -1;
}

.orb-1 {
  top: 70px;
  left: -40px;
  width: 180px;
  height: 180px;
  background: rgba(194, 175, 199, 0.18);
}

.orb-2 {
  top: 260px;
  right: -30px;
  width: 220px;
  height: 220px;
  background: rgba(225, 169, 182, 0.18);
}

.orb-3 {
  bottom: 70px;
  left: 25%;
  width: 180px;
  height: 180px;
  background: rgba(194, 175, 199, 0.16);
}

/* ================================= */
/* LAYOUT */
/* ================================= */

.container {
  width: min(94%, 1320px);
  margin: 0 auto;
}
.container-wide {
  width: min(97%, 1600px);
  margin: 0 auto;
}

section {
  position: relative;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 45px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 16px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.2;
}

.section-heading p {
  color: var(--text-soft);
  font-size: 1.02rem;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(194, 175, 199, 0.10);
  border: 1px solid rgba(194, 175, 199, 0.20);
  color: #C2AFC7;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.section-kicker.light {
  color: #fff;
  border-color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.14);
}

/* ================================= */
/* NAVIGATION */
/* ================================= */

.nav-wrap {
  padding-top: 14px;
}

nav {
  position: sticky;
  top: 12px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 24px;
  background: rgba(255, 250, 247, 0.76);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

nav.nav-scrolled {
  background: rgba(255, 250, 247, 0.9);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
}

.logo img {
  width: auto;
  height: 70px;
}

nav ul {
  display: flex;
  align-items: center;
  gap: 12px;
}

nav ul li {
  display: inline-block;
  list-style: none;
}

nav ul li a {
  display: inline-block;
  padding: 9px 14px;
  border-radius: 12px;
  text-decoration: none;
  color: #C2AFC7;
  font-weight: 500;
  transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

nav ul li a:hover {
  transform: translateY(-2px);
  color: #E1A9B6;
  background: rgba(225, 169, 182, 0.08);
  box-shadow: 0 8px 18px rgba(225, 169, 182, 0.12);
}

nav ul li a.active {
  background: rgba(225, 169, 182, 0.15);
  color: #E1A9B6;
}

.cta,
.btn-primary,
.mobile-cta,
.btn-secondary {
  position: relative;
  overflow: hidden;
}

.cta::after,
.btn-primary::after,
.mobile-cta::after,
.btn-secondary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 110%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.26), transparent);
  transition: left 0.7s ease;
}

.cta:hover::after,
.btn-primary:hover::after,
.mobile-cta:hover::after,
.btn-secondary:hover::after {
  left: 130%;
}

.cta {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  background: linear-gradient(135deg, var(--turquoise), #eabfc8);
  color: white;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  box-shadow: 0 10px 24px rgba(225, 169, 182, 0.24);
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(225, 169, 182, 0.28);
  background: linear-gradient(135deg, var(--rose), #d4c6d8);
}

.menu-toggle {
  display: none;
  font-size: 26px;
  color: #E1A9B6;
  cursor: pointer;
}

.mobile-cta-item {
  display: none;
}

.mobile-cta {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  background: linear-gradient(135deg, var(--turquoise), #eabfc8);
  color: white;
}

/* ================================= */
/* BOUTONS */
/* ================================= */

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 13px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--turquoise), #eabfc8);
  color: white;
  box-shadow: 0 12px 28px rgba(225, 169, 182, 0.24);
}

.btn-primary:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, var(--rose), #d4c6d8);
  box-shadow: 0 14px 30px rgba(194, 175, 199, 0.22);
}

.btn-secondary {
  border: 1px solid rgba(194, 175, 199, 0.22);
  background: rgba(255,255,255,0.78);
  color: var(--purple);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

/* ================================= */
/* HERO */
/* ================================= */

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 54px;
  padding: 84px 0 70px;
}

.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

.hero-badge {
  display: inline-block;
  width: max-content;
  margin: 0 auto 18px;
  padding: 8px 14px;
  border: 1px solid rgba(194, 175, 199, 0.20);
  border-radius: 999px;
  background: rgba(255,255,255,0.66);
  color: #C2AFC7;
  font-size: 0.92rem;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(194, 175, 199, 0.08);
}

.hero h1 {
  margin-bottom: 20px;
  font-size: clamp(26px, 3.8vw, 44px);
  line-height: 1.15;
}

.hero p {
  max-width: 620px;
  margin: 0 auto 28px;
  color: var(--text-soft);
  font-size: 1.05rem;
}

.hero-video {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 560px;
  border-radius: 32px;
  box-shadow: var(--shadow-strong);
  background: #F4ECEA;
  animation: floatCard 6s ease-in-out infinite;
  will-change: transform;
}

.hero-video::before {
  content: none;
}

.hero-video .video-element {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: videoZoom 18s ease-in-out infinite alternate;
}

.video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(0,0,0,0.08)),
    rgba(0, 0, 0, 0.12);
}

.hero-video-glow {
  position: absolute;
  inset: auto;
  right: -40px;
  bottom: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(225, 169, 182, 0.22);
  filter: blur(24px);
  z-index: 1;
}

.hero-video img.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 78%;
  max-width: 500px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35)) drop-shadow(0 8px 30px rgba(0, 0, 0, 0.25));
}

/* ================================= */
/* FEATURES */
/* ================================= */

.features {
  position: relative;
  width: min(100%, 1700px);
  margin: 60px auto;
  padding: 90px 50px;
  background: linear-gradient(135deg, #b09db5, #E1A9B6);
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(225, 169, 182, 0.16);
}

.features::before,
.features::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
}

.features::before {
  width: 260px;
  height: 260px;
  top: -80px;
  right: -60px;
}

.features::after {
  width: 180px;
  height: 180px;
  bottom: -50px;
  left: -40px;
}

.features .section-heading h2,
.features .section-heading p {
  color: white;
}

.features-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 42px;
}

.feature {
  position: relative;
  overflow: hidden;
  padding: 30px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.92);
  text-align: center;
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.feature::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -40%;
  width: 60%;
  height: 240%;
  background: rgba(255,255,255,0.18);
  transform: rotate(25deg);
  transition: transform 0.8s ease;
}

.feature:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.10);
}

.feature:hover::after {
  transform: translateX(260%) rotate(25deg);
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(225,169,182,0.15), rgba(194,175,199,0.18));
  color: var(--purple);
  font-size: 24px;
}

.feature h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
}

.feature p {
  color: #666;
  font-size: 0.97rem;
}

/* ================================= */
/* PRODUITS */
/* ================================= */

.products {
  padding: 90px 0 20px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.product {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border-radius: 26px;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: var(--shadow-medium);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.product::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -40%;
  width: 60%;
  height: 240%;
  background: rgba(255,255,255,0.18);
  transform: rotate(25deg);
  transition: transform 0.8s ease;
}

.product:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.product:hover::after {
  transform: translateX(260%) rotate(25deg);
}

.product-media {
  overflow: hidden;
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

.product img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.product:hover img {
  transform: scale(1.06);
}

.product-info {
  padding: 24px;
}

.card-tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(225, 169, 182, 0.10);
  color: var(--turquoise);
  font-size: 0.82rem;
  font-weight: 600;
}

.product-info h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.product-info p {
  color: #666;
}

/* ================================= */
/* BANDE DOUCE */
/* ================================= */

.soft-band {
  padding: 80px 0 10px;
}

.soft-band-content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: stretch;
  padding: 34px;
  border-radius: 32px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.64);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.soft-band-text h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.2;
}

.soft-band-text p {
  color: var(--text-soft);
}

.soft-band-stats {
  display: grid;
  gap: 18px;
}

.stat-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 140px;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(194,175,199,0.10), rgba(225,169,182,0.12));
  border: 1px solid rgba(194,175,199,0.12);
}

.stat-card strong {
  margin-bottom: 8px;
  font-size: 2rem;
  color: var(--purple);
}

.stat-card span {
  color: var(--text-soft);
}

/* ================================= */
/* CTA */
/* ================================= */

.cta-section {
  position: relative;
  width: min(100%, 1700px);
  margin: 100px auto 0;
  padding: 110px 40px;
  border-radius: 40px 40px 0 0;
  text-align: center;
  color: white;
  background: linear-gradient(135deg, var(--purple), var(--turquoise));
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(225, 169, 182, 0.22);
}

.cta-section::before,
.cta-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
}

.cta-section::before {
  width: 220px;
  height: 220px;
  top: -60px;
  left: -40px;
}

.cta-section::after {
  width: 180px;
  height: 180px;
  bottom: -60px;
  right: -30px;
}

.cta-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
}

.cta-section h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.2;
}

.cta-section p {
  margin-bottom: 26px;
  font-size: 1.05rem;
  color: rgba(255,255,255,0.92);
}

.white-btn {
  background: white;
  color: var(--purple);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.10);
}

.white-btn:hover {
  background: #fff;
  color: var(--rose);
}

/* ================================= */
/* FOOTER */
/* ================================= */

footer {
  padding: 40px 0;
  text-align: center;
  color: #666;
}

.site-footer {
  margin-top: 0;
  border-top: 1px solid #eee;
  background: rgba(255,255,255,0.84);
  backdrop-filter: blur(10px);
}

/* CONTAINER */

.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  gap: 60px;
  padding: 70px 0;
}

/* COLONNES */

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-col h4 {
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--text);
}

.footer-col p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-soft);
}

/* LISTES */

.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.footer-col ul li {
  font-size: 14px;
  color: var(--text-soft);
}

.footer-col ul li a {
  text-decoration: none;
  color: var(--text-soft);
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-col ul li a:hover {
  color: var(--purple);
}

/* LOGO */

.footer-brand {
  align-items: center;
  text-align: center;
}

.footer-logo {
  width: 140px;
  max-width: 140px;
  margin-bottom: 15px;
}

/* RESEAUX */

.footer-social {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 10px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f6f6f6;
  color: #555;
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  transform: translateY(-3px);
  background: var(--purple);
  color: white;
}

/* PARTIE LEGALE */

.footer-bottom {
  width: min(94%, 1320px);
  margin: 0 auto;
  padding: 25px 0;
  border-top: 1px solid #eee;
  text-align: center;
  font-size: 14px;
  color: #777;
}

/* LIENS LEGAUX */

.footer-bottom a {
  color: var(--text-soft);
  text-decoration: none;
  margin: 0 8px;
  transition: color 0.25s ease;
}

.footer-bottom a:hover {
  color: #C2AFC7;
}

.footer-bottom a:visited {
  color: var(--text-soft);
}
/* ================================= */
/* PRELOADER */
/* ================================= */

#loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  text-align: center;
}

.loader-logo {
  width: 220px;
  height: auto;
  animation: logoPulse 1s ease-in-out infinite;
}

.loader-bar {
  width: 220px;
  height: 6px;
  overflow: hidden;
  border-radius: 20px;
  background: #eee;
}

.loader-progress {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--purple), var(--turquoise));
  animation: loadingBar 1.9s ease forwards;
}

.loader-content p {
  font-size: 15px;
  color: #666;
}

/* ================================= */
/* REVEAL AU SCROLL */
/* ================================= */

.reveal {
  opacity: 0;
  transform: translateY(42px) scale(0.985);
  transition: opacity 0.9s ease, transform 0.9s ease;
  will-change: transform, opacity;
}

.reveal-left {
  transform: translateX(-42px) scale(0.985);
}

.reveal-right {
  transform: translateX(42px) scale(0.985);
}

.reveal.visible {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.stagger-1 {
  transition-delay: 0.08s;
}

.stagger-2 {
  transition-delay: 0.16s;
}

.stagger-3 {
  transition-delay: 0.24s;
}

.stagger-4 {
  transition-delay: 0.32s;
}

/* ================================= */
/* ANIMATIONS */
/* ================================= */

@keyframes logoPulse {
  0% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.85;
  }
}

@keyframes loadingBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes videoZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.06);
  }
}

@keyframes floatCard {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes softFloat {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* ================================= */
/* RESPONSIVE */
/* ================================= */

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .hero-video {
    min-height: 500px;
  }

  .features-grid,
  .products-grid,
  .footer-container,
  .soft-band-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .cta {
    display: none;
  }

  .mobile-cta-item {
    display: block;
    margin-top: 10px;
  }

  nav {
    padding: 14px 16px;
  }

  nav ul {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 1000;
    display: none;
    flex-direction: column;
    gap: 10px;
    width: min(320px, 100%);
    padding: 16px;
    border-radius: 20px;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
  }

  nav ul.active {
    display: flex;
  }

  nav ul li {
    display: block;
  }

  nav ul li a {
    display: block;
    width: 100%;
    padding: 12px 14px;
    text-align: center;
  }

  .hero {
    padding: 34px 0 40px;
  }

  .hero-video {
    order: 1;
    min-height: 420px;
  }

  .hero-text {
    order: 2;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .features,
  .cta-section {
    border-radius: 28px;
  }

  .features {
    padding: 60px 22px;
  }

  .products {
    padding-top: 70px;
  }
}

@media (max-width: 700px) {
  .features-grid,
  .products-grid,
  .footer-container,
  .soft-band-content {
    grid-template-columns: 1fr;
  }

  .hero-video {
    min-height: 340px;
  }

  .soft-band-content {
    padding: 24px;
  }

  .stat-card {
    min-height: 110px;
  }
}

@media (max-width: 600px) {
  .hero h1,
  .section-heading h2,
  .cta-section h2,
  .soft-band-text h2 {
    word-break: break-word;
  }

  .features {
    padding: 50px 18px;
  }

  .features h2 {
    font-size: 30px;
  }

  .hero-video img.text-overlay {
    width: 84%;
  }

  .loader-logo {
    width: 150px;
    max-width: 150px;
  }

  .loader-bar {
    width: 180px;
  }

  .footer-container {
    gap: 30px;
    text-align: center;
  }

  .footer-col p {
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
/* ================================= */
/* PAGE PRESTATIONS */
/* ================================= */

.page-simple-header {
  padding: 46px 0 18px;
  text-align: center;
}

.page-simple-header h1 {
  max-width: 980px;
  margin: 0 auto 16px;
  font-size: clamp(26px, 3.8vw, 44px);
  line-height: 1.15;
}

.page-simple-header p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--text-soft);
  font-size: 1.04rem;
}

.prestation-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
  padding: 34px;
  margin: 34px auto 0;
  border-radius: 34px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(255,255,255,0.68);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.prestationshowcase-reverse .prestation-showcase-content {
  order: 2;
}

.prestationshowcase-reverse .prestation-showcase-media {
  order: 1;
}

.prestation-showcase-content h2 {
  margin: 10px 0 14px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.2;
}

.prestation-lead {
  margin-bottom: 16px;
  font-size: 1.05rem;
  color: #4c4c4c;
  font-weight: 500;
}

.prestation-showcase-content p {
  color: var(--text-soft);
}

.prestation-points {
  display: grid;
  gap: 10px;
  margin: 22px 0 26px;
  list-style: none;
}

.prestation-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4a4a4a;
}

.prestation-points i {
  color: var(--turquoise);
  font-size: 0.95rem;
}

.prestation-showcase-media {
  min-width: 0;
}

.prestation-carousel {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow-medium);
}

.prestation-carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.prestation-carousel-track::-webkit-scrollbar {
  display: none;
}

.prestation-carousel-track img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  scroll-snap-align: start;
  display: block;
}

@media (max-width: 1000px) {
  .prestation-showcase,
  .prestation-showcase-reverse {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .prestation-showcase-reverse .prestation-showcase-content,
  .prestation-showcase-reverse .prestation-showcase-media {
    order: initial;
  }
}

@media (max-width: 700px) {
  .page-simple-header {
    padding-top: 34px;
  }

  .prestation-showcase {
    gap: 24px;
    border-radius: 26px;
  }

  .prestation-carousel-track img {
    height: 300px;
  }
}
/* ================================= */
/* PAGE TARIFS - LISTE INSPIREE VISUEL */
/* ================================= */

/* ================================= */
/* PAGE TARIFS - ONGLETS */
/* ================================= */

/* les styles tarif-tabs sont plus bas */

.tarif-tab {
  padding: 10px 22px;
  border-radius: 999px;
  border: 1.5px solid rgba(194, 175, 199, 0.35);
  background: rgba(255, 255, 255, 0.6);
  color: var(--text-soft);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tarif-tab:hover {
  background: rgba(194, 175, 199, 0.15);
  color: var(--text);
}

.tarif-tab.active {
  background: linear-gradient(135deg, var(--turquoise), var(--rose));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(194, 175, 199, 0.3);
}

/* PAGE TARIFS - LISTE INSPIREE VISUEL */
/* ================================= */

.tarif-list-page {
  display: flex;
  flex-direction: column;
  gap: 34px;
  padding: 20px 0 70px;
}

.tarif-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  position: sticky;
  top: 70px;
  z-index: 50;
  background: rgba(244, 236, 234, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 14px 0;
}

@keyframes fadeInTab {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.tarif-list-block {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px;
  align-items: start;
  padding: 26px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.tarif-list-image img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: var(--shadow-medium);
}

.tarif-list-content h2 {
  margin-bottom: 14px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.tarif-list-box {
  padding: 16px 18px;
  border: 1px solid rgba(70, 60, 75, 0.25);
  border-radius: 18px;
  background: rgba(255, 250, 247, 0.55);
}

.tarif-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(70, 60, 75, 0.12);
}

.tarif-line:first-child {
  padding-top: 0;
}

.tarif-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.tarif-line-text strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  color: var(--text);
}

.tarif-line-text p {
  margin-bottom: 6px;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

.tarif-line-text p:last-child {
  margin-bottom: 0;
}

/* Prix simple */

.tarif-line-price {
  position: relative;
  overflow: hidden;

  align-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  white-space: nowrap;
  padding: 8px 14px;
  border-radius: 999px;

  background: #E1A9B6;
  color: white;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;

  box-shadow: 0 12px 28px rgba(194,175,199,0.24);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

/* lumière */

.tarif-line-price::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.35),
    transparent
  );

  transition: left 0.6s ease;
}

/* hover */

.tarif-line-price:hover {
  transform: translateY(-3px);
  background: #C2AFC7;
  box-shadow: 0 14px 30px rgba(225,169,182,0.22);
}

/* animation lumière */

.tarif-line-price:hover::after {
  left: 120%;
}

.tarif-line-price:visited {
  color: white;
}

/* Prix multiples */

.tarif-line-prices-multi a {
  position: relative;
  overflow: hidden;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  white-space: nowrap;
  padding: 8px 14px;
  border-radius: 999px;

  background: #E1A9B6;
  color: white;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;

  box-shadow: 0 12px 28px rgba(194,175,199,0.24);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

/* effet lumière */

.tarif-line-prices-multi a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.35),
    transparent
  );

  transition: left 0.6s ease;
}

/* hover */

.tarif-line-prices-multi a:hover {
  transform: translateY(-3px);
  background: #C2AFC7;
  box-shadow: 0 14px 30px rgba(225,169,182,0.22);
}

.tarif-line-prices-multi a:hover::after {
  left: 120%;
}

.tarif-line-prices-multi a:visited {
  color: white;
}

@media (max-width: 900px) {
  .tarif-list-block {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .tarif-list-image img {
    height: 220px;
  }
}

@media (max-width: 700px) {
  .tarif-list-box {
    padding: 14px;
  }

  .tarif-line {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tarif-line-price,
  .tarif-line-prices-multi {
    align-items: flex-start;
  }

  .tarif-line-prices-multi a {
    font-size: 0.84rem;
  }
}
/* ================================= */
/* PAGE A PROPOS */
/* ================================= */

.about-story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
  padding: 24px 0 10px;
}

.about-story-media {
  min-width: 0;
}

.about-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--shadow-medium);
}

.about-story-content {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,0.80);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.about-story-content h2 {
  margin: 10px 0 16px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
}

.about-story-content p {
  margin-bottom: 14px;
  color: var(--text-soft);
}

.about-story-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .about-story {
    grid-template-columns: 1fr;
  }

  .about-photo {
    min-height: 380px;
  }
}

@media (max-width: 700px) {
  .about-story-content {
    padding: 22px;
    border-radius: 22px;
  }

  .about-photo {
    min-height: 300px;
    border-radius: 22px;
  }
}
/* ================================= */
/* PAGE CONTACT */
/* ================================= */

.contact-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  padding: 24px 0 30px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.contact-form-card {
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.contact-form-head {
  margin-bottom: 24px;
}

.contact-form-head h2 {
  margin: 10px 0 10px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.contact-form-head p {
  color: var(--text-soft);
}

.contact-form {
  display: grid;
  gap: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: grid;
  gap: 8px;
}

.form-group label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(194, 175, 199, 0.18);
  background: rgba(255,255,255,0.88);
  color: var(--text);
  font-size: 0.98rem;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #9a9a9a;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: rgba(225, 169, 182, 0.45);
  box-shadow: 0 0 0 4px rgba(225, 169, 182, 0.10);
}

.contact-info {
  display: grid;
  gap: 18px;
}

.contact-info-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-medium);
}

.contact-info-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(225,169,182,0.14), rgba(194,175,199,0.16));
  color: var(--purple);
  font-size: 20px;
}

.contact-info-card h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.contact-info-card p {
  color: var(--text-soft);
}

@media (max-width: 1000px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .contact-form-card {
    padding: 22px;
    border-radius: 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-info-card {
    padding: 20px;
    border-radius: 20px;
  }
}
/* ================================= */
/* PAGE PRENDRE RENDEZ-VOUS */
/* ================================= */

.booking-layout {
  display: block;
  padding: 24px 0 30px;
}

.booking-calendar-card {
  padding: 34px;
  border-radius: 32px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.booking-calendar-head {
  max-width: 720px;
  margin: 0 auto 26px;
  text-align: center;
}

.booking-calendar-head h2 {
  margin: 10px 0 10px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
}

.booking-calendar-head p {
  color: var(--text-soft);
}

.calendar-mask {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(194, 175, 199, 0.14);
  background: rgba(255,255,255,0.92);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
}

.calendar-mask iframe {
  display: block;
  width: 100%;
  min-height: 920px;
  border: 0;
  margin-top: 0;
  background: white;
}

@media (max-width: 900px) {
  .booking-calendar-card {
    padding: 24px;
    border-radius: 24px;
  }

  .calendar-mask {
    border-radius: 20px;
  }

  .calendar-mask iframe {
    min-height: 820px;
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .booking-calendar-card {
    padding: 18px;
    border-radius: 20px;
  }

  .booking-calendar-head {
    margin-bottom: 18px;
  }

  .calendar-mask {
    border-radius: 16px;
  }

  .calendar-mask iframe {
    min-height: 760px;
    margin-top: 0;
  }
}
/* ================================= */
/* PAGES LEGALES */
/* ================================= */

.legal-page {
  padding: 24px 0 30px;
}

.legal-card {
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.legal-block {
  padding: 20px 0;
  border-bottom: 1px solid rgba(194, 175, 199, 0.12);
}

.legal-block:first-child {
  padding-top: 0;
}

.legal-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.legal-block h2 {
  margin-bottom: 10px;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.2;
}

.legal-block p {
  margin-bottom: 10px;
  color: var(--text-soft);
  line-height: 1.7;
}

.legal-block p:last-child {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .legal-card {
    padding: 22px;
    border-radius: 24px;
  }

  .legal-block {
    padding: 16px 0;
  }
}

/* ================================= */
/* HEADER PAGES INTERNES (TITRE + INTRO) */
/* ================================= */


.page-simple-header,
.page-header,
.page-intro,
.inner-page-header {
  padding: 70px 0 24px;
  text-align: center;
}

.page-simple-header .section-kicker,
.page-header .section-kicker,
.page-intro .section-kicker,
.inner-page-header .section-kicker {
  display: block;
  width: fit-content;
  margin: 0 auto 14px;
  text-align: center;
}

.page-simple-header h1,
.page-header h1,
.page-intro h1,
.inner-page-header h1 {
  max-width: 980px;
  margin: 0 auto 16px;
  text-align: center;
}

.page-simple-header p,
.page-header p,
.page-intro p,
.inner-page-header p {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}