:root {
	--red: #C41230;
	--red-rgb: 196 18 48;
	--red-dark: #971024;
	--coal: #101010;
	--iron: #242424;
	--steel: #3a3a3a;
	--ash: #eeeeea;
	--sand: #c8ad7f;
	--sand-soft: #f1e8d7;
	--green: #1f6f5b;
	--text: #1f1f1f;
	--muted: #6b6b6b;
	--line: #d8d1c3;
	--white: #ffffff;
	--container: 1200px;
	--header-height: 78px;
	--head: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
	--body: Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html,
body {
	max-width: 100%;
	overflow-x: hidden;
}
html {
	margin-top: 0 !important;
}
#wpadminbar {
	display: none;
}
body {
	margin: 0;
	font-family: var(--body);
	color: var(--text);
	background: #151515;
	line-height: 1.65;
}
.site-main,
.site-header,
.site-footer {
	width: 100%;
	max-width: 100%;
}
.alignfull {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
.container {
	width: min(100% - 40px, var(--container));
	margin-inline: auto;
}
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
}

h1, h2, h3 {
	font-family: var(--head);
	margin: 0 0 18px;
	line-height: 0.98;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
h1 { font-size: clamp(44px, 7vw, 88px); color: var(--white); }
h2 { font-size: clamp(34px, 4.4vw, 62px); }
h3 { font-size: 27px; }
p { margin: 0 0 18px; }
.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
	color: var(--red);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}
.eyebrow::before {
	content: "";
	width: 32px;
	height: 3px;
	background: currentColor;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: var(--white);
	border-top: 5px solid var(--red);
	border-bottom: 1px solid #d6d6d6;
}
body.admin-bar .site-header {
	top: 0;
}
.site-main {
	padding-top: var(--header-height);
}
body.admin-bar .site-main {
	padding-top: var(--header-height);
}
.header-inner {
	width: min(100% - 58px, 1760px);
	min-height: 72px;
	display: flex;
	align-items: center;
	gap: 22px;
}
.site-branding {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 0 0 auto;
	min-width: 0;
}
.site-branding img {
	width: 54px;
	max-height: 54px;
	object-fit: contain;
}
.brand-copy {
	display: grid;
	gap: 5px;
	color: #111;
	text-decoration: none;
}
.brand-copy strong {
	font-family: var(--head);
	font-size: clamp(22px, 1.7vw, 30px);
	font-weight: 900;
	line-height: 0.9;
	text-transform: uppercase;
	white-space: nowrap;
}
.brand-copy span {
	color: #595959;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}
.primary-navigation {
	margin-left: auto;
	min-width: 0;
}
.primary-menu {
	display: flex;
	align-items: center;
	gap: clamp(16px, 1.6vw, 28px);
	list-style: none;
	margin: 0;
	padding: 0;
}
.primary-menu a {
	position: relative;
	text-decoration: none;
	color: #050505;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
}
.primary-menu a,
.quote-button,
.btn {
	overflow-wrap: normal;
}
.primary-menu a:hover { color: var(--red); }
.primary-menu a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -28px;
	height: 4px;
	background: var(--red);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.2s ease;
}
.primary-menu a:hover::after { transform: scaleX(1); }
.header-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-left: 18px;
	border-left: 1px solid #d4d4d4;
	flex: 0 0 auto;
}
.header-call {
	display: flex;
	align-items: center;
	gap: 13px;
	text-decoration: none;
	white-space: nowrap;
	color: #111;
}
.call-icon {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border: 2px solid var(--red);
	border-radius: 50%;
	color: var(--red);
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}
.header-call em,
.header-call strong {
	display: block;
	font-style: normal;
	line-height: 1.18;
}
.header-call em {
	font-size: 15px;
	font-weight: 900;
}
.header-call strong {
	margin-top: 5px;
	color: var(--red);
	font-size: 15px;
	font-weight: 900;
}
.quote-button,
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 20px;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.3px;
	white-space: nowrap;
}
.quote-button,
.btn-primary {
	background: var(--red);
	color: var(--white);
}
.quote-button:hover,
.btn-primary:hover { background: var(--red-dark); }
.btn-outline {
	color: var(--white);
	border: 1px solid rgba(255,255,255,0.72);
	background: transparent;
}
.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid #ccc;
	background: #fff;
}
.menu-toggle span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	background: #111;
	margin: 6px 8px;
}

.hero {
	position: relative;
	min-height: calc(100svh - var(--header-height));
	max-height: none;
	padding-top: 0;
	background: var(--coal);
	overflow: hidden;
	border-bottom: 5px solid var(--red);
}
body.admin-bar .hero {
	min-height: calc(100svh - var(--header-height));
}
.hero-slider,
.hero-slide {
	position: absolute;
	inset: 0;
}
.hero-slider {
	z-index: 0;
}
.hero-slide {
	background-size: cover;
	background-position: center right;
	opacity: 0.96;
	filter: saturate(0.98) contrast(1.02);
	transition: opacity 0.7s ease;
	transform: translateY(var(--hero-parallax, 0px)) scale(1.04);
	will-change: transform;
}
.hero-slide:not(.is-active) {
	opacity: 0;
}
.hero-dots {
	position: relative;
	right: auto;
	bottom: auto;
	z-index: 4;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	width: min(100% - 58px, var(--container));
	margin: -18px auto 14px;
}
.hero-dot {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 2px solid rgba(255,255,255,0.82);
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}
.hero-dot.is-active {
	background: var(--red);
	border-color: var(--red);
}
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(16,16,16,0.66) 0%, rgba(16,16,16,0.44) 42%, rgba(16,16,16,0.04) 75%),
		linear-gradient(180deg, rgb(var(--red-rgb) / 0.03), rgba(0,0,0,0.24));
}
.hero::after {
	content: "";
	position: absolute;
	right: -90px;
	bottom: -95px;
	z-index: 1;
	width: 330px;
	height: 330px;
	border: 2px solid rgba(200,173,127,0.36);
	transform: rotate(45deg);
}
.editable-hero .wp-block-cover__image-background {
	z-index: 0;
	opacity: 0.8;
	filter: saturate(0.9) contrast(1.08);
}
.editable-hero .wp-block-cover__background {
	z-index: 1;
}
.editable-hero .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
}
.hero-inner {
	position: relative;
	z-index: 2;
	min-height: 0;
	max-height: none;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 54px;
	align-items: center;
	padding: clamp(44px, 5vw, 76px) 0 clamp(34px, 4vw, 58px);
}
.hero-copy {
	max-width: 820px;
}
.hero-copy h1 {
	font-size: clamp(40px, 4vw, 62px);
	line-height: 0.98;
	max-width: 820px;
}
.hero-copy p:not(.eyebrow) {
	max-width: 680px;
	color: rgba(255,255,255,0.82);
	font-size: 17px;
}
.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 26px;
}
.hero-panel {
	align-self: center;
	background: rgba(255,255,255,0.92);
	border-left: 5px solid var(--green);
	padding: 16px;
}
.hero-panel img {
	width: 118px;
	display: block;
	margin-bottom: 12px;
}
.hero-panel span {
	display: block;
	color: #1b1b1b;
	font-weight: 800;
	line-height: 1.45;
}
.hero-proof {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background: var(--red);
	color: var(--white);
	margin-bottom: -1px;
}
.hero-proof div {
	padding: 10px 20px;
	border-right: 1px solid rgba(255,255,255,0.18);
}
.hero-proof strong {
	display: block;
	font-family: var(--head);
	font-size: 23px;
	text-transform: uppercase;
	line-height: 0.95;
}
.hero-proof span {
	display: block;
	margin-top: 7px;
	color: rgba(255,255,255,0.82);
	font-size: 13px;
}

