@charset "UTF-8";

:root {
	--mh-blue: #00aeef;
	--mh-coral: #ff7355;
	--mh-ink: #000c15;
	--mh-text: #303030;
	--mh-muted: #6c819a;
	--mh-line: #e2e5e8;
	--mh-pale: #f8f8f8;
}

.miyahara-top-page {
	color: var(--mh-text);
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.miyahara-top-page *,
.miyahara-top-page *::before,
.miyahara-top-page *::after {
	box-sizing: border-box;
}

.miyahara-top-page img {
	max-width: 100%;
}

.miyahara-top-page a {
	color: inherit;
	text-decoration: none;
}

.mh-container {
	width: min(1200px, calc(100% - 48px));
	margin-inline: auto;
}

.mh-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 86px;
	padding: 0 16px;
	background: #fff;
	position: relative;
	z-index: 1000;
}

.mh-header *,
.mh-header *::before,
.mh-header *::after {
	box-sizing: border-box;
}

.mh-header a {
	color: inherit;
	text-decoration: none;
}

.mh-header__logo {
	display: block;
	width: 158px;
	height: 50px;
	flex: 0 0 auto;
}

.mh-header__logo img {
	display: block;
	width: 158px;
	height: 50px;
	object-fit: contain;
}

.mh-header__right,
.mh-nav {
	display: flex;
	align-items: center;
}

.mh-header__right {
	gap: 20px;
}

.mh-nav {
	gap: 36px;
}

.mh-nav a {
	font-size: 14px;
	white-space: nowrap;
	transition: color .2s ease;
}

.mh-nav a:hover,
.mh-nav a:focus-visible {
	color: var(--mh-blue);
}

.mh-header-tel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	padding: 7px 20px;
	border: 1px solid var(--mh-line);
	border-radius: 10px;
}

.mh-header-tel strong {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: var(--mh-blue);
	font-family: Arial, sans-serif;
	font-size: 18px;
	letter-spacing: .05em;
	line-height: 1.2;
}

.mh-header-tel strong img {
	display: block;
	width: 18px;
	height: 18px;
	filter: brightness(0) saturate(100%) invert(49%) sepia(98%) saturate(2408%) hue-rotate(157deg) brightness(97%) contrast(101%);
}

.mh-header-tel small {
	color: var(--mh-muted);
	font-size: 13px;
	letter-spacing: .05em;
}

.mh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 60px;
	padding: 17px 40px;
	border: 1px solid var(--mh-blue);
	border-radius: 999px;
	background: var(--mh-blue);
	color: #fff !important;
	font: 600 16px/1.4 inherit;
	letter-spacing: .05em;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.mh-button:hover,
.mh-button:focus-visible {
	background: #0098d1;
	transform: translateY(-2px);
}

.mh-button--small {
	min-height: 50px;
	padding: 14px 40px;
	font-size: 14px;
}

.mh-button--outline {
	background: #fff;
	color: var(--mh-blue) !important;
}

.mh-button--outline:hover,
.mh-button--outline:focus-visible {
	background: var(--mh-blue);
	color: #fff !important;
}

.mh-menu-toggle {
	display: none;
}

.mh-hero {
	height: 680px;
	position: relative;
	overflow: hidden;
}

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

.mh-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(255, 255, 255, .12);
}

.mh-hero #js-particles {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.mh-hero #js-particles .particles-js-canvas-el {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
}

.mh-hero__inner {
	display: flex;
	align-items: center;
	width: min(1200px, calc(100% - 48px));
	height: 100%;
	margin-inline: auto;
	position: relative;
	z-index: 3;
}

.mh-hero__panel {
	width: 672px;
	padding: 32px;
	background: rgba(255, 255, 255, .9);
}

.mh-hero__panel h1 {
	margin: 0;
	color: var(--mh-ink);
	font-size: 32px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: .05em;
}

.mh-hero__panel > p {
	margin: 32px 0;
	font-size: 16px;
	letter-spacing: .05em;
}

.mh-hero__actions {
	display: flex;
	gap: 10px;
}

.mh-wave {
	display: block;
	width: 100%;
	height: auto;
	pointer-events: none;
}

.mh-wave--hero {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	z-index: 4;
}

.mh-main {
	overflow: hidden;
}

.mh-section {
	padding: 100px 0;
}

.mh-section:nth-of-type(even) {
	background: var(--mh-pale);
}

/* Keep the Figma section rhythm explicit: white and gray alternate. */
.mh-reasons,
.mh-pr-video,
.mh-flow,
.mh-news,
.mh-faq {
	background: #fff !important;
}

