/* Layout and responsive details that cannot be expressed cleanly in theme.json. */

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

html {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	min-height: 100%;
}

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

.wp-site-blocks > * {
	margin-block-start: 0;
}

.site-main {
	flex: 1 0 auto;
}

.site-footer {
	flex: 0 0 auto;
}

.site-main > * {
	margin-block-start: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
.wp-block-heading,
.wp-block-post-title {
	font-family: var(--wp--preset--font-family--headline);
	font-variation-settings: "SOFT" 60, "WONK" 1;
}

a:hover {
	text-decoration-thickness: 2px;
}

/* Header */
.site-header {
	background: transparent;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

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

.site-header__inner {
	gap: clamp(20px, 4vw, 40px);
	padding: clamp(18px, 3vw, 28px) clamp(20px, 4.1vw, 56px);
}

.site-header .wp-block-site-logo,
.site-header .custom-logo-link {
	line-height: 0;
}

.site-header .custom-logo {
	display: block;
	filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3));
	height: auto;
	max-width: none;
	width: clamp(132px, 13vw, 176px);
}

.site-header .wp-block-navigation-item__content {
	border-bottom: 2px solid transparent;
	color: var(--wp--preset--color--background) !important;
	font-size: clamp(15px, 1.25vw, 17px);
	font-weight: 600;
	line-height: normal;
	padding: 12px 0;
	text-decoration: none;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
	transition: border-color 150ms ease;
	white-space: nowrap;
}

.site-header .wp-block-navigation-item__content:hover,
.site-header .wp-block-navigation-item__content:focus-visible,
.site-header .current-menu-item > .wp-block-navigation-item__content,
.site-header .wp-block-navigation-item__content[aria-current="page"] {
	border-bottom-color: var(--wp--preset--color--accent);
	text-decoration: none;
}

.site-header .wp-block-navigation-item__content:focus-visible,
.site-header .wp-block-navigation__responsive-container-open:focus-visible,
.site-header .wp-block-navigation__responsive-container-close:focus-visible {
	border-radius: 2px;
	outline: 3px solid var(--wp--preset--color--background);
	outline-offset: 3px;
}

.site-header .wp-block-navigation__responsive-container-open,
.site-header .wp-block-navigation__responsive-container-close {
	color: var(--wp--preset--color--background);
}

.site-header--solid {
	background: var(--wp--preset--color--foreground);
}

.site-header--solid + .blank-content-canvas {
	padding-top: 132px;
}

/* Footer */
.site-footer__inner {
	gap: var(--wp--preset--spacing--medium);
	padding: 40px clamp(20px, 4.1vw, 56px);
}

.footer-copy {
	align-self: flex-start;
	display: flex;
	flex-direction: column;
	font-style: normal;
	gap: 4px;
	line-height: normal;
	min-width: min(100%, 330px);
}

.footer-copy > * {
	margin-block: 0 !important;
}

.footer-copy p {
	margin: 0;
}

.footer-copy strong {
	color: var(--wp--preset--color--background);
	font-family: var(--wp--preset--font-family--headline);
	font-size: 20px;
	font-variation-settings: "SOFT" 60, "WONK" 1;
	font-weight: 400;
}

