/*
Theme Name: Inwant — Ambition in Motion
Theme URI: https://inwanttechnologies.com/
Author: Inwant Technologies
Author URI: https://inwanttechnologies.com/
Description: A premium custom WordPress theme for Inwant Technologies, built around product engineering, intelligence and growth.
Version: 6.5.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: inwant-am
*/

:root {
	--ink: #171918;
	--ink-soft: #404641;
	--muted: #6d756f;
	--line: rgba(23, 25, 24, 0.13);
	--line-strong: rgba(23, 25, 24, 0.24);
	--blue: #3367b1;
	--blue-dark: #1f4f96;
	--blue-light: #dfeafb;
	--green: #32a958;
	--green-dark: #16753a;
	--green-light: #e1f4e7;
	--mist: #f3f6f9;
	--mist-blue: #edf4fd;
	--warm: #f8f7f3;
	--white: #fff;
	--shell: min(1280px, calc(100vw - 96px));
	--radius-sm: 12px;
	--radius: 24px;
	--radius-lg: 40px;
	--shadow-soft: 0 24px 80px rgba(26, 49, 80, 0.10);
	--shadow-lift: 0 34px 100px rgba(25, 42, 66, 0.16);
	--ease: cubic-bezier(0.2, 0.72, 0.18, 1);
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 96px;
}

body {
	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.menu-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration: none;
}

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

button,
a {
	-webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid rgba(51, 103, 177, 0.35);
	outline-offset: 4px;
}

::selection {
	background: var(--blue);
	color: var(--white);
}

.shell {
	width: var(--shell);
	margin-inline: auto;
}

.section-space {
	padding-block: clamp(112px, 11vw, 184px);
}

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

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 9999;
	padding: 12px 18px;
	border-radius: 999px;
	background: var(--ink);
	color: var(--white);
	transform: translateY(-140%);
	transition: transform 0.2s ease;
}

.skip-link:focus {
	transform: none;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 24px;
	color: var(--blue);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.2;
	text-transform: uppercase;
}

.eyebrow > span {
	display: block;
	width: 32px;
	height: 1px;
	background: currentColor;
}

.section-heading {
	max-width: 900px;
}

.section-heading.centered {
	margin-inline: auto;
	text-align: center;
}

.section-heading.centered .eyebrow {
	justify-content: center;
}

.section-heading h2,
.work-heading h2,
.partnership-copy h2,
.faq-heading h2,
.closing-copy h2 {
	margin: 0;
	font-size: clamp(42px, 5.1vw, 74px);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 1.06;
}

.section-heading h2 em,
.work-heading h2 em,
.partnership-copy h2 em,
.closing-copy h2 em {
	color: var(--blue);
	font-style: normal;
}

.section-heading > p:last-child {
	max-width: 660px;
	margin: 28px auto 0;
	color: var(--muted);
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.75;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	min-height: 54px;
	padding: 0 25px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 650;
	line-height: 1;
	transition: color 0.32s var(--ease), background 0.32s var(--ease), border-color 0.32s var(--ease), box-shadow 0.32s var(--ease), transform 0.32s var(--ease);
}

.button span {
	font-size: 16px;
	transition: transform 0.32s var(--ease);
}

.button:hover {
	transform: translateY(-2px);
}

.button:hover span {
	transform: translate(3px, -2px);
}

.button-primary {
	background: var(--blue);
	box-shadow: 0 14px 36px rgba(51, 103, 177, 0.22);
	color: var(--white);
}

.button-primary:hover {
	background: var(--blue-dark);
	box-shadow: 0 18px 42px rgba(51, 103, 177, 0.30);
}

.button-outline {
	border-color: rgba(51, 103, 177, 0.34);
	background: rgba(255, 255, 255, 0.7);
	color: var(--blue-dark);
	backdrop-filter: blur(12px);
}

.button-outline:hover {
	border-color: var(--blue);
	background: var(--white);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	padding-bottom: 7px;
	border-bottom: 1px solid var(--line-strong);
	color: var(--blue-dark);
	font-size: 14px;
	font-weight: 650;
}

.text-link span {
	transition: transform 0.3s var(--ease);
}

.text-link:hover span {
	transform: translate(3px, -3px);
}

/* Header */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 86px;
	border-bottom: 1px solid transparent;
	background: rgba(255, 255, 255, 0.82);
	backdrop-filter: blur(20px) saturate(150%);
	transition: height 0.35s var(--ease), border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.site-header.is-scrolled {
	height: 74px;
	border-color: var(--line);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 8px 30px rgba(20, 32, 45, 0.06);
}

.header-shell {
	display: grid;
	grid-template-columns: 260px 1fr 300px;
	align-items: center;
	height: 100%;
}

.site-brand {
	position: relative;
	z-index: 1002;
}

.site-brand img,
.custom-logo {
	width: 172px;
	height: auto;
}

.desktop-nav {
	justify-self: center;
}

.desktop-nav ul,
.mobile-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.desktop-nav ul {
	display: flex;
	align-items: center;
	gap: 38px;
}

.desktop-nav a {
	position: relative;
	display: block;
	padding: 8px 0;
	font-size: 13px;
	font-weight: 600;
}

.desktop-nav a::after {
	position: absolute;
	right: 0;
	bottom: 1px;
	left: 0;
	height: 1px;
	background: var(--blue);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.3s var(--ease);
}

.desktop-nav a:hover::after,
.desktop-nav .current-menu-item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
}

.header-text-link {
	font-size: 12px;
	font-weight: 600;
	color: var(--ink-soft);
}

.header-cta {
	min-height: 45px;
	padding-inline: 19px;
	font-size: 12px;
}

.menu-toggle {
	display: none;
	position: relative;
	z-index: 1002;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: var(--white);
	cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
	position: absolute;
	left: 14px;
	width: 19px;
	height: 1px;
	background: var(--ink);
	transition: top 0.3s var(--ease), transform 0.3s var(--ease);
}

.menu-toggle > span:nth-of-type(2) {
	top: 19px;
}

.menu-toggle > span:nth-of-type(3) {
	top: 27px;
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
	top: 23px;
	transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
	top: 23px;
	transform: rotate(-45deg);
}

.mobile-navigation {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	display: grid;
	width: 100%;
	height: 100dvh;
	padding-top: 96px;
	background: rgba(247, 249, 251, 0.98);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-16px);
	transition: opacity 0.35s ease, transform 0.45s var(--ease);
}

.mobile-navigation.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.mobile-navigation-inner {
	display: grid;
	grid-template-rows: auto 1fr auto auto;
	padding-block: 20px 38px;
}

.mobile-nav-label {
	margin: 0 0 20px;
	color: var(--blue);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.mobile-navigation li {
	border-bottom: 1px solid var(--line);
}

.mobile-navigation li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0;
	font-size: clamp(28px, 7vw, 48px);
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.15;
}

.mobile-navigation li a::after {
	color: var(--blue);
	content: "↗";
	font-size: 18px;
}

.mobile-nav-actions {
	display: flex;
	gap: 10px;
	padding-top: 28px;
}

.mobile-nav-meta {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-top: 24px;
	color: var(--muted);
	font-size: 12px;
}

/* Hero */
.hero {
	position: relative;
	min-height: 1000px;
	padding-top: 86px;
	overflow: hidden;
	background:
		linear-gradient(180deg, #fff 0%, #fbfcfe 58%, #f0f5fa 100%);
}

.hero-grid,
.closing-grid,
.partnership-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(40, 75, 108, 0.042) 1px, transparent 1px),
		linear-gradient(90deg, rgba(40, 75, 108, 0.042) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 78%);
	pointer-events: none;
}

.hero-glow {
	position: absolute;
	width: 520px;
	height: 520px;
	border-radius: 50%;
	filter: blur(110px);
	opacity: 0.16;
	pointer-events: none;
}

.hero-glow-blue {
	left: -210px;
	top: 290px;
	background: #7ba7ec;
}

.hero-glow-green {
	right: -220px;
	top: 390px;
	background: #83d49b;
}

.hero-shell {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 940px;
}

.hero-copy {
	position: relative;
	z-index: 5;
	max-width: 1180px;
	margin: 0 auto;
	padding-top: clamp(108px, 9vw, 142px);
	text-align: center;
}

.hero-copy .eyebrow {
	justify-content: center;
}

.hero-copy h1 {
	max-width: 1180px;
	margin: 0;
	font-size: clamp(54px, 5.85vw, 88px);
	font-weight: 500;
	letter-spacing: -0.066em;
	line-height: 0.96;
}

.hero-line {
	display: block;
	white-space: nowrap;
}

.hero-line > span,
.hero-copy h1 em > span {
	display: inline;
}

.hero-title-desktop { display: block; }
.hero-title-mobile { display: none; }

.hero-copy h1 em {
	display: block;
	margin-top: 8px;
	background: linear-gradient(100deg, var(--blue-dark) 5%, var(--blue) 48%, var(--green) 96%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-style: normal;
}

.hero-deck {
	max-width: 680px;
	margin: 28px auto 0;
	color: var(--ink-soft);
	font-size: clamp(16px, 1.45vw, 20px);
	line-height: 1.75;
}

.hero-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 34px;
}

.hero-object {
	position: relative;
	z-index: 2;
	align-self: end;
	width: min(940px, 86vw);
	height: 395px;
	margin: -6px auto 0;
	isolation: isolate;
	perspective: 1200px;
	transform-style: preserve-3d;
}

.signal-floor {
	position: absolute;
	z-index: 0;
	left: 50%;
	bottom: -100px;
	width: 850px;
	height: 340px;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 50%;
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.98) 0%, rgba(224, 235, 250, 0.5) 34%, transparent 70%);
	box-shadow: 0 -30px 100px rgba(88, 132, 189, 0.12);
	transform: translateX(-50%) rotateX(68deg);
}

.signal-axis {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 54%;
	background: linear-gradient(90deg, transparent, rgba(51, 103, 177, 0.42), transparent);
	opacity: 0.52;
}

.signal-axis-x {
	width: 860px;
	height: 1px;
	transform: translateX(-50%);
}

.signal-axis-y {
	width: 1px;
	height: 330px;
	background: linear-gradient(transparent, rgba(50, 169, 88, 0.5), transparent);
	transform: translate(-50%, -50%);
}

.signal-plane {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 53%;
	width: 280px;
	height: 185px;
	border: 1px solid rgba(72, 116, 171, 0.22);
	border-radius: 28px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.91), rgba(222, 234, 247, 0.47));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1), 0 28px 60px rgba(48, 74, 103, 0.10);
	backdrop-filter: blur(10px);
}

.signal-plane-one {
	transform: translate(-153%, -49%) rotateY(55deg) rotateZ(-4deg);
}

.signal-plane-two {
	z-index: 3;
	width: 340px;
	height: 220px;
	background: linear-gradient(150deg, rgba(255, 255, 255, 0.94), rgba(226, 237, 249, 0.58));
	transform: translate(-50%, -51%) rotateX(9deg);
}

.signal-plane-three {
	transform: translate(53%, -49%) rotateY(-55deg) rotateZ(4deg);
}

.signal-node {
	position: absolute;
	z-index: 6;
	width: 9px;
	height: 9px;
	border: 2px solid var(--white);
	border-radius: 50%;
	background: var(--blue);
	box-shadow: 0 0 0 7px rgba(51, 103, 177, 0.10), 0 0 26px rgba(51, 103, 177, 0.35);
	animation: nodePulse 2.8s ease-in-out infinite;
}

.signal-node-one {
	left: 16%;
	top: 57%;
}

.signal-node-two {
	right: 17%;
	top: 50%;
	background: var(--green);
	box-shadow: 0 0 0 7px rgba(50, 169, 88, 0.10), 0 0 26px rgba(50, 169, 88, 0.35);
	animation-delay: -1.4s;
}

.signal-node-three {
	left: 51%;
	top: 21%;
	width: 7px;
	height: 7px;
}

.brand-core {
	position: absolute;
	left: 50%;
	top: 52%;
	z-index: 8;
	width: 208px;
	height: 208px;
	transform: translate(-50%, -50%);
	transform-style: preserve-3d;
	transition: transform 0.18s ease-out;
}

.core-shadow {
	position: absolute;
	left: 50%;
	bottom: -48px;
	width: 185px;
	height: 54px;
	border-radius: 50%;
	background: rgba(38, 77, 124, 0.17);
	filter: blur(23px);
	transform: translateX(-50%) rotateX(65deg);
}

.core-shell {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(75, 116, 164, 0.22);
	border-radius: 50%;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(229, 238, 248, 0.74)),
		radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 1), transparent 45%);
	box-shadow:
		inset 0 2px 2px rgba(255, 255, 255, 1),
		inset 0 -18px 34px rgba(73, 110, 156, 0.10),
		0 26px 70px rgba(40, 70, 107, 0.16);
	overflow: hidden;
}

.core-shell::before,
.core-shell::after {
	position: absolute;
	border-radius: 50%;
	content: "";
}

.core-shell::before {
	inset: 12px;
	border: 1px solid rgba(51, 103, 177, 0.13);
}

.core-shell::after {
	left: 30px;
	top: 16px;
	width: 92px;
	height: 45px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), transparent);
	filter: blur(3px);
	transform: rotate(-20deg);
}

.core-light {
	position: absolute;
	left: 50%;
	bottom: -30%;
	width: 58%;
	height: 115%;
	background: linear-gradient(to top, rgba(50, 169, 88, 0.48), rgba(66, 138, 221, 0.35) 58%, transparent 90%);
	filter: blur(19px);
	transform: translateX(-50%);
	animation: coreLight 4.8s var(--ease) infinite;
}

.core-mark {
	position: absolute;
	inset: 34px 28px;
	display: grid;
	place-items: center;
	overflow: hidden;
}

.core-mark img {
	position: relative;
	z-index: 2;
	width: 140px;
	filter: drop-shadow(0 10px 16px rgba(39, 85, 139, 0.15));
}

.core-scan {
	position: absolute;
	z-index: 3;
	left: 6%;
	right: 6%;
	bottom: -28px;
	height: 38px;
	background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(96, 177, 240, 0.52), rgba(255, 255, 255, 0));
	filter: blur(7px);
	animation: markScan 4.8s var(--ease) infinite;
	mix-blend-mode: screen;
}

.hero-chip {
	position: absolute;
	z-index: 9;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 9px 13px;
	border: 1px solid rgba(57, 93, 134, 0.13);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 10px 28px rgba(47, 75, 107, 0.07);
	color: var(--ink-soft);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	backdrop-filter: blur(12px);
	animation: chipFloat 5.6s ease-in-out infinite;
}

.hero-chip span {
	color: var(--blue);
	font-size: 9px;
}

.hero-chip-product {
	left: 11%;
	top: 36%;
}

.hero-chip-intelligence {
	right: 9%;
	top: 31%;
	animation-delay: -1.8s;
}

.hero-chip-growth {
	right: 17%;
	top: 72%;
	animation-delay: -3.1s;
}

.hero-foot {
	position: relative;
	z-index: 6;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 26px;
	color: var(--muted);
	font-size: 11px;
}

.hero-foot p {
	margin: 0;
}

.hero-foot a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hero-foot a span {
	display: block;
	width: 18px;
	height: 28px;
	border: 1px solid var(--line-strong);
	border-radius: 999px;
}

.hero-foot a span::after {
	display: block;
	width: 3px;
	height: 5px;
	margin: 6px auto 0;
	border-radius: 99px;
	background: var(--blue);
	content: "";
	animation: scrollDot 1.8s ease-in-out infinite;
}

@keyframes nodePulse {
	0%, 100% { transform: scale(0.92); opacity: 0.72; }
	50% { transform: scale(1.14); opacity: 1; }
}

@keyframes coreLight {
	0%, 18% { transform: translate(-50%, 45%); opacity: 0.2; }
	55%, 72% { transform: translate(-50%, -12%); opacity: 0.88; }
	100% { transform: translate(-50%, -55%); opacity: 0; }
}

@keyframes markScan {
	0%, 18% { bottom: -30px; opacity: 0; }
	40% { opacity: 1; }
	74%, 100% { bottom: calc(100% + 10px); opacity: 0; }
}

@keyframes chipFloat {
	0%, 100% { transform: translate3d(0, 0, 0); }
	50% { transform: translate3d(0, -9px, 0); }
}

@keyframes scrollDot {
	0% { transform: translateY(0); opacity: 0; }
	35% { opacity: 1; }
	100% { transform: translateY(9px); opacity: 0; }
}

/* Trust rail */
.trust-rail {
	position: relative;
	z-index: 5;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: var(--white);
}

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

.trust-grid > div {
	display: flex;
	min-height: 112px;
	padding: 24px 26px;
	border-right: 1px solid var(--line);
	flex-direction: column;
	justify-content: center;
}

.trust-grid > div:last-child {
	border-right: 0;
}

.trust-grid strong,
.trust-grid p {
	margin: 0;
	font-size: 13px;
	font-weight: 650;
}

.trust-grid span {
	margin-top: 5px;
	color: var(--muted);
	font-size: 10px;
	line-height: 1.5;
}

.trust-grid .trust-intro {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
}

.trust-intro img {
	width: 38px;
	height: 28px;
	object-fit: contain;
}

/* Position */
.position {
	background: var(--warm);
}

.position-shell {
	max-width: 1180px;
}

.position .section-heading {
	max-width: 940px;
}

.position .section-heading h2 {
	font-size: clamp(45px, 5.6vw, 80px);
}

.position-principles {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: clamp(76px, 8vw, 124px);
}

.position-principles article {
	position: relative;
	min-height: 214px;
	padding: 0 clamp(28px, 3vw, 48px);
	border-right: 1px solid var(--line);
}

.position-principles article:first-child {
	padding-left: 0;
}

.position-principles article:last-child {
	padding-right: 0;
	border-right: 0;
}

.position-principles article > span {
	display: inline-grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--blue);
	font-size: 9px;
	font-weight: 700;
}

.position-principles h3 {
	margin: 32px 0 12px;
	font-size: clamp(20px, 1.8vw, 25px);
	font-weight: 550;
	letter-spacing: -0.035em;
	line-height: 1.25;
}

.position-principles p {
	max-width: 310px;
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.8;
}

.position-principles article:last-child h3 {
	color: var(--green-dark);
}

.position-line {
	position: relative;
	height: 42px;
	margin-top: 44px;
}

.position-line > span {
	position: absolute;
	left: 0;
	top: 19px;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, var(--blue) 0%, #6ba2cf 52%, var(--green) 100%);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 1.2s var(--ease) 0.3s;
}

.position-line.is-visible > span,
.is-visible .position-line > span {
	transform: scaleX(1);
}

.position-line i {
	position: absolute;
	top: 15px;
	width: 9px;
	height: 9px;
	border: 2px solid var(--white);
	border-radius: 50%;
	background: var(--blue);
	box-shadow: 0 0 0 4px rgba(51, 103, 177, 0.12);
}

.position-line i:nth-child(2) { left: 1%; }
.position-line i:nth-child(3) { left: 50%; background: #4d8fac; }
.position-line i:nth-child(4) { right: 1%; background: var(--green); }

/* Company story and proof */
.company-story {
	position: relative;
	background:
		radial-gradient(circle at 8% 8%, rgba(51, 103, 177, 0.08), transparent 27%),
		radial-gradient(circle at 92% 96%, rgba(50, 169, 88, 0.08), transparent 29%),
		var(--warm);
	overflow: hidden;
}

.company-story::before {
	position: absolute;
	left: -20vw;
	top: 42%;
	width: 140vw;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(51, 103, 177, 0.24), rgba(50, 169, 88, 0.20), transparent);
	content: "";
	transform: rotate(-4deg);
}

.company-story-shell {
	position: relative;
	z-index: 1;
}

.company-story-top {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(400px, 0.78fr);
	align-items: end;
	justify-content: space-between;
	gap: clamp(70px, 10vw, 160px);
}

.company-story-title h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(52px, 5.8vw, 84px);
	font-weight: 500;
	letter-spacing: -0.065em;
	line-height: 1.01;
}

.company-story-title h2 em {
	background: linear-gradient(100deg, var(--blue-dark), var(--blue) 55%, var(--green));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-style: normal;
}

.company-story-copy {
	padding: 0 0 8px 40px;
	border-left: 1px solid rgba(51, 103, 177, 0.23);
}

.company-story-copy p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.85;
}

.company-story-copy .story-lead {
	margin-bottom: 18px;
	color: var(--ink);
	font-size: clamp(16px, 1.35vw, 19px);
	line-height: 1.7;
}

.company-story-copy .text-link {
	display: inline-flex;
	margin-top: 28px;
}

