@font-face {
    font-family: 'BigCaslon';
    src: url('fonts/SVN-BigCaslon-Regular.eot');
    src: url('fonts/SVN-BigCaslon-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SVN-BigCaslon-Regular.woff2') format('woff2'),
        url('fonts/SVN-BigCaslon-Regular.woff') format('woff'),
        url('fonts/SVN-BigCaslon-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BigCaslon';
    src: url('fonts/SVN-BigCaslon-Italic.eot');
    src: url('fonts/SVN-BigCaslon-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/SVN-BigCaslon-Italic.woff2') format('woff2'),
        url('fonts/SVN-BigCaslon-Italic.woff') format('woff'),
        url('fonts/SVN-BigCaslon-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}



/* ===================== VARIABLES ===================== */
:root {
    --gold: #B8964E;
    --gold-light: #BB9556;
    --cream: #F5F0E8;
    --cream-stripe: #EDE7D9;
    --dark: #1a1a1a;
    --white: #ffffff;
    --red-dark: #710012;
    --text-body: #4D4D4F;
    --text-light: #8a8078;
    --font-title: 'BigCaslon', 'Georgia', serif;
    --font-body: 'Montserrat', sans-serif;
    --max-width: 1435px;
    --side-pad: 80px;
    --starlight: #FAE2B4;
    --legacy-gold: #886E43;
    --of-white: #F2EEE2;
    --starlight-sand: #C3B597;
    --dark-gold: #B4956C;
}

html {
    scroll-behavior: smooth;
}

/* ===================== RESET ===================== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--dark);
    background: var(--white);
    overflow-x: hidden;
    font-size: 14px;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a {
    text-decoration: none;
    color: inherit;
}

.hidden-md {
    display: none !important;
}

#booknow-mobile {
    opacity: 0;
    transition: 0.4s ease-in;
}

/* ===================== STRIPE BACKGROUND ===================== */
.stripe-bg {
    background-image: repeating-linear-gradient(to right,
            transparent,
            transparent 38px,
            rgba(180, 160, 120, 0.07) 38px,
            rgba(180, 160, 120, 0.07) 40px);
}

/* ===================== CONTAINER ===================== */
.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--side-pad);
}

/* ===================== FADE UP ANIMATION ===================== */
.fade-up {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-up.delay-1 {
    transition-delay: 0.15s;
}

.fade-up.delay-2 {
    transition-delay: 0.3s;
}

.fade-up.delay-3 {
    transition-delay: 0.45s;
}

.fade-up.delay-4 {
    transition-delay: 0.6s;
}

/* ===================== BUTTONS ===================== */
.btn-text--body {
    color: var(--text-body)
}

.btn-gold {
    display: inline-block;
    background: var(--gold);
    color: var(--starlight);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    transition: background 0.25s;
    border: 1px solid var(--starlight);
}

.btn-gold:hover {
    background: var(--starlight);
    color: var(--gold-light);
    border: 1px solid var(--gold-light);
}

.btn-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-body);
    border-bottom: 1px solid currentColor;
    cursor: pointer;
    transition: color 0.2s;
}

.btn-text:hover {
    color: var(--gold-light);
    border-color: var(--gold-light);
}

.btn-text--gold {
    color: var(--gold);
}

.btn-text--white {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.6);
}

.btn-text--white:hover {
    color: var(--gold-light);
    border-color: var(--gold-light);
}

.btn-text--of-white {
    color: var(--of-white);
    border-color: var(--of-white);
}

/* ===================== SECTION LINE ===================== */
.section-line {
    width: 1px;
    height: 79px;
    background: var(--gold);
    margin: 0 auto 0;
    opacity: 0.5;
}

/* ===================== NAVBAR ===================== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    transition: 0.4s ease-in;
    padding: 26px 60px;
    background: var(--of-white);
}

.navbar__inner {
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.navbar.scrolled {
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.18);
    padding-top: 10px;
    padding-bottom: 10px;
    transition: 0.4s ease-in;
}

.lang,
.navbar__right a.btn-gold,
.navbar__links,
.navbar__right-links {
    display: flex;
    gap: 28px;
    list-style: none;
    top: 14px;
    position: relative;
}

.navbar__right .btn-gold {
    border: 1px solid var(--starlight);
}

.navbar__links a,
.navbar__right-links a {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--legacy-gold);
    transition: all 0.3s ease;
}

.lang-list li:hover,
.navbar__links a:hover,
.navbar__right-links a:hover {
    -webkit-text-stroke: 1px currentColor;
}

.navbar__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.navbar__logo img {
    max-width: 155px;
}

.navbar__right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.lang {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: var(--legacy-gold);
    font-weight: 300;
}

.lang-list {
    position: absolute;
    top: 100%;
    left: -20px;
    display: none;
    list-style: none;
    padding: 10px;
    margin: 0;
    background-color: var(--of-white);
    width: 115px;
}

.lang:hover .lang-list {
    display: block;
}

.lang-list li {
    padding: 5px 10px;
}

.lang__arrow-down {
    background: url(../images/arrow-down.svg) no-repeat center center;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 7px;
}

/* ===================== HAMBURGER BUTTON ===================== */
.navbar__hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    z-index: 201;
}

.navbar__hamburger span {
    display: block;
    width: 22px;
    height: 3px;
    background: var(--legacy-gold);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbar__hamburger.is-open span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
}

.navbar__hamburger.is-open span:nth-child(2) {
    opacity: 0;
}

.navbar__hamburger.is-open span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
}

/* ===================== SEARCH MOBILE ===================== */
.navbar__search-mobile {
    display: none;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--gold-light);
    font-size: 8px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 4px;
    transition: color 0.3s;
    font-weight: 500;
    font-family: var(--font-body);
}

.navbar__search-mobile img {
    width: 38px;
    height: 21px;
    object-fit: none;
}

.navbar__hamburger.is-open span {
    background: var(--gold-light);
}

