/* Un Jour Nouveau — public site custom styles */

:root {
	--ujn-orange: #f2a900;
	--ujn-orange-deep: #e09500;
	--ujn-black: #1a1a1a;
	--ujn-text: #111111;
	--ujn-muted: #5a5a5a;
	--ujn-white: #ffffff;
	--ujn-border: #e8e8e8;
	--ujn-header-h: 92px;
	--ujn-font-nav: "Helvetica Neue", Helvetica, Arial, sans-serif;
	--ujn-font-cta: "Georgia", "Times New Roman", Times, serif;

	/* Fundraising / public design tokens (from campaign redesign) */
	--fund-primary: #735b22;
	--fund-on-primary: #ffffff;
	--fund-primary-container: #f2d28d;
	--fund-on-primary-container: #705920;
	--fund-background: #faf9f6;
	--fund-surface: #faf9f6;
	--fund-surface-low: #f4f3f1;
	--fund-surface-high: #e9e8e5;
	--fund-surface-lowest: #ffffff;
	--fund-on-surface: #1a1c1a;
	--fund-on-surface-variant: #4d4639;
	--fund-outline: #7e7668;
	--fund-outline-variant: #d0c5b5;
	--fund-error: #ba1a1a;
	--fund-error-container: #ffdad6;
	--fund-success: #2f5d3a;
	--fund-success-container: #d8ecd9;
	--fund-container-max: 1280px;
	--fund-margin: 64px;
	--fund-gutter: 24px;
	--fund-radius: 0.25rem;
	--fund-radius-lg: 0.5rem;
	--fund-radius-xl: 0.75rem;
	--fund-radius-2xl: 1rem;
	--fund-radius-full: 9999px;
	--fund-font-body: "Inter", system-ui, sans-serif;
	--fund-font-display: "Hanken Grotesk", system-ui, sans-serif;
	--fund-font-label: "JetBrains Mono", ui-monospace, monospace;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--fund-on-surface);
	background: var(--fund-background);
	font-family: var(--fund-font-body);
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

::selection {
	background: var(--fund-primary-container);
	color: var(--fund-on-primary-container);
}

/* —— Header / Navbar —— */
.site-header {
	position: sticky;
	top: 0;
	z-index: 1030;
	background: var(--ujn-white);
	border-bottom: 1px solid transparent;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.site-navbar {
	padding: 0.85rem 0;
	min-height: var(--ujn-header-h);
	background: var(--ujn-white);
}

.site-navbar__inner {
	max-width: 1320px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	align-items: center;
}

.site-brand {
	padding: 0;
	margin: 0;
	display: inline-flex;
	align-items: center;
}

.site-brand__logo {
	display: block;
	height: 64px;
	width: auto;
}

.site-navbar__toggler {
	border: 1px solid var(--ujn-border);
	border-radius: 0;
	padding: 0.45rem 0.55rem;
}

.site-navbar__toggler:focus {
	box-shadow: none;
	outline: 2px solid var(--ujn-orange);
	outline-offset: 2px;
}

.site-navbar__toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231a1a1a' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.site-nav {
	align-items: center;
	gap: 0.15rem;
}

.site-nav__link {
	position: relative;
	padding: 0.55rem 0.7rem !important;
	color: var(--ujn-black) !important;
	font-family: var(--ujn-font-nav);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.2;
	white-space: nowrap;
}

.site-nav__link:hover,
.site-nav__link:focus {
	color: var(--ujn-orange) !important;
}

.site-nav__link.active {
	color: var(--ujn-orange) !important;
}

.site-nav__link.active::after {
	content: "";
	position: absolute;
	left: 0.7rem;
	right: 0.7rem;
	bottom: 0.15rem;
	height: 3px;
	background: var(--ujn-orange);
}

.site-nav .dropdown-toggle::after {
	margin-left: 0.35em;
	vertical-align: 0.12em;
	border-top: 0.32em solid;
	border-right: 0.28em solid transparent;
	border-left: 0.28em solid transparent;
}

.site-dropdown {
	border: 1px solid var(--ujn-border);
	border-radius: 0;
	padding: 0.35rem 0;
	margin-top: 0.35rem !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
	min-width: 14rem;
}

.site-dropdown .dropdown-item {
	padding: 0.55rem 1rem;
	font-size: 0.85rem;
	font-weight: 500;
	color: var(--ujn-text);
	text-transform: none;
	letter-spacing: 0;
}

.site-dropdown .dropdown-item:hover,
.site-dropdown .dropdown-item:focus {
	background: #faf7f0;
	color: var(--ujn-orange-deep);
}

/* —— Donate CTA —— */
.site-navbar__cta {
	display: flex;
	align-items: center;
}

.site-donate-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	padding: 1.1rem 2rem;
	background: #1a1c1a;
	color: #ffffff !important;
	text-decoration: none !important;
	font-family: var(--fund-font-label, var(--ujn-font-nav));
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 1rem;
	border: 1px solid #1a1c1a;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
	transition: filter 0.2s ease, transform 0.15s ease;
	white-space: nowrap;
}