.site-footer a,
.site-footer .wp-block-navigation-item__content {
	color: var(--wp--preset--color--background);
	opacity: 0.88;
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible,
.site-footer .wp-block-navigation-item__content:hover,
.site-footer .wp-block-navigation-item__content:focus-visible {
	color: var(--wp--preset--color--accent);
	opacity: 1;
	text-decoration: underline;
}

.site-footer a:focus-visible {
	border-radius: 2px;
	outline: 3px solid var(--wp--preset--color--background);
	outline-offset: 3px;
}

/* Hero sections */
.page-hero,
.career-hero {
	background: var(--wp--preset--color--foreground);
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

.page-hero::before,
.career-hero::before {
	content: none;
	display: none;
}

.page-hero > *,
.career-hero > * {
	position: relative;
	z-index: 1;
}

.wp-block-cover.page-hero .wp-block-cover__background {
	z-index: 0;
}

.wp-block-cover.page-hero .wp-block-cover__image-background {
	z-index: -1;
}

.wp-block-cover.page-hero:has(.wp-block-cover__image-background) {
	min-height: 473px !important;
}

.wp-block-cover.page-hero:has(.wp-block-cover__image-background)::before {
	display: none;
}

.page-hero .wp-block-post-title,
.page-hero .wp-block-query-title,
.page-hero h1,
.career-hero .wp-block-post-title {
	color: var(--wp--preset--color--background);
	font-weight: 400;
	margin-inline: auto;
	max-width: 20ch;
}

.page-hero--compact {
	min-height: 360px;
	padding: 168px clamp(20px, 5vw, 64px) 64px;
}

.page-hero--compact .wp-block-term-description {
	margin-inline: auto;
	max-width: 70ch;
}

.page-content,
.single-content,
.query-content,
.error-content {
	padding-bottom: var(--wp--preset--spacing--3-x-large);
	padding-top: var(--wp--preset--spacing--2-x-large);
}

.page-content p,
.single-content p {
	max-width: 70ch;
}

/* Editorial single-post layout */
body.single-post .site-header {
	background: transparent;
	position: absolute;
}

body.single-post .site-header .wp-block-navigation-item__content {
	color: var(--wp--preset--color--background) !important;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

body.single-post .site-header .wp-block-navigation__responsive-container-open {
	color: var(--wp--preset--color--background);
}

.single-post-hero .wp-block-post-title {
	max-width: 24ch;
}

.single-post-layout {
	align-items: start;
	display: grid;
	gap: clamp(32px, 5.2vw, 56px);
	grid-template-columns: minmax(0, 2.55fr) minmax(220px, 1fr);
	max-width: 980px;
	padding-bottom: 0;
	padding-top: clamp(52px, 6vw, 76px);
}

.single-post-article,
.single-post-sidebar {
	min-width: 0;
}

.single-post-article > * {
	margin-block-start: 0;
}

.single-post-featured-frame {
	position: relative;
}

.single-post-featured-frame .wp-block-post-featured-image {
	aspect-ratio: 1.45;
	margin: 0;
	overflow: hidden;
}

.single-post-featured-frame .wp-block-post-featured-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-post-category {
	background: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--surface);
	font-size: 0.7rem;
	font-weight: 800;
	left: 0;
	letter-spacing: 0.12em;
	line-height: 1;
	padding: 11px 14px;
	position: absolute;
	text-transform: uppercase;
	top: 20px;
}

.single-post-category a {
	color: inherit;
	text-decoration: none;
}

.single-post-date {
	color: var(--wp--preset--color--foreground);
	display: block;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-top: 10px !important;
	text-transform: uppercase;
}

.single-post-dek {
	font-size: 1.05rem;
	line-height: 1.6;
	margin: 16px 0 0 !important;
	max-width: 62ch;
}

.single-post-article .wp-block-post-content {
	margin-top: 24px;
}

.single-post-article .wp-block-post-content > * {
	max-width: 70ch;
}

.single-post-article .wp-block-post-content p {
	line-height: 1.65;
}

.single-post-article .wp-block-post-content h2,
.single-post-article .wp-block-post-content h3 {
	font-family: var(--wp--preset--font-family--headline);
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.2;
	margin-bottom: 12px;
	margin-top: 36px;
}

.single-post-article .wp-block-post-content h2 {
	font-size: clamp(1.65rem, 2.4vw, 2.15rem);
}

.single-post-article .wp-block-post-content h3 {
	font-size: 1.45rem;
}

.single-post-article .wp-block-post-content .wp-block-pullquote {
	border-left: 4px solid var(--wp--preset--color--secondary);
	border-right: 0;
	margin: 30px 0;
	padding: 10px 20px;
	text-align: left;
}

.single-post-article .wp-block-post-content .wp-block-pullquote p {
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(1.3rem, 2vw, 1.7rem);
	line-height: 1.35;
}

.single-post-back-link {
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-top: 42px !important;
	text-transform: uppercase;
}

.single-post-back-link a {
	color: var(--wp--preset--color--primary);
	text-decoration: none;
}

.single-post-back-link a:hover,
.single-post-back-link a:focus-visible {
	text-decoration: underline;
}

.single-post-sidebar {
	display: grid;
	gap: 18px;
}

.post-widget {
	background: var(--wp--preset--color--surface);
	padding: 28px 24px;
}

.post-widget > * {
	margin-block-start: 0;
}

.post-widget > * + * {
	margin-top: 18px;
}

.post-widget h2 {
	color: var(--wp--preset--color--foreground);
	font-family: var(--wp--preset--font-family--headline);
	font-size: 1.45rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0;
}

.post-search-widget {
	background: var(--wp--preset--color--accent);
}

.post-search-widget h2,
.post-categories-widget h2 {
	font-family: var(--wp--preset--font-family--body);
	font-size: 1.25rem;
	font-weight: 750;
}

.post-search-widget .wp-block-search {
	margin: 0;
}

.post-search-widget .wp-block-search__inside-wrapper {
	border: 0;
	padding: 0;
}

.post-search-widget .wp-block-search__input {
	background: var(--wp--preset--color--surface);
	border: 0;
	border-radius: 0;
	font-size: 0.875rem;
	min-height: 44px;
	padding: 10px 42px 10px 14px;
}

.post-search-widget .wp-block-search__button {
	background: transparent;
	border: 0;
	color: var(--wp--preset--color--primary);
	margin-left: -44px;
	min-height: 44px;
	padding: 8px 10px;
}

.post-search-widget .wp-block-search__button:hover {
	background: transparent;
	color: var(--wp--preset--color--foreground);
	transform: none;
}

.single-post-categories,
.single-post-categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-post-categories li {
	border-bottom: 1px solid rgba(30, 77, 43, 0.12);
	font-family: var(--wp--preset--font-family--headline);
	font-size: 0.875rem;
	padding: 10px 0;
	text-align: center;
}

.single-post-categories li:first-child {
	padding-top: 0;
}

.single-post-categories li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.single-post-categories a {
	text-decoration: none;
}

.single-post-recent-posts {
	display: grid;
	gap: 12px;
	margin: 0;
}

.single-post-recent-posts li {
	border-bottom: 1px solid rgba(30, 77, 43, 0.12);
	font-family: var(--wp--preset--font-family--headline);
	font-size: 0.9rem;
	line-height: 1.2;
	margin: 0 !important;
	min-height: 58px;
	padding-bottom: 12px;
}

.single-post-recent-posts li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.single-post-recent-posts .wp-block-latest-posts__featured-image {
	margin: 0 10px 0 0;
}

.single-post-recent-posts .wp-block-latest-posts__featured-image img {
	height: 58px;
	object-fit: cover;
	width: 58px;
}

.single-post-recent-posts a {
	text-decoration: none;
}

.single-post-recent-posts .wp-block-latest-posts__post-date {
	color: var(--wp--preset--color--foreground);
	display: block;
	font-family: var(--wp--preset--font-family--body);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin-top: 5px;
	text-transform: uppercase;
}

.single-post-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.single-post-tags a {
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--foreground) !important;
	font-family: var(--wp--preset--font-family--body);
	font-size: 0.62rem !important;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 7px 9px;
	text-decoration: none;
	text-transform: uppercase;
}

.single-post-related {
	max-width: 980px;
	padding-bottom: var(--wp--preset--spacing--3-x-large);
	padding-top: clamp(52px, 6vw, 76px);
}

.single-post-related > .wp-block-heading,
.single-post-related > .wp-block-query {
	max-width: calc(100% - 316px);
}

.single-post-related > .wp-block-heading {
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(1.65rem, 2.4vw, 2.15rem);
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.2;
	margin-bottom: 18px;
}

.single-post-related-query .wp-block-post-template {
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-post-related-card {
	background: var(--wp--preset--color--surface);
	gap: 16px;
	min-height: 106px;
	padding: 10px;
}

.single-post-related-card .wp-block-post-featured-image {
	flex: 0 0 122px;
	margin: 0;
}

.single-post-related-card .wp-block-post-featured-image img {
	height: 86px;
	object-fit: cover;
	width: 122px;
}

.single-post-related-copy {
	min-width: 0;
}

.single-post-related-category {
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.single-post-related-category a {
	color: var(--wp--preset--color--primary);
	text-decoration: none;
}

.single-post-related-card .wp-block-post-title {
	font-family: var(--wp--preset--font-family--headline);
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 5px 0 0;
}

.single-post-related-card .wp-block-post-title a {
	text-decoration: none;
}

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

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

	.single-post-related > .wp-block-heading,
	.single-post-related > .wp-block-query {
		max-width: 100%;
	}
}

/* Buttons and common content */
.wp-element-button,
.wp-block-button__link {
	box-shadow: var(--wp--custom--shadow--small);
	transition: background-color 150ms ease, color 150ms ease, transform 250ms cubic-bezier(0.34, 1.3, 0.64, 1), box-shadow 250ms ease;
}

.wp-element-button:hover,
.wp-block-button__link:hover {
	box-shadow: var(--wp--custom--shadow--medium);
	text-decoration: none;
	transform: translateY(-2px);
}

.wp-block-button.is-style-outline .wp-block-button__link {
	border-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--foreground);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: var(--wp--preset--color--foreground);
	border-color: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
}

.query-card {
	border-bottom: 2px solid var(--wp--preset--color--accent);
	padding-bottom: var(--wp--preset--spacing--large);
}

.query-card .wp-block-post-title a {
	text-decoration: none;
}

.site-query .wp-block-query-pagination {
	margin-top: var(--wp--preset--spacing--2-x-large);
}

.wp-block-search__input,
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
select,
textarea {
	background: var(--wp--preset--color--surface);
	border: 1px solid rgba(30, 77, 43, 0.25);
	border-radius: var(--wp--custom--radius--small);
	color: var(--wp--preset--color--foreground);
	font: inherit;
	padding: 0.75rem 0.875rem;
}

.wp-block-search__input:focus,
input:focus,
select:focus,
textarea:focus {
	border-color: var(--wp--preset--color--foreground);
	outline: 2px solid rgba(0, 148, 57, 0.25);
	outline-offset: 2px;
}

.gform_wrapper .gfield_label,
.gform_wrapper legend {
	color: var(--wp--preset--color--foreground);
	font-weight: 600;
}

/* Career single */
.career-hero {
	padding: 184px clamp(20px, 4.1vw, 56px) var(--wp--preset--spacing--2-x-large);
}

.career-hero__inner {
	text-align: center;
}

.career-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: var(--wp--preset--spacing--large);
}

