/* ==========================================================================
   MeyerHolsen — motyw WordPress (v2, odświeżony kierunek wizualny)
   Więcej bieli, mocniejszy kontrast typograficzny, jeden spójny motyw ruchu
   zaczerpnięty wprost z produktu: rząd dachówek, który się "układa" przy
   przewijaniu, zamiast być statyczną ozdobą. Big Shoulders Display (font
   zainspirowany architekturą Chicago) jako głos marki, Manrope jako
   czytelne, nowoczesne ciało tekstu, IBM Plex Mono do danych technicznych.
   ========================================================================== */

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

:root {
	--mh-red: #e8102a;
	--mh-red-dark: #b80d22;
	--mh-ink: #101113;
	--mh-ink-soft: #2c2e33;
	--mh-white: #ffffff;
	--mh-mist: #f4f5f7;
	--mh-mist-deep: #eceef1;
	--mh-line: #e7e8eb;
	--mh-text: #14151a;
	--mh-text-mid: #56575e;
	--mh-text-soft: #93949b;

	--mh-max: 1320px;
	--mh-pad: max(24px, calc((100% - var(--mh-max)) / 2));

	--mh-font-display: 'Big Shoulders Display', 'Arial Narrow', sans-serif;
	--mh-font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--mh-font-mono: 'IBM Plex Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;

	--mh-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--mh-ease-soft: cubic-bezier(0.19, 1, 0.22, 1);
}

html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

body {
	background: var(--mh-white);
	color: var(--mh-text);
	font-family: var(--mh-font-body);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

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

a {
	color: inherit;
}

button {
	font-family: inherit;
	cursor: pointer;
}

::selection {
	background: var(--mh-red);
	color: #fff;
}

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

.mh-skip-link {
	position: fixed;
	top: -100px;
	left: 12px;
	z-index: 3000;
	background: var(--mh-red);
	color: #fff;
	padding: 12px 20px;
	font-weight: 700;
	transition: top 0.2s;
}
.mh-skip-link:focus {
	top: 12px;
	width: auto;
	height: auto;
	clip: auto;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
	outline: 2px solid var(--mh-red);
	outline-offset: 2px;
}

.mh-container {
	max-width: var(--mh-max);
	margin-inline: auto;
	padding-inline: 24px;
}

/* ── Pasek postępu przewijania ── */

.mh-progress {
	position: fixed;
	top: 64px;
	left: 0;
	right: 0;
	height: 3px;
	background: rgba(16, 17, 19, 0.06);
	z-index: 999;
}
.mh-progress__bar {
	height: 100%;
	width: 0%;
	background: var(--mh-red);
	transform-origin: left;
}

/* ── Typografia współdzielona ── */

.mh-eyebrow {
	font-family: var(--mh-font-mono);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--mh-red);
	margin-bottom: 18px;
}
.mh-eyebrow--center {
	text-align: center;
}

.mh-section-title {
	font-family: var(--mh-font-display);
	font-size: clamp(34px, 3.6vw, 58px);
	font-weight: 800;
	line-height: 0.98;
	color: var(--mh-ink);
	text-transform: uppercase;
	max-width: 720px;
	margin-bottom: 20px;
	letter-spacing: -0.01em;
}

.mh-section-sub {
	font-size: 16.5px;
	color: var(--mh-text-mid);
	max-width: 540px;
	line-height: 1.7;
	margin-bottom: 56px;
}

.mh-accent {
	color: var(--mh-red);
}

.mh-plain-page__inner {
	padding: 112px 0 96px;
	max-width: 760px;
}
.mh-plain-page__inner h2 {
	font-family: var(--mh-font-display);
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: -0.005em;
	margin: 32px 0 12px;
}
.mh-plain-page__inner p {
	margin-bottom: 18px;
	line-height: 1.8;
	color: var(--mh-text-mid);
}
.mh-plain-page__inner strong {
	color: var(--mh-text);
}

/* ── Przyciski i linki ── */

