/*
Theme Name: MHR Corporate
Theme URI: https://mhrchiptuning.com/
Author: MHR Chiptuning
Description: Tema corporativo premium para MHR Chiptuning. Diseño técnico, responsive y optimizado para presentar servicios de calibración, electrónica y banco de potencia 4WD.
Version: 2.1.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: mhr-corporate
*/

:root {
	--mhr-bg: #090a0c;
	--mhr-bg-soft: #0e1013;
	--mhr-surface: #131519;
	--mhr-surface-2: #181b20;
	--mhr-paper: #f2f1ed;
	--mhr-paper-soft: #e6e4de;
	--mhr-text: #f7f6f2;
	--mhr-ink: #15171a;
	--mhr-muted: #a4a7ad;
	--mhr-muted-dark: #5c6169;
	--mhr-line: rgba(255, 255, 255, 0.12);
	--mhr-line-dark: rgba(15, 18, 22, 0.12);
	--mhr-orange: #ff6b1a;
	--mhr-orange-bright: #ff7b2d;
	--mhr-orange-dark: #d94b00;
	--mhr-green: #43d18b;
	--mhr-radius-sm: 10px;
	--mhr-radius: 16px;
	--mhr-radius-lg: 26px;
	--mhr-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
	--mhr-container: 1240px;
	--mhr-reading: 780px;
	--mhr-font: Inter, Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 124px;
}

body {
	margin: 0;
	overflow-x: clip;
	background: var(--mhr-bg);
	color: var(--mhr-text);
	font-family: var(--mhr-font);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.mhr-menu-open {
	overflow: hidden;
}

img,
svg {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

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

button,
a {
	-webkit-tap-highlight-color: transparent;
}

::selection {
	background: var(--mhr-orange);
	color: #fff;
}

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

.mhr-reading-width {
	max-width: var(--mhr-reading);
}

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

.screen-reader-text:focus {
	top: 8px;
	left: 8px;
	z-index: 99999;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: #fff;
	color: #000;
	font-weight: 700;
	white-space: normal;
}

/* Header */
.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(9, 10, 12, 0.92);
	border-bottom: 1px solid transparent;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
	border-bottom-color: var(--mhr-line);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
}

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

.mhr-topbar {
	border-bottom: 1px solid var(--mhr-line);
	color: #c5c7cb;
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mhr-topbar__inner {
	display: flex;
	min-height: 35px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.mhr-topbar p {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0;
}

.mhr-status-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--mhr-green);
	box-shadow: 0 0 0 4px rgba(67, 209, 139, 0.1);
}

.mhr-topbar__contact {
	display: flex;
	align-items: center;
	gap: 10px;
}

.mhr-topbar a {
	color: inherit;
	text-decoration: none;
	transition: color 160ms ease;
}

.mhr-topbar a:hover {
	color: #fff;
}

.mhr-nav-shell {
	position: relative;
}

.mhr-navbar {
	display: grid;
	grid-template-columns: minmax(180px, 244px) 1fr auto;
	min-height: 82px;
	align-items: center;
	gap: 36px;
}

.mhr-brand {
	display: inline-flex;
	width: max-content;
	align-items: center;
	text-decoration: none;
}

.mhr-brand img,
.mhr-brand .custom-logo {
	width: auto;
	height: 62px;
	object-fit: contain;
}

.mhr-brand .custom-logo-link {
	display: flex;
}

.mhr-primary-nav {
	justify-self: end;
}

.mhr-nav-list,
.mhr-primary-nav ul,
.mhr-footer-menu,
.mhr-legal-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mhr-nav-list {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.25vw, 34px);
}

.mhr-nav-list li {
	position: relative;
}

.mhr-nav-list a {
	position: relative;
	display: inline-flex;
	padding-block: 28px;
	color: #d3d4d6;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: color 160ms ease;
}

.mhr-nav-list > li > a::after {
	position: absolute;
	right: 0;
	bottom: 22px;
	left: 0;
	height: 2px;
	content: "";
	background: var(--mhr-orange);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 200ms ease;
}

.mhr-nav-list a:hover,
.mhr-nav-list .current-menu-item > a,
.mhr-nav-list .current_page_item > a {
	color: #fff;
}

.mhr-nav-list a:hover::after,
.mhr-nav-list .current-menu-item > a::after,
.mhr-nav-list .current_page_item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.mhr-nav-list .sub-menu {
	position: absolute;
	top: calc(100% - 12px);
	left: -20px;
	min-width: 210px;
	padding: 10px;
	background: #17191d;
	border: 1px solid var(--mhr-line);
	border-radius: 12px;
	box-shadow: var(--mhr-shadow);
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.mhr-nav-list li:hover > .sub-menu,
.mhr-nav-list li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.mhr-nav-list .sub-menu a {
	width: 100%;
	padding: 10px 12px;
}

.mhr-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 1px solid var(--mhr-line);
	border-radius: 10px;
	background: transparent;
	cursor: pointer;
}

.mhr-menu-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 21px;
	height: 2px;
	margin: 4px auto;
	background: #fff;
	transition: transform 180ms ease, opacity 180ms ease;
}

.mhr-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
	transform: translateY(6px) rotate(45deg);
}

.mhr-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
	opacity: 0;
}

.mhr-menu-toggle[aria-expanded="true"] > span:nth-child(4) {
	transform: translateY(-6px) rotate(-45deg);
}

/* Shared buttons and labels */
.mhr-button,
.wp-block-button__link,
button[type="submit"],
input[type="submit"] {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 14px 22px;
	border: 1px solid var(--mhr-orange);
	border-radius: 7px;
	background: var(--mhr-orange);
	box-shadow: 0 14px 34px rgba(255, 107, 26, 0.16);
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.mhr-button:hover,
.wp-block-button__link:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
	border-color: var(--mhr-orange-bright);
	background: var(--mhr-orange-bright);
	box-shadow: 0 18px 40px rgba(255, 107, 26, 0.24);
	transform: translateY(-2px);
}

