/* ============================================================
   Caribbean Business Club — Design System (DA.md)
   Variables, reset, nav, footer, boutons, grilles, cartes,
   formulaires, modals, animations, responsive.
   Ne pas ajouter ici de styles spécifiques à une seule page.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; }
button { background: none; border: none; cursor: pointer; font-family: inherit; }

:root {
  --gold: #A87828;
  --gold-l: #C9A84C;
  --gold-p: #E8D090;
  --sand: #F0E8D4;
  --sand2: #E8DCBF;
  --sand3: #DDD0AA;
  --cream: #FAF6EE;
  --navy: #0D1E35;
  --teal: #0A6B50;
  --teal-l: #12957A;
  --text: #2A220E;
  --text2: #5A4E38;
  --text3: #8A7D65;
  --card: #F5EDD8;
}

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Jost', sans-serif; background: var(--cream); color: var(--text); line-height: 1.6; overflow-x: hidden; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(250, 246, 238, 0.94);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(168, 120, 40, 0.18);
  height: 62px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 2rem; transition: box-shadow 0.3s;
}
nav.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.nav-brand { display: flex; align-items: center; gap: 0.65rem; cursor: pointer; text-decoration: none; }
.nav-logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; background: transparent !important; overflow: visible; padding-top: 10px; padding-bottom: 10px; }
.nav-logo img { height: 48px; width: auto; display: block; background: transparent !important; overflow: visible; }
.footer-logo { display: flex; align-items: center; text-decoration: none; }
.footer-logo img { height: 56px; width: auto; display: block; }
.nav-emblem { width: 34px; height: 34px; border: 1.5px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-emblem svg { width: 17px; height: 17px; }
.nav-name { font-family: 'Cormorant Garamond', serif; font-size: 0.85rem; font-weight: 400; letter-spacing: 0.1em; color: var(--text); line-height: 1.25; }
.nav-links { display: flex; align-items: center; gap: 0; }
.nav-a { background: none; border: none; font-family: 'Jost', sans-serif; font-size: 10.5px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text2); cursor: pointer; padding: 5px 10px; border-radius: 3px; transition: all 0.2s; white-space: nowrap; text-decoration: none; }
.nav-a:hover { color: var(--gold); background: rgba(168,120,40,0.07); text-decoration: none; }
.nav-a:visited, .nav-a:focus, .nav-a:active { text-decoration: none; color: var(--text2); }
nav a, nav a:visited, nav a:focus, nav a:active { text-decoration: none !important; }
.nav-right { display: flex; align-items: center; gap: 0.75rem; }
.lang-sw { display: flex; align-items: center; gap: 0.4rem; flex-shrink: 0; }
.lb { background: none; border: none; font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 0.12em; color: var(--text3); cursor: pointer; padding: 4px 6px; border-radius: 3px; transition: all 0.2s; text-transform: uppercase; }
.lb.on, .lb:hover { color: var(--gold); background: rgba(168,120,40,0.09); }
.hbg { display: none; background: none; border: none; cursor: pointer; padding: 4px; flex-direction: column; gap: 5px; }
.hbg span { display: block; width: 22px; height: 1.5px; background: var(--text2); transition: all 0.3s; }
.mob-menu { display: none; position: fixed; top: 62px; left: 0; right: 0; background: rgba(250,246,238,0.98); border-bottom: 1px solid rgba(168,120,40,0.15); padding: 1.25rem 1.5rem; z-index: 99; flex-direction: column; gap: 0.3rem; }
.mob-menu.open { display: flex; }
.mob-a { background: none; border: none; font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text2); cursor: pointer; padding: 10px 12px; border-radius: 4px; text-align: left; transition: all 0.2s; }
.mob-a:hover { color: var(--gold); background: rgba(168,120,40,0.07); }
.mob-langs { display: flex; gap: 0.5rem; padding: 8px 12px; border-top: 1px solid rgba(168,120,40,0.12); margin-top: 0.25rem; }

/* ── HERO ── */
#hero {
  min-height: 100vh; position: relative; display: flex; align-items: center;
  overflow: hidden; padding: 7rem 2rem 4rem;
}
.hero-img { position: absolute; inset: 0; background-size: cover; background-position: center; filter: brightness(0.38) saturate(0.75); transition: opacity 1.2s ease; }
.hero-ov { position: absolute; inset: 0; background: linear-gradient(155deg, rgba(15,10,0,0.5) 0%, rgba(10,40,25,0.22) 100%); }
.hero-in { position: relative; max-width: 1080px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-left {}
.htag { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 10.5px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-l); margin-bottom: 1.3rem; }
.htag::before { content: ''; display: block; width: 26px; height: 1px; background: var(--gold-l); }
.h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 300; line-height: 1.07; color: #fff; margin-bottom: 1.3rem; }
.h1 em { font-style: italic; color: var(--gold-p); }
.hsub { font-size: 15px; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.75); max-width: 500px; margin-bottom: 2.25rem; }
.hbtns { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-gold { background: var(--gold); color: #fff; border: none; padding: 0.8rem 2rem; font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; border-radius: 3px; transition: background 0.2s; }
.btn-gold:hover { background: var(--gold-l); }
.btn-wh { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.45); padding: 0.8rem 2rem; font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; border-radius: 3px; transition: all 0.2s; }
.btn-wh:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.hero-right { display: flex; flex-direction: column; gap: 1rem; }
.hcard { background: rgba(250,246,238,0.1); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; padding: 1.4rem; display: flex; gap: 1rem; align-items: flex-start; backdrop-filter: blur(6px); transition: background 0.3s, border-color 0.3s; }
.hcard:hover { background: rgba(250,246,238,0.15); border-color: rgba(201,168,76,0.4); }
.hcard-ico { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.hcard h4 { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 0.25rem; }
.hcard p { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.65); line-height: 1.55; }

/* HERO SLIDESHOW */
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.4s ease; filter: brightness(0.36) saturate(0.72); }
.hero-slide.active { opacity: 1; }
.hero-slide-dots { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 5; }
.hero-slide-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.35); border: none; cursor: pointer; padding: 0; transition: background 0.3s, transform 0.3s; }
.hero-slide-dot.active { background: var(--gold-l); transform: scale(1.3); }

