/* =========================================================
   Laeti et ses amis — feuille de style
   Communication animale & garde d'animaux — Drôme
   ========================================================= */

:root {
  --cream:      #f6f1e7;
  --cream-2:    #efe6d4;
  --cream-3:    #e7dcc4;
  --sage:       #7c8c6a;
  --sage-soft:  #9aa884;
  --sage-deep:  #4f5d42;
  --clay:       #c47a55;
  --clay-deep:  #a85d3a;
  --gold:       #d8a652;
  --ink:        #2f2a23;
  --muted:      #6e6555;
  --line:       #ddd1ba;
  --white:      #fffdf8;

  --shadow-sm: 0 2px 10px rgba(60, 48, 30, .07);
  --shadow:    0 14px 40px rgba(60, 48, 30, .12);
  --shadow-lg: 0 30px 70px rgba(60, 48, 30, .18);

  --radius:    18px;
  --radius-lg: 28px;
  --radius-xl: 40px;

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans:  "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --maxw: 1180px;
}

/* ----------------------------- reset ----------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font-family: inherit; cursor: pointer; }

/* focus clavier visible (accessibilité) */
:focus-visible { outline: 2px solid var(--clay); outline-offset: 2px; border-radius: 4px; }
a:focus-visible { outline-offset: 4px; }
.btn:focus-visible { outline: 3px solid var(--sage-deep); outline-offset: 3px; }
.act-card:focus-visible, .gal-item:focus-visible { outline: 3px solid var(--clay); outline-offset: 3px; }
.lightbox button:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }

/* ----------------------------- type ----------------------------- */
h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--sage-deep);
}
h1 { font-size: clamp(2.4rem, 5.5vw, 4.1rem); font-weight: 600; }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.55rem); color: var(--ink); }
p  { color: var(--muted); }
strong { color: var(--ink); }

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .76rem;
  font-weight: 600;
  color: var(--clay);
  display: inline-flex;
  align-items: center;
  gap: .6em;
}
.eyebrow::before {
  content: "";
  width: 26px; height: 2px;
  background: var(--clay);
  display: inline-block;
}
.lead { font-size: 1.18rem; color: var(--muted); }

