/* ==========================================================
   PEAK VACATIONS — CANADIAN ROCKIES STAY CATALOGUE
   Static curated cards now; Rapid-ready data slots later.
========================================================== */

.homes-hero {
    background-position: center;
}

.stay-catalogue-section {
    background: #f6f4ee;
}

.stay-page-heading {
    max-width: 860px;
    margin: 0 auto 44px;
    text-align: center;
}

.stay-page-heading h2 {
    margin: 8px 0 16px;
}

.stay-page-heading > p:last-child {
    color: #677277;
    line-height: 1.8;
}

.stay-breadcrumb {
    margin: 0 0 24px;
    color: #8b9497;
    font-size: .78rem;
}

.stay-breadcrumb a {
    color: #9d7a43;
}

.peak-stay-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(270px, 380px));
    gap: 32px;
    max-width: 1240px;
    margin: 0 auto;
    justify-content: start;
}

.peak-stay-card {
    display: block;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 18px 45px rgba(7, 19, 25, 0.12);
    color: inherit;
    overflow: hidden;
    text-decoration: none;
    transition: transform .28s ease, box-shadow .28s ease;
}

.peak-stay-card:hover,
.peak-stay-card:focus-visible {
    transform: translateY(-5px);
    box-shadow: 0 24px 52px rgba(7, 19, 25, 0.17);
}

.peak-stay-card:focus-visible {
    outline: 2px solid #c9a96e;
    outline-offset: 4px;
}

.peak-stay-image {
    min-height: 215px;
    padding: 18px;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    position: relative;
}

.peak-stay-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(7, 24, 39, .58));
    pointer-events: none;
}

.peak-stay-badge {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 8px 10px;
    background: rgba(7, 24, 39, .88);
    color: #e6cc99;
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .08rem;
    text-transform: uppercase;
}

.peak-stay-content {
    padding: 24px 25px 22px;
}

.peak-stay-location {
    margin: 0 0 7px;
    color: #9b7941;
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .09rem;
    text-transform: uppercase;
}

.peak-stay-card h3 {
    margin: 0 0 18px;
    color: #172d34;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.58rem;
    font-weight: 400;
    line-height: 1.12;
}

.peak-stay-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #e7e2d8;
    border-bottom: 1px solid #e7e2d8;
}

.peak-stay-stat {
    padding: 13px 6px 12px;
    text-align: center;
    border-right: 1px solid #e7e2d8;
}

.peak-stay-stat:last-child {
    border-right: 0;
}

.peak-stay-stat strong {
    display: block;
    color: #17313a;
    font-size: 1rem;
    line-height: 1.1;
}

.peak-stay-stat span {
    display: block;
    margin-top: 5px;
    color: #7b878b;
    font-size: .61rem;
    line-height: 1.15;
}

.peak-stay-card-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 17px;
    color: #8f6c36;
    font-size: .70rem;
    font-weight: 700;
    letter-spacing: .07rem;
    text-transform: uppercase;
}

.peak-stay-card-action span {
    transition: transform .22s ease;
}

.peak-stay-card:hover .peak-stay-card-action span,
.peak-stay-card:focus-visible .peak-stay-card-action span {
    transform: translateX(4px);
}

.stay-catalogue-note {
    max-width: 900px;
    margin: 44px auto 0;
    padding: 24px 28px;
    background: #172d34;
    color: #cbd4d6;
    line-height: 1.7;
}

.stay-catalogue-note strong {
    color: #d6bb84;
}

@media (max-width: 980px) {
    .peak-stay-grid {
        grid-template-columns: repeat(2, minmax(270px, 380px));
    }
}

@media (max-width: 650px) {
    .peak-stay-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .peak-stay-image {
        min-height: 205px;
    }

    .peak-stay-content {
        padding: 22px;
    }

    .peak-stay-stat span {
        font-size: .58rem;
    }
}



/* ==========================================================
   PEAK VACATIONS — HOTELS & LODGES
========================================================== */

.hotels-hero {
    background-position: center;
}

.hotel-region-section {
    max-width: 1240px;
    margin: 0 auto;
}

.hotel-region-heading {
    margin: 0 0 24px;
}

.hotel-region-heading h2 {
    color: #172d34;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.85rem, 3vw, 2.6rem);
    font-weight: 400;
    line-height: 1.1;
}

.peak-hotel-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 16px 0;
    border-top: 1px solid #e7e2d8;
    border-bottom: 1px solid #e7e2d8;
}

.peak-hotel-features span {
    padding: 8px 9px;
    background: #f1eee7;
    color: #56656a;
    font-size: .69rem;
    text-align: center;
}

.hotel-detail-page {
    background: #f7f5f0;
}

