@font-face {
	font-family: "Merriweather";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/merriweather-700.ttf") format("truetype");
}

@font-face {
	font-family: "merriweather-bold";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/merriweather-700.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/roboto-300.ttf") format("truetype");
}

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

@font-face {
	font-family: "roboto-medium";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/roboto-500.ttf") format("truetype");
}

@font-face {
	font-family: "roboto-bold";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/roboto-700.ttf") format("truetype");
}

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

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/roboto-500.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/roboto-700.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/roboto-900.ttf") format("truetype");
}

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

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/poppins-500.ttf") format("truetype");
}

@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/poppins-600.ttf") format("truetype");
}

:root {
	--sp-maroon: #aa0534;
	--sp-maroon-hover: #780425;
	--sp-maroon-deep: #56031a;
	--sp-charcoal: #3b3131;
	--sp-nav: #4c4646;
	--sp-gray: #555555;
	--sp-border: #cccccc;
	--sp-light: #f9f9f9;
	--sp-white: #ffffff;
	--sp-black: #000000;
	--sp-heading: "Merriweather", Georgia, "Times New Roman", serif;
	--sp-body: "Roboto", Arial, Helvetica, sans-serif;
	--sp-footer: "Poppins", "Roboto", Arial, Helvetica, sans-serif;
	--source-h1-font: "merriweather-bold", "Merriweather", "Roboto", Arial, Helvetica, sans-serif;
	--source-body-font: "roboto-medium", "Roboto", Arial, Helvetica, sans-serif;
	--source-table-font: "roboto-regular", "Roboto", Arial, Helvetica, sans-serif;
	--source-bold-font: "roboto-bold", "Roboto", Arial, Helvetica, sans-serif;
	--source-table-header-bg: #aa0534;
	--source-table-header-border: #8b0429;
	--source-table-text: #3b3131;
	--source-table-row-border: #e0d6d6;
	--source-table-bg: #fefefe;
	--source-table-width: 100%;
	--source-table-font-size: 1rem;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 16px;
	max-width: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

body {
	margin: 0;
	max-width: 100%;
	overflow-x: hidden;
	font-family: var(--sp-body);
	font-size: 16px;
	line-height: 1.5;
	color: var(--sp-black);
	background: var(--sp-white);
}

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

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

a {
	color: var(--sp-maroon);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
}

a:hover,
a:focus {
	color: var(--sp-charcoal);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid var(--sp-maroon);
	outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.75rem;
	font-family: var(--sp-heading);
	font-weight: 700;
	line-height: 1.2;
	color: inherit;
}

h1 {
	font-size: clamp(2.1rem, 5vw, 4.75rem);
}

h2 {
	font-size: clamp(1.75rem, 3vw, 3rem);
}

h3 {
	font-size: clamp(1.35rem, 2vw, 1.875rem);
}

p {
	margin: 0 0 1rem;
}

.site-container {
	width: min(1170px, calc(100% - 32px));
	margin-inline: auto;
}

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

.skip-link {
	position: absolute;
	left: -999px;
	top: 8px;
	z-index: 9999;
	background: var(--sp-white);
	color: var(--sp-maroon);
	padding: 8px 12px;
	border-radius: 3px;
}

.skip-link:focus {
	left: 8px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 80;
	background: var(--sp-white);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.utility-bar {
	min-height: 55px;
	display: flex;
	align-items: center;
	color: var(--sp-white);
	background: var(--sp-charcoal);
	font-size: 1.25rem;
	font-weight: 700;
}

.utility-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 55px;
}

.utility-inner p {
	margin: 0;
	color: var(--sp-white);
	text-align: center;
}

.utility-menu {
	display: grid;
	grid-template-columns: minmax(150px, 0.8fr) minmax(260px, 2.6fr) minmax(110px, 0.6fr);
	gap: 1rem;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.utility-menu a {
	display: inline-block;
	max-width: 100%;
	color: var(--sp-white);
	font-weight: 700;
	line-height: 1.25;
	overflow-wrap: anywhere;
	white-space: normal;
}

.utility-menu li:nth-child(2) {
	text-align: center;
}

.utility-menu li:last-child {
	text-align: right;
}

.nav-band {
	background: var(--sp-white);
}

.nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	min-height: 145px;
	padding-block: 10px;
}

.site-branding {
	flex: 0 0 300px;
}

.template-logo-link,
.custom-logo-link {
	display: block;
	width: 300px;
	max-width: 42vw;
}

.template-logo-link img,
.custom-logo-link img {
	width: 300px;
	max-height: 90px;
	object-fit: contain;
}

.primary-navigation {
	flex: 1;
}

.primary-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.6rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu li {
	position: relative;
}

.primary-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0.35rem 0;
	color: var(--sp-nav);
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 2.5rem;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.primary-menu > li.menu-item-has-children > a::after,
.primary-menu > li.page_item_has_children > a::after {
	content: "";
	width: 0;
	height: 0;
	margin-left: 0.45rem;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
}

.primary-menu a:hover,
.primary-menu a:focus {
	color: var(--sp-black);
	text-decoration: none;
}

.primary-menu .sub-menu,
.primary-menu .children {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 40;
	display: none;
	min-width: 245px;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: var(--sp-white);
	box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.27);
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu,
.primary-menu li:hover > .children,
.primary-menu li:focus-within > .children {
	display: block;
}

.primary-menu .sub-menu a,
.primary-menu .children a {
	display: block;
	width: 100%;
	min-height: 0;
	padding: 10px 16px;
	color: var(--sp-black);
	line-height: 1.35;
	white-space: normal;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus,
.primary-menu .children a:hover,
.primary-menu .children a:focus {
	color: var(--sp-white);
	background: var(--sp-maroon);
}

.menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 44px;
	color: var(--sp-nav);
	background: var(--sp-white);
	border: 1px solid var(--sp-border);
	border-radius: 3px;
}

.menu-toggle-bars,
.menu-toggle-bars::before,
.menu-toggle-bars::after {
	display: block;
	width: 24px;
	height: 3px;
	background: currentColor;
}

.menu-toggle-bars {
	position: relative;
}

.menu-toggle-bars::before,
.menu-toggle-bars::after {
	content: "";
	position: absolute;
	left: 0;
}

.menu-toggle-bars::before {
	top: -8px;
}

.menu-toggle-bars::after {
	top: 8px;
}

.front-template-hero {
	position: relative;
	display: grid;
	min-height: clamp(420px, 52vw, 770px);
	overflow: hidden;
	background: var(--sp-gray);
}

.front-template-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(55, 55, 55, 0.52), rgba(55, 55, 55, 0.52)),
		linear-gradient(135deg, #5c5b5b 0%, #777 48%, #4c4646 100%);
	background-position: center;
	background-size: cover;
	opacity: 0.9;
}

