.bshRoomsArchive {
    padding-block: var(--bsh-section-y);
    background: #f4f0ed;
}

.bshRoomsExperience {
    color: var(--bsh-color-white);
    background: var(--bsh-color-pastel-2);
}

.bshRoomsExperience__intro {
    display: grid;
    min-height: 100svh;
    place-items: center;
    padding-block: clamp(170px, 18vh, 250px) clamp(90px, 12vh, 160px);
}

.bshRoomsExperience__introInner {
    display: grid;
    justify-items: center;
    gap: clamp(48px, 6vw, 88px);
    text-align: center;
}

.bshRoomsExperience__intro h1 {
    max-width: 1300px;
    margin: 0;
    color: inherit;
    font-size: clamp(64px, 7.2vw, 138px);
    font-weight: 400;
    line-height: .94;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.bshRoomsExperience__intro .bshSubtitle {
    color: color-mix(in srgb, var(--bsh-color-white) 84%, var(--bsh-color-pastel-1));
}

.bshRoomsExperience__lead {
    max-width: 900px;
    font-size: clamp(1.05rem, .96rem + .28vw, 1.3rem);
    line-height: 1.65;
    text-align: left;
}

.bshRoomsExperience__lead > * {
    margin: 0;
}

.bshRoomsExperience__breadcrumbs .bshBreadcrumbs {
    color: rgb(255 255 255 / .7);
}

.bshRoomsExperience__breadcrumbs a,
.bshRoomsExperience__breadcrumbs span {
    color: inherit;
}

.bshRoomsExperience__rooms {
    padding-bottom: clamp(100px, 12vw, 220px);
}

.bshRoomPanel {
    position: relative;
    min-height: 100svh;
    padding-block: clamp(80px, 9vw, 150px);
}

.bshRoomPanel__frame {
    display: grid;
    align-content: center;
    min-height: calc(100svh - clamp(160px, 18vw, 300px));
}

.bshRoomPanel__media {
    display: block;
    width: 100%;
    height: clamp(480px, 60svh, 900px);
    overflow: hidden;
}

.bshRoomPanel__mediaReveal {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bshRoomPanel__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.1s cubic-bezier(.22, 1, .36, 1), filter .6s ease;
}

.bshRoomPanel__media:hover .bshRoomPanel__image,
.bshRoomPanel__media:focus-visible .bshRoomPanel__image {
    filter: brightness(.9);
    transform: scale(1.025);
}

.bshRoomPanel__body {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr);
    align-items: end;
    gap: clamp(40px, 6vw, 110px);
    padding: clamp(38px, 4vw, 70px) clamp(10px, 2.2vw, 42px) 0;
}

.bshRoomPanel__title {
    margin: 0;
    font-size: clamp(52px, 5.7vw, 110px);
    font-weight: 400;
    line-height: .96;
    letter-spacing: -.055em;
}

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

.bshRoomPanel__description {
    max-width: 650px;
    margin: 24px 0 0;
    color: rgb(255 255 255 / .76);
    line-height: 1.65;
}

.bshRoomPanel__meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 30px;
}

.bshRoomPanel__facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0;
    margin: 0;
    border-block: 1px solid rgb(255 255 255 / .26);
    list-style: none;
}

.bshRoomPanel__facts li {
    display: grid;
    min-height: 104px;
    place-items: center;
    gap: 10px;
    padding: 14px 10px;
    border-right: 1px solid rgb(255 255 255 / .22);
    color: rgb(255 255 255 / .82);
    font-size: clamp(.68rem, .62rem + .16vw, .82rem);
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}

.bshRoomPanel__facts li:last-child {
    border-right: 0;
}

.bshRoomPanel__facts svg {
    width: 22px;
    height: 22px;
    color: var(--bsh-color-pastel-1);
    stroke-width: 1.4;
}

.bshRoomPanel__rate {
    display: grid;
    min-width: 130px;
    justify-items: end;
    color: rgb(255 255 255 / .7);
    font-size: .72rem;
    letter-spacing: .08em;
    line-height: 1.4;
    text-transform: uppercase;
}

.bshRoomPanel__rate strong {
    color: var(--bsh-color-white);
    font-size: clamp(1.35rem, 1.1rem + .55vw, 2rem);
    font-weight: 500;
    letter-spacing: 0;
}

.bshRoomPanel__rate.is-unavailable {
    max-width: 170px;
    text-align: right;
}

.bshRoomsArchive__intro {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(300px, .45fr);
    align-items: end;
    gap: clamp(40px, 7vw, 130px);
    margin-bottom: clamp(52px, 7vw, 110px);
}

.bshRoomsArchive__eyebrow,
.bshRoomIntro__eyebrow,
.bshRoomDetails__eyebrow,
.bshHouseRules__heading > p {
    margin: 0 0 16px;
    color: var(--bsh-color-pastel-2);
    font-size: var(--bsh-fs-sm);
    font-weight: 600;
    letter-spacing: .24em;
    text-transform: uppercase;
}

.bshRoomsArchive__intro h2,
.bshRoomDetails h2,
.bshHouseRules h2 {
    margin: 0;
    color: var(--bsh-color-headline);
    font-size: var(--bsh-fs-heading);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.05em;
}

.bshRoomsArchive__description {
    font-size: var(--bsh-fs-body);
    line-height: 1.75;
}

.bshRoomsArchive__list {
    display: grid;
    gap: clamp(26px, 4vw, 58px);
}

.bshRoomCard {
    position: sticky;
    top: calc(80px + (var(--bsh-room-index) - 1) * 10px);
    z-index: var(--bsh-room-index);
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(0, 1fr);
    min-height: min(620px, 72vh);
    overflow: hidden;
    border: 1px solid rgba(94, 94, 94, .08);
    border-radius: var(--bsh-radius-sm);
    background: var(--bsh-color-surface);
    box-shadow: 0 22px 70px rgba(70, 61, 57, .08);
}

.bshRoomCard__media {
    display: block;
    min-height: 100%;
    overflow: hidden;
}

.bshRoomCard__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s cubic-bezier(.22, 1, .36, 1);
}

.bshRoomCard:hover .bshRoomCard__image {
    transform: scale(1.035);
}

.bshRoomCard__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 5vw, 86px);
}

.bshRoomCard__rate {
    display: inline-flex;
    align-self: flex-start;
    align-items: baseline;
    gap: 6px;
    padding: 10px 15px;
    border: 1px solid var(--bsh-color-border);
    border-radius: 999px;
    color: var(--bsh-color-body);
    font-size: .8125rem;
}

