:root {
	--color-ink: #10231f;
	--color-muted: #5d6d68;
	--color-soft: #f3f7f4;
	--color-soft-2: #e9f4ef;
	--color-white: #ffffff;
	--color-green: #059669;
	--color-green-dark: #047857;
	--color-green-deep: #063f32;
	--color-slate: #172421;
	--color-amber: #f59e0b;
	--color-border: #dbe7e1;
	--shadow: 0 18px 45px rgba(16, 35, 31, 0.13);
	--radius: 8px;
	--container: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--color-ink);
	background: var(--color-white);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
}

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

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

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

p {
	margin: 0 0 1rem;
	color: var(--color-muted);
}

h1,
h2,
h3,
h4 {
	margin: 0;
	color: var(--color-ink);
	line-height: 1.12;
	font-weight: 800;
	letter-spacing: 0;
}

h1 {
	font-size: clamp(2.35rem, 5vw, 4.7rem);
	max-width: 12ch;
}

h2 {
	font-size: clamp(1.9rem, 3.4vw, 3.1rem);
	max-width: 15ch;
}

h3 {
	font-size: 1.15rem;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

button,
input,
textarea,
select {
	font: inherit;
}

:focus-visible {
	outline: 3px solid rgba(5, 150, 105, 0.35);
	outline-offset: 3px;
}

.container {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

.skip-link,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed;
	z-index: 10000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	color: var(--color-white);
	background: var(--color-green-deep);
	border-radius: var(--radius);
}

.icon {
	width: 1.1em;
	height: 1.1em;
	flex: 0 0 auto;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 46px;
	padding: 12px 18px;
	border-radius: var(--radius);
	border: 1px solid transparent;
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
	white-space: normal;
}

.button:hover {
	transform: translateY(-1px);
}

.button--primary {
	background: var(--color-green);
	color: var(--color-white);
	box-shadow: 0 10px 24px rgba(5, 150, 105, 0.24);
}

.button--primary:hover {
	background: var(--color-green-dark);
	color: var(--color-white);
}

.button--secondary {
	background: var(--color-white);
	color: var(--color-green-deep);
	border-color: var(--color-border);
}

.button--secondary:hover {
	border-color: var(--color-green);
	color: var(--color-green-dark);
}

.button--light {
	background: var(--color-white);
	color: var(--color-green-deep);
}

.button--light:hover {
	background: var(--color-soft-2);
	color: var(--color-green-deep);
}

.button--large {
	min-height: 56px;
	padding: 16px 22px;
	font-size: 1.04rem;
}

.button--header {
	background: var(--color-green);
	color: var(--color-white);
	padding-inline: 16px;
}

.button--header:hover {
	background: var(--color-green-dark);
	color: var(--color-white);
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: var(--color-green-dark);
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
}

.eyebrow::before {
	content: "";
	width: 34px;
	height: 2px;
	background: var(--color-amber);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--color-white);
	box-shadow: 0 8px 30px rgba(16, 35, 31, 0.08);
}

.top-strip {
	background: var(--color-green-deep);
	color: var(--color-white);
}

.top-strip__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 42px;
	font-size: 0.92rem;
	font-weight: 700;
}

.top-strip__text {
	color: rgba(255, 255, 255, 0.86);
}

.top-strip__phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--color-white);
	white-space: nowrap;
}

.main-nav-wrap {
	background: var(--color-white);
}

.main-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 78px;
	gap: 18px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	color: var(--color-ink);
}

.custom-logo {
	max-height: 54px;
	width: auto;
}

.brand--custom .custom-logo-link {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.brand__mark {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: var(--radius);
	background: var(--color-green);
	color: var(--color-white);
}

.brand__mark .icon {
	width: 28px;
	height: 28px;
}

.brand__copy {
	display: grid;
	min-width: 0;
}

.brand__name {
	font-size: 1.28rem;
	font-weight: 900;
	line-height: 1.05;
}

.brand__line {
	color: var(--color-muted);
	font-size: 0.76rem;
	font-weight: 700;
}

.primary-navigation {
	display: flex;
	align-items: center;
	gap: 18px;
}

.nav-list {
	display: flex;
	align-items: center;
	gap: 4px;
}

.nav-list a {
	display: inline-flex;
	padding: 10px 12px;
	border-radius: var(--radius);
	color: var(--color-ink);
	font-weight: 750;
	font-size: 0.95rem;
}

.nav-list a:hover {
	background: var(--color-soft);
	color: var(--color-green-dark);
}

.menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: var(--color-white);
	color: var(--color-green-deep);
	cursor: pointer;
}