.mhr-button svg {
	width: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.mhr-button--compact {
	min-height: 42px;
	padding: 10px 15px;
	white-space: nowrap;
}

.mhr-button--compact svg {
	width: 16px;
}

.mhr-button--secondary {
	border-color: rgba(255, 255, 255, 0.2);
	background: transparent;
	box-shadow: none;
}

.mhr-button--secondary:hover {
	border-color: #fff;
	background: #fff;
	box-shadow: none;
	color: var(--mhr-ink);
}

.mhr-text-link,
.mhr-arrow-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.mhr-text-link {
	border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

.mhr-text-link:hover {
	border-color: var(--mhr-orange);
	color: var(--mhr-orange-bright);
}

.mhr-arrow-link {
	color: var(--mhr-orange);
}

.mhr-arrow-link svg {
	width: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform 180ms ease;
}

.mhr-arrow-link:hover svg {
	transform: translateX(4px);
}

.mhr-eyebrow,
.mhr-kicker {
	margin: 0 0 18px;
	color: var(--mhr-orange-bright);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mhr-eyebrow {
	display: flex;
	align-items: center;
	gap: 11px;
	color: #e0e1e3;
}

.mhr-eyebrow span {
	display: block;
	width: 30px;
	height: 2px;
	background: var(--mhr-orange);
}

/* Hero */
.mhr-hero {
	position: relative;
	min-height: clamp(680px, 82vh, 850px);
	overflow: hidden;
	border-bottom: 1px solid var(--mhr-line);
}

.mhr-hero__media,
.mhr-hero__scrim {
	position: absolute;
	inset: 0;
}

.mhr-hero__media {
	background-color: #0a0b0d;
	background-image: url("assets/images/mhr-dyno-hero.jpg");
	background-position: center center;
	background-size: cover;
	transform: scale(1.01);
}

.mhr-hero__scrim {
	background:
		linear-gradient(90deg, rgba(7, 8, 10, 0.99) 0%, rgba(7, 8, 10, 0.91) 30%, rgba(7, 8, 10, 0.54) 52%, rgba(7, 8, 10, 0.14) 78%),
		linear-gradient(180deg, rgba(7, 8, 10, 0.08), rgba(7, 8, 10, 0.38));
}

.mhr-hero__inner {
	position: relative;
	display: flex;
	min-height: inherit;
	align-items: center;
	padding-block: 104px 134px;
}

.mhr-hero__content {
	width: min(680px, 58%);
	min-width: 0;
}

.mhr-hero h1 {
	max-width: 670px;
	margin: 0;
	font-size: clamp(54px, 6.1vw, 92px);
	font-weight: 780;
	letter-spacing: -0.065em;
	line-height: 0.96;
}

.mhr-hero h1 em {
	display: block;
	color: var(--mhr-orange);
	font-style: normal;
}

.mhr-hero__lead {
	max-width: 610px;
	margin: 30px 0 0;
	color: #c7c9cc;
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.65;
}

.mhr-hero__actions {
	display: flex;
	align-items: center;
	gap: 27px;
	margin-top: 36px;
}

.mhr-hero__proof {
	display: flex;
	max-width: 630px;
	margin-top: 56px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.mhr-hero__proof > div {
	display: grid;
	min-width: 0;
	flex: 1;
	gap: 2px;
	padding-inline: 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.mhr-hero__proof > div:first-child {
	padding-left: 0;
}

.mhr-hero__proof > div:last-child {
	border-right: 0;
}

.mhr-hero__proof strong {
	font-size: 22px;
	font-weight: 780;
	letter-spacing: -0.03em;
}

.mhr-hero__proof span {
	color: #979ba2;
	font-size: 10px;
	font-weight: 720;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mhr-hero__badge {
	position: absolute;
	right: 0;
	bottom: 46px;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 21px;
	background: rgba(17, 19, 23, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(14px);
}

.mhr-hero__badge svg {
	width: 31px;
	fill: none;
	stroke: var(--mhr-orange);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.mhr-hero__badge p {
	display: grid;
	gap: 1px;
	margin: 0;
}

.mhr-hero__badge strong {
	font-size: 13px;
	letter-spacing: 0.02em;
}

.mhr-hero__badge span {
	color: #9ea1a7;
	font-size: 11px;
}

.mhr-capabilities {
	background: #0d0f12;
	border-bottom: 1px solid var(--mhr-line);
}

.mhr-capabilities__inner {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	min-height: 76px;
	align-items: center;
}

.mhr-capabilities span {
	position: relative;
	color: #b9bbc0;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

.mhr-capabilities span:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 3px;
	height: 3px;
	content: "";
	background: #50545b;
	border-radius: 50%;
}

/* Homepage sections */
.mhr-section {
	position: relative;
	padding-block: clamp(88px, 9vw, 140px);
}

.mhr-section--muted {
	background: var(--mhr-bg-soft);
	border-block: 1px solid var(--mhr-line);
}

.mhr-section-heading h2,
.mhr-dyno-feature h2,
.mhr-contact-band h2,
.mhr-heritage h2 {
	max-width: 850px;
	margin: 0;
	font-size: clamp(38px, 4.6vw, 66px);
	font-weight: 760;
	letter-spacing: -0.055em;
	line-height: 1.04;
}

.mhr-section-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.75fr);
	align-items: end;
	gap: 80px;
}

.mhr-section-heading--split > p {
	margin: 0 0 4px;
	color: var(--mhr-muted);
	font-size: 17px;
}

.mhr-section-heading--center {
	max-width: 800px;
	margin-inline: auto;
	text-align: center;
}

.mhr-section-heading--center h2 {
	margin-inline: auto;
}

.mhr-section-heading--center > p:last-child {
	max-width: 620px;
	margin: 22px auto 0;
	color: var(--mhr-muted);
	font-size: 17px;
}

.mhr-positioning__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	gap: clamp(70px, 10vw, 150px);
}

.mhr-positioning__copy {
	padding-top: 41px;
}

.mhr-positioning__copy p {
	margin: 0 0 21px;
	color: var(--mhr-muted);
	font-size: 17px;
}

.mhr-positioning__copy .mhr-arrow-link {
	margin-top: 13px;
}

.mhr-service-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	margin-top: 72px;
	background: var(--mhr-line);
	border: 1px solid var(--mhr-line);
}

.mhr-service-card {
	position: relative;
	min-height: 365px;
	padding: clamp(32px, 4vw, 52px);
	overflow: hidden;
	background: #101216;
	transition: background 220ms ease;
}

.mhr-service-card::after {
	position: absolute;
	right: -70px;
	bottom: -100px;
	width: 230px;
	height: 230px;
	content: "";
	background: radial-gradient(circle, rgba(255, 107, 26, 0.14), transparent 68%);
	opacity: 0;
	transition: opacity 220ms ease;
}

.mhr-service-card:hover {
	background: #15181d;
}

.mhr-service-card:hover::after {
	opacity: 1;
}

.mhr-service-card--primary {
	background: var(--mhr-orange-dark);
}

.mhr-service-card--primary:hover {
	background: #e65305;
}

.mhr-service-card--primary::after {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 68%);
}

.mhr-card-icon {
	display: grid;
	width: 51px;
	height: 51px;
	place-items: center;
	margin-bottom: 62px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 10px;
}

.mhr-card-icon svg {
	width: 25px;
	fill: none;
	stroke: var(--mhr-orange);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.mhr-service-card--primary .mhr-card-icon svg {
	stroke: #fff;
}

.mhr-card-number {
	position: absolute;
	top: 48px;
	right: 50px;
	color: #666a71;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.mhr-service-card--primary .mhr-card-number {
	color: rgba(255, 255, 255, 0.58);
}

.mhr-service-card h3 {
	margin: 0;
	font-size: clamp(24px, 2.5vw, 34px);
	font-weight: 720;
	letter-spacing: -0.035em;
	line-height: 1.1;
}

.mhr-service-card p {
	max-width: 480px;
	margin: 17px 0 0;
	color: #9fa3a9;
	font-size: 15px;
}

.mhr-service-card--primary p {
	color: rgba(255, 255, 255, 0.83);
}

.mhr-service-card > a {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 25px;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

/* Custom development */
.mhr-custom-dev {
	overflow: hidden;
	background:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		#090b0e;
	background-size: 56px 56px;
}

.mhr-custom-dev::before {
	position: absolute;
	top: -260px;
	right: -230px;
	width: 680px;
	height: 680px;
	content: "";
	background: radial-gradient(circle, rgba(255, 107, 26, 0.14), transparent 67%);
	pointer-events: none;
}

.mhr-custom-dev__intro {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
	gap: clamp(70px, 9vw, 135px);
}

.mhr-custom-dev__lead {
	padding-top: 40px;
}

.mhr-custom-dev__lead p {
	margin: 0 0 20px;
	color: var(--mhr-muted);
	font-size: 16px;
}

.mhr-development-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1px;
	margin-top: 72px;
	background: var(--mhr-line);
	border: 1px solid var(--mhr-line);
}

.mhr-development-card {
	position: relative;
	min-height: 410px;
	padding: clamp(32px, 4vw, 52px);
	background: rgba(14, 16, 19, 0.97);
}

.mhr-development-card--accent {
	background: linear-gradient(145deg, rgba(217, 75, 0, 0.95), rgba(151, 48, 0, 0.98));
}

.mhr-development-card__index {
	position: absolute;
	top: 45px;
	right: 48px;
	color: #62666d;
	font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.mhr-development-card--accent .mhr-development-card__index {
	color: rgba(255, 255, 255, 0.55);
}

.mhr-development-card__icon {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	margin-bottom: 62px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
}

.mhr-development-card__icon svg {
	width: 26px;
	fill: none;
	stroke: var(--mhr-orange);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.45;
}

.mhr-development-card--accent .mhr-development-card__icon svg {
	stroke: #fff;
}

.mhr-development-card h3 {
	margin: 0;
	font-size: clamp(25px, 2.6vw, 35px);
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.mhr-development-card > p {
	max-width: 510px;
	margin: 16px 0 23px;
	color: #9ea2a9;
	font-size: 14px;
}

.mhr-development-card--accent > p {
	color: rgba(255, 255, 255, 0.8);
}

.mhr-development-card ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mhr-development-card li {
	padding: 6px 9px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 4px;
	color: #b8bbc0;
	font-size: 9px;
	font-weight: 750;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.mhr-development-card--accent li {
	border-color: rgba(255, 255, 255, 0.22);
	color: #fff;
}

.mhr-development-process {
	display: grid;
	grid-template-columns: 180px 1fr;
	align-items: center;
	gap: 45px;
	margin-top: 34px;
	padding: 28px 0;
	border-block: 1px solid var(--mhr-line);
}

.mhr-development-process > p {
	margin: 0;
	color: #747880;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.mhr-development-process ol {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin: 0;
	padding: 0;
	list-style: none;
}

.mhr-development-process li {
	position: relative;
	display: grid;
	gap: 2px;
	padding-left: 25px;
	border-left: 1px solid var(--mhr-line);
	font-size: 12px;
	font-weight: 700;
}

.mhr-development-process li span {
	color: var(--mhr-orange);
	font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
	font-size: 9px;
}

/* Power configurator */
.mhr-configurator-section {
	padding-block: clamp(88px, 9vw, 140px);
	background: var(--mhr-paper);
	color: var(--mhr-ink);
}

.mhr-configurator-section .mhr-section-heading--split > p {
	color: var(--mhr-muted-dark);
}

.mhr-configurator {
	display: grid;
	grid-template-columns: minmax(290px, 0.35fr) minmax(0, 0.65fr);
	min-height: 650px;
	margin-top: 66px;
	overflow: hidden;
	background: #101216;
	border-radius: var(--mhr-radius-sm);
	box-shadow: 0 32px 80px rgba(16, 19, 23, 0.21);
	color: #fff;
}

.mhr-configurator__form {
	padding: clamp(28px, 3.5vw, 45px);
	background: #0b0d10;
	border-right: 1px solid var(--mhr-line);
}

.mhr-configurator__step {
	position: relative;
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 1px 12px;
	padding-block: 19px;
	border-bottom: 1px solid var(--mhr-line);
}

.mhr-configurator__step > span {
	grid-row: 1 / 3;
	padding-top: 2px;
	color: var(--mhr-orange);
	font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
	font-size: 9px;
	font-weight: 800;
}

.mhr-configurator__step label {
	color: #777b82;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.mhr-configurator__step select {
	width: 100%;
	padding: 5px 28px 5px 0;
	overflow: hidden;
	border: 0;
	outline: 0;
	background: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-overflow: ellipsis;
	cursor: pointer;
}

.mhr-configurator__step select:disabled {
	color: #5b5f65;
	cursor: not-allowed;
}

.mhr-configurator__step select:focus-visible {
	box-shadow: 0 2px 0 var(--mhr-orange);
}

.mhr-configurator__step option {
	background: #121419;
	color: #fff;
}

.mhr-configurator__status {
	min-height: 22px;
	margin: 18px 0 0 46px;
	color: #8e9299;
	font-size: 11px;
}

.mhr-configurator__status.is-error {
	color: #ff9d71;
}

.mhr-configurator__empty {
	display: grid;
	place-content: center;
	justify-items: center;
	padding: 60px;
	text-align: center;
}

.mhr-configurator__empty[hidden],
.mhr-configurator__result[hidden] {
	display: none;
}

.mhr-configurator__crosshair {
	position: relative;
	display: block;
	width: 122px;
	height: 122px;
	margin-bottom: 29px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 50%;
	box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.018), 0 0 0 48px rgba(255, 255, 255, 0.012);
}

.mhr-configurator__crosshair::before,
.mhr-configurator__crosshair::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	background: var(--mhr-orange);
	transform: translate(-50%, -50%);
}

.mhr-configurator__crosshair::before {
	width: 34px;
	height: 1px;
}

.mhr-configurator__crosshair::after {
	width: 1px;
	height: 34px;
}

.mhr-configurator__empty p {
	display: grid;
	max-width: 430px;
	gap: 7px;
	margin: 0;
}

.mhr-configurator__empty strong {
	font-size: 23px;
	letter-spacing: -0.03em;
}

.mhr-configurator__empty p span {
	color: #81858c;
	font-size: 13px;
}

.mhr-configurator__result {
	min-width: 0;
	padding: clamp(30px, 4vw, 52px);
}

.mhr-configurator__result-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 28px;
}

.mhr-configurator__result-header .mhr-kicker {
	margin-bottom: 9px;
}

.mhr-configurator__result-header h3 {
	margin: 0;
	font-size: clamp(27px, 3vw, 40px);
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.mhr-configurator__result-header p:last-child {
	margin: 8px 0 0;
	color: #8f939a;
	font-size: 12px;
}

.mhr-confidence {
	flex: 0 0 auto;
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	color: #aeb2b7;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mhr-confidence.is-contrastado {
	border-color: rgba(67, 209, 139, 0.38);
	color: var(--mhr-green);
}

.mhr-confidence.is-rango {
	border-color: rgba(255, 107, 26, 0.48);
	color: var(--mhr-orange-bright);
}

.mhr-configurator__metrics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin-top: 35px;
	background: var(--mhr-line);
	border: 1px solid var(--mhr-line);
}

.mhr-configurator__metrics > div {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: baseline;
	padding: 18px;
	background: #15171b;
}

.mhr-configurator__metrics > div.is-accent {
	background: rgba(255, 107, 26, 0.09);
}

.mhr-configurator__metrics span {
	grid-column: 1 / -1;
	margin-bottom: 3px;
	color: #767a81;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.mhr-configurator__metrics strong {
	font-size: clamp(21px, 2.5vw, 31px);
	letter-spacing: -0.04em;
	line-height: 1;
}

.mhr-configurator__metrics .is-accent strong {
	color: var(--mhr-orange-bright);
}

.mhr-configurator__metrics small {
	margin-left: 6px;
	color: #70747b;
	font-size: 9px;
	font-weight: 750;
}

.mhr-configurator__chart {
	margin-top: 30px;
	padding: 20px 20px 13px;
	background: #0d0f12;
	border: 1px solid var(--mhr-line);
	border-radius: 7px;
}

.mhr-chart-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 9px;
}

.mhr-chart-toolbar > div {
	display: flex;
	gap: 3px;
}

.mhr-chart-toolbar button {
	padding: 7px 11px;
	border: 1px solid var(--mhr-line);
	border-radius: 4px;
	background: transparent;
	color: #878b91;
	cursor: pointer;
	font-size: 10px;
	font-weight: 750;
}

.mhr-chart-toolbar button.is-active {
	border-color: var(--mhr-orange);
	background: var(--mhr-orange);
	color: #fff;
}

.mhr-chart-toolbar > p {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	color: #74787e;
	font-size: 9px;
}

.mhr-chart-toolbar > p span {
	display: block;
	width: 17px;
	height: 2px;
	margin-left: 8px;
}

.mhr-chart-toolbar .is-original {
	background: #b5b8bc;
}

.mhr-chart-toolbar .is-stage {
	background: var(--mhr-orange);
}

.mhr-configurator__chart canvas {
	width: 100%;
	height: auto;
}

.mhr-chart-note {
	margin: 4px 0 0;
	color: #656970;
	font-size: 9px;
	text-align: center;
}

.mhr-configurator__technical {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	margin-top: 25px;
}

.mhr-configurator__technical > p {
	max-width: 520px;
	margin: 0;
	color: #8b8f96;
	font-size: 11px;
}

.mhr-configurator__legal,
.mhr-configurator__noscript {
	max-width: 920px;
	margin: 22px auto 0;
	color: var(--mhr-muted-dark);
	font-size: 10px;
	text-align: center;
}

/* Use-based guidance */
.mhr-use-cases {
	background: #0d0f12;
}

.mhr-use-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	margin-top: 68px;
}

.mhr-use-grid article {
	position: relative;
	min-height: 365px;
	padding: clamp(29px, 3.7vw, 45px);
	overflow: hidden;
	background: #131519;
	border: 1px solid var(--mhr-line);
	border-radius: 8px;
}

.mhr-use-grid article::after {
	position: absolute;
	right: -95px;
	bottom: -105px;
	width: 230px;
	height: 230px;
	content: "";
	border: 1px solid rgba(255, 107, 26, 0.15);
	border-radius: 50%;
	box-shadow: 0 0 0 40px rgba(255, 107, 26, 0.025), 0 0 0 80px rgba(255, 107, 26, 0.018);
}

.mhr-use-grid article > span {
	color: var(--mhr-orange);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mhr-use-grid h3 {
	margin: 22px 0 13px;
	font-size: clamp(26px, 3vw, 37px);
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.mhr-use-grid article > p {
	max-width: 530px;
	margin: 0 0 25px;
	color: var(--mhr-muted);
	font-size: 14px;
}

.mhr-use-grid article > strong {
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mhr-use-grid ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 11px 0 0;
	padding: 0;
	list-style: none;
}

.mhr-use-grid li {
	padding: 5px 8px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid var(--mhr-line);
	border-radius: 4px;
	color: #a3a6ab;
	font-size: 9px;
}

.mhr-compliance-note {
	max-width: 940px;
	margin: 32px auto 0;
	padding: 18px 23px;
	border: 1px solid var(--mhr-line);
	border-radius: 6px;
	color: #7f8389;
	font-size: 11px;
	text-align: center;
}

/* FAQ */
.mhr-faq {
	background: #0a0b0d;
	border-top: 1px solid var(--mhr-line);
}

.mhr-faq__grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(70px, 10vw, 145px);
}

.mhr-faq .mhr-section-heading > p:last-child {
	max-width: 520px;
	margin: 24px 0 0;
	color: var(--mhr-muted);
}

.mhr-faq__items {
	border-top: 1px solid var(--mhr-line);
}

.mhr-faq details {
	border-bottom: 1px solid var(--mhr-line);
}

.mhr-faq summary {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	padding: 25px 2px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 720;
	list-style: none;
}

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

.mhr-faq summary span {
	position: relative;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	border: 1px solid var(--mhr-line);
	border-radius: 50%;
}

.mhr-faq summary span::before,
.mhr-faq summary span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 1px;
	content: "";
	background: var(--mhr-orange);
	transform: translate(-50%, -50%);
}

.mhr-faq summary span::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform 160ms ease;
}

.mhr-faq details[open] summary span::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.mhr-faq details p {
	margin: -4px 42px 25px 2px;
	color: var(--mhr-muted);
	font-size: 14px;
}

/* Dynamometer feature */
.mhr-dyno-feature {
	padding-block: clamp(88px, 9vw, 140px);
	background: var(--mhr-paper);
	color: var(--mhr-ink);
}

.mhr-dyno-feature__grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	align-items: center;
	gap: clamp(54px, 8vw, 110px);
}

