:root {
  color-scheme: light;
  --rose-50: #f8e5eb;
  --rose-100: #efc5d0;
  --rose-300: #d894a7;
  --mauve: #986271;
  --plum: #70434a;
  --wine: #5b3034;
  --gold: #d8b45c;
  --gold-soft: #f4df9f;
  --cream: #fff8f0;
  --ink: #2a1d1f;
  --muted: #876f73;
  --line: rgba(91, 48, 52, 0.16);
  --shadow: 0 24px 70px rgba(91, 48, 52, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 92px;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 6px;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 50;
  padding: 10px 16px;
  border-radius: 0 0 12px 12px;
  background: var(--wine);
  color: var(--cream);
  font-weight: 800;
  text-decoration: none;
  transition: top 160ms ease;
}

.skip-link:focus {
  top: 0;
}

body {
  margin: 0;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background-color: #8f5963;
  background-image:
    radial-gradient(circle at 13% 10%, rgba(244, 223, 159, 0.52), transparent 26rem),
    radial-gradient(circle at 87% 6%, rgba(216, 180, 92, 0.32), transparent 22rem),
    radial-gradient(circle at 80% 82%, rgba(112, 67, 74, 0.42), transparent 32rem),
    radial-gradient(circle at 18% 94%, rgba(248, 229, 235, 0.4), transparent 28rem),
    linear-gradient(135deg, #f7dbe4 0%, #d59baa 38%, #8f5963 76%, #70434a 100%);
  background-attachment: fixed;
}

/* Voile lumineux haut de page */
body::before {
  content: "";
  position: fixed;
  inset: 0 0 auto;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 248, 240, 0.82), rgba(255, 248, 240, 0));
  pointer-events: none;
  z-index: 1;
}

/* Grain texturé subtil pour le relief */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
}

/* Garder le contenu au-dessus des couches décoratives */
.prestations-page,
.shell,
.site-footer {
  position: relative;
  z-index: 2;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: calc(100% - 48px);
  height: 72px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 248, 240, 0.76);
  backdrop-filter: blur(18px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--wine);
  text-decoration: none;
  min-width: 0;
  justify-self: start;
}

.brand-mark {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 40% 30%, rgba(244, 223, 159, 0.2), transparent 42%),
    linear-gradient(145deg, rgba(112, 67, 74, 0.24), rgba(255, 248, 240, 0.46));
  border: 1px solid rgba(216, 180, 92, 0.62);
  box-shadow: 0 10px 24px rgba(91, 48, 52, 0.16);
  flex: 0 0 auto;
}

.brand-mark svg {
  width: 42px;
  height: 42px;
  display: block;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  object-position: center 44%;
}

.brand-mark .moon {
  fill: #f2c96c;
}

.brand-mark .hand {
  fill: none;
  stroke: #d8b45c;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-mark .palm,
.brand-mark .wrist {
  stroke-width: 2.7;
}

.brand-media img.reservation-logo-art {
  object-position: center center;
}

.brand-name {
  display: grid;
  gap: 1px;
  line-height: 0.9;
}

.brand-name strong {
  font-family: "Marcellus", Georgia, serif;
  font-size: 2.05rem;
  font-weight: 700;
  color: var(--wine);
}

.brand-name span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: center;
  grid-column: 2;
}

.site-nav a {
  min-height: 38px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--plum);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a.is-current {
  background: rgba(112, 67, 74, 0.12);
  color: var(--wine);
}

.shell {
  width: calc(100% - 48px);
  min-height: calc(100vh - 96px);
  margin: 0 auto;
  padding: 24px 0 28px;
  display: grid;
  grid-template-columns: minmax(360px, 0.7fr) minmax(720px, 1.3fr);
  gap: 18px;
  align-items: start;
}

.prestations-page {
  width: calc(100% - 48px);
  min-height: calc(100vh - 96px);
  margin: 0 auto;
  padding: 24px 0 38px;
}

.prestations-page-compact {
  padding-top: 18px;
}

.prestations-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 28px 28px 8px 8px;
  background:
    linear-gradient(135deg, rgba(255, 248, 240, 0.9), rgba(248, 229, 235, 0.72)),
    radial-gradient(circle at 90% 20%, rgba(216, 180, 92, 0.28), transparent 18rem);
  box-shadow: var(--shadow);
}

.prestations-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(3.3rem, 7vw, 7.2rem);
  line-height: 0.86;
  color: var(--wine);
}

.prestations-hero-text {
  max-width: 820px;
}

.prestations-hero-text .eyebrow {
  margin: 0 0 10px;
  color: var(--mauve);
}

.prestations-hero-text p {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.prestations-hero-signature {
  margin-top: 16px !important;
  color: var(--plum) !important;
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.45rem !important;
  font-weight: 600;
  font-style: italic;
}

.cta-button,
.detail-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
}