.bshRoomCard__rate strong {
    color: var(--bsh-color-headline);
    font-size: 1rem;
}

.bshRoomCard__rate.is-unavailable {
    color: var(--bsh-color-white);
    background: var(--bsh-color-pastel-2);
}

.bshRoomCard__title {
    margin: clamp(28px, 4vw, 54px) 0 24px;
    font-size: var(--bsh-fs-heading);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.05em;
}

.bshRoomCard__title a {
    color: var(--bsh-color-headline);
    text-decoration: none;
}

.bshRoomCard__description {
    max-width: 680px;
    margin: 0;
    font-size: var(--bsh-fs-body);
    line-height: 1.7;
}

.bshRoomFacts {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bshRoomFacts--card {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    padding-block: 28px;
    margin-top: auto;
    border-block: 1px solid var(--bsh-color-border);
}

.bshRoomFacts li {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.bshRoomFacts svg {
    width: 19px;
    color: var(--bsh-color-pastel-2);
}

.bshRoomCard__link {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    color: var(--bsh-color-headline);
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: .13em;
    text-decoration: none;
    text-transform: uppercase;
}

.bshRoomCard__link svg {
    width: 19px;
    transition: transform var(--bsh-transition-fast);
}

.bshRoomCard__link:hover svg,
.bshRoomCard__link:focus-visible svg {
    transform: translateX(6px);
}

.bshRoomSingle {
    background: var(--bsh-color-bg);
}

.bshRoomIntro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(42px, 8vw, 150px);
}

.bshRoomIntro__lead {
    max-width: 1000px;
    margin: 0;
    color: var(--bsh-color-headline);
    font-size: var(--bsh-fs-subheading);
    line-height: 1.18;
    letter-spacing: -.035em;
}

.bshRoomIntro__booking {
    display: flex;
    min-width: 220px;
    align-items: flex-end;
    flex-direction: column;
    gap: 22px;
}

.bshRoomIntro__rate {
    display: grid;
    justify-items: end;
    color: var(--bsh-color-body);
    font-size: .875rem;
}

.bshRoomIntro__rate strong {
    color: var(--bsh-color-headline);
    font-size: var(--bsh-fs-subheading);
    font-weight: 500;
}

.bshRoomIntro__rate.is-unavailable strong {
    max-width: 260px;
    font-size: 1.35rem;
    text-align: right;
}

.bshRoomFacts--single {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-block: 1px solid var(--bsh-color-border);
}

.bshRoomFacts--single li {
    min-height: 110px;
    justify-content: center;
    border-right: 1px solid var(--bsh-color-border);
}

.bshRoomFacts--single li:last-child {
    border-right: 0;
}

.bshRoomFacts--single svg {
    width: 24px;
}

.bshRoomGallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(10px, 1.5vw, 24px);
}

.bshRoomGallery__item {
    grid-column: span 4;
    min-height: clamp(260px, 32vw, 520px);
    margin: 0;
    overflow: hidden;
    border-radius: var(--bsh-radius-sm);
}

.bshRoomGallery__item.is-featured {
    grid-column: span 8;
    grid-row: span 2;
}

.bshRoomGallery__link {
    display: block;
    width: 100%;
    height: 100%;
}

.bshRoomGallery__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2, .7, .2, 1), filter var(--bsh-transition-base);
}

.bshRoomGallery__link:hover .bshRoomGallery__image,
.bshRoomGallery__link:focus-visible .bshRoomGallery__image {
    filter: brightness(.86);
    transform: scale(1.035);
}

.bshRoomContent {
    display: grid;
    grid-template-columns: minmax(160px, .35fr) minmax(0, 1fr);
    gap: clamp(40px, 8vw, 150px);
}

.bshRoomContent__label {
    color: var(--bsh-color-pastel-2);
    font-size: var(--bsh-fs-sm);
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.bshRoomContent__body {
    max-width: 920px;
    font-size: var(--bsh-fs-lead);
    line-height: 1.85;
}

.bshRoomContent__body > *:first-child {
    margin-top: 0;
}

.bshRoomDetails {
    background: #f2efec;
}

.bshRoomDetails__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(50px, 6vw, 110px);
}

.bshRoomDetails h2 {
    font-size: var(--bsh-fs-subheading);
}

.bshRoomTermList {
    display: grid;
    gap: 16px;
    padding: 26px 0 0;
    margin: 0;
    list-style: none;
}

.bshRoomTermList li {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--bsh-color-border);
}

.bshRoomTermList svg {
    width: 20px;
    color: var(--bsh-color-pastel-2);
}

.bshHouseRules__heading {
    display: grid;
    grid-template-columns: minmax(140px, .3fr) minmax(0, 1fr);
    gap: 40px;
    margin-bottom: clamp(46px, 6vw, 90px);
}

.bshHouseRules__heading h2 {
    font-size: var(--bsh-fs-heading);
}

.bshHouseRules__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    background: transparent;
}

.bshHouseRules__section {
    padding: clamp(28px, 3vw, 48px);
    background: transparent;
}

.bshHouseRules__section:nth-child(even) {
    border-inline-start: 1px solid var(--bsh-color-border);
}

.bshHouseRules__section:nth-child(n + 3) {
    border-block-start: 1px solid var(--bsh-color-border);
}

.bshHouseRules__section h3 {
    margin: 0 0 24px;
    color: var(--bsh-color-headline);
    font-size: 1.35rem;
    font-weight: 500;
}

.bshHouseRules__section ul {
    display: grid;
    gap: 12px;
    padding-left: 20px;
    margin: 0;
}

.bshRoomBooking {
    padding-block: var(--bsh-section-y);
    color: var(--bsh-color-white);
    background: var(--bsh-color-pastel-2);
}

.bshRoomBooking__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.bshRoomBooking p {
    max-width: 850px;
    margin: 0;
    font-size: var(--bsh-fs-heading);
    line-height: 1.1;
    letter-spacing: -.04em;
}

.bshRoomBooking .bshBtn {
    flex: 0 0 auto;
    background: var(--bsh-color-headline);
}

