:root {
    --brand-navy: #344d75;
    --brand-navy-dark: #243755;
    --brand-gold: #9b6f1d;
    --brand-gold-hover: #c69947;
    --ink: #172033;
    --muted: #667085;
    --paper: #fbfaf7;
    --paper-deep: #f2efe9;
    --line: rgba(23, 32, 51, 0.11);
    --ease-luxury: cubic-bezier(0.16, 1, 0.3, 1);
}

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

body {
    overflow-x: hidden;
    background: var(--paper);
    color: var(--ink);
}

::selection {
    color: #fff;
    background: var(--brand-gold);
}

/* Navigation */
.site-header {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transform: translateY(0) !important;
}

.site-header--transparent {
    background: linear-gradient(180deg, rgba(7, 15, 29, 0.64) 0%, rgba(7, 15, 29, 0.12) 100%);
}

.site-header--solid,
.site-header.sticky-active {
    background: rgba(15, 23, 42, 0.96);
    background: color-mix(in srgb, var(--brand-navy-dark) 94%, transparent);
    border-bottom-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 50px rgba(8, 15, 30, 0.16);
    backdrop-filter: blur(20px);
}

.site-logo img {
    max-width: 190px;
    transition: transform 0.4s var(--ease-luxury);
}

.site-logo:hover img {
    transform: translateY(-2px);
}

