/*
Theme Name: UTR
Theme URI: https://utr.ua
Description: Юнік Трейд corporate block theme, built from the 2026 design concept.
Version: 0.2.99
Requires at least: 6.6
Requires PHP: 8.3
Author: Unique Trade
Text Domain: utr
*/

/* ==========================================================================
   Base — extracted from design-concept/*.dc.html (shared <style> + wrappers)
   ========================================================================== */

html {
	scroll-behavior: smooth;
	--utr-header-height: 78px;
}

body {
	overflow-x: hidden;
}

::selection {
	background: var(--wp--preset--color--accent);
	color: #fff;
}

a {
	text-decoration: none;
}

a:hover {
	color: var(--wp--preset--color--accent);
}

/* Design section shell: 96px vertical / 56px horizontal on desktop. */
.utr-section {
	padding: 96px 56px;
}

/* Eyebrow/kicker line used above every big heading in the design. */
.utr-kicker {
	font-size: 13.5px;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent);
	margin: 0 0 24px;
}

/* Section H2 scale (design: 700 clamp(24px,2.4vw,36px) Unbounded, uppercase). */
.utr-section-title {
	font-size: clamp(24px, 2.4vw, 36px);
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	margin: 0;
}

/* Skewed red parallelogram bullet (the design's signature accent). */
.utr-flag {
	position: relative;
	padding-left: 44px;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 700;
	margin: 0;
}

.utr-flag::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 2px;
	width: 26px;
	height: 34px;
	background: var(--wp--preset--color--accent);
	transform: skewX(-14deg);
}

/* Larger hero variant of the flag bullet. */
.utr-flag-lg {
	padding-left: 56px;
	font-size: 15.5px;
	line-height: 1.45;
	font-weight: 500;
	color: var(--wp--preset--color--grey-300);
	max-width: 230px;
}

.utr-flag-lg::before {
	width: 34px;
	height: 44px;
	top: 0;
}

.utr-flag-lg strong {
	color: #fff;
	font-weight: 800;
}

/* ==========================================================================
   Buttons — square corners, Manrope 800, tight letter-spacing (design)
   ========================================================================== */

.wp-block-button__link,
.utr-submit,
.utr-tel-btn {
	border-radius: 0;
	text-transform: uppercase;
}

.wp-block-button__link {
	padding: 18px 32px;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.02em;
}

/* Ghost button on dark surfaces (ORDER24 in the header, socials, ТЕЛ. 7577). */
.utr-btn-ghost .wp-block-button__link {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
}

/* Ghost with the darker #3a404b border (footer / CTA band in the design). */
.utr-btn-ghost-grey .wp-block-button__link {
	background: transparent;
	border: 1px solid #3a404b;
	color: #fff;
	letter-spacing: 0.04em;
}

/* Outline on light surfaces (ТЕЛ. 7577 next to the lead form). */
.utr-btn-outline-dark .wp-block-button__link {
	background: transparent;
	border: 1px solid var(--wp--preset--color--dark);
	color: var(--wp--preset--color--dark);
}

/* ==========================================================================
   Header (patterns/header.php)
   ========================================================================== */

.utr-site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(18px, 2.4vw, 40px);
	min-height: 70px;
	box-sizing: border-box;
	padding: 18px clamp(20px, 3.9vw, 56px);
	color: #fff;
	border-bottom: 1px solid transparent;
	transition: background-color 0.3s, border-color 0.3s, box-shadow 0.3s, backdrop-filter 0.3s;
}

