:root {
  --ink: #151125;
  --muted: #625d70;
  --purple: #5f3b8f;
  --purple-deep: #281843;
  --purple-soft: #eee7f7;
  --gold: #c79b3b;
  --gold-light: #f3dc9c;
  --cream: #fbf7ed;
  --paper: #ffffff;
  --line: rgba(40, 24, 67, .13);
  --shadow: 0 22px 70px rgba(39, 24, 66, .14);
  --radius: 30px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
::selection { color: #fff; background: var(--purple); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 200;
  padding: 10px 16px; color: white; background: var(--purple-deep); border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(25, 13, 43, .92);
  backdrop-filter: blur(18px);
  color: #fff;
}
.nav-shell {
  width: min(var(--max), calc(100% - 40px)); height: 78px; margin: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 225px; }
.brand img { width: 50px; height: 50px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: .94rem; letter-spacing: .04em; }
.brand-copy span { margin-top: 5px; color: var(--gold-light); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { position: relative; color: rgba(255,255,255,.82); font-size: .88rem; font-weight: 700; text-decoration: none; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--gold); transition: width .25s ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: #fff; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { width: 100%; }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(243,220,156,.45); border-radius: 999px; color: var(--gold-light) !important; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; }
.menu-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; border-radius: 2px; background: currentColor; transition: .2s ease; }

.hero {
  position: relative; min-height: calc(100vh - 78px); overflow: hidden;
  background:
    radial-gradient(circle at 75% 30%, rgba(199,155,59,.22), transparent 26%),
    linear-gradient(135deg, #1a0e2e 0%, #382158 55%, #674395 100%);
  color: #fff;
}
.hero::before, .hero::after { content: ""; position: absolute; border: 1px solid rgba(243,220,156,.17); border-radius: 50%; }
.hero::before { width: 520px; height: 520px; right: -140px; top: -190px; }
.hero::after { width: 340px; height: 340px; left: -170px; bottom: -180px; }
.hero-shell {
  position: relative; z-index: 1; width: min(var(--max), calc(100% - 40px)); min-height: calc(100vh - 78px); margin: auto;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(42px, 7vw, 100px); align-items: center; padding: 68px 0;
}
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem, 7.2vw, 6.9rem); font-weight: 500; letter-spacing: -.055em; line-height: .94; }
.hero h1 em { display: block; color: var(--gold-light); font-weight: 500; }
.hero-lead { max-width: 640px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.6vw, 1.2rem); }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 50px; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px;
  font-size: .88rem; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #251637; background: var(--gold-light); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); }