.menu-toggle__close {
	display: none;
}

.menu-toggle.is-open .menu-toggle__open {
	display: none;
}

.menu-toggle.is-open .menu-toggle__close {
	display: inline-flex;
}

.hero {
	position: relative;
	overflow: hidden;
	min-height: min(670px, calc(100vh - 118px));
	padding: 92px 0 82px;
	background: var(--color-slate);
	display: flex;
	align-items: center;
}

.hero__background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(6, 63, 50, 0.92) 0%, rgba(6, 63, 50, 0.74) 45%, rgba(6, 63, 50, 0.18) 100%),
		linear-gradient(0deg, rgba(16, 35, 31, 0.34), rgba(16, 35, 31, 0.08));
}

.hero__inner {
	position: relative;
	z-index: 1;
	color: var(--color-white);
}

.hero > .container.hero__inner {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

.hero .eyebrow,
.hero h1 {
	color: var(--color-white);
}

.hero__lead {
	max-width: 680px;
	margin-top: 22px;
	font-size: 1.17rem;
	color: rgba(255, 255, 255, 0.84);
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.trust-list {
	display: grid;
	gap: 10px;
}

.trust-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--color-ink);
	font-weight: 750;
}

.trust-list .icon {
	margin-top: 5px;
	color: var(--color-green);
}

.hero__trust {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
	max-width: 720px;
}

.rounded-media {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.hero__trust li {
	color: var(--color-white);
}

.hero__trust .icon {
	color: #70e6bd;
}

.hero__diagnostic {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	max-width: 680px;
	margin-top: 24px;
	padding: 12px 14px;
	border-radius: var(--radius);
	color: var(--color-white);
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-weight: 800;
}

.proof-strip {
	background: var(--color-green-deep);
	color: var(--color-white);
}

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

.proof-strip__grid > div {
	padding: 22px 20px;
	background: rgba(255, 255, 255, 0.04);
}

.proof-strip strong {
	display: block;
	color: var(--color-white);
	font-size: 1.02rem;
}

.proof-strip span {
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.92rem;
}

.section {
	padding: 86px 0;
}

.section--muted {
	background: var(--color-soft);
}

.section--intro {
	padding: 70px 0;
}

.section--dark {
	background: var(--color-slate);
	color: var(--color-white);
}

.section--dark h2,
.section--dark h3,
.section--dark p,
.section--dark strong {
	color: var(--color-white);
}

.section--dark p {
	color: rgba(255, 255, 255, 0.74);
}

.section-heading {
	max-width: 760px;
	margin-bottom: 38px;
}

.section-heading h2 {
	max-width: 18ch;
}

.section-heading p:not(.eyebrow) {
	max-width: 690px;
	margin-top: 16px;
	font-size: 1.05rem;
}

.section-heading--light .eyebrow {
	color: #70e6bd;
}

.split {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
	gap: 54px;
}

.split--center {
	align-items: center;
}

.split--media {
	align-items: center;
	grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
}

.split--reverse {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
}

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

.service-card,
.post-card,
.sidebar-cta,
.empty-state {
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: var(--color-white);
	box-shadow: 0 10px 26px rgba(16, 35, 31, 0.06);
}

.service-card {
	padding: 24px;
}

.service-card__icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 18px;
	border-radius: var(--radius);
	color: var(--color-green);
	background: var(--color-soft-2);
}

.service-card h3 {
	margin-bottom: 12px;
}

.service-card p {
	margin-bottom: 0;
}

.service-card--cta {
	background: var(--color-green-deep);
	border-color: var(--color-green-deep);
}

.service-card--cta h3,
.service-card--cta p,
.service-card--cta a {
	color: var(--color-white);
}

.service-card--cta .service-card__icon {
	color: var(--color-green-deep);
	background: var(--color-white);
}

.service-card--cta a {
	display: inline-flex;
	margin-top: 14px;
	font-weight: 900;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.media-stack {
	position: relative;
}

.rounded-media--square {
	aspect-ratio: 1 / 1;
}

.quality-badge {
	position: absolute;
	left: 18px;
	bottom: 18px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	max-width: calc(100% - 36px);
	padding: 12px 14px;
	border-radius: var(--radius);
	background: var(--color-white);
	border: 1px solid var(--color-border);
	box-shadow: 0 14px 32px rgba(16, 35, 31, 0.18);
	font-weight: 900;
}

.quality-badge .icon {
	color: var(--color-green);
}

.quality-badge--green {
	background: var(--color-green);
	border-color: var(--color-green);
	color: var(--color-white);
}

.quality-badge--green .icon {
	color: var(--color-white);
}

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

.check-grid li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: var(--color-white);
	font-weight: 750;
}

