/* =========================
   ABOUT US PAGE - PREMIUM
   SOUTH HOTEL TASHKENT
   ========================= */

:root {
    --bg: #ffffff;
    --bg2: #ffffff;
    --card: #ffffff;
    --text: #121212;
    --muted: rgba(0, 0, 0, .62);
    --gold: #d4af37;
    --gold2: #b08d57;
    --line: rgba(0, 0, 0, .12);
    --shadow: 0 16px 34px rgba(0, 0, 0, .10);
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

html,
body {
    overflow-x: hidden
}

body {
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
    background: white;
    color: var(--text);
    padding-top: 72px;
    font-size: 16px;
    line-height: 1.5;
}

.sh-about-page {
    background: #fff;
    overflow: hidden;
}

.sh-about-hero {
    position: relative;
    padding: 46px 0 20px;
    background: radial-gradient(circle at top left, rgba(212, 175, 55, 0.10), transparent 32%), linear-gradient(180deg, #ffffff 0%, #fbf8f1 100%);
}

.sh-about-hero__inner {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.sh-about-eyebrow {
    display: inline-block;
    color: #c99716;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.sh-about-hero__title {
    font-size: clamp(2.4rem, 4vw, 5rem);
    font-weight: 800;
    line-height: 1.06;
    color: #111;
    margin-bottom: 14px;
}

.sh-about-hero__sub {
    font-size: 20px;
    line-height: 1.85;
    color: rgba(0, 0, 0, 0.72);
    max-width: 760px;
    margin: 0 auto;
}

.sh-about-intro {
    padding: 40px 0 30px;
}

.sh-about-media {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
    background: #fff;
}

.sh-about-img {
    width: 100%;
    height: 750px;
    min-height: 420px;
    max-height: 560px;
    object-fit: cover;
    display: block;
}

.sh-about-content {
    padding-left: 12px;
}

.sh-about-badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.10);
    border: 1px solid rgba(212, 175, 55, 0.22);
    color: #b48308;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
}

.sh-about-block-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    color: #111;
    margin-bottom: 18px;
}

.sh-about-text {
    font-size: 16.5px;
    line-height: 1.9;
    color: rgba(0, 0, 0, 0.76);
    margin-bottom: 14px;
}

.sh-about-actions .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sh-about-features {
    padding: 35px 0 20px;
}

.sh-about-features-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.sh-about-feature-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 24px;
    padding: 26px 22px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.sh-about-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.10);
    border-color: rgba(212, 175, 55, 0.28);
}

.sh-about-feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: linear-gradient(135deg, #d4af37, #f1d37a);
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
}

.sh-about-feature-card h3 {
    font-size: 1.08rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #111;
}

.sh-about-feature-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.72);
}

.sh-about-location {
    padding: 34px 0 20px;
}

.sh-about-info-card {
    height: 100%;
    background: #fff;
    border-radius: 28px;
    padding: 30px 28px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 15px 36px rgba(0, 0, 0, 0.07);
}

.sh-about-info-card--dark h2,
.sh-about-info-card--dark p,
.sh-about-info-card--dark .sh-about-mini-label {
    color: #fff;
}

.sh-about-mini-label {
    display: inline-block;
    color: #c99716;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.sh-about-info-card h2 {
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #111;
}

.sh-about-info-card p {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 12px;
    color: rgba(0, 0, 0, 0.76);
}

.sh-about-facts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sh-about-facts li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 19px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.76);
}

.sh-about-facts li:last-child {
    border-bottom: none;
}

.sh-about-policy {
    padding: 34px 0 70px;
}

.sh-policy-card {
    height: 100%;
    background: linear-gradient(180deg, #fff 0%, #fbf8f2 100%);
    border: 1px solid rgba(212, 175, 55, 0.16);
    border-radius: 24px;
    padding: 28px 24px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.sh-policy-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: rgba(212, 175, 55, 0.14);
    color: #b48308;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    margin-bottom: 16px;
}

.sh-policy-card h3 {
    font-size: 1.08rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #111;
}

.sh-policy-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.85;
    color: rgba(0, 0, 0, 0.74);
}

@media (max-width: 1199.98px) {
    .sh-about-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .sh-about-hero {
        padding: 34px 0 14px;
    }
    .sh-about-intro,
    .sh-about-features,
    .sh-about-location,
    .sh-about-policy {
        padding-top: 28px;
    }
    .sh-about-content {
        padding-left: 0;
    }
    .sh-about-img {
        min-height: 320px;
        max-height: 420px;
    }
}

