:root {
    --rd-navy: #162552;
    --rd-navy-deep: #0b1531;
    --rd-blue: #24457f;
    --rd-gold: #c9a84c;
    --rd-gold-light: #ead27d;
    --rd-ink: #17264f;
    --rd-muted: #667694;
    --rd-line: #dce4f0;
    --rd-paper: #f6f8fc;
    --rd-white: #ffffff;
}

[hidden] {
    display: none !important;
}

body.rd-body {
    min-width: 320px;
    overflow-x: hidden;
    background: var(--rd-paper);
    color: var(--rd-ink);
    font-family: 'Golos Text', 'Segoe UI', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

body.rd-modal-open {
    overflow: hidden;
}

:where(.rd-body button, .rd-body input, .rd-body select) {
    font: inherit;
}

.rd-body button:focus-visible,
.rd-body a:focus-visible,
.rd-body input:focus-visible,
.rd-body select:focus-visible {
    outline: 2px solid var(--rd-gold-light);
    outline-offset: 4px;
}

.rd-container {
    width: min(100% - 48px, 1180px);
    margin-inline: auto;
}

.rd-skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10000;
    padding: 10px 16px;
    transform: translateY(-150%);
    background: var(--rd-white);
    color: var(--rd-navy);
    text-decoration: none;
}

.rd-skip-link:focus {
    transform: translateY(0);
}

/* Hero */
.rd-hero {
    position: relative;
    min-height: 680px;
    height: min(86vh, 780px);
    overflow: hidden;
    isolation: isolate;
    color: var(--rd-white);
}

.rd-hero-image,
.rd-hero-overlay {
    position: absolute;
    inset: 0;
}

.rd-hero-image {
    z-index: -3;
    background-position: center;
    background-size: cover;
    transform: scale(1.025);
    animation: rdHeroReveal 1.5s cubic-bezier(.2,.7,.2,1) both;
}

.rd-hero-overlay {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(10, 20, 50, 0.52) 0%, rgba(10, 20, 50, 0.30) 50%, rgba(10, 20, 50, 0.10) 100%),
        linear-gradient(0deg, rgba(8, 16, 40, 0.60) 0%, transparent 48%),
        linear-gradient(180deg, rgba(8, 16, 40, 0.38) 0%, transparent 30%);
}

@keyframes rdHeroReveal {
    from { opacity: .72; transform: scale(1.065); }
    to { opacity: 1; transform: scale(1.025); }
}

.rd-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 88px;
    padding: 0 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.rd-nav-back {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    gap: 12px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .25s ease, gap .25s ease;
}

.rd-nav-back:hover {
    gap: 16px;
    color: var(--rd-gold-light);
}

.rd-nav-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 132px;
    height: 132px;
    transform: translate(-50%, -50%);
}

.rd-nav-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rd-nav-book {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: transparent;
    color: var(--rd-white);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1;
    text-transform: uppercase;
    transition: background .25s ease, border-color .25s ease, color .25s ease;
}

.rd-nav-book:hover {
    border-color: var(--rd-gold);
    background: var(--rd-gold);
    color: var(--rd-navy-deep);
}

.rd-hero-content {
    position: absolute;
    right: 0;
    bottom: 104px;
    left: 0;
    animation: rdContentIn .85s .15s cubic-bezier(.2,.7,.2,1) both;
}

@keyframes rdContentIn {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: translateY(0); }
}

.rd-section-kicker {
    margin: 0 0 13px;
    color: var(--rd-gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 1.4;
    text-transform: uppercase;
}

.rd-hero h1 {
    max-width: 820px;
    margin: 0;
    color: var(--rd-white);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(58px, 7.3vw, 104px);
    font-weight: 300;
    letter-spacing: -2px;
    line-height: .92;
    text-shadow: 0 4px 22px rgba(0, 0, 0, 0.45);
}

.rd-hero h1 em {
    color: var(--rd-gold-light);
    font-weight: 300;
}

.rd-hero-lead {
    max-width: 560px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.3;
}

.rd-hero-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 42px 0 0;
}

.rd-hero-facts > div {
    min-width: 190px;
    padding: 0 34px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.rd-hero-facts > div:first-child {
    padding-left: 0;
    border-left: 0;
}

.rd-hero-facts dt {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.rd-hero-facts dd {
    margin: 0;
    color: var(--rd-white);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 18px;
    font-weight: 500;
}

.rd-hero-book-btn {
    margin-top: 40px;
    padding: 16px 36px;
    font-size: 13px;
    letter-spacing: 2px;
    box-shadow: 0 12px 36px rgba(201, 168, 76, .35);
}

.rd-hero-book-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(201, 168, 76, .5);
}

.rd-scroll-cue {
    position: absolute;
    right: 42px;
    bottom: 36px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 2.4px;
    text-decoration: none;
    text-transform: uppercase;
}

.rd-scroll-cue svg {
    animation: rdArrow 1.8s ease-in-out infinite;
}

@keyframes rdArrow {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

/* Shared sections */
.rd-section {
    padding: 104px 0;
}

.rd-body h2 {
    margin: 0;
    color: var(--rd-ink);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(40px, 4.4vw, 62px);
    font-weight: 400;
    letter-spacing: -.7px;
    line-height: 1.04;
    text-align: left;
}

.rd-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    align-items: end;
    gap: 50px;
    margin-bottom: 52px;
}

.rd-section-heading > p {
    margin: 0 0 5px;
    color: var(--rd-muted);
    font-size: 14px;
    line-height: 1.75;
}

.rd-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 52px;
    padding: 14px 24px;
    border: 0;
    background: linear-gradient(135deg, var(--rd-gold), var(--rd-gold-light));
    color: var(--rd-navy-deep);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(201, 168, 76, .22);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.rd-primary-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(201, 168, 76, .34);
    filter: saturate(1.08);
}

