:root {
    --ocean: #075b66;
    --ocean-dark: #063b43;
    --ocean-soft: #dceeed;
    --sun: #f29a38;
    --sun-dark: #d77817;
    --sand: #f4ede2;
    --shell: #fffdf9;
    --ink: #17363a;
    --muted: #5d7274;
    --line: #d9e2df;
    --white: #fff;
    --display: "Comfortaa", "DM Sans", sans-serif;
    --serif: "Playfair Display", Georgia, serif;
    --sans: "DM Sans", Arial, sans-serif;
    --radius: 1rem;
    --shadow: 0 1.5rem 4rem rgba(4, 59, 67, .12);
    --section: clamp(4.5rem, 8vw, 7.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--shell); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.14; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.3rem, 4.8vw, 4.35rem); letter-spacing: -.035em; }
.container { max-width: 1240px; }
.section { padding: var(--section) 0; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 2000; padding: .8rem 1.2rem; background: var(--white); }
.skip-link:focus { top: 1rem; }
.eyebrow { margin-bottom: 1rem; color: var(--ocean); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #ffd195; }
.btn { border-radius: .55rem; padding: .82rem 1.25rem; font-size: .88rem; font-weight: 700; }
.btn-sun { border-color: var(--sun); background: var(--sun); color: #2f210f; }
.btn-sun:hover { border-color: #ffae51; background: #ffae51; color: #2f210f; transform: translateY(-2px); }
.btn-ocean { border-color: var(--ocean); background: var(--ocean); color: var(--white); }
.btn-ocean:hover { border-color: var(--ocean-dark); background: var(--ocean-dark); color: var(--white); }
.btn-whatsapp { border-color: #25d366; background: #25d366; color: #073b25; }
.btn-whatsapp:hover { border-color: #46df7e; background: #46df7e; color: #073b25; transform: translateY(-2px); }
.text-link { display: inline-flex; gap: .7rem; align-items: center; border-bottom: 2px solid var(--sun); padding-bottom: .25rem; font-weight: 700; text-decoration: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid rgba(255,255,255,.22); transition: .25s ease; }
.site-header.is-scrolled { position: fixed; background: rgba(4,59,67,.96); box-shadow: 0 8px 28px rgba(2,35,40,.24); backdrop-filter: blur(12px); }
.navbar { min-height: 82px; }
.brand { position: relative; display: inline-flex; align-items: center; min-width: 224px; text-decoration: none; }
.brand-logo { display: block; width: 225px; height: auto; filter: drop-shadow(0 2px 4px rgba(0,0,0,.2)); }
.nav-link { position: relative; margin: 0 .38rem; color: var(--white); font-size: .92rem; font-weight: 600; text-shadow: 0 1px 3px rgba(0,0,0,.32); }
.nav-link:hover { color: var(--white); }
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show { color: var(--sun); }
.nav-link.active::after { content: ""; position: absolute; right: .5rem; bottom: .2rem; left: .5rem; height: 2px; background: var(--sun); }
.site-header.is-scrolled .nav-link { color: var(--white); }
.site-header.is-scrolled .navbar-nav .nav-link.active { color: var(--sun); }
.navbar-toggler { border: 0; background: rgba(255,255,255,.94); }

.hero-home { position: relative; min-height: 675px; display: flex; align-items: center; overflow: hidden; color: var(--white); }
.hero-slider, .hero-slide { position: absolute; inset: 0; }
.hero-slide { background: var(--hero-image) var(--hero-position, center center) / cover no-repeat; opacity: 0; transform: scale(1.025); transition: opacity 1.1s ease, transform 8s linear; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,40,46,.88) 0%, rgba(3,40,46,.64) 42%, rgba(3,40,46,.08) 78%), linear-gradient(0deg, rgba(3,40,46,.42), transparent 50%); }
.hero-copy { position: relative; padding-top: 6rem; }
.hero-message { width: min(100%, 720px); border-left: 4px solid var(--sun); border-radius: 0 var(--radius) var(--radius) 0; margin-left: -.15rem; padding: 1.2rem 1.5rem 1.3rem; background: linear-gradient(90deg, rgba(3,40,46,.5), rgba(3,40,46,.1)); backdrop-filter: blur(2px); }
.hero-copy h1 { max-width: 700px; margin: 0; font-size: clamp(2.75rem, 5.2vw, 4.8rem); letter-spacing: -.055em; }
.hero-copy h1 span { display: block; margin-top: .22em; color: #ffd195; font-weight: 600; }
.hero-message > p { max-width: 590px; margin: 1.15rem 0 0; color: rgba(255,255,255,.9); font-size: clamp(1rem, 1.7vw, 1.15rem); }
.hero-trust { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.35rem; }
.hero-trust span { border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: .52rem .85rem; background: rgba(2,41,46,.35); font-size: .78rem; backdrop-filter: blur(5px); }
.hero-trust i { margin-right: .35rem; color: #ffd195; }
.hero-caption { position: absolute; right: 1rem; bottom: 1rem; color: rgba(255,255,255,.68); font-size: .65rem; }
.hero-controls { position: absolute; right: 1.25rem; bottom: 2.6rem; z-index: 3; display: flex; gap: .45rem; }
.hero-controls button { width: 28px; height: 4px; border: 0; border-radius: 999px; padding: 0; background: rgba(255,255,255,.45); }
.hero-controls button.is-active { background: var(--sun); }

.booking-wrap { position: relative; z-index: 20; margin-top: -42px; }
.booking-bar { display: grid; grid-template-columns: 1.35fr 1fr 1fr .65fr .65fr 1.45fr; gap: 0; align-items: stretch; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.booking-heading { padding: 1.2rem 1.4rem; background: var(--ocean); color: var(--white); }
.booking-heading span, .booking-heading strong { display: block; }
.booking-heading span { color: #b9dddd; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.booking-heading strong { margin-top: .15rem; font-family: var(--display); font-size: 1rem; }
.booking-bar label { display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); padding: .85rem 1rem; }
.booking-bar label span { color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.booking-bar input, .booking-bar select { width: 100%; border: 0; padding: .3rem 0 0; background: transparent; color: var(--ink); font: inherit; font-weight: 700; outline: none; }
.booking-bar input:focus, .booking-bar select:focus { box-shadow: 0 2px 0 var(--sun); }
.booking-bar .btn { margin: .65rem; }
.booking-feedback { min-height: 1.7rem; margin: .45rem 0 0; text-align: right; color: var(--ocean); font-size: .82rem; }
.booking-feedback i { margin-right: .3rem; }

.proof-strip { margin-top: 1.5rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.proof-strip .container { display: grid; grid-template-columns: auto auto 1fr auto; gap: 1.5rem; align-items: center; }
.proof-strip .container > div:first-child { display: flex; gap: .7rem; align-items: center; }
.proof-strip strong { font-family: var(--display); font-size: 2rem; }
.proof-strip span { font-size: .76rem; line-height: 1.3; }
.proof-strip small, .proof-source { color: var(--muted); }
.proof-stars { color: var(--sun); letter-spacing: .12em; }
.review-rotator { display: grid; min-width: 0; }
.proof-strip blockquote { grid-area: 1 / 1; margin: 0; color: var(--muted); font-family: var(--serif); font-size: 1.08rem; font-style: italic; opacity: 0; visibility: hidden; transform: translateY(5px); transition: opacity .45s ease, transform .45s ease, visibility .45s; }
.proof-strip blockquote.is-active { opacity: 1; visibility: visible; transform: translateY(0); }

.section-head { display: grid; grid-template-columns: 1.5fr .8fr; gap: 5rem; align-items: end; margin-bottom: 3.5rem; }
.section-head h2 { max-width: 780px; margin-bottom: 0; }
.section-head > p { color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.benefit-card { position: relative; min-height: 310px; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; background: var(--white); transition: .25s ease; }
.benefit-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.benefit-card > span { position: absolute; top: 1.3rem; right: 1.3rem; color: #9bafad; font-size: .65rem; }
.benefit-card i { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: var(--ocean-soft); color: var(--ocean); font-size: 1.35rem; }
.benefit-card h3 { margin: 2.5rem 0 .8rem; font-size: 1.45rem; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.real-stay { background: var(--sand); }
.real-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.real-photo { position: relative; }
.real-photo::before { content: ""; position: absolute; top: -1.25rem; left: -1.25rem; width: 45%; height: 55%; border-radius: var(--radius); background: var(--sun); }
.real-photo img { position: relative; display: block; width: 100%; aspect-ratio: 4 / 3; max-height: 500px; border-radius: var(--radius); object-fit: cover; object-position: center 42%; box-shadow: var(--shadow); }
.real-photo span, .photo-stack span { position: absolute; right: 1rem; bottom: 1rem; border-radius: 999px; padding: .45rem .7rem; background: rgba(255,255,255,.92); color: var(--ocean-dark); font-size: .65rem; font-weight: 700; }
.package-note { display: flex; gap: .7rem; align-items: flex-start; margin: 1.2rem 0; border-left: 3px solid var(--sun); border-radius: 0 .65rem .65rem 0; padding: .8rem 1rem; background: rgba(247,151,40,.09); color: var(--ocean-dark); font-size: .82rem; line-height: 1.5; }
.package-note i { flex: 0 0 auto; margin-top: .1rem; color: var(--sun-dark); font-size: 1rem; }
.package-note span { position: static; padding: 0; background: none; color: inherit; font-size: inherit; font-weight: 400; }
.accessibility-note { display: flex; gap: .8rem; align-items: center; margin: 1.2rem 0 1.5rem; border: 1px solid #b8d9d5; border-radius: .8rem; padding: .85rem 1rem; background: var(--ocean-soft); color: var(--ocean-dark); }
.accessibility-note > i { flex: 0 0 auto; color: var(--ocean); font-size: 1.55rem; }
.accessibility-note p { display: grid; gap: .15rem; margin: 0; font-size: .8rem; line-height: 1.45; }
.accessibility-note strong { font-size: .82rem; }
.accessibility-note span { color: var(--muted); }
.accessibility-note-wide { margin: 2rem 0 -2rem; padding: 1rem 1.2rem; }
.accessibility-note-wide .text-link { flex: 0 0 auto; margin-left: auto; white-space: nowrap; }
.real-copy > p { color: var(--muted); }
.check-list { list-style: none; margin: 1.5rem 0 2rem; padding: 0; }
.check-list li { margin: .65rem 0; }
.check-list i { margin-right: .65rem; color: var(--sun-dark); font-size: 1.2rem; }

.breakfast { background: var(--ocean-dark); color: var(--white); }
.breakfast-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.breakfast-copy > p:not(.eyebrow) { color: #bdd2d3; }
.rating-row { display: flex; gap: 1rem; align-items: center; margin-top: 2rem; }
.rating-row strong { color: #ffd195; font-family: var(--serif); font-size: 3.6rem; line-height: 1; }
.rating-row span { color: #bdd2d3; font-size: .78rem; }
.photo-stack { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: .8rem; }
.photo-stack img { width: 100%; height: 420px; border-radius: var(--radius); object-fit: cover; }
.photo-stack img:nth-child(2) { height: 320px; margin-top: 50px; }

.visual-gallery { background: var(--shell); }
.gallery-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2.5rem; }
.gallery-heading h2 { max-width: 760px; margin-bottom: 0; }
.home-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: .9rem; }
.home-gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); }
.home-gallery .gallery-wide { grid-column: span 2; }
.home-gallery figure:last-child { grid-column: span 2; }
.home-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.home-gallery figure:hover img { transform: scale(1.04); }
.home-gallery figcaption, .masonry-gallery figcaption { position: absolute; right: .8rem; bottom: .8rem; left: .8rem; color: var(--white); font-size: .78rem; font-weight: 700; text-shadow: 0 1px 4px rgba(0,0,0,.8); }

.neighborhood { background: var(--ocean-soft); }
.location-card { display: grid; grid-template-columns: 1.15fr .55fr .9fr; gap: 3rem; align-items: center; border-radius: var(--radius); padding: clamp(2.3rem, 5vw, 5rem); background: var(--white); box-shadow: var(--shadow); }
.location-card > div:first-child p:not(.eyebrow) { color: var(--muted); }
.distance-badge { display: flex; flex-direction: column; justify-content: center; min-height: 220px; border-radius: 50%; background: var(--sun); text-align: center; }
.distance-badge strong { font-family: var(--display); font-size: 4.1rem; line-height: .8; }
.distance-badge span { margin-top: .8rem; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.location-card ul { list-style: none; margin: 0; padding: 0; }
.location-card li { border-bottom: 1px solid var(--line); padding: 1rem 0; color: var(--muted); }
.location-card li b { display: block; color: var(--ocean); }

.identity-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.identity-grid img { width: 100%; height: auto; max-height: 500px; border-radius: var(--radius); background: var(--ocean-soft); object-fit: contain; }
.identity-grid p:not(.eyebrow) { max-width: 640px; color: var(--muted); font-size: 1.05rem; }
.final-cta { padding-top: 0; }
.final-cta-card { border-radius: var(--radius); padding: clamp(3rem, 8vw, 7rem) 1.5rem; background: linear-gradient(135deg, var(--ocean), var(--ocean-dark)); color: var(--white); text-align: center; }
.final-cta-card h2 { max-width: 850px; margin: 0 auto 1rem; }
.final-cta-card > p:not(.eyebrow) { color: #c9dddd; }
.final-cta-card small { display: block; margin-top: 1rem; color: #abc8ca; }

.page-hero { padding: clamp(9rem, 16vw, 13rem) 0 clamp(4rem, 8vw, 7rem); background: linear-gradient(135deg, var(--ocean-dark), var(--ocean)); color: var(--white); }
.page-hero h1 { max-width: 900px; font-size: clamp(3rem, 7vw, 6rem); }
.page-hero > div > p:last-of-type { max-width: 650px; color: #c6dbdc; }
.placeholder-card { border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(3rem, 8vw, 7rem); text-align: center; }
.placeholder-card i { color: var(--sun); font-size: 2.5rem; }
.placeholder-card h2 { margin-top: 1rem; font-size: 2.3rem; }
.placeholder-card p, .form-note { color: var(--muted); }
.info-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.map-placeholder { min-height: 380px; display: grid; place-content: center; background: var(--ocean-soft); color: var(--ocean); text-align: center; }
.map-placeholder i { font-size: 3rem; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.contact-grid > a, .contact-grid > div { display: flex; gap: 1rem; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; text-decoration: none; }
.contact-grid i { color: var(--sun-dark); font-size: 1.5rem; }
.contact-grid span { font-weight: 700; }
.contact-grid small { display: block; margin-top: .3rem; color: var(--muted); font-weight: 400; }
.form-note { margin-top: 2rem; text-align: center; }
.gallery-filter { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-bottom: 2rem; }
.gallery-filter > span { color: var(--muted); }
.masonry-gallery { columns: 3 280px; column-gap: 1rem; }
.masonry-gallery figure { position: relative; margin: 0 0 1rem; break-inside: avoid; overflow: hidden; border-radius: var(--radius); background: var(--sand); }
.masonry-gallery img { display: block; width: 100%; height: auto; transition: transform .4s ease; }
.masonry-gallery figure:hover img { transform: scale(1.025); }
.rooms-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 4rem; align-items: end; margin-bottom: 3rem; }
.rooms-intro > p { color: var(--muted); }
.room-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.room-cards article { border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; background: var(--white); }
.room-cards article > span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; background: var(--ocean-soft); color: var(--ocean); font-size: 1.3rem; }
.room-cards h3 { margin: 1.8rem 0 .7rem; font-size: 1.45rem; }
.room-cards p { color: var(--muted); }
.room-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; margin-top: 5rem; padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius); background: var(--sand); }
.room-showcase > img { width: 100%; max-height: 620px; border-radius: var(--radius); object-fit: cover; }
.whatsapp-contact { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: center; border-radius: var(--radius); padding: clamp(2rem, 6vw, 5rem); background: var(--ocean-soft); }
.whatsapp-icon { display: grid; width: 64px; height: 64px; place-items: center; border-radius: 50%; margin-bottom: 1.5rem; background: #25d366; color: #073b25; font-size: 2rem; }
.whatsapp-contact aside { border-radius: var(--radius); padding: 2rem; background: var(--white); box-shadow: var(--shadow); }
.whatsapp-contact aside h3 { font-size: 1.5rem; }
.whatsapp-contact aside li { margin: .65rem 0; color: var(--muted); }

.site-footer { padding: 5rem 0 1.5rem; background: #032f35; color: #abc5c7; }
.brand-light { color: var(--white); }
.site-footer h2 { margin-bottom: 1.4rem; color: var(--white); font-family: var(--sans); font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: .5rem 0; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 4rem; }
.footer-grid p { max-width: 360px; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); margin-top: 4rem; padding-top: 1.5rem; font-size: .76rem; }
.floating-whatsapp { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 900; display: flex; gap: .55rem; align-items: center; border-radius: 999px; padding: .8rem 1rem; background: #25d366; box-shadow: 0 10px 28px rgba(7,59,37,.28); color: #073b25; font-size: .82rem; font-weight: 800; text-decoration: none; transition: transform .2s ease; }
.floating-whatsapp:hover { color: #073b25; transform: translateY(-3px); }
.floating-whatsapp i { font-size: 1.2rem; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 991.98px) {
    .navbar-collapse { margin: 1rem -12px -1rem; padding: 1rem; background: var(--shell); }
    .navbar-collapse .nav-link { color: var(--ocean-dark); padding: .7rem; }
    .navbar-collapse .nav-link.active { color: var(--sun-dark); }
    .nav-link.active::after { display: none; }
    .booking-bar { grid-template-columns: repeat(4, 1fr); }
    .booking-heading { grid-column: 1 / -1; }
    .booking-bar .btn { grid-column: 1 / -1; min-height: 54px; }
    .proof-strip .container { grid-template-columns: auto 1fr auto; }
    .review-rotator { grid-column: 1 / -1; grid-row: 2; }
    .section-head { grid-template-columns: 1fr; gap: 1.5rem; }
    .benefit-grid { grid-template-columns: 1fr 1fr; }
    .real-grid, .breakfast-grid, .identity-grid { grid-template-columns: 1fr; }
    .real-photo img { min-height: 0; }
    .location-card { grid-template-columns: 1fr 220px; }
    .location-card ul { grid-column: 1 / -1; }
    .footer-grid { grid-template-columns: 1.4fr 1fr; }
    .home-gallery { grid-template-columns: 1fr 1fr; }
    .rooms-intro, .room-showcase, .whatsapp-contact { grid-template-columns: 1fr; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 575.98px) {
    .navbar { min-height: 74px; }
    .brand { min-width: 178px; }
    .brand-logo { width: 190px; }
    .hero-home { min-height: 590px; }
    .hero-shade { background: linear-gradient(90deg, rgba(3,40,46,.88), rgba(3,40,46,.35)), linear-gradient(0deg, rgba(3,40,46,.55), transparent); }
    .hero-copy { padding-top: 5rem; padding-bottom: 3rem; }
    .hero-message { padding: 1rem 1rem 1.1rem; }
    .hero-copy h1 { font-size: clamp(2.35rem, 11vw, 3.45rem); }
    .hero-caption { font-size: .55rem; }
    .booking-wrap { margin-top: 0; background: var(--ocean); padding: 1rem 0; }
    .booking-bar { grid-template-columns: 1fr 1fr; border-radius: .8rem; }
    .booking-heading { grid-column: 1 / -1; }
    .booking-bar label { min-width: 0; border-bottom: 1px solid var(--line); }
    .booking-bar label:nth-of-type(1), .booking-bar label:nth-of-type(2) { grid-column: 1 / -1; }
    .booking-bar .btn { grid-column: 1 / -1; margin: .5rem; }
    .booking-feedback { color: var(--white); text-align: left; }
    .proof-strip .container { grid-template-columns: 1fr auto; gap: .75rem; }
    .proof-source { grid-column: 1 / -1; }
    .proof-strip blockquote { font-size: .95rem; }
    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-card { min-height: auto; }
    .real-photo::before { display: none; }
    .real-photo img { min-height: 0; max-height: 340px; }
    .accessibility-note-wide { align-items: flex-start; flex-wrap: wrap; margin-bottom: -1rem; }
    .accessibility-note-wide .text-link { width: 100%; margin-left: 2.35rem; white-space: normal; }
    .photo-stack { grid-template-columns: 1fr; }
    .photo-stack img, .photo-stack img:nth-child(2) { height: 280px; margin: 0; }
    .location-card { grid-template-columns: 1fr; padding: 2rem; }
    .distance-badge { width: 190px; min-height: 190px; margin: auto; }
    .location-card ul { grid-column: auto; }
    .contact-grid, .footer-grid { grid-template-columns: 1fr; }
    .gallery-heading, .gallery-filter { display: block; }
    .gallery-heading .text-link, .gallery-filter .btn { margin-top: 1.5rem; }
    .home-gallery { grid-template-columns: 1fr; grid-auto-rows: 240px; }
    .home-gallery .gallery-wide, .home-gallery figure:last-child { grid-column: auto; }
    .room-cards { grid-template-columns: 1fr; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { display: block; }
    .footer-bottom span { display: block; margin: .3rem 0; }
    .floating-whatsapp { right: .8rem; bottom: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .benefit-card, .btn { transition: none; }
    .hero-slide { transform: none; transition: none; }
}
