/* ═══════════════════════════════════════════════════════════
   DOMAINE DES BIDAUDIÈRES — Design System
   Editorial Luxury · Parchemin · Or mat · Encre
   Playfair Display + Jost
   ═══════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:wght@400;700&family=Playfair+Display:ital,wght@0,400;0,600;1,400;1,600&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --parch:      #f8f2e6;
  --parch-mid:  #f0e8d6;
  --parch-deep: #e6dbc8;
  --ink:        #16201e;
  --ink-soft:   rgba(22,32,30,.65);
  --ink-fade:   rgba(22,32,30,.40);
  --line:       rgba(22,32,30,.10);
  --gold:       #b8924a;
  --gold-light: #d4aa6a;
  --gold-deep:  #8a6a2e;
  --ivory:      #fdfaf4;
  --dark:       #111916;

  --shadow-sm:  0 2px 12px rgba(10,16,14,.08);
  --shadow-md:  0 12px 40px rgba(10,16,14,.13);
  --shadow-lg:  0 28px 64px rgba(10,16,14,.18);

  --r-sm:  8px;
  --r-md:  16px;
  --r-lg:  24px;
  --r-pill:999px;

  --max-w: 1160px;
}

/* ── RESET ───────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Jost', Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--parch);
  overflow-x: hidden;
}
body::after {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none; z-index: 9999; opacity: .022;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='256' height='256' filter='url(%23g)'/%3E%3C/svg%3E");
  background-size: 256px;
}
img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }

.container { width: min(var(--max-w), calc(100vw - 56px)); margin-inline: auto; position: relative; }
.wrapper    { display: flex; flex-direction: column; min-height: 100svh; }

.scroll-progress {
  position: fixed; top: 0; left: 0;
  height: 2px; width: 0; z-index: 9998;
  background: linear-gradient(90deg, var(--gold-light), var(--gold), var(--gold-deep));
}

/* ═══════════════════════════════════════════════
   HEADER
   ═══════════════════════════════════════════════ */
.header-wrap {
  position: absolute; top: 0; left: 0; width: 100%;
  z-index: 40; padding: 20px 0;
}
body.header-scrolled .header-wrap {
  position: fixed; padding: 10px 0;
}
body.header-scrolled .main-header .container {
  background: rgba(248,242,230,.96);
  border-color: rgba(184,146,74,.20);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  box-shadow: var(--shadow-sm);
}
body.header-scrolled .site-name   { color: var(--ink) !important; }
body.header-scrolled .site-kicker { color: var(--gold) !important; }
body.header-scrolled .site-nav a  { color: var(--ink-soft) !important; }
body.header-scrolled .site-nav a:hover { color: var(--gold-deep) !important; }
body.header-scrolled .nav-cta a   { color: #fff !important; }
body.header-scrolled .site-nav-toggle { color: var(--ink); border-color: var(--line); }
body.header-scrolled .header-topbar { display: none; }

.header-topbar { margin-bottom: 10px; }
.header-topbar-inner {
  display: flex; flex-wrap: wrap; gap: 10px 22px;
  align-items: center; justify-content: center;
  padding: 8px 20px;
  font-family: 'Jost', sans-serif;
  font-size: 10px; font-weight: 400; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.80);
  border-radius: var(--r-pill);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(16,10,6,.28);
  backdrop-filter: blur(10px);
}
.header-topbar a, .header-topbar span { color: inherit; }
.header-topbar i { margin-right: 7px; color: var(--gold-light); }

.main-header .container {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 14px 28px;
  border-radius: var(--r-lg);
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(20,12,8,.30);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background .3s, border-color .3s, box-shadow .3s;
}

.logo-box { display: flex; align-items: center; }
.brand-text { display: flex; flex-direction: column; gap: 2px; }
.site-kicker {
  font-family: 'Jost', sans-serif;
  font-size: 8.5px; font-weight: 500; letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold-light); line-height: 1;
}
.site-name {
  font-family: 'Playfair Display SC', Georgia, serif;
  font-size: 1.20rem; font-weight: 400; letter-spacing: .05em;
  color: #fff; line-height: 1;
}