@media (max-width: 767.98px) {
    .sh-about-features-grid {
        grid-template-columns: 1fr;
    }
    .sh-about-hero__sub,
    .sh-about-text,
    .sh-about-feature-card p,
    .sh-about-info-card p,
    .sh-policy-card p {
        font-size: 15px;
        line-height: 1.8;
    }
    .sh-about-block-title,
    .sh-about-info-card h2 {
        font-size: 1.55rem;
    }
    .sh-about-info-card,
    .sh-policy-card,
    .sh-about-feature-card {
        padding: 22px 18px;
        border-radius: 22px;
    }
}

@media (max-width: 575.98px) {
    .sh-about-hero {
        padding: 26px 0 8px;
    }
    .sh-about-img {
        min-height: 250px;
        max-height: 290px;
    }
    .sh-about-actions {
        flex-direction: column;
    }
    .sh-about-actions .cta-btn {
        width: 100%;
        justify-content: center;
    }
    .sh-about-facts li {
        flex-direction: column;
        gap: 4px;
    }
}

.sh-about-info-card--dark {
    background: linear-gradient(135deg, #494848, #707065);
    color: white;
    border: none;
}

.sh-about-info-card--dark .sh-about-mini-label {
    color: #d4af37 !important;
    font-size: 20px;
}

.sh-about-info-card--dark h2 {
    color: #ffffff !important;
}

.sh-about-info-card--dark p {
    color: rgb(255, 254, 254) !important;
}

.sh-about-info-card--dark * {
    color: inherit;
}


/* =========================
   ROOMS PAGE — IHG INSPIRED
   ADD TO END OF mainstyle.css
   ========================= */

.sh-rooms-ihg {
    background: #f7f5f2;
    padding-bottom: 90px;
}

.sh-rooms-ihg .container {
    width: min(1170px, 92%);
    margin: 0 auto;
}


/* TOP SUMMARY */

.sh-rs-top {
    padding: 34px 0 18px;
}

.sh-rs-top__inner {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 22px;
    padding: 28px 28px 24px;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .05);
}

.sh-rs-top__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}

.sh-rs-top__eyebrow {
    display: inline-block;
    font-size: 13px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #9b7b4a;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.sh-rs-top__title {
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.02;
    margin: 0 0 10px;
    font-weight: 500;
}

.sh-rs-top__address {
    margin: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, .65);
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Arial, Helvetica, sans-serif;
}

.sh-rs-top__rating {
    min-width: 170px;
    text-align: right;
    padding-top: 8px;
}

.sh-rs-top__stars {
    font-size: 18px;
    letter-spacing: .06em;
    color: #1f3347;
    margin-bottom: 4px;
}

.sh-rs-top__score {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #1f3347;
    font-family: Arial, Helvetica, sans-serif;
}

.sh-rs-top__reviews {
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    color: #b88a71;
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
}

.sh-rs-top__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 16px;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.sh-rs-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    color: #202020;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.sh-rs-feature i {
    color: #525252;
    font-size: 17px;
    width: 18px;
    text-align: center;
    flex: 0 0 18px;
}

.sh-rs-top__more {
    display: inline-flex;
    margin-top: 20px;
    color: #b88a71;
    text-decoration: underline;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}


/* SELECT HEADER */

.sh-rs-select {
    padding: 26px 0 12px;
}

.sh-rs-select__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(0, 0, 0, .08);
    padding-top: 26px;
}

.sh-rs-select__title {
    margin: 0;
    font-size: clamp(34px, 3vw, 50px);
    line-height: 1.06;
    font-weight: 500;
}

.sh-rs-select__note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #b88a71;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.sh-rs-member {
    margin-top: 22px;
    background: #17384c;
    color: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
}

.sh-rs-member__left {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.sh-rs-member__left strong {
    font-size: 24px;
    letter-spacing: .02em;
}

.sh-rs-member__left span,
.sh-rs-member__right {
    font-size: 18px;
    opacity: .95;
}

.sh-rs-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 22px 0 10px;
}

.sh-rs-toolbar__left,
.sh-rs-toolbar__right {
    display: flex;
    align-items: center;
    gap: 10px 14px;
    flex-wrap: wrap;
}

