/*
Theme Name: Matkahattara – muokattava
Theme URI: https://matkahattara.fi
Author: Matkahattara
Description: Matkahattaran WordPress-lohkoteema. Sivujen tekstit, painikkeet, osiot, ylätunniste ja alatunniste ovat muokattavissa WordPressin omilla työkaluilla.
Version: 1.0.16
Requires at least: 6.5
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: matkahattara-blocks
*/

@font-face {
	font-display: swap;
	font-family: "Quattrocento";
	font-style: normal;
	font-weight: 400;
	src: url("assets/fonts/quattrocento/Quattrocento-Regular.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Quattrocento";
	font-style: normal;
	font-weight: 700;
	src: url("assets/fonts/quattrocento/Quattrocento-Bold.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 400 900;
	src: url("assets/fonts/playfair-display/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Playfair Display";
	font-style: italic;
	font-weight: 400 900;
	src: url("assets/fonts/playfair-display/PlayfairDisplay-Italic-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Yeseva One";
	font-style: normal;
	font-weight: 400;
	src: url("assets/fonts/yeseva-one/YesevaOne-Regular.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Lora";
	font-style: normal;
	font-weight: 400 700;
	src: url("assets/fonts/lora/Lora-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Lora";
	font-style: italic;
	font-weight: 400 700;
	src: url("assets/fonts/lora/Lora-Italic-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Libre Baskerville";
	font-style: normal;
	font-weight: 400 700;
	src: url("assets/fonts/libre-baskerville/LibreBaskerville-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Libre Baskerville";
	font-style: italic;
	font-weight: 400 700;
	src: url("assets/fonts/libre-baskerville/LibreBaskerville-Italic-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Alegreya";
	font-style: normal;
	font-weight: 400 900;
	src: url("assets/fonts/alegreya/Alegreya-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Alegreya";
	font-style: italic;
	font-weight: 400 900;
	src: url("assets/fonts/alegreya/Alegreya-Italic-VariableFont_wght.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Montserrat";
	font-style: italic;
	font-weight: 100 900;
	src: url("assets/fonts/montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
}

:root {
	--mh-forest: #28321b;
	--mh-cream: #f6f0df;
	--mh-apricot: #edaa78;
	--mh-mist: #bdd0c5;
	--mh-sprout: #e2edce;
	--mh-olive: #768252;
	--mh-line: rgba(40, 50, 27, 0.24);
	--mh-page-pad: clamp(24px, 7vw, 132px);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--mh-cream);
	color: var(--mh-forest);
	font-family: "Quattrocento", Georgia, "Times New Roman", serif;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

body,
.editor-styles-wrapper {
	background: var(--mh-cream);
	color: var(--mh-forest);
	font-family: "Quattrocento", Georgia, "Times New Roman", serif;
}

a {
	color: inherit;
}

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

.wp-site-blocks {
	overflow: clip;
}

.mh-eyebrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin: 0;
	text-transform: uppercase;
}

.mh-display-heading {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(54px, 6vw, 102px);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.94;
	margin: 22px 0 30px;
}

.mh-display-heading em {
	color: var(--mh-apricot);
	font-weight: 400;
}

.mh-lead {
	font-size: clamp(18px, 1.55vw, 24px);
	line-height: 1.55;
	max-width: 660px;
}

.wp-block-button__link {
	align-items: center;
	border: 0;
	border-radius: 999px;
	display: inline-flex;
	font-family: "Quattrocento", Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	line-height: 1.15;
	min-height: 52px;
	padding: 15px 26px;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wp-block-button__link:hover {
	transform: translateY(-2px);
}

.wp-block-button__link:focus-visible,
.mh-site-header a:focus-visible,
.mh-site-footer a:focus-visible,
.mh-home-email > a:focus-visible,
.mh-social-link > a:focus-visible {
	outline: 3px solid var(--mh-apricot);
	outline-offset: 4px;
}

.is-style-matkahattara-dark .wp-block-button__link {
	background: var(--mh-forest);
	color: var(--mh-cream);
}

.is-style-matkahattara-dark .wp-block-button__link:hover {
	background: var(--mh-olive);
}

.is-style-matkahattara-light .wp-block-button__link {
	background: var(--mh-cream);
	color: var(--mh-forest);
}

.is-style-matkahattara-light .wp-block-button__link:hover {
	background: #fffaf0;
}

.is-style-matkahattara-apricot .wp-block-button__link {
	background: #f3c79f;
	color: var(--mh-forest);
}

.is-style-matkahattara-apricot .wp-block-button__link:hover {
	background: #f6d1ad;
}

.is-style-matkahattara-sprout .wp-block-button__link {
	background: #d9e8c0;
	color: var(--mh-forest);
}

.is-style-matkahattara-sprout .wp-block-button__link:hover {
	background: var(--mh-sprout);
}

/* Shared header and footer. */
.mh-site-header {
	align-items: center;
	background: rgba(246, 240, 223, 0.94);
	border-bottom: 1px solid rgba(40, 50, 27, 0.14);
	display: flex;
	height: 88px;
	justify-content: space-between;
	left: 0;
	padding: 0 5vw;
	position: sticky;
	top: 0;
	z-index: 30;
}

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

.mh-header-logo {
	margin: 0;
	width: 190px;
}

.mh-header-logo a,
.mh-header-logo img {
	display: block;
}

.mh-header-links {
	align-items: center;
	display: flex;
	gap: 30px;
}

.mh-header-links > p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
}

.mh-header-links > p a {
	text-decoration: none;
}

.mh-header-links > p a:hover {
	opacity: 0.58;
}

.mh-header-links .wp-block-buttons {
	margin: 0;
}

.mh-header-links .wp-block-button__link {
	font-size: 14px;
	min-height: 44px;
	padding: 12px 21px;
}

.mh-site-footer {
	background: var(--mh-forest);
	border-top: 1px solid rgba(246, 240, 223, 0.24);
	color: var(--mh-cream);
	padding: 58px var(--mh-page-pad) 30px;
}

.mh-footer-grid {
	align-items: end;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1fr;
}

.mh-footer-logo {
	margin: 0;
	width: min(270px, 62vw);
}

.mh-footer-copy {
	grid-column: 2;
	text-align: right;
}

.mh-footer-copy p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(20px, 2vw, 28px);
	margin: 0;
}

.mh-footer-copy > p:first-child {
	text-wrap: balance;
}

.mh-footer-copy a {
	border-bottom: 1px solid currentColor;
	color: inherit;
	font-weight: 700;
	text-decoration: none;
}

.mh-footer-copy a:hover,
.mh-footer-copy a:focus-visible,
.mh-footer-meta a:hover,
.mh-footer-meta a:focus-visible {
	color: var(--mh-apricot);
}

.mh-footer-meta a {
	color: inherit;
}

.mh-footer-bottom {
	align-items: flex-end;
	border-top: 1px solid rgba(246, 240, 223, 0.2);
	display: flex;
	justify-content: flex-end;
	margin-top: 36px;
	padding-top: 22px;
}

.mh-footer-meta {
	display: flex;
	flex: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	gap: clamp(18px, 3vw, 48px);
	justify-content: space-between;
	letter-spacing: 0.08em;
	margin: 0;
	opacity: 0.68;
	text-transform: uppercase;
}

.mh-footer-meta > p {
	margin: 0;
}

/* Editable front page hero. */
.mh-home-hero {
	background-image: url("assets/images/home-hero-clean.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	min-height: 100svh;
	overflow: hidden;
	position: relative;
}

.mh-home-logo {
	left: 3.1%;
	margin: 0;
	position: absolute;
	top: 9.5%;
	width: min(20vw, 390px);
	z-index: 2;
}

.mh-home-title {
	color: #111;
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: clamp(58px, 6.3vw, 124px);
	font-weight: 500;
	left: 50%;
	letter-spacing: -0.035em;
	line-height: 0.95;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 47.5%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	width: min(86%, 1320px);
	z-index: 2;
}

.mh-home-choice-buttons {
	display: grid !important;
	gap: clamp(34px, 13vw, 250px);
	grid-template-columns: minmax(250px, 0.82fr) minmax(330px, 1.18fr);
	left: 20.2%;
	margin: 0;
	position: absolute;
	top: 61.5%;
	width: 62.2%;
	z-index: 2;
}

.mh-home-choice-buttons .wp-block-button {
	width: 100%;
}

.mh-home-choice-buttons .wp-block-button__link {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: clamp(18px, 1.45vw, 29px);
	font-weight: 500;
	letter-spacing: -0.02em;
	min-height: clamp(54px, 7vh, 82px);
	width: 100%;
}

.mh-home-info {
	background: var(--mh-cream);
	padding: clamp(80px, 10vw, 150px) var(--mh-page-pad) 38px;
}

.mh-home-info-grid {
	display: grid;
	gap: clamp(56px, 7vw, 130px);
	grid-template-columns: 1.08fr 0.92fr;
	margin-top: 34px;
}

.mh-home-info-grid > * {
	min-width: 0;
}

.mh-home-intro h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 3vw, 56px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: 22px 0;
	max-width: 760px;
}

.mh-home-intro > p:last-of-type {
	font-size: clamp(17px, 1.25vw, 20px);
	line-height: 1.62;
	max-width: 760px;
}

.mh-home-service-list {
	border-top: 1px solid var(--mh-line);
	margin-top: 0;
}

.mh-home-service {
	border-bottom: 1px solid var(--mh-line);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(165px, 0.42fr) 1fr;
	padding: 23px 0;
}

.mh-home-service h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.mh-home-service .mh-status {
	color: var(--mh-olive);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.13em;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.mh-home-offerings {
	display: grid;
	gap: 20px;
}

.mh-home-offering + .mh-home-offering {
	border-top: 1px solid rgba(40, 50, 27, 0.14);
	padding-top: 18px;
}

.mh-home-offering > p:not(.mh-status) {
	font-size: clamp(16px, 1.2vw, 19px);
	line-height: 1.55;
	margin: 0;
}

.mh-home-contact {
	align-self: center;
	border-top: 0;
}

.mh-contact-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 24px 0 16px;
	opacity: 0.68;
	text-transform: uppercase;
}

.mh-home-email {
	margin: 0;
}

.mh-home-email > a {
	border-bottom: 0;
	display: grid;
	gap: 8px;
	padding: 0 0 28px;
	text-decoration: none;
}

.mh-home-email > a span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	opacity: 0.7;
}

.mh-home-email > a strong {
	font-family: "Quattrocento", Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.mh-home-email > a:hover strong {
	color: var(--mh-apricot);
}

.mh-social-link {
	margin: 0;
}

.mh-social-link > a {
	align-items: center;
	border-bottom: 0;
	display: grid;
	gap: clamp(16px, 1.4vw, 24px);
	grid-template-columns: clamp(105px, 7vw, 128px) max-content;
	justify-content: start;
	padding: 18px 0;
	text-decoration: none;
	transition: color 180ms ease;
}

.mh-social-link > a span {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.mh-social-link > a strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: clamp(15px, 1.05vw, 18px);
	letter-spacing: 0;
	line-height: 1.3;
	opacity: 0.68;
}

.mh-social-link > a:hover span {
	color: var(--mh-apricot);
}

.mh-home-bottom {
	align-items: end;
	border-top: 1px solid var(--mh-line);
	display: flex;
	justify-content: space-between;
	margin-top: clamp(70px, 8vw, 120px);
	padding-top: 30px;
}

.mh-home-bottom figure {
	margin: 0;
	width: min(260px, 50vw);
}

.mh-home-bottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	opacity: 0.58;
}

/* Travelers and business pages. */
.mh-sub-hero {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	min-height: calc(100vh - 88px);
	min-height: calc(100svh - 88px);
}

.mh-sub-hero-copy {
	align-self: center;
	padding: clamp(70px, 7vw, 130px) var(--mh-page-pad);
}

.mh-back-link {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 58px;
	opacity: 0.65;
}

.mh-back-link a {
	text-decoration: none;
}

.mh-back-link:hover {
	opacity: 1;
}

.mh-sub-hero-copy h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(58px, 7vw, 120px);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.91;
	margin: 22px 0 30px;
	max-width: 850px;
}

.mh-sub-hero-copy h1 em {
	color: var(--mh-apricot);
	font-weight: 400;
}

.mh-sub-hero-copy .wp-block-buttons {
	margin-top: 34px;
}

.mh-sub-hero-art {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 650px;
	overflow: hidden;
	position: relative;
}

.mh-sub-hero-art::after {
	content: "";
	inset: 0;
	position: absolute;
}

.mh-traveler-art {
	background: var(--mh-apricot) url("assets/images/texture-aprikoosi.jpg") center / cover;
}

.mh-traveler-art::after {
	background: var(--mh-apricot);
	mix-blend-mode: multiply;
	opacity: 0.26;
}

.mh-business-art {
	background: var(--mh-forest) url("assets/images/texture-metsa.jpg") center / cover;
}

.mh-business-art::before {
	background: var(--mh-mist);
	border-radius: 50%;
	content: "";
	height: min(38vw, 600px);
	position: absolute;
	width: min(38vw, 600px);
}

.mh-business-art::after {
	background: rgba(40, 50, 27, 0.36);
}

.mh-sub-hero-art figure {
	margin: 0;
	position: relative;
	width: 72%;
	z-index: 2;
}

.mh-business-art figure {
	filter: saturate(0.72);
	width: 76%;
}

.mh-art-quote {
	bottom: 5vw;
	color: var(--mh-cream);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(26px, 3vw, 48px);
	font-style: italic;
	line-height: 1;
	margin: 0;
	position: absolute;
	right: 4vw;
	text-align: right;
	z-index: 3;
}

.mh-promise-strip {
	align-items: center;
	background: var(--mh-forest);
	color: var(--mh-cream);
	display: flex;
	justify-content: space-around;
	padding: 22px 4vw;
}

.mh-promise-strip p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.mh-section {
	padding: clamp(84px, 9vw, 130px) var(--mh-page-pad);
}

.mh-services {
	display: grid;
	gap: 8vw;
	grid-template-columns: 0.85fr 1.15fr;
}

.mh-sticky-heading {
	align-self: start;
	position: sticky;
	top: 140px;
}

.mh-sticky-heading h2,
.mh-audit-heading h2,
.mh-feature-copy h2,
.mh-planned h2,
.mh-contact h2,
.mh-foundations h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(52px, 6vw, 100px);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.94;
	margin: 20px 0 30px;
}

.mh-service-list {
	border-top: 1px solid var(--mh-forest);
}

.mh-service-row {
	border-bottom: 1px solid var(--mh-forest);
	display: grid;
	gap: 30px;
	grid-template-columns: 42px 1fr;
	padding: 38px 0;
}

.mh-service-number {
	color: var(--mh-olive);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
}

.mh-service-row h3,
.mh-value-row h3,
.mh-foundation-card h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(29px, 3vw, 46px);
	font-weight: 400;
	margin: 0 0 14px;
}

.mh-service-row p {
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
	max-width: 620px;
}

.mh-status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.13em;
	margin-bottom: 18px !important;
	text-transform: uppercase;
}

.mh-status-now {
	color: #556235;
}

.mh-feature {
	background: var(--mh-mist);
	display: grid;
	gap: 7vw;
	grid-template-columns: 1fr 1fr;
}

.mh-feature-art {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 620px;
	overflow: hidden;
	position: relative;
}

.mh-feature-art::before {
	background: var(--mh-cream);
	border-radius: 50%;
	content: "";
	height: min(34vw, 560px);
	position: absolute;
	width: min(34vw, 560px);
}

.mh-feature-art figure {
	margin: 0;
	position: relative;
	width: 74%;
	z-index: 1;
}

.mh-feature-copy {
	align-self: center;
}

.mh-scope-note {
	font-size: 18px;
	line-height: 1.62;
	max-width: 700px;
}

.mh-value-list {
	margin-top: 46px;
}

.mh-value-row {
	border-top: 1px solid rgba(40, 50, 27, 0.42);
	display: grid;
	gap: 16px;
	grid-template-columns: 180px 1fr;
	padding: 22px 0;
}

.mh-value-row h3 {
	font-size: 25px;
}

.mh-value-row p {
	align-self: center;
	font-size: 15px;
	margin: 0;
}

.mh-planned {
	text-align: center;
}

.mh-planned h2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;
}

.mh-planned > p:last-child {
	font-size: 19px;
	line-height: 1.65;
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.mh-audit {
	display: grid;
	gap: 8vw;
	grid-template-columns: 1.15fr 0.85fr;
}

.mh-audit-copy {
	align-self: end;
	border-top: 1px solid var(--mh-forest);
	padding-top: 30px;
}

.mh-audit-copy p {
	font-size: 19px;
	line-height: 1.65;
}

.mh-audit-copy .wp-block-buttons {
	margin-top: 26px;
}

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

.mh-foundations > h2 {
	max-width: 1000px;
}

.mh-foundation-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 70px;
}

.mh-foundation-card {
	background: rgba(246, 240, 223, 0.74);
	min-height: 370px;
	padding: 34px;
}

.mh-foundation-card .mh-service-number {
	color: var(--mh-forest);
}

.mh-foundation-card h3 {
	font-size: 34px;
	margin-top: 86px;
}

.mh-foundation-card p {
	font-size: 15px;
	line-height: 1.55;
}

.mh-business-planned {
	background: var(--mh-cream) url("assets/images/texture-aprikoosi.jpg") center / cover;
}

.mh-contact {
	background: var(--mh-forest);
	color: var(--mh-cream);
	display: grid;
	gap: 8vw;
	grid-template-columns: 1.15fr 0.85fr;
}

.mh-contact-card {
	align-self: center;
	background: var(--mh-apricot);
	color: var(--mh-forest);
	padding: clamp(34px, 4vw, 58px);
}

.mh-contact-card > p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(24px, 2.3vw, 36px);
	line-height: 1.25;
	margin: 0 0 34px;
}

.mh-contact-card .wp-block-button,
.mh-contact-card .wp-block-button__link {
	width: 100%;
}

/* Standard pages, posts and WooCommerce content. */
.mh-standard-page {
	margin: 0 auto;
	max-width: 1180px;
	min-height: 62svh;
	padding: clamp(76px, 8vw, 120px) var(--mh-page-pad);
}

.mh-standard-page .wp-block-post-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 6vw, 90px);
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 0.96;
}

.mh-standard-page .entry-content,
.mh-standard-page .wp-block-post-content {
	font-size: 18px;
	line-height: 1.7;
}

.mh-post-list {
	margin: 0 auto;
	max-width: 1180px;
	padding: 90px var(--mh-page-pad);
}

.mh-post-list .wp-block-post {
	border-bottom: 1px solid var(--mh-line);
	padding: 30px 0;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--mh-forest);
	border-radius: 999px;
	color: var(--mh-cream);
	font-weight: 700;
	padding: 14px 20px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--mh-olive);
	color: var(--mh-cream);
}

