:root {
  --navy: #0a263e;
  --navy-2: #123d5d;
  --navy-3: #061b2d;
  --gold: #b88b4a;
  --gold-light: #d6b77f;
  --cream: #f7f3eb;
  --paper: #fffdf8;
  --white: #ffffff;
  --ink: #17232d;
  --muted: #697781;
  --line: rgba(10, 38, 62, .13);
  --green: #25d366;
  --shadow: 0 28px 70px rgba(10, 38, 62, .12);
  --radius: 22px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--paper); line-height: 1.65; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-soft { background: var(--cream); }
.section-dark { background: var(--navy-3); color: var(--white); }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 9999; padding: 10px 16px; background: var(--white); color: var(--navy); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

h1, h2, h3 { font-family: var(--font-display); line-height: .98; margin: 0; font-weight: 600; letter-spacing: -.02em; }
h1 { font-size: clamp(3.5rem, 7.2vw, 7rem); }
h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
h3 { font-size: 2rem; }
p { margin: 0; }
.eyebrow { margin-bottom: 14px; color: var(--gold); text-transform: uppercase; letter-spacing: .2em; font-size: .74rem; font-weight: 700; }
.eyebrow.light { color: var(--gold-light); }
.lead { font-size: 1.25rem; color: var(--navy); font-weight: 500; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 25px; border: 1px solid var(--gold); border-radius: 999px; background: var(--gold); color: var(--navy-3); font-weight: 700; font-size: .88rem; transition: transform .25s, background .25s, color .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(184, 139, 74, .28); background: var(--gold-light); }
.button-small { min-height: 44px; padding: 0 20px; }
.button-ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); color: var(--white); backdrop-filter: blur(8px); }
.button-ghost:hover { background: var(--white); color: var(--navy); }
.button-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.button-outline:hover { background: var(--navy); color: var(--white); box-shadow: none; }
.button-light { background: var(--white); border-color: var(--white); color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 700; border: 0; background: transparent; padding: 0 0 5px; border-bottom: 1px solid var(--gold); }
.text-link svg { transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }


.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 104px;
  background: linear-gradient(180deg, rgba(3,18,30,.55) 0%, rgba(3,18,30,.18) 68%, transparent 100%);
  transition: background .25s, box-shadow .25s, height .25s, padding .25s;
}
.site-header.scrolled {
  height: 78px;
  background: rgba(255,253,248,.96);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 35px rgba(6,27,45,.08);
}
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand {
  position: relative;
  width: 126px;
  height: 96px;
  flex: 0 0 126px;
  display: block;
  transition: width .25s, height .25s, flex-basis .25s;
}
.brand-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity .22s, transform .25s;
}
.brand .logo-light { opacity: 1; filter: drop-shadow(0 5px 15px rgba(0,0,0,.35)); }
.brand .logo-dark { opacity: 0; }
.site-header.scrolled .brand { width: 90px; height: 70px; flex-basis: 90px; }
.site-header.scrolled .brand .logo-light { opacity: 0; }
.site-header.scrolled .brand .logo-dark { opacity: 1; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; color: var(--white); font-size: .84rem; font-weight: 600; }
.main-nav a { position: relative; padding: 8px 0; text-shadow: 0 2px 8px rgba(0,0,0,.24); }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 1px; height: 1px; background: var(--gold); transition: right .25s; }
.main-nav a:hover::after { right: 0; }
.site-header.scrolled .main-nav { color: var(--navy); }
.site-header.scrolled .main-nav a { text-shadow: none; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(7,38,59,.44); backdrop-filter: blur(10px); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.menu-toggle span { display: block; height: 2px; background: var(--white); margin: 4px 0; transition: .25s; }
.site-header.scrolled .menu-toggle { background: var(--navy); border-color: transparent; }


.hero { min-height: 880px; height: 100vh; max-height: 1020px; position: relative; display: grid; align-items: center; color: var(--white); overflow: hidden; }
.hero-media { position: absolute; inset: 0; background-image: url("https://cloudrestskardu.com/wp-content/uploads/2026/07/cloudrest-1.jpeg"); background-position: center; background-size: cover; transform: scale(1.02); animation: heroZoom 14s ease-out forwards; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,18,31,.91) 0%, rgba(4,24,39,.72) 40%, rgba(4,24,39,.18) 72%), linear-gradient(0deg, rgba(4,20,34,.54), transparent 50%); }
.hero-content { position: relative; z-index: 2; padding-top: 126px; }
.hero-copy { width: min(760px, 100%); }
.hero-copy h1 { max-width: 720px; text-wrap: balance; }
.hero-lead { margin-top: 25px; max-width: 660px; color: rgba(255,255,255,.83); font-size: 1.12rem; }
.hero-logo-mark { display: none; width: 145px; margin-bottom: 22px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 35px; color: rgba(255,255,255,.75); font-size: .86rem; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-cloud { position: absolute; z-index: 1; background: rgba(255,255,255,.035); filter: blur(22px); border-radius: 50%; }
.hero-cloud-one { width: 400px; height: 110px; right: 5%; top: 26%; }
.hero-cloud-two { width: 520px; height: 150px; right: 13%; bottom: 18%; }
.scroll-cue { position: absolute; z-index: 3; bottom: 34px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,.7); font-size: .68rem; text-transform: uppercase; letter-spacing: .2em; }
.scroll-cue i { width: 1px; height: 42px; background: linear-gradient(var(--gold), transparent); animation: scrollLine 2s infinite; }
@keyframes heroZoom { to { transform: scale(1.08); } }
@keyframes scrollLine { 0%,100% { transform: scaleY(.6); transform-origin: top; opacity: .5; } 50% { transform: scaleY(1); opacity: 1; } }

