:root {
  --charcoal: #20292d;
  --charcoal-deep: #121a1d;
  --ivory: #f6f0e5;
  --gold: #c8a36b;
  --clay: #a95743;
  --ink: #1f282c;
  --muted: #60686b;
  --line: #d7ccbb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { min-width: 0; margin: 0; overflow-x: clip; background: var(--ivory); color: var(--ink); font-family: Manrope, sans-serif; -webkit-font-smoothing: antialiased; }
main { min-width: 0; max-width: 100%; overflow-x: clip; }
a { color: inherit; }
img, iframe { max-width: 100%; }
[hidden] { display: none !important; }
.shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: .74rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.clay { color: var(--clay); }
h1, h2, h3 { text-wrap: balance; }
h2 { margin: 0; font: 600 clamp(2.75rem, 5vw, 4.8rem)/.98 'Cormorant Garamond', serif; letter-spacing: -.025em; }

.siteHeader { position: relative; z-index: 3; background: var(--ivory); color: var(--ink); }
.hero { min-height: 610px; position: relative; display: flex; flex-direction: column; color: #fff; background: url('current-site-hero-optimized.jpg') center 62% / cover no-repeat; }
.heroShade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9, 18, 24, .82) 0%, rgba(9, 18, 24, .58) 44%, rgba(9, 18, 24, .08) 78%), linear-gradient(0deg, rgba(9, 18, 24, .35), transparent 45%); }
.nav { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { width: 232px; height: auto; display: block; }
.nav > span { font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.heroContent { position: relative; z-index: 1; margin-block: auto 54px; }
.hero h1 { max-width: 880px; margin: 0; font: 600 clamp(3.5rem, 6.6vw, 6.6rem)/.92 'Cormorant Garamond', serif; letter-spacing: -.04em; }
.heroCopy { max-width: 650px; margin: 22px 0 27px; color: rgba(255, 255, 255, .91); font-size: 1.08rem; line-height: 1.66; }
.primaryButton { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 17px 24px; background: var(--gold); color: #151c20; font-size: .77rem; font-weight: 700; letter-spacing: .075em; line-height: 1.4; text-align: center; text-decoration: none; text-transform: uppercase; transition: background .2s, transform .2s; }
.primaryButton:hover, .primaryButton:focus-visible { background: #dfbd86; transform: translateY(-2px); }
.heroPath { margin: 14px 0 0; color: rgba(255, 255, 255, .8); font-size: .69rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.heroPath span { padding-inline: 5px; color: var(--gold); }

.booking { padding-block: 100px; background: var(--charcoal); color: #fff; scroll-margin-top: 16px; }
.bookingGrid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 64px; align-items: start; }
.bookingIntro > p:not(.eyebrow) { margin: 25px 0 0; color: rgba(255, 255, 255, .72); font-size: .94rem; line-height: 1.78; }
.bookingIntro .bookingTerms { margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(200, 163, 107, .42); color: rgba(255, 255, 255, .55); font-size: .69rem; line-height: 1.62; }
.bookingWidget { min-width: 0; min-height: 680px; padding: 16px; overflow-x: hidden; background: #fff; box-shadow: 0 24px 70px rgba(0, 0, 0, .25); }
.bookingWidget iframe { display: block; width: 100%; min-height: 640px; border: 0; }

footer { padding-block: 38px 28px; background: var(--charcoal-deep); color: #fff; }
.footerGrid { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.footerLogo { width: 225px; height: auto; }
.footerContact p { margin: 0; color: rgba(255, 255, 255, .68); font-size: .72rem; line-height: 1.75; text-align: right; }
.footerContact a { text-underline-offset: 3px; }
.legal { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .11); }
.legal p { max-width: 820px; margin: 0; color: rgba(255, 255, 255, .45); font-size: .65rem; line-height: 1.65; }

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 32px), 680px); }
  .hero { min-height: min(680px, calc(100svh - 82px)); background-position: 63% 62%; }
  .heroShade { background: linear-gradient(90deg, rgba(9, 18, 24, .8), rgba(9, 18, 24, .35)), linear-gradient(0deg, rgba(9, 18, 24, .38), transparent 50%); }
  .nav { min-height: 82px; }
  .logo { width: 230px; }
  .heroContent { margin-bottom: 38px; }
  .hero h1 { font-size: clamp(3rem, 12.5vw, 4.8rem); }
  .booking { padding-block: 64px; }
  .bookingGrid { grid-template-columns: 1fr; gap: 38px; }
  .bookingWidget { padding: 10px; }
}

@media (max-width: 520px) {
  .nav > span { display: none; }
  .hero { min-height: 620px; }
  .heroCopy { font-size: .96rem; line-height: 1.62; }
  .primaryButton { width: 100%; }
  .heroPath { line-height: 1.7; }
  .footerGrid { align-items: flex-start; flex-direction: column; }
  .footerContact p { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
