:root {
	--color-background: #ffffff;
	--color-surface: #ffffff;
	--color-surface-strong: #f5f1f0;
	--color-text: #101010;
	--color-text-muted: #382624;
	--color-border: rgba(16, 16, 16, 0.12);
	--color-primary: #EB0000;
	--color-primary-strong: #382624;
	--color-accent: #EB0000;
	--color-black: #101010;
	--color-brown: #382624;
	--color-red: #EB0000;
	--color-bright-red: #EB0000;
	--color-white: #ffffff;
	--navigation-background-color: var(--color-bright-red);
	--font-body: "Open Sans", "Segoe UI", sans-serif;
	--font-display: "Roboto", "Segoe UI", sans-serif;
	--container: 1200px;
	--content: 760px;
	--gutter: clamp(1.25rem, 2vw, 2rem);
	--radius: 1.25rem;
	--shadow: 0 20px 40px rgba(56, 38, 36, 0.08);
	--site-header-offset: 10.25rem;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 17px;
	color: var(--color-text);
	background:
		radial-gradient(circle at top right, rgba(235, 0, 0, 0.08), transparent 28%),
		linear-gradient(180deg, #ffffff 0%, #fbf8f8 100%);
	line-height: 1.6;
}

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

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.12em;
}

.site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-main {
	flex: 1;
}

.container {
	width: min(calc(100% - (var(--gutter) * 2)), var(--container));
	margin-inline: auto;
}

.content-width {
	width: min(100%, var(--content));
}

.stack-sm > * + * {
	margin-top: 0.75rem;
}

.stack-md > * + * {
	margin-top: 1.25rem;
}

.stack-lg > * + * {
	margin-top: 2rem;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 40;
}

body.admin-bar .site-header {
	top: 32px;
}

.site-header__main {
	position: relative;
	-webkit-backdrop-filter: blur(14px) saturate(140%);
	backdrop-filter: blur(14px) saturate(140%);
	background: var(--navigation-background-color);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-header__utility {
	position: relative;
	z-index: 41;
	background: var(--color-black);
	color: var(--color-white);
	font-family: var(--font-display);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

.site-header__utility-inner {
	display: grid;
	grid-template-columns: minmax(0, auto) minmax(0, 1fr);
	align-items: center;
	gap: 0.75rem 1.25rem;
	width: calc(100% - 20px);
	max-width: none;
	min-height: 42px;
	padding-block: 0.45rem;
	overflow: visible;
}

.site-header__utility-contact,
.site-header__utility-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.75rem;
	margin: 0;
	padding: 0;
}

.site-header__utility-contact {
	min-width: 0;
	white-space: nowrap;
}

.site-header__utility-menu {
	list-style: none;
	justify-content: flex-end;
	margin-left: auto;
	white-space: nowrap;
}

.site-header__utility a {
	color: var(--color-white);
	text-decoration: none;
}

.site-header__utility a:hover,
.site-header__utility a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.site-header__utility-menu li + li::before {
	content: "|";
	margin-right: 0.75rem;
	color: rgba(255, 255, 255, 0.64);
}

.site-header__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: clamp(0.8rem, 1.5vw, 1.75rem);
	width: min(calc(100% - (var(--gutter) * 2)), 1500px);
	padding-block: 1.1rem;
	position: relative;
}

.site-title,
.custom-logo-link,
.site-logo-link {
	display: inline-flex;
	align-items: center;
	font-size: 1.125rem;
	font-weight: 700;
	font-family: var(--font-display);
	letter-spacing: 0.02em;
	text-decoration: none;
	color: var(--color-white);
}

.custom-logo,
.site-logo {
	display: block;
	width: auto;
	height: 120px;
	max-width: min(260px, 42vw);
	transition: height 0.24s ease;
}

.site-header .custom-logo,
.site-header .site-logo,
.woocommerce .site-header .custom-logo,
.woocommerce .site-header .site-logo,
.woocommerce-page .site-header .custom-logo,
.woocommerce-page .site-header .site-logo {
	width: auto;
	height: 120px;
	max-width: min(260px, 42vw);
}

.site-header.is-stuck .custom-logo,
.site-header.is-stuck .site-logo,
.woocommerce .site-header.is-stuck .custom-logo,
.woocommerce .site-header.is-stuck .site-logo,
.woocommerce-page .site-header.is-stuck .custom-logo,
.woocommerce-page .site-header.is-stuck .site-logo {
	height: 80px;
}

.site-branding {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.primary-nav--desktop {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
}

.primary-nav--left {
	justify-content: flex-end;
}

.primary-nav--right {
	justify-content: flex-start;
}

.menu {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 1rem 1.85rem;
	margin: 0;
	padding: 0;
}

.menu--primary {
	gap: 1rem clamp(0.55rem, 1vw, 1.2rem);
	white-space: nowrap;
}

.menu--primary-left {
	justify-content: flex-end;
}

.menu--primary-right {
	justify-content: flex-start;
}

.menu--primary a {
	font-size: clamp(0.86rem, 0.82vw, 1rem);
}

.menu li {
	position: relative;
}

.menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-block: 0.3rem;
	font-family: var(--font-display);
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: var(--color-white);
	text-decoration: none;
	transition: color 0.24s ease, transform 0.24s ease;
}

.menu a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.35rem;
	width: 100%;
	height: 2px;
	background: var(--color-white);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.menu a:hover,
.menu a:focus-visible,
.menu .current-menu-item > a {
	color: var(--color-white);
	transform: translateY(-1px);
}

.menu a:hover::before,
.menu a:focus-visible::before,
.menu .current-menu-item > a::before,
.menu li:focus-within > a::before,
.menu li:hover > a::before {
	transform: scaleX(1);
}

.menu > .menu-item-has-children > a {
	gap: 0.5rem;
}

.menu > .menu-item-has-children > a::after {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	border-radius: 0;
	background: transparent;
	inset: auto;
	transform: rotate(45deg) translateY(-1px);
	transition: transform 0.24s ease;
}

.menu li:hover.menu-item-has-children > a::after,
.menu li:focus-within.menu-item-has-children > a::after {
	transform: rotate(45deg) translate(1px, 0);
}

.sub-menu {
	position: absolute;
	top: calc(100% + 1rem);
	left: 0;
	min-width: 15rem;
	display: grid;
	gap: 0.15rem;
	padding: 1rem;
	margin: 0;
	list-style: none;
	background: rgba(255, 255, 255, 0.97);
	border: 1px solid rgba(56, 38, 36, 0.1);
	border-radius: 1rem;
	box-shadow: 0 25px 50px rgba(16, 16, 16, 0.28);
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.5rem);
	transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.sub-menu a {
	display: block;
	padding: 0.5rem 0;
	font-size: 0.98rem;
	color: var(--color-text);
	transform: none;
}

.sub-menu a::before {
	bottom: 0;
	background: var(--color-bright-red);
}

.sub-menu a:hover,
.sub-menu a:focus-visible,
.sub-menu .current-menu-item > a {
	color: var(--color-primary-strong);
}

.menu li:hover > .sub-menu,
.menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-header__actions {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	gap: 0.45rem;
	flex: 0 0 auto;
	justify-content: flex-end;
}

.site-header__donate {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.35rem;
	padding: 0.62rem 1.05rem;
	background: var(--color-bright-red);
	border: 1px solid rgba(255, 255, 255, 0.36);
	color: var(--color-white);
	font-family: var(--font-body);
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.02em;
	text-decoration: none;
	box-shadow: 0 12px 22px rgba(16, 16, 16, 0.16);
	transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.site-header__donate:hover,
.site-header__donate:focus-visible {
	transform: translateY(-1px);
	background: var(--color-black);
	border-color: rgba(255, 255, 255, 0.52);
	box-shadow: 0 14px 24px rgba(16, 16, 16, 0.22);
}

.header-icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.02);
	color: var(--color-white);
	cursor: pointer;
	transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.header-icon-button:hover,
.header-icon-button:focus-visible {
	transform: translateY(-1px) scale(1.04);
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 14px 24px rgba(16, 16, 16, 0.16);
}

.header-icon-button svg {
	width: 1.4rem;
	height: 1.4rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.header-search {
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: linear-gradient(180deg, rgba(56, 38, 36, 0.98), rgba(56, 38, 36, 0.92));
	opacity: 0;
	max-height: 0;
	transform: translateY(-0.5rem);
	transition: opacity 0.32s ease, max-height 0.32s ease, transform 0.32s ease;
}

.header-search.is-open {
	opacity: 1;
	max-height: 8rem;
	transform: translateY(0);
}

.header-search__inner {
	padding-block: 1rem 1.35rem;
}

.header-search .search-form {
	justify-content: flex-end;
	align-items: center;
}

.header-search .search-field {
	min-width: clamp(18rem, 30vw, 28rem);
	padding: 1rem 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--color-white);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
	transition: border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.header-search .search-field:focus {
	outline: none;
	border-color: rgba(255, 255, 255, 0.58);
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 0 0 4px rgba(235, 0, 0, 0.16);
	transform: translateY(-1px);
}

.header-search .search-field::placeholder {
	color: rgba(255, 255, 255, 0.78);
}

.header-search .button--pill-arrow--compact {
	flex-shrink: 0;
	min-width: 8.75rem;
}

.drawer-backdrop {
	position: fixed;
	inset: 0;
	z-index: 45;
	background: rgba(16, 16, 16, 0.38);
}

.site-drawer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: min(24rem, calc(100vw - 2rem));
	height: 100vh;
	transform: translateX(-100%);
	transition: transform 0.28s ease;
}

.site-drawer.is-open {
	transform: translateX(0);
}

.site-drawer__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.5rem;
	background: #f6eee9;
	color: var(--color-brown);
	box-shadow: 24px 0 48px rgba(16, 16, 16, 0.18);
	overflow-y: auto;
}

.site-drawer__top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.site-drawer__title,
.site-drawer__subtitle {
	margin: 0;
}

.site-drawer__title,
.site-drawer__subtitle {
	font-family: var(--font-display);
	font-weight: 700;
	color: var(--color-brown);
}

.site-drawer__title {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.site-drawer__subtitle {
	font-size: 1rem;
	margin-bottom: 0.75rem;
}

.site-drawer__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--color-brown);
	font-size: 2rem;
	line-height: 1;
	cursor: pointer;
}

.site-drawer__section + .site-drawer__section,
.site-drawer__secondary {
	margin-top: 2rem;
}

.menu--drawer-helpful,
.menu--mobile-nav,
.menu--mobile-helpful {
	display: grid;
	gap: 0.25rem;
}

.menu--drawer-helpful a,
.menu--mobile-nav a,
.menu--mobile-helpful a {
	display: block;
	padding: 0.5rem 0;
	color: var(--color-brown);
	text-shadow: none;
}

.menu--drawer-helpful a::before,
.menu--mobile-nav a::before,
.menu--mobile-helpful a::before {
	background: var(--color-brown);
}

.menu--drawer-helpful > .menu-item-has-children > a::after,
.menu--mobile-nav > .menu-item-has-children > a::after,
.menu--mobile-helpful > .menu-item-has-children > a::after {
	content: none;
}

.menu--drawer-helpful .sub-menu,
.menu--mobile-nav .sub-menu,
.menu--mobile-helpful .sub-menu {
	position: static;
	min-width: 0;
	padding: 0.35rem 0 0 1rem;
	background: transparent;
	border: 0;
	box-shadow: none;
	opacity: 1;
	visibility: visible;
	transform: none;
}

.menu--drawer-helpful a:hover,
.menu--drawer-helpful a:focus-visible,
.menu--mobile-nav a:hover,
.menu--mobile-nav a:focus-visible,
.menu--mobile-helpful a:hover,
.menu--mobile-helpful a:focus-visible,
.menu--drawer-helpful .current-menu-item > a,
.menu--mobile-nav .current-menu-item > a,
.menu--mobile-helpful .current-menu-item > a {
	color: var(--color-brown);
	transform: translateY(-1px);
}

.site-drawer__section--mobile {
	display: none;
}

body.drawer-open {
	overflow: hidden;
}

.homepage-hero {
	position: relative;
	min-height: 720px;
	display: flex;
	align-items: stretch;
	margin-top: calc(var(--site-header-offset) * -1);
	padding-top: var(--site-header-offset);
	overflow: hidden;
	background: transparent;
	z-index: 1;
}

.homepage-hero__media {
	position: absolute;
	inset: 0;
}

.homepage-hero__video-shell,
.homepage-hero__image,
.homepage-hero__overlay {
	position: absolute;
	inset: 0;
}

.homepage-hero__video-shell {
	overflow: hidden;
}

.homepage-hero__video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: max(100vw, 177.78vh);
	height: max(56.25vw, 100vh);
	transform: translate(-50%, -50%);
	border: 0;
	pointer-events: none;
	filter: saturate(0.95) contrast(1.02);
}

.homepage-hero__image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.08);
	will-change: transform;
}