@media (min-width: 901px) {
	.hero-inner {
		align-items: center;
	}
}

.section {
	padding: clamp(44px, 5vw, 68px) 0;
	background: var(--ash);
}
.two-column,
.standards-layout,
.vision-grid,
.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
	gap: clamp(34px, 5vw, 64px);
	align-items: start;
}
.copy-stack p {
	color: var(--steel);
	font-size: 17px;
}
.check-list,
.contact-list,
.product-summary ul {
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
	display: grid;
	gap: 12px;
}
.check-list li,
.contact-list li,
.product-summary li {
	position: relative;
	padding-left: 28px;
	color: var(--text);
	font-weight: 700;
}
.check-list li::before,
.contact-list li::before,
.product-summary li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 10px;
	height: 10px;
	background: var(--red);
	transform: rotate(45deg);
}

.intro-section {
	background: linear-gradient(90deg, var(--ash) 0%, var(--ash) 62%, var(--sand-soft) 62%, var(--sand-soft) 100%);
	padding: clamp(36px, 4vw, 58px) 0;
}
.intro-section .two-column {
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(28px, 4vw, 52px);
	align-items: center;
}
.intro-section h2 {
	font-size: clamp(34px, 4vw, 54px);
	margin-bottom: 0;
}
.intro-section .copy-stack p {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.55;
}
.intro-section .check-list {
	margin-top: 18px;
	gap: 8px;
}
.intro-section .check-list li {
	font-size: 15px;
	line-height: 1.4;
}
.dark-band,
.why-section {
	background:
		linear-gradient(135deg, rgb(var(--red-rgb) / 0.16), transparent 34%),
		var(--iron);
	color: rgba(255,255,255,0.82);
}
.dark-band h2,
.why-section h2,
.dark-band h3,
.why-section h3 { color: var(--white); }
.dark-band p { color: rgba(255,255,255,0.76); }
.standard-table {
	display: grid;
	border-top: 1px solid rgba(255,255,255,0.18);
}
.standard-table span {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255,255,255,0.18);
	color: var(--white);
	font-weight: 800;
}
.standard-table b,
.why-grid article > span {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	color: var(--red);
	border: 1px solid rgb(var(--red-rgb) / 0.45);
	font-family: var(--head);
	font-size: 20px;
	line-height: 1;
}

.vision-section {
	background:
		linear-gradient(90deg, rgba(31,111,91,0.08), transparent 48%),
		#fbfaf7;
	padding: clamp(36px, 4vw, 58px) 0;
}
.vision-grid {
	grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
	align-items: center;
	gap: clamp(28px, 4vw, 48px);
}
.vision-lead {
	display: grid;
	gap: 16px;
	align-content: start;
}
.vision-lead h2 {
	margin-bottom: 0;
	font-size: clamp(30px, 3vw, 42px);
	line-height: 1;
}
.vision-media {
	position: relative;
	min-height: 0;
	aspect-ratio: 16 / 8.4;
	overflow: hidden;
	border-bottom: 5px solid var(--green);
}
.vision-media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.vision-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.22));
}
.vision-logo-badge {
	position: absolute;
	left: 18px;
	bottom: 18px;
	z-index: 2;
	max-width: 104px;
	padding: 8px;
	background: rgba(255,255,255,0.92);
	border-left: 5px solid var(--green);
	box-shadow: 0 18px 36px rgba(0,0,0,0.18);
}
.vision-logo-badge img {
	width: 100%;
	height: auto;
	display: block;
}
.vision-card {
	background: transparent;
	border: 0;
	border-left: 5px solid var(--green);
	padding: clamp(4px, 1vw, 10px) 0 clamp(4px, 1vw, 10px) clamp(22px, 3vw, 34px);
	align-self: center;
}
.vision-card strong {
	display: block;
	margin: 0 0 16px;
	color: var(--green);
	font-family: var(--head);
	font-size: clamp(22px, 2vw, 28px);
	line-height: 1;
	text-transform: uppercase;
}
.vision-card p {
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 1.5;
}

.section-head {
	max-width: 860px;
	margin-bottom: 34px;
}
.section-head p:not(.eyebrow) {
	color: var(--steel);
	font-size: 17px;
}
.industry-rows {
	border-top: 1px solid var(--line);
}
.industry-rows article {
	display: grid;
	grid-template-columns: 70px minmax(260px, 0.7fr) 1fr;
	gap: 28px;
	padding: 22px 0;
	border-bottom: 1px solid var(--line);
}
.industry-rows span {
	color: var(--red);
	font-family: var(--head);
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
}
.section-custom-icon {
	width: 54px;
	height: 54px;
	object-fit: contain;
	display: block;
}
.standard-table .section-custom-icon {
	width: 44px;
	height: 44px;
}
.industry-rows .section-custom-icon {
	align-self: center;
}
.industry-rows h3 { margin: 0; }
.industry-rows p {
	margin: 0;
	color: var(--steel);
}

.application-section {
	background: #191919;
	color: rgba(255,255,255,0.8);
}
.application-section h2 { color: var(--white); }
.application-section p { color: rgba(255,255,255,0.72); }
.application-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid rgba(255,255,255,0.16);
	border-left: 1px solid rgba(255,255,255,0.16);
}
.application-item {
	min-height: 108px;
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	align-items: center;
	gap: 20px;
	padding: 20px 22px;
	border-right: 1px solid rgba(255,255,255,0.16);
	border-bottom: 1px solid rgba(255,255,255,0.16);
	color: var(--white);
	font-weight: 800;
}
.application-item svg {
	width: 74px;
	height: 74px;
	color: var(--red);
	fill: none;
	stroke: currentColor;
	stroke-width: 2.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.application-custom-icon {
	width: 74px;
	height: 74px;
	object-fit: contain;
	display: block;
}
.application-item span {
	display: block;
}

.why-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(255,255,255,0.14);
}
.why-grid article {
	background: #202020;
	padding: 24px;
	min-height: 206px;
}
.why-grid article > span,
.why-grid .section-custom-icon {
	margin-bottom: 18px;
}
.why-grid p {
	color: rgba(255,255,255,0.72);
}