@media (max-width: 1100px) {
    .bshRoomPanel__body,
    .bshRoomPanel__meta {
        grid-template-columns: 1fr;
    }

    .bshRoomPanel__rate {
        justify-items: start;
    }

    .bshRoomCard {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .bshRoomCard__media {
        min-height: clamp(360px, 58vw, 650px);
    }

    .bshRoomDetails__grid,
    .bshHouseRules__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .bshRoomsExperience__intro {
        min-height: 92svh;
        padding-block: 150px 80px;
    }

    .bshRoomsExperience__intro h1 {
        font-size: clamp(50px, 15vw, 74px);
    }

    .bshRoomsExperience__lead {
        text-align: left;
    }

    .bshRoomPanel {
        min-height: 0;
        padding-block: 62px;
    }

    .bshRoomPanel__frame {
        min-height: 0;
    }

    .bshRoomPanel__media {
        height: min(72svh, 620px);
    }

    .bshRoomPanel__body {
        gap: 34px;
        padding: 30px 0 0;
    }

    .bshRoomPanel__title {
        font-size: clamp(46px, 13vw, 66px);
    }

    .bshRoomPanel__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bshRoomPanel__facts li:nth-child(2) {
        border-right: 0;
    }

    .bshRoomPanel__facts li:nth-child(-n + 2) {
        border-bottom: 1px solid rgb(255 255 255 / .22);
    }

    .bshRoomsArchive__intro,
    .bshRoomIntro,
    .bshRoomContent,
    .bshHouseRules__heading {
        grid-template-columns: 1fr;
    }

    .bshRoomCard {
        position: relative;
        top: auto;
    }

    .bshRoomCard__media {
        min-height: 320px;
    }

    .bshRoomCard__content {
        padding: 32px 24px 38px;
    }

    .bshRoomIntro__booking {
        align-items: flex-start;
    }

    .bshRoomIntro__rate {
        justify-items: start;
    }

    .bshRoomFacts--single {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bshRoomFacts--single li {
        min-height: 88px;
        justify-content: flex-start;
        padding: 16px;
        border-right: 0;
        border-bottom: 1px solid var(--bsh-color-border);
    }

    .bshRoomGallery__item,
    .bshRoomGallery__item.is-featured {
        grid-column: 1 / -1;
        grid-row: auto;
        min-height: 300px;
    }

    .bshRoomDetails__grid,
    .bshHouseRules__grid {
        grid-template-columns: 1fr;
    }

    .bshHouseRules__section:nth-child(even) {
        border-inline-start: 0;
    }

    .bshHouseRules__section:nth-child(n + 2) {
        border-block-start: 1px solid var(--bsh-color-border);
    }

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

/* DYO-inspired single-room experience. */
.bshRoomSingle {
    overflow: clip;
    color: var(--bsh-color-body);
    background: var(--bsh-color-white);
}

.bshRoomHero {
    position: relative;
    display: flex;
    min-height: 100svh;
    align-items: flex-end;
    overflow: hidden;
    color: var(--bsh-color-white);
    background: var(--bsh-color-pastel-2);
}

.bshRoomHero__media,
.bshRoomHero__shade {
    position: absolute;
    inset: 0;
}

.bshRoomHero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bshRoomHero__shade {
    z-index: 1;
    background: linear-gradient(180deg, rgb(17 15 14 / .2), transparent 32%, rgb(17 15 14 / .68));
}

.bshRoomHero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-bottom: clamp(32px, 5vw, 84px);
    text-align: center;
}

.bshRoomHero__breadcrumbs {
    display: flex;
    justify-content: center;
    margin-bottom: clamp(20px, 2vw, 34px);
    color: rgb(255 255 255 / .7);
}

.bshRoomHero__breadcrumbs a,
.bshRoomHero__breadcrumbs span {
    color: inherit;
}

.bshRoomHero h1 {
    max-width: min(92%, 1480px);
    margin: 0 auto clamp(38px, 5vw, 78px);
    color: inherit;
    font-size: clamp(54px, 5.2vw, 100px);
    font-weight: 400;
    letter-spacing: -.065em;
    line-height: .82;
}

.bshRoomHero__facts {
    display: grid;
    width: min(100%, 1320px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.bshRoomHero__facts li {
    padding: 12px 20px;
    border-right: 1px solid rgb(255 255 255 / .34);
    color: rgb(255 255 255 / .9);
    font-size: clamp(11px, .82vw, 15px);
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bshRoomHero__facts li:last-child {
    border-right: 0;
}

.bshRoomEditorialIntro {
    color: var(--bsh-color-headline);
    background: var(--bsh-color-white);
}

.bshRoomEditorialIntro__inner {
    display: grid;
    gap: clamp(60px, 8vw, 145px);
}

.bshRoomEditorialIntro .bshHeadingLockup {
    width: min(100%, 1460px);
}

.bshRoomEditorialIntro .bshHeadingLockup h2 {
    max-width: 86%;
    margin: 0;
    color: inherit;
    font-size: var(--bsh-fs-h2);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .94;
}

.bshRoomEditorialIntro__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(50px, 10vw, 190px);
}

.bshRoomEditorialIntro__copy {
    width: min(100%, 950px);
}

.bshRoomEditorialIntro__lead {
    margin: 0 0 36px;
    color: var(--bsh-color-headline);
    font-size: clamp(24px, 2.2vw, 42px);
    letter-spacing: -.025em;
    line-height: 1.28;
}

.bshRoomEditorialIntro__wysiwyg {
    font-size: clamp(16px, 1vw, 20px);
    line-height: 1.85;
}

.bshRoomEditorialIntro__booking {
    display: grid;
    min-width: 230px;
    align-content: start;
    justify-items: end;
    gap: 28px;
}

.bshRoomEditorialIntro__rate {
    display: grid;
    justify-items: end;
    color: var(--bsh-color-body);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bshRoomEditorialIntro__rate strong {
    color: var(--bsh-color-headline);
    font-size: clamp(28px, 2.2vw, 42px);
    font-weight: 500;
    letter-spacing: -.03em;
    text-transform: none;
}

.bshRoomEditorialImages {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .78fr);
    gap: clamp(24px, 5vw, 100px);
    align-items: end;
    padding-bottom: var(--bsh-section-y);
}

.bshRoomEditorialImages__item {
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.bshRoomEditorialImages__item:nth-child(2) {
    aspect-ratio: 4 / 3;
    margin-bottom: clamp(0px, 6vw, 100px);
}

.bshRoomEditorialImages__image,
.bshRoomGallerySlider__image,
.bshRelatedRoomCard__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s cubic-bezier(.22, 1, .36, 1), filter .55s ease;
}

.bshRoomEditorialImages__item:hover .bshRoomEditorialImages__image,
.bshRoomGallerySlider__slide a:hover .bshRoomGallerySlider__image,
.bshRelatedRoomCard a:hover .bshRelatedRoomCard__image {
    filter: brightness(.9);
    transform: scale(1.035);
}

.bshRoomGallerySection {
    color: var(--bsh-color-white);
    background: var(--bsh-color-pastel-2);
}

.bshRoomGallerySection__heading,
.bshRoomDetails__heading,
.bshRoomExtras__heading,
.bshRelatedRooms__heading {
    margin-bottom: clamp(60px, 8vw, 140px);
}

.bshRoomGallerySection__heading h2,
.bshRoomDetails__heading h2,
.bshRoomExtras__heading h2,
.bshRelatedRooms__heading h2 {
    margin: 0;
    color: inherit;
    font-size: var(--bsh-fs-h2);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .94;
}

.bshRoomGallerySection__heading .bshSubtitle {
    color: rgb(255 255 255 / .82);
}

.bshRoomGallerySlider {
    padding-inline: var(--bsh-container-pad);
    overflow: visible;
}

.bshRoomGallerySlider__slide {
    width: min(76vw, 1180px);
    height: min(70svh, 850px);
    margin: 0;
    overflow: hidden;
}

.bshRoomGallerySlider__slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.bshRoomDetails {
    color: var(--bsh-color-headline);
    background: #f4f1ef;
}

.bshRoomDetails__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(50px, 7vw, 130px);
}

.bshRoomDetails__grid h3,
.bshRoomExtraCard h3 {
    margin: 0;
    color: var(--bsh-color-headline);
    font-size: var(--bsh-fs-h4);
    font-weight: 500;
    letter-spacing: -.035em;
}

.bshRoomExtras {
    color: var(--bsh-color-headline);
    background: var(--bsh-color-white);
}

.bshRoomExtras__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--bsh-color-border);
    border-left: 1px solid var(--bsh-color-border);
}

.bshRoomExtraCard {
    display: grid;
    min-height: 300px;
    align-content: start;
    gap: 24px;
    padding: clamp(28px, 3.5vw, 62px);
    border-right: 1px solid var(--bsh-color-border);
    border-bottom: 1px solid var(--bsh-color-border);
}

.bshRoomExtraCard__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: auto 0 0;
}

