@font-face {
	font-family: "EuclidCircularB";
	src:
		url("../fonts/subset-EuclidCircularB-Regular.woff2") format("woff2"),
		url("../fonts/subset-EuclidCircularB-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "EuclidCircularB";
	src:
		url("../fonts/subset-EuclidCircularB-Medium.woff2") format("woff2"),
		url("../fonts/subset-EuclidCircularB-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "EuclidCircularB";
	src:
		url("../fonts/subset-EuclidCircularB-SemiBold.woff2") format("woff2"),
		url("../fonts/subset-EuclidCircularB-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

:root {
	--ink: #111315;
	--ink-2: #1b1f22;
	--paper: #f7f7f4;
	--paper-2: #ffffff;
	--muted: #6a6f73;
	--line: rgba(17, 19, 21, 0.12);
	--line-strong: rgba(0, 146, 156, 0.34);
	--teal: #00929c;
	--teal-2: #00afbb;
	--steel: #69757c;
	--gold: #b99a5f;
	--red: #a72c32;
	--focus: #ffbf47;
	--shadow: 0 24px 70px rgba(15, 18, 20, 0.14);
	--ease: cubic-bezier(0.4, 0, 0.2, 1);
	--display: "EuclidCircularB", Arial, sans-serif;
	--body: "EuclidCircularB", Arial, sans-serif;
}

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

html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--body);
	line-height: 1.65;
	overflow-x: hidden;
}

body::after {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 9999;
	pointer-events: none;
	opacity: 0.045;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
	mix-blend-mode: multiply;
}

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

a {
	color: inherit;
}

button,
input,
select,
textarea {
	font: inherit;
}

button {
	cursor: pointer;
}

:focus-visible {
	outline: 3px solid var(--focus);
	outline-offset: 4px;
}

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 10000;
	transform: translateY(-120%);
	background: var(--ink);
	color: #fff;
	padding: 10px 14px;
	text-decoration: none;
	border-radius: 4px;
}

.skip-link:focus {
	transform: translateY(0);
}

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

.wrap {
	width: min(100% - 32px, 1340px);
	margin-inline: auto;
}

.section {
	padding: 82px 0;
}

.section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--teal);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.section-kicker::before {
	content: "";
	width: 34px;
	height: 1px;
	background: currentColor;
}

.section-head {
	max-width: 720px;
	margin-bottom: 34px;
}

.section-head h2,
.expression-copy h2,
.heritage-copy h2,
.design-copy h2,
.industrial-copy h2,
.coverage-copy h2,
.quote-head h2,
.archive-hero h1 {
	margin: 14px 0 16px;
	font-family: var(--display);
	font-size: 3.15rem;
	line-height: 1.03;
	font-weight: 650;
	letter-spacing: 0;
}

.section-head p,
.expression-copy p,
.heritage-copy p,
.design-copy p,
.industrial-copy p,
.coverage-copy p,
.quote-head p,
.archive-hero p {
	color: var(--muted);
	font-size: 1rem;
	max-width: 660px;
}

.icon {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
}

.btn-primary,
.btn-outline,
.btn-light,
.nav-quote-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 13px 24px;
	border: 1px solid transparent;
	border-radius: 0;
	clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	line-height: 1.2;
	transition: transform 220ms var(--ease), border-color 220ms var(--ease), background 220ms var(--ease), color 220ms var(--ease), box-shadow 220ms var(--ease);
}

.btn-primary {
	background: var(--market-accent, var(--teal));
	color: #fff;
	box-shadow: 0 12px 30px rgba(0, 146, 156, 0.22);
}

.btn-primary:hover,
.btn-primary:focus-visible {
	transform: translateY(-2px);
	background: var(--market-accent-2, var(--teal-2));
}

.btn-outline {
	background: transparent;
	color: var(--market-accent, var(--teal));
	border-color: currentColor;
}

.btn-outline:hover,
.btn-outline:focus-visible {
	background: rgba(0, 146, 156, 0.08);
	transform: translateY(-2px);
}

.btn-light {
	background: #fff;
	color: var(--ink);
	border-color: rgba(255, 255, 255, 0.55);
}

.btn-light:hover,
.btn-light:focus-visible {
	transform: translateY(-2px);
	background: #f4f4f0;
}

.site-preloader {
	position: fixed;
	inset: 0;
	z-index: 9998;
	display: grid;
	place-items: center;
	background: #fff;
	transition: opacity 450ms var(--ease), visibility 450ms var(--ease);
}

.site-preloader.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.preloader-mark {
	display: grid;
	gap: 18px;
	place-items: center;
}

.preloader-mark img {
	width: 132px;
	height: auto;
}

.preloader-mark span {
	width: 120px;
	height: 2px;
	overflow: hidden;
	background: rgba(0, 146, 156, 0.16);
}

.preloader-mark span::after {
	content: "";
	display: block;
	width: 45%;
	height: 100%;
	background: var(--teal);
	animation: preloader 1100ms var(--ease) infinite;
}

@keyframes preloader {
	0% {
		transform: translateX(-120%);
	}
	100% {
		transform: translateX(260%);
	}
}

.reveal,
.reveal-left,
.reveal-right {
	opacity: 0;
	transition: opacity 760ms var(--ease), transform 760ms var(--ease);
}

.reveal {
	transform: translateY(28px);
}

.reveal-left {
	transform: translateX(-32px);
}

.reveal-right {
	transform: translateX(32px);
}

.reveal.in,
.reveal-left.in,
.reveal-right.in {
	opacity: 1;
	transform: translate(0);
}

/* Hub */
.hub-main {
	background: #071012;
	color: #fff;
}

.hub-hero {
	position: relative;
	min-height: 100vh;
	min-height: 100svh;
	overflow: hidden;
	isolation: isolate;
	background: #0d0f10;
}

.hub-bg {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.78) contrast(1.1) brightness(0.88);
}

.hub-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 72% 28%, rgba(0, 175, 187, 0.22), transparent 28%),
		linear-gradient(90deg, rgba(8, 9, 10, 0.96), rgba(8, 9, 10, 0.55), rgba(8, 9, 10, 0.82)),
		linear-gradient(180deg, rgba(8, 9, 10, 0.06), rgba(8, 9, 10, 0.88));
}

.hub-motion-field {
	display: none;
}

.hub-motion-field::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.22;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(90deg, transparent, #000 42%, transparent);
}

.hub-motion-field span {
	position: absolute;
	display: block;
	width: 46vw;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(0, 175, 187, 0.7), transparent);
	animation: hub-scan 6.8s linear infinite;
}

.hub-motion-field span:nth-child(1) {
	top: 22%;
	left: -20%;
}

.hub-motion-field span:nth-child(2) {
	top: 53%;
	left: 42%;
	animation-delay: -2.4s;
}

.hub-motion-field span:nth-child(3) {
	top: 78%;
	left: 8%;
	animation-delay: -4.8s;
}

@keyframes hub-scan {
	0% {
		transform: translateX(-22vw) scaleX(0.6);
		opacity: 0;
	}
	18%,
	72% {
		opacity: 1;
	}
	100% {
		transform: translateX(76vw) scaleX(1.16);
		opacity: 0;
	}
}

