/*
Theme Name: Grace Words
Theme URI: https://gwbiblechurch.org
Author: Grace Words Bible Church
Description: A clean, modern church theme with a full-screen video hero, floating glass menu and light grey design. Every page is made of blocks you can edit, move and reuse in Elementor (free or Pro). Includes automatic sermons and livestream from YouTube, daily devotionals, and a contact form. After activating, go to Appearance → Grace Words Setup.
Version: 1.1.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grace-words
Tags: one-column, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

/* ================================================================ Tokens */

:root {
	--gw-ink: #111113;
	--gw-body: #3A3A3F;
	--gw-muted: #6B6B70;
	--gw-soft-ink: #76767C;
	--gw-grey: #EDEDEF;
	--gw-soft: #F5F5F7;
	--gw-line: rgba(17, 17, 19, 0.1);
	--gw-btn: #111113;
	--gw-btn-text: #FFFFFF;
	--gw-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', sans-serif;
	--gw-pad: 48px;
	--gw-section: 140px;
}

/* ================================================================ Base */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
	margin: 0;
	background: #FFFFFF;
	color: var(--gw-ink);
	font-family: var(--gw-font);
	font-size: 17px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

img, video, iframe { max-width: 100%; }
img { height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; }
button, input, select, textarea { font: inherit; color: inherit; }

.gw-skip { position: absolute; left: -9999px; top: 0; z-index: 2000; padding: 12px 18px; background: var(--gw-ink); color: #fff; border-radius: 0 0 12px 0; }
.gw-skip:focus { left: 0; }

:focus-visible { outline: 3px solid #0A66D8; outline-offset: 3px; border-radius: 6px; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ================================================================ Layout helpers */

.gw-wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 var(--gw-pad); }
.gw-section { padding: var(--gw-section) 0 0; }
.gw-section--flush-top { padding-top: 0; }
.gw-section--soft { margin-top: var(--gw-section); padding-bottom: var(--gw-section); background: var(--gw-soft); }
.gw-full { padding-bottom: var(--gw-section); }
.gw-center { text-align: center; }
.gw-mt { margin-top: 48px; }
.gw-mb { margin-bottom: 28px; }
.gw-mb-lg { margin-bottom: 72px; }
.gw-stack { display: flex; flex-direction: column; gap: 88px; }

.gw-grid { display: grid; gap: 20px; }
.gw-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.gw-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.gw-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 80px; align-items: start; }
.gw-split--center { align-items: center; }

/* ================================================================ Type */

.gw-eyebrow { font-size: 17px; font-weight: 600; color: var(--gw-muted); margin-bottom: 16px; }
.gw-eyebrow--ink { color: var(--gw-ink); }

.gw-h2 { font-size: clamp(40px, 5.2vw, 72px); line-height: 1; font-weight: 800; letter-spacing: -0.05em; }
.gw-h2--md { font-size: clamp(34px, 3.8vw, 52px); line-height: 1.06; }

.gw-lead { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; color: var(--gw-muted); font-weight: 500; }
.gw-body { font-size: 19px; line-height: 1.6; color: var(--gw-body); }
.gw-soft-text { color: var(--gw-soft-ink); }

.gw-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 48px; }
.gw-head__text { max-width: 380px; font-size: 19px; color: var(--gw-muted); }
.gw-h2 + .gw-lead { margin-top: 18px; }
.gw-split-card__body .gw-lead, .gw-band .gw-lead, .gw-sent .gw-lead { margin-top: 0; }

.gw-rich { font-size: 19px; line-height: 1.65; color: var(--gw-body); }
.gw-rich > * + * { margin-top: 1.1em; }
.gw-rich a { text-decoration: underline; text-underline-offset: 3px; }
.gw-rich h2 { font-size: 34px; margin-top: 1.6em; color: var(--gw-ink); }
.gw-rich h3 { font-size: 26px; margin-top: 1.4em; color: var(--gw-ink); }
.gw-rich blockquote { margin: 1.4em 0; padding: 0 0 0 24px; border-left: 3px solid var(--gw-grey); font-size: 22px; font-weight: 600; color: var(--gw-ink); }
.gw-rich img { border-radius: 20px; }
.gw-rich ul, .gw-rich ol { padding-left: 1.3em; }