.cta-button {
  min-height: 52px;
  padding: 0 30px;
  border-radius: 999px;
  color: var(--wine);
  font-weight: 800;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  box-shadow: 0 14px 30px rgba(112, 67, 74, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(112, 67, 74, 0.3);
}

.hero-cta {
  min-width: 240px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: 28px;
}

.ghost-link {
  color: var(--plum);
  font-weight: 800;
  font-size: 0.92rem;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(112, 67, 74, 0.3);
  transition: color 150ms ease, border-color 150ms ease;
}

.ghost-link:hover {
  color: var(--wine);
  border-color: var(--gold);
}

.prestations-hero {
  position: relative;
  align-items: center;
  overflow: hidden;
}

.prestations-hero-text {
  position: relative;
  z-index: 2;
  flex: 1 1 460px;
}

.prestations-hero-visual {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: clamp(280px, 36vw, 460px);
  aspect-ratio: 1290 / 1388;
  display: grid;
  place-items: center;
}

.hero-frame {
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 28px 28px 22px 22px;
  overflow: hidden;
  border: 1px solid rgba(216, 180, 92, 0.55);
  box-shadow:
    0 32px 64px rgba(64, 27, 31, 0.42),
    inset 0 0 0 1px rgba(255, 248, 240, 0.22);
  animation: heroFloat 7s ease-in-out infinite;
}

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

.hero-glow {
  position: absolute;
  inset: -14%;
  z-index: 1;
  background: radial-gradient(circle at 50% 44%, rgba(244, 223, 159, 0.6), rgba(216, 180, 92, 0.2) 46%, transparent 72%);
  filter: blur(8px);
}

.hero-sparkle {
  position: absolute;
  z-index: 3;
  color: var(--gold-soft);
  text-shadow: 0 0 12px rgba(244, 223, 159, 0.9);
  animation: sparkle 3.2s ease-in-out infinite;
}

.hero-sparkle-1 {
  top: 5%;
  right: 7%;
  font-size: 1.5rem;
}

.hero-sparkle-2 {
  bottom: 13%;
  left: 1%;
  font-size: 1.1rem;
  animation-delay: 0.8s;
}

.hero-sparkle-3 {
  top: 44%;
  right: -4%;
  font-size: 0.95rem;
  animation-delay: 1.6s;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes sparkle {
  0%, 100% { opacity: 0.35; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.15); }
}

.prestations-board {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(540px, 1.28fr);
  gap: 18px;
  margin-bottom: 28px;
}

.prestations-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.prestation-tab {
  min-height: 112px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  text-align: left;
  color: var(--wine);
  background: rgba(255, 248, 240, 0.76);
  box-shadow: 0 10px 24px rgba(91, 48, 52, 0.08);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.prestation-tab:hover,
.prestation-tab.is-selected {
  transform: translateY(-2px);
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(244, 223, 159, 0.76), rgba(255, 248, 240, 0.96));
  box-shadow: 0 18px 38px rgba(91, 48, 52, 0.14);
}

.prestation-tab span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--plum);
  background: rgba(112, 67, 74, 0.1);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.prestation-tab strong {
  display: block;
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1;
}

.prestation-detail {
  min-height: 408px;
  border: 1px solid rgba(216, 180, 92, 0.52);
  border-radius: 8px;
  padding: 30px;
  background:
    linear-gradient(145deg, rgba(255, 248, 240, 0.96), rgba(248, 229, 235, 0.86)),
    radial-gradient(circle at 90% 5%, rgba(216, 180, 92, 0.38), transparent 16rem);
  box-shadow: var(--shadow);
}

.prestation-detail-image {
  width: 100%;
  height: 260px;
  display: block;
  margin-bottom: 24px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 16px 34px rgba(91, 48, 52, 0.14);
}

.prestation-detail h2,
.prestations-list h2 {
  margin: 0;
  font-family: "Marcellus", Georgia, serif;
  color: var(--wine);
}

.prestation-detail h2 {
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  line-height: 0.88;
}

