/* GNASS CCTU CHAPTER - modern, yellow and charcoal visual system */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
html.js-enabled .reveal-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
html.js-enabled .reveal-on-scroll.is-in-view { opacity: 1; transform: translateY(0); }
html.js-enabled .reveal-stagger > :nth-child(2) { transition-delay: .08s; }
html.js-enabled .reveal-stagger > :nth-child(3) { transition-delay: .16s; }
html.js-enabled .reveal-stagger > :nth-child(4) { transition-delay: .24s; }
html.js-enabled .reveal-stagger > :nth-child(5) { transition-delay: .32s; }
html.js-enabled .reveal-stagger > :nth-child(6) { transition-delay: .4s; }
body { background: #f7f6f0; color: #141414; font-family: 'DM Sans', sans-serif; line-height: 1.55; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { border: 0; background: none; cursor: pointer; font: inherit; }
input, textarea { font: inherit; }
:root { --yellow: #f5c400; --yellow-soft: #ffe57a; --royal: #001c8e; --royal-deep: #001466; --charcoal: var(--royal); --ink: var(--royal-deep); --muted: #686762; --paper: #f7f6f0; --white: #fffefa; --line: #deddd4; --radius: 10px; --container-width: 1180px; --header-height: 76px; --font-display: 'Space Grotesk', sans-serif; }
:root[data-theme="dark"] { --paper: var(--royal-deep); --white: #fffefa; --ink: #fffefa; --muted: #d8d5ca; --line: rgba(255,254,250,.28); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } html.js-enabled .reveal-on-scroll { opacity: 1; transform: none; transition: none; } }
.container { width: min(100%, var(--container-width)); max-width: var(--container-width); margin-inline: auto; padding-inline: clamp(1rem, 4vw, 1.5rem); }
.section { padding-block: clamp(4rem, 8vw, 7.5rem); }
.eyebrow { color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section-sub { color: var(--muted); margin-top: 0; max-width: 58ch; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.05; }
h1 { font-size: clamp(3rem, 8vw, 7rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.045em; }
h3 { font-size: 1.25rem; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 999; background: var(--yellow); color: var(--charcoal); padding: .75rem 1.25rem; font-weight: 700; }
.skip-link:focus { left: 0; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
a { transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); background: rgba(255,254,250,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
:root[data-theme="dark"] .site-header { background: rgba(0,20,102,.94); }
.nav-inner { width: min(100%, var(--container-width)); max-width: var(--container-width); height: 100%; margin-inline: auto; padding-inline: clamp(1rem, 4vw, 1.5rem); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .7rem; }
.brand-logo { width: 42px; height: 42px; border: 2px solid var(--yellow); border-radius: 50%; background: #fff; object-fit: contain; }
.brand-name { color: var(--charcoal); font-family: var(--font-display); font-size: .95rem; font-weight: 700; letter-spacing: .08em; }
:root[data-theme="dark"] .brand-name { color: var(--ink); }
.brand-name span { color: #9a7800; }
.main-nav { display: flex; gap: 2rem; }
.main-nav a { color: var(--muted); font-size: .9rem; font-weight: 600; }
.main-nav a:hover { color: var(--charcoal); }
:root[data-theme="dark"] .main-nav a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: .65rem; }
.icon-btn { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; color: var(--charcoal); }
:root[data-theme="dark"] .icon-btn { color: var(--ink); }
.icon-btn:hover { background: var(--yellow); border-color: var(--yellow); }
.icon-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.icon-sun { display: none; }
:root[data-theme="dark"] .icon-sun { display: block; }
:root[data-theme="dark"] .icon-moon { display: none; }
.nav-toggle { display: none; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.3rem; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 700; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary, .btn-cta { background: var(--yellow); color: var(--charcoal); }
.btn-primary:hover, .btn-cta:hover { box-shadow: 0 10px 24px rgba(245,196,0,.28); }
.announcements-btn { animation: announcement-shake 3.5s ease-in-out infinite; }
@keyframes announcement-shake { 0%, 84%, 100% { transform: translateX(0); } 87% { transform: translateX(-3px) rotate(-1deg); } 90% { transform: translateX(3px) rotate(1deg); } 93% { transform: translateX(-2px); } 96% { transform: translateX(2px); } }
.btn-ghost { border-color: rgba(255,254,250,.6); color: var(--white); }
.btn-ghost:hover { background: var(--white); color: var(--charcoal); }
.btn-cta { min-height: 40px; padding-inline: 1.1rem; }
.hero { position: relative; min-height: min(760px, calc(100vh - var(--header-height))); display: flex; align-items: flex-end; overflow: hidden; background: var(--charcoal); color: var(--white); }
.hero-media { position: absolute; inset: 0; background: var(--royal); }
.pioneer-collage { position: absolute; inset: 0; display: grid; grid-template-columns: 1.25fr .85fr .85fr; gap: 3px; opacity: .72; filter: grayscale(1) sepia(1) contrast(1.08); }
.pioneer-collage img { width: 100%; height: 100%; min-height: 100%; object-fit: cover; object-position: center; }
.pioneer-collage img:first-child { object-position: 42% center; }
.hero-image-grade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,28,142,.98) 0%, rgba(0,28,142,.72) 42%, rgba(245,196,0,.22) 100%), linear-gradient(0deg, rgba(0,28,142,.68), transparent 55%); mix-blend-mode: multiply; }
.hero-content { position: relative; z-index: 1; width: min(100%, 860px); padding: clamp(4rem, 10vw, 9rem) 1.5rem clamp(4rem, 8vw, 7rem); }
.hero .eyebrow { color: var(--yellow); margin-bottom: 1.2rem; }
.hero h1 { max-width: 8ch; margin-bottom: 1.5rem; }
.hero-sub { max-width: 49ch; color: rgba(255,254,250,.78); font-size: 1.05rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.countdown-strip { background: var(--yellow); color: var(--charcoal); }
.countdown-inner { width: min(100%, var(--container-width)); max-width: var(--container-width); margin-inline: auto; padding: 1rem clamp(1rem, 4vw, 1.5rem); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.countdown-label { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; }
.countdown-clock { display: flex; gap: .5rem; }
.clock-unit { min-width: clamp(48px, 12vw, 58px); padding: .35rem .5rem; border-left: 1px solid rgba(20,20,20,.25); text-align: center; }
.clock-unit span { display: block; font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; }
.clock-unit small { font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.latest { background: var(--white); }
.latest-card { display: grid; grid-template-columns: 1.1fr 1fr; align-items: stretch; gap: clamp(2rem, 6vw, 6rem); }
.latest-thumb { position: relative; min-height: 360px; border-radius: var(--radius); display: grid; place-items: center; background: var(--royal); overflow: hidden; }
.latest-thumb video { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.latest-info { align-self: center; }
.latest-info h2 { margin-block: .7rem 1rem; }
.latest-info p { color: var(--muted); margin-bottom: 1.4rem; }
.latest-info .sermon-title { color: var(--royal); font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; margin-bottom: .6rem; }
.schedule h2, .ministries h2, .media h2, .events h2, .team h2, .prayer h2, .give h2, .alumni h2, .about h2 { margin-block: .65rem 2.5rem; }
.schedule-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.schedule-card { min-height: 220px; padding: 1.5rem 1.2rem; border-right: 1px solid var(--line); }
.schedule-card:last-child { border-right: 0; }
.schedule-card.highlight { background: var(--yellow); color: var(--charcoal); }
.schedule-day { color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.highlight .schedule-day { color: rgba(20,20,20,.64); }
.schedule-card h3 { margin-top: 2.5rem; }
.schedule-time { margin-top: .4rem; font-family: var(--font-display); font-size: 1.4rem; font-weight: 700; }
.schedule-card p:last-child { color: var(--muted); font-size: .88rem; margin-top: .6rem; }
.highlight p:last-child { color: rgba(20,20,20,.7); }
.about { background: var(--royal); color: var(--white); }
.about-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: start; gap: 6rem; }
.about .eyebrow { color: var(--yellow); }
.about p { color: rgba(255,254,250,.68); margin-top: .8rem; max-width: 58ch; }
.about-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,254,250,.25); }
.stat { min-height: 140px; padding: 1.2rem; background: var(--royal-deep); display: flex; flex-direction: column; justify-content: space-between; }
.stat strong { color: var(--yellow); font-family: var(--font-display); font-size: 2.2rem; }
.stat span { color: rgba(255,254,250,.65); font-size: .8rem; }
.ministry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.ministry-card { min-height: 230px; padding: 1.5rem; background: var(--paper); transition: background-color .2s ease, transform .2s ease; }
.ministry-card:hover { background: var(--yellow); transform: translateY(-3px); }
.ministry-icon { color: var(--charcoal); font-size: 1.8rem; margin-bottom: 3.5rem; }
.ministry-card p { color: var(--muted); font-size: .9rem; margin-top: .5rem; }
.ministry-card:hover p { color: rgba(20,20,20,.7); }
.media { background: var(--white); }
.media-row { display: flex; gap: 1rem; overflow-x: auto; padding-block: 1rem .5rem; scroll-snap-type: x mandatory; scrollbar-color: var(--yellow) transparent; }
.media-card { flex: 0 0 220px; scroll-snap-align: start; }
.media-thumb { position: relative; aspect-ratio: 4/5; margin-bottom: .75rem; border-radius: var(--radius); background: var(--charcoal); overflow: hidden; }
.media-thumb::before { content: '▶'; position: absolute; inset: 0; display: grid; place-items: center; color: var(--yellow); font-size: 2.4rem; }
.media-card:nth-child(2n) .media-thumb { background: var(--yellow); }
.media-card:nth-child(2n) .media-thumb::before { color: var(--charcoal); }
.media-card h3 { font-size: 1rem; }
.media-card span { color: var(--muted); font-size: .78rem; }
.prayer-meeting-card { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.prayer-meeting-card.is-visible { opacity: 1; transform: translateY(0); }
.prayer-meeting-image { width: 100%; aspect-ratio: 4 / 5; margin-bottom: .75rem; border-radius: var(--radius); object-fit: cover; transition: transform .25s ease, box-shadow .25s ease; }
.prayer-meeting-card a:hover .prayer-meeting-image, .prayer-meeting-card a:focus-visible .prayer-meeting-image { transform: scale(1.025); box-shadow: 0 10px 22px rgba(0,28,142,.18); }
.prayer-meeting-summary { color: var(--muted); font-size: .78rem; line-height: 1.45; margin-top: .45rem; }
.anniversary-video-wrap { aspect-ratio: 16 / 9; margin-bottom: .75rem; overflow: hidden; border-radius: var(--radius); background: var(--royal); }
.anniversary-video-wrap iframe { width: 100%; height: 100%; border: 0; }
.anniversary-caption { color: var(--muted); font-size: .78rem; line-height: 1.45; margin-top: .45rem; }
.gallery-stage { position: relative; aspect-ratio: 4 / 5; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--charcoal); }
.gallery-stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; filter: grayscale(1) sepia(.35) contrast(1.05); animation: gallery-slide 18s linear infinite; }
.gallery-stage img:first-child { opacity: 1; }
.gallery-stage img:nth-child(1) { animation-delay: 0s; }
.gallery-stage img:nth-child(2) { animation-delay: 3s; }
.gallery-stage img:nth-child(3) { animation-delay: 6s; }
.gallery-stage img:nth-child(4) { animation-delay: 9s; }
.gallery-stage img:nth-child(5) { animation-delay: 12s; }
.gallery-stage img:nth-child(6) { animation-delay: 15s; }
@keyframes gallery-slide { 0%, 16% { opacity: 1; } 20%, 100% { opacity: 0; } }
.live-hub { background: var(--royal); color: var(--white); padding-block: clamp(3.25rem, 7vw, 6.5rem); }
.live-hub .eyebrow { color: var(--yellow); }
.live-hub h2 { margin-top: .4rem; margin-bottom: .7rem; }
.live-hub .section-sub { color: rgba(255,254,250,.86); line-height: 1.6; }
.live-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.live-panel { min-width: 0; padding: 1.25rem; background: var(--royal-deep); border: 1px solid rgba(255,254,250,.3); border-radius: var(--radius); }
.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,254,250,.3); }
.panel-heading > div { display: flex; flex-direction: column; gap: .35rem; }
.panel-heading > a { color: var(--yellow); font-size: .78rem; font-weight: 700; white-space: nowrap; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: .4rem; border-radius: 50%; background: #ef6b51; box-shadow: 0 0 0 4px rgba(239,107,81,.14); }
.source-label { color: rgba(255,254,250,.58); font-size: .78rem; }
.feed-list { display: grid; gap: .8rem; padding-top: .9rem; }
.feed-item { display: grid; gap: .25rem; padding-bottom: .8rem; border-bottom: 1px solid rgba(255,254,250,.3); }
.feed-item:last-child { padding-bottom: 0; border-bottom: 0; }
.feed-item a { color: var(--white); font-family: var(--font-display); font-size: 1rem; }
.feed-item a:hover { color: var(--yellow); }
.feed-item time, .feed-status { color: rgba(255,254,250,.55); font-size: .75rem; }
.lesson-frame-wrap { height: 300px; margin-top: 1rem; overflow: hidden; border-radius: 6px; background: var(--white); }
.lesson-frame-wrap iframe { width: 100%; height: 100%; border: 0; }
.lesson-link-wrap { display: grid; place-items: center; }
.lesson-link { gap: .5rem; }
.resource-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 1rem; background: rgba(255,254,250,.3); border: 1px solid rgba(255,254,250,.3); }
.resource-link { display: flex; flex-direction: column; gap: .45rem; padding: 1.25rem; background: var(--charcoal); }
.resource-link:hover { background: var(--yellow); color: var(--charcoal); }
.resource-link span { color: rgba(255,254,250,.58); font-size: .78rem; }
.resource-link:hover span { color: rgba(20,20,20,.7); }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 1rem; }
.video-panel { min-width: 0; padding: 1.25rem; background: var(--royal-deep); border: 1px solid rgba(255,254,250,.3); border-radius: var(--radius); }
.tiktok-embed-wrap { min-height: 490px; margin-top: 1rem; overflow: auto; border-radius: 6px; background: var(--white); }
.tiktok-embed { width: min(100%, 780px) !important; min-width: 0 !important; margin: 0 auto !important; }
.threeabn-frame-wrap { height: 360px; margin-top: 1rem; overflow: hidden; border-radius: 6px; background: var(--white); }
.threeabn-frame-wrap iframe { width: 100%; height: 100%; border: 0; }
.video-fallback-link { display: block; margin-top: .8rem; color: var(--yellow); font-size: .78rem; font-weight: 700; }
.events { background: var(--paper); }
.filter-bar { display: flex; flex-wrap: wrap; gap: .45rem; margin-block: 1.5rem 2rem; }
.filter-btn { min-height: 44px; padding: .55rem .9rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .8rem; font-weight: 700; }
.filter-btn.is-active, .filter-btn:hover { background: var(--charcoal); border-color: var(--charcoal); color: var(--white); }
.event-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.event-card { display: grid; grid-template-columns: 60px 1fr auto; gap: 1rem; align-items: center; padding: 1.2rem; background: var(--paper); transition: background-color .18s ease, transform .18s ease; }
.event-card:hover { background: var(--white); transform: translateY(-2px); }
.event-date { border-right: 1px solid var(--line); text-align: center; }
.event-date strong { display: block; color: var(--charcoal); font-family: var(--font-display); font-size: 1.5rem; }
.event-date span { color: var(--muted); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.event-info p { color: var(--muted); font-size: .82rem; margin-top: .3rem; }
.tag { padding: .3rem .55rem; border-radius: 999px; background: var(--yellow-soft); color: var(--charcoal); font-size: .65rem; font-weight: 700; white-space: nowrap; }
.tag-social { background: #dedbd2; }
.tag-outreach { background: #d8e3d5; }
.tag-sports { background: #ead8cf; }
.team { background: var(--white); }
.team-carousel { position: relative; overflow: hidden; }
.team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.team-grid-group[hidden] { display: none; }
.team-grid-group.is-visible { animation: team-group-in .4s ease both; }
@keyframes team-group-in { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: translateX(0); } }
.team-card { min-width: 0; }
.team-photo { width: min(100%, 190px); aspect-ratio: 1; margin: 0 auto .9rem; border: 5px solid var(--yellow); border-radius: 50%; background: var(--charcoal); object-fit: cover; object-position: center; }
.team-card:nth-child(2n) .team-photo { border-color: var(--charcoal); }
.team-photo-silhouette { position: relative; background: radial-gradient(circle at 50% 34%, var(--white) 0 15%, transparent 15.5%), linear-gradient(var(--white) 0 0) 50% 72% / 44% 34% no-repeat, var(--charcoal); }
.team-photo-silhouette::after { content: ''; position: absolute; inset: 10%; border: 1px solid rgba(245,196,0,.5); border-radius: 50%; }
.team-card h3 { font-size: 1rem; }
.team-card span { color: var(--muted); font-size: .8rem; }
.view-more-btn { display: flex; align-items: center; gap: .6rem; margin: 2.25rem auto 0; min-height: 44px; padding: .7rem 1.1rem; border: 1px solid var(--charcoal); border-radius: 999px; color: var(--charcoal); font-size: .85rem; font-weight: 700; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.view-more-btn:hover, .view-more-btn:focus-visible { background: var(--yellow); color: var(--charcoal); transform: translateY(-2px); }
.view-more-btn span { font-size: 1.25rem; line-height: 1; }
.prayer { background: var(--paper); }
.prayer-form { display: grid; gap: .5rem; max-width: 560px; margin-block: 1.5rem 2rem; }
.prayer-form label { font-size: .8rem; font-weight: 700; margin-top: .5rem; }
.prayer-form input, .prayer-form textarea { padding: .85rem 1rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); }
.prayer-form textarea { min-height: 120px; resize: vertical; }
.prayer-form button { justify-self: start; margin-top: .5rem; }
.prayer-list { display: grid; gap: .65rem; max-width: 560px; }
.prayer-item { padding: 1rem 1.2rem; border-left: 4px solid var(--yellow); background: var(--white); }
.prayer-item strong { font-family: var(--font-display); }
.prayer-item p { color: var(--muted); font-size: .9rem; margin-top: .2rem; }
.give { background: var(--yellow); color: var(--charcoal); }
.give-inner { text-align: center; }
.give-inner > p { max-width: 55ch; margin: .8rem auto 0; }
.give-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 760px; margin: 2.5rem auto 1rem; background: var(--charcoal); }
.give-card { padding: 1.5rem; background: var(--yellow); text-align: left; }
.give-card:hover { background: var(--white); }
.give-card p { color: rgba(20,20,20,.65); font-size: .82rem; margin-top: .3rem; }
.give-note { font-size: .8rem; }
.alumni-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.alumni p { color: var(--muted); max-width: 55ch; margin-top: .5rem; }
.whatsapp-btn { gap: .5rem; box-shadow: 0 6px 0 rgba(20,20,20,.12); }
.whatsapp-btn:hover { background: var(--white); color: var(--charcoal); box-shadow: 0 10px 20px rgba(20,20,20,.16); }
.whatsapp-btn span { display: inline-grid; place-items: center; width: 1.2em; height: 1.2em; border: 2px solid currentColor; border-radius: 50%; font-size: .65em; }
.site-footer { background: var(--charcoal); color: rgba(255,254,250,.68); padding-block: 4rem 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; padding-bottom: 3rem; }
.footer-grid p { margin-top: .8rem; font-size: .85rem; }
.footer-grid h4 { color: var(--white); font-size: .9rem; margin-bottom: .8rem; }
.footer-grid a { display: block; padding-block: .25rem; font-size: .85rem; }
.footer-grid a:hover { color: var(--yellow); }
.whatsapp-footer-link { color: inherit; }
.footer-copy { border-top: 1px solid rgba(255,254,250,.18); padding-top: 1.5rem; text-align: center; font-size: .75rem; }
@media (max-width: 860px) {
  .schedule-grid { grid-template-columns: repeat(2, 1fr); }
  .schedule-card:nth-child(2) { border-right: 0; }
  .schedule-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .latest-card, .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .latest-thumb, .latest-thumb video { min-height: 280px; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  :root { --header-height: 68px; }
  .main-nav { position: fixed; top: var(--header-height); left: 0; right: 0; display: flex; flex-direction: column; gap: 0; padding: .5rem 1.5rem; background: var(--white); border-bottom: 1px solid var(--line); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding-block: .9rem; border-top: 1px solid var(--line); }
  .nav-toggle { display: grid; }
  .nav-actions .btn-cta { display: none; }
  .hero { min-height: 680px; }
  .hero-media { background: var(--royal); }
  .hero-content { padding-bottom: 4rem; }
  .countdown-inner { justify-content: center; text-align: center; }
  .ministry-grid, .event-list { grid-template-columns: 1fr; }
  .live-grid, .video-grid, .resource-row { grid-template-columns: 1fr; }
  .event-card { grid-template-columns: 54px 1fr; }
  .tag { grid-column: 2; justify-self: start; }
  .give-options { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .hero-content { padding-inline: 1rem; }
  .hero h1 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .countdown-clock { width: 100%; justify-content: center; }
  .countdown-label { width: 100%; text-align: center; }
  .latest-thumb, .latest-thumb video { min-height: 220px; }
  .live-panel, .video-panel { padding: 1rem; }
  .lesson-frame-wrap, .threeabn-frame-wrap { height: 260px; }
  .tiktok-embed-wrap { min-height: 430px; }
  .panel-heading { gap: .6rem; }
  .panel-heading > a { font-size: .72rem; }
}
@media (max-width: 420px) {
  .brand-name { font-size: .8rem; }
  .schedule-grid { grid-template-columns: 1fr; }
  .schedule-card, .schedule-card:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .schedule-card:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
}