.company-proof {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: clamp(94px, 10vw, 150px);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.company-proof article {
	position: relative;
	min-height: 248px;
	padding: 30px clamp(24px, 3vw, 46px) 34px;
	border-right: 1px solid var(--line);
}

.company-proof article:first-child {
	padding-left: 0;
}

.company-proof article:last-child {
	padding-right: 0;
	border-right: 0;
}

.company-proof article > span {
	color: var(--blue);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.company-proof strong {
	display: block;
	margin-top: 48px;
	background: linear-gradient(120deg, var(--ink) 10%, var(--blue) 68%, var(--green));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: clamp(54px, 6.4vw, 84px);
	font-weight: 500;
	letter-spacing: -0.07em;
	line-height: 0.9;
}

.company-proof p {
	margin: 20px 0 0;
	color: var(--muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.client-proof {
	display: grid;
	grid-template-columns: minmax(270px, 0.65fr) minmax(0, 1.35fr);
	align-items: center;
	gap: clamp(50px, 8vw, 120px);
	margin-top: clamp(76px, 8vw, 116px);
}

.client-proof-heading h3 {
	max-width: 450px;
	margin: 0;
	font-size: clamp(30px, 3.2vw, 46px);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 1.12;
}

.client-logo-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.client-logo {
	display: grid;
	min-height: 116px;
	padding: 24px;
	place-items: center;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.48);
	transition: background 0.3s ease, transform 0.3s var(--ease);
}

a.client-logo:hover {
	position: relative;
	z-index: 2;
	background: var(--white);
	transform: translateY(-3px);
}

.client-logo img {
	width: auto;
	max-width: 138px;
	max-height: 42px;
	filter: grayscale(1);
	opacity: 0.62;
	transition: filter 0.3s ease, opacity 0.3s ease;
}

.client-logo:hover img {
	filter: none;
	opacity: 1;
}

.client-confidential {
	display: grid;
	grid-template-columns: 70px 1fr;
	align-items: center;
	gap: 28px;
	min-height: 148px;
	padding: 30px 36px;
	border: 1px solid rgba(51, 103, 177, 0.16);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.66);
	box-shadow: 0 20px 70px rgba(45, 72, 103, 0.07);
}

.client-confidential img {
	width: 70px;
	height: 58px;
	object-fit: contain;
	opacity: 0.72;
}

.client-confidential p {
	max-width: 620px;
	margin: 0;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.8;
}

/* Capability story */
.capability-story {
	position: relative;
	height: 620vh;
	background: #eef4fa;
}

.capability-sticky {
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	height: 100vh;
	min-height: 720px;
	overflow: hidden;
	background:
		radial-gradient(circle at 88% 22%, rgba(50, 169, 88, 0.10), transparent 26%),
		radial-gradient(circle at 10% 80%, rgba(51, 103, 177, 0.12), transparent 30%),
		#eef4fa;
}

.capability-sticky::after {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(62, 95, 132, 0.14) 0.7px, transparent 0.7px);
	background-size: 24px 24px;
	content: "";
	mask-image: radial-gradient(circle at 70% 50%, black, transparent 62%);
	pointer-events: none;
}

.capability-shell {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(250px, 0.8fr) minmax(310px, 0.95fr) minmax(480px, 1.55fr);
	grid-template-rows: 1fr auto;
	align-items: center;
	gap: 0 56px;
}

.capability-intro {
	align-self: start;
	padding-top: 30px;
}

.capability-intro h2 {
	margin: 0;
	font-size: clamp(31px, 3vw, 48px);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 1.08;
}

.capability-intro h2 em {
	display: block;
	color: var(--blue);
	font-style: normal;
}

.capability-intro > p:not(.eyebrow) {
	max-width: 320px;
	margin: 22px 0 0;
	color: var(--muted);
	font-size: 12px;
}

.capability-intro > a {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	margin-top: 28px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(51, 103, 177, 0.35);
	color: var(--blue-dark);
	font-size: 12px;
	font-weight: 650;
}

.capability-copy {
	position: relative;
	height: 350px;
}

.capability-copy-panel {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transform: translateY(34px);
	transition: opacity 0.52s ease, transform 0.62s var(--ease);
}

.capability-copy-panel.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.capability-number {
	color: var(--blue);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.capability-copy-panel h3 {
	margin: 26px 0 18px;
	font-size: clamp(38px, 4.25vw, 68px);
	font-weight: 500;
	letter-spacing: -0.06em;
	line-height: 1.02;
}

.capability-copy-panel p {
	max-width: 430px;
	margin: 0;
	color: var(--ink-soft);
	font-size: 15px;
	line-height: 1.75;
}

.capability-copy-panel small {
	display: block;
	margin-top: 30px;
	padding-top: 18px;
	border-top: 1px solid var(--line);
	color: var(--muted);
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.capability-visual {
	position: relative;
	height: 570px;
	perspective: 1200px;
}

.visual-frame {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(63, 100, 140, 0.15);
	border-radius: 36px;
	background: rgba(255, 255, 255, 0.70);
	box-shadow: var(--shadow-lift), inset 0 1px 0 rgba(255, 255, 255, 0.94);
	overflow: hidden;
	backdrop-filter: blur(24px);
	transform: rotateY(-3deg) rotateX(1deg);
}

.visual-topbar {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 6px;
	height: 48px;
	padding-inline: 18px;
	border-bottom: 1px solid rgba(50, 78, 108, 0.1);
	background: rgba(255, 255, 255, 0.62);
}

.visual-topbar span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #b7c4d0;
}

.visual-topbar span:nth-child(2) { background: #8bb4dc; }
.visual-topbar span:nth-child(3) { background: #8dd19f; }

.visual-topbar b {
	margin-left: auto;
	color: #7d8c98;
	font-size: 8px;
	font-weight: 650;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.capability-scene {
	position: absolute;
	inset: 48px 0 0;
	opacity: 0;
	pointer-events: none;
	transform: scale(0.965) translateY(16px);
	transition: opacity 0.48s ease, transform 0.62s var(--ease);
}

.capability-scene.is-active {
	opacity: 1;
	transform: none;
}

/* Product scene */
.scene-product {
	display: grid;
	grid-template-columns: 78px 1fr;
	gap: 16px;
	padding: 26px;
}

.ui-sidebar {
	display: flex;
	align-items: center;
	padding: 18px 14px;
	border: 1px solid rgba(47, 83, 124, 0.08);
	border-radius: 18px;
	background: rgba(241, 246, 251, 0.9);
	flex-direction: column;
	gap: 16px;
}

.ui-sidebar::before {
	width: 30px;
	height: 22px;
	margin-bottom: 24px;
	background: url("assets/images/brand/inwant-symbol.png") center / contain no-repeat;
	content: "";
}

.ui-sidebar i {
	width: 32px;
	height: 7px;
	border-radius: 8px;
	background: #d4dfe9;
}

.ui-sidebar i:first-of-type {
	background: var(--blue);
}

.ui-dashboard {
	display: grid;
	grid-template-rows: 1.25fr 0.8fr 1fr;
	gap: 15px;
}

.dashboard-hero,
.dashboard-table,
.dashboard-grid i {
	border: 1px solid rgba(45, 80, 119, 0.08);
	border-radius: 18px;
	background: rgba(247, 250, 253, 0.9);
}

.dashboard-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(125deg, #dfeafa, #f5f9fd 54%, #e4f4e8);
}

.dashboard-hero::before {
	position: absolute;
	left: 24px;
	top: 28px;
	width: 38%;
	height: 10px;
	border-radius: 10px;
	background: rgba(51, 103, 177, 0.38);
	box-shadow: 0 22px 0 rgba(51, 103, 177, 0.12), 0 44px 0 rgba(51, 103, 177, 0.08);
	content: "";
}

.dashboard-hero::after {
	position: absolute;
	right: -42px;
	bottom: -52px;
	width: 200px;
	height: 200px;
	border: 28px solid rgba(50, 169, 88, 0.17);
	border-radius: 50%;
	content: "";
}

.dashboard-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.dashboard-grid i {
	position: relative;
}

.dashboard-grid i::before {
	position: absolute;
	left: 16px;
	top: 17px;
	width: 34px;
	height: 34px;
	border-radius: 11px;
	background: var(--blue-light);
	content: "";
}

.dashboard-grid i:nth-child(2)::before { background: #e7eef7; }
.dashboard-grid i:nth-child(3)::before { background: var(--green-light); }

.dashboard-table {
	background:
		linear-gradient(#d8e2ea, #d8e2ea) 20px 24px / 40% 7px no-repeat,
		repeating-linear-gradient(to bottom, transparent 0 24px, rgba(61, 94, 127, 0.08) 24px 25px) 20px 48px / calc(100% - 40px) calc(100% - 65px) no-repeat,
		rgba(248, 251, 253, 0.9);
}

/* Mobile scene */
.scene-mobile {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 42px;
	background: radial-gradient(circle at 50% 55%, rgba(80, 135, 202, 0.16), transparent 44%);
}

.phone {
	position: relative;
	z-index: 2;
	width: 188px;
	height: 380px;
	padding: 23px 14px 16px;
	border: 8px solid #fff;
	border-radius: 37px;
	background: #eef4fa;
	box-shadow: 0 32px 70px rgba(42, 74, 111, 0.20), inset 0 0 0 1px rgba(38, 68, 100, 0.12);
}

.phone-one { transform: rotate(-8deg) translateY(16px); }
.phone-two { transform: rotate(7deg) translateY(-18px); }

.phone > span {
	position: absolute;
	left: 50%;
	top: 9px;
	width: 54px;
	height: 7px;
	border-radius: 99px;
	background: #d2dce5;
	transform: translateX(-50%);
}

.phone > div {
	height: 145px;
	border-radius: 23px;
	background: linear-gradient(145deg, #386cba, #72a6dd 55%, #65bd83);
}

.phone-two > div {
	background: linear-gradient(145deg, #dfeafa, #fff 54%, #dff3e5);
}

.phone i {
	display: block;
	height: 74px;
	margin-top: 12px;
	border-radius: 17px;
	background: #fff;
}

.phone i:last-child { height: 58px; }

.mobile-pulse {
	position: absolute;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(51, 103, 177, 0.12);
	border-radius: 50%;
	box-shadow: 0 0 0 42px rgba(51, 103, 177, 0.03), 0 0 0 86px rgba(50, 169, 88, 0.025);
}

/* AI scene */
.scene-ai {
	background:
		radial-gradient(circle at center, rgba(51, 103, 177, 0.14), transparent 34%),
		linear-gradient(rgba(51, 103, 177, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(51, 103, 177, 0.05) 1px, transparent 1px);
	background-size: auto, 36px 36px, 36px 36px;
}

.agent-core {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	display: grid;
	width: 130px;
	height: 130px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.18);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 22px 70px rgba(46, 83, 128, 0.18), 0 0 0 20px rgba(255, 255, 255, 0.44);
	transform: translate(-50%, -50%);
}

.agent-core img { width: 86px; }

.agent-card {
	position: absolute;
	z-index: 2;
	width: 148px;
	padding: 17px;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 18px 40px rgba(51, 82, 118, 0.10);
}

.agent-card span {
	color: var(--blue);
	font-size: 9px;
	font-weight: 700;
}

.agent-card b {
	display: block;
	margin-top: 8px;
	font-size: 14px;
}

.agent-one { left: 8%; top: 16%; }
.agent-two { right: 8%; top: 16%; }
.agent-three { right: 9%; bottom: 13%; }

.agent-link {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 43%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(51, 103, 177, 0.5), transparent);
	transform-origin: left;
}

.agent-link-one { transform: rotate(-22deg); }
.agent-link-two { transform: rotate(25deg); }

/* WhatsApp scene */
.scene-whatsapp {
	padding: 45px 40px;
	background: linear-gradient(145deg, rgba(239, 247, 244, 0.95), rgba(255, 255, 255, 0.82));
}

.conversation {
	max-width: 74%;
	padding: 18px 22px;
	border: 1px solid rgba(44, 92, 70, 0.11);
	border-radius: 22px 22px 22px 6px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(45, 84, 66, 0.08);
}

.conversation span {
	color: var(--muted);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.conversation p {
	margin: 8px 0 0;
	font-size: 15px;
}

.conversation-right {
	margin: 34px 0 0 auto;
	border-radius: 22px 22px 6px;
	background: linear-gradient(135deg, #376ebc, #2c9f65);
	color: #fff;
}

.conversation-right span { color: rgba(255, 255, 255, 0.7); }

.conversation-action {
	display: grid;
	grid-template-columns: 42px 1fr;
	align-items: center;
	max-width: 76%;
	margin: 42px auto 0;
	padding: 14px 18px;
	border: 1px solid rgba(50, 169, 88, 0.17);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.82);
}

.conversation-action i {
	grid-row: span 2;
	width: 26px;
	height: 26px;
	border: 7px solid #bfe5ca;
	border-radius: 50%;
	background: var(--green);
}

.conversation-action b { font-size: 12px; }
.conversation-action small { color: var(--muted); font-size: 9px; }

/* Commerce scene */
.scene-commerce {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	background: linear-gradient(145deg, #edf3fb, #fff 48%, #eef7f1);
}

.product-card {
	position: relative;
	width: 28%;
	padding: 12px;
	border: 1px solid rgba(46, 79, 116, 0.10);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 22px 50px rgba(47, 75, 106, 0.12);
}

.product-one { transform: translateY(32px) rotate(-5deg); }
.product-two { z-index: 2; transform: translateY(-8px); }
.product-three { transform: translateY(26px) rotate(5deg); }

.product-card > div {
	height: 205px;
	border-radius: 15px;
	background:
		radial-gradient(circle at 48% 44%, #fff 0 13%, transparent 14%),
		linear-gradient(145deg, #c9ddf6, #eff5fb 54%, #d7ebdd);
}

.product-two > div { background: linear-gradient(145deg, #c9dafa, #5889ca 70%, #3fab67); }
.product-three > div { background: linear-gradient(145deg, #e0f1e4, #f7faf8 54%, #a8d9b7); }

.product-card b,
.product-card span {
	display: inline-block;
	margin: 14px 0 3px;
	font-size: 10px;
}

.product-card span { float: right; color: var(--muted); }

/* Growth scene */
.scene-growth {
	background: radial-gradient(circle at center, rgba(50, 169, 88, 0.13), transparent 45%);
}

.growth-orbit {
	position: absolute;
	left: 50%;
	top: 50%;
	display: grid;
	width: 170px;
	height: 170px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 0 0 34px rgba(51, 103, 177, 0.035), 0 0 0 70px rgba(50, 169, 88, 0.025), 0 24px 60px rgba(44, 79, 118, 0.14);
	transform: translate(-50%, -50%);
}

.growth-orbit img { width: 110px; }

.growth-stat {
	position: absolute;
	width: 145px;
	padding: 15px;
	border: 1px solid rgba(51, 103, 177, 0.12);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.84);
}

.growth-stat b { display: block; font-size: 11px; }
.growth-stat i {
	display: block;
	width: 84%;
	height: 5px;
	margin-top: 12px;
	border-radius: 99px;
	background: linear-gradient(90deg, var(--blue), #61a1cb, var(--green));
}

.growth-stat-one { left: 7%; top: 18%; }
.growth-stat-two { right: 7%; top: 22%; }
.growth-stat-three { right: 10%; bottom: 15%; }
.growth-stat-two i { width: 62%; }
.growth-stat-three i { width: 92%; }

.capability-progress {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	margin-top: 34px;
}

.capability-progress-line {
	height: 1px;
	background: rgba(51, 103, 177, 0.14);
}

.capability-progress-line span {
	display: block;
	width: 16.667%;
	height: 1px;
	background: linear-gradient(90deg, var(--blue), var(--green));
	transition: width 0.45s var(--ease);
}

.capability-dots {
	display: grid;
	grid-template-columns: repeat(var(--capability-count, 6), 1fr);
}

.capability-dots button {
	padding: 0;
	border: 0;
	background: none;
	color: var(--muted);
	font-size: 9px;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
	transition: color 0.3s ease;
}

.capability-dots button.is-active { color: var(--blue); }

/* Selected work */
.work-showcase {
	overflow: hidden;
	background: var(--white);
}

.work-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 50px;
}

.work-heading > div {
	max-width: 840px;
}

.work-heading .button {
	margin-bottom: 8px;
}

.work-track-shell {
	margin-top: 76px;
}

.work-track {
	display: flex;
	gap: 28px;
	width: var(--shell);
	margin-inline: auto;
	overflow-x: auto;
	scrollbar-width: none;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

.work-track::-webkit-scrollbar {
	display: none;
}

.work-card {
	min-width: min(84vw, 890px);
	scroll-snap-align: start;
}

.work-visual {
	position: relative;
	display: block;
	height: 540px;
	border-radius: 30px;
	background: var(--work-image, none), linear-gradient(135deg, #e5eefb, #f7faff 56%, #e6f4ea);
	background-position: center;
	background-size: cover;
	box-shadow: var(--shadow-soft);
	overflow: hidden;
	transition: box-shadow 0.45s var(--ease), transform 0.45s var(--ease);
}

.work-card:hover .work-visual {
	box-shadow: var(--shadow-lift);
	transform: translateY(-6px);
}

.work-visual::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 50%);
	content: "";
	pointer-events: none;
}

.work-visual-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(58, 93, 131, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(58, 93, 131, 0.055) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(135deg, black, transparent 70%);
}

.work-visual > img {
	position: absolute;
	left: 32px;
	top: 30px;
	z-index: 3;
	width: 42px;
	height: 30px;
	object-fit: contain;
	filter: drop-shadow(0 8px 16px rgba(45, 85, 133, 0.13));
}

.work-visual > span {
	position: absolute;
	right: 32px;
	top: 28px;
	z-index: 3;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(45, 84, 125, 0.15);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
	color: var(--blue);
	font-size: 10px;
	font-weight: 700;
	backdrop-filter: blur(12px);
}

.work-window {
	position: absolute;
	left: 50%;
	top: 54%;
	width: min(650px, 76%);
	height: 385px;
	border: 1px solid rgba(51, 88, 129, 0.16);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 34px 80px rgba(44, 75, 111, 0.19);
	overflow: hidden;
	transform: translate(-50%, -50%) rotateX(4deg) rotateY(-5deg);
	transition: transform 0.55s var(--ease);
}

.work-card:hover .work-window {
	transform: translate(-50%, -52%) rotateX(1deg) rotateY(-1deg);
}

.work-window-bar {
	display: flex;
	align-items: center;
	gap: 6px;
	height: 38px;
	padding-inline: 14px;
	border-bottom: 1px solid var(--line);
}

.work-window-bar i {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #c3ced9;
}

.work-window-bar i:nth-child(2) { background: #8fb7dc; }
.work-window-bar i:nth-child(3) { background: #8acb9b; }

.work-window-content {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	grid-template-rows: 1.25fr 0.75fr;
	gap: 12px;
	height: calc(100% - 38px);
	padding: 18px;
}

.work-window-content > div {
	border-radius: 14px;
	background: #edf3f9;
}

.work-window-content > div:first-child {
	grid-row: span 2;
	background:
		radial-gradient(circle at 55% 43%, rgba(255, 255, 255, 0.9) 0 12%, transparent 13%),
		linear-gradient(150deg, #91b3e1, #d9e7f8 55%, #a4d9b5);
}

.work-window-content > div:nth-child(2) {
	background: linear-gradient(135deg, #e6eef9, #fff);
}

.work-window-content > div:nth-child(3) {
	background: linear-gradient(135deg, #e0f2e6, #fff);
}

.work-card-automation .work-visual {
	background: var(--work-image, none), linear-gradient(135deg, #eef2fb, #fff 52%, #e9f4f1);
}

.work-card-automation .work-window-content > div:first-child {
	background:
		linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px),
		linear-gradient(145deg, #365e9f, #6c98cf 56%, #38a760);
	background-size: 30px 30px, 30px 30px, auto;
}

.work-card-purpose .work-visual {
	background: var(--work-image, none), linear-gradient(135deg, #eaf5ed, #f8fbf9 56%, #edf2fa);
}

.work-card-purpose .work-window-content > div:first-child {
	background:
		radial-gradient(circle at 48% 46%, rgba(255, 255, 255, 0.7) 0 15%, transparent 16%),
		linear-gradient(145deg, #80c497, #d9efdf 56%, #83aadd);
}

.work-copy {
	padding: 28px 4px 0;
}

.work-copy > p {
	margin: 0 0 10px;
	color: var(--blue);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.work-copy h3 {
	margin: 0;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 500;
	letter-spacing: -0.045em;
	line-height: 1.18;
}

.work-copy > div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-top: 18px;
}

.work-copy > div span {
	max-width: 650px;
	color: var(--muted);
	font-size: 13px;
}

.work-copy > div a {
	display: grid;
	min-width: 46px;
	height: 46px;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--blue);
	transition: color 0.3s ease, background 0.3s ease, transform 0.3s var(--ease);
}

.work-copy > div a:hover {
	background: var(--blue);
	color: var(--white);
	transform: rotate(8deg);
}

.work-track-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 44px;
	padding-top: 20px;
	border-top: 1px solid var(--line);
}

.work-track-controls p {
	margin: 0;
	color: var(--muted);
	font-size: 11px;
}

.work-track-controls p span {
	color: var(--blue);
	font-weight: 700;
}

.work-track-controls > div {
	display: flex;
	gap: 8px;
}

.work-track-controls button {
	width: 46px;
	height: 46px;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: var(--white);
	color: var(--ink);
	cursor: pointer;
	transition: color 0.3s ease, background 0.3s ease;
}

.work-track-controls button:hover {
	background: var(--ink);
	color: var(--white);
}

/* Intelligence */
.intelligence {
	position: relative;
	overflow: hidden;
	border-top: 1px solid rgba(50, 169, 88, 0.11);
	border-bottom: 1px solid rgba(50, 169, 88, 0.11);
	background: #f0f8f3;
}

.intelligence-halo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 940px;
	height: 940px;
	border: 1px solid rgba(50, 169, 88, 0.08);
	border-radius: 50%;
	box-shadow: 0 0 0 130px rgba(50, 169, 88, 0.025), 0 0 0 260px rgba(51, 103, 177, 0.02);
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.intelligence .section-heading h2 em {
	color: var(--green-dark);
}

.intelligence-flow {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: clamp(70px, 8vw, 114px);
}

.intelligence-path {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 18px;
	height: 1px;
	background: rgba(43, 128, 72, 0.16);
}

.intelligence-path span {
	display: block;
	width: 0;
	height: 1px;
	background: linear-gradient(90deg, var(--blue), #4385a0, var(--green));
	transition: width 1.5s var(--ease) 0.25s;
}

.intelligence-flow.is-visible .intelligence-path span {
	width: 100%;
}

.intelligence-flow article {
	position: relative;
	z-index: 2;
	padding-inline: 20px;
	text-align: center;
}

.intelligence-flow i {
	display: inline-grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.18);
	border-radius: 50%;
	background: #f0f8f3;
	box-shadow: 0 0 0 8px #f0f8f3;
	color: var(--blue);
	font-size: 8px;
	font-style: normal;
	font-weight: 700;
}

.intelligence-flow article:last-child i {
	border-color: rgba(50, 169, 88, 0.32);
	color: var(--green-dark);
	box-shadow: 0 0 0 8px #f0f8f3, 0 0 0 14px rgba(50, 169, 88, 0.06);
}

.intelligence-flow h3 {
	margin: 26px 0 8px;
	font-size: 16px;
	font-weight: 600;
}

.intelligence-flow p {
	max-width: 170px;
	margin: 0 auto;
	color: var(--muted);
	font-size: 10px;
	line-height: 1.65;
}

.intelligence-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 38px;
	margin-top: 70px;
}

.intelligence-actions > p {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	color: var(--muted);
	font-size: 10px;
	font-weight: 600;
}

.intelligence-actions > p span {
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: var(--green);
}

/* Approach */
.approach {
	background:
		radial-gradient(circle at 4% 20%, rgba(51, 103, 177, 0.07), transparent 26%),
		radial-gradient(circle at 96% 78%, rgba(50, 169, 88, 0.07), transparent 26%),
		var(--white);
}

.approach .section-heading { max-width: 960px; }

.approach-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: clamp(80px, 9vw, 132px);
	padding: 54px 22px 46px;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: 0 30px 100px rgba(41, 68, 99, 0.07);
}

.approach-line {
	position: absolute;
	left: 9%;
	right: 9%;
	top: 145px;
	height: 1px;
	background: var(--line);
}

.approach-line span {
	display: block;
	width: 0;
	height: 1px;
	background: linear-gradient(90deg, var(--blue), var(--green));
	transition: width 1.5s var(--ease) 0.2s;
}

.approach-timeline.is-visible .approach-line span {
	width: 100%;
}

.approach-timeline article {
	position: relative;
	z-index: 2;
	text-align: center;
}

.approach-timeline article > span {
	display: block;
	margin-bottom: 52px;
	background: linear-gradient(120deg, var(--blue), var(--green));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: clamp(38px, 4vw, 58px);
	font-weight: 500;
	letter-spacing: -0.06em;
	line-height: 1;
}

.approach-timeline i {
	position: absolute;
	left: 50%;
	top: 141px;
	width: 9px;
	height: 9px;
	border: 2px solid var(--white);
	border-radius: 50%;
	background: var(--blue);
	box-shadow: 0 0 0 4px rgba(51, 103, 177, 0.14);
	transform: translateX(-50%);
}

.approach-timeline article:last-child i {
	background: var(--green);
	box-shadow: 0 0 0 4px rgba(50, 169, 88, 0.14);
}

.approach-timeline h3 {
	margin: 24px 0 8px;
	font-size: 16px;
	font-weight: 600;
}

.approach-timeline p {
	max-width: 170px;
	margin: 0 auto;
	color: var(--muted);
	font-size: 10px;
	line-height: 1.65;
}

.approach-principles {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 90px;
	padding-top: 28px;
	border-top: 1px solid var(--line);
}

.approach-principles span {
	padding-inline: 28px;
	border-right: 1px solid var(--line);
	color: var(--muted);
	font-size: 10px;
	text-align: center;
}

.approach-principles span:last-child {
	border-right: 0;
}

/* Founder-led leadership */
.leadership {
	position: relative;
	background:
		radial-gradient(circle at 12% 18%, rgba(51, 103, 177, 0.11), transparent 31%),
		radial-gradient(circle at 90% 86%, rgba(50, 169, 88, 0.08), transparent 30%),
		#f2f6fa;
	overflow: hidden;
}

.leadership::after {
	position: absolute;
	right: -220px;
	top: -310px;
	width: 780px;
	height: 780px;
	border: 1px solid rgba(51, 103, 177, 0.09);
	border-radius: 50%;
	box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.15), 0 0 0 160px rgba(51, 103, 177, 0.025);
	content: "";
}

.leadership-shell {
	position: relative;
	z-index: 1;
}

.leadership-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.62fr);
	align-items: end;
	gap: clamp(70px, 9vw, 140px);
}

.leadership-heading h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(48px, 5.5vw, 80px);
	font-weight: 500;
	letter-spacing: -0.065em;
	line-height: 1.02;
}

.leadership-heading > p {
	margin: 0 0 8px;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.85;
}

.leader-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin-top: clamp(70px, 8vw, 112px);
}

.leader-card {
	display: grid;
	grid-template-columns: minmax(230px, 0.82fr) minmax(250px, 1fr);
	min-height: 390px;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 28px 90px rgba(37, 65, 97, 0.08);
	overflow: hidden;
}

.leader-portrait {
	position: relative;
	min-height: 390px;
	background:
		linear-gradient(145deg, rgba(225, 236, 250, 0.94), rgba(255, 255, 255, 0.88) 48%, rgba(225, 244, 231, 0.88));
	overflow: hidden;
}

.leader-portrait.has-image {
	background-image: linear-gradient(to top, rgba(17, 30, 43, 0.16), transparent 56%), var(--leader-image);
	background-position: center;
	background-size: cover;
}

.leader-orbit {
	position: absolute;
	left: 50%;
	top: 48%;
	width: 250px;
	height: 250px;
	border: 1px solid rgba(51, 103, 177, 0.16);
	border-radius: 50%;
	box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.38), 0 0 0 80px rgba(51, 103, 177, 0.035);
	transform: translate(-50%, -50%);
}

.leader-portrait.has-image .leader-orbit,
.leader-portrait.has-image > img,
.leader-portrait.has-image > strong {
	display: none;
}

.leader-portrait > img {
	position: absolute;
	left: 50%;
	top: 40%;
	z-index: 2;
	width: 112px;
	opacity: 0.22;
	transform: translate(-50%, -50%);
}

.leader-portrait > strong {
	position: absolute;
	left: 50%;
	top: 55%;
	z-index: 3;
	background: linear-gradient(110deg, var(--blue), var(--green));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 54px;
	font-weight: 500;
	letter-spacing: -0.08em;
	transform: translate(-50%, -50%);
}

.leader-portrait > span {
	position: absolute;
	left: 20px;
	bottom: 18px;
	z-index: 4;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.18);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.72);
	color: var(--blue);
	font-size: 8px;
	font-weight: 700;
	backdrop-filter: blur(8px);
}

.leader-copy {
	display: flex;
	padding: 38px 34px 32px;
	flex-direction: column;
}

.leader-copy > p {
	margin: 0;
	color: var(--blue);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.leader-copy h3 {
	margin: 16px 0 0;
	font-size: clamp(29px, 2.5vw, 40px);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 1.05;
}

.leader-copy > div {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 22px;
	margin-top: auto;
	padding-top: 36px;
}

.leader-copy > div p {
	max-width: 290px;
	margin: 0;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.75;
}

.leader-copy a {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.22);
	border-radius: 50%;
	color: var(--blue);
	font-size: 12px;
	font-weight: 700;
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s var(--ease);
}

.leader-copy a:hover {
	background: var(--blue);
	color: var(--white);
	transform: translateY(-2px);
}

/* Partnership */
.partnership {
	background: var(--warm);
}

.partnership-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	align-items: center;
	gap: clamp(64px, 8vw, 120px);
}

.partnership-art {
	position: relative;
	height: 680px;
	border: 1px solid rgba(51, 103, 177, 0.12);
	border-radius: 34px;
	background:
		radial-gradient(circle at 60% 40%, rgba(88, 145, 213, 0.24), transparent 28%),
		radial-gradient(circle at 40% 70%, rgba(50, 169, 88, 0.18), transparent 28%),
		linear-gradient(145deg, #edf3fa, #fff 55%, #edf6ef);
	box-shadow: var(--shadow-soft);
	overflow: hidden;
}

.partnership-grid {
	mask-image: linear-gradient(135deg, black, transparent 84%);
}

.partnership-mark {
	position: absolute;
	left: 50%;
	top: 48%;
	display: grid;
	width: 230px;
	height: 230px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 0 0 38px rgba(255, 255, 255, 0.35), 0 0 0 80px rgba(51, 103, 177, 0.03), 0 28px 80px rgba(42, 78, 121, 0.18);
	transform: translate(-50%, -50%);
}

.partnership-mark::after {
	position: absolute;
	left: 50%;
	bottom: -210px;
	width: 2px;
	height: 210px;
	background: linear-gradient(var(--blue), transparent);
	content: "";
}

.partnership-mark img {
	width: 155px;
}

.partnership-location {
	position: absolute;
	right: 24px;
	bottom: 22px;
	display: grid;
	grid-template-columns: auto auto;
	gap: 5px 18px;
	padding: 14px 16px;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.76);
	color: var(--muted);
	font-size: 8px;
	backdrop-filter: blur(12px);
}

.partnership-location b {
	grid-column: 1 / -1;
	color: var(--ink);
	font-size: 10px;
	font-weight: 650;
}

.partnership-copy h2 {
	font-size: clamp(42px, 4.5vw, 68px);
}

.partnership-copy > p:not(.eyebrow) {
	margin: 28px 0 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.8;
}

.partnership-points {
	margin: 46px 0 34px;
	border-top: 1px solid var(--line);
}

.partnership-points > div {
	display: grid;
	grid-template-columns: 38px 140px 1fr;
	align-items: start;
	gap: 20px;
	padding: 20px 0;
	border-bottom: 1px solid var(--line);
}

.partnership-points span {
	color: var(--blue);
	font-size: 9px;
	font-weight: 700;
}

.partnership-points strong {
	font-size: 12px;
	font-weight: 650;
}

.partnership-points small {
	color: var(--muted);
	font-size: 10px;
	line-height: 1.6;
}

/* FAQ */
.faq {
	background: var(--white);
}

.faq-shell {
	display: grid;
	grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.28fr);
	align-items: start;
	gap: clamp(70px, 10vw, 150px);
}

.faq-heading {
	position: sticky;
	top: 120px;
}

.faq-heading h2 {
	font-size: clamp(42px, 4.4vw, 65px);
}

.faq-heading > p:last-child {
	max-width: 340px;
	margin: 24px 0 0;
	color: var(--muted);
	font-size: 14px;
}

.faq-list {
	border-top: 1px solid var(--line-strong);
}

.faq-item {
	border-bottom: 1px solid var(--line);
}

.faq-item button {
	display: grid;
	grid-template-columns: 1fr 30px;
	align-items: center;
	gap: 30px;
	width: 100%;
	padding: 25px 0;
	border: 0;
	background: transparent;
	color: var(--ink);
	font-size: 16px;
	font-weight: 550;
	line-height: 1.45;
	text-align: left;
	cursor: pointer;
}

.faq-item button > i {
	position: relative;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(51, 103, 177, 0.30);
	border-radius: 50%;
}

.faq-item button > i::before,
.faq-item button > i::after {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 1px;
	background: var(--blue);
	content: "";
	transform: translate(-50%, -50%);
	transition: transform 0.3s var(--ease);
}

.faq-item button > i::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open button {
	color: var(--blue-dark);
}

.faq-item.is-open button > i::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.45s var(--ease);
}

.faq-answer > p {
	overflow: hidden;
	margin: 0;
	padding: 0 56px 0 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.8;
	transition: padding-bottom 0.45s var(--ease);
}

.faq-item.is-open .faq-answer {
	grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer > p {
	padding-bottom: 26px;
}

/* Closing CTA */
.closing-cta {
	position: relative;
	min-height: 790px;
	padding-block: 108px 126px;
	overflow: hidden;
	border-top: 1px solid var(--line);
	background: linear-gradient(180deg, #f6f9fc 0%, #fff 72%);
}

.closing-grid {
	mask-image: radial-gradient(circle at 50% 72%, black, transparent 72%);
}

.closing-light {
	position: absolute;
	left: 50%;
	bottom: -340px;
	width: 900px;
	height: 720px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 43% 35%, rgba(92, 142, 217, 0.38), transparent 31%),
		radial-gradient(circle at 58% 42%, rgba(50, 169, 88, 0.26), transparent 32%);
	filter: blur(26px);
	transform: translateX(-50%);
}

.closing-mark {
	position: relative;
	z-index: 2;
	display: grid;
	width: 104px;
	height: 104px;
	margin: 0 auto 42px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 20px 60px rgba(50, 86, 128, 0.14), 0 0 0 18px rgba(255, 255, 255, 0.48);
}

.closing-mark img {
	width: 70px;
}

.closing-copy {
	position: relative;
	z-index: 2;
	max-width: 940px;
	text-align: center;
}

.closing-copy .eyebrow {
	justify-content: center;
}

.closing-copy h2 {
	font-size: clamp(48px, 5.8vw, 82px);
}

.closing-copy > p:not(.eyebrow) {
	margin: 26px 0 0;
	color: var(--muted);
	font-size: 17px;
}

/* Footer */
.site-footer {
	position: relative;
	padding-top: 84px;
	border-top: 1px solid var(--line);
	background: #fbfbf9;
	overflow: hidden;
}

.footer-visual {
	position: absolute;
	right: -140px;
	bottom: -150px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(51, 103, 177, 0.08);
	border-radius: 50%;
	box-shadow: 0 0 0 60px rgba(51, 103, 177, 0.025), 0 0 0 120px rgba(50, 169, 88, 0.018);
	pointer-events: none;
}

.footer-visual img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 180px;
	opacity: 0.08;
	transform: translate(-50%, -50%);
}

.footer-beam {
	position: absolute;
	left: 50%;
	top: -320px;
	width: 1px;
	height: 620px;
	background: linear-gradient(transparent, rgba(51, 103, 177, 0.22), rgba(50, 169, 88, 0.12), transparent);
}

.footer-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1.25fr 0.75fr 0.9fr 1.2fr;
	gap: clamp(48px, 7vw, 96px);
	padding-bottom: 78px;
}

.footer-brand img {
	width: 190px;
}

.footer-brand p {
	max-width: 260px;
	margin: 25px 0 28px;
	color: var(--ink-soft);
	font-size: 14px;
}

.footer-brand span {
	color: var(--muted);
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 11px;
}

.footer-column h2 {
	margin: 0 0 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.footer-column a {
	color: var(--muted);
	font-size: 11px;
	transition: color 0.2s ease, transform 0.2s ease;
}

.footer-column a:hover {
	color: var(--blue);
	transform: translateX(2px);
}

.footer-contact a:first-of-type {
	color: var(--ink);
}

.footer-bottom {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 30px;
	min-height: 70px;
	border-top: 1px solid var(--line);
	color: var(--muted);
	font-size: 9px;
}

.footer-bottom > div {
	display: flex;
	gap: 20px;
}

.footer-bottom > span:last-child {
	justify-self: end;
	color: var(--blue);
	font-weight: 650;
}

/* Standard content templates */
.content-main {
	min-height: 70vh;
	padding-block: 170px 120px;
}

.page-intro {
	max-width: 1000px;
	margin-bottom: 70px;
}

.page-intro h1,
.error-page h1 {
	margin: 0;
	font-size: clamp(54px, 7vw, 104px);
	font-weight: 500;
	letter-spacing: -0.07em;
	line-height: 0.98;
}

.page-intro-narrow {
	max-width: 920px;
}

.page-deck {
	max-width: 720px;
	margin-top: 30px;
	color: var(--muted);
	font-size: 19px;
}

.page-featured {
	margin-bottom: 70px;
	border-radius: var(--radius);
	overflow: hidden;
}

.page-featured img {
	width: 100%;
}

.entry-content {
	max-width: 820px;
	margin-inline: auto;
	font-size: 17px;
}

.entry-content > * + * {
	margin-top: 1.5em;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 2.2em;
	font-weight: 550;
	letter-spacing: -0.04em;
	line-height: 1.18;
}

.entry-content h2 { font-size: clamp(34px, 4vw, 54px); }
.entry-content h3 { font-size: clamp(26px, 3vw, 36px); }
.entry-content p { color: var(--ink-soft); }

.post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 28px;
}

.post-card img {
	width: 100%;
	aspect-ratio: 1.25;
	border-radius: 18px;
	object-fit: cover;
}

.post-card-meta {
	margin: 18px 0 8px;
	color: var(--blue);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.post-card h2 {
	margin: 0;
	font-size: 27px;
	font-weight: 550;
	letter-spacing: -0.04em;
	line-height: 1.2;
}

.post-card > p:last-child {
	color: var(--muted);
	font-size: 13px;
}

.archive-intro {
	max-width: 1120px;
	margin-bottom: 96px;
}

.archive-intro h1 {
	max-width: 1100px;
}

.archive-work-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 92px 28px;
}

.archive-work-card:nth-child(even) {
	padding-top: 120px;
}

.archive-work-visual {
	position: relative;
	display: block;
	aspect-ratio: 1.15;
	border-radius: 26px;
	background: var(--work-image, none), linear-gradient(145deg, #e3edfa, #fff 55%, #e2f2e7);
	background-position: center;
	background-size: cover;
	box-shadow: var(--shadow-soft);
	overflow: hidden;
	transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
}

.archive-work-card:hover .archive-work-visual {
	box-shadow: var(--shadow-lift);
	transform: translateY(-6px);
}

.archive-work-visual > img {
	position: absolute;
	left: 26px;
	top: 25px;
	width: 44px;
}

.archive-work-visual > span {
	position: absolute;
	right: 26px;
	top: 25px;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.15);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.72);
	color: var(--blue);
	font-size: 9px;
}

.archive-work-card > p {
	margin: 24px 0 8px;
	color: var(--blue);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.archive-work-card h2 {
	margin: 0;
	font-size: clamp(32px, 3.5vw, 49px);
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 1.12;
}

.archive-work-card > div:last-child {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-top: 16px;
}

.archive-work-card > div:last-child > span {
	max-width: 500px;
	color: var(--muted);
	font-size: 12px;
}

.archive-work-card > div:last-child > a {
	display: grid;
	min-width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--blue);
}

.expertise-index {
	border-top: 1px solid var(--line-strong);
}

.expertise-index-row {
	display: grid;
	grid-template-columns: 64px minmax(260px, 0.9fr) minmax(360px, 1.1fr) 48px;
	align-items: start;
	gap: 34px;
	padding: 48px 0;
	border-bottom: 1px solid var(--line);
}

.expertise-index-row > span {
	color: var(--blue);
	font-size: 10px;
	font-weight: 700;
}

.expertise-index-row h2 {
	margin: 0;
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 1.1;
}

.expertise-index-row p {
	margin: 0;
	color: var(--ink-soft);
	font-size: 14px;
}

.expertise-index-row small {
	display: block;
	margin-top: 20px;
	color: var(--muted);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.expertise-index-row > a {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--blue);
}

.company-manifesto {
	display: grid;
	grid-template-columns: minmax(360px, 0.85fr) minmax(420px, 1.15fr);
	align-items: center;
	gap: clamp(64px, 9vw, 130px);
	padding-bottom: 130px;
}

.company-mark {
	display: grid;
	aspect-ratio: 1;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 36px;
	background:
		radial-gradient(circle at 40% 36%, rgba(84, 136, 209, 0.22), transparent 28%),
		radial-gradient(circle at 58% 62%, rgba(50, 169, 88, 0.17), transparent 30%),
		#f2f6fa;
	box-shadow: var(--shadow-soft);
}

.company-mark img { width: 42%; }

.company-manifesto h2 {
	margin: 0;
	font-size: clamp(38px, 4.5vw, 66px);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 1.08;
}

.company-manifesto > div:last-child > p:not(.eyebrow) {
	margin: 28px 0 0;
	color: var(--muted);
	font-size: 15px;
}

.company-values { background: var(--warm); }

.contact-routes {
	border-top: 1px solid var(--line-strong);
}

.contact-route {
	display: grid;
	grid-template-columns: 64px 1fr 54px;
	align-items: center;
	gap: 42px;
	padding: 46px 0;
	border-bottom: 1px solid var(--line);
	transition: padding 0.35s var(--ease), background 0.35s ease;
}

.contact-route:hover {
	padding-inline: 22px;
	background: var(--mist);
}

.contact-route > span {
	color: var(--blue);
	font-size: 10px;
	font-weight: 700;
}

.contact-route small {
	color: var(--muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.contact-route h2 {
	margin: 8px 0 6px;
	font-size: clamp(30px, 3.6vw, 48px);
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 1.1;
}

.contact-route p {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
}

.contact-route > b {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--blue);
	font-weight: 400;
}

.error-page {
	display: flex;
	align-items: flex-start;
	min-height: 90vh;
	padding-block: 200px 120px;
	flex-direction: column;
}

.error-page > img {
	width: 120px;
	margin-bottom: 45px;
}

.error-page > p:not(.eyebrow) {
	max-width: 560px;
	margin: 28px 0;
	color: var(--muted);
}

.gone-actions {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.gone-actions .text-link {
	font-weight: 650;
	color: var(--blue-dark);
}

/* Entrance motion */
.js .reveal-up {
	opacity: 0;
	transform: translateY(34px);
	transition: opacity 0.8s ease, transform 0.9s var(--ease);
}

.js .reveal-up.is-visible {
	opacity: 1;
	transform: none;
}

.js .hero-reveal {
	opacity: 0;
	transform: translateY(18px);
}

.js .hero-reveal.is-ready {
	opacity: 1;
	transform: none;
	transition: opacity 0.85s ease, transform 1s var(--ease);
}

.js .hero-object.hero-reveal.is-ready { transition-delay: 0.18s; }
.js .hero-foot.hero-reveal.is-ready { transition-delay: 0.38s; }

/* Responsive */
@media (max-width: 1180px) {
	:root { --shell: min(1120px, calc(100vw - 64px)); }

	.header-shell {
		grid-template-columns: 210px 1fr 250px;
	}

	.desktop-nav ul { gap: 25px; }
	.header-text-link { display: none; }

	.capability-shell {
		grid-template-columns: 0.7fr 0.9fr 1.35fr;
		gap: 0 34px;
	}

	.capability-intro > p:not(.eyebrow),
	.capability-intro > a { display: none; }

	.capability-visual { height: 500px; }
	.phone { width: 160px; height: 335px; }
	.phone > div { height: 122px; }

	.partnership-points > div {
		grid-template-columns: 30px 110px 1fr;
		gap: 12px;
	}

	.company-story-top { grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr); gap: 70px; }
	.company-proof article { padding-inline: 28px; }
	.leader-card { grid-template-columns: 190px 1fr; }
	.leader-copy { padding-inline: 28px; }
}

@media (max-width: 980px) {
	:root { --shell: calc(100vw - 48px); }

	.section-space { padding-block: 105px; }
	.site-header { height: 76px; }
	.site-header.is-scrolled { height: 68px; }

	.header-shell { grid-template-columns: 1fr auto; }
	.desktop-nav,
	.header-text-link,
	.header-cta { display: none; }
	.menu-toggle { display: block; }
	.site-brand img,
	.custom-logo { width: 155px; }

	.hero {
		min-height: 940px;
		padding-top: 76px;
	}

	.hero-shell { min-height: 864px; }
	.hero-copy { padding-top: 96px; }
	.hero-line { white-space: normal; }
	.hero-object { width: 96vw; height: 360px; }
	.signal-plane-one { transform: translate(-140%, -49%) rotateY(55deg) rotateZ(-4deg); }
	.signal-plane-three { transform: translate(40%, -49%) rotateY(-55deg) rotateZ(4deg); }
	.hero-chip-product { left: 5%; }
	.hero-chip-intelligence { right: 4%; }

	.trust-grid { grid-template-columns: repeat(2, 1fr); }
	.trust-grid > div { border-bottom: 1px solid var(--line); }
	.trust-grid > div:nth-child(even) { border-right: 0; }
	.trust-grid > div:last-child { display: none; }

	.position-principles article { padding-inline: 24px; }

	.company-story-top,
	.client-proof,
	.leadership-heading {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.company-story-copy {
		max-width: 760px;
		padding-left: 28px;
	}

	.company-proof { grid-template-columns: repeat(2, 1fr); }
	.company-proof article { min-height: 210px; border-bottom: 1px solid var(--line); }
	.company-proof article:nth-child(2) { border-right: 0; }
	.company-proof article:nth-child(3),
	.company-proof article:nth-child(4) { border-bottom: 0; }
	.company-proof article:first-child,
	.company-proof article:nth-child(3) { padding-left: 0; }
	.company-proof strong { margin-top: 34px; }
	.client-proof-heading h3 { max-width: 650px; }

	.leader-grid { grid-template-columns: 1fr; }
	.leader-card { grid-template-columns: minmax(250px, 0.74fr) 1fr; }

	.capability-story { height: auto; }
	.capability-sticky {
		position: relative;
		height: auto;
		min-height: 0;
		padding-block: 110px;
		overflow: visible;
	}

	.capability-shell {
		display: block;
	}

	.capability-intro {
		max-width: 720px;
		padding: 0;
		text-align: center;
	}

	.capability-intro .eyebrow { justify-content: center; }
	.capability-intro > p:not(.eyebrow),
	.capability-intro > a { display: none; }

	.capability-copy,
	.capability-visual,
	.capability-progress { display: none; }

	.capability-intro::after {
		display: block;
		margin-top: 48px;
		content: "";
	}

	.capability-intro + .capability-copy {
		display: grid;
		height: auto;
		grid-template-columns: repeat(2, 1fr);
		gap: 1px;
		background: rgba(51, 103, 177, 0.11);
	}

	.capability-copy-panel {
		position: relative;
		display: flex;
		min-height: 290px;
		padding: 30px;
		background: rgba(248, 251, 254, 0.94);
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.capability-copy-panel h3 { margin: 18px 0 12px; font-size: 34px; }
	.capability-copy-panel p { font-size: 13px; }
	.capability-copy-panel small { margin-top: auto; }

	.work-track { width: var(--shell); }
	.work-card { min-width: 88vw; }
	.work-visual { height: 470px; }

	.partnership-shell {
		grid-template-columns: 1fr;
		gap: 70px;
	}

	.partnership-art { height: 560px; }
	.partnership-copy { max-width: 730px; }

	.faq-shell {
		grid-template-columns: 1fr;
		gap: 62px;
	}

	.faq-heading {
		position: static;
		max-width: 680px;
	}

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

	.footer-contact { grid-column: 2 / -1; }
	.post-grid { grid-template-columns: repeat(2, 1fr); }
	.expertise-index-row { grid-template-columns: 50px minmax(220px, 0.8fr) minmax(300px, 1.2fr) 44px; gap: 22px; }
	.company-manifesto { gap: 60px; }
}

@media (max-width: 720px) {
	:root { --shell: calc(100vw - 32px); }

	body { font-size: 15px; }
	.section-space { padding-block: 88px; }
	.eyebrow { margin-bottom: 18px; font-size: 9px; }

	.section-heading h2,
	.work-heading h2,
	.partnership-copy h2,
	.faq-heading h2,
	.closing-copy h2 { font-size: clamp(38px, 11vw, 54px); }

	.mobile-navigation { padding-top: 76px; }
	.mobile-navigation-inner { padding-bottom: 24px; }
	.mobile-navigation li a { padding: 12px 0; }
	.mobile-nav-actions { flex-direction: column; }
	.mobile-nav-actions .button { width: 100%; }
	.mobile-nav-meta { flex-direction: column; gap: 4px; }

	.hero {
		min-height: 830px;
		padding-top: 76px;
	}

	.hero-shell { min-height: 754px; }
	.hero-copy { padding-top: 58px; }
	.hero-copy .eyebrow > span { width: 18px; }
	.hero-copy h1 { font-size: clamp(48px, 14.4vw, 68px); line-height: 0.98; }
	.hero-deck { margin-top: 22px; font-size: 14px; line-height: 1.65; }
	.hero-actions { width: 100%; gap: 8px; }
	.hero-actions .button { min-height: 50px; padding-inline: 18px; font-size: 12px; }

	.hero-object { width: calc(100vw + 100px); height: 292px; margin-left: -66px; }
	.brand-core { width: 144px; height: 144px; }
	.core-mark { inset: 30px 24px; }
	.core-mark img { width: 102px; }
	.signal-floor { width: 600px; height: 270px; }
	.signal-plane { width: 205px; height: 142px; }
	.signal-plane-two { width: 245px; height: 168px; }
	.signal-plane-one { transform: translate(-143%, -49%) rotateY(55deg); }
	.signal-plane-three { transform: translate(43%, -49%) rotateY(-55deg); }
	.hero-chip { padding: 7px 10px; font-size: 8px; }
	.hero-chip-product { left: 16%; top: 22%; }
	.hero-chip-intelligence { right: 12%; top: 22%; }
	.hero-chip-growth { display: none; }
	.signal-node-one { left: 22%; }
	.signal-node-two { right: 20%; }
	.hero-foot { justify-content: center; padding-bottom: 18px; }
	.hero-foot p { display: none; }

	.trust-grid { grid-template-columns: 1fr 1fr; }
	.trust-grid > div { min-height: 92px; padding: 18px 14px; }
	.trust-grid .trust-intro { grid-column: 1 / -1; min-height: 72px; border-right: 0; }
	.trust-grid > div:nth-child(4) { display: none; }

	.company-story-title h2 { font-size: clamp(44px, 12vw, 62px); }
	.company-story-copy { padding: 0; border-left: 0; }
	.company-proof { margin-top: 72px; }
	.company-proof article { min-height: 176px; padding: 24px 18px; }
	.company-proof article:first-child,
	.company-proof article:nth-child(3) { padding-left: 0; }
	.company-proof article:nth-child(2),
	.company-proof article:nth-child(4) { padding-right: 0; }
	.company-proof strong { margin-top: 28px; font-size: clamp(48px, 17vw, 70px); }
	.company-proof p { max-width: 110px; margin-top: 14px; }
	.client-logo-grid { grid-template-columns: repeat(2, 1fr); }
	.client-logo { min-height: 96px; padding: 18px; }
	.client-confidential { grid-template-columns: 48px 1fr; gap: 18px; padding: 24px; }
	.client-confidential img { width: 48px; }

	.position-principles {
		grid-template-columns: 1fr;
		margin-top: 62px;
	}

	.position-principles article,
	.position-principles article:first-child,
	.position-principles article:last-child {
		min-height: 0;
		padding: 28px 0;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.position-principles article:last-child { border-bottom: 0; }
	.position-principles h3 { margin-top: 18px; }
	.position-line { display: none; }

	.capability-sticky { padding-block: 88px; }
	.capability-intro h2 { font-size: 40px; }
	.capability-intro + .capability-copy { grid-template-columns: 1fr; }
	.capability-copy-panel { min-height: 250px; padding: 24px; }
	.capability-copy-panel h3 { font-size: 34px; }

	.work-heading { grid-template-columns: 1fr; gap: 26px; }
	.work-heading .button { justify-self: start; }
	.work-track-shell { margin-top: 52px; }
	.work-track { gap: 14px; }
	.work-card { min-width: calc(100vw - 42px); }
	.work-visual { height: 370px; border-radius: 22px; }
	.work-window { width: 82%; height: 260px; }
	.work-copy h3 { font-size: 31px; }
	.work-copy > div { align-items: end; }
	.work-copy > div span { font-size: 11px; }
	.work-track-controls { margin-top: 30px; }

	.intelligence-flow {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 54px;
	}

	.intelligence-path {
		left: 17px;
		right: auto;
		top: 18px;
		bottom: 18px;
		width: 1px;
		height: auto;
	}

	.intelligence-path span { width: 1px; height: 0; transition: height 1.5s var(--ease); }
	.intelligence-flow.is-visible .intelligence-path span { width: 1px; height: 100%; }
	.intelligence-flow article { display: grid; grid-template-columns: 36px 1fr; gap: 0 20px; padding: 0 0 30px; text-align: left; }
	.intelligence-flow i { grid-row: span 2; }
	.intelligence-flow h3 { margin: 4px 0 5px; }
	.intelligence-flow p { max-width: none; margin: 0; }
	.intelligence-actions { align-items: stretch; margin-top: 38px; flex-direction: column; }
	.intelligence-actions > p { justify-content: center; flex-wrap: wrap; }

	.approach-timeline {
		grid-template-columns: 1fr;
		margin-top: 60px;
		padding: 30px 18px 4px;
		border-radius: 24px;
	}

	.approach-line { left: 54px; right: auto; top: 54px; bottom: 54px; width: 1px; height: auto; }
	.approach-line span { width: 1px; height: 0; transition: height 1.5s var(--ease); }
	.approach-timeline.is-visible .approach-line span { width: 1px; height: 100%; }
	.approach-timeline article { display: grid; grid-template-columns: 72px 1fr; padding-bottom: 34px; text-align: left; }
	.approach-timeline article > span { grid-row: span 2; margin: 0; font-size: 32px; }
	.approach-timeline i { left: 36px; top: 24px; }
	.approach-timeline h3 { margin: 1px 0 6px; }
	.approach-timeline p { max-width: none; margin: 0; }
	.approach-principles { grid-template-columns: 1fr 1fr; margin-top: 45px; }
	.approach-principles span { padding: 14px 8px; border-bottom: 1px solid var(--line); }
	.approach-principles span:nth-child(even) { border-right: 0; }

	.leadership-heading h2 { font-size: clamp(42px, 11vw, 58px); }
	.leader-grid { gap: 16px; margin-top: 58px; }
	.leader-card { grid-template-columns: 1fr; }
	.leader-portrait { min-height: 330px; }
	.leader-copy { min-height: 300px; padding: 30px 26px 26px; }

	.partnership-art { height: 430px; border-radius: 24px; }
	.partnership-mark { width: 155px; height: 155px; }
	.partnership-mark img { width: 106px; }
	.partnership-location { right: 12px; bottom: 12px; }
	.partnership-points > div { grid-template-columns: 30px 1fr; }
	.partnership-points small { grid-column: 2; }

	.faq-shell { gap: 45px; }
	.faq-item button { padding-block: 20px; font-size: 14px; }
	.faq-answer > p { padding-right: 30px; font-size: 12px; }

	.closing-cta { min-height: 680px; padding-block: 88px 100px; }
	.closing-mark { width: 84px; height: 84px; margin-bottom: 34px; }
	.closing-mark img { width: 56px; }
	.closing-copy > p:not(.eyebrow) { font-size: 14px; }

	.site-footer { padding-top: 65px; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-contact { grid-column: 1 / -1; }
	.footer-bottom { grid-template-columns: 1fr auto; padding-block: 20px; }
	.footer-bottom > div { display: none; }
	.footer-bottom > span:last-child { text-align: right; }

	.content-main { padding-block: 140px 90px; }
	.page-intro { margin-bottom: 48px; }
	.page-intro h1,
	.error-page h1 { font-size: clamp(50px, 14vw, 72px); }
	.entry-content { font-size: 15px; }
	.post-grid { grid-template-columns: 1fr; }
	.archive-work-grid { grid-template-columns: 1fr; gap: 70px; }
	.archive-work-card:nth-child(even) { padding-top: 0; }
	.expertise-index-row { grid-template-columns: 36px 1fr 42px; gap: 16px; padding: 30px 0; }
	.expertise-index-row > div { grid-column: 2 / -1; }
	.expertise-index-row > a { grid-column: 3; grid-row: 1; }
	.company-manifesto { grid-template-columns: 1fr; padding-bottom: 90px; }
	.company-mark { max-width: 520px; }
	.contact-route { grid-template-columns: 34px 1fr 42px; gap: 14px; padding: 30px 0; }
	.contact-route > b { width: 40px; height: 40px; }
}

@media (max-width: 420px) {
	.hero-actions { flex-direction: column; }
	.hero-actions .button { width: 100%; }
	.hero-copy { padding-top: 50px; }
	.hero-object { margin-top: 10px; }
	.trust-grid { grid-template-columns: 1fr; }
	.trust-grid > div { border-right: 0; }
	.trust-grid > div:nth-child(3) { display: none; }
	.mobile-navigation li a { font-size: 27px; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-brand,
	.footer-contact { grid-column: auto; }
}

/* Premium tablet composition */
@media (min-width: 721px) and (max-width: 980px) {
	:root { --shell: calc(100vw - 56px); }

	.section-space { padding-block: 116px; }

	.header-shell { width: calc(100vw - 56px); }
	.site-brand img,
	.custom-logo { width: 162px; }

	.hero { min-height: 980px; }
	.hero-shell { min-height: 904px; }
	.hero-copy { max-width: 820px; padding-top: 105px; }
	.hero-copy h1 { font-size: clamp(60px, 8.4vw, 78px); }
	.hero-deck { max-width: 620px; }
	.hero-object { width: min(820px, 102vw); height: 370px; }
	.signal-plane { width: 240px; height: 165px; }
	.signal-plane-two { width: 320px; height: 210px; }
	.brand-core { width: 188px; height: 188px; }
	.hero-foot { padding-bottom: 28px; }

	.trust-grid > div { min-height: 102px; }

	.company-story-copy {
		max-width: 680px;
		padding: 28px 32px;
		border: 1px solid rgba(51, 103, 177, 0.13);
		border-radius: 24px;
		background: rgba(255, 255, 255, 0.56);
	}

	.company-proof { gap: 14px; border: 0; }
	.company-proof article,
	.company-proof article:first-child,
	.company-proof article:nth-child(3),
	.company-proof article:last-child {
		min-height: 205px;
		padding: 28px;
		border: 1px solid rgba(51, 103, 177, 0.12);
		border-radius: 22px;
		background: rgba(255, 255, 255, 0.62);
	}

	.client-proof { padding-top: 54px; border-top: 1px solid var(--line); }

	.capability-sticky { padding-block: 116px; }
	.capability-intro::after { margin-top: 54px; }
	.capability-intro + .capability-copy { gap: 16px; background: none; }
	.capability-copy-panel {
		min-height: 300px;
		padding: 34px;
		border: 1px solid rgba(51, 103, 177, 0.12);
		border-radius: 24px;
		box-shadow: 0 24px 70px rgba(40, 70, 105, 0.06);
	}

	.work-card { min-width: 76vw; }
	.work-visual { height: 460px; }

	.intelligence-flow {
		display: flex;
		gap: 14px;
		padding: 6px 0 18px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	.intelligence-flow::-webkit-scrollbar { display: none; }
	.intelligence-path { display: none; }
	.intelligence-flow article {
		min-width: 220px;
		min-height: 190px;
		padding: 24px;
		border: 1px solid rgba(50, 169, 88, 0.14);
		border-radius: 22px;
		background: rgba(255, 255, 255, 0.58);
		scroll-snap-align: start;
		text-align: left;
	}
	.intelligence-flow h3 { margin-top: 28px; }
	.intelligence-flow p { max-width: none; margin: 0; }

	.approach-timeline {
		display: flex;
		gap: 14px;
		padding: 16px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	.approach-timeline::-webkit-scrollbar { display: none; }
	.approach-line { display: none; }
	.approach-timeline article {
		min-width: 230px;
		min-height: 220px;
		padding: 26px;
		border: 1px solid rgba(51, 103, 177, 0.10);
		border-radius: 21px;
		background: rgba(248, 251, 254, 0.84);
		scroll-snap-align: start;
		text-align: left;
	}
	.approach-timeline article > span { margin: 0 0 44px; }
	.approach-timeline i { display: none; }
	.approach-timeline h3 { margin: 0 0 8px; }
	.approach-timeline p { max-width: none; margin: 0; }

	.leader-card { grid-template-columns: minmax(260px, 0.72fr) 1fr; }
	.leader-portrait { min-height: 360px; }

	.partnership-art { height: 520px; }
	.footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}

/* Premium phone composition */
@media (max-width: 720px) {
	:root {
		--shell: calc(100vw - 40px);
		--radius: 20px;
		--radius-lg: 28px;
	}

	html { scroll-padding-top: 76px; }
	body { overflow-x: hidden; }
	.section-space { padding-block: 96px; }

	.eyebrow {
		gap: 9px;
		margin-bottom: 18px;
		font-size: 8px;
		letter-spacing: 0.17em;
	}

	.eyebrow > span { width: 18px; }

	.section-heading h2,
	.work-heading h2,
	.partnership-copy h2,
	.faq-heading h2,
	.closing-copy h2 {
		font-size: clamp(39px, 10.8vw, 48px);
		letter-spacing: -0.06em;
		line-height: 1.02;
	}

	.section-heading > p:last-child {
		margin-top: 22px;
		font-size: 14px;
		line-height: 1.7;
	}

	.button {
		min-height: 52px;
		border-radius: 16px;
		font-size: 12px;
	}

	/* Navigation */
	.site-header,
	.site-header.is-scrolled { height: 72px; }
	.header-shell { width: calc(100vw - 36px); }
	.site-brand img,
	.custom-logo { width: 142px; }
	.menu-toggle {
		width: 44px;
		height: 44px;
		border-color: rgba(51, 103, 177, 0.18);
		box-shadow: 0 10px 28px rgba(35, 67, 102, 0.08);
	}
	.menu-toggle > span:not(.sr-only) { left: 13px; width: 17px; }
	.menu-toggle > span:nth-of-type(2) { top: 17px; }
	.menu-toggle > span:nth-of-type(3) { top: 25px; }
	.menu-toggle[aria-expanded="true"] > span:nth-of-type(2),
	.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { top: 21px; }

	.mobile-navigation {
		padding-top: 72px;
		background:
			radial-gradient(circle at 12% 12%, rgba(51, 103, 177, 0.11), transparent 28%),
			radial-gradient(circle at 90% 88%, rgba(50, 169, 88, 0.09), transparent 31%),
			rgba(248, 250, 252, 0.985);
	}
	.mobile-navigation-inner { padding: 28px 0 26px; }
	.mobile-nav-label { margin-bottom: 18px; font-size: 9px; }
	.mobile-navigation li a {
		padding: 15px 0;
		font-size: clamp(30px, 9vw, 38px);
		letter-spacing: -0.055em;
	}
	.mobile-nav-actions { gap: 9px; padding-top: 22px; }
	.mobile-nav-meta { padding-top: 18px; font-size: 10px; }

	/* Hero */
	.hero {
		min-height: 0;
		padding-top: 72px;
		background:
			radial-gradient(circle at 3% 34%, rgba(78, 126, 197, 0.14), transparent 31%),
			radial-gradient(circle at 96% 46%, rgba(50, 169, 88, 0.12), transparent 30%),
			linear-gradient(180deg, #fff 0%, #f7fafe 64%, #edf4f8 100%);
	}

	.hero-grid { background-size: 44px 44px; opacity: 0.58; }
	.hero-glow { width: 300px; height: 300px; filter: blur(80px); }
	.hero-shell {
		display: flex;
		min-height: 0;
		flex-direction: column;
	}
	.hero-copy {
		width: 100%;
		max-width: 100%;
		padding-top: 62px;
		overflow: visible;
	}
	.hero-copy .eyebrow { gap: 8px; margin-bottom: 24px; font-size: 7px; white-space: nowrap; }
	.hero-copy .eyebrow > span { width: 16px; }
	.hero-copy h1 {
		width: 100%;
		max-width: 100%;
		font-size: clamp(37px, 11.2vw, 48px);
		letter-spacing: -0.066em;
		line-height: 0.96;
		overflow: visible;
		word-break: normal;
		overflow-wrap: normal;
	}
	.hero-line { white-space: normal; }
	.hero-line > span,
	.hero-copy h1 em > span { display: block; }
	.hero-copy h1 em { margin-top: 12px; line-height: 0.92; }
	.hero-deck {
		max-width: 330px;
		margin-top: 26px;
		font-size: 13px;
		line-height: 1.72;
	}
	.hero-actions {
		width: min(330px, 100%);
		margin: 30px auto 0;
		flex-direction: column;
		gap: 9px;
	}
	.hero-actions .button { width: 100%; min-height: 52px; }

	.hero-object {
		align-self: auto;
		width: 100%;
		height: 258px;
		margin: 48px auto 0;
	}
	.signal-plane-one,
	.signal-plane-three { display: none; }
	.signal-plane-two {
		left: 50%;
		top: 53%;
		width: min(272px, 84vw);
		height: 174px;
		border-radius: 26px;
		background: linear-gradient(150deg, rgba(255, 255, 255, 0.97), rgba(220, 234, 249, 0.68));
		box-shadow: 0 26px 70px rgba(44, 76, 113, 0.13), inset 0 1px 0 #fff;
		transform: translate(-50%, -50%) rotateX(5deg);
	}
	.signal-floor { bottom: -118px; width: 500px; height: 250px; }
	.signal-axis-x { width: 130%; }
	.signal-axis-y { height: 250px; }
	.brand-core { top: 53%; width: 148px; height: 148px; }
	.core-mark { inset: 28px 22px; }
	.core-mark img { width: 102px; }
	.core-shadow { bottom: -40px; width: 140px; }
	.hero-chip { padding: 7px 10px; font-size: 7px; box-shadow: 0 12px 28px rgba(45, 74, 107, 0.09); }
	.hero-chip span { font-size: 7px; }
	.hero-chip-product { left: 0; top: 15%; }
	.hero-chip-intelligence { right: 0; top: 15%; }
	.hero-chip-growth { display: none; }
	.signal-node-one { left: 7%; top: 56%; }
	.signal-node-two { right: 7%; top: 52%; }
	.signal-node-three { top: 3%; }
	.hero-foot {
		width: 100%;
		min-height: 66px;
		padding: 4px 0 18px;
		justify-content: center;
	}
	.hero-foot p { display: none; }
	.hero-foot a { gap: 9px; font-size: 8px; }
	.hero-foot a span { width: 16px; height: 25px; }

	/* Swipeable authority rail */
	.trust-rail { overflow: hidden; }
	.trust-grid {
		display: flex;
		width: 100%;
		padding: 0 20px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}
	.trust-grid::-webkit-scrollbar { display: none; }
	.trust-grid > div,
	.trust-grid > div:last-child,
	.trust-grid > div:nth-child(3),
	.trust-grid > div:nth-child(4) {
		display: flex;
		min-width: 210px;
		min-height: 94px;
		padding: 20px;
		border-right: 1px solid var(--line);
		border-bottom: 0;
		scroll-snap-align: start;
	}
	.trust-grid .trust-intro { min-width: 220px; }

	/* About and company proof */
	.company-story-top { gap: 38px; }
	.company-story-title h2 { font-size: clamp(42px, 12vw, 52px); line-height: 1.02; }
	.company-story-copy {
		padding: 26px 24px;
		border: 1px solid rgba(51, 103, 177, 0.13);
		border-radius: 22px;
		background: rgba(255, 255, 255, 0.62);
		box-shadow: 0 22px 70px rgba(45, 71, 100, 0.06);
	}
	.company-story-copy .story-lead { font-size: 15px; line-height: 1.72; }
	.company-story-copy p { font-size: 12px; }
	.company-story-copy .text-link { font-size: 12px; }
	.company-proof {
		gap: 10px;
		margin-top: 62px;
		border: 0;
	}
	.company-proof article,
	.company-proof article:first-child,
	.company-proof article:nth-child(2),
	.company-proof article:nth-child(3),
	.company-proof article:last-child {
		min-height: 164px;
		padding: 20px;
		border: 1px solid rgba(51, 103, 177, 0.12);
		border-radius: 20px;
		background: rgba(255, 255, 255, 0.64);
	}
	.company-proof strong { margin-top: 26px; font-size: clamp(46px, 15vw, 60px); }
	.company-proof p { max-width: 120px; margin-top: 13px; font-size: 9px; line-height: 1.45; }
	.client-proof { gap: 32px; margin-top: 70px; padding-top: 44px; border-top: 1px solid var(--line); }
	.client-proof-heading h3 { font-size: 32px; }
	.client-logo-grid { gap: 8px; border: 0; }
	.client-logo { min-height: 92px; border: 1px solid var(--line); border-radius: 16px; }
	.client-confidential { grid-template-columns: 42px 1fr; gap: 16px; padding: 22px; border-radius: 20px; }
	.client-confidential img { width: 42px; }
	.client-confidential p { font-size: 10px; line-height: 1.7; }

	/* Capabilities as a touch-first rail */
	.capability-sticky { padding-block: 96px; overflow: hidden; }
	.capability-sticky::after { opacity: 0.55; }
	.capability-intro { max-width: 100%; text-align: left; }
	.capability-intro .eyebrow { justify-content: flex-start; }
	.capability-intro h2 { max-width: 330px; font-size: 40px; }
	.capability-intro::after { display: none; }
	.capability-intro + .capability-copy {
		display: flex;
		width: 100%;
		margin-top: 48px;
		gap: 12px;
		background: none;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}
	.capability-intro + .capability-copy::-webkit-scrollbar { display: none; }
	.capability-copy-panel {
		min-width: calc(100% - 28px);
		min-height: 276px;
		padding: 26px;
		border: 1px solid rgba(51, 103, 177, 0.12);
		border-radius: 22px;
		background: rgba(255, 255, 255, 0.82);
		box-shadow: 0 20px 60px rgba(37, 69, 105, 0.07);
		scroll-snap-align: start;
	}
	.capability-copy-panel h3 { max-width: 270px; margin: 24px 0 14px; font-size: 32px; }
	.capability-copy-panel p { font-size: 12px; line-height: 1.7; }
	.capability-copy-panel small { font-size: 8px; }

	/* Work */
	.work-heading { gap: 24px; }
	.work-heading .button { width: 100%; justify-self: stretch; }
	.work-track-shell { margin-top: 46px; }
	.work-track { width: calc(100vw - 40px); gap: 12px; }
	.work-track { -webkit-overflow-scrolling: touch; }
	.work-card { min-width: calc(100vw - 52px); }
	.work-visual { height: 318px; border-radius: 22px; }
	.work-visual > img { left: 20px; top: 20px; width: 34px; }
	.work-visual > span { right: 18px; top: 18px; width: 36px; height: 36px; }
	.work-window { width: 84%; height: 225px; border-radius: 18px; }
	.work-window-content { gap: 8px; padding: 12px; }
	.work-copy { padding-top: 22px; }
	.work-copy h3 { font-size: 29px; }
	.work-copy > div { gap: 14px; margin-top: 14px; }
	.work-copy > div span { font-size: 11px; line-height: 1.65; }
	.work-copy > div a { min-width: 40px; height: 40px; }
	.work-track-controls { margin-top: 28px; }

	/* Intelligent systems */
	.intelligence-halo { width: 560px; height: 560px; }
	.intelligence-flow { display: grid; gap: 10px; margin-top: 50px; }
	.intelligence-path { display: none; }
	.intelligence-flow article {
		display: grid;
		grid-template-columns: 42px 1fr;
		gap: 0 16px;
		min-height: 116px;
		padding: 20px;
		border: 1px solid rgba(50, 169, 88, 0.14);
		border-radius: 19px;
		background: rgba(255, 255, 255, 0.62);
		text-align: left;
	}
	.intelligence-flow i { grid-row: 1 / 3; width: 36px; height: 36px; box-shadow: none; }
	.intelligence-flow h3 { margin: 1px 0 5px; font-size: 15px; }
	.intelligence-flow p { max-width: none; margin: 0; font-size: 10px; }
	.intelligence-actions { gap: 18px; margin-top: 34px; }
	.intelligence-actions .button { width: 100%; }
	.intelligence-actions > p { font-size: 8px; line-height: 1.5; }

	/* Workflow */
	.approach-timeline { margin-top: 52px; padding: 14px; border-radius: 22px; }
	.approach-line { left: 42px; top: 44px; bottom: 44px; }
	.approach-timeline article {
		grid-template-columns: 56px 1fr;
		min-height: 102px;
		padding: 18px 8px 18px 0;
		border-bottom: 1px solid var(--line);
	}
	.approach-timeline article:last-child { border-bottom: 0; }
	.approach-timeline article > span { font-size: 25px; }
	.approach-timeline i { left: 28px; top: 26px; width: 8px; height: 8px; }
	.approach-timeline h3 { margin: 2px 0 5px; font-size: 15px; }
	.approach-timeline p { font-size: 10px; }
	.approach-principles {
		display: flex;
		margin-top: 34px;
		padding-top: 0;
		border: 0;
		flex-wrap: wrap;
		gap: 8px;
	}
	.approach-principles span {
		padding: 9px 12px;
		border: 1px solid var(--line);
		border-radius: 999px;
		background: var(--white);
		font-size: 8px;
	}

	/* Leadership and partnership */
	.leadership-heading { gap: 28px; }
	.leadership-heading h2 { font-size: clamp(40px, 11vw, 48px); }
	.leadership-heading > p { font-size: 12px; line-height: 1.75; }
	.leader-grid { gap: 14px; margin-top: 48px; }
	.leader-card { border-radius: 22px; }
	.leader-portrait { min-height: 220px; }
	.leader-orbit { width: 170px; height: 170px; box-shadow: 0 0 0 28px rgba(255, 255, 255, 0.38), 0 0 0 54px rgba(51, 103, 177, 0.035); }
	.leader-portrait > img { width: 86px; }
	.leader-portrait > strong { font-size: 44px; }
	.leader-copy { min-height: 238px; padding: 26px 24px 24px; }
	.leader-copy h3 { font-size: 31px; }
	.leader-copy > div { padding-top: 28px; }
	.leader-copy > div p { font-size: 10px; }

	.partnership-shell { gap: 50px; }
	.partnership-art { height: 320px; border-radius: 22px; }
	.partnership-mark { width: 132px; height: 132px; }
	.partnership-mark img { width: 90px; }
	.partnership-location { padding: 10px 12px; }
	.partnership-copy > p:not(.eyebrow) { margin-top: 22px; font-size: 13px; }
	.partnership-points { margin: 34px 0 28px; }
	.partnership-points > div { grid-template-columns: 28px 1fr; padding: 18px 0; }
	.partnership-points small { font-size: 9px; }

	/* FAQ, CTA and footer */
	.faq-shell { gap: 38px; }
	.faq-heading > p:last-child { font-size: 12px; }
	.faq-item button { grid-template-columns: 1fr 28px; gap: 16px; padding-block: 20px; font-size: 13px; }
	.faq-answer > p { padding-right: 20px; font-size: 11px; }
	.faq-item.is-open .faq-answer > p { padding-bottom: 22px; }

	.closing-cta { min-height: 0; padding-block: 92px 104px; }
	.closing-mark { width: 76px; height: 76px; margin-bottom: 32px; }
	.closing-mark img { width: 50px; }
	.closing-copy > p:not(.eyebrow) { margin-top: 22px; font-size: 13px; }
	.closing-copy .hero-actions { margin-top: 28px; }
	.closing-light { bottom: -430px; }

	.site-footer { padding-top: 68px; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; padding-bottom: 54px; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-brand img { width: 170px; }
	.footer-brand p { margin-block: 20px; font-size: 12px; }
	.footer-column h2 { margin-bottom: 8px; font-size: 9px; }
	.footer-column a { font-size: 10px; }
	.footer-contact { grid-column: 1 / -1; }
	.footer-bottom { min-height: 62px; grid-template-columns: 1fr auto; gap: 16px; font-size: 8px; }
	.footer-bottom > div { display: none; }

	/* Inner pages */
	.content-main { padding-block: 124px 82px; }
	.page-intro h1,
	.error-page h1 { font-size: clamp(46px, 13vw, 62px); }
	.page-deck { margin-top: 22px; font-size: 15px; }
	.page-featured { margin-bottom: 48px; border-radius: 20px; }
	.entry-content { font-size: 14px; }
}

@media (max-width: 380px) {
	:root { --shell: calc(100vw - 32px); }
	.header-shell { width: calc(100vw - 30px); }
	.site-brand img,
	.custom-logo { width: 132px; }
	.hero-copy { padding-top: 54px; }
	.hero-copy h1 { font-size: clamp(36px, 10.8vw, 41px); }
	.hero-copy .eyebrow { font-size: 6.5px; }
	.hero-object { height: 244px; }
	.hero-chip-product { left: -2px; }
	.hero-chip-intelligence { right: -2px; }
	.company-proof article,
	.company-proof article:first-child,
	.company-proof article:nth-child(2),
	.company-proof article:nth-child(3),
	.company-proof article:last-child { min-height: 152px; padding: 17px; }
	.company-proof strong { font-size: 46px; }
	.work-track { width: calc(100vw - 32px); }
	.work-card { min-width: calc(100vw - 42px); }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-brand,
	.footer-contact { grid-column: auto; }
}

@keyframes mobileOrbitSpin {
	to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes mobileCoreFloat {
	0%, 100% { transform: translate(-50%, -50%) translateY(0); }
	50% { transform: translate(-50%, -50%) translateY(-7px); }
}

@keyframes mobileOrbitPulse {
	0%, 100% { opacity: 0.58; transform: scale(0.86); }
	50% { opacity: 1; transform: scale(1.08); }
}

/* Mobile hero: deterministic typography and a single premium brand orbit */
@media (max-width: 720px) {
	.hero-title-desktop { display: none !important; }
	.hero-title-mobile { display: block; }

	.hero-copy h1 {
		font-size: clamp(36px, 10.5vw, 46px);
		line-height: 0.94;
		white-space: normal;
	}

	.hero-title-mobile > span,
	.hero-title-mobile > em,
	.hero-title-mobile > em > span {
		display: block;
		width: 100%;
	}

	.hero-title-mobile > em {
		margin-top: 10px;
	}

	.hero-title-mobile > em > span + span {
		margin-top: 2px;
	}

	.hero-object {
		position: relative;
		display: grid;
		width: 100%;
		height: 186px;
		margin: 34px auto 0;
		place-items: center;
		overflow: visible;
	}

	.hero-object::before,
	.hero-object::after {
		position: absolute;
		left: 50%;
		top: 50%;
		content: "";
		pointer-events: none;
	}

	.hero-object::before {
		z-index: 2;
		width: 174px;
		height: 174px;
		border-radius: 50%;
		background: conic-gradient(from 12deg, transparent 0 8%, rgba(42, 94, 171, 0.68) 18%, transparent 34% 52%, rgba(30, 148, 87, 0.62) 65%, transparent 80% 100%);
		-webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 0);
		mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 0);
		transform: translate(-50%, -50%);
		animation: mobileOrbitSpin 16s linear infinite;
	}

	.hero-object::after {
		z-index: 1;
		width: min(300px, 88vw);
		height: 1px;
		background: linear-gradient(90deg, transparent, rgba(51, 103, 177, 0.27) 24%, rgba(86, 145, 186, 0.32) 52%, rgba(50, 169, 88, 0.25) 76%, transparent);
		box-shadow: 0 18px 55px rgba(51, 103, 177, 0.16);
		transform: translate(-50%, -50%);
	}

	.hero-object .signal-floor,
	.hero-object .signal-axis,
	.hero-object .signal-plane,
	.hero-object .signal-node,
	.hero-object .hero-chip {
		display: none !important;
	}

	.hero-object .brand-core {
		left: 50%;
		top: 50%;
		z-index: 8;
		display: block;
		width: 126px;
		height: 126px;
		animation: mobileCoreFloat 5.4s var(--ease) infinite;
	}

	.hero-object .brand-core::before,
	.hero-object .brand-core::after {
		position: absolute;
		z-index: 10;
		width: 8px;
		height: 8px;
		border: 2px solid rgba(255, 255, 255, 0.92);
		border-radius: 50%;
		content: "";
		animation: mobileOrbitPulse 2.8s ease-in-out infinite;
	}

	.hero-object .brand-core::before {
		left: 50%;
		top: -28px;
		background: var(--blue);
		box-shadow: 0 0 0 6px rgba(51, 103, 177, 0.08), 0 0 22px rgba(51, 103, 177, 0.36);
	}

	.hero-object .brand-core::after {
		right: -25px;
		top: 67%;
		background: var(--green);
		box-shadow: 0 0 0 6px rgba(50, 169, 88, 0.08), 0 0 22px rgba(50, 169, 88, 0.34);
		animation-delay: -1.4s;
	}

	.hero-object .core-shell {
		border-color: rgba(42, 94, 171, 0.38);
		background:
			linear-gradient(145deg, #fff, rgba(218, 232, 248, 0.96)),
			radial-gradient(circle at 34% 24%, #fff, transparent 46%);
		box-shadow:
			inset 0 2px 2px #fff,
			inset 0 -14px 24px rgba(51, 103, 177, 0.14),
			0 20px 52px rgba(34, 70, 113, 0.24),
			0 0 0 10px rgba(255, 255, 255, 0.54),
			0 0 0 11px rgba(51, 103, 177, 0.07);
	}

	.hero-object .core-mark {
		inset: 24px 16px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.34);
		overflow: hidden;
	}

	.hero-object .core-mark img {
		width: 94px;
		filter: saturate(1.28) contrast(1.18) drop-shadow(0 9px 14px rgba(35, 78, 132, 0.22));
		opacity: 1;
	}

	.hero-object .core-light,
	.hero-object .core-scan { display: none !important; }

	.hero-object .core-shadow {
		bottom: -34px;
		width: 108px;
		height: 30px;
		background: rgba(37, 75, 119, 0.20);
	}

	.hero-foot { min-height: 50px; padding-bottom: 12px; }
}

/* V4.5 — vertical workflow, visually distinct from Intelligent Systems */
.approach-shell {
	display: grid;
	grid-template-columns: minmax(360px, 0.78fr) minmax(560px, 1.22fr);
	align-items: start;
	gap: clamp(76px, 9vw, 140px);
}

.approach-intro {
	position: sticky;
	top: 126px;
}

.approach .section-heading {
	max-width: 560px;
	margin: 0;
	text-align: left;
}

.approach .section-heading .eyebrow { justify-content: flex-start; }

.approach .section-heading h2 {
	font-size: clamp(48px, 4.9vw, 72px);
}

.approach .section-heading > p:last-child {
	max-width: 510px;
	margin: 28px 0 0;
	font-size: 15px;
}

.approach .approach-timeline {
	position: relative;
	display: block;
	margin: 0;
	padding: 22px 36px;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 32px 100px rgba(41, 68, 99, 0.08);
	overflow: hidden;
}

.approach .approach-timeline::after {
	position: absolute;
	right: -130px;
	top: -120px;
	width: 330px;
	height: 330px;
	border: 1px solid rgba(50, 169, 88, 0.08);
	border-radius: 50%;
	box-shadow: 0 0 0 52px rgba(51, 103, 177, 0.025);
	content: "";
	pointer-events: none;
}

.approach .approach-line {
	position: absolute;
	left: 78px;
	top: 56px;
	bottom: 56px;
	display: block;
	width: 1px;
	height: auto;
	background: rgba(51, 103, 177, 0.13);
}

.approach .approach-line span {
	display: block;
	width: 1px;
	height: 0;
	background: linear-gradient(var(--blue), #498ba4, var(--green));
	transition: height 1.5s var(--ease) 0.2s;
}

.approach .approach-timeline.is-visible .approach-line span {
	width: 1px;
	height: 100%;
}

.approach .approach-timeline article {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 76px 1fr;
	min-width: 0;
	min-height: 128px;
	padding: 28px 0;
	border: 0;
	border-bottom: 1px solid var(--line);
	border-radius: 0;
	background: transparent;
	scroll-snap-align: none;
	text-align: left;
}

.approach .approach-timeline article:last-child { border-bottom: 0; }

.approach .approach-timeline article > span {
	grid-row: 1 / 3;
	align-self: start;
	margin: 0;
	padding-top: 3px;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -0.06em;
}

.approach .approach-timeline i {
	left: 42px;
	top: 40px;
	display: block;
	width: 9px;
	height: 9px;
}

.approach .approach-timeline h3 {
	margin: 0 0 7px;
	font-size: 20px;
	font-weight: 600;
}

.approach .approach-timeline p {
	max-width: 440px;
	margin: 0;
	font-size: 11px;
	line-height: 1.7;
}

.approach .approach-principles {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	margin-top: 46px;
	padding: 0;
	border: 0;
}

.approach .approach-principles span {
	display: flex;
	align-items: center;
	min-height: 50px;
	padding: 12px 16px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.64);
	font-size: 9px;
	text-align: left;
}

/* V4.5 — a single founder, not a team grid */
.founder-profile {
	display: grid;
	grid-template-columns: minmax(390px, 0.82fr) minmax(520px, 1.18fr);
	max-width: 1180px;
	min-height: 570px;
	margin: clamp(72px, 8vw, 112px) auto 0;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 34px 110px rgba(37, 65, 97, 0.10);
	overflow: hidden;
}

.founder-visual {
	position: relative;
	min-height: 570px;
	background:
		radial-gradient(circle at 44% 38%, rgba(255, 255, 255, 0.72), transparent 22%),
		linear-gradient(145deg, #dce9f8, #f8fbff 52%, #dff1e4);
	overflow: hidden;
}

.founder-visual.has-image {
	background:
		linear-gradient(to top, rgba(10, 23, 37, 0.46), transparent 52%),
		var(--founder-image) center top / cover no-repeat;
}

.founder-visual-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(51, 103, 177, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(51, 103, 177, 0.055) 1px, transparent 1px);
	background-size: 46px 46px;
	mask-image: linear-gradient(135deg, black, transparent 76%);
}

.founder-visual > img {
	position: absolute;
	left: 50%;
	top: 43%;
	width: 170px;
	opacity: 0.18;
	transform: translate(-50%, -50%);
}

.founder-visual > strong {
	position: absolute;
	left: 50%;
	top: 56%;
	background: linear-gradient(110deg, var(--blue), var(--green));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 74px;
	font-weight: 500;
	letter-spacing: -0.08em;
	transform: translate(-50%, -50%);
}

.founder-visual.has-image > img,
.founder-visual.has-image > strong { display: none; }

.founder-visual > span {
	position: absolute;
	left: 26px;
	bottom: 24px;
	z-index: 3;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.44);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.76);
	color: var(--blue-dark);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	backdrop-filter: blur(12px);
}

.founder-copy {
	display: flex;
	padding: clamp(48px, 5vw, 74px);
	flex-direction: column;
}

.founder-role {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--line);
}

.founder-role span {
	color: var(--blue);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.founder-role p {
	margin: 0;
	color: var(--muted);
	font-size: 10px;
	font-weight: 650;
}

.founder-copy h3 {
	margin: 44px 0 0;
	font-size: clamp(48px, 5vw, 72px);
	font-weight: 500;
	letter-spacing: -0.065em;
	line-height: 1;
}

.founder-statement {
	max-width: 620px;
	margin: 26px 0 0;
	color: var(--ink-soft);
	font-size: 16px;
	line-height: 1.8;
}

.founder-focus {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 42px;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.founder-focus span {
	padding: 18px 15px;
	border-right: 1px solid var(--line);
	color: var(--muted);
	font-size: 9px;
	font-weight: 650;
	text-align: center;
}

.founder-focus span:first-child { padding-left: 0; text-align: left; }
.founder-focus span:last-child { padding-right: 0; border-right: 0; text-align: right; }

.founder-footer {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 36px;
	margin-top: auto;
	padding-top: 36px;
}

.founder-footer p {
	max-width: 330px;
	margin: 0;
	color: var(--muted);
	font-size: 10px;
	line-height: 1.7;
}

.founder-footer a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(51, 103, 177, 0.32);
	color: var(--blue-dark);
	font-size: 11px;
	font-weight: 700;
}

@media (min-width: 721px) and (max-width: 980px) {
	.approach-shell { grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1.28fr); gap: 54px; }
	.approach-intro { top: 108px; }
	.approach .section-heading h2 { font-size: clamp(44px, 6vw, 58px); }
	.approach .approach-timeline { padding-inline: 28px; }
	.approach .approach-line { left: 65px; }
	.approach .approach-timeline article { grid-template-columns: 68px 1fr; }
	.approach .approach-timeline i { left: 37px; }

	.founder-profile { grid-template-columns: minmax(280px, 0.78fr) minmax(390px, 1.22fr); min-height: 500px; }
	.founder-visual { min-height: 500px; }
	.founder-copy { padding: 44px; }
	.founder-copy h3 { margin-top: 34px; font-size: 52px; }
	.founder-statement { font-size: 14px; }
}

@media (max-width: 720px) {
	.approach-shell { grid-template-columns: 1fr; gap: 48px; }
	.approach-intro { position: static; }
	.approach .section-heading h2 { font-size: clamp(39px, 10.8vw, 48px); }
	.approach .section-heading > p:last-child { font-size: 13px; }
	.approach .approach-principles { margin-top: 30px; }
	.approach .approach-principles span { min-height: 44px; padding: 10px 12px; font-size: 8px; }
	.approach .approach-timeline { margin: 0; padding: 12px 18px; border-radius: 22px; }
	.approach .approach-line { left: 46px; top: 42px; bottom: 42px; }
	.approach .approach-timeline article { grid-template-columns: 56px 1fr; min-height: 106px; padding: 20px 0; }
	.approach .approach-timeline article > span { font-size: 23px; }
	.approach .approach-timeline i { left: 28px; top: 31px; width: 8px; height: 8px; }
	.approach .approach-timeline h3 { font-size: 16px; }
	.approach .approach-timeline p { font-size: 9px; }

	.leadership-heading { grid-template-columns: 1fr; }
	.founder-profile { grid-template-columns: 1fr; min-height: 0; margin-top: 48px; border-radius: 24px; }
	.founder-visual { min-height: 350px; }
	.founder-visual > img { width: 126px; }
	.founder-visual > strong { font-size: 56px; }
	.founder-copy { min-height: 0; padding: 30px 24px 26px; }
	.founder-role { padding-bottom: 18px; }
	.founder-copy h3 { margin-top: 30px; font-size: 42px; }
	.founder-statement { margin-top: 20px; font-size: 13px; line-height: 1.75; }
	.founder-focus { grid-template-columns: 1fr; margin-top: 30px; }
	.founder-focus span,
	.founder-focus span:first-child,
	.founder-focus span:last-child { padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--line); text-align: left; }
	.founder-focus span:last-child { border-bottom: 0; }
	.founder-footer { align-items: flex-start; margin-top: 28px; padding-top: 24px; flex-direction: column; gap: 20px; }
}

/* V4.6 — premium connected workflow cards for tablet and phone only */
@media (max-width: 980px) {
	.approach-shell {
		display: grid;
		grid-template-columns: 1fr;
	}

	.approach-intro {
		position: static;
		top: auto;
		width: 100%;
		max-width: 760px;
		margin-inline: auto;
	}

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

	.approach .approach-principles span {
		border-color: rgba(51, 103, 177, 0.12);
		background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(247, 251, 255, 0.7));
		box-shadow: 0 14px 34px rgba(41, 68, 99, 0.045);
	}

	.approach .approach-timeline {
		width: 100%;
		max-width: 760px;
		margin: 0 auto;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		overflow: visible;
	}

	.approach .approach-timeline::after { display: none; }

	.approach .approach-line {
		z-index: 1;
		top: 24px;
		bottom: 24px;
		width: 1px;
		background: rgba(51, 103, 177, 0.12);
	}

	.approach .approach-timeline article {
		isolation: isolate;
		min-height: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		overflow: visible;
	}

	.approach .approach-timeline article::after {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0;
		border: 1px solid rgba(51, 103, 177, 0.12);
		background:
			linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.76)),
			radial-gradient(circle at 100% 0, rgba(51, 103, 177, 0.08), transparent 42%);
		box-shadow: 0 20px 50px rgba(42, 67, 96, 0.075);
		content: "";
		pointer-events: none;
	}

	.approach .approach-timeline article:nth-of-type(4)::after,
	.approach .approach-timeline article:nth-of-type(5)::after {
		border-color: rgba(50, 169, 88, 0.13);
		background:
			linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 252, 248, 0.78)),
			radial-gradient(circle at 100% 0, rgba(50, 169, 88, 0.09), transparent 42%);
	}

	.approach .approach-timeline article > span,
	.approach .approach-timeline h3,
	.approach .approach-timeline p {
		position: relative;
		z-index: 2;
	}

	.approach .approach-timeline article > span {
		display: grid;
		align-self: start;
		margin: 0;
		padding: 0;
		place-items: center;
		border: 1px solid rgba(51, 103, 177, 0.2);
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.96);
		-webkit-background-clip: border-box;
		background-clip: border-box;
		box-shadow: 0 10px 26px rgba(51, 103, 177, 0.12), inset 0 0 0 5px rgba(51, 103, 177, 0.035);
		color: var(--blue);
		font-weight: 700;
		letter-spacing: 0;
	}

	.approach .approach-timeline article:nth-of-type(5) > span {
		border-color: rgba(50, 169, 88, 0.24);
		box-shadow: 0 10px 26px rgba(50, 169, 88, 0.13), inset 0 0 0 5px rgba(50, 169, 88, 0.045);
		color: var(--green-dark);
	}

	.approach .approach-timeline i { display: none; }

	.approach .approach-timeline h3 {
		align-self: end;
		margin: 0;
		font-weight: 600;
		letter-spacing: -0.025em;
	}

	.approach .approach-timeline p {
		align-self: start;
		max-width: 520px;
		color: var(--muted);
	}

	.js .approach .approach-timeline article {
		opacity: 0;
		transform: translateY(16px);
		transition: opacity 0.65s var(--ease), transform 0.8s var(--ease);
	}

	.js .approach .approach-timeline.is-visible article {
		opacity: 1;
		transform: none;
	}

	.js .approach .approach-timeline.is-visible article:nth-of-type(2) { transition-delay: 0.08s; }
	.js .approach .approach-timeline.is-visible article:nth-of-type(3) { transition-delay: 0.16s; }
	.js .approach .approach-timeline.is-visible article:nth-of-type(4) { transition-delay: 0.24s; }
	.js .approach .approach-timeline.is-visible article:nth-of-type(5) { transition-delay: 0.32s; }
}

@media (min-width: 721px) and (max-width: 980px) {
	.approach-shell { gap: 64px; }
	.approach .approach-principles { grid-template-columns: repeat(4, 1fr); }
	.approach .approach-principles span { justify-content: center; min-height: 58px; padding: 14px; text-align: center; }
	.approach .approach-line { left: 24px; }

	.approach .approach-timeline article {
		grid-template-columns: 64px 1fr;
		grid-template-rows: auto auto;
		padding: 0 0 18px;
	}

	.approach .approach-timeline article:last-child { padding-bottom: 0; }
	.approach .approach-timeline article::after { left: 64px; bottom: 18px; border-radius: 24px; }
	.approach .approach-timeline article:last-child::after { bottom: 0; }

	.approach .approach-timeline article > span {
		grid-column: 1;
		grid-row: 1 / 3;
		width: 48px;
		height: 48px;
		font-size: 13px;
	}

	.approach .approach-timeline h3 {
		grid-column: 2;
		grid-row: 1;
		padding: 24px 28px 7px;
		font-size: 20px;
	}

	.approach .approach-timeline p {
		grid-column: 2;
		grid-row: 2;
		padding: 0 28px 26px;
		font-size: 11px;
		line-height: 1.65;
	}
}

@media (max-width: 720px) {
	.approach-shell { gap: 44px; }
	.approach .section-heading { max-width: 360px; }
	.approach .approach-principles { gap: 7px; margin-top: 28px; }
	.approach .approach-principles span { min-height: 48px; padding: 11px 10px; border-radius: 13px; font-size: 7.5px; line-height: 1.35; }
	.approach .approach-line { left: 22px; top: 22px; bottom: 22px; }

	.approach .approach-timeline article {
		grid-template-columns: 54px 1fr;
		grid-template-rows: auto auto;
		padding: 0 0 14px;
	}

	.approach .approach-timeline article:last-child { padding-bottom: 0; }
	.approach .approach-timeline article::after { left: 54px; bottom: 14px; border-radius: 19px; }
	.approach .approach-timeline article:last-child::after { bottom: 0; }

	.approach .approach-timeline article > span {
		grid-column: 1;
		grid-row: 1 / 3;
		width: 44px;
		height: 44px;
		font-size: 12px;
		box-shadow: 0 8px 20px rgba(51, 103, 177, 0.11), inset 0 0 0 4px rgba(51, 103, 177, 0.035);
	}

	.approach .approach-timeline h3 {
		grid-column: 2;
		grid-row: 1;
		padding: 19px 18px 6px;
		font-size: 17px;
	}

	.approach .approach-timeline p {
		grid-column: 2;
		grid-row: 2;
		padding: 0 18px 20px;
		font-size: 10.5px;
		line-height: 1.6;
	}
}

/* V4.7 — preserve the full gradient glyph box at every viewport */
.hero-copy,
.hero-copy h1,
.hero-title-desktop,
.hero-title-mobile,
.hero-copy h1 em { overflow: visible; }

.hero-copy h1 em {
	padding: 0 0.025em 0.15em;
	margin-right: -0.025em;
	margin-bottom: -0.15em;
	margin-left: -0.025em;
	line-height: 1.06;
}

@media (max-width: 720px) {
	.hero-copy h1 { line-height: 1; }
	.hero-title-mobile > em { margin-top: 8px; }
	.hero-title-mobile > em > span { line-height: 1.02; }
}

/* V4.7 — premium reusable inner-page system */
.company-page-v2 {
	position: relative;
	overflow: clip;
}

.inner-hero {
	position: relative;
	min-height: 980px;
	padding-top: 88px;
	background:
		radial-gradient(circle at 7% 48%, rgba(74, 122, 197, 0.14), transparent 28%),
		radial-gradient(circle at 93% 52%, rgba(50, 169, 88, 0.12), transparent 28%),
		linear-gradient(180deg, #fff 0%, #f8fbfe 72%, #f1f6fa 100%);
	border-bottom: 1px solid rgba(51, 103, 177, 0.1);
	overflow: hidden;
}

.inner-hero-grid {
	position: absolute;
	inset: 88px 0 0;
	background-image:
		linear-gradient(rgba(40, 75, 108, 0.038) 1px, transparent 1px),
		linear-gradient(90deg, rgba(40, 75, 108, 0.038) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.68), transparent 80%);
	pointer-events: none;
}

.inner-hero-glow {
	position: absolute;
	width: 480px;
	height: 480px;
	border-radius: 50%;
	filter: blur(120px);
	opacity: 0.13;
	pointer-events: none;
}

.inner-hero-glow-blue { left: -210px; top: 300px; background: #6d9ce2; }
.inner-hero-glow-green { right: -210px; top: 380px; background: #75c88d; }

.company-hero-shell {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 892px;
}

.company-hero-copy {
	max-width: 1160px;
	margin: 0 auto;
	padding-top: clamp(105px, 8vw, 132px);
	text-align: center;
}

.company-hero-copy .eyebrow { justify-content: center; }

.company-hero-copy h1 {
	margin: 0;
	font-size: clamp(62px, 6.6vw, 100px);
	font-weight: 500;
	letter-spacing: -0.072em;
	line-height: 0.97;
}

.company-hero-copy h1 em,
.company-system .inner-section-heading h2 em,
.inner-closing h2 em {
	display: inline-block;
	padding: 0 0.025em 0.13em;
	margin: 0 -0.025em -0.13em;
	background: linear-gradient(100deg, var(--blue-dark), var(--blue) 48%, var(--green));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-style: normal;
	line-height: 1.06;
}

.company-hero-copy > p:last-of-type {
	max-width: 760px;
	margin: 32px auto 0;
	color: var(--ink-soft);
	font-size: clamp(16px, 1.42vw, 20px);
	line-height: 1.75;
}

.inner-hero-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 34px;
}

.company-hero-signature {
	position: relative;
	align-self: center;
	width: min(600px, 68vw);
	height: 330px;
	margin: 26px auto 0;
}

.company-orbit {
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid rgba(51, 103, 177, 0.16);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.company-orbit::after {
	position: absolute;
	left: 50%;
	top: -4px;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--blue);
	box-shadow: 0 0 20px rgba(51, 103, 177, 0.46);
	content: "";
}

.company-orbit-one { width: 176px; height: 176px; animation: companyOrbit 18s linear infinite; }
.company-orbit-two { width: 246px; height: 246px; border-color: rgba(50, 169, 88, 0.15); animation: companyOrbit 26s linear infinite reverse; }
.company-orbit-two::after { left: 16%; top: 81%; background: var(--green); box-shadow: 0 0 20px rgba(50, 169, 88, 0.42); }
.company-orbit-three { width: 320px; height: 320px; border-style: dashed; opacity: 0.5; animation: companyOrbit 38s linear infinite; }

.company-signature-core {
	position: absolute;
	left: 50%;
	top: 50%;
	display: grid;
	width: 126px;
	height: 126px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.19);
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.98), transparent 34%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(232, 241, 249, 0.88));
	box-shadow: 0 30px 70px rgba(36, 69, 105, 0.14), inset 0 0 0 12px rgba(255, 255, 255, 0.42);
	transform: translate(-50%, -50%);
}

.company-signature-core img { width: 72px; }

.company-signal {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 14px 34px rgba(41, 68, 99, 0.07);
	color: var(--ink-soft);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	backdrop-filter: blur(12px);
}

.company-signal b { color: var(--blue); font-size: 8px; }
.company-signal-strategy { left: 0; top: 46%; }
.company-signal-technology { right: -2%; top: 21%; }
.company-signal-growth { right: 3%; bottom: 12%; }
.company-signal-growth b { color: var(--green-dark); }

.company-hero-foot {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	min-height: 72px;
	border-top: 1px solid rgba(51, 103, 177, 0.11);
}

.company-hero-foot span {
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(51, 103, 177, 0.11);
	color: var(--muted);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.company-hero-foot span:last-child { border-right: 0; }

.inner-section-heading { max-width: 820px; }

.inner-section-heading h2 {
	margin: 0;
	font-size: clamp(48px, 5.2vw, 78px);
	font-weight: 500;
	letter-spacing: -0.065em;
	line-height: 1.02;
}

.inner-section-heading > p:last-child {
	max-width: 680px;
	margin: 28px 0 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.8;
}

.inner-section-heading.centered { margin-inline: auto; text-align: center; }
.inner-section-heading.centered .eyebrow { justify-content: center; }
.inner-section-heading.centered > p:last-child { margin-inline: auto; }

.company-story-v2 { background: #fff; }

.company-story-v2-head {
	display: grid;
	grid-template-columns: minmax(460px, 1.1fr) minmax(360px, 0.9fr);
	align-items: end;
	gap: clamp(70px, 10vw, 150px);
}

.company-story-v2-copy {
	padding: 8px 0 8px 34px;
	border-left: 1px solid rgba(51, 103, 177, 0.23);
}

.company-story-v2-copy p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.8;
}

.company-story-v2-copy .story-lead {
	margin-bottom: 18px;
	color: var(--ink-soft);
	font-size: 18px;
	line-height: 1.65;
}

.company-numbers-v2 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: clamp(84px, 9vw, 130px);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.company-numbers-v2 article {
	position: relative;
	min-height: 260px;
	padding: 30px;
	border-right: 1px solid var(--line);
	overflow: hidden;
}

.company-numbers-v2 article:last-child { border-right: 0; }

.company-numbers-v2 article::after {
	position: absolute;
	right: -70px;
	top: -90px;
	width: 180px;
	height: 180px;
	border: 1px solid rgba(51, 103, 177, 0.07);
	border-radius: 50%;
	content: "";
}

.company-numbers-v2 span {
	color: var(--blue);
	font-size: 9px;
	font-weight: 700;
}

.company-numbers-v2 strong {
	display: block;
	margin-top: 42px;
	background: linear-gradient(110deg, var(--blue-dark), var(--blue), var(--green));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: clamp(58px, 5.6vw, 82px);
	font-weight: 500;
	letter-spacing: -0.075em;
	line-height: 1;
}

.company-numbers-v2 p {
	margin: 22px 0 0;
	color: var(--muted);
	font-size: 10px;
}

.company-system {
	position: relative;
	background:
		radial-gradient(circle at 50% 28%, rgba(105, 153, 219, 0.11), transparent 31%),
		linear-gradient(180deg, #f4f8fc, #f8fbfd 70%, #fff);
	border-top: 1px solid rgba(51, 103, 177, 0.09);
	border-bottom: 1px solid rgba(51, 103, 177, 0.09);
}

.company-system-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 76px;
}

.company-system-grid article {
	min-height: 460px;
	padding: 34px;
	border: 1px solid rgba(51, 103, 177, 0.12);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0 26px 70px rgba(36, 64, 96, 0.07);
	transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s ease;
}

.company-system-grid article:hover {
	border-color: rgba(51, 103, 177, 0.23);
	box-shadow: 0 34px 90px rgba(36, 64, 96, 0.11);
	transform: translateY(-8px);
}

.company-system-grid article:nth-child(3) { border-color: rgba(50, 169, 88, 0.16); }

.company-system-grid article > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--line);
}

.company-system-grid article > div span { color: var(--blue); font-size: 10px; font-weight: 700; }
.company-system-grid article:nth-child(3) > div span { color: var(--green-dark); }
.company-system-grid article > div small { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }

.company-system-grid h3 {
	margin: 70px 0 20px;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 500;
	letter-spacing: -0.055em;
	line-height: 1.08;
}

.company-system-grid p { min-height: 72px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }

.company-system-grid ul {
	display: grid;
	gap: 0;
	margin: 32px 0 0;
	padding: 0;
	border-top: 1px solid var(--line);
	list-style: none;
}

.company-system-grid li {
	padding: 11px 0;
	border-bottom: 1px solid var(--line);
	color: var(--ink-soft);
	font-size: 9px;
	font-weight: 650;
}

.company-system-link { width: max-content; margin: 42px auto 0; }

.company-founder {
	background:
		radial-gradient(circle at 6% 8%, rgba(51, 103, 177, 0.08), transparent 28%),
		radial-gradient(circle at 92% 90%, rgba(50, 169, 88, 0.08), transparent 28%),
		#fff;
}

.company-founder-heading {
	display: grid;
	grid-template-columns: minmax(480px, 1fr) minmax(340px, 0.72fr);
	align-items: end;
	gap: clamp(70px, 10vw, 160px);
}

.company-founder-heading h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(50px, 5.4vw, 80px);
	font-weight: 500;
	letter-spacing: -0.07em;
	line-height: 1.02;
}

.company-founder-heading > p {
	margin: 0 0 8px;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.8;
}

.company-founder-card {
	display: grid;
	grid-template-columns: minmax(380px, 0.82fr) minmax(520px, 1.18fr);
	min-height: 560px;
	margin-top: 82px;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 34px 100px rgba(37, 65, 97, 0.09);
	overflow: hidden;
}

.company-founder-visual {
	position: relative;
	min-height: 560px;
	background:
		radial-gradient(circle at 42% 38%, rgba(255, 255, 255, 0.75), transparent 22%),
		linear-gradient(145deg, #dbe8f7, #f9fbfe 52%, #ddf0e3);
	overflow: hidden;
}

.company-founder-visual.has-image {
	background:
		linear-gradient(to top, rgba(10, 23, 37, 0.47), transparent 54%),
		var(--company-founder-image) center top / cover no-repeat;
}

.company-founder-visual > div {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(51, 103, 177, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(51, 103, 177, 0.055) 1px, transparent 1px);
	background-size: 46px 46px;
	mask-image: linear-gradient(135deg, black, transparent 76%);
}

.company-founder-visual > img { position: absolute; left: 50%; top: 42%; width: 170px; opacity: 0.18; transform: translate(-50%, -50%); }
.company-founder-visual > strong { position: absolute; left: 50%; top: 57%; background: linear-gradient(110deg, var(--blue), var(--green)); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: 74px; font-weight: 500; letter-spacing: -0.08em; transform: translate(-50%, -50%); }
.company-founder-visual.has-image > img,
.company-founder-visual.has-image > strong { display: none; }

.company-founder-visual > span {
	position: absolute;
	left: 28px;
	bottom: 26px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	color: var(--blue-dark);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	backdrop-filter: blur(12px);
}

.company-founder-copy { display: flex; padding: clamp(46px, 5vw, 72px); flex-direction: column; }
.company-founder-role { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.company-founder-role span { color: var(--blue); font-size: 8px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.company-founder-role small { color: var(--muted); font-size: 10px; font-weight: 650; }
.company-founder-copy h3 { margin: 44px 0 0; font-size: clamp(48px, 5vw, 72px); font-weight: 500; letter-spacing: -0.065em; line-height: 1; }
.company-founder-copy > p { max-width: 610px; margin: 26px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }
.company-founder-values { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 40px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-founder-values span { padding: 17px 12px; border-right: 1px solid var(--line); color: var(--muted); font-size: 8px; font-weight: 650; text-align: center; }
.company-founder-values span:first-child { padding-left: 0; text-align: left; }
.company-founder-values span:last-child { padding-right: 0; border-right: 0; text-align: right; }
.company-founder-copy > a { width: max-content; margin-top: auto; padding-top: 34px; }

.inner-closing {
	position: relative;
	padding: 130px 0 140px;
	background:
		radial-gradient(ellipse at 50% 100%, rgba(51, 103, 177, 0.15), transparent 36%),
		radial-gradient(ellipse at 70% 100%, rgba(50, 169, 88, 0.12), transparent 32%),
		linear-gradient(180deg, #f8fbfe, #fff);
	border-top: 1px solid rgba(51, 103, 177, 0.1);
	text-align: center;
	overflow: hidden;
}

.inner-closing-shell { position: relative; z-index: 2; }
.inner-closing-mark { display: grid; width: 72px; height: 72px; margin: 0 auto 32px; place-items: center; border: 1px solid rgba(51, 103, 177, 0.16); border-radius: 50%; background: rgba(255, 255, 255, 0.8); box-shadow: 0 20px 52px rgba(39, 67, 99, 0.1); }
.inner-closing-mark img { width: 42px; }
.inner-closing .eyebrow { justify-content: center; }
.inner-closing h2 { margin: 0; font-size: clamp(54px, 6vw, 88px); font-weight: 500; letter-spacing: -0.07em; line-height: 1.02; }
.inner-closing > .shell > p:not(.eyebrow) { max-width: 580px; margin: 28px auto 0; color: var(--muted); font-size: 15px; line-height: 1.75; }

@keyframes companyOrbit {
	to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (min-width: 721px) and (max-width: 980px) {
	.inner-hero { min-height: 940px; padding-top: 76px; }
	.company-hero-shell { min-height: 864px; }
	.company-hero-copy { max-width: 830px; padding-top: 98px; }
	.company-hero-copy h1 { font-size: clamp(58px, 8.2vw, 78px); }
	.company-hero-signature { width: 560px; height: 310px; }

	.company-story-v2-head,
	.company-founder-heading { grid-template-columns: 1fr; gap: 48px; }
	.company-story-v2-copy { max-width: 710px; }
	.company-numbers-v2 { grid-template-columns: repeat(2, 1fr); gap: 12px; border: 0; }
	.company-numbers-v2 article { min-height: 210px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 255, 255, 0.7); }
	.company-system-grid { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
	.company-system-grid article { min-height: 0; }
	.company-system-grid h3 { margin-top: 48px; }
	.company-system-grid p { min-height: 0; }
	.company-founder-card { grid-template-columns: minmax(280px, 0.78fr) minmax(390px, 1.22fr); min-height: 500px; }
	.company-founder-visual { min-height: 500px; }
	.company-founder-copy { padding: 42px; }
	.company-founder-copy h3 { margin-top: 34px; font-size: 52px; }
}

@media (max-width: 720px) {
	.inner-hero { min-height: 0; padding-top: 72px; }
	.inner-hero-grid { inset: 72px 0 0; background-size: 44px 44px; }
	.inner-hero-glow { width: 300px; height: 300px; filter: blur(82px); }
	.company-hero-shell { display: flex; min-height: 0; flex-direction: column; }
	.company-hero-copy { width: 100%; padding-top: 66px; }
	.company-hero-copy .eyebrow { white-space: nowrap; }
	.company-hero-copy h1 { font-size: clamp(42px, 12.2vw, 56px); line-height: 0.99; }
	.company-hero-copy h1 br { display: none; }
	.company-hero-copy h1 em { display: block; margin-top: 8px; }
	.company-hero-copy > p:last-of-type { max-width: 340px; margin-top: 25px; font-size: 13px; line-height: 1.72; }
	.inner-hero-actions { width: min(340px, 100%); margin: 30px auto 0; flex-direction: column; gap: 9px; }
	.inner-hero-actions .button { width: 100%; }

	.company-hero-signature { width: 100%; height: 238px; margin-top: 34px; }
	.company-orbit-one { width: 126px; height: 126px; }
	.company-orbit-two { width: 178px; height: 178px; }
	.company-orbit-three { width: 224px; height: 224px; }
	.company-signature-core { width: 96px; height: 96px; box-shadow: 0 22px 52px rgba(36, 69, 105, 0.14), inset 0 0 0 9px rgba(255, 255, 255, 0.42); }
	.company-signature-core img { width: 54px; }
	.company-signal { padding: 8px 10px; font-size: 6.5px; }
	.company-signal b { font-size: 6.5px; }
	.company-signal-strategy { left: 0; top: 43%; }
	.company-signal-technology { right: 0; top: 18%; }
	.company-signal-growth { right: 2%; bottom: 9%; }

	.company-hero-foot { grid-template-columns: 1fr; margin-top: 12px; padding: 0 0 20px; border-top: 0; }
	.company-hero-foot span { min-height: 42px; justify-content: flex-start; padding: 0 14px; border-right: 0; border-bottom: 1px solid rgba(51, 103, 177, 0.1); font-size: 7.5px; }
	.company-hero-foot span::before { width: 6px; height: 6px; margin-right: 12px; border: 2px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px rgba(51, 103, 177, 0.2); content: ""; }
	.company-hero-foot span:last-child::before { background: var(--green); }

	.inner-section-heading h2,
	.company-founder-heading h2 { font-size: clamp(40px, 11.4vw, 50px); }
	.inner-section-heading > p:last-child { margin-top: 22px; font-size: 13px; line-height: 1.72; }
	.company-story-v2-head,
	.company-founder-heading { grid-template-columns: 1fr; gap: 34px; }
	.company-story-v2-copy { padding: 0; border-left: 0; }
	.company-story-v2-copy .story-lead { font-size: 16px; }
	.company-story-v2-copy p { font-size: 13px; }

	.company-numbers-v2 { grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 62px; border: 0; }
	.company-numbers-v2 article { min-height: 172px; padding: 20px 17px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, 0.72); }
	.company-numbers-v2 article:last-child { border-right: 1px solid var(--line); }
	.company-numbers-v2 strong { margin-top: 27px; font-size: clamp(46px, 14vw, 58px); }
	.company-numbers-v2 p { margin-top: 14px; font-size: 8.5px; }

	.company-system-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 52px; }
	.company-system-grid article { min-height: 0; padding: 24px; border-radius: 22px; }
	.company-system-grid h3 { margin: 44px 0 16px; font-size: 31px; }
	.company-system-grid p { min-height: 0; font-size: 11px; }
	.company-system-grid li { font-size: 8.5px; }
	.company-system-link { margin-top: 30px; }

	.company-founder-heading > p { font-size: 13px; line-height: 1.72; }
	.company-founder-card { grid-template-columns: 1fr; min-height: 0; margin-top: 50px; border-radius: 24px; }
	.company-founder-visual { min-height: 340px; }
	.company-founder-visual > img { width: 122px; }
	.company-founder-visual > strong { font-size: 54px; }
	.company-founder-visual > span { left: 18px; bottom: 18px; font-size: 7px; }
	.company-founder-copy { min-height: 0; padding: 28px 22px 26px; }
	.company-founder-role { align-items: flex-start; padding-bottom: 18px; flex-direction: column; gap: 7px; }
	.company-founder-copy h3 { margin-top: 28px; font-size: 42px; }
	.company-founder-copy > p { margin-top: 18px; font-size: 13px; line-height: 1.72; }
	.company-founder-values { grid-template-columns: 1fr; margin-top: 28px; }
	.company-founder-values span,
	.company-founder-values span:first-child,
	.company-founder-values span:last-child { padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--line); text-align: left; }
	.company-founder-values span:last-child { border-bottom: 0; }
	.company-founder-copy > a { margin-top: 25px; padding-top: 0; }

	.inner-closing { padding: 96px 0 104px; }
	.inner-closing-mark { width: 62px; height: 62px; margin-bottom: 28px; }
	.inner-closing-mark img { width: 36px; }
	.inner-closing h2 { font-size: clamp(42px, 12vw, 54px); }
	.inner-closing > .shell > p:not(.eyebrow) { margin-top: 22px; font-size: 13px; }
}

/* V4.8 — editable WordPress navigation and page-backed templates */
.footer-dynamic-nav { grid-column: span 2; }
.footer-menu-wrap { width: 100%; }

.footer-menu {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 42px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-menu li { margin: 0; }
.footer-menu a { display: inline-flex; }

.page-backed-archive {
	position: relative;
	background:
		radial-gradient(circle at 4% 16%, rgba(51, 103, 177, 0.075), transparent 24%),
		radial-gradient(circle at 96% 46%, rgba(50, 169, 88, 0.065), transparent 24%),
		#fff;
}

.insights-empty {
	display: grid;
	grid-column: 1 / -1;
	min-height: 360px;
	padding: 54px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.12);
	border-radius: 28px;
	background: linear-gradient(145deg, rgba(241, 247, 253, 0.86), rgba(255, 255, 255, 0.94), rgba(239, 249, 242, 0.82));
	box-shadow: 0 28px 80px rgba(39, 66, 98, 0.07);
	text-align: center;
}

.insights-empty img { width: 72px; }
.insights-empty h2 { max-width: 560px; margin: 24px 0 0; font-size: clamp(34px, 4vw, 54px); font-weight: 500; letter-spacing: -0.055em; line-height: 1.08; }
.insights-empty p { max-width: 520px; margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.page-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 70px;
}

.page-pagination .page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	padding-inline: 13px;
	place-items: center;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--muted);
	font-size: 10px;
}

.page-pagination .page-numbers.current { border-color: var(--blue); background: var(--blue); color: #fff; }

.start-project-page {
	position: relative;
	background:
		radial-gradient(circle at 4% 20%, rgba(51, 103, 177, 0.09), transparent 25%),
		radial-gradient(circle at 95% 68%, rgba(50, 169, 88, 0.08), transparent 26%),
		linear-gradient(180deg, #fff, #f7fafc 70%, #fff);
}

.project-start-grid {
	display: grid;
	grid-template-columns: minmax(390px, 0.82fr) minmax(560px, 1.18fr);
	align-items: start;
	gap: clamp(70px, 9vw, 140px);
}

.project-start-copy {
	position: sticky;
	top: 130px;
}

.project-start-copy h2 {
	margin: 0;
	font-size: clamp(42px, 4.6vw, 66px);
	font-weight: 500;
	letter-spacing: -0.06em;
	line-height: 1.05;
}

.project-start-copy > p:not(.eyebrow) {
	margin: 26px 0 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.8;
}

.project-start-copy > div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 38px;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.project-start-copy > div span {
	padding: 16px 10px;
	border-right: 1px solid var(--line);
	color: var(--muted);
	font-size: 8px;
	font-weight: 650;
	text-align: center;
}

.project-start-copy > div span:first-child { padding-left: 0; text-align: left; }
.project-start-copy > div span:last-child { padding-right: 0; border-right: 0; text-align: right; }

.project-start-actions {
	padding: 18px 34px;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 32px 90px rgba(38, 66, 98, 0.08);
}

.project-start-actions > a {
	display: grid;
	grid-template-columns: 54px 1fr 46px;
	align-items: center;
	gap: 24px;
	min-height: 154px;
	border-bottom: 1px solid var(--line);
	transition: padding 0.35s var(--ease), color 0.3s ease;
}

.project-start-actions > a:last-child { border-bottom: 0; }
.project-start-actions > a:hover { padding-inline: 12px; color: var(--blue); }
.project-start-actions > a > span { color: var(--blue); font-size: 10px; font-weight: 700; }
.project-start-actions small { display: block; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.project-start-actions strong { display: block; margin-top: 8px; font-size: 24px; font-weight: 550; letter-spacing: -0.035em; }
.project-start-actions p { margin: 8px 0 0; color: var(--muted); font-size: 10px; }
.project-start-actions b { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(51, 103, 177, 0.17); border-radius: 50%; color: var(--blue); font-size: 12px; font-weight: 500; }

@media (min-width: 721px) and (max-width: 980px) {
	.footer-dynamic-nav { grid-column: span 2; }
	.project-start-grid { grid-template-columns: 1fr; gap: 58px; }
	.project-start-copy { position: static; max-width: 720px; }
	.project-start-actions { max-width: 760px; width: 100%; }
}

@media (max-width: 720px) {
	.footer-dynamic-nav { grid-column: 1 / -1; }
	.footer-menu { gap: 11px 24px; }
	.insights-empty { min-height: 300px; padding: 34px 22px; border-radius: 22px; }
	.insights-empty img { width: 58px; }
	.insights-empty h2 { font-size: 34px; }

	.project-start-grid { grid-template-columns: 1fr; gap: 46px; }
	.project-start-copy { position: static; }
	.project-start-copy h2 { font-size: clamp(39px, 10.8vw, 48px); }
	.project-start-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.72; }
	.project-start-copy > div { grid-template-columns: 1fr; margin-top: 30px; }
	.project-start-copy > div span,
	.project-start-copy > div span:first-child,
	.project-start-copy > div span:last-child { padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--line); text-align: left; }
	.project-start-copy > div span:last-child { border-bottom: 0; }
	.project-start-actions { padding: 8px 18px; border-radius: 22px; }
	.project-start-actions > a { grid-template-columns: 36px 1fr 38px; gap: 12px; min-height: 128px; }
	.project-start-actions strong { font-size: 20px; }
	.project-start-actions p { font-size: 9px; }
	.project-start-actions b { width: 36px; height: 36px; }
}

@media (max-width: 420px) {
	.footer-dynamic-nav { grid-column: auto; }
	.footer-menu { grid-template-columns: 1fr; }
}

/* V5.0 — premium inner pages, native forms and responsive business journeys */
.premium-page.content-main {
	padding: 0;
	overflow: clip;
}

.premium-page {
	background: #fff;
}

.premium-page-hero {
	position: relative;
	display: grid;
	min-height: 700px;
	padding: 176px 0 96px;
	place-items: center;
	overflow: hidden;
	border-bottom: 1px solid rgba(51, 103, 177, 0.11);
	background:
		radial-gradient(circle at 4% 75%, rgba(51, 103, 177, 0.12), transparent 32%),
		radial-gradient(circle at 96% 42%, rgba(50, 169, 88, 0.10), transparent 31%),
		linear-gradient(180deg, #fff 0%, #fbfdff 64%, #f7fafc 100%);
}

.premium-page-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(51, 103, 177, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(51, 103, 177, 0.035) 1px, transparent 1px);
	background-size: 80px 80px;
	mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 72%, transparent);
	pointer-events: none;
}

.premium-page-hero::before,
.premium-page-hero::after {
	position: absolute;
	border: 1px solid rgba(51, 103, 177, 0.08);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.premium-page-hero::before {
	top: 8%;
	left: -14%;
	width: 45vw;
	height: 45vw;
}

.premium-page-hero::after {
	right: -12%;
	bottom: -44%;
	width: 50vw;
	height: 50vw;
	border-color: rgba(50, 169, 88, 0.08);
}

.premium-page-hero-inner {
	position: relative;
	z-index: 1;
	display: flex;
	max-width: 1120px;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.premium-page-hero .eyebrow {
	justify-content: center;
	margin-bottom: 30px;
}

.premium-page-hero h1 {
	max-width: 1060px;
	margin: 0;
	font-size: clamp(64px, 7.2vw, 108px);
	font-weight: 500;
	letter-spacing: -0.075em;
	line-height: 0.98;
	text-wrap: balance;
}

.premium-page-hero h1 em {
	color: var(--blue);
	font-style: normal;
}

.careers-hero h1 em,
.insights-hero-v5 h1 em,
.work-hero-v5 h1 em,
.contact-hero-v5 h1 em {
	background: linear-gradient(90deg, var(--blue) 5%, #2378ad 56%, var(--green));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.premium-page-hero-inner > p:not(.eyebrow) {
	max-width: 760px;
	margin: 34px auto 0;
	color: var(--muted);
	font-size: 17px;
	line-height: 1.75;
	text-wrap: balance;
}

.premium-page-hero-inner > .button {
	margin-top: 38px;
}

.premium-hero-proof {
	display: grid;
	width: min(850px, 100%);
	grid-template-columns: repeat(3, 1fr);
	margin-top: 54px;
	padding: 12px;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.66);
	box-shadow: 0 24px 70px rgba(40, 69, 104, 0.07), inset 0 1px rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(18px);
}

.premium-hero-proof span {
	display: flex;
	min-height: 66px;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 0 18px;
	border-right: 1px solid var(--line);
	color: var(--ink-soft);
	font-size: 11px;
	font-weight: 600;
}

.premium-hero-proof span:last-child {
	border-right: 0;
}

.premium-hero-proof b {
	color: var(--blue);
	font-size: 11px;
	letter-spacing: 0.1em;
}

.premium-section-heading {
	max-width: 850px;
	margin-bottom: 76px;
}

.premium-section-heading h2,
.roles-heading h2,
.location-heading h2,
.premium-closing h2 {
	margin: 0;
	font-size: clamp(48px, 5.4vw, 76px);
	font-weight: 500;
	letter-spacing: -0.065em;
	line-height: 1.04;
}

.premium-section-heading h2 em,
.location-heading h2 em,
.premium-closing h2 em {
	color: var(--blue);
	font-style: normal;
}

.premium-section-heading > p:last-child,
.premium-section-split > p {
	max-width: 620px;
	margin: 28px 0 0;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.75;
}

.premium-section-split {
	display: grid;
	max-width: none;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	align-items: end;
	gap: 100px;
}

.premium-section-split > p {
	margin: 0 0 6px;
}

/* Native form experience */
.form-experience,
.career-application,
.contact-conversation {
	position: relative;
	background: #fff;
}

.career-application,
.contact-conversation {
	border-top: 1px solid rgba(51, 103, 177, 0.10);
	background: #f8fafc;
}

.form-experience-grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.72fr) minmax(600px, 1.28fr);
	align-items: start;
	gap: clamp(70px, 8vw, 130px);
}

.form-context {
	position: sticky;
	top: 126px;
}

.form-context h2 {
	margin: 0;
	font-size: clamp(42px, 4.2vw, 61px);
	font-weight: 500;
	letter-spacing: -0.06em;
	line-height: 1.06;
}

.form-context > p:not(.eyebrow) {
	margin: 28px 0 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.8;
}

.form-context > .button {
	margin-top: 34px;
}

.form-assurances {
	margin-top: 48px;
	border-top: 1px solid var(--line);
}

.form-assurances article {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 18px;
	padding: 24px 0;
	border-bottom: 1px solid var(--line);
}

.form-assurances article > span {
	color: var(--blue);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.form-assurances h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 650;
}

.form-assurances p {
	margin: 8px 0 0;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.65;
}

.premium-form-card {
	position: relative;
	padding: clamp(34px, 4vw, 60px);
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.91);
	box-shadow: 0 38px 110px rgba(31, 61, 97, 0.09), inset 0 1px rgba(255, 255, 255, 0.95);
}

.premium-form-card::before {
	position: absolute;
	top: 22px;
	right: 22px;
	width: 7px;
	height: 7px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--green);
	box-shadow: 0 0 0 7px rgba(50, 169, 88, 0.09);
	content: "";
}

.form-card-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	padding-bottom: 34px;
	border-bottom: 1px solid var(--line);
}

