@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("../fonts/inter-latin-ext-variable.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url("../fonts/inter-latin-variable.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--fzs-brand: #1e73be;
	--fzs-brand-dark: #155489;
	--fzs-brand-light: #79bde8;
	--fzs-ultimate: #3ec8d5;
	--fzs-disc-golf: #f2a93b;
	--fzs-ink: #101820;
	--fzs-muted: #5a6670;
	--fzs-paper: #ffffff;
	--fzs-soft: #f3f6f8;
	--fzs-line: rgba(16, 24, 32, 0.13);
	--fzs-header-height: 92px;
	--fzs-radius: 14px;
	--fzs-radius-large: 20px;
	--fzs-shadow-card: 0 18px 48px rgba(16, 24, 32, 0.08);
	--fzs-focus: #f4c542;
	--fzs-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
	scroll-padding-top: var(--fzs-header-height);
}

body {
	color: var(--fzs-ink);
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

a:focus-visible,
button:focus-visible {
	outline: 3px solid var(--fzs-focus);
	outline-offset: 4px;
}

/* Header and the existing dynamic GeneratePress menu. */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid transparent;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.fzs-header-scrolled {
	background: rgba(255, 255, 255, 0.985);
	border-bottom-color: var(--fzs-line);
	box-shadow: 0 8px 28px rgba(16, 24, 32, 0.06);
}

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

.site-header .inside-header {
	min-height: var(--fzs-header-height);
	max-width: 1440px;
	padding: 14px clamp(24px, 5vw, 72px);
	align-items: center;
}

.site-branding-container,
.site-header .site-logo,
.site-header .site-branding {
	align-items: center;
}

.site-header .site-logo img {
	width: auto;
	height: 54px;
	object-fit: contain;
	transition: filter 180ms ease;
}

.site-header .main-title {
	font-size: clamp(1rem, 1.6vw, 1.35rem);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.1;
}

.site-header .main-title a,
.site-header .main-title a:hover {
	color: var(--fzs-ink);
}

.main-navigation,
.main-navigation .inside-navigation,
.main-navigation .main-nav ul {
	background: transparent;
}

.main-navigation .main-nav > ul {
	align-items: center;
	gap: clamp(8px, 1vw, 20px);
}

.main-navigation .main-nav > ul > li {
	position: relative;
}

.main-navigation .main-nav > ul > li > a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 0 12px;
	color: var(--fzs-ink);
	font-size: 0.95rem;
	font-weight: 580;
	letter-spacing: -0.01em;
}

.main-navigation .main-nav > ul > li.menu-item-has-children > a {
	padding-right: 36px;
}

.main-navigation .main-nav > ul > li > a::after {
	position: absolute;
	right: 12px;
	bottom: 6px;
	left: 12px;
	height: 2px;
	content: "";
	background: var(--fzs-brand);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms var(--fzs-ease);
}

.main-navigation .main-nav > ul > li > a:hover::after,
.main-navigation .main-nav > ul > li > a:focus-visible::after,
.main-navigation .main-nav > ul > li.current-menu-item > a::after,
.main-navigation .main-nav > ul > li.current-menu-ancestor > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.main-navigation .main-nav ul li > a:hover,
.main-navigation .main-nav ul li > a:focus,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	color: var(--fzs-brand-dark);
	background: transparent;
}

.main-navigation .fzs-submenu-toggle {
	position: absolute;
	top: 50%;
	right: 8px;
	z-index: 3;
	display: grid;
	width: 28px;
	height: 32px;
	padding: 0;
	color: var(--fzs-ink);
	background: transparent;
	border: 0;
	border-radius: 5px;
	place-items: center;
	transform: translateY(-50%);
	cursor: pointer;
}

.main-navigation .fzs-submenu-toggle:hover {
	color: var(--fzs-brand-dark);
	background: rgba(30, 115, 190, 0.1);
}

.main-navigation .fzs-submenu-toggle svg {
	display: block;
	width: 12px;
	height: 8px;
	fill: none;
	overflow: visible;
	transform: rotate(0deg);
	transition: transform 160ms ease;
}

.main-navigation li.fzs-submenu-open > .fzs-submenu-toggle svg {
	transform: rotate(180deg);
}

@media (min-width: 769px) {
	.main-navigation .main-nav ul ul {
		display: block !important;
		top: 100%;
		left: 0;
		min-width: 230px;
		height: auto;
		padding: 10px;
		background: var(--fzs-paper);
		border: 1px solid var(--fzs-line);
		border-radius: var(--fzs-radius);
		box-shadow: 0 16px 40px rgba(16, 24, 32, 0.12);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		overflow: visible;
		transform: translateY(8px);
		transition: opacity 160ms ease, transform 180ms var(--fzs-ease), visibility 160ms ease;
	}

	.main-navigation .main-nav ul ul ul {
		top: 0;
		left: 100%;
	}

	.main-navigation .main-nav ul ul::before {
		position: absolute;
		right: 0;
		bottom: 100%;
		left: 0;
		height: 12px;
		content: "";
	}

	.main-navigation .main-nav li:hover > ul,
	.main-navigation .main-nav li:focus-within > ul,
	.main-navigation .main-nav li.fzs-submenu-open > ul {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}

	.main-navigation .main-nav ul ul.fzs-align-right {
		right: 0;
		left: auto;
	}

	.main-navigation .main-nav ul ul li + li {
		margin-top: 2px;
	}

	.main-navigation .main-nav ul ul a {
		display: block;
		padding: 11px 13px;
		color: var(--fzs-ink);
		border-radius: 6px;
		line-height: 1.35;
	}

	.main-navigation .main-nav ul ul a:hover,
	.main-navigation .main-nav ul ul a:focus-visible {
		color: var(--fzs-brand-dark);
		background: rgba(30, 115, 190, 0.1);
		box-shadow: inset 3px 0 0 var(--fzs-brand);
	}
}

