:root {
  --bg: #0b0b0d;
  --panel: #151518;
  --panel-2: #1b1b1f;
  --line: rgba(255,255,255,.1);
  --text: #f5f2ea;
  --muted: #b9b2a6;
  --gold: #c9a86a;
  --gold-2: #e7c98c;
  --shadow: 0 24px 70px rgba(0,0,0,.35);
  --radius: 22px;
  --container: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; font-family:'Inter',sans-serif; color:var(--text); background:var(--bg); }
a { color:inherit; text-decoration:none; }
img, video { max-width:100%; display:block; }
.container { width:min(calc(100% - 40px), var(--container)); margin:0 auto; }
.site-header {
  position:fixed; inset:0 0 auto 0; z-index:100;
  background:rgba(11,11,13,.7); backdrop-filter: blur(14px); border-bottom:1px solid var(--line);
}
.header-inner { min-height:84px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.brand { display:flex; align-items:center; gap:14px; font-family:'Oswald',sans-serif; letter-spacing:.08em; font-size:1.15rem; }
.brand img { width:52px; height:52px; object-fit:contain; filter: drop-shadow(0 8px 20px rgba(0,0,0,.4)); }
.nav-menu, .footer-menu { list-style:none; padding:0; margin:0; display:flex; gap:22px; }
.nav-menu a, .footer-menu a { color:#f8f4ec; font-weight:600; font-size:.95rem; }
.nav-menu a:hover, .footer-menu a:hover, .contact-inline a:hover { color:var(--gold-2); }
.mobile-toggle { display:none; background:none; border:1px solid var(--line); color:#fff; font-size:1.2rem; width:46px; height:46px; border-radius:12px; }
.section { padding:110px 0; }
.section-dark { background:linear-gradient(180deg, #0f1012 0%, #141519 100%); }
.hero-section { position:relative; min-height:100svh; display:flex; align-items:center; overflow:hidden; }
.hero-media, .hero-overlay { position:absolute; inset:0; }
.hero-media video { width:100%; height:100%; object-fit:cover; }
.hero-overlay { background:linear-gradient(90deg, rgba(5,5,6,.88) 0%, rgba(5,5,6,.62) 45%, rgba(5,5,6,.55) 100%); }
.hero-content { position:relative; z-index:2; padding-top:110px; padding-bottom:90px; }
.eyebrow { color:var(--gold-2); text-transform:uppercase; letter-spacing:.18em; font-weight:800; font-size:.78rem; margin:0 0 14px; }
.center { text-align:center; }
h1, h2, h3 { margin:0 0 18px; line-height:1.02; }
h1 { font-family:'Oswald',sans-serif; font-size:clamp(3.3rem, 7vw, 6.8rem); text-transform:uppercase; max-width:800px; }
h2 { font-family:'Oswald',sans-serif; font-size:clamp(2rem, 4vw, 3.4rem); text-transform:uppercase; }
h3 { font-family:'Oswald',sans-serif; font-size:1.45rem; letter-spacing:.03em; }
.hero-copy { max-width:680px; font-size:1.12rem; color:#e7dfd2; line-height:1.75; margin-bottom:26px; }
.hero-actions, .reservation-actions { display:flex; gap:14px; flex-wrap:wrap; align-items:center; }
.button { display:inline-flex; align-items:center; justify-content:center; padding:14px 22px; border-radius:999px; font-weight:800; transition:transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform:translateY(-2px); }
.button-primary { background:var(--gold); color:#111; }
.button-secondary { border:1px solid rgba(255,255,255,.22); background:rgba(255,255,255,.04); color:#fff; }
.hero-points { margin:28px 0 0; padding:0; list-style:none; display:grid; gap:10px; color:#efe7d9; }
.hero-points li::before { content:'•'; color:var(--gold); margin-right:10px; }
.split-grid, .location-grid, .footer-grid { display:grid; grid-template-columns:1.08fr .92fr; gap:42px; align-items:center; }
.image-stack { display:grid; gap:18px; }
.image-stack img, .service-card img, .gallery-grid img, .map-frame iframe { border-radius:var(--radius); box-shadow:var(--shadow); }
.section-copy p { color:var(--muted); line-height:1.85; font-size:1.02rem; }
.contact-inline { display:flex; gap:14px; align-items:center; flex-wrap:wrap; margin-top:20px; font-weight:700; }
.price-grid, .service-grid, .gallery-grid { display:grid; gap:24px; }
.price-grid { grid-template-columns:repeat(4, 1fr); margin-top:38px; }
.price-card, .service-card, .reservation-box { background:linear-gradient(180deg, var(--panel) 0%, var(--panel-2) 100%); border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow); }
.price-card { padding:28px; }
.price-card p { color:var(--muted); line-height:1.7; }
.price { color:var(--gold-2); font-size:1.9rem; font-weight:900; margin:8px 0 10px; }
.section-note { margin-top:18px; color:var(--muted); }
.service-grid { grid-template-columns:repeat(3, 1fr); margin-top:38px; }
.service-card { overflow:hidden; }
.service-card img { width:100%; aspect-ratio: 4 / 3; object-fit:cover; border-radius:0; box-shadow:none; }
.service-card h3, .service-card p { padding:0 24px; }
.service-card h3 { margin-top:22px; }
.service-card p { padding-bottom:26px; color:var(--muted); line-height:1.75; }
.gallery-grid { grid-template-columns:repeat(4, 1fr); margin-top:24px; }
.gallery-grid img { width:100%; aspect-ratio:1 / 1; object-fit:cover; }
.location-grid { align-items:start; }
.hours-box { margin-top:28px; padding:24px; border-radius:var(--radius); border:1px solid var(--line); background:#111216; }
.hours-box ul { list-style:none; margin:0; padding:0; display:grid; gap:12px; }
.hours-box li { display:flex; justify-content:space-between; gap:20px; padding-bottom:12px; border-bottom:1px solid var(--line); color:var(--muted); }
.hours-box li:last-child { border-bottom:none; padding-bottom:0; }
.map-frame iframe { width:100%; min-height:560px; }
.reservation-section { background:radial-gradient(circle at top, rgba(201,168,106,.12) 0%, rgba(11,11,13,1) 52%); }
.reservation-box { padding:56px 32px; }
.reservation-copy { color:var(--muted); max-width:820px; margin:0 auto 24px; line-height:1.85; }
.site-footer { padding:34px 0 0; border-top:1px solid var(--line); background:#09090b; }
.footer-grid { align-items:start; padding-bottom:30px; }
.footer-logo { width:72px; margin-bottom:14px; }
.footer-grid p, .footer-grid li { color:var(--muted); line-height:1.7; }
.footer-bottom { border-top:1px solid var(--line); padding:18px 0 24px; color:#9d968b; font-size:.95rem; }
.page-basic { padding:140px 0 80px; }
.content-narrow { width:min(calc(100% - 40px), 860px); }
.entry-content, .entry-content p { color:var(--muted); line-height:1.85; }
@media (max-width: 1100px) {
  .price-grid { grid-template-columns:repeat(2,1fr); }
  .service-grid, .gallery-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 820px) {
  .mobile-toggle { display:block; }
  .site-nav { position:absolute; top:84px; left:20px; right:20px; display:none; background:#0f1012; border:1px solid var(--line); border-radius:20px; padding:18px; }
  .site-nav.open { display:block; }
  .nav-menu, .footer-menu { flex-direction:column; gap:12px; }
  .split-grid, .location-grid, .footer-grid, .price-grid, .service-grid, .gallery-grid { grid-template-columns:1fr; }
  .hero-content { padding-top:140px; }
  .hours-box li { flex-direction:column; gap:4px; }
  .map-frame iframe { min-height:400px; }
}