.products-section {
	background:
		linear-gradient(rgba(255,255,255,0.84), rgba(255,255,255,0.84)),
		url("../img/new-hero-slider-2.png") center / cover no-repeat;
}
.product-head,
.product-showcase-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 44px;
	max-width: none;
	align-items: end;
}
.product-hero-row {
	display: grid;
	grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1.05fr);
	gap: 26px;
	margin-bottom: 20px;
}
.product-hero-row figure,
.catalogue-grid figure,
.project-feature figure {
	position: relative;
	margin: 0;
	background: var(--coal);
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.12);
}
.product-hero-row figure {
	min-height: 360px;
}
.product-hero-row img,
.catalogue-grid img,
.project-feature img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.product-hero-row figcaption,
.catalogue-grid figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 48px 20px 18px;
	background: linear-gradient(0deg, rgba(0,0,0,0.9), transparent);
	color: var(--white);
	font-weight: 900;
	text-transform: uppercase;
}
.product-summary {
	background: var(--white);
	border-left: 5px solid var(--red);
	padding: 28px;
}
.product-showcase-section .container {
	max-width: 1120px;
}
.product-showcase-head {
	display: block;
	margin-bottom: 20px;
}
.product-showcase-head h2 {
	font-size: clamp(30px, 3vw, 42px);
}
.product-category-tabs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-bottom: 20px;
	border-left: 1px solid #fff;
}
.product-category-tabs button {
	min-height: 44px;
	border: 0;
	border-right: 1px solid #fff;
	background: #050505;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	cursor: pointer;
}
.product-category-tabs button.is-active {
	background: var(--red);
}
.product-showcase {
	display: grid;
	gap: 22px;
}
.product-category-panel {
	display: none;
}
.product-category-panel.is-active {
	display: grid;
	gap: 22px;
}
.product-showcase-row h3 {
	margin: 0 0 10px;
	color: var(--red);
	font-family: var(--body);
	font-size: 15px;
	line-height: 1.25;
	text-transform: none;
}
.product-rail-wrap {
	position: relative;
	width: min(100%, 1180px);
	margin-left: 0;
	margin-right: auto;
	padding-inline: 42px;
	overflow: hidden;
}
.product-rail {
	--product-gap: 18px;
	--product-card-width: calc((100% - (var(--product-gap) * 3)) / 4);
	overflow: hidden;
	padding-bottom: 2px;
}
.product-track {
	display: flex;
	gap: var(--product-gap);
	transform: translateX(calc(var(--product-offset, 0px) * -1));
	transition: transform 0.45s ease;
	will-change: transform;
}
.product-card {
	flex: 0 0 var(--product-card-width);
	margin: 0;
	text-align: center;
	cursor: zoom-in;
}
.product-card:focus-visible {
	outline: 3px solid var(--red);
	outline-offset: 4px;
}
.product-card img {
	width: 100% !important;
	height: auto !important;
	max-height: 150px;
	aspect-ratio: 1.22 / 1;
	display: block;
	object-fit: contain !important;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}
.product-card figcaption {
	position: static;
	margin-top: 7px;
	padding: 0;
	background: transparent;
	color: #111;
	font-size: 10px;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
}
.product-arrow {
	position: absolute;
	top: 42%;
	z-index: 2;
	width: 28px;
	height: 34px;
	padding: 0;
	border: 0;
	background: rgba(255,255,255,0.74);
	color: #111;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}
.product-arrow:hover {
	color: var(--red);
}
.product-arrow-prev {
	left: 0;
}
.product-arrow-next {
	right: 0;
}
.product-download {
	display: flex;
	justify-content: center;
	margin-top: 26px;
}
.product-modal-open {
	overflow: hidden;
}
.product-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 26px;
}
.product-modal.is-open {
	display: flex;
}
.product-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.78);
}
.product-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 980px);
	min-height: min(76vh, 680px);
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) 64px;
	align-items: center;
	gap: 14px;
	padding: clamp(18px, 3vw, 34px);
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0,0,0,0.35);
}
.product-modal__figure {
	margin: 0;
	display: grid;
	justify-items: center;
	gap: 18px;
	min-width: 0;
}
.product-modal__image {
	width: min(100%, 760px);
	max-height: 58vh;
	object-fit: contain;
	display: block;
}
.product-modal__caption {
	color: #111;
	font-size: clamp(15px, 1.4vw, 20px);
	font-weight: 900;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
}
.product-modal__close,
.product-modal__arrow {
	border: 0;
	display: grid;
	place-items: center;
	cursor: pointer;
}
.product-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 42px;
	height: 42px;
	background: var(--red);
	color: #ffffff;
	border-radius: 50%;
	font-size: 30px;
	line-height: 1;
}
.product-modal__arrow {
	width: 58px;
	height: 58px;
	background: #f3f3f3;
	color: var(--red);
	border-radius: 50%;
	font-size: 52px;
	line-height: 1;
	transition: background 0.2s ease, color 0.2s ease;
}
.product-modal__arrow:hover,
.product-modal__arrow:focus-visible {
	background: var(--red);
	color: #ffffff;
	outline: none;
}
.products-section .wp-block-gallery.catalogue-grid,
.products-section .catalogue-grid {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(120px, 1fr)) !important;
	gap: 18px !important;
	align-items: start;
}
.products-section .wp-block-gallery.catalogue-grid.has-nested-images figure.wp-block-image,
.products-section .catalogue-grid figure {
	width: auto !important;
	max-width: none !important;
	min-height: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	overflow: visible !important;
	text-align: center;
}
.products-section .wp-block-gallery.catalogue-grid.has-nested-images figure.wp-block-image img,
.products-section .catalogue-grid img {
	width: 100% !important;
	height: auto !important;
	max-height: 150px !important;
	aspect-ratio: 1.22 / 1;
	object-fit: contain !important;
	display: block;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}
