/* ==========================================================
   Villa Zénith Hostel · Lacanau-Océan
   Maquette M.Création — Direction éditoriale magazine
   Inspiration : Awwwards SOTD, The Standard, Selina, Amayana Lodge
   Système : grain texture, word-reveal, cursor custom, 3D tilt
   ========================================================== */

/* ============================================================
   GRAIN TEXTURE — SVG turbulence en overlay sur tout le body
   Donne du "corps" (comme un papier) sans peser (CSS pur)
   ============================================================ */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 250;
  pointer-events: none;
  opacity: .04;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
@media (prefers-reduced-motion: reduce) {
  body::before { display: none; }
}

:root {
  /* Palette étendue — 5 nuances océan, 4 nuances sable, 3 nuances corail */
  --sand-50: #FBF5E7;
  --sand-100: #F5EFE2;
  --sand-200: #E8DFC9;
  --sand-300: #D4C8AA;
  --sand-400: #C4B896;
  --sand-500: #A69A80;

  --ocean-100: #6A9DA9;
  --ocean-200: #4A7C89;
  --ocean-300: #366B78;
  --ocean-400: #2D5F6E;
  --ocean-500: #1E4650;
  --ocean-600: #14313A;
  --ocean-700: #0A1D22;

  --coral-100: #E8A97F;
  --coral-200: #D4805E;
  --coral-300: #A66142;
  --coral-400: #7A4530;

  --eucalyptus: #8FA582;
  --paper: #FEFCF7;
  --ivory: #FDFBF6;
  --ink: #1A1815;
  --ink-soft: #4A4640;
  --mute: #8A8177;
  --line: #E0D5BC;

  /* Aliases legacy (pour ne pas casser les autres pages) */
  --sand: var(--sand-200);
  --sand-light: var(--sand-100);
  --sand-dark: var(--sand-400);
  --ocean: var(--ocean-400);
  --ocean-light: var(--ocean-200);
  --ocean-dark: var(--ocean-600);
  --coral: var(--coral-200);
  --coral-dark: var(--coral-300);
  --sunset: var(--coral-100);

  /* Typo */
  --display: 'Fraunces', 'Playfair Display', Georgia, serif;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Inter', -apple-system, 'Helvetica Neue', sans-serif;

  --shadow-md: 0 12px 40px rgba(20, 24, 24, .10);
  --shadow-lg: 0 24px 70px rgba(20, 24, 24, .18);
  --shadow-xl: 0 40px 100px rgba(20, 24, 24, .28);

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-swift: cubic-bezier(0.7, 0, 0.3, 1);

  /* Spacing scale */
  --s-1: 4px;   --s-2: 8px;   --s-3: 12px;  --s-4: 16px;
  --s-5: 24px;  --s-6: 32px;  --s-7: 48px;  --s-8: 64px;
  --s-9: 96px;  --s-10: 128px; --s-11: 160px; --s-12: 200px;
}

/* Custom cursor désactivé — utilisation du curseur système standard */
.cursor-dot, .cursor-ring { display: none !important; }

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .3s var(--ease); }

/* ---------- Typographie ---------- */
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--ocean-dark);
  font-variation-settings: "opsz" 144, "SOFT" 20;
}
h1 { font-size: clamp(3.5rem, 12vw, 11rem); font-weight: 300; }
h2 { font-size: clamp(2.6rem, 7vw, 6rem); font-weight: 300; }
h3 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 400; }
h4 { font-size: 1.15rem; font-weight: 500; font-family: var(--sans); letter-spacing: .01em; color: var(--ink); line-height: 1.4; }

p { color: var(--ink-soft); line-height: 1.75; }

.wrap { max-width: 1440px; margin: 0 auto; padding: 0 40px; }
.wrap-tight { max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.wrap-narrow { max-width: 780px; margin: 0 auto; padding: 0 32px; }

/* Utilities */
.label {
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--coral-dark);
}
.label.on-dark { color: var(--sand); }

/* Eyebrow — même look que .label, utilisé dans les subhero + sections */
.eyebrow {
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--coral-dark);
  display: inline-block;
}
.eyebrow.centered { display: block; text-align: center; }
.eyebrow.on-dark {
  color: var(--sand);
  text-shadow: 0 1px 8px rgba(20, 49, 58, .45);
}
.italic-serif {
  font-family: var(--display);
  font-style: italic;
  font-weight: 300;
  color: var(--coral);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 34px;
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .4s var(--ease);
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: '→';
  font-size: 1rem;
  transition: transform .4s var(--ease);
}
.btn:hover::after { transform: translateX(6px); }
.btn-coral {
  background: var(--coral);
  color: var(--paper);
  border-color: var(--coral);
}
.btn-coral:hover {
  background: var(--coral-dark);
  border-color: var(--coral-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.btn-outline {
  background: transparent;
  color: currentColor;
  border-color: currentColor;
}
.btn-outline:hover {
  background: var(--paper);
  color: var(--ocean-dark);
  border-color: var(--paper);
}
.btn-ghost {
  background: transparent;
  color: var(--paper);
  border-color: rgba(254, 252, 247, .5);
}
.btn-ghost:hover {
  background: var(--paper);
  color: var(--ocean-dark);
  border-color: var(--paper);
}

/* ============================================================
   HEADER minimal, presque invisible
   ============================================================ */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 28px 0;
  transition: background .4s var(--ease), padding .4s var(--ease), box-shadow .4s var(--ease);
  background: transparent;
}
/* Gradient de lisibilité pour texte blanc sur photo, invisible sur fond clair */
.header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 49, 58, .55) 0%, rgba(20, 49, 58, .18) 55%, rgba(20, 49, 58, 0) 100%);
  pointer-events: none;
  transition: opacity .4s var(--ease);
  z-index: -1;
}
.header.scrolled::before { opacity: 0; }
.header.scrolled {
  background: rgba(254, 252, 247, .96);
  backdrop-filter: blur(14px);
  padding: 16px 0;
  box-shadow: 0 1px 0 rgba(20, 24, 24, .05);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  max-width: none;
}
.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--paper);
  transition: color .4s var(--ease);
}
.header.scrolled .logo { color: var(--ocean-dark); }
.logo-mark {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-size: 1.3rem;
  font-weight: 300;
  font-style: italic;
  transition: transform .5s var(--ease);
}
.logo:hover .logo-mark { transform: rotate(-15deg) scale(1.05); }
.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.logo-text .brand {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 300;
  letter-spacing: -0.01em;
}
.logo-text .sub {
  font-family: var(--sans);
  font-size: .62rem;
  letter-spacing: .38em;
  text-transform: uppercase;
  margin-top: 6px;
  opacity: .7;
  font-weight: 500;
}
.nav {
  display: flex;
  align-items: center;
  gap: 44px;
}
.nav a {
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--paper);
  position: relative;
  transition: color .3s var(--ease);
  text-shadow: 0 1px 6px rgba(20, 49, 58, .35);
}
.header.scrolled .nav a { text-shadow: none; }
.header.scrolled .logo { text-shadow: none; }
.logo { text-shadow: 0 1px 8px rgba(20, 49, 58, .35); }
.nav a::after {
  content: '';
  position: absolute;
  bottom: -8px; left: 0;
  width: 0; height: 1px;
  background: var(--coral);
  transition: width .4s var(--ease);
}
.nav a:hover::after, .nav a.active::after { width: 100%; }
.header.scrolled .nav a { color: var(--ocean-dark); }
.nav a:hover { color: var(--coral); }
.header .btn {
  padding: 12px 24px;
  font-size: .68rem;
}
.header .btn::after { display: none; }
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
}
.burger span {
  display: block;
  width: 26px; height: 1.5px;
  background: var(--paper);
  transition: all .3s var(--ease);
}
.header.scrolled .burger span { background: var(--ocean-dark); }