.mh-btn {
	position: relative;
	display: inline-block;
	border: none;
	font-family: var(--mh-font-body);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	padding: 17px 36px;
	transition: transform 0.35s var(--mh-ease), box-shadow 0.35s var(--mh-ease), background 0.2s, color 0.2s, border-color 0.2s;
}
.mh-btn--primary {
	background: var(--mh-red);
	color: #fff;
}
.mh-btn--primary:hover {
	background: var(--mh-red-dark);
	transform: translateY(-3px);
	box-shadow: 0 16px 30px -8px rgba(232, 16, 42, 0.45);
}
.mh-btn--white {
	background: #fff;
	color: var(--mh-red);
}
.mh-btn--white:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 30px -8px rgba(0, 0, 0, 0.25);
}
.mh-btn--ghost {
	background: transparent;
	color: var(--mh-ink);
	border: 1.5px solid var(--mh-line);
}
.mh-btn--ghost:hover {
	border-color: var(--mh-ink);
	transform: translateY(-3px);
}

.mh-link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--mh-ink);
	border-bottom: 2px solid var(--mh-red);
	padding-bottom: 3px;
	transition: gap 0.25s var(--mh-ease), color 0.2s;
}
.mh-link-arrow svg {
	transition: transform 0.3s var(--mh-ease);
}
.mh-link-arrow:hover {
	gap: 14px;
	color: var(--mh-red);
}
.mh-link-arrow:hover svg {
	transform: translateX(3px);
}
.mh-link-arrow--center {
	margin-inline: auto;
	width: fit-content;
}

/* ==========================================================================
   ANIMACJE — system ujawniania przy przewijaniu
   ========================================================================== */

.reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s var(--mh-ease), transform 0.7s var(--mh-ease);
}
.reveal.is-visible {
	opacity: 1;
	transform: none;
}

.reveal-scale {
	opacity: 0;
	transform: scale(0.94) translateY(20px);
	transition: opacity 0.7s var(--mh-ease), transform 0.7s var(--mh-ease);
}
.reveal-scale.is-visible {
	opacity: 1;
	transform: none;
}

/* Odsłanianie tekstu słowo po słowie (nagłówek hero) */
.mh-word {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	padding-bottom: 0.14em;
	margin-bottom: -0.14em;
}
.mh-word-inner {
	display: inline-block;
	transform: translateY(112%);
	transition: transform 0.9s var(--mh-ease-soft);
	transition-delay: calc(var(--i) * 65ms);
}
.mh-hero__title.is-visible .mh-word-inner {
	transform: translateY(0);
}

/* Licznik animowany (pasek zaufania) */
.mh-count {
	font-variant-numeric: tabular-nums;
}

/* ── Motyw przewodni: rząd "dachówek", które się układają ── */

.mh-scallop {
	display: block;
	width: 100%;
	height: auto;
	color: var(--mh-ink);
	overflow: visible;
}
.mh-scallop--light {
	color: var(--mh-white);
}
.mh-scallop-tile {
	opacity: 0;
	transform: scaleY(0.15) translateY(10px);
	transform-box: fill-box;
	transform-origin: bottom center;
	transition: opacity 0.5s var(--mh-ease), transform 0.55s var(--mh-ease);
	transition-delay: calc(var(--i) * 26ms);
}
.mh-scallop.is-visible .mh-scallop-tile {
	opacity: 1;
	transform: scaleY(1) translateY(0);
}
.mh-scallop-wrap {
	line-height: 0;
}
.mh-scallop-wrap--footer {
	background: var(--mh-ink);
}
.mh-scallop-wrap--onwhite {
	background: var(--mh-white);
}
.mh-scallop-wrap--onmist {
	background: var(--mh-mist);
}

/* ==========================================================================
   NAWIGACJA
   ========================================================================== */

.mh-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-inline: var(--mh-pad);
	background: var(--mh-ink);
	transition: box-shadow 0.3s;
}
.mh-nav.is-scrolled {
	box-shadow: 0 2px 24px rgba(0, 0, 0, 0.4);
}