.homepage-hero__overlay {
	display: none;
	background:
		linear-gradient(180deg, rgba(16, 16, 16, 0.36), rgba(16, 16, 16, 0.68)),
		linear-gradient(120deg, rgba(56, 38, 36, 0.9), rgba(235, 0, 0, 0.5));
}

.homepage-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	padding-top: 4.25rem;
	padding-bottom: 11rem;
}

.homepage-hero--subpage .homepage-hero__content {
	align-items: center;
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}

.homepage-hero__content-inner {
	position: relative;
	max-width: 960px;
	padding: clamp(1.25rem, 3vw, 2.25rem) clamp(1.5rem, 4vw, 3rem);
	color: var(--color-white);
	text-align: center;
}

.homepage-hero__content-inner::before {
	content: "";
	position: absolute;
	inset: -0.75rem;
	z-index: -1;
	background:
		radial-gradient(ellipse at center, rgba(16, 16, 16, 0.42), rgba(16, 16, 16, 0.18) 58%, rgba(16, 16, 16, 0) 76%);
	filter: blur(6px);
	pointer-events: none;
}

.homepage-hero__title {
	margin: 0 auto;
	font-family: "Roboto", "Segoe UI", sans-serif;
	font-size: 50px;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -0.035em;
	max-width: 960px;
	text-shadow:
		0 3px 9px rgba(0, 0, 0, 0.72),
		0 12px 32px rgba(0, 0, 0, 0.42);
}

.homepage-hero__title em {
	font-style: italic;
	font-weight: 500;
}

.homepage-hero__title strong {
	font-style: normal;
	font-weight: 500;
}

.homepage-hero__line {
	display: block;
}

.homepage-hero__line + .homepage-hero__line {
	margin-top: 0.2em;
}

.homepage-hero__word {
	display: inline;
}

.homepage-hero__word + .homepage-hero__word {
	margin-left: 0.18em;
}

.homepage-hero__word--black {
	font-weight: 900;
	font-style: normal;
}

.homepage-hero__word--medium {
	font-weight: 500;
}

.homepage-hero__word--italic {
	font-style: italic;
}

.section {
	padding-block: clamp(1.75rem, 4vw, 3.5rem);
}

.section--narrow {
	padding-block: clamp(4rem, 10vw, 8rem);
}

.section--hero {
	padding-block: clamp(5rem, 12vw, 9rem);
}

.page-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 460px;
	margin-top: calc(var(--site-header-offset) * -1);
	padding-top: var(--site-header-offset);
	overflow: hidden;
	background: #3b231f;
}

.page-hero__media,
.page-hero__overlay {
	position: absolute;
	inset: 0;
}

.page-hero__media {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.02);
}

.page-hero__overlay {
	display: none;
	background:
		linear-gradient(180deg, rgba(16, 16, 16, 0.26), rgba(16, 16, 16, 0.6)),
		linear-gradient(120deg, rgba(56, 38, 36, 0.54), rgba(56, 38, 36, 0.3));
}

.page-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-block: 5.75rem 5.25rem;
}

.page-hero__content-inner {
	position: relative;
	max-width: 1100px;
	margin-inline: auto;
	padding: clamp(1rem, 2.5vw, 1.75rem) clamp(1.25rem, 3vw, 2.5rem);
	text-align: center;
}

.page-hero__content-inner::before {
	content: "";
	position: absolute;
	inset: -0.65rem;
	z-index: -1;
	background:
		radial-gradient(ellipse at center, rgba(16, 16, 16, 0.44), rgba(16, 16, 16, 0.2) 58%, rgba(16, 16, 16, 0) 76%);
	filter: blur(6px);
	pointer-events: none;
}

.page-hero__title {
	margin: 0 auto;
	max-width: 35ch;
	color: var(--color-white);
	font-family: var(--font-display);
	font-size: 45px;
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: -0.03em;
	text-shadow:
		0 3px 9px rgba(0, 0, 0, 0.72),
		0 12px 32px rgba(0, 0, 0, 0.42);
}

.page-hero__intro {
	max-width: 760px;
	margin: 1rem auto 0;
	color: rgba(255, 255, 255, 0.92);
}

.page-hero--no-image {
	background:
		linear-gradient(180deg, rgba(16, 16, 16, 0.58), rgba(16, 16, 16, 0.78)),
		linear-gradient(120deg, rgba(56, 38, 36, 0.98), rgba(235, 0, 0, 0.48));
}

.section--accent {
	background: linear-gradient(145deg, var(--color-primary-strong), var(--color-primary));
	color: var(--color-white);
}

.section__inner,
.cta-panel {
	max-width: 900px;
}

.hero-title,
.archive-title,
.entry-title,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: var(--font-display);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.02em;
}

h2,
h3,
h4,
h5,
h6 {
	font-size: 30px;
}

.hero-title {
	font-size: clamp(3rem, 8vw, 6rem);
	max-width: 12ch;
}

.archive-title,
.entry-title {
	font-size: clamp(2.5rem, 6vw, 4.5rem);
}

.hero-intro,
.archive-description,
.entry-content,
.card__excerpt {
	color: var(--color-text-muted);
}

.page-hero__intro,
.page-hero__intro p {
	color: rgba(255, 255, 255, 0.92);
}

.location-bar {
	position: relative;
	z-index: 3;
	background: var(--color-bright-red);
	color: var(--color-white);
}

.location-bar__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem 2.525rem;
	min-height: 58px;
	padding-block: 0.95rem;
}

.location-bar__item,
.location-bar__status {
	margin: 0;
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.35;
	color: var(--color-white);
	text-align: center;
}

.location-bar__item,
.location-bar__status {
	flex: 0 0 auto;
}

.location-bar__item:first-child {
	white-space: nowrap;
}

.location-bar__item a {
	color: inherit;
	text-decoration: none;
}

.location-bar__status {
	font-weight: 700;
	white-space: nowrap;
}

.eyebrow {
	margin: 0;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--color-accent);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 1.3rem;
	border-radius: 999px;
	border: 1px solid transparent;
	text-decoration: none;
	font-weight: 700;
	font-family: var(--font-display);
	letter-spacing: 0.02em;
}

.button--primary {
	background: var(--color-accent);
	color: var(--color-white);
}

.button--pill-arrow {
	gap: 0.95rem;
	padding: 0.38rem 0.38rem 0.38rem 1.1rem;
	background: linear-gradient(135deg, #EB0000, #EB0000);
	color: var(--color-white);
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 18px 30px rgba(235, 0, 0, 0.22);
	transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.button--pill-arrow:hover,
.button--pill-arrow:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 22px 36px rgba(235, 0, 0, 0.28);
	filter: saturate(1.05);
}

.button--pill-arrow--compact {
	padding-top: 0.32rem;
	padding-bottom: 0.32rem;
	padding-left: 0.95rem;
	gap: 0.8rem;
}

.button--pill-arrow--white {
	background: var(--color-white);
	color: var(--color-black);
	box-shadow: 0 12px 26px rgba(16, 16, 16, 0.08);
}

.button--pill-arrow--white:hover,
.button--pill-arrow--white:focus-visible {
	box-shadow: 0 18px 32px rgba(16, 16, 16, 0.12);
	filter: none;
}

.button__label {
	display: inline-flex;
	align-items: center;
}

.button__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.1rem;
	height: 2.1rem;
	border-radius: 999px;
	background: var(--color-white);
	color: var(--color-red);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
	transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.button--pill-arrow:hover .button__arrow,
.button--pill-arrow:focus-visible .button__arrow {
	transform: translateX(2px);
}

.button--pill-arrow--white .button__arrow {
	background: var(--color-bright-red);
	color: var(--color-white);
}

.gform_wrapper,
.gform-theme {
	--gf-local-border: rgba(56, 38, 36, 0.14);
	--gf-local-surface: rgba(255, 255, 255, 0.98);
	--gf-local-focus: rgba(235, 0, 0, 0.18);
	color: var(--color-text);
	font-family: var(--font-body);
}

.gform_wrapper form,
.gform-theme form {
	display: grid;
	gap: 1.1rem;
}

.gform_wrapper .gform_heading,
.gform-theme .gform_heading {
	margin-bottom: 0.5rem;
}

.gform_wrapper .gform_title,
.gform-theme .gform_title {
	margin: 0 0 0.5rem;
	font-family: var(--font-display);
	font-size: 30px;
	font-weight: 500;
	line-height: 1.15;
}

.gform_wrapper .gform_description,
.gform-theme .gform_description {
	font-size: 17px;
	line-height: 1.75;
	color: var(--color-text-muted);
}

.gform_wrapper .gform_fields,
.gform-theme .gform_fields {
	row-gap: 1rem;
}

.gform_wrapper .gfield,
.gform-theme .gfield {
	margin: 0;
}

.gform_wrapper .gfield_label,
.gform-theme .gfield_label,
.gform_wrapper legend.gfield_label,
.gform-theme legend.gfield_label {
	margin-bottom: 0.55rem;
	font-family: var(--font-display);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--color-brown);
}

