.sermon-section{padding:0 0 90px;background:var(--paper)}
.sermon-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr);gap:48px;align-items:center}
.sermon-player{aspect-ratio:16/9;background:#111;overflow:hidden;border-radius:8px}
.sermon-player button{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:#111;color:#fff;cursor:pointer}
.sermon-player button[hidden]{display:none}
.sermon-player img{display:block;width:100%;height:100%;object-fit:cover;opacity:.75}
.sermon-play-label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:12px;font-size:14px;text-shadow:0 1px 5px #000}
.sermon-play-label b{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:var(--red);font-size:20px;text-shadow:none}
.sermon-player iframe{display:block;width:100%;height:100%;border:0}
.sermon-copy h2{margin:20px 0;font-size:clamp(30px,3vw,44px);line-height:1.12;overflow-wrap:anywhere}
.sermon-copy time{display:block;color:var(--muted);font-size:13px;margin-bottom:25px}
.sermon-copy>p{font-size:12px;margin-top:20px;line-height:1.6}
.sermon-copy .eyebrow{line-height:1.6}
@media(max-width:700px){.directory-hero h1{font-size:clamp(48px,14vw,64px)}.sermon-section{padding-bottom:60px}.sermon-grid{grid-template-columns:minmax(0,1fr);gap:28px}.sermon-copy h2{font-size:32px}}
.directory-hero .wrap:after{content:'PALAVRA'}
