/* =========================================================
   Rentals Page (Template scoped)
========================================================= */

body.page-template-page-rentals-php .rentals-wrap {
    position: relative;
    z-index: 5;
    padding: 0 0 128px !important;
}

/* =========================================================
   Intro / surfaced panel
========================================================= */

body.page-template-page-rentals-php .rentals-block {
    position: relative;
    border-radius: 26px;
    padding: 34px 36px;
    background:
        radial-gradient(820px 320px at 0% 0%, rgba(246, 199, 76, .11), transparent 56%),
        linear-gradient(180deg, rgba(255, 255, 255, .90), rgba(255, 255, 255, .78));
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow:
        0 28px 54px rgba(15, 23, 42, .08),
        0 10px 22px rgba(15, 23, 42, .04);
    backdrop-filter: blur(10px);
}

body.page-template-page-rentals-php .rentals-block::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

body.page-template-page-rentals-php .rentals-block-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 30px;
    align-items: start;
}

body.page-template-page-rentals-php .rentals-prose {
    max-width: 76ch;
    font-size: 16px;
    line-height: 1.95;
    color: #334155;
    opacity: .96;
}

body.page-template-page-rentals-php .rentals-prose>*:first-child {
    margin-top: 0;
}

body.page-template-page-rentals-php .rentals-prose>*:last-child {
    margin-bottom: 0;
}

body.page-template-page-rentals-php .rentals-prose p+p {
    margin-top: 16px;
}

body.page-template-page-rentals-php .rentals-prose strong {
    color: #111827;
}

body.page-template-page-rentals-php .rentals-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

body.page-template-page-rentals-php .rentals-actions .btn {
    width: 100%;
    max-width: none;
    min-height: 54px;
}

body.page-template-page-rentals-php .rentals-year-note {
    margin-top: 10px;
    font-size: .85rem;
    line-height: 1.45;
    opacity: .72;
    text-align: center;
}

/* =========================================================
   Section heads
========================================================= */

body.page-template-page-rentals-php .section-head.center {
    position: relative;
    padding: 70px 0 28px;
    text-align: center;
}

body.page-template-page-rentals-php .section-head h2 {
    margin: 0 0 8px;
    font-size: clamp(44px, 4vw, 60px);
    line-height: 1;
    letter-spacing: -.035em;
    display: inline-block;
    position: relative;
}

body.page-template-page-rentals-php .section-head h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg,
            rgba(215, 170, 65, 0) 0%,
            rgba(215, 170, 65, .8) 40%,
            rgba(215, 170, 65, 1) 50%,
            rgba(215, 170, 65, .8) 60%,
            rgba(215, 170, 65, 0) 100%);
}

body.page-template-page-rentals-php .section-head p {
    margin: 0;
    font-size: 15.5px;
    letter-spacing: .01em;
    color: #64748b;
    opacity: .9;
}

/* =========================================================
   Our Spaces
========================================================= */

body.page-template-page-rentals-php .rentals-spaces-grid {
    display: grid;
    gap: 34px;
}

body.page-template-page-rentals-php .rentals-space-showcase {
    display: grid;
    grid-template-columns: minmax(340px, 440px) minmax(0, 1fr);
    gap: 0;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, .90), rgba(255, 255, 255, .80));
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow:
        0 30px 58px rgba(15, 23, 42, .09),
        0 10px 22px rgba(15, 23, 42, .04);
}

body.page-template-page-rentals-php .rentals-space-showcase:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
}

body.page-template-page-rentals-php .rentals-space-showcase:nth-child(even) .rentals-space-showcase-media {
    order: 2;
}

body.page-template-page-rentals-php .rentals-space-showcase:nth-child(even) .rentals-space-showcase-body {
    order: 1;
}

body.page-template-page-rentals-php .rentals-space-showcase-media {
    min-height: 360px;
    background: #dbe3ea center/cover no-repeat;
    position: relative;
}