/* Keep named sections understandable inside the WordPress editor. */
.editor-styles-wrapper .mh-home-hero {
	min-height: 760px;
}

.editor-styles-wrapper .mh-site-header {
	position: relative;
	top: auto;
}

.editor-styles-wrapper .mh-sticky-heading {
	position: static;
}

@media (max-width: 1100px) {
	.mh-home-choice-buttons {
		gap: 8vw;
		grid-template-columns: 1fr 1.22fr;
		left: 17%;
		width: 68%;
	}

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

@media (max-width: 900px) {
	.mh-site-header {
		height: 72px;
	}

	.mh-header-logo {
		width: 150px;
	}

	.mh-header-links > p {
		display: none;
	}

	.mh-home-info-grid,
	.mh-sub-hero,
	.mh-services,
	.mh-feature,
	.mh-audit,
	.mh-contact {
		grid-template-columns: 1fr;
	}

	.mh-sub-hero {
		min-height: auto;
	}

	.mh-sub-hero-copy {
		min-height: 76svh;
	}

	.mh-sub-hero-art {
		min-height: 72svh;
	}

	.mh-business-art::before {
		height: 72vw;
		width: 72vw;
	}

	.mh-sticky-heading {
		position: static;
	}

	.mh-feature-art {
		min-height: 84vw;
	}

	.mh-feature-art::before {
		height: 70vw;
		width: 70vw;
	}

	.mh-home-contact {
		align-self: start;
	}
}

@media (max-width: 760px) {
	.mh-home-hero {
		background-image: url("assets/images/home-hero-clean.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		display: block;
		min-height: 100svh;
		padding: 0;
	}

	.mh-home-logo {
		left: 5%;
		position: absolute;
		top: 5%;
		width: min(42vw, 170px);
	}

	.mh-home-title {
		font-size: clamp(25px, 7.8vw, 34px);
		left: 50%;
		line-height: 0.95;
		position: absolute;
		text-align: center;
		top: 43%;
		transform: translate(-50%, -50%);
		white-space: nowrap;
		width: 96%;
		word-spacing: 0;
	}

	.mh-home-choice-buttons {
		display: grid !important;
		gap: 8px;
		grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
		left: 3%;
		position: absolute;
		top: 50.5%;
		width: 94%;
	}

	.mh-home-choice-buttons .wp-block-button__link {
		border-radius: 999px;
		font-family: "Playfair Display", Georgia, "Times New Roman", serif;
		font-size: clamp(12px, 3.5vw, 15px);
		font-weight: 500;
		min-height: 52px;
		padding: 10px 6px;
		white-space: nowrap;
	}

	.mh-home-info {
		overflow-x: clip;
		padding: 72px 22px 34px;
	}

	.mh-home-info-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.mh-home-intro h2 {
		font-size: clamp(27px, 8.5vw, 34px);
		hyphens: auto;
		letter-spacing: -0.03em;
		overflow-wrap: anywhere;
	}

	.mh-home-intro > p:last-of-type,
	.mh-home-offering > p:not(.mh-status) {
		font-size: 16px;
		overflow-wrap: anywhere;
	}

	.mh-home-service {
		gap: 12px;
		grid-template-columns: minmax(0, 1fr);
	}

	.mh-home-email > a strong,
	.mh-social-link > a span {
		font-size: 18px;
	}

	.mh-promise-strip {
		flex-direction: column;
		gap: 14px;
	}

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

	.mh-footer-copy {
		grid-column: 1;
		text-align: left;
	}

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

	.mh-footer-meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		width: 100%;
	}
}

@media (max-width: 560px) {
	.mh-sub-hero-copy h1 {
		font-size: 58px;
	}

	.mh-sticky-heading h2,
	.mh-audit-heading h2,
	.mh-feature-copy h2,
	.mh-planned h2,
	.mh-contact h2,
	.mh-foundations h2 {
		font-size: 50px;
	}

	.mh-sub-hero-art {
		min-height: 58svh;
	}

	.mh-service-row {
		grid-template-columns: 30px 1fr;
	}

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

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

	.mh-foundation-card {
		min-height: 310px;
	}

	.mh-foundation-card h3 {
		margin-top: 54px;
	}

	.mh-home-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
	}
}

