:root {
	--pf-forest-night: #071713;
	--pf-deep-pine: #12362d;
	--pf-trail-green: #2f7357;
	--pf-moss: #8fae81;
	--pf-sandstone: #d6c29a;
	--pf-cream: #f4efe4;
	--pf-paper: #fffaf1;
	--pf-ink: #14211b;
	--pf-muted: #5f6d63;
	--pf-marker: #f26f4b;
	--pf-mist: #b9d7ce;
	--pf-border: rgba(20, 33, 27, 0.16);
	--pf-shadow: 0 24px 70px rgba(7, 23, 19, 0.18);
	--pf-radius: 6px;
	--pf-shell: 1180px;
}

.pineflow-child {
	background: var(--pf-cream);
	color: var(--pf-ink);
	font-family: Manrope, Aptos, "Segoe UI Variable", "Segoe UI", sans-serif;
	text-rendering: optimizeLegibility;
}

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

.pineflow-child a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.pineflow-child h1,
.pineflow-child h2,
.pineflow-child h3 {
	font-family: Sora, Manrope, Aptos, "Segoe UI Variable", "Segoe UI", sans-serif;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
}

.pineflow-child p {
	margin: 0;
}

.pf-site-main {
	background: var(--pf-cream);
	overflow: hidden;
}

.pf-shell {
	margin-inline: auto;
	max-width: var(--pf-shell);
	padding-inline: 1.25rem;
	width: 100%;
}

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

.pf-section--light {
	background: var(--pf-cream);
	color: var(--pf-ink);
}

.pf-section--cream {
	background: var(--pf-paper);
	color: var(--pf-ink);
}

.pf-section--forest {
	background: var(--pf-forest-night);
	color: var(--pf-paper);
}

.pf-section--sand {
	background:
		linear-gradient(120deg, rgba(242, 111, 75, 0.12), transparent 38%),
		var(--pf-sandstone);
	color: var(--pf-ink);
}

.pf-kicker {
	color: var(--pf-mist);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.pf-kicker--dark {
	color: var(--pf-trail-green);
}

.pf-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.pf-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 4px;
	display: inline-flex;
	font-size: 0.98rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.1;
	min-height: 3rem;
	padding: 0.9rem 1.15rem;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.pf-button:hover,
.pf-button:focus-visible {
	transform: translateY(-2px);
}

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

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

.pf-button--ghost {
	border-color: rgba(255, 250, 241, 0.7);
	color: var(--pf-paper);
}

.pf-button--ghost:hover,
.pf-button--ghost:focus-visible {
	background: rgba(255, 250, 241, 0.12);
	color: var(--pf-paper);
}

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

.pf-button--dark:hover,
.pf-button--dark:focus-visible {
	background: var(--pf-deep-pine);
	color: var(--pf-paper);
}

.pf-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 700ms ease, transform 700ms ease;
}

.pf-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.pf-hero {
	align-items: end;
	color: var(--pf-paper);
	display: flex;
	min-height: 82vh;
	overflow: hidden;
	padding-block: 8rem 5rem;
	position: relative;
}

