/* ============================================================
   Cabinet Lambert · Maitre Claire Lambert, avocate · exemple de site
   Realise par Kevin Parent · feuille de style partagee
   Theme : Rigueur & confiance
   ============================================================ */

:root {
  --navy:     #050c3b;
  --navy-deep:#03061f;
  --gold:     #c6a65d;
  --gold-lt:  #d8bd84;
  --offwhite: #eef0f3;
  --white:    #ffffff;
  --ink:      #11173a;
  --muted:    #5a6275;
  --border:   #d8dbe3;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, .serif { font-family: 'Spectral', serif; font-weight: 600; line-height: 1.1; }
img { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* Kicker label */
.kicker {
  text-transform: uppercase;
  letter-spacing: .26em;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
}
.kicker::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  margin-right: 12px;
  background: var(--gold);
  opacity: .7;
}

/* Reveal animation */
.reveal { opacity: 0; }
.reveal--in { animation: revealUp .72s cubic-bezier(.22,.61,.36,1) both; }
@keyframes revealUp {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---- Bouton ---- */
.btn {
  display: inline-block;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  padding: 15px 36px;
  border-radius: 3px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 8px 22px rgba(28,43,68,.22);
}
.btn:hover { background: var(--navy-deep); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(28,43,68,.30); }
.btn:active { transform: translateY(0); }
.btn--gold {
  background: var(--gold);
  box-shadow: 0 8px 22px rgba(176,141,79,.28);
}
.btn--gold:hover { background: #9a7a40; box-shadow: 0 14px 30px rgba(176,141,79,.38); }
.btn--outline {
  background: transparent;
  border: 1.5px solid var(--navy);
  color: var(--navy);
  box-shadow: none;
}
.btn--outline:hover { background: var(--navy); color: #fff; }

/* ---- Layout ---- */
.wrap { max-width: 1140px; margin: 0 auto; }
.center { text-align: center; }
section { padding: 104px 7vw; }
h2 { font-size: clamp(2rem, 4.5vw, 3.2rem); margin: 12px 0 0; }
.lead-txt { color: var(--muted); font-size: 1.06rem; max-width: 560px; margin: 16px auto 0; }

/* ---- Bandeau simulation ---- */
.sim-bar {
  position: relative;
  z-index: 60;
  background: var(--navy-deep);
  color: rgba(238,240,243,.78);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 14px;
  font-size: 0.8rem;
  padding: 9px 16px;
  letter-spacing: .02em;
}
.sim-bar a { color: var(--gold-lt); font-weight: 600; text-decoration: none; white-space: nowrap; }
.sim-bar a:hover { text-decoration: underline; }
/* Bouton retour bien visible dans le bandeau (en haut de page, dès le chargement) */
.sim-back {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--gold-lt); color: var(--navy-deep) !important;
  font-weight: 700; padding: 6px 14px; border-radius: 999px;
  text-decoration: none !important; white-space: nowrap;
}
.sim-back:hover { background: #fff; text-decoration: none !important; }

/* Bouton flottant "Revenir à l'offre" (toujours visible, surtout sur mobile) */
.demo-back {
  position: fixed;
  left: 14px;
  bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--navy-deep);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(3, 8, 40, .38);
  border: 1px solid rgba(255, 255, 255, .12);
}
.demo-back:hover { background: #0a1560; color: #fff; }
.demo-back span { font-size: 15px; }

/* ---- Header ---- */
.site-head {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 22px 6vw;
  transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 16px rgba(28,43,68,.10);
  border-bottom: 1px solid var(--border);
}
.site-head__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
/* Brand : monogramme SVG + texte */
.site-head__brand {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 12px;
  text-decoration: none;
  color: var(--ink);
  line-height: 1;
}
.brand-mark {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  display: block;
}
.site-head__name {
  grid-column: 2;
  font-family: 'Spectral', serif;
  font-size: 1.42rem;
  font-weight: 700;
  letter-spacing: .02em;
  white-space: nowrap;
}
.site-head__sub {
  grid-column: 2;
  font-size: 0.54rem;
  text-transform: uppercase;
  letter-spacing: .22em;
  margin-top: 5px;
  color: var(--gold);
  font-family: 'Inter', sans-serif;
}
.site-head__end { display: flex; align-items: center; gap: 30px; }
.site-head__nav { display: flex; gap: 32px; }
.site-head__nav a {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 600;
  text-decoration: none;
  color: var(--ink);
  position: relative;
  padding-bottom: 5px;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
}
.site-head__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: var(--gold);
  transition: right .28s ease;
}
.site-head__nav a:hover::after,
.site-head__nav a.is-current::after { right: 0; }
.site-head__cta {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 600;
  text-decoration: none;
  color: var(--navy);
  white-space: nowrap;
  border: 1.5px solid var(--navy);
  padding: 11px 22px;
  border-radius: 3px;
  transition: background .25s ease, color .25s ease;
  font-family: 'Inter', sans-serif;
}
.site-head__cta:hover { background: var(--navy); color: #fff; }
.site-head__burger { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.site-head__burger span { display: block; width: 26px; height: 2px; background: var(--ink); margin: 6px 0; transition: background .3s; }
.site-head.is-solid {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 24px rgba(28,43,68,.10);
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
}

/* ---- Menu mobile ---- */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: var(--navy-deep);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.mobile-menu.is-open { opacity: 1; pointer-events: auto; }
.mobile-menu a {
  color: var(--offwhite);
  text-decoration: none;
  font-family: 'Spectral', serif;
  font-size: 2rem;
  padding: 8px 16px;
}
.mobile-menu .mm-cta {
  font-family: 'Inter', sans-serif;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  border: 1.5px solid var(--gold);
  border-radius: 3px;
  padding: 14px 30px;
  margin-top: 18px;
  color: var(--gold);
}
.mobile-menu__close {
  position: absolute;
  top: 20px;
  right: 6vw;
  background: none;
  border: 0;
  color: var(--offwhite);
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
}

/* ---- Hero accueil ---- */
.hero {
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 150px 7vw 120px;
  position: relative;
  margin-top: -114px;
  background:
    linear-gradient(180deg, rgba(18,29,48,.55) 0%, rgba(28,43,68,.72) 50%, rgba(26,31,42,.88) 100%),
    url('img/hero-cabinet.webp') center center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}
/* Voile dore subtil sur le hero */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 60% 40% at 80% 30%, rgba(176,141,79,.10) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 15% 70%, rgba(176,141,79,.06) 0%, transparent 70%);
  pointer-events: none;
}
.hero-deco {
  position: absolute;
  top: 50%;
  right: 7vw;
  transform: translateY(-50%);
  opacity: .05;
  pointer-events: none;
}
.hero h1 {
  font-size: clamp(2.2rem, 6vw, 5.2rem);
  margin: 20px 0 0;
  color: #fff;
}
.hero h1 em { font-style: italic; color: var(--gold-lt); }
.hero .kicker { color: var(--gold-lt); }
.hero .kicker::before { background: var(--gold-lt); }
.hero p {
  max-width: 560px;
  margin: 24px auto 38px;
  font-size: 1.08rem;
  color: rgba(238,240,243,.80);
}
.hero__scroll {
  position: absolute;
  bottom: 28px;
  font-size: 1.3rem;
  opacity: .5;
  color: var(--gold-lt);
  animation: bob 2.2s ease-in-out infinite;
}
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(8px); } }

/* ---- Hero pages interieures ---- */
.page-hero {
  min-height: 48vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 160px 7vw 76px;
  color: #fff;
  margin-top: -114px;
  background:
    linear-gradient(180deg, rgba(28,43,68,.68), rgba(26,31,42,.88)),
    linear-gradient(135deg, #1c2b44 0%, #2a3d5e 100%);
}
.page-hero .kicker { color: var(--gold-lt); }
.page-hero .kicker::before { background: var(--gold-lt); }
.page-hero h1 { font-size: clamp(2rem, 5vw, 4rem); margin: 16px 0 0; color: #fff; }
.page-hero p { max-width: 540px; margin: 14px auto 0; color: rgba(238,240,243,.80); }

/* Variantes de hero pages */
.page-hero--cabinet {
  background:
    linear-gradient(180deg, rgba(18,29,48,.52), rgba(28,43,68,.82)),
    url('img/colonnes-palais.webp') center 40% / cover no-repeat;
}
.page-hero--domaines {
  background:
    linear-gradient(180deg, rgba(18,29,48,.60), rgba(26,31,42,.86)),
    url('img/bibliotheque-juridique.webp') center center / cover no-repeat;
}
.page-hero--contact {
  background:
    linear-gradient(180deg, rgba(26,31,42,.62), rgba(28,43,68,.86)),
    linear-gradient(135deg, #1a1f2a 0%, #243450 100%);
}

/* ---- Portrait CSS : monogramme ---- */
.portrait-card {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 4px;
  background: linear-gradient(145deg, #1c2b44 0%, #243450 60%, #1a1f2a 100%);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(28,43,68,.12), 0 30px 60px rgba(28,43,68,.22);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* Lignes decoratives */
.portrait-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 38px,
      rgba(176,141,79,.06) 38px,
      rgba(176,141,79,.06) 39px
    );
  pointer-events: none;
}
.portrait-card::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-lt), var(--gold));
}
.portrait-monogram {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(176,141,79,.12);
  border: 1.5px solid rgba(176,141,79,.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.portrait-monogram span {
  font-family: 'Spectral', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--gold-lt);
  letter-spacing: .04em;
}
.portrait-name {
  font-family: 'Spectral', serif;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  line-height: 1.2;
}
.portrait-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--gold-lt);
  margin-top: 10px;
  text-align: center;
  padding: 0 20px;
}
.portrait-badge {
  position: absolute;
  bottom: 28px;
  right: -18px;
  background: var(--gold);
  color: #fff;
  padding: 16px 24px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 14px 34px rgba(176,141,79,.34);
}
.portrait-badge strong {
  font-family: 'Spectral', serif;
  font-size: 2rem;
  display: block;
  line-height: 1;
}
.portrait-badge span {
  font-family: 'Inter', sans-serif;
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: .18em;
}

