:root {
  --wine: #4a0828;
  --burgundy: #7a0f3d;
  --charcoal: #090a0f;
  --soft-black: #111218;
  --gold: #f4b740;
  --gold-dark: #d89519;
  --warm: #fff8f2;
  --paper: #fffdf9;
  --line: #e8ddd5;
  --text: #17171c;
  --muted: #625d59;
  --blue: #1296d4;
  --shadow: 0 22px 60px rgba(74, 8, 40, 0.1);
  --radius: 1.15rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}
body.nav-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.035em; }
h2 { font-size: clamp(2rem, 5vw, 4rem); }
h3 { font-size: 1.35rem; }

.shell { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.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; top: .5rem; left: .5rem; z-index: 999; transform: translateY(-150%); padding: .75rem 1rem; border-radius: .5rem; background: var(--gold); color: var(--charcoal); font-weight: 900; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(9, 10, 15, .97); color: #fff; box-shadow: 0 12px 30px rgba(0, 0, 0, .2); }
.topbar { display: none; border-bottom: 1px solid rgba(255, 255, 255, .1); background: var(--soft-black); }
.topbar__inner { min-height: 2.2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .76rem; color: #d9d2cc; }
.topbar a { color: var(--gold); font-weight: 800; }
.navbar { min-height: 4.6rem; display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: .72rem; }
.brand__mark { width: 3rem; height: 3rem; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; padding: .2rem; border-radius: .55rem; background: #fff; box-shadow: 0 8px 20px rgba(244, 183, 64, .17); }
.brand__mark img { width: 100%; height: 100%; object-fit: contain; }
.brand__text { min-width: 0; }
.brand__text strong, .brand__text small { display: block; white-space: nowrap; }
.brand__text strong { font-size: .98rem; line-height: 1.2; }
.brand__text small { margin-top: .2rem; color: #d9d2cc; font-size: .62rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.header-player { order: 1; display: inline-flex; align-items: center; gap: .55rem; padding: .25rem; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.06); }
.header-player__button { width: 2.55rem; height: 2.55rem; display: grid; flex: 0 0 auto; place-items: center; padding: 0; border: 0; border-radius: 50%; background: var(--gold); color: var(--charcoal); box-shadow: 0 8px 20px rgba(244,183,64,.2); font-size: .78rem; font-weight: 900; }
.header-player__button span { margin-left: .1rem; }
.header-player.is-playing .header-player__button span { margin-left: 0; letter-spacing: -.15em; }
.header-player.is-playing .header-player__button { background: #45d487; box-shadow: 0 0 0 .3rem rgba(69,212,135,.12); }
.header-player.has-error .header-player__button { background: #ff8d8d; }
.header-player__copy { display: none; padding-right: .65rem; }
.header-player__copy small, .header-player__copy strong { display: block; white-space: nowrap; }
.header-player__copy small { color: var(--gold); font-size: .58rem; font-weight: 900; letter-spacing: .07em; line-height: 1.2; text-transform: uppercase; }
.header-player__copy strong { margin-top: .1rem; font-size: .7rem; line-height: 1.2; }
.menu-toggle { order: 2; width: 2.8rem; height: 2.8rem; display: grid; align-content: center; gap: .32rem; padding: .6rem; border: 1px solid rgba(255,255,255,.14); border-radius: .6rem; background: rgba(255,255,255,.06); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; border-radius: 2px; background: #fff; transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
.main-nav { position: fixed; inset: 4.6rem 0 0; display: none; align-content: start; gap: .3rem; padding: 1rem; overflow-y: auto; background: rgba(9,10,15,.99); }
.main-nav.is-open { display: grid; }
.main-nav a { padding: .9rem 1rem; border-bottom: 1px solid rgba(255,255,255,.08); font-weight: 800; }
.main-nav a:hover { color: var(--gold); }
.main-nav .nav-give { margin-top: .5rem; border: 0; border-radius: .55rem; background: var(--gold); color: var(--charcoal); text-align: center; }

.hero { position: relative; height: min(760px, calc(100svh - 4.6rem)); min-height: 610px; overflow: hidden; background: var(--charcoal); color: #fff; }
.hero__slides, .hero__slide { position: absolute; inset: 0; }
.hero__slide { opacity: 0; visibility: hidden; background-image: linear-gradient(90deg, rgba(9,10,15,.97) 0%, rgba(74,8,40,.88) 48%, rgba(9,10,15,.25) 100%), var(--hero-image); background-position: center; background-size: cover; transition: opacity .7s ease, visibility .7s; }
.hero__slide.is-active { opacity: 1; visibility: visible; }
.hero__content { height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding-block: 5.5rem 4.75rem; }
.hero h1, .hero h2 { max-width: 900px; margin-bottom: 1rem; color: #fff; font-size: clamp(2.85rem, 9vw, 6.8rem); letter-spacing: -.055em; }
.hero__lead { max-width: 780px; margin-bottom: 1rem; font-size: clamp(1.35rem, 3.4vw, 2.2rem); font-weight: 850; line-height: 1.2; }
.hero__copy { max-width: 660px; margin-bottom: 0; color: #eee5dd; font-size: clamp(.95rem, 2vw, 1.04rem); }
.eyebrow { margin-bottom: .8rem; color: var(--burgundy); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow--gold { color: var(--gold); }
.button-row { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.25rem; }
.button { min-height: 2.85rem; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .72rem 1rem; border: 1px solid transparent; border-radius: .55rem; font-size: .88rem; font-weight: 900; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button--gold { background: var(--gold); color: var(--charcoal); box-shadow: 0 12px 26px rgba(244,183,64,.2); }
.button--gold:hover { background: #ffd16d; }
.button--outline { border-color: rgba(255,255,255,.35); color: #fff; }
.button--outline:hover { border-color: var(--gold); background: rgba(255,255,255,.09); }
.button--light { background: #fff; color: var(--wine); }
.button--wine { background: var(--wine); color: #fff; }
.button--wine:hover { background: var(--burgundy); }
.hero__controls { position: absolute; left: 50%; bottom: 1.7rem; z-index: 5; display: flex; gap: .55rem; transform: translateX(-50%); }
.hero-dot { width: .7rem; height: .7rem; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.45); transition: width .25s, background .25s; }
.hero-dot.is-active { width: 2.1rem; background: var(--gold); }

.quick-actions { position: relative; z-index: 3; border-bottom: 1px solid var(--line); background: #fff; }
.quick-actions__grid { display: grid; }
.quick-actions a { min-width: 0; display: flex; align-items: center; gap: .85rem; padding: 1rem .25rem; border-bottom: 1px solid var(--line); }
.quick-actions a:last-child { border-bottom: 0; }
.quick-actions a:hover strong { color: var(--burgundy); }
.quick-actions__icon { width: 2.7rem; height: 2.7rem; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--wine); color: var(--gold); font-weight: 900; }
.quick-actions strong, .quick-actions small { display: block; }
.quick-actions strong { line-height: 1.25; }
.quick-actions small { margin-top: .2rem; color: var(--muted); }

.section { padding-block: clamp(3.75rem, 8vw, 7rem); }
.section--dark { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--wine), var(--charcoal) 70%); color: #fff; }
.section--dark::before { content: ""; position: absolute; width: 32rem; height: 32rem; right: -12rem; top: -15rem; border-radius: 50%; background: rgba(244,183,64,.08); }
.section--warm { background: linear-gradient(180deg, var(--warm), #f7eee7); }
.section-intro { position: relative; }
.section-intro h2 { max-width: 650px; color: #fff; }
.section-intro > p:not(.eyebrow) { max-width: 620px; color: #eee5dd; font-size: 1.05rem; }
.text-link { display: inline-flex; align-items: center; gap: .45rem; margin-top: 1rem; font-weight: 900; }
.text-link--gold { color: var(--gold); }
.about-grid { position: relative; display: grid; gap: clamp(2rem, 5vw, 4rem); }
.identity-panel, .identity-stack { display: grid; gap: clamp(.9rem, 2vw, 1.25rem); }
.pillar-card { padding: 1.5rem; border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius); background: rgba(255,255,255,.97); color: var(--text); box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.pillar-card__number { color: var(--gold-dark); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.pillar-card h3 { margin: .65rem 0; }
.pillar-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.core-values { padding: clamp(1.25rem, 3vw, 1.75rem); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.core-values h3 { margin-bottom: 1.1rem; color: #fff; font-size: clamp(1.5rem, 3vw, 2rem); }
.value-grid { display: grid; gap: .7rem; padding: 0; margin: 0; list-style: none; }
.value-grid li { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .75rem; align-items: start; padding: .85rem; border: 1px solid rgba(255,255,255,.08); border-radius: .7rem; background: rgba(255,255,255,.06); }
.value-grid li > span { width: 2rem; height: 2rem; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--charcoal); font-size: .68rem; font-weight: 900; }
.value-grid p { margin: .15rem 0 0; color: #eee5dd; font-size: .84rem; line-height: 1.55; }

.section-heading { max-width: 760px; margin-bottom: clamp(1.8rem, 4vw, 2.6rem); }
.section-heading h2 { margin-bottom: 1rem; }
.section-heading > p:not(.eyebrow), .split-heading > div > p:not(.eyebrow) { color: var(--muted); font-size: 1.02rem; }
.split-heading { max-width: none; display: grid; gap: 1.2rem; }
.split-heading .button { justify-self: start; align-self: end; }
.radio-feature { overflow: hidden; display: grid; border: 1px solid var(--line); border-radius: calc(var(--radius) + .3rem); background: #fff; box-shadow: var(--shadow); }
.radio-feature__image { min-height: 280px; background: linear-gradient(0deg, rgba(9,10,15,.25), rgba(9,10,15,.05)), url('https://images.unsplash.com/photo-1478737270239-2f02b77fc618?auto=format&fit=crop&w=1200&q=85') center/cover; }
.radio-feature__body { padding: clamp(1.4rem, 4vw, 2.8rem); }
.radio-feature__body h3 { margin: 1rem 0; font-size: clamp(1.8rem, 4vw, 3rem); }
.radio-feature__body > p { color: var(--muted); }
.live-label { display: inline-flex; align-items: center; gap: .55rem; padding: .35rem .65rem; border-radius: 999px; background: rgba(18,150,212,.11); color: #096a99; font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.live-label i { width: .5rem; height: .5rem; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 .25rem rgba(18,150,212,.15); }
.radio-meta { display: grid; gap: .65rem; margin: 1.4rem 0; }
.radio-meta span { padding: .8rem; border-radius: .55rem; background: var(--warm); color: var(--muted); font-size: .88rem; }
.radio-meta strong { display: block; color: var(--wine); }
.notice { padding: .8rem 1rem; border-left: 4px solid var(--gold); background: #fff7df; color: #69551f !important; font-size: .82rem; }
.live-player { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: .9rem; margin-top: 1.25rem; padding: 1rem; border: 1px solid #272832; border-radius: var(--radius); background: linear-gradient(135deg, var(--charcoal), #20121c); color: #fff; box-shadow: 0 22px 55px rgba(9,10,15,.2); }
.live-player__button { width: 3.6rem; height: 3.6rem; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: var(--gold); color: var(--charcoal); box-shadow: 0 12px 28px rgba(244,183,64,.22); font-weight: 900; transition: transform .2s, background .2s; }
.live-player__button:hover { transform: scale(1.04); background: #ffd16d; }
.live-player__play { margin-left: .15rem; font-size: 1.1rem; }
.live-player.is-playing .live-player__play { margin-left: 0; letter-spacing: -.15em; }
.live-player__info { min-width: 0; }
.live-player__info strong, .live-player__info small { display: block; }
.live-player__info strong { overflow: hidden; margin-top: .2rem; text-overflow: ellipsis; white-space: nowrap; }
.live-player__info small { margin-top: .15rem; color: #c9c1bc; }
.live-player__label { display: inline-flex; align-items: center; gap: .45rem; color: var(--gold); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.live-player__label i { width: .5rem; height: .5rem; border-radius: 50%; background: var(--gold); }
.live-player.is-playing .live-player__label i { background: #35c978; box-shadow: 0 0 0 .3rem rgba(53,201,120,.14); animation: radio-pulse 1.6s infinite; }
.live-player.has-error .live-player__label, .live-player.has-error .live-player__label i { color: #ffb4b4; background: #ff6b6b; }
.volume-control { grid-column: 1 / -1; display: flex; align-items: center; gap: .7rem; color: var(--gold); }
.volume-control input { width: 100%; accent-color: var(--gold); }
@keyframes radio-pulse { 50% { box-shadow: 0 0 0 .5rem rgba(53,201,120,.04); } }

.devotional-grid { display: grid; gap: clamp(1rem, 3vw, 1.6rem); }
.devotional-image { position: relative; min-height: 360px; overflow: hidden; border-radius: calc(var(--radius) + .3rem); box-shadow: var(--shadow); }
.devotional-image img { width: 100%; height: 100%; object-fit: cover; }
.devotional-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(9,10,15,.65), transparent 55%); }
.devotional-image span { position: absolute; z-index: 1; left: 1.3rem; bottom: 1.2rem; padding: .45rem .7rem; border-radius: 999px; background: var(--gold); color: var(--charcoal); font-size: .75rem; font-weight: 900; }
.devotional-card { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: calc(var(--radius) + .3rem); background: #fff; box-shadow: var(--shadow); }
.devotional-card h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
.devotional-date { margin-bottom: .5rem; color: var(--gold-dark) !important; font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.devotional-card > p:not(.eyebrow):not(.scripture):not(.scripture-ref) { color: var(--muted); }
.scripture { margin: 1.3rem 0 .3rem; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-style: italic; }
.scripture-ref { color: var(--gold-dark); font-size: .85rem; font-weight: 900; }
.devotional-prompt { margin: 1.3rem 0; padding: 1rem; border-left: 4px solid var(--gold); background: var(--warm); }
.devotional-prompt p { margin: .25rem 0 0; color: var(--muted); font-size: .9rem; }
.devotional-load-status { min-height: 1.4em; margin: .8rem 0 0; color: var(--muted) !important; font-size: .76rem; }
.devotional-card .button:disabled { cursor: wait; opacity: .55; transform: none; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: end center; padding: 0; }
.modal.is-open { display: grid; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(9,10,15,.8); backdrop-filter: blur(7px); }
.modal__dialog { position: relative; z-index: 1; width: min(850px, 100%); max-height: 94dvh; overflow-y: auto; overscroll-behavior: contain; border: 1px solid rgba(255,255,255,.12); border-radius: calc(var(--radius) + .35rem) calc(var(--radius) + .35rem) 0 0; background: #fff; box-shadow: 0 38px 100px rgba(0,0,0,.42); }
.modal__close { position: sticky; z-index: 4; top: .8rem; float: right; width: 2.8rem; height: 2.8rem; display: grid; place-items: center; margin: .8rem .8rem -3.6rem 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(9,10,15,.72); color: #fff; font-size: 1.7rem; line-height: 1; backdrop-filter: blur(6px); }
.reader-header { padding: clamp(2rem, 6vw, 4rem) clamp(1.4rem, 6vw, 4rem) 2rem; background: linear-gradient(135deg, var(--wine), var(--charcoal)); color: #fff; }
.reader-header h2 { max-width: 690px; margin: .6rem 0 1rem; color: #fff; font-size: clamp(2.25rem, 6vw, 4.2rem); }
.reader-date { margin-bottom: .5rem; color: #ded3ca; font-size: .82rem; font-weight: 800; text-transform: uppercase; }
.reader-scripture { margin-bottom: .55rem; color: var(--gold); font-weight: 900; }
.reader-verse { max-width: 690px; margin-bottom: 0; color: #f2e9e2; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; font-style: italic; }
.reader-body { padding: 2rem clamp(1.4rem, 6vw, 4rem) .4rem; color: #3e3a37; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; line-height: 1.85; }
.reader-body p { margin-bottom: 1.25rem; }
.reader-body p:first-child::first-letter { float: left; margin: .12rem .45rem 0 0; color: var(--wine); font-size: 3.8rem; font-weight: 800; line-height: .8; }
.reader-prayer { margin: 1rem clamp(1.4rem, 6vw, 4rem); padding: 1.2rem; border-left: 4px solid var(--gold); background: var(--warm); }
.reader-prayer strong { color: var(--wine); }
.reader-prayer p { margin: .35rem 0 0; color: var(--muted); }
.reader-author { margin: 1.2rem clamp(1.4rem, 6vw, 4rem); color: var(--burgundy); font-size: .85rem; font-weight: 900; }
.reader-actions { display: grid; gap: .65rem; padding: 1.2rem clamp(1.4rem, 6vw, 4rem); border-top: 1px solid var(--line); background: #faf6f2; }
.reader-actions .button--light { border-color: var(--line); color: var(--wine); }
.reader-actions .button:disabled { cursor: not-allowed; opacity: .4; transform: none; }
.reader-actions .is-saved { background: var(--burgundy); color: #fff; }
.reader-position { margin: 0; padding: 0 clamp(1.4rem, 6vw, 4rem) 1.2rem; background: #faf6f2; color: var(--muted); font-size: .75rem; text-align: center; }

.live-event-tile { display: grid; overflow: hidden; margin-bottom: clamp(1.25rem, 3vw, 2rem); border: 1px solid #272832; border-radius: calc(var(--radius) + .55rem); background: linear-gradient(145deg, #191018, var(--charcoal)); color: #fff; box-shadow: 0 28px 75px rgba(9,10,15,.24); }
.live-event-tile__video { position: relative; min-height: 280px; overflow: hidden; background: radial-gradient(circle at 50% 45%, rgba(180,18,54,.45), transparent 42%), linear-gradient(135deg, #32101f, #08090d); background-position: center; background-size: cover; aspect-ratio: 16 / 9; }
.live-event-tile__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; opacity: 0; }
.live-event-tile.is-playing .live-event-tile__video iframe { opacity: 1; }
.live-event-tile__placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .55rem; padding: 2rem; text-align: center; }
.live-event-tile__placeholder[hidden] { display: none; }
.live-event-tile__placeholder strong { max-width: 430px; font-size: clamp(1.3rem, 3vw, 2rem); }
.live-event-tile__placeholder small { max-width: 470px; color: #cfc3c7; }
.live-event-tile__play { width: 4.8rem; height: 4.8rem; display: grid; place-items: center; padding: 0 0 0 .3rem; margin-bottom: .35rem; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: var(--gold); color: var(--charcoal); box-shadow: 0 12px 35px rgba(244,183,64,.28); font-size: 1.55rem; transition: transform .2s, background .2s; }
.live-event-tile__play:hover:not(:disabled) { transform: scale(1.07); background: #ffd16d; }
.live-event-tile__play:disabled { cursor: not-allowed; opacity: .6; }
.live-event-badge { position: absolute; z-index: 2; top: 1rem; left: 1rem; display: inline-flex; align-items: center; gap: .5rem; padding: .5rem .75rem; border-radius: 999px; background: #df1739; color: #fff; box-shadow: 0 8px 26px rgba(0,0,0,.3); font-size: .72rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.live-event-badge i { width: .55rem; height: .55rem; border-radius: 50%; background: #fff; box-shadow: 0 0 0 .3rem rgba(255,255,255,.18); animation: live-event-pulse 1.5s infinite; }
.live-event-tile__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(1.5rem, 4vw, 3rem); }
.live-event-tile__content h3 { max-width: 100%; margin: .6rem 0 .8rem; overflow-wrap: anywhere; color: #fff; font-size: clamp(1.45rem, 2.5vw, 2.45rem); line-height: 1.12; letter-spacing: -.025em; text-wrap: balance; }
.live-event-tile__content > p:not(.eyebrow) { max-width: 610px; margin-bottom: 1.35rem; color: #ded3d7; }
@keyframes live-event-pulse { 50% { opacity: .55; transform: scale(.82); box-shadow: 0 0 0 .5rem rgba(255,255,255,.08); } }

.event-grid { display: grid; gap: clamp(1rem, 3vw, 1.5rem); }
.event-feature { overflow: hidden; border: 1px solid var(--line); border-radius: calc(var(--radius) + .3rem); background: #fff; box-shadow: var(--shadow); }
.event-feature img { width: 100%; height: 290px; object-fit: cover; }
.event-feature__content { padding: clamp(1.4rem, 4vw, 2.5rem); }
.event-date { color: var(--burgundy); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.event-feature h3 { margin: .8rem 0; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.event-feature p { color: var(--muted); }
.event-feature dl { display: grid; gap: .6rem; margin: 1.3rem 0; }
.event-feature dl div { padding: .75rem; border-radius: .5rem; background: var(--warm); }
.event-feature dt { color: var(--burgundy); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.event-feature dd { margin: .15rem 0 0; font-size: .9rem; font-weight: 700; }
.event-contact { padding: clamp(1.5rem, 4vw, 2.5rem); border-radius: calc(var(--radius) + .3rem); background: linear-gradient(145deg, var(--wine), var(--charcoal)); color: #fff; box-shadow: var(--shadow); }
.event-contact p:not(.eyebrow) { color: #e8ddd5; }
.event-contact h3 { font-size: 2rem; }
.check-list { display: grid; gap: .7rem; padding: 0; margin: 1.4rem 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.6rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }

.prayer-section { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--wine), var(--charcoal)); color: #fff; }
.prayer-section::after { content: ""; position: absolute; width: 30rem; height: 30rem; left: -15rem; bottom: -18rem; border-radius: 50%; background: rgba(244,183,64,.08); }
.prayer-grid { position: relative; z-index: 1; display: grid; gap: clamp(2rem, 5vw, 4.5rem); }
.prayer-copy h2 { color: #fff; }
.prayer-copy > p:not(.eyebrow) { max-width: 570px; color: #eee5dd; font-size: 1.05rem; }
.privacy-note { display: flex; gap: .8rem; margin-top: 1.4rem; padding: 1rem; border: 1px solid rgba(255,255,255,.1); border-radius: .8rem; background: rgba(255,255,255,.06); }
.privacy-note > span { width: 2rem; height: 2rem; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--charcoal); font-weight: 900; }
.privacy-note p { margin: 0; color: #eee5dd; font-size: .88rem; }
.whatsapp-link { display: inline-block; margin-top: 1rem; color: var(--gold); font-weight: 850; }
.prayer-form { padding: clamp(1.3rem, 4vw, 2rem); border: 1px solid rgba(255,255,255,.1); border-radius: calc(var(--radius) + .3rem); background: #fff; color: var(--text); box-shadow: 0 28px 80px rgba(0,0,0,.25); }
.prayer-form h3 { margin-bottom: .4rem; font-size: 1.7rem; }
.prayer-form > p { color: var(--muted); font-size: .9rem; }
.form-grid { display: grid; gap: .8rem; }
.prayer-form label:not(.checkbox-label) { display: grid; gap: .35rem; margin-bottom: .8rem; color: var(--wine); font-size: .82rem; font-weight: 850; }
.prayer-form input[type="text"], .prayer-form textarea { width: 100%; padding: .8rem .9rem; border: 1px solid var(--line); border-radius: .55rem; background: #fff; color: var(--text); resize: vertical; }
.prayer-form input:focus, .prayer-form textarea:focus { border-color: var(--gold-dark); outline: 3px solid rgba(244,183,64,.25); }
.checkbox-label { display: flex; align-items: flex-start; gap: .6rem; margin-bottom: 1rem; color: var(--muted); font-size: .8rem; }
.checkbox-label input { margin-top: .25rem; accent-color: var(--burgundy); }
.form-status { min-height: 1.5em; margin: .7rem 0 0 !important; color: var(--burgundy) !important; font-weight: 800; }

.give-grid { display: grid; gap: clamp(2rem, 5vw, 4.5rem); }
.give-grid > div > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.05rem; }
.impact-grid { display: grid; gap: .7rem; margin-top: 1.5rem; }
.impact-grid div { padding: 1rem; border: 1px solid var(--line); border-radius: .75rem; background: #fff; }
.impact-grid strong, .impact-grid span { display: block; }
.impact-grid strong { color: var(--wine); }
.impact-grid span { margin-top: .2rem; color: var(--muted); font-size: .84rem; }
.give-card { padding: clamp(1.6rem, 4vw, 2.5rem); border-radius: calc(var(--radius) + .3rem); background: var(--wine); color: #fff; box-shadow: var(--shadow); }
.give-card__heart { width: 3rem; height: 3rem; display: grid; place-items: center; margin-bottom: 1.2rem; border-radius: 50%; background: var(--gold); color: var(--wine); font-size: 1.25rem; }
.give-card h3 { font-size: 2rem; }
.give-card p { color: #eee5dd; }
.give-card small { display: block; margin-top: 1rem; color: #d9d2cc; }

.contact-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.contact-strip__grid { display: grid; }
.contact-strip__grid > div { padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.contact-strip__grid > div:last-child { border-bottom: 0; }
.contact-strip span { display: block; color: var(--burgundy); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-strip a, .contact-strip strong { display: block; margin-top: .2rem; font-size: .95rem; overflow-wrap: anywhere; }

.site-footer { background: var(--charcoal); color: #fff; }
.footer-grid { display: grid; gap: clamp(2rem, 5vw, 4rem); padding-block: clamp(3rem, 6vw, 4.5rem); }
.brand--footer { margin-bottom: 1rem; }
.footer-grid > div > p { max-width: 560px; color: #bdb6b1; font-size: .9rem; }
.footer-links, .social-links { display: grid; align-content: start; gap: .7rem; color: #d9d2cc; font-size: .9rem; }
.footer-links a:hover, .social-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; flex-direction: column; gap: .5rem; padding-block: 1.2rem; border-top: 1px solid rgba(255,255,255,.1); color: #8f8a86; font-size: .75rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--gold); font-weight: 850; }

@media (min-width: 640px) {
  .shell { width: min(1180px, calc(100% - 3rem)); }
  .brand__text strong { font-size: 1.08rem; }
  .brand__text small { font-size: .68rem; }
  .header-player__copy { display: block; }
  .quick-actions__grid { grid-template-columns: repeat(2, 1fr); }
  .quick-actions a:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 1rem; }
  .quick-actions a:nth-child(even) { padding-left: 1rem; }
  .quick-actions a:nth-last-child(-n+2) { border-bottom: 0; }
  .value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .live-player { grid-template-columns: auto minmax(0, 1fr) minmax(150px, 240px); padding: 1.15rem 1.3rem; }
  .volume-control { grid-column: auto; }
  .modal { place-items: center; padding: 1.5rem; }
  .modal__dialog { max-height: min(92dvh, 920px); border-radius: calc(var(--radius) + .35rem); }
  .reader-actions { grid-template-columns: 1fr auto 1fr; align-items: center; }
  .reader-actions .reader-nav:last-of-type { justify-self: stretch; }
  .form-grid, .impact-grid { grid-template-columns: repeat(2, 1fr); }
  .impact-grid div:last-child { grid-column: 1 / -1; }
  .event-feature dl { grid-template-columns: repeat(2, 1fr); }
  .contact-strip__grid { grid-template-columns: repeat(3, 1fr); }
  .contact-strip__grid > div { padding-inline: 1.2rem; border-right: 1px solid var(--line); border-bottom: 0; }
  .contact-strip__grid > div:first-child { padding-left: 0; }
  .contact-strip__grid > div:last-child { padding-right: 0; border-right: 0; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}

@media (min-width: 900px) {
  .shell { width: min(1180px, calc(100% - 4rem)); }
  .hero { height: min(730px, calc(100svh - 4.6rem)); min-height: 630px; }
  .hero__content { justify-content: center; padding-block: 7rem 5rem; }
  .quick-actions__grid { grid-template-columns: repeat(4, 1fr); }
  .quick-actions a { padding: 1.35rem; border-right: 1px solid var(--line); border-bottom: 0 !important; }
  .quick-actions a:first-child { padding-left: 0; }
  .quick-actions a:last-child { padding-right: 0; border-right: 0; }
  .about-grid { grid-template-columns: .78fr 1.22fr; align-items: start; }
  .split-heading { grid-template-columns: 1fr auto; align-items: end; }
  .radio-feature { grid-template-columns: 1.08fr .92fr; }
  .radio-feature__image { min-height: 480px; }
  .radio-feature__body { display: flex; flex-direction: column; justify-content: center; }
  .devotional-grid { grid-template-columns: .92fr 1.08fr; align-items: stretch; }
  .devotional-image { min-height: 620px; }
  .live-event-tile { grid-template-columns: minmax(0, 1.65fr) minmax(320px, .85fr); }
  .live-event-tile__video { min-height: 470px; aspect-ratio: auto; }
  .event-grid { grid-template-columns: 1.4fr .6fr; align-items: stretch; }
  .event-feature { display: grid; grid-template-columns: .85fr 1.15fr; }
  .event-feature img { height: 100%; min-height: 500px; }
  .prayer-grid { grid-template-columns: .85fr 1.15fr; align-items: center; }
  .give-grid { grid-template-columns: 1.15fr .85fr; align-items: center; }
  .impact-grid { grid-template-columns: repeat(3, 1fr); }
  .impact-grid div:last-child { grid-column: auto; }
  .footer-grid { grid-template-columns: 1.5fr .6fr .6fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

@media (min-width: 1120px) {
  .topbar { display: block; }
  .navbar { min-height: 5.1rem; }
  .menu-toggle { display: none; }
  .main-nav { position: static; order: 2; display: flex; align-items: center; gap: .1rem; padding: .28rem; overflow: visible; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(255,255,255,.04); }
  .header-player { order: 3; }
  .main-nav a { padding: .55rem .72rem; border: 0; border-radius: 999px; font-size: .76rem; }
  .main-nav .nav-give { margin: 0 0 0 .2rem; }
  .hero { height: min(730px, calc(100svh - 7.3rem)); }
  .identity-stack { grid-template-columns: .7fr 1.3fr; }
}

@media (min-width: 1240px) {
  .main-nav a { padding-inline: .82rem; font-size: .78rem; }
}

@media (max-width: 520px) {
  .hero__slide { background-image: linear-gradient(180deg, rgba(9,10,15,.5) 0%, rgba(74,8,40,.82) 46%, rgba(9,10,15,.98) 100%), var(--hero-image); background-position: 62% center; }
  .hero .button-row { width: 100%; }
  .hero .button { flex: 1 1 100%; width: 100%; }
  .hero__controls { bottom: 1.25rem; }
  .quick-actions small { font-size: .76rem; }
  .devotional-image { min-height: 290px; }
  .live-event-tile__video { min-height: 230px; }
  .live-event-badge { top: .75rem; left: .75rem; }
  .event-feature img { height: 240px; }
  .reader-header { padding-top: 3.75rem; }
  .reader-header h2 { font-size: clamp(2rem, 11vw, 3rem); }
  .reader-body { font-size: 1rem; line-height: 1.75; }
  .reader-actions .button { width: 100%; }
  .prayer-form .button, .give-card .button { width: 100%; }
  .contact-strip__grid > div { padding-block: 1rem; }
}

@media (max-width: 430px) {
  .brand__text strong { font-size: .82rem; }
  .brand__text small { display: none; }
  .navbar { gap: .55rem; }
  .brand__mark { width: 2.75rem; height: 2.75rem; }
  .header-player__button { width: 2.4rem; height: 2.4rem; }
  .menu-toggle { width: 2.65rem; height: 2.65rem; }
}

@media (max-width: 350px) {
  .brand__text { display: none; }
}

@media (max-height: 700px) and (orientation: landscape) {
  .hero { height: auto; min-height: 560px; }
  .hero__content { justify-content: center; padding-block: 4.5rem 4rem; }
  .hero h1, .hero h2 { font-size: clamp(2.6rem, 7vw, 4.5rem); }
  .hero__lead { font-size: clamp(1.15rem, 2.6vw, 1.65rem); }
}

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