/* Compact church directory, scoped to its Greek and English routes. */
.ep-churches-index { padding:var(--site-nav-height,90px) 0 88px; background:#f7f3eb; color:#302820; font:16px/1.7 'Plus Jakarta Sans',Arial,sans-serif; }
.ep-churches-index *, .ep-churches-index *::before, .ep-churches-index *::after { box-sizing:border-box; }
.ep-churches-index-wrap { width:calc(100% - 80px); max-width:1160px; margin:0 auto; }
.ep-churches-index-trail { padding:18px 0; }
.ep-churches-index-heading { display:grid; grid-template-columns:1.1fr 1fr; align-items:end; gap:64px; padding:36px 0 42px; }
.ep-churches-index h1,.ep-churches-index h2 { margin:0; font-family:MillerDisplay,Georgia,serif; font-weight:400; line-height:1.13; text-transform:none; letter-spacing:0; color:#302820; }
.ep-churches-index h1 { font-size:clamp(42px,4.5vw,64px); }
.ep-churches-index p { font:inherit; margin:0; }
.ep-churches-index .ep-churches-index-kicker { margin:0 0 12px; color:#806132; font:700 11px/1.6 'Plus Jakarta Sans',Arial,sans-serif; letter-spacing:.075em; text-transform:uppercase; }
.ep-churches-index .ep-churches-index-intro { max-width:480px; font-size:17px; line-height:1.8; color:#675d50; padding-bottom:3px; }
.ep-churches-index-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:32px; }
.ep-churches-index-card { min-width:0; background:#fffdf9; border:1px solid #e4daca; border-radius:8px; }
.ep-churches-index-card>a { display:flex; flex-direction:column; height:100%; color:inherit; text-decoration:none; border-radius:8px; }
.ep-churches-index-card>a:focus-visible { outline:3px solid #906b2f; outline-offset:5px; }
.ep-churches-index-photo { overflow:hidden; border-radius:7px 7px 0 0; aspect-ratio:1.9; background:#e8e0d1; }
.ep-churches-index-photo img { display:block; width:100%; height:100%; object-fit:cover; object-position:50% 20%; }
.ep-churches-index-card-copy { display:flex; flex:1; flex-direction:column; padding:28px 30px 24px; }
.ep-churches-index-card h2 { font-size:clamp(28px,2.65vw,36px); }
.ep-churches-index-card .ep-churches-index-kicker { margin-bottom:9px; font-size:10px; }
.ep-churches-index .ep-churches-index-description { margin:14px 0 24px; color:#655b50; font-size:15px; line-height:1.75; }
.ep-churches-index-card-bottom { display:flex; align-items:center; justify-content:space-between; gap:16px; border-top:1px solid #e9dfcf; padding-top:18px; margin-top:auto; font-size:12px; line-height:1.6; color:#74664f; }
.ep-churches-index-read { color:#681f29; font-weight:700; text-decoration:underline; text-underline-offset:5px; }
.ep-churches-index-card>a:hover h2 { color:#681f29; }
.ep-churches-index-card>a:hover .ep-churches-index-read { text-decoration-thickness:2px; }
@media(max-width:1000px) {
 .ep-churches-index-wrap { width:calc(100% - 48px); }
 .ep-churches-index-heading { gap:32px; }
 .ep-churches-index-grid { gap:24px; }
 .ep-churches-index-card-copy { padding:24px; }
 .ep-churches-index-card-bottom { flex-wrap:wrap; gap:8px 16px; }
}
@media(max-width:700px) {
 .ep-churches-index { padding-bottom:48px; }
 .ep-churches-index-wrap { width:calc(100% - 40px); }
 .ep-churches-index-trail { padding:15px 0; }
 .ep-churches-index-trail .ep-breadcrumbs { font-size:11px; }
 .ep-churches-index-heading { grid-template-columns:1fr; gap:18px; padding:20px 0 30px; }
 .ep-churches-index h1 { font-size:clamp(35px,9.5vw,48px); }
 .ep-churches-index .ep-churches-index-intro { font-size:15px; line-height:1.75; padding:0; }
 .ep-churches-index-heading .ep-churches-index-kicker { margin-bottom:9px; font-size:10px; }
 .ep-churches-index-grid { grid-template-columns:1fr; gap:24px; }
 .ep-churches-index-card-copy { padding:23px 22px 21px; }
 .ep-churches-index-card h2 { font-size:30px; }
 .ep-churches-index .ep-churches-index-description { font-size:14px; margin:12px 0 20px; }
 .ep-churches-index-card-bottom { font-size:11px; gap:10px 16px; padding-top:16px; }
}
@media(prefers-reduced-motion:reduce) { .ep-churches-index * { transition:none!important; animation:none!important; } }