body.page-template-page-rentals-php .rentals-space-showcase-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .22));
    pointer-events: none;
}

body.page-template-page-rentals-php .rentals-space-showcase-body {
    padding: 36px 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.page-template-page-rentals-php .rentals-space-showcase-head {
    margin-bottom: 14px;
}

body.page-template-page-rentals-php .rentals-space-showcase-head h3 {
    margin: 0 0 7px;
    color: var(--maroon);
    font-size: clamp(32px, 2.8vw, 44px);
    line-height: 1.04;
    letter-spacing: -.03em;
}

body.page-template-page-rentals-php .rentals-space-showcase-subtitle {
    margin: 0;
    font-size: 15px;
    color: #64748b;
    font-weight: 800;
}

body.page-template-page-rentals-php .rentals-space-showcase-description {
    margin-bottom: 20px;
    color: #334155;
    font-size: 15.5px;
    line-height: 1.88;
}

body.page-template-page-rentals-php .rentals-space-showcase-description p:first-child {
    margin-top: 0;
}

body.page-template-page-rentals-php .rentals-space-showcase-description p:last-child {
    margin-bottom: 0;
}

body.page-template-page-rentals-php .rentals-space-showcase-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

body.page-template-page-rentals-php .rentals-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 12px 22px rgba(15, 23, 42, .05);
}

body.page-template-page-rentals-php .rentals-meta-label {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
    color: #64748b;
}

body.page-template-page-rentals-php .rentals-meta-value {
    font-weight: 800;
    color: var(--maroon);
}

body.page-template-page-rentals-php .rentals-space-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

body.page-template-page-rentals-php .rentals-highlight-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 999px;
    background: rgba(246, 199, 76, .14);
    border: 1px solid rgba(246, 199, 76, .22);
    color: var(--maroon);
    font-weight: 800;
    font-size: 13px;
    box-shadow: 0 8px 16px rgba(246, 199, 76, .08);
}

body.page-template-page-rentals-php .rentals-space-showcase-notes {
    font-size: 13.5px;
    line-height: 1.8;
    color: #475569;
}

body.page-template-page-rentals-php .rentals-space-showcase-notes p:first-child {
    margin-top: 0;
}

body.page-template-page-rentals-php .rentals-space-showcase-notes p:last-child {
    margin-bottom: 0;
}

/* =========================================================
   Pricing
========================================================= */

body.page-template-page-rentals-php #pricing.section-head.center {
    padding-top: 82px;
}

body.page-template-page-rentals-php .rentals-pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 40px;
    position: relative;
}

body.page-template-page-rentals-php .rentals-pricing-grid::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: linear-gradient(180deg,
            rgba(15, 23, 42, 0),
            rgba(15, 23, 42, .08) 15%,
            rgba(15, 23, 42, .08) 85%,
            rgba(15, 23, 42, 0));
    transform: translateX(-20px);
    pointer-events: none;
}

body.page-template-page-rentals-php .rentals-space {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

body.page-template-page-rentals-php .rentals-space-head {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(90, 0, 17, .08);
}

body.page-template-page-rentals-php .rentals-space-head h3 {
    margin: 0 0 4px;
    color: var(--maroon);
    font-size: 34px;
    letter-spacing: -.025em;
    line-height: 1.06;
}

body.page-template-page-rentals-php .rentals-space-sub {
    margin: 0;
    font-size: 14.5px;
    color: #64748b;
    font-weight: 650;
}

body.page-template-page-rentals-php .rentals-price-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
}

body.page-template-page-rentals-php .rentals-price-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 14px;
    align-items: start;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    background: transparent;
}

body.page-template-page-rentals-php .rentals-price-row:last-child {
    border-bottom-color: rgba(15, 23, 42, .06);
}

body.page-template-page-rentals-php .rentals-price-label {
    font-size: 15.5px;
    font-weight: 850;
    color: #111827;
}

