:root {
	--pf-night: #07130f;
	--pf-pine: #10372b;
	--pf-field: #286148;
	--pf-leaf: #83a471;
	--pf-acid: #d9ff47;
	--pf-sky: #a9c7d4;
	--pf-berry: #7b3046;
	--pf-bone: #f3f2ea;
	--pf-white: #fffef8;
	--pf-charcoal: #17201c;
	--pf-soft-ink: #526059;
	--pf-line: rgba(23, 32, 28, 0.17);
	--pf-header-height: 5.4rem;
}

html {
	scroll-behavior: smooth;
}

body.pineflow-child {
	background: var(--pf-bone);
	color: var(--pf-charcoal);
	font-family: "DM Sans", Aptos, sans-serif;
	margin: 0;
}

body.pf-menu-open {
	overflow: hidden;
}

.pineflow-child h1,
.pineflow-child h2,
.pineflow-child h3,
.pineflow-child h4 {
	color: inherit;
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 0.94;
}

.pineflow-child a,
.pineflow-child button {
	-webkit-tap-highlight-color: transparent;
}

.pineflow-child :focus-visible {
	outline: 3px solid var(--pf-acid);
	outline-offset: 4px;
}

.pf-skip-link {
	background: var(--pf-acid);
	color: var(--pf-night);
	font-weight: 700;
	left: 1rem;
	padding: 0.7rem 1rem;
	position: fixed;
	top: -5rem;
	z-index: 10000;
}

.pf-skip-link:focus {
	top: 1rem;
}

.pf-shell {
	max-width: 1240px;
	padding-inline: 1.75rem;
}

.pf-header {
	background: rgba(243, 242, 234, 0.96);
	border-bottom: 1px solid var(--pf-line);
	height: var(--pf-header-height);
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: background 180ms ease, box-shadow 180ms ease;
	z-index: 1000;
}

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

.home .pf-header {
	background: linear-gradient(180deg, rgba(7, 19, 15, 0.72), rgba(7, 19, 15, 0));
	border-bottom-color: transparent;
	color: var(--pf-white);
}

.home.pf-scrolled .pf-header,
.pf-scrolled .pf-header {
	background: rgba(243, 242, 234, 0.96);
	border-bottom-color: var(--pf-line);
	box-shadow: 0 12px 32px rgba(7, 19, 15, 0.12);
	color: var(--pf-night);
}

.pf-header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
}

.pf-brand {
	align-items: center;
	color: inherit;
	display: grid;
	grid-template-columns: 2rem auto;
	grid-template-rows: auto auto;
	text-decoration: none;
}

.pf-brand__mark {
	align-items: end;
	display: flex;
	gap: 3px;
	grid-row: 1 / 3;
	height: 2rem;
	transform: skew(-18deg);
	width: 1.55rem;
}

.pf-brand__mark span {
	background: var(--pf-acid);
	display: block;
	width: 5px;
}

.pf-brand__mark span:nth-child(1) {
	height: 48%;
}

.pf-brand__mark span:nth-child(2) {
	height: 76%;
}

.pf-brand__mark span:nth-child(3) {
	height: 100%;
}

.pf-brand__name {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1.75rem;
	font-weight: 800;
	line-height: 0.86;
}

.pf-brand__claim {
	font-size: 0.56rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 0.28rem;
	text-transform: uppercase;
}

.pf-nav {
	align-items: center;
	display: flex;
	gap: 1.2rem;
}