/* ============================================================
   HERO — cinématographique full-bleed, titre XXL débordant
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  color: var(--paper);
  background: var(--ocean-dark);
}
.hero-bg {
  position: absolute;
  inset: -3%;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  animation: heroKen 24s ease-in-out infinite alternate;
}
@keyframes heroKen {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.08) translate(-1%, -1%); }
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 49, 58, .3) 0%, transparent 30%, transparent 60%, rgba(20, 49, 58, .82) 100%),
    linear-gradient(90deg, rgba(20, 49, 58, .5) 0%, rgba(20, 49, 58, .2) 40%, transparent 100%);
  z-index: 1;
}
.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 0 40px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-top {
  padding-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.hero-top .label {
  color: var(--paper);
  font-size: .78rem;
  padding: 10px 18px;
  background: rgba(212, 128, 94, .85);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  letter-spacing: .28em;
  font-weight: 600;
  box-shadow: var(--shadow-md);
}
.hero-top .label::before { display: none; }
.hero-place {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--paper);
  text-align: right;
  padding: 12px 20px;
  background: rgba(20, 49, 58, .55);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  border-left: 2px solid var(--coral);
  line-height: 1.4;
}
.hero-title-block {
  padding-bottom: 60px;
}
.hero-title-block h1 {
  color: var(--paper);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.04em;
  margin-bottom: 40px;
}
.hero-title-block h1 .l1,
.hero-title-block h1 .l2 {
  display: block;
  overflow: hidden;
}
.hero-title-block h1 .l2 {
  padding-left: 12vw;
  font-weight: 300;
}
.hero-title-block h1 .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(110%);
  transition: opacity .9s var(--ease), transform 1.1s var(--ease-swift);
}
.hero-title-block h1 .word.italic {
  font-family: var(--display);
  font-style: italic;
  color: var(--sand);
  font-weight: 300;
}
.hero-title-block h1.loaded .word { opacity: 1; transform: translateY(0); }
.hero-title-block h1.loaded .word:nth-child(2) { transition-delay: .12s; }
.hero-title-block h1.loaded .word:nth-child(3) { transition-delay: .24s; }
.hero-title-block h1.loaded .l2 .word { transition-delay: .38s; }
.hero-title-block h1.loaded .l2 .word:nth-child(2) { transition-delay: .5s; }
@media (prefers-reduced-motion: reduce) {
  .hero-title-block h1 .word { opacity: 1; transform: none; transition: none; }
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  flex-wrap: wrap;
}
.hero-desc {
  max-width: 400px;
  font-family: var(--display);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--paper);
  line-height: 1.6;
  font-weight: 300;
  padding: 18px 22px;
  background: rgba(20, 49, 58, .5);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  border-left: 2px solid var(--coral);
}
.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* MARQUEE TICKER en bas du hero */
.marquee {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  z-index: 3;
  overflow: hidden;
  border-top: 1px solid rgba(254, 252, 247, .18);
  border-bottom: 1px solid rgba(254, 252, 247, .18);
  padding: 16px 0;
  background: rgba(20, 49, 58, .35);
  backdrop-filter: blur(8px);
}
.marquee-track {
  display: flex;
  gap: 60px;
  animation: marqueeSlide 40s linear infinite;
  width: max-content;
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  font-family: var(--sans);
  font-size: .78rem;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: var(--sand);
  font-weight: 500;
  white-space: nowrap;
}
.marquee-item::after {
  content: '✦';
  color: var(--coral);
  opacity: .8;
  font-family: var(--display);
}
@keyframes marqueeSlide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   SPLIT SCROLL — image sticky à gauche, texte scroll à droite
   ============================================================ */
.split-scroll {
  padding: 0;
  background: var(--paper);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  position: relative;
}
.split-scroll-media {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.split-scroll-media-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.split-scroll-media-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(20, 49, 58, .35));
}
.split-scroll-content {
  padding: 160px 8vw 160px 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
.split-scroll-content .label { margin-bottom: 10px; }
.split-scroll-content h2 { margin-bottom: 20px; }
.split-scroll-content p {
  font-size: 1.06rem;
  line-height: 1.85;
  max-width: 460px;
}
.split-scroll-content .signature {
  font-family: var(--display);
  font-style: italic;
  color: var(--coral-dark);
  font-size: 1.25rem;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  max-width: 300px;
}

/* ============================================================
   UNE JOURNÉE À VILLA ZÉNITH — section rituel avec 4 moments
   Timeline horizontale avec cards flottantes en tilt souris
   ============================================================ */
.day-section {
  padding: 140px 0 160px;
  background: linear-gradient(180deg, var(--paper) 0%, var(--sand-50) 100%);
  overflow: hidden;
  position: relative;
}
.day-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  padding: 0 40px;
  max-width: 1440px;
  margin: 0 auto 80px;
}
.day-header h2 { margin: 20px 0 0; letter-spacing: -0.03em; }
.day-header p {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.18rem;
  color: var(--mute);
  max-width: 400px;
  padding-bottom: 8px;
}
.day-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 0 40px;
  max-width: 1440px;
  margin: 0 auto;
  perspective: 1200px;
}
.day-card {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 12px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
  cursor: pointer;
  will-change: transform;
}
.day-card:hover {
  box-shadow: var(--shadow-xl);
}
.day-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1.2s var(--ease);
}
.day-card:hover .day-card-bg { transform: scale(1.06); }
.day-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 49, 58, .1) 0%, rgba(20, 49, 58, .35) 45%, rgba(20, 49, 58, .85) 100%);
  z-index: 1;
}
.day-card-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 32px 26px 30px;
  z-index: 2;
  color: var(--paper);
  transform: translateZ(30px);
}
.day-card-hour {
  font-family: var(--display);
  font-style: italic;
  font-size: 1rem;
  color: var(--coral-100);
  margin-bottom: 6px;
}
.day-card-title {
  font-family: var(--display);
  font-size: 1.9rem;
  font-weight: 400;
  color: var(--paper);
  line-height: 1.05;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.day-card-desc {
  font-size: .88rem;
  color: rgba(254, 252, 247, .82);
  line-height: 1.5;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .5s var(--ease), opacity .4s var(--ease), margin-top .5s var(--ease);
}
.day-card:hover .day-card-desc,
.day-card:focus-within .day-card-desc {
  max-height: 100px;
  opacity: 1;
  margin-top: 6px;
}
.day-card-num {
  position: absolute;
  top: 22px; left: 26px;
  z-index: 2;
  font-family: var(--display);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--sand-100);
  opacity: .75;
  transform: translateZ(30px);
}

/* ============================================================
   STACKED FORMULES — chaque formule prend 100vh sticky
   ============================================================ */
.stacked-formules {
  position: relative;
}
.stacked-item {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: var(--paper);
}
.stacked-item-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.stacked-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 33, 40, .88) 0%, rgba(20, 49, 58, .72) 45%, rgba(20, 49, 58, .35) 100%);
  z-index: 1;
}
.stacked-item-content {
  position: relative;
  z-index: 2;
  padding: 0 8vw;
  max-width: 900px;
}
.stacked-item .num {
  font-family: var(--display);
  font-size: clamp(4rem, 8vw, 8rem);
  font-weight: 300;
  font-style: italic;
  color: var(--coral);
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: -0.04em;
}
.stacked-item .tag {
  display: inline-block;
  font-family: var(--sans);
  font-size: .74rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--paper);
  font-weight: 600;
  margin-bottom: 22px;
  padding: 8px 16px;
  background: var(--coral);
  border-radius: 999px;
  box-shadow: var(--shadow-md);
}
.stacked-item h2 {
  color: var(--paper);
  font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 400;
  margin-bottom: 28px;
  font-style: normal;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .35);
}
.stacked-item p {
  color: var(--paper);
  font-family: var(--display);
  font-style: italic;
  font-size: 1.22rem;
  font-weight: 300;
  max-width: 560px;
  line-height: 1.6;
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 2px solid var(--coral);
  text-shadow: 0 1px 12px rgba(0, 0, 0, .3);
}
.stacked-item .meta {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 26px;
  border-top: 1px solid rgba(232, 223, 201, .3);
  max-width: 560px;
}
.stacked-item .meta-price {
  font-family: var(--display);
  font-size: 1.8rem;
  color: var(--paper);
  font-weight: 300;
}
.stacked-item .meta-price span {
  font-family: var(--sans);
  font-size: .76rem;
  color: var(--sand);
  letter-spacing: .12em;
  margin-left: 4px;
}

/* ============================================================
   MARQUEE horizontal des équipements
   ============================================================ */
.features-marquee {
  padding: 60px 0;
  background: var(--sand);
  overflow: hidden;
  border-top: 1px solid var(--sand-dark);
  border-bottom: 1px solid var(--sand-dark);
}
.features-track {
  display: flex;
  gap: 50px;
  animation: marqueeSlide 55s linear infinite;
  width: max-content;
  align-items: center;
}
.feature-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  color: var(--ocean-dark);
  font-weight: 300;
  white-space: nowrap;
}
.feature-item svg {
  width: 26px; height: 26px;
  stroke: var(--coral);
  fill: none;
  stroke-width: 1.5;
  flex-shrink: 0;
}
.feature-item::after {
  content: '·';
  color: var(--coral);
  font-size: 2rem;
  margin-left: 30px;
  opacity: .5;
}

