:root {
  --ivory: #f7f2ea;
  --paper: #fffdf9;
  --sand: #e9ddcd;
  --sand-deep: #d4c2ac;
  --ink: #1c2d30;
  --navy: #17343a;
  --navy-soft: #294a4f;
  --terracotta: #b96646;
  --terracotta-dark: #955037;
  --green: #68775c;
  --text: #445052;
  --muted: #6c7474;
  --line: rgba(28, 45, 48, 0.14);
  --white: #ffffff;
  --shadow-sm: 0 12px 32px rgba(28, 45, 48, 0.08);
  --shadow-lg: 0 24px 70px rgba(15, 31, 34, 0.18);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: min(1180px, calc(100% - 40px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, h4 { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: var(--serif); font-weight: 500; line-height: 1.12; }
h1 { font-size: clamp(2.8rem, 7vw, 5.8rem); letter-spacing: -0.035em; }
h2 { font-size: clamp(2.25rem, 4.5vw, 4rem); letter-spacing: -0.025em; }
h3 { font-size: clamp(1.35rem, 2.2vw, 2rem); }
:focus-visible { outline: 3px solid #f2a55f; outline-offset: 4px; }
[hidden] { display: none !important; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(78px, 10vw, 138px) 0; }
.section-tinted { background: var(--ivory); }
.section-dark { background: var(--navy); color: rgba(255, 255, 255, 0.78); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.split { max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr); gap: 70px; align-items: end; }
.section-heading.split p:last-child { margin-bottom: 8px; }
.section-heading.light p { color: rgba(255, 255, 255, 0.72); }
.section-copy { max-width: 600px; }
.eyebrow { margin-bottom: 14px; color: var(--terracotta-dark); font-size: .76rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: #f1bf9f; }
.lead { color: var(--ink); font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.65; }
.centered { text-align: center; }

.skip-link { position: fixed; left: 16px; top: 12px; z-index: 999; transform: translateY(-160%); background: var(--white); color: var(--ink); padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow-sm); }
.skip-link:focus { transform: translateY(0); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; line-height: 1.2; cursor: pointer; transition: transform .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 18px; font-size: .92rem; }
.button-accent { background: var(--terracotta); color: var(--white); box-shadow: 0 10px 22px rgba(185, 102, 70, .22); }
.button-accent:hover { background: var(--terracotta-dark); }
.button-primary { background: var(--navy); color: var(--white); }
.button-primary:hover { background: var(--navy-soft); }
.button-light { background: rgba(255,255,255,.94); color: var(--ink); }
.button-light:hover { background: var(--white); }
.button-outline { border-color: rgba(23, 52, 58, .24); background: transparent; color: var(--ink); }
.button-outline:hover { border-color: var(--navy); background: rgba(23, 52, 58, .04); }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 750; }
.text-link img { transition: transform .2s ease; }
.text-link:hover img { transform: translateX(4px); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 14px 0; color: var(--white); transition: background-color .3s ease, box-shadow .3s ease, padding .3s ease; }
.site-header.is-scrolled { padding: 8px 0; background: rgba(247, 242, 234, .95); color: var(--ink); box-shadow: 0 8px 30px rgba(16, 34, 37, .09); backdrop-filter: blur(14px); }
.header-inner { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand img { width: 44px; height: 44px; color: currentColor; }
.site-header:not(.is-scrolled) .brand img, .legal-header .brand img, .site-footer .brand img { filter: brightness(0) invert(1); }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-family: var(--serif); font-size: 1.18rem; font-weight: 600; }
.brand-copy small { margin-top: 4px; opacity: .7; font-size: .69rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.8vw, 28px); font-size: .92rem; font-weight: 650; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: currentColor; transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-switch { display: flex; align-items: center; gap: 5px; font-size: .78rem; font-weight: 800; }
.language-button { border: 0; padding: 5px; background: transparent; color: inherit; opacity: .55; cursor: pointer; }
.language-button.is-active { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.site-header.is-scrolled .menu-toggle { background: rgba(23,52,58,.08); }
.menu-toggle span { width: 20px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 78px 14px auto; z-index: 101; max-height: calc(100vh - 96px); overflow: auto; padding: 24px; border-radius: 22px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow-lg); }
.mobile-menu a { display: block; padding: 12px 4px; font-size: 1.05rem; font-weight: 700; }
.mobile-menu .button { margin-top: 14px; color: var(--white); text-align: center; }

.hero { position: relative; min-height: 780px; height: min(940px, 100svh); display: grid; align-items: center; overflow: hidden; background: var(--navy); color: var(--white); }
.hero-media, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center 50%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12, 28, 31, .76) 0%, rgba(12, 28, 31, .48) 46%, rgba(12, 28, 31, .13) 76%), linear-gradient(0deg, rgba(9, 23, 26, .35), transparent 45%); }
.hero-content { position: relative; z-index: 1; padding-top: 110px; }
.hero-content h1 { max-width: 820px; margin-bottom: 26px; color: var(--white); text-wrap: balance; }
.hero-text { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 2.1vw, 1.28rem); }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 44px; color: rgba(255,255,255,.88); font-size: .93rem; }
.hero-facts > span { display: inline-flex; align-items: center; gap: 9px; }
.hero-facts img { filter: brightness(0) invert(1); }
.hero-scroll { position: absolute; z-index: 2; left: 50%; bottom: 28px; width: 30px; height: 48px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; transform: translateX(-50%); }
.hero-scroll span { position: absolute; width: 4px; height: 8px; left: 50%; top: 10px; border-radius: 999px; background: var(--white); transform: translateX(-50%); animation: scrollCue 1.8s ease infinite; }
@keyframes scrollCue { 0% { opacity: 0; transform: translate(-50%,0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,17px); } }