.mh-nav-logo {
	font-family: var(--mh-font-display);
	font-size: 23px;
	font-weight: 800;
	letter-spacing: 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.mh-nav-logo span {
	color: var(--mh-red);
}
.mh-nav-logo img {
	max-height: 40px;
	width: auto;
}

.mh-nav-links {
	display: flex;
	gap: 32px;
	list-style: none;
}
.mh-nav-links a {
	position: relative;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	transition: color 0.2s;
}
.mh-nav-links a::after {
	content: '';
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -6px;
	height: 2px;
	background: var(--mh-red);
	transition: right 0.3s var(--mh-ease);
}
.mh-nav-links a:hover::after,
.mh-nav-links li.current-menu-item a::after,
body.mh-single-produkt .mh-nav-links li:has(a[href*="/produkty/"]) a::after {
	right: 0;
}
.mh-nav-links a:hover,
.mh-nav-links li.current-menu-item a,
body.mh-single-produkt .mh-nav-links li:has(a[href*="/produkty/"]) a {
	color: #fff;
}

.mh-nav-cta {
	background: var(--mh-red);
	color: #fff;
	border: none;
	padding: 10px 22px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.2s, transform 0.3s var(--mh-ease);
	white-space: nowrap;
}
.mh-nav-cta:hover {
	background: var(--mh-red-dark);
	transform: translateY(-2px);
}

.mh-hamburger {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	padding: 4px;
}
.mh-hamburger span {
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
	transition: all 0.3s;
}
.mh-hamburger.is-open span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
.mh-hamburger.is-open span:nth-child(2) {
	opacity: 0;
}
.mh-hamburger.is-open span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.mh-mobile-menu {
	display: none;
	position: fixed;
	top: 64px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	background: var(--mh-ink);
	z-index: 999;
	padding: 12px 24px 32px;
	flex-direction: column;
}
.mh-mobile-menu.is-open {
	display: flex;
}
.mh-mobile-menu ul {
	list-style: none;
}
.mh-mobile-menu li a {
	display: block;
	font-family: var(--mh-font-display);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	transition: color 0.2s;
}
.mh-mobile-menu li a:hover,
body.mh-single-produkt .mh-mobile-menu li:has(a[href*="/produkty/"]) a {
	color: #fff;
}
.mh-mob-cta {
	margin-top: 16px;
	display: block;
	background: var(--mh-red);
	text-align: center;
	color: #fff;
	padding: 15px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
}

main#mh-content {
	display: block;
}

/* ==========================================================================
   HERO
   ========================================================================== */

.mh-hero {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 100vh;
	padding-top: 64px;
}
.mh-hero__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* Wartości stałe, nie var(--mh-pad): ta kolumna zajmuje połowę siatki
	   hero, więc % w calc((100% - max)/2) liczyłby się względem połowy
	   ekranu, a nie pełnej szerokości strony. */
	padding: 80px 64px 80px 72px;
	background: var(--mh-white);
}
.mh-hero__title {
	font-family: var(--mh-font-display);
	font-size: clamp(50px, 5.8vw, 88px);
	font-weight: 800;
	line-height: 0.94;
	color: var(--mh-ink);
	margin-bottom: 28px;
	text-transform: uppercase;
	letter-spacing: -0.015em;
}
.mh-hero__title em {
	font-style: normal;
	color: var(--mh-red);
}
.mh-hero__sub {
	font-size: 17.5px;
	line-height: 1.65;
	color: var(--mh-text-mid);
	max-width: 440px;
	margin-bottom: 40px;
}
.mh-hero__cta-row {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
}
.mh-hero__note {
	font-size: 13px;
	color: var(--mh-text-soft);
	font-weight: 500;
}
.mh-hero__note strong {
	color: var(--mh-text);
}
.mh-hero__image {
	position: relative;
	overflow: hidden;
	background: var(--mh-mist);
}
.mh-hero__image img {
	width: 100%;
	height: 110%;
	object-fit: cover;
	object-position: center;
	will-change: transform;
}

/* ── Pasek-wstążka (marquee) ── */

.mh-marquee {
	background: var(--mh-red);
	overflow: hidden;
	padding: 16px 0;
}
.mh-marquee__track {
	display: flex;
	width: max-content;
	animation: mhMarquee 26s linear infinite;
}
.mh-marquee__item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-inline: 22px;
	font-family: var(--mh-font-display);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
}
.mh-marquee__item svg {
	flex-shrink: 0;
	opacity: 0.75;
}
@keyframes mhMarquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
@media (prefers-reduced-motion: reduce) {
	.mh-marquee__track {
		animation: none;
	}
}

/* ── Pasek zaufania ── */