.front-template-hero.has-hero-image::before {
	background-image:
		linear-gradient(rgba(55, 55, 55, 0.46), rgba(55, 55, 55, 0.46)),
		var(--front-hero-image);
}

.front-template-hero-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: inherit;
	text-align: center;
}

.front-template-hero-inner > div {
	width: 100%;
	max-width: min(1120px, calc(100vw - 32px));
}

.front-template-hero h1 {
	margin: 0;
	color: var(--sp-white);
	font-size: clamp(2.65rem, 6vw, 5.3rem);
	line-height: 1.18;
	overflow-wrap: break-word;
	text-transform: uppercase;
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.75);
}

.front-template-hero .template-kicker,
.hero-summary {
	color: var(--sp-white);
	font-size: clamp(1.35rem, 2.2vw, 2.2rem);
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
}

.front-template-media {
	display: none;
}

.source-section,
.source-cta-grid,
.source-lower-grid {
	margin-block: clamp(2rem, 5vw, 4rem);
}

.source-building {
	text-align: center;
}

.source-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
	gap: 1rem;
	margin-top: 1.5rem;
}

.source-gallery img,
.source-cta-card img,
.source-news-card img {
	width: 100%;
	object-fit: cover;
}

.media-placeholder {
	display: grid;
	min-height: 180px;
	place-items: center;
	color: var(--sp-gray);
	background: var(--sp-light);
	border: 1px dashed var(--sp-border);
}

.media-placeholder p {
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
}

.source-gallery img {
	aspect-ratio: 16 / 9;
}

