/* Chase support layer for VR-clone backed pages.
   These selectors intentionally cover the reusable booking/property/gallery
   templates without loading any old client theme CSS. */

:root {
    --qh-copper: var(--orange);
    --qh-rust: var(--amber);
    --qh-charcoal: var(--navy);
    --qh-cream: var(--cream);
    --qh-line: rgba(51, 67, 44, 0.14);
}

a {
    color: inherit;
}

.page-content-editable {
    padding-top: 120px !important;
}

.inner-banner {
    min-height: 360px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.inner-banner .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(51, 67, 44, .72), rgba(51, 67, 44, .52));
}

.inner-banner .content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 40px;
}

.inner-banner h1 {
    margin: 0;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 6vw, 4.8rem);
    font-weight: 900;
    line-height: 1.05;
}

.pagination {
    display: flex;
    gap: 10px;
    align-items: center;
    list-style: none;
    padding: 18px 0;
    color: var(--muted);
    font-size: 14px;
}

.pagination a {
    text-decoration: none;
    color: var(--navy);
}

.pagination .angle {
    color: var(--orange);
}

.qh-page,
.detail-main,
.status-page,
.magic-link-payment,
.magic-link-expired,
.review-submit-section {
    background: var(--cream);
    color: var(--text);
}

.qh-wrap,
.property-wrap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.qh-section-pad {
    padding: 88px 0;
}

.qh-sec-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.qh-sec-head.center {
    margin-inline: auto;
    text-align: center;
}

.qh-eyebrow,
.section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--orange);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.qh-sec-head h2,
.qh-f-name,
.qh-attr-cat-head h3,
.qh-faq-group h3,
.property-wrap h1,
.property-wrap h2,
.property-wrap h3,
.status-card h1 {
    color: var(--navy);
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    line-height: 1.12;
}

.qh-sec-head h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.qh-muted {
    color: var(--muted);
    line-height: 1.7;
}

.qh-btn,
.qh-f-link,
.qh-f-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.qh-btn {
    padding: 12px 24px;
    border: 2px solid var(--orange);
    border-radius: 2px;
}

.qh-btn-primary,
.qh-f-link {
    background: var(--orange);
    color: #fff;
}

.qh-btn-outline {
    color: var(--navy);
    background: transparent;
}

.qh-btn:hover,
.qh-f-link:hover {
    background: var(--amber);
    border-color: var(--amber);
    color: #fff;
}

.stay-search {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1.15fr auto;
    align-items: stretch;
    margin-top: -42px;
    background: #fff;
    border: 1px solid rgba(51, 67, 44, .14);
    border-radius: 4px;
    box-shadow: 0 18px 45px rgba(51, 67, 44, .16);
    z-index: 5;
}

.stay-search label {
    color: var(--navy);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.stay-search input,
.stay-search__guest-trigger {
    color: var(--text);
    font-family: 'Barlow', sans-serif;
}

.stay-search__submit {
    background: var(--orange) !important;
    border-radius: 2px !important;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.stay-guest-popover {
    color: var(--text);
}

.stay-category-nav {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 24px 0 0;
}

.stay-category-nav a {
    padding: 8px 15px;
    border: 1px solid var(--border);
    border-radius: 2px;
    color: var(--navy);
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.stay-category-nav a.active {
    background: var(--navy);
    color: #fff;
}

.qh-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 34px;
    align-items: center;
    margin-bottom: 64px;
}

.qh-feature.flip .qh-f-media {
    order: 2;
}

.qh-f-media {
    position: relative;
}

.qh-f-frame {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: #dfe5df;
    box-shadow: 0 22px 50px rgba(51, 67, 44, .14);
}

.qh-f-frame img,
.qh-f-accent img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.qh-f-accent {
    position: absolute;
    right: -22px;
    bottom: -28px;
    width: 38%;
    border: 8px solid var(--cream);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .16);
}

.qh-f-accent img {
    height: 160px;
}

.qh-f-tag,
.qh-f-eyebrow {
    color: var(--orange);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.qh-f-tag {
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 2;
    padding: 7px 12px;
    background: rgba(255, 255, 255, .94);
    color: var(--navy);
    font-size: 12px;
}

.qh-f-panel {
    position: relative;
    padding: 34px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 4px;
    box-shadow: 0 16px 42px rgba(51, 67, 44, .10);
}

.qh-f-idx {
    position: absolute;
    top: 18px;
    right: 24px;
    color: rgba(51, 67, 44, .12);
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
}

.qh-f-name {
    margin: 8px 0 18px;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.qh-f-name a {
    text-decoration: none;
}

.qh-f-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.qh-f-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 10px;
    background: var(--ice);
    color: var(--navy);
    border-radius: 2px;
    font-size: 13px;
}

.qh-f-meta svg {
    width: 18px;
    height: 18px;
}

.qh-f-blurb {
    color: var(--muted);
    line-height: 1.7;
}

.qh-f-amen {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 18px 0;
    list-style: none;
}

.qh-f-amen li {
    padding: 6px 10px;
    background: rgba(239, 149, 41, .12);
    color: var(--navy);
    border-radius: 2px;
    font-size: 13px;
}

.qh-f-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.qh-f-link {
    padding: 12px 18px;
    border-radius: 2px;
}

.qh-f-link svg {
    width: 26px;
}

.qh-f-rate {
    color: var(--muted);
}

.qh-f-rate b {
    color: var(--navy);
}

.qh-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--border);
    background: #fff;
    margin: 28px 0 42px;
}

