/* ============================================
   KIPSI · Lagune
   Palette vert d'eau · émeraude · bleu profond
   #e2fcd6 · #14967f · #095d7e · #ccecee · #f1f9ff
   ============================================ */

:root {
  /* Bases — bleu très clair, cyan pâle */
  --cream: #f1f9ff;
  --cream-warm: #ccecee;
  --paper: #ffffff;
  --paper-soft: #e8f3f7;

  /* Encres — ardoise teal profonde */
  --ink: #0c3a4a;
  --ink-2: #4a727f;
  --ink-3: #9bbcc6;
  --rule: rgba(9, 93, 126, .15);
  --rule-soft: rgba(9, 93, 126, .07);

  /* Émeraude */
  --sage: #4fbda3;
  --sage-soft: #e2fcd6;
  --sage-deep: #14967f;

  /* Cyan clair (ancien "rose") */
  --rose: #8fcdd6;
  --rose-soft: #ccecee;
  --rose-deep: #0d7a8a;

  /* Bleu profond — l'accent (ancien "corail") */
  --coral: #4f9fc0;
  --coral-soft: #d6e9f5;
  --coral-deep: #095d7e;

  /* Menthe douce (ancien "orange") */
  --orange: #6cc8ad;
  --orange-soft: #d8f5e8;
  --orange-deep: #14967f;

  /* Bleu pâle (5e ton) */
  --yellow: #b8d8e6;
  --yellow-soft: #f1f9ff;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  background-color: var(--cream);
  color: var(--ink);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* ===== Aplats naturels (anciennes zones à motif) ===== */
.liberty {
  background-color: var(--cream);
}
.liberty-soft {
  background-color: var(--paper-soft);
}

a { color: inherit; text-decoration: none; }
em, .kursive {
  font-style: italic;
  font-family: 'Fraunces', serif;
  font-variation-settings: "SOFT" 100;
  font-weight: 400;
  color: var(--sage-deep);
}
/* Titres : accent en couleur mais sans italique */
h1 em, h2 em, h3 em,
.ph-title em, .hero-title em, .welcome-title em, .cta-title em,
.specs-title em, .team-title em, .spec-detail-title em,
.booking-intro em {
  font-style: normal;
}

img, svg { display: block; max-width: 100%; }

/* ===== Header ===== */
.nav {
  position: sticky; top: 20px; z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px 12px 10px 24px;
  margin: 20px 40px 0;
  background: color-mix(in oklab, var(--paper) 92%, transparent);
  backdrop-filter: blur(20px);
  border-radius: 999px;
  border: 1px solid var(--rule);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 30px; height: 30px;
  display: grid; place-items: center;
  color: var(--sage-deep);
}
.brand-name {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: -.02em;
  color: var(--ink);
}
.brand-logo { display: block; width: auto; height: 42px; }
.brand-tag {
  font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-2); padding-left: 12px; margin-left: 2px;
  border-left: 1px solid var(--rule); line-height: 1.2;
}
.foot-brand .brand-logo { height: 46px; width: auto; align-self: flex-start; margin-bottom: 6px; }
.nav-links {
  display: flex; gap: 4px; justify-content: center;
  font-size: 14px; color: var(--ink-2);
}
.nav-links a {
  padding: 8px 16px; border-radius: 999px;
  transition: background .25s, color .25s;
}
.nav-links a:hover { background: var(--cream-warm); color: var(--ink); }
.nav-links a.active {
  color: var(--ink);
  background: var(--paper-soft);
  box-shadow: inset 0 0 0 1px var(--rule);
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  height: 44px; padding: 0 22px;
  border-radius: 999px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer; white-space: nowrap;
  transition: all .25s ease;
}
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: var(--sage-deep); transform: translateY(-1px); }
.btn-accent { background: var(--coral-deep); color: var(--paper); }
.btn-accent:hover { background: var(--orange-deep); transform: translateY(-1px); }
.btn-paper { background: var(--paper); color: var(--ink); border-color: var(--rule); }
.btn-paper:hover { background: #fff; }
.btn-text { background: transparent; color: var(--ink); padding: 0 8px; }
.btn-text:hover { color: var(--coral-deep); }
.btn-text .btn-arr { transition: transform .25s; }
.btn-text:hover .btn-arr { transform: translateX(4px); }
.btn-lg { height: 56px; padding: 0 28px; font-size: 15px; }

/* ===== Eyebrow ===== */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--sage-deep);
  font-weight: 500;
  margin-bottom: 24px;
}
.eyebrow::before {
  content: ''; width: 22px; height: 1px;
  background: var(--sage);
}