/* ---- Split (portrait + texte) ---- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split--rev .split__media { order: 2; }
.split__media { position: relative; }
.split__text h2 { margin-bottom: 16px; }
.split__text p { color: var(--muted); margin-bottom: 14px; }
.signature {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: 1.45rem;
  color: var(--gold);
  margin-top: 8px;
}

/* ---- Section alternee ---- */
.section-alt { background: var(--offwhite); }

/* ---- Valeurs / cartes ---- */
.values { background: var(--navy); color: #fff; }
.values .kicker { color: var(--gold-lt); }
.values .kicker::before { background: var(--gold-lt); }
.values h2 { color: #fff; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; text-align: left; }
.card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 4px;
  padding: 32px 28px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(26,31,42,.4); }
.card__ico { width: 42px; height: 42px; color: var(--gold-lt); margin-bottom: 16px; }
.card h3 { font-size: 1.4rem; color: #fff; margin-bottom: 8px; }
.card p { font-size: 0.91rem; color: rgba(238,240,243,.70); }

/* ---- Etapes ---- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 52px; text-align: left; }
.step {
  padding: 30px 26px;
  border-top: 3px solid var(--gold);
  background: var(--white);
  box-shadow: 0 1px 3px rgba(28,43,68,.05), 0 10px 28px rgba(28,43,68,.08);
  transition: transform .3s ease, box-shadow .3s ease;
}
.step:hover { transform: translateY(-4px); box-shadow: 0 3px 8px rgba(28,43,68,.07), 0 18px 40px rgba(28,43,68,.12); }
.step__num {
  font-family: 'Spectral', serif;
  font-size: 2.2rem;
  color: rgba(176,141,79,.30);
  line-height: 1;
}
.step h3 { font-size: 1.35rem; color: var(--navy); margin: 8px 0 6px; }
.step p { font-size: 0.92rem; color: var(--muted); }

/* ---- Domaines d'intervention ---- */
.domaines-bg { background: var(--offwhite); }
.domaine-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.domaine-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 30px 26px;
  position: relative;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  overflow: hidden;
}
.domaine-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.domaine-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(28,43,68,.11); border-color: rgba(176,141,79,.30); }
.domaine-card:hover::before { transform: scaleX(1); }
.domaine-card__ico { width: 40px; height: 40px; color: var(--gold); margin-bottom: 14px; }
.domaine-card h3 { font-size: 1.3rem; color: var(--navy); margin-bottom: 8px; }
.domaine-card p { font-size: 0.92rem; color: var(--muted); line-height: 1.65; }
.domaine-card__more { display:inline-block; margin-top:14px; font-family:'Inter',sans-serif; font-size:0.72rem; font-weight:600; text-transform:uppercase; letter-spacing:.12em; color:var(--gold); text-decoration:none; }
.domaine-card__more:hover { color:var(--navy); }

