:root {
    --ink: #111111;
    --ink-soft: #2a2a2a;
    --paper: #f5f3ee;
    --white: #ffffff;
    --line: #dedbd3;
    --muted: #686762;
    --accent: #1e65d6;
    --accent-dark: #164da5;
    --success: #12623c;
    --danger: #9d2d2d;
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.12);
    --radius-sm: 14px;
    --radius: 24px;
    --radius-lg: 36px;
    --shell: min(1240px, calc(100% - 40px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "DM Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

button,
input,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 3px solid #78a9f5;
    outline-offset: 3px;
}

.shell {
    width: var(--shell);
    margin-inline: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    left: 18px;
    top: -100px;
    z-index: 1000;
    background: var(--white);
    color: var(--ink);
    padding: 12px 18px;
    border-radius: 10px;
    transition: top 0.2s ease;
}

.skip-link:focus {
    top: 18px;
}

.preview-ribbon {
    min-height: 32px;
    padding: 7px 20px;
    background: #e9e5db;
    color: #4d4b45;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(17, 17, 17, 0.94);
    color: var(--white);
    backdrop-filter: blur(16px);
}

.header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.brand {
    text-decoration: none;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.06em;
}

.brand span {
    color: #79a8f0;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: auto;
}

.desktop-nav a,
.language-switch a,
.portal-nav-link {
    text-decoration: none;
    color: #d4d4d0;
    font-size: 14px;
    transition: color 0.2s ease;
}

.desktop-nav a:hover,
.language-switch a:hover,
.portal-nav-link:hover,
.language-switch a[aria-current="page"] {
    color: var(--white);
}

.header-actions,
.language-switch {
    display: flex;
    align-items: center;
}

.portal-nav-link {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
    font-weight: 600;
}

.header-actions {
    gap: 18px;
}

.language-switch {
    gap: 7px;
    color: #6e6e6b;
}

.menu-button {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    border: 1px solid #3a3a3a;
    border-radius: 50%;
    background: transparent;
    color: var(--white);
}

.menu-button span:not(.sr-only) {
    width: 18px;
    height: 1px;
    background: currentColor;
}

.mobile-nav {
    position: fixed;
    inset: 108px 0 auto;
    padding: 26px 20px 34px;
    background: var(--ink);
    border-top: 1px solid #303030;
}

.mobile-nav a {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #2e2e2e;
    color: var(--white);
    text-decoration: none;
    font-size: 20px;
}

.button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-small {
    min-height: 42px;
    padding: 10px 18px;
    font-size: 14px;
}

.button-wide {
    width: 100%;
}

.button-primary {
    background: var(--accent);
    color: var(--white);
}

.button-primary:hover {
    background: var(--accent-dark);
}

.button-dark {
    background: var(--ink);
    color: var(--white);
    border-color: var(--ink);
}

.button-dark:hover {
    background: #2c2c2c;
}

.button-light {
    background: var(--white);
    color: var(--ink);
}

.button-outline {
    background: transparent;
    border-color: #b9b6ae;
    color: var(--ink);
}

.button-outline:hover {
    border-color: var(--ink);
    background: var(--white);
}

.hero {
    position: relative;
    min-height: 740px;
    display: flex;
    align-items: center;
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center;
    color: var(--white);
    isolation: isolate;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(10, 10, 10, 0.88) 0%, rgba(10, 10, 10, 0.62) 48%, rgba(10, 10, 10, 0.2) 100%),
        linear-gradient(0deg, rgba(10, 10, 10, 0.55), transparent 60%);
}

.hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.72fr);
    gap: clamp(40px, 8vw, 110px);
    align-items: center;
    padding-block: 86px 100px;
}

.hero-copy {
    max-width: 720px;
}

.eyebrow {
    margin: 0 0 14px;
    color: #686762;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.eyebrow.light {
    color: #d4d1ca;
}

.hero h1,
.section-heading h2,
.experience-copy h2,
.location-copy h2,
.faq-intro h2,
.direct-cta h2 {
    font-family: "Newsreader", serif;
    font-weight: 400;
    letter-spacing: -0.035em;
}

.hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(48px, 6vw, 82px);
    line-height: 0.98;
}

.hero-lead {
    max-width: 650px;
    margin: 26px 0 30px;
    color: #e0dfdc;
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.55;
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-proof span {
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.22);
    font-size: 13px;
    backdrop-filter: blur(10px);
}

.search-card {
    width: 100%;
    min-width: 0;
    padding: 30px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.97);
    color: var(--ink);
    box-shadow: var(--shadow);
}

.search-heading,
.unit-title-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.search-heading {
    align-items: flex-start;
    margin-bottom: 22px;
}

.search-heading h2 {
    margin: 0;
    font-family: "Newsreader", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
}

