/* =========================================================
   F&S COIFFURE — RESERVATION.CSS
   VERSION CLAIRE, ÉLÉGANTE, ARRONDIE ET PREMIUM
========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@500;600;700;800&family=Poppins:wght@300;400;500;600&display=swap");

/* =========================================================
   VARIABLES ET BASE
========================================================= */

.reservation-page {
  --white: #ffffff;
  --white-soft: #fdfcf9;

  --cream: #f7f3ec;
  --cream-soft: #fbf8f3;
  --cream-dark: #ece4d8;

  --ink: #171511;
  --ink-soft: #35312b;

  --text: #625d55;
  --muted: #8b857c;

  --gold: #b38a52;
  --gold-dark: #7c5d36;
  --gold-light: #dfc79f;
  --gold-soft: #f4eadb;

  --success: #55765d;
  --success-soft: #edf4ee;

  --error: #a84f4f;
  --error-soft: #fff1f1;

  --border: rgba(45, 38, 29, 0.1);
  --border-strong: rgba(45, 38, 29, 0.18);
  --border-gold: rgba(179, 138, 82, 0.36);

  --radius-small: 13px;
  --radius-medium: 20px;
  --radius-large: 30px;
  --radius-extra: 42px;
  --radius-pill: 999px;

  --container:
    min(1180px, calc(100% - 48px));

  --shadow-small:
    0 10px 30px rgba(54, 43, 29, 0.07);

  --shadow-medium:
    0 22px 60px rgba(54, 43, 29, 0.11);

  --shadow-large:
    0 35px 90px rgba(54, 43, 29, 0.16);

  min-width: 320px;
  margin: 0;
  overflow-x: hidden;

  color: var(--ink);
  background: var(--white-soft);

  font-family:
    "Poppins",
    Arial,
    sans-serif;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.reservation-page.menu-open {
  overflow: hidden;
}

.reservation-page *,
.reservation-page *::before,
.reservation-page *::after {
  box-sizing: border-box;
}

.reservation-page img {
  display: block;
  max-width: 100%;
}

.reservation-page a {
  color: inherit;
  text-decoration: none;
}

.reservation-page button,
.reservation-page input,
.reservation-page select,
.reservation-page textarea {
  font: inherit;
}

.reservation-page button,
.reservation-page select,
.reservation-page input[type="radio"],
.reservation-page input[type="checkbox"],
.reservation-page input[type="date"] {
  cursor: pointer;
}

.reservation-page h1,
.reservation-page h2,
.reservation-page h3,
.reservation-page h4,
.reservation-page p,
.reservation-page figure,
.reservation-page blockquote,
.reservation-page fieldset,
.reservation-page legend {
  margin: 0;
}

.reservation-page fieldset {
  min-width: 0;
  padding: 0;

  border: 0;
}

.reservation-page ul,
.reservation-page ol {
  margin: 0;
  padding: 0;

  list-style: none;
}

.reservation-page svg {
  display: block;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reservation-page main {
  position: relative;
  z-index: 1;
}

.reservation-page .container {
  width: var(--container);
  max-width: 1180px;
  margin-inline: auto;
}

.reservation-page .section-padding {
  padding: 112px 0;
}

.reservation-page h1,
.reservation-page h2,
.reservation-page h3 {
  color: var(--ink);

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;
}

/* =========================================================
   SÉLECTION ET BARRE DE DÉFILEMENT
========================================================= */

.reservation-page ::selection {
  color: var(--white);
  background: var(--gold);
}

.reservation-page::-webkit-scrollbar {
  width: 9px;
}

.reservation-page::-webkit-scrollbar-track {
  background: #f2ede5;
}

.reservation-page::-webkit-scrollbar-thumb {
  border: 2px solid #f2ede5;
  border-radius: var(--radius-pill);

  background: #bca47f;
}

.reservation-page::-webkit-scrollbar-thumb:hover {
  background: var(--gold);
}

/* =========================================================
   TITRES ET LABELS
========================================================= */

.reservation-page .section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 17px;

  color: var(--gold-dark);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.reservation-page .section-label::after {
  content: "";

  width: 35px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      var(--gold),
      transparent
    );
}

.reservation-page .section-heading {
  max-width: 850px;
  margin: 0 auto 60px;
}

.reservation-page .section-heading.center {
  text-align: center;
}

.reservation-page .section-heading.center .section-label {
  justify-content: center;
}

.reservation-page .section-heading.center .section-label::after {
  display: none;
}

.reservation-page .section-heading h2 {
  color: var(--ink);

  font-size:
    clamp(48px, 5.5vw, 76px);

  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.reservation-page .section-description {
  max-width: 670px;
  margin: 22px auto 0;

  color: var(--text);

  font-size: 13px;
  line-height: 1.85;
}

.reservation-page .small-gold-line {
  width: 55px;
  height: 2px;
  margin: 24px 0 30px;

  border-radius: var(--radius-pill);

  background:
    linear-gradient(
      90deg,
      var(--gold),
      transparent
    );
}

/* =========================================================
   BOUTONS
========================================================= */

.reservation-page .btn,
.reservation-page .phone-btn,
.reservation-page .reserve-btn {
  position: relative;

  min-height: 52px;
  padding: 0 26px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  overflow: hidden;

  border: 1px solid transparent;
  border-radius: var(--radius-pill);

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.reservation-page .btn::after,
.reservation-page .phone-btn::after,
.reservation-page .reserve-btn::after {
  content: "";

  position: absolute;
  top: 0;
  bottom: 0;
  left: -120%;

  width: 65%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.42),
      transparent
    );

  transform: skewX(-20deg);

  transition: left 0.65s ease;
}

.reservation-page .btn:hover::after,
.reservation-page .phone-btn:hover::after,
.reservation-page .reserve-btn:hover::after {
  left: 150%;
}

.reservation-page .btn:hover,
.reservation-page .phone-btn:hover,
.reservation-page .reserve-btn:hover {
  transform: translateY(-3px);
}

.reservation-page .btn-primary,
.reservation-page .reserve-btn {
  color: var(--white);

  background:
    linear-gradient(
      135deg,
      #26231f,
      #12110f
    );

  border-color: #171511;

  box-shadow:
    0 14px 34px rgba(23, 21, 17, 0.18);
}

.reservation-page .btn-primary:hover,
.reservation-page .reserve-btn:hover {
  color: var(--white);

  background:
    linear-gradient(
      135deg,
      var(--gold),
      var(--gold-dark)
    );

  border-color: var(--gold);

  box-shadow:
    0 18px 42px rgba(124, 93, 54, 0.25);
}

.reservation-page .btn-outline,
.reservation-page .phone-btn {
  color: var(--ink);

  background:
    rgba(255, 255, 255, 0.88);

  border-color: var(--border-strong);

  box-shadow:
    0 8px 24px rgba(54, 43, 29, 0.05);
}

.reservation-page .btn-outline:hover,
.reservation-page .phone-btn:hover {
  color: var(--gold-dark);

  background: var(--white);
  border-color: var(--gold);

  box-shadow: var(--shadow-small);
}

.reservation-page .btn:focus-visible,
.reservation-page .phone-btn:focus-visible,
.reservation-page .reserve-btn:focus-visible,
.reservation-page .menu-toggle:focus-visible,
.reservation-page button:focus-visible,
.reservation-page input:focus-visible,
.reservation-page select:focus-visible,
.reservation-page textarea:focus-visible,
.reservation-page a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* =========================================================
   ÉCRAN DE CHARGEMENT
========================================================= */

.reservation-page .page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    radial-gradient(
      circle at 50% 45%,
      rgba(179, 138, 82, 0.08),
      transparent 30%
    ),
    var(--white);

  transition:
    opacity 0.65s ease,
    visibility 0.65s ease;
}

.reservation-page .page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.reservation-page .loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.reservation-page .loader-inner img {
  width: 150px;
  max-height: 100px;

  object-fit: contain;
}

.reservation-page .loader-line {
  position: relative;

  width: 150px;
  height: 2px;

  overflow: hidden;

  border-radius: var(--radius-pill);

  background:
    rgba(23, 21, 17, 0.1);
}

.reservation-page .loader-line::after {
  content: "";

  position: absolute;
  inset-block: 0;
  left: -70%;

  width: 70%;

  border-radius: var(--radius-pill);

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--gold),
      transparent
    );

  animation:
    reservationLoader 1.2s ease-in-out infinite;
}

.reservation-page .loader-inner span {
  color: var(--gold-dark);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

@keyframes reservationLoader {
  to {
    left: 120%;
  }
}

/* =========================================================
   ACCESSIBILITÉ
========================================================= */

.reservation-page .skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100000;

  padding: 12px 18px;

  color: var(--white);
  background: var(--ink);

  border-radius: var(--radius-pill);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 11px;
  font-weight: 700;

  transform: translateY(-160%);

  transition: transform 0.25s ease;
}

.reservation-page .skip-link:focus {
  transform: translateY(0);
}

/* =========================================================
   HEADER
========================================================= */

