/*
Theme Name: Magnesium Turkey
Theme URI: https://magnesiumturkey.com/
Author: Magnesium Turkey
Author URI: https://magnesiumturkey.com/
Description: A lightweight block theme foundation for the Magnesium Turkey website rebuild.
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Version: 0.1.29
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: magnesium-turkey
*/

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

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

body {
	margin: 0;
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--ink);
	font-size: 18px;
	line-height: 1.72;
	text-rendering: optimizeLegibility;
}

a {
	color: inherit;
	text-underline-offset: 0.18em;
}

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

.alignwide {
	max-width: 1280px;
}

.wp-site-blocks > * {
	margin-block-start: 0;
}

.wp-site-blocks > .wp-block-template-part + main {
	margin-block-start: 0;
}

.mt-site-header > .mt-main-header {
	margin-block-start: 0;
}

.mt-site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: var(--wp--preset--color--navy);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 16px 40px rgba(3, 43, 74, 0.13);
}

.mt-topbar {
	background: var(--wp--preset--color--white);
	color: #032b4a;
	font-size: 0.86rem;
	line-height: 1.4;
}

.mt-topbar__inner {
	min-height: 40px;
	gap: 1.4rem;
}

.mt-topbar p {
	margin: 0;
	color: #032b4a;
}

.mt-topbar__links {
	display: flex;
	gap: 1.45rem;
	flex-wrap: wrap;
	align-items: center;
}

.mt-topbar__links a {
	color: #032b4a;
	text-decoration: none;
	transition: color 160ms ease;
}

.mt-topbar__links a:hover {
	color: rgba(3, 43, 74, 0.78);
}

.mt-main-header {
	background: var(--wp--preset--color--deep-blue);
}

.mt-main-header__inner {
	min-height: 106px;
	gap: 1.6rem;
	flex-wrap: nowrap !important;
}

.mt-header-drawer {
	display: contents;
}

.mt-mobile-toggle {
	display: none;
}

.mt-main-header__inner > p {
	display: flex;
	margin: 0;
}

.mt-header-drawer > p:has(.mt-header-cta) {
	margin-block-start: 0;
}

.mt-logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	line-height: 0;
	text-decoration: none;
}

.mt-logo img {
	display: block;
	width: auto;
	max-width: 160px;
	height: auto;
	max-height: 55px;
	object-fit: contain;
}

.mt-primary-nav {
	flex: 1 1 auto;
	min-width: 0;
}

.mt-primary-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.16rem;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mt-primary-menu li {
	position: relative;
	margin: 0;
	list-style: none;
}

.mt-primary-menu a {
	display: inline-flex;
	align-items: center;
	min-height: 52px;
	padding: 0 0.76rem;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: color 160ms ease, background-color 160ms ease;
}

.mt-primary-menu > li > a:hover,
.mt-primary-menu > li.current-menu-item > a,
.mt-primary-menu > li.current-menu-ancestor > a {
	color: var(--wp--preset--color--white);
	background: rgba(255, 255, 255, 0.07);
}

.mt-primary-menu > .lang-item-first {
	margin-left: 0.7rem;
	padding-left: 0.8rem;
	border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.mt-primary-menu > .lang-item > a {
	min-height: 38px;
	padding: 0 0.42rem;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.84rem;
	text-transform: uppercase;
}

.mt-primary-menu > .current-lang > a {
	color: var(--wp--preset--color--accent-blue);
}

.mt-primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 310px;
	margin: 0;
	padding: 0.65rem;
	background: var(--wp--preset--color--white);
	border: 1px solid rgba(3, 43, 74, 0.14);
	box-shadow: 0 22px 46px rgba(3, 43, 74, 0.16);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 160ms ease, transform 160ms ease;
}

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

.mt-primary-menu .sub-menu a {
	width: 100%;
	min-height: 46px;
	padding: 0.65rem 0.75rem;
	color: var(--wp--preset--color--ink);
	font-size: 0.96rem;
	font-weight: 700;
}

.mt-primary-menu .sub-menu a:hover {
	background: var(--wp--preset--color--light-blue);
	color: var(--wp--preset--color--navy);
}

.mt-header-cta,
.mt-button,
.mt-form-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 1.35rem;
	background: var(--wp--preset--color--accent-blue);
	color: var(--wp--preset--color--white);
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	border: 1px solid var(--wp--preset--color--accent-blue);
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.mt-header-cta {
	min-height: 54px;
	padding: 0 1.55rem;
	white-space: nowrap;
}

.mt-header-cta:hover,
.mt-button:hover,
.mt-form-button:hover {
	background: var(--wp--preset--color--white);
	border-color: var(--wp--preset--color--white);
	color: var(--wp--preset--color--navy);
	transform: translateY(-1px);
}

.mt-home main,
.mt-home-section {
	margin-block-start: 0;
}

.mt-hero {
	position: relative;
	min-height: clamp(680px, 74vh, 760px);
	overflow: hidden;
	isolation: isolate;
	background-color: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
}

.mt-hero__bg {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: 76% center;
	z-index: 0;
}

.mt-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(2, 19, 43, 0.96) 0%, rgba(2, 19, 43, 0.88) 32%, rgba(2, 19, 43, 0.32) 58%, rgba(2, 19, 43, 0.06) 100%),
		linear-gradient(180deg, rgba(2, 19, 43, 0.1) 0%, rgba(2, 19, 43, 0.22) 100%);
}

.mt-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.62fr) minmax(0, 0.38fr);
	align-items: center;
	gap: 0;
	min-height: inherit;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.mt-hero__content {
	max-width: 780px;
}

.mt-eyebrow {
	margin: 0 0 1.05rem;
	color: var(--wp--preset--color--accent-blue);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.mt-hero h1 {
	max-width: 840px;
	margin: 0;
	font-size: clamp(4.2rem, 6.4vw, 6.75rem);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: 0;
}

.mt-hero__lead {
	max-width: 720px;
	margin-top: 2rem;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.36rem;
	line-height: 1.72;
}

.mt-actions,
.mt-metric-row,
.mt-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
}

.mt-actions {
	margin-top: 2.6rem;
}

.mt-actions .mt-button {
	min-height: 58px;
	padding: 0 1.65rem;
	font-size: 1.04rem;
}

.mt-button--secondary {
	background: transparent;
	color: var(--wp--preset--color--white);
	border: 1px solid rgba(255, 255, 255, 0.42);
}

.mt-button--secondary:hover {
	background: var(--wp--preset--color--white);
	border-color: var(--wp--preset--color--white);
	color: var(--wp--preset--color--navy);
}

.mt-chip-row {
	margin-top: 3.4rem;
	gap: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.mt-chip {
	padding: 1rem 1.25rem;
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.94rem;
	font-weight: 750;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.mt-chip:first-child {
	padding-left: 0;
}

.mt-chip:last-child {
	border-right: 0;
}

.mt-hero-visual,
.mt-image-placeholder,
.mt-product-card__media {
	position: relative;
	min-height: 430px;
	overflow: hidden;
	background: var(--wp--preset--color--deep-blue);
	border: 1px solid rgba(255, 255, 255, 0.16);
}

.mt-hero-visual {
	min-height: 570px;
	border-color: rgba(255, 255, 255, 0.22);
}

.mt-hero-visual--image {
	margin: 0;
	background: transparent;
	border: 0;
}

.mt-hero-visual--image::before,
.mt-hero-visual--image::after {
	display: none;
}

.mt-hero-visual--image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
}

.mt-hero-visual::before,
.mt-image-placeholder::before,
.mt-product-card__media::before {
	content: "";
	position: absolute;
	inset: 14%;
	border: 1px solid rgba(255, 255, 255, 0.28);
	box-shadow:
		42px 42px 0 -41px rgba(255, 255, 255, 0.35),
		84px 84px 0 -83px rgba(255, 255, 255, 0.2);
}

.mt-hero-visual::after,
.mt-image-placeholder::after,
.mt-product-card__media::after {
	content: "CNC / Metal Isleme Gorsel Alani";
	position: absolute;
	left: 1.6rem;
	bottom: 1.45rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mt-section {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.mt-section--soft {
	background: var(--wp--preset--color--soft-white);
}

.mt-section--light-blue {
	background: var(--wp--preset--color--light-blue);
}

.mt-section__heading {
	max-width: 890px;
	margin-bottom: 3.8rem;
}

.mt-section__heading h2,
.mt-copy h2,
.mt-contact-card h2,
.mt-form-shell h2,
.mt-catalog h2 {
	margin-top: 0;
	margin-bottom: 1.25rem;
	color: var(--wp--preset--color--navy);
	font-size: clamp(2.8rem, 4.2vw, 4.35rem);
	font-weight: 800;
	line-height: 1.03;
}

.mt-section__heading p {
	max-width: 790px;
	color: rgba(23, 33, 43, 0.72);
	font-size: 1.18rem;
	line-height: 1.72;
}

.mt-two-col {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(440px, 0.78fr);
	gap: 5.5rem;
	align-items: center;
}

.mt-copy p {
	max-width: 740px;
	color: rgba(23, 33, 43, 0.76);
	font-size: 1.12rem;
	line-height: 1.9;
}

.mt-copy .mt-image-placeholder,
.mt-image-placeholder {
	min-height: 520px;
	background-color: var(--wp--preset--color--deep-blue);
}

.mt-feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.15rem 1.6rem;
	margin-top: 2.6rem;
}

.mt-feature {
	position: relative;
	padding: 1.2rem 0 1.2rem 1.35rem;
	background: transparent;
	color: var(--wp--preset--color--navy);
	font-size: 1.03rem;
	font-weight: 800;
	border-left: 3px solid var(--wp--preset--color--accent-blue);
}

.mt-products-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.7rem;
	align-items: stretch;
}

.mt-product-card {
	display: flex;
	flex-direction: column;
	min-height: 680px;
	background: var(--wp--preset--color--white);
	border: 1px solid rgba(3, 43, 74, 0.1);
	transition: border-color 180ms ease, transform 180ms ease;
}

.mt-product-card:hover {
	border-color: rgba(0, 163, 215, 0.56);
	transform: translateY(-4px);
}

.mt-product-card__media {
	flex: 0 0 auto;
	aspect-ratio: 4 / 3;
	min-height: 0;
	overflow: hidden;
	background-color: var(--wp--preset--color--navy);
	border: 0;
	border-bottom: 1px solid rgba(3, 43, 74, 0.1);
}

.mt-product-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mt-has-image {
	background: transparent;
}

.mt-has-image::before,
.mt-has-image::after {
	display: none;
}

.mt-has-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.mt-image-pair {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
}

.mt-qr-placeholder.mt-has-image {
	min-height: 0;
	background: var(--wp--preset--color--white);
}

.mt-qr-placeholder.mt-has-image img {
	height: auto;
	object-fit: contain;
}

.mt-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 1.15rem;
	padding: 2.1rem;
}