.sh-rs-filter-btn {
    border: 0;
    background: transparent;
    color: #111;
    font-size: 15px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.sh-rs-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1c1c1c;
}

.sh-rs-check input {
    width: 18px;
    height: 18px;
    accent-color: #b88a71;
}

.sh-rs-money {
    border: 0;
    background: transparent;
    color: #111;
    font-size: 15px;
    padding: 0 0 6px;
    border-bottom: 2px solid transparent;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.sh-rs-money.is-active {
    border-color: #111;
}

.sh-rs-count {
    margin: 8px 0 0;
    color: #1a1a1a;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}


/* ROOM LIST */

.sh-rs-list {
    padding: 8px 0 20px;
}

.sh-rs-card {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 28px;
    align-items: stretch;
    padding: 22px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.sh-rs-card__media {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    min-height: 235px;
    background: #e9e4dd;
}

.sh-rs-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s ease;
}

.sh-rs-card:hover .sh-rs-card__media img {
    transform: scale(1.035);
}

.sh-rs-card__content {
    display: grid;
    grid-template-columns: 1fr 210px;
    gap: 26px;
    min-width: 0;
}

.sh-rs-card__main {
    min-width: 0;
    padding-top: 6px;
}

.sh-rs-card__plan {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: #edf1f4;
    color: #1c3648;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 12px;
}

.sh-rs-card__plan--gold {
    background: #efe4dc;
    color: #9a6f58;
}

.sh-rs-card__title {
    font-size: clamp(28px, 2.8vw, 44px);
    line-height: 1.05;
    margin: 0 0 10px;
    font-weight: 500;
}

.sh-rs-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    color: #2f2f2f;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 16px;
}

.sh-rs-card__desc {
    margin: 0 0 14px;
    color: #222;
    font-size: 16px;
    max-width: 760px;
    font-family: Arial, Helvetica, sans-serif;
}

.sh-rs-card__list {
    margin: 0 0 16px;
    padding-left: 18px;
    color: #1f1f1f;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.sh-rs-card__list li+li {
    margin-top: 4px;
}

.sh-rs-more {
    border: 0;
    background: transparent;
    padding: 0;
    color: #b88a71;
    text-decoration: underline;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.sh-rs-card__side {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    padding-top: 14px;
}

.sh-rs-card__starting {
    font-size: 12px;
    color: #7c665b;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 4px;
}

.sh-rs-card__old {
    font-size: 12px;
    color: #7f7f7f;
    text-decoration: line-through;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
}

.sh-rs-card__price {
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 18px;
    white-space: nowrap;
}

.sh-rs-card__price span {
    font-size: 15px;
    font-weight: 500;
}

.sh-rs-card__cta {
    min-width: 180px;
    min-height: 52px;
    border: 0;
    border-radius: 0;
    background: #d6b80f;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.sh-rs-card__cta:hover {
    background: #f5dd07;
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(184, 138, 113, .22);
    color: #fff;
}

.sh-rs-card__cta:active {
    transform: translateY(0);
}


/* GUEST COMFORT */

.sh-rooms-info {
    padding: 56px 0 0;
}

.sh-rooms-info .sh-title h2 {
    font-size: clamp(30px, 2.8vw, 48px);
    margin-bottom: 10px;
}

.sh-rooms-info-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 18px;
    padding: 28px 24px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .04);
}

.sh-rooms-info-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #f4ece7;
    color: #9d755f;
    font-size: 24px;
    margin-bottom: 18px;
}

.sh-rooms-info-card h3 {
    font-size: 28px;
    line-height: 1.08;
    margin: 0 0 12px;
    font-weight: 500;
}

.sh-rooms-info-card p {
    margin: 0;
    color: rgba(0, 0, 0, .72);
    font-size: 15px;
    line-height: 1.75;
    font-family: Arial, Helvetica, sans-serif;
}


/* ROOM MODAL polish */

.sh-room-modal {
    position: fixed;
    inset: 0;
    background: rgba(15, 15, 15, .6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
}

.sh-room-modal__dialog {
    width: min(980px, 100%);
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    position: relative;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .24);
}

.sh-room-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: #111;
    font-size: 26px;
    line-height: 1;
}

.sh-room-modal__media {
    min-height: 420px;
    background: #eee;
}