/* ── STATS ── */
#stats { background: var(--navy); padding: 2.75rem 2rem; }
.stats-in { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; text-align: center; }
.sn { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 300; color: var(--gold-p); display: block; line-height: 1; }
.sl { font-size: 10.5px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.42); display: block; margin-top: 0.35rem; }

/* ── SECTIONS ── */
.sec { padding: 5.5rem 2rem; }
.sec-sand { background: var(--sand); }
.sec-sand2 { background: var(--sand2); }
.sec-navy { background: var(--navy); }
.sec-in { max-width: 1080px; margin: 0 auto; }
.stag { font-size: 10px; font-weight: 600; letter-spacing: 0.32em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.45rem; }
.stag.light { color: var(--gold-l); }
.sttl { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 300; color: var(--text); line-height: 1.2; margin-bottom: 0.7rem; }
.sttl.white { color: #fff; }
.slead { font-size: 14.5px; font-weight: 300; line-height: 1.85; color: var(--text2); max-width: 680px; margin-bottom: 2.75rem; }
.slead.light { color: rgba(255,255,255,0.65); }
.gold-rule { height: 1px; background: linear-gradient(90deg, transparent, rgba(168,120,40,0.35), transparent); }

/* ── GRIDS & CARDS ── */
.grid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.card { background: #fff; border: 1px solid rgba(168,120,40,0.13); border-radius: 12px; padding: 1.75rem; transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; }
.card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.07); border-color: rgba(168,120,40,0.28); }
.card-ico { width: 40px; height: 40px; background: rgba(168,120,40,0.09); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 17px; margin-bottom: 0.9rem; }
.card-ico.teal { background: rgba(10,107,80,0.09); }
.card h4 { font-size: 14.5px; font-weight: 600; color: var(--text); margin-bottom: 0.45rem; }
.card p { font-size: 13.5px; font-weight: 300; line-height: 1.7; color: var(--text2); }

