@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500&display=swap');

:root {
  --forest: #1e3a22;
  --forest-mid: #2d5233;
  --forest-soft: #3d6b44;
  --sage: #6b9470;
  --sage-light: #9dbfa2;
  --beige: #f4efe4;
  --beige-mid: #ede4d4;
  --beige-dark: #d9ccb8;
  --cream: #faf8f2;
  --gold: #b8924a;
  --text: #1a1a18;
  --text-mid: #4a4740;
  --text-light: #7a756e;
  --white: #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--text); overflow-x: hidden; }

/* ── NAV ── */
#site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(250,248,242,0.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--beige-dark);
  height: 74px; padding: 0 5vw;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.nav-logo-icon { width: 40px; height: 40px; background: var(--forest); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nav-logo-text { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--forest); line-height: 1; }
.nav-logo-text span { display: block; font-size: 0.5rem; font-family: 'DM Sans', sans-serif; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-light); margin-top: 2px; }
.nav-menu { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-menu a { font-size: 0.82rem; color: var(--text-mid); text-decoration: none; letter-spacing: 0.05em; transition: color 0.25s; position: relative; }
.nav-menu a::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 1.5px; background: var(--forest); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.nav-menu a:hover::after, .nav-menu .current-menu-item > a::after { transform: scaleX(1); }
.nav-menu a:hover, .nav-menu .current-menu-item > a { color: var(--forest); }
.nav-menu .nav-cta > a { background: var(--forest); color: var(--white) !important; padding: 0.65rem 1.5rem; border-radius: 50px; font-size: 0.8rem !important; }
.nav-menu .nav-cta > a::after { display: none; }
.nav-menu .nav-cta > a:hover { background: var(--forest-soft); }
.nav-burger { display: none; cursor: pointer; flex-direction: column; gap: 5px; background: none; border: none; padding: 4px; }
.nav-burger span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; display: block; transition: all 0.3s; }

/* ── BUTTONS ── */
.btn-forest { background: var(--forest); color: var(--white); padding: 1rem 2.4rem; border-radius: 50px; border: none; font-family: 'DM Sans', sans-serif; font-size: 0.88rem; font-weight: 500; letter-spacing: 0.04em; cursor: pointer; transition: all 0.3s; display: inline-block; text-decoration: none; }
.btn-forest:hover { background: var(--forest-soft); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(30,58,34,0.3); color: var(--white); }
.btn-outline { background: transparent; color: var(--forest); padding: 1rem 2.4rem; border-radius: 50px; border: 1.5px solid var(--forest); font-family: 'DM Sans', sans-serif; font-size: 0.88rem; font-weight: 500; cursor: pointer; transition: all 0.3s; display: inline-block; text-decoration: none; }
.btn-outline:hover { background: var(--forest); color: var(--white); }
.btn-white { background: var(--white); color: var(--forest); padding: 1rem 2.4rem; border-radius: 50px; border: none; font-family: 'DM Sans', sans-serif; font-size: 0.88rem; font-weight: 500; cursor: pointer; transition: all 0.3s; display: inline-block; text-decoration: none; }
.btn-white:hover { background: var(--beige); transform: translateY(-2px); }

/* ── EYEBROW & TITLES ── */
.eyebrow { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sage); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.7rem; }
.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--sage); flex-shrink: 0; }
.eyebrow-center { justify-content: center; }
.eyebrow-center::after { content: ''; width: 28px; height: 1px; background: var(--sage); flex-shrink: 0; }
.sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem,3.5vw,3.2rem); font-weight: 300; line-height: 1.12; color: var(--text); margin-bottom: 1.2rem; }
.sec-title em { font-style: italic; color: var(--forest-mid); }
.sec-sub { font-size: 0.95rem; color: var(--text-light); line-height: 1.85; max-width: 580px; }

/* ── PAGE WRAPPER ── */
.tf-page { padding-top: 74px; }