.mt-product-card h3 {
	margin: 0;
	color: var(--wp--preset--color--navy);
	font-size: 1.85rem;
	font-weight: 800;
	line-height: 1.16;
}

.mt-product-card p {
	margin: 0;
	color: rgba(23, 33, 43, 0.72);
	font-size: 1.02rem;
	line-height: 1.72;
}

.mt-sizes {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-content: flex-start;
	margin-top: auto;
	min-height: 5.15rem;
	padding-top: 0.65rem;
}

.mt-sizes span {
	padding: 0.44rem 0.62rem;
	background: var(--wp--preset--color--light-blue);
	color: var(--wp--preset--color--navy);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mt-product-card .mt-button {
	align-self: flex-start;
	margin-top: 0.65rem;
}

.mt-metrics {
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
}

.mt-metrics__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.mt-metric {
	min-height: 285px;
	padding: 3rem 2.8rem;
	background: transparent;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.mt-metric:last-child {
	border-right: 0;
}

.mt-metric strong {
	display: block;
	margin-bottom: 1.1rem;
	color: var(--wp--preset--color--accent-blue);
	font-size: clamp(4rem, 6vw, 6.1rem);
	font-weight: 850;
	line-height: 0.9;
}

.mt-metric h3 {
	margin: 0 0 0.9rem;
	color: var(--wp--preset--color--white);
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1.18;
}

.mt-metric p {
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 1.04rem;
	line-height: 1.72;
}

.mt-metric .mt-button {
	margin-top: 1.5rem;
}

.mt-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2rem;
	background: transparent;
	border: 0;
}

.mt-trust-item {
	min-height: 210px;
	padding: 0.35rem 1.5rem 0 0;
	background: transparent;
	border-top: 3px solid var(--wp--preset--color--accent-blue);
}

.mt-trust-item h3 {
	margin: 1.25rem 0 0.75rem;
	color: var(--wp--preset--color--navy);
	font-size: 1.55rem;
	font-weight: 850;
	line-height: 1.18;
}

.mt-trust-item p {
	margin: 0;
	color: rgba(23, 33, 43, 0.72);
	font-size: 1.02rem;
	line-height: 1.72;
}

.mt-query-section .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 1.7rem;
}

.mt-query-section .wp-block-post {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-block-start: 0;
	padding: 1.55rem;
	background: var(--wp--preset--color--white);
	border: 1px solid rgba(3, 43, 74, 0.1);
}

.mt-query-section .wp-block-post-featured-image {
	aspect-ratio: 16 / 10;
	margin: -1.55rem -1.55rem 1.45rem;
	background: var(--wp--preset--color--deep-blue);
}

.mt-query-section .wp-block-post-featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mt-query-section .wp-block-post-title {
	margin-top: 0;
	margin-bottom: 0.8rem;
	font-size: 1.45rem;
	font-weight: 800;
	line-height: 1.22;
}

.mt-query-section .wp-block-post-title a {
	color: var(--wp--preset--color--navy);
	text-decoration: none;
}

.mt-query-section .wp-block-post-excerpt {
	display: flex;
	flex: 1;
	flex-direction: column;
	color: rgba(23, 33, 43, 0.72);
	font-size: 1rem;
	line-height: 1.7;
}

.mt-query-section .wp-block-post-excerpt__excerpt {
	margin-top: 0;
}

.mt-query-section .wp-block-post-excerpt__more-text {
	margin-top: auto;
	margin-bottom: 0;
	padding-top: 1.2rem;
}

.mt-query-section .wp-block-post-excerpt__more-link {
	color: var(--wp--preset--color--navy);
	font-size: 0.88rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.mt-query-section .wp-block-post-excerpt__more-link:hover,
.mt-query-section .wp-block-post-excerpt__more-link:focus-visible {
	color: var(--wp--preset--color--accent-blue);
}

.mt-query-section .wp-block-query > p,
.mt-query-section .wp-block-query .wp-block-query-no-results p {
	margin: 0;
	padding: 2.2rem;
	background: rgba(255, 255, 255, 0.72);
	color: rgba(23, 33, 43, 0.7);
	border-left: 3px solid var(--wp--preset--color--accent-blue);
}

.mt-catalog {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"label action"
		"title action"
		"text action";
	align-items: center;
	column-gap: 4rem;
	padding: 4.8rem 5rem;
	background: var(--wp--preset--color--deep-blue);
	color: var(--wp--preset--color--white);
}

.mt-catalog .mt-eyebrow {
	grid-area: label;
	margin-bottom: 0.8rem;
}

.mt-catalog h2 {
	grid-area: title;
	max-width: 760px;
	margin-bottom: 1rem;
	color: var(--wp--preset--color--white);
	font-size: clamp(2.6rem, 4vw, 4.05rem);
}

.mt-catalog p:not(.mt-eyebrow) {
	grid-area: text;
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.14rem;
}

.mt-catalog .mt-button {
	grid-area: action;
	min-width: 190px;
}

.mt-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1fr);
	gap: 2rem;
	align-items: stretch;
}

.mt-contact-card,
.mt-form-shell,
.mt-usa {
	background: var(--wp--preset--color--white);
	border: 1px solid rgba(3, 43, 74, 0.1);
}

.mt-contact-card,
.mt-form-shell {
	padding: 3rem;
}

.mt-contact-card h2,
.mt-form-shell h2 {
	font-size: clamp(2.35rem, 3vw, 3.25rem);
}

.mt-contact-list {
	display: grid;
	gap: 1.25rem;
	margin-top: 1.8rem;
}

.mt-contact-list p {
	margin: 0;
	color: rgba(23, 33, 43, 0.76);
	font-size: 1.08rem;
	line-height: 1.72;
}