.site-nav { display: flex; align-items: center; }
.site-nav ul { list-style: none; display: flex; align-items: center; gap: 2px; }
.site-nav a {
  font-family: 'Jost', sans-serif;
  font-size: 11px; font-weight: 400; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.75);
  padding: 8px 14px; border-radius: var(--r-sm);
  transition: color .2s;
}
.site-nav a:hover { color: var(--gold-light); }

.nav-cta a {
  background: var(--gold) !important; color: #fff !important;
  padding: 9px 20px !important; font-weight: 600 !important;
  border-radius: var(--r-sm) !important; transition: background .2s !important;
}
.nav-cta a:hover { background: var(--gold-deep) !important; }

.site-nav-toggle {
  display: none; background: none;
  border: 1px solid rgba(255,255,255,.30); color: #fff;
  padding: 8px 12px; border-radius: var(--r-sm); cursor: pointer; line-height: 1;
}

/* ═══════════════════════════════════════════════
   HERO — PLEIN ÉCRAN ÉDITORIAL
   ═══════════════════════════════════════════════ */
.hero-fullscreen {
  position: relative;
  width: 100%; height: 100svh;
  min-height: 700px; max-height: 1080px;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
}

/* Photo de fond avec Ken Burns */
.hero-bg {
  position: absolute; inset: 0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center 38%;
  animation: kenBurns 32s ease-in-out infinite alternate;
  will-change: transform;
  z-index: 0;
}
@keyframes kenBurns {
  from { transform: scale(1.00) translate(0, 0); }
  to   { transform: scale(1.06) translate(-1.2%, -.6%); }
}

/* Dégradé composé — bas dense, gauche léger */
.hero-vignette {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to bottom,
      rgba(8,14,12,.06)   0%,
      rgba(8,14,12,.04)  28%,
      rgba(8,14,12,.52)  68%,
      rgba(8,14,12,.88) 100%),
    linear-gradient(to right,
      rgba(8,14,12,.36)   0%,
      rgba(8,14,12,.10)  42%,
      transparent        68%);
}

/* ── Millésime vertical gauche ─────────────── */
.hero-year {
  position: absolute;
  left: clamp(28px, 4vw, 72px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: .70;
}
.hero-year-number {
  font-family: 'Playfair Display SC', Georgia, serif;
  font-size: clamp(11px, 1.1vw, 15px);
  font-weight: 400;
  letter-spacing: .20em;
  color: var(--gold-light);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}
.hero-year-line {
  width: 1px;
  height: clamp(48px, 6vw, 80px);
  background: linear-gradient(to bottom, var(--gold), transparent);
  flex-shrink: 0;
}
.hero-year-label {
  font-family: 'Jost', sans-serif;
  font-size: 8.5px;
  font-weight: 400;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255,255,255,.38);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}

/* ── Contenu central ───────────────────────── */
.hero-center {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 0 0 0 clamp(56px, 8vw, 140px);
  padding-bottom: 0;
  max-width: min(900px, 78vw);
  padding-top: calc(72px + 60px); /* header height + marge */
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Jost', sans-serif;
  font-size: 9.5px; font-weight: 500; letter-spacing: .30em; text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 28px;
  animation: fadeUp .8s ease both .1s;
}
.hero-badge::before, .hero-badge::after {
  content: '';
  display: inline-block; width: 20px; height: 1px;
  background: var(--gold-light); opacity: .65;
}

