:root {
    --primary-color: #ffffff;
    --secondary-color: #228b22;
    --secondary-dark: #1a6c1a;
    --secondary-soft: #e6f3e3;
    --text-color: #213128;
    --muted-color: #5f6f67;
    --surface-color: #f8fbf7;
    --surface-strong: #eef6eb;
    --border-color: rgba(34, 139, 34, 0.16);
    --shadow-soft: 0 18px 45px rgba(20, 42, 27, 0.08);
    --shadow-strong: 0 24px 70px rgba(12, 24, 16, 0.18);
    --radius-sm: 14px;
    --radius-md: 24px;
    --radius-lg: 36px;
    --content-width: min(1160px, 92vw);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Source Sans 3", Arial, sans-serif;
    background:
        radial-gradient(circle at top, rgba(34, 139, 34, 0.08), transparent 36%),
        linear-gradient(180deg, #fcfdfb 0%, #f7faf6 100%);
    color: var(--text-color);
    line-height: 1.6;
}

a {
    color: inherit;
}

a:hover,
a:focus {
    color: var(--secondary-color);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}

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

.container {
    width: var(--content-width);
    margin: 0 auto;
}

.site-header {
    position: relative;
    color: #ffffff;
    background:
        linear-gradient(180deg, rgba(7, 17, 11, 0.52), rgba(7, 17, 11, 0.3) 20%, rgba(7, 17, 11, 0.66) 100%),
        url("6.png") center/cover no-repeat;
}

.site-header::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 180px;
    background: linear-gradient(180deg, rgba(247, 250, 246, 0), #f7faf6 88%);
    pointer-events: none;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.35rem 0 0;
    position: relative;
    z-index: 2;
}

.logo {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #ffffff;
}

.primary-nav {
    padding: 0.45rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.primary-nav ul {
    list-style: none;
    display: flex;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
}

.primary-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 2.6rem;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.primary-nav a:hover,
.primary-nav a:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
}

.nav-toggle {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 12px;
    padding: 0.45rem 0.55rem;
    display: none;
    flex-direction: column;
    gap: 0.25rem;
    cursor: pointer;
}

.nav-toggle-bar {
    width: 22px;
    height: 2px;
    background-color: #ffffff;
    display: block;
}

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

.hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: center;
    padding: 4rem 0 8rem;
    z-index: 1;
}

.hero-content {
    width: min(760px, 100%);
    padding: clamp(1.75rem, 3vw, 2.4rem);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(8, 16, 10, 0.4), rgba(8, 16, 10, 0.2));
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-strong);
}

.eyebrow,
.section-kicker,
.info-label {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    font-weight: 700;
}

.eyebrow {
    margin: 0 0 0.85rem;
    color: rgba(255, 255, 255, 0.82);
}

.hero-content h1,
section h2,
.policy-card h3,
.booking-panel h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
}

.hero-content h1 {
    font-size: clamp(4rem, 10vw, 6rem);
    line-height: 0.92;
    margin: 0;
}

.subtitle {
    margin: 1rem 0 0.8rem;
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    max-width: 18ch;
}

.hero-details {
    font-size: 1.1rem;
    margin: 0;
    max-width: 40rem;
    color: rgba(255, 255, 255, 0.84);
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.5rem 0 1.35rem;
}

.hero-trust span {
    display: inline-flex;
    align-items: center;
    min-height: 2.5rem;
    padding: 0.4rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-weight: 600;
}

.hero-actions,
.about-actions,
.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.hero-actions {
    margin-top: 1.8rem;
}

.booking-note {
    margin: 1rem 0 0;
    max-width: 38rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.98rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.2rem;
    padding: 0.85rem 1.45rem;
    border-radius: 999px;
    border: 1px solid transparent;
    background-color: var(--secondary-color);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.button:hover,
.button:focus {
    background-color: var(--secondary-dark);
    color: #ffffff;
    transform: translateY(-1px);
}

.button.secondary {
    background-color: transparent;
    color: var(--secondary-color);
    border-color: rgba(34, 139, 34, 0.28);
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #ffffff;
}

.booking-button {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.28);
    color: #ffffff;
}