.sh-room-modal__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sh-room-modal__content {
    padding: 34px 28px;
}

.sh-room-modal__content h3 {
    font-size: clamp(28px, 2.3vw, 42px);
    line-height: 1.06;
    margin: 0 0 12px;
}

.sh-room-modal__content p {
    font-family: Arial, Helvetica, sans-serif;
}

.sh-room-modal__meta {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
}

.sh-room-modal__price-wrap {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.sh-room-modal__price-wrap strong {
    color: #111;
}

#roomModalPrice {
    font-size: 30px;
    font-weight: 800;
    margin-left: 8px;
}

.sh-room-modal__currency {
    display: flex;
    gap: 10px;
}

.sh-room-modal__currency .btn {
    min-width: 84px;
    border-radius: 999px;
}


/* REVEAL */

.reveal-left,
.reveal-right,
.reveal-up {
    opacity: 0;
    transition: transform .8s ease, opacity .8s ease;
    will-change: transform, opacity;
}

.reveal-left {
    transform: translateX(-48px);
}

.reveal-right {
    transform: translateX(48px);
}

.reveal-up {
    transform: translateY(38px);
}

.reveal-left.is-visible,
.reveal-right.is-visible,
.reveal-up.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

.reveal-delay-1 {
    transition-delay: .08s;
}

.reveal-delay-2 {
    transition-delay: .16s;
}

.reveal-delay-3 {
    transition-delay: .24s;
}


/* RESPONSIVE */

@media (max-width: 1100px) {
    .sh-rs-top__features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sh-rs-card {
        grid-template-columns: 300px 1fr;
    }
    .sh-rs-card__content {
        grid-template-columns: 1fr 190px;
        gap: 20px;
    }
}