.reservation-page .site-header {
  position: fixed;
  top: 12px;
  right: 18px;
  left: 18px;
  z-index: 1000;

  height: 78px;

  display: flex;
  align-items: center;

  background:
    rgba(255, 255, 255, 0.92);

  border:
    1px solid rgba(45, 38, 29, 0.08);

  border-radius: var(--radius-medium);

  box-shadow:
    0 14px 42px rgba(54, 43, 29, 0.1);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  transition:
    top 0.3s ease,
    height 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.reservation-page .site-header.is-scrolled {
  top: 8px;
  height: 70px;

  background:
    rgba(255, 255, 255, 0.98);

  box-shadow:
    0 16px 48px rgba(54, 43, 29, 0.14);
}

.reservation-page .header-inner {
  width:
    min(1280px, calc(100% - 34px));

  height: 100%;
  margin-inline: auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.reservation-page .logo {
  width: 128px;
  min-width: 128px;
  height: 62px;

  display: flex;
  align-items: center;
}

.reservation-page .logo img {
  width: 100%;
  max-height: 59px;

  object-fit: contain;
  object-position: left center;
}

.reservation-page .main-nav {
  display: flex;
  align-items: center;
  justify-content: center;

  gap:
    clamp(17px, 2vw, 28px);
}

.reservation-page .main-nav a {
  position: relative;

  padding: 27px 0;

  color: #575149;

  font-family:
    "Montserrat",
    Arial,
    sans-serif;

  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;

  transition: color 0.25s ease;
}

.reservation-page .main-nav a::after {
  content: "";

  position: absolute;
  right: 0;
  bottom: 17px;
  left: 0;

  width: 0;
  height: 2px;
  margin-inline: auto;

  border-radius: var(--radius-pill);

  background: var(--gold);

  transition: width 0.3s ease;
}

.reservation-page .main-nav a:hover,
.reservation-page .main-nav a.active {
  color: var(--ink);
}

.reservation-page .main-nav a:hover::after,
.reservation-page .main-nav a.active::after {
  width: 100%;
}

.reservation-page .header-actions {
  margin-left: auto;

  display: flex;
  align-items: center;
  gap: 10px;

  flex-shrink: 0;
}

.reservation-page .phone-btn,
.reservation-page .reserve-btn {
  min-height: 42px;
  padding-inline: 17px;
}

.reservation-page .phone-btn {
  background: var(--cream);
}

.reservation-page .phone-btn svg {
  width: 17px;
  height: 17px;

  stroke: var(--gold-dark);
}

.reservation-page .menu-toggle {
  width: 44px;
  height: 44px;
  padding: 0;

  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;

  border:
    1px solid var(--border-strong);

  border-radius: 50%;

  background: var(--white);
}

.reservation-page .menu-toggle span {
  width: 19px;
  height: 1.5px;

  background: var(--ink);

  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.reservation-page .menu-toggle.active span:nth-child(1) {
  transform:
    translateY(7.5px)
    rotate(45deg);
}

.reservation-page .menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.reservation-page .menu-toggle.active span:nth-child(3) {
  transform:
    translateY(-7.5px)
    rotate(-45deg);
}

/* =========================================================
   HERO
========================================================= */

.reservation-page .reservation-hero {
  position: relative;

  min-height: 820px;
  margin: 0 18px;
  padding-top: 105px;

  overflow: hidden;
  isolation: isolate;

  display: flex;
  align-items: center;

  border-radius:
    0 0 var(--radius-extra) var(--radius-extra);

  background: var(--cream);
}

.reservation-page .reservation-hero-background {
  position: absolute;
  inset: 0;
  z-index: -3;

  overflow: hidden;
}

.reservation-page .reservation-hero-background img {
  width: 100%;
  height: 110%;

  object-fit: cover;
  object-position: 64% center;

  filter:
    saturate(0.96)
    contrast(1.02)
    brightness(1.02);

  transform: scale(1.04);

  transition: transform 0.1s linear;
}

.reservation-page .reservation-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;

  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.95) 31%,
      rgba(255, 255, 255, 0.78) 55%,
      rgba(255, 255, 255, 0.14) 100%
    ),
    linear-gradient(
      0deg,
      rgba(247, 243, 236, 0.75),
      transparent 50%
    );
}

.reservation-page .reservation-hero-content {
  position: relative;
  z-index: 2;

  min-height: 715px;
  padding: 115px 0 125px;

  display: flex;
  align-items: center;
}

.reservation-page .reservation-hero-copy {
  width:
    min(660px, 60%);

  max-width: 660px;
}

.reservation-page .reservation-hero-copy h1 {
  max-width: 680px;

  color: var(--ink);

  font-size:
    clamp(62px, 7vw, 102px);

  font-weight: 600;
  line-height: 0.86;
  letter-spacing: -0.045em;

  text-shadow:
    0 12px 35px rgba(255, 255, 255, 0.75);
}

.reservation-page .reservation-hero-copy h1 span {
  display: block;

  margin-top: 22px;

  color: var(--gold-dark);

  font-family:
    "Montserrat",
    sans-serif;

  font-size:
    clamp(15px, 1.9vw, 24px);

  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reservation-page .hero-divider {
  width: 95px;
  margin: 28px 0 24px;

  display: flex;
  align-items: center;
  gap: 13px;

  color: var(--gold-dark);
}

.reservation-page .hero-divider svg {
  width: 24px;
  height: 24px;
}

.reservation-page .hero-divider i {
  width: 54px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      var(--gold),
      transparent
    );
}

.reservation-page .reservation-hero-copy > p {
  max-width: 560px;

  color: #514b43;

  font-size: 13px;
  line-height: 1.9;
}

.reservation-page .reservation-hero-actions {
  margin-top: 38px;

  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.reservation-page .reservation-hero-reassurance {
  margin-top: 27px;

  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.reservation-page .reservation-hero-reassurance span {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: var(--text);

  font-size: 9px;
}

.reservation-page .reservation-hero-reassurance svg {
  width: 16px;
  height: 16px;

  color: var(--gold-dark);

  stroke-width: 2.2;
}

/* =========================================================
   CARTE DU HERO
========================================================= */

.reservation-page .reservation-hero-card {
  position: absolute;
  right: 0;
  bottom: 52px;

  width: 405px;
  max-width: 42%;
  padding: 30px;

  background:
    rgba(255, 255, 255, 0.92);

  border:
    1px solid var(--border-gold);

  border-radius: var(--radius-large);

  box-shadow: var(--shadow-large);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.reservation-page .reservation-hero-card-icon {
  width: 55px;
  height: 55px;
  margin-bottom: 21px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--gold-dark);
  background: var(--gold-soft);

  border-radius: 50%;
}

.reservation-page .reservation-hero-card-icon svg {
  width: 28px;
  height: 28px;
}

.reservation-page .reservation-hero-card > span {
  display: block;
  margin-bottom: 9px;

  color: var(--gold-dark);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.reservation-page .reservation-hero-card > strong {
  display: block;
  max-width: 315px;

  color: var(--ink);

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 27px;
  font-weight: 700;
  line-height: 1.22;
}

.reservation-page .reservation-hero-hours {
  margin: 22px 0 18px;

  display: grid;
  gap: 10px;
}

.reservation-page .reservation-hero-hours p {
  padding-bottom: 10px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  border-bottom:
    1px solid var(--border);
}

.reservation-page .reservation-hero-hours span {
  color: var(--muted);

  font-size: 9px;
}

.reservation-page .reservation-hero-hours b {
  color: var(--ink);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 10px;
  font-weight: 700;
}

.reservation-page .reservation-hero-card small {
  color: var(--text);

  font-size: 9px;
  line-height: 1.6;
}

/* =========================================================
   INDICATEUR DE DÉFILEMENT
========================================================= */

.reservation-page .scroll-indicator {
  position: absolute;
  bottom: 28px;
  left: 50%;
  z-index: 4;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;

  color: var(--ink-soft);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;

  transform: translateX(-50%);
}

.reservation-page .scroll-indicator span {
  position: relative;

  width: 1px;
  height: 36px;

  overflow: hidden;

  background:
    rgba(23, 21, 17, 0.18);
}

.reservation-page .scroll-indicator span::after {
  content: "";

  position: absolute;
  top: -100%;
  left: 0;

  width: 1px;
  height: 100%;

  background: var(--gold);

  animation:
    reservationScrollLine 1.8s ease-in-out infinite;
}

@keyframes reservationScrollLine {
  to {
    top: 100%;
  }
}

/* =========================================================
   AVANTAGES
========================================================= */

.reservation-page .reservation-benefits {
  position: relative;
  z-index: 4;

  margin: 28px 18px 0;
  padding: 16px 0;

  background: var(--white);

  border:
    1px solid var(--border);

  border-radius: var(--radius-large);

  box-shadow: var(--shadow-small);
}

.reservation-page .reservation-benefits-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));
}