.booking-button:hover,
.booking-button:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

section {
    padding: 5.5rem 0;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 2.4rem;
    text-align: center;
}

.section-kicker,
.info-label {
    color: var(--secondary-color);
}

section h2 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 0.95;
    color: var(--text-color);
    margin: 0.25rem 0 0.9rem;
}

.section-intro {
    margin: 0;
    font-size: 1.12rem;
    color: var(--muted-color);
}

.about .container,
.rates .container {
    max-width: 1120px;
}

.about-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.95fr);
    gap: 2rem;
    align-items: start;
}

.about-text,
.contact-panel,
.booking-panel,
.contact-map iframe,
.highlight,
.policy-card,
.amenity,
.gallery-carousel {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-soft);
}

.about-text,
.contact-panel,
.booking-panel {
    padding: 2rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
}

.about-text {
    display: grid;
    gap: 1.35rem;
}

.about-text p,
.about-text address,
.contact-info p {
    margin: 0;
}

.about-highlights {
    display: grid;
    gap: 1rem;
}

.info-card,
.policy-card {
    padding: 1.45rem;
    border: 1px solid var(--border-color);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff, var(--surface-color));
}

.info-card strong {
    display: block;
    margin: 0.55rem 0 0.45rem;
    font-size: 1.2rem;
    color: var(--text-color);
}

.info-card p,
.policy-card p,
.booking-panel p {
    margin: 0;
    color: var(--muted-color);
}

.amenities {
    background:
        linear-gradient(180deg, rgba(34, 139, 34, 0.05), rgba(34, 139, 34, 0.02)),
        transparent;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.amenity {
    min-height: 76px;
    padding: 0.85rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    color: var(--secondary-dark);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(236, 250, 236, 0.28), rgba(120, 198, 120, 0.16)),
        rgba(34, 139, 34, 0.18);
    backdrop-filter: blur(14px) saturate(132%);
    -webkit-backdrop-filter: blur(14px) saturate(132%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.amenity::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 58%);
    opacity: 0.9;
    pointer-events: none;
}

.rates-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.policy-card h3 {
    margin: 0.55rem 0 0.45rem;
    font-size: 2rem;
    line-height: 1;
    color: var(--text-color);
}

.highlight {
    margin-top: 1.3rem;
    padding: 1.35rem 1.5rem;
    border: 1px solid rgba(34, 139, 34, 0.18);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(230, 243, 227, 0.8), rgba(255, 255, 255, 0.95));
}

.highlight p {
    margin: 0;
}

.gallery {
    overflow: hidden;
}

.gallery-carousel {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: clamp(1rem, 2vw, 1.4rem);
    border: 1px solid rgba(34, 139, 34, 0.12);
    border-radius: 30px;
}

.gallery-viewport {
    overflow: hidden;
    width: 100%;
}

.gallery-track {
    display: flex;
    will-change: transform;
    transition: none;
}

.gallery-slide {
    flex: 0 0 calc(100% / 3);
    padding: 0 0.65rem;
}

.gallery-image-button {
    display: block;
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: zoom-in;
}

.gallery-slide img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    box-shadow: 0 16px 38px rgba(10, 18, 12, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery-image-button:hover img,
.gallery-image-button:focus-visible img {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(10, 18, 12, 0.2);
}

.gallery-control {
    width: 3rem;
    height: 3rem;
    border: 0;
    border-radius: 999px;
    background: var(--surface-strong);
    color: var(--secondary-color);
    font-size: 1.5rem;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.gallery-control:hover,
.gallery-control:focus-visible {
    background: var(--secondary-color);
    color: #ffffff;
    transform: scale(1.05);
}

.gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 1.5rem;
}

.gallery-modal[hidden] {
    display: none;
}

.gallery-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(14px);
}

.gallery-modal-content {
    position: relative;
    z-index: 1;
    width: min(92vw, 960px);
}

.gallery-modal-image {
    width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.gallery-modal-close,
.gallery-modal-nav {
    position: absolute;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--text-color);
    cursor: pointer;
}

