/* ===================================================================== 
   Wine & Silks Club — Design Premium Luxe COMPLET
   Sections alternées Noir/Bleu Nuit + Toutes les pages
   ===================================================================== */

:root {
  /* Couleurs principales - Palette Premium */
  --black-deep: #0F0F0F;
  --black-charcoal: #1A1A1A;
  --gold-luxury: #D4AF37;
  --gold-light: #E8D4A0;
  --white-pure: #FFFFFF;
  --white-light: #F8F8F8;
  --blue-night: #1A2847;
  --burgundy: #5C2E3A;
  --gray-light: #D0D0D0;
  --gray-dark: #666666;
  
  /* Espacements et rayons */
  --radius: 12px;
  --maxw: 1280px;
  --shadow-subtle: 0 10px 30px rgba(0, 0, 0, 0.15);
  --shadow-medium: 0 20px 50px rgba(0, 0, 0, 0.25);
  --shadow-large: 0 30px 80px rgba(0, 0, 0, 0.35);
}

/* ========== RESET & BASE ========== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--black-charcoal);
  background: var(--white-pure);
  line-height: 1.7;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  line-height: 1.2;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

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

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 26px;
}

/* ========== HEADER ========== */
.site-head {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(15, 15, 15, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.head-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 26px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--white-pure);
  text-decoration: none;
}

.brand-logo {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid var(--gold-luxury);
  border-radius: 50%;
  overflow: hidden;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}

.brand-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.32rem;
  letter-spacing: 0.5px;
  color: var(--gold-light);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.brand-text strong {
  font-weight: 600;
  color: var(--white-pure);
}

.brand-text small {
  font-family: 'Jost';
  font-size: 0.62rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-luxury);
  font-weight: 400;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  color: #e6d8c2;
  font-family: 'Jost';
  font-size: 0.82rem;
  letter-spacing: 0.6px;
  font-weight: 300;
  transition: color 0.2s;
  position: relative;
  padding: 4px 0;
}

.site-nav a:hover {
  color: var(--white-pure);
}

.site-nav a.active {
  color: var(--gold-luxury);
}

.site-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: var(--gold-luxury);
}

.nav-cta {
  border: 1px solid var(--gold-luxury);
  color: var(--gold-light) !important;
  padding: 9px 20px !important;
  border-radius: 50px;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  transition: all 0.25s;
}

.nav-cta:hover {
  background: var(--gold-luxury);
  color: var(--black-deep) !important;
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.nav-toggle span {
  display: block;
  height: 1.5px;
  width: 24px;
  background: var(--gold-luxury);
  transition: 0.3s;
}

/* ========== HERO VIDEO (Accueil) ========== */
.hero-video {
  position: relative;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.hero-video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 15, 15, 0.4);
  z-index: 2;
}

.hero-video-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: var(--white-pure);
  max-width: 800px;
}

.hero-video h1 {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  margin-bottom: 22px;
  color: var(--white-pure);
  font-weight: 500;
  letter-spacing: 0.5px;
}

.hero-video .tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  color: var(--gold-light);
  margin-bottom: 30px;
}

.cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: 'Jost';
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s;
}

.btn-gold {
  background: var(--gold-luxury);
  color: var(--black-deep);
  font-weight: 500;
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -14px rgba(212, 175, 55, 0.8);
  background: var(--gold-light);
}

.btn-ghost {
  border-color: rgba(212, 175, 55, 0.5);
  color: var(--white-pure);
}

.btn-ghost:hover {
  border-color: var(--gold-luxury);
  color: var(--gold-luxury);
}

.btn-dark {
  background: var(--black-charcoal);
  color: var(--white-pure);
}

.btn-dark:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-medium);
  background: var(--black-deep);
}

.btn-wood {
  background: var(--gold-luxury);
  color: var(--black-deep);
}

.btn-wood:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -14px rgba(212, 175, 55, 0.8);
  background: var(--gold-light);
}

/* ========== SECTIONS ========== */
.section {
  padding: 94px 0;
}

.section.tight {
  padding: 64px 0;
}

.section.dark {
  background: var(--black-charcoal);
  color: var(--white-pure);
}

.section.dark h2 {
  color: var(--white-pure);
}

.section.dark p {
  color: #d0d0d0;
}

.section.night {
  background: var(--blue-night);
  color: var(--white-pure);
}