.mhr-dyno-feature__visual {
	position: relative;
	min-height: 590px;
	background:
		linear-gradient(180deg, rgba(10, 11, 13, 0.02), rgba(10, 11, 13, 0.4)),
		url("assets/images/mhr-dyno-hero.jpg") 72% center / cover;
	border-radius: var(--mhr-radius-sm);
	box-shadow: 0 28px 70px rgba(15, 17, 20, 0.2);
}

.mhr-dyno-feature__visual::before {
	position: absolute;
	top: -18px;
	left: -18px;
	z-index: -1;
	width: 72%;
	height: 72%;
	content: "";
	border: 1px solid rgba(21, 23, 26, 0.17);
}

.mhr-dyno-feature__metric {
	position: absolute;
	right: 0;
	bottom: 0;
	display: grid;
	min-width: 190px;
	padding: 22px 26px;
	background: var(--mhr-orange);
	color: #fff;
}

.mhr-dyno-feature__metric strong {
	font-size: 29px;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.mhr-dyno-feature__metric span {
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.mhr-dyno-feature__content > p:not(.mhr-kicker) {
	margin: 27px 0 0;
	color: var(--mhr-muted-dark);
	font-size: 17px;
}

.mhr-check-list {
	display: grid;
	gap: 14px;
	margin: 30px 0 36px;
	padding: 0;
	list-style: none;
}

.mhr-check-list li {
	position: relative;
	padding-left: 29px;
	font-size: 14px;
	font-weight: 700;
}

.mhr-check-list li::before {
	position: absolute;
	top: 0.54em;
	left: 1px;
	width: 12px;
	height: 7px;
	content: "";
	border-bottom: 2px solid var(--mhr-orange);
	border-left: 2px solid var(--mhr-orange);
	transform: rotate(-45deg);
}

.mhr-dyno-feature .mhr-button--secondary {
	border-color: var(--mhr-ink);
	color: var(--mhr-ink);
}

.mhr-dyno-feature .mhr-button--secondary:hover {
	background: var(--mhr-ink);
	color: #fff;
}

/* Process */
.mhr-process {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin: 72px 0 0;
	padding: 0;
	background: var(--mhr-line);
	border: 1px solid var(--mhr-line);
	list-style: none;
}

.mhr-process li {
	position: relative;
	min-height: 320px;
	padding: 35px;
	background: var(--mhr-bg);
}

.mhr-process li > span {
	display: grid;
	width: 43px;
	height: 43px;
	place-items: center;
	border: 1px solid var(--mhr-line);
	border-radius: 50%;
	color: var(--mhr-orange);
	font-size: 11px;
	font-weight: 800;
}

.mhr-process li > div {
	position: absolute;
	right: 35px;
	bottom: 35px;
	left: 35px;
}

.mhr-process h3 {
	margin: 0 0 13px;
	font-size: 27px;
	letter-spacing: -0.035em;
}

.mhr-process p {
	margin: 0;
	color: var(--mhr-muted);
	font-size: 14px;
}

/* Stages */
.mhr-stages {
	background: #101216;
}

.mhr-stage-list {
	margin-top: 68px;
	border-top: 1px solid var(--mhr-line);
}

.mhr-stage-list article {
	display: grid;
	grid-template-columns: 210px 1fr;
	align-items: center;
	gap: 48px;
	padding: 39px 28px;
	border-bottom: 1px solid var(--mhr-line);
	transition: background 180ms ease, padding 180ms ease;
}

.mhr-stage-list article:hover {
	padding-inline: 40px 16px;
	background: rgba(255, 255, 255, 0.025);
}

.mhr-stage-label {
	display: flex;
	align-items: baseline;
	gap: 12px;
}

.mhr-stage-label span {
	color: var(--mhr-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.mhr-stage-label strong {
	color: var(--mhr-orange);
	font-size: 44px;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1;
}

.mhr-stage-list article > div:last-child {
	display: grid;
	grid-template-columns: minmax(240px, 0.8fr) minmax(300px, 1.2fr);
	align-items: center;
	gap: 60px;
}

.mhr-stage-list h3 {
	margin: 0;
	font-size: 24px;
	letter-spacing: -0.035em;
}

.mhr-stage-list p {
	margin: 0;
	color: var(--mhr-muted);
	font-size: 14px;
}

/* Heritage */
.mhr-heritage {
	overflow: hidden;
	background: var(--mhr-paper);
	color: var(--mhr-ink);
}

.mhr-heritage::after {
	position: absolute;
	right: -5vw;
	bottom: -18vw;
	width: 45vw;
	height: 45vw;
	content: "";
	border: 1px solid rgba(20, 22, 25, 0.08);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(20, 22, 25, 0.025), 0 0 0 140px rgba(20, 22, 25, 0.018);
}

.mhr-heritage__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 0.7fr 1.3fr;
	align-items: center;
	gap: clamp(70px, 11vw, 160px);
}

.mhr-heritage__year {
	display: grid;
}

.mhr-heritage__year > span {
	margin-left: 7px;
	color: var(--mhr-orange-dark);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.mhr-heritage__year strong {
	margin-left: -8px;
	font-size: clamp(86px, 11vw, 155px);
	font-weight: 800;
	letter-spacing: -0.085em;
	line-height: 0.94;
}

.mhr-heritage__year small {
	max-width: 250px;
	margin: 16px 0 0 7px;
	padding-top: 15px;
	border-top: 1px solid var(--mhr-line-dark);
	color: var(--mhr-muted-dark);
	font-size: 12px;
	font-weight: 650;
}

.mhr-heritage__content > p:not(.mhr-kicker) {
	max-width: 690px;
	margin: 24px 0 0;
	color: var(--mhr-muted-dark);
	font-size: 17px;
}

.mhr-heritage blockquote {
	margin: 34px 0 0;
	padding: 20px 0 20px 27px;
	border-left: 3px solid var(--mhr-orange);
}

.mhr-heritage blockquote p {
	margin: 0;
	color: var(--mhr-ink);
	font-size: 19px;
	font-weight: 720;
}

/* Contact band */
.mhr-contact-band {
	position: relative;
	padding-block: clamp(84px, 9vw, 128px);
	overflow: hidden;
	background: var(--mhr-orange-dark);
}

.mhr-contact-band::before {
	position: absolute;
	top: -310px;
	left: -220px;
	width: 680px;
	height: 680px;
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.025), 0 0 0 160px rgba(255, 255, 255, 0.018);
}

.mhr-contact-band__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(390px, 0.75fr);
	align-items: center;
	gap: clamp(60px, 9vw, 130px);
}

.mhr-contact-band .mhr-kicker {
	color: rgba(255, 255, 255, 0.68);
}

.mhr-contact-band h2 {
	max-width: 720px;
}

.mhr-contact-band__grid > div:first-child > p:last-child {
	max-width: 630px;
	margin: 27px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 17px;
}

.mhr-contact-card {
	padding: 12px 31px 27px;
	background: #fff;
	border-radius: var(--mhr-radius-sm);
	box-shadow: var(--mhr-shadow);
	color: var(--mhr-ink);
}

.mhr-contact-card__item {
	position: relative;
	display: grid;
	gap: 3px;
	padding-block: 21px;
	border-bottom: 1px solid var(--mhr-line-dark);
	text-decoration: none;
}

.mhr-contact-card__item span {
	color: var(--mhr-muted-dark);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.mhr-contact-card__item strong {
	padding-right: 40px;
	font-size: clamp(16px, 1.6vw, 20px);
	letter-spacing: -0.025em;
	word-break: break-word;
}

.mhr-contact-card__item svg {
	position: absolute;
	top: 50%;
	right: 3px;
	width: 20px;
	fill: none;
	stroke: var(--mhr-orange-dark);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	transform: translateY(-50%);
	transition: transform 180ms ease;
}

.mhr-contact-card__item:hover svg {
	transform: translate(5px, -50%);
}

.mhr-contact-card__meta {
	display: grid;
	gap: 6px;
	padding-top: 22px;
}

.mhr-contact-card__meta p {
	margin: 0;
	color: var(--mhr-muted-dark);
	font-size: 11px;
}

/* Inner pages and WordPress content */
.mhr-page-hero {
	position: relative;
	padding-block: clamp(90px, 11vw, 160px) clamp(70px, 8vw, 110px);
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(9, 10, 12, 0.99), rgba(9, 10, 12, 0.73)),
		url("assets/images/mhr-dyno-hero.jpg") center 54% / cover;
	border-bottom: 1px solid var(--mhr-line);
}

.mhr-page-hero::after {
	position: absolute;
	right: 7vw;
	bottom: -165px;
	width: 320px;
	height: 320px;
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.02), 0 0 0 108px rgba(255, 255, 255, 0.012);
}

.mhr-page-hero .mhr-container {
	position: relative;
	z-index: 1;
}

.mhr-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 29px;
	color: #868a91;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mhr-breadcrumbs a {
	color: #c4c6ca;
	text-decoration: none;
}