.site-donate-btn:hover,
.site-donate-btn:focus {
	background: #1a1c1a;
	border-color: #1a1c1a;
	color: #ffffff !important;
	filter: brightness(1.12);
	transform: translateY(-1px);
}

.site-donate-btn__icon {
	width: 12px;
	height: 12px;
	flex-shrink: 0;
}

/* —— Responsive —— */
@media (max-width: 991.98px) {
	.site-brand__logo {
		height: 52px;
	}

	.site-navbar__collapse {
		padding: 1rem 0 0.5rem;
		border-top: 1px solid var(--ujn-border);
		margin-top: 0.75rem;
	}

	.site-nav {
		align-items: stretch;
		gap: 0;
	}

	.site-nav__link {
		padding: 0.75rem 0 !important;
		font-size: 0.85rem;
	}

	.site-nav__link.active::after {
		left: 0;
		right: auto;
		width: 2.5rem;
		bottom: 0.45rem;
	}

	.site-dropdown {
		border: none;
		box-shadow: none;
		padding-left: 0.75rem;
		margin-top: 0 !important;
	}

	.site-navbar__cta {
		width: 100%;
	}

	.site-donate-btn {
		width: 100%;
		justify-content: center;
	}
}

@media (min-width: 1200px) {
	.site-nav__link {
		padding: 0.55rem 0.85rem !important;
		font-size: 0.8rem;
	}

	.site-nav__link.active::after {
		left: 0.85rem;
		right: 0.85rem;
	}
}

/* —— Fundraising list page —— */
.fund-page {
	color: var(--fund-on-surface);
	background: var(--fund-surface);
}

.fund-container {
	max-width: var(--fund-container-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--fund-margin);
	padding-right: var(--fund-margin);
}

.fund-display {
	font-family: var(--fund-font-display);
	font-size: 48px;
	line-height: 56px;
	letter-spacing: -0.02em;
	font-weight: 600;
	margin: 0;
	text-wrap: balance;
}

.fund-headline {
	font-family: var(--fund-font-display);
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -0.01em;
	font-weight: 600;
	margin: 0;
}

.fund-body {
	font-family: var(--fund-font-body);
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
}

.fund-body-sm {
	font-family: var(--fund-font-body);
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.fund-label {
	font-family: var(--fund-font-label);
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.05em;
	font-weight: 500;
	text-transform: uppercase;
}

.fund-muted {
	color: var(--fund-on-surface-variant);
}

.fund-alerts {
	padding-top: 1.5rem;
}

.fund-alert {
	padding: 0.85rem 1rem;
	border-radius: var(--fund-radius-lg);
	margin-bottom: 0.75rem;
	font-size: 14px;
}

.fund-alert--danger {
	background: var(--fund-error-container);
	color: var(--fund-error);
}

.fund-alert--success {
	background: var(--fund-success-container);
	color: var(--fund-success);
}

.fund-empty {
	padding: 6rem 0;
	text-align: center;
}

.fund-empty .fund-display {
	margin-bottom: 1rem;
}

/* Hero */
.fund-hero {
	position: relative;
	min-height: 800px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: var(--fund-surface);
}

.fund-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.fund-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.fund-hero__overlay {
	position: absolute;
	inset: 0;
}

.fund-hero__overlay--desktop {
	display: none;
	background: linear-gradient(to right, rgba(250, 249, 246, 1) 40%, rgba(250, 249, 246, 0.07) 70%)
}

.fund-hero__overlay--mobile {
	background: rgba(250, 249, 246, 0.8);
}

.fund-hero__content {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.fund-hero__copy {
	max-width: 42rem;
}

.fund-hero__eyebrow {
	display: block;
	color: var(--fund-primary);
	margin-bottom: 1rem;
}

.fund-hero__title {
	margin-bottom: 1.5rem;
	color: var(--fund-on-surface);
}

.fund-hero__desc {
	margin-bottom: 2rem;
}

.fund-progress-card {
	margin-bottom: 2.5rem;
	padding: 1.5rem;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: var(--fund-radius-2xl);
	border: 1px solid rgba(208, 197, 181, 0.3);
}

.fund-progress-card__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

.fund-progress-card__strong {
	font-weight: 700;
	color: var(--fund-on-surface);
	text-transform: none;
	letter-spacing: 0;
	font-family: var(--fund-font-body);
	font-size: 14px;
}

.fund-progress-card__pct {
	font-weight: 700;
	color: var(--fund-primary);
}

.fund-progress-track {
	width: 100%;
	height: 8px;
	background: var(--fund-surface-high);
	border-radius: var(--fund-radius-full);
	overflow: hidden;
	margin: 0.5rem 0 2rem;
}

.fund-progress-track--lg {
	height: 12px;
	margin: 0.75rem 0;
}

.fund-progress-fill {
	height: 100%;
	background: var(--fund-primary);
	border-radius: var(--fund-radius-full);
	transition: width 0.4s ease;
}

.fund-hero__actions {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.fund-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	text-decoration: none;
	font-family: var(--fund-font-body);
	font-weight: 600;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.fund-btn--lg {
	padding: 1.25rem 2.5rem;
	border-radius: var(--fund-radius-full);
}

.fund-btn--primary {
	background: var(--fund-primary);
	color: var(--fund-on-primary);
	box-shadow: 0 20px 40px rgba(115, 91, 34, 0.2);
}

.fund-btn--primary:hover,
.fund-btn--primary:focus {
	color: var(--fund-on-primary);
	transform: scale(1.03);
	opacity: 0.95;
}

.fund-btn--outline {
	background: transparent;
	color: var(--fund-on-surface);
	border-color: var(--fund-outline);
}

.fund-btn--outline:hover,
.fund-btn--outline:focus {
	color: var(--fund-on-surface);
	background: var(--fund-surface-low);
}

.fund-btn--ghost {
	width: 100%;
	padding: 1rem;
	border-radius: var(--fund-radius-xl);
	border-color: var(--fund-outline-variant);
	color: var(--fund-on-surface);
	background: transparent;
}

.fund-btn--ghost:hover,
.fund-btn--ghost:focus {
	background: var(--fund-primary);
	border-color: var(--fund-primary);
	color: var(--fund-on-primary);
}

.fund-btn__icon {
	font-size: 1rem;
	line-height: 1;
}

/* Grid */
.fund-grid-section {
	padding: 6rem 0;
	background: var(--fund-surface);
}

.fund-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 4rem;
}

.fund-section-rule {
	width: 6rem;
	height: 4px;
	margin-top: 0.5rem;
	background: var(--fund-primary);
	border-radius: var(--fund-radius-full);
}

.fund-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--fund-gutter);
}

