/* ============================================================
   Nicole Barbier — Réflexologie & massage Édonis à Autun
   Maquette start-win.fr
   Palette échantillonnée : olive de la charte actuelle (#948C1D),
   terre/taupe relevés dans les photos de soin.
   ============================================================ */

:root {
  --olive: #948c1d;        /* marque, décoratif uniquement (3,5:1) */
  --olive-deep: #6b6510;   /* texte & boutons sur blanc (6,0:1) */
  --olive-dark: #2f3218;   /* topbar, bandes sombres (13,2:1) */
  --olive-soft: #b0a55e;
  --terre: #8a5a41;        /* accent chaud relevé dans les photos */
  --taupe: #d0bcac;
  --ink: #2a2620;
  --muted: #5d564c;
  --paper: #fffdf8;
  --paper-2: #f7f1e7;
  --paper-3: #efe6d8;
  --line: #e4dac9;
  --shadow-s: 0 2px 8px rgba(47, 50, 24, .07);
  --shadow-m: 0 10px 28px rgba(47, 50, 24, .10);
  --shadow-l: 0 18px 44px rgba(47, 50, 24, .16);
  --r: 12px;
  --r-l: 16px;
  --wrap: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Hanken Grotesk", "Segoe UI", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.68;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Bricolage Grotesque", "Hanken Grotesk", system-ui, sans-serif;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -.015em;
  margin: 0 0 .6em;
  color: var(--ink);
}

h2 { font-size: clamp(1.6rem, 3.4vw, 2.35rem); }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1.05em; }
a { color: var(--olive-deep); }
img { display: block; max-width: 100%; }
ul { margin: 0 0 1em; padding-left: 1.15em; }
li { margin-bottom: .35em; }

.wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }
.section { padding: clamp(56px, 8vw, 96px) 0; }
.center { text-align: center; }
.lede { font-size: 1.08rem; color: var(--muted); max-width: 40rem; }
.center .lede { margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* --- kicker eyebrow ------------------------------------------------ */
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .78rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--olive-deep); margin-bottom: 14px;
}
.kicker::before { content: ""; width: 24px; height: 2px; background: var(--olive); }
.center .kicker::after { content: ""; width: 24px; height: 2px; background: var(--olive); }