.hub-topbar,
.landing-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 900;
	display: flex;
	align-items: center;
	gap: 24px;
	height: 74px;
	padding: 0 32px;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid rgba(0, 146, 156, 0.16);
	backdrop-filter: blur(22px);
	transition: height 240ms var(--ease), box-shadow 240ms var(--ease), background 240ms var(--ease);
}

.hub-topbar {
	background: rgba(10, 12, 14, 0.52);
	border-bottom-color: rgba(255, 255, 255, 0.14);
}

.hub-topbar.is-scrolled,
.landing-nav.is-scrolled {
	height: 62px;
	box-shadow: 0 16px 44px rgba(0, 0, 0, 0.1);
}

.hub-logo,
.landing-logo,
.archive-logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.hub-logo img,
.landing-logo img,
.archive-logo img {
	width: 120px;
	height: auto;
}

.hub-topbar nav,
.landing-links {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-left: auto;
}

.hub-topbar nav a,
.landing-links a,
.global-footer a {
	text-decoration: none;
}

.hub-topbar nav a,
.landing-links a {
	position: relative;
	color: currentColor;
	font-size: 0.7rem;
	font-weight: 780;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hub-topbar nav a::after,
.landing-links a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	height: 1px;
	transform: scaleX(0);
	transform-origin: left;
	background: var(--market-accent, var(--teal));
	transition: transform 200ms var(--ease);
}

.hub-topbar nav a:hover::after,
.landing-links a:hover::after {
	transform: scaleX(1);
}

.hub-hero-inner {
	position: relative;
	z-index: 1;
	width: min(100% - 32px, 1440px);
	min-height: 100vh;
	min-height: 100svh;
	margin: 0 auto;
	padding: 132px 0 76px;
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(560px, 0.92fr);
	align-items: center;
	gap: clamp(36px, 5vw, 86px);
}

.hub-title-block {
	max-width: 820px;
	padding-bottom: 0;
}

.hub-brand-line {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 18px;
}

.hub-brand-line strong {
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.hub-title-block h1 {
	margin: 16px 0 20px;
	font-size: 6.15rem;
	line-height: 0.9;
	font-weight: 760;
	letter-spacing: 0;
	text-wrap: balance;
}

.hub-title-block h1 span {
	display: block;
}

.hub-title-block p {
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.15rem;
	max-width: 640px;
}

.hub-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.hub-actions .btn-light {
	background: rgba(255, 255, 255, 0.92);
}

.hub-market-rail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
}

.hub-market-rail span,
.hub-market-rail a {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	text-decoration: none;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hub-market-rail span {
	color: rgba(255, 255, 255, 0.52);
	margin-right: 4px;
}

.hub-market-rail a {
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.84);
	backdrop-filter: blur(14px);
	transition: transform 220ms var(--ease), background 220ms var(--ease), color 220ms var(--ease);
}

.hub-market-rail a:hover,
.hub-market-rail a:focus-visible {
	transform: translateY(-2px);
	background: rgba(0, 175, 187, 0.22);
	color: #fff;
}

.hub-world-stage {
	position: relative;
	min-width: 0;
}

.hub-world-stage::before {
	content: "";
	position: absolute;
	inset: -32px;
	z-index: -1;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
		radial-gradient(circle at 22% 16%, rgba(0, 175, 187, 0.24), transparent 32%);
	backdrop-filter: blur(22px);
	transform: skewY(-2deg);
}

.stage-caption {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 14px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.stage-caption span {
	color: var(--teal-2);
}

.hub-worlds {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 540px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(18px);
	transition: grid-template-columns 340ms var(--ease);
}

.hub-world {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(26px, 3vw, 42px);
	border: 0;
	text-decoration: none;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
		rgba(255, 255, 255, 0.02);
	transition: background 260ms var(--ease), transform 260ms var(--ease), filter 260ms var(--ease);
}

.hub-world + .hub-world {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.hub-world:hover,
.hub-world:focus-visible {
	background:
		linear-gradient(180deg, rgba(0, 175, 187, 0.22), rgba(0, 146, 156, 0.08)),
		rgba(0, 146, 156, 0.16);
	transform: translateY(-4px);
}

.hub-world-design:hover,
.hub-world-design:focus-visible {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(185, 154, 95, 0.08)),
		rgba(185, 154, 95, 0.16);
}

.hub-world span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.hub-world h2 {
	margin: 120px 0 16px;
	font-size: 2.62rem;
	line-height: 1.04;
	font-weight: 680;
	letter-spacing: 0;
	text-wrap: balance;
}

.hub-world p {
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
}

.hub-proof-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 13px 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hub-proof-strip span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.hub-proof-strip span::before {
	content: "";
	width: 6px;
	height: 6px;
	background: var(--teal-2);
}

/* Homepage hero v3: full-bleed gateway */
.hub-hero {
	min-height: 100vh;
	min-height: 100svh;
	background: #050708;
}

.hub-bg {
	filter: saturate(0.86) contrast(1.18) brightness(0.72);
	transform: scale(1.03);
}

.hub-hero::before {
	background:
		linear-gradient(90deg, rgba(3, 5, 6, 0.96), rgba(3, 5, 6, 0.58) 43%, rgba(3, 5, 6, 0.28) 62%, rgba(3, 5, 6, 0.84)),
		radial-gradient(circle at 78% 34%, rgba(0, 175, 187, 0.24), transparent 30%),
		linear-gradient(180deg, rgba(3, 5, 6, 0.08), rgba(3, 5, 6, 0.96));
}

.hub-hero::after {
	content: none;
}

.hub-motion-field::before {
	opacity: 0.18;
	background-size: 96px 96px;
	mask-image: linear-gradient(180deg, transparent 8%, #000 42%, transparent 92%);
}

.hub-motion-field span {
	width: 58vw;
	opacity: 0.86;
}

.hub-hero-inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-rows: 1fr auto auto;
	grid-template-columns: 1fr;
	align-items: end;
	width: min(100% - 48px, 1500px);
	min-height: 100vh;
	min-height: 100svh;
	padding: 124px 0 34px;
	gap: 24px;
}

.hub-title-block {
	max-width: 960px;
	align-self: center;
	padding-top: 28px;
}

.hub-brand-line {
	margin-bottom: 24px;
}

.hub-title-block h1 {
	max-width: 1040px;
	margin: 0;
	font-size: clamp(72px, 8.2vw, 142px);
	line-height: 0.86;
	font-weight: 760;
	letter-spacing: 0;
	text-wrap: balance;
}

.hub-title-block p {
	max-width: 720px;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.14rem;
	line-height: 1.72;
}

.hub-portal-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.hub-portal {
	position: relative;
	min-height: 236px;
	display: grid;
	grid-template-rows: auto 1fr auto;
	align-content: stretch;
	padding: 28px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
		rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(18px);
	transition: transform 260ms var(--ease), background 260ms var(--ease), color 260ms var(--ease);
}

.hub-portal::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0;
	background:
		linear-gradient(135deg, rgba(0, 175, 187, 0.34), rgba(255, 255, 255, 0.02)),
		radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.18), transparent 34%);
	transition: opacity 260ms var(--ease);
}

.hub-portal-design::before {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(185, 154, 95, 0.2)),
		radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.22), transparent 34%);
}

.hub-portal:hover,
.hub-portal:focus-visible {
	transform: translateY(-4px);
}

.hub-portal:hover::before,
.hub-portal:focus-visible::before {
	opacity: 1;
}