.check-grid .icon {
	color: var(--color-green);
}

.text-link {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	color: var(--color-green-dark);
	font-weight: 900;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.text-link span {
	color: var(--color-ink);
}

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

.process-grid article {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.05);
}

.process-grid span {
	display: inline-flex;
	margin-bottom: 24px;
	color: #70e6bd;
	font-size: 0.94rem;
	font-weight: 900;
}

.process-grid h3 {
	margin-bottom: 12px;
}

.inline-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 30px;
	padding: 18px;
	border-radius: var(--radius);
}

.inline-cta--dark {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.cause-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.74fr);
	gap: 42px;
	align-items: stretch;
}

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

.cause-list article {
	padding: 24px;
	border-left: 4px solid var(--color-green);
	background: var(--color-soft);
	border-radius: var(--radius);
}

.cause-list h3 {
	margin-bottom: 12px;
}

.cause-media {
	position: relative;
}

.cause-media .rounded-media {
	height: 100%;
	min-height: 430px;
	object-fit: cover;
}

.cause-media__caption {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	display: flex;
	gap: 10px;
	padding: 14px;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--color-border);
	font-weight: 800;
}

.cause-media__caption .icon {
	margin-top: 5px;
	color: var(--color-amber);
}

.city-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 24px 0;
}

.city-cloud span {
	display: inline-flex;
	padding: 8px 12px;
	border-radius: var(--radius);
	background: var(--color-white);
	border: 1px solid var(--color-border);
	color: var(--color-ink);
	font-weight: 800;
}

.badge-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
}

.badge-grid div {
	padding: 18px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: var(--color-soft);
}

.badge-grid strong,
.badge-grid span {
	display: block;
}

.badge-grid span {
	color: var(--color-muted);
	font-size: 0.94rem;
}

.section--cta {
	padding: 54px 0;
}

.cta-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.cta-panel h2 {
	max-width: 21ch;
}

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

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

.post-card {
	overflow: hidden;
}

.post-card__media {
	display: block;
}

.post-card__image {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.post-card__body {
	padding: 22px;
}

.post-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
	color: var(--color-muted);
	font-size: 0.86rem;
	font-weight: 750;
}

.post-card h3 {
	margin-bottom: 12px;
	font-size: 1.2rem;
}

.post-card p {
	margin-bottom: 14px;
}

.faq-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	align-items: start;
}

.faq-layout > div:first-child {
	max-width: 760px;
}

.faq-layout h2 {
	max-width: 18ch;
	font-size: clamp(2rem, 3.1vw, 3.2rem);
	overflow-wrap: anywhere;
}

.faq-list {
	display: grid;
	gap: 12px;
	width: min(100%, 980px);
}

.faq-list details {
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: var(--color-white);
	overflow: hidden;
}

.faq-list summary {
	cursor: pointer;
	padding: 18px 20px;
	color: var(--color-ink);
	font-weight: 900;
}

.faq-list summary::marker {
	color: var(--color-green);
}

.faq-list details[open] summary {
	border-bottom: 1px solid var(--color-border);
}

.faq-list p {
	padding: 18px 20px 20px;
	margin: 0;
}

.site-footer {
	background: var(--color-slate);
	color: var(--color-white);
}

.footer-cta {
	background: var(--color-green);
}

.footer-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
	gap: 36px;
	align-items: center;
	padding: 46px 0;
}

.footer-cta .eyebrow,
.footer-cta h2,
.footer-cta p {
	color: var(--color-white);
}

.footer-cta .eyebrow::before {
	background: var(--color-white);
}

.footer-cta h2 {
	max-width: 24ch;
}

.footer-cta p {
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.82);
}

.footer-cta__actions {
	display: grid;
	gap: 10px;
	justify-items: start;
}

.footer-cta__note {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.92rem;
}

.footer-main {
	padding: 56px 0;
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(190px, 0.5fr) minmax(240px, 0.7fr);
	gap: 46px;
}

.footer-main h3 {
	margin-bottom: 16px;
	color: var(--color-white);
}

.footer-main p,
.footer-main li,
.footer-main span {
	color: rgba(255, 255, 255, 0.72);
}

.brand--footer {
	margin-bottom: 18px;
	color: var(--color-white);
}

.brand--footer .brand__line {
	color: rgba(255, 255, 255, 0.7);
}

.trust-list--footer {
	margin-top: 20px;
}

