:root {
  --bg: #0a0a0a;
  --panel: #111111;
  --ink: #f4f1ea;
  --muted: #9a958c;
  --line: #2a2a2a;
  --gold: #c4a46c;
  --gold-2: #d4b57a;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
.skip { position: absolute; left: -999px; }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.skip:focus { left: 12px; top: 12px; background: #fff; color: #000; padding: 8px; z-index: 30; }

.top {
  position: sticky; top: 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px;
  background: rgba(10,10,10,.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.mark {
  color: var(--ink); text-decoration: none;
  font-family: "Inter Tight", Inter, sans-serif;
  font-weight: 700; letter-spacing: .18em; font-size: 13px;
}
.top-right { display: flex; align-items: center; gap: 10px; }
.top-right .btn { padding: 0 12px; font-size: 10px; min-height: 40px; }
.menu-btn {
  width: 44px; height: 44px; background: transparent; border: 1px solid var(--line);
  display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  cursor: pointer;
}
.menu-btn span { display: block; width: 18px; height: 1px; background: var(--ink); }
.desk-nav { display: none; }
.nav-drawer {
  position: sticky; top: 73px; z-index: 19;
  background: #0d0d0d; border-bottom: 1px solid var(--line);
  display: flex; flex-direction: column; padding: 8px 20px 20px; gap: 4px;
}
.nav-drawer[hidden] { display: none !important; }
.nav-drawer a, .desk-nav a {
  color: var(--muted); text-decoration: none; min-height: 44px;
  display: flex; align-items: center; letter-spacing: .12em; text-transform: uppercase; font-size: 12px;
}
.nav-drawer a:hover, .desk-nav a:hover { color: var(--ink); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 22px; text-decoration: none;
  letter-spacing: .16em; text-transform: uppercase; font-size: 12px; font-weight: 600;
  border: 1px solid transparent; cursor: pointer; font-family: inherit; white-space: nowrap;
}
.btn.gold { background: var(--gold); color: #111; }
.btn.outline { background: transparent; color: var(--ink); border-color: var(--gold); }
.btn.full { width: 100%; }
.btn.full-max { width: 100%; max-width: 520px; }

.hero, .ready {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end;
  overflow: hidden;
}
.hero-img, .ready img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.88) 12%, rgba(0,0,0,.45) 55%, rgba(0,0,0,.35));
}
.hero-copy, .ready-copy {
  position: relative; z-index: 1; padding: 40px 22px 48px; width: 100%; max-width: 920px;
}
.kicker {
  margin: 0 0 16px;
  color: var(--gold); letter-spacing: .28em; text-transform: uppercase; font-size: 11px; font-weight: 600;
}
h1, h2, h3 {
  font-family: "Inter Tight", Inter, sans-serif;
  font-weight: 800; letter-spacing: -.03em; line-height: .95; margin: 0 0 18px;
  text-transform: uppercase;
}
h1 { font-size: clamp(44px, 11vw, 88px); }
h1 span { color: var(--gold); }
h2 { font-size: clamp(32px, 7vw, 56px); }
h3 { font-size: 16px; letter-spacing: .12em; }
.lede { color: var(--muted); max-width: 40rem; font-size: 16px; }
.hero-actions { display: grid; gap: 12px; margin-top: 28px; max-width: 520px; }

.block { padding: 72px 22px; max-width: 1120px; margin: 0 auto; }
.block h2 { margin-bottom: 16px; }
.cards { display: grid; gap: 28px; margin-top: 36px; }
.vcard { background: var(--panel); border: 1px solid var(--line); }
.vphoto { position: relative; display: block; height: 280px; overflow: hidden; }
.vphoto img { width: 100%; height: 100%; object-fit: cover; }
.vphoto-copy {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 22px;
  background: linear-gradient(to top, rgba(0,0,0,.85), transparent);
}
.vphoto-copy p {
  margin: 0 0 6px; color: var(--gold); letter-spacing: .18em; text-transform: uppercase; font-size: 11px;
}
.vphoto-copy h3 { margin: 0; font-size: clamp(28px, 6vw, 40px); }
.vbody { padding: 22px; }
.stats {
  display: flex; gap: 22px; color: var(--muted); letter-spacing: .12em;
  text-transform: uppercase; font-size: 11px; margin: 0 0 14px;
}
.vbody p { color: #cfc9be; margin: 0 0 16px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.chips span {
  border: 1px solid var(--line); color: var(--muted); padding: 8px 10px;
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
}
.text-link {
  color: var(--gold); text-decoration: none; letter-spacing: .16em;
  text-transform: uppercase; font-size: 12px; font-weight: 600;
}

.occasions {
  list-style: none; padding: 0; margin: 36px 0 0;
  display: grid; grid-template-columns: 1fr; gap: 0;
  border-top: 1px solid var(--line);
}
.occasions li {
  padding: 16px 0; border-bottom: 1px solid var(--line);
  letter-spacing: .08em; text-transform: uppercase; font-size: 14px;
}
.why-grid { display: grid; gap: 0; margin-top: 36px; border-top: 1px solid var(--line); }
.why-grid article { padding: 22px 0; border-bottom: 1px solid var(--line); }
.why-grid p { color: var(--muted); margin: 0; }
.extra .lede { margin-bottom: 24px; }

.ready { min-height: 70svh; align-items: center; }
.ready-copy { text-align: center; max-width: 920px; margin: 0 auto; }
.ready-copy .hero-actions { margin-left: auto; margin-right: auto; }

form { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 28px; }
label { display: flex; flex-direction: column; gap: 6px; font-size: 12px; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }
label.full { grid-column: 1 / -1; }
input, select, textarea {
  background: #111; color: var(--ink); border: 1px solid var(--line);
  border-radius: 0; padding: 12px 14px; font: inherit; min-height: 48px; text-transform: none; letter-spacing: 0;
}
.fine { font-size: 13px; color: var(--muted); text-transform: none; letter-spacing: 0; }
footer {
  border-top: 1px solid var(--line); padding: 36px 22px; text-align: center;
}
footer a { color: var(--gold); }
.venue-hero { padding: 40px 22px 0; max-width: 1120px; margin: 0 auto; }
.venue-hero .tall { height: min(52vh, 420px); overflow: hidden; margin-bottom: 28px; }
.venue-hero .tall img { width: 100%; height: 100%; object-fit: cover; }
.shots { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 0 28px; }
.shots img { width: 100%; height: 180px; object-fit: cover; }
.facts { color: var(--muted); padding-left: 18px; }
.facts li { margin: 10px 0; }
.venue-grid { padding: 28px 22px 72px; max-width: 1120px; margin: 0 auto; display: grid; gap: 28px; }

@media (min-width: 860px) {
  .top { padding: 16px 36px; }
  .hero-copy, .ready-copy, .block, .venue-hero, .venue-grid { padding-left: 36px; padding-right: 36px; }
  .hero-copy { padding-bottom: 72px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .occasions { grid-template-columns: 1fr 1fr; }
  .occasions li:nth-child(odd) { padding-right: 24px; }
  .why-grid { grid-template-columns: 1fr 1fr 1fr; gap: 28px; border: 0; }
  .why-grid article { border: 0; padding: 0; }
  form { grid-template-columns: 1fr 1fr; }
  .hero-actions { grid-template-columns: 1fr; }
  .menu-btn { display: none; }
  .nav-drawer { display: none !important; }
  .desk-nav { display: flex; justify-content: flex-end; gap: 8px 18px; }
  .top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