.mt-contact-list strong {
	display: inline-block;
	margin-bottom: 0.22rem;
	color: var(--wp--preset--color--navy);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mt-qr-placeholder {
	display: grid;
	width: 150px;
	height: 150px;
	margin-top: 2rem;
	place-items: center;
	background: var(--wp--preset--color--light-blue);
	color: var(--wp--preset--color--navy);
	font-size: 0.82rem;
	font-weight: 850;
	line-height: 1.35;
	text-align: center;
}

.mt-form-grid,
.mt-form-shell {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-block-start: 0;
}

.mt-form-shell .mt-eyebrow,
.mt-form-shell h2 {
	grid-column: 1 / -1;
}

.mt-form-field,
.mt-form-field--full {
	display: flex;
	min-height: 58px;
	flex-direction: column;
	justify-content: center;
	gap: 0.45rem;
	padding: 0.85rem 1rem;
	background: var(--wp--preset--color--soft-white);
	border: 1px solid rgba(3, 43, 74, 0.14);
	color: rgba(23, 33, 43, 0.55);
	font-size: 0.92rem;
	font-weight: 750;
}

.mt-form-field--full {
	grid-column: 1 / -1;
}

.mt-form-shell input,
.mt-form-shell textarea {
	width: 100%;
	min-height: 52px;
	padding: 0.85rem;
	border: 1px solid rgba(3, 43, 74, 0.18);
	background: var(--wp--preset--color--soft-white);
	color: var(--wp--preset--color--ink);
	font: inherit;
}

.mt-form-shell textarea {
	min-height: 155px;
	padding: 0;
	border: 0;
	background: transparent;
	resize: vertical;
}

.mt-form-button {
	justify-self: start;
	margin-top: 0.4rem;
	padding-right: 1.8rem;
	padding-left: 1.8rem;
}

.mt-usa {
	margin-top: 1.5rem;
	padding: 1.4rem 2rem;
	background: transparent;
	border-color: rgba(3, 43, 74, 0.12);
}

.mt-usa h2 {
	margin: 0 0 0.65rem;
	color: var(--wp--preset--color--navy);
	font-size: 1.2rem;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.mt-usa p {
	display: inline-block;
	margin: 0.25rem 1.6rem 0.25rem 0;
	color: rgba(23, 33, 43, 0.72);
	font-size: 0.96rem;
	line-height: 1.55;
	vertical-align: top;
}

.mt-contact-page {
	background: var(--wp--preset--color--white);
}

.mt-contact-hero {
	padding-top: 5rem;
	padding-bottom: 5.2rem;
}

.mt-contact-hero .mt-page-hero__content,
.mt-contact-methods-heading {
	max-width: 920px;
}

.mt-contact-hero h1 {
	font-size: clamp(2.85rem, 4vw, 3.65rem);
}

.mt-contact-methods {
	display: grid;
	width: min(1280px, calc(100% - 2rem));
	max-width: 1280px;
	margin: 0 auto;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(3, 43, 74, 0.14);
	border-bottom: 1px solid rgba(3, 43, 74, 0.14);
}

.mt-contact-method {
	min-height: 210px;
	padding: 1.7rem 1.35rem;
	border-right: 1px solid rgba(3, 43, 74, 0.14);
}

.mt-contact-method:last-child {
	border-right: 0;
}

.mt-contact-method span,
.mt-contact-office strong {
	display: block;
	margin-bottom: 0.8rem;
	color: var(--wp--preset--color--accent-blue);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mt-contact-method a,
.mt-contact-method address,
.mt-contact-office a,
.mt-contact-map__link {
	color: var(--wp--preset--color--navy);
	font-size: 1.08rem;
	font-weight: 850;
	line-height: 1.55;
	text-decoration: none;
}

.mt-contact-method a:hover,
.mt-contact-method a:focus-visible,
.mt-contact-office a:hover,
.mt-contact-office a:focus-visible,
.mt-contact-map__link:hover,
.mt-contact-map__link:focus-visible {
	color: var(--wp--preset--color--accent-blue);
}

.mt-contact-method address {
	font-style: normal;
}

.mt-contact-method .mt-qr-placeholder {
	width: 132px;
	height: 132px;
	margin-top: 1rem;
}

.mt-contact-main {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.86fr);
	gap: 2rem;
	align-items: start;
}

.mt-contact-main .mt-form-shell {
	display: block;
}

.mt-contact-main .mt-form-shell > p:not(.mt-eyebrow) {
	max-width: 720px;
	margin-top: 0;
	color: rgba(23, 33, 43, 0.72);
	font-size: 1.08rem;
	line-height: 1.76;
}

.mt-contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.mt-contact-form .mt-form-field {
	margin: 0;
}

.mt-contact-form label {
	color: var(--wp--preset--color--navy);
	font-size: 0.86rem;
	font-weight: 850;
	letter-spacing: 0.04em;
}

.mt-form-shell input,
.mt-form-shell select,
.mt-form-shell textarea {
	width: 100%;
	min-height: 52px;
	padding: 0.85rem;
	border: 1px solid rgba(3, 43, 74, 0.18);
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--ink);
	font: inherit;
}

.mt-form-shell textarea {
	min-height: 170px;
	resize: vertical;
}

.mt-form-shell input:focus,
.mt-form-shell select:focus,
.mt-form-shell textarea:focus {
	outline: 2px solid var(--wp--preset--color--accent-blue);
	outline-offset: 2px;
	border-color: var(--wp--preset--color--accent-blue);
}

.mt-contact-form__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.mt-contact-notice {
	margin: 1.4rem 0 0;
	padding: 1rem 1.1rem;
	border-left: 3px solid var(--wp--preset--color--accent-blue);
	background: var(--wp--preset--color--light-blue);
	color: var(--wp--preset--color--navy);
	font-weight: 750;
}

.mt-contact-notice--error {
	border-left-color: #b42318;
	background: #fff4f2;
}

.mt-contact-map {
	padding: 2rem;
	background: var(--wp--preset--color--soft-white);
	border: 1px solid rgba(3, 43, 74, 0.1);
}

.mt-contact-map__frame {
	aspect-ratio: 4 / 3;
	min-height: 360px;
	margin-bottom: 1.5rem;
	background: var(--wp--preset--color--deep-blue);
}

.mt-contact-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.mt-contact-map__frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.mt-contact-map h3 {
	margin: 0 0 0.65rem;
	color: var(--wp--preset--color--navy);
	font-size: 1.35rem;
	font-weight: 850;
	line-height: 1.18;
}

.mt-contact-map p {
	margin: 0 0 1.2rem;
	color: rgba(23, 33, 43, 0.74);
	font-size: 1rem;
	line-height: 1.72;
}

.mt-contact-map__link {
	font-size: 0.88rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mt-contact-office-section {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}

.mt-contact-office {
	padding: 2.4rem 0 0;
	border-top: 3px solid var(--wp--preset--color--accent-blue);
}

.mt-contact-office h2 {
	max-width: 720px;
	margin: 0 0 1.6rem;
	color: var(--wp--preset--color--navy);
	font-size: clamp(2rem, 2.6vw, 2.8rem);
	font-weight: 850;
	line-height: 1.1;
	letter-spacing: 0;
}

.mt-contact-office__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.2rem;
}

.mt-contact-office__grid p {
	margin: 0;
	padding-top: 1.1rem;
	border-top: 1px solid rgba(3, 43, 74, 0.14);
	color: rgba(23, 33, 43, 0.74);
	font-size: 1rem;
	line-height: 1.72;
}

.mt-contact-support-band {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"label action"
		"title action"
		"text action";
	gap: 0 3rem;
	align-items: center;
	padding: 3rem 3.4rem;
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
}

.mt-contact-support-band .mt-eyebrow {
	grid-area: label;
}

.mt-contact-support-band h2 {
	grid-area: title;
	max-width: 780px;
	margin: 0 0 1rem;
	color: var(--wp--preset--color--white);
	font-size: clamp(2rem, 2.7vw, 2.85rem);
	font-weight: 850;
	line-height: 1.1;
	letter-spacing: 0;
}

.mt-contact-support-band p:not(.mt-eyebrow) {
	grid-area: text;
	max-width: 760px;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.05rem;
	line-height: 1.76;
}

.mt-contact-support-band .mt-button {
	grid-area: action;
}

.mt-contact-page .mt-contact-hero {
	margin-block-start: 0;
	padding-top: 5.4rem;
	padding-bottom: 5.6rem;
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
}

.mt-contact-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.78fr);
	gap: 5rem;
	align-items: center;
}

.mt-contact-hero__content {
	max-width: 760px;
}

.mt-contact-page .mt-contact-hero h1 {
	max-width: 720px;
	margin: 0;
	color: var(--wp--preset--color--white);
	font-size: clamp(3.25rem, 5vw, 3.75rem);
	font-weight: 850;
	line-height: 1.02;
	letter-spacing: 0;
}

.mt-contact-page .mt-contact-hero .mt-page-hero__lead {
	max-width: 680px;
	margin-top: 1.45rem;
	color: rgba(255, 255, 255, 0.76);
}

.mt-contact-hero__quick {
	display: grid;
	gap: 0;
	border-top: 1px solid rgba(0, 163, 215, 0.46);
}

.mt-contact-hero__quick div {
	padding: 1.25rem 0;
	border-bottom: 1px solid rgba(0, 163, 215, 0.32);
}

.mt-contact-hero__quick span,
.mt-contact-office-panel__details span,
.mt-contact-usa-band__grid strong {
	display: block;
	margin-bottom: 0.38rem;
	color: var(--wp--preset--color--accent-blue);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mt-contact-hero__quick a,
.mt-contact-hero__quick strong {
	color: var(--wp--preset--color--white);
	font-size: 1.18rem;
	font-weight: 850;
	line-height: 1.35;
	text-decoration: none;
}

.mt-contact-hero__quick a:hover,
.mt-contact-hero__quick a:focus-visible {
	color: var(--wp--preset--color--accent-blue);
}

.mt-contact-main-section {
	padding-top: 6rem;
	padding-bottom: 5rem;
	background: var(--wp--preset--color--white);
}

.mt-contact-page .mt-contact-main {
	grid-template-columns: minmax(0, 1.22fr) minmax(380px, 0.82fr);
	gap: 3rem;
	align-items: start;
}

.mt-contact-page .mt-form-shell {
	padding: 3.2rem;
	background: var(--wp--preset--color--soft-white);
	border: 0;
	align-self: start;
}

.mt-contact-page .mt-form-shell h2 {
	max-width: 680px;
	margin-bottom: 1rem;
	color: var(--wp--preset--color--navy);
	font-size: clamp(2.25rem, 3vw, 3rem);
	font-weight: 850;
	line-height: 1.08;
	letter-spacing: 0;
}

.mt-contact-page .mt-contact-form {
	gap: 1.1rem 1.2rem;
	margin-top: 2.4rem;
}

.mt-contact-page .mt-contact-form .mt-form-field {
	min-height: auto;
	padding: 0;
	background: transparent;
	border: 0;
}

.mt-contact-page .mt-contact-form label {
	margin-bottom: 0.42rem;
	color: var(--wp--preset--color--navy);
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mt-contact-page .mt-form-shell input,
.mt-contact-page .mt-form-shell select {
	min-height: 56px;
}

.mt-contact-page .mt-form-shell textarea {
	min-height: 195px;
}

.mt-contact-page .mt-form-button {
	min-width: 190px;
	min-height: 54px;
	margin-top: 0.4rem;
	font-size: 1rem;
}

.mt-contact-office-panel {
	padding: 0;
	background: transparent;
}

.mt-contact-office-panel h2 {
	margin: 0 0 1.35rem;
	color: var(--wp--preset--color--navy);
	font-size: clamp(2rem, 2.7vw, 2.75rem);
	font-weight: 850;
	line-height: 1.08;
	letter-spacing: 0;
}

.mt-contact-office-panel__details {
	display: grid;
	gap: 0;
	margin-bottom: 1.6rem;
	border-top: 1px solid rgba(3, 43, 74, 0.14);
}

.mt-contact-office-panel__details address,
.mt-contact-office-panel__details p {
	margin: 0;
	padding: 1.05rem 0;
	border-bottom: 1px solid rgba(3, 43, 74, 0.14);
	color: rgba(23, 33, 43, 0.76);
	font-size: 1rem;
	font-style: normal;
	line-height: 1.66;
}

.mt-contact-office-panel__details a {
	color: var(--wp--preset--color--navy);
	font-weight: 850;
	text-decoration: none;
}

.mt-contact-office-panel__details a:hover,
.mt-contact-office-panel__details a:focus-visible {
	color: var(--wp--preset--color--accent-blue);
}

.mt-contact-wechat {
	margin-bottom: 1.8rem;
	padding-top: 0.4rem;
}

.mt-contact-wechat h3 {
	margin: 0 0 0.75rem;
	color: var(--wp--preset--color--navy);
	font-size: 1.08rem;
	font-weight: 850;
	letter-spacing: 0;
}

.mt-contact-wechat .mt-qr-placeholder {
	width: 136px;
	height: 136px;
	margin: 0;
}

.mt-contact-office-panel .mt-contact-map__frame {
	width: 100%;
	overflow: hidden;
	min-height: 460px;
	margin-bottom: 1rem;
	background: transparent;
}

.mt-contact-office-panel .mt-contact-map__link {
	display: inline-block;
	color: var(--wp--preset--color--accent-blue);
}

.mt-contact-usa-band-section {
	margin-block-start: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: var(--wp--preset--color--white);
}

.mt-contact-usa-band {
	display: grid;
	grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
	gap: 3rem;
	align-items: center;
	padding: 3rem 3.4rem;
	background: var(--wp--preset--color--soft-white);
	border-top: 3px solid var(--wp--preset--color--accent-blue);
}

.mt-contact-usa-band h2 {
	margin: 0 0 0.75rem;
	color: var(--wp--preset--color--navy);
	font-size: clamp(2rem, 2.8vw, 2.8rem);
	font-weight: 850;
	line-height: 1.08;
	letter-spacing: 0;
}

.mt-contact-usa-band__intro p:not(.mt-eyebrow) {
	margin: 0;
	color: rgba(23, 33, 43, 0.72);
	font-size: 1rem;
	line-height: 1.7;
}

.mt-contact-usa-band__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.6rem;
}

.mt-contact-usa-band__grid p {
	margin: 0;
	padding-top: 1rem;
	border-top: 1px solid rgba(3, 43, 74, 0.14);
	color: rgba(23, 33, 43, 0.76);
	font-size: 1rem;
	line-height: 1.68;
}

.mt-contact-usa-band__grid a {
	color: var(--wp--preset--color--navy);
	font-weight: 850;
	text-decoration: none;
}

.mt-contact-usa-band__grid a:hover,
.mt-contact-usa-band__grid a:focus-visible {
	color: var(--wp--preset--color--accent-blue);
}

.mt-contact-cta-section {
	padding-top: 5rem;
	padding-bottom: 6rem;
}

.mt-warranty-page {
	background: var(--wp--preset--color--white);
}

.mt-warranty-hero {
	margin-block-start: 0;
	padding-top: 5rem;
	padding-bottom: 5.2rem;
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
}

.mt-warranty-hero__content {
	max-width: 860px;
}

.mt-warranty-hero h1 {
	max-width: 780px;
	margin: 0;
	color: var(--wp--preset--color--white);
	font-size: clamp(3rem, 4.6vw, 3.75rem);
	font-weight: 850;
	line-height: 1.02;
	letter-spacing: 0;
}

.mt-warranty-hero .mt-page-hero__lead {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.76);
}

