:root {
  --ink: #382d20;
  --river: #eadecd;
  --river-light: #f5eedf;
  --gold: #cfaa6d;
  --gold-light: #e8c992;
  --ivory: #f4efe5;
  --paper: #fbf8f1;
  --muted: #8c7e6c;
  --line: rgba(56, 45, 32, .12);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.grain { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 50; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #806c4c; font-size: 10px; font-weight: 600; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 em, h2 em { color: var(--gold); font-style: italic; }
h2 { font-size: clamp(54px, 6.4vw, 104px); line-height: .94; letter-spacing: -.035em; margin: 24px 0 0; }
.section-pad { padding: 140px 6vw; }
.button { min-height: 54px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; border-radius: 0; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; transition: .3s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #10191d; }
.button-gold:hover { background: var(--gold-light); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--river-light); color: var(--ink); }
.button-ghost { color: white; border-color: rgba(255,255,255,.35); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.08); }
.button-outline { color: var(--ink); border-color: var(--line); background: transparent; }
.button-outline:hover { border-color: var(--ink); }
.button-small { min-height: 43px; padding: 0 19px; }
.arrow-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 45px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.arrow-link span { transition: transform .25s; }
.arrow-link:hover span { transform: translate(3px,-3px); }

.site-header { position: fixed; inset: 36px 0 auto; height: 100px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; z-index: 50; color: white; border-bottom: 1px solid rgba(255,255,255,.18); }
.site-header.scrolled { transform: translateY(-36px); background-color: rgba(251, 248, 241, 0.98); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom-color: rgba(20, 16, 12, 0.1); box-shadow: 0 4px 30px rgba(0,0,0,0.08); color: var(--ink); }
.site-header.scrolled .desktop-nav a, .site-header.scrolled .text-link { color: var(--ink); }
.site-header.scrolled .desktop-nav a:hover, .site-header.scrolled .text-link:hover { color: var(--gold); }
.site-header.scrolled .header-social-link { color: var(--ink); opacity: 1; }
.site-header.scrolled .header-social-link:hover { color: var(--gold); }
.site-header.scrolled .menu-toggle span { background: var(--ink); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo { width: 280px; height: 100px; object-fit: contain; }
.brand-logo-footer { width: 280px; height: 100px; object-position: left center; }
.brand-mark { width: 41px; height: 41px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--gold); font-family: var(--serif); font-size: 25px; transform: rotate(45deg); }
.brand-mark::first-letter { transform: rotate(-45deg); }
.brand-mark.small { width: 34px; height: 34px; font-size: 20px; }
.brand-copy { display: flex; flex-direction: column; text-transform: uppercase; }
.brand-copy strong { font-family: var(--serif); font-size: 23px; letter-spacing: .22em; line-height: 1; }
.brand-copy small { color: var(--gold-light); font-size: 7px; letter-spacing: .3em; margin-top: 5px; }
.desktop-nav { display: flex; align-items: center; gap: 38px; }
.desktop-nav a, .text-link { font-size: 14px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; transition: color .25s; }
.desktop-nav a:hover, .text-link:hover { color: var(--gold-light); }
.header-actions { display: flex; align-items: center; gap: 24px; }
.header-social-link { display: flex; align-items: center; color: white; opacity: 0.8; transition: opacity 0.3s; }
.header-social-link:hover { opacity: 1; color: var(--gold-light); }
.menu-toggle { display: none; background: transparent; border: 0; width: 38px; padding: 8px; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 6px 0; background: white; }

.hero { min-height: 920px; height: 100vh; position: relative; display: flex; align-items: center; color: white; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; background: url('assets/banaras-hero-poster.webp') center/cover no-repeat; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; opacity: 0; transition: opacity 0.8s ease; }
.hero-video.loaded { opacity: 1; }
@keyframes heroBreath { to { transform: scale(1.1); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(56,45,32,.85) 0%, rgba(56,45,32,.5) 45%, rgba(56,45,32,.12) 78%), linear-gradient(0deg, rgba(56,45,32,.6), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 84vw); margin-left: 8vw; margin-top: 140px; padding-top: 60px; }
.hero h1 { font-size: clamp(78px, 10vw, 155px); line-height: .82; letter-spacing: -.045em; margin: 30px 0 36px; }
.hero h1 em { display: inline-block; }
.hero p { max-width: 540px; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.85; }
.hero-actions { display: flex; gap: 12px; margin-top: 38px; }
.hero-index { position: absolute; z-index: 2; bottom: 48px; right: 5vw; display: flex; gap: 14px; align-items: center; color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .2em; }
.hero-index i { width: 38px; height: 1px; background: rgba(255,255,255,.35); }
.scroll-cue { position: absolute; z-index: 2; left: 4vw; bottom: 0; display: flex; flex-direction: column; gap: 18px; align-items: center; color: rgba(255,255,255,.65); font-size: 8px; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue i { height: 60px; width: 1px; background: var(--gold); }

.booking-shell { position: relative; z-index: 5; width: min(1380px, 92vw); margin: -48px auto 0; padding: 28px 32px 18px; background: var(--paper); box-shadow: 0 18px 60px rgba(8,20,27,.16); }
.booking-intro { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.booking-intro strong { color: #4d4c47; font-family: var(--serif); font-weight: 400; font-size: 18px; }
.booking-form { display: grid; grid-template-columns: repeat(4, 1fr) 1.2fr; }
.booking-form label { min-width: 0; padding: 20px 24px 14px 0; margin-right: 24px; border-right: 1px solid var(--line); }
.booking-form label span { display: block; margin-bottom: 9px; color: var(--muted); font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.booking-form input, .booking-form select { width: 100%; padding: 0; color: var(--ink); border: 0; outline: 0; background: transparent; font-family: var(--serif); font-size: 19px; }
.booking-form .button { align-self: center; }
.booking-trust { display: flex; gap: 25px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.booking-trust span::before { content: "✓"; margin-right: 5px; color: #8c724b; }

.story { position: relative; display: grid; grid-template-columns: .15fr 1fr 1.25fr; grid-template-rows: auto auto; column-gap: 4vw; background: var(--paper); }
.story-number { color: #c7bda9; font-family: var(--serif); font-size: 22px; }
.story-heading { grid-column: 2 / 4; }
.story-copy { grid-column: 2; margin: 40px 0 0; padding-right: 4vw; }
.lead { font-family: var(--serif); font-size: 27px; line-height: 1.35; }
.story-copy p:not(.lead), .dine-copy p:not(.lead) { color: var(--muted); font-size: 13px; line-height: 1.9; }
.story-copy .arrow-link { margin-top: 15px; }
.story-image { grid-column: 3; height: 680px; position: relative; margin-top: 40px; }
.image-note { position: absolute; right: -1px; bottom: -1px; width: 220px; padding: 20px; background: var(--paper); display: flex; flex-direction: column; }
.image-note strong { font-family: var(--serif); font-size: 24px; }
.image-note span { margin-top: 5px; color: var(--muted); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }

.story-features { display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; margin-top: 24px; }
.story-feature { padding: 12px 0; border-top: 1px solid #e8dcc8; }
.feature-title { font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ink); font-weight: bold; margin-top: 8px; }
.feature-text { font-size: 12px; color: var(--muted); margin-top: 2px; }

.story-stats { display: flex; margin-top: 24px; padding-top: 20px; border-top: 1px solid #e8dcc8; }
.stat-item { flex: 1; border-right: 1px solid #e8dcc8; padding-left: 15px; }
.stat-item:first-child { padding-left: 0; }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: var(--serif); font-size: 28px; color: #cfaa6d; line-height: 1; }
.stat-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-top: 4px; }

.discover-subtitle { font-size: 11px; color: var(--muted); font-style: italic; margin-top: 6px; }

.stay { background: #ede7da; }
.section-top { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 72px; }
.section-top p { max-width: 390px; margin: 0 5vw 12px 0; color: var(--muted); font-size: 13px; line-height: 1.9; }

/* Stay Section */
.room-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3vw; margin-top: 60px; }
.room-card { display: flex; flex-direction: column; }
.room-image { position: relative; overflow: hidden; }
.room-image img { width: 100%; height: 500px; object-fit: cover; }
.room-carousel-container { position: relative; overflow: hidden; width: 100%; height: 500px; }
.room-carousel { display: flex; width: 100%; height: 100%; transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1); }
.room-carousel img { flex: 0 0 100%; width: 100%; height: 100%; object-fit: cover; }
.carousel-dots { position: absolute; bottom: 20px; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; z-index: 5; }
.carousel-dots .dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.4); border: 0; padding: 0; cursor: pointer; transition: background 0.3s, transform 0.3s; }
.carousel-dots .dot.active { background: white; transform: scale(1.3); }
.room-alt-one { height: 400px; }
.room-alt-one img, .room-alt-one .room-carousel-container { height: 400px; }
.room-alt-two { height: 580px; }
.room-alt-two img, .room-alt-two .room-carousel-container { height: 580px; }

.room-card:hover .room-image img { transform: scale(1.04); }
.room-alt-one img { object-position: center; }
.room-alt-two img { object-position: center; }
.room-pill { position: absolute; top: 20px; left: 20px; padding: 9px 13px; background: rgba(245,239,228,.92); color: #6f5b3d; font-size: 7px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.room-info { padding: 28px 30px 25px; }
.room-kicker { color: #8d7a5c; font-size: 8px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.room-info h3 { margin: 10px 0; font-size: 40px; }
.room-info p { min-height: 55px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.room-meta { display: flex; flex-wrap: wrap; gap: 6px 15px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #686762; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.room-meta span::before { content: "·"; color: var(--gold); margin-right: 5px; }
.room-actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 22px; }
.room-actions .button { min-height: 42px; padding: 0 14px; font-size: 8px; }
.room-actions .arrow-link { gap: 12px; font-size: 8px; }

/* Dine Section */
.dine { min-height: 760px; display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr auto; background: var(--river-light); color: var(--ink); }
.dine-copy { padding: 12vw 6vw 5vw 6vw; display: flex; flex-direction: column; justify-content: center; }
.dine-copy h2 { margin-bottom: 25px; font-size: clamp(48px, 6vw, 85px); line-height: .9; }
.dine-image { min-height: 620px; position: relative; overflow: hidden; }
.dine-image img { transition: transform 1s; width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.dine-image:hover img { transform: scale(1.03); }
.vertical-note { position: absolute; left: 30px; top: 50px; transform: rotate(-90deg) translateX(-100%); transform-origin: top left; font-size: 8px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); z-index: 2; }
.signature { margin: 40px 0; padding: 30px 0; border-block: 1px solid var(--line-dark); display: flex; flex-direction: column; gap: 15px; }
.signature span { color: var(--ink); font-family: var(--serif); font-size: 22px; font-style: italic; }
.signature i { display: block; width: 40px; height: 1px; background: var(--line-dark); }

.experience { background: var(--paper); }
.guide { display: grid; grid-template-columns: 1.6fr .8fr; min-height: 680px; }
.guide-image { position: relative; overflow: hidden; }
.guide-image img { transition: filter .35s, transform .5s; }
.guide-image.changing img { filter: brightness(.6); transform: scale(1.02); }
.guide-time { position: absolute; left: 0; bottom: 0; width: 230px; padding: 22px; display: flex; flex-direction: column; background: var(--paper); }
.guide-time span { color: var(--muted); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.guide-time strong { margin-top: 4px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.guide-list { display: flex; flex-direction: column; background: var(--river); color: var(--ink); }
.guide-item { flex: 1; display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 15px; padding: 20px 30px; color: var(--muted); background: transparent; border: 0; border-bottom: 1px solid var(--line); text-align: left; transition: .25s; }
.guide-item span { color: var(--gold); font-size: 8px; letter-spacing: .12em; }
.guide-item strong { font-family: var(--serif); font-size: 21px; font-weight: 400; color: var(--ink); }
.guide-text { display: flex; flex-direction: column; }
.guide-text p { display: none; font-size: 13px; color: var(--muted); line-height: 1.5; margin: 8px 0 0 0; }
.guide-item.active .guide-text p { display: block; }
.guide-item i { color: var(--gold); font-style: normal; opacity: 0; transform: translate(-5px,5px); transition: .25s; }
.guide-item:hover, .guide-item.active { color: var(--ink); background: var(--river-light); }
.guide-item:hover i, .guide-item.active i { opacity: 1; transform: translate(0); }
.concierge-note { display: flex; gap: 18px; align-items: center; padding: 25px 30px; }
.concierge-note p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.6; }
.concierge-note strong { display: block; color: var(--ink); font-family: var(--serif); font-size: 17px; font-weight: 400; }
.concierge-logo { width: 58px; height: 42px; object-fit: contain; flex: 0 0 auto; }

.facilities { background: #ede7da; color: var(--ink); }
.facilities-heading { display: flex; justify-content: space-between; align-items: end; padding-bottom: 65px; border-bottom: 1px solid var(--line); }
.facilities-heading::after { content: "More than a stay"; color: var(--muted); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.facility-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.facility-card { min-height: 360px; padding: 35px 30px; border-right: 1px solid var(--line); transition: background .3s; }
.facility-pool, .facility-banquet, .facility-gym, .facility-travel { position: relative; isolation: isolate; background-position: center; background-size: cover; overflow: hidden; }
.facility-pool { background-image: linear-gradient(rgba(244,239,229,.8), rgba(244,239,229,.95)), url("assets/rooftop-pool.webp"); }
.facility-banquet { background-image: linear-gradient(rgba(244,239,229,.8), rgba(244,239,229,.95)), url("assets/banquet-hall.webp"); }
.facility-gym { background-image: linear-gradient(rgba(244,239,229,.8), rgba(244,239,229,.95)), url("assets/fitness.webp"); }
.facility-travel { background-image: linear-gradient(rgba(244,239,229,.8), rgba(244,239,229,.95)), url("assets/travel-desk.webp"); }
.facility-card:last-child { border-right: 0; }
.facility-card:hover { background: rgba(0,0,0,.03); }
.facility-card > span { color: var(--gold); font-size: 8px; letter-spacing: .15em; }
.facility-icon { margin: 65px 0 35px; color: var(--gold); font-family: var(--serif); font-size: 38px; }
.facility-card h3 { margin: 0 0 12px; font-size: 28px; }
.facility-card p { color: var(--muted); font-size: 10px; line-height: 1.7; }
.amenity-line { display: flex; justify-content: center; gap: 25px; align-items: center; margin-top: 60px; color: var(--muted); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.amenity-line i { width: 3px; height: 3px; background: var(--gold); transform: rotate(45deg); }

/* Gallery Section */
.gallery { padding: 10vw 4vw; background: var(--paper); display: flex; flex-direction: column; gap: 40px; }
.gallery-title { align-self: center; text-align: center; margin-bottom: 20px; }
.gallery-title h2 { font-size: clamp(55px, 7vw, 110px); line-height: .9; margin-top: 15px; }
.gallery-filters { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 20px; }
.filter-btn { background: transparent; border: 0; padding: 5px 10px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); cursor: pointer; transition: color 0.3s; }
.filter-btn.active, .filter-btn:hover { color: var(--ink); }
.gallery-masonry { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); grid-auto-rows: 20px; gap: 20px; }
.gallery-item { position: relative; overflow: hidden; opacity: 1; transition: opacity 0.4s, transform 0.4s; }
.gallery-item.hidden { opacity: 0; transform: scale(0.95); pointer-events: none; position: absolute; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Manual spanning for masonry effect based on child index, simplifying with nth-child */
.gallery-item:nth-child(3n+1) { grid-row-end: span 14; }
.gallery-item:nth-child(3n+2) { grid-row-end: span 18; }
.gallery-item:nth-child(3n+3) { grid-row-end: span 12; }
.gallery-overlay { position: absolute; inset: 0; background: rgba(56, 45, 32, 0.4); opacity: 0; transition: opacity 0.3s; display: flex; align-items: center; justify-content: center; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.lightbox-trigger { background: var(--gold); color: white; border: 0; width: 45px; height: 45px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; cursor: pointer; transform: translateY(10px); transition: transform 0.3s; }
.gallery-item:hover .lightbox-trigger { transform: translateY(0); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(20, 16, 12, 0.95); z-index: 1000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.4s; backdrop-filter: blur(5px); }
.lightbox.active { opacity: 1; pointer-events: auto; }
.lightbox-content { max-width: 85vw; max-height: 85vh; position: relative; }
.lightbox-content img { max-width: 100%; max-height: 85vh; object-fit: contain; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.lightbox-close { position: absolute; top: 30px; right: 40px; background: transparent; border: 0; color: white; font-size: 36px; cursor: pointer; transition: color 0.2s; }
.lightbox-close:hover { color: var(--gold); }
.lightbox-prev, .lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); background: transparent; border: 0; color: white; font-size: 50px; cursor: pointer; padding: 20px; transition: color 0.2s; }
.lightbox-prev:hover, .lightbox-next:hover { color: var(--gold); }
.lightbox-prev { left: 2vw; }
.lightbox-next { right: 2vw; }

.trust { display: grid; grid-template-columns: .7fr 2fr .8fr; gap: 60px; background: #ede7da; }
.trust-score strong { font-family: var(--serif); font-size: 90px; font-weight: 400; }
.trust-score > div { display: flex; flex-direction: column; }
.trust-score span { color: #a8844d; letter-spacing: .15em; }
.trust-score p { color: var(--muted); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.trust blockquote { margin: 0; font-family: var(--serif); font-size: clamp(30px,3.5vw,56px); line-height: 1.2; }
.review-source { display: flex; flex-direction: column; justify-content: end; }
.review-source strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.review-source span { margin-top: 8px; color: var(--muted); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.direct-grid { grid-column: 1 / 4; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 55px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.direct-grid div { display: flex; gap: 20px; align-items: center; padding: 25px; border-right: 1px solid var(--line); }
.direct-grid div:last-child { border-right: 0; }
.direct-grid span { color: #9c7d4e; font-size: 8px; }
.direct-grid strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }

.final-cta { height: 760px; position: relative; display: grid; place-items: center; overflow: hidden; color: var(--ink); text-align: center; }
.final-cta::after { content: ""; position: absolute; inset: 0; background: rgba(244,239,229,.65); }
.final-cta img { position: absolute; inset: 0; }
.final-cta-copy { position: relative; z-index: 1; }
.final-cta-copy .eyebrow::before { display: none; }
.final-cta-copy h2 { margin-bottom: 42px; font-size: clamp(75px,9vw,135px); }

footer { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 50px; padding: 80px 6vw 30px; background: var(--paper); color: var(--ink); border-top: 1px solid var(--line); }
.brand-footer { margin-bottom: 30px; }
.footer-brand p { max-width: 230px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.footer-column { display: flex; flex-direction: column; gap: 12px; }
.footer-column .eyebrow { margin-bottom: 15px; }
.footer-column p, .footer-column a { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.8; }
.footer-column a:hover { color: var(--gold); }
.footer-bottom { grid-column: 1 / 5; display: flex; justify-content: space-between; align-items: center; margin-top: 50px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 7px; letter-spacing: .13em; text-transform: uppercase; }
.social-links { display: flex; gap: 15px; align-items: center; }
.social-links a { color: var(--muted); transition: color 0.3s; }
.social-links a:hover { color: var(--gold); }

.mobile-menu { position: fixed; inset: 0; z-index: 40; padding: 90px 8vw 40px; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); color: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-20px); transition: .35s; }
.mobile-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 42px; }
.menu-close, .dialog-close { position: absolute; top: 25px; right: 28px; padding: 0; color: var(--ink); background: transparent; border: 0; font-family: var(--serif); font-size: 38px; }

dialog { width: min(540px, 90vw); padding: 55px; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
dialog::backdrop { background: rgba(5,15,20,.72); backdrop-filter: blur(4px); }
dialog .dialog-close { color: var(--ink); }
dialog h2 { margin: 20px 0; font-size: 58px; }
dialog p { color: var(--muted); font-size: 12px; line-height: 1.7; }
.dialog-rate { display: flex; flex-direction: column; gap: 7px; margin: 25px 0; padding: 22px; background: #ede7da; }
.dialog-rate span, .dialog-rate small { color: var(--muted); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.dialog-rate strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .desktop-nav, .header-actions .text-link { display: none; }
  .menu-toggle { display: block; }
  .booking-form { grid-template-columns: repeat(2,1fr); }
  .booking-form .button { margin: 15px 0; }
  .room-grid { grid-template-columns: 1fr 1fr; }
  .room-card-featured { grid-column: 1 / 3; }
  .room-card-featured .room-image { height: 520px; }
  .story { grid-template-columns: .25fr 1fr 1fr; }
  .dine { grid-template-columns: 1fr 1fr; }
  .guide { grid-template-columns: 1.25fr .8fr; }
}

@media (max-width: 760px) {
  .site-header { height: 94px; padding: 0 18px; inset: 40px 0 auto; }
  .header-actions { gap: 10px; }
  .header-actions .button { display: none; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-logo { width: 160px; height: 80px; }
  .brand-copy strong { font-size: 19px; }
  .hero { min-height: 720px; height: 92vh; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,14,20,.9), rgba(4,14,20,.2)), linear-gradient(0deg, rgba(3,12,16,.7), transparent 60%); }
  .hero-content { margin-left: 7vw; padding-top: 10px; }
  .hero h1 { font-size: clamp(64px, 21vw, 94px); margin: 25px 0; }
  .hero p { max-width: 85%; font-size: 12px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-actions .button { width: 220px; }
  .hero-index, .scroll-cue { display: none; }
  .booking-shell { width: 100%; margin: 0; padding: 25px 20px; box-shadow: none; border-bottom: 1px solid var(--line); }
  .booking-intro { align-items: flex-start; gap: 10px; flex-direction: column; }
  .booking-form { grid-template-columns: 1fr 1fr; }
  .booking-form label { margin: 0; padding: 18px 15px 18px 0; }
  .booking-form label:nth-child(2n) { padding-left: 15px; border-right: 0; }
  .booking-form .button { grid-column: 1 / 3; width: 100%; }
  .booking-trust { overflow-x: auto; white-space: nowrap; }
  .section-pad { padding: 85px 20px; }
  h2 { font-size: 58px; }
  .section-top { align-items: flex-start; flex-direction: column; margin-bottom: 45px; }
  .section-top p { margin: 0; }
  .story { display: block; }
  .story-number { display: none; }
  .story-copy { margin: 45px 0; padding: 0; }
  .story-image { height: 500px; margin-top: 40px; }
  .stat-num { font-size: 22px; }
  .room-grid { display: block; }
  .room-card { margin-bottom: 18px; }
  .room-card-featured .room-image, .room-image { height: 360px; }
  .dine { display: block; }
  .dine-image { min-height: 520px; }
  .dine-copy { padding: 80px 24px; }
  .guide { display: block; }
  .guide-image { height: 450px; }
  .guide-item { min-height: 85px; }
  .facilities-heading { display: block; }
  .facilities-heading::after { display: none; }
  .facility-grid { grid-template-columns: 1fr 1fr; }
  .facility-card { min-height: 270px; padding: 25px 20px; border-bottom: 1px solid var(--line); }
  .facility-card:nth-child(2) { border-right: 0; }
  .facility-icon { margin: 35px 0 22px; }
  .amenity-line { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .gallery { display: block; padding: 24px 16px; }
  .gallery-title { min-height: auto; margin-bottom: 24px; padding-top: 20px; }
  .gallery-masonry { grid-template-columns: repeat(2, 1fr); gap: 8px; grid-auto-rows: 160px; }
  .gallery-item:nth-child(n) { grid-row-end: auto; height: 100%; }
  .gallery-item img { border-radius: 4px; }
  .gallery-filters { gap: 8px; margin-bottom: 16px; }
  .filter-btn { padding: 8px; font-size: 10px; }
  .trust { display: block; }
  .trust-score, .trust blockquote, .review-source { margin-bottom: 35px; }
  .direct-grid { display: block; margin-top: 40px; }
  .direct-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .final-cta { height: 650px; }
  .final-cta-copy h2 { font-size: 68px; }
    footer { display: grid; grid-template-columns: 1fr 1fr; gap: 35px 20px; padding: 40px 24px 20px; }
    .footer-brand { grid-column: 1 / 3; margin-bottom: 10px; }
    .footer-bottom { grid-column: 1 / 3; flex-direction: column; gap: 10px; padding-top: 20px; }
    .footer-links { margin-bottom: 20px; }
    dialog { padding: 45px 25px 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* WhatsApp Banner & Floating Button */
.sticky-banner {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 36px;
  background: var(--gold);
  color: var(--ink);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  z-index: 50;
  transition: transform 0.3s ease;
}

.urgency-dot {
  display: inline-block;
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}
.sticky-banner a { text-decoration: underline; text-underline-offset: 3px; transition: color .2s; }
.sticky-banner a:hover { color: white; }
.banner-close {
  position: absolute;
  right: 20px;
  background: transparent;
  border: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
  padding: 0 5px;
  cursor: pointer;
  opacity: 0.6;
}
.banner-close:hover { opacity: 1; }
.site-header { transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), background-color 0.4s, backdrop-filter 0.4s; }
body.banner-closed .sticky-banner { transform: translateY(-100%); }
body.banner-closed .site-header { transform: translateY(-36px); }

@media (max-width: 760px) {
  .site-header.scrolled, body.banner-closed .site-header { transform: translateY(-40px); }
}

@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Lead Modal */
.lead-modal {
  width: min(480px, 92vw);
  padding: 45px 40px;
  border: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 40px 100px rgba(10, 21, 27, 0.15);
  border-radius: 4px;
  text-align: center;
}
.lead-modal::backdrop {
  background: rgba(56, 45, 32, 0.6);
  backdrop-filter: blur(5px);
}
.lead-modal[open] {
  animation: modalFadeIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes modalFadeIn {
  from { opacity: 0; transform: scale(0.95) translateY(10px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.lead-modal h2 { margin-top: 0; margin-bottom: 12px; font-size: 38px; line-height: 1.1; }
.lead-modal p { color: var(--muted); font-size: 11px; line-height: 1.6; margin-bottom: 25px; }
.lead-form { display: flex; flex-direction: column; gap: 18px; text-align: left; }
.lead-form label { display: flex; flex-direction: column; gap: 6px; }
.lead-form label span { color: var(--muted); font-size: 8px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.lead-form input { width: 100%; padding: 10px 0; font-size: 15px; border: 0; border-bottom: 1px solid var(--line); background: transparent; outline: none; transition: border-color 0.25s; }
.lead-form input:focus { border-color: var(--gold); }
.phone-input { display: flex; align-items: center; border-bottom: 1px solid var(--line); transition: border-color 0.25s; }
.phone-input:focus-within { border-color: var(--gold); }
.phone-input .prefix { color: var(--muted); font-size: 15px; margin-right: 10px; font-family: var(--serif); }
.phone-input input { border-bottom: 0; padding-left: 0; flex: 1; }
@media (max-width: 760px) {
  .lead-modal { padding: 40px 25px; }
  .lead-modal h2 { font-size: 32px; }
}

.floating-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 55px;
  height: 55px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
  z-index: 100;
  animation: pulseGlow 2s infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.floating-whatsapp:hover {
  animation: none;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.45);
}
.floating-whatsapp svg { width: 28px; height: 28px; }

@media (max-width: 760px) {
  .sticky-banner { height: 40px; font-size: 8px; flex-direction: column; gap: 2px; padding: 6px 15px; text-align: center; }
  .floating-whatsapp { bottom: 20px; right: 20px; width: 48px; height: 48px; }
  .floating-whatsapp svg { width: 24px; height: 24px; }
}

.cafe55 { min-height: 760px; display: grid; grid-template-columns: .8fr 1.2fr; grid-template-rows: 1fr auto; background: var(--ivory); color: var(--ink); }
.cafe55-copy { padding: 12vw 6vw 5vw 6vw; display: flex; flex-direction: column; justify-content: center; }
.cafe55-copy .eyebrow { color: #806c4c; }
.cafe55-copy h2 { margin-bottom: 25px; }
.cafe55-copy p:not(.lead) { color: var(--muted); font-size: 13px; line-height: 1.9; margin-bottom: 30px; }
.cafe55-image { min-height: 620px; position: relative; overflow: hidden; }
.cafe55-image img { transition: transform 1s; }
.cafe55-image:hover img { transform: scale(1.03); }
.cafe55-gallery { grid-column: 1 / 3; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--ink); }
.cafe55-gallery figure { margin: 0; height: 220px; overflow: hidden; }
.cafe55-gallery img { transition: transform .8s; }
.cafe55-gallery figure:hover img { transform: scale(1.05); }

@media (max-width: 1100px) {
  .cafe55 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .cafe55 { display: block; }
  .cafe55-copy { padding: 60px 24px; }
  .cafe55-image { min-height: 380px; }
  .cafe55-gallery { grid-template-columns: repeat(2, 1fr); }
  .cafe55-gallery figure { height: 180px; }
}



/* Getting Around Section */
.getting-around { background: var(--paper); }
.location-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin-top: 50px; }
.location-card { position: relative; background: white; border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; height: 260px; text-align: center; transition: transform 0.4s ease, box-shadow 0.4s ease; box-shadow: 0 4px 15px rgba(0,0,0,0.05); cursor: pointer; border: 1px solid var(--line); }
.location-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.15); border-color: var(--gold); }
.location-card-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.7s ease; z-index: 1; }
.location-card:hover .location-card-bg { transform: scale(1.05); }
.location-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(11, 24, 32, 0.95) 0%, rgba(11, 24, 32, 0.3) 60%, rgba(11, 24, 32, 0) 100%); z-index: 2; pointer-events: none; }
.location-card-content { position: relative; z-index: 3; padding: 25px 20px; pointer-events: none; }
.location-icon { display: none; }
.location-card strong { font-family: var(--serif); font-size: 20px; line-height: 1.2; color: #ffffff; font-weight: 400; display: block; margin-bottom: 8px; text-shadow: 0 2px 4px rgba(0,0,0,0.4); }
.location-card p { font-size: 13px; color: var(--gold); margin: 0; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; }
.location-note { margin-top: 40px; text-align: center; }
.location-note p { font-size: 13px; color: var(--gold); font-style: italic; }

@media (max-width: 1100px) {
  .location-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .location-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 30px; }
  .location-card { height: 200px; border-radius: 4px; }
    .location-card strong { font-size: 18px; }
    .location-card-content { padding: 20px 15px; }
}

/* Room Carousel Arrows */
.carousel-arrows { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); display: flex; justify-content: space-between; padding: 0 15px; z-index: 6; pointer-events: none; }
.carousel-arrows button { pointer-events: auto; background: rgba(0,0,0,0.3); color: white; border: 0; width: 36px; height: 36px; border-radius: 50%; font-size: 20px; cursor: pointer; transition: background 0.3s; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); }
.carousel-arrows button:hover { background: rgba(0,0,0,0.7); }

/* Live Pricing & Availability CSS */

/* Room Card Additions */
.room-offer-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--gold);
  color: #fff;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 10;
  border-radius: 2px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.room-pricing { margin-top: 15px; margin-bottom: 5px; }
.price-row { display: flex; align-items: baseline; gap: 8px; }
.room-original-price { text-decoration: line-through; color: var(--muted); font-size: 13px; margin-right: 6px; }
.current-price { color: var(--gold); font-size: 18px; font-weight: 600; font-family: var(--serif); }
.availability-text { font-size: 11px; color: #2e7d32; font-weight: 500; margin-top: 4px; }

.sold-out-overlay {
  position: absolute;
  inset: 0;
  background: rgba(198, 40, 40, 0.85);
  color: white;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  backdrop-filter: blur(2px);
}
.sold-out-overlay span {
  font-size: 20px;
  font-family: var(--serif);
  line-height: 1.4;
}
.sold-out-overlay small {
  font-size: 12px;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 10px;
}

/* Skeleton Loading Animation */
@keyframes pulse {
  0% { opacity: 0.6; }
  50% { opacity: 0.3; }
  100% { opacity: 0.6; }
}
.skeleton {
  background: #e0e0e0;
  border-radius: 4px;
  animation: pulse 1.5s infinite ease-in-out;
}
.price-skeleton { width: 120px; height: 24px; margin-bottom: 4px; }
.offer-skeleton { width: 100%; height: 250px; }
.dialog-skeleton { width: 100%; height: 200px; }

/* Offers Section */
.offers-carousel-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.offers-viewport {
  overflow: hidden;
  flex: 1;
}

.offers-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.offer-card {
  flex: 0 0 calc(33.333% - 16px);
  min-width: calc(33.333% - 16px);
  background: #ffffff;
  border: 1px solid #e8e0d4;
  display: flex;
  flex-direction: column;
}

.offer-hero {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 52px;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.offer-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.offer-name {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 600;
}

.offer-desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

.offer-code {
  font-family: monospace;
  font-size: 13px;
  color: var(--ink);
  margin-top: 8px;
}

.offer-valid {
  font-size: 11px;
  color: var(--muted);
}

.offer-claim {
  margin-top: auto;
  padding-top: 16px;
  font-size: 13px;
  color: #cfaa6d;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  text-align: left;
  letter-spacing: 0.05em;
}

.offer-claim:hover {
  color: var(--ink);
}

.offers-arrow {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  border: 1px solid #cfaa6d;
  background: transparent;
  color: #cfaa6d;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  line-height: 1;
}

.offers-arrow:hover {
  background: #cfaa6d;
  color: #fbf8f1;
}

/* Booking Dialog Room Grid */

.room-box.vacant:hover {
  background: #c8e6c9;
}
.room-box.occupied {
  background: #ffebee;
  color: #c62828;
  cursor: not-allowed;
  opacity: 0.7;
}
.room-box.selected {
  border: 2px solid var(--gold);
  background: var(--paper);
  color: var(--gold);
  font-weight: 700;
  transform: scale(1.05);
}

/* Lead Modal dynamic offer */
.lead-modal-offer-box {
  background: rgba(207, 170, 109, 0.1);
  border: 1px solid var(--gold);
  padding: 15px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 25px;
}
.lead-modal-offer-box strong {
  display: block;
  color: var(--gold);
  font-size: 24px;
  font-family: var(--serif);
  margin-bottom: 5px;
}
.lead-modal-offer-box span {
  font-size: 14px;
  color: var(--ink);
}

/* Responsive Overrides */
  @media (max-width: 760px) {
    .offer-card {
      flex: 0 0 100%;
      min-width: 100%;
    }
    .offers-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10;
      background: rgba(255,255,255,0.9);
      width: 36px;
      height: 36px;
      min-width: 36px;
      font-size: 22px;
    }
    .offers-prev { left: 0; }
    .offers-next { right: 0; }
    .offer-hero {
      font-size: 36px;
    }
  }

@media (max-width: 600px) {
  .room-box { min-width: 55px; height: 55px; font-size: 14px; }
  .floor-grid { gap: 10px; }
  /* Offer mobile cards already 100% via 900px media query */
}

/* Legal Pages */
.legal-nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 4vw; background: var(--ivory); border-bottom: 1px solid var(--line); }
.legal-nav .brand-logo { height: 34px; width: auto; }
.legal-nav .text-link { color: var(--ink); font-size: 12px; }
.legal-nav .text-link:hover { color: var(--gold); }
.legal-hero { min-height: 280px; background: linear-gradient(to bottom, var(--ivory), var(--paper)); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 40px 24px; }
.legal-hero .gold-line { display: block; width: 40px; height: 2px; background: var(--gold); margin: 0 auto 15px; }
.legal-hero .eyebrow { margin-bottom: 15px; }
.legal-hero h1 { font-family: var(--serif); font-size: 48px; color: var(--ink); line-height: 1.1; margin: 0; }
.legal-content { max-width: 800px; margin: 0 auto; padding: 60px 24px; }
.legal-content h2 { font-size: 14px; font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: 0.15em; margin: 45px 0 20px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: var(--muted); font-size: 14px; line-height: 1.8; margin-bottom: 20px; }
.legal-list { list-style: none; padding: 0; margin: 0 0 30px; }
.legal-list li { position: relative; padding-left: 20px; color: var(--muted); font-size: 14px; line-height: 1.8; margin-bottom: 12px; }
.legal-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.legal-contact-box { background: var(--paper); border: 1px solid var(--line); padding: 40px 24px; text-align: center; margin-top: 60px; }
.legal-contact-box p { margin: 0 0 10px; color: var(--muted); font-size: 14px; }
.legal-contact-box a { color: var(--ink); font-weight: 500; text-decoration: underline; text-decoration-color: var(--gold); transition: color 0.3s; }
.legal-contact-box a:hover { color: var(--gold); }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: center; }
.footer-legal-links a { color: inherit; transition: color 0.3s; }
.footer-legal-links a:hover { color: var(--gold); }
@media (max-width: 760px) {
  .legal-hero h1 { font-size: 36px; }
  .legal-content { padding: 40px 24px; }
  .footer-legal-links { flex-direction: column; gap: 5px; }
}

/* Legal Pages */
.legal-nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 4vw; background: var(--ivory); border-bottom: 1px solid var(--line); }
.legal-nav .brand-logo { height: 34px; width: auto; }
.legal-nav .text-link { color: var(--ink); font-size: 12px; }
.legal-nav .text-link:hover { color: var(--gold); }
.legal-hero { min-height: 280px; background: linear-gradient(to bottom, var(--ivory), var(--paper)); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 40px 24px; }
.legal-hero .gold-line { display: block; width: 40px; height: 2px; background: var(--gold); margin: 0 auto 15px; }
.legal-hero .eyebrow { margin-bottom: 15px; }
.legal-hero h1 { font-family: var(--serif); font-size: 48px; color: var(--ink); line-height: 1.1; margin: 0; }
.legal-content { max-width: 800px; margin: 0 auto; padding: 60px 24px; }
.legal-content h2 { font-size: 14px; font-weight: 600; color: var(--gold); text-transform: uppercase; letter-spacing: 0.15em; margin: 45px 0 20px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: var(--muted); font-size: 14px; line-height: 1.8; margin-bottom: 20px; }
.legal-list { list-style: none; padding: 0; margin: 0 0 30px; }
.legal-list li { position: relative; padding-left: 20px; color: var(--muted); font-size: 14px; line-height: 1.8; margin-bottom: 12px; }
.legal-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.legal-contact-box { background: var(--paper); border: 1px solid var(--line); padding: 40px 24px; text-align: center; margin-top: 60px; }
.legal-contact-box p { margin: 0 0 10px; color: var(--muted); font-size: 14px; }
.legal-contact-box a { color: var(--ink); font-weight: 500; text-decoration: underline; text-decoration-color: var(--gold); transition: color 0.3s; }
.legal-contact-box a:hover { color: var(--gold); }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: center; }
.footer-legal-links a { color: inherit; transition: color 0.3s; }
.footer-legal-links a:hover { color: var(--gold); }
@media (max-width: 760px) {
  .legal-hero h1 { font-size: 36px; }
  .legal-content { padding: 40px 24px; }
  .footer-legal-links { flex-direction: column; gap: 5px; }
}

/* Room Pages */
.room-page-hero { position: relative; height: 60vh; min-height: 400px; display: flex; align-items: center; justify-content: center; text-align: center; color: white; overflow: hidden; }
.room-page-hero .room-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.room-page-hero .hero-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(4,14,20,.8) 0%, rgba(4,14,20,.4) 100%); }
.room-hero-content { position: relative; z-index: 2; padding: 0 24px; display: flex; flex-direction: column; align-items: center; }
.room-hero-content .eyebrow { margin-bottom: 15px; color: var(--gold); }
.room-hero-content h1 { font-family: var(--serif); font-size: clamp(40px, 6vw, 70px); margin: 0 0 10px; line-height: 1; }
.room-subtext { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.8); margin-bottom: 20px; }
.room-page-back { position: absolute; top: 120px; left: 4vw; z-index: 10; color: white; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; text-decoration: none; opacity: 0.8; transition: opacity 0.3s; }
.room-page-back:hover { opacity: 1; color: var(--gold-light); }

.price-content { margin-top: 15px; }

/* FIX FOR BUG 3 - Homepage prices */
.current-price { color: var(--gold); }
.room-original-price { color: var(--muted); text-decoration: line-through; }

/* Room detail page prices should stay white against the dark hero background */
.room-page-hero .price-content .current-price { font-size: 24px; font-weight: 600; color: white; }
.room-page-hero .price-content .room-original-price { font-size: 14px; color: rgba(255,255,255,0.6); text-decoration: line-through; margin-left: 10px; }
.price-content .room-offer-badge { background: var(--gold); color: var(--ink); font-size: 10px; font-weight: 600; padding: 3px 8px; border-radius: 4px; display: inline-block; margin-left: 10px; vertical-align: middle; }

.room-details-section { max-width: 1000px; margin: 0 auto; padding: 80px 24px; }
.room-desc { font-size: 16px; line-height: 1.8; color: var(--muted); text-align: center; max-width: 700px; margin: 0 auto 60px; }

.amenities-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 60px; }
.amenities-col h3 { font-size: 14px; text-transform: uppercase; letter-spacing: 0.15em; color: var(--ink); margin-bottom: 25px; border-bottom: 1px solid var(--line); padding-bottom: 15px; }
.amenity-list { list-style: none; padding: 0; margin: 0; }
.amenity-list li { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--muted); margin-bottom: 15px; }
.check-icon { color: var(--gold); font-size: 14px; font-weight: bold; }



/* Accommodation Page CSS */
.header-light-bg .desktop-nav a {
  color: var(--ink);
}
.header-light-bg .desktop-nav a:hover {
  color: var(--gold);
}

.accommodation-hero {
  min-height: 280px;
  background: linear-gradient(to bottom, var(--ivory), var(--paper));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 24px 40px;
}
.accommodation-hero .gold-line {
  display: block;
  width: 40px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 15px;
}
.accommodation-hero .eyebrow {
  margin-bottom: 20px;
}
.accommodation-hero h1 {
  font-family: var(--serif);
  font-size: 48px;
  color: var(--ink);
  line-height: 1.1;
  margin: 0 0 15px;
}
.accommodation-intro {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 24px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}

.accommodation-section {
  padding: 80px 24px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.accommodation-section.alt {
  direction: rtl;
}
.accommodation-section.alt > * {
  direction: ltr;
}
.room-content {
  max-width: 500px;
}
.room-content h2 {
  font-family: var(--serif);
  font-size: 36px;
  color: var(--ink);
  margin: 0 0 5px;
}
.room-content .room-subtext {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.room-content .room-desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 30px;
}

.room-image-main {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 12px;
}
.room-image-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.room-image-thumbs img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
}

.amenity-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 30px;
  padding: 0;
}
.amenity-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--ink);
}
.amenity-check {
  color: var(--gold);
  font-weight: bold;
}
.amenities-col h3 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--muted);
  margin-bottom: 15px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

@media (max-width: 900px) {
  .accommodation-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .accommodation-section.alt {
    direction: ltr;
  }
}

@media (max-width: 760px) {
  .accommodation-hero h1 { font-size: 36px; }
  .room-image-main {
    height: 260px;
  }
  .room-image-thumbs {
    grid-template-columns: repeat(2, 1fr);
  }
  .room-image-thumbs img {
    height: 100px;
  }
  .amenity-list {
    grid-template-columns: 1fr;
  }
}

/* Fix 1: Page Hero CSS */
.page-hero {
  position: relative;
  height: 70vh;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10,21,27,0.55) 0%,
    rgba(10,21,27,0.35) 50%,
    rgba(10,21,27,0.65) 100%
  );
}