.gform_wrapper .gfield_description,
.gform-theme .gfield_description,
.gform_wrapper .instruction,
.gform-theme .instruction {
	margin-top: 0.45rem;
	font-size: 14px;
	line-height: 1.5;
	color: var(--color-text-muted);
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper textarea,
.gform_wrapper select,
.gform-theme input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform-theme textarea,
.gform-theme select {
	width: 100%;
	min-height: 3.35rem;
	padding: 0.9rem 1rem;
	border: 1px solid var(--gf-local-border);
	border-radius: 0;
	background: var(--gf-local-surface);
	box-shadow: none;
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.4;
	color: var(--color-text);
	transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.gform_wrapper textarea,
.gform-theme textarea {
	min-height: 10rem;
	resize: vertical;
}

.gform_wrapper select,
.gform-theme select {
	appearance: none;
	background-image:
		linear-gradient(45deg, transparent 50%, var(--color-brown) 50%),
		linear-gradient(135deg, var(--color-brown) 50%, transparent 50%);
	background-position:
		calc(100% - 20px) calc(50% - 3px),
		calc(100% - 14px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	padding-right: 2.75rem;
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus,
.gform-theme input:focus,
.gform-theme textarea:focus,
.gform-theme select:focus {
	outline: 0;
	border-color: rgba(235, 0, 0, 0.7);
	box-shadow: 0 0 0 4px var(--gf-local-focus);
	background: var(--color-white);
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select,
.gform-theme .gfield_error input,
.gform-theme .gfield_error textarea,
.gform-theme .gfield_error select {
	border-color: rgba(235, 0, 0, 0.7);
	box-shadow: 0 0 0 4px rgba(235, 0, 0, 0.12);
}

.gform_wrapper .validation_message,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_error,
.gform-theme .validation_message,
.gform-theme .gfield_validation_message,
.gform-theme .validation_error {
	margin-top: 0.45rem;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	color: var(--color-red);
	background: transparent;
	border: 0;
	padding: 0;
}

.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio,
.gform-theme .gfield_checkbox,
.gform-theme .gfield_radio {
	display: grid;
	gap: 0.6rem;
}

.gform_wrapper .gchoice,
.gform-theme .gchoice {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
}

.gform_wrapper input[type="checkbox"],
.gform_wrapper input[type="radio"],
.gform-theme input[type="checkbox"],
.gform-theme input[type="radio"] {
	margin-top: 0.2rem;
	accent-color: var(--color-bright-red);
}

.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer,
.gform-theme .gform_footer,
.gform-theme .gform_page_footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.9rem;
	margin-top: 0.75rem;
	padding: 0;
	border: 0;
}

.gform_wrapper .gform_button,
.gform_wrapper button[type="submit"],
.gform_wrapper input[type="submit"],
.gform-theme .gform_button,
.gform-theme button[type="submit"],
.gform-theme input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.1rem;
	padding: 0.78rem 1.45rem;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #EB0000, #EB0000);
	color: var(--color-white);
	box-shadow: 0 18px 30px rgba(235, 0, 0, 0.22);
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button:focus-visible,
.gform_wrapper button[type="submit"]:hover,
.gform_wrapper button[type="submit"]:focus-visible,
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper input[type="submit"]:focus-visible,
.gform-theme .gform_button:hover,
.gform-theme .gform_button:focus-visible,
.gform-theme button[type="submit"]:hover,
.gform-theme button[type="submit"]:focus-visible,
.gform-theme input[type="submit"]:hover,
.gform-theme input[type="submit"]:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 22px 36px rgba(235, 0, 0, 0.28);
	filter: saturate(1.05);
}

.gform_wrapper .gform_ajax_spinner,
.gform-theme .gform_ajax_spinner {
	margin-left: 0.6rem;
}

.gform_wrapper .gform_confirmation_message,
.gform-theme .gform_confirmation_message {
	padding: 1.15rem 1.2rem;
	background: rgba(239, 232, 220, 0.74);
	border-left: 4px solid var(--color-bright-red);
	font-size: 17px;
	line-height: 1.7;
	color: var(--color-text);
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.blog-layout {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(250px, 1fr);
	align-items: start;
	gap: clamp(2rem, 4vw, 4rem);
}

.blog-layout .post-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-sidebar {
	display: grid;
	gap: 2rem;
}

.blog-sidebar__section {
	padding-top: 1.25rem;
	border-top: 4px solid var(--color-bright-red);
}

.blog-sidebar__title {
	margin: 0 0 1rem;
	font-size: 1.5rem;
}

.blog-sidebar__list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog-sidebar__list li + li {
	border-top: 1px solid var(--color-border);
}

.blog-sidebar__list a {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-block: 0.75rem;
	color: var(--color-text);
	text-decoration: none;
}

.blog-sidebar__list a:hover,
.blog-sidebar__list a:focus-visible,
.blog-sidebar__social a:hover,
.blog-sidebar__social a:focus-visible {
	color: var(--color-bright-red);
}

.blog-sidebar__social,
.blog-sidebar__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.blog-sidebar__social a,
.blog-sidebar__tags a {
	padding: 0.55rem 0.75rem;
	border: 1px solid var(--color-border);
	color: var(--color-text);
	text-decoration: none;
}

.blog-sidebar .search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
}

.blog-sidebar .search-form label,
.blog-sidebar .search-field {
	width: 100%;
	min-width: 0;
}

.blog-sidebar .search-form button {
	justify-self: start;
}

@media (max-width: 900px) {
	.blog-layout {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 600px) {
	.blog-layout .post-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

.site-main--archive {
	padding-block: clamp(2rem, 4vw, 3.5rem);
}

.card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: 0;
	overflow: hidden;
	box-shadow: var(--shadow);
}

.card__media-link,
.card__title-link {
	color: inherit;
	text-decoration: none;
}

.card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 1.5rem;
}

.card__title {
	font-size: 1.6rem;
}

.entry-media img {
	width: 100%;
	border-radius: var(--radius);
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content blockquote {
	max-width: 100%;
}

.entry-content p {
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.85;
	letter-spacing: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.entry-content h2 em,
.entry-content h3 em,
.entry-content h4 em,
.entry-content h5 em,
.entry-content h6 em {
	font-style: italic;
	font-weight: 500;
}

.entry-content .gallery,
.entry-content .wp-block-gallery,
.entry-content .blocks-gallery-grid {
	display: grid;
	width: 100vw;
	max-width: none;
	grid-template-columns: repeat(var(--gallery-columns, 2), minmax(0, 1fr));
	gap: 0;
	margin: 0 0 0 calc(50% - 50vw);
}

.entry-content .wp-block-gallery .blocks-gallery-grid {
	width: 100%;
	margin-left: 0;
}

.entry-content .gallery.gallery-columns-1,
.entry-content .wp-block-gallery.columns-1 {
	--gallery-columns: 1;
}

.entry-content .gallery.gallery-columns-2,
.entry-content .wp-block-gallery.columns-2 {
	--gallery-columns: 2;
}

.entry-content .gallery.gallery-columns-3,
.entry-content .wp-block-gallery.columns-3 {
	--gallery-columns: 3;
}

.entry-content .gallery.gallery-columns-4,
.entry-content .wp-block-gallery.columns-4 {
	--gallery-columns: 4;
}

.entry-content .gallery.gallery-columns-5,
.entry-content .wp-block-gallery.columns-5 {
	--gallery-columns: 5;
}

.entry-content .gallery.gallery-columns-6,
.entry-content .wp-block-gallery.columns-6 {
	--gallery-columns: 6;
}

.entry-content .gallery.gallery-columns-7,
.entry-content .wp-block-gallery.columns-7 {
	--gallery-columns: 7;
}

.entry-content .gallery.gallery-columns-8,
.entry-content .wp-block-gallery.columns-8 {
	--gallery-columns: 8;
}

.entry-content .gallery.gallery-columns-9,
.entry-content .wp-block-gallery.columns-9 {
	--gallery-columns: 9;
}

.entry-content .gallery-item,
.entry-content .blocks-gallery-item,
.entry-content .wp-block-image {
	margin: 0;
}

.entry-content .gallery-icon,
.entry-content .wp-block-image,
.entry-content .blocks-gallery-item figure {
	margin: 0;
}

.entry-content .gallery a,
.entry-content .wp-block-gallery a,
.entry-content .wp-block-image a {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.entry-content .wysiwyg-lightbox-link {
	display: inline-block;
	max-width: 100%;
}

.entry-content .gallery a::after,
.entry-content .wp-block-gallery a::after,
.entry-content .wp-block-image a::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(235, 0, 0, 0);
	transition: background 0.24s ease;
}

.entry-content .gallery a:hover::after,
.entry-content .gallery a:focus-visible::after,
.entry-content .wp-block-gallery a:hover::after,
.entry-content .wp-block-gallery a:focus-visible::after,
.entry-content .wp-block-image a:hover::after,
.entry-content .wp-block-image a:focus-visible::after {
	background: rgba(235, 0, 0, 0.38);
}

.entry-content .gallery img,
.entry-content .wp-block-gallery img,
.entry-content .wp-block-image img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	margin: 0;
	transition: transform 0.28s ease;
}

.entry-content .gallery a:hover img,
.entry-content .gallery a:focus-visible img,
.entry-content .wp-block-gallery a:hover img,
.entry-content .wp-block-gallery a:focus-visible img,
.entry-content .wp-block-image a:hover img,
.entry-content .wp-block-image a:focus-visible img {
	transform: scale(1.025);
}

.entry-content .gallery-caption {
	margin-top: 0.75rem;
	font-size: 0.95rem;
	line-height: 1.4;
	color: var(--color-text-muted);
}

.section--gallery-slider {
	padding: 0;
	overflow: hidden;
}

.gallery-slider__intro {
	margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.gallery-slider__title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.75rem);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -0.035em;
	color: var(--color-black);
}

.gallery-slider__text {
	max-width: 760px;
	font-size: 18px;
	line-height: 1.75;
	color: rgba(16, 16, 16, 0.78);
}

.gallery-slider__text p {
	margin: 0;
}

.gallery-slider {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: var(--color-black);
}

.gallery-slider__viewport {
	overflow: hidden;
}

.gallery-slider__track {
	display: flex;
	transition: transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.gallery-slider__slide {
	position: relative;
	flex: 0 0 100%;
	min-width: 0;
	margin: 0;
	background: var(--color-black);
}

.gallery-slider__image {
	width: 100%;
	height: clamp(420px, 68vw, 820px);
	object-fit: cover;
	object-position: center;
}

.gallery-slider__caption {
	position: absolute;
	right: clamp(1rem, 3vw, 2.5rem);
	bottom: clamp(1rem, 3vw, 2rem);
	max-width: min(520px, calc(100% - 2rem));
	padding: 0.75rem 1rem;
	background: rgba(16, 16, 16, 0.7);
	color: var(--color-white);
	font-size: 15px;
	line-height: 1.5;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.gallery-slider__controls {
	position: absolute;
	top: 50%;
	right: clamp(1rem, 3vw, 2rem);
	left: clamp(1rem, 3vw, 2rem);
	display: flex;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
	transform: translateY(-50%);
}

.gallery-slider__arrow {
	display: inline-grid;
	place-items: center;
	width: clamp(3rem, 5vw, 4rem);
	height: clamp(3rem, 5vw, 4rem);
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	background: rgba(16, 16, 16, 0.58);
	color: var(--color-white);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.gallery-slider__arrow:hover,
.gallery-slider__arrow:focus-visible {
	background: var(--color-bright-red);
	border-color: var(--color-bright-red);
	transform: scale(1.04);
}

.gallery-slider__thumbs-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: clamp(0.75rem, 2vw, 1.25rem);
	background: linear-gradient(180deg, rgba(16, 16, 16, 0), rgba(16, 16, 16, 0.76));
}

.gallery-slider__thumbs {
	display: flex;
	gap: 0.65rem;
	width: min(100%, 1180px);
	margin-inline: auto;
	padding-bottom: 0.15rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.gallery-slider__thumb {
	flex: 0 0 clamp(64px, 8vw, 108px);
	width: clamp(64px, 8vw, 108px);
	aspect-ratio: 1 / 0.68;
	padding: 0;
	border: 2px solid rgba(255, 255, 255, 0.42);
	border-radius: 0;
	background: transparent;
	box-shadow: 0 8px 18px rgba(16, 16, 16, 0.24);
	cursor: pointer;
	opacity: 0.72;
	overflow: hidden;
	transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.gallery-slider__thumb:hover,
.gallery-slider__thumb:focus-visible,
.gallery-slider__thumb.is-active {
	border-color: var(--color-bright-red);
	opacity: 1;
	transform: translateY(-2px);
}

.gallery-slider__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section--wysiwyg {
	padding: 25px;
}

.section--two-column-wysiwyg {
	padding-block: 40px 0;
}

.section--two-column-wysiwyg .content-width {
	width: 1440px;
	max-width: min(1440px, calc(100% - 2rem));
}

.section--cta-bar {
	padding-block: 2.75rem 4rem;
}

.section--testimonial-slider {
	padding-block: 3rem 4.5rem;
}

.section--button-repeater {
	padding-block: 2rem 3rem;
}

.section--faqs {
	position: relative;
	padding-block: 2.5rem 4rem;
	overflow: hidden;
}

.section--faqs::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("/wp-content/uploads/2025/07/Bruce-Walkovich-1-scaled-1.jpg") center center / cover no-repeat;
	opacity: 0.16;
	pointer-events: none;
}

.section--faqs > .container {
	position: relative;
	z-index: 1;
}

.faqs {
	max-width: 940px;
	margin: 0 auto;
}

.faqs__title {
	margin-bottom: 1.5rem;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	line-height: 1.05;
}

.faqs__items {
	display: grid;
	gap: 0.6rem;
}

.faq-item__toggle {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	width: 100%;
	padding: 1rem 1.2rem;
	border: 0;
	background: #efe8dc;
	color: var(--color-black);
	font-family: var(--font-display);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	cursor: pointer;
}

.faq-item__symbol {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.1rem;
	font-size: 1.45rem;
	line-height: 1;
}

.faq-item__panel {
	overflow: hidden;
	height: 0;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 16px 30px rgba(16, 16, 16, 0.08);
	transition: height 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item__panel[hidden] {
	display: block;
}

.faq-item__panel-inner {
	padding: 1.35rem 1.7rem 1.5rem;
}

.button-repeater {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

.section--shop-archive {
	position: relative;
	padding-top: 4.5rem;
	padding-bottom: 5.5rem;
	overflow: hidden;
}

.section--product-feed {
	position: relative;
	padding-top: 4.5rem;
	padding-bottom: 5.5rem;
	overflow: hidden;
}

.product-feed__inner {
	position: relative;
	z-index: 1;
}

.product-feed__intro {
	margin-bottom: 2.5rem;
}

.product-feed__intro p {
	max-width: 70ch;
}

.product-feed__title {
	font-size: 35px;
	font-weight: 500;
}

.product-feed__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	font-family: var(--font-body);
	font-size: 1rem;
	font-style: italic;
	font-weight: 600;
	color: var(--color-black);
	text-decoration: none;
}

.product-feed__cta::after {
	content: "\2192";
	font-size: 1.2em;
	line-height: 1;
	transform: translateY(-1px);
}

.product-feed__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.75rem 1.65rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.product-feed__empty {
	max-width: 960px;
	padding: 2rem 2.25rem;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(56, 38, 36, 0.12);
	box-shadow: 0 24px 42px rgba(16, 16, 16, 0.08);
}

.product-feed__empty p {
	margin: 0;
	max-width: 100%;
	font-size: 17px;
	line-height: 1.75;
	color: rgba(16, 16, 16, 0.88);
}

.section--shop-archive::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: min(100%, 1680px);
	height: clamp(22rem, 42vw, 38rem);
	transform: translateX(-50%);
	background:
		linear-gradient(180deg, rgba(228, 216, 196, 0.84), rgba(228, 216, 196, 0.78)),
		url("../img/map.jpg") center top / cover no-repeat;
	opacity: 0.75;
	pointer-events: none;
}

.section--shop-archive::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 252, 247, 0.66) 30%, rgba(255, 255, 255, 1) 58%);
	pointer-events: none;
}

.section--shop-archive > .container {
	position: relative;
	z-index: 1;
}

.shop-layout {
	display: grid;
	grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
	align-items: start;
	gap: 2.5rem;
}

.shop-sidebar {
	position: sticky;
	top: 8.5rem;
}

.shop-sidebar__panel {
	padding: 1.35rem 1.25rem 1.4rem;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 20px 34px rgba(16, 16, 16, 0.07);
}

.shop-sidebar__title {
	margin-bottom: 1rem;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.15;
	color: var(--color-black);
}

.shop-sidebar__list {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop-sidebar__item a {
	display: block;
	padding: 0.8rem 0.9rem;
	background: rgba(239, 232, 220, 0.58);
	color: var(--color-brown);
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.shop-sidebar__item a:hover,
.shop-sidebar__item a:focus-visible,
.shop-sidebar__item.is-current a {
	background: var(--color-bright-red);
	color: var(--color-white);
	transform: translateX(2px);
}

.shop-main {
	min-width: 0;
}

.shop-main__intro {
	max-width: 920px;
	margin-bottom: 2rem;
}

.woocommerce .woocommerce-notices-wrapper {
	margin-bottom: 1rem;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 1.4rem;
	float: none;
}

.shop-main .woocommerce::after {
	content: "";
	display: table;
	clear: both;
}

.shop-main .woocommerce-ordering,
.shop-main .woocommerce-result-count {
	display: block;
}

.shop-main .woocommerce-result-count {
	float: left;
}

.shop-main .woocommerce-ordering {
	float: right;
}

.woocommerce .woocommerce-ordering select {
	padding: 0.75rem 1rem;
	border: 1px solid rgba(56, 38, 36, 0.15);
	background: rgba(255, 255, 255, 0.96);
	font-family: var(--font-body);
	font-size: 16px;
}

.woocommerce .woocommerce-result-count {
	font-family: var(--font-body);
	font-size: 16px;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
}

.section--shop-archive .shop-main ul.products,
body.woocommerce .shop-main ul.products,
body.woocommerce-page .shop-main ul.products,
.product-feed__grid,
body.woocommerce .product-feed__grid,
body.woocommerce-page .product-feed__grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
	width: 100%;
	clear: both;
}

.section--shop-archive .shop-main ul.products li.product,
body.woocommerce .shop-main ul.products li.product,
body.woocommerce-page .shop-main ul.products li.product,
.product-feed__grid li.product,
body.woocommerce .product-feed__grid li.product,
body.woocommerce-page .product-feed__grid li.product {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0;
}

.shop-card__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 24px 40px rgba(16, 16, 16, 0.08);
}

.shop-card__media-link {
	display: block;
	text-decoration: none;
}

.shop-card__media {
	width: 100%;
	height: 300px;
	aspect-ratio: 4 / 3;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.shop-card__media--placeholder {
	background:
		linear-gradient(180deg, rgba(56, 38, 36, 0.12), rgba(56, 38, 36, 0.36)),
		radial-gradient(circle at top left, rgba(235, 0, 0, 0.18), transparent 40%),
		linear-gradient(135deg, #8a7169, #000000);
}

.shop-card__media-link:hover .shop-card__media,
.shop-card__media-link:focus-visible .shop-card__media {
	transform: scale(1.03);
}

.shop-card__media {
	object-fit: cover;
	transition: transform 0.3s ease;
}

.shop-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1.1rem 1.1rem 1.2rem;
}

.shop-card__title {
	margin: 0;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
}

.shop-card__title a {
	color: var(--color-black);
	text-decoration: none;
}

.shop-card__title a:hover,
.shop-card__title a:focus-visible {
	color: var(--color-red);
}

.shop-card__price {
	margin-top: 0.4rem;
	font-family: var(--font-display);
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-black);
}

.shop-card__price .amount {
	color: inherit;
}

.shop-card__excerpt {
	margin-top: 1rem;
}

.shop-card__excerpt p {
	margin: 0;
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.75;
	color: var(--color-text);
}

.shop-card__footer {
	margin-top: auto;
}

.shop-card__button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.9rem 1rem;
	background: var(--color-bright-red);
	color: var(--color-white);
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
}

.shop-card__button:hover,
.shop-card__button:focus-visible {
	background: var(--color-red);
}

.woocommerce nav.woocommerce-pagination {
	margin-top: 2.5rem;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-flex;
	gap: 0.5rem;
	padding: 0;
	border: 0;
	background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	min-height: 2.5rem;
	padding: 0.45rem 0.7rem;
	background: rgba(255, 255, 255, 0.96);
	color: var(--color-brown);
	text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--color-bright-red);
	color: var(--color-white);
}

.section--shop-single {
	padding-top: 3.25rem;
	padding-bottom: 5rem;
}

.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 3rem;
	align-items: start;
}

