/*
Theme Name: FF Golssen Modern
Theme URI: https://ff-golssen.de/
Author: Freiwillige Feuerwehr Stadt Golßen
Description: Eigenständiges, modernes und responsives WordPress-Theme für die Freiwillige Feuerwehr Stadt Golßen. Unterstützt Pods-Einsätze, The Events Calendar und Contact Form 7.
Version: 2.0.2
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ffg-modern
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
	font-family: "Inter FFG";
	src: url("assets/fonts/inter-latin-variable.woff2") format("woff2-variations");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "Barlow Condensed FFG";
	src: url("assets/fonts/barlow-condensed-400.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Barlow Condensed FFG";
	src: url("assets/fonts/barlow-condensed-600.woff2") format("woff2");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: "Barlow Condensed FFG";
	src: url("assets/fonts/barlow-condensed-800.woff2") format("woff2");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Barlow Condensed FFG";
	src: url("assets/fonts/barlow-condensed-800.woff2") format("woff2");
	font-style: normal;
	font-weight: 800;
	font-display: swap;
}

:root {
	--ffg-red: #c1121f;
	--ffg-red-dark: #9f0d17;
	--ffg-red-deep: #730a12;
	--ffg-charcoal: #111318;
	--ffg-charcoal-soft: #1c2027;
	--ffg-black: #090b0f;
	--ffg-ink: #191c22;
	--ffg-muted: #656a73;
	--ffg-line: #e4e5e8;
	--ffg-paper: #f7f7f5;
	--ffg-white: #ffffff;
	--ffg-warm: #f2b134;
	--ffg-fire: #c1121f;
	--ffg-help: #d66d0d;
	--ffg-radius-sm: 10px;
	--ffg-radius: 18px;
	--ffg-radius-lg: 28px;
	--ffg-shadow-sm: 0 10px 28px rgba(17, 19, 24, .08);
	--ffg-shadow: 0 24px 70px rgba(17, 19, 24, .12);
	--ffg-container: 1240px;
	--ffg-header-height: 84px;
	--ffg-font-body: "Inter FFG", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--ffg-font-display: "Barlow Condensed FFG", "Arial Narrow", sans-serif;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--ffg-header-height) + 24px);
}

body {
	margin: 0;
	background: var(--ffg-paper);
	color: var(--ffg-ink);
	font-family: var(--ffg-font-body);
	font-size: 16px;
	font-weight: 430;
	line-height: 1.68;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

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

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

img {
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: .08em;
	text-underline-offset: .18em;
}

button,
input,
select,
textarea {
	font: inherit;
}

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

::selection {
	background: var(--ffg-red);
	color: var(--ffg-white);
}

:focus-visible {
	outline: 3px solid var(--ffg-warm);
	outline-offset: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 .55em;
	color: var(--ffg-charcoal);
	font-family: var(--ffg-font-display);
	font-weight: 800;
	letter-spacing: -.025em;
	line-height: .98;
}

h1 { font-size: clamp(3.2rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.5rem, 4.5vw, 4.4rem); }
h3 { font-size: clamp(1.6rem, 2.2vw, 2.15rem); }

p {
	margin: 0 0 1.35em;
}

ul,
ol {
	margin-top: 0;
}

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

.ffg-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 100000;
	padding: 12px 18px;
	background: var(--ffg-white);
	color: var(--ffg-charcoal);
	font-weight: 750;
	transform: translateY(-160%);
	transition: transform .2s ease;
}

.ffg-skip-link:focus {
	transform: translateY(0);
}

.ffg-container {
	width: min(calc(100% - 48px), var(--ffg-container));
	margin-inline: auto;
}

.ffg-container--narrow {
	max-width: 900px;
}

.ffg-eyebrow {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, .78);
	font-size: .77rem;
	font-weight: 800;
	letter-spacing: .16em;
	line-height: 1.25;
	text-transform: uppercase;
}

.ffg-eyebrow--red {
	color: var(--ffg-red);
}

.ffg-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.ffg-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: var(--ffg-radius-sm);
	font-size: .92rem;
	font-weight: 760;
	line-height: 1.2;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ffg-button svg,
.ffg-text-link svg,
.ffg-feature-link > svg,
.ffg-event-card > svg {
	width: 18px;
	height: 18px;
	margin-left: 10px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .2s ease;
}

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

.ffg-button:hover svg,
.ffg-text-link:hover svg,
.ffg-feature-link:hover > svg,
.ffg-event-card:hover > svg {
	transform: translateX(4px);
}

.ffg-button--primary {
	background: var(--ffg-red);
	color: var(--ffg-white);
	box-shadow: 0 12px 28px rgba(193, 18, 31, .24);
}

.ffg-button--primary:hover {
	background: var(--ffg-red-dark);
	color: var(--ffg-white);
}

.ffg-button--outline-light {
	border-color: rgba(255, 255, 255, .65);
	background: rgba(9, 11, 15, .14);
	color: var(--ffg-white);
	backdrop-filter: blur(8px);
}

.ffg-button--outline-light:hover {
	border-color: var(--ffg-white);
	background: var(--ffg-white);
	color: var(--ffg-charcoal);
}

.ffg-button--light {
	background: var(--ffg-white);
	color: var(--ffg-red);
	box-shadow: var(--ffg-shadow-sm);
}

.ffg-text-link {
	display: inline-flex;
	align-items: center;
	color: var(--ffg-red);
	font-size: .88rem;
	font-weight: 780;
	text-decoration: none;
}

/* Header */
.ffg-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	height: var(--ffg-header-height);
	border-bottom: 1px solid rgba(17, 19, 24, .08);
	background: rgba(255, 255, 255, .96);
	backdrop-filter: blur(16px) saturate(150%);
	transition: box-shadow .25s ease, height .25s ease;
}

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

.ffg-site-header.is-scrolled {
	box-shadow: 0 12px 36px rgba(17, 19, 24, .09);
}

.ffg-header-inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	width: min(calc(100% - 48px), 1380px);
	height: 100%;
	margin-inline: auto;
	gap: 32px;
}

.ffg-brand {
	display: inline-flex;
	align-items: center;
	min-width: 230px;
	gap: 13px;
	color: var(--ffg-charcoal);
	text-decoration: none;
}

.ffg-brand-mark {
	display: grid;
	place-items: center;
	width: 50px;
	height: 60px;
	flex: 0 0 auto;
}

.ffg-brand-logo,
.ffg-brand-mark img {
	width: auto;
	max-width: 50px;
	height: 60px;
	object-fit: contain;
}

.ffg-brand-fallback {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 13px;
	background: var(--ffg-red);
	color: var(--ffg-white);
	font-family: var(--ffg-font-display);
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: -.04em;
}

.ffg-brand-copy {
	display: flex;
	flex-direction: column;
	font-size: .78rem;
	font-weight: 640;
	line-height: 1.25;
}

.ffg-brand-copy strong {
	font-size: 1rem;
	font-weight: 820;
}

.ffg-primary-nav {
	justify-self: center;
}

.ffg-menu,
.ffg-primary-nav ul {
	display: flex;
	align-items: center;
	gap: clamp(14px, 1.6vw, 28px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.ffg-primary-nav li {
	position: relative;
}

.ffg-primary-nav a {
	display: block;
	padding: 30px 0 27px;
	border-bottom: 3px solid transparent;
	color: var(--ffg-charcoal);
	font-size: .82rem;
	font-weight: 710;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: color .2s ease, border-color .2s ease;
}

.ffg-primary-nav a:hover,
.ffg-primary-nav .current-menu-item > a,
.ffg-primary-nav .current_page_item > a {
	border-bottom-color: var(--ffg-red);
	color: var(--ffg-red);
}

.ffg-primary-nav .sub-menu {
	position: absolute;
	top: calc(100% - 4px);
	left: -20px;
	display: grid;
	min-width: 220px;
	padding: 12px;
	border: 1px solid var(--ffg-line);
	border-radius: 14px;
	background: var(--ffg-white);
	box-shadow: var(--ffg-shadow-sm);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.ffg-primary-nav li:hover > .sub-menu,
.ffg-primary-nav li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ffg-primary-nav .sub-menu a {
	padding: 11px 12px;
	border: 0;
	border-radius: 8px;
}

.ffg-primary-nav .sub-menu a:hover {
	background: var(--ffg-paper);
}

.ffg-emergency-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	padding: 8px 16px;
	gap: 10px;
	border-radius: 10px;
	background: var(--ffg-red);
	color: var(--ffg-white);
	box-shadow: 0 10px 24px rgba(193, 18, 31, .2);
	text-decoration: none;
	transition: background-color .2s ease, transform .2s ease;
}

.ffg-emergency-button:hover {
	background: var(--ffg-red-dark);
	transform: translateY(-1px);
}

.ffg-emergency-button svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.ffg-emergency-button span {
	display: flex;
	align-items: baseline;
	gap: 5px;
	line-height: 1;
}

.ffg-emergency-button small {
	font-size: .62rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ffg-emergency-button strong {
	font-size: 1.08rem;
	font-weight: 850;
}

.ffg-menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	padding: 11px;
	border: 1px solid var(--ffg-line);
	border-radius: 10px;
	background: var(--ffg-white);
	color: var(--ffg-charcoal);
	cursor: pointer;
}

.ffg-menu-toggle svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
}

.ffg-menu-toggle-close {
	display: none;
}

.ffg-menu-toggle[aria-expanded="true"] .ffg-menu-toggle-open {
	display: none;
}

.ffg-menu-toggle[aria-expanded="true"] .ffg-menu-toggle-close {
	display: block;
}

/* Hero */
.ffg-hero {
	position: relative;
	display: grid;
	align-items: center;
	min-height: clamp(620px, 76vh, 820px);
	overflow: hidden;
	background: var(--ffg-charcoal);
	color: var(--ffg-white);
}

.ffg-hero::before {
	position: absolute;
	inset: 0;
	background-image: var(--ffg-hero-image);
	background-position: center 52%;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	transform: scale(1.015);
}

.ffg-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background: rgba(255, 255, 255, .18);
	content: "";
}

.ffg-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(5, 7, 10, .94) 0%, rgba(5, 7, 10, .75) 37%, rgba(5, 7, 10, .18) 72%, rgba(5, 7, 10, .08) 100%),
		linear-gradient(0deg, rgba(5, 7, 10, .34) 0%, transparent 45%);
}