.mh-trust-bar {
	background: var(--mh-ink);
	display: flex;
	padding-inline: var(--mh-pad);
}
.mh-trust-bar--inline {
	margin-top: 0;
}
.mh-trust-item {
	flex: 1;
	padding: 36px 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.mh-trust-item:last-child {
	border-right: none;
}
.mh-trust-number {
	font-family: var(--mh-font-display);
	font-size: 50px;
	font-weight: 800;
	color: var(--mh-red);
	line-height: 1;
	letter-spacing: -0.01em;
}
.mh-trust-label {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
	font-weight: 500;
	line-height: 1.4;
}

/* ==========================================================================
   O NAS / PRODUCENT
   ========================================================================== */

.mh-producer {
	background: var(--mh-white);
	padding: 120px var(--mh-pad);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}
.mh-producer__text p {
	font-size: 16.5px;
	color: var(--mh-text-mid);
	line-height: 1.8;
	margin-bottom: 18px;
}
.mh-producer__text strong {
	color: var(--mh-text);
	font-weight: 700;
}
.mh-producer__text .mh-btn {
	margin-top: 12px;
}
.mh-producer__visual {
	height: 440px;
	overflow: hidden;
	position: relative;
}
.mh-producer__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform 0.8s var(--mh-ease);
}
.mh-producer__visual:hover img {
	transform: scale(1.045);
}
.mh-producer--page .mh-producer__text {
	max-width: 620px;
}

.mh-trust-bar--inline {
	margin-bottom: 0;
}

.mh-products-teaser-strip {
	background: var(--mh-ink);
	padding: 64px 0;
	text-align: center;
}
.mh-products-teaser-strip .mh-section-title {
	color: #fff;
	max-width: none;
	margin-bottom: 22px;
}
.mh-products-teaser-strip .mh-link-arrow {
	color: #fff;
	margin-inline: auto;
	width: fit-content;
}
.mh-products-teaser-strip .mh-link-arrow:hover {
	color: var(--mh-red);
}

/* ==========================================================================
   PRODUKTY
   ========================================================================== */

.mh-products-section {
	background: var(--mh-white);
	padding: 120px var(--mh-pad);
}
.mh-products-section--archive {
	padding-bottom: 64px;
}

.mh-products-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.mh-products-grid--related {
	margin-top: 8px;
}

.mh-products-more {
	display: block;
	width: fit-content;
	margin: 52px auto 0;
}

.mh-product-card {
	background: var(--mh-white);
	border: 1px solid var(--mh-line);
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	display: block;
	transition: box-shadow 0.4s var(--mh-ease), transform 0.4s var(--mh-ease), border-color 0.3s;
}
.mh-product-card:hover {
	box-shadow: 0 24px 48px -12px rgba(16, 17, 19, 0.18);
	transform: translateY(-6px);
	border-color: var(--mh-ink);
}
.mh-product-card__img {
	height: 210px;
	background: var(--mh-mist);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 28px;
	overflow: hidden;
}
.mh-product-card__img img {
	max-height: 155px;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: transform 0.5s var(--mh-ease);
}
.mh-product-card:hover .mh-product-card__img img {
	transform: scale(1.08);
}
.mh-product-card__body {
	display: block;
	padding: 26px 22px;
}
.mh-product-card__name {
	display: block;
	font-family: var(--mh-font-display);
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--mh-ink);
	margin-bottom: 10px;
	letter-spacing: -0.005em;
}
.mh-product-card__desc {
	display: block;
	font-size: 14px;
	color: var(--mh-text-mid);
	line-height: 1.7;
	margin-bottom: 16px;
}
.mh-product-card__specs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.mh-spec-pill {
	font-family: var(--mh-font-mono);
	font-size: 11px;
	font-weight: 500;
	padding: 5px 10px;
	background: var(--mh-mist);
	color: var(--mh-text-mid);
	letter-spacing: 0.01em;
}

.mh-cta-strip {
	background: var(--mh-white);
	padding: 72px 0 100px;
	text-align: center;
}
.mh-cta-strip .mh-section-title {
	margin-inline: auto;
}
.mh-cta-strip p {
	color: var(--mh-text-mid);
	max-width: 480px;
	margin: 0 auto 28px;
}

/* ── Pojedynczy produkt ── */