.form-card-heading .eyebrow {
	margin-bottom: 14px;
}

.form-card-heading h2 {
	margin: 0;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 520;
	letter-spacing: -0.05em;
	line-height: 1.12;
}

.form-card-heading > span {
	margin: 5px 24px 0 0;
	color: var(--muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.inwant-form {
	margin-top: 38px;
}

.inwant-form fieldset {
	margin: 0;
	padding: 0 0 40px;
	border: 0;
}

.inwant-form fieldset + fieldset {
	padding-top: 36px;
	border-top: 1px solid var(--line);
}

.inwant-form legend {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	margin-bottom: 24px;
	color: var(--ink);
	font-size: 13px;
	font-weight: 650;
}

.inwant-form legend span {
	display: grid;
	width: 29px;
	height: 29px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.18);
	border-radius: 50%;
	color: var(--blue);
	font-size: 8px;
}

.form-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px 20px;
}

.form-field-grid-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-field-wide {
	grid-column: 1 / -1;
}

.inwant-form label {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 9px;
	color: var(--ink-soft);
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.04em;
}

.inwant-form label b {
	color: var(--green);
}

.inwant-form input:not([type="checkbox"]):not([type="file"]),
.inwant-form textarea,
.inwant-form select {
	width: 100%;
	min-height: 54px;
	padding: 13px 15px;
	border: 1px solid rgba(23, 25, 24, 0.15);
	border-radius: 11px;
	outline: none;
	background: #fbfcfd;
	color: var(--ink);
	font-size: 13px;
	font-weight: 450;
	letter-spacing: 0;
	transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.inwant-form textarea {
	min-height: 150px;
	resize: vertical;
	line-height: 1.65;
}

.inwant-form input:hover,
.inwant-form textarea:hover,
.inwant-form select:hover {
	border-color: rgba(51, 103, 177, 0.34);
}

.inwant-form input:focus,
.inwant-form textarea:focus,
.inwant-form select:focus {
	border-color: var(--blue);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(51, 103, 177, 0.08);
}

.inwant-form .form-consent {
	display: grid;
	grid-template-columns: 18px 1fr;
	align-items: start;
	gap: 12px;
	margin-top: 2px;
	color: var(--muted);
	font-size: 10px;
	font-weight: 450;
	line-height: 1.55;
}

.form-consent input {
	width: 16px;
	height: 16px;
	margin: 1px 0 0;
	accent-color: var(--blue);
}

.form-submit {
	width: 100%;
	margin-top: 25px;
	cursor: pointer;
}

.form-submit.is-processing {
	opacity: 0.72;
	pointer-events: none;
}

.form-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.form-notice {
	margin: 26px 0 -8px;
	padding: 15px 17px;
	border: 1px solid;
	border-radius: 10px;
	font-size: 11px;
	line-height: 1.6;
}

.form-notice.is-success {
	border-color: rgba(50, 169, 88, 0.24);
	background: rgba(50, 169, 88, 0.07);
	color: var(--green-dark);
}

.form-notice.is-error {
	border-color: rgba(177, 62, 51, 0.20);
	background: rgba(177, 62, 51, 0.06);
	color: #8e342c;
}

.form-calendar-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
	padding: 15px 17px;
	border: 1px solid rgba(51, 103, 177, 0.20);
	border-radius: 10px;
	background: rgba(237, 244, 253, 0.62);
	color: var(--blue-dark);
	font-size: 11px;
	font-weight: 650;
}