/* Titre en deux lignes avec séparateur doré */
.hero-title-editorial {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 28px;
  animation: fadeUp .9s ease both .25s;
}
.hero-title-l1 {
  font-family: 'Jost', sans-serif;
  font-size: clamp(1.1rem, 2.2vw, 1.9rem);
  font-weight: 300;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  line-height: 1;
  padding-bottom: 14px;
}
.hero-title-sep {
  display: block;
  width: clamp(48px, 6vw, 88px);
  height: 2px;
  background: linear-gradient(to right, var(--gold), var(--gold-light), transparent);
  margin-bottom: 14px;
  flex-shrink: 0;
}
.hero-title-l2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(3.8rem, 8.5vw, 8.2rem);
  font-weight: 400;
  font-style: italic;
  line-height: .92;
  letter-spacing: -.03em;
  color: #fff;
  text-wrap: balance;
}

.hero-lead {
  font-family: 'Jost', sans-serif;
  font-size: clamp(14px, 1.4vw, 17px);
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255,255,255,.72);
  max-width: 520px;
  margin-bottom: 36px;
  animation: fadeUp .85s ease both .42s;
}

.hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap; align-items: center;
  animation: fadeUp .85s ease both .56s;
}

/* Boutons hero */
.btn-hero-primary {
  display: inline-flex;
  align-items: center; justify-content: center;
  height: 50px; padding: 0 32px;
  font-family: 'Jost', sans-serif;
  font-size: 11px; font-weight: 500; letter-spacing: .20em; text-transform: uppercase;
  color: #fff; background: var(--gold);
  border: 1px solid var(--gold);
  box-shadow: 0 6px 22px rgba(184,146,74,.32), inset 0 1px 0 rgba(255,255,255,.18);
  transition: all .22s ease; white-space: nowrap;
}
.btn-hero-primary:hover {
  background: var(--gold-deep); border-color: var(--gold-deep);
  box-shadow: 0 10px 28px rgba(138,106,46,.42);
  transform: translateY(-1px); color: #fff;
}

.btn-hero-secondary {
  display: inline-flex;
  align-items: center; justify-content: center;
  height: 50px; padding: 0 32px;
  font-family: 'Jost', sans-serif;
  font-size: 11px; font-weight: 500; letter-spacing: .20em; text-transform: uppercase;
  color: #fff; background: transparent;
  border: 1px solid rgba(255,255,255,.48);
  transition: all .22s ease; white-space: nowrap;
}
.btn-hero-secondary:hover {
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.82);
  transform: translateY(-1px); color: #fff;
}

/* ── Stats bas de hero ─────────────────────── */
.hero-stats {
  position: relative; z-index: 2;
  display: flex; align-items: stretch;
  border-top: 1px solid rgba(255,255,255,.10);
  padding: 0 clamp(56px, 8vw, 140px);
  animation: fadeUp .8s ease both .70s;
}
.hero-stat {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 20px 16px;
  border-right: 1px solid rgba(255,255,255,.08);
  text-align: center;
}
.hero-stat:last-child { border-right: none; }
.hero-stat strong {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 400;
  line-height: 1;
  color: #fff;
  display: block;
  margin-bottom: 6px;
}
.hero-stat span {
  font-family: 'Jost', sans-serif;
  font-size: 9.5px; font-weight: 400; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.46);
}

/* ── Scroll indicator ──────────────────────── */
.scroll-indicator {
  position: absolute;
  right: clamp(28px, 4vw, 56px);
  bottom: 36px; z-index: 3;
}
.scroll-mouse {
  display: block; width: 24px; height: 38px;
  border: 1.5px solid rgba(255,255,255,.32);
  border-radius: 12px; position: relative;
  transition: border-color .2s;
}
.scroll-indicator a:hover .scroll-mouse { border-color: var(--gold-light); }
.scroll-dot {
  display: block; width: 4px; height: 8px;
  background: var(--gold-light); border-radius: 2px;
  position: absolute; left: 50%; top: 6px;
  transform: translateX(-50%);
  animation: scrollDot 2s ease infinite;
}
@keyframes scrollDot {
  0%    { opacity: 1; transform: translateX(-50%) translateY(0); }
  80%   { opacity: 0; transform: translateX(-50%) translateY(14px); }
  100%  { opacity: 0; transform: translateX(-50%) translateY(0); }
}

