/*
Theme Name: Joli Bruit
Theme URI: https://jolibruit.fr
Author: Diego Lopes
Author URI: https://jolibruit.fr
Description: Thème WordPress sur-mesure pour Joli Bruit Cave & Bar à Vin, Gex
Version: 1.0
License: Propriétaire
Text Domain: joli-bruit
*/

/* ============================================================
   0. VARIABLES CSS — modifier ici pour changer toute la charte
============================================================ */
:root {
  --gold:        #b68c46;
  --gold-hover:  #c99a50;
  --gold-light:  #d4a456;
  --gold-dim:    rgba(182,140,70,0.45);
  --bg-dark:     #111111;
  --bg-darker:   #0a0a0a;
  --text-light:  #eeeeee;
  --text-muted:  rgba(238,238,238,0.65);
}

/* ============================================================
   1. RESET & BASE
============================================================ */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
  font-family: "Avenir", "Avenir Next", sans-serif;
  background: var(--bg-dark);
  color: var(--text-light);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

html, body { overflow-x: hidden; max-width: 100vw; }

img { max-width: 100%; display: block; }
a   { text-decoration: none; color: inherit; }

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: 0.35;
  mix-blend-mode: overlay;
}


/* ============================================================
   2. KEN BURNS KEYFRAMES
============================================================ */
@keyframes kb-zoom-in {
  from { transform: scale(1);    transform-origin: center center; }
  to   { transform: scale(1.12); transform-origin: center center; }
}
@keyframes kb-zoom-in-left {
  from { transform: scale(1);    transform-origin: 30% 60%; }
  to   { transform: scale(1.10); transform-origin: 30% 60%; }
}
@keyframes kb-zoom-in-right {
  from { transform: scale(1.05); transform-origin: 70% 40%; }
  to   { transform: scale(1.13); transform-origin: 70% 40%; }
}
@keyframes kb-zoom-in-top {
  from { transform: scale(1);    transform-origin: 50% 30%; }
  to   { transform: scale(1.11); transform-origin: 50% 30%; }
}
@keyframes slideUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 0.55; }
}
@keyframes expandLine {
  from { width: 0; opacity: 0; }
  to   { width: 60px; opacity: 0.7; }
}
@keyframes scrollWheel {
  0%   { opacity: 1; transform: translateX(-50%) translateY(0); }
  80%  { opacity: 0; transform: translateX(-50%) translateY(12px); }
  100% { opacity: 0; transform: translateX(-50%) translateY(0); }
}
@keyframes fadeUpCat {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* ============================================================
   3. HEADER / HERO
============================================================ */
header {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.header-bg {
  position: absolute;
  inset: 0;
  background-image: url("./img/aoste.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.62);
  will-change: transform;
  animation: kb-zoom-in 26s ease-in-out forwards;
}

header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(182,140,70,0.08) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}

header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 220px;
  background: linear-gradient(to bottom, transparent, var(--bg-dark));
  pointer-events: none;
  z-index: 1;
}

#title-bg {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 74px 24px 0;
  gap: 12px;
}

#title-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(0,0,0,0.28) 0%, transparent 80%);
  pointer-events: none;
}

#title-bg::before {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 32px;
  opacity: 0.7;
  animation: expandLine 1.4s 0.3s ease both;
}

.hero-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  animation: slideUp 0.9s 0.05s ease both;
  text-shadow:
    0 0 8px rgba(0,0,0,1),
    0 1px 3px rgba(0,0,0,1),
    0 2px 16px rgba(0,0,0,0.9);
  padding: 6px 18px;
  border-radius: 2px;
}

#title-bg h1 {
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.1;
  color: #f2ece0;
  animation: slideUp 0.9s 0.1s ease both;
}

#title-bg h3 {
  font-weight: 300;
  font-size: clamp(0.72rem, 1.4vw, 0.88rem);
  color: var(--gold);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  max-width: 580px;
  animation: slideUp 0.9s 0.25s ease both;
  text-shadow: 0 1px 8px rgba(0,0,0,0.6);
}

.hero-tagline {
  font-weight: 400;
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  color: var(--gold);
  letter-spacing: 0.10em;
  text-transform: uppercase;
  max-width: 620px;
  margin: 10px auto 0;
  animation: slideUp 0.9s 0.20s ease both;
  text-shadow: 0 1px 8px rgba(0,0,0,0.6);
}

.hero-sub {
  font-weight: 300;
  font-size: clamp(0.70rem, 1.3vw, 0.84rem);
  color: rgba(242,236,224,0.90);
  letter-spacing: 0.06em;
  max-width: 560px;
  margin: 12px auto 0;
  line-height: 1.7;
  animation: slideUp 0.9s 0.32s ease both;
  text-shadow: 0 1px 10px rgba(0,0,0,0.9), 0 2px 20px rgba(0,0,0,0.7);
}

.hero-cta {
  display: flex;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
  justify-content: center;
  animation: slideUp 0.9s 0.4s ease both;
}

.hero-cta--catalogue { margin-top: 32px; }

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  background: var(--gold);
  color: #111;
  font-family: "Avenir", "Avenir Next", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(182,140,70,0.2);
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
}

.btn-hero-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, transparent 60%);
  pointer-events: none;
}

/* Shimmer sweep au hover */
.btn-hero-primary::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.24) 50%, transparent 80%);
  transform: skewX(-15deg);
  transition: left 0.55s ease;
  z-index: 1;
  pointer-events: none;
}
.btn-hero-primary:hover::before { left: 160%; }

.btn-hero-primary:hover {
  background: var(--gold-hover);
  transform: translateY(-3px);
  box-shadow: 0 0 50px rgba(182,140,70,0.35);
}

.btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  background: transparent;
  color: rgba(238,238,238,0.85);
  border: 1px solid rgba(238,238,238,0.35);
  font-family: "Avenir", "Avenir Next", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  transition: border-color 0.25s, color 0.25s, transform 0.2s, background 0.25s;
}

.btn-hero-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(182,140,70,0.06);
  transform: translateY(-2px);
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  animation: fadeIn 1s 1.2s ease both;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.hero-scroll-indicator span {
  font-size: 0.55rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
}

.hero-scroll-mouse {
  width: 20px;
  height: 32px;
  border: 1px solid rgba(182,140,70,0.4);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.hero-scroll-mouse::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 6px;
  background: rgba(182,140,70,0.7);
  border-radius: 2px;
  animation: scrollWheel 1.8s ease-in-out infinite;
}


/* ============================================================
   4. MENU — breakpoint hamburger à 900px
============================================================ */
#menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(8,8,8,0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(182,140,70,0.28);
  box-shadow: 0 2px 20px rgba(0,0,0,0.6);
  padding: 26px 0;
  transition: background 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease, backdrop-filter 0.45s ease;
}

/* État transparent — au sommet de la page home */
#menu.nav-transparent {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
  box-shadow: none;
}
#menu.nav-transparent .nav-logo img { filter: brightness(0) invert(1); }

.menu-bg {
  display: grid;
  grid-template-columns: 60px 1fr auto; 
  align-items: center;
  padding: 0 24px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.nav-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  grid-column: 3;
}

.nav-social a {
  color: rgba(238,238,238,0.45);
  display: flex;
  align-items: center;
  transition: color 0.25s, transform 0.2s;
}

.nav-social a:hover {
  color: var(--gold);
  transform: translateY(-2px);
}

.nav-social a::after { display: none; }

/* ── Sélecteur de langue FR / EN ── */
.lang-toggle {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(182,140,70,0.2);
}
.lang-sep {
  color: rgba(182,140,70,0.25);
  font-size: 0.65rem;
  line-height: 1;
  pointer-events: none;
}
.lang-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(242,236,224,0.3);
  padding: 3px 4px;
  line-height: 1;
  transition: color 0.2s;
}
.lang-btn.active {
  color: var(--gold);
}
.lang-btn:hover:not(.active) {
  color: rgba(242,236,224,0.65);
}

.nav-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.nav-logo:hover { opacity: 1; }
.nav-logo img {
  display: block;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  background: transparent;
  border-radius: 0;
}

.nav-logo {
  background: transparent;
}

.menu-bg ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0;
  list-style: none;
  grid-column: 2;
}

.nav-logo    { grid-column: 1; }
.menu-bg ul  { grid-column: 2; }
.nav-social  { grid-column: 3; }
#menu-toggle { display: none; }

.menu-bg a {
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(238,238,238,0.65);
  position: relative;
  transition: color 0.25s;
}

.menu-bg a:hover { color: var(--gold); }

.menu-bg a::after {
  content: "";
  position: absolute;
  bottom: -4px; left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s ease;
}

.menu-bg a:hover::after { width: 100%; }

#menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 16px;
  z-index: 1001;
  min-width: 44px;
  min-height: 44px;
}

