/* ==========================================================================
   AN2P skin — applies the AN2P design system tokens on top of Linoor.
   Colors: Compass Navy / Compass Red / parchment neutrals.
   Type: EB Garamond (display) + Source Sans 3 (body).
   ========================================================================== */

:root {
	/* Linoor variable overrides — fonts per the index-12 demo */
	--thm-font: "Barlow Condensed", "Arial Narrow", sans-serif;
	--thm-b-font: "Rubik", "Segoe UI", system-ui, sans-serif;
	--thm-base: #C5322B;            /* Compass Red accent */
	--thm-base-rgb: 197, 50, 43;
	--thm-black: #1E2D55;           /* Compass Navy */
	--thm-text: #3C3C42;            /* ink-700 */

	/* AN2P tokens */
	--an2p-navy-950: #111A33;
	--an2p-navy-900: #182348;
	--an2p-navy-800: #1E2D55;
	--an2p-navy-700: #27396B;
	--an2p-navy-300: #8B9AC6;
	--an2p-navy-100: #DCE1F0;
	--an2p-red-600: #A8241D;
	--an2p-red-500: #C5322B;
	--an2p-red-400: #D9534C;
	--an2p-red-200: #F0B9B5;
	--an2p-cream-50: #FAF8F2;
	--an2p-cream-100: #F4F0E5;
	--an2p-cream-200: #EAE4D3;
	--an2p-ink-900: #1B1B1E;
	--an2p-ink-500: #67666D;
	--an2p-ink-200: #C7C6CB;
	--an2p-ink-100: #E4E3E6;
}

body {
	background: var(--an2p-cream-50);
	font-size: 17px;
	line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--an2p-navy-800);
	line-height: 1.2;
}

a { color: var(--an2p-navy-700); }
a:hover { color: var(--an2p-red-600); }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.topbar-four { background-color: var(--an2p-navy-900); }
.topbar-four p, .topbar-four .phone a { color: var(--an2p-cream-50); }
.topbar-four .social-links a { color: var(--an2p-navy-300); }
.topbar-four .social-links a:hover { color: var(--an2p-red-400); }

.main-header .header-upper { background: #ffffff; }
.main-menu .navigation > li > a {
	font-family: var(--thm-b-font);
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	font-size: 16px;
}
.main-header .main-menu .navigation > li > a { color: var(--an2p-navy-800); }
.main-header .main-menu .navigation > li:hover > a,
.main-header .main-menu .navigation > li.current-menu-item > a,
.main-header .main-menu .navigation > li.current_page_item > a { color: var(--an2p-red-600); }
.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > ul > li > ul > li > a { text-transform: none; }

.header-donate-btn { float: right; margin-left: 24px; padding: 18px 0; }
.header-donate-btn .theme-btn { padding: 10px 26px; }

/* --------------------------------------------------------------------------
   Header — style twelve (AN2P: navy block, cream angled nav, red Donate)
   -------------------------------------------------------------------------- */
.header-style-twelev { background-color: var(--an2p-red-500); }
.header-style-twelev__main::after { background-color: var(--an2p-cream-50); }
.topbar-twelev::after { background-color: var(--an2p-navy-950); }
.topbar-twelev__info li,
.topbar-twelev__info li a { color: var(--an2p-navy-300); }
.topbar-twelev__info li a:hover { color: #fff; }
.topbar-twelev__info li span { color: var(--an2p-red-400); }
.topbar-twelev__social li a { color: #fff; }
.topbar-twelev__social li a:hover { color: var(--an2p-red-400); }
.header-style-twelev .main-menu .navigation > li > a,
.header-style-twelev .main-menu .navigation > li.current-menu-item > a,
.header-style-twelev .main-menu .navigation > li.current_page_item > a { color: #fff; }
.header-style-twelev .main-menu .navigation > li:hover > a { color: var(--an2p-navy-950); }
.header-style-twelev__call__text { color: var(--an2p-ink-500); }
.header-style-twelev__call { justify-content: center; }
.header-style-twelev__call__number { color: var(--an2p-navy-800); white-space: nowrap; line-height: 1; }
.header-style-twelev__call i { color: var(--an2p-red-500); }
.header-style-twelev .logo-box .logo img { width: 175px; height: auto; }
.header-style-twelev__main .logo-box { min-width: auto; margin: 0 40px 0 0; display: flex; align-items: center; }
.header-style-twelev .logo-box .logo { transform: translateY(-8px); }

/* Megamenu dropdowns with icons */
.header-style-twelev .main-menu .navigation > li.dropdown > ul {
	width: 470px;
	columns: 2;
	column-gap: 10px;
	padding: 18px 16px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 22px 44px rgba(17, 26, 51, .16);
}
.header-style-twelev .main-menu .navigation > li.dropdown:has(> ul li a[href*="youtube.com"]) > ul {
	width: 640px;
	columns: 3;
}
.main-menu .navigation > li > ul > li { break-inside: avoid; border: 0 !important; }
.header-style-twelev .main-menu .navigation > li > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	gap: 11px;
	padding: 9px 12px;
	border-radius: 6px;
	font-size: 15px;
	line-height: 1.3;
	color: var(--an2p-ink-900);
	transition: all .2s ease;
}
.header-style-twelev .main-menu .navigation > li > ul > li > a:hover {
	background: var(--an2p-cream-100);
	color: var(--an2p-red-600);
	padding-left: 12px;
}
.header-style-twelev .main-menu .navigation > li > ul > li > a::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 15px;
	color: var(--an2p-red-500);
	width: 20px;
	flex-shrink: 0;
	text-align: center;
}
.header-style-twelev .main-menu .navigation li ul li a[href*="youtube.com"]::before { content: "\f167"; font-family: "Font Awesome 5 Brands"; font-weight: 400; }
/* Channel cards inside the YouTube megamenu (mirrors the homepage section) */
.header-style-twelev .main-menu .navigation li ul li a.an2p-menu-channel::before { content: none; }
.header-style-twelev .main-menu .navigation li ul li a.an2p-menu-channel {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 8px 12px;
}
/* Neutralize the template's red "new"-badge styling on spans inside menu links */
.header-style-twelev .main-menu .navigation li ul li a.an2p-menu-channel span {
	background: transparent !important;
	color: var(--an2p-ink-900) !important;
	position: static !important;
	height: auto !important;
	line-height: 1.2 !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	text-transform: none !important;
	top: auto !important;
}
.header-style-twelev .main-menu .navigation li ul li a.an2p-menu-channel .an2p-menu-channel__flag {
	font-size: 23px !important;
	line-height: 1 !important;
	flex-shrink: 0;
}
.header-style-twelev .main-menu .navigation li ul li a.an2p-menu-channel .an2p-menu-channel__name {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	font-size: 14.5px !important;
}
.an2p-menu-channel__name small {
	font-weight: 400;
	font-size: 11.5px;
	color: var(--an2p-ink-500);
	margin-top: 2px;
}
.header-style-twelev .main-menu .navigation li ul li a.an2p-menu-channel > i.fa-youtube {
	margin-left: auto;
	font-size: 17px;
	color: var(--an2p-red-500);
	transition: color .2s ease;
}
.header-style-twelev .main-menu .navigation li ul li a.an2p-menu-channel:hover > i.fa-youtube { color: var(--an2p-red-600); }
.header-style-twelev .main-menu .navigation li ul li a[href*="/papers"]::before { content: "\f1c1"; }
.header-style-twelev .main-menu .navigation li ul li a[href*="/sermons"]::before { content: "\f03d"; }
.header-style-twelev .main-menu .navigation li ul li a[href*="/sermons-and-resources"]::before { content: "\f07c"; }
.header-style-twelev .main-menu .navigation li ul li a[href*="/bible-study"]::before { content: "\f518"; }
.header-style-twelev .main-menu .navigation li ul li a[href*="/liberty"]::before { content: "\f24e"; }
.header-style-twelev .main-menu .navigation li ul li a[href*="/blog"]::before { content: "\f1ea"; }
.header-style-twelev.fixed-header { background-color: #fff; }
.header-style-twelev .main-menu .navigation > li { margin-right: 20px; }
@media (max-width: 1550px) {
	.header-style-twelev .main-menu .navigation > li > a { font-size: 15px; }
	.header-style-twelev .main-menu .navigation > li { margin-right: 15px; }
	.header-style-twelev__call__text { display: none; }
}
/* Menu row: prevent bootstrap navbar-collapse from wrapping the nav */
.header-style-twelev .main-menu .navbar-collapse { flex-basis: auto; flex-grow: 0; padding: 0; }
.header-style-twelev .main-menu .navigation { display: flex; flex-wrap: nowrap; }
.header-style-twelev .main-menu .navigation > li { white-space: nowrap; }
/* Donate first, phone at the edge (Luda: eye lands on Donate) */
.header-style-twelev__main .nav-outer > .thm-btn-twelev { margin-left: auto; white-space: nowrap; flex-shrink: 0; padding: 10px 30px; }

/* Keep the Donate button visible on desktop (template hides it below 1700px) */
@media (min-width: 1200px) and (max-width: 1700px) {
	.header-style-twelev .thm-btn-twelev { display: inline-block; }
	.header-style-twelev__main::after { width: 27%; max-width: 430px; }
}
@media (max-width: 1199px) {
	.header-style-twelev .nav-outer > .thm-btn-twelev { display: none; }
}
@media (max-width: 991px) {
	.header-style-twelev .logo-box .logo img { width: 150px; height: auto; }
	.slider-twelev__text br { display: none; }
}

/* Hero — slider twelve (fonts/sizes follow the index-12 demo) */
.slider-twelev__bg::after { background-color: #0a0d18; opacity: 0.18; }
.slider-twelev__content { max-width: 60%; }
@media (min-width: 768px) {
	.slider-twelev__title { font-size: 62px; line-height: 72px; }
}
@media (min-width: 1200px) {
	.slider-twelev__content { max-width: 680px; }
}
@media (min-width: 1500px) {
	.slider-twelev__item { padding: 200px 0 205px; }
	.slider-twelev__text { font-size: 18px; max-width: 580px; }
}
@media (max-width: 1199px) {
	.slider-twelev__content { max-width: 100%; }
}

/* Static hero: entrance animation plays once via .active, then stays */
.an2p-hero-once__inner .slider-twelev__bg { transform: scale(1.05); }
.an2p-hero-once__inner.active .slider-twelev__bg { transform: scale(1); }
.slider-twelev__content .an2p-hero__eyebrow { margin-bottom: 16px; }
.slider-twelev__text {
	color: var(--an2p-cream-100);
	margin: 0 0 30px;
	font-size: 17px;
	line-height: 1.65;
}
.slider-twelev__item { padding: 150px 0 160px; }
.slider-twelev__shape-two { width: 130px; }
.slider-twelev__shape-two img { width: 100%; }

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */
.theme-btn.btn-style-three {
	background-color: var(--an2p-red-500);
	color: #fff;
	font-family: var(--thm-b-font);
	font-weight: 600;
	text-transform: none;
	letter-spacing: .01em;
}
.theme-btn.btn-style-three:hover { background-color: var(--an2p-navy-800); color: #fff; }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.banner-section-four .swiper-slide { background-color: var(--an2p-navy-950); }
.banner-section-four .image-layer { opacity: .55; }
.banner-section-four h2 {
	color: #fff;
	font-family: var(--thm-font);
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
}
.banner-section-four p { color: var(--an2p-cream-100); }
.an2p-hero__eyebrow {
	text-transform: uppercase;
	letter-spacing: .14em;
	font-size: 13px;
	font-weight: 600;
	color: var(--an2p-red-400) !important;
	margin-bottom: 14px;
}

/* --------------------------------------------------------------------------
   Section titles (eyebrow + display)
   -------------------------------------------------------------------------- */
.sec-title-two p {
	text-transform: uppercase;
	letter-spacing: .14em;
	font-size: 13px;
	font-weight: 600;
	color: var(--an2p-red-500);
}
.sec-title-two h2 {
	font-family: var(--thm-font);
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	color: var(--an2p-navy-800);
}

/* --------------------------------------------------------------------------
   Quote band
   -------------------------------------------------------------------------- */
.an2p-quote {
	background: var(--an2p-cream-100);
	border-top: 1px solid var(--an2p-cream-200);
	border-bottom: 1px solid var(--an2p-cream-200);
	padding: 70px 0;
}
.an2p-quote blockquote {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	border: 0;
	padding: 0;
}
.an2p-quote blockquote p {
	font-family: var(--thm-font);
	font-style: italic;
	font-size: 24px;
	line-height: 1.5;
	color: var(--an2p-navy-800);
	margin-bottom: 18px;
}
.an2p-quote cite {
	font-family: var(--thm-b-font);
	font-style: normal;
	font-size: 14px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--an2p-ink-500);
}

/* --------------------------------------------------------------------------
   Quick links
   -------------------------------------------------------------------------- */
.an2p-quicklinks { padding-top: 90px; }
.an2p-quicklinks .row > div { display: flex; }
.service-block-three__single {
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	width: 100%;
}
a.service-block-three__single { text-decoration: none; }
.service-block-three__single .icon-box span { color: var(--an2p-red-500); }
.service-block-three__single h6 { font-family: var(--thm-b-font); font-weight: 600; text-transform: none; }

/* --------------------------------------------------------------------------
   About section
   -------------------------------------------------------------------------- */
.about-section-three__image img { border-radius: 8px; box-shadow: 0 18px 40px rgba(17, 26, 51, .18); max-width: 100%; height: auto; }
.about-section-three__name h3 { font-family: var(--thm-font); }
.an2p-about-btn { margin-top: 28px; }

/* --------------------------------------------------------------------------
   Video sections
   -------------------------------------------------------------------------- */
.an2p-videos { padding: 90px 0; }
.an2p-videos--alt { background: var(--an2p-cream-100); border-top: 1px solid var(--an2p-cream-200); border-bottom: 1px solid var(--an2p-cream-200); }
.an2p-video {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	margin-bottom: 30px;
	border-radius: 8px;
	overflow: hidden;
	background: var(--an2p-navy-950);
	box-shadow: 0 10px 26px rgba(17, 26, 51, .14);
}
.an2p-video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* --------------------------------------------------------------------------
   YouTube channels grid
   -------------------------------------------------------------------------- */
.an2p-channels { padding: 90px 0; }
.an2p-channels__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	max-width: 1140px;
	margin: 0 auto;
}
@media (max-width: 1199px) { .an2p-channels__grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 991px)  { .an2p-channels__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px)  { .an2p-channels__grid { grid-template-columns: 1fr; } }
.an2p-channels__item {
	display: flex;
	align-items: center;
	gap: 14px;
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-radius: 10px;
	padding: 16px 20px;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.an2p-channels__item:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 28px rgba(17, 26, 51, .12);
	border-color: var(--an2p-red-200);
}
.an2p-channels__flag { font-size: 28px; line-height: 1; flex-shrink: 0; }
.an2p-channels__name {
	display: flex;
	flex-direction: column;
	font-family: var(--thm-b-font);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	color: var(--an2p-navy-800);
}
.an2p-channels__name small {
	font-weight: 400;
	font-size: 12.5px;
	color: var(--an2p-ink-500);
	margin-top: 3px;
}
.an2p-channels__item > i {
	margin-left: auto;
	font-size: 22px;
	color: var(--an2p-red-500);
	transition: color .25s ease;
}
.an2p-channels__item:hover > i { color: var(--an2p-red-600); }

/* --------------------------------------------------------------------------
   AN2P Canada
   -------------------------------------------------------------------------- */
.an2p-canada { padding: 0 0 90px; }
.an2p-canada__card {
	display: flex;
	align-items: stretch;
	max-width: 1040px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(17, 26, 51, .08);
}
.an2p-canada__panel {
	flex: 0 0 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(150deg, var(--an2p-red-500), var(--an2p-red-600));
}
.an2p-canada__panel i { font-size: 96px; color: rgba(255, 255, 255, .95); }
.an2p-canada__body { padding: 44px 48px; }
.an2p-canada__body .sec-title-two { margin-bottom: 14px; padding-bottom: 0; }
.an2p-canada__body p { margin-bottom: 26px; color: var(--an2p-ink-500); }
@media (max-width: 767px) {
	.an2p-canada__card { flex-direction: column; }
	.an2p-canada__panel { flex-basis: auto; padding: 34px 0; }
	.an2p-canada__panel i { font-size: 64px; }
	.an2p-canada__body { padding: 30px 26px; }
}

/* --------------------------------------------------------------------------
   Event CTA
   -------------------------------------------------------------------------- */
.an2p-event-cta {
	position: relative;
	padding: 118px 0 124px;
	text-align: left;
	overflow: hidden;
}
.an2p-event-cta__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: 70% center;
}
.an2p-event-cta__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(17, 26, 51, .94) 0%, rgba(17, 26, 51, .82) 34%, rgba(17, 26, 51, .35) 62%, rgba(17, 26, 51, .15) 100%);
}
.an2p-event-cta .auto-container { position: relative; z-index: 2; }
.an2p-event-cta__content { max-width: 560px; }
.an2p-event-cta__eyebrow {
	text-transform: uppercase;
	letter-spacing: .14em;
	font-size: 13px;
	font-weight: 600;
	color: var(--an2p-red-400);
	margin-bottom: 12px;
}
.an2p-event-cta__title {
	font-family: var(--thm-font);
	font-size: 52px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 10px;
	line-height: 1.1;
}
.an2p-event-cta__date {
	color: var(--an2p-cream-100);
	font-size: 17px;
	margin: 0 0 30px;
}
.an2p-event-cta__date i { color: var(--an2p-red-400); margin-right: 8px; }
@media (max-width: 767px) {
	.an2p-event-cta__title { font-size: 36px; }
}