.welcome-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(50px, 8vw, 110px); align-items: center; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.benefit-card { min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.benefit-card:nth-child(2), .benefit-card:nth-child(4) { transform: translateY(28px); }
.benefit-card:hover { box-shadow: var(--shadow-sm); }
.benefit-card img, .amenity img { filter: invert(50%) sepia(31%) saturate(1021%) hue-rotate(329deg) brightness(84%); }
.benefit-card h3 { margin: 24px 0 10px; font-size: 1.4rem; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.room-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.room-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); box-shadow: var(--shadow-sm); }
.room-image { position: relative; width: 100%; height: 380px; padding: 0; border: 0; overflow: hidden; background: var(--sand); cursor: zoom-in; }
.room-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.room-card:hover .room-image img { transform: scale(1.035); }
.image-badge { position: absolute; top: 20px; left: 20px; padding: 8px 13px; border-radius: 999px; background: rgba(255,253,249,.93); color: var(--ink); font-size: .78rem; font-weight: 750; backdrop-filter: blur(8px); }
.room-content { padding: 30px; }
.room-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.room-topline .eyebrow { margin-bottom: 3px; }
.room-topline h3 { margin-bottom: 12px; font-size: 2.45rem; }
.room-price { max-width: 150px; margin: 3px 0 0; color: var(--muted); text-align: right; font-size: .85rem; line-height: 1.4; }
.room-price strong { display: block; color: var(--terracotta-dark); font-family: var(--serif); font-size: 1.35rem; }
.room-features { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 18px; margin: 22px 0 28px; padding: 20px 0; border-block: 1px solid var(--line); list-style: none; }
.room-features li { display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: .9rem; }
.room-features img { opacity: .75; }
.room-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.pricing-note { margin: 30px 0 0; color: var(--muted); font-size: .9rem; }

.amenities-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.amenity { min-height: 118px; display: flex; align-items: center; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.amenity h3 { margin: 0; font-family: var(--sans); font-size: 1rem; font-weight: 750; }

.feature-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; background: var(--sand); }
.feature-image button { width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.feature-image img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(52px, 8vw, 120px); }
.feature-copy h2 { max-width: 620px; }
.info-chip { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; padding: 10px 15px; border-radius: 999px; background: rgba(255,255,255,.62); color: var(--ink); font-size: .9rem; font-weight: 750; }

.experience-collage { position: relative; display: grid; grid-template-columns: 1.8fr .9fr; grid-template-rows: 440px; gap: 16px; }
.experience-collage button { width: 100%; height: 100%; padding: 0; border: 0; border-radius: var(--radius); overflow: hidden; cursor: zoom-in; }
.experience-collage img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.experience-collage button:hover img { transform: scale(1.03); }
.collage-caption { position: absolute; left: 30px; bottom: 28px; max-width: 480px; padding: 18px 20px; border-radius: 14px; background: rgba(17, 40, 44, .86); color: var(--white); font-family: var(--serif); font-size: 1.2rem; line-height: 1.4; backdrop-filter: blur(8px); }
.experience-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 24px; }
.experience-card { display: grid; grid-template-columns: 190px 1fr; gap: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.experience-card > img { width: 100%; height: 100%; min-height: 240px; object-fit: cover; }
.experience-card > div { padding: 28px 28px 28px 0; }
.experience-card h3 { margin: 16px 0 10px; font-size: 1.45rem; }
.experience-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.icon-circle { width: 46px; height: 46px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--ivory); }
.icon-circle img { width: 24px; }