#menu-toggle span {
  display: block;
  width: 22px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

#menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
#menu-toggle.open span:nth-child(2) { opacity: 0; }
#menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Menu hamburger actif à 900px ── */
@media (max-width: 900px) {
  #menu { padding: 18px 0; overflow: visible; }

  .menu-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    position: relative;
  }

  .nav-logo    { order: 1; flex-shrink: 0; }
  .nav-social  { order: 2; gap: 10px; flex-shrink: 0; }
  #menu-toggle { order: 3; display: flex; flex-shrink: 0; }

  #menu-list {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(8,8,8,0.98);
    border-top: 1px solid rgba(182,140,70,0.18);
    padding: 10px 0;
    flex-direction: column;
    z-index: 999;
  }
  #menu-list.open { display: flex; }
  #menu-list li   { width: 100%; }
  #menu-list a {
    display: flex;
    align-items: center;
    padding: 0 24px;
    min-height: 48px;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    border-bottom: 1px solid rgba(182,140,70,0.06);
  }
  #menu-list a::after { display: none; }
  .menu-social-item { display: none !important; }
}

/* ============================================================
   6. INTRO
============================================================ */
#intro {
  background: var(--bg-dark);
  padding: 100px 0 90px;
  position: relative;
  overflow: hidden;
}

#intro::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('./img/Vigne.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transform: scale(1);
  filter: brightness(0.45) saturate(0.8);
}

#intro::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,8,8,0.55);
  z-index: 0;
  pointer-events: none;
}

#intro > div {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6%;
}

#intro > div::before {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin: 0 auto 68px;
  opacity: 0.45;
}

#intro h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.25;
  margin-bottom: 46px;
  color: var(--gold);
  text-align: center;
  text-shadow: 0 0 45px rgba(182,140,70,0.32);
}

#intro p {
  font-size: 0.97rem;
  color: rgba(238,238,238,0.65);
  line-height: 1.95;
  margin-bottom: 26px;
}

#intro ul {
  list-style: none;
  padding-left: 22px;
  margin-bottom: 34px;
  border-left: 1px solid rgba(182,140,70,0.18);
}

#intro li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 14px;
  color: rgba(238,238,238,0.58);
  line-height: 1.75;
  font-size: 0.94rem;
}

#intro li::before {
  content: '';
  position: absolute;
  left: -1px; top: 11px;
  width: 6px; height: 1px;
  background: var(--gold);
  opacity: 0.6;
}

.intro-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  padding-top: 36px;
  border-top: 1px solid rgba(182,140,70,0.12);
}

.btn-section {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  background: var(--gold);
  color: #111;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
}

.btn-section:hover { background: var(--gold-hover); transform: translateY(-1px); }

.btn-section-ghost {
  display: inline-flex;
  align-items: center;
  padding: 12px 26px;
  background: transparent;
  color: rgba(238,238,238,0.6);
  border: 1px solid rgba(238,238,238,0.18);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  transition: border-color 0.25s, color 0.25s;
}

.btn-section-ghost:hover { border-color: rgba(182,140,70,0.5); color: var(--gold); }


/* ============================================================
   7. POURQUOI 150 KM
============================================================ */
#pourquoi-150 {
  padding: 90px 5% 110px;
  border-top: 1px solid rgba(182,140,70,0.12);
  border-bottom: none;
  position: relative;
  overflow: hidden;
  background-image: url('./img/test.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#pourquoi-150::before { display: none; }

#pourquoi-150::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(8,8,8,0.78) 0%,
    rgba(8,8,8,0.42) 35%,
    rgba(8,8,8,0.42) 65%,
    rgba(8,8,8,0.96) 100%
  );
  z-index: 0;
  pointer-events: none;
}

.pourquoi-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

.pourquoi-header { text-align: center; margin-bottom: 60px; }

.pourquoi-tag {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.80rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.75;
  margin-bottom: 14px;
}

.pourquoi-header h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 600;
  color: #f2ece0;
  margin: 0 0 20px;
  letter-spacing: 0.02em;
  text-shadow: 0 0 45px rgba(182,140,70,0.32);
}

.pourquoi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 260px));
  justify-content: center;
  gap: 32px;
  perspective: 1200px;
}

.pourquoi-bloc {
  background: rgba(0,0,0,0.62);
  border: 1px solid rgba(182,140,70,0.12);
  border-radius: 4px;
  padding: 36px 28px;
  text-align: center;
  transition: border-color 0.3s, background 0.3s, transform 0.45s ease, box-shadow 0.4s;
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
}

.pourquoi-bloc:hover {
  border-color: rgba(182,140,70,0.55);
  background: rgba(0,0,0,0.82);
  box-shadow:
    0 0 32px rgba(182,140,70,0.2),
    0 22px 52px rgba(0,0,0,0.62);
}

.pourquoi-bloc::before { display: none; }

.pourquoi-icon {
  font-size: 2rem;
  margin-bottom: 16px;
  display: block;
}

.pourquoi-bloc h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
  font-weight: 600;
}

.pourquoi-bloc p {
  font-size: 0.85rem;
  color: rgba(238,238,238,0.6);
  line-height: 1.75;
  margin: 0;
}

/* Pas de tilt sur touch */
@media (hover: none) {
  .pourquoi-bloc { transform: none !important; }
}


/* ============================================================
   8. Cave de Gilles TEASER
============================================================ */
#cave-secrete-teaser {
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  background-image: url('./img/cave.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#cave-secrete-teaser::before { display: none; }

.cave-teaser-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
    rgba(4,4,4,0.75) 0%,
    rgba(4,4,4,0.45) 40%,
    rgba(4,4,4,0.20) 70%,
    rgba(4,4,4,0.05) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.cave-teaser-bg.kb-active { animation: none; }

.cave-teaser-outer {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 80px auto;
  padding: 0 2%;
  display: flex;
  justify-content: flex-start;
}

.cave-teaser-inner {
  max-width: 520px;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(6px);
  padding: 55px 60px;
  border-radius: 4px;
  text-align: left;
  border: 1px solid rgba(182,140,70,0.22);
  box-shadow:
    0 0 60px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(182,140,70,0.08);
  transition: box-shadow 0.4s, border-color 0.4s;
}

.cave-teaser-inner:hover {
  border-color: rgba(182,140,70,0.42);
  box-shadow:
    0 0 80px rgba(0,0,0,0.6),
    0 0 40px rgba(182,140,70,0.12),
    inset 0 1px 0 rgba(182,140,70,0.14);
}

.cave-teaser-inner::before,
.cave-teaser-inner::after { display: none; }

.cave-teaser-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.9;
  margin-bottom: 20px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.9), 0 2px 20px rgba(0,0,0,0.8);
}

.cave-teaser-tag::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}

.cave-teaser-tag::after { display: none; }

.cave-teaser-inner h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #f0ead8;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
  line-height: 1.15;
  text-shadow:
    0 2px 8px rgba(0,0,0,1),
    0 4px 40px rgba(0,0,0,0.95),
    0 0 60px rgba(0,0,0,0.9);
}

.cave-teaser-inner p {
  font-size: 0.95rem;
  color: rgba(238,238,238,0.85);
  line-height: 1.9;
  margin-bottom: 36px;
  text-shadow:
    0 1px 6px rgba(0,0,0,1),
    0 2px 20px rgba(0,0,0,0.95),
    0 4px 40px rgba(0,0,0,0.9);
}

.btn-cave-secret {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  border: 1px solid rgba(182,140,70,0.5);
  padding: 11px 26px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
}

.btn-cave-secret::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: 0;
}

.btn-cave-secret:hover::before { transform: scaleX(1); }
.btn-cave-secret:hover { color: #111; }
.btn-cave-secret span,
.btn-cave-secret svg { position: relative; z-index: 1; }


/* ============================================================
   9. VIGNERONS (#lieux)
============================================================ */
#lieux {
  background: var(--bg-dark);
  padding: 30px 0 50px;
  position: relative;
}

#lieux::before {
  content: '';
  display: block;
  width: 60px; height: 1px;
  background: var(--gold);
  margin: 0 auto 62px;
  opacity: 0.45;
}

.lieux-header {
  text-align: center;
  padding: 0 20px 44px;
}

.lieux-header h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--gold);
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  font-weight: 500;
  text-shadow: 0 0 45px rgba(182,140,70,0.32);
}

.lieux-header p {
  font-style: italic;
  font-size: 0.97rem;
  color: rgba(238,238,238,0.42);
  letter-spacing: 0.03em;
  max-width: 540px;
  margin: 0 auto;
}

.gold-line {
  width: 60px; height: 1px;
  background: var(--gold);
  margin: 20px auto 0;
  opacity: 0.5;
  box-shadow: 0 0 8px rgba(182,140,70,0.55), 0 0 22px rgba(182,140,70,0.22);
}