.portal-index {
	position: absolute;
	top: 26px;
	right: 28px;
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.16em;
}

.portal-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	max-width: max-content;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.hub-portal strong {
	display: block;
	max-width: 620px;
	align-self: end;
	margin-top: 48px;
	font-size: clamp(30px, 3.2vw, 56px);
	line-height: 0.96;
	font-weight: 720;
	letter-spacing: 0;
	text-wrap: balance;
}

.hub-portal em {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: max-content;
	margin-top: 24px;
	color: var(--teal-2);
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hub-portal-design em {
	color: rgba(255, 255, 255, 0.9);
}

.hub-context-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	padding-top: 4px;
}

.hub-context-bar .hub-market-rail,
.hub-context-bar .hub-proof-strip {
	margin: 0;
}

.hub-context-bar .hub-market-rail {
	gap: 9px;
}

.hub-context-bar .hub-proof-strip {
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 0;
}

.expression-grid {
	display: grid;
	grid-template-columns: 0.52fr 1fr;
	gap: 42px;
	align-items: start;
}

.expression-video-grid {
	grid-template-columns: minmax(420px, 0.95fr) minmax(520px, 1.05fr);
	column-gap: 56px;
	row-gap: 44px;
	align-items: center;
}

.expression-video {
	grid-column: 1;
	width: 100%;
}

.expression-video .section-kicker {
	margin-bottom: 18px;
}

.expression-video-frame {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border: 1px solid rgba(17, 19, 21, 0.14);
	background: #0f1113;
	box-shadow: 0 26px 70px rgba(17, 19, 21, 0.12);
}

.expression-video-frame::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.16);
	pointer-events: none;
}

.expression-video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.expression-video-grid .expression-copy {
	grid-column: 2;
}

.hub-expression,
.hub-international-cta {
	background: #f5f5f0;
	color: var(--ink);
}

.expression-proof {
	grid-column: 2;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.expression-video-grid .expression-proof {
	grid-column: 1 / -1;
}

.expression-proof div {
	min-height: 140px;
	padding: 22px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.expression-proof strong {
	display: block;
	color: var(--teal);
	font-size: 2.2rem;
	line-height: 1;
}

.expression-proof span {
	display: block;
	margin-top: 12px;
	color: var(--muted);
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.hub-markets {
	background: #fff;
	color: var(--ink);
}

.market-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.market-card {
	position: relative;
	min-height: 270px;
	padding: 24px;
	overflow: hidden;
	border: 1px solid rgba(17, 19, 21, 0.12);
	border-radius: 6px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
		linear-gradient(135deg, var(--market-paper, #f5f5f0), var(--market-accent, var(--teal)));
	color: var(--ink);
	text-decoration: none;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: transform 240ms var(--ease), box-shadow 240ms var(--ease), border-color 240ms var(--ease);
}

.market-card:hover,
.market-card:focus-visible {
	transform: translateY(-6px);
	border-color: var(--market-accent, var(--teal));
	box-shadow: var(--shadow);
}

.market-card span,
.market-card em {
	display: block;
	color: var(--muted);
	font-size: 0.78rem;
	font-style: normal;
}

.market-card span {
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.market-card strong {
	display: block;
	margin: 46px 0 14px;
	font-size: 2.1rem;
	line-height: 1;
	letter-spacing: 0;
}

.market-card .icon {
	position: absolute;
	right: 24px;
	bottom: 24px;
	color: var(--market-accent, var(--teal));
}

.cta-band {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 34px;
	border: 1px solid var(--line);
	background: #fff;
}

.cta-band h2 {
	margin: 12px 0 0;
	max-width: 760px;
	font-size: 2.6rem;
	line-height: 1.05;
	letter-spacing: 0;
}

/* Landing */
.landing-shell {
	--market-paper: #f8f8f5;
	--market-ink: #15272d;
	--market-accent: #00929c;
	--market-accent-2: #102f46;
	background: var(--paper);
	color: var(--ink);
}

.landing-nav {
	color: var(--ink);
}

.landing-nav-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: 8px;
}

.language-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 30px;
	padding: 0 9px;
	border: 1px solid var(--line);
	background: var(--paper);
	color: var(--muted);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.nav-quote-btn {
	min-height: 38px;
	padding: 10px 18px;
	background: var(--market-accent);
	color: #fff;
}

.menu-toggle,
.mobile-close {
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--line);
	background: #fff;
	color: var(--ink);
}

.mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 920;
	display: grid;
	align-content: center;
	gap: 18px;
	padding: 28px;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(18px);
}

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

.mobile-menu a {
	color: var(--ink);
	text-decoration: none;
	font-size: 2rem;
	font-weight: 700;
}

.mobile-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-flex;
}

.certification-marquee {
	position: relative;
	z-index: 2;
	margin-top: 74px;
	overflow: hidden;
	border-bottom: 1px solid rgba(0, 146, 156, 0.16);
	background: #fff;
}

.marquee-track {
	display: flex;
	width: max-content;
	animation: marquee 34s linear infinite;
}

.marquee-track span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: max-content;
	height: 42px;
	padding: 0 26px;
	border-right: 1px solid rgba(0, 146, 156, 0.16);
	color: var(--muted);
	font-size: 0.68rem;
	font-weight: 820;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

@keyframes marquee {
	to {
		transform: translateX(-50%);
	}
}

.landing-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.84)),
		linear-gradient(135deg, var(--market-paper), #fff 48%, rgba(0, 146, 156, 0.08));
}

.landing-hero-grid {
	position: absolute;
	inset: 0;
	opacity: 0.32;
	background-image:
		linear-gradient(rgba(0, 146, 156, 0.14) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 146, 156, 0.12) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75), transparent 75%);
}

.landing-hero-inner {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.62fr);
	gap: 64px;
	align-items: center;
	min-height: 760px;
	padding: 62px 0 82px;
}

.hero-kicker {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
	color: var(--market-accent);
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hero-kicker span {
	width: 42px;
	height: 1px;
	background: currentColor;
}

.landing-hero h1 {
	margin: 0 0 24px;
	font-size: 5.5rem;
	line-height: 0.96;
	font-weight: 680;
	letter-spacing: 0;
}

.landing-hero h1 span {
	display: block;
}

.landing-hero h1 .accent-line {
	color: var(--market-accent);
}

.landing-hero p {
	max-width: 680px;
	margin: 0;
	color: var(--muted);
	font-size: 1.03rem;
	line-height: 1.9;
}

.hero-actions,
.section-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 44px;
	padding-top: 26px;
	border-top: 1px solid rgba(0, 146, 156, 0.18);
}

.hero-stats div {
	min-width: 128px;
	padding-right: 22px;
	border-right: 1px solid rgba(0, 146, 156, 0.18);
}

.hero-stats div:last-child {
	border-right: 0;
}

.hero-stats strong {
	display: block;
	color: var(--market-accent);
	font-size: 2.45rem;
	line-height: 1;
}

.hero-stats span {
	display: block;
	margin-top: 8px;
	color: var(--muted);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.landing-hero-visual {
	position: relative;
}

.hero-image-frame {
	position: relative;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	border: 1px solid rgba(0, 146, 156, 0.24);
	box-shadow: var(--shadow);
	transform-style: preserve-3d;
}

.hero-image-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-image-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, 0.32));
	pointer-events: none;
}