/* ----------------------------- layout ----------------------------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section--tight { padding: clamp(48px, 6vw, 80px) 0; }
.bg-cream-2 { background: var(--cream-2); }
.bg-sage { background: var(--sage-deep); color: var(--cream); }
.bg-sage h2, .bg-sage h3 { color: var(--white); }
.bg-sage p { color: rgba(255,253,248,.82); }
.center { text-align: center; }
.measure { max-width: 680px; }
.center .measure { margin-left: auto; margin-right: auto; }

.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ----------------------------- buttons ----------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .55em;
  padding: 15px 30px;
  border-radius: 100px;
  font-weight: 600;
  font-size: .98rem;
  border: 1.5px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--clay); color: var(--white); box-shadow: 0 10px 24px rgba(168,93,58,.28); }
.btn--primary:hover { background: var(--clay-deep); transform: translateY(-3px); box-shadow: 0 16px 32px rgba(168,93,58,.34); }
.btn--ghost { background: transparent; border-color: var(--sage); color: var(--sage-deep); }
.btn--ghost:hover { background: var(--sage); color: var(--white); transform: translateY(-3px); }
.btn--light { background: var(--cream); color: var(--sage-deep); }
.btn--light:hover { background: var(--white); transform: translateY(-3px); }
.btn--block { width: 100%; justify-content: center; }

/* ----------------------------- header ----------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(246,241,231,.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, box-shadow .3s ease, background .3s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; height: 76px;
}
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--serif); }
.brand-mark {
  width: 44px; height: 44px; border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, var(--sage-soft), var(--sage-deep));
  display: grid; place-items: center; color: var(--cream);
  flex-shrink: 0; box-shadow: var(--shadow-sm);
}
.brand-mark svg { width: 24px; height: 24px; }
.brand-name { font-size: 1.18rem; font-weight: 600; color: var(--sage-deep); line-height: 1.05; }
.brand-name span { display: block; font-family: var(--sans); font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--clay); font-weight: 600; }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  padding: 9px 14px; border-radius: 100px; font-size: .94rem; font-weight: 500;
  color: var(--ink); transition: background .2s ease, color .2s ease; position: relative;
}
.nav-links a:hover { background: var(--cream-3); color: var(--sage-deep); }
.nav-links a.active { color: var(--clay-deep); font-weight: 600; }
.nav-cta { margin-left: 8px; }

.nav-toggle { display: none; background: none; border: none; padding: 8px; color: var(--sage-deep); }
.nav-toggle svg { width: 28px; height: 28px; }

/* ----------------------------- hero ----------------------------- */
.hero { position: relative; padding: clamp(40px, 6vw, 70px) 0 clamp(60px, 8vw, 100px); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-copy h1 { margin: 18px 0 22px; }
.hero-copy h1 em { font-style: italic; color: var(--clay); }
.hero-copy .lead { max-width: 30em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.hero-trust div { display: flex; align-items: center; gap: 10px; font-size: .9rem; color: var(--muted); }
.hero-trust svg { width: 22px; height: 22px; color: var(--sage); flex-shrink: 0; }

.hero-media { position: relative; }
.hero-media img {
  width: 100%; border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg); object-fit: cover; aspect-ratio: 4/3.4;
}
.hero-badge {
  position: absolute; left: -18px; bottom: 34px;
  background: var(--white); border-radius: var(--radius);
  padding: 16px 20px; box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 14px; max-width: 250px;
}
.hero-badge .dot { width: 46px; height: 46px; border-radius: 50%; background: var(--cream-2); display: grid; place-items: center; color: var(--clay); flex-shrink: 0; }
.hero-badge .dot svg { width: 24px; height: 24px; }
.hero-badge b { font-family: var(--serif); font-size: 1.05rem; color: var(--sage-deep); display: block; }
.hero-badge span { font-size: .8rem; color: var(--muted); }
.hero-blob {
  position: absolute; inset: auto -8% -12% auto; width: 60%; aspect-ratio: 1;
  background: radial-gradient(circle, rgba(216,166,82,.22), transparent 65%);
  z-index: -1; filter: blur(10px);
}

/* paw strip */
.paw-strip { background: var(--sage-deep); color: var(--cream); }
.paw-strip .container { display: flex; flex-wrap: wrap; gap: 14px 38px; justify-content: center; padding-top: 20px; padding-bottom: 20px; }
.paw-strip span { display: inline-flex; align-items: center; gap: 10px; font-size: .94rem; font-weight: 500; letter-spacing: .01em; }
.paw-strip svg { width: 20px; height: 20px; color: var(--gold); }

/* ----------------------------- cards ----------------------------- */
.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 32px;
  box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease, border-color .3s;
  position: relative; overflow: hidden;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--sage-soft); }
.card-ico {
  width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center;
  background: var(--cream-2); color: var(--clay); margin-bottom: 20px;
}
.card-ico svg { width: 30px; height: 30px; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .97rem; }
.card .card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; color: var(--clay-deep); font-weight: 600; font-size: .92rem; }
.card .card-link svg { width: 16px; height: 16px; transition: transform .25s; }
.card:hover .card-link svg { transform: translateX(4px); }

/* service card with image */
.svc-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column; }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.svc-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.svc-card .svc-body { padding: 26px 26px 30px; flex: 1; display: flex; flex-direction: column; }
.svc-card .tag { font-size: .72rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 600; color: var(--clay); }
.svc-card h3 { margin: 10px 0 8px; }
.svc-card p { font-size: .95rem; flex: 1; }
.svc-card .card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; color: var(--clay-deep); font-weight: 600; font-size: .92rem; }
.svc-card .card-link svg { width: 16px; height: 16px; transition: transform .25s; }
.svc-card:hover .card-link svg { transform: translateX(4px); }