.fund-card {
	display: flex;
	flex-direction: column;
	background: var(--fund-surface-low);
	border-radius: var(--fund-radius-xl);
	overflow: hidden;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.fund-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(26, 28, 26, 0.1);
}

.fund-card__media {
	position: relative;
	height: 18rem;
	overflow: hidden;
}

.fund-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.fund-card:hover .fund-card__img {
	transform: scale(1.05);
}

.fund-card__body {
	padding: 2rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.fund-card__title {
	margin-bottom: 1rem;
}

.fund-card__desc {
	margin: 0 0 2rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.fund-card__footer {
	margin-top: auto;
}

.fund-card__progress-label {
	margin-bottom: 0.5rem;
}

.fund-card .fund-progress-track {
	margin-bottom: 2rem;
}

/* CTA band */
.fund-cta-band {
	padding: 8rem 0;
	background: rgba(242, 210, 141, 0.2);
}

.fund-cta-band__inner {
	text-align: center;
}

.fund-cta-band__title {
	margin-bottom: 2rem;
	color: var(--fund-on-primary-container);
}

.fund-cta-band__text {
	margin: 0 auto 3rem;
	max-width: 36rem;
	color: var(--fund-on-primary-container);
}

@media (min-width: 640px) {
	.fund-hero__actions {
		flex-direction: row;
	}
}

@media (min-width: 768px) {
	.fund-hero__img {
		object-position: right top;
	}

	.fund-hero__overlay--desktop {
		display: block;
	}

	.fund-hero__overlay--mobile {
		display: none;
	}

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

	.fund-display {
		font-size: 48px;
		line-height: 56px;
	}
}

@media (max-width: 991.98px) {
	:root {
		--fund-margin: 16px;
	}

	.fund-hero {
		min-height: auto;
	}

	.fund-display {
		font-size: 28px;
		line-height: 36px;
	}

	.fund-headline {
		font-size: 28px;
		line-height: 36px;
	}

	.fund-grid-section,
	.fund-cta-band {
		padding: 4rem 0;
	}
}

/* —— Public footer —— */
.site-footer {
	--footer-bg: #1a1610;
	--footer-text: #efeeeb;
	--footer-accent: #d48c00;
	background: var(--footer-bg);
	color: var(--footer-text);
	padding: 5rem 0 0;
}

.site-footer__inner {
	max-width: var(--fund-container-max, 1280px);
	margin: 0 auto;
	padding: 0 var(--fund-margin, 64px);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
	align-items: start;
}

.site-footer__brand {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.site-footer__logo-link {
	display: inline-block;
	text-decoration: none;
}

.site-footer__logo {
	display: block;
	height: 110px;
	width: auto;
	max-width: 100%;
}

.site-footer__title {
	margin: 0 0 2rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff;
}

.site-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.site-footer__list a,
.site-footer__list li {
	font-family: var(--fund-font-body, Inter, sans-serif);
	font-size: 0.875rem;
	line-height: 1.4;
	color: rgba(239, 238, 235, 0.9);
	text-decoration: none;
}

.site-footer__list a:hover,
.site-footer__list a:focus {
	color: var(--footer-accent);
}

.site-footer__list--contact {
	margin-bottom: 2rem;
}

.site-footer__social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.site-footer__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus {
	color: var(--footer-accent);
}

.site-footer__social-link svg {
	width: 100%;
	height: 100%;
	display: block;
}

.site-footer__bottom {
	margin-top: 3rem;
	padding: 2rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	text-align: center;
}

.site-footer__copy {
	margin: 0;
	font-family: var(--fund-font-body, Inter, sans-serif);
	font-size: 0.875rem;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.6);
}

.site-footer__legal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem 1.25rem;
}

.site-footer__legal a {
	font-family: var(--fund-font-body, Inter, sans-serif);
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
}

.site-footer__legal a:hover,
.site-footer__legal a:focus {
	color: var(--footer-accent);
}

@media (min-width: 768px) {
	.site-footer__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem 1.5rem;
	}

	.site-footer__bottom {
		flex-direction: row;
		justify-content: space-between;
		text-align: left;
	}
}

