/*
Theme Name: Wasatch N Scale
Theme URI: https://wasatchnscale.net/
Author: Wasatch N Scale Model Railroad Club
Description: Accessible public block theme for the Wasatch N Scale Model Railroad Club.
Requires at least: 6.8
Requires PHP: 8.2
Version: 0.12.3
Text Domain: wasatch-n-scale
*/

:root {
	--wns-border: 1px solid rgba(37, 42, 40, 0.16);
	--wns-shadow: 0 18px 45px rgba(37, 42, 40, 0.08);
}

html {
	scroll-padding-top: 7rem;
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

a {
	text-underline-offset: 0.18em;
	text-decoration-thickness: 0.08em;
}

a:hover {
	text-decoration-thickness: 0.12em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.wp-element-button:focus-visible {
	outline: 3px solid var(--wp--preset--color--gold);
	outline-offset: 4px;
}

.skip-link {
	background: var(--wp--preset--color--paper);
	color: var(--wp--preset--color--charcoal);
	font-weight: 700;
	left: 1rem;
	padding: 0.75rem 1rem;
	position: fixed;
	top: -8rem;
	z-index: 100000;
}

.skip-link:focus {
	top: 1rem;
}

.site-header {
	background: rgba(248, 246, 240, 0.98);
	border-bottom: var(--wns-border);
	box-shadow: 0 8px 24px rgba(37, 42, 40, 0.06);
	position: relative;
}

.wp-site-blocks > header.wp-block-template-part {
	position: sticky;
	top: 0;
	z-index: 100;
}

.admin-bar .wp-site-blocks > header.wp-block-template-part {
	top: 32px;
}

.site-header::after {
	background: var(--wp--preset--color--pine);
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}

.site-brand {
	align-items: center;
	display: flex;
	gap: 0.8rem;
}

.site-header-inner {
	align-items: center !important;
	gap: 1.5rem;
	padding-bottom: 0.6rem !important;
	padding-top: 0.6rem !important;
}

.wns-mark {
	align-items: center;
	background-color: transparent;
	background-image: url("assets/images/club-logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 0;
	border-radius: 50%;
	box-shadow: none;
	color: transparent;
	display: inline-flex;
	font-family: var(--wp--preset--font-family--display);
	font-size: 0;
	font-weight: 800;
	height: 3rem;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1;
	width: 3rem;
}

.site-title-lockup {
	line-height: 1.05;
}

.site-title-lockup .wp-block-site-title {
	font-family: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
	font-size: clamp(1.3rem, 1.12rem + 0.7vw, 1.7rem) !important;
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.05;
	margin: 0;
	white-space: nowrap;
}

.site-title-lockup .wp-block-site-title a {
	color: var(--wp--preset--color--charcoal);
	text-decoration: none;
}

.site-title-lockup .wp-block-site-tagline {
	margin-top: 0.25rem;
}

.primary-navigation,
.primary-navigation .wp-block-navigation__container {
	align-items: center !important;
}

.primary-navigation .wp-block-navigation-item {
	align-items: center;
	display: flex;
	height: 44px;
}

.primary-navigation .wp-block-navigation-item__content {
	align-items: center;
	box-sizing: border-box;
	border-radius: 0;
	display: grid;
	font-size: 0.78rem;
	font-weight: 750;
	height: 44px;
	justify-items: center;
	letter-spacing: 0.045em;
	line-height: 1;
	min-height: 44px;
	padding: 0 0.62rem;
	place-items: center;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-navigation .wp-block-navigation-item__label {
	display: block;
	line-height: 1;
	transform: translateY(1px);
}

.primary-navigation .wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--red);
}

.prototype-banner {
	background: var(--wp--preset--color--deep-green) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	color: var(--wp--preset--color--cream) !important;
	letter-spacing: 0.04em;
}

.interior-hero {
	background-image:
		linear-gradient(115deg, rgba(93, 109, 101, 0.32), transparent 58%),
		repeating-linear-gradient(
			90deg,
			transparent 0 7rem,
			rgba(237, 233, 223, 0.035) 7rem 7.08rem
		);
	overflow: hidden;
	position: relative;
}

.interior-hero::after {
	border: 2px solid rgba(237, 233, 223, 0.08);
	border-radius: 50%;
	content: "";
	height: 32rem;
	pointer-events: none;
	position: absolute;
	right: -16rem;
	top: -18rem;
	width: 32rem;
}

.interior-hero-grid {
	align-items: center !important;
	position: relative;
	z-index: 1;
}

.interior-title {
	max-width: 13ch;
	text-wrap: balance;
}

.page-lead {
	max-width: 62ch;
}

.interior-hero-card {
	background: rgba(248, 246, 240, 0.08);
	border: 1px solid rgba(248, 246, 240, 0.2);
	border-top: 3px solid var(--wp--preset--color--gold);
	padding: 2rem !important;
}

.wayfinding-list {
	margin: 0;
	padding-left: 1.25rem;
}

.wayfinding-list li + li {
	margin-top: 0.65rem;
}

.hero-fact {
	border-top: 1px solid rgba(248, 246, 240, 0.18);
	padding-top: 1rem;
}

.hero-fact:first-of-type {
	border-top: 0;
	padding-top: 0;
}

.hero-fact > * {
	margin-bottom: 0;
	margin-top: 0;
}

.hero-fact-value {
	color: var(--wp--preset--color--gold);
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.45rem, 3vw, 2rem);
	font-weight: 800;
	line-height: 1.05;
}

.page-section {
	position: relative;
}

.info-panel {
	border-left: 5px solid var(--wp--preset--color--gold);
	max-width: var(--wp--style--global--wide-size);
	padding: 1rem 0 1rem 2rem;
}

.step-list {
	border-top: var(--wns-border);
}

.step-item {
	align-items: flex-start !important;
	border-bottom: var(--wns-border);
	gap: 1.25rem;
	padding: 1.5rem 0;
}

.step-item h3,
.step-item p {
	margin-bottom: 0;
	margin-top: 0;
}

.step-number {
	align-items: center;
	background: var(--wp--preset--color--red);
	border-radius: 50%;
	color: var(--wp--preset--color--white);
	display: inline-flex;
	flex: 0 0 2.5rem;
	font-weight: 800;
	height: 2.5rem;
	justify-content: center;
	line-height: 1;
	width: 2.5rem;
}

.page-cta > .wp-block-group {
	align-items: center;
	gap: 2rem;
}

.page-cta .wp-block-heading {
	max-width: 20ch;
}

.hero-section {
	background-color: var(--wp--preset--color--deep-green) !important;
	background-image:
		linear-gradient(180deg, rgba(37, 42, 40, 0.08), rgba(37, 42, 40, 0.42)),
		linear-gradient(120deg, rgba(93, 109, 101, 0.34), transparent 56%);
	overflow: hidden;
	position: relative;
}

.hero-section::before,
.hero-section::after {
	border: 0;
	content: "";
	pointer-events: none;
	position: absolute;
}

.hero-section::before {
	background:
		repeating-linear-gradient(
			90deg,
			transparent 0 2.5rem,
			rgba(237, 233, 223, 0.08) 2.5rem 2.7rem
		);
	border-bottom: 2px solid rgba(237, 233, 223, 0.15);
	border-top: 2px solid rgba(237, 233, 223, 0.15);
	bottom: 8.5rem;
	height: 1.2rem;
	left: -4%;
	transform: rotate(-4deg);
	width: 52%;
}

.hero-section::after {
	content: none;
}

.hero-grid {
	display: grid !important;
	gap: 0 !important;
	grid-template-columns: minmax(0, 44.5%) minmax(0, 55.5%) !important;
	margin: 0;
	min-height: clamp(32rem, 32vw, 40rem);
	position: relative;
	width: 100%;
	z-index: 2;
}

.hero-grid > .wp-block-column {
	flex-basis: auto !important;
}

.hero-copy-panel {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(3rem, 5vw, 6.5rem);
}

.hero-media-panel {
	align-self: stretch;
	margin: 0;
	min-width: 0;
}

.hero-mosaic {
	display: grid;
	grid-template-rows: 58% 42%;
	height: 100%;
	min-height: 100%;
}

.hero-mosaic figure {
	border-left: 1px solid var(--wp--preset--color--gold);
	margin: 0;
	min-height: 0;
	overflow: hidden;
}

.hero-mosaic-primary {
	border-bottom: 1px solid var(--wp--preset--color--gold);
}

.hero-mosaic-secondary {
	display: grid;
	grid-template-columns: 47% 53%;
	min-height: 0;
}

.hero-mosaic-secondary figure + figure {
	border-left: 1px solid var(--wp--preset--color--gold);
}

.hero-mosaic img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hero-mosaic-secondary figure:last-child img {
	object-position: center 48%;
}

.eyebrow {
	color: var(--wp--preset--color--gold);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hero-title {
	max-width: 13ch;
	overflow-wrap: normal;
	text-wrap: balance;
	word-break: normal;
}

.hero-copy {
	max-width: 48ch;
}

.hero-actions {
	justify-content: flex-start;
}

.hero-actions .wp-block-button__link {
	min-width: 12rem;
	text-align: center;
}

.club-at-a-glance {
	background: rgba(248, 246, 240, 0.07);
	border-bottom: 1px solid rgba(248, 246, 240, 0.14);
	border-top: 1px solid rgba(248, 246, 240, 0.14);
	box-shadow: none;
	display: grid;
	gap: 0 !important;
	grid-template-columns: 1.15fr repeat(3, 1fr);
	padding: 1.4rem max(1.5rem, calc((100vw - 74rem) / 2)) !important;
	position: relative;
	z-index: 2;
}

.club-at-a-glance::before {
	content: none;
}

.glance-item {
	border-left: 1px solid rgba(248, 246, 240, 0.17);
	padding-left: 1.5rem;
	padding-top: 0;
}

.section-heading {
	max-width: 20ch;
	text-wrap: balance;
}

.section-intro {
	max-width: 62ch;
}

.status-card {
	border: 0;
	border-left: 5px solid var(--wp--preset--color--red);
	border-radius: 0.35rem;
	box-shadow: none;
	padding: var(--wp--preset--spacing--50);
}

.status-label {
	align-items: center;
	display: inline-flex;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 800;
	gap: 0.5rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.status-label::before {
	background: var(--wp--preset--color--gold);
	border-radius: 50%;
	content: "";
	height: 0.7rem;
	width: 0.7rem;
}

.featured-event {
	border: var(--wns-border);
	border-top: 4px solid var(--wp--preset--color--gold);
	box-shadow: var(--wns-shadow);
}

.upcoming-event {
	border: var(--wns-border);
	border-left: 4px solid var(--wp--preset--color--pine);
	box-shadow: none;
}

.wns-upcoming-events {
	display: grid;
	gap: var(--wp--preset--spacing--50);
	margin-top: var(--wp--preset--spacing--60);
}

.event-summary-card {
	background: var(--wp--preset--color--white);
	border: var(--wns-border);
	border-left: 4px solid var(--wp--preset--color--pine);
	box-sizing: border-box;
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: minmax(13rem, 17rem) minmax(0, 1fr);
	padding: var(--wp--preset--spacing--50);
	scroll-margin-top: 8rem;
}

.event-summary-featured {
	background: var(--wp--preset--color--cream);
	border-left: var(--wns-border);
	border-top: 4px solid var(--wp--preset--color--gold);
	box-shadow: var(--wns-shadow);
}

.event-summary-media {
	align-self: start;
	background: var(--wp--preset--color--paper);
	border: var(--wns-border);
	margin: 0;
	padding: 0.65rem;
}

.event-summary-media img {
	display: block;
	filter: saturate(0.78) contrast(0.96);
	height: auto;
	width: 100%;
}

.event-summary-content {
	align-self: center;
	min-width: 0;
}

.event-summary-title {
	margin-bottom: 0.75rem;
	margin-top: 0;
	text-wrap: balance;
}

.event-summary-title a {
	color: inherit;
	text-decoration: none;
}

.event-summary-title a:hover,
.event-summary-title a:focus-visible {
	color: var(--wp--preset--color--red);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.event-detail-shell {
	min-height: 60vh;
}

.event-detail-back,
.event-detail-past-note {
	max-width: var(--wp--style--global--wide-size);
}

.event-detail-back {
	font-weight: 700;
	margin-bottom: var(--wp--preset--spacing--40);
}

.event-detail-page {
	padding: clamp(1.5rem, 4vw, 3rem);
}

.event-detail-past-note {
	background: var(--wp--preset--color--cream);
	border-left: 4px solid var(--wp--preset--color--gold);
	box-sizing: border-box;
	margin-top: var(--wp--preset--spacing--50);
	padding: var(--wp--preset--spacing--50);
}

.featured-event,
.upcoming-event,
.events-empty-state {
	box-sizing: border-box;
	padding: var(--wp--preset--spacing--50);
	scroll-margin-top: 8rem;
}

.events-empty-state {
	background: var(--wp--preset--color--cream);
	border-left: 5px solid var(--wp--preset--color--gold);
}

.featured-event-grid,
.upcoming-event-grid {
	align-items: flex-start !important;
}

.featured-event-media,
.upcoming-event-media {
	align-self: flex-start;
}

.featured-event-media {
	flex-basis: 34% !important;
}

.upcoming-event-media {
	flex-basis: 31% !important;
}

.event-detail-content {
	display: flex;
	flex-basis: 66% !important;
	flex-direction: column;
	justify-content: flex-start;
	min-width: 0;
}

.upcoming-event-grid .event-detail-content {
	flex-basis: 69% !important;
}

.event-detail-content-full {
	flex-basis: 100% !important;
}

.event-flyer {
	background: var(--wp--preset--color--paper);
	border: var(--wns-border);
	margin: 0;
	padding: 0.65rem;
}

.event-flyer img {
	display: block;
	filter: saturate(0.78) contrast(0.96);
	height: auto;
	width: 100%;
}

.event-flyer figcaption {
	color: var(--wp--preset--color--slate);
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.45;
	margin: 0.75rem 0.25rem 0.15rem;
	text-align: left;
}

.event-card-header {
	margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.event-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem !important;
	margin-bottom: 1.25rem;
}

.event-badge {
	background: rgba(93, 109, 101, 0.12);
	border: 1px solid rgba(93, 109, 101, 0.28);
	border-radius: 999px;
	color: var(--wp--preset--color--deep-green);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.065em;
	margin: 0;
	padding: 0.48rem 0.75rem;
	text-transform: uppercase;
}

.event-badge-primary {
	background: var(--wp--preset--color--red);
	border-color: var(--wp--preset--color--red);
	color: var(--wp--preset--color--white);
}

.event-badge-secondary {
	background: var(--wp--preset--color--pine);
	border-color: var(--wp--preset--color--pine);
	color: var(--wp--preset--color--white);
}

.event-title {
	max-width: 21ch;
	text-wrap: balance;
}

.event-card-header .event-title {
	margin-bottom: 0.75rem;
	margin-top: 0;
}

.event-date-line {
	color: var(--wp--preset--color--red);
	margin: 0;
}

.event-location {
	border-left: 3px solid var(--wp--preset--color--gold);
	line-height: 1.55;
	padding-left: 1rem;
}

.event-schedule {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 1.4rem 0;
}

.event-schedule-two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.event-day {
	background: var(--wp--preset--color--paper);
	border: var(--wns-border);
	border-top: 3px solid var(--wp--preset--color--pine);
	padding: 1rem !important;
}

.event-day p {
	margin: 0;
}

.event-day-name {
	color: var(--wp--preset--color--deep-green);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.event-day-date {
	color: var(--wp--preset--color--slate);
	font-size: var(--wp--preset--font-size--small);
	margin-top: 0.2rem !important;
}

.event-day-time {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1rem, 1.6vw, 1.2rem);
	font-weight: 750;
	line-height: 1.25;
	margin-top: 0.7rem !important;
}

.event-admission {
	background: rgba(184, 151, 88, 0.14);
	border-left: 4px solid var(--wp--preset--color--gold);
	margin: 0.5rem 0 1.25rem;
	padding: 0.9rem 1rem !important;
}

.event-admission p {
	margin: 0;
}

.event-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.4rem;
}

.event-action-secondary {
	background: transparent !important;
	border: 2px solid currentColor;
	color: var(--wp--preset--color--charcoal) !important;
}

.event-source {
	border-top: var(--wns-border);
	margin-top: 1.5rem;
	padding-top: 1rem;
}

.about-history-note {
	background: rgba(184, 151, 88, 0.14);
	border-left: 4px solid var(--wp--preset--color--gold);
	margin-top: 1.5rem;
	padding: 1rem 1.15rem !important;
}

.about-history-note p {
	margin: 0;
}

.modular-principles > .wp-block-column {
	display: flex;
}

.modular-principles .feature-card {
	box-sizing: border-box;
	width: 100%;
}

.feature-card {
	border: 0;
	border-top: 2px solid var(--wp--preset--color--pine);
	box-shadow: none;
	height: 100%;
	transition: border-color 150ms ease, transform 150ms ease;
}

.feature-card:hover {
	border-color: var(--wp--preset--color--pine);
	transform: translateY(-3px);
}

.feature-number {
	align-items: center;
	background: var(--wp--preset--color--red);
	border-radius: 50%;
	color: var(--wp--preset--color--white);
	display: inline-flex;
	font-family: var(--wp--preset--font-family--display);
	font-size: 0.85rem;
	font-weight: 800;
	height: 2.6rem;
	justify-content: center;
	line-height: 1;
	width: 2.6rem;
}

.gallery-placeholder {
	align-items: flex-end;
	background:
		linear-gradient(135deg, rgba(37, 42, 40, 0.14), rgba(37, 42, 40, 0.78)),
		repeating-linear-gradient(
			-45deg,
			var(--wp--preset--color--pine) 0 2.4rem,
			var(--wp--preset--color--deep-green) 2.4rem 4.8rem
		);
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	min-height: 22rem;
	overflow: hidden;
	padding: var(--wp--preset--spacing--50);
	position: relative;
}

.gallery-placeholder::before {
	border-bottom: 2px solid rgba(248, 246, 240, 0.24);
	border-top: 2px solid rgba(248, 246, 240, 0.24);
	content: "";
	height: 0.8rem;
	left: -10%;
	position: absolute;
	top: 30%;
	transform: rotate(-8deg);
	width: 120%;
}

.gallery-placeholder > * {
	position: relative;
	z-index: 2;
}

.gallery-placeholder-link {
	cursor: pointer;
	transition: border-color 150ms ease, transform 150ms ease;
}

.gallery-placeholder-link:hover {
	border-color: var(--wp--preset--color--gold);
	transform: translateY(-3px);
}

.gallery-card-copy {
	width: 100%;
}

.gallery-card-copy > * {
	margin-bottom: 0;
	margin-top: 0;
}

.gallery-card-copy > * + * {
	margin-top: 0.55rem;
}

.gallery-card-link {
	color: var(--wp--preset--color--cream);
	text-decoration: none;
}

.gallery-card-link::after {
	content: "";
	inset: 0;
	position: absolute;
	z-index: 4;
}

.gallery-card-link:hover {
	color: var(--wp--preset--color--cream);
}

.gallery-card-link:focus-visible::after {
	border: 3px solid var(--wp--preset--color--gold);
	border-radius: 0.25rem;
	inset: 0.45rem;
}

.gallery-note {
	border-left: 4px solid var(--wp--preset--color--gold);
}

.fact-strip {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.fact-value {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.6rem, 4vw, 2.6rem);
	font-weight: 800;
	line-height: 1;
}

.news-placeholder {
	border-top: 2px solid var(--wp--preset--color--red);
}

.contact-card {
	border: 0;
	border-left: 5px solid var(--wp--preset--color--red);
	box-shadow: none;
}

.contact-card > .wp-block-heading {
	margin-bottom: 0.35rem;
}

.contact-card > .wp-block-heading + .wp-block-paragraph {
	margin-top: 0;
}

.wns-contact-form-shell {
	margin-top: 0.9rem;
}

.wns-contact-form {
	display: grid;
	gap: 0.85rem;
}

.wns-form-grid {
	display: grid;
	gap: 0.85rem 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wns-form-field {
	display: grid;
	gap: 0.3rem;
}

.wns-contact-form > br,
.wns-contact-form > p:empty,
.wns-form-field > br,
.wns-contact-website > br,
.wns-consent-field > br {
	display: none;
	margin: 0;
}

.wns-form-field label,
.wns-consent-field {
	color: var(--wp--preset--color--charcoal);
	font-size: 0.95rem;
	font-weight: 750;
}

.wns-form-field input,
.wns-form-field select,
.wns-form-field textarea {
	appearance: none;
	background: var(--wp--preset--color--white);
	border: 1px solid rgba(37, 42, 40, 0.38);
	border-radius: 0.2rem;
	box-sizing: border-box;
	color: var(--wp--preset--color--charcoal);
	font: inherit;
	line-height: 1.4;
	min-height: 2.75rem;
	padding: 0.6rem 0.75rem;
	width: 100%;
}

.wns-form-field select {
	background-image:
		linear-gradient(45deg, transparent 50%, var(--wp--preset--color--deep-green) 50%),
		linear-gradient(135deg, var(--wp--preset--color--deep-green) 50%, transparent 50%);
	background-position:
		calc(100% - 1.1rem) 1.3rem,
		calc(100% - 0.8rem) 1.3rem;
	background-repeat: no-repeat;
	background-size: 0.35rem 0.35rem, 0.35rem 0.35rem;
	padding-right: 2.4rem;
}

.wns-form-field textarea {
	min-height: 7.25rem;
	resize: vertical;
}

.wns-form-field input:focus,
.wns-form-field select:focus,
.wns-form-field textarea:focus,
.wns-consent-field input:focus-visible {
	border-color: var(--wp--preset--color--red);
	box-shadow: 0 0 0 3px rgba(138, 75, 75, 0.2);
	outline: 2px solid transparent;
}

.wns-field-help,
.wns-form-privacy {
	color: var(--wp--preset--color--slate);
	font-size: var(--wp--preset--font-size--small);
	line-height: 1.55;
	margin: 0;
}

.wns-consent-field {
	align-items: flex-start;
	display: flex;
	gap: 0.6rem;
	line-height: 1.45;
}

.wns-consent-field input {
	accent-color: var(--wp--preset--color--red);
	flex: 0 0 auto;
	height: 1.25rem;
	margin: 0.2rem 0 0;
	width: 1.25rem;
}

.wns-contact-submit {
	align-items: center;
	background: var(--wp--preset--color--red);
	border: 0;
	border-radius: 999px;
	color: var(--wp--preset--color--white);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 800;
	justify-content: center;
	justify-self: start;
	min-height: 48px;
	padding: 0.75rem 1.6rem;
}

.wns-contact-submit:hover {
	background: var(--wp--preset--color--charcoal);
}

.wns-contact-submit:focus-visible {
	box-shadow: 0 0 0 3px var(--wp--preset--color--paper), 0 0 0 6px var(--wp--preset--color--red);
	outline: 2px solid transparent;
}

.wns-form-notice {
	border-left: 4px solid;
	margin-bottom: 1.5rem;
	padding: 1rem 1.1rem;
}

.wns-form-notice p,
.wns-form-notice ul {
	margin-bottom: 0;
	margin-top: 0.4rem;
}

.wns-form-success {
	background: rgba(93, 109, 101, 0.13);
	border-color: var(--wp--preset--color--pine);
}

.wns-form-error {
	background: rgba(138, 75, 75, 0.1);
	border-color: var(--wp--preset--color--red);
}

.wns-contact-website {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

#about > .wp-block-group:first-child {
	align-items: start;
	display: grid;
	gap: 1rem 5rem;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	max-width: var(--wp--style--global--wide-size);
}

#about > .wp-block-group:first-child .eyebrow {
	grid-column: 1 / -1;
	text-align: left !important;
}

#about > .wp-block-group:first-child .wp-block-heading,
#about > .wp-block-group:first-child .has-lead-font-size {
	margin: 0;
	text-align: left !important;
}

#join {
	background: var(--wp--preset--color--deep-green) !important;
}

#join .wp-block-button__link {
	background: var(--wp--preset--color--red) !important;
}