/* ===== Placeholders ===== */
.ph {
  position: relative; width: 100%; height: 100%;
  background-color: var(--paper-soft);
  background-image: repeating-linear-gradient(135deg, rgba(9,93,126,.05) 0 2px, transparent 2px 12px);
  overflow: hidden;
}
.ph-sage { background-color: var(--sage-soft); }
.ph-coral { background-color: var(--coral-soft); }
.ph-cream { background-color: var(--yellow-soft); }
.ph-rounded { border-radius: 28px; }
.ph::before {
  content: attr(data-ph);
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-family: 'Fraunces', serif;
  font-style: italic; font-size: 16px;
  color: var(--ink);
  letter-spacing: .02em;
  padding: 12px;
  text-align: center;
  background: radial-gradient(60% 50% at 50% 50%, color-mix(in oklab, var(--paper) 75%, transparent), transparent 70%);
}
.ph::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(80% 60% at 30% 25%, rgba(255,255,255,.35), transparent 60%);
}

/* ===== Hero ===== */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  padding: 80px 56px 96px;
  align-items: center;
  max-width: 1400px; margin: 0 auto;
}
.hero-inner { max-width: 600px; }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 12px; letter-spacing: .04em;
  color: var(--ink-2);
  margin-bottom: 32px;
}
.hero-eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--coral); position: relative;
}
.hero-eyebrow-dot::after {
  content: ''; position: absolute; inset: -4px;
  border-radius: 50%; background: var(--coral); opacity: .35;
  animation: pulse 2.4s infinite;
}
@keyframes pulse { 0%,100% { transform: scale(1); opacity: .35; } 50% { transform: scale(1.6); opacity: 0; } }

.hero-title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(48px, 6.5vw, 88px);
  line-height: 1.04;
  letter-spacing: -.025em;
  color: var(--ink);
  font-variation-settings: "SOFT" 60;
  margin-bottom: 28px;
  text-wrap: balance;
}
.hero-title em { color: var(--sage-deep); }
.hero-lead {
  font-size: 17px; line-height: 1.65;
  color: var(--ink-2); max-width: 500px;
  margin-bottom: 36px;
}
.hero-ctas { display: flex; align-items: center; gap: 16px; margin-bottom: 40px; flex-wrap: wrap; }
.hero-pill-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pill {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 7px 14px; border-radius: 999px;
  font-size: 13px; color: var(--ink-2);
  transition: all .25s;
}
.pill:hover { background: var(--rose-soft); color: var(--rose-deep); border-color: transparent; }

/* Hero visual — gentle column */
.hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 300px 170px;
  gap: 14px;
}
.hv-tile { border-radius: 24px; overflow: hidden; border: 1.5px solid var(--coral-deep); }
.hv-tile-2 { grid-column: 1; grid-row: 2; border-color: var(--sage); }
.hv-tile-3 { grid-column: 2; grid-row: 2; border-color: var(--rose-deep); }
.hv-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hv-tile-1 { grid-column: 1 / span 2; grid-row: 1; }
.hv-tile-1 .hv-img { object-position: center 60%; }
.hv-tile-2 { grid-column: 1; grid-row: 2; }
.hv-tile-2 .hv-img { object-position: 70% 45%; }
.hv-tile-3 { grid-column: 2; grid-row: 2; }
.hv-tile-3 .hv-img { object-position: center 40%; }
.hv-tile-3 .hpc-num { font-family: 'Fraunces', serif; font-size: 36px; line-height: 1; color: var(--coral-deep); }
.hv-tile-3 .hpc-lab { font-size: 12px; color: var(--ink-2); }
.hv-tile-3 .hpc-divider { width: 32px; height: 1px; background: var(--coral); margin: 12px 0; }

/* ===== Bienvenue ===== */
.welcome {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: start;
  max-width: 1290px; margin: 0 auto;
  padding: 24px 56px 8px;
}
.welcome-head { position: sticky; top: 120px; }
.welcome-title {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(30px, 3.4vw, 46px); line-height: 1.08;
  letter-spacing: -.02em; margin: 0 0 24px;
  text-wrap: balance;
  font-variation-settings: "SOFT" 50;
}
.welcome-title em { color: var(--sage-deep); }
.welcome-head .ulink { font-size: 15px; }
.welcome-body { display: flex; flex-direction: column; gap: 20px; }
.welcome-body p {
  font-size: 16px; line-height: 1.7; color: var(--ink-2);
  margin: 0; text-wrap: pretty;
}
.welcome-body p:first-child {
  font-size: 18px; color: var(--ink);
}
@media (max-width: 860px) {
  .welcome { grid-template-columns: 1fr; gap: 28px; }
  .welcome-head { position: static; }
}

/* ===== Intro strip ===== */
.intro-strip {
  display: grid; grid-template-columns: 1fr auto;
  gap: 32px; align-items: center;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 28px;
  padding: 32px 40px;
  margin: 0 auto;
  max-width: 1290px;
}
.is-text {
  font-family: 'Fraunces', serif;
  font-size: clamp(20px, 2.1vw, 26px);
  line-height: 1.4; color: var(--ink); max-width: 900px;
  font-variation-settings: "SOFT" 100;
}
.ulink {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 500; color: var(--ink);
  border-bottom: 1px solid var(--coral);
  padding-bottom: 2px;
  transition: color .25s, border-color .25s;
  white-space: nowrap;
}
.ulink:hover { color: var(--coral-deep); }