.utr-site-header.is-transparent {
	background: rgba(16, 19, 24, 0.68);
	-webkit-backdrop-filter: blur(20px) saturate(145%);
	backdrop-filter: blur(20px) saturate(145%);
	border-bottom-color: rgba(255, 255, 255, 0.13);
	box-shadow:
		0 12px 32px rgba(0, 0, 0, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.utr-site-header.is-solid,
.utr-site-header.is-scrolled,
.utr-site-header.is-menu-open {
	background: rgba(16, 19, 24, 0.84);
	-webkit-backdrop-filter: blur(22px) saturate(140%);
	backdrop-filter: blur(22px) saturate(140%);
	border-bottom-color: rgba(255, 255, 255, 0.14);
	box-shadow:
		0 14px 36px rgba(0, 0, 0, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.utr-header-spacer {
	height: var(--utr-header-height);
	background: #101318;
}

.utr-header-logo {
	display: inline-flex;
	align-items: center;
	min-width: 44px;
	min-height: 44px;
	line-height: 0;
	flex: none;
}

.utr-header-logo img {
	display: block;
	width: auto;
	height: 34px;
	filter: brightness(0) invert(1);
}

.utr-nav-desktop {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: clamp(12px, 1.55vw, 30px);
	min-width: 0;
	font-size: clamp(11.5px, 0.83vw, 14px);
	font-weight: 700;
	letter-spacing: 0.03em;
	white-space: nowrap;
}

.utr-nav-desktop a,
.utr-nav-mobile a {
	color: #e6e8ec;
}

.utr-nav-desktop a:hover,
.utr-nav-mobile a:hover {
	color: var(--wp--preset--color--accent);
}

.utr-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(7px, 0.7vw, 10px);
	min-width: 0;
}

.utr-lang {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-right: 6px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

.utr-lang span[aria-hidden="true"] {
	color: rgba(255, 255, 255, 0.45);
}

.utr-lang span[aria-current="page"] {
	color: #fff;
}

.utr-lang a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: rgba(255, 255, 255, 0.75);
	transition: color 0.2s;
}

.utr-lang a:hover {
	color: #fff;
}

.utr-header-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	box-sizing: border-box;
	padding: 10px clamp(12px, 1.35vw, 22px);
	color: #fff;
	font-size: clamp(11px, 0.76vw, 13px);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.03em;
	text-align: center;
	white-space: nowrap;
}

.utr-header-order {
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.utr-header-partner {
	background: var(--wp--preset--color--accent);
}

.utr-header-action:hover {
	color: #fff;
}

.utr-header-order:hover {
	border-color: #fff;
}

.utr-header-partner:hover {
	background: #bf2929;
}

.utr-menu-toggle,
.utr-mobile-menu {
	display: none;
}

.utr-menu-toggle {
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
	cursor: pointer;
}

.utr-menu-toggle-lines {
	display: grid;
	gap: 5px;
	width: 20px;
}

.utr-menu-toggle-lines span {
	display: block;
	width: 100%;
	height: 2px;
	background: currentColor;
	transition: transform 0.2s, opacity 0.2s;
}

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

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

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

.utr-site-header a:focus-visible,
.utr-site-header button:focus-visible,
.utr-site-footer a:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

body.utr-menu-open {
	overflow: hidden;
	overscroll-behavior: none;
}

/* Legacy block-header selectors retained for editor/backward compatibility. */

.utr-header {
	position: sticky;
	top: 0;
	z-index: 50;
	padding: 18px 56px;
	background: rgba(16, 19, 24, 0.92);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.utr-header .utr-logo a {
	color: #fff;
}

.utr-header .wp-block-navigation a {
	color: var(--wp--preset--color--grey-200);
}

.utr-header .wp-block-navigation a:hover {
	color: var(--wp--preset--color--accent);
}

.utr-header .wp-block-navigation .wp-block-navigation__container {
	gap: 30px;
}

.utr-header .wp-block-button__link {
	padding: 11px 22px;
	font-size: 13px;
	letter-spacing: 0.03em;
}

/* ==========================================================================
   Hero (patterns/hero.php)
   ========================================================================== */

.utr-hero .wp-block-cover__inner-container {
	width: 100%;
	padding: 140px 56px 96px;
}

.utr-hero-title {
	font-size: clamp(44px, 5.6vw, 84px);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	margin: 0 0 44px;
}

.utr-hero-title mark {
	background: none;
	color: var(--wp--preset--color--accent);
}

.utr-hero-usps {
	margin-top: 64px;
}

/* ==========================================================================
   Stats — "Про Юнік Трейд" (patterns/about-stats.php)
   ========================================================================== */

.utr-stats {
	padding: 32px 0 0;
}

.utr-stats .utr-section-title {
	padding: 48px 56px 40px;
	font-size: clamp(24px, 2.2vw, 34px);
}

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

.utr-stat {
	padding: 36px 36px 48px;
	border-top: 1px solid var(--wp--preset--color--surface-dark);
}

.utr-stat:nth-child(3n + 1) {
	padding-left: 56px;
}

.utr-stat:not(:nth-child(3n)) {
	border-right: 1px solid var(--wp--preset--color--surface-dark);
}

.utr-stat-num {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(32px, 2.6vw, 46px);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.15;
	margin: 0;
}

.utr-stat-num.is-accent {
	color: var(--wp--preset--color--accent);
}

.utr-stat-label {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
	color: var(--wp--preset--color--grey-500);
	margin: 10px 0 0;
}

/* ==========================================================================
   Official brands grid (patterns/official-brands.php)
   ========================================================================== */

.utr-brands-head {
	margin-bottom: 34px;
}

.utr-brands-all {
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0;
}

.utr-brands-all a {
	color: var(--wp--preset--color--accent);
}

.utr-brands-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}

.utr-brand-cell {
	background: var(--wp--preset--color--light);
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.utr-brand-cell figure {
	margin: 0;
}

.utr-brand-cell img {
	max-height: 40px;
	max-width: 118px;
	width: auto;
	height: auto;
	mix-blend-mode: multiply;
}

.utr-brand-more {
	background: var(--wp--preset--color--dark);
}

.utr-brand-more p {
	margin: 0;
}

.utr-brand-more a {
	color: #fff;
	font-size: 13.5px;
	font-weight: 800;
	letter-spacing: 0.06em;
}

/* ==========================================================================
   USP cards — 4 numbered benefits (patterns/usp-cards.php)
   ========================================================================== */

.utr-usp-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.utr-usp {
	padding: 56px;
}

.utr-usp:nth-child(odd) {
	border-right: 1px solid #e2e4e8;
}

.utr-usp:nth-child(-n + 2) {
	border-bottom: 1px solid #e2e4e8;
}

.utr-usp-num {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 15px;
	font-weight: 700;
	color: var(--wp--preset--color--accent);
	margin: 0;
}

.utr-usp-title {
	font-family: var(--wp--preset--font-family--body);
	font-size: 23px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
	margin: 0;
}

.utr-usp-desc {
	font-size: 15px;
	line-height: 1.6;
	font-weight: 500;
	color: var(--wp--preset--color--grey-600);
	margin: 14px 0 0;
	text-wrap: pretty;
}

/* ==========================================================================
   СТО equipment gallery (patterns/equipment.php)
   ========================================================================== */

.utr-equipment-section {
	box-sizing: border-box;
	padding: clamp(72px, 7vw, 112px) clamp(24px, 4vw, 64px);
	background: #f4f5f6;
	border-top: 1px solid #e1e4e8;
}

.utr-equipment-shell {
	width: min(100%, 1600px);
	margin: 0 auto;
}

.utr-eq-grid {
	display: grid;
	grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
	gap: clamp(44px, 6vw, 96px);
	align-items: center;
}

.utr-eq-copy {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.utr-eq-kicker {
	margin: 0 0 24px;
	color: var(--wp--preset--color--accent);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .2em;
}

.utr-eq-title {
	width: 100%;
	max-width: 460px;
	margin: 0;
	font-size: clamp(34px, 3.4vw, 58px);
	line-height: 1.02;
	letter-spacing: -.04em;
	text-transform: uppercase;
	text-wrap: balance;
}

.utr-eq-title::after {
	display: block;
	width: min(180px, 46%);
	height: 6px;
	margin: 28px 0 24px;
	background: var(--wp--preset--color--accent);
	content: "";
	transform: skewX(-24deg);
}

.utr-eq-note {
	max-width: 390px;
	margin: 0 0 34px;
	color: var(--wp--preset--color--grey-600);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
	text-wrap: pretty;
}

.utr-eq-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	box-sizing: border-box;
	padding: 16px 28px;
	background: var(--wp--preset--color--accent);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .04em;
	transition: background-color .2s ease, transform .2s ease;
}

.utr-eq-cta:hover,
.utr-eq-cta:focus-visible {
	background: #c9252c;
	transform: translateY(-2px);
}

.utr-eq-gallery {
	min-width: 0;
}

.utr-eq-visual {
	display: grid;
	grid-template-columns: minmax(0, 1fr) clamp(100px, 9.5vw, 138px);
	gap: 14px;
	align-items: stretch;
}

.utr-eq-stage {
	position: relative;
	min-width: 0;
	aspect-ratio: 20 / 21;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dde1e6;
}

.utr-eq-slide {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #f2f2f2;
}

.utr-eq-slide.is-active {
	animation: utr-equipment-reveal .36s cubic-bezier(.22,.61,.36,1) both;
}

.utr-eq-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.utr-eq-thumbs {
	display: grid;
	grid-template-rows: repeat(4, minmax(0, 1fr));
	gap: 12px;
	min-width: 0;
}

.utr-eq-thumb {
	position: relative;
	min-width: 0;
	min-height: 0;
	padding: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #d8dde3;
	cursor: pointer;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.utr-eq-thumb::after {
	position: absolute;
	inset: 0;
	border: 2px solid transparent;
	content: "";
	pointer-events: none;
	transition: border-color .2s ease;
}

.utr-eq-thumb:hover,
.utr-eq-thumb:focus-visible {
	border-color: #9aa2ad;
	transform: translateX(-3px);
}

.utr-eq-thumb.is-active {
	border-color: var(--wp--preset--color--accent);
	box-shadow: 0 10px 30px rgba(20, 24, 30, .12);
}

.utr-eq-thumb.is-active::after {
	border-color: var(--wp--preset--color--accent);
}

.utr-eq-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.utr-eq-thumb-number {
	position: absolute;
	top: 7px;
	left: 8px;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 28px;
	height: 24px;
	background: rgba(15, 20, 25, .82);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	transition: background-color .2s ease;
}

.utr-eq-thumb.is-active .utr-eq-thumb-number {
	background: var(--wp--preset--color--accent);
}

.utr-eq-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 18px;
}

.utr-eq-status {
	display: flex;
	gap: 8px;
	margin: 0;
	color: var(--wp--preset--color--grey-600);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .14em;
}

.utr-eq-status [data-equipment-current] {
	color: var(--wp--preset--color--accent);
}

.utr-eq-arrows {
	display: flex;
	gap: 10px;
}

.utr-eq-arrow {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 0;
	background: #11161b;
	border: 0;
	color: #fff;
	cursor: pointer;
	transition: background-color .2s ease, transform .2s ease;
}

.utr-eq-arrow:hover,
.utr-eq-arrow:focus-visible {
	background: var(--wp--preset--color--accent);
	transform: translateY(-2px);
}

.utr-eq-arrow svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

@media (min-width: 601px) {
	.utr-eq-stage {
		height: min(62svh, 680px);
		aspect-ratio: auto;
	}

	.utr-eq-thumbs {
		height: min(62svh, 680px);
		min-height: 0;
	}
}

@keyframes utr-equipment-reveal {
	from { opacity: .2; transform: scale(.985); }
	to { opacity: 1; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
	.utr-eq-slide.is-active {
		animation: none;
	}

	.utr-eq-cta,
	.utr-eq-thumb,
	.utr-eq-arrow {
		transition: none;
	}
}

/* ==========================================================================
   Cooperation benefits (patterns/cooperation-benefits.php)
   ========================================================================== */

.utr-coop-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px 64px;
	margin-top: 48px;
}

/* ==========================================================================
   How to become a partner — 5 steps (patterns/partner-steps.php)
   ========================================================================== */

.utr-steps-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 40px;
	margin-top: 56px;
}

.utr-step-num {
	position: relative;
	z-index: 0;
	width: 56px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 22px;
}

.utr-step-num::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: var(--wp--preset--color--accent);
	transform: skewX(-14deg);
}

.utr-step-text {
	font-size: 15.5px;
	line-height: 1.5;
	font-weight: 500;
	color: var(--wp--preset--color--grey-300);
	margin: 0;
}

/* ==========================================================================
   Lead form / "Залишилися питання?" (patterns/lead-form.php)
   ========================================================================== */

.utr-apply-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid #e2e4e8;
}

.utr-apply-content {
	padding: 88px 64px 88px 56px;
}

.utr-apply-lede {
	font-size: 17px;
	line-height: 1.55;
	font-weight: 500;
	color: var(--wp--preset--color--grey-600);
	max-width: 460px;
	margin: 16px 0 40px;
	text-wrap: pretty;
}

.utr-cover-img {
	margin: 0;
	height: 100%;
	min-height: 520px;
}

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

.utr-lead-form {
	display: flex;
	flex-direction: column;
	gap: 24px;
	max-width: 520px;
}

.utr-field {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
}

.utr-field label {
	font-size: 14px;
	font-weight: 800;
	color: var(--wp--preset--color--accent);
}

.utr-field input {
	height: 52px;
	border: 1px solid var(--wp--preset--color--dark);
	border-radius: 0;
	background: #fff;
	padding: 0 16px;
	font: 500 16px/1 var(--wp--preset--font-family--body);
	color: var(--wp--preset--color--dark);
	box-sizing: border-box;
}

/* Honeypot "company" field — visually hidden, still submittable by bots. */
.utr-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: 0;
}

