:root {
  --ink: #14110f;
  --espresso: #221712;
  --cigar: #8f5b2f;
  --gold: #c89b5f;
  --cream: #f5efe4;
  --smoke: #d8d3c9;
  --white: #fffaf2;
  --muted: #8f877c;
  --shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: var(--cream);
  background: radial-gradient(circle at top left, #3b2a20 0, var(--ink) 34rem), var(--ink);
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  background: rgba(20, 17, 15, .78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 250, 242, .1);
}

.brand { display: flex; align-items: center; gap: .85rem; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(200, 155, 95, .65);
  border-radius: 50%;
  font: 700 .82rem Cinzel, serif;
  color: var(--gold);
  box-shadow: inset 0 0 30px rgba(200, 155, 95, .14);
}
.brand strong { display: block; font: 700 1rem Cinzel, serif; letter-spacing: .04em; }
.brand small { display: block; color: var(--muted); font-size: .76rem; margin-top: .15rem; }

.nav { display: flex; align-items: center; gap: 1.15rem; color: #e8dfd2; font-size: .92rem; }
.nav a:not(.nav-cta):hover { color: var(--gold); }
.nav-cta { padding: .7rem 1rem; border-radius: 999px; background: var(--gold); color: #1a100b; font-weight: 800; }

.hero {
  position: relative;
  min-height: 86vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 25rem;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 4rem);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20,17,15,.7), rgba(20,17,15,.25)),
    radial-gradient(circle at 78% 38%, rgba(200,155,95,.24), transparent 23rem),
    repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 12px);
  pointer-events: none;
}
.hero-content, .hero-card { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 .9rem; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 800; }
h1, h2, h3 { font-family: Cinzel, Georgia, serif; line-height: 1.05; margin: 0; }
h1 { max-width: 55rem; font-size: clamp(3.2rem, 8vw, 7rem); letter-spacing: -.05em; }
h2 { font-size: clamp(2rem, 4vw, 4.2rem); letter-spacing: -.035em; }
h3 { font-size: 1.35rem; }
.hero-copy { max-width: 43rem; color: #ded5c9; font-size: clamp(1rem, 1.6vw, 1.25rem); line-height: 1.75; margin: 1.4rem 0 2rem; }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 3.15rem; padding: 0 1.25rem; border-radius: 999px; font-weight: 800; border: 1px solid rgba(245,239,228,.2); cursor: pointer; }
.button.primary { background: linear-gradient(135deg, var(--gold), #f0c27a); color: #1f130d; border: 0; }
.button.secondary { background: rgba(255,255,255,.07); }
.text-link { display: inline-flex; margin-top: 1.25rem; color: var(--gold); font-weight: 900; }
.text-link::after { content: "→"; margin-left: .45rem; }
.center-action { display: flex; justify-content: center; margin-top: 2rem; }

.hero-card {
  padding: 2rem;
  border: 1px solid rgba(245,239,228,.14);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(255,250,242,.12), rgba(255,250,242,.04));
  box-shadow: var(--shadow);
}
.hero-card span { color: var(--gold); font-weight: 800; font-size: .8rem; text-transform: uppercase; letter-spacing: .16em; }
.hero-card h2 { font-size: 2.35rem; margin: .8rem 0 1rem; }
.hero-card p, .copy-panel p, .lounge-copy p, .booking p { color: #d8d0c3; line-height: 1.7; }
.hero-card ul { margin: 1.25rem 0 0; padding: 0; list-style: none; }
.hero-card li { padding: .8rem 0; border-top: 1px solid rgba(245,239,228,.1); color: #efe7db; }

.smoke { position: absolute; border-radius: 50%; filter: blur(48px); opacity: .22; background: var(--smoke); animation: drift 9s ease-in-out infinite alternate; }
.smoke-one { width: 25rem; height: 25rem; right: 20%; top: 6rem; }
.smoke-two { width: 17rem; height: 17rem; right: 4rem; bottom: 4rem; animation-delay: -3s; }
@keyframes drift { to { transform: translateY(-2rem) translateX(1.5rem) scale(1.08); } }

.section { padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 4rem); }
.intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: end; border-top: 1px solid rgba(245,239,228,.08); }
.intro > p { color: #d8d0c3; line-height: 1.8; font-size: 1.08rem; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.image-panel { min-height: 34rem; border-radius: 1.75rem; box-shadow: var(--shadow); border: 1px solid rgba(245,239,228,.12); }
.blend-panel { background:
  radial-gradient(circle at 50% 18%, rgba(255,250,242,.22), transparent 11rem),
  linear-gradient(140deg, rgba(20,17,15,.25), rgba(20,17,15,.8)),
  repeating-linear-gradient(90deg, #5c321a 0 16px, #7b4a26 16px 32px, #3a2317 32px 48px);
}
.lounge-panel { background:
  radial-gradient(circle at 65% 35%, rgba(216,211,201,.22), transparent 10rem),
  linear-gradient(140deg, rgba(20,17,15,.12), rgba(20,17,15,.82)),
  linear-gradient(90deg, #302016, #6a4428 45%, #241813 45% 55%, #7a5030 55%, #2a1b14);
}
.copy-panel p { font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1.6rem; }
.feature-grid article, .service-card {
  padding: 1.25rem;
  border: 1px solid rgba(245,239,228,.12);
  border-radius: 1.15rem;
  background: rgba(255,255,255,.045);
}
.feature-grid strong { display: block; color: var(--white); margin-bottom: .45rem; }
.feature-grid span, .service-card p { color: #cfc6b9; line-height: 1.55; }

.lounge { background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,0)); }
.lounge-copy { max-width: 55rem; margin-bottom: 2rem; }
.lounge-card-wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card span { color: var(--gold); font-weight: 900; }
.service-card h3 { margin: .75rem 0 .6rem; }

.events { text-align: center; }
.events h2 { max-width: 58rem; margin: 0 auto 2rem; }
.event-list { display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; }
.event-list span { padding: .85rem 1.05rem; border-radius: 999px; background: rgba(255,255,255,.07); border: 1px solid rgba(245,239,228,.11); }

.booking { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: start; background: #f2eadf; color: var(--espresso); }
.booking .eyebrow { color: var(--cigar); }
.booking p { color: #5b5048; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 1.25rem; background: var(--white); border-radius: 1.4rem; box-shadow: 0 20px 55px rgba(56, 39, 28, .18); }
.booking-form label { display: grid; gap: .45rem; font-weight: 800; color: #2a1b14; }
.booking-form label:nth-child(3), .booking-form label:nth-child(4), .booking-form button { grid-column: 1 / -1; }
.contact-booking .booking-form label:nth-child(5), .contact-booking .booking-form label:nth-child(6) { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #ded2c3; border-radius: .9rem; padding: .9rem 1rem; font: inherit; background: #fff; color: #211711; }
textarea { min-height: 7rem; resize: vertical; }
.footer { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding: 2rem clamp(1rem, 4vw, 4rem); color: #cfc6b9; border-top: 1px solid rgba(245,239,228,.1); }
.footer strong { color: var(--gold); font-family: Cinzel, serif; }

.page-hero {
  position: relative;
  padding: clamp(5rem, 10vw, 9rem) clamp(1rem, 4vw, 4rem) clamp(3rem, 6vw, 5rem);
  background:
    radial-gradient(circle at 80% 20%, rgba(200,155,95,.2), transparent 20rem),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0));
  border-bottom: 1px solid rgba(245,239,228,.08);
}
.page-hero h1 { max-width: 64rem; font-size: clamp(3rem, 7vw, 6rem); }
.page-hero p:not(.eyebrow) { max-width: 52rem; color: #ded5c9; font-size: clamp(1.05rem, 1.6vw, 1.25rem); line-height: 1.75; margin: 1.4rem 0 0; }
.content-section { display: grid; grid-template-columns: 1fr 25rem; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.content-section p, .process p, .wide-copy { color: #d8d0c3; line-height: 1.75; font-size: 1.05rem; }
.detail-card { padding: 1.5rem; border: 1px solid rgba(245,239,228,.12); border-radius: 1.25rem; background: rgba(255,255,255,.05); box-shadow: var(--shadow); }
.detail-card h3 { margin-bottom: 1rem; }
.detail-card ul { margin: 0; padding-left: 1.2rem; color: #d8d0c3; line-height: 1.7; }
.process { border-top: 1px solid rgba(245,239,228,.08); }
.process h2 { max-width: 58rem; margin-bottom: 2rem; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.contact-notes { display: grid; gap: .35rem; margin-top: 1.5rem; }
.contact-notes strong { color: var(--espresso); }
.contact-notes span { color: #5b5048; margin-bottom: .65rem; }

@media (max-width: 900px) {
  .nav { display: none; }
  .hero, .intro, .split, .booking, .content-section { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-card { max-width: 34rem; }
  .lounge-card-wrap, .cards-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .feature-grid, .booking-form { grid-template-columns: 1fr; }
  h1 { font-size: 3rem; }
  .image-panel { min-height: 22rem; }
}
