/* ══════════════════════════════════════════════════════════
   LE CHAMP DES IMAGES — Feuille de style
   Thème : chaleureux nature (vert campagne, beige, ocre)
   ══════════════════════════════════════════════════════════ */

/* ─── 0. Polices ───────────────────────────────────────────
   Déclarées ici plutôt que dans un fichier séparé : un second
   fichier CSS ajoutait une requête bloquant l'affichage et un
   maillon à la chaîne de chargement (HTML → fonts.css → woff2).

   Servies depuis le dossier fonts/ du projet, jamais depuis
   Google : aucune donnée du visiteur, adresse IP comprise,
   n'est transmise à un tiers.

   Licence SIL Open Font License 1.1 — usage commercial et
   auto-hébergement autorisés. Polices variables : un fichier
   couvre les graisses 400 à 700.
   ─────────────────────────────────────────────────────────── */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/Fraunces-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/Fraunces-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/NunitoSans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/NunitoSans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ─── 1. Variables ─────────────────────────────────────── */
:root {
  /* Couleurs */
  --vert-fonce:   #2F4733;
  --vert:         #3D5A40;
  --vert-clair:   #7A9471;
  --vert-pale:    #E4EBE0;
  --creme:        #FAF7F0;
  --sable:        #F1E9DA;

  /* Deux ocres, et c'est volontaire :
     --ocre        aplats, bordures, pastilles — jamais du texte sur fond clair
     --ocre-texte  version foncée pour le TEXTE sur fond clair (5,4:1 minimum)
     L'ocre vif ne plafonne qu'à 2,6:1 sur le crème : illisible pour beaucoup
     de gens, et refusé par les critères d'accessibilité. */
  --ocre:         #C98F52;
  --ocre-texte:   #8D5A28;
  --ocre-clair:   #E8C79B;
  --encre:        #2A2622;
  --encre-doux:   #5C554C;
  --blanc:        #FFFFFF;
  --erreur:       #A4462F;
  --succes:       #3D5A40;

  /* Typo */
  --f-titre: "Fraunces", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --f-texte: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  /* Rythme */
  --wrap:     1160px;
  --r-s:      10px;
  --r-m:      18px;
  --r-l:      28px;
  --sect-y:   clamp(4.5rem, 9vw, 7.5rem);

  /* Ombres */
  --ombre-s: 0 2px 8px rgba(42, 38, 34, .07);
  --ombre-m: 0 10px 30px -12px rgba(42, 38, 34, .22);
  --ombre-l: 0 26px 60px -22px rgba(42, 38, 34, .34);

  --entree: cubic-bezier(.22, 1, .36, 1);
}

