/*
 * Modern homepage and navigation — scoped to the Milioridis redesign.
 */
:root {
	--mh-navy: #112d45;
	--mh-navy-deep: #0a2033;
	--mh-blue: #285a79;
	--mh-accent: #a23d46;
	--mh-accent-dark: #812e36;
	--mh-ink: #172633;
	--mh-muted: #5c6b77;
	--mh-line: #dce4e9;
	--mh-mist: #f2f6f8;
	--mh-white: #ffffff;
	--mh-shadow: 0 18px 50px rgba(17, 45, 69, 0.12);
}

html {
	scroll-behavior: smooth;
}

body.home {
	color: var(--mh-ink);
	background: var(--mh-white);
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

.mh-skip-link {
	position: fixed;
	top: 0;
	left: 1rem;
	z-index: 99999;
	padding: .75rem 1rem;
	color: var(--mh-white);
	background: var(--mh-navy-deep);
	transform: translateY(-120%);
	transition: transform .2s ease;
}

.mh-skip-link:focus {
	color: var(--mh-white);
	transform: translateY(0);
}

.mh-site-header {
	position: sticky;
	top: 0;
	z-index: 1030;
	background: rgba(255, 255, 255, .98);
	border-bottom: 1px solid rgba(17, 45, 69, .08);
	box-shadow: 0 8px 30px rgba(17, 45, 69, .05);
}

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

.mh-utility-bar {
	color: rgba(255, 255, 255, .88);
	background: var(--mh-navy-deep);
	font-size: .82rem;
}

.mh-utility-inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-height: 36px;
	gap: 1.4rem;
}

.mh-utility-inner a {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	color: inherit;
	text-decoration: none;
}

.mh-utility-inner a:hover {
	color: var(--mh-white);
}

.mh-utility-inner svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
	flex: 0 0 auto;
}

.mh-main-nav {
	min-height: 82px;
	padding: .65rem 0;
	background: var(--mh-white);
}

.mh-brand {
	display: inline-flex;
	align-items: center;
	margin-right: 1.5rem;
}

.mh-brand img {
	display: block;
	width: min(250px, 54vw);
	height: auto;
}

.mh-main-nav .navbar-nav {
	gap: .15rem;
}

.mh-main-nav .nav-link {
	position: relative;
	padding: .8rem .62rem !important;
	border: 0;
	color: #344957;
	background: transparent;
	font-size: .91rem;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.mh-main-nav .nav-link:hover,
.mh-main-nav .nav-link:focus,
.mh-main-nav .nav-link.active {
	color: var(--mh-accent);
}

.mh-main-nav .nav-link.active::after {
	content: "";
	position: absolute;
	right: .62rem;
	bottom: .45rem;
	left: .62rem;
	height: 2px;
	background: var(--mh-accent);
}

.mh-header-cta,
.mh-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 48px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.mh-header-cta {
	margin-left: .9rem;
	padding: .75rem 1rem;
	color: var(--mh-white);
	background: var(--mh-accent);
	font-size: .9rem;
	white-space: nowrap;
}

.mh-header-cta:hover,
.mh-header-cta:focus,
.mh-button-primary:hover,
.mh-button-primary:focus {
	color: var(--mh-white);
	background: var(--mh-accent-dark);
	transform: translateY(-1px);
}

.mh-menu-toggle {
	width: 46px;
	height: 46px;
	padding: 10px;
	border: 1px solid var(--mh-line);
	border-radius: 50%;
}

.mh-menu-toggle:focus {
	box-shadow: 0 0 0 4px rgba(40, 90, 121, .18);
}

.mh-menu-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	margin: 4px auto;
	background: var(--mh-navy);
}

.mh-nav-dropdown {
	width: 330px;
	padding: .65rem;
	border: 1px solid var(--mh-line);
	border-radius: 8px;
	box-shadow: var(--mh-shadow);
}

.mh-nav-dropdown .dropdown-item {
	padding: .62rem .75rem;
	border-radius: 5px;
	color: #354956;
	font-size: .9rem;
	white-space: normal;
}

.mh-nav-dropdown .dropdown-item:hover,
.mh-nav-dropdown .dropdown-item:focus {
	color: var(--mh-accent-dark);
	background: #f8f2f3;
}

.mh-nav-dropdown .mh-dropdown-all {
	margin-top: .35rem;
	padding-top: .35rem;
	border-top: 1px solid var(--mh-line);
}

.mh-dropdown-all .dropdown-item {
	color: var(--mh-accent-dark);
	font-weight: 700;
}