.prestation-detail p {
  max-width: 780px;
  margin: 18px 0 24px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.prestation-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.prestation-facts div,
.prestation-advice {
  border: 1px solid rgba(91, 48, 52, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  padding: 14px;
}

.prestation-facts span,
.prestation-advice span,
.prestation-card span {
  display: block;
  color: var(--mauve);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.prestation-facts strong,
.prestation-advice strong {
  display: block;
  margin-top: 6px;
  color: var(--wine);
  line-height: 1.35;
}

.detail-cta {
  margin-top: 18px;
  width: fit-content;
  padding: 0 22px;
}

.prestations-list {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 248, 240, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.prestations-list h2 {
  font-size: 2.2rem;
}

.prestation-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: stretch;
}

.prestation-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 9px 14px;
  background: rgba(255, 255, 255, 0.64);
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.prestation-card.is-open {
  border-color: rgba(216, 180, 92, 0.82);
  background: rgba(255, 248, 240, 0.9);
  box-shadow: 0 16px 34px rgba(91, 48, 52, 0.12);
}

.prestation-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  display: block;
  margin-bottom: 12px;
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}

.prestation-card[data-card="gainage"] img {
  object-position: center 44%;
}

.prestation-card[data-card="semi"] img {
  object-position: center 42%;
}

.prestation-card[data-card="remplissage"] img {
  object-position: center 50%;
}

.prestation-card[data-card="depose"] img {
  object-position: center 48%;
}

.prestation-card[data-card="pieds"] img {
  object-position: center 54%;
}

.prestation-card[data-card="nail-art"] img {
  object-position: center 50%;
}

.prestation-card[data-card="semi-renforce-courts"] img,
.prestation-card[data-card="forfait-depose-semi-renforce"] img {
  object-position: center 40%;
}

.prestation-card-toggle {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  border: 0;
  padding: 0;
  text-align: left;
  color: inherit;
  background: transparent;
}

.prestation-card h3 {
  margin: 8px 0 7px;
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.38rem;
  line-height: 1;
  color: var(--wine);
}

.prestation-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.prestation-card-toggle > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
  color: var(--plum);
  font-size: 0.82rem;
  font-weight: 800;
}

.prestation-card-detail {
  display: none;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(91, 48, 52, 0.12);
}

.prestation-card.is-open .prestation-card-detail {
  display: block;
}

.prestation-card-detail p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.prestation-mini-facts {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 10px;
  margin-top: 12px;
}

.prestation-mini-facts div {
  padding: 10px;
  border: 1px solid rgba(91, 48, 52, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
}

.prestation-mini-facts span {
  display: block;
  color: var(--mauve);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.prestation-mini-facts strong {
  display: block;
  margin-top: 6px;
  color: var(--wine);
  font-size: 0.86rem;
  line-height: 1.3;
}

.prestation-card-detail a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 14px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--wine);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-weight: 800;
  font-size: 0.86rem;
  text-decoration: none;
}

.brand-panel,
.booking-panel {
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.brand-panel {
  position: relative;
  height: calc(100vh - 124px);
  min-height: 760px;
  max-height: 980px;
  border-radius: 28px 8px 8px 28px;
  background: linear-gradient(180deg, rgba(255, 248, 240, 0.18), rgba(91, 48, 52, 0.2));
}

.brand-media {
  position: absolute;
  inset: 0;
}

.brand-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(91, 48, 52, 0.04), rgba(91, 48, 52, 0.42)),
    radial-gradient(circle at 50% 48%, transparent 0 38%, rgba(65, 31, 35, 0.35) 74%);
}

.brand-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.brand-copy {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 36px;
  color: var(--cream);
  text-align: center;
  text-shadow: 0 2px 14px rgba(64, 27, 31, 0.32);
}

.eyebrow {
  margin: 0 0 8px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.brand-copy h1,
.topbar h2,
.section-heading h3 {
  margin: 0;
  font-family: "Marcellus", Georgia, serif;
}

.brand-copy h1 {
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.88;
  color: #f2c96c;
}

.brand-copy p:last-child {
  margin: 16px 0 0;
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
}

.booking-panel {
  min-height: 760px;
  border-radius: 8px 28px 28px 8px;
  background: rgba(255, 248, 240, 0.93);
  backdrop-filter: blur(16px);
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.topbar,
.section-heading,
.actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.topbar h2 {
  font-size: clamp(2.4rem, 4vw, 4.1rem);
  line-height: 0.95;
  color: var(--wine);
}

.booking-intro {
  max-width: 560px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.topbar .eyebrow,
.section-heading span {
  color: var(--mauve);
}

.status-pill {
  min-width: 116px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--wine);
  color: var(--cream);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 18px 0 24px;
}

.booking-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
}

.booking-perks span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(216, 180, 92, 0.34);
  border-radius: 999px;
  color: var(--plum);
  background: rgba(255, 255, 255, 0.42);
  font-size: 0.78rem;
  font-weight: 800;
}

.step-dot {
  height: 5px;
  border-radius: 999px;
  background: rgba(112, 67, 74, 0.18);
}

.step-dot.is-active {
  background: linear-gradient(90deg, var(--gold), var(--wine));
}

.booking-form {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.booking-step {
  display: none;
  min-height: 540px;
}

.booking-step.is-active {
  display: block;
}

.section-heading {
  margin-bottom: 16px;
}

.section-heading h3 {
  font-size: 2rem;
  line-height: 1;
  color: var(--plum);
}

.section-heading span {
  font-size: 0.9rem;
  font-weight: 700;
}

.guide-module {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 14px;
  margin: 0 0 28px;
}

.guide-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
}

.guide-tab {
  min-height: 76px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  text-align: left;
  color: var(--wine);
  background: rgba(255, 255, 255, 0.62);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.guide-tab:hover,
.guide-tab.is-selected {
  transform: translateY(-1px);
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(244, 223, 159, 0.72), rgba(255, 248, 240, 0.94));
  box-shadow: 0 12px 26px rgba(91, 48, 52, 0.12);
}

.guide-tab strong,
.guide-tab span {
  display: block;
}

.guide-tab strong {
  font-size: 0.96rem;
  line-height: 1.2;
}

