/*
Theme Name: As The Crows Fly
Theme URI: https://flyingcrows.org/
Author: Àṣẹ Haus
Author URI: https://ase.haus/
Description: Custom responsive WordPress theme for As The Crows Fly, built from supplied desktop and mobile mockups.
Version: 1.0.15
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: as-the-crows-fly
*/

@font-face {
	font-family: "ATCF Rye";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/rye.ttf") format("truetype");
}

:root {
	--atcf-ink: #171614;
	--atcf-ink-soft: #24211d;
	--atcf-cream: #f7f1e7;
	--atcf-bone: #fffaf1;
	--atcf-rust: #9d4328;
	--atcf-rust-dark: #7d2f1b;
	--atcf-copper: #c66442;
	--atcf-gold: #dfae68;
	--atcf-line: rgba(36, 31, 26, 0.2);
	--atcf-light-line: rgba(255, 250, 241, 0.26);
	--atcf-display: "ATCF Rye", "Rockwell Extra Bold", "Clarendon", "Copperplate", Georgia, serif;
	--atcf-body: Georgia, Cambria, "Times New Roman", serif;
	--atcf-max: 100%;
	--atcf-edge: clamp(48px, 6vw, 92px);
	--atcf-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
	background: var(--atcf-cream);
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	margin: 0;
	background:
		linear-gradient(90deg, rgba(255,255,255,0.36), rgba(255,255,255,0) 36%, rgba(80,39,20,0.05)),
		var(--atcf-cream);
	color: var(--atcf-ink);
	font-family: var(--atcf-body);
	font-size: 16px;
	line-height: 1.45;
	text-rendering: optimizeLegibility;
}

body,
html.translated-ltr body,
html.translated-rtl body {
	top: 0 !important;
}

.skiptranslate,
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
}

body.atcf-menu-is-open {
	overflow: hidden;
}

img,
video {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input {
	font: inherit;
}

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

.skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 10000;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--atcf-ink);
	color: var(--atcf-bone);
}

.atcf-desktop-only {
	display: inline;
}

.atcf-mobile-only {
	display: none;
}

.atcf-site-header {
	position: relative;
	z-index: 50;
	width: 100%;
	background: var(--atcf-cream);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.atcf-notice {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	width: 100vw;
	min-height: 30px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 6px 18px;
	background:
		linear-gradient(90deg, rgba(95, 29, 16, 0.28), rgba(95, 29, 16, 0.08)),
		url("assets/images/top-bar-leather-background.png") center / cover,
		var(--atcf-rust-dark);
	border-radius: 0 !important;
	color: var(--atcf-bone);
	text-align: center;
}

.atcf-notice p {
	margin: 0;
	font-size: 0.84rem;
}

.atcf-notice span {
	font-size: 0.88rem;
}

.atcf-header-main {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: clamp(34px, 3.4vw, 58px);
	max-width: var(--atcf-max);
	min-height: 52px;
	margin: 0 auto;
	padding: 0 var(--atcf-edge);
}

.atcf-logo img {
	width: 168px;
	height: auto;
}

.atcf-desktop-cluster {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
	min-width: 0;
}

.atcf-primary-nav {
	margin-left: clamp(8px, 1.5vw, 28px);
	margin-right: auto;
}

.atcf-primary-nav > ul {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.atcf-primary-nav li {
	position: relative;
}

.atcf-primary-nav li.has-children::after {
	content: "";
	position: absolute;
	top: 100%;
	left: -22px;
	right: -22px;
	height: 16px;
}

.atcf-primary-nav a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 15px 0;
	font-family: var(--atcf-display);
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
}

.atcf-primary-nav a:hover,
.atcf-primary-nav a:focus-visible {
	color: var(--atcf-rust);
}

.atcf-submenu {
	position: absolute;
	top: calc(100% - 1px);
	left: -18px;
	z-index: 5;
	display: grid;
	gap: 8px;
	min-width: 190px;
	padding: 15px 18px;
	margin: 0;
	list-style: none;
	background: var(--atcf-bone);
	border: 1px solid var(--atcf-line);
	box-shadow: 0 16px 35px rgba(28, 18, 12, 0.14);
	opacity: 0;
	transform: translateY(8px);
	pointer-events: none;
	transition: opacity 180ms var(--atcf-ease), transform 180ms var(--atcf-ease);
}

.atcf-primary-nav li:hover .atcf-submenu,
.atcf-primary-nav li:focus-within .atcf-submenu {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.atcf-submenu a {
	padding: 2px 0;
	font-size: 0.76rem;
	text-transform: none;
}

.atcf-language-switcher {
	display: inline-grid;
	grid-auto-flow: column;
	border: 1px solid rgba(22, 21, 19, 0.45);
}

.atcf-language-switcher a {
	min-width: 68px;
	padding: 10px 16px;
	border-right: 1px solid rgba(22, 21, 19, 0.35);
	font-size: 0.73rem;
	font-weight: 700;
	text-align: center;
	transition: background 180ms ease, color 180ms ease;
}

.atcf-language-switcher a:last-child {
	border-right: 0;
}

.atcf-language-switcher a:hover,
.atcf-language-switcher a:focus-visible,
.atcf-language-switcher a.is-active {
	background: rgba(157, 67, 40, 0.1);
	color: var(--atcf-rust-dark);
}

.atcf-button,
.atcf-fallback-form button,
.atcf-newsletter .ff-btn-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 38px;
	padding: 12px 28px;
	border: 1px solid transparent;
	border-radius: 2px;
	font-family: var(--atcf-display);
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 180ms var(--atcf-ease), background 180ms ease, border-color 180ms ease;
}

.atcf-button:hover,
.atcf-button:focus-visible,
.atcf-fallback-form button:hover,
.atcf-newsletter .ff-btn-submit:hover {
	transform: translateY(-1px);
}

.atcf-button--solid,
.atcf-fallback-form button,
.atcf-newsletter .ff-btn-submit {
	background: linear-gradient(180deg, #b24f30, var(--atcf-rust));
	border-color: rgba(255, 250, 241, 0.2);
	color: var(--atcf-bone);
}

.atcf-button--outline {
	background: transparent;
	border-color: rgba(22, 21, 19, 0.58);
	color: var(--atcf-ink);
}

.atcf-button--light {
	border-color: rgba(255, 250, 241, 0.72);
	color: var(--atcf-bone);
}

.atcf-donate-button {
	min-width: 86px;
	padding-inline: 22px;
}

.atcf-menu-toggle,
.atcf-mobile-language,
.atcf-mobile-menu {
	display: none;
}

.atcf-hero {
	position: relative;
	isolation: isolate;
	min-height: 470px;
	overflow: hidden;
	background: var(--atcf-ink);
	color: var(--atcf-bone);
}

.atcf-hero__video,
.atcf-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.atcf-hero__video {
	object-fit: cover;
	object-position: center top;
	z-index: -2;
}

.atcf-hero__video::-webkit-media-controls,
.atcf-hero__video::-webkit-media-controls-panel,
.atcf-hero__video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}

.atcf-hero__shade {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.32) 42%, rgba(0, 0, 0, 0.14)),
		linear-gradient(0deg, rgba(0, 0, 0, 0.34), transparent 42%);
}