/* ============================================================
   GALERIE MAGAZINE — grid asymétrique
   ============================================================ */
.magazine-section {
  padding: 140px 0;
  background: var(--paper);
}
.magazine-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 80px;
  padding: 0 40px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.magazine-header h2 { margin-bottom: 0; }
.magazine-header p {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--mute);
  max-width: 380px;
  padding-bottom: 12px;
}
.magazine-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 100px;
  gap: 20px;
  padding: 0 40px;
  max-width: 1440px;
  margin: 0 auto;
}
.mg-item {
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  transition: transform .8s var(--ease);
}
.mg-item:hover { transform: scale(1.015); }
.mg-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(20, 49, 58, .35));
  opacity: 0;
  transition: opacity .4s var(--ease);
}
.mg-item:hover::after { opacity: 1; }
.mg-1 { grid-column: 1 / 7; grid-row: span 5; }
.mg-2 { grid-column: 7 / 13; grid-row: span 3; }
.mg-3 { grid-column: 7 / 10; grid-row: span 2; }
.mg-4 { grid-column: 10 / 13; grid-row: span 2; }
.mg-5 { grid-column: 1 / 5; grid-row: span 3; }
.mg-6 { grid-column: 5 / 9; grid-row: span 3; }
.mg-7 { grid-column: 9 / 13; grid-row: span 3; }

/* ============================================================
   PROXIMITÉS — layout "boussole" avec villa centrale
   ============================================================ */
.compass-section {
  padding: 160px 0;
  background: var(--ocean-dark);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.compass-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 40%, rgba(212, 128, 94, .12), transparent 60%),
    radial-gradient(circle at 70% 60%, rgba(143, 165, 130, .08), transparent 60%);
}
.compass-section > * { position: relative; z-index: 2; }
.compass-header {
  text-align: center;
  margin-bottom: 100px;
  padding: 0 40px;
}
.compass-header .label { color: var(--sand); }
.compass-header .label::before { content: none; }
.compass-header h2 {
  color: var(--paper);
  margin: 22px 0;
}
.compass-header p {
  color: rgba(254, 252, 247, .78);
  font-family: var(--display);
  font-style: italic;
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.12rem;
}
.compass {
  position: relative;
  width: 100%;
  max-width: 780px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.compass-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 240px; height: 240px;
  border-radius: 50%;
  background: var(--paper);
  color: var(--ocean-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  z-index: 10;
  box-shadow: var(--shadow-xl), 0 0 0 12px rgba(254, 252, 247, .12);
  overflow: hidden;
}
.compass-center .villa-3d {
  width: 130px;
  height: 90px;
  margin-bottom: 8px;
  filter: drop-shadow(0 6px 12px rgba(20, 49, 58, .18));
}
.compass-center .cc-logo {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--ocean-dark);
  line-height: 1;
  margin-top: 6px;
  letter-spacing: -0.01em;
}
.compass-center .cc-label {
  font-family: var(--sans);
  font-size: .58rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--coral-dark);
  font-weight: 600;
  margin-top: 6px;
}

/* Points cardinaux N/S/E/O */
.compass-cardinal {
  position: absolute;
  font-family: var(--display);
  font-style: italic;
  font-size: 1rem;
  color: rgba(232, 223, 201, .5);
  font-weight: 400;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.cc-N { top: 0; left: 50%; }
.cc-E { top: 50%; left: 100%; }
.cc-S { top: 100%; left: 50%; }
.cc-W { top: 50%; left: 0; }
.compass-ring {
  position: absolute;
  inset: 15%;
  border-radius: 50%;
  border: 1px dashed rgba(232, 223, 201, .25);
}
.compass-ring-outer {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px dashed rgba(232, 223, 201, .18);
}
.compass-point {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--paper);
}
.compass-point .cp-dist {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
  color: var(--coral);
  line-height: 1;
  margin-bottom: 6px;
  font-style: italic;
  padding: 4px 10px;
  background: rgba(20, 49, 58, .55);
  backdrop-filter: blur(6px);
  border-radius: 999px;
  display: inline-block;
  border: 1px solid var(--coral);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
}
.compass-point .cp-label {
  font-family: var(--sans);
  font-size: .68rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--paper);
  font-weight: 600;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .5);
}
/* Petite ligne qui relie chaque point au centre */
.compass-point::before {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  width: 2px; height: 2px;
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(212, 128, 94, .2);
  transform: translate(-50%, -50%);
}
/* Positionnement géographique réel : océan à l'OUEST,
   commerces au SUD (centre-ville), gare à l'EST */
.cp-plage    { top: 50%;  left: 8%; }  /* Ouest — océan */
.cp-super    { top: 88%;  left: 40%; } /* Sud-Sud-Ouest — commerces */
.cp-pharma   { top: 82%;  left: 62%; } /* Sud — pharmacie */
.cp-bars     { top: 68%;  left: 82%; } /* Sud-Est — centre bars */
.cp-shop     { top: 42%;  left: 90%; } /* Est — shopping */
.cp-gare     { top: 20%;  left: 78%; } /* Nord-Est — gare routière */

/* ============================================================
   CTA — texte oversized
   ============================================================ */
.cta-massif {
  padding: 180px 0;
  background: var(--paper);
  text-align: center;
  overflow: hidden;
}
.cta-massif .label { color: var(--coral); margin-bottom: 30px; }
.cta-massif h2 {
  font-size: clamp(4rem, 15vw, 14rem);
  line-height: 0.9;
  font-weight: 300;
  color: var(--ocean-dark);
  margin-bottom: 40px;
  letter-spacing: -0.06em;
}
.cta-massif h2 em {
  font-style: italic;
  color: var(--coral);
  font-weight: 300;
}
.cta-massif p {
  max-width: 540px;
  margin: 0 auto 50px;
  font-family: var(--display);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--mute);
}
.cta-massif .cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   SUB HERO (autres pages)
   ============================================================ */