.rd-primary-button:disabled {
    cursor: wait;
    opacity: .68;
}

/* Introduction */
.rd-intro {
    background: var(--rd-white);
}

.rd-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
    align-items: start;
    gap: clamp(60px, 9vw, 128px);
}

.rd-intro-copy h2 {
    max-width: 720px;
    margin-bottom: 31px;
}

.rd-intro-copy > p:not(.rd-section-kicker) {
    max-width: 740px;
    margin: 0 0 18px;
    color: var(--rd-muted);
    font-size: 15px;
    line-height: 1.85;
}

.rd-intro-copy .rd-intro-lead {
    margin-bottom: 25px;
    color: var(--rd-ink);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    line-height: 1.5;
}

.rd-booking-card {
    position: relative;
    padding: 38px 36px 34px;
    overflow: hidden;
    background: linear-gradient(145deg, var(--rd-navy) 0%, var(--rd-blue) 100%);
    color: var(--rd-white);
    box-shadow: 0 25px 60px rgba(22, 37, 82, .2);
}

.rd-booking-card::before {
    position: absolute;
    top: -70px;
    right: -55px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 50%;
    content: '';
}

.rd-booking-card-label {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, .56);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.rd-booking-card-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 28px;
}

.rd-booking-card-price span {
    color: rgba(255, 255, 255, .55);
    font-size: 12px;
}

.rd-booking-card-price strong {
    color: var(--rd-gold-light);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
}

.rd-booking-card-rates {
    margin-bottom: 26px;
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.rd-booking-card-rates div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    font-size: 12px;
}

.rd-booking-card-rates span {
    color: rgba(255, 255, 255, .54);
}

.rd-booking-card-rates strong {
    color: var(--rd-white);
    font-weight: 500;
}

.rd-booking-card .rd-primary-button {
    width: 100%;
}

.rd-booking-card-note {
    margin: 17px 0 0;
    color: rgba(255, 255, 255, .45);
    font-size: 10px;
    line-height: 1.6;
    text-align: center;
}

/* Gallery */
.rd-gallery-section {
    background: var(--rd-paper);
}

.rd-gallery-section-heading {
    margin-bottom: 40px;
}

.rd-gallery-kicker {
    font-size: 16px !important;
    letter-spacing: 8px !important;
}

.rd-gallery-viewer {
    width: min(100%, 1040px);
    margin-inline: auto;
}

/* Rates, price and booking action under gallery */
.rd-gallery-book-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 28px;
    margin-top: 32px;
}

.rd-gallery-rates {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    min-width: 0;
}

.rd-gallery-rate {
    width: 100%;
    min-width: 0;
    padding: 14px 15px 13px;
    border: 1px solid var(--rd-line);
    border-top: 2px solid var(--rd-gold);
    background: rgba(255, 255, 255, .56);
    color: inherit;
    cursor: pointer;
    font: inherit;
    text-align: left;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.rd-gallery-rate:hover {
    transform: translateY(-2px);
    border-color: rgba(201, 168, 76, .72);
    background: var(--rd-white);
    box-shadow: 0 8px 22px rgba(22, 37, 82, .09);
}

.rd-gallery-rate:focus-visible {
    outline: 2px solid var(--rd-gold);
    outline-offset: 3px;
}

.rd-gallery-rate p {
    margin: 0 0 7px;
    color: var(--rd-muted);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.rd-gallery-rate strong {
    display: block;
    margin-bottom: 6px;
    overflow: hidden;
    color: var(--rd-ink);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(19px, 1.6vw, 25px);
    font-weight: 600;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-gallery-rate span {
    color: #7b8799;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .04em;
    white-space: nowrap;
}

.rd-gallery-price {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rd-gallery-price-label {
    font-family: 'Golos Text', 'Segoe UI', Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--rd-muted);
}

.rd-gallery-price-value {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
    color: var(--rd-ink);
    letter-spacing: -0.5px;
}

.rd-gallery-book-btn {
    min-width: 320px;
    padding: 20px 48px;
    font-size: 14px;
    letter-spacing: 2.5px;
    box-shadow: 0 12px 36px rgba(201, 168, 76, .30);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.rd-gallery-book-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(201, 168, 76, .50);
    filter: saturate(1.08);
}

.rd-gallery-stage {
    position: relative;
    height: clamp(390px, 42vw, 560px);
    overflow: hidden;
    background: #e7ecf4;
    box-shadow: 0 22px 55px rgba(16, 31, 67, .13);
}

.rd-gallery-main {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #e7ecf4;
    color: var(--rd-ink);
    cursor: zoom-in;
}

.rd-gallery-main::after {
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(0deg, rgba(7, 14, 32, 0.55), transparent);
    content: '';
    pointer-events: none;
}

.rd-gallery-main.is-placeholder {
    cursor: default;
}

.rd-gallery-main.is-placeholder::after {
    display: none;
}

.rd-gallery-main:focus-visible {
    outline-offset: -4px;
}

.rd-gallery-main img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.2,.7,.2,1);
}

.rd-gallery-main:not(.is-placeholder):hover img {
    transform: scale(1.025);
}

.rd-gallery-main-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(225, 232, 243, .88)),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(22, 37, 82, .03) 10px, rgba(22, 37, 82, .03) 20px);
    color: #96a5bb;
}

