/*
Theme Name: Champagne Paul Lenoble
Theme URI: https://www.champagne-paul-lenoble.fr
Author: Maison Champagne Paul Lenoble
Author URI: https://www.champagne-paul-lenoble.fr
Description: Thème d exception sur mesure pour la Maison Champagne Paul Lenoble à Charly-sur-Marne. Design contemporain noir et or, ultra-performant, responsive mobile et libéré des surcouches lourdes Divi et Avada.
Version: 1.1.2
Text Domain: paul-lenoble
*/

:root {
  --bg-black: #080808;
  --bg-dark: #0f0f11;
  --bg-card: #141417;
  --bg-card-hover: #1c1c21;
  --gold-primary: #d4af37;
  --gold-light: #f5e2a2;
  --gold-dark: #aa8428;
  --gold-gradient: linear-gradient(135deg, #f5e1a4 0%, #d4af37 50%, #a27c24 100%);
  --gold-gradient-soft: linear-gradient(180deg, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.02) 100%);
  --text-main: #f5f5f7;
  --text-muted: #9e9ea7;
  --text-gold: #e2c068;
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-gold: rgba(212, 175, 55, 0.3);
  --border-gold-bright: rgba(212, 175, 55, 0.7);
  --font-serif: "Cinzel", "Playfair Display", Georgia, serif;
  --font-sans: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-gold: 0 10px 30px -10px rgba(212, 175, 55, 0.2);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: var(--bg-black);
  color: var(--text-main);
  font-family: var(--font-sans);
  line-height: 1.6;
}

body {
  background-color: var(--bg-black);
  color: var(--text-main);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--gold-primary);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--gold-light);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #ffffff;
  line-height: 1.25;
}

.gold-text {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.section-tag {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold-primary);
  display: block;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 1rem;
}

.section-subtitle {
  color: var(--text-muted);
  max-width: 650px;
  margin: 0 auto;
  font-size: 1.05rem;
  font-weight: 300;
}

/* Header & Navigation */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(8, 8, 10, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.22);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.85);
  padding: 1.25rem 2rem 0.95rem;
  transition: padding 0.35s cubic-bezier(0.16, 1, 0.3, 1), background 0.35s ease, box-shadow 0.35s ease;
}

.site-header.scrolled {
  padding: 0.65rem 2rem 0.6rem;
  background: rgba(6, 6, 8, 0.98);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid rgba(212, 175, 55, 0.28);
}

.header-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
  gap: 1.15rem;
  transition: gap 0.35s ease;
}

.site-header.scrolled .header-container {
  gap: 0.55rem;
}

.site-logo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.site-logo:hover {
  transform: translateY(-2px) scale(1.02);
}

.logo-cartouche {
  height: 125px;
  width: auto;
  max-width: 90vw;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.7)) drop-shadow(0 0 16px rgba(212, 175, 55, 0.25));
  transition: height 0.35s cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s ease;
}

.site-header.scrolled .logo-cartouche {
  height: 75px;
}

.site-logo:hover .logo-cartouche {
  filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 24px rgba(212, 175, 55, 0.45));
}

.main-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}

.main-nav ul {
  display: flex;
  list-style: none;
  gap: 2.8rem;
  align-items: center;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: #ececec;
  font-family: var(--font-sans);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  position: relative;
  padding: 0.35rem 0;
  transition: color 0.3s ease;
}

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

.main-nav a:hover {
  color: var(--gold-primary);
}

.main-nav a:hover::after {
  width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1.6rem;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  font-family: var(--font-sans);
}

.btn-gold {
  background: var(--gold-gradient);
  color: #000;
  border: 1px solid var(--gold-light);
  box-shadow: var(--shadow-gold);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px -5px rgba(212, 175, 55, 0.35);
  color: #000;
}

.btn-outline-gold {
  background: transparent;
  color: var(--gold-light);
  border: 1px solid var(--border-gold);
}

.btn-outline-gold:hover {
  background: rgba(212, 175, 55, 0.1);
  border-color: var(--gold-primary);
  color: #fff;
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Hero Section */
.hero-section {
  min-height: 100vh;
  padding: 18rem 2rem 5.5rem;
  display: flex;
  align-items: center;
  position: relative;
  background: radial-gradient(circle at 70% 45%, rgba(212, 175, 55, 0.14) 0%, rgba(212, 175, 55, 0.04) 45%, rgba(5, 5, 5, 0) 70%),
              radial-gradient(circle at 18% 75%, rgba(184, 134, 11, 0.08) 0%, rgba(5, 5, 5, 0) 60%),
              linear-gradient(180deg, #050505 0%, #0d0d10 100%);
  overflow: hidden;
}

.hero-container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border-radius: 30px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--border-gold);
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.15);
}