/* On the homepage the header becomes part of the photography instead of a white band. */
body.home .site-header {
	position: fixed;
	right: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(7, 14, 20, 0.54), rgba(7, 14, 20, 0.08));
	border-bottom-color: rgba(255, 255, 255, 0.16);
	box-shadow: none;
	backdrop-filter: blur(4px);
}

body.home .site-header:not(.fzs-header-scrolled) .site-logo img {
	filter: brightness(0) invert(1);
}

body.home .site-header:not(.fzs-header-scrolled) .main-title a,
body.home .site-header:not(.fzs-header-scrolled) .main-title a:hover,
body.home .site-header:not(.fzs-header-scrolled) .main-navigation .main-nav > ul > li > a,
body.home .site-header:not(.fzs-header-scrolled) .main-navigation .fzs-submenu-toggle,
body.home .site-header:not(.fzs-header-scrolled) .menu-toggle {
	color: var(--fzs-paper);
}

body.home .site-header:not(.fzs-header-scrolled) .main-navigation .main-nav > ul > li > a::after {
	background: var(--fzs-paper);
}

body.home .site-header:not(.fzs-header-scrolled) .main-navigation .fzs-submenu-toggle:hover,
body.home .site-header:not(.fzs-header-scrolled) .menu-toggle:hover,
body.home .site-header:not(.fzs-header-scrolled) .menu-toggle:focus-visible {
	color: var(--fzs-paper);
	background: rgba(255, 255, 255, 0.14);
}

body.home .site-header.fzs-header-scrolled {
	background: rgba(16, 24, 32, 0.94);
	border-bottom-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 8px 28px rgba(7, 14, 20, 0.2);
	backdrop-filter: blur(12px);
}

body.home .site-header.fzs-header-scrolled .site-logo img {
	filter: brightness(0) invert(1);
}

body.home .site-header.fzs-header-scrolled .main-title a,
body.home .site-header.fzs-header-scrolled .main-title a:hover,
body.home .site-header.fzs-header-scrolled .main-navigation .main-nav > ul > li > a,
body.home .site-header.fzs-header-scrolled .main-navigation .fzs-submenu-toggle,
body.home .site-header.fzs-header-scrolled .menu-toggle {
	color: var(--fzs-paper);
}

body.home .site-header.fzs-header-scrolled .main-navigation .main-nav > ul > li > a::after {
	background: var(--fzs-paper);
}

body.home.fzs-menu-open .site-header {
	background: rgba(255, 255, 255, 0.985);
	border-bottom-color: var(--fzs-line);
	box-shadow: 0 8px 28px rgba(16, 24, 32, 0.08);
	backdrop-filter: blur(12px);
}

body.home.fzs-menu-open .site-header .site-logo img {
	filter: none;
}

body.home.fzs-menu-open .site-header .main-title a,
body.home.fzs-menu-open .site-header .main-navigation .main-nav > ul > li > a,
body.home.fzs-menu-open .site-header .main-navigation .fzs-submenu-toggle,
body.home.fzs-menu-open .site-header .menu-toggle {
	color: var(--fzs-ink);
}

body.home.fzs-menu-open .site-header .main-navigation .main-nav > ul > li > a::after {
	background: var(--fzs-brand);
}

/* Homepage removes GeneratePress's article shell but retains its lifecycle. */
body.home #page,
body.home #primary,
body.home .site-content,
body.home .site-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.home .site-content {
	display: block;
}

.fzs-hero {
	display: flex;
	min-height: 100svh;
	margin: 0;
	background: var(--fzs-ink);
	overflow: hidden;
}

.fzs-hero__panel {
	--fzs-sport-accent: var(--fzs-brand-light);
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 620px;
	color: var(--fzs-paper);
	text-decoration: none;
	flex: 1 1 0;
	align-items: flex-end;
	overflow: hidden;
	isolation: isolate;
	transition: flex-grow 600ms var(--fzs-ease), filter 300ms ease;
}

.fzs-hero__panel--ultimate {
	--fzs-sport-accent: var(--fzs-ultimate);
}

.fzs-hero__panel--disc-golf {
	--fzs-sport-accent: var(--fzs-disc-golf);
}

.fzs-hero__panel::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 5px;
	content: "";
	background: var(--fzs-sport-accent);
	transform: scaleX(0.18);
	transform-origin: left;
	transition: transform 500ms var(--fzs-ease);
}

.fzs-hero__panel:hover,
.fzs-hero__panel:focus-visible {
	color: var(--fzs-paper);
	text-decoration: none;
	flex-grow: 1.62;
}

.fzs-hero__panel:hover::after,
.fzs-hero__panel:focus-visible::after {
	transform: scaleX(1);
}

.fzs-hero__panel:focus-visible {
	z-index: 3;
	outline-offset: -5px;
}

.fzs-hero__media,
.fzs-hero__shade,
.fzs-hero__placeholder {
	position: absolute;
	inset: 0;
	display: block;
}

.fzs-hero__media {
	z-index: -2;
}

.fzs-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.002);
	transition: transform 700ms var(--fzs-ease);
}

.fzs-hero__panel:hover .fzs-hero__image,
.fzs-hero__panel:focus-visible .fzs-hero__image {
	transform: scale(1.045);
}

.fzs-hero__shade {
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(7, 14, 20, 0.1) 20%, rgba(7, 14, 20, 0.82) 100%),
		linear-gradient(90deg, rgba(7, 14, 20, 0.18), transparent 55%);
	transition: background-color 300ms ease;
}

.fzs-hero:hover .fzs-hero__panel:not(:hover) .fzs-hero__shade {
	background-color: rgba(7, 14, 20, 0.2);
}

.fzs-hero__placeholder {
	background: linear-gradient(135deg, var(--fzs-brand-dark), var(--fzs-ink));
}

.fzs-hero__content {
	display: grid;
	width: 100%;
	padding: clamp(32px, 5vw, 76px);
	gap: 16px;
}

.fzs-hero__kicker {
	display: flex;
	color: var(--fzs-sport-accent);
	font-size: 0.69rem;
	font-weight: 760;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	align-items: center;
	gap: 11px;
}