.source-cta-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 235px), 1fr));
	gap: 1.25rem;
}

.source-cta-card {
	text-align: center;
}

.source-cta-card img {
	aspect-ratio: 13 / 12;
}

.source-cta-card h3 {
	margin-top: 0.85rem;
	color: var(--sp-maroon);
	font-size: 1.5rem;
}

.source-lower-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr));
	gap: 2rem;
}

.source-lower-grid h2 {
	color: var(--sp-maroon);
	text-align: center;
}

.announcement-band,
.mission-band {
	padding: 1.15rem 1rem;
	color: var(--sp-white);
	background: var(--sp-maroon);
	text-align: center;
}

.announcement-band {
	font-size: clamp(1rem, 1.6vw, 1.75rem);
	font-weight: 900;
	letter-spacing: 0.16em;
	line-height: 1.55;
	overflow-wrap: break-word;
	text-transform: uppercase;
}

.announcement-band a {
	color: var(--sp-white);
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

.mission-band {
	padding-block: 2rem 1.2rem;
	border-radius: 0 0 32px 32px;
}

.mission-band h2 {
	margin-bottom: 1.6rem;
	color: var(--sp-white);
	font-size: clamp(2.05rem, 3.8vw, 3.7rem);
	letter-spacing: 0.04em;
	overflow-wrap: break-word;
}

.page-hero {
	padding: clamp(3rem, 7vw, 5rem) 0;
	color: var(--sp-white);
	background: var(--sp-maroon);
}

.page-hero h1 {
	color: var(--sp-white);
	overflow-wrap: break-word;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}

.page-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
	gap: 2rem;
	align-items: center;
}

.page-hero-inner-text-only {
	grid-template-columns: minmax(0, 1fr);
}

.page-hero-media {
	margin: 0;
	background: var(--sp-white);
	border: 6px solid var(--sp-white);
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
}