.mh-produkt-single {
	background: var(--mh-white);
	padding: 80px 0 104px;
}
.mh-produkt-single__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 64px;
	align-items: start;
}
.mh-produkt-single__image {
	background: var(--mh-mist);
	border: 1px solid var(--mh-line);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	position: sticky;
	top: 96px;
}
.mh-produkt-single__image img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.mh-produkt-single__content p {
	font-size: 17px;
	line-height: 1.8;
	color: var(--mh-text-mid);
	margin-bottom: 24px;
}
.mh-spec-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	background: var(--mh-line);
	border: 1px solid var(--mh-line);
	margin-bottom: 32px;
}
.mh-spec-strip__item {
	background: var(--mh-white);
	padding: 20px 18px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.mh-spec-strip__item svg {
	color: var(--mh-red);
	flex-shrink: 0;
	margin-top: 2px;
}
.mh-spec-strip__item dt {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--mh-text-soft);
	font-weight: 700;
	margin-bottom: 4px;
}
.mh-spec-strip__item dd {
	font-family: var(--mh-font-mono);
	font-size: 17px;
	font-weight: 500;
	color: var(--mh-ink);
}

.mh-related-products {
	background: var(--mh-mist);
	padding: 88px 0;
}
.mh-related-products .mh-section-title {
	margin-inline: auto;
	text-align: center;
	max-width: none;
	margin-bottom: 44px;
}

/* ==========================================================================
   REALIZACJE / W AKCJI
   ========================================================================== */

.mh-akcji {
	background: var(--mh-white);
	padding: 120px var(--mh-pad);
	text-align: center;
}
.mh-akcji--page {
	text-align: left;
	padding-inline: 0;
}
.mh-akcji--page .mh-akcji__content {
	text-align: left;
}
.mh-akcji__title {
	font-family: var(--mh-font-display);
	font-size: clamp(38px, 4.6vw, 66px);
	font-weight: 800;
	line-height: 1.0;
	color: var(--mh-ink);
	text-transform: uppercase;
	max-width: 820px;
	margin: 0 auto 24px;
	letter-spacing: -0.01em;
}
.mh-akcji--page .mh-akcji__title {
	margin-inline: 0;
}
.mh-akcji__desc {
	font-size: 17px;
	color: var(--mh-text-mid);
	line-height: 1.75;
	max-width: 620px;
	margin: 0 auto;
}
.mh-akcji--page .mh-akcji__desc {
	margin-inline: 0;
	max-width: 680px;
}
.mh-akcji__desc p {
	margin-bottom: 16px;
}

.mh-gallery-strip {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.mh-gallery-item {
	position: relative;
	overflow: hidden;
	height: 440px;
}
.mh-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s var(--mh-ease);
}
.mh-gallery-item:hover img {
	transform: scale(1.06);
}
.mh-gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px 32px 26px;
	background: linear-gradient(to top, rgba(16, 17, 19, 0.92) 0%, transparent);
	color: rgba(255, 255, 255, 0.94);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.35s, transform 0.35s;
}
.mh-gallery-item:hover .mh-gallery-caption {
	opacity: 1;
	transform: translateY(0);
}

.mh-note-strip {
	background: var(--mh-white);
	padding: 72px 0 104px;
	text-align: center;
}
.mh-note-strip p {
	color: var(--mh-text-mid);
	max-width: 520px;
	margin: 0 auto 20px;
	line-height: 1.7;
}
.mh-note-strip .mh-link-arrow {
	margin-inline: auto;
}

/* ==========================================================================
   DLACZEGO WARTO
   ========================================================================== */