.section.night h2 {
  color: var(--white-pure);
}

.section.night p {
  color: #d0d0d0;
}

.section-head {
  max-width: 720px;
  margin-bottom: 54px;
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Jost';
  font-size: 0.72rem;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--gold-luxury);
  font-weight: 400;
  margin-bottom: 28px;
}

.eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--gold-luxury);
}

.eyebrow.dark {
  color: var(--gold-luxury);
}

.eyebrow.dark::before {
  background: var(--gold-luxury);
}

.section h2 {
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  color: var(--black-charcoal);
  margin-bottom: 18px;
  font-weight: 500;
}

.section p.intro {
  font-size: 1.08rem;
  color: var(--gray-dark);
}

/* ========== INTRO BAND ========== */
.intro-band {
  background: var(--white-light);
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.intro-band .wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: center;
}

.intro-band .lead-big {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3.2vw, 2.3rem);
  color: var(--black-charcoal);
  line-height: 1.32;
  font-style: italic;
}

.intro-band .lead-big em {
  color: var(--gold-luxury);
  font-style: normal;
}

/* ========== GRILLES DE CARTES ========== */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 20px;
}

.card {
  background: var(--white-pure);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: var(--radius);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-medium);
}

.dark .card {
  background: rgba(26, 26, 26, 0.5);
  border-color: rgba(212, 175, 55, 0.2);
  color: var(--white-pure);
}

.card-icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
}

.card h3 {
  font-size: 1.8rem;
  color: var(--black-charcoal);
  font-weight: 500;
  margin-bottom: 12px;
}

.dark .card h3 {
  color: var(--white-pure);
}

.card p {
  color: var(--gray-dark);
  font-size: 0.95rem;
}

.dark .card p {
  color: #d0d0d0;
}

/* ========== ALT GRID (Alternée) ========== */
.alt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin: 40px 0;
}

.alt-grid.reverse {
  direction: rtl;
}

.alt-grid.reverse > * {
  direction: ltr;
}

.alt-grid-content h3 {
  font-size: 1.8rem;
  color: var(--black-charcoal);
  margin-bottom: 16px;
  font-weight: 500;
}

.alt-grid-content p {
  color: var(--gray-dark);
  margin-bottom: 16px;
  font-size: 0.95rem;
}

.alt-grid-content ul {
  list-style: none;
  margin: 20px 0;
}

.alt-grid-content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 11px;
  color: var(--gray-dark);
}

.alt-grid-content ul li::before {
  content: "❧";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-luxury);
}

.alt-grid-img {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
}

.alt-grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ========== PAGE HERO (Pages intérieures) ========== */
.page-hero {
  background: linear-gradient(160deg, var(--black-deep) 0%, var(--black-charcoal) 120%);
  color: var(--white-light);
  padding: 90px 0 72px;
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 360px at 86% 0, rgba(212, 175, 55, 0.2), transparent 60%);
}

.page-hero .wrap {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  max-width: 780px;
  color: var(--white-pure);
  font-weight: 500;
}

.page-hero p {
  color: #dcccb4;
  max-width: 640px;
  margin-top: 16px;
  font-size: 1.12rem;
}

.crumb {
  font-size: 0.74rem;
  letter-spacing: 2px;
  color: var(--gold-luxury);
  margin-bottom: 18px;
  text-transform: uppercase;
}

/* ========== PROSE ========== */
.prose {
  max-width: 800px;
}

.prose h2 {
  color: var(--black-charcoal);
  margin: 44px 0 14px;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}

.prose h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--gold-luxury), var(--gold-light));
  margin-top: 12px;
}

.prose h3 {
  color: var(--gold-luxury);
  margin: 30px 0 10px;
  font-size: 1.5rem;
  font-weight: 600;
}

.prose p {
  margin-bottom: 16px;
  color: var(--gray-dark);
}

.prose ul {
  margin: 0 0 22px 0;
  list-style: none;
}

.prose ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 11px;
  color: var(--gray-dark);
}

.prose ul li::before {
  content: "❧";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-luxury);
}

.prose strong {
  color: var(--black-charcoal);
  font-weight: 500;
}

.prose em {
  color: var(--gold-luxury);
}

/* ========== FIGURES & IMAGES ========== */
figure.media {
  margin: 26px 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
  border: 1px solid rgba(212, 175, 55, 0.15);
}