body.page-template-page-rentals-php .rentals-price-amt {
    font-size: 16px;
    font-weight: 900;
    color: var(--maroon);
    letter-spacing: -.01em;
    text-align: right;
}

body.page-template-page-rentals-php .rentals-price-detail {
    grid-column: 1 / -1;
    margin-top: 1px;
    font-size: 13px;
    line-height: 1.55;
    color: #64748b;
}

body.page-template-page-rentals-php .rentals-space-notes {
    margin-top: 15px;
    font-size: 13.5px;
    line-height: 1.75;
    color: #475569;
}

body.page-template-page-rentals-php .rentals-space-notes p:first-child {
    margin-top: 0;
}

body.page-template-page-rentals-php .rentals-space-notes p:last-child {
    margin-bottom: 0;
}

body.page-template-page-rentals-php .rentals-empty {
    text-align: center;
    opacity: .82;
}

/* =========================================================
   Gallery filters
========================================================= */

body.page-template-page-rentals-php .rentals-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

body.page-template-page-rentals-php .rentals-filter {
    appearance: none;
    border: 1px solid rgba(15, 23, 42, .10);
    background: rgba(255, 255, 255, .92);
    color: #0b1220;
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
    box-shadow: 0 10px 20px rgba(15, 23, 42, .06);
}

body.page-template-page-rentals-php .rentals-filter:hover {
    transform: translateY(-2px);
    box-shadow:
        0 0 0 1px rgba(215, 170, 65, .35),
        0 4px 14px rgba(0, 0, 0, .12);
}

body.page-template-page-rentals-php .rentals-filter.is-active {
    background: linear-gradient(180deg, var(--yellow), var(--yellow2));
    color: #3b0010;
    border-color: rgba(255, 255, 255, .20);
    box-shadow: 0 14px 26px rgba(246, 199, 76, .24);
}

/* =========================================================
   Gallery
========================================================= */

body.page-template-page-rentals-php #gallery.section-head.center {
    padding-top: 84px;
}

body.page-template-page-rentals-php .rentals-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 8px;
}

body.page-template-page-rentals-php .rentals-gallery-card {
    margin: 0;
}

body.page-template-page-rentals-php .rentals-gallery-link {
    position: relative;
    display: block;
    border-radius: 24px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    box-shadow:
        0 22px 42px rgba(15, 23, 42, .12),
        0 10px 22px rgba(15, 23, 42, .04);
    transition: transform .22s ease, box-shadow .22s ease;
}

body.page-template-page-rentals-php .rentals-gallery-link:hover {
    transform: translateY(-4px);
    box-shadow:
        0 28px 50px rgba(15, 23, 42, .14),
        0 10px 20px rgba(15, 23, 42, .05);
}

body.page-template-page-rentals-php .rentals-gallery-link::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, .74) 100%);
    pointer-events: none;
}

body.page-template-page-rentals-php .rentals-gallery-img {
    display: block;
    height: 286px;
    background: #e5e7eb center/cover no-repeat;
    transform: scale(1.01);
    transition: transform .5s cubic-bezier(.2, .8, .2, 1);
}

body.page-template-page-rentals-php .rentals-gallery-link:hover .rentals-gallery-img {
    transform: scale(1.06);
}

body.page-template-page-rentals-php .rentals-gallery-cap {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    display: grid;
    gap: 6px;
    z-index: 2;
    color: #fff;
}

body.page-template-page-rentals-php .rentals-gallery-tag {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: rgba(246, 199, 76, .96);
}

body.page-template-page-rentals-php .rentals-gallery-label {
    font-size: 18px;
    font-weight: 850;
    line-height: 1.18;
    text-shadow: 0 14px 28px rgba(0, 0, 0, .28);
}

/* =========================================================
   Timeline + Policies
========================================================= */