/* Animations entrée */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ═══════════════════════════════════════════════
   KICKERS
   ═══════════════════════════════════════════════ */
.section-eyebrow {
  display: flex; align-items: center; gap: 14px;
  font-family: 'Jost', sans-serif;
  font-size: 9.5px; font-weight: 500; letter-spacing: .30em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px;
}
.section-eyebrow::before, .section-eyebrow::after {
  content: ''; flex: 0 0 26px; height: 1px;
  background: var(--gold); opacity: .48;
}
.section-eyebrow-light { color: rgba(212,170,106,.75); }
.section-eyebrow-light::before,
.section-eyebrow-light::after { background: rgba(212,170,106,.40); }

.section-heading-block { margin-bottom: 52px; }
.section-heading-block.text-center { text-align: center; }
.section-heading-block.text-center .section-eyebrow { justify-content: center; }

/* ═══════════════════════════════════════════════
   GALERIE
   ═══════════════════════════════════════════════ */
.section-gallery { padding: 110px 0 100px; background: var(--parch); }

.gallery-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.9rem, 2.8vw, 2.9rem);
  font-weight: 400; font-style: italic; line-height: 1.18;
  color: var(--ink); margin-bottom: 16px;
}
.gallery-intro {
  font-family: 'Jost', sans-serif;
  font-size: 15.5px; font-weight: 300; line-height: 1.82; color: var(--ink-soft);
  max-width: 640px; margin-inline: auto;
}
.gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 4px; margin-bottom: 4px;
}
.gallery-card .img-box { overflow: hidden; }
.gallery-card .feature-img {
  width: 100%;
  height: clamp(180px, 22vw, 300px);
  object-fit: cover; display: block;
  transition: transform .7s ease;
  filter: brightness(.96) saturate(.95);
}
.gallery-card .img-box:hover .feature-img {
  transform: scale(1.05);
  filter: brightness(1) saturate(1.04);
}

/* ═══════════════════════════════════════════════
   STORY
   ═══════════════════════════════════════════════ */
.section-story {
  padding: 110px 0;
  background: var(--dark); color: #fff;
}
.section-title-story {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 400; font-style: italic; line-height: 1.12;
  color: #fff; margin-bottom: 10px;
}
.section-subtitle {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 12px; font-weight: 400; letter-spacing: .16em; text-transform: uppercase;
  color: rgba(212,170,106,.70); margin-bottom: 40px;
}
.story-layout {
  display: grid;
  grid-template-columns: 1fr min(36%, 420px);
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
}
.story-copy p {
  font-family: 'Jost', sans-serif;
  font-size: 15.5px; font-weight: 300; line-height: 1.88;
  color: rgba(255,255,255,.72); margin-bottom: 18px;
}
.story-actions {
  display: flex; gap: 14px; flex-wrap: wrap; align-items: center;
  margin-top: 32px; padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.btn-story {
  display: inline-flex; align-items: center; justify-content: center;
  height: 50px; padding: 0 32px;
  font-family: 'Jost', sans-serif;
  font-size: 11px; font-weight: 500; letter-spacing: .20em; text-transform: uppercase;
  color: #fff; background: var(--gold); border: 1px solid var(--gold);
  box-shadow: 0 6px 22px rgba(184,146,74,.28);
  transition: all .22s ease; white-space: nowrap;
}
.btn-story:hover {
  background: var(--gold-deep); border-color: var(--gold-deep);
  transform: translateY(-1px); color: #fff;
}
.text-link-light {
  font-family: 'Jost', sans-serif;
  font-size: 11px; font-weight: 400; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.50); text-decoration: underline; text-underline-offset: 3px;
}
.text-link-light:hover { color: var(--gold-light); }
.story-feature-visual { margin-top: 36px; }
.story-feature-image {
  width: 100%;
  height: clamp(200px, 26vw, 380px);
  object-fit: cover; box-shadow: var(--shadow-lg);
    transition: transform .8s ease;
}
.story-feature-visual:hover img { transform: scale(1.05); }