.mhr-breadcrumbs a:hover {
	color: var(--mhr-orange-bright);
}

.mhr-page-hero h1 {
	max-width: 950px;
	margin: 0;
	font-size: clamp(48px, 7vw, 96px);
	font-weight: 780;
	letter-spacing: -0.065em;
	line-height: 0.98;
}

.mhr-page-hero--article h1 {
	font-size: clamp(42px, 5.8vw, 72px);
}

.mhr-content-layout,
.mhr-article .mhr-entry__content {
	padding-block: clamp(70px, 8vw, 110px);
}

.mhr-entry__content {
	max-width: 940px;
}

.mhr-entry__content > * {
	max-width: var(--mhr-reading);
	margin-right: auto;
	margin-left: auto;
}

.mhr-entry__content > .alignwide {
	max-width: 1100px;
}

.mhr-entry__content > .alignfull {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
}

.mhr-entry__content h1,
.mhr-entry__content h2,
.mhr-entry__content h3,
.mhr-entry__content h4 {
	margin-top: 1.8em;
	margin-bottom: 0.6em;
	letter-spacing: -0.04em;
	line-height: 1.13;
}

.mhr-entry__content h2 {
	font-size: clamp(32px, 4vw, 52px);
}

.mhr-entry__content h3 {
	font-size: clamp(23px, 2.5vw, 31px);
}