@media (max-width: 900px) {
    .sh-rs-top__head,
    .sh-rs-select__top,
    .sh-rs-member {
        flex-direction: column;
        align-items: flex-start;
    }
    .sh-rs-top__rating {
        text-align: left;
        min-width: 0;
    }
    .sh-rs-top__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sh-rs-card {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .sh-rs-card__media {
        min-height: 280px;
    }
    .sh-rs-card__content {
        grid-template-columns: 1fr;
    }
    .sh-rs-card__side {
        align-items: flex-start;
        text-align: left;
        padding-top: 0;
    }
    .sh-rs-card__price {
        white-space: normal;
    }
    .sh-rs-card__cta {
        width: 100%;
    }
    .sh-room-modal__dialog {
        grid-template-columns: 1fr;
    }
    .sh-room-modal__media {
        min-height: 260px;
    }
}

@media (max-width: 640px) {
    .sh-rooms-ihg .container {
        width: min(100%, calc(100% - 28px));
    }
    .sh-rs-top__inner,
    .sh-rooms-info-card {
        padding: 22px 18px;
    }
    .sh-rs-top__features {
        grid-template-columns: 1fr;
    }
    .sh-rs-toolbar__left,
    .sh-rs-toolbar__right {
        width: 100%;
    }
    .sh-rs-card__media {
        min-height: 220px;
    }
    .sh-rs-card__title,
    .sh-rooms-info-card h3 {
        font-size: 24px;
    }
    .sh-rs-card__price {
        font-size: 31px;
    }
    .sh-room-modal__content {
        padding: 24px 18px;
    }
}


/* =========================
   ROOMS PAGE — SOUTH HOTEL LUXURY OVERRIDE
   PUT AT THE VERY END OF mainstyle.css
   ========================= */

.sh-rooms-ihg {
    background: radial-gradient(circle at top left, rgba(184, 138, 113, 0.08), transparent 26%), linear-gradient(180deg, #f8f4ee 0%, #f3eee7 52%, #f8f5f0 100%);
    padding-bottom: 100px;
}

.sh-rs-top {
    padding: 42px 0 20px;
}

.sh-rs-top__inner {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(184, 138, 113, 0.16);
    border-radius: 30px;
    padding: 34px 34px 30px;
    box-shadow: 0 18px 48px rgba(45, 28, 15, 0.08), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
    backdrop-filter: blur(6px);
}

.sh-rs-top__eyebrow {
    color: #b88a71;
    letter-spacing: .22em;
}

.sh-rs-top__title {
    color: #171311;
    font-weight: 500;
}

.sh-rs-top__address {
    color: rgba(23, 19, 17, 0.68);
}

.sh-rs-top__rating {
    background: linear-gradient(180deg, #fff, #f7f1eb);
    border: 1px solid rgba(184, 138, 113, 0.14);
    border-radius: 22px;
    padding: 18px 18px 16px;
    min-width: 190px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.sh-rs-top__stars,
.sh-rs-top__score {
    color: #a7775d;
}

.sh-rs-top__reviews,
.sh-rs-top__more {
    color: #a7775d;
    text-decoration: none;
    position: relative;
}

.sh-rs-top__reviews::after,
.sh-rs-top__more::after,
.sh-rs-more::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .28s ease;
}

.sh-rs-top__reviews:hover::after,
.sh-rs-top__more:hover::after,
.sh-rs-more:hover::after {
    transform: scaleX(.45);
}

.sh-rs-top__features {
    gap: 16px 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(184, 138, 113, 0.14);
}

.sh-rs-feature {
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(184, 138, 113, 0.10);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.025);
    color: #241d18;
}

.sh-rs-feature i {
    color: #b88a71;
}


/* SELECT SECTION */

.sh-rs-select {
    padding: 30px 0 12px;
}

.sh-rs-select__top {
    border-top: 1px solid rgba(184, 138, 113, 0.15);
    padding-top: 28px;
}

.sh-rs-select__title {
    color: #171311;
}

.sh-rs-select__note {
    color: #a7775d;
}

.sh-rs-member {
    margin-top: 24px;
    background: linear-gradient(135deg, #1f1a17 0%, #342821 100%);
    border: 1px solid rgba(184, 138, 113, 0.20);
    border-radius: 18px;
    padding: 18px 22px;
    box-shadow: 0 14px 30px rgba(20, 14, 10, 0.16);
}

.sh-rs-member__left strong {
    color: #d8b28d;
}

.sh-rs-toolbar {
    padding: 24px 0 12px;
}

.sh-rs-filter-btn,
.sh-rs-money,
.sh-rs-check {
    font-family: Arial, Helvetica, sans-serif;
}

.sh-rs-filter-btn {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(184, 138, 113, 0.16);
    background: rgba(255, 255, 255, 0.72);
    transition: all .25s ease;
}

.sh-rs-filter-btn:hover {
    background: #fff;
    border-color: rgba(184, 138, 113, 0.30);
    transform: translateY(-1px);
}

.sh-rs-money {
    min-height: 38px;
    padding: 0 8px 6px;
    color: #5c4a40;
}

.sh-rs-money.is-active {
    color: #111;
    border-color: #b88a71;
}

.sh-rs-check input {
    accent-color: #b88a71;
}

.sh-rs-count {
    color: #2a211b;
    font-weight: 600;
}


/* ROOM CARDS */

.sh-rs-card {
    grid-template-columns: 400px 1fr;
    gap: 32px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(184, 138, 113, 0.14);
    align-items: stretch;
}

.sh-rs-card__media {
    min-height: 285px;
    border-radius: 24px;
    overflow: hidden;
    background: #e7ddd3;
    box-shadow: 0 18px 32px rgba(39, 24, 14, 0.08);
}

.sh-rs-card__media img {
    transition: transform .65s ease, filter .45s ease;
}

.sh-rs-card:hover .sh-rs-card__media img {
    transform: scale(1.05);
    filter: saturate(1.04);
}

.sh-rs-card__content {
    grid-template-columns: 1fr 235px;
    gap: 28px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(184, 138, 113, 0.12);
    border-radius: 24px;
    padding: 26px 24px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.035);
}

.sh-rs-card__plan {
    background: rgba(184, 138, 113, 0.10);
    color: #9d6f56;
    border: 1px solid rgba(184, 138, 113, 0.18);
    min-height: 30px;
    padding: 0 14px;
}

.sh-rs-card__plan--gold {
    background: linear-gradient(180deg, #cda07f, #b88a71);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 22px rgba(184, 138, 113, 0.20);
}

.sh-rs-card__title {
    color: #16120f;
    margin-bottom: 12px;
}

.sh-rs-card__meta {
    color: rgba(22, 18, 15, 0.78);
    font-weight: 500;
}

.sh-rs-card__desc {
    color: rgba(22, 18, 15, 0.78);
    line-height: 1.72;
}

.sh-rs-card__list {
    color: #231b16;
    line-height: 1.7;
}

.sh-rs-card__list li::marker {
    color: #b88a71;
}

.sh-rs-more {
    color: #a7775d;
    text-decoration: none;
    position: relative;
    font-weight: 700;
}

.sh-rs-card__side {
    border-left: 1px solid rgba(184, 138, 113, 0.12);
    padding-left: 22px;
    justify-content: center;
}

.sh-rs-card__starting {
    color: #8c6d5c;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 11px;
    font-weight: 700;
}

.sh-rs-card__old {
    color: #9c8d84;
}

.sh-rs-card__price {
    color: #14110f;
    font-size: 40px;
    margin-bottom: 20px;
}

.sh-rs-card__price span {
    color: #5e4d43;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}


/* GOLD BUTTONS — MATCH OTHER PAGES */

.sh-rs-card__cta,
#modalBookBtn,
.sh-room-modal__currency .btn.active,
.sh-room-modal__currency .btn.btn-dark,
.sh-room-card__actions .js-open-booking {
    background: radial-gradient(circle at center, rgba(239, 199, 108, 1) 0%, rgba(181, 132, 56, 1) 100%);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 14px 28px rgba(184, 138, 113, 0.24);
}

.sh-rs-card__cta {
    min-width: 190px;
    min-height: 54px;
    border-radius: 999px;
    letter-spacing: .06em;
}

.sh-rs-card__cta:hover,
#modalBookBtn:hover,
.sh-room-card__actions .js-open-booking:hover {
    background: radial-gradient(circle at center, rgba(239, 199, 108, 1) 0%, rgba(181, 132, 56, 1) 100%);
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(184, 138, 113, 0.28);
    color: #fff !important;
}


/* DETAILS BUTTON STYLE */

.room-details,
.sh-rs-more.room-details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(184, 138, 113, 0.28);
    background: rgba(255, 255, 255, 0.8);
    color: #9d6f56 !important;
    text-decoration: none !important;
    font-weight: 700;
    transition: all .26s ease;
}

.room-details::after,
.sh-rs-more.room-details::after {
    display: none;
}

.room-details:hover,
.sh-rs-more.room-details:hover {
    background: rgba(184, 138, 113, 0.10);
    border-color: rgba(184, 138, 113, 0.40);
    color: #855e49 !important;
    transform: translateY(-1px);
}


/* GUEST INFO */

.sh-rooms-info {
    padding: 64px 0 0;
}

.sh-rooms-info-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 243, 238, .96));
    border: 1px solid rgba(184, 138, 113, 0.12);
    border-radius: 24px;
    padding: 30px 26px;
    box-shadow: 0 16px 34px rgba(33, 22, 14, 0.05);
}