/* --- boutons ------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 24px; border-radius: 999px; font-weight: 600; font-size: .97rem;
  text-decoration: none; border: 1.5px solid transparent; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.btn-solid { background: var(--olive-deep); color: #fff; }
.btn-solid:hover { background: #56510d; transform: translateY(-2px); box-shadow: var(--shadow-m); }
.btn-ghost { border-color: rgba(255, 255, 255, .6); color: #fff; }
.btn-ghost:hover { background: rgba(255, 255, 255, .14); transform: translateY(-2px); }
.btn-line { border-color: var(--olive-deep); color: var(--olive-deep); background: transparent; }
.btn-line:hover { background: var(--paper-2); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--olive-dark); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-m); }

/* --- topbar -------------------------------------------------------- */
.topbar {
  background: var(--olive-dark); color: #ece7d6; font-size: .86rem;
}
.topbar .wrap {
  display: flex; flex-wrap: wrap; gap: 8px 22px;
  align-items: center; justify-content: center; padding: 9px 0;
}
.topbar a { color: #ece7d6; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { text-decoration: underline; }
.topbar svg { width: 15px; height: 15px; flex: none; }

/* --- header -------------------------------------------------------- */
.header {
  position: sticky; top: 0; z-index: 220;
  background: var(--paper); border-bottom: 1px solid var(--line);
}
.header .wrap { display: flex; align-items: center; gap: 18px; padding: 14px 0; }
.brand { display: flex; flex-direction: column; text-decoration: none; z-index: 240; }
.brand b {
  font-family: "Bricolage Grotesque", sans-serif; font-size: 1.22rem;
  font-weight: 600; color: var(--ink); letter-spacing: -.01em;
}
.brand span { font-size: .76rem; color: var(--muted); letter-spacing: .04em; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.nav a { color: var(--ink); text-decoration: none; font-size: .95rem; font-weight: 500; white-space: nowrap; }
.nav a:hover { color: var(--olive-deep); }
.header .btn-solid { color: #fff; z-index: 240; }
.burger {
  display: none; margin-left: auto; z-index: 240;
  width: 44px; height: 40px; border: 1px solid var(--line); border-radius: 10px;
  background: #fff; cursor: pointer; padding: 0;
}
.burger i {
  display: block; width: 20px; height: 2px; background: var(--ink);
  margin: 4px auto; transition: transform .22s ease, opacity .22s ease;
}
.burger[aria-expanded="true"] i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.drawer {
  position: fixed; top: var(--drawer-top, 72px); left: 0; right: 0; z-index: 215;
  background: var(--paper); border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-m); padding: 14px 20px 22px;
  display: none; flex-direction: column; gap: 2px;
}
.drawer.open { display: flex; }
.drawer a {
  color: var(--ink); text-decoration: none; font-weight: 500;
  padding: 12px 6px; border-bottom: 1px solid var(--line);
}
/* .drawer a (0,1,1) écraserait .btn-solid (0,1,0) : on remonte la spécificité. */
.drawer a.btn { margin-top: 14px; border-bottom: 0; }
.drawer a.btn-solid { color: #fff; }
.backdrop {
  position: fixed; inset: 0; z-index: 210; background: rgba(42, 38, 32, .38);
  display: none;
}
.backdrop.open { display: block; }

/* --- hero ---------------------------------------------------------- */
.hero { position: relative; isolation: isolate; overflow: hidden; }
.hero img.bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 42%; z-index: -2;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(47, 50, 24, .72) 0%, rgba(47, 50, 24, .58) 45%, rgba(47, 50, 24, .86) 100%),
    linear-gradient(90deg, rgba(47, 50, 24, .55), rgba(47, 50, 24, .18));
}
.hero .wrap { padding: clamp(70px, 11vw, 130px) 0 clamp(90px, 12vw, 150px); }
.hero-inner { max-width: 44rem; }
.pill-badge {
  display: inline-flex; align-items: center; gap: 9px; padding: 7px 16px;
  border-radius: 999px; background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .34); color: #fff;
  font-size: .82rem; font-weight: 600; letter-spacing: .03em; margin-bottom: 20px;
}
.pill-badge::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--olive-soft);
}
.hero h1 {
  color: #fff; font-size: clamp(2.05rem, 5.1vw, 3.35rem); margin-bottom: .35em;
  text-shadow: 0 2px 18px rgba(20, 22, 10, .5);
}
.hero h1 span { font-weight: 300; color: #e3dcae; }
.hero p {
  color: #f2eee1; font-size: 1.08rem; max-width: 34rem;
  text-shadow: 0 1px 10px rgba(20, 22, 10, .55);
}
.hero-pills { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0 28px; }
.hero-pills span {
  padding: 6px 14px; border-radius: 999px; font-size: .84rem; color: #fff;
  background: rgba(255, 255, 255, .13); border: 1px solid rgba(255, 255, 255, .28);
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero .wave { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; display: block; }

/* --- strip réassurance --------------------------------------------- */
.strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.strip .wrap {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; padding: 34px 0;
}
.fact { display: flex; gap: 13px; align-items: flex-start; }
.fact svg { width: 26px; height: 26px; flex: none; color: var(--olive-deep); margin-top: 2px; }
.fact b { display: block; font-size: 1.02rem; font-family: "Bricolage Grotesque", sans-serif; }
.fact span { font-size: .89rem; color: var(--muted); line-height: 1.5; }

/* --- split à propos ------------------------------------------------ */
.about { background: var(--paper-2); }
.split {
  display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(32px, 5vw, 68px); align-items: center;
}
.portrait-frame { position: relative; isolation: isolate; }
.portrait-frame img {
  width: 100%; height: auto; aspect-ratio: 640 / 1000; object-fit: cover;
  border-radius: 210px 210px 18px 18px; box-shadow: var(--shadow-l);
}
.portrait-frame::before {
  content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1;
  border-radius: 210px 210px 18px 18px; background: var(--taupe);
}
.float-badge {
  position: absolute; right: -14px; bottom: 34px; max-width: 232px;
  background: #fff; border-radius: var(--r); padding: 14px 16px;
  box-shadow: var(--shadow-l); font-size: .84rem; line-height: 1.45;
}
.float-badge b { display: block; font-family: "Bricolage Grotesque", sans-serif; font-size: .95rem; margin-bottom: 3px; }
.pull {
  border-left: 3px solid var(--olive); background: #fff; border-radius: 0 var(--r) var(--r) 0;
  padding: 16px 20px; margin: 26px 0; font-size: 1.06rem; color: var(--ink);
  box-shadow: var(--shadow-s);
}
.pull span { display: block; margin-top: 7px; font-size: .84rem; color: var(--muted); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.tags li {
  margin: 0; padding: 6px 13px; border-radius: 999px; font-size: .84rem;
  background: #fff; border: 1px solid var(--line); color: var(--muted);
}

/* --- cartes prestations -------------------------------------------- */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 42px; }
.card {
  background: #fff; border-radius: var(--r-l); overflow: hidden;
  box-shadow: var(--shadow-s); display: flex; flex-direction: column;
  transition: transform .22s ease, box-shadow .22s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-l); }
.card-media { position: relative; }
.card-media img {
  width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 45%;
}
.card-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(47, 50, 24, 0) 38%, rgba(47, 50, 24, .82) 100%);
}
.card-media h3 {
  position: absolute; left: 16px; right: 16px; bottom: 12px; z-index: 2;
  color: #fff; margin: 0; font-size: 1.12rem; text-shadow: 0 1px 8px rgba(20, 22, 10, .6);
}
.price-dot {
  position: absolute; right: 12px; top: 12px; z-index: 2;
  background: #fff; color: var(--olive-deep); border-radius: 999px;
  padding: 6px 13px; font-weight: 700; font-size: .88rem; box-shadow: var(--shadow-s);
}
.card-body { padding: 18px 18px 22px; display: flex; flex-direction: column; flex: 1; }
.card-body p { font-size: .95rem; color: var(--muted); margin-bottom: 14px; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; padding: 0; margin: 0 0 12px; }
.chips li {
  margin: 0; font-size: .78rem; padding: 4px 10px; border-radius: 999px;
  background: var(--paper-2); color: var(--olive-deep); font-weight: 600;
}
.card-note { margin-top: auto; font-size: .84rem; color: var(--muted); }

