/*!
Theme Name: MicroMb
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: micromb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MicroMb is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/* TDS success modal */
.micromb-tds-overlay {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	background: rgba(0,0,0,0.6) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	z-index: 2147483647 !important;
	opacity: 1 !important;
	transition: opacity 220ms ease !important;
}
.micromb-tds-overlay.micromb-tds-fadeout { opacity: 0 !important; }

.micromb-tds-modal {
	background-color: #ffffff !important;
	color: #000 !important;
	border-radius: 12px !important;
	padding: 28px !important;
	box-shadow: 0 24px 60px rgba(12,20,30,0.35) !important;
	max-width: 540px !important;
	width: 90% !important;
	box-sizing: border-box !important;
	text-align: center !important;
	position: relative !important;
	font-family: inherit !important;
	z-index: 2147483648 !important;
}

.micromb-tds-close {
	position: absolute !important;
	right: 10px !important;
	top: 8px !important;
	background: transparent !important;
	border: none !important;
	font-size: 20px !important;
	line-height: 1 !important;
	cursor: pointer !important;
	color: #666 !important;
}

.micromb-tds-body { padding: 6px 8px !important; }
.micromb-tds-icon {
		width: 72px !important;
		height: 72px !important;
		border-radius: 50% !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		margin: 0 auto 12px auto !important;
		font-size: 34px !important;
		color: #d0021b !important;
		background: #000 !important;
		box-shadow: 0 8px 18px rgba(0,0,0,0.12) !important;
}
.micromb-tds-icon--error { color: #d0021b !important; }

.micromb-tds-modal h2 { margin: 0 0 8px !important; font-size: 18px !important; }
.micromb-tds-modal p { margin: 0 !important; color: #444 !important; font-size: 15px !important; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}



a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}



.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}



/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# MicroMb Branding
--------------------------------------------------------------*/

:root {
	--micromb-red: #c82e28;
	--micromb-red-dark: #a52520;
	--micromb-text: #111111;
	--micromb-muted: #5f5f5f;
	--micromb-border: #e7e7e7;
	--micromb-surface: #ffffff;
	--micromb-footer-bg: #090909;
}

/* Tailwind-like utilities requested for layout */
.max-w-6xl {
	max-width: 72rem;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--micromb-text);
	font-family: "Outfit", sans-serif;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-branding__title,
.main-navigation a,
.menu-toggle,
.site-footer__title,
.site-footer__heading {
	font-family: "DM Sans", sans-serif;
}

.entry-title,
.page-title,
.widget-title {
	color: var(--micromb-red);
}

a {
	color: var(--micromb-red);
}



a:hover,
a:focus,
a:active {
	color: var(--micromb-red-dark);
}

/* Header */
.site-header {
	background: var(--micromb-surface);
	border-bottom: 1px solid var(--micromb-border);
	position: sticky;
	top: 0;
	z-index: 50;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 78px;
}

.site-branding {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-width: 0;
}

.site-branding .custom-logo-link {
	display: inline-flex;
	line-height: 0;
}

.site-branding .custom-logo {
	max-height: 42px;
	width: auto;
}

.site-branding__title {
	color: #111111;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-decoration: none;
	white-space: nowrap;
}

.main-navigation {
	position: relative;
	width: auto;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	border: 1px solid var(--micromb-border);
	background: #ffffff;
	border-radius: 999px;
	color: var(--micromb-text);
	font-size: 0.95rem;
	font-weight: 600;
	background-color: #ffffff !important;
	color: #000;
}

.menu-toggle__icon {
	display: inline-block;
	width: 1rem;
	height: 2px;
	background: currentcolor;
	position: relative;
}

.menu-toggle__icon::before,
.menu-toggle__icon::after {
	content: "";
	position: absolute;
	left: 0;
	width: 1rem;
	height: 2px;
	background: currentcolor;
}

.menu-toggle__icon::before {
	top: -5px;
}

.menu-toggle__icon::after {
	top: 5px;
}

.main-navigation .menu {
	display: none;
	position: absolute;
	top: calc(100% + 0.75rem);
	right: 0;
	width: min(92vw, 320px);
	background: #ffffff;
	border: 1px solid var(--micromb-border);
	border-radius: 0.75rem;
	padding: 0.5rem;
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);
}

.main-navigation.toggled .menu {
	display: flex;
	flex-direction: column;
}

.main-navigation a {
	display: block;
	color: #111111;
	font-size: 0.95rem;
	font-weight: 600;
	padding: 0.6rem 0.75rem;
	border-radius: 0.5rem;
	text-decoration: none;
}

.main-navigation a:hover,
.main-navigation a:focus {
	background: #f7f7f7;
	color: var(--micromb-red);
}

.site-content {
	padding-top: 1.5rem;
}

.site-main,
.widget-area {
	max-width: 72rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

/* Footer */
.site-footer {
	background: var(--micromb-footer-bg);
	color: #f4f4f5;
	margin-top: 3rem;
}

.site-footer__inner {
	display: grid;
	gap: 2rem;
	padding-top: 2.5rem;
	padding-bottom: 2.25rem;
}

.site-footer__title {
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 700;
	margin: 0 0 0.6rem;
}

.site-footer__description {
	color: #d2d2d2;
	max-width: 36ch;
	margin: 0;
}

.site-footer__heading {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 0.75rem;
}

.site-footer__menu .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.35rem;
}

.site-footer__menu a {
	color: #d2d2d2;
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
}

.site-footer__menu a:hover,
.site-footer__menu a:focus {
	color: var(--micromb-red);
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__copyright {
	margin: 0;
	color: #d2d2d2;
	font-size: 0.875rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/* Buttons */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-color: var(--micromb-red);
	background: var(--micromb-red);
	color: #ffffff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--micromb-red-dark);
	background: var(--micromb-red-dark);
}

@media screen and (min-width: 60em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation .menu {
		display: flex;
		position: static;
		width: auto;
		align-items: center;
		gap: 0.25rem;
		background: transparent;
		border: 0;
		border-radius: 0;
		padding: 0;
		box-shadow: none;
	}

	.main-navigation li {
		position: relative;
	}

	.main-navigation ul ul {
		display: none;
		position: absolute;
		top: calc(100% + 0.35rem);
		left: 0;
		min-width: 14rem;
		background: #ffffff;
		border: 1px solid var(--micromb-border);
		border-radius: 0.5rem;
		padding: 0.35rem;
		box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
		z-index: 30;
	}

	.main-navigation ul ul ul {
		left: 100%;
		top: 0;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		display: block;
	}

	.main-navigation ul ul a {
		width: 100%;
	}

	.site-footer__inner {
		grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
		align-items: start;
	}
}

/*--------------------------------------------------------------
# Homepage Sections
--------------------------------------------------------------*/

.micromb-home.site-main {
	max-width: none;
	margin: 0;
	padding: 0;
}

.home .site-content {
	padding-top: 0;
}

.micromb-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--micromb-red);
	border-radius: 999px;
	background: var(--micromb-red);
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	padding: 0.48rem 1rem;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.micromb-btn:hover,
.micromb-btn:focus {
	background: var(--micromb-red-dark);
	border-color: var(--micromb-red-dark);
	color: #ffffff;
	transform: translateY(-1px);
}

.micromb-btn--small {
	font-size: 1.2rem;
	padding: 0.38rem 0.9rem;
}

.home-section {
	padding: 3.25rem 0;
}

.home-section__title {
	color: var(--micromb-red);
	font-size: clamp(1.65rem, 3.8vw, 2.2rem);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.12;
	margin: 0;
	text-align: center;
}

.home-section__intro {
	color: #1f1f1f;
	margin: 0.9rem auto 0;
	max-width: 50rem;
	text-align: center;
}

.home-section__cta {
	margin-top: 1.6rem;
	text-align: center;
}