/* ─── 2. Base ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--f-texte);
  font-size: clamp(1rem, .96rem + .18vw, 1.075rem);
  line-height: 1.68;
  color: var(--encre);
  background: var(--creme);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--f-titre);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -.015em;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 1.5rem + 4.2vw, 4.25rem); }
h2 { font-size: clamp(1.85rem, 1.3rem + 2.4vw, 2.85rem); }
h3 { font-size: clamp(1.15rem, 1.05rem + .5vw, 1.4rem); }

p { margin: 0 0 1.1em; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }

a { color: var(--vert); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--ocre-texte); }

img { max-width: 100%; height: auto; display: block; }

:focus-visible {
  outline: 3px solid var(--ocre);
  outline-offset: 3px;
  border-radius: 4px;
}

.wrap {
  width: min(100% - 2.5rem, var(--wrap));
  margin-inline: auto;
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--vert); color: #fff; padding: .8rem 1.3rem;
  border-radius: 0 0 var(--r-s) 0; font-weight: 700;
}
.skip-link:focus { left: 0; color: #fff; }

/* ─── 3. En-tête ───────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(250, 247, 240, .82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s, background .3s;
}
.site-header.is-stuck {
  border-bottom-color: rgba(42, 38, 34, .1);
  box-shadow: var(--ombre-s);
}

.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 72px;
}

.brand {
  display: flex; align-items: center; gap: .7rem;
  text-decoration: none; color: var(--encre);
}
.brand-mark {
  width: 38px; height: 38px; flex: none;
  display: grid; place-items: center;
  background: var(--vert); color: var(--sable);
  border-radius: 50%;
  transition: transform .35s var(--entree);
}
.brand:hover .brand-mark { transform: rotate(-12deg) scale(1.06); }
.brand-mark svg { width: 21px; height: 21px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-family: var(--f-titre); font-size: 1.06rem; font-weight: 600; }
.brand-text em {
  font-style: normal; font-size: .68rem; letter-spacing: .13em;
  text-transform: uppercase; color: var(--encre-doux);
}

.nav { display: flex; align-items: center; gap: .35rem; }
.nav a {
  padding: .5rem .8rem; border-radius: 99px;
  font-size: .93rem; font-weight: 600;
  color: var(--encre-doux); text-decoration: none;
  transition: background .2s, color .2s;
}
.nav a:hover { background: var(--vert-pale); color: var(--vert-fonce); }
.nav a.is-active { color: var(--vert-fonce); background: var(--vert-pale); }
.nav .nav-cta {
  background: var(--vert); color: #fff; margin-left: .4rem;
  padding-inline: 1.15rem;
}
.nav .nav-cta:hover { background: var(--vert-fonce); color: #fff; }

.nav-toggle {
  display: none;
  width: 44px; height: 44px; padding: 0;
  background: none; border: 0; cursor: pointer;
  flex-direction: column; justify-content: center; gap: 5px; align-items: center;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px; border-radius: 2px;
  background: var(--encre); transition: transform .3s var(--entree), opacity .2s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── 4. Hero ──────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: grid; align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%; object-fit: cover; object-position: center 62%;
}
.hero-veil {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(105deg, rgba(29, 40, 30, .84) 0%, rgba(29, 40, 30, .58) 45%, rgba(29, 40, 30, .18) 100%),
    linear-gradient(to top, rgba(29, 40, 30, .55), transparent 45%);
}
.hero-inner { padding: clamp(5rem, 12vh, 8rem) 0; color: #fff; max-width: 46rem; }
.hero-inner h1 { color: #fff; margin-bottom: .35em; }

.hero-eyebrow {
  display: inline-block;
  font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ocre-clair);
  padding: .4rem .95rem; margin-bottom: 1.4rem;
  border: 1px solid rgba(232, 199, 155, .45); border-radius: 99px;
  background: rgba(0, 0, 0, .16);
}
.hero-lead {
  font-size: clamp(1.05rem, 1rem + .4vw, 1.25rem);
  color: rgba(255, 255, 255, .9);
  max-width: 34rem; margin-bottom: 2.1rem;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 2.8rem; }

.hero-badges {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: .6rem 2rem;
  font-size: .92rem; color: rgba(255, 255, 255, .82);
}
.hero-badges li { display: flex; align-items: baseline; gap: .5rem; }
.badge-num {
  font-family: var(--f-titre); font-size: 1.22rem; font-weight: 700;
  color: var(--ocre-clair);
}

.hero-scroll {
  position: absolute; bottom: 1.6rem; left: 50%; translate: -50% 0;
  width: 42px; height: 42px; display: grid; place-items: center;
  color: rgba(255, 255, 255, .75);
  border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%;
  animation: bob 2.6s ease-in-out infinite;
}
.hero-scroll:hover { color: #fff; background: rgba(255, 255, 255, .12); }
.hero-scroll svg { width: 20px; height: 20px; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

/* ─── 5. Boutons ───────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .82rem 1.65rem;
  border: 1px solid transparent; border-radius: 99px;
  font-family: var(--f-texte); font-size: .97rem; font-weight: 700;
  text-decoration: none; cursor: pointer;
  transition: transform .2s var(--entree), background .2s, color .2s, box-shadow .2s, border-color .2s;
}
.btn:active { transform: translateY(1px); }

/* Texte brun foncé et non blanc : le blanc sur cet ocre ne donne que 2,8:1.
   Le survol éclaircit le fond au lieu de l'assombrir, pour la même raison. */