.booking-bar { position: relative; z-index: 5; margin-top: -30px; }
.booking-shell { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; display: grid; grid-template-columns: 250px 1fr; gap: 28px; align-items: center; }
.booking-intro { padding-right: 24px; border-right: 1px solid var(--line); }
.booking-intro h2 { font-size: 2.25rem; }
.booking-intro p:last-child { color: var(--muted); font-size: .82rem; margin-top: 8px; }
.booking-form { display: grid; grid-template-columns: repeat(4, minmax(125px, 1fr)) auto; gap: 12px; align-items: end; }
.booking-form label span { display: block; margin: 0 0 7px 5px; color: var(--muted); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.booking-form input, .booking-form select { width: 100%; height: 50px; padding: 0 13px; border: 1px solid var(--line); border-radius: 11px; background: var(--paper); color: var(--ink); outline: none; }
.booking-form input:focus, .booking-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,139,74,.12); }
.booking-submit { min-height: 50px; border-radius: 11px; white-space: nowrap; }

.welcome-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 90px; align-items: center; }
.welcome-collage { min-height: 620px; position: relative; }
.image-frame { position: absolute; margin: 0; overflow: hidden; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.image-frame:hover img { transform: scale(1.04); }
.image-large { width: 73%; height: 500px; left: 0; top: 0; border-radius: 180px 180px 16px 16px; }
.image-small { width: 52%; height: 315px; right: 0; bottom: 0; border: 10px solid var(--paper); border-radius: 16px; }
.experience-badge { position: absolute; left: 55%; top: 52%; transform: translate(-50%,-50%); width: 145px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 50%; background: var(--navy); color: var(--white); box-shadow: 0 15px 40px rgba(10,38,62,.28); border: 1px solid rgba(255,255,255,.18); }
.experience-badge::before { content: ""; position: absolute; inset: 9px; border: 1px dashed var(--gold); border-radius: 50%; }
.experience-badge span { font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; }
.experience-badge strong { font-family: var(--font-display); font-size: 1.55rem; color: var(--gold-light); }
.welcome-copy h2 { color: var(--navy); margin-bottom: 28px; }
.welcome-copy > p:not(.eyebrow) { margin-bottom: 18px; color: var(--muted); }
.welcome-copy .lead { color: var(--navy) !important; }
.welcome-points { display: grid; gap: 16px; margin: 30px 0; }
.welcome-points > div { display: flex; align-items: center; gap: 16px; }
.welcome-points svg { width: 42px; height: 42px; padding: 9px; color: var(--gold); background: var(--cream); border-radius: 50%; flex: 0 0 auto; }
.welcome-points span { display: grid; color: var(--muted); font-size: .88rem; }
.welcome-points strong { color: var(--navy); font-size: .98rem; }

.section-heading { margin-bottom: 50px; }
.section-heading.centered { text-align: center; width: min(760px,100%); margin-left: auto; margin-right: auto; }
.section-heading h2 { color: var(--navy); }
.section-heading p:last-child { color: var(--muted); margin-top: 20px; }
.section-heading.split { display: grid; grid-template-columns: 1fr .62fr; gap: 70px; align-items: end; }
.section-heading.split > p { padding-bottom: 6px; }
.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.room-card { overflow: hidden; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); box-shadow: 0 14px 40px rgba(10,38,62,.07); transition: transform .35s, box-shadow .35s; }
.room-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.room-card.featured { border-color: rgba(184,139,74,.62); }
.room-image { height: 270px; position: relative; overflow: hidden; }
.room-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.room-card:hover .room-image img { transform: scale(1.05); }
.room-label { position: absolute; left: 18px; top: 18px; padding: 7px 12px; border-radius: 999px; background: rgba(6,27,45,.82); color: var(--white); backdrop-filter: blur(8px); font-size: .69rem; font-weight: 700; }
.room-body { padding: 26px; }
.room-title-row { display: flex; justify-content: space-between; gap: 14px; align-items: start; }
.room-title-row h3 { color: var(--navy); font-size: 2.15rem; }
.room-title-row .eyebrow { margin-bottom: 4px; }
.price { text-align: right; display: grid; white-space: nowrap; }
.price small { color: var(--muted); font-size: .61rem; text-transform: uppercase; letter-spacing: .1em; }
.price strong { color: var(--gold); font-size: 1rem; }
.price span { color: var(--muted); font-size: .67rem; }
.room-body > p { color: var(--muted); font-size: .9rem; margin: 18px 0; }
.room-features { list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 10px; font-size: .8rem; color: var(--ink); }
.room-features li { display: flex; align-items: center; gap: 10px; }
.room-features svg { color: var(--gold); flex: 0 0 auto; }
.room-book { font-size: .78rem; }
.rate-note { margin-top: 28px; text-align: center; color: var(--muted); font-size: .78rem; }