/* ================================================================ Buttons & links */

.gw-btns { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.gw-btns--center { justify-content: center; }

.gw-btn {
	display: inline-flex; align-items: center; justify-content: center;
	min-height: 50px; padding: 14px 28px;
	border: 0; border-radius: 100px;
	background: var(--gw-btn); color: var(--gw-btn-text);
	font-size: 16px; font-weight: 700; line-height: 1.2; text-align: center;
	cursor: pointer; transition: transform .2s ease, background-color .2s ease, opacity .2s ease;
}
.gw-btn:hover { transform: translateY(-1px); opacity: .88; }
.gw-btn--sm { min-height: 44px; padding: 10px 22px; font-size: 14px; }
.gw-btn--light { background: #FFFFFF; color: var(--gw-ink); }
.gw-btn--glass { background: rgba(255, 255, 255, 0.14); color: #FFFFFF; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.gw-btn--grey { background: var(--gw-grey); color: var(--gw-ink); }

.gw-link { display: inline-flex; align-items: center; gap: 6px; font-size: 17px; font-weight: 700; color: var(--gw-ink); }
.gw-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.gw-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.gw-pill { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 20px; border-radius: 100px; background: var(--gw-soft); font-size: 14px; font-weight: 600; }
.gw-pill:hover { background: var(--gw-grey); }

/* ================================================================ Header (floating glass bar) */

.gw-header { position: fixed; top: 20px; left: 0; right: 0; z-index: 1000; padding: 0 var(--gw-pad); pointer-events: none; animation: gwDrop .8s ease-out both; }
body.admin-bar .gw-header { top: 52px; }
.gw-header__bar {
	pointer-events: auto;
	max-width: 1180px; height: 64px; margin: 0 auto; padding: 0 10px 0 12px;
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	border-radius: 100px;
	background: rgba(245, 245, 247, 0.78);
	-webkit-backdrop-filter: saturate(180%) blur(24px);
	backdrop-filter: saturate(180%) blur(24px);
	border: 1px solid rgba(255, 255, 255, 0.6);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.14);
	transition: background-color .3s ease, box-shadow .3s ease;
}
.gw-header.is-scrolled .gw-header__bar { background: rgba(245, 245, 247, 0.9); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12); }

.gw-brand { display: flex; align-items: center; gap: 10px; padding-right: 8px; min-width: 0; }
.gw-brand__mark { flex: 0 0 40px; width: 40px; height: 40px; border-radius: 100px; background: var(--gw-ink); color: #FFFFFF; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; letter-spacing: -0.02em; }
.gw-brand__logo { width: auto; max-height: 40px; }
.gw-brand__text { display: flex; flex-direction: column; line-height: 1.15; min-width: 0; }
.gw-brand__name { font-size: 15px; font-weight: 800; letter-spacing: -0.02em; white-space: nowrap; }
.gw-brand__tag { font-size: 11px; font-weight: 600; color: var(--gw-muted); white-space: nowrap; }

.gw-nav .gw-menu { display: flex; align-items: center; gap: 2px; margin: 0; padding: 4px; list-style: none; border-radius: 100px; background: rgba(255, 255, 255, 0.6); }
.gw-nav .gw-menu > li { position: relative; }
.gw-nav .gw-menu a { display: block; padding: 9px 16px; border-radius: 100px; font-size: 14px; font-weight: 600; color: var(--gw-body); white-space: nowrap; transition: background-color .2s ease, color .2s ease; }
.gw-nav .gw-menu a:hover { background: rgba(17, 17, 19, 0.06); color: var(--gw-ink); }
.gw-nav .current-menu-item > a,
.gw-nav .current_page_item > a,
.gw-nav .current-menu-ancestor > a { background: #FFFFFF; color: var(--gw-ink); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }
.gw-nav .sub-menu { position: absolute; top: calc(100% + 10px); left: 0; min-width: 200px; margin: 0; padding: 8px; list-style: none; border-radius: 20px; background: rgba(245, 245, 247, 0.96); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: all .2s ease; }
.gw-nav li:hover > .sub-menu, .gw-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.gw-nav .sub-menu a { border-radius: 12px; }

.gw-header__actions { display: flex; align-items: center; gap: 8px; }
.gw-live { display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 16px; border-radius: 100px; background: rgba(255, 255, 255, 0.7); font-size: 14px; font-weight: 700; color: var(--gw-ink); }
.gw-live__dot, .gw-live-badge__dot { width: 8px; height: 8px; border-radius: 100px; background: #D92D20; animation: gwPulse 1.6s ease-in-out infinite; }

.gw-menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 100px; background: rgba(255, 255, 255, 0.7); align-items: center; justify-content: center; cursor: pointer; }
.gw-menu-toggle__open { display: inline-flex; }
.gw-menu-toggle__close { display: none; }
.gw-header.is-open .gw-menu-toggle__open { display: none; }
.gw-header.is-open .gw-menu-toggle__close { display: inline-flex; }

.gw-mobile { display: none; pointer-events: auto; max-width: 1180px; margin: 10px auto 0; padding: 12px; border-radius: 28px; background: rgba(245, 245, 247, 0.96); -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16); }
.gw-header.is-open .gw-mobile { display: block; animation: gwDrop .25s ease-out both; }
.gw-mobile .gw-menu { margin: 0; padding: 0; list-style: none; }
.gw-mobile .gw-menu a { display: block; padding: 14px 16px; border-radius: 16px; font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
.gw-mobile .gw-menu a:hover, .gw-mobile .current-menu-item > a { background: #FFFFFF; }
.gw-mobile .sub-menu { list-style: none; padding-left: 16px; }
.gw-mobile .sub-menu a { font-size: 16px; }
.gw-mobile__cta { width: 100%; margin-top: 8px; }

/* ================================================================ Photo placeholders & images */

.gw-img { position: relative; overflow: hidden; background: var(--gw-grey); }
.gw-img img { width: 100%; height: 100%; object-fit: cover; }
.gw-ph { position: relative; display: flex; align-items: flex-end; padding: 20px; overflow: hidden; }
.gw-ph--sand { background: linear-gradient(135deg, #ECEAE6, #DFDCD6); }
.gw-ph--mist { background: linear-gradient(135deg, #E9EBEE, #DADDE2); }
.gw-ph--sage { background: linear-gradient(135deg, #E8EAE6, #DADDD6); }
.gw-ph--blush { background: linear-gradient(135deg, #EDE9E7, #E0DAD7); }
.gw-hint { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 100px; background: rgba(255, 255, 255, 0.92); font-size: 13px; font-weight: 600; color: var(--gw-body); line-height: 1.3; }
.gw-hint--dark { position: absolute; right: var(--gw-pad); top: 112px; z-index: 2; background: rgba(255, 255, 255, 0.14); color: #FFFFFF; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25); }
.gw-editor-note { margin-top: 20px; padding: 14px 18px; border-radius: 14px; background: #FFF8E6; color: #6B4E00; font-size: 14px; line-height: 1.5; }

/* ================================================================ Video hero */

.gw-hero { position: relative; min-height: max(640px, 100vh); display: flex; align-items: flex-end; overflow: hidden; background: #1C1C1E; color: #FFFFFF; isolation: isolate; }
.gw-hero__bg { position: absolute; inset: 0; z-index: -3; background: linear-gradient(120deg, #1C1C1E, #3A3A3C, #636366, #2C2C2E); background-size: 300% 300%; animation: gwDrift 18s ease-in-out infinite, gwKenBurns 20s ease-in-out infinite alternate; }
.gw-hero__media { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.gw-hero__yt-wrap { position: absolute; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; }
.gw-hero__yt { position: absolute; top: 50%; left: 50%; width: 100vw; height: 56.25vw; min-width: 177.78vh; min-height: 100%; transform: translate(-50%, -50%) scale(1.15); border: 0; }
.gw-hero__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.62) 100%); }
.gw-hero__content { width: 100%; padding: 0 var(--gw-pad) 88px; display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.gw-hero__eyebrow { font-size: 18px; font-weight: 600; color: rgba(255, 255, 255, 0.8); margin-bottom: 22px; }
.gw-hero__title { font-size: clamp(64px, 10.4vw, 156px); line-height: 0.92; font-weight: 800; letter-spacing: -0.055em; }
.gw-hero__side { display: flex; flex-direction: column; gap: 22px; max-width: 380px; padding-bottom: 12px; }
.gw-hero__text { font-size: 20px; line-height: 1.5; font-weight: 500; color: rgba(255, 255, 255, 0.9); }

/* ================================================================ Scrolling banner */

.gw-marquee { overflow: hidden; padding: 28px 0; background: var(--gw-grey); color: var(--gw-ink); }
.gw-marquee--dark { background: var(--gw-ink); color: #FFFFFF; }
.gw-marquee--white { background: #FFFFFF; border-block: 1px solid var(--gw-line); }
.gw-marquee__track { display: flex; width: max-content; animation: gwMarquee 28s linear infinite; }
.gw-marquee:hover .gw-marquee__track { animation-play-state: paused; }
.gw-marquee__group { display: flex; align-items: center; gap: 48px; padding-right: 48px; font-size: clamp(28px, 3.1vw, 44px); font-weight: 800; letter-spacing: -0.03em; white-space: nowrap; }
.gw-marquee__dot { color: #8E8E93; }

/* ================================================================ Cards */

.gw-card { display: flex; flex-direction: column; justify-content: space-between; gap: 40px; min-height: 380px; padding: 40px; border-radius: 32px; background: var(--gw-grey); color: var(--gw-ink); transition: transform .3s ease, box-shadow .3s ease; }
a.gw-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(17, 17, 19, 0.1); }
.gw-card__num { font-size: 88px; line-height: 1; font-weight: 800; letter-spacing: -0.05em; color: var(--gw-soft-ink); }
.gw-card__title { font-size: 32px; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 10px; }
.gw-card__text { font-size: 17px; line-height: 1.5; color: #4A4A50; }

/* ================================================================ Video player & grid */

.gw-player { position: relative; aspect-ratio: 16 / 9; border-radius: 32px; overflow: hidden; background: #1C1C1E; box-shadow: 0 30px 80px rgba(17, 17, 19, 0.12); }
.gw-player > img, .gw-player__ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gw-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.gw-player__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 96px; height: 96px; border: 0; border-radius: 100px; background: #FFFFFF; color: var(--gw-ink); box-shadow: 0 12px 40px rgba(17, 17, 19, 0.2); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform .25s ease; }
.gw-player__play svg { margin-left: 4px; }
button.gw-player__play:hover { transform: translate(-50%, -50%) scale(1.06); }

.gw-meta-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-top: 28px; padding: 0 8px; }
.gw-meta-row__title { font-size: clamp(26px, 2.6vw, 36px); font-weight: 800; letter-spacing: -0.04em; }
.gw-meta-row__sub { margin-top: 8px; font-size: 17px; color: var(--gw-muted); }

.gw-videos { gap: 44px 20px; }
.gw-video { display: flex; flex-direction: column; gap: 14px; color: var(--gw-ink); }
.gw-video__thumb { position: relative; aspect-ratio: 16 / 9; border-radius: 20px; overflow: hidden; background: var(--gw-grey); }
.gw-video__thumb img, .gw-video__thumb .gw-ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
a.gw-video:hover .gw-video__thumb img { transform: scale(1.04); }
.gw-video__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; border-radius: 100px; background: rgba(255, 255, 255, 0.92); display: flex; align-items: center; justify-content: center; color: var(--gw-ink); }
.gw-video__play svg { margin-left: 3px; }
.gw-video__title { padding: 0 4px; font-size: 20px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.3; }
.gw-video__date { padding: 0 4px; font-size: 14px; color: var(--gw-muted); }

/* ================================================================ Big statement */

.gw-statement { text-align: center; padding: 180px 0 40px; }
.gw-statement__text { max-width: 1080px; margin: 0 auto; font-size: clamp(34px, 4.6vw, 64px); line-height: 1.1; font-weight: 800; letter-spacing: -0.045em; text-wrap: balance; }

/* ================================================================ People */

.gw-person { display: flex; flex-direction: column; gap: 22px; }
.gw-person__img { aspect-ratio: 4 / 3; border-radius: 28px; }
.gw-person__body { padding: 0 8px; }
.gw-person__role { font-size: 15px; font-weight: 600; color: var(--gw-muted); }
.gw-person__name { margin-top: 6px; font-size: 30px; font-weight: 700; letter-spacing: -0.03em; }
.gw-person__bio { margin-top: 8px; font-size: 17px; line-height: 1.5; color: var(--gw-muted); }

.gw-person-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 72px; align-items: center; }
.gw-person-row--flip .gw-person-row__img { order: 2; }
.gw-person-row__img { aspect-ratio: 1 / 1; border-radius: 32px; }
.gw-person-row__name { font-size: clamp(36px, 3.6vw, 52px); letter-spacing: -0.045em; margin-bottom: 16px; }
.gw-person-row .gw-eyebrow { margin-bottom: 10px; }

/* ================================================================ Split card (Plan a visit, Today's devotional) */

.gw-split-card { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border-radius: 32px; background: var(--gw-grey); }
.gw-split-card__body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 18px; padding: 88px 72px; }
.gw-split-card__body .gw-eyebrow { margin-bottom: 0; }
.gw-split-card__body .gw-btns { margin-top: 10px; }
.gw-split-card__media { min-height: 520px; height: 100%; }
.gw-split-card--flip .gw-split-card__media { order: -1; }
.gw-scripture { font-size: 19px; font-weight: 700; color: var(--gw-body); }

/* ================================================================ Page header */

.gw-page-hero { padding: 200px 0 72px; text-align: center; }
.gw-page-hero .gw-eyebrow { margin-bottom: 22px; }
.gw-page-hero__title { max-width: 1100px; margin: 0 auto; font-size: clamp(52px, 7.4vw, 104px); line-height: 1; font-weight: 800; letter-spacing: -0.055em; text-wrap: balance; }
.gw-page-hero__title--sm { font-size: clamp(44px, 5.5vw, 80px); text-align: left; margin: 0; }
.gw-page-hero__text { max-width: 640px; margin: 24px auto 0; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.5; font-weight: 500; color: var(--gw-muted); text-wrap: balance; }
.gw-page-hero__img { margin-top: 64px; aspect-ratio: 21 / 9; border-radius: 32px; }
.gw-page-hero--404 { min-height: 70vh; display: flex; align-items: center; }
.gw-page-hero--404 .gw-btns { margin-top: 32px; }

/* ================================================================ Tiles, facts, info cards */

.gw-tile { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 64px 40px 40px; border-radius: 32px; background: var(--gw-grey); text-align: center; }
.gw-tile .gw-eyebrow { margin-bottom: 0; }
.gw-tile__title { max-width: 480px; font-size: clamp(32px, 3.2vw, 44px); line-height: 1.06; font-weight: 800; letter-spacing: -0.04em; }
.gw-tile__text { max-width: 460px; font-size: 17px; line-height: 1.55; color: var(--gw-muted); }
.gw-tile__img { width: 100%; aspect-ratio: 16 / 10; margin-top: 24px; border-radius: 20px; }

.gw-facts { display: flex; flex-direction: column; gap: 26px; }
.gw-facts .gw-btns { margin-top: 8px; }
.gw-fact__label { font-size: 15px; font-weight: 600; color: var(--gw-muted); }
.gw-fact__value { margin-top: 4px; font-size: 22px; font-weight: 700; letter-spacing: -0.015em; line-height: 1.35; }

.gw-map { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 32px; background: var(--gw-grey); }
.gw-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(0.4); }

.gw-info { display: flex; flex-direction: column; gap: 10px; padding: 40px; border-radius: 28px; background: var(--gw-grey); }
.gw-info .gw-icon { color: var(--gw-ink); margin-bottom: 8px; }
.gw-info__label { font-size: 15px; font-weight: 600; color: var(--gw-muted); }
.gw-info__value { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.3; }
.gw-info .gw-link { margin-top: 6px; font-size: 16px; }

/* ================================================================ Service times bar */

.gw-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-radius: 28px; background: var(--gw-grey); }
.gw-stat { padding: 40px 44px; }
.gw-stat + .gw-stat { border-left: 1px solid var(--gw-line); }
.gw-stat__label { font-size: 15px; font-weight: 600; color: var(--gw-muted); }
.gw-stat__value { margin-top: 6px; font-size: clamp(30px, 3vw, 40px); font-weight: 700; letter-spacing: -0.03em; }

.gw-live-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; padding: 7px 14px; border-radius: 100px; background: #FDECEC; color: #B42318; font-size: 13px; font-weight: 700; }

/* ================================================================ CTA band */

.gw-band { display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 96px 48px; border-radius: 32px; background: var(--gw-grey); text-align: center; }
.gw-band .gw-lead { max-width: 540px; }
.gw-band .gw-btns { margin-top: 10px; justify-content: center; }
.gw-band--dark { background: var(--gw-ink); color: #FFFFFF; }
.gw-band--dark .gw-lead { color: #A1A1A6; }

/* ================================================================ Devotionals */

.gw-devo { display: flex; flex-direction: column; gap: 12px; min-height: 230px; padding: 32px; border-radius: 24px; background: var(--gw-grey); color: var(--gw-ink); transition: transform .3s ease, box-shadow .3s ease; }
a.gw-devo:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(17, 17, 19, 0.08); }
.gw-devo__img { margin: -32px -32px 8px; aspect-ratio: 16 / 9; overflow: hidden; }
.gw-devo__img img { width: 100%; height: 100%; object-fit: cover; }
.gw-devo__date { font-size: 14px; font-weight: 700; color: var(--gw-muted); }
.gw-devo__title { font-size: 24px; line-height: 1.2; font-weight: 700; letter-spacing: -0.03em; }
.gw-devo__ref { font-size: 15px; color: var(--gw-muted); }
.gw-devo__more { margin-top: auto; font-size: 15px; font-weight: 700; }

/* ================================================================ Contact form */

.gw-form { display: flex; flex-direction: column; gap: 18px; }
.gw-form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.gw-field { display: flex; flex-direction: column; gap: 8px; }
.gw-field label { font-size: 14px; font-weight: 600; color: var(--gw-body); }
.gw-field input, .gw-field select, .gw-field textarea { width: 100%; min-height: 52px; padding: 14px 18px; border: 1px solid rgba(17, 17, 19, 0.16); border-radius: 14px; background: #FFFFFF; font-size: 16px; transition: border-color .2s ease, box-shadow .2s ease; }
.gw-field textarea { resize: vertical; min-height: 140px; }
.gw-field input:focus, .gw-field select:focus, .gw-field textarea:focus { outline: none; border-color: var(--gw-ink); box-shadow: 0 0 0 4px rgba(17, 17, 19, 0.08); }
.gw-form .gw-btn { margin-top: 6px; }
.gw-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.gw-alert { margin-bottom: 18px; padding: 14px 18px; border-radius: 14px; background: #FDECEC; color: #8A1C12; font-size: 15px; }
.gw-sent { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; padding-top: 24px; }
.gw-sent__check { width: 64px; height: 64px; border-radius: 100px; background: var(--gw-ink); color: #FFFFFF; display: flex; align-items: center; justify-content: center; }
.gw-contact-side .gw-map { aspect-ratio: 1 / 1; }

/* ================================================================ Posts & archives */

.gw-main { padding: 180px 0 120px; }
.gw-article { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.gw-article__head { margin-bottom: 40px; }
.gw-article__title { font-size: clamp(40px, 5vw, 68px); line-height: 1.02; letter-spacing: -0.05em; }
.gw-article__head .gw-scripture { margin-top: 18px; }
.gw-article__img { margin-bottom: 40px; overflow: hidden; border-radius: 28px; }
.gw-article__nav { margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--gw-line); }
.gw-archive__head { margin-bottom: 48px; }
.gw-comments { margin-top: 80px; }
.gw-pagination { margin-top: 56px; }
.gw-pagination .nav-links { display: flex; gap: 8px; justify-content: center; }
.gw-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 12px; border-radius: 100px; background: var(--gw-soft); font-weight: 700; }
.gw-pagination .page-numbers.current { background: var(--gw-ink); color: #FFFFFF; }

/* ================================================================ Footer */

.gw-footer { padding: 72px 0 36px; background: var(--gw-soft); font-size: 14px; color: var(--gw-muted); }
.gw-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 32px; }
.gw-footer__name { margin-bottom: 14px; font-size: 17px; font-weight: 800; letter-spacing: -0.02em; color: var(--gw-ink); }
.gw-footer__brand p + p { margin-top: 12px; }
.gw-footer__brand a:hover, .gw-footer__list a:hover { color: var(--gw-ink); }
.gw-footer__head { margin-bottom: 14px; font-size: 13px; font-weight: 700; color: var(--gw-ink); }
.gw-footer__list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.gw-footer__live { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 24px; border-radius: 24px; background: #FFFFFF; color: var(--gw-ink); transition: transform .3s ease; }
.gw-footer__live:hover { transform: translateY(-3px); }
.gw-footer__live .gw-live-badge { margin-bottom: 6px; }
.gw-footer__live-text { font-size: 16px; font-weight: 700; letter-spacing: -0.01em; }
.gw-footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--gw-line); font-size: 12px; }

/* ================================================================ Elementor */

.gw-full { display: block; }
.gw-full > .elementor { width: 100%; }
.elementor-widget[class*="elementor-widget-gw-"] > .elementor-widget-container { margin: 0; padding: 0; }
.elementor-editor-active .gw-header { position: absolute; }
.elementor-section.elementor-section-full_width > .elementor-container { max-width: none; }

/* ================================================================ Motion */

.gw-rise { animation: gwRise 1s ease-out both; }
.gw-rise--2 { animation-delay: .25s; }

@keyframes gwDrift { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes gwKenBurns { from { transform: scale(1); } to { transform: scale(1.08); } }
@keyframes gwMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes gwRise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes gwDrop { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: none; } }
@keyframes gwPulse { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
	.gw-marquee__track { animation: none !important; flex-wrap: wrap; width: auto; }
	.gw-marquee__group + .gw-marquee__group { display: none; }
}

/* ================================================================ Responsive */

@media (max-width: 1180px) {
	.gw-nav { display: none; }
	.gw-menu-toggle { display: inline-flex; }
}

@media (max-width: 1024px) {
	:root { --gw-section: 110px; }
	.gw-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gw-split, .gw-person-row { gap: 48px; }
	.gw-split-card__body { padding: 64px 48px; }
	.gw-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
	:root { --gw-pad: 22px; --gw-section: 88px; }
	.gw-header { top: 12px; padding: 0 12px; }
	body.admin-bar .gw-header { top: 58px; }
	.gw-header__cta { display: none; }
	.gw-hero__content { flex-direction: column; align-items: flex-start; gap: 28px; padding-bottom: 56px; }
	.gw-hero__side { max-width: none; }
	.gw-hero__text { font-size: 18px; }
	.gw-hint--dark { top: 96px; right: 16px; left: 16px; }
	.gw-grid--2, .gw-grid--3, .gw-split, .gw-person-row, .gw-split-card, .gw-form__row { grid-template-columns: minmax(0, 1fr); }
	.gw-person-row--flip .gw-person-row__img { order: 0; }
	.gw-split-card__media { min-height: 300px; }
	.gw-split-card--flip .gw-split-card__media { order: 0; }
	.gw-split-card__body { padding: 44px 28px; }
	.gw-card { min-height: 0; padding: 32px; }
	.gw-card__num { font-size: 64px; }
	.gw-stats { grid-template-columns: minmax(0, 1fr) !important; }
	.gw-stat { padding: 28px 30px; }
	.gw-stat + .gw-stat { border-left: 0; border-top: 1px solid var(--gw-line); }
	.gw-statement { padding: 110px 0 20px; }
	.gw-page-hero { padding: 150px 0 48px; }
	.gw-page-hero__img { aspect-ratio: 4 / 3; margin-top: 40px; }
	.gw-player { border-radius: 22px; }
	.gw-player__play { width: 72px; height: 72px; }
	.gw-band { padding: 64px 24px; }
	.gw-tile { padding: 48px 24px 24px; }
	.gw-main { padding-top: 140px; }
	.gw-footer__grid { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 480px) {
	.gw-brand__tag { display: none; }
	.gw-live { padding: 0 12px; }
	.gw-btns .gw-btn { flex: 1 1 auto; }
}