.mt-warranty-main-section {
	padding-top: 5.5rem;
	padding-bottom: 6rem;
	background: var(--wp--preset--color--white);
}

.mt-warranty-main {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.55fr);
	gap: 3rem;
	align-items: start;
}

.mt-warranty-form-panel {
	padding: 3.2rem;
	background: var(--wp--preset--color--soft-white);
}

.mt-warranty-form-panel h2 {
	max-width: 780px;
	margin: 0 0 1rem;
	color: var(--wp--preset--color--navy);
	font-size: clamp(2.25rem, 3vw, 3rem);
	font-weight: 850;
	line-height: 1.08;
	letter-spacing: 0;
}

.mt-warranty-form-panel > p:not(.mt-eyebrow) {
	max-width: 760px;
	margin: 0;
	color: rgba(23, 33, 43, 0.72);
	font-size: 1.08rem;
	line-height: 1.76;
}

.mt-warranty-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.1rem 1.2rem;
	margin-top: 2.4rem;
}

.mt-warranty-form .mt-form-field {
	min-height: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

.mt-warranty-form label {
	margin-bottom: 0.42rem;
	color: var(--wp--preset--color--navy);
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mt-warranty-form input,
.mt-warranty-form select {
	width: 100%;
	min-height: 56px;
	padding: 0.85rem;
	border: 1px solid rgba(3, 43, 74, 0.18);
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--ink);
	font: inherit;
}

.mt-warranty-form textarea {
	width: 100%;
	min-height: 190px;
	padding: 0.85rem;
	border: 1px solid rgba(3, 43, 74, 0.18);
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--ink);
	font: inherit;
	resize: vertical;
}

.mt-warranty-form input:focus,
.mt-warranty-form select:focus,
.mt-warranty-form textarea:focus {
	outline: 2px solid var(--wp--preset--color--accent-blue);
	outline-offset: 2px;
	border-color: var(--wp--preset--color--accent-blue);
}

.mt-warranty-form .mt-form-button {
	min-width: 210px;
	min-height: 54px;
	margin-top: 0.4rem;
	font-size: 1rem;
}

.mt-warranty-support {
	padding-top: 1.8rem;
	border-top: 3px solid var(--wp--preset--color--accent-blue);
}

.mt-warranty-support h2 {
	margin: 0 0 1.4rem;
	color: var(--wp--preset--color--navy);
	font-size: clamp(1.8rem, 2.4vw, 2.45rem);
	font-weight: 850;
	line-height: 1.1;
	letter-spacing: 0;
}

.mt-warranty-support__links {
	display: grid;
	gap: 0;
	border-top: 1px solid rgba(3, 43, 74, 0.14);
	border-bottom: 1px solid rgba(3, 43, 74, 0.14);
}

.mt-warranty-support__links p {
	margin: 0;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(3, 43, 74, 0.14);
	color: rgba(23, 33, 43, 0.76);
}

.mt-warranty-support__links p:last-child {
	border-bottom: 0;
}

.mt-warranty-support__links span {
	display: block;
	margin-bottom: 0.34rem;
	color: var(--wp--preset--color--accent-blue);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mt-warranty-support__links a,
.mt-warranty-products-link {
	color: var(--wp--preset--color--navy);
	font-weight: 850;
	text-decoration: none;
}

.mt-warranty-support__links a:hover,
.mt-warranty-support__links a:focus-visible,
.mt-warranty-products-link:hover,
.mt-warranty-products-link:focus-visible {
	color: var(--wp--preset--color--accent-blue);
}

.mt-warranty-products-link {
	display: inline-block;
	margin-top: 1.35rem;
	font-size: 0.88rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mt-product-landing-page {
	background: var(--wp--preset--color--white);
}

.mt-product-landing-hero .mt-page-hero__grid {
	grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.86fr);
}

.mt-product-landing-hero .mt-page-visual {
	min-height: 440px;
}

.mt-product-landing-grid {
	display: grid;
	width: min(1280px, calc(100% - 2rem));
	max-width: 1280px;
	margin: 0 auto;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.4rem;
}

.mt-product-landing-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	background: var(--wp--preset--color--white);
	border: 1px solid rgba(3, 43, 74, 0.12);
}

.mt-product-landing-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	min-height: 270px;
	overflow: hidden;
	background: var(--wp--preset--color--deep-blue);
	border-bottom: 1px solid rgba(3, 43, 74, 0.12);
}

.mt-product-landing-card__media.mt-has-image {
	aspect-ratio: 4 / 3;
	min-height: 0;
}

.mt-product-landing-card__media.mt-has-image img,
.mt-product-landing-hero .mt-page-visual.mt-has-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mt-product-landing-hero .mt-page-visual.mt-has-image {
	min-height: 0;
	padding: 0;
	overflow: hidden;
}

.mt-product-landing-card__media::before {
	content: "";
	position: absolute;
	inset: 16%;
	border: 1px solid rgba(255, 255, 255, 0.26);
	box-shadow:
		34px 34px 0 -33px rgba(255, 255, 255, 0.22),
		68px 68px 0 -67px rgba(255, 255, 255, 0.14);
}

.mt-product-landing-card__media::after {
	content: attr(data-label);
	position: absolute;
	left: 1rem;
	bottom: 0.95rem;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mt-product-landing-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 1.1rem;
	padding: 1.65rem;
}

.mt-product-landing-card h3 {
	margin: 0;
	color: var(--wp--preset--color--navy);
	font-size: 1.55rem;
	font-weight: 850;
	line-height: 1.16;
	letter-spacing: 0;
}

.mt-product-landing-card p {
	flex: 1;
	margin: 0;
	color: rgba(23, 33, 43, 0.72);
	font-size: 1rem;
	line-height: 1.72;
}

.mt-product-landing-card ul {
	display: grid;
	gap: 0;
	margin: 0.35rem 0 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(3, 43, 74, 0.12);
}

.mt-product-landing-card li {
	padding: 0.72rem 0;
	color: var(--wp--preset--color--navy);
	font-size: 0.88rem;
	font-weight: 850;
	border-bottom: 1px solid rgba(3, 43, 74, 0.12);
}

.mt-product-landing-card .mt-button {
	align-self: flex-start;
	margin-top: auto;
}

.mt-product-choice-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.mt-product-choice-grid {
	display: grid;
	width: min(1280px, calc(100% - 2rem));
	max-width: 1280px;
	margin: 0 auto;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(3, 43, 74, 0.14);
	border-bottom: 1px solid rgba(3, 43, 74, 0.14);
}

.mt-product-choice-item {
	min-height: 190px;
	padding: 1.6rem 1.35rem;
	border-right: 1px solid rgba(3, 43, 74, 0.14);
}

.mt-product-choice-item:last-child {
	border-right: 0;
}

.mt-product-choice-item span {
	display: block;
	margin-bottom: 1rem;
	color: var(--wp--preset--color--accent-blue);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.mt-product-choice-item p {
	max-width: 330px;
	margin: 0;
	color: var(--wp--preset--color--navy);
	font-size: 1.22rem;
	font-weight: 850;
	line-height: 1.34;
}

.mt-product-support-section {
	padding-top: 0;
	padding-bottom: 0;
}

.mt-product-support-band {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"label action"
		"title action"
		"text action";
	gap: 0 3rem;
	align-items: center;
	padding: 3.4rem 3.8rem;
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
}

.mt-product-support-band .mt-eyebrow {
	grid-area: label;
}

.mt-product-support-band h2 {
	grid-area: title;
	max-width: 820px;
	margin: 0 0 1rem;
	color: var(--wp--preset--color--white);
	font-size: clamp(2.2rem, 3vw, 3.2rem);
	font-weight: 850;
	line-height: 1.08;
	letter-spacing: 0;
}

.mt-product-support-band p:not(.mt-eyebrow) {
	grid-area: text;
	max-width: 760px;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.08rem;
	line-height: 1.76;
}

.mt-product-support-band .mt-button {
	grid-area: action;
}

.mt-product-trust-grid {
	display: grid;
	width: min(1280px, calc(100% - 2rem));
	max-width: 1280px;
	margin: 0 auto;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(3, 43, 74, 0.14);
	border-bottom: 1px solid rgba(3, 43, 74, 0.14);
}

.mt-product-trust-grid div {
	padding: 1.6rem 1.35rem;
	border-right: 1px solid rgba(3, 43, 74, 0.14);
}

.mt-product-trust-grid div:last-child {
	border-right: 0;
}

.mt-product-trust-grid strong {
	display: block;
	margin-bottom: 0.65rem;
	color: var(--wp--preset--color--navy);
	font-size: 1.28rem;
	font-weight: 850;
	line-height: 1.2;
}

.mt-product-trust-grid p {
	margin: 0;
	color: rgba(23, 33, 43, 0.72);
	font-size: 1rem;
	line-height: 1.7;
}

.mt-footer {
	padding-top: 6.5rem;
	padding-bottom: 2.2rem;
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
}

.mt-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 3.2rem;
}