.qh-stat {
    padding: 24px;
    text-align: center;
    border-right: 1px solid var(--border);
}

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

.qh-stat .n {
    color: var(--navy) !important;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 900;
}

.qh-stat .l {
    color: var(--orange) !important;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.qh-rcards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.qh-rcard {
    padding: 28px;
    min-height: 240px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 4px;
    box-shadow: 0 14px 30px rgba(51, 67, 44, .08);
}

.qh-rcard .stars {
    color: var(--orange);
    letter-spacing: .08em;
    margin-bottom: 12px;
}

.qh-rcard p {
    color: var(--text);
    line-height: 1.7;
}

.qh-rcard .who {
    color: var(--muted);
    font-size: 14px;
}

.qh-finalcta {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.qh-finalcta .bg,
.qh-finalcta .ov {
    position: absolute;
    inset: 0;
}

.qh-finalcta .bg {
    background-position: center;
    background-size: cover;
}

.qh-finalcta .ov {
    background: rgba(51, 67, 44, .68);
}

.qh-finalcta .inner {
    position: relative;
    z-index: 2;
    max-width: 760px;
    text-align: center;
    color: #fff;
}

.qh-finalcta h2 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 900;
}

.qh-finalcta p {
    color: rgba(255, 255, 255, .85);
}

.qh-eyebrow.light {
    color: var(--orange);
}

.qh-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.qh-gallery-grid a {
    position: relative;
    display: block;
    min-height: 240px;
    overflow: hidden;
    border-radius: 4px;
    background: #dfe5df;
}

.qh-gallery-grid img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    transition: transform .25s ease;
}

.qh-gallery-grid a:hover img {
    transform: scale(1.04);
}

.qh-gallery-grid .cap {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 8px 10px;
    background: rgba(51, 67, 44, .86);
    color: #fff;
    font-size: 13px;
}

.qh-attr-cat {
    margin-bottom: 54px;
}

.qh-attr-cat-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.qh-f-secondary {
    color: var(--orange);
}

.qh-acc {
    border-top: 1px solid var(--border);
    background: #fff;
}

.qh-acc:last-child {
    border-bottom: 1px solid var(--border);
}

.qh-acc summary {
    cursor: pointer;
    padding: 20px 0;
    color: var(--navy);
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 700;
}

.qh-acc .ans {
    padding: 0 0 22px;
    color: var(--muted);
    line-height: 1.7;
}

.status-page,
.magic-link-payment,
.magic-link-expired {
    padding: 90px 0;
}

.status-card,
.magic-link-payment .container,
.magic-link-expired .container,
.review-submit-section .container {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 4px;
    box-shadow: 0 16px 40px rgba(51, 67, 44, .10);
}

.status-card {
    width: min(760px, calc(100% - 32px));
    margin: 0 auto;
    padding: 42px;
    text-align: center;
}

.status-icon {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: rgba(239, 149, 41, .14);
    color: var(--orange);
}

.status-icon svg {
    width: 34px;
    height: 34px;
}

.status-summary,
.trip-grid,
.confirmation-details {
    margin-top: 28px;
    text-align: left;
    border-top: 1px solid var(--border);
}

.status-summary__row,
.trip-grid > *,
.confirmation-details > * {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid var(--border);
}

.property-detail-page .inner-banner {
    min-height: 420px;
}

.property-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 48px 0 24px;
}

.detail-page-title {
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.detail-meta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    color: var(--muted);
}

.share-btn,
.pill-button-black,
.reserve-btn,
.read-more-btn {
    border-radius: 2px !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.share-btn,
.pill-button-black,
.reserve-btn {
    background: var(--orange) !important;
    color: #fff !important;
}

.share-btn:hover,
.pill-button-black:hover,
.reserve-btn:hover {
    background: var(--amber) !important;
}

.booking-card-pro {
    border: 1px solid var(--border) !important;
    border-radius: 4px !important;
    box-shadow: 0 18px 42px rgba(51, 67, 44, .14) !important;
}

.review-card,
.review-card * {
    color: #fff;
}

.review-card {
    background: var(--navy) !important;
}

.offcanvas-drawer h2,
.offcanvas-drawer h3 {
    color: var(--navy) !important;
}

@media (max-width: 900px) {
    .stay-search,
    .qh-feature,
    .qh-stats,
    .qh-rcards,
    .qh-gallery-grid {
        grid-template-columns: 1fr;
    }

    .qh-feature.flip .qh-f-media {
        order: 0;
    }

    .qh-f-accent {
        display: none;
    }

    .property-header,
    .qh-attr-cat-head,
    .qh-f-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .qh-stat {
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }

    .qh-stat:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 760px) {
    .inner-banner {
        min-height: 280px;
    }

    .inner-banner .content {
        padding-top: 20px;
    }

    .qh-section-pad {
        padding: 54px 0;
    }

    .stay-search {
        margin-top: -20px;
        border-radius: 4px;
    }

    .qh-f-frame img {
        height: 290px;
    }

    .qh-f-panel,
    .status-card {
        padding: 24px;
    }
}