/* ── RAISONS NUMÉROTÉES ── */
.reasons { display: flex; flex-direction: column; gap: 1.1rem; margin-top: 0; }
.reason { display: flex; gap: 1.5rem; align-items: flex-start; padding: 1.5rem 1.75rem; background: #fff; border: 1px solid rgba(168,120,40,0.13); border-radius: 12px; transition: border-color 0.2s, box-shadow 0.2s; }
.reason:hover { border-color: rgba(168,120,40,0.3); box-shadow: 0 6px 24px rgba(0,0,0,0.06); }
.rn { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 300; color: rgba(168,120,40,0.2); line-height: 1; flex-shrink: 0; width: 36px; padding-top: 2px; }
.reason h4 { font-size: 14.5px; font-weight: 600; color: var(--text); margin-bottom: 0.35rem; }
.reason p { font-size: 13.5px; font-weight: 300; line-height: 1.75; color: var(--text2); }

/* ── EVENTS ── */
.ev-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 0; }
.ev-card { border-radius: 14px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); transition: transform 0.3s, box-shadow 0.3s; }
.ev-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(0,0,0,0.14); }
.ev-head { background: var(--navy); padding: 2rem 1.75rem; position: relative; overflow: hidden; }
.ev-head.teal-head { background: #0A6B50; }
.ev-deco { position: absolute; right: -12px; top: -12px; width: 80px; height: 80px; border: 1px solid rgba(255,255,255,0.05); border-radius: 50%; }
.ev-yr { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: rgba(255,255,255,0.07); position: absolute; right: 1.3rem; bottom: 0.8rem; line-height: 1; }
.ev-ed { font-size: 9.5px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-l); display: block; margin-bottom: 0.45rem; }
.ev-city { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: #fff; }
.ev-date { font-size: 12px; color: rgba(255,255,255,0.4); display: block; margin-top: 0.2rem; }
.ev-body { background: #fff; padding: 1.65rem; }
.ev-body p { font-size: 13.5px; font-weight: 300; line-height: 1.75; color: var(--text2); }
.ev-tags { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 1rem; }
.ev-tag { font-size: 11px; font-weight: 500; background: rgba(10,107,80,0.08); color: var(--teal-l); padding: 3px 10px; border-radius: 3px; }

/* ── DR SPOTLIGHT (fond navy/forêt) ── */
.dr-wrap { display: grid; grid-template-columns: 1.3fr 1fr; gap: 3.5rem; align-items: start; }
.dr-badge { display: inline-flex; align-items: center; gap: 0.4rem; background: rgba(18,149,122,0.15); border: 1px solid rgba(18,149,122,0.3); border-radius: 3px; padding: 0.28rem 0.85rem; font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #5DCAA5; margin-bottom: 1rem; }
.dr-ttl { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 300; color: #fff; line-height: 1.15; margin-bottom: 0.9rem; }
.dr-lead { font-size: 14px; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.65); margin-bottom: 1.75rem; }
.dr-quote { border-left: 2px solid var(--gold-l); padding: 0.5rem 0 0.5rem 1.2rem; }
.dr-quote p { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-style: italic; line-height: 1.65; color: rgba(255,255,255,0.78); }
.dr-quote cite { font-size: 11px; font-style: normal; color: rgba(255,255,255,0.3); display: block; margin-top: 0.5rem; }
.dr-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.dr-st { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; padding: 1.3rem; text-align: center; }
.dr-st .v { font-family: 'Cormorant Garamond', serif; font-size: 2.1rem; font-weight: 300; color: #5DCAA5; display: block; line-height: 1; }
.dr-st .l { font-size: 11px; color: rgba(255,255,255,0.38); display: block; margin-top: 0.3rem; line-height: 1.35; }

/* ── BIDIKAY / CLUB ── */
.bidi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.bidi-intro { font-size: 14.5px; font-weight: 300; line-height: 1.85; color: var(--text2); margin-bottom: 2rem; }
.svc-list { display: flex; flex-direction: column; gap: 1rem; }
.svc { display: flex; gap: 1rem; padding: 1.3rem 1.4rem; background: var(--cream); border: 1px solid rgba(168,120,40,0.12); border-radius: 10px; transition: border-color 0.2s; }
.svc:hover { border-color: rgba(168,120,40,0.28); }
.svc-ico { font-size: 20px; flex-shrink: 0; margin-top: 2px; }
.svc h5 { font-size: 13.5px; font-weight: 600; color: var(--gold); margin-bottom: 0.3rem; }
.svc p { font-size: 13px; font-weight: 300; line-height: 1.65; color: var(--text2); }
.bidi-img { border-radius: 14px; overflow: hidden; }
.bidi-img img { width: 100%; height: 340px; object-fit: cover; display: block; }

.club-reasons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 2rem; align-items: center; }
.crg-text {}
.crg-img { position: relative; height: 220px; overflow: hidden; border-radius: 12px; }
.crg-img img { transition: transform 0.4s; }
.crg-img:hover img { transform: scale(1.03); }
.club-gala-banner { margin-top: 2rem; border-radius: 14px; overflow: hidden; height: 380px; position: relative; }
.gala-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(0deg, rgba(0,0,0,0.65), transparent); padding: 1.75rem 2rem 1.5rem; color: rgba(255,255,255,0.88); font-size: 13px; font-weight: 300; font-family: 'Jost', sans-serif; font-style: italic; letter-spacing: 0.06em; }

.prestige-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.75rem; }
.prestige-item { border-radius: 12px; overflow: hidden; position: relative; height: 260px; }
.prestige-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.prestige-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(0deg, rgba(0,0,0,0.65), transparent); padding: 1.2rem 1.25rem 1rem; color: rgba(255,255,255,0.85); font-size: 12px; font-weight: 300; font-family: 'Jost', sans-serif; letter-spacing: 0.05em; }

/* PHOTO STRIP */
.ph-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; border-radius: 12px; overflow: hidden; margin-top: 2.75rem; height: 260px; }
.ph-strip-item { background-size: cover; background-position: center; transition: transform 0.4s; }
.ph-strip-item:hover { transform: scale(1.03); }

/* ── VOYAGES ── */
.travel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 1.5rem; }
.voy-3col-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 2rem 3rem; align-items: center; }
.voy-text-col {}
.voy-img-col { border-radius: 12px; overflow: hidden; }

