
:root{
  --ivory:#f7f2ea;
  --cream:#fffaf4;
  --black:#171513;
  --black-soft:#211e1b;
  --gold:#b8892f;
  --gold-light:#d7b56f;
  --green:#26392f;
  --text:#25231f;
  --muted:#70695f;
  --line:rgba(184,137,47,.24);
  --shadow:0 28px 90px rgba(45,31,16,.14);
  --serif:"Cormorant Garamond",serif;
  --sans:"Manrope",sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--sans);background:var(--ivory);color:var(--text);line-height:1.7;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:inherit}

.site-header{
  position:fixed;inset:0 0 auto;z-index:100;
  display:grid;grid-template-columns:300px 1fr auto;gap:28px;align-items:center;
  padding:20px 5vw;
  background:linear-gradient(to bottom,rgba(247,242,234,.98),rgba(247,242,234,.72),transparent);
}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none}
.brand img{width:76px;height:76px;object-fit:contain}
.brand strong{display:block;font-family:var(--serif);font-size:30px;text-transform:none;letter-spacing:.1em;color:var(--gold)}
.brand span{display:block;font-size:12px;color:var(--green)}
.main-nav{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}
.main-nav a{text-decoration:none;text-transform:none;letter-spacing:.12em;font-size:12px;font-weight:800;color:#76552d}
.header-cta{padding:12px 20px;border-radius:999px;text-decoration:none;background:var(--gold);color:white;font-weight:800;text-transform:none;letter-spacing:.08em}
.menu-toggle{display:none}

.hero{
  min-height:100vh;
  display:grid;
  grid-template-columns:58% 42%;
  padding-top:112px;
  background:var(--black);
}
.hero-media{
  min-height:calc(100vh - 112px);
  background:
    linear-gradient(90deg,transparent 78%,var(--black) 100%),
    url("../images/hero-porte-chemin.webp") center/cover no-repeat;
}
.hero-message{
  min-height:calc(100vh - 112px);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  padding:50px 5vw;text-align:center;
  background:radial-gradient(circle at 50% 30%,rgba(184,137,47,.12),transparent 36%),var(--black);
}
.hero-calligraphy{width:min(620px,100%);height:auto}
.hero-link{margin-top:32px;color:var(--gold-light);text-decoration:none;text-transform:none;letter-spacing:.14em;font-size:13px;font-weight:800}

.eyebrow{margin:0 0 24px;color:var(--gold);text-transform:none;letter-spacing:.24em;font-size:14px;font-weight:800}
.center{text-align:center}
h1,h2,h3{font-family:var(--serif);margin:0;color:var(--green);font-weight:600;line-height:1}
h1{font-size:clamp(48px,6vw,88px)}
h2{font-size:clamp(42px,5vw,74px)}
h3{font-size:30px}

.statement{padding:120px 8vw;text-align:center;background:var(--cream)}
.statement-text{max-width:760px;margin:30px auto 0;color:var(--muted);font-size:19px}

.about{display:grid;grid-template-columns:.88fr 1.12fr;gap:76px;align-items:center;padding:110px 7vw}
.about-photo img{width:min(470px,100%);aspect-ratio:4/5;object-fit:cover;border-radius:34px;box-shadow:var(--shadow);border:1px solid var(--line)}
.about-copy p{color:var(--muted);font-size:18px}
.about-copy > p:not(.eyebrow){text-align:justify;text-justify:inter-word;hyphens:auto}

.services{padding:110px 7vw;background:rgba(255,250,244,.7)}
.service-grid{margin-top:56px;display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.service-card{padding:38px;border-radius:30px;background:rgba(255,255,255,.74);border:1px solid var(--line);box-shadow:0 18px 55px rgba(45,31,16,.08)}
.service-card p{color:var(--muted)}

.business{padding:84px 7vw;background:linear-gradient(135deg,#f5ecdd,#fffaf4 54%,#eef2eb)}
.business-heading{max-width:980px;margin:0 auto 42px;text-align:center}
.business-heading .eyebrow{margin-bottom:18px}
.business-content{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.business-copy>p:not(.eyebrow){max-width:760px;color:var(--muted);font-size:17px}
.business-copy .btn{margin-top:12px}
.business-copy .business-formats{display:inline-flex;flex-wrap:wrap;margin:10px 0 8px;padding:9px 14px;border:1px solid rgba(184,137,47,.34);border-radius:999px;background:rgba(255,255,255,.56);color:var(--green);font-size:12px;font-weight:800;letter-spacing:.045em}
.business-copy .business-cabinet-option{position:relative;margin:16px 0 8px;padding:15px 18px 15px 46px;border:1px solid rgba(184,137,47,.3);border-radius:18px;background:rgba(255,255,255,.62);color:var(--green);font-size:14px;line-height:1.55}
.business-cabinet-option::before{content:"";position:absolute;left:20px;top:22px;width:9px;height:9px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 4px rgba(184,137,47,.14)}
.business-highlights{display:grid;gap:14px}
.business-highlights article{position:relative;padding:24px 26px 22px 78px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.72);box-shadow:0 14px 36px rgba(45,31,16,.07)}
.business-highlights span{position:absolute;left:24px;top:24px;color:var(--gold);font-family:var(--serif);font-size:25px;font-weight:700}
.business-highlights h3{font-size:27px}
.business-highlights p{margin:8px 0 0;color:var(--muted);line-height:1.55}

.method{padding:110px 7vw;background:linear-gradient(135deg,rgba(38,57,47,.07),rgba(255,250,244,.85))}
.method-track{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:50px}
.method-track article{padding:28px;border-top:1px solid var(--gold);background:rgba(255,255,255,.48)}
.method-track span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--gold);color:white;font-weight:800}
.method-track p{color:var(--muted)}

.reviews{padding:110px 7vw}
.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:50px}
.review-grid blockquote{margin:0;padding:34px;border-radius:28px;background:var(--cream);border:1px solid var(--line);box-shadow:0 14px 48px rgba(45,31,16,.07)}
.review-grid blockquote p{font-family:var(--serif);font-size:28px;color:var(--green)}
.review-grid footer{color:var(--gold);font-weight:800}

.booking{display:grid;grid-template-columns:.82fr 1.5fr;gap:46px;padding:100px 6vw;background:var(--cream)}
.booking-intro p{color:var(--muted)}
.booking-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.booking-card{padding:28px 20px;text-align:center;border-radius:26px;background:white;border:1px solid var(--line);box-shadow:0 14px 42px rgba(45,31,16,.07)}
.booking-card h3{min-height:64px}
.price{margin:18px 0 4px;font-family:var(--serif);font-size:46px;color:var(--gold);font-weight:700}
.booking-card small{display:block;min-height:44px;color:var(--muted)}
.booking-card button{margin-top:18px;border:0;background:transparent;color:var(--green);font-weight:800;cursor:pointer}
.featured{border-color:rgba(184,137,47,.52)}

.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:15px 26px;border-radius:999px;text-decoration:none;border:1px solid transparent;text-transform:none;letter-spacing:.08em;font-weight:800;cursor:pointer}
.btn-gold{background:var(--gold);color:white}
.btn-dark{background:var(--green);color:white}
.btn-outline{background:transparent;border-color:var(--gold);color:var(--gold)}
.light{color:white;border-color:rgba(255,255,255,.48)}