.pf-hero__media {
	background:
		linear-gradient(90deg, rgba(7, 23, 19, 0.9), rgba(7, 23, 19, 0.62) 46%, rgba(7, 23, 19, 0.22)),
		linear-gradient(180deg, rgba(7, 23, 19, 0.08), rgba(7, 23, 19, 0.86)),
		var(--pf-hero-image, linear-gradient(135deg, #071713 0%, #12362d 45%, #8fae81 100%));
	background-position: center;
	background-size: cover;
	inset: 0;
	position: absolute;
	transform: scale(1.03);
}

.pf-hero__inner {
	position: relative;
	z-index: 1;
}

.pf-hero__title {
	font-size: 4.6rem;
	max-width: 12ch;
}

.pf-hero__copy {
	color: rgba(255, 250, 241, 0.88);
	font-size: 1.22rem;
	line-height: 1.55;
	margin-block: 1.2rem 1.7rem;
	max-width: 34rem;
}

.pf-statement {
	display: grid;
	gap: 3rem;
	grid-template-columns: 0.92fr 1.08fr;
}

.pf-statement h2,
.pf-section-heading h2 {
	font-size: 3rem;
}

.pf-statement > p,
.pf-section-heading p:not(.pf-kicker) {
	color: var(--pf-muted);
	font-size: 1.12rem;
	line-height: 1.72;
	max-width: 40rem;
}

.pf-section--forest .pf-section-heading p:not(.pf-kicker) {
	color: rgba(255, 250, 241, 0.72);
}

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

.pf-section-heading--split {
	align-items: end;
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr 0.82fr;
}

.pf-pillar-grid,
.pf-card-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pf-pillar {
	background: rgba(255, 250, 241, 0.055);
	border: 1px solid rgba(255, 250, 241, 0.16);
	border-radius: var(--pf-radius);
	min-height: 18rem;
	padding: 1.4rem;
	position: relative;
}

.pf-pillar::after {
	background: var(--pf-marker);
	bottom: 1.4rem;
	content: "";
	height: 3px;
	left: 1.4rem;
	position: absolute;
	width: 3.5rem;
}

.pf-pillar__number {
	color: var(--pf-moss);
	display: block;
	font-size: 0.9rem;
	font-weight: 800;
	margin-bottom: 5rem;
}

.pf-pillar h3 {
	font-size: 1.7rem;
	margin-bottom: 0.8rem;
}

.pf-pillar p {
	color: rgba(255, 250, 241, 0.76);
	line-height: 1.65;
}

.pf-card {
	background: var(--pf-paper);
	border: 1px solid var(--pf-border);
	border-radius: var(--pf-radius);
	box-shadow: 0 18px 50px rgba(7, 23, 19, 0.08);
	overflow: hidden;
}

.pf-card__media {
	background:
		linear-gradient(180deg, rgba(7, 23, 19, 0), rgba(7, 23, 19, 0.25)),
		var(--pf-image, linear-gradient(135deg, #12362d, #8fae81 58%, #d6c29a));
	background-position: center;
	background-size: cover;
	display: block;
	min-height: 15.5rem;
	transition: transform 260ms ease;
}

.pf-card:hover .pf-card__media,
.pf-card:focus-within .pf-card__media {
	transform: scale(1.035);
}

.pf-card__body {
	padding: 1.25rem;
}

.pf-card__meta {
	align-items: center;
	color: var(--pf-trail-green);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.84rem;
	font-weight: 800;
	gap: 0.45rem;
	line-height: 1.35;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}

.pf-card__meta span::before {
	content: "/";
	margin-right: 0.45rem;
}

.pf-card h3 {
	color: var(--pf-ink);
	font-size: 1.45rem;
	line-height: 1.08;
	margin-bottom: 0.7rem;
}

.pf-card h3 a {
	text-decoration: none;
}

.pf-card__body > p:not(.pf-card__meta) {
	color: var(--pf-muted);
	line-height: 1.62;
}

.pf-section--forest .pf-card {
	background: rgba(255, 250, 241, 0.08);
	border-color: rgba(255, 250, 241, 0.14);
	box-shadow: none;
}

.pf-section--forest .pf-card h3,
.pf-section--forest .pf-card__body > p:not(.pf-card__meta) {
	color: var(--pf-paper);
}

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

.pf-card--placeholder .pf-card__media,
.pf-editorial-placeholder {
	background:
		linear-gradient(135deg, rgba(18, 54, 45, 0.96), rgba(47, 115, 87, 0.72)),
		repeating-linear-gradient(45deg, rgba(255, 250, 241, 0.08) 0 1px, transparent 1px 14px);
}

.pf-editorial-placeholder {
	border: 1px solid rgba(255, 250, 241, 0.16);
	border-radius: var(--pf-radius);
	color: var(--pf-paper);
	grid-column: 1 / -1;
	padding: 2rem;
}

.pf-editorial-placeholder h3 {
	font-size: 2rem;
	margin-bottom: 0.9rem;
}

.pf-editorial-placeholder p {
	color: rgba(255, 250, 241, 0.76);
}

.pf-section-action {
	margin-top: 2rem;
}

.pf-events-panel {
	display: grid;
	gap: 2rem;
}

.pf-event-list {
	display: grid;
	gap: 0.8rem;
}

.pf-event-row {
	align-items: center;
	background: rgba(255, 250, 241, 0.66);
	border: 1px solid rgba(20, 33, 27, 0.15);
	border-radius: var(--pf-radius);
	display: grid;
	gap: 1rem;
	grid-template-columns: 5rem 1fr;
	padding: 1rem;
}

.pf-event-date {
	align-items: center;
	background: var(--pf-forest-night);
	border-radius: 4px;
	color: var(--pf-paper);
	display: grid;
	height: 4.5rem;
	justify-items: center;
	line-height: 1;
	padding: 0.55rem;
	text-transform: uppercase;
	width: 4.5rem;
}

.pf-event-date strong {
	font-size: 1.65rem;
}

.pf-event-date span {
	color: var(--pf-moss);
	font-size: 0.78rem;
	font-weight: 800;
}

.pf-event-row h3 {
	font-size: 1.25rem;
	line-height: 1.15;
	margin-bottom: 0.35rem;
}

.pf-event-row h3 a {
	text-decoration: none;
}

.pf-event-row p {
	color: var(--pf-muted);
	line-height: 1.45;
}

.pf-final-cta,
.pf-archive-hero,
.pf-page-hero,
.pf-detail-hero {
	background:
		linear-gradient(90deg, rgba(7, 23, 19, 0.92), rgba(18, 54, 45, 0.76)),
		var(--pf-image, linear-gradient(135deg, #071713, #2f7357));
	background-position: center;
	background-size: cover;
	color: var(--pf-paper);
	padding-block: 7rem;
}

.pf-final-cta h2,
.pf-archive-hero h1,
.pf-page-hero h1,
.pf-detail-hero h1 {
	font-size: 3.6rem;
	max-width: 13ch;
}

.pf-final-cta p:not(.pf-kicker),
.pf-archive-hero p:not(.pf-kicker),
.pf-detail-hero p:not(.pf-kicker) {
	color: rgba(255, 250, 241, 0.82);
	font-size: 1.15rem;
	line-height: 1.6;
	margin-block: 1rem 1.6rem;
	max-width: 42rem;
}

.pf-detail-grid {
	align-items: start;
	display: grid;
	gap: 3rem;
	grid-template-columns: minmax(0, 1fr) 21rem;
}

.pf-content {
	font-size: 1.08rem;
	line-height: 1.78;
	max-width: 760px;
}

.pf-content > * + * {
	margin-top: 1.2rem;
}

.pf-content h2 {
	font-size: 2.1rem;
	margin-top: 2.4rem;
}

.pf-content h3 {
	font-size: 1.55rem;
	margin-top: 2rem;
}

.pf-facts {
	background: var(--pf-paper);
	border: 1px solid var(--pf-border);
	border-radius: var(--pf-radius);
	box-shadow: 0 18px 48px rgba(7, 23, 19, 0.08);
	display: grid;
	gap: 1rem;
	padding: 1.25rem;
}

.pf-facts h2 {
	font-size: 1.35rem;
}

.pf-facts div {
	border-top: 1px solid var(--pf-border);
	display: grid;
	gap: 0.25rem;
	padding-top: 0.9rem;
}

.pf-facts strong {
	color: var(--pf-trail-green);
	font-size: 0.82rem;
	text-transform: uppercase;
}

.pf-filter {
	align-items: end;
	background: var(--pf-paper);
	border: 1px solid var(--pf-border);
	border-radius: var(--pf-radius);
	box-shadow: 0 18px 50px rgba(7, 23, 19, 0.08);
	display: grid;
	gap: 0.9rem;
	grid-template-columns: minmax(14rem, 1.4fr) repeat(2, minmax(11rem, 1fr)) auto;
	margin-bottom: 2rem;
	padding: 1rem;
}

.pf-filter label {
	display: grid;
	gap: 0.35rem;
}

.pf-filter span {
	color: var(--pf-trail-green);
	font-size: 0.8rem;
	font-weight: 800;
	text-transform: uppercase;
}

.pf-filter input,
.pf-filter select {
	background: #ffffff;
	border: 1px solid var(--pf-border);
	border-radius: 4px;
	color: var(--pf-ink);
	font: inherit;
	min-height: 3rem;
	padding: 0.72rem 0.8rem;
	width: 100%;
}

.pf-empty-state {
	background: var(--pf-paper);
	border: 1px solid var(--pf-border);
	border-radius: var(--pf-radius);
	padding: 2rem;
}

.pf-empty-state h2 {
	font-size: 2rem;
	margin-bottom: 0.8rem;
}

.pf-empty-state p {
	color: var(--pf-muted);
}

.pf-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 2rem;
}

.pf-pagination .page-numbers {
	align-items: center;
	background: var(--pf-paper);
	border: 1px solid var(--pf-border);
	border-radius: 4px;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 2.5rem;
	min-width: 2.5rem;
	padding: 0.45rem 0.7rem;
	text-decoration: none;
}

.pf-pagination .current {
	background: var(--pf-forest-night);
	color: var(--pf-paper);
}

.pineflow-child.pf-scrolled [data-header] {
	box-shadow: 0 10px 40px rgba(7, 23, 19, 0.1);
}

@media (max-width: 1020px) {
	.pf-section-heading--split,
	.pf-statement,
	.pf-detail-grid,
	.pf-filter {
		grid-template-columns: 1fr;
	}

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

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

@media (max-width: 680px) {
	.pf-shell {
		padding-inline: 1rem;
	}

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

	.pf-hero {
		min-height: 78vh;
		padding-block: 6.5rem 3.5rem;
	}

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

	.pf-statement h2,
	.pf-section-heading h2 {
		font-size: 2.15rem;
	}

	.pf-hero__copy,
	.pf-final-cta p:not(.pf-kicker),
	.pf-archive-hero p:not(.pf-kicker),
	.pf-detail-hero p:not(.pf-kicker) {
		font-size: 1.02rem;
	}

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

	.pf-event-row {
		align-items: start;
		grid-template-columns: 4.25rem 1fr;
	}

	.pf-event-date {
		height: 4rem;
		width: 4rem;
	}

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

@media (prefers-reduced-motion: reduce) {
	.pf-reveal,
	.pf-card__media,
	.pf-button {
		opacity: 1;
		transform: none;
		transition: none;
	}
}