.bshRoomExtraCard__price strong {
    color: var(--bsh-color-headline);
    font-size: 25px;
}

.bshHouseRules__heading > .bshSubtitle {
    color: var(--bsh-color-pastel-2);
    font-size: var(--bsh-fs-subtitle);
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.bshRelatedRooms {
    color: var(--bsh-color-white);
    background: var(--bsh-color-pastel-2);
}

.bshRelatedRooms__heading .bshSubtitle {
    color: rgb(255 255 255 / .82);
}

.bshRelatedRooms__slider {
    padding-inline: var(--bsh-container-pad);
    overflow: visible;
}

.bshRelatedRoomCard {
    width: min(72vw, 880px);
}

.bshRelatedRoomCard > a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.bshRelatedRoomCard__media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.bshRelatedRoomCard h3 {
    margin: clamp(24px, 2.5vw, 44px) 0 22px;
    color: inherit;
    font-size: clamp(44px, 4.5vw, 84px);
    font-weight: 300;
    letter-spacing: -.055em;
    line-height: .95;
}

.bshRelatedRoomCard ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 18px 0 0;
    margin: 0;
    border-top: 1px solid rgb(255 255 255 / .28);
    list-style: none;
}

.bshRelatedRoomCard li {
    padding: 5px 14px;
    border-right: 1px solid rgb(255 255 255 / .25);
    font-size: 12px;
    letter-spacing: .06em;
    text-align: center;
    text-transform: uppercase;
}

.bshRelatedRoomCard li:last-child {
    border-right: 0;
}

@media (max-width: 900px) {
    .bshRoomEditorialIntro__body,
    .bshRoomDetails__grid {
        grid-template-columns: 1fr;
    }

    .bshRoomEditorialIntro__booking {
        justify-items: start;
    }

    .bshRoomEditorialIntro__rate {
        justify-items: start;
    }

}

@media (max-width: 600px) {
    .bshRoomHero h1 {
        font-size: clamp(58px, 20vw, 90px);
    }

    .bshRoomHero__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bshRoomHero__facts li {
        border-bottom: 1px solid rgb(255 255 255 / .28);
    }

    .bshRoomEditorialIntro .bshHeadingLockup h2 {
        max-width: 100%;
    }

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

    .bshRoomEditorialImages__item,
    .bshRoomEditorialImages__item:nth-child(2) {
        aspect-ratio: 4 / 5;
        margin: 0;
    }

    .bshRoomGallerySlider__slide,
    .bshRelatedRoomCard {
        width: 86vw;
    }

    .bshRoomGallerySlider__slide {
        height: 58svh;
    }

    .bshRelatedRoomCard ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .bshRoomBookingWidget__spinner {
        animation: none;
    }

    .bshRoomEditorialImages__image,
    .bshRoomGallerySlider__image,
    .bshRelatedRoomCard__image {
        transform: none !important;
        transition: none;
    }
}

/* Editorial single-room layout. */
.bshRoomSingle {
    --bsh-room-section-padding: clamp(56px, 5vw, 75px);
    overflow: clip;
    color: var(--bsh-color-headline);
    background: var(--bsh-color-white);
}

.bshRoomSingle > .bsh-section,
.bshRoomSingle > .bshRoomBooking,
.bshRoomSingle > .bshRoomGalleryStandard {
    padding-block: var(--bsh-room-section-padding);
}

.bshRoomSingle > .bshRoomStory {
    padding-block: 0;
}

.bshRoomHero {
    min-height: 100svh;
    isolation: isolate;
}

.bshRoomHero__media {
    overflow: hidden;
}

.bshRoomHero__shade {
    background: linear-gradient(180deg, rgb(31 27 24 / .24), transparent 38%, rgb(31 27 24 / .52));
}

.bshRoomHero__content {
    padding-bottom: clamp(36px, 5vw, 82px);
}

.bshRoomHero h1 {
    max-width: 88%;
    margin-bottom: clamp(36px, 4vw, 70px);
    font-size: clamp(54px, 5.2vw, 100px);
    font-weight: 400;
    letter-spacing: -.06em;
    line-height: .92;
}

.bshRoomHero__facts {
    width: min(100%, 1240px);
}

.bshRoomHero__facts li {
    font-size: clamp(11px, .72vw, 14px);
}

