@font-face {
	font-family: Manrope;
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("../fonts/manrope-latin.woff2") format("woff2");
}

:root {
	--black: #1e1d1c;
	--charcoal: #141312;
	--cream: #faf9f6;
	--peach: #fdb467;
	--peach-light: #ffd39f;
	--gold: #fdb467;
	--gold-dark: #936021;
	--green: #8bc34a;
	--green-dark: #50772a;
	--red: #d90000;
	--gray: #666666;
	--gray-light: #d8d2cc;
	--white: #ffffff;
	--content-width: 75rem;
	--reading-width: 46rem;
	--radius: 0;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--white);
	color: var(--charcoal);
	font-family: Manrope, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.7;
	overflow-wrap: break-word;
}
img, video { max-width: 100%; height: auto; }
iframe, embed, object { max-width: 100%; }
img { vertical-align: middle; }
figure { max-width: 100%; margin: 0 0 1.5rem; }
a { color: var(--charcoal); text-underline-offset: 0.22em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid var(--peach); outline-offset: 4px; }
[hidden] { display: none !important; }
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1rem;
	color: var(--black);
	font-family: Manrope, Arial, sans-serif;
	font-weight: 600;
	line-height: 1.06;
	letter-spacing: -0.045em;
}
h1 { font-size: clamp(3rem, 12vw, 6.9rem); }
h2 { font-size: clamp(2.15rem, 6vw, 4.2rem); }
h3 { font-size: clamp(1.35rem, 3vw, 2rem); }
p { margin: 0 0 1.25rem; }
ul, ol { padding-inline-start: 1.5rem; }
button, input, textarea, select { font: inherit; }
input:where(:not([type="checkbox"]):not([type="radio"])), textarea, select {
	max-width: 100%;
	min-height: 46px;
	padding: 0.65rem 0.75rem;
	border: 1px solid #aaa29b;
	border-radius: var(--radius);
	background: var(--white);
	color: var(--black);
}
textarea { min-height: 9rem; }

.container { width: min(calc(100% - 2rem), var(--content-width)); margin-inline: auto; }
.button, button, input[type="button"], input[type="submit"], input[type="reset"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 53px;
	padding: 13px 22px;
	border: 0;
	border-radius: 0;
	background: var(--peach);
	color: var(--white);
	font-family: Manrope, Arial, sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
	transition: transform 200ms ease, background-color 200ms ease;
}
.button:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	background: var(--peach-light);
	color: var(--white);
	text-decoration: none;
	transform: translateY(-2px);
}
.button-peach, .button-green, .button-dark { background: var(--peach); color: var(--white); }
.button-peach:hover, .button-green:hover, .button-dark:hover { background: var(--peach-light); color: var(--white); }
.button-group { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.eyebrow, .path-label {
	margin-bottom: 0.85rem;
	color: var(--gold-dark);
	font-family: Manrope, Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-transform: uppercase;
}
.eyebrow-light { color: var(--peach); }
.editorial-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-family: Manrope, Arial, sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-decoration: none;
}
.editorial-link::after { display: block; height: 1px; background: currentColor; content: ""; }
.editorial-link:hover { text-decoration: underline; }
.editorial-link span { transition: transform 160ms ease; }
.editorial-link:hover span { transform: translateX(0.2rem); }

/* Header and navigation */
.site-header {
	position: relative;
	z-index: 100;
	border-bottom: 1px solid rgba(253, 180, 103, 0.24);
	background: var(--black);
	color: var(--white);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4.65rem; }