.ffg-hero-inner {
	position: relative;
	z-index: 1;
	padding-top: 64px;
	padding-bottom: 118px;
}

.ffg-hero h1 {
	max-width: 820px;
	margin-bottom: 24px;
	color: var(--ffg-white);
	font-size: clamp(4.2rem, 7vw, 7.5rem);
	letter-spacing: -.035em;
	line-height: .86;
	text-wrap: balance;
}

.ffg-hero-lead {
	max-width: 590px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, .86);
	font-size: clamp(1.05rem, 1.7vw, 1.36rem);
	line-height: 1.55;
}

/* Facts */
.ffg-facts-wrap {
	position: relative;
	z-index: 5;
	margin-top: -52px;
}

.ffg-facts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	min-height: 112px;
	padding: 20px 12px;
	border: 1px solid rgba(17, 19, 24, .06);
	border-radius: var(--ffg-radius);
	background: rgba(255, 255, 255, .98);
	box-shadow: var(--ffg-shadow);
}

.ffg-fact {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 8px 24px;
	gap: 16px;
	border-right: 1px solid var(--ffg-line);
}

.ffg-fact:last-child {
	border-right: 0;
}

.ffg-fact-icon {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	color: var(--ffg-red);
}

.ffg-fact-icon svg {
	width: 29px;
	height: 29px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ffg-fact > span:last-child {
	display: flex;
	min-width: 0;
	flex-direction: column;
	line-height: 1.2;
}

.ffg-fact strong {
	color: var(--ffg-charcoal);
	font-size: 1.15rem;
	font-weight: 840;
}

.ffg-fact small {
	margin-top: 5px;
	color: var(--ffg-muted);
	font-size: .73rem;
}

/* General sections */
.ffg-section {
	padding: clamp(88px, 10vw, 144px) 0;
}

.ffg-section--incidents {
	padding-top: clamp(100px, 11vw, 150px);
}

.ffg-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 46px;
	gap: 30px;
}

.ffg-section-heading h2 {
	margin-bottom: 0;
}

.ffg-section-heading .ffg-eyebrow {
	margin-bottom: 10px;
}

/* Incidents */
.ffg-incident-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.ffg-incident-card {
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(17, 19, 24, .08);
	border-radius: var(--ffg-radius);
	background: var(--ffg-white);
	box-shadow: var(--ffg-shadow-sm);
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.ffg-incident-card:hover {
	border-color: rgba(193, 18, 31, .26);
	box-shadow: 0 28px 60px rgba(17, 19, 24, .14);
	transform: translateY(-7px);
}

.ffg-incident-card-media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background-color: var(--ffg-charcoal-soft);
	background-position: center;
	background-size: cover;
}

.ffg-incident-card-media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(9, 11, 15, .3), transparent 50%);
	content: "";
}

.ffg-incident-card-media.is-placeholder,
.ffg-split-feature-media.is-placeholder,
.ffg-vehicle-image.is-placeholder {
	background:
		radial-gradient(circle at 78% 20%, rgba(193, 18, 31, .35), transparent 30%),
		linear-gradient(135deg, #181c23, #080a0e);
}

.ffg-incident-card-media.is-placeholder::before,
.ffg-split-feature-media.is-placeholder::before {
	position: absolute;
	inset: 18%;
	border: 1px solid rgba(255, 255, 255, .12);
	background: repeating-linear-gradient(135deg, transparent 0 18px, rgba(255, 255, 255, .035) 18px 19px);
	content: "";
	transform: skewX(-8deg);
}

.ffg-incident-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 25px 26px 27px;
}

.ffg-incident-card-topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
	gap: 10px;
}

.ffg-incident-number {
	color: var(--ffg-red);
	font-size: .77rem;
	font-weight: 830;
	letter-spacing: .04em;
}

.ffg-badge {
	display: inline-flex;
	align-items: center;
	max-width: 62%;
	padding: 6px 9px;
	border-radius: 999px;
	font-size: .66rem;
	font-weight: 780;
	line-height: 1.15;
	text-align: center;
}