.rd-gallery-main-placeholder strong {
    margin-top: 8px;
    color: var(--rd-muted);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    font-weight: 500;
}

.rd-gallery-main-placeholder small {
    color: #9aa8be;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.rd-gallery-meta {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 54px 28px 21px;
    background: linear-gradient(0deg, rgba(7, 14, 32, 0.68), transparent);
    color: var(--rd-white);
    pointer-events: none;
}

.rd-gallery-meta [data-gallery-caption] {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 21px;
    line-height: 1.2;
}

.rd-gallery-meta [data-gallery-counter] {
    flex: 0 0 auto;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.8px;
}

.rd-gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    padding: 0;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    background: rgba(7, 14, 32, 0.45);
    color: var(--rd-white);
    cursor: pointer;
    backdrop-filter: blur(5px);
    transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.rd-gallery-arrow:hover {
    border-color: rgba(255, 255, 255, 0.9);
    background: rgba(7, 14, 32, 0.75);
}

.rd-gallery-arrow-prev {
    left: 20px;
}

.rd-gallery-arrow-next {
    right: 20px;
}

.rd-gallery-thumbnails {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
}

.rd-gallery-thumb-track {
    display: flex;
    min-width: 0;
    gap: 9px;
    padding: 3px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
}

.rd-gallery-thumb-track::-webkit-scrollbar {
    display: none;
}

.rd-gallery-thumb {
    position: relative;
    flex: 0 0 124px;
    height: 78px;
    padding: 0;
    overflow: hidden;
    scroll-snap-align: center;
    border: 2px solid transparent;
    background: #e5eaf2;
    color: #95a4ba;
    cursor: pointer;
    opacity: .68;
    transition: border-color .25s ease, opacity .25s ease, transform .25s ease;
}

.rd-gallery-thumb:hover,
.rd-gallery-thumb.is-active {
    opacity: 1;
}

.rd-gallery-thumb.is-active {
    border-color: var(--rd-gold);
    box-shadow: 0 0 0 1px rgba(201, 168, 76, .2);
}

.rd-gallery-thumb img,
.rd-gallery-thumb-placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.rd-gallery-thumb img {
    object-fit: cover;
}

.rd-gallery-thumb-placeholder {
    display: grid;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(226, 233, 243, .86)),
        repeating-linear-gradient(45deg, transparent, transparent 7px, rgba(22, 37, 82, .03) 7px, rgba(22, 37, 82, .03) 14px);
}

.rd-gallery-thumb small {
    position: absolute;
    right: 6px;
    bottom: 5px;
    display: grid;
    min-width: 25px;
    height: 20px;
    place-items: center;
    padding-inline: 4px;
    background: rgba(7, 14, 32, .68);
    color: var(--rd-white);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1px;
}

.rd-gallery-rail-arrow {
    display: grid;
    width: 46px;
    height: 78px;
    place-items: center;
    padding: 0;
    border: 1px solid var(--rd-line);
    background: var(--rd-white);
    color: var(--rd-navy);
    cursor: pointer;
    transition: border-color .25s ease, background .25s ease, color .25s ease;
}

.rd-gallery-rail-arrow:hover {
    border-color: var(--rd-navy);
    background: var(--rd-navy);
    color: var(--rd-white);
}

/* Amenities */
.rd-amenities {
    background: #fff;
    color: #1a1a2e;
}

.rd-section-heading-light h2 {
    color: #1a1a2e;
}

.rd-section-heading-light > p {
    color: #555;
}

.rd-amenity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.rd-amenity-group {
    padding: 0;
}

.rd-amenity-number {
    display: block;
    margin-bottom: 10px;
    color: #b8a16a;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 20px;
    line-height: 1;
}

.rd-amenity-group h3 {
    margin: 0 0 18px;
    color: #1a1a2e;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 30px;
    font-weight: 600;
    border-bottom: 2px solid #eee;
    padding-bottom: 12px;
}

.rd-amenity-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rd-amenity-group li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    font-size: 16px;
}

.rd-amenity-group li svg {
    flex: 0 0 auto;
    color: #b8a16a;
}

/* Room choice */
.rd-room-choice {
    display: grid;
    grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr);
    align-items: start;
    gap: 60px;
    margin-top: 66px;
    padding-top: 58px;
    border-top: 1px solid var(--rd-line);
}

