/*
Theme Name: Elbro Pro
Theme URI: https://elbro.nl/
Description: Maatwerk Astra-childtheme voor Elbro Rietschoten. Ontworpen voor WooCommerce, projecten, service en de beveiligde LUMC- en Marine-portalen.
Author: Elbro Rietschoten
Author URI: https://elbro.nl/
Template: astra
Version: 1.3.3
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: elbro-pro
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--elbro-blue: #00aeee;
	--elbro-blue-deep: #007fb2;
	--elbro-blue-soft: #e9f8fd;
	--elbro-yellow: #fff200;
	--elbro-ink: #071922;
	--elbro-ink-soft: #12303e;
	--elbro-steel: #d7e2e7;
	--elbro-mist: #f3f7f8;
	--elbro-white: #ffffff;
	--elbro-muted: #5f717b;
	--elbro-line: #dce6ea;
	--elbro-success: #14805e;
	--elbro-danger: #b42318;
	--elbro-shadow-sm: 0 8px 24px rgba(7, 25, 34, 0.08);
	--elbro-shadow-lg: 0 28px 70px rgba(7, 25, 34, 0.16);
	--elbro-radius-sm: 10px;
	--elbro-radius: 18px;
	--elbro-radius-lg: 28px;
	--elbro-container: 1320px;
	--elbro-gutter: clamp(20px, 4vw, 56px);
}

html {
	scroll-behavior: smooth;
}

body.elbro-pro-theme {
	margin: 0;
	background: var(--elbro-white);
	color: var(--elbro-ink);
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.elbro-pro-theme *,
.elbro-pro-theme *::before,
.elbro-pro-theme *::after {
	box-sizing: border-box;
}

.elbro-pro-theme img {
	max-width: 100%;
	height: auto;
}

.elbro-pro-theme a {
	color: var(--elbro-blue-deep);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.elbro-pro-theme a:hover,
.elbro-pro-theme a:focus {
	color: var(--elbro-ink);
}

.elbro-pro-theme h1,
.elbro-pro-theme h2,
.elbro-pro-theme h3,
.elbro-pro-theme h4,
.elbro-pro-theme h5,
.elbro-pro-theme h6 {
	margin: 0 0 0.65em;
	color: var(--elbro-ink);
	font-family: Poppins, Inter, "Segoe UI", sans-serif;
	font-weight: 750;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.elbro-pro-theme h1 {
	font-size: clamp(2.7rem, 6vw, 5.8rem);
}

.elbro-pro-theme h2 {
	font-size: clamp(2.05rem, 4vw, 3.8rem);
}

.elbro-pro-theme h3 {
	font-size: clamp(1.3rem, 2.1vw, 1.8rem);
}

.elbro-pro-theme h4 {
	font-size: 1.12rem;
}

.elbro-pro-theme p {
	margin: 0 0 1.25em;
}

.elbro-pro-theme ::selection {
	background: var(--elbro-yellow);
	color: var(--elbro-ink);
}

.elbro-pro-theme :focus-visible {
	outline: 3px solid var(--elbro-yellow);
	outline-offset: 3px;
}

html.elbro-menu-open {
	overflow: hidden;
}

.elbro-container {
	width: min(calc(100% - (2 * var(--elbro-gutter))), var(--elbro-container));
	margin-inline: auto;
}

.elbro-container--narrow {
	width: min(calc(100% - (2 * var(--elbro-gutter))), 860px);
	margin-inline: auto;
}

.elbro-section {
	position: relative;
	padding-block: clamp(76px, 9vw, 132px);
}

.elbro-section--compact {
	padding-block: clamp(52px, 6vw, 84px);
}

.elbro-section--mist {
	background: var(--elbro-mist);
}

.elbro-section--ink {
	background: var(--elbro-ink);
	color: var(--elbro-white);
}

.elbro-section--ink h2,
.elbro-section--ink h3,
.elbro-section--ink h4 {
	color: var(--elbro-white);
}

.elbro-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--elbro-blue-deep);
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.13em;
	line-height: 1.3;
	text-transform: uppercase;
}

.elbro-eyebrow::before {
	width: 34px;
	height: 4px;
	background: linear-gradient(90deg, var(--elbro-yellow) 0 38%, var(--elbro-blue) 38% 100%);
	content: "";
}

.elbro-section--ink .elbro-eyebrow {
	color: #8eddf8;
}

.elbro-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(250px, 0.48fr);
	align-items: end;
	gap: clamp(30px, 6vw, 90px);
	margin-bottom: clamp(38px, 5vw, 68px);
}

.elbro-section-heading h2,
.elbro-section-heading p {
	margin-bottom: 0;
}

.elbro-section-heading p {
	color: var(--elbro-muted);
	font-size: 1.05rem;
}

.elbro-section--ink .elbro-section-heading p {
	color: #b8c8cf;
}

.elbro-button,
.elbro-pro-theme .button,
.elbro-pro-theme button:not(.menu-toggle):not(.elbro-menu-toggle):not(.elbro-search-toggle),
.elbro-pro-theme input[type="submit"] {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 22px;
	border: 1px solid var(--elbro-blue);
	border-radius: 8px;
	background: var(--elbro-blue);
	box-shadow: none;
	color: var(--elbro-white);
	font-family: inherit;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.elbro-button:hover,
.elbro-button:focus,
.elbro-pro-theme .button:hover,
.elbro-pro-theme .button:focus,
.elbro-pro-theme button:not(.menu-toggle):not(.elbro-menu-toggle):not(.elbro-search-toggle):hover,
.elbro-pro-theme input[type="submit"]:hover {
	transform: translateY(-2px);
	border-color: var(--elbro-ink);
	background: var(--elbro-ink);
	box-shadow: var(--elbro-shadow-sm);
	color: var(--elbro-white);
}

.elbro-button--yellow {
	border-color: var(--elbro-yellow);
	background: var(--elbro-yellow);
	color: var(--elbro-ink);
}

.elbro-button--yellow:hover,
.elbro-button--yellow:focus {
	border-color: var(--elbro-white);
	background: var(--elbro-white);
	color: var(--elbro-ink);
}

.elbro-button--ghost {
	border-color: var(--elbro-line);
	background: transparent;
	color: var(--elbro-ink);
}

.elbro-section--ink .elbro-button--ghost,
.elbro-hero .elbro-button--ghost {
	border-color: rgba(255, 255, 255, 0.34);
	color: var(--elbro-white);
}

.elbro-button svg {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
}

.screen-reader-text,
.elbro-screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.elbro-skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--elbro-yellow);
	color: var(--elbro-ink);
}

/* Header */
.elbro-topbar {
	position: relative;
	z-index: 50;
	background: var(--elbro-ink);
	color: #d6e3e8;
	font-size: 0.76rem;
	font-weight: 650;
}

