:root {
    --ink: #11110f;
    --ink-soft: #292822;
    --paper: #f5f4f0;
    --white: #ffffff;
    --gold: #b9944f;
    --gold-light: #dfc98e;
    --sage: #33483d;
    --blue-grey: #607078;
    --muted: #746f65;
    --line: rgba(17, 17, 15, .13);
    --line-light: rgba(255, 255, 255, .22);
    --shadow: 0 24px 70px rgba(17, 17, 15, .16);
    --header-height: 92px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height);
}

body {
    margin: 0;
    overflow-x: hidden;
    background: #08110f;
    color: var(--ink);
    font-family: "DM Sans", Arial, sans-serif;
    letter-spacing: 0;
}

body.menu-open {
    overflow: hidden;
}

body.modal-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
select {
    font: inherit;
}

button {
    color: inherit;
}

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

svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    stroke-width: 1.8;
}

[hidden] {
    display: none !important;
}

.app-header {
    position: fixed;
    inset: 12px clamp(14px, 2.4vw, 38px) auto;
    z-index: 100;
    height: 72px;
    display: grid;
    grid-template-columns: minmax(205px, .8fr) auto minmax(270px, .8fr);
    align-items: center;
    gap: 18px;
    padding: 0 12px 0 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    transition: inset .25s ease, height .25s ease, background .25s ease, box-shadow .25s ease;
}

.app-header.is-scrolled {
    inset-block-start: 8px;
    height: 64px;
    background: transparent;
    box-shadow: none;
}

.brand {
    align-self: stretch;
    display: flex;
    align-items: center;
    width: max-content;
    min-width: 0;
    min-height: 62px;
    padding: 0 16px 0 11px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 8px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 15px 38px rgba(0, 0, 0, .16);
    backdrop-filter: blur(18px);
}

.brand img {
    width: 51px;
    height: 62px;
    object-fit: contain;
    transition: width .25s ease, height .25s ease;
}

.is-scrolled .brand img {
    width: 47px;
    height: 56px;
}

.brand__divider {
    width: 1px;
    height: 30px;
    margin: 0 12px 0 14px;
    background: var(--line);
}

.brand__caption {
    color: var(--muted);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    height: 44px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    background: rgba(18, 18, 15, .44);
    box-shadow: 0 14px 38px rgba(0, 0, 0, .13);
    backdrop-filter: blur(18px);
}

.desktop-nav a {
    position: relative;
    display: grid;
    place-items: center;
    height: 34px;
    padding: 0 clamp(13px, 1.6vw, 22px);
    border-radius: 5px;
    color: rgba(255, 255, 255, .7);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

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

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
    transform: none;
}

.desktop-nav a:hover,
.desktop-nav a.active {
    background: rgba(255, 255, 255, .18);
    color: var(--white);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.language-switch {
    display: inline-flex;
    align-items: center;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 7px;
    background: rgba(18, 18, 15, .44);
    backdrop-filter: blur(18px);
}

.language-switch button {
    min-width: 34px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, .62);
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
}

.language-switch button.active {
    border-radius: 5px;
    background: rgba(255, 255, 255, .92);
    color: var(--ink);
    box-shadow: 0 3px 10px rgba(17, 17, 15, .08);
}

.header-cta {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 18px;
    border: 0;
    border-radius: 6px;
    background: var(--white);
    color: var(--ink);
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    transition: background .2s ease, transform .2s ease;
}

.header-cta:hover {
    background: var(--gold-light);
    transform: translateY(-1px);
}

.menu-toggle,
.mobile-menu {
    display: none;
}

.hero {
    position: relative;
    min-height: min(900px, 100svh);
    margin-top: 0;
    overflow: hidden;
    background: var(--ink);
    color: var(--white);
}

.hero__media,
.hero__shade {
    position: absolute;
    inset: 0;
}

.life-current {
    position: absolute;
    top: 18%;
    right: -4%;
    z-index: 1;
    width: min(520px, 42vw);
    display: grid;
    gap: 22px;
    pointer-events: none;
    transform: rotate(-8deg);
}

.life-current span {
    height: 1px;
    display: block;
    background: rgba(223, 201, 142, .62);
    transform-origin: right;
    animation: current-line 4.8s ease-in-out infinite;
}

.life-current span:nth-child(2) {
    width: 72%;
    animation-delay: -.9s;
}

.life-current span:nth-child(3) {
    width: 48%;
    animation-delay: -1.8s;
}

.hero__media {
    background-image: url("../img/business-life-hero-v2.png");
    background-position: center;
    background-size: cover;
    transform: scale(1.01);
    animation: hero-arrive 1.2s cubic-bezier(.2, .8, .2, 1) both;
    transition: opacity .38s ease, transform .5s ease;
}

