:root {
  --navy: #0b1f33;
  --navy-deep: #071522;
  --gold: #dbb2a1;
  --gold-light: #e5c3b8;
  --cream: #f5f2eb;
  --paper: #fbfaf7;
  --ink: #172735;
  --muted: #73808b;
  --line: #ddd9d0;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", "Helvetica Neue", sans-serif;
  --shell: min(1180px, calc(100% - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin: 0 auto; }
.section { padding: 124px 0; }
.eyebrow { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .22em; line-height: 1.3; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.1; }
h2 { color: var(--navy); font-size: clamp(38px, 4vw, 58px); letter-spacing: -.03em; }
h2 em, h1 em { color: var(--gold); font-style: italic; }

.site-header { position: fixed; z-index: 10; top: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.16); color: #fff; transition: background .3s, border-color .3s; }
.site-header.scrolled { background: rgba(7,21,34,.96); border-color: rgba(255,255,255,.08); }
.nav-shell { width: var(--shell); min-height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { width: 50px; height: 50px; max-height: 50px; border: 1px solid var(--gold); border-radius: 50%; object-fit: cover; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--gold); color: var(--gold-light); font-family: var(--serif); font-size: 20px; font-style: italic; }
.brand-mark.small { width: 28px; height: 28px; font-size: 16px; }
.brand-name { font-size: 14px; font-weight: 700; letter-spacing: .2em; line-height: 1; }
.brand-name small { display: block; margin-top: 5px; color: var(--gold-light); font-size: 7px; font-weight: 500; letter-spacing: .36em; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); font-size: 12px; font-weight: 500; }
.main-nav a { opacity: .84; transition: color .2s, opacity .2s; }
.main-nav a:hover { color: var(--gold-light); opacity: 1; }
.nav-cta { padding: 13px 19px; border: 1px solid var(--gold); color: #fff !important; opacity: 1 !important; }
.nav-cta span, .button span, .text-link span, .reserve-button span, .order-button span { margin-left: 13px; font-size: 16px; }
.menu-toggle { display: none; border: 0; background: transparent; color: #fff; }

.hero { position: relative; min-height: 790px; height: 100vh; max-height: 980px; overflow: hidden; background: var(--navy-deep); color: #fff; }
.hero-image, .silsila-image { position: absolute; inset: 0; background: center / cover no-repeat; }
.hero-image { background-image: linear-gradient(90deg, rgba(5,17,27,.77) 0%, rgba(5,17,27,.36) 52%, rgba(5,17,27,.2)), url('https://images.unsplash.com/photo-1566665797739-1674de7a421a?auto=format&fit=crop&w=2200&q=90'); transform: scale(1.03); animation: settle 1.3s ease-out both; }
.hero-content { position: relative; z-index: 1; padding-top: 260px; }
.hero h1 { max-width: 650px; margin-bottom: 26px; color: #fff; font-size: clamp(52px, 7vw, 96px); letter-spacing: -.045em; }
.hero-copy { max-width: 390px; color: rgba(255,255,255,.74); font-size: 16px; }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 15px 22px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--navy-deep); }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { border-color: rgba(255,255,255,.5); color: #fff; }
.button-ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }
.button-navy { width: 100%; background: var(--navy); color: #fff; }
.hero-note { display: flex; align-items: center; gap: 13px; margin-top: 80px; color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.line { width: 44px; height: 1px; background: var(--gold); }
.scroll-cue { position: absolute; right: 48px; bottom: 42px; z-index: 1; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue i { color: var(--gold); font-size: 18px; font-style: normal; }

.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; background: var(--paper); }
.intro h2 { margin: 22px 0 0; }
.intro-copy { align-self: end; max-width: 430px; padding-bottom: 12px; color: var(--muted); font-size: 16px; }
.text-link { display: inline-flex; margin-top: 24px; border-bottom: 1px solid var(--gold); padding-bottom: 7px; color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.rooms { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 48px; }
.section-heading h2 { margin: 19px 0 0; }
.section-aside { margin: 0 0 8px; color: var(--muted); font-size: 13px; text-align: right; }
.room-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.room-card { background: var(--paper); transition: transform .3s, box-shadow .3s; }
.room-card:hover { box-shadow: 0 16px 35px rgba(11,31,51,.1); transform: translateY(-5px); }
.room-photo, .food-image { position: relative; background: center / cover no-repeat var(--image); }
.room-photo { aspect-ratio: .86; }
.room-tag, .photo-number, .food-image span { position: absolute; }
.room-tag { top: 17px; left: 17px; padding: 5px 8px; background: var(--gold); color: var(--navy); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.photo-number { right: 15px; bottom: 9px; color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 28px; font-style: italic; }
.room-body { padding: 23px 22px 25px; }
.room-title { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.room-title h3 { margin: 0; color: var(--navy); font-size: 25px; }
.room-title strong { color: var(--navy); font-size: 13px; white-space: nowrap; }
.room-title small { color: var(--muted); font-size: 9px; font-weight: 400; }
.room-body > p { min-height: 49px; margin: 12px 0 15px; color: var(--muted); font-size: 12px; }
.amenities { display: flex; flex-wrap: wrap; gap: 6px 12px; min-height: 53px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 10px; }
.amenities li::before { content: "•"; margin-right: 5px; color: var(--gold); }
.reserve-button, .order-button { width: 100%; padding: 12px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-align: left; text-transform: uppercase; }

.silsila { position: relative; min-height: 615px; overflow: hidden; background: var(--navy-deep); color: #fff; }
.silsila-image { left: 48%; background-image: linear-gradient(90deg, var(--navy-deep) 0%, rgba(7,21,34,.76) 20%, rgba(7,21,34,.1) 100%), url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1800&q=85'); }
.silsila-content { position: relative; z-index: 1; padding-top: 116px; }
.status-badge { display: inline-block; margin-bottom: 24px; border: 1px solid var(--gold); padding: 7px 11px; color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.silsila-title h2 { margin: 0; color: #fff; font-size: clamp(62px, 8vw, 112px); letter-spacing: .08em; }
.silsila-title p { margin: 8px 0 26px; color: var(--gold-light); font-family: var(--serif); font-size: 21px; font-style: italic; }
.silsila-copy { max-width: 380px; margin-bottom: 34px; color: rgba(255,255,255,.68); font-size: 14px; }

.menu-section { background: var(--paper); }
.menu-heading { margin-bottom: 34px; }
.filter-tabs { display: flex; gap: 27px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.filter-tab { position: relative; border: 0; padding: 0 0 15px; background: transparent; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.filter-tab.active { color: var(--navy); }
.filter-tab.active::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--gold); content: ""; }
.food-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 18px; }
.food-card { border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.food-card.is-hidden { display: none; }
.food-image { aspect-ratio: 1.55; }
.food-image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,21,34,.3)); content: ""; }
.food-image span { bottom: 12px; left: 14px; z-index: 1; color: #fff; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.food-details { display: flex; justify-content: space-between; gap: 12px; padding: 17px 0 14px; }
.food-details h3 { margin: 0 0 4px; color: var(--navy); font-size: 19px; }
.food-details p { margin: 0; color: var(--muted); font-size: 11px; }
.food-details strong { color: var(--gold); font-size: 14px; }
.order-button { border: 0; padding: 0; color: var(--gold); }
.order-button span { color: var(--navy); }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9%; align-items: center; }
.contact-copy h2 { margin: 20px 0 28px; }
.contact-intro { max-width: 300px; color: var(--muted); }
.contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 46px; }
.contact-list div:last-child { grid-column: span 2; }
.contact-list span { color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-list p { margin: 8px 0 0; color: var(--navy); font-size: 13px; }
.contact-list a { border-bottom: 1px solid var(--gold-light); }
.map-wrap { position: relative; min-height: 470px; }
.map-wrap iframe { width: 100%; height: 470px; border: 0; filter: grayscale(1) contrast(1.05); }
.map-link { position: absolute; top: 20px; right: 20px; z-index: 1; background: var(--navy); padding: 12px 15px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.map-link span { margin-left: 10px; color: var(--gold-light); font-size: 15px; }
.map-label { position: absolute; bottom: 20px; left: 20px; display: flex; align-items: center; gap: 10px; background: var(--paper); padding: 13px 17px; color: var(--navy); font-family: var(--serif); font-size: 14px; box-shadow: 0 5px 20px rgba(11,31,51,.12); }
.map-label small { color: var(--muted); font-family: var(--sans); font-size: 9px; }
.site-footer { background: var(--navy-deep); color: #fff; }
.footer-top { display: flex; align-items: center; justify-content: space-between; min-height: 130px; }
.footer-brand { color: #fff; }
.footer-top > p { margin: 0; color: rgba(255,255,255,.5); font-family: var(--serif); font-size: 16px; font-style: italic; }
.socials { display: flex; gap: 10px; }
.socials a { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(255,255,255,.25); color: var(--gold-light); font-size: 9px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0; color: rgba(255,255,255,.42); font-size: 10px; }

.modal { position: fixed; inset: 0; z-index: 20; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(7,21,34,.76); backdrop-filter: blur(5px); }
.modal-panel { position: relative; width: min(500px, 100%); max-height: 95vh; overflow: auto; background: var(--paper); padding: 44px; animation: rise .3s ease-out; }
.modal-close { position: absolute; top: 14px; right: 17px; border: 0; background: transparent; color: var(--muted); font-size: 28px; line-height: 1; }
.modal-panel h2 { margin: 13px 0 10px; font-size: 40px; }
.modal-lead { color: var(--muted); font-size: 13px; }
#booking-form { display: grid; gap: 16px; margin-top: 28px; }
#booking-form label { display: grid; gap: 6px; color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
#booking-form input { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 12px; outline: 0; background: #fff; color: var(--ink); font-size: 13px; letter-spacing: 0; text-transform: none; }
#booking-form input:focus { border-color: var(--gold); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-success { margin: 28px 0 0; color: var(--navy); font-family: var(--serif); font-size: 18px; }
@keyframes settle { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.03); } }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 48px, 700px); }
  .main-nav { gap: 18px; }
  .room-grid { grid-template-columns: repeat(2, 1fr); }
  .room-photo { aspect-ratio: 1; }
  .contact-grid { gap: 40px; }
}
@media (max-width: 680px) {
  :root { --shell: calc(100% - 36px); }
  .section { padding: 78px 0; }
  .nav-shell { min-height: 72px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; padding: 10px 0 10px 10px; }
  .menu-toggle span { display: block; width: 25px; height: 1px; background: currentColor; }
  .main-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 18px 20px; background: var(--navy-deep); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav .nav-cta { margin-top: 12px; padding: 13px 15px; border-bottom: 1px solid var(--gold); text-align: center; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 190px; }
  .hero h1 { font-size: clamp(47px, 14vw, 70px); }
  .hero-actions { align-items: stretch; flex-direction: column; width: 210px; }
  .hero-note { margin-top: 45px; }
  .scroll-cue { right: 18px; bottom: 27px; }
  .intro { display: block; }
  .intro-copy { margin-top: 40px; }
  .section-heading { display: block; }
  .section-aside { margin-top: 19px; text-align: left; }
  .room-grid { grid-template-columns: 1fr; gap: 20px; }
  .room-photo { aspect-ratio: 1.35; }
  .room-body > p { min-height: auto; }
  .silsila { min-height: 720px; }
  .silsila-image { top: 39%; left: 0; background-image: linear-gradient(0deg, var(--navy-deep) 0%, rgba(7,21,34,.18) 75%), url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1200&q=85'); }
  .silsila-content { padding-top: 78px; }
  .food-grid { grid-template-columns: 1fr; }
  .filter-tabs { gap: 17px; overflow-x: auto; }
  .filter-tab { flex-shrink: 0; }
  .contact-grid { display: block; }
  .map-wrap { margin-top: 55px; min-height: 350px; }
  .map-wrap iframe { height: 350px; }
  .contact-list { grid-template-columns: 1fr; }
  .contact-list div:last-child { grid-column: auto; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 20px; padding-top: 30px; padding-bottom: 30px; }
  .modal-panel { padding: 36px 24px 25px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