.contact{display:flex;justify-content:space-between;align-items:center;gap:28px;padding:90px 7vw;background:var(--green)}
.contact h2{color:white}
.contact-actions{display:flex;gap:16px;flex-wrap:wrap}

.site-footer{padding:52px 7vw;text-align:center;background:var(--black);color:white}
.site-footer img{width:82px;margin:0 auto 16px}

.modal{display:none;position:fixed;inset:0;z-index:200}
.modal.is-open{display:block}
.modal-backdrop{position:absolute;inset:0;background:rgba(23,21,19,.62);backdrop-filter:blur(8px)}
.modal-card{position:relative;width:min(560px,calc(100% - 34px));margin:8vh auto;padding:36px;border-radius:30px;background:var(--cream);box-shadow:0 30px 100px rgba(0,0,0,.28)}
.modal-card h2{font-size:50px}
.modal-close{position:absolute;top:18px;right:22px;border:0;background:transparent;font-size:36px;cursor:pointer}
.modal form{display:grid;gap:14px;margin-top:22px}
.modal input{min-height:50px;padding:12px 14px;border-radius:14px;border:1px solid var(--line);font:inherit;background:white}

.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}
.reveal.is-visible{opacity:1;transform:none}

@media(max-width:1080px){
  .site-header{grid-template-columns:1fr auto}
  .main-nav,.header-cta{display:none}
  .menu-toggle{display:grid;gap:6px;border:0;background:transparent}
  .menu-toggle span{width:28px;height:2px;background:var(--gold)}
  .main-nav.is-open{display:grid;grid-column:1/-1;padding:18px;border-radius:22px;background:rgba(255,250,244,.98)}
  .hero{grid-template-columns:1fr;padding-top:100px}
  .hero-media{min-height:62vh;background:linear-gradient(to bottom,transparent 75%,var(--black) 100%),url("../images/hero-porte-chemin.webp") center/cover no-repeat}
  .hero-message{min-height:auto;padding:60px 7vw 80px}
  .about,.booking{grid-template-columns:1fr}
  .business-content{grid-template-columns:1fr}
  .service-grid,.booking-grid,.method-track{grid-template-columns:1fr 1fr}
}

@media(max-width:680px){
  .brand img{width:58px;height:58px}
  .brand strong{font-size:24px}
  .brand span{display:none}
  .statement,.about,.services,.business,.method,.reviews,.booking{padding-left:5vw;padding-right:5vw}
  .service-grid,.booking-grid,.method-track,.review-grid{grid-template-columns:1fr}
  .contact{display:grid}
  .contact-actions{display:grid}
  .btn{width:100%}
}


/* =========================================================
   RACINESOLIDE PREMIUM V1.1
   Ajustements demandés le 11 juillet 2026
   ========================================================= */

/* Hero : afficher l'image entière et éviter la coupe en haut */
.hero-media {
  background:
    linear-gradient(90deg, transparent 80%, var(--black) 100%),
    var(--black) url("../images/hero-porte-chemin.webp") center top / 92% auto no-repeat !important;
}

/* Logo plus grand en haut et en bas */
.brand img {
  width: 104px !important;
  height: 104px !important;
}

.site-footer img {
  width: 118px !important;
}

/* Navigation plus lisible et plus dorée */
.main-nav {
  gap: 27px !important;
}

.main-nav a {
  font-size: 15px !important;
  color: #b8892f !important;
  letter-spacing: .13em !important;
}

/* Sous-titres dorés plus grands */
.eyebrow {
  font-size: 18px !important;
  letter-spacing: .20em !important;
  line-height: 1.35;
}