.bsh-js .bshRoomSingle .bshRoomHero h1:not(.is-bsh-motion-init),
.bsh-js .bshRoomSingle .bshRoomHero__facts > :not(.is-bsh-motion-init),
.bsh-js .bshRoomSingle [data-bsh-room-copy]:not(.is-bsh-motion-init),
.bsh-js .bshRoomSingle [data-bsh-room-image-left]:not(.is-bsh-motion-init),
.bsh-js .bshRoomSingle [data-bsh-room-image-right]:not(.is-bsh-motion-init),
.bsh-js .bshRoomSingle [data-bsh-room-list-item]:not(.is-bsh-motion-init),
.bsh-js .bshRoomSingle [data-bsh-room-photo] figcaption:not(.is-bsh-motion-init),
.bsh-js .bshRoomSingle .bshRelatedRoomCard:not(.is-bsh-motion-init) {
    opacity: 0;
    visibility: hidden;
}

.bsh-js .bshRoomSingle .bshRoomHero__media:not(.is-bsh-motion-init) {
    transform: scale(1.08);
    transform-origin: center;
}

.bsh-js .bshRoomSingle [data-bsh-room-photo] > a:not(.is-bsh-motion-init) {
    clip-path: inset(0 100% 0 0);
}

.bsh-js .bshRoomSingle [data-bsh-room-photo]:nth-child(even) > a:not(.is-bsh-motion-init) {
    clip-path: inset(0 0 0 100%);
}

.bshRoomStory {
    position: relative;
    min-height: max(920px, 108svh);
    padding-inline: 0;
    overflow: hidden;
    background: var(--bsh-color-white);
}

.bshRoomStory__stage {
    position: relative;
    width: 100%;
    min-height: max(760px, 88svh);
}

.bshRoomStory__content {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(34vw, 660px);
    min-width: 520px;
    gap: clamp(28px, 3vw, 54px);
    padding-top: clamp(70px, 8vw, 150px);
    margin-inline: auto;
}

.bshRoomStory__heading {
    position: relative;
    text-align: center;
}

.bshRoomStory__heading h2 {
    max-width: none;
    margin: 0;
    color: var(--bsh-color-headline);
    font-size: clamp(54px, 5.2vw, 84px);
    font-weight: 350;
    letter-spacing: -.065em;
    line-height: .92;
}

.bshRoomStory__heading .bshSubtitle {
    position: static;
    justify-self: end;
    width: auto;
    max-width: min(82%, 560px);
    margin-top: clamp(22px, 1.8vw, 34px);
    color: var(--bsh-color-pastel-2);
    font-size: var(--bsh-fs-subtitle);
    font-weight: 600;
    line-height: 1.05;
    text-align: right;
}

.bshRoomStory__copy {
    font-size: clamp(15px, .94vw, 18px);
    line-height: 1.6;
}

.bshRoomStory__lead {
    margin: 0 0 20px;
    color: var(--bsh-color-headline);
    font-size: clamp(19px, 1.28vw, 25px);
    line-height: 1.45;
}

.bshRoomStory__wysiwyg > :first-child {
    margin-top: 0;
}

.bshRoomStory__wysiwyg > :last-child {
    margin-bottom: 0;
}

.bshRoomStory__booking {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.bshRoomStory__bookingButton {
    min-width: 170px;
}

.bshRoomStory__rate {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin: 0;
    color: var(--bsh-color-body);
    font-size: 12px;
    text-transform: uppercase;
}

.bshRoomStory__rate strong {
    color: var(--bsh-color-headline);
    font-size: 22px;
    font-weight: 500;
    text-transform: none;
}

.bshRoomBooking--widget .bshRoomBooking__inner {
    display: block;
}

.bshRoomBooking--widget {
    scroll-margin-top: clamp(86px, 8vw, 120px);
}

.bshRoomBookingWidget__loading,
.bshRoomBookingWidget__error,
.bshRoomBookingWidget__fallback {
    display: flex;
    min-height: 160px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    padding: clamp(28px, 4vw, 64px);
    border: 1px solid color-mix(in srgb, var(--bsh-color-pastel-2) 42%, transparent);
    color: var(--bsh-color-headline);
    background: var(--bsh-color-white);
    text-align: center;
}

.bshRoomBookingWidget__loading,
.bshRoomBookingWidget__error {
    display: none;
}

.bshRoomBookingWidget__spinner {
    width: 30px;
    height: 30px;
    border: 1px solid color-mix(in srgb, var(--bsh-color-pastel-2) 40%, transparent);
    border-top-color: var(--bsh-color-pastel-2);
    border-radius: 50%;
    animation: bshBookingSpinner 900ms linear infinite;
}

.bshRoomBookingWidget[data-bsh-booking-state="loading"] .bshRoomBookingWidget__loading,
.bshRoomBookingWidget[data-bsh-booking-state="error"] .bshRoomBookingWidget__error {
    display: flex;
}

.bshRoomBookingWidget[data-bsh-booking-state="ready"] .bshRoomBookingWidget__mount {
    min-height: 420px;
}

@keyframes bshBookingSpinner {
    to { transform: rotate(1turn); }
}

.bshRoomStory__image {
    position: absolute;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.bshRoomStory__image--left {
    left: 0;
    bottom: 0;
    width: clamp(280px, 23vw, 450px);
    aspect-ratio: 1 / 1.05;
}

.bshRoomStory__image--right {
    right: 0;
    top: clamp(40px, 7vw, 130px);
    width: clamp(320px, 23vw, 460px);
    aspect-ratio: .72 / 1;
}

.bshRoomStory__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.1s cubic-bezier(.22, 1, .36, 1);
}

.bshRoomStory__image:hover img {
    transform: scale(1.035);
}

.bshRoomGalleryScenes {
    color: var(--bsh-color-white);
    background: var(--bsh-color-pastel-2);
}

.bshRoomGalleryScenes__heading,
.bshRoomInventory__heading,
.bshRoomBooking__heading,
.bshRelatedRooms__heading {
    position: relative;
    margin-bottom: clamp(48px, 5vw, 90px);
    text-align: center;
}

.bshRoomGalleryScenes__heading h2,
.bshRoomInventory__heading h2,
.bshRoomBooking__heading h2,
.bshRelatedRooms__heading h2,
.bshHouseRules__heading h2,
.bshRoomGalleryStandard .bshGallery__heading h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(54px, 5.2vw, 84px);
    font-weight: 350;
    letter-spacing: -.065em;
    line-height: .92;
}

.bshRoomGalleryScenes__heading .bshSubtitle,
.bshRelatedRooms__heading .bshSubtitle {
    color: var(--bsh-color-pastel-1);
}

.bshRoomGalleryScenes__heading .bshSubtitle,
.bshRoomInventory__heading .bshSubtitle,
.bshRoomBooking__heading .bshSubtitle,
.bshRelatedRooms__heading .bshSubtitle,
.bshHouseRules__heading .bshSubtitle {
    max-width: none;
    margin: 4px 0 0 clamp(110px, 11vw, 210px);
    font-family: var(--bsh-font-display);
    font-size: var(--bsh-fs-subtitle);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.05;
    text-transform: none;
}