.ffg-badge--fire { background: #fee9ea; color: #a10914; }
.ffg-badge--help { background: #fff0df; color: #9a4c08; }
.ffg-badge--neutral { background: #eceef1; color: #3f444d; }

.ffg-incident-card h3 {
	margin-bottom: 17px;
	font-size: clamp(1.72rem, 2.5vw, 2.15rem);
	line-height: 1;
}

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

.ffg-incident-card h3 a::after {
	position: absolute;
	inset: 0;
	content: "";
}

.ffg-incident-meta {
	display: grid;
	margin-bottom: 18px;
	gap: 8px;
	color: var(--ffg-muted);
	font-size: .79rem;
}

.ffg-incident-meta span,
.ffg-incident-hero-meta span {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ffg-incident-meta svg,
.ffg-incident-hero-meta svg {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ffg-incident-card-body > p {
	margin-bottom: 22px;
	color: var(--ffg-muted);
	font-size: .9rem;
	line-height: 1.65;
}

.ffg-incident-card .ffg-text-link {
	position: relative;
	z-index: 2;
	margin-top: auto;
	align-self: flex-start;
}

.ffg-empty-state {
	padding: clamp(38px, 6vw, 70px);
	border: 1px dashed #cfd1d6;
	border-radius: var(--ffg-radius);
	background: rgba(255, 255, 255, .72);
	text-align: center;
}

.ffg-empty-state h2,
.ffg-empty-state h3 {
	margin-bottom: 12px;
}

.ffg-empty-state p {
	max-width: 600px;
	margin-inline: auto;
	color: var(--ffg-muted);
}

/* Split feature */
.ffg-split-feature {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 650px;
	background: var(--ffg-white);
}

.ffg-split-feature-copy {
	display: grid;
	place-items: center;
	padding: 80px max(48px, calc((100vw - var(--ffg-container)) / 2));
}

.ffg-split-feature-content {
	width: min(100%, 560px);
}

.ffg-split-feature h2 {
	margin-bottom: 25px;
}

.ffg-split-feature-content > p:not(.ffg-eyebrow) {
	color: var(--ffg-muted);
	font-size: 1.02rem;
}

.ffg-split-feature-media {
	position: relative;
	min-height: 560px;
	background-position: center;
	background-size: cover;
}

.ffg-split-feature-media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(17, 19, 24, .14), transparent 55%);
	content: "";
}

.ffg-check-list {
	display: grid;
	margin: 26px 0 34px;
	padding: 0;
	gap: 13px;
	list-style: none;
}

.ffg-check-list li {
	position: relative;
	padding-left: 30px;
	color: var(--ffg-ink);
	font-size: .92rem;
	font-weight: 620;
}

.ffg-check-list li::before {
	position: absolute;
	top: .55em;
	left: 0;
	width: 16px;
	height: 3px;
	border-radius: 2px;
	background: var(--ffg-red);
	content: "";
}

/* Dark features */
.ffg-section--dark {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background:
		radial-gradient(circle at 8% 12%, rgba(193, 18, 31, .28) 0, rgba(193, 18, 31, .1) 19rem, transparent 36rem),
		radial-gradient(circle at 88% 8%, rgba(242, 177, 52, .08) 0, transparent 25rem),
		linear-gradient(135deg, #171a22 0%, #0b0d12 50%, #151820 100%);
	color: rgba(255, 255, 255, .8);
}

.ffg-section--dark::before {
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image:
		linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 64px 64px;
	-webkit-mask-image: linear-gradient(105deg, rgba(0, 0, 0, .72), transparent 62%);
	mask-image: linear-gradient(105deg, rgba(0, 0, 0, .72), transparent 62%);
	content: "";
}

.ffg-section--dark::after {
	position: absolute;
	top: -.14em;
	right: -.015em;
	z-index: -1;
	color: rgba(255, 255, 255, .025);
	content: "112";
	font-family: var(--ffg-font-display);
	font-size: clamp(17rem, 31vw, 34rem);
	font-weight: 800;
	letter-spacing: -.1em;
	line-height: .8;
	pointer-events: none;
}

.ffg-section--dark .ffg-container {
	position: relative;
	z-index: 1;
}

.ffg-section--dark .ffg-section-heading {
	margin-bottom: 48px;
}

.ffg-section--dark .ffg-eyebrow {
	color: rgba(255, 255, 255, .68);
}

.ffg-section--dark .ffg-eyebrow::before {
	display: inline-block;
	width: 24px;
	height: 3px;
	margin-right: 10px;
	border-radius: 99px;
	background: var(--ffg-red);
	content: "";
	vertical-align: middle;
}

.ffg-section-heading--light h2 {
	color: var(--ffg-white);
}

.ffg-feature-link-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.ffg-feature-link {
	position: relative;
	display: flex;
	min-height: 310px;
	overflow: hidden;
	flex-direction: column;
	padding: 34px 34px 32px;
	border: 1px solid rgba(255, 255, 255, .11);
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), 0 20px 55px rgba(0, 0, 0, .16);
	color: var(--ffg-white);
	text-decoration: none;
	transition: transform .3s cubic-bezier(.2, .75, .25, 1), border-color .3s ease, background .3s ease, box-shadow .3s ease;
}

.ffg-feature-link:last-child {
	border-right: 1px solid rgba(255, 255, 255, .11);
}

.ffg-feature-link:hover,
.ffg-feature-link:focus-visible {
	border-color: rgba(255, 83, 96, .45);
	background: linear-gradient(145deg, rgba(193, 18, 31, .97), rgba(115, 10, 18, .96));
	box-shadow: 0 26px 60px rgba(81, 5, 11, .34);
	transform: translateY(-6px);
}

.ffg-feature-link::before {
	position: absolute;
	top: 0;
	left: 34px;
	width: 42px;
	height: 3px;
	border-radius: 0 0 99px 99px;
	background: var(--ffg-red);
	content: "";
	transition: width .3s ease, background-color .3s ease;
}

.ffg-feature-link:hover::before,
.ffg-feature-link:focus-visible::before {
	width: calc(100% - 68px);
	background: rgba(255, 255, 255, .75);
}

.ffg-feature-link > span {
	margin-bottom: auto;
	color: rgba(255, 255, 255, .56);
	font-family: var(--ffg-font-display);
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: .08em;
}

.ffg-feature-link h3 {
	margin: 30px 0 14px;
	color: var(--ffg-white);
	font-size: clamp(2rem, 3vw, 2.8rem);
}

.ffg-feature-link p {
	max-width: 270px;
	margin: 0;
	color: rgba(255, 255, 255, .7);
	font-size: .88rem;
}

.ffg-feature-link > svg {
	position: absolute;
	right: 24px;
	bottom: 24px;
	width: 42px;
	height: 42px;
	padding: 11px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 50%;
	background: rgba(255, 255, 255, .055);
	transition: background-color .25s ease, transform .25s ease;
}

.ffg-feature-link:hover > svg,
.ffg-feature-link:focus-visible > svg {
	background: rgba(255, 255, 255, .16);
	transform: translateX(3px);
}

/* Events */
.ffg-section--events {
	background: var(--ffg-white);
}

.ffg-event-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.ffg-event-card {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr) auto;
	align-items: center;
	min-height: 130px;
	padding: 20px 24px 20px 18px;
	border: 1px solid var(--ffg-line);
	border-radius: var(--ffg-radius);
	background: var(--ffg-paper);
	color: var(--ffg-charcoal);
	text-decoration: none;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ffg-event-card:hover {
	border-color: rgba(193, 18, 31, .3);
	box-shadow: var(--ffg-shadow-sm);
	transform: translateY(-3px);
}

.ffg-event-date {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 82px;
	flex-direction: column;
	border-radius: 12px;
	background: var(--ffg-red);
	color: var(--ffg-white);
	line-height: 1;
}

.ffg-event-date strong {
	font-family: var(--ffg-font-display);
	font-size: 2rem;
	font-weight: 800;
}

.ffg-event-date small {
	margin-top: 5px;
	font-size: .65rem;
	font-weight: 780;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ffg-event-copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 6px;
}

.ffg-event-copy small {
	color: var(--ffg-muted);
	font-size: .72rem;
}

.ffg-event-copy strong {
	overflow: hidden;
	font-family: var(--ffg-font-display);
	font-size: 1.55rem;
	font-weight: 700;
	line-height: 1.05;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* CTA */
.ffg-cta-band {
	position: relative;
	overflow: hidden;
	padding: clamp(65px, 8vw, 96px) 0;
	background: var(--ffg-red);
	color: var(--ffg-white);
}

.ffg-cta-band::after {
	position: absolute;
	top: -150px;
	right: 6%;
	width: 420px;
	height: 420px;
	border: 70px solid rgba(255, 255, 255, .06);
	border-radius: 50%;
	content: "";
}

.ffg-cta-band-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.ffg-cta-band h2 {
	max-width: 770px;
	margin: 0;
	color: var(--ffg-white);
}

.ffg-cta-band .ffg-eyebrow,
.ffg-section--red .ffg-eyebrow {
	color: rgba(255, 255, 255, .94);
}

/* Page heroes */
.ffg-page-hero,
.ffg-incident-hero,
.ffg-youth-hero {
	position: relative;
	display: grid;
	align-items: end;
	min-height: 440px;
	overflow: hidden;
	padding: 110px 0 76px;
	background: var(--ffg-charcoal);
	color: var(--ffg-white);
}

.ffg-page-hero::before,
.ffg-incident-hero::before,
.ffg-youth-hero::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(7, 9, 13, .92), rgba(7, 9, 13, .4)),
		var(--ffg-page-image, linear-gradient(135deg, #20161a, #111318));
	background-position: center;
	background-size: cover;
	content: "";
}

.ffg-page-hero::after,
.ffg-incident-hero::after,
.ffg-youth-hero::after {
	position: absolute;
	top: -90px;
	right: -30px;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
	box-shadow: 0 0 0 80px rgba(255, 255, 255, .02), 0 0 0 160px rgba(255, 255, 255, .012);
	content: "";
}

.ffg-page-hero > .ffg-container,
.ffg-incident-hero > .ffg-container,
.ffg-youth-hero > .ffg-container {
	position: relative;
	z-index: 1;
}

.ffg-page-hero h1,
.ffg-incident-hero h1,
.ffg-youth-hero h1 {
	max-width: 940px;
	margin-bottom: 16px;
	color: var(--ffg-white);
}

.ffg-page-hero p:not(.ffg-eyebrow) {
	max-width: 760px;
	margin: 0;
	color: rgba(255, 255, 255, .76);
	font-size: 1.05rem;
}

.ffg-page-hero--archive,
.ffg-page-hero--vehicles {
	min-height: 480px;
}

.ffg-page-hero--vehicles::before {
	background:
		linear-gradient(90deg, rgba(7, 9, 13, .95), rgba(104, 9, 16, .64)),
		linear-gradient(135deg, #111318, #730a12);
}

/* Content */
.ffg-section--page {
	min-height: 50vh;
}

.ffg-content-card {
	padding: clamp(30px, 5vw, 64px);
	border: 1px solid rgba(17, 19, 24, .07);
	border-radius: var(--ffg-radius);
	background: var(--ffg-white);
	box-shadow: var(--ffg-shadow-sm);
}

.ffg-entry-content {
	font-size: 1rem;
}

.ffg-entry-content > :first-child {
	margin-top: 0;
}

.ffg-entry-content > :last-child {
	margin-bottom: 0;
}

.ffg-entry-content h2,
.ffg-entry-content h3,
.ffg-entry-content h4 {
	margin-top: 1.35em;
}

.ffg-entry-content h2 {
	font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.ffg-entry-content h3 {
	font-size: clamp(1.65rem, 3vw, 2.3rem);
}

.ffg-entry-content a {
	color: var(--ffg-red);
	font-weight: 650;
}

.ffg-entry-content img {
	border-radius: 14px;
}

.ffg-entry-content blockquote {
	margin: 38px 0;
	padding: 26px 30px;
	border-left: 5px solid var(--ffg-red);
	border-radius: 0 12px 12px 0;
	background: var(--ffg-paper);
	font-size: 1.08rem;
}

.ffg-entry-content table {
	width: 100%;
	border-collapse: collapse;
}

.ffg-entry-content th,
.ffg-entry-content td {
	padding: 13px;
	border: 1px solid var(--ffg-line);
	text-align: left;
}

/* Filters and archive */
.ffg-section--archive {
	padding-top: 72px;
}

.ffg-filter-bar {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 150px 190px minmax(220px, 1fr) auto auto;
	align-items: end;
	margin-top: -118px;
	margin-bottom: 62px;
	padding: 24px;
	gap: 14px;
	border: 1px solid rgba(17, 19, 24, .07);
	border-radius: var(--ffg-radius);
	background: var(--ffg-white);
	box-shadow: var(--ffg-shadow);
}

.ffg-filter-field {
	display: grid;
	gap: 7px;
}

.ffg-filter-field label {
	color: var(--ffg-muted);
	font-size: .7rem;
	font-weight: 780;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ffg-filter-field select,
.ffg-entry-content select,
.ffg-entry-content input,
.ffg-entry-content textarea,
.wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wpcf7 select,
.wpcf7 textarea {
	width: 100%;
	min-height: 50px;
	padding: 11px 14px;
	border: 1px solid #d7d9de;
	border-radius: 9px;
	background: var(--ffg-white);
	color: var(--ffg-charcoal);
	transition: border-color .2s ease, box-shadow .2s ease;
}

.ffg-filter-field select:focus,
.ffg-entry-content input:focus,
.ffg-entry-content textarea:focus,
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	border-color: var(--ffg-red);
	box-shadow: 0 0 0 4px rgba(193, 18, 31, .1);
	outline: 0;
}

.ffg-filter-bar .ffg-button {
	min-height: 50px;
}

.ffg-filter-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 10px;
	color: var(--ffg-muted);
	font-size: .78rem;
	font-weight: 680;
}

.ffg-result-summary {
	display: flex;
	align-items: baseline;
	margin-bottom: 46px;
	gap: 10px;
}

.ffg-result-summary strong {
	color: var(--ffg-red);
	font-family: var(--ffg-font-display);
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1;
}

.ffg-result-summary span {
	color: var(--ffg-muted);
	font-size: .9rem;
}

.ffg-month-heading {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	margin: 72px 0 28px;
	gap: 22px;
}

.ffg-archive-groups > .ffg-month-heading:first-child {
	margin-top: 0;
}

.ffg-month-heading h2 {
	margin: 0;
	font-size: 2.25rem;
}

.ffg-month-heading span {
	height: 1px;
	background: var(--ffg-line);
}

.ffg-incident-grid--archive {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ffg-incident-grid--archive .ffg-incident-card {
	display: grid;
	grid-template-columns: 42% 1fr;
}

.ffg-incident-grid--archive .ffg-incident-card-media {
	height: 100%;
	aspect-ratio: auto;
}

.ffg-pagination {
	margin-top: 70px;
}

.ffg-pagination ul,
.nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	gap: 8px;
	list-style: none;
}

.ffg-pagination a,
.ffg-pagination span,
.nav-links a,
.nav-links span {
	display: grid;
	min-width: 44px;
	height: 44px;
	place-items: center;
	padding: 0 13px;
	border: 1px solid var(--ffg-line);
	border-radius: 9px;
	background: var(--ffg-white);
	font-size: .83rem;
	font-weight: 700;
	text-decoration: none;
}

.ffg-pagination .current,
.nav-links .current {
	border-color: var(--ffg-red);
	background: var(--ffg-red);
	color: var(--ffg-white);
}

/* Single incident */
.ffg-incident-hero {
	min-height: 570px;
}

.ffg-incident-hero .ffg-back-link {
	display: inline-flex;
	margin-bottom: 36px;
	color: rgba(255, 255, 255, .75);
	font-size: .8rem;
	font-weight: 700;
	text-decoration: none;
}

.ffg-incident-hero .ffg-badge {
	margin-bottom: 18px;
}

.ffg-incident-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 26px;
	color: rgba(255, 255, 255, .78);
	font-size: .88rem;
}

.ffg-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	align-items: start;
	gap: clamp(44px, 7vw, 100px);
}

.ffg-single-copy {
	min-width: 0;
}

.ffg-single-lead {
	margin-bottom: 38px;
	color: var(--ffg-charcoal);
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	font-weight: 560;
	line-height: 1.55;
}

.ffg-single-facts {
	position: sticky;
	top: calc(var(--ffg-header-height) + 28px);
	padding: 30px;
	border-radius: var(--ffg-radius);
	background: var(--ffg-charcoal);
	color: var(--ffg-white);
}

.ffg-single-facts h2 {
	margin-bottom: 22px;
	color: var(--ffg-white);
	font-size: 2rem;
}

.ffg-single-facts dl {
	margin: 0;
}

.ffg-single-facts dl > div {
	display: grid;
	grid-template-columns: 88px 1fr;
	padding: 13px 0;
	border-top: 1px solid rgba(255, 255, 255, .12);
	gap: 12px;
}

.ffg-single-facts dt {
	color: rgba(255, 255, 255, .54);
	font-size: .72rem;
	font-weight: 700;
}

.ffg-single-facts dd {
	margin: 0;
	font-size: .83rem;
	font-weight: 640;
}

.ffg-section--gallery {
	padding-top: 0;
}

.ffg-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.ffg-gallery a {
	display: block;
	overflow: hidden;
	border-radius: 14px;
	background: var(--ffg-charcoal);
}

.ffg-gallery img {
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform .4s ease;
}

.ffg-gallery a:hover img {
	transform: scale(1.035);
}

.ffg-post-navigation {
	padding: 34px 0;
	border-top: 1px solid var(--ffg-line);
	background: var(--ffg-white);
}

.ffg-post-navigation .ffg-container {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.ffg-post-navigation a {
	color: var(--ffg-red);
	font-size: .83rem;
	font-weight: 760;
	text-decoration: none;
}

/* Vehicles */
.ffg-vehicle-grid {
	display: grid;
	gap: 34px;
}

.ffg-vehicle-card {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
	min-height: 470px;
	overflow: hidden;
	border: 1px solid var(--ffg-line);
	border-radius: var(--ffg-radius-lg);
	background: var(--ffg-white);
	box-shadow: var(--ffg-shadow-sm);
}

.ffg-vehicle-card:nth-child(even) {
	grid-template-columns: minmax(340px, .75fr) minmax(0, 1.25fr);
}

.ffg-vehicle-card:nth-child(even) .ffg-vehicle-image {
	order: 2;
}

.ffg-vehicle-image {
	position: relative;
	min-height: 470px;
	overflow: hidden;
	background: var(--ffg-charcoal);
}

.ffg-vehicle-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ffg-vehicle-image.is-placeholder {
	display: grid;
	place-items: center;
}

.ffg-vehicle-image.is-placeholder > span:first-child {
	color: rgba(255, 255, 255, .2);
}

.ffg-vehicle-image.is-placeholder svg {
	width: 130px;
	height: 130px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1;
}

.ffg-vehicle-call-sign {
	position: absolute;
	top: 22px;
	left: 22px;
	padding: 8px 12px;
	border-radius: 8px;
	background: rgba(9, 11, 15, .85);
	color: var(--ffg-white);
	font-size: .7rem;
	font-weight: 780;
	letter-spacing: .05em;
	backdrop-filter: blur(6px);
}

.ffg-vehicle-body {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: clamp(38px, 5vw, 66px);
}

.ffg-vehicle-body h2 {
	font-size: clamp(3.2rem, 5vw, 5.2rem);
}

.ffg-vehicle-body > p:not(.ffg-eyebrow) {
	color: var(--ffg-muted);
	font-size: .92rem;
}

.ffg-vehicle-body dl {
	display: grid;
	margin: 26px 0 0;
	gap: 0;
}

.ffg-vehicle-body dl > div {
	display: grid;
	grid-template-columns: 110px 1fr;
	padding: 10px 0;
	border-top: 1px solid var(--ffg-line);
	gap: 16px;
}

.ffg-vehicle-body dt {
	color: var(--ffg-muted);
	font-size: .72rem;
	font-weight: 700;
}

.ffg-vehicle-body dd {
	margin: 0;
	font-size: .84rem;
	font-weight: 680;
}

/* Youth */
.ffg-youth-hero {
	align-items: center;
	min-height: 680px;
}

.ffg-youth-hero::before {
	background:
		linear-gradient(90deg, rgba(7, 9, 13, .94), rgba(7, 9, 13, .26)),
		var(--ffg-page-image, linear-gradient(135deg, #13161d, #730a12));
	background-position: center;
	background-size: cover;
}

.ffg-youth-hero-copy {
	max-width: 790px;
}

.ffg-youth-hero-copy p:not(.ffg-eyebrow) {
	max-width: 610px;
	margin-bottom: 32px;
	color: rgba(255, 255, 255, .8);
	font-size: 1.12rem;
}

.ffg-youth-facts-wrap {
	position: relative;
	z-index: 4;
	margin-top: -52px;
}

.ffg-youth-facts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-radius: var(--ffg-radius);
	background: var(--ffg-white);
	box-shadow: var(--ffg-shadow);
}

.ffg-youth-facts > div {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 112px;
	flex-direction: column;
	border-right: 1px solid var(--ffg-line);
	line-height: 1;
}

.ffg-youth-facts > div:last-child {
	border-right: 0;
}

.ffg-youth-facts strong {
	color: var(--ffg-red);
	font-family: var(--ffg-font-display);
	font-size: 2.2rem;
	font-weight: 800;
}

.ffg-youth-facts span {
	margin-top: 9px;
	color: var(--ffg-muted);
	font-size: .72rem;
}

.ffg-section--youth-content {
	padding-top: 120px;
}

.ffg-youth-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(440px, .95fr);
	align-items: start;
	gap: 36px;
}

.ffg-youth-side {
	padding: clamp(34px, 5vw, 56px);
	border-radius: var(--ffg-radius);
	background: var(--ffg-charcoal);
	color: rgba(255, 255, 255, .78);
}

.ffg-youth-side h2 {
	color: var(--ffg-white);
}

.ffg-youth-side .ffg-check-list li {
	color: rgba(255, 255, 255, .82);
}

.ffg-section--red {
	background: var(--ffg-red);
	color: var(--ffg-white);
}

.ffg-section--red h2 {
	color: var(--ffg-white);
}

.ffg-join-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, .75fr);
	align-items: center;
	gap: clamp(50px, 8vw, 110px);
}

.ffg-join-grid > div:first-child > p:not(.ffg-eyebrow) {
	max-width: 680px;
	color: rgba(255, 255, 255, .78);
}

.ffg-join-card {
	display: grid;
	grid-template-columns: auto 1fr;
	padding: 32px;
	gap: 18px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: var(--ffg-radius);
	background: rgba(115, 10, 18, .42);
}

.ffg-join-card > span svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
}

.ffg-join-card p {
	margin: 4px 0 20px;
	color: rgba(255, 255, 255, .74);
	font-size: .85rem;
}

.ffg-join-card .ffg-button {
	grid-column: 1 / -1;
}

/* Generic cards and forms */
.ffg-post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.ffg-post-card {
	overflow: hidden;
	border: 1px solid var(--ffg-line);
	border-radius: var(--ffg-radius);
	background: var(--ffg-white);
	box-shadow: var(--ffg-shadow-sm);
}

.ffg-post-card-image {
	display: block;
}

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

.ffg-post-card > div {
	padding: 28px;
}

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

.ffg-post-card h2 a {
	text-decoration: none;
}

.ffg-post-card p:not(.ffg-eyebrow) {
	color: var(--ffg-muted);
	font-size: .9rem;
}

.wpcf7 p {
	margin-bottom: 18px;
}

.wpcf7 label {
	display: grid;
	gap: 7px;
	color: var(--ffg-charcoal);
	font-size: .8rem;
	font-weight: 700;
}

.wpcf7 textarea {
	min-height: 170px;
	resize: vertical;
}

.wpcf7 input[type="submit"] {
	min-height: 52px;
	padding: 12px 24px;
	border: 0;
	border-radius: 9px;
	background: var(--ffg-red);
	color: var(--ffg-white);
	font-weight: 760;
	cursor: pointer;
}

.wpcf7-not-valid-tip {
	font-size: .75rem;
}

.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 13px 16px;
	border-width: 1px;
	border-radius: 8px;
}