.atcf-hero__content {
	display: grid;
	align-content: center;
	max-width: var(--atcf-max);
	min-height: 470px;
	margin: 0 auto;
	padding: 54px var(--atcf-edge) 48px;
}

.atcf-hero h1,
.atcf-intro h2,
.atcf-featured h2,
.atcf-community h2,
.atcf-newsletter h2,
.atcf-page h1,
.atcf-page h2,
.atcf-drawer-link span {
	margin: 0;
	font-family: var(--atcf-display);
	font-weight: 900;
	line-height: 0.96;
	text-transform: uppercase;
}

.atcf-hero h1 {
	max-width: 370px;
	font-size: 3.7rem;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.26);
}

.atcf-hero p {
	max-width: 360px;
	margin: 16px 0 22px;
	font-size: 1.06rem;
	line-height: 1.2;
}

.atcf-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.atcf-intro {
	display: grid;
	grid-template-columns: minmax(320px, 1.22fr) repeat(3, minmax(0, 1fr));
	max-width: var(--atcf-max);
	margin: 0 auto;
	background: rgba(255, 250, 241, 0.62);
}

.atcf-intro__copy {
	padding: 22px 34px 20px var(--atcf-edge);
}

.atcf-kicker {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
	font-family: var(--atcf-display);
	font-size: 0.66rem;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--atcf-rust-dark);
}

.atcf-kicker img {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.atcf-kicker::after,
.atcf-kicker--line::after {
	content: "";
	display: block;
	width: 130px;
	height: 1px;
	background: var(--atcf-rust);
}

.atcf-kicker--line::before {
	content: "";
	display: block;
	width: 25px;
	height: 1px;
	background: var(--atcf-rust);
}

.atcf-kicker--line {
	gap: 8px;
}

.atcf-kicker--rust {
	color: var(--atcf-copper);
}

.atcf-kicker--rust::before {
	content: "✦";
	font-size: 0.74rem;
}

.atcf-intro h2 {
	max-width: 315px;
	font-size: 1.5rem;
	line-height: 0.98;
}

.atcf-intro p {
	max-width: 315px;
	margin: 11px 0 13px;
	font-size: 0.73rem;
	line-height: 1.26;
}

.atcf-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--atcf-display);
	font-size: 0.68rem;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--atcf-rust-dark);
}

.atcf-text-link:hover,
.atcf-text-link:focus-visible {
	color: var(--atcf-copper);
}

.atcf-program-grid {
	display: contents;
}

.atcf-program-card {
	display: grid;
	align-content: center;
	justify-items: center;
	min-height: 236px;
	padding: 28px 32px;
	background: transparent;
	border-left: 1px solid var(--atcf-line);
	border-radius: 0;
	box-shadow: none;
	text-align: center;
}

.atcf-program-card__photo {
	display: none;
}

.atcf-program-card__picture {
	display: none;
}

.atcf-program-card__icon {
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-bottom: 14px;
}

.atcf-program-card strong {
	display: block;
	margin-bottom: 10px;
	font-family: var(--atcf-display);
	font-size: 0.88rem;
	font-weight: 900;
	text-transform: uppercase;
}

.atcf-program-card small {
	display: block;
	max-width: 220px;
	margin: 0 auto;
	font-size: 0.74rem;
	line-height: 1.35;
}

.atcf-program-card em {
	display: inline-flex;
	gap: 8px;
	margin-top: 18px;
	font-family: var(--atcf-display);
	font-size: 0.66rem;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--atcf-rust-dark);
}