/* Info panel */
.info-panel h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem; font-weight: 400; font-style: italic;
  color: #fff; margin-bottom: 24px; line-height: 1.2;
}
.info-list {
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.08);
}
.info-list li {
  font-family: 'Jost', sans-serif;
  font-size: 14px; font-weight: 300; color: rgba(255,255,255,.72);
  padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08);
  display: flex; align-items: center; gap: 12px;
}
.info-list li a { color: var(--gold-light); }
.info-list li a:hover { text-decoration: underline; }
.info-list .fa { color: var(--gold); width: 16px; flex-shrink: 0; }
.info-divider { height: 1px; background: rgba(255,255,255,.08); margin: 24px 0; }
.info-note {
  font-family: 'Jost', sans-serif;
  font-size: 13.5px; font-weight: 300; line-height: 1.75;
  color: rgba(255,255,255,.55); margin-bottom: 20px; font-style: italic;
}

/* Bouton "Réserver votre séjour" — fix centrage */
.btn-info-booking {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-family: 'Jost', sans-serif;
  font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
  color: #fff !important;
  background: var(--gold);
  border: 1px solid var(--gold);
  box-shadow: 0 6px 22px rgba(184,146,74,.28);
  transition: all .22s ease;
  margin-bottom: 28px;
  white-space: nowrap;
  text-decoration: none !important;
}
.btn-info-booking:hover {
  background: var(--gold-deep); border-color: var(--gold-deep);
  transform: translateY(-1px);
}

/* ═══════════════════════════════════════════════
   CHAMBRES
   ═══════════════════════════════════════════════ */
.section-rooms {
  padding: 110px 0;
  background: var(--parch-mid);
  position: relative;
}
.section-rooms::before, .section-rooms::after {
  content: ''; position: absolute; left: 0; right: 0; height: 1px;
  background: linear-gradient(to right, transparent, rgba(184,146,74,.25), transparent);
}
.section-rooms::before { top: 0; }
.section-rooms::after  { bottom: 0; }

.rooms-heading { text-align: center; margin-bottom: 60px; }
.rooms-heading .section-eyebrow { justify-content: center; }
.rooms-heading h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.9rem, 2.8vw, 2.9rem);
  font-weight: 400; font-style: italic; line-height: 1.18;
  color: var(--ink); margin-bottom: 16px;
}
.rooms-heading p {
  font-family: 'Jost', sans-serif;
  font-size: 15.5px; font-weight: 300; line-height: 1.82; color: var(--ink-soft);
  max-width: 580px; margin-inline: auto;
}

.rooms-grid-top {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 24px;
}
.rooms-grid-bottom {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
  max-width: calc(66.66% + 8px); margin: 0 auto;
}

.room-card {
  background: var(--ivory);
  border: 1px solid rgba(184,146,74,.16);
  border-top: 2px solid var(--gold);
  overflow: hidden;
  transition: box-shadow .25s, transform .25s;
}
.room-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }

/* Image chambre */
.room-card-image { overflow: hidden; }
.room-card-image img {
  width: 100%; height: 200px;
  object-fit: cover; object-position: center; display: block;
  transition: transform .7s ease;
  filter: brightness(.97) saturate(.95);
}
.room-card:hover .room-card-image img {
  transform: scale(1.05);
  filter: brightness(1) saturate(1.02);
}
/* Placeholder doré si image absente */
.room-card-image--placeholder {
  height: 200px;
  background: linear-gradient(135deg, var(--parch-deep) 0%, var(--parch-mid) 100%);
  border-bottom: 1px solid rgba(184,146,74,.14);
  position: relative;
}
.room-card-image--placeholder::after {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Crect x='8' y='8' width='32' height='24' rx='2' stroke='%23b8924a' stroke-width='1.5' stroke-opacity='.35'/%3E%3Ccircle cx='18' cy='16' r='3' stroke='%23b8924a' stroke-width='1.5' stroke-opacity='.35'/%3E%3Cpath d='M8 26l10-8 8 8 4-4 10 4' stroke='%23b8924a' stroke-width='1.5' stroke-opacity='.35' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}