.utr-form-actions {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 8px;
}

.utr-submit {
	flex: 1;
	padding: 18px 32px;
	background: var(--wp--preset--color--accent);
	color: #fff;
	border: 0;
	font-family: var(--wp--preset--font-family--body);
	font-size: 15.5px;
	font-weight: 800;
	letter-spacing: 0.02em;
	cursor: pointer;
}

.utr-submit[disabled] {
	opacity: 0.6;
	cursor: wait;
}

.utr-tel-btn {
	flex: none;
	padding: 18px 28px;
	border: 1px solid var(--wp--preset--color--dark);
	font-size: 15.5px;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: var(--wp--preset--color--dark);
}

.utr-form-status {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
}

.utr-form-status.is-ok {
	color: #1a7f37;
}

.utr-form-status.is-error {
	color: var(--wp--preset--color--accent);
}

/* ==========================================================================
   Charity feed — "Рятуючи дитячі серця" (patterns/charity-feed.php)
   ========================================================================== */

.utr-fond {
	padding: 72px 56px;
}

.utr-fond-grid {
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: 48px;
	align-items: center;
}

.utr-fond .utr-kicker {
	color: var(--wp--preset--color--accent-soft);
	font-size: 13px;
	letter-spacing: 0.2em;
	margin-bottom: 18px;
}