.products-section .wp-block-gallery.catalogue-grid.has-nested-images figure.wp-block-image figcaption,
.products-section .catalogue-grid figcaption {
	position: static !important;
	margin-top: 7px !important;
	padding: 0 !important;
	background: transparent !important;
	color: #111 !important;
	font-size: 10px !important;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
}
.catalogue-grid,
.project-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}
.catalogue-grid figure,
.project-gallery figure {
	min-height: 210px;
}
.project-gallery img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	display: block;
}
.image-slot {
	height: 100%;
	min-height: 210px;
	display: grid;
	place-items: center;
	padding: 18px;
	background:
		linear-gradient(135deg, rgb(var(--red-rgb) / 0.22), transparent 42%),
		repeating-linear-gradient(45deg, #282828 0 12px, #222 12px 24px);
	color: rgba(255,255,255,0.78);
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.projects-section {
	background: #f4f4f1;
}
.project-kicker,
.project-card-label {
	margin: 0;
	color: var(--red);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.project-overview {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin: 30px 0 24px;
	background: #deded8;
	border: 1px solid #deded8;
}
.project-overview > div {
	display: grid;
	align-content: start;
	gap: 6px;
	min-height: 112px;
	padding: 22px 24px;
	background: #ffffff;
}
.project-overview strong {
	color: var(--red);
	font-family: var(--head);
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 900;
	line-height: 0.9;
	text-transform: uppercase;
}
.project-overview span {
	color: var(--steel);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
}
.project-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}
.project-card,
.project-card-meta > div {
	background: #fff;
}
.project-card {
	min-height: 100%;
	display: grid;
	grid-template-rows: auto 1fr;
	border: 1px solid #deded8;
	border-left: 4px solid var(--red);
	box-shadow: none;
	transition: border-color 0.2s ease, transform 0.2s ease;
}
.project-card:hover {
	transform: translateY(-2px);
	border-color: rgb(var(--red-rgb) / 0.42);
}
.project-card__top {
	padding: 20px 22px 16px;
	border-bottom: 1px solid #eeeeea;
}
.project-card-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
}
.project-card-meta > div {
	padding: 14px 18px 16px;
	border-left: 1px solid #eeeeea;
}
.project-card-meta > div:first-child {
	border-left: 0;
}
.project-list span {
	color: var(--red);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.project-list strong {
	display: block;
	margin: 10px 0 0;
	font-size: clamp(17px, 1.35vw, 22px);
	font-weight: 900;
	line-height: 1.2;
}
.project-list p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}


.faqs-section {
	background:
		linear-gradient(90deg, rgba(31,111,91,0.07), transparent 44%),
		#fff;
}
.faqs-section .two-column {
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
	align-items: center;
}
.faq-intro {
	max-width: 430px;
}
.faq-intro h2 {
	margin-bottom: 18px;
	font-size: clamp(34px, 3.5vw, 52px);
	line-height: 0.98;
}
.faq-intro p:not(.eyebrow) {
	max-width: 360px;
	color: var(--steel);
	font-weight: 700;
	line-height: 1.55;
}
.faq-list {
	display: grid;
	gap: 12px;
}
.faq-list details {
	background: #fbfaf7;
	border: 1px solid var(--line);
	border-left: 5px solid transparent;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.faq-list details[open] {
	background: var(--white);
	border-left-color: var(--red);
	box-shadow: 0 16px 34px rgba(0,0,0,0.07);
}
.faq-list summary {
	position: relative;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	min-height: 62px;
	padding: 14px 22px 14px 18px;
	cursor: pointer;
	font-family: var(--head);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.05;
	text-transform: uppercase;
	list-style: none;
}
.faq-list summary::-webkit-details-marker {
	display: none;
}
.faq-list summary::before {
	content: "+";
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	background: var(--coal);
	color: var(--white);
	font-family: var(--body);
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
}
.faq-list details[open] summary::before {
	content: "-";
	background: var(--red);
}
.faq-list summary span {
	display: block;
}
.faq-list p {
	margin: -2px 22px 20px 66px;
	color: var(--steel);
	font-size: 15px;
	line-height: 1.55;
}

.contact-section {
	background:
		linear-gradient(135deg, rgb(var(--red-rgb) / 0.18), transparent 38%),
		var(--coal);
	color: rgba(255,255,255,0.76);
}
.contact-section .contact-layout {
	align-items: stretch;
}
.contact-section .contact-layout > div:first-child {
	display: grid;
	align-content: start;
	padding: clamp(28px, 4vw, 46px);
	background: #1f1f1f;
	border-left: 5px solid var(--red);
	min-height: 100%;
}
.contact-section h2 {
	color: var(--white);
	max-width: 560px;
}
.contact-section .contact-layout > div:first-child > p:not(.eyebrow) {
	max-width: 520px;
	color: rgba(255,255,255,0.72);
	font-size: 16px;
	line-height: 1.7;
}
.contact-list a {
	color: var(--white);
	text-decoration: none;
}
.contact-list {
	gap: 10px;
	margin-top: 30px;
}
.contact-list li {
	color: var(--white);
	padding: 14px 16px 14px 42px;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.09);
}
.contact-list li::before {
	left: 18px;
	top: 22px;
}
.form-container,
.form-placeholder,
.contact-section .wpcf7,
.contact-section .wpcf7-form {
	background: #fff;
	border-radius: 0;
}
.form-container {
	padding: clamp(24px, 4vw, 42px);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
	border-top: 5px solid var(--red);
}
.form-placeholder {
	padding: 0;
	box-shadow: none;
	border-top: 0;
}
.form-placeholder .contact-message-status {
	padding: 16px 20px;
	margin-bottom: 24px;
	border-radius: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	border-left: 4px solid;
}
.contact-section .wpcf7-form .wpcf7-response-output {
	display: none !important;
	padding: 16px 20px !important;
	margin: 18px 0 0 !important;
	border: 0 !important;
	border-left: 4px solid transparent !important;
	border-radius: 0 !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}
.contact-section .wpcf7-form.sent .wpcf7-response-output,
.contact-section .wpcf7-form.invalid .wpcf7-response-output,
.contact-section .wpcf7-form.failed .wpcf7-response-output,
.contact-section .wpcf7-form.aborted .wpcf7-response-output,
.contact-section .wpcf7-form.unaccepted .wpcf7-response-output,
.contact-section .wpcf7-form.spam .wpcf7-response-output {
	display: block !important;
}
.form-placeholder .contact-message-status.success,
.contact-section .wpcf7-form.sent .wpcf7-response-output {
	background: #d4edda;
	color: #155724;
	border-left-color: #28a745;
}
.form-placeholder .contact-message-status.error,
.contact-section .wpcf7-form.invalid .wpcf7-response-output,
.contact-section .wpcf7-form.failed .wpcf7-response-output,
.contact-section .wpcf7-form.aborted .wpcf7-response-output,
.contact-section .wpcf7-form.unaccepted .wpcf7-response-output {
	background: #f8d7da;
	color: #721c24;
	border-left-color: #dc3545;
}
.contact-section .wpcf7-form.spam .wpcf7-response-output {
	background: #fff3cd;
	color: #856404;
	border-left-color: #ffc107;
}
.form-placeholder .form-row,
.contact-section .sifsa-cf7-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	margin-bottom: 0;
}
.form-placeholder .form-group {
	margin-bottom: 18px;
}
.form-placeholder .form-group:last-of-type {
	margin-bottom: 0;
}
.form-placeholder label,
.contact-section .wpcf7-form label {
	display: block;
	margin: 0 0 18px;
	margin-top: 0;
	font-weight: 800;
	color: #1f1f1f;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-family: var(--body);
	line-height: 1.4;
}
.form-placeholder input[type="text"],
.form-placeholder input[type="email"],
.form-placeholder input[type="tel"],
.form-placeholder textarea,
.contact-section .wpcf7-form input[type="text"],
.contact-section .wpcf7-form input[type="email"],
.contact-section .wpcf7-form input[type="tel"],
.contact-section .wpcf7-form textarea {
	width: 100%;
	padding: 14px 15px;
	border: 1px solid #d9d9d4;
	background: #f7f7f4;
	color: #1f1f1f;
	font-family: inherit;
	font-size: 15px;
	line-height: 1.5;
	border-radius: 0;
	transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
	display: block;
	margin: 8px 0 0;
}
.form-placeholder input[type="text"]:focus,
.form-placeholder input[type="email"]:focus,
.form-placeholder input[type="tel"]:focus,
.form-placeholder textarea:focus,
.contact-section .wpcf7-form input[type="text"]:focus,
.contact-section .wpcf7-form input[type="email"]:focus,
.contact-section .wpcf7-form input[type="tel"]:focus,
.contact-section .wpcf7-form textarea:focus {
	outline: none;
	border-color: var(--red);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(196, 18, 48, 0.1);
}
.form-placeholder input[type="text"],
.form-placeholder input[type="email"],
.form-placeholder input[type="tel"],
.contact-section .wpcf7-form input[type="text"],
.contact-section .wpcf7-form input[type="email"],
.contact-section .wpcf7-form input[type="tel"] {
	height: 50px;
}
.form-placeholder textarea,
.contact-section .wpcf7-form textarea {
	min-height: 92px;
	height: 110px;
	resize: vertical;
}
.form-placeholder .form-submit {
	margin-top: 8px;
}
.form-placeholder .btn-primary,
.contact-section .wpcf7-form .wpcf7-submit {
	width: 100%;
	height: 52px;
	font-size: 15px;
	letter-spacing: 0.5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	background: var(--red);
	color: #fff;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 900;
	cursor: pointer;
}
.form-placeholder .btn-primary:hover,
.contact-section .wpcf7-form .wpcf7-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(196, 18, 48, 0.3);
	background: var(--red-dark);
}
.form-placeholder .btn-primary svg {
	width: 18px;
	height: 18px;
}
.contact-section .wpcf7,
.contact-section .wpcf7-form {
	padding: 0 !important;
	box-shadow: none !important;
	border-top: 0 !important;
}
.contact-section .wpcf7 .screen-reader-response {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}
.contact-section .wpcf7 .screen-reader-response p,
.contact-section .wpcf7 .screen-reader-response ul {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
.contact-section .wpcf7 .hidden-fields-container,
.contact-section .wpcf7 input[type="hidden"] {
	display: none !important;
}
.contact-section .wpcf7-form .wpcf7-not-valid-tip {
	color: #dc3545 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	margin-top: 4px !important;
}
.contact-section .wpcf7-form p {
	margin-bottom: 18px !important;
	padding: 0 !important;
}
.contact-section .wpcf7-form p:last-child {
	margin-bottom: 0 !important;
}
.contact-section .wpcf7-spinner {
	margin: 14px 0 0 12px !important;
}

@media (max-width: 620px) {
	.contact-section .contact-layout > div:first-child,
	.form-container {
		padding: 24px;
	}
	.form-placeholder .form-row,
	.contact-section .sifsa-cf7-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}
}