.room-card-body { padding: 22px 24px 24px; }
.room-card-body h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.15rem; font-weight: 400; font-style: italic;
  color: var(--ink); margin-bottom: 6px; line-height: 1.2;
}
.room-type {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 9.5px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.room-card-body p {
  font-family: 'Jost', sans-serif;
  font-size: 13.5px; font-weight: 300; line-height: 1.72;
  color: var(--ink-soft); margin-bottom: 16px;
}
.room-amenities {
  list-style: none; display: flex; flex-wrap: wrap; gap: 6px;
}
.room-amenities li {
  font-family: 'Jost', sans-serif;
  font-size: 11px; font-weight: 400; letter-spacing: .07em;
  color: var(--ink-fade);
  background: rgba(184,146,74,.07); border: 1px solid rgba(184,146,74,.16);
  padding: 3px 10px;
}

.rooms-cta {
  text-align: center; margin-top: 48px; padding-top: 40px;
  border-top: 1px solid rgba(184,146,74,.18);
}
.rooms-cta a {
  display: inline-flex; align-items: center; justify-content: center;
  height: 50px; padding: 0 36px;
  font-family: 'Jost', sans-serif;
  font-size: 11px; font-weight: 500; letter-spacing: .20em; text-transform: uppercase;
  color: #fff; background: var(--gold); border: 1px solid var(--gold);
  box-shadow: 0 6px 22px rgba(184,146,74,.28);
  transition: all .22s ease;
}
.rooms-cta a:hover {
  background: var(--gold-deep); border-color: var(--gold-deep);
  transform: translateY(-1px); color: #fff;
}

/* ═══════════════════════════════════════════════
   RÉCEPTIONS & MARIAGES
   ═══════════════════════════════════════════════ */
.section-events {
  padding: 120px 0;
  background: var(--dark); color: #fff;
  position: relative; overflow: hidden;
}
/* Motif décoratif discret */
.section-events::before {
  content: '';
  position: absolute;
  top: -1px; left: 0; right: 0; height: 2px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.events-layout {
  display: grid;
  grid-template-columns: 1fr min(50%, 580px);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

/* Colonne texte */
.events-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 400; font-style: italic; line-height: 1.10;
  color: #fff; margin-bottom: 8px;
}
.events-subtitle {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 11px; font-weight: 400; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(212,170,106,.65); margin-bottom: 32px;
}
.events-para {
  font-family: 'Jost', sans-serif;
  font-size: 15px; font-weight: 300; line-height: 1.85;
  color: rgba(255,255,255,.68); margin-bottom: 16px;
}
.events-capacity {
  display: flex; flex-direction: column;
  gap: 4px; margin: 28px 0 32px;
  padding: 18px 22px;
  border: 1px solid rgba(184,146,74,.22);
  border-left: 3px solid var(--gold);
  background: rgba(255,255,255,.04);
}
.events-capacity-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.9rem; font-weight: 400; font-style: italic;
  color: var(--gold-light); line-height: 1;
}
.events-capacity-label {
  font-family: 'Jost', sans-serif;
  font-size: 10px; font-weight: 400; letter-spacing: .20em; text-transform: uppercase;
  color: rgba(255,255,255,.42);
}
.btn-events {
  display: inline-flex; align-items: center; justify-content: center;
  height: 50px; padding: 0 32px;
  font-family: 'Jost', sans-serif;
  font-size: 11px; font-weight: 500; letter-spacing: .20em; text-transform: uppercase;
  color: #fff; background: transparent;
  border: 1px solid rgba(184,146,74,.55);
  transition: all .22s ease; white-space: nowrap;
}
.btn-events:hover {
  background: var(--gold); border-color: var(--gold);
  box-shadow: 0 6px 22px rgba(184,146,74,.30);
  transform: translateY(-1px); color: #fff;
}

/* Colonne images — composition asymétrique */
.events-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
}
.events-img-frame {
  overflow: hidden; position: relative;
}
.events-img-frame img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .8s ease;
}
.events-img-frame:hover img { transform: scale(1.05); }