.site-nav-link {
    position: relative;
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.site-nav-link::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: "";
    background: var(--brand-gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s var(--ease-luxury);
}

.site-nav-link:hover {
    color: #fff;
}

.site-nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.site-header-cta,
.hero-primary-action,
.editorial-button,
.footer-book-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-height: 50px;
    padding: 0 1.5rem;
    color: #fff;
    background: var(--brand-gold);
    border: 1px solid var(--brand-gold);
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 12px 30px color-mix(in srgb, var(--brand-gold) 28%, transparent);
    transition: transform 0.35s var(--ease-luxury), background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.site-header-cta:hover,
.hero-primary-action:hover,
.editorial-button:hover,
.footer-book-button:hover {
    color: var(--brand-navy-dark);
    background: #fff;
    border-color: #fff;
    transform: translateY(-3px);
}

.site-menu-button {
    display: flex;
    width: 46px;
    height: 46px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.site-menu-button span {
    display: block;
    width: 18px;
    height: 1px;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.site-menu-button.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.site-menu-button.is-open span:nth-child(2) {
    opacity: 0;
}

.site-menu-button.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.site-mobile-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border-top: 1px solid transparent;
    transition: max-height 0.5s var(--ease-luxury), opacity 0.3s ease, border-color 0.3s ease;
}

.site-mobile-menu.is-open {
    max-height: 75vh;
    opacity: 1;
    border-top-color: rgba(255, 255, 255, 0.12);
}

.site-mobile-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 0.25rem;
    color: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-book {
    justify-content: center;
    margin-top: 1rem;
    padding: 1rem 1.25rem;
    color: #fff;
    background: var(--brand-gold);
    border: 0;
    border-radius: 999px;
}

/* Hero */
.hero-section {
    height: clamp(680px, 94svh, 940px) !important;
    min-height: 680px;
    background: #0a1120;
}

.hero-shade {
    background:
        linear-gradient(180deg, rgba(3, 8, 18, 0.4) 0%, rgba(3, 8, 18, 0.06) 38%, rgba(3, 8, 18, 0.68) 100%),
        linear-gradient(90deg, rgba(3, 8, 18, 0.24), transparent 38%, rgba(3, 8, 18, 0.12));
}

.hero-content {
    padding-top: 5rem;
}

.hero-eyebrow,
.section-kicker {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1.5rem;
    color: var(--brand-gold);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.hero-eyebrow {
    color: rgba(255, 255, 255, 0.86);
}

.hero-eyebrow span,
.section-kicker span {
    display: inline-block;
    width: 36px;
    height: 1px;
    background: currentColor;
}

.hero-title {
    max-width: 920px;
    margin-bottom: 1.4rem;
    font-size: clamp(3.2rem, 7.2vw, 6.8rem);
    line-height: 0.96;
    letter-spacing: -0.045em;
}

.hero-subtitle {
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(0.95rem, 1.4vw, 1.15rem);
    font-weight: 500;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.hero-primary-action {
    min-height: 58px;
    padding: 0 2rem;
}

.hero-secondary-action {
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.hero-secondary-action:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #fff;
    transform: translateY(-3px);
}

.hero-section .swiper-pagination-bullet {
    width: 22px;
    height: 2px;
    margin: 0 4px !important;
    background: rgba(255, 255, 255, 0.66);
    border-radius: 0;
    opacity: 0.55;
    transition: width 0.3s ease, opacity 0.3s ease;
}

.hero-section .swiper-pagination-bullet-active {
    width: 48px;
    background: var(--brand-gold);
    opacity: 1;
}

.hero-scroll-cue {
    position: absolute;
    right: clamp(1.5rem, 4vw, 4rem);
    bottom: 2rem;
    z-index: 30;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.hero-scroll-cue i {
    animation: cueDown 1.8s ease-in-out infinite;
}

@keyframes cueDown {
    0%, 100% { transform: translateY(-2px); }
    50% { transform: translateY(5px); }
}

/* Booking bar */
.booking-engine-section {
    margin-top: -44px;
    padding-top: 0 !important;
    padding-bottom: 3.5rem !important;
    background: transparent !important;
}

.booking-engine-shell {
    overflow: hidden;
    padding: 0.65rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 22px;
    box-shadow: 0 25px 70px rgba(16, 24, 40, 0.16);
    backdrop-filter: blur(18px);
}

/* Shared editorial sections */
.section-orbit {
    position: absolute;
    width: 440px;
    height: 440px;
    border: 1px solid color-mix(in srgb, var(--brand-gold) 18%, transparent);
    border-radius: 50%;
    pointer-events: none;
}

.section-orbit::after {
    position: absolute;
    inset: 45px;
    content: "";
    border: 1px solid color-mix(in srgb, var(--brand-gold) 12%, transparent);
    border-radius: inherit;
}

.section-orbit--left {
    top: -240px;
    left: -260px;
}

.section-orbit--right {
    top: -220px;
    right: -230px;
    border-color: rgba(255, 255, 255, 0.1);
}

.section-title {
    max-width: 720px;
    margin-bottom: 2rem;
    color: var(--brand-navy-dark);
    font-family: "Playfair Display", serif;
    font-size: clamp(2.5rem, 4.7vw, 4.8rem);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.section-title span {
    display: block;
    color: var(--brand-gold);
    font-style: italic;
}

.about-section {
    background:
        radial-gradient(circle at 88% 12%, color-mix(in srgb, var(--brand-gold) 7%, transparent), transparent 24rem),
        var(--paper);
}

.about-collage {
    position: relative;
    isolation: isolate;
    display: grid;
    height: 620px;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 22px 0 34px 30px;
}

.about-collage::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 74%;
    height: 72%;
    content: "";
    border: 1px solid color-mix(in srgb, var(--brand-gold) 38%, transparent);
    border-radius: 120px 24px 24px 24px;
}

.about-image {
    position: relative;
    display: block;
    overflow: hidden;
    min-width: 0;
    min-height: 0;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    background: #e8e4dc;
    box-shadow: 0 22px 55px rgba(30, 41, 59, 0.12);
    cursor: zoom-in;
    transition: transform 0.6s var(--ease-luxury), box-shadow 0.6s ease, border-color 0.4s ease;
}

.about-image--primary {
    grid-column: 1;
    grid-row: 1 / span 2;
    border-radius: 110px 22px 22px 22px;
}

.about-image--secondary {
    grid-column: 2;
    grid-row: 1;
    border-radius: 22px 80px 22px 22px;
}

.about-image--tertiary {
    grid-column: 2;
    grid-row: 2;
    border-radius: 22px 22px 80px 22px;
}

.about-image--accent {
    position: absolute;
    bottom: 5px;
    left: 9px;
    z-index: 4;
    width: 42%;
    height: 31%;
    border: 9px solid var(--paper);
    border-radius: 20px 70px 20px 20px;
    box-shadow: 0 24px 55px rgba(17, 24, 39, 0.26);
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--ease-luxury), filter 0.6s ease;
}

.about-image-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(8, 15, 29, 0.68) 100%);
    opacity: 0.72;
    transition: opacity 0.4s ease;
}

.about-image-meta {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 2;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 0.8rem;
}

.about-image-label {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    line-height: 1.4;
    text-transform: uppercase;
    transform: translateY(4px);
    opacity: 0.82;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.about-image-zoom {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
    font-size: 0.82rem;
    transition: transform 0.4s var(--ease-luxury), background 0.35s ease, border-color 0.35s ease;
}

.about-image--accent .about-image-label {
    display: none;
}

.about-image--accent .about-image-meta {
    justify-content: flex-end;
}

.about-image--accent .about-image-zoom {
    width: 36px;
    height: 36px;
}

.about-collage-badge {
    position: absolute;
    top: 50%;
    left: 59%;
    z-index: 6;
    display: flex;
    width: 92px;
    height: 92px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--brand-gold);
    border: 8px solid var(--paper);
    border-radius: 50%;
    box-shadow: 0 16px 38px rgba(30, 41, 59, 0.22);
    transform: translate(-50%, -50%);
}

.about-collage-badge strong {
    font-family: "Playfair Display", serif;
    font-size: 1.3rem;
    line-height: 1;
}

.about-collage-badge span {
    margin-top: 0.25rem;
    font-size: 0.46rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-image:hover,
.about-image:focus-visible {
    z-index: 5;
    border-color: color-mix(in srgb, var(--brand-gold) 62%, #fff);
    box-shadow: 0 32px 70px rgba(30, 41, 59, 0.2);
    transform: translateY(-5px);
    outline: none;
}

.about-image:hover img,
.about-image:focus-visible img {
    filter: saturate(1.08);
    transform: scale(1.065);
}

.about-image:hover .about-image-shade,
.about-image:focus-visible .about-image-shade {
    opacity: 1;
}

.about-image:hover .about-image-label,
.about-image:focus-visible .about-image-label {
    opacity: 1;
    transform: translateY(0);
}

.about-image:hover .about-image-zoom,
.about-image:focus-visible .about-image-zoom {
    background: var(--brand-gold);
    border-color: var(--brand-gold);
    transform: scale(1.08) rotate(-5deg);
}

.about-section p {
    max-width: 620px;
}

.editorial-button {
    min-height: 58px;
    padding: 0 2rem;
    background: var(--brand-navy-dark);
    border-color: var(--brand-navy-dark);
    box-shadow: 0 18px 35px color-mix(in srgb, var(--brand-navy-dark) 20%, transparent);
}

/* Accommodation */
.accommodation-section {
    background: var(--paper-deep);
}

.accommodation-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: end;
    gap: 5rem;
}

.accommodation-heading .section-title {
    margin-bottom: 0;
}

.accommodation-intro {
    padding-bottom: 0.55rem;
}

.accommodation-intro p {
    margin-bottom: 1.75rem;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.85;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    color: var(--brand-navy-dark);
    border-bottom: 1px solid color-mix(in srgb, var(--brand-navy-dark) 35%, transparent);
    padding-bottom: 0.35rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.text-link i {
    transition: transform 0.3s ease;
}

.text-link:hover {
    color: var(--brand-gold);
    border-color: var(--brand-gold);
}

.text-link:hover i {
    transform: translateX(5px);
}

.room-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(23, 32, 51, 0.08);
    border-radius: 24px;
    box-shadow: 0 16px 50px rgba(16, 24, 40, 0.06);
    transition: transform 0.55s var(--ease-luxury), box-shadow 0.55s ease;
}

.room-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 75px rgba(16, 24, 40, 0.13);
}

.room-card-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 15, 28, 0.35), transparent 45%, rgba(8, 15, 28, 0.3));
}