.site-footer a {
	color: var(--wp--preset--color--cream);
}

.site-footer a:hover {
	color: var(--wp--preset--color--gold);
}

.resources-intro {
	max-width: 56rem;
}

.resource-feature-card {
	background: var(--wp--preset--color--cream);
	border: var(--wns-border);
	border-top: 5px solid var(--wp--preset--color--red);
	box-shadow: var(--wns-shadow);
}

.resource-feature-card > * {
	max-width: none;
}

.resource-status-row,
.resource-download {
	gap: 1rem 2rem;
}

.resource-status {
	background: rgba(204, 181, 126, 0.24);
	border: 1px solid rgba(94, 78, 46, 0.2);
	border-radius: 999px;
	color: var(--wp--preset--color--charcoal);
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0.55rem 0.9rem;
}

.resource-details {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 2rem;
}

.resource-detail {
	border-left: 3px solid var(--wp--preset--color--gold);
	padding-left: 1rem;
}

.resource-detail p {
	margin-bottom: 0;
	margin-top: 0.25rem;
}

.resource-download {
	align-items: center;
	background: rgba(93, 109, 101, 0.1);
	border: 1px solid rgba(93, 109, 101, 0.22);
	padding: 1rem 1.25rem;
}

.resource-download p {
	margin: 0;
}