.home-hero {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: clamp(360px, 55vw, 560px);

}

.home-hero__inner {
	display: flex;
	align-items: center;
	min-height: inherit;
}

.home-hero__content {
	max-width: 33rem;
}

.home-hero__content h1 {
	color: #111111;
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 1rem;
}

.home-hero__content p {
	color: #202020;
	font-size: clamp(0.98rem, 1.8vw, 1.12rem);
	margin: 0 0 1.25rem;
	max-width: 29rem;
}

.home-who {

    padding-top: 0.5rem;
}

.home-who__card {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	margin-top: -4rem;
	padding: 2.05rem clamp(1rem, 3vw, 2.4rem);
	position: relative;
	text-align: center;
}

.home-who__text {
	margin: 1.3rem auto 0;
	max-width: 56rem;
}

.home-who__text p {
	color: #1e1e1e;
	font-size: 1.2rem;
	margin: 0 0 1rem;
}

.home-pillars {
	background: #ffffff;
}

.home-pillars__grid {
	display: grid;
	gap: 1.2rem;
	margin-top: 2rem;
}

.pillar-card {
	background: #ffffff;

	padding: 1.15rem 1rem;
}

.pillar-card__number {
	color: var(--micromb-red);
	font-family: "DM Sans", sans-serif;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	margin: 0;
}

.pillar-card h3 {
	color: #111111;
	font-size: 1.05rem;
	font-weight: 700;
	margin: 0.35rem 0 0.45rem;
}

.pillar-card p {
	color: #202020;
	font-size: 1.2rem;
	margin: 0;
}

.home-products {
	background: #efefef;
}

.home-products__grid {
	display: grid;
	gap: 1.5rem;
	margin-top: 2rem;
	align-items: stretch;
}

.product-card {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
	height: 100%;
	justify-content: space-between;
}

.product-card__media {

	border-radius: 999px;
	display: flex;
	height: 158px;
	justify-content: center;
	overflow: hidden;
	width: 158px;
}

.product-card__image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.product-card__placeholder {
	background: linear-gradient(145deg, #f9f9f9 0%, #d8d8d8 100%);
	height: 100%;
	width: 100%;
}

.product-card h3 {
	color: #111111;
	font-size: 1.22rem;
	font-weight: 700;
	margin: 0.9rem 0 0.4rem;
}

.product-card p {
	color: #212121;
	font-size: 1.2rem;
	margin: 0 0 0.85rem;
	max-width: 15rem;
}

.home-industries {
	background: #ffffff;
}

.home-industries__grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 4.7rem;
}

.industry-card {
	aspect-ratio: 1 / 1;
	border-radius: 0.45rem;
	color: inherit;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.industry-card:focus {
	outline: none;
}

.industry-card:focus-visible {
	box-shadow: 0 0 0 3px rgba( 201, 48, 44, 0.3 );
	outline: 2px solid #c9302c;
	outline-offset: 3px;
}

.industry-card__image {
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.industry-card__overlay {
	align-items: flex-end;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.75) 100%);
	display: flex;
	inset: 0;
	opacity: 0;
	padding: 0.9rem;
	pointer-events: none;
	position: absolute;
	transition: opacity 0.25s ease;
}

.industry-card__title {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.industry-card:hover .industry-card__overlay,
.industry-card:focus-within .industry-card__overlay {
	opacity: 1;
}

.industry-card:hover .industry-card__image,
.industry-card:focus-within .industry-card__image {
	transform: scale(1.04);
}

@media (hover: none) {
	.industry-card__overlay {
		opacity: 1;
	}
}

.industry-card__placeholder {
	align-items: center;
	background: linear-gradient(145deg, #f0f3f5 0%, #cad5de 100%);
	color: #1f1f1f;
	display: flex;
	font-size: 0.9rem;
	font-weight: 600;
	height: 100%;
	justify-content: center;
	padding: 0.5rem;
	text-align: center;
}

.home-innovation {
	background: #efefef;
}

.home-innovation__layout {
	display: grid;
	gap: 1.5rem;
	margin-top: 2rem;
}

.home-innovation__items {
	display: grid;
	gap: 1rem;
}

.innovation-item {
	padding-bottom: 0.8rem;
}

.innovation-item h3 {
	color: #111111;
	font-size: 1.17rem;
	font-weight: 700;
	margin: 0 0 0.35rem;
}

.innovation-item p {
	color: black;
    font-size: 1.2rem;
	margin: 0;
}

.home-innovation__media {
	display: grid;
	gap: 0.9rem;
}

.innovation-media__image,
.innovation-media__placeholder {
	border-radius: 0.45rem;
	display: block;
	height: 210px;
	object-fit: cover;
	width: 100%;
}

.innovation-media__placeholder {
	background: linear-gradient(145deg, #f6f6f6 0%, #cdcdcd 100%);
}

.innovation-media__image--small {
	height: 145px;
}

.home-sustainability {
	background: #ffffff;
}

.home-sustainability__grid {
	display: grid;
	gap: 1rem;
	margin-top: 1.7rem;
}

.sustainability-card {
	background: #f3f3f3;
	padding: 1.15rem 1rem 1.05rem;
	text-align: center;
}

.sustainability-card__icon {
	align-items: center;
	display: flex;
	height: 58px;
	justify-content: center;
	margin-bottom: 0.55rem;
}

.sustainability-card__icon-image {
	height: 46px;
	object-fit: contain;
	width: 46px;
}

.sustainability-card__icon-dot {
	background: var(--micromb-red);
	border-radius: 999px;
	display: inline-block;
	height: 14px;
	width: 14px;
}

.sustainability-card h3 {
	color: #111111;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 0.35rem;
}

.sustainability-card p {
	color: black;
    font-size: 1.2rem;
	margin: 0;
}

.home-operate {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.home-operate::before {
	content: "";
	inset: 0;
	position: absolute;
}

.home-operate > .max-w-6xl {
	position: relative;
	z-index: 1;
}

.home-operate__layout {
	display: grid;
	gap: 1.35rem;
	margin-top: 1.85rem;
}

.home-operate__locations ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-operate__locations li {
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 999px;
	color: #111111;
	font-family: "DM Sans", sans-serif;
	font-size: 0.93rem;
	font-weight: 600;
	padding: 0.35rem 0.85rem;
}

.home-operate__details h3 {
	color: var(--micromb-red);
	font-size: 1.4rem;
	font-weight: 800;
	margin: 0 0 0.55rem;
}

.home-operate__details p {
	color: #1c1c1c;
	font-size: 1.2rem;
	margin: 0 0 0.65rem;
	max-width: 35rem;
}

.home-operate__details a {
	color: var(--micromb-red);
	text-decoration: none;
}

.home-operate__details a:hover,
.home-operate__details a:focus {
	color: var(--micromb-red-dark);
}

.operate-pin-trigger img,
.operate-pin-trigger span {
	transition: color 0.24s ease;
}

.operate-pin-trigger,
.operate-pin-trigger:hover,
.operate-pin-trigger:focus,
.operate-pin-trigger:active {
	background: transparent;
	border: 0;
	border-color: transparent;
	box-shadow: none;
	color: inherit;
	padding: 0;
}

.operate-pin-trigger:hover img,
.operate-pin-trigger.is-active img {
	transform: none;
}

.operate-pin-trigger:hover span,
.operate-pin-trigger.is-active span {
	color: #000000;
}

.operate-location-panel {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(190, 190, 190, 0.7);
	border-radius: 0.75rem;
	bottom: 0;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
	left: 0;
	max-width: 340px;
	padding: 1rem 1.1rem;
	position: absolute;
	width: min(100%, 340px);
	z-index: 2;
}

.operate-location-panel [data-operate-email-link],
.operate-location-panel [data-operate-email-link]:hover,
.operate-location-panel [data-operate-email-link]:focus {
	color: #000000;
}



@media screen and (min-width: 48em) {
	.operate-location-panel {
		left: 300px;
	}
}

/* AOS motion polish + fail-safe visibility */
[data-aos] {
	will-change: transform, opacity;
	backface-visibility: hidden;
}

[data-aos]:not(.aos-init) {
	opacity: 1;
	transform: none;
}

html.micromb-aos-fallback [data-aos] {
	opacity: 0;
	transform: translate3d(0, 24px, 0) scale(0.98);
}

html.micromb-aos-fallback [data-aos="fade-up"] {
	transform: translate3d(0, 28px, 0);
}

html.micromb-aos-fallback [data-aos="fade-right"] {
	transform: translate3d(-28px, 0, 0);
}

html.micromb-aos-fallback [data-aos="zoom-in"] {
	transform: scale(0.92);
}

html.micromb-aos-fallback [data-aos="zoom-in-up"] {
	transform: translate3d(0, 24px, 0) scale(0.9);
}

html.micromb-aos-fallback [data-aos="zoom-in-left"] {
	transform: translate3d(24px, 0, 0) scale(0.96);
}

html.micromb-aos-fallback [data-aos].aos-animate {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
	html.micromb-aos-fallback [data-aos] {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@media screen and (min-width: 48em) {
	.home-pillars__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.home-industries__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

	.home-operate__layout {
		grid-template-columns: 1fr 1fr;
		align-items: start;
	}

	.home-innovation__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.2rem 1.5rem;
	}
}

@media screen and (min-width: 64em) {

	.home-who__card {
		margin-top: -5.2rem;
		padding-left: 2.7rem;
		padding-right: 2.7rem;
	}

	.home-pillars__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0;
	}

	.pillar-card {
		border-left: 0;
		border-right: 1px solid #ececec;
	}

.request-tds-section {
  padding: 70px 0;
  background: #fff;
}

.request-tds-grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 45px;
  align-items: flex-start;
}

.request-tds-grid h2 {
  margin: 0;
  color: #e30613;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.request-tds-grid .wpcf7 {
  width: 100%;
}

.request-tds-grid .wpcf7 form {
  margin: 0;
}

.request-tds-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  width: 100%;
}

.request-tds-form .form-col {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Important: CF7 wrapper must be block */
.request-tds-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.request-tds-form .tds-input {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0 22px;
  border: none;
  outline: none;
  background: #f7f7f7;
  color: #8f8f8f;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
}

.request-tds-form .tds-input::placeholder {
  color: #9b9b9b;
  opacity: 1;
}

.request-tds-form .tds-input:focus {
  background: #f7f7f7;
  color: #333;
}

.request-tds-form .tds-interest {
  background: #f7f7f7;
}
.wpcf7 form.sent .wpcf7-response-output{
	border-color: #d42b27;
}
.request-tds-form .tds-submit,
.request-tds-form input[type="submit"] {
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  border: none;
  background: #d42b27;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: none;
  text-align: center;
}

.request-tds-form .tds-submit:hover,
.request-tds-form input[type="submit"]:hover {
  background: #000;
  opacity: 1;
}

.request-tds-form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 3px 0 5px;
  color: #e30613;
}

.request-tds-grid .wpcf7-response-output {
  margin: 15px 0 0;
  padding: 10px 14px;
  font-size: 13px;
}

.request-tds-grid .wpcf7-spinner {
  display: none;
}

@media (max-width: 768px) {
  .request-tds-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .request-tds-form {
    grid-template-columns: 1fr;
  }
}

	.home-products__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.home-industries__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.home-innovation__layout {
		grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.8fr);
		align-items: start;
	}

	.home-sustainability__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

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

	.home-operate__locations {
		align-self: center;
		justify-self: center;
	}
}

/*--------------------------------------------------------------
# Subpages
--------------------------------------------------------------*/

.page-template-page-about-us .site-content,
.page-template-page-innovation-services .site-content,
.page-template-page-products .site-content,
.page-template-page-sustainability .site-content,
.single-micromb_product .site-content {
	padding-top: 0;
}

.micromb-subpage.site-main {
	max-width: none;
	margin: 0;
	padding: 0;
}

.subpage-hero {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: clamp(320px, 38vw, 520px);
	position: relative;
}

.subpage-hero__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: inherit;
}