.search-fields {
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.search-fields label:last-child {
    grid-column: 1 / -1;
}

.search-fields label {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.search-fields label > span {
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.search-fields input,
.search-fields select {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    display: block;
    height: 54px;
    padding: 0 15px;
    border: 1px solid #ccc9c0;
    border-radius: 13px;
    background: var(--white);
    color: var(--ink);
}

.search-fields input:hover,
.search-fields select:hover {
    border-color: #87847c;
}

.calendar-context {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: -2px 0 14px;
    color: #77746d;
    font-size: 12px;
    line-height: 1.4;
}

.calendar-context strong {
    color: #242320;
    font-weight: 800;
}

.calendar-context strong::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 50%;
    background: #2d7552;
}

.search-note,
.card-note {
    color: var(--muted);
    text-align: center;
    font-size: 12px;
    line-height: 1.45;
}

.search-note {
    margin: 13px 0 0;
}

.trust-bar {
    background: var(--white);
    border-bottom: 1px solid var(--line);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.trust-grid div {
    padding: 24px 28px;
    border-left: 1px solid var(--line);
}

.trust-grid div:last-child {
    border-right: 1px solid var(--line);
}

.trust-grid strong,
.trust-grid span {
    display: block;
}

.trust-grid strong {
    margin-bottom: 4px;
    font-size: 14px;
}

.trust-grid span {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.4;
}

.section {
    padding-block: clamp(80px, 10vw, 140px);
}

.section-heading {
    margin-bottom: 48px;
}

.section-heading h2,
.experience-copy h2,
.location-copy h2,
.faq-intro h2 {
    margin: 0;
    font-size: clamp(38px, 5vw, 60px);
    line-height: 1.02;
}

.split-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.65fr);
    gap: 60px;
    align-items: end;
}

.split-heading > p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.65;
}

.search-feedback {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: -20px 0 30px;
    padding: 17px 20px;
    border: 1px solid rgba(18, 98, 60, 0.28);
    border-radius: var(--radius-sm);
    background: rgba(18, 98, 60, 0.07);
    color: var(--success);
}

.search-feedback.is-error {
    border-color: rgba(157, 45, 45, 0.28);
    background: rgba(157, 45, 45, 0.07);
    color: var(--danger);
}

.search-feedback span {
    text-align: right;
}

.unit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.unit-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.unit-card.is-unavailable {
    opacity: 0.82;
}

.unit-image {
    position: relative;
    min-height: 400px;
    display: block;
    overflow: hidden;
    background: #d4d1ca;
}

.unit-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 40%, rgba(0, 0, 0, 0.38));
}

.unit-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.unit-image:hover img {
    transform: scale(1.035);
}

.unit-badge,
.photo-link {
    position: absolute;
    z-index: 2;
    border-radius: 999px;
    backdrop-filter: blur(12px);
}

.unit-badge {
    left: 20px;
    top: 20px;
    padding: 9px 13px;
    background: rgba(17, 17, 17, 0.76);
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
}

.photo-link {
    right: 20px;
    bottom: 20px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--ink);
    font-size: 12px;
    font-weight: 700;
}

.unit-body {
    padding: 30px;
}

.unit-title-row {
    align-items: flex-start;
}

.unit-title-row h3 {
    margin: 0;
    font-size: 28px;
    letter-spacing: -0.04em;
}

.unit-price {
    margin: 0;
    text-align: right;
    white-space: nowrap;
}

.unit-price span,
.unit-price strong,
.unit-price small {
    display: block;
}

.unit-price span,
.unit-price small {
    color: var(--muted);
    font-size: 11px;
}

.unit-price strong {
    margin: 3px 0;
    font-size: 20px;
}

.feature-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 26px 0 16px;
    padding: 0;
    list-style: none;
}

.feature-list li {
    padding: 13px;
    border-radius: 12px;
    background: var(--paper);
    color: var(--ink-soft);
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.shared-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-bottom: 26px;
    color: var(--muted);
    font-size: 13px;
}

.shared-features span::before {
    content: "✓";
    margin-right: 6px;
    color: var(--success);
    font-weight: 700;
}

.availability-message {
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #f4e8e8;
    color: var(--danger);
}

.availability-message strong,
.availability-message span {
    display: block;
}

.availability-message span {
    margin-top: 4px;
    font-size: 13px;
}

.card-note {
    margin: 12px 0 0;
}

.experience-section {
    background: var(--ink);
    color: var(--white);
}

.experience-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    gap: clamp(60px, 10vw, 140px);
}

.experience-copy {
    position: sticky;
    top: 130px;
    align-self: start;
}

.experience-copy p:not(.eyebrow) {
    margin: 28px 0;
    color: #c8c7c3;
    font-size: 17px;
    line-height: 1.75;
}