.subhero {
  min-height: 65vh;
  color: var(--paper);
  display: flex;
  align-items: flex-end;
  padding: 200px 0 80px;
  position: relative;
  overflow: hidden;
  background: var(--ocean-dark);
}
.subhero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.subhero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 49, 58, .3) 0%, rgba(20, 49, 58, .6) 60%, rgba(20, 49, 58, .85) 100%);
  z-index: 1;
}
.subhero-inner {
  position: relative;
  z-index: 2;
  padding: 0 40px;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.subhero .label { color: var(--sand); margin-bottom: 22px; }
.subhero h1 {
  color: var(--paper);
  font-size: clamp(3rem, 9vw, 8rem);
  font-weight: 300;
  line-height: 0.95;
  margin-bottom: 30px;
}
.subhero h1 em {
  font-style: italic;
  color: var(--sand);
}
.subhero-desc {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.2rem;
  color: rgba(254, 252, 247, .88);
  max-width: 620px;
  font-weight: 300;
}

/* ============================================================
   Sections classiques (pour autres pages)
   ============================================================ */
section.classic { padding: 140px 0; }
section.classic.bg-sand { background: var(--sand-light); }
section.classic.bg-ocean {
  background: var(--ocean-dark);
  color: var(--paper);
}
section.classic.bg-ocean h2 { color: var(--paper); }
section.classic.bg-ocean p { color: rgba(254, 252, 247, .82); }

.sec-head {
  text-align: center;
  margin-bottom: 70px;
  padding: 0 20px;
}
.sec-head .label { margin-bottom: 20px; display: inline-block; }
.sec-head h2 { margin-bottom: 20px; }
.sec-head p {
  max-width: 620px;
  margin: 22px auto 0;
  font-size: 1.08rem;
  color: var(--mute);
  font-family: var(--display);
  font-style: italic;
  font-weight: 300;
}

/* Split ordinaire pour pages secondaires */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.split-photo {
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.split-content .cat-badge {
  display: inline-block;
  font-family: var(--sans);
  font-size: .68rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--paper);
  font-weight: 600;
  padding: 6px 14px;
  background: var(--coral);
  border-radius: 999px;
  margin-bottom: 16px;
}
.split-content .accroche {
  font-family: var(--display);
  font-style: italic;
  color: var(--mute);
  font-size: 1.15rem;
  margin-bottom: 20px;
  font-weight: 300;
}
.split-content h2 {
  margin-bottom: 26px;
  font-size: clamp(2.4rem, 5vw, 4rem);
}
.split-content p { margin-bottom: 20px; font-size: 1.05rem; line-height: 1.85; }
.split-content .signature {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
}
.split-content .signature .price {
  font-family: var(--display);
  font-style: italic;
  color: var(--coral);
  font-size: 1.8rem;
  font-weight: 400;
}
.split-content .signature .price-sub {
  font-family: var(--sans);
  font-size: .74rem;
  color: var(--mute);
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ============================================================
   SHARED LIST — équipements avec icônes rondes centrées
   Design éditorial premium pour pages secondaires
   ============================================================ */
.shared-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 30px;
  max-width: 1100px;
  margin: 0 auto;
}
.shared-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.shared-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid rgba(232, 223, 201, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sand);
  transition: all .4s var(--ease);
  background: rgba(232, 223, 201, .04);
}
.shared-icon svg {
  width: 26px; height: 26px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.shared-item:hover .shared-icon {
  background: var(--coral);
  color: var(--paper);
  border-color: var(--coral);
  transform: translateY(-3px);
}
.shared-txt {
  font-family: var(--display);
  font-style: italic;
  font-weight: 300;
  font-size: 1.02rem;
  color: var(--paper);
  line-height: 1.4;
}

/* Variante sur fond clair */
.shared-list.light .shared-icon {
  border-color: rgba(212, 128, 94, .35);
  background: var(--paper);
  color: var(--coral);
}
.shared-list.light .shared-txt {
  color: var(--ocean-dark);
}
.shared-list.light .shared-item:hover .shared-icon {
  background: var(--coral);
  color: var(--paper);
  border-color: var(--coral);
}

/* ============================================================
   ÉQUIPEMENTS / FEATURES (legacy — pages secondaires)
   ============================================================ */
.features-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px 40px;
  margin-top: 20px;
}
.feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 6px 0;
}
.feature-icon {
  width: 42px; height: 42px;
  min-width: 42px;
  border-radius: 50%;
  border: 1px solid var(--coral);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--coral);
  transition: all .3s var(--ease);
}
.feature-icon .icon,
.feature-icon svg {
  width: 18px; height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.feature:hover .feature-icon {
  background: var(--coral);
  color: var(--paper);
}
.feature-txt {
  font-family: var(--sans);
  font-size: .95rem;
  color: var(--ink);
  line-height: 1.4;
  padding-top: 10px;
  font-weight: 400;
}

/* ============================================================
   INFO BAND (adresse/plage/saison/tel — pages secondaires)
   ============================================================ */
.info-band {
  background: var(--sand);
  padding: 30px 0;
  border-bottom: 1px solid var(--sand-dark);
}
.info-band-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 6px 16px;
  position: relative;
}
.info-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0; top: 20%; bottom: 20%;
  width: 1px;
  background: var(--sand-dark);
}
.info-icon {
  width: 42px; height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: var(--paper);
  border: 1px solid var(--coral);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--coral);
  transition: all .3s var(--ease);
}
.info-icon svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.info-item:hover .info-icon { background: var(--coral); color: var(--paper); }
.info-content {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  min-width: 0;
}
.info-lbl {
  font-family: var(--sans);
  font-size: .62rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 4px;
  font-weight: 500;
}
.info-val {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--ocean-dark);
  line-height: 1.3;
  font-weight: 300;
}

/* Icon générique pour info-band home */
.icon {
  display: inline-block;
  width: 18px; height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ============================================================
   TARIFS
   ============================================================ */
.tarif-block {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}
.tarif-block-head {
  background: var(--ocean-dark);
  color: var(--paper);
  padding: 30px 40px;
}
.tarif-block-head h3 {
  color: var(--paper);
  font-family: var(--display);
  font-weight: 300;
  font-size: 1.9rem;
  font-style: italic;
}
.tarif-block-head .sub {
  font-family: var(--sans);
  font-size: .78rem;
  color: rgba(254, 252, 247, .7);
  margin-top: 8px;
  letter-spacing: .04em;
}
.tarif-table {
  width: 100%;
  border-collapse: collapse;
}
.tarif-table th, .tarif-table td {
  padding: 20px 40px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
.tarif-table th {
  background: var(--sand-light);
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ocean-dark);
  font-weight: 600;
}
.tarif-table tr:last-child td { border-bottom: none; }
.tarif-table td:first-child {
  font-family: var(--display);
  font-style: italic;
  color: var(--ocean-dark);
  font-size: 1.08rem;
  font-weight: 300;
}
.tarif-table td:last-child {
  font-family: var(--display);
  font-size: 1.3rem;
  color: var(--coral-dark);
  font-weight: 300;
  text-align: right;
}
.tarif-supp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.tarif-supp-item {
  padding: 24px 26px;
  background: var(--sand-light);
  border-radius: 6px;
  border: 1px solid var(--sand-dark);
}
.tarif-supp-item .lbl {
  font-family: var(--sans);
  font-size: .72rem;
  color: var(--mute);
  letter-spacing: .12em;
  margin-bottom: 8px;
  font-weight: 500;
}
.tarif-supp-item .val {
  font-family: var(--display);
  font-size: 1.4rem;
  color: var(--ocean-dark);
  font-weight: 300;
}

/* ============================================================
   Partenaires (guide) — cartes plus aérées avec badge logo
   ============================================================ */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 20px;
}
.partner-card {
  background: var(--paper);
  padding: 36px 32px 30px;
  border: 1px solid var(--line);
  border-radius: 10px;
  transition: all .4s var(--ease);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.partner-card:hover {
  border-color: var(--coral);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.partner-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 6px;
}
.partner-logo {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sand-light), var(--sand));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--coral-dark);
  border: 1px solid var(--sand-dark);
  transition: all .3s var(--ease);
  flex-shrink: 0;
}
.partner-logo svg {
  width: 26px; height: 26px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.partner-card:hover .partner-logo {
  background: var(--coral);
  color: var(--paper);
  border-color: var(--coral);
  transform: rotate(-6deg);
}
.partner-card .tag {
  display: inline-block;
  font-family: var(--sans);
  font-size: .62rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--coral-dark);
  background: rgba(212, 128, 94, .1);
  padding: 5px 12px;
  border-radius: 4px;
  font-weight: 600;
  align-self: flex-start;
}
.partner-card h4 {
  color: var(--ocean-dark);
  margin-bottom: 6px;
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.15;
}
.partner-card p {
  font-size: .95rem;
  color: var(--mute);
  line-height: 1.65;
  flex: 1;
  margin: 0;
}
.partner-card .contact-row {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-top: 16px;
  margin-top: 8px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}
.partner-card .contact-row a {
  font-family: var(--sans);
  font-size: .82rem;
  color: var(--ocean);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .3s var(--ease);
}
.partner-card .contact-row a:hover { color: var(--coral); }
.partner-card .contact-row .sep {
  color: var(--line);
  font-size: 1rem;
}

/* ============================================================
   CONTACT — plus d'air
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
  margin-top: 40px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.contact-line {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}
.contact-line .ico {
  width: 52px; height: 52px;
  min-width: 52px;
  border: 1px solid var(--coral);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--coral);
  transition: all .3s var(--ease);
}
.contact-line:hover .ico { background: var(--coral); color: var(--paper); }
.contact-line .icon { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.contact-line .lbl {
  font-size: .66rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 6px;
  font-weight: 500;
}
.contact-line .val {
  font-family: var(--display);
  font-size: 1.25rem;
  color: var(--ocean-dark);
  font-weight: 300;
  line-height: 1.4;
  font-style: italic;
}
.contact-map {
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}
.contact-map iframe {
  width: 100%; height: 100%;
  border: 0;
  filter: saturate(1.05);
}

/* ============================================================
   FORMULAIRE
   ============================================================ */
.form {
  display: grid;
  gap: 24px;
  max-width: 720px;
  margin: 0 auto;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.form label {
  display: block;
  font-size: .68rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 10px;
  font-weight: 600;
}
.form input, .form select, .form textarea {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--ink);
  border-radius: 6px;
  transition: all .3s var(--ease);
}
.form input:focus, .form select:focus, .form textarea:focus {
  outline: none;
  border-color: var(--coral);
  box-shadow: 0 0 0 3px rgba(212, 128, 94, .12);
}
.form textarea { resize: vertical; min-height: 160px; }
.form button { margin-top: 10px; justify-self: start; }

/* ============================================================
   FOOTER minimal magazine
   ============================================================ */