.gallery-modal-close {
    top: -0.85rem;
    right: -0.25rem;
    width: 2.75rem;
    height: 2.75rem;
    font-size: 2rem;
    line-height: 1;
}

.gallery-modal-nav {
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    z-index: 2;
}

.gallery-modal-prev {
    left: 1rem;
}

.gallery-modal-next {
    right: 1rem;
}

figure {
    margin: 0;
}

figcaption {
    margin-top: 0.8rem;
    text-align: center;
    color: var(--muted-color);
    font-size: 0.96rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 1.5rem;
    align-items: stretch;
}

.contact-info {
    display: grid;
    gap: 1rem;
}

.contact-panel {
    display: grid;
    gap: 0.6rem;
}

.booking-panel {
    display: grid;
    gap: 1.2rem;
    background: linear-gradient(180deg, #ffffff, var(--surface-color));
}

.booking-panel h3 {
    margin: 0.45rem 0;
    font-size: 2rem;
    line-height: 1;
}

.booking-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.booking-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.8rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(34, 139, 34, 0.18);
    background: var(--surface-strong);
    color: var(--text-color);
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.booking-link:hover,
.booking-link:focus {
    transform: translateY(-2px);
    background: #ffffff;
    border-color: rgba(34, 139, 34, 0.34);
    color: var(--secondary-color);
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 460px;
    border: 1px solid rgba(34, 139, 34, 0.12);
    border-radius: var(--radius-md);
}

.site-footer {
    background: linear-gradient(135deg, var(--secondary-dark), var(--secondary-color));
    color: #ffffff;
    padding: 2.4rem 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: center;
}

.footer-content p {
    margin: 0.2rem 0;
}

.footer-logo {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
    font-size: 1.8rem;
}

.site-footer a {
    color: #ffffff;
    text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
    text-decoration: underline;
}

@media (min-width: 961px) {
    .site-header {
        min-height: 100vh;
        background-position: center center;
    }

    .site-header::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            radial-gradient(circle at 82% 28%, rgba(230, 243, 227, 0.14), transparent 22%),
            linear-gradient(90deg, rgba(6, 12, 8, 0.78) 0%, rgba(6, 12, 8, 0.44) 42%, rgba(6, 12, 8, 0.18) 72%, rgba(6, 12, 8, 0.5) 100%);
        pointer-events: none;
    }

    .header-content,
    .hero {
        position: relative;
        z-index: 2;
    }

    .header-content {
        width: min(1240px, 92vw);
        padding-top: 1.6rem;
    }

    .primary-nav {
        padding: 0.5rem;
        border-color: rgba(255, 255, 255, 0.16);
        background: rgba(255, 255, 255, 0.06);
        backdrop-filter: blur(18px);
    }

    .primary-nav a {
        min-height: 2.75rem;
        padding: 0.45rem 1.1rem;
    }

    .hero {
        min-height: calc(100vh - 92px);
        align-items: flex-end;
        padding: 4.5rem 0 7rem;
    }

    .hero-content {
        position: relative;
        width: min(920px, 72vw);
        margin-left: clamp(3rem, 6vw, 6rem);
        padding: 2.7rem 2.9rem 2.35rem;
        border-radius: 42px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background:
            linear-gradient(180deg, rgba(8, 16, 10, 0.4), rgba(8, 16, 10, 0.2));
        backdrop-filter: blur(10px);
        box-shadow: var(--shadow-strong);
    }

    .hero-content h1 {
        font-size: clamp(5rem, 8vw, 7.2rem);
        letter-spacing: -0.03em;
    }

    .subtitle {
        margin: 1.1rem 0 0.95rem;
        max-width: 28ch;
        font-size: clamp(1.55rem, 2.2vw, 2.15rem);
        line-height: 1.05;
    }

    .hero-details {
        max-width: 42rem;
        font-size: 1.05rem;
    }

    .hero-trust {
        margin: 1.7rem 0 1.35rem;
        gap: 0.65rem;
    }

    .hero-trust span {
        min-height: 2.35rem;
        padding: 0.35rem 0.9rem;
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.12);
    }

    .hero-actions {
        margin-top: 1.4rem;
        gap: 0.8rem;
    }

    .button {
        min-height: 3.2rem;
        padding: 0.85rem 1.4rem;
    }

    .booking-note {
        max-width: 40rem;
        margin-top: 1rem;
    }
}

