:root {
  --green: #4d5b45;
  --beige: #f4f1eb;
  --dark: #1f1f1f;
  --accent: #c98934;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(0,0,0,.10);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--dark);
  background: #fff;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 78px;
}
.brand { display: flex; flex-direction: column; gap: 2px; }
.brand-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem; font-weight: 700; letter-spacing: .02em;
}
.brand-subtitle { font-size: .85rem; color: #6b6b6b; }
.desktop-nav { display: flex; align-items: center; gap: 26px; }
.desktop-nav a { font-size: .96rem; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.8rem; }
.mobile-nav {
  display: none; flex-direction: column; gap: 12px; padding: 0 16px 16px;
}
.hero {
  min-height: 88vh;
  background-size: cover;
  background-position: center;
  display: grid;
  align-items: center;
  color: #fff;
}
.hero-content {
  padding: 90px 0 100px;
  max-width: 760px;
}
.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: #f3ddbb;
}
.eyebrow.dark { color: var(--accent); }
.hero h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.05;
  margin: 0 0 18px;
}
.hero h1 { font-size: clamp(3rem, 6vw, 5.4rem); }
.hero p { font-size: 1.15rem; max-width: 680px; margin: 0 0 26px; }
.hero-actions, .final-cta-inner { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 700;
  transition: .22s ease; border: 1px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn-light { background: #fff; color: var(--green); }
.btn-small { min-height: 40px; padding: 0 16px; }
.section { padding: 92px 0; }
.booking-section {
  margin-top: -72px; position: relative; z-index: 2;
}
.booking-card {
  background: var(--beige);
  border-radius: 30px;
  box-shadow: var(--shadow);
  padding: 34px;
}
.booking-intro { max-width: 760px; margin-bottom: 18px; }
.booking-intro h2, .text-block h2, .services h2, .nearby h2, .final-cta h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.two-col-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center;
}
.image-block img, .card img { border-radius: var(--radius); box-shadow: var(--shadow); }
.services { background: #fbfaf7; }
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px;
}
.service-item {
  background: #fff; border: 1px solid rgba(0,0,0,.06); border-radius: 18px; padding: 24px;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
}
.service-item strong { display: block; margin-bottom: 6px; font-size: 1.02rem; }
.service-item span { color: #666; font-size: .96rem; }
.nearby-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 30px;
}
.card {
  overflow: hidden; border-radius: 22px; background: #fff; box-shadow: var(--shadow);
}
.card img { width: 100%; height: 250px; object-fit: cover; border-radius: 0; box-shadow: none; }
.card-body { padding: 20px; }
.card-body h3 { font-size: 2rem; }
.final-cta { background: var(--green); color: #fff; }
.final-cta .eyebrow { color: #d9ddca; }
.final-cta-inner { justify-content: space-between; }
.site-footer {
  background: #1d231b; color: rgba(255,255,255,.86); padding: 54px 0;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 28px; }
.site-footer h3, .site-footer h4 { color: #fff; font-size: 2rem; }
@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav.open { display: flex; }
  .two-col-grid, .services-grid, .nearby-grid, .footer-grid { grid-template-columns: 1fr; }
  .booking-section { margin-top: -40px; }
}
@media (max-width: 640px) {
  .hero { min-height: 76vh; }
  .hero-content { padding: 74px 0 84px; }
  .booking-card { padding: 22px; border-radius: 22px; }
  .section { padding: 72px 0; }
  .brand-title { font-size: 1.55rem; }
}
.hero.has-booking{
    position: relative;
    padding-bottom: 170px;
}

.hero-booking-wrap{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -58px;
    z-index: 5;
}

.hero-booking{
    width: 100%;
    background: rgba(255,255,255,0.16);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.16);
    padding: 18px;
}

.hero-booking .js-booking-engine-container{
    width: 100%;
}

.hero-booking iframe,
.hero-booking .booking-engine,
.hero-booking .bbit-widget,
.hero-booking [class*="booking"],
.hero-booking [class*="widget"]{
    width: 100% !important;
    max-width: 100% !important;
}

@media (max-width: 1024px){
    .hero.has-booking{
        padding-bottom: 220px;
    }

    .hero-booking-wrap{
        bottom: -90px;
    }
}

@media (max-width: 767px){
    .hero.has-booking{
        padding-bottom: 260px;
    }

    .hero-booking-wrap{
        bottom: -120px;
    }

    .hero-booking{
        border-radius: 18px;
        padding: 12px;
    }
}