.hhc-celebration-page {
    background: #fffdf9;
    color: #231d17;
}

#subheader.hhc-subheader {
    padding-top: clamp(180px, 22vh, 250px);
    padding-bottom: clamp(140px, 18vh, 200px);
}

.hhc-subheader .lead {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.82);
}

.hhc-facilities {
    padding-top: 108px;
    padding-bottom: 132px;
}

.hhc-facility-row + .hhc-facility-row {
    margin-top: 82px;
}

.hhc-facility-copy {
    padding-top: 14px;
    padding-bottom: 14px;
}

.hhc-facility-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--primary-color, #a33b27);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hhc-facility-copy h2 {
    margin-bottom: 18px;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.05;
}

.hhc-facility-copy p {
    margin: 0;
    color: rgba(35, 29, 23, 0.8);
    font-size: 16px;
    line-height: 1.9;
}

.hhc-facility-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.hhc-facility-actions .btn-main.btn-line {
    background: transparent;
}

.hhc-facilities .shape-mask-1,
.hhc-facilities .shape-mask-2 {
    box-shadow: 0 28px 64px rgba(32, 23, 18, 0.14);
}

@media (max-width: 991px) {
    #subheader.hhc-subheader {
        padding-top: 170px;
        padding-bottom: 110px;
    }

    .hhc-facilities {
        padding-top: 88px;
        padding-bottom: 104px;
    }

    .hhc-facility-row + .hhc-facility-row {
        margin-top: 64px;
    }

    .hhc-facility-copy {
        padding-top: 24px;
    }
}

@media (max-width: 767px) {
    #subheader.hhc-subheader {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .hhc-subheader .lead,
    .hhc-facility-copy p {
        font-size: 15px;
        line-height: 1.8;
    }

    .hhc-facility-copy h2 {
        font-size: clamp(28px, 9vw, 40px);
    }

    .hhc-facility-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .hhc-facility-actions .btn-main {
        width: min(100%, 260px);
        text-align: center;
    }
}