.mh-benefits {
	background: var(--mh-mist);
	padding: 120px var(--mh-pad);
}
.mh-benefits-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.mh-benefit-parent {
	perspective: 1200px;
}
.mh-benefit-card {
	--tiltx: 0deg;
	--tilty: 0deg;
	position: relative;
	background: var(--mh-white);
	height: 100%;
	transform: perspective(1200px) rotateX(var(--tilty)) rotateY(var(--tiltx));
	transition: transform 0.15s linear, box-shadow 0.4s var(--mh-ease);
	overflow: hidden;
}
.mh-benefit-card.is-active {
	box-shadow: 0 32px 56px -14px rgba(16, 17, 19, 0.2);
	z-index: 2;
}
.mh-benefit-card__top {
	height: 6px;
	background: var(--mh-red);
}
.mh-benefit-content {
	padding: 44px 38px 40px;
	position: relative;
}
.mh-benefit-icon {
	position: absolute;
	top: 24px;
	right: 30px;
	color: var(--mh-red);
	opacity: 0.1;
	transition: opacity 0.4s, transform 0.5s;
}
.mh-benefit-card:hover .mh-benefit-icon {
	opacity: 0.22;
	transform: scale(1.1);
}
.mh-benefit-number {
	font-family: var(--mh-font-display);
	font-size: 58px;
	font-weight: 800;
	color: var(--mh-mist-deep);
	line-height: 1;
	margin-bottom: 18px;
	transition: color 0.3s;
}
.mh-benefit-card:hover .mh-benefit-number {
	color: #e3e6ea;
}
.mh-benefit-title {
	font-family: var(--mh-font-display);
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--mh-ink);
	margin-bottom: 14px;
	letter-spacing: -0.005em;
}
.mh-benefit-text {
	font-size: 14px;
	color: var(--mh-text-mid);
	line-height: 1.75;
}

/* ==========================================================================
   WYCENA / FORMULARZ
   ========================================================================== */

.mh-cta-section {
	background: var(--mh-mist);
	padding: 120px var(--mh-pad);
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
}
.mh-cta-section--page {
	padding-inline: var(--mh-pad);
}
.mh-cta-section__text p {
	font-size: 16px;
	color: var(--mh-text-mid);
	line-height: 1.75;
	margin-bottom: 12px;
}

.mh-price-match {
	margin-top: 28px;
	padding: 22px 26px;
	background: var(--mh-ink);
	border-left: 4px solid var(--mh-red);
}
.mh-price-match strong {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 8px;
}
.mh-price-match p {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

.mh-wycena-team {
	margin-top: 32px;
	padding-top: 28px;
	border-top: 1px solid var(--mh-line);
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.mh-wycena-team__label {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--mh-text-soft);
	margin-bottom: 4px;
}
.mh-wycena-team__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: var(--mh-text-mid);
	text-decoration: none;
	width: fit-content;
	transition: color 0.2s;
}
.mh-wycena-team__item svg {
	color: var(--mh-red);
}
.mh-wycena-team__item:hover {
	color: var(--mh-ink);
}

.mh-form-card {
	background: linear-gradient(#fff, #fff) padding-box,
		linear-gradient(145deg, transparent 25%, var(--mh-red), #ff6b2b) border-box;
	border: 2px solid transparent;
	padding: 42px;
	box-shadow: 0 40px 80px -24px rgba(16, 17, 19, 0.16);
}
.mh-form-title {
	font-family: var(--mh-font-display);
	font-size: 29px;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--mh-ink);
	margin-bottom: 4px;
}
.mh-form-note {
	font-size: 13px;
	color: var(--mh-text-soft);
	margin-bottom: 26px;
	font-weight: 500;
}
.mh-form-note__product {
	color: var(--mh-red);
	font-weight: 700;
}

.mh-form-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.mh-form-row {
	margin-bottom: 16px;
}
.mh-form-row label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--mh-text-soft);
	margin-bottom: 6px;
}
.mh-form-row input,
.mh-form-row textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1.5px solid var(--mh-line);
	font-family: var(--mh-font-body);
	font-size: 15px;
	color: var(--mh-text);
	background: #fff;
	outline: none;
	transition: border-color 0.2s, box-shadow 0.2s;
	appearance: none;
	border-radius: 0;
}
.mh-form-row input:focus,
.mh-form-row textarea:focus {
	border-color: var(--mh-red);
	box-shadow: 0 0 0 3px rgba(232, 16, 42, 0.1);
}
.mh-form-row textarea {
	resize: vertical;
	min-height: 84px;
}
.mh-form-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.mh-form-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 20px 0 6px;
	cursor: pointer;
}
.mh-form-consent input {
	margin-top: 3px;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	accent-color: var(--mh-red);
}
.mh-form-consent span {
	font-size: 12.5px;
	line-height: 1.55;
	color: var(--mh-text-soft);
}
.mh-form-consent a {
	color: var(--mh-text-mid);
	text-decoration: underline;
}