.room-card-topline {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    left: 1.2rem;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
}

.room-card-topline span {
    padding: 0.55rem 0.8rem;
    color: #fff;
    background: rgba(9, 16, 29, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    backdrop-filter: blur(12px);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.room-card-body {
    padding: 2rem;
}

.room-card-label {
    margin-bottom: 0.65rem;
    color: var(--brand-gold);
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.room-card-body h3 {
    margin-bottom: 0.85rem;
    color: var(--brand-navy-dark);
    font-family: "Playfair Display", serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.2;
}

.room-card-description {
    min-height: 3.2rem;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.75;
}

.room-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.7rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--line);
}

.room-detail-link,
.room-book-link {
    color: var(--muted);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.room-book-link {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--brand-navy-dark);
    transition: color 0.3s ease;
}

.room-book-link i {
    color: var(--brand-gold);
    transition: transform 0.3s ease;
}

.room-book-link:hover {
    color: var(--brand-gold);
}

.room-book-link:hover i {
    transform: translateX(5px);
}

/* Categorized gallery */
.gallery-section {
    color: #fff;
    background:
        radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--brand-gold) 20%, transparent), transparent 28rem),
        linear-gradient(145deg, #111b2f 0%, var(--brand-navy-dark) 55%, #10192b 100%);
}