.form-calendar-link span {
	font-size: 14px;
}

.file-field {
	padding: 18px;
	border: 1px dashed rgba(51, 103, 177, 0.26);
	border-radius: 13px;
	background: rgba(237, 244, 253, 0.45);
}

.file-field input {
	color: var(--muted);
	font-size: 11px;
	font-weight: 500;
}

.file-field small {
	color: var(--muted);
	font-size: 9px;
	font-weight: 450;
}

/* Careers */
.career-principles {
	background: #fff;
}

.principle-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.principle-grid article {
	min-height: 310px;
	padding: 38px clamp(28px, 3vw, 48px) 42px;
	border-right: 1px solid var(--line);
}

.principle-grid article:first-child {
	padding-left: 0;
}

.principle-grid article:last-child {
	padding-right: 0;
	border-right: 0;
}

.principle-grid span {
	color: var(--blue);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.16em;
}

.principle-grid article:last-child span {
	color: var(--green);
}

.principle-grid h3 {
	margin: 72px 0 18px;
	font-size: clamp(26px, 2.2vw, 34px);
	font-weight: 520;
	letter-spacing: -0.045em;
	line-height: 1.15;
}

.principle-grid p {
	margin: 0;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.75;
}

.open-roles {
	border-top: 1px solid rgba(51, 103, 177, 0.09);
	background:
		radial-gradient(circle at 100% 100%, rgba(50, 169, 88, 0.08), transparent 26%),
		#f7f9fc;
}