.elbro-topbar__inner {
	display: flex;
	min-height: 38px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.elbro-topbar__items {
	display: flex;
	align-items: center;
	gap: 24px;
}

.elbro-topbar a,
.elbro-topbar a:hover,
.elbro-topbar a:focus {
	color: inherit;
	text-decoration: none;
}

.elbro-topbar__item {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.elbro-topbar__item svg {
	width: 14px;
	height: 14px;
	color: var(--elbro-blue);
}

.elbro-topbar__service {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--elbro-white);
	font-weight: 800;
}

.elbro-topbar__service::before {
	width: 8px;
	height: 8px;
	border: 2px solid var(--elbro-ink);
	border-radius: 50%;
	background: var(--elbro-yellow);
	box-shadow: 0 0 0 2px var(--elbro-yellow);
	content: "";
}

.elbro-site-header {
	position: sticky;
	top: 0;
	z-index: 45;
	border-bottom: 1px solid rgba(7, 25, 34, 0.09);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 4px 22px rgba(7, 25, 34, 0.04);
	backdrop-filter: blur(16px);
}

.elbro-site-header.is-scrolled {
	box-shadow: 0 12px 34px rgba(7, 25, 34, 0.1);
}

.admin-bar .elbro-site-header {
	top: 32px;
}

.elbro-header__inner {
	display: grid;
	min-height: 86px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(18px, 3vw, 42px);
}

.elbro-header__brand,
.elbro-header__brand .custom-logo-link {
	display: flex;
	align-items: center;
}

.elbro-header__brand img,
.elbro-header__brand .custom-logo {
	display: block;
	width: auto;
	height: 55px;
	max-width: 215px;
	object-fit: contain;
}

.elbro-nav__list,
.elbro-nav__list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.elbro-nav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(14px, 2vw, 30px);
}

.elbro-nav__list > li {
	position: relative;
}

.elbro-nav__list > li > a {
	position: relative;
	display: flex;
	min-height: 86px;
	align-items: center;
	color: var(--elbro-ink);
	font-size: 0.87rem;
	font-weight: 760;
	text-decoration: none;
}

.elbro-nav__list > li > a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	background: var(--elbro-blue);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.elbro-nav__list > li:hover > a::after,
.elbro-nav__list > li:focus-within > a::after,
.elbro-nav__list > .current-menu-item > a::after,
.elbro-nav__list > .current-menu-ancestor > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.elbro-nav__list .sub-menu {
	position: absolute;
	top: calc(100% - 1px);
	left: -20px;
	min-width: 260px;
	padding: 12px;
	visibility: hidden;
	border-top: 4px solid var(--elbro-yellow);
	border-radius: 0 0 12px 12px;
	background: var(--elbro-white);
	box-shadow: var(--elbro-shadow-lg);
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

.elbro-nav__list li:hover > .sub-menu,
.elbro-nav__list li:focus-within > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.elbro-nav__list .sub-menu a {
	display: block;
	padding: 10px 12px;
	border-radius: 7px;
	color: var(--elbro-ink);
	font-size: 0.86rem;
	font-weight: 680;
	text-decoration: none;
}

.elbro-nav__list .sub-menu a:hover,
.elbro-nav__list .sub-menu a:focus {
	background: var(--elbro-blue-soft);
	color: var(--elbro-blue-deep);
}

.elbro-header__actions {
	display: flex;
	align-items: center;
	gap: 9px;
}

.elbro-header__icon-link,
.elbro-search-toggle,
.elbro-menu-toggle {
	position: relative;
	display: inline-flex;
	width: 44px;
	height: 44px;
	min-height: 44px !important;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	border: 1px solid var(--elbro-line) !important;
	border-radius: 9px !important;
	background: var(--elbro-white) !important;
	box-shadow: none !important;
	color: var(--elbro-ink) !important;
	text-decoration: none;
	transform: none !important;
}

.elbro-header__icon-link:hover,
.elbro-search-toggle:hover,
.elbro-menu-toggle:hover {
	border-color: var(--elbro-blue) !important;
	color: var(--elbro-blue-deep) !important;
}

.elbro-header__icon-link svg,
.elbro-search-toggle svg,
.elbro-menu-toggle svg {
	width: 21px;
	height: 21px;
}

.elbro-cart-count {
	position: absolute;
	top: -5px;
	right: -5px;
	display: inline-flex;
	min-width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	padding-inline: 5px;
	border: 2px solid var(--elbro-white);
	border-radius: 999px;
	background: var(--elbro-yellow);
	color: var(--elbro-ink);
	font-size: 0.62rem;
	font-weight: 850;
	line-height: 1;
}

.elbro-header__cta {
	min-height: 44px;
	padding: 11px 16px;
	font-size: 0.8rem;
}

.elbro-menu-toggle {
	display: none !important;
}

.elbro-search-panel {
	max-height: 0;
	overflow: hidden;
	border-top: 0 solid var(--elbro-line);
	background: var(--elbro-white);
	transition: max-height 220ms ease, border-width 220ms ease;
}

.elbro-search-panel.is-open {
	max-height: 110px;
	border-top-width: 1px;
}

.elbro-search-panel__inner {
	display: flex;
	padding-block: 18px;
}

.elbro-product-search {
	display: grid;
	width: 100%;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.elbro-product-search input[type="search"] {
	width: 100%;
	height: 50px;
	padding: 11px 16px;
	border: 1px solid var(--elbro-line);
	border-radius: 8px;
	background: var(--elbro-mist);
	font: inherit;
}

/* Hero */
.elbro-hero {
	position: relative;
	overflow: hidden;
	background: var(--elbro-ink);
	color: var(--elbro-white);
}

.elbro-hero::before {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
	background-size: 52px 52px;
	content: "";
	mask-image: linear-gradient(90deg, #000, transparent 76%);
}

.elbro-hero::after {
	position: absolute;
	top: -120px;
	right: -160px;
	width: 520px;
	height: 520px;
	border: 86px solid rgba(0, 174, 238, 0.12);
	border-radius: 50%;
	content: "";
}

.elbro-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	min-height: min(780px, calc(100vh - 124px));
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
	align-items: center;
	gap: clamp(48px, 7vw, 108px);
	padding-block: clamp(70px, 8vw, 118px);
}

.elbro-hero__content {
	max-width: 760px;
}

.elbro-hero h1 {
	margin-bottom: 24px;
	color: var(--elbro-white);
	font-size: clamp(3.2rem, 6.5vw, 6.8rem);
	letter-spacing: -0.055em;
}

.elbro-hero h1 span {
	position: relative;
	color: var(--elbro-blue);
	white-space: nowrap;
}

.elbro-hero h1 span::after {
	position: absolute;
	right: 0;
	bottom: 2px;
	left: 0;
	height: 7px;
	background: var(--elbro-yellow);
	content: "";
	opacity: 0.88;
}

.elbro-hero__lead {
	max-width: 700px;
	margin-bottom: 34px;
	color: #c4d2d8;
	font-size: clamp(1.05rem, 1.4vw, 1.25rem);
	line-height: 1.65;
}

.elbro-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.elbro-hero__media {
	position: relative;
	display: grid;
	height: 600px;
	grid-template-columns: 1fr 0.64fr;
	grid-template-rows: 1fr 0.72fr;
	gap: 14px;
}

.elbro-hero__image {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	background: var(--elbro-ink-soft);
}

.elbro-hero__image--main {
	grid-row: 1 / 3;
}

.elbro-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.elbro-hero__image--main img {
	object-position: 53% center;
}

.elbro-hero__image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 58%, rgba(7, 25, 34, 0.45));
	content: "";
}