.guide-tab span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.guide-detail {
  min-height: 238px;
  border: 1px solid rgba(216, 180, 92, 0.55);
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 248, 240, 0.95), rgba(248, 229, 235, 0.82)),
    radial-gradient(circle at 90% 10%, rgba(216, 180, 92, 0.32), transparent 12rem);
}

.guide-detail .guide-kicker {
  margin: 0 0 8px;
  color: var(--mauve);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guide-detail h4 {
  margin: 0;
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.9rem;
  line-height: 1;
  color: var(--wine);
}

.guide-detail p {
  margin: 12px 0 16px;
  color: var(--muted);
  line-height: 1.55;
}

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

.guide-fact {
  min-height: 70px;
  border-radius: 8px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(91, 48, 52, 0.1);
}

.guide-fact span {
  display: block;
  color: var(--mauve);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.guide-fact strong {
  display: block;
  margin-top: 5px;
  color: var(--wine);
  font-size: 0.88rem;
  line-height: 1.25;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-card,
.date-card,
.time-chip {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.service-card {
  position: relative;
  min-height: 142px;
  border-radius: 8px;
  padding: 13px;
  text-align: left;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(216, 180, 92, 0.35);
}

.service-card.is-selected::after {
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(216, 180, 92, 0.16);
}

.service-card:hover,
.date-card:hover,
.time-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(216, 180, 92, 0.8);
  box-shadow: 0 12px 30px rgba(91, 48, 52, 0.12);
}

.service-card.is-selected,
.date-card.is-selected,
.time-chip.is-selected {
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(244, 223, 159, 0.72), rgba(255, 248, 240, 0.94));
  box-shadow: 0 14px 34px rgba(91, 48, 52, 0.16);
}

.service-card strong {
  display: block;
  margin-top: 9px;
  color: var(--wine);
  font-size: 1.03rem;
  line-height: 1.25;
  padding-right: 18px;
}

.service-description {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.38;
}

.service-chip {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 0 8px;
  border-radius: 999px;
  color: var(--plum);
  background: rgba(112, 67, 74, 0.09);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(91, 48, 52, 0.1);
  color: var(--plum);
  font-weight: 800;
}

.service-meta small {
  min-height: 38px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 7px 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--wine);
  font-size: 0.9rem;
}

.service-meta small span {
  color: var(--mauve);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(216, 180, 92, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 248, 240, 0.74), rgba(248, 229, 235, 0.6)),
    radial-gradient(circle at 94% 50%, rgba(216, 180, 92, 0.22), transparent 12rem);
}

.booking-note strong {
  color: var(--wine);
  white-space: nowrap;
}

.booking-note span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.booking-note a {
  margin-left: auto;
  color: var(--wine);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.date-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(72px, 1fr));
  gap: 10px;
}

.date-strip.is-loading {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.date-card {
  min-height: 96px;
  border-radius: 8px;
  padding: 12px 8px;
  text-align: center;
}

.date-card span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.date-card strong {
  display: block;
  margin: 8px 0 3px;
  font-family: "Marcellus", Georgia, serif;
  font-size: 2rem;
  color: var(--wine);
}

.date-card em {
  font-style: normal;
  color: var(--mauve);
  font-size: 0.78rem;
  font-weight: 700;
}

.time-heading {
  margin-top: 28px;
}

.time-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.time-chip {
  min-height: 50px;
  border-radius: 999px;
  color: var(--wine);
  font-weight: 800;
}

.time-chip:disabled {
  opacity: 0.38;
  cursor: not-allowed;
  transform: none;
}

.time-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(216, 180, 92, 0.38);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.52);
  font-weight: 700;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--plum);
  font-size: 0.86rem;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  outline: none;
}

input {
  height: 48px;
  padding: 0 14px;
}

textarea {
  padding: 14px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(216, 180, 92, 0.16);
}

.full-field {
  grid-column: 1 / -1;
}

.summary-card {
  display: grid;
  gap: 12px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(248, 229, 235, 0.9));
}

.summary-card div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(91, 48, 52, 0.12);
}

.summary-card span {
  color: var(--muted);
  font-weight: 700;
}

.summary-card strong {
  text-align: right;
  color: var(--wine);
}

.summary-card .summary-total {
  padding: 14px 0 0;
  border-bottom: 0;
  font-size: 1.2rem;
}

.success-message {
  min-height: 58px;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(216, 180, 92, 0.18);
  color: var(--wine);
  font-weight: 800;
  display: none;
}

.success-message.is-visible {
  display: block;
}

[hidden] {
  display: none !important;
}

.booking-confirmation {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 12px 4px 8px;
  animation: confirmIn 0.45s ease both;
}

@keyframes confirmIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.confirmation-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin-bottom: 6px;
  border-radius: 50%;
  color: var(--wine);
  background: radial-gradient(circle at 30% 30%, rgba(216, 180, 92, 0.35), rgba(216, 180, 92, 0.16));
  border: 1.5px solid var(--gold);
  box-shadow: 0 0 0 6px rgba(216, 180, 92, 0.12);
  animation: iconPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s both;
}