.trust-list--footer li {
	color: rgba(255, 255, 255, 0.82);
}

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

.footer-links a,
.footer-contact a {
	color: rgba(255, 255, 255, 0.82);
}

.footer-links a:hover,
.footer-contact a:hover {
	color: var(--color-white);
}

.footer-contact {
	display: grid;
	gap: 10px;
	font-style: normal;
}

.footer-contact strong {
	color: var(--color-white);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 70px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.9rem;
}

.footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
}

.footer-bottom nav {
	display: flex;
	gap: 18px;
}

.footer-bottom a {
	color: rgba(255, 255, 255, 0.74);
}

.page-hero {
	padding: 74px 0;
	background: var(--color-soft);
}

.page-hero--compact {
	padding: 58px 0;
}

.page-hero h1 {
	max-width: 16ch;
}

.page-hero p:not(.eyebrow) {
	max-width: 680px;
	margin-top: 16px;
	font-size: 1.08rem;
}

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

.posts-list {
	min-width: 0;
}

.sidebar-cta {
	position: sticky;
	top: 138px;
	padding: 24px;
}

.sidebar-cta > .icon {
	width: 42px;
	height: 42px;
	margin-bottom: 14px;
	color: var(--color-green);
}

.sidebar-cta h2 {
	margin-bottom: 12px;
	font-size: 1.45rem;
}

.empty-state {
	padding: 34px;
}

.pagination,
.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 26px;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: var(--color-white);
	font-weight: 800;
}

.page-numbers.current {
	background: var(--color-green);
	color: var(--color-white);
	border-color: var(--color-green);
}

.single-hero {
	background: var(--color-soft);
}

.single-hero__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	align-items: start;
}

.single-hero h1 {
	max-width: 100%;
	font-size: clamp(2.15rem, 4vw, 4rem);
	overflow-wrap: anywhere;
}

.single-hero__grid > * {
	min-width: 0;
}

.single-hero__media {
	width: min(100%, 860px);
}

.single-hero__media .rounded-media {
	aspect-ratio: 16 / 7.5;
}

.single-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
	color: var(--color-muted);
	font-weight: 800;
}

.entry-content {
	min-width: 0;
}

.entry-content > * {
	max-width: 760px;
}

.entry-content > h2,
.entry-content > h3,
.entry-content > h4 {
	margin-top: 2rem;
	margin-bottom: 0.9rem;
}

.entry-content p,
.entry-content li {
	color: #3f514b;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.4rem;
	margin: 1rem 0;
}

.entry-content ul {
	list-style: disc;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content a {
	color: var(--color-green-dark);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.entry-content img {
	border-radius: var(--radius);
}

.narrow-content {
	max-width: 820px;
}

.legal-page {
	padding: 34px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: var(--color-white);
	box-shadow: 0 10px 26px rgba(16, 35, 31, 0.06);
}

.legal-page h2:first-of-type {
	margin-top: 0;
}

.legal-page strong {
	color: var(--color-ink);
}

.city-hero {
	position: relative;
	overflow: hidden;
	min-height: min(590px, calc(100vh - 118px));
	padding: 82px 0 74px;
	background: var(--color-slate);
	display: flex;
	align-items: center;
}

.city-hero__background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.city-hero__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(6, 63, 50, 0.93) 0%, rgba(6, 63, 50, 0.78) 52%, rgba(6, 63, 50, 0.22) 100%),
		linear-gradient(0deg, rgba(16, 35, 31, 0.3), rgba(16, 35, 31, 0.08));
}

.city-hero__inner {
	position: relative;
	z-index: 1;
	color: var(--color-white);
}

.city-hero > .container.city-hero__inner {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

.city-hero .eyebrow,
.city-hero h1,
.city-hero p {
	color: var(--color-white);
}

.city-hero h1 {
	max-width: 15ch;
	font-size: clamp(2.15rem, 4.5vw, 4.1rem);
	overflow-wrap: anywhere;
	hyphens: auto;
}

.city-hero__text {
	max-width: 720px;
	margin-top: 20px;
}

.city-hero__text p {
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.12rem;
}

.city-overview__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 28px;
	align-items: start;
}

.city-content-card,
.city-side-card,
.city-feature-grid article {
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: var(--color-white);
	box-shadow: 0 10px 26px rgba(16, 35, 31, 0.06);
}

.city-content-card {
	padding: 30px;
}

.city-content-card h2 {
	max-width: 20ch;
}

.city-generated-content {
	margin-top: 18px;
}

.city-generated-content > * {
	max-width: 760px;
}

.city-side-card {
	position: sticky;
	top: 138px;
	padding: 24px;
}

