body.booking-page {
  background: #fff;
}

.booking-page-main {
  display: block;
}

.booking-page-hero {
  padding: 38px 0 22px;
  background: #fff;
}

.booking-page-inner,
.booking-inner {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 40px;
}

.booking-page-inner {
  text-align: center;
}

.booking-page-inner h1 {
  max-width: 12ch;
  margin: 0 auto 18px;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5vw, 4.6rem);
  font-weight: 600;
  line-height: 0.94;
}

.booking-page-lead {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(44, 36, 32, 0.82);
  font-size: 1rem;
  line-height: 1.8;
}

.booking-section {
  padding: 0 0 96px;
  background: #fff;
  scroll-margin-top: 118px;
}

#contact {
  scroll-margin-top: 118px;
}

.booking-surface {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 420px);
  gap: 34px;
  align-items: center;
  padding: 52px clamp(28px, 4vw, 56px);
  border: 1px solid rgba(132, 88, 101, 0.08);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 249, 251, 0.96) 0%, rgba(248, 232, 239, 0.92) 100%);
  overflow: hidden;
}

.booking-surface::after {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 35px;
  pointer-events: none;
}

.booking-copy,
.booking-panel {
  position: relative;
  z-index: 1;
}

.booking-copy {
  max-width: 640px;
}

.booking-intro {
  margin: 0 0 10px;
  color: #664a45;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.9rem);
  font-weight: 600;
  line-height: 0.98;
}

.booking-copy h2 {
  max-width: 12ch;
  margin: 0 0 18px;
  color: var(--text);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5vw, 4.8rem);
  font-weight: 600;
  line-height: 0.9;
}

.booking-lead {
  max-width: 520px;
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.8;
}

.booking-panel {
  padding: 30px 28px;
  border: 1px solid rgba(132, 88, 101, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 40px rgba(44, 36, 32, 0.1);
}

.booking-panel-label {
  margin: 0 0 18px;
  color: #9a6d68;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.booking-links {
  display: grid;
  gap: 14px;
}

.booking-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  padding: 0 22px;
  border: 1px solid rgba(132, 88, 101, 0.14);
  border-radius: 22px;
  background: #ffffff;
  color: var(--text);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 28px rgba(44, 36, 32, 0.08);
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

.booking-link::before {
  content: "";
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.booking-link-message::before {
  -webkit-mask-image: url("../images/icons/message.svg");
  mask-image: url("../images/icons/message.svg");
}

.booking-link-instagram::before {
  -webkit-mask-image: url("../images/icons/instagram.svg");
  mask-image: url("../images/icons/instagram.svg");
}

.booking-link-phone::before {
  -webkit-mask-image: url("../images/icons/phone.svg");
  mask-image: url("../images/icons/phone.svg");
}

.booking-link:hover,
.booking-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(210, 111, 138, 0.24);
  box-shadow: 0 20px 38px rgba(44, 36, 32, 0.12);
}

.booking-link-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #d26f8a 0%, #e68aa2 100%);
  color: #ffffff;
  box-shadow: var(--shadow-strong);
}

.booking-link-primary:hover,
.booking-link-primary:focus-visible {
  background: linear-gradient(135deg, #ffa9a1 0%, #f4b0ba 100%);
  color: var(--text);
}

.booking-link-phone {
  font-size: 1.05rem;
}

.booking-page-note {
  margin: 18px 0 0;
  color: rgba(44, 36, 32, 0.82);
  font-size: 0.95rem;
  line-height: 1.72;
}

.booking-page-note strong {
  color: var(--text);
}

@media (max-width: 1200px) {
  .booking-page-hero {
    padding-top: 34px;
  }

  .booking-page-inner,
  .booking-inner {
    padding: 0 32px;
  }
}

@media (max-width: 991px) {
  .booking-page-inner,
  .booking-inner {
    padding: 0 20px;
  }

  .booking-surface {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
    gap: 24px;
    padding: 42px 32px;
  }
}

@media (max-width: 640px) {
  .booking-page-hero {
    padding: 28px 0 18px;
  }

  .booking-page-inner,
  .booking-inner {
    padding: 0 16px;
  }

  .booking-page-inner h1 {
    font-size: clamp(2.4rem, 11vw, 3.6rem);
    line-height: 0.96;
  }

  .booking-page-lead {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .booking-section {
    padding: 0 0 84px;
  }

  .booking-surface {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 34px 22px;
    border-radius: 28px;
  }

  .booking-surface::after {
    border-radius: 27px;
  }

  .booking-intro {
    font-size: clamp(1.8rem, 7vw, 2.3rem);
  }

  .booking-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.4rem, 11vw, 3.7rem);
    line-height: 0.95;
  }

  .booking-lead {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .booking-panel {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .booking-link {
    min-height: 58px;
    padding: 0 18px;
    border-radius: 18px;
    font-size: 0.96rem;
  }

  .booking-link-phone {
    font-size: 1rem;
  }
}

@media (max-width: 420px) {
  .booking-page-inner,
  .booking-inner {
    padding: 0 14px;
  }

  .booking-surface {
    padding: 28px 18px;
  }

  .booking-panel {
    padding: 22px 16px;
  }

  .booking-link {
    gap: 12px;
    padding: 0 16px;
  }
}
