/* Polices auto-hébergées — Fraunces et Inter (variable fonts, latin) */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 300 600;
  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: italic;
  font-weight: 300 500;
  font-display: swap;
  src: url("fonts/fraunces-italic-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: "Inter";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("fonts/inter-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;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  /* Palette enrichie — tons plus chauds, chaleureux */
  --blanc: #f9f5ee;
  --blanc-2: #f1ebdd;
  --creme: #e6dcc4;
  --creme-fonce: #d4c6a5;
  --sauge: #7d8c6f;
  --sauge-fonce: #55634b;
  --sauge-clair: #a8b59e;
  --terre: #b86f48;
  --terre-fonce: #8f5233;
  --terre-clair: #d89879;
  --noir: #2b2620;
  --noir-doux: #3d362e;
  --gris: #6e6862;
  --gris-soft: #9b948a;
  --or: #c9a876;
  --or-clair: #e3c999;
  --radius: 4px;
  --radius-lg: 12px;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  background: var(--blanc);
  color: var(--noir);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  font-weight: 300;
  position: relative;
}
/* Grain subtil global pour donner une texture éditoriale */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
a {
  text-decoration: none;
  color: inherit;
}
.serif {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
}
img {
  display: block;
  max-width: 100%;
}

/* TOP STRIP */
.top-strip {
  background: var(--noir);
  color: var(--blanc);
  padding: 0.6rem 2rem;
  font-size: 0.76rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.03em;
}
.top-strip .left {
  display: flex;
  gap: 1.75rem;
  align-items: center;
}
.top-strip .left span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.9;
}
.top-strip .left svg {
  width: 12px;
  height: 12px;
  color: var(--or);
}
.top-strip a {
  color: var(--blanc);
  transition: opacity 0.3s;
}
.top-strip a:hover {
  opacity: 0.75;
}
.top-strip .right a::before {
  content: "✦ ";
  color: var(--or);
  margin-right: 0.35rem;
}

/* NAV */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(249, 245, 238, 0.92);
  backdrop-filter: saturate(140%) blur(12px);
  -webkit-backdrop-filter: saturate(140%) blur(12px);
  padding: 1.1rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
