:root {
	--fdsea-green: #145c2f;
	--fdsea-green-dark: #0d3f21;
	--fdsea-green-soft: #dff0d8;
	--fdsea-green-line: #bdd6c1;
	--fdsea-base: #f8f8f3;
	--fdsea-surface: #ffffff;
	--fdsea-ink: #101812;
	--fdsea-muted: #5c665f;
	--fdsea-border: #d8ded8;
	--fdsea-field: #c5a86a;
	--fdsea-shadow: 0 16px 38px rgba(16, 24, 18, 0.09);
	--fdsea-radius: 8px;
	--fdsea-container: 1232px;
	--fdsea-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* Extranet modernization */

:root {
	--fdsea-accent-gold: #9b7a2f;
	--fdsea-accent-sage: #557d62;
	--fdsea-accent-blue: #38627e;
	--fdsea-accent-plum: #73536e;
	--fdsea-soft-gold: #f5eedc;
	--fdsea-soft-sage: #e7f0e8;
	--fdsea-soft-blue: #e4edf2;
	--fdsea-soft-plum: #f0e8ef;
}

.extranet-hero {
	background: linear-gradient(135deg, #153f2a 0%, #235a3e 56%, #806b38 100%);
}

.extranet-layout {
	grid-template-columns: 318px minmax(0, 1fr);
}

.extranet-sidebar {
	align-self: start;
	border-radius: var(--fdsea-radius);
	padding: 0;
	position: sticky;
	top: 118px;
}

.extranet-sidebar__head {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid var(--fdsea-border);
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.extranet-sidebar__head h2 {
	margin: 0;
}

.extranet-menu-toggle {
	align-items: center;
	background: var(--fdsea-green);
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: none;
	font: inherit;
	font-size: 13px;
	font-weight: 900;
	gap: 8px;
	padding: 10px 12px;
	text-transform: uppercase;
}

.extranet-sidebar__panel {
	display: grid;
	gap: 14px;
	padding: 18px;
}

.extranet-home-link,
.extranet-fast-links a,
.extranet-sidebar__logout {
	align-items: center;
	border: 1px solid var(--fdsea-border);
	border-radius: 8px;
	display: flex;
	font-size: 14px;
	font-weight: 900;
	gap: 10px;
	padding: 13px 14px;
}

.extranet-home-link {
	background: var(--fdsea-green);
	border-color: var(--fdsea-green);
	color: #fff;
}

.extranet-home-link:hover {
	color: #fff;
	background: var(--fdsea-green-dark);
}

.extranet-search {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) 230px auto;
	padding: 14px;
}

.extranet-search--compact {
	background: #f8fbf5;
	grid-template-columns: 1fr;
}

.extranet-search label {
	display: grid;
	gap: 7px;
	margin: 0;
}

.extranet-search span {
	color: var(--fdsea-muted);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.extranet-search input,
.extranet-search select,
.footer-newsletter input {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: 6px;
	color: var(--fdsea-ink);
	font: inherit;
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.extranet-search .button {
	align-self: end;
	white-space: nowrap;
}

.extranet-accordion {
	display: grid;
	gap: 10px;
}

.extranet-nav-group {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-left: 5px solid var(--fdsea-green);
	border-radius: var(--fdsea-radius);
	overflow: hidden;
}

.extranet-nav-group--gold {
	border-left-color: var(--fdsea-accent-gold);
}

.extranet-nav-group--sage {
	border-left-color: var(--fdsea-accent-sage);
}

.extranet-nav-group--blue {
	border-left-color: var(--fdsea-accent-blue);
}

.extranet-nav-group--plum {
	border-left-color: var(--fdsea-accent-plum);
}

.extranet-nav-group summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	gap: 10px;
	grid-template-columns: 34px minmax(0, 1fr);
	list-style: none;
	padding: 13px;
}

.extranet-nav-group summary::-webkit-details-marker {
	display: none;
}

.extranet-nav-group summary > span {
	align-items: center;
	background: var(--fdsea-green-soft);
	border-radius: 8px;
	color: var(--fdsea-green);
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.extranet-nav-group--gold summary > span {
	background: var(--fdsea-soft-gold);
	color: var(--fdsea-accent-gold);
}

.extranet-nav-group--sage summary > span {
	background: var(--fdsea-soft-sage);
	color: var(--fdsea-accent-sage);
}

.extranet-nav-group--blue summary > span {
	background: var(--fdsea-soft-blue);
	color: var(--fdsea-accent-blue);
}

.extranet-nav-group--plum summary > span {
	background: var(--fdsea-soft-plum);
	color: var(--fdsea-accent-plum);
}

.extranet-nav-group summary strong {
	font-size: 14px;
	line-height: 1.25;
}

.extranet-nav-group summary::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	height: 7px;
	justify-self: end;
	margin-right: 4px;
	transform: rotate(45deg);
	width: 7px;
}

.extranet-nav-group[open] summary::after {
	transform: rotate(225deg);
}

.extranet-nav-group > div {
	border-top: 1px solid var(--fdsea-border);
	display: grid;
	padding: 8px 12px 12px 59px;
}

.extranet-nav-group > div a {
	border-radius: 6px;
	color: #314035;
	font-size: 14px;
	font-weight: 760;
	padding: 8px 10px;
}

.extranet-nav-group > div a:hover,
.extranet-fast-links a:hover {
	background: #f0f6ef;
	color: var(--fdsea-green-dark);
}

.extranet-fast-links {
	display: grid;
	gap: 8px;
}

.extranet-card {
	overflow: hidden;
}

.extranet-welcome {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr);
	margin-bottom: 28px;
}

.extranet-welcome h2,
.extranet-section-heading h2 {
	color: #07120b;
	font-size: 34px;
	font-weight: 920;
	line-height: 1.05;
	margin: 0;
}

.extranet-welcome p:not(.eyebrow),
.extranet-section-heading p {
	color: var(--fdsea-muted);
	font-size: 17px;
	margin: 12px 0 0;
	max-width: 780px;
}

.extranet-actions {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0 0 34px;
}

.extranet-actions a {
	align-items: center;
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	color: var(--fdsea-green-dark);
	display: grid;
	gap: 10px;
	min-height: 110px;
	padding: 16px;
	text-decoration: none;
}

.extranet-actions svg {
	color: var(--fdsea-accent-gold);
	font-size: 26px;
}

.extranet-actions span {
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
}

.extranet-section-heading {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.extranet-section-heading > a {
	align-items: center;
	color: var(--fdsea-green);
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	gap: 8px;
	text-decoration: none;
}

.extranet-carousel,
.extranet-calendar,
.documents-online {
	margin-top: 34px;
}

.extranet-carousel__controls {
	display: flex;
	gap: 8px;
}

.extranet-carousel__controls button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: 50%;
	color: var(--fdsea-green-dark);
	cursor: pointer;
	display: inline-flex;
	font-size: 28px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	width: 42px;
}

.extranet-carousel__track {
	display: grid;
	gap: 18px;
	grid-auto-columns: minmax(280px, 380px);
	grid-auto-flow: column;
	overflow-x: auto;
	padding-bottom: 8px;
	scroll-snap-type: x mandatory;
}

.extranet-carousel__slide {
	scroll-snap-align: start;
}

.extranet-article-card {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	display: grid;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
}

.extranet-article-card__media {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #e3eedf, #f3edd9);
	display: flex;
	justify-content: center;
	max-height: 230px;
	overflow: hidden;
	text-decoration: none;
}

.extranet-article-card__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.extranet-article-card__media span {
	color: var(--fdsea-green);
	font-size: 38px;
}

.extranet-article-card__body {
	display: grid;
	gap: 10px;
	padding: 16px;
}

.extranet-article-card__meta {
	align-items: center;
	color: var(--fdsea-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 900;
	gap: 8px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.extranet-article-card h3 {
	font-size: 18px;
	line-height: 1.18;
	margin: 0;
}

.extranet-article-card p {
	color: var(--fdsea-muted);
	font-size: 15px;
	line-height: 1.45;
	margin: 0;
}

.calendar-list {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.calendar-event {
	align-items: center;
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	display: grid;
	gap: 14px;
	grid-template-columns: 58px minmax(0, 1fr);
	padding: 14px;
	text-decoration: none !important;
}

.calendar-event > span:first-child {
	align-items: center;
	background: var(--fdsea-green);
	border-radius: 6px;
	color: #fff;
	display: grid;
	height: 58px;
	justify-items: center;
	line-height: 1;
	text-transform: uppercase;
	width: 58px;
}

.calendar-event strong {
	color: var(--fdsea-ink);
	display: block;
	font-size: 16px;
	line-height: 1.25;
}

.calendar-event > span:first-child strong,
.calendar-event > span:first-child small {
	color: #fff;
}

.calendar-event small {
	color: var(--fdsea-muted);
	display: block;
	font-size: 12px;
	margin-top: 4px;
}

.document-accordion {
	display: grid;
	gap: 12px;
}

.document-group {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	overflow: hidden;
}

.document-group summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	gap: 12px;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	list-style: none;
	padding: 16px 18px;
}

.document-group summary::-webkit-details-marker {
	display: none;
}

.document-group summary > svg {
	color: var(--fdsea-green);
	font-size: 24px;
}

.document-group summary span {
	color: var(--fdsea-green-dark);
	font-size: 18px;
	font-weight: 900;
}

.document-group summary small {
	background: var(--fdsea-green-soft);
	border-radius: 999px;
	color: var(--fdsea-green-dark);
	font-size: 12px;
	font-weight: 900;
	padding: 4px 9px;
}

.document-list {
	border-top: 1px solid var(--fdsea-border);
	display: grid;
}

.document-item {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 18px;
}

.document-item + .document-item {
	border-top: 1px solid var(--fdsea-border);
}

.document-item h3 {
	font-size: 18px;
	margin: 0 0 6px;
}

.document-item p {
	color: var(--fdsea-muted);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

.extranet-empty {
	background: #fff;
	border: 1px dashed var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	color: var(--fdsea-muted);
	padding: 24px;
}

.article-layout {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) 330px;
	padding-bottom: 82px;
	padding-top: 58px;
}

.article-main {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	box-shadow: 0 18px 42px rgba(16, 24, 18, 0.06);
	padding: clamp(28px, 4vw, 56px);
}

.article-main .entry-header h1 {
	font-size: clamp(2rem, 3vw, 3.2rem);
	line-height: 1.08;
}

.article-main .entry-media {
	border-radius: var(--fdsea-radius);
	margin: 28px 0;
	max-height: 420px;
	overflow: hidden;
}

.article-main .entry-media img {
	aspect-ratio: 16 / 7;
	height: 100%;
	max-height: 420px;
	object-fit: cover;
	width: 100%;
}

.article-sidebar {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 128px;
}

.article-share h2 {
	align-items: center;
	display: flex;
	gap: 8px;
}

.article-share a {
	border-top: 1px solid var(--fdsea-border);
	display: block;
	font-size: 14px;
	font-weight: 850;
	padding: 12px 0;
}

.related-list {
	display: grid;
	gap: 12px;
}

.extranet-article-card--compact {
	grid-template-columns: 96px minmax(0, 1fr);
}

.extranet-article-card--compact .extranet-article-card__media {
	aspect-ratio: auto;
	max-height: none;
	min-height: 92px;
}

.extranet-article-card--compact .extranet-article-card__body {
	gap: 6px;
	padding: 12px;
}

.extranet-article-card--compact h3 {
	font-size: 15px;
}

.post-grid--search .extranet-article-card {
	min-height: 100%;
}

.footer-grid {
	grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
}

.footer-newsletter form {
	display: grid;
	gap: 10px;
}

.footer-newsletter label {
	display: grid;
	gap: 7px;
}

.footer-newsletter label span {
	font-size: 13px;
	font-weight: 850;
}

@media (max-width: 1120px) {
	.extranet-layout,
	.article-layout {
		grid-template-columns: 1fr;
	}

	.extranet-sidebar,
	.article-sidebar {
		position: static;
	}

	.extranet-menu-toggle {
		display: inline-flex;
	}

	.extranet-sidebar__panel {
		display: none;
	}

	.extranet-sidebar__panel.is-open {
		display: grid;
	}

	.extranet-actions {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

@media (max-width: 760px) {
	.extranet-search,
	.calendar-list,
	.document-item,
	.footer-grid {
		grid-template-columns: 1fr;
	}

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

	.extranet-section-heading {
		align-items: start;
		display: grid;
	}

	.extranet-welcome h2,
	.extranet-section-heading h2 {
		font-size: 28px;
	}

	.article-main .entry-header h1 {
		font-size: 34px;
	}
}

@media (max-width: 520px) {
	.extranet-actions {
		grid-template-columns: 1fr;
	}

	.extranet-sidebar__head {
		padding: 16px;
	}

	.extranet-sidebar__panel,
	.extranet-card {
		padding: 16px;
	}
}

* {
	box-sizing: border-box;
}

html {
	margin-top: 0 !important;
	scroll-behavior: smooth;
}

body.admin-bar #wpadminbar {
	display: none !important;
}

body {
	margin: 0;
	background: var(--fdsea-base);
	color: var(--fdsea-ink);
	font-family: var(--fdsea-font);
	font-size: 16px;
	line-height: 1.55;
}

body,
button,
input,
textarea,
select {
	letter-spacing: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--fdsea-green);
}

body:not(.elementor-editor-active) .elementor-content-page .elementor {
	color: var(--fdsea-ink);
	font-family: inherit;
}

body:not(.elementor-editor-active) .elementor-content-page .elementor :where(h1, h2, h3, h4, h5, h6),
body:not(.elementor-editor-active) .elementor-template-full-width .elementor :where(h1, h2, h3, h4, h5, h6),
body:not(.elementor-editor-active) .elementor-content-page .elementor .elementor-heading-title,
body:not(.elementor-editor-active) .elementor-template-full-width .elementor .elementor-heading-title {
	color: #07120b !important;
	font-family: inherit !important;
	font-weight: 900;
	letter-spacing: 0 !important;
	line-height: 1.1;
}

body:not(.elementor-editor-active) .elementor-content-page .elementor :where(p, li),
body:not(.elementor-editor-active) .elementor-template-full-width .elementor :where(p, li),
body:not(.elementor-editor-active) .elementor-content-page .elementor .elementor-widget-text-editor,
body:not(.elementor-editor-active) .elementor-template-full-width .elementor .elementor-widget-text-editor {
	color: #27302a;
	font-family: inherit !important;
	letter-spacing: 0 !important;
	line-height: 1.62;
}

body:not(.elementor-editor-active) .elementor-content-page .elementor a,
body:not(.elementor-editor-active) .elementor-template-full-width .elementor a {
	color: var(--fdsea-green);
}

body:not(.elementor-editor-active) .elementor-content-page .elementor .elementor-button,
body:not(.elementor-editor-active) .elementor-template-full-width .elementor .elementor-button {
	align-items: center;
	background: var(--fdsea-green) !important;
	border: 2px solid var(--fdsea-green) !important;
	border-radius: 7px !important;
	color: #fff !important;
	display: inline-flex;
	font-family: inherit !important;
	font-size: 13px;
	font-weight: 900;
	gap: 9px;
	letter-spacing: 0.06em !important;
	line-height: 1;
	min-height: 40px;
	padding: 12px 18px;
	text-transform: uppercase;
}

body:not(.elementor-editor-active) .elementor-content-page .elementor .elementor-button:hover,
body:not(.elementor-editor-active) .elementor-template-full-width .elementor .elementor-button:hover {
	background: var(--fdsea-green-dark) !important;
	color: #fff !important;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

svg {
	display: block;
	height: 1em;
	width: 1em;
	fill: currentColor;
}

.fdsea-container {
	margin: 0 auto;
	max-width: var(--fdsea-container);
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.site-header {
	background: rgba(248, 248, 243, 0.96);
	border-bottom: 1px solid var(--fdsea-border);
	position: sticky;
	top: 0;
	z-index: 50;
}

#site-header,
#site-header-sticky-wrapper,
#top-bar-wrap,
#site-navigation-wrap,
.oceanwp-mobile-menu-icon {
	display: none !important;
}

.topbar {
	border-bottom: 1px solid var(--fdsea-border);
	color: var(--fdsea-muted);
	font-size: 13px;
}

.topbar__inner,
.topbar__contacts,
.topbar__actions,
.mainnav__inner,
.brand,
.fdsea-menu,
.hero__actions,
.service-card,
.agenda-item {
	align-items: center;
	display: flex;
}

.topbar__inner {
	justify-content: space-between;
	min-height: 52px;
}

.topbar__contacts,
.topbar__actions {
	gap: 28px;
}

.topbar__contacts span,
.topbar__contacts a {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	white-space: nowrap;
}

.topbar svg {
	color: var(--fdsea-green);
	font-size: 15px;
}

.extranet-button {
	background: var(--fdsea-green);
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 12px 18px;
	text-transform: uppercase;
}

.extranet-button:hover,
.button--primary:hover {
	background: var(--fdsea-green-dark);
	color: #fff;
}

.mainnav__inner {
	gap: 42px;
	min-height: 88px;
}

.brand {
	flex: 0 0 auto;
	gap: 16px;
}

.brand__mark {
	align-items: center;
	border: 2px solid var(--fdsea-green);
	border-radius: 50%;
	color: var(--fdsea-green);
	display: inline-flex;
	font-size: 20px;
	font-weight: 800;
	height: 56px;
	justify-content: center;
	line-height: 1;
	width: 56px;
}

.brand__logo-wrap {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(20, 92, 47, 0.18);
	border-radius: 50%;
	box-shadow: 0 8px 22px rgba(16, 24, 18, 0.1);
	display: inline-flex;
	height: 66px;
	justify-content: center;
	overflow: hidden;
	padding: 4px;
	width: 66px;
}

.brand__logo {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.brand__text {
	display: grid;
	gap: 2px;
}

.brand__text strong {
	color: var(--fdsea-green-dark);
	font-size: 21px;
	font-weight: 900;
	line-height: 1;
}

.brand__text small {
	color: var(--fdsea-muted);
	font-size: 12px;
	line-height: 1.15;
}

.primary-nav {
	flex: 1 1 auto;
}

.fdsea-menu {
	gap: 28px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fdsea-menu > li {
	position: relative;
}

.fdsea-menu a {
	color: #101812;
	display: inline-flex;
	font-size: 14px;
	font-weight: 850;
	letter-spacing: 0.04em;
	padding: 12px 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.fdsea-menu a:hover {
	color: var(--fdsea-green);
}

.has-mega-menu > a::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	height: 6px;
	margin-left: 9px;
	margin-top: -4px;
	transform: rotate(45deg);
	width: 6px;
}

.has-mega-menu:hover > a,
.has-mega-menu:focus-within > a {
	background: var(--fdsea-green);
	border-radius: 8px;
	color: #fff;
	padding-left: 18px;
	padding-right: 18px;
}

.has-mega-menu:hover > a::after,
.has-mega-menu:focus-within > a::after {
	margin-top: 3px;
	transform: rotate(225deg);
}

.mega-menu {
	background: var(--fdsea-base);
	border: 1px solid var(--fdsea-border);
	border-radius: 0 0 14px 14px;
	border-top: 6px solid var(--fdsea-green);
	box-shadow: 0 26px 60px rgba(13, 63, 33, 0.16);
	display: grid;
	gap: 0;
	left: 50%;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 12px);
	transform: translateX(-50%) translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease;
	width: min(94vw, 720px);
	z-index: 80;
}

.mega-menu[hidden] {
	display: none;
}

.mega-menu--wide {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: min(94vw, 1020px);
}

.mega-menu--single {
	width: min(94vw, 704px);
}

.has-mega-menu:hover .mega-menu,
.has-mega-menu:focus-within .mega-menu {
	display: grid;
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.mega-menu__section {
	padding: 34px 32px 28px;
}

.mega-menu--wide .mega-menu__section + .mega-menu__section {
	border-left: 1px solid var(--fdsea-border);
}

.mega-menu__section h2 {
	align-items: center;
	color: var(--fdsea-green-dark);
	display: flex;
	font-size: 25px;
	font-weight: 900;
	gap: 24px;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0 0 26px;
}

.mega-menu__section h2::after {
	background: var(--fdsea-border);
	content: "";
	flex: 1;
	height: 1px;
}

.mega-link {
	align-items: center;
	display: grid !important;
	gap: 4px 18px;
	grid-template-columns: 52px minmax(0, 1fr) 18px;
	padding: 13px 12px;
	text-transform: none !important;
	white-space: normal !important;
}

.mega-link::after {
	border-bottom: 2px solid #8d978f;
	border-right: 2px solid #8d978f;
	content: "";
	grid-column: 3;
	grid-row: 1 / span 2;
	height: 9px;
	justify-self: end;
	transform: rotate(-45deg);
	width: 9px;
}

.mega-link > span {
	align-items: center;
	background: #e7efe5;
	border-radius: 10px;
	color: var(--fdsea-green);
	display: inline-flex;
	grid-column: 1;
	grid-row: 1 / span 2;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.mega-link > span svg {
	font-size: 24px;
}

.mega-link strong {
	color: var(--fdsea-ink);
	font-size: 22px;
	font-weight: 900;
	grid-column: 2;
	line-height: 1.12;
}

.mega-link small {
	color: #4e5a52;
	font-size: 20px;
	font-weight: 500;
	grid-column: 2;
	line-height: 1.25;
}

.mega-link:hover {
	background: rgba(20, 92, 47, 0.06);
	border-radius: 8px;
}

.mega-menu__footer {
	align-items: center;
	border-top: 1px solid var(--fdsea-border);
	color: var(--fdsea-green-dark) !important;
	display: flex !important;
	font-size: 21px !important;
	font-weight: 900 !important;
	grid-column: 1 / -1;
	justify-content: space-between;
	letter-spacing: 0 !important;
	padding: 22px 34px !important;
	text-transform: none !important;
}

.mega-menu__footer svg {
	font-size: 24px;
}

.search-link {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 22px;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.hero {
	background-image:
		linear-gradient(90deg, rgba(248, 248, 243, 0.97) 0%, rgba(248, 248, 243, 0.78) 43%, rgba(248, 248, 243, 0.18) 100%),
		var(--hero-image);
	background-position: center;
	background-size: cover;
	min-height: clamp(470px, 53vh, 540px);
	overflow: hidden;
	position: relative;
}

.hero::after {
	background: linear-gradient(180deg, rgba(248, 248, 243, 0) 0%, rgba(248, 248, 243, 0.88) 82%, var(--fdsea-base) 100%);
	bottom: 0;
	content: "";
	height: 120px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.hero__inner {
	align-items: center;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 1fr) 320px;
	min-height: inherit;
	padding-bottom: clamp(42px, 5vw, 58px);
	padding-top: clamp(42px, 5vw, 58px);
	position: relative;
	z-index: 1;
}

.hero__copy {
	max-width: 560px;
}

.eyebrow {
	align-items: center;
	border: 1px solid var(--fdsea-green-line);
	border-radius: 999px;
	color: var(--fdsea-green);
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	gap: 10px;
	letter-spacing: 0.22em;
	line-height: 1;
	margin: 0 0 18px;
	padding: 8px 14px;
	text-transform: uppercase;
}

.eyebrow span {
	background: #7cae8b;
	border-radius: 50%;
	display: inline-block;
	height: 6px;
	width: 6px;
}

.hero h1 {
	color: #07120b;
	font-family: var(--fdsea-font);
	font-size: clamp(3rem, 5vw, 4.4rem);
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
}

.entry-header h1,
.archive-header h1,
.mission-strip h2 {
	color: #07120b;
	font-size: clamp(3rem, 5vw, 4.4rem);
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
}

.hero__lead {
	color: #2b2f2b;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.4rem, 2.1vw, 1.9rem);
	line-height: 1.18;
	margin: 16px 0 18px;
	max-width: 560px;
}

.hero__lead strong {
	color: var(--fdsea-green);
	display: inline-block;
	font-size: clamp(1.8rem, 2.8vw, 2.7rem);
	font-style: italic;
	font-weight: 500;
}

.hero__body {
	color: #333b35;
	font-size: 18px;
	margin: 0 0 28px;
	max-width: 520px;
}

.hero__actions {
	flex-wrap: wrap;
	gap: 12px;
}

.button {
	align-items: center;
	border: 2px solid var(--fdsea-green);
	border-radius: 7px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 9px;
	letter-spacing: 0.06em;
	line-height: 1;
	min-height: 40px;
	padding: 12px 18px;
	text-transform: uppercase;
}

.button svg {
	font-size: 16px;
}

.button--primary {
	background: var(--fdsea-green);
	color: #fff;
}

.button--outline {
	background: rgba(255, 255, 255, 0.52);
	color: var(--fdsea-green);
}

.button--outline:hover {
	background: var(--fdsea-green-soft);
	color: var(--fdsea-green-dark);
}

.button--light {
	background: #fff;
	border-color: #fff;
	color: #214f75;
	justify-content: center;
	min-width: 210px;
}

.button--light:hover {
	background: #eef5f1;
	border-color: #eef5f1;
	color: var(--fdsea-green-dark);
}

.fdsea-home-premium {
	background: #f8f8f3;
	color: var(--fdsea-ink);
	overflow: hidden;
}

.home-premium-hero {
	background: #f8f8f3 var(--home-hero-image) center / cover no-repeat;
	color: var(--fdsea-ink);
	min-height: clamp(470px, 53vh, 540px);
	position: relative;
}

.home-premium-hero__shade {
	background:
		linear-gradient(90deg, rgba(248, 248, 243, 0.97) 0%, rgba(248, 248, 243, 0.78) 43%, rgba(248, 248, 243, 0.18) 100%),
		linear-gradient(180deg, rgba(248, 248, 243, 0) 0%, rgba(248, 248, 243, 0.9) 86%, var(--fdsea-base) 100%);
	inset: 0;
	position: absolute;
}

.home-premium-hero__inner {
	align-items: center;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 1fr) 320px;
	min-height: inherit;
	padding-bottom: clamp(42px, 5vw, 58px);
	padding-top: clamp(42px, 5vw, 58px);
	position: relative;
	z-index: 1;
}

.home-premium-hero__copy {
	max-width: 560px;
}

.home-premium-hero .eyebrow,
.home-premium-cta .eyebrow {
	color: var(--fdsea-green);
}

.home-premium-combats .eyebrow {
	color: rgba(255, 255, 255, 0.82);
}

.home-premium-hero h1 {
	color: #07120b;
	font-family: var(--fdsea-font);
	font-size: clamp(3rem, 5vw, 4.4rem);
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 16px 0 0;
	max-width: 560px;
}

.home-premium-hero__copy > p:not(.eyebrow) {
	color: #333b35;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	max-width: 520px;
}

.home-premium-hero__copy > p.hero__lead {
	color: #2b2f2b;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.4rem, 2.1vw, 1.9rem);
	line-height: 1.18;
	margin: 16px 0 18px;
	max-width: 560px;
}

.home-premium-hero__copy > p.hero__lead strong {
	color: var(--fdsea-green);
	display: inline-block;
	font-size: clamp(1.8rem, 2.8vw, 2.7rem);
	font-style: italic;
	font-weight: 500;
}

.home-premium-hero__copy > p.hero__body {
	color: #333b35;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	max-width: 520px;
}

.home-premium-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.home-premium-alert {
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.52);
	border-radius: 8px;
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
	color: var(--fdsea-ink);
	display: grid;
	gap: 10px;
	padding: 22px;
}

.home-premium-alert:hover {
	color: var(--fdsea-green);
	transform: translateY(-2px);
}

.home-premium-alert span,
.home-news-card__meta,
.home-event__body small {
	color: var(--fdsea-muted);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-premium-alert strong {
	font-size: 1.12rem;
	line-height: 1.18;
}

.home-premium-alert small {
	align-items: center;
	color: var(--fdsea-green);
	display: inline-flex;
	font-weight: 900;
	gap: 8px;
}

.home-premium-services {
	margin-top: -42px;
	position: relative;
	z-index: 2;
}

.home-service-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-service-card {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(216, 222, 216, 0.9);
	border-radius: 8px;
	box-shadow: 0 22px 55px rgba(16, 24, 18, 0.1);
	display: grid;
	gap: 12px;
	min-height: 210px;
	padding: 24px;
}

.home-service-card:hover {
	color: var(--fdsea-green);
	transform: translateY(-3px);
}

.home-service-card > span {
	align-items: center;
	background: var(--fdsea-green-soft);
	border-radius: 8px;
	color: var(--fdsea-green);
	display: inline-flex;
	font-size: 24px;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.home-service-card strong {
	font-size: 1.25rem;
	line-height: 1.12;
}

.home-service-card small {
	color: var(--fdsea-muted);
	font-size: 15px;
	line-height: 1.5;
}

.home-premium-section {
	padding: clamp(56px, 6vw, 88px) 0;
}

.home-section-heading {
	align-items: end;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-bottom: 34px;
}

.home-section-heading h2,
.home-panel h2,
.home-premium-combats h2,
.home-premium-cta h2 {
	font-size: clamp(1.85rem, 2.9vw, 3.35rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 10px 0 0;
}

.home-section-heading > a {
	align-items: center;
	color: var(--fdsea-green);
	display: inline-flex;
	font-weight: 900;
	gap: 8px;
	white-space: nowrap;
}

.home-news-layout {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
}

.home-news-stack {
	display: grid;
	gap: 18px;
}

.home-news-card {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: 8px;
	box-shadow: 0 18px 46px rgba(16, 24, 18, 0.07);
	display: grid;
	grid-template-columns: 148px minmax(0, 1fr);
	overflow: hidden;
}

.home-news-card--featured {
	grid-template-columns: 1fr;
}

.home-news-card__media {
	background: var(--fdsea-green-soft);
	display: block;
	min-height: 132px;
	overflow: hidden;
}

.home-news-card--featured .home-news-card__media {
	aspect-ratio: 16 / 9;
	max-height: 320px;
	min-height: 260px;
}

.home-news-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
	width: 100%;
}

.home-news-card:hover img {
	transform: scale(1.045);
}

.home-news-card__body {
	display: grid;
	gap: 10px;
	padding: 18px;
}

.home-news-card--featured .home-news-card__body {
	padding: clamp(24px, 3vw, 34px);
}

.home-news-card__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.home-news-card__meta span {
	color: var(--fdsea-green);
}

.home-news-card h3 {
	font-size: clamp(1rem, 1.35vw, 1.45rem);
	font-weight: 950;
	line-height: 1.12;
	margin: 0;
}

.home-news-card--featured h3 {
	font-size: clamp(1.55rem, 2.4vw, 2.35rem);
}

.home-news-card p {
	color: var(--fdsea-muted);
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
}

.home-premium-agenda-video {
	background: #edf2ea;
}

.home-agenda-video-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.home-panel {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: 8px;
	box-shadow: 0 18px 46px rgba(16, 24, 18, 0.07);
	padding: clamp(24px, 3vw, 36px);
}

.home-section-heading--compact {
	align-items: start;
	margin-bottom: 22px;
}

.home-section-heading--compact h2,
.home-panel h2 {
	font-size: clamp(1.75rem, 2.6vw, 2.7rem);
}

.home-event-list {
	display: grid;
	gap: 12px;
}

.home-event {
	align-items: center;
	background: #f8fbf5;
	border: 1px solid #dbe8d7;
	border-radius: 8px;
	display: grid;
	gap: 16px;
	grid-template-columns: 72px minmax(0, 1fr);
	padding: 14px;
}

.home-event:hover {
	background: #fff;
	color: var(--fdsea-green);
}

.home-event__date {
	align-items: center;
	background: var(--fdsea-green);
	border-radius: 7px;
	color: #fff;
	display: grid;
	height: 72px;
	justify-items: center;
	line-height: 1;
	padding: 10px;
}

.home-event__date strong {
	font-size: 1.65rem;
}

.home-event__date small {
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.home-event__body {
	display: grid;
	gap: 6px;
}

.home-event__body strong {
	font-size: 1.04rem;
	line-height: 1.22;
}

.home-video-frame {
	aspect-ratio: 16 / 9;
	background: #102718;
	border-radius: 8px;
	margin-top: 22px;
	overflow: hidden;
}

.home-video-frame iframe {
	display: block;
	height: 100%;
	width: 100%;
}

.home-video-frame .button {
	margin: 24px;
}

.home-premium-combats {
	background: var(--fdsea-green-dark);
	color: #fff;
}

.home-combats-grid {
	align-items: start;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.home-premium-combats h2 {
	color: #fff;
}

.home-combats-grid ul {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-combats-grid li {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	font-size: clamp(1rem, 1.3vw, 1.2rem);
	font-weight: 800;
	line-height: 1.35;
	padding: 18px 20px;
}

.home-premium-cta {
	background: #fff;
	padding: clamp(54px, 6vw, 82px) 0;
}

.home-cta-inner {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.home-cta-inner > div:last-child {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: end;
}

.service-stack {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.service-card {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(216, 222, 216, 0.85);
	border-radius: var(--fdsea-radius);
	box-shadow: var(--fdsea-shadow);
	color: var(--fdsea-ink);
	gap: 16px;
	justify-content: space-between;
	min-height: 78px;
	padding: 14px 18px;
}

.service-card > span:nth-child(2) {
	flex: 1;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.25;
	text-transform: uppercase;
}

.service-card__icon {
	align-items: center;
	background: var(--fdsea-green-soft);
	border: 1px solid #c8e5bf;
	border-radius: 50%;
	color: var(--fdsea-green);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 22px;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.dashboard {
	margin-top: -24px;
	padding: 44px 0 72px;
	position: relative;
	z-index: 2;
}

.dashboard__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-card {
	background: var(--fdsea-surface);
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	overflow: hidden;
}

.info-card h2 {
	align-items: center;
	border-bottom: 1px solid var(--fdsea-border);
	display: flex;
	font-size: 14px;
	font-weight: 900;
	gap: 10px;
	letter-spacing: 0.16em;
	line-height: 1.2;
	margin: 0;
	padding: 18px 20px;
	text-transform: uppercase;
}

.info-card h2 svg {
	color: var(--fdsea-green);
	font-size: 17px;
}

.news-list,
.agenda-list {
	display: grid;
}

.news-item {
	display: grid;
	gap: 12px;
	grid-template-columns: 64px minmax(0, 1fr);
	padding: 12px 20px;
}

.news-item + .news-item,
.agenda-item + .agenda-item {
	border-top: 1px solid var(--fdsea-border);
}

.news-item strong,
.agenda-item strong {
	color: var(--fdsea-ink);
	display: block;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.25;
}

.news-item small,
.agenda-item small {
	color: var(--fdsea-muted);
	display: block;
	font-size: 12px;
	margin-top: 4px;
}

.news-thumb {
	background-position: center;
	background-size: cover;
	border-radius: 4px;
	height: 48px;
	width: 64px;
}

.news-thumb--tractors {
	background-image: linear-gradient(135deg, rgba(20, 92, 47, 0.25), rgba(197, 168, 106, 0.2)), url("../images/hero-agriculture.png");
}

.news-thumb--flowers {
	background: linear-gradient(135deg, #d52d26, #f2c84b 42%, #4a873f);
}

.news-thumb--soil {
	background: linear-gradient(135deg, #8b5a2b, #caa66a 45%, #4a3728);
}

.fight-list {
	display: grid;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 22px 24px 28px;
}

.fight-list li {
	color: #2e352f;
	font-size: 15px;
	line-height: 1.28;
	padding-left: 18px;
	position: relative;
}

.fight-list li::before {
	background: var(--fdsea-green);
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 0.55em;
	width: 6px;
}

.network-card p {
	color: var(--fdsea-muted);
	font-size: 13px;
	line-height: 1.35;
	margin: 0;
	padding: 20px 20px 4px;
}

.network-map {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 10px 22px 26px;
}

.network-map svg {
	color: var(--fdsea-green);
	height: 210px;
	width: 210px;
}

.network-map path {
	fill: #ddf1df;
	stroke: currentColor;
	stroke-width: 2.5;
}

.network-map circle {
	fill: currentColor;
}

.agenda-item {
	gap: 14px;
	padding: 12px 20px;
}

.agenda-item > span:first-child {
	align-items: center;
	background: var(--fdsea-green);
	border-radius: 4px;
	color: #fff;
	display: grid;
	flex: 0 0 48px;
	height: 48px;
	justify-items: center;
	line-height: 1;
	padding: 6px 4px;
	text-transform: uppercase;
}

.agenda-item > span:first-child strong {
	color: #fff;
	font-size: 18px;
}

.agenda-item > span:first-child small {
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	margin: 0;
}

.mission-strip {
	background: var(--fdsea-green);
	color: #fff;
	padding: 58px 0;
}

.mission-strip__inner {
	align-items: center;
	display: flex;
	gap: 32px;
	justify-content: space-between;
}

.mission-strip .eyebrow {
	border-color: rgba(255, 255, 255, 0.3);
	color: #fff;
}

.mission-strip h2 {
	color: #fff;
	font-size: clamp(2rem, 3vw, 3rem);
	max-width: 760px;
}

.mission-strip .button {
	border-color: #fff;
	flex: 0 0 auto;
}

.content-page {
	padding: 0;
}

.fdsea-readable {
	max-width: 860px;
}

.entry-header,
.archive-header {
	margin-bottom: 34px;
}

.entry-header time,
.post-card time {
	color: var(--fdsea-green);
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.page-hero {
	background-image: linear-gradient(90deg, rgba(248, 248, 243, 0.97) 0%, rgba(248, 248, 243, 0.85) 45%, rgba(248, 248, 243, 0.45) 100%), var(--page-hero-image);
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid var(--fdsea-border);
	min-height: 360px;
	position: relative;
}

.page-hero::after {
	background: linear-gradient(180deg, rgba(248, 248, 243, 0) 0%, var(--fdsea-base) 100%);
	bottom: 0;
	content: "";
	height: 90px;
	left: 0;
	position: absolute;
	right: 0;
}

.page-hero__inner {
	align-items: center;
	display: flex;
	min-height: 360px;
	padding-bottom: 64px;
	padding-top: 64px;
	position: relative;
	z-index: 1;
}

.page-hero__copy {
	max-width: 780px;
}

.page-hero h1 {
	color: #07120b;
	font-size: clamp(3rem, 5.2vw, 5.35rem);
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
	max-width: 980px;
}

.page-hero__copy > p:not(.eyebrow) {
	color: #344039;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.3rem, 2vw, 1.7rem);
	line-height: 1.35;
	margin: 22px 0 0;
	max-width: 760px;
}

.page-body {
	padding: 56px 0 84px;
}

.page-layout {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) 320px;
}

.page-panel {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	box-shadow: 0 20px 46px rgba(16, 24, 18, 0.06);
	padding: clamp(28px, 4vw, 56px);
}

.entry-content {
	color: #27302a;
	font-size: 19px;
	line-height: 1.72;
}

.entry-content a {
	color: var(--fdsea-green);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.entry-content > * {
	margin-bottom: 1.25em;
}

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

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

.entry-content p {
	max-width: 860px;
}

.entry-content p:first-of-type:not(.has-background) {
	color: #1d2a20;
	font-size: 1.22rem;
	line-height: 1.62;
}

.entry-content h2,
.entry-content h3 {
	color: #07120b;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
	margin-top: 2.2em;
}

.entry-content h2 {
	font-size: clamp(2rem, 3vw, 3rem);
}

.entry-content h3 {
	font-size: clamp(1.45rem, 2vw, 2rem);
}

.entry-content ul,
.entry-content ol {
	display: grid;
	gap: 10px;
	padding-left: 1.2em;
}

.entry-content li::marker {
	color: var(--fdsea-green);
}

.premium-page .entry-content > figure,
.premium-page .entry-content > .wp-block-image,
.elementor-content-page .elementor-content > figure,
.elementor-content-page .elementor-content > .wp-block-image {
	border-radius: 8px;
	margin: 28px auto;
	max-width: min(100%, 920px);
	overflow: hidden;
}

.premium-page .entry-content > figure img,
.premium-page .entry-content > .wp-block-image img,
.elementor-content-page .elementor-content > figure img,
.elementor-content-page .elementor-content > .wp-block-image img {
	aspect-ratio: 16 / 7;
	height: auto;
	max-height: 420px;
	object-fit: cover;
	width: 100%;
}

.page-stats {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 42px;
}

.page-stat {
	background: #f8fbf5;
	border: 1px solid #dbe8d7;
	border-radius: var(--fdsea-radius);
	padding: 22px 18px;
}

.page-stat strong {
	color: var(--fdsea-green);
	display: block;
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.95;
	margin-bottom: 10px;
}

.page-stat span {
	color: #2a352d;
	display: block;
	font-size: 0.95rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	line-height: 1.25;
	text-transform: uppercase;
}

.page-sidebar {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 128px;
}

.sidebar-card,
.sidebar-cta {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	box-shadow: 0 16px 36px rgba(16, 24, 18, 0.06);
	padding: 22px;
}

.sidebar-card h2 {
	color: var(--fdsea-green-dark);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.sidebar-card a {
	align-items: center;
	border-top: 1px solid var(--fdsea-border);
	display: flex;
	font-size: 14px;
	font-weight: 850;
	gap: 10px;
	letter-spacing: 0.03em;
	padding: 13px 0;
	text-transform: uppercase;
}

.sidebar-card a:first-of-type {
	border-top: 0;
}

.sidebar-card svg {
	color: var(--fdsea-green);
	flex: 0 0 auto;
	font-size: 18px;
}

.sidebar-cta {
	background: var(--fdsea-green);
	color: #fff;
}

.sidebar-cta p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.35rem;
	line-height: 1.25;
	margin: 0 0 18px;
}

.sidebar-cta .button {
	background: #fff;
	border-color: #fff;
	color: var(--fdsea-green);
	width: 100%;
}

.team-hero {
	background:
		radial-gradient(circle at 78% 18%, rgba(197, 168, 106, 0.2), transparent 32%),
		linear-gradient(135deg, #f8f8f3 0%, #edf5ec 56%, #ffffff 100%);
	border-bottom: 1px solid var(--fdsea-border);
	padding: clamp(68px, 8vw, 110px) 0;
}

.team-hero__inner {
	align-items: end;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) 260px;
}

.team-hero h1 {
	color: #07120b;
	font-size: clamp(3rem, 6vw, 6rem);
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.94;
	margin: 0;
	max-width: 960px;
}

.team-hero p:not(.eyebrow) {
	color: #344039;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.3rem, 2vw, 1.8rem);
	line-height: 1.35;
	margin: 24px 0 0;
	max-width: 820px;
}

.team-hero__stats {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	box-shadow: 0 18px 42px rgba(16, 24, 18, 0.08);
	padding: 26px;
}

.team-hero__stats strong {
	color: var(--fdsea-green);
	display: block;
	font-size: 4.4rem;
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.9;
}

.team-hero__stats span {
	color: #214f75;
	display: block;
	font-size: 0.95rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.25;
	margin-top: 12px;
	text-transform: uppercase;
}

.team-body {
	padding: 58px 0 92px;
}

.team-lead {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	box-shadow: 0 24px 56px rgba(16, 24, 18, 0.09);
	display: grid;
	gap: 0;
	grid-template-columns: 360px minmax(0, 1fr);
	margin-bottom: 58px;
	overflow: hidden;
}

.team-lead__media {
	background: linear-gradient(135deg, #e9f4e6, #fff);
	min-height: 420px;
}

.team-lead__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.team-lead__content {
	padding: clamp(32px, 5vw, 58px);
}

.team-kicker {
	color: var(--fdsea-green);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.18em;
	line-height: 1;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.team-lead h2,
.team-section-title h2 {
	color: #07120b;
	font-size: clamp(2.2rem, 4vw, 4.4rem);
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
}

.team-role {
	color: #214f75;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	line-height: 1.25;
	margin: 14px 0 24px;
}

.team-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 26px;
}

.team-contact a {
	align-items: center;
	background: #f5faf3;
	border: 1px solid #dce9d8;
	border-radius: 999px;
	color: var(--fdsea-green-dark);
	display: inline-flex;
	font-size: 0.94rem;
	font-weight: 850;
	gap: 8px;
	line-height: 1.15;
	padding: 10px 13px;
	text-decoration: none;
}

.team-contact a:hover {
	background: var(--fdsea-green);
	border-color: var(--fdsea-green);
	color: #fff;
}

.team-contact svg {
	flex: 0 0 auto;
	font-size: 15px;
}

.team-missions {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-missions li {
	color: #2d3730;
	font-size: 1rem;
	line-height: 1.35;
	padding-left: 18px;
	position: relative;
}

.team-missions li::before {
	background: var(--fdsea-green);
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 0.47em;
	width: 7px;
}

.team-section-title {
	align-items: end;
	display: flex;
	gap: 26px;
	justify-content: space-between;
	margin-bottom: 26px;
}

.team-section-title::after {
	background: var(--fdsea-border);
	content: "";
	flex: 1;
	height: 1px;
	margin-bottom: 12px;
}

.team-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.team-card {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	box-shadow: 0 18px 42px rgba(16, 24, 18, 0.06);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	padding: 22px;
}

.team-card__header {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: 86px minmax(0, 1fr);
	margin-bottom: 18px;
}

.team-card__header img {
	aspect-ratio: 1;
	background: #f0f6ee;
	border: 1px solid #dce9d8;
	border-radius: 50%;
	object-fit: cover;
	width: 86px;
}

.team-card h3 {
	color: #07120b;
	font-size: 1.35rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 6px;
}

.team-card__header p {
	color: #214f75;
	font-size: 0.98rem;
	font-weight: 760;
	line-height: 1.25;
	margin: 0;
}

.team-contact--compact {
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
}

.team-contact--compact a {
	border-radius: 6px;
	justify-content: flex-start;
	overflow-wrap: anywhere;
	width: 100%;
}

.team-missions--compact {
	grid-template-columns: 1fr;
	margin-top: auto;
}

.team-missions--compact li {
	font-size: 0.95rem;
}

.governance-hero {
	background-image:
		linear-gradient(90deg, rgba(7, 18, 11, 0.86) 0%, rgba(7, 18, 11, 0.62) 46%, rgba(7, 18, 11, 0.24) 100%),
		var(--governance-hero-image);
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: clamp(76px, 9vw, 128px) 0;
	position: relative;
}

.governance-hero::after {
	background: linear-gradient(180deg, rgba(248, 248, 243, 0), var(--fdsea-base));
	bottom: 0;
	content: "";
	height: 100px;
	left: 0;
	position: absolute;
	right: 0;
}

.governance-hero__inner {
	align-items: end;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) 280px;
	position: relative;
	z-index: 1;
}

.governance-hero .eyebrow {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.42);
	color: #fff;
}

.governance-hero h1 {
	color: #fff;
	font-size: clamp(3.1rem, 6vw, 6.4rem);
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.94;
	margin: 0;
	max-width: 980px;
}

.governance-hero__copy > p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.9);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	line-height: 1.35;
	margin: 24px 0 0;
	max-width: 820px;
}

.governance-hero__panel {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.54);
	border-radius: var(--fdsea-radius);
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.18);
	color: var(--fdsea-green-dark);
	padding: 26px;
}

.governance-hero__panel strong {
	color: var(--fdsea-green);
	display: block;
	font-size: 4.1rem;
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.9;
}

.governance-hero__panel span {
	color: #214f75;
	display: block;
	font-size: 0.92rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.25;
	margin-top: 12px;
	text-transform: uppercase;
}

.governance-body {
	padding: 58px 0 92px;
}

.governance-section-title {
	align-items: end;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.governance-section-title h2 {
	color: #07120b;
	font-size: clamp(2.2rem, 4vw, 4.2rem);
	font-weight: 920;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
	max-width: 820px;
}

.governance-section-title::after {
	background: var(--fdsea-border);
	content: "";
	flex: 1;
	height: 1px;
	margin-bottom: 12px;
}

.governance-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.governance-card {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	box-shadow: 0 18px 42px rgba(16, 24, 18, 0.06);
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	min-height: 180px;
	overflow: hidden;
}

.governance-card__media {
	align-items: center;
	background: linear-gradient(135deg, #e9f4e6, #f8f8f3);
	display: flex;
	justify-content: center;
	min-height: 100%;
}

.governance-card__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.governance-card__media span {
	align-items: center;
	background: #fff;
	border: 1px solid #dce9d8;
	border-radius: 50%;
	color: var(--fdsea-green);
	display: inline-flex;
	font-size: 2.8rem;
	font-weight: 920;
	height: 82px;
	justify-content: center;
	width: 82px;
}

.governance-card__body {
	display: grid;
	gap: 14px;
	padding: 20px;
}

.governance-card h3 {
	color: #07120b;
	font-size: 1.35rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
}

.governance-card p {
	color: #214f75;
	font-size: 0.98rem;
	font-weight: 760;
	line-height: 1.28;
	margin: 0;
}

.governance-raw {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	box-shadow: 0 18px 42px rgba(16, 24, 18, 0.06);
	padding: clamp(28px, 4vw, 52px);
}

.governance-raw a[href^="mailto:"] {
	align-items: center;
	background: #f5faf3;
	border: 1px solid #dce9d8;
	border-radius: 999px;
	color: var(--fdsea-green-dark) !important;
	display: inline-flex;
	font-weight: 850;
	margin: 4px 0;
	padding: 8px 12px;
	text-decoration: none;
}

.extranet-login {
	background:
		linear-gradient(135deg, rgba(248, 248, 243, 0.98), rgba(238, 245, 241, 0.92)),
		url("../images/hero-agriculture.png") center / cover no-repeat;
	display: grid;
	grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
	min-height: calc(100vh - 141px);
}

.extranet-login__side {
	align-content: center;
	background: linear-gradient(180deg, #214f75 0%, #163c5d 100%);
	color: #fff;
	display: grid;
	gap: 34px;
	justify-items: center;
	padding: clamp(36px, 5vw, 72px) 36px;
	text-align: center;
}

.extranet-login__side > div {
	max-width: 320px;
}

.extranet-login__side p {
	font-size: clamp(1.08rem, 1.25vw, 1.35rem);
	font-weight: 850;
	letter-spacing: 0.02em;
	line-height: 1.22;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.extranet-login__logo .brand__logo-wrap,
.extranet-login__logo .brand__mark {
	height: 126px;
	width: 126px;
}

.extranet-login__logo .brand__mark {
	background: #fff;
	font-size: 42px;
}

.extranet-login__main {
	align-content: center;
	background:
		radial-gradient(circle at 78% 12%, rgba(197, 168, 106, 0.16), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.96));
	display: grid;
	justify-items: center;
	padding: clamp(34px, 5vw, 68px);
	text-align: center;
}

.extranet-login__main h1 {
	color: #214f75;
	font-size: clamp(2rem, 3.15vw, 3.35rem);
	font-weight: 860;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0 auto 28px;
	max-width: 820px;
}

.memberpress-panel {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	border-top: 5px solid var(--fdsea-green);
	box-shadow: 0 24px 54px rgba(16, 24, 18, 0.12);
	margin: 0 auto;
	max-width: 720px;
	padding: clamp(24px, 3.2vw, 42px);
	text-align: left;
	width: 100%;
}

.memberpress-panel > :first-child {
	margin-top: 0;
}

.memberpress-panel > :last-child {
	margin-bottom: 0;
}

.memberpress-panel .mp_wrapper,
.memberpress-panel .mepr-form,
.memberpress-panel form {
	display: grid;
	gap: 16px;
	margin: 0 auto;
	max-width: 640px;
	width: 100%;
}

.memberpress-panel #fdsea-loginform {
	gap: 18px;
}

.memberpress-panel p {
	color: #2b3930;
	font-size: 1rem;
	line-height: 1.55;
	margin: 0 0 14px;
}

.memberpress-panel #fdsea-loginform p {
	margin: 0;
}

.memberpress-panel label,
.memberpress-panel .mepr-form label {
	color: #214f75;
	display: block;
	font-size: 1.05rem;
	font-weight: 850;
	line-height: 1.2;
	margin: 0 0 8px;
}

.memberpress-panel input[type="text"],
.memberpress-panel input[type="email"],
.memberpress-panel input[type="password"],
.memberpress-panel input[type="url"],
.memberpress-panel input[type="tel"] {
	background: #fff;
	border: 1px solid #cfd8d1;
	border-radius: 4px;
	color: var(--fdsea-ink);
	font-size: 1.05rem;
	min-height: 54px;
	padding: 14px 16px;
	width: 100%;
}

.memberpress-panel input[type="text"]:focus,
.memberpress-panel input[type="email"]:focus,
.memberpress-panel input[type="password"]:focus,
.memberpress-panel input[type="url"]:focus,
.memberpress-panel input[type="tel"]:focus {
	border-color: var(--fdsea-green);
	box-shadow: 0 0 0 3px rgba(20, 92, 47, 0.12);
	outline: none;
}

.memberpress-panel input[type="checkbox"] {
	height: 18px;
	margin-right: 10px;
	width: 18px;
}

.memberpress-panel input[type="submit"],
.memberpress-panel button[type="submit"],
.memberpress-panel .mepr-submit,
.memberpress-panel .button-primary,
.memberpress-panel #wp-submit {
	background: var(--fdsea-green);
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.12em;
	line-height: 1;
	margin: 10px auto 0;
	min-height: 54px;
	padding: 18px 34px;
	text-transform: uppercase;
}

.memberpress-panel input[type="submit"]:hover,
.memberpress-panel button[type="submit"]:hover,
.memberpress-panel .mepr-submit:hover,
.memberpress-panel .button-primary:hover,
.memberpress-panel #wp-submit:hover {
	background: var(--fdsea-green-dark);
	color: #fff;
}

.memberpress-panel .login-remember label {
	align-items: center;
	color: #2b3930;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 8px;
}

.memberpress-panel .login-submit {
	display: flex;
	justify-content: center;
}

.memberpress-panel .login-help {
	margin-top: 18px;
	text-align: center;
}

.login-state {
	align-items: center;
	display: grid;
	gap: 20px;
	justify-items: center;
	text-align: center;
}

.login-state strong {
	color: #214f75;
	font-size: 1.25rem;
}

.memberpress-panel .mepr-login-actions,
.memberpress-panel .mepr-form-has-errors,
.memberpress-panel .mepr_error,
.memberpress-panel .mepr_updated,
.memberpress-panel .mepr-login-form-wrap {
	max-width: 640px;
	width: 100%;
}

.memberpress-panel a {
	color: #66bd8a;
	font-weight: 800;
	text-decoration: none;
}

.memberpress-panel a:hover {
	color: var(--fdsea-green-dark);
}

.extranet-hero {
	background: linear-gradient(135deg, #0d3f21, #214f75);
	color: #fff;
	padding: 72px 0 58px;
}

.extranet-hero .eyebrow {
	border-color: rgba(255, 255, 255, 0.32);
	color: #fff;
}

.extranet-hero h1 {
	color: #fff;
	font-size: clamp(2.7rem, 5vw, 5rem);
	font-weight: 920;
	line-height: 0.98;
	margin: 0;
	max-width: 980px;
}

.extranet-body {
	padding: 48px 0 76px;
}

.extranet-layout {
	align-items: start;
	display: grid;
	gap: 30px;
	grid-template-columns: 300px minmax(0, 1fr);
}

.extranet-sidebar,
.extranet-card {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	box-shadow: 0 18px 42px rgba(16, 24, 18, 0.07);
}

.extranet-sidebar {
	display: grid;
	gap: 0;
	overflow: hidden;
	position: sticky;
	top: 128px;
}

.extranet-sidebar h2 {
	background: #f3f7f1;
	color: var(--fdsea-green-dark);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin: 0;
	padding: 18px 20px;
	text-transform: uppercase;
}

.extranet-sidebar a {
	align-items: center;
	border-top: 1px solid var(--fdsea-border);
	color: #214f75;
	display: flex;
	font-weight: 850;
	gap: 10px;
	padding: 16px 20px;
}

.extranet-sidebar a:hover {
	background: #f5faf3;
	color: var(--fdsea-green);
}

.extranet-sidebar__logout {
	background: #fff5f3;
	color: #9d312b !important;
	margin-top: 12px;
}

.extranet-sidebar__logout svg {
	transform: rotate(180deg);
}

.extranet-card {
	overflow: hidden;
	padding: clamp(28px, 4vw, 52px);
}

.extranet-userbar {
	align-items: center;
	background: linear-gradient(135deg, #f4faf2, #fff);
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin: 0 0 30px;
	padding: 18px 20px;
}

.extranet-userbar span {
	color: var(--fdsea-muted);
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	line-height: 1;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.extranet-userbar strong {
	color: #214f75;
	display: block;
	font-size: 1.18rem;
	line-height: 1.2;
}

.extranet-userbar .button {
	flex: 0 0 auto;
}

.extranet-card > ul,
.extranet-card .wp-block-list {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.extranet-card > ul li,
.extranet-card .wp-block-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.extranet-card > ul > li,
.extranet-card .wp-block-list > li {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	box-shadow: 0 12px 28px rgba(16, 24, 18, 0.05);
	min-height: 58px;
	overflow: hidden;
}

.extranet-card > ul > li:empty,
.extranet-card .wp-block-list > li:empty {
	display: none;
}

.extranet-card > ul > li > a,
.extranet-card .wp-block-list > li > a {
	align-items: center;
	background: #f8fbf5;
	color: var(--fdsea-green-dark);
	display: flex;
	font-size: clamp(1.02rem, 1.4vw, 1.22rem);
	font-weight: 900;
	justify-content: space-between;
	line-height: 1.22;
	min-height: 58px;
	padding: 17px 18px;
	text-decoration: none;
}

.extranet-card > ul > li > a::after,
.extranet-card .wp-block-list > li > a::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	flex: 0 0 auto;
	height: 8px;
	margin-left: 14px;
	opacity: 0.55;
	transform: rotate(-45deg);
	width: 8px;
}

.extranet-card > ul > li > a:hover,
.extranet-card .wp-block-list > li > a:hover {
	background: var(--fdsea-green);
	color: #fff;
}

.extranet-card > ul > li > ul,
.extranet-card .wp-block-list > li > ul {
	background: #fff;
	border-top: 1px solid var(--fdsea-border);
	display: grid;
	gap: 0;
	grid-template-columns: 1fr;
	list-style: none;
	margin: 0;
	padding: 8px 0;
}

.extranet-card > ul > li > ul a,
.extranet-card .wp-block-list > li > ul a {
	align-items: center;
	color: #214f75;
	display: flex;
	font-size: 0.98rem;
	font-weight: 760;
	line-height: 1.25;
	padding: 10px 18px 10px 30px;
	position: relative;
	text-decoration: none;
}

.extranet-card > ul > li > ul a::before,
.extranet-card .wp-block-list > li > ul a::before {
	background: var(--fdsea-green);
	border-radius: 50%;
	content: "";
	height: 5px;
	left: 17px;
	position: absolute;
	top: 1.05em;
	width: 5px;
}

.extranet-card > ul > li > ul a:hover,
.extranet-card .wp-block-list > li > ul a:hover {
	background: #f5faf3;
	color: var(--fdsea-green);
}

.extranet-card .mepr-account-nav,
.extranet-card .mp_wrapper .mepr-account-nav,
.extranet-card nav,
.memberpress-panel .mepr-account-nav {
	background: #f5faf3;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 28px;
	padding: 10px;
}

.extranet-card .mepr-account-nav a,
.extranet-card nav a,
.memberpress-panel .mepr-account-nav a {
	background: #fff;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #214f75;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 850;
	padding: 10px 13px;
	text-decoration: none;
}

.extranet-card .mepr-account-nav a:hover,
.extranet-card .mepr-account-nav .mepr-active-nav-tab a,
.extranet-card nav a:hover,
.memberpress-panel .mepr-account-nav a:hover {
	background: var(--fdsea-green);
	border-color: var(--fdsea-green);
	color: #fff;
}

.extranet-card table,
.memberpress-panel table {
	border-collapse: collapse;
	font-size: 0.95rem;
	margin: 24px 0;
	width: 100%;
}

.extranet-card th,
.extranet-card td,
.memberpress-panel th,
.memberpress-panel td {
	border-bottom: 1px solid var(--fdsea-border);
	padding: 14px 12px;
	text-align: left;
}

.extranet-card th,
.memberpress-panel th {
	background: #f5faf3;
	color: var(--fdsea-green-dark);
	font-weight: 900;
}

.entry-media {
	margin: 0 0 32px;
	max-height: 420px;
	overflow: hidden;
}

.entry-media img {
	aspect-ratio: 16 / 7;
	border-radius: var(--fdsea-radius);
	height: 100%;
	max-height: 420px;
	object-fit: cover;
	width: 100%;
}

.post-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-card {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	overflow: hidden;
}

.post-card__media {
	background: var(--fdsea-green-soft);
	display: block;
	aspect-ratio: 16 / 9;
	min-height: 0;
	overflow: hidden;
}

.post-card__media img {
	height: 100%;
	max-height: 210px;
	object-fit: cover;
	width: 100%;
}

.post-card__body {
	padding: 22px;
}

.post-card h2 {
	font-size: 1.35rem;
	line-height: 1.2;
	margin: 0 0 12px;
}

.post-card p {
	color: var(--fdsea-muted);
	margin: 0;
}

.navigation.pagination {
	margin-top: 34px;
}

.site-footer {
	background: #0d2416;
	color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
	display: grid;
	gap: 48px;
	grid-template-columns: 1.4fr 1fr 1fr;
	padding-bottom: 54px;
	padding-top: 54px;
}

.brand--footer {
	color: #fff;
	margin-bottom: 18px;
}

.brand--footer .brand__logo-wrap {
	height: 58px;
	width: 58px;
}

.brand--footer .brand__mark {
	border-color: rgba(255, 255, 255, 0.75);
	color: #fff;
}

.brand--footer .brand__text strong,
.brand--footer .brand__text small {
	color: #fff;
}

.site-footer h2 {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.12em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.site-footer a:hover {
	color: #fff;
}

.footer-menu {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
}

.footer-link {
	color: #fff;
	font-weight: 800;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 13px;
	padding: 16px 0;
}

@media (max-width: 1120px) {
	.topbar__contacts {
		gap: 16px;
	}

	.mainnav__inner {
		gap: 24px;
	}

	.fdsea-menu {
		gap: 18px;
	}

	.hero__inner {
		grid-template-columns: minmax(0, 1fr) 300px;
	}

	.home-premium-hero__inner,
	.home-news-layout,
	.home-agenda-video-grid,
	.home-combats-grid {
		grid-template-columns: 1fr;
	}

	.home-premium-alert {
		max-width: 520px;
	}

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

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

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

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

@media (max-width: 860px) {
	.site-header {
		position: static;
	}

	.topbar__inner,
	.mainnav__inner,
	.topbar__contacts,
	.topbar__actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.topbar__inner {
		gap: 12px;
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.topbar__contacts,
	.topbar__actions {
		gap: 10px;
	}

	.mainnav__inner {
		padding-bottom: 18px;
		padding-top: 18px;
	}

	.primary-nav {
		width: 100%;
	}

	.fdsea-menu {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.has-mega-menu > a,
	.has-mega-menu:hover > a,
	.has-mega-menu:focus-within > a {
		background: transparent;
		color: var(--fdsea-ink);
		padding-left: 0;
		padding-right: 0;
	}

	.mega-menu,
	.mega-menu--wide,
	.mega-menu--single {
		border-radius: 8px;
		box-shadow: none;
		display: none;
		left: auto;
		position: static;
		transform: none;
		width: 100%;
	}

	.has-mega-menu:focus-within .mega-menu {
		display: grid;
		opacity: 1;
		pointer-events: auto;
	}

	.mega-menu--wide {
		grid-template-columns: 1fr;
	}

	.mega-menu--wide .mega-menu__section + .mega-menu__section {
		border-left: 0;
		border-top: 1px solid var(--fdsea-border);
	}

	.mega-menu__section {
		padding: 22px 18px;
	}

	.mega-link strong {
		font-size: 17px;
	}

	.mega-link small {
		font-size: 15px;
	}

	.search-link {
		display: none;
	}

	.home-premium-hero {
		min-height: auto;
	}

	.home-premium-hero__inner {
		align-items: start;
		padding-bottom: 52px;
		padding-top: 48px;
	}

	.home-premium-hero h1 {
		font-size: clamp(2.35rem, 8vw, 3.65rem);
	}

	.home-section-heading,
	.home-cta-inner {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.home-section-heading {
		flex-direction: column;
	}

	.home-cta-inner > div:last-child {
		justify-content: start;
	}

	.home-news-card,
	.home-news-card--featured {
		grid-template-columns: 1fr;
	}

	.home-news-card__media,
	.home-news-card--featured .home-news-card__media {
		aspect-ratio: 16 / 10;
		min-height: 0;
	}

	.hero {
		min-height: auto;
	}

	.hero__inner {
		display: block;
		min-height: auto;
		padding-bottom: 64px;
		padding-top: 56px;
	}

	.hero__copy {
		max-width: none;
	}

	.service-stack {
		margin-top: 36px;
		max-width: 420px;
	}

	.dashboard {
		margin-top: 0;
	}

	.dashboard__grid,
	.post-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.page-layout {
		grid-template-columns: 1fr;
	}

	.page-sidebar {
		position: static;
	}

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

	.mission-strip__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.team-hero__inner,
	.team-lead {
		grid-template-columns: 1fr;
	}

	.team-hero__stats {
		max-width: 280px;
	}

	.team-lead__media {
		min-height: 320px;
	}

	.team-section-title {
		align-items: flex-start;
		flex-direction: column;
	}

	.team-section-title::after {
		display: none;
	}

	.team-missions {
		grid-template-columns: 1fr;
	}

	.governance-hero__inner {
		grid-template-columns: 1fr;
	}

	.governance-hero__panel {
		max-width: 280px;
	}

	.governance-section-title {
		align-items: flex-start;
		flex-direction: column;
	}

	.governance-section-title::after {
		display: none;
	}

	.extranet-login,
	.extranet-layout {
		grid-template-columns: 1fr;
	}

	.extranet-login__side {
		order: 2;
	}

	.extranet-sidebar {
		position: static;
	}

	.extranet-userbar {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (max-width: 560px) {
	.fdsea-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.brand__mark {
		height: 50px;
		width: 50px;
	}

	.brand__logo-wrap {
		height: 56px;
		width: 56px;
	}

	.brand__text strong {
		font-size: 19px;
	}

	.hero h1,
	.entry-header h1,
	.archive-header h1 {
		font-size: 2.75rem;
	}

	.hero__lead {
		font-size: 1.45rem;
	}

	.hero__lead strong,
	.home-premium-hero__copy > p.hero__lead strong {
		font-size: 2.2rem;
	}

	.home-premium-hero__inner {
		padding-bottom: 52px;
		padding-top: 48px;
	}

	.home-premium-hero h1 {
		font-size: 2.45rem;
	}

	.home-premium-hero__actions,
	.home-cta-inner > div:last-child {
		align-items: stretch;
		flex-direction: column;
	}

	.home-premium-hero__actions .button,
	.home-cta-inner .button {
		justify-content: center;
		width: 100%;
	}

	.home-service-grid {
		grid-template-columns: 1fr;
	}

	.home-service-card {
		min-height: auto;
	}

	.home-premium-section {
		padding: 56px 0;
	}

	.home-section-heading h2,
	.home-panel h2,
	.home-premium-combats h2,
	.home-premium-cta h2 {
		font-size: 2rem;
	}

	.home-event {
		grid-template-columns: 62px minmax(0, 1fr);
		padding: 12px;
	}

	.home-event__date {
		height: 62px;
	}

	.page-hero,
	.page-hero__inner {
		min-height: 320px;
	}

	.page-hero h1 {
		font-size: 2.7rem;
	}

	.page-body {
		padding: 32px 0 58px;
	}

	.page-panel {
		padding: 24px 18px;
	}

	.page-stats {
		grid-template-columns: 1fr;
	}

	.entry-content {
		font-size: 17px;
	}

	.team-hero {
		padding: 56px 0;
	}

	.team-hero h1 {
		font-size: 2.75rem;
	}

	.team-hero p:not(.eyebrow) {
		font-size: 1.18rem;
	}

	.team-grid {
		grid-template-columns: 1fr;
	}

	.governance-hero {
		padding: 58px 0;
	}

	.governance-hero h1 {
		font-size: 2.7rem;
	}

	.governance-grid {
		grid-template-columns: 1fr;
	}

	.governance-card {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.governance-card__body {
		padding: 18px;
	}

	.team-card {
		padding: 18px;
	}

	.extranet-login__main {
		padding: 34px 18px;
	}

	.extranet-login__main h1 {
		font-size: 2.05rem;
	}

	.extranet-login__side {
		padding: 36px 18px;
	}

	.extranet-card {
		padding: 24px 18px;
	}

	.button {
		justify-content: center;
		width: 100%;
	}

	.service-card {
		min-height: 72px;
	}

	.news-item {
		grid-template-columns: 56px minmax(0, 1fr);
		padding: 12px 16px;
	}

	.news-thumb {
		height: 44px;
		width: 56px;
	}
}

/* Final extranet overrides: keep new component rules after legacy theme rules. */

.extranet-layout {
	grid-template-columns: 318px minmax(0, 1fr);
}

.extranet-sidebar {
	align-self: start;
	border-radius: var(--fdsea-radius);
	padding: 0;
	position: sticky;
	top: 118px;
}

.extranet-sidebar__head {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid var(--fdsea-border);
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.extranet-sidebar__panel {
	display: grid;
	gap: 14px;
	padding: 18px;
}

.extranet-sidebar .extranet-search {
	display: grid;
	gap: 12px;
}

.extranet-sidebar .extranet-search input,
.extranet-sidebar .extranet-search select {
	border: 1px solid var(--fdsea-border);
	border-radius: 6px;
	min-height: 44px;
	padding: 10px 12px;
}

.extranet-sidebar .extranet-home-link,
.extranet-sidebar .extranet-fast-links a,
.extranet-sidebar .extranet-sidebar__logout {
	align-items: center;
	border: 1px solid var(--fdsea-border);
	border-radius: 8px;
	display: flex;
	font-size: 14px;
	font-weight: 900;
	gap: 10px;
	padding: 13px 14px;
}

.extranet-sidebar .extranet-home-link {
	background: var(--fdsea-green);
	border-color: var(--fdsea-green);
	color: #fff;
}

.extranet-sidebar .extranet-nav-group a {
	background: transparent;
	border: 0;
	border-radius: 6px;
	color: #314035;
	display: block;
	font-size: 14px;
	font-weight: 760;
	padding: 8px 10px;
}

.extranet-card {
	padding: clamp(24px, 4vw, 42px);
}

.extranet-card .extranet-welcome,
.extranet-card .extranet-actions,
.extranet-card .extranet-carousel,
.extranet-card .extranet-calendar,
.extranet-card .documents-online {
	font-size: 16px;
	line-height: 1.55;
}

.extranet-card .extranet-actions a,
.extranet-card .extranet-article-card a,
.extranet-card .calendar-event,
.extranet-card .document-item a,
.article-sidebar a {
	text-decoration: none;
}

.extranet-card .extranet-actions a {
	display: grid;
}

.resource-library {
	display: grid;
	gap: 18px;
}

.resource-library__heading {
	align-items: start;
	margin-bottom: 0;
}

.resource-toolbar {
	align-items: center;
	background: #f8faf5;
	border: 1px solid var(--fdsea-border);
	border-radius: 8px;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	padding: 12px 14px;
}

.resource-toolbar span {
	align-items: center;
	color: var(--fdsea-green-dark);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 8px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.resource-toolbar svg {
	color: var(--fdsea-green);
	height: 18px;
	width: 18px;
}

.resource-toolbar strong {
	align-items: center;
	background: var(--fdsea-green);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	height: 30px;
	justify-content: center;
	min-width: 30px;
	padding: 0 9px;
}

.resource-groups {
	display: grid;
	gap: 14px;
}

.resource-group {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	box-shadow: 0 18px 44px rgba(20, 58, 34, 0.07);
	overflow: hidden;
}

.resource-group summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	gap: 12px;
	grid-template-columns: 38px minmax(0, 1fr) auto;
	list-style: none;
	padding: 18px 20px;
}

.resource-group summary::-webkit-details-marker {
	display: none;
}

.resource-group__icon,
.resource-item__icon {
	align-items: center;
	background: var(--fdsea-green-soft);
	border-radius: 8px;
	color: var(--fdsea-green);
	display: inline-flex;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.resource-group__icon svg,
.resource-item__icon svg {
	height: 20px;
	width: 20px;
}

.resource-group summary > span:not(.resource-group__icon) {
	color: var(--fdsea-green-dark);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
}

.resource-group summary small {
	background: #eef5eb;
	border-radius: 999px;
	color: var(--fdsea-green-dark);
	font-size: 12px;
	font-weight: 900;
	padding: 5px 10px;
}

.resource-list {
	border-top: 1px solid var(--fdsea-border);
	display: grid;
}

.resource-item {
	align-items: center;
	display: grid;
	gap: 16px;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	padding: 18px 20px;
}

.resource-item + .resource-item {
	border-top: 1px solid var(--fdsea-border);
}

.resource-item h3 {
	font-size: 17px;
	line-height: 1.25;
	margin: 0;
}

.resource-item h3 a {
	color: var(--fdsea-ink);
	text-decoration: none;
}

.resource-item h3 a:hover {
	color: var(--fdsea-green);
}

.resource-item p {
	color: var(--fdsea-muted);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin: 5px 0 0;
	text-transform: uppercase;
}

.resource-legacy,
.document-legacy {
	background: #fff;
	border: 1px solid var(--fdsea-border);
	border-radius: var(--fdsea-radius);
	box-shadow: 0 18px 44px rgba(20, 58, 34, 0.07);
	padding: clamp(20px, 3vw, 32px);
}

.resource-legacy ul,
.document-legacy ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.resource-legacy li,
.document-legacy li {
	background: #f8faf5;
	border: 1px solid var(--fdsea-border);
	border-radius: 8px;
	padding: 12px 14px;
}

.resource-legacy a,
.document-legacy a {
	color: var(--fdsea-green);
	font-weight: 900;
	text-decoration: none;
}

.article-layout {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) 330px;
	padding-bottom: 82px;
	padding-top: 58px;
}

.article-sidebar {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 128px;
}

.footer-grid {
	grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
}

@media (max-width: 1120px) {
	.extranet-layout,
	.article-layout,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.extranet-sidebar,
	.article-sidebar {
		position: static;
	}

	.extranet-menu-toggle {
		display: inline-flex;
	}

	.extranet-sidebar__panel {
		display: none;
	}

	.extranet-sidebar__panel.is-open {
		display: grid;
	}
}

@media (max-width: 760px) {
	.extranet-card .extranet-search,
	.extranet-card .calendar-list,
	.extranet-card .document-item,
	.extranet-card .resource-item {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 520px) {
	.extranet-card .extranet-actions {
		grid-template-columns: 1fr;
	}
}