.hero-title {
  font-size: clamp(2.6rem, 5.2vw, 4.4rem);
  line-height: 1.12;
  margin-bottom: 1.5rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.hero-subtitle {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--text-muted);
  max-width: 580px;
  margin-bottom: 2.4rem;
  font-weight: 300;
}

.hero-cta-group {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.hero-trust-bar {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(212, 175, 55, 0.18);
  font-size: 0.88rem;
  color: var(--text-muted);
  flex-wrap: wrap;
}

.hero-trust-bar span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-trust-bar .trust-icon {
  color: var(--gold-primary);
  font-size: 0.75rem;
}

.hero-bottle-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-bottle-glow {
  position: absolute;
  top: 15%;
  width: 320px;
  height: 520px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.18) 0%, rgba(212, 175, 55, 0) 70%);
  border-radius: 50%;
  filter: blur(35px);
  z-index: 1;
  pointer-events: none;
}

.hero-bottle-img {
  position: relative;
  z-index: 2;
  max-height: 570px;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.8));
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-bottle-img:hover {
  transform: translateY(-8px) scale(1.02);
}

.hero-floating-card {
  position: relative;
  margin: 1.25rem auto 0;
  max-width: 320px;
  width: auto;
  text-align: center;
  background: rgba(18, 18, 22, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 0.9rem 1.4rem;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.65), 0 0 20px rgba(212, 175, 55, 0.15);
  z-index: 3;
}

/* Sections */
section {
  padding: 6.5rem 2rem;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

/* Section Domaine */
.domaine-section {
  background: #0b0b0d;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.domaine-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3.5rem;
}

.domaine-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  padding: 2.5rem 2rem;
  border-radius: var(--radius-md);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.domaine-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gold-gradient);
  opacity: 0;
  transition: var(--transition);
}

.domaine-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-gold);
  transform: translateY(-4px);
}

.domaine-card:hover::before {
  opacity: 1;
}

.card-icon {
  font-size: 2rem;
  color: var(--gold-primary);
  margin-bottom: 1.25rem;
}

.domaine-card h3 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.domaine-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Section Cuvées */
.cuvees-section {
  background: #080809;
}

.cuvees-filter-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2.5rem 0 3.5rem;
  flex-wrap: wrap;
}

.filter-tab {
  background: transparent;
  border: 1px solid var(--border-subtle);
  color: var(--text-muted);
  padding: 0.55rem 1.4rem;
  border-radius: 30px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition);
}

.filter-tab:hover, .filter-tab.active {
  background: rgba(212, 175, 55, 0.15);
  border-color: var(--gold-primary);
  color: var(--gold-light);
}

.cuvees-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2.5rem 2rem;
}

.cuvee-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  transition: var(--transition);
  position: relative;
}

.cuvee-card:hover {
  border-color: var(--border-gold);
  background: var(--bg-card-hover);
  transform: translateY(-6px);
  box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.6);
}

.cuvee-vintage-badge {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.2rem 0.65rem;
  border-radius: 20px;
  letter-spacing: 0.1em;
}

.cuvee-image-wrap {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  position: relative;
}

.cuvee-image-wrap img {
  max-height: 260px;
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.7));
  transition: transform 0.4s ease;
}

.cuvee-card:hover .cuvee-image-wrap img {
  transform: scale(1.05);
}

.cuvee-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.cuvee-type {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-primary);
  margin-bottom: 0.35rem;
}

.cuvee-name {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.cuvee-profile {
  font-style: italic;
  font-size: 0.9rem;
  color: var(--text-gold);
  margin-bottom: 0.85rem;
}

.cuvee-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.cuvee-notes {
  background: rgba(255, 255, 255, 0.03);
  padding: 0.75rem;
  border-radius: var(--radius-sm);
  margin-bottom: 1.25rem;
  font-size: 0.8rem;
  color: #ccc;
  border-left: 2px solid var(--gold-primary);
}

.cuvee-actions {
  margin-top: auto;
}

.cuvee-actions .btn {
  width: 100%;
}

/* Certifications HVE & VDC (Discret & Élégant) */
.certifications-strip {
  background: linear-gradient(180deg, rgba(20, 20, 26, 0.85) 0%, rgba(12, 12, 15, 0.95) 100%);
  border: 1px solid rgba(212, 175, 55, 0.22);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  padding: 2.25rem 2rem;
}

.certifs-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 0 auto;
}

