.cch-5d802218-hero {
    position: relative;
    width: 100%;
    min-height: 650px;
    padding: 60px 4%;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
    transition: min-height 0.4s ease, padding 0.4s ease;
}

.cch-5d802218-container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.cch-5d802218-left {
    flex: 1 1 500px;
    z-index: 2;
    transition: all 0.4s ease;
}

.cch-5d802218-title {
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
}

.cch-5d802218-subtitle {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 35px 0;
    opacity: 0.9;
}

/* Button style based on Live Stream style */
.cch-5d802218-btn-wrapper {
    margin: 0;
}

.cch-5d802218-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 30px;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.cch-5d802218-btn:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

.cch-5d802218-btn-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

/* Collage layout based on presets */
.cch-5d802218-right {
    flex: 1 1 550px;
    position: relative;
    height: 520px;
    z-index: 2;
    transition: height 0.4s ease, flex 0.4s ease;
}

.cch-5d802218-collage {
    position: relative;
    width: 100%;
    height: 100%;
}

.cch-5d802218-item {
    position: absolute;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
    background-color: #111;
    transition: all 0.4s ease;
}

.cch-5d802218-item:hover {
    transform: scale(1.03) translateY(-5px);
    z-index: 10 !important;
}

.cch-5d802218-collage-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Specific Spot Positioning matching user's asymmetrical visual layout */
.cch-5d802218-spot_1 {
    top: 0;
    left: 20%;
    width: 200px;
    height: 250px;
    z-index: 3;
}

.cch-5d802218-spot_2 {
    bottom: 0;
    right: 5%;
    width: 200px;
    height: 250px;
    z-index: 3;
}

.cch-5d802218-spot_3 {
    bottom: 10px;
    left: 5%;
    width: 280px;
    min-height: 190px;
    z-index: 5;
    background: #111111;
    border: 1px solid #222;
}

.cch-5d802218-spot_4 {
    top: 80px;
    right: 0;
    width: 180px;
    height: 220px;
    z-index: 2;
}

/* COLLAPSIBLE STATE RULES */

/* 0 items active */
.cch-5d802218-collage-count-0 {
    min-height: auto;
    padding: 100px 4%;
}
.cch-5d802218-collage-count-0 .cch-5d802218-left {
    flex: 1 1 100%;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.cch-5d802218-collage-count-0 .cch-5d802218-right {
    display: none;
}

/* 1 item active - Compact single image layout with zero extra vertical spacing */
.cch-5d802218-collage-count-1 {
    min-height: 480px;
}
.cch-5d802218-collage-count-1 .cch-5d802218-right {
    height: 320px;
    flex: 0 0 350px;
}
.cch-5d802218-collage-count-1 .cch-5d802218-item {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 280px;
}

/* Worship Service Card Styles */
.cch-5d802218-card-wrap {
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.cch-5d802218-card-inner {
    text-align: center;
    width: 100%;
}

.cch-5d802218-card-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin: 0 0 12px 0;
}

.cch-5d802218-card-details {
    font-size: 12px;
    font-weight: 700;
    color: #F3CA65;
    line-height: 1.6;
    margin: 0 0 12px 0;
    letter-spacing: 1px;
}

.cch-5d802218-card-divider {
    height: 1px;
    background: rgba(255,255,255,0.2);
    width: 60px;
    margin: 12px auto;
}

.cch-5d802218-card-address {
    font-size: 10px;
    letter-spacing: 1px;
    color: #BBBBBB;
    margin: 0;
}

/* Responsiveness */
@media (max-width: 991px) {
    .cch-5d802218-right {
        height: 480px;
    }
    .cch-5d802218-spot_1 { left: 15%; width: 170px; height: 210px; }
    .cch-5d802218-spot_2 { right: 0; width: 170px; height: 210px; }
    .cch-5d802218-spot_3 { left: 0; width: 240px; }
    .cch-5d802218-spot_4 { right: -10px; width: 150px; height: 180px; }
}

@media (max-width: 767px) {
    .cch-5d802218-hero {
        padding: 40px 20px;
        text-align: center;
    }
    .cch-5d802218-container {
        flex-direction: column;
    }
    .cch-5d802218-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cch-5d802218-title {
        font-size: 36px;
    }
    .cch-5d802218-right {
        width: 100%;
        height: 400px;
    }
    .cch-5d802218-spot_1 { left: 5%; width: 130px; height: 170px; }
    .cch-5d802218-spot_2 { right: 5%; width: 130px; height: 170px; }
    .cch-5d802218-spot_3 { left: 5%; bottom: 0; width: 200px; padding: 15px; }
    .cch-5d802218-spot_4 { right: 0; top: 40px; width: 110px; height: 140px; }
}