.mhr-entry__content p,
.mhr-entry__content li {
	color: #b2b5ba;
	font-size: 17px;
}

.mhr-entry__content a:not(.wp-block-button__link) {
	color: var(--mhr-orange-bright);
}

.mhr-entry__content blockquote {
	margin-block: 38px;
	padding: 22px 28px;
	border-left: 3px solid var(--mhr-orange);
	background: rgba(255, 255, 255, 0.035);
}

.mhr-entry__content blockquote p {
	margin: 0;
	color: #fff;
	font-size: 21px;
}

.mhr-entry__content hr {
	margin-block: 50px;
	border: 0;
	border-top: 1px solid var(--mhr-line);
}

.mhr-entry__content .wp-block-columns {
	gap: 20px;
	margin-block: 34px;
}

.mhr-entry__content .wp-block-column {
	padding: clamp(24px, 3vw, 36px);
	background: var(--mhr-surface);
	border: 1px solid var(--mhr-line);
	border-radius: var(--mhr-radius-sm);
}

.mhr-entry__content .wp-block-column > :first-child {
	margin-top: 0;
}

.mhr-entry__content .wp-block-group.has-background,
.mhr-entry__content .wp-block-cover {
	padding: clamp(28px, 5vw, 60px);
	border-radius: var(--mhr-radius-sm);
	box-shadow: var(--mhr-shadow);
}

