:root {
  --black: #0d0d0f;
  --charcoal: #16161a;
  --charcoal-2: #1d1d22;
  --line: #2a2a30;
  --cream: #f4efe6;
  --muted: #a7a29a;
  --gold: #c9a35c;
  --gold-soft: #d9bd85;
  --gold-deep: #a5813f;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--black);
  color: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.05; letter-spacing: 0.01em; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.gold { color: var(--gold); }

.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 1.1rem;
}

.section-head { text-align: center; max-width: 640px; margin: 0 auto 4rem; padding: 0 1.5rem; }
.section-head h2 { font-size: clamp(2.4rem, 5.5vw, 3.8rem); }
.section-lead { color: var(--muted); margin-top: 1.1rem; font-weight: 300; font-size: 1.05rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.4s var(--ease);
}
.btn-gold { background: var(--gold); color: var(--black); }
.btn-gold:hover { background: var(--gold-soft); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(201,163,92,0.28); }
.btn-ghost { border-color: rgba(244,239,230,0.35); color: var(--cream); background: transparent; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-outline { border-color: var(--gold); color: var(--gold); background: transparent; }
.btn-outline:hover { background: var(--gold); color: var(--black); }
.btn-block { width: 100%; }

.page-loader {
  position: fixed; inset: 0; z-index: 999;
  background: var(--black);
  display: grid; place-items: center;
  transition: opacity 0.7s var(--ease), visibility 0.7s;
}
.page-loader.done { opacity: 0; visibility: hidden; }
.loader-mark {
  font-family: var(--serif); font-size: 3rem; color: var(--gold);
  border: 2px solid var(--gold); width: 78px; height: 78px;
  display: grid; place-items: center; border-radius: 50%;
  animation: pulse 1.4s var(--ease) infinite;
}
@keyframes pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(0.9); opacity: 0.5; } }

.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 1.5rem 0;
  transition: all 0.5s var(--ease);
}
.nav.scrolled { padding: 0.9rem 0; background: rgba(13,13,15,0.85); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 0.7rem; }
.brand-mark {
  font-family: var(--serif); font-weight: 700; font-size: 1.4rem; color: var(--gold);
  border: 1.5px solid var(--gold); width: 40px; height: 40px;
  display: grid; place-items: center; border-radius: 50%;
}
.brand-text { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; letter-spacing: 0.04em; line-height: 1; display: flex; flex-direction: column; }
.brand-text small { font-family: var(--sans); font-size: 0.55rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }

.nav-links { display: flex; align-items: center; gap: 2.1rem; }
.nav-links a { font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cream); position: relative; transition: color 0.3s; }
.nav-links a:not(.nav-cta)::after {
  content: ''; position: absolute; left: 0; bottom: -6px; height: 1px; width: 0; background: var(--gold); transition: width 0.35s var(--ease);
}
.nav-links a:not(.nav-cta):hover { color: var(--gold); }
.nav-links a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { border: 1px solid var(--gold); color: var(--gold); padding: 0.55rem 1.3rem; }
.nav-cta:hover { background: var(--gold); color: var(--black); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--cream); transition: all 0.35s var(--ease); }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&w=1600&q=80');
  background-size: cover; background-position: center;
  transform: scale(1.08); animation: heroZoom 14s var(--ease) forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(13,13,15,0.94) 0%, rgba(13,13,15,0.78) 45%, rgba(13,13,15,0.45) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 1240px; margin: 0 auto; padding: 0 2rem; width: 100%; }
.hero h1 { font-size: clamp(3rem, 8.5vw, 6.6rem); margin-bottom: 1.6rem; }
.hero-sub { max-width: 520px; color: var(--muted); font-size: 1.12rem; font-weight: 300; margin-bottom: 2.4rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3.2rem; }
.hero-meta { display: flex; align-items: center; gap: 1.6rem; }
.hero-meta div { display: flex; flex-direction: column; }
.hero-meta strong { font-family: var(--serif); font-size: 1.55rem; color: var(--cream); }
.hero-meta span { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.hero-meta .divider { width: 1px; height: 34px; background: var(--line); }

.scroll-cue { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); width: 24px; height: 40px; border: 1px solid rgba(244,239,230,0.4); border-radius: 14px; z-index: 2; }
.scroll-cue span { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; background: var(--gold); border-radius: 2px; animation: cue 1.8s var(--ease) infinite; }
@keyframes cue { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 80%,100% { opacity: 0; transform: translate(-50%, 16px); } }

.marquee { background: var(--gold); color: var(--black); padding: 1.1rem 0; overflow: hidden; }
.marquee-track { display: flex; align-items: center; gap: 2.4rem; white-space: nowrap; width: max-content; animation: scrollX 26s linear infinite; }
.marquee-track span { font-family: var(--serif); font-size: 1.5rem; font-weight: 600; }
.marquee-track i { font-size: 0.6rem; opacity: 0.6; }
@keyframes scrollX { to { transform: translateX(-50%); } }