.sh-rooms-info-icon {
    background: linear-gradient(135deg, rgba(207, 167, 127, .18), rgba(184, 138, 113, .14));
    color: #a7775d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75);
}

.sh-rooms-info-card h3 {
    color: #181310;
}

.sh-rooms-info-card p {
    color: rgba(24, 19, 16, 0.72);
}


/* MODAL */

.sh-room-modal {
    background: rgba(24, 17, 12, 0.62);
    backdrop-filter: blur(4px);
}

.sh-room-modal__dialog {
    width: min(1080px, 100%);
    border-radius: 28px;
    grid-template-columns: 1.15fr 1fr;
    box-shadow: 0 32px 75px rgba(22, 14, 8, 0.26);
}

.sh-room-modal__media {
    min-height: 480px;
}

.sh-room-modal__content {
    padding: 38px 32px;
}

.sh-room-modal__content h3 {
    color: #181310;
}

.sh-room-modal__meta {
    gap: 12px;
}

.sh-room-modal__meta div {
    padding: 10px 14px;
    border-radius: 14px;
    background: #f8f2ec;
    border: 1px solid rgba(184, 138, 113, 0.12);
}

.sh-room-modal__price-wrap {
    color: #2c221d;
}

#roomModalPrice {
    color: #111;
}

.sh-room-modal__close {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
}


/* RESPONSIVE */

@media (max-width: 1100px) {
    .sh-rs-card {
        grid-template-columns: 360px 1fr;
    }
    .sh-rs-card__media {
        min-height: 265px;
    }
    .sh-rs-card__content {
        grid-template-columns: 1fr 220px;
    }
}