figure.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

figure.media figcaption {
  font-family: 'Jost';
  font-size: 0.74rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gray-dark);
  padding: 10px 16px;
  background: var(--white-light);
}

/* ========== SPLIT LAYOUT ========== */
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: center;
  margin: 40px 0;
}

.split.rev {
  direction: rtl;
}

.split.rev > * {
  direction: ltr;
}

.split .txt h2 {
  margin-top: 0;
}

.split figure.media {
  margin: 0;
  aspect-ratio: 4/3;
}

/* ========== IMG BAND ========== */
.img-band {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: var(--radius);
  margin: 8px 0 4px;
  box-shadow: var(--shadow-medium);
}

.img-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-band .cap {
  position: absolute;
  inset: auto 0 0 0;
  padding: 26px;
  background: linear-gradient(0deg, rgba(15, 15, 15, 0.78), transparent);
  color: var(--gold-light);
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-size: 1.4rem;
}

/* ========== FEATURE COLS ========== */
.feature-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 14px;
}

.fcard {
  background: var(--white-pure);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: var(--radius);
  padding: 34px;
}

.fcard h3 {
  color: var(--black-charcoal);
  font-size: 1.7rem;
  margin-bottom: 14px;
  font-weight: 500;
}

.fcard ul {
  list-style: none;
}

.fcard ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: var(--gray-dark);
  font-size: 0.96rem;
}

.fcard ul li::before {
  content: "❧";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold-luxury);
  font-size: 0.9rem;
}

/* ========== TIERS ADHÉSION ========== */
.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 20px;
}

.tier {
  background: var(--white-pure);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: var(--radius);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
}

.tier:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-medium);
}

.tier.feat {
  border: 1.5px solid var(--gold-luxury);
}

.tier.feat::before {
  content: "Le plus choisi";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold-luxury);
  color: var(--black-deep);
  font-family: 'Jost';
  font-size: 0.66rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
}

.tier h3 {
  font-size: 1.8rem;
  color: var(--black-charcoal);
  font-weight: 500;
  margin-bottom: 6px;
}

.tier .price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  color: var(--gold-luxury);
  margin-bottom: 4px;
}

.tier .price small {
  font-family: 'Jost';
  font-size: 0.8rem;
  color: var(--gray-dark);
}

.tier ul {
  list-style: none;
  margin: 18px 0 24px;
}

.tier ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  color: var(--gray-dark);
  font-size: 0.93rem;
}

.tier ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-luxury);
  font-weight: 600;
}

.tier .btn {
  margin-top: auto;
  justify-content: center;
}

/* ========== ÉVÉNEMENTS ========== */
.ev-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.ev-card {
  background: var(--white-pure);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: var(--radius);
  padding: 28px 26px;
  border-top: 4px solid var(--gold-luxury);
  transition: transform 0.3s, box-shadow 0.3s;
}

.ev-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-medium);
}

.ev-card .ic {
  font-size: 1.7rem;
  display: block;
  margin-bottom: 10px;
}

.ev-card h3 {
  font-family: 'Cormorant Garamond';
  font-size: 1.4rem;
  color: var(--black-charcoal);
  margin-bottom: 8px;
}

.ev-card p {
  color: var(--gray-dark);
  font-size: 0.95rem;
}

.ev-card.partner h3::after {
  content: " · avec notre partenaire";
  font-family: 'Jost';
  font-size: 0.62rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold-luxury);
}

/* ========== DETAIL ========== */
.detail {
  background: rgba(212, 175, 55, 0.08);
  border-radius: var(--radius);
  padding: 34px 32px;
  margin: 22px 0;
  border-left: 4px solid var(--gold-luxury);
}

.detail h3 {
  font-family: 'Cormorant Garamond';
  font-size: 1.7rem;
  color: var(--black-charcoal);
  margin-bottom: 8px;
}

.detail .pts {
  list-style: none;
  margin-top: 16px;
  display: grid;
  gap: 14px;
}

.detail .pts li {
  position: relative;
  padding-left: 30px;
  color: var(--gray-dark);
}

.detail .pts li::before {
  content: "🍷";
  position: absolute;
  left: 0;
  top: 0;
}

.detail .pts li strong {
  color: var(--black-charcoal);
}