.elbro-hero__badge {
	position: absolute;
	right: -24px;
	bottom: 38px;
	z-index: 3;
	display: grid;
	width: 132px;
	height: 132px;
	place-content: center;
	padding: 12px;
	border-radius: 50%;
	background: var(--elbro-yellow);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
	color: var(--elbro-ink);
	font-size: 0.73rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(-8deg);
}

.elbro-hero__badge strong {
	display: block;
	font-size: 2rem;
	letter-spacing: -0.04em;
	line-height: 1;
}

.elbro-trust-strip {
	position: relative;
	z-index: 3;
	margin-top: -1px;
	border-bottom: 1px solid var(--elbro-line);
	background: var(--elbro-white);
}

.elbro-trust-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.elbro-trust-item {
	display: flex;
	min-height: 106px;
	align-items: center;
	gap: 14px;
	padding: 20px clamp(14px, 2vw, 28px);
	border-right: 1px solid var(--elbro-line);
}

.elbro-trust-item:first-child {
	border-left: 1px solid var(--elbro-line);
}

.elbro-trust-item__number,
.elbro-trust-item__icon {
	display: inline-flex;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: var(--elbro-blue-soft);
	color: var(--elbro-blue-deep);
	font-size: 1rem;
	font-weight: 850;
}

.elbro-trust-item__icon svg {
	width: 22px;
	height: 22px;
}

.elbro-trust-item strong,
.elbro-trust-item span {
	display: block;
}

.elbro-trust-item strong {
	font-size: 0.93rem;
	line-height: 1.3;
}

.elbro-trust-item span {
	margin-top: 4px;
	color: var(--elbro-muted);
	font-size: 0.75rem;
	line-height: 1.35;
}

/* Sector cards */
.elbro-sector-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

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

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

.elbro-sector-card {
	position: relative;
	display: flex;
	min-height: 470px;
	overflow: hidden;
	align-items: flex-end;
	padding: clamp(24px, 2.5vw, 34px);
	border-radius: var(--elbro-radius);
	background: var(--elbro-ink);
	box-shadow: var(--elbro-shadow-sm);
	color: var(--elbro-white);
	text-decoration: none;
	isolation: isolate;
}

.elbro-sector-card::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(7,25,34,0.05) 24%, rgba(7,25,34,0.92) 100%);
	content: "";
}

.elbro-sector-card__image {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 480ms cubic-bezier(.2,.7,.2,1);
}

.elbro-sector-card:hover .elbro-sector-card__image,
.elbro-sector-card:focus .elbro-sector-card__image {
	transform: scale(1.055);
}

.elbro-sector-card__index {
	display: block;
	margin-bottom: 70px;
	color: var(--elbro-yellow);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.elbro-sector-card h3 {
	margin-bottom: 10px;
	color: var(--elbro-white);
	font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.elbro-sector-card p {
	margin-bottom: 20px;
	color: #cbd8dd;
	font-size: 0.88rem;
	line-height: 1.55;
}

.elbro-sector-card__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--elbro-white);
	font-size: 0.78rem;
	font-weight: 820;
	text-transform: uppercase;
}

.elbro-sector-card__link svg {
	width: 16px;
	height: 16px;
	transition: transform 160ms ease;
}

.elbro-sector-card:hover .elbro-sector-card__link svg {
	transform: translateX(4px);
}

/* Process */
.elbro-process {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: var(--elbro-radius);
	background: rgba(255,255,255,0.035);
}

.elbro-process__step {
	position: relative;
	min-height: 220px;
	padding: 34px 28px;
	border-right: 1px solid rgba(255,255,255,0.14);
}