.hero__media.is-switching {
    opacity: .28;
    transform: scale(1.045);
}

.hero__shade {
    background:
        linear-gradient(90deg, rgba(13, 14, 14, .86) 0%, rgba(13, 14, 14, .62) 36%, rgba(13, 14, 14, .12) 71%),
        linear-gradient(0deg, rgba(13, 14, 14, .66) 0%, transparent 38%);
}

.hero__inner {
    position: relative;
    z-index: 2;
    width: min(1460px, 100%);
    min-height: min(900px, 100svh);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(250px, .45fr);
    align-items: center;
    gap: clamp(40px, 8vw, 130px);
    margin: 0 auto;
    padding: 130px clamp(22px, 5vw, 80px) 172px;
}

.hero__copy {
    max-width: 720px;
}

.kicker {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 20px;
    color: var(--gold-light);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.kicker::before {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.kicker--dark {
    color: var(--gold);
}

.hero h1 {
    max-width: 680px;
    margin: 0;
    font-family: "Manrope", Arial, sans-serif;
    font-size: clamp(49px, 6.4vw, 94px);
    font-weight: 600;
    line-height: .97;
}

.hero__tagline {
    margin: 22px 0 0;
    color: var(--gold-light);
    font-family: "Manrope", Arial, sans-serif;
    font-size: clamp(21px, 2.2vw, 31px);
    font-weight: 500;
}

.hero__intro {
    max-width: 560px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .77);
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.65;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 32px;
}

.button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 22px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 700;
    transition: transform .2s ease, background .2s ease;
}

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

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

.button--glass {
    border-color: rgba(255, 255, 255, .38);
    background: rgba(255, 255, 255, .07);
    color: var(--white);
    backdrop-filter: blur(10px);
}

.button--glass:hover {
    background: rgba(255, 255, 255, .14);
}

.hero__note {
    align-self: end;
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 320px;
    margin-bottom: 174px;
    color: rgba(255, 255, 255, .82);
}

.hero__note-line {
    width: 1px;
    height: 64px;
    background: var(--gold-light);
}

.hero__note p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

.hotel-app {
    position: relative;
    z-index: 3;
    width: min(1440px, 100%);
    min-height: min(900px, 100svh);
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) minmax(350px, 410px);
    align-items: center;
    gap: clamp(24px, 4vw, 62px);
    margin: 0 auto;
    padding: 118px clamp(24px, 5vw, 78px) 132px;
}

.hotel-switcher {
    align-self: center;
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 14px 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(17, 17, 14, .4);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .18);
    backdrop-filter: blur(18px);
}

.hotel-switcher > span {
    color: rgba(255, 255, 255, .62);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.hotel-switcher button {
    position: relative;
    width: 52px;
    height: 52px;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 7px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    filter: saturate(.75) brightness(.78);
    transition: filter .2s ease, transform .2s ease, border-color .2s ease;
}

.hotel-switcher button:hover,
.hotel-switcher button.active {
    border-color: var(--gold-light);
    filter: saturate(1) brightness(1);
    transform: translateX(4px);
}

.hotel-switcher small {
    position: absolute;
    right: 3px;
    bottom: 3px;
    min-width: 18px;
    padding: 3px;
    border-radius: 4px;
    background: rgba(13, 13, 11, .78);
    color: var(--white);
    font-size: 8px;
}

.app-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: var(--gold-light);
    font-size: 10px;
    text-transform: uppercase;
}

.app-label span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold-light);
    box-shadow: 0 0 0 6px rgba(223, 201, 142, .11);
    animation: live-pulse 2.2s ease-in-out infinite;
}

.hotel-app .hero__copy {
    max-width: 620px;
}

.hotel-app .hero__copy h1 {
    font-size: clamp(50px, 5.7vw, 82px);
}

.app-status-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.app-status-cards > div {
    min-width: 190px;
    min-height: 66px;
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 8px;
    background: rgba(17, 17, 14, .38);
    color: var(--white);
    backdrop-filter: blur(16px);
}

.app-status-cards svg {
    color: var(--gold-light);
}

.app-status-cards small,
.app-status-cards b {
    display: block;
}

.app-status-cards small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .56);
    font-size: 9px;
}

.app-status-cards b {
    font-size: 11px;
}

.stay-console {
    align-self: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    background: rgba(17, 17, 14, .52);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
    color: var(--white);
    backdrop-filter: blur(26px);
}