/* --------------------------------------------------------------------------
   News cards
   -------------------------------------------------------------------------- */
.news-two { padding: 90px 0; }
.news-two__box { background: #fff; border-radius: 8px; overflow: hidden; border: 1px solid var(--an2p-ink-100); }
.news-two__image img { width: 100%; height: 220px; object-fit: cover; }
.news-two__content h3 a { font-family: var(--thm-font); color: var(--an2p-navy-800); }
.news-two__content h3 a:hover { color: var(--an2p-red-600); }
.news-two__meta li a { color: var(--an2p-red-500); }

.news-section { padding: 90px 0; }
.news-block .inner-box { background: #fff; border-radius: 8px; overflow: hidden; border: 1px solid var(--an2p-ink-100); }
.news-block .image-box img { width: 100%; height: 220px; object-fit: cover; }
.news-block h5 a { font-family: var(--thm-font); font-size: 21px; color: var(--an2p-navy-800); }
.news-block h5 a:hover { color: var(--an2p-red-600); }

/* --------------------------------------------------------------------------
   Page banner (inner pages)
   -------------------------------------------------------------------------- */
.page-banner { background-color: var(--an2p-navy-950); position: relative; }
.page-banner .image-layer { opacity: .5; }
.page-banner h1 {
	color: #fff;
	font-family: var(--thm-font);
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
}
/* Banner sizing, every inner page. The template ships 100px type on 240px of
   top padding — that padding is meant to sit under an overlapping header, but
   ours sits above the banner, so it was empty space. */
.page-banner .inner-container { padding: 80px 0 60px; }
.page-banner h1 {
	font-size: 46px;
	line-height: 1.15;
	letter-spacing: 0;
	max-width: 900px;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.page-banner .inner-container { padding: 66px 0 50px; }
	.page-banner h1 { font-size: 38px; }
}
@media (max-width: 767px) {
	.page-banner .inner-container { padding: 55px 0 42px; }
	.page-banner h1 { font-size: 30px; }
}

/* --------------------------------------------------------------------------
   Contact page + form
   -------------------------------------------------------------------------- */
.an2p-contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: start; }
.an2p-contact__lede { font-size: 18px; line-height: 1.7; color: var(--an2p-navy-800); margin: 0 0 24px !important; }
.an2p-contact-card {
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-radius: 12px;
	padding: 22px 24px;
	margin: 0 0 18px;
}
.an2p-content .an2p-contact-card h3 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 19px;
	margin: 0 0 12px;
}
.an2p-contact-card h3 i { color: var(--an2p-red-500); font-size: 16px; }
.an2p-contact-card > p { font-size: 14.5px; line-height: 1.7; color: var(--an2p-ink-500); margin: 0 0 14px !important; }
.an2p-contact-list { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.an2p-contact-list li {
	list-style: none !important;
	display: grid;
	grid-template-columns: 74px 1fr;
	gap: 4px 12px;
	padding: 9px 0;
	border-top: 1px solid var(--an2p-ink-100);
}
.an2p-contact-list li:first-child { border-top: 0; padding-top: 0; }
.an2p-contact-list__label {
	font-family: var(--thm-b-font);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--an2p-ink-500);
	padding-top: 3px;
}
.an2p-contact-list li small { grid-column: 2; font-size: 13px; color: var(--an2p-ink-500); line-height: 1.6; }
.an2p-contact-list__plain { font-size: 15px; line-height: 1.6; }
.an2p-content .an2p-contact-list a { font-weight: 600; text-decoration: none; }
.an2p-content .an2p-contact-list a:hover { text-decoration: underline; }
.an2p-contact__legal { font-size: 13px; color: var(--an2p-ink-500); margin: 20px 0 0 !important; }