.tarif-bar {
  margin-top: 26px; background: var(--paper-2); border: 1px solid var(--line);
  border-radius: var(--r-l); padding: 20px 24px;
  display: flex; flex-wrap: wrap; gap: 12px 34px; align-items: center; justify-content: space-between;
}
.tarif-bar p { margin: 0; font-size: .95rem; max-width: 32rem; }
.tarif-bar b { color: var(--olive-deep); }

/* --- bande immersive ------------------------------------------------ */
.band {
  position: relative; isolation: isolate; color: #fff; text-align: center;
  background-image: url("images/massage-edonis-dos.jpg");
  background-size: cover; background-position: 50% 38%; background-attachment: fixed;
  padding: clamp(70px, 10vw, 120px) 0;
}
.band::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(47, 50, 24, .84), rgba(47, 50, 24, .74));
}
.band blockquote {
  margin: 0 auto; max-width: 44rem;
  font-family: "Bricolage Grotesque", sans-serif; font-weight: 500;
  font-size: clamp(1.3rem, 3vw, 1.95rem); line-height: 1.35;
  text-shadow: 0 2px 14px rgba(20, 22, 10, .5);
}
.band cite { display: block; margin-top: 18px; font-size: .92rem; font-style: normal; color: #ded7b8; }

/* --- étapes --------------------------------------------------------- */
.steps { background: var(--paper); }
.steps .split { grid-template-columns: minmax(0, 1fr) minmax(0, .85fr); }
.steps-photo img {
  width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover;
  border-radius: var(--r-l); box-shadow: var(--shadow-l);
}
.step { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.step:last-child { border-bottom: 0; }
.step-num {
  flex: none; width: 38px; height: 38px; border-radius: 50%;
  background: var(--olive-deep); color: #fff; font-weight: 700;
  display: grid; place-items: center; font-size: .95rem;
}
.step h3 { margin-bottom: .25em; font-size: 1.05rem; }
.step p { margin: 0; font-size: .95rem; color: var(--muted); }

/* --- motifs --------------------------------------------------------- */
.motifs { background: var(--paper-2); }
.motifs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 38px; }
.motif-col {
  background: #fff; border-radius: var(--r-l); padding: 26px 28px;
  box-shadow: var(--shadow-s); position: relative; overflow: hidden;
}
.motif-col::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--olive); transform: scaleX(0); transform-origin: left;
  transition: transform .3s ease;
}
.motif-col:hover::before { transform: scaleX(1); }
.motif-col h3 { display: flex; align-items: center; gap: 10px; }
.motif-col h3 svg { width: 22px; height: 22px; color: var(--olive-deep); flex: none; }
.motif-col ul { list-style: none; padding: 0; margin: 0; }
.motif-col li { position: relative; padding-left: 22px; font-size: .95rem; color: var(--muted); }
.motif-col li::before {
  content: ""; position: absolute; left: 4px; top: .72em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--olive-soft);
}
.warn {
  margin-top: 22px; background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--terre);
  border-radius: 0 var(--r) var(--r) 0; padding: 16px 20px; font-size: .93rem; color: var(--muted);
  max-width: 36rem; margin-inline: auto;
}
.warn b { color: var(--ink); }

