:root {
  --ink: #07080a;
  --panel: #101216;
  --panel-soft: #15171c;
  --cream: #f4efe5;
  --muted: #aaa499;
  --gold: #c9a878;
  --gold-bright: #e0c18e;
  --rule: rgba(201, 168, 120, .24);
  --sans: Inter, system-ui, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --mono: "JetBrains Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, select { font: inherit; }
.shell { width: min(1440px, calc(100% - 64px)); margin: 0 auto; }
.eyebrow { color: var(--gold); font: 600 .63rem var(--mono); letter-spacing: .19em; text-transform: uppercase; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-nav { position: absolute; inset: 0 0 auto; z-index: 20; height: 84px; border-bottom: 1px solid rgba(255,255,255,.1); }
.nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { font: 600 1.22rem var(--serif); letter-spacing: .3em; text-decoration: none; white-space: nowrap; }
.brand i { color: var(--gold); font-style: normal; }
.nav-links { display: flex; align-items: center; gap: clamp(16px, 2vw, 32px); }
.nav-links a { color: #d7d1c6; font-size: .72rem; text-decoration: none; }
.nav-links a:hover { color: var(--gold-bright); }
.nav-cta { min-height: 42px; padding: 0 18px; border: 1px solid var(--gold); display: inline-flex; align-items: center; color: var(--ink) !important; background: var(--gold); font-weight: 700; }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--cream); padding: 10px; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: end; overflow: hidden; padding: 126px 0 48px; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,8,.96) 0%, rgba(5,6,8,.8) 39%, rgba(5,6,8,.24) 72%), linear-gradient(0deg, rgba(5,6,8,.96) 0%, transparent 46%), url('https://images.unsplash.com/photo-1537922937-281e6e6de84a?w=2400&q=86&auto=format&fit=crop') center/cover no-repeat; transform: scale(1.015); }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 22%, rgba(201,168,120,.17), transparent 30%); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; }
.hero-copy { max-width: 820px; }
.hero h1 { margin: 17px 0 18px; font: 500 clamp(3.8rem, 8vw, 7.8rem)/.78 var(--serif); letter-spacing: -.035em; }
.hero h1 em { color: var(--gold-bright); font-weight: 400; }
.hero-lede { max-width: 650px; color: #d1cbc0; font-size: clamp(.95rem, 1.35vw, 1.12rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.hero-actions a { text-decoration: none; font-size: .72rem; font-weight: 700; }
.primary-link { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; background: var(--gold); color: var(--ink); border: 1px solid var(--gold); }
.phone-link { color: var(--cream); border-bottom: 1px solid rgba(255,255,255,.4); padding: 12px 0; }

.booking-dock { margin-top: clamp(32px, 6vh, 70px); background: rgba(246,242,234,.97); color: #17181b; border-radius: 15px; box-shadow: 0 24px 80px rgba(0,0,0,.42); overflow: visible; }
.booking-tabs { display: flex; gap: 6px; padding: 10px 12px 0; }
.booking-tabs span { padding: 8px 13px; border-radius: 8px; background: #15171a; color: #fff; font-size: .66rem; font-weight: 700; }
.booking-form { display: grid; grid-template-columns: .75fr 1.35fr 1.35fr .86fr .65fr .62fr auto; align-items: stretch; }
.book-field { min-width: 0; padding: 15px 17px 17px; border-right: 1px solid rgba(16,18,22,.12); position: relative; }
.book-field label { display: block; margin-bottom: 7px; color: #79736a; font: 600 .53rem var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.book-field input, .book-field select { width: 100%; min-height: 29px; border: 0; outline: 0; background: transparent; color: #15171a; font-size: .75rem; font-weight: 600; }
.book-field input::placeholder { color: #8f8a81; }
.booking-submit { margin: 8px; min-width: 138px; border: 0; border-radius: 10px; background: #15171a; color: #fff; cursor: pointer; font-size: .72rem; font-weight: 700; }
.booking-submit:hover { background: #2a2c31; }
.booking-note { display: flex; justify-content: center; gap: 16px; padding: 12px 20px 13px; border-top: 1px solid rgba(16,18,22,.09); color: #6c675f; font-size: .61rem; }

.directory { padding: clamp(72px, 9vw, 118px) 0 68px; }
.directory-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: end; margin-bottom: 40px; }
.directory h2 { margin: 12px 0 0; max-width: 800px; font: 500 clamp(2.8rem, 5vw, 5.4rem)/.87 var(--serif); letter-spacing: -.025em; }
.directory h2 em { color: var(--gold-bright); font-weight: 400; }
.directory-intro { color: var(--muted); font-size: .84rem; line-height: 1.8; max-width: 610px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.service-link { min-height: 148px; padding: 23px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); text-decoration: none; background: #0c0d10; transition: background .2s, transform .2s; }
.service-link:hover { background: var(--panel-soft); transform: translateY(-2px); }
.service-link b { display: block; color: var(--gold); font: 600 .56rem var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.service-link h3 { margin: 19px 0 7px; font: 500 1.35rem var(--serif); }
.service-link p { margin: 0; color: var(--muted); font-size: .69rem; line-height: 1.5; }

#services, #contact { scroll-margin-top: 96px; }

.proof { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.proof-inner { display: grid; grid-template-columns: 1.3fr repeat(3, .7fr); align-items: center; min-height: 130px; }
.proof-copy { padding-right: 36px; }
.proof-copy strong { display: block; font: 500 1.35rem var(--serif); }
.proof-copy a { display: inline-block; margin-top: 8px; color: var(--gold); font-size: .67rem; text-decoration: none; }
.proof-item { min-height: 72px; border-left: 1px solid var(--rule); padding: 12px 24px; display: flex; flex-direction: column; justify-content: center; }
.proof-item b { color: var(--gold-bright); font: 500 1.5rem var(--serif); }
.proof-item span { color: var(--muted); font-size: .64rem; line-height: 1.45; }

.site-footer { padding: 45px 0 28px; }
.footer-main { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; }
.footer-main p { max-width: 430px; color: var(--muted); font-size: .72rem; line-height: 1.7; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; }
.footer-links a { color: #ccc6ba; font-size: .68rem; text-decoration: none; }
.footer-contact { text-align: right; color: var(--muted); font-size: .68rem; line-height: 1.8; }
.footer-contact a { color: var(--cream); text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #77736c; font-size: .6rem; }

@media (max-width: 1080px) {
  .booking-form { grid-template-columns: repeat(3, 1fr); }
  .book-field { border-bottom: 1px solid rgba(16,18,22,.1); }
  .booking-submit { min-height: 56px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1440px); }
  .site-nav { height: 72px; }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; inset: 72px 14px auto; padding: 20px; background: #0c0e11; border: 1px solid var(--rule); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px; }
  .nav-cta { justify-content: center; }
  .hero { min-height: auto; padding: 116px 0 26px; }
  .hero::before { background-position: 62% center; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 5.5rem); }
  .hero-lede { max-width: 92%; }
  .booking-dock { margin-top: 42px; border-radius: 12px; }
  .booking-tabs { display: none; }
  .booking-form { grid-template-columns: 1fr 1fr; }
  .book-field { padding: 13px; }
  .book-field:nth-child(2), .book-field:nth-child(3) { grid-column: 1 / -1; }
  .booking-submit { grid-column: 1 / -1; min-height: 52px; }
  .booking-note { flex-wrap: wrap; gap: 5px 12px; text-align: center; }
  .directory { padding-top: 68px; }
  .directory-head { grid-template-columns: 1fr; gap: 20px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-link { min-height: 132px; padding: 18px; }
  .service-link p { display: none; }
  .proof-inner { grid-template-columns: 1fr 1fr; padding: 26px 0; }
  .proof-copy { grid-column: 1 / -1; padding: 0 0 20px; }
  .proof-item { border-left: 0; border-top: 1px solid var(--rule); padding: 16px 5px; }
  .proof-item:last-child { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; }
  .footer-contact { text-align: left; }
  .footer-bottom { flex-direction: column; }
}

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