.utr-fond-title {
	font-size: clamp(28px, 2.8vw, 40px);
	line-height: 1.05;
	margin: 0 0 16px;
}

.utr-fond-lede {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
	color: var(--wp--preset--color--accent-soft);
	max-width: 560px;
	margin: 0 0 24px;
	text-wrap: pretty;
}

.utr-charity-item {
	display: flex;
	gap: 16px;
	align-items: baseline;
	font-size: 16px;
	font-weight: 700;
}

.utr-charity-item .wp-block-post-date {
	opacity: 0.75;
	flex: none;
	color: #fff;
}

.utr-charity-item .wp-block-post-title {
	font-family: var(--wp--preset--font-family--body);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	margin: 0;
}

.utr-charity-item .wp-block-post-title a {
	color: #fff;
}

.utr-charity-item .wp-block-post-title a:hover {
	color: var(--wp--preset--color--dark);
}

.utr-fond-logo {
	margin: 0;
	display: flex;
	justify-content: center;
}

.utr-fond-logo img {
	max-width: 230px;
	height: auto;
	background: #fff;
	padding: 22px;
	border-radius: 6px;
}

/* ==========================================================================
   Contact CTA band (patterns/contact-cta.php)
   ========================================================================== */

.utr-cta-band {
	padding: 56px;
}

