:root {
    --color-primary: #0b63b6;
    --color-primary-dark: #084b8a;
    --color-accent: #47a8ed;
    --color-background: #f5faff;
    --color-text: #17324d;
    --ds-navy: #102a43;
    --ds-blue: #0b63b6;
    --ds-blue-dark: #084b8a;
    --ds-sky: #eaf5ff;
    --ds-line: #d6e7f5;
    --ds-muted: #5d7489;
    --ds-white: #ffffff;
    --ds-shadow: 0 20px 55px rgba(16, 42, 67, .12);
}

html {
    scroll-padding-top: 112px;
}

body {
    background: #f6faff;
    color: var(--ds-navy);
    font-family: "Work Sans", "Helvetica Neue", Arial, sans-serif;
}

body.menu-is-open {
    overflow: hidden;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
    outline: 3px solid rgba(11, 99, 182, .28);
    outline-offset: 3px;
}

.site-main {
    padding: 0 !important;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0 22px;
    border-bottom: 1px solid rgba(11, 99, 182, .12);
    background: rgba(255, 255, 255, .94);
    color: var(--ds-navy);
    box-shadow: 0 8px 30px rgba(16, 42, 67, .07);
    backdrop-filter: blur(18px);
}

.site-header::after {
    display: none;
}

.is-scrolled .site-header {
    padding: 0 22px;
    background: rgba(255, 255, 255, .97);
}

.site-header__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(1240px, 100%);
    min-height: 88px;
    margin: 0 auto;
}

.site-branding {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.site-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ds-navy) !important;
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .01em;
    line-height: 1.15;
    text-decoration: none !important;
    text-transform: none;
}

.site-title__mark,
.footer-brand > span {
    display: grid;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: linear-gradient(145deg, #1580d6, #084f94);
    color: #fff;
    font: 800 14px/1 "Work Sans", sans-serif;
    letter-spacing: -.02em;
    box-shadow: 0 9px 20px rgba(11, 99, 182, .23);
}

.site-title__text {
    display: flex;
    flex-direction: column;
}

.site-title__text small {
    margin-top: 3px;
    color: #648096;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.site-top-banner-text {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 10px;
    padding-left: 20px;
    border-left: 1px solid var(--ds-line);
    color: #6b8195;
    font-size: 11px;
    line-height: 1.35;
}

.site-top-banner-text span {
    max-width: 230px;
}

.site-top-banner-text a {
    white-space: nowrap;
    color: var(--ds-blue);
    font-weight: 800;
}

.site-navigation {
    flex: 0 0 auto;
    width: auto;
}

.nav-menu {
    flex-wrap: nowrap;
    gap: 3px;
}

.nav-menu a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    color: #294963;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .01em;
    text-decoration: none !important;
    transition: background .18s ease, color .18s ease;
}

.nav-menu a::after {
    display: none;
}

.nav-menu a:hover,
.nav-menu a:focus-visible,
.nav-menu .current-menu-item > a {
    background: var(--ds-sky);
    color: var(--ds-blue-dark);
}

.menu-toggle {
    display: none;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid var(--ds-line);
    border-radius: 11px;
    background: #fff;
    color: var(--ds-navy);
    font: 700 12px/1 "Work Sans", sans-serif;
}

.menu-toggle__lines {
    display: grid;
    gap: 3px;
}

.menu-toggle__lines i {
    display: block;
    width: 17px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform .2s ease, opacity .2s ease;
}

.breadcrumb {
    border: 0;
    background: #f7fbff;
}

.breadcrumb__inner {
    color: #7890a4;
}

.listing-translate {
    max-width: 1240px;
    margin: 0 auto;
    padding: 18px 22px 4px;
    justify-content: flex-end;
}

#google_translate_element select.goog-te-combo {
    min-width: 180px;
    border-color: var(--ds-line);
    background-color: #fff;
    color: #294963;
    box-shadow: 0 7px 22px rgba(16, 42, 67, .07);
}

.listing-hero {
    padding: clamp(30px, 5vw, 64px) 0 clamp(48px, 6vw, 80px);
    background:
        radial-gradient(circle at 90% 10%, rgba(71, 168, 237, .16), transparent 31%),
        linear-gradient(180deg, #f7fbff 0%, #eaf5ff 100%);
}

.listing-hero__container {
    max-width: 1240px;
    padding: 0 22px;
}

.listing-hero__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 25px;
}