.gallery-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    align-items: end;
    gap: 4rem;
    margin-bottom: 3rem;
}

.section-kicker--light {
    color: color-mix(in srgb, var(--brand-gold) 72%, #fff);
}

.gallery-title {
    max-width: 780px;
    color: #fff;
    font-size: clamp(2.7rem, 5vw, 5.2rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.045em;
}

.gallery-title em {
    color: color-mix(in srgb, var(--brand-gold) 74%, #fff);
    font-weight: 600;
}

.gallery-heading > p {
    padding-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.92rem;
    line-height: 1.85;
}

.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 2.2rem;
}

.gallery-filter {
    min-height: 42px;
    padding: 0 1.2rem;
    color: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.gallery-filter:hover,
.gallery-filter.is-active {
    color: #fff;
    border-color: var(--brand-gold);
    background: var(--brand-gold);
    transform: translateY(-2px);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    grid-auto-rows: 235px;
    gap: 1rem;
}

.gallery-card {
    grid-column: span 5;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    animation: galleryIn 0.55s var(--ease-luxury) both;
}

.gallery-card--featured {
    grid-column: span 7;
    grid-row: span 2;
}

.gallery-card:nth-child(n + 4) {
    grid-column: span 6;
}

.gallery-card.is-filtered-out {
    display: none;
}

@keyframes galleryIn {
    from { opacity: 0; transform: translateY(18px) scale(0.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.gallery-card > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--ease-luxury), filter 0.6s ease;
}

.gallery-card:hover img {
    transform: scale(1.07);
    filter: saturate(1.08);
}

.gallery-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(5, 10, 20, 0.78) 100%);
    opacity: 0.82;
    transition: opacity 0.4s ease;
}

.gallery-card:hover .gallery-card-overlay {
    opacity: 1;
}

.gallery-card-meta {
    position: absolute;
    right: 1.4rem;
    bottom: 1.25rem;
    left: 1.4rem;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}

.gallery-card-meta span:first-child {
    display: block;
    margin-bottom: 0.35rem;
    color: color-mix(in srgb, var(--brand-gold) 70%, #fff);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.gallery-card-meta h3 {
    max-width: 420px;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: clamp(1rem, 1.6vw, 1.35rem);
    font-weight: 600;
    line-height: 1.25;
}

.gallery-expand {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transform: scale(0.85);
    transition: transform 0.4s var(--ease-luxury), background 0.3s ease;
}

.gallery-card:hover .gallery-expand {
    background: var(--brand-gold);
    transform: scale(1);
}

.gallery-index {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.gallery-empty {
    grid-column: 1 / -1;
    display: grid;
    min-height: 320px;
    place-items: center;
    align-content: center;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.55);
    border: 1px dashed rgba(255, 255, 255, 0.18);
    border-radius: 18px;
}

.gallery-empty i {
    font-size: 2.5rem;
}

/* Contact */
.contact-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(251, 250, 247, 0.98)),
        var(--paper);
}

.contact-section iframe {
    filter: grayscale(0.25) contrast(0.96);
}

/* Footer */
.site-footer {
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.68);
    background: #0d1628;
    background: linear-gradient(145deg, #0a1221 0%, var(--brand-navy-dark) 62%, #101a2c 100%);
}

.footer-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--brand-gold) 13%, transparent);
    filter: blur(120px);
    pointer-events: none;
}