.map-shell {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: 590px;
  border: 1px solid rgba(182,140,70,0.13);
  border-radius: 4px;
  overflow: hidden;
  touch-action: pan-y;
}

.map-shell.map-active { touch-action: none; }
#vignerons-map { width: 100%; height: 100%; z-index: 1; }

#vig-sidebar {
  position: absolute;
  top: 16px; left: 16px;
  z-index: 900;
  width: 250px;
  max-height: calc(100% - 32px);
  overflow-y: auto;
  background: rgba(8,8,8,0.95);
  border: 1px solid rgba(182,140,70,0.2);
  border-radius: 4px;
  padding: 14px 12px;
  backdrop-filter: blur(16px);
  scrollbar-width: thin;
  scrollbar-color: rgba(182,140,70,0.4) transparent;
  transition: transform 0.35s ease;
}

#vig-sidebar.hidden { transform: translateX(-290px); }
#vig-sidebar::-webkit-scrollbar { width: 2px; }
#vig-sidebar::-webkit-scrollbar-thumb { background: rgba(182,140,70,0.4); border-radius: 2px; }

.vig-sidebar-title {
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(182,140,70,0.15);
  opacity: 0.75;
}

.vig-region-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 5px 7px;
  margin-bottom: 2px;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.2s;
}

.vig-region-item:hover  { background: rgba(182,140,70,0.07); }
.vig-region-item.active { background: rgba(182,140,70,0.13); }

.vig-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1.5px solid rgba(255,255,255,0.15);
}

.vig-name  { color: rgba(238,238,238,0.8); font-size: 0.82rem; line-height: 1.2; flex: 1; }
.vig-count {
  font-size: 0.62rem;
  color: rgba(182,140,70,0.5);
  background: rgba(182,140,70,0.07);
  padding: 1px 5px;
  border-radius: 10px;
  flex-shrink: 0;
}

#vig-toggle {
  position: absolute;
  top: 16px; left: 16px;
  z-index: 950;
  background: rgba(8,8,8,0.95);
  border: 1px solid rgba(182,140,70,0.25);
  color: var(--gold);
  width: 32px; height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.95rem;
  display: none;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

#vig-toggle:hover { background: rgba(182,140,70,0.1); }

#vig-search {
  position: absolute;
  top: 16px; right: 16px;
  z-index: 900;
  background: rgba(8,8,8,0.95);
  border: 1px solid rgba(182,140,70,0.2);
  border-radius: 3px;
  padding: 7px 13px;
  font-family: "Avenir", "Avenir Next", sans-serif;
  font-size: 0.87rem;
  color: var(--text-light);
  width: 200px;
  outline: none;
  backdrop-filter: blur(10px);
  transition: border-color 0.25s;
}

#vig-search::placeholder { color: rgba(182,140,70,0.32); font-style: italic; }
#vig-search:focus        { border-color: rgba(182,140,70,0.55); }

.map-hint {
  position: absolute;
  bottom: 16px; right: 16px;
  z-index: 900;
  background: rgba(8,8,8,0.88);
  border: 1px solid rgba(182,140,70,0.12);
  border-radius: 3px;
  padding: 6px 12px;
  font-size: 0.7rem;
  color: rgba(238,238,238,0.3);
  backdrop-filter: blur(8px);
  pointer-events: none;
  letter-spacing: 0.02em;
}

.lieux-stats {
  text-align: center;
  padding: 14px 20px 28px;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(182,140,70,0.28);
}

#map-overlay {
  position: absolute; inset: 0;
  z-index: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.32);
  backdrop-filter: blur(2px);
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s;
}

#map-overlay.hidden { opacity: 0; visibility: hidden; pointer-events: none; }

.map-overlay-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: rgba(8,8,8,0.88);
  border: 1px solid rgba(182,140,70,0.32);
  border-radius: 6px;
  padding: 18px 30px;
  pointer-events: none;
}

.map-overlay-icon { font-size: 1.8rem; }
.map-overlay-text {
  font-size: 0.9rem;
  font-style: italic;
  color: rgba(238,238,238,0.72);
  letter-spacing: 0.04em;
}

#map-two-finger-hint {
  position: absolute; inset: 0;
  z-index: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#map-two-finger-hint.visible { opacity: 1; }

.map-hint-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: rgba(8,8,8,0.82);
  border: 1px solid rgba(182,140,70,0.32);
  border-radius: 8px;
  padding: 16px 26px;
  backdrop-filter: blur(8px);
}

.map-hint-icon { font-size: 1.8rem; line-height: 1; }
.map-hint-text {
  font-size: 0.82rem;
  font-style: italic;
  color: rgba(238,238,238,0.75);
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.leaflet-popup-content-wrapper {
  background: rgba(8,8,8,0.97) !important;
  border: 1px solid rgba(182,140,70,0.25) !important;
  border-radius: 4px !important;
  color: var(--text-light) !important;
  padding: 0 !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.8) !important;
  backdrop-filter: blur(20px);
}

.leaflet-popup-tip { background: rgba(8,8,8,0.97) !important; }

.leaflet-popup-close-button {
  color: var(--gold) !important;
  font-size: 17px !important;
  top: 8px !important;
  right: 10px !important;
}

.vig-popup-img-col {
  width: 100%;
  height: 140px;
  overflow: hidden;
  position: relative;
  display: block;
}

.vig-popup-img-col img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.82) saturate(0.88);
  display: block;
  transition: transform 4s ease;
}

.vig-custom-popup:hover .vig-popup-img-col img { transform: scale(1.04); }

.vig-popup-img-col::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 40px;
  background: linear-gradient(to bottom, transparent, rgba(8,8,8,0.97));
  pointer-events: none;
}

.vig-popup-inner { padding: 12px 16px 14px; min-width: 200px; }

.vig-popup-region {
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 5px;
  opacity: 0.7;
}

.vig-popup-name {
  font-size: 1.05rem;
  color: var(--text-light);
  margin-bottom: 10px;
  line-height: 1.25;
  padding-right: 20px;
  font-weight: 600;
}

.vig-popup-divider {
  height: 1px;
  background: rgba(182,140,70,0.15);
  margin-bottom: 9px;
}

.vig-popup-label {
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(182,140,70,0.42);
  margin-bottom: 6px;
}

.vig-popup-domaine {
  font-size: 0.83rem;
  color: rgba(238,238,238,0.72);
  padding: 3px 0 3px 10px;
  border-left: 2px solid transparent;
  transition: border-color 0.2s, color 0.2s;
  line-height: 1.55;
}

.vig-popup-domaine:hover { border-color: var(--gold); color: var(--text-light); }


/* ============================================================
   11. CARDS (#card — dégustation)
============================================================ */
#card {
  display: flex;
  flex-direction: row;
}

.card-section-header {
  background: var(--bg-dark);
  text-align: center;
  padding: 60px 20px 50px;
}

.card-section-tag {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.80rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.75;
  margin-bottom: 14px;
}

.card-section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--gold);
  letter-spacing: 0.05em;
  margin: 0 0 0;
  font-weight: 500;
}

.card-half {
  position: relative;
  flex: 1;
  overflow: hidden;
  padding: 80px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-half-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  transform: scale(1.05);
  transition: transform 0.6s ease;
  z-index: 0;
}

.card-half-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,8,8,0.45);
}

.card-half:hover .card-half-bg {
  transform: scale(1.08);
}

.card-half--vins .card-half-bg {
  background-image: url('./img/degus_s.png');
}

.card-half--planches .card-half-bg {
  background-image: url('./img/degus_t.png');
}

.card-half--vins {
  border-right: 1px solid rgba(182,140,70,0.2);
}

.card {
  position: relative;
  z-index: 1;
  background: rgba(12,12,12,0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(182,140,70,0.15);
  border-radius: 3px;
  padding: 26px;
  text-align: center;
  cursor: pointer;
  max-width: 380px;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94), border-color 0.3s, box-shadow 0.4s;
}

.card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(182,140,70,0.3);
  box-shadow: 0 24px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(182,140,70,0.1);
}

.card-img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  display: block;
  margin-bottom: 18px;
}

.card-title {
  color: var(--gold);
  margin-bottom: 8px;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.card-txt {
  font-size: 0.88rem;
  color: rgba(238,238,238,0.55);
  line-height: 1.6;
}


/* ============================================================
   12. CTA INTERMÉDIAIRE
============================================================ */
#cta-mid {
  background: var(--bg-dark);
  border-top: 1px solid rgba(182,140,70,0.1);
  border-bottom: 1px solid rgba(182,140,70,0.1);
  padding: 36px 8%;
  text-align: center;
}

.cta-mid-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.cta-mid-inner p {
  font-size: 0.85rem;
  color: rgba(238,238,238,0.38);
  letter-spacing: 0.06em;
  font-style: italic;
}