@media (min-width: 1100px) {
	.site-footer {
		padding-top: 5rem;
	}

	.site-footer__grid {
		grid-template-columns: 1.1fr 1fr 1.15fr 1fr 1fr;
		gap: 1.5rem 2rem;
	}

	.site-footer__brand {
		padding-right: 0.5rem;
	}
}

@media (max-width: 991.98px) {
	.site-footer__inner {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* —— Donation page —— */
.material-symbols-outlined {
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
	font-size: 1.25rem;
	line-height: 1;
	vertical-align: middle;
}

.donate-page {
	--donate-vh: 100dvh;
	display: flex;
	flex-direction: column;
	height: calc(var(--donate-vh) - var(--ujn-header-h, 92px));
	max-height: calc(var(--donate-vh) - var(--ujn-header-h, 92px));
	overflow: hidden;
	background: var(--fund-surface);
}

body:has(.donate-page) {
	overflow: hidden;
}

/* Keep the donation screen full-viewport; footer remains reachable on other pages. */
.donate-page + .site-footer {
	display: none;
}

.donate-split__media {
	position: relative;
	flex: 0 0 34%;
	min-height: 0;
	display: flex;
	flex-direction: column;
	color: var(--fund-on-primary);
	overflow: hidden;
}

.donate-split__media-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.donate-split__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.donate-split__tint {
	position: absolute;
	inset: 0;
	background: rgba(115, 91, 34, 0.4);
	mix-blend-mode: multiply;
}

.donate-split__gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(37, 26, 0, 0.8), transparent 55%);
}

.donate-split__narrative {
	position: relative;
	z-index: 1;
	margin-top: auto;
	padding: clamp(0.85rem, 2vh, 1.5rem);
	max-width: 42rem;
}

.donate-split__title {
	color: #fff;
	margin-bottom: clamp(0.5rem, 1.5vh, 1.5rem);
	font-size: clamp(1.35rem, 4vh, 2.75rem) !important;
	line-height: 1.15 !important;
}

.donate-split__desc {
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: clamp(0.75rem, 2vh, 2rem);
	font-size: clamp(0.85rem, 1.8vh, 1rem);
	line-height: 1.45;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.donate-trust {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(0.75rem, 2vw, 1.5rem);
	padding-top: clamp(0.75rem, 2vh, 2rem);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	opacity: 0.9;
}

.donate-trust__item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: clamp(12px, 1.6vh, 14px);
	font-weight: 500;
}