@media (max-width: 960px) {
    .about-layout,
    .contact-grid,
    .rates-content {
        grid-template-columns: 1fr;
    }

    .about-layout,
    .contact-grid {
        gap: 1.35rem;
    }

    .section-heading {
        margin-bottom: 2rem;
    }

    .contact-map iframe {
        min-height: 360px;
    }
}

@media (max-width: 768px) {
    .container {
        width: min(100% - 2rem, 680px);
    }

    .header-content {
        padding-top: 0.9rem;
        align-items: center;
    }

    .primary-nav {
        position: absolute;
        top: calc(100% + 0.55rem);
        right: 0;
        width: min(280px, calc(100vw - 2rem));
        padding: 0.65rem;
        border-radius: 18px;
        background-color: rgba(8, 16, 10, 0.88);
        border: 1px solid rgba(255, 255, 255, 0.14);
        box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
        transform: translateY(-8px);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    .primary-nav.open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .primary-nav ul {
        flex-direction: column;
        gap: 0.2rem;
    }

    .primary-nav a {
        width: 100%;
        min-height: 2.9rem;
        padding-inline: 0.9rem;
    }

    .nav-toggle {
        display: inline-flex;
        z-index: 3;
    }

    .hero {
        min-height: auto;
        padding: 2.4rem 0 4.8rem;
    }

    .hero-content {
        width: 100%;
        max-width: 38rem;
        padding: 1.5rem;
        border-radius: 26px;
    }

    .eyebrow {
        margin-bottom: 0.7rem;
        font-size: 0.72rem;
        letter-spacing: 0.15em;
    }

    .hero-content h1 {
        font-size: clamp(3.6rem, 14vw, 4.8rem);
    }

    .subtitle {
        margin-top: 0.7rem;
        margin-bottom: 0.7rem;
        font-size: clamp(1.22rem, 4.2vw, 1.7rem);
        max-width: 20ch;
    }

    .hero-details {
        font-size: 1rem;
        max-width: 34rem;
    }

    .hero-trust {
        gap: 0.55rem;
        margin: 1.2rem 0 1rem;
    }

    .hero-trust span {
        min-height: 2.25rem;
        padding: 0.35rem 0.75rem;
        font-size: 0.92rem;
    }

    .hero-actions {
        margin-top: 1.2rem;
        gap: 0.75rem;
    }

    .button {
        min-height: 3.05rem;
        padding: 0.8rem 1.2rem;
    }

    .booking-note {
        margin-top: 0.8rem;
        font-size: 0.92rem;
        line-height: 1.45;
    }

    section {
        padding: 4.6rem 0;
    }

    .section-heading {
        margin-bottom: 1.7rem;
    }

    .section-intro {
        font-size: 1rem;
    }

    section h2 {
        font-size: clamp(2.2rem, 8vw, 3.2rem);
        margin-bottom: 0.65rem;
    }

    .about-text,
    .contact-panel,
    .booking-panel {
        padding: 1.55rem;
        border-radius: 22px;
    }

    .about-text,
    .contact-panel,
    .booking-panel,
    .about-highlights,
    .contact-info {
        gap: 0.9rem;
    }

    .info-card,
    .policy-card {
        padding: 1.2rem;
        border-radius: 18px;
    }

    .info-card strong {
        font-size: 1.1rem;
    }

    .amenities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.85rem;
    }

    .amenity {
        min-height: 72px;
        padding: 0.8rem 0.9rem;
        font-size: 0.94rem;
    }

    .rates-content {
        gap: 0.85rem;
    }

    .policy-card h3,
    .booking-panel h3 {
        font-size: 1.75rem;
    }

    .highlight {
        margin-top: 1rem;
        padding: 1.15rem 1.2rem;
        border-radius: 18px;
    }

    .gallery-carousel {
        grid-template-columns: auto 1fr auto;
        gap: 0.7rem;
        padding: 0.95rem;
        border-radius: 24px;
    }

    .gallery-control {
        width: 2.65rem;
        height: 2.65rem;
    }

    .gallery-slide {
        flex-basis: 50%;
        padding: 0 0.45rem;
    }

    figcaption {
        margin-top: 0.65rem;
        font-size: 0.92rem;
    }

    .contact-grid {
        gap: 1rem;
    }

    .booking-links {
        gap: 0.75rem;
    }

    .booking-link {
        min-height: 2.85rem;
        padding: 0.75rem 0.9rem;
    }

    .contact-map {
        order: 3;
    }

    .contact-map iframe {
        min-height: 300px;
    }

    .footer-content {
        flex-direction: column;
        gap: 0.8rem;
        text-align: center;
    }
}