.career-meta__badge,
.career-meta__location {
	align-items: center;
	background: var(--wp--preset--color--background);
	border: 1px solid rgba(30, 77, 43, 0.12);
	border-radius: var(--wp--custom--radius--pill);
	color: var(--wp--preset--color--foreground);
	display: inline-flex;
	font-size: 0.8125rem;
	font-weight: 600;
	gap: 8px;
	padding: 7px 14px;
}

.career-meta__badge {
	font-size: 0.78125rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.career-meta__dot {
	background: var(--wp--preset--color--secondary);
	border-radius: 50%;
	height: 7px;
	width: 7px;
}

.career-meta__location svg {
	fill: none;
	height: 15px;
	stroke: var(--wp--preset--color--secondary);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
	width: 15px;
}

.career-layout {
	align-items: start;
	display: grid;
	gap: var(--wp--preset--spacing--x-large);
	grid-template-columns: minmax(0, 1fr);
	padding-bottom: var(--wp--preset--spacing--3-x-large);
	padding-top: var(--wp--preset--spacing--2-x-large);
}

.career-content {
	order: 2;
}

.career-apply {
	border: 1px solid rgba(30, 77, 43, 0.08);
	border-radius: var(--wp--custom--radius--large);
	box-shadow: var(--wp--custom--shadow--large);
	order: 1;
	padding: var(--wp--preset--spacing--large);
}

.career-apply__label {
	font-weight: 700;
	letter-spacing: 0.07em;
	margin-bottom: var(--wp--preset--spacing--small);
	text-transform: uppercase;
}

.career-details__section {
	margin-bottom: var(--wp--preset--spacing--x-large);
}

.career-details__section:last-child {
	margin-bottom: 0;
}

.career-details__section h2 {
	border-bottom: 2px solid var(--wp--preset--color--accent);
	font-size: var(--wp--preset--font-size--section-heading);
	letter-spacing: -0.02em;
	margin: 0 0 var(--wp--preset--spacing--medium);
	padding-bottom: var(--wp--preset--spacing--small);
}

.career-details__section p,
.career-details__section > * {
	max-width: 70ch;
}

.career-details__section p > strong:only-child {
	color: var(--wp--preset--color--foreground);
	display: block;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin: var(--wp--preset--spacing--large) 0 var(--wp--preset--spacing--2-x-small);
	text-transform: uppercase;
}

.career-details__section ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0 0 var(--wp--preset--spacing--medium);
	padding: 0;
}