/* ===== Spécialités ===== */
.specs { padding: 120px 56px 100px; max-width: 1400px; margin: 0 auto; }
.specs-head { text-align: center; margin-bottom: 64px; }
.specs-head .eyebrow { justify-content: center; }
.specs-title {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.05; letter-spacing: -.02em;
  text-wrap: balance;
  font-variation-settings: "SOFT" 50;
}
.specs-title em { color: var(--sage-deep); }
.specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.spec-card {
  position: relative;
  display: flex; flex-direction: column;
  padding: 28px;
  border-radius: 28px;
  background: var(--paper);
  border: 1px solid var(--rule);
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s, border-color .25s;
  overflow: hidden;
  min-height: 340px;
}
.spec-card.sc-1 { background-color: var(--rose-soft); }
.spec-card.sc-2 { background-color: var(--coral-soft); }
.spec-card.sc-3 { background-color: var(--sage-soft); }
.spec-card.sc-4 { background-color: var(--orange-soft); }
.spec-card.sc-5 { background-color: var(--yellow-soft); }
.spec-card.sc-6 { background-color: var(--paper-soft); }
.spec-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px -20px rgba(47, 58, 44, .15);
}
.sc-num {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 13px;
  color: var(--sage-deep);
  margin-bottom: 80px;
}
.sc-title {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: 28px; letter-spacing: -.01em;
  color: var(--ink);
  margin-bottom: 6px;
}
.sc-kicker {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase;
  color: var(--sage-deep); margin-bottom: 4px;
}
.sc-lead {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 15px; color: var(--coral-deep);
  margin-bottom: 12px;
}
.sc-desc { font-size: 14px; color: var(--ink-2); margin-bottom: 0; flex-grow: 1; }
.sc-arrow {
  position: absolute; top: 28px; right: 28px;
  width: 36px; height: 36px;
  background: transparent; color: var(--ink);
  border-radius: 50%;
  border: 1px solid var(--rule);
  display: grid; place-items: center;
  font-size: 14px;
  transition: transform .25s, background .25s, color .25s, border-color .25s;
}
.spec-card:hover .sc-arrow {
  background: var(--coral-deep); color: var(--paper); border-color: var(--coral-deep);
  transform: rotate(-45deg);
}

/* ===== Approach ===== */
.approach {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
  padding: 100px 56px;
  max-width: 1400px; margin: 0 auto;
}
.ap-title {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(38px, 4.5vw, 60px); line-height: 1.05;
  letter-spacing: -.02em; margin-bottom: 24px;
  text-wrap: balance;
  font-variation-settings: "SOFT" 50;
}
.ap-title em { color: var(--sage-deep); }
.ap-desc { font-size: 16px; color: var(--ink-2); margin-bottom: 32px; max-width: 480px; }
.ap-list { list-style: none; }
.ap-list li {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--rule-soft);
  font-size: 15px;
  color: var(--ink);
}
.ap-list li:last-child { border-bottom: none; }
.ap-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--coral); flex-shrink: 0;
}
.ap-visual { aspect-ratio: 4/5; }
.ap-visual .ph {
  background-color: var(--sage-soft);
  box-shadow: 0 24px 48px -20px rgba(94, 122, 85, .35);
}
.ap-visual .ph::before { color: var(--ink); font-size: 18px; }

/* ===== Team ===== */
.team { padding: 100px 56px; max-width: 1400px; margin: 0 auto; }
.team-head { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 56px; gap: 24px; }
.team-title {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(38px, 4.5vw, 60px); line-height: 1.05;
  letter-spacing: -.02em; grid-column: 1; grid-row: 2;
  text-wrap: balance;
  font-variation-settings: "SOFT" 50;
}
.team-title em { color: var(--sage-deep); }
.team-head .eyebrow { grid-column: 1; grid-row: 1; }
.team-head .ulink { grid-column: 2; grid-row: 2; }