/* ── PRICING ── */
.p-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.p-card { background: #fff; border: 1px solid rgba(168,120,40,0.16); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.3s, box-shadow 0.3s; }
.p-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(0,0,0,0.1); }
.p-card.feat { border: 1.5px solid rgba(168,120,40,0.45); box-shadow: 0 4px 20px rgba(168,120,40,0.1); }
.ph { padding: 1.65rem; background: var(--sand); border-bottom: 1px solid rgba(168,120,40,0.1); }
.ph.gold { background: linear-gradient(135deg, #F5E8C0, #EDD898); }
.p-card.feat:nth-child(2) .ph.gold { background: linear-gradient(135deg,rgba(10,107,80,0.15),rgba(10,107,80,0.05)); border-bottom: 1px solid rgba(10,107,80,0.2); }
.p-badge { display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; background: var(--gold); color: #fff; padding: 3px 8px; border-radius: 2px; margin-bottom: 0.7rem; }
.p-name { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 400; color: var(--text); line-height: 1.2; }
.p-price { font-family: 'Cormorant Garamond', serif; font-size: 2.3rem; font-weight: 300; color: var(--gold); line-height: 1; margin: 0.7rem 0 0.25rem; }
.p-price span { font-size: 0.9rem; font-weight: 400; color: var(--text3); }
.p-valid { font-size: 11px; color: var(--text3); font-style: italic; }
.pb { padding: 1.4rem 1.65rem; flex: 1; }
.p-desc { font-size: 13px; font-weight: 300; line-height: 1.7; color: var(--text2); margin-bottom: 1rem; }
.p-note { font-size: 11px; font-style: italic; color: var(--text3); line-height: 1.5; padding-top: 0.75rem; border-top: 1px solid rgba(168,120,40,0.1); }
.pf { padding: 1.1rem 1.65rem; border-top: 1px solid rgba(168,120,40,0.1); }
.p-btn { display: block; width: 100%; background: var(--gold); color: #fff; border: none; padding: 0.8rem; font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer; border-radius: 5px; transition: background 0.2s; text-align: center; }
.p-btn:hover { background: var(--gold-l); }
.p-btn.ol { background: transparent; color: var(--gold); border: 1.5px solid var(--gold); }
.p-btn.ol:hover { background: var(--gold); color: #fff; }

/* ── PAYMENT MODAL ── */
.mov { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 500; align-items: center; justify-content: center; padding: 1rem; }
.mov.open { display: flex; }
.modal { background: #fff; border-radius: 14px; width: 100%; max-width: 500px; max-height: 90vh; overflow-y: auto; padding: 2.25rem; position: relative; box-shadow: 0 24px 60px rgba(0,0,0,0.2); }
.mx { position: absolute; top: 1rem; right: 1rem; background: none; border: none; color: var(--text3); cursor: pointer; font-size: 20px; line-height: 1; padding: 4px; }
.mx:hover { color: var(--text); }
.modal h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 300; color: var(--text); margin-bottom: 0.2rem; }
.msub { font-size: 13px; color: var(--text2); margin-bottom: 1.5rem; font-weight: 300; }
.mpbox { background: var(--sand); border: 1px solid rgba(168,120,40,0.18); border-radius: 8px; padding: 0.9rem 1.2rem; display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.mpn { font-size: 14px; font-weight: 500; color: var(--text); }
.mpv { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 300; color: var(--gold); }
.ptabs { display: flex; gap: 0.4rem; margin-bottom: 1.4rem; }
.ptab { flex: 1; background: var(--sand); border: 1px solid rgba(168,120,40,0.15); border-radius: 6px; padding: 0.6rem; font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 500; color: var(--text2); cursor: pointer; transition: all 0.2s; text-align: center; }
.ptab.on { background: rgba(168,120,40,0.1); border-color: var(--gold); color: var(--gold); }
.ppanel { display: none; } .ppanel.on { display: block; }
.fg { margin-bottom: 1rem; }
.fg label { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text3); margin-bottom: 0.35rem; }
.fg input, .fg select { width: 100%; background: var(--sand); border: 1px solid rgba(168,120,40,0.2); border-radius: 6px; padding: 0.65rem 0.85rem; font-family: 'Jost', sans-serif; font-size: 14px; color: var(--text); outline: none; transition: border-color 0.2s; }
.fg input:focus, .fg select:focus { border-color: var(--gold); background: #fff; }
.fg select option { background: #fff; }
.fr2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.ci-row { display: flex; gap: 0.4rem; align-items: center; margin-bottom: 0.7rem; }
.ci { background: var(--sand2); border-radius: 4px; padding: 4px 8px; font-size: 10px; font-weight: 700; color: var(--text2); letter-spacing: 0.05em; }
.wire-box { background: var(--sand); border: 1px solid rgba(168,120,40,0.15); border-radius: 8px; padding: 1.4rem; }
.wr { display: flex; justify-content: space-between; padding: 0.45rem 0; border-bottom: 1px solid rgba(168,120,40,0.08); font-size: 13px; }
.wr:last-child { border: none; }
.wr span:first-child { color: var(--text3); }
.wr span:last-child { color: var(--text); font-weight: 500; }
.psbm { width: 100%; background: var(--gold); color: #fff; border: none; padding: 0.88rem; font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; border-radius: 6px; margin-top: 1.4rem; transition: background 0.2s; }
.psbm:hover { background: var(--gold-l); }
.ssl { display: flex; align-items: center; gap: 0.45rem; justify-content: center; margin-top: 0.8rem; font-size: 11px; color: var(--text3); }

/* ── CONTACT ── */
.ct-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; align-items: start; }
.ct-info {}
.ct-info h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.9rem; font-weight: 300; color: var(--text); margin-bottom: 0.6rem; line-height: 1.2; }
.ct-p { font-size: 14px; font-weight: 300; line-height: 1.8; color: var(--text2); margin-bottom: 2rem; }
.ct-det { display: flex; gap: 0.9rem; align-items: flex-start; margin-bottom: 1.4rem; }
.ct-ico { width: 36px; height: 36px; background: rgba(168,120,40,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 15px; }
.ct-det h4 { font-size: 13.5px; font-weight: 600; color: var(--text); margin-bottom: 0.15rem; }
.ct-det p { font-size: 13px; font-weight: 300; color: var(--text2); line-height: 1.5; }
.cf-box { background: #fff; border: 1px solid rgba(168,120,40,0.14); border-radius: 14px; padding: 2.25rem; box-shadow: 0 4px 24px rgba(0,0,0,0.05); }
.cf-box h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.65rem; font-weight: 300; color: var(--text); margin-bottom: 0.2rem; }
.cf-sub { font-size: 13px; font-weight: 300; color: var(--text2); margin-bottom: 1.75rem; }
.cfg { margin-bottom: 0.9rem; }
.cfg label { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text3); margin-bottom: 0.35rem; }
.cfg input, .cfg select, .cfg textarea { width: 100%; background: var(--sand); border: 1px solid rgba(168,120,40,0.18); border-radius: 6px; padding: 0.65rem 0.85rem; font-family: 'Jost', sans-serif; font-size: 14px; color: var(--text); outline: none; transition: border-color 0.2s; resize: vertical; }
.cfg input:focus, .cfg select:focus, .cfg textarea:focus { border-color: var(--gold); background: #fff; }
.cfg select option, .cfg textarea { background: #fff; }
.cfg-r2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.cfs { width: 100%; background: var(--gold); color: #fff; border: none; padding: 0.88rem; font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; border-radius: 6px; margin-top: 0.7rem; transition: background 0.2s; }
.cfs:hover { background: var(--gold-l); }
.ok-msg { display: none; background: rgba(10,107,80,0.08); border: 1px solid rgba(10,107,80,0.25); border-radius: 8px; padding: 1.2rem; text-align: center; font-size: 14px; color: var(--teal); margin-top: 1rem; }

/* ── AUTH MODAL ── */
.auth-ov { display:none; position:fixed; inset:0; background:rgba(0,0,0,0.65); z-index:600; align-items:center; justify-content:center; padding:1rem; }
.auth-ov.open { display:flex; }
.auth-box { background:#fff; border-radius:14px; width:100%; max-width:440px; padding:0; overflow:hidden; box-shadow:0 24px 60px rgba(0,0,0,0.2); }
.auth-header { background:var(--navy); padding:2rem 2rem 1.5rem; color:#fff; }
.auth-header h3 { font-family:'Cormorant Garamond',serif; font-size:1.8rem; font-weight:300; margin-bottom:0.25rem; }
.auth-header p { font-size:13px; font-weight:300; color:rgba(255,255,255,0.6); }
.auth-tabs { display:flex; background:rgba(255,255,255,0.08); border-radius:6px; padding:3px; margin-top:1rem; }
.auth-tab { flex:1; padding:0.5rem; text-align:center; border:none; background:transparent; color:rgba(255,255,255,0.55); font-family:'Jost',sans-serif; font-size:12px; font-weight:600; letter-spacing:0.1em; cursor:pointer; border-radius:4px; transition:all 0.2s; text-transform:uppercase; }
.auth-tab.on { background:#fff; color:var(--navy); }
.auth-body { padding:1.75rem 2rem; }
.auth-fg { margin-bottom:1rem; }
.auth-fg label { display:block; font-size:11px; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; color:var(--text3); margin-bottom:0.35rem; }
.auth-fg input { width:100%; background:var(--sand); border:1px solid rgba(168,120,40,0.2); border-radius:6px; padding:0.7rem 0.9rem; font-family:'Jost',sans-serif; font-size:14px; color:var(--text); outline:none; transition:border-color 0.2s; }
.auth-fg input:focus { border-color:var(--gold); background:#fff; }
.auth-panel { display:none; } .auth-panel.on { display:block; }
.auth-submit { width:100%; background:var(--gold); color:#fff; border:none; padding:0.88rem; font-family:'Jost',sans-serif; font-size:12px; font-weight:600; letter-spacing:0.18em; text-transform:uppercase; cursor:pointer; border-radius:6px; margin-top:1.25rem; transition:background 0.2s; }
.auth-submit:hover { background:var(--gold-l); }
.auth-note { font-size:12px; color:var(--text3); text-align:center; margin-top:1rem; line-height:1.5; }
.auth-x { float:right; background:none; border:none; color:rgba(255,255,255,0.6); cursor:pointer; font-size:20px; margin-top:-0.5rem; margin-right:-0.5rem; }
.auth-x:hover { color:#fff; }
.auth-msg { display:none; padding:0.75rem 1rem; border-radius:6px; font-size:13px; margin-bottom:1rem; }
.auth-msg.ok { background:rgba(10,107,80,0.1); border:1px solid rgba(10,107,80,0.25); color:var(--teal); }
.auth-msg.err { background:rgba(180,40,40,0.08); border:1px solid rgba(180,40,40,0.2); color:#a03030; }
.nav-user { display:none; align-items:center; gap:0.5rem; }
.nav-user.visible { display:flex; }
.user-badge { background:rgba(168,120,40,0.12); border:1px solid rgba(168,120,40,0.25); border-radius:20px; padding:4px 12px; font-size:11px; font-weight:500; color:var(--gold); cursor:pointer; transition:all 0.2s; }
.user-badge:hover { background:rgba(168,120,40,0.2); }
.content-locked { position:relative; pointer-events:none; }
.content-locked::after { content:'🔒 Connectez-vous pour accéder à cette section'; position:absolute; inset:0; background:rgba(240,232,212,0.92); display:flex; align-items:center; justify-content:center; font-family:'Cormorant Garamond',serif; font-size:1.1rem; font-style:italic; color:var(--gold); border-radius:12px; backdrop-filter:blur(4px); }

/* ── FOOTER ── */
footer { background: var(--navy); padding: 3rem 2rem 2rem; }
.ft-in { max-width: 1080px; margin: 0 auto; }
.ft-top { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.07); gap: 2rem; flex-wrap: wrap; }
.ft-brand .nav-name { color: rgba(255,255,255,0.88); }
.ft-brand .nav-emblem { border-color: rgba(168,120,40,0.45); }
.ft-tagline { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 13px; color: rgba(255,255,255,0.3); margin-top: 0.5rem; }
.ft-nav { display: flex; flex-direction: column; gap: 0.6rem; }
.ft-nav a { font-size: 11.5px; font-weight: 400; letter-spacing: 0.06em; color: rgba(255,255,255,0.4); text-decoration: none; text-transform: uppercase; cursor: pointer; transition: color 0.2s; }
.ft-nav a:hover { color: var(--gold-l); }
.ft-social-row { display: flex; align-items: center; justify-content: flex-start; padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); margin: 0; }
.ft-social-icons { display: flex; align-items: center; gap: 0.65rem; }
.social-btn { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 8px; background: rgba(10,107,80,0.15); color: #0A6B50; border: 1px solid rgba(10,107,80,0.3); transition: all 0.2s; text-decoration: none; flex-shrink: 0; }
.social-btn:hover { background: rgba(10,107,80,0.3) !important; color: #0A6B50 !important; border-color: rgba(10,107,80,0.6) !important; }
.social-btn svg { display: block; flex-shrink: 0; }
.ft-bot { display: flex; justify-content: space-between; align-items: center; padding-top: 1.5rem; font-size: 11px; color: rgba(255,255,255,0.25); flex-wrap: wrap; gap: 0.5rem; }

/* ── REVEAL / FADE ANIMATIONS ── */
.rv { opacity: 0; transform: translateY(20px); transition: opacity 0.65s ease, transform 0.65s ease; }
.rv.vis { opacity: 1; transform: none; }
@keyframes fup { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.fu { opacity: 0; animation: fup 0.7s ease forwards; }
.d1 { animation-delay: .1s; } .d2 { animation-delay: .25s; }
.d3 { animation-delay: .4s; } .d4 { animation-delay: .55s; }

/* Formspree submit button states */
button[data-fs-submit-btn]:disabled { opacity: 0.65; cursor: wait; }
[aria-invalid="true"] { border-color: #c03030 !important; }

/* ══════════════════════════════════════════════════════════
   HOME OPTION B — styles spécifiques (T-10b)
   ══════════════════════════════════════════════════════════ */

/* ── HERO 60/40 ── */
.hero-section .hero-in { grid-template-columns: 60fr 40fr; gap: 2.5rem; }
.hero-quote-card { background: rgba(13,30,53,0.72); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 1.75rem; }
.hero-quote { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 300; font-style: italic; color: #E8D090; line-height: 1.5; margin-bottom: 1.25rem; }
.hero-quote-cards { display: flex; flex-direction: column; gap: 0.75rem; }
.hero-quote-cards .hcard { display: flex; align-items: center; gap: 0.85rem; background: rgba(255,255,255,0.07); border-radius: 8px; padding: 0.65rem 0.85rem; border: 1px solid rgba(255,255,255,0.09); backdrop-filter: none; }
.hcard-h { font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 500; color: #fff; }
.hcard-p { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.55); }

/* ── LE CLUB OPTION B ── */
.club-b-layout { display: grid; grid-template-columns: 55fr 45fr; gap: 4rem; align-items: start; }
.club-quote { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 300; font-style: italic; color: var(--text); border-left: 3px solid var(--gold); padding: 0.5rem 0 0.5rem 1.25rem; margin: 1.5rem 0 2rem; line-height: 1.6; }
.reason-v { display: flex; gap: 1.1rem; align-items: flex-start; padding: 1.25rem 0; border-bottom: 1px solid rgba(168,120,40,0.12); }
.reason-v:first-child { border-top: 1px solid rgba(168,120,40,0.12); }
.reason-v:last-child { border-bottom: none; }
.reason-num { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 300; color: rgba(168,120,40,0.2); line-height: 1; flex-shrink: 0; min-width: 2.5rem; }
.reason-v h5 { font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 4px; letter-spacing: 0.04em; }
.reason-v p { font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 300; color: var(--text2); line-height: 1.7; }

/* ── PAYS OPTION B (fond navy) ── */
.pays-layout { display: grid; grid-template-columns: 55fr 45fr; gap: 4rem; align-items: center; }
.pays-img { position: relative; border-radius: 14px; overflow: hidden; }
.pays-img img { width: 100%; height: 420px; object-fit: cover; display: block; }
.pays-badge { position: absolute; top: 1rem; left: 1rem; background: var(--gold); color: #fff; font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; padding: 5px 12px; border-radius: 2px; }
.pays-txt { display: flex; flex-direction: column; justify-content: center; }
.pays-stat { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-style: italic; color: var(--gold-l); margin: 1rem 0 1.25rem; }
.pays-p { font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.65); line-height: 1.8; margin-bottom: 1.75rem; }

/* ── AGENDA DÉCALÉ OPTION B ── */
.agenda-offset { display: grid; grid-template-columns: 1fr auto 1fr; gap: 2rem; align-items: start; }
.agenda-divider { width: 1px; background: linear-gradient(180deg, transparent, rgba(168,120,40,0.45) 25%, rgba(168,120,40,0.45) 75%, transparent); min-height: 280px; align-self: stretch; }

/* ── VOYAGES TEASER OPTION B ── */
.voy-bg-num { position: absolute; right: -0.5rem; top: 50%; transform: translateY(-50%); font-family: 'Cormorant Garamond', serif; font-size: clamp(9rem, 14vw, 16rem); font-weight: 300; color: rgba(168,120,40,0.06); line-height: 1; pointer-events: none; user-select: none; z-index: 0; }
.voy-teaser-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; position: relative; z-index: 1; }
.voy-dest-card { border-radius: 12px; overflow: hidden; border: 1px solid rgba(168,120,40,0.14); transition: transform 0.25s, box-shadow 0.25s; }
.voy-dest-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.1); }
.voy-dest-img { height: 160px; background: linear-gradient(135deg, #0D1E35, #0a2e1e); background-size: cover; background-position: center; }
.voy-dest-info { padding: 0.85rem; background: #fff; }
.voy-dest-flag { font-size: 1.1rem; }
.voy-dest-name { display: block; font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 500; color: var(--text); margin: 4px 0 2px; }
.voy-dest-date { font-size: 11px; font-weight: 300; color: var(--text3); font-family: 'Jost', sans-serif; }
.btn-outline-gold { background: transparent; border: 1px solid rgba(168,120,40,0.42); color: var(--gold); padding: 0.8rem 2rem; font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; border-radius: 3px; transition: all 0.2s; }
.btn-outline-gold:hover { background: rgba(168,120,40,0.08); border-color: var(--gold); }

/* ── ADHÉSION HORIZONTALE OPTION B ── */
.adh-cards { display: flex; flex-direction: column; gap: 1rem; max-width: 840px; margin: 0 auto; }
.adh-card { display: flex; align-items: center; gap: 1.5rem; background: rgba(255,255,255,0.055); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 1.25rem 1.5rem; transition: border-color 0.2s; }
.adh-card:hover { border-color: rgba(168,120,40,0.35); }
.adh-card-ico { font-size: 1.75rem; flex-shrink: 0; }
.adh-card-body { flex: 1; }
.adh-card-badge { display: inline-block; font-family: 'Jost', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; background: var(--gold); color: #fff; padding: 3px 8px; border-radius: 2px; margin-bottom: 6px; }
.adh-card-desc { font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.6); line-height: 1.6; }
.adh-card-btn { flex-shrink: 0; background: transparent; border: 1px solid rgba(168,120,40,0.35); color: var(--gold-l); padding: 0.6rem 1.25rem; font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; cursor: pointer; border-radius: 3px; transition: all 0.2s; white-space: nowrap; }
.adh-card-btn:hover { background: rgba(168,120,40,0.12); }

/* ── BANDE CONTACT (fond gold pâle) ── */
.contact-band { background: rgba(168,120,40,0.07); border-top: 1px solid rgba(168,120,40,0.15); border-bottom: 1px solid rgba(168,120,40,0.15); padding: 2rem; display: flex; align-items: center; justify-content: center; gap: 2.5rem; flex-wrap: wrap; }
.contact-band p { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 300; font-style: italic; color: var(--text); }

/* ══════════════════════════════════════════════════════════
   CROSS-BROWSER CRITIQUES
   ══════════════════════════════════════════════════════════ */

/* ── SAFARI IOS — viewport height fix ── */
.page-hero, .hero-section {
  min-height: 55vh;
  min-height: 55dvh;
}
.map-lb {
  height: 100vh;
  height: 100dvh;
}

/* ── SAFARI — backdrop-filter webkit ── */
nav {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.hero-quote-card {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.map-lb {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

/* ── SAFARI — checkbox custom ── */
input[type="checkbox"] {
  accent-color: var(--teal);
  -webkit-appearance: none;
  appearance: none;
  width: 16px !important;
  height: 16px !important;
  border: 1.5px solid rgba(10,107,80,0.5);
  border-radius: 3px;
  background: #fff;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 3px;
}
input[type="checkbox"]:checked {
  background: var(--teal);
  border-color: var(--teal);
}
input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 4px; top: 1px;
  width: 5px; height: 9px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

/* ── Font rendering ── */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* ── Android Chrome — tap highlight ── */
a, button { -webkit-tap-highlight-color: transparent; }

/* ── Overflow global ── */
html, body { overflow-x: hidden; max-width: 100vw; }
img { max-width: 100%; height: auto; display: block; }

/* ── Select mobile custom arrow ── */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235A4E38' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 2.5rem;
}

/* ── Input zoom fix iOS (< 16px → zoom auto) ── */
input, select, textarea { font-size: 16px !important; }

/* ── Firefox flex gap ── */
.hbtns { gap: 0.75rem; }
.ev-tags { gap: 0.4rem; }
.ft-social-icons { gap: 0.65rem; }

/* ── Hamburger : caché sur desktop, visible sur mobile ── */
#hbg { display: none; }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE COMPLET
   ══════════════════════════════════════════════════════════ */

@media(max-width:1100px) {
  .travel-grid { grid-template-columns: repeat(2,1fr); }
}

@media(max-width:900px) {
  /* ── NAV ── */
  nav { padding: 0 1rem; }
  .nav-links { display: none; }
  .nav-right { gap: 0.4rem; }
  .lang-sw { display: none; }
  #navAuthBtn { display: none !important; }
  #hbg { display: -webkit-flex; display: flex; }
  .nav-logo { padding: 0; }
  .nav-logo img { height: 38px; }

  /* ── MENU MOBILE ── */
  #mob-menu {
    position: fixed;
    top: 62px; left: 0; right: 0;
    background: rgba(250,246,238,0.98);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(168,120,40,0.15);
    padding: 1.25rem;
    z-index: 998;
    display: none;
    flex-direction: column;
    gap: 0.25rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 62px);
    height: calc(100dvh - 62px);
  }
  #mob-menu.open { display: flex; }
  #mob-menu a, .mob-nav-btn {
    font-family: 'Jost', sans-serif;
    font-size: 13px; font-weight: 500;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--text); text-decoration: none;
    padding: 0.85rem 0;
    border: none;
    border-bottom: 1px solid rgba(168,120,40,0.08);
    background: none; cursor: pointer;
    text-align: left; width: 100%; display: block;
  }
  .mob-lang {
    display: flex; gap: 1rem;
    padding: 1rem 0 0.5rem;
    border-top: 1px solid rgba(168,120,40,0.12);
    margin-top: 0.25rem;
  }
  .mob-auth-btn {
    margin-top: 0.75rem;
    background: var(--teal); color: #fff;
    border-radius: 20px; padding: 0.7rem 1.25rem;
    text-align: center; font-weight: 600;
    letter-spacing: 0.08em; cursor: pointer;
    border: none; width: 100%;
    font-family: 'Jost', sans-serif;
    font-size: 12px; text-transform: uppercase;
    transition: background 0.2s;
  }
  .mob-auth-btn:hover { background: var(--teal-l); }

  /* ── SECTIONS ── */
  .sec { padding: 3rem 1.25rem; }
  .sttl { font-size: clamp(1.5rem, 4vw, 2rem); }
  .slead { font-size: 14px; }

  /* ── GRILLES ── */
  .bidi-grid { grid-template-columns: 1fr !important; }
  .club-reasons-grid { grid-template-columns: 1fr !important; }
  .club-b-layout { grid-template-columns: 1fr !important; gap: 2rem; }
  .pays-layout { grid-template-columns: 1fr !important; gap: 2rem; }
  .grid2, .grid3, .ct-wrap { grid-template-columns: 1fr !important; }
  .dr-wrap { grid-template-columns: 1fr !important; gap: 2rem; }
  .p-grid { grid-template-columns: 1fr !important; }
  .ev-grid { grid-template-columns: 1fr !important; }

  /* ── HERO ── */
  #hero { min-height: 80vh; }
  .hero-right { display: none; }
  .hero-in { grid-template-columns: 1fr !important; }
  .hero-section .hero-in { grid-template-columns: 1fr !important; }
  .hbtns { flex-direction: column; }
  .hbtns .btn-gold, .hbtns .btn-wh { width: 100%; text-align: center; }

  /* ── STATS ── */
  .stats-in { grid-template-columns: repeat(2,1fr) !important; }

  /* ── IMAGES ── */
  .bidi-img { display: none; }
  .crg-img { height: 220px; }
  .club-gala-banner { height: 240px; }
  .pays-img img { height: 280px; }
  .ph-strip { grid-template-columns: 1fr 1fr; height: auto; }
  .ph-strip-item { height: 160px; }
  .prestige-pair { grid-template-columns: 1fr; }
  .voy-3col-grid { grid-template-columns: 1fr; }
  .voy-img-col { min-height: 220px; }

  /* ── AGENDA ── */
  .agenda-offset { grid-template-columns: 1fr !important; }
  .agenda-divider { display: none; }

  /* ── VOYAGES ── */
  .travel-grid { grid-template-columns: repeat(2,1fr) !important; }
  .voy-teaser-grid { grid-template-columns: repeat(2,1fr) !important; }

  /* ── ADHÉSION ── */
  .adh-cards { flex-direction: column; }
  .adh-card { flex-direction: column; align-items: flex-start; }
  .adh-card-btn { width: 100%; text-align: center; }

  /* ── FOOTER ── */
  .ft-nav { flex-wrap: wrap; gap: 0.5rem; justify-content: center; }
  .ft-bot { flex-direction: column; gap: 0.75rem; text-align: center; }
}

@media(max-width:600px) {
  /* ── NAV ── */
  nav { padding: 0 1.25rem; }
  .lang-btn { font-size: 10px; padding: 1px 3px; }
  .nav-logo img { height: 30px; }

  /* ── SECTIONS ── */
  .sec { padding: 2.5rem 1rem !important; }
  .sttl { font-size: clamp(1.3rem, 5.5vw, 1.8rem); }

  /* ── HERO ── */
  #hero { padding: 5rem 1rem 3rem !important; min-height: 60vh; }
  .h1 { font-size: clamp(1.8rem, 7vw, 2.5rem) !important; }

  /* ── GRILLES ── */
  .travel-grid { grid-template-columns: 1fr !important; }
  .voy-teaser-grid { grid-template-columns: 1fr !important; }
  .fr2, .cfg-r2 { grid-template-columns: 1fr; }

  /* ── IMAGES ── */
  .ph-strip { grid-template-columns: 1fr; }
  .ph-strip-item { height: 180px; }

  /* ── MISC ── */
  .voy-bg-num { font-size: 45vw; }
  .contact-band { flex-direction: column; gap: 1rem; text-align: center; }

  /* ── MODALS ── */
  .modal { padding: 1.75rem 1.25rem !important; }
  .auth-box { margin: 0 0.5rem; }

  /* ── FOOTER ── */
  footer { padding: 2.5rem 1.25rem 1.5rem !important; }
  .ft-nav { flex-direction: column !important; gap: 0.5rem !important; }
  .ft-social-row { justify-content: center; }
  .ft-bot { font-size: 10px; }

  /* ── LÉGAL ── */
  .legal-content { padding: 2.5rem 1.25rem; }
}

/* ══ BOUTONS LANGUE ═════════════════════════════════════════ */
.lang-btn {
  background: none;
  border: none;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--text2);
  cursor: pointer;
  padding: 2px 5px;
  transition: color 0.2s;
  border-radius: 2px;
  line-height: 1;
}
.lang-btn:hover { color: var(--gold); }
#navAuthBtn:hover { background: var(--teal-l) !important; }
.lang-btn.active {
  color: var(--gold);
  font-weight: 700;
  border: 1px solid rgba(168,120,40,0.4);
  padding: 2px 5px;
  border-radius: 3px;
}

/* ── Password toggle (œil afficher/masquer) ── */
.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.password-wrapper input {
  width: 100%;
  padding-right: 48px;
}
.password-toggle {
  position: absolute;
  right: 14px;
  background: none;
  border: none;
  cursor: pointer;
  color: #8A7D65;
  padding: 4px;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.password-toggle:hover { color: #0A6B50; }