.mh-products,
.mh-column,
.mh-company,
.mh-contact {
	background: var(--mh-pale) !important;
}

.mh-pr-video__panel {
	width: min(960px, 100%);
	margin: 0 auto;
	padding: 16px;
	border-radius: 20px;
	background: var(--mh-pale);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.mh-pr-video__frame {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 12px;
	background: #000;
}

.mh-pr-video__frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.mh-section-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-bottom: 80px;
	text-align: center;
}

.mh-section-heading__line {
	width: 50px;
	height: 2px;
	margin-bottom: 50px;
	display: block;
	object-fit: fill;
	transform: rotate(90deg);
}

.mh-section-heading h2 {
	margin: 0;
	color: var(--mh-ink);
	font-size: 32px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: .05em;
}

.mh-section-heading p {
	margin: 0;
	color: var(--mh-blue);
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .05em;
}

.mh-reasons__grid {
	display: grid;
	grid-template-columns: repeat(4, 260px);
	justify-content: space-between;
	gap: 28px;
}

.mh-reason {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 260px;
	padding: 20px 28px 40px;
	border-radius: 50%;
	color: #fff;
}

.mh-reason--blue { background: var(--mh-blue); }
.mh-reason--coral { background: var(--mh-coral); }

.mh-reason h3 {
	width: 100%;
	margin: 0 0 16px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .05em;
	text-align: center;
}

.mh-reason h3 small {
	display: block;
	font-size: 20px;
}

.mh-reason p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .05em;
}

.mh-products__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 30px;
}

.mh-product-card {
	padding: 16px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.mh-product-card:nth-child(n+4) {
	transform: translateX(calc(50% + 15px));
}

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

.mh-product-card > div {
	padding: 16px 16px 16px;
}

.mh-product-card h3 {
	margin: 0 0 16px;
	color: var(--mh-ink);
	font-size: 20px;
	font-weight: 600;
}

.mh-product-card p {
	margin: 0;
	font-size: 16px;
}

.mh-section-action {
	margin: 48px 0 0;
	text-align: center;
}

.mh-flow__grid {
	display: grid;
	grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
	align-items: center;
	gap: 10px;
}

.mh-flow-card {
	min-height: 250px;
	padding: 24px 28px;
	border-radius: 20px;
	background: var(--mh-pale) !important;
	text-align: center;
}

.mh-flow-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 30px;
	border-radius: 50px;
	background: var(--mh-coral);
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05em;
}

.mh-flow-card h3 {
	margin: 24px 0 16px;
	color: var(--mh-ink);
	font-size: 20px;
	font-weight: 600;
}

.mh-flow-card p {
	margin: 0;
	text-align: left;
}

.mh-flow__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.mh-flow__arrow img {
	display: block;
	width: 33px;
	height: 19px;
	transform: rotate(90deg);
}

.mh-column__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.mh-column__empty {
	grid-column: 1 / -1;
	padding: 24px 32px;
	border-top: 1px solid var(--mh-line);
	border-bottom: 1px solid var(--mh-line);
	text-align: center;
}

.mh-column-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	transition: transform .2s ease;
}

.mh-column-card:hover,
.mh-column-card:focus-visible {
	transform: translateY(-4px);
}

.mh-column-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.mh-column-card > div {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px;
}

.mh-column-card h3 {
	margin: 0 0 16px;
	color: var(--mh-ink);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
}