/* ===================== MOBILE MENU OVERLAY ===================== */
.mobile-menu {
    position: fixed;
    inset: 0;
    background: var(--of-white);
    z-index: 198;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 72px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.mobile-menu__links {
    list-style: none;
    margin: 0;
    width: 100%;
    text-align: center;
}

.mobile-menu__links a {
    display: block;
    padding: 12px 0;
    font-size: 20px;
    letter-spacing: -0.5%;
    text-transform: uppercase;
    color: var(--gold-light);
    text-decoration: none;
    font-weight: 300;
    line-height: 1.1;
}

.mobile-menu__links a:hover {
    -webkit-text-stroke: 0.5px var(--legacy-gold);
}

.mobile-menu__lang {
    position: absolute;
    bottom: 140px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    letter-spacing: 0.7px;
    color: var(--legacy-gold);
}

.mobile-menu__lang .lang-divider {
    width: 1px;
    height: 31px;
    background: var(--text-body);
}

.mobile-menu__lang .lang-item {
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.2s;
    text-transform: uppercase;
}

.mobile-menu__lang .lang-item.active {
    opacity: 1;
}

.mobile-menu__book {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--gold-light);
    color: var(--of-white);
    text-align: center;
    padding: 18px 0 17px;
    font-size: 18px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    max-height: 56px;
    z-index: 10;
}

.nav-open .light {
    display: none;
}

.nav-open .dark {
    display: block;
}

/* ===================== HERO ===================== */
.hero {
    position: relative;
    height: 100vh;
    min-height: 640px;
    overflow: hidden;
}

.hero__bg-img {
    position: absolute;
    inset: 0;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.18) 0%,
            rgba(0, 0, 0, 0.28) 60%,
            rgba(0, 0, 0, 0.55) 100%);
}

.hero__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 40px 0;
}

.hero__eyebrow {
    font-size: 10px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 18px;
    animation: heroFade 1.2s ease 0.2s both;
}

.hero__title {
    font-family: var(--font-title);
    font-size: clamp(32px, 6vw, 75px);
    color: var(--white);
    line-height: 1.1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 14px;
    animation: heroFade 1.2s ease 0.5s both;
    font-weight: 300;
}

.hero__subtitle {
    font-family: var(--font-title);
    font-size: clamp(16px, 1.4vw, 17px);
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.1em;
    animation: heroFade 1.2s ease 0.8s both;
}

.hero__subtitle span {
    font-style: normal;
    display: block;
}

.hero__scroll {
    position: absolute;
    bottom: 40px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    animation: heroFade 1.2s ease 1.2s both;
}

.hero__scroll span {
    font-size: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: var(--white);
}

.hero__scroll-line {
    position: relative;
    overflow: hidden;
    background: url(../images/scrolld.svg) no-repeat center center;
    background-size: 100%;
    width: 20px;
    height: 31px;
}

.hero__content .mobile-menu__book {
    display: none;
    animation: heroFade 1.2s ease 0.5s both;
}

/*
.hero__scroll-line::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    animation: scrollDrop 1.8s ease-in-out infinite;
}
*/
@keyframes scrollDrop {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}

@keyframes heroFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===================== NAV STRIP (FIXED ON SCROLL) ===================== */
.nav-strip {
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: var(--starlight);
    backdrop-filter: blur(8px);
    width: 100%;
}

.nav-strip__inner {
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0;
}

.nav-strip__item {
    padding: 5px 5px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    cursor: pointer;
    transition: background 0.2s;
    width: 29.5%;
    position: relative;
}

.nav-strip__inner .nav-strip__item:not(:first-child):not(:last-child):after {
    content: "";
    position: absolute;
    height: 28px;
    width: 1px;
    background-color: var(--gold-light);
    top: 11px;
    right: 0;
}

.nav-strip__item:first-child {
    width: calc(12.5% - 6px);
}

.nav-strip__item.active {
    background-color: var(--gold-light);
}

.nav-strip__item::not(:first-child):hover {
    background-color: var(--starlight);
}

.nav-strip__item:hover .nav-strip__title,
.nav-strip__item.active .nav-strip__title {
    color: var(--starlight);
    background-color: var(--gold-light);
}

.nav-strip__title {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--legacy-gold);
    width: 100%;
    text-align: center;
    display: block;
    padding: 12px 0;
    transition: all 0.3s ease;
}

/* nav-strip fade-in animation */
.nav-strip {
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.nav-strip.strip-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===================== SECTION INTRO ===================== */
.section-intro {
    background: var(--white);
    padding: 72px var(--side-pad) 56px;
    text-align: center;
}

.section-intro__eyebrow {
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 16px;
}

.section-intro__title {
    font-family: var(--font-title);
    font-size: clamp(30px, 4.69vw, 48px);
    color: var(--gold-light);
    letter-spacing: 10%;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 42px;
    font-weight: 300;
}

.section-intro__text {
    font-size: 20px;
    line-height: 28px;
    color: var(--text-body);
    max-width: 630px;
    margin: 0 auto;
}

/* ===================== PHOTO GRID (intro images) ===================== */
/* Ratio: left ~58%, right ~42% matching design */
.photo-grid {
    display: grid;
    grid-template-columns: 61% 37.5%;
    gap: 20px;
    padding: 0;
    max-width: var(--max-width);
    margin: 0 auto;
    height: 420px;
}

.photo-grid__item {
    overflow: hidden;
    position: relative;
}

.photo-grid__item .img-placeholder,
.photo-grid__item img {
    transition: transform 0.7s ease;
}

/*
.photo-grid__item:hover img,
.photo-grid__item:hover .img-placeholder {
    transform: scale(1.04);
}
*/
/* ===================== FULLWIDTH BANNER (know the river) ===================== */
.banner-river {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    margin-top: 100px;
    padding: 100px 0;
}

.banner-river__img {
    position: absolute;
    inset: 0;
}

/*.banner-river__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.32);
}
*/
.banner-river__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--side-pad);
}

.banner-river__eyebrow {
    position: relative;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    color: var(--of-white);
    margin-bottom: 30px;
    text-align: center;
}