.page-hero-media img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.template-kicker {
	margin: 0 0 0.5rem;
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.content-surface {
	margin-block: clamp(2rem, 4.5vw, 3.5rem);
	padding: clamp(1.25rem, 4vw, 2.5rem);
	background: var(--sp-white);
}

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

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

.entry-content *,
.page-content *,
.front-page-content * {
	max-width: 100%;
	overflow-wrap: break-word;
}

.entry-content,
.page-content,
.front-page-content {
	font-size: 1.0625rem;
}

.entry-content,
.page-content {
	color: var(--sp-black);
	line-height: 1.65;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.page-content h1,
.page-content h2,
.page-content h3 {
	color: var(--sp-maroon);
}

.entry-content h1,
.page-content h1 {
	margin-bottom: 1.35rem;
	font-size: clamp(2rem, 4vw, 3.25rem);
}

.entry-content h2,
.page-content h2 {
	margin-top: 1.65rem;
	font-size: clamp(1.75rem, 3vw, 2.55rem);
}

.entry-content h3,
.page-content h3 {
	margin-top: 1.35rem;
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
}

.entry-content p,
.page-content p {
	font-size: clamp(1rem, 1.3vw, 1.15rem);
	line-height: 1.65;
}

.entry-content h1,
.page-content h1,
.front-page-content h1,
.editor-styles-wrapper h1 {
	color: var(--sp-heading-h1-color, var(--sp-maroon));
	font-family: var(--sp-heading-h1-font-family, var(--sp-heading));
	font-size: var(--sp-heading-h1-size, 2.25rem);
	font-weight: var(--sp-heading-h1-weight, 500);
	line-height: var(--sp-heading-h1-line-height, 1.2);
}

.entry-content h2,
.page-content h2,
.front-page-content h2,
.editor-styles-wrapper h2 {
	color: var(--sp-heading-h2-color, var(--sp-maroon));
	font-family: var(--sp-heading-h2-font-family, Georgia, "Times New Roman", serif);
	font-size: var(--sp-heading-h2-size, 1.6rem);
	font-weight: var(--sp-heading-h2-weight, 600);
	line-height: var(--sp-heading-h2-line-height, 1.2);
}

.entry-content h3,
.page-content h3,
.front-page-content h3,
.editor-styles-wrapper h3 {
	color: var(--sp-heading-h3-color, var(--sp-maroon));
	font-family: var(--sp-heading-h3-font-family, var(--sp-heading));
	font-size: var(--sp-heading-h3-size, 1.35rem);
	font-weight: var(--sp-heading-h3-weight, 700);
	line-height: var(--sp-heading-h3-line-height, 1.25);
}

.entry-content h4,
.page-content h4,
.front-page-content h4,
.editor-styles-wrapper h4 {
	color: var(--sp-heading-h4-color, var(--sp-charcoal));
	font-family: var(--sp-heading-h4-font-family, var(--sp-body));
	font-size: var(--sp-heading-h4-size, 1.15rem);
	font-weight: var(--sp-heading-h4-weight, 700);
	line-height: var(--sp-heading-h4-line-height, 1.3);
}

.entry-content h5,
.page-content h5,
.front-page-content h5,
.editor-styles-wrapper h5 {
	color: var(--sp-heading-h5-color, var(--sp-charcoal));
	font-family: var(--sp-heading-h5-font-family, var(--sp-body));
	font-size: var(--sp-heading-h5-size, 1.05rem);
	font-weight: var(--sp-heading-h5-weight, 700);
	line-height: var(--sp-heading-h5-line-height, 1.35);
}

.entry-content h6,
.page-content h6,
.front-page-content h6,
.editor-styles-wrapper h6 {
	color: var(--sp-heading-h6-color, var(--sp-charcoal));
	font-family: var(--sp-heading-h6-font-family, var(--sp-body));
	font-size: var(--sp-heading-h6-size, 0.95rem);
	font-weight: var(--sp-heading-h6-weight, 700);
	line-height: var(--sp-heading-h6-line-height, 1.4);
}

.content-surface.source-page-content.site-container {
	width: min(1150px, calc(100% - 32px));
	padding: 0;
	background: transparent;
}

.source-page-format {
	width: min(1150px, 100%);
	color: #3b3131;
	font-family: var(--source-body-font);
	line-height: 1.5;
}

.source-page-format > * {
	margin-block-start: 0 !important;
}

.source-page-format h1 {
	margin: 1.5rem 0 0.75rem !important;
	color: var(--sp-heading-h1-color, #aa0534);
	font-family: var(--sp-heading-h1-font-family, var(--source-h1-font));
	font-size: var(--sp-heading-h1-size, 2.25rem);
	font-weight: var(--sp-heading-h1-weight, 500);
	line-height: var(--sp-heading-h1-line-height, 1.2);
}

.source-page-format h2 {
	margin: 1.5em 0 0.6em !important;
	color: var(--sp-heading-h2-color, #aa0534);
	font-family: var(--sp-heading-h2-font-family, Georgia, "Times New Roman", serif);
	font-size: var(--sp-heading-h2-size, 1.6rem);
	font-weight: var(--sp-heading-h2-weight, 600);
	line-height: var(--sp-heading-h2-line-height, 1.2);
}

.source-page-format p {
	margin: 0 0 1.2em !important;
	color: #3b3131;
	font-family: var(--source-body-font);
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.7;
}

.source-page-format a {
	color: #aa0534;
	border-bottom: 1px solid #aa0534;
	text-decoration: none;
}

.source-page-format a:hover,
.source-page-format a:focus {
	color: #780425;
	border-bottom-color: #780425;
}

.source-page-format .source-page-note {
	margin-bottom: 1.5em;
	font-size: 0.95rem;
	font-style: italic;
	line-height: 1.6;
}

.wp-block-table.is-style-source-program-table,
.source-page-format .wp-block-table {
	overflow-x: auto;
	margin: 0 0 1.2em !important;
}

.wp-block-table.is-style-source-program-table table,
.source-page-format .wp-block-table table {
	width: var(--source-table-width, 100%);
	border-collapse: collapse;
	color: var(--source-table-text, #3b3131);
	background-color: var(--source-table-bg, #fefefe);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	font-family: var(--source-table-font);
	font-size: var(--source-table-font-size, 1rem);
	line-height: 1.5;
}

.wp-block-table.is-style-source-program-table thead tr,
.source-page-format .wp-block-table thead tr {
	color: #ffffff;
	background-color: var(--source-table-header-bg, #aa0534);
}

.wp-block-table.is-style-source-program-table th,
.source-page-format .wp-block-table th {
	padding: 12px 15px;
	color: #ffffff;
	border-bottom: 2px solid var(--source-table-header-border, #8b0429);
	font-weight: 600;
	text-align: left;
}

.wp-block-table.is-style-source-program-table tbody tr,
.source-page-format .wp-block-table tbody tr {
	border-bottom: 1px solid var(--source-table-row-border, #e0d6d6);
}

.wp-block-table.is-style-source-program-table td,
.source-page-format .wp-block-table td {
	padding: 10px 15px;
	border: 0;
}

.wp-block-table.is-style-source-program-table td strong,
.source-page-format .wp-block-table td strong {
	color: #000000;
	font-family: var(--source-bold-font);
	font-weight: 700;
}

.entry-header-inline {
	margin-bottom: 1.75rem;
}

.front-page-content {
	width: 100%;
	margin: 0;
}

.front-page-content > *:not(.alignfull):not(.stpeter-home-hero):not(.announcement-band):not(.mission-band) {
	width: min(1170px, calc(100% - 32px));
	margin-right: auto;
	margin-left: auto;
}

.front-page-content > .alignfull,
.front-page-content > .stpeter-home-hero {
	width: 100%;
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

.stpeter-home-hero.source-section {
	min-height: clamp(420px, 38vw, 650px);
	margin-block: 0;
}

.stpeter-home-hero .wp-block-cover__inner-container {
	width: min(1120px, calc(100vw - 32px));
	margin-inline: auto;
	text-align: center;
}

.stpeter-home-hero h1 {
	margin: 0;
	color: var(--sp-white);
	font-family: var(--sp-body);
	font-size: clamp(1.55rem, 2.3vw, 2.45rem);
	font-weight: 900;
	letter-spacing: 0.18em;
	line-height: 1.2;
	text-transform: uppercase;
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.75);
}

.wp-block-group.is-style-source-panel {
	padding: clamp(1.25rem, 3vw, 2rem);
	background: var(--sp-light);
	border: 1px solid var(--sp-border);
}

.wp-block-button__link,
.button,
button,
input[type="submit"] {
	border-radius: 3px;
}

.wp-block-button__link,
input[type="submit"] {
	min-height: 44px;
	padding: 0.72rem 1.45rem;
	color: var(--sp-white);
	background: var(--sp-maroon);
	border: 2px solid var(--sp-maroon);
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: uppercase;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: var(--sp-maroon);
	background: var(--sp-white);
	border-color: var(--sp-white);
}

.wp-block-button.is-style-source-outline .wp-block-button__link {
	color: var(--sp-maroon);
	background: var(--sp-white);
	border-color: var(--sp-white);
}

.wp-block-button.is-style-source-outline .wp-block-button__link:hover,
.wp-block-button.is-style-source-outline .wp-block-button__link:focus {
	color: var(--sp-white);
	background: var(--sp-maroon-hover);
	border-color: var(--sp-maroon-hover);
}

.post-grid-section {
	padding-block: clamp(2rem, 5vw, 4rem);
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
	gap: 1.35rem;
}

.post-card {
	display: flex;
	flex-direction: column;
	background: var(--sp-white);
	border: 1px solid var(--sp-border);
}

.post-card-media img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.post-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.25rem;
}

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

.post-card h2 a {
	color: var(--sp-maroon);
	text-decoration: none;
}

.entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.75rem;
	margin-bottom: 0.75rem;
	color: var(--sp-gray);
	font-size: 0.86rem;
	font-weight: 700;
}

.text-link {
	margin-top: auto;
	font-weight: 900;
	text-transform: uppercase;
}

.empty-state {
	padding: clamp(1.25rem, 4vw, 2rem);
	color: var(--sp-charcoal);
	text-align: center;
	background: var(--sp-light);
	border: 1px dashed var(--sp-border);
}

.search-form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	max-width: 620px;
	margin-top: 1rem;
}

.search-field {
	flex: 1 1 220px;
	min-height: 44px;
	padding: 0.7rem 0.85rem;
	border: 1px solid var(--sp-border);
	border-radius: 3px;
	font: inherit;
}

.navigation,
.pagination,
.post-navigation,
.comments-area {
	margin-block: 2rem;
}

.nav-links,
.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.page-numbers,
.nav-links a,
.nav-links span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0.45rem 0.75rem;
	background: var(--sp-white);
	border: 1px solid var(--sp-border);
}

.site-footer {
	padding: var(--footer-padding-top, 4.45rem) 0 var(--footer-padding-bottom, 3.25rem);
	color: var(--footer-text-color, var(--sp-gray));
	background: var(--footer-bg, #f5efe7);
	font-family: var(--sp-footer);
}

@media (max-width: 860px) {
	.site-footer {
		padding-bottom: var(--footer-padding-bottom, 3.25rem);
	}
}

.footer-badges {
	padding-block: 1rem 1.4rem;
}

.footer-main {
	display: grid;
	grid-template-columns: minmax(0, 430px) minmax(0, 260px) minmax(0, 260px) minmax(0, 420px);
	gap: var(--footer-column-gap, 6.6rem);
	align-items: start;
	justify-content: start;
	width: min(2000px, calc(100% - 38px));
}

.footer-column p {
	margin: 0 0 1.4rem;
	color: var(--footer-text-color, var(--sp-gray));
	font-size: var(--footer-body-size, 1.42rem);
	font-weight: 500;
	line-height: 1.55;
}

.footer-column p a {
	font-size: var(--footer-body-size, 1.42rem);
}

.footer-heading {
	margin: 0 0 clamp(1.75rem, 3vw, 2.65rem);
	color: var(--footer-heading-color, #171527);
	font-family: var(--sp-body);
	font-family: var(--sp-footer);
	font-size: var(--footer-heading-size, 2.08rem);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 0;
}

.footer-link-list,
.footer-social-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-link-list {
	display: grid;
	gap: clamp(1rem, 1.45vw, 1.45rem);
}

.footer-link-list li {
	position: relative;
	padding-left: 1.65rem;
	color: var(--footer-text-color, var(--sp-gray));
	font-size: var(--footer-link-size, 1.42rem);
	font-weight: 500;
	line-height: 1.25;
}

.footer-link-list a {
	font-size: var(--footer-link-size, 1.42rem);
}

.footer-link-list li::before {
	content: "";
	position: absolute;
	top: 0.58em;
	left: 0;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 999px;
	background: var(--footer-text-color, var(--sp-gray));
	transform: translateY(-50%);
}

.site-footer a {
	color: var(--footer-link-color, var(--sp-maroon));
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	color: var(--sp-maroon-hover);
	text-decoration: underline;
}

.footer-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 1.45rem;
	align-items: center;
	margin-top: clamp(2.15rem, 4vw, 3.25rem);
}

.footer-social-link {
	display: inline-flex;
	width: var(--footer-icon-size, 2.05rem);
	height: var(--footer-icon-size, 2.05rem);
	align-items: center;
	justify-content: center;
	color: var(--sp-white) !important;
	border-radius: 999px;
	font-size: calc(var(--footer-icon-size, 2.05rem) * 0.48);
	font-weight: 900;
	line-height: 1;
	text-decoration: none !important;
	text-transform: lowercase;
}

.footer-social-facebook {
	background: var(--sp-maroon);
}

.footer-social-twitter {
	background: var(--sp-gray);
}

.footer-social-youtube {
	background: var(--sp-maroon-hover);
	font-size: calc(var(--footer-icon-size, 2.05rem) * 0.38);
}

.footer-social-linkedin {
	background: var(--sp-charcoal);
	font-size: calc(var(--footer-icon-size, 2.05rem) * 0.37);
}

.footer-credit {
	grid-column: 1 / -1;
	margin: clamp(1.55rem, 3vw, 2.5rem) 0 0;
	color: var(--footer-text-color, var(--sp-gray));
	font-size: 0.95rem;
}

.footer-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-footer-bar {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 90;
	display: none;
	background: var(--sp-light);
	border-top: 1px solid var(--sp-border);
}

.mobile-footer-menu {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-footer-menu a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0.55rem;
	color: var(--sp-maroon);
	font-size: 0.85rem;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-list {
	padding-left: 1.25rem;
}

.comment-form-comment textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid var(--sp-border);
	border-radius: 3px;
	font: inherit;
}

@media (max-width: 1080px) {
	.primary-menu {
		gap: 0.9rem;
	}

	.primary-menu a {
		font-size: 0.86rem;
	}
}

@media (max-width: 860px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	.utility-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		text-align: center;
	}

	.utility-menu li {
		min-width: 0;
		max-width: 100%;
	}

	.utility-menu li:last-child,
	.utility-menu li:nth-child(2) {
		text-align: center;
	}

	.nav-inner {
		min-height: 96px;
	}

	.site-branding {
		flex: 1 1 auto;
	}

	.template-logo-link,
	.custom-logo-link {
		max-width: 260px;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.primary-navigation {
		position: absolute;
		left: 16px;
		right: 16px;
		top: calc(100% - 8px);
		display: none;
		padding: 0.5rem;
		background: var(--sp-white);
		box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.27);
	}

	.primary-navigation.is-open {
		display: block;
	}

	.primary-menu {
		display: block;
	}

	.primary-menu a {
		width: 100%;
		justify-content: space-between;
		padding-inline: 0.75rem;
	}

	.primary-menu .sub-menu,
	.primary-menu .children {
		position: static;
		display: block;
		width: 100%;
		box-shadow: none;
	}

	.front-template-hero {
		min-height: 420px;
	}

	.page-hero-inner {
		grid-template-columns: 1fr;
	}

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

	.mobile-footer-bar {
		display: block;
	}
}

@media (max-width: 560px) {
	.site-container {
		width: min(342px, calc(100% - 24px));
	}

	.utility-bar {
		min-height: auto;
		padding-block: 0.55rem;
		font-size: 0.95rem;
	}

	.utility-inner {
		min-height: auto;
	}

	.utility-menu {
		flex-direction: column;
		gap: 0.3rem;
	}

	.utility-menu li {
		width: 100%;
	}

	.utility-menu a {
		max-width: min(342px, calc(100vw - 24px));
	}

	.page-hero h1 {
		font-size: 2.05rem;
	}

	.nav-inner {
		gap: 1rem;
	}

	.template-logo-link,
	.custom-logo-link {
		max-width: 220px;
	}

	.announcement-band {
		font-size: 0.8rem;
		letter-spacing: 0.04em;
		line-height: 1.45;
		overflow-wrap: anywhere;
	}

	.front-template-hero-inner > div {
		max-width: min(342px, calc(100vw - 32px));
	}

	.front-template-hero h1 {
		font-size: 1.55rem;
		line-height: 1.12;
		overflow-wrap: anywhere;
		text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.75);
	}

	.front-template-hero .template-kicker,
	.hero-summary {
		font-size: 0.92rem;
		letter-spacing: 0.08em;
		overflow-wrap: anywhere;
	}

	.mission-band h2 {
		font-size: 1.55rem;
		letter-spacing: 0;
		overflow-wrap: anywhere;
	}

	.footer-main {
		grid-template-columns: 1fr;
		gap: var(--footer-column-gap, 6.6rem);
	}

	.footer-heading {
		margin-bottom: 0.85rem;
		font-size: var(--footer-heading-size, 2.08rem);
	}

	.footer-column p,
	.footer-column p a,
	.footer-link-list li {
		font-size: var(--footer-body-size, 1.42rem);
	}

	.footer-link-list li,
	.footer-link-list a {
		font-size: var(--footer-link-size, 1.42rem);
	}

	.footer-social-links {
		gap: 0.8rem;
		margin-top: 1.25rem;
	}

	.content-surface.site-container,
	.front-page-content > *:not(.alignfull):not(.stpeter-home-hero):not(.announcement-band):not(.mission-band) {
		width: min(342px, calc(100% - 24px));
	}

	.stpeter-home-hero h1 {
		font-size: 1.35rem;
		letter-spacing: 0.12em;
		overflow-wrap: anywhere;
	}

	.entry-content *,
	.page-content *,
	.front-page-content *,
	.footer-heading,
	.footer-credit {
		overflow-wrap: anywhere;
	}

	.wp-block-button__link,
	input[type="submit"] {
		max-width: 100%;
		text-align: center;
		white-space: normal;
	}
}