.rd-room-choice h3 {
    max-width: 430px;
    margin: 0;
    color: var(--rd-ink);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

.rd-room-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.rd-room-chips button {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-height: 68px;
    padding: 13px 16px;
    border: 1px solid var(--rd-line);
    background: var(--rd-white);
    color: var(--rd-ink);
    text-align: left;
    transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.rd-room-chips button:hover {
    transform: translateY(-2px);
    border-color: var(--rd-gold);
    background: #fffdf6;
}

.rd-room-chips strong {
    color: var(--rd-gold);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 23px;
    font-weight: 600;
}

.rd-room-chips span {
    overflow: hidden;
    color: var(--rd-muted);
    font-size: 10px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Final call to action */
.rd-final-cta {
    position: relative;
    min-height: 510px;
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
    color: var(--rd-white);
}

.rd-final-cta-bg,
.rd-final-cta-overlay {
    position: absolute;
    inset: 0;
}

.rd-final-cta-bg {
    z-index: -2;
    background-position: center;
    background-size: cover;
}

.rd-final-cta-overlay {
    z-index: -1;
    background: rgba(8, 16, 37, .76);
}

.rd-final-cta-content {
    max-width: 760px;
    padding-block: 90px;
    text-align: center;
}

.rd-final-cta-content .rd-section-kicker {
    color: var(--rd-gold-light);
}

.rd-final-cta-content h2 {
    color: var(--rd-white);
    text-align: center;
}

.rd-final-cta-content > p:not(.rd-section-kicker) {
    max-width: 610px;
    margin: 25px auto 31px;
    color: rgba(255, 255, 255, .67);
    font-size: 14px;
}

.rd-primary-button-light {
    min-width: 270px;
}

/* Other categories and footer */
.rd-other {
    background: var(--rd-paper);
}

.rd-other > .rd-container > h2 {
    margin-bottom: 46px;
}

.rd-other-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.rd-other-card {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    color: var(--rd-white);
    text-decoration: none;
}

.rd-other-card img,
.rd-other-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.rd-other-card img {
    object-fit: cover;
    transition: transform .65s cubic-bezier(.2,.7,.2,1);
}

.rd-other-overlay {
    background: linear-gradient(90deg, rgba(7, 14, 32, .86), rgba(7, 14, 32, .22));
}

.rd-other-card:hover img {
    transform: scale(1.045);
}

.rd-other-copy {
    position: absolute;
    right: 76px;
    bottom: 34px;
    left: 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rd-other-copy small {
    margin-bottom: 4px;
    color: var(--rd-gold-light);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.rd-other-copy strong {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 39px;
    font-weight: 500;
    line-height: 1.1;
}

.rd-other-copy em {
    margin-top: 8px;
    color: rgba(255, 255, 255, .65);
    font-size: 11px;
    font-style: normal;
}

.rd-other-arrow {
    position: absolute;
    right: 32px;
    bottom: 34px;
    color: var(--rd-gold-light);
    font-size: 25px;
    transition: transform .25s ease;
}

.rd-other-card:hover .rd-other-arrow {
    transform: translateX(5px);
}

.rd-footer {
    padding: 28px 0;
    border-top: 1px solid var(--rd-line);
    background: #fff;
    color: var(--rd-muted);
}

.rd-footer .rd-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
}

.rd-footer a {
    color: var(--rd-muted);
    font-size: 10px;
    letter-spacing: 1.4px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease;
}

.rd-footer a:hover {
    color: var(--rd-gold);
}

.rd-footer a:last-child {
    justify-self: end;
}

.rd-footer .rd-footer-brand {
    color: var(--rd-gold);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 19px;
    letter-spacing: 2px;
    text-transform: none;
}

.rd-footer p {
    margin: 0;
    font-size: 9px;
}

/* Booking modal */
.rd-modal,
.rd-lightbox {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: grid;
    place-items: center;
    padding: 24px;
}

.rd-modal-backdrop,
.rd-lightbox-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(5, 11, 27, .82);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.rd-modal-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(100%, 700px);
    /* dvh вместо vh: на телефонах панель браузера не режет окно */
    max-height: min(calc(100dvh - 48px), 780px);
    padding: 0;
    /* прокручивается только .rd-modal-body, само окно — нет,
       поэтому шапка, крестик и кнопка отправки всегда на месте */
    overflow: hidden;
    border-top: 3px solid var(--rd-gold);
    background: var(--rd-white);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
    animation: rdModalIn .28s ease both;
}

.rd-modal-card:focus {
    outline: none;
}

/* Обёртки формы должны уметь сжиматься, иначе min-height: auto
   у flex-элементов не даст .rd-modal-body получить прокрутку */
#bookingFormView,
#detailBookingForm {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

/* Шапка окна — закреплена */
.rd-modal-head {
    flex-shrink: 0;
    padding: 34px 40px 20px;
}

/* Поля — единственная прокручиваемая часть.
   Двухколоночная сетка: тариф и номер, имя и телефон встают парами,
   и форма перестаёт быть длинным столбцом на восемь строк. */
.rd-modal-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 0 40px 6px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 14px;
    row-gap: 16px;
    align-content: start;
    scrollbar-width: thin;
    scrollbar-color: var(--rd-line) transparent;
}

.rd-modal-body::-webkit-scrollbar {
    width: 6px;
}

.rd-modal-body::-webkit-scrollbar-thumb {
    background: var(--rd-line);
}

/* Подсказка тарифа и парные строки занимают всю ширину */
.rd-rate-hint,
.rd-form-row {
    grid-column: 1 / -1;
}

/* Согласие и кнопка отправки — закреплены снизу */
.rd-modal-foot {
    flex-shrink: 0;
    padding: 18px 40px 26px;
    border-top: 1px solid var(--rd-line);
    background: var(--rd-white);
}

@keyframes rdModalIn {
    from { opacity: 0; transform: translateY(14px) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.rd-modal-close,
.rd-lightbox-close {
    position: absolute;
    top: 17px;
    right: 19px;
    z-index: 2;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 0;
    background: transparent;
    color: #8a96aa;
    font-family: 'Golos Text', 'Segoe UI', Arial, sans-serif;
    font-size: 30px;
    font-weight: 200;
    line-height: 1;
}

.rd-modal-close:hover {
    color: var(--rd-ink);
}

.rd-modal-card h2 {
    padding-right: 42px;
    font-size: clamp(26px, 4.2vw, 33px);
    line-height: 1.1;
}

.rd-modal-intro {
    margin: 10px 0 0;
    color: var(--rd-muted);
    font-size: 13px;
}

/* Баннер-подсказка тарифа */
.rd-rate-hint {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 14px;
    margin-bottom: 0;
    border-radius: 0;
    background: var(--rd-paper);
    border: none;
    border-left: 2px solid var(--rd-gold);
    font-size: 12px;
    color: var(--rd-ink);
    line-height: 1.45;
    animation: rateHintIn .22s ease;
}

.rd-rate-hint-icon {
    flex-shrink: 0;
    color: var(--rd-gold);
}

@keyframes rateHintIn {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

#rateHintText {
    transition: opacity .15s ease;
}

.rd-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

/* Тариф «На день» прячет дату выезда — оставшееся поле занимает
   всю строку, а не половину с пустотой рядом */
.rd-form-row.is-single {
    grid-template-columns: 1fr;
}

.rd-form-row label,
.rd-form-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    /* вертикальные интервалы задаёт row-gap сетки .rd-modal-body */
    margin-bottom: 0;
}

.rd-form-row label > span,
.rd-form-field > span {
    color: #72809a;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.rd-form-row input,
.rd-form-row select,
.rd-form-field input,
.rd-form-field select {
    width: 100%;
    height: 47px;
    padding: 0 13px;
    border: 1px solid var(--rd-line);
    border-radius: 0;
    outline: 0;
    background: var(--rd-white);
    color: var(--rd-ink);
    font-size: 13px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.rd-form-row input:focus,
.rd-form-row select:focus,
.rd-form-field input:focus,
.rd-form-field select:focus {
    border-color: var(--rd-gold);
    box-shadow: 0 0 0 3px rgba(201, 168, 76, .12);
}

.rd-form-row input[readonly] {
    background: var(--rd-paper);
    color: var(--rd-muted);
}

.rd-form-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--rd-muted);
    font-size: 11.5px;
    line-height: 1.5;
}

.rd-form-consent input {
    flex: 0 0 auto;
    margin-top: 2px;
    accent-color: var(--rd-navy);
}

.rd-submit-button {
    width: 100%;
}

.rd-form-error {
    margin: 0 0 14px;
    color: #ad2d2d;
    font-size: 12px;
}

.rd-success {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 48px 40px 40px;
    text-align: center;
}

.rd-success-icon {
    display: grid;
    width: 72px;
    height: 72px;
    margin: 0 auto 25px;
    place-items: center;
    border: 1px solid rgba(201, 168, 76, .48);
    border-radius: 50%;
    color: var(--rd-gold);
    font-size: 31px;
}

.rd-success .rd-section-kicker,
.rd-success h2 {
    text-align: center;
}

.rd-success p:not(.rd-section-kicker) {
    max-width: 430px;
    margin: 17px auto 26px;
    color: var(--rd-muted);
    font-size: 13px;
}

/* Gallery lightbox */
.rd-lightbox {
    z-index: 5100;
}

.rd-lightbox figure {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(100%, 1120px);
    max-height: calc(100vh - 48px);
    margin: 0;
    background: var(--rd-navy-deep);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .46);
}

.rd-lightbox figure img {
    display: block;
    width: 100%;
    min-height: 0;
    max-height: calc(100vh - 106px);
    object-fit: contain;
}

.rd-lightbox figcaption {
    padding: 15px 22px;
    color: rgba(255, 255, 255, .68);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 16px;
}

.rd-lightbox-close {
    top: 12px;
    right: 12px;
    border-radius: 50%;
    background: rgba(5, 11, 27, .68);
    color: var(--rd-white);
}

/* Responsive layout */
@media (max-width: 980px) {
    .rd-section {
        padding: 84px 0;
    }

    .rd-intro-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .rd-booking-card {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 34px;
    }

    .rd-booking-card .rd-primary-button,
    .rd-booking-card-note {
        grid-column: 1 / 3;
    }

    .rd-booking-card-price {
        align-self: start;
    }

    .rd-booking-card-rates {
        margin-top: -5px;
    }

    .rd-amenity-grid {
        grid-template-columns: 1fr;
    }

    .rd-amenity-group {
        display: grid;
        grid-template-columns: 70px 190px 1fr;
        align-items: start;
        gap: 12px;
    }

    .rd-amenity-number,
    .rd-amenity-group h3 {
        margin: 5px 0 0;
    }

    .rd-gallery-book-row {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .rd-gallery-rates {
        grid-column: 1 / -1;
    }

    .rd-room-choice {
        grid-template-columns: 1fr;
        gap: 31px;
    }
}

@media (max-width: 760px) {
    .rd-container {
        width: min(100% - 32px, 1180px);
    }

    .rd-nav {
        height: 74px;
        padding: 0 16px;
    }

    .rd-nav-logo {
        width: 108px;
        height: 108px;
    }

    .rd-nav-book {
        min-width: 0;
        padding: 9px 13px;
        font-size: 11px;
        letter-spacing: 1px;
    }

    .rd-nav-back span {
        display: none;
    }

    .rd-hero {
        min-height: 710px;
        height: 100svh;
        max-height: 820px;
    }

    .rd-hero-content {
        bottom: 72px;
    }

    .rd-hero h1 {
        font-size: clamp(50px, 14vw, 75px);
        letter-spacing: -1px;
    }

    .rd-hero-facts {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        margin-top: 36px;
    }

    .rd-hero-facts > div {
        min-width: 0;
        padding: 0 13px;
    }

    .rd-hero-facts dd {
        font-size: 15px;
        line-height: 1.2;
    }

    .rd-scroll-cue {
        display: none;
    }

    .rd-section-heading {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 38px;
    }

    .rd-section-heading > p {
        max-width: 560px;
    }

    .rd-booking-card {
        display: block;
    }

    .rd-gallery-stage {
        height: clamp(310px, 58vw, 420px);
    }

    .rd-gallery-arrow {
        width: 44px;
        height: 44px;
    }

    .rd-gallery-arrow-prev {
        left: 14px;
    }

    .rd-gallery-arrow-next {
        right: 14px;
    }

    .rd-gallery-thumbnails {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        gap: 8px;
    }

    .rd-gallery-rail-arrow {
        width: 42px;
        height: 72px;
    }

    .rd-gallery-thumb {
        flex-basis: 108px;
        height: 72px;
    }

    .rd-amenity-group {
        display: block;
    }

    .rd-amenity-number {
        margin-bottom: 20px;
    }

    .rd-amenity-group h3 {
        margin-bottom: 18px;
    }

    .rd-other-grid {
        grid-template-columns: 1fr;
    }

    .rd-footer .rd-container {
        grid-template-columns: 1fr auto;
    }

    .rd-footer p {
        display: none;
    }

    .rd-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 520px) {
    .rd-section {
        padding: 70px 0;
    }

    .rd-body h2 {
        font-size: 39px;
    }

    .rd-nav {
        height: 68px;
    }

    .rd-nav-logo {
        width: 92px;
        height: 92px;
    }

    .rd-nav-book {
        max-width: 114px;
        padding: 8px 9px;
        overflow: hidden;
        font-size: 9px;
        letter-spacing: .65px;
        white-space: nowrap;
    }

    .rd-section-kicker {
        letter-spacing: 3px;
    }

    .rd-hero-lead {
        max-width: 350px;
        font-size: 20px;
    }

    .rd-hero-facts {
        gap: 0;
    }

    .rd-hero-facts > div {
        padding: 0 9px;
    }

    .rd-hero-facts dt {
        font-size: 7px;
        letter-spacing: 1px;
    }

    .rd-hero-facts dd {
        font-size: 13px;
    }

    .rd-intro-copy .rd-intro-lead {
        font-size: 21px;
    }

    .rd-booking-card {
        padding: 31px 25px 27px;
    }

    .rd-booking-card-price strong {
        font-size: 37px;
    }

    .rd-gallery-stage {
        height: 260px;
    }

    .rd-gallery-arrow {
        width: 40px;
        height: 40px;
    }

    .rd-gallery-arrow-prev {
        left: 10px;
    }

    .rd-gallery-arrow-next {
        right: 10px;
    }

    .rd-gallery-meta {
        gap: 12px;
        padding: 42px 15px 13px;
    }

    .rd-gallery-meta [data-gallery-caption] {
        font-size: 17px;
    }

    .rd-gallery-meta [data-gallery-counter] {
        font-size: 8px;
        letter-spacing: 1.2px;
    }

    .rd-gallery-thumbnails {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        gap: 7px;
        margin-top: 10px;
    }

    .rd-gallery-rail-arrow {
        width: 38px;
        height: 60px;
    }

    .rd-gallery-thumb-track {
        gap: 7px;
        padding: 2px;
    }

    .rd-gallery-thumb {
        flex-basis: 82px;
        height: 60px;
    }

    .rd-gallery-book-row {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 24px;
    }

    .rd-gallery-rates {
        grid-column: auto;
        gap: 6px;
    }

    .rd-gallery-rate {
        padding: 11px 9px 10px;
    }

    .rd-gallery-rate p {
        letter-spacing: 1px;
    }

    .rd-gallery-rate strong {
        font-size: 17px;
    }

    .rd-gallery-rate span {
        font-size: 8px;
    }

    .rd-gallery-price {
        align-items: center;
    }

    .rd-gallery-book-btn {
        width: 100%;
        min-width: 0;
    }

    .rd-gallery-main-placeholder strong {
        font-size: 20px;
    }

    .rd-gallery-main-placeholder small {
        font-size: 7px;
    }

    .rd-amenity-group {
        padding: 28px 24px 25px;
    }

    .rd-room-chips {
        grid-template-columns: 1fr;
    }

    .rd-final-cta {
        min-height: 470px;
    }

    .rd-final-cta-content {
        padding-block: 70px;
    }

    .rd-primary-button-light {
        min-width: 0;
        width: 100%;
    }

    .rd-other-card {
        min-height: 250px;
    }

    .rd-other-copy {
        right: 58px;
        bottom: 25px;
        left: 24px;
    }

    .rd-other-copy strong {
        font-size: 33px;
    }

    .rd-other-arrow {
        right: 23px;
        bottom: 25px;
    }

    .rd-modal,
    .rd-lightbox {
        padding: 10px;
    }

    .rd-modal-card {
        max-height: calc(100svh - 20px);
        padding: 34px 22px 26px;
    }

    .rd-modal-card h2 {
        font-size: 37px;
    }

    .rd-modal-close {
        top: 8px;
        right: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .rd-hero-image,
    .rd-hero-content,
    .rd-scroll-cue svg,
    .rd-modal-card {
        animation: none;
    }

    .rd-gallery-main img,
    .rd-gallery-thumb,
    .rd-gallery-arrow,
    .rd-gallery-rail-arrow,
    .rd-other-card img,
    .rd-primary-button {
        transition: none;
    }

    .rd-gallery-thumb-track {
        scroll-behavior: auto;
    }
}

/* ============================================================
   ОБЪЕДИНЁННЫЙ БЛОК: ТАРИФЫ + НОМЕРА  (.rd-pick) — светлая тема
   ============================================================ */

.rd-pick {
    background: var(--rd-white);
    color: var(--rd-ink);
    padding-block: 72px 80px;
    border-top: 1px solid var(--rd-line);
    border-bottom: 1px solid var(--rd-line);
}

/* Шапка блока */
.rd-pick-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.rd-pick-kicker {
    color: var(--rd-gold) !important;
    letter-spacing: .12em;
    font-size: .72rem;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.rd-pick-header h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 600;
    color: var(--rd-ink);
    margin: 0;
}

.rd-pick-lead {
    max-width: 360px;
    color: var(--rd-muted);
    font-size: .9rem;
    line-height: 1.6;
    margin: 0;
}

/* === Табы тарифов ===
   Плоский ряд на общей линейке: активный тариф отмечается золотой чертой
   снизу, а не отдельной карточкой. Так блок читается как навигация
   печатного прайса, а не как набор кнопок. */
.rd-rate-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0 38px;
    margin-bottom: 44px;
    border-bottom: 1px solid var(--rd-line);
}

.rd-rate-tab {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 2px 0 16px;
    border: none;
    border-radius: 0;
    background: none;
    color: var(--rd-muted);
    text-align: left;
    cursor: pointer;
    transition: color .22s ease;
}

/* Золотая черта активного тарифа — вырастает от левого края */
.rd-rate-tab::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: var(--rd-gold);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .28s cubic-bezier(.4, 0, .2, 1);
}

.rd-rate-tab:hover {
    color: var(--rd-ink);
}

.rd-rate-tab:hover::after {
    transform: scaleX(1);
    background: var(--rd-line);
}

.rd-rate-tab.is-active {
    color: var(--rd-ink);
}

.rd-rate-tab.is-active::after {
    transform: scaleX(1);
    background: var(--rd-gold);
}

.rd-rate-tab:focus-visible {
    outline: 1px solid var(--rd-navy);
    outline-offset: 4px;
}

.rd-rate-tab-name {
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    line-height: 1;
}

.rd-rate-tab-time {
    font-size: .7rem;
    letter-spacing: .04em;
    color: var(--rd-muted);
    line-height: 1;
    font-variant-numeric: lining-nums tabular-nums;
}

.rd-rate-tab.is-active .rd-rate-tab-time {
    color: var(--rd-muted);
}

.rd-rate-tab-price {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--rd-muted);
    margin-top: 2px;
    line-height: 1;
    font-variant-numeric: lining-nums;
    transition: color .22s ease;
}

.rd-rate-tab.is-active .rd-rate-tab-price,
.rd-rate-tab:hover .rd-rate-tab-price {
    color: var(--rd-navy);
}

/* === Сетка карточек ===
   Зазор в 1px: рамки соседних карточек смыкаются в одну волосяную линию.
   Фона у самой сетки нет — иначе он просвечивал бы через пустые ячейки
   последнего ряда серым прямоугольником. */
.rd-rooms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1px;
}

