/*
Theme Name: Bethesda (Jeswin Samuel)
Template: bethesda
Description: Child of the Bethesda theme, adapted for Pastor Jeswin Samuel's ministry site. Same design system; content and templates reshaped for a personal ministry rather than a church.
Version: 1.0.0
Author: Jeswin Samuel Ministries
*/

/* Ministry hero: photograph-led rather than the church's water motif. */
.hero.js-hero{background:var(--deep)}
.js-hero .wrap{position:relative;z-index:2}
.js-portrait{max-width:420px;width:100%;height:auto;border-radius:3px;display:block}
.js-split{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(32px,6vw,64px);align-items:center}
@media (max-width:900px){.js-split{grid-template-columns:1fr}}
.js-album{border:1px solid var(--rule);border-radius:3px;padding:clamp(24px,4vw,34px);background:var(--card)}
.js-album h3{font-size:23px;margin-bottom:6px}
.js-album .native{font-family:var(--serif);font-style:italic;color:var(--sage);margin-bottom:14px}