.mh-column-card time {
	margin-top: auto;
	color: var(--mh-muted);
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.mh-news__list {
	border-top: 1px solid var(--mh-line);
}

.mh-news__list a {
	display: grid;
	grid-template-columns: 170px 1fr 30px;
	align-items: center;
	gap: 32px;
	min-height: 64px;
	padding: 16px 32px;
	border-bottom: 1px solid var(--mh-line);
}

.mh-news__list time {
	color: var(--mh-muted);
	font-size: 14px;
}

.mh-news__list a b {
	color: var(--mh-blue);
	font-size: 22px;
	text-align: right;
}

.mh-news__empty {
	padding: 24px 32px;
	border-bottom: 1px solid var(--mh-line);
	text-align: center;
}

.mh-company__layout {
	display: grid;
	grid-template-columns: 1fr 560px;
	align-items: center;
	gap: 80px;
}

.mh-company__table {
	display: grid;
	grid-template-columns: 102px minmax(0, 1fr);
	margin: 0;
	font-size: 14px;
}

.mh-company__table dt,
.mh-company__table dd {
	padding-block: 16px;
	border-bottom: 1px solid var(--mh-line);
}

.mh-company__table dt {
	padding-left: 32px;
	color: var(--mh-muted);
	white-space: nowrap;
}

.mh-company__table dd {
	margin: 0;
	padding-left: 32px;
	white-space: nowrap;
}

.mh-company__map {
	width: 560px;
	max-width: 100%;
	aspect-ratio: 56 / 29;
	overflow: hidden;
}

.mh-company__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.mh-faq__list {
	display: grid;
	gap: 16px;
}

.mh-faq details {
	border: 1px solid var(--mh-line);
	border-radius: 10px;
	background: var(--mh-pale) !important;
	overflow: hidden;
}

.mh-faq summary {
	display: grid;
	grid-template-columns: 30px 1fr 22px;
	align-items: center;
	gap: 32px;
	min-height: 76px;
	padding: 20px 32px;
	cursor: pointer;
	list-style: none;
}

.mh-faq summary::-webkit-details-marker { display: none; }

.mh-faq summary > span,
.mh-faq__answer > span {
	color: var(--mh-blue);
	font: 700 24px/1 Arial, sans-serif;
}

.mh-faq__answer > span {
	color: var(--mh-coral);
}

.mh-faq summary b {
	width: 18px;
	height: 18px;
	position: relative;
}

.mh-faq summary b::before,
.mh-faq summary b::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 1px;
	width: 16px;
	height: 2px;
	background: var(--mh-blue);
}

.mh-faq summary b::after {
	transform: rotate(90deg);
	transition: transform .2s ease;
}

.mh-faq details[open] summary b::after { transform: rotate(0); }

.mh-faq__answer {
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: 32px;
	padding: 20px 32px 28px;
	border-top: 1px solid var(--mh-line);
	background: var(--mh-pale);
}

.mh-faq__answer p { margin: 0; }

.mh-contact {
	background: var(--mh-pale) !important;
}

.mh-contact__lead {
	margin: -32px 0 72px;
	text-align: center;
}

.mh-contact__layout {
	display: grid;
	grid-template-columns: 700px 450px;
	align-items: start;
	justify-content: space-between;
	gap: 50px;
}

.mh-contact__form {
	padding: 32px;
	border-radius: 16px;
	background: #fff;
}

.mh-contact__form form,
.mh-contact__form .wpcf7-form {
	display: grid;
	gap: 24px;
}

.mh-contact__form .wpcf7-form > p {
	margin: 0;
}

.mh-contact-fields {
	display: grid;
	gap: 24px;
}

.mh-contact-fields > p {
	display: grid;
	gap: 24px;
	margin: 0;
}

.mh-contact-fields > p > br {
	display: none;
}

.mh-contact__form .mh-contact-field {
	display: block;
	font-weight: 500;
	letter-spacing: .05em;
}

.mh-required {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	margin-left: 16px;
	padding: 3px 8px;
	border-radius: 4px;
	background: var(--mh-coral);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: .05em;
}

.mh-contact__form .wpcf7-form label,
.mh-contact__form .wpcf7-form-control-wrap {
	display: block;
}

.mh-contact__form .wpcf7-form label br {
	display: none;
}

.mh-contact__form .wpcf7-form-control-wrap {
	margin-top: 8px;
}

.mh-contact__form label {
	display: grid;
	grid-template-columns: max-content max-content;
	align-items: center;
	gap: 8px 16px;
	font-weight: 500;
	letter-spacing: .05em;
}

.mh-contact__form label em {
	padding: 3px 8px;
	border-radius: 4px;
	background: var(--mh-coral);
	color: #fff;
	font-size: 14px;
	font-style: normal;
}

.mh-contact__form input:not([type="hidden"]):not([type="submit"]),
.mh-contact__form textarea,
.mh-contact__form select {
	grid-column: 1 / -1;
	width: 100%;
	margin: 0;
	padding: 14px 16px;
	border: 1px solid var(--mh-line);
	border-radius: 4px;
	background: var(--mh-pale);
	font: inherit;
}