.city-side-card > .icon {
	width: 42px;
	height: 42px;
	margin-bottom: 14px;
	color: var(--color-green);
}

.city-side-card h2 {
	margin-bottom: 12px;
	font-size: 1.4rem;
}

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

.city-feature-grid article {
	padding: 24px;
}

.city-feature-grid article > span {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 18px;
	border-radius: var(--radius);
	color: var(--color-green);
	background: var(--color-soft-2);
}

.city-feature-grid h2 {
	margin-bottom: 12px;
	font-size: 1.4rem;
	max-width: 100%;
}

.city-feature-grid p:last-child,
.city-generated-content p:last-child {
	margin-bottom: 0;
}

.city-faq h2 {
	max-width: 24ch;
}

.search-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.search-field {
	min-height: 48px;
	min-width: min(100%, 320px);
	padding: 10px 14px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	background: var(--color-white);
}

.search-submit {
	min-height: 48px;
	padding: 10px 16px;
	border: 0;
	border-radius: var(--radius);
	background: var(--color-green);
	color: var(--color-white);
	font-weight: 800;
	cursor: pointer;
}

@media (max-width: 1080px) {
	.primary-navigation {
		gap: 10px;
	}

	.nav-list a {
		padding-inline: 9px;
		font-size: 0.9rem;
	}

	.split,
	.split--media,
	.split--reverse,
	.cause-layout,
	.city-overview__grid,
	.single-hero__grid {
		grid-template-columns: 1fr;
	}

	.hero h1 {
		max-width: 14ch;
	}

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

	.cause-media .rounded-media {
		min-height: 320px;
	}

	.city-side-card {
		position: static;
	}
}

@media (max-width: 860px) {
	.top-strip__inner {
		justify-content: center;
		text-align: center;
		flex-wrap: wrap;
		padding: 8px 0;
	}

	.top-strip__text {
		width: 100%;
	}

	.main-nav {
		min-height: 70px;
	}

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

	.primary-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		padding: 18px 16px 22px;
		background: var(--color-white);
		border-top: 1px solid var(--color-border);
		box-shadow: 0 20px 35px rgba(16, 35, 31, 0.12);
	}

	.primary-navigation.is-open {
		display: grid;
		gap: 14px;
	}

	.nav-list {
		display: grid;
		gap: 4px;
	}

	.nav-list a {
		width: 100%;
		padding: 12px;
	}

	.button--header {
		width: 100%;
	}

	.hero {
		padding: 54px 0 52px;
		min-height: 620px;
	}

	.city-hero {
		padding: 58px 0 54px;
		min-height: 560px;
	}

	.hero__trust,
	.service-grid,
	.blog-grid,
	.blog-grid--archive,
	.faq-layout,
	.city-feature-grid,
	.footer-cta__inner,
	.footer-grid,
	.content-layout {
		grid-template-columns: 1fr;
	}

	.sidebar-cta {
		position: static;
	}

	.cta-panel,
	.footer-bottom__inner,
	.inline-cta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 620px) {
	body {
		font-size: 15px;
	}

	.container {
		width: min(100% - 24px, var(--container));
	}

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

	.brand__name {
		font-size: 1.08rem;
	}

	.brand__line {
		font-size: 0.7rem;
	}

	h1 {
		font-size: 2.2rem;
	}

	h2 {
		font-size: 1.8rem;
	}

	.section {
		padding: 60px 0;
	}

	.hero__actions .button,
	.faq-layout .button,
	.cta-panel .button,
	.footer-cta__actions .button {
		width: 100%;
	}

	.hero {
		min-height: auto;
		padding: 48px 0 44px;
	}

	.city-hero {
		min-height: auto;
		padding: 46px 0 42px;
	}

	.city-hero h1 {
		max-width: 100%;
		font-size: clamp(1.9rem, 10.5vw, 2.55rem);
		line-height: 1.08;
	}

	.city-hero__text p {
		font-size: 1rem;
	}

	.hero__diagnostic {
		align-items: flex-start;
	}

	.city-content-card,
	.city-side-card,
	.city-feature-grid article {
		padding: 20px;
	}

	.proof-strip__grid,
	.process-grid,
	.cause-list,
	.check-grid,
	.badge-grid {
		grid-template-columns: 1fr;
	}

	.proof-strip__grid > div {
		padding: 18px 16px;
	}

	.cause-media__caption,
	.quality-badge {
		position: static;
		margin-top: 12px;
		max-width: none;
	}

	.footer-bottom nav {
		flex-wrap: wrap;
	}
}