.tribe-events,
.tribe-common {
	font-family: var(--ffg-font-body) !important;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
	background: var(--ffg-red) !important;
}

/* Footer */
.ffg-site-footer {
	padding: 76px 0 26px;
	background: var(--ffg-black);
	color: rgba(255, 255, 255, .7);
}

.ffg-footer-grid,
.ffg-footer-bottom {
	width: min(calc(100% - 48px), var(--ffg-container));
	margin-inline: auto;
}

.ffg-footer-grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.3fr) .8fr 1fr;
	padding-bottom: 58px;
	gap: 70px;
}

.ffg-brand--footer {
	color: var(--ffg-white);
}

.ffg-brand--footer .ffg-brand-copy {
	font-size: .9rem;
}

.ffg-brand--footer .ffg-brand-copy strong {
	font-size: 1.2rem;
}

.ffg-footer-brand > p {
	max-width: 360px;
	margin: 24px 0;
	color: rgba(255, 255, 255, .52);
	font-size: .82rem;
}

.ffg-social-links {
	display: flex;
	gap: 18px;
}

.ffg-social-links a {
	color: var(--ffg-white);
	font-size: .78rem;
	font-weight: 700;
	text-decoration: none;
}

.ffg-footer-column h2 {
	margin-bottom: 24px;
	color: var(--ffg-white);
	font-family: var(--ffg-font-body);
	font-size: .78rem;
	font-weight: 780;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ffg-footer-menu,
.ffg-footer-column .ffg-menu,
.ffg-contact-list {
	display: grid;
	margin: 0;
	padding: 0;
	gap: 12px;
	list-style: none;
}

.ffg-footer-menu a,
.ffg-footer-column .ffg-menu a,
.ffg-contact-list a {
	color: rgba(255, 255, 255, .68);
	font-size: .8rem;
	text-decoration: none;
	transition: color .2s ease;
}

.ffg-footer-menu a:hover,
.ffg-contact-list a:hover {
	color: var(--ffg-white);
}

.ffg-contact-list li {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	align-items: start;
	gap: 12px;
	font-size: .8rem;
}

.ffg-contact-list svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--ffg-red);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ffg-contact-list a,
.ffg-contact-list span {
	overflow-wrap: anywhere;
}

.ffg-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .15);
	gap: 30px;
}

.ffg-footer-bottom p {
	margin: 0;
	font-size: .7rem;
}

.ffg-legal-menu,
.ffg-legal-menu ul {
	display: flex;
	margin: 0;
	padding: 0;
	gap: 22px;
	list-style: none;
}