.footer {
  background: var(--ocean-dark);
  color: rgba(254, 252, 247, .72);
  padding: 100px 0 40px;
  position: relative;
  overflow: hidden;
}
.footer-hero {
  padding: 0 40px 80px;
  max-width: 1440px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(232, 223, 201, .12);
  margin-bottom: 60px;
}
.footer-hero .huge {
  font-family: var(--display);
  font-size: clamp(3rem, 10vw, 8rem);
  font-weight: 300;
  color: var(--paper);
  line-height: 0.95;
  letter-spacing: -0.03em;
}
.footer-hero .huge em {
  font-style: italic;
  color: var(--sand);
  font-weight: 300;
}
.footer-hero .sub {
  font-family: var(--display);
  font-style: italic;
  color: var(--coral);
  font-size: 1.2rem;
  margin-top: 20px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.1fr 1fr;
  gap: 50px;
  padding: 0 40px;
  max-width: 1440px;
  margin: 0 auto 60px;
}
.footer .logo { color: var(--paper); margin-bottom: 26px; }
.footer .brand-desc {
  font-size: .92rem;
  line-height: 1.75;
  color: rgba(254, 252, 247, .58);
  max-width: 340px;
}
.footer-col h5 {
  font-family: var(--sans);
  font-size: .68rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 24px;
  font-weight: 600;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(212, 128, 94, .22);
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; }
.footer-col a {
  font-size: .93rem;
  transition: all .3s var(--ease);
  display: inline-block;
}
.footer-col a:hover { color: var(--coral); transform: translateX(4px); }
.footer-col p { font-size: .93rem; margin-bottom: 8px; color: rgba(254, 252, 247, .6); line-height: 1.65; }

.footer-bottom {
  border-top: 1px solid rgba(254, 252, 247, .08);
  padding: 30px 40px 0;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .72rem;
  color: rgba(254, 252, 247, .5);
}
.footer-bottom .credit { font-style: italic; }
.footer-bottom .credit strong { color: var(--coral); font-weight: 500; font-style: normal; }

/* ============================================================
   MOBILE NAV
   ============================================================ */
.mobile-nav {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--ocean-dark);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .4s var(--ease);
}
.mobile-nav.open { opacity: 1; visibility: visible; }
.mobile-nav ul { list-style: none; text-align: center; }
.mobile-nav li { margin: 22px 0; }
.mobile-nav a {
  font-family: var(--display);
  font-size: 2.2rem;
  color: var(--paper);
  font-weight: 300;
  font-style: italic;
}
.mobile-nav a:hover { color: var(--coral); }

/* ============================================================
   REVEAL / progress — rejouable au re-scroll
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }
.reveal-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.reveal-left.in { opacity: 1; transform: none; }
.reveal-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.reveal-right.in { opacity: 1; transform: none; }
.reveal-up {
  opacity: 0;
  transform: translateY(60px) scale(0.98);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.reveal-up.in { opacity: 1; transform: none; }

.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 100%;
  z-index: 200;
  pointer-events: none;
  transform-origin: left center;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--coral-dark), var(--coral));
  transition: transform .08s linear;
  box-shadow: 0 0 12px rgba(212, 128, 94, .4);
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg, .marquee-track, .features-track { animation: none !important; }
  .stacked-item { position: relative; height: auto; padding: 100px 0; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1050px) {
  .shared-list { grid-template-columns: repeat(3, 1fr); gap: 40px 24px; }
  .split-scroll { grid-template-columns: 1fr; }
  .split-scroll-media { position: relative; height: 60vh; }
  .split-scroll-content { padding: 100px 40px; }
  .magazine-grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 140px; }
  .mg-1 { grid-column: 1 / 7; grid-row: span 3; }
  .mg-2 { grid-column: 1 / 7; grid-row: span 2; }
  .mg-3 { grid-column: 1 / 4; grid-row: span 2; }
  .mg-4 { grid-column: 4 / 7; grid-row: span 2; }
  .mg-5 { grid-column: 1 / 3; grid-row: span 2; }
  .mg-6 { grid-column: 3 / 5; grid-row: span 2; }
  .mg-7 { grid-column: 5 / 7; grid-row: span 2; }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .tarif-supp { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .magazine-header { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 900px) {
  .shared-list { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
  .shared-icon { width: 60px; height: 60px; }
  .shared-icon svg { width: 22px; height: 22px; }
  .shared-txt { font-size: .95rem; }
  .nav, .header .btn { display: none; }
  .burger { display: flex; }
  .split { grid-template-columns: 1fr; gap: 50px; }
  .split.reverse { direction: ltr; }
  .split-photo { aspect-ratio: 4/3; max-width: 520px; margin: 0 auto; }
  .form-row { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 14px; text-align: center; padding-top: 20px; }
  .hero-content { padding: 0 24px 60px; }
  .hero-top { padding-top: 100px; }
  .hero-title-block h1 .l2 { padding-left: 6vw; }
  .compass { max-width: 480px; }
  .compass-center { width: 140px; height: 140px; padding: 20px; }
  .compass-center .cc-logo { font-size: 1.4rem; }
  .stacked-item-content { padding: 0 24px; }
  section.classic { padding: 90px 0; }
  .subhero { padding: 160px 0 60px; }
}
@media (max-width: 600px) {
  .wrap, .wrap-tight, .wrap-narrow { padding: 0 22px; }
  .hero-title-block h1 .l2 { padding-left: 0; }
  .hero-bottom { flex-direction: column; align-items: flex-start; }
  .hero-ctas { flex-direction: column; align-items: stretch; width: 100%; }
  .hero-ctas .btn { justify-content: center; }
  .partners-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-hero .huge { font-size: 3rem; }
  .compass { max-width: 340px; }
  .compass-center { width: 110px; height: 110px; padding: 14px; }
  .compass-center .cc-logo { font-size: 1.1rem; }
  .compass-point .cp-dist { font-size: 1.4rem; }
  .compass-point .cp-label { font-size: .62rem; }
  .cta-massif h2 { font-size: clamp(3rem, 15vw, 5rem); }
  .tarif-supp { grid-template-columns: 1fr; }
  .marquee-item { font-size: .68rem; letter-spacing: .24em; }
}

/* ============================================================
   REVIEWS SECTION — 172 avis Google 4,6/5
   ============================================================ */
.reviews-section {
  padding: 140px 0 110px;
  background: linear-gradient(180deg, var(--paper) 0%, var(--sand-50) 100%);
  position: relative;
}
.reviews-section .sec-head { margin-bottom: 80px; }

.reviews-hero {
  max-width: 1200px;
  margin: 0 auto;
}

.score-block {
  text-align: center;
  margin-bottom: 70px;
}

/* Trois notes côte-à-côte : Google + 2 Booking */
.score-triple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 80px;
  padding: 0 20px;
}
.score-item {
  text-align: center;
  padding: 32px 20px 34px;
  background: var(--paper);
  border: 1px solid rgba(212,128,94,.16);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all .4s var(--ease);
}
.score-item:hover {
  border-color: rgba(212,128,94,.5);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px -25px rgba(20,49,58,.18);
}
.score-source {
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 14px;
}
.score-big {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(3.4rem, 7vw, 5.2rem);
  line-height: .9;
  color: var(--ocean-dark);
  letter-spacing: -0.04em;
  font-style: italic;
}
.score-big .score-max {
  font-size: .38em;
  color: var(--mute);
  font-style: normal;
  margin-left: 4px;
  letter-spacing: 0;
}
.score-label {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 1.15rem;
  color: var(--coral);
  margin: 10px 0 6px;
}
.score-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 14px 0 10px;
  color: var(--coral);
}
.score-stars svg {
  width: 20px; height: 20px;
  fill: currentColor;
  stroke: none;
}
.score-stars svg.half polygon { fill: url(#half); }
.score-count {
  font-family: var(--sans);
  font-size: .82rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--mute);
}
.score-count a {
  color: var(--coral);
  border-bottom: 1px solid rgba(212,128,94,.4);
  padding-bottom: 2px;
  transition: color .3s, border-color .3s;
}
.score-count a:hover { color: var(--ocean-dark); border-color: var(--ocean-dark); }

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 70px;
}
.review-card {
  background: var(--paper);
  padding: 42px 34px 34px;
  border: 1px solid rgba(212,128,94,.15);
  border-radius: 4px;
  position: relative;
  box-shadow: 0 4px 40px -20px rgba(20,49,58,.15);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px -25px rgba(20,49,58,.2);
}
.review-quote-mark {
  position: absolute;
  top: 14px;
  left: 22px;
  font-family: var(--display);
  font-style: italic;
  font-size: 4.5rem;
  line-height: 1;
  color: var(--coral);
  opacity: .28;
}
.review-card p {
  font-family: var(--display);
  font-style: italic;
  font-weight: 300;
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--ink);
  margin: 20px 0 30px;
  position: relative;
  z-index: 1;
}
.review-author {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 22px;
  border-top: 1px solid rgba(212,128,94,.15);
}
.review-author strong {
  font-family: var(--sans);
  font-weight: 600;
  font-size: .95rem;
  color: var(--ocean-dark);
  letter-spacing: 0;
}
.review-author span {
  font-family: var(--sans);
  font-size: .78rem;
  color: var(--mute);
  letter-spacing: .06em;
}
.review-stars {
  color: var(--coral);
  font-size: .95rem;
  letter-spacing: .1em;
  margin-top: 4px;
}