/* Image 1 : grande, occupe toute la hauteur à gauche */
.events-img-frame--1 {
  grid-column: 1;
  grid-row: 1 / 3;
  min-height: 360px;
}
/* Images 2 et 3 : petites, empilées à droite */
.events-img-frame--2 { grid-column: 2; grid-row: 1; min-height: 170px; }
.events-img-frame--3 { grid-column: 2; grid-row: 2; min-height: 170px; }

/* Placeholder pour images manquantes */
.events-img-placeholder {
  width: 100%; height: 100%; min-height: inherit;
  background: rgba(255,255,255,.04);
  border: 1px dashed rgba(184,146,74,.22);
  position: relative;
}
.events-img-placeholder::after {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none'%3E%3Crect x='8' y='8' width='32' height='24' rx='2' stroke='%23b8924a' stroke-width='1.5' stroke-opacity='.25'/%3E%3Ccircle cx='18' cy='16' r='3' stroke='%23b8924a' stroke-width='1.5' stroke-opacity='.25'/%3E%3Cpath d='M8 26l10-8 8 8 4-4 10 4' stroke='%23b8924a' stroke-width='1.5' stroke-opacity='.25' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}

/* ═══════════════════════════════════════════════
   INSTAGRAM
   ═══════════════════════════════════════════════ */
.section-instagram { padding: 100px 0; background: var(--parch); }
.instagram-heading { text-align: center; margin-bottom: 44px; }
.instagram-heading .section-eyebrow { justify-content: center; }
.instagram-heading h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  font-weight: 400; font-style: italic; color: var(--ink); line-height: 1.2;
}
.instagram-widget-wrap { max-width: 600px; margin-inline: auto; }

/* ═══════════════════════════════════════════════
   CTA
   ═══════════════════════════════════════════════ */
.section-cta {
  padding: 120px 0;
  background: var(--dark); position: relative;
}
.section-cta::before {
  content: ''; position: absolute; inset: 0;
  background: url('assets/images/story-pano.jpg') center/cover no-repeat;
  opacity: .10;
}
.cta-panel {
  position: relative; z-index: 1;
  text-align: center; max-width: 700px; margin-inline: auto;
}
.cta-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 400; font-style: italic; line-height: 1.12;
  color: #fff; margin-bottom: 20px;
}
.cta-text {
  font-family: 'Jost', sans-serif;
  font-size: 16px; font-weight: 300; line-height: 1.85;
  color: rgba(255,255,255,.68); margin-bottom: 36px;
}
.cta-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  justify-content: center; align-items: center;
}

/* ═══════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════ */
footer { background: var(--ink); padding: 28px 0; }
.site-info {
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 11px; font-weight: 300; letter-spacing: .12em;
  color: rgba(255,255,255,.35); text-transform: uppercase;
}

/* ═══════════════════════════════════════════════
   UTILITAIRES
   ═══════════════════════════════════════════════ */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.post-wrap { flex: 1; }