.certif-item {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.certif-badge-wrap {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.05) 0%, rgba(15, 15, 20, 0.9) 100%);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45), inset 0 1px 1px rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  flex-shrink: 0;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.certif-item:hover .certif-badge-wrap {
  transform: translateY(-3px) scale(1.04);
  border-color: var(--gold-primary);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.15);
}

.certif-badge-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.certif-text h4 {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.certif-text p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* Domaine Card Certifs Badge Display */
.domaine-certif-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.certif-mini-badge {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.3);
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.05) 0%, rgba(18, 18, 22, 0.85) 100%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.domaine-card-certifs:hover .certif-mini-badge {
  transform: translateY(-2px);
  border-color: var(--gold-primary);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.2);
}

.certif-mini-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .certifs-inner {
    gap: 1.75rem;
  }
  .certif-item {
    width: 100%;
    justify-content: flex-start;
  }
  .certif-badge-wrap {
    width: 66px;
    height: 66px;
    padding: 6px;
  }
}

/* Formulaire Demande de Tarifs / Contact */
.tarifs-section {
  background: #09090b;
  position: relative;
}

.tarifs-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 4rem;
  align-items: start;
  margin-top: 3.5rem;
}

.tarifs-info {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  padding: 2.5rem;
  border-radius: var(--radius-md);
}

.info-block {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 2rem;
  align-items: flex-start;
}

.info-icon {
  font-size: 1.4rem;
  color: var(--gold-primary);
  background: rgba(212, 175, 55, 0.1);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--border-gold);
}

.info-content h4 {
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}

.info-content p, .info-content a {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.tarifs-form-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  padding: 2.5rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-gold);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

label {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d1d1d6;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  padding: 0.85rem 1rem;
  background: #08080a;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  transition: var(--transition);
}

input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--gold-primary);
  background: #0d0d10;
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}

.cuvees-checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  background: #08080a;
  padding: 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-subtle);
}

.cuvee-check-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #e0e0e0;
  cursor: pointer;
}

.cuvee-check-item input {
  accent-color: var(--gold-primary);
  width: 16px;
  height: 16px;
}

.form-status {
  display: none;
  padding: 1rem;
  border-radius: var(--radius-sm);
  margin-top: 1rem;
  font-size: 0.9rem;
}

.form-status.success {
  display: block;
  background: rgba(40, 167, 69, 0.15);
  border: 1px solid #28a745;
  color: #8ce6a2;
}

.form-status.error {
  display: block;
  background: rgba(220, 53, 69, 0.15);
  border: 1px solid #dc3545;
  color: #f8969f;
}

/* Footer */
.site-footer {
  background: #040405;
  border-top: 1px solid var(--border-subtle);
  padding: 4.5rem 2rem 2rem;
}

.footer-container {
  max-width: 1300px;
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  max-width: 820px;
  margin: 0 auto 3.5rem;
}

.footer-col h4 {
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
  color: var(--gold-light);
}

.footer-col p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 0.6rem;
}