.reviews-platforms {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid rgba(212,128,94,.18);
}
.platforms-label {
  display: block;
  font-family: var(--sans);
  font-size: .74rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 24px;
}
.platforms-list {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.platform-chip {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 28px;
  background: var(--paper);
  border: 1px solid rgba(212,128,94,.25);
  border-radius: 3px;
  min-width: 180px;
  transition: all .35s var(--ease);
}
.platform-chip:hover {
  background: var(--ocean-dark);
  border-color: var(--ocean-dark);
  transform: translateY(-3px);
}
.platform-chip:hover .platform-name,
.platform-chip:hover .platform-rating { color: var(--paper); }
.platform-name {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 1.35rem;
  color: var(--ocean-dark);
  letter-spacing: -0.01em;
  transition: color .35s;
}
.platform-rating {
  font-family: var(--sans);
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--mute);
  transition: color .35s;
}

/* CTA MASSIF — bande booking secondaire */
.cta-booking {
  margin-top: 42px;
  padding-top: 32px;
  border-top: 1px solid rgba(20,49,58,.12);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-family: var(--sans);
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--mute);
}
.cta-booking a {
  color: var(--ocean-dark);
  border-bottom: 1px solid rgba(20,49,58,.35);
  padding-bottom: 2px;
  transition: color .3s, border-color .3s;
}
.cta-booking a:hover { color: var(--coral); border-color: var(--coral); }
.cta-booking .dot { color: rgba(20,49,58,.3); }

/* ============================================================
   BANDE RÉSERVATION — plateformes (tarifs.html)
   ============================================================ */
.booking-band {
  padding: 90px 0 60px;
  background: var(--sand-50);
  text-align: center;
}
.booking-band-inner { max-width: 900px; margin: 0 auto; padding: 0 24px; }
.booking-band .eyebrow { margin-bottom: 22px; }
.booking-band h2 {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  line-height: 1.15;
  color: var(--ocean-dark);
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.booking-band h2 em {
  font-style: italic;
  color: var(--coral);
}
.booking-band > .booking-band-inner > p {
  color: var(--mute);
  font-size: 1.02rem;
  margin-bottom: 46px;
}
.booking-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.booking-card {
  background: var(--paper);
  padding: 34px 24px 28px;
  border: 1px solid rgba(212,128,94,.2);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: all .4s var(--ease);
}
.booking-card:hover {
  border-color: var(--coral);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px -25px rgba(20,49,58,.18);
}
.booking-card .platform {
  font-family: var(--display);
  font-style: italic;
  font-weight: 400;
  font-size: 1.6rem;
  color: var(--ocean-dark);
  letter-spacing: -0.02em;
}
.booking-card .desc {
  font-family: var(--sans);
  font-size: .88rem;
  color: var(--mute);
  line-height: 1.5;
  text-align: center;
  margin-bottom: 8px;
}
.booking-card .go {
  font-family: var(--sans);
  font-size: .74rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--coral);
  padding-top: 8px;
  border-top: 1px solid rgba(212,128,94,.2);
  width: 100%;
  text-align: center;
  transition: color .3s;
}
.booking-card:hover .go { color: var(--ocean-dark); }

/* ============================================================
   PARTNER WORDMARKS — remplacement des icônes génériques
   ============================================================ */
.partner-wordmark {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--coral);
  text-align: center;
  padding: 0 8px;
  transition: color .3s;
}
.partner-wordmark .wm-first {
  display: block;
  font-style: italic;
  font-size: 1.35rem;
}
.partner-wordmark .wm-second {
  display: block;
  font-family: var(--sans);
  font-size: .58rem;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--mute);
  margin-top: 6px;
  font-weight: 500;
}
.partner-card:hover .partner-wordmark { color: var(--paper); }
.partner-card:hover .partner-wordmark .wm-second { color: rgba(254,252,247,.75); }

/* ============================================================
   GUIDE — espacement fin de page
   ============================================================ */
.guide-office { padding: 130px 0 40px; }
.guide-office h2 {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.15;
  color: var(--ocean-dark);
  letter-spacing: -0.02em;
  margin: 30px 0 32px;
}
.guide-office p { margin-bottom: 40px; line-height: 1.7; }
.guide-office + .cta-band { margin-top: 80px; }

@media (max-width: 900px) {
  .reviews-grid { grid-template-columns: 1fr; gap: 20px; }
  .booking-cards { grid-template-columns: 1fr; }
  .platforms-list { flex-direction: column; align-items: stretch; padding: 0 24px; }
  .platform-chip { min-width: 0; }
  .reviews-section { padding: 90px 0 70px; }
  .score-triple { grid-template-columns: 1fr; gap: 16px; }
}

/* ============================================================
   RESPONSIVE iPHONE — <= 480px
   Tout doit être nickel, aucun débordement, tailles propres
   ============================================================ */