.single-product div.product div.images,
.single-product div.product div.summary {
	float: none;
	width: auto;
	margin: 0;
}

.single-product div.product .woocommerce-tabs,
.single-product div.product .related.products,
.single-product div.product .upsells.products,
.single-product div.product .woocommerce-product-details__short-description,
.single-product div.product .product_meta {
	grid-column: 1 / -1;
}

.single-product div.product div.images .woocommerce-product-gallery__wrapper {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 24px 40px rgba(16, 16, 16, 0.08);
}

.single-product div.product div.images img {
	display: block;
	width: 100%;
}

.single-product div.product .product_title {
	margin-bottom: 0.9rem;
	font-size: 35px;
	font-weight: 500;
	line-height: 1.08;
}

.single-product div.product p.price,
.single-product div.product span.price {
	margin-bottom: 1rem;
	font-family: var(--font-display);
	font-size: 22px;
	font-style: italic;
	font-weight: 700;
	color: var(--color-black);
}

.single-product div.product .woocommerce-product-details__short-description {
	margin-bottom: 1.4rem;
}

.single-product div.product form.cart {
	margin-bottom: 1.5rem;
}

.single-product div.product form.cart .button,
.single-product .woocommerce button.button,
.single-product .woocommerce a.button,
.single-product .woocommerce input.button {
	min-height: 3rem;
	padding: 0.9rem 1.4rem;
	border: 0;
	border-radius: 0;
	background: var(--color-bright-red);
	color: var(--color-white);
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.single-product div.product form.cart .button:hover,
.single-product div.product form.cart .button:focus-visible,
.single-product .woocommerce button.button:hover,
.single-product .woocommerce a.button:hover,
.single-product .woocommerce input.button:hover {
	background: var(--color-red);
	color: var(--color-white);
}

.single-product .product_meta {
	padding-top: 1rem;
	border-top: 1px solid rgba(56, 38, 36, 0.14);
	font-size: 15px;
}

.single-product .woocommerce-tabs {
	margin-top: 3rem;
	clear: both;
}

.single-product .woocommerce-tabs ul.tabs {
	padding: 0;
	border-bottom: 1px solid rgba(56, 38, 36, 0.12);
}

.single-product .woocommerce-tabs ul.tabs::before {
	display: none;
}

.single-product .woocommerce-tabs ul.tabs li {
	border: 0;
	background: transparent;
	margin: 0 1.25rem 0 0;
	padding: 0;
}

.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.single-product .woocommerce-tabs ul.tabs li a {
	padding: 0.9rem 0;
	color: var(--color-brown);
	font-weight: 700;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
	color: var(--color-red);
}

.single-product .woocommerce-tabs .shop_attributes,
.single-product .woocommerce-tabs .shop_attributes thead,
.single-product .woocommerce-tabs .shop_attributes tbody,
.single-product .woocommerce-tabs .shop_attributes tr {
	display: table;
	width: 100%;
}

.single-product .woocommerce-tabs .shop_attributes {
	border-collapse: collapse;
	table-layout: fixed;
	background: rgba(255, 255, 255, 0.98);
}

.single-product .woocommerce-tabs .shop_attributes tbody {
	display: table-row-group;
}

.single-product .woocommerce-tabs .shop_attributes tr {
	display: table-row;
}

.single-product .woocommerce-tabs .shop_attributes th,
.single-product .woocommerce-tabs .shop_attributes td {
	display: table-cell;
	width: auto;
	padding: 0.95rem 1.1rem;
	vertical-align: top;
	border-bottom: 1px solid rgba(56, 38, 36, 0.08);
	white-space: normal;
	word-break: normal;
	overflow-wrap: anywhere;
}

.single-product .woocommerce-tabs .shop_attributes th {
	width: 28%;
	font-family: var(--font-display);
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.01em;
	color: var(--color-brown);
	background: rgba(239, 232, 220, 0.56);
}

.single-product .woocommerce-tabs .shop_attributes td {
	font-family: var(--font-body);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.55;
	color: var(--color-black);
	background: rgba(255, 255, 255, 0.98);
}

.single-product .woocommerce-tabs .shop_attributes tr:last-child th,
.single-product .woocommerce-tabs .shop_attributes tr:last-child td {
	border-bottom: 0;
}

.single-product section.related.products {
	margin-top: 4rem;
	clear: both;
}

.single-product section.related.products > h2 {
	margin-bottom: 1.5rem;
}

.single-product section.related.products ul.products,
.single-product section.upsells.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

.single-product section.related.products ul.products li.product,
.single-product section.upsells.products ul.products li.product {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0;
}

.section--event-single {
	padding-top: 2.5rem;
	padding-bottom: 5rem;
}

.event-single {
	max-width: 1100px;
}

.event-single__entry {
	padding: 1.75rem 2rem 2rem;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 24px 40px rgba(16, 16, 16, 0.08);
}

.event-single .tribe-events-back {
	margin-bottom: 1.2rem;
}

.event-single .tribe-events-back a {
	color: var(--color-brown);
	font-weight: 600;
	text-decoration: none;
}

.event-single .tribe-events-back a:hover,
.event-single .tribe-events-back a:focus-visible {
	color: var(--color-red);
}

.event-single #tribe-events-header,
.event-single #tribe-events-footer {
	margin-bottom: 1.5rem;
}

.event-single #tribe-events-footer {
	margin-top: 2rem;
	margin-bottom: 0;
}

.event-single .tribe-events-sub-nav {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.event-single .tribe-events-sub-nav a {
	color: var(--color-brown);
	font-weight: 600;
	text-decoration: none;
}

.event-single .tribe-events-sub-nav a:hover,
.event-single .tribe-events-sub-nav a:focus-visible {
	color: var(--color-red);
}

.event-single .tribe-events-schedule {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1.25rem;
	margin-bottom: 1.6rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(56, 38, 36, 0.12);
	font-weight: 600;
}

.event-single .tribe-events-content {
	margin-bottom: 2rem;
}

.event-single .tribe-events-single-section.tribe-events-event-meta {
	padding: 1.5rem;
	background: rgba(239, 232, 220, 0.42);
}

.event-single .tribe-events-event-meta::before,
.event-single .tribe-events-event-meta ~ div:not(.tribe-events-event-meta):not(.event-tickets) {
	border-top: 0;
}

.event-single .tribe-events-single-section-title {
	margin-bottom: 1rem;
	font-size: 23px;
	font-weight: 500;
}

.event-single .tribe-events-event-url.tribe-events-meta-value a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.35rem;
	border-radius: 999px;
	background: var(--color-bright-red);
	color: var(--color-white);
	font-family: var(--font-body);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.event-single .tribe-events-event-url.tribe-events-meta-value a:hover,
.event-single .tribe-events-event-url.tribe-events-meta-value a:focus-visible {
	background: var(--color-red);
	box-shadow: 0 14px 28px rgba(235, 0, 0, 0.18);
	transform: translateY(-1px);
}

.testimonial-slider {
	position: relative;
	padding: clamp(3.5rem, 8vw, 5.5rem) clamp(1rem, 3vw, 2rem);
	background-color: #c4b18f;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonial-slider__card {
	position: relative;
	max-width: 820px;
	margin: 0 auto;
	padding: 3rem 3rem 2.5rem;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 26px 40px rgba(16, 16, 16, 0.12);
	text-align: center;
}

.testimonial-slider__quote-mark {
	position: absolute;
	top: 1.25rem;
	left: 1.25rem;
	font-family: var(--font-display);
	font-size: 7rem;
	font-weight: 700;
	line-height: 0.7;
	color: var(--color-bright-red);
}

.testimonial-slider__viewport {
	overflow: hidden;
}

.testimonial-slider__track {
	display: flex;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.testimonial-slider__slide {
	flex: 0 0 100%;
	padding-inline: 1rem;
}

.testimonial-slider__quote {
	margin: 0;
}

.testimonial-slider__quote p {
	margin: 0;
	font-family: var(--font-body);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.6;
	color: var(--color-black);
}

.testimonial-slider__name {
	margin: 1.5rem 0 0;
	font-family: var(--font-display);
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--color-black);
}

.testimonial-slider__meta {
	margin: 0.35rem 0 0;
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.5;
	color: var(--color-text-muted);
}

.testimonial-slider__dots {
	display: flex;
	justify-content: center;
	gap: 0.55rem;
	margin-top: 1.5rem;
}

.testimonial-slider__dot {
	width: 0.75rem;
	height: 0.75rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(56, 38, 36, 0.2);
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease;
}

.testimonial-slider__dot.is-active {
	background: var(--color-bright-red);
	transform: scale(1.1);
}

.cta-bar {
	display: grid;
	grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.55fr);
	align-items: stretch;
	background: #efe8dc;
}

