:root {
	--fzp-bg: #f5f0e8;
	--fzp-surface: #fbf8f3;
	--fzp-ink: #1f1b18;
	--fzp-muted: #5d534a;
	--fzp-line: #d9cbbc;
	--fzp-accent: #8b5e34;
	--fzp-accent-strong: #6f4825;
	--fzp-header: rgba(23, 19, 16, 0.9);
	--fzp-shadow: 0 18px 40px rgba(33, 25, 17, 0.08);
}

body {
	background: linear-gradient(180deg, #f8f3ea 0%, #f2eadf 100%);
	color: var(--fzp-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.68;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--fzp-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	margin: 0 0 0.75em;
}

p,
ul,
ol,
blockquote,
figure {
	margin: 0 0 1.2em;
}

li + li {
	margin-top: 0.45em;
}

a {
	color: var(--fzp-accent);
}

a:hover {
	color: var(--fzp-accent-strong);
}

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

.container {
	max-width: 1240px;
	width: min(1240px, calc(100% - 40px));
}

.fzp-header {
	background: var(--fzp-header);
	color: #fff8ef;
	position: sticky;
	top: 0;
	z-index: 1000;
	backdrop-filter: blur(14px);
}

.fzp-header a {
	color: inherit;
}

.fzp-header__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: 18px 0;
}

.fzp-brand {
	align-items: center;
	display: flex;
	gap: 18px;
	min-width: 0;
}

.fzp-brand__logo img {
	height: 72px;
	width: auto;
}

.fzp-brand__title,
.fzp-brand__title a {
	color: #fff8ef;
	font-size: 1.35rem;
	margin: 0;
	text-decoration: none;
}

.fzp-brand__tagline {
	color: rgba(255, 248, 239, 0.78);
	font-size: 0.95rem;
	margin: 4px 0 0;
}

.fzp-header__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.fzp-header__link {
	color: rgba(255, 248, 239, 0.82);
	font-size: 0.95rem;
}

.fzp-button {
	background: var(--fzp-accent);
	border: 1px solid var(--fzp-accent);
	border-radius: 999px;
	color: #fff8ef;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	padding: 12px 20px;
	text-decoration: none;
	transition: 0.25s ease;
}

.fzp-button:hover {
	background: var(--fzp-accent-strong);
	border-color: var(--fzp-accent-strong);
	color: #fff8ef;
}

.fzp-button--outline {
	background: transparent;
	border-color: rgba(255, 248, 239, 0.35);
	color: #fff8ef;
}

.fzp-button--outline:hover {
	background: rgba(255, 248, 239, 0.08);
	border-color: rgba(255, 248, 239, 0.55);
}

.fzp-nav {
	border-top: 1px solid rgba(255, 248, 239, 0.12);
}

.fzp-nav__toggle {
	display: none;
}

.fzp-nav__menu {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 14px 0;
}

.fzp-nav__menu li {
	margin: 0;
}

.fzp-nav__menu a {
	color: rgba(255, 248, 239, 0.9);
	font-size: 0.86rem;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.fzp-main {
	padding-bottom: 72px;
}

.fzp-hero {
	padding: 32px 0 20px;
}

.fzp-hero__grid {
	align-items: stretch;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
}

.fzp-hero__content,
.fzp-hero__visual,
.fzp-card,
.fzp-panel,
.fzp-post-card,
.fzp-content-shell {
	background: rgba(251, 248, 243, 0.95);
	border: 1px solid var(--fzp-line);
	border-radius: 22px;
	box-shadow: var(--fzp-shadow);
}

.fzp-hero__content {
	padding: 32px 34px;
}

.fzp-hero__visual {
	background: linear-gradient(180deg, #efe5d4 0%, #e4d5be 100%);
	color: var(--fzp-ink);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px;
}

.fzp-hero__visual-card {
	background: rgba(255, 248, 239, 0.8);
	border: 1px solid rgba(139, 94, 52, 0.18);
	border-radius: 18px;
	padding: 18px;
}

.fzp-hero__visual-card img {
	border-radius: 12px;
	display: block;
	width: 100%;
}

.fzp-hero__note {
	font-size: 0.98rem;
	line-height: 1.62;
	margin: 24px 0 0;
}

.fzp-eyebrow {
	color: var(--fzp-accent);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.fzp-hero h1 {
	font-size: clamp(1.8rem, 2.5vw, 2.55rem);
	line-height: 1.08;
	margin: 0 0 14px;
}

.fzp-section__heading h2,
.fzp-split h2 {
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.18;
	margin: 0 0 16px;
}

.fzp-content-shell h1 {
	font-size: clamp(1.65rem, 2.3vw, 2.3rem);
	line-height: 1.14;
	margin: 0 0 16px;
}

.fzp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 24px 0;
}

.fzp-hero__facts {
	color: var(--fzp-muted);
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fzp-hero__facts li::before {
	color: var(--fzp-accent);
	content: "•";
	display: inline-block;
	margin-right: 10px;
}

.fzp-section {
	padding: 28px 0;
}

.fzp-section--band {
	padding: 32px 0;
}

.fzp-section--tight {
	padding: 12px 0 24px;
}

.fzp-section--partners {
	padding-top: 18px;
}

.fzp-section--accent .fzp-panel--light {
	background: rgba(255, 248, 239, 0.18);
	border-color: rgba(255, 248, 239, 0.18);
	color: #fff8ef;
}

.fzp-section--accent {
	background: linear-gradient(90deg, #6e4623 0%, #8c6035 100%);
	color: #fff8ef;
	margin: 40px 0;
	padding: 54px 0;
}

.fzp-section__heading {
	margin-bottom: 28px;
	max-width: 760px;
}

.fzp-section__link {
	margin-top: 22px;
}

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

.fzp-card,
.fzp-panel {
	padding: 30px;
}

.fzp-card h3,
.fzp-panel h3,
.fzp-post-card h3 {
	font-size: 1.45rem;
	margin: 0 0 14px;
}

.fzp-card a,
.fzp-post-card a {
	font-weight: 700;
	text-decoration: none;
}

.fzp-split {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
}

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

.fzp-partners__content {
	max-width: 980px;
}

.fzp-partner-inline {
	align-items: center;
	background: rgba(248, 242, 234, 0.95);
	border: 1px solid var(--fzp-line);
	border-radius: 18px;
	display: flex;
	gap: 18px;
	margin-bottom: 22px;
	padding: 16px 18px;
}

.fzp-partner-inline img {
	display: block;
	flex: 0 0 auto;
	height: auto;
	max-width: 150px;
}

.fzp-partner-inline p {
	margin: 0;
}

.fzp-partners__logo-wall {
	display: grid;
	gap: 18px;
	grid-template-columns: 200px 1fr;
}

.fzp-partner-tile {
	align-items: center;
	background: rgba(251, 248, 243, 0.95);
	border: 1px solid var(--fzp-line);
	border-radius: 22px;
	box-shadow: var(--fzp-shadow);
	display: flex;
	justify-content: center;
	padding: 20px;
}

.fzp-partner-tile img {
	display: block;
	max-height: 160px;
	object-fit: contain;
	width: 100%;
}

.fzp-gallery__item {
	background: var(--fzp-surface);
	border: 1px solid var(--fzp-line);
	border-radius: 18px;
	margin: 0;
	overflow: hidden;
}

.fzp-gallery__item img {
	aspect-ratio: 4 / 3;
	display: block;
	object-fit: cover;
	width: 100%;
}

.fzp-gallery__item figcaption {
	padding: 18px;
}

.fzp-post-card {
	display: grid;
	grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
	overflow: hidden;
}

.fzp-post-card--no-image {
	grid-template-columns: 1fr;
}

.fzp-post-list {
	display: grid;
	gap: 20px;
}

.fzp-post-card__image img {
	aspect-ratio: 16 / 10;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fzp-post-card__body {
	padding: 22px 24px;
}

.fzp-post-card__body h2 {
	font-size: 1.35rem;
	margin: 0 0 12px;
}

.fzp-post-card__body h3 {
	font-size: 1.35rem;
	margin: 0 0 12px;
}

.fzp-post-card__meta,
.fzp-entry__meta {
	color: var(--fzp-muted);
	font-size: 0.92rem;
	margin: 0 0 10px;
}

.fzp-content-shell {
	margin-top: 34px;
	padding: 40px;
}

.fzp-entry__header {
	margin-bottom: 24px;
}

.fzp-entry__header--support {
	border-bottom: 1px solid var(--fzp-line);
	margin-bottom: 28px;
	padding-bottom: 18px;
}

.fzp-entry__header--support h1 {
	font-size: clamp(1.9rem, 3vw, 3rem);
	margin: 0;
}

.fzp-entry__content p,
.fzp-entry__content li {
	font-size: 1rem;
}

.fzp-entry__content h2 {
	margin-top: 1.8em;
}

.fzp-entry__content h3 {
	margin-top: 1.5em;
}

.fzp-support-hub {
	margin: 0 0 32px;
}

.fzp-support-hub__intro {
	margin-bottom: 24px;
	max-width: 760px;
}

.fzp-support-hub__intro--wide,
.fzp-support-hub__intro--wide .fzp-page-lead {
	max-width: none;
}

.fzp-page-lead {
	font-size: 1.12rem;
	line-height: 1.72;
	margin: 0;
	max-width: 900px;
}

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

.fzp-support-card {
	background: rgba(248, 242, 234, 0.95);
	border: 1px solid rgba(139, 94, 52, 0.22);
	border-radius: 18px;
	box-shadow: var(--fzp-shadow);
	color: inherit;
	display: block;
	padding: 22px;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.fzp-support-card:hover {
	border-color: rgba(139, 94, 52, 0.48);
	box-shadow: 0 18px 36px rgba(43, 31, 26, 0.12);
	transform: translateY(-2px);
}

.fzp-support-card h3 {
	font-size: 1.18rem;
	margin: 0 0 10px;
}

.fzp-support-card p {
	color: var(--fzp-muted);
	margin: 0;
}

.fzp-support-card__cta {
	color: var(--fzp-accent-strong);
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	margin-top: 18px;
	text-decoration: none;
}

.fzp-support-feature {
	align-items: center;
	background: linear-gradient(135deg, rgba(110, 70, 35, 0.96) 0%, rgba(140, 96, 53, 0.96) 100%);
	border: 1px solid rgba(140, 96, 53, 0.28);
	border-radius: 22px;
	box-shadow: var(--fzp-shadow);
	color: #fff8ef;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.35fr) auto;
	margin: 0 0 30px;
	padding: 28px 30px;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.fzp-support-feature:hover {
	box-shadow: 0 22px 42px rgba(43, 31, 26, 0.2);
	filter: saturate(1.04);
	transform: translateY(-2px);
}

.fzp-support-feature .fzp-eyebrow,
.fzp-support-feature h2,
.fzp-support-feature p {
	color: #fff8ef;
}

.fzp-support-feature h2 {
	font-size: clamp(1.45rem, 2.4vw, 2.15rem);
	line-height: 1.2;
	margin: 0 0 12px;
}

.fzp-support-feature p:last-child {
	margin-bottom: 0;
}

.fzp-support-feature__actions {
	text-align: right;
}

.fzp-support-feature__button {
	background: #fff8ef;
	border: 1px solid rgba(255, 248, 239, 0.9);
	border-radius: 999px;
	color: var(--fzp-accent-strong);
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	padding: 14px 24px;
}

.fzp-support-copy {
	margin: 4px 0 28px;
}

.fzp-support-copy__grid {
	display: grid;
	gap: 36px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fzp-support-copy h2 {
	font-size: clamp(1.5rem, 2.8vw, 2.3rem);
	margin: 0 0 16px;
}

.fzp-support-copy p {
	margin: 0;
}

.fzp-support-cta {
	margin: 0 0 28px;
}

.fzp-support-cta .fzp-panel p:last-child {
	margin-top: 20px;
}

.fzp-support-band {
	margin: 0 0 28px;
}

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

.fzp-step-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	margin-top: 18px;
}

.fzp-step {
	background: rgba(248, 242, 234, 0.95);
	border: 1px solid var(--fzp-line);
	border-radius: 18px;
	box-shadow: var(--fzp-shadow);
	padding: 22px;
}

.fzp-step__number {
	align-items: center;
	background: var(--fzp-accent);
	border-radius: 999px;
	color: #fff8ef;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	height: 34px;
	justify-content: center;
	margin-bottom: 14px;
	width: 34px;
}

.fzp-step h3 {
	font-size: 1.15rem;
	margin: 0 0 10px;
}

.fzp-step p {
	margin: 0;
}

.fzp-check-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fzp-check-list li {
	padding-left: 1.2em;
	position: relative;
}

.fzp-check-list li::before {
	color: var(--fzp-accent);
	content: "•";
	left: 0;
	position: absolute;
	top: 0;
}

.fzp-contact-topics > p {
	margin-bottom: 18px;
	max-width: 980px;
}

.fzp-contact-topics__list {
	columns: 2;
	column-gap: 40px;
}

.fzp-contact-topics__list li {
	break-inside: avoid;
	margin-bottom: 12px;
}

.fzp-contact-details {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.fzp-contact-details a {
	color: var(--fzp-accent-strong);
	display: inline-flex;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
}

.fzp-contact-details__mail {
	font-size: 1.28rem;
}

.fzp-contact-details__phone {
	font-size: 1.55rem;
	letter-spacing: 0.01em;
}

.fzp-about-visual {
	align-items: center;
	display: flex;
	justify-content: center;
}

.fzp-about-visual img {
	border-radius: 18px;
	display: block;
	max-width: 100%;
}

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

.fzp-person-card {
	background: rgba(248, 242, 234, 0.95);
	border: 1px solid var(--fzp-line);
	border-radius: 18px;
	box-shadow: var(--fzp-shadow);
	overflow: hidden;
}

.fzp-person-card img {
	aspect-ratio: 4 / 3;
	display: block;
	object-fit: cover;
	width: 100%;
}

.fzp-person-card__body {
	padding: 22px;
}

.fzp-person-card__role {
	color: var(--fzp-accent-strong);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.fzp-person-card h3 {
	font-size: 1.45rem;
	margin: 0 0 12px;
}

.fzp-person-card p:last-child {
	margin-bottom: 0;
}

.fzp-button--soft {
	background: rgba(139, 94, 52, 0.08);
	border-color: rgba(139, 94, 52, 0.18);
	color: var(--fzp-accent-strong);
}

.fzp-button--soft:hover {
	background: rgba(139, 94, 52, 0.14);
	border-color: rgba(139, 94, 52, 0.32);
	color: var(--fzp-accent-strong);
}

.fzp-pit-banner {
	background: linear-gradient(180deg, rgba(248, 242, 234, 0.96) 0%, rgba(243, 236, 227, 0.98) 100%);
	border: 1px solid var(--fzp-line);
	border-radius: 22px;
	box-shadow: var(--fzp-shadow);
	padding: 24px;
}

.fzp-pit-banner__grid {
	align-items: center;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.fzp-pit-banner__media img {
	border-radius: 18px;
	box-shadow: 0 18px 36px rgba(43, 31, 26, 0.18);
	display: block;
	width: 100%;
}

.fzp-pit-banner__body h2 {
	font-size: clamp(1.55rem, 2.8vw, 2.35rem);
	line-height: 1.2;
	margin: 0 0 14px;
}

.fzp-pit-banner__body p:last-of-type {
	margin-bottom: 22px;
}

.fzp-support-faq {
	margin-top: 8px;
}

.fzp-support-related {
	margin-top: 28px;
}

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

.fzp-faq-item {
	background: rgba(248, 242, 234, 0.72);
	border: 1px solid var(--fzp-line);
	border-radius: 18px;
	padding: 22px;
}

.fzp-faq-item h3 {
	font-size: 1.15rem;
	margin: 0 0 10px;
}

.fzp-faq-item p {
	margin: 0;
}

.fzp-donor-list,
.fzp-asset-list {
	margin: 0 0 1.2em 20px;
}

.fzp-donor-list {
	column-gap: 32px;
	columns: 2;
}

.fzp-entry__content ul,
.fzp-entry__content ol {
	margin: 0 0 22px 20px;
}

.fzp-entry__featured-image {
	margin-bottom: 24px;
}

.fzp-entry__featured-image img {
	border-radius: 18px;
	display: block;
}

.fzp-post-nav {
	display: flex;
	justify-content: space-between;
	margin-top: 28px;
}

.fzp-pagination {
	margin-top: 28px;
}

.fzp-footer {
	background: #201914;
	color: rgba(255, 248, 239, 0.8);
	padding: 54px 0 28px;
}

.fzp-footer a {
	color: #f4d3ae;
}

.fzp-footer__grid {
	display: grid;
	gap: 28px;
	grid-template-columns: 1.2fr 1fr 1fr;
}

.fzp-footer__title {
	color: #fff8ef;
	font-size: 1.2rem;
	margin-bottom: 14px;
}

.fzp-footer__bottom {
	border-top: 1px solid rgba(255, 248, 239, 0.12);
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	margin-top: 28px;
	padding-top: 18px;
}

.fzp-footer__partners {
	align-items: center;
	display: flex;
	gap: 18px;
	margin-top: 24px;
}

.fzp-footer__partners img {
	background: #fff;
	border-radius: 12px;
	display: block;
	padding: 8px 12px;
}

.fzp-footer__partners-label {
	color: #fff8ef;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 16px;
	}

	.container {
		width: calc(100% - 12px);
	}

	.fzp-header {
		position: static;
	}

	.fzp-main {
		padding-bottom: 30px;
	}

	.fzp-section {
		padding: 14px 0;
	}

	.fzp-hero__grid,
	.fzp-card-grid,
	.fzp-post-list,
	.fzp-gallery,
	.fzp-partners,
	.fzp-partners__logo-wall,
	.fzp-split,
	.fzp-pit-banner__grid,
	.fzp-support-hub__grid,
	.fzp-support-feature,
	.fzp-support-copy__grid,
	.fzp-people-grid,
	.fzp-support-band__grid,
	.fzp-step-grid,
	.fzp-faq-list,
	.fzp-footer__grid,
	.fzp-footer__bottom {
		display: block;
	}

	.fzp-header__inner {
		align-items: center;
		display: grid;
		gap: 10px 12px;
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 12px 0 10px;
	}

	.fzp-brand {
		align-items: center;
		display: flex;
		gap: 10px;
		min-width: 0;
	}

	.fzp-brand__logo img {
		height: 52px;
		max-width: none;
		object-fit: contain;
		width: auto;
	}

	.fzp-brand__text {
		min-width: 0;
	}

	.fzp-brand__title,
	.fzp-brand__title a {
		font-size: 0.98rem;
		line-height: 1.08;
	}

	.fzp-brand__tagline {
		font-size: 0.7rem;
		line-height: 1.2;
		margin-top: 2px;
	}

	.fzp-header__actions {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
		gap: 8px;
		justify-content: flex-end;
		min-width: 0;
	}

	.fzp-header__actions .fzp-button {
		flex: 0 1 auto;
		font-size: 0.8rem;
		line-height: 1.1;
		min-height: 38px;
		padding: 9px 12px;
		white-space: nowrap;
	}

	.fzp-header__actions .fzp-button:first-child {
		flex: 0 1 auto;
		font-size: 0.72rem;
		padding-left: 10px;
		padding-right: 10px;
	}

	.fzp-header__actions .fzp-button:last-child {
		flex: 0 1 auto;
	}

	.fzp-nav {
		padding: 0 0 10px;
	}

	.fzp-nav__toggle {
		align-items: center;
		background: transparent;
		border: 1px solid rgba(255, 248, 239, 0.28);
		border-radius: 999px;
		color: #fff8ef;
		display: inline-flex;
		font-family: inherit;
		font-size: 0.9rem;
		font-weight: 700;
		gap: 12px;
		justify-content: space-between;
		letter-spacing: 0.08em;
		padding: 10px 14px;
		text-transform: uppercase;
		width: 100%;
	}

	.fzp-nav__toggle-icon {
		display: inline-grid;
		gap: 4px;
	}

	.fzp-nav__toggle-icon span {
		background: #fff8ef;
		border-radius: 999px;
		display: block;
		height: 2px;
		width: 18px;
	}

	.fzp-nav__menu {
		background: rgba(255, 248, 239, 0.06);
		border: 1px solid rgba(255, 248, 239, 0.12);
		border-radius: 18px;
		display: none !important;
		margin-top: 12px;
		padding: 10px;
	}

	.fzp-nav--open .fzp-nav__menu {
		display: flex !important;
		flex-direction: column;
		gap: 4px;
	}

	.fzp-nav__menu li {
		margin: 0;
	}

	.fzp-nav__menu a {
		border-radius: 12px;
		display: block;
		padding: 11px 14px;
	}

	.fzp-nav__menu a:hover,
	.fzp-nav__menu a:focus {
		background: rgba(255, 248, 239, 0.08);
	}

	.fzp-footer__partners {
		display: block;
	}

	.fzp-footer__partners img {
		margin-top: 12px;
	}

	.fzp-nav__menu > li,
	.fzp-card-grid > *,
	.fzp-post-list > *,
	.fzp-gallery > *,
	.fzp-support-hub__grid > *,
	.fzp-support-band__grid > *,
	.fzp-step-grid > *,
	.fzp-faq-list > *,
	.fzp-footer__grid > * {
		margin-bottom: 16px;
	}

	.fzp-section__heading,
	.fzp-support-hub__intro,
	.fzp-page-lead,
	.fzp-partners__content {
		max-width: none;
	}

	.fzp-hero__content,
	.fzp-hero__visual,
	.fzp-card,
	.fzp-panel,
	.fzp-pit-banner,
	.fzp-post-card,
	.fzp-content-shell {
		border-radius: 16px;
		box-sizing: border-box;
		padding: 16px;
		width: 100%;
	}

	.fzp-content-shell h1,
	.fzp-hero__content h1 {
		font-size: clamp(1.75rem, 8vw, 2.35rem);
		line-height: 1.08;
	}

	.fzp-panel h2,
	.fzp-card h3,
	.fzp-post-card__body h2,
	.fzp-post-card__body h3 {
		font-size: clamp(1.35rem, 7vw, 1.9rem);
		line-height: 1.12;
	}

	.fzp-page-lead,
	.fzp-content-shell p,
	.fzp-panel p,
	.fzp-panel li,
	.fzp-card p,
	.fzp-post-card p,
	.fzp-support-card p {
		font-size: 1.02rem;
		line-height: 1.58;
	}

	.fzp-post-card {
		display: block;
	}

	.fzp-gallery__item figcaption {
		padding: 14px;
	}

	.fzp-partner-inline {
		display: block;
	}

	.fzp-partner-inline img {
		margin-bottom: 12px;
		max-width: 140px;
	}

	.fzp-post-card__image {
		margin: -16px -16px 14px;
	}

	.fzp-post-card__body {
		padding: 0;
	}

	.fzp-pit-banner__media {
		margin: -16px -16px 0;
	}

	.fzp-pit-banner__media img {
		border-radius: 16px 16px 0 0;
	}

	.fzp-support-feature__actions {
		margin-top: 12px;
		text-align: left;
	}

	.fzp-content-shell {
		margin-top: 14px;
		padding: 14px;
	}

	.fzp-entry__header,
	.fzp-entry__header--support {
		margin-bottom: 18px;
		padding-bottom: 14px;
	}

	.fzp-entry__header--support h1 {
		font-size: clamp(1.7rem, 7vw, 2.15rem);
	}

	.fzp-donor-list {
		columns: 1;
	}

	.fzp-contact-topics__list {
		columns: 1;
	}

	.fzp-contact-details a {
		display: block;
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.fzp-contact-details__mail {
		font-size: clamp(1rem, 5.3vw, 1.28rem);
	}

	.fzp-contact-details__phone {
		font-size: clamp(1.18rem, 6vw, 1.55rem);
	}
}

@media screen and (max-width: 575px) {
	.container {
		width: calc(100% - 8px);
	}

	.fzp-brand__logo img {
		height: 46px;
		max-width: none;
		object-fit: contain;
		width: auto;
	}

	.fzp-brand__title,
	.fzp-brand__title a {
		font-size: 0.88rem;
	}

	.fzp-brand__tagline {
		display: none;
	}

	.fzp-header__actions {
		gap: 6px;
	}

	.fzp-header__actions .fzp-button {
		font-size: 0.72rem;
		min-height: 34px;
		padding: 8px 10px;
	}

	.fzp-header__actions .fzp-button:first-child {
		font-size: 0.66rem;
	}

	.fzp-nav__toggle {
		font-size: 0.82rem;
		padding: 9px 12px;
	}

	.fzp-content-shell,
	.fzp-hero__content,
	.fzp-hero__visual,
	.fzp-card,
	.fzp-panel,
	.fzp-pit-banner,
	.fzp-post-card,
	.fzp-support-card {
		border-radius: 14px;
		padding: 14px;
	}

	.fzp-post-card__image {
		margin: -14px -14px 12px;
	}

	.fzp-pit-banner__media {
		margin: -14px -14px 0;
	}

	.fzp-pit-banner__media img {
		border-radius: 14px 14px 0 0;
	}
}