.ffg-legal-menu a {
	color: rgba(255, 255, 255, .58);
	font-size: .7rem;
	text-decoration: none;
}

/* Error page */
.ffg-error-page {
	display: grid;
	min-height: 72vh;
	place-items: center;
	padding: 100px 0;
	text-align: center;
}

.ffg-error-code {
	margin: 0;
	color: #ececee;
	font-family: var(--ffg-font-display);
	font-size: clamp(8rem, 22vw, 18rem);
	font-weight: 800;
	letter-spacing: -.06em;
	line-height: .72;
}

.ffg-error-page h1 {
	font-size: clamp(3rem, 6vw, 5.7rem);
}

.ffg-error-page .ffg-container > p:not(.ffg-error-code):not(.ffg-eyebrow) {
	max-width: 580px;
	margin: 0 auto 30px;
	color: var(--ffg-muted);
}

/* Motion */
.ffg-has-js .reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .65s ease, transform .65s cubic-bezier(.2, .75, .25, 1);
}

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

/* Responsive */
@media (max-width: 1180px) {
	.ffg-header-inner {
		grid-template-columns: auto 1fr auto auto;
		gap: 16px;
	}

	.ffg-menu-toggle {
		display: grid;
		grid-column: 3;
		place-items: center;
	}

	.ffg-primary-nav {
		position: fixed;
		top: var(--ffg-header-height);
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		overflow-y: auto;
		padding: 26px 24px 110px;
		background: var(--ffg-white);
	}

	.admin-bar .ffg-primary-nav {
		top: calc(var(--ffg-header-height) + 32px);
	}

	.ffg-primary-nav.is-open {
		display: block;
	}

	.ffg-primary-nav .ffg-menu,
	.ffg-primary-nav ul {
		display: grid;
		align-items: stretch;
		gap: 0;
	}

	.ffg-primary-nav li {
		border-bottom: 1px solid var(--ffg-line);
	}

	.ffg-primary-nav a {
		padding: 17px 4px;
		border: 0;
		font-family: var(--ffg-font-display);
		font-size: 1.65rem;
		font-weight: 700;
	}

	.ffg-primary-nav .sub-menu {
		position: static;
		display: grid;
		min-width: 0;
		padding: 0 0 12px 18px;
		border: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.ffg-primary-nav .sub-menu li {
		border: 0;
	}

	.ffg-primary-nav .sub-menu a {
		padding: 8px 4px;
		font-family: var(--ffg-font-body);
		font-size: .9rem;
	}

	.ffg-filter-bar {
		grid-template-columns: 1fr 1fr 1.3fr auto;
	}

	.ffg-filter-reset {
		grid-column: 1 / -1;
		justify-content: flex-start;
		min-height: auto;
	}
}

@media (max-width: 980px) {
	.ffg-hero {
		min-height: 680px;
	}

	.ffg-hero::before {
		background-position: 62% center;
	}

	.ffg-hero-overlay {
		background: linear-gradient(90deg, rgba(5, 7, 10, .95), rgba(5, 7, 10, .62) 68%, rgba(5, 7, 10, .28));
	}

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

	.ffg-fact:nth-child(2) {
		border-right: 0;
	}

	.ffg-fact:nth-child(-n+2) {
		border-bottom: 1px solid var(--ffg-line);
	}

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

	.ffg-incident-grid .ffg-incident-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.ffg-split-feature {
		grid-template-columns: 1fr;
	}

	.ffg-split-feature-copy {
		padding: 88px 48px;
	}

	.ffg-split-feature-media {
		min-height: 500px;
	}

	.ffg-feature-link-grid {
		grid-template-columns: 1fr;
	}

	.ffg-feature-link {
		min-height: 230px;
		border: 1px solid rgba(255, 255, 255, .11);
	}

	.ffg-feature-link:last-child {
		border: 1px solid rgba(255, 255, 255, .11);
	}

	.ffg-event-list {
		grid-template-columns: 1fr;
	}

	.ffg-single-layout,
	.ffg-youth-layout,
	.ffg-join-grid {
		grid-template-columns: 1fr;
	}

	.ffg-single-facts {
		position: static;
	}

	.ffg-vehicle-card,
	.ffg-vehicle-card:nth-child(even) {
		grid-template-columns: 1fr;
	}

	.ffg-vehicle-card:nth-child(even) .ffg-vehicle-image {
		order: 0;
	}

	.ffg-vehicle-image {
		min-height: 420px;
	}

	.ffg-footer-grid {
		grid-template-columns: 1.2fr .8fr;
	}

	.ffg-footer-column:last-child {
		grid-column: 1 / -1;
	}
}

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

	.admin-bar .ffg-primary-nav {
		top: calc(var(--ffg-header-height) + 46px);
	}
}