body.page-template-page-rentals-php .rentals-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    margin-top: 62px;
    padding-top: 34px;
    border-top: 1px solid rgba(15, 23, 42, .08);
    align-items: start;
}

body.page-template-page-rentals-php .rentals-two-col .rentals-block {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    
}

body.page-template-page-rentals-php .rentals-two-col .rentals-block h2 {
    margin: 0 0 16px;
    color: var(--maroon);
    font-size: 32px;
    line-height: 1.12;
    letter-spacing: -.025em;
}

body.page-template-page-rentals-php .rentals-two-col .rentals-block>*:last-child {
    margin-bottom: 0;
}

body.page-template-page-rentals-php .rentals-two-col ul,
body.page-template-page-rentals-php .rentals-two-col ol {
    margin: 0;
    padding-left: 20px;
    line-height: 1.9;
}

body.page-template-page-rentals-php .rentals-two-col li,
body.page-template-page-rentals-php .rentals-two-col p {
    font-size: 15px;
    line-height: 1.9;
    color: #334155;
}

/* =========================================================
   CTA
========================================================= */

body.page-template-page-rentals-php .rentals-cta {
    margin-top: 62px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 26px;
    padding: 36px 38px;
    background:
        radial-gradient(620px 260px at 14% 22%, rgba(246, 199, 76, .16), transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, .84), rgba(255, 255, 255, .70));
    border: 1px solid rgba(90, 0, 17, .08);
    box-shadow:
        0 24px 46px rgba(15, 23, 42, .08),
        0 8px 18px rgba(15, 23, 42, .04);
    backdrop-filter: blur(10px);
}

body.page-template-page-rentals-php .rentals-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(720px 360px at 92% 72%, rgba(90, 0, 17, .10), transparent 55%);
    pointer-events: none;
}

body.page-template-page-rentals-php .rentals-cta>* {
    position: relative;
    z-index: 2;
}

body.page-template-page-rentals-php .rentals-cta h2 {
    margin: 0 0 12px;
    color: var(--maroon);
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -.03em;
}

body.page-template-page-rentals-php .rentals-cta p {
    margin: 0 0 20px;
    font-size: 15.5px;
    line-height: 1.75;
    color: #475569;
    opacity: .96;
}

/* =========================================================
   GLightbox polish
========================================================= */

.glightbox-clean .gslide-description {
    background: rgba(12, 12, 12, .88);
}

.glightbox-clean .gdesc-inner {
    font-family: inherit;
}

.glightbox-clean .gslide-title {
    color: #fff;
    font-weight: 800;
}

.glightbox-clean .gslide-desc {
    color: rgba(255, 255, 255, .82);
}

.glightbox-clean .gnext,
.glightbox-clean .gprev,
.glightbox-clean .gclose {
    background: rgba(0, 0, 0, .42);
    border-radius: 999px;
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1100px) {
    body.page-template-page-rentals-php .rentals-pricing-grid::before {
        display: none;
    }

    body.page-template-page-rentals-php .rentals-space-showcase,
    body.page-template-page-rentals-php .rentals-space-showcase:nth-child(even) {
        grid-template-columns: 1fr;
    }

    body.page-template-page-rentals-php .rentals-space-showcase:nth-child(even) .rentals-space-showcase-media,
    body.page-template-page-rentals-php .rentals-space-showcase:nth-child(even) .rentals-space-showcase-body {
        order: initial;
    }

    body.page-template-page-rentals-php .rentals-space-showcase-media {
        min-height: 300px;
    }
}