section { padding: 7rem 0; }

.about { background: var(--charcoal); }
.about-grid { max-width: 1240px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-imgs { position: relative; height: 540px; }
.about-img { position: absolute; background-size: cover; background-position: center; border: 1px solid var(--line); }
.about-img-a { width: 68%; height: 78%; top: 0; left: 0; background-image: url('https://images.unsplash.com/photo-1621607512214-68297480165e?auto=format&fit=crop&w=800&q=80'); }
.about-img-b { width: 55%; height: 60%; bottom: 0; right: 0; background-image: url('https://images.unsplash.com/photo-1503951914875-452162b0f3f1?auto=format&fit=crop&w=800&q=80'); box-shadow: -20px -20px 50px rgba(0,0,0,0.5); }
.about-badge { position: absolute; bottom: 12%; left: -6%; background: var(--gold); color: var(--black); padding: 1.2rem 1.6rem; text-align: center; z-index: 3; }
.badge-num { display: block; font-family: var(--serif); font-size: 2.2rem; font-weight: 700; line-height: 1; }
.badge-label { font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; }
.about-copy h2 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); margin-bottom: 1.4rem; }
.about-copy > p { color: var(--muted); font-weight: 300; margin-bottom: 1.8rem; }
.about-list { list-style: none; margin-bottom: 2.2rem; }
.about-list li { padding: 0.7rem 0 0.7rem 2rem; position: relative; border-bottom: 1px solid var(--line); }
.about-list li::before { content: '✦'; position: absolute; left: 0; color: var(--gold); }

.service-list { max-width: 900px; margin: 0 auto; padding: 0 2rem; }
.service { display: flex; align-items: baseline; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); transition: padding-left 0.4s var(--ease); }
.service-main { flex-shrink: 0; max-width: 62%; }
.service h3 { font-size: 1.6rem; margin-bottom: 0.2rem; }
.service h3 em { font-family: var(--sans); font-size: 0.8rem; font-style: normal; color: var(--muted); letter-spacing: 0.1em; }
.service p { color: var(--muted); font-size: 0.9rem; font-weight: 300; }
.service .dots { flex: 1; border-bottom: 1px dotted var(--line); transform: translateY(-6px); }
.service .price { font-family: var(--serif); font-size: 1.8rem; color: var(--gold); font-weight: 600; flex-shrink: 0; }
.service:hover { padding-left: 0.8rem; }

.gallery { background: var(--charcoal); }
.gallery-grid { max-width: 1240px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; gap: 1rem; }
.g-item { background-size: cover; background-position: center; position: relative; overflow: hidden; filter: grayscale(0.35); transition: filter 0.5s var(--ease), transform 0.5s var(--ease); }
.g-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(13,13,15,0.6)); opacity: 0; transition: opacity 0.5s; }
.g-item:hover { filter: grayscale(0); transform: scale(1.02); }
.g-item:hover::after { opacity: 1; }
.g1 { grid-row: span 2; background-image: url('https://images.unsplash.com/photo-1599351431202-1e0f0137899a?auto=format&fit=crop&w=700&q=80'); }
.g2 { background-image: url('https://images.unsplash.com/photo-1622286342621-4bd786c2447c?auto=format&fit=crop&w=700&q=80'); }
.g3 { background-image: url('https://images.unsplash.com/photo-1605497788044-5a32c7078486?auto=format&fit=crop&w=700&q=80'); }
.g4 { background-image: url('https://images.unsplash.com/photo-1503951914875-452162b0f3f1?auto=format&fit=crop&w=700&q=80'); }
.g5 { grid-row: span 2; background-image: url('https://images.unsplash.com/photo-1517832606299-7ae9b720a186?auto=format&fit=crop&w=700&q=80'); }
.g6 { background-image: url('https://images.unsplash.com/photo-1596728325488-58c87691e9af?auto=format&fit=crop&w=700&q=80'); }