.subpage-hero h1 {
	font-size: clamp(2rem, 5vw, 3.45rem);
	font-weight: 800;
	line-height: 1.12;
	margin: 0 0 1.4rem;
	max-width: 34rem;
}

.subpage-hero p {
	font-size: clamp(1rem, 1.8vw, 1.22rem);
	font-weight: 500;
	margin: 0;
}

.subpage-hero a {
	color: inherit;
	text-decoration: none;
}

.subpage-hero--dark {
	color: #ffffff;
}

.subpage-hero--dark::before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.subpage-hero--dark .subpage-hero__inner,
.subpage-hero--light .subpage-hero__inner {
	position: relative;
	z-index: 1;
}

.subpage-hero--light {
	color: #111111;
}

.subpage-section {
	padding: 2.8rem 0;
}

.subpage-section__intro {
	color: #111111;
	font-size: 1.2rem;
	line-height: 1.35;
	margin: 1.35rem auto 0;
	max-width: 54rem;
	text-align: center;
}

.subpage-rich-text {
	margin: 1.35rem auto 0;
	max-width: 58rem;
	text-align: center;
}

.subpage-rich-text p {
	color: #111111;
	font-size: 1.2rem;
	line-height: 1.35;
	margin: 0 0 1.25rem;
}

.subpage-card-overlap {
	padding-top: 0;
}

.about-intro-card {
	background: #ffffff;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.13);
	margin-top: -4rem;
	padding: clamp(2rem, 4vw, 3.8rem) clamp(1.1rem, 5vw, 4.5rem);
	position: relative;
	text-align: center;
	z-index: 2;
}

.about-quality {
	background: #ffffff;
}

.about-certifications {
	align-items: center;
	display: grid;
	gap: 1.4rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 3rem;
}

.about-certification {
	align-items: center;
	background: #ffffff;
	display: flex;
	justify-content: center;
	min-height: 96px;
	padding: 1rem;
	text-align: center;
}

.about-certification span {
	color: var(--micromb-red);
	font-family: "DM Sans", sans-serif;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.1;
}

.about-certification__image {
	max-height: 92px;
	object-fit: contain;
	width: auto;
}

.about-operate {
	background: #f7f7f7;
	position: relative;
}