:where(body.page-id-85, .mh-traveler-page) .mh-value-list,
:where(body.page-id-85, .mh-traveler-page) .mh-value-row {
	border: 0;
}

:where(body.page-id-85, .mh-traveler-page) .mh-feature-copy > h2 {
	margin: 0 auto;
	max-width: 760px;
	text-align: center;
	text-wrap: balance;
}

:where(body.page-id-85, .mh-traveler-page) .mh-value-list {
	border: 0;
	gap: clamp(14px, 2vw, 22px);
	margin: clamp(30px, 4vw, 42px) auto 0;
	max-width: 900px;
	width: 100%;
}

:where(body.page-id-85, .mh-traveler-page) .mh-value-row {
	background: rgba(246, 240, 223, 0.82);
	border: 0;
	border-radius: 18px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	min-height: 150px;
	padding: clamp(22px, 2.8vw, 28px) clamp(14px, 2.5vw, 26px);
	text-align: left;
}

:where(body.page-id-85, .mh-traveler-page) .mh-value-row h3 {
	font-size: clamp(16px, 2.65vw, 27px);
	hyphens: none;
	line-height: 1.12;
	margin: 0 0 10px;
	overflow-wrap: normal;
	text-align: center;
	word-break: normal;
}

@media (max-width: 560px) {
	:where(body.page-id-85, .mh-traveler-page) .mh-value-list {
		gap: 14px;
		max-width: 420px;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-value-row {
		min-height: 124px;
		padding: 24px 22px;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-value-row h3 {
		font-size: 25px;
	}
}

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

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.wp-block-button__link {
		transition: none;
	}
}

/* Matkailijoille: rauhallinen ja kuvaton sivurakenne. */
:where(body.page-id-85, .mh-traveler-page) .mh-sub-hero {
	background: var(--mh-cream);
	display: block;
	min-height: 0;
}

:where(body.page-id-85, .mh-traveler-page) .mh-sub-hero-copy {
	margin: 0 auto;
	max-width: 1180px;
	min-height: 0;
	padding: clamp(64px, 7vw, 96px) var(--mh-page-pad) clamp(72px, 8vw, 112px);
}

:where(body.page-id-85, .mh-traveler-page) .mh-back-link {
	margin-bottom: 42px;
}

:where(body.page-id-85, .mh-traveler-page) .mh-sub-hero-copy > .mh-back-link,
:where(body.page-id-85, .mh-traveler-page) .mh-sub-hero-copy > .mh-eyebrow {
	display: none;
}

:is(body.page-id-85, .mh-traveler-page) .mh-sub-hero-copy h1 {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: clamp(46px, 5.2vw, 76px);
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin: 18px 0 26px;
	max-width: 820px;
	overflow-wrap: normal;
	text-wrap: balance;
}

:is(body.page-id-85, .mh-traveler-page) .mh-sub-hero-copy h1 em {
	color: var(--mh-apricot);
	display: inline;
	font-weight: 400;
	white-space: nowrap;
}

:where(body.page-id-85, .mh-traveler-page) .mh-sub-hero-copy .mh-lead {
	font-size: clamp(17px, 1.3vw, 20px);
	line-height: 1.65;
	max-width: 700px;
}

:where(body.page-id-85, .mh-traveler-page) .mh-sub-hero-copy .wp-block-buttons {
	margin-top: 28px;
}

:where(body.page-id-85, .mh-traveler-page) .mh-traveler-art,
:where(body.page-id-85, .mh-traveler-page) .mh-feature-art {
	display: none;
}

:where(body.page-id-85, .mh-traveler-page) .mh-promise-strip {
	background: #f3c79f;
	border-bottom: 1px solid var(--mh-line);
	border-top: 1px solid var(--mh-line);
	color: var(--mh-forest);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 17px var(--mh-page-pad);
}

:where(body.page-id-85, .mh-traveler-page) .mh-promise-strip p {
	border-right: 1px solid rgba(40, 50, 27, 0.22);
	padding: 2px 18px;
}

:where(body.page-id-85, .mh-traveler-page) .mh-promise-strip p:last-child {
	border-right: 0;
}

:where(body.page-id-85, .mh-traveler-page) .mh-promise-strip {
	grid-template-columns: minmax(0, 1fr);
}

:where(body.page-id-85, .mh-traveler-page) .mh-promise-strip .mh-tagline {
	border: 0;
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: clamp(24px, 2.4vw, 34px);
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.15;
	padding: 4px 18px;
	text-align: center;
	text-transform: none;
}

:where(body.page-id-85, .mh-traveler-page) .mh-section {
	padding: clamp(70px, 7vw, 104px) var(--mh-page-pad);
}

:where(body.page-id-85, .mh-traveler-page) .mh-services {
	background: #fffaf0;
	gap: clamp(52px, 7vw, 104px);
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
}

:where(body.page-id-85, .mh-traveler-page) .mh-sticky-heading {
	position: static;
}

:where(body.page-id-85, .mh-traveler-page) :is(
	.mh-sticky-heading,
	.mh-feature-copy,
	.mh-planned,
	.mh-contact
) h2 {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 4.3vw, 62px);
	letter-spacing: -0.035em;
	line-height: 1.03;
	overflow-wrap: anywhere;
}