/* === Карточка номера ===
   Рамка задана внешней тенью, а не border: тень не занимает место
   в потоке, поэтому соседние карточки стыкуются вплотную. */
.rd-room-card {
    background: var(--rd-white);
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    box-shadow: 0 0 0 1px var(--rd-line);
    transition: background .28s ease, box-shadow .28s ease;
}

.rd-room-card:hover {
    background: #fcfdff;
    box-shadow: 0 0 0 1px var(--rd-navy);
    /* поднимаем над соседями, чтобы тёмная обводка не обрезалась */
    z-index: 1;
}

/* Шапка карточки */
.rd-room-card-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 26px 24px 18px;
    border-bottom: none;
    background: none;
}

/* Номер комнаты: типографика вместо плашки с градиентом */
.rd-room-number-badge {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    border: none;
    flex-shrink: 0;
}

.rd-room-number-label {
    font-size: .58rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: var(--rd-gold);
    line-height: 1;
    margin-bottom: 7px;
}

.rd-room-number-value {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.4rem;
    font-weight: 500;
    color: var(--rd-navy);
    line-height: .85;
    font-variant-numeric: lining-nums;
}

/* Особенности: тонкая линейка подписей вместо цветных «таблеток» */
.rd-room-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 6px;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}

.rd-feature-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    color: var(--rd-muted);
    font-size: .64rem;
    font-weight: 500;
    letter-spacing: .11em;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
}