.resource-roadmap-grid .feature-card {
	height: 100%;
}

.site-footer .wp-block-navigation-item__content {
	min-height: 44px;
	padding-bottom: 0.55rem;
	padding-top: 0.55rem;
}

.wp-block-button__link {
	align-items: center;
	border-radius: 999px !important;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.is-style-outline > .wp-block-button__link:not(.has-background) {
	border-width: 2px;
}

@media (min-width: 961px) and (max-width: 1100px) {
	.hero-title {
		font-size: clamp(2.8rem, 4.8vw, 3.35rem) !important;
		max-width: none;
	}

	.hero-copy-panel {
		padding-left: clamp(2.25rem, 4vw, 3rem);
		padding-right: clamp(2.25rem, 4vw, 3rem);
	}
}

@media (max-width: 960px) {
	.site-header-inner {
		align-items: flex-start !important;
	}

	.hero-grid,
	.interior-hero-grid,
	.two-column-stack,
	.featured-event-grid,
	.upcoming-event-grid {
		flex-direction: column;
		grid-template-columns: 1fr !important;
	}

	.featured-event-media {
		max-width: 34rem;
	}

	.upcoming-event-media {
		max-width: 38rem;
	}

	.event-summary-card {
		grid-template-columns: minmax(0, 1fr);
	}

	.event-summary-media {
		max-width: 24rem;
	}

	.hero-section::before {
		content: none;
	}

	.hero-copy-panel {
		align-items: center;
		min-height: 28rem;
		padding: 4.5rem max(2rem, 8vw);
		text-align: center;
	}

	.hero-media-panel {
		min-height: clamp(28rem, 58vw, 34rem);
	}

	.hero-actions {
		justify-content: center;
	}

	.interior-hero-card {
		margin-top: 1.5rem;
	}

	.club-at-a-glance {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: none;
	}

	.club-at-a-glance > .wp-block-heading {
		grid-column: 1 / -1;
		margin-bottom: 1rem;
	}

	.club-at-a-glance .glance-item:nth-child(2) {
		border-left: 0;
		padding-left: 0;
	}

	#about > .wp-block-group:first-child {
		gap: 1.5rem;
		grid-template-columns: minmax(0, 1fr);
	}

	#about > .wp-block-group:first-child .eyebrow {
		grid-column: auto;
	}
}