.banner-river__eyebrow span {
    position: absolute;
    display: block;
    width: 1px;
    height: 79px;
    background: var(--of-white);
    top: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner-river__title {
    font-family: var(--font-title);
    font-size: clamp(32px, 5vw, 64px);
    color: var(--of-white);
    letter-spacing: 0.53em;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: normal;
}

/* EXPLORE button centered */
.banner-river__btn-wrap {
    text-align: center;
    margin-bottom: 190px;
    margin-top: 125px;
}

.btn-outline-white {
    display: inline-block;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.55);
    padding: 8px 28px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.btn-outline-white:hover {
    background: var(--white);
    color: var(--gold-light);
}

.banner-river__text {
    font-size: 20px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.82);
    max-width: 622px;
    font-weight: 300;
    letter-spacing: 0.2px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* ===================== ROOMS (LIVING BY RIVER) ===================== */
.rooms-section {
    background: var(--of-white);
    padding: 100px 0;
    position: relative;
}

.rooms-section::before {
    content: '';
    display: inline-block;
    height: 1px;
    background: var(--gold-light);
    width: max(0px, calc(((100vw - var(--max-width)) / 2) - 20px));
    position: absolute;
    top: 188px;
    left: 0;
}

.rooms-section__header {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
    align-items: start;
    padding-bottom: 100px;
}

.rooms-section__header .fade-up.visible {
    height: 100%;
    position: relative;
}

.rooms-section__header .btn-text {
    position: absolute;
    bottom: 6px;
}

.rooms-section__eyebrow {
    letter-spacing: 1.7px;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rooms-section__title {
    font-family: var(--font-title);
    font-size: clamp(32px, 6.25vw, 64px);
    color: var(--gold-light);
    letter-spacing: 0.53em;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: normal;
}

.rooms-section__right-text {
    font-size: 20px;
    line-height: 28px;
    color: var(--text-body);
    padding-top: 25px;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

/* Rooms slider */
.rooms-slider-outer {
    margin: 0 auto;
    position: relative;
}

.rooms-slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 520px;
}

.rooms-slide {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 100%;
    transition: all 0.5s ease;
}

.rooms-slide.active {
    display: grid;
}

.rooms-slide__img {
    overflow: hidden;
    position: relative;
    background: #bbb;
}

.rooms-slide__img img {
    height: 100%;
    object-fit: cover;
}

.rooms-slide__content {
    padding: 0 78px 40px 50px;
    background: var(--of-white);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 771px;
}

.rooms-slide__room-type {
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: 12px;
}

.rooms-slide__title {
    font-family: var(--font-title);
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    line-height: 1.1;
}

.rooms-slide__text {
    font-size: 16px;
    line-height: 22px;
    color: var(--text-body);
    margin-bottom: 42px;
    min-height: 125px;
    overflow: hidden;
}

.rooms-slide__actions {
    display: flex;
    gap: 65px;
    margin-bottom: 42px;
}

/* Navigation arrows */
.rooms-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 var(--side-pad);
    z-index: 10;
}

.rooms-nav-btn {
    pointer-events: all;
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    border-radius: 50%;
    opacity: 0.75;
    border: 0;
}

.rooms-nav-btn:hover {
    opacity: 1;
}

.rooms-nav-btn img {
    width: auto;
    height: auto;
}

.btn-prev {
    background: url(../images/arrow-prev.svg) no-repeat center center;
    background-size: 100%;
}

.btn-next {
    background: url(../images/arrow-next.svg) no-repeat center center;
    background-size: 100%;
}

/* ===================== TABLE SECTION (RED) ===================== */
.the-table_event {
    background: linear-gradient(to bottom, var(--red-dark) 50%, var(--white) 50%)
}

.table-section {
    background: transparent;
    position: relative;
    text-align: center;
}

.table-section__top {
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
}

.table-section__line {
    background: var(--gold-light);
    margin-bottom: 16px;
}

.table-section__eyebrow {
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 30px;
}

.table-section__title {
    font-family: var(--font-title);
    font-size: clamp(32px, 6vw, 64px);
    color: var(--gold-light);
    letter-spacing: 0.53em;
    margin-bottom: 24px;
    font-weight: 300;
    line-height: 1.1;
}

.table-section__text {
    font-size: 20px;
    line-height: 28px;
    color: var(--of-white);
    max-width: 626px;
    margin: 0 auto 25px;
    font-weight: 300;
}

/* Restaurant slider */
.restaurant-slider-wrap {
    position: relative;
    padding: 0 60px;
    margin: 0 auto;
}

.restaurant-card {
    display: none;
    grid-template-columns: 1fr 31%;
    background: var(--cream);
    min-height: 400px;
    position: relative;
}

.restaurant-card.active {
    display: grid;
}

.restaurant-card__img-area {
    position: relative;
    overflow: hidden;
    background: #888;
}

.restaurant-card__img-area img {
    position: absolute;
    inset: 0;
    transition: opacity 0.5s ease;
}

.restaurant-card__img-area img.hidden {
    opacity: 0;
}

/* Bullet pagination */
.restaurant-card__bullets {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 44px;
    z-index: 5;
}

.restaurant-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--starlight);
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.restaurant-bullet.active {
    height: 20px;
    width: 20px;
    top: -4px;
}

.restaurant-card__content {
    padding: 84px 80px 118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--of-white);
}

.restaurant-card__title {
    font-family: var(--font-title);
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: var(--red-dark);
    margin-bottom: 54px;
    line-height: 1.1;
    text-align: left;
}

.restaurant-card__text {
    font-size: 16px;
    line-height: 22px;
    color: var(--text-body);
    margin-bottom: 30px;
    text-align: left;
    max-height: 170px;
    overflow-y: auto;
    padding-right: 20px;
    position: relative;
    overflow-x: hidden;
}


.restaurant-card__text::-webkit-scrollbar,
.rooms-section__right-text::-webkit-scrollbar {
    width: 3px;
}

.restaurant-card__text::-webkit-scrollbar-track,
.rooms-section__right-text::-webkit-scrollbar-track {
    background: transparent;
}

.restaurant-card__text::-webkit-scrollbar-thumb,
.rooms-section__right-text::-webkit-scrollbar-thumb {
    background: #ddd8d8;
}