.elbro-process__step:last-child {
	border-right: 0;
}

.elbro-process__number {
	display: block;
	margin-bottom: 38px;
	color: var(--elbro-blue);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.12em;
}

.elbro-process__step h3 {
	margin-bottom: 10px;
	font-size: 1.25rem;
}

.elbro-process__step p {
	margin: 0;
	color: #aebfc6;
	font-size: 0.84rem;
	line-height: 1.55;
}

/* Projects */
.elbro-project-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 18px;
}

.elbro-project-card {
	position: relative;
	display: flex;
	min-height: 430px;
	overflow: hidden;
	grid-column: span 4;
	align-items: flex-end;
	padding: 30px;
	border-radius: var(--elbro-radius);
	background: var(--elbro-ink-soft);
	color: var(--elbro-white);
	text-decoration: none;
	isolation: isolate;
}

.elbro-project-card:first-child,
.elbro-project-card:nth-child(5n) {
	grid-column: span 8;
}

.elbro-project-card__image {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 480ms cubic-bezier(.2,.7,.2,1);
}

.elbro-project-card::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, transparent 35%, rgba(7,25,34,0.92));
	content: "";
}

.elbro-project-card:hover .elbro-project-card__image,
.elbro-project-card:focus .elbro-project-card__image {
	transform: scale(1.045);
}

.elbro-project-card__meta {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 6px 9px;
	border-radius: 4px;
	background: var(--elbro-yellow);
	color: var(--elbro-ink);
	font-size: 0.65rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.elbro-project-card h3 {
	max-width: 650px;
	margin: 0;
	color: var(--elbro-white);
	font-size: clamp(1.5rem, 2.5vw, 2.35rem);
}

.elbro-project-card__arrow {
	position: absolute;
	right: 26px;
	bottom: 27px;
	display: inline-flex;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,0.34);
	border-radius: 50%;
	color: var(--elbro-white);
}

.elbro-project-card__arrow svg {
	width: 18px;
	height: 18px;
}

/* Expertise / values */
.elbro-expertise-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: stretch;
	gap: clamp(34px, 6vw, 84px);
}

.elbro-expertise-media {
	position: relative;
	min-height: 580px;
	overflow: hidden;
	border-radius: var(--elbro-radius-lg);
	background: var(--elbro-steel);
}

.elbro-expertise-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.elbro-expertise-media__label {
	position: absolute;
	right: 22px;
	bottom: 22px;
	left: 22px;
	padding: 22px;
	border: 1px solid rgba(255,255,255,0.25);
	border-radius: 12px;
	background: rgba(7,25,34,0.88);
	color: var(--elbro-white);
	backdrop-filter: blur(10px);
}

.elbro-expertise-media__label strong,
.elbro-expertise-media__label span {
	display: block;
}

.elbro-expertise-media__label strong {
	font-size: 1.1rem;
}

.elbro-expertise-media__label span {
	margin-top: 3px;
	color: #b8c8cf;
	font-size: 0.78rem;
}

.elbro-value-list {
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.elbro-value-item {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 18px;
	padding: 22px 0;
	border-bottom: 1px solid var(--elbro-line);
}

.elbro-value-item:first-child {
	border-top: 1px solid var(--elbro-line);
}

.elbro-value-item__icon {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: var(--elbro-blue-soft);
	color: var(--elbro-blue-deep);
}

.elbro-value-item__icon svg {
	width: 22px;
	height: 22px;
}

.elbro-value-item h3 {
	margin: 1px 0 6px;
	font-size: 1.08rem;
	letter-spacing: -0.015em;
}

.elbro-value-item p {
	margin: 0;
	color: var(--elbro-muted);
	font-size: 0.88rem;
}

/* Brands */
.elbro-brand-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border-top: 1px solid var(--elbro-line);
	border-left: 1px solid var(--elbro-line);
}

.elbro-brand-card {
	display: flex;
	min-height: 150px;
	align-items: center;
	justify-content: center;
	padding: 24px;
	border-right: 1px solid var(--elbro-line);
	border-bottom: 1px solid var(--elbro-line);
	background: var(--elbro-white);
	filter: grayscale(1);
	transition: filter 180ms ease, background 180ms ease;
}

.elbro-brand-card:hover,
.elbro-brand-card:focus {
	background: var(--elbro-blue-soft);
	filter: none;
}

.elbro-brand-card img {
	max-width: 150px;
	max-height: 62px;
	object-fit: contain;
}

/* CTA */
.elbro-cta {
	position: relative;
	overflow: hidden;
	margin-block: clamp(70px, 9vw, 130px) 0;
	border-radius: var(--elbro-radius-lg);
	background: var(--elbro-blue);
	color: var(--elbro-white);
}

.elbro-cta::before {
	position: absolute;
	top: -110px;
	right: -80px;
	width: 390px;
	height: 390px;
	border: 72px solid rgba(255,255,255,0.12);
	border-radius: 50%;
	content: "";
}

.elbro-cta::after {
	position: absolute;
	right: 30%;
	bottom: -70px;
	width: 150px;
	height: 150px;
	background: var(--elbro-yellow);
	content: "";
	transform: rotate(42deg);
}

.elbro-cta__inner {
	position: relative;
	z-index: 2;
	display: grid;
	min-height: 340px;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 40px;
	padding: clamp(42px, 6vw, 78px);
}

.elbro-cta h2 {
	max-width: 850px;
	margin-bottom: 16px;
	color: var(--elbro-white);
}

.elbro-cta p {
	max-width: 680px;
	margin: 0;
	color: #e3f5fc;
}

.elbro-cta__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* Generic page hero */
.elbro-page-hero {
	position: relative;
	overflow: hidden;
	padding-block: clamp(72px, 9vw, 126px);
	background: var(--elbro-ink);
	color: var(--elbro-white);
}

.elbro-page-hero::before {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
	background-size: 52px 52px;
	content: "";
}