/* ----------------------------- split / about ----------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split--reverse .split-media { order: 2; }
.split-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; object-fit: cover; }
.split-media { position: relative; }
.split-copy h2 { margin-bottom: 18px; }
.split-copy p + p { margin-top: 14px; }
.frame-tag {
  position: absolute; background: var(--white); padding: 14px 18px; border-radius: 14px;
  box-shadow: var(--shadow); font-family: var(--serif); color: var(--sage-deep);
  display: flex; align-items: center; gap: 10px;
}
.frame-tag svg { width: 22px; height: 22px; color: var(--clay); }
.frame-tag.tl { top: 18px; left: -16px; }
.frame-tag.br { bottom: 18px; right: -16px; }

/* feature list */
.feat-list { display: grid; gap: 16px; margin-top: 26px; }
.feat-list li { display: flex; gap: 14px; align-items: flex-start; }
.feat-list .fi {
  width: 34px; height: 34px; border-radius: 10px; background: var(--cream-2);
  color: var(--sage-deep); display: grid; place-items: center; flex-shrink: 0;
}
.feat-list .fi svg { width: 18px; height: 18px; }
.feat-list b { display: block; color: var(--ink); font-family: var(--serif); font-size: 1.05rem; }
.feat-list span { font-size: .95rem; color: var(--muted); }

/* ----------------------------- steps ----------------------------- */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding-top: 14px; }
.step .num {
  font-family: var(--serif); font-size: 2.6rem; color: var(--clay);
  opacity: .42; line-height: 1; font-weight: 600;
}
.step h3 { font-size: 1.18rem; margin: 8px 0 8px; }
.step p { font-size: .94rem; }
.step::before {
  content: ""; position: absolute; top: 30px; left: 64px; right: -20px; height: 2px;
  background: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px);
}
.step:last-child::before { display: none; }

/* ----------------------------- pricing ----------------------------- */
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; align-items: stretch; }
.price-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px 30px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform .3s, box-shadow .3s; }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.price-card.featured { border: 2px solid var(--clay); box-shadow: var(--shadow); position: relative; }
.price-card.featured::after { content: "Le plus demandé"; position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--clay); color: var(--white); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; }
.price-card h3 { color: var(--sage-deep); }
.price-card .price { font-family: var(--serif); font-size: 2.5rem; color: var(--ink); margin: 12px 0 4px; font-weight: 600; }
.price-card .price small { font-size: .95rem; color: var(--muted); font-family: var(--sans); font-weight: 400; }
.price-card .price-note { font-size: .85rem; color: var(--clay); margin-bottom: 18px; }
.price-card ul { display: grid; gap: 12px; margin: 8px 0 26px; flex: 1; }
.price-card li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; color: var(--muted); }
.price-card li svg { width: 19px; height: 19px; color: var(--sage); flex-shrink: 0; margin-top: 2px; }
.price-disclaimer { font-size: .9rem; color: var(--muted); text-align: center; margin-top: 26px; }

/* ----------------------------- tarif cards (prix réels) ----------------------------- */
.tcard-head { display: flex; align-items: center; gap: 12px; margin-bottom: 4px; }
.tcard-ico { width: 46px; height: 46px; border-radius: 13px; background: var(--cream-2); color: var(--clay); display: grid; place-items: center; flex-shrink: 0; }
.tcard-ico svg { width: 26px; height: 26px; }
.tcard-head h3 { color: var(--sage-deep); }
.tcard-sub { font-size: .74rem; color: var(--clay); text-transform: uppercase; letter-spacing: .12em; font-weight: 600; margin: 2px 0 14px; }
.tarif-list { display: grid; gap: 0; margin: 8px 0 18px; flex: 1; }
.tarif-list li { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 13px 0; border-bottom: 1px dashed var(--line); }
.tarif-list li:last-child { border-bottom: none; }
.tarif-list .tl-label { display: flex; flex-direction: column; }
.tarif-list .tl-label small { color: var(--muted); font-size: .82rem; margin-top: 2px; line-height: 1.35; }
.tarif-list b { font-family: var(--serif); font-size: 1.22rem; color: var(--clay-deep); white-space: nowrap; font-weight: 600; }
.tarif-note { font-size: .82rem; color: var(--muted); background: var(--cream-2); border-radius: 10px; padding: 10px 12px; margin-bottom: 18px; display: flex; gap: 8px; align-items: flex-start; }
.tarif-note svg { width: 16px; height: 16px; color: var(--clay); flex-shrink: 0; margin-top: 2px; }
.pay-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 18px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 10px 14px; justify-content: center; margin-top: 22px; }
.trust-line .chip b { color: var(--sage-deep); font-weight: 700; }