@keyframes iconPop {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.confirmation-icon svg {
  width: 38px;
  height: 38px;
}

.booking-confirmation h2 {
  margin: 0;
  color: var(--wine);
}

.confirmation-lead {
  max-width: 44ch;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.55;
}

.confirmation-card {
  width: 100%;
  max-width: 420px;
  margin: 12px auto 4px;
  display: grid;
  gap: 12px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(248, 229, 235, 0.9));
  text-align: left;
}

.confirmation-card div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(91, 48, 52, 0.12);
}

.confirmation-card span {
  color: var(--muted);
  font-weight: 700;
}

.confirmation-card strong {
  text-align: right;
  color: var(--wine);
}

.confirmation-card .confirmation-total {
  padding: 14px 0 0;
  border-bottom: 0;
  font-size: 1.2rem;
}

.confirmation-note {
  max-width: 46ch;
  margin: 6px auto 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
}

.confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
}

.actions {
  margin-top: auto;
  padding-top: 24px;
}

.ghost-button,
.primary-button {
  min-width: 148px;
  height: 50px;
  border-radius: 999px;
  border: 0;
  font-weight: 800;
}

.ghost-button {
  color: var(--wine);
  background: rgba(112, 67, 74, 0.1);
}

.ghost-button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.primary-button {
  color: var(--wine);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  box-shadow: 0 12px 26px rgba(112, 67, 74, 0.18);
}

/* — Relief premium : verre, profondeur & filets dorés — */
.prestations-list,
.prestation-detail,
.booking-panel {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.prestations-list {
  position: relative;
  box-shadow: 0 30px 64px rgba(91, 48, 52, 0.22);
}

.prestations-list::before,
.prestations-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(216, 180, 92, 0.2), var(--gold), var(--gold-soft), var(--gold), rgba(216, 180, 92, 0.2), transparent);
  pointer-events: none;
}

.prestations-list::before {
  border-radius: 28px 28px 0 0;
}

.prestations-hero::after {
  border-radius: 28px 28px 0 0;
}

.prestations-hero {
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.prestation-card {
  position: relative;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.prestation-card img {
  transition: transform 480ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.prestation-card:hover {
  transform: translateY(-4px);
  border-color: rgba(216, 180, 92, 0.62);
  box-shadow: 0 24px 46px rgba(91, 48, 52, 0.2);
}

.prestation-card:hover img {
  transform: scale(1.07);
}

.prestation-detail,
.booking-panel {
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.brand-panel {
  box-shadow:
    var(--shadow),
    inset 0 0 0 1px rgba(216, 180, 92, 0.2);
}

/* — Réservation : relief & finitions pro++ — */
.booking-panel,
.brand-panel {
  position: relative;
}

.booking-panel::before,
.brand-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  z-index: 5;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(216, 180, 92, 0.25), var(--gold), var(--gold-soft), var(--gold), rgba(216, 180, 92, 0.25), transparent);
}

.brand-panel::before {
  border-radius: 28px 8px 0 0;
}

.brand-media img {
  transition: transform 1200ms ease;
}

.brand-panel:hover .brand-media img {
  transform: scale(1.04);
}

.brand-sparkle {
  position: absolute;
  z-index: 3;
  color: var(--gold-soft);
  text-shadow: 0 0 14px rgba(244, 223, 159, 0.9);
  animation: sparkle 3.4s ease-in-out infinite;
}

.brand-sparkle-1 {
  top: 12%;
  left: 14%;
  font-size: 1.4rem;
}

.brand-sparkle-2 {
  top: 24%;
  right: 16%;
  font-size: 1rem;
  animation-delay: 0.9s;
}

.brand-sparkle-3 {
  bottom: 34%;
  right: 22%;
  font-size: 1.2rem;
  animation-delay: 1.7s;
}

.brand-divider {
  display: block;
  width: 56px;
  height: 2px;
  margin: 14px auto;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-soft), transparent);
}