.listing-hero__title {
    max-width: 780px;
    margin: 0 0 8px;
    color: var(--ds-navy);
    font: 700 clamp(38px, 6vw, 68px)/1.03 "Playfair Display", Georgia, serif;
    letter-spacing: -.035em;
}

.listing-hero__address {
    color: #567187;
    font-size: 14px;
}

.listing-hero__content {
    grid-template-columns: minmax(0, 1.55fr) minmax(310px, .75fr);
    gap: 26px;
    align-items: stretch;
}

.listing-hero__image {
    min-height: 520px;
    border-radius: 26px;
    box-shadow: 0 30px 70px rgba(16, 42, 67, .18);
}

.listing-hero__image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(4, 35, 64, .38));
    content: "";
    pointer-events: none;
}

.listing-hero__image img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.listing-hero__gallery-btn,
.listing-hero__check-availability {
    z-index: 2;
    border-radius: 11px;
    background: rgba(255, 255, 255, .94);
    color: var(--ds-blue-dark) !important;
    box-shadow: 0 12px 28px rgba(16, 42, 67, .17);
    backdrop-filter: blur(10px);
}

.listing-hero__check-availability {
    background: var(--ds-blue);
    color: #fff !important;
}

.booking-widget {
    height: 100%;
    padding: 25px;
    border: 1px solid rgba(11, 99, 182, .14);
    border-radius: 24px;
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--ds-shadow);
}

.booking-widget__rating {
    border-bottom-color: var(--ds-line);
}

.booking-widget__rating-badge {
    border-radius: 9px;
    background: var(--ds-blue);
}

.booking-widget__field label {
    color: #31516b;
    font-weight: 700;
}

.booking-widget__field input,
.booking-widget__field select {
    min-height: 48px;
    border-color: var(--ds-line);
    border-radius: 11px;
    background: #fbfdff;
}

.booking-widget__field input:focus,
.booking-widget__field select:focus {
    border-color: var(--ds-blue);
    outline: 3px solid rgba(11, 99, 182, .12);
}

.booking-widget__submit {
    min-height: 51px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0d70c8, #084d90);
    box-shadow: 0 13px 26px rgba(11, 99, 182, .22);
}

.listing-nav {
    position: sticky;
    top: 88px;
    z-index: 50;
    border-block: 1px solid rgba(11, 99, 182, .11);
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 8px 25px rgba(16, 42, 67, .06);
    backdrop-filter: blur(15px);
}