/* --- séjour --------------------------------------------------------- */
.sejour { background: var(--paper); }
.sejour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.sejour-grid img {
  width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover;
  border-radius: var(--r); box-shadow: var(--shadow-s);
}
.sejour-offers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.offer {
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-l);
  padding: 20px 22px;
}
.offer b { display: block; font-family: "Bricolage Grotesque", sans-serif; font-size: 1.05rem; margin-bottom: 4px; }
.offer .amount { color: var(--olive-deep); font-weight: 700; font-size: 1.2rem; }
.offer p { margin: 6px 0 0; font-size: .9rem; color: var(--muted); }

/* --- témoignages ---------------------------------------------------- */
.avis { background: var(--paper-2); }
.avis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; }
.avis-card {
  background: #fff; border-radius: var(--r-l); padding: 24px 26px; box-shadow: var(--shadow-s);
}
.stars { display: flex; gap: 3px; margin-bottom: 12px; color: var(--olive); }
.stars svg { width: 17px; height: 17px; }
.avis-card p { font-size: .97rem; }
.avis-card footer { font-size: .87rem; color: var(--muted); font-weight: 600; }

/* --- FAQ ------------------------------------------------------------- */
.faq { background: var(--paper); }
.faq-list { max-width: 47rem; margin: 38px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: none; border: 0; padding: 18px 20px; cursor: pointer; text-align: left;
  font-family: "Bricolage Grotesque", sans-serif; font-size: 1.02rem; font-weight: 600; color: var(--ink);
}
.faq-q .chev {
  flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--paper-2);
  display: grid; place-items: center; transition: transform .25s ease, background-color .25s ease;
}
.faq-q .chev svg { width: 15px; height: 15px; color: var(--olive-deep); }
.faq-item.open .chev { transform: rotate(45deg); background: var(--olive-deep); }
.faq-item.open .chev svg { color: #fff; }
.faq-a { display: none; padding: 0 20px 20px; }
.faq-item.open .faq-a { display: block; }
.faq-a p { margin: 0; color: var(--muted); font-size: .97rem; }

/* --- RDV -------------------------------------------------------------- */
.rdv { background: var(--olive-dark); color: #f0ecdd; }
.rdv h2, .rdv h3 { color: #fff; }
.rdv .kicker { color: var(--olive-soft); }
.rdv .kicker::before, .rdv .kicker::after { background: var(--olive-soft); }
.rdv-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 42px; align-items: start; }
.tarifs { list-style: none; padding: 0; margin: 0 0 26px; }
.tarifs li {
  display: flex; justify-content: space-between; gap: 18px; align-items: baseline;
  padding: 11px 0; border-bottom: 1px dashed rgba(255, 255, 255, .22); font-size: .97rem;
}
.tarifs b { color: #fff; white-space: nowrap; font-size: 1.02rem; }
.tarifs small { display: block; color: #c9c3ac; font-size: .82rem; }
.contact-line { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; }
.contact-line .ic {
  flex: none; width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255, 255, 255, .11); display: grid; place-items: center;
}
.contact-line .ic svg { width: 18px; height: 18px; color: #e5dfae; }
.contact-line a, .contact-line span { color: #f0ecdd; text-decoration: none; font-size: .97rem; }
.contact-line a:hover { text-decoration: underline; }
.tipbox {
  margin-top: 22px; background: rgba(255, 255, 255, .09); border-radius: var(--r);
  padding: 15px 18px; font-size: .92rem; border-left: 3px solid var(--olive-soft);
}
.rdv-widget {
  border-radius: var(--r-l); overflow: hidden; min-height: 620px; background: #fff;
}

/* --- footer ----------------------------------------------------------- */
.footer { background: #23260f; color: #cfc9b4; font-size: .93rem; padding: 56px 0 26px; }
.footer h3 {
  color: #fff; font-size: 1rem; margin-bottom: 14px;
  font-family: "Bricolage Grotesque", sans-serif;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; }
.footer a { color: #cfc9b4; text-decoration: none; }
.footer a:hover { color: #fff; text-decoration: underline; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 8px; }
.zones { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.zones span {
  padding: 4px 11px; border-radius: 999px; font-size: .8rem;
  background: rgba(255, 255, 255, .08); color: #ded8c2;
}
.socials { display: flex; gap: 10px; margin-top: 16px; }
.socials a {
  width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, .1);
  display: grid; place-items: center;
}
.socials svg { width: 17px; height: 17px; color: #ded8c2; }
.disclaimer {
  margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .14);
  text-align: center; font-size: .84rem; color: #b3ad99; line-height: 1.6;
}
.disclaimer p { margin: 0 0 8px; }

/* --- CTA flottant mobile ---------------------------------------------- */
.float-cta {
  display: none; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 190;
  justify-content: center; box-shadow: var(--shadow-l);
}

/* --- reveals ----------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .band { background-attachment: scroll; }
  * { animation: none !important; }
}

/* ============================ RESPONSIVE ============================== */

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

/* La nav horizontale déborde entre 1040 et 1140 : burger dès 1120. */
@media (max-width: 1120px) {
  .nav { display: none; }
  .burger { display: block; }
  .header .wrap { gap: 12px; }
  .header .btn-solid { display: none; }
}

@media (max-width: 1040px) {
  .split, .steps .split { grid-template-columns: 1fr; }
  .portrait-frame { max-width: 420px; margin-inline: auto; }
  .rdv-grid { grid-template-columns: 1fr; gap: 32px; }
  .strip .wrap { grid-template-columns: repeat(2, 1fr); gap: 22px; }
}

@media (max-width: 900px), (hover: none) {
  .band { background-attachment: scroll; }
}

@media (max-width: 860px) {
  .motifs-grid { grid-template-columns: 1fr; }
  .avis-grid { grid-template-columns: 1fr; }
  .sejour-grid { grid-template-columns: 1fr 1fr; }
  .sejour-grid img:last-child { display: none; }
  .sejour-offers { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .topbar .wrap { gap: 6px 16px; font-size: .8rem; }
  .cards { grid-template-columns: 1fr; }
  .strip .wrap { grid-template-columns: 1fr; }
  .sejour-grid { grid-template-columns: 1fr; }
  .sejour-grid img:last-child { display: block; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .float-cta { display: flex; }
  .hero .wrap { padding-bottom: 110px; }
  .float-badge { right: 0; bottom: -18px; max-width: 210px; }
  .rdv-widget { min-height: 720px; }
  .hero-cta .btn { flex: 1 1 100%; }
  .tarif-bar { flex-direction: column; align-items: flex-start; }
  body { padding-bottom: 0; }
}
