:root {
	--fsv-ink: #111827;
	--fsv-blue: #14213d;
	--fsv-red: #cf1f2e;
	--fsv-yellow: #f7b801;
	--fsv-paper: #f5f7fb;
	--fsv-muted: #667085;
	--global-palette1: #cf1f2e;
	--global-palette2: #f7b801;
	--global-palette3: #14213d;
	--global-palette4: #24324f;
	--global-palette5: #eef2f7;
	--global-palette6: #f7f8fb;
}
body {
	background: var(--fsv-paper);
	color: var(--fsv-ink);
}
.site-main-header-wrap {
	background: #ffffff;
	border-bottom: 4px solid var(--fsv-yellow);
	box-shadow: 0 8px 24px rgba(20, 33, 61, .08);
}
.site-branding img {
	max-height: 82px;
	width: auto;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a {
	font-weight: 750;
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: .88rem;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover {
	color: var(--fsv-red);
}
.content-style-boxed .entry-content-wrap {
	background: transparent;
	box-shadow: none;
	padding: 0;
}
body.home .entry-header,
body.home .entry-title {
	display: none;
}
.site-container,
.content-container {
	max-width: 1180px;
}
.entry-hero-container-inner {
	background: var(--fsv-blue);
}
.fsv-hero {
	position: relative;
	min-height: 620px;
	margin: -2rem calc(50% - 50vw) 0;
	padding: 84px max(24px, calc((100vw - 1180px) / 2)) 54px;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .78fr);
	gap: 44px;
	align-items: center;
	overflow: hidden;
	color: #fff;
	background: radial-gradient(circle at 80% 18%, rgba(247, 184, 1, .34), transparent 24rem), linear-gradient(125deg, #101729 0%, #182849 52%, #cf1f2e 155%);
}
.fsv-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(0deg, rgba(255,255,255,.035) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(to bottom, #000, transparent 85%);
}
.fsv-hero > * {
	position: relative;
	z-index: 1;
}
.fsv-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	font-size: .82rem;
	letter-spacing: .08em;
}
.fsv-kicker:before {
	content: "";
	width: 34px;
	height: 4px;
	border-radius: 999px;
	background: var(--fsv-yellow);
}
.fsv-hero h1 {
	max-width: 780px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.65rem, 6vw, 5.7rem);
	line-height: .94;
	letter-spacing: 0;
}
.fsv-hero p {
	max-width: 660px;
	color: rgba(255,255,255,.88);
	font-size: clamp(1.05rem, 2vw, 1.32rem);
	line-height: 1.58;
}
.fsv-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}
.fsv-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 8px;
	background: var(--fsv-yellow);
	color: #111827;
	font-weight: 850;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(247, 184, 1, .22);
}
.fsv-button.secondary {
	background: rgba(255,255,255,.1);
	color: #fff;
	border: 1px solid rgba(255,255,255,.34);
	box-shadow: none;
}
.fsv-hero-panel {
	padding: 18px;
	border-radius: 16px;
	background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.18);
	box-shadow: 0 26px 80px rgba(0,0,0,.28);
	backdrop-filter: blur(10px);
}
.fsv-hero-panel img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 10px;
}
.fsv-stat-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 12px;
}
.fsv-stat {
	padding: 14px 10px;
	border-radius: 8px;
	background: rgba(255,255,255,.12);
	text-align: center;
}
.fsv-stat strong {
	display: block;
	color: #fff;
	font-size: 1.4rem;
}
.fsv-stat span {
	color: rgba(255,255,255,.72);
	font-size: .78rem;
}
.fsv-section {
	margin: 70px 0;
}
.fsv-section-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}
.fsv-section-header h2,
.fsv-section h2 {
	margin: 0;
	color: var(--fsv-blue);
	font-size: clamp(1.8rem, 3vw, 2.75rem);
	letter-spacing: 0;
}
.fsv-section-header p {
	max-width: 540px;
	margin: 0;
	color: var(--fsv-muted);
}
.fsv-feature-grid,
.fsv-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}
.fsv-feature {
	position: relative;
	min-height: 235px;
	padding: 26px;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 16px 50px rgba(20, 33, 61, .1);
	text-decoration: none;
}
.fsv-feature:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(20,33,61,.05), rgba(20,33,61,.78));
}
.fsv-feature[style] {
	background-size: cover;
	background-position: center;
}
.fsv-feature > * {
	position: relative;
	z-index: 1;
}
.fsv-feature span {
	display: inline-flex;
	margin-bottom: 72px;
	padding: 7px 10px;
	border-radius: 999px;
	background: var(--fsv-yellow);
	color: #111827;
	font-weight: 800;
	font-size: .78rem;
}
.fsv-feature h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 1.45rem;
}
.fsv-feature p {
	margin: 0;
	color: rgba(255,255,255,.84);
}
.fsv-card {
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 16px 50px rgba(20,33,61,.09);
}
.fsv-card-image {
	display: block;
	height: 210px;
	background: var(--fsv-blue) center / cover no-repeat;
}
.fsv-card-body {
	padding: 22px;
}
.fsv-card time {
	color: var(--fsv-red);
	font-size: .8rem;
	font-weight: 800;
	text-transform: uppercase;
}
.fsv-card h3 {
	margin: 8px 0 10px;
	color: var(--fsv-blue);
	font-size: 1.2rem;
	line-height: 1.25;
}
.fsv-card h3 a {
	color: inherit;
	text-decoration: none;
}
.fsv-card p {
	margin: 0;
	color: var(--fsv-muted);
	font-size: .95rem;
}
.fsv-band {
	margin: 70px calc(50% - 50vw);
	padding: 64px max(24px, calc((100vw - 1180px) / 2));
	color: #fff;
	background: linear-gradient(135deg, var(--fsv-blue), #243b6d);
}
.fsv-band-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 34px;
	align-items: center;
}
.fsv-band h2 {
	color: #fff;
}
.fsv-band p {
	color: rgba(255,255,255,.82);
}
.fsv-info-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.fsv-info-list li {
	padding: 14px 16px;
	border-left: 5px solid var(--fsv-yellow);
	border-radius: 8px;
	background: rgba(255,255,255,.1);
}
.fsv-gallery-strip {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}
.fsv-gallery-strip a {
	display: block;
	min-height: 160px;
	border-radius: 10px;
	background: #ddd center / cover no-repeat;
	box-shadow: inset 0 -80px 70px rgba(0,0,0,.28);
}
.fsv-gallery-strip span {
	display: none;
}
.fsv-footer-cta {
	margin: 70px 0 30px;
	padding: 34px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 16px 50px rgba(20,33,61,.09);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.fsv-footer-cta h2 {
	margin: 0 0 6px;
	color: var(--fsv-blue);
}
.fsv-hero br,
.fsv-section br,
.fsv-band br,
.fsv-footer-cta br {
	display: none;
}
.fsv-section > p:empty,
.fsv-band > p:empty,
.fsv-footer-cta > p:empty {
	display: none;
}
.entry-content p,
.entry-content li {
	line-height: 1.7;
}
.entry.loop-entry {
	border-radius: 12px;
	box-shadow: 0 14px 44px rgba(20,33,61,.08);
}

/* High-contrast palette closer to the original Joomla site. */
:root {
	--fsv-ink: #262626;
	--fsv-blue: #333333;
	--fsv-red: #c9271d;
	--fsv-yellow: #e3a51a;
	--fsv-paper: #eeeeee;
	--fsv-muted: #555555;
	--global-palette1: #c9271d;
	--global-palette2: #e3a51a;
	--global-palette3: #262626;
	--global-palette4: #444444;
	--global-palette5: #f3f3f3;
	--global-palette6: #f8f8f8;
	--global-palette7: #ffffff;
	--global-palette8: #ffffff;
	--global-palette9: #111111;
}
body,
.site {
	background: #eeeeee;
	color: #262626;
}
a {
	color: #b8231a;
}
a:hover {
	color: #7f160f;
}
.site-main-header-wrap,
.site-header-row-container-inner {
	background: #ffffff !important;
}
#masthead,
#masthead .site-header-row-container-inner,
#masthead .site-main-header-wrap {
	background: #ffffff !important;
	color: #222222 !important;
}
.site-main-header-wrap {
	border-top: 5px solid #c9271d;
	border-bottom: 1px solid #d8d8d8;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}
.main-navigation .primary-menu-container > ul > li.menu-item > a,
.mobile-navigation ul li a,
.site-header-item .menu-toggle-open {
	color: #222222 !important;
}
#mobile-drawer,
#mobile-drawer .drawer-inner,
#mobile-drawer .drawer-header,
#mobile-drawer .drawer-content {
	background: #ffffff !important;
	color: #222222 !important;
}
#mobile-drawer .drawer-toggle,
#mobile-drawer .drawer-nav-drop-wrap,
#mobile-drawer .drawer-nav-drop-wrap a,
#mobile-drawer .mobile-navigation ul li > a {
	color: #222222 !important;
}
#mobile-drawer .mobile-navigation ul li {
	border-bottom: 1px solid #dddddd;
}
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a,
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover {
	color: #c9271d !important;
}
.content-style-boxed .entry-content-wrap,
.entry.loop-entry,
.content-bg,
.single-content {
	background: #ffffff;
	color: #262626;
}
.content-style-boxed .entry-content-wrap {
	padding: 32px;
	border: 1px solid #dedede;
	border-radius: 0;
}
body.home.content-style-boxed .entry-content-wrap {
	padding: 0;
	border: 0;
	background: transparent;
}
.entry-title,
.entry-content h1,
.entry-content h2,
.entry-content h3 {
	color: #2b2b2b;
}
.entry-content p,
.entry-content li,
.fsv-card p,
.fsv-section-header p {
	color: #444444;
}
.fsv-hero {
	color: #262626;
	background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
	border-bottom: 1px solid #d9d9d9;
}
.fsv-hero:before {
	background-image: linear-gradient(90deg, rgba(201,39,29,.06) 1px, transparent 1px), linear-gradient(0deg, rgba(201,39,29,.04) 1px, transparent 1px);
	mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
.fsv-kicker,
.fsv-hero h1 {
	color: #222222;
}
.fsv-kicker:before {
	background: #c9271d;
}
.fsv-hero p {
	color: #3f3f3f;
}
.fsv-button,
.wp-block-button__link {
	background: #c9271d !important;
	color: #ffffff !important;
	border: 2px solid #c9271d;
	box-shadow: none;
}
.fsv-button:hover,
.wp-block-button__link:hover {
	background: #9f1f17 !important;
	border-color: #9f1f17;
	color: #ffffff !important;
}
.fsv-button.secondary,
.is-style-outline .wp-block-button__link {
	background: #ffffff !important;
	color: #a51f17 !important;
	border: 2px solid #c9271d;
}
.fsv-button.secondary:hover,
.is-style-outline .wp-block-button__link:hover {
	background: #fff4f2 !important;
	color: #7f160f !important;
}
.fsv-hero-panel,
.fsv-card,
.fsv-footer-cta {
	background: #ffffff;
	border: 1px solid #dedede;
	box-shadow: 0 8px 22px rgba(0,0,0,.08);
}
.fsv-stat {
	background: #f5f5f5;
	border: 1px solid #dfdfdf;
}
.fsv-stat strong {
	color: #c9271d;
}
.fsv-stat span {
	color: #555555;
}
.fsv-section {
	background: #ffffff;
	margin: 42px 0;
	padding: 34px;
	border: 1px solid #dedede;
}
.fsv-section-header h2,
.fsv-section h2 {
	color: #2b2b2b;
}
.fsv-feature {
	border-radius: 3px;
	box-shadow: none;
	border: 1px solid #cccccc;
}
.fsv-feature:before {
	background: linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.78));
}
.fsv-feature span {
	background: #c9271d;
	color: #ffffff;
}
.fsv-feature h3,
.fsv-feature p {
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0,0,0,.6);
}
.fsv-card {
	border-radius: 3px;
}
.fsv-card time {
	color: #a51f17;
}
.fsv-card h3 {
	color: #2b2b2b;
}
.fsv-band {
	color: #262626;
	background: #ffffff;
	border-top: 4px solid #c9271d;
	border-bottom: 1px solid #d8d8d8;
}
.fsv-band h1,
.fsv-band h2,
.fsv-band p {
	color: #262626;
}
.fsv-info-list li {
	background: #f6f6f6;
	color: #262626;
	border-left-color: #c9271d;
}
.fsv-gallery-strip a {
	border-radius: 3px;
	box-shadow: inset 0 -70px 60px rgba(0,0,0,.18);
}
.site-footer,
.site-footer-row-container-inner {
	background: #333333 !important;
	color: #ffffff;
}
.site-footer a {
	color: #ffffff;
}
@media (max-width: 900px) {
	.fsv-hero,
	.fsv-band-grid {
		grid-template-columns: 1fr;
	}
	.fsv-hero {
		min-height: auto;
		padding-top: 56px;
	}
	.fsv-feature-grid,
	.fsv-card-grid {
		grid-template-columns: 1fr;
	}
	.fsv-gallery-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.fsv-section-header,
	.fsv-footer-cta {
		display: block;
	}
	.fsv-footer-cta .fsv-button {
		margin-top: 18px;
	}
}