/* Méthode : chiffre à gauche du titre, parfaitement aligné */
.method-track article {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.method-heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.method-heading span {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin: 0;
}

.method-heading h3 {
  margin: 0;
  line-height: 1;
}

/* Contact : question, téléphone et email alignés à gauche */
.contact {
  display: block !important;
}

.contact-inner {
  width: min(900px, 100%);
}

.contact-actions {
  justify-content: flex-start !important;
  margin-top: 28px;
}

/* Nouvelle séance d'accompagnement */
.featured-accompaniment {
  border-color: rgba(184,137,47,.62) !important;
  background: linear-gradient(145deg, #fffdf8, #f7edda) !important;
}

/* Témoignages : sources visibles */
.review-grid footer {
  font-size: 14px;
  letter-spacing: .04em;
}

@media(max-width:1080px){
  .hero-media {
    background:
      linear-gradient(to bottom, transparent 82%, var(--black) 100%),
      var(--black) url("../images/hero-porte-chemin.webp") center top / contain no-repeat !important;
  }

  .brand img {
    width: 82px !important;
    height: 82px !important;
  }
}

@media(max-width:680px){
  .main-nav a {
    font-size: 14px !important;
  }

  .eyebrow {
    font-size: 16px !important;
  }

  .contact-actions {
    display: grid;
  }
}


/* =========================================================
   RACINESOLIDE PREMIUM V1.3 — version production
   ========================================================= */

/* Hero recomposé au bon format : porte et chemin sans femme */
.hero-media {
  background:
    linear-gradient(90deg, transparent 76%, var(--black) 100%),
    var(--black) url("../images/hero-porte-chemin-premium-v2.png") center / cover no-repeat !important;
}

/* Retour au fondu élégant de l'en-tête Premium initial */
.site-header {
  background:
    linear-gradient(
      to bottom,
      rgba(247,242,234,.98) 0%,
      rgba(247,242,234,.88) 42%,
      rgba(247,242,234,.42) 74%,
      rgba(247,242,234,0) 100%
    ) !important;
}

/* Tuile cygne premium */
.booking-card-coming {
  position: relative;
  min-height: 255px;
  padding: 0 !important;
  overflow: hidden;
  border-color: rgba(184,137,47,.42) !important;
  background: #15130f !important;
}

.booking-card-coming > img {
  width: 100%;
  height: 100%;
  min-height: 255px;
  object-fit: cover;
  filter: brightness(.78) saturate(.92);
}

.coming-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 22px;
  background: linear-gradient(to top, rgba(10,9,7,.88), rgba(10,9,7,.08) 64%);
}

.coming-overlay h3 {
  min-height: 0 !important;
  margin: 0;
  color: #f4cf79;
  text-align: left;
  font-size: 30px;
  line-height: 1.03;
}

/* Le point d'interrogation reste à droite du mot */
.contact h2 {
  white-space: normal;
}

.contact h2 .nowrap,
.contact h2 {
  text-wrap: balance;
}

@media(max-width:1080px){
  .hero-media {
    background:
      linear-gradient(to bottom, transparent 80%, var(--black) 100%),
      var(--black) url("../images/hero-porte-chemin-premium-v2.png") center / cover no-repeat !important;
  }
}


/* V1.5 — photo de porte validée */
.hero-media {
  background:
    linear-gradient(90deg, transparent 76%, var(--black) 100%),
    var(--black) url("../images/hero-porte-chemin-premium-v2.png") center center / cover no-repeat !important;
}


/* Correction cygne : affichage fidèle à l'image d'origine */
.booking-card-coming > img {
  width: 100% !important;
  height: 100% !important;
  min-height: 255px !important;
  object-fit: cover !important;
  filter: none !important;
  opacity: 1 !important;
}

.booking-card-coming::before,
.booking-card-coming::after,
.booking-card-coming .coming-overlay {
  display: none !important;
  content: none !important;
  background: none !important;
}


/* =========================================================
   RACINESOLIDE PREMIUM V1.7
   Ajustements validés
   ========================================================= */

/* 1. Remonter légèrement le contenu texte du bandeau d'en-tête */
.site-header {
  align-items: start !important;
  padding-top: 12px !important;
}

.brand,
.main-nav,
.header-cta {
  margin-top: 0 !important;
}

/* 3. Réduire les espaces verticaux entre les principales sections */
.statement,
.about,
.services,
.method,
.reviews,
.booking,
.contact {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.service-grid,
.method-track,
.review-grid,
.booking-grid {
  margin-top: 34px !important;
}

/* Contact : conserver une mise en page compacte */
.contact {
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}

/* 6. Dégradés doux et différenciés pour les tuiles de réservation */
.booking-grid .booking-card:nth-child(1) {
  background: linear-gradient(145deg, #fffaf1, #f6ead2) !important;
}

.booking-grid .booking-card:nth-child(2) {
  background: linear-gradient(145deg, #fffdf7, #f3eadc) !important;
}

.booking-grid .booking-card:nth-child(3) {
  background: linear-gradient(145deg, #fbfff8, #e8f1e7) !important;
}

.booking-grid .booking-card:nth-child(4) {
  background: linear-gradient(145deg, #fff9f3, #f2e3d5) !important;
}

.booking-grid .booking-card:nth-child(5) {
  background: linear-gradient(145deg, #f9fbff, #e6ebf4) !important;
}

.booking-grid .booking-card:nth-child(6) {
  background: linear-gradient(145deg, #fffaf5, #efe3d3) !important;
}

.booking-grid .booking-card:nth-child(7) {
  background: linear-gradient(145deg, #fffdf4, #f4e8c7) !important;
}

.booking-grid .booking-card:nth-child(8) {
  background: linear-gradient(145deg, #fff7f1, #f3ded7) !important;
}

.booking-grid .booking-card:nth-child(9) {
  background: linear-gradient(145deg, #fbfff6, #e4efdf) !important;
}

.booking-grid .booking-card:nth-child(10) {
  background: linear-gradient(145deg, #fffaf5, #eee1d4) !important;
}

/* Conserver la tuile cygne comme image, sans filtre ni voile */
.booking-card-coming {
  background: #15130f !important;
}

.booking-card-coming > img {
  filter: none !important;
  opacity: 1 !important;
}

/* Les textes longs des tuiles restent lisibles */
.booking-card small {
  line-height: 1.45;
}

/* Ajustements responsives */
@media (max-width: 1080px) {
  .site-header {
    padding-top: 10px !important;
  }

  .statement,
  .about,
  .services,
  .method,
  .reviews,
  .booking,
  .contact {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
}

/* V1.8 alignements */
.site-header{
grid-template-rows:auto!important;
align-items:start!important;
padding-top:8px!important;
}
.brand{align-self:start!important;margin-top:-4px!important}
.brand img{margin-top:-6px!important}
.main-nav{align-self:end!important;margin-top:18px!important}
.header-cta{align-self:end!important;margin-top:18px!important}
.statement,.about,.services,.method,.reviews,.booking,.contact{
padding-top:48px!important;
padding-bottom:48px!important;
}
.service-grid,.method-track,.review-grid,.booking-grid{
margin-top:22px!important;
}


/* V1.9 Header alignment */
.site-header{
padding-top:4px!important;
padding-bottom:4px!important;
}
.brand{
display:flex;
align-items:flex-start!important;
margin-top:-8px!important;
}
.main-nav{
align-self:center!important;
margin-top:0!important;
transform:translateY(-14px)!important;
}
.header-cta{
align-self:center!important;
margin-top:0!important;
transform:translateY(-14px)!important;
}


/* V2 Header Premium */
.site-header{
display:grid!important;
grid-template-columns:auto 1fr auto!important;
align-items:center!important;
column-gap:40px;
padding:10px 36px!important;
}
.brand{
display:flex!important;
align-items:center!important;
margin:0!important;
}
.brand img{
width:78px!important;
height:auto!important;
margin-right:18px!important;
}
.brand-text{
display:flex!important;
flex-direction:column!important;
justify-content:center!important;
}
.main-nav{
justify-self:center!important;
align-self:center!important;
margin:0!important;
transform:none!important;
}
.main-nav ul{
display:flex;
align-items:center;
gap:34px;
}
.header-cta{
justify-self:end!important;
align-self:center!important;
margin:0!important;
transform:none!important;
}


/* V2.1 Header fine tuning */
.main-nav{
    align-self:start !important;
    margin-top:-12px !important;
}
.main-nav ul{
    align-items:flex-start !important;
}
.header-cta{
    align-self:start !important;
    margin-top:-12px !important;
}
.brand-text{
    gap:2px !important;
}
.brand-text p,
.brand-subtitle,
.brand small{
    margin-top:-8px !important;
    position:relative;
    top:-6px;
}


/* =========================================================
   RACINESOLIDE PREMIUM V2.2
   Bandeau crème vers transparent, sans zone grise
   ========================================================= */

.site-header {
  background:
    linear-gradient(
      to bottom,
      rgba(250, 246, 239, 0.98) 0%,
      rgba(250, 246, 239, 0.94) 42%,
      rgba(250, 246, 239, 0.70) 68%,
      rgba(250, 246, 239, 0.28) 86%,
      rgba(250, 246, 239, 0) 100%
    ) !important;
  box-shadow: none !important;
  border-bottom: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.site-header::before,
.site-header::after {
  display: none !important;
  content: none !important;
  background: none !important;
  box-shadow: none !important;
}

/* Supprime toute bande sombre ou grise héritée sous l'en-tête */
body::before,
body::after {
  box-shadow: none !important;
}

/* Conserve la bonne lisibilité des éléments */
.main-nav a {
  text-shadow: none !important;
}

.header-cta {
  box-shadow: 0 8px 22px rgba(184, 137, 47, 0.18) !important;
}


/* Header aligned like approved mockup */
.site-header{
display:grid!important;
grid-template-columns:auto 1fr auto!important;
align-items:start!important;
padding:12px 34px 8px!important;
background:linear-gradient(to bottom,rgba(250,246,239,.98),rgba(250,246,239,.92) 55%,rgba(250,246,239,0) 100%)!important;
}
.brand{
display:flex!important;
align-items:flex-start!important;
margin-top:-4px!important;
}
.brand img{width:74px!important;margin-right:16px!important;}
.brand-text{display:flex!important;flex-direction:column!important;gap:0!important;}
.brand-text p,.brand-subtitle,.brand small{
margin-top:2px!important;
position:relative!important;
top:-10px!important;
font-size:.95rem!important;
}
.main-nav{
justify-self:center!important;
align-self:start!important;
margin-top:4px!important;
transform:none!important;
}
.main-nav ul{display:flex!important;gap:34px!important;align-items:center!important;}
.header-cta{
justify-self:end!important;
align-self:start!important;
margin-top:2px!important;
transform:none!important;
}


/* =========================================================
   RACINESOLIDE PREMIUM V2.4
   Structure HTML définitive du bandeau
   ========================================================= */

.site-header {
  display: block !important;
  padding: 0 !important;
  min-height: 112px;
  background:
    linear-gradient(
      to bottom,
      rgba(250, 246, 239, .99) 0%,
      rgba(250, 246, 239, .96) 55%,
      rgba(250, 246, 239, .68) 78%,
      rgba(250, 246, 239, 0) 100%
    ) !important;
}

.header-shell {
  width: 100%;
  min-height: 94px;
  display: grid;
  grid-template-columns: minmax(350px, auto) 1fr auto;
  align-items: start;
  column-gap: 40px;
  padding: 8px 34px 20px;
}

.brand {
  display: grid !important;
  grid-template-columns: 82px auto;
  align-items: start !important;
  gap: 14px !important;
  margin: 0 !important;
  transform: none !important;
  text-decoration: none;
}

.brand img {
  width: 82px !important;
  height: 82px !important;
  margin: -2px 0 0 !important;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 8px;
  line-height: 1;
}

.brand-copy strong {
  display: block;
  margin: 0;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 600;
  line-height: .95;
  letter-spacing: .105em;
  text-transform:none;
  color: var(--gold);
  white-space: nowrap;
}

.brand-copy small {
  display: block;
  position: static !important;
  top: auto !important;
  margin: 4px 0 0 !important;
  color: var(--green);
  font-family: var(--sans);
  font-size: 12px !important;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.main-nav {
  justify-self: center !important;
  align-self: start !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 30px !important;
  margin: 20px 0 0 !important;
  transform: none !important;
  white-space: nowrap;
}

.main-nav a {
  font-size: 14px !important;
  line-height: 1;
  color: #b8892f !important;
}

.header-cta {
  justify-self: end !important;
  align-self: start !important;
  margin: 7px 0 0 !important;
  transform: none !important;
  min-height: 50px;
  padding: 14px 24px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Le bouton et le menu sont alignés visuellement sur RACINESOLIDE */
@media (min-width: 1081px) {
  .main-nav {
    margin-top: 21px !important;
  }

  .header-cta {
    margin-top: 8px !important;
  }
}

/* Accueil hybride identité + conversion — V3.5 */
.hero-problem {
  max-width: 570px;
  margin: 24px 0 0;
  color: #f1d79b;
  font-family: var(--serif);
  font-size: clamp(19px, 1.55vw, 23px);
  line-height: 1.35;
}

.hero-problem + .hero-description {
  margin-top: 12px;
  font-size: clamp(15px, 1.18vw, 18px);
  line-height: 1.55;
}

.hero-practitioner {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(100%, 475px);
  margin-top: 28px;
  padding: 12px 16px 12px 12px;
  border: 1px solid rgba(228, 196, 119, .24);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
}

.hero-practitioner img {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  border: 2px solid rgba(228, 196, 119, .66);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 34%;
}

.hero-practitioner div {
  display: grid;
  gap: 2px;
}

.hero-practitioner strong {
  color: #f8f1e5;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
}

.hero-practitioner span {
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
}

.hero-practitioner small {
  margin-top: 4px;
  color: #e4c477;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .025em;
}

.hero-practitioner + .hero-quote {
  margin-top: 24px;
  padding-top: 18px;
  font-size: clamp(14px, 1.05vw, 17px);
}

@media (min-width: 1081px) and (max-height: 780px) {
  .hero-message {
    padding-top: 48px !important;
    padding-bottom: 40px !important;
  }

  .hero-message h1 {
    font-size: clamp(42px, 4vw, 60px);
  }

  .hero-problem {
    margin-top: 18px;
  }

  .hero-actions,
  .hero-practitioner {
    margin-top: 22px;
  }

  .hero-practitioner + .hero-quote {
    display: none;
  }
}

@media (max-width: 1080px) {
  .hero-practitioner {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .hero-practitioner {
    align-items: flex-start;
    text-align: left;
  }
}

/* Réservation Cal.eu réelle — V3.6 */
.booking-steps {
  display: grid;
  gap: 10px;
  max-width: 430px;
  margin-top: 24px;
}

.booking-steps p {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 11px;
  margin: 0;
  color: var(--green);
  font-size: 14px;
  line-height: 1.45;
}

.booking-steps strong {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 13px;
  box-shadow: 0 6px 15px rgba(18, 61, 53, .16);
}

.booking-reassurance {
  max-width: 390px;
  margin-top: 18px;
  padding-left: 24px;
  color: var(--green);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}

.booking-reassurance::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}

.booking-card .booking-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 18px;
  padding: 11px 18px;
  border: 1px solid rgba(184, 137, 47, .38);
  border-radius: 999px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.booking-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 9px;
  width: 100%;
  margin-top: 18px;
}

.booking-card .booking-actions .booking-link,
.booking-card .payment-link {
  width: 100%;
  min-height: 44px;
  margin-top: 0;
}

.booking-card .payment-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border: 1px solid var(--green);
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.booking-card .payment-link:hover {
  transform: translateY(-2px);
  background: #082b28;
  box-shadow: 0 12px 26px rgba(18, 61, 53, .2);
}

.booking-card .booking-link:hover {
  transform: translateY(-2px);
  background: rgba(184, 137, 47, .09);
  box-shadow: 0 12px 26px rgba(184, 137, 47, .18);
}

.booking-grid .discovery-offer .booking-link {
  position: relative;
  z-index: 1;
  border-color: #d7ad54;
  background: #d7ad54;
  color: #102f2b;
}

.booking-grid .discovery-offer .booking-link:hover {
  background: #e4c477;
}

.booking-grid .discovery-offer .payment-link {
  position: relative;
  z-index: 1;
  border-color: rgba(255, 255, 255, .76);
  background: #fff;
  color: #102f2b;
}

.booking-grid .discovery-offer .payment-link:hover {
  background: #f7efd9;
}

/* Réservation réorganisée — V3.8 */
.booking {
  display: block !important;
}

.booking-intro {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.booking-intro > p {
  max-width: 700px;
  margin-inline: auto;
}

.booking-steps {
  grid-template-columns: repeat(3, 1fr);
  max-width: none;
  margin-top: 28px;
}

.booking-steps p {
  grid-template-columns: 34px 1fr;
  padding: 13px 15px;
  text-align: left;
  border: 1px solid rgba(184, 137, 47, .2);
  border-radius: 18px;
  background: rgba(255, 255, 255, .64);
}

.booking-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  width: min(1240px, 100%);
  margin-inline: auto;
  align-items: stretch;
}

.booking-row {
  display: grid;
  gap: 18px;
  align-items: stretch;
}

.booking-row-accompaniments {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-row-practices {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-row-programs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.booking-group-title {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  color: var(--gold-deep);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.booking-grid .booking-card,
.booking-grid .booking-card.discovery-offer {
  grid-column: auto;
  height: 100%;
}

.booking-grid .booking-card:not(.discovery-offer) {
  display: flex;
  flex-direction: column;
}

.booking-card .booking-actions {
  margin-top: auto;
  padding-top: 18px;
}

.session-locations {
  margin: 14px 0 0;
  color: var(--green);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}

.booking-card .session-duration {
  min-height: 0;
  margin-top: -2px;
  color: var(--gold-deep);
  font-size: 13px;
  font-weight: 800;
}

.session-description {
  margin: 14px auto 0;
  max-width: 290px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.session-locations::before {
  content: "✓";
  margin-right: 6px;
  color: var(--gold-deep);
  font-weight: 900;
}

.discovery-offer .session-locations {
  color: #e4c477;
}

.discovery-offer .session-locations::before {
  color: #e4c477;
}

.cabinet-only {
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 14px auto 0;
  padding: 7px 12px;
  border: 1px solid rgba(157, 111, 29, .34);
  border-radius: 999px;
  background: rgba(184, 137, 47, .08);
  color: #775419;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.cabinet-only::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 137, 47, .14);
}

.program-card .cabinet-only {
  border-color: rgba(38, 57, 47, .28);
  background: rgba(255, 255, 255, .26);
  color: #26392f;
}

.hypno-relaxation-card .cabinet-only {
  border-color: rgba(98, 104, 148, .36);
  background: rgba(255, 255, 255, .32);
  color: #4f557e;
}

.booking-row-programs .booking-card .cabinet-only {
  margin-top: auto;
}

.booking-row-programs .booking-card .booking-actions {
  margin-top: 0;
}

.program-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(215, 181, 111, .55) !important;
  color: #fff;
  box-shadow: 0 20px 46px rgba(24, 35, 28, .2) !important;
}

.program-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #9d6f1d, #e4c477, #9d6f1d);
}

.program-tobacco {
  background: linear-gradient(145deg, #31483b, #16291f) !important;
}

.program-addictions {
  background: linear-gradient(145deg, #543b32, #2c211d) !important;
}

.program-nutrition {
  background: linear-gradient(145deg, #46634c, #223b2b) !important;
}

.program-card h3 {
  color: #fff;
}

.program-card .price {
  color: #e4c477;
}

.program-card small {
  color: rgba(255, 255, 255, .78);
}

.program-label {
  display: inline-flex;
  align-self: center;
  margin-bottom: 17px;
  padding: 6px 12px;
  border: 1px solid rgba(228, 196, 119, .42);
  border-radius: 999px;
  color: #e4c477;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.program-card .booking-link {
  border-color: rgba(228, 196, 119, .72);
  color: #f1d58c;
}

.program-card .booking-link:hover {
  background: rgba(228, 196, 119, .12);
}

.program-card .payment-link {
  border-color: #f7f2ea;
  background: #f7f2ea;
  color: #20352b;
}

.program-card .payment-link:hover {
  background: #fff;
}

@media (max-width: 1080px) {
  .booking-steps {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-inline: auto;
  }

  .booking-row-accompaniments,
  .booking-row-programs,
  .booking-row-practices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .booking-row-accompaniments,
  .booking-row-programs,
  .booking-row-practices {
    grid-template-columns: 1fr;
  }

  .booking-grid {
    gap: 28px;
  }
}

/* Navigation mobile conservée */
@media (max-width: 1080px) {
  .site-header {
    min-height: auto;
  }

  .header-shell {
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: 86px;
    padding: 7px 5vw 14px;
  }

  .brand {
    grid-template-columns: 66px auto;
  }

  .brand img {
    width: 66px !important;
    height: 66px !important;
  }

  .brand-copy {
    padding-top: 7px;
  }

  .brand-copy strong {
    font-size: 25px;
  }

  .brand-copy small {
    font-size: 11px !important;
    margin-top: 3px !important;
  }

  .menu-toggle {
    display: grid !important;
    justify-self: end;
  }

  .main-nav,
  .header-cta {
    display: none !important;
  }

  .main-nav.is-open {
    display: grid !important;
    grid-column: 1 / -1;
    justify-self: stretch !important;
    margin: 6px 0 0 !important;
    padding: 18px;
    gap: 16px !important;
    background: rgba(255, 250, 244, .98);
    border-radius: 20px;
  }
}

@media (max-width: 560px) {
  .brand {
    grid-template-columns: 56px auto;
    gap: 9px !important;
  }

  .brand img {
    width: 56px !important;
    height: 56px !important;
  }

  .brand-copy strong {
    font-size: 21px;
  }

  .brand-copy small {
    font-size: 9px !important;
  }
}


/* Email lowercase override */
.contact a[href^="mailto"],
.contact .email,
a[href^="mailto"]{
 text-transform:none !important;
 font-variant:normal !important;
}


/* =========================================================
   RACINESOLIDE PREMIUM V3 FINALE
   Finitions visuelles, responsive et performances
   ========================================================= */

:root {
  --gold: #b8892f;
  --gold-deep: #9d6f1d;
  --gold-light: #d7b56f;
  --ivory: #f7f2ea;
  --cream: #fffaf4;
  --green: #26392f;
  --black: #171513;
  --shadow-soft: 0 16px 40px rgba(62, 42, 18, .10);
  --shadow-hover: 0 24px 60px rgba(62, 42, 18, .16);
  --radius-card: 24px;
}

/* En-tête final */
.site-header {
  transition: background .35s ease, box-shadow .35s ease, transform .35s ease;
}

.site-header.is-scrolled {
  background: rgba(250, 246, 239, .96) !important;
  box-shadow: 0 10px 28px rgba(35, 25, 14, .10) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.brand img {
  transition: transform .35s ease, filter .35s ease;
  filter: drop-shadow(0 6px 14px rgba(184, 137, 47, .16));
}

.brand:hover img {
  transform: translateY(-2px) scale(1.02);
  filter: drop-shadow(0 10px 20px rgba(184, 137, 47, .24));
}

.main-nav a {
  position: relative;
  transition: color .25s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-light));
  transition: right .28s ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  right: 0;
}

.header-cta,
.btn,
.booking-card button {
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.header-cta:hover,
.btn:hover,
.booking-card button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(184, 137, 47, .22);
}

/* Hero */
.hero-media {
  filter: saturate(.98) contrast(1.02);
}

.hero-message {
  position: relative;
  overflow: hidden;
}

.hero-message::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 48% 38%, rgba(215, 181, 111, .13), transparent 38%);
  pointer-events: none;
}

.hero-calligraphy {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 8px 18px rgba(102, 66, 21, .10));
}

/* Sections plus cohérentes et plus compactes */
.statement,
.about,
.services,
.method,
.reviews,
.booking,
.contact {
  scroll-margin-top: 110px;
}

.statement,
.about,
.services,
.method,
.reviews,
.booking {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

.contact {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.eyebrow {
  color: var(--gold) !important;
  text-wrap: balance;
}

/* Cartes premium */
.service-card,
.booking-card,
.review-grid blockquote,
.method-track article {
  border-radius: var(--radius-card) !important;
  box-shadow: var(--shadow-soft);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.service-card:hover,
.booking-card:hover,
.review-grid blockquote:hover,
.method-track article:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(184, 137, 47, .46) !important;
}

.booking-card-coming:hover {
  transform: none !important;
}

/* Boutons plus homogènes */
.btn,
.header-cta,
.booking-card button {
  border-radius: 999px !important;
  letter-spacing: .08em;
}

/* Focus clavier accessible */
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* Animation d'apparition */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Réduction du mouvement si demandé par le système */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Responsive tablette */
@media (max-width: 1180px) {
  .header-shell {
    column-gap: 24px !important;
  }

  .main-nav {
    gap: 22px !important;
  }

  .main-nav a {
    font-size: 13px !important;
  }
}

/* Responsive mobile */
@media (max-width: 1080px) {
  .header-shell {
    padding-inline: 4vw !important;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: 56vh;
  }

  .hero-message {
    padding: 42px 6vw 56px !important;
  }

  .service-grid,
  .booking-grid,
  .method-track,
  .review-grid {
    gap: 18px !important;
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: clamp(42px, 13vw, 64px) !important;
  }

  h2 {
    font-size: clamp(36px, 11vw, 54px) !important;
  }

  .statement,
  .about,
  .services,
  .method,
  .reviews,
  .booking,
  .contact {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .service-card,
  .booking-card,
  .review-grid blockquote,
  .method-track article {
    border-radius: 20px !important;
  }
}

/* Email définitivement en minuscules */
a[href^="mailto:"],
.contact a[href^="mailto:"] {
  text-transform: none !important;
  font-variant: normal !important;
}

/* Formulaire de contact — V3.1 */
.contact-inner {
  width: min(920px, 100%);
  margin-inline: auto;
}

.contact-intro {
  max-width: 680px;
  margin-top: 12px;
  color: rgba(255, 255, 255, .82);
}

.contact-form {
  display: grid;
  gap: 18px;
  margin-top: 30px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 24px;
  background: rgba(255, 255, 255, .07);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .14);
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.contact-form input:not([type="checkbox"]),
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 12px;
  background: rgba(255, 255, 255, .96);
  color: var(--black);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(184, 137, 47, .35);
  border-color: var(--gold);
}

.contact-form .optional,
.form-note {
  color: rgba(255, 255, 255, .66);
  font-weight: 400;
}

.contact-form .consent-field {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  line-height: 1.55;
  font-weight: 400;
}

.consent-field input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--gold);
}

.contact-form .btn {
  justify-self: start;
}

.form-note,
.form-success,
.form-error {
  margin: 0;
  font-size: 13px;
}

.form-success,
.form-error {
  padding: 14px 16px;
  border-radius: 12px;
  color: #fff;
}

.form-success {
  background: rgba(255, 255, 255, .12);
}

.form-error {
  background: rgba(126, 34, 34, .72);
}

.contact-form .btn:disabled {
  cursor: wait;
  opacity: .72;
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 700px) {
  .contact-form .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form .btn {
    width: 100%;
  }
}

/* Offre découverte — remplacement de la tuile cygne, V3.2 */
.booking-grid .booking-card.discovery-offer {
  position: relative;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 32px 24px 26px;
  overflow: hidden;
  border: 1px solid rgba(184, 137, 47, .82) !important;
  background:
    radial-gradient(circle at 85% 10%, rgba(184, 137, 47, .22), transparent 32%),
    linear-gradient(150deg, #123d35, #082b28 68%, #061f1d) !important;
  color: #fff;
  box-shadow: 0 18px 45px rgba(6, 42, 38, .22);
}

.discovery-offer::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -38px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(184, 137, 47, .28);
  border-radius: 50%;
  box-shadow: 0 0 0 16px rgba(184, 137, 47, .06), 0 0 0 34px rgba(184, 137, 47, .04);
  pointer-events: none;
}

.offer-badge {
  display: inline-flex;
  padding: 7px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d7ad54, #a8751c);
  color: #102f2b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.discovery-offer .offer-kicker {
  margin: 16px 0 2px;
  color: #e4c477;
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
}

.discovery-offer h3 {
  min-height: auto;
  margin: 0;
  color: #fff;
  font-size: 27px;
  text-wrap: balance;
}

.offer-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid rgba(228, 196, 119, .28);
}

.offer-duration {
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
}

.offer-price strong {
  color: #e4c477;
  font-family: var(--serif);
  font-size: 48px;
  line-height: 1;
}

.discovery-offer .offer-saving {
  margin: 2px 0 12px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
}

.discovery-offer small {
  min-height: auto;
  max-width: 280px;
  color: rgba(255, 255, 255, .84);
}

.discovery-offer .offer-remote {
  margin: 12px 0 0;
  color: #e4c477;
  font-size: 13px;
  font-weight: 700;
}

.booking-card.discovery-offer button {
  position: relative;
  z-index: 1;
  min-height: 46px;
  margin-top: 18px;
  padding: 12px 20px;
  border: 1px solid #d7ad54;
  background: #d7ad54;
  color: #102f2b;
}

.booking-card.discovery-offer button:hover {
  background: #e4c477;
}

@media (max-width: 680px) {
  .booking-grid .booking-card.discovery-offer {
    grid-column: span 1;
    min-height: 0;
  }
}

/* Accueil clarifié — V3.3 */
.hero-message {
  align-items: flex-start !important;
  padding: 70px clamp(34px, 5vw, 76px) !important;
  text-align: left !important;
  background:
    radial-gradient(circle at 32% 28%, rgba(184, 137, 47, .18), transparent 42%),
    linear-gradient(145deg, #171713, #0d1714 72%, #07110f) !important;
}

.hero-message > * {
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  margin: 0 0 18px;
  color: var(--gold-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.hero-message h1 {
  max-width: 650px;
  color: #f8f1e5;
  font-size: clamp(43px, 4.4vw, 72px);
  line-height: .98;
  text-wrap: balance;
}

.hero-description {
  max-width: 560px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.hero-actions .btn {
  min-height: 50px;
  padding: 13px 22px;
  font-size: 12px;
}

.hero-secondary {
  border-color: rgba(228, 196, 119, .58);
  background: transparent;
  color: #f2ddb0;
}

.hero-secondary:hover {
  border-color: var(--gold-light);
  background: rgba(228, 196, 119, .08);
}

.hero-quote {
  max-width: 560px;
  margin: 40px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(228, 196, 119, .25);
  color: rgba(228, 196, 119, .72);
  font-family: var(--serif);
  font-size: clamp(16px, 1.25vw, 19px);
  font-style: italic;
  line-height: 1.55;
}

.statement .statement-title {
  font-size: clamp(48px, 6vw, 88px);
}

@media (max-width: 1080px) {
  .hero-message {
    align-items: center !important;
    text-align: center !important;
  }

  .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .hero-message {
    padding: 48px 6vw 56px !important;
  }

  .hero-message h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .hero-actions {
    width: 100%;
  }

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

  .hero-quote {
    margin-top: 30px;
  }
}

/* Menu aligné sur une seule ligne — V3.4 */
@media (min-width: 1081px) {
  .header-shell {
    grid-template-columns: minmax(320px, auto) 1fr auto;
    column-gap: 24px;
  }

  .main-nav {
    justify-self: start !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
  }

  .main-nav a {
    font-size: 11px !important;
    letter-spacing: .08em !important;
  }
}

/* Priorité finale de la grille V3.8 : trois cartes par rangée */
.booking-grid .booking-card.discovery-offer {
  grid-column: auto !important;
}

/* Accompagnements ciblés V3.9 : teintes soutenues et contraste lisible */
.booking-grid .booking-row .booking-card.program-tobacco {
  background: linear-gradient(145deg, #f0e1bd, #d4b66f) !important;
}

.booking-grid .booking-row .booking-card.program-addictions {
  background: linear-gradient(145deg, #efdbc8, #d7ae87) !important;
}

.booking-grid .booking-row .booking-card.program-nutrition {
  background: linear-gradient(145deg, #dce8d9, #acc5aa) !important;
}

.booking-grid .booking-row .program-card {
  border-color: rgba(135, 91, 24, .48) !important;
  color: #26392f;
  box-shadow: 0 18px 42px rgba(54, 42, 24, .16) !important;
}

.booking-grid .booking-row .program-card h3 {
  color: #26392f;
}

.booking-grid .booking-row .program-card .price {
  color: #8c631e;
}

.booking-grid .booking-row .program-card small {
  color: #4f5149;
  font-weight: 550;
}

.booking-grid .booking-row .program-card .program-label {
  border-color: rgba(140, 99, 30, .38);
  background: rgba(255, 250, 244, .42);
  color: #805815;
}

.booking-grid .booking-row .program-card .booking-link {
  border-color: rgba(38, 57, 47, .56);
  background: rgba(255, 255, 255, .3);
  color: #26392f;
}

.booking-grid .booking-row .program-card .booking-link:hover {
  background: rgba(255, 255, 255, .58);
}

.booking-grid .booking-row .program-card .payment-link {
  border-color: #26392f;
  background: #26392f;
  color: #fff;
}

.booking-grid .booking-row .program-card .payment-link:hover {
  background: #16291f;
}

.program-card .price sup {
  position: relative;
  top: -.12em;
  vertical-align: baseline;
  margin-left: 3px;
  font-family: var(--sans);
  font-size: .46em;
  line-height: 0;
}

.program-card .program-details strong {
  display: inline-block;
  margin-bottom: 5px;
  color: #26392f;
  font-size: 14px;
}

.program-card .deposit-note {
  display: inline-block;
  margin-bottom: 4px;
  color: #5d5141;
  font-size: 12px;
  line-height: 1.45;
}

.contact-actions .btn {
  border-color: #b8892f !important;
  background: linear-gradient(135deg, #c99a3b, #a87419) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(11, 26, 20, .2);
}

.contact-actions .btn:hover {
  background: linear-gradient(135deg, #d8ad55, #b8892f) !important;
  box-shadow: 0 14px 30px rgba(11, 26, 20, .28);
}

/* Hypno-relaxation V3.14 : teinte distinctive mais cohérente */
.booking-grid .booking-row .booking-card.hypno-relaxation-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(99, 103, 151, .4) !important;
  background:
    radial-gradient(circle at 88% 10%, rgba(184, 137, 47, .2), transparent 30%),
    linear-gradient(145deg, #eef0fa, #cbd5ea) !important;
  box-shadow: 0 18px 42px rgba(73, 78, 124, .16);
}

.booking-grid .booking-row .booking-card.hypno-relaxation-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #626894, #b8892f, #626894);
}

.hypno-relaxation-card .price {
  color: #626894;
}

/* Identités visuelles Reiki et Hypnose intégrative — V3.16 */
.booking-grid .booking-row .booking-card.reiki-card {
  border-color: rgba(184, 137, 47, .28) !important;
  background: #fff !important;
  box-shadow: 0 16px 38px rgba(45, 31, 16, .09);
}

.booking-grid .booking-row .booking-card.hypnosis-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(91, 66, 130, .46) !important;
  background:
    radial-gradient(circle at 88% 8%, rgba(215, 181, 111, .26), transparent 28%),
    repeating-radial-gradient(circle at 100% 0%, rgba(91, 66, 130, .11) 0 2px, transparent 2px 20px),
    linear-gradient(145deg, #f2eafb, #d7c5eb) !important;
  box-shadow: 0 18px 42px rgba(74, 50, 112, .17);
}

.booking-grid .booking-row .booking-card.hypnosis-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #4f326f, #b8892f, #7852a2);
}

.hypnosis-card .price {
  color: #68458d;
}

.hypnosis-card .cabinet-only {
  border-color: rgba(91, 66, 130, .34);
  background: rgba(255, 255, 255, .34);
  color: #563772;
}

.medical-required {
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 7px auto 4px;
  padding: 7px 12px;
  border: 1px solid rgba(38, 57, 47, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .26);
  color: #26392f;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .055em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.medical-required::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #a85c43;
  box-shadow: 0 0 0 3px rgba(168, 92, 67, .14);
}

.booking-row-programs .cabinet-only,
.booking-row-programs .medical-required {
  width: min(240px, calc(100% - 12px));
  min-height: 42px;
}

/* Animations Entreprises et code couleur Méthode — V3.22 */
.business-highlights article {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.business-highlights article:hover {
  transform: translateY(-5px);
  border-color: rgba(184, 137, 47, .46);
  box-shadow: var(--shadow-hover);
}

.method-track article:nth-child(1) {
  border-top-color: #6f927c;
  background: linear-gradient(145deg, rgba(239, 247, 241, .9), rgba(218, 233, 222, .72));
}

.method-track article:nth-child(1) span {
  background: #6f927c;
}

.method-track article:nth-child(2) {
  border-top-color: #b8892f;
  background: linear-gradient(145deg, rgba(255, 250, 238, .94), rgba(240, 224, 187, .72));
}

.method-track article:nth-child(2) span {
  background: #b8892f;
}

.method-track article:nth-child(3) {
  border-top-color: #776394;
  background: linear-gradient(145deg, rgba(246, 241, 251, .92), rgba(224, 214, 237, .74));
}

.method-track article:nth-child(3) span {
  background: #776394;
}

.method-track article:nth-child(4) {
  border-top-color: #aa755d;
  background: linear-gradient(145deg, rgba(252, 244, 238, .92), rgba(237, 216, 202, .76));
}

.method-track article:nth-child(4) span {
  background: #aa755d;
}

@media (hover: hover) and (pointer: fine) {
  .booking-card.reveal.is-visible:hover {
    transform: translateY(-5px);
    border-color: rgba(184, 137, 47, .46) !important;
    box-shadow: var(--shadow-hover) !important;
  }
}

/* Pied de page et pages juridiques — V3.25 */
.contact-form .consent-field a {
  color: #f0c973;
  text-underline-offset: 3px;
}

.contact-address {
  margin: 22px auto 0;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.booking-legal-note {
  max-width: 720px;
  margin: 10px auto 0;
  color: #756b5f;
  font-size: 12px;
  text-align: center;
}

.booking-legal-note a {
  color: #8b641d;
  font-weight: 800;
  text-underline-offset: 3px;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin-top: 18px;
}

.footer-legal-links a {
  color: #e2bd6b;
  font-size: 13px;
  text-decoration: none;
  text-underline-offset: 4px;
}

.footer-legal-links a:hover,
.footer-legal-links a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.legal-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 90% 5%, rgba(184, 137, 47, .1), transparent 28%),
    #f8f4ec;
}

.legal-header {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(184, 137, 47, .22);
  background: rgba(255, 253, 248, .96);
}

.legal-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1120px, calc(100% - 40px));
  min-height: 92px;
  margin: 0 auto;
}

.legal-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--green);
  text-decoration: none;
}

.legal-brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.legal-brand strong {
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 25px;
  letter-spacing: .08em;
}

.legal-brand small {
  display: block;
  color: var(--green);
  font-size: 10px;
  letter-spacing: .08em;
}

.legal-home-link {
  padding: 10px 16px;
  border: 1px solid rgba(184, 137, 47, .44);
  border-radius: 999px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.legal-home-link:hover,
.legal-home-link:focus-visible {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}

.legal-main {
  width: min(940px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 90px;
}

.legal-hero {
  margin-bottom: 36px;
  text-align: center;
}

.legal-hero .eyebrow {
  margin-bottom: 14px;
}

.legal-hero h1 {
  color: var(--green);
  font-size: clamp(42px, 7vw, 72px);
}

.legal-update {
  margin: 18px 0 0;
  color: #756b5f;
  font-size: 13px;
}

.legal-intro,
.legal-section,
.legal-alert,
.withdrawal-form {
  margin-top: 18px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(184, 137, 47, .22);
  border-radius: 24px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 16px 42px rgba(58, 43, 24, .06);
}

.legal-section h2,
.withdrawal-form h2 {
  margin-bottom: 20px;
  color: var(--green);
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.08;
}

.legal-section h3 {
  margin: 24px 0 10px;
  color: #8c641f;
  font-family: var(--serif);
  font-size: 24px;
}

.legal-section p,
.legal-section li,
.legal-intro p,
.legal-alert p,
.withdrawal-form p,
.withdrawal-form li {
  color: #4e4a43;
  font-size: 15px;
  line-height: 1.78;
}

.legal-section ul,
.legal-section ol,
.withdrawal-form ul {
  padding-left: 22px;
}

.legal-section a,
.legal-intro a,
.legal-alert a,
.withdrawal-form a {
  color: #8b641d;
  font-weight: 700;
  text-underline-offset: 3px;
}

.legal-table-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  margin-top: 18px;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
}

.legal-table th,
.legal-table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(184, 137, 47, .2);
  color: #4e4a43;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  color: var(--green);
  font-weight: 800;
}

.legal-alert {
  border-color: rgba(168, 92, 67, .4);
  background: #fff4ec;
}

.legal-alert strong {
  color: #8a402f;
}

.legal-details {
  display: grid;
  grid-template-columns: minmax(160px, .55fr) 1fr;
  gap: 10px 24px;
  margin: 0;
}

.legal-details dt {
  color: var(--green);
  font-weight: 800;
}

.legal-details dd {
  margin: 0;
  color: #4e4a43;
}

.withdrawal-fields {
  padding: 20px;
  border: 1px dashed rgba(38, 57, 47, .32);
  border-radius: 16px;
  background: #fff;
}

.legal-footer {
  padding: 32px 20px;
  background: var(--black);
  color: rgba(255, 255, 255, .82);
  text-align: center;
}

.legal-footer p {
  margin: 0;
}

@media (max-width: 680px) {
  .legal-header-inner {
    min-height: 78px;
  }

  .legal-brand img {
    width: 46px;
    height: 46px;
  }

  .legal-brand small {
    display: none;
  }

  .legal-home-link {
    padding: 9px 12px;
    font-size: 11px;
  }

  .legal-main {
    width: min(100% - 24px, 940px);
    padding-top: 48px;
  }

  .legal-intro,
  .legal-section,
  .legal-alert,
  .withdrawal-form {
    border-radius: 18px;
  }

  .legal-details {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .legal-details dd {
    margin-bottom: 13px;
  }

  .legal-table-wrap {
    overflow: visible;
  }

  .legal-table {
    display: block;
    min-width: 0;
  }

  .legal-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .legal-table tbody,
  .legal-table tr,
  .legal-table td {
    display: block;
    width: 100%;
  }

  .legal-table tr {
    margin-bottom: 14px;
    padding: 15px 16px;
    border: 1px solid rgba(184, 137, 47, .2);
    border-radius: 14px;
    background: rgba(255, 255, 255, .68);
  }

  .legal-table td {
    display: grid;
    grid-template-columns: minmax(82px, .42fr) 1fr;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(184, 137, 47, .12);
    overflow-wrap: anywhere;
  }

  .legal-table td:last-child {
    border-bottom: 0;
  }

  .legal-table td::before {
    color: var(--green);
    font-size: 12px;
    font-weight: 800;
  }

  .legal-table td:nth-child(1) {
    display: block;
    padding-top: 0;
    color: var(--green);
    font-weight: 800;
  }

  .legal-table td:nth-child(1)::before {
    content: none;
  }

  .legal-table td:nth-child(2)::before {
    content: "Durée";
  }

  .legal-table td:nth-child(3)::before {
    content: "Prix";
  }

  .legal-table td:nth-child(4)::before {
    content: "Modalité";
  }
}

@media print {
  .legal-header,
  .legal-footer {
    display: none;
  }

  .legal-main {
    width: 100%;
    padding: 0;
  }

  .legal-intro,
  .legal-section,
  .legal-alert,
  .withdrawal-form {
    break-inside: avoid;
    border: 0;
    box-shadow: none;
  }
}