.btn-primary { background: var(--ocre); color: var(--encre); box-shadow: 0 8px 22px -10px rgba(201, 143, 82, .9); }
.btn-primary:hover { background: #d9a468; color: var(--encre); transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(201, 143, 82, .95); }

.btn-ghost { background: rgba(255, 255, 255, .1); color: #fff; border-color: rgba(255, 255, 255, .45); }
.btn-ghost:hover { background: rgba(255, 255, 255, .2); color: #fff; transform: translateY(-2px); }

.btn-outline { background: transparent; color: var(--vert); border-color: rgba(61, 90, 64, .35); }
.btn-outline:hover { background: var(--vert-pale); color: var(--vert-fonce); border-color: var(--vert-clair); }

.btn-lg { padding: 1rem 2.2rem; font-size: 1.05rem; }
.btn[disabled] { opacity: .55; cursor: not-allowed; transform: none; }

/* ─── 6. Sections ──────────────────────────────────────── */
.section { padding-block: var(--sect-y); }
.section-tint { background: var(--sable); }
.section-dark { background: var(--vert-fonce); color: rgba(255, 255, 255, .88); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .eyebrow { color: var(--ocre-clair); }
.section-dark .section-sub { color: rgba(255, 255, 255, .74); }

.eyebrow {
  font-size: .73rem; font-weight: 700; letter-spacing: .17em;
  text-transform: uppercase; color: var(--ocre-texte);
  margin-bottom: .7rem;
}

.section-head { max-width: 44rem; margin-bottom: clamp(2.5rem, 5vw, 3.8rem); }
.section-sub { font-size: 1.08rem; color: var(--encre-doux); margin-top: -.2em; }

.grid-2 {
  display: grid; gap: clamp(2.5rem, 5vw, 4.5rem);
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
}

/* ─── 7. Portraits Myriam ──────────────────────────────── */
.portrait-stack { position: relative; padding-bottom: 3.5rem; padding-right: 3rem; }
.portrait-main {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: var(--r-l);
  box-shadow: var(--ombre-l);
}
.portrait-inset {
  position: absolute; right: 0; bottom: 0;
  width: 46%; aspect-ratio: 1; object-fit: cover;
  border-radius: var(--r-m);
  border: 7px solid var(--creme);
  box-shadow: var(--ombre-m);
}

.prose > p { color: var(--encre-doux); }

.cert-card {
  display: flex; gap: 1.2rem; align-items: flex-start;
  margin-top: 2.2rem; padding: 1.5rem 1.6rem;
  background: var(--vert-pale);
  border-left: 4px solid var(--vert-clair);
  border-radius: 0 var(--r-m) var(--r-m) 0;
}
.cert-icon {
  flex: none; width: 44px; height: 44px;
  display: grid; place-items: center;
  background: var(--vert); color: var(--sable);
  border-radius: 50%;
}
.cert-icon svg { width: 24px; height: 24px; }
.cert-card h3 { margin-bottom: .3em; color: var(--vert-fonce); }
.cert-card p { font-size: .95rem; color: var(--encre-doux); }

/* ─── 8. Cartes prestations ────────────────────────────── */
/* 3 colonnes en grand, 2 en tablette, 1 en mobile : les 6 cartes
   se répartissent toujours en rangées pleines, jamais d'orpheline. */
.cards {
  display: grid;
  gap: 1.3rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  display: flex; flex-direction: column;
  background: var(--blanc);
  padding: 1.9rem 1.7rem;
  border-radius: var(--r-m);
  border: 1px solid rgba(42, 38, 34, .07);
  box-shadow: var(--ombre-s);
  transition: transform .3s var(--entree), box-shadow .3s, border-color .3s;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--ombre-m);
  border-color: rgba(122, 148, 113, .45);
}

/* Pastille ronde autour de l'émoji : toutes les cartes démarrent
   sur la même ligne de base, quelle que soit la hauteur du glyphe. */
.card-ico {
  width: 52px; height: 52px; flex: none;
  display: grid; place-items: center;
  margin-bottom: 1.1rem;
  background: var(--vert-pale);
  border-radius: 50%;
  font-size: 1.55rem; line-height: 1;
}
.card h3 { margin-bottom: .45em; color: var(--vert-fonce); }
.card p { font-size: .96rem; color: var(--encre-doux); }

/* Carte pleine largeur : texte à gauche, photo à droite */
.card-wide {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(120deg, var(--vert) 0%, var(--vert-fonce) 100%);
  border-color: transparent;
}
.card-wide:hover { border-color: transparent; }
.card-wide-text {
  flex: 1 1 auto;
  padding: clamp(1.8rem, 3vw, 2.6rem);
  align-self: center;
}
.card-wide .card-ico { background: rgba(255, 255, 255, .14); }
.card-wide h3 { color: #fff; }
.card-wide p { color: rgba(255, 255, 255, .84); max-width: 44rem; }
.card-wide-img {
  flex: 0 0 clamp(220px, 30%, 340px);
  align-self: stretch;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

/* ─── 9. Tarifs ────────────────────────────────────────── */
.price-band {
  display: grid; gap: clamp(1.8rem, 4vw, 3.5rem);
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  padding: clamp(1.8rem, 4vw, 3rem);
  background: var(--blanc);
  border-radius: var(--r-l);
  box-shadow: var(--ombre-m);
  border: 1px solid rgba(42, 38, 34, .06);
}
.price-main {
  display: flex; align-items: center; gap: .9rem;
  padding-right: clamp(1.5rem, 3vw, 3rem);
  border-right: 2px dashed var(--vert-pale);
}
.price-amount {
  font-family: var(--f-titre); font-weight: 700;
  font-size: clamp(3.4rem, 2rem + 5vw, 5.2rem);
  line-height: .9; color: var(--vert);
}
.price-unit { font-size: .93rem; font-weight: 600; color: var(--encre-doux); line-height: 1.35; }

.price-list { list-style: none; margin: 1.1rem 0 0; padding: 0; display: grid; gap: .6rem; }
.price-list li {
  position: relative; padding-left: 1.7rem;
  font-size: .97rem; color: var(--encre-doux);
}
.price-list li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 8px; height: 8px; border-radius: 50%; background: var(--ocre);
}

.note-band {
  display: flex; gap: 1.3rem; align-items: flex-start;
  margin-top: 1.6rem; padding: 1.6rem 1.8rem;
  background: var(--vert-pale);
  border-radius: var(--r-m);
}
.note-ico { font-size: 1.9rem; line-height: 1; flex: none; }
.note-band h3 { margin-bottom: .35em; color: var(--vert-fonce); }
.note-band p { font-size: .97rem; color: var(--encre-doux); }

/* ─── 10. Conditions ───────────────────────────────────── */
.cond-cols {
  display: grid; gap: clamp(1.5rem, 3vw, 2.5rem);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.cond-col {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--r-m);
  padding: 1.8rem;
}
.cond-title { font-size: 1.15rem; margin-bottom: 1.1em; }

.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.check-list li {
  position: relative; padding-left: 2.2rem;
  font-size: .97rem; color: rgba(255, 255, 255, .8);
}
.check-list li::before {
  position: absolute; left: 0; top: -.05em;
  width: 1.5rem; height: 1.5rem;
  display: grid; place-items: center;
  border-radius: 50%; font-size: .78rem; font-weight: 700;
}
.check-list .req::before { content: "✓"; background: var(--ocre); color: var(--encre); }
.check-list .opt::before { content: "+"; background: rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .8); }
.check-list strong { color: #fff; }
.check-list em { font-style: normal; opacity: .7; font-size: .9em; }

.cond-foot {
  margin-top: 2rem; padding: 1.2rem 1.5rem;
  background: rgba(201, 143, 82, .14);
  border-left: 3px solid var(--ocre);
  border-radius: 0 var(--r-s) var(--r-s) 0;
  font-size: .96rem; color: rgba(255, 255, 255, .86);
}
.cond-foot.cond-limite {
  margin-top: 1rem;
  background: rgba(164, 70, 47, .22);
  border-left-color: var(--erreur);
}

/* ─── 11. Galerie ──────────────────────────────────────── */
.gallery {
  columns: 4 220px;
  column-gap: 1rem;
}
.gallery figure {
  margin: 0 0 1rem;
  break-inside: avoid;
  border-radius: var(--r-m);
  overflow: hidden;
  cursor: zoom-in;
  background: var(--vert-pale);
  box-shadow: var(--ombre-s);
  position: relative;
  transition: transform .35s var(--entree), box-shadow .35s;
}
.gallery figure:hover { transform: translateY(-4px) scale(1.012); box-shadow: var(--ombre-m); }
.gallery img { width: 100%; transition: filter .35s; }
.gallery figure:hover img { filter: saturate(1.08) brightness(1.03); }
.gallery figure.is-hidden { display: none; }

.gallery figure::after {
  content: "⤢";
  position: absolute; right: .7rem; bottom: .6rem;
  width: 30px; height: 30px; display: grid; place-items: center;
  background: rgba(42, 38, 34, .55); color: #fff;
  border-radius: 50%; font-size: .85rem;
  opacity: 0; transition: opacity .3s;
  backdrop-filter: blur(4px);
}
.gallery figure:hover::after { opacity: 1; }

.gallery-more { text-align: center; margin-top: 2.2rem; }
.noscript-msg { color: var(--encre-doux); }

/* ─── 11bis. Avis ──────────────────────────────────────── */
.avis-grid {
  display: grid; gap: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
/* Même piège que .callout : "display: grid" l'emporterait sinon sur
   l'attribut hidden posé par main.js tant qu'il n'y a aucun avis validé. */
.avis-grid[hidden] { display: none; }
.avis-carte {
  margin: 0; padding: 1.6rem 1.7rem;
  background: var(--blanc);
  border-radius: var(--r-m);
  box-shadow: var(--ombre-s);
}
.avis-note { color: var(--ocre); font-size: 1rem; letter-spacing: .12em; margin-bottom: .6rem; }
.avis-carte p {
  margin: 0 0 1rem; color: var(--encre);
  font-family: var(--f-titre); font-size: 1.08rem; line-height: 1.5;
}
.avis-carte p::before { content: "“"; }
.avis-carte p::after  { content: "”"; }
.avis-carte footer { font-size: .88rem; font-weight: 700; color: var(--encre-doux); }

/* Formulaire de dépôt public — même largeur et même carte que le
   formulaire de réservation (.booking), pour ne pas finir en petite boîte
   perdue à gauche d'un grand vide quand la grille d'avis est masquée. */
.avis-form-card {
  margin-top: 2.5rem;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  background: var(--blanc);
  border-radius: var(--r-l);
  box-shadow: var(--ombre-m);
  border: 1px solid rgba(42, 38, 34, .06);
}
.avis-form-card h3 { margin-bottom: .3em; }
.avis-form-sub { font-size: .92rem; color: var(--encre-doux); margin: 0 0 1.3rem; }
.avis-form { display: flex; flex-direction: column; gap: 1.1rem; }
.avis-form .field-grid { align-items: start; }

.star-rating { border: 0; padding: 0; margin: 0; }
.star-rating legend {
  padding: 0; margin-bottom: .3rem;
  font-size: .93rem; font-weight: 600; color: var(--encre);
}
.star-rating legend em { font-style: normal; font-weight: 400; color: var(--encre-doux); }
.star-row {
  display: flex; flex-direction: row-reverse; justify-content: flex-end;
  gap: .15rem;
}
.star-rating input {
  position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none;
}
.star-rating label {
  font-size: 1.9rem; line-height: 1; cursor: pointer;
  color: rgba(42, 38, 34, .2);
  transition: color .15s;
}
.star-rating input:focus-visible + label { outline: 2px solid var(--vert-clair); outline-offset: 2px; border-radius: 3px; }
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
  color: var(--ocre);
}

/* ─── 11ter. FAQ ───────────────────────────────────────── */
.faq-liste { max-width: 46rem; }
.faq-item {
  background: var(--blanc);
  border: 1px solid rgba(42, 38, 34, .1);
  border-radius: var(--r-s);
  margin-bottom: .8rem;
  overflow: hidden;
}
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.05rem 1.3rem;
  font-family: var(--f-titre); font-weight: 600; font-size: 1.02rem;
  color: var(--vert-fonce); cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; flex: none;
  width: 26px; height: 26px; display: grid; place-items: center;
  border-radius: 50%; background: var(--vert-pale); color: var(--vert-fonce);
  font-size: 1.1rem; transition: transform .25s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { margin: 0; padding: 0 1.3rem 1.2rem; color: var(--encre-doux); }

/* ─── 12. Lightbox ─────────────────────────────────────── */
.lightbox {
  position: fixed; inset: 0; z-index: 150;
  display: grid; place-items: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(20, 26, 20, .93);
  backdrop-filter: blur(8px);
  animation: fade .25s ease;
}
.lightbox[hidden] { display: none; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }

.lb-figure { margin: 0; max-width: 100%; max-height: 100%; display: grid; gap: .9rem; justify-items: center; }
.lb-figure img {
  max-width: min(100%, 1100px);
  max-height: 78vh;
  object-fit: contain;
  border-radius: var(--r-m);
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .7);
}
.lb-figure figcaption {
  color: rgba(255, 255, 255, .7); font-size: .92rem; text-align: center;
  max-width: 40rem;
}

.lb-close, .lb-nav {
  position: absolute;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, .1); color: #fff;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%; cursor: pointer;
  transition: background .2s, transform .2s;
}
.lb-close:hover, .lb-nav:hover { background: rgba(255, 255, 255, .24); }
.lb-close { top: 1.2rem; right: 1.2rem; width: 46px; height: 46px; }
.lb-close svg { width: 22px; height: 22px; }
.lb-nav { top: 50%; translate: 0 -50%; width: 52px; height: 52px; }
.lb-nav svg { width: 26px; height: 26px; }
.lb-prev { left: clamp(.6rem, 2vw, 2rem); }
.lb-next { right: clamp(.6rem, 2vw, 2rem); }

/* ─── 13. Formulaire de réservation ────────────────────── */
.booking {
  background: var(--blanc);
  border-radius: var(--r-l);
  padding: clamp(1.5rem, 4vw, 3rem);
  box-shadow: var(--ombre-m);
  border: 1px solid rgba(42, 38, 34, .06);
}

/* Honeypot anti-spam : invisible mais pas display:none */
.hp-field {
  position: absolute !important;
  width: 1px; height: 1px;
  opacity: 0; pointer-events: none;
  left: -9999px;
}

.fs { border: 0; margin: 0 0 2.6rem; padding: 0; }
.fs:last-of-type { margin-bottom: 1.8rem; }
.fs legend {
  display: flex; align-items: center; gap: .75rem;
  font-family: var(--f-titre); font-size: 1.35rem; font-weight: 600;
  color: var(--vert-fonce);
  margin-bottom: 1.3rem; padding: 0;
}
.step {
  width: 32px; height: 32px; flex: none;
  display: grid; place-items: center;
  background: var(--vert); color: #fff;
  border-radius: 50%;
  font-family: var(--f-texte); font-size: .92rem; font-weight: 700;
}
.fs-intro { font-size: .95rem; color: var(--encre-doux); margin-top: -.6rem; margin-bottom: 1.2rem; }

/* Calendrier */
.cal-shell {
  display: grid; gap: 1.5rem;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  align-items: start;
}

.cal {
  background: var(--creme);
  border: 1px solid rgba(42, 38, 34, .09);
  border-radius: var(--r-m);
  padding: 1.2rem;
}
.cal-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: .5rem; margin-bottom: 1rem;
}
.cal-month {
  font-size: 1.12rem; margin: 0; text-align: center; flex: 1;
  color: var(--vert-fonce); text-transform: capitalize;
}
.cal-nav {
  width: 36px; height: 36px; flex: none;
  display: grid; place-items: center;
  background: var(--blanc); color: var(--vert);
  border: 1px solid rgba(42, 38, 34, .12);
  border-radius: 50%; cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}
.cal-nav:hover:not([disabled]) { background: var(--vert); color: #fff; border-color: var(--vert); }
.cal-nav[disabled] { opacity: .3; cursor: not-allowed; }
.cal-nav svg { width: 18px; height: 18px; }

.cal-dow, .cal-grid {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px;
}
.cal-dow {
  margin-bottom: 6px;
  font-size: .72rem; font-weight: 700; letter-spacing: .06em;
  color: var(--encre-doux); text-align: center; text-transform: uppercase;
}

.cal-day {
  aspect-ratio: 1;
  display: grid; place-items: center;
  background: transparent; border: 0;
  border-radius: var(--r-s);
  font-family: var(--f-texte); font-size: .92rem; font-weight: 600;
  color: var(--encre); cursor: pointer;
  transition: background .15s, color .15s;
}
.cal-day:hover:not([disabled]) { background: var(--vert-pale); }
.cal-day[disabled] { color: rgba(42, 38, 34, .22); cursor: not-allowed; }
.cal-day.is-empty { visibility: hidden; }
.cal-day.is-today { box-shadow: inset 0 0 0 1.5px var(--ocre); }

.cal-day.in-range { background: var(--vert-pale); border-radius: 0; }
.cal-day.is-start, .cal-day.is-end {
  background: var(--vert); color: #fff;
}
.cal-day.is-start { border-radius: var(--r-s) 0 0 var(--r-s); }
.cal-day.is-end { border-radius: 0 var(--r-s) var(--r-s) 0; }
.cal-day.is-start.is-end { border-radius: var(--r-s); }
.cal-day.is-preview { background: rgba(122, 148, 113, .3); border-radius: 0; }
.cal-day.is-complet { background: rgba(164, 70, 47, .07); color: rgba(164, 70, 47, .55); text-decoration: line-through; }

.cal-hint {
  margin: 1rem 0 0; font-size: .86rem; color: var(--encre-doux); text-align: center;
}

/* Récapitulatif */
.recap {
  background: var(--vert-fonce); color: rgba(255, 255, 255, .85);
  border-radius: var(--r-m);
  padding: 1.5rem;
  position: sticky; top: 92px;
}
.recap-title { color: #fff; font-size: 1.15rem; margin-bottom: 1.1em; }
.recap-list { margin: 0 0 1.3rem; display: grid; gap: .7rem; }
.recap-list > div { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; }
.recap-list dt { font-size: .86rem; color: rgba(255, 255, 255, .72); }
.recap-list dd { margin: 0; font-weight: 700; font-size: .95rem; color: #fff; text-align: right; }

.recap-total {
  display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
  padding-top: 1.1rem; border-top: 1px solid rgba(255, 255, 255, .18);
}
.recap-total span { font-size: .86rem; color: rgba(255, 255, 255, .72); }
.recap-total strong {
  font-family: var(--f-titre); font-size: 1.7rem; font-weight: 700; color: var(--ocre-clair);
}
.recap-note { margin: .8rem 0 0; font-size: .78rem; color: rgba(255, 255, 255, .7); line-height: 1.45; }

.btn-reset {
  margin-top: 1.1rem; width: 100%;
  background: none; border: 1px solid rgba(255, 255, 255, .25);
  color: rgba(255, 255, 255, .75);
  padding: .55rem; border-radius: var(--r-s);
  font-family: var(--f-texte); font-size: .85rem; font-weight: 600; cursor: pointer;
  transition: background .2s, color .2s;
}
.btn-reset:hover { background: rgba(255, 255, 255, .12); color: #fff; }

/* Champs */
.field-grid {
  display: grid; gap: 1.1rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.field { margin: 0; display: flex; flex-direction: column; gap: .4rem; }
.field-full { margin-top: 1.1rem; }

.field label, .fs .check {
  font-size: .93rem; font-weight: 600; color: var(--encre);
}
.req-star { color: var(--ocre-texte); }

input[type="text"], input[type="email"], input[type="tel"], select, textarea {
  font-family: var(--f-texte); font-size: 1rem;
  padding: .75rem .9rem;
  color: var(--encre);
  background: var(--creme);
  border: 1.5px solid rgba(42, 38, 34, .13);
  border-radius: var(--r-s);
  width: 100%;
  transition: border-color .2s, background .2s, box-shadow .2s;
}
textarea { resize: vertical; min-height: 96px; }
select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235C554C' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .85rem center;
  padding-right: 2.4rem;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--vert-clair);
  background: var(--blanc);
  box-shadow: 0 0 0 3px rgba(122, 148, 113, .22);
}
input.is-invalid, select.is-invalid, textarea.is-invalid {
  border-color: var(--erreur);
  background: rgba(164, 70, 47, .05);
}
.help { font-size: .83rem; color: var(--encre-doux); }

/* Cases à cocher */
.checks { display: grid; gap: .8rem; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.check {
  display: flex; align-items: flex-start; gap: .7rem;
  padding: .85rem 1rem;
  background: var(--creme);
  border: 1.5px solid rgba(42, 38, 34, .1);
  border-radius: var(--r-s);
  cursor: pointer; font-weight: 400;
  transition: border-color .2s, background .2s;
}
.check:hover { border-color: var(--vert-clair); }
.check:has(input:checked) { background: var(--vert-pale); border-color: var(--vert-clair); }
.check input { flex: none; width: 1.1rem; height: 1.1rem; margin-top: .22rem; accent-color: var(--vert); cursor: pointer; }
.check span { font-size: .92rem; line-height: 1.5; }
.check em { font-style: normal; font-size: .85em; color: var(--encre-doux); }
.check-consent { grid-column: 1 / -1; margin-top: 1.2rem; }
.check-consent span { font-size: .88rem; color: var(--encre-doux); }

.consent-link {
  margin: .6rem 0 0; padding-left: .2rem;
  font-size: .83rem; color: var(--encre-doux);
}
.consent-link a { font-weight: 700; }

/* Erreurs */
.err {
  margin: .7rem 0 0;
  font-size: .89rem; font-weight: 600; color: var(--erreur);
}
.err::before { content: "⚠ "; }

/* Envoi */
.submit-row {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(42, 38, 34, .1);
}
.submit-note { margin: 0; font-size: .87rem; color: var(--encre-doux); max-width: 30rem; flex: 1 1 18rem; }

.form-status {
  margin-top: 1.6rem; padding: 1.2rem 1.4rem;
  border-radius: var(--r-m); font-size: .97rem;
}
.form-status.is-ok {
  background: var(--vert-pale); color: var(--vert-fonce);
  border-left: 4px solid var(--vert);
}
.form-status.is-ko {
  background: rgba(164, 70, 47, .09); color: var(--erreur);
  border-left: 4px solid var(--erreur);
}
.form-status strong { display: block; font-family: var(--f-titre); font-size: 1.15rem; margin-bottom: .3em; }

/* ─── 14. Contact ──────────────────────────────────────── */
.contact-band {
  display: grid; gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
  align-items: center;
}
.contact-lead { color: var(--encre-doux); max-width: 32rem; }
.contact-list { list-style: none; margin: 1.8rem 0 0; padding: 0; display: grid; gap: .9rem; }
.contact-list li { display: flex; align-items: center; gap: .9rem; font-size: 1.03rem; font-weight: 600; }
.ci {
  width: 40px; height: 40px; flex: none;
  display: grid; place-items: center;
  background: var(--vert-pale); border-radius: 50%; font-size: 1.05rem;
}
.contact-img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  border-radius: var(--r-l); box-shadow: var(--ombre-l);
}

/* ─── 15. Pied de page ─────────────────────────────────── */
.site-footer {
  background: var(--vert-fonce); color: rgba(255, 255, 255, .68);
  padding-block: 3.2rem 2.4rem;
}
.footer-inner { display: grid; gap: 1.6rem; justify-items: center; text-align: center; }
.footer-brand { display: grid; gap: .25rem; }
.footer-brand strong { font-family: var(--f-titre); font-size: 1.3rem; font-weight: 600; color: #fff; }
.footer-brand span { font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }

.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .3rem 1.5rem; }
.footer-nav a { color: rgba(255, 255, 255, .74); text-decoration: none; font-size: .92rem; font-weight: 600; }
.footer-nav a:hover { color: var(--ocre-clair); }

.footer-legal {
  font-size: .8rem; color: rgba(255, 255, 255, .68);
  max-width: 42rem; margin: 0;
  padding-top: 1.4rem; border-top: 1px solid rgba(255, 255, 255, .12); width: 100%;
}

/* Liens vers les pages légales */
.footer-legal-nav {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: .3rem 1.2rem;
  margin-top: 1rem;
  font-size: .82rem;
}
.footer-legal-nav a {
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
}
.footer-legal-nav a:hover { color: var(--ocre-clair); }

/* Signature du studio */
.footer-credit {
  margin: .9rem 0 0;
  font-size: .83rem;
  color: rgba(255, 255, 255, .68);
}
.footer-credit .heart {
  display: inline-block;
  font-size: .95em;
  animation: battement 2.8s ease-in-out infinite;
}
.footer-credit a {
  color: rgba(255, 255, 255, .78);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 199, 155, .35);
  padding-bottom: 1px;
  transition: color .2s, border-color .2s;
}
.footer-credit a:hover {
  color: var(--ocre-clair);
  border-bottom-color: var(--ocre-clair);
}

@keyframes battement {
  0%, 22%, 100% { transform: scale(1); }
  10%           { transform: scale(1.22); }
  16%           { transform: scale(1.06); }
}

/* ─── 16. Animations d'apparition ──────────────────────── */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity .7s var(--entree), transform .7s var(--entree);
}
.reveal.is-in { opacity: 1; transform: none; }

/* ─── 17. Responsive ───────────────────────────────────── */
@media (max-width: 980px) {
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-2, .contact-band { grid-template-columns: 1fr; }
  .portrait-stack { max-width: 26rem; margin-inline: auto; }
  .contact-img { max-width: 24rem; margin-inline: auto; }
  .cal-shell { grid-template-columns: 1fr; }
  .recap { position: static; }
  .gallery { columns: 3 200px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 70px; }
  .nav-toggle { display: flex; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: .2rem;
    padding: .8rem 1.25rem 1.3rem;
    background: var(--creme);
    border-bottom: 1px solid rgba(42, 38, 34, .12);
    box-shadow: var(--ombre-m);
    clip-path: inset(0 0 100% 0);
    transition: clip-path .35s var(--entree);
  }
  .nav.is-open { clip-path: inset(0 0 0 0); }
  .nav a { padding: .75rem .9rem; border-radius: var(--r-s); font-size: 1rem; }
  .nav .nav-cta { margin: .4rem 0 0; text-align: center; }

  .price-band { grid-template-columns: 1fr; }
  .price-main { border-right: 0; border-bottom: 2px dashed var(--vert-pale); padding: 0 0 1.4rem; }
  .lb-nav { width: 44px; height: 44px; }

  /* la carte pleine largeur passe en colonne : photo sous le texte */
  .card-wide { flex-direction: column; }
  .card-wide-img { flex: none; height: 220px; order: 2; }
}

@media (max-width: 560px) {
  .cards { grid-template-columns: 1fr; }
  .gallery { columns: 2 140px; column-gap: .7rem; }
  .gallery figure { margin-bottom: .7rem; }
  .booking { padding: 1.3rem 1.1rem; border-radius: var(--r-m); }
  .cal { padding: .8rem; }
  .cal-day { font-size: .84rem; }
  .checks, .field-grid { grid-template-columns: 1fr; }
  .hero-badges { gap: .5rem 1.2rem; font-size: .86rem; }
  .btn { width: 100%; }
  .hero-actions { width: 100%; }
  .submit-row .btn { width: 100%; }
}

/* ─── 18. Préférences système ──────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .hero-scroll, .nav-toggle, .gallery-more,
  .lightbox, .booking, .site-footer { display: none !important; }
  body { background: #fff; color: #000; }
  .section { padding-block: 1.5rem; }
}