.reservation-page .reservation-benefit {
  position: relative;

  min-height: 128px;
  padding: 28px;

  display: flex;
  align-items: center;
  gap: 16px;

  border-right:
    1px solid var(--border);
}

.reservation-page .reservation-benefit:last-child {
  border-right: 0;
}

.reservation-page .reservation-benefit-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--gold-dark);
  background: var(--gold-soft);

  border-radius: 50%;
}

.reservation-page .reservation-benefit-icon svg {
  width: 25px;
  height: 25px;
}

.reservation-page .reservation-benefit h3 {
  margin-bottom: 5px;

  color: var(--ink);

  font-size: 21px;
  font-weight: 700;
}

.reservation-page .reservation-benefit p {
  color: var(--text);

  font-size: 10px;
  line-height: 1.6;
}

/* =========================================================
   INTRODUCTION
========================================================= */

.reservation-page .reservation-introduction {
  position: relative;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 88% 14%,
      rgba(179, 138, 82, 0.08),
      transparent 24%
    ),
    var(--cream);
}

.reservation-page .reservation-introduction-grid {
  display: grid;

  grid-template-columns:
    minmax(360px, 0.88fr)
    minmax(500px, 1.12fr);

  gap: 76px;
  align-items: center;
}

.reservation-page .reservation-introduction-copy h2 {
  max-width: 650px;

  font-size:
    clamp(50px, 5.5vw, 75px);

  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.reservation-page .reservation-introduction-copy h2 span {
  display: block;

  color: var(--gold-dark);
}

.reservation-page .reservation-introduction-copy > p {
  max-width: 540px;
  margin-bottom: 19px;

  color: var(--text);

  font-size: 13px;
  line-height: 1.9;
}

.reservation-page .reservation-introduction-steps {
  max-width: 550px;
  margin-top: 34px;

  display: grid;
  gap: 12px;
}

.reservation-page .reservation-introduction-steps article {
  padding: 16px 18px;

  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  align-items: start;

  background:
    rgba(255, 255, 255, 0.78);

  border:
    1px solid var(--border);

  border-radius: var(--radius-medium);

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.reservation-page .reservation-introduction-steps article:hover {
  transform: translateX(7px);

  background: var(--white);
  border-color: var(--border-gold);

  box-shadow: var(--shadow-small);
}

.reservation-page .reservation-introduction-steps article > span {
  color: var(--gold-dark);

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 21px;
  font-weight: 700;
}

.reservation-page .reservation-introduction-steps strong {
  display: block;
  margin-bottom: 5px;

  color: var(--ink);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.reservation-page .reservation-introduction-steps p {
  color: var(--text);

  font-size: 9px;
  line-height: 1.6;
}

.reservation-page .reservation-introduction-visual {
  position: relative;

  min-height: 535px;
}

.reservation-page .reservation-introduction-image {
  position: absolute;
  top: 0;
  right: 0;

  width: 92%;
  height: 485px;

  overflow: hidden;

  background: #ddd7cc;

  border:
    9px solid var(--white);

  border-radius: var(--radius-extra);

  box-shadow: var(--shadow-large);
}

.reservation-page .reservation-introduction-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  filter:
    saturate(0.96)
    contrast(1.02)
    brightness(1.04);

  transition:
    transform 0.8s
    cubic-bezier(0.22, 1, 0.36, 1);
}

.reservation-page .reservation-introduction-image:hover img {
  transform: scale(1.045);
}

.reservation-page .reservation-introduction-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;

  width: 325px;
  padding: 22px 24px;

  background:
    rgba(255, 255, 255, 0.94);

  border:
    1px solid var(--border-gold);

  border-radius: var(--radius-large);

  box-shadow: var(--shadow-medium);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.reservation-page .reservation-introduction-badge span {
  display: block;
  margin-bottom: 6px;

  color: var(--muted);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.reservation-page .reservation-introduction-badge strong {
  color: var(--ink);

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.reservation-page .reservation-introduction-number {
  position: absolute;
  top: -45px;
  right: -4px;
  z-index: 3;

  color:
    rgba(124, 93, 54, 0.07);

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 150px;
  font-weight: 700;
  line-height: 1;

  pointer-events: none;
}

/* =========================================================
   SECTION FORMULAIRE
========================================================= */

.reservation-page .booking-form-section {
  position: relative;

  overflow: hidden;

  margin: 0 18px;

  background:
    radial-gradient(
      circle at 90% 5%,
      rgba(179, 138, 82, 0.08),
      transparent 25%
    ),
    var(--white);

  border:
    1px solid var(--border);

  border-radius: var(--radius-extra);
}

/* =========================================================
   PROGRESSION
========================================================= */

.reservation-page .booking-progress {
  max-width: 970px;
  margin: 0 auto 55px;

  display: grid;

  grid-template-columns:
    auto 1fr auto 1fr auto 1fr auto;

  align-items: center;
  gap: 14px;
}

.reservation-page .booking-progress-item {
  display: flex;
  align-items: center;
  gap: 11px;

  color: var(--muted);
}

.reservation-page .booking-progress-item > span {
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--muted);
  background: var(--cream-soft);

  border:
    1px solid var(--border);

  border-radius: 50%;

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 8px;
  font-weight: 700;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.reservation-page .booking-progress-item strong {
  font-family:
    "Montserrat",
    sans-serif;

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reservation-page .booking-progress-item.active {
  color: var(--gold-dark);
}

.reservation-page .booking-progress-item.active > span {
  color: var(--white);

  background:
    linear-gradient(
      135deg,
      var(--gold),
      var(--gold-dark)
    );

  border-color: var(--gold);

  box-shadow:
    0 10px 28px rgba(124, 93, 54, 0.2);
}

.reservation-page .booking-progress-item.completed {
  color: var(--success);
}

.reservation-page .booking-progress-item.completed > span {
  color: var(--success);

  background: var(--success-soft);
  border-color: rgba(85, 118, 93, 0.28);
}

.reservation-page .booking-progress-line {
  height: 1px;

  background:
    linear-gradient(
      90deg,
      rgba(179, 138, 82, 0.5),
      var(--border)
    );
}

/* =========================================================
   MISE EN PAGE DU FORMULAIRE
========================================================= */

.reservation-page .booking-layout {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    390px;

  gap: 28px;
  align-items: start;
}

.reservation-page .premium-booking-form {
  min-width: 0;

  display: grid;
  gap: 20px;
}

/* =========================================================
   BLOCS DU FORMULAIRE
========================================================= */

.reservation-page .booking-form-block {
  position: relative;

  padding: 31px;

  background:
    linear-gradient(
      145deg,
      #ffffff,
      #fbf8f3
    );

  border:
    1px solid var(--border);

  border-radius: var(--radius-large);

  box-shadow: var(--shadow-small);
}

.reservation-page .booking-form-block::before {
  content: "";

  position: absolute;
  top: 0;
  right: 35px;
  left: 35px;

  height: 2px;

  border-radius: var(--radius-pill);

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--gold),
      transparent
    );
}

.reservation-page .booking-form-block > legend {
  width: 100%;
  margin-bottom: 28px;
  padding: 0 0 23px;

  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 15px;
  align-items: start;

  border-bottom:
    1px solid var(--border);
}

.reservation-page .booking-form-block > legend > span {
  width: 45px;
  height: 45px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--gold-dark);
  background: var(--gold-soft);

  border:
    1px solid rgba(179, 138, 82, 0.2);

  border-radius: 50%;

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 18px;
  font-weight: 700;
}

.reservation-page .booking-form-block > legend strong {
  display: block;
  margin-bottom: 7px;

  color: var(--ink);

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
}

.reservation-page .booking-form-block > legend small {
  display: block;

  color: var(--text);

  font-size: 9.5px;
  line-height: 1.6;
}

/* =========================================================
   CHOIX DES PRESTATIONS
========================================================= */

.reservation-page .booking-services-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 12px;
}

.reservation-page .booking-service-option {
  position: relative;

  min-height: 132px;
  padding: 20px 18px;

  display: grid;

  grid-template-columns:
    50px 1fr auto;

  gap: 15px;
  align-items: center;

  overflow: hidden;

  background: var(--cream-soft);

  border:
    1px solid var(--border);

  border-radius: var(--radius-medium);

  cursor: pointer;

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.reservation-page .booking-service-option:hover {
  transform: translateY(-4px);

  background: var(--white);
  border-color: var(--border-gold);

  box-shadow: var(--shadow-small);
}

.reservation-page .booking-service-option.featured {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(179, 138, 82, 0.14),
      transparent 42%
    ),
    var(--cream-soft);

  border-color: var(--border-gold);
}

.reservation-page .booking-service-option.selected,
.reservation-page .booking-service-option:has(input:checked) {
  transform: translateY(-4px);

  background:
    linear-gradient(
      145deg,
      #ffffff,
      var(--gold-soft)
    );

  border-color: var(--gold);

  box-shadow: var(--shadow-medium);
}

.reservation-page .booking-service-option > input {
  position: absolute;

  width: 1px;
  height: 1px;

  opacity: 0;
  pointer-events: none;
}

.reservation-page .booking-service-check {
  position: absolute;
  top: 11px;
  right: 11px;

  width: 24px;
  height: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--white);

  opacity: 0;

  background:
    linear-gradient(
      135deg,
      var(--gold),
      var(--gold-dark)
    );

  border-radius: 50%;

  transform: scale(0.75);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.reservation-page .booking-service-option.selected
.booking-service-check,
.reservation-page .booking-service-option:has(input:checked)
.booking-service-check {
  opacity: 1;

  transform: scale(1);
}

.reservation-page .booking-service-check svg {
  width: 15px;
  height: 15px;

  stroke-width: 2.3;
}

.reservation-page .booking-service-popular {
  position: absolute;
  top: 0;
  left: 0;

  padding: 7px 11px;

  color: var(--white);

  background:
    linear-gradient(
      135deg,
      var(--gold),
      var(--gold-dark)
    );

  border-radius:
    0 0 12px 0;

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 6.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reservation-page .booking-service-icon {
  width: 50px;
  height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--gold-dark);
  background: var(--gold-soft);

  border-radius: 50%;
}

.reservation-page .booking-service-icon svg {
  width: 26px;
  height: 26px;
}

.reservation-page .booking-service-info {
  min-width: 0;
}

.reservation-page .booking-service-info > span {
  display: block;
  margin-bottom: 5px;

  color: var(--gold-dark);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 6.8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reservation-page .booking-service-info > strong {
  display: block;
  margin-bottom: 6px;

  color: var(--ink);

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.reservation-page .booking-service-info > small {
  display: block;

  color: var(--muted);

  font-size: 8.5px;
}

.reservation-page .booking-service-option > b {
  padding-right: 12px;

  color: var(--gold-dark);

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 25px;
  font-weight: 700;
  white-space: nowrap;
}

/* =========================================================
   SÉLECTION DE REDA
========================================================= */

.reservation-page .barber-selection {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 12px;
}

.reservation-page .barber-selection-single {
  grid-template-columns:
    minmax(280px, 430px);

  justify-content: center;
}

.reservation-page .barber-option {
  position: relative;

  min-height: 235px;
  padding: 15px;

  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;

  background: var(--cream-soft);

  border:
    1px solid var(--border);

  border-radius: var(--radius-large);

  cursor: pointer;

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.reservation-page .barber-option:hover,
.reservation-page .barber-option-reda {
  transform: translateY(-4px);

  background: var(--white);
  border-color: var(--border-gold);

  box-shadow: var(--shadow-medium);
}

.reservation-page .barber-option:has(input:checked) {
  border-color: var(--gold);
}

.reservation-page .barber-option > input {
  position: absolute;

  width: 1px;
  height: 1px;

  opacity: 0;
  pointer-events: none;
}

.reservation-page .barber-option-image {
  position: relative;

  width: 100%;
  height: 190px;
  margin-bottom: 18px;

  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--gold-dark);
  background: #ddd7cc;

  border-radius:
    calc(var(--radius-large) - 8px);
}

.reservation-page .barber-option-image::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 45%,
      rgba(0, 0, 0, 0.32)
    );
}

.reservation-page .barber-option-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center top;

  filter:
    saturate(0.96)
    contrast(1.02)
    brightness(1.02);

  transition:
    transform 0.6s ease,
    filter 0.45s ease;
}