/* ============================================================
   13. GOOGLE MAPS (#google)
============================================================ */
#google {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--bg-dark);
  overflow: hidden;
  padding: 60px;
}

.section-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  will-change: transform;
}

#google > div:last-child {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  min-height: 500px;
}

#google #google-map-container iframe {
  width: 100%;
  height: 500px;
  border: 0;
  display: block;
}

#map-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 500px;
  background: #0e0e0e;
  gap: 18px;
  padding: 40px;
  text-align: center;
}

#map-placeholder p {
  font-size: 0.88rem;
  color: rgba(238,238,238,0.4);
  line-height: 1.6;
  max-width: 340px;
}

#map-placeholder button {
  background: transparent;
  color: var(--gold);
  border: 1px solid rgba(182,140,70,0.45);
  padding: 10px 24px;
  font-family: "Avenir", "Avenir Next", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.25s, color 0.25s;
}

#map-placeholder button:hover { background: rgba(182,140,70,0.1); }


/* ============================================================
   14. CONTACT
============================================================ */
#contact {
  padding: 100px 8%;
  background: var(--bg-dark);
  position: relative;
  border-top: 1px solid rgba(182,140,70,0.1);
}

#contact::before {
  content: '';
  display: block;
  width: 60px; height: 1px;
  background: var(--gold);
  margin: 0 auto 70px;
  opacity: 0.45;
}

.contact-container {
  display: flex;
  gap: 64px;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 940px;
  margin: 0 auto;
}

.contact-info,
.contact-form-container { flex: 1; min-width: 280px; }

.contact-info h2 {
  color: var(--gold);
  margin-bottom: 22px;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

.contact-info p {
  margin-bottom: 14px;
  color: rgba(238,238,238,0.65);
  line-height: 1.75;
  font-size: 0.93rem;
}

.contact-info li {
  margin-bottom: 8px;
  color: rgba(238,238,238,0.6);
  line-height: 1.65;
  font-size: 0.9rem;
}

.contact-info ul { list-style: none; padding-left: 0; margin-bottom: 14px; }
.contact-info li::before { content: '— '; color: rgba(182,140,70,0.45); }

.contact-hours-quick {
  background: rgba(182,140,70,0.03);
  border: 1px solid rgba(182,140,70,0.1);
  border-left: 2px solid rgba(182,140,70,0.5);
  padding: 14px 18px;
  margin-top: 20px;
  border-radius: 2px;
}

.contact-hours-quick p {
  margin: 0;
  font-size: 0.82rem !important;
  color: rgba(238,238,238,0.5) !important;
  line-height: 1.8 !important;
}

form { width: 100%; max-width: 500px; }

label {
  font-size: 0.68rem;
  color: rgba(182,140,70,0.65);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

input, textarea {
  width: 100%;
  padding: 11px 14px;
  margin-bottom: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 2px;
  color: var(--text-light);
  font-family: "Avenir", "Avenir Next", sans-serif;
  font-size: 0.92rem;
  transition: border-color 0.25s;
}

input:focus, textarea:focus {
  outline: none;
  border-color: rgba(182,140,70,0.45);
  background: rgba(255,255,255,0.04);
}

input::placeholder, textarea::placeholder { color: rgba(238,238,238,0.18); }

#objet {
  width: 100%;
  padding: 11px 36px 11px 14px;
  margin-bottom: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 2px;
  color: var(--text-light);
  font-family: "Avenir", "Avenir Next", sans-serif;
  font-size: 0.92rem;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 0.25s;
  background-image: url('data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%228%22 viewBox=%220 0 12 8%22><path d=%22M1 1l5 5 5-5%22 stroke=%22%23b68c46%22 stroke-width=%221.5%22 fill=%22none%22 stroke-linecap=%22round%22/></svg>');
  background-repeat: no-repeat;
  background-position: right 14px center;
}

#objet:focus { border-color: rgba(182,140,70,0.45); outline: none; }
#objet option { background: #111; color: var(--text-light); }
#objet option:disabled { color: rgba(238,238,238,0.18); }

.bg-color {
  background: var(--gold);
  color: #111;
  border: none;
  padding: 11px 28px;
  cursor: pointer;
  font-family: "Avenir", "Avenir Next", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.25s, transform 0.2s;
}

.bg-color:hover { background: var(--gold-hover); transform: translateY(-1px); }

.form-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.form-rate-info {
  font-size: 0.7rem;
  color: rgba(238,238,238,0.2);
  margin-top: -10px;
  margin-bottom: 14px;
}

.contact-horaires-link {
  margin-top: 12px;
  font-size: 0.85rem;
  color: rgba(238,238,238,0.55);
}
.contact-horaires-link a {
  color: var(--gold);
  text-decoration: none;
  transition: opacity 0.2s;
}
.contact-horaires-link a:hover { opacity: 0.75; }

.contact-acces {
  margin-top: 22px;
  padding: 18px 20px;
  background: rgba(182,140,70,0.05);
  border: 1px solid rgba(182,140,70,0.15);
  border-radius: 4px;
}

.contact-acces-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 12px;
  font-weight: 600;
}

.contact-acces-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.contact-acces-list li {
  font-size: 0.82rem;
  color: rgba(238,238,238,0.65);
  line-height: 1.5;
}


/* ============================================================
   15. SEO LOCAL
============================================================ */
#seo-local {
  background: var(--bg-dark);
  padding: 80px 8%;
  border-top: 1px solid rgba(182,140,70,0.1);
  position: relative;
  overflow: hidden;
}

#seo-local::before {
  content: '';
  display: block;
  width: 60px; height: 1px;
  background: var(--gold);
  opacity: 0.45;
  margin: 0 auto 50px;
  position: relative;
  z-index: 1;
}

.seo-local-bg {
  position: absolute;
  inset: 0;
  background-image: url('./img/Gex.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  pointer-events: none;
  z-index: 0;
  transform: scale(1.05);
}

.seo-local-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,8,8,0.72);
  pointer-events: none;
}

.seo-local-bg.kb-active { animation: kb-zoom-in-top 20s ease-in-out forwards; }

.seo-container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  background: rgba(8,8,8,0.88);
  border: 1px solid rgba(182,140,70,0.12);
  border-left: 3px solid var(--gold);
  padding: 48px 52px;
}

#seo-local h2 {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  color: rgba(182,140,70,0.6);
  letter-spacing: 0.05em;
  margin-bottom: 22px;
  font-weight: 500;
}

#seo-local p {
  font-size: 0.87rem;
  color: rgba(238,238,238,0.35);
  line-height: 1.85;
  margin-bottom: 14px;
}

#seo-local p:last-child { margin-bottom: 0; }


/* ============================================================
   16. FOOTER
============================================================ */
footer {
  background: var(--bg-darker);
  border-top: 1px solid rgba(182,140,70,0.1);
  padding: 50px 8% 30px;
  font-size: 0.8rem;
  color: rgba(238,238,238,0.35);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(182,140,70,0.08);
  margin-bottom: 24px;
}

.footer-col-title {
  font-size: 0.55rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.45;
  margin-bottom: 14px;
  display: block;
}

footer p  { margin-bottom: 4px; line-height: 1.7; }
footer strong { color: rgba(238,238,238,0.65); font-weight: 600; }
footer a  { color: rgba(182,140,70,0.65); transition: color 0.2s; }
footer a:hover { color: var(--gold); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-copyright {
  font-size: 0.72rem;
  color: rgba(238,238,238,0.2);
}

#cookie-manage-widget {
  font-size: 0.72rem;
  color: rgba(238,238,238,0.28);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.cookie-manage-btn {
  background: none;
  border: 1px solid rgba(182,140,70,0.28);
  color: rgba(182,140,70,0.6);
  padding: 4px 12px;
  border-radius: 20px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.cookie-manage-btn:hover {
  border-color: rgba(182,140,70,0.6);
  color: var(--gold);
  background: rgba(182,140,70,0.05);
}

.cookie-status--on  { color: rgba(100,180,100,0.6); }
.cookie-status--off { color: rgba(238,238,238,0.28); }


/* ============================================================
   17. COOKIE BANNER
============================================================ */
#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(8,8,8,0.98);
  border-top: 1px solid rgba(182,140,70,0.18);
  color: white;
  padding: 14px 20px;
  z-index: 9999;
  backdrop-filter: blur(12px);
}

.cookie-content {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.cookie-content p {
  font-size: 0.8rem;
  color: rgba(238,238,238,0.55);
  line-height: 1.5;
}

.cookie-content a { color: var(--gold); }

.cookie-buttons button {
  margin-left: 10px;
  padding: 7px 16px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.78rem;
  border-radius: 2px;
  transition: opacity 0.2s;
  font-family: "Avenir", "Avenir Next", sans-serif;
}

.cookie-buttons button:hover { opacity: 0.82; }
.cookie-buttons button:first-child { background: var(--gold); color: #111; }
.cookie-buttons button:last-child  { background: rgba(255,255,255,0.08); color: var(--text-light); }

body.cookie-banner-visible footer { padding-bottom: 90px; }


/* ============================================================
   18. POPUP IMAGE
============================================================ */
#popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.88);
  align-items: center;
  justify-content: center;
}

#popup-overlay.show { display: flex; }
#popup-inner { position: relative; max-width: 90vw; max-height: 90vh; }

#popup-img {
  max-width: 90vw; max-height: 90vh;
  object-fit: contain;
  border-radius: 3px;
  display: block;
}

#popup-close {
  position: absolute;
  top: -16px; right: -16px;
  background: var(--gold);
  color: #111;
  width: 30px; height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: bold;
  touch-action: manipulation;
  border: none;
}