.utr-cta-title {
	font-size: clamp(24px, 2.2vw, 34px);
	letter-spacing: -0.02em;
	text-transform: uppercase;
	margin: 0;
}

.utr-cta-title mark {
	background: none;
	color: var(--wp--preset--color--accent);
}

/* ==========================================================================
   Footer (parts/footer.html)
   ========================================================================== */

.utr-site-footer {
	color: #fff;
	background: #101318;
}

.utr-footer-cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 48px;
	padding: 56px;
}

.utr-footer-cta-title {
	font: 700 clamp(24px, 2.2vw, 34px)/1.2 Unbounded, sans-serif;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.utr-footer-cta-title span {
	color: var(--wp--preset--color--accent);
}

.utr-footer-actions {
	display: flex;
	align-items: stretch;
	gap: 12px;
}

.utr-footer-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	box-sizing: border-box;
	padding: 16px clamp(20px, 2.2vw, 32px);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-align: center;
}

.utr-footer-action:hover,
.utr-footer-phone:hover {
	color: #fff;
}

.utr-footer-action-primary {
	background: var(--wp--preset--color--accent);
}

.utr-footer-action-primary:hover {
	background: #bf2929;
}

.utr-footer-action-secondary {
	border: 1px solid #3a404b;
}

.utr-footer-action-secondary:hover {
	border-color: #fff;
}