.donate-split__form-wrap {
	flex: 1 1 auto;
	min-height: 0;
	background: var(--fund-surface-lowest);
	padding: clamp(1rem, 2.5vh, 2rem) clamp(1rem, 3vw, 1.5rem);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.donate-form-panel {
	max-width: 36rem;
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.donate-form-panel__intro {
	margin-bottom: clamp(1rem, 2.5vh, 2rem);
}

.donate-form-panel__intro .fund-headline {
	margin-bottom: 0.35rem;
	font-size: clamp(1.35rem, 3vh, 2rem) !important;
	line-height: 1.2 !important;
}

.donate-form {
	display: flex;
	flex-direction: column;
	gap: clamp(1rem, 2.8vh, 2rem);
}

.donate-label {
	display: block;
	font-weight: 600;
	color: var(--fund-on-surface);
	margin-bottom: 0.65rem;
}

.donate-section-label {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--fund-on-surface-variant);
	margin-bottom: 0.65rem;
}

.donate-freq {
	display: flex;
	width: 100%;
	padding: 4px;
	background: var(--fund-surface-low);
	border-radius: var(--fund-radius-xl);
	gap: 4px;
}

.donate-freq__btn {
	flex: 1;
	border: 0;
	background: transparent;
	padding: clamp(0.55rem, 1.4vh, 0.75rem) 1rem;
	border-radius: var(--fund-radius-lg);
	font-family: var(--fund-font-body);
	font-size: 14px;
	font-weight: 600;
	color: var(--fund-on-surface-variant);
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.donate-freq__btn:hover {
	color: var(--fund-primary);
}

.donate-freq__btn.is-active {
	background: var(--fund-surface-lowest);
	color: var(--fund-primary);
	box-shadow: 0 1px 3px rgba(26, 28, 26, 0.08);
}

.donate-amount__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(0.5rem, 1.5vw, 1rem);
}

.donate-amount__btn {
	border: 2px solid rgba(208, 197, 181, 0.3);
	background: transparent;
	border-radius: var(--fund-radius-xl);
	padding: clamp(0.65rem, 1.8vh, 1rem) 0.5rem;
	font-family: var(--fund-font-display);
	font-size: clamp(0.95rem, 2.2vh, 1.1rem);
	font-weight: 600;
	color: var(--fund-on-surface-variant);
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.donate-amount__btn:hover {
	border-color: var(--fund-primary);
}

.donate-amount__btn.is-active {
	background: var(--fund-primary);
	border-color: var(--fund-primary);
	color: var(--fund-on-primary);
	box-shadow: 0 0 0 2px var(--fund-surface-lowest), 0 0 0 4px var(--fund-primary);
}

.donate-amount__custom {
	position: relative;
	margin-top: 0.75rem;
}

.donate-amount__currency {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	color: var(--fund-on-surface-variant);
	font-weight: 500;
	font-size: 0.85rem;
	pointer-events: none;
}

.donate-input {
	width: 100%;
	padding: clamp(0.7rem, 1.6vh, 1rem);
	border: 2px solid rgba(208, 197, 181, 0.3);
	border-radius: var(--fund-radius-xl);
	background: var(--fund-surface-lowest);
	color: var(--fund-on-surface);
	font-family: var(--fund-font-body);
	font-size: 16px;
	line-height: 1.4;
	transition: border-color 0.2s ease;
}

.donate-amount__custom .donate-input {
	padding-left: 4.25rem;
}

.donate-input:focus {
	outline: none;
	border-color: var(--fund-primary);
}

.donate-payment__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(0.5rem, 1.5vw, 1rem);
}

.donate-payment__option {
	cursor: pointer;
	margin: 0;
}

.donate-payment__radio {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.donate-payment__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	padding: clamp(0.65rem, 1.6vh, 1rem);
	border: 2px solid rgba(208, 197, 181, 0.3);
	border-radius: var(--fund-radius-xl);
	font-size: 14px;
	font-weight: 500;
	color: var(--fund-on-surface);
	transition: border-color 0.2s ease, background 0.2s ease;
}

.donate-payment__card .material-symbols-outlined {
	color: var(--fund-primary);
	font-size: 1.5rem;
}

.donate-payment__radio:checked + .donate-payment__card,
.donate-payment__option:hover .donate-payment__card {
	border-color: var(--fund-primary);
}

.donate-payment__radio:checked + .donate-payment__card {
	background: rgba(242, 210, 141, 0.15);
}

.donate-payment__phone {
	margin-top: 0.75rem;
	animation: donate-fade-in 0.35s ease-out;
}

.donate-payment__phone[hidden] {
	display: none !important;
}

.donate-personal {
	padding-top: clamp(0.75rem, 2vh, 1.5rem);
	border-top: 1px solid rgba(208, 197, 181, 0.2);
}

.donate-personal__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(0.75rem, 2vh, 1.25rem);
	margin-bottom: clamp(0.75rem, 2vh, 1.25rem);
}

.donate-personal > .donate-input + .donate-input {
	margin-top: clamp(0.75rem, 2vh, 1.25rem);
}

.donate-submit__btn {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: clamp(0.85rem, 2vh, 1.25rem) 1.5rem;
	border: 0;
	border-radius: var(--fund-radius-xl);
	background: var(--fund-primary);
	color: var(--fund-on-primary);
	font-family: var(--fund-font-body);
	font-size: clamp(1rem, 2.2vh, 1.125rem);
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(115, 91, 34, 0.2);
	transition: opacity 0.2s ease, transform 0.15s ease;
}

.donate-submit__btn:hover {
	opacity: 0.92;
}

.donate-submit__btn:active {
	transform: scale(0.98);
}