@media (max-width: 980px) {

    body.page-template-page-rentals-php .rentals-block-top,
    body.page-template-page-rentals-php .rentals-pricing-grid,
    body.page-template-page-rentals-php .rentals-two-col {
        grid-template-columns: 1fr;
    }

    body.page-template-page-rentals-php .rentals-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    body.page-template-page-rentals-php .rentals-gallery-img {
        height: 260px;
    }

    body.page-template-page-rentals-php .rentals-actions {
        justify-content: flex-start;
    }

    body.page-template-page-rentals-php .rentals-actions .btn {
        max-width: none;
    }

    body.page-template-page-rentals-php .rentals-two-col {
        gap: 26px;
        margin-top: 42px;
        padding-top: 24px;
    }

    body.page-template-page-rentals-php .rentals-space-showcase-body,
    body.page-template-page-rentals-php .rentals-block,
    body.page-template-page-rentals-php .rentals-cta {
        padding: 28px;
    }
}

@media (max-width: 640px) {
    body.page-template-page-rentals-php .rentals-gallery-grid {
        grid-template-columns: 1fr;
    }

    body.page-template-page-rentals-php .rentals-gallery-img {
        height: 240px;
    }

    body.page-template-page-rentals-php .rentals-price-row {
        grid-template-columns: 1fr;
    }

    body.page-template-page-rentals-php .rentals-price-amt {
        text-align: left;
    }

    body.page-template-page-rentals-php .hero {
        background-position: center 22%;
    }

    body.page-template-page-rentals-php .section-head h2 {
        font-size: 40px;
    }

    body.page-template-page-rentals-php .rentals-space-showcase-body,
    body.page-template-page-rentals-php .rentals-block,
    body.page-template-page-rentals-php .rentals-cta {
        padding: 22px;
    }

    body.page-template-page-rentals-php .rentals-cta h2 {
        font-size: 30px;
    }
}

/* =========================================================
   Rentals — final polish
========================================================= */

/* make top copy easier to scan */
body.page-template-page-rentals-php .rentals-prose p {
    margin: 0;
}

body.page-template-page-rentals-php .rentals-prose p+p {
    margin-top: 16px;
}

body.page-template-page-rentals-php .rentals-prose em {
    color: #64748b;
}

/* slightly stronger visual hierarchy in pricing */
body.page-template-page-rentals-php .rentals-price-label {
    font-size: 16px;
}

body.page-template-page-rentals-php .rentals-price-amt {
    font-size: 17px;
}

body.page-template-page-rentals-php .rentals-price-detail {
    opacity: .9;
}

/* make capacity/details pills feel more premium */
body.page-template-page-rentals-php .rentals-meta-pill {
    background: rgba(255, 255, 255, .96);
    box-shadow:
        0 12px 22px rgba(15, 23, 42, .05),
        inset 0 1px 0 rgba(255, 255, 255, .9);
}

/* slightly stronger CTA */
body.page-template-page-rentals-php .rentals-cta {
    box-shadow:
        0 28px 52px rgba(15, 23, 42, .09),
        0 10px 22px rgba(15, 23, 42, .04);
}

body.page-template-page-rentals-php .rentals-cta .btn {
    min-width: 150px;
}

/* tighten section spacing just a touch */
body.page-template-page-rentals-php #pricing.section-head.center,
body.page-template-page-rentals-php #gallery.section-head.center {
    padding-top: 76px;
}

body.page-template-page-rentals-php .rentals-wrap {
    padding-top: 0 !important;
}

body.page-template-page-rentals-php .rentals-intro.page-intro {
    margin-bottom: 36px;
    padding-top: 40px;
}

body.page-template-page-rentals-php .rentals-intro.page-intro .page-intro-head,
body.page-template-page-rentals-php .rentals-intro.page-intro .intro-panel {
    max-width: 100%;
}

body.page-template-page-rentals-php .rentals-intro-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 30px;
    align-items: start;
}

@media (max-width: 980px) {
    body.page-template-page-rentals-php .rentals-intro-body {
        grid-template-columns: 1fr;
    }

    body.page-template-page-rentals-php .rentals-intro .intro-panel {
        padding: 28px;
    }
}

@media (max-width: 640px) {
    body.page-template-page-rentals-php .rentals-intro .intro-panel {
        padding: 22px;
    }
}