nav.scrolled {
  border-bottom-color: rgba(43, 38, 32, 0.08);
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.nav-logo {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}
.nav-logo .name {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-size: 1.4rem;
  color: var(--noir);
  font-weight: 400;
  letter-spacing: -0.01em;
}
.nav-logo .tag {
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--terre-fonce);
  margin-top: 0.35rem;
  font-weight: 500;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-links {
  display: flex;
  gap: 2.25rem;
  align-items: center;
}
.nav-links > a:not(.btn-rdv) {
  font-size: 0.82rem;
  color: var(--noir);
  transition: color 0.3s;
  font-weight: 400;
  position: relative;
}
.nav-links > a:not(.btn-rdv)::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: var(--terre);
  transition: width 0.3s;
}
.nav-links > a:not(.btn-rdv):hover::after {
  width: 100%;
}
.nav-links > a:not(.btn-rdv):hover {
  color: var(--terre);
}
.btn-rdv,
.nav-links a.btn-rdv {
  background: var(--noir);
  color: var(--blanc);
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 0.03em;
}
.btn-rdv:hover,
.nav-links a.btn-rdv:hover {
  background: var(--terre);
  color: var(--blanc);
  transform: translateY(-1px);
}
.btn-rdv svg {
  width: 14px;
  height: 14px;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.hamburger span {
  width: 26px;
  height: 1.5px;
  background: var(--noir);
  transition: all 0.3s;
}

/* ───── HERO ───── éditorial plein écran avec image */
.hero {
  position: relative;
  padding: 0;
  min-height: calc(100vh - 100px);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
}
.hero-content {
  padding: 5rem 4rem 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  animation: fadeUp 1.1s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.hero-content::before {
  content: "";
  position: absolute;
  left: 4rem;
  top: 5rem;
  width: 60px;
  height: 1px;
  background: var(--terre);
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeImg {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--terre-fonce);
  margin-bottom: 1.75rem;
  margin-top: 1.5rem;
  font-weight: 500;
}
.hero h1 {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-size: clamp(2.75rem, 6vw, 5.25rem);
  line-height: 0.98;
  color: var(--noir);
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-bottom: 1.75rem;
}
.hero h1 em {
  font-style: italic;
  color: var(--terre);
  font-weight: 300;
  font-variation-settings: "opsz" 144;
}
.hero h1 .underline {
  position: relative;
  display: inline-block;
}
.hero h1 .underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.15em;
  height: 8px;
  background: var(--or-clair);
  opacity: 0.45;
  z-index: -1;
  border-radius: 4px;
}
.hero-sub {
  font-size: 1.08rem;
  color: var(--gris);
  margin-bottom: 2.5rem;
  max-width: 500px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  align-items: center;
}
.btn-primary {
  background: var(--noir);
  color: var(--blanc);
  padding: 1.1rem 2rem;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: all 0.3s;
  letter-spacing: 0.03em;
  position: relative;
  overflow: hidden;
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--terre);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 0;
}
.btn-primary:hover::before {
  transform: translateY(0);
}
.btn-primary:hover {
  transform: translateY(-2px);
}
.btn-primary > * {
  position: relative;
  z-index: 1;
}
.btn-primary svg {
  width: 15px;
  height: 15px;
}
.btn-outline {
  color: var(--noir);
  padding: 1.1rem 1.85rem;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.88rem;
  border: 1px solid rgba(43, 38, 32, 0.25);
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  letter-spacing: 0.03em;
}
.btn-outline:hover {
  border-color: var(--terre);
  color: var(--terre);
  background: rgba(184, 111, 72, 0.04);
}
.btn-outline svg {
  width: 15px;
  height: 15px;
}

.hero-trust {
  display: flex;
  gap: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(43, 38, 32, 0.12);
  max-width: 520px;
}
.trust-item {
  display: flex;
  flex-direction: column;
}
.trust-num {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-size: 2rem;
  color: var(--terre);
  line-height: 1;
  font-weight: 400;
  font-style: italic;
}
.trust-num.alt {
  color: var(--sauge-fonce);
}
.trust-label {
  font-size: 0.76rem;
  color: var(--gris);
  margin-top: 0.45rem;
  letter-spacing: 0.02em;
}

/* Hero image side */
.hero-visual {
  position: relative;
  overflow: hidden;
  animation: fadeImg 1.4s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    var(--blanc) 0%,
    rgba(249, 245, 238, 0.1) 18%,
    transparent 40%
  );
}
.hero-quote-overlay {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  background: rgba(249, 245, 238, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 1.75rem 2rem;
  max-width: 340px;
  border-left: 2px solid var(--terre);
}
.hero-quote-overlay .q {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.4;
  color: var(--noir);
  font-weight: 400;
}
.hero-quote-overlay .sig {
  display: block;
  margin-top: 0.85rem;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gris);
}
.hero-badge {
  position: absolute;
  top: 3rem;
  right: 3rem;
  background: var(--blanc);
  padding: 1rem 1.25rem;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 15px 40px rgba(43, 38, 32, 0.15);
  animation: slowRotate 30s linear infinite;
}
.hero-badge .inner {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-style: italic;
  font-size: 0.78rem;
  color: var(--terre);
  line-height: 1.25;
  font-weight: 400;
}
.hero-badge .inner strong {
  display: block;
  font-size: 1.45rem;
  color: var(--noir);
  font-weight: 400;
  font-style: normal;
}
@keyframes slowRotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* MARQUEE — bande qui défile */
.marquee {
  background: var(--noir);
  color: var(--blanc);
  padding: 1.1rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(201, 168, 118, 0.2);
  border-bottom: 1px solid rgba(201, 168, 118, 0.2);
}
.marquee-track {
  display: flex;
  gap: 3.5rem;
  white-space: nowrap;
  animation: scroll 40s linear infinite;
  width: max-content;
}
.marquee span {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.marquee em {
  color: var(--or);
  font-style: italic;
  font-weight: 300;
}
.marquee .dot {
  color: var(--terre);
  font-style: normal;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* SECTIONS */
section {
  padding: 7.5rem 2.5rem;
  position: relative;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
}
.section-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--terre-fonce);
  margin-bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
}
.section-eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: var(--terre-fonce);
}
.section-title {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-size: clamp(2.35rem, 4.5vw, 3.75rem);
  line-height: 1.02;
  color: var(--noir);
  font-weight: 400;
  letter-spacing: -0.02em;
}
.section-title em {
  font-style: italic;
  color: var(--terre);
  font-weight: 300;
}

/* REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.9s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ───── APPROACH ───── avec grande photo nature */
.approach {
  background: var(--blanc-2);
  padding: 8rem 2.5rem;
}
.approach-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 5rem;
  align-items: center;
}
.approach-visual {
  position: relative;
  aspect-ratio: 4/5;
}
.approach-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
  filter: saturate(0.95);
}
.approach-visual::after {
  content: "";
  position: absolute;
  inset: -20px -20px 20px 20px;
  border: 1px solid var(--terre);
  border-radius: var(--radius-lg);
  z-index: -1;
  opacity: 0.5;
}
.approach-visual-badge {
  position: absolute;
  bottom: 2rem;
  left: -2rem;
  background: var(--noir);
  color: var(--blanc);
  padding: 1.35rem 1.75rem;
  border-radius: var(--radius-lg);
  max-width: 240px;
  box-shadow: 0 20px 50px rgba(43, 38, 32, 0.2);
}
.approach-visual-badge .num {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-size: 2.5rem;
  color: var(--or);
  font-style: italic;
  line-height: 1;
  font-weight: 400;
}
.approach-visual-badge .t {
  font-size: 0.8rem;
  color: rgba(249, 245, 238, 0.85);
  margin-top: 0.5rem;
  line-height: 1.4;
}
.approach-quote {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-size: clamp(1.7rem, 2.5vw, 2.3rem);
  line-height: 1.3;
  color: var(--noir);
  font-style: italic;
  font-weight: 400;
  padding-left: 2rem;
  border-left: 2px solid var(--terre);
  margin: 1.75rem 0 2rem;
}
.approach-quote em {
  color: var(--terre);
  font-style: italic;
}
.approach-content p {
  color: var(--gris);
  margin-bottom: 1.25rem;
  line-height: 1.85;
  font-size: 1rem;
}
.approach-content p strong {
  color: var(--noir);
  font-weight: 500;
}
.approach-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.approach-point {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}
.approach-point .check {
  width: 26px;
  height: 26px;
  background: var(--terre);
  color: var(--blanc);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.approach-point .check svg {
  width: 13px;
  height: 13px;
}
.approach-point span {
  font-size: 0.92rem;
  color: var(--noir);
  line-height: 1.5;
}

/* ───── EXPERTISES ───── grille + photos thématiques */
.expertises {
  padding: 8rem 2.5rem;
}
.expertises-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 5rem;
}
.expertises-header .section-eyebrow {
  justify-content: center;
}
.expertises-header .section-title {
  margin: 1rem 0 1.25rem;
}
.expertises-header > p {
  color: var(--gris);
  font-size: 1.02rem;
  line-height: 1.75;
}