.mhr-entry__content input:not([type="submit"]),
.mhr-entry__content textarea,
.mhr-entry__content select,
.search-form input[type="search"] {
	width: 100%;
	min-height: 50px;
	padding: 11px 14px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	outline: 0;
	background: #101216;
	color: #fff;
}

.mhr-entry__content input:focus,
.mhr-entry__content textarea:focus,
.mhr-entry__content select:focus,
.search-form input[type="search"]:focus {
	border-color: var(--mhr-orange);
	box-shadow: 0 0 0 3px rgba(255, 107, 26, 0.14);
}

.mhr-article__image {
	margin-top: 70px;
}

.mhr-article__image img {
	width: 100%;
	max-height: 660px;
	border-radius: var(--mhr-radius-sm);
	object-fit: cover;
}

.mhr-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	padding-block: clamp(70px, 8vw, 110px);
}

.mhr-post-card {
	overflow: hidden;
	background: var(--mhr-surface);
	border: 1px solid var(--mhr-line);
	border-radius: var(--mhr-radius-sm);
}

.mhr-post-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.mhr-post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.mhr-post-card:hover .mhr-post-card__image img {
	transform: scale(1.035);
}

.mhr-post-card__body {
	padding: 28px;
}

.mhr-post-card__meta {
	margin: 0 0 14px;
	color: var(--mhr-orange);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mhr-post-card h2 {
	margin: 0;
	font-size: 25px;
	line-height: 1.15;
}

.mhr-post-card h2 a {
	text-decoration: none;
}

.mhr-post-card__body > p:not(.mhr-post-card__meta) {
	color: var(--mhr-muted);
}

.mhr-pagination,
.mhr-empty-state {
	grid-column: 1 / -1;
}

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

.mhr-pagination .page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--mhr-line);
	border-radius: 6px;
	text-decoration: none;
}