/* ===== Footer ===== */
.site-footer {
	position: relative;
	overflow: hidden;
	background: #242424;
	color: #fff;
}
.site-footer::after {
	content: "";
	position: absolute;
	right: -24px;
	top: 235px;
	width: 120px;
	height: 120px;
	border: 2px solid var(--red);
	transform: rotate(55deg);
}
.footer-top-rule {
	height: 5px;
	background: var(--red);
	margin-bottom: clamp(40px, 5vw, 64px);
}
.footer-inner {
	width: min(100% - 58px, 1620px);
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
	gap: clamp(28px, 3vw, 48px);
	padding-bottom: clamp(40px, 5vw, 64px);
}
.footer-branding {
	display: grid;
	gap: 18px;
	align-content: start;
}
.footer-logo-row {
	display: flex;
	align-items: center;
	gap: 14px;
}
.footer-logo-row img {
	width: 60px;
	max-height: 60px;
	object-fit: contain;
}
.footer-logo-row strong {
	display: block;
	font-family: var(--head);
	font-size: clamp(24px, 2vw, 32px);
	font-weight: 900;
	line-height: 0.9;
	color: var(--white);
	text-transform: uppercase;
}
.footer-logo-row span {
	display: block;
	color: var(--red);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.9px;
}
.footer-branding p {
	margin: 0;
	color: rgba(255,255,255,0.68);
	font-size: 15px;
	line-height: 1.6;
	max-width: 360px;
}
.footer-certifications {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.footer-certifications span {
	padding: 6px 12px;
	border: 1px solid rgba(255,255,255,0.22);
	border-radius: 2px;
	color: rgba(255,255,255,0.82);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.footer-navigation,
.footer-products,
.footer-contact {
	display: grid;
	gap: 16px;
	align-content: start;
}
.footer-navigation h3,
.footer-products h3,
.footer-contact h3 {
	margin: 0 0 6px;
	color: var(--white);
	font-size: 20px;
}
.footer-menu,
.footer-products ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}
.footer-menu li,
.footer-products li {
	position: relative;
	padding-left: 16px;
}
.footer-menu li::before,
.footer-products li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid var(--red);
}
.footer-menu a,
.footer-products a,
.footer-contact a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	transition: color 0.2s ease, padding-left 0.2s ease;
}
.footer-menu a:hover,
.footer-products a:hover,
.footer-contact a:hover {
	color: var(--red);
	padding-left: 4px;
}
.footer-contact strong {
	color: var(--red);
}
.footer-contact span {
	color: rgba(255,255,255,0.72);
	font-size: 15px;
}
.footer-socials {
	display: flex;
	gap: 12px;
	margin-top: 18px;
}
.footer-socials a {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255,255,255,0.82);
	border-radius: 50%;
	color: var(--white);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease;
}
.footer-socials svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: currentColor;
}
.footer-socials a:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--red);
}
.floating-enquiry {
	position: fixed;
	right: 6px;
	top: 52%;
	z-index: 140;
	transform: translateY(-50%) rotate(-90deg);
	transform-origin: right center;
	background: var(--red);
	color: #fff;
	padding: 14px 22px;
	border-radius: 4px 4px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
}
.floating-enquiry:hover {
	background: var(--red-dark);
}
.footer-bottom {
	background: var(--red);
}