.site-branding { flex: 0 0 auto; min-width: 0; }
.site-logo-link, .custom-logo-link { display: inline-flex; align-items: center; }
.site-logo, .custom-logo { width: auto; max-width: min(12.5rem, 48vw); max-height: 2.65rem; }
.header-actions { display: flex; align-items: center; gap: 0.7rem; min-width: 0; }
.primary-navigation { position: relative; }
.primary-menu, .primary-menu ul, .footer-menu, .footer-social, .footer-community-links { margin: 0; padding: 0; list-style: none; }
.primary-menu {
	position: absolute;
	top: calc(100% + 0.65rem);
	right: 0;
	width: min(20rem, calc(100vw - 2rem));
	padding: 0.55rem;
	border: 1px solid #4d4844;
	background: var(--black);
	box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.28);
}
.primary-menu a {
	display: block;
	min-height: 42px;
	padding: 0.72rem 0.8rem;
	color: var(--white);
	font-family: Manrope, Arial, sans-serif;
	font-size: 0.73rem;
	font-weight: 700;
	letter-spacing: 0.065em;
	line-height: 1.35;
	text-decoration: none;
	text-transform: uppercase;
}
.primary-menu a:hover, .primary-menu .current-menu-item > a, .primary-menu .current-menu-ancestor > a { color: var(--peach); }
.primary-menu .sub-menu { padding-inline-start: 0.75rem; }
.menu-toggle { gap: 0.5rem; min-height: 42px; padding: 0.55rem 0.75rem; border-color: #5f5954; background: transparent; color: var(--white); }
.menu-toggle:hover { border-color: var(--peach); background: transparent; color: var(--peach); }
.menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { display: block; width: 1.1rem; height: 2px; background: currentColor; content: ""; }
.menu-toggle-lines { position: relative; }
.menu-toggle-lines::before { position: absolute; top: -0.33rem; }
.menu-toggle-lines::after { position: absolute; top: 0.33rem; }
.header-donate {
	display: none;
	min-height: 44px;
	padding: 0.8125rem 1.25rem;
	border: 0;
	background: var(--peach);
	color: var(--white);
	font-family: Manrope, Arial, sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.5;
	text-decoration: none;
	text-transform: none;
	transition: transform 200ms ease, background-color 200ms ease;
}
.header-donate:hover { background: var(--peach-light); color: var(--white); transform: translateY(-2px); }
.header-commerce { display: flex; flex: 0 0 auto; align-items: center; gap: 0.1rem; }
.header-commerce-link {
	position: relative;
	display: inline-flex;
	width: 2.75rem;
	height: 2.75rem;
	align-items: center;
	justify-content: center;
	color: var(--white);
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease;
}
.header-commerce-link:hover,
.header-commerce-link:focus-visible { background: rgba(255, 255, 255, 0.06); color: var(--peach); text-decoration: none; }
.header-commerce-link svg { width: 1.35rem; height: 1.35rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.header-cart-count {
	position: absolute;
	top: 0.1rem;
	right: 0.05rem;
	display: inline-flex;
	min-width: 1.1rem;
	height: 1.1rem;
	align-items: center;
	justify-content: center;
	padding-inline: 0.2rem;
	border: 2px solid var(--black);
	border-radius: 999px;
	background: var(--peach);
	color: var(--black);
	font-size: 0.61rem;
	font-weight: 800;
	line-height: 1;
}
.header-cart-count.is-empty { display: none; }

/* Homepage */
.home-main { overflow: hidden; }
.home-section { padding-block: clamp(4.5rem, 9vw, 7.5rem); }
.home-hero {
	position: relative;
	display: flex;
	min-height: clamp(31rem, 67vh, 43rem);
	align-items: center;
	padding-block: clamp(3.5rem, 7vw, 5rem);
	background-color: var(--black);
	color: var(--white);
}
.home-hero::after { display: none; }
.hero-background { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.hero-inner { position: relative; z-index: 1; }
.hero-copy { max-width: 70rem; margin-inline: auto; text-align: center; }
.hero-copy > .eyebrow { font-weight: 600; }
.hero-copy h1 { max-width: none; margin-inline: auto; margin-bottom: 1.2rem; color: var(--white); font-size: clamp(1.75rem, 6.6vw, 5.25rem); font-weight: 800; letter-spacing: -0.055em; white-space: nowrap; }
.hero-copy h1 .hero-title-divider { padding-inline: 0.08em; color: rgba(255, 255, 255, 0.52); font-weight: 300; }
.hero-copy h1 .hero-title-accent { color: var(--white); }
.hero-lede { max-width: 39rem; margin-inline: auto; color: #eee9e4; font-size: clamp(1.05rem, 2.2vw, 1.35rem); line-height: 1.55; }
.hero-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem clamp(1.5rem, 5vw, 3.75rem); margin-top: 1.75rem; }
.hero-text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 0.65rem; padding-block: 0.4rem; color: var(--peach); font-size: 0.95rem; font-weight: 700; text-decoration: none; }
.hero-text-link-accent { color: var(--white); }
.hero-text-link span { transition: transform 180ms ease; }
.hero-text-link:hover { color: var(--peach); text-decoration: none; }
.hero-text-link-accent:hover { color: #eee9e4; }
.hero-text-link:hover span { transform: translateX(0.25rem); }
.entry-meta { margin-bottom: 0.65rem; color: var(--gold-dark); font-family: Manrope, Arial, sans-serif; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

.course-section { background: var(--cream); }
.course-grid { display: grid; gap: 2.5rem; align-items: center; }
.course-visual { order: 2; margin: 0; }
.course-visual img { display: block; width: 100%; filter: drop-shadow(0 1.3rem 1.5rem rgba(40, 38, 36, 0.17)); }
.course-copy { max-width: 39rem; }
.course-copy .eyebrow { color: var(--gold-dark); }
.course-copy h2 { max-width: 12ch; }
.section-lede { color: #3e342d; font-size: 1.08rem; }
.course-topics { margin: 1.6rem 0 2rem; padding: 0; border-top: 1px solid rgba(40, 38, 36, 0.38); list-style: none; }
.course-topics li { position: relative; padding: 0.7rem 0 0.7rem 1.35rem; border-bottom: 1px solid rgba(40, 38, 36, 0.38); font-weight: 700; }
.course-topics li::before { position: absolute; top: 1.2rem; left: 0; width: 0.45rem; height: 0.45rem; background: var(--green-dark); content: ""; }

.channels-section {
	padding-block: clamp(5rem, 10vw, 8rem);
	background: var(--white);
	color: var(--black);
}
.channels-heading { max-width: 50rem; margin-bottom: clamp(2.5rem, 6vw, 4.5rem); }
.channels-heading h2 { max-width: 15ch; color: var(--black); }
.channels-heading > p:last-child { max-width: 40rem; color: var(--gray); }
.channel-grid { display: grid; gap: clamp(1rem, 2.5vw, 1.75rem); }
.channel-card { position: relative; min-height: clamp(25rem, 62vw, 31rem); border: 1px solid #5d5853; background: var(--black); overflow: hidden; isolation: isolate; transition: box-shadow 180ms ease; }
.channel-card:hover,
.channel-card:focus-within { box-shadow: 0 1.15rem 2.4rem rgba(50, 27, 8, 0.26), 0 0 1.5rem rgba(253, 180, 103, 0.34); }
.channel-card::after { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(20, 19, 18, 0.08) 5%, rgba(20, 19, 18, 0.42) 42%, rgba(20, 19, 18, 0.96) 100%); content: ""; }
.channel-card-media { position: absolute; inset: 0; z-index: 0; display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform 400ms ease; }
.channel-card-beckfords .channel-card-media { object-position: center 42%; }
.channel-card-nu3salud .channel-card-media { object-position: center 44%; }
.channel-card-traducciones .channel-card-media { object-position: center 42%; }
.channel-card-vp-clips .channel-card-media { object-position: center 42%; }
.channel-card:hover .channel-card-media { transform: scale(1.025); }
.channel-card-content { position: relative; z-index: 2; display: flex; min-height: inherit; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: clamp(1.5rem, 4vw, 2.5rem); color: var(--white); }
.channel-card-logo { position: absolute; top: clamp(1.25rem, 3vw, 2rem); right: clamp(1.25rem, 3vw, 2rem); width: clamp(3.75rem, 8vw, 5.5rem); height: clamp(3.75rem, 8vw, 5.5rem); object-fit: contain; }
.channel-card-kicker { margin-bottom: 0.6rem; color: var(--peach); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.channel-card h3 { max-width: 18ch; margin-bottom: 0.75rem; color: var(--white); font-size: clamp(1.65rem, 4vw, 2.5rem); }
.channel-card-content > p:not(.channel-card-kicker) { max-width: 34rem; color: #eee9e4; }
.channel-card-button { min-height: 46px; margin-top: 0.4rem; padding: 10px 18px; background: var(--peach); color: var(--white); }
.channel-card-button:hover { background: var(--peach-light); color: var(--white); }

.support-section {
	padding-block: clamp(3.5rem, 7vw, 6rem);
	background: var(--cream);
}
.support-grid { display: grid; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.support-visual { margin: 0; min-height: 20rem; background: url("../images/source/restoration-river.jpg") center / cover no-repeat; overflow: hidden; }
.support-video { display: block; width: 100%; height: 100%; min-height: 20rem; aspect-ratio: 4 / 3; object-fit: cover; }
.support-copy { max-width: 40rem; padding-block: 1.75rem; border-block: 1px solid var(--gray-light); }
.support-copy h2 { max-width: 13ch; color: var(--black); }
.support-copy > p:not(.eyebrow) { max-width: 36rem; color: var(--gray); font-size: 1.06rem; }
.support-points { display: grid; gap: 0.65rem; margin: 1.75rem 0 2rem; padding: 0; list-style: none; }
.support-points li { padding-top: 0.65rem; border-top: 2px solid var(--peach); color: var(--black); font-size: 0.83rem; font-weight: 700; }

.join-community-section {
	padding-block: clamp(3rem, 6vw, 4.75rem);
	border-bottom: 1px solid #302d2a;
	background: #090909;
	color: var(--white);
}
.join-community-layout { display: grid; gap: 2rem clamp(2rem, 5vw, 5rem); align-items: center; }
.join-community-heading { max-width: 37rem; }
.join-community-heading h2 { max-width: 13ch; color: var(--white); font-size: clamp(2rem, 4vw, 3.25rem); }
.join-community-heading > p:last-child { margin-bottom: 0; color: #c9c3bd; }
.join-community-options { display: grid; gap: 0.8rem; align-items: stretch; }
.community-channel-card { min-width: 0; border: 1px solid #373431; background: #151413; color: var(--white); }
.community-channel-card:not([open]) > summary { height: 100%; }
.community-channel-card summary,
.community-channel-direct {
	display: grid;
	grid-template-columns: 2.8rem minmax(0, 1fr) auto;
	gap: 0.9rem;
	align-items: center;
	min-height: 6.4rem;
	padding: 1rem;
	color: var(--white);
	text-decoration: none;
}
.community-channel-card summary { cursor: pointer; list-style: none; }
.community-channel-card summary::-webkit-details-marker { display: none; }
.community-channel-card summary:hover,
.community-channel-card summary:focus-visible,
.community-channel-direct:hover,
.community-channel-direct:focus-visible { background: #201e1c; color: var(--white); text-decoration: none; }
.community-channel-icon { display: inline-flex; align-items: center; justify-content: center; width: 2.8rem; height: 2.8rem; border: 1px solid currentColor; color: var(--green); }
.community-channel-icon svg { width: 1.55rem; height: 1.55rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.community-channel-beckfords .community-channel-icon,
.community-channel-beckfords .community-channel-copy small { color: var(--peach); }
.community-channel-nu3salud .community-channel-toggle { color: var(--green); }
.community-channel-telegram .community-channel-icon { color: var(--peach); }
.community-channel-telegram .community-channel-icon svg { fill: currentColor; stroke: none; }
.community-channel-copy { min-width: 0; }
.community-channel-copy small { display: block; margin-bottom: 0.15rem; color: var(--green); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; line-height: 1.3; text-transform: uppercase; }
.community-channel-telegram .community-channel-copy small { color: var(--peach); }
.community-channel-copy strong { display: block; color: var(--white); font-size: 1rem; line-height: 1.3; }
.community-channel-copy > span { display: block; margin-top: 0.25rem; color: #aaa39d; font-size: 0.78rem; line-height: 1.4; }
.community-channel-toggle,
.community-channel-arrow { color: var(--peach); font-size: 1.35rem; font-weight: 500; transition: transform 180ms ease; }
.community-channel-card[open] .community-channel-toggle { transform: rotate(45deg); }
.community-group-list { display: grid; gap: 0.5rem; padding: 0 1rem 1rem; border-top: 1px solid #302d2a; }
.community-group-list a { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.65rem 0.8rem; border-left: 3px solid var(--green); background: #201e1c; color: var(--white); font-size: 0.82rem; font-weight: 700; text-decoration: none; }
.community-group-list a:first-child { margin-top: 1rem; }
.community-group-list a:hover { background: #2a2724; color: var(--white); }
.community-group-list p { margin: 0.35rem 0 0; color: #aaa39d; font-size: 0.72rem; line-height: 1.5; }

.newsletter-section { padding-block: clamp(4rem, 8vw, 6.5rem); background: var(--charcoal); color: var(--white); }
.newsletter-grid { display: grid; gap: 2.5rem 4rem; }
.newsletter-copy { max-width: 39rem; }
.newsletter-copy h2 { color: var(--white); font-size: clamp(2rem, 5vw, 3.5rem); }
.newsletter-copy > p:not(.eyebrow) { color: #d5d0cb; }
.newsletter-form { align-self: center; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.28); }
.newsletter-form .ff-el-group { margin-bottom: 1rem; }
.newsletter-form label { display: block; margin-bottom: 0.35rem; color: var(--white); font-weight: 700; }
.newsletter-form input[type="email"], .newsletter-form input[type="text"] { width: 100%; }
.newsletter-form .ff-el-is-error { color: var(--peach-light); }
.newsletter-form .ff-btn-submit {
	min-height: 53px;
	padding: 13px 22px;
	border: 0;
	border-radius: 0;
	background: var(--peach);
	color: var(--white);
	font-family: Manrope, Arial, sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: none;
	transition: transform 200ms ease, background-color 200ms ease;
}
.newsletter-form .ff-btn-submit:hover { background: var(--peach-light); color: var(--white); transform: translateY(-2px); }

/* Interior templates */
.site-main { min-height: 60vh; padding-block: clamp(3rem, 7vw, 6rem); }
.page-header, .entry-header { max-width: var(--reading-width); margin-bottom: 2rem; }
.post-grid { display: grid; gap: 1.5rem; }
.post-card { min-width: 0; border-top: 4px solid var(--gold); background: var(--cream); overflow: hidden; }
.card-image img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.card-body { padding: 1.5rem; }
.card-title { font-size: 1.5rem; }
.card-title a { color: var(--black); text-decoration: none; }
.card-title a:hover { text-decoration: underline; }
.entry-summary > :last-child { margin-bottom: 0; }
.featured-image { margin-bottom: 2rem; }
.entry-content { display: flow-root; }
.entry-content > :first-child { margin-top: 0; }
.entry-content h2, .entry-content h3, .entry-content h4 { margin-top: 2rem; }
.entry-content p, .entry-content li { max-width: var(--reading-width); }
.entry-content .alignwide, .entry-content .alignfull { width: 100%; max-width: 100%; margin-inline: 0; }
.entry-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
th, td { padding: 0.75rem; border: 1px solid var(--gray-light); text-align: start; }
pre { padding: 1rem; background: var(--cream); overflow-x: auto; }
code, pre { font-family: ui-monospace, monospace; }
.entry-content blockquote { margin-inline: 0; padding-inline-start: 1.5rem; border-inline-start: 3px solid var(--gold); }
.entry-footer, .navigation, .page-links, .comments-area { margin-top: 2.5rem; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.75rem 1.5rem; }
.nav-links > * { min-width: 0; }
.nav-links .page-numbers, .page-links .post-page-numbers { display: inline-block; padding: 0.5rem 0.85rem; border: 1px solid var(--gray-light); }
.search-form { display: flex; flex-wrap: wrap; gap: 0.75rem; max-width: 36rem; margin-block: 1.5rem; }
.search-form input[type="search"] { flex: 1 1 12rem; min-width: 0; }
.empty-state { padding-block: 1rem; }
.comment-list { padding: 0; list-style: none; }
.comment-list .children { padding-inline-start: 1rem; list-style: none; }
.comment-body { padding-block: 1.5rem; border-bottom: 1px solid var(--gray-light); }
.comment-meta { font-size: 0.9rem; }
.comment-author .avatar { margin-inline-end: 0.5rem; border-radius: 50%; }
.comment-content { margin-top: 1rem; }
.comment-form label { display: block; }
.comment-form-cookies-consent label { display: inline; }
.bypostauthor > .comment-body { border-inline-start: 3px solid var(--gold); padding-inline-start: 1rem; }
.sticky .card-title::before { display: inline-block; width: 0.5em; height: 0.5em; margin-inline-end: 0.4em; background: var(--gold); content: ""; }

/* Footer */
.site-footer { padding-top: clamp(3.8rem, 8vw, 6rem); border-top: 1px solid #4a443f; background: var(--black); color: #cfc9c3; font-size: 0.93rem; }
.footer-grid { display: grid; gap: 2.8rem; }
.footer-logo { width: 12.5rem; height: auto; margin-bottom: 1.35rem; }
.footer-about { max-width: 31rem; }
.footer-about p { max-width: 29rem; }
.site-footer h2 { margin-bottom: 1rem; color: var(--peach); font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; }
.site-footer a { color: var(--white); }
.footer-menu li + li, .footer-community-links li + li { margin-top: 0.45rem; }
.footer-menu a, .footer-community-links a { text-decoration: none; }
.footer-menu a:hover, .footer-community-links a:hover { color: var(--peach); text-decoration: underline; }
.footer-contact address { margin-bottom: 1rem; font-style: normal; }
.footer-contact address a { text-decoration: none; }
.footer-contact address a:hover { color: var(--peach); text-decoration: none; }
.footer-social { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-bottom: 1rem; }
.footer-social a { display: inline-flex; width: 2.75rem; height: 2.75rem; align-items: center; justify-content: center; border: 1px solid #4a443f; color: var(--white); text-decoration: none; transition: border-color 180ms ease, color 180ms ease, transform 180ms ease; }
.footer-social a:hover,
.footer-social a:focus-visible { border-color: var(--peach); color: var(--peach); text-decoration: none; transform: translateY(-2px); }
.footer-social svg { width: 1.25rem; height: 1.25rem; fill: currentColor; }
.footer-social svg rect,
.footer-social svg circle { fill: none; stroke: currentColor; stroke-width: 1.7; }
.footer-social .youtube-play { fill: var(--black); stroke: none; }
.footer-community-links { font-size: 0.84rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.65rem 2rem; margin-top: 3rem; padding-block: 1.5rem; border-top: 1px solid #4a443f; color: #9f9892; font-size: 0.78rem; font-weight: 300; }
.footer-bottom p { margin: 0; }
.footer-bottom a { text-decoration: none; }
.footer-bottom a:hover { color: var(--peach); text-decoration: none; }
.footer-bottom .footer-credit-link { color: rgba(253, 180, 103, 0.72); font-weight: 300; }
.footer-bottom > div { display: flex; gap: 1.2rem; }

/* WordPress content and accessibility conventions */
.aligncenter { display: block; margin-inline: auto; }
.alignleft, .alignright { display: block; margin-block-end: 1.5rem; }
.wp-caption { max-width: 100%; }
.wp-caption-text, .gallery-caption { margin-top: 0.5rem; color: var(--gray); font-size: 0.875rem; }
.gallery { display: flex; flex-wrap: wrap; gap: 1rem; }
.gallery-item { flex: 1 1 12rem; min-width: 0; text-align: center; }
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}
.skip-link:focus {
	position: fixed;
	z-index: 100000;
	top: 0.75rem;
	left: 0.75rem;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0.75rem 1rem;
	clip: auto;
	clip-path: none;
	background: var(--white);
	color: var(--black);
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

@media (min-width: 36rem) {
	.header-donate { display: inline-flex; }
}

@media (min-width: 42rem) {
	.container { width: min(calc(100% - 3rem), var(--content-width)); }
	.support-points { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.footer-about { grid-column: 1 / -1; }
	.alignleft { float: left; margin-inline-end: 1.5rem; }
	.alignright { float: right; margin-inline-start: 1.5rem; }
}

@media (min-width: 52rem) {
	.join-community-layout { grid-template-columns: minmax(16rem, 0.62fr) minmax(0, 1.38fr); }
	.join-community-options { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.support-grid { grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr); }
	.course-grid, .newsletter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.course-visual { order: 0; }
	.post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 68rem) {
	.site-header { position: sticky; top: 0; }
	.admin-bar .site-header { top: 32px; }
	.header-inner { min-height: 5.1rem; }
	.site-branding { flex-basis: 12.5rem; }
	.header-actions { flex: 1 1 auto; justify-content: flex-end; }
	.primary-navigation { flex: 0 1 auto; }
	.menu-toggle { display: none !important; }
	.primary-menu { position: static; display: flex !important; align-items: center; gap: 0.1rem; width: auto; padding: 0; border: 0; background: transparent; box-shadow: none; }
	.primary-menu > li { position: relative; }
	.primary-menu > li > a { padding-inline: 0.65rem; font-size: 0.68rem; }
	.primary-menu .sub-menu { position: absolute; top: calc(100% + 0.25rem); left: 0; display: none; min-width: 15rem; padding: 0.5rem; border: 1px solid #4d4844; background: var(--black); box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.28); }
	.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { display: block; }
	.footer-grid { grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr)); }
	.footer-about { grid-column: auto; }
	.post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 47.99rem) {
	#wpadminbar { position: fixed; }
	.hero-background { object-position: center; }
}

@media (max-width: 35rem) {
	.menu-toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); clip-path: inset(50%); }
	.menu-toggle { width: 44px; padding-inline: 0; }
	.hero-links { gap: 0.35rem 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.support-video { visibility: hidden; }
}