.bshRoomGalleryScenes__list {
    display: grid;
    gap: clamp(120px, 16vw, 300px);
}

.bshRoomGalleryScene {
    position: relative;
    width: min(64vw, 1240px);
    min-height: min(76svh, 940px);
    margin: 0 auto;
}

.bshRoomGalleryScene--2 {
    width: min(54vw, 1020px);
    margin-left: max(var(--bsh-container-pad), 8vw);
}

.bshRoomGalleryScene--3 {
    width: min(57vw, 1080px);
    margin-right: max(var(--bsh-container-pad), 7vw);
}

.bshRoomGalleryScene a {
    display: block;
    height: min(72svh, 880px);
    overflow: hidden;
}

.bshRoomGalleryScene__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .55s ease, transform 1s cubic-bezier(.22, 1, .36, 1);
}

.bshRoomGalleryScene a:hover .bshRoomGalleryScene__image {
    filter: brightness(.9);
    transform: scale(1.025);
}

.bshRoomGalleryScene figcaption {
    padding-top: 18px;
    color: rgb(255 255 255 / .86);
    font-family: var(--bsh-font-display);
    font-size: var(--bsh-fs-subtitle);
    font-weight: 600;
    line-height: 1.05;
    text-align: center;
}

.bshRoomInventory {
    background: var(--bsh-color-white);
}

.bshRoomInventory__heading,
.bshRoomBooking__heading,
.bshHouseRules__heading {
    color: var(--bsh-color-headline);
}

.bshRoomInventory__heading .bshSubtitle,
.bshRoomBooking__heading .bshSubtitle,
.bshHouseRules__heading .bshSubtitle {
    color: var(--bsh-color-pastel-2);
}

.bshRoomInventory__grid {
    display: grid;
    width: min(calc(100% - (clamp(32px, 9vw, 190px) * 2)), 1540px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(56px, 7vw, 130px);
}

.bshRoomInventory__grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(34px, 4vw, 72px);
}

.bshRoomInventory__column h3 {
    margin: 0 0 clamp(28px, 3vw, 48px);
    color: var(--bsh-color-headline);
    font-size: clamp(20px, 1.4vw, 28px);
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.2;
}

.bshRoomInventory__column ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bshRoomInventory__column li {
    display: grid;
    min-height: clamp(64px, 4.5vw, 82px);
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: clamp(16px, 1.5vw, 24px);
    border-bottom: 1px solid var(--bsh-color-border);
}

.bshRoomInventory__icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--bsh-color-pastel-2);
}

.bshRoomInventory__icon svg {
    width: 23px;
    height: 23px;
    stroke-width: 1.5;
}

.bshRoomInventory__label {
    color: var(--bsh-color-headline);
    font-size: clamp(16px, 1.05vw, 20px);
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 1.35;
}

.bshRoomInventory__column li.bshRoomInventory__extraItem {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    padding-block: 14px;
}

.bshRoomInventory__extraContent {
    display: grid;
    width: 100%;
    min-width: 0;
    grid-column: 1 / -1;
    gap: 8px;
}

.bshRoomInventory__description {
    color: var(--bsh-color-body);
    font-size: clamp(13px, .8vw, 15px);
    line-height: 1.55;
}

.bshRoomInventory__description > :first-child {
    margin-top: 0;
}

.bshRoomInventory__description > :last-child {
    margin-bottom: 0;
}

.bshRoomInventory__price {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin: 2px 0 0;
    color: var(--bsh-color-body);
    font-size: 13px;
}

.bshRoomInventory__price strong {
    color: var(--bsh-color-headline);
    font-size: 16px;
    font-weight: 500;
}

.bshHouseRules {
    background: var(--bsh-color-white);
}

.bshRoomSingle .bshHouseRules__section {
    background: transparent;
}

.bshRoomSingle .bshRoomBooking {
    color: var(--bsh-color-headline);
    background: var(--bsh-color-white);
}

.bshRoomBookingWidget__error p,
.bshRoomBookingWidget__fallback p {
    color: var(--bsh-color-body);
    font-size: var(--bsh-fs-body);
    line-height: 1.6;
    letter-spacing: 0;
}

.bshHouseRules__heading {
    display: block;
    margin-bottom: clamp(48px, 5vw, 90px);
    text-align: center;
}

.bshRelatedRooms {
    color: var(--bsh-color-headline);
    background: var(--bsh-color-white);
}

.bshRelatedRooms__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 56px);
}

.bshRelatedRoomCard {
    width: 100%;
    min-width: 0;
}

.bshRelatedRoomCard > a {
    position: relative;
    display: block;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    color: var(--bsh-color-white);
    background: var(--bsh-color-pastel-2);
    text-decoration: none;
}

.bshRelatedRoomCard__media,
.bshRelatedRoomCard__shade {
    position: absolute;
    inset: 0;
    display: block;
}

.bshRelatedRoomCard__media {
    aspect-ratio: auto;
}

.bshRelatedRoomCard__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bshRelatedRoomCard__shade {
    z-index: 1;
    background: linear-gradient(180deg, rgb(20 17 15 / .06) 38%, rgb(20 17 15 / .7));
    transition: background .5s ease;
}

.bshRelatedRoomCard__content {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: clamp(24px, 3vw, 54px);
    color: var(--bsh-color-white);
}

.bshRelatedRoomCard h3 {
    margin: 0;
    color: inherit;
    font-size: clamp(28px, 3vw, 54px);
    font-weight: 350;
    letter-spacing: -.045em;
    line-height: 1;
}

.bshRelatedRoomCard > a:hover .bshRelatedRoomCard__image,
.bshRelatedRoomCard > a:focus-visible .bshRelatedRoomCard__image {
    transform: scale(1.035);
}

.bshRelatedRoomCard > a:hover .bshRelatedRoomCard__shade,
.bshRelatedRoomCard > a:focus-visible .bshRelatedRoomCard__shade {
    background: linear-gradient(180deg, rgb(20 17 15 / .12) 30%, rgb(20 17 15 / .8));
}

.bshFullscreenGallery--room .bshFullscreenGallery__card {
    width: min(360px, calc(100vw - 40px));
    padding: clamp(22px, 2.2vw, 34px);
}

.bshFullscreenGallery--room .bshFullscreenGallery__eyebrow {
    margin-bottom: 8px;
}

.bshFullscreenGallery--room .bshFullscreenGallery__card h2 {
    margin: 0 0 18px;
    font-size: clamp(20px, 1.4vw, 28px);
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.2;
}

