.brand-logo{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 0 1px rgba(255,255,255,.25))}
.hero h1 em{display:inline-block;font-family:cursive;font-size:.9em;font-style:italic;font-weight:700;line-height:.72;transform:rotate(-5deg) translateY(.02em);letter-spacing:0;margin-left:.04em;margin-right:.2em}
.welcome h2 em,.section-heading h2 em,.next-steps h2 em{font-family:cursive;font-style:italic;font-weight:700;text-transform:none}
.eyebrow{font-family:Arial,Helvetica,sans-serif;font-weight:900}
.ministry-card.kids{background-image:linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.06)),url('https://static.wixstatic.com/media/03d481_727752d351b94bc39c38a6e8f36b305e~mv2.jpg')}
.ministry-card.youth{background-image:linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.06)),url('https://static.wixstatic.com/media/03d481_6e5a5a9735dc489f8f3a9ebcf2e0e3c1~mv2.jpg')}
.ministry-card.adults{background-image:linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.06)),url('https://static.wixstatic.com/media/03d481_ec9a4a4b71ca4816800d87c5972def42~mv2.png')}
.ministry-card.women{background-image:linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.06)),url('https://static.wixstatic.com/media/03d481_406b961a821a4551a58848aa81dd2161~mv2.jpeg')}
.ministry-card.groups{background-image:linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.06)),url('https://static.wixstatic.com/media/03d481_0f41b8c338214e18acfb3493b4c8deb1~mv2.jpg')}
.ministry-card.worship{background-image:linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.06)),url('https://static.wixstatic.com/media/03d481_21a9de3efb6e43b482ebcac6bdb1d593~mv2.jpg')}
.step-grid .step-icon{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#fff;font-size:0}
.step-grid .step-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.step-grid .step-icon.gold{background:#d7a21b}.step-grid .step-icon.navy{background:#101923}.step-grid .step-icon.blue{background:#3493b4}
.leadership-grid article{padding:28px 0 24px;overflow:hidden;text-align:center}.leadership-grid article img{display:block;width:min(230px,78%);height:auto;aspect-ratio:1;border-radius:50%;object-fit:cover;object-position:center top;background:linear-gradient(145deg,#dfe3e4,#f4f4f1);padding:6px;margin:0 auto;border:3px solid #d7a21b}.leadership-grid article h3,.leadership-grid article p{margin-left:22px;margin-right:22px}.leadership-grid article h3{margin-top:18px;margin-bottom:2px}.leadership-grid article p{margin-top:0}
.step-grid a{column-gap:18px}
.feature-grid .leaders{display:flex;flex-direction:column;justify-content:flex-end;padding-top:190px;background-image:linear-gradient(to bottom,rgba(5,15,24,.05) 22%,rgba(5,15,24,.22) 53%,rgba(5,15,24,.94) 82%),url('assets/lead-pastors.png');background-size:cover;background-position:center 30%;background-repeat:no-repeat}
.leadership-grid article img.portrait-ashley{object-fit:cover;object-position:center 28%;padding:6px;transform:scale(1.01)}
@media(max-width:600px){.brand-logo{width:40px;height:40px}}
.content .cards > a.content-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.content .cards > a.content-card-link article {
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.content .cards > a.content-card-link:hover article,
.content .cards > a.content-card-link:focus-visible article {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.content .cards > a.content-card-link strong {
  color: #9a7010;
  font: 700 14px 'Barlow Condensed', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.beliefs-intro {
  max-width: 760px;
  margin-bottom: 34px;
}

.beliefs-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: belief;
}

.beliefs-list li {
  counter-increment: belief;
  position: relative;
  min-height: 120px;
  padding: 26px 24px 24px 76px;
  border-top: 4px solid #c99a2e;
  background: #fff;
  box-shadow: 0 8px 28px rgba(7, 18, 31, 0.08);
  line-height: 1.65;
}

.beliefs-list li::before {
  content: counter(belief, decimal-leading-zero);
  position: absolute;
  top: 24px;
  left: 22px;
  color: #c99a2e;
  font: 800 22px 'Barlow Condensed', Arial, sans-serif;
}

@media (max-width: 720px) {
  .beliefs-list { grid-template-columns: 1fr; }
}

.events-intro{text-align:center;max-width:980px;margin:0 auto 34px}.weekly-event-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:28px;background:#d6d8da;border:1px solid #d6d8da}.weekly-event-row span{display:grid;padding:18px 12px;background:#fff}.weekly-event-row b{color:#9a7010;text-transform:uppercase;font:700 16px 'Barlow Condensed',Arial,sans-serif}.calendar-frame{width:100%;padding:12px;background:#071019;border-top:5px solid #c99a2e;box-shadow:0 14px 34px rgba(7,18,31,.16)}.calendar-frame iframe{display:block;width:100%;height:720px;background:#fff}.calendar-fallback{text-align:center;margin-top:26px}
@media(max-width:760px){.weekly-event-row{grid-template-columns:1fr 1fr}.calendar-frame{padding:6px}.calendar-frame iframe{height:620px}}
@media(max-width:480px){.weekly-event-row{grid-template-columns:1fr}.calendar-frame iframe{height:560px}}