/* ----------------------------- notation par étoiles (formulaire avis) ----------------------------- */
.star-rate { display: inline-flex; flex-direction: row-reverse; justify-content: center; gap: 6px; position: relative; }
.star-rate input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.star-rate label { font-size: 2.4rem; line-height: 1; color: var(--line); cursor: pointer; transition: color .15s ease, transform .15s ease; }
.star-rate label:hover { transform: scale(1.15); }
.star-rate input:checked ~ label,
.star-rate label:hover,
.star-rate label:hover ~ label { color: var(--gold); }
.star-rate input:focus-visible + label { outline: 2px solid var(--clay); outline-offset: 4px; border-radius: 4px; }
.review-error { color: var(--clay-deep); font-weight: 600; font-size: .9rem; margin-top: 12px; text-align: center; display: none; }
.review-error.show { display: block; }

/* ----------------------------- testimonials ----------------------------- */
.quote-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.quote {
  background: var(--white); border-radius: var(--radius-lg); padding: 30px; border: 1px solid var(--line);
  box-shadow: var(--shadow-sm); position: relative;
}
.quote .stars { display: flex; gap: 3px; color: var(--gold); margin-bottom: 14px; }
.quote .stars svg { width: 18px; height: 18px; }
.quote p { color: var(--ink); font-size: 1.02rem; line-height: 1.6; }
.quote .who { margin-top: 18px; display: flex; align-items: center; gap: 12px; }
.quote .av { width: 42px; height: 42px; border-radius: 50%; background: var(--sage); color: var(--cream); display: grid; place-items: center; font-family: var(--serif); font-weight: 600; }
.quote .who b { font-size: .95rem; color: var(--ink); }
.quote .who span { font-size: .82rem; color: var(--muted); display: block; }

