:root {
  --ink: #24211f;
  --muted: #706861;
  --paper: #fbfaf7;
  --sage: #b8c7b1;
  --rose: #d9a8a1;
  --clay: #b97862;
  --mist: #e7ece4;
  --line: #ddd5cc;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: color-mix(in srgb, var(--paper) 88%, white);
  border-bottom: 1px solid var(--line);
}

.brand {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  text-decoration: none;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 20px;
}

nav a {
  color: var(--muted);
  font-size: 0.92rem;
  text-decoration: none;
}

.hero,
.section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(44px, 7vw, 92px) clamp(18px, 4vw, 56px);
}

.hero {
  min-height: calc(100vh - 69px);
  background:
    radial-gradient(circle at 10% 18%, rgba(217, 168, 161, 0.34), transparent 34%),
    linear-gradient(135deg, #fbfaf7 0%, #eef1ea 52%, #f5e7e4 100%);
}

.hero-copy,
.section-copy {
  max-width: 640px;
}

.kicker {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 11ch;
  font-size: clamp(3.4rem, 11vw, 8.5rem);
  line-height: 0.92;
}

h2 {
  max-width: 13ch;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1;
}

p {
  max-width: 58ch;
  color: var(--muted);
  font-size: 1.04rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 18px;
  padding: 0 22px;
  color: white;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 999px;
  text-decoration: none;
}

.button.secondary {
  color: var(--ink);
  background: transparent;
}

.email-line a {
  color: var(--ink);
  font-weight: 700;
  text-decoration-color: var(--rose);
  text-underline-offset: 4px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 1px clamp(18px, 4vw, 56px);
  background: var(--line);
}

.proof-strip div {
  min-height: 132px;
  padding: 26px;
  background: #fffdf9;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: var(--clay);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1;
}

.proof-strip span {
  max-width: 18ch;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.94rem;
}

.portrait {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(145deg, var(--mist), #f4e1dd);
  border: 1px solid color-mix(in srgb, var(--line) 80%, transparent);
  border-radius: 8px;
}

.portrait-main {
  min-height: min(74vh, 760px);
}

.portrait.wide {
  min-height: 520px;
}

.portrait figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  color: var(--ink);
  background: rgba(251, 250, 247, 0.88);
  border: 1px solid rgba(36, 33, 31, 0.12);
  border-radius: 999px;
  font-size: 0.76rem;
}

.portrait.is-missing img {
  opacity: 0;
}

.portrait.is-missing::before {
  content: "Ajouter la photo client";
  position: absolute;
  inset: 20px;
  display: grid;
  place-items: center;
  color: var(--muted);
  border: 1px dashed rgba(36, 33, 31, 0.28);
  border-radius: 8px;
  font-weight: 700;
}

.about {
  background: #fffdf9;
}

.consultations-visual {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  background: var(--mist);
}

.offers,
.principles,
.reviews {
  padding: clamp(44px, 7vw, 92px) clamp(18px, 4vw, 56px);
  background: #fbfaf7;
}

.offers .section-copy,
.principles .section-copy,
.reviews .section-copy {
  margin-bottom: 30px;
}

.offer-grid,
.principle-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.offer-grid-focused {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.offer-grid article,
.principle-grid article,
.review-grid blockquote {
  min-height: 260px;
  margin: 0;
  padding: 26px;
  background: #fffdf9;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.offer-grid h3,
.principle-grid h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.offer-grid p,
.principle-grid p,
.review-grid p {
  margin: 0;
  font-size: 0.98rem;
}

.principles {
  background: #fffdf9;
}

.principle-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.time-section {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  background: #f3e7e4;
}

.quote-panel {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: clamp(26px, 4vw, 42px);
  background: color-mix(in srgb, #fffdf9 82%, var(--rose));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.quote-panel p {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.situations {
  display: block;
  background:
    linear-gradient(90deg, rgba(184, 199, 177, 0.34), transparent 62%),
    #fbfaf7;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--rose);
  border-radius: 50%;
  transform: translateY(-50%);
}

.reviews {
  background: #f3e7e4;
}

.review-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.review-grid blockquote {
  min-height: 220px;
  background: color-mix(in srgb, #fffdf9 82%, var(--rose));
}

.review-grid cite {
  display: block;
  margin-top: 24px;
  color: var(--clay);
  font-size: 0.86rem;
  font-style: normal;
}

.booking {
  padding: clamp(44px, 7vw, 92px) clamp(18px, 4vw, 56px);
  background: #fffdf9;
}

.booking .section-copy {
  margin-bottom: 30px;
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: 18px;
  align-items: stretch;
}

.calendar,
.slot-panel {
  padding: clamp(20px, 3vw, 32px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.calendar-header strong,
.slot-panel h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1;
}

.calendar-header button,
.calendar-grid button,
.slot-list button,
.mode-choice button {
  min-height: 44px;
  color: var(--ink);
  background: #fffdf9;
  border: 1px solid var(--line);
  border-radius: 999px;
  font: inherit;
  cursor: pointer;
}

.calendar-header button {
  width: 44px;
  font-size: 1.5rem;
  line-height: 1;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.calendar-grid span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.calendar-grid button {
  aspect-ratio: 1;
  min-height: auto;
  border-radius: 8px;
}

.calendar-grid button.is-muted {
  color: color-mix(in srgb, var(--muted) 52%, white);
  background: color-mix(in srgb, var(--paper) 70%, white);
}

.calendar-grid button.is-selected,
.slot-list button.is-selected,
.mode-choice button.is-selected {
  color: white;
  background: var(--ink);
  border-color: var(--ink);
}

.slot-panel {
  display: flex;
  flex-direction: column;
}

.slot-panel h3 {
  margin: 0 0 18px;
}

.slot-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.mode-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 4px;
}

.payment-note {
  display: grid;
  gap: 6px;
  margin: 18px 0 0;
  padding: 18px;
  background: #fffdf9;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.payment-note strong {
  color: var(--clay);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.payment-note span {
  color: var(--muted);
  font-size: 0.94rem;
}

.slot-panel p:last-child {
  margin-bottom: 0;
  font-size: 0.94rem;
}

.contact {
  background:
    linear-gradient(90deg, rgba(184, 199, 177, 0.42), transparent 58%),
    #fbfaf7;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

  .hero,
  .section,
  .consultations-visual,
  .time-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .proof-strip,
  .offer-grid,
  .offer-grid-focused,
  .principle-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portrait,
  .portrait-main,
  .portrait.wide {
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  .booking-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .proof-strip,
  .offer-grid,
  .offer-grid-focused,
  .principle-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  .calendar-grid {
    gap: 6px;
  }

  .calendar-grid button {
    font-size: 0.92rem;
  }

  .slot-list,
  .mode-choice {
    grid-template-columns: 1fr;
  }
}