.pf-nav__list {
	align-items: center;
	display: flex;
	gap: 1.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pf-nav__list a {
	color: inherit;
	font-size: 0.86rem;
	font-weight: 700;
	position: relative;
	text-decoration: none;
}

.pf-nav__list a::after {
	background: var(--pf-acid);
	bottom: -0.45rem;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 180ms ease;
	width: 100%;
}

.pf-nav__list a:hover::after,
.pf-nav__list .current-menu-item a::after {
	transform: scaleX(1);
}

.pf-nav__cta {
	background: var(--pf-acid);
	border: 1px solid var(--pf-acid);
	color: var(--pf-night);
	font-size: 0.83rem;
	font-weight: 800;
	padding: 0.78rem 1rem;
	text-decoration: none;
}

.pf-menu-toggle {
	background: transparent;
	border: 0;
	color: inherit;
	display: none;
	font: inherit;
	font-weight: 700;
	gap: 0.65rem;
	padding: 0.6rem 0;
}

.pf-menu-toggle__icon {
	display: grid;
	gap: 5px;
	width: 1.5rem;
}

.pf-menu-toggle__icon span {
	background: currentColor;
	display: block;
	height: 2px;
	transition: transform 180ms ease;
	width: 100%;
}

.pf-site-main {
	background: var(--pf-bone);
}

.pf-section {
	padding-block: 7rem;
}

.pf-section--cream {
	background: var(--pf-bone);
}

.pf-section--light {
	background: var(--pf-white);
}

.pf-section--forest {
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		var(--pf-night);
	background-size: 42px 42px;
	color: var(--pf-white);
}

.pf-section--sand,
.pf-section--accent {
	background: var(--pf-acid);
	color: var(--pf-night);
}

.pf-kicker,
.pf-hero__eyebrow {
	color: var(--pf-acid);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.pf-kicker--dark,
.pf-section--accent .pf-kicker {
	color: var(--pf-field);
}

.pf-section-heading {
	margin-bottom: 3.25rem;
}

.pf-section-heading--split {
	align-items: end;
	grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.65fr);
}

.pf-section-heading h2,
.pf-statement h2,
.pf-prose-grid h2,
.pf-inline-cta h2,
.pf-contact-grid h2,
.pf-contact-band h2 {
	font-size: clamp(2.75rem, 4.5rem, 4.5rem);
	max-width: 12ch;
}

.pf-section-heading p:not(.pf-kicker),
.pf-section--forest .pf-section-heading p:not(.pf-kicker) {
	color: inherit;
	font-size: 1.05rem;
	line-height: 1.68;
	opacity: 0.72;
}

.pf-hero {
	align-items: flex-end;
	background: var(--pf-night);
	color: var(--pf-white);
	min-height: 100svh;
	padding-block: 10.5rem 6.5rem;
}

.pf-hero__media {
	background:
		linear-gradient(90deg, rgba(7, 19, 15, 0.84) 0%, rgba(7, 19, 15, 0.46) 42%, rgba(7, 19, 15, 0.02) 74%),
		linear-gradient(180deg, rgba(7, 19, 15, 0.02) 48%, rgba(7, 19, 15, 0.56) 100%),
		var(--pf-hero-image);
	background-position: center;
	background-size: cover;
	filter: saturate(0.86) contrast(1.03);
}

.pf-hero__inner {
	padding-bottom: 1.6rem;
}

.pf-hero__brand {
	color: var(--pf-white) !important;
	font-size: clamp(5rem, 8.5rem, 8.5rem);
	line-height: 0.76;
	margin: 0;
	text-transform: uppercase;
}

.pf-hero__title {
	color: var(--pf-acid) !important;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(2.15rem, 3.6rem, 3.6rem);
	font-weight: 600;
	line-height: 0.98;
	margin-top: 1rem;
	max-width: 14ch;
}

.pf-hero__copy {
	color: rgba(255, 254, 248, 0.86);
	font-size: 1.12rem;
	line-height: 1.6;
	margin-block: 1.35rem 1.8rem;
	max-width: 35rem;
}

.pf-hero__trail {
	align-items: center;
	bottom: 2.25rem;
	display: flex;
	font-size: 0.7rem;
	font-weight: 700;
	justify-content: space-between;
	left: max(1.75rem, calc((100vw - 1240px) / 2 + 1.75rem));
	position: absolute;
	right: max(1.75rem, calc((100vw - 1240px) / 2 + 1.75rem));
	text-transform: uppercase;
	z-index: 2;
}

.pf-hero__trail::before {
	background: var(--pf-acid);
	content: "";
	height: 2px;
	left: 6.2rem;
	position: absolute;
	right: 9.5rem;
	top: 50%;
}

.pf-button {
	border-radius: 0;
	font-size: 0.9rem;
	min-height: 3.25rem;
	padding: 0.95rem 1.35rem;
}

.pf-button--primary {
	background: var(--pf-acid);
	color: var(--pf-night);
}

.pf-button--primary:hover,
.pf-button--primary:focus-visible {
	background: var(--pf-white);
	color: var(--pf-night);
}

.pf-button--ghost {
	border-color: rgba(255, 254, 248, 0.64);
	color: var(--pf-white);
}

.pf-button--dark {
	background: var(--pf-night);
	color: var(--pf-white);
}

.pf-button--dark:hover {
	background: var(--pf-berry);
}

.pf-text-link {
	align-items: center;
	display: inline-flex;
	font-weight: 800;
	gap: 0.8rem;
	margin-top: 1.8rem;
	text-decoration: none;
}

.pf-text-link span {
	font-size: 1.5rem;
	transition: transform 180ms ease;
}

.pf-text-link:hover span {
	transform: translateX(0.35rem);
}

.pf-statement {
	align-items: center;
	gap: 6rem;
	grid-template-columns: 0.82fr 1.18fr;
}

.pf-statement__copy > p:not(.pf-kicker) {
	color: var(--pf-soft-ink);
	font-size: 1.08rem;
	line-height: 1.78;
	margin-top: 1.5rem;
	max-width: 35rem;
}

.pf-statement__visual {
	margin: 0;
	position: relative;
}

.pf-statement__visual::before {
	background: var(--pf-acid);
	content: "";
	height: 58%;
	position: absolute;
	right: -1.35rem;
	top: -1.35rem;
	width: 42%;
	z-index: 0;
}

.pf-statement__visual img {
	aspect-ratio: 4 / 3;
	display: block;
	object-fit: cover;
	position: relative;
	width: 100%;
	z-index: 1;
}

.pf-statement__visual figcaption {
	background: var(--pf-night);
	bottom: -1.2rem;
	color: var(--pf-white);
	display: grid;
	left: -1.2rem;
	padding: 1rem 1.25rem;
	position: absolute;
	z-index: 2;
}

.pf-statement__visual figcaption strong {
	font-size: 0.88rem;
}

.pf-statement__visual figcaption span {
	color: var(--pf-acid);
	font-size: 0.7rem;
	font-weight: 700;
	margin-top: 0.2rem;
	text-transform: uppercase;
}

.pf-facts-strip {
	border-bottom: 1px solid var(--pf-line);
	border-top: 1px solid var(--pf-line);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 6rem;
}

.pf-facts-strip div {
	align-items: center;
	display: flex;
	gap: 1rem;
	min-height: 5.5rem;
	padding: 1rem 1.5rem;
}

.pf-facts-strip div + div {
	border-left: 1px solid var(--pf-line);
}

.pf-facts-strip strong {
	color: var(--pf-field);
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1.5rem;
}

.pf-facts-strip span {
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
}

.pf-pillar-grid {
	gap: 0;
}

.pf-pillar {
	background: transparent;
	border: 0;
	border-radius: 0;
	min-height: 21rem;
	padding: 2rem;
}

.pf-pillar + .pf-pillar {
	border-left: 1px solid rgba(255, 254, 248, 0.2);
}

.pf-pillar::after {
	background: var(--pf-acid);
	bottom: 2rem;
	left: 2rem;
	width: 4rem;
}

.pf-pillar__number {
	color: var(--pf-acid);
	margin-bottom: 5.5rem;
}

.pf-pillar h3 {
	color: var(--pf-white);
	font-size: 2.5rem;
}

.pf-pillar p {
	max-width: 22rem;
}

.pf-card-grid {
	gap: 1.2rem;
}

.pf-card {
	background: var(--pf-white);
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.pf-card__media {
	aspect-ratio: 4 / 3;
	background-image:
		linear-gradient(180deg, transparent 58%, rgba(7, 19, 15, 0.34)),
		var(--pf-image);
	min-height: 0;
}

.pf-card__body {
	padding: 1.4rem 0 0;
}

.pf-card__meta {
	color: var(--pf-field);
	font-size: 0.7rem;
}

.pf-card h3 {
	color: var(--pf-charcoal);
	font-size: 2rem;
	margin-bottom: 0.75rem;
}

.pf-card__body > p:not(.pf-card__meta) {
	color: var(--pf-soft-ink);
}

.pf-card--placeholder .pf-card__media,
.pf-editorial-placeholder {
	background-image:
		linear-gradient(180deg, transparent 58%, rgba(7, 19, 15, 0.34)),
		var(--pf-image);
}

.pf-section--forest .pf-card {
	background: transparent;
	border: 0;
}

.pf-section--forest .pf-card h3 {
	color: var(--pf-white);
}

.pf-section--forest .pf-card__body > p:not(.pf-card__meta) {
	color: rgba(255, 254, 248, 0.68);
}

.pf-section--forest .pf-card__meta {
	color: var(--pf-acid);
}

.pf-card-grid--stories .pf-card:nth-child(2) .pf-card__meta {
	color: var(--pf-sky);
}

.pf-card-grid--stories .pf-card:nth-child(3) .pf-card__meta {
	color: #d991a4;
}

.pf-events-panel {
	align-items: start;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.pf-events-panel .pf-section-heading {
	grid-row: span 3;
}

.pf-event-list {
	gap: 0;
}

.pf-event-row {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(7, 19, 15, 0.25);
	border-radius: 0;
	grid-template-columns: 5.5rem 1fr;
	padding: 1.4rem 0;
}

.pf-event-row:first-child {
	border-top: 1px solid rgba(7, 19, 15, 0.25);
}

.pf-event-date {
	background: var(--pf-night);
	border-radius: 0;
}

.pf-event-date span {
	color: var(--pf-acid);
}

.pf-event-row h3 {
	color: var(--pf-night);
	font-size: 1.8rem;
}

.pf-event-row__kicker {
	font-size: 0.68rem;
	font-weight: 800;
	margin-bottom: 0.3rem !important;
	text-transform: uppercase;
}

.pf-events-panel > .pf-button,
.pf-events-panel > .pf-text-link {
	justify-self: start;
	margin-top: 1rem;
}

.pf-final-cta,
.pf-archive-hero,
.pf-page-hero,
.pf-detail-hero {
	background-image:
		linear-gradient(90deg, rgba(7, 19, 15, 0.9), rgba(7, 19, 15, 0.32)),
		var(--pf-image, linear-gradient(135deg, var(--pf-night), var(--pf-field)));
	color: var(--pf-white);
	padding-block: 10rem 8rem;
}

.pf-page-hero,
.pf-archive-hero,
.pf-detail-hero {
	margin-top: var(--pf-header-height);
}

.pf-page-hero h1,
.pf-archive-hero h1,
.pf-detail-hero h1,
.pf-final-cta h2 {
	color: var(--pf-white) !important;
	font-size: clamp(3.6rem, 6rem, 6rem);
	max-width: 12ch;
}

.pf-page-hero p:not(.pf-kicker),
.pf-archive-hero p:not(.pf-kicker),
.pf-detail-hero p:not(.pf-kicker),
.pf-final-cta p:not(.pf-kicker) {
	color: rgba(255, 254, 248, 0.82);
}

.pf-page-hero--image {
	background-position: center;
	background-size: cover;
}

.pf-prose-grid,
.pf-contact-grid {
	align-items: start;
	display: grid;
	gap: 5rem;
	grid-template-columns: 0.9fr 1.1fr;
}

.pf-value-grid,
.pf-contribution-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, 1fr);
}

.pf-value-grid article,
.pf-contribution-grid article {
	border-top: 1px solid currentColor;
	min-height: 18rem;
	padding: 1.8rem 1.8rem 1.8rem 0;
}

.pf-value-grid article + article,
.pf-contribution-grid article + article {
	border-left: 1px solid rgba(255, 254, 248, 0.2);
	padding-left: 1.8rem;
}

.pf-contribution-grid article + article {
	border-left-color: var(--pf-line);
}

.pf-value-grid strong,
.pf-contribution-grid span {
	color: var(--pf-acid);
	font-size: 0.78rem;
	font-weight: 800;
}

.pf-contribution-grid span {
	color: var(--pf-field);
}

.pf-value-grid h3,
.pf-contribution-grid h3 {
	font-size: 2rem;
	margin-block: 5rem 0.8rem;
}

.pf-value-grid p,
.pf-contribution-grid p {
	line-height: 1.65;
	opacity: 0.72;
}

.pf-inline-cta,
.pf-contact-band {
	align-items: center;
	display: flex;
	gap: 3rem;
	justify-content: space-between;
}

.pf-contact-band p:not(.pf-kicker) {
	line-height: 1.65;
	max-width: 38rem;
}

.pf-contact-card {
	background: var(--pf-night);
	color: var(--pf-white);
	display: grid;
	padding: 2.25rem;
}

.pf-contact-card p {
	color: var(--pf-acid);
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
}

.pf-contact-card a {
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(2rem, 3rem, 3rem);
	font-weight: 700;
	margin-block: 1rem 2rem;
	text-decoration: none;
	word-break: break-word;
}

.pf-contact-card span {
	color: rgba(255, 254, 248, 0.68);
}

.pf-filter,
.pf-facts,
.pf-empty-state {
	border-radius: 0;
	box-shadow: none;
}

.pf-filter input,
.pf-filter select,
.pf-pagination .page-numbers {
	border-radius: 0;
}

.pf-club-filter {
	grid-template-columns: minmax(14rem, 1.35fr) repeat(2, minmax(10rem, 0.9fr)) minmax(7rem, 0.55fr) auto;
	margin-bottom: 2.75rem;
}

.pf-club-filter .pf-button {
	min-height: 3rem;
}

.pf-club-register-head {
	align-items: center;
	border-bottom: 1px solid var(--pf-line);
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.8rem;
}

.pf-club-register-head p {
	color: var(--pf-soft-ink);
	font-size: 0.78rem;
	font-weight: 800;
	margin: 0;
	text-transform: uppercase;
}

.pf-club-list {
	border-bottom: 1px solid var(--pf-line);
}

.pf-club-list-item {
	align-items: start;
	border-bottom: 1px solid var(--pf-line);
	display: grid;
	gap: 1.5rem;
	padding: 1.65rem 0;
}

.pf-club-list-item:last-child {
	border-bottom: 0;
}

.pf-club-list-item.has-logo {
	grid-template-columns: 8.5rem minmax(0, 1fr);
}

.pf-club-list-item.has-no-logo {
	grid-template-columns: minmax(0, 1fr);
}

.pf-club-list-item__logo {
	align-items: center;
	background: var(--pf-white);
	border: 1px solid var(--pf-line);
	display: flex;
	height: 5.75rem;
	justify-content: center;
	padding: 0.7rem;
	text-decoration: none;
	width: 8.5rem;
}

.pf-club-list-item__logo img {
	display: block;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.pf-club-list-item__content {
	min-width: 0;
}

.pf-club-list-item__place {
	color: var(--pf-field);
	font-size: 0.68rem;
	font-weight: 800;
	margin: 0 0 0.25rem;
	text-transform: uppercase;
}

.pf-club-list-item h2 {
	font-size: 2rem;
	line-height: 1;
	margin: 0;
	max-width: 25ch;
}

.pf-club-list-item h2 a {
	color: var(--pf-charcoal);
	text-decoration: none;
}

.pf-club-list-item h2 a:hover,
.pf-club-list-item h2 a:focus-visible {
	color: var(--pf-field);
}

.pf-club-sports {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.45rem;
	margin-top: 0.7rem;
}

.pf-club-sport {
	background: rgba(28, 83, 58, 0.07);
	border-left: 2px solid var(--pf-field);
	color: var(--pf-field);
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.25;
	padding: 0.28rem 0.48rem;
}

.pf-club-sport[hidden] {
	display: none;
}

.pf-club-sports__toggle {
	background: transparent;
	border: 0;
	border-bottom: 1px solid currentColor;
	color: var(--pf-charcoal);
	cursor: pointer;
	font: inherit;
	font-size: 0.7rem;
	font-weight: 800;
	margin-left: 0.2rem;
	padding: 0.2rem 0;
}

.pf-club-sports__toggle:hover,
.pf-club-sports__toggle:focus-visible {
	color: var(--pf-field);
}

.pf-club-list-item__excerpt {
	color: var(--pf-soft-ink);
	line-height: 1.55;
	margin: 0.85rem 0 0;
	max-width: 54rem;
}

.pf-footer {
	background: var(--pf-night);
	color: var(--pf-white);
	padding-block: 5.5rem 2rem;
}

.pf-footer__top {
	display: grid;
	gap: 3rem;
	grid-template-columns: 1.6fr repeat(3, 1fr);
}

.pf-brand--footer {
	display: inline-grid;
	margin-bottom: 1.2rem;
}

.pf-footer__brand > p {
	color: rgba(255, 254, 248, 0.62);
	line-height: 1.6;
	max-width: 19rem;
}

.pf-footer__column {
	align-content: start;
	display: grid;
	gap: 0.75rem;
}

.pf-footer__column a {
	color: var(--pf-white);
	font-size: 0.9rem;
	text-decoration: none;
}

.pf-footer__column > p:not(.pf-footer__label) {
	color: rgba(255, 254, 248, 0.56);
	font-size: 0.8rem;
	line-height: 1.5;
}

.pf-footer__label {
	color: var(--pf-acid);
	font-size: 0.7rem;
	font-weight: 800;
	margin-bottom: 0.55rem;
	text-transform: uppercase;
}

.pf-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 254, 248, 0.16);
	display: flex;
	font-size: 0.76rem;
	justify-content: space-between;
	margin-top: 4rem;
	padding-top: 1.5rem;
}