.elbro-page-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
	align-items: end;
	gap: 60px;
}

.elbro-page-hero h1 {
	max-width: 920px;
	margin: 0;
	color: var(--elbro-white);
}

.elbro-page-hero p {
	margin: 0;
	color: #bccdd4;
}

.elbro-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 24px;
	color: #9fb2bb;
	font-size: 0.76rem;
	font-weight: 700;
}

.elbro-breadcrumbs a {
	color: #d8e4e9;
	text-decoration: none;
}

.elbro-breadcrumbs svg {
	width: 12px;
	height: 12px;
}

.elbro-page-content {
	padding-block: clamp(58px, 7vw, 96px);
}

.elbro-elementor-page {
	min-height: 1px;
	overflow: clip;
}

.elbro-entry-content > *:first-child {
	margin-top: 0;
}

.elbro-entry-content > *:last-child {
	margin-bottom: 0;
}

.elbro-entry-content h2,
.elbro-entry-content h3 {
	margin-top: 1.5em;
}

.elbro-entry-content table {
	width: 100%;
	border-collapse: collapse;
}

.elbro-entry-content th,
.elbro-entry-content td {
	padding: 14px;
	border: 1px solid var(--elbro-line);
	text-align: left;
}

/* About */
.elbro-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(38px, 7vw, 100px);
}

.elbro-story-media {
	position: relative;
	min-height: 620px;
}

.elbro-story-media__main,
.elbro-story-media__secondary {
	position: absolute;
	overflow: hidden;
	border-radius: var(--elbro-radius);
	box-shadow: var(--elbro-shadow-lg);
}

.elbro-story-media__main {
	top: 0;
	right: 14%;
	bottom: 0;
	left: 0;
}

.elbro-story-media__secondary {
	right: 0;
	bottom: 42px;
	width: 45%;
	height: 42%;
	border: 8px solid var(--elbro-white);
}

.elbro-story-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.elbro-story-copy .elbro-lead {
	color: var(--elbro-ink-soft);
	font-size: 1.16rem;
	font-weight: 650;
}

.elbro-story-copy p:not(.elbro-eyebrow):not(.elbro-lead) {
	color: var(--elbro-muted);
}

.elbro-stat-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 34px;
}

.elbro-stat {
	padding: 18px;
	border: 1px solid var(--elbro-line);
	border-radius: 10px;
	background: var(--elbro-mist);
}

.elbro-stat strong,
.elbro-stat span {
	display: block;
}

.elbro-stat strong {
	color: var(--elbro-blue-deep);
	font-family: Poppins, sans-serif;
	font-size: 1.55rem;
	line-height: 1;
}

.elbro-stat span {
	margin-top: 7px;
	color: var(--elbro-muted);
	font-size: 0.72rem;
	font-weight: 700;
}

.elbro-team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.elbro-team-card {
	overflow: hidden;
	border: 1px solid var(--elbro-line);
	border-radius: var(--elbro-radius);
	background: var(--elbro-white);
}

.elbro-team-card__image {
	height: 390px;
	overflow: hidden;
	background: var(--elbro-steel);
}

.elbro-team-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform 360ms ease;
}

.elbro-team-card:hover img {
	transform: scale(1.025);
}

.elbro-team-card__body {
	padding: 22px;
}

.elbro-team-card h3 {
	margin-bottom: 4px;
	font-size: 1.22rem;
}

.elbro-team-card__role {
	margin: 0 0 16px;
	color: var(--elbro-blue-deep);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.elbro-team-card__links {
	display: flex;
	gap: 8px;
}

.elbro-team-card__links a {
	display: inline-flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--elbro-line);
	border-radius: 8px;
	color: var(--elbro-ink);
}

.elbro-team-card__links svg {
	width: 18px;
	height: 18px;
}

/* Project detail */
.elbro-project-hero {
	position: relative;
	display: flex;
	min-height: 720px;
	overflow: hidden;
	align-items: flex-end;
	background: var(--elbro-ink);
	color: var(--elbro-white);
	isolation: isolate;
}

.elbro-project-hero__image {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.elbro-project-hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(7,25,34,0.94) 0%, rgba(7,25,34,0.68) 56%, rgba(7,25,34,0.18) 100%), linear-gradient(0deg, rgba(7,25,34,0.65), transparent 58%);
	content: "";
}

.elbro-project-hero__content {
	max-width: 930px;
	padding-block: clamp(80px, 10vw, 138px);
}

.elbro-project-hero h1 {
	margin-bottom: 24px;
	color: var(--elbro-white);
	font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.elbro-project-hero__intro {
	max-width: 760px;
	margin: 0;
	color: #d2dfe4;
	font-size: 1.08rem;
}

.elbro-activity-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin-top: 38px;
}

.elbro-activity {
	padding: 24px;
	border: 1px solid var(--elbro-line);
	border-radius: 12px;
	background: var(--elbro-white);
}

.elbro-activity__check {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	border-radius: 8px;
	background: var(--elbro-yellow);
	color: var(--elbro-ink);
}

.elbro-activity__check svg {
	width: 18px;
	height: 18px;
}

.elbro-activity p {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 720;
	line-height: 1.45;
}

.elbro-gallery-grid {
	display: grid;
	grid-auto-rows: 270px;
	grid-template-columns: repeat(12, 1fr);
	gap: 14px;
}

.elbro-gallery-grid figure {
	min-width: 0;
	overflow: hidden;
	grid-column: span 4;
	margin: 0;
	border-radius: 12px;
	background: var(--elbro-steel);
}

.elbro-gallery-grid figure:first-child,
.elbro-gallery-grid figure:nth-child(5n) {
	grid-column: span 8;
}

.elbro-gallery-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 360ms ease;
}

.elbro-gallery-grid figure:hover img {
	transform: scale(1.035);
}

.elbro-project-about {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: clamp(40px, 7vw, 110px);
}

.elbro-project-about__logo {
	display: flex;
	min-height: 320px;
	align-items: center;
	justify-content: center;
	padding: 42px;
	border: 1px solid var(--elbro-line);
	border-radius: var(--elbro-radius);
	background: var(--elbro-white);
}