@media (max-width: 480px) {
  html { overflow-x: clip; }
  body { overflow-x: clip; max-width: 100vw; }
  /* NB: pas de overflow-x: hidden sur html/body — casse position:sticky sur iOS Safari */
  * { min-width: 0; }
  img, svg, video, iframe { max-width: 100%; height: auto; }

  .wrap, .wrap-tight, .wrap-narrow { padding: 0 18px; }

  /* Headings globaux */
  h1 { font-size: clamp(2.4rem, 11vw, 3.6rem); line-height: .95; letter-spacing: -0.03em; }
  h2 { font-size: clamp(1.9rem, 8vw, 2.6rem); line-height: 1.05; letter-spacing: -0.02em; }
  h3 { font-size: 1.4rem; }
  p  { font-size: .96rem; line-height: 1.6; }

  /* Sections — padding vertical raisonnable */
  section { padding: 60px 0; }
  section.classic { padding: 70px 0; }

  /* HEADER — padding-top qui inclut la safe area, fond couvre depuis pixel 0 (notch) */
  .header { padding: calc(env(safe-area-inset-top) + 12px) 0 12px; }
  .header.scrolled { padding: calc(env(safe-area-inset-top) + 10px) 0 10px; }
  /* Fond opaque dès le chargement pour couvrir la safe area et éviter le contenu qui défile derrière */
  .header::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: env(safe-area-inset-top);
    background: rgba(20, 49, 58, .35);
    backdrop-filter: blur(10px);
    pointer-events: none;
    transition: background .4s var(--ease);
  }
  .header.scrolled::before { background: rgba(254, 252, 247, .96); }
  .header-inner { padding: 0 18px; }
  .logo-mark { width: 38px; height: 38px; font-size: 1.1rem; }
  .logo-text .brand { font-size: 1.1rem; }
  .logo-text .sub { font-size: .55rem; letter-spacing: .3em; margin-top: 4px; }
  .header .btn { padding: 9px 14px; font-size: .62rem; letter-spacing: .12em; }

  /* MOBILE-NAV — fullscreen au-dessus de tout, respect safe area */
  .mobile-nav {
    z-index: 200;
    padding: calc(env(safe-area-inset-top) + 40px) 0 calc(env(safe-area-inset-bottom) + 30px);
    overflow-y: auto;
  }
  .mobile-nav ul { width: 100%; padding: 0; }
  .mobile-nav li { margin: 14px 0; }
  .mobile-nav a { font-size: 1.9rem; }
  body.nav-open { position: fixed; width: 100%; overflow: hidden; }

  /* HERO home — titre bien mis en valeur, CTAs plus discrets */
  .hero { min-height: 100svh; }
  .hero-content { padding: 0 20px 40px !important; }
  .hero-top { padding-top: calc(env(safe-area-inset-top) + 90px); flex-direction: column; align-items: flex-start; gap: 10px; }
  .hero-top .label { font-size: .62rem; padding: 6px 12px; letter-spacing: .18em; white-space: nowrap; }
  .hero-place { text-align: left; font-size: .82rem; padding: 8px 14px; }
  .hero-title-block { padding-bottom: 26px; }
  .hero-title-block h1 { font-size: 4rem; margin-bottom: 22px; line-height: .92; letter-spacing: -0.045em; font-weight: 300; }
  .hero-title-block h1 .l2 { padding-left: 6vw; }
  .hero-desc { font-size: .92rem; padding: 12px 14px; max-width: 100%; }
  .hero-ctas { width: 100%; flex-direction: column; gap: 8px; }
  .hero-ctas .btn { width: 100%; justify-content: center; padding: 11px 18px; font-size: .68rem; letter-spacing: .18em; }

  /* MARQUEE tickers */
  .marquee { padding: 12px 0; }
  .marquee-item { font-size: .6rem; letter-spacing: .2em; }
  .feature-item { font-size: 1rem; gap: 10px; }
  .feature-item svg { width: 18px; height: 18px; }
  .feature-item::after { font-size: 1.2rem; margin-left: 18px; }
  .features-marquee { padding: 32px 0; }

  /* SPLIT-SCROLL (Bienvenue à Lacanau) — compact sur mobile, aucun vide en bas */
  .split-scroll { min-height: auto; }
  .split-scroll-media { height: 45vh; }
  .split-scroll-content { padding: 40px 24px 20px; gap: 18px; }
  .split-scroll-content p { font-size: 1rem; line-height: 1.6; max-width: 100%; }
  .split-scroll-content .signature { margin-bottom: 0; }

  /* LE RITUEL — SCROLL HORIZONTAL avec snap gauche/droite — vide reduit avant */
  .day-section { padding: 30px 0 60px; }
  .day-header { grid-template-columns: 1fr; padding: 0 20px; gap: 18px; margin-bottom: 34px; }
  .day-header h2 { font-size: 2rem; }
  .day-header p { font-size: 1rem; padding-bottom: 0; }
  .day-track {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    padding: 0 20px 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .day-track::-webkit-scrollbar { display: none; }
  .day-card {
    flex: 0 0 78%;
    aspect-ratio: 3/4;
    scroll-snap-align: center;
  }
  .day-card:first-child { margin-left: 0; }
  .day-card:last-child { margin-right: 20px; }
  .day-card-title { font-size: 1.5rem; }
  .day-card-hour { font-size: .88rem; }
  .day-card-desc { font-size: .82rem; max-height: 80px; opacity: 1; margin-top: 6px; }
  .day-card-num { font-size: 1.15rem; top: 16px; left: 18px; }
  .day-card-content { padding: 22px 18px 20px; }

  /* STACKED FORMULES — GARDER l'effet sticky sur mobile aussi */
  .stacked-item { position: sticky; top: 0; height: 100svh; padding: 0; }
  .stacked-item::before {
    background: linear-gradient(180deg, rgba(14, 33, 40, .72) 0%, rgba(14, 33, 40, .55) 100%);
  }
  .stacked-item-content { padding: 0 22px; max-width: 100%; }
  .stacked-item .num { font-size: 2.8rem; margin-bottom: 10px; }
  .stacked-item .tag { font-size: .6rem; letter-spacing: .22em; padding: 6px 12px; margin-bottom: 14px; background: var(--coral); color: var(--paper); }
  .stacked-item h2 { font-size: 2.4rem; margin-bottom: 16px; line-height: 1; }
  .stacked-item p { font-size: .98rem; padding-left: 14px; margin-bottom: 22px; }
  .stacked-item .meta { flex-direction: column; align-items: flex-start; gap: 12px; padding-top: 16px; }
  .stacked-item .meta-price { font-size: 1.5rem; }
  .stacked-formules + section { margin-top: 0 !important; }

  /* SPLIT (pages secondaires) — photo AVANT texte, bloc chambre distinct */
  section.classic { padding: 30px 0; }
  .split {
    display: flex !important;
    flex-direction: column;
    gap: 18px !important;
    padding: 26px 0 !important;
    border-bottom: 1px dashed rgba(212, 128, 94, .28);
  }
  .split.reverse { direction: ltr; }
  .split.reverse > * { direction: ltr; }
  section.classic:last-of-type .split { border-bottom: none; }
  section.classic.bg-sand + section.classic .split { border-top: none; }
  .split-photo { aspect-ratio: 4/3; max-width: 100%; margin: 0; border-radius: 8px; width: 100%; }
  .split-content { padding: 4px 4px 12px; }
  .split-content h2 { margin-top: 6px !important; margin-bottom: 12px !important; font-size: 1.9rem !important; }
  .split-content p { font-size: .92rem; line-height: 1.55; margin-bottom: 10px; }
  .cat-badge { font-size: .6rem; padding: 5px 11px; letter-spacing: .22em; margin-bottom: 8px; }
  .accroche { font-size: .95rem; margin-bottom: 4px; }
  .signature { margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(212,128,94,.2); }
  .signature .price { font-size: 1.4rem; }
  .signature .price-sub { font-size: .78rem; }

  /* SHARED / FEATURES — SCROLL HORIZONTAL snap comme le rituel */
  .shared-list {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 12px;
    padding: 0 16px 16px;
    margin: 0 -18px;
  }
  .shared-list::-webkit-scrollbar { display: none; }
  .shared-item {
    flex: 0 0 45%;
    scroll-snap-align: center;
    gap: 12px;
  }
  .shared-icon { width: 64px; height: 64px; }
  .shared-icon svg { width: 24px; height: 24px; }
  .shared-txt { font-size: .88rem; line-height: 1.35; }

  /* SHARED / FEATURES — icônes équipements */
  .shared-list { grid-template-columns: repeat(2, 1fr); gap: 28px 14px; }
  .shared-icon { width: 54px; height: 54px; }
  .shared-icon svg { width: 20px; height: 20px; }
  .shared-txt { font-size: .86rem; line-height: 1.35; }

  /* MAGAZINE GRID — 2 colonnes façon album photo, cliquable */
  .magazine-section { padding: 60px 0; }
  .magazine-header { grid-template-columns: 1fr; gap: 12px; padding: 0 20px; margin-bottom: 32px; }
  .magazine-header p { font-size: 1rem; padding-bottom: 0; }
  .magazine-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 90px;
    gap: 8px;
    padding: 0 12px;
  }
  .mg-item { cursor: zoom-in; border-radius: 4px; }
  .mg-1 { grid-column: 1 / 7; grid-row: span 3; }
  .mg-2 { grid-column: 1 / 4; grid-row: span 2; }
  .mg-3 { grid-column: 4 / 7; grid-row: span 2; }
  .mg-4 { grid-column: 1 / 4; grid-row: span 2; }
  .mg-5 { grid-column: 4 / 7; grid-row: span 2; }
  .mg-6 { grid-column: 1 / 4; grid-row: span 2; }
  .mg-7 { grid-column: 4 / 7; grid-row: span 2; }

  /* BOUSSOLE — évite superpositions, distance sur 1 ligne */
  .compass-section { padding: 70px 0; }
  .compass-header { padding: 0 20px; margin-bottom: 34px; }
  .compass-header h2 { font-size: 2rem; }
  .compass-header p { font-size: 1rem; }
  .compass { max-width: 330px; }
  .compass-center { width: 90px; height: 90px; padding: 8px; box-shadow: var(--shadow-xl), 0 0 0 6px rgba(254,252,247,.12); }
  .compass-center .villa-3d { width: 56px; height: 40px; }
  .compass-center .cc-logo { font-size: .82rem; }
  .compass-cardinal { font-size: .55rem; letter-spacing: .25em; }
  .compass-point { max-width: 90px; }
  .compass-point .cp-dist {
    font-size: .78rem;
    padding: 3px 8px;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.1;
  }
  .compass-point .cp-label {
    font-size: .5rem;
    letter-spacing: .08em;
    line-height: 1.2;
    max-width: 90px;
    margin: 0 auto;
    display: block;
    margin-top: 4px;
  }

  /* CTA MASSIF & CTA BAND */
  .cta-massif { padding: 90px 20px !important; }
  .cta-massif h2 { font-size: clamp(2.6rem, 13vw, 4rem); margin-bottom: 24px; }
  .cta-massif p { font-size: 1rem; margin-bottom: 32px; }
  .cta-actions { flex-direction: column; width: 100%; }
  .cta-actions .btn { width: 100%; justify-content: center; }
  .cta-booking { flex-direction: column; gap: 8px; margin-top: 28px; padding-top: 20px; font-size: .72rem; }
  .cta-booking .dot { display: none; }
  .cta-band { padding: 80px 0; }
  .cta-band-inner h2 { font-size: 2.2rem; }

  /* REVIEWS — 1 carte centrée en haut (Google) + 2 en dessous (Booking) */
  .reviews-section { padding: 60px 0 50px; }
  .reviews-section .sec-head { margin-bottom: 34px; }
  .score-triple {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a a" "b c";
    gap: 10px;
    padding: 0 4px;
    margin-bottom: 34px;
  }
  .score-item { padding: 20px 14px 22px; }
  .score-item:nth-child(1) { grid-area: a; }
  .score-item:nth-child(2) { grid-area: b; }
  .score-item:nth-child(3) { grid-area: c; }
  .score-source { font-size: .58rem; letter-spacing: .18em; margin-bottom: 8px; }
  .score-big { font-size: 2.6rem; }
  .score-item:nth-child(1) .score-big { font-size: 3.6rem; }
  .score-stars { gap: 3px; margin: 10px 0 8px; }
  .score-stars svg { width: 16px; height: 16px; }
  .score-item:nth-child(1) .score-stars svg { width: 22px; height: 22px; }
  .score-label { font-size: .92rem; margin: 6px 0 4px; }
  .score-count { font-size: .62rem; letter-spacing: .08em; }
  .reviews-grid { gap: 14px; margin-bottom: 34px; }
  .review-card { padding: 28px 20px 22px; }
  .review-quote-mark { font-size: 3.4rem; top: 8px; left: 14px; }
  .review-card p { font-size: .96rem; margin: 10px 0 20px; }
  .review-author strong { font-size: .88rem; }
  .review-author span { font-size: .7rem; }
  .reviews-platforms { padding-top: 16px; }
  .platforms-label { font-size: .62rem; letter-spacing: .22em; margin-bottom: 14px; }
  .platforms-list {
    flex-direction: row;
    padding: 0 4px;
    gap: 6px;
    justify-content: center;
  }
  .platform-chip {
    flex: 1 1 0;
    padding: 12px 6px;
    min-width: 0;
    gap: 2px;
  }
  .platform-name { font-size: .96rem; }
  .platform-rating { font-size: .56rem; letter-spacing: .1em; }

  /* BOOKING BAND (tarifs) */
  .booking-band { padding: 60px 0 40px; }
  .booking-band-inner { padding: 0 20px; }
  .booking-band h2 { font-size: 1.7rem; }
  .booking-cards { gap: 14px; }
  .booking-card { padding: 24px 20px 22px; }
  .booking-card .platform { font-size: 1.35rem; }

  /* PARTENAIRES (guide) */
  .partners-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 4px; }
  .partner-card { padding: 26px 22px; }
  .partner-badge { flex-direction: column; align-items: flex-start; gap: 12px; }
  .partner-logo { width: 70px; height: 70px; }
  .partner-wordmark { font-size: .95rem; padding: 0 4px; }
  .partner-wordmark .wm-first { font-size: 1.15rem; }
  .partner-wordmark .wm-second { font-size: .52rem; letter-spacing: .26em; }
  .partner-card h4 { font-size: 1.05rem; }
  .partner-card p { font-size: .92rem; line-height: 1.55; }
  .partner-card .contact-row { font-size: .84rem; flex-wrap: wrap; gap: 6px; }

  /* GUIDE OFFICE fin de page */
  .guide-office { padding: 70px 0 20px; }
  .guide-office h2 { font-size: 1.7rem; margin: 20px 0 20px; }
  .guide-office p { font-size: .96rem; margin-bottom: 26px; }
  .guide-office + .cta-band { margin-top: 40px; }

  /* SUBHERO (pages secondaires) */
  .subhero { min-height: 55vh; padding: 130px 0 50px; }
  .subhero-inner { padding: 0 20px; }
  .subhero h1 { font-size: clamp(2.4rem, 11vw, 3.6rem); margin-bottom: 20px; line-height: .95; }
  .subhero-desc { font-size: 1rem; }

  /* TARIFS tables */
  .tarif-block-head h3 { font-size: 1.4rem; }
  .tarif-block-head .sub { font-size: .82rem; }
  .tarif-table { font-size: .82rem; }
  .tarif-table th, .tarif-table td { padding: 10px 8px; }
  .tarif-supp-item { padding: 14px 16px; }
  .tarif-supp-item .lbl { font-size: .88rem; }
  .tarif-supp-item .val { font-size: 1rem; }

  /* FORMS */
  .form { gap: 16px; }
  .form label { font-size: .78rem; }
  .form input, .form select, .form textarea { padding: 12px 14px; font-size: .96rem; }
  .form button { width: 100%; padding: 14px 20px; }

  /* CONTACT grid & map */
  .contact-grid { gap: 40px; }
  .contact-line { gap: 14px; }
  .contact-line .ico { width: 42px; height: 42px; }
  .contact-line .icon { width: 20px; height: 20px; }
  .contact-line .lbl { font-size: .68rem; letter-spacing: .2em; }
  .contact-line .val { font-size: .96rem; }
  .contact-map iframe { height: 280px; }

  /* FOOTER — compact horizontal 3 col */
  .footer { padding: 30px 0 20px; }
  .footer-hero { padding: 30px 20px 24px; }
  .footer-hero .huge { font-size: 2rem; }
  .footer-hero .sub { font-size: .82rem; }
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 12px;
    padding: 0 16px;
    margin-bottom: 16px;
  }
  .footer-grid > div:first-child { grid-column: 1 / -1; text-align: center; margin-bottom: 4px; }
  .footer-grid > div:first-child .logo { justify-content: center; }
  .footer-col h5 { font-size: .58rem; margin-bottom: 8px; letter-spacing: .18em; }
  .footer-col ul { padding: 0; }
  .footer-col ul li { margin: 3px 0; }
  .footer-col ul li a, .footer-col p, .footer-col p a { font-size: .74rem; line-height: 1.5; }
  .footer-col p { margin: 3px 0; }
  .footer-bottom { flex-direction: column; gap: 6px; text-align: center; font-size: .62rem; padding: 10px 16px 0; }
  .brand-desc { font-size: .78rem; margin: 0 auto; max-width: 240px; }
  .footer-ornament { margin: 14px 0 10px; }

  /* SEC-HEAD génériques */
  .sec-head { margin-bottom: 40px; }
  .sec-head h2 { font-size: 2.1rem; }
  .sec-head p { font-size: .98rem; }
  .divider { width: 40px; margin: 16px auto; }

  /* Eyebrow / label */
  .eyebrow, .label { font-size: .66rem; letter-spacing: .24em; }
}

