:root {
	--fdc-green-950: #061f16;
	--fdc-green-900: #0b2c20;
	--fdc-green-800: #113d2c;
	--fdc-green-700: #1c5a42;
	--fdc-ivory: #fbf6ea;
	--fdc-cream: #f3ead6;
	--fdc-gold: #c79a42;
	--fdc-gold-soft: #ead7a5;
	--fdc-ink: #18221d;
	--fdc-muted: #66746b;
	--fdc-line: rgba(16, 44, 31, 0.14);
	--fdc-shadow: 0 22px 60px rgba(6, 31, 22, 0.16);
}

html {
	scroll-behavior: smooth;
}

body.fdc-site {
	background: var(--fdc-ivory);
	color: var(--fdc-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
}

.fdc-site h1,
.fdc-site h2,
.fdc-site h3,
.fdc-site h4,
.fdc-site .site-title {
	color: var(--fdc-green-950);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
}

.fdc-site h1 {
	font-size: clamp(3rem, 6vw, 6.8rem);
	max-width: 980px;
}

.fdc-site h2 {
	font-size: clamp(2.1rem, 3.4vw, 4rem);
}

.fdc-site h3 {
	font-size: clamp(1.35rem, 2vw, 2rem);
}

.fdc-site p {
	color: var(--fdc-muted);
}

.fdc-site a {
	color: var(--fdc-green-700);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.ast-primary-header-bar {
	background: rgba(251, 246, 234, 0.94);
	border-bottom: 1px solid var(--fdc-line);
	box-shadow: 0 8px 30px rgba(6, 31, 22, 0.05);
	backdrop-filter: blur(16px);
}

.site-header .ast-site-identity {
	padding: 12px 0;
}

.site-branding {
	align-items: center;
	display: flex;
	gap: 13px;
}

.custom-logo-link img,
.site-header .custom-logo-link img {
	aspect-ratio: 1;
	border: 1px solid rgba(199, 154, 66, 0.42);
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(6, 31, 22, 0.15);
	height: 48px;
	object-fit: cover;
	width: 48px;
}

.site-title {
	font-size: 1.16rem;
	line-height: 1;
	max-width: 230px;
}

.site-title a {
	color: var(--fdc-green-950);
	text-decoration: none;
}

.ast-builder-menu-1 .menu-item > .menu-link {
	color: var(--fdc-green-950);
	font-size: 0.78rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ast-builder-menu-1 .main-header-menu > .menu-item:last-child > .menu-link {
	align-self: center;
	background: var(--fdc-green-900);
	border: 1px solid rgba(199, 154, 66, 0.42);
	border-radius: 8px;
	color: var(--fdc-ivory);
	height: auto;
	line-height: 1;
	margin-left: 10px;
	min-height: 42px;
	padding: 13px 18px;
}

.ast-builder-menu-1 .main-header-menu > .menu-item:last-child > .menu-link:hover,
.wp-block-button__link:hover,
.fdc-cta-link:hover {
	background: var(--fdc-gold);
	color: var(--fdc-green-950);
}

.ast-mobile-popup-drawer .main-header-menu > .menu-item:last-child > .menu-link {
	margin: 10px 20px 20px;
	text-align: center;
}

.site-content .ast-container {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.page .entry-header {
	display: none;
}

.entry-content > .wp-block-group,
.entry-content > .wp-block-cover {
	margin-block-start: 0;
}

.fdc-section {
	padding: clamp(72px, 9vw, 126px) max(24px, calc((100vw - 1180px) / 2));
}

.fdc-section-tight {
	padding-bottom: clamp(46px, 7vw, 84px);
	padding-top: clamp(46px, 7vw, 84px);
}

.fdc-hero {
	--fdc-hero-image: url("../images/editorial/fdc-hero-sourcing.webp");
	--fdc-hero-position: center center;
	background: var(--fdc-green-950);
	isolation: isolate;
	min-height: clamp(440px, 56vh, 620px);
	overflow: hidden;
	padding-bottom: clamp(58px, 6vw, 88px);
	padding-top: clamp(64px, 7vw, 104px);
	position: relative;
}

.fdc-hero::before {
	background: var(--fdc-hero-image) var(--fdc-hero-position) / cover no-repeat;
	content: "";
	inset: 0;
	opacity: 0.64;
	position: absolute;
	transform: scale(1.02);
	z-index: 0;
}

.fdc-hero::after {
	background:
		linear-gradient(90deg, rgba(6, 31, 22, 0.98), rgba(6, 31, 22, 0.9) 36%, rgba(6, 31, 22, 0.54) 68%, rgba(6, 31, 22, 0.34)),
		linear-gradient(180deg, rgba(6, 31, 22, 0.22), rgba(6, 31, 22, 0.72));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.home .fdc-hero {
	--fdc-hero-image: url("../images/editorial/fdc-hero-sourcing.webp");
	--fdc-hero-position: center center;
}

.page-id-14 .fdc-hero {
	--fdc-hero-image: url("../images/editorial/fdc-traceability.webp");
	--fdc-hero-position: center 42%;
}

.page-id-15 .fdc-hero {
	--fdc-hero-image: url("../images/editorial/fdc-global.webp");
	--fdc-hero-position: center center;
}

.page-id-16 .fdc-hero {
	--fdc-hero-image: url("../images/editorial/fdc-audit.webp");
	--fdc-hero-position: center center;
}

.fdc-hero > * {
	position: relative;
	z-index: 2;
}

.fdc-hero h1,
.fdc-hero h2,
.fdc-hero h3,
.fdc-hero p {
	color: var(--fdc-ivory);
}

.fdc-hero p {
	max-width: 690px;
}

.fdc-eyebrow {
	color: var(--fdc-gold-soft) !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.fdc-kicker {
	color: var(--fdc-green-700) !important;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.fdc-lede {
	color: var(--fdc-muted);
	font-size: clamp(1.12rem, 1.5vw, 1.42rem);
	max-width: 760px;
}

.fdc-hero .fdc-lede {
	color: rgba(251, 246, 234, 0.88);
}

.fdc-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.fdc-site .wp-block-button .wp-block-button__link,
.fdc-cta-link {
	background: var(--fdc-green-900);
	border: 1px solid rgba(199, 154, 66, 0.42);
	border-radius: 8px;
	box-shadow: none;
	color: var(--fdc-ivory);
	font-size: 0.8rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	padding: 15px 20px;
	text-transform: uppercase;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.fdc-hero .wp-block-button .wp-block-button__link {
	background: var(--fdc-gold);
	color: var(--fdc-green-950);
}

.fdc-hero .is-style-outline .wp-block-button__link {
	background: transparent;
	border-color: rgba(251, 246, 234, 0.38);
	color: var(--fdc-ivory);
}

.wp-block-button__link:hover,
.fdc-cta-link:hover {
	transform: translateY(-1px);
}

.fdc-band {
	background: var(--fdc-green-900);
	color: var(--fdc-ivory);
}

.fdc-band h2,
.fdc-band h3,
.fdc-band p {
	color: var(--fdc-ivory);
}

.fdc-band p {
	color: rgba(251, 246, 234, 0.78);
}

.fdc-band .fdc-list li {
	border-color: rgba(251, 246, 234, 0.16);
	color: rgba(251, 246, 234, 0.88);
}

.fdc-band .fdc-list li::before {
	color: var(--fdc-gold);
}

.fdc-ivory {
	background: var(--fdc-ivory);
}

.fdc-cream {
	background: var(--fdc-cream);
}

.fdc-split {
	align-items: start;
	display: grid;
	gap: clamp(28px, 5vw, 72px);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.fdc-grid,
.fdc-card-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 34px;
}

.fdc-card-grid > .fdc-card,
.fdc-pathway > .fdc-panel,
.fdc-claims > .fdc-panel {
	margin-block-end: 0;
	margin-block-start: 0;
}

.fdc-card,
.fdc-panel {
	background: rgba(255, 252, 244, 0.86);
	border: 1px solid var(--fdc-line);
	border-radius: 8px;
	padding: clamp(22px, 3vw, 34px);
}

.fdc-card {
	box-shadow: 0 14px 40px rgba(6, 31, 22, 0.08);
}

.fdc-card h3,
.fdc-panel h3 {
	margin-bottom: 10px;
}

.fdc-card p,
.fdc-panel p {
	margin-bottom: 0;
}

.fdc-number {
	color: var(--fdc-gold);
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.fdc-list {
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.fdc-list li {
	border-top: 1px solid var(--fdc-line);
	color: var(--fdc-ink);
	padding: 13px 0 13px 30px;
	position: relative;
}

.fdc-list li::before {
	color: var(--fdc-gold);
	content: "";
	border: 2px solid currentColor;
	border-radius: 999px;
	height: 10px;
	left: 0;
	position: absolute;
	top: 22px;
	width: 10px;
}

.fdc-quote {
	border-left: 3px solid var(--fdc-gold);
	color: var(--fdc-green-950);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.45rem, 2.2vw, 2.3rem);
	line-height: 1.22;
	margin: 0;
	padding-left: 24px;
}

.fdc-pathway {
	counter-reset: fdc-path;
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 38px;
}

.fdc-pathway .fdc-panel {
	background: rgba(251, 246, 234, 0.97);
	border-radius: 0;
	counter-increment: fdc-path;
	min-height: 230px;
}

.fdc-pathway .fdc-panel:first-child {
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}

.fdc-pathway .fdc-panel:last-child {
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}

.fdc-pathway .fdc-panel::before {
	color: var(--fdc-gold);
	content: "0" counter(fdc-path);
	display: block;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	margin-bottom: 22px;
}

.fdc-claims {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 32px;
}

.fdc-claim-safe {
	border-top: 4px solid var(--fdc-green-700);
}

.fdc-claim-caution {
	border-top: 4px solid #9a4e33;
}

.fdc-logo-showcase {
	align-items: center;
	background: var(--fdc-green-950);
	border-radius: 8px;
	box-shadow: var(--fdc-shadow);
	display: flex;
	justify-content: center;
	min-height: 420px;
	overflow: hidden;
	padding: 30px;
}

.fdc-logo-showcase img {
	border-radius: 8px;
	display: block;
	max-width: min(420px, 100%);
}

.fdc-image-panel,
.fdc-image-card {
	border-radius: 8px;
	box-shadow: var(--fdc-shadow);
	overflow: hidden;
	position: relative;
}

.fdc-image-panel figure,
.fdc-image-card figure,
.fdc-image-panel .wp-block-image,
.fdc-image-card .wp-block-image {
	height: 100%;
	margin: 0;
	max-width: none;
	width: 100%;
}

.fdc-image-panel img,
.fdc-image-card img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fdc-image-panel {
	aspect-ratio: 4 / 3;
	min-height: 360px;
}

.fdc-image-card {
	aspect-ratio: 16 / 10;
	background: var(--fdc-green-950);
}

.fdc-image-panel::after,
.fdc-image-card::after {
	background: linear-gradient(180deg, rgba(6, 31, 22, 0), rgba(6, 31, 22, 0.28));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.fdc-image-caption {
	background: rgba(251, 246, 234, 0.92);
	border: 1px solid rgba(199, 154, 66, 0.24);
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(6, 31, 22, 0.16);
	margin: -74px 24px 0;
	padding: 20px;
	position: relative;
	z-index: 2;
}

.fdc-image-caption p {
	margin: 0;
}

.fdc-editorial-pair {
	align-items: center;
	display: grid;
	gap: clamp(24px, 5vw, 72px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.fdc-overlap-card {
	background: var(--fdc-green-900);
	border: 1px solid rgba(234, 215, 165, 0.2);
	border-radius: 8px;
	box-shadow: var(--fdc-shadow);
	color: var(--fdc-ivory);
	margin-top: -92px;
	max-width: 520px;
	padding: clamp(24px, 4vw, 42px);
	position: relative;
	z-index: 2;
}

.fdc-overlap-card h2,
.fdc-overlap-card h3,
.fdc-overlap-card p {
	color: var(--fdc-ivory);
}

.fdc-overlap-card p {
	color: rgba(251, 246, 234, 0.76);
}

.fdc-visual-strip {
	display: grid;
	gap: 18px;
	grid-template-columns: 1.15fr 0.85fr;
	margin-top: 38px;
}

.fdc-visual-strip .fdc-image-card:first-child {
	min-height: 360px;
}

.fdc-visual-strip .fdc-image-card:last-child {
	min-height: 360px;
}

.fdc-contact-intro {
	max-width: 680px;
}

.fdc-cta-panel {
	background: linear-gradient(135deg, var(--fdc-green-950), var(--fdc-green-800));
	border: 1px solid rgba(234, 215, 165, 0.25);
	border-radius: 8px;
	box-shadow: var(--fdc-shadow);
	color: var(--fdc-ivory);
	padding: clamp(28px, 4vw, 48px);
}

.fdc-cta-panel h2,
.fdc-cta-panel h3,
.fdc-cta-panel p {
	color: var(--fdc-ivory);
}

.fdc-cta-panel p {
	color: rgba(251, 246, 234, 0.78);
}

.fdc-cta-panel .fdc-list li {
	border-color: rgba(251, 246, 234, 0.16);
	color: rgba(251, 246, 234, 0.88);
}

.fdc-cta-panel .fdc-list li::before {
	color: var(--fdc-gold);
}

.fdc-form-wrap {
	background: rgba(255, 252, 244, 0.95);
	border: 1px solid var(--fdc-line);
	border-radius: 8px;
	box-shadow: var(--fdc-shadow);
	padding: clamp(24px, 4vw, 44px);
}

.fdc-form-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fdc-form p {
	margin-bottom: 18px;
}

.fdc-form label {
	color: var(--fdc-green-950);
	display: block;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.fdc-form input,
.fdc-form select,
.fdc-form textarea {
	background: #fffdf7;
	border: 1px solid rgba(16, 44, 31, 0.22);
	border-radius: 8px;
	color: var(--fdc-green-950);
	font: inherit;
	min-height: 48px;
	padding: 11px 13px;
	width: 100%;
}

.fdc-form textarea {
	resize: vertical;
}

.fdc-form input:focus,
.fdc-form select:focus,
.fdc-form textarea:focus {
	border-color: var(--fdc-gold);
	box-shadow: 0 0 0 3px rgba(199, 154, 66, 0.18);
	outline: none;
}

.fdc-form-smallprint {
	font-size: 0.92rem;
	margin-top: -4px;
}

.fdc-form-submit {
	background: var(--fdc-green-900);
	border: 1px solid rgba(199, 154, 66, 0.42);
	border-radius: 8px;
	color: var(--fdc-ivory);
	cursor: pointer;
	font-size: 0.8rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	padding: 15px 22px;
	text-transform: uppercase;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.fdc-form-submit:hover,
.fdc-form-submit:focus {
	background: var(--fdc-gold);
	color: var(--fdc-green-950);
	transform: translateY(-1px);
}

.fdc-form-notice {
	border-radius: 8px;
	font-weight: 750;
	margin-bottom: 22px;
	padding: 14px 16px;
}

.fdc-form-notice--success {
	background: rgba(28, 90, 66, 0.12);
	color: var(--fdc-green-900);
}

.fdc-form-notice--error {
	background: rgba(154, 78, 51, 0.12);
	color: #7b321e;
}

.fdc-footer-note {
	color: rgba(251, 246, 234, 0.66) !important;
	font-size: 0.93rem;
}

.fdc-custom-footer {
	background: var(--fdc-green-950);
	border-top: 1px solid rgba(234, 215, 165, 0.18);
	color: var(--fdc-ivory);
}

.fdc-custom-footer__inner {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	margin: 0 auto;
	max-width: 1180px;
	padding: 46px 24px;
}

.fdc-custom-footer .widget {
	margin: 0;
}

.fdc-custom-footer h2,
.fdc-custom-footer h3,
.fdc-custom-footer .widget-title,
.fdc-custom-footer a {
	color: var(--fdc-ivory);
}

.fdc-custom-footer .widget-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.35rem;
	font-weight: 500;
	margin-bottom: 14px;
}

.fdc-custom-footer p {
	color: rgba(251, 246, 234, 0.68);
	margin-bottom: 10px;
}

.site-footer {
	display: none;
}

@media (max-width: 921px) {
	.site-title {
		font-size: 1rem;
		max-width: 190px;
	}

	.custom-logo-link img,
	.site-header .custom-logo-link img {
		height: 42px;
		width: 42px;
	}

	.fdc-split,
	.fdc-grid,
	.fdc-card-grid,
	.fdc-pathway,
	.fdc-claims,
	.fdc-form-grid,
	.fdc-editorial-pair,
	.fdc-visual-strip,
	.fdc-custom-footer__inner {
		grid-template-columns: 1fr;
	}

	.fdc-image-panel {
		min-height: 280px;
	}

	.fdc-overlap-card {
		margin-top: -46px;
	}

	.fdc-pathway .fdc-panel,
	.fdc-pathway .fdc-panel:first-child,
	.fdc-pathway .fdc-panel:last-child {
		border-radius: 8px;
		min-height: 0;
	}

	.fdc-hero {
		min-height: auto;
		padding-bottom: 58px;
		padding-top: 56px;
	}

	.fdc-hero::before {
		opacity: 0.42;
	}

	.fdc-hero::after {
		background:
			linear-gradient(180deg, rgba(6, 31, 22, 0.96), rgba(6, 31, 22, 0.86) 58%, rgba(6, 31, 22, 0.76)),
			linear-gradient(90deg, rgba(6, 31, 22, 0.9), rgba(6, 31, 22, 0.64));
	}
}

@media (max-width: 544px) {
	body.fdc-site {
		font-size: 16px;
	}

	.fdc-section {
		padding-left: 20px;
		padding-right: 20px;
	}

	.fdc-site h1 {
		font-size: clamp(2.05rem, 10.6vw, 3.05rem);
	}

	.fdc-hero {
		padding-bottom: 52px;
		padding-top: 48px;
	}

	.fdc-actions,
	.fdc-actions .wp-block-button,
	.fdc-actions .wp-block-button__link {
		width: 100%;
	}

	.fdc-actions .wp-block-button__link {
		text-align: center;
	}
}