/* Волосяной разделитель между подписями */
.rd-feature-badge + .rd-feature-badge {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid var(--rd-line);
}

.rd-feature-badge svg {
    opacity: .5;
    flex-shrink: 0;
}

/* Все признаки нейтральны; «без окна» — единственный, что выделен
   чуть более тёмным тоном, потому что это оговорка, а не удобство. */
.rd-feature-jacuzzi,
.rd-feature-hammam,
.rd-feature-bath,
.rd-feature-shower,
.rd-feature-window {
    background: none;
    border-color: transparent;
    color: var(--rd-muted);
}

.rd-feature-nowindow {
    background: none;
    border-color: transparent;
    color: var(--rd-ink);
}

.rd-feature-nowindow svg {
    opacity: .7;
}

/* Тело карточки */
.rd-room-card-body {
    padding: 0 24px 20px;
    flex: 1;
}

.rd-room-subtitle {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--rd-muted);
    margin: 0 0 18px;
    font-style: italic;
}

/* Цена: волосяная линейка сверху и крупная антиква */
.rd-room-card-price-display {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding-top: 16px;
    border-top: 1px solid var(--rd-line);
}

.rd-card-price-label {
    font-size: .6rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--rd-muted);
}

.rd-card-price-value {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--rd-navy);
    line-height: 1;
    margin-left: auto;
    font-variant-numeric: lining-nums;
    transition: opacity .18s ease;
}