.fzs-hero__kicker::before {
	width: 34px;
	height: 3px;
	content: "";
	background: currentColor;
	border-radius: 999px;
}

.fzs-hero__content strong {
	max-width: 10ch;
	font-size: clamp(3.25rem, 7vw, 7.5rem);
	font-weight: 800;
	letter-spacing: -0.065em;
	line-height: 0.86;
	text-transform: uppercase;
	text-shadow: 0 4px 28px rgba(0, 0, 0, 0.24);
}

.fzs-hero__cta {
	display: inline-flex;
	width: max-content;
	padding: 10px 0 8px;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	border-bottom: 2px solid var(--fzs-sport-accent);
	align-items: center;
	gap: 12px;
}

.fzs-hero__cta span {
	font-size: 1.25rem;
	line-height: 0;
	transition: transform 180ms ease;
}

.fzs-hero__panel:hover .fzs-hero__cta span,
.fzs-hero__panel:focus-visible .fzs-hero__cta span {
	transform: translateX(5px);
}

.fzs-quick-links {
	margin: 0;
	padding: 0 clamp(24px, 5vw, 72px);
	background-color: var(--fzs-ink);
	background-image: linear-gradient(110deg, #0d151c 0%, var(--fzs-ink) 54%, #122330 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.home .site-main > .fzs-hero,
body.home .site-main > .fzs-quick-links {
	margin-bottom: 0;
}

.fzs-quick-links ul {
	display: grid;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fzs-quick-links li + li {
	border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.fzs-quick-links a {
	position: relative;
	display: flex;
	min-height: 94px;
	padding: 24px clamp(18px, 2.5vw, 38px);
	color: var(--fzs-paper);
	text-decoration: none;
	font-size: clamp(0.95rem, 1.2vw, 1.08rem);
	font-weight: 680;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.fzs-quick-links__label {
	display: grid;
	gap: 4px;
}

.fzs-quick-links__label > span {
	color: var(--fzs-brand-light);
	font-size: 0.63rem;
	font-weight: 760;
	letter-spacing: 0.17em;
}

.fzs-quick-links a::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	content: "";
	background: var(--fzs-brand);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 200ms var(--fzs-ease);
}

.fzs-quick-links a:hover,
.fzs-quick-links a:focus-visible {
	color: var(--fzs-paper);
	background: rgba(255, 255, 255, 0.075);
}

.fzs-quick-links a:hover::before,
.fzs-quick-links a:focus-visible::before {
	transform: scaleX(1);
	transform-origin: left;
}

.fzs-quick-links a > span:last-child {
	font-size: 1.35rem;
	transition: transform 180ms ease;
}

.fzs-quick-links a:hover > span:last-child,
.fzs-quick-links a:focus-visible > span:last-child {
	transform: translateX(4px);
}

/* Standard pages share one calm header, readable measure and consistent rhythm. */
body.page:not(.home) #page,
body.page:not(.home) #primary,
body.page:not(.home) .site-content,
body.page:not(.home) .site-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.page:not(.home) .site-content {
	display: block;
}

.fzs-page {
	margin: 0;
	background: var(--fzs-paper);
}

.fzs-page__header {
	position: relative;
	background:
		radial-gradient(circle at 84% 18%, rgba(30, 115, 190, 0.15), transparent 31%),
		linear-gradient(135deg, #eef4f7 0%, #f8fafb 68%, #edf3f6 100%);
	border-bottom: 1px solid var(--fzs-line);
	overflow: hidden;
}

.fzs-page__header::before {
	position: absolute;
	right: clamp(118px, 15vw, 240px);
	top: 20%;
	width: clamp(240px, 31vw, 460px);
	height: clamp(90px, 12vw, 170px);
	content: "";
	border-bottom: 2px dashed rgba(30, 115, 190, 0.16);
	border-radius: 50%;
	pointer-events: none;
	transform: rotate(-11deg);
}

.fzs-page__header::after {
	position: absolute;
	right: clamp(24px, 7vw, 110px);
	bottom: -64px;
	width: 150px;
	height: 150px;
	content: "";
	border: 22px solid rgba(30, 115, 190, 0.1);
	border-radius: 50%;
	pointer-events: none;
}

.fzs-page__header-inner {
	position: relative;
	z-index: 1;
	width: min(100%, 1120px);
	margin: 0 auto;
	padding: clamp(58px, 8vw, 108px) clamp(24px, 5vw, 56px) clamp(48px, 7vw, 88px);
}

.fzs-page__eyebrow {
	display: flex;
	margin-bottom: 17px;
	color: var(--fzs-brand-dark);
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	align-items: center;
	gap: 12px;
}

.fzs-page__eyebrow::before {
	width: 34px;
	height: 3px;
	content: "";
	background: var(--fzs-brand);
	border-radius: 999px;
}

.fzs-page__title {
	max-width: 18ch;
	margin: 0;
	color: var(--fzs-ink);
	font-size: clamp(2.7rem, 6vw, 5.8rem);
	font-weight: 760;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.fzs-page__body {
	padding: clamp(54px, 7vw, 96px) clamp(24px, 5vw, 56px) clamp(72px, 9vw, 124px);
}

.fzs-page__content,
.fzs-page-toc {
	width: min(100%, 960px);
	margin-right: auto;
	margin-left: auto;
}

.fzs-page__content {
	color: #26333c;
	font-size: clamp(1rem, 1.35vw, 1.1rem);
	line-height: 1.72;
}

.fzs-page__content > :first-child {
	margin-top: 0;
}

.fzs-page__content > :last-child {
	margin-bottom: 0;
}

.fzs-page__content p {
	margin-top: 0;
	margin-bottom: 1.45em;
}

.fzs-page__content h2,
.fzs-page__content h3,
.fzs-page__content h4 {
	color: var(--fzs-ink);
	font-weight: 730;
	letter-spacing: -0.035em;
	line-height: 1.14;
}

.fzs-page__content h2 {
	position: relative;
	margin: clamp(64px, 8vw, 96px) 0 24px;
	padding-top: 28px;
	font-size: clamp(2rem, 4vw, 3.35rem);
	border-top: 1px solid var(--fzs-line);
}

.fzs-page__content h2::before {
	position: absolute;
	top: -2px;
	left: 0;
	width: 54px;
	height: 4px;
	content: "";
	background: var(--fzs-brand);
	border-radius: 999px;
}

.fzs-page__content h3 {
	margin: 48px 0 18px;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.fzs-page__content h4 {
	margin: 36px 0 14px;
	font-size: 1.18rem;
}

.fzs-page__content a {
	color: var(--fzs-brand-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.fzs-page__content a:hover,
.fzs-page__content a:focus-visible {
	color: var(--fzs-brand);
}

/* Shared calls to action use one accessible, reusable button language. */
.fzs-button {
	display: inline-flex;
	min-height: 50px;
	padding: 13px 20px;
	font: inherit;
	font-size: 0.92rem;
	font-weight: 720;
	line-height: 1.25;
	text-align: center;
	text-decoration: none !important;
	border: 2px solid transparent;
	border-radius: 999px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms var(--fzs-ease);
}

.fzs-button:hover,
.fzs-button:focus-visible {
	text-decoration: none !important;
	transform: translateY(-2px);
}

.fzs-button--primary {
	color: var(--fzs-paper) !important;
	background: var(--fzs-brand-dark);
	border-color: var(--fzs-brand-dark);
	box-shadow: 0 12px 28px rgba(21, 84, 137, 0.2);
}

.fzs-button--primary:hover,
.fzs-button--primary:focus-visible {
	color: var(--fzs-paper) !important;
	background: var(--fzs-brand);
	border-color: var(--fzs-brand);
	box-shadow: 0 15px 32px rgba(21, 84, 137, 0.28);
}

.fzs-button--secondary {
	color: var(--fzs-brand-dark) !important;
	background: transparent;
	border-color: rgba(21, 84, 137, 0.42);
}

.fzs-button--secondary:hover,
.fzs-button--secondary:focus-visible {
	color: var(--fzs-brand-dark) !important;
	background: #edf5fb;
	border-color: var(--fzs-brand);
}

.fzs-button--light {
	color: var(--fzs-ink) !important;
	background: var(--fzs-paper);
	border-color: var(--fzs-paper);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.fzs-button--light:hover,
.fzs-button--light:focus-visible {
	color: var(--fzs-ink) !important;
	background: var(--fzs-ultimate);
	border-color: var(--fzs-ultimate);
}

.fzs-page__content ul,
.fzs-page__content ol {
	margin-bottom: 1.6em;
}

.fzs-page__content li + li {
	margin-top: 0.5em;
}

.fzs-page__content blockquote {
	margin: 38px 0;
	padding: 24px 28px;
	color: var(--fzs-ink);
	background: var(--fzs-soft);
	border-left: 4px solid var(--fzs-brand);
}

.fzs-page-toc {
	margin-bottom: clamp(48px, 7vw, 76px);
	padding: 24px 26px;
	background: var(--fzs-paper);
	border: 1px solid var(--fzs-line);
	border-left: 5px solid var(--fzs-brand);
	border-radius: var(--fzs-radius);
	box-shadow: var(--fzs-shadow-card);
}

.fzs-page-toc[hidden] {
	display: none;
}

.fzs-page-toc > strong {
	display: block;
	margin-bottom: 13px;
	color: var(--fzs-ink);
	font-size: 0.78rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.fzs-page-toc ul {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 28px;
}

.fzs-page-toc a {
	display: block;
	padding: 5px 0;
	color: var(--fzs-brand-dark);
	text-decoration: none;
}

.fzs-page-toc a:hover,
.fzs-page-toc a:focus-visible {
	color: var(--fzs-brand);
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* Usposabljanja: put the current call and the two essential routes first. */
.fzs-training-summary {
	width: min(100%, 1040px);
	margin: 0 auto clamp(48px, 7vw, 76px);
	background: var(--fzs-paper);
	border: 1px solid var(--fzs-line);
	border-radius: var(--fzs-radius-large);
	box-shadow: var(--fzs-shadow-card);
	overflow: hidden;
}

.fzs-training-summary__header {
	display: flex;
	padding: clamp(28px, 4vw, 42px);
	color: rgba(255, 255, 255, 0.78);
	background:
		radial-gradient(circle at 92% 10%, rgba(62, 200, 213, 0.22), transparent 30%),
		linear-gradient(135deg, #0c1720, #17364b);
	align-items: flex-start;
	justify-content: space-between;
	gap: 28px;
}

.fzs-training-summary__eyebrow,
.fzs-training-programme__label {
	display: block;
	margin-bottom: 10px;
	color: var(--fzs-brand-light);
	font-size: 0.68rem;
	font-weight: 760;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.fzs-training-summary__header h2 {
	margin: 0;
	color: var(--fzs-paper);
	font-size: clamp(2rem, 4vw, 3.45rem);
	font-weight: 760;
	letter-spacing: -0.05em;
	line-height: 1.02;
}

.fzs-training-summary__header p {
	max-width: 58ch;
	margin: 15px 0 0;
	line-height: 1.55;
}

.fzs-training-summary__status {
	display: inline-flex;
	min-width: max-content;
	padding: 8px 12px;
	color: var(--fzs-paper);
	font-size: 0.72rem;
	font-weight: 730;
	letter-spacing: 0.045em;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	align-items: center;
	gap: 8px;
}

.fzs-training-summary__status::before {
	width: 8px;
	height: 8px;
	content: "";
	background: var(--fzs-ultimate);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(62, 200, 213, 0.14);
}

.fzs-training-summary__status--closed::before {
	background: #aeb8bf;
	box-shadow: 0 0 0 4px rgba(174, 184, 191, 0.14);
}

.fzs-training-summary__programmes {
	display: grid;
	padding: clamp(22px, 3.5vw, 34px);
	background: var(--fzs-soft);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.fzs-training-programme {
	padding: clamp(22px, 3vw, 30px);
	background: var(--fzs-paper);
	border: 1px solid var(--fzs-line);
	border-radius: var(--fzs-radius);
}

.fzs-training-programme h3 {
	margin: 0 0 24px;
	color: var(--fzs-ink);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 730;
	letter-spacing: -0.035em;
	line-height: 1.18;
}

.fzs-training-programme dl {
	display: grid;
	margin: 0;
	gap: 13px;
}

.fzs-training-programme dl > div {
	display: grid;
	padding-top: 12px;
	border-top: 1px solid var(--fzs-line);
	grid-template-columns: minmax(82px, 0.65fr) minmax(0, 1.35fr);
	gap: 14px;
}

.fzs-training-programme dt {
	color: var(--fzs-muted);
	font-size: 0.72rem;
	font-weight: 720;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.fzs-training-programme dd {
	margin: 0;
	color: var(--fzs-ink);
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.4;
}

.fzs-training-summary__actions {
	display: flex;
	padding: 22px clamp(22px, 3.5vw, 34px) 28px;
	background: var(--fzs-paper);
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

/* Distinguish the two full programmes without listing every subsection. */
.page-id-215 .fzs-program-heading {
	margin: clamp(76px, 10vw, 126px) 0 34px;
	padding: clamp(30px, 5vw, 52px);
	color: var(--fzs-paper);
	font-size: clamp(2.35rem, 5vw, 4.4rem);
	background:
		radial-gradient(circle at 92% 16%, rgba(121, 189, 232, 0.3), transparent 28%),
		linear-gradient(135deg, #0c1720, #17364b);
	border: 0;
	border-radius: var(--fzs-radius-large);
	box-shadow: 0 24px 60px rgba(16, 24, 32, 0.16);
}

.page-id-215 .fzs-program-heading::before {
	position: static;
	display: block;
	width: auto;
	height: auto;
	margin-bottom: 18px;
	content: attr(data-fzs-program-label);
	color: var(--fzs-brand-light);
	font-size: 0.68rem;
	font-weight: 760;
	letter-spacing: 0.18em;
	background: transparent;
	text-transform: uppercase;
}

.page-id-215 .fzs-page__content > hr {
	margin: 52px 0;
	border: 0;
	border-top: 1px solid var(--fzs-line);
}

/* O nas: turn the short institutional content into clear information cards. */
.page-id-14 .fzs-page__content {
	display: grid;
	width: min(100%, 1000px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.page-id-14 .fzs-page__content > h2 {
	margin: 0 0 12px;
	padding: 0;
	font-size: clamp(2rem, 4vw, 3.25rem);
	border: 0;
	grid-column: 1 / -1;
}

.page-id-14 .fzs-page__content > h2::before {
	display: none;
}

.fzs-info-card {
	padding: clamp(24px, 4vw, 36px);
	background: var(--fzs-soft);
	border: 1px solid var(--fzs-line);
	border-top: 4px solid var(--fzs-brand);
	border-radius: var(--fzs-radius);
	box-shadow: var(--fzs-shadow-card);
}

.fzs-info-card__title,
.page-id-14 .fzs-page__content .fzs-info-card__title {
	margin: 0 0 22px;
	color: var(--fzs-brand-dark);
	font-size: 0.76rem;
	font-weight: 760;
	letter-spacing: 0.13em;
	line-height: 1.35;
	text-transform: uppercase;
}

.fzs-info-card p,
.page-id-14 .fzs-page__content .fzs-info-card p {
	margin: 0;
}

.fzs-info-card--contact {
	color: rgba(255, 255, 255, 0.82);
	background: var(--fzs-ink);
	border-color: var(--fzs-ink);
	grid-column: 1 / -1;
}

.fzs-info-card--contact .fzs-info-card__title {
	color: var(--fzs-brand-light);
}

.fzs-info-card--contact a {
	color: var(--fzs-paper);
}

.page-id-14 .fzs-page__content > p:empty {
	display: none;
}

/* Varen šport: make the three user journeys visible without requiring imagery. */
.fzs-page--varen-sport .fzs-page__content {
	width: min(100%, 1040px);
}

.fzs-page--varen-sport .fzs-page__content > p:first-child {
	max-width: 760px;
	margin: 0 0 38px;
	font-size: clamp(1.05rem, 1.7vw, 1.22rem);
	line-height: 1.65;
}

.fzs-safe-grid {
	display: grid;
	margin: 0 !important;
	padding: 0;
	list-style: none;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.fzs-safe-grid > li,
.fzs-page__content .fzs-safe-grid > li + li {
	margin: 0;
}

.fzs-safe-card {
	position: relative;
	display: flex;
	min-height: 100%;
	padding: clamp(24px, 3vw, 32px);
	color: var(--fzs-ink) !important;
	text-decoration: none !important;
	background: var(--fzs-paper);
	border: 1px solid var(--fzs-line);
	border-top: 4px solid var(--fzs-brand);
	border-radius: var(--fzs-radius);
	box-shadow: var(--fzs-shadow-card);
	flex-direction: column;
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 220ms var(--fzs-ease);
}

.fzs-safe-card:hover,
.fzs-safe-card:focus-visible {
	color: var(--fzs-ink) !important;
	border-color: rgba(30, 115, 190, 0.42);
	box-shadow: 0 22px 52px rgba(16, 24, 32, 0.13);
	transform: translateY(-5px);
}

.fzs-safe-card__number {
	position: absolute;
	top: 20px;
	right: 22px;
	color: rgba(30, 115, 190, 0.2);
	font-size: 2rem;
	font-weight: 780;
	letter-spacing: -0.04em;
	line-height: 1;
}

.fzs-safe-card__eyebrow {
	display: block;
	margin-bottom: 15px;
	padding-right: 52px;
	color: var(--fzs-brand-dark);
	font-size: 0.67rem;
	font-weight: 760;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.fzs-safe-card__title {
	display: block;
	margin-bottom: 16px;
	font-size: clamp(1.45rem, 2.3vw, 2rem);
	font-weight: 750;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.fzs-safe-card__description {
	display: block;
	margin-bottom: 30px;
	color: var(--fzs-muted);
	font-size: 0.94rem;
	line-height: 1.55;
}

.fzs-safe-card .fzs-button {
	width: 100%;
	margin-top: auto;
}

.fzs-safe-card--anonymous {
	color: var(--fzs-paper) !important;
	background:
		radial-gradient(circle at 88% 10%, rgba(62, 200, 213, 0.24), transparent 30%),
		linear-gradient(145deg, #0c1720, #17364b);
	border-color: #17364b;
	border-top-color: var(--fzs-ultimate);
}

.fzs-safe-card--anonymous:hover,
.fzs-safe-card--anonymous:focus-visible {
	color: var(--fzs-paper) !important;
	border-color: var(--fzs-ultimate);
}

.fzs-safe-card--anonymous .fzs-safe-card__number {
	color: rgba(255, 255, 255, 0.16);
}

.fzs-safe-card--anonymous .fzs-safe-card__eyebrow {
	color: var(--fzs-ultimate);
}

.fzs-safe-card--anonymous .fzs-safe-card__description {
	color: rgba(255, 255, 255, 0.76);
}

/* Documents and integrity: one accessible accordion language everywhere. */
.page-id-39 .fzs-page__content {
	width: min(100%, 1040px);
}

.fzs-page__content .lightweight-accordion,
.fzs-page__content > details {
	margin-bottom: 12px;
}

.fzs-page__content details {
	background: var(--fzs-paper);
	border: 1px solid var(--fzs-line);
	border-radius: var(--fzs-radius);
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.fzs-page__content details[open] {
	border-color: rgba(30, 115, 190, 0.42);
	box-shadow: 0 16px 38px rgba(16, 24, 32, 0.08);
}

.fzs-page__content .lightweight-accordion-title,
.fzs-page__content details > summary {
	position: relative;
	padding: 20px 54px 20px 22px !important;
	color: var(--fzs-ink);
	background: var(--fzs-soft) !important;
	font-weight: 700;
	line-height: 1.35;
	list-style: none;
	cursor: pointer;
}

.fzs-page__content .lightweight-accordion-title::marker,
.fzs-page__content .lightweight-accordion-title::-webkit-details-marker,
.fzs-page__content details > summary::marker,
.fzs-page__content details > summary::-webkit-details-marker {
	display: none;
	content: "";
}

.fzs-page__content .lightweight-accordion-title::after,
.fzs-page__content details > summary::after {
	position: absolute;
	top: 50%;
	right: 18px;
	display: grid;
	width: 28px;
	height: 28px;
	content: "+";
	color: var(--fzs-brand-dark);
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1;
	background: rgba(30, 115, 190, 0.1);
	border-radius: 50%;
	place-items: center;
	transform: translateY(-50%);
}

.fzs-page__content details[open] .lightweight-accordion-title::after,
.fzs-page__content details[open] > summary::after {
	content: "−";
	color: var(--fzs-paper);
	background: var(--fzs-brand);
}

.fzs-page__content .lightweight-accordion details[open] .lightweight-accordion-title,
.fzs-page__content details[open] > summary {
	color: var(--fzs-brand-dark);
	background: #edf5fb !important;
}

.fzs-page__content .lightweight-accordion-body {
	padding: 22px 26px 26px !important;
	border: 0 !important;
}

.fzs-page__content .lightweight-accordion-body ul {
	margin: 0;
	padding-left: 1.2em;
}

.fzs-page__content > details[open] {
	padding-bottom: 24px;
}

.fzs-page__content > details > :not(summary) {
	margin-right: 26px;
	margin-left: 26px;
}

.fzs-page__content > details > summary + * {
	margin-top: 22px;
}

.fzs-page__content > details > :last-child {
	margin-bottom: 0;
}

.fzs-page__content .lightweight-accordion-body a[href$=".pdf"]::after,
.fzs-page__content > details a[href$=".pdf"]::after {
	display: inline-block;
	margin-left: 8px;
	padding: 2px 6px;
	content: "PDF";
	color: var(--fzs-brand-dark);
	font-size: 0.62rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	background: #e6f1fa;
	border-radius: 4px;
	vertical-align: 0.12em;
}

/* Wide data pages keep room for tables while prose stays readable. */
.page-id-295 .fzs-page__content {
	width: min(100%, 1180px);
}

.fzs-page__content .wp-block-table {
	margin: 0 0 36px;
	border: 1px solid var(--fzs-line);
	border-radius: var(--fzs-radius);
	box-shadow: var(--fzs-shadow-card);
	overflow: auto;
}

.fzs-page__content table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	table-layout: auto !important;
}

.fzs-page__content th,
.fzs-page__content td {
	padding: 15px 14px;
	border: 0;
	border-right: 1px solid var(--fzs-line);
	border-bottom: 1px solid var(--fzs-line);
	vertical-align: top;
	overflow-wrap: anywhere;
}

.fzs-page__content tr:last-child > * {
	border-bottom: 0;
}

.fzs-page__content tr > :last-child {
	border-right: 0;
}

.page-id-295 .fzs-page__content table {
	font-size: 0.82rem;
	line-height: 1.42;
}

.page-id-295 .fzs-page__content tr:first-child td {
	padding-top: 17px;
	padding-bottom: 17px;
	color: var(--fzs-paper);
	font-size: 0.68rem;
	font-weight: 720;
	letter-spacing: 0.055em;
	background: var(--fzs-ink);
	text-transform: uppercase;
}

.page-id-295 .fzs-page__content tr:nth-child(even) td {
	background: #f8fafb;
}

/* Global footer uses existing destinations and stays content-light. */
.site-footer,
.site-footer .inside-site-info,
.site-footer .copyright-bar {
	background-color: var(--fzs-ink);
}

.site-footer .site-info {
	padding: 0;
	color: rgba(255, 255, 255, 0.78);
	background-color: var(--fzs-ink);
}

.site-footer::before {
	display: block;
	height: 4px;
	content: "";
	background: linear-gradient(90deg, var(--fzs-ultimate), var(--fzs-brand), var(--fzs-disc-golf));
}

.site-footer .inside-site-info {
	display: block;
	max-width: none;
	padding: 0;
}

.site-footer .copyright-bar {
	width: 100%;
}

.fzs-footer {
	display: grid;
	max-width: 1440px;
	margin: 0 auto;
	padding: clamp(54px, 7vw, 90px) clamp(24px, 5vw, 72px) 28px;
	text-align: left;
	grid-template-columns: minmax(240px, 1.4fr) 1fr 1fr;
	gap: 44px clamp(32px, 6vw, 90px);
}

.fzs-footer__brand {
	display: flex;
	color: var(--fzs-paper);
	font-size: 1.1rem;
	font-weight: 700;
	align-items: center;
	gap: 18px;
}

.fzs-footer__brand-wrap {
	display: grid;
	align-content: start;
	gap: 16px;
}

.fzs-footer__brand .custom-logo-link {
	display: block;
	flex: 0 0 auto;
}

.fzs-footer__brand .custom-logo {
	display: block;
	width: auto;
	height: 58px;
	filter: grayscale(1) brightness(0) invert(1);
}

.fzs-footer__name {
	color: var(--fzs-paper);
}

.fzs-footer__contact {
	width: max-content;
	max-width: 100%;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.9rem;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.34);
	text-underline-offset: 4px;
}

.fzs-footer__contact:hover,
.fzs-footer__contact:focus-visible {
	color: var(--fzs-paper);
	text-decoration-color: var(--fzs-brand);
}

.fzs-footer__group h2 {
	margin: 0 0 17px;
	color: rgba(255, 255, 255, 0.54);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.fzs-footer__group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fzs-footer__group li + li {
	margin-top: 9px;
}

.fzs-footer__group a,
.fzs-footer__meta a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 4px;
}

.fzs-footer__group a:hover,
.fzs-footer__group a:focus-visible,
.fzs-footer__meta a:hover,
.fzs-footer__meta a:focus-visible {
	color: var(--fzs-paper);
	text-decoration-color: var(--fzs-brand);
}

.fzs-footer__meta {
	display: flex;
	padding-top: 26px;
	font-size: 0.78rem;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	grid-column: 1 / -1;
	justify-content: flex-start;
	gap: 24px;
}

@media (max-width: 1000px) {
	.site-header .inside-header {
		padding-right: 24px;
		padding-left: 24px;
	}

	.site-header .main-title {
		display: none;
	}

	.main-navigation .main-nav > ul {
		gap: 4px;
	}

	.main-navigation .main-nav > ul > li > a {
		padding-right: 8px;
		padding-left: 8px;
	}

	.main-navigation .main-nav > ul > li.menu-item-has-children > a {
		padding-right: 34px;
	}
}

@media (max-width: 768px) {
	:root {
		--fzs-header-height: 76px;
	}

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

	.site-header .inside-header {
		min-height: var(--fzs-header-height);
		padding: 10px 20px;
		align-items: center;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.site-header .site-branding-container {
		margin-right: auto;
		text-align: left;
	}

	#mobile-menu-control-wrapper {
		margin-left: auto;
	}

	.site-header .site-logo img {
		height: 48px;
	}

	.site-header .menu-toggle {
		display: grid;
		width: 48px;
		height: 48px;
		padding: 0;
		color: var(--fzs-ink);
		background: transparent;
		border: 1px solid var(--fzs-line);
		border-radius: 50%;
		place-items: center;
	}

	.site-header .menu-toggle:hover,
	.site-header .menu-toggle:focus-visible {
		color: var(--fzs-brand-dark);
		background: var(--fzs-soft);
	}

	.has-inline-mobile-toggle #site-navigation,
	.has-inline-mobile-toggle #site-navigation.toggled {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: block;
		width: 100%;
		height: calc(100svh - var(--fzs-header-height));
		margin: 0;
		background: rgba(255, 255, 255, 0.995);
		border-top: 1px solid var(--fzs-line);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(-8px);
		transition: opacity 180ms ease, transform 220ms var(--fzs-ease), visibility 180ms ease;
	}

	.has-inline-mobile-toggle #site-navigation.toggled {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}

	#site-navigation .inside-navigation,
	#site-navigation .main-nav {
		height: 100%;
	}

	#site-navigation > .inside-navigation > .menu-toggle {
		display: none;
	}

	#site-navigation .main-nav {
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: clamp(28px, 7vh, 64px) 24px 48px;
	}

	#site-navigation .main-nav > ul {
		display: flex !important;
		max-width: 620px;
		margin: 0 auto;
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	#site-navigation .main-nav li {
		position: relative;
		width: 100%;
		border-bottom: 1px solid var(--fzs-line);
	}

	#site-navigation .main-nav > ul > li > a,
	#site-navigation .main-nav > ul > li.menu-item-has-children > a {
		min-height: 58px;
		padding: 14px 58px 14px 4px;
		font-size: clamp(1.2rem, 6vw, 1.8rem);
		font-weight: 700;
	}

	#site-navigation .main-nav > ul > li > a::after {
		right: auto;
		bottom: 8px;
		left: 4px;
		width: 36px;
	}

	#site-navigation .fzs-submenu-toggle {
		top: 8px;
		right: 0;
		width: 48px;
		height: 48px;
		border: 1px solid var(--fzs-line);
		border-radius: 50%;
		transform: none;
	}

	#site-navigation .main-nav ul ul,
	#site-navigation .main-nav ul ul.toggled-on {
		position: static;
		display: none !important;
		width: auto;
		padding: 0 0 14px 14px;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		float: none;
	}

	#site-navigation .main-nav li.fzs-submenu-open > ul {
		display: block !important;
		height: auto !important;
		overflow: visible;
	}

	#site-navigation .main-nav ul ul li {
		border-bottom: 0;
	}

	#site-navigation .main-nav ul ul a {
		padding: 11px 4px;
		color: var(--fzs-muted);
		font-size: 1rem;
		line-height: 1.35;
	}

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

	body.home .site-header:not(.fzs-header-scrolled) .menu-toggle {
		border-color: rgba(255, 255, 255, 0.42);
	}

	body.home.fzs-menu-open .site-header .menu-toggle {
		color: var(--fzs-ink);
		background: transparent;
		border-color: var(--fzs-line);
	}

	body.home.fzs-menu-open .site-header .menu-toggle:hover,
	body.home.fzs-menu-open .site-header .menu-toggle:focus-visible {
		color: var(--fzs-brand-dark);
		background: var(--fzs-soft);
	}

	.fzs-page__header-inner {
		padding: 48px 24px 42px;
	}

	.fzs-page__header::after {
		right: -38px;
		bottom: -78px;
	}

	.fzs-page__title {
		max-width: 15ch;
		font-size: clamp(2.55rem, 12vw, 4.4rem);
	}

	.fzs-page__body {
		padding: 46px 24px 76px;
	}

	.fzs-page__content h2 {
		margin-top: 58px;
		font-size: clamp(1.8rem, 9vw, 2.6rem);
	}

	.fzs-page-toc ul {
		grid-template-columns: 1fr;
	}

	.fzs-training-summary__header {
		flex-direction: column;
	}

	.fzs-training-summary__programmes,
	.fzs-safe-grid {
		grid-template-columns: 1fr;
	}

	.fzs-training-summary__status {
		align-self: flex-start;
	}

	.fzs-training-summary__actions .fzs-button {
		width: 100%;
	}

	.page-id-215 .fzs-program-heading {
		margin-top: 72px;
		padding-top: 24px;
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.page-id-14 .fzs-page__content {
		grid-template-columns: 1fr;
	}

	.page-id-14 .fzs-info-card--contact {
		grid-column: auto;
	}

	/* Every member becomes a readable card instead of a squeezed seven-column table. */
	.page-id-295 .fzs-page__content .wp-block-table {
		background: transparent;
		border: 0;
		box-shadow: none;
		overflow: visible;
	}

	.page-id-295 .fzs-page__content table,
	.page-id-295 .fzs-page__content tbody {
		display: block;
	}

	.page-id-295 .fzs-page__content tr:first-child {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}

	.page-id-295 .fzs-page__content tr:not(:first-child) {
		display: block;
		margin-bottom: 18px;
		background: var(--fzs-paper);
		border: 1px solid var(--fzs-line);
		border-radius: var(--fzs-radius);
		box-shadow: 0 10px 28px rgba(16, 24, 32, 0.07);
		overflow: hidden;
	}

	.page-id-295 .fzs-page__content tr:not(:first-child) td {
		display: grid;
		padding: 13px 16px;
		font-size: 0.9rem;
		background: var(--fzs-paper);
		border: 0;
		border-bottom: 1px solid var(--fzs-line);
		grid-template-columns: minmax(104px, 0.8fr) minmax(0, 1.2fr);
		gap: 14px;
	}

	.page-id-295 .fzs-page__content tr:not(:first-child) td::before {
		content: attr(data-label);
		color: var(--fzs-muted);
		font-size: 0.67rem;
		font-weight: 740;
		letter-spacing: 0.055em;
		line-height: 1.35;
		text-transform: uppercase;
	}

	.page-id-295 .fzs-page__content tr:not(:first-child) td:first-child {
		display: block;
		padding: 19px 16px;
		color: var(--fzs-paper);
		font-size: 1.03rem;
		font-weight: 720;
		background: var(--fzs-ink);
	}

	.page-id-295 .fzs-page__content tr:not(:first-child) td:first-child::before {
		display: block;
		margin-bottom: 5px;
		color: rgba(255, 255, 255, 0.55);
	}

	.page-id-295 .fzs-page__content tr:not(:first-child) td:last-child {
		border-bottom: 0;
	}

	.fzs-hero {
		display: grid;
		min-height: 0;
	}

	.fzs-hero__panel,
	.fzs-hero__panel:hover,
	.fzs-hero__panel:focus-visible {
		min-height: clamp(380px, 64svh, 560px);
		flex: none;
	}

	.fzs-hero__content {
		padding: clamp(28px, 8vw, 48px) 24px;
	}

	.fzs-hero__content strong {
		font-size: clamp(3.25rem, 16vw, 5.8rem);
	}

	.fzs-quick-links {
		padding: 0 20px;
	}

	.fzs-quick-links ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fzs-quick-links li + li {
		border-left: 0;
	}

	.fzs-quick-links li:nth-child(even) {
		border-left: 1px solid rgba(255, 255, 255, 0.14);
	}

	.fzs-quick-links li:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}

	.fzs-quick-links a {
		min-height: 86px;
		padding: 18px 14px;
	}

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

	.fzs-footer__brand-wrap {
		grid-column: 1 / -1;
	}
}

@media (max-width: 480px) {
	.fzs-quick-links {
		padding: 0 12px;
	}

	.fzs-quick-links a {
		font-size: 0.9rem;
	}

	.fzs-footer {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.fzs-footer__brand-wrap,
	.fzs-footer__meta {
		grid-column: auto;
	}

	.fzs-footer__meta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.fzs-hero__panel:hover,
	.fzs-hero__panel:focus-visible {
		flex-grow: 1;
	}

	.fzs-hero__panel:hover .fzs-hero__image,
	.fzs-hero__panel:focus-visible .fzs-hero__image,
	.fzs-hero__panel:hover .fzs-hero__cta span,
	.fzs-hero__panel:focus-visible .fzs-hero__cta span {
		transform: none;
	}
}
