.nc-room-picker {
    background: #0d2723;
    color: #fff;
    padding: 76px 0 92px;
}

.nc-room-picker h1,
.nc-guide-hero h1,
.nc-guide-article-head h1 {
    color: #fff;
    font-size: 54px;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 12px 0 16px;
}

.nc-room-picker h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 500;
}

.nc-guide-hero h1,
.nc-guide-article-head h1 {
    font-family: "Be Vietnam Pro", Inter, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.18;
}

.nc-room-picker__intro {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
    margin: 0 0 30px;
    max-width: 760px;
}

.nc-room-picker .nc-direct-search {
    margin: 0 0 28px;
}

.nc-room-picker__count {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 34px 0 18px;
}

.nc-room-picker__count strong { font-size: 24px; }
.nc-room-picker__count span { color: rgba(255, 255, 255, 0.68); font-size: 13px; }

.nc-hotel-room-list { display: grid; gap: 24px; }

.nc-hotel-room {
    background: #fff;
    border-radius: 8px;
    color: var(--nc-ink);
    display: grid;
    gap: 22px 30px;
    grid-template-columns: 270px minmax(0, 1fr) 220px;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    padding: 24px;
}

.nc-hotel-room__title {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    grid-column: 1 / -1;
    letter-spacing: 0;
    margin: 0;
}

.nc-hotel-room__media {
    aspect-ratio: 4 / 3;
    background: var(--nc-soft-green);
    border-radius: 6px;
    display: block;
    overflow: hidden;
}

.nc-hotel-room__media img { height: 100%; object-fit: cover; width: 100%; }
.nc-hotel-room__content { min-width: 0; }

.nc-hotel-room__facts {
    color: var(--nc-forest);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 700;
    gap: 10px 24px;
}

.nc-hotel-room__facts span::before { color: var(--nc-coral); content: "•"; margin-right: 7px; }
.nc-hotel-room__content > p { color: var(--nc-muted); line-height: 1.65; margin: 15px 0; }

.nc-hotel-room__amenities {
    display: grid;
    gap: 9px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0 0 17px;
    padding: 0;
}