.an2p-form-wrap {
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-top: 3px solid var(--an2p-red-500);
	border-radius: 12px;
	padding: 30px 32px;
	scroll-margin-top: 90px;
}
.an2p-content .an2p-form-wrap h2 { font-size: 26px; margin: 0 0 18px; }
.an2p-form label { display: block; margin: 0 0 16px; font-size: 14px; font-weight: 600; color: var(--an2p-navy-800); }
.an2p-form label span { font-weight: 400; color: var(--an2p-ink-500); }
.an2p-form input[type="text"], .an2p-form input[type="email"], .an2p-form textarea {
	display: block;
	width: 100%;
	margin-top: 6px;
	padding: 12px 14px;
	border: 1px solid var(--an2p-ink-100);
	border-radius: 8px;
	background: var(--an2p-cream-100);
	font-family: var(--thm-b-font);
	font-size: 15px;
	font-weight: 400;
	color: var(--an2p-navy-800);
	transition: border-color .2s ease, background .2s ease;
}
.an2p-form input:focus, .an2p-form textarea:focus {
	outline: none;
	border-color: var(--an2p-red-500);
	background: #fff;
}
.an2p-form textarea { resize: vertical; min-height: 150px; line-height: 1.6; }
.an2p-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.an2p-form__trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.an2p-content .an2p-form button.an2p-btn { border: 0; cursor: pointer; margin: 4px 0 0; }
.an2p-form__note { font-size: 13px; color: var(--an2p-ink-500); margin: 14px 0 0 !important; }
.an2p-notice { border-radius: 8px; padding: 14px 18px; margin: 0 0 20px; font-size: 14.5px; line-height: 1.65; }
.an2p-notice--ok { background: #eaf6ec; border: 1px solid #b7ddc0; color: #1e5b2c; }
.an2p-notice--ok strong { display: block; margin-bottom: 3px; }
.an2p-notice--error { background: #fdecec; border: 1px solid #f0b9b5; color: #a5211a; }

@media (max-width: 991px) {
	.an2p-contact { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 575px) {
	.an2p-form__row { grid-template-columns: 1fr; gap: 0; }
	.an2p-form-wrap { padding: 24px 20px; }
}

/* --------------------------------------------------------------------------
   Bible Study reading list
   -------------------------------------------------------------------------- */
.an2p-shelf-intro {
	max-width: 760px;
	margin: 0 0 30px;
	padding-left: 22px;
	border-left: 3px solid var(--an2p-red-500);
}
.an2p-shelf-intro p { font-size: 17px; line-height: 1.75; color: var(--an2p-ink-500); margin: 0; }
.an2p-shelf-nav {
	position: sticky;
	top: 0;
	z-index: 5;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 14px 0 16px;
	margin: 0 0 10px;
	background: var(--an2p-cream-100);
	border-bottom: 1px solid var(--an2p-ink-100);
}
.an2p-shelf-nav a {
	display: inline-block;
	padding: 7px 15px;
	border: 1px solid var(--an2p-ink-100);
	border-radius: 999px;
	background: #fff;
	color: var(--an2p-navy-800);
	font-family: var(--thm-b-font);
	font-size: 13.5px;
	font-weight: 600;
	text-decoration: none !important;
	transition: all .2s ease;
}
.an2p-shelf-nav a:hover { background: var(--an2p-navy-800); border-color: var(--an2p-navy-800); color: #fff; }
.an2p-shelf { scroll-margin-top: 80px; padding: 34px 0 6px; }
.an2p-content .an2p-shelf h2 {
	display: flex;
	align-items: baseline;
	gap: 14px;
	font-size: 28px;
	margin: 0 0 20px;
}
.an2p-shelf__count {
	font-family: var(--thm-b-font);
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--an2p-ink-500);
}
.an2p-book-list {
	list-style: none !important;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 0 !important;
	padding: 0 !important;
}
.an2p-book {
	list-style: none !important;
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-left: 3px solid var(--an2p-navy-100);
	border-radius: 0 8px 8px 0;
	padding: 14px 18px;
	transition: border-left-color .2s ease, transform .2s ease;
}
.an2p-book:hover { border-left-color: var(--an2p-red-500); transform: translateX(2px); }
.an2p-book__title { display: block; font-weight: 600; font-size: 15.5px; line-height: 1.45; color: var(--an2p-navy-800); }
.an2p-content .an2p-book__title a { color: var(--an2p-navy-800); text-decoration: none; }
.an2p-content .an2p-book__title a:hover { color: var(--an2p-red-600); text-decoration: underline; }
.an2p-book__author { display: block; font-size: 13.5px; color: var(--an2p-ink-500); margin-top: 3px; }
.an2p-shelf__link { margin: 16px 0 0 !important; font-size: 14px; }
.an2p-content .an2p-shelf__link a { color: var(--an2p-red-500); font-weight: 600; text-decoration: none; }
.an2p-content .an2p-shelf__link a:hover { text-decoration: underline; }
.an2p-shelf__link i { font-size: 12px; margin-left: 5px; }
.an2p-shelf-closing {
	margin: 44px 0 0;
	background: var(--an2p-navy-950);
	border-radius: 14px;
	padding: 32px 36px;
}
.an2p-content .an2p-shelf-closing h2 { color: #fff; font-size: 26px; margin: 0 0 12px; }
.an2p-shelf-closing p { color: var(--an2p-cream-100); font-size: 16px; line-height: 1.75; margin: 0; }

@media (max-width: 767px) {
	.an2p-book-list { grid-template-columns: 1fr; }
	.an2p-content .an2p-shelf h2 { font-size: 23px; flex-wrap: wrap; gap: 6px; }
	.an2p-shelf-closing { padding: 24px 22px; }
}

/* --------------------------------------------------------------------------
   Papers & Documents
   -------------------------------------------------------------------------- */
.an2p-paper-list { display: flex; flex-direction: column; gap: 24px; margin: 34px 0 0; }
.an2p-paper-card {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 26px;
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-radius: 14px;
	padding: 16px;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.an2p-paper-card:hover {
	transform: translateY(-4px);
	border-color: var(--an2p-navy-100);
	box-shadow: 0 18px 40px rgba(17, 26, 51, .12);
}
.an2p-paper-card__media {
	display: block;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	overflow: hidden;
	background: var(--an2p-navy-950);
}
.an2p-paper-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.an2p-paper-card:hover .an2p-paper-card__media img { transform: scale(1.05); }
.an2p-paper-card__body { display: flex; flex-direction: column; padding: 4px 6px 4px 0; }
.an2p-content .an2p-paper-card h3 {
	font-family: var(--thm-font);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	margin: -3px 0 6px;
}
.an2p-paper-card h3 a { color: var(--an2p-navy-800); }
.an2p-paper-card h3 a:hover { color: var(--an2p-red-600); }
.an2p-paper-card__sub {
	font-size: 14px;
	font-style: italic;
	color: var(--an2p-red-500);
	margin: 0 0 10px !important;
}
.an2p-paper-card__excerpt {
	font-size: 14.5px;
	line-height: 1.7;
	color: var(--an2p-ink-500);
	margin: 0 0 16px !important;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.an2p-paper-card__actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: auto; }
.an2p-paper-card__meta { font-size: 12.5px; color: var(--an2p-ink-500); }
.an2p-paper-card h3 a { text-decoration: none !important; }
/* Three-class selectors: `.an2p-content .an2p-btn` further down this file sets
   colour with !important at two-class specificity, so these must outrank it. */
.an2p-content .an2p-paper-card__actions .an2p-btn { margin: 0; padding: 9px 20px; font-size: 14px; border-radius: 999px; }
.an2p-content .an2p-paper-card__actions .an2p-btn--outline {
	background: #fff;
	border-color: var(--an2p-navy-100);
	color: var(--an2p-navy-800) !important;
}
.an2p-content .an2p-paper-card__actions .an2p-btn--outline:hover {
	background: var(--an2p-navy-800);
	border-color: var(--an2p-navy-800);
	color: #fff !important;
}
.an2p-content .an2p-paper-card__actions .an2p-btn--outline i { margin-right: 6px; color: var(--an2p-red-500); }
.an2p-content .an2p-paper-card__actions .an2p-btn--outline:hover i { color: #fff; }

/* Single paper */
.an2p-paper__sub { font-size: 17px; font-style: italic; color: var(--an2p-red-500); margin: 0 0 18px !important; }
.an2p-paper__download {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	background: var(--an2p-cream-100);
	border: 1px solid var(--an2p-ink-100);
	border-radius: 10px;
	padding: 18px 22px;
	margin: 26px 0;
}
.an2p-paper__meta { font-size: 13.5px; color: var(--an2p-ink-500); }
.an2p-paper__viewer {
	border: 1px solid var(--an2p-ink-100);
	border-radius: 10px;
	overflow: hidden;
	background: var(--an2p-cream-100);
}
.an2p-paper__viewer iframe { display: block; width: 100%; height: 780px; border: 0; }

@media (max-width: 767px) {
	.an2p-paper-card { grid-template-columns: 1fr; gap: 16px; }
	.an2p-content .an2p-paper-card h3 { font-size: 20px; }
	.an2p-paper__viewer iframe { height: 460px; }
}

/* --------------------------------------------------------------------------
   About page
   -------------------------------------------------------------------------- */
.an2p-bio {
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 40px;
	align-items: end;
	margin: 0 0 40px;
}
.an2p-bio__portrait {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	background:
		linear-gradient(160deg, rgba(30,45,85,.10) 0%, rgba(17,26,51,.85) 100%),
		var(--an2p-navy-950) center/cover no-repeat;
	min-height: 360px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.an2p-bio__portrait::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(hero-compass-bg.jpg) center/cover no-repeat;
	opacity: .3;
	filter: grayscale(100%);
}
.an2p-bio__portrait img { position: relative; width: 100%; height: auto; display: block; }
.an2p-bio__eyebrow {
	font-family: var(--thm-b-font);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--an2p-red-500);
	margin: 0 0 10px;
}
.an2p-bio__intro h2 { font-size: 40px; margin: 0 0 14px !important; }
.an2p-bio__lead {
	font-size: 19px;
	line-height: 1.65;
	color: var(--an2p-navy-800);
	font-weight: 500;
	margin: 0 0 16px;
}
.an2p-bio__body p { margin: 0 0 18px; }
.an2p-content h2.an2p-bio__heading { margin: 54px 0 26px; }

/* Timeline */
.an2p-timeline { list-style: none; margin: 0 0 50px !important; padding: 0 0 0 8px; }
.an2p-timeline li {
	position: relative;
	display: grid;
	grid-template-columns: 104px 1fr;
	gap: 22px;
	padding: 0 0 26px 26px;
	border-left: 2px solid var(--an2p-ink-100);
	list-style: none !important;
}
.an2p-timeline li:last-child { border-left-color: transparent; padding-bottom: 0; }
.an2p-timeline li::before {
	content: "";
	position: absolute;
	left: -7px;
	top: 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--an2p-red-500);
	box-shadow: 0 0 0 4px #fff;
}
.an2p-timeline__year {
	font-family: var(--thm-font);
	font-size: 20px;
	font-weight: 600;
	color: var(--an2p-red-500);
	line-height: 1.3;
}
.an2p-timeline h3 { font-size: 19px; margin: 0 0 5px !important; }
.an2p-timeline p { font-size: 15px; line-height: 1.7; margin: 0; }

.an2p-bio__cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin: 0 0 44px; }
.an2p-bio__card {
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-top: 3px solid var(--an2p-red-500);
	border-radius: 10px;
	padding: 26px 28px;
}
.an2p-bio__card h3 { font-size: 20px; margin: 0 0 10px !important; }
.an2p-bio__card p { font-size: 15px; line-height: 1.75; margin: 0; }

.an2p-bio__cta {
	background: var(--an2p-navy-950);
	border-radius: 14px;
	padding: 36px 40px;
	text-align: center;
}
.an2p-bio__cta p { color: var(--an2p-cream-100); font-size: 17px; margin: 0 0 20px; }
.an2p-btn {
	display: inline-block;
	margin: 0 6px 8px;
	padding: 13px 30px;
	border-radius: 999px;
	background: var(--an2p-red-500);
	border: 1px solid var(--an2p-red-500);
	color: #fff !important;
	font-family: var(--thm-b-font);
	font-weight: 600;
	font-size: 15px;
	text-decoration: none !important;
	transition: all .2s ease;
}
.an2p-btn:hover { background: var(--an2p-red-600); border-color: var(--an2p-red-600); }
.an2p-btn--ghost { background: transparent; border-color: rgba(255,255,255,.4); }
.an2p-btn--ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }

@media (max-width: 767px) {
	.an2p-bio { grid-template-columns: 1fr; gap: 26px; }
	.an2p-bio__portrait { min-height: 300px; }
	.an2p-bio__intro h2 { font-size: 31px; }
	.an2p-timeline li { grid-template-columns: 1fr; gap: 4px; padding-left: 20px; }
	.an2p-bio__cards { grid-template-columns: 1fr; }
	.an2p-bio__cta { padding: 28px 22px; }
}

/* --------------------------------------------------------------------------
   Archive / category listings
   -------------------------------------------------------------------------- */
.an2p-archive__lede {
	max-width: 760px;
	margin: 0 0 44px;
	padding-left: 22px;
	border-left: 3px solid var(--an2p-red-500);
}
.an2p-archive__lede p { font-size: 17px; line-height: 1.75; color: var(--an2p-ink-500); margin: 0; }
.an2p-archive__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.an2p-arch-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-radius: 12px;
	overflow: hidden;
	transition: transform .28s ease, box-shadow .28s ease;
}
.an2p-arch-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(17, 26, 51, .12); }
.an2p-arch-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--an2p-navy-950);
}
.an2p-arch-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
}
.an2p-arch-card:hover .an2p-arch-card__media img { transform: scale(1.05); }
.an2p-arch-card__badge {
	position: absolute;
	left: 12px;
	bottom: 12px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 6px 13px;
	border-radius: 999px;
	background: rgba(17, 26, 51, .88);
	color: #fff;
	font-family: var(--thm-b-font);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .02em;
}
.an2p-arch-card__badge i { font-size: 11px; color: var(--an2p-red-400); }
.an2p-arch-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 20px 22px 22px;
	gap: 9px;
}
.an2p-arch-card__date { font-size: 12.5px; color: var(--an2p-ink-500); }
.an2p-arch-card__date i { color: var(--an2p-red-500); margin-right: 5px; }
.an2p-arch-card h3 {
	font-family: var(--thm-font);
	font-size: 21px;
	font-weight: 600;
	line-height: 1.25;
	text-transform: none;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.an2p-arch-card h3 a { color: var(--an2p-navy-800); }
.an2p-arch-card h3 a:hover { color: var(--an2p-red-600); }
.an2p-arch-card p {
	font-size: 14px;
	line-height: 1.65;
	color: var(--an2p-ink-500);
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.an2p-arch-card .an2p-watch-link { margin-top: auto; padding-top: 6px; }
.an2p-pagination { margin-top: 50px; text-align: center; }

@media (max-width: 991px) { .an2p-archive__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
@media (max-width: 640px) { .an2p-archive__grid { grid-template-columns: 1fr; } }

/* "More from this sermon" — sibling resource links on a resource page */
.an2p-more-resources {
	max-width: 960px;
	margin: 46px auto 0;
	padding: 26px 30px;
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-left: 4px solid var(--an2p-red-500);
	border-radius: 0 12px 12px 0;
}
.an2p-more-resources h3 {
	font-family: var(--thm-font);
	font-size: 22px;
	color: var(--an2p-navy-800);
	margin: 0 0 16px;
}
.an2p-more-resources .an2p-res-links { margin: 0; }
.an2p-more-resources .an2p-res-btn { margin: 0 8px 8px 0; }
/* Two-class selectors: the base .an2p-res-btn rule is defined later in this
   file and would otherwise win on source order. */
.an2p-res-links .an2p-res-btn--watch {
	background: var(--an2p-red-500);
	border-color: var(--an2p-red-500);
	color: #fff;
}
.an2p-res-links .an2p-res-btn--watch i { color: #fff; }
.an2p-res-links .an2p-res-btn--watch:hover {
	background: var(--an2p-red-600);
	border-color: var(--an2p-red-600);
	color: #fff;
}

.page-banner .bread-crumb li { color: var(--an2p-navy-300); }
.page-banner .bread-crumb li a { color: var(--an2p-cream-100); }
.page-banner .bread-crumb li.active { color: var(--an2p-red-400); }

/* --------------------------------------------------------------------------
   Inner page content
   -------------------------------------------------------------------------- */
.an2p-page { padding: 80px 0; }
.an2p-content { max-width: 960px; margin: 0 auto; }
.an2p-content h1, .an2p-content h2, .an2p-content h3, .an2p-content h4 {
	font-family: var(--thm-font);
	color: var(--an2p-navy-800);
	margin: 1.4em 0 .5em;
}
.an2p-content h1 { font-size: 36px; }
.an2p-content h2 { font-size: 28px; }
.an2p-content h3 { font-size: 22px; }
.an2p-content p { margin-bottom: 1.1em; }
.an2p-content ul, .an2p-content ol { margin: 0 0 1.2em 1.4em; }
.an2p-content ul li { list-style: disc; margin-bottom: .4em; }
.an2p-content ol li { list-style: decimal; margin-bottom: .4em; }
.an2p-content img { max-width: 100%; height: auto; border-radius: 8px; }
.an2p-content iframe { max-width: 100%; }
.an2p-content .an2p-embed { width: 100%; min-height: 900px; border: 0; background: #fff; border-radius: 8px; }
.an2p-content blockquote {
	border-left: 3px solid var(--an2p-red-500);
	background: var(--an2p-cream-100);
	padding: 18px 24px;
	font-family: var(--thm-font);
	font-style: italic;
	color: var(--an2p-navy-800);
	margin: 1.4em 0;
}
.an2p-content a { text-decoration: underline; text-underline-offset: 3px; }
.an2p-content .wp-block-button__link, .an2p-content .an2p-btn {
	display: inline-block;
	background: var(--an2p-red-500);
	color: #fff !important;
	border-radius: 6px;
	padding: 12px 28px;
	font-family: var(--thm-b-font);
	font-weight: 600;
	text-decoration: none;
}
.an2p-content .wp-block-button__link:hover, .an2p-content .an2p-btn:hover { background: var(--an2p-navy-800); }

/* Transcript disclaimer — auto-captions are verbatim, not proofread */
.an2p-transcript-note {
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-left: 4px solid var(--an2p-red-500);
	border-radius: 0 10px 10px 0;
	padding: 20px 26px;
	margin: 0 0 34px;
}
.an2p-transcript-note p {
	font-size: 14.5px;
	line-height: 1.7;
	color: var(--an2p-ink-500);
	margin: 0 0 10px;
}
.an2p-transcript-note p:last-child { margin-bottom: 0; }
.an2p-transcript-note p:first-child strong {
	font-family: var(--thm-font);
	font-size: 19px;
	font-weight: 600;
	color: var(--an2p-navy-800);
}

/* Video grids inside page content (sermons pages) */
.an2p-video-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 24px;
	margin: 30px 0;
}
.an2p-video-grid .an2p-video { margin-bottom: 0; }

/* Papers list */
.an2p-papers-list { margin: 30px 0 !important; padding: 0; }
.an2p-papers-list li {
	list-style: none !important;
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-radius: 8px;
	margin-bottom: 12px;
	padding: 0;
}
.an2p-papers-list li a {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 20px;
	font-weight: 600;
	color: var(--an2p-navy-800);
	text-decoration: none;
}
.an2p-papers-list li a:before {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: var(--an2p-red-500);
	font-size: 22px;
}
.an2p-papers-list li a:hover { color: var(--an2p-red-600); }

/* Sermon Playlists page: section headings with the red accent bar */
.page-id-156 .an2p-content,
.page-id-157 .an2p-content { max-width: 1140px; }
.page-id-156 .an2p-content h2 {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 34px;
	margin: 56px 0 24px;
}
.page-id-156 .an2p-content h2::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 3px;
	background: var(--an2p-red-500);
	border-radius: 2px;
	flex-shrink: 0;
}
.page-id-156 .an2p-content h2:first-child { margin-top: 0; }
.an2p-content .an2p-sermon-row { margin-top: 6px; }
.an2p-content .an2p-sermon-box__body h3 { margin: 0; }
.an2p-content .an2p-sermon-box__body p { margin: 0; }

/* Sermon thumbnail cards */
.an2p-sermon-card {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 26px rgba(17, 26, 51, .14);
	background: var(--an2p-navy-950);
}
.an2p-sermon-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 8px;
	transition: transform .35s ease, opacity .35s ease;
}
.an2p-sermon-card:hover img { transform: scale(1.04); opacity: .8; }
/* Play badge: hidden on every card. Centred over a thumbnail it lands squarely
   on the speaker's face, and each card already has a Watch Sermon link. */
.an2p-play { display: none; }
.an2p-play--show {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
.an2p-play i {
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(197, 50, 43, .92);
	color: #fff;
	font-size: 18px;
	padding-left: 4px;
	box-shadow: 0 6px 18px rgba(17, 26, 51, .35);
	transition: transform .25s ease;
}
.an2p-sermon-card:hover .an2p-play i { transform: scale(1.12); }
.an2p-sermon-card--wide { max-width: 640px; margin: 0 0 18px; }

/* Latest-sermon cards */
.an2p-sermon-box {
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	height: calc(100% - 30px);
	display: flex;
	flex-direction: column;
	transition: transform .3s ease, box-shadow .3s ease;
}
.an2p-sermon-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(17, 26, 51, .14);
}
.an2p-sermon-box .an2p-sermon-card { border-radius: 0; box-shadow: none; }
.an2p-sermon-box__body {
	padding: 22px 24px 24px;
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 10px;
}
.an2p-sermon-box__date { font-size: 13px; color: var(--an2p-ink-500); }
.an2p-sermon-box__date i { color: var(--an2p-red-500); margin-right: 5px; }
.an2p-sermon-box__body h3 {
	font-family: var(--thm-font);
	font-size: 24px;
	line-height: 1.15;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.an2p-sermon-box__body h3 a { color: var(--an2p-navy-800); }
.an2p-sermon-box__body h3 a:hover { color: var(--an2p-red-600); }
.an2p-sermon-box__body p {
	font-size: 14px;
	line-height: 1.6;
	color: var(--an2p-ink-500);
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.an2p-watch-link {
	margin-top: auto;
	font-weight: 600;
	font-size: 14px;
	color: var(--an2p-red-500);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: all .25s ease;
}
.an2p-watch-link i { transition: transform .25s ease; }
.an2p-watch-link:hover { color: var(--an2p-navy-800); }
.an2p-watch-link:hover i { transform: translateX(5px); }

/* Lecture carousels (service-twelev style) */
.an2p-lecture-carousel .service-twelev__item__title {
	font-size: 26px;
	line-height: 30px;
	max-width: 240px;
	min-height: 60px;
	margin: 0 0 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.an2p-lecture-carousel .service-twelev__item__text {
	font-size: 15px;
	line-height: 1.6;
	min-height: 72px;
	margin: 0 60px 18px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.an2p-lecture-carousel .service-twelev__item__image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}
.an2p-lecture-carousel .service-twelev__item__image { position: relative; }
.an2p-lecture-carousel .service-twelev__item__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	transform: translate(-50%, -50%);
	width: 52px;
	height: 52px;
	margin: 0;
	border-radius: 50%;
	background-color: rgba(197, 50, 43, .92);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	pointer-events: none;
	box-shadow: 0 6px 18px rgba(17, 26, 51, .35);
}
.an2p-lecture-carousel .service-twelev__item__icon i.fa-play { padding-left: 3px; }
/* Liberty carousel thumbnails have centered faces — keep the badge in the corner there */
.an2p-lecture-carousel--alt .service-twelev__item__icon {
	top: 12px;
	right: 12px;
	left: auto;
	transform: none;
	width: 48px;
	height: 48px;
}

/* Schedule preview (why-choose-twelev) — demo colors on our darker navy */
.an2p-schedule-preview { background-color: var(--an2p-navy-950); }
.an2p-schedule-preview .sec-title-twelev__tagline { color: var(--an2p-navy-300); }
.an2p-schedule-preview .why-choose-twelev__box--reverse .why-choose-twelev__box__text { flex: 1; text-align: left; padding-left: 32px; padding-right: 56px; }
.an2p-schedule-preview .why-choose-twelev__content__text { color: var(--an2p-navy-300); }
.an2p-schedule-preview .why-choose-twelev__box__text { color: var(--an2p-navy-300); }
.an2p-schedule-preview__btn { margin-top: 34px; }
.an2p-schedule-preview .why-choose-twelev__box__title { font-size: 22px; line-height: 26px; }
.an2p-schedule-preview .why-choose-twelev__box__icon i { font-size: 34px; }
.an2p-schedule-preview .why-choose-twelev__image__award__content {
	font-size: 19px;
	line-height: 1.35;
	max-width: 252px;
	padding: 64px 0 52px;
}
.an2p-schedule-preview .why-choose-twelev__image__award__icon { font-size: 52px; line-height: 52px; }

/* Resource pill buttons under each sermon */
.an2p-res-links { margin: 14px 0 34px; }
.an2p-res-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 8px 10px 0;
	padding: 8px 18px;
	border: 1px solid var(--an2p-navy-100);
	border-radius: 999px;
	background: #fff;
	color: var(--an2p-navy-800);
	font-family: var(--thm-b-font);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	transition: all .2s ease;
}
.an2p-res-btn i {
	font-size: 13px;
	color: var(--an2p-red-500);
	transition: color .2s ease;
}
.an2p-res-btn:hover {
	background: var(--an2p-navy-800);
	border-color: var(--an2p-navy-800);
	color: #fff;
}
.an2p-res-btn:hover i { color: #fff; }

/* ------------------------------------------------------------------ */
/* Sermons & Resources page: horizontal sermon + study-resources cards */
/* ------------------------------------------------------------------ */
.an2p-res-intro {
	max-width: 760px;
	margin: 0 0 44px;
	padding-left: 22px;
	border-left: 3px solid var(--an2p-red-500);
}
.an2p-res-intro p {
	font-size: 17px;
	line-height: 1.75;
	color: var(--an2p-ink-500);
	margin: 0;
}
.an2p-res-list {
	display: flex;
	flex-direction: column;
	gap: 26px;
}
.an2p-res-item {
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 30px;
	align-items: start;
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-radius: 14px;
	padding: 18px;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.an2p-res-item:hover {
	transform: translateY(-4px);
	border-color: var(--an2p-navy-100);
	box-shadow: 0 18px 40px rgba(17, 26, 51, .12);
}
/* Guard: an empty <p> from wpautop would otherwise consume a grid cell. */
.an2p-res-item > p:empty,
.an2p-res-list > p:empty { display: none; }
/* Resource-only entries (no video) use the full card width. */
.an2p-res-item--nomedia { grid-template-columns: 1fr; }
.an2p-res-item__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	overflow: hidden;
	background: var(--an2p-navy-950);
	box-shadow: none;
}
.an2p-res-item__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 10px;
	transition: transform .4s ease;
}
.an2p-res-item:hover .an2p-res-item__media img { transform: scale(1.05); }
.an2p-res-item__body {
	display: flex;
	flex-direction: column;
	padding: 0 8px 4px 0;
}
/* Scoped under .an2p-content so the theme's generic h3/p margins don't win. */
.an2p-content .an2p-res-item__title {
	font-family: var(--thm-font);
	font-weight: 600;
	font-size: 27px;
	line-height: 1.25;
	color: var(--an2p-navy-800);
	margin: -4px 0 10px;
}
.an2p-content .an2p-res-item__desc {
	font-size: 15px;
	line-height: 1.7;
	color: var(--an2p-ink-500);
	margin: 0 0 16px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.an2p-res-item .an2p-res-links {
	margin: 0 0 4px;
	padding-top: 14px;
	border-top: 1px solid var(--an2p-ink-100);
}
.an2p-res-item .an2p-res-btn {
	margin: 0 6px 8px 0;
	padding: 6px 14px;
	font-size: 13px;
}
.an2p-res-item .an2p-watch-link { margin-top: 4px; }

@media (max-width: 991px) {
	.an2p-res-item { grid-template-columns: 300px 1fr; gap: 22px; }
	.an2p-content .an2p-res-item__title { font-size: 23px; }
}
@media (max-width: 767px) {
	.an2p-res-item { grid-template-columns: 1fr; gap: 16px; padding: 14px; }
	.an2p-res-item__body { padding: 2px 4px 6px; }
	.an2p-content .an2p-res-item__title { margin-top: 0; }
	.an2p-content .an2p-res-item__desc { -webkit-line-clamp: 5; }
}

/* Events list (Schedule page) */
.an2p-events { max-width: 860px; margin: 0 auto; }
.an2p-events__month {
	display: flex;
	align-items: center;
	gap: 14px;
	font-family: var(--thm-font);
	font-size: 32px;
	color: var(--an2p-navy-800);
	margin: 48px 0 20px;
}
.an2p-events__month:first-child { margin-top: 0; }
.an2p-events__month-bar {
	display: inline-block;
	width: 26px;
	height: 3px;
	background: var(--an2p-red-500);
	border-radius: 2px;
}
.an2p-event-card {
	display: flex;
	gap: 24px;
	align-items: flex-start;
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-left: 3px solid var(--an2p-red-500);
	border-radius: 10px;
	padding: 22px 26px;
	margin-bottom: 16px;
	transition: transform .25s ease, box-shadow .25s ease;
}
.an2p-event-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 30px rgba(17, 26, 51, .10);
}
.an2p-event-card__date {
	flex-shrink: 0;
	width: 72px;
	height: 72px;
	border-radius: 10px;
	background: var(--an2p-navy-900);
	color: var(--an2p-cream-50);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.an2p-event-card__day { font-family: var(--thm-font); font-size: 30px; font-weight: 700; }
.an2p-event-card__mon { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; margin-top: 4px; color: var(--an2p-navy-300); }
.an2p-event-card__body h3 { font-family: var(--thm-font); font-size: 24px; margin: 0 0 6px; color: var(--an2p-navy-800); }
.an2p-event-card__meta { display: flex; flex-wrap: wrap; gap: 18px; font-size: 14px; color: var(--an2p-ink-500); }
.an2p-event-card__meta i { color: var(--an2p-red-500); margin-right: 5px; }
.an2p-event-card__body p { font-size: 15px; line-height: 1.6; color: var(--an2p-ink-500); margin: 10px 0 0; }
@media (max-width: 575px) {
	.an2p-event-card { flex-direction: column; gap: 14px; }
}

/* Schedule */
.an2p-schedule h2 { border-bottom: 2px solid var(--an2p-cream-200); padding-bottom: .3em; }
.an2p-schedule ul li { list-style: none; padding-left: 26px; position: relative; }
.an2p-schedule ul { margin-left: 0; }
.an2p-schedule ul li:before {
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: var(--an2p-red-500);
	position: absolute;
	left: 0;
	top: 2px;
}

/* Post head / nav */
.an2p-post-head { margin-bottom: 30px; }
.an2p-post-head h2 { font-family: var(--thm-font); font-size: 32px; }
.an2p-post-meta span { margin-right: 18px; color: var(--an2p-ink-500); }
.an2p-post-meta a { color: var(--an2p-red-500); }
.an2p-post-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; border-top: 1px solid var(--an2p-ink-100); padding-top: 24px; }
.an2p-post-nav a { font-weight: 600; color: var(--an2p-navy-800); }

/* Pagination */
.an2p-pagination { text-align: center; margin-top: 20px; }
.an2p-pagination .nav-links { display: inline-flex; gap: 8px; }
.an2p-pagination .page-numbers {
	display: inline-block;
	min-width: 42px;
	padding: 8px 12px;
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-radius: 6px;
	color: var(--an2p-navy-800);
	font-weight: 600;
}
.an2p-pagination .page-numbers.current,
.an2p-pagination .page-numbers:hover { background: var(--an2p-red-500); color: #fff; border-color: var(--an2p-red-500); }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.main-footer__three { background-color: var(--an2p-navy-950); }
.main-footer__three .footer-widget h3 { color: #fff; font-family: var(--thm-font); text-transform: none; letter-spacing: 0; }
.main-footer__three .footer-widget p,
.main-footer__three .footer-widget__links a,
.main-footer__three .contact-list li,
.main-footer__three .contact-list a,
.main-footer__three .post-list .content p,
.main-footer__three .post-list h4 a { color: var(--an2p-navy-300); }
.main-footer__three .footer-widget__links a:hover,
.main-footer__three .contact-list a:hover,
.main-footer__three .post-list h4 a:hover { color: #fff; }
.main-footer__three .contact-list .icon { color: var(--an2p-red-400); }
.main-footer__three .bottom-footer { background-color: var(--an2p-navy-900); border-top: 1px solid rgba(250, 248, 242, .08); }
.main-footer__three .bottom-footer p { color: var(--an2p-navy-300); }
.main-footer__three .bottom-footer .social-links a { color: var(--an2p-navy-300); }
.main-footer__three .bottom-footer .social-links a:hover { color: var(--an2p-red-400); }
.main-footer__three .post-list img { border-radius: 6px; object-fit: cover; }

/* --------------------------------------------------------------------------
   Misc
   -------------------------------------------------------------------------- */
.preloader { background-color: var(--an2p-cream-50); }
/* Loading spinner: the AN2P compass badge, not Linoor's template icon — a
   spinning needle is the one loading metaphor this ministry actually owns. */
.preloader .icon {
	background-image: url(../an2p/hero-badge.png) !important;
	background-size: 72px auto;
}
.scroll-to-top { background: var(--an2p-red-500); }
.scroll-to-top:hover { background: var(--an2p-navy-800); }

@media (max-width: 991px) {
	.header-donate-btn { display: none; }
	.an2p-quote blockquote p { font-size: 20px; }
}

/* --------------------------------------------------------------------------
   Religious Liberty — hub and event pages
   -------------------------------------------------------------------------- */
.an2p-lede { max-width: 820px; }
.an2p-lede p { font-size: 17px; line-height: 1.85; color: var(--an2p-ink-500); }
.an2p-lede p:first-of-type { font-size: 19px; color: var(--an2p-navy-800); }

.an2p-rl-list { display: flex; flex-direction: column; gap: 26px; margin: 40px 0 0; }
.an2p-rl-card {
	display: grid;
	grid-template-columns: 360px 1fr;
	gap: 30px;
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-radius: 14px;
	padding: 18px;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.an2p-rl-card:hover {
	transform: translateY(-4px);
	border-color: var(--an2p-navy-100);
	box-shadow: 0 18px 40px rgba(17, 26, 51, .12);
}
.an2p-rl-card__media {
	display: block;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	overflow: hidden;
	background: var(--an2p-navy-950);
}
.an2p-rl-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.an2p-rl-card:hover .an2p-rl-card__media img { transform: scale(1.05); }
.an2p-rl-card__body { display: flex; flex-direction: column; padding: 6px 8px 6px 0; }
.an2p-rl-card__date {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--an2p-red-500);
	margin: 0 0 8px !important;
}
.an2p-content .an2p-rl-card h3 {
	font-family: var(--thm-font);
	font-size: 26px;
	font-weight: 600;
	line-height: 1.22;
	margin: 0 0 10px;
}
.an2p-rl-card h3 a { color: var(--an2p-navy-800); text-decoration: none !important; }
.an2p-rl-card h3 a:hover { color: var(--an2p-red-600); }
.an2p-content .an2p-rl-card__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}
.an2p-content .an2p-rl-card__facts li {
	position: relative;
	font-size: 13.5px;
	color: var(--an2p-ink-500);
	padding: 0 0 0 16px;
}
.an2p-content .an2p-rl-card__facts li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--an2p-navy-100);
}
.an2p-rl-card__text {
	font-size: 14.5px;
	line-height: 1.75;
	color: var(--an2p-ink-500);
	margin: 0 0 18px !important;
}
.an2p-rl-card__actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: auto; }
/* Three-class selectors: `.an2p-content .an2p-btn` sets colour with !important
   at two-class specificity further up this file. */
.an2p-content .an2p-rl-card__actions .an2p-btn { margin: 0; padding: 9px 22px; font-size: 14px; border-radius: 999px; }
.an2p-content .an2p-rl-card__actions .an2p-btn--outline {
	background: #fff;
	border-color: var(--an2p-navy-100);
	color: var(--an2p-navy-800) !important;
}
.an2p-content .an2p-rl-card__actions .an2p-btn--outline:hover {
	background: var(--an2p-navy-800);
	border-color: var(--an2p-navy-800);
	color: #fff !important;
}

.an2p-rl-foot {
	margin: 46px 0 0;
	padding: 28px 32px;
	background: var(--an2p-cream-100);
	border: 1px solid var(--an2p-ink-100);
	border-radius: 12px;
}
.an2p-content .an2p-rl-foot h3 { font-size: 21px; font-weight: 600; margin: 0 0 10px; }
.an2p-rl-foot p { font-size: 15px; line-height: 1.8; color: var(--an2p-ink-500); margin: 0 !important; }

/* Event page header */
.an2p-rl-head {
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: 36px;
	align-items: start;
	margin: 0 0 44px;
}
.an2p-content .an2p-rl-head__meta { list-style: none; margin: 0 0 20px; padding: 0; }
.an2p-content .an2p-rl-head__meta li {
	display: flex;
	gap: 14px;
	font-size: 15px;
	color: var(--an2p-navy-800);
	padding: 9px 0;
	border-bottom: 1px solid var(--an2p-ink-100);
}
.an2p-content .an2p-rl-head__meta li span {
	flex: 0 0 84px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .07em;
	text-transform: uppercase;
	color: var(--an2p-ink-500);
	padding-top: 3px;
}
.an2p-rl-head__summary { font-size: 16.5px; line-height: 1.8; color: var(--an2p-ink-500); margin: 0 0 12px !important; }
.an2p-rl-head__note { font-size: 13.5px; font-style: italic; color: var(--an2p-ink-500); margin: 0 0 20px !important; }
.an2p-content .an2p-rl-head .an2p-btn { margin: 0; padding: 11px 26px; font-size: 14.5px; border-radius: 999px; }
.an2p-rl-head__media {
	display: block;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	overflow: hidden;
	background: var(--an2p-navy-950);
	box-shadow: 0 18px 40px rgba(17, 26, 51, .14);
}
.an2p-rl-head__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.an2p-rl-head__media:hover img { transform: scale(1.04); }

.an2p-content .an2p-section-title {
	font-family: var(--thm-font);
	font-size: 27px;
	font-weight: 600;
	color: var(--an2p-navy-800);
	margin: 0 0 24px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--an2p-cream-200);
}

/* Session cards */
.an2p-sessions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
}
.an2p-session {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-radius: 12px;
	overflow: hidden;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.an2p-session:hover {
	transform: translateY(-4px);
	border-color: var(--an2p-navy-100);
	box-shadow: 0 16px 34px rgba(17, 26, 51, .12);
}
.an2p-session__media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--an2p-navy-950); }
.an2p-session__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.an2p-session:hover .an2p-session__media img { transform: scale(1.05); }
.an2p-session__body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 20px 22px 18px; }
.an2p-session__speaker {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--an2p-red-500);
	margin: 0 0 8px !important;
}
.an2p-session__time {
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	color: var(--an2p-ink-500);
	padding-left: 10px;
	border-left: 1px solid var(--an2p-ink-100);
}
.an2p-content .an2p-session h3 {
	font-family: var(--thm-font);
	font-size: 19px;
	font-weight: 600;
	line-height: 1.32;
	margin: 0 0 8px;
}
.an2p-session h3 a { color: var(--an2p-navy-800); text-decoration: none !important; }
.an2p-session h3 a:hover { color: var(--an2p-red-600); }
.an2p-session__blurb { font-size: 14px; line-height: 1.7; color: var(--an2p-ink-500); margin: 0 0 16px !important; }
.an2p-session__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: auto 0 0 !important;
	padding-top: 14px;
	border-top: 1px solid var(--an2p-ink-100);
}
.an2p-session__watch {
	font-size: 14px;
	font-weight: 600;
	color: var(--an2p-navy-800);
	text-decoration: none !important;
}
.an2p-session__watch:after { content: " \2192"; }
.an2p-session__watch:hover { color: var(--an2p-red-600); }
.an2p-session__len { font-size: 13px; color: var(--an2p-ink-500); }

