:root {
	--color-ink: #102033;
	--color-muted: #5e6b78;
	--color-blue: #124f78;
	--color-blue-deep: #0d3048;
	--color-green: #49a96d;
	--color-green-deep: #1f7a49;
	--color-gold: #d99a22;
	--color-cream: #f7f6f1;
	--color-soft: #eef5f4;
	--color-white: #ffffff;
	--color-border: #dce6e8;
	--shadow: 0 18px 48px rgba(16, 32, 51, 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-deep);
}

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

h1,
h2,
h3,
h4 {
	margin: 0;
	color: var(--color-ink);
	font-weight: 850;
	line-height: 1.12;
	letter-spacing: 0;
	overflow-wrap: anywhere;
	hyphens: auto;
}

h1 {
	font-size: 4rem;
	max-width: 12ch;
}

h2 {
	font-size: 2.6rem;
	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(73, 169, 109, 0.38);
	outline-offset: 3px;
}

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

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

.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-blue-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: 999px;
	border: 1px solid transparent;
	font-weight: 850;
	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 span,
.button .icon {
	color: currentColor;
}

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

.button--primary {
	background: var(--color-green);
	color: var(--color-white);
	box-shadow: 0 12px 25px rgba(31, 122, 73, 0.24);
}

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

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

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

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

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

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

.button--header {
	background: var(--color-blue);
	color: var(--color-white);
	min-height: 42px;
	padding: 10px 16px;
	min-width: 178px;
	white-space: nowrap;
	border-radius: 999px;
}

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

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

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

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

.top-strip {
	background: var(--color-blue-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: 800;
}

.top-strip__inner span {
	color: rgba(255, 255, 255, 0.88);
}

.top-strip__inner a {
	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;
	gap: 24px;
	min-height: 78px;
}

.brand {
	display: inline-flex;
	align-items: center;
	width: min(310px, 58vw);
}

.brand .custom-logo-link {
	display: inline-flex;
	width: 100%;
}

.brand img,
.custom-logo {
	width: 100%;
	max-height: 54px;
	object-fit: contain;
	object-position: left center;
}

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

.nav-list {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 0.95rem;
	font-weight: 800;
}

.nav-list a {
	color: var(--color-ink);
}

.menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	line-height: 0;
	color: var(--color-blue-deep);
	background: var(--color-soft);
	border: 1px solid var(--color-border);
	border-radius: 999px;
	cursor: pointer;
}

.menu-toggle__open,
.menu-toggle__close {
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 0;
}

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

.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;
	background:
		linear-gradient(135deg, rgba(18, 79, 120, 0.08), rgba(73, 169, 109, 0.08)),
		var(--color-cream);
}

.hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
	gap: 54px;
	align-items: center;
	min-height: 660px;
	padding: 76px 0 70px;
}

.hero__content {
	position: relative;
	z-index: 2;
}

.hero__lead {
	max-width: 640px;
	margin: 22px 0 0;
	font-size: 1.18rem;
	color: #415262;
}

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

.hero__trust {
	margin-top: 28px;
}

.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: 4px;
	color: var(--color-green-deep);
}

.hero__visual {
	position: relative;
	align-self: stretch;
	min-height: 460px;
}

.hero__image-wrap {
	position: absolute;
	inset: 24px 0 54px 22px;
	overflow: hidden;
	border-radius: 28px 8px 28px 8px;
	box-shadow: var(--shadow);
	background: var(--color-white);
}

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

.hero__worker-card,
.experience-overlay {
	position: absolute;
	right: 24px;
	bottom: 10px;
	display: flex;
	align-items: center;
	gap: 12px;
	width: min(330px, calc(100% - 48px));
	padding: 16px 18px;
	color: var(--color-white);
	background: var(--color-blue-deep);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	font-weight: 850;
}

.hero__worker-card .icon,
.experience-overlay .icon {
	color: var(--color-gold);
}

.section {
	padding: 88px 0;
}

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

.section--dark,
.section--cta {
	background: var(--color-blue-deep);
	color: var(--color-white);
}

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

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

.section-heading {
	max-width: 720px;
	margin-bottom: 34px;
}

.section-heading h2 {
	max-width: 680px;
}