.pf-footer__bottom div {
	display: flex;
	gap: 1.25rem;
}

.pf-footer__bottom a {
	color: inherit;
	text-decoration: none;
}

@media (max-width: 980px) {
	.pf-club-filter {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pf-club-filter .pf-button {
		justify-self: start;
	}

	.pf-menu-toggle {
		align-items: center;
		display: flex;
	}

	.pf-nav {
		align-items: stretch;
		background: var(--pf-night);
		color: var(--pf-white);
		display: none;
		flex-direction: column;
		inset: var(--pf-header-height) 0 auto;
		min-height: calc(100svh - var(--pf-header-height));
		padding: 2rem 1.75rem 3rem;
		position: fixed;
	}

	.admin-bar .pf-nav {
		inset-block-start: calc(var(--pf-header-height) + 32px);
	}

	.pf-nav.is-open {
		display: flex;
	}

	.pf-nav__list {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.pf-nav__list li {
		border-bottom: 1px solid rgba(255, 254, 248, 0.16);
	}

	.pf-nav__list a {
		display: block;
		font-family: "Barlow Condensed", sans-serif;
		font-size: 2.4rem;
		padding-block: 0.7rem;
	}

	.pf-nav__cta {
		align-self: flex-start;
		margin-top: 1.5rem;
	}

	.pf-statement,
	.pf-prose-grid,
	.pf-contact-grid,
	.pf-events-panel {
		grid-template-columns: 1fr;
	}

	.pf-statement {
		gap: 4rem;
	}

	.pf-events-panel .pf-section-heading {
		grid-row: auto;
	}

	.pf-footer__top {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 680px) {
	.pf-club-filter {
		grid-template-columns: 1fr;
	}

	.pf-club-filter .pf-button {
		justify-self: stretch;
		width: 100%;
	}

	.pf-club-list-item {
		gap: 0.9rem;
		padding: 1.35rem 0;
	}

	.pf-club-list-item.has-logo {
		grid-template-columns: 5.25rem minmax(0, 1fr);
	}

	.pf-club-list-item__logo {
		height: 4rem;
		padding: 0.45rem;
		width: 5.25rem;
	}

	.pf-club-list-item h2 {
		font-size: 1.65rem;
	}

	.pf-club-sports {
		gap: 0.3rem;
	}

	.pf-club-sport {
		font-size: 0.66rem;
	}

	.pf-club-list-item__excerpt {
		font-size: 0.92rem;
	}

	:root {
		--pf-header-height: 4.7rem;
	}

	.pf-shell {
		padding-inline: 1rem;
	}

	.pf-header .pf-brand__claim {
		display: none;
	}

	.pf-section {
		padding-block: 4.75rem;
	}

	.pf-hero {
		min-height: 88svh;
		padding-block: 8rem 4.75rem;
	}

	.pf-hero__media {
		background:
			linear-gradient(90deg, rgba(7, 19, 15, 0.78), rgba(7, 19, 15, 0.12)),
			linear-gradient(180deg, rgba(7, 19, 15, 0.08) 38%, rgba(7, 19, 15, 0.88) 100%),
			var(--pf-hero-image);
		background-position: 62% center;
	}

	.pf-hero__brand {
		font-size: 4.5rem;
	}

	.pf-hero__title {
		font-size: 2.25rem;
	}

	.pf-hero__trail {
		bottom: 1.4rem;
		left: 1rem;
		right: 1rem;
	}

	.pf-hero__trail::before {
		display: none;
	}

	.pf-section-heading--split {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.pf-section-heading h2,
	.pf-statement h2,
	.pf-prose-grid h2,
	.pf-inline-cta h2,
	.pf-contact-grid h2,
	.pf-contact-band h2 {
		font-size: 3rem;
	}

	.pf-facts-strip,
	.pf-value-grid,
	.pf-contribution-grid {
		grid-template-columns: 1fr;
	}

	.pf-facts-strip div + div,
	.pf-pillar + .pf-pillar,
	.pf-value-grid article + article,
	.pf-contribution-grid article + article {
		border-left: 0;
		border-top: 1px solid var(--pf-line);
	}

	.pf-pillar + .pf-pillar,
	.pf-value-grid article + article {
		border-top-color: rgba(255, 254, 248, 0.2);
	}

	.pf-pillar-grid {
		grid-template-columns: 1fr;
	}

	.pf-pillar {
		min-height: 18rem;
		padding-inline: 0;
	}

	.pf-pillar::after {
		left: 0;
	}

	.pf-pillar__number {
		margin-bottom: 3.5rem;
	}

	.pf-card-grid {
		gap: 3rem;
	}

	.pf-statement__visual::before {
		right: -0.6rem;
		top: -0.6rem;
	}

	.pf-statement__visual figcaption {
		bottom: -1rem;
		left: 0.75rem;
	}

	.pf-events-panel {
		gap: 1rem;
	}

	.pf-event-row {
		grid-template-columns: 4.5rem 1fr;
	}

	.pf-page-hero,
	.pf-archive-hero,
	.pf-detail-hero,
	.pf-final-cta {
		padding-block: 7rem 5rem;
	}

	.pf-page-hero h1,
	.pf-archive-hero h1,
	.pf-detail-hero h1,
	.pf-final-cta h2 {
		font-size: 3.4rem;
	}

	.pf-value-grid article,
	.pf-contribution-grid article {
		min-height: 14rem;
		padding-inline: 0;
	}

	.pf-inline-cta,
	.pf-contact-band {
		align-items: flex-start;
		flex-direction: column;
	}

	.pf-button {
		width: auto;
	}

	.pf-actions .pf-button {
		width: 100%;
	}

	.pf-footer__top {
		grid-template-columns: 1fr;
	}

	.pf-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 1rem;
	}
}

@media (max-width: 782px) {
	.admin-bar .pf-header {
		top: 46px;
	}

	.admin-bar .pf-nav {
		inset-block-start: calc(var(--pf-header-height) + 46px);
	}
}

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