.reviews { background: var(--charcoal); }
.review-grid { max-width: 1240px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.review { background: var(--charcoal-2); border: 1px solid var(--line); padding: 2.4rem; position: relative; }
.review::before { content: '\201C'; position: absolute; top: 0.4rem; right: 1.4rem; font-family: var(--serif); font-size: 5rem; color: var(--gold); opacity: 0.2; line-height: 1; }
.stars { color: var(--gold); letter-spacing: 0.15em; margin-bottom: 1rem; }
.review p { font-family: var(--serif); font-size: 1.28rem; line-height: 1.5; margin-bottom: 1.4rem; }
.review cite { font-style: normal; color: var(--muted); font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; }

.visit { background: var(--black); }
.visit-grid { max-width: 1240px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: stretch; }
.visit-info h2 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); margin-bottom: 2.4rem; }
.info-block { padding: 1.4rem 0; border-top: 1px solid var(--line); }
.info-block h4 { font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 0.7rem; }
.info-block p { color: var(--cream); font-weight: 300; }
.hours { list-style: none; }
.hours li { display: flex; justify-content: space-between; padding: 0.35rem 0; color: var(--muted); font-weight: 300; }
.hours li span:last-child { color: var(--cream); }
.link-gold { color: var(--gold); font-size: 0.85rem; letter-spacing: 0.06em; display: inline-block; margin-top: 0.6rem; transition: color 0.3s; }
.link-gold:hover { color: var(--gold-soft); }
.link-plain { transition: color 0.3s; }
.link-plain:hover { color: var(--gold); }
.visit-map { min-height: 460px; border: 1px solid var(--line); overflow: hidden; }
.visit-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(0.4) invert(0.9) hue-rotate(180deg); }

.book { background-image: linear-gradient(rgba(13,13,15,0.9), rgba(13,13,15,0.9)), url('https://images.unsplash.com/photo-1512690459411-b9245aed614b?auto=format&fit=crop&w=1400&q=80'); background-size: cover; background-position: center; background-attachment: fixed; }
.book-inner { max-width: 560px; margin: 0 auto; padding: 0 2rem; text-align: center; }
.book-inner h2 { font-size: clamp(2.4rem, 5.5vw, 3.8rem); }
.book-form { margin-top: 2.6rem; display: grid; gap: 1.4rem; text-align: left; }
.field { position: relative; }
.field input, .field select {
  width: 100%; padding: 1.1rem 1rem 0.5rem; background: rgba(29,29,34,0.7); border: 1px solid var(--line);
  color: var(--cream); font-family: var(--sans); font-size: 0.95rem; transition: border-color 0.3s;
}
.field select { padding-top: 1rem; padding-bottom: 0.6rem; }
.field input:focus, .field select:focus { outline: none; border-color: var(--gold); }
.field label { position: absolute; left: 1rem; top: 1rem; color: var(--muted); font-size: 0.9rem; pointer-events: none; transition: all 0.25s var(--ease); }
.field input:focus + label, .field input:not(:placeholder-shown) + label,
.field select:focus + label, .field select:valid + label,
.field .label-static { top: 0.32rem; font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.field input[type="date"] { color-scheme: dark; }
.form-note { text-align: center; font-size: 0.85rem; color: var(--gold); min-height: 1.2rem; margin-top: 0.4rem; }

.footer { background: var(--black); border-top: 1px solid var(--line); padding: 5rem 0 0; }
.footer-inner { max-width: 1240px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; }
.footer-brand p { color: var(--muted); font-weight: 300; font-size: 0.9rem; margin-top: 1.2rem; max-width: 320px; }
.footer-col h5 { font-family: var(--sans); font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.footer-col a, .footer-col p { display: block; color: var(--muted); font-weight: 300; font-size: 0.9rem; margin-bottom: 0.6rem; transition: color 0.3s; }
.footer-col a:hover { color: var(--gold); }
.socials { display: flex; gap: 0.7rem; }
.socials a { width: 40px; height: 40px; border: 1px solid var(--line); display: grid; place-items: center; font-size: 0.72rem; letter-spacing: 0.05em; margin: 0; border-radius: 50%; transition: all 0.3s; }
.socials a:hover { border-color: var(--gold); color: var(--gold); }
.footer-bottom { max-width: 1240px; margin: 3.5rem auto 0; padding: 1.8rem 2rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; }
.footer-bottom p { color: var(--muted); font-size: 0.78rem; letter-spacing: 0.06em; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .nav-links { position: fixed; inset: 0 0 0 auto; width: min(78vw, 340px); flex-direction: column; justify-content: center; gap: 2rem; background: var(--charcoal); transform: translateX(100%); transition: transform 0.5s var(--ease); padding: 2rem; }
  .nav-links.open { transform: translateX(0); box-shadow: -30px 0 60px rgba(0,0,0,0.5); }
  .nav-toggle { display: flex; z-index: 101; }
  .about-grid, .visit-grid, .footer-inner { grid-template-columns: 1fr; gap: 3rem; }
  .about-imgs { height: 420px; margin-bottom: 1rem; }
  .about-badge { left: 0; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .g1, .g5 { grid-row: span 1; }
  .review-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .book { background-attachment: scroll; }
}
@media (max-width: 560px) {
  section { padding: 5rem 0; }
  .service { flex-wrap: wrap; }
  .service-main { max-width: 100%; }
  .service .dots { display: none; }
  .hero-meta { flex-wrap: wrap; gap: 1rem; }
  .gallery-grid, .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }
}