@media (max-width: 782px) {
	html {
		scroll-padding-top: 5rem;
	}

	.admin-bar .wp-site-blocks > header.wp-block-template-part {
		top: 46px;
	}

	.site-brand .wp-block-site-tagline {
		display: none;
	}

	.wns-mark {
		height: 2.75rem;
		width: 2.75rem;
	}

	.hero-section {
		min-height: 0;
		padding: 0 !important;
	}

	.hero-copy-panel {
		min-height: 0;
		padding: 4rem 1.5rem;
	}

	.hero-media-panel {
		min-height: 24rem;
	}

	.hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.section-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.hero-actions .wp-block-button,
	.hero-actions .wp-block-button__link,
	.section-actions .wp-block-button,
	.section-actions .wp-block-button__link {
		width: 100%;
	}

	.featured-event {
		padding: 1.25rem !important;
	}

	.upcoming-event {
		padding: 1.25rem !important;
	}

	.event-summary-card,
	.event-detail-page,
	.event-detail-past-note {
		padding: 1.25rem !important;
	}

	.event-schedule,
	.event-schedule-two {
		grid-template-columns: minmax(0, 1fr);
	}

	.event-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.event-actions .wp-block-button,
	.event-actions .wp-block-button__link,
	.event-actions .wp-element-button {
		box-sizing: border-box;
		width: 100%;
	}

	.wns-form-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.wns-contact-submit {
		justify-self: stretch;
		width: 100%;
	}

	.info-panel {
		padding-left: 1.25rem;
	}

	.gallery-placeholder {
		min-height: 14rem;
	}

	.club-at-a-glance {
		grid-template-columns: minmax(0, 1fr);
		padding: 1.25rem !important;
	}

	.club-at-a-glance > .wp-block-heading {
		grid-column: auto;
	}

	.club-at-a-glance .glance-item {
		border-left: 0;
		border-top: 1px solid rgba(248, 246, 240, 0.17);
		padding-left: 0;
		padding-top: 1rem;
	}

	.resource-details {
		grid-template-columns: minmax(0, 1fr);
	}

	.resource-detail {
		border-left: 0;
		border-top: 2px solid var(--wp--preset--color--gold);
		padding-left: 0;
		padding-top: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.site-header,
	.site-footer,
	.prototype-banner,
	.hero-actions,
	.wp-block-navigation {
		display: none !important;
	}

	body {
		background: #fff !important;
		color: #000 !important;
		font-size: 12pt;
	}

	.wp-site-blocks > * {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	a {
		color: #000 !important;
		text-decoration: underline;
	}
}