.restaurant-card__text::-webkit-scrollbar-thumb:hover,
.rooms-section__right-text::-webkit-scrollbar-thumb:hover {
    background: #ddd8d8;
}

.restaurant-card__hours {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: var(--text-body);
    margin-bottom: 70px;
    text-align: left;
}

.restaurant-card__actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 54px;
}

.restaurant-card__actions .btn-text {
    font-size: 14px;
    letter-spacing: 0.2px;
}

.restaurant-card__nav {
    display: flex;
    gap: 15px;
}

.nav-circle-btn {
    position: relative;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--dark);
    transition: all 0.2s;
    border: 0;
    opacity: 0.75;
}

.nav-circle-btn:hover {
    opacity: 1;
}

/* ===================== EVENT & CELEBRATION ===================== */
.event-section {
    background: transparent;
    padding: 0;
    position: relative;
}

.event-section__top {
    text-align: center;
    padding-bottom: 56px;
    position: relative;
    z-index: 1;
}

.event-section__line {
    margin-bottom: 12px;
}

.event-section__eyebrow {
    font-size: 14px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    color: var(--red-dark);
    margin-bottom: 25px;
    line-height: 20px;
}

.section-line.event-section__line {
    background-color: var(--red-dark);
}

.event-section__title {
    font-family: var(--font-title);
    font-size: clamp(32px, 5vw, 64px);
    color: var(--red-dark);
    letter-spacing: 0.53em;
    line-height: 1.1;
    margin-bottom: 42px;
    font-weight: 300;
}

.event-section__text {
    font-size: 20px;
    line-height: 28px;
    color: var(--text-body);
    max-width: 626px;
    margin: 0 auto 31px;
}

/* Event gallery: 3 equal columns, each with vertical label on right border */
.event-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 460px;
    gap: 0;
    position: relative;
}

.event-gallery__item {
    position: relative;
    overflow: hidden;
    background: var(--white);
}

.event-gallery__item:nth-child(2) {
    margin: 0 2px;
}

.event-gallery__item img {
    transition: transform 0.7s ease;
}

.event-gallery__item:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .8) 30%, #000 50%, rgba(0, 0, 0, .8) 70%);
    -webkit-mask-size: 200%;
    animation: shine 1s infinite;
    cursor: pointer;
}

.event-gallery__item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, transparent 50%);
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

@-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

/* Vertical label pinned to right edge of each column */
.event-gallery__vert-label {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 3;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    word-break: break-all;
    overflow-wrap: break-word;
}

.event-gallery__vert-label span {
    font-family: var(--font-title);
    font-size: 36px;
    letter-spacing: 0.53em;
    color: var(--of-white);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-weight: 300;
}

.event-gallery__description {
    position: absolute;
    bottom: 59px;
    left: 73px;
    max-width: 391px;
    color: var(--of-white);
    font-size: 14px;
    line-height: 1.4;
}

/* ===================== LIFE ON BOARD ===================== */
.life-section {
    background: var(--starlight-sand);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    border-bottom: 8px solid var(--gold-light);
}

.life-section::before {
    content: '';
    display: inline-block;
    height: 1px;
    background: var(--starlight);
    width: max(0px, calc(((100vw - var(--max-width)) / 2) - 20px));
    position: absolute;
    top: 188px;
    left: 0;
}

.life-section__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 508px 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.life-section__eyebrow {
    font-size: 14px;
    letter-spacing: 1.7px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--starlight);
    margin-bottom: 25px;
}

.life-section__title {
    font-family: var(--font-title);
    font-size: clamp(32px, 4.5vw, 64px);
    letter-spacing: 0.53em;
    color: var(--starlight);
    line-height: 1.1;
    margin-bottom: 16px;
    font-weight: 300;
}

.life-section__desc {
    font-size: 20px;
    line-height: 28px;
    color: var(--text-body);
    margin-bottom: 20px;
}

.life-section__right {
    position: relative;
    overflow: visible;
}

.life-slides-track {
    display: flex;
    transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.life-slide {
    display: grid;
    grid-template-columns: 1fr 344px;
    gap: 0;
    /* flex: 0 0 100%; */
    min-width: 0;
    flex: 0 0 calc(100% - 510px);
}

/* next slide peeks out */
.life-slides-track .life-slide:not(:first-child) {
    margin-left: 0;
}

.life-mask {
    overflow: hidden;
    padding-right: 80px;
}

.life-slide__img {
    height: 430px;
    overflow: hidden;
    background: #aaa;
    position: relative;
}

.life-slide__img img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/*.life-slide:hover .life-slide__img img {
    transform: scale(1.04);
}
*/
/* Next slide arrow absolutely positioned right */
.life-next-btn {
    position: absolute;
    right: -20px;
    top: 42%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    z-index: 10;
    transition: all 0.2s;
    opacity: 0.75;
    background-color: var(--of-white);
    border-radius: 50%;
}

.life-next-btn:hover {
    opacity: 1;
}

.life-slide__content {
    background: var(--of-white);
    padding: 70px 47px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.life-slide__title {
    font-family: var(--font-title);
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 25px;
    line-height: 1.1;
}

.life-slide__text {
    font-size: 16px;
    line-height: 22px;
    color: var(--text-body);
}

.life-slider-nav {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    opacity: 0;
}

/*POPUP*/
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

@keyframes fadeOverlay {
    to {
        opacity: 1;
    }
}

.popup {
    position: relative;
    width: 880px;
    max-width: 110vw;
    /* aspect-ratio: 660 / 420; */
    transform: scale(0.92) translateY(16px);
    animation: popIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.25s forwards;
}

@keyframes popIn {
    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

.popup-bg {
    position: absolute;
    inset: 0;
    background: url('../images/background-popup-01.jpg?v=1') no-repeat;
    background-size: 100%;
    background-position: center;
}

#popupEmail .popup-bg {
    background: url('../images/background-popupemail-01.jpg') no-repeat;
}

/* .popup-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(180, 145, 70, 0.72);
} */

/* === CONTENT === */
.popup-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 36px 48px 40px;
    text-align: center;
    color: var(--of-white);
    font-size: 16px;
}

#popupEmail .popup-content {
    padding-bottom: 130px;
}