.hotel-detail-hero {
    position: relative;
    min-height: 72vh;
    display: flex;
    align-items: flex-end;
    padding: 170px 8% 76px;
    color: #ffffff;
    background:
        linear-gradient(90deg, rgba(6, 22, 30, .91), rgba(6, 22, 30, .28)),
        url("images/jasper-park-lodge/jpl-hero.jpg") center/cover no-repeat;
}

.hotel-detail-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 15, 20, .08), rgba(3, 15, 20, .30));
}

.hotel-detail-hero-content {
    position: relative;
    z-index: 1;
    max-width: 880px;
}

.hotel-detail-hero h1 {
    margin: 10px 0 20px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 7vw, 6.2rem);
    font-weight: 400;
    line-height: .98;
}

.hotel-detail-hero h1 span {
    color: #d7b66f;
}

.hotel-detail-hero-content > p:not(.eyebrow) {
    max-width: 760px;
    font-size: 1.05rem;
    line-height: 1.8;
}

.hotel-detail-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.hotel-detail-facts {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(1160px, 90%);
    margin: -35px auto 0;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(7, 19, 25, .14);
}

.hotel-detail-facts > div {
    padding: 23px 20px;
    text-align: center;
    border-right: 1px solid #e7e2d8;
}

.hotel-detail-facts > div:last-child {
    border-right: 0;
}

.hotel-detail-facts strong {
    display: block;
    color: #17313a;
    font-size: 1.02rem;
}

.hotel-detail-facts span {
    display: block;
    margin-top: 5px;
    color: #7c888c;
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .05rem;
}

.hotel-detail-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr);
    gap: 60px;
    max-width: 1180px;
    margin: 0 auto;
}

.stay-back-link {
    display: inline-block;
    margin-bottom: 22px;
    color: #8f6c36;
    font-size: .73rem;
    font-weight: 700;
    letter-spacing: .06rem;
    text-transform: uppercase;
}

.hotel-detail-copy h2,
.hotel-gallery-section h2,
.hotel-accommodation-section h2,
.hotel-rate-section h2 {
    color: #172d34;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 400;
    line-height: 1.08;
    margin: 8px 0 18px;
}

.hotel-detail-copy > p:not(.eyebrow) {
    color: #5c696e;
    line-height: 1.85;
    margin-bottom: 18px;
}

.hotel-detail-callout {
    align-self: start;
    padding: 32px;
    background: #172d34;
    color: #d8dfe1;
}

.hotel-detail-callout h3 {
    margin: 7px 0 16px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    font-weight: 400;
}

.hotel-detail-callout ul {
    margin: 0;
    padding-left: 18px;
}

.hotel-detail-callout li {
    margin: 9px 0;
    line-height: 1.6;
}

.hotel-gallery-section {
    background: #10262d;
}

.hotel-gallery-section .section-heading h2,
.hotel-gallery-section .section-heading p:not(.eyebrow) {
    color: #ffffff;
}

.hotel-slideshow {
    position: relative;
    height: clamp(390px, 58vw, 650px);
    max-width: 1180px;
    margin: 42px auto 0;
    overflow: hidden;
    background: #06191f;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .24);
}

.hotel-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .75s ease;
    pointer-events: none;
}

.hotel-slide.active {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
}

.hotel-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    background: #06191f;
}

.hotel-slide-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 54px 24px 22px;
    color: #ffffff;
    font-size: .84rem;
    background: linear-gradient(transparent, rgba(4, 18, 30, .82));
}

.hotel-slide-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 50%;
    background: rgba(5, 21, 27, .62);
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
}

.hotel-slide-arrow:hover {
    background: #c9a96e;
    color: #10202c;
}

.hotel-slide-arrow.prev {
    left: 18px;
}

.hotel-slide-arrow.next {
    right: 18px;
}

.hotel-slide-dots {
    position: absolute;
    left: 70px;
    right: 70px;
    bottom: 21px;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}

.hotel-slide-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
    cursor: pointer;
}

.hotel-slide-dot.active {
    background: #d7b66f;
    transform: scale(1.4);
}

.hotel-slide-count {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
    padding: 7px 10px;
    background: rgba(5, 21, 27, .67);
    color: #ffffff;
    font-size: .74rem;
}

.hotel-detail-sections {
    background: #f6f4ee;
}

.hotel-detail-section-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 1180px;
    margin: 0 auto;
}

.hotel-detail-feature {
    padding: 34px;
    background: #ffffff;
    border-top: 3px solid #c9a96e;
    box-shadow: 0 14px 34px rgba(7, 19, 25, .07);
}

.hotel-detail-feature h3 {
    margin: 8px 0 13px;
    color: #172d34;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.72rem;
    font-weight: 400;
}

.hotel-detail-feature p:last-child {
    color: #657074;
    line-height: 1.75;
}


.hotel-accommodation-section {
    background: #ffffff;
}

.hotel-accommodation-section .section-heading {
    max-width: 860px;
}