/* ══ HERO ══ */
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 0; position: relative; overflow: hidden; }
.hero-left { display: flex; flex-direction: column; justify-content: center; padding: 7vh 5vw 7vh 8vw; }
.hero-tag { display: inline-flex; align-items: center; gap: 0.6rem; background: var(--beige); border: 1px solid var(--beige-dark); border-radius: 50px; padding: 0.45rem 1.1rem; font-size: 0.73rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--forest); font-weight: 500; margin-bottom: 2rem; width: fit-content; }
.hero-tag::before { content: '●'; font-size: 0.5rem; color: var(--sage); }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem,4.5vw,5rem); font-weight: 300; line-height: 1.07; color: var(--text); margin-bottom: 1rem; }
.hero h1 em { font-style: italic; color: var(--forest-mid); }
.hero-slogan { font-size: 1rem; color: var(--text-light); line-height: 1.9; max-width: 420px; margin-bottom: 2.5rem; border-left: 2px solid var(--sage-light); padding-left: 1.2rem; font-style: italic; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3.5rem; }
.hero-stats { display: flex; gap: 2.5rem; flex-wrap: wrap; padding-top: 2.5rem; border-top: 1px solid var(--beige-dark); }
.stat .num { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 600; color: var(--forest); line-height: 1; }
.stat .lbl { font-size: 0.75rem; color: var(--text-light); margin-top: 0.2rem; }
.hero-right { position: relative; overflow: hidden; background: var(--beige-mid); }
.hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.hero-overlay-card { position: absolute; bottom: 8%; left: -5%; background: var(--white); border-radius: 18px; padding: 1.4rem 1.8rem; box-shadow: 0 24px 64px rgba(0,0,0,0.12); max-width: 230px; animation: floatCard 4s ease-in-out infinite alternate; }
@keyframes floatCard { from { transform: translateY(0) } to { transform: translateY(-10px) } }
.hero-overlay-card .icon { font-size: 1.6rem; margin-bottom: 0.5rem; }
.hero-overlay-card h4 { font-size: 0.88rem; font-weight: 500; }
.hero-overlay-card p { font-size: 0.75rem; color: var(--text-light); margin-top: 0.2rem; }

/* ══ PLASTITHÉRAPIE ══ */
.plasti-section { padding: 7rem 8vw; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.plasti-img-wrap { position: relative; border-radius: 24px; overflow: hidden; }
.plasti-img-wrap img { width: 100%; height: 520px; object-fit: cover; display: block; }
.plasti-badge { position: absolute; bottom: 6%; right: -5%; background: var(--forest); color: var(--white); border-radius: 16px; padding: 1.2rem 1.5rem; box-shadow: 0 16px 40px rgba(0,0,0,0.2); text-align: center; }
.plasti-badge .big { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 600; }
.plasti-badge .small { font-size: 0.73rem; letter-spacing: 0.08em; opacity: 0.8; }
.plasti-content p { font-size: 0.93rem; color: var(--text-light); line-height: 1.85; margin-bottom: 1.2rem; }
.trademark { display: inline-block; background: var(--beige); border: 1px solid var(--beige-dark); border-radius: 8px; padding: 0.5rem 1rem; font-size: 0.8rem; color: var(--forest); font-weight: 500; margin-bottom: 1.5rem; }

/* ══ ÉTAPES ══ */
.etapes-section { padding: 0 8vw 7rem; }
.etapes-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; margin-top: 3.5rem; }
.etape-card { background: var(--white); border-radius: 20px; padding: 2.5rem 2rem; border: 1px solid var(--beige-dark); transition: all 0.4s; position: relative; overflow: hidden; }
.etape-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,var(--forest),var(--sage)); transform: scaleX(0); transform-origin: left; transition: transform 0.4s; }
.etape-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,0.07); }
.etape-card:hover::after { transform: scaleX(1); }
.etape-num { font-family: 'Cormorant Garamond', serif; font-size: 3.5rem; font-weight: 300; color: var(--beige-dark); line-height: 1; margin-bottom: 1rem; }
.etape-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; margin-bottom: 0.7rem; }
.etape-card p { font-size: 0.86rem; color: var(--text-light); line-height: 1.75; }