/* ----------------------------- CTA band ----------------------------- */
.cta-band { background: linear-gradient(135deg, var(--sage-deep), #3c4733); color: var(--cream); border-radius: var(--radius-xl); padding: clamp(40px,6vw,68px); position: relative; overflow: hidden; }
.cta-band h2 { color: var(--white); }
.cta-band p { color: rgba(255,253,248,.85); max-width: 44ch; }
.cta-band .cta-inner { position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band .paw-deco { position: absolute; font-size: 16rem; right: -20px; top: -40px; opacity: .06; z-index: 1; line-height: 1; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ----------------------------- FAQ ----------------------------- */
.faq { display: grid; gap: 14px; max-width: 820px; margin: 0 auto; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 4px 26px; box-shadow: var(--shadow-sm); transition: box-shadow .25s; }
.faq details[open] { box-shadow: var(--shadow); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 0; font-family: var(--serif); font-size: 1.12rem; color: var(--sage-deep); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .chev { width: 24px; height: 24px; flex-shrink: 0; transition: transform .3s; color: var(--clay); }
.faq details[open] summary .chev { transform: rotate(45deg); }
.faq details p { padding: 0 0 22px; font-size: .98rem; }

/* ----------------------------- page hero (interior) ----------------------------- */
.page-hero { background: linear-gradient(160deg, var(--cream-2), var(--cream)); padding: clamp(46px, 7vw, 88px) 0 clamp(40px,5vw,64px); position: relative; }
.page-hero .breadcrumb { font-size: .84rem; color: var(--muted); margin-bottom: 18px; }
.page-hero .breadcrumb a:hover { color: var(--clay); }
.page-hero h1 { max-width: 16ch; }
.page-hero .lead { max-width: 56ch; margin-top: 18px; }
.page-hero--media { overflow: hidden; }

/* prose */
.prose { max-width: 760px; }
.prose h2 { margin: 40px 0 16px; }
.prose h3 { margin: 28px 0 10px; color: var(--sage-deep); }
.prose p { margin-bottom: 16px; }
.prose ul { display: grid; gap: 10px; margin: 6px 0 20px; }
.prose ul li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); }
.prose ul li::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--clay); margin-top: 9px; flex-shrink: 0; }
.prose .callout { background: var(--cream-2); border-left: 4px solid var(--sage); border-radius: 12px; padding: 20px 24px; margin: 24px 0; }
.prose .callout p { margin: 0; color: var(--ink); }

/* info chips */
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.chip { background: var(--white); border: 1px solid var(--line); border-radius: 100px; padding: 8px 16px; font-size: .88rem; color: var(--sage-deep); font-weight: 500; display: inline-flex; align-items: center; gap: 7px; }
.chip svg { width: 16px; height: 16px; color: var(--clay); }

/* ----------------------------- contact ----------------------------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info { display: grid; gap: 18px; }
.contact-line { display: flex; gap: 16px; align-items: flex-start; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; box-shadow: var(--shadow-sm); }
.contact-line .ci { width: 46px; height: 46px; border-radius: 12px; background: var(--cream-2); color: var(--clay); display: grid; place-items: center; flex-shrink: 0; }
.contact-line .ci svg { width: 22px; height: 22px; }
.contact-line b { display: block; font-family: var(--serif); color: var(--sage-deep); font-size: 1.05rem; }
.contact-line a, .contact-line span { color: var(--muted); font-size: .96rem; }
.contact-line a:hover { color: var(--clay); }

form .field { margin-bottom: 18px; }
form label { display: block; font-size: .9rem; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
form input, form select, form textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: 12px;
  background: var(--white); font-family: inherit; font-size: .98rem; color: var(--ink); transition: border-color .2s, box-shadow .2s;
}
form input:focus, form select:focus, form textarea:focus { outline: none; border-color: var(--sage); box-shadow: 0 0 0 4px rgba(124,140,106,.15); }
form textarea { resize: vertical; min-height: 130px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow-sm); }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 12px; }

/* ----------------------------- footer ----------------------------- */
.site-footer { background: #2b3325; color: rgba(246,241,231,.78); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer h4 { color: var(--cream); font-family: var(--sans); font-size: .8rem; text-transform: uppercase; letter-spacing: .16em; margin-bottom: 18px; font-weight: 600; }
.site-footer a { color: rgba(246,241,231,.78); transition: color .2s; }
.site-footer a:hover { color: var(--gold); }
.site-footer ul { display: grid; gap: 11px; font-size: .94rem; }
.footer-brand .brand-name { color: var(--cream); }
.footer-brand p { color: rgba(246,241,231,.6); font-size: .92rem; margin-top: 14px; max-width: 32ch; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(246,241,231,.08); display: grid; place-items: center; color: var(--cream); transition: background .25s, transform .25s; }
.footer-social a:hover { background: var(--clay); transform: translateY(-3px); }
.footer-social svg { width: 19px; height: 19px; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { width: 17px; height: 17px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(246,241,231,.12); margin-top: 48px; padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .84rem; color: rgba(246,241,231,.55); }
.footer-bottom a:hover { color: var(--gold); }

/* ----------------------------- reveal animation ----------------------------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }

/* ----------------------------- responsive ----------------------------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-media { max-width: 520px; }
  .grid-3, .grid-4, .quote-grid, .price-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2,1fr); }
  .step::before { display: none; }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .split--reverse .split-media { order: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .gal-grid, .gal-grid--full { columns: 3 180px; }
  .gal-item { margin-bottom: 14px; }
  .form-row--3 { grid-template-columns: repeat(2, 1fr); }
  .bk-steps { flex-wrap: wrap; row-gap: 16px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .nav-links {
    position: fixed; inset: 76px 0 auto 0; flex-direction: column; align-items: stretch;
    background: var(--cream); padding: 16px 20px 26px; gap: 4px; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); transform: translateY(-130%); transition: transform .35s ease; z-index: 55;
  }
  .nav-links.open { transform: none; }
  .nav-links a { padding: 13px 14px; border-radius: 12px; }
  .nav-cta { margin: 8px 0 0; }
  .nav-toggle { display: block; }
  .grid-2, .grid-3, .grid-4, .quote-grid, .price-grid, .steps, .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-badge { left: 50%; transform: translateX(-50%); bottom: -22px; }
  .hero-media { margin-bottom: 22px; }
  .frame-tag.tl { left: 8px; }
  .frame-tag.br { right: 8px; }
  .cta-band .cta-inner { flex-direction: column; align-items: flex-start; }
  .section { padding: 56px 0; }
}

/* =========================================================
   Module de réservation
   ========================================================= */
.booking { max-width: 860px; margin: 0 auto; }
.field--full { grid-column: 1 / -1; }
.form-row--3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
label .req { color: var(--clay); }

/* stepper */
.bk-steps { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 0; margin: 0 0 36px; counter-reset: bk; position: relative; }
.bk-step { display: flex; flex-direction: column; align-items: center; gap: 8px; flex: 1; position: relative; color: var(--muted); }
.bk-step::before { content: ""; position: absolute; top: 18px; left: -50%; width: 100%; height: 2px; background: var(--line); z-index: 0; }
.bk-step:first-child::before { display: none; }
.bk-num { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--white); border: 2px solid var(--line); color: var(--muted); font-weight: 700; font-family: var(--serif); position: relative; z-index: 1; transition: all .3s ease; }
.bk-lbl { font-size: .82rem; font-weight: 600; }
.bk-step.active .bk-num { background: var(--clay); border-color: var(--clay); color: var(--white); box-shadow: 0 8px 18px rgba(168,93,58,.3); }
.bk-step.active { color: var(--clay-deep); }
.bk-step.done .bk-num { background: var(--sage); border-color: var(--sage); color: var(--white); }
.bk-step.done::before, .bk-step.active::before { background: var(--sage); }

/* form shell */
.bk-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(22px, 4vw, 40px); box-shadow: var(--shadow-sm); }
.bk-hp { position: absolute; left: -9999px; }
.bk-h { font-size: clamp(1.35rem, 3vw, 1.8rem); margin-bottom: 22px; color: var(--sage-deep); }
.bk-hint { font-size: .85rem; color: var(--muted); display: flex; gap: 8px; align-items: flex-start; margin-top: 6px; background: var(--cream-2); padding: 12px 14px; border-radius: 12px; }
.bk-hint svg { width: 18px; height: 18px; color: var(--clay); flex-shrink: 0; }

/* activity cards */
.act-grid { display: grid; gap: 14px; }
.act-card { display: flex; align-items: center; gap: 16px; width: 100%; text-align: left; background: var(--white); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 18px 20px; transition: border-color .25s, box-shadow .25s, transform .25s, background .25s; }
.act-card:hover { border-color: var(--sage-soft); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.act-card .act-ico { width: 52px; height: 52px; border-radius: 14px; background: var(--cream-2); color: var(--clay); display: grid; place-items: center; flex-shrink: 0; transition: background .25s, color .25s; }
.act-card .act-ico svg { width: 28px; height: 28px; }
.act-card .act-txt { flex: 1; }
.act-card .act-txt b { display: block; font-family: var(--serif); font-size: 1.12rem; color: var(--ink); }
.act-card .act-txt span { font-size: .9rem; color: var(--muted); }
.act-card .act-check { width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--line); display: grid; place-items: center; color: transparent; flex-shrink: 0; transition: all .25s; }
.act-card .act-check svg { width: 16px; height: 16px; }
.act-card.selected { border-color: var(--clay); background: #fdf6f1; }
.act-card.selected .act-ico { background: var(--clay); color: var(--white); }
.act-card.selected .act-check { background: var(--clay); border-color: var(--clay); color: var(--white); }

/* detail panels */
.bk-panel { display: none; }
.bk-panel.active { display: block; animation: bkfade .4s ease; }
@keyframes bkfade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.bk-panel-title { display: flex; align-items: center; gap: 10px; font-size: 1.2rem; color: var(--sage-deep); margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.bk-panel-title svg { width: 24px; height: 24px; color: var(--clay); }

/* option pills (radio / checkbox) */
.optset { display: flex; flex-wrap: wrap; gap: 10px; }
.opt { display: inline-flex; align-items: center; gap: 9px; padding: 11px 16px; border: 1.5px solid var(--line); border-radius: 100px; cursor: pointer; font-size: .94rem; color: var(--ink); background: var(--white); transition: border-color .2s, background .2s; user-select: none; }
.opt:hover { border-color: var(--sage-soft); }
.opt input { width: 18px; height: 18px; accent-color: var(--clay); margin: 0; cursor: pointer; }
.opt:has(input:checked) { border-color: var(--clay); background: #fdf6f1; color: var(--clay-deep); font-weight: 600; }
.opt--consent { border-radius: 14px; align-items: flex-start; padding: 14px 16px; }
.opt--consent span { color: var(--muted); font-weight: 500; }

/* actions */
.bk-actions { display: flex; justify-content: space-between; gap: 14px; margin-top: 28px; }
.bk-actions [data-prev] svg { transform: rotate(180deg); }
.bk-actions .btn { min-width: 0; }

/* validation */
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: var(--clay); box-shadow: 0 0 0 4px rgba(196,122,85,.12); }
.optset.invalid { outline: 2px solid rgba(196,122,85,.35); outline-offset: 6px; border-radius: 12px; }
.bk-error { color: var(--clay-deep); font-size: .9rem; font-weight: 600; margin-top: 16px; display: none; }
.bk-error.show { display: block; }

/* recap */
.bk-recap { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.bk-recap-row { display: grid; grid-template-columns: 38% 1fr; gap: 16px; background: var(--white); padding: 14px 20px; }
.bk-recap-row dt { font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); font-weight: 600; }
.bk-recap-row dd { margin: 0; color: var(--ink); font-weight: 500; }
.bk-recap-head { background: var(--cream-2); font-family: var(--serif); color: var(--sage-deep); font-size: 1.05rem; padding: 14px 20px; }
.bk-reassure { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 22px 0 4px; }
.bk-reassure span { display: inline-flex; align-items: center; gap: 8px; font-size: .9rem; color: var(--muted); }
.bk-reassure svg { width: 18px; height: 18px; color: var(--sage); }

/* success */
.bk-success { text-align: center; padding: 30px 10px; }
.bk-success-ico { width: 76px; height: 76px; border-radius: 50%; background: var(--cream-2); color: var(--clay); display: grid; place-items: center; margin: 0 auto 18px; }
.bk-success-ico svg { width: 40px; height: 40px; }
.bk-success h2 { color: var(--sage-deep); }
.bk-success p { margin: 10px auto 24px; max-width: 40ch; }

.bk-help { text-align: center; color: var(--muted); font-size: .95rem; margin-top: 26px; }
.bk-help a:hover { color: var(--clay); }

@media (max-width: 640px) {
  .form-row--3 { grid-template-columns: 1fr; }
  .bk-lbl { display: none; }
  .bk-steps { margin-bottom: 28px; }
  .bk-step::before { display: none; }
  .bk-actions { flex-direction: column-reverse; }
  .bk-actions .btn { width: 100%; justify-content: center; }
  .bk-recap-row { grid-template-columns: 1fr; gap: 4px; }
}

/* =========================================================
   Galerie (mosaïque + lightbox)
   ========================================================= */
.gal-grid { columns: 4 240px; column-gap: 16px; }
.gal-grid--full { columns: 4 260px; }
.gal-item {
  display: block; position: relative; margin: 0 0 16px; break-inside: avoid;
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm);
  background: var(--cream-2); cursor: zoom-in;
}
.gal-item img { width: 100%; height: auto; display: block; transition: transform .5s ease; }
.gal-item:hover img { transform: scale(1.05); }
.gal-cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 26px 16px 12px; color: #fff; font-size: .86rem; font-weight: 500;
  background: linear-gradient(to top, rgba(43,51,37,.82), transparent);
  opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s;
}
.gal-item:hover .gal-cap { opacity: 1; transform: none; }

/* lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 200; display: none;
  align-items: center; justify-content: center; padding: 24px;
  background: rgba(30,26,20,.92); backdrop-filter: blur(6px);
}
.lightbox.open { display: flex; animation: lbfade .25s ease; }
@keyframes lbfade { from { opacity: 0; } to { opacity: 1; } }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 14px; box-shadow: var(--shadow-lg); }
.lightbox .lb-cap { position: absolute; bottom: 22px; left: 0; right: 0; text-align: center; color: rgba(255,255,255,.9); font-size: .95rem; }
.lightbox button {
  position: absolute; background: rgba(255,255,255,.12); color: #fff; border: none;
  width: 50px; height: 50px; border-radius: 50%; font-size: 1.4rem; display: grid; place-items: center;
  transition: background .2s; line-height: 1;
}
.lightbox button:hover { background: rgba(255,255,255,.25); }
.lb-close { top: 20px; right: 20px; }
.lb-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 16px; top: 50%; transform: translateY(-50%); }
@media (max-width: 640px) {
  .gal-grid, .gal-grid--full { columns: 2 140px; column-gap: 12px; }
  .gal-item { margin-bottom: 12px; }
  .gal-cap { display: none; }
  .lb-prev { left: 8px; } .lb-next { right: 8px; }
}

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