.hero-cert-card {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 2;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(16px);
	color: var(--ink);
}

.hero-cert-card span,
.hero-cert-card em,
.made-in-badge {
	display: block;
	color: var(--muted);
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.hero-cert-card strong {
	display: block;
	margin: 8px 0;
	font-size: 1.1rem;
	line-height: 1.2;
}

.made-in-badge {
	position: absolute;
	top: 34px;
	left: -28px;
	padding: 12px 16px;
	background: var(--market-accent);
	color: #fff;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.dual-card-band {
	background: #fff;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.dual-card-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: min(100%, 1440px);
	margin: 0 auto;
}

.dual-card {
	min-height: 320px;
	padding: 40px;
	color: var(--ink);
	text-decoration: none;
	border-right: 1px solid var(--line);
	transition: background 220ms var(--ease), transform 220ms var(--ease);
}

.dual-card:last-child {
	border-right: 0;
}

.dual-card:hover,
.dual-card:focus-visible {
	background: rgba(0, 146, 156, 0.06);
	transform: translateY(-4px);
}

.dual-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 32px;
	color: var(--market-accent);
	border: 1px solid rgba(0, 146, 156, 0.28);
	background: rgba(0, 146, 156, 0.06);
}

.dual-card h2 {
	margin: 0 0 14px;
	font-size: 2rem;
	line-height: 1.1;
}

.dual-card p {
	max-width: 560px;
	color: var(--muted);
}

.tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 24px 0;
}

.tag-row span,
.cert-badges span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 10px;
	border: 1px solid rgba(0, 146, 156, 0.2);
	background: rgba(0, 146, 156, 0.06);
	color: var(--market-accent);
	font-size: 0.66rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.dual-card em {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--market-accent);
	font-style: normal;
	font-weight: 800;
}

.heritage-section,
.industry-section,
.coverage-section {
	background: #f7f7f4;
}

.heritage-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
	gap: 56px;
	align-items: start;
}

.cert-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px;
}

.heritage-stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.stat-tile {
	min-height: 170px;
	padding: 24px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: #fff;
}

.stat-tile strong {
	display: block;
	color: var(--market-accent);
	font-size: 2.4rem;
	line-height: 1;
}

.stat-tile span {
	display: block;
	margin-top: 10px;
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 820;
	line-height: 1.35;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.industry-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.industry-tile {
	min-height: 132px;
	padding: 18px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: #fff;
	transition: background 220ms var(--ease), transform 220ms var(--ease), color 220ms var(--ease);
}

.industry-tile:hover {
	transform: translateY(-3px);
	background: var(--market-accent);
	color: #fff;
}

.industry-tile span {
	display: block;
	color: var(--market-accent);
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.12em;
}

.industry-tile:hover span {
	color: rgba(255, 255, 255, 0.78);
}

.industry-tile strong {
	display: block;
	margin-top: 42px;
	font-size: 1.05rem;
	line-height: 1.2;
}

.design-section {
	background: #fff;
}

.design-grid,
.industrial-grid,
.coverage-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
	gap: 64px;
	align-items: start;
}

.design-product-list {
	display: grid;
	gap: 12px;
	margin-top: 28px;
}

.design-product,
.system-row,
.partner-card {
	display: flex;
	gap: 14px;
	padding: 16px;
	border: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.82);
}

.design-product span,
.system-row span,
.partner-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	color: var(--market-accent);
	border: 1px solid rgba(0, 146, 156, 0.2);
	background: rgba(0, 146, 156, 0.06);
	flex: 0 0 38px;
}

.design-product strong,
.system-row strong,
.partner-card strong {
	display: block;
	font-size: 0.88rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.design-product em,
.system-row em,
.partner-card em {
	display: block;
	margin-top: 4px;
	color: var(--muted);
	font-size: 0.88rem;
	font-style: normal;
}

.palette-board {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
}

.material-swatch {
	position: relative;
	display: flex;
	min-height: 184px;
	overflow: hidden;
	flex-direction: column;
	justify-content: end;
	padding: 12px;
	border: 1px solid rgba(17, 19, 21, 0.12);
	background:
		linear-gradient(150deg, rgba(255, 255, 255, 0.16), rgba(0, 0, 0, 0.08)),
		var(--swatch, #c8c8c8);
	color: #fff;
	text-decoration: none;
	box-shadow: inset 0 -76px 62px rgba(0, 0, 0, 0.22);
	transition: transform 220ms var(--ease), box-shadow 220ms var(--ease);
}

.material-swatch:nth-child(1),
.material-swatch:nth-child(2) {
	grid-column: span 3;
}

.material-swatch:nth-child(3),
.material-swatch:nth-child(4),
.material-swatch:nth-child(5),
.request-swatch {
	grid-column: span 2;
}

.material-swatch:hover {
	transform: translateY(-4px);
	box-shadow: inset 0 -76px 62px rgba(0, 0, 0, 0.24), var(--shadow);
}

.material-swatch span {
	position: absolute;
	inset: 0;
	opacity: 0.18;
	background-image:
		linear-gradient(45deg, rgba(255, 255, 255, 0.22) 25%, transparent 25%),
		linear-gradient(-45deg, rgba(255, 255, 255, 0.18) 25%, transparent 25%);
	background-size: 18px 18px;
}

.material-swatch strong,
.material-swatch em {
	position: relative;
	z-index: 1;
	text-shadow: 0 1px 16px rgba(0, 0, 0, 0.38);
}

.material-swatch strong {
	font-size: 0.92rem;
	line-height: 1.18;
}

.material-swatch em {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.78rem;
	font-style: normal;
}

.request-swatch {
	background:
		linear-gradient(135deg, rgba(0, 146, 156, 0.88), rgba(17, 19, 21, 0.9)),
		var(--market-accent);
}

.industrial-section {
	background: var(--ink);
	color: #fff;
}

.industrial-section .section-kicker,
.industrial-section .industrial-copy h2 {
	color: #fff;
}

.industrial-section .industrial-copy p {
	color: rgba(255, 255, 255, 0.72);
}

.industrial-systems {
	display: grid;
	gap: 10px;
}

.system-row {
	border-color: rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.06);
}

.system-row span {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.16);
	color: var(--market-accent);
}

.system-row em {
	color: rgba(255, 255, 255, 0.68);
}

.spec-table {
	margin-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.spec-table div {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.spec-table strong {
	color: var(--market-accent);
	font-size: 0.76rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.spec-table span {
	color: rgba(255, 255, 255, 0.72);
}

.coverage-grid {
	grid-template-columns: minmax(340px, 0.62fr) minmax(0, 1fr);
}

.coverage-copy .partner-card {
	margin-top: 26px;
}

.coverage-map {
	display: grid;
	grid-template-columns: minmax(260px, 0.78fr) 1fr;
	gap: 18px;
}

.map-panel {
	position: relative;
	min-height: 440px;
	overflow: hidden;
	border: 1px solid var(--line);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.58)),
		linear-gradient(135deg, var(--market-paper), rgba(0, 146, 156, 0.16));
}

.map-panel::before {
	content: "";
	position: absolute;
	inset: 22px;
	border: 1px solid rgba(0, 146, 156, 0.2);
	background-image:
		linear-gradient(rgba(0, 146, 156, 0.1) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 146, 156, 0.1) 1px, transparent 1px);
	background-size: 34px 34px;
}

