/*
Theme Name: Meirente Knife Catalog
Theme URI: https://www.meirenteknife.com/
Author: Meirente Knife Co., Ltd.
Description: Editable industrial knife catalog theme with product archives, shared sidebar, responsive navigation and Polylang compatibility.
 Version: 1.3.3
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: meirente
*/

:root {
  --mrt-green: #0f8278;
  --mrt-green-dark: #08665f;
  --mrt-accent: #b6bf00;
  --mrt-text: #666666;
  --mrt-muted: #697478;
  --mrt-border: #d9dfe1;
  --mrt-soft: #f4f7f7;
  --mrt-container: 1170px;
  --mrt-sidebar: 260px;
  --mrt-gap: 32px;
  --mrt-shadow: 0 12px 26px rgba(26, 51, 49, .13);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--mrt-text); background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: 400; line-height: 1.58; }
body, body * { font-weight: 400 !important; }
img { max-width: 100%; height: auto; }
a { color: var(--mrt-green); text-decoration: none; }
a:hover, a:focus { color: var(--mrt-accent); }
button, input, select, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 2px solid var(--mrt-accent); outline-offset: 3px; }
.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; }
.mrt-container { width: calc(100% - 30px); max-width: var(--mrt-container); margin-inline: auto; }
.mrt-home-content > .alignfull,
.mrt-home-content > .alignwide { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; }