/* ========== PARTENAIRES ========== */
.partner-row {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: center;
  background: var(--white-pure);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: var(--radius);
  padding: 30px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-subtle);
}

.partner-row.rev {
  direction: rtl;
}

.partner-row.rev > * {
  direction: ltr;
}

.partner-row figure.media {
  margin: 0;
  aspect-ratio: 4/3;
  width: 100%;
}

.partner-row .pcontent h3 {
  font-family: 'Cormorant Garamond';
  font-size: 1.8rem;
  color: var(--black-charcoal);
  margin-bottom: 4px;
}

.partner-row .pcontent .loc {
  font-family: 'Jost';
  font-size: 0.74rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-luxury);
  margin-bottom: 12px;
}

.partner-row .pcontent p {
  color: var(--gray-dark);
  margin-bottom: 10px;
}

.logo-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white-pure);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: 14px;
  padding: 10px 14px;
  margin-top: 8px;
  max-width: 200px;
}

.logo-chip img {
  max-height: 64px;
  width: auto;
}

.partner-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--gold-luxury);
  flex: none;
}

.partner-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-lead {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-bottom: 14px;
}

.partner-lead h3 {
  margin: 0;
}

/* ========== CLUBS ========== */
.clubs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 14px;
}

.club {
  background: var(--white-pure);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-left: 4px solid var(--gold-luxury);
  border-radius: var(--radius);
  padding: 30px 28px;
}

.club .city {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  color: var(--black-charcoal);
  font-weight: 500;
}

.club .status {
  font-family: 'Jost';
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-luxury);
  display: inline-block;
  margin: 6px 0 10px;
  border: 1px solid rgba(212, 175, 55, 0.15);
  padding: 3px 10px;
  border-radius: 50px;
}

.club p {
  color: var(--gray-dark);
  font-size: 0.95rem;
}

/* ========== VENUES ========== */
.venues {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.venue {
  background: var(--white-pure);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-subtle);
  display: flex;
  flex-direction: column;
}

.venue figure {
  margin: 0;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.venue figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.venue .v-body {
  padding: 22px 24px;
}

.venue h3 {
  font-family: 'Cormorant Garamond';
  font-size: 1.5rem;
  color: var(--black-charcoal);
  margin-bottom: 2px;
}

.venue .loc {
  font-family: 'Jost';
  font-size: 0.72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-luxury);
  margin-bottom: 10px;
}

.venue p {
  color: var(--gray-dark);
  font-size: 0.95rem;
}

.sub-city {
  font-family: 'Cormorant Garamond';
  font-size: 1.7rem;
  color: var(--black-charcoal);
  margin: 10px 0 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.sub-city::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(212, 175, 55, 0.15);
}

.addr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.addr {
  background: var(--white-pure);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-left: 4px solid var(--gold-luxury);
  border-radius: var(--radius);
  padding: 26px 28px;
}

.addr h3 {
  font-family: 'Cormorant Garamond';
  font-size: 1.5rem;
  color: var(--black-charcoal);
  margin-bottom: 8px;
}

.addr p {
  color: var(--gray-dark);
  font-size: 0.95rem;
  line-height: 1.6;
}

.rep {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 28px;
  align-items: center;
  background: var(--white-pure);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: var(--radius);
  padding: 28px;
  margin-top: 22px;
}

.rep .ph {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 3/4;
}

.rep .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rep h3 {
  font-family: 'Cormorant Garamond';
  font-size: 1.6rem;
  color: var(--black-charcoal);
  margin-bottom: 6px;
}

.rep p {
  color: var(--gray-dark);
}

.mini-gal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 16px;
}

.mini-gal figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.mini-gal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========== CONTACT FORM ========== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.contact-info {
  background: var(--black-charcoal);
  color: var(--white-light);
  border-radius: var(--radius);
  padding: 44px 38px;
}

.contact-info h3 {
  color: var(--white-pure);
  font-size: 1.9rem;
  margin-bottom: 14px;
  font-weight: 500;
}

.contact-info p {
  color: #dcccb4;
  margin-bottom: 22px;
}

.contact-info .ci-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.contact-info .ci-row .ico {
  color: var(--gold-luxury);
  flex-shrink: 0;
  width: 22px;
}

.contact-info .ci-row a,
.contact-info .ci-row span {
  color: #ece0cd;
  font-size: 0.95rem;
}