.donate-submit__lock {
	font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.donate-submit__note {
	margin: clamp(0.75rem, 1.8vh, 1.5rem) 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: var(--fund-on-surface-variant);
	opacity: 0.75;
}

.donate-result {
	padding: 5rem 0;
}

.donate-result__inner {
	max-width: 36rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

@keyframes donate-fade-in {
	from {
		opacity: 0;
		transform: translateY(8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@supports not (height: 100dvh) {
	.donate-page {
		--donate-vh: 100vh;
	}
}

@media (min-width: 768px) {
	.donate-page {
		flex-direction: row;
	}

	.donate-split__media {
		flex: 0 0 50%;
		width: 50%;
		height: 100%;
	}

	.donate-split__form-wrap {
		flex: 0 0 50%;
		width: 50%;
		height: 100%;
		padding: clamp(1.25rem, 4vh, 3.5rem) clamp(1.5rem, 4vw, 4rem);
	}

	.donate-split__narrative {
		padding: clamp(1.25rem, 4vh, 4rem);
	}

	.donate-split__desc {
		-webkit-line-clamp: 8;
	}

	.donate-personal__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767.98px) {
	.donate-trust {
		display: none;
	}

	.donate-amount__btn {
		font-size: 0.9rem;
		padding: 0.7rem 0.2rem;
	}
}

@media (max-height: 720px) {
	.donate-form-panel {
		justify-content: flex-start;
	}

	.donate-split__desc {
		-webkit-line-clamp: 2;
	}
}

/* —— Fundraising detail page —— */
.section-heading-accent {
	position: relative;
	display: inline-block;
}

.section-heading-accent::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 60px;
	height: 4px;
	background-color: var(--fund-primary);
}

.section-heading-accent--center::after {
	left: 50%;
	transform: translateX(-50%);
}

.fd-page {
	background: var(--fund-surface);
	color: var(--fund-on-surface);
}

.fd-alerts {
	padding-top: 1.25rem;
}

.fd-hero {
	position: relative;
	min-height: 85vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: #fff;
}

.fd-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.fd-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.fd-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
}

.fd-hero__inner {
	position: relative;
	z-index: 1;
	padding-top: 4rem;
	padding-bottom: 6rem;
	width: 100%;
}

.fd-breadcrumb {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 2.5rem;
	font-family: var(--fund-font-label);
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fd-breadcrumb a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
}

.fd-breadcrumb a:hover {
	color: var(--fund-primary-container);
}

.fd-breadcrumb__current {
	color: var(--fund-primary-container);
	font-weight: 700;
}

.fd-breadcrumb .material-symbols-outlined {
	font-size: 14px;
}

.fd-hero__copy {
	max-width: 56rem;
}

.fd-hero__title {
	margin: 0 0 1.75rem;
	font-family: var(--fund-font-display);
	font-size: clamp(2.5rem, 5vw, 5.5rem);
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.fd-hero__lead {
	margin: 0;
	max-width: 42rem;
	font-size: clamp(1.1rem, 1.2vw, 1.75rem);
	line-height: 1.45;
	border-left: 8px solid var(--fund-primary-container);
	padding-left: 1.5rem;
	opacity: 0.95;
}

.fd-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
	padding: 1.1rem 2rem;
	border-radius: 1rem;
	background: var(--fund-primary-container);
	color: var(--fund-on-primary-container) !important;
	text-decoration: none !important;
	font-family: var(--fund-font-label);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
	transition: filter 0.2s ease, transform 0.15s ease;
}

.fd-hero__cta:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
}

.fd-hero__scroll {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	color: #fff;
	text-decoration: none;
	font-family: var(--fund-font-label);
	font-size: 11px;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	font-weight: 700;
}

.fd-hero__scroll .material-symbols-outlined {
	animation: fd-bounce 1.6s infinite;
}

@keyframes fd-bounce {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(6px); }
}

.fd-label {
	display: block;
	font-family: var(--fund-font-label);
	font-size: 12px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--fund-primary);
	margin-bottom: 1rem;
}

.fd-label--light {
	color: var(--fund-primary-container);
}

.fd-kicker {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
	font-family: var(--fund-font-label);
	font-size: 13px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	font-weight: 800;
	color: var(--fund-primary);
}

.fd-kicker__line {
	width: 4rem;
	height: 3px;
	background: var(--fund-primary);
}

.fd-story {
	padding: 6rem 0;
	border-bottom: 1px solid rgba(208, 197, 181, 0.15);
}

.fd-story__stack {
	display: flex;
	flex-direction: column;
	gap: 6rem;
}

.fd-story__block {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
}

.fd-story__heading {
	margin: 0 0 2rem;
	font-family: var(--fund-font-display);
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.15;
	font-weight: 700;
	text-wrap: balance;
}

.fd-prose {
	font-size: 1.125rem;
	line-height: 1.7;
	color: var(--fund-on-surface-variant);
}

.fd-prose p {
	margin: 0 0 1rem;
}

.fd-story__frame {
	aspect-ratio: 4 / 3;
	border-radius: 1.5rem;
	overflow: hidden;
	box-shadow: 0 32px 64px -12px rgba(115, 91, 34, 0.15);
}

.fd-story__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.fd-story__media:hover .fd-story__frame img {
	transform: scale(1.03);
}

.fd-impact {
	padding: 6rem 0;
	background: #fff;
	border-bottom: 1px solid rgba(208, 197, 181, 0.15);
}

.fd-impact__head {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-bottom: 3.5rem;
}

.fd-impact__title {
	margin: 0;
	font-family: var(--fund-font-display);
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 700;
	letter-spacing: -0.02em;
}