.mrt-site-header { width: calc(100% - 30px); max-width: var(--mrt-container); margin: 30px auto 0; }
.mrt-site-header .mrt-container, .mrt-site-footer .mrt-container { width: 100%; }
.mrt-topbar { border-top: 2px solid #00a997; background: #fff; }
.mrt-topbar-inner { min-height: 44px; display: flex; align-items: center; gap: 24px; color: #008c80; font-size: 13px; }
.mrt-topbar-contact { display: flex; align-items: center; gap: 24px; }
.mrt-topbar-contact a, .mrt-whatsapp-link { display: inline-flex; align-items: center; gap: 6px; }
.mrt-contact-icon { display: inline-block; width: 17px; height: 17px; flex: 0 0 17px; vertical-align: middle; }
.mrt-whatsapp-icon { color: #25d366; }
.mrt-product-search { display: flex; width: 270px; margin-left: auto; }
.mrt-product-search input[type=search] { width: 100%; min-width: 0; height: 30px; padding: 3px 8px; border: 1px solid #aaa; border-right: 0; background: #fff; }
.mrt-product-search button { height: 30px; padding: 0 10px; border: 0; color: #fff; background: #8a8a8a; font-size: 12px; text-transform: lowercase; cursor: pointer; }
.mrt-product-search button:hover { background: var(--mrt-green); }
.mrt-language { position: relative; }
.mrt-language select, .mrt-language-placeholder { min-width: 124px; height: 34px; padding: 4px 34px 4px 12px; border: 1px solid var(--mrt-border); color: #05796f; background: #fff; }

.mrt-header-main { background: var(--mrt-green); box-shadow: var(--mrt-shadow); }
.mrt-header-inner { height: 80px; min-height: 80px; display: flex; align-items: stretch; }
.mrt-brand { flex: 0 0 var(--mrt-sidebar); display: flex; align-items: center; padding: 10px 18px; border-right: 1px solid rgba(255,255,255,.72); }
.mrt-brand img { display: block; width: 100%; max-width: 218px; height: 54px; object-fit: contain; object-position: left center; }
.mrt-brand-text { color: #fff; font-size: 46px; font-weight: 700; letter-spacing: -2px; line-height: 1; }
.mrt-nav-toggle { display: none; }
.mrt-primary-nav { flex: 1; min-width: 0; }
.mrt-primary-nav .menu { display: flex; align-items: stretch; justify-content: center; gap: 18px; height: 100%; margin: 0; padding: 0; list-style: none; }
.mrt-primary-nav .menu > li { position: relative; display: flex; align-items: stretch; }
.mrt-primary-nav .menu > li > a { display: flex; align-items: center; padding: 0 16px; color: #fff; font-size: 15px; font-weight: 500; white-space: nowrap; }
.mrt-primary-nav .current-menu-item > a, .mrt-primary-nav .current-menu-ancestor > a, .mrt-primary-nav .current_page_item > a, .mrt-primary-nav a:hover, .mrt-primary-nav a:focus { color: var(--mrt-accent) !important; }
.mrt-primary-nav .sub-menu { position: absolute; z-index: 50; top: 100%; left: 0; display: none; min-width: 260px; margin: 0; padding: 8px 0; list-style: none; background: #fff; border: 1px solid var(--mrt-border); box-shadow: var(--mrt-shadow); }
.mrt-primary-nav li:hover > .sub-menu, .mrt-primary-nav li:focus-within > .sub-menu { display: block; }
.mrt-primary-nav .sub-menu a { display: block; padding: 10px 16px; color: var(--mrt-text); border-bottom: 1px solid #edf0f1; }
.mrt-primary-nav .sub-menu a:hover { color: var(--mrt-green); background: #f2f8f7; }
.mrt-submenu-toggle { display: none; }

.mrt-site-main { padding: 34px 0 36px; }
.home .mrt-site-main { padding-top: 15px; }
.mrt-layout { display: grid; grid-template-columns: var(--mrt-sidebar) minmax(0, 1fr); gap: var(--mrt-gap); align-items: start; }
.mrt-content { min-width: 0; }
.mrt-breadcrumb { height: 38px; min-height: 38px; display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-bottom: 22px; padding: 0 18px; background: var(--mrt-green); color: #fff; font-size: 13px; }
.mrt-breadcrumb a { color: #fff; }
.mrt-breadcrumb a:hover { color: var(--mrt-accent); }
.mrt-breadcrumb strong { font-weight: 600; }
.mrt-product-breadcrumb { flex-wrap: nowrap; }
.mrt-breadcrumb-trail { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.mrt-breadcrumb-product-title { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.mrt-mobile-products { display: none; }
.mrt-sidebar-section { margin-bottom: 22px; }
.mrt-sidebar-title { height: 38px; min-height: 38px; display: flex; align-items: center; margin: 0; padding: 0 17px; color: #fff; background: var(--mrt-green); font-size: 15px; font-weight: 600; text-align: left; }
.mrt-category-list { margin: 0; padding: 0; border: 1px solid var(--mrt-border); border-top: 0; list-style: none; }
.mrt-category-list li { border-bottom: 1px solid var(--mrt-border); }
.mrt-category-list li:last-child { border-bottom: 0; }
.mrt-category-list a { min-height: 45px; display: flex; align-items: center; padding: 6px 17px; color: var(--mrt-text); font-size: 15px; transition: color .2s, background-color .2s, padding-left .2s; }
.mrt-category-list a::before { content: ''; width: 8px; height: 8px; margin-right: 13px; border-top: 2px solid #758084; border-right: 2px solid #758084; transform: rotate(45deg); }
.mrt-category-list a:hover, .mrt-category-list .current-cat > a { padding-left: 25px; color: var(--mrt-green); background: #eef7f6; }
.mrt-hot-list { display: grid; gap: 16px; margin-top: 15px; }
.mrt-hot-card { display: block; padding: 12px; border: 1px solid var(--mrt-border); color: var(--mrt-green); background: #fff; }
.mrt-hot-card:hover { background: #169d90; color: #fff; }
.mrt-hot-card img { display: block; width: 100%; aspect-ratio: 1/1; object-fit: contain; border: 0; background: #fff; }
.mrt-hot-card span { display: block; padding-top: 9px; font-size: 13px; line-height: 1.4; }
.mrt-contact-details { padding: 16px; border: 1px solid var(--mrt-border); border-top: 0; background: #f7f9f9; font-size: 14px; }
.mrt-contact-line { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 10px; padding: 8px 0; color: var(--mrt-text); }
.mrt-contact-line:hover { color: var(--mrt-green); }
.mrt-contact-line-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #fff; background: var(--mrt-green); }
.mrt-contact-line-icon svg { width: 17px; height: 17px; }
.mrt-contact-line-copy { min-width: 0; line-height: 1.35; overflow-wrap: anywhere; }
.mrt-contact-line-label { display: block; margin-bottom: 2px; color: var(--mrt-muted); font-size: 12px; }
.mrt-contact-response { display: flex; align-items: center; gap: 7px; margin: 10px 0 14px; padding-top: 11px; border-top: 1px solid var(--mrt-border); color: var(--mrt-muted); font-size: 13px; line-height: 1.4; }
.mrt-contact-response svg { flex: 0 0 auto; width: 16px; height: 16px; color: var(--mrt-green); }
.mrt-contact-actions { display: grid; gap: 8px; }
.mrt-sidebar-action { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 8px 12px; border: 1px solid var(--mrt-green); color: #fff; background: var(--mrt-green); font-size: 14px; text-align: center; transition: color .2s, background-color .2s; }
.mrt-sidebar-action:hover { color: var(--mrt-green); background: #fff; }
.mrt-sidebar-action svg { width: 17px; height: 17px; }
.mrt-sidebar-inquiry { color: var(--mrt-green); background: #fff; }
.mrt-sidebar-inquiry:hover { color: #fff; background: var(--mrt-green); }

.mrt-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.mrt-product-card { display: flex; flex-direction: column; min-width: 0; padding: 15px; border: 1px solid var(--mrt-border); background: #fff; }
.mrt-product-card[hidden] { display: none !important; }
.mrt-product-card-image { display: block; aspect-ratio: 1/1; border: 0; background: #fff; overflow: hidden; }
.mrt-product-card-image img { width: 100%; height: 100%; object-fit: contain; image-rendering: auto; transition: transform .25s; }
@media (hover: hover) and (pointer: fine) {
  .mrt-product-card:hover img { transform: scale(1.025); }
}
.mrt-product-card h2 { margin: 14px 0 7px; font-size: 16px; line-height: 1.35; font-weight: 400; text-align: center; }
.mrt-product-card h2 a { color: #3e3e3e; }
.mrt-product-card p { flex: 1; margin: 0 0 14px; color: #666666; font-size: 13px; }
.mrt-product-card > p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; min-height: 67px; max-height: 67px; }
.mrt-product-card > .mrt-button { margin-top: auto; }
.mrt-product-card .mrt-button { height: 34px; min-height: 34px; font-size: 12px; font-weight: 400; }
.mrt-button { display: inline-flex; align-items: center; justify-content: center; height: 38px; min-height: 38px; padding: 6px 20px; border: 0; color: #fff !important; background: var(--mrt-green); font-weight: 600; cursor: pointer; }
.mrt-button:hover, .mrt-button:focus { color: #fff !important; background: var(--mrt-accent); }
.mrt-pagination { margin-top: 35px; }
.mrt-pagination .nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.mrt-pagination .page-numbers { min-width: 42px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--mrt-border); color: #4a5558; background: #fff; }
.mrt-pagination .current { color: #fff; background: #686d6e; }

.mrt-product-hero { display: grid; grid-template-columns: minmax(0, 400px) minmax(300px, 1fr); gap: 32px; align-items: start; }
.mrt-product-gallery { width: 100%; max-width: 400px; }
.mrt-gallery-main { aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; border: 0; background: #fff; }
.mrt-gallery-main img { width: 100%; height: 100%; object-fit: contain; }
.mrt-gallery-thumbs { display: grid; grid-template-columns: 28px minmax(0,1fr) 28px; align-items: center; gap: 8px; margin-top: 10px; }
.mrt-gallery-thumb-track { min-width: 0; display: flex; justify-content: flex-start; align-items: center; gap: 8px; overflow: hidden; padding: 2px; }
.mrt-gallery-thumb { flex: 0 0 82px; width: 82px; height: 72px; min-width: 0; padding: 3px; border: 1px solid #c9cccd; background: #fff; cursor: pointer; }
.mrt-gallery-arrow { display: flex; align-items: center; justify-content: center; width: 28px; height: 52px; padding: 0; border: 0; border-radius: 0; color: #6f7172; background: #f5f5f5; box-shadow: none; font-size: 0; line-height: 1; cursor: pointer; transition: color .2s, background .2s; }
.mrt-gallery-arrow::before { content: ""; display: block; width: 0; height: 0; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 10px solid currentColor; }
.mrt-gallery-arrow[data-mrt-gallery-direction="-1"]::before { transform: rotate(180deg); }
.mrt-gallery-arrow svg { display: block; width: 12px; height: 18px; pointer-events: none; }
.mrt-gallery-arrow:hover, .mrt-gallery-arrow:focus-visible { color: #535556; background: #ececec; }
.mrt-gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.mrt-gallery-thumb.is-active { border-color: #ff6d83; box-shadow: 0 0 0 1px #ff6d83; }
.mrt-product-summary { padding: 36px; border: 1px solid var(--mrt-border); }
.mrt-product-summary h1 { margin: 0 0 24px; padding-bottom: 22px; border-bottom: 1px dotted #bbb; color: #171d1f; font-size: clamp(20px, 1.5vw, 25px); font-weight: 600; line-height: 1.32; }
.mrt-product-summary p { margin: 0 0 20px; }
.mrt-template-preview .mrt-product-summary { position: relative; overflow: hidden; }
.mrt-template-badge { display: inline-flex; align-items: center; margin: 0 0 14px; padding: 5px 10px; color: #fff; background: var(--mrt-green); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.mrt-template-preview .mrt-product-summary h1 { margin-bottom: 18px; }
.mrt-template-intro { color: #586260; font-size: 14px; line-height: 1.7; }
.mrt-template-note { margin: 0 0 22px; padding: 13px 15px; border-left: 3px solid var(--mrt-accent); background: #f2f7f6; color: #43504e; font-size: 13px; line-height: 1.6; }
.mrt-template-facts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin: 20px 0 22px; }
.mrt-template-fact { min-width: 0; padding: 12px; border: 1px solid var(--mrt-border); background: #fbfcfc; }
.mrt-template-fact span { display: block; margin-bottom: 4px; color: var(--mrt-green); font-size: 11px; text-transform: uppercase; }
.mrt-template-fact strong { display: block; color: #303a39; font-size: 13px; line-height: 1.45; }
.mrt-template-placeholder { color: #788280; font-style: italic; }
.mrt-template-models { overflow-x: auto; }
.mrt-entry-content .mrt-template-model-table { min-width: 720px; table-layout: auto; }
.mrt-entry-content .mrt-template-model-table th:first-child,
.mrt-entry-content .mrt-template-model-table td:first-child { width: auto; color: inherit; }
.mrt-entry-content .mrt-template-model-table th { color: #fff; background: var(--mrt-green); }
.mrt-template-app-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin: 18px 0 28px; }
.mrt-template-app { padding: 20px; border: 1px solid var(--mrt-border); background: #fbfcfc; }
.mrt-template-app span { display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; margin-bottom: 12px; border-radius: 50%; color: #fff; background: var(--mrt-green); font-size: 12px; }
.mrt-template-app h3 { margin: 0 0 8px; font-size: 17px; }
.mrt-template-app p { margin: 0; color: #697371; font-size: 13px; line-height: 1.6; }
.mrt-template-options { display: flex; flex-wrap: wrap; gap: 9px; margin: 16px 0 28px; padding: 0; list-style: none; }
.mrt-template-options li { padding: 8px 12px; border: 1px solid #c8d8d5; color: #3e4a48; background: #f3f8f7; font-size: 13px; }
.mrt-product-body { margin-top: 28px; padding: 28px; border: 1px solid var(--mrt-border); }
.mrt-entry-content h2 { margin: 34px 0 12px; color: #20282b; font-size: 25px; font-weight: 600; line-height: 1.25; }
.mrt-entry-content h3 { margin: 26px 0 8px; font-size: 20px; font-weight: 600; }
.mrt-entry-content table { width: 100%; table-layout: fixed; border-collapse: collapse; margin: 22px 0; }
.mrt-entry-content th, .mrt-entry-content td { height: 48px; padding: 10px 12px; border: 1px solid #000; border-color: #000 !important; text-align: left; vertical-align: middle; }
.mrt-entry-content .wp-block-table th:first-child,
.mrt-entry-content .wp-block-table td:first-child,
.mrt-entry-content .mrt-spec-table th { width: 32%; color: #e72e2e; font-weight: 400; }
.mrt-spec-table { width: 100%; table-layout: fixed; border-collapse: collapse; margin: 22px 0; }
.mrt-dimension-drawing { margin: 18px auto 22px; text-align: center; }
.mrt-dimension-crop { width: 100%; max-width: 820px; aspect-ratio: 820 / 550; margin: 0 auto; overflow: hidden; background: #fff; }
.mrt-dimension-crop img { display: block; width: 100%; max-width: none; height: 100%; margin: 0; object-fit: contain; filter: none; image-rendering: auto; }
.mrt-dimension-drawing figcaption { max-width: 820px; margin: 9px auto 0; color: #596462; font-size: 13px; line-height: 1.5; }
.mrt-size-table-wrap { width: 100%; overflow-x: auto; margin: 0 0 30px; }
.mrt-entry-content .mrt-size-data-table { min-width: 560px; margin: 0; table-layout: fixed; }
.mrt-entry-content .mrt-size-data-table th { color: #fff; background: var(--mrt-green); text-align: center; }
.mrt-entry-content .mrt-size-data-table td { color: #303a39; text-align: center; }
.mrt-drawing { margin-top: 24px; padding: 20px; border: 1px solid var(--mrt-border); text-align: center; }
.postid-11084 .mrt-drawing { position: relative; z-index: 2; width: 820px; max-width: 100%; margin: 24px auto 0; padding: 0; border: 0; background: #fff; }
.postid-11084 .mrt-drawing-link { display: block; cursor: zoom-in; line-height: 0; }
.postid-11084 .mrt-drawing img { display: block; width: 100%; height: auto; image-rendering: auto; }
.mrt-related { margin-top: 28px; }
.mrt-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.mrt-tags a { padding: 6px 10px; border: 1px solid var(--mrt-border); color: #596467; background: #fff; font-size: 12px; }

.mrt-page-card { padding: 0; border: 0; background: transparent; }
.mrt-page-card h1 { margin-top: 0; color: #172023; font-size: clamp(30px, 3.6vw, 48px); font-weight: 600; line-height: 1.08; }
.mrt-category-insights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 0 0 26px; }
.mrt-category-insight { padding: 18px; border-top: 3px solid var(--mrt-green); background: var(--mrt-soft); }
.mrt-category-insight h2 { margin: 0 0 9px; color: #173e3b; font-size: 18px; line-height: 1.25; }
.mrt-category-insight p { margin: 0; color: #465957; font-size: 14px; line-height: 1.65; }
.mrt-inquiry { margin: 24px 0 12px; }
.mrt-inquiry-title { min-height: 38px; display: flex; align-items: center; gap: 24px; padding: 4px 18px; color: #fff; background: var(--mrt-green); font-size: 13px; }
.mrt-inquiry-title strong { color: #fff; }
.mrt-inquiry-body { padding: 20px 18px 24px; border: 1px solid var(--mrt-border); }
.mrt-inquiry-body input:not([type=submit]):not([type=checkbox]), .mrt-inquiry-body textarea, .mrt-inquiry-body select { width: 100%; min-height: 28px; padding: 4px 7px; border: 1px solid var(--mrt-border); font: inherit; }
.mrt-inquiry-body input[type=file] { padding: 4px; font-size: 12px; }
.mrt-file-control { position: relative; width: min(100%, 520px); min-width: 0; display: flex; align-items: center; gap: 10px; text-align: left !important; }
.mrt-file-input { position: absolute; width: 1px !important; height: 1px; opacity: 0; pointer-events: none; }
.mrt-file-button { flex: 0 0 auto; display: inline-flex; align-items: center; height: 30px; padding: 0 12px; border: 1px solid #aeb7b8; color: #34403f; background: #f4f6f6; font-size: 12px; cursor: pointer; }
.mrt-file-button:hover { border-color: var(--mrt-green); color: var(--mrt-green); }
.mrt-file-name { min-width: 0; overflow: hidden; color: #687273; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.mrt-file-hint { display: block; max-width: 520px; margin-top: 6px; color: var(--mrt-muted); font-size: 12px; line-height: 1.45; text-align: left; }
.mrt-form-status { grid-column: 1 / -1; margin: 4px 0 0; padding: 10px 12px; border-left: 3px solid var(--mrt-green); background: var(--mrt-soft); color: #34403f; font-size: 13px; }
.mrt-form-status.is-success { border-left-color: #087f75; background: #edf8f5; color: #075f58; }
.mrt-form-status.is-error { border-left-color: #b42318; background: #fff2f0; color: #8a1c13; }
.mrt-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.mrt-native-form button:disabled { cursor: wait; opacity: .65; }
.mrt-native-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 28px; padding: 0; font-size: 12px; }
.mrt-native-form p { margin: 0; }
.mrt-native-form label { display: grid; grid-template-columns: 105px minmax(0,1fr); align-items: center; gap: 10px; }
.mrt-native-form label > span { text-align: right; }
.mrt-native-form label > span:last-child { min-width: 0; }
.mrt-native-form label > span b { color: #e60012; }
.mrt-native-form .mrt-form-wide { grid-column: 1 / -1; }
.mrt-native-form .mrt-form-message label { align-items: center; }
.mrt-native-form textarea { min-height: 152px; resize: vertical; }
.mrt-form-actions { grid-column: 1 / -1; display: flex; justify-content: flex-start; align-items: center; gap: 18px; margin-top: 4px; padding: 18px 0 0 115px; border-top: 1px solid #e2e8e7; }
.mrt-form-actions .mrt-button { width: 110px; min-height: 34px; height: 34px; }
.mrt-native-form .mrt-privacy { display: flex; grid-template-columns: none; max-width: 620px; gap: 2px; color: #5f6868; font-size: 12px; line-height: 1.35; }
.mrt-native-form .mrt-privacy input { width: auto; margin: 0; }
.mrt-contact-options { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin: 18px 0 0; }
.mrt-contact-options article { padding: 18px; border: 1px solid var(--mrt-border); background: #fff; }
.mrt-contact-options h3 { margin: 0 0 8px; font-size: 16px; font-weight: 600; }
.mrt-contact-options h3 .mrt-contact-icon { margin-right: 4px; }
.mrt-contact-options p { min-height: 42px; margin: 0 0 8px; color: #66706f; font-size: 13px; line-height: 1.55; }
.mrt-contact-options a { color: #26302f; font-weight: 600; }

.mrt-home-banner { height: 420px; margin-bottom: 15px; overflow: hidden; }
.mrt-home-banner .wp-block-cover { width: 100%; height: 100% !important; min-height: 100% !important; aspect-ratio: auto; overflow: hidden; }
.mrt-home-banner .wp-block-cover__image-background { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mrt-home-banner-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mrt-home-layout { align-items: start; }
.mrt-section-bar { height: 38px; min-height: 38px; display: flex; align-items: center; gap: 42px; margin: 0 0 18px; padding: 0 18px; color: #fff; background: var(--mrt-green); }
.mrt-section-bar h1, .mrt-section-bar h2 { margin: 0; color: #fff; font-size: 16px; font-weight: 600; }
.mrt-section-bar a { color: #fff; font-weight: 600; }
.mrt-section-bar a:hover { color: var(--mrt-accent); }
.mrt-search-results { margin-bottom: 24px; }
.mrt-no-results { padding: 24px; border: 1px solid var(--mrt-border); background: #fff; }
.mrt-page-banner { margin: 0 0 24px; overflow: hidden; border: 1px solid var(--mrt-border); }
.mrt-page-banner img { width: 100%; height: auto; object-fit: contain; display: block; }

.mrt-auto-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 30px 0; padding: 22px 24px; border-left: 5px solid var(--mrt-accent); background: #f2f7f6; font-weight: 700; }
.mrt-auto-cta .mrt-button { flex: 0 0 auto; }
.mrt-faq-item { margin: 0 0 12px; border: 1px solid #d8e1df; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.mrt-faq-item:hover, .mrt-faq-item[open] { border-color: var(--mrt-green); box-shadow: 0 7px 20px rgba(20,135,125,.09); }
.mrt-faq-item summary { position: relative; padding: 17px 52px 17px 20px; cursor: pointer; color: #202728; font-size: 18px; font-weight: 600; list-style: none; }
.mrt-faq-item summary::-webkit-details-marker { display: none; }
.mrt-faq-item summary::after { content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--mrt-green); font-size: 25px; font-weight: 400; }
.mrt-faq-item[open] summary::after { content: '\2212'; }
.mrt-faq-item > p { margin: 0; padding: 0 20px 20px; color: #4d5656; line-height: 1.75; }
.mrt-content-card { margin: 22px 0; padding: 24px 26px; border: 1px solid #dce4e3; border-top: 4px solid var(--mrt-green); background: #fff; box-shadow: 0 8px 22px rgba(25,56,53,.05); transition: transform .2s ease, box-shadow .2s ease; }
.mrt-content-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(25,56,53,.1); }
.mrt-content-card > h2:first-child { margin-top: 0; }
.mrt-content-card .mrt-level-two { margin: 0 0 14px; padding: 0; border-left: 0; background: none; }
.mrt-content-card .mrt-level-three { padding-left: 0; border-left: 0; }
.mrt-product-body .mrt-entry-content { color: #3d4646; font-size: 15px; line-height: 1.75; }
.mrt-product-body .mrt-entry-content h2 { margin: 34px 0 14px; padding-left: 14px; border-left: 4px solid var(--mrt-green); color: #202728; font-size: 23px; font-weight: 600; line-height: 1.3; }
.mrt-entry-content .mrt-level-two { position: relative; margin: 38px 0 16px; padding: 13px 18px 13px 22px; border-left: 5px solid var(--mrt-green); background: linear-gradient(90deg, #edf7f5 0, #fff 72%); color: #202728; font-size: clamp(24px, 2vw, 30px); }
.mrt-entry-content .mrt-level-three { margin: 25px 0 10px; padding-left: 15px; border-left: 3px solid var(--mrt-accent); color: #34403f; font-size: clamp(19px, 1.5vw, 23px); }
.mrt-entry-content .mrt-section-overline { margin-bottom: 8px; padding: 0 0 9px; border-left: 0; border-bottom: 2px solid var(--mrt-green); background: none; color: var(--mrt-green); font-size: 16px; letter-spacing: .11em; text-transform: uppercase; }
.mrt-entry-content .mrt-content-card { border: 1px solid var(--mrt-border); border-top: 1px solid var(--mrt-border); }
.mrt-entry-content .mrt-content-card > .mrt-level-two { margin: 0 0 16px; padding: 0 0 12px; border: 0; border-bottom: 2px solid var(--mrt-green); background: none; font-size: clamp(22px, 1.8vw, 28px); }
.mrt-entry-content .mrt-content-card > .mrt-level-three { padding-left: 0; border-left: 0; background: none; }
.mrt-content-list { margin: 6px 0 28px; padding-left: 24px; }
.mrt-content-list li { margin: 0 0 10px; padding-left: 5px; line-height: 1.7; }
.mrt-content-list li::marker { color: var(--mrt-green); }
.mrt-product-faq { margin-top: 30px; }
.mrt-product-faq > .mrt-level-two:first-child { margin-top: 0; }

.mrt-site-footer { width: calc(100% - 30px); max-width: var(--mrt-container); margin: 55px auto 0; color: #fff; background: #075e58; }
.mrt-footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 48px; padding: 58px 54px 45px; }
.mrt-footer-title { margin: 0 0 20px; color: #fff; font-size: 18px; text-transform: uppercase; }
.mrt-footer-menu { margin: 0; padding: 0; list-style: none; columns: 1; }
.mrt-footer-products .mrt-footer-menu { columns: 1; }
.mrt-footer-menu li { break-inside: avoid; margin-bottom: 10px; }
.mrt-footer-menu a { color: #fff; font-size: 14px; }
.mrt-footer-menu a:hover { color: var(--mrt-accent); }
.mrt-footer-contact p { margin: 0 0 10px; }
.mrt-footer-contact a { color: #fff; }
.mrt-footer-contact a:hover, .mrt-footer-contact a:focus { color: var(--mrt-accent); }
.mrt-footer-whatsapp { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; }
.mrt-footer-whatsapp > span { white-space: nowrap; }
.mrt-copyright { width: calc(100% - 108px) !important; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.2); text-align: center; font-size: 13px; }

.mrt-home-intro { padding: 10px 0 20px; }
.mrt-home-content > .wp-block-cover { min-height: 0 !important; aspect-ratio: 16 / 7; overflow: hidden; }
.mrt-home-content > .wp-block-cover .wp-block-cover__image-background { width: 100%; height: 100%; object-fit: cover; object-position: center; image-rendering: auto; }
.mrt-home-intro .mrt-kicker { color: var(--mrt-green); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mrt-home-intro h1 { max-width: 980px; margin: 10px 0 18px; font-size: clamp(32px, 3.7vw, 54px); font-weight: 600; line-height: 1.08; }
.mrt-home-intro .mrt-lead { max-width: 1050px; font-size: 20px; }
.mrt-home-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 28px 0 45px; }
.mrt-home-grid.two { grid-template-columns: repeat(2, 1fr); }
.mrt-home-card { padding: 28px; border: 1px solid var(--mrt-border); background: #fff; }
.mrt-home-card h3 { margin-top: 0; padding-left: 0; border-left: 0; }
.mrt-home-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 25px 0 45px; }
.mrt-home-step { padding: 24px; color: #fff; background: var(--mrt-green); }
.mrt-home-step h3 { margin-top: 0; color: #fff; }
.mrt-home-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 30px 0; padding: 22px 24px; border-left: 5px solid var(--mrt-accent); background: var(--mrt-soft); }
.mrt-home-cta > div { flex: 1; }
.mrt-home-cta h2 { margin: 0 0 5px; padding: 0; border: 0; background: none; font-size: 22px; }
.mrt-home-cta p { margin: 0; }
.mrt-entry-content > h2, .mrt-entry-content > .wp-block-group, .mrt-entry-content > .wp-block-columns, .mrt-entry-content > .wp-block-table, .mrt-home-card, .mrt-home-step { animation: mrt-fade-up .55s both; }
.mrt-entry-content > h2 { padding-left: 14px; border-left: 4px solid var(--mrt-green); }
.mrt-entry-content > .wp-block-group, .mrt-entry-content > .wp-block-columns { padding: 24px; border: 1px solid var(--mrt-border); background: #fff; transition: transform .25s, box-shadow .25s; }
.mrt-entry-content > .wp-block-group:hover, .mrt-entry-content > .wp-block-columns:hover, .mrt-home-card:hover { transform: translateY(-4px); box-shadow: var(--mrt-shadow); }
@keyframes mrt-fade-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .mrt-entry-content > *, .mrt-home-card, .mrt-home-step { animation: none !important; transition: none !important; } }

@media (max-width: 1100px) {
  :root { --mrt-sidebar: 240px; --mrt-gap: 22px; }
  .mrt-brand { flex-basis: var(--mrt-sidebar); }
  .mrt-primary-nav .menu { gap: 4px; }
  .mrt-primary-nav .menu > li > a { padding: 0 8px; font-size: 14px; }
  .mrt-product-grid { gap: 18px; }
  .mrt-footer-grid { gap: 32px; padding-left: 36px; padding-right: 36px; }
}

@media (max-width: 1024px) {
  .mrt-site-header, .mrt-site-footer { width: 100%; margin-left: 0; margin-right: 0; }
  .mrt-container { width: calc(100% - 20px); }
  .mrt-topbar { height: auto !important; overflow: visible !important; }
  .mrt-topbar-inner { height: auto !important; min-height: 0; display: grid !important; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 6px 10px; overflow: visible !important; padding: 8px 10px; }
  .mrt-topbar-contact { min-width: 0; display: flex !important; flex-direction: column; align-items: flex-start; gap: 3px; font-size: 11px; }
  .mrt-topbar-contact a, .mrt-topbar-contact .mrt-whatsapp-link { min-width: 0; display: inline-flex !important; align-items: center !important; visibility: visible !important; opacity: 1 !important; gap: 5px; white-space: nowrap; }
  .mrt-whatsapp-link .mrt-whatsapp-icon { display: block !important; color: #25d366 !important; }
  .mrt-contact-icon { width: 14px !important; height: 14px !important; flex: 0 0 14px; }
  .mrt-product-search { grid-column: 1 / -1; position: static !important; display: flex !important; visibility: visible !important; opacity: 1 !important; width: 100% !important; max-width: none !important; height: 30px; margin: 0; overflow: visible !important; }
  .mrt-product-search input[type=search] { display: block !important; visibility: visible !important; opacity: 1 !important; flex: 1 1 auto; height: 30px; }
  .mrt-product-search button { display: block !important; visibility: visible !important; opacity: 1 !important; flex: 0 0 auto; }
  .mrt-language { grid-column: 2; grid-row: 1; margin-left: 0; }
  .mrt-language select, .mrt-language-placeholder { min-width: 92px; height: 30px; padding: 2px 24px 2px 8px; font-size: 12px; }
  .mrt-header-inner { height: 76px; min-height: 76px; position: relative; display: block; }
  .mrt-header-inner::after { content: ''; position: absolute; z-index: 75; top: 75px; left: 0; right: 0; height: 1px; background: rgba(255,255,255,.92); pointer-events: none; }
  .mrt-brand { min-height: 76px; padding: 11px 58px 11px 14px; border: 0; }
  .mrt-brand img { max-width: 218px; max-height: 52px; }
  .mrt-brand-text { font-size: 38px; }
  .mrt-nav-toggle { position: absolute; z-index: 80; top: 16px; right: 10px; display: block; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
  .mrt-nav-toggle span, .mrt-nav-toggle::before, .mrt-nav-toggle::after { content: ''; position: absolute; left: 6px; width: 31px; height: 2px; background: #fff; transition: transform .2s, opacity .2s, top .2s; }
  .mrt-nav-toggle span { top: 21px; }
  .mrt-nav-toggle::before { top: 12px; }
  .mrt-nav-toggle::after { top: 30px; }
  .mrt-nav-toggle[aria-expanded=true] span { opacity: 0; }
  .mrt-nav-toggle[aria-expanded=true]::before { top: 21px; transform: rotate(45deg); }
  .mrt-nav-toggle[aria-expanded=true]::after { top: 21px; transform: rotate(-45deg); }
  .mrt-primary-nav { position: absolute; z-index: 70; top: 100%; left: 0; display: none; width: 100%; background: #fff; border: 1px solid var(--mrt-green); }
  .mrt-primary-nav.is-open { display: block; }
  .mrt-primary-nav .menu { display: block; height: auto; }
  .mrt-primary-nav .menu > li { display: grid; grid-template-columns: minmax(0,1fr) 48px; align-items: stretch; border-bottom: 1px solid var(--mrt-border); }
  .mrt-primary-nav .menu > li > a { min-height: 44px; padding: 10px; color: #182124; font-size: 14px; line-height: 24px; }
  .mrt-primary-nav .menu > li.current-menu-item > a, .mrt-primary-nav .menu > li.current-menu-ancestor > a, .mrt-primary-nav .menu > li.current_page_item > a { color: var(--mrt-accent) !important; }
  .mrt-primary-nav .sub-menu { position: static; grid-column: 1 / -1; display: none; min-width: 0; padding: 0; border: 0; box-shadow: none; }
  .mrt-primary-nav .menu-item-has-children:not(.is-submenu-open) > .sub-menu { display: none !important; }
  .mrt-primary-nav li.is-submenu-open > .sub-menu { display: block !important; }
  .mrt-primary-nav .sub-menu a { min-height: 42px; padding: 9px 20px; font-size: 13px; }
  .mrt-submenu-toggle { position: relative; grid-column: 2; grid-row: 1; display: flex; align-items: center; justify-content: center; width: 48px; min-height: 44px; padding: 0; border: 0; border-left: 1px solid rgba(255,255,255,.25); color: #fff; background: var(--mrt-green); font-size: 0; cursor: pointer; }
  .mrt-submenu-toggle::before, .mrt-submenu-toggle::after { content: ''; position: absolute; width: 14px; height: 2px; background: #fff; }
  .mrt-submenu-toggle::after { transform: rotate(90deg); transition: transform .2s; }
  .is-submenu-open > .mrt-submenu-toggle::after { transform: rotate(0); }
  .mrt-site-main { padding: 0 0 40px; }
  .mrt-layout { display: flex; flex-direction: column; gap: 6px; }
  .mrt-sidebar { display: block !important; width: 100%; }
  .mrt-mobile-products { display: flex !important; align-items: center; justify-content: space-between; width: calc(100% + 20px); height: 42px; margin-left: -10px; margin-right: -10px; padding: 0 14px; border: 0; color: #fff; background: var(--mrt-green); font-size: 14px; cursor: pointer; }
  .mrt-mobile-products::after { content: '+'; font-size: 23px; font-weight: 400; }
  .mrt-mobile-products[aria-expanded=true]::after { content: '−'; }
  .mrt-sidebar-content { display: none; }
  .mrt-sidebar-content.is-open { display: block; }
  .mrt-sidebar-title { height: 40px; min-height: 40px; font-size: 15px; }
  .mrt-category-list a { min-height: 48px; font-size: 14px; }
  .mrt-breadcrumb { order: -1; width: 100%; height: auto; min-height: 54px; flex-wrap: wrap; justify-content: flex-start; margin: 0; padding: 8px 14px 9px; font-size: 12px; }
  .mrt-breadcrumb { width: calc(100% + 20px); margin-left: -10px; margin-right: -10px; }
  .mrt-breadcrumb > a, .mrt-breadcrumb > span, .mrt-breadcrumb > strong { white-space: nowrap; word-break: keep-all; overflow-wrap: normal; }
  .mrt-product-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; column-gap: 6px; font-size: 11px; }
  .mrt-breadcrumb-trail { display: inline-flex; flex: 0 0 auto; flex-wrap: nowrap; gap: 6px; overflow: visible; }
  .mrt-breadcrumb-trail > * { white-space: nowrap; word-break: keep-all; overflow-wrap: normal; }
  .mrt-breadcrumb-product-title { display: inline; width: auto; margin-top: 0; overflow: visible; text-overflow: clip; white-space: nowrap; word-break: keep-all; overflow-wrap: normal; line-height: 1.4; }
  .mrt-content { width: 100%; }
  .postid-11084 .mrt-drawing { width: 100%; margin-left: auto; margin-right: auto; }
  .mrt-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mrt-product-hero { grid-template-columns: 1fr; gap: 20px; }
  .mrt-template-app-grid { grid-template-columns: 1fr; }
  .single-mrt_product .mrt-product-hero { margin-top: 6px; }
  .single-mrt_product .mrt-gallery-main { padding: 0; overflow: hidden; background: transparent; line-height: 0; }
  .single-mrt_product .mrt-gallery-main img { display: block; width: 100%; height: 100%; margin: 0; object-fit: cover; image-rendering: auto; }
  .mrt-product-summary { padding: 24px; }
  .mrt-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 34px; }
	.mrt-home-grid, .mrt-home-process { grid-template-columns: repeat(2, 1fr); }
	.mrt-contact-options { grid-template-columns: 1fr; }
	.mrt-contact-options p { min-height: 0; }
}

@media (max-width: 600px) {
  .mrt-template-facts { grid-template-columns: 1fr; }
  .mrt-template-preview .mrt-product-summary { padding: 22px 18px; }
  .mrt-template-preview .mrt-product-body { padding: 20px 14px; }
}

.mrt-search-results-status { margin: 0 0 18px; padding: 10px 12px; border-left: 3px solid var(--mrt-green); background: #f4f7f7; color: var(--mrt-text); font-size: 14px; }

@media (max-width: 600px) {
	.mrt-topbar-contact { font-size: 12px; }
	.mrt-product-search,
	.mrt-product-search input[type=search],
	.mrt-product-search button { height: 44px; }
	.mrt-product-search button { min-width: 64px; font-size: 14px; }
	.home .mrt-home-banner { width: 100%; margin: 0 0 15px; }
	.home .mrt-home-top-products .mrt-section-bar { width: calc(100% + 20px); height: auto; min-height: 44px; justify-content: space-between; gap: 10px; margin-left: -10px; margin-right: -10px; padding: 5px 10px; }
	.home .mrt-home-top-products .mrt-section-bar h2,
	.home .mrt-home-top-products .mrt-section-bar a { font-size: 14px; line-height: 1.3; white-space: nowrap; }
	.single-mrt_product .mrt-product-body.mrt-entry-content > h2 { font-size: clamp(15px, 4.6vw, 19px); line-height: 1.3; letter-spacing: -.01em; white-space: nowrap; overflow-wrap: normal; }
	.single-mrt_product .mrt-entry-content table { font-size: 12px; line-height: 1.3; }
	.single-mrt_product .mrt-entry-content th,
	.single-mrt_product .mrt-entry-content td { padding: 6px 4px; }
	.single-mrt_product .mrt-entry-content .wp-block-table table { table-layout: fixed; }
	.single-mrt_product .mrt-entry-content .wp-block-table th:first-child,
	.single-mrt_product .mrt-entry-content .wp-block-table td:first-child,
	.single-mrt_product .mrt-entry-content .mrt-spec-table th { width: 32%; }
	.single-mrt_product .mrt-size-table-wrap { width: 100%; overflow-x: visible; }
	.single-mrt_product .mrt-entry-content .mrt-size-data-table { width: 100%; min-width: 0; table-layout: fixed; font-size: 11px; }
	.single-mrt_product .mrt-entry-content .mrt-size-data-table th,
	.single-mrt_product .mrt-entry-content .mrt-size-data-table td { width: 33.333%; height: 42px; padding: 6px 2px; overflow-wrap: anywhere; word-break: normal; }
	.single-mrt_product .mrt-entry-content .mrt-size-data-table.mrt-four-column-table th,
	.single-mrt_product .mrt-entry-content .mrt-size-data-table.mrt-four-column-table td { width: 25%; font-size: 10px; }
	.single-mrt_product .mrt-entry-content .mrt-size-data-table th { line-height: 1.25; }
	.mrt-mobile-products[aria-expanded=true]::after { content: '\2212'; }
	.mrt-native-form { grid-template-columns: 1fr; padding: 8px 4px; }
	.mrt-native-form label { grid-template-columns: 1fr; gap: 3px; }
	.mrt-native-form label > span { text-align: left; }
	.mrt-native-form .mrt-form-wide, .mrt-form-actions { grid-column: 1; }
	.mrt-form-actions { align-items: flex-start; flex-direction: column; gap: 10px; padding-left: 0; }
	.mrt-auto-cta { align-items: flex-start; flex-direction: column; }
	.mrt-home-banner { height: auto; overflow: visible; }
	.mrt-home-banner .wp-block-cover { display: block; height: auto !important; min-height: 0 !important; padding: 0; overflow: visible; }
	.mrt-home-banner .wp-block-cover__background, .mrt-home-banner .wp-block-cover__inner-container { display: none; }
	.mrt-home-banner .wp-block-cover__image-background { position: static !important; display: block; width: 100%; height: auto; object-fit: contain; }
	.mrt-home-banner-image { height: auto; object-fit: contain; }
  .mrt-product-grid { grid-template-columns: 1fr; gap: 15px; }
  .mrt-product-card { padding: 10px; }
  .mrt-product-card-image img { image-rendering: auto; transform: none; }
  .mrt-product-card h2 { font-size: 15px; }
  .mrt-product-card p { font-size: 14px; }
  .mrt-product-card .mrt-button,
  .mrt-button { height: 44px; min-height: 44px; font-size: 14px; }
  .mrt-file-button { height: 44px; font-size: 14px; }
  .mrt-form-actions .mrt-button { height: 44px; min-height: 44px; }
  .mrt-gallery-thumbs { grid-template-columns: 44px minmax(0,1fr) 44px; gap: 6px; }
  .mrt-gallery-arrow { width: 44px; height: 50px; }
  .mrt-gallery-thumb-track { justify-content: flex-start; gap: 6px; }
  .mrt-gallery-thumb { flex-basis: 64px; width: 64px; height: 58px; }
	.mrt-product-body { padding: 18px; }
	.mrt-page-card { padding: 8px 0; }
	.mrt-page-card .mrt-content-card { margin: 14px 0; padding: 16px 14px; }
	.page-id-11126 .mrt-content { overflow: visible; }
	.page-id-11126 .mrt-page-banner { width: calc(100% + 20px); max-width: none; margin: 0 -10px 8px; border-right: 0; border-left: 0; }
	.page-id-11126 .mrt-page-card { padding-top: 0; }
	.page-id-11126 .mrt-page-card > h1 { margin: 10px 0 14px; }
	.single-mrt_product .mrt-product-body { padding: 12px; }
  .mrt-footer-grid { grid-template-columns: 1fr; }
  .mrt-footer-grid { gap: 0; padding: 30px 18px 26px; }
  .mrt-footer-grid > section { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.24); }
  .mrt-footer-grid > section:first-child { padding-top: 0; border-top: 0; }
  .mrt-footer-title { margin-bottom: 13px; padding-bottom: 8px; }
  .mrt-footer-menu li { margin-bottom: 8px; }
  .mrt-footer-contact p { margin-bottom: 9px; line-height: 1.55; }
  .mrt-footer-contact .mrt-brand-footer { margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.2); }
  .mrt-copyright { width: calc(100% - 48px) !important; }
  .mrt-home-grid, .mrt-home-grid.two, .mrt-home-process { grid-template-columns: 1fr; }
  .mrt-home-cta { display: block; }
}

/* Manufacturing photography and process layout */
.mrt-manufacturing-page { padding: 0; color: #465150; font-size: 16px; line-height: 1.72; }
.mrt-manufacturing-page > h1 { margin: 0 0 24px; }
.mrt-manufacturing-kicker { display: block; margin: 0 0 9px; color: var(--mrt-green); font-size: 12px; font-weight: 700 !important; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.mrt-manufacturing-hero { position: relative; min-height: 460px; margin: 0 0 44px; overflow: hidden; border: 1px solid #cbd8d6; background: #183f3b; isolation: isolate; }
.mrt-manufacturing-hero::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(4,22,21,.05) 20%, rgba(4,31,29,.2) 50%, rgba(4,38,35,.92) 100%); }
.mrt-manufacturing-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mrt-manufacturing-hero-copy { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; max-width: 800px; padding: 42px; color: #fff; }
.mrt-manufacturing-hero-copy .mrt-manufacturing-kicker { color: #c9d51b; }
.mrt-manufacturing-page .mrt-manufacturing-hero-copy h2 { max-width: 690px; margin: 0 0 14px; padding: 0; border: 0; background: none; color: #fff; font-size: clamp(28px, 3vw, 42px); font-weight: 700 !important; letter-spacing: -.02em; line-height: 1.12; }
.mrt-manufacturing-hero-copy p { max-width: 690px; margin: 0; color: rgba(255,255,255,.9); font-size: 16px; line-height: 1.65; }
.mrt-manufacturing-intro { display: grid; grid-template-columns: minmax(240px,.78fr) minmax(0,1.22fr); gap: 50px; align-items: start; margin: 0 0 50px; padding: 0 10px; }
.mrt-manufacturing-page .mrt-manufacturing-intro h2,
.mrt-manufacturing-page .mrt-manufacturing-section-heading h2,
.mrt-manufacturing-page .mrt-manufacturing-faq > h2 { margin: 0; padding: 0; border: 0; background: none; color: #1f2b2a; font-size: clamp(27px, 2.5vw, 36px); font-weight: 700 !important; letter-spacing: -.02em; line-height: 1.18; }
.mrt-manufacturing-intro > p { margin: 1px 0 0; color: #566260; }
.mrt-manufacturing-process { margin: 0 0 52px; }
.mrt-manufacturing-section-heading { max-width: 690px; margin: 0 0 24px; }
.mrt-manufacturing-section-heading > p { margin: 14px 0 0; color: #64706e; }
.mrt-manufacturing-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.mrt-manufacturing-card { overflow: hidden; border: 1px solid #d6e0de; background: #fff; box-shadow: 0 12px 30px rgba(19,68,63,.07); }
.mrt-manufacturing-card figure { margin: 0; overflow: hidden; aspect-ratio: 3 / 2; background: #dce5e3; }
.mrt-manufacturing-card figure img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.mrt-manufacturing-card:hover figure img { transform: scale(1.025); }
.mrt-manufacturing-card-copy { padding: 25px 26px 28px; }
.mrt-manufacturing-step { display: block; margin: 0 0 8px; color: var(--mrt-green); font-size: 12px; font-weight: 700 !important; letter-spacing: .13em; text-transform: uppercase; }
.mrt-manufacturing-page .mrt-manufacturing-card h3,
.mrt-manufacturing-page .mrt-manufacturing-control-list h3 { margin: 0 0 10px; padding: 0; border: 0; background: none; color: #22302f; font-size: 21px; font-weight: 700 !important; line-height: 1.3; }
.mrt-manufacturing-card-copy p { margin: 0; color: #5b6664; font-size: 15px; line-height: 1.7; }
.mrt-manufacturing-card-wide { display: grid; grid-column: 1 / -1; grid-template-columns: minmax(0,1.18fr) minmax(280px,.82fr); align-items: stretch; }
.mrt-manufacturing-card-wide figure { height: 100%; min-height: 340px; aspect-ratio: auto; }
.mrt-manufacturing-card-wide .mrt-manufacturing-card-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px; border-left: 4px solid var(--mrt-green); }
.mrt-manufacturing-control { margin: 0 0 38px; padding: 34px; border-top: 4px solid var(--mrt-green); background: #f2f7f6; }
.mrt-manufacturing-control-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid #cbd8d5; border-left: 1px solid #cbd8d5; }
.mrt-manufacturing-control-list li { display: grid; grid-template-columns: 40px minmax(0,1fr); gap: 14px; min-height: 148px; padding: 24px; border-right: 1px solid #cbd8d5; border-bottom: 1px solid #cbd8d5; background: rgba(255,255,255,.55); }
.mrt-manufacturing-control-list li > span { color: var(--mrt-green); font-size: 13px; font-weight: 700 !important; letter-spacing: .08em; }
.mrt-manufacturing-page .mrt-manufacturing-control-list h3 { font-size: 18px; }
.mrt-manufacturing-control-list p { margin: 0; color: #5f6b69; font-size: 14px; line-height: 1.6; }
.mrt-manufacturing-cta { margin: 0 0 46px; padding: 24px 26px; }
.mrt-manufacturing-cta > span { font-weight: 400 !important; }
.mrt-manufacturing-cta strong { display: block; margin-bottom: 2px; color: #263230; font-weight: 700 !important; }
.mrt-manufacturing-faq { margin-top: 0; }
.mrt-manufacturing-faq > h2 { margin-bottom: 22px !important; }

@media (max-width: 900px) {
  .mrt-category-insights { grid-template-columns: 1fr; }
  .mrt-manufacturing-hero { min-height: 430px; }
  .mrt-manufacturing-intro { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 700px) {
  .mrt-manufacturing-page { padding: 0; }
  .mrt-manufacturing-page > h1 { margin-bottom: 18px; }
  .mrt-manufacturing-hero { min-height: 0; background: var(--mrt-green-dark); }
  .mrt-manufacturing-hero::after { display: none; }
  .mrt-manufacturing-hero > img { position: static; aspect-ratio: 4 / 3; object-fit: cover; }
  .mrt-manufacturing-hero-copy { position: static; max-width: none; padding: 26px 22px 29px; }
  .mrt-manufacturing-page .mrt-manufacturing-hero-copy h2 { font-size: clamp(26px,8vw,34px); }
  .mrt-manufacturing-intro { margin-bottom: 38px; padding: 0; }
  .mrt-manufacturing-grid { grid-template-columns: 1fr; }
  .mrt-manufacturing-card-wide { display: block; grid-column: auto; }
  .mrt-manufacturing-card-wide figure { width: 100%; height: auto; min-height: 0; aspect-ratio: 3 / 2; }
  .mrt-manufacturing-card-wide .mrt-manufacturing-card-copy { padding: 25px 26px 28px; border-top: 4px solid var(--mrt-green); border-left: 0; }
  .mrt-manufacturing-control { padding: 26px 20px; }
  .mrt-manufacturing-control-list { grid-template-columns: 1fr; }
  .mrt-manufacturing-control-list li { min-height: 0; padding: 20px; }
  .mrt-manufacturing-cta { margin-bottom: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .mrt-manufacturing-card figure img { transition: none; }
  .mrt-manufacturing-card:hover figure img { transform: none; }
}