.reservation-page .barber-option:hover
.barber-option-image img {
  transform: scale(1.055);
}

.reservation-page .barber-option > strong {
  display: block;
  margin-bottom: 6px;

  color: var(--ink);

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 29px;
  font-weight: 700;
}

.reservation-page .barber-option > small {
  display: block;
  max-width: 330px;

  color: var(--text);

  font-size: 8.5px;
  line-height: 1.6;
}

.reservation-page .booking-form-note {
  margin-top: 17px;
  padding: 14px 16px;

  color: var(--text);
  background: var(--gold-soft);

  border-left:
    3px solid var(--gold);

  border-radius:
    0 var(--radius-small) var(--radius-small) 0;

  font-size: 9px;
  line-height: 1.65;
}

/* =========================================================
   DATE ET HEURE
========================================================= */

.reservation-page .booking-date-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(280px, 0.72fr);

  gap: 14px;
}

.reservation-page .booking-field {
  min-width: 0;
}

.reservation-page .booking-field > label {
  margin-bottom: 10px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;

  color: var(--ink-soft);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reservation-page .booking-field > label span {
  color: var(--muted);

  font-size: 7px;
  font-weight: 500;
}

.reservation-page .booking-input-icon {
  position: relative;
}

.reservation-page .booking-input-icon > svg {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 2;

  width: 20px;
  height: 20px;

  color: var(--gold-dark);

  transform: translateY(-50%);

  pointer-events: none;
}

.reservation-page .booking-input-icon input,
.reservation-page .booking-input-icon select,
.reservation-page .booking-message-field textarea {
  width: 100%;

  color: var(--ink);
  background: var(--white);

  border:
    1px solid var(--border-strong);

  border-radius: var(--radius-small);

  outline: none;

  transition:
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.reservation-page .booking-input-icon input,
.reservation-page .booking-input-icon select {
  height: 55px;
  padding:
    0 17px 0 50px;
}

.reservation-page .booking-input-icon input::placeholder,
.reservation-page .booking-message-field textarea::placeholder {
  color: #aaa39a;
}

.reservation-page .booking-input-icon input:focus,
.reservation-page .booking-input-icon select:focus,
.reservation-page .booking-message-field textarea:focus {
  background: var(--white);
  border-color: var(--gold);

  box-shadow:
    0 0 0 4px rgba(179, 138, 82, 0.1);
}

.reservation-page .booking-input-icon select {
  appearance: none;
  -webkit-appearance: none;

  background-image:
    linear-gradient(
      45deg,
      transparent 50%,
      var(--gold-dark) 50%
    ),
    linear-gradient(
      135deg,
      var(--gold-dark) 50%,
      transparent 50%
    );

  background-position:
    calc(100% - 19px) 24px,
    calc(100% - 14px) 24px;

  background-size:
    5px 5px,
    5px 5px;

  background-repeat: no-repeat;
}

.reservation-page .booking-input-icon select option {
  color: var(--ink);
  background: var(--white);
}

.reservation-page input[type="date"] {
  color-scheme: light;
}

.reservation-page .booking-opening-information {
  padding: 17px 19px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(179, 138, 82, 0.13),
      transparent 48%
    ),
    var(--cream-soft);

  border:
    1px solid var(--border-gold);

  border-radius: var(--radius-medium);
}

.reservation-page .booking-opening-information > span {
  display: block;
  margin-bottom: 7px;

  color: var(--gold-dark);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.reservation-page .booking-opening-information > strong {
  display: block;
  margin-bottom: 6px;

  color: var(--ink);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
}

.reservation-page .booking-opening-information > small {
  color: var(--text);

  font-size: 8px;
  line-height: 1.55;
}

.reservation-page .booking-time-area {
  margin-top: 28px;
}

.reservation-page .booking-time-heading {
  margin-bottom: 16px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.reservation-page .booking-time-heading
> div:first-child > span {
  display: block;
  margin-bottom: 5px;

  color: var(--gold-dark);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.reservation-page .booking-time-heading
> div:first-child > strong {
  color: var(--ink);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}

.reservation-page .booking-time-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.reservation-page .booking-time-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  color: var(--muted);

  font-size: 7.5px;
}

.reservation-page .booking-time-legend i {
  width: 9px;
  height: 9px;

  border:
    1px solid var(--border-strong);

  border-radius: 50%;
}

.reservation-page .booking-time-legend i.available {
  background: var(--white);
}

.reservation-page .booking-time-legend i.selected {
  background: var(--gold);
  border-color: var(--gold);
}

.reservation-page .time-slots {
  min-height: 132px;
  padding: 17px;

  display: grid;

  grid-template-columns:
    repeat(5, minmax(0, 1fr));

  gap: 9px;

  background: var(--cream-soft);

  border:
    1px solid var(--border);

  border-radius: var(--radius-medium);
}

.reservation-page .time-slot {
  min-height: 44px;
  padding: 0 9px;

  color: var(--ink-soft);
  background: var(--white);

  border:
    1px solid var(--border);

  border-radius: var(--radius-pill);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.05em;

  transition:
    transform 0.25s ease,
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.reservation-page .time-slot:hover {
  color: var(--gold-dark);

  transform: translateY(-2px);

  background: var(--gold-soft);
  border-color: var(--gold);
}

.reservation-page .time-slot.selected {
  color: var(--white);

  background:
    linear-gradient(
      135deg,
      var(--gold),
      var(--gold-dark)
    );

  border-color: var(--gold);

  box-shadow:
    0 10px 25px rgba(124, 93, 54, 0.2);
}

.reservation-page .time-slots-placeholder {
  grid-column: 1 / -1;

  min-height: 96px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;

  text-align: center;
}

.reservation-page .time-slots-placeholder svg {
  width: 31px;
  height: 31px;

  color: var(--gold-dark);
}

.reservation-page .time-slots-placeholder p {
  max-width: 420px;

  color: var(--muted);

  font-size: 9px;
  line-height: 1.65;
}

.reservation-page .time-slots-placeholder.no-slots p {
  color: var(--error);
}

/* =========================================================
   COORDONNÉES
========================================================= */

.reservation-page .booking-contact-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 17px 14px;
}

.reservation-page .booking-message-field {
  margin-top: 18px;
}

.reservation-page .booking-message-field textarea {
  min-height: 130px;
  padding: 16px 18px;

  resize: vertical;

  line-height: 1.7;
}

.reservation-page .booking-consent {
  position: relative;

  margin-top: 18px;

  display: flex;
  align-items: flex-start;
  gap: 12px;

  cursor: pointer;
}

.reservation-page .booking-consent > input {
  position: absolute;

  width: 1px;
  height: 1px;

  opacity: 0;
  pointer-events: none;
}

.reservation-page .booking-consent-box {
  width: 22px;
  height: 22px;
  min-width: 22px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--white);
  background: var(--white);

  border:
    1px solid var(--border-strong);

  border-radius: 6px;

  transition:
    background 0.25s ease,
    border-color 0.25s ease;
}

.reservation-page .booking-consent-box svg {
  width: 14px;
  height: 14px;

  opacity: 0;

  stroke-width: 2.4;

  transition: opacity 0.2s ease;
}

.reservation-page .booking-consent:has(input:checked)
.booking-consent-box {
  background:
    linear-gradient(
      135deg,
      var(--gold),
      var(--gold-dark)
    );

  border-color: var(--gold);
}

.reservation-page .booking-consent:has(input:checked)
.booking-consent-box svg {
  opacity: 1;
}

.reservation-page .booking-consent
> span:last-child {
  color: var(--text);

  font-size: 8.5px;
  line-height: 1.7;
}

/* =========================================================
   ERREURS ET MESSAGES
========================================================= */

.reservation-page .booking-field-error,
.reservation-page .booking-form-feedback {
  min-height: 18px;
  margin-top: 10px;

  color: var(--error);

  font-size: 8.5px;
  line-height: 1.55;
}

.reservation-page .booking-form-feedback:not(:empty) {
  padding: 13px 15px;

  color: var(--gold-dark);
  background: var(--gold-soft);

  border:
    1px solid var(--border-gold);

  border-radius: var(--radius-small);
}

/* =========================================================
   RÉSUMÉ DE RÉSERVATION
========================================================= */

.reservation-page .booking-summary {
  position: sticky;
  top: 100px;

  padding: 31px;

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(179, 138, 82, 0.15),
      transparent 38%
    ),
    var(--white);

  border:
    1px solid var(--border-gold);

  border-radius: var(--radius-extra);

  box-shadow: var(--shadow-large);
}

.reservation-page .booking-summary-header {
  padding-bottom: 24px;

  border-bottom:
    1px solid var(--border);
}

.reservation-page .booking-summary-header > span {
  display: block;
  margin-bottom: 7px;

  color: var(--gold-dark);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 7.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.reservation-page .booking-summary-header h2 {
  margin-bottom: 10px;

  color: var(--ink);

  font-size: 33px;
  font-weight: 700;
}

.reservation-page .booking-summary-header p {
  color: var(--text);

  font-size: 9px;
  line-height: 1.65;
}

.reservation-page .booking-summary-service {
  padding: 24px 0;

  display: grid;

  grid-template-columns:
    48px 1fr auto;

  gap: 14px;
  align-items: center;

  border-bottom:
    1px solid var(--border);
}

.reservation-page .booking-summary-service-icon {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--gold-dark);
  background: var(--gold-soft);

  border-radius: 50%;
}

.reservation-page .booking-summary-service-icon svg {
  width: 25px;
  height: 25px;
}

.reservation-page .booking-summary-service
> div:nth-child(2) {
  min-width: 0;
}

.reservation-page .booking-summary-service span,
.reservation-page .booking-summary-list span,
.reservation-page .booking-summary-client > span {
  display: block;
  margin-bottom: 5px;

  color: var(--muted);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 6.8px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.reservation-page .booking-summary-service strong {
  display: block;
  margin-bottom: 5px;

  color: var(--ink);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.reservation-page .booking-summary-service small {
  display: block;

  color: var(--muted);

  font-size: 8px;
}

.reservation-page .booking-summary-service > b {
  color: var(--gold-dark);

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 27px;
  font-weight: 700;
  white-space: nowrap;
}

.reservation-page .booking-summary-list {
  padding: 9px 0;

  display: grid;
}

.reservation-page .booking-summary-list article {
  padding: 14px 0;

  display: grid;

  grid-template-columns:
    36px 1fr;

  gap: 12px;
  align-items: center;

  border-bottom:
    1px solid var(--border);
}

.reservation-page .booking-summary-list-icon {
  width: 36px;
  height: 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--gold-dark);
  background: var(--gold-soft);

  border-radius: 50%;
}

.reservation-page .booking-summary-list-icon svg {
  width: 18px;
  height: 18px;
}

.reservation-page .booking-summary-list strong {
  color: var(--ink-soft);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 9px;
  font-weight: 600;
  line-height: 1.45;
}

.reservation-page .booking-summary-client {
  margin-top: 12px;
  padding: 17px;

  background: var(--cream-soft);

  border:
    1px solid var(--border);

  border-radius: var(--radius-medium);
}

.reservation-page .booking-summary-client > strong {
  display: block;
  margin-bottom: 5px;

  color: var(--ink);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 10px;
  font-weight: 700;
}

.reservation-page .booking-summary-client > small {
  display: block;

  color: var(--muted);

  font-size: 8px;
}

.reservation-page .booking-summary-notice {
  margin: 16px 0;
  padding: 14px;

  display: grid;

  grid-template-columns:
    22px 1fr;

  gap: 11px;

  background: var(--gold-soft);

  border-left:
    3px solid var(--gold);

  border-radius:
    0 var(--radius-small) var(--radius-small) 0;
}

.reservation-page .booking-summary-notice svg {
  width: 20px;
  height: 20px;

  color: var(--gold-dark);
}

.reservation-page .booking-summary-notice p {
  color: var(--text);

  font-size: 7.8px;
  line-height: 1.65;
}

.reservation-page .booking-submit-button {
  width: 100%;
  min-height: 55px;
}

.reservation-page .booking-submit-button svg {
  width: 21px;
  height: 21px;
}

.reservation-page .booking-summary-phone {
  margin-top: 11px;
  padding: 14px;

  display: grid;

  grid-template-columns:
    35px 1fr;

  gap: 11px;
  align-items: center;

  background: var(--cream-soft);

  border:
    1px solid var(--border);

  border-radius: var(--radius-medium);

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.reservation-page .booking-summary-phone:hover {
  transform: translateY(-2px);

  background: var(--white);
  border-color: var(--border-gold);

  box-shadow: var(--shadow-small);
}

.reservation-page .booking-summary-phone > svg {
  width: 23px;
  height: 23px;

  color: var(--gold-dark);
}

.reservation-page .booking-summary-phone small {
  display: block;
  margin-bottom: 3px;

  color: var(--muted);

  font-size: 7px;
  text-transform: uppercase;
}

.reservation-page .booking-summary-phone strong {
  display: block;

  color: var(--ink);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 10px;
  font-weight: 700;
}

/* =========================================================
   PROCESSUS
========================================================= */

.reservation-page .reservation-process {
  position: relative;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 85% 8%,
      rgba(179, 138, 82, 0.08),
      transparent 26%
    ),
    var(--cream);
}

.reservation-page .reservation-process-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 17px;
}

.reservation-page .reservation-process-card {
  position: relative;

  min-height: 305px;
  padding: 35px 28px;

  overflow: hidden;

  background: var(--white);

  border:
    1px solid var(--border);

  border-radius: var(--radius-large);

  box-shadow: var(--shadow-small);

  transition:
    transform 0.4s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.reservation-page .reservation-process-card:hover {
  transform: translateY(-8px);

  border-color: var(--border-gold);

  box-shadow: var(--shadow-medium);
}

.reservation-page .reservation-process-number {
  position: absolute;
  top: 20px;
  right: 22px;

  color:
    rgba(124, 93, 54, 0.1);

  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 53px;
  font-weight: 700;
  line-height: 1;
}

.reservation-page .reservation-process-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--gold-dark);
  background: var(--gold-soft);

  border-radius: 50%;
}