.roles-heading {
	display: grid;
	grid-template-columns: 1fr minmax(310px, 0.55fr);
	align-items: end;
	gap: 100px;
	margin-bottom: 76px;
}

.roles-heading > p {
	margin: 0 0 7px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.75;
}

.roles-list {
	border-top: 1px solid var(--line);
}

.role-card {
	display: grid;
	grid-template-columns: 80px minmax(0, 1fr) 130px;
	align-items: center;
	gap: 30px;
	min-height: 210px;
	padding: 30px 0;
	border-bottom: 1px solid var(--line);
	transition: padding 0.35s var(--ease), background 0.35s ease;
}

.role-card:hover {
	padding-inline: 24px;
	background: rgba(255, 255, 255, 0.68);
}

.role-card > span {
	color: var(--blue);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.role-card h3 {
	margin: 0;
	font-size: clamp(27px, 3vw, 41px);
	font-weight: 520;
	letter-spacing: -0.05em;
	line-height: 1.12;
}

.role-card > div > p {
	max-width: 700px;
	margin: 13px 0 0;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.65;
}

.role-card ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.role-card li {
	position: relative;
	color: var(--ink-soft);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.05em;
}

.role-card li + li::before {
	position: absolute;
	top: 50%;
	left: -13px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: var(--green);
	content: "";
}

.role-apply {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	color: var(--blue);
	font-size: 11px;
	font-weight: 650;
}

.role-apply b {
	display: grid;
	width: 43px;
	height: 43px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.23);
	border-radius: 50%;
	font-weight: 500;
	transition: background 0.3s ease, color 0.3s ease;
}

.role-apply:hover b {
	background: var(--blue);
	color: #fff;
}

.application-note {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin-top: 40px;
	padding-top: 28px;
	border-top: 1px solid var(--line);
}

.application-note img {
	width: 38px;
}

.application-note p {
	margin: 0;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.7;
}

/* Contact */
.contact-channel-section {
	position: relative;
	z-index: 2;
	margin-top: -56px;
}

.contact-channel-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 28px 90px rgba(30, 61, 96, 0.09);
	overflow: hidden;
}

.contact-channel {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 185px;
	padding: 28px;
	flex-direction: column;
	border-right: 1px solid var(--line);
}

.contact-channel:last-child {
	border-right: 0;
}

.contact-channel > span {
	color: var(--blue);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.contact-channel small {
	margin-top: auto;
	color: var(--muted);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.contact-channel strong {
	margin-top: 8px;
	overflow: hidden;
	font-size: 13px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contact-channel b {
	position: absolute;
	top: 27px;
	right: 26px;
	color: var(--blue);
	font-size: 14px;
	font-weight: 500;
}

.contact-socials {
	margin-top: 48px;
	padding-top: 28px;
	border-top: 1px solid var(--line);
}

.contact-socials > p {
	margin: 0 0 16px;
	color: var(--muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.contact-socials > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 18px;
}

.contact-socials a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid var(--line);
	color: var(--ink-soft);
	font-size: 11px;
	font-weight: 600;
}

.contact-socials a span {
	color: var(--blue);
}

.location-section {
	background:
		radial-gradient(circle at 0 100%, rgba(51, 103, 177, 0.08), transparent 28%),
		#fff;
}

.location-heading {
	display: grid;
	grid-template-columns: 1fr minmax(300px, 0.48fr);
	align-items: end;
	gap: 100px;
	margin-bottom: 66px;
}

.location-heading > div:last-child {
	padding: 28px 0 4px;
	border-top: 1px solid var(--line);
}

.location-heading strong {
	font-size: 15px;
	font-weight: 650;
}

.location-heading > div:last-child p {
	margin: 14px 0 0;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.7;
}

.premium-map {
	position: relative;
	height: 560px;
	padding: 14px;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 32px 100px rgba(34, 62, 96, 0.09);
	overflow: hidden;
}

.premium-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 21px;
	filter: saturate(0.78) contrast(0.96);
}

.map-card {
	position: absolute;
	right: 36px;
	bottom: 36px;
	display: flex;
	width: min(360px, calc(100% - 72px));
	align-items: center;
	gap: 18px;
	padding: 19px;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.93);
	box-shadow: 0 18px 60px rgba(29, 54, 84, 0.14);
	backdrop-filter: blur(18px);
}

.map-card img {
	width: 46px;
}

.map-card small,
.map-card strong {
	display: block;
}

.map-card small {
	color: var(--blue);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.map-card strong {
	margin-top: 5px;
	font-size: 13px;
	font-weight: 600;
}

/* Work */
.work-index {
	background: #fff;
}

.premium-work-list {
	display: grid;
	gap: 110px;
}

.premium-work-item {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
	align-items: center;
	gap: clamp(60px, 8vw, 125px);
}

.premium-work-item:nth-child(even) .premium-work-visual {
	order: 2;
}

.premium-work-item:nth-child(even) .premium-work-copy {
	order: 1;
}

.premium-work-visual {
	position: relative;
	display: grid;
	min-height: 520px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 30px;
	background-color: #eef4fc;
	background-image: var(--work-image), linear-gradient(145deg, #eef4fc, #f9fbfe);
	background-position: center;
	background-size: cover;
	box-shadow: 0 32px 90px rgba(36, 65, 101, 0.09);
	overflow: hidden;
}

.premium-work-item.work-card-purpose .premium-work-visual {
	background-color: #edf7ef;
	background-image: var(--work-image), linear-gradient(145deg, #f3f9f4, #e8f4ea);
}

.premium-work-visual::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(125deg, rgba(255, 255, 255, 0.65), transparent 44%, rgba(255, 255, 255, 0.26));
	content: "";
}

.premium-work-visual > img {
	position: relative;
	z-index: 3;
	width: 94px;
	padding: 22px;
	border: 1px solid rgba(51, 103, 177, 0.12);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.66);
	box-shadow: 0 24px 70px rgba(34, 69, 107, 0.12);
	backdrop-filter: blur(14px);
}

.premium-work-visual > span {
	position: absolute;
	z-index: 3;
	top: 26px;
	left: 26px;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.15);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.72);
	color: var(--blue);
	font-size: 9px;
	font-weight: 700;
}

.premium-work-orbit {
	position: absolute;
	z-index: 2;
	width: 310px;
	height: 310px;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 50%;
}

.premium-work-orbit::before,
.premium-work-orbit::after {
	position: absolute;
	border: 1px solid rgba(51, 103, 177, 0.11);
	border-radius: 50%;
	content: "";
}

.premium-work-orbit::before {
	inset: 35px;
}

.premium-work-orbit::after {
	inset: -38px;
}

.premium-work-orbit i {
	position: absolute;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--blue);
	box-shadow: 0 0 0 6px rgba(51, 103, 177, 0.08);
}

.premium-work-orbit i:first-child { top: 8%; left: 25%; }
.premium-work-orbit i:nth-child(2) { right: -2%; bottom: 32%; background: var(--green); }
.premium-work-orbit i:last-child { bottom: -9%; left: 31%; }

.premium-work-copy .eyebrow {
	margin-bottom: 22px;
}

.premium-work-copy h2 {
	margin: 0;
	font-size: clamp(42px, 4.5vw, 65px);
	font-weight: 520;
	letter-spacing: -0.06em;
	line-height: 1.04;
}

.premium-work-copy > p:not(.eyebrow) {
	margin: 28px 0 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.8;
}

.premium-work-copy .text-link {
	margin-top: 32px;
}

.work-principles {
	padding-block: 84px;
	border-top: 1px solid rgba(51, 103, 177, 0.10);
	border-bottom: 1px solid rgba(51, 103, 177, 0.10);
	background: #f7fafc;
}

/* Insights */
.insights-index {
	background: #fff;
}

.premium-post-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 80px 28px;
}

.premium-post-card {
	min-width: 0;
}

.premium-post-card.is-featured {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	align-items: center;
	gap: 70px;
	padding-bottom: 80px;
	border-bottom: 1px solid var(--line);
}

.premium-post-media {
	display: block;
	border: 1px solid rgba(51, 103, 177, 0.12);
	border-radius: 26px;
	background: #eef4fb;
	overflow: hidden;
}

.premium-post-media > img,
.post-placeholder {
	width: 100%;
	aspect-ratio: 1.45;
	object-fit: cover;
	transition: transform 0.65s var(--ease);
}

.premium-post-card:not(.is-featured) .premium-post-media > img,
.premium-post-card:not(.is-featured) .post-placeholder {
	aspect-ratio: 1.55;
}

.premium-post-media:hover > img,
.premium-post-media:hover .post-placeholder {
	transform: scale(1.025);
}

