/* ---------- Tokens ---------- */
:root {
  --bg: #F7F3EA;
  --bg-card: #FFFFFF;
  --ink: #14182B;
  --ink-soft: #2A3142;
  --muted: #6B6960;
  --muted-soft: #9A968B;
  --accent: #7B5E2C;
  --accent-soft: #9C7A3C;
  --rule: #E2DDD0;
  --deep: #0E1626;
  --deep-text: #E9E2D2;
  --deep-text-muted: rgba(233, 226, 210, 0.62);

  --font-serif: 'Fraunces', 'Iowan Old Style', Georgia, serif;
  --font-sans: 'Inter Tight', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --max: 1180px;
  --max-narrow: 720px;
  --gutter: clamp(20px, 4.5vw, 56px);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.55;
  font-feature-settings: 'ss01', 'cv01';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--ink); }
button, input { font: inherit; }

/* ---------- Header ---------- */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 22px var(--gutter) 22px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: var(--font-serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-variation-settings: 'opsz' 14;
}
.brand-name {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.005em;
  font-variation-settings: 'opsz' 18;
}
.header-phone {
  color: var(--muted);
  font-size: 14px;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
  transition: color 160ms ease;
}
.header-phone:hover { color: var(--ink); }
@media (max-width: 480px) {
  .brand-name { display: none; }
}

/* ---------- Hero ---------- */
.hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(48px, 9vw, 112px) var(--gutter) clamp(40px, 7vw, 80px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 28px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--accent-soft);
  display: inline-block;
}
.hero-title {
  margin: 0 0 32px;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(38px, 7.4vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--ink);
  max-width: 14ch;
  font-variation-settings: 'opsz' 144;
  text-wrap: balance;
}
.hero-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--ink-soft);
}
.hero-lede {
  margin: 0 0 40px;
  font-size: clamp(17px, 1.6vw, 19px);
  line-height: 1.55;
  color: var(--muted);
  max-width: 54ch;
}
.hero-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  font-size: 14px;
  color: var(--ink-soft);
}
.hero-meta li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
  display: inline-block;
}

/* ---------- Booking ---------- */
.booking {
  background: var(--deep);
  color: var(--deep-text);
  padding: clamp(56px, 9vw, 112px) var(--gutter);
  position: relative;
  overflow: hidden;
}
.booking::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 25% 20%, rgba(184, 154, 101, 0.06) 0%, transparent 45%);
  pointer-events: none;
}
.booking-frame {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
}
.booking-head {
  margin-bottom: 36px;
}
.booking-heading {
  margin: 0 0 10px;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(28px, 3.8vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.018em;
  color: #FAF6EC;
  font-variation-settings: 'opsz' 60;
}
.booking-sub {
  margin: 0;
  color: var(--deep-text-muted);
  font-size: 14px;
  letter-spacing: 0.005em;
}
.iframe-wrap {
  position: relative;
  background: #111827;
  border-radius: 6px;
  overflow: hidden;
  box-shadow:
    0 30px 70px -28px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(184, 154, 101, 0.06);
  min-height: 820px;
}
@media (max-width: 720px) {
  .iframe-wrap { min-height: 1080px; }
}
#booking-iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  display: block;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 320ms ease;
}
.iframe-wrap[data-state="ready"] #booking-iframe { opacity: 1; }
.iframe-skeleton {
  position: absolute;
  inset: 0;
  padding: clamp(20px, 4vw, 40px);
  z-index: 1;
  transition: opacity 280ms ease;
}
.iframe-wrap[data-state="ready"] .iframe-skeleton { opacity: 0; pointer-events: none; }
.skel-row, .skel-grid span {
  background: linear-gradient(90deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.09) 50%, rgba(255,255,255,0.04) 100%);
  background-size: 200% 100%;
  animation: shimmer 1.6s linear infinite;
  border-radius: 4px;
}
.skel-row { height: 14px; margin-bottom: 14px; }
.skel-row--lg { width: 38%; height: 22px; margin-bottom: 22px; }
.skel-row--md { width: 64%; }
.skel-row--sm { width: 48%; margin-bottom: 32px; }
.skel-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}
.skel-grid span { height: 48px; }
@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.booking-fallback {
  margin: 28px 0 0;
  text-align: center;
  font-size: 14px;
  color: var(--deep-text-muted);
}
.booking-fallback a {
  color: var(--accent-soft);
  border-bottom: 1px solid rgba(184, 154, 101, 0.4);
  padding-bottom: 1px;
  transition: color 160ms ease, border-color 160ms ease;
}
.booking-fallback a:hover {
  color: #FAF6EC;
  border-bottom-color: rgba(250, 246, 236, 0.6);
}

/* ---------- Expectations ---------- */
.expectations {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(72px, 10vw, 128px) var(--gutter);
}
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 40px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}
.section-eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--accent-soft);
  display: inline-block;
}
.expectations-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 5vw, 64px);
}
.expectations-list li {
  border-top: 1px solid var(--rule);
  padding-top: 28px;
}
.expectations-num {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 13px;
  color: var(--accent);
  margin-bottom: 18px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}
.expectations-title {
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.01em;
  font-variation-settings: 'opsz' 22;
}
.expectations-body {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}
@media (max-width: 760px) {
  .expectations-list { grid-template-columns: 1fr; gap: 36px; }
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--rule);
  max-width: var(--max);
  margin: 0 auto;
  padding: 40px var(--gutter) 56px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: baseline;
  font-size: 14px;
  color: var(--muted);
}
.footer-name {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 16px;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: -0.005em;
}
.footer-meta {
  margin: 0;
  text-align: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.footer-meta a:hover { color: var(--ink); }
.footer-copy {
  margin: 0;
  text-align: right;
  font-size: 13px;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
@media (max-width: 640px) {
  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-meta, .footer-copy { text-align: center; }
}

/* ---------- A11y ---------- */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 2px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