body.page-id-85 .mh-contact h2 a,
.mh-traveler-page .mh-contact h2 a {
	color: var(--mh-cream);
	font-size: clamp(30px, 3.1vw, 46px);
	line-height: 1.08;
	text-decoration: none;
}

body.page-id-85 .mh-contact h2 a:hover,
body.page-id-85 .mh-contact h2 a:focus-visible,
.mh-traveler-page .mh-contact h2 a:hover,
.mh-traveler-page .mh-contact h2 a:focus-visible {
	color: var(--mh-apricot);
}

body.page-id-85 .mh-contact .mh-contact-support,
.mh-traveler-page .mh-contact .mh-contact-support {
	border-left: 3px solid var(--mh-apricot);
	color: rgba(246, 240, 223, 0.82);
	font-size: clamp(17px, 1.25vw, 21px);
	line-height: 1.55;
	margin: 32px 0 0;
	max-width: 560px;
	padding-left: 22px;
}

:where(body.page-id-85, .mh-traveler-page) .mh-service-list {
	border-top: 0;
}

:where(body.page-id-85, .mh-traveler-page) .mh-service-row {
	border-bottom-color: rgba(40, 50, 27, 0.34);
	gap: 20px;
	grid-template-columns: 1fr;
	padding: 30px 0;
}

