/* ═══════════════════════════════════════════════════════════
   GOSSET — Page Contact (bandeau clair + 3 tunnels)
   ═══════════════════════════════════════════════════════════ */

/* ── Bandeau clair (4e variation d'en-tête) ────────────────── */
.contact-hero { background: var(--ciel-bg); padding: clamp(120px, 15vw, 172px) 0 clamp(40px, 5vw, 60px); position: relative; overflow: hidden; }
.contact-hero-inner { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); position: relative; z-index: 1; }
.contact-hero .kicker { color: var(--terre); }
.contact-hero h1 { font-size: clamp(38px, 5vw, 62px); max-width: 16ch; margin-bottom: 18px; }
.contact-hero h1 em { font-style: normal; color: var(--terre); }
.contact-hero-lead { font-size: clamp(17px, 1.4vw, 20px); color: var(--muted); max-width: 52ch; line-height: 1.7; }
.contact-hero .brand-symbole { position: absolute; width: 240px; color: var(--sage); opacity: .4; right: -20px; top: 50px; }

/* ── 3 choix (tunnels) mis en exergue ──────────────────────── */
.choices-wrap { background: var(--ciel-bg); }
.choices-lead { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut) 18px; font-size: 14px; font-weight: 500; letter-spacing: .04em; text-transform: uppercase; color: var(--terre); }
.choices { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut) clamp(44px, 5vw, 60px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.choice-card { position: relative; text-align: left; background: #fff; border: 1.5px solid var(--line); border-radius: 12px; padding: 26px 26px 24px; cursor: pointer; font: inherit;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.choice-card:hover { border-color: var(--navy); transform: translateY(-3px); box-shadow: 0 14px 34px rgba(2,54,75,.1); }
.choice-ico { width: 46px; height: 46px; border-radius: 10px; background: var(--ciel-bg); color: var(--navy); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: background .2s ease, color .2s ease; }
.choice-card h3 { font-family: var(--sans); font-size: 19px; font-weight: 500; color: var(--ink); margin-bottom: 6px; }
.choice-card p { font-size: 14.5px; color: var(--muted); line-height: 1.55; }
.choice-go { margin-top: 15px; font-size: 14px; font-weight: 500; color: var(--navy); display: inline-flex; align-items: center; gap: 7px; }
.choice-card.active { background: var(--navy); border-color: var(--navy); box-shadow: 0 16px 40px rgba(2,54,75,.24); }
.choice-card.active .choice-ico { background: rgba(255,255,255,.14); color: var(--ciel); }
.choice-card.active h3 { color: #fff; }
.choice-card.active p { color: rgba(255,255,255,.72); }
.choice-card.active .choice-go { color: var(--ciel); }

/* ── Carte Club Pépites : accent pourpre + cœur ── */
.choice-pepites { border-color: var(--pourpre); background: linear-gradient(180deg, #fbf1f2 0%, #fff 62%); }
.choice-pepites:hover { border-color: var(--pourpre); box-shadow: 0 14px 34px rgba(135,42,60,.14); }
.choice-pepites-coeur { width: 40px; color: var(--pourpre); margin-bottom: 14px; display: block; }
.choice-eyebrow { display: block; font-size: 12.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--pourpre); margin-bottom: 8px; }
.choice-pepites .choice-go { color: var(--pourpre); }
.choice-pepites.active { background: var(--pourpre); border-color: var(--pourpre); box-shadow: 0 16px 40px rgba(135,42,60,.3); }
.choice-pepites.active .choice-pepites-coeur { color: #fff; }
.choice-pepites.active .choice-eyebrow { color: rgba(255,255,255,.85); }
.choice-pepites.active h3 { color: #fff; }
.choice-pepites.active p { color: rgba(255,255,255,.8); }
.choice-pepites.active .choice-go { color: #fff; }

/* ── Corps des tunnels ─────────────────────────────────────── */
.contact-body { background: var(--cream); padding: clamp(48px, 6vw, 80px) 0 clamp(64px, 8vw, 100px); }
.tunnel { display: none; }
.tunnel.active { display: block; }
.tunnel-grid { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 5vw, 72px); align-items: start; }
.tunnel-info h2 { font-size: clamp(26px, 3vw, 38px); max-width: 15ch; margin-bottom: 24px; }
.tunnel-points { list-style: none; display: flex; flex-direction: column; gap: 16px; margin-bottom: 30px; }
.tunnel-points li { position: relative; padding-left: 28px; font-size: 15.5px; line-height: 1.6; color: var(--text); }
.tunnel-points strong { color: var(--navy); font-weight: 500; }
.tunnel-points li::before { content: ''; position: absolute; left: 0; top: 7px; width: 10px; height: 10px; background: var(--ciel); border-left: 3px solid var(--navy); }
.tunnel-phone { font-size: 15px; color: var(--muted); }
.tunnel-phone a { color: var(--navy); font-weight: 500; }

/* ── Formulaire ────────────────────────────────────────────── */
.contact-form { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: clamp(24px, 3vw, 36px); }
.contact-form h3 { font-family: var(--sans); font-size: 19px; font-weight: 500; color: var(--ink); margin-bottom: 4px; }
.contact-form .intro { font-size: 14.5px; color: var(--muted); margin-bottom: 24px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13.5px; font-weight: 500; color: var(--ink); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 15.5px; color: var(--text);
  padding: 13px 15px; border: 1px solid var(--sand); border-radius: 5px; background: var(--cream); transition: border-color .2s ease; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy); }
.field textarea { min-height: 110px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form .btn { width: 100%; justify-content: center; margin-top: 6px; }
.form-foot { font-size: 13px; color: var(--muted); text-align: center; margin-top: 14px; }
.form-msg { border-radius: 6px; padding: 15px 18px; margin-bottom: 22px; font-size: 15px; line-height: 1.5; }
.form-msg.ok { background: var(--ciel-bg); color: var(--navy); border: 1px solid var(--ciel); }
.form-msg.err { background: #fbeaec; color: var(--pourpre); border: 1px solid #e3b8c0; }
/* Piège à robots : invisible pour un visiteur, rempli par les robots à spam. */
.pot-de-miel { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ── La Maison Gosset : photo + coordonnées ────────────────── */
.maison-contact { background: var(--beige); padding: clamp(56px,7vw,90px) 0 clamp(72px,9vw,110px); }
.maison-contact-inner { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }
.mc-box { display: grid; grid-template-columns: 1fr 1fr; border-radius: 12px; overflow: hidden; box-shadow: 0 24px 60px rgba(2,54,75,.16); }
.mc-photo { position: relative; min-height: 440px; }
.mc-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mc-card { background: var(--navy); color: #fff; padding: clamp(32px,4vw,54px); display: flex; flex-direction: column; justify-content: center; }
.mc-card .kicker { color: var(--ciel); } .mc-card .kicker::before { background: var(--ciel); }
.mc-card h2 { color: #fff; font-size: clamp(26px,3vw,38px); margin-bottom: 14px; }
.mc-card > p { color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.7; margin-bottom: 28px; max-width: 40ch; }
.mc-lines { display: flex; flex-direction: column; gap: 15px; margin-bottom: 30px; }
.mc-line { display: flex; align-items: center; gap: 13px; font-size: 15.5px; color: rgba(255,255,255,.85); }
.mc-line svg { color: var(--ciel); flex-shrink: 0; }
.mc-line a { color: #fff; } .mc-line a:hover { color: var(--ciel); }
.mc-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }
.mc-actions .btn { font-size: 14.5px; padding: 12px 20px; }
.mc-socials { border-top: 1px solid rgba(255,255,255,.15); padding-top: 20px; font-size: 14.5px; color: rgba(255,255,255,.6); display: flex; gap: 22px; }
.mc-socials a { color: #fff; } .mc-socials a:hover { color: var(--ciel); }
/* ── Club Pépite (en exergue) ──────────────────────────────── */
.pepite { background: var(--beige); border-top: 3px solid var(--pourpre); }
.pepite-inner {
  max-width: var(--wrap); margin: 0 auto; padding: clamp(40px, 5vw, 60px) var(--gut);
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(24px, 3.5vw, 52px);
}
.pepite .pepite-coeur { width: clamp(56px, 6vw, 78px); color: var(--pourpre); flex-shrink: 0; }
.pepite-text .kicker { color: var(--pourpre); }
.pepite-text .kicker::before { background: var(--pourpre); }
.pepite-text h2 { font-size: clamp(26px, 3vw, 38px); color: var(--navy); margin-bottom: 10px; }
.pepite-text p { color: var(--muted); font-size: 16.5px; line-height: 1.6; max-width: 54ch; }
.pepite-btn { white-space: nowrap; }

@media (max-width: 780px) {
  .pepite-inner { grid-template-columns: 1fr; gap: 18px; }
  .pepite-btn { justify-self: start; }
  .mc-box { grid-template-columns: 1fr; }
  .mc-photo { min-height: 300px; order: -1; }   /* la photo d'abord, puis les coordonnées */
}
/* Mobile : espaces verticaux resserrés + symbole du hero réduit */
@media (max-width: 700px) {
  .contact-hero { padding-top: 96px; padding-bottom: 32px; }
  .contact-hero .brand-symbole { width: 140px; top: 26px; right: -10px; }
  .choices { padding-bottom: 38px; }
  .contact-body { padding-top: 38px; padding-bottom: 48px; }
  .maison-contact { padding-top: 48px; padding-bottom: 54px; }
}

@media (max-width: 860px) {
  .tunnel-grid { grid-template-columns: 1fr; }
  .contact-info-grid { grid-template-columns: 1fr; gap: 30px; }
  .choices { grid-template-columns: 1fr; }
}