.elbro-project-about__logo img {
	max-width: 280px;
	max-height: 190px;
	object-fit: contain;
}

.elbro-project-about__copy p {
	color: var(--elbro-muted);
}

/* Contact */
.elbro-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: clamp(34px, 6vw, 80px);
}

.elbro-contact-card {
	overflow: hidden;
	border-radius: var(--elbro-radius);
	background: var(--elbro-ink);
	box-shadow: var(--elbro-shadow-lg);
	color: var(--elbro-white);
}

.elbro-contact-card__top {
	padding: clamp(30px, 4vw, 48px);
}

.elbro-contact-card h2,
.elbro-contact-card h3 {
	color: var(--elbro-white);
}

.elbro-contact-card p {
	color: #b9cbd2;
}

.elbro-contact-list {
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.elbro-contact-list li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 14px;
	padding: 17px 0;
	border-top: 1px solid rgba(255,255,255,0.13);
}

.elbro-contact-list__icon {
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	background: rgba(0,174,238,0.14);
	color: var(--elbro-blue);
}

.elbro-contact-list__icon svg {
	width: 20px;
	height: 20px;
}

.elbro-contact-list strong,
.elbro-contact-list span,
.elbro-contact-list a {
	display: block;
}

.elbro-contact-list strong {
	margin-bottom: 3px;
	color: var(--elbro-white);
	font-size: 0.82rem;
}

.elbro-contact-list span,
.elbro-contact-list a {
	color: #c3d2d8;
	font-size: 0.84rem;
	text-decoration: none;
}

.elbro-contact-map {
	height: 320px;
	background: var(--elbro-ink-soft);
}

.elbro-contact-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	filter: saturate(0.8) contrast(1.05);
}

.elbro-form-card {
	padding: clamp(28px, 4.5vw, 54px);
	border: 1px solid var(--elbro-line);
	border-radius: var(--elbro-radius);
	background: var(--elbro-white);
	box-shadow: var(--elbro-shadow-sm);
}

.elbro-form-card > h2 {
	margin-bottom: 10px;
}

.elbro-form-card > p {
	color: var(--elbro-muted);
}

.elbro-pro-theme .wpcf7-form p {
	margin-bottom: 16px;
}

.elbro-pro-theme .wpcf7-form label,
.elbro-pro-theme .elbro-form label,
.elbro-pro-theme .woocommerce form .form-row label {
	display: block;
	margin-bottom: 6px;
	color: var(--elbro-ink);
	font-size: 0.78rem;
	font-weight: 760;
}

.elbro-pro-theme input[type="text"],
.elbro-pro-theme input[type="email"],
.elbro-pro-theme input[type="tel"],
.elbro-pro-theme input[type="url"],
.elbro-pro-theme input[type="password"],
.elbro-pro-theme input[type="number"],
.elbro-pro-theme input[type="search"],
.elbro-pro-theme select,
.elbro-pro-theme textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid #cbd8de;
	border-radius: 8px;
	background: var(--elbro-white);
	box-shadow: none;
	color: var(--elbro-ink);
	font: inherit;
	font-size: 0.9rem;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.elbro-pro-theme textarea {
	min-height: 145px;
	resize: vertical;
}

.elbro-pro-theme input:focus,
.elbro-pro-theme select:focus,
.elbro-pro-theme textarea:focus {
	border-color: var(--elbro-blue);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(0,174,238,0.13);
}

.elbro-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.elbro-faq-grid details {
	padding: 0 20px;
	border: 1px solid var(--elbro-line);
	border-radius: 10px;
	background: var(--elbro-white);
}

.elbro-faq-grid summary {
	position: relative;
	padding: 19px 32px 19px 0;
	cursor: pointer;
	font-size: 0.93rem;
	font-weight: 760;
	list-style: none;
}

.elbro-faq-grid summary::-webkit-details-marker {
	display: none;
}

.elbro-faq-grid summary::after {
	position: absolute;
	top: 50%;
	right: 0;
	color: var(--elbro-blue-deep);
	font-size: 1.25rem;
	content: "+";
	transform: translateY(-50%);
}

.elbro-faq-grid details[open] summary::after {
	content: "−";
}

.elbro-faq-grid details p {
	margin: -2px 0 20px;
	color: var(--elbro-muted);
	font-size: 0.86rem;
}

/* Sector landing pages */
.elbro-sector-landing__hero {
	position: relative;
	display: flex;
	min-height: 580px;
	overflow: hidden;
	align-items: flex-end;
	background: var(--elbro-ink);
	isolation: isolate;
}

.elbro-sector-landing__hero img {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.elbro-sector-landing__hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(7,25,34,0.95), rgba(7,25,34,0.45)), linear-gradient(0deg, rgba(7,25,34,0.72), transparent 68%);
	content: "";
}

.elbro-sector-landing__content {
	max-width: 880px;
	padding-block: clamp(70px, 10vw, 118px);
	color: var(--elbro-white);
}

.elbro-sector-landing__content h1 {
	color: var(--elbro-white);
}

.elbro-sector-landing__content p:not(.elbro-eyebrow) {
	max-width: 700px;
	color: #cedce2;
	font-size: 1.05rem;
}

.elbro-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: clamp(48px, 7vw, 84px);
}

.elbro-benefit {
	padding: 28px;
	border: 1px solid var(--elbro-line);
	border-radius: 12px;
	background: var(--elbro-white);
}

.elbro-benefit__icon {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	margin-bottom: 32px;
	border-radius: 10px;
	background: var(--elbro-blue-soft);
	color: var(--elbro-blue-deep);
}

.elbro-benefit__icon svg {
	width: 22px;
	height: 22px;
}

.elbro-benefit h3 {
	font-size: 1.1rem;
}

.elbro-benefit p {
	margin: 0;
	color: var(--elbro-muted);
	font-size: 0.86rem;
}