.stay-console__head {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 14px 10px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.stay-console__head > span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stay-console__head b {
    font-size: 12px;
}

.stay-console__head button,
.guest-control button {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 6px;
    background: rgba(255, 255, 255, .08);
    color: var(--white);
    cursor: pointer;
}

.selected-stay {
    position: relative;
    padding: 22px 22px 20px;
    background: rgba(249, 248, 244, .96);
    color: var(--ink);
}

.selected-stay > span,
.selected-stay small,
.selected-stay h2 {
    display: block;
}

.selected-stay > span {
    margin-bottom: 10px;
    color: var(--gold);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.selected-stay small {
    margin-bottom: 5px;
    color: var(--muted);
    font-size: 10px;
}

.selected-stay h2 {
    max-width: 290px;
    margin: 0;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2;
}

.selected-stay em {
    position: absolute;
    top: 20px;
    right: 18px;
    padding: 7px 9px;
    border-radius: 5px;
    background: rgba(185, 148, 79, .13);
    color: #80652f;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.stay-dates {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.stay-dates label {
    min-width: 0;
    padding: 15px 18px;
}

.stay-dates label + label {
    border-left: 1px solid rgba(255, 255, 255, .14);
}

.stay-dates span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .55);
    font-size: 9px;
    text-transform: uppercase;
}

.stay-dates input {
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--white);
    color-scheme: dark;
    font: 600 12px "DM Sans", Arial, sans-serif;
}

.guest-control {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 16px 12px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.guest-control > span small,
.guest-control > span b {
    display: block;
}

.guest-control > span small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .55);
    font-size: 9px;
}

.guest-control > span b,
.guest-control > span i {
    font-size: 12px;
    font-style: normal;
}

.guest-control > div {
    display: flex;
    gap: 6px;
}

.plan-button,
.view-selected {
    width: calc(100% - 28px);
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 14px;
    padding: 0 16px;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
}

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

.view-selected {
    min-height: 38px;
    margin-top: -7px;
    background: transparent;
    color: rgba(255, 255, 255, .7);
}

.hero-app-footer {
    position: absolute;
    right: clamp(24px, 5vw, 78px);
    bottom: 24px;
    left: clamp(24px, 5vw, 78px);
    z-index: 4;
    min-height: 68px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    align-items: center;
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: rgba(17, 17, 14, .42);
    color: var(--white);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
    backdrop-filter: blur(20px);
}

.hero-app-footer > span,
.hero-app-footer > button {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .13);
    background: transparent;
    color: inherit;
    font-size: 10px;
}

.hero-app-footer svg {
    color: var(--gold-light);
}

.hero-app-footer > button {
    min-width: 160px;
    border-right: 0;
    background: rgba(255, 255, 255, .08);
    cursor: pointer;
    font-weight: 700;
}

.hotel-finder {
    position: absolute;
    right: clamp(22px, 5vw, 80px);
    bottom: 28px;
    left: clamp(22px, 5vw, 80px);
    z-index: 5;
    min-height: 114px;
    display: grid;
    grid-template-columns: minmax(250px, 1fr) minmax(220px, .75fr) 64px;
    align-items: center;
    gap: 26px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 18px 20px 18px 28px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 8px;
    background: rgba(250, 249, 246, .94);
    color: var(--ink);
    cursor: pointer;
    text-align: left;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .24);
    backdrop-filter: blur(18px);
}

.hotel-finder__title > small {
    display: block;
    margin-bottom: 7px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.hotel-finder__title strong {
    font-family: "Manrope", Arial, sans-serif;
    font-size: clamp(17px, 1.5vw, 21px);
}

.finder-summary {
    display: block;
    padding-left: 26px;
    border-left: 1px solid var(--line);
}

.finder-summary > span,
.finder-summary small {
    display: block;
}

.finder-summary > span {
    font-size: 14px;
    font-weight: 700;
}

.finder-summary small {
    margin-top: 5px;
    color: var(--muted);
    font-size: 10px;
}

.finder-submit {
    min-width: 64px;
    width: 64px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 6px;
    border: 0;
    background: var(--ink);
    color: var(--white);
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    transition: background .2s ease;
}

.hotel-finder:hover .finder-submit {
    background: var(--sage);
}

.welcome-strip {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(520px, 1.2fr);
    align-items: center;
    gap: clamp(30px, 7vw, 100px);
    padding: 26px clamp(22px, 5vw, 80px);
    background: var(--ink);
    color: var(--white);
}

.welcome-strip > p {
    margin: 0;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    line-height: 1.55;
}

.welcome-strip__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .16);
}

.welcome-strip__items span {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--ink);
    color: var(--gold-light);
}

.welcome-strip__items b {
    color: var(--white);
    font-size: 11px;
    font-weight: 600;
}