.utr-footer-meta {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px 32px;
	padding: 26px 56px;
	color: #6b727d;
	border-top: 1px solid #262b33;
	font-size: 13.5px;
	font-weight: 600;
}

.utr-footer-nav {
	display: flex;
	justify-content: center;
	gap: clamp(12px, 1.8vw, 26px);
	min-width: 0;
	flex-wrap: wrap;
}

.utr-footer-nav a {
	color: #9aa0a8;
	letter-spacing: 0.03em;
}

.utr-footer-nav a:hover {
	color: #fff;
}

.utr-footer-phone {
	color: #fff;
	font-weight: 800;
	white-space: nowrap;
}

.utr-footer-social {
	padding: 40px 56px;
	border-bottom: 1px solid var(--wp--preset--color--surface-dark);
}

.utr-footer-social-title {
	font-size: clamp(20px, 1.8vw, 28px);
	letter-spacing: -0.02em;
	text-transform: uppercase;
	margin: 0;
}

.utr-footer-bottom {
	padding: 26px 56px;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--wp--preset--color--grey-500);
}

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

.utr-footer-menu {
	display: flex;
	gap: 26px;
	flex-wrap: wrap;
}

.utr-footer-menu a {
	color: var(--wp--preset--color--grey-400);
	letter-spacing: 0.03em;
}

.utr-footer-tel,
.utr-footer-tel a {
	color: #fff;
	font-weight: 800;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1100px) {
	.utr-site-header {
		gap: 16px;
	}

	.utr-footer-meta {
		grid-template-columns: 1fr auto;
	}

	.utr-footer-nav {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-content: flex-start;
	}

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

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

	.utr-fond-grid {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 901px) and (max-width: 1100px) {
	html {
		--utr-header-height: 62px;
	}

	.utr-site-header {
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 12px;
		min-height: 62px;
		padding: 9px 20px;
	}

	.utr-header-logo img {
		height: 30px;
	}

	.utr-nav-desktop,
	.utr-header-actions > .utr-header-action {
		display: none;
	}

	.utr-header-actions {
		grid-column: 3;
		gap: 10px;
	}

	.utr-header-actions .utr-lang {
		margin-right: 0;
	}

	.utr-menu-toggle {
		display: inline-flex;
	}

	.utr-mobile-menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: flex;
		flex-direction: column;
		gap: 32px;
		height: calc(100dvh - var(--utr-header-height));
		box-sizing: border-box;
		padding: 28px 20px;
		overflow-y: auto;
		overscroll-behavior: contain;
		color: #fff;
		background: #101318;
	}

	.utr-mobile-menu[hidden] {
		display: none;
	}

	.utr-nav-mobile {
		display: grid;
	}

	.utr-nav-mobile a {
		padding: 16px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		font-family: var(--wp--preset--font-family--heading);
		font-size: 21px;
		font-weight: 700;
		line-height: 1.25;
	}

	.utr-mobile-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.utr-mobile-actions .utr-header-action {
		min-height: 52px;
		padding: 12px 16px;
		font-size: 13px;
		white-space: normal;
	}
}