.button-dark { color: #fff; background: var(--purple-deep); }
.button-outline { color: var(--purple-deep); border-color: var(--line); background: #fff; }
.hero-logo-panel { position: relative; display: grid; place-items: center; min-height: 530px; }
.hero-logo-glow { position: absolute; width: 80%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.10); filter: blur(2px); }
.hero-logo-panel img { position: relative; z-index: 1; width: min(500px, 92%); max-height: 570px; object-fit: contain; filter: drop-shadow(0 25px 45px rgba(0,0,0,.28)); }
.hero-note { position: absolute; right: 0; bottom: 2%; z-index: 2; padding: 13px 18px; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: rgba(22,12,39,.72); backdrop-filter: blur(10px); }
.hero-note strong { display: block; color: var(--gold-light); }
.hero-note span { color: rgba(255,255,255,.68); font-size: .78rem; }

.service-bar { background: #fff; border-bottom: 1px solid var(--line); }
.service-bar__inner { width: min(var(--max), calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: repeat(4,1fr); }
.service-mini { padding: 24px 18px; border-right: 1px solid var(--line); }
.service-mini:last-child { border-right: 0; }
.service-mini span { display: block; margin-bottom: 4px; color: var(--purple); font-size: .68rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.service-mini strong { font-family: Georgia, serif; font-size: 1rem; font-weight: 600; }

.visual-story { padding: clamp(72px, 10vw, 130px) 0; }
.visual-story:nth-of-type(even) { background: #fff; }
.story-shell { width: min(var(--max), calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.story-shell.reverse { grid-template-columns: .88fr 1.12fr; }
.story-shell.reverse .story-media { order: 2; }
.story-media { position: relative; min-width: 0; }
.story-image { width: 100%; min-height: 530px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.story-image.building { object-position: 52% center; }
.story-image.portrait { object-position: center 22%; }
.story-image.couple { object-position: center 32%; }
.image-caption {
  position: absolute; left: 0; bottom: 0; max-width: 340px; min-height: 128px; padding: 22px 28px;
  display: grid; align-content: center; border-radius: 0 24px 0 var(--radius); background: rgba(33,19,56,.96); color: #fff;
}
.image-caption small { color: var(--gold-light); font-size: .7rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.image-caption strong { margin-top: 5px; font-family: Georgia, serif; font-size: 1.18rem; font-weight: 500; line-height: 1.25; }
.story-copy h2, .section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.45rem, 5vw, 4.6rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.story-copy .lede { margin: 24px 0 0; color: var(--muted); font-size: 1.1rem; }
.story-copy p { color: var(--muted); }
.story-points { display: grid; gap: 12px; margin-top: 26px; }
.story-point { display: flex; gap: 13px; align-items: flex-start; }
.story-point::before { content: ""; flex: 0 0 9px; height: 9px; margin-top: .55em; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(199,155,59,.15); }
.quote { margin: 28px 0 0; padding: 24px 26px; border-left: 4px solid var(--gold); border-radius: 0 18px 18px 0; background: #fff; box-shadow: 0 12px 35px rgba(40,24,67,.07); font-family: Georgia, serif; font-size: 1.12rem; }

.section { padding: clamp(80px, 10vw, 130px) 0; }
.section-white { background: #fff; }
.section-dark { color: #fff; background: var(--purple-deep); }
.section-shell { width: min(var(--max), calc(100% - 40px)); margin: auto; }
.section-heading { max-width: 800px; margin-bottom: 50px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading p:last-child { max-width: 720px; margin: 22px 0 0; color: var(--muted); font-size: 1.05rem; }
.section-heading.center p:last-child { margin-inline: auto; }
.section-dark .section-heading p:last-child { color: rgba(255,255,255,.67); }

.mission-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.mission-card { position: relative; min-height: 310px; overflow: hidden; padding: 38px; border: 1px solid var(--line); border-radius: 26px; background: #fff; }
.mission-card::after { content: attr(data-letter); position: absolute; right: 16px; bottom: -55px; color: rgba(95,59,143,.06); font: 700 13rem/1 Georgia, serif; }
.mission-card h3 { position: relative; z-index: 1; margin: 0; color: var(--purple); font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; }
.mission-card p { position: relative; z-index: 1; margin: 24px 0 0; font: 500 clamp(1.35rem, 2.7vw, 2.1rem)/1.3 Georgia, serif; }
.history-strip { margin-top: 22px; padding: 30px 34px; border-radius: 24px; background: var(--purple-soft); display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center; }
.history-strip strong { color: var(--purple); font: 500 3rem/1 Georgia, serif; }
.history-strip p { margin: 0; color: var(--muted); }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.065); }
.service-card span { color: var(--gold-light); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.service-card h3 { margin: 14px 0 6px; font: 500 1.42rem/1.2 Georgia, serif; }
.service-card p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }
.online-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin-top: 30px; padding: 26px 30px; border-radius: 22px; background: var(--gold-light); color: var(--ink); }
.online-bar strong { font: 600 1.35rem Georgia, serif; }
.online-links { display: flex; flex-wrap: wrap; gap: 9px; }
.online-links a { padding: 10px 15px; border-radius: 999px; background: rgba(40,24,67,.08); font-size: .82rem; font-weight: 800; text-decoration: none; }

.sermon-section { padding-block: clamp(55px, 7vw, 86px); }
.sermon-library { overflow: hidden; border: 0; border-radius: 28px; background: transparent; box-shadow: var(--shadow); }
.sermon-band { min-height: 132px; padding: 30px clamp(25px, 5vw, 55px); align-items: center; color: #fff; background: linear-gradient(110deg, var(--purple-deep), #68449a); }
.sermon-band::after { display: none; }
.sermon-band > span:first-child { display: grid; gap: 7px; }
.sermon-band small { color: var(--gold-light); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.sermon-band strong { font: 500 clamp(1.55rem, 3.5vw, 2.55rem)/1.1 Georgia, serif; }
.sermon-band__action { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 12px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: .82rem; }
.sermon-band__action b { color: var(--gold-light); font-size: 1.25rem; transition: transform .2s ease; }
.sermon-library[open] .sermon-band__action b { transform: rotate(180deg); }
.sermon-library__body { padding: clamp(28px, 5vw, 58px); background: var(--cream); }
.sermon-library__body .section-heading { margin-bottom: 30px; }
.latest-sermon-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 0 24px; padding: 22px 24px; border: 1px solid rgba(95,59,143,.24); border-radius: 18px; color: #fff; background: linear-gradient(115deg, var(--purple-deep), #68449a); text-decoration: none; box-shadow: 0 14px 32px rgba(40,24,67,.15); }
.latest-sermon-card span { display: grid; gap: 5px; }
.latest-sermon-card small { color: var(--gold-light); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.latest-sermon-card strong { font: 600 clamp(1.25rem, 3vw, 1.7rem)/1.15 Georgia, serif; }
.latest-sermon-card em { color: rgba(255,255,255,.72); font-size: .78rem; font-style: normal; }
.latest-sermon-card b { flex: 0 0 auto; padding: 10px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: var(--gold-light); font-size: .78rem; }
.latest-sermon-card:hover, .latest-sermon-card:focus-visible { background: linear-gradient(115deg, #3b235d, #7550a8); }
.theme-accordion { display: grid; gap: 10px; }
.theme-group { overflow: hidden; border-radius: 17px; }
.theme-group > summary { align-items: center; padding: 19px 21px; }
.theme-group > summary > span { max-width: 82%; }
.theme-group > summary > small { margin-left: auto; color: var(--purple); font-size: .72rem; white-space: nowrap; }
.theme-group > summary::after { margin-left: 8px; }
.sermon-link-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 4px 16px 18px; }
.sermon-link { min-width: 0; display: flex; justify-content: space-between; gap: 18px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 13px; background: var(--cream); text-decoration: none; transition: border-color .2s ease, background .2s ease; }
.sermon-link:hover, .sermon-link:focus-visible { border-color: rgba(95,59,143,.42); background: var(--purple-soft); }
.sermon-link span { font: 600 .96rem/1.3 Georgia, serif; }
.sermon-link small { flex: 0 0 auto; align-self: center; color: var(--purple); font-size: .68rem; font-weight: 850; white-space: nowrap; }
.minimise-sermons { position: sticky; bottom: 16px; z-index: 4; margin: 30px auto 0; display: flex; box-shadow: 0 10px 28px rgba(40,24,67,.24); }

.ministry-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.ministry-card { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--cream); }
.ministry-card .number { color: var(--gold); font-size: .72rem; font-weight: 900; }
.ministry-card h3 { margin: 25px 0 12px; font: 600 1.4rem Georgia, serif; }
.ministry-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.ministry-card.wide { grid-column: span 2; background: var(--purple-soft); }

.accordion-list { display: grid; gap: 10px; }
details { border: 1px solid var(--line); border-radius: 18px; background: #fff; }
summary { list-style: none; display: flex; justify-content: space-between; gap: 18px; padding: 20px 22px; font-weight: 850; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--purple); font-size: 1.25rem; }
details[open] summary::after { content: "−"; }
.details-body { padding: 0 22px 22px; color: var(--muted); }
.details-body p { margin: 0; }
.details-body ul { margin: 0; padding-left: 20px; }

.branch-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.branch-card { padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.06); }
.branch-card h3 { margin: 0 0 8px; color: var(--gold-light); font: 600 1.1rem Georgia, serif; }
.branch-card p { margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }
.branch-card > a, .branch-phones a { display: inline-block; margin-top: 12px; color: var(--gold-light); font-size: .82rem; font-weight: 800; text-decoration: none; }
.branch-card > a:hover, .branch-phones a:hover { text-decoration: underline; }
.branch-phones { display: flex; flex-wrap: wrap; gap: 5px 16px; }

.giving-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 38px; align-items: start; }
.giving-copy p { color: var(--muted); }
.bank-list { display: grid; gap: 12px; }
.bank-card { padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.bank-card span { color: var(--purple); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.bank-card strong { display: block; margin-top: 8px; font: 600 1.45rem Georgia, serif; }
.bank-card p { margin: 6px 0 0; color: var(--muted); }
.copy-button { margin-top: 13px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: var(--cream); color: var(--purple); font-size: .72rem; font-weight: 850; }

.contact-panel { overflow: hidden; border-radius: 30px; background: #fff; box-shadow: var(--shadow); display: grid; grid-template-columns: 1fr 1fr; }
.contact-copy { padding: clamp(36px, 6vw, 70px); }
.contact-copy h2 { margin: 0; font: 500 clamp(2.5rem,5vw,4.3rem)/1 Georgia, serif; }
.contact-copy > p { color: var(--muted); }
.contact-list { display: grid; gap: 10px; margin-top: 30px; }
.contact-link { display: flex; gap: 13px; align-items: center; padding: 14px 16px; border: 1px solid var(--line); border-radius: 15px; text-decoration: none; }
.contact-link b { color: var(--purple); }
.contact-map { min-height: 600px; padding: 50px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: linear-gradient(180deg, rgba(40,24,67,.06), rgba(40,24,67,.96)), url("church-building.webp") center/cover no-repeat; }
.contact-map p { color: rgba(255,255,255,.72); }

.site-footer { padding: 60px 0 28px; color: rgba(255,255,255,.72); background: #130b22; }
.footer-grid { width: min(var(--max), calc(100% - 40px)); margin: auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 45px; }
.footer-brand { display: flex; gap: 16px; align-items: center; }
.footer-brand img { width: 74px; height: 74px; object-fit: contain; }
.footer-brand strong { display: block; color: #fff; font: 600 1.3rem Georgia, serif; }
.footer-brand span { color: var(--gold-light); font-size: .8rem; }
.footer-col h3 { margin: 0 0 16px; color: #fff; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-col a { display: block; margin: 9px 0; text-decoration: none; }
.footer-bottom { width: min(var(--max), calc(100% - 40px)); margin: 45px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; font-size: .78rem; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .nav-links { display: none; position: fixed; inset: 78px 0 auto; padding: 24px 28px 34px; flex-direction: column; align-items: stretch; background: #1b0f2f; }
  .nav-links.is-open { display: flex; }
  .nav-links a { font-size: 1rem; padding: 8px 0; }
  .nav-cta { text-align: center; }
  .menu-toggle { display: block; }
  .hero-shell { grid-template-columns: 1fr 420px; }
  .service-grid, .ministry-grid { grid-template-columns: repeat(2,1fr); }
  .sermon-link-list { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .hero-shell, .story-shell, .story-shell.reverse, .giving-grid, .contact-panel { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-shell { min-height: 0; padding-top: 80px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-logo-panel { min-height: 390px; }
  .hero-logo-panel img { max-height: 420px; }
  .hero-note { right: 4%; }
  .service-bar__inner { grid-template-columns: repeat(2,1fr); }
  .service-mini:nth-child(2) { border-right: 0; }
  .service-mini:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .story-shell.reverse .story-media { order: 0; }
  .story-media { max-width: 100%; }
  .story-image { width: 100%; height: auto; min-height: 0; object-fit: contain; object-position: center; }
  .mission-grid, .branch-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .contact-map { min-height: 470px; }
}

@media (max-width: 580px) {
  .nav-shell, .hero-shell, .service-bar__inner, .story-shell, .section-shell, .footer-grid, .footer-bottom { width: min(100% - 28px, var(--max)); }
  .brand-copy strong { font-size: .8rem; }
  .brand-copy span { font-size: .6rem; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
  .hero-logo-panel { min-height: 300px; }
  .hero-logo-panel img { width: min(78vw, 310px); height: auto; max-height: 300px; object-fit: contain; }
  .hero-logo-glow { width: min(76vw, 300px); }
  .hero-note { right: 0; bottom: 0; }
  .service-bar__inner { width: 100%; }
  .service-mini { padding: 20px 14px; }
  .story-media { width: 100%; max-width: 100%; overflow: hidden; border-radius: 22px; }
  .story-image { width: 100%; height: auto; min-height: 0; max-height: none; object-fit: contain; object-position: center; border-radius: 22px; }
  .image-caption { max-width: 235px; min-height: 62px; padding: 9px 14px; border-radius: 0 14px 0 22px; }
  .image-caption small { font-size: .56rem; letter-spacing: .1em; }
  .image-caption strong { margin-top: 2px; font-size: .88rem; }
  .mission-grid, .service-grid, .ministry-grid { grid-template-columns: 1fr; }
  .mission-card { min-height: 260px; padding: 28px; }
  .history-strip { grid-template-columns: 1fr; gap: 10px; }
  .sermon-band { min-height: 112px; padding: 22px 20px; }
  .sermon-band__action { padding: 9px 11px; }
  .sermon-band__action { font-size: 0; }
  .sermon-band__action b { font-size: 1.2rem; }
  .sermon-library__body { padding: 25px 14px; }
  .latest-sermon-card { align-items: flex-start; padding: 18px; }
  .latest-sermon-card b { padding: 8px 10px; font-size: .7rem; }
  .theme-group > summary { align-items: flex-start; padding: 17px 15px; }
  .theme-group > summary > span { max-width: none; }
  .theme-group > summary > small { display: none; }
  .sermon-link-list { padding-inline: 9px; }
  .sermon-link { display: grid; gap: 7px; padding: 14px; }
  .sermon-link small { justify-self: start; }
  .ministry-card.wide { grid-column: auto; }
  .contact-copy { padding: 35px 24px; }
  .contact-map { min-height: 360px; padding: 30px 24px; background: linear-gradient(145deg, #56347f, var(--purple-deep)); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