/* ══ TÉMOIGNAGES ══ */
.testi-section { background: var(--beige); padding: 7rem 8vw; }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; margin-top: 3.5rem; }
.testi-card { background: var(--white); border-radius: 18px; padding: 2rem; box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
.testi-quote { font-size: 2.5rem; color: var(--beige-dark); line-height: 0.8; font-family: 'Cormorant Garamond', serif; margin-bottom: 0.5rem; }
.testi-text { font-size: 0.9rem; line-height: 1.8; color: var(--text); font-style: italic; margin-bottom: 1.5rem; }
.testi-author { font-size: 0.83rem; font-weight: 500; color: var(--forest); }
.testi-loc { font-size: 0.73rem; color: var(--text-light); margin-top: 0.2rem; }
.testi-stars { color: var(--gold); font-size: 0.85rem; margin-bottom: 1rem; }

/* ══ FRANCHISE BAND ══ */
.franchise-band { background: var(--forest); padding: 5rem 8vw; display: flex; align-items: center; justify-content: space-between; gap: 3rem; flex-wrap: wrap; }
.franchise-band h2 { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 300; color: var(--white); line-height: 1.2; max-width: 520px; }
.franchise-band h2 em { font-style: italic; color: var(--sage-light); }

/* ══ PAGE MÉTHODE ══ */
.methode-hero { padding: 5rem 8vw; background: linear-gradient(150deg,var(--beige) 0%,var(--cream) 70%); display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.methode-hero-img { border-radius: 24px; overflow: hidden; }
.methode-hero-img img { width: 100%; height: 480px; object-fit: cover; }
.methode-steps { padding: 5rem 8vw; }
.step-row { display: grid; grid-template-columns: 80px 1fr; gap: 3rem; padding: 3rem 0; border-bottom: 1px solid var(--beige-dark); align-items: start; }
.step-row:last-child { border-bottom: none; }
.step-n { font-family: 'Cormorant Garamond', serif; font-size: 4rem; font-weight: 300; color: var(--beige-dark); line-height: 1; text-align: right; }
.step-tag { display: inline-block; background: var(--forest); color: var(--white); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 0.9rem; border-radius: 50px; margin-bottom: 0.8rem; }
.step-body h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 600; margin-bottom: 0.7rem; }
.step-body p { font-size: 0.92rem; color: var(--text-light); line-height: 1.85; max-width: 620px; }
.methode-cta { background: var(--forest); color: var(--white); padding: 5rem 8vw; display: flex; align-items: center; justify-content: space-between; gap: 3rem; flex-wrap: wrap; }
.methode-cta h2 { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 300; line-height: 1.2; max-width: 500px; }
.methode-cta h2 em { font-style: italic; color: var(--sage-light); }

/* ══ PAGE RDV / CENTRES ══ */
.rdv-header { padding: 5rem 8vw 4rem; text-align: center; }
.centres-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; padding: 0 8vw 3rem; }
.centre-card { background: var(--white); border: 1.5px solid var(--beige-dark); border-radius: 20px; padding: 2rem; cursor: pointer; transition: all 0.35s; }
.centre-card:hover, .centre-card.sel { border-color: var(--forest); box-shadow: 0 12px 40px rgba(30,58,34,0.15); transform: translateY(-4px); }
.centre-card.sel { background: var(--beige); }
.centre-city { display: inline-block; background: var(--beige); color: var(--forest); font-size: 0.68rem; font-weight: 500; padding: 0.25rem 0.8rem; border-radius: 50px; margin-bottom: 1rem; letter-spacing: 0.08em; text-transform: uppercase; }
.centre-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 600; margin-bottom: 0.5rem; }
.centre-info { font-size: 0.82rem; color: var(--text-light); line-height: 1.75; margin-bottom: 1.2rem; }
.centre-thera { display: flex; align-items: center; gap: 0.8rem; padding-top: 1.2rem; border-top: 1px solid var(--beige-dark); }
.thera-av { width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg,var(--sage-light),var(--forest-soft)); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--white); font-weight: 600; }
.thera-name { font-size: 0.85rem; font-weight: 500; }
.thera-title { font-size: 0.73rem; color: var(--text-light); }
.map-btn { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.76rem; color: var(--forest); font-weight: 500; margin-top: 0.8rem; cursor: pointer; text-decoration: none; }
.map-btn:hover { text-decoration: underline; }