.career-details__section li {
	line-height: 1.6;
	padding-left: 30px;
	position: relative;
}

.career-details__section li::before {
	background-color: var(--wp--preset--color--primary);
	border-radius: 50%;
	content: "";
	height: 18px;
	left: 0;
	mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpolyline points="20 6 9 17 4 12"/%3E%3C/svg%3E') center / 70% no-repeat;
	position: absolute;
	top: 0.35em;
	width: 18px;
}

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

	.career-content {
		order: 1;
	}

	.career-apply {
		order: 2;
		position: sticky;
		top: var(--wp--preset--spacing--large);
	}
}

@media (max-width: 781px) {
	.wp-block-button.has-custom-width:not(.wp-block-button__width-100) {
		width: auto !important;
	}

	.site-query .wp-block-post-template {
		grid-template-columns: minmax(0, 1fr);
	}
}

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

	body.admin-bar.single-post .site-header {
		top: 0;
	}

	.site-header__inner {
		align-items: center;
	}

	.site-header .wp-block-navigation__responsive-container.is-menu-open {
		padding: var(--wp--preset--spacing--large);
	}

	.site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		color: var(--wp--preset--color--background) !important;
		font-size: 1.25rem;
	}

	.site-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.single-post-layout {
		gap: 42px;
		padding-top: 40px;
	}

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

	.post-widget {
		padding: 24px 20px;
	}

	.single-post-related {
		padding-bottom: 64px;
		padding-top: 42px;
	}

	.single-post-related-card .wp-block-post-featured-image {
		flex-basis: 96px;
	}

	.single-post-related-card .wp-block-post-featured-image img {
		height: 76px;
		width: 96px;
	}

	.page-hero--compact,
	.career-hero {
		padding-top: 224px;
	}

	.wp-block-cover.page-hero {
		min-height: 420px !important;
		padding-top: 136px;
	}
}