.reservation-page .reservation-process-icon svg {
  width: 28px;
  height: 28px;
}

.reservation-page .reservation-process-card h3 {
  margin-bottom: 13px;

  color: var(--ink);

  font-size: 27px;
  font-weight: 700;
}

.reservation-page .reservation-process-card p {
  color: var(--text);

  font-size: 10px;
  line-height: 1.75;
}

/* =========================================================
   INFORMATIONS ET HORAIRES
========================================================= */

.reservation-page .reservation-information {
  position: relative;

  min-height: 760px;
  margin: 0 18px;

  overflow: hidden;
  isolation: isolate;

  display: flex;
  align-items: center;

  border-radius: var(--radius-extra);

  background: var(--cream-dark);
}

.reservation-page .reservation-information-background {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.reservation-page .reservation-information-background img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  filter:
    saturate(0.94)
    contrast(1.02)
    brightness(0.9);

  transition:
    transform 1.1s
    cubic-bezier(0.22, 1, 0.36, 1);
}

.reservation-page .reservation-information:hover
.reservation-information-background img {
  transform: scale(1.035);
}

.reservation-page .reservation-information-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;

  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.86) 48%,
      rgba(255, 255, 255, 0.18) 100%
    );
}

.reservation-page .reservation-information-grid {
  position: relative;
  z-index: 2;

  padding: 105px 0;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(340px, 0.55fr);

  gap: 78px;
  align-items: center;
}