.map-line {
	position: absolute;
	height: 1px;
	background: rgba(0, 146, 156, 0.34);
	transform-origin: left;
}

.map-line-one {
	top: 34%;
	left: 14%;
	width: 70%;
	transform: rotate(-16deg);
}

.map-line-two {
	top: 54%;
	left: 18%;
	width: 64%;
	transform: rotate(12deg);
}

.map-line-three {
	top: 72%;
	left: 28%;
	width: 44%;
	transform: rotate(-28deg);
}

.map-point {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 74px;
	min-height: 34px;
	padding: 8px 10px;
	border: 1px solid rgba(0, 146, 156, 0.32);
	background: #fff;
	color: var(--market-accent);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.map-point:nth-of-type(4) {
	top: 18%;
	left: 20%;
}

.map-point:nth-of-type(5) {
	top: 36%;
	left: 52%;
}

.map-point:nth-of-type(6) {
	top: 54%;
	left: 16%;
}

.map-point:nth-of-type(7) {
	top: 70%;
	left: 50%;
}

.map-point:nth-of-type(8) {
	top: 78%;
	left: 28%;
}

.map-point:nth-of-type(9) {
	top: 24%;
	left: 58%;
}

.coverage-cards {
	display: grid;
	gap: 10px;
}

.coverage-card {
	padding: 16px;
	border: 1px solid var(--line);
	background: #fff;
}

.coverage-card strong,
.coverage-card span,
.coverage-card em {
	display: block;
}

.coverage-card strong {
	color: var(--market-accent);
}

.coverage-card span {
	margin-top: 4px;
	color: var(--ink);
	font-size: 0.9rem;
}

.coverage-card em {
	margin-top: 8px;
	color: var(--muted);
	font-size: 0.78rem;
	font-style: normal;
}

.testimonial-section {
	background: #fff;
}

.testimonial-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 44px;
	padding: 42px;
	border: 1px solid var(--line);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
		linear-gradient(135deg, var(--market-paper), rgba(0, 146, 156, 0.12));
	box-shadow: var(--shadow);
}

.testimonial-copy h2 {
	margin: 14px 0 22px;
	font-size: 2.65rem;
	line-height: 1.04;
	letter-spacing: 0;
}

.testimonial-original {
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.55;
}

.testimonial-translation {
	margin: 22px 0 0;
	color: var(--muted);
}

.testimonial-meta {
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 24px;
	border: 1px solid rgba(0, 146, 156, 0.18);
	background: #fff;
}

.stars {
	display: flex;
	gap: 4px;
	margin-bottom: 34px;
	color: var(--market-accent);
}

.testimonial-meta strong {
	font-size: 1.2rem;
}

.testimonial-meta span,
.testimonial-meta em,
.testimonial-meta small {
	display: block;
	color: var(--muted);
	font-style: normal;
}

.verified-badge {
	display: inline-flex;
	width: max-content;
	margin: 24px 0 12px;
	padding: 8px 10px;
	background: var(--market-accent);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.quote-section {
	position: relative;
	overflow: hidden;
	background: #f7f7f4;
}

.quote-inner {
	max-width: 960px;
}

.quote-head {
	text-align: center;
	margin: 0 auto 36px;
}

.quote-head .section-kicker {
	justify-content: center;
}

.quote-panel {
	padding: 28px;
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: var(--shadow);
}

.form-notice {
	margin-bottom: 18px;
	padding: 12px 14px;
	background: rgba(0, 146, 156, 0.08);
	color: var(--market-accent);
	border: 1px solid rgba(0, 146, 156, 0.2);
}

.quote-form {
	display: grid;
	gap: 16px;
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.quote-form label {
	display: grid;
	gap: 7px;
}

.quote-form label span {
	color: var(--muted);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
	width: 100%;
	border: 1px solid rgba(17, 19, 21, 0.18);
	background: #f8f8f5;
	color: var(--ink);
	padding: 13px 14px;
	border-radius: 4px;
}

.quote-form textarea {
	resize: vertical;
}

.privacy-check {
	display: flex !important;
	grid-template-columns: auto 1fr;
	align-items: flex-start;
	gap: 10px !important;
}

.privacy-check input {
	width: 18px;
	height: 18px;
	margin-top: 4px;
}

.privacy-check span {
	color: var(--muted);
	font-size: 0.82rem !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.quote-form button {
	justify-self: start;
}

.contact-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid var(--line);
}

.contact-strip a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--market-accent);
	text-decoration: none;
	font-weight: 760;
}

.mobile-sticky-quote {
	position: fixed;
	right: 14px;
	bottom: 14px;
	z-index: 820;
	display: none;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	background: var(--market-accent);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.global-footer {
	background: #0f1113;
	color: #fff;
	padding: 62px 0 28px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.7fr 1fr 1fr;
	gap: 34px;
}

.footer-brand p,
.footer-grid a,
.footer-bottom {
	color: rgba(255, 255, 255, 0.66);
}

.footer-logo-img {
	width: 130px;
	height: auto;
	filter: brightness(0) invert(1);
}

.footer-socials {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 24px;
}

.footer-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.62);
	transition: transform 220ms var(--ease), color 220ms var(--ease), opacity 220ms var(--ease);
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
	transform: translateY(-2px);
	color: var(--teal-2);
}

.footer-socials .social-icon {
	width: 18px;
	height: 18px;
	display: block;
}

.footer-grid h2 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 0.76rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.footer-grid a {
	display: block;
	margin-bottom: 10px;
}

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

.footer-bottom {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	margin-top: 46px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 0.78rem;
}

.footer-bottom a {
	color: inherit;
	text-decoration: none;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
	color: #fff;
}

.archive-main {
	background: #f7f7f4;
}

.archive-hero {
	min-height: 480px;
	padding: 110px 0 70px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72)),
		linear-gradient(135deg, #f7f7f4, rgba(0, 146, 156, 0.12));
	border-bottom: 1px solid var(--line);
}

.archive-logo {
	position: absolute;
	top: 24px;
	left: 32px;
}

.archive-market-grid {
	margin-top: 0;
}

.default-main {
	min-height: 60vh;
	padding-top: 120px;
}