.post-placeholder {
	position: relative;
	display: grid;
	place-items: center;
	background:
		linear-gradient(rgba(51, 103, 177, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(51, 103, 177, 0.045) 1px, transparent 1px),
		linear-gradient(140deg, #edf4fc, #fbfdff 57%, #edf8f0);
	background-size: 40px 40px, 40px 40px, auto;
}

.post-placeholder span {
	position: absolute;
	width: 210px;
	height: 210px;
	border: 1px solid rgba(51, 103, 177, 0.15);
	border-radius: 50%;
}

.post-placeholder span::before,
.post-placeholder span::after {
	position: absolute;
	inset: 32px;
	border: 1px solid rgba(51, 103, 177, 0.12);
	border-radius: 50%;
	content: "";
}

.post-placeholder span::after {
	inset: -40px;
	border-color: rgba(50, 169, 88, 0.12);
}

.post-placeholder img {
	position: relative;
	z-index: 2;
	width: 65px;
}

.premium-post-copy {
	padding: 28px 4px 0;
}

.premium-post-card.is-featured .premium-post-copy {
	padding: 0;
}

.premium-post-copy > div {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	color: var(--blue);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.premium-post-copy h2 {
	margin: 24px 0 0;
	font-size: clamp(31px, 3.2vw, 48px);
	font-weight: 520;
	letter-spacing: -0.055em;
	line-height: 1.1;
}

.premium-post-card.is-featured h2 {
	font-size: clamp(42px, 4.5vw, 65px);
}

.premium-post-copy > p {
	margin: 20px 0 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.75;
}

.premium-post-copy .text-link {
	margin-top: 26px;
}

/* Shared closing and editorial pages */
.premium-closing {
	position: relative;
	border-top: 1px solid rgba(51, 103, 177, 0.10);
	background:
		radial-gradient(circle at 50% 100%, rgba(51, 103, 177, 0.14), transparent 32%),
		linear-gradient(180deg, #fff, #f7fafc);
	text-align: center;
}

.premium-closing > .shell {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.premium-closing img {
	width: 62px;
	margin-bottom: 30px;
	padding: 13px;
	border: 1px solid rgba(51, 103, 177, 0.15);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 18px 60px rgba(37, 66, 101, 0.10);
}

.premium-closing .eyebrow {
	justify-content: center;
}

.premium-closing > .shell > div {
	display: flex;
	gap: 12px;
	margin-top: 36px;
}

.premium-page-hero-compact {
	min-height: 560px;
	padding-bottom: 90px;
}

.premium-page-hero-compact h1,
.premium-single-hero h1 {
	max-width: 1000px;
	font-size: clamp(58px, 6.5vw, 94px);
}

.premium-single-hero {
	min-height: 650px;
}

.single-meta {
	display: flex;
	gap: 12px;
	margin-top: 32px;
	color: var(--muted);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.single-meta span + span::before {
	margin-right: 12px;
	color: var(--green);
	content: "•";
}

.premium-editorial-wrap {
	padding-block: clamp(74px, 8vw, 120px);
}

.premium-page-featured {
	max-width: 1120px;
	margin: 0 auto 80px;
	border-radius: 30px;
	box-shadow: 0 30px 100px rgba(35, 61, 93, 0.10);
	overflow: hidden;
}

.premium-page-featured img {
	width: 100%;
}

.premium-editorial {
	max-width: 820px;
}

.premium-editorial blockquote {
	margin: 2.4em 0;
	padding: 30px 0 30px 35px;
	border-left: 2px solid var(--blue);
	color: var(--ink);
	font-size: 1.28em;
}

.premium-editorial a {
	color: var(--blue);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.premium-sitemap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 0;
	list-style: none;
}

.premium-sitemap a {
	display: flex;
	padding: 19px 20px;
	border: 1px solid var(--line);
	border-radius: 12px;
	justify-content: space-between;
	text-decoration: none;
}

.premium-sitemap a::after {
	color: var(--blue);
	content: "↗";
}

.single-next-step {
	display: grid;
	max-width: 1060px;
	grid-template-columns: 70px minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	margin: 100px auto 0;
	padding: 34px;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 24px;
	background: #f7fafc;
}

.single-next-step > img {
	width: 58px;
	padding: 11px;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 50%;
	background: #fff;
}

.single-next-step .eyebrow {
	margin-bottom: 10px;
}

.single-next-step h2 {
	margin: 0;
	font-size: clamp(25px, 3vw, 38px);
	font-weight: 520;
	letter-spacing: -0.05em;
	line-height: 1.12;
}

@media (min-width: 721px) and (max-width: 1100px) {
	.premium-page-hero {
		min-height: 650px;
		padding-top: 150px;
	}

	.premium-page-hero h1 {
		font-size: clamp(58px, 7.5vw, 82px);
	}

	.form-experience-grid {
		grid-template-columns: minmax(260px, 0.62fr) minmax(460px, 1.38fr);
		gap: 48px;
	}

	.form-context h2 {
		font-size: 43px;
	}

	.premium-form-card {
		padding: 38px;
	}

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

	.form-field-grid-three > label:last-child {
		grid-column: 1 / -1;
	}

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

	.contact-channel:nth-child(2) {
		border-right: 0;
	}

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

	.premium-work-item {
		grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
		gap: 54px;
	}

	.premium-work-visual {
		min-height: 430px;
	}

	.premium-section-split,
	.roles-heading,
	.location-heading {
		gap: 56px;
	}
}

@media (min-width: 721px) and (max-width: 900px) {
	.form-experience-grid,
	.premium-section-split,
	.roles-heading,
	.location-heading {
		grid-template-columns: 1fr;
		gap: 54px;
	}

	.form-context {
		position: static;
		max-width: 680px;
	}

	.premium-work-item {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.premium-work-item:nth-child(even) .premium-work-visual,
	.premium-work-item:nth-child(even) .premium-work-copy {
		order: initial;
	}

	.premium-work-visual {
		min-height: 500px;
	}

	.premium-post-card.is-featured {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.premium-post-card.is-featured .premium-post-copy {
		padding-top: 0;
	}
}

@media (max-width: 720px) {
	.premium-page-hero {
		min-height: 620px;
		padding: 132px 0 72px;
	}

	.premium-page-grid {
		background-size: 48px 48px;
	}

	.premium-page-hero::before {
		top: 16%;
		left: -45%;
		width: 100vw;
		height: 100vw;
	}

	.premium-page-hero::after {
		right: -47%;
		bottom: -18%;
		width: 105vw;
		height: 105vw;
	}

	.premium-page-hero .eyebrow {
		gap: 9px;
		margin-bottom: 24px;
		font-size: 8px;
		letter-spacing: 0.16em;
		white-space: nowrap;
	}

	.premium-page-hero .eyebrow > span {
		width: 20px;
	}

	.premium-page-hero h1,
	.premium-page-hero-compact h1,
	.premium-single-hero h1 {
		width: 100%;
		font-size: clamp(43px, 12.8vw, 59px);
		letter-spacing: -0.07em;
		line-height: 1.01;
	}

	.premium-page-hero h1 br {
		display: none;
	}

	.premium-page-hero-inner > p:not(.eyebrow) {
		margin-top: 25px;
		font-size: 12.5px;
		line-height: 1.72;
	}

	.premium-page-hero-inner > .button {
		width: 100%;
		margin-top: 28px;
	}

	.premium-hero-proof {
		grid-template-columns: 1fr;
		margin-top: 36px;
		padding: 6px 16px;
		border-radius: 18px;
	}

	.premium-hero-proof span {
		min-height: 49px;
		justify-content: flex-start;
		padding: 0;
		border-right: 0;
		border-bottom: 1px solid var(--line);
		font-size: 9px;
	}

	.premium-hero-proof span:last-child {
		border-bottom: 0;
	}

	.premium-section-heading,
	.premium-section-split {
		margin-bottom: 46px;
	}

	.premium-section-heading h2,
	.roles-heading h2,
	.location-heading h2,
	.premium-closing h2 {
		font-size: clamp(39px, 11.6vw, 51px);
		line-height: 1.04;
	}

	.premium-section-heading h2 br,
	.location-heading h2 br,
	.premium-closing h2 br {
		display: none;
	}

	.premium-section-heading > p:last-child,
	.premium-section-split > p {
		margin-top: 22px;
		font-size: 12.5px;
		line-height: 1.72;
	}

	.premium-section-split,
	.form-experience-grid,
	.roles-heading,
	.location-heading {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.form-context {
		position: static;
	}

	.form-context h2 {
		font-size: clamp(39px, 11vw, 48px);
	}

	.form-context > p:not(.eyebrow) {
		margin-top: 22px;
		font-size: 12.5px;
		line-height: 1.72;
	}

	.form-context > .button {
		width: 100%;
		margin-top: 26px;
	}

	.form-assurances {
		margin-top: 34px;
	}

	.form-assurances article {
		padding: 20px 0;
	}

	.premium-form-card {
		padding: 25px 18px;
		border-radius: 22px;
		box-shadow: 0 24px 70px rgba(31, 61, 97, 0.08);
	}

	.form-card-heading {
		padding-bottom: 25px;
	}

	.form-card-heading h2 {
		font-size: 30px;
	}

	.form-card-heading > span {
		display: none;
	}

	.inwant-form {
		margin-top: 28px;
	}

	.inwant-form fieldset {
		padding-bottom: 30px;
	}

	.inwant-form fieldset + fieldset {
		padding-top: 28px;
	}

	.form-field-grid,
	.form-field-grid-three {
		grid-template-columns: 1fr;
		gap: 19px;
	}

	.form-field-grid-three > label:last-child,
	.form-field-wide {
		grid-column: auto;
	}

	.inwant-form input:not([type="checkbox"]):not([type="file"]),
	.inwant-form textarea,
	.inwant-form select {
		min-height: 52px;
		font-size: 16px;
	}

	.inwant-form textarea {
		min-height: 140px;
	}

	.form-submit {
		min-height: 55px;
	}

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

	.principle-grid article,
	.principle-grid article:first-child,
	.principle-grid article:last-child {
		min-height: 0;
		padding: 26px 0 30px;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.principle-grid article:last-child {
		border-bottom: 0;
	}

	.principle-grid h3 {
		margin: 28px 0 14px;
		font-size: 28px;
	}

	.roles-heading {
		margin-bottom: 42px;
	}

	.roles-heading > p {
		font-size: 12px;
	}

	.role-card {
		grid-template-columns: 42px minmax(0, 1fr);
		gap: 10px 12px;
		min-height: 0;
		padding: 28px 0;
	}

	.role-card:hover {
		padding-inline: 0;
		background: transparent;
	}

	.role-card > span {
		align-self: start;
		padding-top: 7px;
	}

	.role-card h3 {
		font-size: 27px;
	}

	.role-apply {
		grid-column: 2;
		justify-content: flex-start;
		margin-top: 5px;
	}

	.application-note {
		margin-top: 32px;
	}

	.contact-channel-section {
		margin-top: -28px;
	}

	.contact-channel-grid {
		grid-template-columns: 1fr;
		border-radius: 19px;
	}

	.contact-channel {
		min-height: 108px;
		padding: 21px;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.contact-channel:last-child {
		border-bottom: 0;
	}

	.contact-channel small {
		margin-top: 26px;
	}

	.contact-socials > div {
		grid-template-columns: 1fr;
	}

	.location-heading {
		margin-bottom: 38px;
	}

	.location-heading > div:last-child {
		padding-top: 22px;
	}

	.premium-map {
		height: 430px;
		padding: 8px;
		border-radius: 22px;
	}

	.premium-map iframe {
		border-radius: 16px;
	}

	.map-card {
		right: 20px;
		bottom: 20px;
		width: calc(100% - 40px);
		padding: 15px;
	}

	.premium-work-list {
		gap: 72px;
	}

	.premium-work-item {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.premium-work-item:nth-child(even) .premium-work-visual,
	.premium-work-item:nth-child(even) .premium-work-copy {
		order: initial;
	}

	.premium-work-visual {
		min-height: 390px;
		border-radius: 22px;
	}

	.premium-work-orbit {
		width: 230px;
		height: 230px;
	}

	.premium-work-visual > img {
		width: 76px;
		padding: 18px;
	}

	.premium-work-copy h2 {
		font-size: clamp(38px, 11vw, 48px);
	}

	.premium-work-copy > p:not(.eyebrow) {
		margin-top: 20px;
		font-size: 12.5px;
		line-height: 1.72;
	}

	.work-principles {
		padding-block: 64px;
	}

	.premium-post-grid,
	.premium-post-card.is-featured {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.premium-post-card.is-featured {
		display: block;
		padding-bottom: 48px;
	}

	.premium-post-card.is-featured .premium-post-copy {
		padding-top: 26px;
	}

	.premium-post-media,
	.premium-post-media > img,
	.post-placeholder {
		border-radius: 20px;
	}

	.premium-post-copy > div {
		font-size: 7.5px;
	}

	.premium-post-copy h2,
	.premium-post-card.is-featured h2 {
		margin-top: 18px;
		font-size: 32px;
	}

	.premium-closing > .shell > div {
		width: 100%;
		flex-direction: column;
		margin-top: 28px;
	}

	.premium-closing .button {
		width: 100%;
	}

	.premium-page-hero-compact,
	.premium-single-hero {
		min-height: 500px;
	}

	.premium-editorial-wrap {
		padding-block: 60px 84px;
	}

	.premium-page-featured {
		margin-bottom: 52px;
		border-radius: 20px;
	}

	.premium-sitemap {
		grid-template-columns: 1fr;
	}

	.single-next-step {
		grid-template-columns: 48px 1fr;
		gap: 18px;
		margin-top: 72px;
		padding: 24px 20px;
	}

	.single-next-step > img {
		width: 46px;
	}

	.single-next-step .button {
		grid-column: 1 / -1;
		width: 100%;
	}
}

@media (max-width: 420px) {
	.premium-page-hero h1,
	.premium-page-hero-compact h1,
	.premium-single-hero h1 {
		font-size: clamp(39px, 12vw, 48px);
	}

	.premium-page-hero-inner > p:not(.eyebrow) {
		font-size: 12px;
	}

	.premium-work-visual {
		min-height: 340px;
	}

	.premium-work-orbit {
		width: 200px;
		height: 200px;
	}

	.role-card {
		grid-template-columns: 34px minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}
	.js .reveal-up,
	.js .hero-reveal { opacity: 1; transform: none; }
	.capability-story { height: auto; }
	.capability-sticky { position: relative; }
}

/* V5.1 — meaningful hero flow, simplified work and role-specific careers */
.hero-business-flow {
	display: grid;
	width: min(1080px, 92vw);
	height: 395px;
	grid-template-columns: minmax(250px, 1fr) 250px minmax(250px, 1fr);
	align-items: center;
	gap: 36px;
	margin-top: 12px;
	perspective: none;
}

.hero-business-flow::before,
.hero-business-flow::after {
	display: none;
}

.flow-floor {
	position: absolute;
	z-index: 0;
	left: 50%;
	bottom: -106px;
	width: 92%;
	height: 260px;
	border: 1px solid rgba(51, 103, 177, 0.11);
	border-radius: 50%;
	background:
		radial-gradient(ellipse at center, rgba(255, 255, 255, 0.98) 0%, rgba(221, 234, 248, 0.46) 35%, transparent 72%);
	box-shadow: 0 -24px 90px rgba(52, 94, 143, 0.08);
	transform: translateX(-50%) rotateX(66deg);
}

.flow-card {
	position: relative;
	z-index: 4;
	min-height: 216px;
	padding: 25px 26px 22px;
	border: 1px solid rgba(51, 103, 177, 0.16);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow:
		0 28px 80px rgba(30, 60, 96, 0.10),
		inset 0 1px 0 rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(20px) saturate(135%);
	opacity: 0;
	transition: opacity 0.8s ease, transform 1s var(--ease);
}

.flow-card::after {
	position: absolute;
	right: 20px;
	bottom: 18px;
	width: 6px;
	height: 6px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--blue);
	box-shadow: 0 0 0 6px rgba(51, 103, 177, 0.08);
	content: "";
}

.flow-card-output::after {
	background: var(--green);
	box-shadow: 0 0 0 6px rgba(50, 169, 88, 0.09);
}

.flow-card-input {
	transform: translateX(-24px);
}

.flow-card-output {
	border-color: rgba(50, 169, 88, 0.17);
	transform: translateX(24px);
}

.hero-business-flow.is-active .flow-card {
	opacity: 1;
	transform: none;
}

.hero-business-flow.is-active .flow-card-output {
	transition-delay: 0.42s;
}

.flow-card-head {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--muted);
}

.flow-card-head span {
	color: var(--blue);
	font-size: 9px;
	font-weight: 750;
	letter-spacing: 0.12em;
}

.flow-card-output .flow-card-head span {
	color: var(--green-dark);
}

.flow-card-head small {
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.flow-card h2 {
	margin: 34px 0 18px;
	font-size: clamp(20px, 1.8vw, 26px);
	font-weight: 540;
	letter-spacing: -0.045em;
	line-height: 1.16;
}

.flow-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flow-card li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 29px;
	border-top: 1px solid rgba(23, 25, 24, 0.08);
	color: var(--muted);
	font-size: 8px;
}

.flow-card li b {
	color: var(--ink-soft);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.flow-card-output li b {
	color: var(--green-dark);
}

.flow-core {
	position: relative;
	z-index: 6;
	display: grid;
	width: 230px;
	height: 230px;
	place-items: center;
	justify-self: center;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.68);
	box-shadow:
		0 30px 90px rgba(31, 66, 107, 0.13),
		inset 0 0 0 18px rgba(237, 244, 252, 0.55),
		inset 0 1px 0 #fff;
	backdrop-filter: blur(18px);
}

.flow-core::after {
	position: absolute;
	inset: 30px;
	border: 1px solid rgba(51, 103, 177, 0.12);
	border-radius: inherit;
	content: "";
}

.flow-core-orbit {
	position: absolute;
	inset: -12px;
	border: 1px solid rgba(51, 103, 177, 0.18);
	border-color: rgba(51, 103, 177, 0.28) transparent rgba(50, 169, 88, 0.24) transparent;
	border-radius: 50%;
	opacity: 0;
}

.flow-core-orbit-two {
	inset: -24px;
	border-color: transparent rgba(50, 169, 88, 0.15) transparent rgba(51, 103, 177, 0.16);
}

.hero-business-flow.is-active .flow-core-orbit-one {
	opacity: 1;
	animation: inwantCoreTurn 14s linear infinite;
}

.hero-business-flow.is-active .flow-core-orbit-two {
	opacity: 1;
	animation: inwantCoreTurn 22s linear infinite reverse;
}

.flow-core-mark {
	position: relative;
	z-index: 2;
	display: grid;
	width: 112px;
	height: 112px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 18px 48px rgba(37, 72, 115, 0.12);
}

.flow-core-mark img {
	width: 74px;
}

.flow-core-mark span {
	position: absolute;
	right: 12px;
	top: 15px;
	width: 7px;
	height: 7px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--green);
	box-shadow: 0 0 0 7px rgba(50, 169, 88, 0.09);
}

.flow-core > small {
	position: absolute;
	left: 50%;
	bottom: 26px;
	z-index: 3;
	width: 100%;
	color: var(--ink-soft);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
	transform: translateX(-50%);
}

.flow-disciplines {
	position: absolute;
	left: 50%;
	bottom: -54px;
	z-index: 7;
	display: flex;
	width: max-content;
	gap: 6px;
	padding: 6px;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 13px 35px rgba(35, 66, 103, 0.08);
	backdrop-filter: blur(14px);
	transform: translateX(-50%);
}

.flow-disciplines i {
	padding: 7px 10px;
	border-radius: 999px;
	color: var(--muted);
	font-size: 7px;
	font-style: normal;
	font-weight: 650;
	letter-spacing: 0.05em;
}

.flow-disciplines i:nth-child(3) {
	background: rgba(51, 103, 177, 0.08);
	color: var(--blue-dark);
}

.flow-rail {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: clamp(72px, 9vw, 112px);
	height: 1px;
	background: linear-gradient(90deg, rgba(51, 103, 177, 0.08), rgba(51, 103, 177, 0.42));
}

.flow-rail-in {
	left: calc(50% - 248px);
}

.flow-rail-out {
	right: calc(50% - 248px);
	background: linear-gradient(90deg, rgba(51, 103, 177, 0.35), rgba(50, 169, 88, 0.44));
}

.flow-rail i {
	position: absolute;
	top: -4px;
	left: 0;
	width: 9px;
	height: 9px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--blue);
	box-shadow: 0 0 0 6px rgba(51, 103, 177, 0.08);
	opacity: 0;
}

.flow-rail-out i {
	background: var(--green);
	box-shadow: 0 0 0 6px rgba(50, 169, 88, 0.08);
}

.hero-business-flow.is-active .flow-rail i {
	animation: inwantFlowTravel 4.4s var(--ease) infinite;
}

.hero-business-flow.is-active .flow-rail-out i {
	animation-delay: 2.2s;
}

.flow-status {
	position: absolute;
	left: 50%;
	bottom: 1px;
	z-index: 6;
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--muted);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	transform: translateX(-50%);
}

.flow-status span {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--green);
	box-shadow: 0 0 0 6px rgba(50, 169, 88, 0.08);
}

@keyframes inwantCoreTurn {
	to { transform: rotate(360deg); }
}

@keyframes inwantFlowTravel {
	0%, 12% { left: 0; opacity: 0; }
	28% { opacity: 1; }
	70% { opacity: 1; }
	88%, 100% { left: calc(100% - 9px); opacity: 0; }
}

/* Work is intentionally a direct, editorial index. */
.work-hero-simple h1 em,
.roles-heading h2 em {
	background: linear-gradient(90deg, var(--blue) 5%, #287aa9 62%, var(--green));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-style: normal;
}

.simple-work-index {
	background:
		radial-gradient(circle at 0 5%, rgba(51, 103, 177, 0.07), transparent 24%),
		#fff;
}

.simple-work-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.55fr);
	align-items: end;
	gap: 100px;
	margin-bottom: 72px;
}

.simple-work-heading h2 {
	margin: 0;
	font-size: clamp(48px, 5.4vw, 76px);
	font-weight: 500;
	letter-spacing: -0.065em;
	line-height: 1.04;
}

.simple-work-heading h2 em {
	color: var(--blue);
	font-style: normal;
}

.simple-work-heading > p {
	margin: 0 0 7px;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.8;
}

.simple-work-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(24px, 2.6vw, 38px);
}

.simple-work-card {
	min-width: 0;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 24px 70px rgba(31, 59, 91, 0.075);
	overflow: hidden;
	transition: box-shadow 0.4s var(--ease), transform 0.4s var(--ease);
}

.simple-work-card:hover {
	box-shadow: 0 34px 95px rgba(31, 59, 91, 0.13);
	transform: translateY(-7px);
}

.simple-work-media {
	position: relative;
	display: grid;
	height: 330px;
	place-items: center;
	border-bottom: 1px solid rgba(51, 103, 177, 0.10);
	background-color: #eef4fb;
	background-image: var(--work-image), linear-gradient(145deg, #edf4fd, #f9fbfe);
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.work-card-purpose .simple-work-media {
	background-color: #edf7ef;
	background-image: var(--work-image), linear-gradient(145deg, #eff8f1, #f9fcfa);
}

.simple-work-gridlines {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(51, 103, 177, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(51, 103, 177, 0.045) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: radial-gradient(circle, #000, transparent 75%);
}

.simple-work-media::before,
.simple-work-media::after {
	position: absolute;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 50%;
	content: "";
}

.simple-work-media::before {
	width: 220px;
	height: 220px;
}

.simple-work-media::after {
	width: 150px;
	height: 150px;
}

.simple-work-media img {
	position: relative;
	z-index: 2;
	width: 78px;
	padding: 16px;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 20px 60px rgba(34, 66, 105, 0.12);
	backdrop-filter: blur(12px);
}

.simple-work-media > span {
	position: absolute;
	z-index: 3;
	top: 20px;
	left: 20px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.15);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	color: var(--blue);
	font-size: 8px;
	font-weight: 750;
}

.simple-work-copy {
	padding: 30px 30px 32px;
}

.simple-work-copy > p {
	margin: 0;
	color: var(--blue);
	font-size: 8px;
	font-weight: 750;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.simple-work-copy h2 {
	margin: 19px 0 14px;
	font-size: clamp(25px, 2.25vw, 34px);
	font-weight: 540;
	letter-spacing: -0.05em;
	line-height: 1.12;
}

.simple-work-copy > div {
	min-height: 72px;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.7;
}

.simple-work-copy .text-link {
	margin-top: 24px;
	font-size: 11px;
}

/* Careers and individual role experience. */
.roles-empty {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	align-items: center;
	gap: 30px;
	padding: 42px;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 24px 80px rgba(31, 60, 95, 0.08);
}

.roles-empty > img {
	width: 68px;
	padding: 13px;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 50%;
	background: #fff;
}

.roles-empty h3 {
	max-width: 650px;
	margin: 0;
	font-size: clamp(25px, 2.7vw, 38px);
	font-weight: 530;
	letter-spacing: -0.045em;
	line-height: 1.14;
}

.roles-empty div > p:last-child {
	margin: 14px 0 0;
	color: var(--muted);
	font-size: 12px;
}

.career-process {
	position: relative;
	border-top: 1px solid rgba(51, 103, 177, 0.09);
	background:
		radial-gradient(circle at 100% 100%, rgba(50, 169, 88, 0.07), transparent 28%),
		#fff;
}

.career-process-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 25px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 28px 90px rgba(31, 60, 95, 0.08);
	overflow: hidden;
}

.career-process-grid::before {
	position: absolute;
	left: 7%;
	right: 7%;
	top: 84px;
	height: 1px;
	background: linear-gradient(90deg, var(--blue), #4b91b2, var(--green));
	content: "";
}

.career-process-grid article {
	position: relative;
	z-index: 1;
	min-height: 240px;
	padding: 36px 30px;
	border-right: 1px solid var(--line);
}

.career-process-grid article:last-child {
	border-right: 0;
}

.career-process-grid article > span {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.20);
	border-radius: 50%;
	background: #fff;
	color: var(--blue);
	box-shadow: 0 10px 30px rgba(51, 103, 177, 0.09);
	font-size: 12px;
	font-weight: 700;
}

.career-process-grid article:last-child > span {
	border-color: rgba(50, 169, 88, 0.24);
	color: var(--green-dark);
}

.career-process-grid h3 {
	margin: 54px 0 11px;
	font-size: 20px;
	font-weight: 580;
	letter-spacing: -0.035em;
}

.career-process-grid p {
	margin: 0;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.65;
}

.job-hero {
	min-height: 760px;
}

.job-back-link {
	position: absolute;
	left: 0;
	top: -42px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--blue);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.job-hero h1 {
	max-width: 980px;
}

.job-meta {
	display: grid;
	width: min(860px, 100%);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 46px;
	padding: 8px;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 21px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 22px 70px rgba(31, 61, 96, 0.07);
	backdrop-filter: blur(16px);
}

.job-meta > span {
	display: flex;
	min-height: 72px;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 12px 22px;
	border-right: 1px solid var(--line);
	text-align: left;
}

.job-meta > span:last-child {
	border-right: 0;
}

.job-meta small {
	color: var(--muted);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.job-meta strong {
	margin-top: 6px;
	font-size: 12px;
	font-weight: 650;
}

.job-detail {
	background: #fff;
}

.job-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.55fr);
	align-items: start;
	gap: clamp(70px, 9vw, 140px);
}

.job-description > .eyebrow {
	margin-bottom: 38px;
}

.job-description .premium-editorial {
	max-width: 780px;
}

.job-content-guidance h2 {
	margin: 0;
	font-size: clamp(38px, 4vw, 56px);
	font-weight: 520;
	letter-spacing: -0.055em;
	line-height: 1.08;
}

.job-content-guidance p {
	margin: 24px 0 0;
	color: var(--muted);
	line-height: 1.8;
}

.job-summary {
	position: sticky;
	top: 120px;
	padding: 34px;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 24px;
	background:
		radial-gradient(circle at 100% 0, rgba(50, 169, 88, 0.10), transparent 34%),
		#f7fafe;
	box-shadow: 0 26px 80px rgba(31, 61, 96, 0.08);
}

.job-summary > img {
	width: 56px;
	margin-bottom: 34px;
	padding: 11px;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 50%;
	background: #fff;
}

.job-summary h2 {
	margin: 0;
	font-size: clamp(28px, 2.8vw, 40px);
	font-weight: 530;
	letter-spacing: -0.05em;
	line-height: 1.12;
}

.job-summary ul {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.job-summary li {
	position: relative;
	padding: 14px 0 14px 20px;
	border-top: 1px solid var(--line);
	color: var(--ink-soft);
	font-size: 11px;
}

.job-summary li::before {
	position: absolute;
	left: 0;
	top: 21px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--green);
	content: "";
}

/* Contact and footer details. */
.map-direction-link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-top: 22px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(51, 103, 177, 0.28);
	color: var(--blue);
	font-size: 11px;
	font-weight: 650;
}

.map-direction-link span {
	transition: transform 0.3s var(--ease);
}

.map-direction-link:hover span {
	transform: translate(3px, -3px);
}

.map-card {
	transition: box-shadow 0.3s ease, transform 0.3s var(--ease);
}

.map-card:hover {
	box-shadow: 0 24px 70px rgba(29, 54, 84, 0.20);
	transform: translateY(-3px);
}

.footer-grid {
	grid-template-columns: minmax(300px, 1.2fr) minmax(180px, 0.65fr) minmax(260px, 0.9fr);
}

.footer-brand span {
	display: block;
	max-width: 310px;
	line-height: 1.75;
}

.footer-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
	padding-top: 17px;
	border-top: 1px solid var(--line);
}

.footer-social-links a {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	padding: 0 13px;
	border: 1px solid rgba(51, 103, 177, 0.15);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.68);
	color: var(--blue-dark);
	font-size: 9px;
	font-weight: 650;
}

@media (min-width: 721px) and (max-width: 1100px) {
	.hero-business-flow {
		width: 100%;
		grid-template-columns: minmax(190px, 1fr) 190px minmax(190px, 1fr);
		gap: 22px;
	}

	.flow-card {
		min-height: 196px;
		padding: 22px;
	}

	.flow-card h2 {
		margin-top: 28px;
		font-size: 20px;
	}

	.flow-core {
		width: 180px;
		height: 180px;
	}

	.flow-core-mark {
		width: 90px;
		height: 90px;
	}

	.flow-core-mark img {
		width: 60px;
	}

	.flow-core > small {
		bottom: 17px;
		font-size: 7px;
	}

	.flow-disciplines {
		bottom: -50px;
	}

	.flow-disciplines i {
		padding-inline: 7px;
		font-size: 6px;
	}

	.flow-rail-in {
		left: calc(50% - 190px);
	}

	.flow-rail-out {
		right: calc(50% - 190px);
	}

	.simple-work-heading {
		gap: 56px;
	}

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

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

	.career-process-grid::before {
		display: none;
	}

	.career-process-grid article:nth-child(2) {
		border-right: 0;
	}

	.career-process-grid article:nth-child(-n+2) {
		border-bottom: 1px solid var(--line);
	}

	.footer-grid {
		grid-template-columns: 1.2fr 0.8fr 1fr;
	}

	.footer-contact {
		grid-column: auto;
	}
}

@media (max-width: 720px) {
	.hero {
		min-height: 1040px;
	}

	.hero-shell {
		min-height: 964px;
		grid-template-rows: auto auto auto;
	}

	.hero-business-flow {
		display: grid;
		width: 100%;
		height: 420px;
		grid-template-columns: 1fr;
		grid-template-rows: 92px 142px 92px;
		gap: 15px;
		margin: 38px auto 12px;
		align-self: auto;
	}

	.flow-floor {
		bottom: -68px;
		width: 150%;
		height: 170px;
	}

	.flow-card {
		width: min(290px, 88vw);
		min-height: 0;
		height: 92px;
		padding: 15px 17px;
		border-radius: 18px;
	}

	.flow-card-input {
		justify-self: start;
		transform: translateY(-14px);
	}

	.flow-card-output {
		grid-row: 3;
		justify-self: end;
		transform: translateY(14px);
	}

	.flow-card-head {
		gap: 9px;
	}

	.flow-card-head small {
		font-size: 7px;
	}

	.flow-card h2 {
		margin: 13px 0 0;
		font-size: 16px;
	}

	.flow-card ul {
		display: none;
	}

	.flow-card::after {
		right: 17px;
		bottom: 17px;
	}

	.flow-core {
		grid-row: 2;
		width: 132px;
		height: 132px;
	}

	.flow-core::after {
		inset: 18px;
	}

	.flow-core-orbit-one {
		inset: -9px;
	}

	.flow-core-orbit-two {
		inset: -17px;
	}

	.flow-core-mark {
		width: 73px;
		height: 73px;
	}

	.flow-core-mark img {
		width: 50px;
	}

	.flow-core-mark span {
		right: 7px;
		top: 8px;
		width: 6px;
		height: 6px;
	}

	.flow-core > small {
		bottom: 10px;
		font-size: 5.5px;
	}

	.flow-disciplines {
		right: auto;
		bottom: -40px;
		max-width: 290px;
		justify-content: center;
	}

	.flow-disciplines i {
		padding: 5px 6px;
		font-size: 5.5px;
	}

	.flow-rail {
		left: 50%;
		width: 1px;
		height: 50px;
		background: linear-gradient(rgba(51, 103, 177, 0.10), rgba(51, 103, 177, 0.38));
		transform: translateX(-50%);
	}

	.flow-rail-in {
		top: 86px;
	}

	.flow-rail-out {
		right: auto;
		top: 252px;
		background: linear-gradient(rgba(51, 103, 177, 0.30), rgba(50, 169, 88, 0.45));
	}

	.flow-rail i {
		top: 0;
		left: -4px;
	}

	.hero-business-flow.is-active .flow-rail i {
		animation-name: inwantFlowTravelMobile;
	}

	.flow-status {
		bottom: 1px;
		font-size: 6.5px;
		white-space: nowrap;
	}

	.hero-foot {
		padding-bottom: 14px;
	}

	.simple-work-heading {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 48px;
	}

	.simple-work-heading h2 {
		font-size: clamp(39px, 11.6vw, 51px);
	}

	.simple-work-heading > p {
		font-size: 12.5px;
		line-height: 1.72;
	}

	.simple-work-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.simple-work-media {
		height: 280px;
	}

	.simple-work-copy {
		padding: 25px 23px 28px;
	}

	.simple-work-copy h2 {
		font-size: 28px;
	}

	.simple-work-copy > div {
		min-height: 0;
	}

	.roles-empty {
		grid-template-columns: 54px 1fr;
		gap: 22px;
		padding: 27px 23px;
	}

	.roles-empty > img {
		width: 52px;
		padding: 10px;
	}

	.roles-empty h3 {
		font-size: 27px;
	}

	.roles-empty .button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.career-process-grid {
		display: grid;
		grid-template-columns: 1fr;
		padding: 10px 22px;
		border-radius: 22px;
		overflow: hidden;
	}

	.career-process-grid::before {
		display: block;
		left: 48px;
		right: auto;
		top: 42px;
		bottom: 42px;
		width: 1px;
		height: auto;
		background: linear-gradient(var(--blue), #4b91b2, var(--green));
	}

	.career-process-grid article,
	.career-process-grid article:nth-child(-n+2) {
		display: grid;
		min-height: 142px;
		grid-template-columns: 54px 1fr;
		grid-template-rows: auto auto;
		align-content: center;
		gap: 5px 16px;
		padding: 22px 0;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.career-process-grid article:last-child {
		border-bottom: 0;
	}

	.career-process-grid article > span {
		z-index: 2;
		grid-column: 1;
		grid-row: 1 / 3;
		width: 36px;
		height: 36px;
		margin-left: 8px;
		font-size: 9px;
	}

	.career-process-grid h3 {
		grid-column: 2;
		grid-row: 1;
		margin: 0;
		font-size: 19px;
	}

	.career-process-grid p {
		grid-column: 2;
		grid-row: 2;
		margin: 0;
		font-size: 10px;
	}

	.job-hero {
		min-height: 720px;
	}

	.job-back-link {
		position: static;
		align-self: flex-start;
		margin-bottom: 35px;
	}

	.job-meta {
		grid-template-columns: 1fr;
		margin-top: 34px;
		padding: 6px 18px;
		border-radius: 18px;
	}

	.job-meta > span {
		min-height: 58px;
		padding: 10px 0;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.job-meta > span:last-child {
		border-bottom: 0;
	}

	.job-detail-grid {
		grid-template-columns: 1fr;
		gap: 54px;
	}

	.job-summary {
		position: static;
		padding: 28px 24px;
	}

	.job-description > .eyebrow {
		margin-bottom: 28px;
	}

	.map-direction-link {
		font-size: 10px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 46px;
	}

	.footer-contact {
		grid-column: auto;
	}
}

@keyframes inwantFlowTravelMobile {
	0%, 12% { top: 0; opacity: 0; }
	28% { opacity: 1; }
	70% { opacity: 1; }
	88%, 100% { top: calc(100% - 9px); opacity: 0; }
}

@media (max-width: 420px) {
	.hero {
		min-height: 1060px;
	}

	.hero-business-flow {
		height: 414px;
	}

	.flow-card {
		width: min(270px, 86vw);
	}

	.flow-disciplines i:nth-child(2) {
		display: none;
	}

	.simple-work-media {
		height: 250px;
	}

	.job-hero {
		min-height: 740px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-business-flow .flow-card {
		opacity: 1;
		transform: none;
	}

	.hero-business-flow .flow-core-orbit,
	.hero-business-flow .flow-rail i {
		animation: none !important;
	}
}

/* V5.2 — compact footer and intentionally composed responsive systems */
.form-label-text {
	display: flex;
	min-height: 16px;
	align-items: center;
	gap: 4px;
}

.form-label-text b {
	color: var(--green);
}

.site-footer {
	padding-top: 0;
}

.site-footer .footer-grid {
	grid-template-columns: minmax(250px, 0.85fr) minmax(250px, 0.85fr) minmax(390px, 1.3fr);
	align-items: start;
	gap: clamp(40px, 5.2vw, 82px);
	padding-block: 46px 38px;
}

.site-footer .footer-dynamic-nav {
	grid-column: auto;
}

.site-footer .footer-brand img {
	width: 158px;
}

.site-footer .footer-brand p {
	margin: 17px 0 14px;
	font-size: 12px;
	line-height: 1.55;
}

.site-footer .footer-brand span {
	max-width: 280px;
	font-size: 7.5px;
	line-height: 1.65;
}

.site-footer .footer-column {
	gap: 9px;
}

.site-footer .footer-column h2 {
	margin-bottom: 7px;
	font-size: 9px;
}

.site-footer .footer-menu {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 24px;
}

.site-footer .footer-contact {
	display: grid;
	grid-template-columns: minmax(165px, 0.85fr) minmax(190px, 1fr);
	align-items: start;
	gap: 12px 18px;
}

.site-footer .footer-contact h2 {
	grid-column: 1 / -1;
}

.site-footer .footer-contact .footer-quote-cta {
	grid-column: 1;
	grid-row: 2;
	display: flex;
	min-height: 96px;
	align-items: center;
	justify-content: space-between;
	padding: 19px 21px;
	border: 1px solid rgba(33, 83, 153, 0.22);
	border-radius: 18px;
	background:
		radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.22), transparent 25%),
		linear-gradient(135deg, #2d66b4, #3679c8);
	box-shadow: 0 20px 48px rgba(51, 103, 177, 0.20);
	color: #fff;
	font-size: 14px;
	font-weight: 650;
	letter-spacing: -0.02em;
	transform: none;
}

.site-footer .footer-contact .footer-quote-cta b {
	display: grid;
	width: 31px;
	height: 31px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.30);
	border-radius: 50%;
	font-size: 12px;
	font-weight: 500;
	transition: transform 0.3s var(--ease);
}

.site-footer .footer-contact .footer-quote-cta:hover {
	background:
		radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.24), transparent 25%),
		linear-gradient(135deg, #275da8, #2f73c2);
	box-shadow: 0 24px 60px rgba(51, 103, 177, 0.27);
	color: #fff;
	transform: translateY(-2px);
}

.site-footer .footer-contact .footer-quote-cta:hover b {
	transform: rotate(9deg) translate(1px, -1px);
}

.footer-contact-meta {
	grid-column: 2;
	grid-row: 2;
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 10px;
	padding-top: 5px;
}

.site-footer .footer-contact-meta a {
	overflow-wrap: anywhere;
	color: var(--muted);
	font-size: 9.5px;
	line-height: 1.5;
}

.site-footer .footer-social-links {
	grid-column: 1 / -1;
	margin-top: 1px;
	padding-top: 11px;
}

.site-footer .footer-social-links a {
	min-height: 31px;
	padding-inline: 11px;
	font-size: 8px;
}

.site-footer .footer-bottom {
	min-height: 56px;
}

.site-footer .footer-visual {
	right: -90px;
	bottom: -130px;
	width: 330px;
	height: 330px;
	box-shadow: 0 0 0 44px rgba(51, 103, 177, 0.022), 0 0 0 88px rgba(50, 169, 88, 0.014);
}

.site-footer .footer-visual img {
	width: 112px;
}

@media (max-width: 980px) {
	/* Keep the desktop capability story intact, but turn scroll into touch controls. */
	.capability-story {
		height: auto;
	}

	.capability-sticky {
		position: relative;
		display: block;
		height: auto;
		min-height: 0;
		padding-block: 108px;
		overflow: hidden;
	}

	.capability-shell {
		display: grid;
		grid-template-areas:
			"intro intro"
			"copy visual"
			"progress progress";
		grid-template-columns: minmax(250px, 0.78fr) minmax(0, 1.22fr);
		grid-template-rows: auto auto auto;
		align-items: stretch;
		gap: 42px 36px;
	}

	.capability-intro {
		grid-area: intro;
		max-width: 760px;
		padding: 0;
		text-align: left;
	}

	.capability-intro .eyebrow {
		justify-content: flex-start;
	}

	.capability-intro h2 {
		max-width: 680px;
		font-size: clamp(44px, 6.5vw, 66px);
	}

	.capability-intro > p:not(.eyebrow) {
		display: block;
		max-width: 480px;
	}

	.capability-intro > a {
		display: inline-flex;
	}

	.capability-intro::after {
		display: none;
	}

	.capability-intro + .capability-copy,
	.capability-copy {
		position: relative;
		grid-area: copy;
		display: block;
		width: 100%;
		height: 400px;
		margin: 0;
		padding: 0;
		background: none;
		overflow: hidden;
		scroll-snap-type: none;
	}

	.capability-copy-panel {
		position: absolute;
		inset: 0;
		display: flex;
		width: auto;
		min-width: 0;
		min-height: 0;
		padding: 34px;
		border: 1px solid rgba(51, 103, 177, 0.14);
		border-radius: 28px;
		background:
			radial-gradient(circle at 100% 0, rgba(50, 169, 88, 0.08), transparent 34%),
			rgba(255, 255, 255, 0.80);
		box-shadow: 0 24px 70px rgba(31, 62, 98, 0.08);
		opacity: 0;
		pointer-events: none;
		transform: translateY(18px);
	}

	.capability-copy-panel.is-active {
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.capability-copy-panel h3 {
		max-width: 330px;
		margin: 25px 0 16px;
		font-size: clamp(36px, 5vw, 52px);
	}

	.capability-copy-panel p {
		font-size: 13px;
		line-height: 1.72;
	}

	.capability-copy-panel small {
		margin-top: auto;
	}

	.capability-visual {
		grid-area: visual;
		display: block;
		height: 400px;
		perspective: none;
		touch-action: pan-y;
	}

	.capability-visual .visual-frame {
		border-radius: 28px;
		transform: none;
	}

	.capability-progress {
		grid-area: progress;
		display: grid;
		margin-top: 0;
	}

	.capability-dots button {
		min-height: 34px;
	}

	.site-footer .footer-grid {
		grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
		gap: 36px 54px;
	}

	.site-footer .footer-dynamic-nav {
		grid-column: auto;
	}

	.site-footer .footer-contact {
		grid-column: 1 / -1;
		grid-template-columns: minmax(210px, 0.55fr) minmax(0, 1fr);
	}

	.site-footer .footer-contact .footer-quote-cta {
		min-height: 84px;
	}
}

@media (max-width: 720px) {
	/* A concise input → Inwant system → advantage narrative for narrow screens. */
	.hero {
		min-height: 1010px;
	}

	.hero-shell {
		min-height: 934px;
	}

	.hero-business-flow {
		position: relative;
		height: 356px;
		grid-template-rows: 76px 112px 76px;
		gap: 20px;
		margin: 34px auto 8px;
		padding-inline: 2px;
	}

	.hero-business-flow::after {
		position: absolute;
		left: 50%;
		top: 36px;
		bottom: 30px;
		display: block;
		width: 1px;
		background: linear-gradient(rgba(51, 103, 177, 0.08), rgba(51, 103, 177, 0.42), rgba(50, 169, 88, 0.46), rgba(50, 169, 88, 0.08));
		content: "";
		transform: translateX(-50%);
	}

	.flow-floor {
		display: none;
	}

	.flow-card {
		width: calc(100% - 22px);
		height: 76px;
		padding: 13px 15px;
		border-radius: 17px;
		box-shadow: 0 18px 52px rgba(30, 60, 96, 0.09), inset 0 1px rgba(255, 255, 255, 0.95);
	}

	.flow-card-input {
		justify-self: start;
		transform: translateY(-10px);
	}

	.flow-card-output {
		justify-self: end;
		transform: translateY(10px);
	}

	.hero-business-flow.is-active .flow-card-input {
		transform: none;
	}

	.hero-business-flow.is-active .flow-card-output {
		transform: none;
	}

	.flow-card-head {
		gap: 9px;
	}

	.flow-card-head span {
		font-size: 7px;
	}

	.flow-card-head small {
		font-size: 6.5px;
	}

	.flow-card h2 {
		margin: 11px 0 0;
		font-size: 15.5px;
		line-height: 1.12;
	}

	.flow-card ul {
		display: none;
	}

	.flow-card::after {
		right: 13px;
		bottom: 13px;
		width: 5px;
		height: 5px;
	}

	.flow-core {
		width: 112px;
		height: 112px;
		box-shadow:
			0 22px 62px rgba(31, 66, 107, 0.12),
			inset 0 0 0 10px rgba(237, 244, 252, 0.62),
			inset 0 1px #fff;
	}

	.flow-core::after {
		inset: 18px;
	}

	.flow-core-orbit-one {
		inset: -9px;
	}

	.flow-core-orbit-two {
		inset: -17px;
	}

	.flow-core-mark {
		width: 61px;
		height: 61px;
	}

	.flow-core-mark img {
		width: 41px;
	}

	.flow-core-mark span {
		right: 6px;
		top: 8px;
		width: 5px;
		height: 5px;
	}

	.flow-core > small {
		bottom: 8px;
		font-size: 5px;
	}

	.flow-disciplines {
		bottom: -41px;
		width: min(296px, 91vw);
		justify-content: stretch;
		gap: 3px;
		padding: 4px;
	}

	.flow-disciplines i,
	.flow-disciplines i:nth-child(2) {
		display: block;
		flex: 1;
		padding: 5px 2px;
		font-size: 5.1px;
		text-align: center;
	}

	.flow-rail {
		left: calc(50% - 0.5px);
		right: auto;
		top: auto;
		width: 1px;
		height: 35px;
		background: linear-gradient(rgba(51, 103, 177, 0.10), rgba(51, 103, 177, 0.45));
	}

	.flow-rail-in {
		top: 70px;
	}

	.flow-rail-out {
		top: 222px;
		background: linear-gradient(rgba(51, 103, 177, 0.34), rgba(50, 169, 88, 0.48));
	}

	.flow-rail i {
		left: -4px;
		top: 0;
	}

	.hero-business-flow.is-active .flow-rail i,
	.hero-business-flow.is-active .flow-rail-out i {
		animation-name: inwantFlowTravelMobile;
	}

	.flow-status {
		bottom: 0;
		width: max-content;
		font-size: 5.8px;
	}

	/* Mobile keeps the same information/visual/control hierarchy as desktop. */
	.capability-sticky {
		padding-block: 84px 90px;
	}

	.capability-shell {
		grid-template-areas:
			"intro"
			"copy"
			"visual"
			"progress";
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.capability-intro h2 {
		max-width: none;
		font-size: clamp(40px, 11.5vw, 49px);
	}

	.capability-intro > p:not(.eyebrow) {
		margin-top: 18px;
		font-size: 12px;
		line-height: 1.7;
	}

	.capability-intro > a {
		margin-top: 18px;
		font-size: 10px;
	}

	.capability-intro + .capability-copy,
	.capability-copy {
		height: 238px;
		margin-top: 10px;
	}

	.capability-copy-panel {
		padding: 24px 22px;
		border-radius: 22px;
	}

	.capability-copy-panel h3 {
		max-width: 280px;
		margin: 19px 0 12px;
		font-size: 34px;
	}

	.capability-copy-panel p {
		font-size: 11.5px;
		line-height: 1.65;
	}

	.capability-copy-panel small {
		margin-top: auto;
		padding-top: 13px;
		font-size: 7px;
	}

	.capability-visual {
		height: 326px;
	}

	.capability-visual .visual-frame {
		border-radius: 22px;
		box-shadow: 0 24px 70px rgba(31, 62, 98, 0.10), inset 0 1px #fff;
	}

	.visual-topbar {
		height: 42px;
		padding-inline: 14px;
	}

	.visual-topbar b {
		font-size: 6.5px;
	}

	.capability-scene {
		inset: 42px 0 0;
	}

	.capability-progress {
		gap: 10px;
		margin-top: 0;
		padding: 13px;
		border: 1px solid rgba(51, 103, 177, 0.13);
		border-radius: 18px;
		background: rgba(255, 255, 255, 0.72);
		box-shadow: 0 16px 45px rgba(31, 62, 98, 0.06);
	}

	.capability-dots {
		gap: 6px;
	}

	.capability-dots button {
		display: grid;
		min-width: 0;
		height: 34px;
		place-items: center;
		border: 1px solid rgba(51, 103, 177, 0.13);
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.68);
		font-size: 7px;
		text-align: center;
	}

	.capability-dots button.is-active {
		border-color: var(--blue);
		background: var(--blue);
		color: #fff;
		box-shadow: 0 9px 24px rgba(51, 103, 177, 0.20);
	}

	.scene-product {
		grid-template-columns: 48px 1fr;
		gap: 9px;
		padding: 13px;
	}

	.ui-sidebar {
		gap: 10px;
		padding: 11px 7px;
		border-radius: 13px;
	}

	.ui-sidebar::before {
		width: 24px;
		height: 18px;
		margin-bottom: 10px;
	}

	.ui-sidebar i {
		width: 24px;
		height: 5px;
	}

	.ui-dashboard,
	.dashboard-grid {
		gap: 8px;
	}

	.dashboard-hero,
	.dashboard-table,
	.dashboard-grid i {
		border-radius: 12px;
	}

	.dashboard-hero::before {
		left: 14px;
		top: 16px;
		height: 7px;
		box-shadow: 0 16px rgba(51, 103, 177, 0.12), 0 32px rgba(51, 103, 177, 0.08);
	}

	.dashboard-hero::after {
		right: -48px;
		bottom: -58px;
		width: 150px;
		height: 150px;
		border-width: 20px;
	}

	.dashboard-grid i::before {
		left: 10px;
		top: 11px;
		width: 24px;
		height: 24px;
	}

	.scene-mobile {
		gap: 14px;
	}

	.phone {
		width: 96px;
		height: 214px;
		padding: 15px 8px 10px;
		border-width: 5px;
		border-radius: 24px;
	}

	.phone > span {
		top: 6px;
		width: 34px;
		height: 5px;
	}

	.phone > div {
		height: 76px;
		border-radius: 15px;
	}

	.phone i {
		height: 38px;
		margin-top: 7px;
		border-radius: 10px;
	}

	.phone i:last-child {
		height: 30px;
	}

	.mobile-pulse {
		width: 238px;
		height: 238px;
		box-shadow: 0 0 0 25px rgba(51, 103, 177, 0.03), 0 0 0 48px rgba(50, 169, 88, 0.022);
	}

	.agent-core {
		width: 82px;
		height: 82px;
		box-shadow: 0 18px 50px rgba(46, 83, 128, 0.16), 0 0 0 13px rgba(255, 255, 255, 0.44);
	}

	.agent-core img {
		width: 53px;
	}

	.agent-card {
		width: 90px;
		padding: 10px;
		border-radius: 12px;
	}

	.agent-card b {
		margin-top: 5px;
		font-size: 10px;
	}

	.agent-one {
		left: 5%;
		top: 12%;
	}

	.agent-two {
		right: 5%;
		top: 12%;
	}

	.agent-three {
		right: 6%;
		bottom: 10%;
	}

	.scene-whatsapp {
		padding: 24px 17px;
	}

	.conversation {
		max-width: 88%;
		padding: 13px 15px;
		border-radius: 16px 16px 16px 5px;
	}

	.conversation p {
		margin-top: 6px;
		font-size: 11px;
	}

	.conversation-right {
		margin-top: 18px;
		border-radius: 16px 16px 5px;
	}

	.conversation-action {
		grid-template-columns: 32px 1fr;
		max-width: 88%;
		margin-top: 24px;
		padding: 10px 12px;
		border-radius: 14px;
	}

	.conversation-action i {
		width: 21px;
		height: 21px;
		border-width: 6px;
	}

	.conversation-action b {
		font-size: 9px;
	}

	.conversation-action small {
		font-size: 7px;
	}

	.scene-commerce {
		gap: 8px;
	}

	.product-card {
		width: 29%;
		padding: 7px;
		border-radius: 14px;
	}

	.product-card > div {
		height: 132px;
		border-radius: 10px;
	}

	.product-card b,
	.product-card span {
		margin-top: 9px;
		font-size: 7px;
	}

	.growth-orbit {
		width: 105px;
		height: 105px;
		box-shadow: 0 0 0 22px rgba(51, 103, 177, 0.035), 0 0 0 43px rgba(50, 169, 88, 0.024), 0 18px 46px rgba(44, 79, 118, 0.14);
	}

	.growth-orbit img {
		width: 68px;
	}

	.growth-stat {
		width: 88px;
		padding: 10px;
		border-radius: 12px;
	}

	.growth-stat b {
		font-size: 8px;
	}

	.growth-stat i {
		height: 4px;
		margin-top: 8px;
	}

	.growth-stat-one {
		left: 5%;
		top: 14%;
	}

	.growth-stat-two {
		right: 5%;
		top: 16%;
	}

	.growth-stat-three {
		right: 6%;
		bottom: 11%;
	}

	.site-footer .footer-grid {
		grid-template-columns: 1fr;
		gap: 32px;
		padding-block: 42px 32px;
	}

	.site-footer .footer-brand p {
		max-width: 290px;
	}

	.site-footer .footer-dynamic-nav {
		grid-column: auto;
	}

	.site-footer .footer-menu {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 11px 18px;
	}

	.site-footer .footer-contact {
		grid-column: auto;
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.site-footer .footer-contact h2,
	.site-footer .footer-contact .footer-quote-cta,
	.site-footer .footer-contact-meta,
	.site-footer .footer-social-links {
		grid-column: 1;
		grid-row: auto;
	}

	.site-footer .footer-contact .footer-quote-cta {
		min-height: 70px;
	}

	.site-footer .footer-contact-meta {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 9px 16px;
		padding-top: 2px;
	}

	.site-footer .footer-contact-meta a:first-child {
		grid-column: 1 / -1;
	}

	.site-footer .footer-bottom {
		grid-template-columns: 1fr auto;
		gap: 12px;
		min-height: 54px;
		padding-block: 14px;
	}

	.site-footer .footer-bottom > div {
		display: none;
	}

	.site-footer .footer-visual {
		right: -118px;
		bottom: -100px;
		width: 260px;
		height: 260px;
	}
}

@media (max-width: 420px) {
	.flow-disciplines i:nth-child(2) {
		display: block;
	}

	.capability-intro h2 {
		font-size: clamp(38px, 11vw, 45px);
	}

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

	.site-footer .footer-contact-meta a:first-child {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.capability-copy-panel,
	.capability-scene {
		transition: none;
	}
}

/* V5.3 — founder authority and a mobile-first business journey */
.leadership {
	background:
		radial-gradient(circle at 4% 18%, rgba(51, 103, 177, 0.08), transparent 25%),
		radial-gradient(circle at 94% 84%, rgba(50, 169, 88, 0.075), transparent 26%),
		linear-gradient(180deg, #f9fbfe 0%, #fff 48%, #f9fcfa 100%);
}

.founder-profile,
.company-founder-card {
	position: relative;
	grid-template-columns: minmax(410px, 0.9fr) minmax(540px, 1.1fr);
	min-height: 620px;
	border-color: rgba(51, 103, 177, 0.15);
	border-radius: 38px;
	background:
		radial-gradient(circle at 100% 0, rgba(50, 169, 88, 0.08), transparent 29%),
		rgba(255, 255, 255, 0.90);
	box-shadow:
		0 42px 120px rgba(31, 62, 98, 0.11),
		inset 0 1px rgba(255, 255, 255, 0.96);
}

.founder-profile::after,
.company-founder-card::after {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 7px;
	height: 7px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--green);
	box-shadow: 0 0 0 8px rgba(50, 169, 88, 0.08);
	content: "";
	pointer-events: none;
}

.founder-visual,
.company-founder-visual {
	min-height: 620px;
}

.founder-visual.has-image,
.company-founder-visual.has-image {
	background-position: center 16%;
}

.founder-visual.has-image::after,
.company-founder-visual.has-image::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(10, 22, 35, 0.02) 34%, rgba(10, 22, 35, 0.56) 100%),
		linear-gradient(90deg, transparent 64%, rgba(13, 30, 48, 0.10));
	content: "";
	pointer-events: none;
}

.founder-visual-grid,
.company-founder-visual > div:first-child {
	z-index: 2;
	opacity: 0.36;
}

.founder-visual > span,
.company-founder-visual > span {
	left: 28px;
	bottom: 28px;
	z-index: 4;
	padding: 10px 16px;
	border-color: rgba(255, 255, 255, 0.62);
	background: rgba(255, 255, 255, 0.88);
	color: var(--blue-dark);
	box-shadow: 0 13px 34px rgba(13, 30, 48, 0.12);
}

.founder-visual-signature,
.company-founder-signature {
	position: absolute;
	right: 27px;
	bottom: 27px;
	z-index: 4;
	display: flex;
	max-width: 230px;
	align-items: flex-end;
	flex-direction: column;
	color: #fff;
	text-align: right;
	text-shadow: 0 2px 18px rgba(10, 22, 35, 0.28);
}

.company-founder-visual > .company-founder-signature {
	inset: auto 27px 27px auto;
	background: none;
	opacity: 1;
	mask-image: none;
}

.founder-visual-signature b,
.company-founder-signature b {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.founder-visual-signature small,
.company-founder-signature small {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 8px;
	line-height: 1.5;
}

.founder-visual:not(.has-image) .founder-visual-signature,
.company-founder-visual:not(.has-image) .company-founder-signature {
	color: var(--blue-dark);
	text-shadow: none;
}

.founder-visual:not(.has-image) .founder-visual-signature small,
.company-founder-visual:not(.has-image) .company-founder-signature small {
	color: var(--muted);
}

.founder-copy,
.company-founder-copy {
	min-width: 0;
	padding: clamp(48px, 4.7vw, 70px);
}

.founder-role,
.company-founder-role {
	padding-right: 30px;
	padding-bottom: 19px;
}

.founder-role span,
.company-founder-role span {
	position: relative;
	padding-left: 16px;
}

.founder-role span::before,
.company-founder-role span::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 7px;
	height: 1px;
	background: linear-gradient(90deg, var(--blue), var(--green));
	content: "";
}

.founder-copy h3,
.company-founder-copy h3 {
	margin-top: 38px;
	font-size: clamp(52px, 5vw, 76px);
}

.founder-statement,
.company-founder-copy > p {
	position: relative;
	max-width: 650px;
	min-height: 88px;
	margin-top: 26px;
	padding: 10px 0 10px 42px;
	color: var(--ink-soft);
	font-size: 15px;
	line-height: 1.75;
}

.founder-statement::before,
.company-founder-copy > p::before {
	position: absolute;
	left: 0;
	top: -3px;
	background: linear-gradient(135deg, var(--blue), var(--green));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	content: "“";
	font-size: 54px;
	font-weight: 500;
	line-height: 1;
}

.founder-focus,
.company-founder-values {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 30px;
	border: 0;
}

.founder-focus span,
.founder-focus span:first-child,
.founder-focus span:last-child,
.company-founder-values span,
.company-founder-values span:first-child,
.company-founder-values span:last-child {
	display: flex;
	min-width: 0;
	min-height: 112px;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 17px 15px;
	border: 1px solid rgba(51, 103, 177, 0.11);
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(247, 250, 254, 0.92), rgba(255, 255, 255, 0.72));
	flex-direction: column;
	text-align: left;
}

.founder-focus span:nth-child(3),
.company-founder-values span:nth-child(3) {
	border-color: rgba(50, 169, 88, 0.14);
	background: linear-gradient(145deg, rgba(247, 252, 249, 0.94), rgba(255, 255, 255, 0.74));
}

.founder-focus i,
.company-founder-values i {
	width: 6px;
	height: 6px;
	margin-bottom: 17px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--blue);
	box-shadow: 0 0 0 5px rgba(51, 103, 177, 0.08);
}

.founder-focus span:nth-child(3) i,
.company-founder-values span:nth-child(3) i {
	background: var(--green);
	box-shadow: 0 0 0 5px rgba(50, 169, 88, 0.08);
}

.founder-focus b,
.company-founder-values b {
	color: var(--ink);
	font-size: 9px;
	font-weight: 700;
	line-height: 1.4;
}

.founder-focus small,
.company-founder-values small {
	margin-top: 7px;
	color: var(--muted);
	font-size: 7px;
	line-height: 1.55;
}

.founder-footer {
	align-items: center;
	margin-top: auto;
	padding-top: 30px;
}

.founder-socials,
.company-founder-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.founder-socials a,
.company-founder-socials a {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	gap: 12px;
	padding: 0 13px;
	border: 1px solid rgba(51, 103, 177, 0.15);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--blue-dark);
	font-size: 8px;
	font-weight: 700;
	transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s var(--ease);
}

.founder-socials a:hover,
.company-founder-socials a:hover {
	border-color: rgba(51, 103, 177, 0.30);
	box-shadow: 0 12px 30px rgba(41, 73, 111, 0.09);
	transform: translateY(-2px);
}

.founder-socials a b,
.company-founder-socials a b {
	font-size: 9px;
	font-weight: 500;
}

.company-founder-copy {
	display: flex;
}

.company-founder-socials {
	margin-top: auto;
	padding-top: 30px;
}

@media (min-width: 721px) and (max-width: 1100px) {
	.founder-profile,
	.company-founder-card {
		grid-template-columns: minmax(300px, 0.8fr) minmax(430px, 1.2fr);
		min-height: 560px;
	}

	.founder-visual,
	.company-founder-visual {
		min-height: 560px;
	}

	.founder-copy,
	.company-founder-copy {
		padding: 40px 36px;
	}

	.founder-copy h3,
	.company-founder-copy h3 {
		font-size: 50px;
	}

	.founder-statement,
	.company-founder-copy > p {
		min-height: 76px;
		font-size: 13px;
	}

	.founder-focus,
	.company-founder-values {
		gap: 6px;
	}

	.founder-focus span,
	.founder-focus span:first-child,
	.founder-focus span:last-child,
	.company-founder-values span,
	.company-founder-values span:first-child,
	.company-founder-values span:last-child {
		min-height: 106px;
		padding: 15px 12px;
	}
}

@media (max-width: 720px) {
	.founder-profile,
	.company-founder-card {
		grid-template-columns: 1fr;
		min-height: 0;
		margin-top: 52px;
		border-radius: 26px;
	}

	.founder-profile::after,
	.company-founder-card::after {
		right: 22px;
		top: 22px;
	}

	.founder-visual,
	.company-founder-visual {
		min-height: 390px;
	}

	.founder-visual.has-image,
	.company-founder-visual.has-image {
		background-position: center 12%;
	}

	.founder-visual > span,
	.company-founder-visual > span {
		left: 18px;
		bottom: 18px;
	}

	.founder-visual-signature,
	.company-founder-signature {
		right: 18px;
		bottom: 19px;
		max-width: 155px;
	}

	.company-founder-visual > .company-founder-signature {
		inset: auto 18px 19px auto;
	}

	.founder-visual-signature small,
	.company-founder-signature small {
		font-size: 6.5px;
	}

	.founder-copy,
	.company-founder-copy {
		padding: 30px 22px 24px;
	}

	.founder-role,
	.company-founder-role {
		align-items: flex-start;
		gap: 9px;
		padding-right: 0;
		padding-bottom: 18px;
		flex-direction: column;
	}

	.founder-copy h3,
	.company-founder-copy h3 {
		margin-top: 28px;
		font-size: clamp(40px, 11.5vw, 48px);
	}

	.founder-statement,
	.company-founder-copy > p {
		min-height: 0;
		margin-top: 20px;
		padding: 5px 0 5px 32px;
		font-size: 13px;
		line-height: 1.7;
	}

	.founder-statement::before,
	.company-founder-copy > p::before {
		font-size: 42px;
	}

	.founder-focus,
	.company-founder-values {
		grid-template-columns: 1fr;
		gap: 7px;
		margin-top: 27px;
	}

	.founder-focus span,
	.founder-focus span:first-child,
	.founder-focus span:last-child,
	.company-founder-values span,
	.company-founder-values span:first-child,
	.company-founder-values span:last-child {
		display: grid;
		min-height: 78px;
		grid-template-columns: 18px 1fr;
		grid-template-rows: auto auto;
		gap: 5px 9px;
		padding: 14px 15px;
		border-right: 1px solid rgba(51, 103, 177, 0.11);
		border-bottom: 1px solid rgba(51, 103, 177, 0.11);
	}

	.founder-focus i,
	.company-founder-values i {
		grid-row: 1 / 3;
		margin: 5px 0 0;
	}

	.founder-focus b,
	.company-founder-values b {
		font-size: 9px;
	}

	.founder-focus small,
	.company-founder-values small {
		margin: 0;
		font-size: 7px;
	}

	.founder-footer {
		align-items: flex-start;
		margin-top: 28px;
		padding-top: 22px;
	}

	.founder-socials,
	.company-founder-socials {
		width: 100%;
	}

	.founder-socials a,
	.company-founder-socials a {
		min-height: 38px;
		flex: 1 1 auto;
		justify-content: space-between;
	}

	.company-founder-socials {
		margin-top: 25px;
		padding-top: 0;
	}

	/* The same hero system, repositioned as a deliberate mobile composition. */
	.hero {
		min-height: 1070px;
	}

	.hero-shell {
		min-height: 994px;
	}

	.hero-business-flow {
		height: 422px;
		grid-template-rows: 80px 128px 80px;
		gap: 50px;
		margin: 38px auto 8px;
		padding-inline: 1px;
		isolation: isolate;
	}

	.hero-business-flow::before {
		position: absolute;
		left: 50%;
		top: 51%;
		z-index: -1;
		display: block;
		width: 275px;
		height: 275px;
		border: 1px solid rgba(51, 103, 177, 0.09);
		border-radius: 50%;
		background:
			radial-gradient(circle, rgba(255, 255, 255, 0.92) 0 26%, rgba(224, 236, 249, 0.34) 27% 50%, rgba(226, 244, 232, 0.20) 51% 64%, transparent 65%);
		box-shadow: 0 0 0 28px rgba(51, 103, 177, 0.018), 0 0 0 56px rgba(50, 169, 88, 0.012);
		content: "";
		transform: translate(-50%, -50%);
	}

	.hero-business-flow::after {
		top: 40px;
		bottom: 26px;
	}

	.flow-card {
		width: min(330px, 86vw);
		height: 80px;
		padding: 14px 16px;
		border-radius: 19px;
		background:
			radial-gradient(circle at 96% 0, rgba(51, 103, 177, 0.07), transparent 31%),
			rgba(255, 255, 255, 0.91);
		box-shadow: 0 20px 58px rgba(30, 60, 96, 0.11), inset 0 1px #fff;
	}

	.flow-card-output {
		background:
			radial-gradient(circle at 96% 0, rgba(50, 169, 88, 0.09), transparent 31%),
			rgba(255, 255, 255, 0.92);
	}

	.flow-card-input {
		transform: translate(-12px, -8px);
	}

	.flow-card-output {
		transform: translate(12px, 8px);
	}

	.hero-business-flow.is-active .flow-card-input,
	.hero-business-flow.is-active .flow-card-output {
		transform: none;
	}

	.flow-card h2 {
		margin-top: 12px;
		font-size: 16px;
	}

	.flow-core {
		width: 124px;
		height: 124px;
		box-shadow:
			0 24px 68px rgba(31, 66, 107, 0.14),
			inset 0 0 0 11px rgba(237, 244, 252, 0.64),
			inset 0 1px #fff;
	}

	.flow-core::after {
		inset: 19px;
	}

	.flow-core-mark {
		width: 67px;
		height: 67px;
	}

	.flow-core-mark img {
		width: 45px;
	}

	.flow-core > small {
		bottom: 8px;
		font-size: 4.7px;
		letter-spacing: 0.06em;
	}

	.flow-disciplines {
		top: calc(100% + 12px);
		bottom: auto;
		width: min(314px, 91vw);
		min-height: 29px;
		align-items: center;
		padding: 3px;
		box-shadow: 0 14px 40px rgba(35, 66, 103, 0.10);
	}

	.flow-disciplines i,
	.flow-disciplines i:nth-child(2) {
		padding: 6px 2px;
		font-size: 5.2px;
	}

	.flow-rail {
		height: 53px;
	}

	.flow-rail-in {
		top: 78px;
	}

	.flow-rail-out {
		top: 259px;
	}

	.flow-status {
		bottom: 0;
		min-height: 22px;
		padding: 0 12px;
		border: 1px solid rgba(50, 169, 88, 0.12);
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.65);
		font-size: 5.6px;
		backdrop-filter: blur(10px);
	}
}

@media (max-width: 420px) {
	.hero-business-flow {
		height: 414px;
		grid-template-rows: 78px 124px 78px;
		gap: 49px;
	}

	.flow-card {
		width: min(310px, 85vw);
	}

	.flow-disciplines {
		width: min(300px, 90vw);
	}

	.flow-rail-in {
		top: 76px;
	}

	.flow-rail-out {
		top: 251px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.founder-profile,
	.company-founder-card,
	.founder-socials a,
	.company-founder-socials a {
		transform: none;
	}
}

/* V5.4 — compact founder rails and mobile scroll-led capabilities */
.capability-mobile-intro {
	display: none;
}

@media (max-width: 720px) {
	.founder-focus,
	.company-founder-values {
		display: flex;
		width: 100%;
		grid-template-columns: none;
		gap: 8px;
		padding: 1px 0 10px;
		overflow-x: auto;
		scroll-padding-inline: 1px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.founder-focus::-webkit-scrollbar,
	.company-founder-values::-webkit-scrollbar,
	.founder-socials::-webkit-scrollbar,
	.company-founder-socials::-webkit-scrollbar {
		display: none;
	}

	.founder-focus span,
	.founder-focus span:first-child,
	.founder-focus span:last-child,
	.company-founder-values span,
	.company-founder-values span:first-child,
	.company-founder-values span:last-child {
		display: flex;
		min-width: 0;
		min-height: 126px;
		flex: 0 0 calc(50% - 4px);
		gap: 0;
		padding: 15px 14px;
		flex-direction: column;
		scroll-snap-align: start;
		scroll-snap-stop: always;
	}

	.founder-focus i,
	.company-founder-values i {
		flex: 0 0 auto;
		margin: 2px 0 19px;
	}

	.founder-focus b,
	.company-founder-values b {
		font-size: 8.3px;
		line-height: 1.45;
	}

	.founder-focus small,
	.company-founder-values small {
		margin-top: 8px;
		font-size: 6.8px;
		line-height: 1.55;
	}

	.founder-socials,
	.company-founder-socials {
		display: flex;
		width: 100%;
		max-width: 100%;
		flex-wrap: nowrap;
		gap: 7px;
		padding: 1px 0 5px;
		overflow-x: auto;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.founder-socials a,
	.company-founder-socials a {
		width: auto;
		min-width: max-content;
		min-height: 34px;
		flex: 0 0 auto;
		justify-content: center;
		gap: 10px;
		padding: 0 12px;
		white-space: nowrap;
		scroll-snap-align: start;
	}

	.capability-mobile-intro {
		position: relative;
		z-index: 3;
		display: block;
		padding-block: 86px 54px;
	}

	.capability-mobile-intro .eyebrow {
		justify-content: flex-start;
	}

	.capability-mobile-intro h2 {
		max-width: 430px;
		margin: 0;
		font-size: clamp(40px, 11.4vw, 49px);
		font-weight: 500;
		letter-spacing: -0.06em;
		line-height: 1.04;
	}

	.capability-mobile-intro h2 em {
		display: block;
		background: linear-gradient(90deg, var(--blue), #2e7caf 64%, var(--green));
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
		font-style: normal;
	}

	.capability-mobile-intro > p:last-child {
		max-width: 350px;
		margin: 22px 0 0;
		color: var(--muted);
		font-size: 12px;
		line-height: 1.7;
	}

	.js .capability-story {
		height: calc(600vh + 380px);
		height: calc(600svh + 380px);
		background:
			radial-gradient(circle at 0 12%, rgba(51, 103, 177, 0.10), transparent 25%),
			radial-gradient(circle at 100% 76%, rgba(50, 169, 88, 0.08), transparent 27%),
			#eef4fa;
	}

	.js .capability-sticky {
		position: sticky;
		top: 72px;
		display: flex;
		width: 100%;
		height: calc(100vh - 72px);
		height: calc(100svh - 72px);
		min-height: 0;
		align-items: center;
		padding: 12px 0 16px;
		overflow: hidden;
	}

	.js .capability-shell {
		display: grid;
		height: 100%;
		grid-template-areas:
			"copy"
			"visual"
			"progress";
		grid-template-columns: 1fr;
		grid-template-rows:
			clamp(158px, 24vh, 190px)
			clamp(238px, 38vh, 320px)
			58px;
		grid-template-rows:
			clamp(158px, 24svh, 190px)
			clamp(238px, 38svh, 320px)
			58px;
		align-content: center;
		gap: 12px;
	}

	.capability-shell > .capability-intro {
		display: none;
	}

	.js .capability-intro + .capability-copy,
	.js .capability-copy {
		height: 100%;
		margin: 0;
	}

	.js .capability-copy-panel {
		padding: 19px 21px;
		border-radius: 21px;
		background:
			radial-gradient(circle at 100% 0, rgba(50, 169, 88, 0.075), transparent 35%),
			rgba(255, 255, 255, 0.91);
		box-shadow: 0 18px 52px rgba(31, 62, 98, 0.085), inset 0 1px #fff;
		transform: translateY(14px) scale(0.988);
	}

	.js .capability-copy-panel.is-active {
		transform: none;
	}

	.js .capability-number {
		font-size: 7.5px;
	}

	.js .capability-copy-panel h3 {
		max-width: 300px;
		margin: 15px 0 9px;
		font-size: clamp(28px, 8.6vw, 34px);
	}

	.js .capability-copy-panel p {
		font-size: 10.5px;
		line-height: 1.6;
	}

	.js .capability-copy-panel small {
		margin-top: auto;
		padding-top: 9px;
		font-size: 6.5px;
	}

	.js .capability-visual {
		height: 100%;
		min-height: 0;
	}

	.js .capability-visual .visual-frame {
		border-radius: 21px;
		box-shadow: 0 22px 64px rgba(31, 62, 98, 0.11), inset 0 1px #fff;
	}

	.js .capability-scene {
		transform: scale(0.975) translateY(11px);
	}

	.js .capability-scene.is-active {
		transform: none;
	}

	.js .capability-progress {
		height: 58px;
		gap: 8px;
		padding: 9px 10px;
		border-radius: 17px;
		background: rgba(255, 255, 255, 0.84);
		box-shadow: 0 13px 38px rgba(31, 62, 98, 0.07);
	}

	.js .capability-dots button {
		height: 30px;
		min-height: 30px;
		font-size: 6.5px;
	}
}

@media (max-width: 380px) {
	.founder-focus span,
	.founder-focus span:first-child,
	.founder-focus span:last-child,
	.company-founder-values span,
	.company-founder-values span:first-child,
	.company-founder-values span:last-child {
		min-height: 120px;
		padding: 13px 12px;
	}

	.js .capability-shell {
		grid-template-rows:
			clamp(150px, 23vh, 174px)
			clamp(225px, 36vh, 282px)
			54px;
		grid-template-rows:
			clamp(150px, 23svh, 174px)
			clamp(225px, 36svh, 282px)
			54px;
		gap: 10px;
	}

	.js .capability-progress {
		height: 54px;
		padding: 8px;
	}

	.js .capability-dots {
		gap: 4px;
	}

	.js .capability-dots button {
		height: 28px;
		min-height: 28px;
	}
}

@media (max-width: 720px) and (prefers-reduced-motion: reduce) {
	.js .capability-story {
		height: auto;
	}

	.js .capability-sticky {
		position: relative;
		top: auto;
		height: auto;
		min-height: 0;
		padding-block: 20px 86px;
	}

	.js .capability-shell {
		height: auto;
		grid-template-rows: 190px 300px 58px;
	}
}

/* V5.7 — responsive, continuously moving client logo wall */
.client-logo-slider {
	--client-columns: 4;
	--client-visible-rows: 3;
	--client-row-height: 138px;
	--client-gap: 10px;
	--client-viewport-height: 434px;
	position: relative;
	min-width: 0;
}

.client-logo-viewport {
	width: 100%;
	height: var(--client-viewport-height);
	overflow: hidden;
	border-radius: 22px;
}

.client-logo-track {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--client-gap);
	width: 100%;
	border: 0;
}

.js .client-logo-track {
	display: flex;
	height: 100%;
	gap: 0;
	will-change: transform;
}

.client-logo-slider[data-direction="vertical"] .client-logo-track {
	flex-direction: column;
}

.client-logo-slider[data-direction="horizontal"] .client-logo-track {
	flex-direction: row;
}

.js .client-logo-track.is-animating {
	transition: transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
}

.client-logo-page {
	display: grid;
	width: 100%;
	height: 100%;
	min-width: 100%;
	flex: 0 0 100%;
	grid-template-columns: repeat(var(--client-columns), minmax(0, 1fr));
	grid-template-rows: repeat(var(--client-visible-rows), var(--client-row-height));
	gap: var(--client-gap);
	padding: 1px;
}

.client-logo,
.client-logo-placeholder {
	display: grid;
	min-width: 0;
	min-height: var(--client-row-height);
	height: var(--client-row-height);
	padding: 18px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 19px;
	background:
		radial-gradient(circle at 100% 0, rgba(50, 169, 88, 0.045), transparent 38%),
		rgba(255, 255, 255, 0.74);
	box-shadow: 0 14px 36px rgba(32, 61, 94, 0.045), inset 0 1px rgba(255, 255, 255, 0.95);
	overflow: hidden;
	transition: border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, transform 0.35s var(--ease);
}

.client-logo-placeholder {
	visibility: hidden;
}

a.client-logo:hover,
a.client-logo:focus-visible {
	z-index: 2;
	border-color: rgba(51, 103, 177, 0.30);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 48px rgba(32, 61, 94, 0.10), inset 0 1px #fff;
	transform: translateY(-3px);
}

.client-logo img {
	display: block;
	width: min(84%, 190px);
	max-width: none;
	height: 66px;
	max-height: none;
	object-fit: contain;
	object-position: center;
	filter: grayscale(0.16) contrast(1.05);
	opacity: 0.94;
	transform: scale(1.03);
	transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s var(--ease);
}

.client-logo:hover img,
.client-logo:focus-visible img {
	filter: none;
	opacity: 1;
	transform: scale(1.08);
}

.client-slider-controls {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	min-height: 42px;
	margin-top: 14px;
}

.client-slider-controls[hidden] {
	display: none;
}

.client-slider-controls button {
	display: grid;
	width: 34px;
	height: 34px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.18);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.78);
	color: var(--blue-dark);
	font: inherit;
	font-size: 13px;
	cursor: pointer;
	transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, transform 0.25s var(--ease);
}

.client-slider-controls button:hover,
.client-slider-controls button:focus-visible {
	border-color: var(--blue);
	background: var(--blue);
	color: #fff;
	transform: translateY(-2px);
}

.client-slider-controls > span {
	min-width: 58px;
	color: var(--muted);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-align: center;
}

@media (max-width: 1100px) {
	.client-logo-track {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.client-logo img {
		width: min(80%, 174px);
		height: 60px;
	}
}

@media (max-width: 720px) {
	.client-logo-slider {
		--client-columns: 2;
		--client-visible-rows: 1;
		--client-row-height: 112px;
		--client-gap: 8px;
		--client-viewport-height: 112px;
	}

	.client-logo-viewport {
		border-radius: 17px;
		touch-action: pan-y;
	}

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

	.client-logo,
	.client-logo-placeholder {
		min-height: var(--client-row-height);
		height: var(--client-row-height);
		padding: 13px;
		border-radius: 16px;
	}

	.client-logo img {
		width: min(88%, 150px);
		height: 58px;
		filter: none;
		opacity: 1;
		transform: scale(1.04);
	}

	.client-slider-controls {
		justify-content: center;
		margin-top: 12px;
	}

	.client-slider-controls button {
		width: 36px;
		height: 36px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.js .client-logo-track.is-animating {
		transition: none;
	}

	.client-logo,
	.client-logo img,
	a.client-logo:hover,
	a.client-logo:focus-visible,
	.client-logo:hover img,
	.client-logo:focus-visible img {
		transform: none;
	}
}

/* V5.8 — dashboard publishing controls, refined footer, careers and articles */
.company-story-clients-only {
	padding-top: clamp(80px, 9vw, 132px);
}

.company-story-clients-only .client-proof {
	margin-top: 0;
}

/* Footer actions remain prominent without overpowering contact information. */
.site-footer .footer-grid {
	grid-template-columns: minmax(250px, 0.85fr) minmax(250px, 0.78fr) minmax(420px, 1.25fr);
	gap: clamp(34px, 4.2vw, 66px);
}

.site-footer .footer-brand span {
	font-size: 9px;
}

.site-footer .footer-contact {
	grid-template-columns: minmax(148px, 0.56fr) minmax(238px, 1fr);
	gap: 12px 20px;
}

.site-footer .footer-contact .footer-quote-cta {
	width: min(100%, 178px);
	min-height: 54px;
	padding: 12px 14px 12px 16px;
	border-radius: 13px;
	font-size: 12px;
	box-shadow: 0 14px 35px rgba(51, 103, 177, 0.18);
}

.site-footer .footer-contact .footer-quote-cta b {
	width: 27px;
	height: 27px;
	font-size: 10px;
}

.footer-contact-meta {
	justify-content: center;
	gap: 7px;
	padding-top: 0;
}

.site-footer .footer-contact-meta a {
	font-size: 11.5px;
	font-weight: 500;
	line-height: 1.45;
}

.site-footer .footer-social-links {
	margin-top: 4px;
}

/* Careers overview: a premium, human system rather than a generic job board. */
.careers-page-v58 .careers-hero {
	min-height: 930px;
	padding-bottom: 76px;
}

.career-hero-constellation {
	position: relative;
	width: min(850px, 100%);
	height: 170px;
	margin-top: 55px;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 30px;
	background:
		linear-gradient(rgba(51, 103, 177, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(51, 103, 177, 0.035) 1px, transparent 1px),
		radial-gradient(circle at 50% 45%, rgba(51, 103, 177, 0.10), transparent 36%),
		rgba(255, 255, 255, 0.73);
	background-size: 38px 38px, 38px 38px, auto, auto;
	box-shadow: 0 28px 80px rgba(31, 61, 96, 0.08), inset 0 1px rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(18px);
}

.career-hero-constellation::before {
	position: absolute;
	left: 13%;
	right: 13%;
	top: 67px;
	height: 1px;
	background: linear-gradient(90deg, rgba(51, 103, 177, 0.15), var(--blue), #3d91a4, var(--green), rgba(50, 169, 88, 0.15));
	content: "";
}

.career-constellation-core {
	position: absolute;
	left: 50%;
	top: 32px;
	display: grid;
	width: 72px;
	height: 72px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.17);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 50px rgba(38, 72, 113, 0.13), 0 0 0 12px rgba(51, 103, 177, 0.035);
	transform: translateX(-50%);
}

.career-constellation-core img {
	width: 46px;
}

.career-constellation-core i {
	position: absolute;
	right: 4px;
	top: 8px;
	width: 7px;
	height: 7px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--green);
	box-shadow: 0 0 0 6px rgba(50, 169, 88, 0.10);
}

.career-signal {
	position: absolute;
	z-index: 2;
	top: 48px;
	display: flex;
	min-height: 39px;
	align-items: center;
	gap: 9px;
	padding: 7px 12px 7px 8px;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.93);
	box-shadow: 0 10px 28px rgba(35, 65, 101, 0.08);
}

.career-signal span {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 50%;
	background: rgba(51, 103, 177, 0.08);
	color: var(--blue);
	font-size: 7px;
	font-weight: 750;
}

.career-signal b {
	font-size: 9px;
	font-weight: 650;
}

.career-signal-one {
	left: 5%;
}

.career-signal-two {
	left: 50%;
	top: 112px;
	transform: translateX(-50%);
}

.career-signal-three {
	right: 5%;
	border-color: rgba(50, 169, 88, 0.16);
}

.career-signal-three span {
	background: rgba(50, 169, 88, 0.09);
	color: var(--green-dark);
}

.career-hero-constellation > p {
	position: absolute;
	left: 50%;
	bottom: 13px;
	margin: 0;
	color: var(--muted);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	transform: translateX(-50%);
	white-space: nowrap;
}

.careers-page-v58 .career-principles {
	background:
		radial-gradient(circle at 0 0, rgba(51, 103, 177, 0.065), transparent 24%),
		#fff;
}

.careers-page-v58 .principle-grid {
	gap: 18px;
	border: 0;
}

.careers-page-v58 .principle-grid article,
.careers-page-v58 .principle-grid article:first-child,
.careers-page-v58 .principle-grid article:last-child {
	position: relative;
	min-height: 300px;
	padding: 30px;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 24px;
	background:
		radial-gradient(circle at 100% 0, rgba(50, 169, 88, 0.07), transparent 34%),
		rgba(255, 255, 255, 0.86);
	box-shadow: 0 24px 70px rgba(31, 61, 96, 0.065);
	overflow: hidden;
}

.careers-page-v58 .principle-grid article::after {
	position: absolute;
	right: -45px;
	bottom: -60px;
	width: 150px;
	height: 150px;
	border: 1px solid rgba(51, 103, 177, 0.09);
	border-radius: 50%;
	content: "";
}

.careers-page-v58 .principle-grid h3 {
	margin-top: 78px;
}

.careers-page-v58 .open-roles {
	background:
		linear-gradient(rgba(51, 103, 177, 0.028) 1px, transparent 1px),
		linear-gradient(90deg, rgba(51, 103, 177, 0.028) 1px, transparent 1px),
		radial-gradient(circle at 100% 100%, rgba(50, 169, 88, 0.08), transparent 28%),
		#f7fafc;
	background-size: 56px 56px, 56px 56px, auto, auto;
}

.careers-page-v58 .roles-list {
	display: grid;
	gap: 14px;
}

.careers-page-v58 .role-card {
	grid-template-columns: 50px minmax(0, 1fr) auto;
	min-width: 0;
	padding: 28px 30px;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 16px 50px rgba(31, 61, 96, 0.045);
}

.careers-page-v58 .role-card:hover {
	padding-inline: 30px;
	border-color: rgba(51, 103, 177, 0.25);
	background: #fff;
	box-shadow: 0 24px 70px rgba(31, 61, 96, 0.09);
	transform: translateY(-3px);
}

.careers-page-v58 .role-card > div,
.careers-page-v58 .role-card h3,
.careers-page-v58 .role-card p {
	min-width: 0;
	overflow-wrap: anywhere;
}

.careers-page-v58 .role-card ul {
	flex-wrap: wrap;
}

.careers-page-v58 .role-apply {
	align-self: center;
	padding: 12px 15px;
	border: 1px solid rgba(51, 103, 177, 0.15);
	border-radius: 999px;
	background: #f8fbff;
}

/* Role pages contain editor-authored content, including long URLs and tokens. */
.job-page-v58 .job-detail {
	background:
		radial-gradient(circle at 4% 18%, rgba(51, 103, 177, 0.055), transparent 25%),
		radial-gradient(circle at 96% 84%, rgba(50, 169, 88, 0.055), transparent 27%),
		#fff;
}

.job-page-v58 .job-detail-grid {
	grid-template-columns: minmax(0, 1.32fr) minmax(320px, 0.55fr);
	gap: clamp(56px, 7vw, 110px);
}

.job-page-v58 .job-detail-grid > *,
.job-page-v58 .job-description,
.job-page-v58 .job-description .premium-editorial,
.job-page-v58 .job-description .entry-content,
.job-page-v58 .job-description .entry-content > * {
	min-width: 0;
	max-width: 100%;
}

.job-page-v58 .job-description {
	padding: clamp(32px, 4.6vw, 66px);
	border: 1px solid rgba(51, 103, 177, 0.12);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 28px 90px rgba(31, 61, 96, 0.07);
	overflow: hidden;
}

.job-page-v58 .job-description .premium-editorial {
	overflow-wrap: anywhere;
	word-break: normal;
}

.job-page-v58 .job-description .premium-editorial p,
.job-page-v58 .job-description .premium-editorial li,
.job-page-v58 .job-description .premium-editorial a,
.job-page-v58 .job-description .premium-editorial h1,
.job-page-v58 .job-description .premium-editorial h2,
.job-page-v58 .job-description .premium-editorial h3,
.job-page-v58 .job-description .premium-editorial h4,
.job-page-v58 .job-description .premium-editorial h5,
.job-page-v58 .job-description .premium-editorial h6 {
	max-width: 100%;
	overflow-wrap: anywhere;
}

.job-page-v58 .job-description .premium-editorial pre,
.job-page-v58 .job-description .premium-editorial table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
}

.job-page-v58 .job-description .premium-editorial img,
.job-page-v58 .job-description .premium-editorial iframe,
.job-page-v58 .job-description .premium-editorial video {
	max-width: 100%;
	height: auto;
}

.job-page-v58 .job-description .alignwide,
.job-page-v58 .job-description .alignfull {
	width: 100%;
	max-width: 100%;
	margin-inline: 0;
}

.job-page-v58 .job-summary {
	padding: 38px;
	border-radius: 28px;
	background:
		linear-gradient(rgba(51, 103, 177, 0.032) 1px, transparent 1px),
		linear-gradient(90deg, rgba(51, 103, 177, 0.032) 1px, transparent 1px),
		radial-gradient(circle at 100% 0, rgba(50, 169, 88, 0.11), transparent 35%),
		#f7fafe;
	background-size: 34px 34px, 34px 34px, auto, auto;
}

.job-page-v58 .career-application {
	background:
		radial-gradient(circle at 100% 0, rgba(51, 103, 177, 0.07), transparent 28%),
		#f7fafc;
}

.job-page-v58 .premium-form-card {
	border-radius: 34px;
	box-shadow: 0 38px 120px rgba(31, 61, 97, 0.10);
}

/* Article archive powered by native WordPress Posts. */
.article-hero,
.article-single-hero {
	position: relative;
	display: flex;
	min-height: 780px;
	align-items: center;
	padding: 160px 0 95px;
	border-bottom: 1px solid rgba(51, 103, 177, 0.11);
	background:
		radial-gradient(circle at 0 78%, rgba(51, 103, 177, 0.11), transparent 32%),
		radial-gradient(circle at 100% 35%, rgba(50, 169, 88, 0.09), transparent 30%),
		linear-gradient(180deg, #fff, #f8fbfd);
	overflow: hidden;
}

.article-hero-glow {
	position: absolute;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.35;
}

.article-hero-glow-blue {
	left: -160px;
	bottom: -120px;
	background: rgba(51, 103, 177, 0.24);
}

.article-hero-glow-green {
	right: -150px;
	top: 110px;
	background: rgba(50, 169, 88, 0.18);
}

.article-hero-shell {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.65fr);
	align-items: center;
	gap: clamp(60px, 8vw, 130px);
}

.article-hero-copy h1 {
	max-width: 850px;
	margin: 0;
	font-size: clamp(72px, 8vw, 116px);
	font-weight: 500;
	letter-spacing: -0.078em;
	line-height: 0.96;
}

.article-hero-copy h1 em,
.article-library-head h2 em,
.article-closing h2 em {
	background: linear-gradient(90deg, var(--blue), #277eaa 64%, var(--green));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-style: normal;
}

.article-hero-copy > p:not(.eyebrow) {
	max-width: 700px;
	margin: 31px 0 0;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.75;
}

.article-hero-mark {
	position: relative;
	display: grid;
	width: min(390px, 100%);
	aspect-ratio: 1;
	place-items: center;
	justify-self: end;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.63);
	box-shadow: 0 40px 120px rgba(31, 61, 96, 0.10), inset 0 0 0 28px rgba(237, 244, 253, 0.48);
	backdrop-filter: blur(18px);
}

.article-hero-mark > div {
	position: absolute;
	inset: 9%;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-color: rgba(51, 103, 177, 0.25) transparent rgba(50, 169, 88, 0.20) transparent;
	border-radius: 50%;
	animation: articleOrbit 24s linear infinite;
}

.article-hero-mark > div:nth-child(2) {
	inset: 20%;
	animation-duration: 18s;
	animation-direction: reverse;
}

.article-hero-mark > div:nth-child(3) {
	inset: 31%;
	animation-duration: 13s;
}

.article-hero-mark > span {
	position: relative;
	z-index: 2;
	display: grid;
	width: 122px;
	height: 122px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.15);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 24px 70px rgba(31, 61, 96, 0.14);
}

.article-hero-mark img {
	width: 82px;
}

.article-hero-mark small {
	position: absolute;
	bottom: 48px;
	color: var(--muted);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

@keyframes articleOrbit {
	to { transform: rotate(360deg); }
}

.article-library {
	background:
		linear-gradient(rgba(51, 103, 177, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(51, 103, 177, 0.025) 1px, transparent 1px),
		#fff;
	background-size: 64px 64px;
}

.article-library-head {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.55fr);
	align-items: end;
	gap: 90px;
}

.article-library-head h2 {
	margin: 0;
	font-size: clamp(54px, 6.2vw, 86px);
	font-weight: 500;
	letter-spacing: -0.07em;
	line-height: 1.01;
}

.article-library-head > p {
	margin: 0 0 8px;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.78;
}

.article-topics {
	display: flex;
	gap: 8px;
	margin: 52px 0 68px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--line);
	overflow-x: auto;
	scrollbar-width: none;
}

.article-topics::-webkit-scrollbar {
	display: none;
}

.article-topics a {
	display: inline-flex;
	min-height: 39px;
	align-items: center;
	padding: 0 15px;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.83);
	color: var(--muted);
	font-size: 9px;
	font-weight: 650;
	white-space: nowrap;
}

.article-topics a:hover,
.article-topics a.is-active {
	border-color: var(--blue);
	background: var(--blue);
	color: #fff;
}

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

.article-card {
	min-width: 0;
}

.article-card-featured {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
	align-items: center;
	gap: clamp(48px, 6vw, 90px);
	margin-bottom: 18px;
	padding-bottom: 76px;
	border-bottom: 1px solid var(--line);
}

.article-card-media {
	position: relative;
	display: block;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 25px;
	background: #edf4fc;
	box-shadow: 0 24px 75px rgba(31, 61, 96, 0.075);
	overflow: hidden;
}

.article-card-media > img,
.article-media-placeholder {
	width: 100%;
	aspect-ratio: 1.42;
	object-fit: cover;
	transition: transform 0.65s var(--ease);
}

.article-card:not(.article-card-featured) .article-card-media > img,
.article-card:not(.article-card-featured) .article-media-placeholder {
	aspect-ratio: 1.42;
}

.article-card-media:hover > img,
.article-card-media:hover .article-media-placeholder {
	transform: scale(1.025);
}

.article-card-media > span {
	position: absolute;
	left: 18px;
	top: 18px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.16);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.87);
	color: var(--blue);
	font-size: 8px;
	font-weight: 750;
	backdrop-filter: blur(12px);
}