.area-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.area-grid article { min-height: 210px; padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.045); }
.area-grid article span { color: #e1a682; font-family: var(--serif); font-size: 1.4rem; }
.area-grid h3 { margin: 36px 0 10px; font-family: var(--sans); font-size: 1rem; font-weight: 750; }
.area-grid p { margin: 0; color: rgba(255,255,255,.55); font-size: .85rem; }

.gallery-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 32px; }
.filter-button { border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: 9px 15px; cursor: pointer; font-size: .88rem; font-weight: 700; }
.filter-button.is-active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 220px; gap: 12px; }
.gallery-item { position: relative; padding: 0; border: 0; border-radius: 16px; overflow: hidden; background: var(--sand); cursor: zoom-in; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(10,22,24,.72)); }
.gallery-item span { position: absolute; z-index: 2; left: 18px; bottom: 14px; color: var(--white); font-size: .86rem; font-weight: 750; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1.05); }
.gallery-item.is-filtered { display: none; }

.rules-grid { display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: clamp(50px, 8vw, 100px); align-items: start; }
.rules-list { display: grid; gap: 12px; }
.rules-list details { border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.rules-list summary { position: relative; padding: 20px 56px 20px 22px; color: var(--ink); font-weight: 750; cursor: pointer; list-style: none; }
.rules-list summary::-webkit-details-marker { display: none; }
.rules-list summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 1.4rem; font-weight: 400; }
.rules-list details[open] summary::after { content: "−"; }
.rules-list details div { padding: 0 22px 20px; color: var(--muted); }
.rules-list details p { margin: 0; }

.location-section { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 650px; background: var(--paper); }
.location-map iframe { width: 100%; height: 100%; min-height: 650px; border: 0; filter: saturate(.72) contrast(.95); }
.location-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(52px, 8vw, 105px); }
.location-copy address { margin: 8px 0 24px; color: var(--ink); font-style: normal; }
.location-placeholders { margin-bottom: 26px; padding-left: 18px; border-left: 2px solid var(--sand-deep); font-size: .9rem; }
.location-placeholders p { margin: 6px 0; }

.booking-section { position: relative; overflow: hidden; background: var(--navy); color: rgba(255,255,255,.78); }
.booking-section::before { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -200px; border-radius: 50%; background: rgba(185,102,70,.12); }
.booking-section h2 { color: var(--white); }
.booking-section .lead { color: rgba(255,255,255,.8); }
.booking-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 100px); align-items: start; }
.booking-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 34px; }
.booking-option { display: grid; gap: 3px; padding: 15px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.05); color: var(--white); text-align: left; cursor: pointer; }
button.booking-option { width: 100%; }
.booking-option span { font-weight: 750; }
.booking-option small { color: rgba(255,255,255,.56); }
.booking-option:hover { background: rgba(255,255,255,.09); }
.booking-form { padding: clamp(26px, 4vw, 42px); border-radius: var(--radius); background: var(--paper); color: var(--text); box-shadow: var(--shadow-lg); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.field { display: grid; gap: 7px; color: var(--ink); font-size: .87rem; font-weight: 750; }
.field.full, .consent.full { grid-column: 1 / -1; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(28,45,48,.18); border-radius: 10px; background: #fff; color: var(--ink); padding: 12px 13px; font-weight: 500; transition: border-color .2s ease, box-shadow .2s ease; }
.field input, .field select { min-height: 48px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--terracotta); outline: none; box-shadow: 0 0 0 3px rgba(185,102,70,.14); }
.field .is-invalid, .consent input.is-invalid { border-color: #a52d2d; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .82rem; font-weight: 500; }
.consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 4px; accent-color: var(--terracotta); }
.form-status { min-height: 22px; margin: 14px 0 8px; color: #9c2828; font-size: .86rem; font-weight: 700; }
.form-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: .78rem; }
.honeypot { position: absolute; left: -9999px; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 8vw, 100px); align-items: center; }
.contact-cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.contact-cards a, .contact-cards button { min-height: 110px; display: flex; align-items: center; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); text-align: left; cursor: pointer; }
.contact-cards a:hover, .contact-cards button:hover { box-shadow: var(--shadow-sm); }
.contact-cards img { opacity: .72; }
.contact-cards span { display: grid; }
.contact-cards small { color: var(--muted); }
.contact-cards strong { color: var(--ink); overflow-wrap: anywhere; }