form.ws-form {
  background: var(--white-pure);
  border: 1px solid rgba(212, 175, 55, 0.15);
  border-radius: var(--radius);
  padding: 40px 36px;
  box-shadow: var(--shadow-medium);
}

.field {
  margin-bottom: 18px;
}

.field label {
  display: block;
  font-family: 'Jost';
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--black-charcoal);
  margin-bottom: 7px;
}

.field label .req {
  color: var(--gold-luxury);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #d8c7ac;
  border-radius: 8px;
  font-family: 'Jost';
  font-size: 0.95rem;
  color: var(--black-charcoal);
  background: var(--white-light);
  transition: border 0.2s, box-shadow 0.2s;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold-luxury);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.16);
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.field-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.hp {
  position: absolute;
  left: -9999px;
}

.form-note {
  font-size: 0.8rem;
  color: var(--gray-dark);
  margin-top: 10px;
}

.alert {
  padding: 14px 18px;
  border-radius: 8px;
  margin-bottom: 22px;
  font-size: 0.92rem;
}

.alert.ok {
  background: #eef6ea;
  border: 1px solid #c2dcb4;
  color: #3f6b25;
}

.alert.err {
  background: #fbeae8;
  border: 1px solid #e3bbb4;
  color: #8a3322;
}

/* ========== CTA BAND ========== */
.cta-band {
  background: linear-gradient(135deg, var(--gold-luxury) 0%, var(--gold-light) 100%);
  color: var(--black-deep);
  text-align: center;
}

.cta-band .wrap {
  padding: 76px 26px;
}

.cta-band h2 {
  color: var(--black-deep);
  font-size: clamp(2rem, 4vw, 2.9rem);
  margin-bottom: 14px;
  font-weight: 500;
}

.cta-band p {
  font-size: 1.12rem;
  margin-bottom: 30px;
  color: var(--black-charcoal);
}

/* ========== FOOTER ========== */
.site-foot {
  background: var(--black-deep);
  color: #cbb89e;
  padding: 66px 0 26px;
  font-size: 0.92rem;
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 26px;
}

.foot-brand .motto {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
  color: #e0cfb4;
  margin-top: 16px;
  line-height: 1.4;
}

.foot-brand .motto cite {
  font-family: 'Jost';
  font-style: normal;
  font-size: 0.74rem;
  letter-spacing: 1.5px;
  color: var(--gold-luxury);
  display: block;
  margin-top: 8px;
}

.foot-brand .tva {
  font-size: 0.76rem;
  color: #8a7762;
  margin-top: 16px;
}

.foot-col h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  color: var(--white-pure);
  font-size: 1.2rem;
  margin-bottom: 14px;
}

.foot-col a {
  display: block;
  color: #bda988;
  margin-bottom: 9px;
  font-size: 0.92rem;
  transition: color 0.2s;
}

.foot-col a:hover {
  color: var(--gold-luxury);
}

.foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(212, 175, 55, 0.14);
  font-size: 0.8rem;
  color: #9a8870;
  max-width: var(--maxw);
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  padding-right: 26px;
}

.to-top {
  color: var(--gold-luxury);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 920px) {
  .nav-toggle {
    display: flex;
  }

  .site-nav {
    position: fixed;
    inset: 78px 0 auto 0;
    background: var(--black-deep);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 26px 26px;
    transform: translateY(-130%);
    transition: transform 0.35s;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
  }

  .site-nav.open {
    transform: translateY(0);
  }

  .site-nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  }

  .nav-cta {
    margin-top: 14px;
    text-align: center;
  }

  .intro-band .wrap,
  .feature-cols,
  .tiers,
  .clubs,
  .contact-grid,
  .alt-grid,
  .split,
  .cards-grid {
    grid-template-columns: 1fr;
  }

  .split.rev,
  .partner-row.rev {
    direction: ltr;
  }

  .split.rev > *,
  .partner-row.rev > * {
    direction: ltr;
  }

  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .cards-grid,
  .tiers,
  .foot-grid,
  .field-2,
  .addr-grid,
  .mini-gal {
    grid-template-columns: 1fr;
  }

  .hero-video {
    height: 400px;
  }

  .section {
    padding: 64px 0;
  }

  .foot-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .rep {
    grid-template-columns: 1fr;
  }

  .rep .ph {
    max-width: 200px;
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