@media (max-width: 900px) {
    .sh-rs-card {
        grid-template-columns: 1fr;
    }
    .sh-rs-card__media {
        min-height: 300px;
    }
    .sh-rs-card__content {
        grid-template-columns: 1fr;
        padding: 22px 20px;
    }
    .sh-rs-card__side {
        border-left: 0;
        border-top: 1px solid rgba(184, 138, 113, 0.12);
        padding-left: 0;
        padding-top: 18px;
        margin-top: 6px;
        align-items: flex-start;
        text-align: left;
    }
    .sh-rs-card__cta {
        width: 100%;
    }
    .sh-room-modal__dialog {
        grid-template-columns: 1fr;
        width: min(760px, 100%);
    }
    .sh-room-modal__media {
        min-height: 300px;
    }
}

@media (max-width: 640px) {
    .sh-rs-top__inner {
        padding: 24px 18px 22px;
        border-radius: 24px;
    }
    .sh-rs-card {
        padding: 24px 0;
    }
    .sh-rs-card__media {
        min-height: 250px;
        border-radius: 20px;
    }
    .sh-rs-card__content {
        border-radius: 20px;
    }
    .sh-rs-card__price {
        font-size: 32px;
    }
    .sh-room-modal__content {
        padding: 26px 18px;
    }
    .sh-room-modal__media {
        min-height: 240px;
    }
}


/* =========================
   ROOMS PAGE FINAL OVERRIDE
   ========================= */


/* photos wider */

.sh-rs-card {
    grid-template-columns: 460px 1fr !important;
    gap: 34px !important;
}

.sh-rs-card__media {
    min-height: 320px !important;
    border-radius: 26px !important;
}

.sh-rs-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* content area */

.sh-rs-card__content {
    grid-template-columns: 1fr 220px !important;
    border-radius: 26px !important;
}


/* buttons = sh-cta style */

.sh-rs-card__cta,
.room-details,
.sh-rs-more.room-details {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    letter-spacing: .02em;
    transition: all .28s ease;
    text-decoration: none !important;
    cursor: pointer;
}


/* book now */

.sh-rs-card__cta {
    border: none !important;
    background: radial-gradient(circle at center, rgba(239, 199, 108, 1) 0%, rgba(181, 132, 56, 1) 100%);
    color: #fff !important;
    box-shadow: 0 14px 28px rgba(184, 138, 113, .24);
}

.sh-rs-card__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(184, 138, 113, .28);
    background: radial-gradient(circle at center, rgba(239, 199, 108, 1) 0%, rgba(181, 132, 56, 1) 100%);
    color: #fff !important;
}


/* details button - elegant outline */

.room-details,
.sh-rs-more.room-details {
    border: 1.5px solid rgba(184, 138, 113, .34) !important;
    background: #fff !important;
    color: #a7775d !important;
    box-shadow: none !important;
}

.room-details:hover,
.sh-rs-more.room-details:hover {
    background: rgba(184, 138, 113, .09) !important;
    color: #8e654f !important;
    border-color: rgba(184, 138, 113, .45) !important;
    transform: translateY(-2px);
}

.room-details::after,
.sh-rs-more.room-details::after {
    display: none !important;
}


/* align actions better */

.sh-rs-card__main .room-details {
    margin-top: 8px;
}

.sh-rs-card__side {
    justify-content: center !important;
}


/* filter buttons */

.sh-rs-filter-btn.is-active,
.sh-rs-money.is-active {
    background: rgba(184, 138, 113, .10);
    border-color: rgba(184, 138, 113, .36);
    color: #9d6f56;
}


/* hidden filtered cards */

.sh-rs-card.is-hidden {
    display: none !important;
}


/* responsive */

@media (max-width: 1100px) {
    .sh-rs-card {
        grid-template-columns: 390px 1fr !important;
    }
    .sh-rs-card__media {
        min-height: 290px !important;
    }
}

@media (max-width: 900px) {
    .sh-rs-card {
        grid-template-columns: 1fr !important;
    }
    .sh-rs-card__media {
        min-height: 320px !important;
    }
    .sh-rs-card__content {
        grid-template-columns: 1fr !important;
    }
    .sh-rs-card__cta,
    .room-details,
    .sh-rs-more.room-details {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .sh-rs-card__media {
        min-height: 250px !important;
    }
}