/* ============================================================
   19. SCROLL REVEAL
============================================================ */
.reveal {
  opacity: 1 !important;
  transform: perspective(700px) translateY(28px) rotateX(6deg);
  transform-origin: center bottom;
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: perspective(700px) translateY(0) rotateX(0deg);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

:focus-visible {
  outline: 2px solid rgba(182,140,70,0.7);
  outline-offset: 3px;
  border-radius: 2px;
}

.row { display: flex; width: 100%; }
.row-even-center { justify-content: space-evenly; align-items: center; }
.col { padding: 20px; }
.col-center-center { display: flex; justify-content: center; align-items: center; gap: 10px; }
.col-xs { flex: 1; }


/* ============================================================
   20. CATALOGUE (catalogue.html)
============================================================ */
.catalogue-page header {
  height: auto !important;
  min-height: 100vh;
  padding-bottom: 60px;
  overflow: hidden;
  display: block;
}
.catalogue-page header::after { display: none !important; }
.catalogue-page .header-bg {
  background-image: url('./img/cave_secrete.png');
  filter: brightness(0.45);
  animation: none;
  transform: scale(1.05);
}

.catalogue-page #title-bg {
  z-index: 1;
  width: 100%; height: 100%;
  padding: 74px 20px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.catalogue-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.80rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  opacity: 0.7;
  animation: fadeUpCat 0.7s ease both;
}

.catalogue-eyebrow::before,
.catalogue-eyebrow::after {
  content: '';
  display: block;
  width: 24px; height: 1px;
  background: var(--gold);
  opacity: 0.5;
}

.catalogue-page #title-bg h1 {
  font-size: clamp(2rem, 4.5vw, 4rem);
  font-weight: 700;
  color: #f2ece0;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
  line-height: 1.15;
  animation: fadeUpCat 0.7s 0.15s ease both;
}

.catalogue-page #title-bg h1 em { font-style: italic; color: var(--gold); }

.catalogue-page #title-bg h3 {
  font-weight: 300;
  font-size: clamp(0.8rem, 1.5vw, 0.97rem);
  color: var(--gold-light);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  max-width: 580px;
  animation: fadeUpCat 0.7s 0.28s ease both;
  text-shadow: 0 1px 12px rgba(0,0,0,0.8), 0 0 30px rgba(0,0,0,0.6);
}

.prestige-intro {
  background: var(--bg-dark);
  padding: 80px 8% 70px;
  position: relative;
}

.prestige-intro::before {
  content: '❧';
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: var(--gold);
  opacity: 0.28;
  margin-bottom: 36px;
}

.prestige-intro-inner { max-width: 660px; margin: 0 auto; text-align: center; }

.prestige-intro h2 {
  font-size: clamp(1.4rem, 2.6vw, 2.1rem);
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  line-height: 1.3;
}

.prestige-intro p {
  font-size: 0.97rem;
  color: rgba(238,238,238,0.52);
  line-height: 1.9;
}

.prestige-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 280px;
  margin: 36px auto 0;
}

.prestige-divider span {
  flex: 1; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold));
  opacity: 0.28;
}

.prestige-divider span:last-child { background: linear-gradient(to left, transparent, var(--gold)); }
.prestige-divider i { font-style: normal; color: var(--gold); font-size: 0.8rem; opacity: 0.4; }

.prestige-notice {
  background: rgba(182,140,70,0.04);
  border: 1px solid rgba(182,140,70,0.14);
  border-left: 2px solid rgba(182,140,70,0.6);
  max-width: 620px;
  margin: 0 auto 60px;
  padding: 14px 22px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.prestige-notice-icon { font-size: 1.2rem; flex-shrink: 0; }

.prestige-notice p {
  font-size: 0.85rem;
  color: rgba(238,238,238,0.52);
  line-height: 1.65;
  margin: 0;
}

.prestige-notice strong { color: rgba(212,164,86,0.85); }

.prestige-section-label {
  text-align: center;
  padding: 0 8% 32px;
  background: var(--bg-dark);
}

.prestige-section-label h2 {
  font-size: 0.63rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.45;
  font-weight: 600;
}

.prestige-grid {
  background: var(--bg-dark);
  padding: 0 5% 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.prestige-item {
  background: #161616;
  border: 1px solid rgba(182,140,70,0.07);
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  transition: border-color 0.3s, transform 0.3s;
}

.prestige-item:hover {
  border-color: rgba(182,140,70,0.28);
  transform: translateY(-4px);
}

.prestige-item-img {
  width: 100%;
  height: 280px;
  background: #101010;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  padding: 0;
}

.prestige-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  margin-bottom: 0;
  transition: transform 0.5s ease, filter 0.4s ease;
  filter: brightness(0.92) saturate(0.92);
}

.prestige-item:hover img {
  transform: scale(1.04);
  filter: brightness(1) saturate(1);
}

.prestige-placeholder {
  width: 100%; height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #161616;
}

.prestige-placeholder-icon { font-size: 2rem; opacity: 0.14; }

.prestige-placeholder-text {
  font-style: italic;
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  color: rgba(182,140,70,0.2);
  text-transform: uppercase;
}

.prestige-item-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 2;
}

.prestige-item:hover .prestige-item-overlay { opacity: 1; }

.prestige-item-body {
  padding: 12px 14px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid rgba(182,140,70,0.08);
  background: #161616;
}

.prestige-item-region {
  font-size: 0.55rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.6;
}

.prestige-item h3 {
  font-size: 0.87rem;
  color: rgba(238,238,238,0.82);
  font-weight: 600;
  line-height: 1.3;
  min-height: 1.2em;
}

.prestige-item-millesime {
  font-size: 0.7rem;
  color: rgba(238,238,238,0.3);
  font-style: italic;
}

.prestige-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.52rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(182,140,70,0.65);
  border: 1px solid rgba(182,140,70,0.2);
  padding: 2px 7px;
  border-radius: 2px;
  margin-top: 6px;
  align-self: flex-start;
}

.prestige-cta {
  background: var(--bg-dark);
  padding: 90px 8%;
  border-top: 1px solid rgba(182,140,70,0.1);
}

.prestige-cta-inner { max-width: 620px; margin: 0 auto; text-align: center; }

.prestige-cta-tag {
  font-size: 0.63rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(182,140,70,0.5);
  margin-bottom: 22px;
  display: block;
}

.prestige-cta h2 {
  font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  color: rgba(238,238,238,0.85);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 18px;
}

.prestige-cta p {
  font-size: 0.95rem;
  color: rgba(238,238,238,0.48);
  line-height: 1.85;
  margin-bottom: 36px;
}

.prestige-cta-adresse {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.83rem;
  color: rgba(238,238,238,0.32);
  margin-bottom: 32px;
  font-style: italic;
}

.prestige-cta-adresse::before { content: '📍'; font-style: normal; }

.btn-prestige {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--gold);
  border: 1px solid rgba(182,140,70,0.55);
  padding: 12px 30px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
}

.btn-prestige::before {
  content: '';
  position: absolute; inset: 0;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: 0;
}

.btn-prestige:hover::before { transform: scaleX(1); }
.btn-prestige:hover          { color: #111; }
.btn-prestige span           { position: relative; z-index: 1; }

.btn-prestige-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(238,238,238,0.3);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  margin-top: 18px;
  transition: color 0.2s;
}

.btn-prestige-ghost:hover { color: var(--gold); }
.prestige-cta-btns { display: flex; flex-direction: column; align-items: center; gap: 2px; }

/* Hero Intro Block (catalogue) */
.hero-intro-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 560px;
  margin: 28px auto 0;
  animation: fadeUpCat 0.7s 0.38s ease both;
}

.hero-intro-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: 220px;
}

.hero-intro-divider span {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(182,140,70,0.45));
  opacity: 0.6;
}

.hero-intro-divider span:last-child {
  background: linear-gradient(to left, transparent, rgba(182,140,70,0.45));
}

.hero-intro-divider i {
  font-style: normal;
  color: var(--gold);
  font-size: 0.7rem;
  opacity: 0.55;
}