.team-row {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.team-row-4 { grid-template-columns: repeat(4, 1fr); max-width: 980px; }
.team-row-3 { grid-template-columns: repeat(3, 1fr); max-width: 620px; gap: 30px; }
.t-card {
  display: flex; flex-direction: column; gap: 12px;
  padding: 14px;
  border-radius: 20px;
  background: var(--paper);
  border: 1px solid var(--rule);
  transition: transform .3s, box-shadow .3s;
}
.t-card:hover { transform: translateY(-3px); box-shadow: 0 16px 32px -16px rgba(47, 58, 44, .12); }
.t-photo {
  aspect-ratio: 1;
  background: linear-gradient(155deg, var(--rose-soft), var(--cream-warm));
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}
.t-card:nth-child(2n) .t-photo { background: linear-gradient(155deg, var(--coral-soft), var(--cream-warm)); }
.t-card:nth-child(3n) .t-photo { background: linear-gradient(155deg, var(--sage-soft), var(--cream-warm)); }
.t-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.t-photo::before {
  content: attr(data-ph);
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 28px; color: rgba(47, 58, 44, .35);
}
.t-name { font-family: 'Fraunces', serif; font-size: 19px; line-height: 1.1; padding: 0 4px; }
.t-role { font-size: 12px; color: var(--ink-3); padding: 0 4px 4px; }

/* ===== Ateliers ===== */
.ateliers { padding: 100px 56px; max-width: 1400px; margin: 0 auto; }
.ateliers .at-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 24px; margin-bottom: 56px; }
.ateliers .at-head .at-title {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(38px, 4.5vw, 60px); line-height: 1.05;
  letter-spacing: -.02em; grid-column: 1; grid-row: 2;
  text-wrap: balance;
  font-variation-settings: "SOFT" 50;
}
.ateliers .at-head .at-title em { color: var(--sage-deep); }
.ateliers .at-head .eyebrow { grid-column: 1; grid-row: 1; }
.ateliers .at-head .ulink { grid-column: 2; grid-row: 2; }
.at-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.at-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 22px;
  padding: 22px;
  display: flex; flex-direction: column; gap: 16px;
  transition: transform .3s, box-shadow .3s, background .3s;
  cursor: pointer;
}
.at-card:hover { transform: translateY(-3px); box-shadow: 0 16px 32px -16px rgba(47, 58, 44, .12); }
.at-card .at-date {
  display: flex; flex-direction: column;
  font-family: 'Fraunces', serif;
  background: var(--rose-soft);
  color: var(--rose-deep);
  border-radius: 14px;
  width: 56px; height: 56px;
  align-items: center; justify-content: center;
}
.at-card:nth-child(2n) .at-date { background: var(--coral-soft); color: var(--coral-deep); }
.at-card:nth-child(3n) .at-date { background: var(--sage-soft); color: var(--sage-deep); }
.at-day { font-size: 24px; line-height: 1; font-weight: 500; }
.at-mon { font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.at-name { font-family: 'Fraunces', serif; font-weight: 400; font-size: 19px; line-height: 1.2; }
.at-meta { font-size: 12px; color: var(--ink-3); }
.at-full { color: var(--coral-deep); font-weight: 500; }

/* ===== Infos ===== */
.infos {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 24px 56px 80px;
  max-width: 1400px; margin: 0 auto;
}
.info-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 22px;
  padding: 24px;
}
.ic-label {
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--sage-deep); margin-bottom: 12px;
}
.ic-val { font-family: 'Fraunces', serif; font-size: 16px; line-height: 1.35; color: var(--ink); white-space: nowrap; }

/* ===== CTA ===== */
.cta {
  margin: 24px 40px 32px;
  padding: 100px 56px;
  border-radius: 36px;
  background-color: var(--sage-soft);
  background-image:
    radial-gradient(80% 120% at 18% 0%, color-mix(in oklab, var(--coral-soft) 70%, transparent), transparent 60%),
    radial-gradient(70% 110% at 92% 100%, color-mix(in oklab, var(--orange-soft) 75%, transparent), transparent 60%);
  border: 1px solid var(--rule);
  overflow: hidden;
  text-align: center;
}
.cta-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.cta-title {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1.02; letter-spacing: -.02em;
  margin-bottom: 20px;
  color: var(--ink);
  text-wrap: balance;
  font-variation-settings: "SOFT" 50;
}
.cta-title em { color: var(--sage-deep); }
.cta-sub { font-size: 16px; color: var(--ink-2); margin-bottom: 36px; }

/* ===== Footer ===== */
.footer { padding: 80px 56px 32px; background: var(--cream); }
.foot-top {
  display: grid; grid-template-columns: 1fr 2fr; gap: 64px;
  max-width: 1400px; margin: 0 auto 64px;
}
.foot-brand { display: flex; flex-direction: column; gap: 10px; }
.foot-brand .brand-mark { color: var(--sage-deep); }
.foot-name { font-family: 'Fraunces', serif; font-size: 28px; color: var(--ink); }
.foot-tag { color: var(--ink-3); font-size: 13px; max-width: 280px; }
.foot-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.foot-h { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--sage-deep); margin-bottom: 16px; }
.foot-cols a, .foot-cols div { display: block; font-size: 13px; color: var(--ink-2); padding: 4px 0; transition: color .2s; }
.foot-cols a:hover { color: var(--ink); }
.foot-bot {
  max-width: 1400px; margin: 0 auto;
  display: flex; justify-content: space-between;
  padding-top: 24px; border-top: 1px solid var(--rule);
  font-size: 12px; color: var(--ink-3);
}

/* ===== Page hero (sous-pages) ===== */
.page-hero {
  position: relative;
  padding: 72px 56px 56px;
  max-width: 1100px; margin: 0 auto;
  text-align: center;
}
.page-hero .eyebrow { justify-content: center; }
.ph-title {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(40px, 4.2vw, 60px);
  line-height: 1.04; letter-spacing: -.025em;
  margin-bottom: 20px; text-wrap: balance;
  font-variation-settings: "SOFT" 50;
}
.ph-title em { color: var(--sage-deep); }
.ph-lead { font-size: 17px; line-height: 1.65; color: var(--ink-2); max-width: 580px; margin: 0 auto; }

