html, body {
  background: #f4efe7;
  color: #1f1914;
}

.booking-hero {
  position: relative;
  min-height: 88vh;
  padding: 120px 24px 72px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: url("/image/booking-bg.jpeg") center center / cover no-repeat;
  overflow: hidden;
}

.booking-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(232, 188, 134, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(12, 9, 7, 0.28), rgba(12, 9, 7, 0.58));
}

.booking-hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 940px);
  text-align: center;
  color: #ffffff;
}

.booking-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.booking-hero-content h1 {
  margin: 0 auto 18px;
  max-width: 12ch;
  font-family: 'Playfair Display', serif;
  font-size: clamp(48px, 7vw, 78px);
  line-height: 1.04;
  font-weight: 600;
}

.booking-intro {
  max-width: 660px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}

.booking-grid-section {
  padding: 96px 24px 110px;
  position: relative;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(244, 239, 231, 0) 0%, rgba(244, 239, 231, 0.84) 64px, #f4efe7 160px);
  margin-top: -72px;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}

.booking-grid {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.booking-card {
  overflow: hidden;
  border-radius: 30px;
  background: #fffdf9;
  box-shadow: 0 26px 50px rgba(58, 42, 28, 0.1);
}

.booking-card-image {
  height: 360px;
}

.booking-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-card-content {
  padding: 28px 28px 32px;
}

.booking-card-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 11px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #9b7b57;
}

.booking-card-eyebrow[data-lang] {
  display: none;
}

.booking-card-eyebrow.lang-active {
  display: inline-block;
}

.booking-card-content h2 {
  margin: 0 0 14px;
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  line-height: 1.08;
  color: #17120e;
}

.booking-card-content p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.8;
  color: #5d5248;
}

.booking-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.booking-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.booking-actions a:first-child {
  background: #17120e;
  color: #ffffff;
}

.booking-actions a:last-child {
  background: #efdfca;
  color: #17120e;
}

.booking-actions a:hover {
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .booking-card-image {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .booking-hero {
    min-height: 100svh;
    padding: 88px 20px 20px;
    align-items: center;
    justify-content: center;
    background-position: center center;
  }

  .booking-hero-content h1 {
    max-width: 11ch;
    font-size: clamp(38px, 10vw, 54px);
    margin: 0 auto 22px;
  }

  .booking-hero-content {
    width: 100%;
    max-width: 100%;
    min-height: calc(100svh - 108px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
  }

  .booking-intro {
    max-width: 320px;
    font-size: 15px;
    margin: 0 auto;
  }

  .booking-grid-section {
    padding: 34px 16px 90px;
    margin-top: -44px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }

  .booking-card {
    border-radius: 28px;
  }

  .booking-card-image {
    height: 240px;
  }

  .booking-card-content {
    padding: 22px 20px 24px;
  }

  .booking-card-content h2 {
    font-size: 32px;
  }

  .booking-card-content p {
    font-size: 15px;
    line-height: 1.72;
  }

  .booking-actions {
    flex-direction: column;
  }

  .booking-actions a {
    width: 100%;
  }
}

.about-contact-section .contact-overlay {
  background: linear-gradient(180deg, rgba(244, 238, 229, 0.62) 0%, rgba(244, 238, 229, 0.82) 100%) !important;
}

.about-contact-wrapper {
  padding: 80px 24px;
}

.about-contact-form {
  max-width: 680px;
  width: 100%;
  padding: 38px;
  border-radius: 24px;
  background: rgba(255, 249, 241, 0.94) !important;
  border: 1px solid rgba(54, 40, 27, 0.12) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.about-contact-kicker {
  margin: 0 0 12px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #181410 !important;
}

.about-contact-form h3 {
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 48px);
  color: #181410 !important;
}

.about-contact-subtitle {
  max-width: 46ch;
  margin: 0 auto 22px;
  font-size: 15px;
  line-height: 1.8;
  color: #181410 !important;
}

.about-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 0 24px;
}

.about-contact-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(54, 40, 27, 0.12) !important;
  background: rgba(255, 255, 255, 0.7) !important;
  color: #181410 !important;
  text-decoration: none;
  font-size: 13px;
}

.about-contact-links a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.about-contact-form input,
.about-contact-form textarea {
  border-color: rgba(54, 40, 27, 0.16) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #181410 !important;
}

.about-contact-form input::placeholder,
.about-contact-form textarea::placeholder,
.about-contact-form button,
.about-contact-form button span {
  color: #181410 !important;
}

.about-contact-form button {
  background: #f3ece3 !important;
  border: 1px solid rgba(54, 40, 27, 0.14) !important;
}

@media (max-width: 1080px) {
  .about-contact-wrapper {
    padding: 54px 16px;
  }

  .about-contact-form {
    padding: 26px 20px;
    border-radius: 20px;
  }

  .about-contact-form h3 {
    font-size: 34px;
  }

  .about-contact-subtitle {
    font-size: 14px;
    line-height: 1.7;
  }

  .about-contact-links {
    flex-direction: column;
  }

  .about-contact-links a {
    justify-content: center;
  }
}

@media (min-width: 1400px) {
  .booking-hero {
    min-height: 100vh !important;
    padding: 132px 56px 96px !important;
    align-items: center !important;
  }

  .booking-hero-content {
    width: 100% !important;
    max-width: 1540px !important;
  }

  .booking-kicker {
    margin-bottom: 18px;
    font-size: 14px;
    letter-spacing: 4px;
  }

  .booking-hero-content h1 {
    max-width: 18ch !important;
    margin: 0 auto 26px !important;
    font-size: clamp(76px, 5.9vw, 118px) !important;
    line-height: 0.96 !important;
  }

  .booking-intro {
    max-width: 1080px !important;
    font-size: 20px !important;
    line-height: 1.85 !important;
  }

  .booking-grid-section {
    padding: 118px 56px 130px !important;
    margin-top: -84px !important;
  }

  .booking-grid {
    width: 100% !important;
    max-width: 1540px !important;
    gap: 36px !important;
  }

  .booking-card-image {
    height: 420px;
  }

  .booking-card-content {
    padding: 34px 34px 38px;
  }

  .booking-card-content h2 {
    font-size: 48px;
  }

  .booking-card-content p {
    font-size: 18px;
  }
}

/* ===============================
   CONTACT SECTION - TRANSPARENT
================================ */

.about-contact-section .contact-overlay {
  background: linear-gradient(180deg, rgba(7, 11, 15, 0.54) 0%, rgba(7, 11, 15, 0.72) 100%) !important;
}

.about-contact-form {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.about-contact-kicker,
.about-contact-form h3,
.about-contact-subtitle,
.about-contact-links a,
.about-contact-form input,
.about-contact-form textarea,
.about-contact-form input::placeholder,
.about-contact-form textarea::placeholder {
  color: #ffffff !important;
}

.about-contact-links a {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.about-contact-links a:hover {
  background: rgba(255, 255, 255, 0.14) !important;
}

.about-contact-form input,
.about-contact-form textarea {
  border-color: rgba(255, 255, 255, 0.24) !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.about-contact-form button {
  background: #ffffff !important;
  color: #181410 !important;
  border: 0 !important;
}

.about-contact-form button span {
  color: #181410 !important;
}