.hotels-section,
.destinations-section {
    padding: clamp(76px, 9vw, 136px) clamp(22px, 5vw, 80px);
}

.hotels-section {
    position: relative;
    overflow: hidden;
    padding-top: clamp(118px, 12vw, 174px);
    background: #081713;
    color: var(--white);
}

.hotels-section > *:not(.life-wordmark):not(.kinetic-track) {
    position: relative;
    z-index: 2;
}

.life-wordmark {
    position: absolute;
    top: 34px;
    right: 4vw;
    z-index: 0;
    color: var(--gold);
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: clamp(180px, 25vw, 390px);
    line-height: .8;
    opacity: .12;
    pointer-events: none;
    animation: life-breathe 6s ease-in-out infinite;
}

.kinetic-track {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: max-content;
    display: flex;
    border-top: 1px solid rgba(185, 148, 79, .32);
    border-bottom: 1px solid rgba(185, 148, 79, .32);
    color: var(--gold);
    opacity: .72;
    pointer-events: none;
    animation: kinetic-move 25s linear infinite;
}

.kinetic-track span {
    display: block;
    padding: 12px 22px;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    white-space: nowrap;
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
    align-items: end;
    gap: clamp(30px, 7vw, 110px);
    max-width: 1400px;
    margin: 0 auto 36px;
}

.section-heading h2,
.life-section h2,
.contact-section h2 {
    max-width: 760px;
    margin: 0;
    font-family: "Manrope", Arial, sans-serif;
    font-size: clamp(34px, 4.7vw, 68px);
    font-weight: 600;
    line-height: 1.04;
}

.section-heading > p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.7;
}

.hotels-section .section-heading h2,
.destinations-section .section-heading h2 {
    color: var(--white);
}

.hotels-section .section-heading > p,
.destinations-section .section-heading > p {
    color: rgba(255, 255, 255, .56);
}

.hotels-section .city-filter button {
    border-color: rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .62);
}

.hotels-section .city-filter button.active {
    border-color: var(--gold-light);
    background: var(--gold-light);
    color: var(--ink);
}

.hotels-section .hotel-slider-controls > span,
.hotels-section .hotel-slider-controls small {
    color: rgba(255, 255, 255, .48);
}

.hotels-section .hotel-slider-controls b {
    color: var(--white);
}

.hotels-section .hotel-slider-controls button {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .06);
    color: var(--white);
}

.section-heading--compact {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
}

.hotel-toolbar {
    max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto 24px;
}

.city-filter {
    display: flex;
    gap: 6px;
    margin: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.city-filter::-webkit-scrollbar {
    display: none;
}

.city-filter button {
    min-width: 98px;
    height: 42px;
    padding: 0 18px;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
}

.city-filter button.active {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--white);
}

.hotel-slider-controls {
    display: flex;
    align-items: center;
    gap: 7px;
}

.hotel-slider-controls > span {
    min-width: 70px;
    color: var(--muted);
    font-size: 10px;
    text-align: center;
}

.hotel-slider-controls b {
    color: var(--ink);
    font-size: 14px;
}

.hotel-slider-controls small {
    font-size: 10px;
}

.hotel-slider-controls button {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .74);
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.hotel-slider-controls button:hover {
    background: var(--ink);
    color: var(--white);
}

.hotel-grid {
    max-width: 1400px;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(360px, calc((100% - 36px) / 3));
    gap: 18px;
    margin: 0 auto;
    padding: 0 0 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
}

.hotel-grid::-webkit-scrollbar {
    display: none;
}

.hotel-card {
    position: relative;
    min-width: 0;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid var(--line);
    scroll-snap-align: start;
    transition: transform .3s ease, box-shadow .3s ease;
}

.hotel-card:hover {
    z-index: 2;
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.hotel-card.is-highlighted {
    animation: card-highlight 1.3s ease;
}

.hotel-card__photo {
    position: relative;
    min-height: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    transition: min-height .3s ease;
}

.hotel-card__photo::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 17, 15, .06), transparent 45%, rgba(17, 17, 15, .7));
    content: "";
}

.hotel-card__location,
.hotel-card__status {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--white);
    font-size: 11px;
    font-weight: 600;
}

.hotel-card__location {
    right: 18px;
    bottom: 18px;
    left: 18px;
}

.hotel-card__location svg {
    width: 15px;
    height: 15px;
}

.hotel-card__status {
    top: 16px;
    right: 16px;
    padding: 9px 12px;
    background: rgba(17, 17, 15, .82);
    backdrop-filter: blur(8px);
}

.hotel-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 25px 27px 24px;
}

.hotel-card__type {
    margin: 0 0 8px !important;
    color: var(--gold) !important;
    font-size: 10px !important;
    font-weight: 700;
    text-transform: uppercase;
}

