.header-main {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(15, 92, 74, 0.08);
}

.admin-bar .header-main {
	top: 32px;
}

.header-main .header-utility {
	background: #0f5c4a;
	color: #f7f4eb;
	font-size: 13px;
}

.header-main .header-utility a {
	color: #f7f4eb;
	text-decoration: none;
}

.header-main .header-utility p {
	margin: 0;
}

.header-main .header-content {
	padding-top: 16px;
	padding-bottom: 16px;
}

.header-main .header-left .custom-logo {
	max-height: 86px;
	width: auto;
}

.header-main .header-right .wp-block-navigation {
	gap: 8px 14px;
}

.header-main .header-right .wp-block-navigation-item__content {
	padding: 8px 0;
	font-size: 14px;
}

.header-main .header-right .wp-block-navigation__submenu-container {
	min-width: 250px;
	padding: 12px 0;
}

.header-main .header-right .wp-block-button__link {
	padding: 10px 18px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.site-main {
	position: relative;
	z-index: 1;
}

.tuwp-hero {
	padding-top: 56px;
	padding-bottom: 72px;
}

.tuwp-hero .tuwp-hero-copy {
	padding: 40px;
	border: 1px solid rgba(15, 92, 74, 0.12);
	border-radius: 24px;
	background: linear-gradient(180deg, #f7f4eb 0%, #ffffff 100%);
}

.tuwp-hero .tuwp-eyebrow,
.tuwp-section .tuwp-eyebrow {
	margin-bottom: 12px;
	color: #c79a2b;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tuwp-hero .wp-block-heading {
	font-size: clamp(2.4rem, 4vw, 4.3rem);
	line-height: 1.05;
}

.tuwp-hero .wp-block-image img {
	min-height: 520px;
	border-radius: 24px;
	object-fit: cover;
}

.tuwp-card-grid .wp-block-column,
.tuwp-impact-grid .wp-block-column,
.tuwp-feature-grid .wp-block-column {
	height: 100%;
}

.tuwp-card,
.tuwp-stat-card,
.tuwp-highlight-card {
	height: 100%;
	padding: 28px;
	border: 1px solid rgba(15, 92, 74, 0.12);
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(15, 92, 74, 0.05);
}

.tuwp-card h3,
.tuwp-highlight-card h3 {
	margin-top: 0;
}

.tuwp-stat-card .tuwp-stat-number {
	margin: 0;
	color: #0f5c4a;
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 700;
	line-height: 1;
}

.tuwp-stat-card .tuwp-stat-label {
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 600;
}

.tuwp-section {
	padding-top: 32px;
	padding-bottom: 32px;
}

.tuwp-section + .tuwp-section {
	margin-top: 24px;
}

.tuwp-section-image img,
.tuwp-impact-image img {
	border-radius: 22px;
	object-fit: cover;
}

.tuwp-footer-links p,
.tuwp-footer-meta p {
	margin-top: 0;
	margin-bottom: 10px;
}

.footer .wp-block-site-logo img {
	max-height: 90px;
	width: auto;
}

.footer-bottom a {
	text-decoration: none;
}

@media (max-width: 1024px) {
	.header-main .header-content {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.tuwp-hero .tuwp-hero-copy {
		padding: 32px;
	}
}

@media (max-width: 781px) {
	.admin-bar .header-main {
		top: 0;
	}

	.header-main .header-left,
	.header-main .header-right {
		flex-basis: 100% !important;
	}

	.header-main .header-right .wp-block-group {
		justify-content: space-between !important;
	}

	.header-main .header-left {
		margin-bottom: 12px;
	}

	.tuwp-hero {
		padding-top: 32px;
		padding-bottom: 48px;
	}

	.tuwp-hero .tuwp-hero-copy {
		padding: 24px;
	}

	.tuwp-hero .wp-block-image img {
		min-height: 320px;
	}

	.tuwp-card,
	.tuwp-stat-card,
	.tuwp-highlight-card {
		padding: 22px;
	}
}