@media (max-width: 900px) {
	html {
		--utr-header-height: 62px;
	}

	.utr-site-header {
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 12px;
		min-height: calc(62px + env(safe-area-inset-top));
		padding: calc(9px + env(safe-area-inset-top)) 20px 9px;
	}

	.utr-header-logo img {
		height: 30px;
	}

	.utr-nav-desktop,
	.utr-header-actions > .utr-header-action {
		display: none;
	}

	.utr-header-actions {
		grid-column: 3;
		gap: 10px;
	}

	.utr-header-actions .utr-lang {
		margin-right: 0;
	}

	.utr-menu-toggle {
		display: inline-flex;
	}

	.utr-mobile-menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		bottom: auto;
		display: flex;
		flex-direction: column;
		gap: 32px;
		height: calc(100dvh - var(--utr-header-height));
		box-sizing: border-box;
		padding: 28px 20px max(28px, env(safe-area-inset-bottom));
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		color: #fff;
		background: #101318;
	}

	.utr-mobile-menu[hidden] {
		display: none;
	}

	.utr-nav-mobile {
		display: grid;
	}

	.utr-nav-mobile a {
		padding: 16px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		font-family: var(--wp--preset--font-family--heading);
		font-size: clamp(17px, 5vw, 23px);
		font-weight: 700;
		line-height: 1.25;
		letter-spacing: -0.01em;
	}

	.utr-mobile-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.utr-mobile-actions .utr-header-action {
		min-height: 52px;
		padding: 12px 16px;
		font-size: 13px;
		white-space: normal;
	}

	.utr-footer-cta {
		align-items: flex-start;
		padding: 48px 24px;
	}

	.utr-footer-meta {
		padding: 26px 24px;
	}

	.utr-section {
		padding: 64px 24px;
	}

	.utr-header {
		padding: 14px 20px;
	}

	.utr-hero .wp-block-cover__inner-container {
		padding: 120px 24px 64px;
	}

	.utr-stats .utr-section-title {
		padding: 40px 24px 28px;
	}

	.utr-stats-grid {
		grid-template-columns: 1fr 1fr;
	}

	.utr-stat,
	.utr-stat:nth-child(3n + 1) {
		padding: 28px 24px 36px;
	}

	.utr-stat:not(:nth-child(3n)) {
		border-right: 0;
	}

	.utr-stat:nth-child(odd) {
		border-right: 1px solid var(--wp--preset--color--surface-dark);
	}

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

	.utr-usp-grid,
	.utr-coop-grid,
	.utr-apply-grid {
		grid-template-columns: 1fr;
	}

	.utr-usp {
		padding: 40px 24px;
		border-right: 0 !important;
		border-bottom: 1px solid #e2e4e8;
	}

	.utr-steps-grid {
		grid-template-columns: 1fr 1fr;
	}

	.utr-apply-content {
		padding: 64px 24px;
	}

	.utr-fond {
		padding: 64px 24px;
	}

	.utr-cta-band,
	.utr-footer-social,
	.utr-footer-bottom {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media (max-width: 600px) {
	.utr-footer-cta {
		flex-direction: column;
		gap: 28px;
	}

	.utr-footer-actions {
		width: 100%;
		flex-direction: column;
	}

	.utr-footer-action {
		width: 100%;
	}

	.utr-footer-meta {
		grid-template-columns: 1fr;
	}

	.utr-footer-nav {
		grid-column: auto;
		grid-row: auto;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 14px;
	}

	.utr-footer-nav a,
	.utr-footer-phone {
		display: flex;
		align-items: center;
		min-height: 44px;
		border-bottom: 1px solid #262b33;
	}

	.utr-footer-phone {
		white-space: normal;
	}

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

	.utr-steps-grid {
		grid-template-columns: 1fr;
	}

	.utr-form-actions {
		flex-direction: column;
		align-items: stretch;
	}
}

/* ==========================================================================
   Design-port responsive rules. The homepage sections carry the design's own
   inline styles 1:1, so breakpoint overrides need !important.
   No mobile spec exists in the concept — these are pragmatic collapses.
   ========================================================================== */

@media (max-width: 1100px) {
	.utr-steps-grid { grid-template-columns: repeat(2, 1fr) !important; }
	.utr-brandgrid { grid-template-columns: repeat(4, 1fr) !important; }
	.utr-fond-grid { grid-template-columns: 1fr !important; }
}

@media (max-width: 900px) {
	.utr-eq-grid { grid-template-columns: 1fr; }
	.utr-eq-copy { max-width: 620px; }
	.utr-apply-grid,
	.utr-coop-grid,
	#benefits { grid-template-columns: 1fr !important; }
	.utr-apply-grid > * { min-width: 0; box-sizing: border-box; }
	.utr-apply-grid > div:first-child { padding: 56px 24px !important; }
	#benefits > div { border-right: 0 !important; }
	.utr-brandgrid { grid-template-columns: repeat(3, 1fr) !important; }
	#heroContent, #brands, #coop, #steps, #equipment { padding-left: 20px !important; padding-right: 20px !important; }

	/* The desktop homepage uses a cinematic sticky scene. On phones it becomes
	 * a naturally sized hero so its CTA and all three benefits stay reachable. */
	.utr-home-hero-scene {
		height: auto !important;
		min-height: 100svh;
	}

	.utr-home-hero-stage {
		position: relative !important;
		top: auto !important;
		height: auto !important;
		min-height: 100svh;
		align-items: flex-start !important;
		padding-top: calc(var(--utr-header-height) + 42px) !important;
		padding-bottom: 92px !important;
	}

	.utr-home-hero-content {
		transform: none !important;
		opacity: 1 !important;
	}

	.utr-home-hero-title {
		font-size: clamp(34px, 10.8vw, 44px) !important;
		line-height: 1.04 !important;
		letter-spacing: -0.035em !important;
	}

	.utr-home-hero-kicker {
		margin-bottom: 20px !important;
		font-size: 12px !important;
		line-height: 1.5;
	}

	.utr-home-hero-cta {
		margin-top: 30px !important;
	}

	.utr-home-hero-cta a {
		box-sizing: border-box;
		min-height: 52px;
		padding: 16px 24px !important;
	}

	.utr-home-hero-usps {
		flex-direction: column !important;
		gap: 20px !important;
		margin-top: 40px !important;
	}

	.utr-home-hero-usp {
		width: 100%;
		min-width: 0;
	}

	#heroHint {
		display: none;
	}

	#benefits > .utr-home-benefit-card {
		width: 100%;
		box-sizing: border-box;
		padding: 40px 24px !important;
	}

	.utr-home-lead-actions {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.utr-home-lead-submit,
	.utr-home-lead-phone {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}

	.utr-home-lead-media {
		min-height: min(72vw, 460px) !important;
	}

	.utr-home-charity-copy {
		width: 100%;
		box-sizing: border-box;
		padding: 56px 24px !important;
	}

	.utr-home-charity-logo {
		width: 100%;
		box-sizing: border-box;
		padding: 32px 24px 48px !important;
	}

	.utr-home-charity-logo img {
		max-width: 100% !important;
		box-sizing: border-box;
	}
}