.footer-bottom-company {
	position: relative;
	isolation: isolate;
	margin-top: 0;
	display: block;
	width: 100%;
	max-width: none;
	height: clamp(150px, 12.6vw, 205px);
	min-height: 150px;
	padding: 0;
	background: var(--red);
	overflow: hidden;
	box-shadow: none;
}

.footer-bottom-company::before {
	content: "";
	position: absolute;
	left: 39%;
	right: 0;
	top: 29%;
	bottom: 14px;
	height: auto;
	background: #ffffff;
	clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
	pointer-events: none;
	z-index: 0;
}

.footer-bottom-company::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 14px;
	background: #ffffff;
	pointer-events: none;
	z-index: 0;
}

.footer-bottom-company .company-info-bar__name::before {
	display: none;
}

.footer-bottom-company .company-info-bar__logo::before {
	display: none;
}

.footer-bottom-company > * {
	position: relative;
	z-index: 1;
}

.footer-bottom-company .company-info-bar__details {
	display: grid;
	gap: 0;
	position: absolute;
	left: clamp(26px, 7vw, 100px);
	top: 34%;
	padding: 0;
}

.footer-bottom-company .company-info-bar__details p {
	margin: 0;
	color: #ffffff;
	font-size: clamp(16px, 1.45vw, 28px);
	font-weight: 500;
	line-height: 1.08;
	letter-spacing: 0;
	white-space: nowrap;
}

.footer-bottom-company .company-info-bar__details strong {
	font-weight: 500;
}

.footer-bottom-company .company-info-bar__logo {
	flex-shrink: 0;
	position: absolute;
	left: 50.8%;
	top: 20%;
	z-index: 3;
	transform: translateX(-50%);
	width: clamp(116px, 9.6vw, 176px);
	height: clamp(116px, 9.6vw, 176px);
	display: grid;
	place-items: center;
	padding: clamp(12px, 1vw, 18px);
	background: #ffffff;
	border-radius: 50%;
	border: clamp(4px, 0.42vw, 7px) solid var(--red);
	box-shadow: 0 0 0 1px rgba(196, 18, 48, 0.08);
	overflow: visible;
}

.footer-bottom-company .company-info-bar__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer-bottom-company .company-info-bar__name {
	display: grid;
	justify-items: center;
	text-align: center;
	gap: clamp(10px, 1.35vw, 22px);
	position: absolute;
	left: 59%;
	right: clamp(56px, 5vw, 92px);
	top: 50%;
	transform: translateY(-10%);
	padding: 0;
	overflow: visible;
}

.footer-bottom-company .company-info-bar__name-ar {
	color: var(--red);
	font-family: Tahoma, "Arial Unicode MS", "Segoe UI", Arial, sans-serif;
	font-size: clamp(16px, 1.7vw, 29px);
	font-weight: 900;
	line-height: 1.05;
	white-space: nowrap;
	max-width: 100%;
}

.footer-bottom-company .company-info-bar__name-en {
	color: var(--red);
	font-size: clamp(16px, 1.6vw, 28px);
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
	max-width: 100%;
}

/* Thin divider between the company row and the copyright row */
.footer-bottom-rule {
	height: 1px;
	background: rgba(255, 255, 255, 0.28);
	max-width: 1200px;
	margin: 0 auto;
}

.footer-bottom-inner {
	width: min(100% - 58px, 1620px);
	min-height: 76px;
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
}

.footer-bottom p { margin: 0; }

.footer-credit {
	font-size: 12px;
	font-weight: 600;
	margin-left: auto;
	text-align: right;
}

.footer-credit a {
	color: #fff !important;
	text-decoration: none;
}

.footer-credit a:hover {
	color: #fff !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 1180px) {
	.footer-bottom-company {
		height: clamp(132px, 15vw, 176px);
		min-height: 132px;
	}

	.footer-bottom-company::before {
		left: 39%;
		top: 29%;
	}

	.footer-bottom-company::after {
		left: 0;
	}

	.footer-bottom-company .company-info-bar__details p {
		font-size: clamp(15px, 2.1vw, 24px);
	}

	.footer-bottom-company .company-info-bar__details {
		left: 34px;
		top: 34%;
	}

	.footer-bottom-company .company-info-bar__logo {
		top: 20%;
		width: clamp(104px, 12.5vw, 148px);
		height: clamp(104px, 12.5vw, 148px);
		padding: 14px;
		border-width: 6px;
	}

	.footer-bottom-company .company-info-bar__name {
		gap: 12px;
		left: 59%;
		right: 68px;
		top: 50%;
	}

	.footer-bottom-company .company-info-bar__name-ar {
		font-size: clamp(16px, 2.6vw, 28px);
	}

	.footer-bottom-company .company-info-bar__name-en {
		font-size: clamp(16px, 2.4vw, 26px);
	}
}

/* Tablet */
@media (max-width: 768px) {
	.footer-bottom-company {
		display: grid;
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		gap: 14px;
		height: auto;
		min-height: auto;
		padding: 24px 18px;
	}

	.footer-bottom-company::before {
		left: 0;
		top: 48%;
		height: auto;
		clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
	}

	.footer-bottom-company::after {
		display: none;
	}

	.footer-bottom-company .company-info-bar__details,
	.footer-bottom-company .company-info-bar__name {
		justify-items: center;
		text-align: center;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
	}

	.footer-bottom-company .company-info-bar__logo {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
	}

	.footer-bottom-company .company-info-bar__name {
		padding-right: 0;
		padding-top: 14px;
		padding-bottom: 0;
	}
}

/* Mobile */
@media (max-width: 480px) {
	.footer-bottom-company {
		padding: 16px 14px;
		min-height: auto;
	}

	.footer-bottom-company .company-info-bar__details p {
		font-size: 16px;
	}

	.footer-bottom-company .company-info-bar__logo {
		width: 112px;
		height: 112px;
		padding: 14px;
		border-width: 6px;
		margin-bottom: 0;
	}

	.footer-bottom-company .company-info-bar__name-ar,
	.footer-bottom-company .company-info-bar__name-en {
		white-space: normal;
	}

	.footer-bottom-company .company-info-bar__name-en {
		font-size: 20px;
	}
}