.hotel-card h3 {
    margin: 0;
    font-family: "Manrope", Arial, sans-serif;
    font-size: clamp(22px, 2vw, 29px);
    font-weight: 600;
    line-height: 1.2;
}

.hotel-card__body > p {
    max-width: 570px;
    margin: 13px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}

.hotel-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.hotel-card__footer > span {
    color: var(--blue-grey);
    font-size: 11px;
    font-weight: 600;
}

.hotel-card__footer a,
.hotel-card__footer button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}

.hotel-card__footer a:hover,
.hotel-card__footer button:hover {
    color: var(--gold);
}

.life-section {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr);
    min-height: 760px;
    background: var(--white);
}

.life-section__photo {
    position: relative;
    min-height: 680px;
    overflow: hidden;
}

.life-section__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.life-section__photo::after {
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    background: linear-gradient(0deg, rgba(17, 17, 15, .78), transparent);
    content: "";
}

.life-section__quote {
    position: absolute;
    right: clamp(24px, 4vw, 60px);
    bottom: clamp(24px, 4vw, 54px);
    left: clamp(24px, 4vw, 60px);
    z-index: 2;
    max-width: 560px;
    color: var(--white);
}

.life-section__quote span {
    display: block;
    margin-bottom: 10px;
    color: var(--gold-light);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.life-section__quote strong {
    display: block;
    font-family: "Manrope", Arial, sans-serif;
    font-size: clamp(26px, 3vw, 44px);
    font-weight: 500;
    line-height: 1.18;
}

.life-section__content {
    align-self: center;
    max-width: 720px;
    padding: clamp(62px, 8vw, 120px) clamp(30px, 7vw, 110px);
}

.life-section h2 {
    font-size: clamp(34px, 4.2vw, 60px);
}

.life-section__lead {
    margin: 26px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
}

.life-features {
    display: grid;
    gap: 0;
    margin-top: 35px;
    border-top: 1px solid var(--line);
}

.life-features > div {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 17px;
    padding: 19px 0;
    border-bottom: 1px solid var(--line);
}

.life-features svg {
    width: 22px;
    height: 22px;
    color: var(--gold);
}

.life-features span,
.life-features b,
.life-features small {
    display: block;
}

.life-features b {
    margin-bottom: 5px;
    font-size: 13px;
}

.life-features small {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
}

.text-button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 32px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--ink);
    font-size: 12px;
    font-weight: 700;
}

.destinations-section {
    background: #0c2420;
    color: var(--white);
}

.destination-rail {
    max-width: 1400px;
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 12px;
    margin: 0 auto;
}

.destination-rail a {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: end;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    color: var(--white);
    transition: transform .25s ease;
}

.destination-rail a::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(17, 17, 15, .77), transparent 64%);
    content: "";
}

.destination-rail a:hover {
    transform: translateY(-4px);
}

.destination-rail span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: end;
    gap: 15px;
    padding: 26px;
}

.destination-rail small {
    min-width: 42px;
    padding: 5px 7px;
    border: 1px solid rgba(255, 255, 255, .44);
    font-size: 10px;
    text-align: center;
}

.destination-rail b {
    font-family: "Manrope", Arial, sans-serif;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 500;
}

.contact-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .7fr);
    align-items: center;
    gap: clamp(48px, 9vw, 150px);
    padding: clamp(80px, 10vw, 150px) clamp(22px, 5vw, 80px);
    background: var(--sage);
    color: var(--white);
}

.contact-section__copy {
    max-width: 820px;
}

.contact-section h2 {
    color: var(--white);
}

.contact-section__copy > p:last-child {
    max-width: 620px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
    line-height: 1.7;
}

.contact-section__actions {
    display: grid;
    gap: 10px;
}

.contact-section__actions a {
    min-width: 0;
    min-height: 82px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    padding: 16px 20px;
    border: 1px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .06);
    transition: background .2s ease;
}

.contact-section__actions a:hover {
    background: rgba(255, 255, 255, .12);
}

.contact-section__actions svg {
    color: var(--gold-light);
}

.contact-section__actions span,
.contact-section__actions small,
.contact-section__actions b {
    display: block;
    min-width: 0;
}

.contact-section__actions small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .62);
    font-size: 10px;
    text-transform: uppercase;
}

.contact-section__actions b {
    overflow-wrap: anywhere;
    font-size: 13px;
}

.site-footer {
    display: grid;
    grid-template-columns: 1.3fr 1fr .7fr;
    gap: clamp(34px, 7vw, 110px);
    padding: 58px clamp(22px, 5vw, 80px) 26px;
    background: var(--white);
}