/* Plugin and account surfaces */
.elbro-plugin-page {
	min-height: 620px;
	padding-block: clamp(56px, 7vw, 92px);
	background: var(--elbro-mist);
}

.elbro-plugin-page__inner {
	padding: clamp(24px, 4vw, 48px);
	border: 1px solid var(--elbro-line);
	border-radius: var(--elbro-radius);
	background: var(--elbro-white);
	box-shadow: var(--elbro-shadow-sm);
}

.elbro-plugin-page .elbro-login-wrap,
.elbro-plugin-page .elbro-box {
	max-width: 680px;
	margin-inline: auto;
}

.elbro-plugin-page .elbro-box {
	padding: clamp(26px, 4vw, 44px);
	border: 1px solid var(--elbro-line);
	border-radius: 14px;
	background: var(--elbro-white);
	box-shadow: var(--elbro-shadow-sm);
}

.elbro-plugin-page .elbro-box h1:first-child {
	font-size: clamp(2rem, 4vw, 3.2rem);
}

.elbro-plugin-page .elbro-btn,
.elbro-plugin-page #wp-submit {
	width: 100%;
}

.elbro-plugin-page .elbro-small {
	margin-top: 18px;
	font-size: 0.8rem;
	text-align: center;
}

/* Footer */
.elbro-site-footer {
	position: relative;
	overflow: hidden;
	background: var(--elbro-ink);
	color: #b9c8ce;
}

.elbro-footer-main {
	display: grid;
	grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, 0.65fr));
	gap: clamp(34px, 5vw, 76px);
	padding-block: clamp(66px, 8vw, 110px);
}

.elbro-footer-brand img {
	width: auto;
	height: 62px;
	max-width: 230px;
	margin-bottom: 24px;
	filter: brightness(0) invert(1);
}

.elbro-footer-brand img.elbro-footer-logo--custom {
	filter: none;
}

.elbro-footer-brand p {
	max-width: 420px;
	font-size: 0.88rem;
}

.elbro-footer-contact {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.elbro-footer-contact a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 10px;
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: 7px;
	color: var(--elbro-white);
	font-size: 0.75rem;
	font-weight: 720;
	text-decoration: none;
}

.elbro-footer-contact svg {
	width: 15px;
	height: 15px;
	color: var(--elbro-blue);
}

.elbro-footer-column h2 {
	margin: 5px 0 20px;
	color: var(--elbro-white);
	font-size: 0.9rem;
	letter-spacing: 0.02em;
}

.elbro-footer-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.elbro-footer-column li + li {
	margin-top: 9px;
}

.elbro-footer-column a {
	color: #b9c8ce;
	font-size: 0.82rem;
	text-decoration: none;
}

.elbro-footer-column a:hover,
.elbro-footer-column a:focus {
	color: var(--elbro-white);
}

.elbro-footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.12);
}

.elbro-footer-bottom__inner {
	display: flex;
	min-height: 70px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	font-size: 0.72rem;
}

.elbro-footer-legal {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.elbro-footer-legal a {
	color: #b9c8ce;
	text-decoration: none;
}

.elbro-emergency {
	position: fixed;
	bottom: 22px;
	left: 22px;
	z-index: 40;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 16px;
	border: 1px solid rgba(255,255,255,0.26);
	border-radius: 999px;
	background: var(--elbro-ink);
	box-shadow: 0 12px 34px rgba(7,25,34,0.27);
	color: var(--elbro-white);
	font-size: 0.78rem;
	font-weight: 820;
	text-decoration: none;
}

.elbro-emergency:hover,
.elbro-emergency:focus {
	background: var(--elbro-blue);
	color: var(--elbro-white);
}

.elbro-emergency__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--elbro-yellow);
	box-shadow: 0 0 0 4px rgba(255,242,0,0.16);
}

/* Error and empty states */
.elbro-empty-state {
	padding: clamp(42px, 7vw, 80px);
	border: 1px solid var(--elbro-line);
	border-radius: var(--elbro-radius);
	background: var(--elbro-mist);
	text-align: center;
}

.elbro-empty-state h1,
.elbro-empty-state h2 {
	font-size: clamp(2rem, 5vw, 4rem);
}

.elbro-empty-state p {
	max-width: 630px;
	margin-inline: auto;
	color: var(--elbro-muted);
}

@media (max-width: 1180px) {
	.elbro-header__cta {
		display: none;
	}

	.elbro-nav__list {
		gap: 16px;
	}

	.elbro-hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
		gap: 50px;
	}

	.elbro-hero__media {
		height: 540px;
	}

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

	.elbro-sector-card {
		min-height: 430px;
	}

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