@media (max-width: 1180px) {
	.hub-hero-inner,
	.landing-hero-inner,
	.design-grid,
	.industrial-grid,
	.coverage-grid {
		grid-template-columns: 1fr;
	}

	.hub-worlds {
		min-height: 460px;
	}

	.hub-world-stage {
		max-width: 760px;
	}

	.hub-context-bar {
		align-items: flex-start;
		flex-direction: column;
	}

	.hub-context-bar .hub-proof-strip {
		justify-content: flex-start;
	}

	.landing-hero-inner {
		min-height: auto;
	}

	.landing-hero-visual {
		max-width: 520px;
	}

	.coverage-map {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 980px) {
	.section-head h2,
	.expression-copy h2,
	.heritage-copy h2,
	.design-copy h2,
	.industrial-copy h2,
	.coverage-copy h2,
	.quote-head h2,
	.archive-hero h1 {
		font-size: 2.45rem;
	}

	.hub-title-block h1,
	.landing-hero h1 {
		font-size: 4rem;
	}

	.hub-portal-grid {
		grid-template-columns: 1fr;
	}

	.hub-portal {
		min-height: 210px;
	}

	.hub-hero-inner {
		align-items: start;
	}

	.hub-topbar nav,
	.landing-links,
	.nav-quote-btn {
		display: none;
	}

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

	.landing-nav-actions {
		margin-left: auto;
	}

		.expression-grid,
		.heritage-grid,
		.testimonial-card,
		.footer-grid {
			grid-template-columns: 1fr;
		}

		.expression-video,
		.expression-video-grid .expression-copy,
		.expression-video-grid .expression-proof {
			grid-column: auto;
		}

		.expression-proof {
			grid-column: auto;
			grid-template-columns: 1fr 1fr;
	}

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

	.market-grid {
		grid-template-columns: 1fr 1fr;
	}

	.dual-card-inner {
		grid-template-columns: 1fr;
	}

	.dual-card {
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.dual-card:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 700px) {
	.wrap {
		width: min(100% - 24px, 1340px);
	}

	.section {
		padding: 64px 0;
	}

	.hub-topbar,
	.landing-nav {
		height: 64px;
		padding: 0 18px;
	}

	.hub-logo img,
	.landing-logo img {
		width: 104px;
	}

	.certification-marquee {
		margin-top: 64px;
	}

	.hub-hero-inner {
		padding: 98px 0 54px;
		gap: 34px;
		width: calc(100vw - 24px);
		max-width: calc(100vw - 24px);
		margin-right: 12px;
		margin-left: 12px;
		overflow: hidden;
	}

	.hub-title-block {
		padding-bottom: 0;
		min-width: 0;
		max-width: 100%;
	}

	.hub-title-block h1,
	.landing-hero h1 {
		max-width: 100%;
		overflow-wrap: break-word;
		font-size: 2.08rem;
		line-height: 0.98;
	}

	.hub-title-block p {
		width: 100%;
		max-width: calc(100vw - 24px);
		min-width: 0;
		overflow-wrap: break-word;
		font-size: 0.96rem;
		line-height: 1.62;
	}

	.hub-brand-line {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

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

	.hub-actions .btn-primary,
	.hub-actions .btn-outline,
	.hub-actions .btn-light {
		width: 100%;
		max-width: none;
		min-height: 52px;
		justify-content: space-between;
		padding-inline: 18px;
		font-size: 0.66rem;
		letter-spacing: 0.09em;
		white-space: normal;
		text-align: left;
	}

	.hub-market-rail {
		align-items: flex-start;
		flex-direction: column;
	}

	.hub-market-rail span {
		margin-bottom: 2px;
	}

	.hub-portal-grid {
		gap: 1px;
		min-width: 0;
		max-width: 100%;
	}

	.hub-portal {
		min-height: 176px;
		min-width: 0;
		max-width: 100%;
		padding: 20px;
	}

	.portal-index {
		top: 20px;
		right: 20px;
	}

	.portal-label {
		padding-right: 44px;
		font-size: 0.66rem;
		letter-spacing: 0.12em;
	}

	.hub-portal strong {
		max-width: 100%;
		overflow-wrap: break-word;
		margin-top: 48px;
		font-size: 1.58rem;
		line-height: 1;
	}

	.hub-portal em {
		width: auto;
		max-width: 100%;
		margin-top: 16px;
		white-space: normal;
		overflow-wrap: break-word;
	}

	.hub-context-bar {
		gap: 16px;
	}

	.hub-context-bar .hub-proof-strip {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}

	.hub-world-stage::before {
		inset: -12px;
		transform: none;
	}

	.stage-caption {
		align-items: flex-start;
		flex-direction: column;
	}

	.landing-hero-inner {
		gap: 34px;
		padding: 52px 0 60px;
	}

	.hub-worlds,
	.hero-stats,
	.form-grid,
	.market-grid,
	.palette-board {
		grid-template-columns: 1fr;
	}

	.hub-worlds {
		display: grid;
	}

	.hub-world {
		min-height: 290px;
		padding: 24px;
	}

	.hub-world + .hub-world {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.hub-world h2 {
		margin-top: 42px;
		font-size: 1.8rem;
	}

	.hub-proof-strip {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.landing-hero-visual {
		display: none;
	}

	.hero-stats {
		display: grid;
	}

	.hero-stats div {
		border-right: 0;
		border-bottom: 1px solid rgba(0, 146, 156, 0.18);
		padding: 0 0 16px;
	}

	.expression-proof,
	.heritage-stats,
	.industry-grid {
		grid-template-columns: 1fr;
	}

	.dual-card,
	.testimonial-card,
	.quote-panel,
	.cta-band {
		padding: 24px;
	}

	.cta-band {
		display: grid;
	}

	.cta-band h2 {
		font-size: 2rem;
	}

	.material-swatch,
	.material-swatch:nth-child(1),
	.material-swatch:nth-child(2),
	.material-swatch:nth-child(3),
	.material-swatch:nth-child(4),
	.material-swatch:nth-child(5),
	.request-swatch {
		grid-column: auto;
		min-height: 150px;
	}

	.map-panel {
		min-height: 320px;
	}

	.testimonial-copy h2 {
		font-size: 2.1rem;
	}

	.testimonial-original {
		font-size: 1.08rem;
	}

	.mobile-sticky-quote {
		display: inline-flex;
	}

	.footer-bottom {
		display: grid;
	}
}

/* Homepage hero v5: cipria × verde sivit split editorial */
.hub-hero-redesign {
	--hero-ink: #f9f6f1;
	--hero-muted: rgba(249, 246, 241, 0.66);
	--hero-line: rgba(255, 255, 255, 0.12);
	--hero-verde: #00929c;
	--hero-verde-2: #00c4d2;
	--hero-cipria: #d9a88c;
	--hero-cipria-light: #f4e3d8;
	--hero-cipria-deep: #b87558;
	/* Legacy aliases */
	--hero-teal: #00929c;
	--hero-industrial: #00929c;
	--hero-design-powder: #f4e3d8;
	--hero-design-sand: #d9a88c;
	--hero-design-clay: #c18673;
	--hero-design-terracotta: #a85d48;
	--hero-stone: #f4e3d8;
	min-height: 100vh;
	min-height: 100svh;
	background: linear-gradient(148deg, #040d0f 0%, #0a1416 44%, #190f08 100%);
}

.hub-hero-redesign .hub-bg {
	opacity: 0.34;
	object-position: 58% 42%;
	filter: saturate(0.72) contrast(1.32) brightness(0.48);
	transform: scale(1.08);
	animation: hub-bg-breathe 22s ease-in-out infinite alternate;
}

.hub-hero-redesign::before {
	background:
		radial-gradient(ellipse 62% 76% at 10% 34%, rgba(0, 196, 210, 0.38), transparent),
		radial-gradient(ellipse 58% 70% at 86% 36%, rgba(217, 168, 140, 0.42), transparent),
		radial-gradient(ellipse 34% 46% at 50% 94%, rgba(0, 120, 128, 0.18), transparent),
		radial-gradient(ellipse 28% 32% at 50% 4%, rgba(0, 146, 156, 0.10), transparent),
		linear-gradient(110deg, rgba(3, 10, 12, 0.97) 0%, rgba(3, 8, 10, 0.46) 46%, rgba(24, 14, 8, 0.96) 100%);
}

.hub-hero-redesign::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	height: auto;
	background:
		linear-gradient(180deg, rgba(3, 11, 13, 0.64) 0%, transparent 24%, rgba(3, 11, 13, 0.10) 60%, rgba(4, 12, 13, 0.94) 100%),
		radial-gradient(ellipse at 64% 42%, transparent 0%, rgba(0, 0, 0, 0.12) 58%, rgba(0, 0, 0, 0.36) 100%);
	pointer-events: none;
}

.hub-resin-canvas {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0.92;
	mix-blend-mode: screen;
	pointer-events: none;
}

@keyframes hub-bg-breathe {
	0% {
		opacity: 0.36;
		transform: scale(1.06) translate3d(-0.8%, 0.5%, 0);
	}
	100% {
		opacity: 0.48;
		transform: scale(1.12) translate3d(1%, -0.6%, 0);
	}
}

.hub-hero-redesign .hub-topbar {
	justify-content: center;
	height: 72px;
	background: rgba(3, 10, 12, 0.78);
	border-bottom-color: rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

.hub-hero-redesign .hub-topbar::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, rgba(0, 175, 187, 0.36) 30%, rgba(217, 168, 140, 0.36) 70%, transparent 100%);
}

.hub-hero-redesign .hub-topbar.is-scrolled {
	height: 62px;
	background: rgba(3, 10, 12, 0.94);
}

.hub-hero-redesign .hub-logo img {
	width: 104px;
}

.hub-hero-redesign .hub-hero-inner {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(380px, 0.86fr) minmax(560px, 1fr);
	align-items: center;
	gap: 76px;
	width: min(100% - 64px, 1500px);
	min-height: 100vh;
	min-height: 100svh;
	margin: 0 auto;
	padding: 108px 0 48px;
}

.hub-hero-redesign .hub-title-block {
	max-width: 720px;
	align-self: center;
	padding: 0;
}

.hub-hero-redesign .hub-brand-line {
	align-items: center;
	margin: 0 0 22px;
}

.hub-hero-redesign .hub-brand-line .section-kicker {
	color: var(--hero-verde-2);
}

.hub-hero-redesign .hub-brand-line .section-kicker::before {
	background: linear-gradient(90deg, var(--hero-verde), var(--hero-cipria));
}

.hub-hero-redesign .hub-brand-line strong {
	color: rgba(249, 246, 241, 0.50);
	letter-spacing: 0.14em;
}

.hub-hero-redesign .hub-title-block h1 {
	max-width: 760px;
	margin: 0;
	color: var(--hero-ink);
	font-size: 6.1rem;
	line-height: 0.92;
	font-weight: 780;
	letter-spacing: 0;
	text-wrap: balance;
}

.hub-hero-redesign .hub-title-block h1 span:last-child {
	background: linear-gradient(92deg, var(--hero-verde-2) 0%, var(--hero-cipria) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.hub-hero-redesign .hub-title-block p {
	max-width: 620px;
	margin: 24px 0 0;
	color: var(--hero-muted);
	font-size: 1.08rem;
	line-height: 1.72;
}

.hub-hero-redesign .hub-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.hub-hero-redesign .hub-actions .hub-cta-markets {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.36);
	background: rgba(255, 255, 255, 0.06);
	box-shadow: none;
}

.hub-hero-redesign .hub-actions .hub-cta-markets:hover,
.hub-hero-redesign .hub-actions .hub-cta-markets:focus-visible {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.62);
	background: rgba(255, 255, 255, 0.12);
}

.hub-hero-redesign .hub-actions .hub-cta-industrial {
	background: var(--hero-verde);
	color: #fff;
	border-color: transparent;
	box-shadow: 0 16px 48px rgba(0, 146, 156, 0.38), 0 4px 16px rgba(0, 146, 156, 0.22);
}

.hub-hero-redesign .hub-actions .hub-cta-industrial:hover,
.hub-hero-redesign .hub-actions .hub-cta-industrial:focus-visible {
	background: var(--hero-verde-2);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 20px 56px rgba(0, 196, 210, 0.44), 0 6px 20px rgba(0, 196, 210, 0.24);
}

.hub-hero-redesign .hub-actions .hub-cta-design {
	color: #2c1608;
	background: var(--hero-cipria-light);
	border-color: rgba(184, 117, 88, 0.28);
	box-shadow: 0 16px 48px rgba(217, 168, 140, 0.26), 0 4px 16px rgba(217, 168, 140, 0.16);
}

.hub-hero-redesign .hub-actions .hub-cta-design:hover,
.hub-hero-redesign .hub-actions .hub-cta-design:focus-visible {
	background: var(--hero-cipria);
	border-color: transparent;
	color: #2c1608;
	box-shadow: 0 20px 56px rgba(217, 168, 140, 0.34), 0 6px 20px rgba(217, 168, 140, 0.20);
}

.hub-hero-redesign .hub-market-rail {
	gap: 9px;
	margin-top: 28px;
}

.hub-hero-redesign .hub-market-rail span {
	color: rgba(255, 255, 255, 0.5);
}

.hub-hero-redesign .hub-market-rail a {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.055);
}

.hub-world-stack {
	position: relative;
	min-height: 590px;
	isolation: isolate;
	perspective: 1200px;
}

.hub-stage-label {
	position: absolute;
	top: 6px;
	right: 0;
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 18px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.7rem;
	font-weight: 860;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.hub-stage-label::before {
	content: "";
	width: 74px;
	height: 1px;
	background: linear-gradient(90deg, var(--hero-cipria), var(--hero-verde));
}

.hub-stage-label strong {
	color: var(--hero-cipria);
}

.hub-world-card {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: min(64%, 520px);
	min-height: 398px;
	padding: 34px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 36px 90px rgba(0, 0, 0, 0.34);
	transition: transform 280ms var(--ease), border-color 280ms var(--ease), box-shadow 280ms var(--ease);
}

.hub-world-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background-position: center;
	background-size: cover;
	transition: transform 420ms var(--ease), opacity 280ms var(--ease);
}

.hub-world-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.68)),
		linear-gradient(148deg, rgba(0, 175, 187, 0.24), transparent 52%);
}