@media (max-width: 760px) {
	:root {
		--ffg-header-height: 72px;
	}

	.ffg-section--dark::after {
		top: .02em;
		right: -.02em;
		font-size: 14rem;
	}

	.ffg-section--dark .ffg-section-heading {
		margin-bottom: 38px;
	}

	.ffg-container,
	.ffg-footer-grid,
	.ffg-footer-bottom,
	.ffg-header-inner {
		width: min(calc(100% - 32px), var(--ffg-container));
	}

	.ffg-header-inner {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.ffg-brand {
		min-width: 0;
	}

	.ffg-brand-mark {
		width: 42px;
		height: 52px;
	}

	.ffg-brand-logo,
	.ffg-brand-mark img {
		max-width: 42px;
		height: 52px;
	}

	.ffg-brand-copy {
		font-size: .64rem;
	}

	.ffg-brand-copy strong {
		font-size: .82rem;
	}

	.ffg-menu-toggle {
		grid-column: 2;
	}

	.ffg-emergency-button {
		position: fixed;
		right: 16px;
		bottom: 16px;
		z-index: 999;
		height: 52px;
		border-radius: 999px;
		box-shadow: 0 12px 34px rgba(115, 10, 18, .38);
	}

	.ffg-hero {
		min-height: 690px;
	}

	.ffg-hero::before {
		background-position: 68% center;
	}

	.ffg-hero-overlay {
		background: linear-gradient(90deg, rgba(5, 7, 10, .95), rgba(5, 7, 10, .58)), linear-gradient(0deg, rgba(5, 7, 10, .5), transparent 55%);
	}

	.ffg-hero-inner {
		padding-top: 74px;
		padding-bottom: 105px;
	}

	.ffg-hero h1 {
		font-size: clamp(3.7rem, 17vw, 5.6rem);
		line-height: .88;
	}

	.ffg-hero-lead {
		font-size: 1rem;
	}

	.ffg-facts-wrap,
	.ffg-youth-facts-wrap {
		margin-top: -44px;
	}

	.ffg-facts {
		min-height: 0;
		padding: 8px;
	}

	.ffg-fact {
		justify-content: flex-start;
		padding: 17px 14px;
		gap: 10px;
	}

	.ffg-fact-icon {
		width: 30px;
		height: 30px;
	}

	.ffg-fact-icon svg {
		width: 24px;
		height: 24px;
	}

	.ffg-fact strong {
		font-size: .88rem;
	}

	.ffg-fact small {
		font-size: .62rem;
	}

	.ffg-section {
		padding: 82px 0;
	}

	.ffg-section-heading {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 32px;
		gap: 13px;
	}

	.ffg-incident-grid,
	.ffg-incident-grid--archive {
		grid-template-columns: 1fr;
	}

	.ffg-incident-grid .ffg-incident-card:last-child:nth-child(odd) {
		grid-column: auto;
	}

	.ffg-incident-grid--archive .ffg-incident-card {
		display: flex;
	}

	.ffg-incident-grid--archive .ffg-incident-card-media {
		aspect-ratio: 16 / 10;
	}

	.ffg-split-feature-copy {
		padding: 76px 24px;
	}

	.ffg-split-feature-media {
		min-height: 390px;
	}

	.ffg-feature-link {
		padding: 28px;
	}

	.ffg-event-card {
		grid-template-columns: 68px minmax(0, 1fr) auto;
		padding: 16px;
	}

	.ffg-event-date {
		width: 56px;
		height: 70px;
	}

	.ffg-cta-band-inner,
	.ffg-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.ffg-page-hero,
	.ffg-incident-hero {
		min-height: 430px;
		padding: 92px 0 60px;
	}

	.ffg-page-hero--archive {
		padding-bottom: 110px;
	}

	.ffg-filter-bar {
		grid-template-columns: 1fr 1fr;
		margin-top: -126px;
		padding: 18px;
	}

	.ffg-filter-field--wide,
	.ffg-filter-bar .ffg-button,
	.ffg-filter-reset {
		grid-column: 1 / -1;
	}

	.ffg-filter-reset {
		justify-content: center;
	}

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

	.ffg-vehicle-image {
		min-height: 300px;
	}

	.ffg-vehicle-body {
		padding: 34px 28px;
	}

	.ffg-youth-hero {
		min-height: 660px;
	}

	.ffg-youth-facts {
		grid-template-columns: repeat(2, 1fr);
	}

	.ffg-youth-facts > div:nth-child(2) {
		border-right: 0;
	}

	.ffg-youth-facts > div:nth-child(-n+2) {
		border-bottom: 1px solid var(--ffg-line);
	}

	.ffg-footer-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.ffg-footer-column:last-child {
		grid-column: auto;
	}

	.ffg-error-page {
		min-height: 65vh;
	}
}

@media (max-width: 480px) {
	.ffg-brand-copy span:first-child {
		display: none;
	}

	.ffg-button-row {
		display: grid;
	}

	.ffg-button-row .ffg-button {
		width: 100%;
	}

	.ffg-facts {
		grid-template-columns: 1fr;
	}

	.ffg-fact,
	.ffg-fact:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid var(--ffg-line);
	}

	.ffg-fact:last-child {
		border-bottom: 0;
	}

	.ffg-facts-wrap {
		margin-top: -28px;
	}

	.ffg-filter-bar {
		grid-template-columns: 1fr;
	}

	.ffg-filter-field,
	.ffg-filter-field--wide,
	.ffg-filter-bar .ffg-button,
	.ffg-filter-reset {
		grid-column: 1;
	}

	.ffg-content-card {
		padding: 25px 20px;
	}

	.ffg-gallery {
		grid-template-columns: 1fr;
	}

	.ffg-vehicle-body dl > div,
	.ffg-single-facts dl > div {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.ffg-youth-facts strong {
		font-size: 1.8rem;
	}

	.ffg-post-navigation .ffg-container {
		flex-direction: column;
	}
}

/* Experience refresh 2.0
 * These rules refine the original visual system with responsive images,
 * a touch-first navigation and compact mobile content patterns.
 */
:root {
	--ffg-header-height: 80px;
	--ffg-mobile-dock-height: 0px;
	--ffg-section-space: clamp(84px, 9vw, 132px);
}

body {
	overflow-x: clip;
}

.ffg-site-content {
	min-height: 55vh;
}

.ffg-cover-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ffg-site-header {
	height: var(--ffg-header-height);
	transition: box-shadow .25s ease, transform .3s cubic-bezier(.2, .75, .25, 1), background-color .25s ease;
}

.ffg-header-inner {
	width: min(calc(100% - 48px), 1420px);
}

.ffg-menu-toggle-label,
.ffg-mobile-nav-intro,
.ffg-mobile-nav-contact,
.ffg-menu-backdrop,
.ffg-mobile-dock {
	display: none;
}

.ffg-hero:not(.has-media)::before {
	background-image: var(--ffg-hero-image);
}

.ffg-hero.has-media::before {
	display: none;
}

.ffg-hero-media,
.ffg-page-hero-media {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.ffg-hero-media {
	z-index: 0;
}

.ffg-hero-media .ffg-cover-image {
	object-position: 58% center;
	transform: scale(1.01);
}

.ffg-hero-overlay {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(5, 7, 10, .96) 0%, rgba(5, 7, 10, .77) 40%, rgba(5, 7, 10, .18) 76%, rgba(5, 7, 10, .08) 100%),
		linear-gradient(0deg, rgba(5, 7, 10, .48) 0%, transparent 48%);
}

.ffg-hero-inner {
	z-index: 2;
}

.ffg-hero h1 {
	max-width: 880px;
	font-size: clamp(4.4rem, 7.2vw, 7.7rem);
}

.ffg-hero .ffg-eyebrow,
.ffg-page-hero .ffg-eyebrow,
.ffg-youth-hero .ffg-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.ffg-hero .ffg-eyebrow::before,
.ffg-page-hero .ffg-eyebrow::before,
.ffg-youth-hero .ffg-eyebrow::before {
	width: 26px;
	height: 3px;
	border-radius: 99px;
	background: var(--ffg-red);
	content: "";
}

.ffg-facts {
	border-radius: 22px;
	box-shadow: 0 22px 70px rgba(17, 19, 24, .14);
}

.ffg-section {
	padding: var(--ffg-section-space) 0;
}

.ffg-incident-card-media {
	background-image: none;
}

.ffg-incident-card-media .ffg-cover-image {
	position: relative;
	z-index: 0;
	transition: transform .55s cubic-bezier(.2, .75, .25, 1);
}

.ffg-incident-card:hover .ffg-cover-image {
	transform: scale(1.035);
}

.ffg-split-feature-media .ffg-cover-image {
	position: absolute;
	inset: 0;
}

.ffg-page-hero-media {
	z-index: 0;
}

.ffg-page-hero-media .ffg-cover-image {
	object-position: center;
}

.ffg-page-hero.has-media::before,
.ffg-incident-hero.has-media::before {
	z-index: 1;
	background: linear-gradient(90deg, rgba(7, 9, 13, .94) 0%, rgba(7, 9, 13, .66) 45%, rgba(7, 9, 13, .2) 100%);
}

.ffg-youth-hero.has-media::before {
	z-index: 1;
	background: linear-gradient(90deg, rgba(7, 9, 13, .95) 0%, rgba(7, 9, 13, .64) 46%, rgba(7, 9, 13, .18) 100%);
}

.ffg-page-hero::after,
.ffg-incident-hero::after,
.ffg-youth-hero::after {
	z-index: 2;
}

.ffg-page-hero > .ffg-container,
.ffg-incident-hero > .ffg-container,
.ffg-youth-hero > .ffg-container {
	z-index: 3;
}

.ffg-filter-panel {
	position: relative;
	z-index: 4;
	margin-top: -118px;
	margin-bottom: 58px;
	border: 1px solid rgba(17, 19, 24, .07);
	border-radius: 20px;
	background: var(--ffg-white);
	box-shadow: var(--ffg-shadow);
}

.ffg-filter-panel > summary {
	display: none;
}

.ffg-filter-bar {
	position: static;
	display: grid;
	grid-template-columns: 150px 190px minmax(220px, 1fr) auto auto;
	margin: 0;
	padding: 24px;
	border: 0;
	border-radius: inherit;
	background: transparent;
	box-shadow: none;
}

.ffg-filter-panel[open] .ffg-filter-bar {
	animation: ffg-filter-in .25s ease both;
}

@keyframes ffg-filter-in {
	from { opacity: 0; transform: translateY(-5px); }
	to { opacity: 1; transform: translateY(0); }
}

.ffg-mobile-dock {
	isolation: isolate;
}

@media (hover: hover) and (pointer: fine) {
	.ffg-primary-nav a,
	.ffg-button,
	.ffg-text-link,
	.ffg-event-card,
	.ffg-feature-link,
	.ffg-incident-card {
		cursor: pointer;
	}
}

@media (max-width: 1180px) {
	.ffg-site-header {
		background: rgba(255, 255, 255, .985);
		backdrop-filter: none;
	}

	.ffg-site-header.is-hidden:not(:focus-within) {
		transform: translateY(calc(-100% - 4px));
	}

	.ffg-header-inner {
		grid-template-columns: auto minmax(0, 1fr) auto auto;
		gap: 14px;
	}

	.ffg-brand,
	.ffg-menu-toggle,
	.ffg-emergency-button {
		position: relative;
		z-index: 3;
	}

	.ffg-menu-toggle {
		display: inline-flex;
		grid-column: 3;
		align-items: center;
		justify-content: center;
		width: auto;
		min-width: 48px;
		padding: 10px 13px;
		gap: 8px;
		border-radius: 12px;
	}

	.ffg-menu-toggle-label {
		display: inline;
		font-size: .75rem;
		font-weight: 780;
	}

	.ffg-primary-nav {
		position: fixed;
		top: var(--ffg-header-height);
		right: 0;
		bottom: 0;
		left: auto;
		z-index: 2;
		display: block;
		width: min(480px, 100%);
		overflow-x: hidden;
		overflow-y: auto;
		padding: 34px 30px calc(40px + env(safe-area-inset-bottom));
		background:
			radial-gradient(circle at 100% 0, rgba(193, 18, 31, .28), transparent 36%),
			var(--ffg-charcoal);
		box-shadow: -24px 0 70px rgba(9, 11, 15, .26);
		opacity: 0;
		visibility: hidden;
		transform: translateX(102%);
		transition: opacity .28s ease, transform .34s cubic-bezier(.2, .75, .25, 1), visibility .34s;
	}

	.admin-bar .ffg-primary-nav {
		top: calc(var(--ffg-header-height) + 32px);
	}

	.ffg-primary-nav.is-open {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	.ffg-mobile-nav-intro {
		display: flex;
		margin-bottom: 24px;
		flex-direction: column;
		color: var(--ffg-white);
		line-height: 1.15;
	}

	.ffg-mobile-nav-intro span {
		margin-bottom: 8px;
		color: var(--ffg-red);
		font-size: .66rem;
		font-weight: 820;
		letter-spacing: .14em;
		text-transform: uppercase;
	}

	.ffg-mobile-nav-intro strong {
		font-family: var(--ffg-font-display);
		font-size: 2.25rem;
		font-weight: 760;
	}

	.ffg-primary-nav .ffg-menu,
	.ffg-primary-nav ul {
		display: grid;
		align-items: stretch;
		gap: 0;
	}

	.ffg-primary-nav li {
		border-bottom: 1px solid rgba(255, 255, 255, .11);
	}

	.ffg-primary-nav a {
		padding: 15px 2px;
		border: 0;
		color: rgba(255, 255, 255, .94);
		font-family: var(--ffg-font-display);
		font-size: clamp(1.65rem, 4vw, 2rem);
		font-weight: 700;
		line-height: 1;
	}

	.ffg-primary-nav a:hover,
	.ffg-primary-nav .current-menu-item > a,
	.ffg-primary-nav .current_page_item > a {
		color: #ff5360;
	}

	.ffg-primary-nav .sub-menu {
		position: static;
		display: grid;
		min-width: 0;
		padding: 0 0 12px 16px;
		border: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.ffg-primary-nav .sub-menu li {
		border: 0;
	}

	.ffg-primary-nav .sub-menu a {
		padding: 8px 2px;
		color: rgba(255, 255, 255, .64);
		font-family: var(--ffg-font-body);
		font-size: .88rem;
		font-weight: 620;
	}

	.ffg-mobile-nav-contact {
		display: grid;
		margin-top: 28px;
		padding-top: 22px;
		gap: 10px;
		border-top: 1px solid rgba(255, 255, 255, .12);
	}

	.ffg-mobile-nav-contact > a {
		display: grid;
		grid-template-columns: 38px minmax(0, 1fr);
		align-items: center;
		min-height: 48px;
		padding: 10px 0;
		gap: 12px;
		font-family: var(--ffg-font-body);
		font-size: .8rem;
	}

	.ffg-mobile-nav-contact svg {
		width: 21px;
		height: 21px;
		fill: none;
		stroke: #ff5360;
		stroke-width: 1.8;
	}

	.ffg-mobile-nav-contact span {
		display: flex;
		min-width: 0;
		flex-direction: column;
	}

	.ffg-mobile-nav-contact small {
		color: rgba(255, 255, 255, .48);
		font-size: .62rem;
		font-weight: 650;
	}

	.ffg-mobile-nav-contact strong {
		overflow-wrap: anywhere;
		font-size: .78rem;
	}

	.ffg-menu-backdrop {
		position: fixed;
		top: var(--ffg-header-height);
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		display: block;
		border: 0;
		background: rgba(9, 11, 15, .56);
		opacity: 0;
		visibility: hidden;
		backdrop-filter: blur(5px);
		transition: opacity .28s ease, visibility .28s;
	}

	.admin-bar .ffg-menu-backdrop {
		top: calc(var(--ffg-header-height) + 32px);
	}

	.ffg-menu-backdrop.is-visible {
		opacity: 1;
		visibility: visible;
	}

	.ffg-filter-bar {
		grid-template-columns: 1fr 1fr 1.3fr auto;
	}

	.ffg-filter-reset {
		grid-column: 1 / -1;
		justify-content: flex-start;
		min-height: auto;
	}
}

@media (max-width: 980px) {
	.ffg-hero {
		min-height: min(800px, calc(100svh - var(--ffg-header-height)));
	}

	.ffg-hero-media .ffg-cover-image {
		object-position: 64% center;
	}

	.ffg-hero-overlay {
		background:
			linear-gradient(90deg, rgba(5, 7, 10, .96), rgba(5, 7, 10, .68) 70%, rgba(5, 7, 10, .42)),
			linear-gradient(0deg, rgba(5, 7, 10, .56), transparent 58%);
	}

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

	.ffg-incident-grid:not(.ffg-incident-grid--archive) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ffg-split-feature {
		grid-template-columns: 1fr;
	}

	.ffg-split-feature-copy {
		padding: 82px 48px;
	}

	.ffg-feature-link-grid,
	.ffg-event-list,
	.ffg-single-layout,
	.ffg-youth-layout,
	.ffg-join-grid,
	.ffg-vehicle-card,
	.ffg-vehicle-card:nth-child(even) {
		grid-template-columns: 1fr;
	}

	.ffg-vehicle-card:nth-child(even) .ffg-vehicle-image {
		order: 0;
	}

	.ffg-footer-grid {
		grid-template-columns: 1.15fr .85fr;
	}
}

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

	.admin-bar .ffg-primary-nav,
	.admin-bar .ffg-menu-backdrop {
		top: calc(var(--ffg-header-height) + 46px);
	}
}

@media (max-width: 760px) {
	:root {
		--ffg-header-height: 68px;
		--ffg-mobile-dock-height: 66px;
		--ffg-section-space: 66px;
	}

	html {
		scroll-padding-top: calc(var(--ffg-header-height) + 14px);
	}

	body {
		padding-bottom: calc(var(--ffg-mobile-dock-height) + env(safe-area-inset-bottom));
		font-size: 15px;
		line-height: 1.62;
	}

	.ffg-container,
	.ffg-footer-grid,
	.ffg-footer-bottom,
	.ffg-header-inner {
		width: min(calc(100% - 32px), var(--ffg-container));
	}

	h1 { font-size: clamp(3rem, 14vw, 4.2rem); }
	h2 { font-size: clamp(2.5rem, 11vw, 3.35rem); }
	h3 { font-size: clamp(1.65rem, 7vw, 2.05rem); }

	.ffg-header-inner {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px;
	}

	.ffg-brand {
		min-width: 0;
		gap: 10px;
	}

	.ffg-brand-mark {
		width: 38px;
		height: 48px;
	}

	.ffg-brand-logo,
	.ffg-brand-mark img {
		max-width: 38px;
		height: 48px;
	}

	.ffg-brand-copy {
		font-size: .59rem;
	}

	.ffg-brand-copy > span:first-child {
		display: block;
	}

	.ffg-brand-copy strong {
		font-size: .79rem;
	}

	.ffg-menu-toggle {
		grid-column: 2;
		width: 46px;
		min-width: 46px;
		height: 46px;
		padding: 11px;
	}

	.ffg-menu-toggle-label {
		display: none;
	}

	.ffg-primary-nav {
		width: 100%;
		padding: 27px 22px calc(38px + env(safe-area-inset-bottom));
		box-shadow: none;
	}

	.ffg-menu-backdrop {
		display: none;
	}

	.ffg-emergency-button {
		display: none;
	}

	.ffg-mobile-dock {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1200;
		display: grid;
		grid-template-columns: 1fr 1fr 1.25fr;
		min-height: calc(var(--ffg-mobile-dock-height) + env(safe-area-inset-bottom));
		padding: 6px max(8px, env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
		border-top: 1px solid rgba(17, 19, 24, .1);
		background: rgba(255, 255, 255, .96);
		box-shadow: 0 -12px 34px rgba(17, 19, 24, .11);
		backdrop-filter: blur(18px) saturate(155%);
		transition: transform .3s ease;
	}

	body.ffg-menu-open .ffg-mobile-dock {
		transform: translateY(110%);
	}

	.ffg-mobile-dock a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 0;
		flex-direction: column;
		gap: 3px;
		border-radius: 11px;
		color: var(--ffg-charcoal);
		font-size: .62rem;
		font-weight: 730;
		line-height: 1.15;
		text-align: center;
		text-decoration: none;
	}

	.ffg-mobile-dock svg {
		width: 21px;
		height: 21px;
		fill: none;
		stroke: currentColor;
		stroke-width: 1.85;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.ffg-mobile-dock .ffg-mobile-dock-emergency {
		background: var(--ffg-red);
		color: var(--ffg-white);
		box-shadow: 0 8px 22px rgba(193, 18, 31, .22);
	}

	.ffg-hero {
		align-items: end;
		min-height: max(620px, calc(100svh - var(--ffg-header-height)));
		max-height: 790px;
	}

	.ffg-hero::before,
	.ffg-hero-media .ffg-cover-image {
		background-position: 68% center;
		object-position: 68% center;
	}

	.ffg-hero-overlay {
		background:
			linear-gradient(90deg, rgba(5, 7, 10, .95), rgba(5, 7, 10, .63)),
			linear-gradient(0deg, rgba(5, 7, 10, .82) 0%, rgba(5, 7, 10, .18) 72%);
	}

	.ffg-hero-inner {
		padding-top: 74px;
		padding-bottom: 88px;
	}

	.ffg-hero .ffg-eyebrow {
		margin-bottom: 13px;
		font-size: .66rem;
		letter-spacing: .12em;
	}

	.ffg-hero h1 {
		max-width: 540px;
		margin-bottom: 18px;
		font-size: clamp(3.25rem, 15vw, 4.65rem);
		line-height: .88;
	}

	.ffg-hero-lead {
		max-width: 410px;
		margin-bottom: 25px;
		font-size: .94rem;
		line-height: 1.48;
	}

	.ffg-button-row {
		display: grid;
		grid-template-columns: 1fr;
		width: min(100%, 390px);
		gap: 10px;
	}

	.ffg-button-row .ffg-button {
		width: 100%;
	}

	.ffg-button {
		min-height: 50px;
		padding: 12px 18px;
		border-radius: 11px;
	}

	.ffg-facts-wrap,
	.ffg-youth-facts-wrap {
		margin-top: -34px;
	}

	.ffg-facts,
	.ffg-youth-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 6px;
		border-radius: 17px;
	}

	.ffg-fact {
		justify-content: flex-start;
		min-height: 82px;
		padding: 13px 10px;
		gap: 9px;
		border-right: 1px solid var(--ffg-line);
		border-bottom: 0;
	}

	.ffg-fact:nth-child(2) {
		border-right: 0;
	}

	.ffg-fact:nth-child(-n+2) {
		border-bottom: 1px solid var(--ffg-line);
	}

	.ffg-fact:last-child {
		border-right: 0;
		border-bottom: 0;
	}

	.ffg-fact-icon {
		width: 28px;
		height: 28px;
	}

	.ffg-fact-icon svg {
		width: 22px;
		height: 22px;
	}

	.ffg-fact strong {
		font-size: .82rem;
	}

	.ffg-fact small {
		font-size: .58rem;
	}

	.ffg-section--incidents {
		padding-top: 82px;
	}

	.ffg-section-heading {
		align-items: flex-start;
		margin-bottom: 28px;
		flex-direction: column;
		gap: 11px;
	}

	.ffg-section-heading h2 {
		line-height: .94;
	}

	.ffg-section-heading .ffg-text-link {
		min-height: 44px;
		padding: 9px 12px;
		border: 1px solid rgba(193, 18, 31, .18);
		border-radius: 10px;
		background: rgba(193, 18, 31, .04);
	}

	.ffg-incident-grid--home {
		display: flex !important;
		width: auto;
		margin-inline: -16px;
		padding: 4px 16px 18px;
		gap: 14px;
		overflow-x: auto;
		overflow-y: visible;
		scroll-padding-inline: 16px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.ffg-incident-grid--home::-webkit-scrollbar {
		display: none;
	}

	.ffg-incident-grid--home .ffg-incident-card {
		width: min(84vw, 340px);
		flex: 0 0 min(84vw, 340px);
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.ffg-incident-card {
		border-radius: 16px;
	}

	.ffg-incident-card-body {
		padding: 20px 20px 22px;
	}

	.ffg-incident-card h3 {
		margin-bottom: 13px;
		font-size: 1.85rem;
	}

	.ffg-incident-card .ffg-text-link {
		min-height: 44px;
	}

	.ffg-split-feature-copy {
		padding: 62px 24px 68px;
	}

	.ffg-split-feature-media {
		min-height: 340px;
		order: -1;
	}

	.ffg-feature-link {
		min-height: 175px;
		padding: 25px 24px;
	}

	.ffg-feature-link h3 {
		margin-top: 20px;
	}

	.ffg-event-card {
		grid-template-columns: 62px minmax(0, 1fr) auto;
		min-height: 104px;
		padding: 13px;
		border-radius: 15px;
	}

	.ffg-event-date {
		width: 52px;
		height: 66px;
	}

	.ffg-event-copy strong {
		font-size: 1.3rem;
	}

	.ffg-cta-band {
		padding: 58px 0;
	}

	.ffg-cta-band-inner,
	.ffg-footer-bottom {
		align-items: stretch;
		flex-direction: column;
		gap: 26px;
	}

	.ffg-cta-band .ffg-button {
		width: 100%;
	}

	.ffg-page-hero,
	.ffg-incident-hero {
		min-height: 390px;
		padding: 88px 0 52px;
	}

	.ffg-page-hero--archive,
	.ffg-page-hero--vehicles {
		min-height: 410px;
		padding-bottom: 88px;
	}

	.ffg-page-hero h1,
	.ffg-incident-hero h1,
	.ffg-youth-hero h1 {
		font-size: clamp(3.1rem, 14vw, 4.35rem);
		line-height: .9;
	}

	.ffg-page-hero p:not(.ffg-eyebrow) {
		font-size: .92rem;
		line-height: 1.5;
	}

	.ffg-section--archive {
		padding-top: 0;
	}

	.ffg-filter-panel {
		margin-top: -48px;
		margin-bottom: 34px;
		border-radius: 16px;
	}

	.ffg-filter-panel > summary {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 68px;
		padding: 14px 16px;
		gap: 12px;
		cursor: pointer;
		list-style: none;
	}

	.ffg-filter-panel > summary::-webkit-details-marker {
		display: none;
	}

	.ffg-filter-panel > summary > span {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.ffg-filter-panel > summary svg {
		width: 21px;
		height: 21px;
		fill: none;
		stroke: var(--ffg-red);
		stroke-width: 1.9;
		stroke-linecap: round;
	}

	.ffg-filter-panel > summary strong {
		font-size: .85rem;
	}

	.ffg-filter-panel > summary small {
		color: var(--ffg-muted);
		font-size: .66rem;
	}

	.ffg-filter-panel > summary::after {
		width: 9px;
		height: 9px;
		flex: 0 0 auto;
		border-right: 2px solid var(--ffg-charcoal);
		border-bottom: 2px solid var(--ffg-charcoal);
		content: "";
		transform: rotate(45deg) translateY(-2px);
		transition: transform .2s ease;
	}

	.ffg-filter-panel[open] > summary::after {
		transform: rotate(225deg) translate(-2px, -2px);
	}

	.ffg-filter-bar {
		grid-template-columns: 1fr;
		padding: 5px 16px 18px;
		gap: 13px;
		border-top: 1px solid var(--ffg-line);
	}

	.ffg-filter-field,
	.ffg-filter-field--wide,
	.ffg-filter-bar .ffg-button,
	.ffg-filter-reset {
		grid-column: 1;
	}

	.ffg-filter-field:first-child {
		padding-top: 14px;
	}

	.ffg-filter-field select,
	.ffg-entry-content select,
	.ffg-entry-content input,
	.ffg-entry-content textarea,
	.wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
	.wpcf7 select,
	.wpcf7 textarea {
		min-height: 52px;
		font-size: 16px;
	}

	.ffg-filter-reset {
		justify-content: center;
		min-height: 42px;
	}

	.ffg-result-summary {
		margin-bottom: 30px;
	}

	.ffg-month-heading {
		margin: 52px 0 20px;
		gap: 14px;
	}

	.ffg-month-heading h2 {
		font-size: 1.85rem;
	}

	.ffg-incident-grid,
	.ffg-incident-grid--archive {
		grid-template-columns: 1fr;
	}

	.ffg-incident-grid--archive .ffg-incident-card {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		min-height: 178px;
	}

	.ffg-incident-grid--archive .ffg-incident-card-media {
		height: 100%;
		min-height: 178px;
		aspect-ratio: auto;
	}

	.ffg-incident-grid--archive .ffg-incident-card-body {
		padding: 15px 14px 16px;
	}

	.ffg-incident-grid--archive .ffg-incident-card-topline {
		align-items: flex-start;
		margin-bottom: 9px;
		flex-direction: column;
		gap: 6px;
	}

	.ffg-incident-grid--archive .ffg-badge {
		max-width: 100%;
		padding: 4px 7px;
		font-size: .58rem;
	}

	.ffg-incident-grid--archive .ffg-incident-card h3 {
		margin-bottom: 10px;
		font-size: 1.42rem;
	}

	.ffg-incident-grid--archive .ffg-incident-meta {
		margin-bottom: 0;
		gap: 5px;
		font-size: .67rem;
	}

	.ffg-incident-grid--archive .ffg-incident-card-body > p,
	.ffg-incident-grid--archive .ffg-text-link {
		display: none;
	}

	.ffg-pagination {
		margin-top: 48px;
	}

	.ffg-pagination a,
	.ffg-pagination span,
	.nav-links a,
	.nav-links span {
		min-width: 46px;
		height: 46px;
	}

	.ffg-single-layout,
	.ffg-youth-layout,
	.ffg-join-grid {
		gap: 28px;
	}

	.ffg-single-facts {
		position: static;
		padding: 24px;
	}

	.ffg-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 9px;
	}

	.ffg-post-navigation .ffg-container {
		flex-direction: column;
	}

	.ffg-vehicle-grid {
		gap: 22px;
	}

	.ffg-vehicle-card {
		min-height: 0;
		border-radius: 18px;
	}

	.ffg-vehicle-image {
		min-height: 270px;
	}

	.ffg-vehicle-call-sign {
		top: 14px;
		left: 14px;
	}

	.ffg-vehicle-body {
		padding: 29px 22px 31px;
	}

	.ffg-vehicle-body h2 {
		font-size: 3.5rem;
	}

	.ffg-youth-hero {
		align-items: end;
		min-height: max(590px, calc(100svh - var(--ffg-header-height)));
		padding-bottom: 78px;
	}

	.ffg-youth-facts > div {
		min-height: 86px;
	}

	.ffg-youth-facts strong {
		font-size: 1.75rem;
	}

	.ffg-section--youth-content {
		padding-top: 82px;
	}

	.ffg-content-card,
	.ffg-youth-side,
	.ffg-join-card {
		padding: 25px 20px;
		border-radius: 16px;
	}

	.ffg-entry-content table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.ffg-post-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ffg-site-footer {
		padding: 58px 0 22px;
	}

	.ffg-footer-grid {
		grid-template-columns: 1fr;
		padding-bottom: 40px;
		gap: 36px;
	}

	.ffg-footer-menu a,
	.ffg-footer-column .ffg-menu a,
	.ffg-legal-menu a {
		display: inline-flex;
		align-items: center;
		min-height: 44px;
	}

	.ffg-contact-list li {
		align-items: center;
		min-height: 44px;
	}

	.ffg-contact-list a {
		display: flex;
		align-items: center;
		min-height: 44px;
	}

	.ffg-footer-column:last-child {
		grid-column: auto;
	}

	.ffg-footer-bottom {
		padding-top: 20px;
	}

	.ffg-legal-menu,
	.ffg-legal-menu ul {
		flex-wrap: wrap;
		gap: 14px 20px;
	}
}

@media (max-width: 390px) {
	.ffg-brand-copy > span:first-child {
		display: none;
	}

	.ffg-hero h1 {
		font-size: clamp(3rem, 15.5vw, 3.75rem);
	}

	.ffg-fact {
		padding-inline: 8px;
	}

	.ffg-fact-icon {
		display: none;
	}

	.ffg-incident-grid--archive .ffg-incident-card {
		grid-template-columns: 98px minmax(0, 1fr);
	}

	.ffg-mobile-dock a {
		font-size: .58rem;
	}
}

@media (max-width: 1180px) {
	html:not(.ffg-has-js) .ffg-site-header {
		position: relative;
		height: auto;
	}

	html:not(.ffg-has-js) .ffg-header-inner {
		display: flex;
		min-height: var(--ffg-header-height);
		flex-wrap: wrap;
	}

	html:not(.ffg-has-js) .ffg-menu-toggle,
	html:not(.ffg-has-js) .ffg-menu-backdrop {
		display: none;
	}

	html:not(.ffg-has-js) .ffg-primary-nav {
		position: static;
		display: block;
		width: 100%;
		max-height: none;
		padding: 16px 20px 26px;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}
}

@media (max-width: 760px) and (orientation: landscape) and (max-height: 520px) {
	.ffg-hero,
	.ffg-youth-hero {
		min-height: 580px;
		max-height: none;
	}

	.ffg-primary-nav {
		padding-top: 18px;
	}

	.ffg-mobile-nav-intro {
		margin-bottom: 10px;
	}
}

@media (prefers-contrast: more) {
	:root {
		--ffg-muted: #4d5159;
		--ffg-line: #c7c9ce;
	}

	.ffg-button,
	.ffg-incident-card,
	.ffg-content-card,
	.ffg-filter-panel {
		border-width: 2px;
	}
}

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

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

	.ffg-has-js .reveal {
		opacity: 1;
		transform: none;
	}
}

/* Incident logo fallback (2.0.1) */
.ffg-incident-card-media.is-logo-fallback {
	display: grid;
	place-items: center;
	background:
		radial-gradient(circle at 74% 18%, rgba(193, 18, 31, .42), transparent 36%),
		linear-gradient(145deg, #1b1f27 0%, #090b0f 72%);
}

.ffg-incident-card-media.is-logo-fallback::after {
	z-index: 0;
	background:
		linear-gradient(0deg, rgba(9, 11, 15, .22), transparent 54%),
		repeating-linear-gradient(135deg, transparent 0 30px, rgba(255, 255, 255, .025) 30px 31px);
}

.ffg-incident-card-media .ffg-incident-fallback-logo {
	position: relative;
	z-index: 1;
	display: block;
	width: min(72%, 230px);
	height: 84%;
	object-fit: contain;
	filter: drop-shadow(0 16px 24px rgba(0, 0, 0, .42));
	transition: transform .55s cubic-bezier(.2, .75, .25, 1);
}

.ffg-incident-card:hover .ffg-incident-fallback-logo {
	transform: scale(1.035);
}

.ffg-incident-hero.has-logo-fallback .ffg-page-hero-media {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 46px max(5vw, 48px);
	background:
		radial-gradient(circle at 78% 38%, rgba(193, 18, 31, .42), transparent 32%),
		linear-gradient(135deg, #1b1f27 0%, #090b0f 72%);
}

.ffg-incident-hero.has-logo-fallback .ffg-incident-fallback-logo {
	display: block;
	width: min(36vw, 430px);
	height: min(88%, 500px);
	object-fit: contain;
	opacity: .5;
	filter: drop-shadow(0 28px 42px rgba(0, 0, 0, .44));
}

.ffg-incident-hero.has-logo-fallback::before {
	background: linear-gradient(90deg, rgba(7, 9, 13, .97) 0%, rgba(7, 9, 13, .86) 45%, rgba(7, 9, 13, .36) 100%);
}

@media (max-width: 760px) {
	.ffg-incident-card-media .ffg-incident-fallback-logo {
		width: 76%;
		height: 80%;
	}

	.ffg-incident-hero.has-logo-fallback .ffg-page-hero-media {
		justify-content: center;
		padding: 52px 22px 18px;
	}

	.ffg-incident-hero.has-logo-fallback .ffg-incident-fallback-logo {
		width: min(74vw, 310px);
		height: 76%;
		opacity: .26;
	}

	.ffg-incident-hero.has-logo-fallback::before {
		background: linear-gradient(0deg, rgba(7, 9, 13, .96) 0%, rgba(7, 9, 13, .79) 64%, rgba(7, 9, 13, .58) 100%);
	}
}