.article-media-placeholder {
	position: relative;
	display: grid;
	place-items: center;
	background:
		linear-gradient(rgba(51, 103, 177, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(51, 103, 177, 0.04) 1px, transparent 1px),
		linear-gradient(145deg, #edf4fc, #fbfdff 58%, #edf8f0);
	background-size: 40px 40px, 40px 40px, auto;
}

.article-media-placeholder i {
	position: absolute;
	width: 46%;
	aspect-ratio: 1;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 50%;
	box-shadow: 0 0 0 38px rgba(50, 169, 88, 0.025);
}

.article-media-placeholder img {
	position: relative;
	z-index: 2;
	width: 66px;
}

.article-card-copy {
	padding: 25px 4px 0;
}

.article-card-featured .article-card-copy {
	padding: 0;
}

.article-card-meta,
.article-card-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.article-card-meta {
	color: var(--blue);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.article-card-copy h2 {
	margin: 21px 0 0;
	font-size: clamp(28px, 2.55vw, 39px);
	font-weight: 530;
	letter-spacing: -0.052em;
	line-height: 1.11;
}

.article-card-featured .article-card-copy h2 {
	font-size: clamp(45px, 5vw, 72px);
}

.article-card-copy h2 a {
	color: inherit;
}

.article-card-copy > p {
	margin: 18px 0 0;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.72;
}

.article-card-featured .article-card-copy > p {
	font-size: 14px;
	line-height: 1.78;
}

.article-card-foot {
	margin-top: 27px;
	padding-top: 18px;
	border-top: 1px solid var(--line);
	color: var(--muted);
	font-size: 9px;
}

.article-card-foot a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--blue);
	font-weight: 650;
}

.article-card-foot b {
	transition: transform 0.3s var(--ease);
}

.article-card-foot a:hover b {
	transform: translate(3px, -3px);
}

.article-empty {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: 76px 1fr;
	align-items: center;
	gap: 28px;
	padding: 48px;
	border: 1px solid rgba(51, 103, 177, 0.13);
	border-radius: 28px;
	background: rgba(247, 250, 253, 0.88);
}

.article-empty > img {
	width: 72px;
	padding: 14px;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 50%;
	background: #fff;
}

.article-empty h2 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(35px, 4.2vw, 58px);
	font-weight: 520;
	letter-spacing: -0.055em;
	line-height: 1.08;
}