.cta-bar__media {
	min-height: 360px;
	background-color: var(--color-white);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cta-bar__media--logo {
	background-size: contain;
}

.cta-bar__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3.25rem 2.6rem;
}

.cta-bar__title {
	margin-bottom: 1.5rem;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}

.cta-bar__text {
	max-width: 58rem;
}

.cta-bar__actions {
	margin-top: 2rem;
}

.two-column-wysiwyg__grid {
	--two-column-wysiwyg-gap: 2.75rem;

	display: grid;
	grid-template-columns: repeat(2, fit-content(calc((100% - var(--two-column-wysiwyg-gap)) / 2)));
	gap: var(--two-column-wysiwyg-gap);
	align-items: start;
	justify-content: center;
}

.two-column-wysiwyg__column {
	color: var(--color-text);
	padding-inline: 1rem;
}

.two-column-wysiwyg__column h2,
.two-column-wysiwyg__column h3,
.two-column-wysiwyg__column h4,
.two-column-wysiwyg__column h5,
.two-column-wysiwyg__column h6 {
	margin-bottom: 1rem;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.15;
}

.two-column-wysiwyg__column img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 1rem;
	border-radius: 0;
}

.section--homepage-mission {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 5.5rem;
	overflow: hidden;
}

.section--homepage-mission::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(244, 237, 227, 0.9), rgba(255, 255, 255, 0.95)),
		url("../img/map.jpg") center center / cover no-repeat;
	opacity: 0.45;
	pointer-events: none;
}

.section--homepage-mission > .container {
	position: relative;
	z-index: 1;
}

.entry-content--wysiwyg {
	color: var(--color-text);
}

.section-wysiwyg__actions {
	margin-top: 2.5rem;
}

.section--homepage-mission .content-width {
	width: 960px;
	max-width: 960px;
	margin-inline: auto;
}

.section--homepage-events {
	position: relative;
	padding-top: 4.5rem;
	padding-bottom: 5.5rem;
	overflow: hidden;
}

.section--homepage-events::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: min(100%, 1680px);
	height: clamp(22rem, 42vw, 38rem);
	transform: translateX(-50%);
	background:
		linear-gradient(180deg, rgba(228, 216, 196, 0.84), rgba(228, 216, 196, 0.78)),
		url("../img/map.jpg") center top / cover no-repeat;
	opacity: 0.75;
	pointer-events: none;
}

.section--homepage-events::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 252, 247, 0.66) 30%, rgba(255, 255, 255, 1) 58%);
	pointer-events: none;
}

.homepage-events__inner {
	position: relative;
	z-index: 1;
}

.homepage-events__intro {
	max-width: 960px;
	margin-bottom: 3.25rem;
}

.homepage-events__title {
	font-size: 35px;
	font-weight: 500;
	line-height: 1.08;
	color: var(--color-black);
}

.homepage-events__cta {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-right: 1.65rem;
	font-family: var(--font-body);
	font-size: 1.1rem;
	font-style: italic;
	font-weight: 600;
	color: var(--color-black);
	text-decoration: none;
}

.homepage-events__cta::after {
	content: "\21D2";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.15rem;
	transition: transform 0.22s ease;
}

.homepage-events__cta:hover::after,
.homepage-events__cta:focus-visible::after {
	transform: translate(2px, -50%);
}

.homepage-events__intro p {
	max-width: 70ch;
}

.homepage-events__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.75rem 1.65rem;
}

.homepage-events__empty {
	max-width: 960px;
	padding: 2rem 2.25rem;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(56, 38, 36, 0.12);
	box-shadow: 0 24px 42px rgba(16, 16, 16, 0.08);
}

.homepage-events__empty p {
	margin: 0;
	max-width: 100%;
	font-size: 17px;
	line-height: 1.75;
	color: rgba(16, 16, 16, 0.88);
}

.event-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(56, 38, 36, 0.12);
	box-shadow: 0 24px 42px rgba(16, 16, 16, 0.08);
}

.event-card__media {
	position: relative;
	width: 100%;
	min-height: 238px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.event-card__media--placeholder {
	background:
		linear-gradient(180deg, rgba(56, 38, 36, 0.14), rgba(56, 38, 36, 0.42)),
		radial-gradient(circle at top left, rgba(235, 0, 0, 0.24), transparent 38%),
		linear-gradient(135deg, #856863, #3f2d2a);
}

.event-card__date {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 58px;
	padding: 0.6rem 0.7rem 0.55rem;
	background: var(--color-bright-red);
	color: var(--color-white);
	text-align: center;
}

.event-card__month {
	font-family: var(--font-display);
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
}

.event-card__day {
	margin-top: 0.2rem;
	font-family: var(--font-display);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.event-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1.15rem 1rem 1.35rem;
}

.event-card__title {
	margin: 0 0 0.3rem;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.18;
	color: var(--color-black);
}

.event-card__location {
	margin: 0 0 0.95rem;
	font-family: var(--font-body);
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.3;
	color: var(--color-black);
}

.event-card__description {
	margin: 0;
	font-size: 17px;
	line-height: 1.75;
	color: rgba(16, 16, 16, 0.82);
}

.event-card__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	padding: 1rem 0.9rem 0.95rem;
	background: var(--color-bright-red);
	color: var(--color-white);
	font-family: var(--font-body);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.event-card__actions a {
	color: inherit;
	text-decoration: none;
}

.event-card__actions a:hover,
.event-card__actions a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.event-card__divider {
	opacity: 0.8;
}

.section--impact-stats {
	position: relative;
	padding: clamp(4.5rem, 8vw, 8rem) 0;
	background:
		linear-gradient(135deg, rgba(56, 38, 36, 0.92), rgba(235, 0, 0, 0.72)),
		var(--impact-bg-image) center center / cover no-repeat;
	color: var(--color-white);
	overflow: hidden;
}

.impact-stats__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top right, rgba(235, 0, 0, 0.42), transparent 32%),
		linear-gradient(180deg, rgba(16, 16, 16, 0.34), rgba(16, 16, 16, 0.7));
	pointer-events: none;
}

.impact-stats__inner {
	position: relative;
	z-index: 1;
	width: min(calc(100% - (var(--gutter) * 2)), 1400px);
	margin-inline: auto;
}

.impact-stats__intro {
	max-width: 900px;
	margin-bottom: clamp(2.25rem, 5vw, 4rem);
}

.impact-stats__eyebrow {
	margin: 0;
	font-family: var(--font-display);
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--color-bright-red);
}

.impact-stats__title {
	margin: 0;
	max-width: 18ch;
	font-size: clamp(2rem, 3.4vw, 3.8rem);
	font-weight: 800;
	line-height: 1.04;
	letter-spacing: -0.035em;
	color: var(--color-white);
}

.impact-stats__text {
	max-width: 760px;
	font-size: clamp(1.05rem, 1.7vw, 1.35rem);
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.88);
}

.impact-stats__text p,
.impact-stats__closing p {
	margin: 0;
}

.impact-stats__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 1.5rem);
}

.impact-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: clamp(1.35rem, 2.5vw, 2rem);
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.34);
	box-shadow: 0 28px 60px rgba(16, 16, 16, 0.2);
	color: var(--color-black);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
}

.impact-card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 0.38rem;
	background: var(--color-bright-red);
}

.impact-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	margin-bottom: 1.15rem;
	border-radius: 999px;
	background: rgba(235, 0, 0, 0.12);
	color: var(--color-bright-red);
	font-size: 2rem;
	line-height: 1;
}

.impact-card__icon img {
	width: 2.35rem;
	height: 2.35rem;
	object-fit: contain;
}

.impact-card__number {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	margin-bottom: 0.45rem;
	font-family: var(--font-display);
	font-size: clamp(2.45rem, 5vw, 4.4rem);
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: -0.055em;
	color: var(--color-bright-red);
}

.impact-card__number-affix {
	letter-spacing: -0.04em;
}

.impact-card__title {
	margin: 0 0 0.55rem;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	font-weight: 800;
	line-height: 1.12;
	color: var(--color-black);
}

.impact-card__description {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: rgba(16, 16, 16, 0.78);
}

.impact-stats__closing {
	max-width: 980px;
	margin: clamp(2rem, 4vw, 3.5rem) auto 0;
	padding: clamp(1.35rem, 2.6vw, 2rem);
	background: rgba(16, 16, 16, 0.44);
	border-left: 0.4rem solid var(--color-bright-red);
	box-shadow: 0 24px 54px rgba(16, 16, 16, 0.2);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.92);
}

.section--homepage-flip-flop {
	position: relative;
	padding: 0;
	background: var(--flip-flop-bg, var(--color-white));
	color: var(--flip-flop-text, var(--color-text));
	overflow: hidden;
}

.section--homepage-flip-flop-bg-white {
	--flip-flop-bg: var(--color-white);
	--flip-flop-text: var(--color-text);
	--flip-flop-muted: var(--color-text-muted);
}

.section--homepage-flip-flop-bg-tan {
	--flip-flop-bg: #efe8db;
	--flip-flop-text: var(--color-text);
	--flip-flop-muted: var(--color-text-muted);
}

.section--homepage-flip-flop-bg-tan::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: 0;
	height: min(10vw, 110px);
	background: url("../img/grass.png") center / 100% auto no-repeat;
	pointer-events: none;
	opacity: 0.7;
}

.section--homepage-flip-flop-bg-light-gray {
	--flip-flop-bg: #f4f4f4;
	--flip-flop-text: var(--color-text);
	--flip-flop-muted: var(--color-text-muted);
}

.section--homepage-flip-flop-bg-black {
	--flip-flop-bg: var(--color-black);
	--flip-flop-text: var(--color-white);
	--flip-flop-muted: rgba(255, 255, 255, 0.86);
}

.section--homepage-flip-flop-bg-black::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	height: min(24vw, 260px);
	background: url("../img/trees.png") center bottom / 100% auto no-repeat;
	pointer-events: none;
}

.section--homepage-flip-flop-bg-red {
	--flip-flop-bg: #EB0000;
	--flip-flop-text: var(--color-white);
	--flip-flop-muted: rgba(255, 255, 255, 0.9);
}

.section--homepage-flip-flop-bg-red::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: min(34vw, 310px);
	aspect-ratio: 645 / 616;
	background: url("../img/redelk.png") left bottom / contain no-repeat;
	pointer-events: none;
}

.homepage-flip-flop {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
	gap: 0;
	width: 100%;
}

.homepage-flip-flop__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
	padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 7vw, 9rem);
	color: var(--flip-flop-text);
}

.homepage-flip-flop__content > * {
	max-width: 680px;
}

.homepage-flip-flop__title {
	margin-bottom: 1.6rem;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.12;
	color: var(--flip-flop-text);
}

.homepage-flip-flop__content .entry-content,
.homepage-flip-flop__content .entry-content p,
.homepage-flip-flop__content .entry-content li {
	color: var(--flip-flop-muted);
}

.homepage-flip-flop__content .entry-content p + p {
	margin-top: 1.35rem;
}

.homepage-flip-flop__media-column {
	position: relative;
	min-height: 100%;
	height: 100%;
}