.mhr-pagination .current {
	border-color: var(--mhr-orange);
	background: var(--mhr-orange);
}

.mhr-error-page {
	display: grid;
	min-height: 68vh;
	place-items: center;
	padding-block: 100px;
	text-align: center;
}

.mhr-error-code {
	margin: 0;
	color: var(--mhr-orange);
	font-size: clamp(100px, 20vw, 240px);
	font-weight: 850;
	letter-spacing: -0.1em;
	line-height: 0.8;
}

.mhr-error-page h1 {
	margin: 30px 0 0;
	font-size: clamp(36px, 5vw, 60px);
	letter-spacing: -0.05em;
}

.mhr-error-page p:not(.mhr-error-code) {
	margin: 18px 0 30px;
	color: var(--mhr-muted);
}

/* Footer */
.site-footer {
	padding-block: 77px 28px;
	background: #07080a;
	border-top: 1px solid var(--mhr-line);
}

.mhr-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 0.6fr 1fr;
	gap: clamp(50px, 8vw, 110px);
	padding-bottom: 64px;
}

.mhr-footer-brand img {
	width: 210px;
	height: auto;
	margin-bottom: 23px;
}

.mhr-footer-brand > p {
	max-width: 420px;
	margin: 0;
	color: #898d94;
	font-size: 13px;
}

.mhr-footer-since {
	display: inline-block;
	margin-top: 22px;
	padding: 8px 11px;
	border: 1px solid var(--mhr-line);
	border-radius: 5px;
	color: #b3b6bb;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mhr-footer-column h2 {
	margin: 8px 0 22px;
	color: #6f737a;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.mhr-footer-menu,
.mhr-footer-menu.mhr-nav-list {
	display: grid;
	gap: 10px;
}

.mhr-footer-menu a,
.mhr-footer-menu.mhr-nav-list a {
	padding: 0;
	color: #c0c2c6;
	font-size: 13px;
	font-weight: 650;
	text-decoration: none;
}

.mhr-footer-menu a::after {
	display: none !important;
}

.mhr-footer-menu a:hover {
	color: var(--mhr-orange-bright);
}

.mhr-footer-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.mhr-footer-contact a {
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: 750;
	text-decoration: none;
}

.mhr-footer-contact a:hover {
	color: var(--mhr-orange-bright);
}

.mhr-footer-contact p {
	max-width: 360px;
	margin: 14px 0 0;
	color: #7f838a;
	font-size: 11px;
}

.mhr-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 25px;
	border-top: 1px solid var(--mhr-line);
	color: #696d73;
	font-size: 10px;
}

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

.mhr-legal-menu {
	display: flex;
	gap: 18px;
}

.mhr-legal-menu a {
	text-decoration: none;
}

.mhr-legal-menu a:hover {
	color: #fff;
}