/* ═══════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════ */
@media (max-width: 980px) {
  .story-layout  { grid-template-columns: 1fr; gap: 48px; }
  .events-layout { grid-template-columns: 1fr; gap: 48px; }
  .events-images { grid-template-columns: repeat(3, 1fr); }
  .events-img-frame--1 { grid-column: 1; grid-row: 1; min-height: 200px; }
  .events-img-frame--2 { grid-column: 2; grid-row: 1; }
  .events-img-frame--3 { grid-column: 3; grid-row: 1; }
  .rooms-grid-top    { grid-template-columns: 1fr; }
  .rooms-grid-bottom { grid-template-columns: 1fr; max-width: 100%; }
}
@media (max-width: 880px) {
  .site-nav { display: none; width: 100%; flex-basis: 100%; }
  .site-nav.open { display: flex; }
  .site-nav.open ul {
    width: 100%;
    flex-direction: column; align-items: flex-start; gap: 4px;
    padding: 16px 0 8px; border-top: 1px solid rgba(255,255,255,.10);
  }
  .site-nav.open li { width: 100%; }
  .site-nav.open a { display: block; width: 100%; }
  .site-nav-toggle { display: block; }
  .main-header .container { flex-wrap: wrap; }
  .hero-title-l2 { font-size: clamp(3rem, 12vw, 5rem); }
  .hero-stats { padding: 0 24px; }
  .hero-center { padding-left: 24px; padding-right: 24px; }
  .hero-year { display: none; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .container { width: calc(100vw - 32px); }
  .hero-actions { flex-direction: column; }
  .btn-hero-primary, .btn-hero-secondary { width: 100%; }
  .hero-stats { flex-direction: column; gap: 0; padding: 0; }
  .hero-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); padding: 14px 0; }
  .gallery-grid { grid-template-columns: 1fr; }
  .events-images { grid-template-columns: 1fr; }
  .events-img-frame--1,
  .events-img-frame--2,
  .events-img-frame--3 { grid-column: 1; grid-row: auto; min-height: 200px; }
  .section-gallery, .section-story, .section-rooms,
  .section-events, .section-instagram, .section-cta { padding: 76px 0; }
  .cta-actions { flex-direction: column; }
  .btn-hero-primary, .btn-hero-secondary,
  .btn-events, .btn-story, .btn-info-booking { width: 100%; }
  .main-header .container { padding: 12px 18px; }
}
/* ═══════════════════════════════════════════════
   SCROLL REVEAL — états initiaux (avant entrée)
   ═══════════════════════════════════════════════ */

/* Éléments à révéler — invisibles tant que la classe n'est pas posée */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .72s cubic-bezier(.22,.6,.36,1),
              transform .72s cubic-bezier(.22,.6,.36,1);
  will-change: opacity, transform;
}
.reveal.reveal--left  { transform: translateX(-36px); }
.reveal.reveal--right { transform: translateX(36px); }
.reveal.reveal--scale { transform: scale(.96) translateY(20px); }
.reveal.reveal--fade  { transform: none; }

/* Délais en cascade pour les enfants d'un groupe */
.reveal-group .reveal:nth-child(1) { transition-delay: 0s; }
.reveal-group .reveal:nth-child(2) { transition-delay: .10s; }
.reveal-group .reveal:nth-child(3) { transition-delay: .20s; }
.reveal-group .reveal:nth-child(4) { transition-delay: .30s; }
.reveal-group .reveal:nth-child(5) { transition-delay: .40s; }
.reveal-group .reveal:nth-child(6) { transition-delay: .50s; }

/* État visible (posé par JS via IntersectionObserver) */
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Ligne décorative animée sous les eyebrows */
@keyframes lineGrow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}
.is-visible .section-eyebrow::before,
.is-visible .section-eyebrow::after {
  transform-origin: left;
  animation: lineGrow .5s ease both .35s;
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg { animation: none !important; }
  .hero-badge, .hero-title-editorial, .hero-lead,
  .hero-actions, .hero-stats { animation: none !important; }
  .gallery-card .feature-img,
  .events-img-frame img,
  .room-card-image img { transition: none; }
  html { scroll-behavior: auto; }
  /* Désactive les reveals pour les utilisateurs sensibles */
  .reveal,
  .reveal.reveal--left,
  .reveal.reveal--right,
  .reveal.reveal--scale,
  .reveal.reveal--fade {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 560px){.account-card--custom .grid>.tile:nth-child(n+9){display:none}}