.mh-form-submit {
	width: 100%;
	background: var(--mh-red);
	color: #fff;
	border: none;
	padding: 17px;
	font-family: var(--mh-font-body);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: background 0.2s, transform 0.3s var(--mh-ease), box-shadow 0.3s var(--mh-ease), opacity 0.2s;
	margin-top: 8px;
}
.mh-form-submit:hover {
	background: var(--mh-red-dark);
	transform: translateY(-2px);
	box-shadow: 0 14px 26px -8px rgba(232, 16, 42, 0.4);
}
.mh-form-submit.is-loading {
	opacity: 0.7;
}
.mh-form-submit:disabled {
	cursor: progress;
}

.mh-form-error {
	color: var(--mh-red-dark);
	font-size: 13px;
	margin-top: 12px;
	font-weight: 600;
}

.mh-form-success {
	display: none;
	text-align: center;
	padding: 24px 0;
}
.mh-form-success.is-visible {
	display: block;
	animation: mhFadeIn 0.4s ease;
}
.mh-form-success__check {
	width: 52px;
	height: 52px;
	background: #1f9d55;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
}
.mh-form-success h3 {
	font-family: var(--mh-font-display);
	font-size: 27px;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--mh-ink);
	margin-bottom: 10px;
}
.mh-form-success p {
	font-size: 14px;
	color: var(--mh-text-mid);
	line-height: 1.6;
}

@keyframes mhFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* ==========================================================================
   KONTAKT
   ========================================================================== */

.mh-contact-section {
	background: var(--mh-ink);
	padding: 96px 0 104px;
}
.mh-contacts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 32px;
}
.mh-contact-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 34px 30px;
	transition: background 0.3s, border-color 0.3s, transform 0.35s var(--mh-ease);
}
.mh-contact-card:hover {
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(255, 255, 255, 0.18);
	transform: translateY(-4px);
}
.mh-contact-role {
	font-family: var(--mh-font-mono);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--mh-red);
	margin-bottom: 10px;
}
.mh-contact-name {
	font-family: var(--mh-font-display);
	font-size: 27px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: -0.005em;
}
.mh-contact-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.mh-contact-links a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.62);
	text-decoration: none;
	transition: color 0.2s;
}
.mh-contact-links a:hover {
	color: var(--mh-red);
}
.mh-contact-links svg {
	flex-shrink: 0;
	color: rgba(255, 255, 255, 0.32);
}

.mh-contact-email-bar {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	padding: 18px 24px;
	border-left: 4px solid var(--mh-red);
	background: rgba(255, 255, 255, 0.04);
	font-size: 14px;
	color: rgba(255, 255, 255, 0.58);
	margin-bottom: 40px;
}
.mh-contact-email-bar a {
	color: var(--mh-red);
	font-weight: 600;
	text-decoration: none;
}
.mh-contact-email-bar a:hover {
	text-decoration: underline;
}

.mh-contact-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	padding-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mh-contact-cta p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
}

/* ==========================================================================
   BANER CZERWONY
   ========================================================================== */

.mh-red-banner {
	background: var(--mh-red);
	padding: 64px 0;
}
.mh-red-banner__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 48px;
	align-items: center;
}
.mh-red-banner h2 {
	font-family: var(--mh-font-display);
	font-size: clamp(32px, 3.8vw, 54px);
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.02;
	letter-spacing: -0.01em;
}
.mh-red-banner h2 span {
	color: rgba(255, 255, 255, 0.55);
	display: block;
	font-size: 0.64em;
	margin-top: 4px;
}

/* ==========================================================================
   STOPKA
   ========================================================================== */

.mh-footer {
	background: var(--mh-ink);
}
.mh-footer__inner {
	padding: 40px 0 48px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
}
.mh-foot-logo {
	font-family: var(--mh-font-display);
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0;
}
.mh-foot-logo span {
	color: var(--mh-red);
}
.mh-footer__brand p {
	margin-top: 10px;
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 1.7;
}
.mh-footer__links ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.mh-footer__links a {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
}
.mh-footer__links a:hover {
	color: #fff;
}
.mh-footer__contact {
	text-align: right;
}
.mh-footer__contact a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}
.mh-footer__contact a:hover {
	color: var(--mh-red);
}
.mh-footer__note {
	margin-top: 12px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.32);
	line-height: 1.6;
}

/* ==========================================================================
   BANER PODSTRONY (o nas, realizacje, wycena, kontakt, produkty)
   ========================================================================== */