.atcf-program-card > i {
	display: none;
}

.atcf-intro__image-mobile {
	display: none;
}

.atcf-featured {
	display: grid;
	grid-template-columns: minmax(0, 40%) minmax(0, 60%);
	align-items: stretch;
	max-width: var(--atcf-max);
	margin: 0 auto;
	border-top: 0;
	border-bottom: 0;
	background: rgba(255, 250, 241, 0.76);
}

.atcf-featured__image {
	position: relative;
	min-height: 302px;
	overflow: hidden;
}

.atcf-featured__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 35%;
}

.atcf-featured__image--mobile {
	display: none;
}

.atcf-featured__content {
	position: relative;
	min-height: 302px;
	padding: 28px 58px 22px;
	overflow: hidden;
}

.atcf-featured__content::after {
	content: "";
	position: absolute;
	top: 21px;
	right: 58px;
	width: 320px;
	height: 225px;
	background: url("assets/images/crow-page-background-graphic.png") center / contain no-repeat;
	opacity: 0.22;
	z-index: 0;
}

.atcf-featured h2 {
	position: relative;
	z-index: 1;
	max-width: 460px;
	font-size: 1.72rem;
}

.atcf-featured .atcf-kicker,
.atcf-featured .atcf-button {
	position: relative;
	z-index: 1;
}

.atcf-featured p {
	position: relative;
	z-index: 1;
	max-width: 560px;
	margin: 11px 0 14px;
	font-size: 0.79rem;
	line-height: 1.32;
}

.atcf-pillars {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin: 0 0 16px;
}

.atcf-pillars div {
	display: grid;
	grid-template-columns: 34px 1fr;
	align-items: center;
	gap: 10px;
	min-height: 46px;
	padding: 0 14px;
	border-right: 1px solid var(--atcf-line);
}

.atcf-pillars div:first-child {
	padding-left: 0;
}

.atcf-pillars div:last-child {
	border-right: 0;
}

.atcf-pillars img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.atcf-pillars span {
	font-family: var(--atcf-display);
	font-size: 0.58rem;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

.atcf-community {
	display: grid;
	grid-template-columns: minmax(0, 40%) minmax(0, 60%);
	max-width: var(--atcf-max);
	margin: 0 auto;
	background: var(--atcf-ink);
	color: var(--atcf-bone);
}

.atcf-community__copy {
	display: grid;
	align-content: center;
	height: 255px;
	min-height: 255px;
	padding: 17px 54px 16px 70px;
	background:
		linear-gradient(90deg, rgba(255,255,255,0.04), rgba(255,255,255,0)),
		var(--atcf-ink);
}

.atcf-community h2 {
	font-size: 1.62rem;
}

.atcf-community p {
	max-width: 338px;
	margin: 9px 0 10px;
	font-size: 0.73rem;
	line-height: 1.28;
}

.atcf-text-link--rust {
	color: var(--atcf-copper);
}

.atcf-community__image {
	height: 255px;
	min-height: 255px;
	overflow: hidden;
}

.atcf-community__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 50%;
}

.atcf-community__image-mobile {
	display: none;
}

.atcf-newsletter {
	max-width: var(--atcf-max);
	margin: 0 auto;
	padding: 18px 24px 16px;
	background: var(--atcf-cream);
}

.atcf-newsletter__panel {
	display: grid;
	grid-template-columns: 1fr minmax(450px, 44%);
	align-items: center;
	gap: 28px;
	min-height: 96px;
	padding: 20px 96px 20px 58px;
	background:
		linear-gradient(90deg, rgba(87, 27, 13, 0.08), rgba(255,255,255,0.03)),
		url("assets/images/newsletter-leather-background-desktop.png") center / 100% 100% no-repeat,
		var(--atcf-rust-dark);
	border: 0;
	border-radius: 7px;
	box-shadow: 0 3px 14px rgba(58, 31, 14, 0.35);
	color: var(--atcf-bone);
}

.atcf-newsletter__copy {
	display: flex;
	align-items: center;
	gap: 22px;
	min-width: 0;
}

.atcf-newsletter__copy img {
	width: 58px;
	height: 58px;
	object-fit: contain;
	filter: drop-shadow(0 1px 0 rgba(255,255,255,0.18));
}

.atcf-newsletter h2 {
	font-size: 1.63rem;
	line-height: 1;
}

.atcf-newsletter p {
	margin: 5px 0 0;
	font-size: 0.72rem;
}

.atcf-newsletter__form {
	min-width: 0;
	transform: translateY(8px);
}

.atcf-fallback-form,
.atcf-newsletter .fluentform form,
.atcf-newsletter form.frm-fluent-form {
	display: grid !important;
	grid-template-columns: 1fr auto;
	gap: 0;
	align-items: stretch;
	margin: 0 !important;
}