/* Featured expertise cards with imagery */
.expertises-featured {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.expertise-feat {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: var(--radius-lg);
  cursor: default;
  isolation: isolate;
}
.expertise-feat img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.expertise-feat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(43, 38, 32, 0.85) 0%,
    rgba(43, 38, 32, 0.35) 45%,
    transparent 75%
  );
  z-index: 1;
}
.expertise-feat:hover img {
  transform: scale(1.06);
}
.expertise-feat-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  color: var(--blanc);
  z-index: 2;
}
.expertise-feat-content .tag {
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--or-clair);
  margin-bottom: 0.65rem;
  font-weight: 500;
}
.expertise-feat-content h3 {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}
.expertise-feat-content h3 em {
  font-style: italic;
  color: var(--or-clair);
}
.expertise-feat-content p {
  font-size: 0.88rem;
  opacity: 0.88;
  line-height: 1.5;
  max-width: 320px;
}

/* Simple grid for remaining expertises */
.expertises-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.expertise-card {
  background: var(--blanc-2);
  padding: 2rem 1.85rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(43, 38, 32, 0.06);
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.expertise-card:hover {
  transform: translateY(-4px);
  background: var(--noir);
  border-color: var(--noir);
}
.expertise-card:hover h3,
.expertise-card:hover p {
  color: var(--blanc);
}
.expertise-card:hover p {
  opacity: 0.82;
}
.expertise-card:hover .expertise-icon {
  background: var(--or);
  color: var(--noir);
}
.expertise-icon {
  width: 44px;
  height: 44px;
  background: var(--blanc);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--terre);
  margin-bottom: 1.25rem;
  transition: all 0.4s;
}
.expertise-icon svg {
  width: 20px;
  height: 20px;
}
.expertise-card h3 {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-size: 1.25rem;
  color: var(--noir);
  font-weight: 500;
  margin-bottom: 0.5rem;
  line-height: 1.25;
  transition: color 0.4s;
}
.expertise-card p {
  font-size: 0.86rem;
  color: var(--gris);
  line-height: 1.6;
  transition: color 0.4s;
}

/* ───── CABINET MOMENTS ───── galerie éditoriale */
.moments {
  background: var(--noir);
  color: var(--blanc);
  padding: 8rem 2.5rem;
  position: relative;
  overflow: hidden;
}
.moments::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 80% 10%,
      rgba(201, 168, 118, 0.08) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 10% 90%,
      rgba(184, 111, 72, 0.06) 0%,
      transparent 50%
    );
  pointer-events: none;
}
.moments-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  position: relative;
}
.moments-text .section-eyebrow {
  color: var(--or);
}
.moments-text .section-eyebrow::before {
  background: var(--or);
}
.moments-text .section-title {
  color: var(--blanc);
  margin: 1rem 0 1.75rem;
}
.moments-text .section-title em {
  color: var(--or);
}
.moments-text p {
  color: rgba(249, 245, 238, 0.78);
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 1.25rem;
}
.moments-text p strong {
  color: var(--blanc);
  font-weight: 500;
}
.moments-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
  position: relative;
}
.moments-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
}
.mg-1 {
  aspect-ratio: 3/4;
}
.mg-2 {
  aspect-ratio: 1/1;
  margin-top: 3rem;
}
.mg-3 {
  aspect-ratio: 1/1;
  margin-top: -2rem;
}
.mg-4 {
  aspect-ratio: 3/4;
  margin-top: 1rem;
}