/* Logo area */
.popup-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.popup-logo img {
    max-width: 155px;
    filter: brightness(0) invert(1);
}

/* Headline */
.popup-headline {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: clamp(32px, 4.5vw, 48px);
    line-height: 1.1;
    color: var(--of-white);
    margin-bottom: 18px;
    margin-top: 68px;
    letter-spacing: 10%;
}

/* Body text */
.popup-body {
    font-weight: 300;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
    line-height: 22px;
    /* max-width: 410px; */
}

.popup-body .pop-tel {
    font-weight: 500;
}

.popup-body span:last-child {
    display: block;
}

/* Buttons */
.popup-buttons {
    display: flex;
    gap: 14px;
}

.popup-btn {
    padding: 9px 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.8);
    background: transparent;
    cursor: pointer;
    transition: background 0.25s, color 0.25s, border-color 0.25s;
}

.popup-btn:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: #fff;
}

/* === CLOSE BUTTON === */
.popup-close {
    position: absolute;
    top: -16px;
    right: -16px;
    z-index: 10;
    width: 34px;
    height: 34px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 0.88;
    transition: opacity 0.2s, transform 0.2s;
}

.popup-close:hover {
    opacity: 1;
    transform: scale(1.08);
}

.popup-close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* ===================== FOOTER ===================== */
footer {
    background: var(--of-white);
    position: relative;
    padding-bottom: 50px;
}

.footer__inner {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 56px 0 32px;
    position: relative;
    z-index: 1;
}

.footer__grid {
    display: grid;
    grid-template-columns: 180px 380px 280px 1fr;
    gap: 32px;
    margin-bottom: 20px;
    align-items: start;
}

/* Logo col */
.footer__logo-col {}

.footer__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.footer__logo img {
    max-width: 155px;
}

.footer__logo-sub {
    font-size: 8px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-light);
    display: block;
}

/* Col headings */
.footer__col-head {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    color: var(--text-body);
    margin-bottom: 5px;
    line-height: 20px;
}

.footer__col-list {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.footer__email {
    margin-top: 28px;
}

.footer__col-list li a {
    transition: color 0.2s;
}

.footer__col-list li a:hover {
    color: var(--gold);
}

.footer__special {
    margin-top: 53px;
}

/* Contact col */
.footer__contact-text {
    font-size: 20px;
    color: var(--dark-gold);
    line-height: 28px;
}

.footer__social {
    display: flex;
    gap: 16px;
    margin-top: 14px;
}

.footer__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: all 0.2s;
    border-radius: 2px;
}

.footer__social a img {
    width: auto;
    height: auto;
}

/* .footer__social a:hover {
    background: var(--gold);
    color: var(--white);
    border-color: var(--gold);
} */

/* Contact form col */
.footer__contact-form {}

.footer__contact-form .footer__col-head {
    margin-bottom: 12px;
}

.footer__form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 8px;
}

.footer__form-row.single {
    grid-template-columns: 1fr;
}

.footer__input {
    width: 100%;
    border: 1px solid var(--gold-light);
    background: transparent;
    padding: 9px 12px;
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--dark);
    outline: none;
    transition: border-color 0.2s;
}

.footer__input:focus {
    border-color: var(--gold);
}

.footer__input::placeholder {
    color: var(--text-light);
}

.footer__textarea {
    width: 100%;
    border: 1px solid var(--gold-light);
    background: transparent;
    padding: 9px 12px;
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--dark);
    outline: none;
    resize: none;
    height: 72px;
    transition: border-color 0.2s;
    margin-bottom: 8px;
    display: block;
    width: 100%;
}

.footer__textarea:focus {
    border-color: var(--gold);
}

.footer__form-submit-row {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
}

.footer__form-submit-row .btn-gold {
    text-transform: none;
    color: var(--white);
    padding-left: 42px;
    padding-right: 42px;
    font-family: var(--text-body);
}

.footer__form-submit-row .btn-gold:hover {
    background: var(--text-body);
}

.footer__newsletter .footer__col-head {
    font-size: 14px;
    margin-bottom: 0;
}

.footer__nl-row {
    display: grid;
    grid-template-columns: 360px auto;
    gap: 0;
}

.footer__nl-input {
    border: 1px solid var(--gold-light);
    border-right: none;
    background: transparent;
    padding: 9px 12px;
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--dark);
    outline: none;
}

.footer__nl-input:focus {
    border-color: var(--gold);
}

.footer__nl-btn {
    background: var(--gold);
    color: var(--white);
    border: none;
    padding: 0 42px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.7px;
    text-transform: none;
    cursor: pointer;
    transition: background 0.2s;
    font-family: var(--text-body);
}

.footer__nl-btn:hover {
    background: var(--text-body);
}

/* Bottom bar */
.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer__copyright {
    font-size: 16px;
    line-height: 22px;
    color: var(--dark-gold);
    letter-spacing: 0.2px;
    text-align: center;
    font-weight: 300;
    padding-left: 212px;
    position: relative;
    top: 10px;
}

.footer__copyright a {
    color: var(--gold-light);
    text-decoration: none;
}

.footer__copyright a:hover {
    color: var(--gold);
}

/* ===================== PLACEHOLDER IMAGES ===================== */
.img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #c5b498 0%, #a0896a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.35);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: var(--font-body);
}

@supports (-webkit-touch-callout: none) {

    .hero__title,
    .section-intro__title,
    .banner-river__title,
    .rooms-section__title,
    .table-section__title,
    .restaurant-card__title,
    .event-section__title,
    .event-gallery__vert-label span,
    .life-section__title {
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
    }
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1600px) {
    .navbar__logo img {
        max-width: 140px;
    }

    .navbar__links,
    .navbar__right-links {
        gap: 15px;
    }

    .btn-gold,
    .navbar__links a,
    .navbar__right-links a {
        font-size: 12px;
    }

    .restaurant-card__content {
        padding: 48px 48px 40px;
    }

    .rooms-section::before {
        top: 190px;
    }

    .rooms-slide__content {
        padding-right: 48px;
        max-width: 741px;
    }

    .rooms-nav {
        padding: 0 calc(var(--side-pad) - 45px);
    }

    .event-gallery__description {
        left: 40px;
        max-width: 330px;
    }

    .event-gallery__vert-label span {
        font-size: 32px;
    }
}