.mh-home h1,
.mh-home h2,
.mh-home h3,
.mh-site-footer h2 {
	margin-top: 0;
	color: var(--mh-navy);
	font-weight: 700;
	letter-spacing: -.025em;
}

.mh-home p {
	line-height: 1.72;
}

.mh-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 18%, rgba(40, 90, 121, .14), transparent 30%),
		linear-gradient(105deg, #f7fafb 0%, #edf3f6 100%);
}

.mh-hero::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	width: 34%;
	height: 100%;
	background: var(--mh-navy);
	clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.mh-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
	align-items: center;
	min-height: 680px;
	gap: clamp(2.5rem, 6vw, 7rem);
	padding-top: clamp(3.5rem, 7vw, 6.5rem);
	padding-bottom: clamp(3.5rem, 7vw, 6.5rem);
}

.mh-hero-copy {
	max-width: 720px;
}

.mh-eyebrow,
.mh-kicker {
	margin: 0 0 .9rem;
	color: var(--mh-accent-dark);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.35 !important;
	text-transform: uppercase;
}

.mh-hero h1 {
	max-width: 720px;
	margin-bottom: 1.25rem;
	font-size: clamp(2.55rem, 5.1vw, 5.25rem);
	line-height: .98;
}

.mh-hero h1 span {
	display: block;
	margin-top: .85rem;
	color: var(--mh-blue);
	font-size: clamp(1.05rem, 1.75vw, 1.42rem);
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.3;
}

.mh-hero-subtitle {
	max-width: 650px;
	margin: 0 0 1rem;
	color: var(--mh-blue);
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	font-weight: 600;
	line-height: 1.4 !important;
}

.mh-hero-text {
	max-width: 650px;
	margin: 0;
	color: var(--mh-muted);
	font-size: 1.04rem;
}

.mh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: 2rem;
}

.mh-button {
	padding: .85rem 1.35rem;
}

.mh-button-primary {
	color: var(--mh-white);
	background: var(--mh-accent);
}

.mh-button-secondary {
	color: var(--mh-navy);
	border-color: rgba(17, 45, 69, .28);
	background: transparent;
}

.mh-button-secondary:hover,
.mh-button-secondary:focus {
	color: var(--mh-white);
	border-color: var(--mh-navy);
	background: var(--mh-navy);
	transform: translateY(-1px);
}

.mh-hero-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 1.8rem;
	margin-top: 2.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(17, 45, 69, .16);
}

.mh-hero-contact a {
	display: grid;
	color: var(--mh-muted);
	text-decoration: none;
}

.mh-hero-contact strong {
	color: var(--mh-navy);
	font-size: .78rem;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mh-hero-contact span {
	margin-top: .15rem;
	font-size: .95rem;
}

.mh-hero-visual {
	position: relative;
	max-width: 480px;
	justify-self: end;
}

.mh-portrait-frame {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: #dce6eb;
	border: 8px solid rgba(255, 255, 255, .86);
	box-shadow: 0 30px 75px rgba(5, 24, 38, .28);
}

.mh-portrait-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	box-shadow: inset 0 0 0 1px rgba(17, 45, 69, .08);
	pointer-events: none;
}

.mh-portrait {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center top;
}

.mh-portrait-note {
	position: absolute;
	right: -1.2rem;
	bottom: 2rem;
	display: flex;
	align-items: center;
	gap: .75rem;
	min-width: 230px;
	padding: .9rem 1rem;
	color: var(--mh-white);
	background: rgba(10, 32, 51, .94);
	box-shadow: 0 14px 35px rgba(5, 24, 38, .24);
}

.mh-portrait-note span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #78c0b6;
	box-shadow: 0 0 0 5px rgba(120, 192, 182, .15);
}

.mh-portrait-note p {
	margin: 0;
	font-size: .86rem;
	line-height: 1.4;
}

.mh-credentials {
	color: var(--mh-white);
	background: var(--mh-navy);
}

.mh-credentials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.mh-credentials-grid > div {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 1rem;
	min-height: 120px;
	padding: 1.35rem clamp(1rem, 3vw, 2.5rem);
	border-right: 1px solid rgba(255, 255, 255, .13);
}

.mh-credentials-grid > div:last-child {
	border-right: 0;
}

.mh-credentials-grid span {
	color: #86b8c8;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .12em;
}

.mh-credentials-grid p {
	margin: 0;
	font-size: .91rem;
	line-height: 1.55;
}