.footer-brand img {
    width: 78px;
    height: 96px;
    object-fit: contain;
}

.footer-brand p {
    max-width: 350px;
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.65;
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-links strong {
    margin-bottom: 6px;
    font-size: 11px;
    text-transform: uppercase;
}

.footer-links a {
    color: var(--muted);
    font-size: 12px;
}

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

.footer-bottom {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 10px;
}

.hotel-modal {
    width: min(920px, calc(100% - 32px));
    max-width: none;
    max-height: min(820px, calc(100svh - 32px));
    padding: 0;
    overflow: auto;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--ink);
    box-shadow: 0 34px 100px rgba(0, 0, 0, .34);
}

.hotel-modal::backdrop {
    background: rgba(11, 11, 10, .74);
    backdrop-filter: blur(8px);
}

.hotel-modal[open] .hotel-modal__panel {
    animation: modal-arrive .34s cubic-bezier(.2, .8, .2, 1) both;
}

.hotel-modal__panel {
    padding: 32px;
    background: #f5f4f0;
}

.hotel-modal__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 28px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--line);
}

.hotel-modal__header p {
    margin: 0 0 9px;
    color: var(--gold);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.hotel-modal__header h2 {
    margin: 0;
    font-family: "Manrope", Arial, sans-serif;
    font-size: clamp(28px, 4vw, 45px);
    font-weight: 600;
    line-height: 1.08;
}

.hotel-modal__header span {
    display: block;
    max-width: 610px;
    margin-top: 12px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}

.modal-close {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--line);
    background: var(--white);
    cursor: pointer;
}

.hotel-modal__list {
    display: grid;
    gap: 7px;
    padding-top: 18px;
}