/* ===== Specialty page details ===== */
.spec-detail { padding: 56px 56px 96px; max-width: 1300px; margin: 0 auto; }
.spec-detail-row {
  display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: 80px; align-items: center;
  padding: 64px 0;
  border-bottom: 1px solid var(--rule);
}
.spec-detail-row:last-child { border-bottom: none; }
.spec-detail-row.reverse > .spec-detail-img { order: 2; justify-self: start; }
.spec-detail-img {
  aspect-ratio: 4/5;
  width: 100%; max-width: 250px; justify-self: end;
  border-radius: 24px; overflow: hidden;
  border: 2px solid var(--coral);
}
.spec-detail-row:nth-of-type(1) .spec-detail-img { border-color: var(--coral-deep); }
.spec-detail-row:nth-of-type(2) .spec-detail-img { border-color: var(--sage); }
.spec-detail-row:nth-of-type(3) .spec-detail-img { border-color: var(--rose-deep); }
.spec-detail-row:nth-of-type(4) .spec-detail-img { border-color: var(--orange-deep); }
.spec-detail-row:nth-of-type(5) .spec-detail-img { border-color: var(--rose); }
.spec-detail-row:nth-of-type(6) .spec-detail-img { border-color: var(--orange); }
.spec-detail-row:nth-of-type(6) .spec-detail-img .img-cover { object-position: 72% center; }
.spec-detail-img .img-cover {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.spec-detail-row .spec-detail-num {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 16px; color: var(--coral-deep); margin-bottom: 14px;
}
.spec-detail-title {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(36px, 4.5vw, 56px); line-height: 1.05; letter-spacing: -.02em;
  margin-bottom: 10px;
  font-variation-settings: "SOFT" 50;
}
.sdt-kicker {
  display: block;
  font-family: 'DM Sans', sans-serif; font-style: normal;
  font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase;
  color: var(--sage-deep); margin-bottom: 8px;
}
.spec-detail-lead {
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 19px; color: var(--sage-deep); margin-bottom: 20px;
}
.spec-detail-desc { font-size: 15px; color: var(--ink-2); margin-bottom: 24px; max-width: 460px; }
.spec-bullets { list-style: none; }
.spec-bullets li {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule-soft);
  font-size: 14px;
}
.spec-bullets li::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--coral); flex-shrink: 0;
}

/* Cours de yoga */
.yoga-classes { display: flex; flex-direction: column; gap: 14px; max-width: 460px; }
.yoga-class {
  padding: 16px 20px;
  background: var(--paper); border: 1px solid var(--rule);
  border-radius: 16px; border-left: 3px solid var(--coral);
}
.yc-name {
  font-family: 'Fraunces', serif; font-size: 18px; color: var(--ink); margin-bottom: 3px;
}
.yc-name span { font-style: italic; font-size: 13px; color: var(--ink-3); }
.yc-when { font-size: 14px; color: var(--coral-deep); font-weight: 500; margin-bottom: 4px; }
.yc-prof { font-size: 13px; color: var(--ink-2); }
.yc-prof a { color: var(--sage-deep); transition: color .2s; }
.yc-prof a:hover { color: var(--coral-deep); }
.yc-start { font-style: italic; font-size: 12px; color: var(--ink-3); margin-top: 6px; }

/* ===== Team page ===== */
.team-page { padding: 64px 56px 96px; max-width: 1400px; margin: 0 auto; }

/* Fiches détaillées praticiennes */
.tp-list { display: flex; flex-direction: column; gap: 18px; }
.tp-detail {
  display: grid; grid-template-columns: 158px 1fr; gap: 40px;
  background: var(--paper); border: 1px solid var(--rule);
  border-radius: 28px; padding: 30px;
  transition: box-shadow .3s;
}
.tp-detail:hover { box-shadow: 0 24px 48px -24px rgba(9, 93, 126, .14); }
.tp-detail-side { display: flex; flex-direction: column; }
.tp-detail-side .tp-photo {
  aspect-ratio: 4/5; border-radius: 16px;
  position: relative; overflow: hidden; margin-bottom: 24px;
  padding: 0;
  border: 1.5px solid var(--sage);
  box-shadow: 0 14px 30px -16px rgba(20, 150, 127, .3);
}
.tp-detail-side .tp-photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  border-radius: 14px;
}
.tp-detail:nth-child(2) .tp-photo {
  border-color: var(--coral-deep);
  box-shadow: 0 14px 30px -16px rgba(9, 93, 126, .3);
}
.tp-detail:nth-child(3) .tp-photo {
  border-color: var(--rose-deep);
  box-shadow: 0 14px 30px -16px rgba(20, 160, 160, .3);
}
.tp-detail-side .tp-photo::before {
  content: attr(data-ph); position: absolute; inset: 0;
  display: grid; place-items: center;
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 44px; color: rgba(255, 255, 255, .55);
}
.tp-detail-side .tp-num { font-family: 'Fraunces', serif; font-style: italic; font-size: 13px; color: var(--coral-deep); margin-bottom: 6px; }
.tp-detail-name { font-family: 'Fraunces', serif; font-weight: 400; font-size: 23px; line-height: 1.1; color: var(--ink); margin-bottom: 14px; white-space: nowrap; }
.tp-detail-gerante { font-family: 'Fraunces', serif; font-style: italic; font-size: 14px; color: var(--sage-deep); margin: -10px 0 14px; }
.tp-detail-role { font-size: 13px; color: var(--ink-2); line-height: 1.5; margin-bottom: 14px; }
.tp-detail-side .tp-tel { margin: 0 0 8px; align-self: flex-start; white-space: nowrap; }