.mh-section {
	padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.mh-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
	gap: clamp(2rem, 7vw, 7rem);
}

.mh-intro h2,
.mh-section-heading h2,
.mh-contact-band h2 {
	max-width: 760px;
	margin-bottom: 0;
	font-size: clamp(2rem, 3.7vw, 3.5rem);
	line-height: 1.08;
}

.mh-intro-copy {
	max-width: 720px;
}

.mh-intro-copy p:first-child {
	margin-top: 0;
}

.mh-intro-copy p {
	color: var(--mh-muted);
	font-size: 1.04rem;
}

.mh-text-link {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	margin-top: .8rem;
	color: var(--mh-accent-dark);
	font-weight: 800;
	text-decoration: none;
}

.mh-text-link:hover,
.mh-text-link:focus {
	color: var(--mh-navy);
}

.mh-services-section {
	background: var(--mh-mist);
}

.mh-section-heading {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 2rem;
	margin-bottom: 2.75rem;
}

.mh-heading-link {
	flex: 0 0 auto;
	margin-bottom: .35rem;
}

.mh-heading-copy {
	max-width: 500px;
	margin: 0;
	color: var(--mh-muted);
}

.mh-services-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

.mh-service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 330px;
	padding: 1.6rem;
	color: var(--mh-muted);
	background: var(--mh-white);
	border: 1px solid transparent;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.mh-service-card:hover,
.mh-service-card:focus {
	color: var(--mh-muted);
	border-color: rgba(40, 90, 121, .2);
	box-shadow: var(--mh-shadow);
	transform: translateY(-5px);
}

.mh-service-number {
	margin-bottom: auto;
	color: var(--mh-accent);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .12em;
}

.mh-service-card h3 {
	margin: 3rem 0 .85rem;
	font-size: 1.4rem;
	line-height: 1.18;
}

.mh-service-card p {
	margin: 0;
	font-size: .94rem;
}

.mh-card-arrow {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	margin-top: 1.25rem;
	color: var(--mh-navy);
	background: var(--mh-mist);
	border-radius: 50%;
	font-weight: 800;
	transition: color .18s ease, background-color .18s ease;
}

.mh-service-card:hover .mh-card-arrow,
.mh-service-card:focus .mh-card-arrow,
.mh-condition-card:hover .mh-card-arrow,
.mh-condition-card:focus .mh-card-arrow {
	color: var(--mh-white);
	background: var(--mh-accent);
}

.mh-conditions-section {
	background: var(--mh-white);
}

.mh-conditions-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.mh-condition-card {
	position: relative;
	display: grid;
	grid-template-columns: 76px 1fr auto;
	align-items: center;
	gap: 1.2rem;
	min-height: 170px;
	padding: 1.25rem 1.4rem;
	color: var(--mh-muted);
	background: var(--mh-white);
	border: 1px solid var(--mh-line);
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mh-condition-card:hover,
.mh-condition-card:focus {
	color: var(--mh-muted);
	border-color: rgba(40, 90, 121, .35);
	box-shadow: 0 14px 40px rgba(17, 45, 69, .09);
	transform: translateY(-2px);
}

.mh-condition-icon {
	display: grid;
	place-items: center;
	width: 76px;
	height: 76px;
	padding: .9rem;
	background: var(--mh-mist);
	border-radius: 50%;
}

.mh-condition-icon img,
.mh-thyroid-icon {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.mh-thyroid-icon {
	width: 100%;
	height: 100%;
	color: var(--mh-blue);
}

.mh-condition-card h3 {
	margin: 0 0 .35rem;
	font-size: 1.18rem;
}

.mh-condition-card p {
	margin: 0;
	font-size: .9rem;
	line-height: 1.55;
}

.mh-condition-card .mh-card-arrow {
	margin: 0;
}

.mh-contact-band {
	padding: clamp(3.7rem, 7vw, 6rem) 0;
	color: rgba(255, 255, 255, .82);
	background: var(--mh-navy-deep);
}

.mh-contact-band-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
	align-items: center;
	gap: 3rem;
}

.mh-contact-band .mh-kicker {
	color: #91bfcb;
}

.mh-contact-band h2 {
	color: var(--mh-white);
}

.mh-contact-band p:not(.mh-kicker) {
	max-width: 720px;
	margin: 1rem 0 0;
}

.mh-contact-actions {
	display: grid;
	gap: .75rem;
}

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

.mh-button-light:hover,
.mh-button-light:focus {
	color: var(--mh-white);
	background: var(--mh-accent);
	transform: translateY(-1px);
}

.mh-button-outline-light {
	color: var(--mh-white);
	border-color: rgba(255, 255, 255, .45);
}

.mh-button-outline-light:hover,
.mh-button-outline-light:focus {
	color: var(--mh-navy-deep);
	background: var(--mh-white);
	transform: translateY(-1px);
}

.mh-site-footer {
	padding: 4.5rem 0 1.4rem;
	color: rgba(255, 255, 255, .7);
	background: #071826;
}

.mh-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr .8fr 1fr .8fr;
	gap: 2.5rem;
}