/* ---- Bouton clair (sur fond sombre) ---- */
.btn--light { background: transparent; border: 1.5px solid rgba(255,255,255,.5); color: #fff; box-shadow: none; }
.btn--light:hover { background: #fff; color: var(--navy); border-color: #fff; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }

/* ---- Bande de réassurance ---- */
.reassur { background: var(--navy-deep); }
.reassur__inner { max-width: 1180px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 46px; padding: 24px 7vw; }
.reassur__item { display: flex; align-items: center; gap: 10px; color: rgba(238,240,243,.84); font-size: 0.82rem; font-family: 'Inter', sans-serif; letter-spacing: .02em; }
.reassur__item svg { width: 18px; height: 18px; color: var(--gold-lt); flex-shrink: 0; }

/* ---- Chiffres-clés ---- */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 12px; }
.stat { text-align: center; padding: 14px; }
.stat__num { font-family: 'Spectral', serif; font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 700; color: var(--navy); line-height: 1; }
.stat__num em { font-style: normal; color: var(--gold); }
.stat__lbl { font-size: 0.76rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-top: 10px; font-family: 'Inter', sans-serif; }

/* ---- Avis / témoignages ---- */
.avis-section { background: var(--offwhite); }
.avis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 50px; text-align: left; }
.avis-card { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 30px 28px; box-shadow: 0 1px 3px rgba(28,43,68,.05), 0 10px 28px rgba(28,43,68,.07); }
.avis-card__stars { color: var(--gold); letter-spacing: 3px; font-size: 0.95rem; }
.avis-card p { color: var(--ink); font-size: 0.96rem; line-height: 1.7; margin: 14px 0 18px; font-style: italic; }
.avis-card__who { font-family: 'Inter', sans-serif; font-size: 0.74rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }

/* ---- Zone d'intervention ---- */
.zone { background: var(--navy); color: #fff; text-align: center; }
.zone .kicker { color: var(--gold-lt); }
.zone .kicker::before { background: var(--gold-lt); }
.zone h2 { color: #fff; }
.zone p.lead-txt { color: rgba(238,240,243,.78); }
.zone__cities { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 40px; }
.zone__city { border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 10px 24px; font-family: 'Inter', sans-serif; font-size: 0.86rem; color: rgba(238,240,243,.88); }
.zone__city--main { background: var(--gold); border-color: var(--gold); color: #fff; font-weight: 600; }

@media (max-width: 860px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .avis-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
}

/* ---- Bandeau CTA ---- */
.cta-band { background: var(--navy); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band .kicker { color: var(--gold-lt); }
.cta-band .kicker::before { background: var(--gold-lt); }
.cta-band p { color: rgba(238,240,243,.76); max-width: 520px; margin: 14px auto 30px; }
.cta-band .btn { background: var(--gold); box-shadow: 0 8px 22px rgba(176,141,79,.3); }
.cta-band .btn:hover { background: #9a7a40; }

/* ---- Citation ---- */
.quote { text-align: center; background: var(--navy); padding: 80px 7vw; }
.quote blockquote {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  color: rgba(238,240,243,.90);
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.38;
}
.quote cite {
  display: block;
  margin-top: 22px;
  font-style: normal;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--gold-lt);
  font-family: 'Inter', sans-serif;
}

/* ---- FAQ ---- */
.faq-section { background: var(--offwhite); }
.faq { max-width: 760px; margin: 50px auto 0; display: grid; gap: 12px; }
.faq__item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(28,43,68,.04), 0 8px 22px rgba(28,43,68,.06);
}
.faq__item summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 24px;
  font-family: 'Spectral', serif;
  font-size: 1.25rem;
  color: var(--navy);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  font-size: 1.5rem;
  color: var(--gold);
  line-height: 1;
  flex-shrink: 0;
  transition: transform .3s ease;
}
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { margin: 0; padding: 0 24px 22px; color: var(--muted); font-size: 0.96rem; }

/* ---- Contact / formulaire ---- */
.reserve-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 50px; }
.rform {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(28,43,68,.06), 0 18px 44px rgba(28,43,68,.09);
}
.rform h3 { font-size: 1.65rem; color: var(--navy); margin-bottom: 4px; }
.rform > p { font-size: 0.9rem; color: var(--muted); }
.rform .field { margin-top: 18px; }
.rform label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: .10em;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 7px;
  font-family: 'Inter', sans-serif;
}
.rform input, .rform select, .rform textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 3px;
  background: var(--offwhite);
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--ink);
  transition: border-color .2s ease, background .2s ease;
}
.rform textarea { resize: vertical; min-height: 110px; }
.rform input:focus, .rform select:focus, .rform textarea:focus {
  outline: 2px solid var(--gold);
  outline-offset: 1px;
  border-color: var(--gold);
  background: var(--white);
}
.rform .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rform .btn { width: 100%; margin-top: 24px; text-align: center; background: var(--navy); }
.rform__note { font-size: 0.78rem; color: var(--muted); margin-top: 12px; text-align: center; }