/* iPhone SE / mini — sécurité 375px et moins */
@media (max-width: 380px) {
  .wrap, .wrap-tight, .wrap-narrow { padding: 0 16px; }
  .hero-title-block h1 { font-size: 3.4rem; }
  .subhero h1 { font-size: 2.2rem; }
  .stacked-item h2 { font-size: 2rem; }
  .score-big { font-size: 2.4rem; }
  .score-item:nth-child(1) .score-big { font-size: 3.2rem; }
  .cta-massif h2 { font-size: 2.6rem; }
  .footer-hero .huge { font-size: 2rem; }
  .compass { max-width: 300px; }
  .shared-list { gap: 24px 10px; }
  .shared-icon { width: 50px; height: 50px; }
  .platform-name { font-size: .82rem; }
  .platform-rating { font-size: .5rem; }
}

/* ============================================================
   LIGHTBOX — album photo cliquable (mobile + desktop)
   ============================================================ */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(14, 33, 40, .94);
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s var(--ease), visibility .3s;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox .lb-img {
  width: 92%;
  height: 82%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity .25s;
}
.lightbox button {
  position: absolute;
  background: rgba(254, 252, 247, .12);
  color: var(--paper);
  border: 1px solid rgba(254, 252, 247, .3);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s, transform .25s;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.lightbox button:hover, .lightbox button:active { background: var(--coral); border-color: var(--coral); }
.lightbox .lb-close { top: max(18px, calc(env(safe-area-inset-top) + 12px)); right: 18px; font-size: 1.6rem; }
.lightbox .lb-prev { left: 18px; top: 50%; transform: translateY(-50%); font-size: 1.8rem; line-height: 1; }
.lightbox .lb-next { right: 18px; top: 50%; transform: translateY(-50%); font-size: 1.8rem; line-height: 1; }
.lightbox .lb-prev:active, .lightbox .lb-next:active { transform: translateY(-50%) scale(.94); }
@media (max-width: 480px) {
  .lightbox .lb-img { width: 96%; height: 70%; }
  .lightbox button { width: 40px; height: 40px; }
}