.mh-footer-brand img {
	display: block;
	max-width: 240px;
	height: auto;
	padding: .6rem;
	background: var(--mh-white);
}

.mh-footer-brand p {
	max-width: 380px;
	margin: 1.25rem 0 0;
	line-height: 1.65;
}

.mh-site-footer h2 {
	margin-bottom: 1rem;
	color: var(--mh-white);
	font-size: .9rem;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.mh-site-footer p {
	line-height: 1.65;
}

.mh-footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mh-footer-list li + li {
	margin-top: .5rem;
}

.mh-site-footer a {
	color: rgba(255, 255, 255, .74);
	text-decoration: none;
}

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

.mh-footer-map {
	display: inline-flex;
	gap: .4rem;
	color: #9cc8d2 !important;
	font-weight: 700;
}

.mh-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-top: 3.5rem;
	padding-top: 1.3rem;
	border-top: 1px solid rgba(255, 255, 255, .11);
	font-size: .82rem;
}

.mh-footer-bottom p {
	margin: 0;
}

.mh-social-links {
	display: flex;
	gap: 1rem;
}

.mh-home a:focus-visible,
.mh-site-header a:focus-visible,
.mh-site-header button:focus-visible,
.mh-site-footer a:focus-visible {
	outline: 3px solid #76bdce;
	outline-offset: 3px;
}

@media (min-width: 1200px) {
	.mh-main-nav .navbar-collapse {
		visibility: visible !important;
	}
}

@media (max-width: 1199.98px) {
	.mh-main-nav {
		min-height: 76px;
	}

	.mh-main-nav .navbar-collapse {
		max-height: calc(100vh - 118px);
		margin-top: .7rem;
		padding: .65rem 0 1rem;
		overflow-y: auto;
		border-top: 1px solid var(--mh-line);
	}

	.mh-main-nav .navbar-collapse.show,
	.mh-main-nav .navbar-collapse.collapsing {
		visibility: visible;
	}

	.mh-main-nav .navbar-nav {
		align-items: stretch !important;
		gap: 0;
	}

	.mh-main-nav .nav-link {
		width: 100%;
		padding: .78rem .15rem !important;
		text-align: left;
	}

	.mh-main-nav .nav-link.active::after {
		display: none;
	}

	.mh-header-cta {
		width: 100%;
		margin: .55rem 0 0;
	}

	.mh-nav-dropdown {
		position: static !important;
		width: 100%;
		transform: none !important;
		margin: 0 0 .45rem;
		border-radius: 5px;
		box-shadow: none;
	}

	.mh-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
		gap: 3rem;
	}

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

	.mh-service-card {
		min-height: 285px;
	}

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

@media (max-width: 991.98px) {
	.mh-hero::before {
		top: auto;
		width: 100%;
		height: 36%;
		clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
	}

	.mh-hero-grid {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.mh-hero-copy {
		max-width: 760px;
	}

	.mh-hero-visual {
		width: min(480px, 88vw);
		margin: 0 auto;
		justify-self: center;
	}

	.mh-credentials-grid {
		grid-template-columns: 1fr;
		padding: 1rem 0;
	}

	.mh-credentials-grid > div {
		min-height: auto;
		padding: 1rem;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .13);
	}

	.mh-credentials-grid > div:last-child {
		border-bottom: 0;
	}

	.mh-intro-grid,
	.mh-contact-band-inner {
		grid-template-columns: 1fr;
	}

	.mh-section-heading {
		display: grid;
		align-items: start;
	}

	.mh-heading-copy {
		max-width: 680px;
	}

	.mh-conditions-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 782px) {
	.admin-bar .mh-site-header {
		top: 46px;
	}
}