@media (max-width: 1180px) {
	.header-inner { width: min(100% - 32px, var(--container)); }
	.header-actions { display: none; }
	.primary-menu { gap: 22px; }
	.footer-inner { grid-template-columns: 1fr 1fr; }
	.catalogue-grid,
	.products-section .wp-block-gallery.catalogue-grid,
	.project-gallery,
	.project-list,
	.why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.product-head {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.product-rail {
		--product-gap: 16px;
	}
	.product-rail-wrap {
		width: 100%;
	}
}

@media (max-width: 1500px) and (min-width: 901px) {
	.hero-copy {
		max-width: 760px;
	}

	.hero-copy h1 {
		font-size: clamp(40px, 4.2vw, 64px);
	}

	.hero-copy p:not(.eyebrow) {
		max-width: 620px;
	}
}

@media (max-width: 900px) {
	:root {
		--header-height: 77px;
	}

	.menu-toggle { display: block; margin-left: auto; }
	.site-header {
		position: fixed;
	}
	.header-inner {
		min-height: 72px;
	}
	.primary-navigation {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #fff;
		border-bottom: 1px solid #ddd;
		display: none;
	}
	body.nav-open .primary-navigation { display: block; }
	.primary-menu {
		width: min(100% - 32px, var(--container));
		margin: 0 auto;
		padding: 20px 0;
		display: grid;
		gap: 16px;
	}
	.primary-menu a {
		display: inline-block;
		width: fit-content;
	}
	.primary-menu a::after { bottom: -7px; }
	.hero-inner,
	.two-column,
	.standards-layout,
	.vision-grid,
	.contact-layout,
	.product-head,
	.product-hero-row,
	.project-feature {
		grid-template-columns: 1fr;
	}
	.hero {
		min-height: auto;
		max-height: none;
		padding-top: 0;
	}
	body.admin-bar .hero {
		min-height: auto;
	}
	.site-main {
		padding-top: var(--header-height);
	}
	.intro-section {
		min-height: auto;
	}
	.hero::after {
		width: 190px;
		height: 190px;
		right: -70px;
		bottom: -65px;
	}
	.hero-inner {
		min-height: auto;
		max-height: none;
		padding: 36px 0 28px;
		gap: 28px;
	}
	.hero-panel {
		max-width: 340px;
		padding: 18px;
	}
	.vision-media {
		min-height: 280px;
	}
	.vision-logo-badge {
		left: 16px;
		bottom: 16px;
		max-width: 108px;
		padding: 9px;
	}
	.hero-panel img {
		width: 130px;
		margin-bottom: 14px;
	}
	.hero-proof {
		grid-template-columns: 1fr;
	}
	.hero-proof div {
		padding: 12px 18px;
	}
	.industry-rows article {
		grid-template-columns: 52px 1fr;
		gap: 16px;
	}
	.industry-rows p {
		grid-column: 2;
	}
	.application-item {
		min-height: 76px;
	}
	.product-hero-row figure,
	.project-feature figure {
		min-height: 280px;
	}
	.project-overview {
		grid-template-columns: 1fr;
	}
	.catalogue-grid figure,
	.image-slot {
		min-height: 190px;
	}
	.footer-inner {
		width: min(100% - 32px, 720px);
		grid-template-columns: 1fr;
		gap: 34px;
		padding: 42px 0;
	}
	.footer-bottom-inner {
		width: min(100% - 32px, 720px);
		display: grid;
		align-content: center;
		font-size: 14px;
	}
	.floating-enquiry { display: none; }
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 0;
	}
	body.admin-bar .site-main {
		padding-top: var(--header-height);
	}
}

@media (max-width: 620px) {
	.container { width: min(100% - 28px, var(--container)); }
	.header-inner {
		width: min(100% - 24px, 100%);
		min-height: 68px;
	}
	.site-branding { min-width: 0; }
	.site-branding img {
		width: 48px;
		max-height: 48px;
	}
	.brand-copy strong { font-size: 22px; }
	.brand-copy span { display: none; }
	.menu-toggle {
		flex: 0 0 44px;
	}
	h1 { font-size: 38px; }
	h2 { font-size: 31px; }
	h3 { font-size: 24px; }
	p { font-size: 15px; }
	.section { padding: 54px 0; }
	.eyebrow {
		font-size: 11px;
		letter-spacing: 1px;
	}
	.hero-slide {
		opacity: 0.52;
		background-position: 62% center;
	}
	.hero-slide:not(.is-active) {
		opacity: 0;
	}
	.hero-dots {
		left: 14px;
		right: auto;
		bottom: 16px;
	}
	.hero-inner {
		padding: 34px 0 20px;
	}
	.hero-copy p:not(.eyebrow) {
		font-size: 15px;
	}
	.hero-actions,
	.btn { width: 100%; }
	.hero-proof strong {
		font-size: 22px;
	}
	.hero-proof span {
		font-size: 13px;
	}
	.copy-stack p {
		font-size: 15px;
	}
	.check-list,
	.contact-list,
	.product-summary ul {
		gap: 9px;
	}
	.check-list li,
	.contact-list li,
	.product-summary li {
		font-size: 14px;
	}
	.catalogue-grid,
	.products-section .wp-block-gallery.catalogue-grid,
	.project-gallery,
	.project-list,
	.why-grid,
	.application-grid {
		grid-template-columns: 1fr;
	}
	.project-overview > div {
		min-height: auto;
		padding: 18px;
	}
	.project-card-meta {
		grid-template-columns: 1fr;
	}
	.project-card-meta > div {
		border-left: 0;
		border-top: 1px solid #eeeeea;
	}
	.industry-rows article {
		grid-template-columns: 1fr;
		padding: 20px 0;
	}
	.industry-rows p {
		grid-column: auto;
	}
	.industry-rows span {
		font-size: 22px;
	}
	.why-grid article {
		min-height: auto;
		padding: 22px;
	}
	.product-summary {
		padding: 22px;
	}
	.product-category-tabs {
		grid-template-columns: 1fr 1fr;
	}
	.product-category-tabs button {
		font-size: 11px;
	}
	.product-modal {
		padding: 16px;
	}
	.product-modal__dialog {
		grid-template-columns: 46px minmax(0, 1fr) 46px;
		gap: 8px;
		min-height: 58vh;
		padding: 48px 12px 22px;
	}
	.product-modal__arrow {
		width: 42px;
		height: 42px;
		font-size: 38px;
	}
	.product-modal__close {
		width: 38px;
		height: 38px;
		font-size: 26px;
	}
	.product-rail {
		--product-gap: 14px;
		--product-card-width: calc((100% - var(--product-gap)) / 2);
	}
	.product-rail-wrap {
		padding-inline: 28px;
	}
	.product-card figcaption {
		font-size: 9px;
	}
	.product-hero-row figure,
	.catalogue-grid figure,
	.project-feature figure,
	.image-slot {
		min-height: 220px;
	}
	.project-list article {
		min-height: auto;
	}
	.project-card__top,
	.project-card-meta > div {
		padding-inline: 18px;
	}
	.faq-list summary {
		grid-template-columns: 30px minmax(0, 1fr);
		gap: 12px;
		min-height: 58px;
		padding: 13px 16px;
		font-size: 20px;
		line-height: 1.05;
	}
	.faq-list summary::before {
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
	.faq-list p {
		margin: -2px 16px 18px 58px;
		font-size: 14px;
	}
	.form-placeholder {
		padding: 22px;
	}
	.footer-logo-row strong { font-size: 28px; }
	.footer-bottom-inner {
		min-height: 64px;
	}
}

@media (max-width: 420px) {
	.container { width: min(100% - 22px, var(--container)); }
	.header-inner {
		width: min(100% - 20px, 100%);
	}
	.site-branding img {
		width: 44px;
		max-height: 44px;
	}
	.brand-copy strong {
		font-size: 19px;
	}
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 28px;
	}
	.hero-panel {
		max-width: none;
	}
	.product-hero-row figure,
	.catalogue-grid figure,
	.project-feature figure,
	.image-slot {
		min-height: 190px;
	}
}