.about-operate::before {
	background-image: url("/wp-content/uploads/2026/02/IP-MMB-Homepage-Map.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	inset: 0;
	opacity: 0.18;
	position: absolute;
}

.about-operate > .max-w-6xl {
	position: relative;
	z-index: 1;
}

.about-operate__grid {
	display: grid;
	gap: 1.25rem;
	margin-top: 3rem;
}

.about-location {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #ececec;
	padding: 1.35rem;
}

.about-location h3 {
	color: var(--micromb-red);
	font-size: 1.45rem;
	font-weight: 800;
	margin: 0 0 0.65rem;
}

.about-location p,
.about-location a {
	color: #111111;
	font-size: 1.05rem;
	line-height: 1.35;
	margin: 0;
}

.about-location a {
	display: inline-block;
	font-weight: 700;
	margin-top: 0.8rem;
	text-decoration: none;
}

.innovation-services-list {
	background: #ffffff;
}

.innovation-services-grid {
	display: grid;
	gap: 2rem;
}

.innovation-service-card {
	background: #f3f3f3;
	border-radius: 0.75rem;
	overflow: hidden;
	    min-height: 29.2rem;
}


.innovation-service-card__media {
	aspect-ratio: 2.45 / 1;
	background: #e8e8e8;
	overflow: hidden;
}

.innovation-service-card__image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.innovation-service-card__body {
	padding: clamp(1.5rem, 3vw, 2.35rem);
}

.innovation-service-card h2 {
	color: var(--micromb-red);
	font-size: clamp(1.8rem, 3.3vw, 2.65rem);
	font-weight: 800;
	line-height: 1.08;
	margin: 0 0 1.35rem;
}

.innovation-service-card__body > p {
	color: #111111;
	font-size: 1.2rem;
	line-height: 1.35;
	margin: 0;
}

.innovation-service-details {
	background: #ffffff;
	display: grid;
	gap: 1px;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.innovation-service-details div {
	background: #f8f8f8;
	padding: 1rem;
}

.innovation-service-details h3 {
	color: #111111;
	font-size: 1rem;
	font-weight: 800;
	margin: 0 0 0.35rem;
}

.innovation-service-details p {
	color: #111111;
	font-size: 0.95rem;
	line-height: 1.25;
	margin: 0;
}

.sustainability-hero {
	background-position: center right;
	min-height: clamp(360px, 42vw, 560px);
}

.sustainability-hero__inner {
	max-width: 36rem;
}

.sustainability-hero h1 {
	color: #111111;
	margin-bottom: 0.85rem;
}

.sustainability-hero__description {
	color: #111111;
	font-size: clamp(1.15rem, 2vw, 1.45rem) !important;
	font-weight: 700 !important;
	line-height: 1.22;
	margin: 0 0 1.1rem !important;
	max-width: 32rem;
}

.sustainability-breadcrumb {
	color: #111111;
}

.sustainability-intro {
	background: #ffffff;
}

.sustainability-intro__layout,
.sustainability-content-block__layout,
.sustainability-cta__layout {
	display: grid;
	gap: 2rem;
	align-items: center;
}

.sustainability-content-block--image-left .sustainability-content-block__media,
.sustainability-content-block--image-right .sustainability-content-block__body {
	order: 1;
}

.sustainability-content-block--image-left .sustainability-content-block__body,
.sustainability-content-block--image-right .sustainability-content-block__media {
	order: 2;
}

.sustainability-intro .home-section__title,
.sustainability-content-block .home-section__title,
.sustainability-cta .home-section__title {
	text-align: left;
}

.sustainability-rich-text {
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

.sustainability-rich-text p {
	line-height: 1.38;
}

.sustainability-section-image {
	border-radius: 0.45rem;
	display: block;
	height: 100%;
	max-height: 470px;
	object-fit: cover;
	width: 100%;
}

.sustainability-intro__media,
.sustainability-content-block__media,
.sustainability-cta__media {
	overflow: hidden;
}

.sustainability-goals {
	background: #f7f7f7;
}

.sustainability-goals__grid {
	display: grid;
	gap: 1rem;
}

.sustainability-goal-card {
	background: #ffffff;
	border: 1px solid #ececec;
	padding: clamp(1.35rem, 3vw, 2rem);
	text-align: center;
}

.sustainability-goal-card__icon {
	align-items: center;
	display: flex;
	height: 68px;
	justify-content: center;
	margin: 0 auto 1rem;
}

.sustainability-goal-card__icon img {
	height: 58px;
	object-fit: contain;
	width: 58px;
}

.sustainability-goal-card h2 {
	color: #111111;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.18;
	margin: 0 0 0.65rem;
}

.sustainability-goal-card p {
	color: #202020;
	font-size: 1.08rem;
	line-height: 1.28;
	margin: 0;
}

.sustainability-content-block {
	background: #ffffff;
	padding: 3.25rem 0;
}

.sustainability-content-block:nth-child(even) {
	background: #f7f7f7;
}

.sustainability-content-block--quote {
	background: #111111;
	color: #ffffff;
}

.sustainability-content-block--quote:nth-child(even) {
	background: #111111;
}

.sustainability-content-block--quote .home-section__title,
.sustainability-content-block--quote .sustainability-rich-text p {
	color: #ffffff;
}

.sustainability-content-block--no-image .sustainability-content-block__layout {
	max-width: 58rem;
}

.sustainability-quote {
	background: rgba(200, 46, 40, 0.78);
	border-radius: 0.45rem;
	color: #ffffff;
	margin: 0 0 2rem;
	padding: clamp(1.5rem, 4vw, 2.4rem);
}

.sustainability-quote p {
	color: #ffffff;
	font-family: "DM Sans", sans-serif;
	font-size: clamp(1.55rem, 4vw, 2.2rem);
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 1.25rem;
}

.sustainability-quote cite {
	display: block;
	font-style: normal;
	text-align: right;
}

.sustainability-quote strong,
.sustainability-quote span {
	display: block;
}

.sustainability-quote strong {
	font-family: "DM Sans", sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
}

.sustainability-quote span {
	font-size: 0.98rem;
	opacity: 0.86;
}

.sustainability-impact {
	background: #f7f7f7;
}

.sustainability-impact__grid {
	display: grid;
	gap: 1rem;
	margin-top: 2rem;
}

.sustainability-stat {
	background: #ffffff;
	border: 1px solid #ececec;
	padding: clamp(1.35rem, 3vw, 2rem);
	text-align: center;
}

.sustainability-stat__icon {
	align-items: center;
	display: flex;
	height: 58px;
	justify-content: center;
	margin: 0 auto 0.9rem;
}

.sustainability-stat__icon img {
	max-height: 52px;
	object-fit: contain;
	width: auto;
}

.sustainability-stat strong {
	color: var(--micromb-red);
	display: block;
	font-family: "DM Sans", sans-serif;
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 800;
	line-height: 1;
	margin-bottom: 0.6rem;
}

.sustainability-stat h3 {
	color: #111111;
	font-size: 1.18rem;
	font-weight: 800;
	line-height: 1.18;
	margin: 0 0 0.55rem;
}

.sustainability-stat p {
	color: #202020;
	font-size: 1.02rem;
	line-height: 1.32;
	margin: 0;
}

.sustainability-cta {
	background: #ffffff;
}

.sustainability-cta .micromb-btn {
	margin-top: 0.25rem;
}

@media screen and (min-width: 48em) {
	.sustainability-goals__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sustainability-impact__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (min-width: 64em) {
	.sustainability-intro__layout,
	.sustainability-cta__layout {
		grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	}

	.sustainability-content-block__layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.sustainability-content-block--no-image .sustainability-content-block__layout {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 47.99em) {
	.sustainability-hero {
		background-position: center right;
		min-height: 330px;
	}

	.sustainability-intro .home-section__title,
	.sustainability-content-block .home-section__title,
	.sustainability-cta .home-section__title,
	.sustainability-rich-text {
		text-align: center;
	}

	.sustainability-quote cite {
		text-align: center;
	}
}
.micromb-product-single-design.site-main {
	max-width: none;
	margin: 0;
	padding: 0;
}

.micromb-product-single-design {
	background: #fff;
	color: #111;
	font-family: inherit;
}

.product-container {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 24px;
}

/* Top banner */
.product-top-banner {
	height: 190px;
	background-color: #000;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Product details background */
.product-detail-section {
	position: relative;
	padding: 28px 0 58px;
	background-color: #fff;
		background-image: linear-gradient(
			rgba(255, 255, 255, 0.88),
			rgba(255, 255, 255, 0.88)
		),
		url("IP-MMB-Products-Page-2-2026-02-25_02.jpg");
	background-size: cover;
	background-position: center;
}

/* Breadcrumb + button */
.product-breadcrumb-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 52px;
}

.product-breadcrumb {
	margin: 0;
	font-size: 14px;
	color: #111;
}

.product-breadcrumb a {
	color: #111;
	text-decoration: none;
}

.product-breadcrumb span {
	margin: 0 4px;
}

.product-breadcrumb strong {
	font-weight: 700;
}

.request-tds-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 118px;
	height: 30px;
	padding: 0 20px;
	border-radius: 999px;
	background: #d42b27;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1;
	transition: 0.25s ease;
}

.request-tds-btn:hover {
	background: #b91f1c;
	color: #fff;
}

/* Main product layout */
.product-main-grid {
	display: grid;
	grid-template-columns: 230px 1fr;
	gap: 58px;
	align-items: start;
}

.product-main-grid > *,
.product-spec-grid > * {
	min-width: 0;
}

.product-image-box {
	position: relative;
	width: 230px;
	height: 390px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.product-red-shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 145px;
	height: 390px;
	background: #d71118;
	z-index: 1;
}

.product-image-box img {
	position: relative;
	z-index: 2;
	width: 185px;
	height: 185px;
	object-fit: cover;
	border-radius: 50%;
	margin-top: 42px;
	margin-left: 48px;
	border: 3px solid #555;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.product-info-box h1 {
	margin: 0 0 4px;
	font-size: 30px;
	line-height: 1.15;
	font-weight: 800;
	color: #000;
	overflow-wrap: anywhere;
}

.product-description {
	max-width: 650px;
	margin: 0 0 28px;
	font-size: 21px;
	line-height: 1.25;
	color: #111;
}

/* Specs */
.product-spec-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 44px;
	max-width: 720px;
}

.product-spec-left {
	padding-right: 34px;
	border-right: 1px solid #8b8b8b;
}

.product-spec-item {
	margin-bottom: 28px;
}

.product-spec-item:last-child {
	margin-bottom: 0;
}

.product-spec-item h3 {
	margin: 0 0 2px;
	font-size: 21px;
	line-height: 1.15;
	font-weight: 800;
	color: #d71118;
}

.product-spec-item p {
	margin: 0;
	font-size: 20px;
	line-height: 1.28;
	color: #111;
	overflow-wrap: anywhere;
}

/* Request TDS */
.request-tds-section {
	background: #fff;
	padding: 54px 0 52px;
}

.request-tds-grid {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 20px;
	align-items: start;
}

.request-tds-section h2 {
	margin: 4px 0 0;
	font-size: 30px;
	line-height: 1.1;
	color: #d71118;
	font-weight: 800;
}

.request-tds-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
	max-width: 690px;
}

.request-tds-form .form-col {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.request-tds-form input {
	width: 100%;
	height: 30px;
	border: 0;
	outline: 0;
	background: #f8f8f8;
	padding: 0 24px;
	font-size: 16px;
	color: #111;
	border-radius: 0;
}

.request-tds-form input::placeholder {
	color: #aaa;
}

.request-tds-form button {
	width: 120px;
	height: 28px;
	border: 0;
	border-radius: 999px;
	background: #d42b27;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	margin-top: 14px;
	transition: 0.25s ease;
}

.request-tds-form button:hover {
	background: #b91f1c;
}

/* Responsive */
@media (max-width: 900px) {
	.product-main-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.product-image-box {
		width: 230px;
		margin: 0 auto;
	}

	.product-info-box h1,
	.product-description {
		text-align: left;
	}

	.product-spec-grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.product-spec-left {
		padding-right: 0;
		border-right: 0;
	}

	.request-tds-grid {
		grid-template-columns: 1fr;
	}

	.request-tds-form {
		grid-template-columns: 1fr;
		max-width: 100%;
	}
}

@media (max-width: 600px) {
	.product-top-banner {
		height: 140px;
	}

	.product-detail-section {
		padding-top: 24px;
	}

	.product-breadcrumb-row {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 34px;
	}
}

/* Innovation page layout */
.innovation-services-list {
	padding: 90px 0 95px;
	background: #fff;
}

.innovation-services-grid {
	max-width: 940px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px 26px;
	align-items: start;
}

.innovation-service-card {
	background: #f3f3f3;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	box-shadow: none;
	transition: 0.25s ease;
}

.innovation-service-card__media {
	width: 100%;
	height: 178px;
	overflow: hidden;
}

.innovation-service-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.innovation-service-card__body {
	position: relative;
	padding: 32px 36px 58px;
	min-height: 250px;
}

.innovation-service-card__body h2 {
	margin: 0 0 22px;
	color: #c9302c;
	font-size: 34px;
	line-height: 0.95;
	font-weight: 800;
	letter-spacing: -0.5px;
}

.innovation-service-card__description {
	margin: 0;
	max-width: 340px;
	color: #111;
	font-size: 19px;
	line-height: 1.23;
	font-weight: 400;
}

/* Arrow button */
.innovation-service-card__body {
	position: relative !important;
	padding: 32px 36px 70px !important;
	min-height: 250px;
}

/* Arrow button bottom-right under the text */
.innovation-service-toggle {
	align-items: center !important;
	background: #ffffff !important;
	border: 2px solid #c9302c !important;
	border-radius: 999px !important;
	bottom: 22px !important;
	box-shadow: 0 8px 18px rgba( 0, 0, 0, 0.12 ) !important;
	color: #c9302c !important;
	cursor: pointer !important;
	display: flex !important;
	height: 44px !important;
	justify-content: center !important;
	opacity: 1 !important;
	padding: 0 !important;
	position: absolute !important;
	right: 28px !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease !important;
	visibility: visible !important;
	width: 44px !important;
	z-index: 50 !important;
}

.innovation-service-toggle:hover,
.innovation-service-toggle:focus-visible {
	background: #c9302c !important;
	border-color: #c9302c !important;
	color: #ffffff !important;
	outline: none !important;
	transform: translateY(-2px) !important;
}

.innovation-service-toggle__icon {
	display: block !important;
	position: relative !important;
	height: 18px !important;
	line-height: 0 !important;
	width: 18px !important;
}

.innovation-service-toggle__icon svg {
	display: block !important;
	height: 18px !important;
	overflow: visible !important;
	stroke: currentColor !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	stroke-width: 3 !important;
	transition: transform 0.2s ease !important;
	width: 18px !important;
}

.innovation-service-toggle__icon path {
	fill: none !important;
}

/* Open state */
.innovation-service-card.is-open .innovation-service-toggle__icon svg {
	transform: rotate(180deg) !important;
}

/* Hidden details */
.innovation-service-details {
	margin-top: 28px;

	border-top: 1px solid rgba(0, 0, 0, 0.12);
	display: grid;
	grid-template-columns: repeat(3, 1fr);

}

.innovation-service-details[hidden] {
	display: none !important;
}

.innovation-service-card.is-open .innovation-service-details {
	animation: innovationFade 0.25s ease;
}

.innovation-service-detail-item {
	padding-right: 14px;
	border-right: 1px solid rgba(0, 0, 0, 0.22);
}

.innovation-service-detail-item:last-child {
	border-right: 0;
	padding-right: 0;
}

.innovation-service-detail-item h3 {
	margin: 0 0 8px;
	color: #111;
	font-size: 12px;
	line-height: 1.15;
	font-weight: 800;
}

.innovation-service-detail-item p {
	margin: 0;
	color: #111;
	font-size: 11px;
	line-height: 1.2;
}

/* Cards with long dropdown content */
.innovation-service-card.is-open .innovation-service-card__body {
	min-height: auto;
}

/* Technology card has many details, so make it readable */
.innovation-service-card.is-open .innovation-service-details {
	grid-template-columns: repeat(3, 1fr);
}

@keyframes innovationFade {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Responsive */
@media (max-width: 900px) {
	.innovation-services-grid {
		grid-template-columns: 1fr;
		max-width: 520px;
	}

	.innovation-service-card__body h2 {
		font-size: 32px;
	}

	.innovation-service-details,
	.innovation-service-card.is-open .innovation-service-details {
		grid-template-columns: 1fr;
	}

	.innovation-service-detail-item {
		border-right: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.16);
		padding-right: 0;
		padding-bottom: 14px;
	}

	.innovation-service-detail-item:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 600px) {
	.innovation-services-list {
		padding: 55px 0;
	}

	.innovation-service-card__media {
		height: 160px;
	}

	.innovation-service-card__body {
		padding: 28px 28px 56px;
	}

	.innovation-service-card__body h2 {
		font-size: 29px;
	}

	.innovation-service-card__description {
		font-size: 17px;
	}
}

@media (max-width: 600px) {
	.product-info-box h1 {
		font-size: 26px;
	}

	.product-description {
		font-size: 18px;
	}

	.product-spec-item h3 {
		font-size: 19px;
	}

	.product-spec-item p {
		font-size: 17px;
	}

	.request-tds-section h2 {
		font-size: 26px;
	}
}
.products-browser {
	background: #ffffff;
}

.products-browser__layout {
	display: grid;
	gap: 2.2rem;
}

.products-filter__label {
	color: #111111;
	font-size: 1.18rem;
	margin: 0 0 1.1rem;
}

.products-filter__group {
	border-bottom: none;
	margin-bottom: 1rem;
	padding-bottom: 0.75rem;
}

.products-filter__group h2 {
	color: var(--micromb-red);
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
}

.products-filter__group-toggle {
	background: transparent;
	border: 0;
	padding: 0;
	font: inherit;
	color: var(--micromb-red);
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer;
	font-size: 1.55rem;
	font-weight: 800;
}

.products-filter__group-toggle:hover,
.products-filter__group-toggle:focus {
	background: transparent;
	outline: none;
	box-shadow: none;
}

.products-filter__arrow {
	border-bottom: 0.14rem solid currentColor;
	border-right: 0.14rem solid currentColor;
	display: inline-block;
	height: 0.55rem;
	line-height: 1;
	margin-left: 0.25rem;
	transform: translateY(-0.1rem) rotate(45deg);
	transition: transform 0.2s ease;
	width: 0.55rem;
}

.products-filter__group-toggle[aria-expanded="false"] .products-filter__arrow {
	transform: rotate(-45deg);
}

.products-filter__body {
	margin-top: 0.9rem;
}

.products-filter__option {
	align-items: flex-start;
	color: #111111;
	display: flex;
	font-size: 1.05rem;
	gap: 0.7rem;
	line-height: 1.25;
	margin: 0.55rem 0;
}

.products-filter__option input {
	accent-color: #000000;
	flex: 0 0 auto;
	height: 1.05rem;
	margin-top: 0.12rem;
	width: 1.05rem;
}

.products-filter__button {
	margin-top: 0.4rem;
}

.products-results {
	min-width: 0;
}

.products-search {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 2.6rem;
}

.products-search input {
	background: #f1f1f1;
	border: 0;
	border-radius: 999px;
	color: #111111;
	font-size: 1.1rem;
	font-weight: 700;
	max-width: 24rem;
	padding: 0.75rem 1.25rem;
	width: min(100%, 22rem);
}

.products-search input:focus {
	outline: 2px solid var(--micromb-red);
	outline-offset: 2px;
}

.products-search button {
	align-items: center;
	border: 0;
	border-radius: 0 999px 999px 0;
	display: inline-flex;
	font-size: 1.3rem;
	height: 2.85rem;
	justify-content: center;
	padding: 0;
	width: 3rem;
}

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

.product-tile {
	align-items: center;
	aspect-ratio: 1 / 1;
	border: 1px solid #111111;
	border-radius: 0.85rem;
	color: #111111;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.product-tile:hover,
.product-tile:focus {
	background: var(--micromb-red);
	border-color: var(--micromb-red);
	color: #ffffff;
	transform: translateY(-2px);
}

.product-tile strong {
	font-family: "DM Sans", sans-serif;
	font-size: clamp(1rem, 2.4vw, 1.25rem);
	font-weight: 800;
	line-height: 1.1;
}

.product-tile span {
	font-size: 1.05rem;
	line-height: 1.15;
	margin-top: 0.2rem;
}

.product-tile em {
	font-size: 1.25rem;
	font-style: normal;
	line-height: 1;
	margin-top: 0.9rem;
}

.products-pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.products-pagination .page-numbers {
	align-items: center;
	border: 1px solid #111111;
	border-radius: 999px;
	color: #111111;
	display: inline-flex;
	font-size: 0.98rem;
	font-weight: 800;
	height: 2.35rem;
	justify-content: center;
	min-width: 2.35rem;
	padding: 0 0.85rem;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.products-pagination a.page-numbers:hover,
.products-pagination a.page-numbers:focus,
.products-pagination .page-numbers.current {
	background: var(--micromb-red);
	border-color: var(--micromb-red);
	color: #ffffff;
}

.products-empty {
	color: #111111;
	font-size: 1.2rem;
	margin: 0;
	text-align: center;
}

.product-single-hero {
	background: #111111;
	color: #ffffff;
	padding: 5rem 0;
}

.product-single-hero__breadcrumb,
.product-single-hero__breadcrumb a {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 1.2rem;
	text-decoration: none;
}

.product-single-hero h1 {
	font-size: clamp(2.2rem, 5vw, 3.6rem);
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
}

.product-single-hero__code {
	color: #ffffff;
	font-size: 1.5rem;
	margin: 0.45rem 0 0;
}

.product-single-hero__summary {
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1.4;
	margin: 1.3rem 0 0;
	max-width: 48rem;
}

.product-single-layout {
	display: grid;
	gap: 2rem;
}

.product-single-content {
	color: #111111;
	font-size: 1.15rem;
	line-height: 1.5;
}

.product-single-content p:first-child {
	margin-top: 0;
}

.product-single-specs {
	background: #f3f3f3;
	padding: 1.5rem;
}

.product-single-specs h2 {
	color: var(--micromb-red);
	font-size: 1.45rem;
	font-weight: 800;
	margin: 0 0 1rem;
}

.product-single-specs dl {
	margin: 0;
}

.product-single-specs dt {
	color: #111111;
	font-weight: 800;
	margin-top: 0.9rem;
}

.product-single-specs dd {
	color: #111111;
	margin: 0.15rem 0 0;
}

@media screen and (min-width: 48em) {
	.about-certifications {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.about-operate__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

	.innovation-service-details {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.products-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.product-single-layout {
		grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.38fr);
		align-items: start;
	}
}

@media screen and (min-width: 64em) {
	.products-browser__layout {
		grid-template-columns: minmax(15rem, 0.28fr) minmax(0, 1fr);
	}

	.products-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media screen and (max-width: 47.99em) {
	.subpage-section {
		padding: 3.2rem 0;
	}

	.about-intro-card {
		margin-top: -2.3rem;
	}

	.products-search {
		justify-content: stretch;
	}

	.products-search input {
		max-width: none;
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Sustainability PDF Design
--------------------------------------------------------------*/

.micromb-sustainability-design.site-main {
	background: #ffffff;
	color: #202020;
	font-family: "DM Sans", "Inter", sans-serif;
	margin: 0;
	max-width: none;
	padding: 0;
}

.micromb-sustainability-design *,
.micromb-sustainability-design *::before,
.micromb-sustainability-design *::after {
	box-sizing: border-box;
	letter-spacing: 0;
}

.sustainability-pdf-wrap {
	margin: 0 auto;
	max-width: 72rem;
	padding: 0 18px;
	width: 100%;
}

/* .micromb-sustainability-design > section {
	margin-left: auto;
	margin-right: auto;
	max-width: 72rem;
	width: 100%;
} */

.sustainability-section-title {
	color: #c61f3d;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.05;
	margin: 0;
	text-align: center;
}

.sustainability-section-heading {
	margin: 0 auto 1.65rem;
	text-align: center;
}

.sustainability-section-heading p {
	color: #222222;
	font-size: clamp(1.05rem, 2vw, 1.25rem);
	font-weight: 800;
	line-height: 1.2;
	margin: 0.35rem 0 0;
}

.sustainability-pdf-hero {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	/* margin-bottom: 5.7rem; */
	min-height: 430px;
	overflow: visible;
	padding: 20px 0 0;
	position: relative;
	z-index: 1;
}

/* .sustainability-pdf-hero .sustainability-pdf-wrap {
	max-width: 704px;
} */

.sustainability-pdf-hero__wrap {
	display: flex;
	flex-direction: column;
	min-height: 326px;
	position: relative;
}

.sustainability-pdf-hero__copy {
	margin-left: 6px;
	max-width: 468px;
}

.sustainability-pdf-hero h1 {
	color: #c61f3d;
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 6px;
}

.sustainability-pdf-hero__tagline {
	color: #1b1b1b;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1.28 !important;
	margin: 0 0 15px !important;
}

.sustainability-pdf-hero__copy p {
	color: #222222;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.33;
	margin: 0 0 14px;
}

.sustainability-commitment-grid {
	display: grid;
	bottom: 0;
	gap: 3rem;
	grid-template-columns: repeat(4, 226px);
	justify-content: center;
	left: 23px;
	margin-top: auto;
	margin-bottom: 0;
	position: absolute;
	right: -23px;
	transform: translateY(50%);
	z-index: 3;
	margin-bottom: -160px;
}

.sustainability-commitment-card {
	background: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	box-shadow: 0 9px 17px rgba(0, 0, 0, 0.16);
	justify-self: center;
	min-height: 148px;
	padding: 10px 8px 11px;
	text-align: center;
	width: 190px;
}

.sustainability-commitment-card img {
	display: block;
	height: 33px;
	margin: 0 auto 8px;
	object-fit: contain;
	width: 33px;
}

.sustainability-commitment-card h2 {
	color: #c61f3d;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.12;
	margin: 0 0 5px;
}

.sustainability-commitment-card p {
	color: #232323;
	font-size: 9.5px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
}

.sustainability-philosophy {
	background: #ffffff;
	padding: 7.5rem 0 0;
	position: relative;
	z-index: 0;
}

.sustainability-philosophy .sustainability-section-title {
	margin-bottom: 1.35rem;
}

.sustainability-philosophy__image {
	display: block;
	height: auto;
	width: 100%;
}

.sustainability-philosophy__visual {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 360px;
	padding: clamp(3rem, 6vw, 4.9rem) 0;
	position: relative;
}

.sustainability-philosophy__visual::before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.06));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.sustainability-philosophy__inner {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 4.2rem);
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	position: relative;
	z-index: 1;
}

.sustainability-philosophy__quote {
	background: rgba(92, 0, 24, 0.9);
	border-radius: 8px;
	color: #ffffff;
	margin: 0;
	min-height: 190px;
	padding: clamp(1.65rem, 4vw, 2.25rem);
}

.sustainability-philosophy__quote blockquote {
	color: #ffffff;
	font-size: clamp(1.75rem, 3.2vw, 2.45rem);
	font-weight: 800;
	line-height: 1.16;
	margin: 0 0 1.35rem;
}

.sustainability-philosophy__quote figcaption {
	color: #ffffff;
	display: grid;
	justify-items: end;
	line-height: 1.1;
	text-align: right;
}

.sustainability-philosophy__quote strong {
	font-size: clamp(1rem, 2vw, 1.35rem);
	font-style: italic;
	font-weight: 800;
}

.sustainability-philosophy__quote span {
	font-size: clamp(0.95rem, 1.8vw, 1.24rem);
	font-weight: 400;
	opacity: 0.92;
}

.sustainability-philosophy__copy p {
	color: #ffffff;
	font-size: clamp(1rem, 2vw, 1.25rem);
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 2rem;
}

.sustainability-philosophy__copy p:last-child {
	margin-bottom: 0;
}

.sustainability-products {
	background: #f4f4f4;
	padding: 2.1rem 0 4rem;
}

.sustainability-product-card {
	background: #ffffff;
	border: 1px solid #e9e9e9;
	border-radius: 6px;
	box-shadow: 0 7px 15px rgba(0, 0, 0, 0.11);
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
	margin-bottom: 1.65rem;
	overflow: hidden;
	position: relative;
}

.sustainability-product-card--image-left {
	grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
}

.sustainability-product-card__content {
	min-height: 260px;
	padding: 2rem 2.05rem;
	position: relative;
}

.sustainability-product-card__content h3 {
	color: #c61f3d;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.08;
	margin: 0 0 0.35rem;
}

.sustainability-product-card__eyebrow {
	color: #333333;
	font-size: 0.72rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	margin: 0 0 1.35rem !important;
}

.sustainability-product-card__content p {
	color: #202020;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.45;
	margin: 0;
	max-width: 32rem;
}

.sustainability-product-card__media {
	background: #e5e5e5;
	min-height: 260px;
	overflow: hidden;
}

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

.sustainability-product-card__symbol {
	bottom: 1.3rem;
	position: absolute;
	right: 1.55rem;
}

.sustainability-product-card__symbol--mineral {
	height: 56px;
	width: 58px;
}

.sustainability-product-card__symbol--recycle {
	height: 48px;
	width: 48px;
}

.sustainability-product-actions {
	align-items: center;
	display: flex;
	gap: 0.9rem;
	margin-top: 1.35rem;
}

.sustainability-action {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-size: 0.66rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 30px;
	min-width: 102px;
	padding: 0.55rem 0.85rem;
	text-decoration: none;
	text-transform: none;
}

.sustainability-action--primary {
	background: #c61f3d;
	color: #ffffff;
}

.sustainability-action--secondary {
	background: #f3f3f3;
	color: #111111;
}

.sustainability-action:hover,
.sustainability-action:focus {
	filter: brightness(0.94);
	text-decoration: none;
}

.sustainability-additives-heading {
	margin: 2rem 0 1.2rem;
}

.sustainability-additives-heading h2 {
	color: #c61f3d;
	font-size: 1.18rem;
	font-weight: 800;
	line-height: 1.08;
	margin: 0;
}

.sustainability-additives-grid {
	display: grid;
	gap: 1.35rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sustainability-additive-card {
	background: #ffffff;
	border: 1px solid #ececec;
	border-radius: 6px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	min-height: 178px;
	padding: 1.25rem 1.35rem 1rem;
}

.sustainability-additive-card--wide {
	grid-column: 1 / -1;
	min-height: 150px;
}

.sustainability-additive-card__icon {
	height: 41px;
	object-fit: contain;
	width: 41px;
}

.sustainability-additive-card h3 {
	color: #242424;
	font-size: 0.98rem;
	font-weight: 800;
	line-height: 1.14;
	margin: 0 0 0.45rem;
}

.sustainability-additive-card p {
	color: #222222;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.42;
	margin: 0;
}

.sustainability-additive-card .sustainability-product-actions {
	justify-content: flex-end;
	margin-top: 1rem;
}

.sustainability-additive-card .sustainability-action {
	font-size: 0.58rem;
	min-height: 26px;
	min-width: 88px;
	padding: 0.45rem 0.68rem;
}

.sustainability-impact-pdf {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3rem 0 4.15rem;
}

.sustainability-stat-grid {
	display: grid;
	gap: 0.7rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 1.7rem auto 2.6rem;
}

.sustainability-stat-card {
	background: rgba(255, 255, 255, 0.94);
	border-top: 3px solid #c61f3d;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
	min-height: 106px;
	padding: 1rem 0.55rem 0.75rem;
	text-align: center;
}

.sustainability-stat-card strong {
	color: #c61f3d;
	display: block;
	font-size: clamp(1.55rem, 3vw, 2.05rem);
	font-weight: 800;
	line-height: 1;
	margin-bottom: 0.25rem;
}

.sustainability-stat-card h3 {
	color: #222222;
	font-size: 0.66rem;
	font-weight: 800;
	line-height: 1.12;
	margin: 0 0 0.45rem;
}

.sustainability-stat-card p {
	color: #2a2a2a;
	font-size: 0.54rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
}

.sustainability-impact-intro {
	margin: 0 auto 2.15rem;
	max-width: 800px;
	text-align: center;
}

.sustainability-impact-intro h3 {
	color: #4a4a4a;
	font-size: 1.28rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 1rem;
}

.sustainability-impact-intro p {
	color: #222222;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.35;
	margin: 0;
}

.sustainability-impact-grid {
	display: grid;
	gap: 1.25rem 2.2rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sustainability-impact-item {
	border-left: 3px solid #c61f3d;
	padding-left: 0.8rem;
}

.sustainability-impact-item h3 {
	color: #c61f3d;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 0.45rem;
}

.sustainability-impact-item p {
	color: #1f1f1f;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.36;
	margin: 0;
}

.sustainability-circular {
	background: #1a1a1a;
	color: #ffffff;
	padding: 18px 0 24px;
}


.sustainability-circular h2 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.05;
	margin: 0 0 29px;
	text-align: center;
}

.sustainability-circular__grid {
	display: grid;
	column-gap: 7rem;
	row-gap: 0;
	grid-template-areas:
		"copy benefits"
		"statement icons";
	    grid-template-columns: minmax(0, 550px) minmax(0, 350px);

}

.sustainability-circular__copy {
	grid-area: copy;
}

.sustainability-circular__copy p {
	color: #ffffff;
	font-size: 11.5px;
	font-weight: 800;
	line-height: 1.62;
	margin: 0 0 24px;
}

.sustainability-circular__copy p:last-child {
	margin-bottom: 0;
}

.sustainability-circular__statement {
	border-left: 3px solid #c61f3d;
	color: #ffffff;
	grid-area: statement;
	font-style: italic;
	font-size: 12px;
	font-weight: 800 !important;
	line-height: 1.35 !important;
	margin: 25px 0 0 !important;
	padding-left: 10px;
}

.sustainability-benefits {
	column-gap: 0;
	display: grid;
	gap: 55px;
	grid-area: benefits;
	grid-template-columns: repeat(2, 142px);
	margin: 0;
	max-width: none;
	padding: 0;
	width: 340px;
}

.sustainability-benefits__column {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sustainability-benefits li {
	break-inside: avoid;
	border-left: 1px solid rgba(255, 255, 255, 0.45);
	color: #c61f3d;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.18;
	margin: 0 0 8px;
	padding-left: 8px;
}

.sustainability-circular-icons {
	display: grid;
	gap: 15px 54px;
	grid-area: icons;
	grid-template-columns: repeat(3, 64px);
	justify-content: start;
	margin-top: -10px;
	padding-top: 0;
}

.sustainability-circular-icons img {
	display: block;
	filter: grayscale(1);
	height: 48px;
	margin: 0 auto;
	object-fit: contain;
	opacity: 0.56;
	width: 54px;
}

.sustainability-contact-band {
	background: #b91f28;
	color: #ffffff;
	padding: 2.45rem 0;
}

.sustainability-contact-band__inner {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
}

.sustainability-contact-band h2 {
	color: #ffffff;
	font-size: clamp(1.25rem, 2.8vw, 1.75rem);
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
	max-width: 520px;
}

.sustainability-contact-band a {
	align-items: center;
	background: #222222;
	border-radius: 8px;
	color: #ffffff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	justify-content: center;
	min-height: 58px;
	min-width: 170px;
	padding: 0.85rem 1.7rem;
	text-decoration: none;
	text-transform: uppercase;
}

.sustainability-contact-band a:hover,
.sustainability-contact-band a:focus {
	background: #111111;
	color: #ffffff;
	text-decoration: none;
}

@media screen and (max-width: 68em) {
	.sustainability-pdf-hero {
		background-position: center top;
	}
}

@media screen and (max-width: 768px) {
	.sustainability-pdf-hero {
		margin-bottom: 2.4rem;
		min-height: 0;
		padding-bottom: 2.4rem;
	}

	.sustainability-pdf-hero__wrap {
		display: block;
		min-height: 0;
	}

	.sustainability-commitment-grid {
		bottom: auto;
		gap: 1rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		left: auto;
		margin-top: 2.1rem;
		position: relative;
		right: auto;
		transform: none;
	}

	.sustainability-commitment-card {
		min-height: 0;
		padding: 1.05rem 0.85rem 1rem;
		width: 100%;
	}

	.sustainability-commitment-card img {
		height: 43px;
		margin-bottom: 0.7rem;
		width: 43px;
	}

	.sustainability-commitment-card h2 {
		font-size: 0.86rem;
		margin-bottom: 0.45rem;
	}

	.sustainability-commitment-card p {
		font-size: 0.62rem;
		line-height: 1.32;
	}

	.sustainability-philosophy {
		padding-top: 3.2rem;
	}

	.sustainability-philosophy__inner {
		grid-template-columns: 1fr;
	}

	.sustainability-philosophy__visual {
		padding: 3rem 0;
	}

	.sustainability-product-card,
	.sustainability-product-card--image-left {
		grid-template-columns: 1fr;
	}

	.sustainability-product-card--image-left .sustainability-product-card__media {
		order: 2;
	}

	.sustainability-product-card--image-left .sustainability-product-card__content {
		order: 1;
	}

	.sustainability-additives-grid,
	.sustainability-impact-grid {
		grid-template-columns: 1fr;
	}

	.sustainability-additive-card--wide {
		grid-column: auto;
	}

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

	.sustainability-contact-band__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.sustainability-circular__grid {
		grid-template-areas:
			"copy"
			"benefits"
			"icons"
			"statement";
		grid-template-columns: 1fr;
	}

	.sustainability-benefits {
		gap: 1rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: auto;
	}

	.sustainability-circular-icons {
		grid-template-columns: repeat(3, 64px);
		justify-content: center;
		margin-top: 0;
	}

	.sustainability-circular__statement {
		margin-top: 1.5rem !important;
	}
}

@media screen and (max-width: 640px) {
	.sustainability-pdf-wrap {
		padding: 0 16px;
	}

	.sustainability-pdf-hero {
		background-position: 62% top;
		padding-top: 2rem;
	}

	.sustainability-pdf-hero__copy {
		margin-left: 0;
		max-width: 100%;
		margin-top: 30px;
	}

	.sustainability-pdf-hero__copy p {
		font-size: 0.86rem;
	}

	.sustainability-commitment-grid,
	.sustainability-stat-grid {
		grid-template-columns: 1fr;
	}

	.sustainability-section-heading p {
		font-size: 1rem;
	}

	.sustainability-product-card__content {
		min-height: 0;
		padding: 1.5rem;
	}

	.sustainability-product-card__media {
		min-height: 220px;
	}

	.sustainability-product-actions {
		flex-wrap: wrap;
	}

	.sustainability-additive-card {
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 1rem;
	}

	.sustainability-circular__grid {
		grid-template-areas:
			"copy"
			"benefits"
			"icons"
			"statement";
		grid-template-columns: 1fr;
	}

	.sustainability-benefits {
		grid-template-columns: 1fr;
		width: auto;
	}

	.sustainability-circular-icons {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		justify-content: stretch;
		margin-top: 0;
	}

	.sustainability-circular__statement {
		margin-top: 1.5rem !important;
	}

	.sustainability-contact-band a {
		width: 100%;
	}
}