.reservation-page .reservation-information-copy {
  padding: 44px;

  background:
    rgba(255, 255, 255, 0.88);

  border:
    1px solid rgba(255, 255, 255, 0.94);

  border-radius: var(--radius-extra);

  box-shadow: var(--shadow-large);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.reservation-page .reservation-information-copy h2 {
  max-width: 690px;

  font-size:
    clamp(50px, 5.6vw, 76px);

  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.reservation-page .reservation-information-copy > p {
  max-width: 560px;
  margin: 26px 0 34px;

  color: var(--text);

  font-size: 12px;
  line-height: 1.86;
}

.reservation-page .reservation-information-features {
  display: grid;
  gap: 11px;
}

.reservation-page .reservation-information-features article {
  padding: 15px 17px;

  display: grid;

  grid-template-columns:
    42px 1fr;

  gap: 14px;
  align-items: center;

  background:
    rgba(255, 255, 255, 0.78);

  border:
    1px solid var(--border);

  border-radius: var(--radius-medium);
}

.reservation-page .reservation-information-features svg {
  width: 27px;
  height: 27px;

  color: var(--gold-dark);
}

.reservation-page .reservation-information-features strong {
  display: block;
  margin-bottom: 4px;

  color: var(--ink);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.reservation-page .reservation-information-features span {
  color: var(--text);

  font-size: 8.5px;
}

.reservation-page .reservation-hours-card {
  padding: 37px 32px;

  background:
    rgba(255, 255, 255, 0.94);

  border:
    1px solid var(--border-gold);

  border-radius: var(--radius-extra);

  box-shadow: var(--shadow-large);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.reservation-page .reservation-hours-label {
  display: block;
  margin-bottom: 8px;

  color: var(--gold-dark);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.reservation-page .reservation-hours-card h3 {
  margin-bottom: 24px;

  color: var(--ink);

  font-size: 37px;
  font-weight: 700;
}

.reservation-page .reservation-hours-list {
  display: grid;
}

.reservation-page .reservation-hours-list p {
  min-height: 47px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  border-bottom:
    1px solid var(--border);
}

.reservation-page .reservation-hours-list span {
  color: var(--text);

  font-size: 9px;
}

.reservation-page .reservation-hours-list strong {
  color: var(--ink);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 9px;
  font-weight: 700;
}

.reservation-page .reservation-hours-list
.sunday {
  margin: 8px -10px 0;
  padding: 0 10px;

  background: var(--gold-soft);

  border:
    1px solid rgba(179, 138, 82, 0.16);

  border-radius: var(--radius-small);
}

.reservation-page .reservation-hours-list
.sunday strong {
  color: var(--gold-dark);
}

.reservation-page .reservation-hours-address {
  margin: 24px 0;
  padding: 16px;

  background: var(--cream-soft);

  border:
    1px solid var(--border);

  border-radius: var(--radius-medium);
}

.reservation-page .reservation-hours-address span {
  display: block;
  margin-bottom: 6px;

  color: var(--gold-dark);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reservation-page .reservation-hours-address strong {
  color: var(--ink);

  font-family:
    "Montserrat",
    sans-serif;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.6;
}

/* =========================================================
   FAQ
========================================================= */

.reservation-page .reservation-faq {
  position: relative;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(179, 138, 82, 0.08),
      transparent 28%
    ),
    var(--white);
}

.reservation-page .reservation-faq-grid {
  display: grid;

  grid-template-columns:
    minmax(320px, 0.72fr)
    minmax(530px, 1.28fr);

  gap: 80px;
  align-items: start;
}

.reservation-page .reservation-faq-heading {
  position: sticky;
  top: 110px;
}

.reservation-page .reservation-faq-heading h2 {
  max-width: 570px;

  font-size:
    clamp(48px, 5.2vw, 72px);

  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.reservation-page .reservation-faq-heading > p {
  max-width: 480px;
  margin-top: 24px;

  color: var(--text);

  font-size: 12px;
  line-height: 1.86;
}

.reservation-page .reservation-faq-list {
  display: grid;
  gap: 11px;
}

.reservation-page .faq-item {
  overflow: hidden;

  background: var(--cream-soft);

  border:
    1px solid var(--border);

  border-radius: var(--radius-medium);

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.reservation-page .faq-item.open {
  background: var(--white);
  border-color: var(--border-gold);

  box-shadow: var(--shadow-small);
}

.reservation-page .faq-question {
  width: 100%;
  min-height: 72px;
  padding: 18px 21px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;

  color: var(--ink);
  background: transparent;

  border: 0;

  text-align: left;
}

.reservation-page .faq-question > span {
  font-family:
    "Cormorant Garamond",
    Georgia,
    serif;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.reservation-page .faq-question i {
  position: relative;

  width: 34px;
  height: 34px;
  min-width: 34px;

  background: var(--gold-soft);

  border-radius: 50%;
}

.reservation-page .faq-question i::before,
.reservation-page .faq-question i::after {
  content: "";

  position: absolute;
  top: 50%;
  left: 50%;

  width: 13px;
  height: 1.5px;

  background: var(--gold-dark);

  transform:
    translate(-50%, -50%);

  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.reservation-page .faq-question i::after {
  transform:
    translate(-50%, -50%)
    rotate(90deg);
}

.reservation-page .faq-item.open
.faq-question i::after {
  opacity: 0;

  transform:
    translate(-50%, -50%)
    rotate(0);
}

.reservation-page .faq-answer {
  display: grid;

  grid-template-rows: 0fr;

  transition:
    grid-template-rows 0.4s ease;
}

.reservation-page .faq-item.open
.faq-answer {
  grid-template-rows: 1fr;
}

.reservation-page .faq-answer > p {
  min-height: 0;
  overflow: hidden;
}

.reservation-page .faq-answer p {
  padding:
    0 21px 0;

  color: var(--text);

  font-size: 10px;
  line-height: 1.75;

  transition:
    padding 0.4s ease;
}

.reservation-page .faq-item.open
.faq-answer p {
  padding:
    0 21px 22px;
}

/* =========================================================
   CTA FINAL
========================================================= */

.reservation-page .reservation-final-cta {
  position: relative;

  min-height: 690px;
  margin: 0 18px 18px;

  overflow: hidden;
  isolation: isolate;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;

  border-radius: var(--radius-extra);

  background: var(--cream-dark);
}

.reservation-page .reservation-final-background {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.reservation-page .reservation-final-background img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  filter:
    saturate(0.94)
    contrast(1.02)
    brightness(0.9);

  transition:
    transform 1.1s
    cubic-bezier(0.22, 1, 0.36, 1);
}

.reservation-page .reservation-final-cta:hover
.reservation-final-background img {
  transform: scale(1.035);
}

.reservation-page .reservation-final-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.48),
      rgba(255, 255, 255, 0.76)
    );
}

.reservation-page .reservation-final-content {
  width:
    min(900px, calc(100% - 40px));

  padding: 52px 48px;

  background:
    rgba(255, 255, 255, 0.9);

  border:
    1px solid rgba(255, 255, 255, 0.94);

  border-radius: var(--radius-extra);

  box-shadow: var(--shadow-large);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.reservation-page .reservation-final-content > img {
  width: auto;
  max-width: 190px;
  max-height: 116px;
  margin: 0 auto 27px;

  object-fit: contain;
}

.reservation-page .reservation-final-content
.section-label {
  justify-content: center;
}

.reservation-page .reservation-final-content h2 {
  max-width: 800px;
  margin-inline: auto;

  color: var(--ink);

  font-size:
    clamp(49px, 5.7vw, 76px);

  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.035em;
}

.reservation-page .reservation-final-content > p {
  max-width: 650px;
  margin: 24px auto 34px;

  color: var(--text);

  font-size: 12px;
  line-height: 1.85;
}

.reservation-page .reservation-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* =========================================================
   FOOTER
========================================================= */

.reservation-page .site-footer {
  margin: 18px;
  padding: 72px 0 0;

  color: var(--ink);

  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f2ede5
    );

  border:
    1px solid var(--border);

  border-radius: var(--radius-extra);
}

.reservation-page .footer-grid {
  display: grid;

  grid-template-columns:
    1.35fr
    repeat(3, 1fr);

  gap: 52px;
  padding-bottom: 56px;
}

.reservation-page .footer-brand img {
  width: 150px;
  max-height: 95px;
  margin-bottom: 20px;

  object-fit: contain;
}

.reservation-page .footer-brand p,
.reservation-page .footer-grid > div > p {
  width: fit-content;
  margin-bottom: 11px;

  color: var(--text);

  font-size: 10.5px;
  line-height: 1.8;
}

.reservation-page .footer-grid h3 {
  margin: 0 0 21px;

  color: var(--gold-dark);

  font-size: 22px;
  font-weight: 700;
}

.reservation-page .footer-grid a {
  display: block;
  width: fit-content;
  margin-bottom: 10px;

  color: var(--text);

  font-size: 10.5px;

  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.reservation-page .footer-grid a:hover {
  color: var(--gold-dark);

  transform: translateX(4px);
}

.reservation-page .footer-bottom {
  min-height: 72px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;

  border-top:
    1px solid var(--border);
}

.reservation-page .footer-bottom p {
  color: #827c73;

  font-size: 9.5px;
}

/* =========================================================
   WHATSAPP FLOTTANT
========================================================= */

.reservation-page .floating-whatsapp {
  position: fixed;
  right: 23px;
  bottom: 23px;
  z-index: 900;

  width: 58px;
  height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--white);

  background:
    linear-gradient(
      135deg,
      var(--gold),
      var(--gold-dark)
    );

  border:
    1px solid rgba(255, 255, 255, 0.56);

  border-radius: 50%;

  box-shadow:
    0 18px 45px rgba(62, 47, 30, 0.28);

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.reservation-page .floating-whatsapp::before {
  content: "";

  position: absolute;
  inset: -6px;

  border:
    1px solid rgba(179, 138, 82, 0.48);

  border-radius: 50%;

  animation:
    reservationWhatsappPulse 2.4s ease-out infinite;
}

.reservation-page .floating-whatsapp:hover {
  transform:
    translateY(-5px)
    scale(1.04);

  background: var(--ink);

  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.28);
}

.reservation-page .floating-whatsapp svg {
  width: 25px;
  height: 25px;
}

@keyframes reservationWhatsappPulse {
  0% {
    opacity: 0.6;

    transform: scale(0.86);
  }

  70%,
  100% {
    opacity: 0;

    transform: scale(1.32);
  }
}

/* =========================================================
   ANIMATIONS
========================================================= */

.reservation-page [data-reveal] {
  opacity: 0;

  transform: translateY(34px);

  transition:
    opacity 0.85s
    cubic-bezier(0.22, 1, 0.36, 1),

    transform 0.85s
    cubic-bezier(0.22, 1, 0.36, 1);
}

.reservation-page [data-reveal="left"] {
  transform: translateX(-40px);
}

.reservation-page [data-reveal="right"] {
  transform: translateX(40px);
}

.reservation-page [data-reveal="scale"] {
  transform: scale(0.95);
}

.reservation-page [data-reveal].is-visible {
  opacity: 1;

  transform:
    translate(0)
    scale(1);
}

.reservation-page [data-delay="100"] {
  transition-delay: 0.1s;
}

.reservation-page [data-delay="200"] {
  transition-delay: 0.2s;
}

.reservation-page [data-delay="300"] {
  transition-delay: 0.3s;
}

.reservation-page [data-delay="400"] {
  transition-delay: 0.4s;
}

.reservation-page [data-delay="500"] {
  transition-delay: 0.5s;
}

/* =========================================================
   ÉCRANS INTERMÉDIAIRES
========================================================= */

@media (max-width: 1120px) {
  .reservation-page .main-nav {
    gap: 16px;
  }

  .reservation-page .phone-btn span {
    display: none;
  }

  .reservation-page .reservation-introduction-grid {
    gap: 44px;
  }

  .reservation-page .booking-layout {
    grid-template-columns:
      minmax(0, 1fr)
      350px;

    gap: 20px;
  }

  .reservation-page .booking-form-block {
    padding: 27px;
  }

  .reservation-page .reservation-information-grid {
    gap: 45px;
  }

  .reservation-page .reservation-process-card {
    padding-inline: 23px;
  }
}

/* =========================================================
   TABLETTES ET MENU MOBILE
========================================================= */

@media (max-width: 950px) {
  .reservation-page .site-header,
  .reservation-page .site-header.is-scrolled {
    top: 8px;
    height: 70px;
  }

  .reservation-page .phone-btn {
    display: none;
  }

  .reservation-page .menu-toggle {
    display: flex;
  }

  body.reservation-page.menu-open::before {
    content: "";

    position: fixed;
    inset: 0;
    z-index: 1000;

    background:
      rgba(22, 18, 14, 0.42);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }

  .reservation-page .site-header,
  .reservation-page .site-header.is-scrolled {
    z-index: 1300;
  }

  .reservation-page .main-nav {
    position: fixed !important;

    top: 88px !important;
    right: 14px !important;
    bottom: auto !important;
    left: 14px !important;
    z-index: 1400 !important;

    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 14px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 6px !important;

    overflow: visible !important;

    color: var(--ink) !important;

    background: var(--white) !important;
    background-color: var(--white) !important;
    background-image: none !important;

    border:
      1px solid var(--border) !important;

    border-radius: 26px !important;

    box-shadow:
      0 30px 80px rgba(30, 24, 18, 0.24) !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    transform:
      translateY(-12px)
      scale(0.98) !important;

    transition:
      opacity 0.3s ease,
      visibility 0.3s ease,
      transform 0.35s
      cubic-bezier(0.22, 1, 0.36, 1) !important;

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .reservation-page .main-nav.open,
  .reservation-page .main-nav.active,
  body.reservation-page.menu-open
  .main-nav {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;

    transform:
      translateY(0)
      scale(1) !important;
  }

  .reservation-page .main-nav a {
    width: 100% !important;
    min-height: 50px !important;

    margin: 0 !important;
    padding: 0 18px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    color: var(--ink) !important;
    background: var(--cream-soft) !important;

    border:
      1px solid transparent !important;

    border-radius: 15px !important;

    font-size: 11px !important;
    font-weight: 700 !important;
    text-align: left !important;
  }

  .reservation-page .main-nav a::before {
    content: "→";

    order: 2;

    color: var(--gold);

    font-size: 15px;

    opacity: 0;

    transform: translateX(-5px);

    transition:
      opacity 0.25s ease,
      transform 0.25s ease;
  }

  .reservation-page .main-nav a::after {
    display: none !important;
  }

  .reservation-page .main-nav a:hover,
  .reservation-page .main-nav a.active {
    color: var(--gold-dark) !important;
    background: var(--gold-soft) !important;

    border-color:
      rgba(179, 138, 82, 0.18) !important;

    padding-left: 22px !important;
  }

  .reservation-page .main-nav a:hover::before,
  .reservation-page .main-nav a.active::before {
    opacity: 1;

    transform: translateX(0);
  }

  .reservation-page .menu-toggle {
    position: relative;
    z-index: 1500;
  }

  .reservation-page .reservation-hero {
    min-height: 790px;
  }

  .reservation-page .reservation-hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.98),
        rgba(255, 255, 255, 0.91) 67%,
        rgba(255, 255, 255, 0.4)
      );
  }

  .reservation-page .reservation-hero-copy {
    width: 72%;
  }

  .reservation-page .reservation-hero-card {
    right: 0;
    bottom: 42px;

    width: 355px;
    max-width: 47%;
  }

  .reservation-page .reservation-benefits-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }

  .reservation-page .reservation-benefit:nth-child(2) {
    border-right: 0;
  }

  .reservation-page .reservation-benefit:nth-child(-n + 2) {
    border-bottom:
      1px solid var(--border);
  }

  .reservation-page .reservation-introduction-grid,
  .reservation-page .reservation-information-grid,
  .reservation-page .reservation-faq-grid {
    grid-template-columns: 1fr;
  }

  .reservation-page .reservation-introduction-visual {
    min-height: 535px;
  }

  .reservation-page .booking-layout {
    grid-template-columns: 1fr;
  }

  .reservation-page .booking-summary {
    position: relative;
    top: auto;
  }

  .reservation-page .reservation-process-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .reservation-page .reservation-information-grid {
    padding: 90px 0;
  }

  .reservation-page .reservation-hours-card {
    width:
      min(100%, 500px);

    justify-self: center;
  }

  .reservation-page .reservation-faq-heading {
    position: relative;
    top: auto;
  }

  .reservation-page .reservation-faq-heading > p {
    max-width: 650px;
  }

  .reservation-page .footer-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }
}

/* =========================================================
   MOBILES
========================================================= */

@media (max-width: 650px) {
  .reservation-page {
    --container:
      min(100% - 30px, 1180px);

    --radius-large: 24px;
    --radius-extra: 30px;
  }

  .reservation-page .section-padding {
    padding: 76px 0;
  }

  .reservation-page .site-header {
    right: 10px;
    left: 10px;

    border-radius: 18px;
  }

  .reservation-page .header-inner {
    width:
      calc(100% - 24px);
  }

  .reservation-page .logo {
    width: 108px;
    min-width: 108px;
  }

  .reservation-page .reserve-btn {
    display: none;
  }

  .reservation-page .main-nav {
    top: 86px !important;
    right: 10px !important;
    left: 10px !important;

    padding: 12px !important;

    border-radius: 22px !important;
  }

  .reservation-page .main-nav a {
    min-height: 48px !important;
    padding: 0 16px !important;

    border-radius: 13px !important;

    font-size: 10.5px !important;
  }

  .reservation-page .main-nav a:hover,
  .reservation-page .main-nav a.active {
    padding-left: 20px !important;
  }

  .reservation-page .reservation-hero,
  .reservation-page .booking-form-section,
  .reservation-page .reservation-information,
  .reservation-page .reservation-final-cta,
  .reservation-page .site-footer {
    margin-right: 10px;
    margin-left: 10px;
  }

  .reservation-page .reservation-hero {
    min-height: 820px;
  }

  .reservation-page .reservation-hero-background img {
    object-position:
      64% center;
  }

  .reservation-page .reservation-hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.98),
        rgba(255, 255, 255, 0.91)
      );
  }

  .reservation-page .reservation-hero-content {
    min-height: 780px;
    padding-top: 105px;
    padding-bottom: 85px;

    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .reservation-page .reservation-hero-copy {
    width: 100%;
  }

  .reservation-page .reservation-hero-copy h1 {
    font-size:
      clamp(53px, 15vw, 76px);

    line-height: 0.84;
  }

  .reservation-page .reservation-hero-copy h1 span {
    margin-top: 20px;

    font-size:
      clamp(13px, 4vw, 18px);
  }

  .reservation-page .reservation-hero-actions {
    display: grid;
  }

  .reservation-page .reservation-hero-actions .btn {
    width: 100%;
  }

  .reservation-page .reservation-hero-reassurance {
    display: grid;
  }

  .reservation-page .reservation-hero-card {
    position: relative;
    right: auto;
    bottom: auto;

    width: 100%;
    max-width: none;
    margin-top: 34px;
  }

  .reservation-page .scroll-indicator {
    display: none;
  }

  .reservation-page .reservation-benefits {
    margin-right: 10px;
    margin-left: 10px;
  }

  .reservation-page .reservation-benefits-grid {
    grid-template-columns: 1fr;
  }

  .reservation-page .reservation-benefit {
    border-right: 0 !important;

    border-bottom:
      1px solid var(--border);
  }

  .reservation-page .reservation-benefit:last-child {
    border-bottom: 0;
  }

  .reservation-page .reservation-introduction-grid,
  .reservation-page .reservation-information-grid,
  .reservation-page .reservation-faq-grid {
    gap: 36px;
  }

  .reservation-page .reservation-introduction-copy h2,
  .reservation-page .reservation-information-copy h2,
  .reservation-page .reservation-faq-heading h2,
  .reservation-page .reservation-final-content h2 {
    font-size:
      clamp(43px, 13vw, 62px);
  }

  .reservation-page .reservation-introduction-visual {
    min-height: 430px;
  }

  .reservation-page .reservation-introduction-image {
    position: relative;

    width: 100%;
    height: 390px;
  }

  .reservation-page .reservation-introduction-badge {
    left: 14px;
    bottom: -34px;

    width:
      calc(100% - 28px);
  }

  .reservation-page .reservation-introduction-number {
    display: none;
  }

  .reservation-page .booking-progress {
    overflow-x: auto;

    grid-template-columns:
      repeat(4, minmax(90px, auto));

    justify-content: start;
    gap: 10px;

    scrollbar-width: none;
  }

  .reservation-page .booking-progress::-webkit-scrollbar {
    display: none;
  }

  .reservation-page .booking-progress-line {
    display: none;
  }

  .reservation-page .booking-progress-item {
    min-width: 92px;

    flex-direction: column;
    justify-content: center;
    gap: 7px;

    text-align: center;
  }

  .reservation-page .booking-form-block {
    padding: 24px 18px;
  }

  .reservation-page .booking-form-block > legend {
    grid-template-columns:
      41px 1fr;

    gap: 12px;
  }

  .reservation-page .booking-form-block
  > legend > span {
    width: 41px;
    height: 41px;
  }

  .reservation-page .booking-form-block
  > legend strong {
    font-size: 23px;
  }

  .reservation-page .booking-services-grid {
    grid-template-columns: 1fr;
  }

  .reservation-page .booking-service-option {
    min-height: 122px;

    grid-template-columns:
      46px 1fr auto;

    padding:
      18px 14px;
  }

  .reservation-page .booking-service-icon {
    width: 46px;
    height: 46px;
  }

  .reservation-page .booking-service-info > strong {
    font-size: 19px;
  }

  .reservation-page .booking-service-option > b {
    padding-right: 6px;

    font-size: 22px;
  }

  .reservation-page .barber-selection-single {
    grid-template-columns: 1fr;
  }

  .reservation-page .barber-option {
    min-height: 0;
  }

  .reservation-page .barber-option-image {
    height: 280px;
  }

  .reservation-page .booking-date-grid {
    grid-template-columns: 1fr;
  }

  .reservation-page .booking-time-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .reservation-page .time-slots {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));
  }

  .reservation-page .booking-contact-grid {
    grid-template-columns: 1fr;
  }

  .reservation-page .booking-summary {
    padding: 25px 20px;
  }

  .reservation-page .reservation-process-grid {
    grid-template-columns: 1fr;
  }

  .reservation-page .reservation-process-card {
    min-height: 260px;
  }

  .reservation-page .reservation-information {
    min-height: auto;
  }

  .reservation-page .reservation-information-grid {
    padding: 76px 0;
  }

  .reservation-page .reservation-information-overlay {
    background:
      rgba(255, 255, 255, 0.62);
  }

  .reservation-page .reservation-information-copy {
    padding: 30px 21px;
  }

  .reservation-page .reservation-hours-card {
    padding: 30px 21px;
  }

  .reservation-page .faq-question {
    padding: 17px;
  }

  .reservation-page .faq-question > span {
    font-size: 18px;
  }

  .reservation-page .faq-answer p {
    padding-inline: 17px;
  }

  .reservation-page .faq-item.open
  .faq-answer p {
    padding:
      0 17px 20px;
  }

  .reservation-page .reservation-final-cta {
    min-height: 650px;
  }

  .reservation-page .reservation-final-content {
    padding: 32px 20px;
  }

  .reservation-page .reservation-final-actions {
    display: grid;
  }

  .reservation-page .reservation-final-actions .btn {
    width: 100%;
  }

  .reservation-page .footer-grid {
    grid-template-columns: 1fr;

    gap: 32px;
  }

  .reservation-page .footer-bottom {
    padding: 20px 0;

    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
  }

  .reservation-page .floating-whatsapp {
    right: 15px;
    bottom: 15px;

    width: 52px;
    height: 52px;
  }
}