/* ===== Mobile hardening pass ===== */
@media (max-width: 900px) {
	body.nav-open {
		overflow: hidden;
	}

	.primary-navigation {
		max-height: calc(100vh - var(--header-height));
		overflow-y: auto;
		box-shadow: 0 16px 36px rgba(0,0,0,0.12);
	}

	.primary-menu {
		padding: 18px 0 22px;
	}

	.primary-menu a {
		font-size: 15px;
		padding: 4px 0;
	}

	.hero-copy,
	.section-head,
	.copy-stack {
		max-width: 100%;
	}

	.hero-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.contact-section .contact-layout > div:first-child,
	.form-container {
		min-width: 0;
	}

	.footer-bottom-company {
		overflow: hidden;
	}
}

@media (max-width: 700px) {
	:root {
		--header-height: 73px;
	}

	.site-main {
		padding-top: var(--header-height);
	}

	.header-inner {
		gap: 12px;
	}

	.brand-copy strong {
		max-width: 48vw;
		overflow-wrap: anywhere;
		white-space: normal;
		line-height: 0.92;
	}

	.hero-copy h1 {
		font-size: clamp(34px, 11vw, 50px);
		line-height: 0.95;
	}

	.hero-copy p:not(.eyebrow),
	.section-head > p:not(.eyebrow) {
		max-width: 100%;
	}

	.product-category-tabs {
		display: flex;
		gap: 8px;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: thin;
	}

	.product-category-tabs button {
		flex: 0 0 auto;
		min-width: 148px;
		white-space: nowrap;
	}

	.product-rail {
		--product-card-width: 100%;
	}

	.product-card img {
		max-height: 190px;
	}

	.product-modal__dialog {
		grid-template-columns: 1fr;
		width: min(100%, 520px);
		min-height: auto;
	}

	.product-modal__figure {
		order: 1;
	}

	.product-modal__arrow {
		position: absolute;
		top: 50%;
		z-index: 2;
		transform: translateY(-50%);
		background: rgba(196, 18, 48, 0.92);
		color: #fff;
	}

	.product-modal__arrow--prev {
		left: 10px;
	}

	.product-modal__arrow--next {
		right: 10px;
	}

	.product-modal__image {
		max-height: 52vh;
		padding-inline: 36px;
	}

	.project-overview {
		margin-top: 22px;
	}

	.project-card {
		border-left-width: 3px;
	}

	.contact-section .contact-layout > div:first-child,
	.form-container {
		padding: 24px 20px;
	}

	.contact-list li {
		padding-right: 12px;
		overflow-wrap: anywhere;
	}

	.footer-bottom-company {
		gap: 12px;
	}

	.footer-bottom-company .company-info-bar__details p {
		white-space: normal;
		text-align: center;
	}

	.footer-bottom-company .company-info-bar__name-ar,
	.footer-bottom-company .company-info-bar__name-en {
		font-size: clamp(17px, 5vw, 22px);
		line-height: 1.12;
	}

	.footer-bottom-inner {
		justify-items: center;
		text-align: center;
	}

	.footer-credit {
		margin-left: 0;
		text-align: center;
	}
}

@media (max-width: 480px) {
	body {
		line-height: 1.55;
	}

	.header-inner {
		min-height: 64px;
	}

	.site-branding {
		gap: 8px;
		max-width: calc(100% - 56px);
	}

	.brand-copy strong {
		font-size: 17px;
		max-width: 42vw;
	}

	.menu-toggle {
		width: 42px;
		height: 42px;
		padding: 11px;
	}

	.section {
		padding: 44px 0;
	}

	.hero-inner {
		padding-top: 28px;
	}

	.hero-copy h1 {
		font-size: clamp(31px, 12vw, 42px);
	}

	.hero-panel {
		width: 100%;
	}

	.btn,
	.quote-button,
	.header-call {
		min-height: 46px;
	}

	.product-rail-wrap {
		padding-inline: 24px;
	}

	.product-arrow {
		width: 24px;
		height: 32px;
		font-size: 25px;
	}

	.product-modal {
		padding: 10px;
	}

	.product-modal__dialog {
		padding: 48px 10px 18px;
	}

	.product-modal__image {
		padding-inline: 30px;
	}

	.form-placeholder input[type="text"],
	.form-placeholder input[type="email"],
	.form-placeholder input[type="tel"],
	.contact-section .wpcf7-form input[type="text"],
	.contact-section .wpcf7-form input[type="email"],
	.contact-section .wpcf7-form input[type="tel"] {
		height: 46px;
	}

	.form-placeholder textarea,
	.contact-section .wpcf7-form textarea {
		height: 96px;
		min-height: 84px;
	}

	.footer-logo-row {
		align-items: flex-start;
	}

	.footer-logo-row img {
		width: 50px;
		max-height: 50px;
	}

	.footer-logo-row strong {
		font-size: 24px;
		line-height: 0.95;
	}

	.footer-certifications span {
		flex: 1 1 calc(50% - 10px);
		text-align: center;
	}

	.footer-bottom-company .company-info-bar__logo {
		width: 100px;
		height: 100px;
		padding: 12px;
	}
}

@media (max-width: 360px) {
	.container {
		width: min(100% - 18px, var(--container));
	}

	.brand-copy strong {
		font-size: 15px;
	}

	.hero-copy h1 {
		font-size: 30px;
	}

	.product-category-tabs button {
		min-width: 132px;
		font-size: 10px;
	}

	.footer-bottom-company .company-info-bar__details p {
		font-size: 14px;
	}
}