.bshFullscreenGallery--room .bshFullscreenGallery__description {
    margin-top: 14px;
    font-size: clamp(14px, .85vw, 16px);
    line-height: 1.55;
}

body.single-room .pswp.bshPhotoSwipe {
    position: fixed !important;
    inset: 0 !important;
    z-index: 100000 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
}

/* Booking Suedtirol ships PhotoSwipe v4 styles globally. Restore the v5 UI used by the room gallery. */
body.single-room .pswp.bshPhotoSwipe .pswp__button {
    position: relative !important;
    width: 50px !important;
    height: 60px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--bsh-color-white) !important;
    background: none !important;
    box-shadow: none !important;
}

body.single-room .pswp.bshPhotoSwipe .pswp__button:not(.pswp__button--arrow) .pswp__icn {
    position: absolute !important;
    top: 14px !important;
    right: auto !important;
    left: 9px !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
}

body.single-room .pswp.bshPhotoSwipe .pswp__button--arrow {
    position: absolute !important;
    top: 50% !important;
    width: 75px !important;
    height: 100px !important;
    margin-top: -50px !important;
}

body.single-room .pswp.bshPhotoSwipe .pswp__button--arrow--prev {
    right: auto !important;
    left: 0 !important;
}

body.single-room .pswp.bshPhotoSwipe .pswp__button--arrow--next {
    right: 0 !important;
    left: auto !important;
}

body.single-room .pswp.bshPhotoSwipe .pswp__button--arrow .pswp__icn {
    top: 50% !important;
    right: auto !important;
    left: 14px !important;
    width: 60px !important;
    height: 60px !important;
    margin: -30px 0 0 !important;
}

body.single-room .pswp.bshPhotoSwipe .pswp__button--arrow--next .pswp__icn {
    right: 14px !important;
    left: auto !important;
    transform: scale(-1, 1) !important;
}

@media (min-width: 901px) {
    .bshRoomSingle > .bshRoomStory {
        padding-bottom: 100px;
    }

    .bshRoomSingle > .bshRoomInventory {
        padding-top: 100px;
    }
}

@media (max-width: 1280px) {
    .bshRoomStory__content {
        width: min(42vw, 620px);
        min-width: 440px;
    }

    .bshRoomStory__image--left {
        width: 22vw;
    }

    .bshRoomStory__image--right {
        width: 22vw;
    }
}

@media (max-width: 900px) {
    .bshRoomStory {
        min-height: 0;
    }

    .bshRoomStory__stage {
        display: grid;
        min-height: 0;
        grid-template-columns: 1fr 1fr;
        gap: 22px;
        padding-inline: var(--bsh-container-pad);
    }

    .bshRoomStory__content {
        width: 100%;
        min-width: 0;
        grid-column: 1 / -1;
        grid-row: 1;
        padding: 0 0 70px;
    }

    .bshRoomStory__image {
        position: relative;
        inset: auto;
        width: 100%;
    }

    .bshRoomStory__image--left,
    .bshRoomStory__image--right {
        aspect-ratio: 4 / 5;
    }

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

    .bshRoomGalleryScene,
    .bshRoomGalleryScene--2,
    .bshRoomGalleryScene--3 {
        width: calc(100% - (2 * var(--bsh-container-pad)));
        min-height: 0;
        margin-inline: var(--bsh-container-pad);
    }

    .bshRoomGalleryScene a {
        height: min(66svh, 700px);
    }

}