/* ───── PRACTICAL — bento repensé ───── */
.practical {
  background: var(--blanc-2);
}
.practical-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 4.5rem;
}
.practical-header .section-eyebrow {
  justify-content: center;
}
.practical-header .section-title {
  margin: 1rem 0;
}
.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 1.25rem;
}
.bento-cell {
  background: var(--blanc);
  padding: 2.5rem 2.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(43, 38, 32, 0.06);
  transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  flex-direction: column;
}
.bento-cell:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(43, 38, 32, 0.08);
  border-color: rgba(184, 111, 72, 0.2);
}
.bento-cell.span-2 {
  grid-column: span 2;
}
.bento-cell.feature {
  background: var(--noir);
  color: var(--blanc);
  position: relative;
  overflow: hidden;
}
.bento-cell.feature::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(201, 168, 118, 0.1) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.bento-cell.feature .bento-label {
  color: var(--or);
}
.bento-cell.feature h3 {
  color: var(--blanc);
}
.bento-cell.feature p {
  color: rgba(249, 245, 238, 0.78);
}
.bento-cell.feature .bento-icon {
  background: rgba(249, 245, 238, 0.1);
  color: var(--or);
}
.bento-icon {
  width: 48px;
  height: 48px;
  background: var(--blanc-2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--terre);
  margin-bottom: 1.25rem;
}
.bento-icon svg {
  width: 22px;
  height: 22px;
}
.bento-label {
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--terre);
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.bento-cell h3 {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-size: 1.65rem;
  color: var(--noir);
  font-weight: 500;
  margin-bottom: 0.85rem;
  letter-spacing: -0.01em;
  line-height: 1.15;
}
.bento-cell p {
  font-size: 0.92rem;
  color: var(--gris);
  line-height: 1.7;
}
.bento-cell strong {
  color: var(--noir);
  font-weight: 500;
}
.bento-price {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin: 1.5rem 0 1rem;
}
.bento-price .amount {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-size: 3.5rem;
  color: var(--or);
  line-height: 1;
  font-weight: 400;
  font-style: italic;
}
.bento-price .unit {
  font-size: 0.95rem;
  color: rgba(249, 245, 238, 0.7);
}
.bento-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 1rem;
}
.bento-list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.9rem;
  color: var(--gris);
}
.bento-list li::before {
  content: "›";
  color: var(--terre);
  font-size: 1.1rem;
  font-weight: 400;
}
.bento-cell.feature .bento-list li {
  color: rgba(249, 245, 238, 0.85);
}
.bento-cell.feature .bento-list li::before {
  color: var(--or);
}
.bento-link {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: var(--terre);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap 0.3s;
}
.bento-link:hover {
  gap: 0.7rem;
}
.bento-cell.feature .bento-link {
  color: var(--or);
}

/* SCHEDULE */
.schedule-grid {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
.schedule-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  font-size: 0.88rem;
  color: rgba(249, 245, 238, 0.9);
  border-bottom: 1px solid rgba(249, 245, 238, 0.08);
}
.schedule-row:last-child {
  border-bottom: none;
}
.schedule-row .day {
  font-weight: 500;
  color: var(--blanc);
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-style: italic;
  font-size: 0.98rem;
}

/* ───── CREDENTIALS — avec vraie photo portrait ───── */
.credentials {
  background: var(--blanc);
  padding: 8rem 2.5rem;
}
.credentials-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 5rem;
  align-items: center;
}
.credentials-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.credentials-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92);
}
.credentials-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(43, 38, 32, 0.55) 100%
  );
  z-index: 1;
}
.credentials-tag {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background: var(--blanc);
  padding: 1.15rem 1.5rem;
  border-radius: var(--radius-lg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.credentials-tag .name {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-size: 1.2rem;
  color: var(--noir);
  font-weight: 500;
}
.credentials-tag .role {
  font-size: 0.68rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--terre);
  margin-top: 0.3rem;
}
.credentials-tag .sig {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-style: italic;
  font-size: 2.25rem;
  color: var(--terre);
  line-height: 1;
}
.credentials-content .section-title {
  margin: 1rem 0 1.75rem;
}
.credentials-content .lead {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-size: 1.35rem;
  color: var(--noir);
  line-height: 1.5;
  font-style: italic;
  margin-bottom: 1.75rem;
  font-weight: 400;
}
.credentials-content > p {
  color: var(--gris);
  margin-bottom: 1.5rem;
  line-height: 1.85;
}
.cred-block {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(43, 38, 32, 0.1);
}
.cred-block h3 {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--terre-fonce);
  margin-bottom: 0.85rem;
  font-weight: 500;
}
.cred-item {
  display: flex;
  gap: 1.25rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(43, 38, 32, 0.06);
}
.cred-item:last-child {
  border-bottom: none;
}
.cred-year {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-size: 1.3rem;
  color: var(--terre);
  font-weight: 400;
  font-style: italic;
  flex-shrink: 0;
  width: 60px;
}
.cred-text {
  font-size: 0.94rem;
  color: var(--noir);
  line-height: 1.5;
}
.cred-text strong {
  font-weight: 500;
}
.cred-text small {
  display: block;
  font-size: 0.82rem;
  color: var(--gris);
  margin-top: 0.25rem;
}