.mhr-floating-call {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 900;
	display: none;
	min-height: 49px;
	align-items: center;
	gap: 9px;
	padding: 11px 16px;
	background: var(--mhr-orange);
	border-radius: 999px;
	box-shadow: 0 15px 36px rgba(0, 0, 0, 0.36);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.mhr-floating-call svg {
	width: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

/* Progressive reveal */
.mhr-has-js [data-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 600ms cubic-bezier(0.2, 0.65, 0.3, 1), transform 600ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.mhr-has-js [data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Responsive */
@media (max-width: 1120px) {
	.mhr-navbar {
		grid-template-columns: 190px 1fr auto;
		gap: 22px;
	}

	.mhr-nav-list {
		gap: 18px;
	}

	.mhr-navbar__cta {
		display: none;
	}

	.mhr-hero__content {
		width: min(680px, 66%);
	}

	.mhr-hero__badge {
		right: 24px;
	}

	.mhr-stage-list article > div:last-child {
		gap: 32px;
	}
}

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

	.mhr-topbar__contact {
		display: none;
	}

	.mhr-topbar__inner {
		justify-content: center;
	}

	.mhr-navbar {
		grid-template-columns: 1fr auto;
	}

	.mhr-menu-toggle {
		position: relative;
		z-index: 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
		justify-self: end;
	}

	.mhr-primary-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		max-height: calc(100vh - 117px);
		overflow-y: auto;
		background: rgba(9, 10, 12, 0.99);
		border-top: 1px solid var(--mhr-line);
		border-bottom: 1px solid var(--mhr-line);
		box-shadow: 0 25px 45px rgba(0, 0, 0, 0.35);
	}

	.mhr-primary-nav.is-open {
		display: block;
	}

	.mhr-nav-list {
		display: grid;
		gap: 0;
		width: min(calc(100% - 48px), var(--mhr-container));
		margin-inline: auto;
		padding-block: 16px 26px;
	}

	.mhr-nav-list a {
		display: flex;
		width: 100%;
		padding: 14px 0;
		border-bottom: 1px solid var(--mhr-line);
		font-size: 16px;
	}

	.mhr-nav-list > li > a::after {
		display: none;
	}

	.mhr-nav-list .sub-menu {
		position: static;
		display: grid;
		padding: 0 0 0 16px;
		background: transparent;
		border: 0;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.mhr-hero {
		min-height: 760px;
	}

	.mhr-hero__media {
		background-position: 63% center;
	}

	.mhr-hero__scrim {
		background: linear-gradient(90deg, rgba(7, 8, 10, 0.99), rgba(7, 8, 10, 0.85) 62%, rgba(7, 8, 10, 0.42));
	}

	.mhr-hero__content {
		width: 76%;
	}

	.mhr-hero__badge {
		right: 24px;
		bottom: 30px;
	}

	.mhr-positioning__grid,
	.mhr-custom-dev__intro,
	.mhr-dyno-feature__grid,
	.mhr-heritage__grid,
	.mhr-faq__grid,
	.mhr-contact-band__grid {
		grid-template-columns: 1fr;
	}

	.mhr-positioning__copy {
		max-width: 700px;
		padding-top: 0;
	}

	.mhr-custom-dev__lead {
		max-width: 720px;
		padding-top: 0;
	}

	.mhr-development-process {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.mhr-configurator {
		grid-template-columns: 1fr;
	}

	.mhr-configurator__form {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0 28px;
		border-right: 0;
		border-bottom: 1px solid var(--mhr-line);
	}

	.mhr-configurator__status {
		grid-column: 1 / -1;
	}

	.mhr-faq__grid {
		gap: 55px;
	}

	.mhr-section-heading--split {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.mhr-section-heading--split > p {
		max-width: 630px;
	}

	.mhr-dyno-feature__visual {
		min-height: 510px;
	}

	.mhr-process {
		grid-template-columns: 1fr;
	}

	.mhr-process li {
		min-height: auto;
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 24px;
	}

	.mhr-process li > div {
		position: static;
	}

	.mhr-stage-list article > div:last-child {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.mhr-heritage__year strong {
		font-size: clamp(100px, 23vw, 170px);
	}

	.mhr-contact-card {
		max-width: 580px;
	}

	.mhr-footer-grid {
		grid-template-columns: 1.2fr 0.8fr;
	}

	.mhr-footer-contact {
		grid-column: 1 / -1;
	}

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

@media (max-width: 680px) {
	html {
		scroll-padding-top: 90px;
	}

	.mhr-container,
	.mhr-nav-list {
		width: min(calc(100% - 32px), var(--mhr-container));
	}

	.mhr-topbar p {
		max-width: 100%;
		overflow: hidden;
		font-size: 9px;
		letter-spacing: 0.07em;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.mhr-navbar {
		min-height: 72px;
	}

	.mhr-brand img,
	.mhr-brand .custom-logo {
		height: 52px;
	}

	.mhr-hero {
		min-height: 760px;
	}

	.mhr-hero__media {
		background-position: 66% center;
	}

	.mhr-hero__scrim {
		background: linear-gradient(180deg, rgba(7, 8, 10, 0.72), rgba(7, 8, 10, 0.89) 45%, rgba(7, 8, 10, 0.99));
	}

	.mhr-hero__inner {
		align-items: flex-end;
		padding-block: 82px 76px;
	}

	.mhr-hero__content {
		width: 100%;
	}

	.mhr-hero h1 {
		font-size: clamp(43px, 12vw, 50px);
		letter-spacing: -0.07em;
	}

	.mhr-hero__lead {
		font-size: 16px;
	}

	.mhr-hero__actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.mhr-hero__proof {
		margin-top: 38px;
	}

	.mhr-hero__proof > div {
		padding-inline: 13px;
	}

	.mhr-hero__proof strong {
		font-size: 18px;
	}

	.mhr-hero__proof span {
		font-size: 8px;
		line-height: 1.3;
	}

	.mhr-hero__badge {
		display: none;
	}

	.mhr-capabilities__inner {
		display: flex;
		overflow-x: auto;
		gap: 28px;
		scrollbar-width: none;
	}

	.mhr-capabilities__inner::-webkit-scrollbar {
		display: none;
	}

	.mhr-capabilities span {
		flex: 0 0 auto;
	}

	.mhr-capabilities span:not(:last-child)::after {
		right: -16px;
	}

	.mhr-section-heading h2,
	.mhr-dyno-feature h2,
	.mhr-contact-band h2,
	.mhr-heritage h2 {
		font-size: clamp(36px, 11vw, 49px);
	}

	.mhr-service-grid {
		grid-template-columns: 1fr;
		margin-top: 50px;
	}

	.mhr-development-grid,
	.mhr-use-grid {
		grid-template-columns: 1fr;
		margin-top: 50px;
	}

	.mhr-development-card {
		min-height: 370px;
	}

	.mhr-development-process ol {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.mhr-development-process li {
		grid-template-columns: 28px 1fr;
		gap: 8px;
		padding: 11px 0;
		border-top: 1px solid var(--mhr-line);
		border-left: 0;
	}

	.mhr-configurator {
		min-height: 580px;
		margin-top: 48px;
	}

	.mhr-configurator__form {
		display: block;
		padding: 22px;
	}

	.mhr-configurator__status {
		margin-left: 46px;
	}

	.mhr-configurator__empty {
		min-height: 480px;
		padding: 40px 25px;
	}

	.mhr-configurator__result {
		padding: 28px 20px;
	}

	.mhr-configurator__result-header {
		align-items: flex-start;
		flex-direction: column;
	}

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

	.mhr-configurator__metrics > div {
		padding: 15px;
	}

	.mhr-configurator__chart {
		padding-inline: 9px;
	}

	.mhr-chart-toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.mhr-configurator__technical {
		align-items: stretch;
		flex-direction: column;
	}

	.mhr-configurator__technical .mhr-button {
		width: 100%;
	}

	.mhr-faq summary {
		font-size: 15px;
	}

	.mhr-service-card {
		min-height: 330px;
	}

	.mhr-card-icon {
		margin-bottom: 48px;
	}

	.mhr-dyno-feature__visual {
		min-height: 390px;
		background-position: 67% center;
	}

	.mhr-dyno-feature__metric {
		min-width: 160px;
		padding: 17px 20px;
	}

	.mhr-process li {
		padding: 28px;
	}

	.mhr-stage-list article {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 31px 2px;
	}

	.mhr-stage-list article:hover {
		padding-inline: 2px;
	}

	.mhr-heritage__year strong {
		font-size: 29vw;
	}

	.mhr-contact-band__grid {
		gap: 45px;
	}

	.mhr-contact-card {
		padding-inline: 22px;
	}

	.mhr-page-hero {
		padding-block: 90px 70px;
	}

	.mhr-page-hero h1 {
		font-size: clamp(45px, 14vw, 66px);
	}

	.mhr-entry__content p,
	.mhr-entry__content li {
		font-size: 16px;
	}

	.mhr-entry__content .wp-block-columns {
		display: grid;
	}

	.mhr-archive-grid {
		grid-template-columns: 1fr;
	}

	.mhr-footer-grid {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	.mhr-footer-contact {
		grid-column: auto;
	}

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

	.mhr-legal-menu {
		flex-wrap: wrap;
	}

	.mhr-floating-call {
		display: flex;
	}
}

@media (max-width: 420px) {
	.mhr-hero__proof > div:nth-child(3) {
		display: none;
	}

	.mhr-hero__proof > div:nth-child(2) {
		border-right: 0;
	}
}

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

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.mhr-has-js [data-reveal] {
		opacity: 1;
		transform: none;
	}
}