.hero-intro-block p {
  font-size: clamp(0.82rem, 1.4vw, 0.93rem);
  color: rgba(242,236,224,0.68);
  line-height: 1.85;
  text-align: center;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 12px rgba(0,0,0,0.9), 0 2px 24px rgba(0,0,0,0.8);
  font-weight: 300;
}

.btn-hero-dl {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold);
  border: 1px solid rgba(182,140,70,0.38);
  background: rgba(0,0,0,0.32);
  backdrop-filter: blur(8px);
  padding: 10px 22px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s, border-color 0.3s;
}

.btn-hero-dl::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: 0;
}

.btn-hero-dl:hover::before { transform: scaleX(1); }
.btn-hero-dl:hover { color: #111; border-color: var(--gold); }
.btn-hero-dl span,
.btn-hero-dl svg { position: relative; z-index: 1; }

/* Titre de section prestige */
.prestige-section-header {
  background: var(--bg-dark);
  padding: 90px 8% 70px;
  text-align: center;
}

.prestige-section-header-inner {
  max-width: 580px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.prestige-section-header-tag {
  font-size: 0.62rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.6;
}

.prestige-section-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 600;
  color: #f2ece0;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
}

.prestige-section-header h2 em {
  font-style: italic;
  color: var(--gold);
}

.prestige-section-header p {
  font-size: 0.88rem;
  color: rgba(238,238,238,0.35);
  letter-spacing: 0.04em;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
}

.prestige-section-header-line {
  width: 40px;
  height: 1px;
  background: var(--gold);
  opacity: 0.3;
  margin-top: 8px;
}


/* ============================================================
   21. MENTIONS LÉGALES (mentions-legales.html)
============================================================ */
body.mentions-page { padding-top: 74px; }

.mentions-hero {
  background: var(--bg-dark);
  padding: 110px 8% 80px;
  position: relative;
  overflow: hidden;
}

.mentions-hero::before {
  content: '';
  display: block;
  width: 36px; height: 1px;
  background: var(--gold);
  margin: 0 auto 36px;
  opacity: 0.4;
}

.mentions-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(182,140,70,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.mentions-eyebrow {
  font-size: 0.6rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.55;
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
}

.mentions-hero h1 {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 700;
  color: #f2ece0;
  letter-spacing: 0.03em;
  line-height: 1.15;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.mentions-hero p {
  font-size: 0.85rem;
  color: rgba(238,238,238,0.28);
  font-style: italic;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
  text-align: center;
}

.mentions-hero-border {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(182,140,70,0.18), transparent);
}

.mentions-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 8% 110px;
}

.mentions-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(182,140,70,0.45);
  text-decoration: none;
  margin-bottom: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(182,140,70,0.08);
  width: 100%;
  transition: color 0.25s;
}

.mentions-back:hover { color: var(--gold); }
.mentions-back::before { content: '←'; font-size: 0.85rem; transition: transform 0.25s; }
.mentions-back:hover::before { transform: translateX(-4px); }

.mentions-block {
  margin-bottom: 72px;
  padding-bottom: 72px;
  border-bottom: 1px solid rgba(182,140,70,0.07);
}

.mentions-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mentions-block-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.57rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.5;
  margin-bottom: 18px;
}

.mentions-block-tag::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, rgba(182,140,70,0.2), transparent);
}

.mentions-block h2 {
  font-size: clamp(1.15rem, 2.2vw, 1.6rem);
  color: #f0ead8;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  line-height: 1.3;
}

.mentions-block h3 {
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(182,140,70,0.7);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 36px 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mentions-block h3::before {
  content: '';
  display: block;
  width: 18px; height: 1px;
  background: rgba(182,140,70,0.4);
  flex-shrink: 0;
}

.mentions-block h3:first-of-type { margin-top: 0; }

.mentions-block p {
  font-size: 0.93rem;
  color: rgba(238,238,238,0.5);
  line-height: 1.95;
  margin-bottom: 16px;
}

.mentions-block p:last-child { margin-bottom: 0; }
.mentions-block strong { color: rgba(238,238,238,0.8); font-weight: 600; }

.mentions-block a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(182,140,70,0.22);
  padding-bottom: 1px;
  transition: border-color 0.2s, color 0.2s;
}

.mentions-block a:hover { color: var(--gold-light); border-color: rgba(182,140,70,0.55); }

.mentions-card {
  background: rgba(182,140,70,0.025);
  border: 1px solid rgba(182,140,70,0.1);
  border-left: 2px solid rgba(182,140,70,0.55);
  padding: 24px 28px;
  border-radius: 2px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.mentions-card::before {
  content: '✦';
  position: absolute;
  top: 16px; right: 20px;
  font-size: 0.7rem;
  color: var(--gold);
  opacity: 0.12;
}

.mentions-card p { margin-bottom: 0; line-height: 2.1; font-size: 0.91rem; }

.mentions-alert {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: rgba(182,140,70,0.04);
  border: 1px solid rgba(182,140,70,0.15);
  border-radius: 2px;
  padding: 18px 22px;
  margin-top: 12px;
}

.mentions-alert-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; opacity: 0.8; }

.mentions-alert p {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(238,238,238,0.45);
  font-style: italic;
  line-height: 1.75;
}

#cookies { scroll-margin-top: 90px; }


/* ============================================================
   22. AVIS CLIENTS — Carrousel
============================================================ */
#avis {
  background: #0d0d0d;
  padding: 90px 0 80px;
  border-top: 1px solid rgba(182,140,70,0.12);
  border-bottom: 1px solid rgba(182,140,70,0.12);
  overflow: hidden;
  position: relative;
}

#avis::before {
  content: '';
  display: block;
  width: 60px; height: 1px;
  background: var(--gold);
  opacity: 0.45;
  margin: 0 auto 60px;
}

.avis-header {
  text-align: center;
  margin-bottom: 52px;
  padding: 0 20px;
}

.avis-tag {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.75;
  margin-bottom: 14px;
}

.avis-header h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 600;
  color: #f2ece0;
  margin: 0 0 20px;
  letter-spacing: 0.02em;
}

.avis-track-outer {
  position: relative;
  overflow: hidden;
  padding: 0 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.avis-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.avis-card {
  flex: 0 0 calc(33.333% - 16px);
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(182,140,70,0.14);
  border-radius: 4px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: border-color 0.3s, background 0.3s, transform 0.3s;
  position: relative;
}

.avis-card::before {
  content: '\201C';
  position: absolute;
  top: 16px; right: 22px;
  font-size: 4rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.08;
  font-family: Georgia, serif;
  pointer-events: none;
}

.avis-card:hover {
  border-color: rgba(182,140,70,0.35);
  background: rgba(182,140,70,0.04);
  transform: translateY(-3px);
}

.avis-stars {
  color: var(--gold);
  font-size: 0.9rem;
  letter-spacing: 3px;
}

.avis-text {
  font-size: 0.88rem;
  color: rgba(238,238,238,0.65);
  line-height: 1.75;
  font-style: italic;
  margin: 0;
  flex: 1;
}

.avis-author {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(182,140,70,0.1);
}

.avis-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.avis-ville {
  font-size: 0.72rem;
  color: rgba(238,238,238,0.28);
  letter-spacing: 0.06em;
}

.avis-ville::before { content: '—'; margin-right: 6px; color: rgba(182,140,70,0.3); }

.avis-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(8,8,8,0.9);
  border: 1px solid rgba(182,140,70,0.3);
  color: var(--gold);
  width: 42px; height: 42px;
  border-radius: 50%;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, border-color 0.25s, transform 0.2s;
  z-index: 2;
}

.avis-btn:hover {
  background: rgba(182,140,70,0.12);
  border-color: var(--gold);
  transform: translateY(-50%) scale(1.08);
}

.avis-prev { left: 8px; }
.avis-next { right: 8px; }
.avis-btn:disabled { opacity: 0.25; cursor: default; }

.avis-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 36px;
}

.avis-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(182,140,70,0.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, transform 0.3s;
}

.avis-dot.active { background: var(--gold); transform: scale(1.3); }