.nc-hotel-room__amenities li { color: #42534d; font-size: 13px; }
.nc-hotel-room__amenities li::before { color: var(--nc-coral); content: "✓"; margin-right: 8px; }
.nc-hotel-room__detail { color: var(--nc-coral-dark); font-size: 13px; font-weight: 800; }

.nc-hotel-room__booking {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    text-align: right;
}

.nc-hotel-room__booking > small { color: var(--nc-muted); font-size: 12px; margin: 5px 0 17px; }

.nc-hotel-price__context {
    color: var(--nc-forest);
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.nc-hotel-price__promotions {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-end;
    margin: 2px 0 7px;
    max-width: 230px;
}

.nc-hotel-price__promotions span {
    background: #eaf7ef;
    border: 1px solid #b8ddc5;
    border-radius: 3px;
    color: #12683a;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    padding: 4px 6px;
}

.nc-hotel-price__original {
    color: #c63838;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

.nc-hotel-price__current {
    align-items: baseline;
    color: #111827;
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    margin-top: 3px;
    white-space: nowrap;
}

.nc-hotel-price__current > span {
    font-size: 17px;
    font-weight: 500;
}

.nc-hotel-price__current strong {
    color: #111827;
    font-size: 27px;
    line-height: 1.15;
    margin: 0;
}

.nc-hotel-price__info {
    align-items: center;
    border: 1px solid #667085;
    border-radius: 50%;
    color: #475467;
    cursor: help;
    display: inline-flex;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    height: 17px;
    justify-content: center;
    text-decoration: none;
    width: 17px;
}

.nc-hotel-price__info:focus-visible {
    box-shadow: 0 0 0 3px rgba(15, 111, 222, 0.22);
    outline: 0;
}

.nc-hotel-price__contact {
    color: #111827;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 5px;
}

.nc-hotel-room__booking .nc-hotel-price__button {
    align-items: center;
    background: #0f6fde;
    border-color: #0f6fde;
    color: #fff;
    display: inline-flex;
    gap: 18px;
    justify-content: space-between;
    min-height: 44px;
    min-width: 160px;
    padding: 0 14px;
}

.nc-hotel-room__booking .nc-hotel-price__button:hover,
.nc-hotel-room__booking .nc-hotel-price__button:focus-visible {
    background: #095bb9;
    border-color: #095bb9;
    color: #fff;
}

.nc-hotel-price__button > span:last-child {
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
}

.nc-guide-hero,
.nc-guide-article-head {
    background: var(--nc-forest-deep);
    color: #fff;
    padding: 92px 0;
}

.nc-guide-hero p { color: rgba(255, 255, 255, 0.74); font-size: 17px; line-height: 1.7; max-width: 760px; }
.nc-guide-hero--compact { padding: 62px 0; }
.nc-guide-hero--compact h1 { font-size: 46px; }

.nc-guide-clusters { background: #fff; border-bottom: 1px solid var(--nc-line); }
.nc-guide-clusters .nc-container { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 14px; padding-top: 14px; }
.nc-guide-clusters a { border: 1px solid var(--nc-line); border-radius: 4px; flex: 0 0 auto; font-size: 12px; font-weight: 700; padding: 9px 12px; }
.nc-guide-clusters a:hover { border-color: var(--nc-coral); color: var(--nc-coral-dark); }

.nc-guide-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nc-guide-card { background: #fff; border: 1px solid var(--nc-line); border-radius: 6px; overflow: hidden; }
.nc-guide-card__media { aspect-ratio: 16 / 10; background: var(--nc-soft-green); display: flex; overflow: hidden; }
.nc-guide-card__media img { height: 100%; object-fit: cover; width: 100%; }
.nc-guide-card__media span { align-self: center; color: var(--nc-forest); font-size: 12px; font-weight: 800; margin: auto; }
.nc-guide-card__body { padding: 23px; }
.nc-guide-card__body > span { color: var(--nc-coral-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.nc-guide-card h2 { font-family: "Be Vietnam Pro", Inter, Arial, sans-serif; font-size: 23px; font-weight: 600; line-height: 1.4; margin: 10px 0; }
.nc-guide-card p { color: var(--nc-muted); line-height: 1.65; min-height: 70px; }

.nc-guide-article-head__inner { max-width: 900px; }
.nc-guide-article-head h1 { max-width: 900px; }
.nc-guide-deck { color: rgba(255, 255, 255, 0.76); font-size: 18px; line-height: 1.7; max-width: 780px; }
.nc-guide-byline { color: rgba(255, 255, 255, 0.6); display: flex; font-size: 12px; gap: 20px; margin-top: 25px; }
.nc-guide-cover { margin: 0 auto; max-height: 680px; max-width: 1240px; overflow: hidden; }
.nc-guide-cover img { height: 100%; max-height: 680px; object-fit: cover; width: 100%; }
.nc-guide-article-layout { display: grid; gap: 70px; grid-template-columns: minmax(0, 760px) 260px; padding-bottom: 100px; padding-top: 70px; }
.nc-guide-content { font-family: "Be Vietnam Pro", Inter, Arial, sans-serif; font-size: 17px; line-height: 1.85; min-width: 0; }
.nc-guide-content h2, .nc-guide-content h3 { color: var(--nc-ink); font-family: "Be Vietnam Pro", Inter, Arial, sans-serif; font-weight: 600; letter-spacing: 0; line-height: 1.4; }
.nc-guide-content h2 { font-size: 34px; margin-top: 50px; }
.nc-guide-content h3 { font-size: 25px; margin-top: 34px; }
.nc-guide-content a { color: var(--nc-coral-dark); text-decoration: underline; text-underline-offset: 3px; }
.nc-guide-content img { border-radius: 4px; margin: 28px 0; }
.nc-guide-aside { align-self: start; border-top: 3px solid var(--nc-coral); display: grid; gap: 12px; position: sticky; top: 100px; }
.nc-guide-aside > span { margin-top: 18px; }
.nc-guide-aside > a:not(.nc-button) { border-bottom: 1px solid var(--nc-line); font-size: 13px; padding-bottom: 10px; }
.nc-guide-aside .nc-button { margin-top: 12px; }

.nc-guide-faq, .nc-guide-related { border-top: 1px solid var(--nc-line); margin-top: 55px; padding-top: 35px; }
.nc-guide-faq h2 { margin-top: 9px; }
.nc-guide-faq details { border-bottom: 1px solid var(--nc-line); padding: 16px 0; }
.nc-guide-faq summary { cursor: pointer; font-family: "Be Vietnam Pro", Inter, Arial, sans-serif; font-weight: 600; }
.nc-guide-faq details p { margin-bottom: 0; }
.nc-guide-pillar { font-family: Inter, Arial, sans-serif; font-size: 14px; }
.nc-guide-related__list { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nc-guide-related__list a { border: 1px solid var(--nc-line); display: flex; flex-direction: column; font-family: Inter, Arial, sans-serif; gap: 8px; padding: 16px; text-decoration: none; }
.nc-guide-related__list span { color: var(--nc-coral-dark); font-size: 12px; font-weight: 800; }
.nc-guide-commercial { align-items: center; background: var(--nc-forest-deep); color: #fff; display: flex; font-family: Inter, Arial, sans-serif; justify-content: space-between; margin-top: 55px; padding: 30px; }
.nc-guide-commercial h2 { color: #fff; font-size: 27px; margin: 7px 0 0; }

@media (max-width: 1024px) {
    .nc-hotel-room { grid-template-columns: 230px minmax(0, 1fr) 190px; }
    .nc-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nc-guide-article-layout { gap: 40px; grid-template-columns: minmax(0, 1fr) 230px; }
}

@media (max-width: 767px) {
    .nc-room-picker { padding: 46px 0 70px; }
    .nc-room-picker h1, .nc-guide-hero h1, .nc-guide-article-head h1 { font-size: 38px; }
    .nc-room-picker__count { align-items: flex-start; flex-direction: column; gap: 6px; }
    .nc-hotel-room { display: grid; gap: 16px; grid-template-columns: 1fr; padding: 16px; }
    .nc-hotel-room__title { font-size: 22px; grid-column: auto; order: 1; }
    .nc-hotel-room__media { order: 2; }
    .nc-hotel-room__content { order: 3; }
    .nc-hotel-room__booking { align-items: stretch; border-top: 1px solid var(--nc-line); order: 4; padding-top: 16px; text-align: left; }
    .nc-hotel-price__current { justify-content: flex-start; }
    .nc-hotel-price__promotions { justify-content: flex-start; max-width: none; }
    .nc-hotel-room__booking .nc-button { width: 100%; }
    .nc-hotel-room__amenities { grid-template-columns: 1fr; }
    .nc-guide-hero, .nc-guide-article-head { padding: 58px 0; }
    .nc-guide-grid { grid-template-columns: 1fr; }
    .nc-guide-card p { min-height: 0; }
    .nc-guide-article-layout { display: block; padding-bottom: 70px; padding-top: 42px; }
    .nc-guide-content { font-size: 17px; }
    .nc-guide-content h2 { font-size: 29px; }
    .nc-guide-aside { margin-top: 46px; position: static; }
    .nc-guide-related__list { grid-template-columns: 1fr; }
    .nc-guide-commercial { align-items: flex-start; flex-direction: column; gap: 24px; }
    .nc-guide-commercial .nc-button { width: 100%; }
}