@media (max-width: 1440px) {
    .btn-gold {
        padding-left: 25px;
        padding-right: 25px;
    }

    .navbar,
    .rooms-section,
    .life-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .navbar__logo img {
        max-width: 125px;
    }

    .event-gallery__description {
        max-width: 280px;
    }

    .life-section__inner {
        gap: 30px;
    }

    .life-slide {
        grid-template-columns: 1fr 290px;
        flex: 0 0 calc(100% - 380px);
    }

    .life-slide__content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer__inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1280px) {

    .navbar,
    .rooms-section,
    .life-section {
        padding-left: 25px;
        padding-right: 25px;
    }

    .btn-gold,
    .navbar__links a,
    .navbar__right-links a {
        font-size: 11px;
    }

    .navbar__links,
    .navbar__right-links {
        gap: 10px;
    }
}

@media (max-width: 1200px) {
    :root {
        --side-pad: 48px;
    }

    .navbar {
        padding-top: 17px;
    }

    .navbar__right {
        display: none;
    }

    .navbar__links,
    .navbar__right-links,
    .navbar__right .btn-gold,
    .navbar__right .lang {
        display: none !important;
    }

    .navbar {
        padding: 16px 24px;
        background: transparent;
    }

    .navbar.scrolled {
        background: var(--of-white);
    }

    .navbar__inner {
        height: 52px;
    }

    .navbar__search-mobile img,
    .navbar__logo img {
        filter: brightness(0) invert(1);
    }

    .nav-open .navbar__search-mobile img,
    .navbar.scrolled .navbar__search-mobile img,
    .nav-open .navbar__logo img {
        filter: none;
    }

    .nav-open .navbar__search-mobile {
        color: var(--gold-light)
    }

    .navbar.scrolled .navbar__logo img {
        filter: none;
    }

    .navbar__hamburger {
        display: flex;
    }

    .navbar__hamburger span {
        background: #fff;
    }

    .navbar.scrolled .navbar__hamburger span {
        background: var(--legacy-gold);
    }

    .navbar__search-mobile {
        display: flex;
        color: #fff;
    }

    .navbar.scrolled .navbar__search-mobile {
        color: var(--legacy-gold);
    }

    .navbar__links {
        display: none;
    }

    .navbar__right-links {
        display: none;
    }

    .navbar.scrolled {
        box-shadow: none;
    }

    .hero__scroll-line {
        width: 12px;
        height: 18px;
    }

    .life-section__title {
        font-size: 48px;
    }

    .life-section__inner {
        grid-template-columns: 390px 1fr;
    }

    .life-slide {
        grid-template-columns: 1fr 270px;
    }

    .event-gallery__description {
        max-width: 240px;
    }

    .footer__grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .footer__contact-form {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1024px) {
    .event-gallery__description {
        max-width: 190px;
    }
}

@media(max-width: 820px) {
    :root {
        --side-pad: 28px;
    }

    .hidden-xs {
        display: none !important;
    }

    img {
        height: auto;
        object-fit: inherit;
    }

    .hidden-md {
        display: inline-block !important;
    }

    .img-placeholder {
        height: auto;
    }

    .rooms-section,
    .section-intro {
        padding-left: 64px;
        padding-right: 64px;
    }

    .photo-grid {
        padding: 0 64px;
        display: block;
    }

    .rooms-section__header {
        grid-template-columns: none;
    }

    .rooms-section__right-text {
        padding-top: 0;
        padding-right: 0;
        max-height: none;
        overflow-y: visible;
    }

    .rooms-section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .rooms-section__header .btn-text {
        margin-top: 30px;
        position: relative;
    }

    .restaurant-card.active,
    .rooms-slide.active {
        display: block;
    }

    .rooms-slide__content {
        padding: 32px 0;
        text-align: left;
        min-height: 241px;
        max-width: none;
    }

    .rooms-nav {
        top: 240px;
    }

    .nav-circle-btn,
    .rooms-nav-btn {
        opacity: 1;
    }

    .restaurant-card__nav .nav-circle-btn,
    .life-slider-nav .nav-circle-btn,
    .rooms-nav .rooms-nav-btn {
        /* filter: brightness(0) invert(1); */
        position: relative;
    }

    .life-slider-nav .nav-circle-btn.btn-prev::after,
    .life-slider-nav .nav-circle-btn.btn-next::after,
    .restaurant-card__nav .nav-circle-btn.btn-prev::after,
    .restaurant-card__nav .nav-circle-btn.btn-next::after,
    .rooms-nav-btn.btn-next::after,
    .rooms-nav-btn.btn-prev::after {
        content: "";
        background-color: var(--of-white);
        width: 44px;
        height: 44px;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        z-index: -1;
    }

    .restaurant-card__nav .btn-prev,
    .life-slider-nav .btn-prev,
    .rooms-nav-btn.btn-prev {
        left: -23px;
    }

    .restaurant-card__nav .btn-next,
    .life-slider-nav .btn-next,
    .rooms-nav-btn.btn-next {
        right: -23px;
    }

    .restaurant-slider-wrap {
        padding: 0 30px;
    }

    .restaurant-card {
        grid-template-columns: 1fr 35%;
    }

    .restaurant-card__content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .restaurant-card__title {
        margin-bottom: 20px;
    }

    .tel-line {
        display: none;
    }

    .restaurant-card__text::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 0;
        width: 3px;
        height: 80%;
        background: #ddd8d8;
        border-radius: 2px;
    }

    .event-section__line {
        margin-bottom: 0;
    }

    .event-section__text {
        margin-bottom: 2px;
    }

    .event-section__top {
        padding-bottom: 53px;
    }

    .event-gallery__vert-label {
        max-height: none;
        top: 50px;
        bottom: auto;
        align-items: flex-end;
    }

    .event-gallery__description {
        left: 30px;
        bottom: auto;
        max-width: calc(100% - 150px);
        top: 60px;
    }

    .event-gallery {
        grid-template-columns: 1fr;
        height: auto;
    }

    .event-gallery__item {
        height: 472px;
    }

    .event-gallery__item:nth-child(2) {
        margin: 1px 0;
    }

    .rooms-section {
        text-align: center;
        padding: 0;
        background-color: var(--white);
    }

    .rooms-section__eyebrow {
        display: block;
    }

    .rooms-section__header {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 30px;
        padding: 0px 30px 0 30px;
    }

    .rooms-section__eyebrow {
        line-height: 20px;
        margin-bottom: 10px;
    }

    .rooms-section__title {
        margin-bottom: 29px;
    }

    .rooms-slide__title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .rooms-slide__content {
        padding: 32px 30px;
        max-width: none;
    }

    .rooms-slide__text {
        min-height: 135px;
    }

    .section-line {
        height: 50px;
    }

    .rooms-slide {
        grid-template-columns: 1fr;
    }

    .rooms-slide__text {
        margin-bottom: 6px;
    }

    .rooms-slide__actions {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }

    .rooms-slide__actions .btn-text:last-child {
        background-color: var(--gold-light);
        color: var(--of-white);
        border-bottom: 0;
        letter-spacing: 0.2px;
        padding: 0 10px;
        line-height: 22px;
    }

    .hidden-sm {
        display: none;
    }

    .rooms-nav {
        top: 315px;
        padding: 0 30px;
    }
}