@media (max-width: 767.98px) {
	.mh-utility-address {
		display: none !important;
	}

	.mh-utility-inner {
		justify-content: center;
		min-height: 34px;
		gap: 1rem;
		font-size: .76rem;
	}

	.mh-main-nav {
		min-height: 70px;
		padding: .45rem 0;
	}

	.mh-brand img {
		width: min(215px, 58vw);
	}

	.mh-hero-grid {
		gap: 2.5rem;
		padding-top: 3rem;
		padding-bottom: 3.5rem;
	}

	.mh-hero h1 {
		font-size: clamp(2.35rem, 12vw, 3.8rem);
	}

	.mh-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.mh-button {
		width: 100%;
	}

	.mh-hero-contact {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
	}

	.mh-portrait-note {
		right: -.5rem;
		bottom: 1rem;
		min-width: 210px;
	}

	.mh-section {
		padding: 4.2rem 0;
	}

	.mh-services-grid {
		grid-template-columns: 1fr;
	}

	.mh-service-card {
		min-height: 250px;
	}

	.mh-condition-card {
		grid-template-columns: 60px 1fr;
		gap: .9rem;
		min-height: 150px;
		padding: 1rem;
	}

	.mh-condition-icon {
		width: 60px;
		height: 60px;
		padding: .72rem;
	}

	.mh-condition-card .mh-card-arrow {
		display: none;
	}

	.mh-footer-grid {
		grid-template-columns: 1fr;
	}

	.mh-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 430px) {
	.mh-utility-mobile {
		display: inline-flex !important;
	}

	.mh-hero-contact {
		grid-template-columns: 1fr;
	}

	.mh-condition-card {
		grid-template-columns: 52px 1fr;
	}

	.mh-condition-icon {
		width: 52px;
		height: 52px;
	}
}