.fd-impact__aside {
	margin: 0;
	max-width: 24rem;
	font-size: 1.125rem;
	line-height: 1.6;
	color: var(--fund-on-surface-variant);
	font-style: italic;
	border-left: 2px solid var(--fund-outline-variant);
	padding-left: 1.25rem;
}

.fd-impact__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

.fd-impact__card {
	position: relative;
	overflow: hidden;
	padding: 2.25rem;
	border-radius: 2rem;
	background: var(--fund-surface-low);
	border: 2px solid transparent;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.fd-impact__card--accent {
	background: var(--fund-primary-container);
}

.fd-impact__card:hover {
	transform: translateY(-6px);
	border-color: rgba(115, 91, 34, 0.2);
	box-shadow: 0 20px 40px rgba(26, 28, 26, 0.1);
}

.fd-impact__value {
	font-family: var(--fund-font-display);
	font-size: clamp(2.75rem, 6vw, 4.25rem);
	font-weight: 900;
	color: var(--fund-primary);
	line-height: 1;
	margin-bottom: 0.75rem;
}

.fd-impact__label {
	margin: 0;
	font-family: var(--fund-font-label);
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 800;
	color: var(--fund-on-surface-variant);
}

.fd-impact__rule {
	width: 3rem;
	height: 4px;
	background: rgba(115, 91, 34, 0.3);
	margin: 1rem 0;
}

.fd-impact__desc {
	margin: 0;
	color: var(--fund-on-surface-variant);
	line-height: 1.6;
}

.fd-donate-band {
	padding: 4rem 0 5rem;
}

.fd-donate-band__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

.fd-donate-card {
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 2.25rem;
	border-radius: 2.5rem;
	border: 1px solid rgba(208, 197, 181, 0.35);
	box-shadow: 0 24px 48px rgba(26, 28, 26, 0.08);
}

.fd-donate-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: var(--fund-primary);
}

.fd-donate-card__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 1.35rem 1.5rem;
	margin-bottom: 2rem;
	border-radius: 1rem;
	background: var(--fund-primary);
	color: #fff !important;
	text-decoration: none !important;
	font-family: var(--fund-font-label);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	box-shadow: 0 16px 32px rgba(115, 91, 34, 0.28);
	transition: filter 0.2s ease, transform 0.15s ease;
}

.fd-donate-card__cta:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
}

.fd-donate-card__stats {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1rem;
	margin-bottom: 1rem;
}

.fd-donate-card__stat--right {
	text-align: right;
}

.fd-donate-card__pct {
	display: block;
	font-family: var(--fund-font-display);
	font-size: 2.5rem;
	font-weight: 900;
	color: var(--fund-primary);
	line-height: 1;
}

.fd-donate-card__donors {
	display: block;
	font-family: var(--fund-font-display);
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
}

.fd-donate-card__caption {
	display: block;
	margin-top: 0.4rem;
	font-family: var(--fund-font-label);
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--fund-secondary, #645d57);
}

.fd-donate-card .fund-progress-track--lg {
	margin: 0.5rem 0 1rem;
}

.fd-donate-card__money {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	font-size: 0.875rem;
	color: var(--fund-on-surface-variant);
	margin-bottom: 1.75rem;
}

.fd-donate-card__trust {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.25rem;
	padding-top: 1.75rem;
	border-top: 1px solid rgba(208, 197, 181, 0.35);
}

.fd-donate-card__trust-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.fd-donate-card__icon {
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 1rem;
	background: rgba(115, 91, 34, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--fund-primary);
	flex-shrink: 0;
	transition: background 0.2s ease, color 0.2s ease;
}

.fd-donate-card__trust-item:hover .fd-donate-card__icon {
	background: var(--fund-primary);
	color: #fff;
}

.fd-donate-card__trust-item h5 {
	margin: 0 0 0.2rem;
	font-family: var(--fund-font-label);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 800;
}

.fd-donate-card__trust-item p {
	margin: 0;
	font-size: 12px;
	line-height: 1.35;
	color: var(--fund-on-surface-variant);
}

.fd-help-card {
	position: relative;
	overflow: hidden;
	background: #1a1c1a;
	color: #fff;
	padding: 2.25rem;
	border-radius: 2.5rem;
	box-shadow: 0 24px 48px rgba(26, 28, 26, 0.18);
}

.fd-help-card__deco {
	position: absolute;
	right: -0.5rem;
	top: -0.5rem;
	font-size: 7rem;
	opacity: 0.1;
}

.fd-help-card h3 {
	position: relative;
	margin: 0 0 0.75rem;
	font-family: var(--fund-font-display);
	font-size: 1.75rem;
	font-weight: 700;
}

.fd-help-card p {
	position: relative;
	margin: 0 0 1.75rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.6;
}

.fd-help-card__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	width: 100%;
	padding: 1rem 1.25rem;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 1rem;
	color: #fff !important;
	text-decoration: none !important;
	font-family: var(--fund-font-label);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease;
}

.fd-help-card__link:hover {
	background: #fff;
	color: #1a1c1a !important;
}