.mt-footer h3 {
	margin-top: 0;
	margin-bottom: 1rem;
	color: var(--wp--preset--color--white);
	font-size: 1.06rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mt-footer__col:first-child h3 {
	font-size: 1.45rem;
	letter-spacing: 0;
	text-transform: none;
}

.mt-footer p,
.mt-footer li,
.mt-footer a {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.98rem;
	line-height: 1.75;
}

.mt-footer a {
	text-decoration: none;
	transition: color 160ms ease;
}

.mt-footer a:hover {
	color: var(--wp--preset--color--white);
}

.mt-footer a:focus-visible {
	color: var(--wp--preset--color--white);
	outline: 2px solid var(--wp--preset--color--accent-blue);
	outline-offset: 3px;
}

.mt-footer ul {
	display: grid;
	gap: 0.62rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mt-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.4rem;
}

.mt-social-links a {
	padding: 0.48rem 0.68rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.9rem;
	font-weight: 750;
	line-height: 1;
}

.mt-social-links a:hover {
	border-color: rgba(255, 255, 255, 0.42);
}

.mt-footer__bottom {
	margin-top: 4rem;
	padding-top: 1.4rem;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	font-size: 0.9rem;
}

.mt-footer__bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
}

.mt-page {
	width: 100%;
	margin-block-start: 0;
	background: var(--wp--preset--color--white);
}

.mt-page .alignwide {
	width: min(1280px, calc(100% - 2rem));
	margin-right: auto;
	margin-left: auto;
}

.mt-page-hero {
	margin-block-start: 0;
	padding-top: 6rem;
	padding-bottom: 6.2rem;
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
}

.mt-page-hero--light {
	background: var(--wp--preset--color--soft-white);
	color: var(--wp--preset--color--ink);
}

.mt-page-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
	gap: 4.6rem;
	align-items: center;
}

.mt-page-hero__content {
	max-width: 680px;
}

.mt-page-hero h1 {
	max-width: 720px;
	margin: 0;
	color: inherit;
	font-size: clamp(3.5rem, 4.6vw, 4rem);
	font-weight: 850;
	line-height: 1.03;
	letter-spacing: 0;
}

.mt-page-hero__lead {
	max-width: 600px;
	margin: 1.45rem 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.22rem;
	line-height: 1.78;
}

.mt-page-hero--light .mt-page-hero__lead {
	color: rgba(23, 33, 43, 0.74);
}

.mt-page-visual,
.mt-inner-visual {
	position: relative;
	min-height: 430px;
	overflow: hidden;
	background: var(--wp--preset--color--deep-blue);
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.mt-inner-visual {
	min-height: 500px;
	border-color: rgba(3, 43, 74, 0.12);
}

.mt-about-page .mt-page-visual.mt-has-image,
.mt-about-page .mt-inner-visual.mt-has-image {
	aspect-ratio: 4 / 3;
	min-height: 0;
	padding: 0;
	overflow: hidden;
}

.mt-about-page .mt-page-visual.mt-has-image img,
.mt-about-page .mt-inner-visual.mt-has-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.mt-page-visual::before,
.mt-inner-visual::before {
	content: "";
	position: absolute;
	inset: 14%;
	border: 1px solid rgba(255, 255, 255, 0.24);
	box-shadow:
		38px 38px 0 -37px rgba(255, 255, 255, 0.32),
		76px 76px 0 -75px rgba(255, 255, 255, 0.18);
}

.mt-page-visual::after,
.mt-inner-visual::after {
	content: attr(data-label);
	position: absolute;
	left: 1.4rem;
	bottom: 1.25rem;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mt-inner-section {
	margin-block-start: 0;
	padding-top: 7.2rem;
	padding-bottom: 7.2rem;
}

.mt-inner-section--soft {
	background: var(--wp--preset--color--soft-white);
}

.mt-inner-section--blue {
	background: var(--wp--preset--color--light-blue);
}

.mt-inner-two-col {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
	gap: 4.8rem;
	align-items: center;
}

.mt-inner-two-col--reverse {
	grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
}

.mt-inner-copy {
	max-width: 720px;
}

.mt-inner-copy h2,
.mt-inner-heading h2,
.mt-inner-cta h2,
.mt-statement h2 {
	margin: 0 0 1.25rem;
	color: var(--wp--preset--color--navy);
	font-size: clamp(2.45rem, 3vw, 3.45rem);
	font-weight: 850;
	line-height: 1.08;
	letter-spacing: 0;
}

.mt-inner-copy p,
.mt-statement p,
.mt-inner-heading p {
	color: rgba(23, 33, 43, 0.74);
	font-size: 1.12rem;
	line-height: 1.86;
}

.mt-inner-copy p {
	margin: 0 0 1.25rem;
}

.mt-inner-heading {
	max-width: 920px;
	margin-bottom: 3.4rem;
}

.mt-panel-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 2rem;
}

.mt-feature-block {
	padding: 1.55rem 1.35rem 0.2rem 0;
	border-top: 3px solid var(--wp--preset--color--accent-blue);
}

.mt-feature-block h3 {
	margin: 0 0 0.65rem;
	color: var(--wp--preset--color--navy);
	font-size: 1.22rem;
	font-weight: 850;
	line-height: 1.22;
}

.mt-feature-block p {
	margin: 0;
	color: rgba(23, 33, 43, 0.72);
	font-size: 1rem;
	line-height: 1.72;
}

.mt-origin-band {
	padding: 3.4rem 4rem;
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
}

.mt-origin-band h2 {
	margin: 0 0 1rem;
	color: var(--wp--preset--color--white);
	font-size: clamp(2.35rem, 3.4vw, 3.5rem);
	line-height: 1.06;
}

.mt-origin-band p {
	max-width: 1040px;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.15rem;
	line-height: 1.82;
}

.mt-statement-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4.5rem;
}

.mt-statement {
	padding-top: 1.6rem;
	border-top: 3px solid var(--wp--preset--color--accent-blue);
}

.mt-info-strip {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: 5rem;
	align-items: start;
}

.mt-hours-list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(3, 43, 74, 0.12);
}

.mt-hours-list li {
	display: flex;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(3, 43, 74, 0.12);
	color: rgba(23, 33, 43, 0.76);
	font-size: 1.02rem;
}

.mt-hours-list strong {
	color: var(--wp--preset--color--navy);
	font-weight: 850;
}

.mt-support-note {
	margin-top: 1.6rem;
	padding-top: 1.4rem;
	border-top: 3px solid var(--wp--preset--color--accent-blue);
	color: rgba(23, 33, 43, 0.74);
	font-size: 1.06rem;
}

.mt-support-note strong {
	display: block;
	color: var(--wp--preset--color--navy);
	font-size: 1.28rem;
	font-weight: 850;
}

.mt-inner-cta {
	display: grid;
	grid-template-columns: minmax(0, 1.8fr) minmax(300px, 0.8fr);
	gap: 4rem;
	align-items: center;
	padding: 4.4rem 4.8rem;
	background: var(--wp--preset--color--deep-blue);
	color: var(--wp--preset--color--white);
}

.mt-inner-cta h2 {
	max-width: 850px;
	margin-bottom: 1rem;
	color: var(--wp--preset--color--white);
	font-size: clamp(2.45rem, 3vw, 3.5rem);
}

.mt-inner-cta p {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.12rem;
	line-height: 1.76;
}

.mt-inner-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	justify-content: flex-end;
}

.mt-product-page {
	margin-block-start: 0;
}

.mt-product-hero .mt-page-hero__grid {
	grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
}

.mt-product-hero .mt-actions {
	margin-top: 2.2rem;
}

.mt-product-hero .mt-page-visual {
	min-height: 500px;
}

.mt-product-cnc-page .mt-page-visual.mt-has-image,
.mt-product-cnc-page .mt-inner-visual.mt-has-image,
.mt-product-acid-page .mt-page-visual.mt-has-image,
.mt-product-acid-page .mt-inner-visual.mt-has-image,
.mt-product-oil-page .mt-page-visual.mt-has-image {
	min-height: 0;
	padding: 0;
	overflow: hidden;
}

.mt-product-cnc-page .mt-page-visual.mt-has-image img,
.mt-product-cnc-page .mt-inner-visual.mt-has-image img,
.mt-product-acid-page .mt-page-visual.mt-has-image img,
.mt-product-acid-page .mt-inner-visual.mt-has-image img,
.mt-product-oil-page .mt-page-visual.mt-has-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.mt-product-intro .mt-inner-two-col {
	align-items: start;
}

.mt-product-oil-page .mt-product-intro-copy {
	max-width: 860px;
}

.mt-product-specs,
.mt-product-cta {
	scroll-margin-top: 150px;
}

.mt-product-features .mt-panel-grid {
	align-items: start;
}

.mt-spec-table-wrap {
	overflow-x: auto;
	border-top: 3px solid var(--wp--preset--color--accent-blue);
}

.mt-spec-table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	background: var(--wp--preset--color--white);
}

.mt-spec-table th,
.mt-spec-table td {
	padding: 1.15rem 1rem;
	text-align: left;
	border-bottom: 1px solid rgba(3, 43, 74, 0.12);
}