.mh-contact__form input:not([type="hidden"]):not([type="submit"]) { min-height: 56px; }
.mh-contact__form textarea { height: 120px; min-height: 120px; resize: vertical; }
.mh-contact__form button { justify-self: center; border: 0; cursor: pointer; }
.miyahara-top-page .mh-contact__form .mh-contact-fields input.wpcf7-submit {
	display: block;
	width: 256px;
	max-width: 100%;
	min-width: 256px;
	min-height: 60px;
	margin: 0 auto;
	padding: 17px 40px;
	border: 1px solid var(--mh-blue);
	border-radius: 999px;
	background: var(--mh-blue);
	background-color: var(--mh-blue);
	box-shadow: none;
	color: #fff;
	font: 600 16px/1.4 inherit;
	letter-spacing: .05em;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

.miyahara-top-page .mh-contact__form .mh-contact-fields input.wpcf7-submit:hover,
.miyahara-top-page .mh-contact__form .mh-contact-fields input.wpcf7-submit:focus-visible {
	background: #0098d1;
	background-color: #0098d1;
	transform: translateY(-2px);
}
.mh-contact__notice { padding: 12px 16px; border-left: 4px solid var(--mh-blue); background: #eefaff; }

.mh-contact__tel {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	padding: 32px;
	border-radius: 16px;
	background: var(--mh-blue);
	color: #fff;
}

.mh-contact__tel p { margin: 0; font-size: 18px; }
.mh-contact__tel a { display: flex; align-items: center; gap: 10px; color: #fff; font: 500 36px/1.6 Arial, sans-serif; letter-spacing: .05em; white-space: nowrap; }
.mh-contact__tel a img { display: block; width: 25px; height: 25px; flex: 0 0 25px; }
.mh-contact__tel small { font-size: 14px; letter-spacing: .05em; }
.mh-contact__tel strong { width: 100%; padding-top: 16px; border-top: 1px solid #fff; font: 400 16px/1.6 Arial, sans-serif; text-align: center; }

.mh-mobile-cta {
	display: none;
}

.mh-wave--footer {
	margin-bottom: -1px;
	background: var(--mh-pale);
}

.mh-footer {
	padding: 60px 0 30px;
	background: #232323;
	color: #b5b5b5;
}

.mh-footer__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.mh-footer__company strong {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
	letter-spacing: .05em;
}

.mh-footer__company p { margin: 0 0 4px; font-size: 14px; letter-spacing: .05em; }

.mh-footer__nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.mh-footer__nav a {
	padding: 0 16px;
	border-right: 1px solid #b5b5b5;
	color: #b5b5b5;
	font-size: 14px;
	letter-spacing: .05em;
}

.mh-footer__nav a:last-child { border-right: 0; }
.mh-footer__copy { margin: 30px 0 0; font: 300 12px/1.6 Arial, sans-serif; letter-spacing: .05em; text-align: center; }

@media (max-width: 1199px) {
	.mh-header__right { gap: 12px; }
	.mh-nav { gap: 20px; }
	.mh-header-tel { min-width: 170px; padding-inline: 12px; }
	.mh-button--small { padding-inline: 24px; }
	.mh-reasons__grid { grid-template-columns: repeat(2, 260px); justify-content: center; gap: 32px 80px; }
	.mh-flow__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
	.mh-flow__arrow { display: none; }
	.mh-company__layout { grid-template-columns: 1fr 46%; gap: 40px; }
	.mh-company__map { width: 100%; height: auto; }
	.mh-contact__layout { grid-template-columns: minmax(0, 3fr) minmax(330px, 2fr); gap: 32px; }
	.mh-contact__tel a { font-size: 28px; }
}

@media (max-width: 959px) {
	.mh-header { height: 72px; padding-inline: 20px; }
	.mh-header__logo, .mh-header__logo img { width: 142px; height: 45px; }
	.mh-menu-toggle {
		display: grid;
		gap: 5px;
		width: 44px;
		height: 44px;
		padding: 11px 9px;
		border: 0;
		background: transparent;
		cursor: pointer;
	}
	.mh-menu-toggle > span:not(.screen-reader-text) { display: block; width: 26px; height: 2px; background: var(--mh-ink); transition: transform .2s ease, opacity .2s ease; }
	.mh-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.mh-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
	.mh-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	.mh-header__right {
		display: none;
		position: absolute;
		top: 72px;
		right: 0;
		left: 0;
		padding: 24px;
		background: #fff;
		box-shadow: 0 12px 20px rgba(0, 0, 0, .1);
	}
	.mh-header__right.is-open { display: flex; flex-direction: column; }
	.mh-nav { width: 100%; flex-direction: column; gap: 0; }
	.mh-nav a { width: 100%; padding: 13px; border-bottom: 1px solid var(--mh-line); text-align: center; }
	.mh-header-tel { width: 100%; }
	.mh-hero { height: 620px; }
	.mh-hero__panel { width: min(672px, 100%); }
	.mh-products__grid, .mh-column__grid { grid-template-columns: repeat(2, 1fr); }
	.mh-product-card:nth-child(n+4) { transform: none; }
	.mh-company__layout, .mh-contact__layout { grid-template-columns: 1fr; }
	.mh-company__map { justify-self: center; }
	.mh-contact__tel { width: min(450px, 100%); justify-self: center; }
	.mh-footer__main { flex-direction: column; align-items: flex-start; }
	.mh-footer__nav { justify-content: flex-start; margin-inline: -16px; }
}

@media (max-width: 599px) {
	.miyahara-top-page,
	.miyahara-custom-header { padding-bottom: calc(58px + env(safe-area-inset-bottom)); }
	.mh-container, .mh-hero__inner { width: min(100% - 32px, 1200px); }
	.mh-hero { height: 620px; }
	.mh-hero__image { object-position: 58% center; }
	.mh-hero__inner { align-items: flex-end; padding-bottom: 90px; }
	.mh-hero__panel { padding: 24px 20px; }
	.mh-hero__panel h1 { font-size: 23px; line-height: 1.5; }
	.mh-hero__panel > p { margin: 20px 0; font-size: 14px; }
	.mh-hero__actions { flex-direction: column; }
	.mh-button { width: 100%; min-height: 54px; padding: 14px 24px; font-size: 14px; }
	.mh-section { padding: 72px 0; }
	.mh-section-heading { gap: 8px; margin-bottom: 48px; }
	.mh-section-heading__line { height: 2px; margin-bottom: 30px; }
	.mh-section-heading h2 { font-size: 25px; }
	.mh-reasons__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
	.mh-reason { width: 100%; height: auto; aspect-ratio: 1; padding: 16px; }
	.mh-reason h3 { margin-bottom: 10px; font-size: 20px; }
	.mh-reason h3 small { font-size: 14px; }
	.mh-reason p { font-size: 11px; line-height: 1.5; }
	.mh-pr-video__panel { padding: 8px; border-radius: 12px; }
	.mh-pr-video__frame { border-radius: 8px; }
	.mh-products__grid, .mh-column__grid { grid-template-columns: 1fr; }
	.mh-flow__grid { grid-template-columns: 1fr; gap: 12px; }
	.mh-flow__arrow { display: flex; min-height: 26px; }
	.mh-flow__arrow img { transform: rotate(180deg); }
	.mh-product-card > div { padding: 16px 4px 8px; }
	.mh-flow-card { min-height: 0; }
	.mh-news__list a { grid-template-columns: 1fr 22px; gap: 8px; padding: 16px; }
	.mh-news__list time { grid-column: 1 / -1; }
	.mh-company__table { grid-template-columns: max-content minmax(0, 1fr); font-size: 14px; }
	.mh-company__table dt, .mh-company__table dd { padding: 14px 8px; }
	.mh-company__table dd { font-size: clamp(9px, 2.35vw, 14px); }
	.mh-faq summary { grid-template-columns: 24px 1fr 18px; gap: 12px; padding: 16px; font-size: 14px; }
	.mh-faq__answer { grid-template-columns: 24px 1fr; gap: 12px; padding: 16px; font-size: 14px; }
	.mh-contact__lead { margin-top: -20px; margin-bottom: 48px; text-align: left; }
	.mh-contact__lead br { display: none; }
	.mh-contact__form { padding: 24px 16px; }
	.mh-contact__tel { padding: 28px 16px; }
	.mh-contact__tel a { font-size: 25px; }
	.mh-mobile-cta {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 10000;
		padding-bottom: env(safe-area-inset-bottom);
		background: #fff;
		box-shadow: 0 -4px 16px rgba(0, 0, 0, .12);
	}
	.mh-mobile-cta a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		min-width: 0;
		min-height: 58px;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: .02em;
		white-space: nowrap;
	}
	.mh-mobile-cta__phone { background: var(--mh-coral); }
	.mh-mobile-cta__contact { background: var(--mh-blue); }
	.mh-mobile-cta img { width: 21px; height: 21px; }
	.mh-mobile-cta svg { display: block; flex: 0 0 auto; }
	.mh-footer { padding-top: 44px; }
	.mh-footer__nav { display: grid; grid-template-columns: repeat(2, 1fr); width: 100%; margin: 0; }
	.mh-footer__nav a { padding: 10px 8px; border-right: 0; border-bottom: 1px solid #444; }
}

@media (prefers-reduced-motion: reduce) {
	.mh-button,
	.mh-column-card,
	.mh-menu-toggle span { transition: none !important; }
}