.hotel-room-selector-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 1080px;
    margin: 38px auto 0;
}

.hotel-room-selector {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    width: 100%;
    padding: 25px 26px;
    border: 1px solid #e1ddd3;
    border-left: 3px solid #c9a96e;
    background: #f7f5f0;
    color: inherit;
    cursor: pointer;
    text-align: left;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease,
        background .25s ease;
}

.hotel-room-selector:hover,
.hotel-room-selector:focus-visible {
    transform: translateY(-3px);
    border-color: #c9a96e;
    background: #ffffff;
    box-shadow: 0 15px 32px rgba(7, 19, 25, .10);
}

.hotel-room-selector:focus-visible {
    outline: 2px solid #c9a96e;
    outline-offset: 3px;
}

.hotel-room-number {
    color: #c9a96e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.6rem;
}

.hotel-room-selector-copy strong {
    display: block;
    color: #172d34;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1.1;
}

.hotel-room-selector-copy small {
    display: block;
    margin-top: 7px;
    color: #657074;
    font-size: .78rem;
    line-height: 1.55;
}

.hotel-room-selector-arrow {
    color: #98743c;
    font-size: 1.25rem;
    transition: transform .25s ease;
}

.hotel-room-selector:hover .hotel-room-selector-arrow {
    transform: translateX(4px);
}

.hotel-room-modal {
    position: fixed;
    inset: 0;
    z-index: 2200;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}

.hotel-room-modal.open {
    opacity: 1;
    visibility: visible;
}

.hotel-room-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(4, 18, 26, .76);
    backdrop-filter: blur(4px);
}

.hotel-room-modal-panel {
    position: relative;
    z-index: 1;
    width: min(760px, 96vw);
    max-height: min(78vh, 760px);
    overflow-y: auto;
    padding: 38px;
    border-top: 4px solid #c9a96e;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .30);
}

.hotel-room-modal-close {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #f0ece4;
    color: #172d34;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1;
}

.hotel-room-modal-panel h2 {
    margin: 7px 48px 10px 0;
    color: #172d34;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 400;
    line-height: 1.05;
}

.hotel-room-modal-intro {
    max-width: 650px;
    margin-bottom: 24px;
    color: #657074;
    line-height: 1.7;
}

.hotel-room-choice-list {
    display: grid;
    gap: 10px;
}

.hotel-room-choice {
    padding: 16px 18px;
    border: 1px solid #e6e1d7;
    border-radius: 12px;
    background: #f8f6f1;
}

.hotel-room-choice h3 {
    margin: 0 0 5px;
    color: #172d34;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.12rem;
    font-weight: 400;
}

.hotel-room-choice p {
    margin: 0;
    color: #657074;
    font-size: .84rem;
    line-height: 1.55;
}

.hotel-room-modal-note {
    margin: 22px 0 0;
    padding-top: 18px;
    border-top: 1px solid #e6e1d7;
    color: #7d898d;
    font-size: .76rem;
    line-height: 1.6;
}

body.room-modal-open {
    overflow: hidden;
}

.hotel-rate-section {
    padding: 86px 7%;
    background: #172d34;
    color: #d7dfe1;
}

.hotel-rate-inner {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.hotel-rate-section h2 {
    color: #ffffff;
}

.hotel-rate-inner > p:not(.eyebrow):not(.hotel-rate-disclaimer) {
    line-height: 1.8;
    margin-bottom: 24px;
}

.hotel-rate-disclaimer {
    margin-top: 24px;
    color: #98a6aa;
    font-size: .76rem;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .hotel-detail-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hotel-detail-facts > div:nth-child(2) {
        border-right: 0;
    }

    .hotel-detail-facts > div:nth-child(-n+2) {
        border-bottom: 1px solid #e7e2d8;
    }

    .hotel-detail-overview,
    .hotel-detail-section-grid {
        grid-template-columns: 1fr;
    }

    .hotel-room-selector-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .hotel-detail-hero {
        min-height: 640px;
        padding: 150px 7% 62px;
    }

    .hotel-detail-facts {
        width: 92%;
    }

    .hotel-detail-facts strong {
        font-size: .9rem;
    }

    .hotel-slideshow {
        height: 420px;
    }

    .hotel-slide-arrow {
        width: 40px;
        height: 40px;
    }

    .hotel-slide-arrow.prev {
        left: 12px;
    }

    .hotel-slide-arrow.next {
        right: 12px;
    }

    .hotel-slide-dots {
        left: 56px;
        right: 56px;
        bottom: 17px;
    }

    .peak-hotel-features {
        grid-template-columns: 1fr 1fr;
    }

    .hotel-room-modal {
        padding: 12px;
    }

    .hotel-room-modal-panel {
        padding: 30px 22px 24px;
        border-radius: 14px;
    }

    .hotel-room-selector {
        padding: 21px 20px;
        gap: 13px;
    }
}