.page-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}

.page-hero-content h1 {
  font-family: var(--serif);
  font-size: 72px;
  color: #ffffff;
  margin-bottom: 16px;
}

.page-hero-subtitle {
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #f4efe5;
}

@media (max-width: 760px) {
  .page-hero {
    height: 50vh;
    min-height: 380px;
  }
  .page-hero-content h1 {
    font-size: 42px;
  }
}

.logo { display: flex; align-items: center; gap: 16px; text-decoration: none; }
.logo img { height: 76px; width: auto; }
.logo-text { display: flex; flex-direction: column; }
.logo-text .logo-name { font-family: var(--serif); font-size: 28px; color: var(--gold); letter-spacing: 0.05em; line-height: 1.1; }
.logo-text .logo-tagline { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); }
footer .logo img { height: 96px; }
footer .logo-text .logo-name { font-size: 36px; }
footer .logo-text .logo-tagline { font-size: 13px; }

@media (max-width: 760px) {
  .logo img { height: 48px; }
  .logo-text .logo-name { font-size: 18px; }
  .logo-text .logo-tagline { font-size: 8px; }
  footer .logo img { height: 72px; }
  footer .logo-text .logo-name { font-size: 26px; }
  footer .logo-text .logo-tagline { font-size: 10px; }
}


/* Production hardening */
.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  border: 1px solid var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.skip-link:focus { transform: translateY(0); outline: 3px solid var(--gold); outline-offset: 2px; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.consent-row input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex: 0 0 auto;
}
.consent-row a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--gold);
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .hero-video { display: none; }
}
@media (max-width: 520px) {
  #bookingDialog .dialog-dates {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
  #bookingDialog {
    max-width: calc(100vw - 28px);
  }
}