.site-footer { padding: 72px 0 24px; background: #10272b; color: rgba(255,255,255,.68); }
.footer-grid { display: grid; grid-template-columns: 1.55fr repeat(3,1fr); gap: 44px; }
.brand-footer { color: var(--white); }
.footer-brand p { max-width: 340px; margin-top: 20px; }
.footer-grid h2 { margin-bottom: 16px; color: var(--white); font-family: var(--sans); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid a, .footer-link { color: rgba(255,255,255,.7); font-size: .9rem; }
.footer-grid a:hover, .footer-link:hover { color: var(--white); }
.footer-link { padding: 0; border: 0; background: none; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.footer-bottom p { margin: 0; }

.floating-whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; min-height: 54px; display: flex; align-items: center; gap: 9px; padding: 12px 18px; border: 0; border-radius: 999px; background: #1f6b57; color: var(--white); box-shadow: 0 12px 30px rgba(14,40,34,.3); cursor: pointer; font-weight: 750; }
.floating-whatsapp img { filter: brightness(0) invert(1); }
.mobile-book-bar { display: none; }
.toast { position: fixed; z-index: 400; left: 50%; bottom: 28px; width: min(460px, calc(100% - 32px)); transform: translateX(-50%); padding: 15px 18px; border-radius: 12px; background: var(--ink); color: var(--white); text-align: center; box-shadow: var(--shadow-lg); }

.room-dialog { width: min(1160px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 0; border-radius: 24px; overflow: auto; background: var(--paper); box-shadow: var(--shadow-lg); }
.room-dialog::backdrop, .lightbox::backdrop { background: rgba(7, 20, 23, .82); backdrop-filter: blur(6px); }
.dialog-close { position: sticky; z-index: 5; top: 14px; float: right; width: 42px; height: 42px; margin: 14px 14px -56px 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: var(--shadow-sm); cursor: pointer; font-size: 1.7rem; line-height: 1; }
.dialog-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
.dialog-gallery { display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: 2fr .8fr; gap: 4px; background: var(--ink); }
.dialog-gallery button { width: 100%; height: 100%; padding: 0; border: 0; overflow: hidden; background: var(--sand); cursor: zoom-in; }
.dialog-gallery .dialog-main { grid-column: 1 / -1; }
.dialog-gallery img { width: 100%; height: 100%; object-fit: cover; }
.dialog-content { padding: clamp(38px, 5vw, 68px); }
.dialog-content h2 { margin-bottom: 20px; }
.dialog-content h3 { margin: 28px 0 13px; font-family: var(--sans); font-size: .86rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.dialog-amenities { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px 18px; padding-left: 18px; font-size: .9rem; }
.rate-box { margin-top: 28px; padding: 22px; border-radius: 16px; background: var(--ivory); }
.rate-box h3 { margin-top: 0; }
.rate-box ul { margin: 0; padding-left: 18px; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; padding: 0; border: 0; background: transparent; overflow: hidden; }
.lightbox-inner { position: relative; width: 100%; height: 100%; display: grid; place-items: center; padding: 56px 80px; }
.lightbox figure { max-width: min(1200px, 100%); max-height: 100%; margin: 0; display: grid; justify-items: center; }
.lightbox figure img { max-width: 100%; max-height: calc(100vh - 150px); object-fit: contain; border-radius: 8px; box-shadow: var(--shadow-lg); }
.lightbox figcaption { margin-top: 12px; color: var(--white); text-align: center; }
.lightbox-close { position: absolute; right: 24px; top: 20px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); color: var(--white); cursor: pointer; font-size: 1.8rem; }
.lightbox-nav { position: absolute; top: 50%; width: 52px; height: 52px; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.1); color: var(--white); cursor: pointer; display: grid; place-items: center; line-height: 1; transform: translateY(-50%); }
.lightbox-nav svg { display: block; width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }
.lightbox-count { position: absolute; left: 50%; bottom: 18px; margin: 0; color: rgba(255,255,255,.72); transform: translateX(-50%); }

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

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  .desktop-book { display: none; }
  .room-image { height: 320px; }
  .experience-card { grid-template-columns: 150px 1fr; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, .8fr); gap: 28px; }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 30px, 760px); }
  .section-heading.split, .welcome-grid, .rules-grid, .booking-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .room-grid { grid-template-columns: 1fr; }
  .room-image { height: min(62vw, 470px); }
  .amenities-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .feature-split { grid-template-columns: 1fr; }
  .feature-image { height: 480px; }
  .feature-copy { padding: 70px var(--container); }
  .experience-collage { grid-template-columns: 1fr 1fr; grid-template-rows: 420px; }
  .experience-cards { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 230px; }
  .location-section { grid-template-columns: 1fr; }
  .location-map iframe { min-height: 430px; }
  .location-copy { padding: 70px var(--container); }
  .footer-grid { grid-template-columns: 1.4fr repeat(2,1fr); }
  .footer-grid > div:last-child { grid-column: 2; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-gallery { min-height: 560px; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 24px); --radius-lg: 24px; }
  body { padding-bottom: 62px; }
  .section { padding: 78px 0; }
  .brand-copy strong { font-size: 1.02rem; }
  .brand-copy small { display: none; }
  .brand img { width: 38px; height: 38px; }
  .header-actions { gap: 7px; }
  .hero { min-height: 720px; height: 100svh; }
  .hero-overlay { background: linear-gradient(0deg, rgba(10,25,28,.78) 0%, rgba(10,25,28,.47) 62%, rgba(10,25,28,.32) 100%); }
  .hero-media img { object-position: center; }
  .hero-content { align-self: end; padding: 110px 0 105px; }
  .hero-content h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-text { font-size: 1rem; }
  .hero-buttons { display: grid; }
  .hero-buttons .button { width: 100%; }
  .hero-facts { display: grid; gap: 10px; margin-top: 28px; }
  .hero-scroll { display: none; }
  .welcome-grid { gap: 36px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card, .benefit-card:nth-child(2), .benefit-card:nth-child(4) { min-height: auto; transform: none; }
  .room-image { height: 68vw; }
  .room-content { padding: 24px 20px; }
  .room-topline { display: block; }
  .room-price { max-width: none; margin-bottom: 18px; text-align: left; }
  .room-price strong { display: inline; margin-inline: 4px; }
  .room-features { grid-template-columns: 1fr; }
  .room-actions { display: grid; }
  .amenities-grid { grid-template-columns: 1fr; }
  .amenity { min-height: 92px; }
  .feature-image { height: 380px; }
  .feature-copy { padding: 60px 24px; }
  .experience-collage { grid-template-columns: 1fr; grid-template-rows: 360px 260px; }
  .collage-caption { left: 14px; right: 14px; bottom: 14px; font-size: 1rem; }
  .experience-card { grid-template-columns: 1fr; }
  .experience-card > img { height: 250px; min-height: 0; }
  .experience-card > div { padding: 24px; }
  .area-grid { grid-template-columns: 1fr; }
  .area-grid article { min-height: 170px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; gap: 7px; }
  .gallery-item.wide { grid-column: span 2; }
  .gallery-item.tall { grid-row: span 1; }
  .gallery-item span { left: 12px; bottom: 9px; font-size: .75rem; }
  .location-copy { padding: 60px 24px; }
  .booking-options, .form-grid, .contact-cards { grid-template-columns: 1fr; }
  .booking-form { padding: 24px 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: grid; }
  .floating-whatsapp { display: none; }
  .mobile-book-bar { position: fixed; z-index: 89; inset: auto 0 0; min-height: 58px; display: flex; align-items: center; justify-content: center; background: var(--terracotta); color: var(--white); font-weight: 800; box-shadow: 0 -8px 30px rgba(15,31,34,.14); }
  .toast { bottom: 76px; }
  .dialog-gallery { min-height: 440px; grid-template-rows: 1.4fr .7fr; }
  .dialog-content { padding: 34px 22px; }
  .dialog-amenities { grid-template-columns: 1fr; }
  .dialog-actions { display: grid; }
  .room-dialog { width: calc(100% - 12px); max-height: calc(100vh - 12px); border-radius: 18px; }
  .lightbox-inner { padding: 56px 12px 70px; }
  .lightbox-nav { width: 44px; height: 44px; top: auto; bottom: 14px; transform: none; }
  .lightbox-prev { left: 14px; }
  .lightbox-next { right: 14px; }
  .lightbox-count { bottom: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

.area-grid article:last-child{grid-column:span 1}.room-features li:last-child{font-weight:700;color:var(--navy)}