.footer-glow--one {
    top: -250px;
    right: -150px;
}

.footer-glow--two {
    bottom: -300px;
    left: -180px;
}

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 4.5rem 0 3.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-eyebrow {
    margin-bottom: 0.8rem;
    color: color-mix(in srgb, var(--brand-gold) 72%, #fff);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.footer-cta h2 {
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 4.3rem);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.footer-cta h2 em {
    color: color-mix(in srgb, var(--brand-gold) 72%, #fff);
}

.footer-book-button {
    min-width: 210px;
    min-height: 60px;
}

.footer-main-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.62fr 1fr 1.15fr;
    gap: clamp(2rem, 5vw, 5rem);
    padding: 4.5rem 0;
}

.footer-logo {
    display: inline-flex;
    margin-bottom: 1.7rem;
}

.footer-logo img {
    width: auto;
    max-width: 210px;
    height: 54px;
    object-fit: contain;
}

.footer-logo > span {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}

.footer-logo b {
    color: var(--brand-gold);
}

.footer-brand-copy {
    max-width: 310px;
    font-size: 0.85rem;
    line-height: 1.8;
}

.footer-signature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.footer-signature span {
    width: 28px;
    height: 1px;
    background: var(--brand-gold);
}

.footer-main-grid h3 {
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.footer-link-column ul {
    display: grid;
    gap: 0.8rem;
}

.footer-link-column a {
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.82rem;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-link-column a:hover {
    padding-left: 4px;
    color: #fff;
}

.footer-contact-column {
    display: flex;
    flex-direction: column;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    margin-bottom: 1.1rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.78rem;
    line-height: 1.55;
    transition: color 0.3s ease;
}

a.footer-contact-item:hover {
    color: #fff;
}

.footer-contact-item > i {
    width: 16px;
    padding-top: 0.2rem;
    color: var(--brand-gold);
}

.footer-contact-item small {
    display: block;
    margin-bottom: 0.15rem;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-newsletter-column > p {
    margin-bottom: 1.2rem;
    font-size: 0.8rem;
    line-height: 1.7;
}

.footer-newsletter-form {
    display: flex;
    overflow: hidden;
    padding: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    transition: border-color 0.3s ease, background 0.3s ease;
}

.footer-newsletter-form:focus-within {
    border-color: var(--brand-gold);
    background: rgba(255, 255, 255, 0.08);
}

.footer-newsletter-form input {
    min-width: 0;
    flex: 1;
    padding: 0 1rem;
    color: #fff;
    outline: 0;
    background: transparent;
    font-size: 0.78rem;
}

.footer-newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.38);
}

.footer-newsletter-form button {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    place-items: center;
    color: #fff;
    background: var(--brand-gold);
    border-radius: 50%;
    transition: transform 0.3s ease, background 0.3s ease;
}

.footer-newsletter-form button:hover {
    background: var(--brand-gold-hover);
    transform: rotate(-8deg);
}

.footer-newsletter-column .footer-form-note {
    margin-top: 0.8rem;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.58rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 0 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.65rem;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: var(--brand-gold);
}

.scroll-to-top {
    background: var(--brand-gold);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.scroll-to-top:hover {
    background: var(--brand-navy-dark);
    transform: translateY(-4px);
}

@media (max-width: 1100px) {
    .footer-main-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 900px) {
    .hero-section {
        height: 780px !important;
    }

    .accommodation-heading,
    .gallery-heading {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 260px;
    }

    .gallery-card,
    .gallery-card:nth-child(n + 4) {
        grid-column: span 1;
    }

    .gallery-card--featured {
        grid-column: span 2;
        grid-row: span 2;
    }
}

@media (max-width: 767px) {
    .site-header nav > div:first-child {
        height: 76px;
    }

    .site-logo img {
        max-width: 155px;
    }

    .hero-section {
        height: 720px !important;
        min-height: 720px;
    }

    .hero-content {
        justify-content: center;
        padding-top: 3.5rem;
        padding-bottom: 4rem;
    }

    .hero-title {
        font-size: clamp(3rem, 15vw, 4.6rem);
    }

    .hero-eyebrow span {
        width: 22px;
    }

    .hero-actions {
        width: 100%;
        max-width: 360px;
        flex-direction: column;
    }

    .hero-primary-action,
    .hero-secondary-action {
        width: 100%;
    }

    .hero-scroll-cue {
        display: none;
    }

    .booking-engine-section {
        margin-top: -34px;
        padding-right: 0.85rem !important;
        padding-left: 0.85rem !important;
    }

    .booking-engine-shell {
        border-radius: 18px;
    }

    .about-collage {
        height: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 280px 170px 195px;
        gap: 10px;
        padding: 0 0 18px;
    }

    .about-collage::before {
        bottom: 0;
        width: 82%;
        height: 64%;
        border-radius: 72px 18px 18px 18px;
    }

    .about-image--primary {
        grid-column: 1 / span 2;
        grid-row: 1;
        border-radius: 72px 18px 18px 18px;
    }

    .about-image--secondary {
        grid-column: 1;
        grid-row: 2;
        border-radius: 18px;
    }

    .about-image--tertiary {
        grid-column: 2;
        grid-row: 2;
        border-radius: 18px 18px 54px 18px;
    }

    .about-image--accent {
        position: relative;
        bottom: auto;
        left: auto;
        grid-column: 1 / span 2;
        grid-row: 3;
        width: auto;
        height: auto;
        border: 0;
        border-radius: 18px 64px 18px 18px;
    }

    .about-collage-badge {
        top: 255px;
        right: 15px;
        left: auto;
        width: 76px;
        height: 76px;
        border-width: 6px;
        transform: none;
    }

    .about-collage-badge strong {
        font-size: 1.05rem;
    }

    .about-image-meta {
        right: 0.75rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }

    .about-image-label {
        font-size: 0.52rem;
    }

    .about-image-zoom {
        width: 36px;
        height: 36px;
    }

    .section-title,
    .gallery-title {
        font-size: clamp(2.45rem, 12vw, 3.4rem);
    }

    .room-card-media {
        height: 290px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 290px;
    }

    .gallery-card,
    .gallery-card:nth-child(n + 4),
    .gallery-card--featured {
        grid-column: span 1;
        grid-row: span 1;
    }

    .gallery-card:first-child {
        min-height: 390px;
    }

    .gallery-filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-right: -1.5rem;
        padding-right: 1.5rem;
        scrollbar-width: none;
    }

    .gallery-filters::-webkit-scrollbar {
        display: none;
    }

    .gallery-filter {
        flex: 0 0 auto;
    }

    .footer-cta {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 3.5rem;
    }

    .footer-main-grid {
        grid-template-columns: 1fr;
        gap: 2.8rem;
        padding: 3.5rem 0;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