.mt-spec-table th {
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
	font-size: 0.86rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mt-spec-table td {
	color: rgba(23, 33, 43, 0.78);
	font-size: 1.08rem;
	font-weight: 650;
}

.mt-spec-table td:first-child {
	color: var(--wp--preset--color--navy);
	font-weight: 850;
}

.mt-product-applications .mt-origin-band {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
	gap: 3.5rem;
	align-items: center;
}

.mt-application-list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.mt-application-list li {
	padding: 1rem 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.1rem;
	font-weight: 750;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.mt-product-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.2rem;
}

.mt-product-gallery__item {
	position: relative;
	min-height: 245px;
	background: var(--wp--preset--color--deep-blue);
	border: 1px solid rgba(3, 43, 74, 0.12);
	overflow: hidden;
}

.mt-product-gallery__item::before {
	content: "";
	position: absolute;
	inset: 16%;
	border: 1px solid rgba(255, 255, 255, 0.26);
	box-shadow: 34px 34px 0 -33px rgba(255, 255, 255, 0.22);
}

.mt-product-gallery__item::after {
	content: attr(data-label);
	position: absolute;
	left: 1rem;
	bottom: 0.95rem;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mt-product-acid-page .mt-product-gallery__item {
	aspect-ratio: 4 / 3;
	min-height: 0;
}

.mt-product-acid-page .mt-product-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mt-product-oil-page .mt-product-gallery {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mt-product-oil-page .mt-product-gallery__item {
	aspect-ratio: 4 / 3;
	min-height: 0;
}

.mt-product-oil-page .mt-product-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mt-product-related {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.2rem;
}

.mt-product-related__item {
	display: flex;
	justify-content: space-between;
	gap: 1.5rem;
	align-items: center;
	padding: 1.4rem 0;
	color: var(--wp--preset--color--navy);
	text-decoration: none;
	border-top: 1px solid rgba(3, 43, 74, 0.14);
	border-bottom: 1px solid rgba(3, 43, 74, 0.14);
}

.mt-product-related__item strong {
	font-size: 1.25rem;
	font-weight: 850;
	line-height: 1.2;
}

.mt-product-related__item span {
	color: var(--wp--preset--color--accent-blue);
	font-size: 0.86rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mt-product-related__item:hover {
	color: var(--wp--preset--color--accent-blue);
}

.mt-faq-page {
	background: var(--wp--preset--color--white);
}

.mt-faq-hero {
	padding-top: 5rem;
	padding-bottom: 5.2rem;
}

.mt-faq-hero .mt-page-hero__content,
.mt-faq-intro,
.mt-faq-list {
}

.mt-faq-hero h1 {
	font-size: clamp(2.85rem, 4vw, 3.65rem);
}

.mt-faq-intro {
	margin-bottom: 2.6rem;
}

.mt-faq-list {
	display: grid;
	gap: 0;
	border-top: 1px solid rgba(3, 43, 74, 0.14);
}

.mt-faq-item {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(3, 43, 74, 0.14);
	background: var(--wp--preset--color--white);
	color: var(--wp--preset--color--ink);
}

.mt-faq-item summary {
	position: relative;
	display: block;
	padding: 1.35rem 3rem 1.35rem 1.35rem;
	color: var(--wp--preset--color--navy);
	font-size: 1.18rem;
	font-weight: 850;
	line-height: 1.35;
	cursor: pointer;
	list-style: none;
}

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

.mt-faq-item summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 0.2rem;
	width: 1.6rem;
	height: 1.6rem;
	transform: translateY(-50%);
	color: var(--wp--preset--color--accent-blue);
	font-size: 1.55rem;
	font-weight: 650;
	line-height: 1.45rem;
	text-align: center;
}

.mt-faq-item[open] summary::after {
	content: "-";
}

.mt-faq-item summary:hover,
.mt-faq-item summary:focus-visible {
	color: var(--wp--preset--color--accent-blue);
}

.mt-faq-item summary:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent-blue);
	outline-offset: 4px;
}

.mt-faq-item p {
	max-width: 900px;
	margin: 0;
	padding: 0 4rem 1.45rem 1.45rem;
	color: rgba(23, 33, 43, 0.76);
	font-size: 1.06rem;
	line-height: 1.86;
}

.mt-faq-cta {
	margin-top: 0;
}

.mt-media-page {
	background: var(--wp--preset--color--white);
}

.mt-media-hero {
	padding-top: 5rem;
	padding-bottom: 5.2rem;
}

.mt-media-hero .mt-page-hero__content {
	
}

.mt-media-hero h1 {
	font-size: clamp(2.85rem, 4vw, 3.65rem);
}

.mt-media-intro {
	max-width: 980px;
}

.mt-video-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.4rem;
	width: min(1280px, calc(100% - 2rem));
	max-width: 1280px;
	margin: 3rem auto 0;
}

.mt-video-card {
	display: grid;
	gap: 1rem;
	padding-bottom: 1.35rem;
	border-bottom: 1px solid rgba(3, 43, 74, 0.14);
}

.mt-video-card__frame,
.mt-media-gallery__item {
	position: relative;
	overflow: hidden;
	background: var(--wp--preset--color--deep-blue);
	border: 1px solid rgba(3, 43, 74, 0.12);
}

.mt-video-card__frame {
	aspect-ratio: 16 / 9;
	min-height: 240px;
}

.mt-video-card__frame::before,
.mt-media-gallery__item::before {
	content: "";
	position: absolute;
	inset: 16%;
	border: 1px solid rgba(255, 255, 255, 0.26);
	box-shadow:
		34px 34px 0 -33px rgba(255, 255, 255, 0.22),
		68px 68px 0 -67px rgba(255, 255, 255, 0.14);
}