.infos-panel h3 { font-size: 1.65rem; color: var(--navy); margin-bottom: 14px; }
.infos-panel li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.93rem;
}
.infos-panel li span:first-child { color: var(--muted); }
.infos-panel address { font-style: normal; line-height: 1.95; color: var(--muted); margin: 6px 0 4px; }
.infos-panel .infos-block { margin-bottom: 26px; }
.infos-panel a { color: var(--navy); font-weight: 500; text-decoration: none; }
.infos-panel a:hover { text-decoration: underline; }
.map-ph {
  margin-top: 4px;
  border-radius: 4px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--muted);
  background: linear-gradient(135deg, #e4e7ed, #d4d8e2);
  font-size: 0.88rem;
}
.map-ph svg { width: 30px; height: 30px; color: var(--navy); }

/* ---- Tarif / honoraires ---- */
.tarif-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.tarif {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 36px 26px;
  text-align: center;
  background: var(--white);
  box-shadow: 0 1px 3px rgba(28,43,68,.05), 0 10px 28px rgba(28,43,68,.08);
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative;
  overflow: hidden;
}
.tarif::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
}
.tarif:hover { transform: translateY(-4px); box-shadow: 0 3px 8px rgba(28,43,68,.07), 0 18px 40px rgba(28,43,68,.12); }
.tarif h3 { font-size: 1.5rem; color: var(--navy); }
.tarif__price { font-family: 'Spectral', serif; font-size: 2.4rem; color: var(--gold); margin: 8px 0 2px; }
.tarif__unit { font-size: 0.76rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); font-family: 'Inter', sans-serif; }
.tarif p { font-size: 0.9rem; color: var(--muted); margin-top: 12px; }

/* ---- Liste consult / intervention ---- */
.consult-list { display: grid; gap: 20px; margin-top: 50px; }
.consult {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 30px 32px;
  box-shadow: 0 1px 3px rgba(28,43,68,.05), 0 10px 28px rgba(28,43,68,.07);
  transition: transform .3s ease, box-shadow .3s ease;
}
.consult:hover { transform: translateY(-3px); box-shadow: 0 3px 8px rgba(28,43,68,.06), 0 18px 40px rgba(28,43,68,.12); }
.consult__ico { width: 44px; height: 44px; color: var(--gold); }
.consult h3 { font-size: 1.45rem; color: var(--navy); margin-bottom: 6px; }
.consult p { font-size: 0.94rem; color: var(--muted); }