@media (max-width: 960px) {
	.admin-bar .elbro-site-header {
		top: 46px;
	}

	.elbro-topbar__inner {
		justify-content: center;
	}

	.elbro-topbar__items {
		display: none;
	}

	.elbro-header__inner {
		min-height: 76px;
		grid-template-columns: auto 1fr auto;
	}

	.elbro-header__brand img,
	.elbro-header__brand .custom-logo {
		height: 48px;
	}

	.elbro-menu-toggle {
		display: inline-flex !important;
	}

	.elbro-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		max-height: calc(100vh - 114px);
		overflow-y: auto;
		border-top: 1px solid var(--elbro-line);
		background: var(--elbro-white);
		box-shadow: var(--elbro-shadow-lg);
	}

	.elbro-nav.is-open {
		display: block;
	}

	.elbro-nav__list {
		display: block;
		width: min(calc(100% - 40px), var(--elbro-container));
		margin-inline: auto;
		padding-block: 16px 22px;
	}

	.elbro-nav__list > li > a {
		min-height: 0;
		padding: 13px 2px;
		border-bottom: 1px solid var(--elbro-line);
	}

	.elbro-nav__list > li > a::after {
		display: none;
	}

	.elbro-nav__list .sub-menu {
		position: static;
		display: grid;
		min-width: 0;
		grid-template-columns: repeat(2, 1fr);
		padding: 8px 0 12px 16px;
		visibility: visible;
		border: 0;
		box-shadow: none;
		opacity: 1;
		transform: none;
	}

	.elbro-hero__inner {
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.elbro-hero__content {
		max-width: 820px;
	}

	.elbro-hero__media {
		height: 520px;
	}

	.elbro-trust-strip__grid,
	.elbro-process {
		grid-template-columns: repeat(2, 1fr);
	}

	.elbro-trust-item:nth-child(2) {
		border-right: 0;
	}

	.elbro-trust-item:nth-child(-n+2) {
		border-bottom: 1px solid var(--elbro-line);
	}

	.elbro-process__step:nth-child(2) {
		border-right: 0;
	}

	.elbro-process__step:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255,255,255,0.14);
	}

	.elbro-section-heading,
	.elbro-page-hero__inner,
	.elbro-expertise-grid,
	.elbro-story-grid,
	.elbro-contact-grid,
	.elbro-project-about {
		grid-template-columns: 1fr;
	}

	.elbro-section-heading {
		align-items: start;
		gap: 18px;
	}

	.elbro-section-heading p {
		max-width: 720px;
	}

	.elbro-project-card,
	.elbro-project-card:first-child,
	.elbro-project-card:nth-child(5n) {
		grid-column: span 6;
	}

	.elbro-cta__inner {
		grid-template-columns: 1fr;
	}

	.elbro-cta__actions {
		align-items: flex-start;
	}

	.elbro-story-media {
		min-height: 560px;
	}

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

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

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

	.elbro-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	:root {
		--elbro-gutter: 20px;
	}

	body.elbro-pro-theme {
		font-size: 16px;
	}

	.elbro-topbar__service span:last-child {
		display: none;
	}

	.elbro-header__actions .elbro-search-toggle {
		display: none;
	}

	.elbro-header__brand img,
	.elbro-header__brand .custom-logo {
		height: 42px;
		max-width: 176px;
	}

	.elbro-header__icon-link,
	.elbro-menu-toggle {
		width: 42px;
		height: 42px;
	}

	.elbro-nav__list .sub-menu {
		grid-template-columns: 1fr;
	}

	.elbro-hero__inner {
		padding-block: 62px 70px;
	}

	.elbro-hero h1 {
		font-size: clamp(2.7rem, 15vw, 4.3rem);
	}

	.elbro-hero h1 span {
		white-space: normal;
	}

	.elbro-hero__media {
		height: 430px;
		grid-template-columns: 1fr 0.7fr;
		gap: 9px;
	}

	.elbro-hero__badge {
		right: -10px;
		bottom: 20px;
		width: 100px;
		height: 100px;
		font-size: 0.59rem;
	}

	.elbro-hero__badge strong {
		font-size: 1.5rem;
	}

	.elbro-trust-strip__grid,
	.elbro-process,
	.elbro-sector-grid,
	.elbro-benefit-grid,
	.elbro-faq-grid {
		grid-template-columns: 1fr;
	}

	.elbro-trust-item,
	.elbro-trust-item:first-child,
	.elbro-trust-item:nth-child(2) {
		min-height: 90px;
		border-right: 1px solid var(--elbro-line);
		border-bottom: 1px solid var(--elbro-line);
		border-left: 1px solid var(--elbro-line);
	}

	.elbro-trust-item:last-child {
		border-bottom: 0;
	}

	.elbro-process__step,
	.elbro-process__step:nth-child(2) {
		min-height: 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255,255,255,0.14);
	}

	.elbro-process__step:last-child {
		border-bottom: 0;
	}

	.elbro-process__number {
		margin-bottom: 20px;
	}

	.elbro-project-card,
	.elbro-project-card:first-child,
	.elbro-project-card:nth-child(5n) {
		min-height: 390px;
		grid-column: 1 / -1;
	}

	.elbro-project-card__arrow {
		display: none;
	}

	.elbro-expertise-media {
		min-height: 470px;
	}

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

	.elbro-brand-card {
		min-height: 115px;
		padding: 16px;
	}

	.elbro-brand-card img {
		max-width: 110px;
		max-height: 48px;
	}

	.elbro-cta {
		border-radius: 18px;
	}

	.elbro-cta__inner {
		min-height: 0;
		padding: 34px 26px;
	}

	.elbro-cta::after {
		display: none;
	}

	.elbro-story-media {
		min-height: 450px;
	}

	.elbro-story-media__main {
		right: 6%;
	}

	.elbro-story-media__secondary {
		width: 44%;
		height: 38%;
	}

	.elbro-stat-grid,
	.elbro-team-grid {
		grid-template-columns: 1fr;
	}

	.elbro-team-card__image {
		height: 440px;
	}

	.elbro-project-hero {
		min-height: 620px;
	}

	.elbro-project-hero::after {
		background: linear-gradient(0deg, rgba(7,25,34,0.96), rgba(7,25,34,0.3));
	}

	.elbro-activity-grid {
		grid-template-columns: 1fr;
	}

	.elbro-gallery-grid {
		grid-auto-rows: 230px;
	}

	.elbro-gallery-grid figure,
	.elbro-gallery-grid figure:first-child,
	.elbro-gallery-grid figure:nth-child(5n) {
		grid-column: 1 / -1;
	}

	.elbro-footer-main {
		grid-template-columns: repeat(2, 1fr);
		gap: 36px 24px;
	}

	.elbro-footer-brand {
		grid-column: 1 / -1;
	}

	.elbro-footer-bottom__inner {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		padding-block: 18px;
	}

	.elbro-emergency {
		right: 14px;
		bottom: 14px;
		left: auto;
	}
}

@media (max-width: 420px) {
	.elbro-header__actions .elbro-header__icon-link {
		display: none;
	}

	.elbro-team-card__image {
		height: 380px;
	}

	.elbro-footer-main {
		grid-template-columns: 1fr;
	}

	.elbro-footer-brand,
	.elbro-footer-column {
		grid-column: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.elbro-pro-theme *,
	.elbro-pro-theme *::before,
	.elbro-pro-theme *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