.section-heading p {
	max-width: 700px;
	margin-top: 14px;
}

.section-heading--light .eyebrow {
	color: #8ee0ad;
}

.section-heading--light .eyebrow::before {
	background: var(--color-gold);
}

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

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

.proof-strip__grid > div {
	min-height: 116px;
	padding: 24px 22px;
	background: rgba(255, 255, 255, 0.06);
}

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

.proof-strip span {
	display: block;
	margin-top: 5px;
	color: rgba(255, 255, 255, 0.72);
}

.split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
	align-items: center;
}

.split--reverse > :first-child {
	order: 2;
}

.media-stack {
	position: relative;
}

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

.experience-overlay {
	right: -18px;
	bottom: 22px;
	align-items: flex-start;
	flex-direction: column;
	gap: 4px;
}

.experience-overlay span {
	color: rgba(255, 255, 255, 0.78);
	font-weight: 650;
}

.experience-overlay--light {
	background: var(--color-white);
	color: var(--color-ink);
}

.experience-overlay--light span {
	color: var(--color-muted);
}

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

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

.check-grid .icon {
	margin-top: 4px;
	color: var(--color-green-deep);
}

.benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.benefit-grid article {
	min-height: 250px;
	padding: 28px;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	box-shadow: 0 12px 30px rgba(16, 32, 51, 0.06);
}

.benefit-grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 22px;
	color: var(--color-white);
	background: var(--color-blue);
	border-radius: 999px;
}

.benefit-grid article:nth-child(2) span {
	background: var(--color-gold);
}

.benefit-grid article:nth-child(3) span {
	background: var(--color-green-deep);
}

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

.service-card {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 16px;
	min-height: 164px;
	padding: 18px;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	box-shadow: 0 10px 25px rgba(16, 32, 51, 0.06);
}

.service-card__thumb {
	width: 92px;
	height: 92px;
	object-fit: cover;
	border-radius: var(--radius);
}

.service-card p {
	margin-top: 8px;
	margin-bottom: 0;
	font-size: 0.95rem;
}

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

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

.service-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 92px;
	color: var(--color-white);
	background: var(--color-green);
	border-radius: var(--radius);
}

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

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

.process-grid article {
	min-height: 250px;
	padding: 28px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--radius);
}

.process-grid span {
	display: block;
	margin-bottom: 22px;
	color: var(--color-gold);
	font-size: 3rem;
	line-height: 1;
	font-weight: 900;
}

.inline-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 28px;
	padding: 22px;
	background: var(--color-white);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.inline-cta--dark {
	background: rgba(255, 255, 255, 0.08);
	color: var(--color-white);
	box-shadow: none;
}

.quality-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 420px;
	padding: 40px;
	background: linear-gradient(135deg, #fff8e9, #f0f7f5);
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
}

.quality-visual__badge {
	width: min(360px, 100%);
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.badge-grid {
	display: grid;
	gap: 12px;
	margin-top: 24px;
}

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

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

.badge-grid span {
	margin-top: 4px;
	color: var(--color-muted);
}

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

.city-cloud span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 6px 12px;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: 999px;
	color: var(--color-blue-deep);
	font-weight: 800;
}

.city-local-note {
	margin-top: 24px;
	padding: 18px 20px;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
}

.city-local-note strong {
	display: block;
	margin-bottom: 8px;
	color: var(--color-ink);
}

.city-local-note p {
	margin: 0;
}

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

.post-card {
	overflow: hidden;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	box-shadow: 0 10px 28px rgba(16, 32, 51, 0.07);
}

.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: 12px;
	color: var(--color-muted);
	font-size: 0.83rem;
	font-weight: 850;
}

.post-card__meta span::before {
	content: "/";
	margin-right: 8px;
	color: var(--color-border);
}

.post-card h3 a {
	color: var(--color-ink);
}

.text-link {
	display: inline-flex;
	margin-top: 10px;
	color: var(--color-green-deep);
	font-weight: 900;
}

.faq-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
	gap: 56px;
	align-items: start;
}

.faq-list {
	display: grid;
	gap: 12px;
}

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

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

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

.page-hero {
	background: var(--color-cream);
}

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