/* ============================================================
   23. SELECT OBJET — Contact Form
============================================================ */
.select-objet {
  width: 100%;
  padding: 11px 14px;
  margin-bottom: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 2px;
  color: #eee;
  font-family: 'Avenir', 'Avenir Next', sans-serif;
  font-size: 0.92rem;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 0.25s;
  background-image: url('data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%228%22 viewBox=%220 0 12 8%22><path d=%22M1 1l5 5 5-5%22 stroke=%22%23b68c46%22 stroke-width=%221.5%22 fill=%22none%22 stroke-linecap=%22round%22/></svg>');
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.select-objet:focus { outline: none; border-color: rgba(182,140,70,0.5); }


/* ============================================================
   SÉPARATEUR PHOTOS
============================================================ */
.photo-separator {
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 8%;
  height: 56px;
  position: relative;
  z-index: 2;
}

.photo-separator-line {
  flex: 1;
  height: 1px;
  max-width: 340px;
  background: linear-gradient(to right, transparent, rgba(182,140,70,0.3), transparent);
  box-shadow: 0 0 6px rgba(182,140,70,0.25);
}

.photo-separator-ornament {
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0.7;
  filter: drop-shadow(0 0 5px rgba(182,140,70,0.65)) drop-shadow(0 0 12px rgba(182,140,70,0.3));
}

.photo-separator-ornament span {
  display: block;
  width: 20px;
  height: 1px;
  background: rgba(182,140,70,0.45);
}


/* ============================================================
   24. CAPTCHA
============================================================ */
.captcha-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(182,140,70,0.22);
  border-radius: 2px;
  background: rgba(182,140,70,0.04);
  transition: border-color 0.25s;
}

.captcha-wrap.captcha-shake {
  animation: captcha-shake 0.4s ease;
  border-color: rgba(200,60,60,0.5);
}

.captcha-label {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  user-select: none;
}

.captcha-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.captcha-checkmark {
  width: 24px; height: 24px; min-width: 24px;
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 3px;
  background: rgba(255,255,255,0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.25s, background 0.25s;
  position: relative;
}

.captcha-checkmark::after {
  content: '';
  display: block;
  width: 6px; height: 11px;
  border: 2px solid var(--gold);
  border-top: none;
  border-left: none;
  transform: rotate(45deg) scale(0);
  transition: transform 0.2s ease;
  margin-top: -2px;
}

.captcha-checkmark.captcha-checked {
  border-color: var(--gold);
  background: rgba(182,140,70,0.1);
}
.captcha-checkmark.captcha-checked::after { transform: rotate(45deg) scale(1); }
.captcha-label:hover .captcha-checkmark  { border-color: var(--gold-dim); }

.captcha-text {
  font-size: 0.88rem;
  color: rgba(238,238,238,0.75);
  letter-spacing: 0.03em;
}

.captcha-feedback {
  display: block;
  font-size: 0.75rem;
  min-height: 1.1em;
  letter-spacing: 0.03em;
  padding-left: 2px;
}
.captcha-feedback--error { color: rgba(220,80,80,0.9); }

@keyframes captcha-shake {
  0%,100% { transform: translateX(0); }
  25%      { transform: translateX(-6px); }
  75%      { transform: translateX(6px); }
}


/* ============================================================
   25. RESPONSIVE — TABLETTE LARGE (max 1100px)
============================================================ */
@media (max-width: 1100px) {
  .prestige-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  #google { padding: 40px 30px; }
}


/* ============================================================
   26. RESPONSIVE — TABLETTE (max 900px)
   NOTE : Le menu hamburger est géré ici (section 4 ci-dessus)
============================================================ */
@media (max-width: 900px) {
  header { height: 75vh; min-height: 500px; }
  #title-bg h1 { font-size: clamp(2rem, 6vw, 3.5rem); }

  #intro { padding: 80px 0; }
  #google { padding: 30px 20px; }
  #google > div:last-child { max-width: 100%; }
  .contact-container { flex-direction: column; gap: 40px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px; }
  .pourquoi-grid { grid-template-columns: repeat(2, 1fr); }
  .map-shell { height: 460px; }
  .avis-card { flex: 0 0 calc(50% - 12px); }
  .avis-track-outer { padding: 0 48px; }

  .cave-teaser-outer { margin: 60px auto 50px; padding: 0 4%; }
  .cave-teaser-inner { max-width: 100%; padding: 44px 40px; }

  .prestige-section-header { padding: 60px 6% 50px; }
}


/* ============================================================
   27. RESPONSIVE — MOBILE (max 768px)
============================================================ */
@media (max-width: 768px) {
  #menu { padding: 16px 0; }

  .map-shell { height: 500px; }
  #vig-sidebar { width: 215px; top: 54px; max-height: calc(100% - 70px); box-shadow: 4px 0 20px rgba(0,0,0,0.6); }
  #vig-search  { top: 54px; right: 10px; left: 10px; width: calc(100% - 20px); }
  #vig-toggle  { display: flex !important; }
  .map-hint    { display: none; }
  .leaflet-popup-content-wrapper {
    max-width: calc(100vw - 40px) !important;
    width: calc(100vw - 40px) !important;
  }
  .vig-popup-img-col { height: 110px; }
  .vig-popup-name    { font-size: 0.95rem; }
  .vig-popup-domaine { font-size: 0.78rem; line-height: 1.45; }

  #google { padding: 20px 15px; }
  #google > div:last-child { min-height: 350px; }
  #google #google-map-container iframe { height: 350px; }
  #google #map-placeholder { min-height: 350px; }

  #cave-secrete-teaser { min-height: 460px; }
  .cave-teaser-outer { margin: 40px auto 40px; padding: 0 5%; justify-content: center; }
  .cave-teaser-inner { max-width: 100%; padding: 44px 32px; text-align: center; }
  .cave-teaser-tag  { justify-content: center; }

  .prestige-grid  { grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 0 4% 60px; }
  .prestige-item-img { height: 240px; }
  .prestige-intro { padding: 60px 6%; }
  .prestige-cta   { padding: 70px 6%; }

  .mentions-hero { padding: 90px 6% 60px; }
  .mentions-body { padding: 60px 6% 80px; }
  .mentions-block { margin-bottom: 56px; padding-bottom: 56px; }

  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }

  .seo-container { padding: 32px 28px; }

  .cave-teaser-bg.kb-active  { animation-duration: 14s; }
  .seo-local-bg.kb-active    { animation-duration: 15s; }

  .pourquoi-bloc:last-child { grid-column: 1 / -1; }

  #contact { padding: 70px 6%; }
  .contact-container { gap: 36px; }

  .hero-intro-block  { max-width: 88%; margin-top: 22px; gap: 14px; }
  .hero-intro-block p { font-size: 0.82rem; }
  .btn-hero-dl       { font-size: 0.66rem; padding: 9px 16px; }
}