/* ───── FAQ ───── */
.faq {
  background: var(--blanc-2);
}
.faq-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 4rem;
}
.faq-header .section-eyebrow {
  justify-content: center;
}
.faq-header .section-title {
  margin: 1rem 0;
}
.faq-list {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.faq-item {
  background: var(--blanc);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(43, 38, 32, 0.05);
  transition: all 0.3s;
}
.faq-item:hover {
  border-color: rgba(184, 111, 72, 0.25);
}
.faq-item.open {
  border-color: var(--terre);
}
.faq-question {
  width: 100%;
  padding: 1.5rem 1.85rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: var(--noir);
  text-align: left;
  font-weight: 500;
  transition: color 0.3s;
}
.faq-question:hover {
  color: var(--terre);
}
.faq-toggle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--blanc-2);
  color: var(--terre);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 1rem;
  transition: all 0.3s;
  font-size: 1rem;
  font-weight: 300;
}
.faq-item.open .faq-toggle {
  background: var(--terre);
  color: var(--blanc);
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-item.open .faq-answer {
  max-height: 320px;
}
.faq-answer-content {
  padding: 0 1.85rem 1.75rem;
  color: var(--gris);
  font-size: 0.95rem;
  line-height: 1.75;
}

/* ───── CTA ───── avec image de fond */
.cta {
  position: relative;
  color: var(--blanc);
  text-align: center;
  padding: 8rem 2.5rem;
  overflow: hidden;
  isolation: isolate;
}
.cta-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(43, 38, 32, 0.88) 0%,
    rgba(43, 38, 32, 0.78) 50%,
    rgba(43, 38, 32, 0.92) 100%
  );
}
.cta .section-eyebrow {
  color: var(--or);
  justify-content: center;
}
.cta .section-eyebrow::before {
  background: var(--or);
}
.cta h2 {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-size: clamp(2.35rem, 4.5vw, 3.75rem);
  color: var(--blanc);
  line-height: 1.05;
  font-weight: 400;
  margin: 1rem 0 1.5rem;
  letter-spacing: -0.02em;
}
.cta h2 em {
  font-style: italic;
  color: var(--or);
  font-weight: 300;
}
.cta > p {
  font-size: 1.08rem;
  color: rgba(249, 245, 238, 0.85);
  max-width: 580px;
  margin: 0 auto 2.75rem;
  line-height: 1.75;
}
.cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2.75rem;
}
.btn-cta-light {
  background: var(--blanc);
  color: var(--noir);
  padding: 1.2rem 2.5rem;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: all 0.3s;
  letter-spacing: 0.03em;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}
.btn-cta-light:hover {
  background: var(--or);
  color: var(--noir);
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}
.btn-cta-outline-light {
  color: var(--blanc);
  padding: 1.2rem 2.25rem;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.9rem;
  border: 1px solid rgba(249, 245, 238, 0.3);
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  letter-spacing: 0.03em;
}
.btn-cta-outline-light:hover {
  background: rgba(249, 245, 238, 0.08);
  border-color: var(--blanc);
}
.cta-address {
  font-size: 0.85rem;
  color: rgba(249, 245, 238, 0.55);
  letter-spacing: 0.05em;
}
.cta-address .sep {
  color: var(--or);
  margin: 0 0.5rem;
}