.article-empty div > p:last-child {
	max-width: 620px;
	margin: 17px 0 0;
	color: var(--muted);
	line-height: 1.7;
}

.article-pagination {
	margin-top: 72px;
}

.article-closing {
	padding-block: 72px;
	border-top: 1px solid rgba(51, 103, 177, 0.10);
	background:
		radial-gradient(circle at 50% 100%, rgba(51, 103, 177, 0.12), transparent 36%),
		linear-gradient(180deg, #fff, #f6fafc);
}

.article-closing-shell {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	align-items: center;
	gap: 30px;
}

.article-closing-shell > img {
	width: 62px;
	padding: 12px;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 18px 50px rgba(31, 61, 96, 0.09);
}

.article-closing h2 {
	max-width: 830px;
	margin: 0;
	font-size: clamp(37px, 4.5vw, 62px);
	font-weight: 510;
	letter-spacing: -0.06em;
	line-height: 1.06;
}

/* Premium single-article reading experience. */
.article-single-hero {
	min-height: 750px;
}

.article-single-hero-shell {
	position: relative;
	z-index: 2;
	width: min(1120px, calc(100% - 40px));
}

.article-back-link {
	display: inline-flex;
	margin-bottom: 48px;
	color: var(--blue);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.article-single-topic {
	display: flex;
	gap: 12px;
	color: var(--blue);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.article-single-topic span + span::before {
	margin-right: 12px;
	color: var(--green);
	content: "•";
}

.article-single-hero h1 {
	max-width: 1120px;
	margin: 25px 0 0;
	font-size: clamp(64px, 7.2vw, 104px);
	font-weight: 500;
	letter-spacing: -0.073em;
	line-height: 0.98;
	text-wrap: balance;
}

.article-single-deck {
	max-width: 800px;
	margin: 32px 0 0;
	color: var(--muted);
	font-size: 17px;
	line-height: 1.75;
}

.article-single-byline {
	display: flex;
	max-width: 850px;
	align-items:center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 44px;
	padding-top: 24px;
	border-top: 1px solid var(--line);
}

.article-single-byline > div {
	display: flex;
	align-items: center;
	gap: 12px;
}

.article-single-byline > div > span {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--blue), #3d78bd);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.article-single-byline p {
	display: flex;
	gap: 14px;
	margin: 0;
	color: var(--muted);
	font-size: 9px;
}

.article-single-byline > div p {
	display: grid;
	gap: 4px;
}

.article-single-byline b {
	color: var(--ink);
	font-size: 11px;
}

.article-single-byline small {
	font-size: 8px;
}

.article-single-layout {
	padding-block: clamp(70px, 8vw, 120px);
}

.article-single-featured {
	margin: 0 0 clamp(70px, 8vw, 110px);
	border: 1px solid rgba(51, 103, 177, 0.11);
	border-radius: 32px;
	box-shadow: 0 35px 110px rgba(31, 61, 96, 0.11);
	overflow: hidden;
}

.article-single-featured img {
	display: block;
	width: 100%;
	max-height: 720px;
	object-fit: cover;
}

.article-single-body {
	display: grid;
	grid-template-columns: 220px minmax(0, 820px);
	align-items: start;
	justify-content: center;
	gap: clamp(60px, 8vw, 120px);
}

.article-single-aside {
	position: sticky;
	top: 120px;
	display: grid;
	gap: 12px;
	padding-top: 20px;
	border-top: 1px solid var(--line);
}

.article-single-aside p {
	margin: 0;
	color: var(--blue);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.article-single-aside strong {
	font-size: 13px;
	font-weight: 600;
}

.article-single-aside span {
	color: var(--muted);
	font-size: 10px;
}

.article-single-aside a {
	margin-top: 18px;
	padding-top: 17px;
	border-top: 1px solid var(--line);
	color: var(--blue);
	font-size: 10px;
	font-weight: 650;
	line-height: 1.5;
}

.article-content {
	min-width: 0;
	max-width: 820px;
	overflow-wrap: anywhere;
}

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

.article-content img,
.article-content iframe,
.article-content video {
	max-width: 100%;
	height: auto;
}

.article-content pre,
.article-content table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
}

.related-articles {
	border-top: 1px solid rgba(51, 103, 177, 0.10);
	background: #f7fafc;
}

.related-articles-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 52px;
}

.related-articles-head h2 {
	margin: 0;
	font-size: clamp(44px, 5.2vw, 70px);
	font-weight: 510;
	letter-spacing: -0.065em;
}

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

.related-articles-grid article {
	min-width: 0;
}

.related-article-media {
	display: block;
	border: 1px solid rgba(51, 103, 177, 0.12);
	border-radius: 20px;
	background: #edf4fc;
	overflow: hidden;
}

.related-article-media > img,
.related-article-media > span {
	display: grid;
	width: 100%;
	aspect-ratio: 1.5;
	place-items: center;
	object-fit: cover;
	background: linear-gradient(145deg, #edf4fc, #fff, #edf8f0);
}

.related-article-media span img {
	width: 54px;
}

.related-articles-grid article > p {
	margin: 20px 0 0;
	color: var(--blue);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.related-articles-grid h3 {
	margin: 13px 0 0;
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 530;
	letter-spacing: -0.048em;
	line-height: 1.12;
}

.related-articles-grid h3 a {
	color: inherit;
}

@media (min-width: 721px) and (max-width: 1100px) {
	.site-footer .footer-grid {
		grid-template-columns: minmax(220px, 0.75fr) minmax(200px, 0.65fr) minmax(340px, 1fr);
		gap: 28px;
	}

	.site-footer .footer-contact {
		grid-template-columns: 142px minmax(180px, 1fr);
	}

	.careers-page-v58 .careers-hero {
		min-height: 880px;
	}

	.job-page-v58 .job-detail-grid {
		grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.62fr);
		gap: 40px;
	}

	.article-hero-shell {
		grid-template-columns: minmax(0, 1fr) 300px;
		gap: 46px;
	}

	.article-hero-copy h1 {
		font-size: clamp(65px, 8vw, 88px);
	}

	.article-hero-mark {
		width: 300px;
	}

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

	.article-card-featured {
		grid-column: 1 / -1;
		grid-template-columns: 1fr 0.8fr;
		gap: 44px;
	}

	.article-single-body {
		grid-template-columns: 170px minmax(0, 1fr);
		gap: 50px;
	}
}

@media (max-width: 980px) {
	.site-footer .footer-grid {
		grid-template-columns: 1fr;
	}

	.site-footer .footer-contact {
		grid-template-columns: minmax(145px, 0.55fr) minmax(0, 1fr);
	}

	.site-footer .footer-contact h2,
	.site-footer .footer-social-links {
		grid-column: 1 / -1;
	}

	.site-footer .footer-contact .footer-quote-cta {
		grid-column: 1;
		grid-row: 2;
		min-height: 54px;
	}

	.site-footer .footer-contact-meta {
		grid-column: 2;
		grid-row: 2;
		display: flex;
	}
}

@media (max-width: 720px) {
	.site-footer .footer-contact {
		grid-template-columns: 1fr;
	}

	.site-footer .footer-contact h2,
	.site-footer .footer-contact .footer-quote-cta,
	.site-footer .footer-contact-meta,
	.site-footer .footer-social-links {
		grid-column: 1;
		grid-row: auto;
	}

	.site-footer .footer-contact .footer-quote-cta {
		width: 100%;
		max-width: 230px;
	}

	.site-footer .footer-contact-meta {
		display: flex;
		gap: 8px;
	}

	.site-footer .footer-contact-meta a {
		font-size: 12px;
	}

	.careers-page-v58 .careers-hero {
		min-height: 865px;
		padding-bottom: 58px;
	}

	.career-hero-constellation {
		height: 218px;
		margin-top: 42px;
		border-radius: 24px;
	}

	.career-hero-constellation::before {
		left: 50%;
		right: auto;
		top: 30px;
		bottom: 42px;
		width: 1px;
		height: auto;
		background: linear-gradient(var(--blue), #3d91a4, var(--green));
	}

	.career-constellation-core {
		top: 70px;
		width: 76px;
		height: 76px;
	}

	.career-signal {
		top: 18px;
	}

	.career-signal-one {
		left: 14px;
	}

	.career-signal-two {
		left: 14px;
		top: 155px;
		transform: none;
	}

	.career-signal-three {
		right: 14px;
		top: 155px;
	}

	.career-hero-constellation > p {
		bottom: 12px;
		width: 100%;
		font-size: 6px;
		text-align: center;
	}

	.careers-page-v58 .principle-grid {
		gap: 13px;
	}

	.careers-page-v58 .principle-grid article,
	.careers-page-v58 .principle-grid article:first-child,
	.careers-page-v58 .principle-grid article:last-child {
		min-height: 230px;
		padding: 24px;
		border-bottom: 1px solid rgba(51, 103, 177, 0.13);
	}

	.careers-page-v58 .principle-grid h3 {
		margin-top: 44px;
	}

	.careers-page-v58 .role-card {
		grid-template-columns: 36px minmax(0, 1fr);
		padding: 23px 19px;
	}

	.careers-page-v58 .role-card:hover {
		padding-inline: 19px;
	}

	.careers-page-v58 .role-apply {
		grid-column: 2;
		width: max-content;
	}

	.job-page-v58 .job-detail-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.job-page-v58 .job-description {
		padding: 25px 20px;
		border-radius: 22px;
	}

	.job-page-v58 .job-summary {
		padding: 27px 23px;
		border-radius: 22px;
	}

	.article-hero {
		min-height: 820px;
		padding: 138px 0 72px;
	}

	.article-hero-shell {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.article-hero-copy h1 {
		font-size: clamp(48px, 14vw, 66px);
		line-height: 0.99;
	}

	.article-hero-copy > p:not(.eyebrow) {
		font-size: 13px;
		line-height: 1.72;
	}

	.article-hero-mark {
		width: 235px;
		justify-self: center;
	}

	.article-hero-mark > span {
		width: 84px;
		height: 84px;
	}

	.article-hero-mark img {
		width: 56px;
	}

	.article-hero-mark small {
		bottom: 26px;
		font-size: 5.5px;
	}

	.article-library-head {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.article-library-head h2 {
		font-size: clamp(42px, 12vw, 54px);
	}

	.article-library-head > p {
		font-size: 12.5px;
	}

	.article-topics {
		width: calc(100% + 20px);
		margin: 36px 0 48px;
		padding-right: 20px;
	}

	.article-grid,
	.article-card-featured {
		display: grid;
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.article-card-featured {
		padding-bottom: 50px;
	}

	.article-card-featured .article-card-copy {
		padding-top: 0;
	}

	.article-card-copy h2,
	.article-card-featured .article-card-copy h2 {
		font-size: 32px;
	}

	.article-card-featured .article-card-copy > p {
		font-size: 12px;
	}

	.article-empty {
		grid-template-columns: 56px 1fr;
		gap: 18px;
		padding: 25px 20px;
	}

	.article-empty > img {
		width: 54px;
		padding: 10px;
	}

	.article-empty h2 {
		font-size: 29px;
	}

	.article-empty div > p:last-child {
		grid-column: 1 / -1;
	}

	.article-closing {
		padding-block: 58px;
	}

	.article-closing-shell {
		grid-template-columns: 52px 1fr;
		gap: 18px;
	}

	.article-closing-shell > img {
		width: 48px;
		padding: 9px;
	}

	.article-closing h2 {
		font-size: 34px;
	}

	.article-closing .button {
		grid-column: 1 / -1;
		width: 100%;
		margin-top: 9px;
	}

	.article-single-hero {
		min-height: 680px;
		padding: 135px 0 70px;
	}

	.article-single-hero-shell {
		width: min(100% - 40px, 1120px);
	}

	.article-back-link {
		margin-bottom: 38px;
	}

	.article-single-topic {
		flex-wrap: wrap;
		font-size: 7.5px;
	}

	.article-single-hero h1 {
		font-size: clamp(46px, 13vw, 61px);
	}

	.article-single-deck {
		font-size: 13px;
	}

	.article-single-byline {
		align-items: flex-start;
		flex-direction: column;
	}

	.article-single-layout {
		padding-block: 55px 78px;
	}

	.article-single-featured {
		margin-bottom: 58px;
		border-radius: 22px;
	}

	.article-single-body {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.article-single-aside {
		position: static;
		grid-template-columns: 1fr auto;
		gap: 8px 20px;
	}

	.article-single-aside a {
		grid-column: 1 / -1;
	}

	.related-articles-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.related-articles-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.article-hero-mark > div {
		animation: none;
	}
}

/* V5.9 — focused conversion hierarchy and native search architecture */
body.menu-open .site-brand,
body.menu-open .site-brand a,
body.menu-open .site-brand img,
body.menu-open .custom-logo {
	background: transparent !important;
}

body.menu-open .site-brand img,
body.menu-open .custom-logo {
	mix-blend-mode: multiply;
}

.site-brand a {
	display: inline-flex;
	background: transparent;
	line-height: 0;
}

.site-footer .footer-contact .footer-quote-cta {
	width: auto;
	min-width: 154px;
	max-width: 172px;
	min-height: 48px;
	padding: 9px 11px 9px 15px;
	border-radius: 12px;
	font-size: 11.5px;
}

.site-footer .footer-contact .footer-quote-cta b {
	width: 25px;
	height: 25px;
}

.sitemap-hero {
	min-height: 710px;
}

.sitemap-directory {
	background:
		radial-gradient(circle at 92% 10%, rgba(50, 169, 88, 0.08), transparent 28%),
		linear-gradient(180deg, #fff, #f7fafe);
}

.sitemap-directory-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 70px clamp(60px, 9vw, 140px);
}

.sitemap-group {
	min-width: 0;
}

.sitemap-group h2 {
	margin: 0 0 28px;
	font-size: clamp(38px, 4vw, 58px);
	letter-spacing: -0.055em;
	line-height: 1;
}

.sitemap-group > div {
	border-top: 1px solid var(--line);
}

.sitemap-group > div > a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	min-height: 70px;
	border-bottom: 1px solid var(--line);
	color: var(--ink-soft);
	font-size: 14px;
}

.sitemap-group > div > a span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.sitemap-group > div > a b {
	color: var(--blue);
	font-size: 12px;
	transition: transform 0.25s var(--ease);
}

.sitemap-group > div > a:hover b {
	transform: translate(3px, -3px);
}

.sitemap-group > div > p {
	color: var(--muted);
	line-height: 1.7;
}

@media (max-width: 980px) {
	.sitemap-directory-grid {
		gap: 60px 40px;
	}
}

@media (max-width: 720px) {
	.mobile-navigation {
		overflow-y: auto;
	}

	.mobile-navigation-inner {
		min-height: calc(100dvh - 72px);
	}

	body.menu-open .site-brand img,
	body.menu-open .custom-logo {
		width: 148px;
	}

	.site-footer .footer-contact .footer-quote-cta {
		width: auto;
		max-width: 172px;
		min-height: 48px;
	}

	.sitemap-hero {
		min-height: 620px;
	}

	.sitemap-directory-grid {
		grid-template-columns: 1fr;
		gap: 64px;
	}

	.sitemap-group h2 {
		font-size: 42px;
	}

	.sitemap-group > div > a {
		min-height: 64px;
		font-size: 13px;
	}
}

/* V6.1 — single article hero, complete founder copy and refined mobile contact details. */
.site-brand-primary {
	display: inline-flex;
	background: transparent;
	line-height: 0;
}

.site-brand-menu-logo {
	display: none;
	background: transparent !important;
	line-height: 0;
}

.site-brand-menu-logo img {
	background: transparent !important;
	mix-blend-mode: normal !important;
}

body.menu-open .site-brand-primary {
	display: none;
}

body.menu-open .site-brand-menu-logo {
	display: inline-flex;
}

.mobile-nav-meta {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.65fr);
	gap: 12px;
	padding-top: 20px;
	border-top: 1px solid rgba(51, 103, 177, 0.12);
	color: var(--ink-soft);
}

.mobile-nav-location,
.mobile-nav-contact {
	min-width: 0;
	padding: 14px 15px;
	border: 1px solid rgba(51, 103, 177, 0.12);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.70);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.88);
}

.mobile-nav-location {
	display: block;
}

.mobile-nav-location small,
.mobile-nav-contact small {
	display: block;
	margin-bottom: 7px;
	color: var(--blue);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.mobile-nav-location span {
	display: block;
	color: var(--ink-soft);
	font-size: 11px;
	font-weight: 550;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.mobile-nav-contact {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.mobile-nav-contact a {
	color: var(--ink);
	font-size: 11px;
	font-weight: 620;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.mobile-nav-contact a + a {
	margin-top: 3px;
	color: var(--muted);
	font-size: 9.5px;
	font-weight: 540;
}

.article-library-intro {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 48px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--line);
}

.article-library-intro .eyebrow {
	margin: 0;
}

.article-library-intro > p:last-child {
	max-width: 560px;
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.7;
	text-align: right;
}

.article-library-intro + .article-topics {
	margin-top: 24px;
}

.founder-statement,
.company-founder-copy > p {
	max-height: none;
	overflow: visible;
	-webkit-line-clamp: unset;
}

.contact-channel:last-child strong,
.location-heading strong,
.map-card strong {
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	overflow-wrap: anywhere;
}

.contact-channel:last-child strong {
	line-height: 1.5;
}

.location-heading strong,
.map-card strong {
	line-height: 1.55;
}

@media (max-width: 980px) {
	.mobile-navigation-inner {
		grid-template-rows: auto minmax(0, 1fr) auto auto;
	}

	.mobile-nav-meta {
		grid-template-columns: minmax(0, 1.2fr) minmax(170px, 0.8fr);
	}
}

@media (max-width: 720px) {
	.site-brand-menu-logo img {
		width: 148px;
	}

	.mobile-navigation-inner {
		padding-bottom: max(20px, env(safe-area-inset-bottom));
	}

	.mobile-nav-meta {
		grid-template-columns: minmax(0, 1.2fr) minmax(118px, 0.8fr);
		gap: 8px;
		padding-top: 14px;
	}

	.mobile-nav-location,
	.mobile-nav-contact {
		padding: 11px 12px;
		border-radius: 12px;
	}

	.mobile-nav-location small,
	.mobile-nav-contact small {
		margin-bottom: 5px;
		font-size: 7px;
	}

	.mobile-nav-location span,
	.mobile-nav-contact a {
		font-size: 10.5px;
		line-height: 1.48;
	}

	.mobile-nav-contact a + a {
		font-size: 8.5px;
	}

	.article-library-intro {
		align-items: flex-start;
		gap: 13px;
		padding-bottom: 20px;
		flex-direction: column;
	}

	.article-library-intro > p:last-child {
		max-width: 330px;
		font-size: 11.5px;
		line-height: 1.65;
		text-align: left;
	}

	.article-library-intro + .article-topics {
		margin-top: 22px;
	}

	.contact-socials {
		margin-top: 34px;
		padding-top: 22px;
	}

	.contact-socials > div {
		display: flex;
		width: 100%;
		gap: 8px;
		flex-wrap: nowrap;
	}

	.contact-socials a {
		min-width: 0;
		min-height: 44px;
		flex: 1 1 0;
		padding: 0 13px;
		border: 1px solid rgba(51, 103, 177, 0.14);
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.72);
		font-size: 10.5px;
		white-space: nowrap;
	}

	.contact-channel:last-child {
		min-height: 154px;
	}

	.contact-channel:last-child small {
		margin-top: 24px;
	}

	.contact-channel:last-child strong {
		max-width: calc(100% - 12px);
		font-size: 12px;
		line-height: 1.55;
	}

	.location-heading strong {
		display: block;
		font-size: 13px;
		line-height: 1.6;
	}

	.map-card {
		align-items: flex-start;
	}

	.map-card img {
		flex: 0 0 auto;
	}

	.map-card strong {
		font-size: 11px;
		line-height: 1.5;
	}
}

@media (max-width: 420px) {
	.mobile-nav-actions {
		padding-top: 18px;
	}

	.mobile-nav-meta {
		grid-template-columns: minmax(0, 1.18fr) minmax(108px, 0.82fr);
	}

	.mobile-nav-location,
	.mobile-nav-contact {
		padding: 10px;
	}

	.mobile-nav-location span,
	.mobile-nav-contact a {
		font-size: 9.5px;
	}

	.mobile-nav-contact a + a {
		font-size: 7.8px;
	}
}

/* V6.2 — deterministic header branding, adaptive client marks and legal pages. */
.site-brand {
	display: flex;
	height: 100%;
	align-items: center;
	overflow: visible;
}

.site-brand-primary,
.site-brand-primary .custom-logo-link,
.site-brand > .site-brand-menu-logo {
	height: 100%;
	align-items: center;
}

.site-brand-primary .custom-logo-link,
.site-brand-primary > a {
	display: inline-flex;
}

.site-brand img,
.site-brand .custom-logo {
	display: block;
	max-height: 56px;
	object-fit: contain;
	object-position: left center;
}

body:not(.menu-open) .site-brand > .site-brand-menu-logo {
	display: none !important;
}

body.menu-open .site-brand > .site-brand-primary {
	display: none !important;
}

body.menu-open .site-brand > .site-brand-menu-logo {
	display: inline-flex !important;
}

/* Uploaded files can have different canvas proportions; the image remains whole. */
.client-logo,
.client-logo-placeholder {
	padding: 12px;
}

.client-logo img {
	width: min(95%, 224px);
	height: 88px;
	max-width: 95%;
	max-height: calc(100% - 18px);
	object-fit: contain;
	object-position: center;
	filter: none;
	opacity: 1;
	transform: none;
}

.client-logo:hover img,
.client-logo:focus-visible img {
	transform: scale(1.035);
}

/* Legal information shares one calm, editorial system. */
.legal-page {
	background: #fbfaf7;
}

.legal-page-hero {
	position: relative;
	min-height: 720px;
	padding: clamp(176px, 15vw, 238px) 0 0;
	overflow: hidden;
	border-bottom: 1px solid rgba(23, 30, 36, 0.10);
	background:
		radial-gradient(circle at 8% 46%, rgba(51, 103, 177, 0.12), transparent 30%),
		radial-gradient(circle at 92% 38%, rgba(50, 169, 88, 0.10), transparent 28%),
		linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.legal-page-hero-terms {
	background:
		radial-gradient(circle at 12% 42%, rgba(50, 169, 88, 0.08), transparent 29%),
		radial-gradient(circle at 88% 30%, rgba(51, 103, 177, 0.12), transparent 28%),
		linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.legal-hero-shell {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.55fr);
	align-items: end;
	gap: clamp(72px, 9vw, 150px);
}

.legal-hero-copy {
	max-width: 930px;
}

.legal-hero-copy .eyebrow {
	justify-content: flex-start;
}

.legal-hero-copy h1 {
	margin: 32px 0 30px;
	font-size: clamp(70px, 7.3vw, 118px);
	font-weight: 500;
	letter-spacing: -0.075em;
	line-height: 0.91;
}

.legal-hero-copy h1 em {
	background: linear-gradient(90deg, var(--blue), #2f7fa9 58%, var(--green));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-style: normal;
}

.legal-hero-copy > p:last-child {
	max-width: 700px;
	margin: 0;
	color: var(--ink-soft);
	font-size: 18px;
	line-height: 1.7;
}

.legal-hero-aside {
	position: relative;
	min-height: 274px;
	padding: 34px;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 25px;
	background:
		radial-gradient(circle at 100% 0, rgba(50, 169, 88, 0.09), transparent 42%),
		rgba(255, 255, 255, 0.76);
	box-shadow: 0 28px 80px rgba(24, 53, 86, 0.08), inset 0 1px #fff;
	backdrop-filter: blur(14px);
}

.legal-hero-aside > span {
	display: grid;
	width: 39px;
	height: 39px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.16);
	border-radius: 50%;
	color: var(--blue);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.legal-hero-aside p {
	margin: 62px 0 20px;
	color: var(--ink);
	font-size: 17px;
	font-weight: 520;
	line-height: 1.55;
}

.legal-hero-aside small {
	color: var(--muted);
	font-size: 10px;
	letter-spacing: 0.04em;
}

.legal-meta-rail {
	position: relative;
	z-index: 2;
	display: grid;
	margin-top: 92px;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid rgba(23, 30, 36, 0.10);
}

.legal-meta-rail > span {
	display: flex;
	min-height: 104px;
	justify-content: center;
	flex-direction: column;
	padding: 22px 32px;
	border-right: 1px solid rgba(23, 30, 36, 0.10);
	color: var(--ink);
	font-size: 12px;
	line-height: 1.6;
}

.legal-meta-rail > span:first-child {
	border-left: 1px solid rgba(23, 30, 36, 0.10);
}

.legal-meta-rail b {
	margin-bottom: 6px;
	color: var(--blue);
	font-size: 8px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.legal-meta-rail a {
	color: inherit;
	overflow-wrap: anywhere;
}

.legal-body {
	background:
		linear-gradient(rgba(51, 103, 177, 0.023) 1px, transparent 1px),
		linear-gradient(90deg, rgba(51, 103, 177, 0.023) 1px, transparent 1px),
		#fbfaf7;
	background-size: 72px 72px;
}

.legal-layout {
	display: grid;
	grid-template-columns: 250px minmax(0, 920px);
	justify-content: space-between;
	gap: clamp(80px, 10vw, 170px);
}

.legal-toc {
	position: sticky;
	top: 118px;
	align-self: start;
	padding-top: 4px;
}

.legal-toc > p {
	margin: 0 0 24px;
	color: var(--muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.legal-toc nav {
	border-top: 1px solid rgba(23, 30, 36, 0.12);
}

.legal-toc a {
	display: grid;
	min-height: 58px;
	grid-template-columns: 30px 1fr;
	align-items: center;
	border-bottom: 1px solid rgba(23, 30, 36, 0.12);
	color: var(--blue);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.legal-toc a span {
	color: var(--ink-soft);
	font-size: 11px;
	font-weight: 560;
	letter-spacing: 0;
	transition: color 0.25s ease, transform 0.25s var(--ease);
}

.legal-toc a:hover span,
.legal-toc a:focus-visible span {
	color: var(--blue);
	transform: translateX(4px);
}

.legal-content {
	min-width: 0;
}

.legal-introduction {
	padding: 0 0 clamp(54px, 7vw, 90px);
}

.legal-introduction > p:first-child {
	max-width: 850px;
	margin: 0;
	color: var(--ink);
	font-size: clamp(25px, 2.3vw, 38px);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.32;
}

.legal-note {
	margin: 36px 0 0;
	padding: 24px 27px;
	border-left: 2px solid var(--green);
	border-radius: 0 16px 16px 0;
	background: rgba(255, 255, 255, 0.72);
	color: var(--ink-soft);
	font-size: 13px;
	line-height: 1.75;
}

.legal-section {
	display: grid;
	padding: clamp(56px, 6vw, 84px) 0;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 28px;
	border-top: 1px solid rgba(23, 30, 36, 0.13);
	scroll-margin-top: 116px;
}

.legal-section > span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(51, 103, 177, 0.17);
	border-radius: 50%;
	color: var(--blue);
	font-size: 8px;
	font-weight: 750;
}

.legal-section h2,
.legal-editor-content h2 {
	margin: 0 0 28px;
	color: var(--ink);
	font-size: clamp(34px, 3vw, 50px);
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 1.04;
}

.legal-section h3,
.legal-editor-content h3 {
	margin: 38px 0 16px;
	font-size: 22px;
	font-weight: 560;
	letter-spacing: -0.025em;
}

.legal-section p,
.legal-section li,
.legal-editor-content p,
.legal-editor-content li {
	color: var(--ink-soft);
	font-size: 15px;
	line-height: 1.86;
}

.legal-section p {
	margin: 0 0 20px;
}

.legal-section ul,
.legal-editor-content ul,
.legal-editor-content ol {
	margin: 25px 0;
	padding-left: 21px;
}

.legal-section li + li,
.legal-editor-content li + li {
	margin-top: 13px;
}

.legal-contact-card {
	display: grid;
	margin: 34px 0;
	padding: 30px;
	grid-template-columns: minmax(170px, 0.7fr) minmax(260px, 1.3fr);
	gap: 10px 28px;
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 20px;
	background:
		radial-gradient(circle at 100% 0, rgba(50, 169, 88, 0.08), transparent 40%),
		rgba(255, 255, 255, 0.80);
	box-shadow: 0 20px 54px rgba(29, 58, 91, 0.055), inset 0 1px #fff;
}

.legal-contact-card strong {
	grid-row: 1 / span 3;
	color: var(--ink);
	font-size: 17px;
}

.legal-contact-card span,
.legal-contact-card a {
	color: var(--ink-soft);
	font-size: 12px;
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.legal-contact-card a {
	color: var(--blue);
	font-weight: 620;
}

.legal-editor-content > *:first-child {
	margin-top: 0;
}

/* A compact quantitative layer keeps the human-readable sitemap useful. */
.sitemap-hero-summary {
	display: grid;
	width: min(780px, 100%);
	margin: 52px auto 0;
	grid-template-columns: repeat(3, 1fr);
	border: 1px solid rgba(51, 103, 177, 0.14);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.70);
	box-shadow: 0 24px 70px rgba(29, 58, 91, 0.065), inset 0 1px #fff;
	overflow: hidden;
}

.sitemap-hero-summary span {
	display: flex;
	min-height: 102px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-right: 1px solid rgba(51, 103, 177, 0.12);
	color: var(--muted);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.10em;
	text-transform: uppercase;
}

.sitemap-hero-summary span:last-child {
	border-right: 0;
}

.sitemap-hero-summary b {
	margin-bottom: 8px;
	background: linear-gradient(90deg, var(--blue), var(--green));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 27px;
	font-weight: 520;
	letter-spacing: -0.035em;
}

@media (max-width: 1100px) {
	.site-brand img,
	.site-brand .custom-logo {
		max-height: 51px;
	}

	.client-logo img {
		width: min(94%, 202px);
		height: 80px;
	}

	.legal-page-hero {
		min-height: 650px;
	}

	.legal-hero-shell {
		grid-template-columns: minmax(0, 1.25fr) minmax(270px, 0.75fr);
		gap: 54px;
	}

	.legal-hero-copy h1 {
		font-size: clamp(60px, 7.5vw, 84px);
	}

	.legal-layout {
		grid-template-columns: 210px minmax(0, 1fr);
		gap: 70px;
	}
}

@media (max-width: 980px) {
	.legal-page-hero {
		min-height: 0;
		padding-top: 152px;
	}

	.legal-hero-shell {
		grid-template-columns: 1fr;
		gap: 52px;
	}

	.legal-hero-copy {
		max-width: 760px;
	}

	.legal-hero-aside {
		display: grid;
		min-height: 0;
		grid-template-columns: 42px 1fr auto;
		align-items: center;
		gap: 22px;
		padding: 25px;
	}

	.legal-hero-aside p {
		margin: 0;
		font-size: 15px;
	}

	.legal-meta-rail {
		margin-top: 58px;
	}

	.legal-layout {
		grid-template-columns: 1fr;
		gap: 62px;
	}

	.legal-toc {
		position: relative;
		top: auto;
	}

	.legal-toc nav {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}

	.legal-toc a {
		padding-right: 15px;
	}
}

@media (max-width: 720px) {
	.site-header,
	.site-header.is-scrolled {
		overflow: visible;
	}

	.site-brand img,
	.site-brand .custom-logo {
		width: 156px;
		max-height: 48px;
	}

	body.menu-open .site-brand > .site-brand-menu-logo img {
		width: 156px;
		max-height: 48px;
	}

	.client-logo,
	.client-logo-placeholder {
		padding: 10px;
	}

	.client-logo img {
		width: min(96%, 170px);
		height: 72px;
		max-width: 96%;
		max-height: calc(100% - 14px);
	}

	/* Six chapters use a measured scroll cadence: responsive, but not over-sensitive. */
	.js .capability-story {
		height: calc(390vh + 310px);
		height: calc(390svh + 310px);
	}

	.js .capability-copy-panel,
	.js .capability-scene {
		transition-duration: 0.38s;
	}

	.legal-page-hero {
		padding-top: 132px;
	}

	.legal-hero-copy h1 {
		margin: 24px 0 23px;
		font-size: clamp(47px, 14vw, 62px);
		line-height: 0.96;
	}

	.legal-hero-copy > p:last-child {
		font-size: 14px;
		line-height: 1.7;
	}

	.legal-hero-aside {
		display: block;
		padding: 22px;
		border-radius: 20px;
	}

	.legal-hero-aside p {
		margin: 28px 0 16px;
		font-size: 14px;
	}

	.legal-meta-rail {
		margin-top: 48px;
		grid-template-columns: 1fr;
	}

	.legal-meta-rail > span,
	.legal-meta-rail > span:first-child {
		min-height: 76px;
		padding: 16px 4px;
		border-right: 0;
		border-left: 0;
		border-top: 1px solid rgba(23, 30, 36, 0.10);
	}

	.legal-meta-rail > span:first-child {
		border-top: 0;
	}

	.legal-body {
		background-size: 46px 46px;
	}

	.legal-layout {
		gap: 48px;
	}

	.legal-toc {
		min-width: 0;
		overflow: hidden;
	}

	.legal-toc nav {
		display: flex;
		gap: 8px;
		padding: 2px 0 8px;
		border-top: 0;
		overflow-x: auto;
		scrollbar-width: none;
		scroll-snap-type: x proximity;
	}

	.legal-toc nav::-webkit-scrollbar {
		display: none;
	}

	.legal-toc a {
		min-width: 142px;
		min-height: 48px;
		padding: 0 14px;
		grid-template-columns: 24px 1fr;
		border: 1px solid rgba(51, 103, 177, 0.14);
		border-radius: 12px;
		background: rgba(255, 255, 255, 0.72);
		scroll-snap-align: start;
	}

	.legal-introduction {
		padding-bottom: 46px;
	}

	.legal-introduction > p:first-child {
		font-size: 24px;
		line-height: 1.38;
	}

	.legal-note {
		margin-top: 26px;
		padding: 19px;
		font-size: 12px;
	}

	.legal-section {
		padding: 48px 0;
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 15px;
		scroll-margin-top: 90px;
	}

	.legal-section > span {
		width: 29px;
		height: 29px;
	}

	.legal-section h2,
	.legal-editor-content h2 {
		margin-bottom: 22px;
		font-size: 31px;
	}

	.legal-section p,
	.legal-section li,
	.legal-editor-content p,
	.legal-editor-content li {
		font-size: 13px;
		line-height: 1.78;
	}

	.legal-section ul,
	.legal-editor-content ul,
	.legal-editor-content ol {
		padding-left: 18px;
	}

	.legal-contact-card {
		margin: 28px 0;
		padding: 21px;
		grid-template-columns: 1fr;
		gap: 9px;
		border-radius: 17px;
	}

	.legal-contact-card strong {
		grid-row: auto;
		margin-bottom: 7px;
	}

	.sitemap-hero-summary {
		margin-top: 38px;
		border-radius: 17px;
	}

	.sitemap-hero-summary span {
		min-height: 86px;
		padding: 12px 5px;
		font-size: 7px;
		text-align: center;
	}

	.sitemap-hero-summary b {
		font-size: 22px;
	}
}

@media (max-width: 380px) {
	.site-brand img,
	.site-brand .custom-logo,
	body.menu-open .site-brand > .site-brand-menu-logo img {
		width: 148px;
	}

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

	.legal-section {
		display: block;
	}

	.legal-section > span {
		margin-bottom: 22px;
	}
}

/* V6.4 — mobile menu breathing room and calibrated capability storytelling. */
@media (max-width: 720px) {
	.mobile-navigation-inner {
		grid-template-rows: auto max-content auto auto;
		align-content: start;
		overflow-y: auto;
		overscroll-behavior-y: contain;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.mobile-navigation-inner::-webkit-scrollbar {
		display: none;
	}

	.mobile-navigation-inner > ul {
		min-height: max-content;
		padding-bottom: 28px;
	}

	.mobile-nav-actions {
		flex: 0 0 auto;
		padding-top: 0;
	}

	.mobile-nav-meta {
		flex: 0 0 auto;
	}

	.js .capability-copy-panel,
	.js .capability-scene {
		transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	}

	.js .capability-progress-line span {
		transition-duration: 0.32s;
	}
}

@media (max-width: 420px) {
	.mobile-navigation-inner > ul {
		padding-bottom: 24px;
	}

	.mobile-nav-actions {
		padding-top: 0;
	}
}
