.bsj-hotel-presentation,
.bsj-hotel-presentation * {
    box-sizing: border-box;
}

body.bsj-hotel-shell {
    margin: 0;
    background: #fff;
}

.bsj-hotel-shell__skip-link:focus {
    position: fixed;
    z-index: 10000;
    top: 12px;
    left: 12px;
    width: auto;
    height: auto;
    clip: auto;
    padding: 10px 14px;
    border-radius: 8px;
    background: #fff;
    color: #172432;
    box-shadow: 0 8px 24px rgba(23, 36, 50, 0.2);
}

.bsj-site-footer {
    padding: 28px 20px;
    border-top: 1px solid #e9edf2;
    background: #fff;
    color: #64717d;
    text-align: center;
}

.bsj-site-footer p {
    margin: 0;
    font-size: 14px;
}

.bsj-hotel-presentation {
    --bsj-hotel-ink: #172432;
    --bsj-hotel-muted: #64717d;
    --bsj-hotel-surface: #ffffff;
    --bsj-hotel-accent: #0c6156;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: clamp(36px, 3.5vw, 60px) 11vw clamp(72px, 8vw, 120px);
    overflow: clip;
    color: var(--bsj-hotel-ink);
    background: var(--bsj-hotel-surface);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-synthesis: none;
}

.bsj-hotel-presentation__hero,
.bsj-hotel-presentation__header,
.bsj-hotel-presentation__body {
    width: min(100%, 2400px);
    margin-inline: auto;
}

.bsj-hotel-presentation__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 22px;
}

.bsj-hotel-presentation__hero {
    position: relative;
    container: bsj-hotel-hero / inline-size;
}

.bsj-hotel-presentation__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 410px);
    align-items: start;
    column-gap: clamp(44px, 5vw, 78px);
    row-gap: 0;
    padding-top: clamp(32px, 4vw, 52px);
}

.bsj-hotel-presentation__content {
    min-width: 0;
}

.bsj-hotel-presentation__content--primary {
    grid-column: 1;
    grid-row: 1;
}

.bsj-hotel-presentation__content--continuation {
    grid-column: 1;
    grid-row: 2;
}

[data-bsj-hotel-reveal] {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 240ms ease-out, transform 240ms ease-out;
}

[data-bsj-hotel-reveal].bsj-hotel-reveal--pending {
    opacity: 0;
    transform: translateY(12px);
}

.bsj-hotel-presentation__booking-boundary {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    align-self: stretch;
}