.atcf-newsletter .ff-t-container {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	gap: 0 !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.atcf-newsletter fieldset {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.atcf-newsletter .ff-t-cell {
	width: auto !important;
	max-width: none !important;
	flex-basis: auto !important;
	padding: 0 !important;
}

.atcf-fallback-form input,
.atcf-newsletter .ff-el-form-control,
.atcf-newsletter input[type="email"],
.atcf-newsletter input[type="text"] {
	width: 100% !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 18px !important;
	background: var(--atcf-bone) !important;
	border: 1px solid rgba(255, 250, 241, 0.72) !important;
	border-right: 0 !important;
	border-radius: 2px 0 0 2px !important;
	box-shadow: none !important;
	color: var(--atcf-ink) !important;
	font-size: 0.78rem !important;
	outline: 0 !important;
}

.atcf-newsletter .ff-el-group,
.atcf-newsletter .ff_submit_btn_wrapper {
	margin: 0 !important;
}

.atcf-newsletter .ff-el-input--label,
.atcf-newsletter .ff-el-help-message,
.atcf-newsletter .ff-el-is-error .text-danger {
	display: none !important;
}

.atcf-fallback-form button,
.atcf-newsletter .ff-btn-submit {
	height: 42px !important;
	min-height: 42px !important;
	padding: 0 33px !important;
	background: var(--atcf-ink) !important;
	border: 1px solid rgba(255, 250, 241, 0.72) !important;
	border-radius: 0 2px 2px 0 !important;
	color: var(--atcf-bone) !important;
	box-shadow: none !important;
}

.atcf-site-footer {
	background:
		linear-gradient(180deg, rgba(10, 10, 9, 0.52), rgba(10, 10, 9, 0.68)),
		url("assets/images/black-leather-footer-background.png") center / cover,
		var(--atcf-ink);
	background-blend-mode: multiply, normal;
	color: var(--atcf-bone);
}

.atcf-footer-main {
	display: grid;
	grid-template-columns: 190px 1fr auto;
	gap: 48px;
	align-items: center;
	max-width: var(--atcf-max);
	margin: 0 auto;
	padding: 28px var(--atcf-edge) 20px;
}

.atcf-footer-brand {
	display: grid;
	justify-items: center;
	gap: 6px;
}

.atcf-footer-brand img {
	filter: invert(1) grayscale(1) brightness(1.8);
}

.atcf-footer-brand span {
	font-family: var(--atcf-display);
	font-size: 0.68rem;
	text-transform: uppercase;
	color: rgba(255, 250, 241, 0.88);
}

.atcf-footer-nav {
	display: grid;
	grid-template-columns: repeat(5, minmax(82px, 1fr));
	gap: 28px;
}

.atcf-footer-nav h2 {
	margin: 0 0 8px;
	font-family: var(--atcf-display);
	font-size: 0.7rem;
	text-transform: uppercase;
}

.atcf-footer-nav a {
	display: block;
	margin: 5px 0;
	font-size: 0.72rem;
	color: rgba(255, 250, 241, 0.78);
}

.atcf-footer-nav a:hover,
.atcf-footer-nav a:focus-visible {
	color: var(--atcf-copper);
}

.atcf-social {
	display: flex;
	gap: 14px;
	align-items: center;
}

.atcf-social a {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
}

.atcf-social img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.atcf-footer-bottom {
	display: grid;
	grid-template-columns: auto auto minmax(260px, 1fr) auto 1px auto;
	gap: 22px;
	align-items: center;
	max-width: var(--atcf-max);
	min-height: 54px;
	margin: 0 auto;
	padding: 0 var(--atcf-edge);
	border-top: 1px solid rgba(255, 250, 241, 0.18);
}

.atcf-footer-bottom strong {
	font-family: var(--atcf-display);
	font-size: 0.75rem;
	text-transform: uppercase;
}

.atcf-footer-bottom p {
	margin: 0;
	font-size: 0.7rem;
	color: rgba(255, 250, 241, 0.78);
}

.atcf-footer-copyright {
	white-space: nowrap;
}

.atcf-footer-bottom i {
	display: block;
	width: 1px;
	height: 30px;
	background: rgba(255, 250, 241, 0.52);
}

.atcf-footer-bottom a {
	color: var(--atcf-copper);
	text-decoration: none;
}

.atcf-page,
.atcf-blank-page {
	min-height: 45vh;
	background: var(--atcf-cream);
}

.atcf-error-page {
	min-height: 58vh;
	background:
		linear-gradient(90deg, rgba(255, 250, 241, 0.9), rgba(255, 250, 241, 0.76)),
		url("assets/images/crow-page-background-graphic.png") right 12% center / min(46vw, 520px) auto no-repeat,
		var(--atcf-cream);
}

.atcf-error-page__content {
	display: grid;
	align-content: center;
	max-width: 760px;
	min-height: 58vh;
	padding: 84px var(--atcf-edge);
}

.atcf-error-page__eyebrow {
	margin: 0 0 12px;
	font-family: var(--atcf-display);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--atcf-rust-dark);
}

.atcf-error-page h1 {
	max-width: 620px;
	margin: 0;
	font-family: var(--atcf-display);
	font-size: clamp(2.4rem, 6vw, 4.8rem);
	font-weight: 900;
	line-height: 0.96;
	text-transform: uppercase;
}

.atcf-error-page p {
	max-width: 520px;
	margin: 18px 0 26px;
	font-size: 1.05rem;
	line-height: 1.42;
}

.atcf-error-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.atcf-page__article,
.atcf-blank-page__content,
.atcf-post-list,
.navigation.pagination {
	max-width: 980px;
	margin: 0 auto;
	padding: 72px 30px;
}

.atcf-page__header h1 {
	font-size: 2.7rem;
}

.atcf-page__content,
.atcf-blank-page__content {
	font-size: 1rem;
}

.atcf-post-card {
	padding: 26px 0;
	border-bottom: 1px solid var(--atcf-line);
}

.atcf-post-card h2 {
	font-size: 1.65rem;
}

@media (max-width: 1040px) {
	.atcf-header-main {
		padding-inline: 22px;
	}

	.atcf-primary-nav > ul {
		gap: 18px;
	}

	.atcf-desktop-cluster {
		gap: 16px;
	}

	.atcf-language-switcher a {
		min-width: 62px;
		padding-inline: 12px;
	}
}

@media (max-width: 900px) {
	body {
		background: var(--atcf-cream);
	}

	.atcf-site-header {
		background: var(--atcf-cream);
	}

	.atcf-desktop-only {
		display: none !important;
	}

	.atcf-mobile-only {
		display: inline !important;
	}

	.atcf-notice {
		display: none;
	}

	.atcf-notice p {
		max-width: 420px;
		font-size: 0.75rem;
		line-height: 1.1;
	}

	.atcf-header-main {
		display: flex;
		justify-content: space-between;
		min-height: 60px;
		padding: 0 22px;
	}

	.atcf-logo img {
		width: 206px;
	}

	.atcf-desktop-cluster {
		display: none;
	}

	.atcf-menu-toggle {
		display: grid;
		gap: 6px;
		width: 42px;
		height: 42px;
		padding: 7px;
		border: 0;
		background: transparent;
		cursor: pointer;
	}

	.atcf-menu-toggle span:not(.screen-reader-text) {
		display: block;
		width: 32px;
		height: 3px;
		background: var(--atcf-rust-dark);
	}

	.atcf-mobile-language {
		display: block;
		background: var(--atcf-cream);
		padding: 0 12px 8px;
	}

	.atcf-language-switcher--mobilebar {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		width: 100%;
	}

	.atcf-language-switcher--mobilebar a {
		padding: 8px 5px;
		font-size: 0.71rem;
		background: rgba(247, 241, 231, 0.72);
	}

	.atcf-mobile-menu {
		position: fixed;
		inset: 0;
		z-index: 999;
		display: block;
		height: 100svh;
		overflow: hidden;
		background:
			linear-gradient(180deg, rgba(255, 250, 241, 0.96), rgba(255, 250, 241, 0.78) 55%, rgba(255, 250, 241, 0.08) 100%),
			url("assets/images/mobile-menu-background-graphic.jpg") center bottom / cover no-repeat,
			var(--atcf-cream);
		color: var(--atcf-ink);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-8px);
		transition: opacity 180ms ease, transform 180ms var(--atcf-ease);
	}

	.atcf-mobile-menu[aria-hidden="false"] {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.atcf-mobile-menu__inner {
		position: relative;
		display: grid;
		grid-template-rows: auto 1fr auto auto;
		width: min(100%, 520px);
		height: 100svh;
		margin: 0 auto;
		padding: 8px 28px 14px;
	}

	.atcf-mobile-menu__top {
		position: relative;
		display: grid;
		align-items: center;
		justify-items: center;
		margin-bottom: 2px;
	}

	.atcf-mobile-menu__logo img {
		width: min(62vw, 240px);
		height: auto;
		filter: none;
	}

	.atcf-menu-close {
		position: absolute;
		top: 2px;
		right: 0;
		width: 28px;
		height: 28px;
		border: 0;
		background: transparent;
		cursor: pointer;
	}

	.atcf-menu-close span:not(.screen-reader-text) {
		position: absolute;
		left: 3px;
		top: 13px;
		width: 24px;
		height: 2px;
		background: var(--atcf-copper);
	}

	.atcf-menu-close span:nth-child(2) {
		transform: rotate(45deg);
	}

	.atcf-menu-close span:nth-child(3) {
		transform: rotate(-45deg);
	}

	.atcf-language-switcher--drawer {
		display: none;
	}

	.atcf-drawer-rule {
		display: none;
	}

	.atcf-drawer-rule::before,
	.atcf-drawer-rule::after {
		content: "";
		height: 1px;
		background: rgba(157, 67, 40, 0.72);
	}

	.atcf-drawer-nav {
		align-self: start;
		border-top: 0;
	}

	.atcf-drawer-item {
		border-bottom: 1px dashed rgba(23, 22, 20, 0.2);
	}

	.atcf-drawer-link {
		display: grid;
		grid-template-columns: 30px 1fr auto;
		align-items: center;
		gap: 13px;
		padding: 6px 4px;
	}

	.atcf-drawer-link img {
		width: 24px;
		height: 24px;
		filter: none;
		opacity: 1;
		object-fit: contain;
	}

	.atcf-drawer-link span {
		font-size: 0.98rem;
		line-height: 1;
	}

	.atcf-drawer-link b {
		color: var(--atcf-rust-dark);
		font-size: 1.34rem;
		font-weight: 400;
	}

	.atcf-drawer-item.is-open .atcf-drawer-link span,
	.atcf-drawer-item.is-open .atcf-drawer-link b {
		color: var(--atcf-copper);
	}

	.atcf-drawer-subnav {
		display: none;
		margin: 1px 0 8px 43px;
		padding: 7px 0 9px;
		background: transparent;
		border: 0;
	}

	.atcf-drawer-item.is-open .atcf-drawer-subnav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px 12px;
	}

	.atcf-drawer-subnav a {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		min-height: 30px;
		padding: 3px 0;
		font-family: var(--atcf-display);
		font-size: 0.72rem;
		line-height: 1.22;
		text-transform: uppercase;
	}

	.atcf-drawer-subnav span {
		flex: 0 0 auto;
		font-size: 0.5rem;
		color: var(--atcf-rust-dark);
	}

	.atcf-drawer-donate {
		display: grid;
		grid-template-columns: 70px 1fr;
		align-items: center;
		justify-content: center;
		gap: 0;
		margin: 6px 0 8px;
		min-height: 43px;
		border: 1px solid rgba(255, 250, 241, 0.72);
		border-radius: 6px;
		background:
			linear-gradient(180deg, rgba(185, 81, 49, 0.62), rgba(125, 47, 27, 0.62)),
			url("assets/images/top-bar-leather-background.png") center / cover,
			var(--atcf-rust);
		box-shadow: inset 0 0 0 1px rgba(255, 250, 241, 0.35);
		font-family: var(--atcf-display);
		font-size: 1.08rem;
		font-weight: 900;
		text-transform: uppercase;
		color: var(--atcf-bone);
		text-align: center;
	}

	.atcf-drawer-donate img {
		width: 23px;
		height: 23px;
		justify-self: center;
		filter: brightness(0) invert(1);
	}

	.atcf-drawer-donate span {
		display: grid;
		place-items: center;
		min-height: 28px;
		border-left: 1px solid rgba(255, 250, 241, 0.36);
	}

	.atcf-drawer-credit {
		align-self: end;
		margin-top: 0;
		font-family: var(--atcf-display);
		font-size: 0.54rem;
		letter-spacing: 0;
		text-align: center;
		text-transform: uppercase;
		color: rgba(255, 250, 241, 0.88);
	}

	.atcf-drawer-credit a {
		font-family: var(--atcf-body);
		font-weight: 700;
		text-transform: none;
		color: var(--atcf-bone);
		text-decoration: none;
	}

	.atcf-drawer-story {
		display: none;
	}

	.atcf-drawer-story img {
		width: 52px;
		margin-bottom: 14px;
	}

	.atcf-drawer-story p {
		max-width: 360px;
		margin: 0 0 24px;
		font-size: 0.96rem;
		line-height: 1.58;
	}

	.atcf-hero {
		min-height: 412px;
	}

	.atcf-hero__video {
		object-position: center top;
		display: block !important;
		pointer-events: none;
	}

	.atcf-hero__shade {
		background:
			linear-gradient(180deg, rgba(0,0,0,0.26), rgba(0,0,0,0.24) 26%, rgba(0,0,0,0.58)),
			linear-gradient(90deg, rgba(0,0,0,0.1), rgba(0,0,0,0.04));
	}

	.atcf-hero__content {
		justify-items: center;
		align-content: center;
		min-height: 412px;
		padding: 38px 24px 28px;
		text-align: center;
	}

	.atcf-hero h1 {
		max-width: 360px;
		font-size: 2.16rem;
		line-height: 1;
	}

	.atcf-hero h1::after {
		content: "✦";
		display: block;
		margin: 7px auto 0;
		font-size: 0.86rem;
	}

	.atcf-hero p {
		max-width: 330px;
		margin: 8px 0 15px;
		font-size: 0.94rem;
		line-height: 1.3;
	}

	.atcf-hero__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: min(100%, 334px);
		justify-content: center;
		gap: 9px;
	}

	.atcf-hero__actions .atcf-button {
		min-height: 37px;
		padding: 11px 10px;
		font-size: 0.62rem;
		white-space: nowrap;
	}

	.atcf-hero__actions .atcf-button span {
		display: none;
	}

		.atcf-intro {
			position: relative;
			display: grid;
			grid-template-columns: 1fr;
			max-width: 100%;
			min-height: clamp(500px, 124vw, 548px);
			background:
				url("assets/images/who-we-are-mobile-composite.png") right top / auto clamp(500px, 124vw, 548px) no-repeat,
				var(--atcf-bone);
		}

	.atcf-intro__copy {
		position: relative;
		min-height: clamp(500px, 124vw, 548px);
		padding: 19px 50% 20px 20px;
		overflow: visible;
	}

	.atcf-intro__image-mobile {
		display: none;
	}

	.atcf-intro__image-mobile img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 56% 38%;
	}

	.atcf-kicker {
		gap: 9px;
		margin-bottom: 8px;
		font-size: 0.62rem;
	}

	.atcf-kicker img {
		width: 28px;
		height: 28px;
	}

	.atcf-kicker::after {
		width: 105px;
	}

	.atcf-intro h2 {
		max-width: 260px;
		font-size: 1.46rem;
		line-height: 1.02;
	}

	.atcf-intro p {
		max-width: 300px;
		margin: 10px 0 12px;
		font-size: 0.72rem;
		line-height: 1.33;
	}

	.atcf-intro__mobile-break {
		display: block;
		margin-top: 0.7em;
	}

	.atcf-text-link {
		font-size: 0.62rem;
	}

	.atcf-program-grid {
		display: grid;
		grid-template-columns: 1fr;
		border-top: 1px solid var(--atcf-line);
	}

	.atcf-program-card {
		display: grid;
		grid-template-columns: 34% 48px 1fr 22px;
		gap: 14px;
		align-items: center;
		justify-items: start;
		min-height: 93px;
		padding: 9px 18px 9px 12px;
		background: var(--atcf-bone);
		border-left: 0;
		border-bottom: 1px solid var(--atcf-line);
		border-radius: 0 !important;
		box-shadow: none !important;
		text-align: left;
	}

	.atcf-program-card__photo {
		display: block;
		width: 100%;
		height: 74px;
		object-fit: cover;
		border-radius: 3px;
	}

	.atcf-program-card__picture {
		display: block;
		width: 100%;
	}

	.atcf-program-card__icon {
		width: 40px;
		height: 40px;
		margin: 0;
	}

	.atcf-program-card strong {
		margin-bottom: 5px;
		font-size: 0.95rem;
	}

	.atcf-program-card small {
		max-width: none;
		margin: 0;
		font-size: 0.64rem;
		line-height: 1.32;
	}

	.atcf-program-card em {
		display: none;
	}

	.atcf-program-card > i {
		display: block;
		color: var(--atcf-rust-dark);
		font-size: 2rem;
		font-style: normal;
		font-weight: 400;
	}

	.atcf-featured {
		grid-template-columns: 42% 58%;
		max-width: 100%;
		min-height: 360px;
		background:
			url("assets/images/featured-program-mobile-composite.png") center / cover no-repeat,
			var(--atcf-ink);
		color: var(--atcf-bone);
		border: 0;
	}

	.atcf-featured__image--desktop {
		display: none;
	}

	.atcf-featured__image--mobile {
		display: none;
	}

	.atcf-featured__image img {
		object-position: 28% 46%;
	}

	.atcf-featured__content {
		grid-column: 2;
		min-height: 360px;
		padding: 17px 14px 17px 18px;
	}

	.atcf-featured__content::after {
		display: none;
	}

	.atcf-featured .atcf-kicker {
		margin-bottom: 7px;
		color: var(--atcf-copper);
	}

	.atcf-featured .atcf-kicker::after {
		width: 76px;
		background: var(--atcf-copper);
	}

	.atcf-featured h2 {
		max-width: 240px;
		font-size: 0.98rem;
		line-height: 1;
	}

	.atcf-featured p {
		margin: 8px 0 11px;
		font-size: 0.55rem;
		line-height: 1.3;
	}

	.atcf-pillars {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px 10px;
		margin-bottom: 12px;
	}

	.atcf-pillars div {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 4px;
		min-height: 0;
		padding: 0;
		border-right: 0;
		text-align: center;
	}

	.atcf-pillars img {
		width: 22px;
		height: 22px;
		filter: brightness(0) invert(1);
	}

	.atcf-pillars span {
		font-family: var(--atcf-body);
		font-size: 0.5rem;
		font-weight: 700;
		line-height: 1.08;
		overflow-wrap: normal;
	}

	.atcf-featured .atcf-button {
		min-height: 38px;
		margin-top: 11px;
		padding: 10px 14px;
		font-size: 0.62rem;
		white-space: nowrap;
	}

	.atcf-featured .atcf-button span {
		display: none;
	}

	.atcf-community {
		grid-template-columns: 1fr;
		max-width: 100%;
		background: var(--atcf-bone);
		color: var(--atcf-ink);
	}

	.atcf-community__copy {
		height: auto;
		min-height: 0;
		padding: 18px 20px 19px;
		background: var(--atcf-bone);
		min-width: 0;
		overflow: hidden;
	}

	.atcf-community .atcf-kicker {
		margin-bottom: 6px;
		color: var(--atcf-rust-dark);
		font-size: 0.56rem;
	}

	.atcf-community h2 {
		max-width: 100%;
		font-size: 1.18rem;
		line-height: 1;
	}

	.atcf-community p {
		margin: 5px 0 6px;
		font-size: 0.72rem;
		line-height: 1.28;
	}

	.atcf-community__image {
		height: 205px;
		min-height: 205px;
	}

	.atcf-community__image img {
		object-position: center center;
	}

	.atcf-community__image-desktop {
		display: none;
	}

	.atcf-community__image-mobile {
		display: block;
	}

		.atcf-newsletter {
			max-width: 100%;
			padding: 14px 0 0;
			background:
				linear-gradient(180deg, rgba(10, 10, 9, 0.52), rgba(10, 10, 9, 0.68)),
				url("assets/images/black-leather-footer-background.png") center / cover,
				var(--atcf-ink);
			background-blend-mode: multiply, normal;
		}

		.atcf-newsletter__panel {
			grid-template-columns: 1fr;
			gap: 12px;
			min-height: 140px;
			padding: 27px 16px 25px;
			background: url("assets/images/newsletter-leather-background-mobile.jpg") center / 100% 100% no-repeat;
			background-color: transparent;
			border-radius: 0;
			box-shadow: none;
		}

	.atcf-newsletter__copy {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 46px;
		align-items: center;
		gap: 10px;
		width: min(calc(100vw - 56px), 386px);
		max-width: min(calc(100vw - 56px), 386px);
		justify-self: end;
		margin-left: 0;
		margin-right: clamp(8px, 3vw, 14px);
		transform: translateX(clamp(8px, 2vw, 12px));
	}

	.atcf-newsletter__copy img {
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
		width: 46px;
		height: 46px;
	}

	.atcf-newsletter__copy > div {
		grid-column: 1;
		grid-row: 1;
		min-width: 0;
	}

	.atcf-newsletter h2 {
		font-size: 1.35rem;
	}

	.atcf-newsletter p {
		font-size: 0.62rem;
		line-height: 1.2;
	}

		.atcf-newsletter__form {
			width: min(calc(100vw - 56px), 386px);
			max-width: min(calc(100vw - 56px), 386px);
			justify-self: end;
			margin-left: 0;
			margin-right: clamp(8px, 3vw, 14px);
			transform: translateX(clamp(8px, 2vw, 12px));
		}

		.atcf-newsletter__form > *,
		.atcf-newsletter .fluentform,
		.atcf-newsletter .frm-fluent-form {
			width: 100% !important;
			max-width: none !important;
		}

		.atcf-fallback-form,
		.atcf-newsletter .fluentform form,
		.atcf-newsletter form.frm-fluent-form {
			display: grid !important;
			grid-template-columns: minmax(0, 1fr) 84px !important;
			align-items: stretch !important;
			width: 100% !important;
			max-width: none !important;
		}

		.atcf-newsletter .ff-t-container {
			display: grid !important;
			grid-template-columns: minmax(0, 1fr) 84px !important;
			width: 100% !important;
			max-width: none !important;
		}

	.atcf-newsletter fieldset {
		display: block !important;
		width: 100% !important;
	}

		.atcf-newsletter .ff-t-cell {
			width: auto !important;
			max-width: none !important;
			flex-basis: auto !important;
			min-width: 0 !important;
		}

		.atcf-newsletter .ff-t-cell:first-child {
			flex: 1 1 auto !important;
			width: auto !important;
			max-width: none !important;
		}

		.atcf-newsletter .ff-t-cell:last-child {
			width: 84px !important;
			max-width: 84px !important;
			flex: 0 0 84px !important;
		}

		.atcf-newsletter .frm-fluent-form .ff-el-group,
		.atcf-newsletter .frm-fluent-form .ff_submit_btn_wrapper {
			grid-column: auto !important;
			width: 100% !important;
			max-width: none !important;
		}

	.atcf-fallback-form input,
	.atcf-newsletter .ff-el-form-control,
	.atcf-newsletter input[type="email"],
	.atcf-newsletter input[type="text"] {
		height: 42px !important;
		padding: 0 14px !important;
		font-size: 0.68rem !important;
	}

		.atcf-fallback-form button,
		.atcf-newsletter .ff-btn-submit {
			width: 100% !important;
			height: 42px !important;
			min-height: 42px !important;
			min-width: 0 !important;
			padding: 0 4px !important;
			font-size: 0.42rem !important;
			white-space: nowrap !important;
		}

	.atcf-footer-main {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
		justify-items: center;
		padding: 28px 22px 13px;
		text-align: center;
	}

	.atcf-footer-brand img {
		width: 178px;
	}

	.atcf-footer-brand span {
		font-size: 0.66rem;
	}

	.atcf-footer-nav {
		display: none;
	}

	.atcf-social {
		gap: 16px;
	}

	.atcf-social a {
		width: 35px;
		height: 35px;
		padding: 6px;
		border: 1px solid rgba(255, 250, 241, 0.25);
		border-radius: 50%;
		background: rgba(255, 250, 241, 0.05);
	}

	.atcf-footer-bottom {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		min-height: 56px;
		padding: 17px 26px 24px;
		border-top: 1px solid rgba(255, 250, 241, 0.14);
		text-align: center;
	}

	.atcf-footer-bottom strong,
	.atcf-footer-bottom i {
		display: none;
	}

	.atcf-footer-bottom p {
		font-size: 0.64rem;
		line-height: 1.2;
	}

	.atcf-footer-copyright {
		white-space: normal;
	}

	.atcf-footer-bottom > span {
		display: none;
	}

	.atcf-page__article,
	.atcf-error-page__content,
	.atcf-blank-page__content,
	.atcf-post-list,
	.navigation.pagination {
		padding: 44px 20px;
	}

	.atcf-page__header h1 {
		font-size: 2rem;
	}

	.atcf-error-page {
		background-position: right -120px center;
		background-size: 420px auto;
	}

	.atcf-error-page__content {
		min-height: 52vh;
	}

	.atcf-error-page p {
		font-size: 0.95rem;
	}
}

@media (max-width: 430px) {
	.atcf-notice p {
		max-width: 270px;
	}

	.atcf-hero h1 {
		font-size: 2rem;
	}

	.atcf-hero p {
		font-size: 0.86rem;
	}

	.atcf-hero__actions .atcf-button {
		padding-inline: 9px;
		font-size: 0.58rem;
	}

	.atcf-intro__copy {
		padding-right: 48%;
	}

	.atcf-program-card {
		grid-template-columns: 34% 40px 1fr 17px;
		gap: 11px;
	}

	.atcf-program-card strong {
		font-size: 0.83rem;
	}

	.atcf-program-card small {
		font-size: 0.58rem;
	}

	.atcf-featured h2 {
		font-size: 0.98rem;
	}

	.atcf-featured p {
		font-size: 0.56rem;
	}

	.atcf-pillars {
		gap: 5px;
	}

	.atcf-featured .atcf-button {
		padding-inline: 13px;
		font-size: 0.58rem;
	}

	.atcf-newsletter h2 {
		font-size: 1.16rem;
	}

	.atcf-fallback-form button,
	.atcf-newsletter .ff-btn-submit {
		padding-inline: 4px !important;
	}
}

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