.page-hero--article {
	padding: 76px 0 44px;
}

.page-hero h1 {
	max-width: 780px;
}

.page-hero p {
	max-width: 680px;
	margin-top: 18px;
}

.entry-content {
	color: var(--color-muted);
}

.entry-content h2,
.entry-content h3 {
	margin: 2rem 0 1rem;
}

.entry-content p,
.entry-content li {
	color: var(--color-muted);
}

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

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

.single-article__image {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: var(--radius);
	margin-bottom: 34px;
	box-shadow: var(--shadow);
}

.pagination-wrap {
	margin-top: 36px;
}

.pagination-wrap .nav-links {
	display: flex;
	gap: 8px;
	justify-content: center;
}

.pagination-wrap a,
.pagination-wrap span {
	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);
}

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

.search-form input[type="search"] {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
}

.search-form input[type="submit"] {
	min-height: 48px;
	padding: 12px 18px;
	color: var(--color-white);
	background: var(--color-blue);
	border: 0;
	border-radius: 999px;
	font-weight: 850;
	cursor: pointer;
}

.city-hero {
	position: relative;
	min-height: 620px;
	display: grid;
	align-items: end;
	overflow: hidden;
	background: var(--color-blue-deep);
}

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

.city-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(13, 48, 72, 0.92), rgba(13, 48, 72, 0.54), rgba(13, 48, 72, 0.18));
}

.city-hero__inner {
	position: relative;
	z-index: 2;
	padding: 108px 0 72px;
}

.city-hero h1 {
	max-width: 760px;
	color: var(--color-white);
}

.city-hero .eyebrow {
	color: #91e1b0;
}

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

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

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

.city-content-card,
.city-side-card {
	padding: 30px;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
	box-shadow: 0 10px 30px rgba(16, 32, 51, 0.08);
}

.city-content-card h2,
.city-side-card h2 {
	font-size: 1.8rem;
	max-width: none;
	margin-bottom: 12px;
}

.city-content-card .eyebrow {
	margin-bottom: 18px;
}

.city-generated-content p:first-child {
	margin-top: 0;
}

.city-side-card {
	position: sticky;
	top: 118px;
	background: var(--color-blue-deep);
	color: var(--color-white);
}

.city-side-card h2,
.city-side-card p {
	color: var(--color-white);
}

.city-side-card p {
	margin-bottom: 22px;
}

.city-side-card > .icon {
	width: 44px;
	height: 44px;
	margin-bottom: 16px;
	color: var(--color-gold);
}

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

.city-feature-grid article {
	padding: 28px;
	background: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--radius);
}

.city-feature-grid article > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	color: var(--color-white);
	background: var(--color-blue);
	border-radius: 999px;
}

.city-feature-grid h2 {
	font-size: 1.5rem;
	max-width: none;
	margin-bottom: 12px;
}

.city-feature-grid p:first-of-type {
	margin-top: 0;
}

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

.city-faq h2 {
	margin-bottom: 18px;
}

.preview-raw-content {
	padding: 16px;
	background: #fff8e9;
	border: 1px solid #f0d79c;
	border-radius: var(--radius);
}

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

.cta-panel h2 {
	max-width: 760px;
	color: var(--color-white);
}

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

.footer-cta {
	padding: 58px 0;
	background: linear-gradient(135deg, var(--color-blue), var(--color-green-deep));
}

.footer-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 40px;
	align-items: center;
}

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

.footer-cta .button--light,
.footer-cta .button--light span,
.footer-cta .button--light .icon {
	color: var(--color-blue-deep);
}

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

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

.footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.5fr) minmax(180px, 0.5fr);
	gap: 42px;
}

.footer-logo {
	display: inline-flex;
	max-width: 300px;
	padding: 9px 12px;
	background: var(--color-white);
	border-radius: var(--radius);
}

.footer-logo__image {
	width: 100%;
	max-height: 52px;
	object-fit: contain;
}

.footer-brand p {
	max-width: 520px;
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.78);
}

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

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

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

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

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

.footer-bottom__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 68px;
}

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

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

.legal-page h2 {
	max-width: none;
	font-size: 1.55rem;
}