.footer-col ul a {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.footer-col ul a:hover {
  color: var(--gold-primary);
}

/* Section Avertissement Légal & Code de la Santé Publique */
.footer-legal-notice {
  text-align: center;
  padding: 2.4rem 2rem 2rem;
  background: rgba(14, 14, 18, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: var(--radius-md);
  margin-bottom: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.legal-marianne-wrap {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease;
}

.legal-marianne-wrap:hover {
  transform: translateY(-2px);
}

.legal-marianne-img {
  display: block;
  height: 52px;
  width: auto;
}

.legal-warning-main {
  font-size: 0.98rem;
  line-height: 1.6;
  color: #d8d8d8;
  max-width: 860px;
  margin: 0 auto 0.65rem;
}

.legal-warning-main strong {
  color: #ffffff;
  font-weight: 700;
}

.legal-warning-sub {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 0 auto;
}

.legal-divider {
  width: 100%;
  max-width: 720px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), rgba(255, 255, 255, 0.15), rgba(212, 175, 55, 0.3), transparent);
  margin: 1.5rem auto 1.3rem;
}

.legal-moderation-msg {
  font-family: var(--font-serif);
  font-size: 0.88rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 500;
  margin: 0;
  text-shadow: 0 0 15px rgba(212, 175, 55, 0.2);
}

@media (max-width: 600px) {
  .footer-legal-notice {
    padding: 1.8rem 1.2rem 1.4rem;
  }
  .legal-warning-main {
    font-size: 0.88rem;
  }
  .legal-warning-sub {
    font-size: 0.74rem;
  }
  .legal-moderation-msg {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-subtle);
  font-size: 0.82rem;
  color: #777;
}

/* Standard Pages (CGV, CGU, Mentions) */
.page-content-wrapper {
  padding: 9rem 2rem 5rem;
  max-width: 900px;
  margin: 0 auto;
}

.page-content-wrapper h1 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.page-content-wrapper p, .page-content-wrapper li {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

.page-content-wrapper h2 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: var(--gold-light);
}

/* Modal Age Gate (Légal Alcool) */
.age-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(10px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.age-modal-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.age-modal-card {
  background: #111114;
  border: 1px solid var(--border-gold);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9), var(--shadow-gold);
  padding: 3rem 2.5rem;
  border-radius: var(--radius-md);
  max-width: 480px;
  text-align: center;
}

.age-modal-logo {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.5rem;
}

.age-modal-card h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.age-modal-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

.age-btn-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

/* Responsive */
@media (max-width: 992px) {
  .site-header {
    padding: 0.85rem 1.25rem 0.8rem;
  }
  .header-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    gap: 0;
  }
  .site-logo {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .logo-cartouche {
    height: 85px;
    max-width: 76vw;
  }
  .site-header.scrolled .logo-cartouche {
    height: 62px;
  }
  .menu-toggle {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background: none;
    border: none;
    color: var(--gold-light);
    font-size: 1.85rem;
    cursor: pointer;
    z-index: 1002;
    padding: 0.4rem;
    line-height: 1;
    transition: color 0.3s ease;
  }
  .menu-toggle:hover {
    color: var(--gold-primary);
  }
  .hero-section {
    padding-top: 11.5rem;
  }
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-cta-group {
    justify-content: center;
  }
  .hero-trust-bar {
    justify-content: center;
  }
  .hero-bottle-visual {
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
  }
  .hero-floating-card {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 2rem auto 0;
    max-width: 320px;
    width: 90%;
    text-align: center;
    animation: none;
    transform: none !important;
  }
  .tarifs-grid {
    grid-template-columns: 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #0d0d10;
    border-left: 1px solid var(--border-gold);
    padding: 6rem 2rem;
    transition: right 0.4s ease;
    z-index: 1001;
  }
  .main-nav.active {
    right: 0;
  }
  .main-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .menu-toggle {
    display: block;
    z-index: 1002;
  }
}

@media (max-width: 600px) {
  .logo-cartouche {
    height: 74px;
    max-width: 74vw;
  }
  .site-header.scrolled .logo-cartouche {
    height: 56px;
  }
  .site-header {
    padding: 0.7rem 1rem 0.65rem;
  }
  .form-row, .cuvees-checkbox-grid {
    grid-template-columns: 1fr;
  }
  .hero-trust-bar {
    flex-direction: column;
    gap: 0.8rem;
    align-items: center;
  }
  section {
    padding: 4.5rem 1.25rem;
  }
}


/* --- Effervescence & Ambiance Vivante --- */
.champagne-bubbles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.bubble {
  position: absolute;
  bottom: -30px;
  background: radial-gradient(circle, rgba(250, 235, 195, 0.85) 0%, rgba(212, 175, 55, 0.2) 65%, transparent 100%);
  border-radius: 50%;
  animation: floatUp infinite ease-in;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.4);
}

@keyframes floatUp {
  0% { transform: translateY(0) scale(0.5); opacity: 0; }
  15% { opacity: 0.8; }
  85% { opacity: 0.6; }
  100% { transform: translateY(-900px) scale(1.15); opacity: 0; }
}

.hero-bottle-pedestal {
  position: absolute;
  bottom: 10px;
  width: 260px;
  height: 35px;
  background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.45) 0%, rgba(0, 0, 0, 0) 75%);
  border-radius: 50%;
  filter: blur(8px);
  z-index: 1;
}