/* Event-to-event navigation reuses the sibling-resource shell */
.an2p-rl-more .an2p-more-resources__links { display: flex; flex-wrap: wrap; gap: 12px; }
.an2p-rl-more .an2p-more-resources__links a {
	display: flex;
	flex-direction: column;
	gap: 3px;
	background: var(--an2p-cream-100);
	border: 1px solid var(--an2p-ink-100);
	border-radius: 10px;
	padding: 12px 20px;
	font-size: 15px;
	font-weight: 600;
	color: var(--an2p-navy-800);
	text-decoration: none !important;
	transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.an2p-rl-more .an2p-more-resources__links a small {
	font-size: 12.5px;
	font-weight: 400;
	color: var(--an2p-ink-500);
}
.an2p-rl-more .an2p-more-resources__links a:hover {
	background: var(--an2p-navy-800);
	border-color: var(--an2p-navy-800);
	color: #fff;
}
.an2p-rl-more .an2p-more-resources__links a:hover small { color: var(--an2p-navy-300); }

@media (max-width: 991px) {
	.an2p-rl-head { grid-template-columns: 1fr; gap: 26px; }
	.an2p-rl-head__media { order: -1; }
	.an2p-sessions { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
	.an2p-rl-card { grid-template-columns: 1fr; gap: 18px; }
	.an2p-content .an2p-rl-card h3 { font-size: 21px; }
	.an2p-content .an2p-section-title { font-size: 23px; }
	.an2p-rl-foot { padding: 24px 22px; }
	.an2p-content .an2p-rl-head__meta li { flex-direction: column; gap: 3px; }
	.an2p-content .an2p-rl-head__meta li span { flex: none; }
}

/* --------------------------------------------------------------------------
   Site search — homepage bar, form, results page
   -------------------------------------------------------------------------- */
/* The bar straddles the seam between the hero and the quote: the section takes
   no height of its own, so translating the form up by half centres it on the
   boundary — top half over the banner, bottom half over the quote. */
.an2p-sitesearch {
	position: relative;
	z-index: 6;
	height: 0;
	background: none;
}
.an2p-sitesearch__inner {
	max-width: 720px;
	margin: 0 auto;
	transform: translateY(-50%);
}
/* Deeper shadow than the results-page form: half of this one sits on dark navy. */
.an2p-sitesearch .an2p-search-form { box-shadow: 0 18px 44px rgba(17, 26, 51, .28); }
/* Clear the overlapping half so it never crowds the quotation. */
.an2p-sitesearch + .an2p-quote { padding-top: 104px; }

/* The form itself */
.an2p-search-form {
	position: relative;
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-radius: 999px;
	padding: 6px 6px 6px 22px;
	box-shadow: 0 10px 30px rgba(17, 26, 51, .07);
	transition: border-color .25s ease, box-shadow .25s ease;
}
.an2p-search-form:focus-within {
	border-color: var(--an2p-navy-100);
	box-shadow: 0 14px 36px rgba(17, 26, 51, .14);
}
.an2p-search-form__icon { color: var(--an2p-ink-200); font-size: 15px; margin-right: 12px; }
.an2p-search-form:focus-within .an2p-search-form__icon { color: var(--an2p-red-500); }
.an2p-search-form input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
	height: 46px;
	border: 0;
	background: none;
	font-family: var(--body-font, inherit);
	font-size: 15.5px;
	color: var(--an2p-navy-800);
	outline: none;
	box-shadow: none;
	padding: 0;
}
.an2p-search-form input[type="search"]::placeholder { color: var(--an2p-ink-200); }
.an2p-search-form input[type="search"]::-webkit-search-cancel-button { cursor: pointer; }
.an2p-search-form button {
	flex: 0 0 auto;
	height: 46px;
	padding: 0 30px;
	border: 0;
	border-radius: 999px;
	background: var(--an2p-red-500);
	color: #fff;
	font-family: var(--thm-font);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .02em;
	cursor: pointer;
	transition: background .25s ease;
}
.an2p-search-form button:hover { background: var(--an2p-navy-800); }

/* Results page */
.an2p-results__head { max-width: 720px; margin: 0 0 34px; }
.an2p-results__count { font-size: 16px; color: var(--an2p-ink-500); margin: 18px 0 0; }
.an2p-results__count strong { color: var(--an2p-navy-800); }
.an2p-results__empty {
	max-width: 720px;
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-left: 4px solid var(--an2p-red-500);
	border-radius: 0 12px 12px 0;
	padding: 30px 34px;
}
.an2p-results__empty h2 { font-family: var(--thm-font); font-size: 24px; color: var(--an2p-navy-800); margin: 0 0 10px; }
.an2p-results__empty p { font-size: 15px; line-height: 1.8; color: var(--an2p-ink-500); margin: 0 0 18px; }
.an2p-results__suggest { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 14px; color: var(--an2p-ink-500); }
.an2p-results__suggest a {
	background: var(--an2p-cream-100);
	border: 1px solid var(--an2p-ink-100);
	border-radius: 999px;
	padding: 5px 15px;
	color: var(--an2p-navy-700);
	transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.an2p-results__suggest a:hover { background: var(--an2p-navy-800); border-color: var(--an2p-navy-800); color: #fff; }
.an2p-results__links { margin: 20px 0 0 !important; font-size: 14.5px; }

@media (max-width: 575px) {
	.an2p-sitesearch + .an2p-quote { padding-top: 88px; }
	.an2p-search-form { padding: 6px 6px 6px 16px; }
	.an2p-search-form button { padding: 0 20px; font-size: 14px; }
	.an2p-search-form input[type="search"] { font-size: 15px; }
	.an2p-results__empty { padding: 24px 22px; }
}

/* --------------------------------------------------------------------------
   Search results — ranked link list, search-engine style
   -------------------------------------------------------------------------- */
.an2p-sr-list { max-width: 660px; display: flex; flex-direction: column; gap: 30px; }
.an2p-sr { max-width: 100%; }

/* Source line: brand mark, site name, host › section */
.an2p-sr__source { display: flex; align-items: center; gap: 11px; text-decoration: none !important; margin-bottom: 5px; }
.an2p-sr__mark {
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
	border-radius: 50%;
	object-fit: cover;
	background: var(--an2p-cream-100);
	border: 1px solid var(--an2p-ink-100);
}
.an2p-sr__site { display: flex; flex-direction: column; min-width: 0; line-height: 1.35; }
.an2p-sr__name { font-size: 13.5px; color: var(--an2p-navy-800); }
.an2p-sr__path {
	font-size: 12.5px;
	color: var(--an2p-ink-500);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Title: the one blue-ish link, sized like a search engine's */
.an2p-content .an2p-sr__title,
.an2p-sr__title {
	font-family: var(--thm-font);
	font-size: 21px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 5px;
}
.an2p-sr__title a { color: var(--an2p-navy-700); text-decoration: none !important; }
.an2p-sr__title a:hover { color: var(--an2p-red-600); text-decoration: underline !important; }
.an2p-sr:visited .an2p-sr__title a,
.an2p-sr__title a:visited { color: var(--an2p-navy-900); }

.an2p-sr__snippet {
	font-size: 14.5px;
	line-height: 1.72;
	color: var(--an2p-ink-500);
	margin: 0 !important;
}
.an2p-sr__date { color: var(--an2p-ink-200); }

/* Highlighted query terms, in both title and snippet */
.an2p-sr mark {
	background: none;
	padding: 0;
	color: inherit;
	font-weight: 700;
}
.an2p-sr__title mark { color: inherit; font-weight: 700; }

@media (max-width: 575px) {
	.an2p-sr-list { gap: 26px; }
	.an2p-sr__title { font-size: 18.5px; }
	.an2p-sr__snippet { font-size: 14px; }
}

/* Prayer Wall embed: give the app room; the wall is a tall feed */
.an2p-content .an2p-embed--tall { min-height: max(1000px, calc(100vh - 320px)); }
.an2p-lede-line { max-width: 720px; font-size: 15.5px; color: var(--an2p-ink-500); margin-bottom: 22px !important; }

/* --------------------------------------------------------------------------
   News — quarterly newsletter archive
   -------------------------------------------------------------------------- */
.an2p-issues { display: flex; flex-direction: column; gap: 30px; margin: 8px 0 0; }
.an2p-issue {
	position: relative;
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 34px;
	align-items: center;
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-radius: 14px;
	padding: 26px;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.an2p-issue:hover {
	transform: translateY(-4px);
	border-color: var(--an2p-navy-100);
	box-shadow: 0 18px 40px rgba(17, 26, 51, .12);
}
/* The newest issue sits first; badge it automatically so adding Issue #3 on
   top needs no markup changes. */
.an2p-issues .an2p-issue:first-child::before {
	content: "Latest issue";
	position: absolute;
	top: 18px;
	right: 18px;
	background: var(--an2p-red-500);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	padding: 5px 14px;
	border-radius: 999px;
}
.an2p-issue__cover {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 14px 30px rgba(17, 26, 51, .18);
	transition: transform .3s ease;
}
.an2p-issue:hover .an2p-issue__cover { transform: scale(1.02) rotate(-.4deg); }
.an2p-issue__cover img { display: block; width: 100%; height: auto; }
.an2p-issue__kicker {
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--an2p-red-500);
	margin: 0 0 8px !important;
}
.an2p-content .an2p-issue h2 {
	font-family: var(--thm-font);
	font-size: 30px;
	font-weight: 600;
	color: var(--an2p-navy-800);
	margin: 0 0 4px;
}
.an2p-issue__period { font-size: 15.5px; color: var(--an2p-ink-500); margin: 0 0 18px !important; }
.an2p-issue__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.an2p-content .an2p-issue__actions .an2p-btn { margin: 0; padding: 10px 24px; font-size: 14.5px; border-radius: 999px; }
.an2p-issue__meta { font-size: 13px; color: var(--an2p-ink-500); }
.an2p-issue > p:empty, .an2p-issue__body > p:empty { display: none; }

.an2p-issues-foot {
	margin: 40px 0 0;
	padding: 24px 30px;
	background: var(--an2p-cream-100);
	border: 1px solid var(--an2p-ink-100);
	border-radius: 12px;
	font-size: 15px;
	line-height: 1.75;
	color: var(--an2p-ink-500);
}
.an2p-issues-foot p { margin: 0 !important; }

@media (max-width: 767px) {
	.an2p-issue { grid-template-columns: 1fr; gap: 20px; padding: 20px; }
	.an2p-issue__cover { max-width: 260px; margin: 0 auto; }
	.an2p-issues .an2p-issue:first-child::before { top: 14px; right: 14px; }
	.an2p-content .an2p-issue h2 { font-size: 24px; }
}

/* --------------------------------------------------------------------------
   Donate — giving methods
   -------------------------------------------------------------------------- */
.an2p-give-head { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.an2p-content .an2p-give-head h2 {
	font-family: var(--thm-font);
	font-size: 34px;
	font-weight: 600;
	color: var(--an2p-navy-800);
	margin: 0 0 14px;
}
.an2p-give-head__legal { font-size: 13.5px; line-height: 1.7; color: var(--an2p-ink-500); margin: 0 !important; }

.an2p-give-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
}
.an2p-give-card {
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-radius: 14px;
	padding: 30px 32px 28px;
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.an2p-give-card:hover {
	transform: translateY(-4px);
	border-color: var(--an2p-navy-100);
	box-shadow: 0 18px 40px rgba(17, 26, 51, .12);
}
.an2p-give-card--wide { grid-column: 1 / -1; }
.an2p-give-card__icon {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--an2p-cream-100);
	border: 1px solid var(--an2p-cream-200);
	border-radius: 14px;
	color: var(--an2p-red-500);
	font-size: 21px;
	margin-bottom: 18px;
}
.an2p-content .an2p-give-card h2 {
	font-family: var(--thm-font);
	font-size: 23px;
	font-weight: 600;
	color: var(--an2p-navy-800);
	margin: 0 0 10px;
}
.an2p-give-card p, .an2p-give-card li { font-size: 14.5px; line-height: 1.75; color: var(--an2p-ink-500); }
.an2p-give-card p { margin: 0 0 12px !important; }
.an2p-give-card p:last-child { margin-bottom: 0 !important; }
.an2p-content .an2p-give-card .an2p-btn { margin: 6px 0 0; padding: 11px 28px; font-size: 14.5px; border-radius: 999px; }
.an2p-give-card__note { font-size: 13px !important; color: var(--an2p-ink-500); margin-top: 10px !important; }

/* A copyable key line — the Zelle address, the payee name */
.an2p-give-key {
	display: inline-block;
	background: var(--an2p-cream-100);
	border: 1px dashed var(--an2p-navy-100);
	border-radius: 8px;
	padding: 8px 16px;
	font-size: 15px;
	font-weight: 600;
	color: var(--an2p-navy-800);
	margin: 2px 0 10px;
	word-break: break-all;
}
.an2p-give-card address {
	font-style: normal;
	font-size: 14.5px;
	line-height: 1.8;
	color: var(--an2p-navy-800);
	background: var(--an2p-cream-100);
	border-radius: 8px;
	padding: 14px 18px;
	margin: 4px 0 0;
}
.an2p-give-card ul { margin: 0 0 12px; padding-left: 18px; }
.an2p-give-card ul li { margin-bottom: 6px; }

/* Bank details fold out — the numbers are reference material, not reading */
.an2p-give-card details { margin-top: 6px; }
.an2p-give-card summary {
	cursor: pointer;
	font-size: 14.5px;
	font-weight: 600;
	color: var(--an2p-navy-700);
	padding: 10px 0;
	list-style-position: inside;
}
.an2p-give-card summary:hover { color: var(--an2p-red-600); }
.an2p-give-card details[open] summary { color: var(--an2p-red-600); }
.an2p-give-bank {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 6px 18px;
	background: var(--an2p-cream-100);
	border-radius: 8px;
	padding: 18px 22px;
	margin-top: 6px;
	font-size: 14px;
}
.an2p-give-bank dt { font-weight: 600; color: var(--an2p-ink-500); margin: 0; }
.an2p-give-bank dd { color: var(--an2p-navy-800); margin: 0; word-break: break-all; }

/* Tithe statement + thanks */
.an2p-give-tithe {
	margin: 44px 0 0;
	padding: 26px 30px;
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-left: 4px solid var(--an2p-red-500);
	border-radius: 0 12px 12px 0;
}
.an2p-content .an2p-give-tithe h3 { font-size: 20px; font-weight: 600; color: var(--an2p-navy-800); margin: 0 0 10px; }
.an2p-give-tithe p { font-size: 14.5px; line-height: 1.8; color: var(--an2p-ink-500); margin: 0 0 10px !important; }
.an2p-give-tithe p:last-child { margin-bottom: 0 !important; }

.an2p-give-thanks {
	margin: 30px 0 0;
	padding: 40px 36px;
	background: var(--an2p-navy-900);
	border-radius: 14px;
	text-align: center;
}
.an2p-content .an2p-give-thanks h3 {
	font-family: var(--thm-font);
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 12px;
}
.an2p-give-thanks p { font-size: 16px; line-height: 1.85; color: var(--an2p-navy-300); max-width: 640px; margin: 0 auto !important; }
.an2p-give-thanks cite { display: block; margin-top: 10px; font-style: normal; font-size: 13.5px; color: var(--an2p-red-400); }

@media (max-width: 767px) {
	.an2p-give-grid { grid-template-columns: 1fr; }
	.an2p-content .an2p-give-head h2 { font-size: 26px; }
	.an2p-give-bank { grid-template-columns: 1fr; gap: 2px; }
	.an2p-give-bank dt { margin-top: 10px; }
	.an2p-give-card { padding: 24px 22px; }
	.an2p-give-thanks { padding: 30px 22px; }
}

/* --------------------------------------------------------------------------
   Header: white where the logo and menu live, red on the angled phone/Donate
   panel. Base rules first; width tiers LAST so they can override.
   -------------------------------------------------------------------------- */
.header-style-twelev { background-color: #fff; }
.header-style-twelev__main::after { background-color: var(--an2p-red-500); }

/* Sticky header on scroll: same white treatment, not the framework's red.
   No slide animation (it replays at the threshold and reads as a glitch), and
   the header keeps its height so content doesn't jump when the bar detaches. */
.header-style-twelev.fixed-header { padding-bottom: 92px; }
/* Logged-in users: the WP admin toolbar overlays the top 32px (46px on
   small screens) — keep the stuck bar below it. Visitors are unaffected. */
body.admin-bar .header-style-twelev.fixed-header .header-style-twelev__main { top: 32px; }
@media (max-width: 782px) {
	body.admin-bar .header-style-twelev.fixed-header .header-style-twelev__main { top: 46px; }
}
.header-style-twelev.fixed-header .header-style-twelev__main {
	background-color: #fff;
	box-shadow: 0 6px 24px rgba(17, 26, 51, .14);
	animation: none;
}

/* Menu on white: navy links, red for hover and the current page */
.header-style-twelev .main-menu { margin-left: -28px; }
.header-style-twelev .main-menu .navigation > li > a { color: var(--an2p-navy-800); }
.header-style-twelev .main-menu .navigation > li:hover > a,
.header-style-twelev .main-menu .navigation > li.current-menu-item > a,
.header-style-twelev .main-menu .navigation > li.current_page_item > a { color: var(--an2p-red-500); }

/* Donate + search sit on red, anchored near the right edge */
.header-style-twelev__main { padding-right: 76px; }
.header-style-twelev__main::after { width: 40%; max-width: 620px; }
.header-style-twelev__main .header-style-twelev__btn { margin-left: 34px; }
/* Linoor's divider hung to the right; keep it centred in the gap between
   the Donate chip and the search button */
.header-style-twelev__btn::after { right: auto; left: -17px; }

/* Topbar phone (moved up from the red side, per Luda) */
.topbar-twelev__info li a { color: inherit; }
.topbar-twelev__info li a:hover { color: var(--an2p-red-400); }
.topbar-twelev__info li .flaticon-call { margin-right: 8px; }

/* Header search button: white circle like the old phone badge */
.header-style-twelev__btn .search-toggler {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	cursor: pointer;
	color: var(--an2p-red-500);
	font-size: 15px;
	transition: background-color .25s ease, color .25s ease;
}
.header-style-twelev__btn .search-toggler:hover { background-color: var(--an2p-navy-900); color: #fff; }

.header-style-twelev__call__number { color: #fff; }
.header-style-twelev__call i { color: var(--an2p-red-500); }
/* Linoor's hover turns the number red — on the red wedge it disappears.
   Keep the number white; the icon dips navy for feedback, like Donate. */
.header-style-twelev__call:hover .header-style-twelev__call__number { color: #fff; }
.header-style-twelev__call:hover i { background-color: var(--an2p-navy-900); color: #fff; }
/* Linoor's split-panel hover reads as the button breaking apart — every
   thm-btn gets a plain color-fade hover instead */
.thm-btn-twelev::before,
.thm-btn-twelev::after { display: none !important; }
.thm-btn-twelev { transition: background-color .25s ease, color .25s ease; }
.thm-btn-twelev:hover { background-color: var(--an2p-red-600); color: #fff; }
/* Header Donate: white chip on the red wedge, navy on hover */
.header-style-twelev__main .nav-outer > .thm-btn-twelev {
	background-color: #fff;
	color: var(--an2p-red-600);
}
.header-style-twelev__main .nav-outer > .thm-btn-twelev:hover {
	background-color: var(--an2p-navy-900);
	color: #fff;
}
.thm-btn-twelev .fa-heart { font-size: .78em; margin-right: 8px; position: relative; top: -1px; }
.an2p-side-donate .fa-heart { font-size: .85em; margin-right: 7px; }

/* Full-color logo, centred in the white column left of the navy band */
.header-style-twelev .logo-box .logo { transform: translate(-53px, -22px); }
.header-style-twelev .logo-box .logo img { width: 235px; max-width: none; }
/* Stuck: no topbar above, keep the logo inside the bar */
.header-style-twelev.fixed-header .logo-box .logo { transform: translateX(-53px); }
.header-style-twelev.fixed-header .logo-box .logo img { width: 200px; }

/* Topbar: breathe on the left, brighter socials */
.topbar-twelev__info { padding-left: 48px; }
.topbar-twelev__social li a { color: #fff; opacity: 1; font-size: 15px; }
.topbar-twelev__social li a:hover { color: var(--an2p-red-400); }

/* Width tiers — MUST stay after the base rules above:
   >1700 full header · 1400-1700 compact · <1400 mobile bar */
@media (max-width: 1700px) {
	.header-style-twelev .logo-box .logo img { width: 190px; }
	.header-style-twelev__main { padding-right: 44px; }
	.header-style-twelev__main::after { width: 26%; }
	.header-style-twelev__call__number { display: none; }
	.header-style-twelev .main-menu .navigation > li > a { font-size: 15px; }
	.header-style-twelev .main-menu .navigation > li { margin-right: 10px; }
}
@media (max-width: 1399px) {
	/* The fixed-width menu cannot clear the red slope here — burger instead */
	.header-style-twelev .logo-box .logo,
	.header-style-twelev.fixed-header .logo-box .logo { transform: none; }
	.header-style-twelev .main-menu { display: none !important; }
	.header-style-twelev__btn { display: none !important; }
	.header-style-twelev .mobile-nav-toggler {
		display: flex;
		align-items: center;
		gap: 8px;
		margin-left: auto;
		background: var(--an2p-red-500);
		border-radius: 8px;
		padding: 10px 16px;
	}
	.header-style-twelev .mobile-nav-toggler .icon,
	.header-style-twelev .mobile-nav-toggler .txt { color: #fff; }
	.header-style-twelev__main .nav-outer > .thm-btn-twelev {
		display: inline-block;
		margin: 0 0 0 18px;
	}
}
@media (max-width: 991px) {
	.header-style-twelev .logo-box .logo img,
	.header-style-twelev.fixed-header .logo-box .logo img { width: 160px; }
	/* Donate sits between the logo and the menu, like the old site; the
	   burger lives fully ON the red wedge — no chip straddling the seam */
	.header-style-twelev__main::after { width: 106px; }
	.header-style-twelev .mobile-nav-toggler {
		order: 2;
		margin: 14px 0;
		background: transparent;
		padding: 10px 6px;
	}
	.header-style-twelev__main .nav-outer > .thm-btn-twelev {
		display: inline-block;
		order: 1;
		align-self: center;
		margin: 0 clamp(44px, 12vw, 58px) 0 auto;
		font-size: 13px;
		padding: 9px 18px;
		background-color: var(--an2p-red-500);
		color: #fff;
		border-radius: 8px;
	}
}

/* Search inside the mobile drawer */
.an2p-side-search {
	display: flex;
	margin: 2px 25px 20px;
	border: 1px solid var(--an2p-ink-200);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.an2p-side-search input {
	flex: 1;
	min-width: 0;
	border: 0;
	outline: none;
	background: transparent;
	padding: 11px 14px;
	font-size: 14px;
	color: var(--an2p-ink-900);
}
.an2p-side-search button {
	border: 0;
	cursor: pointer;
	width: 46px;
	background: var(--an2p-red-500);
	color: #fff;
	font-size: 14px;
}

/* Donate inside the mobile drawer — the desktop button is hidden on phones */
.an2p-side-donate {
	display: inline-block;
	margin: 26px 0 0 25px;
	padding: 9px 22px;
	background: var(--an2p-red-500);
	color: #fff !important;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	border-radius: 8px;
	letter-spacing: .02em;
}
.an2p-side-donate:hover { background: var(--an2p-red-600); color: #fff; }

/* Contact-the-Treasurer button + pop-up form (Donate page) */
.an2p-treasurer { margin: 44px 0 0; padding: 30px 34px; text-align: center; background: #fff; border: 1px solid var(--an2p-navy-100, #e3e7f0); border-radius: 14px; }
.an2p-treasurer__lede { margin: 0 0 14px !important; font-size: 15.5px; color: var(--an2p-ink-500); }
.an2p-content .an2p-treasurer button.an2p-btn { border: 0; cursor: pointer; }
.an2p-tmodal { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 20px; }
.an2p-tmodal.is-open { display: flex; }
.an2p-tmodal__backdrop { position: absolute; inset: 0; background: rgba(17, 26, 51, .58); }
.an2p-tmodal__card {
	position: relative;
	width: min(560px, 94vw);
	max-height: 88vh;
	overflow: auto;
	background: #fff;
	border-radius: 14px;
	padding: 30px 34px 26px;
	text-align: left;
	box-shadow: 0 24px 70px rgba(17, 26, 51, .35);
}
.an2p-tmodal__card h3 { font-size: 24px; margin: 0 0 18px; color: var(--an2p-navy-900); }
.an2p-tmodal__card .an2p-form textarea { min-height: 110px; }
.an2p-tmodal__card .an2p-form button.an2p-btn { border: 0; cursor: pointer; margin: 4px 0 0; }
.an2p-tmodal__close {
	position: absolute;
	top: 12px;
	right: 16px;
	border: 0;
	background: none;
	font-size: 30px;
	line-height: 1;
	color: var(--an2p-ink-500);
	cursor: pointer;
}
.an2p-tmodal__close:hover { color: var(--an2p-red-500); }
@media (max-width: 575px) {
	.an2p-tmodal__card { padding: 24px 20px 20px; }
	.an2p-treasurer { padding: 24px 20px; }
}

/* Sermon cards: YouTube's fallback thumbnails are 4:3 with black bars —
   forcing a true 16:9 crop keeps faces in proportion (the "squashed" fix) */
.an2p-sermon-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.an2p-res-item__media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

/* Sermon Playlists: sticky side menu of all playlists.
   Linoor's .page-wrapper{overflow:hidden} kills position:sticky — on this
   page swap it for overflow-x:clip, which still contains sideways overflow
   but leaves the vertical axis free so the menu can stick. */
body.an2p-playlists-page .page-wrapper { overflow: visible; overflow-x: clip; }
.an2p-pl-layout { display: grid; grid-template-columns: 252px minmax(0, 1fr); gap: 30px; }
@media (min-width: 1400px) {
	.an2p-pl-layout { margin-left: -44px; }
}
.an2p-pl-nav { position: relative; }
.an2p-pl-nav__inner {
	position: sticky;
	top: 116px;
	background: #fff;
	border: 1px solid var(--an2p-ink-100);
	border-radius: 12px;
	padding: 20px 0 12px;
	display: flex;
	flex-direction: column;
	overflow-y: auto; /* height is set by the template script to end at the screen edge */
}
.an2p-pl-nav__title {
	margin: 0 0 10px !important;
	padding: 0 20px;
	font-family: var(--thm-font);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--an2p-navy-900);
}
.an2p-pl-nav ul { list-style: none; margin: 0; padding: 0; }
.an2p-pl-nav li { margin: 0; }
.an2p-pl-nav a {
	display: block;
	padding: 11px 20px;
	border-left: 3px solid transparent;
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--an2p-navy-800);
}
.an2p-pl-nav a:hover { color: var(--an2p-red-500); }
.an2p-pl-nav a.is-active { border-left-color: var(--an2p-red-500); color: var(--an2p-red-600); background: var(--an2p-cream-50); }
/* One playlist at a time: panels hide only once JS confirms it can switch them */
.an2p-pl-layout.js-tabs .an2p-pl-panel { display: none; }
.an2p-pl-layout.js-tabs .an2p-pl-panel.is-active { display: block; }
/* The playlist title stays pinned under the header while its cards scroll */
.an2p-pl-panel > h2 {
	position: sticky;
	top: 92px;
	z-index: 20;
	margin-top: 0;
	padding: 16px 0 14px;
	background: var(--an2p-cream-50);
	box-shadow: 0 10px 14px -12px rgba(17, 26, 51, .18);
}
@media (max-width: 991px) {
	.an2p-pl-panel > h2 { top: 0; }
}
@media (max-width: 991px) {
	.an2p-pl-layout { display: block; }
	.an2p-pl-nav { position: static; margin: 0 0 24px; }
	.an2p-pl-nav__inner { position: static; min-height: 0; display: block; padding: 14px 16px; }
	.an2p-pl-nav ul { display: flex; flex-wrap: wrap; gap: 8px; }
	.an2p-pl-nav a { border: 1px solid var(--an2p-ink-200); border-left-width: 1px; border-radius: 999px; padding: 7px 14px; font-size: 13px; }
	.an2p-pl-nav a.is-active { background: var(--an2p-red-500); border-color: var(--an2p-red-500); color: #fff; }
}

/* Search results: a route to the video itself */
.an2p-sr__actions { margin: 6px 0 0 !important; }
.an2p-sr__watch-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--an2p-red-500) !important;
	text-decoration: none !important;
}
.an2p-sr__watch-link:hover { color: var(--an2p-red-600) !important; text-decoration: underline !important; }
.an2p-sr__watch-link i { font-size: 11px; }

/* --------------------------------------------------------------------------
   Mobile hero: the framework hides the Dr. Vine cutout below 1200px and keeps
   desktop-scale padding. Show him bottom-right and tighten the top.
   -------------------------------------------------------------------------- */
@media (max-width: 1199px) {
	.slider-twelev__item { padding: 64px 0 250px; }
	.slider-twelev__layer {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		left: auto;
		top: auto;
		width: 320px;
		pointer-events: none;
	}
	.slider-twelev__layer > img { width: 100%; height: auto; }
	.slider-twelev__shape-two { display: none; }
}
@media (max-width: 575px) {
	/* Phone hero: text column left, Dr. Vine right — his far shoulder may run
	   off the screen edge; that crop is the style. One screen, no scrolling. */
	.slider-twelev { overflow: hidden; }
	.slider-twelev__item { padding: 26px 0 44px; min-height: 0; }
	.slider-twelev__content { position: relative; z-index: 3; max-width: 62%; }
	/* Calm the frame: flat navy instead of the compass texture */
	.slider-twelev__bg { background-image: linear-gradient(160deg, #131c38 0%, #0e1530 100%) !important; }
	/* Natural wrap reads far quieter than the desktop's forced breaks */
	.slider-twelev__title br { display: none; }
	.slider-twelev__layer {
		width: min(88vw, 370px);
		right: -66px;
		z-index: 1; /* keep the portrait beneath the text — it was swallowing
		               the byline's last word (position untouched; z-index only) */
	}
	/* Soft-fade his left edge into the background — no hard cutout line */
	.slider-twelev__layer > img {
		-webkit-mask-image: linear-gradient(to right, transparent 0, #000 26%);
		mask-image: linear-gradient(to right, transparent 0, #000 26%);
	}
	.slider-twelev__content .an2p-hero__eyebrow { font-size: 12px; margin-bottom: 8px; }
	.slider-twelev__title { font-size: 28px; line-height: 1.25; margin-bottom: 12px; font-weight: 600; }
	.slider-twelev__text { font-size: 14.5px; margin-bottom: 18px; max-width: 95%; }
	.slider-twelev__btn .thm-btn-twelev { font-size: 14px; padding: 10px 22px; }
}

/* --------------------------------------------------------------------------
   Drawer copy of the YouTube channel entries: the desktop neutralizations are
   scoped to .main-menu, so the template's red badge styling hit these raw.
   -------------------------------------------------------------------------- */
.mobile-nav__container a.an2p-menu-channel {
	display: flex !important;
	align-items: center;
	gap: 12px;
	padding: 6px 0;
}
.mobile-nav__container a.an2p-menu-channel span {
	background: transparent !important;
	color: inherit !important;
	position: static !important;
	display: inline-flex !important;
	width: auto !important;
	height: auto !important;
	line-height: 1.25 !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	text-transform: none !important;
	font-size: 15px !important;
}
.mobile-nav__container a.an2p-menu-channel .an2p-menu-channel__flag {
	font-size: 21px !important;
	flex-shrink: 0;
}
.mobile-nav__container a.an2p-menu-channel .an2p-menu-channel__name {
	flex-direction: column;
	align-items: flex-start;
	font-weight: 500;
}
.mobile-nav__container a.an2p-menu-channel .an2p-menu-channel__name small {
	font-size: 12px;
	opacity: .7;
	margin-top: 1px;
}
.mobile-nav__container a.an2p-menu-channel > i.fa-youtube {
	margin-left: auto;
	font-size: 16px;
	color: var(--an2p-red-500);
}

/* Drawer menu items: site navy, not the template's grey; current page in red */
.mobile-nav__container .navigation li > a { color: var(--an2p-navy-800) !important; }
.mobile-nav__container .navigation li.current-menu-item > a,
.mobile-nav__container .navigation li.current_page_item > a { color: var(--an2p-red-500) !important; }
.mobile-nav__container .navigation li a button,
.mobile-nav__container .navigation li .expander { color: var(--an2p-navy-800); }

/* Schedule-preview chips on phones: the --reverse (zigzag) variant stacks in
   DOM order and scrambles — normalize both chips to icon / date / text */
@media (max-width: 991px) {
	.an2p-schedule-preview .why-choose-twelev__box,
	.an2p-schedule-preview .why-choose-twelev__box--reverse {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
	.an2p-schedule-preview .why-choose-twelev__box .why-choose-twelev__box__icon {
		order: -1;
		position: static;
		margin: 0 0 14px;
	}
	.an2p-schedule-preview .why-choose-twelev__box .why-choose-twelev__box__text {
		margin: 6px 0 0;
		padding: 0;
	}
}


/* Drawer footer: address + socials, aligned with the menu items */
.an2p-side-info { margin: 30px 25px 0; }
.an2p-side-info p {
	font-size: 13.5px;
	color: var(--an2p-ink-500);
	margin: 0 0 16px;
}
.an2p-side-info p span { color: var(--an2p-red-500); margin-right: 6px; }
.an2p-side-info__social { display: flex; gap: 12px; }
.an2p-side-info__social a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--an2p-navy-800);
	font-size: 16px;
	box-shadow: 0 4px 12px rgba(17, 26, 51, .08);
}
.an2p-side-info__social a:hover { background: var(--an2p-red-500); color: #fff; }


/* Lecture sections: tighten the gap to the section above; tame the counter
   badge so it can never run into the card title */
.an2p-lecture-carousel { padding-top: 56px; }
.an2p-lecture-carousel .service-twelev__item__number {
	top: 20px;
	right: 24px;
	font-size: 28px;
	opacity: .3;
}
.an2p-lecture-carousel .service-twelev__item__title { padding-right: 64px; }
@media (max-width: 767px) {
	.an2p-lecture-carousel { padding-top: 32px; padding-bottom: 140px; }
}


/* Hero entrance sequence: title, then byline, then button */
.an2p-hero-once__inner .slider-twelev__title,
.an2p-hero-once__inner .slider-twelev__text,
.an2p-hero-once__inner .slider-twelev__btn {
	opacity: 0;
	transform: translateY(16px);
}
.an2p-hero-once__inner .slider-twelev__title { transition: opacity .8s ease, transform .8s ease; }
.an2p-hero-once__inner .slider-twelev__text { transition: opacity .8s ease .75s, transform .8s ease .75s; }
.an2p-hero-once__inner .slider-twelev__btn { transition: opacity .8s ease 1.3s, transform .8s ease 1.3s; }
.an2p-hero-once__inner.active .slider-twelev__title,
.an2p-hero-once__inner.active .slider-twelev__text,
.an2p-hero-once__inner.active .slider-twelev__btn {
	opacity: 1 !important;
	transform: none !important;
}
/* Linoor's own hero rules impose delays (title 1300ms, button 1500ms) at
   higher specificity — pin the sequence explicitly */
.an2p-hero-once__inner.active .slider-twelev__title { transition-delay: 0s !important; }
.an2p-hero-once__inner.active .slider-twelev__text { transition-delay: .75s !important; }
.an2p-hero-once__inner.active .slider-twelev__btn { transition-delay: 1.3s !important; }
/* Dr. Vine and the compass badge enter together with the byline */
.an2p-hero-once__inner.active .slider-twelev__layer > img { transition-delay: .75s !important; }
.an2p-hero-once__inner.active .slider-twelev__shape-two { transition-delay: .75s !important; }

/* Desktop hero portrait: never taller than the hero — on wide screens the
   731px layer outgrows the section and crops his head */
@media (min-width: 1200px) {
	.slider-twelev__layer { height: 100%; align-items: flex-end; }
	.slider-twelev__layer > img {
		max-height: 97%;
		width: auto;
		align-self: flex-end;
		margin-left: auto;
	}
}


/* Footer Donate: match the site's red pill, not Linoor's square button */
.main-footer__three .theme-btn.btn-style-three {
	border-radius: 999px;
	padding: 11px 30px;
	font-size: 14.5px;
	font-weight: 600;
	letter-spacing: .02em;
	text-transform: none;
}

/* Desktop header Donate: a touch more presence */
.header-style-twelev__main .nav-outer > .thm-btn-twelev {
	font-weight: 700;
	letter-spacing: .05em;
}


/* Newsletter sign-up on the News page */
.an2p-signup {
	margin: 40px 0 0;
	padding: 30px 34px;
	background: var(--an2p-navy-900);
	border-radius: 14px;
}
.an2p-content .an2p-signup h3 { font-size: 23px; font-weight: 600; color: #fff; margin: 0 0 8px; }
.an2p-signup > p { font-size: 14.5px; line-height: 1.7; color: var(--an2p-navy-300); margin: 0 0 18px !important; max-width: 560px; }
.an2p-signup__trap { position: absolute; left: -9999px; }
.an2p-signup__form { display: flex; gap: 12px; flex-wrap: wrap; }
.an2p-signup__form input[type="text"],
.an2p-signup__form input[type="email"] {
	flex: 1 1 220px;
	height: 48px;
	border: 0;
	border-radius: 8px;
	background: #fff;
	padding: 0 18px;
	font-size: 15px;
	color: var(--an2p-navy-800);
}
.an2p-content .an2p-signup .an2p-btn { margin: 0; padding: 12px 30px; border-radius: 8px; }
.an2p-signup .an2p-notice { margin-bottom: 14px; }
@media (max-width: 575px) {
	.an2p-signup { padding: 24px 20px; }
	.an2p-signup__form input, .an2p-content .an2p-signup .an2p-btn { flex: 1 1 100%; width: 100%; }
}


/* --------------------------------------------------------------------------
   Hero Slides: overlay layer, outline second button, animation presets,
   carousel dots. Slide markup mirrors the static hero, so every existing
   tier (desktop / laptop / phone composition) applies unchanged.
   -------------------------------------------------------------------------- */
.an2p-slide { position: relative; }
.an2p-slide__overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.an2p-slide .container { position: relative; z-index: 2; }
.an2p-slide .slider-twelev__layer { z-index: 2; }

.slider-twelev__btn { display: flex; gap: 14px; flex-wrap: wrap; }
.an2p-slide__btn--outline {
	background-color: transparent !important;
	box-shadow: inset 0 0 0 2px #fff;
	color: #fff;
}

/* Presets. "classic" = the tuned sequence already defined for the static
   hero; the carousel re-triggers entrances as Owl toggles .active. */
.an2p-hero-slider .an2p-slide--classic .slider-twelev__title,
.an2p-hero-slider .an2p-slide--classic .slider-twelev__text,
.an2p-hero-slider .an2p-slide--classic .slider-twelev__btn,
.an2p-hero-slider .an2p-slide--fade .slider-twelev__content,
.an2p-hero-slider .an2p-slide--rise .slider-twelev__content,
.an2p-hero-slider .an2p-slide--slide .slider-twelev__content {
	opacity: 0;
	transition: opacity .8s ease, transform .8s ease;
}
.an2p-hero-slider .an2p-slide--rise .slider-twelev__content { transform: translateY(26px); }
.an2p-hero-slider .an2p-slide--slide .slider-twelev__content { transform: translateX(-40px); }
.an2p-hero-slider .an2p-slide--classic .slider-twelev__title { transform: translateY(16px); }
.an2p-hero-slider .an2p-slide--classic .slider-twelev__text { transform: translateY(16px); transition-delay: .55s; }
.an2p-hero-slider .an2p-slide--classic .slider-twelev__btn { transform: translateY(16px); transition-delay: 1s; }

.an2p-hero-slider .owl-item.active .slider-twelev__title,
.an2p-hero-slider .owl-item.active .slider-twelev__text,
.an2p-hero-slider .owl-item.active .slider-twelev__btn,
.an2p-hero-slider .owl-item.active .slider-twelev__content {
	opacity: 1 !important;
	transform: none !important;
}

/* Figure + compass in the carousel follow the framework's own entrance */
.an2p-hero-slider .owl-item.active .slider-twelev__layer > img,
.an2p-hero-slider .owl-item.active .slider-twelev__shape-two {
	opacity: 1;
	transform: none;
	transition-delay: .55s;
}

/* Dots in brand colors, floated over the slide bottom */
.an2p-hero-slider .owl-dots { position: absolute; left: 0; right: 0; bottom: 18px; text-align: center; z-index: 3; }
.an2p-hero-slider .owl-dots .owl-dot span {
	width: 10px; height: 10px; border-radius: 50%;
	background: rgba(255, 255, 255, .45); margin: 0 5px; display: inline-block;
	transition: background .25s ease, transform .25s ease;
}
.an2p-hero-slider .owl-dots .owl-dot.active span { background: var(--an2p-red-500); transform: scale(1.2); }