/* ============================================================
   28. RESPONSIVE — MOBILE (max 600px)
============================================================ */
@media (max-width: 600px) {
  #avis { padding: 60px 0 60px; }
  .avis-card { flex: 0 0 calc(100% - 0px); padding: 24px 20px; }
  .avis-track-outer { padding: 0 40px; }
  .avis-btn { width: 36px; height: 36px; font-size: 0.85rem; }
  .avis-prev { left: 4px; }
  .avis-next { right: 4px; }
  .avis-text { font-size: 0.85rem; }

  #intro { padding: 70px 0 60px; }
  #intro > div { padding: 0 6%; }
  #intro ul { padding-left: 14px; }
  #intro li  { font-size: 0.88rem; padding-left: 12px; }

  #pourquoi-150 { padding: 60px 5% 80px; }
  .pourquoi-header { margin-bottom: 40px; }
  .pourquoi-grid  { grid-template-columns: 1fr; gap: 16px; }
  .pourquoi-bloc  { padding: 28px 20px; }
  .pourquoi-bloc:last-child { grid-column: auto; }

  #cave-secrete-teaser { min-height: 440px; }
  .cave-teaser-outer  { margin: 0; padding: 0; justify-content: center; }
  .cave-teaser-inner  {
    max-width: 100%; width: 100%;
    padding: 60px 6% 50px;
    border-radius: 0;
    background: rgba(0,0,0,0.65);
    text-align: center;
  }
  .cave-teaser-tag { justify-content: center; }
  .cave-teaser-inner h2 { font-size: clamp(1.5rem, 6vw, 2.2rem); }
  .cave-teaser-inner p  { font-size: 0.88rem; }
  .btn-cave-secret      { width: 100%; justify-content: center; }

  .map-shell { height: 400px; width: 100%; border-radius: 0; }
  #vig-sidebar  { width: 80vw; top: 10px; }
  #vig-sidebar.hidden { transform: translateX(calc(-80vw - 20px)); }
  .lieux-header { padding: 0 14px 24px; }
  .lieux-header h2 { font-size: 1.3rem; }

  #card { flex-direction: column; }
  .card-half {
    padding: 44px 6%;
    min-height: 320px;
    border-right: none;
  }
  .card-half--vins {
    border-right: none;
    border-bottom: 1px solid rgba(182,140,70,0.2);
  }
  .card { max-width: 75%; padding: 14px; }
  .card-img { max-height: 260px; }

  #cta-mid { padding: 28px 5%; }
  .btn-section { width: 100%; justify-content: center; text-align: center; }

  #google { padding: 20px 12px; }
  #google #google-map-container iframe { height: 320px; }
  #google #map-placeholder { min-height: 320px; padding: 24px 16px; }

  footer { padding: 36px 5% 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
  .footer-copyright { font-size: 0.68rem; }

  #seo-local   { padding: 56px 5%; }
  .seo-container { padding: 28px 20px; text-align: left; }
  #seo-local h2 { font-size: 1.1rem; }
  #seo-local p  { font-size: 0.83rem; }
}


/* ============================================================
   29. RESPONSIVE — PETIT MOBILE (max 480px)
============================================================ */
@media (max-width: 480px) {
  header { height: 100svh; min-height: 100svh; }
  #title-bg h1 { font-size: clamp(1.8rem, 8vw, 2.8rem); line-height: 1.2; }
  #title-bg h3 { font-size: 0.76rem; }

  .hero-eyebrow {
    font-size: 0.60rem;
    letter-spacing: 0.12em;
    padding: 4px 10px;
    white-space: normal;
    text-align: center;
    max-width: 85vw;
  }
  .hero-tagline { font-size: 0.78rem; letter-spacing: 0.08em; }
  .hero-sub { font-size: 0.78rem; margin-top: 8px; padding: 0 4%; }
  .hero-cta {
    flex-direction: column;
    align-items: stretch;
    width: 90%;
    margin: 24px auto 0;
    gap: 10px;
  }
  .btn-hero-primary,
  .btn-hero-ghost {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 13px 16px;
  }
  .hero-scroll-indicator { display: none; }

  #menu { padding: 14px 0; }
  .menu-bg { padding: 0 14px; }
  .nav-social a svg { width: 16px; height: 16px; }

  #intro { padding: 60px 0; }
  #intro > div { padding: 0 5%; }
  #intro h2 { font-size: 1.4rem; margin-bottom: 30px; }
  #intro p  { font-size: 0.9rem; margin-bottom: 20px; }
  #intro li { font-size: 0.88rem; margin-bottom: 12px; }
  .intro-cta { flex-direction: column; gap: 10px; }
  .btn-section, .btn-section-ghost { width: 100%; justify-content: center; }

  #cave-secrete-teaser { min-height: 380px; }
  .cave-teaser-inner { padding: 60px 5% 50px; }
  .cave-teaser-inner h2 { font-size: clamp(1.5rem, 6vw, 2rem); }
  .cave-teaser-inner p  { font-size: 0.88rem; margin-bottom: 28px; }

  #lieux { padding: 30px 0 50px; }
  .lieux-header { padding: 0 16px 28px; }
  .lieux-header h2 { font-size: 1.4rem; }
  .map-shell { height: 420px; width: 100%; }
  #vig-sidebar { width: 82vw; }
  #vig-sidebar.hidden { transform: translateX(calc(-82vw - 20px)); }
  .leaflet-control-zoom a {
    width: 34px !important; height: 34px !important;
    line-height: 34px !important; font-size: 18px !important;
  }

  #google { padding: 16px 12px; }
  #google #google-map-container iframe { height: 280px; }
  #google #map-placeholder { min-height: 280px; }

  #contact { padding: 56px 5%; }
  #contact::before { margin-bottom: 46px; }
  .contact-info h2 { font-size: 1.2rem; }
  .contact-info p  { font-size: 0.88rem; }
  .contact-acces   { padding: 14px; }
  .contact-acces-list li { font-size: 0.80rem; }
  .contact-hours-quick { padding: 12px 14px; }
  .contact-hours-quick p { font-size: 0.80rem !important; }
  form { max-width: 100%; }
  input, textarea { font-size: 1rem; padding: 12px 10px; }
  .bg-color { width: 100%; padding: 13px; font-size: 0.78rem; }
  #contact select, #objet { font-size: 1rem !important; max-width: 100%; }
  .contact-form-container { min-width: unset; width: 100%; }

  #seo-local { padding: 50px 5%; }
  .seo-container { padding: 24px 18px; }

  footer { padding: 30px 5%; }
  .footer-col p, .footer-col a { font-size: 0.88rem; line-height: 1.8; }
  .footer-col-title { font-size: 0.65rem; margin-bottom: 12px; }

  #popup-inner  { max-width: 95vw; max-height: 90vh; }
  #popup-img    { max-width: 95vw; max-height: 85vh; }
  #popup-close  { top: -14px; right: -8px; width: 36px; height: 36px; font-size: 1rem; }

  #cookie-banner { padding: 12px 14px; }
  .cookie-content { flex-direction: column; align-items: flex-start; gap: 10px; }
  .cookie-content p { font-size: 0.75rem; }
  .cookie-buttons { display: flex; gap: 8px; flex-wrap: wrap; }
  .cookie-buttons button { margin-left: 0; padding: 7px 14px; font-size: 0.72rem; }

  .avis-track-outer { padding: 0 36px; }
  .avis-btn  { width: 32px; height: 32px; font-size: 0.8rem; }
  .avis-prev { left: 2px; }
  .avis-next { right: 2px; }
  .avis-text { font-size: 0.85rem; }

  .catalogue-page header { min-height: 100svh; }
  .catalogue-page #title-bg h1 { font-size: 2rem; }
  .prestige-grid { grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 3% 50px; }
  .prestige-item-img { height: 190px; }
  .prestige-notice { flex-direction: column; text-align: center; margin: 0 5% 40px; }
  .btn-prestige { padding: 11px 22px; }

  .hero-intro-block { max-width: 95%; gap: 12px; }
  .prestige-section-header { padding: 50px 5% 40px; }
  .prestige-section-header h2 { font-size: 1.5rem; }

  .mentions-hero { padding: 72px 5% 50px; }
  .mentions-hero h1 { font-size: 1.7rem; }
  .mentions-body { padding: 48px 5% 64px; }
  .mentions-back { margin-bottom: 48px; padding-bottom: 48px; }
  .mentions-block { margin-bottom: 44px; padding-bottom: 44px; }
  .mentions-block h2 { font-size: 1.15rem; }
  .mentions-card { padding: 18px 20px; }
  .mentions-alert { flex-direction: column; gap: 10px; }

  .card-half { min-height: 320px; padding: 40px 5%; }
  .card-img  { max-height: 280px; }
}


/* ============================================================
   30. RESPONSIVE — TRÈS PETIT MOBILE (max 400px)
============================================================ */
@media (max-width: 400px) {
  .hero-cta {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 0 5%;
  }
  .btn-hero-primary,
  .btn-hero-ghost { width: 100%; justify-content: center; text-align: center; }

  .card-half { min-height: 280px; padding: 36px 5%; }
  .card      { max-width: 90%; }
  .card-img  { max-height: 220px; }

  .map-shell { height: 360px; }
  #google #google-map-container iframe { height: 240px; }
  #google #map-placeholder { min-height: 240px; }
}


/* ============================================================
   31. RESPONSIVE — 360px
============================================================ */
@media (max-width: 360px) {
  .hero-eyebrow { letter-spacing: 0.12em; font-size: 0.60rem; padding: 4px 10px; }
  #title-bg h1  { font-size: clamp(1.6rem, 9vw, 2.4rem); }

  .menu-bg    { padding: 0 10px; }
  .nav-social { gap: 10px; }

  .prestige-grid     { grid-template-columns: 1fr; gap: 10px; padding: 0 4% 40px; }
  .prestige-item-img { height: 220px; }
  .prestige-cta      { padding: 60px 5%; }
  .btn-hero-dl       { font-size: 0.60rem; padding: 8px 12px; white-space: normal; text-align: center; }
  .prestige-section-header    { padding: 40px 4% 30px; }
  .prestige-section-header h2 { font-size: 1.3rem; }

  .seo-container { padding: 20px 14px; }
  #seo-local     { padding: 40px 4%; }

  .avis-track-outer { padding: 0 32px; }
  .avis-btn         { width: 28px; height: 28px; font-size: 0.75rem; }
  .avis-card        { padding: 18px 14px; }

  .captcha-wrap  { padding: 12px 14px; }
  .captcha-text  { font-size: 0.82rem; }

  .cookie-buttons { flex-direction: column; width: 100%; }
  .cookie-buttons button { width: 100%; text-align: center; }

  #popup-close { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }

  .mentions-hero { padding: 72px 5% 50px; }
  .mentions-body { padding: 48px 5% 64px; }
  .mentions-back { margin-bottom: 48px; padding-bottom: 48px; }
  .mentions-block { margin-bottom: 44px; padding-bottom: 44px; }
}


/* ============================================================
   32. PREFERS-REDUCED-MOTION
============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .header-bg,
  .card-half-bg,
  .seo-local-bg {
    animation: none !important;
    transform: scale(1.05) !important;
    will-change: auto;
  }

  #pourquoi-150,
  #cave-secrete-teaser {
    background-attachment: scroll;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* ============================================================
   33. FALLBACK iOS/Android — background-attachment:fixed
============================================================ */
@media (max-width: 1280px) {
  #pourquoi-150,
  #cave-secrete-teaser {
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
  }
}