/* ---- Photos integrées ---- */
.photo-frame {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(28,43,68,.12), 0 30px 60px rgba(28,43,68,.22);
  position: relative;
}
.photo-frame::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-lt), var(--gold));
}
.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.photo-frame--landscape {
  aspect-ratio: 16/10;
}
.photo-wide {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(28,43,68,.10), 0 20px 50px rgba(28,43,68,.16);
  margin-top: 44px;
  position: relative;
}
.photo-wide::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-lt), var(--gold));
}
.photo-wide img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}
.consult-photo {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 28px;
  box-shadow: 0 1px 4px rgba(28,43,68,.10), 0 12px 32px rgba(28,43,68,.14);
}
.consult-photo img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

/* ---- Footer ---- */
.site-foot { background: var(--navy-deep); color: rgba(238,240,243,.60); padding: 0 7vw 36px; }
.site-foot__cta {
  max-width: 1140px;
  margin: 0 auto;
  padding: 52px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(238,240,243,.10);
}
.site-foot__cta h2 { color: #fff; margin-top: 4px; }
.site-foot__cta .kicker { color: var(--gold-lt); }
.site-foot__cta .kicker::before { background: var(--gold-lt); }
.site-foot__top {
  max-width: 1140px;
  margin: 0 auto;
  padding: 52px 0 44px;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1.1fr 1.2fr;
  gap: 44px;
}
.site-foot__brand {
  font-family: 'Spectral', serif;
  font-size: 1.7rem;
  color: #fff;
  line-height: 1.1;
}
.site-foot__brand + p { margin-top: 10px; font-size: 0.9rem; max-width: 290px; }
.site-foot h4 {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  margin-bottom: 16px;
}
.site-foot a { color: rgba(238,240,243,.60); text-decoration: none; }
.site-foot__col > a { display: block; padding: 5px 0; font-size: 0.92rem; transition: color .2s ease; }
.site-foot__col > a:hover { color: var(--gold-lt); }
.site-foot__col p { font-size: 0.9rem; line-height: 1.95; }
.site-foot__bottom {
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 26px;
  border-top: 1px solid rgba(238,240,243,.10);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
}
.site-foot__bottom a { color: var(--gold-lt); font-weight: 600; }

/* ============ RESPONSIVE ============ */
@media (max-width: 880px) {
  .site-head__nav, .site-head__cta { display: none; }
  .site-head__burger { display: block; }
  section { padding: 72px 7vw; }
  .quote { padding: 64px 7vw; }
  .split, .reserve-grid { grid-template-columns: 1fr; gap: 38px; }
  .split--rev .split__media { order: 0; }
  .portrait-card { max-width: 340px; margin: 0 auto; }
  .portrait-badge { right: 14px; }
  .cards, .steps, .tarif-grid, .domaine-grid { grid-template-columns: 1fr; gap: 20px; }
  .cards, .tarif-grid, .domaine-grid { max-width: 440px; margin-left: auto; margin-right: auto; }
  .steps { max-width: 440px; margin-left: auto; margin-right: auto; }
  .consult { grid-template-columns: 1fr; gap: 12px; }
  .rform { padding: 26px; }
  .site-foot__top { grid-template-columns: 1fr 1fr; gap: 30px; }
  .site-foot__cta { flex-direction: column; align-items: flex-start; }
  .hero { min-height: 80vh; }
  .page-hero { min-height: 44vh; }
}
@media (max-width: 460px) {
  .rform .row { grid-template-columns: 1fr; }
  .site-foot__top { grid-template-columns: 1fr; }
  section { padding: 58px 6vw; }
  .quote { padding: 52px 6vw; }
  .hero p, .page-hero p { font-size: 0.96rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}