.homepage-flip-flop__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.homepage-flip-flop__image--placeholder {
	background:
		linear-gradient(180deg, rgba(56, 38, 36, 0.14), rgba(56, 38, 36, 0.42)),
		radial-gradient(circle at top left, rgba(235, 0, 0, 0.24), transparent 38%),
		linear-gradient(135deg, #856863, #3f2d2a);
}

.homepage-flip-flop--media-left {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.homepage-flip-flop--media-left .homepage-flip-flop__content {
	order: 2;
	justify-self: end;
}

.homepage-flip-flop--media-left .homepage-flip-flop__media-column {
	order: 1;
}

.section--homepage-cta-strip {
	padding-top: 42px;
	padding-bottom: 42px;
	background: #efe8dc;
}

.homepage-cta-strip__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
	justify-content: center;
	gap: 1.1rem;
}

.homepage-cta-card {
	display: block;
	background: rgba(255, 255, 255, 0.94);
	text-decoration: none;
	box-shadow: 0 18px 28px rgba(16, 16, 16, 0.06);
	overflow: hidden;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.homepage-cta-card:hover,
.homepage-cta-card:focus-visible {
	transform: translateY(-5px);
	box-shadow: 0 24px 36px rgba(16, 16, 16, 0.12);
}

.homepage-cta-card__image {
	width: 100%;
	height: 160px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), filter 0.32s ease;
}

.homepage-cta-card__image--placeholder {
	background:
		linear-gradient(180deg, rgba(56, 38, 36, 0.12), rgba(56, 38, 36, 0.36)),
		radial-gradient(circle at top left, rgba(235, 0, 0, 0.18), transparent 40%),
		linear-gradient(135deg, #8a7169, #000000);
}

.homepage-cta-card__title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 1rem 1rem 1.05rem;
	font-family: var(--font-display);
	font-size: 19px;
	font-style: italic;
	font-weight: 500;
	color: var(--color-black);
	transition: gap 0.24s ease, color 0.24s ease;
}

.homepage-cta-card__arrow {
	font-size: 1.35rem;
	line-height: 1;
	transition: transform 0.24s ease;
}

.homepage-cta-card:hover .homepage-cta-card__image,
.homepage-cta-card:focus-visible .homepage-cta-card__image {
	transform: scale(1.05);
	filter: saturate(1.04) contrast(1.02);
}

.homepage-cta-card:hover .homepage-cta-card__title,
.homepage-cta-card:focus-visible .homepage-cta-card__title {
	gap: 0.9rem;
	color: var(--color-red);
}

.homepage-cta-card:hover .homepage-cta-card__arrow,
.homepage-cta-card:focus-visible .homepage-cta-card__arrow {
	transform: translateX(3px);
}

.section--homepage-overlay-card {
	padding-top: 0;
	padding-bottom: 40px;
}

.homepage-overlay-card__media {
	width: 100%;
	height: clamp(470px, 52vw, 650px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.homepage-overlay-card__media--placeholder {
	background:
		linear-gradient(180deg, rgba(56, 38, 36, 0.16), rgba(56, 38, 36, 0.34)),
		radial-gradient(circle at top left, rgba(235, 0, 0, 0.18), transparent 38%),
		linear-gradient(135deg, #8a7169, #000000);
}

.homepage-overlay-card__card-wrap {
	position: relative;
	z-index: 1;
	margin-top: clamp(-10rem, -14vw, -7rem);
}

.homepage-overlay-card__card {
	width: min(100%, 760px);
	margin-inline: auto;
	padding: 2.6rem 3rem 2.7rem;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 28px 44px rgba(16, 16, 16, 0.12);
}

.homepage-overlay-card__title {
	margin-bottom: 1.35rem;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.12;
	color: var(--color-black);
}

.section--homepage-mission .entry-content h2 {
	font-size: 30px;
}

.homepage-overlay-card__card .entry-content p + p {
	margin-top: 1.4rem;
}

.section--homepage-partners {
	position: relative;
	padding-top: 48px;
	padding-bottom: 58px;
}

.section--homepage-partners::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: calc(52% + 100px);
	background: #efe8dc;
	pointer-events: none;
}

.homepage-partners__inner {
	position: relative;
	z-index: 1;
}

.homepage-partners__intro {
	max-width: 900px;
	margin-bottom: 2.5rem;
}

.homepage-partners__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
	color: var(--color-black);
}

.homepage-partners__cta {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-right: 1.65rem;
	font-family: var(--font-body);
	font-size: 1.1rem;
	font-style: italic;
	font-weight: 600;
	color: var(--color-black);
	text-decoration: none;
}

.homepage-partners__cta::after {
	content: "\21D2";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.15rem;
	transition: transform 0.22s ease;
}

.homepage-partners__cta:hover::after,
.homepage-partners__cta:focus-visible::after {
	transform: translate(2px, -50%);
}

.homepage-partners__slider {
	display: grid;
	gap: 1.5rem;
	min-width: 0;
	max-width: 100%;
}

.homepage-partners__viewport {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.homepage-partners__track {
	display: flex;
	gap: 1rem;
	max-width: 100%;
	transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.homepage-partners__slide {
	flex: 0 0 calc((100% - 4rem) / 5);
	min-width: 0;
	max-width: 100%;
}

.homepage-partners__logo {
	display: block;
	width: 100%;
	height: 180px;
	background-color: rgba(255, 255, 255, 0.98);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80% auto;
	border: 1px solid rgba(16, 16, 16, 0.14);
	box-shadow: 0 14px 24px rgba(16, 16, 16, 0.06);
	text-decoration: none;
}

.homepage-partners__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.homepage-partners__dots[hidden] {
	display: none !important;
}

.homepage-partners__arrows {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
}

.homepage-partners__arrow {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: var(--color-bright-red);
	color: var(--color-white);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
}

.homepage-partners__arrow:hover,
.homepage-partners__arrow:focus-visible {
	background: var(--color-primary-strong);
	transform: translateY(-2px);
}

.homepage-partners__arrow:disabled {
	opacity: 0.42;
	cursor: not-allowed;
	transform: none;
}

.homepage-partners__dot {
	width: 14px;
	height: 14px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #d5d5d5;
	cursor: pointer;
	transition: transform 0.22s ease, background 0.22s ease;
}

.homepage-partners__dot.is-active {
	background: #a7a7a7;
	transform: scale(1.08);
}

.section--homepage-team {
	position: relative;
	padding-top: 48px;
	padding-bottom: 60px;
	overflow: hidden;
}

.section--homepage-team::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: min(100%, 1680px);
	height: 230px;
	transform: translateX(-50%);
	background:
		linear-gradient(180deg, rgba(239, 232, 220, 0.9), rgba(239, 232, 220, 0.86)),
		url("../img/map.jpg") center top / cover no-repeat;
	opacity: 0.82;
	pointer-events: none;
}

.homepage-team__inner {
	position: relative;
	z-index: 1;
}

.homepage-team__intro {
	max-width: 960px;
	margin-bottom: 2.35rem;
}

.homepage-team__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
	color: var(--color-black);
}

.homepage-team__cta {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-right: 1.65rem;
	font-family: var(--font-body);
	font-size: 1.1rem;
	font-style: italic;
	font-weight: 600;
	color: var(--color-black);
	text-decoration: none;
}

.homepage-team__cta::after {
	content: "\21D2";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.15rem;
	transition: transform 0.22s ease;
}

.homepage-team__cta:hover::after,
.homepage-team__cta:focus-visible::after {
	transform: translate(2px, -50%);
}

.homepage-team__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2.5rem 1.5rem;
}

.team-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(56, 38, 36, 0.12);
	box-shadow: 0 24px 42px rgba(16, 16, 16, 0.08);
}

.team-card__media {
	width: 100%;
	min-height: 400px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.team-card__media--placeholder {
	background:
		linear-gradient(180deg, rgba(56, 38, 36, 0.14), rgba(56, 38, 36, 0.42)),
		radial-gradient(circle at top left, rgba(235, 0, 0, 0.24), transparent 38%),
		linear-gradient(135deg, #856863, #3f2d2a);
}

.team-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1.1rem 1rem 1rem;
}

.team-card__title {
	margin: 0 0 0.35rem;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.18;
	color: var(--color-black);
}

.team-card__role {
	margin: 0 0 1rem;
	font-family: var(--font-body);
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-black);
}

.team-card__description {
	margin: 0;
	font-size: 17px;
	line-height: 1.72;
	color: rgba(16, 16, 16, 0.82);
}

.team-card__action {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 0.9rem 0.95rem;
	background: var(--color-bright-red);
	color: var(--color-white);
	font-family: var(--font-body);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-decoration: none;
	transition: filter 0.22s ease;
}

.team-card__action:hover,
.team-card__action:focus-visible {
	filter: brightness(0.95);
}

.section--homepage-board {
	position: relative;
	padding-top: 48px;
	padding-bottom: 60px;
	overflow: hidden;
}

.section--homepage-board::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: min(100%, 1680px);
	height: 230px;
	transform: translateX(-50%);
	background:
		linear-gradient(180deg, rgba(239, 232, 220, 0.9), rgba(239, 232, 220, 0.86)),
		url("../img/map.jpg") center top / cover no-repeat;
	opacity: 0.82;
	pointer-events: none;
}

.homepage-board__inner {
	position: relative;
	z-index: 1;
}

.homepage-board__intro {
	max-width: 960px;
	margin-bottom: 2.2rem;
}

.homepage-board__title {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
	color: var(--color-black);
}

.homepage-board__cta {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-right: 1.65rem;
	font-family: var(--font-body);
	font-size: 1.1rem;
	font-style: italic;
	font-weight: 600;
	color: var(--color-black);
	text-decoration: none;
}

.homepage-board__cta::after {
	content: "\21D2";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.15rem;
	transition: transform 0.22s ease;
}

.homepage-board__cta:hover::after,
.homepage-board__cta:focus-visible::after {
	transform: translate(2px, -50%);
}

.table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-wrap--board {
	max-width: 980px;
}

.styled-table,
.entry-content table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background: rgba(255, 255, 255, 0.98);
}

.styled-table thead,
.entry-content table thead {
	background: var(--color-bright-red);
}

.styled-table th,
.styled-table td,
.entry-content table th,
.entry-content table td {
	padding: 1rem 1.1rem;
	text-align: left;
	vertical-align: top;
}

.styled-table th,
.entry-content table th {
	font-family: var(--font-display);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: var(--color-white);
}

.styled-table td,
.entry-content table td {
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.5;
	color: var(--color-black);
	border-bottom: 1px solid rgba(56, 38, 36, 0.08);
}

.styled-table tbody tr:nth-child(even),
.entry-content table tbody tr:nth-child(even) {
	background: rgba(239, 232, 220, 0.56);
}

.styled-table tbody tr:last-child td,
.entry-content table tbody tr:last-child td {
	border-bottom: 0;
}

.styled-table tbody td:nth-child(1),
.styled-table tbody td:nth-child(2),
.styled-table tbody td:nth-child(3),
.entry-content table tbody td {
	font-style: italic;
	font-weight: 700;
}

.styled-table a,
.entry-content table a {
	color: inherit;
	text-decoration: none;
}

.styled-table a:hover,
.styled-table a:focus-visible,
.entry-content table a:hover,
.entry-content table a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.search-form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.search-field {
	min-width: min(100%, 18rem);
	padding: 0.9rem 1rem;
	border: 1px solid var(--color-border);
	border-radius: 999px;
	background: var(--color-white);
}

.site-footer {
	margin-top: auto;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	background: #000000;
	color: var(--color-white);
	overflow: hidden;
}

.site-footer__overlay {
	display: none;
}

.site-footer__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.08fr) minmax(0, 0.9fr);
	align-items: flex-start;
	gap: 3.25rem;
	padding-top: 2.5rem;
	padding-bottom: 2rem;
}

.site-footer__column {
	display: grid;
	align-content: start;
	gap: 1.5rem;
}

.site-footer__logo-link {
	display: inline-flex;
	width: fit-content;
	text-decoration: none;
}

.site-footer__logo {
	width: 150px;
	height: auto;
}

.site-footer a {
	color: var(--color-white);
}

.site-footer__heading {
	margin: 0;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.08;
	color: var(--color-white);
	margin-bottom: 15px;
}

.site-footer__hours,
.site-footer__contact {
	display: grid;
	gap: 0.45rem;
}

.site-footer__hours p,
.site-footer__contact p,
.site-footer__credits p {
	margin: 0;
	font-size: 17px;
	line-height: 1.55;
	color: var(--color-white);
}

.site-footer__contact a {
	color: var(--color-white);
	text-decoration: none;
}

.site-footer__contact a:hover,
.site-footer__contact a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.site-footer__social {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.95rem;
}

.site-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: var(--color-white);
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
	transform: translateY(-2px);
	opacity: 0.78;
}

.site-footer__social svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
	overflow: visible;
}

.site-footer__events {
	display: grid;
	gap: 0.85rem;
}

.site-footer__event {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 0.85rem;
	padding-right: 0.85rem;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
	text-decoration: none;
	color: var(--color-white);
	transition: background 0.22s ease, transform 0.22s ease;
}

.site-footer__event:hover,
.site-footer__event:focus-visible {
	transform: translateX(3px);
	background: rgba(255, 255, 255, 0.14);
}

.site-footer__event-date {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	padding: 0.55rem 0.6rem;
	background: var(--color-bright-red);
	color: var(--color-white);
}

.site-footer__event-month {
	font-family: var(--font-display);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1;
}

.site-footer__event-day {
	margin-top: 0.18rem;
	font-family: var(--font-display);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}

.site-footer__event-title {
	font-size: 16px;
	line-height: 1.3;
}

.site-footer__event-arrow {
	font-size: 1.45rem;
	line-height: 1;
	color: var(--color-white);
}

