.church-sermon-bg {
    position: relative;
    width: 100%;
    min-height: 680px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    background-color: #3b0717;
    background-image:
        linear-gradient(rgba(42, 4, 17, 0.22), rgba(42, 4, 17, 0.72)),
        var(--church-sermon-bg);
    background-size: cover;
    background-position: center;
}

.church-sermon-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 210, 140, 0.34), transparent 18%),
        radial-gradient(circle at 75% 5%, rgba(255, 210, 140, 0.32), transparent 16%),
        radial-gradient(circle at 12% 70%, rgba(255, 210, 140, 0.16), transparent 20%);
    pointer-events: none;
    z-index: 1;
}

.church-sermon-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(30, 0, 12, 0.28);
    z-index: 2;
}

.church-sermon-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 680px;
    padding: 42px 40px;
    box-sizing: border-box;
    color: #fff;
}

.church-sermon-label {
    position: absolute;
    left: 42px;
    top: 38px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

.church-sermon-center {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 92%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.church-sermon-line {
    width: 260px;
    height: 1px;
    margin: 0 auto 22px;
    background: rgba(255, 255, 255, 0.45);
}

.church-sermon-eng {
    margin-bottom: 32px;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.church-sermon-center h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 55px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.07em;
    word-break: keep-all;
}

.church-sermon-center h2 a {
    color: #fff;
    text-decoration: none;
}

.church-sermon-center h2 a:hover {
    color: #fff;
    text-decoration: none;
}

.church-sermon-play {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    margin: 45px auto 34px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.38);
    text-decoration: none;
    transition: all .25s ease;
}

.church-sermon-play:hover {
    background: rgba(0, 0, 0, 0.55);
    transform: scale(1.05);
}

.church-sermon-play span {
    display: block;
    width: 0;
    height: 0;
    margin-left: 7px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #fff;
}

.church-sermon-bible {
    margin-bottom: 10px;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.church-sermon-pastor {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

/* 태블릿 */
@media (max-width: 1024px) {

    .church-sermon-bg,
    .church-sermon-inner {
        min-height: 560px;
    }

    .church-sermon-label {
        font-size: 21px;
    }

    .church-sermon-eng {
        font-size: 25px;
    }

    .church-sermon-play {
        width: 78px;
        height: 78px;
        margin: 35px auto 28px;
    }

    .church-sermon-bible {
        font-size: 29px;
    }

    .church-sermon-pastor {
        font-size: 21px;
    }
}

/* 모바일 */
@media (max-width: 768px) {

    .church-sermon-bg {
        min-height: 480px;
        border-radius: 12px 12px 0 0;
        background-position: center center;
    }

    .church-sermon-inner {
        min-height: 480px;
        padding: 26px 20px;
    }

    .church-sermon-label {
        left: 24px;
        top: 24px;
        font-size: 18px;
    }

    .church-sermon-line {
        width: 150px;
        margin-bottom: 16px;
    }

    .church-sermon-eng {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .church-sermon-center {
        width: 94%;
    }

    .church-sermon-center h2 {
        font-size:35px;
        line-height: 1.18;
    }

    .church-sermon-play {
        width: 66px;
        height: 66px;
        margin: 30px auto 25px;
    }

    .church-sermon-play span {
        border-top-width: 11px;
        border-bottom-width: 11px;
        border-left-width: 17px;
    }

    .church-sermon-bible {
        font-size: 24px;
    }

    .church-sermon-pastor {
        font-size: 18px;
    }
}

/* 작은 모바일 */
@media (max-width: 480px) {

    .church-sermon-bg,
    .church-sermon-inner {
        min-height: 430px;
    }

    .church-sermon-label {
        font-size: 16px;
    }

    .church-sermon-center h2 {
        font-size: 30px;
    }

    .church-sermon-bible {
        font-size: 21px;
    }

    .church-sermon-pastor {
        font-size: 17px;
    }
}


.church-sermon-info {
    margin-top: 0;
    color: #fff;
    text-align: center;
}

.church-sermon-date {
    margin-bottom: 8px;
    color: rgba(255,255,255,0.85);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
}

.church-sermon-bible {
    margin-bottom: 8px;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.04em;
}

.church-sermon-pastor {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

/* 긴 제목일 때 전체 간격 조정 */
.church-sermon-center h2 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .church-sermon-date {
        font-size: 18px;
    }

    .church-sermon-bible {
        font-size: 29px;
    }

    .church-sermon-pastor {
        font-size: 21px;
    }
}

@media (max-width: 768px) {
    .church-sermon-date {
        font-size: 16px;
    }

    .church-sermon-bible {
        font-size: 23px;
    }

    .church-sermon-pastor {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .church-sermon-bible {
        font-size: 20px;
    }

    .church-sermon-pastor {
        font-size: 16px;
    }
}

.church-sermon-info {
    margin-top: 0;
    color: #fff;
    text-align: center;
}

.church-sermon-date {
    margin-bottom: 8px;
    color: rgba(255,255,255,0.85);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
}

.church-sermon-bible {
    margin-bottom: 8px;
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.04em;
}

.church-sermon-pastor {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.04em;
}

@media (max-width: 768px) {
    .church-sermon-date {
        font-size: 16px;
    }

    .church-sermon-bible {
        font-size: 23px;
    }

    .church-sermon-pastor {
        font-size: 18px;
    }
}