/* News & Stories listing page */
.news-intro {
	padding: clamp(48px, 6vw, 82px) 0 clamp(24px, 3vw, 40px);
	text-align: center;
}

.news-intro__eyebrow {
	color: var(--wp--preset--color--primary);
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0 0 14px !important;
	text-transform: uppercase;
}

.news-intro__lead {
	color: var(--wp--preset--color--foreground);
	margin: 0 auto !important;
}

.news-layout {
	align-items: start;
	display: grid;
	gap: clamp(32px, 5vw, 64px);
	grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
	padding-bottom: var(--wp--preset--spacing--3-x-large);
	padding-top: var(--wp--preset--spacing--large);
}

.news-listing,
.news-sidebar {
	min-width: 0;
}

.news-list.is-layout-grid {
	gap: clamp(24px, 3vw, 38px) clamp(20px, 2.5vw, 28px);
}

.news-card {
	background: var(--wp--preset--color--surface);
	box-shadow: var(--wp--custom--shadow--medium);
	overflow: hidden;
}

.news-card > * {
	margin-block-start: 0;
}

.news-card-media {
	margin: 0;
}

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

.news-card-content {
	display: grid;
	gap: 6px;
	padding: clamp(20px, 2.6vw, 30px);
}

.news-card-category,
.news-card-category a {
	color: var(--wp--preset--color--primary);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.news-card-title {
	font-family: var(--wp--preset--font-family--headline);
	font-size: clamp(1.25rem, 1.8vw, 1.5rem);
	font-weight: 500;
	line-height: 1.2;
	margin: 4px 0 0 !important;
}

.news-card-title a {
	text-decoration: none;
}

.news-card-excerpt {
	color: var(--wp--preset--color--foreground);
	font-size: 0.9375rem;
	line-height: 1.6;
	margin: 6px 0 0 !important;
}

.news-read-more {
	align-items: center;
	color: var(--wp--preset--color--primary);
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 800;
	gap: 6px;
	letter-spacing: 0.08em;
	margin-top: 4px;
	text-decoration: none;
	text-transform: uppercase;
}

.news-read-more::after {
	content: "\2192";
	font-size: 1.05rem;
	transition: transform 150ms ease;
}

.news-read-more:hover::after,
.news-read-more:focus-visible::after {
	transform: translateX(4px);
}

.news-card-meta {
	color: #68756a;
	display: block;
	font-size: 0.6875rem;
	letter-spacing: 0.08em;
	margin-top: 6px !important;
	text-transform: uppercase;
}

.news-list.is-layout-grid > .wp-block-post:first-child {
	grid-column: 1 / -1;
}

.news-list.is-layout-grid > .wp-block-post:first-child .news-card {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.news-list.is-layout-grid > .wp-block-post:first-child .news-card-media {
	height: 100%;
}

.news-list.is-layout-grid > .wp-block-post:first-child .news-card-media img {
	aspect-ratio: auto;
	height: 100%;
	min-height: 330px;
}

.news-list.is-layout-grid > .wp-block-post:first-child .news-card-title {
	font-size: clamp(1.75rem, 3vw, 2.375rem);
}

.news-sidebar {
	display: grid;
	gap: 18px;
}

.news-categories-list,
.news-categories-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news-categories-list li {
	border-bottom: 1px solid rgba(30, 77, 43, 0.12);
	font-family: var(--wp--preset--font-family--headline);
	font-size: 0.875rem;
	padding: 10px 0;
	text-align: center;
}

.news-categories-list li:first-child {
	padding-top: 0;
}

.news-categories-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.news-categories-list a {
	text-decoration: none;
}

.news-recent-posts {
	display: grid;
	gap: 12px;
	margin: 0;
}

.news-recent-posts li {
	border-bottom: 1px solid rgba(30, 77, 43, 0.12);
	font-family: var(--wp--preset--font-family--headline);
	font-size: 0.9rem;
	line-height: 1.2;
	margin: 0 !important;
	padding-bottom: 12px;
}

.news-recent-posts li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.news-recent-posts a {
	text-decoration: none;
}

.news-recent-posts .wp-block-latest-posts__post-date {
	color: var(--wp--preset--color--foreground);
	display: block;
	font-family: var(--wp--preset--font-family--body);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	margin-top: 5px;
	text-transform: uppercase;
}

.news-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

.news-tags a {
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground) !important;
	font-family: var(--wp--preset--font-family--body);
	font-size: 0.62rem !important;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 7px 9px;
	text-decoration: none;
	text-transform: uppercase;
}

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

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

@media (max-width: 781px) {
	.news-list.is-layout-grid > .wp-block-post:first-child .news-card {
		grid-template-columns: minmax(0, 1fr);
	}

	.news-list.is-layout-grid > .wp-block-post:first-child .news-card-media img {
		height: auto;
		min-height: 0;
	}
}

@media (max-width: 640px) {
	.news-sidebar {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* Featured hero background media */
.featured-hero {
	align-items: center;
	display: flex;
	isolation: isolate;
	justify-content: center;
	min-height: 360px;
	overflow: hidden;
	position: relative;
}

.featured-hero:has(.featured-hero__media) {
	min-height: 473px;
}

.featured-hero--rich {
	background: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
}

/*
 * Content position — mirrors core/cover's contentPosition matrix (vertical
 * align-items, horizontal justify-content). Applies only to the content
 * layer's placement; the media layer below always fills the hero via
 * object-fit: cover regardless of position.
 */
.featured-hero--position-top-left {
	align-items: flex-start;
	justify-content: flex-start;
}

.featured-hero--position-top-center {
	align-items: flex-start;
	justify-content: center;
}

.featured-hero--position-top-right {
	align-items: flex-start;
	justify-content: flex-end;
}

.featured-hero--position-center-left {
	align-items: center;
	justify-content: flex-start;
}

.featured-hero--position-center {
	align-items: center;
	justify-content: center;
}

.featured-hero--position-center-right {
	align-items: center;
	justify-content: flex-end;
}

.featured-hero--position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start;
}

.featured-hero--position-bottom-center {
	align-items: flex-end;
	justify-content: center;
}

.featured-hero--position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end;
}

.featured-hero--position-top-left .featured-hero__content,
.featured-hero--position-center-left .featured-hero__content,
.featured-hero--position-bottom-left .featured-hero__content {
	text-align: left;
}

.featured-hero--position-top-right .featured-hero__content,
.featured-hero--position-center-right .featured-hero__content,
.featured-hero--position-bottom-right .featured-hero__content {
	text-align: right;
}

.featured-hero > .featured-hero__media {
	inset: 0;
	position: absolute;
	z-index: 0;
}

.featured-hero__media-fallback,
.featured-hero__media-video {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.featured-hero__media::after {
	background: var(--wp--preset--color--foreground);
	content: "";
	inset: 0;
	opacity: 0.5;
	position: absolute;
}

.featured-hero__content {
	max-width: var(--wp--style--global--content-size, 800px);
	padding-left: clamp(20px, 4.1vw, 56px);
	padding-right: clamp(20px, 4.1vw, 56px);
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

/*
 * Vertical inset applied only on the edge(s) the content is actually next
 * to, so content anchored to the bottom (or top) hugs that edge instead of
 * floating inside a symmetrically-padded box — matching the reference
 * homepage hero, where the copy sits flush against the bottom with no
 * wasted space above it.
 */
.featured-hero--position-top-left .featured-hero__content,
.featured-hero--position-top-center .featured-hero__content,
.featured-hero--position-top-right .featured-hero__content {
	padding-top: var(--wp--preset--spacing--2-x-large);
}

.featured-hero--position-center-left .featured-hero__content,
.featured-hero--position-center .featured-hero__content,
.featured-hero--position-center-right .featured-hero__content {
	padding-bottom: var(--wp--preset--spacing--2-x-large);
	padding-top: var(--wp--preset--spacing--2-x-large);
}

.featured-hero--position-bottom-left .featured-hero__content,
.featured-hero--position-bottom-center .featured-hero__content,
.featured-hero--position-bottom-right .featured-hero__content {
	padding-bottom: var(--wp--preset--spacing--2-x-large);
}

@media (max-width: 640px) {
	.featured-hero--position-bottom-left .featured-hero__content,
	.featured-hero--position-bottom-center .featured-hero__content,
	.featured-hero--position-bottom-right .featured-hero__content {
		padding-bottom: var(--wp--preset--spacing--3-x-large);
	}
}

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

	.featured-hero__media-video {
		display: none;
	}

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