.hub-world-card:hover,
.hub-world-card:focus-visible {
	border-color: rgba(255, 255, 255, 0.44);
	box-shadow: 0 52px 120px rgba(0, 0, 0, 0.48);
}

.hub-world-card:hover::before,
.hub-world-card:focus-visible::before {
	transform: scale(1.07);
	opacity: 0.98;
}

.hub-world-card-industrial {
	top: 54px;
	left: 0;
	z-index: 2;
	width: min(57%, 470px);
	background:
		linear-gradient(148deg, rgba(0, 88, 96, 0.96) 0%, rgba(2, 12, 14, 0.94) 100%),
		#061618;
	border-color: rgba(0, 175, 187, 0.28);
	transform: rotate(-2.5deg) translateZ(0);
}

.hub-world-card-industrial::before {
	opacity: 0.72;
	background-image: url("/wp-content/uploads/2026/06/realizzazioni-mecca.2e16d0ba.fill-1800x1012.format-webp_GFLbHxM.webp");
	background-position: center;
}

.hub-world-card-industrial:hover,
.hub-world-card-industrial:focus-visible {
	transform: rotate(-1deg) translateY(-10px);
	border-color: rgba(0, 196, 210, 0.46);
	box-shadow:
		0 52px 120px rgba(0, 0, 0, 0.50),
		0 0 0 1px rgba(0, 175, 187, 0.22),
		inset 0 1px 0 rgba(0, 196, 210, 0.18);
}