:where(body.page-id-85, .mh-traveler-page) .mh-service-row:last-child {
	border-bottom: 0;
}

:where(body.page-id-85, .mh-traveler-page) .mh-service-row h3 {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: clamp(27px, 2.5vw, 36px);
	line-height: 1.12;
}

:where(body.page-id-85, .mh-traveler-page) .mh-service-row p {
	font-size: 17px;
	line-height: 1.62;
}

:where(body.page-id-85, .mh-traveler-page) .mh-feature {
	background: var(--mh-sprout);
	display: block;
}

:where(body.page-id-85, .mh-traveler-page) .mh-feature-copy {
	margin: 0 auto;
	max-width: 980px;
}

:where(body.page-id-85, .mh-traveler-page) .mh-scope-note {
	font-size: 18px;
	max-width: 760px;
}

:where(body.page-id-85, .mh-traveler-page) .mh-value-list {
	border-bottom: 1px solid var(--mh-line);
	border-top: 1px solid var(--mh-line);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 38px;
}

:where(body.page-id-85, .mh-traveler-page) .mh-value-row {
	border: 0;
	border-right: 1px solid var(--mh-line);
	display: block;
	padding: 26px;
}

:where(body.page-id-85, .mh-traveler-page) .mh-value-row:last-child {
	border-right: 0;
}