.bsj-hotel-presentation__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.bsj-hotel-presentation__heading-meta {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bsj-hotel-presentation__title {
    margin: 0;
    color: var(--bsj-hotel-ink);
    font-size: clamp(28px, 1.8vw, 30px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.bsj-hotel-presentation__class {
    display: flex;
    align-items: center;
    gap: 0;
    margin: -4px -6px;
    padding: 4px 6px;
    border: 0;
    border-radius: 999px;
    color: #f4a100;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.bsj-hotel-presentation__class svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.bsj-hotel-presentation__class:hover {
    color: #dc8f00;
    background: #fff5d9;
    transform: translateY(-1px);
}

.bsj-hotel-presentation__class:focus-visible {
    outline: 3px solid rgba(12, 97, 86, 0.32);
    outline-offset: 3px;
}

.bsj-hotel-review-jump {
    display: flex;
    align-items: center;
    color: var(--bsj-hotel-ink);
}

.bsj-hotel-review-jump--desktop {
    margin-bottom: 20px;
}

.bsj-hotel-review-jump--gallery {
    position: absolute;
    z-index: 4;
    top: 24px;
    right: 136px;
}

.bsj-hotel-review-jump--mobile {
    display: none;
}

.bsj-hotel-review-jump__score {
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
    margin: -5px -7px;
    padding: 5px 7px;
    border-radius: 9px;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: color 160ms ease, background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.bsj-hotel-review-jump__score strong {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1;
}

.bsj-hotel-review-jump__score span {
    color: #758291;
    font-size: 13px;
    font-weight: 500;
}

.bsj-hotel-review-jump__score svg {
    width: 15px;
    height: 15px;
    margin-left: 2px;
    color: #f4a100;
    fill: currentColor;
}

.bsj-hotel-review-jump__score:hover {
    color: #0c3f83;
    background: #edf5ff;
    box-shadow: 0 5px 14px rgba(19, 75, 154, 0.1);
    transform: translateY(-1px);
}

.bsj-hotel-review-jump__score:focus-visible {
    outline: 3px solid rgba(19, 75, 154, 0.24);
    outline-offset: 3px;
}

.bsj-hotel-review-jump--gallery .bsj-hotel-review-jump__score {
    align-items: center;
    justify-content: center;
    height: 46px;
    min-height: 46px;
    margin: 0;
    padding: 0 13px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
}

.bsj-hotel-review-jump--gallery .bsj-hotel-review-jump__score:hover {
    color: #134b9a;
    background: transparent;
    box-shadow: none;
}

.bsj-hotel-review-jump--gallery .bsj-hotel-review-jump__score:focus-visible {
    outline: 3px solid rgba(19, 75, 154, 0.28);
    outline-offset: 3px;
    box-shadow: none;
}

@media (min-width: 992px) {
    .bsj-hotel-review-jump--gallery {
        top: 0;
        right: 80px;
        transform: translateY(calc(-100% - 22px));
    }

    .bsj-hotel-review-jump--gallery .bsj-hotel-review-jump__score {
        height: 30px;
        min-height: 30px;
        padding-inline: 10px;
    }

    .bsj-hotel-review-jump--gallery .bsj-hotel-review-jump__score strong {
        font-size: 14px;
    }

    .bsj-hotel-review-jump--gallery .bsj-hotel-review-jump__score span {
        font-size: 10px;
    }

    .bsj-hotel-review-jump--gallery .bsj-hotel-review-jump__score svg {
        width: 11px;
        height: 11px;
        margin-left: 1px;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-bsj-hotel-reveal],
    [data-bsj-hotel-reveal].bsj-hotel-reveal--pending {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

html.bsj-hotel-class-dialog-open,
body.bsj-hotel-class-dialog-open {
    overflow: hidden;
}

.bsj-hotel-class-dialog[hidden] {
    display: none !important;
}

.bsj-hotel-class-dialog {
    position: fixed;
    z-index: 2147483000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
}

.bsj-hotel-class-dialog__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: rgba(11, 25, 39, 0.58);
    box-shadow: none;
    cursor: default;
    opacity: 0;
    backdrop-filter: blur(5px);
    transition: opacity 220ms ease;
}

.bsj-hotel-class-dialog__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 600px);
    max-height: calc(100svh - 40px);
    overflow: auto;
    border: 1px solid rgba(23, 36, 50, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 32px 90px rgba(10, 27, 42, 0.28), 0 8px 28px rgba(10, 27, 42, 0.12);
    opacity: 0;
    transform: translateY(18px) scale(0.975);
    overscroll-behavior: contain;
    transition: opacity 220ms ease, transform 260ms cubic-bezier(0.22, 0.78, 0.28, 1);
}

.bsj-hotel-class-dialog.is-open .bsj-hotel-class-dialog__backdrop,
.bsj-hotel-class-dialog.is-open .bsj-hotel-class-dialog__panel {
    opacity: 1;
}

.bsj-hotel-class-dialog.is-open .bsj-hotel-class-dialog__panel {
    transform: translateY(0) scale(1);
}

.bsj-hotel-class-dialog__close {
    position: absolute;
    z-index: 3;
    top: 14px;
    right: 14px;
    display: grid;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(23, 36, 50, 0.1);
    border-radius: 50%;
    color: #263745;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 6px 18px rgba(23, 36, 50, 0.08);
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.bsj-hotel-class-dialog__close:hover {
    color: #2d65c7;
    background: #ffffff;
    transform: rotate(4deg);
}

.bsj-hotel-class-dialog__close:focus-visible {
    outline: 3px solid rgba(45, 101, 199, 0.3);
    outline-offset: 3px;
}

.bsj-hotel-class-dialog__close svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
}

.bsj-hotel-class-dialog__hero {
    position: relative;
    padding: 30px 58px 22px 30px;
    overflow: hidden;
    background:
        radial-gradient(circle at 92% 8%, rgba(64, 126, 226, 0.22), transparent 34%),
        linear-gradient(140deg, #f2f6ff 0%, #fbfcff 54%, #eef5ff 100%);
}

.bsj-hotel-class-dialog__hero::after {
    position: absolute;
    right: -42px;
    bottom: -66px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(45, 101, 199, 0.1);
    border-radius: 50%;
    content: "";
}

.bsj-hotel-class-dialog__eyebrow {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
    color: #315d9c;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.3;
    text-transform: uppercase;
}

.bsj-hotel-class-dialog__eyebrow svg {
    width: 16px;
    height: 16px;
    fill: rgba(45, 101, 199, 0.09);
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.bsj-hotel-class-dialog__stars {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 1px;
    margin-bottom: 7px;
    color: #3474d8;
}

.bsj-hotel-class-dialog__stars svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.bsj-hotel-class-dialog__hero h2 {
    position: relative;
    z-index: 1;
    max-width: 500px;
    margin: 0;
    color: #172432;
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 650;
    letter-spacing: -0.035em;
    line-height: 1.12;
}

.bsj-hotel-class-dialog__hero p {
    position: relative;
    z-index: 1;
    max-width: 520px;
    margin: 9px 0 0;
    color: #53626e;
    font-size: 13px;
    line-height: 1.45;
}

.bsj-hotel-class-dialog__content {
    padding: 22px 30px 24px;
}

.bsj-hotel-class-dialog__content > h3 {
    margin: 0 0 12px;
    color: #172432;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.3;
}

.bsj-hotel-class-dialog__steps {
    display: grid;
    gap: 11px;
}

.bsj-hotel-class-dialog__step {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    margin: 0;
}

.bsj-hotel-class-dialog__step-number {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 10px;
    color: #285fb9;
    background: #edf4ff;
    font-size: 12px;
    font-weight: 750;
}

.bsj-hotel-class-dialog__step h4 {
    margin: 0 0 3px;
    color: #22323f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.bsj-hotel-class-dialog__step p {
    margin: 0;
    color: #65727d;
    font-size: 12px;
    line-height: 1.45;
}

.bsj-hotel-class-dialog__thresholds {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 16px;
}

.bsj-hotel-class-dialog__thresholds > div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 60px;
    padding: 11px 13px;
    border: 1px solid #e1e9f6;
    border-radius: 14px;
    background: #f8faff;
}

.bsj-hotel-class-dialog__thresholds strong {
    flex: 0 0 auto;
    color: #285fb9;
    font-size: 20px;
    font-weight: 750;
    letter-spacing: -0.035em;
    line-height: 1;
}

.bsj-hotel-class-dialog__thresholds span {
    color: #596873;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
}

.bsj-hotel-class-dialog__validity {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 14px;
    padding: 0 2px;
    color: #5d6a75;
}

.bsj-hotel-class-dialog__validity svg {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-top: 1px;
    fill: none;
    stroke: #7388a8;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.bsj-hotel-class-dialog__validity p {
    margin: 0;
    font-size: 11px;
    line-height: 1.4;
}

.bsj-hotel-class-dialog__notice {
    margin-top: 16px;
    padding: 11px 14px;
    border-left: 3px solid #3f79d5;
    border-radius: 4px 14px 14px 4px;
    background: #f0f5ff;
}

.bsj-hotel-class-dialog__notice strong {
    display: block;
    margin-bottom: 3px;
    color: #294f8a;
    font-size: 11px;
    font-weight: 750;
}

.bsj-hotel-class-dialog__notice p {
    margin: 0;
    color: #526b93;
    font-size: 10px;
    line-height: 1.4;
}

.bsj-hotel-presentation__description {
    width: 100%;
    max-width: none;
    margin-top: 0;
    overflow: hidden;
    color: #34424d;
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.75;
    transition: max-height 360ms cubic-bezier(0.22, 0.75, 0.24, 1);
}

.bsj-hotel-presentation__description-shell {
    --bsj-description-collapsed-lines: 8.55;
    position: relative;
    width: 100%;
}

.bsj-hotel-presentation__description-shell.is-collapsed .bsj-hotel-presentation__description {
    max-height: calc(var(--bsj-description-collapsed-lines) * 1lh);
}

.bsj-hotel-presentation__description-shell.is-expanded .bsj-hotel-presentation__description {
    max-height: none;
}

.bsj-hotel-presentation__description-shell.is-collapsible::after {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 30px;
    left: 0;
    height: 124px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 82%);
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
}

.bsj-hotel-presentation__description-shell.is-collapsed::after {
    opacity: 1;
}

.bsj-hotel-presentation__description-toggle {
    position: relative;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 20px;
    margin: 10px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #56636e;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    cursor: pointer;
    transition: color 160ms ease;
}

.bsj-hotel-presentation__description-toggle svg {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 180ms ease;
}

.bsj-hotel-presentation__description-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.bsj-hotel-presentation__description-shell.is-collapsible .bsj-hotel-presentation__description-toggle {
    display: inline-flex;
}

.bsj-hotel-presentation__description-toggle[hidden] {
    display: none !important;
}

.bsj-hotel-presentation__description-toggle:hover {
    color: var(--bsj-hotel-accent);
}

.bsj-hotel-presentation__description-toggle:focus-visible {
    outline: 3px solid var(--bsj-hotel-accent);
    outline-offset: 3px;
}

.bsj-hotel-presentation__description > :first-child {
    margin-top: 0;
}

.bsj-hotel-presentation__description > :last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .bs-navbar .bs-mobile-search-row,
    .bs-navbar .bs-nav {
        display: none !important;
    }

    .bs-navbar .bs-center {
        gap: 0 !important;
        padding-bottom: 0 !important;
    }

    .bsj-hotel-presentation {
        --bsj-mobile-content-overlap: 84px;
        display: flex;
        flex-direction: column;
        padding: 0 0 64px;
        overflow-x: clip;
    }

    .bsj-hotel-presentation__hero {
        order: 1;
        width: 100%;
    }

    .bsj-hotel-presentation__header {
        position: relative;
        z-index: 5;
        order: 2;
        display: block;
        width: 100%;
        margin-top: calc(0px - var(--bsj-mobile-content-overlap));
        margin-bottom: 0;
        padding: 34px 24px 0;
        border-radius: 22px 22px 0 0;
        background: var(--bsj-hotel-surface);
        text-align: center;
    }

    .bsj-hotel-presentation__heading {
        align-items: center;
        gap: 14px;
    }

    .bsj-hotel-presentation__body {
        order: 3;
        display: block;
        width: 100%;
        padding: 32px 24px 0;
        background: var(--bsj-hotel-surface);
    }

    .bsj-hotel-presentation--has-class .bsj-hotel-presentation__body {
        padding-top: 18px;
    }

    .bsj-hotel-presentation--has-class .bsj-hotel-presentation__description-shell {
        margin-top: 0;
    }

    .bsj-hotel-presentation__title {
        font-size: clamp(24px, 6.3vw, 30px);
        font-weight: 500;
        line-height: 1.12;
    }

    .bsj-hotel-presentation__description {
        margin-top: 0;
        font-size: 17px;
        line-height: 1.68;
        text-align: justify;
        text-justify: inter-word;
    }

    .bsj-hotel-presentation__description-shell {
        --bsj-description-collapsed-lines: 10.5;
        margin-top: 32px;
    }

    .bsj-hotel-presentation__heading-meta {
        order: 2;
        justify-content: center;
        gap: 12px;
        width: 100%;
    }

    .bsj-hotel-presentation__class {
        justify-content: center;
    }

    .bsj-hotel-review-jump--desktop {
        display: none;
    }

    .bsj-hotel-review-jump--gallery {
        display: none;
    }

    .bsj-hotel-review-jump--mobile {
        display: flex;
        gap: 8px;
        padding-left: 12px;
        border-left: 1px solid #e1e8f0;
    }

    .bsj-hotel-review-jump__score strong {
        font-size: 17px;
    }

    .bsj-hotel-review-jump__score span {
        font-size: 11px;
    }

    .bsj-hotel-review-jump__score svg {
        width: 13px;
        height: 13px;
    }

    .bsj-hotel-class-dialog {
        align-items: end;
        padding: 0;
    }

    .bsj-hotel-class-dialog__panel {
        width: 100%;
        max-height: calc(100svh - 10px);
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 22px 22px 0 0;
        transform: translateY(28px);
    }

    .bsj-hotel-class-dialog__hero {
        padding: 28px 52px 18px 20px;
    }

    .bsj-hotel-class-dialog__eyebrow {
        margin-bottom: 10px;
        font-size: 9px;
    }

    .bsj-hotel-class-dialog__hero h2 {
        font-size: 22px;
    }

    .bsj-hotel-class-dialog__content {
        padding: 20px 20px calc(24px + env(safe-area-inset-bottom));
    }

    .bsj-hotel-class-dialog__thresholds > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bsj-hotel-presentation__body {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
        column-gap: 32px;
        row-gap: 0;
    }
}

@media (min-width: 992px) {
    .bsj-hotel-presentation__content--continuation {
        grid-column: 1 / -1;
    }

    .bsj-hotel-presentation__content--continuation .bsj-mapbox__frame {
        min-height: clamp(340px, 28vw, 440px);
    }

    .bsj-hotel-presentation__title {
        font-size: clamp(19px, 1.2vw, 21px);
    }

    .bsj-hotel-presentation__description {
        font-size: clamp(15px, 1.1vw, 16px);
    }

    .bsj-hotel-presentation__description-toggle {
        font-size: 12px;
    }

    .bsj-hotel-presentation__description-shell + .bsj-amenities {
        margin-top: 24px;
    }
}

@container bsj-hotel-hero (min-width: 1587px) {
    .bsj-hotel-presentation__hero > .bsj-hero-gallery[data-bsj-gallery-layout="mosaic"] .bsj-hero-gallery__viewport,
    .bsj-hotel-presentation__hero > .bsj-hero-gallery[data-bsj-gallery-layout="mosaic"] .bsj-hero-gallery__slides {
        height: clamp(488px, 30.75cqi, 738px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bsj-hotel-presentation__class,
    .bsj-hotel-review-jump__score,
    .bsj-hotel-class-dialog__backdrop,
    .bsj-hotel-class-dialog__panel,
    .bsj-hotel-class-dialog__close,
    .bsj-hotel-presentation__description,
    .bsj-hotel-presentation__description-shell.is-collapsible::after,
    .bsj-hotel-presentation__description-toggle,
    .bsj-hotel-presentation__description-toggle svg {
        transition: none;
    }

}