.rd-card-price-period {
    font-size: .72rem;
    color: var(--rd-muted);
}

/* Подвал карточки */
.rd-room-card-footer {
    padding: 0 24px 26px;
}

.rd-room-book-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
    padding: 13px 20px;
    border-radius: 0;
    background: transparent;
    border: 1px solid rgba(22, 37, 82, .22);
    color: var(--rd-navy);
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .22s ease, border-color .22s ease, color .22s ease;
}

.rd-room-book-btn svg {
    transition: transform .22s ease;
}

.rd-room-book-btn:hover {
    background: var(--rd-navy);
    border-color: var(--rd-navy);
    color: var(--rd-white);
}

.rd-room-book-btn:hover svg {
    transform: translateX(3px);
}

.rd-room-book-btn:focus-visible {
    outline: 1px solid var(--rd-navy);
    outline-offset: 3px;
}

/* Адаптив */
@media (max-width: 700px) {
    .rd-pick { padding-block: 52px 60px; }
    .rd-pick-header { flex-direction: column; align-items: flex-start; }
    .rd-rate-tabs { gap: 0 24px; margin-bottom: 32px; }
    .rd-rate-tab { padding-bottom: 14px; }
    .rd-rate-tab-price { font-size: 1.15rem; }
    .rd-rooms-grid { grid-template-columns: 1fr; }
    .rd-room-card-header { padding: 22px 20px 16px; }
    .rd-room-card-body { padding: 0 20px 18px; }
    .rd-room-card-footer { padding: 0 20px 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .rd-rate-tab::after { transition: none; }
    .rd-room-book-btn svg { transition: none; }
}

/* Модальное окно на узких экранах */
@media (max-width: 620px) {
    .rd-modal,
    .rd-lightbox { padding: 12px; }

    .rd-modal-card { max-height: calc(100dvh - 24px); }

    .rd-modal-head { padding: 28px 22px 16px; }
    .rd-modal-body {
        padding: 0 22px 6px;
        grid-template-columns: 1fr;
        row-gap: 14px;
    }
    .rd-modal-foot { padding: 16px 22px 20px; }
    .rd-success { padding: 40px 22px 32px; }

    /* парные поля тоже в одну колонку — иначе они становятся нечитаемо узкими */
    .rd-form-row { grid-template-columns: 1fr; gap: 14px; }
}