/* RDV WIDGET */
.rdv-widget { display: none; margin: 0 8vw 6rem; background: var(--beige); border-radius: 28px; padding: 4rem; }
.rdv-widget.open { display: block; }
.widget-centre-label { font-size: 0.75rem; color: var(--sage); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 0.4rem; }
.widget-title { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 600; margin-bottom: 2.5rem; }
.widget-tabs { display: flex; border-bottom: 2px solid var(--beige-dark); margin-bottom: 2.5rem; flex-wrap: wrap; }
.wtab { padding: 0.75rem 1.4rem; font-size: 0.8rem; font-weight: 500; color: var(--text-light); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: all 0.3s; }
.wtab.on { color: var(--forest); border-bottom-color: var(--forest); }
.cal-days { display: grid; grid-template-columns: repeat(7,1fr); gap: 0.4rem; margin-bottom: 1.5rem; }
.cal-head { text-align: center; font-size: 0.7rem; color: var(--text-light); font-weight: 500; padding: 0.4rem 0; letter-spacing: 0.06em; }
.cal-d { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; border-radius: 10px; font-size: 0.82rem; cursor: pointer; transition: all 0.2s; border: 1.5px solid transparent; }
.cal-d:hover { border-color: var(--forest); background: var(--white); }
.cal-d.today { background: var(--forest); color: var(--white); }
.cal-d.disabled { color: var(--beige-dark); cursor: default; pointer-events: none; }
.cal-d.picked { border-color: var(--forest); background: var(--white); font-weight: 600; }
.slots { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2rem; }
.slot { padding: 0.55rem 1.15rem; border: 1.5px solid var(--beige-dark); border-radius: 50px; font-size: 0.82rem; cursor: pointer; background: var(--white); transition: all 0.2s; }
.slot:hover { border-color: var(--forest); }
.slot.on { background: var(--forest); color: var(--white); border-color: var(--forest); }
.slot.full { opacity: 0.35; cursor: default; text-decoration: line-through; pointer-events: none; }
.fg { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.fi { display: flex; flex-direction: column; gap: 0.45rem; }
.fi.full { grid-column: 1/-1; }
.fi label { font-size: 0.78rem; font-weight: 500; color: var(--text); letter-spacing: 0.04em; }
.fi input, .fi select, .fi textarea { padding: 0.8rem 1rem; border: 1.5px solid var(--beige-dark); border-radius: 12px; font-family: 'DM Sans', sans-serif; font-size: 0.88rem; background: var(--white); color: var(--text); transition: border-color 0.2s; outline: none; }
.fi input:focus, .fi select:focus, .fi textarea:focus { border-color: var(--forest); }
.fi textarea { resize: vertical; min-height: 80px; }
.confirm-box { text-align: center; padding: 3rem 0; }
.confirm-box .big-check { font-size: 4rem; margin-bottom: 1.5rem; }
.confirm-box h3 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; margin-bottom: 1rem; }
.confirm-box p { color: var(--text-light); line-height: 1.8; max-width: 440px; margin: 0 auto 2rem; }