@media (max-width: 560px) {

    .btn-outline-white {
        padding: 6px 31px 5px;
    }

    body {
        font-size: 12px;
        font-weight: 300;
        line-height: 1.4;
    }

    .navbar__right {
        display: flex;
    }

    .nav-strip.strip-visible {
        display: none;
    }

    .hero__scroll span {
        max-width: 64px;
        font-size: 8px;
        line-height: 12px;
        letter-spacing: 0.42px;
    }

    .photo-grid {
        grid-template-columns: 1fr;
        height: auto;
        padding: 0 31px;
    }

    .photo-grid img {
        height: auto;
        object-fit: inherit;
    }

    .photo-grid .img-placeholder {
        height: auto;
    }

    .banner-river {
        margin-top: 39px;
        padding-top: 88px;
        padding-bottom: 40px;
    }

    .banner-river__eyebrow {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .banner-river__eyebrow span {
        top: -88px;
    }

    .hero__content .mobile-menu__book {
        display: block;
        position: relative;
        padding: 9px 25px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.7px;
        margin-top: 43px;
    }

    .section-intro {
        padding: 43px 30px 28px;
    }

    .section-intro__title {
        margin-bottom: 23px;
    }

    .section-intro__eyebrow {
        color: var(--gold-light);
        font-size: 10px;
        margin-bottom: 24px;
    }

    .life-section__left .btn-text,
    .life-slide__text,
    .life-section__desc,
    .table-section__text,
    .rooms-slide__text,
    .rooms-section__right-text,
    .banner-river__text,
    .section-intro__text {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0.2px;
    }

    .banner-river__btn-wrap {
        margin-bottom: 167px;
        margin-top: 48px;
    }

    .event-section .btn-text,
    .rooms-slide__actions .btn-text,
    .rooms-section__header .rooms-section__right-text .btn-text {
        position: relative;
        bottom: 0;
        display: inline-block !important;
        font-size: 12px;
        margin-top: 15px;
    }

    .rooms-slide__actions .btn-text {
        margin-top: 0;
    }

    .rooms-nav {
        top: 135px;
    }

    .life-slider-nav .nav-circle-btn.btn-prev::after,
    .life-slider-nav .nav-circle-btn.btn-next::after,
    .life-slider-nav .nav-circle-btn .btn-prev,
    .life-slider-nav .nav-circle-btn .btn-next,
    .restaurant-card__nav .nav-circle-btn.btn-prev::after,
    .restaurant-card__nav .nav-circle-btn.btn-next::after,
    .rooms-nav-btn.btn-next::after,
    .rooms-nav-btn.btn-prev::after {
        width: 40px;
        height: 40px;
        z-index: 0;
    }

    .rooms-nav-btn.btn-next::after,
    .rooms-nav-btn.btn-prev::after {
        top: 2px;
    }

    .rooms-nav-btn.btn-next::after,
    .rooms-nav-btn.btn-prev::after {
        z-index: -1;
    }

    .restaurant-card__nav .btn-next,
    .restaurant-card__nav .btn-prev {
        background: transparent;
    }

    .life-slider-nav .nav-circle-btn span,
    .restaurant-card__nav span {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        z-index: 1;
    }

    .life-slider-nav .nav-circle-btn.btn-next span,
    .restaurant-card__nav .btn-next span {
        background: url(../images/arrow-next.png) no-repeat;
        background-size: 100%;
    }

    .life-slider-nav .nav-circle-btn.btn-prev span,
    .restaurant-card__nav .btn-prev span {
        background: url(../images/arrow-prev.png) no-repeat;
        background-size: 100%;
    }

    .restaurant-card__nav .nav-circle-btn,
    .life-slider-nav .nav-circle-btn,
    .rooms-nav .rooms-nav-btn {
        /*filter: brightness(0) invert(1);*/
        position: relative;
        max-width: 40px;
    }

    .restaurant-card__nav .btn-prev,
    .life-slider-nav .btn-prev,
    .rooms-nav-btn.btn-prev {
        left: 0;
    }

    .restaurant-card__nav .btn-next,
    .life-slider-nav .btn-next,
    .rooms-nav-btn.btn-next {
        right: 0;
    }

    .restaurant-card__text {
        margin-bottom: 0;
    }

    .restaurant-card__actions {
        justify-content: center;
        margin-bottom: 30px;
    }

    .table-section .btn-text {
        font-size: 12px;
        margin-top: 15px;
        border-bottom: 0;
        text-decoration: underline;
    }

    .restaurant-card__actions .btn-text {
        margin-top: 20px;
        text-decoration: none;
        text-align: center;
        display: inline-block;
        background-color: var(--gold-light);
        color: var(--of-white);
        padding: 3px 17px 2px;
    }

    .table-section__top {
        padding-bottom: 20px;
    }

    .the-table_event {
        padding: 0 30px;
    }

    .rooms-slide__actions .btn-text:first-child {
        text-decoration: underline;
        border-bottom: 0;
    }

    .restaurant-card__title {
        margin-bottom: 22px;
    }

    .restaurant-card__content {
        max-height: 232px;
    }

    .table-section__title {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .event-section__title,
    .table-section__title {
        margin-bottom: 20px;
    }

    .life-section__eyebrow,
    .event-section__eyebrow,
    .table-section__eyebrow {
        font-size: 10px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .table-section__line {
        margin-bottom: 0;
    }

    .table-section__text {
        margin-bottom: 5px;
    }

    .event-gallery__item {
        height: 272px;
    }

    .event-gallery__description {
        bottom: 30px;
    }

    .event-gallery__vert-label {
        max-height: 190px;
        top: 47px;
        bottom: 0;
    }

    .event-gallery__vert-label span {
        font-size: 24px;
    }

    .event-section__text,
    .restaurant-card__text {
        line-height: 1.4;
        font-size: 12px;
    }

    .restaurant-card__bullets {
        opacity: 0;
    }

    .restaurant-slider-wrap {
        padding: 0;
    }

    .restaurant-card__content .restaurant-card__title,
    .restaurant-card__text {
        text-align: center;
    }

    .restaurant-card {
        grid-template-columns: 1fr;
    }

    .restaurant-card__content {
        padding: 32px 28px 0;
    }

    .restaurant-card__img-area img {
        height: 100%;
        object-fit: cover;
    }

    .restaurant-card__img-area {
        overflow: visible;
        min-height: 261px;
    }

    .restaurant-card__nav {
        position: absolute;
        justify-content: space-between;
        width: 100%;
        top: 115px;
        left: 0;
    }

    .life-section {
        padding: 0 30px 40px;
        border-bottom: 0;
    }

    .life-section__left .btn-text {
        border-bottom: 0;
        text-decoration: underline;
    }

    .life-next-btn {
        display: none;
    }

    .life-slider-nav {
        justify-content: space-between;
        position: absolute;
        width: 100%;
        z-index: 10;
        top: 50px;
        opacity: 1;
    }

    .life-slider-nav .nav-circle-btn {
        width: 40px;
        height: 40px;
    }

    .life-section .section-line {
        background-color: var(--starlight);
    }

    .life-section__title {
        margin-bottom: 0;
    }

    .life-section__desc {
        margin-bottom: 29px;
        margin-top: 29px;
    }

    .life-slide {
        flex: none;
        display: block;
        max-width: 100%;
    }

    .life-section__inner {
        display: block;
        text-align: center;
        gap: 0;
    }

    life-mask {
        padding: 0;
    }

    life-slide__content {
        display: block;
    }

    .life-slide__img .img-placeholder,
    .life-slide__img {
        max-height: 205px;
    }

    .life-slide__img img {
        object-fit: inherit;
        height: auto;
    }

    .life-slide__content {
        padding: 30px;
        min-height: 204px;
    }

    .life-section__right {
        overflow: hidden;
        margin-top: 33px;
        position: relative;
    }

    .life-mask {
        padding: 0;
    }

    .life-slide__title {
        font-size: 16px;
        white-space: nowrap;
    }

    footer {
        background-color: #f4f4f4;
        padding-bottom: 22px;
    }

    .footer__inner {
        padding: 45px 48px;
    }

    .footer__logo {
        display: block;
        margin-bottom: 68px;
    }

    .footer__logo img {
        max-width: 155px;
        margin: 0 auto;
    }

    .footer__grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer__nl-row {
        grid-template-columns: 1fr 109px;
    }

    .footer__newsletter .footer__col-head,
    .footer__col-head {
        font-size: 8px;
        margin-bottom: 0;
        color: var(--gold-light);
    }

    .footer__newsletter .footer__col-head {
        color: var(--gold-light);
        margin-bottom: 5px;
    }

    .footer__newsletter {
        width: 100%;
    }

    .footer__form-submit-row .btn-gold {
        padding: 6px 26px;
        font-size: 14px;
        border: 0;
    }

    .footer__contact-text {
        font-size: 14px;
        line-height: 20px;
    }

    .footer__special {
        margin-top: 50px;
    }

    .footer__copyright {
        order: 2;
        padding-left: 0;
        text-align: left;
        font-size: 10px;
        letter-spacing: 0.2px;
        line-height: 20px;
    }

    .footer__nl-input {
        padding: 6px 3px;
    }

    .footer__nl-btn {
        padding: 0 24px;
    }

    .footer__bottom {
        gap: 16px;
    }

    #booknow-mobile.mobile-menu__book.scrolled {
        opacity: 1;
    }

    .popup-overlay .popup-bg {
        background: url(../images/background-popup-02.jpg) no-repeat;
        margin: 0 6.5%;
    }

    #popupEmail .popup-overlay .popup-bg {
        background: url(../images/background-popupemail-02.jpg) no-repeat;
    }

    .popup-close {
        right: 11px;
    }

    .popup-headline {
        margin-top: 21px;
    }

    .popup-content {
        font-size: 14px;
        padding: 50px 40px;
    }

    #popupEmail .popup-content {
        padding-bottom: 50px;
    }

    .popup-body .pop-tel {
        display: block;
    }

    .popup-buttons {
        flex-wrap: wrap;
        gap: 7px;
        max-width: 130px;
        justify-content: center;
    }

    .popup-buttons a {
        flex: 1 1 auto;
        text-align: center;
        min-width: 125px;
        font-size: 12px;
        font-weight: 300;
        padding: 6px 10px;
    }
}

@media (max-width: 600px) {
    :root {
        --side-pad: 20px;
    }

    .footer__grid {
        grid-template-columns: 1fr;
    }

    .footer__form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 400px) {
    .rooms-slide__text {
        min-height: 147px;
    }
}