.hotel-modal__list > button {
    min-width: 0;
    min-height: 78px;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto 24px;
    align-items: center;
    gap: 16px;
    padding: 13px 18px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: rgba(255, 255, 255, .72);
    color: var(--ink);
    cursor: pointer;
    text-align: left;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.hotel-modal__list > button:hover {
    border-color: rgba(185, 148, 79, .72);
    background: var(--white);
    transform: translateX(4px);
}

.modal-hotel__index {
    color: var(--gold);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
}

.hotel-modal__list button > span:not(.modal-hotel__index),
.hotel-modal__list small,
.hotel-modal__list b {
    display: block;
    min-width: 0;
}

.hotel-modal__list small {
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 10px;
}

.hotel-modal__list b {
    overflow-wrap: anywhere;
    font-size: 14px;
}

.hotel-modal__list em {
    padding: 7px 10px;
    background: rgba(185, 148, 79, .13);
    color: #80652f;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 150;
    max-width: min(370px, calc(100vw - 48px));
    padding: 15px 18px;
    background: var(--ink);
    color: var(--white);
    box-shadow: var(--shadow);
    font-size: 12px;
    line-height: 1.45;
    opacity: 0;
    pointer-events: none;
    transform: translateY(14px);
    transition: opacity .2s ease, transform .2s ease;
}

.toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.mobile-dock {
    display: none;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(22px);
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .7s cubic-bezier(.2, .8, .2, 1), transform .7s cubic-bezier(.2, .8, .2, 1);
}

@keyframes hero-arrive {
    from { opacity: .55; transform: scale(1.045); }
    to { opacity: 1; transform: scale(1.01); }
}

@keyframes current-line {
    0%, 100% { opacity: .22; transform: scaleX(.58); }
    50% { opacity: .9; transform: scaleX(1); }
}

@keyframes live-pulse {
    0%, 100% { opacity: .65; transform: scale(.86); }
    50% { opacity: 1; transform: scale(1); }
}

@keyframes life-breathe {
    0%, 100% { opacity: .055; transform: translate3d(0, 0, 0); }
    50% { opacity: .1; transform: translate3d(-18px, 7px, 0); }
}

@keyframes kinetic-move {
    to { transform: translateX(-50%); }
}

@keyframes modal-arrive {
    from { opacity: 0; transform: translateY(22px) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes card-highlight {
    0%, 100% { box-shadow: none; }
    35% { box-shadow: 0 0 0 4px rgba(185, 148, 79, .45), var(--shadow); }
}

@media (max-width: 1120px) {
    :root {
        --header-height: 80px;
    }

    .app-header,
    .app-header.is-scrolled {
        height: 68px;
        grid-template-columns: minmax(190px, 1fr) auto;
    }

    .desktop-nav {
        display: none;
    }

    .menu-toggle {
        width: 44px;
        height: 44px;
        display: grid;
        place-content: center;
        gap: 6px;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 7px;
        background: rgba(18, 18, 15, .52);
        cursor: pointer;
        backdrop-filter: blur(18px);
    }

    .menu-toggle span {
        width: 18px;
        height: 1px;
        background: var(--white);
        transition: transform .2s ease;
    }

    .menu-toggle[aria-expanded="true"] span:first-child {
        transform: translateY(3.5px) rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] span:last-child {
        transform: translateY(-3.5px) rotate(-45deg);
    }

    .mobile-menu {
        position: fixed;
        inset: 88px clamp(14px, 2.4vw, 38px) auto;
        display: grid;
        gap: 0;
        padding: 16px clamp(22px, 5vw, 80px) 24px;
        background: rgba(12, 18, 16, .94);
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: 8px;
        box-shadow: 0 22px 50px rgba(17, 17, 15, .12);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-12px);
        transition: opacity .2s ease, transform .2s ease;
    }

    .mobile-menu.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .mobile-menu a {
        padding: 17px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12);
        color: var(--white);
        font-family: "Manrope", Arial, sans-serif;
        font-size: 18px;
        font-weight: 600;
    }

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

    .hero__note {
        display: none;
    }

    .welcome-strip {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .life-section {
        grid-template-columns: 1fr;
    }

    .life-section__photo {
        min-height: 620px;
    }
}

.mobile-language {
    display: flex;
    gap: 6px;
    padding-top: 20px;
}

.mobile-language button {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: transparent;
    color: rgba(255, 255, 255, .7);
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
}

.mobile-language button.active {
    border-color: var(--gold-light);
    background: var(--gold-light);
    color: var(--ink);
}

@media (max-width: 760px) {
    :root {
        --header-height: 68px;
    }

    body {
        padding-bottom: 76px;
    }

    .app-header {
        inset: 8px 8px auto;
        padding: 0 8px 0 12px;
    }

    .app-header.is-scrolled {
        inset: 6px 8px auto;
    }

    .brand img,
    .is-scrolled .brand img {
        width: 45px;
        height: 58px;
    }

    .brand__divider {
        height: 24px;
        margin: 0 10px 0 12px;
    }

    .brand__caption {
        font-size: 8px;
    }

    .language-switch,
    .header-cta {
        display: none;
    }

    .mobile-menu .language-switch {
        display: inline-flex;
    }

    .hero {
        min-height: 0;
    }

    .hero__media {
        background-position: 62% center;
    }

    .hero__shade {
        background:
            linear-gradient(90deg, rgba(13, 14, 14, .88), rgba(13, 14, 14, .36)),
            linear-gradient(0deg, rgba(13, 14, 14, .85), transparent 60%);
    }

    .hero__inner {
        min-height: min(820px, 100svh);
        align-items: start;
        padding: 112px 20px 230px;
    }

    .hotel-app {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 98px 14px 24px;
    }

    .hotel-switcher {
        width: 100%;
        display: flex;
        align-items: center;
        justify-items: normal;
        gap: 8px;
        padding: 9px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .hotel-switcher::-webkit-scrollbar {
        display: none;
    }

    .hotel-switcher > span {
        min-width: 46px;
        padding-left: 4px;
    }

    .hotel-switcher button {
        min-width: 48px;
        width: 48px;
        height: 48px;
    }

    .hotel-switcher button:hover,
    .hotel-switcher button.active {
        transform: translateY(-2px);
    }

    .hotel-app .hero__copy {
        padding: 28px 6px 10px;
    }

    .hotel-app .hero__copy h1 {
        max-width: 340px;
        font-size: clamp(44px, 13vw, 58px);
    }

    .app-status-cards {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .app-status-cards > div {
        min-width: 0;
        min-height: 64px;
        grid-template-columns: 28px 1fr;
        padding: 9px 10px;
    }

    .stay-console {
        width: 100%;
    }

    .selected-stay h2 {
        max-width: 245px;
        font-size: 21px;
    }

    .hero-app-footer {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0 14px 88px;
    }

    .hero-app-footer > span,
    .hero-app-footer > button {
        min-height: 54px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .hero-app-footer > button {
        min-width: 0;
    }

    .hero h1 {
        max-width: 340px;
        font-size: clamp(43px, 14vw, 62px);
        overflow-wrap: break-word;
    }

    .hero__tagline {
        font-size: 20px;
    }

    .hero__intro {
        max-width: 370px;
        font-size: 14px;
    }

    .hero__actions {
        margin-top: 25px;
    }

    .button {
        min-height: 48px;
        padding: 0 17px;
    }

    .hotel-finder {
        right: 12px;
        bottom: 82px;
        left: 12px;
        min-height: 0;
        grid-template-columns: 1fr 52px;
        gap: 12px;
        padding: 14px;
    }

    .hotel-finder__title {
        grid-column: 1 / -1;
        padding-bottom: 12px;
        border-bottom: 1px solid var(--line);
    }

    .finder-summary {
        padding-left: 0;
        border-left: 0;
    }

    .finder-submit {
        min-width: 52px;
        width: 52px;
        height: 52px;
        padding: 0;
    }

    .finder-submit span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
    }

    .welcome-strip {
        padding: 24px 20px;
    }

    .welcome-strip__items {
        display: flex;
        gap: 18px;
        overflow-x: auto;
        background: transparent;
        scrollbar-width: none;
    }

    .welcome-strip__items span {
        min-width: max-content;
        justify-content: flex-start;
    }

    .hotels-section,
    .destinations-section {
        padding: 76px 16px;
    }

    .hotels-section {
        padding: 104px 16px 76px;
    }

    .life-wordmark {
        top: 58px;
        right: -25px;
        font-size: 190px;
    }

    .hotel-toolbar {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .city-filter {
        width: 100%;
    }

    .city-filter button {
        min-width: 0;
        flex: 1 1 0;
        padding: 0 10px;
        font-size: 11px;
    }

    .hotel-slider-controls {
        justify-content: flex-end;
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 28px;
    }

    .section-heading h2,
    .life-section h2,
    .contact-section h2 {
        font-size: clamp(32px, 10vw, 46px);
        overflow-wrap: break-word;
    }

    .hotel-grid {
        grid-template-columns: none;
        grid-auto-columns: min(86vw, 340px);
        gap: 14px;
        margin-right: -16px;
        padding-right: 16px;
    }

    .hotel-card {
        min-height: 535px;
    }

    .hotel-card__photo {
        min-height: 0;
    }

    .hotel-card__body {
        padding: 21px 20px;
    }

    .hotel-card__footer {
        align-items: flex-end;
    }

    .life-section__photo {
        min-height: 520px;
    }

    .life-section__content {
        padding: 68px 20px;
    }

    .destination-rail {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .destination-rail a {
        min-width: min(82vw, 330px);
        min-height: 390px;
        scroll-snap-align: start;
    }

    .contact-section {
        grid-template-columns: 1fr;
        gap: 42px;
        padding: 76px 20px;
    }

    .site-footer {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 48px 20px 24px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .hotel-modal {
        width: 100%;
        max-height: 88svh;
        margin: auto 0 0;
        border-radius: 8px 8px 0 0;
    }

    .hotel-modal__panel {
        padding: 24px 16px 18px;
    }

    .hotel-modal__header {
        grid-template-columns: minmax(0, 1fr) 42px;
        gap: 14px;
    }

    .hotel-modal__header h2 {
        font-size: 30px;
    }

    .modal-close {
        width: 42px;
        height: 42px;
    }

    .hotel-modal__list > button {
        min-height: 70px;
        grid-template-columns: 30px minmax(0, 1fr) 20px;
        gap: 10px;
        padding: 11px 12px;
    }

    .hotel-modal__list em {
        display: none;
    }

    .toast {
        right: 14px;
        bottom: 88px;
        left: 14px;
        max-width: none;
    }

    .mobile-dock {
        position: fixed;
        right: 10px;
        bottom: 10px;
        left: 10px;
        z-index: 120;
        height: 62px;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding: 5px;
        border: 1px solid rgba(255, 255, 255, .12);
        background: rgba(17, 17, 15, .94);
        color: var(--white);
        box-shadow: 0 18px 48px rgba(17, 17, 15, .25);
        backdrop-filter: blur(14px);
    }

    .mobile-dock a {
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        color: rgba(255, 255, 255, .58);
        font-size: 9px;
        font-weight: 600;
    }

    .mobile-dock a.active {
        background: rgba(255, 255, 255, .1);
        color: var(--gold-light);
    }

    .mobile-dock svg {
        width: 18px;
        height: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

[dir="rtl"] body {
    font-family: Tahoma, Arial, sans-serif;
}

[dir="rtl"] .kicker::before {
    order: 2;
}

[dir="rtl"] .finder-summary {
    padding-right: 26px;
    padding-left: 0;
    border-right: 1px solid var(--line);
    border-left: 0;
}

[dir="rtl"] .hotel-finder,
[dir="rtl"] .hotel-modal__list > button {
    text-align: right;
}

[dir="rtl"] .hotel-modal__list > button:hover {
    transform: translateX(-4px);
}

[dir="rtl"] .desktop-nav a::after {
    transform-origin: right;
}

@media (max-width: 760px) {
    [dir="rtl"] .finder-summary {
        padding-right: 0;
        border-right: 0;
    }
}