@media (max-width: 600px) {
    section {
        padding: 4rem 0;
    }

    .container {
        width: min(100% - 1.4rem, 560px);
    }

    .header-content {
        padding-top: 0.75rem;
    }

    .logo {
        font-size: 1.7rem;
    }

    .nav-toggle {
        padding: 0.42rem 0.5rem;
    }

    .primary-nav {
        top: calc(100% + 0.45rem);
        width: min(100%, 260px);
        padding: 0.55rem;
    }

    .hero-content {
        padding: 1.2rem;
        border-radius: 22px;
    }

    .hero-content h1 {
        font-size: clamp(3rem, 16vw, 3.8rem);
    }

    .subtitle {
        max-width: none;
        font-size: 1.15rem;
    }

    .hero-details {
        font-size: 0.97rem;
    }

    .hero-trust {
        display: flex;
        flex-wrap: wrap;
        gap: 0.45rem;
        align-items: center;
    }

    .hero-trust span {
        width: auto;
        min-height: 2rem;
        padding: 0.3rem 0.65rem;
        font-size: 0.82rem;
        white-space: nowrap;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .booking-link {
        width: 100%;
    }

    .hero-actions .button {
        width: 100%;
    }

    .section-heading {
        margin-bottom: 1.5rem;
    }

    .section-kicker,
    .info-label {
        font-size: 0.72rem;
        letter-spacing: 0.14em;
    }

    section h2 {
        font-size: clamp(2rem, 10vw, 2.6rem);
    }

    .about-text,
    .contact-panel,
    .booking-panel {
        padding: 1.2rem;
    }

    .info-card,
    .policy-card {
        padding: 1rem;
    }

    .amenities-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .amenity {
        min-height: 84px;
        padding: 0.65rem 0.45rem;
        font-size: 0.72rem;
        border-radius: 24px;
    }

    .policy-card h3,
    .booking-panel h3 {
        font-size: 1.55rem;
    }

    .gallery-carousel {
        padding: 0.75rem;
        gap: 0.5rem;
    }

    .gallery-slide {
        flex-basis: 100%;
        padding: 0;
    }

    .gallery-modal {
        padding: 1rem;
    }

    .gallery-modal-close {
        top: 0.5rem;
        right: 0.5rem;
    }

    .gallery-modal-nav {
        width: 2.5rem;
        height: 2.5rem;
    }

    .gallery-modal-prev {
        left: 0.5rem;
    }

    .gallery-modal-next {
        right: 0.5rem;
    }

    .booking-links {
        grid-template-columns: 1fr;
    }

    .contact-actions,
    .about-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .contact-map iframe {
        min-height: 250px;
        border-radius: 20px;
    }
}

@media (max-width: 420px) {
    .container {
        width: min(100% - 1rem, 420px);
    }

    .hero {
        padding: 2rem 0 4.2rem;
    }

    .hero-content {
        padding: 1rem;
    }

    .hero-trust {
        gap: 0.4rem;
    }

    .hero-trust span {
        min-height: 1.9rem;
        padding: 0.28rem 0.58rem;
        font-size: 0.78rem;
    }

    .hero-actions {
        grid-template-columns: 1fr;
    }

    .button {
        min-height: 3rem;
    }

    .booking-note,
    .section-intro,
    figcaption {
        font-size: 0.9rem;
    }

    .gallery-modal {
        padding: 0.75rem;
    }
}