.tp-detail-info { padding-top: 6px; padding-left: 64px; }
.tp-tagline {
  font-family: 'Fraunces', serif; font-size: 21px; line-height: 1.45;
  color: var(--ink); margin-bottom: 40px; text-wrap: pretty;
}
.tp-tagline strong { color: var(--sage-deep); font-weight: 500; }
.tp-legal { display: grid; }
.tp-legal > div {
  display: grid; grid-template-columns: 200px 1fr; gap: 24px;
  padding: 9px 0; border-bottom: 1px solid var(--rule-soft);
}
.tp-legal > div:last-child { border-bottom: none; }
.tp-legal dt { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: var(--sage-deep); padding-top: 2px; }
.tp-legal dd { font-size: 12.5px; line-height: 1.45; color: var(--ink-2); margin: 0; }
@media (max-width: 820px) {
  .tp-detail { grid-template-columns: 1fr; gap: 24px; }
  .tp-detail-side { max-width: 280px; }
  .tp-legal > div { grid-template-columns: 1fr; gap: 3px; }
}

.tp-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.tp-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 28px;
  padding: 20px;
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .3s, box-shadow .3s;
}
.tp-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -20px rgba(47, 58, 44, .12); }
.tp-photo {
  aspect-ratio: 4/3;
  background: linear-gradient(155deg, var(--rose-soft), var(--cream-warm));
  border-radius: 20px;
  position: relative; overflow: hidden;
}
.tp-card:nth-child(3n+1) .tp-photo { background: linear-gradient(155deg, var(--rose-soft), var(--cream-warm)); }
.tp-card:nth-child(3n+2) .tp-photo { background: linear-gradient(155deg, var(--sage-soft), var(--cream-warm)); }
.tp-card:nth-child(3n+3) .tp-photo { background: linear-gradient(155deg, var(--coral-soft), var(--cream-warm)); }
.tp-photo::before {
  content: attr(data-ph);
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 48px; color: rgba(47, 58, 44, .3);
}
.tp-num { font-family: 'Fraunces', serif; font-style: italic; font-size: 13px; color: var(--coral-deep); padding: 0 4px; }
.tp-name { font-family: 'Fraunces', serif; font-size: 26px; line-height: 1.05; padding: 0 4px; }
.tp-role { font-size: 13px; color: var(--ink-2); margin-top: -4px; padding: 0 4px; }
.tp-focus { font-size: 12px; color: var(--ink-3); padding: 0 4px 4px; line-height: 1.5; }
.tp-tel {
  display: inline-flex; align-items: center; gap: 6px;
  margin: 2px 4px 4px;
  font-size: 13px; font-weight: 500; color: var(--coral-deep);
  border-bottom: 1px solid var(--coral-soft);
  padding-bottom: 2px; align-self: flex-start;
  transition: border-color .25s;
}
.tp-tel:hover { border-color: var(--coral-deep); }

/* ===== Ateliers page ===== */
.ateliers-page { padding: 48px 56px 96px; max-width: 1100px; margin: 0 auto; }
.apg-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.apg-card {
  display: grid; grid-template-columns: auto 1fr auto;
  gap: 20px; align-items: center;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 22px;
  padding: 20px;
  transition: transform .3s, box-shadow .3s;
}
.apg-card:hover { transform: translateY(-3px); box-shadow: 0 16px 32px -16px rgba(47, 58, 44, .12); }
.apg-card .at-date {
  background: var(--rose-soft); color: var(--rose-deep);
  border-radius: 14px; width: 64px; height: 64px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif;
}
.apg-card:nth-child(3n+2) .at-date { background: var(--coral-soft); color: var(--coral-deep); }
.apg-card:nth-child(3n) .at-date { background: var(--sage-soft); color: var(--sage-deep); }
.apg-card-body { display: flex; flex-direction: column; gap: 4px; }
.apg-card-name { font-family: 'Fraunces', serif; font-size: 20px; line-height: 1.15; }
.apg-card-meta { font-size: 12px; color: var(--ink-3); }
.apg-card-spots {
  font-size: 12px; padding: 6px 12px; border-radius: 999px;
  background: var(--cream-warm); color: var(--ink-2);
  white-space: nowrap;
}
.apg-card-spots.full { background: var(--coral-deep); color: var(--paper); }

/* ===== Contact page ===== */
.contact-page { padding: 48px 56px 96px; max-width: 1400px; margin: 0 auto; }