/* Rehaussement des cartes */
.cuvee-card {
  background: linear-gradient(180deg, #161619 0%, #101013 100%);
  border: 1px solid rgba(212, 175, 55, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.cuvee-card:hover {
  border-color: rgba(212, 175, 55, 0.6);
  box-shadow: 0 15px 40px -10px rgba(212, 175, 55, 0.25), 0 20px 40px rgba(0, 0, 0, 0.8);
  transform: translateY(-8px);
}

.cuvee-pill-badge {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(212, 175, 55, 0.2);
  border: 1px solid var(--border-gold);
  padding: 0.2rem 0.6rem;
  border-radius: 12px;
  margin-bottom: 0.6rem;
  font-weight: 500;
}

/* Boutons prestige avec reflets dorés */
.btn-gold {
  position: relative;
  overflow: hidden;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.btn-gold::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 220%;
  height: 200%;
  background: linear-gradient(60deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: rotate(25deg);
  transition: transform 0.6s ease;
}

.btn-gold:hover::after {
  transform: rotate(25deg) translate(60%, 60%);
}

/* --- RGPD & Gestion des Cookies (CNIL & RGPD Compliant) --- */
.rgpd-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: rgba(14, 14, 18, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--border-gold);
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.85);
  padding: 1.35rem 2rem;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s ease;
  transform: translateY(0);
  opacity: 1;
}

.rgpd-banner.hidden {
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
}

.rgpd-banner-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

.rgpd-banner-text {
  flex: 1;
}

.rgpd-banner-title {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.35rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rgpd-banner-text p {
  font-size: 0.86rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

.rgpd-banner-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
}

.btn-sm {
  padding: 0.65rem 1.25rem !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.1em !important;
}

.rgpd-link-customize {
  background: transparent;
  border: none;
  color: var(--gold-light);
  font-size: 0.85rem;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 0.5rem 0.75rem;
  font-family: var(--font-sans);
  transition: color 0.3s ease;
}

.rgpd-link-customize:hover {
  color: #fff;
}

/* Modal Préférences RGPD */
.rgpd-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  transition: opacity 0.3s ease;
}

.rgpd-modal-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.rgpd-modal-card {
  position: relative;
  background: #121216;
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  max-width: 580px;
  width: 100%;
  padding: 2.2rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.9), 0 0 30px rgba(212, 175, 55, 0.15);
  animation: scaleIn 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  max-height: 90vh;
  overflow-y: auto;
}

.rgpd-modal-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-size: 1.3rem;
  cursor: pointer;
  transition: color 0.2s ease;
  line-height: 1;
}

.rgpd-modal-close:hover {
  color: #fff;
}

.rgpd-categories-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.6rem 0;
}

.rgpd-cat-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: var(--radius-md);
  padding: 1rem 1.2rem;
}

.rgpd-cat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.rgpd-cat-header h4 {
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.rgpd-cat-header p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.45;
}

.rgpd-badge-required {
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gold-light);
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--border-gold);
  padding: 0.25rem 0.65rem;
  border-radius: 20px;
  white-space: nowrap;
}

/* Switches */
.rgpd-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
}

.rgpd-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.rgpd-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #2a2a30;
  transition: .3s ease;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.rgpd-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .3s ease;
  border-radius: 50%;
}

.rgpd-switch input:checked + .rgpd-slider {
  background-color: var(--gold-primary);
  border-color: var(--gold-light);
}

.rgpd-switch input:checked + .rgpd-slider:before {
  transform: translateX(20px);
  background-color: #000;
}

.rgpd-modal-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

#btnFooterCookies {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 0.85rem;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  transition: color 0.2s ease;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#btnFooterCookies:hover {
  color: var(--gold-primary);
}

@media (max-width: 900px) {
  .rgpd-banner-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
  .rgpd-banner-actions {
    width: 100%;
    flex-wrap: wrap;
  }
  .rgpd-banner-actions .btn {
    flex: 1;
    text-align: center;
  }
}

/* --- Bouton Remonter en Haut de Page (Back to Top) --- */
.back-to-top {
  position: fixed;
  bottom: 2.2rem;
  right: 2.2rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(18, 18, 22, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border-gold);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9990;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6), 0 0 15px rgba(212, 175, 55, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.9);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease, background 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.back-to-top svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.back-to-top:hover {
  background: var(--gold-primary);
  color: #000;
  border-color: var(--gold-light);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.45);
  transform: translateY(-4px) scale(1.05);
}

.back-to-top:hover svg {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 1.5rem;
    right: 1.2rem;
    width: 42px;
    height: 42px;
  }
  .back-to-top svg {
    width: 18px;
    height: 18px;
  }
}