.service-card::before {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  top: 0;
  height: 2px;
  border-radius: 0 0 2px 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.service-card:hover::before,
.service-card.is-selected::before {
  opacity: 1;
}

.date-card,
.time-chip {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.date-card.is-selected,
.time-chip.is-selected {
  box-shadow:
    0 14px 34px rgba(91, 48, 52, 0.16),
    inset 0 0 0 1px rgba(216, 180, 92, 0.4);
}

.service-card,
.summary-card {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.site-footer {
  position: relative;
  z-index: 2;
  margin: 8px auto 0;
  width: calc(100% - 48px);
  border-radius: 28px 28px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: linear-gradient(160deg, rgba(91, 48, 52, 0.94), rgba(64, 27, 31, 0.96));
  color: var(--cream);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.site-footer-inner {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 32px;
  padding: 40px 40px 28px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand .brand-mark {
  width: 56px;
  height: 56px;
  border-color: rgba(216, 180, 92, 0.7);
}

.footer-brand strong {
  display: block;
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.7rem;
  color: var(--gold-soft);
  line-height: 1;
}

.footer-brand p {
  margin: 6px 0 0;
  font-family: "Marcellus", Georgia, serif;
  font-style: italic;
  font-size: 1rem;
  color: rgba(255, 248, 240, 0.78);
}

.footer-brand .footer-city {
  margin-top: 8px;
  font-family: Manrope, system-ui, sans-serif;
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 248, 240, 0.7);
}

.footer-col h3 {
  margin: 0 0 14px;
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: var(--gold-soft);
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.footer-col li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 0.9rem;
  color: rgba(255, 248, 240, 0.86);
}

.footer-col a {
  color: rgba(255, 248, 240, 0.86);
  text-decoration: none;
  transition: color 140ms ease;
}

.footer-col a:hover {
  color: var(--gold-soft);
}

.footer-legal {
  margin: 0;
  padding: 16px 40px 22px;
  border-top: 1px solid rgba(255, 248, 240, 0.16);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  color: rgba(255, 248, 240, 0.66);
}

/* === Raffinements réservation — expérience premium institut === */

:root {
  --radius-page: 26px;
  --radius-card: 14px;
  --radius-pill: 999px;
}

/* 2. H1 réservation un peu plus discret, plus de respiration */
.topbar h2 {
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 0.95;
  letter-spacing: -0.035em;
}

/* 3. Cartes : moins « formulaire », plus « carte soin premium » */
.service-card {
  border-radius: var(--radius-card);
  border: 1px solid rgba(112, 51, 57, 0.12);
  background: rgba(255, 252, 248, 0.78);
  box-shadow: 0 10px 30px rgba(80, 32, 38, 0.05);
}

.service-card:hover {
  transform: translateY(-2px);
  border-color: rgba(207, 167, 78, 0.55);
  box-shadow: 0 14px 38px rgba(80, 32, 38, 0.08);
}

/* 1. Sélection dorée subtile (moins « warning jaune ») */
.service-card.is-selected {
  border-color: rgba(207, 167, 78, 0.7);
  background: linear-gradient(135deg, rgba(250, 232, 177, 0.45), rgba(255, 251, 243, 0.92));
  box-shadow: 0 14px 36px rgba(195, 145, 54, 0.14);
}

.service-card.is-selected::after {
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(207, 167, 78, 0.14);
}

/* 4. Titres & descriptions de carte plus nets */
.service-card strong {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  color: #5a2930;
}

.service-description {
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(90, 41, 48, 0.68);
}

/* 5. Badges intégrés à l'univers bordeaux/rose */
.service-chip {
  background: rgba(112, 51, 57, 0.075);
  color: rgba(90, 41, 48, 0.72);
  border-radius: var(--radius-pill);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-card.is-selected .service-chip {
  background: rgba(207, 167, 78, 0.18);
  color: #6a3a25;
}

/* 6. Barre d'étapes plus fine et bijou */
.step-dot {
  height: 4px;
  border-radius: var(--radius-pill);
  background: rgba(90, 41, 48, 0.14);
}

.step-dot.is-active {
  background: linear-gradient(90deg, #d6ad55, #703339);
}

/* 7. Ligne de réassurance sous « Prestations » */
.section-subtitle {
  margin: 4px 0 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(90, 41, 48, 0.62);
}

/* 8. Visuel gauche un peu moins dominant */
.shell {
  grid-template-columns: minmax(320px, 0.82fr) minmax(680px, 1.78fr);
  gap: 26px;
}

/* 9. Barre de sélection + actions, finition crème premium */
.actions {
  flex-wrap: wrap;
  gap: 14px 18px;
  margin: auto -30px -30px;
  padding: 18px 30px;
  border-top: 1px solid rgba(112, 67, 74, 0.12);
  background: rgba(255, 250, 244, 0.7);
  border-radius: 0 0 28px 8px;
}

.selection-bar {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1 1 auto;
}

.selection-bar strong {
  font-size: 14px;
  font-weight: 700;
  color: #5a2930;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.selection-bar span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(90, 41, 48, 0.6);
}

.actions-buttons {
  display: flex;
  gap: 12px;
  flex: 0 0 auto;
}

/* Navigation des dates (semaine précédente / suivante) */
.date-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.date-nav span {
  min-width: 104px;
  text-align: center;
}

.date-nav button {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(112, 51, 57, 0.16);
  background: rgba(255, 252, 248, 0.8);
  color: var(--wine);
  font-size: 1.1rem;
  line-height: 1;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.date-nav button:hover:not(:disabled) {
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(244, 223, 159, 0.6), rgba(255, 251, 243, 0.95));
  transform: translateY(-1px);
}

.date-nav button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* 10. Arrondis harmonisés */
.date-card,
.summary-card,
.booking-note,
.guide-tab,
.guide-detail,
.prestation-tab {
  border-radius: var(--radius-card);
}

@media (max-width: 620px) {
  .selection-bar {
    display: none;
  }

  .actions-buttons {
    flex: 1;
    width: 100%;
  }
}

@media (max-width: 940px) {
  .site-header {
    width: calc(100% - 24px);
  }

  .site-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .prestations-page {
    width: min(100% - 24px, 760px);
    padding: 18px 0 32px;
  }

  .prestations-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .prestations-hero-visual {
    width: min(340px, 82%);
    align-self: center;
    margin-top: 8px;
  }

  .prestations-board {
    grid-template-columns: 1fr;
  }

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

  .shell {
    width: min(100% - 24px, 760px);
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px 0;
  }

  .brand-panel {
    height: 300px;
    min-height: 300px;
    max-height: none;
    border-radius: 24px 24px 8px 8px;
  }

  .brand-media img {
    object-position: center 42%;
  }

  .booking-panel {
    min-height: auto;
    border-radius: 8px 8px 24px 24px;
  }
}

@media (max-width: 620px) {
  body::before {
    height: 72px;
  }

  .site-header {
    width: 100%;
    height: 66px;
    padding: 0 16px;
    grid-template-columns: auto 1fr;
    gap: 10px;
  }

  .site-nav {
    gap: 4px;
    grid-column: 2;
    justify-self: end;
  }

  .site-nav a {
    min-height: 34px;
    padding: 8px 10px;
    font-size: 0.78rem;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .brand-mark svg {
    width: 37px;
    height: 37px;
  }

  .brand-name strong {
    font-size: 1.8rem;
  }

  .brand-name span {
    font-size: 0.64rem;
    letter-spacing: 0.22em;
  }

  .prestations-page {
    width: 100%;
    padding: 0;
  }

  .prestations-hero {
    border-left: 0;
    border-right: 0;
    border-radius: 0 0 18px 18px;
    padding: 26px 20px;
    box-shadow: none;
  }

  .prestations-hero h1 {
    font-size: 3.4rem;
  }

  .hero-cta {
    width: 100%;
    min-width: 0;
  }

  .prestations-board {
    display: block;
    margin: 0;
  }

  .prestations-tabs {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .prestation-detail {
    min-height: 0;
    margin: 0 20px 20px;
    padding: 22px;
    box-shadow: none;
  }

  .prestation-detail-image {
    height: 210px;
  }

  .prestation-facts,
  .prestation-cards {
    grid-template-columns: 1fr;
  }

  .prestations-list {
    border-left: 0;
    border-right: 0;
    border-radius: 18px 18px 0 0;
    padding: 22px 20px 90px;
  }

  .shell {
    width: 100%;
    padding: 0;
    gap: 0;
  }

  .brand-panel,
  .booking-panel {
    border-left: 0;
    border-right: 0;
    box-shadow: none;
  }

  .brand-panel {
    height: 230px;
    min-height: 230px;
    border-radius: 0 0 18px 18px;
  }

  .brand-copy {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .brand-copy h1 {
    font-size: 3.1rem;
  }

  .brand-copy p:last-child {
    margin-top: 8px;
    font-size: 1.1rem;
  }

  .booking-panel {
    border-radius: 18px 18px 0 0;
    margin-top: -10px;
    padding: 20px;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .booking-perks {
    margin-top: 16px;
  }

  .booking-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .booking-note a {
    margin-left: 0;
  }

  .service-grid,
  .guide-module,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .guide-tabs {
    grid-template-columns: 1fr;
  }

  .guide-facts {
    grid-template-columns: 1fr;
  }

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

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

  .booking-step {
    min-height: auto;
  }

  .actions {
    position: sticky;
    bottom: 0;
    margin: 0 -20px -20px;
    padding: 14px 20px;
    background: rgba(255, 248, 240, 0.92);
    backdrop-filter: blur(10px);
  }

  .ghost-button,
  .primary-button {
    min-width: 0;
    flex: 1;
  }

  .site-footer {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-radius: 20px 20px 0 0;
  }

  .site-footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px 22px 22px;
  }

  .footer-legal {
    padding: 16px 22px 26px;
  }
}

/* — Animations d'entrée — */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.prestations-hero,
.prestations-list,
.brand-panel,
.booking-panel,
.site-footer {
  animation: fadeUp 720ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.prestations-list,
.booking-panel {
  animation-delay: 120ms;
}

.site-footer {
  animation-delay: 80ms;
}

/* — Réglage typographique : Marcellus (titres) + Manrope (textes) — */

/* Marcellus n'existe qu'en Regular : on force 400 et on empêche le faux-gras */
.brand-name strong,
.prestations-hero h1,
.prestations-hero-signature,
.prestation-detail h2,
.prestations-list h2,
.brand-copy h1,
.brand-copy p:last-child,
.topbar h2,
.section-heading h3,
.guide-detail h4,
.date-card strong,
.footer-brand strong,
.footer-brand p,
.footer-col h3 {
  font-weight: 400;
  font-synthesis: style;
}

/* Noms de prestations : Manrope SemiBold */
.prestation-card h3,
.service-card strong {
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

.prestation-card h3 {
  font-size: 1.12rem;
  line-height: 1.25;
}

/* Boutons : Manrope SemiBold */
.cta-button,
.primary-button,
.ghost-button,
.detail-cta,
.prestation-card-detail a,
.site-nav a {
  font-weight: 600;
}

/* Labels durée / tarif : Manrope ExtraBold, petites majuscules */
.service-meta small span,
.prestation-card-toggle > div,
.prestation-facts span,
.prestation-advice span,
.prestation-mini-facts span,
.guide-fact span,
.prestation-card span {
  font-weight: 800;
}

/* — Grille typographique fine — */

/* H1 / hero / grands titres — Marcellus, 56–72px, ls négatif */
.prestations-hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

.brand-copy h1 {
  font-size: clamp(2.4rem, 6vw, 4.25rem);
  line-height: 1;
  letter-spacing: -0.015em;
}

.topbar h2 {
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.prestation-detail h2 {
  font-size: clamp(2.2rem, 5vw, 4.25rem);
  line-height: 1;
  letter-spacing: -0.015em;
}

/* H2 / titres de section — Marcellus, 32–44px */
.prestations-list h2 {
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: -0.008em;
}

.section-heading h3 {
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.008em;
}

/* H3 / titres secondaires — Marcellus, 24–30px */
.guide-detail h4 {
  font-size: 1.85rem;
  line-height: 1.15;
}

/* Navigation — Manrope SemiBold, 14–15px */
.site-nav a {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.005em;
}

/* Boutons — Manrope SemiBold, 14–15px, ls 0.3px */
.cta-button,
.primary-button,
.ghost-button,
.detail-cta,
.prestation-card-detail a {
  font-weight: 600;
  font-size: 0.94rem;
  letter-spacing: 0.3px;
}

/* Texte courant — Manrope Regular, 15–17px, interligne aéré */
.prestations-hero-text p {
  font-size: 1.06rem;
  line-height: 1.6;
}

.booking-intro,
.prestation-detail p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Descriptions de prestations — Manrope Regular, 14–15px */
.prestation-card p,
.service-description {
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 400;
}

/* Titres des cartes prestations — Manrope Bold 700, 16–18px */
.prestation-card h3,
.service-card strong {
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

.prestation-card h3 {
  font-size: 1.1rem;
}

.service-card strong {
  font-size: 1.05rem;
}

/* Prix / durée des cartes — chiffres en gras, pas en label */
.prestation-card-toggle > div {
  font-weight: 700;
}

/* Labels / tags — Manrope ExtraBold 800, 10–11px, majuscules espacées */
.prestation-card span,
.service-chip,
.prestation-tab span,
.service-meta small span,
.prestation-facts span,
.prestation-advice span,
.prestation-mini-facts span,
.guide-fact span {
  font-weight: 800;
  font-size: 0.69rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* — Étape Options (autre prestation + finition décorative) — */
.option-block {
  margin-bottom: 20px;
  padding: 18px;
  border: 1px solid rgba(91, 48, 52, 0.12);
  border-radius: var(--radius-card);
  background: rgba(255, 252, 248, 0.7);
}

.option-q {
  margin: 0 0 14px;
  font-family: "Marcellus", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1.15;
  color: var(--wine);
}

.option-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.option-add {
  min-height: 44px;
  padding: 0 20px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(207, 167, 78, 0.6);
  background: linear-gradient(135deg, rgba(244, 223, 159, 0.5), rgba(255, 251, 243, 0.95));
  color: var(--wine);
  font-weight: 600;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.option-add:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(195, 145, 54, 0.18);
}

.option-hint {
  color: var(--muted);
  font-size: 0.9rem;
}

.option-note {
  margin: 12px 0 0;
  color: rgba(90, 41, 48, 0.62);
  font-size: 0.86rem;
}

.addon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.addon-choice {
  display: grid;
  gap: 4px;
  min-height: 64px;
  padding: 12px 14px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: rgba(255, 252, 248, 0.78);
  color: var(--wine);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.addon-choice strong {
  font-weight: 600;
  font-size: 0.98rem;
}

.addon-choice span {
  color: var(--mauve);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.addon-choice:hover {
  transform: translateY(-1px);
  border-color: rgba(207, 167, 78, 0.55);
  box-shadow: 0 12px 28px rgba(80, 32, 38, 0.08);
}

.addon-choice.is-selected {
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(250, 232, 177, 0.45), rgba(255, 251, 243, 0.95));
  box-shadow:
    0 0 0 2px rgba(216, 180, 92, 0.55),
    0 12px 30px rgba(195, 145, 54, 0.16);
}

/* — Sélection : anneau doré subtil pour bien voir le choix — */
.service-card.is-selected,
.date-card.is-selected,
.time-chip.is-selected {
  border-color: var(--gold);
  box-shadow:
    0 0 0 2px rgba(216, 180, 92, 0.55),
    0 12px 30px rgba(195, 145, 54, 0.18);
}

/* — Repère « créneau idéal » (s'enchaîne sans laisser de trou) — */
.time-chip {
  position: relative;
}

.time-chip.is-ideal::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 2px rgba(255, 248, 240, 0.9);
}

.ideal-legend {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.ideal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  flex: 0 0 auto;
}

/* — Accessibilité : mouvement réduit — */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