/* Annuaire prise de RDV */
.booking-intro {
  font-family: 'Fraunces', serif;
  font-size: clamp(22px, 2.4vw, 30px); line-height: 1.35;
  color: var(--ink); max-width: 820px; margin: 0 0 40px;
  font-variation-settings: "SOFT" 80;
  text-wrap: balance;
}
.booking-intro em { color: var(--sage-deep); }
.booking-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px; margin-bottom: 40px;
}
.book-card {
  display: flex; flex-direction: column;
  background: var(--paper); border: 1.5px solid var(--coral);
  border-radius: 22px; padding: 26px 26px 24px;
  transition: transform .3s, box-shadow .3s;
}
.booking-grid > .book-card:nth-of-type(1) { border-color: var(--coral-deep); }
.booking-grid > .book-card:nth-of-type(2) { border-color: var(--sage); }
.booking-grid > .book-card:nth-of-type(3) { border-color: var(--rose-deep); }
.booking-grid > .book-card:nth-of-type(4) { border-color: var(--orange-deep); }
.booking-grid > .book-card:nth-of-type(5) { border-color: var(--rose); }
.booking-grid > .book-card:nth-of-type(6) { border-color: var(--orange); }
.book-card:hover { transform: translateY(-3px); box-shadow: 0 16px 32px -16px rgba(9, 93, 126, .14); }
.book-disc {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: 20px; line-height: 1.2; color: var(--ink);
  margin: 0 0 18px; padding-bottom: 16px;
  border-bottom: 1px solid var(--rule);
  min-height: calc(2 * 1.2em + 16px);
}
.book-disc span { color: var(--ink-3); font-style: italic; font-size: 16px; }
.book-people { display: flex; flex-direction: column; gap: 18px; }
.book-person { display: flex; flex-direction: column; gap: 3px; }
.bp-name { font-size: 14px; font-weight: 500; color: var(--ink); }
.bp-tel {
  font-family: 'Fraunces', serif; font-size: 17px; color: var(--coral-deep);
  width: max-content; transition: color .2s;
}
.bp-tel:hover { color: var(--sage-deep); }
.bp-online {
  display: inline-flex; align-items: center; gap: 6px; width: max-content;
  white-space: nowrap;
  font-size: 12.5px; color: var(--sage-deep); margin-top: 2px;
  border-bottom: 1px solid var(--sage-soft); padding-bottom: 1px;
  transition: border-color .2s;
}
.bp-online:hover { border-color: var(--sage-deep); }
.cp-grid-end { margin-top: 8px; }
@media (max-width: 920px) { .booking-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .booking-grid { grid-template-columns: 1fr; } }

.cp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.cp-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 28px;
  padding: 36px;
}
.cp-card.warm {
  background:
    radial-gradient(70% 80% at 80% 20%, rgba(20, 150, 127, .28), transparent 70%),
    radial-gradient(60% 80% at 20% 90%, rgba(9, 93, 126, .22), transparent 70%),
    var(--paper);
}
.cp-h {
  font-family: 'Fraunces', serif; font-size: 28px; line-height: 1.1;
  margin-bottom: 24px; letter-spacing: -.01em;
}
.cp-rows { display: flex; flex-direction: column; gap: 16px; }
.cp-tels { display: flex; flex-direction: column; gap: 12px; }
.cp-tel {
  display: flex; flex-direction: column; gap: 2px;
  padding-bottom: 12px; border-bottom: 1px solid var(--rule-soft);
}
.cp-tel:last-child { border-bottom: none; padding-bottom: 0; }
.cp-tel span { font-size: 12px; color: var(--ink-2); }
.cp-tel a {
  font-family: 'Fraunces', serif; font-size: 18px; color: var(--coral-deep);
  transition: color .2s;
}
.cp-tel a:hover { color: var(--sage-deep); }
.cp-row { display: grid; grid-template-columns: 100px 1fr; gap: 24px; align-items: baseline; padding-bottom: 14px; border-bottom: 1px solid var(--rule-soft); }
.cp-row:last-child { border-bottom: none; }
.cp-row-label { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--sage-deep); }
.cp-row-val { font-family: 'Fraunces', serif; font-size: 15.5px; line-height: 1.4; }
.cp-map {
  border-radius: 28px; overflow: hidden;
  aspect-ratio: 16/7;
}
.cp-map .ph { background: linear-gradient(135deg, var(--sage-soft), var(--sage)); }
.cp-map .ph::before { font-size: 18px; color: rgba(255,255,255,.82); }
.cp-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.cp-grid-end { align-items: stretch; }
.cp-grid-end .cp-map { aspect-ratio: auto; height: 100%; min-height: 380px; }
@media (max-width: 760px) { .cp-grid-end .cp-map { min-height: 300px; } }