.hub-world-card-design {
	right: 0;
	bottom: 20px;
	z-index: 3;
	width: min(62%, 520px);
	color: #28140a;
	border-color: rgba(217, 168, 140, 0.42);
	background:
		linear-gradient(148deg, rgba(244, 227, 215, 0.97) 0%, rgba(217, 168, 140, 0.90) 62%, rgba(184, 117, 88, 0.76) 100%),
		#f4e3d8;
	transform: rotate(2.5deg) translateZ(0);
}

.hub-world-card-design::before {
	opacity: 0.78;
	background-image: url("/wp-content/uploads/2026/06/sivit.design-55.2e16d0ba.fill-1800x1012.format-webp.webp");
	background-position: center;
	mix-blend-mode: multiply;
}

.hub-world-card-design::after {
	background:
		linear-gradient(180deg, rgba(244, 227, 215, 0.06), rgba(244, 227, 215, 0.60)),
		linear-gradient(148deg, rgba(217, 168, 140, 0.22), transparent 56%);
}

.hub-world-card-design:hover,
.hub-world-card-design:focus-visible {
	transform: rotate(1deg) translateY(-10px);
	border-color: rgba(217, 168, 140, 0.62);
	box-shadow:
		0 52px 120px rgba(0, 0, 0, 0.38),
		0 0 0 1px rgba(217, 168, 140, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.hub-hero-redesign .hub-world-card-design .portal-label,
.hub-hero-redesign .hub-world-card-design .portal-index {
	color: rgba(40, 20, 10, 0.72);
}

.hub-hero-redesign .hub-world-card-design strong {
	color: #28140a;
}

.hub-hero-redesign .hub-world-card-design em {
	color: var(--hero-cipria-deep);
}

.hub-hero-redesign .hub-world-card-design .portal-tags i {
	border-color: rgba(40, 20, 10, 0.22);
	color: rgba(40, 20, 10, 0.58);
}

.hub-hero-redesign .hub-world-card-industrial em {
	color: var(--hero-verde-2);
}

.hub-world-card .portal-index {
	top: 30px;
	right: 32px;
	color: currentColor;
	opacity: 0.46;
}

.hub-world-card .portal-label {
	position: absolute;
	top: 30px;
	left: 34px;
	color: currentColor;
	opacity: 0.76;
}

.hub-world-card strong {
	display: block;
	max-width: 360px;
	margin: 138px 0 22px;
	font-size: 2.12rem;
	line-height: 1.02;
	font-weight: 760;
	letter-spacing: 0;
	text-wrap: balance;
}

.hub-world-card-industrial strong {
	max-width: 280px;
}

.hub-world-card-design strong {
	max-width: 430px;
}

.hub-world-card em {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: max-content;
	margin-top: 22px;
	color: currentColor;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.portal-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.portal-tags i {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 10px;
	border: 1px solid currentColor;
	color: currentColor;
	font-size: 0.62rem;
	font-style: normal;
	font-weight: 860;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.72;
}

.hub-world-connector {
	display: none;
	position: absolute;
	left: 36%;
	top: 46%;
	z-index: 5;
	gap: 4px;
	width: 164px;
	padding: 16px 18px;
	color: #fff;
	background: rgba(5, 7, 8, 0.84);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.26);
	backdrop-filter: blur(18px);
	transform: translate(-50%, -50%);
}

.hub-world-connector span,
.hub-world-connector strong {
	font-size: 0.62rem;
	font-weight: 880;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
}

.hub-world-connector span {
	color: rgba(255, 255, 255, 0.58);
}

.hub-world-connector strong {
	color: var(--hero-teal);
}

@media (max-width: 1180px) {
	.hub-hero-redesign .hub-hero-inner {
		grid-template-columns: 1fr;
		gap: 40px;
		width: min(100% - 40px, 920px);
		min-height: auto;
		padding: 116px 0 56px;
	}

	.hub-hero-redesign .hub-title-block {
		max-width: 820px;
	}

	.hub-hero-redesign .hub-title-block h1 {
		font-size: 5rem;
	}

	.hub-world-stack {
		min-height: 540px;
	}
}

@media (max-width: 760px) {
	.hub-hero-redesign .hub-topbar {
		padding: 0 18px;
	}

	.hub-hero-redesign .hub-topbar nav {
		display: none;
		gap: 12px;
	}

	.hub-hero-redesign .hub-topbar nav a {
		font-size: 0.62rem;
		letter-spacing: 0.08em;
	}

	.hub-hero-redesign .hub-logo img {
		width: 86px;
	}

	.hub-hero-redesign .hub-hero-inner {
		width: min(100% - 28px, 620px);
		padding: 104px 0 38px;
	}

	.hub-hero-redesign .hub-title-block h1 {
		font-size: 3.35rem;
		line-height: 0.96;
	}

	.hub-hero-redesign .hub-title-block p {
		font-size: 1rem;
		line-height: 1.62;
	}

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

	.hub-hero-redesign .hub-actions .btn-primary,
	.hub-hero-redesign .hub-actions .btn-outline,
	.hub-hero-redesign .hub-actions .btn-light {
		width: 100%;
		justify-content: space-between;
	}

	.hub-hero-redesign .hub-market-rail {
		align-items: flex-start;
		flex-direction: column;
	}

	.hub-world-stack {
		display: grid;
		gap: 14px;
		min-height: 0;
		perspective: none;
	}

	.hub-stage-label,
	.hub-world-connector,
	.hub-world-card {
		position: relative;
		inset: auto;
		transform: none;
	}

	.hub-stage-label {
		justify-content: space-between;
	}

	.hub-stage-label::before {
		width: 42px;
	}

	.hub-world-card,
	.hub-world-card-industrial,
	.hub-world-card-design,
	.hub-world-card-industrial:hover,
	.hub-world-card-industrial:focus-visible,
	.hub-world-card-design:hover,
	.hub-world-card-design:focus-visible {
		width: 100%;
		min-height: 310px;
		transform: none;
	}

	.hub-world-card {
		padding: 24px;
	}

	.hub-world-card .portal-label {
		top: 24px;
		left: 24px;
		padding-right: 52px;
	}

	.hub-world-card .portal-index {
		top: 24px;
		right: 24px;
	}

	.hub-world-card strong {
		max-width: 100%;
		margin-top: 112px;
		font-size: 1.9rem;
	}

	.hub-world-connector {
		left: auto;
		top: auto;
		width: 100%;
		padding: 14px 16px;
		transform: none;
	}
}

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

	.reveal,
	.reveal-left,
	.reveal-right {
		opacity: 1;
		transform: none;
	}

	.site-preloader {
		display: none;
	}
}

@media (max-width: 760px) {
	.hub-main .expression-proof {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.hub-main .expression-proof div {
		min-height: 128px;
		padding: 22px 18px;
	}

	.global-footer {
		text-align: center;
	}

	.global-footer .footer-grid {
		justify-items: center;
		text-align: center;
		gap: 42px;
	}

	.global-footer .footer-brand,
	.global-footer .footer-grid > div {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.global-footer .footer-socials {
		justify-content: center;
	}

	.global-footer .footer-grid a {
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}

	.global-footer .footer-bottom {
		justify-content: center;
		text-align: center;
	}
}