.site-footer__helpful-links {
	display: grid;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__helpful-links a {
	color: var(--color-white);
	font-size: 17px;
	line-height: 1.45;
	text-decoration: none;
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.site-footer__helpful-links a:hover,
.site-footer__helpful-links a:focus-visible {
	opacity: 0.78;
	transform: translateX(2px);
}

.site-footer__badges {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.site-footer__badges img {
	display: block;
	width: auto;
	height: 58px;
}

.site-footer__newsletter {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 0.85rem;
	width: 100%;
}

.site-footer__newsletter .gform_wrapper,
.site-footer__newsletter .gform-theme {
	--gf-local-border: rgba(255, 255, 255, 0.28);
	--gf-local-surface: rgba(255, 255, 255, 0.1);
	--gf-local-focus: rgba(235, 0, 0, 0.32);
	color: var(--color-white);
}

.site-footer__newsletter-heading {
	margin-bottom: 0;
	font-size: 22px;
}

.site-footer__newsletter .gform_wrapper form,
.site-footer__newsletter .gform-theme form {
	display: grid;
	grid-template-columns: 1fr;
	align-items: stretch;
	gap: 0.8rem;
}

.site-footer__newsletter .gform_wrapper .gform_body,
.site-footer__newsletter .gform-theme .gform_body {
	min-width: 0;
}

.site-footer__newsletter .gform_wrapper .gform_fields,
.site-footer__newsletter .gform-theme .gform_fields {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0.75rem;
}

.site-footer__newsletter .gform_wrapper .gfield,
.site-footer__newsletter .gform-theme .gfield {
	grid-column: auto / span 1 !important;
	min-width: 0;
}

.site-footer__newsletter .gform_wrapper .gfield_label,
.site-footer__newsletter .gform-theme .gfield_label,
.site-footer__newsletter .gform_wrapper legend.gfield_label,
.site-footer__newsletter .gform-theme legend.gfield_label,
.site-footer__newsletter .gform_wrapper .gfield_description,
.site-footer__newsletter .gform-theme .gfield_description,
.site-footer__newsletter .gform_wrapper .instruction,
.site-footer__newsletter .gform-theme .instruction {
	color: var(--color-white);
}

.site-footer__newsletter .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.site-footer__newsletter .gform_wrapper textarea,
.site-footer__newsletter .gform_wrapper select,
.site-footer__newsletter .gform-theme input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.site-footer__newsletter .gform-theme textarea,
.site-footer__newsletter .gform-theme select {
	color: var(--color-white);
}

.site-footer__newsletter .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.site-footer__newsletter .gform_wrapper textarea,
.site-footer__newsletter .gform_wrapper select,
.site-footer__newsletter .gform-theme input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.site-footer__newsletter .gform-theme textarea,
.site-footer__newsletter .gform-theme select {
	min-height: 3.05rem;
	padding: 0.75rem 0.85rem;
}

.site-footer__newsletter .gform_wrapper input::placeholder,
.site-footer__newsletter .gform_wrapper textarea::placeholder,
.site-footer__newsletter .gform-theme input::placeholder,
.site-footer__newsletter .gform-theme textarea::placeholder {
	color: rgba(255, 255, 255, 0.72);
}

.site-footer__newsletter .gform_wrapper input:focus,
.site-footer__newsletter .gform_wrapper textarea:focus,
.site-footer__newsletter .gform_wrapper select:focus,
.site-footer__newsletter .gform-theme input:focus,
.site-footer__newsletter .gform-theme textarea:focus,
.site-footer__newsletter .gform-theme select:focus {
	background: rgba(255, 255, 255, 0.14);
	color: var(--color-white);
}

.site-footer__newsletter .gform_wrapper .gform_footer,
.site-footer__newsletter .gform_wrapper .gform_page_footer,
.site-footer__newsletter .gform-theme .gform_footer,
.site-footer__newsletter .gform-theme .gform_page_footer {
	display: grid;
	grid-template-columns: 1fr;
	margin: 0;
	padding: 0;
}

.site-footer__newsletter .gform_wrapper .gform_button,
.site-footer__newsletter .gform_wrapper button[type="submit"],
.site-footer__newsletter .gform_wrapper input[type="submit"],
.site-footer__newsletter .gform-theme .gform_button,
.site-footer__newsletter .gform-theme button[type="submit"],
.site-footer__newsletter .gform-theme input[type="submit"] {
	width: 100%;
	max-width: none;
	justify-self: stretch;
	box-shadow: none;
}

.site-footer__credits {
	position: relative;
	z-index: 1;
	padding-bottom: 1rem;
	text-align: center;
}

.site-footer__credits span {
	margin-inline: 0.35rem;
}

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

@media (max-width: 900px) {
	:root {
		--site-header-offset: 8.75rem;
	}

	.shop-layout,
	.single-product div.product {
		grid-template-columns: 1fr;
	}

	.shop-main .woocommerce-result-count,
	.shop-main .woocommerce-ordering {
		float: none;
	}

	.shop-sidebar {
		position: static;
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.section--shop-archive .shop-main ul.products,
	body.woocommerce .shop-main ul.products,
	body.woocommerce-page .shop-main ul.products,
	.product-feed__grid,
	body.woocommerce .product-feed__grid,
	body.woocommerce-page .product-feed__grid,
	.single-product section.related.products ul.products,
	.single-product section.upsells.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.product-feed__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.entry-content .gallery.gallery-columns-3,
	.entry-content .gallery.gallery-columns-4,
	.entry-content .gallery.gallery-columns-5,
	.entry-content .gallery.gallery-columns-6,
	.entry-content .gallery.gallery-columns-7,
	.entry-content .gallery.gallery-columns-8,
	.entry-content .gallery.gallery-columns-9,
	.entry-content .wp-block-gallery.columns-3,
	.entry-content .wp-block-gallery.columns-4,
	.entry-content .wp-block-gallery.columns-5,
	.entry-content .wp-block-gallery.columns-6,
	.entry-content .wp-block-gallery.columns-7,
	.entry-content .wp-block-gallery.columns-8,
	.entry-content .wp-block-gallery.columns-9 {
		--gallery-columns: 2;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.testimonial-slider__card {
		padding: 2.5rem 2rem 2.2rem;
	}

	.testimonial-slider__quote-mark {
		font-size: 5.75rem;
	}

	.cta-bar {
		grid-template-columns: 1fr;
	}

	.cta-bar__media {
		min-height: 280px;
	}

	.cta-bar__content {
		padding: 2.4rem 2rem;
	}

	.two-column-wysiwyg__grid {
		grid-template-columns: 1fr;
		gap: 2.25rem;
	}

	.location-bar__inner {
		gap: 1rem 2.525rem;
		padding-block: 1rem;
	}

	.post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.page-hero {
		min-height: 400px;
	}

	.page-hero__content {
		padding-block: 4.75rem 4.25rem;
	}

	.page-hero__title {
		font-size: 38px;
	}

	.site-header__inner {
		display: flex;
		justify-content: space-between;
		padding-right: 0;
	}

	.site-header__actions {
		position: static;
		transform: none;
	}

	.site-header__donate {
		min-height: 2.25rem;
		padding: 0.58rem 0.85rem;
		font-size: 0.82rem;
	}

	.primary-nav--desktop {
		display: none;
	}

	.site-branding {
		justify-content: start;
	}

}

@media (max-width: 780px) {
	:root {
		--site-header-offset: 8.75rem;
	}

	.custom-logo,
	.site-logo,
	.site-header .custom-logo,
	.site-header .site-logo,
	.site-header.is-stuck .custom-logo,
	.site-header.is-stuck .site-logo,
	.woocommerce .site-header .custom-logo,
	.woocommerce .site-header .site-logo,
	.woocommerce .site-header.is-stuck .custom-logo,
	.woocommerce .site-header.is-stuck .site-logo,
	.woocommerce-page .site-header .custom-logo,
	.woocommerce-page .site-header .site-logo,
	.woocommerce-page .site-header.is-stuck .custom-logo,
	.woocommerce-page .site-header.is-stuck .site-logo {
		height: 64px;
		max-width: 220px;
	}

	.homepage-hero {
		min-height: 660px;
	}

	.homepage-hero__content {
		padding-top: 10.5rem;
		padding-bottom: 7rem;
	}

	.homepage-hero--subpage .homepage-hero__content {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.post-grid,
	.site-footer__inner {
		grid-template-columns: 1fr;
		display: grid;
	}

	.site-footer__badges {
		justify-content: flex-start;
	}
}

@media (max-width: 600px) {
	:root {
		--site-header-offset: 7.5rem;
	}

	.container {
		width: min(calc(100% - 2rem), var(--container));
	}

	.section > .container,
	.section .content-width {
		max-width: 100%;
	}

	.button-repeater {
		gap: 0.85rem;
	}

	.woocommerce ul.products {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.section--shop-archive .shop-main ul.products,
	body.woocommerce .shop-main ul.products,
	body.woocommerce-page .shop-main ul.products,
	.product-feed__grid,
	body.woocommerce .product-feed__grid,
	body.woocommerce-page .product-feed__grid,
	.single-product section.related.products ul.products,
	.single-product section.upsells.products ul.products {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.product-feed__grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.shop-layout {
		gap: 1.75rem;
	}

	.shop-main .woocommerce-ordering,
	.shop-main .woocommerce-result-count {
		margin-bottom: 1rem;
	}

	.shop-sidebar__panel {
		padding: 1.1rem 1rem 1.15rem;
	}

	.shop-sidebar__item a {
		padding: 0.72rem 0.8rem;
	}

	.shop-card__media {
		height: 240px;
	}

	.single-product div.product .product_title {
		font-size: 30px;
	}

	.entry-content .gallery,
	.entry-content .wp-block-gallery,
	.entry-content .blocks-gallery-grid {
		grid-template-columns: 1fr !important;
	}

	.testimonial-slider {
		padding: 2rem 0.75rem 2.5rem;
	}

	.testimonial-slider__card {
		padding: 2.2rem 1.15rem 1.85rem;
	}

	.testimonial-slider__quote-mark {
		top: 0.9rem;
		left: 0.75rem;
		font-size: 4.5rem;
	}

	.testimonial-slider__slide {
		padding-inline: 0.35rem;
	}

	.testimonial-slider__quote p {
		font-size: 16px;
	}

	.cta-bar__media {
		min-height: 220px;
	}

	.cta-bar__content {
		padding: 2rem 1.35rem;
	}

	.cta-bar__title {
		font-size: 30px;
	}

	.location-bar__inner {
		flex-direction: column;
		gap: 0.7rem;
		padding-block: 1rem;
	}

	.location-bar__item,
	.location-bar__status {
		font-size: 15px;
	}

	.site-header__inner {
		justify-content: space-between;
		gap: 0.5rem;
	}

	.site-header__utility {
		display: none;
	}

	.site-header__utility-contact,
	.site-header__utility-nav {
		display: none;
	}

	.site-header__utility-inner {
		grid-template-columns: 1fr;
		justify-items: end;
		min-height: 42px;
		padding-block: 0.2rem;
	}

	.homepage-hero {
		min-height: 600px;
	}

	.page-hero {
		min-height: 360px;
	}

	.page-hero__content {
		padding-block: 4rem 3.5rem;
	}

	.page-hero__title {
		font-size: 32px;
		max-width: 12ch;
	}

	.site-header__main {
		background: var(--navigation-background-color);
	}

	.custom-logo,
	.site-logo,
	.site-header .custom-logo,
	.site-header .site-logo,
	.site-header.is-stuck .custom-logo,
	.site-header.is-stuck .site-logo,
	.woocommerce .site-header .custom-logo,
	.woocommerce .site-header .site-logo,
	.woocommerce .site-header.is-stuck .custom-logo,
	.woocommerce .site-header.is-stuck .site-logo,
	.woocommerce-page .site-header .custom-logo,
	.woocommerce-page .site-header .site-logo,
	.woocommerce-page .site-header.is-stuck .custom-logo,
	.woocommerce-page .site-header.is-stuck .site-logo {
		height: 52px;
		max-width: 180px;
	}

	.homepage-hero {
		min-height: 560px;
	}

	.homepage-hero__content {
		padding-top: 8.5rem;
		padding-bottom: 5rem;
	}

	.homepage-hero--subpage .homepage-hero__content {
		padding-top: 5.5rem;
		padding-bottom: 5.5rem;
	}

	.homepage-hero__title {
	font-size: clamp(2.2rem, 8vw, 3.125rem);
	line-height: 1.08;
	}

	.search-toggle {
		display: none;
	}

	.site-drawer {
		width: min(28rem, 100vw);
	}

	.site-drawer__section--helpful {
		display: none;
	}

	.site-drawer__section--mobile {
		display: block;
	}

	.post-grid {
		grid-template-columns: 1fr;
	}
}

.homepage-pillars {
	position: relative;
	margin-top: -4.25rem;
	padding: 0 0 6rem;
	z-index: 2;
	background: transparent;
}

.homepage-pillars::before {
	content: "";
	position: absolute;
	top: 4.25rem;
	right: 0;
	bottom: 0;
	left: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.28) 48%, rgba(255, 255, 255, 0.72) 100%),
		url("../img/map.jpg") center top / contain repeat-y;
	pointer-events: none;
	z-index: 0;
}

.homepage-pillars__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1.75rem;
	align-items: stretch;
}

.pillar-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 30px 50px rgba(16, 16, 16, 0.08);
	opacity: 0;
	transform: translate3d(0, 42px, 0);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.pillar-card.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

[data-reveal-on-scroll] {
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal-on-scroll][data-reveal-direction="left"] {
	transform: translate3d(-48px, 24px, 0);
}

[data-reveal-on-scroll][data-reveal-direction="right"] {
	transform: translate3d(48px, 24px, 0);
}

[data-reveal-on-scroll].is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.pillar-card:nth-child(2),
.pillar-card:nth-child(4) {
	margin-top: -3.75rem;
}

.pillar-card:nth-child(3) {
	margin-top: -8rem;
}

.pillar-card__media {
	width: 100%;
	height: 208px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pillar-card__media--placeholder {
	background:
		linear-gradient(180deg, rgba(56, 38, 36, 0.12), rgba(56, 38, 36, 0.42)),
		radial-gradient(circle at top left, rgba(235, 0, 0, 0.24), transparent 40%),
		linear-gradient(135deg, #77635f, #3f2d2a);
}

.pillar-card__title {
	padding: 1.2rem 1rem 1.1rem;
	text-align: center;
}

.pillar-card__title h2 {
	margin: 0;
	font-family: "Roboto", "Segoe UI", sans-serif;
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--color-white);
}

.pillar-card__title--brown {
	background: #000000;
}

.pillar-card__title--red {
	background: #EB0000;
}

.pillar-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 2rem 1.35rem 2.25rem;
	background: rgba(255, 255, 255, 0.98);
}

.pillar-card__links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	align-content: start;
	gap: 1rem;
	flex: 1 1 auto;
}

.pillar-card__links li {
	margin: 0;
}

.pillar-card__links a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-left: 1.4rem;
	font-family: "Roboto", "Segoe UI", sans-serif;
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--color-black);
	text-decoration: none;
	transition: color 0.22s ease, transform 0.22s ease;
}

.pillar-card__links a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--color-red);
	transition: transform 0.22s ease;
}