.mt-video-card__frame::after,
.mt-media-gallery__item::after {
	content: attr(data-label);
	position: absolute;
	left: 1rem;
	bottom: 0.95rem;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mt-video-card .mt-eyebrow {
	margin-bottom: 0;
}

.mt-video-card h3 {
	margin: 0;
	color: var(--wp--preset--color--navy);
	font-size: 1.24rem;
	font-weight: 850;
	line-height: 1.2;
	letter-spacing: 0;
}

.mt-video-card a {
	width: fit-content;
	color: var(--wp--preset--color--accent-blue);
	font-size: 0.9rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.mt-video-card a:hover,
.mt-video-card a:focus-visible {
	color: var(--wp--preset--color--navy);
}

.mt-media-band {
	max-width: 1280px;
	padding: 3rem 3.4rem;
	background: var(--wp--preset--color--navy);
	color: var(--wp--preset--color--white);
}

.mt-media-band h2 {
	max-width: 760px;
	margin: 0 0 1rem;
	color: var(--wp--preset--color--white);
	font-size: clamp(2rem, 2.7vw, 2.8rem);
	font-weight: 850;
	line-height: 1.1;
	letter-spacing: 0;
}

.mt-media-band p:not(.mt-eyebrow) {
	max-width: 820px;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.08rem;
	line-height: 1.78;
}

.mt-media-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.15rem;
	width: min(1280px, calc(100% - 2rem));
	max-width: 1280px;
	margin: 3rem auto 0;
}

.mt-media-gallery__item {
	aspect-ratio: 4 / 3;
	min-height: 220px;
}

.mt-media-cta {
	margin-top: 0;
}

.mt-blog-page,
.mt-single-post {
	background: var(--wp--preset--color--white);
}

.mt-blog-hero,
.mt-single-post__hero {
	padding-top: 5rem;
	padding-bottom: 5.2rem;
}

.mt-blog-hero .mt-page-hero__content,
.mt-single-post__header {
	
}

.mt-blog-hero h1,
.mt-single-post__hero h1 {
	font-size: clamp(2.85rem, 4vw, 3.65rem);
}

.mt-blog-query {
	width: min(1280px, calc(100% - 2rem));
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.mt-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mt-blog-grid .wp-block-post {
	margin: 0;
	list-style: none;
}

.mt-blog-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: var(--wp--preset--color--white);
	border: 1px solid rgba(3, 43, 74, 0.12);
}

.mt-blog-card__media,
.mt-single-post__media {
	position: relative;
	overflow: hidden;
	background: var(--wp--preset--color--deep-blue);
	border: 1px solid rgba(3, 43, 74, 0.12);
}

.mt-blog-card__media {
	aspect-ratio: 16 / 10;
	min-height: 245px;
	border-width: 0 0 1px;
}

.mt-blog-card__media::before,
.mt-single-post__media::before {
	content: "";
	position: absolute;
	inset: 16%;
	border: 1px solid rgba(255, 255, 255, 0.26);
	box-shadow:
		34px 34px 0 -33px rgba(255, 255, 255, 0.22),
		68px 68px 0 -67px rgba(255, 255, 255, 0.14);
}

.mt-blog-card__media::after,
.mt-single-post__media::after {
	content: "Görsel Alanı";
	position: absolute;
	left: 1rem;
	bottom: 0.95rem;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mt-blog-card__media .wp-block-post-featured-image,
.mt-single-post__media .wp-block-post-featured-image {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: 0;
}

.mt-blog-card__media .wp-block-post-featured-image a,
.mt-blog-card__media .wp-block-post-featured-image img,
.mt-single-post__media .wp-block-post-featured-image img {
	display: block;
	width: 100%;
	height: 100%;
}

.mt-blog-card__media .wp-block-post-featured-image img,
.mt-single-post__media .wp-block-post-featured-image img {
	object-fit: cover;
}

.mt-blog-card__media:has(.wp-block-post-featured-image img)::before,
.mt-blog-card__media:has(.wp-block-post-featured-image img)::after,
.mt-single-post__media:has(.wp-block-post-featured-image img)::before,
.mt-single-post__media:has(.wp-block-post-featured-image img)::after {
	content: none;
}

.mt-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 1rem;
	padding: 1.55rem;
}

.mt-blog-card__meta,
.mt-single-post__meta,
.mt-single-post__terms {
	gap: 0.75rem;
	color: rgba(23, 33, 43, 0.62);
	font-size: 0.82rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mt-blog-card__meta a,
.mt-single-post__meta a,
.mt-single-post__terms a {
	color: var(--wp--preset--color--accent-blue);
	text-decoration: none;
}

.mt-blog-card .wp-block-post-title {
	margin: 0;
	color: var(--wp--preset--color--navy);
	font-size: 1.45rem;
	font-weight: 850;
	line-height: 1.18;
	letter-spacing: 0;
}

.mt-blog-card .wp-block-post-title a {
	color: inherit;
	text-decoration: none;
}

.mt-blog-card .wp-block-post-title a:hover,
.mt-blog-card .wp-block-post-title a:focus-visible,
.mt-blog-card .wp-block-read-more:hover,
.mt-blog-card .wp-block-read-more:focus-visible {
	color: var(--wp--preset--color--accent-blue);
}

.mt-blog-card .wp-block-post-excerpt {
	margin: 0;
	color: rgba(23, 33, 43, 0.72);
	font-size: 1rem;
	line-height: 1.72;
}

.mt-blog-card .wp-block-post-excerpt__excerpt {
	margin: 0;
}

.mt-blog-card .wp-block-read-more {
	margin-top: auto;
	color: var(--wp--preset--color--navy);
	font-size: 0.88rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.mt-blog-pagination {
	margin-top: 3rem;
	padding-top: 1.4rem;
	border-top: 1px solid rgba(3, 43, 74, 0.14);
}

.mt-blog-pagination a,
.mt-single-post__nav a {
	color: var(--wp--preset--color--navy);
	font-weight: 850;
	text-decoration: none;
}

.mt-blog-pagination a:hover,
.mt-blog-pagination a:focus-visible,
.mt-single-post__nav a:hover,
.mt-single-post__nav a:focus-visible {
	color: var(--wp--preset--color--accent-blue);
}

.mt-blog-empty {
	margin: 0;
	padding: 2.2rem;
	background: var(--wp--preset--color--white);
	color: rgba(23, 33, 43, 0.72);
	border-left: 3px solid var(--wp--preset--color--accent-blue);
}

.mt-single-post__header .wp-block-post-date {
	margin-top: 1.1rem;
	color: rgba(23, 33, 43, 0.66);
	font-size: 1rem;
	font-weight: 750;
}

.mt-single-post__label {
	margin: 0;
	color: var(--wp--preset--color--accent-blue);
}

.mt-single-post__body-section {
	padding-top: 5rem;
}

.mt-single-post__media {
	width: min(1120px, calc(100% - 2rem));
	min-height: 420px;
	margin: 0 auto 4rem;
}

.mt-single-post__content {
	color: rgba(23, 33, 43, 0.82);
	font-size: 1.08rem;
	line-height: 1.9;
}

.mt-single-post__content h2,
.mt-single-post__content h3,
.mt-single-post__content h4 {
	color: var(--wp--preset--color--navy);
	font-weight: 850;
	letter-spacing: 0;
}

.mt-single-post__content a {
	color: var(--wp--preset--color--accent-blue);
}

.mt-single-post__terms,
.mt-single-post__nav {
	width: min(820px, calc(100% - 2rem));
	margin-right: auto;
	margin-left: auto;
	padding-top: 1.4rem;
	border-top: 1px solid rgba(3, 43, 74, 0.14);
}

.mt-single-post__nav {
	margin-top: 2rem;
}

.mt-single-post__cta {
	margin-top: 0;
}

@media (min-width: 1181px) {
	.mt-inner-cta__actions {
		flex-direction: column;
		align-items: stretch;
	}
}

@media (max-width: 1180px) {
	.mt-main-header__inner {
		min-height: 96px;
	}

	.mt-primary-menu {
		justify-content: flex-start;
		overflow-x: auto;
	}

	.mt-primary-menu a {
		font-size: 0.92rem;
		padding-right: 0.68rem;
		padding-left: 0.68rem;
	}
}

@media (max-width: 1024px) {
	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	html.is-mobile-menu-open,
	body.is-mobile-menu-open {
		overflow: hidden;
	}

	.mt-topbar {
		display: none;
	}

	.mt-main-header__inner {
		position: relative;
		min-height: 82px;
		width: min(1280px, calc(100% - 2rem));
	}

	.mt-logo img {
		max-width: 176px;
		max-height: 44px;
	}

	.mt-mobile-toggle {
		display: inline-flex;
		width: 48px;
		height: 48px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 5px;
		margin-left: auto;
		padding: 0;
		background: transparent;
		border: 1px solid rgba(255, 255, 255, 0.22);
		color: var(--wp--preset--color--white);
		cursor: pointer;
	}

	.mt-mobile-toggle span {
		display: block;
		width: 20px;
		height: 2px;
		background: currentColor;
		transition: opacity 160ms ease, transform 160ms ease;
	}

	.mt-site-header.is-mobile-menu-open .mt-mobile-toggle span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.mt-site-header.is-mobile-menu-open .mt-mobile-toggle span:nth-child(2) {
		opacity: 0;
	}

	.mt-site-header.is-mobile-menu-open .mt-mobile-toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.mt-header-drawer {
		position: fixed;
		top: 82px;
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		width: 100%;
		max-height: none;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 1.1rem 1.9rem 2rem;
		background: var(--wp--preset--color--deep-blue);
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		box-sizing: border-box;
		z-index: 19;
	}

	.mt-site-header.is-mobile-menu-open .mt-header-drawer {
		display: grid;
		gap: 0.8rem;
	}

	.mt-primary-nav {
		width: 100%;
	}

	.mt-primary-menu {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		gap: 0;
		overflow: visible;
	}

	.mt-primary-menu > li:not(.lang-item) {
		flex: 0 0 100%;
		width: 100%;
	}

	.mt-primary-menu > .lang-item {
		flex: 0 0 auto;
		width: auto;
	}

	.mt-primary-menu > .lang-item-en::before {
		content: "|";
		display: inline-flex;
		align-items: center;
		min-height: 38px;
		padding: 0 0.45rem;
		color: rgba(255, 255, 255, 0.36);
	}

	.mt-primary-menu a {
		width: 100%;
		min-height: 44px;
		justify-content: space-between;
		padding: 0.64rem 0.75rem;
		font-size: 0.98rem;
	}

	.mt-primary-menu > li.menu-item-has-children > a {
		padding-right: 2.3rem;
	}

	.mt-primary-menu > li.menu-item-has-children > a::after {
		content: "+";
		position: absolute;
		right: 0.85rem;
		color: rgba(255, 255, 255, 0.78);
		font-size: 1.1rem;
		font-weight: 800;
		line-height: 1;
	}

	.mt-primary-menu > li.menu-item-has-children.is-submenu-open > a::after {
		content: "-";
	}

	.mt-primary-menu > li.current-menu-item > a,
	.mt-primary-menu > li.current-menu-ancestor > a {
		background: rgba(255, 255, 255, 0.045);
		color: var(--wp--preset--color--white);
	}

	.mt-primary-menu > .lang-item-first {
		margin-left: 0;
		padding-left: 0.75rem;
		border-left: 0;
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}

	.mt-primary-menu > .lang-item > a {
		width: auto;
		min-height: 38px;
		padding: 0;
		color: rgba(255, 255, 255, 0.78);
		font-size: 0.86rem;
	}

	.mt-primary-menu > .current-lang > a {
		color: var(--wp--preset--color--accent-blue);
	}

	.mt-primary-menu .sub-menu {
		position: static;
		display: none;
		min-width: 0;
		width: 100%;
		padding: 0 0 0.35rem 0.85rem;
		background: transparent;
		border: 0;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.mt-primary-menu .is-submenu-open > .sub-menu {
		display: grid;
	}

	.mt-primary-menu .sub-menu a {
		min-height: 38px;
		padding: 0.5rem 0.7rem;
		color: rgba(255, 255, 255, 0.78);
		font-size: 0.88rem;
	}

	.mt-primary-menu .sub-menu a:hover {
		background: rgba(255, 255, 255, 0.07);
		color: var(--wp--preset--color--white);
	}

	.mt-header-drawer .mt-header-cta {
		width: 100%;
	}

	.mt-header-drawer > p:has(.mt-header-cta) {
		width: 100%;
		margin-block-start: 0.9rem;
	}

	.mt-hero__grid,
	.mt-two-col,
	.mt-contact-grid {
		grid-template-columns: 1fr;
	}

	.mt-products-grid,
	.mt-trust-grid,
	.mt-query-section .wp-block-post-template {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mt-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mt-hero,
	.mt-hero__grid {
		min-height: 620px;
	}

	.mt-hero__bg {
		object-position: 68% center;
	}

	.mt-hero::before {
		background:
			linear-gradient(90deg, rgba(2, 19, 43, 0.98) 0%, rgba(2, 19, 43, 0.93) 52%, rgba(2, 19, 43, 0.68) 100%),
			linear-gradient(180deg, rgba(2, 19, 43, 0.22) 0%, rgba(2, 19, 43, 0.48) 100%);
	}

	.mt-hero-visual {
		min-height: 440px;
	}

	.mt-catalog {
		grid-template-columns: 1fr;
		grid-template-areas:
			"label"
			"title"
			"text"
			"action";
		row-gap: 1.2rem;
	}

	.mt-catalog .mt-button {
		justify-self: start;
	}

	.mt-page-hero__grid,
	.mt-inner-two-col,
	.mt-inner-two-col--reverse,
	.mt-info-strip,
	.mt-inner-cta {
		grid-template-columns: 1fr;
	}

	.mt-panel-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mt-inner-cta__actions {
		justify-content: flex-start;
	}

	.mt-product-applications .mt-origin-band,
	.mt-product-related {
		grid-template-columns: 1fr;
	}

	.mt-product-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mt-media-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mt-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mt-contact-methods {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mt-contact-method:nth-child(2) {
		border-right: 0;
	}

	.mt-contact-method:nth-child(-n+2) {
		border-bottom: 1px solid rgba(3, 43, 74, 0.14);
	}

	.mt-contact-main {
		grid-template-columns: 1fr;
	}

	.mt-contact-office__grid {
		grid-template-columns: 1fr;
	}

	.mt-contact-support-band {
		grid-template-columns: 1fr;
		grid-template-areas:
			"label"
			"title"
			"text"
			"action";
		row-gap: 1rem;
	}

	.mt-contact-hero__grid,
	.mt-contact-page .mt-contact-main,
	.mt-contact-usa-band {
		grid-template-columns: 1fr;
	}

	.mt-contact-hero__grid {
		gap: 3rem;
	}

	.mt-contact-usa-band__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mt-warranty-main {
		grid-template-columns: 1fr;
	}

	.mt-product-landing-hero .mt-page-hero__grid,
	.mt-product-support-band {
		grid-template-columns: 1fr;
	}

	.mt-product-support-band {
		grid-template-areas:
			"label"
			"title"
			"text"
			"action";
		row-gap: 1rem;
	}

	.mt-product-landing-grid,
	.mt-product-choice-grid,
	.mt-product-trust-grid {
		grid-template-columns: 1fr;
	}

	.mt-product-choice-item,
	.mt-product-trust-grid div {
		border-right: 0;
		border-bottom: 1px solid rgba(3, 43, 74, 0.14);
	}

	.mt-product-choice-item:last-child,
	.mt-product-trust-grid div:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 720px) {
	body {
		font-size: 16px;
	}

	.alignwide,
	.mt-page .alignwide,
	.mt-product-landing-grid,
	.mt-product-choice-grid,
	.mt-product-trust-grid,
	.mt-blog-query,
	.mt-contact-main,
	.mt-warranty-main {
		width: min(1280px, calc(100% - 2rem));
	}

	.mt-button,
	.mt-form-button {
		width: 100%;
		min-height: 52px;
	}

	.mt-products-grid,
	.mt-trust-grid,
	.mt-metrics__grid,
	.mt-query-section .wp-block-post-template,
	.mt-footer__grid,
	.mt-form-shell,
	.mt-feature-list {
		grid-template-columns: 1fr;
	}

	.mt-section,
	.mt-hero__grid {
		padding-top: 3.8rem;
		padding-bottom: 3.8rem;
	}

	.mt-main-header__inner {
		min-height: auto;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.mt-hero h1 {
		font-size: clamp(2.35rem, 10vw, 2.75rem);
		line-height: 1.05;
	}

	.mt-page-hero h1,
	.mt-contact-hero h1,
	.mt-warranty-hero h1,
	.mt-faq-hero h1,
	.mt-media-hero h1,
	.mt-blog-hero h1,
	.mt-single-post__hero h1 {
		font-size: clamp(2.2rem, 9vw, 2.75rem);
		line-height: 1.08;
	}

	.mt-section__heading h2,
	.mt-copy h2,
	.mt-inner-copy h2,
	.mt-inner-heading h2,
	.mt-inner-cta h2,
	.mt-statement h2,
	.mt-catalog h2,
	.mt-contact-card h2,
	.mt-form-shell h2,
	.mt-contact-office-panel h2,
	.mt-warranty-form-panel h2 {
		font-size: clamp(1.75rem, 8vw, 2.15rem);
		line-height: 1.14;
	}

	.mt-chip {
		width: 100%;
		padding-left: 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	}

	.mt-chip:last-child {
		border-bottom: 0;
	}

	.mt-hero__bg {
		object-position: 52% center;
	}

	.mt-hero-visual--image {
		aspect-ratio: 4 / 3;
		min-height: 0;
	}

	.mt-catalog,
	.mt-contact-card,
	.mt-form-shell {
		padding: 2rem;
	}

	.mt-metric {
		min-height: 0;
		padding: 2rem 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	}

	.home .mt-metric strong {
		margin-bottom: 0.75rem;
	}

	.home .mt-metric h3 {
		margin-bottom: 0.65rem;
	}

	.mt-metric:last-child {
		border-bottom: 0;
	}

	.home .mt-trust-grid {
		row-gap: 1.125rem;
	}

	.home .mt-trust-item {
		min-height: 0;
		padding-bottom: 0.25rem;
	}

	.home .mt-query-section .wp-block-post {
		padding: 1.25rem;
	}

	.home .mt-query-section .wp-block-post-featured-image {
		margin: -1.25rem -1.25rem 1.2rem;
	}

	.home .mt-query-section .wp-block-post-excerpt__excerpt {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.mt-page-hero,
	.mt-inner-section {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}

	.mt-faq-hero {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.mt-faq-item summary {
		padding-right: 2.4rem;
		font-size: 1.06rem;
	}

	.mt-faq-item p {
		padding-right: 0;
	}

	.mt-media-hero {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.mt-video-grid,
	.mt-media-gallery {
		grid-template-columns: 1fr;
	}

	.mt-video-grid,
	.mt-video-card,
	.mt-video-card__frame {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	.mt-media-gallery__item {
		min-height: 180px;
	}

	.mt-media-band {
		padding: 2rem;
	}

	.mt-blog-hero,
	.mt-single-post__hero {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.mt-blog-grid {
		grid-template-columns: 1fr;
	}

	.mt-blog-grid .wp-block-post,
	.mt-blog-card,
	.mt-blog-card__body,
	.mt-blog-card__media,
	.mt-blog-card__media .wp-block-post-featured-image,
	.mt-blog-card__media .wp-block-post-featured-image a,
	.mt-blog-card__media .wp-block-post-featured-image img {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	.mt-blog-card__media {
		margin-right: 0;
		margin-left: 0;
		min-height: 220px;
	}

	.mt-single-post__media {
		min-height: 260px;
		margin-bottom: 3rem;
	}

	.mt-contact-hero {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.mt-contact-methods,
	.mt-contact-form,
	.mt-warranty-form {
		grid-template-columns: 1fr;
	}

	.mt-contact-page .mt-contact-main {
		width: min(1280px, calc(100% - 2rem));
		grid-template-columns: minmax(0, 1fr);
		min-width: 0;
	}

	.mt-contact-page .mt-contact-main > *,
	.mt-contact-page .mt-form-shell,
	.mt-contact-page .mt-contact-form,
	.mt-contact-page .mt-contact-form .mt-form-field {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.mt-contact-page .mt-contact-form {
		grid-template-columns: minmax(0, 1fr);
	}

	.mt-contact-form input,
	.mt-contact-form select,
	.mt-contact-form textarea,
	.mt-warranty-form input,
	.mt-warranty-form select,
	.mt-warranty-form textarea {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.mt-contact-method,
	.mt-contact-method:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid rgba(3, 43, 74, 0.14);
	}

	.mt-contact-method:last-child {
		border-bottom: 0;
	}

	.mt-contact-map,
	.mt-contact-support-band {
		padding: 2rem;
	}

	.mt-contact-map__frame {
		min-height: 260px;
	}

	.mt-contact-page .mt-contact-hero {
		padding-top: 4rem;
		padding-bottom: 4.2rem;
	}

	.mt-contact-page .mt-contact-main-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.mt-contact-page .mt-form-shell,
	.mt-contact-usa-band,
	.mt-contact-support-band {
		padding: 2rem;
	}

	.mt-contact-hero__quick a,
	.mt-contact-hero__quick strong {
		font-size: 1.04rem;
	}

	.mt-contact-office-panel .mt-contact-map__frame {
		min-height: 320px;
	}

	.mt-contact-usa-band__grid {
		grid-template-columns: 1fr;
	}

	.mt-contact-cta-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.mt-warranty-hero {
		padding-top: 4rem;
		padding-bottom: 4.2rem;
	}

	.mt-warranty-main-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.mt-warranty-form-panel {
		padding: 2rem;
	}

	.mt-warranty-form {
		grid-template-columns: 1fr;
	}

	.mt-product-support-band {
		padding: 2rem;
	}

	.mt-product-hero .mt-page-hero__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
	}

	.mt-product-hero .mt-page-hero__content {
		display: contents;
	}

	.mt-product-hero .mt-page-hero__content > .mt-eyebrow {
		order: 1;
	}

	.mt-product-hero .mt-page-hero__content > h1 {
		order: 2;
	}

	.mt-product-hero .mt-page-hero__content > .mt-page-hero__lead {
		order: 3;
	}

	.mt-product-hero .mt-page-visual {
		order: 4;
		width: 100%;
		min-width: 0;
		min-height: 300px;
	}

	.mt-product-hero .mt-actions {
		order: 5;
		width: 100%;
		flex-wrap: wrap;
		margin-top: 0;
	}

	.mt-product-landing-card__media,
	.mt-product-landing-hero .mt-page-visual {
		min-height: 300px;
	}

	.mt-product-landing-grid,
	.mt-product-landing-card,
	.mt-product-landing-card__media,
	.mt-product-landing-card__body,
	.mt-product-landing-card h3,
	.mt-product-landing-card p,
	.mt-product-landing-card ul,
	.mt-product-landing-card .mt-button {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	.mt-panel-grid,
	.mt-statement-grid {
		grid-template-columns: 1fr;
	}

	.mt-origin-band,
	.mt-inner-cta {
		padding: 2rem;
	}

	.mt-page-visual,
	.mt-inner-visual {
		min-height: 300px;
	}

	.mt-product-gallery {
		grid-template-columns: 1fr;
	}

	.mt-spec-table th,
	.mt-spec-table td {
		padding: 0.9rem;
	}
}

@media (max-width: 430px) {
	.mt-main-header__inner {
		width: min(1280px, calc(100% - 1.5rem));
	}

	.mt-logo img {
		max-width: 160px;
		max-height: 40px;
	}

	.mt-page-hero,
	.mt-inner-section,
	.mt-contact-page .mt-contact-main-section,
	.mt-warranty-main-section {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.mt-catalog,
	.mt-contact-card,
	.mt-form-shell,
	.mt-contact-page .mt-form-shell,
	.mt-contact-usa-band,
	.mt-contact-support-band,
	.mt-warranty-form-panel,
	.mt-origin-band,
	.mt-inner-cta,
	.mt-product-support-band {
		padding: 1.5rem;
	}

	.mt-media-gallery {
		grid-template-columns: 1fr;
	}
}