/* ══ BLOG ══ */
.blog-header { padding: 5rem 8vw 4rem; }
.blog-feat { margin: 0 8vw 4rem; display: grid; grid-template-columns: 1.4fr 1fr; background: var(--white); border-radius: 28px; overflow: hidden; border: 1px solid var(--beige-dark); }
.blog-feat-img { min-height: 400px; overflow: hidden; }
.blog-feat-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-feat-body { padding: 3rem; display: flex; flex-direction: column; justify-content: center; }
.blog-cat-tag { display: inline-block; background: var(--beige); color: var(--forest); font-size: 0.68rem; font-weight: 500; padding: 0.3rem 0.9rem; border-radius: 50px; margin-bottom: 1rem; letter-spacing: 0.08em; text-transform: uppercase; }
.blog-feat-body h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.9rem; font-weight: 600; line-height: 1.2; margin-bottom: 1rem; }
.blog-feat-body p { font-size: 0.9rem; color: var(--text-light); line-height: 1.78; }
.blog-meta { font-size: 0.75rem; color: var(--text-light); margin-top: 1.2rem; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; padding: 0 8vw 6rem; }
.blog-card { background: var(--white); border-radius: 20px; overflow: hidden; border: 1px solid var(--beige-dark); cursor: pointer; transition: all 0.35s; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,0.07); }
.blog-card-img { height: 180px; display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.blog-card-body { padding: 1.5rem; }
.blog-card-body h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 600; margin-bottom: 0.5rem; line-height: 1.3; }
.blog-card-body p { font-size: 0.82rem; color: var(--text-light); line-height: 1.7; }
.blog-card-foot { padding: 0 1.5rem 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.read-more { font-size: 0.78rem; color: var(--forest); font-weight: 500; }

/* ══ FRANCHISE ══ */
.fran-hero { min-height: 72vh; background: linear-gradient(140deg,var(--forest) 0%,var(--forest-soft) 60%,var(--sage) 100%); display: flex; align-items: center; padding-left: 8vw; padding-right: 8vw; position: relative; overflow: hidden; }
.fran-hero-content { position: relative; z-index: 2; max-width: 600px; padding: 6rem 0; }
.fran-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.5rem,5vw,4.8rem); font-weight: 300; color: var(--white); line-height: 1.1; margin-bottom: 1.5rem; }
.fran-hero h1 em { font-style: italic; color: var(--beige); }
.fran-hero p { font-size: 1rem; color: rgba(255,255,255,0.85); line-height: 1.8; max-width: 480px; margin-bottom: 2.5rem; }
.fran-deco { position: absolute; right: 6vw; top: 50%; transform: translateY(-50%); opacity: 0.08; }
.chiffres { background: var(--beige); padding: 5rem 8vw; display: flex; justify-content: space-around; flex-wrap: wrap; gap: 3rem; text-align: center; }
.chif .num { font-family: 'Cormorant Garamond', serif; font-size: 4rem; font-weight: 600; color: var(--forest); }
.chif .lbl { font-size: 0.83rem; color: var(--text-light); margin-top: 0.3rem; }
.avantages { padding: 6rem 8vw; }
.av-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2rem; margin-top: 3rem; }
.av-card { background: var(--white); border-radius: 20px; padding: 2.5rem; border: 1px solid var(--beige-dark); display: flex; gap: 1.5rem; align-items: flex-start; transition: all 0.3s; }
.av-card:hover { transform: translateY(-4px); box-shadow: 0 12px 35px rgba(0,0,0,0.06); }
.av-icon { width: 50px; height: 50px; border-radius: 14px; background: var(--beige); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; flex-shrink: 0; }
.av-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; margin-bottom: 0.5rem; }
.av-card p { font-size: 0.84rem; color: var(--text-light); line-height: 1.75; }
.fran-form-section { padding: 6rem 8vw; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.fran-info h2 { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 300; line-height: 1.2; margin-bottom: 1.5rem; }
.fran-info p { font-size: 0.93rem; color: var(--text-light); line-height: 1.85; margin-bottom: 2rem; }
.contact-item { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.contact-item .icon { width: 40px; height: 40px; border-radius: 10px; background: var(--beige); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.contact-item .lbl { font-size: 0.75rem; color: var(--text-light); }
.contact-item .val { font-size: 0.88rem; font-weight: 500; }
.form-card { background: var(--white); border-radius: 28px; padding: 3rem; border: 1px solid var(--beige-dark); box-shadow: 0 20px 60px rgba(0,0,0,0.05); }
.form-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; margin-bottom: 2rem; }

/* ══ FOOTER ══ */
.site-footer { background: var(--forest); color: rgba(255,255,255,0.7); padding: 5rem 8vw 2rem; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 4rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.foot-brand .logo { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 600; color: var(--white); margin-bottom: 1rem; }
.foot-brand p { font-size: 0.83rem; line-height: 1.8; max-width: 280px; }
.foot-col h4 { color: var(--white); font-size: 0.75rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 1.2rem; }
.foot-col ul { list-style: none; }
.foot-col ul li { margin-bottom: 0.65rem; }
.foot-col ul li a { font-size: 0.83rem; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.3s; }
.foot-col ul li a:hover { color: var(--white); }
.foot-bottom { padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; flex-wrap: wrap; gap: 1rem; }

/* ══ RESPONSIVE ══ */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .plasti-section, .methode-hero, .fran-form-section { grid-template-columns: 1fr; gap: 3rem; }
  .etapes-grid, .testi-grid, .centres-grid, .blog-grid, .av-grid { grid-template-columns: 1fr; }
  .blog-feat { grid-template-columns: 1fr; }
  .blog-feat-body { padding: 2rem; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .nav-menu { display: none; flex-direction: column; position: absolute; top: 74px; left: 0; right: 0; background: var(--cream); padding: 1.5rem 5vw; border-bottom: 1px solid var(--beige-dark); gap: 1rem; }
  .nav-menu.open { display: flex; }
  .nav-burger { display: flex; }
  .step-row { grid-template-columns: 1fr; gap: 1rem; }
  .step-n { font-size: 2.5rem; text-align: left; }
  .methode-cta, .franchise-band { flex-direction: column; text-align: center; }
  .fg { grid-template-columns: 1fr; }
  .rdv-widget { padding: 2rem; margin: 0 4vw 4rem; }
}