@media (max-width: 600px) {
	.utr-equipment-section { padding-top: 64px; padding-bottom: 64px; }
	.utr-eq-grid { gap: 40px; }
	.utr-eq-title { font-size: clamp(32px, 10vw, 44px); }
	.utr-eq-note { font-size: 16px; }
	.utr-eq-cta { width: 100%; }
	.utr-eq-visual { grid-template-columns: minmax(0, 1fr); }
	.utr-eq-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: auto; gap: 8px; }
	.utr-eq-thumb { aspect-ratio: 20 / 21; }
	.utr-eq-thumb:hover,
	.utr-eq-thumb:focus-visible { transform: translateY(-2px); }
	.utr-eq-thumb-number { top: 4px; left: 4px; width: 23px; height: 20px; font-size: 9px; }
	.utr-brandgrid { grid-template-columns: repeat(2, 1fr) !important; }
	.utr-steps-grid { grid-template-columns: 1fr !important; }
	#stats > div { grid-template-columns: 1fr !important; }
}

@media (max-width: 420px) {
	.utr-site-header {
		padding-right: 14px;
		padding-left: 14px;
	}

	.utr-lang {
		font-size: 12px;
	}

	.utr-mobile-actions {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 360px) {
	.utr-equipment-section { padding-right: 16px !important; padding-left: 16px !important; }
	.utr-home-hero-title {
		font-size: 33px !important;
	}
}

@media (max-width: 900px) and (max-height: 650px) {
	.utr-mobile-menu {
		gap: 10px;
		padding-top: 6px;
		padding-bottom: max(16px, env(safe-area-inset-bottom));
	}

	.utr-nav-mobile a {
		min-height: 44px;
		box-sizing: border-box;
		padding: 11px 0;
		font-size: 17px;
	}

	.utr-mobile-actions {
		gap: 8px;
	}

	.utr-mobile-actions .utr-header-action {
		min-height: 46px;
	}
}