.listing-nav__inner {
    max-width: 1240px;
    gap: 5px;
    padding: 10px 22px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.listing-nav__link {
    flex: 0 0 auto;
    padding: 10px 13px;
    border: 0;
    border-radius: 10px;
    color: #60788c;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.listing-nav__link:hover,
.listing-nav__link.active,
.listing-nav__link[aria-selected="true"] {
    border: 0;
    background: var(--ds-sky);
    color: var(--ds-blue-dark);
}

.listing-tabs {
    background: #fff;
}

.listing-section {
    padding: clamp(54px, 7vw, 88px) 0;
    background: #fff;
}

.listing-section:nth-child(even) {
    background: #f5faff;
}

.listing-section__container,
.related-hotels__container {
    max-width: 1140px;
    padding: 0 22px;
}

.listing-section__title,
.related-hotels__title {
    margin-bottom: 27px;
    color: var(--ds-navy);
    font: 700 clamp(30px, 4vw, 45px)/1.12 "Playfair Display", Georgia, serif;
    letter-spacing: -.025em;
}

.listing-section__content {
    color: #4d667c;
    font-size: 16px;
    line-height: 1.85;
}

.listing-section__content h3 {
    margin-top: 30px;
    color: #1c405f;
}

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

.feature-item,
.review-item,
.faq-item,
.related-hotel-card {
    border: 1px solid var(--ds-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(16, 42, 67, .07);
}

.feature-item {
    padding: 24px;
}

.feature-item h3 {
    color: #1d4c73;
}

.listing-gallery {
    gap: 14px;
}

.listing-gallery__item {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(16, 42, 67, .1);
}

.listing-map,
.listing-map iframe {
    overflow: hidden;
    border-radius: 22px;
}

.reviews-summary__score,
.review-item__score {
    background: var(--ds-blue);
}

.faq-item {
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-item__question {
    padding: 20px 22px;
    color: #274c6a;
}

.faq-item[open] .faq-item__question {
    background: var(--ds-sky);
    color: var(--ds-blue-dark);
}

.faq-item__answer {
    padding: 0 22px 22px;
    color: #5c7489;
}

.related-hotels {
    padding: clamp(54px, 7vw, 88px) 0;
    background: linear-gradient(135deg, #eaf5ff, #f7fbff);
}

.related-hotel-card {
    padding: 25px;
}

.related-hotel-card:hover {
    border-color: #9cc8e8;
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(16, 42, 67, .11);
}

.site-footer--listing {
    padding: clamp(58px, 7vw, 82px) 0 24px;
    background:
        radial-gradient(circle at 88% 0, rgba(52, 141, 213, .2), transparent 30%),
        #0b2740;
    color: #fff;
}

.site-footer--listing .site-footer__inner {
    max-width: 1240px;
    padding: 0 22px;
}

.footer-content {
    grid-template-columns: 1.2fr .65fr 1.05fr;
    gap: clamp(30px, 5vw, 70px);
    margin-bottom: 46px;
}

.footer-section h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 15px;
    letter-spacing: .01em;
    text-transform: none;
}

.footer-section p {
    color: #aec4d5;
    font-size: 13px;
    line-height: 1.75;
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #fff;
    text-decoration: none !important;
}

.footer-brand strong {
    display: flex;
    flex-direction: column;
    font-size: 15px;
}

.footer-brand small {
    margin-top: 3px;
    color: #80b9e6;
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.footer-contact a {
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 9px;
    color: #d7e9f7;
    font-size: 12px;
    font-weight: 700;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #aec4d5;
    font-size: 13px;
}

.footer-section ul li a:hover,
.footer-section ul li a:focus-visible {
    color: #fff;
}

.footer-section--checkin {
    padding: 25px;
    border: 1px solid rgba(134, 195, 240, .18);
    border-radius: 20px;
    background: rgba(255, 255, 255, .055);
}

.footer-section__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #77bff2;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.footer-checkin-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    margin-top: 10px;
    padding: 13px 15px;
    border-radius: 11px;
    background: #fff;
    color: var(--ds-blue-dark) !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .11);
    color: #8eabbf;
    font-size: 11px;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom > div {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-bottom a {
    color: #bcd1e0;
}

.documents-page {
    min-height: 70vh;
    padding: 28px 22px clamp(70px, 8vw, 110px);
    background:
        radial-gradient(circle at 85% 8%, rgba(71, 168, 237, .16), transparent 28%),
        linear-gradient(180deg, #f7fbff, #eaf5ff 45%, #f8fbfe);
}

.documents-page__inner {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.documents-breadcrumb {
    display: flex;
    gap: 9px;
    margin-bottom: clamp(40px, 6vw, 70px);
    color: #71889b;
    font-size: 12px;
}

.documents-breadcrumb a {
    color: var(--ds-blue);
    font-weight: 700;
}

.documents-hero {
    max-width: 840px;
    margin-bottom: clamp(38px, 6vw, 64px);
}

.documents-hero__eyebrow {
    color: var(--ds-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.documents-hero h1 {
    margin: 13px 0 17px;
    color: var(--ds-navy);
    font: 700 clamp(42px, 7vw, 70px)/1.02 "Playfair Display", Georgia, serif;
    letter-spacing: -.04em;
}

.documents-hero > p {
    max-width: 700px;
    margin: 0;
    color: var(--ds-muted);
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.75;
}

.documents-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.documents-hero__meta span {
    padding: 8px 11px;
    border: 1px solid rgba(11, 99, 182, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: #496b85;
    font-size: 11px;
    font-weight: 700;
}

.documents-hero__meta span::before {
    margin-right: 6px;
    color: var(--ds-blue);
    content: "✓";
}

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

.document-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 15px;
    min-height: 118px;
    padding: 20px;
    border: 1px solid rgba(11, 99, 182, .13);
    border-radius: 18px;
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 14px 38px rgba(16, 42, 67, .08);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.document-card:hover {
    border-color: #9fc9e8;
    box-shadow: 0 19px 45px rgba(16, 42, 67, .12);
    transform: translateY(-3px);
}

.document-card__type {
    display: grid;
    width: 48px;
    height: 56px;
    place-items: center;
    border-radius: 11px;
    background: var(--ds-sky);
    color: var(--ds-blue-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
}

.document-card__content {
    min-width: 0;
}

.document-card h2 {
    margin: 0 0 7px;
    color: #244965;
    font-size: 14px;
    line-height: 1.35;
}

.document-card p {
    margin: 0;
    color: #7a8fa1;
    font-size: 11px;
}

.document-card__action {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 11px;
    border-radius: 9px;
    background: var(--ds-blue);
    color: #fff !important;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
}

.documents-help,
.documents-empty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 35px;
    padding: 25px 28px;
    border-radius: 20px;
    background: #0c5ea8;
    color: #fff;
    box-shadow: 0 20px 45px rgba(11, 99, 182, .2);
}

.documents-help span,
.documents-help strong {
    display: block;
}

.documents-help span {
    margin-bottom: 4px;
    color: #bfdef5;
    font-size: 11px;
}

.documents-help a {
    flex: 0 0 auto;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: 800;
}

.documents-empty {
    display: block;
    background: #fff;
    color: var(--ds-navy);
}

.suites-container,
.site-content,
.single-suite {
    width: min(1140px, calc(100% - 44px));
    margin: 0 auto;
    padding-block: clamp(45px, 6vw, 80px);
}

@media (max-width: 1080px) {
    .site-top-banner-text {
        display: none;
    }

    .nav-menu a {
        padding-inline: 9px;
    }
}

@media (max-width: 860px) {
    html {
        scroll-padding-top: 86px;
    }

    .site-header,
    .is-scrolled .site-header {
        padding: 0 15px;
    }

    .site-header__inner {
        min-height: 76px;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .site-navigation {
        position: absolute;
        top: calc(100% + 1px);
        right: 0;
        left: 0;
        display: none;
        width: 100%;
        max-height: calc(100vh - 76px);
        padding: 12px 15px 18px;
        overflow: auto;
        border-bottom: 1px solid var(--ds-line);
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 22px 38px rgba(16, 42, 67, .13);
    }

    .menu-is-open .site-navigation {
        display: block;
    }

    .menu-is-open .menu-toggle__lines i:first-child {
        transform: translateY(5px) rotate(45deg);
    }

    .menu-is-open .menu-toggle__lines i:nth-child(2) {
        opacity: 0;
    }

    .menu-is-open .menu-toggle__lines i:last-child {
        transform: translateY(-5px) rotate(-45deg);
    }

    .nav-menu {
        align-items: stretch;
        flex-direction: column;
        gap: 3px;
    }

    .nav-menu a {
        padding: 12px 13px;
        font-size: 13px;
    }

    .listing-nav {
        top: 76px;
    }

    .listing-hero__content {
        grid-template-columns: 1fr;
    }

    .listing-hero__image,
    .listing-hero__image img {
        min-height: 430px;
    }

    .features-grid,
    .documents-grid {
        grid-template-columns: 1fr;
    }

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

    .footer-section--checkin {
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    .site-title__mark {
        width: 38px;
        height: 38px;
        border-radius: 11px;
    }

    .site-title__text {
        max-width: 155px;
        font-size: 13px;
    }

    .menu-toggle {
        padding-inline: 11px;
    }

    .listing-translate {
        justify-content: center;
        padding-inline: 14px;
    }

    .listing-hero__container,
    .listing-section__container,
    .related-hotels__container {
        padding-inline: 15px;
    }

    .listing-hero__title {
        font-size: 39px;
    }

    .listing-hero__image,
    .listing-hero__image img {
        min-height: 320px;
    }

    .listing-hero__check-availability {
        top: 12px;
        left: 12px;
        padding: 11px 15px;
        font-size: 12px;
    }

    .booking-widget {
        padding: 20px;
        border-radius: 19px;
    }

    .listing-nav__inner {
        padding-inline: 14px;
    }

    .footer-content,
    .footer-bottom {
        align-items: stretch;
        flex-direction: column;
        grid-template-columns: 1fr;
    }

    .footer-section--checkin {
        grid-column: auto;
    }

    .documents-page {
        padding-inline: 14px;
    }

    .document-card {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .document-card__action {
        grid-column: 1 / -1;
        justify-content: center;
    }

    .documents-help {
        align-items: flex-start;
        flex-direction: column;
    }
}

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

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