@media (max-width: 600px) {
    .bshRoomHero {
        min-height: 92svh;
    }

    .bshRoomHero h1 {
        max-width: 100%;
        font-size: clamp(52px, 17vw, 78px);
    }

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

    .bshRoomStory__content,
    .bshRoomStory__image--left,
    .bshRoomStory__image--right {
        grid-column: 1;
    }

    .bshRoomStory__content {
        grid-row: 1;
    }

    .bshRoomStory__image--left {
        grid-row: 2;
    }

    .bshRoomStory__image--right {
        grid-row: 3;
    }

    .bshRoomStory__heading .bshSubtitle {
        width: auto;
        max-width: 100%;
        margin: clamp(16px, 4.5vw, 24px) 0 0 18%;
    }

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

    .bshRoomGalleryScenes__heading,
    .bshRoomInventory__heading,
    .bshRoomBooking__heading,
    .bshRelatedRooms__heading {
        margin-bottom: 72px;
    }

    .bshRoomGalleryScenes__heading h2,
    .bshRoomInventory__heading h2,
    .bshRoomBooking__heading h2,
    .bshRelatedRooms__heading h2,
    .bshHouseRules__heading h2,
    .bshRoomGalleryStandard .bshGallery__heading h2 {
        font-size: clamp(54px, 5.2vw, 84px);
    }

    .bshRoomGalleryScenes__list {
        gap: 100px;
    }

    .bshRoomGalleryScene a {
        height: 58svh;
    }

    .bshRoomInventory__grid {
        width: calc(100% - 48px);
    }

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

    .bshRelatedRoomCard > a {
        aspect-ratio: 4 / 3;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bshRoomHero__image,
    .bshRoomStory__image img,
    .bshRoomGalleryScene__image,
    .bshRelatedRoomCard__image {
        transform: none !important;
        transition: none !important;
    }

    .bsh-js .bshRoomSingle .bshRoomHero h1,
    .bsh-js .bshRoomSingle .bshRoomHero__facts > *,
    .bsh-js .bshRoomSingle [data-bsh-room-copy],
    .bsh-js .bshRoomSingle [data-bsh-room-image-left],
    .bsh-js .bshRoomSingle [data-bsh-room-image-right],
    .bsh-js .bshRoomSingle [data-bsh-room-list-item],
    .bsh-js .bshRoomSingle [data-bsh-room-photo] figcaption,
    .bsh-js .bshRoomSingle .bshRelatedRoomCard {
        opacity: 1;
        visibility: visible;
    }

    .bsh-js .bshRoomSingle [data-bsh-room-photo] > a {
        clip-path: none;
    }

    .bsh-js .bshRoomSingle:not(.is-bsh-room-motion-init) .bshRoomHero__media {
        transform: none;
    }
}


/* ROOMS BOOK WIDGET */

.bshRoomBookingWidget .Bs-BookingWidget {
    padding: clamp(12px, 1.6vw, 22px) !important;
    border: 1px solid var(--bsh-color-pastel-2) !important;
    border-radius: 6px !important;
    color: var(--bsh-color-headline) !important;
    background: color-mix(in srgb, var(--bsh-color-pastel-1) 10%, var(--bsh-color-white)) !important;
    box-shadow: 0 18px 55px rgb(94 94 94 / .06) !important;
}

.bshRoomBookingWidget .Bs-Section {
    margin: 8px 0 !important;
}

.bshRoomBookingWidget .Bs-Collapse__Header {
    border: 1px solid var(--bsh-color-pastel-2) !important;
    border-radius: 4px !important;
    color: var(--bsh-color-white) !important;
    background: var(--bsh-color-pastel-2) !important;
    transition: border-color .25s ease, background-color .25s ease;
}

.bshRoomBookingWidget .Bs-Collapse__Header:hover {
    border-color: var(--bsh-color-pastel-1) !important;
    background: var(--bsh-color-pastel-1) !important;
}

.bshRoomBookingWidget .Bs-Collapse__Header :where(
    .Bs-Collapse__HeaderWrap,
    .Bs-Collapse__Title,
    .Bs-OfferSelection__Infos,
    .Bs-OfferSelection__AdditionalInfos,
    .Bs-OccupancyInfo,
    .Bs-Header,
    .Bs-Icon
) {
    color: var(--bsh-color-white) !important;
}

.bshRoomBookingWidget .Bs-Collapse__Header .Bs-Icon path:not([fill="none"]) {
    fill: currentColor !important;
}

.bshRoomBookingWidget .Bs-Collapse__Header svg [stroke]:not([stroke="none"]) {
    stroke: currentColor !important;
}

.bshRoomBookingWidget .Bs-Collapse__Header svg [fill]:not([fill="none"]) {
    fill: currentColor !important;
}

.bshRoomBookingWidget .Bs-Collapse__Body--open {
    border: 1px solid color-mix(in srgb, var(--bsh-color-pastel-2) 42%, transparent) !important;
    border-top: 0 !important;
    border-radius: 0 0 4px 4px !important;
    background: var(--bsh-color-white) !important;
}

.bshRoomBookingWidget .Bs-Collapse:has(.Bs-Collapse__Body--open) .Bs-Collapse__Header {
    border-radius: 4px 4px 0 0 !important;
}

.bshRoomBookingWidget .Bs-Occupation__Room {
    color: var(--bsh-color-headline) !important;
    background: color-mix(in srgb, var(--bsh-color-pastel-2) 11%, var(--bsh-color-white)) !important;
}

.bshRoomBookingWidget .Bs-Occupation__Room :where(.Bs-Header, .Bs-OccupancyInfo, .Bs-InfoIcon) {
    color: var(--bsh-color-pastel-2) !important;
}

.bshRoomBookingWidget :where(.Bs-Btn--active, .Bs-Btn--primary) {
    border: 1px solid var(--bsh-color-pastel-2) !important;
    border-radius: 4px !important;
    color: var(--bsh-color-white) !important;
    background: var(--bsh-color-pastel-2) !important;
}

.bshRoomBookingWidget :where(.Bs-Btn--active, .Bs-Btn--primary):hover {
    border-color: var(--bsh-color-pastel-1) !important;
    background: var(--bsh-color-pastel-1) !important;
}

.bshRoomBookingWidget .Bs-Btn:not(.Bs-Btn--active):not(.Bs-Btn--primary) {
    border: 1px solid color-mix(in srgb, var(--bsh-color-pastel-2) 32%, transparent) !important;
    border-radius: 4px !important;
    color: var(--bsh-color-headline) !important;
    background: color-mix(in srgb, var(--bsh-color-pastel-1) 8%, var(--bsh-color-white)) !important;
}

.bshRoomBookingWidget .Bs-Btn:not(.Bs-Btn--active):not(.Bs-Btn--primary):hover {
    border-color: var(--bsh-color-pastel-2) !important;
    color: var(--bsh-color-pastel-2) !important;
    background: var(--bsh-color-white) !important;
}

.bshRoomBookingWidget :where(.Bs-Select, input[type="text"], input[type="email"], input[type="tel"], textarea) {
    border: 1px solid color-mix(in srgb, var(--bsh-color-pastel-2) 38%, transparent) !important;
    border-radius: 4px !important;
    color: var(--bsh-color-headline) !important;
    background-color: var(--bsh-color-white) !important;
    box-shadow: none !important;
}

.bshRoomBookingWidget :where(.Bs-Select, input[type="text"], input[type="email"], input[type="tel"], textarea):focus {
    border-color: var(--bsh-color-pastel-2) !important;
    outline: 2px solid color-mix(in srgb, var(--bsh-color-pastel-2) 18%, transparent) !important;
    outline-offset: 1px;
}

.bshRoomBookingWidget :where(.Bs-Label, .DayPicker-Day, .DayPicker-Weekday) {
    color: var(--bsh-color-headline) !important;
}

.bshRoomBookingWidget .DayPicker-Caption {
    color: var(--bsh-color-headline) !important;
    background: color-mix(in srgb, var(--bsh-color-pastel-1) 8%, var(--bsh-color-white)) !important;
}

.bshRoomBookingWidget :where(.DayPicker-Day--selected, .DayPicker-Day--start, .DayPicker-Day--end) .DayPicker-Day__Body {
    border-radius: 3px !important;
    color: var(--bsh-color-white) !important;
    background: var(--bsh-color-pastel-2) !important;
}

.bshRoomBookingWidget .DayPicker-Day--today .DayPicker-Day__Body {
    color: var(--bsh-color-pastel-2) !important;
}

.bshRoomBookingWidget :where(.Bs-InfoIcon, .Bs-Icon) {
    color: var(--bsh-color-pastel-2) !important;
}

.bshRoomBookingWidget :where(a, .Bs-Item__Title, .Bs-OfferSelection__Infos, .Bs-OfferSelection__AdditionalInfos) {
    color: var(--bsh-color-pastel-2) !important;
}

.bshRoomBookingWidget :where(.Bs-QuickNav, .Bs-Alert--info) {
    border-color: color-mix(in srgb, var(--bsh-color-pastel-2) 30%, transparent) !important;
    color: var(--bsh-color-headline) !important;
    background: color-mix(in srgb, var(--bsh-color-pastel-1) 9%, var(--bsh-color-white)) !important;
}

.bshRoomBookingWidget input[type="checkbox"] {
    accent-color: var(--bsh-color-pastel-2);
}

@media (max-width: 600px) {
    .bshRoomBookingWidget .Bs-BookingWidget {
        padding: 8px !important;
        border-radius: 4px !important;
    }

    .bshRoomBookingWidget .Bs-Collapse__Header {
        padding-inline: 14px !important;
    }
}