.amenity-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.amenity-card { min-height: 210px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); transition: transform .3s, border-color .3s, background .3s; }
.amenity-card:hover { transform: translateY(-5px); border-color: var(--gold); background: var(--white); }
.amenity-card svg { width: 34px; height: 34px; color: var(--gold); margin-bottom: 24px; }
.amenity-card h3 { color: var(--navy); font-family: var(--font-body); font-size: 1rem; font-weight: 700; letter-spacing: 0; }
.amenity-card p { margin-top: 10px; color: var(--muted); font-size: .84rem; }
.facility-details { margin-top: 22px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.facility-details summary { list-style: none; min-height: 68px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; color: var(--navy); font-weight: 700; cursor: pointer; }
.facility-details summary::-webkit-details-marker { display: none; }
.facility-details summary svg { transition: transform .25s; color: var(--gold); }
.facility-details[open] summary svg { transform: rotate(45deg); }
.facility-content { border-top: 1px solid var(--line); padding: 28px; display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; background: var(--cream); }
.facility-group h3 { font-family: var(--font-body); font-size: .86rem; font-weight: 700; color: var(--navy); letter-spacing: 0; line-height: 1.3; }
.facility-group p { margin-top: 8px; color: var(--muted); font-size: .78rem; }

.experience-banner { min-height: 610px; position: relative; display: grid; place-items: center; overflow: hidden; color: var(--white); text-align: center; }
.experience-bg { position: absolute; inset: 0; background: linear-gradient(rgba(6,27,45,.7), rgba(6,27,45,.74)), url("https://cloudrestskardu.com/wp-content/uploads/2026/07/cloudrest-7.jpeg") center/cover; background-attachment: fixed; }
.experience-content { position: relative; z-index: 1; width: min(850px,100%); }
.experience-content img { width: 155px; height: 155px; object-fit: contain; margin: 0 auto 8px; filter: drop-shadow(0 7px 20px rgba(0,0,0,.2)); }
.experience-content h2 { margin: 0 auto 30px; max-width: 820px; }

.gallery { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 105px; gap: 12px; }
.gallery-item { margin: 0; border-radius: 12px; overflow: hidden; position: relative; background: var(--cream); cursor: zoom-in; }
.gallery-item:nth-child(6n+1) { grid-column: span 5; grid-row: span 4; }
.gallery-item:nth-child(6n+2) { grid-column: span 3; grid-row: span 2; }
.gallery-item:nth-child(6n+3) { grid-column: span 4; grid-row: span 3; }
.gallery-item:nth-child(6n+4) { grid-column: span 3; grid-row: span 2; }
.gallery-item:nth-child(6n+5) { grid-column: span 4; grid-row: span 3; }
.gallery-item:nth-child(6n+6) { grid-column: span 5; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s, filter .4s; }
.gallery-item::after { content: "+"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--white); font-size: 2.4rem; background: rgba(6,27,45,.42); opacity: 0; transition: opacity .3s; }
.gallery-item:hover img { transform: scale(1.06); filter: brightness(.8); }
.gallery-item:hover::after { opacity: 1; }
.gallery-action { margin-top: 34px; text-align: center; }