.mh-page-header {
	background: var(--mh-ink);
	padding: 136px 0 60px;
}
.mh-breadcrumb {
	font-size: 12.5px;
	color: rgba(255, 255, 255, 0.4);
	margin-bottom: 22px;
	display: flex;
	gap: 8px;
	align-items: center;
}
.mh-breadcrumb a {
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
}
.mh-breadcrumb a:hover {
	color: #fff;
}
.mh-page-header .mh-eyebrow {
	margin-bottom: 14px;
}
.mh-page-header__title {
	font-family: var(--mh-font-display);
	font-size: clamp(36px, 4.4vw, 60px);
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.0;
	letter-spacing: -0.01em;
}
.mh-page-header__sub {
	margin-top: 14px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.55);
	max-width: 560px;
	line-height: 1.7;
}

/* ==========================================================================
   404
   ========================================================================== */

.mh-404 {
	padding: 168px 0 128px;
	background: var(--mh-white);
}
.mh-404__inner {
	text-align: center;
	max-width: 560px;
}
.mh-404__inner .mh-section-title {
	margin-inline: auto;
}
.mh-404__inner > p {
	color: var(--mh-text-mid);
	margin-bottom: 32px;
	font-size: 16px;
}
.mh-404__actions {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

/* ==========================================================================
   RESPONSYWNOŚĆ
   ========================================================================== */

@media (max-width: 1080px) {
	.mh-produkt-single__grid {
		grid-template-columns: 1fr;
	}
	.mh-produkt-single__image {
		position: static;
	}
}

@media (max-width: 900px) {
	.mh-nav {
		padding-inline: 20px;
	}
	.mh-nav-links,
	.mh-nav-cta {
		display: none;
	}
	.mh-hamburger {
		display: flex;
	}
	.mh-progress {
		top: 64px;
	}

	.mh-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}
	.mh-hero__text {
		padding: 52px 24px 40px;
	}
	.mh-hero__title {
		font-size: clamp(40px, 12vw, 60px);
	}
	.mh-hero__image {
		height: 260px;
	}
	.mh-hero__image img {
		height: 100%;
	}

	.mh-marquee__item {
		font-size: 15px;
	}

	.mh-trust-bar {
		flex-direction: column;
		padding-inline: 24px;
	}
	.mh-trust-item {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		padding: 18px 0;
	}
	.mh-trust-item:last-child {
		border-bottom: none;
	}

	.mh-producer {
		grid-template-columns: 1fr;
		gap: 36px;
		padding: 64px 24px;
	}
	.mh-producer__visual {
		height: 260px;
	}

	.mh-products-section,
	.mh-akcji,
	.mh-benefits,
	.mh-cta-section {
		padding-inline: 24px;
	}
	.mh-products-section,
	.mh-akcji,
	.mh-benefits,
	.mh-cta-section,
	.mh-producer {
		padding-block: 64px;
	}
	.mh-products-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.mh-gallery-strip {
		grid-template-columns: 1fr;
	}
	.mh-gallery-item {
		height: 260px;
	}

	.mh-benefits-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.mh-benefit-card {
		transform: none !important;
	}

	.mh-cta-section {
		grid-template-columns: 1fr;
		gap: 36px;
	}
	.mh-form-grid-2 {
		grid-template-columns: 1fr;
	}
	.mh-form-card {
		padding: 28px 24px;
	}

	.mh-contacts-grid {
		grid-template-columns: 1fr;
	}
	.mh-contact-cta {
		flex-direction: column;
		align-items: flex-start;
	}

	.mh-red-banner__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.mh-red-banner__inner .mh-btn {
		margin-inline: auto;
	}

	.mh-footer__inner {
		flex-direction: column;
	}
	.mh-footer__contact {
		text-align: left;
	}

	.mh-page-header {
		padding: 112px 0 44px;
	}
}

@media (max-width: 640px) {
	.mh-products-grid {
		grid-template-columns: 1fr;
	}
	.mh-product-card__img {
		height: 220px;
	}
	.mh-product-card__img img {
		max-height: 180px;
	}
	.mh-spec-strip {
		grid-template-columns: 1fr;
	}
	.mh-akcji {
		padding-inline: 24px;
	}
}