.text-link {
    display: inline-flex;
    gap: 8px;
    color: inherit;
    font-weight: 700;
    text-underline-offset: 5px;
}

.journey-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.journey-list li {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 24px;
    padding: 30px 0;
    border-top: 1px solid #383838;
}

.journey-list li:last-child {
    border-bottom: 1px solid #383838;
}

.journey-list > li > span {
    color: #7ea9eb;
    font-size: 13px;
    font-weight: 700;
}

.journey-list strong {
    font-size: 21px;
}

.journey-list p {
    margin: 8px 0 0;
    color: #aaa9a5;
    line-height: 1.6;
}

.gallery-section {
    padding-block: clamp(80px, 10vw, 130px);
    background: var(--white);
}

.gallery-heading {
    max-width: 800px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 270px 270px;
    gap: 14px;
}

.gallery-item {
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #d4d1ca;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-item-1 { grid-column: span 6; grid-row: span 2; }
.gallery-item-2,
.gallery-item-3 { grid-column: span 3; }
.gallery-item-4,
.gallery-item-5,
.gallery-item-6 { grid-column: span 2; }

.location-card {
    display: grid;
    grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
    min-height: 540px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #dedbd2;
}

.location-visual {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        linear-gradient(115deg, transparent 47%, rgba(17, 17, 17, 0.06) 47%, rgba(17, 17, 17, 0.06) 49%, transparent 49%),
        linear-gradient(25deg, transparent 46%, rgba(17, 17, 17, 0.05) 46%, rgba(17, 17, 17, 0.05) 48%, transparent 48%),
        #cfcbc1;
}

.location-visual p {
    position: absolute;
    left: 42px;
    bottom: 36px;
    margin: 0;
    font-family: "Newsreader", serif;
    font-size: 48px;
    line-height: 0.8;
}

.map-pin {
    position: relative;
    z-index: 2;
    width: 32px;
    height: 32px;
    border: 9px solid var(--white);
    border-radius: 50% 50% 50% 0;
    background: var(--accent);
    transform: rotate(-45deg);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
}

.map-ring {
    position: absolute;
    border: 1px solid rgba(17, 17, 17, 0.18);
    border-radius: 50%;
}

.ring-one { width: 180px; height: 180px; }
.ring-two { width: 330px; height: 330px; }

.location-copy {
    padding: clamp(42px, 7vw, 90px);
    background: var(--white);
}

.location-copy > p:not(.eyebrow) {
    max-width: 580px;
    margin: 26px 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}

.location-copy address {
    margin-bottom: 28px;
    color: var(--ink-soft);
    font-style: normal;
    line-height: 1.6;
}

.faq-section {
    background: var(--white);
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
    gap: clamp(50px, 9vw, 120px);
}

.faq-intro > p:not(.eyebrow) {
    margin: 26px 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.accordion-list details {
    border-top: 1px solid var(--line);
}

.accordion-list details:last-of-type {
    border-bottom: 1px solid var(--line);
}

.accordion-list summary {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    list-style: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
}

.accordion-list summary::-webkit-details-marker {
    display: none;
}

.accordion-list summary span {
    font-size: 24px;
    font-weight: 400;
    transition: transform 0.2s ease;
}

.accordion-list details[open] summary span {
    transform: rotate(45deg);
}

.accordion-list details p {
    max-width: 680px;
    margin: -4px 50px 28px 0;
    color: var(--muted);
    line-height: 1.65;
}

.faq-more {
    margin-top: 28px;
}

.direct-cta {
    padding-block: 70px;
    background: var(--accent);
    color: var(--white);
}

.direct-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.direct-cta h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1;
}

.site-footer {
    padding: 76px 0 26px;
    background: #0d0d0d;
    color: var(--white);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.55fr repeat(3, 1fr);
    gap: 60px;
    padding-bottom: 60px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 22px;
}

.footer-brand > p {
    max-width: 350px;
    margin: 0;
    color: #a8a8a5;
    line-height: 1.65;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
}

.footer-contact a,
.footer-grid li a {
    color: #d1d1ce;
    text-decoration: none;
}

.footer-contact a:hover,
.footer-grid li a:hover {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-grid h3 {
    margin: 0 0 20px;
    color: #8f8f8c;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-grid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-grid li + li {
    margin-top: 14px;
}

.footer-grid li a {
    font-size: 14px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-top: 26px;
    border-top: 1px solid #2a2a2a;
    color: #8f8f8c;
    font-size: 12px;
}

.footer-bottom p {
    margin: 0;
}

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 90;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    color: #072b15;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.mobile-booking-bar {
    display: none;
}

@media (max-width: 1040px) {
    .desktop-nav,
    .header-actions .button-small,
    .header-actions .portal-nav-link {
        display: none;
    }

    .menu-button {
        display: flex;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .hero-copy {
        padding-top: 20px;
    }

    .search-card {
        max-width: 720px;
    }

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-grid div:nth-child(3) {
        border-top: 1px solid var(--line);
    }

    .trust-grid div:nth-child(4) {
        border-top: 1px solid var(--line);
        border-right: 1px solid var(--line);
    }

    .unit-grid {
        grid-template-columns: 1fr;
    }

    .unit-card {
        display: grid;
        grid-template-columns: 0.95fr 1.05fr;
    }

    .unit-image {
        min-height: 100%;
    }

    .footer-grid {
        grid-template-columns: 1.4fr repeat(2, 1fr);
    }

    .footer-grid > div:last-child {
        grid-column: 2 / 4;
    }
}

@media (max-width: 780px) {
    :root {
        --shell: min(100% - 30px, 1240px);
    }

    .preview-ribbon {
        font-size: 11px;
    }

    .header-inner {
        min-height: 68px;
    }

    .header-actions {
        gap: 12px;
    }

    .calendar-context {
        display: block;
        margin-top: 0;
    }

    .calendar-context span {
        display: block;
        margin: 3px 0 0 14px;
    }

    .language-switch {
        font-size: 12px;
    }

    .mobile-nav {
        inset: 100px 0 auto;
    }

    .hero {
        min-height: auto;
        background-position: 60% center;
    }

    .hero-overlay {
        background: linear-gradient(180deg, rgba(10, 10, 10, 0.58) 0%, rgba(10, 10, 10, 0.9) 58%, rgba(10, 10, 10, 0.96) 100%);
    }

    .hero-content {
        padding-block: 70px 40px;
        gap: 40px;
    }

    .hero h1 {
        font-size: clamp(43px, 13vw, 62px);
    }

    .hero-lead {
        font-size: 17px;
    }

    .search-card {
        padding: 24px 20px;
        border-radius: 26px;
    }

    .search-heading h2 {
        font-size: 30px;
    }

    .search-fields {
        grid-template-columns: 1fr;
    }

    .search-fields label:last-child {
        grid-column: auto;
    }

    .search-fields input[type="date"] {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        -webkit-appearance: none;
        appearance: none;
    }

    .search-fields input[type="date"]::-webkit-date-and-time-value {
        min-width: 0;
        text-align: left;
    }

    .trust-grid {
        grid-template-columns: 1fr;
    }

    .trust-grid div {
        display: grid;
        grid-template-columns: 0.9fr 1.1fr;
        align-items: center;
        gap: 18px;
        padding: 18px 4px;
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .trust-grid div:first-child {
        border-top: 0;
    }

    .trust-grid div:last-child,
    .trust-grid div:nth-child(4) {
        border-right: 0;
    }

    .split-heading,
    .experience-layout,
    .location-card,
    .faq-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .section-heading h2,
    .experience-copy h2,
    .location-copy h2,
    .faq-intro h2 {
        font-size: clamp(38px, 11vw, 52px);
    }

    .search-feedback,
    .direct-cta-inner,
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-feedback span {
        text-align: left;
    }

    .unit-card {
        display: block;
    }

    .unit-image {
        min-height: 340px;
    }

    .unit-body {
        padding: 24px 20px;
    }

    .unit-title-row {
        flex-direction: column;
    }

    .unit-price {
        text-align: left;
    }

    .feature-list {
        grid-template-columns: 1fr;
    }

    .feature-list li {
        text-align: left;
    }

    .experience-copy {
        position: static;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 220px);
    }

    .gallery-item-1,
    .gallery-item-2,
    .gallery-item-3,
    .gallery-item-4,
    .gallery-item-5,
    .gallery-item-6 {
        grid-column: span 1;
        grid-row: span 1;
    }

    .location-visual {
        min-height: 340px;
    }

    .location-copy {
        padding: 38px 24px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 44px 24px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-grid > div:last-child {
        grid-column: auto;
    }

    .footer-bottom {
        gap: 12px;
    }

    .whatsapp-float {
        right: 16px;
        bottom: 78px;
        width: 52px;
        height: 52px;
    }

    .mobile-booking-bar {
        position: fixed;
        left: 14px;
        right: 14px;
        bottom: 12px;
        z-index: 80;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: var(--accent);
        color: var(--white);
        text-decoration: none;
        font-weight: 700;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .mobile-booking-bar.is-hidden,
    body.booking-form-visible .whatsapp-float {
        opacity: 0;
        pointer-events: none;
        transform: translateY(24px);
    }

    .site-footer {
        padding-bottom: 92px;
    }
}

@media (max-width: 480px) {
    .language-switch {
        display: none;
    }

    .search-heading {
        flex-direction: column;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 230px);
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-brand,
    .footer-grid > div:last-child {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
.availability-alert-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    color: #8c4038;
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.availability-alert-link:hover {
    color: #5f2924;
}