/* ───── FOOTER ───── */
footer {
  background: var(--noir);
  color: rgba(249, 245, 238, 0.92);
  padding: 4rem 2.5rem 2rem;
  border-top: 1px solid rgba(249, 245, 238, 0.08);
}
.footer-grid {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand .logo {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-size: 1.5rem;
  color: var(--blanc);
  margin-bottom: 0.3rem;
  font-weight: 400;
}
.footer-brand .sub {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 1.25rem;
}
.footer-brand p {
  font-size: 0.88rem;
  color: rgba(249, 245, 238, 0.85);
  line-height: 1.75;
  max-width: 340px;
}
.footer-col h3 {
  font-family: "Fraunces", serif;
  font-variation-settings: "opsz" 144;
  font-size: 1.1rem;
  color: var(--blanc);
  margin-bottom: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.footer-col li {
  font-size: 0.86rem;
}
.footer-col a {
  color: rgba(249, 245, 238, 0.88);
  transition: color 0.3s;
}
.footer-col a:hover {
  color: var(--or);
}
.footer-bottom {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(249, 245, 238, 0.08);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.78rem;
  color: rgba(249, 245, 238, 0.4);
}
.footer-bottom a {
  color: var(--or);
  font-weight: 500;
  transition: color 0.2s ease;
}
.footer-bottom a:hover {
  color: var(--or-clair);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ───── RESPONSIVE ───── */
@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-content {
    padding: 4rem 2.5rem 3rem;
  }
  .hero-content::before {
    left: 2.5rem;
    top: 4rem;
  }
  .hero-visual {
    min-height: 500px;
  }
  .hero-quote-overlay {
    right: 2rem;
    bottom: 2rem;
    max-width: 280px;
    padding: 1.25rem 1.5rem;
  }
  .hero-badge {
    top: 2rem;
    right: 2rem;
    width: 90px;
    height: 90px;
  }
  .approach-grid,
  .credentials-grid,
  .moments-inner {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .approach-visual,
  .credentials-visual {
    max-width: 500px;
  }
  .expertises-featured {
    grid-template-columns: 1fr 1fr;
  }
  .expertises-featured > :nth-child(3) {
    grid-column: span 2;
    aspect-ratio: 16/9;
  }
  .expertises-grid {
    grid-template-columns: 1fr 1fr;
  }
  .bento {
    grid-template-columns: 1fr 1fr;
  }
  .bento-cell.span-2 {
    grid-column: span 2;
  }
}
/* MOBILE MENU — actif jusqu'à 1024px */
@media (max-width: 1024px) {
  .hamburger {
    display: flex;
    position: relative;
    z-index: 201; /* au-dessus du panneau pour pouvoir fermer */
  }
  .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh; /* dynamic viewport height — prend en compte la barre d'URL mobile */
    background: var(--blanc);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.25rem;
    z-index: 200;
    /* panneau caché par défaut, on anime vers la droite */
    transform: translateX(100%);
    transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding: 5rem 1.5rem 2rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-links.open {
    transform: translateX(0);
  }
  /* empêche le scroll de la page quand le menu est ouvert */
  body.menu-open {
    overflow: hidden;
  }
  .nav-links > a:not(.btn-rdv) {
    font-family: "Fraunces", serif;
    font-variation-settings: "opsz" 144;
    font-size: 1.75rem;
    font-weight: 400;
  }
  .nav-links a.btn-rdv {
    margin-top: 1rem;
    padding: 1rem 2rem;
    font-size: 0.9rem;
  }
  .hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
@media (max-width: 640px) {
  .top-strip {
    padding: 0.55rem 1rem;
    font-size: 0.68rem;
  }
  .top-strip .left {
    gap: 0.85rem;
  }
  .top-strip .left span:last-child {
    display: none;
  }
  nav {
    padding: 0.9rem 1.25rem;
  }
  section,
  .approach,
  .expertises,
  .moments,
  .practical,
  .credentials,
  .faq,
  .cta {
    padding: 4.5rem 1.25rem;
  }
  .hero-content {
    padding: 3rem 1.25rem 2.5rem;
  }
  .hero-content::before {
    left: 1.25rem;
    top: 3rem;
  }
  .hero-visual {
    min-height: 420px;
  }
  .hero-quote-overlay {
    right: 1rem;
    left: 1rem;
    bottom: 1rem;
    max-width: none;
  }
  .hero-badge {
    top: 1.25rem;
    right: 1.25rem;
    width: 75px;
    height: 75px;
  }
  .hero-badge .inner {
    font-size: 0.65rem;
  }
  .hero-badge .inner strong {
    font-size: 1.1rem;
  }
  .hero-trust {
    flex-wrap: wrap;
    gap: 1.5rem;
    padding-top: 1.5rem;
  }
  .approach-visual-badge {
    left: 1rem;
    right: 1rem;
    max-width: none;
  }
  .expertises-featured,
  .expertises-grid {
    grid-template-columns: 1fr;
  }
  .expertises-featured > :nth-child(3) {
    grid-column: auto;
    aspect-ratio: 3/4;
  }
  .moments-gallery {
    gap: 0.75rem;
  }
  .mg-2,
  .mg-3,
  .mg-4 {
    margin-top: 0;
  }
  .bento {
    grid-template-columns: 1fr;
  }
  .bento-cell.span-2 {
    grid-column: auto;
  }
  .approach-points {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .marquee-track {
    gap: 2rem;
  }
  .marquee span {
    font-size: 1rem;
  }
}

/* ───── PAGE LEGALE (mentions-legales) ───── */
.legal-page {
  background: var(--blanc);
  padding: 6rem 2.5rem 5rem;
}
.legal-container {
  max-width: 780px;
  margin: 0 auto;
}
.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: var(--terre);
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
  transition: gap 0.3s;
}
.legal-back:hover {
  gap: 0.75rem;
}
.legal-page h1 {
  font-family: "Fraunces", serif;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  line-height: 1.05;
  color: var(--noir);
  font-weight: 400;
  letter-spacing: -0.02em;
  margin: 0.75rem 0 1rem;
}
.legal-page h1 em {
  font-style: italic;
  color: var(--terre);
  font-weight: 300;
}
.legal-intro {
  color: var(--gris);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(43, 38, 32, 0.12);
}
.legal-block {
  margin-bottom: 2.5rem;
}
.legal-block h2 {
  font-family: "Fraunces", serif;
  font-size: 1.4rem;
  color: var(--noir);
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(43, 38, 32, 0.08);
}
.legal-block p,
.legal-block li {
  color: var(--gris);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 0.6rem;
}
.legal-block strong {
  color: var(--noir);
  font-weight: 500;
}
.legal-block a {
  color: var(--terre);
  border-bottom: 1px solid rgba(184, 111, 72, 0.3);
  transition: border-color 0.3s;
}
.legal-block a:hover {
  border-bottom-color: var(--terre);
}
.legal-block dl {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0.5rem 1.25rem;
}
.legal-block dt {
  color: var(--noir);
  font-weight: 500;
  font-size: 0.9rem;
  padding-top: 0.1rem;
}
.legal-block dd {
  color: var(--gris);
  font-size: 0.95rem;
  line-height: 1.6;
}
.legal-todo {
  display: inline-block;
  background: rgba(201, 168, 118, 0.18);
  color: var(--terre-fonce);
  padding: 0.1rem 0.5rem;
  border-radius: 3px;
  font-size: 0.85rem;
  font-style: italic;
}
@media (max-width: 640px) {
  .legal-page {
    padding: 3rem 1.25rem 3rem;
  }
  .legal-block dl {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
  .legal-block dd {
    margin-bottom: 0.85rem;
  }
}