.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy > p:last-of-type { color: rgba(255,255,255,.68); max-width: 620px; }
.about-facts { margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.about-facts div { display: grid; }
.about-facts strong { font-family: var(--font-display); color: var(--gold-light); font-size: 2rem; }
.about-facts span { color: rgba(255,255,255,.6); font-size: .72rem; }
.about-image { min-height: 590px; position: relative; }
.about-image > img { width: 88%; height: 560px; margin-left: auto; object-fit: cover; border-radius: 180px 180px 16px 16px; }
.about-card { position: absolute; left: 0; bottom: 35px; width: min(300px,80%); padding: 22px; background: var(--white); color: var(--ink); border-radius: 14px; box-shadow: var(--shadow); display: flex; gap: 14px; }
.about-card svg { width: 30px; height: 30px; color: var(--gold); flex: 0 0 auto; }
.about-card p { display: grid; font-size: .75rem; color: var(--muted); }
.about-card strong { color: var(--navy); font-size: .9rem; }

.location-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.location-info h2 { color: var(--navy); }
.location-info > p:not(.eyebrow) { margin: 22px 0 28px; color: var(--muted); }
.contact-list { display: grid; gap: 12px; }
.contact-list a { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.contact-list svg { width: 22px; height: 22px; color: var(--gold); }
.contact-list span { display: grid; font-weight: 600; font-size: .86rem; }
.contact-list small { color: var(--muted); font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.map-wrap { height: 560px; border-radius: 180px 180px 18px 18px; overflow: hidden; box-shadow: var(--shadow); border: 8px solid var(--white); }
.map-wrap iframe { border: 0; width: 100%; height: 100%; filter: saturate(.7) contrast(1.05); }

.final-cta { padding: 80px 0; background: var(--navy); color: var(--white); }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.final-cta h2 { font-size: clamp(2.8rem,5vw,4.8rem); }
.final-cta p:last-child { color: rgba(255,255,255,.66); margin-top: 12px; }
.site-footer { padding: 70px 0 24px; background: #041521; color: rgba(255,255,255,.66); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr 1fr; gap: 60px; }
.footer-brand img { width: 188px; height: 178px; object-fit: contain; margin: -28px 0 10px -18px; filter: drop-shadow(0 7px 22px rgba(0,0,0,.24)); }
.footer-brand p { max-width: 310px; }
.footer-grid h3 { font-family: var(--font-body); font-size: .75rem; text-transform: uppercase; letter-spacing: .14em; color: var(--gold-light); margin-bottom: 18px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: .79rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; font-size: .7rem; }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: flex; align-items: center; gap: 9px; padding: 12px 17px; border-radius: 999px; background: var(--green); color: #052c18; font-weight: 800; font-size: .76rem; box-shadow: 0 12px 35px rgba(37,211,102,.35); transition: transform .25s, opacity .25s, visibility .25s; opacity: 1; visibility: visible; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(12px); }
.whatsapp-float svg { width: 23px; height: 23px; fill: currentColor; stroke: none; }

.lightbox { position: fixed; inset: 0; z-index: 2000; padding: 60px; display: grid; place-items: center; background: rgba(2,12,20,.94); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1100px, 90vw); max-height: 82vh; object-fit: contain; box-shadow: 0 20px 70px rgba(0,0,0,.4); }
.lightbox button { position: absolute; border: 0; background: rgba(255,255,255,.12); color: var(--white); border-radius: 50%; width: 46px; height: 46px; font-size: 2rem; line-height: 1; }
.lightbox-close { top: 20px; right: 20px; }
.lightbox-prev { left: 24px; top: 50%; }
.lightbox-next { right: 24px; top: 50%; }
.lightbox-count { position: absolute; bottom: 20px; color: rgba(255,255,255,.72); font-size: .75rem; }

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

@media (max-width: 1080px) {
  .nav-cta { display: none; }
  .booking-shell { grid-template-columns: 1fr; }
  .booking-intro { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 18px; }
  .welcome-grid, .about-grid { gap: 55px; }
  .room-grid { grid-template-columns: 1fr 1fr; }
  .room-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.2fr; }
  .room-card:last-child .room-image { height: 100%; min-height: 350px; }
  .location-grid { gap: 45px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 28px, 680px); }
  .section { padding: 82px 0; }
  .site-header { height: 90px; padding-top: 0; }
  .site-header.scrolled { height: 76px; padding-top: 0; }
  .nav-wrap { min-height: 0; padding: 3px 2px; gap: 12px; }
  .brand { width: 114px; height: 82px; flex-basis: 114px; padding: 0; }
  .site-header.scrolled .brand { width: 84px; height: 66px; flex-basis: 84px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; inset: 82px 14px auto; display: grid; gap: 0; padding: 16px; border-radius: 16px; background: rgba(255,253,248,.98); color: var(--navy); box-shadow: var(--shadow); transform: translateY(-15px); opacity: 0; visibility: hidden; transition: .25s; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 12px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: 820px; height: 100svh; }
  .hero-media { background-position: 58% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,18,31,.9), rgba(4,24,39,.5)), linear-gradient(0deg, rgba(4,20,34,.5), transparent 50%); }
  .hero-logo-mark { display: none; }
  .hero-copy h1 { font-size: clamp(3.1rem,14vw,5rem); }
  .scroll-cue { display: none; }
  .booking-bar { margin-top: -18px; }
  .booking-shell { padding: 22px; }
  .booking-form { grid-template-columns: 1fr 1fr; }
  .booking-submit { grid-column: 1 / -1; }
  .welcome-grid, .about-grid, .location-grid { grid-template-columns: 1fr; }
  .welcome-collage { min-height: 540px; }
  .image-large { height: 440px; }
  .welcome-copy { order: -1; }
  .room-grid { grid-template-columns: 1fr; }
  .room-card:last-child { grid-column: auto; display: block; }
  .room-card:last-child .room-image { min-height: 0; height: 270px; }
  .section-heading.split { grid-template-columns: 1fr; gap: 12px; }
  .amenity-grid { grid-template-columns: 1fr 1fr; }
  .facility-content { grid-template-columns: 1fr 1fr; }
  .experience-bg { background-attachment: scroll; }
  .gallery-grid { grid-auto-rows: 90px; }
  .gallery-item:nth-child(n) { grid-column: span 6; grid-row: span 3; }
  .gallery-item:nth-child(3n+1) { grid-column: span 12; grid-row: span 4; }
  .about-copy { order: 2; }
  .about-image { min-height: 520px; }
  .about-image > img { height: 500px; }
  .location-info { order: 2; }
  .map-wrap { height: 450px; border-radius: 130px 130px 16px 16px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand img { width: 180px; height: 170px; margin-left: -14px; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 20px, 480px); }
  h2 { font-size: 2.8rem; }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 116px; }
  .hero-copy h1 { font-size: 3.55rem; }
  .hero-logo-mark { display: none; width: 118px; }
  .hero-lead { font-size: .97rem; }
  .hero-actions .button { width: 100%; }
  .hero-meta { gap: 10px; display: grid; }
  .booking-form { grid-template-columns: 1fr; }
  .booking-submit { grid-column: auto; }
  .welcome-collage { min-height: 455px; }
  .image-large { width: 82%; height: 370px; }
  .image-small { width: 60%; height: 220px; border-width: 6px; }
  .experience-badge { width: 112px; left: 58%; }
  .experience-badge strong { font-size: 1.2rem; }
  .room-title-row { display: grid; }
  .price { text-align: left; display: block; }
  .price small, .price strong, .price span { margin-right: 4px; }
  .amenity-grid, .facility-content { grid-template-columns: 1fr; }
  .amenity-card { min-height: 0; }
  .experience-banner { min-height: 540px; }
  .experience-content img { width: 125px; height: 125px; }
  .gallery-grid { gap: 8px; grid-auto-rows: 70px; }
  .gallery-item:nth-child(n) { grid-column: span 12; grid-row: span 4; }
  .about-facts { grid-template-columns: 1fr 1fr; }
  .about-image { min-height: 460px; }
  .about-image > img { width: 94%; height: 430px; }
  .map-wrap { height: 390px; border-radius: 100px 100px 14px 14px; }
  .location-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand { grid-column: auto; }
  .footer-brand img { width: 170px; height: 160px; margin: -24px 0 8px -12px; }
  .footer-bottom { gap: 16px; flex-direction: column; }
  .whatsapp-float { right: 12px; bottom: 12px; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 54px; height: 54px; justify-content: center; padding: 0; }
  .lightbox { padding: 20px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}

@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; }
}