.fd-testimony {
	position: relative;
	background: #131513;
	color: #fff;
	padding: 6rem 0;
	overflow: hidden;
}

.fd-testimony__featured {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
}

.fd-testimony__slider {
	position: relative;
}

.fd-testimony__slide {
	display: none;
	opacity: 0;
	transform: translateY(12px);
	transition: opacity 0.45s ease, transform 0.45s ease;
}

.fd-testimony__slide.is-active {
	display: block;
	opacity: 1;
	transform: translateY(0);
	animation: fd-slide-in 0.45s ease;
}

@keyframes fd-slide-in {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fd-testimony__dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.65rem;
	margin-top: 2.5rem;
}

.fd-testimony__dot {
	width: 0.65rem;
	height: 0.65rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.28);
	cursor: pointer;
	transition: width 0.25s ease, background 0.25s ease;
}

.fd-testimony__dot.is-active {
	width: 1.75rem;
	background: var(--fund-primary-container);
}

.fd-testimony__dot:hover,
.fd-testimony__dot:focus-visible {
	background: rgba(255, 255, 255, 0.55);
	outline: none;
}

.fd-testimony__photo-wrap {
	position: relative;
	max-width: 22rem;
	margin: 0 auto;
}

.fd-testimony__photo {
	aspect-ratio: 1;
	border-radius: 50%;
	overflow: hidden;
	border: 12px solid rgba(255, 255, 255, 0.05);
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.fd-testimony__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fd-testimony__photo--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.06);
}

.fd-testimony__photo--empty .material-symbols-outlined {
	font-size: 4rem;
	opacity: 0.4;
}

.fd-testimony__quote-badge {
	position: absolute;
	right: -0.25rem;
	bottom: -0.25rem;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 1.25rem;
	background: var(--fund-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 28px rgba(115, 91, 34, 0.4);
}

.fd-testimony__quote-badge .material-symbols-outlined {
	font-size: 2rem;
	color: #fff;
}

.fd-testimony__quote {
	margin: 1.5rem 0 2.5rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.0rem, 1.9vw, 2.75rem);
	line-height: 1.25;
	font-style: italic;
	text-wrap: balance;
}

.fd-testimony__author {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.fd-testimony__author-line {
	width: 4rem;
	height: 2px;
	background: var(--fund-primary-container);
	flex-shrink: 0;
}

.fd-testimony__author h4 {
	margin: 0;
	font-family: var(--fund-font-display);
	font-size: 1.5rem;
	font-weight: 700;
}

.fd-testimony__more {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	margin-top: 3rem;
}

.fd-testimony__card {
	padding: 1.5rem;
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.fd-testimony__card p {
	margin: 0 0 0.75rem;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.6;
}

.fd-final-cta {
	padding: 6rem 0;
	background: var(--fund-surface);
	position: relative;
}

.fd-final-cta__inner {
	text-align: center;
	max-width: 48rem;
}

.fd-final-cta__title {
	margin: 0 auto 1.75rem;
	font-family: var(--fund-font-display);
	font-size: clamp(2rem, 5vw, 3.75rem);
	font-weight: 700;
	letter-spacing: -0.02em;
}

.fd-final-cta__text {
	margin: 0 auto 2.5rem;
	max-width: 36rem;
	font-size: 1.25rem;
	line-height: 1.65;
	color: var(--fund-on-surface-variant);
}

.fd-final-cta__actions {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
	align-items: center;
}

.fd-final-cta__primary,
.fd-final-cta__secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem 2.5rem;
	border-radius: 1rem;
	font-family: var(--fund-font-label);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	text-decoration: none !important;
	border: 2px solid transparent;
	cursor: pointer;
	transition: filter 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.fd-final-cta__primary {
	background: var(--fund-primary);
	color: #fff !important;
	box-shadow: 0 16px 32px rgba(115, 91, 34, 0.28);
}

.fd-final-cta__primary:hover {
	filter: brightness(1.08);
}

.fd-final-cta__secondary {
	background: #fff;
	border-color: rgba(26, 28, 26, 0.1);
	color: var(--fund-on-surface);
}

.fd-final-cta__secondary:hover {
	background: var(--fund-on-surface);
	color: #fff;
}

@media (min-width: 768px) {
	.fd-impact__head {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}

	.fd-impact__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.fd-donate-band__grid {
		grid-template-columns: 1.2fr 1fr;
		align-items: stretch;
	}

	.fd-testimony__featured {
		grid-template-columns: minmax(16rem, 22rem) 1fr;
		gap: 4rem;
	}

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

	.fd-final-cta__actions {
		flex-direction: row;
	}
}

@media (min-width: 992px) {
	.fd-story__block {
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}

	.fd-story__block--reverse .fd-story__text {
		order: 2;
	}

	.fd-story__block--reverse .fd-story__media {
		order: 1;
	}

	.fd-story {
		padding: 8rem 0;
	}

	.fd-impact,
	.fd-testimony,
	.fd-final-cta {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}