.pillar-card__links a:hover,
.pillar-card__links a:focus-visible {
	color: var(--color-red);
	transform: translateX(2px);
}

.pillar-card__links a:hover::before,
.pillar-card__links a:focus-visible::before {
	transform: translateX(2px);
}

.homepage-video-feature {
	padding: 0 0 4rem;
}

section.section.section--youtube-video {
	padding-top: 0;
}

.homepage-video-feature__inner {
	display: grid;
	gap: 2.75rem;
}

.homepage-video-feature__intro {
	max-width: 960px;
}

.homepage-video-feature__title {
	margin: 0;
	font-family: "Roboto", "Segoe UI", sans-serif;
	font-size: 60px;
	line-height: 1.06;
	letter-spacing: -0.045em;
	color: var(--color-black);
}

.homepage-video-feature__title em {
	font-style: italic;
	font-weight: 500;
}

.homepage-video-feature__title strong {
	font-style: normal;
	font-weight: 500;
}

.homepage-video-feature__weight-black {
	font-weight: 900;
}

.homepage-video-feature__weight-medium {
	font-weight: 500;
}

.homepage-video-feature__weight-italic {
	font-style: italic;
}

.homepage-video-feature__cta {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-right: 1.65rem;
	font-family: "Open Sans", "Segoe UI", sans-serif;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: 600;
	color: var(--color-black);
	text-decoration: none;
}

.homepage-video-feature__cta::after {
	content: "\21D2";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.15rem;
	transition: transform 0.22s ease;
}

.homepage-video-feature__cta:hover::after,
.homepage-video-feature__cta:focus-visible::after {
	transform: translate(2px, -50%);
}

.homepage-video-player {
	width: 100%;
}

.homepage-video-player__poster {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.homepage-video-player__poster {
	position: relative;
	display: block;
	padding: 0;
	border: 0;
	background-color: #3b231f;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

.homepage-video-player__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(235, 0, 0, 0.28), rgba(235, 0, 0, 0.44)),
		rgba(235, 0, 0, 0.12);
}

.homepage-video-player__play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	border-radius: 999px;
	background: var(--color-bright-red);
	border: 6px solid var(--color-white);
	transform: translate(-50%, -50%);
	box-shadow: 0 18px 30px rgba(235, 0, 0, 0.24);
	animation: homepage-play-button-wiggle 2.2s ease-in-out infinite;
}

.homepage-video-player__play-triangle {
	width: 0;
	height: 0;
	margin-left: 4px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 18px solid var(--color-white);
}

@keyframes homepage-play-button-wiggle {
	0%,
	100% {
		transform: translate(-50%, -50%) rotate(0deg) scale(1);
	}
	8% {
		transform: translate(-50%, -50%) rotate(-9deg) scale(1.06);
	}
	16% {
		transform: translate(-50%, -50%) rotate(9deg) scale(1.1);
	}
	24% {
		transform: translate(-50%, -50%) rotate(-6deg) scale(1.05);
	}
	32% {
		transform: translate(-50%, -50%) rotate(0deg) scale(1);
	}
}

.video-lightbox {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: grid;
	place-items: center;
	padding: 2rem;
}

.video-lightbox[hidden] {
	display: none !important;
}

.video-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 16, 16, 0.82);
	backdrop-filter: blur(10px);
}

.video-lightbox__dialog {
	position: relative;
	z-index: 1;
	width: min(1200px, 100%);
}

.video-lightbox__close {
	position: absolute;
	top: -3rem;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--color-white);
	font-size: 2.4rem;
	line-height: 1;
	cursor: pointer;
}

.video-lightbox__download {
	position: absolute;
	top: -3rem;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.5rem;
	padding: 0.65rem 1.1rem;
	background: var(--color-bright-red);
	color: var(--color-white);
	font-family: var(--font-body);
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.01em;
	box-shadow: 0 14px 28px rgba(235, 0, 0, 0.28);
	transition: background 0.2s ease, transform 0.2s ease;
}

.video-lightbox__download[hidden] {
	display: none !important;
}

.video-lightbox__download:hover,
.video-lightbox__download:focus-visible {
	background: var(--color-red);
	transform: translateY(-1px);
}

.video-lightbox__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(8px);
	color: var(--color-white);
	font-size: 1.8rem;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background 0.22s ease, transform 0.22s ease;
}

.video-lightbox__nav:hover,
.video-lightbox__nav:focus-visible {
	background: rgba(255, 255, 255, 0.24);
	transform: translateY(-50%) scale(1.03);
}

.video-lightbox__nav--prev {
	left: -4.75rem;
}

.video-lightbox__nav--next {
	right: -4.75rem;
}

.video-lightbox__frame {
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.video-lightbox__iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.video-lightbox__image {
	display: block;
	width: 100%;
	max-height: 82vh;
	object-fit: contain;
}

body.video-lightbox-open {
	overflow: hidden;
}

@media (max-width: 900px) {
	.homepage-video-feature {
		padding: 5rem 0 6rem;
	}

	.homepage-video-feature__title {
		font-size: clamp(2.5rem, 7vw, 3.75rem);
	}

	.homepage-events__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.homepage-cta-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.homepage-partners__slide {
		flex-basis: calc((100% - 2rem) / 3);
	}

	.homepage-team__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.homepage-overlay-card__card {
		padding: 2.2rem 2rem 2.35rem;
	}

	.homepage-flip-flop,
	.homepage-flip-flop--media-left {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.homepage-flip-flop__content,
	.homepage-flip-flop--media-left .homepage-flip-flop__content {
		order: 1;
		justify-self: start;
		width: 100%;
	}

	.homepage-flip-flop__media-column,
	.homepage-flip-flop--media-left .homepage-flip-flop__media-column {
		order: 2;
		min-height: 460px;
	}

	.section--homepage-mission .content-width {
		width: 100%;
		max-width: 100%;
	}

	.video-lightbox {
		padding: 1rem;
	}

	.video-lightbox__close {
		top: -2.5rem;
	}

	.video-lightbox__download {
		top: auto;
		bottom: -3.25rem;
		left: 0;
		min-height: 2.35rem;
		padding: 0.6rem 0.9rem;
		font-size: 0.85rem;
	}

	.video-lightbox__nav {
		width: 3rem;
		height: 3rem;
		font-size: 1.5rem;
	}

	.video-lightbox__nav--prev {
		left: 0.5rem;
	}

	.video-lightbox__nav--next {
		right: 0.5rem;
	}
}

@media (max-width: 1320px) {
	.homepage-pillars__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pillar-card:nth-child(2),
	.pillar-card:nth-child(4),
	.pillar-card:nth-child(3) {
		margin-top: 0;
	}
}

@media (max-width: 900px) {
	.homepage-pillars {
		margin-top: -4rem;
		padding-bottom: 4rem;
	}

	.homepage-pillars__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.impact-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.impact-stats__title {
		max-width: 14ch;
	}
}

@media (max-width: 640px) {
	.styled-table--board,
	.styled-table--board thead,
	.styled-table--board tbody,
	.styled-table--board tr,
	.styled-table--board th,
	.styled-table--board td {
		display: block;
		width: 100%;
	}

	.styled-table--board thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}

	.styled-table--board tbody tr {
		padding: 0.65rem 0;
		border-bottom: 1px solid rgba(56, 38, 36, 0.08);
	}

	.styled-table--board tbody tr:last-child {
		border-bottom: 0;
	}

	.styled-table--board td {
		padding: 0.6rem 1rem 0.6rem 8rem;
		position: relative;
		border-bottom: 0;
	}

	.styled-table--board td::before {
		content: attr(data-label);
		position: absolute;
		top: 0.6rem;
		left: 1rem;
		width: 6rem;
		font-family: var(--font-display);
		font-size: 14px;
		font-weight: 500;
		font-style: normal;
		letter-spacing: 0.01em;
		color: var(--color-brown);
	}

	.table-wrap--board {
		max-width: 100%;
	}

	.entry-content table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}

	.single-product .woocommerce-tabs .shop_attributes,
	.single-product .woocommerce-tabs .shop_attributes thead,
	.single-product .woocommerce-tabs .shop_attributes tbody,
	.single-product .woocommerce-tabs .shop_attributes tr {
		display: table;
		width: 100%;
	}

	.single-product .woocommerce-tabs .shop_attributes tbody {
		display: table-row-group;
	}

	.single-product .woocommerce-tabs .shop_attributes tr {
		display: table-row;
	}

	.single-product .woocommerce-tabs .shop_attributes th,
	.single-product .woocommerce-tabs .shop_attributes td {
		display: table-cell;
		padding: 0.8rem 0.9rem;
		white-space: normal;
	}

	.single-product .woocommerce-tabs .shop_attributes th {
		width: 34%;
	}

	.homepage-events__grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.site-footer__inner {
		gap: 2rem;
		padding-top: 2rem;
	}

	.site-footer__heading {
		font-size: 26px;
	}

	.site-footer__event {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.site-footer__newsletter .gform_wrapper .gform_fields,
	.site-footer__newsletter .gform-theme .gform_fields {
		grid-template-columns: 1fr !important;
	}

	.site-footer__event-arrow {
		display: none;
	}

	.homepage-cta-strip__grid {
		grid-template-columns: 1fr;
	}

	.homepage-team__grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.homepage-partners__slide {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.homepage-partners__logo {
		height: auto;
		aspect-ratio: 1 / 1;
		max-width: 100%;
		background-size: 80% auto;
	}

	.homepage-partners__dots {
		display: none;
	}

	.homepage-partners__arrows {
		display: flex;
	}

	.section--gallery-slider {
		padding: 0;
	}

	.gallery-slider__image {
		height: clamp(300px, 78vw, 520px);
	}

	.gallery-slider__caption {
		position: static;
		max-width: none;
		background: rgba(16, 16, 16, 0.92);
	}

	.gallery-slider__controls {
		top: calc(50% - 2.5rem);
		right: 0.75rem;
		left: 0.75rem;
	}

	.gallery-slider__thumbs-wrap {
		position: static;
		background: var(--color-black);
	}

	.gallery-slider__thumb {
		flex-basis: 72px;
		width: 72px;
	}

	.section--homepage-overlay-card {
		padding-top: 40px;
		padding-bottom: 24px;
	}

	.homepage-overlay-card__card-wrap {
		margin-top: -3rem;
	}

	.homepage-overlay-card__card {
		width: 100%;
		padding: 1.85rem 1.3rem 2rem;
	}

	.homepage-events__title {
		font-size: clamp(2rem, 9vw, 2.7rem);
	}

	.event-card__actions {
		flex-wrap: wrap;
	}

	.homepage-flip-flop__media-column,
	.homepage-flip-flop--media-left .homepage-flip-flop__media-column {
		min-height: 360px;
	}

	.homepage-flip-flop__content {
		padding: 3rem 1.25rem;
	}

	.section--homepage-flip-flop-bg-red::before {
		width: min(42vw, 180px);
	}

	.section--homepage-flip-flop-bg-black::before {
		height: min(32vw, 150px);
	}

	.section--homepage-flip-flop-bg-tan::before {
		height: min(18vw, 86px);
	}

	.homepage-pillars__grid {
		grid-template-columns: 1fr;
	}

	.pillar-card__media {
		height: 320px;
	}

	.section--impact-stats {
		padding: 3.5rem 0;
	}

	.impact-stats__grid {
		grid-template-columns: 1fr;
	}

	.impact-card {
		padding: 1.45rem;
	}

	.impact-card__number {
		font-size: clamp(2.5rem, 15vw, 4rem);
	}
}