:where(body.page-id-85, .mh-traveler-page) .mh-value-row h3 {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-size: 27px;
	margin-bottom: 10px;
}

:where(body.page-id-85, .mh-traveler-page) .mh-value-row p {
	font-size: 15px;
	line-height: 1.55;
}

:where(body.page-id-85, .mh-traveler-page) .mh-planned {
	background: var(--mh-cream);
	border-bottom: 1px solid var(--mh-line);
	border-top: 1px solid var(--mh-line);
}

:where(body.page-id-85, .mh-traveler-page) .mh-contact-card > p {
	font-size: clamp(20px, 2vw, 28px);
	line-height: 1.4;
}

@media (min-width: 901px) {
	:where(body.page-id-85, .mh-traveler-page) .mh-contact {
		align-items: center;
		gap: clamp(52px, 6vw, 96px);
		padding-block: clamp(58px, 4.5vw, 76px);
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-contact-card {
		padding: clamp(36px, 3vw, 48px);
	}

	.mh-site-footer {
		padding-bottom: 24px;
		padding-top: 42px;
	}

	.mh-footer-bottom {
		margin-top: 30px;
		padding-top: 18px;
	}
}

@media (max-width: 900px) {
	:where(body.page-id-85, .mh-traveler-page) .mh-services,
	:where(body.page-id-85, .mh-traveler-page) .mh-contact {
		grid-template-columns: 1fr;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-sub-hero-copy {
		min-height: 0;
	}
}

@media (max-width: 760px) {
	:where(body.page-id-85, .mh-traveler-page) .mh-sub-hero-copy {
		padding: 44px 22px 58px;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-back-link {
		margin-bottom: 32px;
	}

	:is(body.page-id-85, .mh-traveler-page) .mh-sub-hero-copy h1 {
		font-size: clamp(18px, 5.8vw, 43px);
		line-height: 1.04;
		white-space: nowrap;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-sub-hero-copy .mh-lead {
		font-size: 16px;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-promise-strip {
		gap: 3px;
		padding: 13px 10px;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-promise-strip p {
		border-right: 0;
		font-size: 10px;
		letter-spacing: 0.07em;
		line-height: 1.35;
		padding: 2px 8px;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-section {
		padding: 58px 22px;
	}

	:where(body.page-id-85, .mh-traveler-page) :is(
		.mh-sticky-heading,
		.mh-feature-copy,
		.mh-planned,
		.mh-contact
	) h2 {
		font-size: clamp(34px, 9.5vw, 40px);
		line-height: 1.05;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-service-row {
		gap: 0;
		grid-template-columns: 1fr;
		padding: 26px 0;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-service-number {
		display: none;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-service-row h3 {
		font-size: 27px;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-value-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-value-row {
		border-bottom: 0;
		border-right: 1px solid var(--mh-line);
		min-width: 0;
		padding: 20px clamp(12px, 2vw, 20px);
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-value-row:last-child {
		border-right: 0;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-value-row h3 {
		font-size: clamp(17px, 2.85vw, 25px);
		hyphens: auto;
		overflow-wrap: anywhere;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-contact h2 br {
		display: inline;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-contact-card {
		padding: 28px;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-contact-card .wp-block-button__link {
		font-size: 14px;
		overflow-wrap: anywhere;
		padding-left: 18px;
		padding-right: 18px;
	}
}

@media (max-width: 560px) {
	:where(body.page-id-85, .mh-traveler-page) .mh-value-list {
		grid-template-columns: 1fr;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-value-row {
		border-bottom: 1px solid var(--mh-line);
		border-right: 0;
		padding: 22px 0;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-value-row:last-child {
		border-bottom: 0;
	}

	:where(body.page-id-85, .mh-traveler-page) .mh-value-row h3 {
		font-size: 25px;
	}
}

/* Keeps the traveler-page slogan on one line over WordPress global styles. */
body.page-id-85 .mh-sub-hero-copy h1 {
	max-width: none;
	white-space: nowrap;
}

body.page-id-85 .mh-sub-hero-copy h1 em {
	display: inline;
}

@media (max-width: 760px) {
	body.page-id-85 .mh-sub-hero-copy h1 {
		font-size: clamp(18px, 5.8vw, 43px);
		white-space: nowrap;
	}
}

/* Yrityksille: selkeä, kuvaton ja rauhallinen sivurakenne. */
.mh-business-page {
	background: var(--mh-cream);
	color: var(--mh-forest);
}

.mh-business-page :is(h1, h2, h3) {
	font-family: "Playfair Display", Georgia, "Times New Roman", serif;
	font-weight: 400;
	hyphens: auto;
	margin-top: 0;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

.mh-business-page p {
	text-wrap: pretty;
}

.mh-business-inner {
	margin-inline: auto;
	max-width: 1540px;
	padding-inline: var(--mh-page-pad);
	width: 100%;
}

.mh-business-hero-grid {
	align-items: stretch;
	display: grid;
	gap: clamp(46px, 7vw, 112px);
	grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
	padding-block: clamp(72px, 8vw, 124px);
}

.mh-business-hero-grid > *,
.mh-business-offer-intro > *,
.mh-business-product-grid > *,
.mh-business-foundations-grid > *,
.mh-business-future-grid > *,
.mh-business-contact-grid > * {
	min-width: 0;
}

.mh-business-hero-copy {
	align-self: center;
}

.mh-business-hero-copy .mh-eyebrow {
	margin-bottom: 28px;
}

.mh-business-hero-copy h1 {
	font-size: clamp(43px, 4.3vw, 64px);
	hyphens: none;
	letter-spacing: -0.035em;
	line-height: 1.03;
	margin-bottom: 34px;
	max-width: 780px;
	overflow-wrap: normal;
	word-break: normal;
}

.mh-business-hero-copy h1 em {
	color: inherit;
	display: block;
	font-size: 1em;
	font-style: normal;
	font-weight: 400;
	line-height: 1.02;
	margin-top: 0.08em;
}

.mh-business-hero-copy .mh-lead {
	font-size: clamp(18px, 1.45vw, 22px);
	line-height: 1.65;
	max-width: 720px;
}

.mh-business-hero-copy .wp-block-buttons {
	margin-top: 34px;
}

.mh-business-launch {
	align-self: stretch;
	background: var(--mh-forest);
	color: var(--mh-cream);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(38px, 5vw, 72px);
}

.mh-business-date {
	align-self: flex-start;
	background: var(--mh-apricot);
	border-radius: 999px;
	color: var(--mh-forest);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0 0 34px;
	padding: 10px 16px;
	text-transform: uppercase;
}

.mh-business-launch h2 {
	font-size: clamp(38px, 3.4vw, 52px);
	letter-spacing: -0.03em;
	line-height: 1.04;
	margin-bottom: 28px;
}

.mh-business-launch > p:last-child {
	color: rgba(246, 240, 223, 0.82);
	font-size: clamp(17px, 1.3vw, 20px);
	line-height: 1.6;
	margin: 0;
}

.mh-business-offer {
	padding-block: clamp(28px, 3vw, 44px) clamp(76px, 9vw, 132px);
}

.mh-business-offer-intro {
	align-items: end;
	display: grid;
	gap: clamp(40px, 7vw, 110px);
	grid-template-columns: minmax(0, 1.16fr) minmax(280px, 0.84fr);
	margin-bottom: clamp(48px, 6vw, 82px);
}

.mh-business-section-heading .mh-eyebrow {
	margin-bottom: 22px;
}

.mh-business-section-heading h2 {
	font-size: clamp(42px, 5vw, 72px);
	letter-spacing: -0.035em;
	line-height: 1.02;
	margin-bottom: 0;
}

.mh-business-foundations .mh-business-section-heading h2 {
	font-size: clamp(38px, 4.4vw, 64px);
}

.mh-business-offer-summary {
	font-size: clamp(18px, 1.45vw, 22px);
	line-height: 1.65;
	margin: 0;
	max-width: 540px;
}

.mh-business-product-grid {
	border-bottom: 1px solid var(--mh-line);
	border-top: 1px solid var(--mh-line);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mh-business-product {
	padding: clamp(38px, 4.5vw, 66px);
}

.mh-business-product + .mh-business-product {
	border-left: 1px solid var(--mh-line);
}

.mh-business-option-label {
	color: var(--mh-olive);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0 0 42px;
	text-transform: uppercase;
}

.mh-business-product h3 {
	font-size: clamp(32px, 3.2vw, 48px);
	letter-spacing: -0.025em;
	line-height: 1.08;
	margin-bottom: 24px;
}

.mh-business-product > p:last-child {
	font-size: clamp(17px, 1.25vw, 20px);
	line-height: 1.65;
	margin: 0;
	max-width: 610px;
}

.mh-business-offer-actions {
	justify-content: center;
	margin-top: 44px;
}

.mh-business-foundations {
	background: var(--mh-sprout);
	padding-block: clamp(76px, 9vw, 132px);
}

.mh-business-foundations-grid {
	display: grid;
	gap: clamp(48px, 8vw, 124px);
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
}

.mh-business-foundation-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mh-business-foundation-item {
	border-bottom: 1px solid var(--mh-line);
	padding: 30px 30px 34px;
}

.mh-business-foundation-item:nth-child(odd) {
	border-right: 1px solid var(--mh-line);
	padding-left: 0;
}

.mh-business-foundation-item:nth-child(-n + 2) {
	border-top: 1px solid var(--mh-line);
}

.mh-business-foundation-item h3 {
	font-size: clamp(27px, 2.4vw, 36px);
	line-height: 1.08;
	margin-bottom: 14px;
}

.mh-business-foundation-item p {
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
}

.mh-business-future {
	border-bottom: 1px solid var(--mh-line);
	border-top: 1px solid var(--mh-line);
	padding-block: clamp(68px, 7vw, 104px);
}

.mh-business-future-grid {
	display: block;
}

.mh-business-future .mh-business-section-heading {
	max-width: 1100px;
}

.mh-business-future .mh-business-section-heading h2 {
	font-size: clamp(24px, 2.2vw, 34px);
	line-height: 1.28;
}

.mh-business-future-grid > p {
	font-size: clamp(18px, 1.4vw, 21px);
	line-height: 1.65;
	margin: 0;
	max-width: 620px;
}

.mh-business-contact {
	background: var(--mh-forest);
	color: var(--mh-cream);
	padding-block: clamp(72px, 8vw, 118px);
}

.mh-business-contact-grid {
	align-items: center;
	display: grid;
	gap: clamp(48px, 9vw, 146px);
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.mh-business-contact .mh-eyebrow {
	color: var(--mh-cream);
}

.mh-business-contact h2 {
	font-size: clamp(42px, 4.6vw, 64px);
	hyphens: none;
	letter-spacing: -0.04em;
	line-height: 1.02;
	margin-bottom: 0;
	overflow-wrap: normal;
	text-wrap: wrap;
	word-break: normal;
}

.mh-business-contact-action {
	border-left: 3px solid var(--mh-apricot);
	padding-left: clamp(28px, 4vw, 56px);
}

.mh-business-contact-action > p {
	color: rgba(246, 240, 223, 0.84);
	font-size: clamp(18px, 1.5vw, 22px);
	line-height: 1.65;
	margin: 0 0 30px;
}

.mh-business-contact-action > .mh-business-contact-email {
	font-size: clamp(18px, 1.5vw, 22px);
	margin: 8px 0 0;
}

.mh-business-contact-email a {
	color: var(--mh-cream);
	text-decoration-color: rgba(246, 240, 223, 0.55);
	text-underline-offset: 0.24em;
}

.mh-business-contact-email a:hover,
.mh-business-contact-email a:focus-visible {
	color: var(--mh-apricot);
}

@media (max-width: 1080px) {
	.mh-business-hero-grid,
	.mh-business-offer-intro,
	.mh-business-foundations-grid,
	.mh-business-future-grid,
	.mh-business-contact-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.mh-business-launch,
	.mh-business-offer-summary,
	.mh-business-future-grid > p,
	.mh-business-contact-action {
		max-width: 760px;
		width: 100%;
	}
}

@media (max-width: 680px) {
	.mh-business-inner {
		padding-inline: 22px;
	}

	.mh-business-hero-grid {
		gap: 42px;
		padding-block: 52px 64px;
	}

	.mh-business-hero-copy .mh-eyebrow {
		margin-bottom: 20px;
	}

	.mh-business-hero-copy h1 {
		font-size: clamp(31px, 9.2vw, 42px);
		line-height: 1.05;
		margin-bottom: 26px;
	}

	.mh-business-hero-copy .mh-lead {
		font-size: 17px;
	}

	.mh-business-launch {
		padding: 32px 26px;
	}

	.mh-business-launch h2 {
		font-size: clamp(32px, 8.6vw, 38px);
	}

	.mh-business-section-heading h2 {
		font-size: clamp(34px, 10vw, 43px);
	}

	.mh-business-foundations .mh-business-section-heading h2 {
		font-size: clamp(30px, 8.6vw, 36px);
		line-height: 1.06;
	}

	.mh-business-offer {
		padding-block: 28px 66px;
	}

	.mh-business-foundations {
		padding-block: 66px;
	}

	.mh-business-product-grid,
	.mh-business-foundation-list {
		grid-template-columns: minmax(0, 1fr);
	}

	.mh-business-product {
		padding: 34px 0;
	}

	.mh-business-product + .mh-business-product {
		border-left: 0;
		border-top: 1px solid var(--mh-line);
	}

	.mh-business-option-label {
		margin-bottom: 26px;
	}

	.mh-business-product h3 {
		font-size: clamp(30px, 9vw, 38px);
	}

	.mh-business-offer-actions,
	.mh-business-offer-actions .wp-block-button,
	.mh-business-offer-actions .wp-block-button__link {
		width: 100%;
	}

	.mh-business-foundation-item,
	.mh-business-foundation-item:nth-child(odd) {
		border-left: 0;
		border-right: 0;
		padding: 26px 0 30px;
	}

	.mh-business-foundation-item:nth-child(n + 2) {
		border-top: 0;
	}

	.mh-business-future,
	.mh-business-contact {
		padding-block: 62px;
	}

	.mh-business-contact h2 {
		font-size: clamp(38px, 11vw, 48px);
	}

	.mh-business-contact-action {
		border-left-width: 2px;
		padding-left: 22px;
	}
}

/* Roomier spacing for the "Sinun matkasi." interlude. */
body.page-id-85 .mh-promise-strip {
	border-block: 0;
	padding-block: clamp(20px, 2vw, 26px);
}

/* Keep the compact header fully inside narrow mobile viewports. */
@media (max-width: 680px) {
	.mh-site-header {
		gap: 14px;
		padding-inline: 20px;
	}

	.mh-header-logo {
		flex: 0 1 150px;
		max-width: 46vw;
	}

	.mh-header-logo img {
		height: auto;
		max-width: 100%;
		width: 100% !important;
	}

	.mh-header-links {
		flex: 0 0 auto;
		gap: 0;
	}

	.mh-header-links .wp-block-button__link {
		font-size: 13px;
		min-height: 42px;
		padding: 10px 16px;
		white-space: nowrap;
	}
}