/* =========================================================
   TRÈS PETITS MOBILES
========================================================= */

@media (max-width: 420px) {
  .reservation-page {
    --container:
      min(100% - 22px, 1180px);
  }

  .reservation-page .reservation-hero-copy h1 {
    font-size: 49px;
  }

  .reservation-page .reservation-introduction-image {
    height: 335px;
  }

  .reservation-page .reservation-introduction-visual {
    min-height: 390px;
  }

  .reservation-page .booking-service-option {
    grid-template-columns:
      42px 1fr;

    gap: 12px;
  }

  .reservation-page .booking-service-option > b {
    grid-column: 2;

    padding: 0;
  }

  .reservation-page .booking-service-icon {
    width: 42px;
    height: 42px;
  }

  .reservation-page .barber-option-image {
    height: 240px;
  }

  .reservation-page .time-slots {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .reservation-page .booking-summary-service {
    grid-template-columns:
      44px 1fr;

    align-items: start;
  }

  .reservation-page .booking-summary-service > b {
    grid-column: 2;
  }

  .reservation-page .reservation-hours-card h3 {
    font-size: 32px;
  }

  .reservation-page .reservation-final-content > img {
    max-width: 160px;
  }
}

/* =========================================================
   MOUVEMENTS RÉDUITS
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .reservation-page *,
  .reservation-page *::before,
  .reservation-page *::after {
    scroll-behavior: auto !important;

    animation-duration:
      0.01ms !important;

    animation-iteration-count:
      1 !important;

    transition-duration:
      0.01ms !important;
  }

  .reservation-page [data-reveal] {
    opacity: 1 !important;

    transform: none !important;
  }

  .reservation-page .floating-whatsapp::before,
  .reservation-page .scroll-indicator span::after {
    display: none;
  }
}