 :root {
  --black: #050505;
  --black-soft: #0d0d0d;
  --panel: #131313;
  --gold: #d7ae63;
  --gold-light: #f1d698;
  --white: #f5f2eb;
  --muted: #aaa59b;
  --border: rgba(215, 174, 99, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 78px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  gap: 32px;
  background: rgba(5, 5, 5, 0.82);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(16px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .8rem;
  font-weight: 600;
}
.brand img { width: 50px; height: 50px; object-fit: contain; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { color: #d8d4cc; font-size: .84rem; font-weight: 600; }
.nav-links a:hover { color: var(--gold-light); }
.header-call {
  border: 1px solid var(--gold);
  padding: 10px 18px;
  color: var(--gold-light);
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 120px 24px 80px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 45%, rgba(215,174,99,.15), transparent 30%),
    linear-gradient(115deg, #030303 0%, #090909 52%, #15100a 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 850px;
  height: 850px;
  border: 1px solid rgba(215,174,99,.14);
  border-radius: 50%;
  right: -260px;
  top: 50%;
  transform: translateY(-50%);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}
.hero-content { position: relative; text-align: center; max-width: 930px; }
.hero-logo { width: min(270px, 55vw); margin: 0 auto 20px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: .75rem;
  font-weight: 700;
}
h1, h2, h3 {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.02;
  margin-top: 0;
}
h1 { font-size: clamp(3.7rem, 8vw, 7.8rem); margin-bottom: 24px; }
h1 span { color: var(--gold-light); font-style: italic; font-weight: 500; }
h2 { font-size: clamp(2.7rem, 5vw, 5rem); margin-bottom: 22px; }
h3 { font-size: 2rem; margin-bottom: 12px; }
.hero-copy { max-width: 700px; margin: 0 auto 34px; color: #c2bdb4; font-size: 1rem; }
.hero-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 700;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-gold { background: linear-gradient(135deg, #b98a3c, #efd694); color: #090909; }
.button-outline { border-color: rgba(255,255,255,.4); color: white; background: transparent; }
.button-outline:hover { border-color: var(--gold); color: var(--gold-light); }
.scroll-cue { position: absolute; bottom: 28px; font-size: 1.5rem; color: var(--gold); }

.section { padding: 110px 7vw; }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading > p:last-child { color: var(--muted); max-width: 680px; }
.intro { background: var(--black-soft); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature { padding: 34px; border-top: 1px solid var(--gold); background: rgba(255,255,255,.025); }
.feature span { color: var(--gold); font-size: .72rem; letter-spacing: .2em; }
.feature p { color: var(--muted); }

.services { background: #080808; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
.price-card {
  position: relative;
  padding: 34px 28px;
  background: var(--panel);
  border: 1px solid rgba(255,255,255,.08);
  display: flex;
  flex-direction: column;
}
.price-card.featured { border-color: var(--gold); transform: translateY(-12px); box-shadow: 0 24px 80px rgba(0,0,0,.4); }
.price-card.deluxe { background: linear-gradient(145deg, #17120b, #101010); }
.card-label { color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: .7rem; font-weight: 700; }
.price { font-family: "Cormorant Garamond", serif; font-size: 4.2rem; color: var(--gold-light); line-height: 1; }
.price-card ul { list-style: none; padding: 0; margin: 28px 0; flex: 1; }
.price-card li { padding: 10px 0 10px 22px; border-bottom: 1px solid rgba(255,255,255,.06); color: #cbc7bf; font-size: .9rem; position: relative; }
.price-card li::before { content: "◆"; color: var(--gold); position: absolute; left: 0; font-size: .55rem; top: 14px; }
.popular { position: absolute; top: 0; right: 0; padding: 7px 12px; background: var(--gold); color: #090909; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.text-link { color: var(--gold-light); font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.card-button { width: 100%; }
.pricing-note { margin: 34px auto 0; max-width: 800px; text-align: center; color: var(--muted); font-size: .82rem; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; background: #0d0d0d; }
.split-image {
  background:
    linear-gradient(rgba(0,0,0,.18), rgba(0,0,0,.6)),
    radial-gradient(circle at center, rgba(215,174,99,.22), transparent 36%),
    linear-gradient(135deg, #191919, #050505);
  position: relative;
}
.split-image::before {
  content: "PREMIER";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(215,174,99,.15);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 10vw, 10rem);
  writing-mode: vertical-rl;
  letter-spacing: .1em;
}
.split-content { padding: 10vw 8vw; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.split-content p:not(.eyebrow) { color: var(--muted); max-width: 580px; margin-bottom: 30px; }

.add-on { background: #080808; }
.add-on-card {
  max-width: 1120px;
  margin: auto;
  padding: 48px;
  border: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 40px;
  align-items: center;
  background: linear-gradient(120deg, #121212, #0b0906);
}
.add-on-card h2 { margin-bottom: 10px; }
.add-on-card p:last-child { color: var(--muted); margin: 0; }
.add-on-price { font-family: "Cormorant Garamond", serif; font-size: 4rem; color: var(--gold-light); }

.referral {
  min-height: 560px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 100px 24px;
  background:
    linear-gradient(rgba(0,0,0,.72), rgba(0,0,0,.88)),
    radial-gradient(circle at 50% 30%, #6e5026, #050505 58%);
}
.referral-content { max-width: 780px; }
.referral-content p:not(.eyebrow) { color: #c4beb3; margin: 0 auto 30px; }
.referral strong { color: var(--gold-light); }

.gallery { background: var(--black-soft); }
.gallery-placeholder { display: grid; grid-template-columns: 1fr 1fr; min-height: 420px; border: 1px solid var(--border); }
.gallery-placeholder > div { display: grid; place-items: center; align-content: center; text-align: center; padding: 30px; }
.gallery-placeholder > div:first-child { background: #141414; filter: grayscale(1); }
.gallery-placeholder > div:last-child { background: radial-gradient(circle, rgba(215,174,99,.17), transparent 55%), #0a0a0a; border-left: 1px solid var(--border); }
.gallery-placeholder span { font-family: "Cormorant Garamond", serif; font-size: clamp(3rem, 7vw, 7rem); color: rgba(255,255,255,.18); }
.gallery-placeholder p { color: var(--muted); }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 120px 7vw; background: #060606; }
.contact-info > p:not(.eyebrow) { color: var(--muted); max-width: 600px; }
.contact-links { margin-top: 44px; }
.contact-links > * { display: block; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.contact-links span { display: block; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: .66rem; margin-bottom: 4px; }
.contact-links strong { font-size: .95rem; overflow-wrap: anywhere; }

.booking-form { background: #111; padding: 38px; border: 1px solid var(--border); }
.booking-form label { display: block; color: #d6d1c8; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 18px; }
.booking-form input, .booking-form select, .booking-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 15px;
  background: #080808;
  color: white;
  border: 1px solid rgba(255,255,255,.14);
  outline: none;
}
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--gold); }
.booking-form .button { width: 100%; }
.form-note { color: var(--muted); font-size: .72rem; text-align: center; margin-bottom: 0; }

footer {
  padding: 38px 7vw;
  display: flex;
  align-items: center;
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: #030303;
  color: var(--muted);
  font-size: .76rem;
}
footer img { width: 58px; }
footer p { margin-right: auto; }
footer div { display: flex; gap: 18px; color: var(--gold-light); }
.floating-call { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card.featured { transform: none; }
  .nav-links { display: none; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; padding: 0 18px; }
  .brand span, .header-call { display: none; }
  .brand img { width: 45px; height: 45px; }
  .menu-button {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(255,255,255,.18);
  }
  .menu-button span { width: 18px; height: 1px; background: var(--gold-light); }
  .nav-links {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    padding: 22px;
    background: rgba(5,5,5,.98);
    border-bottom: 1px solid var(--border);
    flex-direction: column;
  }
  .nav-links.open { display: flex; }
  .hero { min-height: 92svh; padding-top: 100px; }
  .hero-logo { width: 220px; }
  h1 { font-size: 3.7rem; }
  .section { padding: 82px 22px; }
  .feature-grid, .pricing-grid, .split-section, .contact { grid-template-columns: 1fr; }
  .feature-grid { gap: 12px; }
  .pricing-grid { gap: 14px; }
  .split-image { min-height: 320px; }
  .split-content { padding: 80px 24px; }
  .add-on-card { grid-template-columns: 1fr; padding: 32px 24px; gap: 20px; }
  .add-on-price { font-size: 3.2rem; }
  .gallery-placeholder { grid-template-columns: 1fr; }
  .gallery-placeholder > div { min-height: 260px; }
  .gallery-placeholder > div:last-child { border-left: 0; border-top: 1px solid var(--border); }
  .contact { padding: 85px 22px; gap: 45px; }
  .booking-form { padding: 25px 18px; }
  footer { flex-direction: column; text-align: center; padding-bottom: 95px; }
  footer p { margin-right: 0; }
  .floating-call {
    display: flex;
    position: fixed;
    z-index: 99;
    left: 16px;
    right: 16px;
    bottom: 14px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #b98a3c, #efd694);
    color: #090909;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    box-shadow: 0 12px 40px rgba(0,0,0,.5);
  }
}