/* Keep the mobile hero background tied to its content, not a percentage overlay. */
@media (max-width: 991.98px) {
 .mh-home .mh-hero { background: #112d45; }
 .mh-home .mh-hero::before { content: none; display: none; }
 .mh-home .mh-hero-copy { position: relative; background: transparent; }
 .mh-home .mh-hero .mh-eyebrow { color: #c6e2ed; letter-spacing: .06em; }
 .mh-home .mh-hero h1,
 .mh-home .mh-hero h1 span,
 .mh-home .mh-hero .mh-hero-subtitle,
 .mh-home .mh-hero-contact strong { color: #ffffff; }
 .mh-home .mh-hero .mh-hero-text,
 .mh-home .mh-hero-contact a { color: #e0eaf0; }
 .mh-home .mh-hero-contact { border-top-color: rgba(255,255,255,.25); }
 .mh-home .mh-hero .mh-button-secondary { color: #ffffff; border-color: #a9c6d8; }
 .mh-home .mh-hero .mh-button-secondary:hover,
 .mh-home .mh-hero .mh-button-secondary:focus { color: #112d45; background: #ffffff; }
 .mh-home .mh-hero-grid { gap: 2rem; padding-top: 2.5rem; padding-bottom: 2.5rem; }
 .mh-home .mh-hero-visual { width: min(320px, 100%); padding: 0; background: transparent; }
 .mh-home .mh-portrait-frame { border: 0; box-shadow: none; }
 .mh-home .mh-portrait-note { position: static; margin-top: .65rem; padding: .7rem .85rem; min-width: 0; max-width: 100%; border-radius: 4px; box-shadow: none; }
}
@media (max-width: 767.98px) {
 .mh-home .mh-hero-grid { gap: 1.5rem; padding-top: 1.75rem; padding-bottom: 1.75rem; }
 .mh-home .mh-hero .mh-actions { margin-top: 1.25rem; }
 .mh-home .mh-hero-contact { margin-top: 1.25rem; padding-top: 1rem; gap: .75rem; }
 .mh-home .mh-section { padding: 2.75rem 0; }
 .mh-home .mh-intro-grid, .mh-home .mh-contact-band-inner { gap: 1.5rem; }
 .mh-home .mh-section-heading { gap: 1rem; margin-bottom: 1.5rem; }
 .mh-home .mh-service-card { min-height: auto; padding: 1.25rem; }
 .mh-home .mh-service-card h3 { margin-top: 1rem; }
 .mh-home .mh-service-number { margin-bottom: 0; }
 .mh-home .mh-contact-band { padding: 2.75rem 0; }
}
/* Compact service cards at every screen size. */
.mh-home .mh-services-section { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.mh-home .mh-services-section .mh-section-heading { gap: 1rem; margin-bottom: 1.25rem; }
.mh-home .mh-services-grid { gap: .75rem; align-items: start; }
.mh-home .mh-service-card { min-height: 0; height: auto; padding: 1.1rem; }
.mh-home .mh-service-number { margin-bottom: 0; }
.mh-home .mh-service-card h3 { margin-top: .65rem; margin-bottom: .6rem; }
.mh-home .mh-service-card .mh-card-arrow { margin-top: .75rem; }
/* Desktop: quieter proportions and an uncropped portrait. */
@media (min-width: 992px) {
 .mh-home .mh-hero-grid { grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); min-height: 560px; gap: clamp(2rem,4vw,4rem); padding-top: 3.25rem; padding-bottom: 3.25rem; }
 .mh-home .mh-hero h1 { font-size: clamp(2.6rem,4vw,4rem); line-height: 1.08; }
 .mh-home .mh-hero .mh-eyebrow { letter-spacing: .06em; font-size: .75rem; }
 .mh-home .mh-hero-subtitle { font-size: 1.25rem; }
 .mh-home .mh-hero::before { width: 28%; clip-path: none; }
 .mh-home .mh-hero-visual { width: 100%; max-width: 340px; justify-self: end; }
 .mh-home .mh-portrait-frame { aspect-ratio: 4 / 5; border: 0; border-radius: 8px; box-shadow: 0 12px 28px rgba(10,32,51,.12); }
 .mh-home .mh-portrait-note { position: static; min-width: 0; margin-top: .75rem; padding: .7rem .85rem; border-radius: 4px; box-shadow: none; }
 .mh-home .mh-section { padding-top: 3.5rem; padding-bottom: 3.5rem; }
 .mh-home .mh-services-grid { align-items: stretch; }
 .mh-home .mh-service-card { border-color: #dce4e9; border-radius: 6px; }
 .mh-home .mh-service-card:hover { transform: translateY(-2px); }
}
/* Restrained heading sizes on the homepage. */
.mh-home .mh-hero h1 { font-size: clamp(1.75rem, 2.6vw, 2.5rem); line-height: 1.2; letter-spacing: -.015em; }
.mh-home .mh-intro h2,
.mh-home .mh-section-heading h2,
.mh-home .mh-contact-band h2,
.mh-home .mh-home-faq h2 { font-size: clamp(1.35rem, 1.9vw, 1.8rem); line-height: 1.3; letter-spacing: -.01em; }
.mh-home .mh-home-faq { padding: 2.5rem 0; }
.mh-home .mh-home-faq h2 { margin-bottom: 1rem; }
.mh-home .mh-home-faq details { padding: .9rem 0; border-bottom: 1px solid #dce4e9; }
.mh-home .mh-home-faq summary { cursor: pointer; font-weight: 600; color: #112d45; line-height: 1.5; }
.mh-home .mh-home-faq details p { margin: .65rem 0 0; color: #435564; }
/* Two compact article previews with lazy-loaded thumbnails and no additional scripts. */
.mh-home .mh-blog-preview { padding: 2rem 0; background: #f2f6f8; }
.mh-home .mh-blog-preview .mh-section-heading { gap: .75rem; margin-bottom: 1rem; }
.mh-home .mh-blog-preview h2 { margin: 0; }
.mh-home .mh-blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.mh-home .mh-blog-card { display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: start; gap: .85rem; min-width: 0; padding: 1rem; background: #fff; border: 1px solid #dce4e9; border-radius: 6px; text-decoration: none; }
.mh-home .mh-blog-thumb { display: block; width: 72px; height: 72px; object-fit: contain; border-radius: 4px; background: #fff; }
.mh-home .mh-blog-copy { min-width: 0; }
@media (max-width: 380px) {
 .mh-home .mh-blog-card { grid-template-columns: 56px minmax(0, 1fr); gap: .65rem; padding: .85rem; }
 .mh-home .mh-blog-thumb { width: 56px; height: 56px; }
}
.mh-home .mh-blog-card h3 { margin: 0 0 .5rem; color: #112d45; font-size: 1.1rem; line-height: 1.4; }
.mh-home .mh-blog-card h3 span { color: #923c49; }
.mh-home .mh-blog-card p { margin: 0; color: #435564; font-size: 1rem; line-height: 1.55; }
.mh-home .mh-blog-card:hover h3 { text-decoration: underline; text-underline-offset: .2em; }
.mh-home .mh-blog-card:focus-visible { outline: 3px solid #923c49; outline-offset: 3px; }
@media (max-width: 767.98px) {
 .mh-home .mh-blog-grid { grid-template-columns: minmax(0, 1fr); gap: .75rem; }
 .mh-home .mh-blog-preview { padding: 1.75rem 0; }
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