.faq { padding: 80px 56px 100px; max-width: 1000px; margin: 0 auto; }
.faq h2 {
  font-family: 'Fraunces', serif; font-weight: 400;
  font-size: clamp(36px, 4.5vw, 56px); line-height: 1.05; letter-spacing: -.02em;
  margin-bottom: 40px; text-align: center;
  font-variation-settings: "SOFT" 50;
}
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-list details {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 18px;
  padding: 20px 24px;
  transition: background .2s;
}
.faq-list details[open] { background: var(--paper-soft); }
.faq-list summary {
  font-family: 'Fraunces', serif; font-size: 19px;
  cursor: pointer; list-style: none; position: relative;
  padding-right: 36px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: '+'; position: absolute; right: 0; top: -2px;
  font-size: 24px; line-height: 1; color: var(--coral-deep);
  transition: transform .3s;
}
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { margin-top: 12px; font-size: 14px; color: var(--ink-2); max-width: 720px; }

@media (prefers-reduced-motion: no-preference) {
  .hero-title, .specs-title, .ap-title, .team-title, .ateliers .at-title, .ph-title, .cta-title {
    animation: rise .8s cubic-bezier(.2,.7,.2,1);
  }
  @keyframes rise { from { transform: translateY(12px); } to { transform: none; } }
}

/* ============================================
   RESPONSIVE — Tablette & Mobile
   ============================================ */
@media (max-width: 768px) {
  /* — Header / barre de navigation — */
  .nav {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center; justify-content: space-between;
    gap: 12px 12px;
    margin: 12px 12px 0;
    padding: 12px 12px 12px 18px;
    border-radius: 26px;
  }
  .brand-tag { display: none; }
  .brand-logo { height: 32px; }
  .brand { grid-column: 1; grid-row: 1; }
  .nav .btn-primary { grid-column: 2; grid-row: 1; justify-self: end; }
  .nav-links {
    grid-column: 1 / -1; grid-row: 2;
    display: flex; justify-content: space-between; gap: 4px;
    padding-top: 12px;
    border-top: 1px solid var(--rule);
    font-size: 13.5px;
  }
  .nav-links a {
    flex: 1; text-align: center;
    padding: 9px 6px;
  }
  .nav .btn-lg, .nav .btn { height: 42px; padding: 0 18px; font-size: 14px; }

  /* — Marges latérales générales — */
  .hero, .welcome, .specs, .approach, .team, .ateliers, .infos,
  .footer, .page-hero, .spec-detail, .team-page, .ateliers-page,
  .contact-page, .faq {
    padding-left: 20px; padding-right: 20px;
  }

  /* — Titres un peu plus compacts — */
  .hero-title { font-size: clamp(38px, 10vw, 56px); margin-bottom: 22px; }
  .ph-title { font-size: clamp(34px, 9vw, 48px); }

  /* — Hero — */
  .hero { grid-template-columns: 1fr; gap: 32px; padding-top: 36px; padding-bottom: 48px; }
  .hero-inner { max-width: none; }
  .hero-visual { grid-template-rows: 220px 150px; gap: 12px; }

  /* — Bienvenue — */
  .welcome { gap: 28px; }

  /* — Spécialités (cartes) — */
  .specs { padding-top: 64px; padding-bottom: 56px; }
  .specs-head { margin-bottom: 40px; }
  .specs-grid { grid-template-columns: 1fr; }

  /* — Approche (si présente) — */
  .approach { grid-template-columns: 1fr; gap: 32px; padding-top: 56px; padding-bottom: 56px; }

  /* — Équipe (accueil) — */
  .team { padding-top: 56px; padding-bottom: 56px; }
  .team-head { margin-bottom: 32px; }
  .team-row-3 { max-width: none; gap: 14px; }
  .t-card { padding: 8px; gap: 8px; }

  /* — Ateliers — */
  .ateliers { padding-top: 56px; padding-bottom: 56px; }
  .at-cards { grid-template-columns: 1fr 1fr; }

  /* — Infos pratiques — */
  .infos { grid-template-columns: 1fr 1fr; padding-bottom: 56px; }
  .ic-val { white-space: normal; }

  /* — Pied de page — */
  .foot-top { grid-template-columns: 1fr; gap: 32px; }

  /* — CTA — */
  .cta { margin: 16px 12px 24px; padding: 56px 24px; }

  /* — En-tête des sous-pages — */
  .page-hero { padding-top: 48px; padding-bottom: 36px; }

  /* — Page Soins : blocs détaillés — */
  .spec-detail { padding-top: 36px; padding-bottom: 64px; }
  .spec-detail-row { grid-template-columns: 1fr; gap: 22px; }
  .spec-detail-row .spec-detail-img { justify-self: start; width: 100%; max-width: 340px; }

  /* — Page Contact — */
  .contact-page { padding-top: 32px; padding-bottom: 64px; }
  .cp-grid { grid-template-columns: 1fr; gap: 16px; }
  .cp-grid-end .cp-map { min-height: 260px; }

  /* — Page Ateliers — */
  .apg-cards { grid-template-columns: 1fr; }

  /* — FAQ — */
  .faq { padding-top: 56px; padding-bottom: 64px; }
}

@media (max-width: 480px) {
  .infos { grid-template-columns: 1fr; }
  .at-cards { grid-template-columns: 1fr; }
  .nav-links a { padding: 6px 10px; font-size: 12.5px; }
  .nav .btn-lg, .nav .btn { height: 42px; padding: 0 16px; font-size: 13.5px; }
}