@media (max-width: 1080px) {
	h1 {
		font-size: 3.25rem;
	}

	h2 {
		font-size: 2.2rem;
	}

	.hero__grid,
	.split {
		grid-template-columns: 1fr;
	}

	.hero__grid {
		min-height: auto;
		padding-top: 58px;
	}

	.hero__visual {
		min-height: 420px;
	}

	.hero__image-wrap {
		inset: 0 0 42px 0;
	}

	.service-grid,
	.blog-grid,
	.benefit-grid,
	.city-feature-grid {
		grid-template-columns: repeat(2, 1fr);
	}

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

	.city-overview__grid,
	.faq-layout,
	.footer-cta__inner,
	.footer-grid {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 860px) {
	h1 {
		font-size: 2.65rem;
		max-width: 100%;
	}

	h2 {
		font-size: 1.95rem;
		max-width: 100%;
	}

	.top-strip__inner {
		justify-content: center;
		text-align: center;
		min-height: 32px;
		font-size: 0.88rem;
	}

	.top-strip__inner > span {
		display: none;
	}

	.top-strip__inner a {
		height: 32px;
	}

	.main-nav {
		min-height: 64px;
		gap: 12px;
	}

	.brand {
		width: min(250px, calc(100vw - 92px));
	}

	.brand img,
	.custom-logo {
		max-height: 44px;
	}

	.menu-toggle {
		display: inline-flex;
		width: 40px;
		height: 40px;
		flex: 0 0 40px;
		color: var(--color-blue-deep);
		background: #edf5f4;
		border-color: #d5e4e4;
		box-shadow: 0 6px 18px rgba(16, 32, 51, 0.08);
	}

	.menu-toggle .icon {
		width: 20px;
		height: 20px;
	}

	.primary-navigation {
		position: fixed;
		top: 96px;
		left: 12px;
		right: 12px;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		padding: 14px;
		background: var(--color-white);
		border: 1px solid var(--color-border);
		border-radius: var(--radius);
		box-shadow: var(--shadow);
	}

	.primary-navigation.is-open {
		display: flex;
	}

	.nav-list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.nav-list a {
		display: block;
		padding: 13px 8px;
		border-bottom: 1px solid var(--color-border);
	}

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

	.section {
		padding: 64px 0;
	}

	.hero__grid {
		gap: 34px;
		padding: 48px 0 56px;
	}

	.hero__lead {
		font-size: 1.04rem;
	}

	.hero__actions,
	.inline-cta,
	.cta-panel {
		align-items: stretch;
		flex-direction: column;
	}

	.hero__actions .button,
	.inline-cta .button,
	.cta-panel .button {
		width: 100%;
	}

	.process-grid,
	.process-grid--three,
	.service-grid,
	.blog-grid,
	.benefit-grid,
	.city-feature-grid {
		grid-template-columns: 1fr;
	}

	.check-grid {
		grid-template-columns: 1fr;
	}

	.split--reverse > :first-child {
		order: initial;
	}

	.city-hero {
		min-height: 560px;
	}

	.city-hero__shade {
		background: linear-gradient(180deg, rgba(13, 48, 72, 0.90), rgba(13, 48, 72, 0.78));
	}

	.city-hero__inner {
		padding: 92px 0 54px;
	}

	.footer-bottom__inner {
		align-items: flex-start;
		flex-direction: column;
		padding: 18px 0;
	}
}

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

	h1 {
		font-size: 2.2rem;
		line-height: 1.08;
	}

	h2 {
		font-size: 1.7rem;
	}

	.button {
		padding-inline: 14px;
	}

	.hero__visual {
		min-height: 330px;
	}

	.hero__worker-card,
	.experience-overlay {
		right: 12px;
		left: 12px;
		width: auto;
	}

	.service-card {
		grid-template-columns: 76px minmax(0, 1fr);
	}

	.service-card__thumb,
	.service-card__icon {
		width: 76px;
		height: 76px;
	}

	.proof-strip__grid {
		grid-template-columns: 1fr;
	}

	.proof-strip__grid > div {
		min-height: auto;
	}

	.city-content-card,
	.city-side-card {
		padding: 22px;
	}

	.search-form {
		flex-direction: column;
	}
}
