/*
Theme Name: Advay Theme
Author: Advay
Description: FBA / Walmart WFS prep center theme.
Version: 2.44.7
Text Domain: advay-theme
*/

:root {
	--blue: #0057ff;
	--blue-dark: #0046d6;
	--ink: #0b1220;
	--muted: #5b6472;
	--line: #e8edf3;
	--bg: #f6f8fb;
	--white: #fff;
	--font: "Inter", "Segoe UI", system-ui, sans-serif;
	--container: 1160px;
	--header-h: 72px;
	--radius: 16px;
	--ease: 0.2s ease;
}

html {
	scroll-padding-top: calc(var(--header-h) + 5.5rem);
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
	font-family: var(--font);
	background: var(--bg);
	color: var(--ink);
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

/*
 * ScrollTrigger pin breaks when an ancestor (incl. body) has overflow: hidden.
 * Receiving journey needs a working pin — allow overflow on this route only.
 */
html:has(body.wj-journey),
body.wj-journey {
	overflow-x: visible;
	scroll-behavior: auto;
}

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

/* WordPress responsive embeds — keep iframes/videos inside the content column. */
.wp-has-aspect-ratio,
.wp-block-embed,
.wp-block-embed__wrapper,
.wp-block-video,
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video,
.editor-zone embed,
.editor-zone iframe,
.editor-zone object,
.editor-zone video {
	max-width: 100%;
}

.wp-block-embed,
.wp-block-video,
.wp-has-aspect-ratio {
	margin-left: 0;
	margin-right: 0;
}

.wp-block-embed__wrapper {
	position: relative;
	width: 100%;
}

.wp-block-embed__wrapper iframe,
.wp-block-embed iframe,
.wp-has-aspect-ratio iframe {
	max-width: 100%;
	width: 100%;
}

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

a:hover {
	text-decoration: underline;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.skip-link {
	position: absolute;
	left: 1rem;
	top: -100px;
	z-index: 1000;
	padding: 0.6rem 0.9rem;
	background: var(--ink);
	color: #fff;
	border-radius: 8px;
}

.skip-link:focus {
	top: 1rem;
}

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

.eyebrow {
	margin: 0 0 0.45rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--muted);
}

.button {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.55rem 0.55rem 0.55rem 1.15rem;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 1;
	border: 1px solid transparent;
	text-decoration: none;
	font-family: inherit;
}

.button:hover {
	text-decoration: none;
}

.btn-arrow,
.btn-arrow {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--blue);
	position: relative;
	flex-shrink: 0;
}

.btn-arrow::after,
.btn-arrow::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg) translate(-1px, 1px);
}

.button-light {
	background: #fff;
	color: var(--ink);
}

.button-ghost-light {
	background: rgba(10, 16, 28, 0.45);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.28);
}

.button-header {
	background: #fff;
	color: var(--ink);
	padding: 0.7rem 1.15rem;
}

.button-header.is-secondary {
	background: transparent;
	color: #fff;
	box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.55);
}

.button-header.is-secondary:hover {
	background: rgba(255, 255, 255, 0.14);
	box-shadow: inset 0 0 0 1.5px #fff;
}

.button-primary,
.button-accent {
	background: var(--blue);
	color: #fff;
	padding: 0.75rem 1.2rem;
}

.button-ghost {
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
	padding: 0.75rem 1.2rem;
}

.section-heading {
	max-width: 38rem;
	margin-bottom: 1.5rem;
}

.section-heading h2 {
	margin: 0 0 0.55rem;
	font-size: clamp(1.6rem, 3.2vw, 2.35rem);
	line-height: 1.12;
	letter-spacing: -0.04em;
	font-weight: 700;
}

.section-heading p {
	margin: 0;
	color: var(--muted);
}

.process-onboard {
	margin-top: 0;
}

/* Header — brand blue bar */
.site-header {
	position: sticky;
	top: 0;
	z-index: 300;
	background: var(--blue);
	color: #fff;
	overflow: visible;
}

/* Pattern-style: logo + CTA closer to edges (wider than page container). */
.site-header .container.header-inner {
	width: min(1400px, calc(100% - 2.5rem));
}

.header-inner,
.header-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: var(--header-h);
}

.logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	background: #fff;
	border-radius: 10px;
	padding: 0.28rem 0.45rem;
}

.logo:hover {
	text-decoration: none;
}

.logo img {
	height: 36px;
	width: auto;
}

.header-partners {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	flex-shrink: 0;
	margin-left: 0.15rem;
	margin-right: 0.15rem;
}

.header-partner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 108px;
	height: 42px;
	padding: 0.25rem 0.4rem;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	flex-shrink: 0;
}

.header-partner img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
}

.header-actions .header-cta:not(.is-secondary) {
	padding: 0.55rem clamp(0.65rem, 1.2vw, 0.9rem);
	font-size: clamp(0.78rem, 0.45vw + 0.55rem, 0.84rem);
	font-weight: 700;
	box-shadow: 0 8px 20px rgba(11, 18, 32, 0.18);
}

.primary-nav {
	flex: 1;
	min-width: 0;
	overflow: visible;
}

.primary-nav .menu {
	overflow: visible;
}

.primary-nav .menu {
    display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: clamp(0.2rem, 0.4vw, 0.35rem) clamp(0.35rem, 1.1vw, 0.9rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-nav a {
	font-size: clamp(0.84rem, 0.35vw + 0.65rem, 0.95rem);
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.primary-nav a:hover {
	opacity: 0.85;
	text-decoration: none;
}

.primary-nav .menu > li.has-mega {
	position: static;
}

.primary-nav .menu > li.has-mega.is-company {
	position: relative;
}

.nav-trigger,
.nav-trigger {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.primary-nav .menu > li > a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.4rem clamp(0.55rem, 1vw, 0.85rem) 0.4rem clamp(0.5rem, 0.9vw, 0.75rem);
    border-radius: 999px;
	line-height: 1.2;
}

.nav-caret {
	display: block;
	flex-shrink: 0;
	width: 0;
	height: 0;
	margin-top: 1px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	opacity: 0.9;
}

.primary-nav .has-mega:hover > a,
.primary-nav .has-mega.is-open > a {
	background: rgba(0, 0, 0, 0.18);
	opacity: 1;
}

.mega-panel {
	position: fixed;
	top: calc(var(--header-h) + 10px);
	left: 50%;
	right: auto;
	z-index: 500;
	display: grid;
	width: min(980px, calc(100vw - 2rem));
	min-width: 280px;
	margin-inline: 0;
	padding: 1.2rem 1.3rem 1.35rem;
	background: #eef1f5;
	border-radius: 20px;
	box-shadow: 0 24px 60px rgba(11, 18, 32, 0.22);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate3d(-50%, 14px, 0);
	transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.mega-panel::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -18px;
	height: 18px;
}

.mega-what {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.4rem 1.4rem;
	width: min(980px, calc(100vw - 2rem));
}

.mega-company {
	grid-template-columns: 1fr 1fr;
	gap: 0.85rem;
	width: min(560px, calc(100vw - 2rem));
	padding: 1.15rem;
	background: #f7f1ea;
}

.primary-nav .has-mega:hover .mega-panel:not(.mega-company),
.primary-nav .has-mega.is-open .mega-panel:not(.mega-company) {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate3d(-50%, 0, 0);
}

.mega-col {
	display: grid;
	gap: 0.2rem;
	align-content: start;
}

.mega-col-links {
	display: grid;
	gap: 0.2rem;
}

.mega-col-chevron {
	display: none;
}

.mega-panel a {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.7rem;
	align-items: start;
	padding: 0.5rem 0.45rem;
	color: var(--ink);
	border-radius: 10px;
	opacity: 1;
	white-space: normal;
}

.mega-panel a:hover {
	background: rgba(255, 255, 255, 0.78);
	opacity: 1;
	text-decoration: none;
}

.mega-panel strong {
	display: block;
	font-size: 0.92rem;
	font-weight: 700;
}

.mega-panel em {
	display: block;
	margin-top: 0.08rem;
	font-style: normal;
	font-size: 0.8rem;
	color: var(--muted);
	font-weight: 400;
}

.mega-head,
.mega-head {
	margin-bottom: 0.15rem;
}

.mega-ico,
.mega-ico-sq,
.mega-ico-sq {
	display: inline-flex;
    align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: var(--blue);
}

.mega-dot,
.mega-dot {
	width: 22px;
	height: 22px;
	margin-top: 0.15rem;
	border-radius: 6px;
	background: #dbe7ff;
	box-shadow: inset 0 0 0 2px var(--blue);
}

.company-card {
	position: relative;
	display: flex !important;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1rem 1rem 0.85rem !important;
	background: #f7f4ee;
	border: 1px solid #e4e0d8;
	border-radius: 16px;
	grid-template-columns: none !important;
}

.company-card strong {
	padding-left: 1.6rem;
	font-size: 1.05rem;
}

.company-card p {
	margin: 0 0 0.65rem;
	padding-left: 1.6rem;
	color: var(--ink);
	font-size: 0.88rem;
}

.company-check,
.company-arrow {
	position: absolute;
	top: 1.05rem;
}

.company-check {
	left: 0.95rem;
	width: 16px;
	height: 10px;
	border-left: 3px solid #22c55e;
	border-bottom: 3px solid #22c55e;
	transform: rotate(-45deg);
}

.company-arrow {
	right: 1rem;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: var(--blue);
}

.company-arrow::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}

.company-photo {
	display: block;
	overflow: hidden;
	height: 132px;
	border-radius: 12px;
	background: #111;
}

.company-photo img {
	width: 210%;
	max-width: none;
	height: 210%;
	object-fit: cover;
}

.company-photo.is-story img {
	object-position: 18% 88%;
}

.company-photo.is-lead img {
	object-position: 82% 88%;
}

/* ---- Blogs mega — same panel footprint as Success stories ---- */
.mega-blogs {
	grid-template-columns: 1fr;
	gap: 0;
	align-items: center;
	width: min(980px, calc(100vw - 2rem));
	max-height: min(78vh, 640px);
	overflow: auto;
	padding: 1.15rem 1.25rem;
	background: #f7f4ee;
}

.blogs-intro {
	display: none;
}

.blogs-all {
	display: none !important;
}

.blogs-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	align-items: stretch;
}

.blog-card {
	position: relative;
	display: block !important;
	grid-template-columns: none !important;
	gap: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	background: #0b1220;
	border: 0;
	border-radius: 16px;
	aspect-ratio: 3 / 4;
	max-height: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.blog-card:hover {
	background: #0b1220 !important;
	box-shadow: 0 14px 32px rgba(11, 18, 32, 0.2);
	transform: translateY(-2px);
	text-decoration: none;
}

.blog-card--all {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	grid-template-columns: none !important;
	gap: 0 !important;
	height: 100%;
	min-height: 0;
	background: var(--blue) !important;
	text-decoration: none;
}

.blog-card--all:hover {
	background: var(--blue-dark) !important;
	box-shadow: 0 14px 32px rgba(0, 87, 255, 0.28);
}

.blog-all-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	width: auto;
	height: auto;
	padding: 0.85rem;
	margin: 0;
	text-align: center;
	color: #fff;
	background: none;
}

.blog-all-inner strong {
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #fff;
}

.blog-all-inner .blog-more {
	margin: 0;
	font-size: 1.1rem;
	opacity: 0.9;
}

@media (max-width: 1100px) {
	.blogs-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.blog-thumb {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: #0b1220;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: linear-gradient(135deg, var(--blue), #0b1220);
}

.blog-body {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 2.5rem 0.85rem 0.85rem;
	background: linear-gradient(180deg, transparent 0%, rgba(7, 16, 32, 0.88) 55%);
	color: #fff;
	pointer-events: none;
}

.blog-body em {
	font-style: normal;
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
    letter-spacing: 0.08em;
	color: #9ec0ff;
}

.blog-body strong {
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-more {
	margin: 0.35rem 0 0;
	font-size: 0.72rem;
	font-weight: 700;
	color: #fff;
	pointer-events: none;
}

/* ---- Company mega — compact 2 cards anchored under Company ---- */
.mega-panel.mega-company {
	position: absolute;
	left: 0;
	right: auto;
	top: calc(100% + 12px);
	z-index: 500;
	grid-template-columns: 1fr 1fr;
	gap: 0.85rem;
	width: min(560px, calc(100vw - 2rem));
	padding: 1.15rem;
	background: #fbf3ee;
	transform: translate3d(0, 14px, 0);
}

.primary-nav .has-mega.is-company:hover > .mega-panel.mega-company,
.primary-nav .has-mega.is-company.is-open > .mega-panel.mega-company {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate3d(0, 0, 0);
}

.co-card {
	display: flex !important;
	flex-direction: column;
	gap: 0.45rem !important;
	padding: 0.85rem 0.85rem 0.9rem !important;
	background: #f4efe8;
	border: 1px solid #e6ddd3;
	border-radius: 16px;
	grid-template-columns: none !important;
	transition: background 0.18s ease, box-shadow 0.18s ease;
}

.co-card:hover {
	background: #fff;
	box-shadow: 0 14px 30px rgba(11, 18, 32, 0.12);
	text-decoration: none;
}

.co-thumb {
	display: block;
	margin-top: 0.15rem;
	height: 110px;
	border-radius: 12px;
	background-color: #dfe4ec;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.co-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.co-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}

.co-top strong {
	font-size: 1.12rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	color: var(--ink);
}

.co-desc {
	font-style: normal;
	font-size: 0.86rem;
	color: var(--muted);
	line-height: 1.45;
	min-height: 2.6em;
}

.co-arrow {
	position: relative;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
}

.co-arrow::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--blue);
	border-right: 2px solid var(--blue);
	transform: translateX(-2px) rotate(45deg);
	transition: transform 0.18s ease;
}

.co-card:hover .co-arrow::after {
	transform: translateX(0) rotate(45deg);
}

/* Success stories mega — same footprint as Blogs mega */
.mega-stories {
	grid-template-columns: 1fr;
	gap: 0;
	align-items: center;
	width: min(980px, calc(100vw - 2rem));
	max-height: min(78vh, 640px);
	overflow: auto;
	padding: 1.15rem 1.25rem;
	background: #f7f4ee;
}

.stories-mega-intro {
	display: none;
}

.stories-mega-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	align-items: stretch;
}

.st-card {
	position: relative;
	display: block !important;
	grid-template-columns: none !important;
	padding: 0 !important;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	border-radius: 16px;
	background: #111;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.st-card:hover {
	box-shadow: 0 14px 32px rgba(11, 18, 32, 0.2);
	transform: translateY(-2px);
	text-decoration: none;
}

.st-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.st-overlay {
	position: absolute;
	inset: auto 0 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.45rem;
	padding: 0.7rem 0.75rem;
	min-height: 3rem;
	background: linear-gradient(180deg, transparent 0%, rgba(0, 87, 255, 0.92) 55%);
	opacity: 1;
}

@media (max-width: 1100px) {
	.stories-mega-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.stories-mega-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.st-brand {
	min-width: 0;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.15;
	text-align: left;
}

.st-more {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	background: rgba(11, 18, 32, 0.55);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.map-section {
	position: relative;
	padding: 4.5rem 0 4.75rem;
	background: radial-gradient(circle at 18% 12%, #163a72 0%, #071325 42%, #050b16 100%);
	color: #fff;
	overflow: hidden;
}

.map-glow,
.map-glow {
	position: absolute;
	inset: auto -10% 10% 40%;
	height: 280px;
	background: radial-gradient(circle, rgba(250, 204, 21, 0.18), transparent 70%);
	pointer-events: none;
}

.map-intro,
.map-intro {
	position: relative;
	z-index: 1;
}

.map-section .eyebrow {
	margin: 0 0 0.4rem;
	color: #93c5fd;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.78rem;
}

.map-section h2 {
	margin: 0 0 0.6rem;
	font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.map-lead {
	max-width: 42rem;
	color: #c9d4e5;
}

.map-canvas,
.map-canvas {
	position: relative;
	z-index: 1;
	margin-top: 1.5rem;
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.map-banner {
	position: absolute;
	top: 1rem;
	left: 50%;
	z-index: 500;
	display: grid;
	gap: 0.15rem;
	min-width: min(420px, calc(100% - 2rem));
	padding: 0.7rem 1rem;
	background: rgba(8, 28, 64, 0.92);
	border: 1px solid rgba(147, 197, 253, 0.35);
	border-radius: 12px;
	transform: translateX(-50%);
	text-align: center;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	pointer-events: none;
}

.map-banner strong {
	font-size: 0.82rem;
	letter-spacing: 0.04em;
}

.map-banner span {
	color: #cfe0ff;
	font-size: 0.78rem;
}

.epc-map {
	min-height: 520px;
	height: min(68vh, 640px);
}

.map-stage {
	position: relative;
	isolation: isolate;
}

.map-onboard-btn {
	display: none;
}

.epc-map .leaflet-control-zoom {
	border: 0 !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35) !important;
	overflow: hidden;
	border-radius: 10px !important;
}

.epc-map .leaflet-control-zoom a {
	width: 34px !important;
	height: 34px !important;
	line-height: 34px !important;
	font-size: 16px !important;
	color: #0b1220 !important;
}

/* Click-to-expand hub detail — centered over the map, not over hub cards */
.map-detail {
	--hub-color: #facc15;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	z-index: 600;
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: min(640px, calc(100% - 2rem));
	max-height: min(420px, calc(100% - 2rem));
	border: 2px solid #0b1220;
	border-radius: 16px;
	overflow: auto;
	background: #fff;
	color: #0b1220;
	box-shadow: 0 30px 70px -20px rgba(0, 0, 0, 0.7);
	opacity: 0;
	transform: translate(-50%, -46%) scale(0.98);
	transform-origin: center center;
	transition: opacity 0.24s ease, transform 0.24s ease;
	pointer-events: none;
}

.map-detail.is-open {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	pointer-events: auto;
}

.map-detail[hidden] {
	display: none;
}

.map-hubs,
.map-hubs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.65rem;
	padding: 0.85rem;
	background: linear-gradient(180deg, rgba(7, 19, 37, 0.2), rgba(7, 19, 37, 0.95));
}

.map-hub,
.map-hub {
	--hub-color: #facc15;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.7rem;
	align-items: start;
	padding: 0.85rem 0.9rem;
	border: 1px solid color-mix(in srgb, var(--hub-color) 32%, transparent);
	border-top: 3px solid var(--hub-color);
	border-radius: 14px;
	background: rgba(12, 32, 64, 0.88);
	color: #fff;
	text-align: left;
	cursor: pointer;
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.map-hub:hover,
.map-hub.is-active,
.map-hub:hover,
.map-hub.is-active {
	transform: translateY(-2px);
	border-color: var(--hub-color);
	border-top-color: var(--hub-color);
	box-shadow: 0 10px 26px -14px var(--hub-color);
}

.map-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 40px;
	padding: 0 0.4rem;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.map-badge img {
	max-width: 100%;
	max-height: 22px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.map-hub-cue {
	grid-column: 1 / -1;
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	margin-top: 0.35rem;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--hub-color, #facc15);
}

.map-hub-cue::before {
	content: "+";
	font-size: 0.95rem;
	line-height: 1;
}

.map-hub.is-active .map-hub-cue::before {
	content: "\2013";
}

.map-hub strong,
.map-hub em,
.map-hub b {
	display: block;
}

/* Click-to-expand hub detail — styles continue below (.map-detail defined on .map-stage) */

.map-detail-close {
	position: absolute;
	top: 0.55rem;
	right: 0.6rem;
	z-index: 3;
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 999px;
	background: rgba(11, 18, 32, 0.9);
	color: #fff;
	font-size: 1.25rem;
	line-height: 1;
	cursor: pointer;
}

.map-detail-close:hover {
	background: #0b1220;
}

.map-detail-info {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	padding: 1.5rem 1.5rem 1.6rem;
	border-top: 5px solid var(--hub-color);
}

.map-detail-market {
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--hub-color, #facc15);
}

.map-detail-name {
	font-size: clamp(1.15rem, 2.2vw, 1.45rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #0b1220;
}

.map-detail-keyfacts {
	display: flex;
	gap: 1.75rem;
	margin: 0.25rem 0 0.35rem;
}

.map-detail-kf b {
	display: block;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #0b1220;
	font-variant-numeric: tabular-nums;
}

.map-detail-kf i {
	font-style: normal;
	font-size: 0.72rem;
	color: #6b7280;
}

.map-detail-rows {
	display: grid;
	gap: 0;
	margin: 0.25rem 0 0;
}

.map-detail-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	padding: 0.5rem 0;
	border-top: 1px solid #eef1f5;
}

.map-detail-row dt {
	font-size: 0.76rem;
	color: #6b7280;
	flex: 0 0 auto;
}

.map-detail-row dd {
    margin: 0;
	font-size: 0.8rem;
	font-weight: 600;
	color: #0b1220;
	text-align: right;
}

.map-detail-row [data-detail-localtime] {
	color: var(--hub-color, #facc15);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}

.map-detail-photo {
	position: relative;
	min-height: 240px;
	background: #0b1220;
}

.map-detail-photo img[data-detail-photo] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.map-detail-photo-fallback {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--hub-color) 30%, #0b1220), #0b1220);
}

.map-detail-photo-fallback[hidden] {
	display: none;
}

.map-detail-photo-fallback img {
	max-width: 70%;
	max-height: 46px;
	width: auto;
	object-fit: contain;
	filter: brightness(0) invert(1);
	opacity: 0.92;
}

@media (max-width: 700px) {
	.map-detail {
		grid-template-columns: 1fr;
		left: 50%;
		top: auto;
		right: auto;
		bottom: 0.65rem;
		width: min(17.5rem, calc(100% - 1.75rem));
		max-height: min(42%, 13.5rem);
		transform: translate(-50%, 10px) scale(0.98);
		border-radius: 12px;
		overflow: hidden;
	}

	.map-detail.is-open {
		transform: translate(-50%, 0) scale(1);
	}

	.map-detail-close {
		top: 0.35rem;
		right: 0.35rem;
		width: 24px;
		height: 24px;
		font-size: 1rem;
	}

	.map-detail-photo {
		grid-row: 1;
		min-height: 72px;
		max-height: 72px;
	}

	.map-detail-info {
		gap: 0.3rem;
		padding: 0.55rem 0.7rem 0.65rem;
		border-top: none;
		border-left: 4px solid var(--hub-color);
		overflow: hidden;
	}

	.map-detail-market {
		font-size: 0.58rem;
		letter-spacing: 0.06em;
	}

	.map-detail-name {
		font-size: 0.88rem;
		line-height: 1.2;
	}

	.map-detail-keyfacts {
		gap: 0.45rem;
	}

	.map-detail-kf b {
		font-size: 0.78rem;
	}

	.map-detail-kf i {
		font-size: 0.55rem;
	}

	.map-detail-rows {
		gap: 0.2rem;
	}

	.map-detail-row {
		gap: 0.15rem;
		padding: 0.15rem 0;
	}

	.map-detail-row dt {
		font-size: 0.55rem;
	}

	.map-detail-row dd {
		font-size: 0.68rem;
		line-height: 1.25;
	}

	/* Keep card short — hide timezone / clock on phone. */
	.map-detail-row:nth-child(2),
	.map-detail-row:nth-child(3) {
		display: none;
	}
}

.map-hub strong {
	font-size: 0.88rem;
}

.map-hub em {
	margin: 0.2rem 0;
	font-style: normal;
	color: #c9d4e5;
	font-size: 0.78rem;
}

.map-hub b {
	color: var(--hub-color, #facc15);
	font-size: 0.8rem;
}

.leaflet-container {
	background: #0b1b33;
	font-family: var(--font);
}

.epc-pin {
	background: none;
	border: 0;
}

.epc-pin span {
    display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85);
	animation: epc-pulse 1.8s ease-out infinite;
}

@keyframes epc-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55), 0 0 0 3px rgba(255, 255, 255, 0.85);
	}
	100% {
		box-shadow: 0 0 0 16px rgba(255, 255, 255, 0), 0 0 0 3px rgba(255, 255, 255, 0.85);
	}
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.nav-mobile-actions {
	display: none;
}

@media (max-width: 899px) {
	.primary-nav .nav-mobile-actions {
		display: flex;
		flex-direction: column;
		gap: 0.55rem;
		margin-top: 0.85rem;
		padding: 0.95rem 0 0.25rem;
		border-top: 1px solid rgba(255, 255, 255, 0.22);
	}

	/* Book a call lives in the drawer on phone; Instant Quote sits in the header bar. */
	.primary-nav .header-cta-mobile.is-secondary {
		display: inline-flex !important;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 0.7rem 1rem;
		font-size: 0.88rem;
		font-weight: 600;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.primary-nav .header-cta-mobile:not(.is-secondary) {
		display: none !important;
	}

	@media (max-width: 767px) {
		.primary-nav .nav-mobile-actions,
		.primary-nav .header-cta-mobile.is-secondary {
			display: none !important;
		}
	}
}

.menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 8px;
	background: transparent;
	cursor: pointer;
}

.menu-toggle-bars,
.menu-toggle-bars::before,
.menu-toggle-bars::after {
	display: block;
	width: 16px;
	height: 1.5px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

.menu-toggle-bars::before,
.menu-toggle-bars::after {
	content: "";
	position: absolute;
	left: 0;
}

.menu-toggle-bars::before {
	top: -5px;
}

.menu-toggle-bars::after {
	top: 5px;
}

/* Hero */
.hero {
	position: relative;
	color: #fff;
	background: #0a1628;
	overflow: hidden;
}

.hero-media,
.hero-video,
.hero-overlay {
	position: absolute;
	inset: 0;
}

.hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.hero-media {
	background: #123a66;
}

.hero-overlay {
	background: linear-gradient(90deg, rgba(8, 16, 32, 0.72) 0%, rgba(8, 16, 32, 0.28) 70%);
}

.hero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 2.25rem;
	padding: 4.5rem 0 1.35rem;
	min-height: 620px;
}

.hero h1 {
	margin: 0;
	max-width: 18ch;
	font-size: clamp(1.75rem, 4vw, 3rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
	font-weight: 600;
}

.lede {
	max-width: 40rem;
	margin: 1rem 0 1.25rem;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.02rem;
	font-weight: 400;
	line-height: 1.5;
}

.hero-actions {
    display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

.hero-tabs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.7rem;
	align-items: stretch;
}

.hero-tab {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	gap: 1.2rem;
	min-height: 108px;
	padding: 1rem 1rem 1.05rem;
	border: 0;
	border-radius: 14px;
	background: rgba(20, 24, 32, 0.55);
	color: #fff;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	cursor: pointer;
	text-align: left;
	font-family: inherit;
	transition: background var(--ease), transform var(--ease);
}

.hero-tab:hover {
	transform: translateY(-1px);
}

.hero-tab.is-active,
.hero-tab[aria-selected="true"] {
	background: var(--blue);
}

.hero-copy.is-switching #hero-heading,
.hero-copy.is-switching .lede {
	opacity: 0;
	transform: translateY(6px);
}

.hero-copy #hero-heading,
.hero-copy .lede {
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.tab-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.6rem;
}

.tab-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	min-width: 72px;
	padding: 0.2rem 0.55rem;
	background: #fff;
	border-radius: 8px;
	width: fit-content;
	overflow: hidden;
}

.tab-logo img {
	display: block;
	height: 22px;
	width: auto;
	max-width: 88px;
	object-fit: contain;
	object-position: center;
}

/* Stacked TikTok mark needs a bit more vertical room. */
.hero-tab[id="tab-tiktok"] .tab-logo {
	height: 40px;
	padding: 0.15rem 0.4rem;
}

.hero-tab[id="tab-tiktok"] .tab-logo img {
	height: 34px;
	max-width: 56px;
}

.tab-logo.is-wordmark {
	padding: 0 0.55rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: var(--ink);
}

.tab-chevron {
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
	opacity: 0.9;
	margin-top: 0.35rem;
	flex-shrink: 0;
}

.tab-label {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: -0.02em;
}

/* Brands — 4 uniform logo tiles + manual slider */
.brands-section {
	background: #fff;
	padding: 3.25rem 0 2.75rem;
	border-top: 1px solid #ececec;
}

.brands-wrap {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.brands-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
}

.brands-title {
	margin: 0;
	font-size: clamp(1.4rem, 3vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--ink);
}

.brands-all {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	flex: 0 0 auto;
	padding: 0.6rem 1.1rem;
    border-radius: 999px;
	background: var(--accent-soft, #e6f4ee);
	color: var(--blue);
    font-weight: 700;
	font-size: 0.92rem;
	text-decoration: none;
	transition: background var(--ease);
}

.brands-all:hover {
	background: #dbeafe;
}

.brands-all span {
	font-size: 1.1em;
}

/* Logo slider under hero */
.logo-slider {
	background: #fff;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 1.75rem 1rem 1.2rem;
}

.logo-slider-inner {
	width: min(1100px, 100%);
	margin: 0 auto;
}

.logo-slider-viewport {
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: grab;
	touch-action: pan-x;
}

.logo-slider-viewport.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

.logo-slider-viewport::-webkit-scrollbar {
	display: none;
}

.logo-slider-list {
    display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 2.5rem;
	width: max-content;
	min-width: 0;
	margin: 0;
	padding: 0.2rem 0.25rem 1.25rem;
	list-style: none;
}

.logo-slider-list li {
	flex: 0 0 auto;
}

.logo-slider-list img {
    display: block;
	height: 72px;
	width: auto;
	max-width: 200px;
	object-fit: contain;
	filter: grayscale(1);
	mix-blend-mode: multiply;
	opacity: 0.92;
	pointer-events: none;
	user-select: none;
}

.logo-slider-bar {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: min(280px, 70%);
	margin: 0 auto;
}

.logo-slider-rail {
	position: relative;
	flex: 1 1 auto;
	height: 3px;
	background: #dedede;
	border-radius: 999px;
}

.logo-slider-thumb {
	position: absolute;
	top: 50%;
	left: 0;
	width: 34%;
	height: 7px;
	border-radius: 999px;
	background: #4b4b4b;
	transform: translateY(-50%);
	will-change: transform;
}

.logo-slider-btn {
	flex: 0 0 auto;
	width: 0;
	height: 0;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}

.logo-slider-btn.is-prev {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 8px solid #c4c4c4;
}

.logo-slider-btn.is-next {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #c4c4c4;
}

.logo-slider-btn:hover.is-prev {
	border-right-color: #6b6b6b;
}

.logo-slider-btn:hover.is-next {
	border-left-color: #6b6b6b;
}

.logo-slider-btn:focus-visible {
	outline: 2px solid var(--blue);
	outline-offset: 4px;
}

/* Tab row: logos as tabs + prev/next arrows */
.cs-tabrow {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.cs-tabs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	flex: 1 1 auto;
	min-width: 0;
    margin: 0;
	padding: 0;
	list-style: none;
}

.cs-tab-item {
	flex: 1 1 0;
	min-width: 0;
}

@keyframes brands-ltr {
	from {
		transform: translateX(-50%);
	}
	to {
		transform: translateX(0);
	}
}

.brands-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	border-radius: 50%;
	border: 1px solid var(--line);
	background: var(--white);
	color: var(--muted);
	cursor: pointer;
	transition: background var(--ease), color var(--ease), border-color var(--ease), opacity var(--ease);
}

.brands-arrow:hover {
	background: var(--blue);
	border-color: var(--blue);
	color: #fff;
}

.brands-arrow:focus-visible {
	outline: 2px solid var(--blue);
	outline-offset: 2px;
}

.cs-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 112px;
	padding: 0.65rem 1.15rem 1rem;
	border: none;
	border-bottom: 2px solid var(--line);
	background: transparent;
	cursor: pointer;
	filter: grayscale(1);
	opacity: 0.5;
	transition: opacity var(--ease), filter var(--ease), border-color var(--ease);
}

.cs-tab:hover {
	opacity: 0.85;
	filter: grayscale(0.3);
}

.cs-tab.is-active {
	opacity: 1;
	filter: grayscale(0);
	border-bottom-color: var(--ink);
}

.cs-tab:focus-visible {
	outline: 2px solid var(--blue);
	outline-offset: 2px;
	border-radius: 4px;
}

.cs-tab-logo {
	display: block;
	max-height: 88px;
	max-width: 220px;
	width: auto;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.cs-tab-name {
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ink);
	text-align: center;
}

/* Case-study panel (dark card) */
.cs-panels {
	margin-top: 1.5rem;
}

.cs-panel {
    display: grid;
	grid-template-columns: 1.7fr 1fr;
	gap: 2rem;
	padding: 2.75rem;
	border-radius: 20px;
	background:
		linear-gradient(120deg, rgba(11, 18, 32, 0.92), rgba(20, 32, 54, 0.82)),
		radial-gradient(120% 140% at 70% 20%, #1f3350 0%, #0b1220 70%);
	color: #fff;
}

.cs-panel[hidden] {
	display: none;
}

.cs-quote {
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
	align-self: center;
}

.cs-text {
	margin: 0;
	font-size: clamp(1.05rem, 1.9vw, 1.35rem);
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	max-width: 44ch;
}

.cs-author {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.cs-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--blue), #22c55e);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.cs-author-meta {
	display: flex;
	flex-direction: column;
	line-height: 1.35;
}

.cs-author-meta strong {
	font-size: 0.98rem;
	color: #fff;
}

.cs-author-meta em {
	font-style: normal;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.65);
}

.cs-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-weight: 700;
	font-size: 0.95rem;
	color: #4ade80;
	text-decoration: none;
	width: max-content;
	transition: gap var(--ease), color var(--ease);
}

.cs-link:hover {
	gap: 0.7rem;
	color: #6ee79a;
}

.cs-stats {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.75rem;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
	padding-left: 2rem;
}

.cs-stat strong {
    display: block;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.05;
	color: #fff;
}

.cs-stat span {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.65);
}

.partner-section {
	background: #fff;
	padding: 4.5rem 0 1.25rem;
	text-align: center;
}

.partner-title {
	margin: 0 auto 2.25rem;
	max-width: 22ch;
	font-size: clamp(2rem, 4.8vw, 3.35rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.045em;
	color: #1a1a1a;
}

.partner-title span {
	display: block;
	color: var(--blue);
}

.partner-spy {
	position: relative;
}

.partner-pills-dock {
	position: sticky;
	top: calc(var(--header-h) + 0.65rem);
	z-index: 55;
	display: flex;
	justify-content: center;
	padding: 0 0.75rem 1.25rem;
	pointer-events: none;
}

.partner-pills {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.45rem;
	width: fit-content;
	max-width: 100%;
	margin: 0 auto;
	padding: 0.4rem;
	border: 0;
	border-radius: 999px;
	background: rgba(18, 22, 30, 0.72);
	box-shadow: 0 12px 36px rgba(8, 12, 24, 0.28);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	pointer-events: auto;
}

.partner-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.55rem 1rem 0.55rem 0.55rem;
	background: #f4f1ea;
	border-radius: 999px;
	text-decoration: none;
	color: #6b6b6b;
	font-size: 0.92rem;
	font-weight: 600;
	box-shadow: none;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.partner-pill:hover {
	text-decoration: none;
	color: #1a1a1a;
	transform: translateY(-1px);
}

.partner-pill.is-active {
	background: var(--blue);
	color: #fff;
}

.partner-pill.is-active:hover {
	color: #fff;
}

.pill-icon {
	width: 34px;
	height: 34px;
	flex-shrink: 0;
	border-radius: 10px;
	background: #e7e4dc;
	position: relative;
	transition: background 0.2s ease;
}

.partner-pill.is-active .pill-icon {
	background: rgba(0, 40, 140, 0.35);
}

.pill-icon-slash::before,
.pill-icon-slash::after {
	content: "";
	position: absolute;
	top: 9px;
	width: 3px;
	height: 16px;
	border-radius: 2px;
	background: #3a3a3a;
	transform: rotate(22deg);
}

.pill-icon-slash::before {
	left: 12px;
}

.pill-icon-slash::after {
	left: 19px;
}

.partner-pill.is-active .pill-icon-slash::before,
.partner-pill.is-active .pill-icon-slash::after {
	background: #fff;
}

.pill-icon-ribbon::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 8px;
	width: 16px;
	height: 12px;
	border: 2.5px solid #3a3a3a;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
}

.pill-icon-ribbon::after {
	content: "";
	position: absolute;
	left: 12px;
	top: 18px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #3a3a3a;
}

.partner-pill.is-active .pill-icon-ribbon::before {
	border-color: #fff;
}

.partner-pill.is-active .pill-icon-ribbon::after {
	border-top-color: #fff;
}

.pill-icon-call::before {
	content: "";
	position: absolute;
	left: 11px;
	top: 10px;
	width: 14px;
	height: 14px;
	border: 2.5px solid #3a3a3a;
	border-radius: 4px 10px 6px 3px;
	transform: rotate(-35deg);
}

.pill-icon-support::before {
	content: "";
	position: absolute;
	left: 12px;
	top: 8px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #3a3a3a;
}

.pill-icon-support::after {
	content: "";
	position: absolute;
	left: 9px;
	top: 18px;
	width: 16px;
	height: 10px;
	border: 2.5px solid #3a3a3a;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
}

.partner-pill.is-active .pill-icon-support::before {
	background: #fff;
}

.partner-pill.is-active .pill-icon-support::after {
	border-color: #fff;
}

.services-section,
.process-section {
	padding: 3.25rem 0;
	background: #fff;
}

/* Homepage hub — Who / What / Start */
.home-hub {
	padding: 3.5rem 0;
	background: #fff;
	overflow: hidden;
}

.home-hub > .container {
	width: min(1280px, calc(100% - 2rem));
}

.home-hub-card {
	border: 1px solid #dbe3ef;
	border-radius: 22px;
	background: linear-gradient(180deg, #f8fbff 0%, #fff 48%);
	box-shadow: 0 18px 48px rgba(0, 87, 255, 0.07);
	overflow: hidden;
	padding: 1rem;
}

.home-hub-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: auto auto auto auto minmax(0, 1fr);
	align-items: stretch;
	gap: 1rem;
}

.home-hub-col {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 5;
	gap: 0;
	min-width: 0;
	padding: 1.35rem 1.2rem 1.25rem;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #fff;
}

.home-hub-col + .home-hub-col {
	border-left: 0;
}

.home-hub-what {
	background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.home-hub-lead-slot:not(:empty) {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 0.45rem;
}

.home-hub-lead {
	margin: 0;
	color: var(--muted);
	font-size: 0.88rem;
	line-height: 1.55;
}

.home-hub-sub {
	font-size: 0.82rem;
	line-height: 1.5;
}

.home-hub-col-body {
	min-height: 0;
	padding-top: 0.85rem;
	border-top: 1px solid #e2e8f0;
}

.home-hub-kicker {
	margin: 0 0 0.65rem;
	color: var(--blue);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.home-hub-kicker::before {
	content: "";
	display: block;
	width: 26px;
	height: 2px;
	margin-bottom: 0.45rem;
	background: var(--blue);
	border-radius: 2px;
}

.home-hub-col h2 {
	margin: 0 0 0.65rem;
	font-size: clamp(1.2rem, 1.8vw, 1.65rem);
	line-height: 1.15;
	letter-spacing: -0.03em;
	min-height: 2.45em;
}

.home-hub-facts {
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-hub-facts li {
	display: flex;
	align-items: flex-start;
	gap: 0.7rem;
	padding: 0.9rem 0;
	border-top: 1px solid var(--line);
}

.home-hub-facts li:first-child {
	padding-top: 0;
	border-top: 0;
}

.home-hub-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: var(--blue);
}

.home-hub-icon--fact {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0, 87, 255, 0.1);
}

.home-hub-icon--flow {
	width: 34px;
	height: 34px;
	margin-bottom: 0.3rem;
	border-radius: 10px;
	background: rgba(0, 87, 255, 0.1);
}

.home-hub-icon--step {
	width: 30px;
	height: 30px;
	margin-bottom: 0.35rem;
	border-radius: 9px;
	background: rgba(0, 87, 255, 0.1);
}

.home-hub-fact-copy {
	color: var(--muted);
	font-size: 0.84rem;
	line-height: 1.5;
}

.home-hub-fact-copy strong {
	display: block;
	margin-bottom: 0.12rem;
	color: var(--ink);
	font-size: 0.95rem;
}

.home-hub-cta {
	align-self: start;
	margin: 0 0 0.75rem;
	padding: 0.5rem 0.45rem 0.5rem 0.85rem;
	box-shadow: 0 8px 20px rgba(0, 87, 255, 0.16);
	font-size: 0.76rem;
}

.home-hub-cta .btn-arrow {
	width: 24px;
	height: 24px;
}

.home-hub-cta .btn-arrow::after {
	width: 7px;
	height: 7px;
}

.home-hub-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
}

.home-hub-cta-alt {
	background: #fff;
	color: var(--ink);
	border: 1px solid #cfd8e6;
	padding: 0.75rem 1.2rem;
	font-size: 0.88rem;
}

.home-hub-cta-alt .btn-arrow {
	background: var(--blue);
}

.home-hub-flow {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	margin: 0;
	padding-top: 0;
	border-top: 0;
}

.home-hub-flow-row {
	display: grid;
	gap: 0.5rem 0.55rem;
	align-items: start;
}

.home-hub-flow-row--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-hub-steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
	margin: 0;
}

.home-hub-flow-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.25rem;
	min-width: 0;
	text-align: center;
}

.home-hub-flow-step strong {
	font-size: 0.74rem;
	color: var(--ink);
}

.home-hub-flow-step span {
	font-size: 0.66rem;
	line-height: 1.35;
	color: var(--muted);
}

.home-hub-step-card {
	padding: 0.75rem 0.65rem;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: #fff;
}

.home-hub-step-num {
	display: block;
	margin-bottom: 0.3rem;
	color: var(--blue);
	font-size: 0.68rem;
	font-weight: 800;
}

.home-hub-step-card h3 {
	margin: 0 0 0.25rem;
	font-size: 0.78rem;
	line-height: 1.25;
}

.home-hub-step-card p {
	margin: 0;
	color: var(--muted);
	font-size: 0.68rem;
	line-height: 1.4;
}

.home-hub-facts li:last-child {
	padding-bottom: 0;
}

@media (max-width: 1024px) {
	.home-hub-grid {
		grid-template-columns: 1fr;
		grid-template-rows: none;
	}

	.home-hub-col {
		display: flex;
		flex-direction: column;
		grid-row: auto;
		grid-template-rows: none;
	}

	.home-hub-col h2 {
		min-height: 0;
	}

	.home-hub-col-body {
		padding-top: 0.85rem;
		border-top: 1px solid #e2e8f0;
	}

	.home-hub-flow-row--three {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.home-hub-flow-step {
		align-items: flex-start;
		text-align: left;
		padding: 0.65rem;
		border: 1px solid #e8edf3;
		border-radius: 12px;
		background: #fff;
	}

	.home-hub-flow-step span {
		font-size: 0.72rem;
	}
}

@media (max-width: 640px) {
	.home-hub {
		padding: 2.5rem 0;
	}

	.home-hub-card {
		border-radius: 18px;
	}

	.home-hub-col {
		padding: 1.25rem 1.1rem;
	}

	.home-hub-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem;
	}

	.home-hub-step-card {
		padding: 0.7rem 0.55rem;
	}

	.home-hub-step-card h3 {
		font-size: 0.76rem;
	}

	.home-hub-step-card p {
		font-size: 0.65rem;
		line-height: 1.35;
	}

	.home-hub-flow-row--three {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.35rem;
	}

	.home-hub-flow-step {
		padding: 0.45rem 0.35rem;
		align-items: center;
		text-align: center;
	}

	.home-hub-flow-step strong {
		font-size: 0.62rem;
	}

	.home-hub-flow-step span {
		font-size: 0.58rem;
		line-height: 1.25;
	}

	.home-hub-icon--flow {
		width: 28px;
		height: 28px;
		margin-bottom: 0.15rem;
	}

	.home-hub-cta-row {
		flex-direction: column;
	}

	.home-hub-cta-row .button {
		width: 100%;
		justify-content: center;
	}

	.home-hub-cta {
		width: 100%;
		justify-content: center;
	}
}

.process-section {
	background: var(--bg);
}

.services-section .container,
.process-section .container {
	max-width: min(var(--container), 100%);
}

.services-heading-row,
.process-heading-row {
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	align-items: center;
	gap: 1.25rem;
	max-width: 46rem;
	margin: 0 auto 1.5rem;
	padding: 1.85rem 1.85rem 1.75rem;
	text-align: center;
	border: 1px solid var(--line);
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(0, 87, 255, 0.04), transparent 55%),
		#f8fafc;
}

.services-heading-row {
	margin-bottom: 0;
}

.services-heading-copy,
.process-heading-copy {
	min-width: 0;
	max-width: 38rem;
	text-align: center;
}

.services-heading-copy .eyebrow,
.process-heading-copy .eyebrow {
	margin: 0 0 0.5rem;
}

.services-heading-copy h2,
.process-heading-copy h2 {
	margin: 0 auto 0.55rem;
	max-width: 22ch;
	font-size: clamp(1.55rem, 2.6vw, 2.05rem);
	line-height: 1.15;
}

.services-heading-copy p,
.process-heading-copy p {
	margin: 0 auto;
	max-width: 36rem;
	color: var(--muted);
	font-size: 0.95rem;
	line-height: 1.55;
}

.services-explore,
.process-onboard {
	flex: 0 0 auto;
	align-self: center;
	justify-self: center;
	white-space: nowrap;
	box-shadow: 0 10px 24px rgba(0, 87, 255, 0.18);
}

.services-grid {
	display: none;
}

@media (max-width: 899px) {
	.services-heading-row,
	.process-heading-row {
		gap: 1.15rem;
		padding: 1.35rem 1.2rem;
	}

	.services-heading-copy h2,
	.process-heading-copy h2 {
		max-width: none;
	}

	.services-explore,
	.process-onboard {
		width: 100%;
		justify-content: center;
	}
}

.service-card,
.process-card {
	padding: 1.2rem 1.15rem;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
}

.service-number,
.process-num {
	color: var(--blue);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.service-card h3,
.process-card h3 {
	margin: 0.65rem 0 0.35rem;
	font-size: 1.08rem;
	letter-spacing: -0.02em;
}

.service-card p,
.process-card p {
	margin: 0;
    color: var(--muted);
	font-size: 0.92rem;
}

.process-grid {
    display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.success-section,
.success-section {
	padding: 4.5rem 0;
	background: linear-gradient(180deg, #f4f8ff 0%, var(--bg) 100%);
}

.success-grid,
.success-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 3.5rem;
	align-items: center;
}

.success-kicker,
.success-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin: 0 0 0.85rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--blue);
}

.success-kicker::after,
.success-kicker::after {
	content: "";
	width: 2.4rem;
	height: 1px;
	background: var(--blue);
}

.success-copy h2,
.success-copy h2 {
	margin: 0 0 1.15rem;
	font-size: clamp(1.85rem, 3.4vw, 2.85rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.success-copy h2 span,
.success-copy h2 span {
	display: inline;
	color: var(--blue);
}

.success-copy p,
.success-copy p {
	margin: 0 0 1rem;
	max-width: 38rem;
	color: var(--muted);
	font-size: 1.02rem;
}

.success-actions {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 0.65rem;
	align-items: flex-start;
	margin-top: 0.5rem;
}

.success-actions .button {
	font-size: 0.88rem;
	width: auto;
	max-width: 100%;
}

.success-frame,
.success-frame {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 10px;
	background: linear-gradient(160deg, #dbe7ff, #9bb8ff);
    border-radius: 20px;
	box-shadow: 0 22px 48px rgba(0, 87, 255, 0.16);
}

.success-copy {
	position: relative;
	z-index: 2;
}

.success-media-video,
.success-photo-stack {
	position: relative;
	height: min(520px, 62vw);
	border-radius: 12px;
	overflow: hidden;
	background: #c8d8f5;
}

.md-feature-video,
.md-hero-video-wrap {
	position: relative;
}

.md-video-mute {
	position: absolute;
	z-index: 3;
	top: 0.75rem;
	right: 0.75rem;
	width: 36px;
	height: 36px;
	border: 0;
	padding: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.42);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.md-video-mute::before {
	content: "";
	position: absolute;
	left: 11px;
	top: 12px;
	width: 10px;
	height: 12px;
	background: #fff;
	clip-path: polygon(0 25%, 55% 25%, 100% 0, 100% 100%, 55% 75%, 0 75%);
}

.md-feature-video.is-unmuted .md-video-mute,
.success-media-video.is-unmuted .md-video-mute,
.md-hero-video-wrap.is-unmuted .md-video-mute {
	background: rgba(0, 87, 255, 0.9);
}

.success-media-video video,
.md-feature-video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.success-founder-photo {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
	opacity: 0;
	transition: opacity 0.75s ease;
}

.success-founder-photo.is-active {
	opacity: 1;
	z-index: 1;
}

.success-frame .success-photo-stack img {
	border-radius: 0;
}

.success-frame figcaption,
.success-frame figcaption {
	position: absolute;
	z-index: 3;
	right: 1.35rem;
	bottom: 1.2rem;
	margin: 0;
	color: #fff;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: right;
	text-shadow: 0 1px 8px rgba(0, 30, 80, 0.55);
	pointer-events: none;
}

.fit-section {
	position: relative;
	padding: 3.5rem 0 4rem;
	background: #eef4ff;
	color: var(--ink);
	text-align: left;
}

.fit-head {
	max-width: 36rem;
	margin: 0 0 2rem;
}

.fit-section .eyebrow {
	color: var(--blue);
	text-align: left;
	margin-bottom: 0.55rem;
}

.fit-section h2 {
	margin: 0 0 0.65rem;
	font-size: clamp(1.75rem, 3vw, 2.4rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.fit-section h2 span {
	display: block;
	color: var(--blue);
}

.fit-lead {
	margin: 0 0 1.25rem;
    color: var(--muted);
	font-size: 1rem;
	line-height: 1.5;
}

.fit-tabs {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	padding: 0.3rem;
	border-radius: 999px;
	background: rgba(0, 87, 255, 0.08);
}

.fit-tab {
	appearance: none;
	border: 0;
	border-radius: 999px;
	padding: 0.55rem 1.15rem;
	background: transparent;
	color: var(--ink);
	font: inherit;
	font-size: 0.9rem;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.18s ease, color 0.18s ease;
}

.fit-tab:hover {
	background: rgba(255, 255, 255, 0.7);
}

.fit-tab.is-active,
.fit-tab[aria-selected="true"] {
	background: var(--blue);
	color: #fff;
}

.fit-panel[hidden] {
	display: none;
}

.fit-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.1rem;
	margin-bottom: 2rem;
}

.fit-cards--spec {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 48rem;
}

.fit-card {
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(0, 55, 160, 0.08);
}

.fit-card--niche {
	background: #f7f3ea;
	box-shadow: none;
}

.fit-card-visual {
	position: relative;
	aspect-ratio: 3 / 2;
	background: #0b0f1a;
}

.fit-card--niche .fit-card-visual {
	aspect-ratio: 4 / 3;
	border-radius: 16px;
	overflow: hidden;
	margin: 0.75rem 0.75rem 0;
}

.fit-card-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.fit-card-tag {
	position: absolute;
	right: 0.75rem;
	bottom: 0.75rem;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	background: rgba(20, 24, 32, 0.88);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.fit-card-body {
	padding: 1.1rem 1.15rem 1.25rem;
}

.fit-card--niche .fit-card-body {
	padding: 0.95rem 1rem 1.15rem;
}

.fit-card-num {
	display: inline-block;
	margin-bottom: 0.4rem;
	color: var(--blue);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.fit-card-body h3 {
	margin: 0 0 0.45rem;
	font-size: 1.02rem;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.fit-card-body p {
	margin: 0;
    color: var(--muted);
	font-size: 0.9rem;
	line-height: 1.45;
}

.fit-cta {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.fit-cta .button-fit {
	display: inline-flex;
}

.button-fit {
	position: relative;
	background: var(--blue);
	color: #fff;
}

.button-fit:hover {
	background: var(--blue-dark);
	text-decoration: none;
}

.button-fit .btn-arrow {
	background: #fff;
}

.button-fit .btn-arrow::after {
	border-color: var(--blue);
}

.cta-section {
	padding: 3rem 0;
	background: var(--blue);
	color: #fff;
}

.stories-section {
	background: #f3f4f6;
	padding: 4rem 0 4.25rem;
}

.stories-heading {
	margin: 0 auto 2.25rem;
	max-width: none;
	text-align: center;
}

.stories-heading .eyebrow {
	color: var(--blue);
	margin-bottom: 0.45rem;
}

.stories-heading h2 {
	margin: 0;
	font-size: clamp(2.1rem, 4.5vw, 3.4rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1;
}

.stories-grid {
    display: grid;
	grid-template-columns: 1.15fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 1rem;
	align-items: stretch;
}

.stories-grid--videos {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: none;
}

.stories-grid--videos .story-media.is-tall {
	grid-row: auto;
	min-height: 480px;
	aspect-ratio: 3 / 4;
}

.story-media,
.story-card {
	border-radius: 22px;
	overflow: hidden;
	min-height: 0;
}

.story-media {
	position: relative;
	background: #1c2430;
}

.story-media.is-tall {
	grid-row: 1 / 3;
	min-height: 520px;
}

.story-media.is-square {
	min-height: 250px;
}

.story-media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	inset: 0;
}

.story-media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	inset: 0;
}

.story-media-link {
	position: absolute;
	inset: 0;
	z-index: 3;
}

.story-media-ui {
	position: absolute;
	z-index: 2;
	top: 0.9rem;
	left: 0.9rem;
	right: 0.9rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.story-chip {
	background: rgba(255, 255, 255, 0.92);
	color: #111;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.35rem 0.6rem;
	border-radius: 8px;
}

.story-mute {
	width: 28px;
	height: 28px;
	border: 0;
	padding: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.35);
	position: relative;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.story-mute::before {
	content: "";
	position: absolute;
	left: 8px;
	top: 9px;
	width: 8px;
	height: 10px;
	background: #fff;
	clip-path: polygon(0 25%, 55% 25%, 100% 0, 100% 100%, 55% 75%, 0 75%);
}

.story-media.is-unmuted .story-mute {
	background: rgba(0, 87, 255, 0.85);
}

.story-media-copy {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 3.5rem 1.1rem 1.15rem;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
	color: #fff;
}

.story-media-copy p {
	margin: 0 0 0.7rem;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.35;
}

.story-media-copy strong,
.story-media-copy span {
	display: block;
}

.story-media-copy strong + span {
	margin-top: 0.15rem;
	font-size: 0.82rem;
	font-weight: 500;
	opacity: 0.82;
}

.story-card {
	margin: 0;
	padding: 1.45rem 1.4rem 1.3rem;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 1rem;
	height: 100%;
	box-sizing: border-box;
}

.story-person {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-height: 44px;
}

.story-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #eceff3;
	display: grid;
	place-items: center;
	font-size: 0.75rem;
	font-weight: 800;
	color: #0b1220;
	flex-shrink: 0;
}

.story-person strong,
.story-person span {
	display: block;
	text-align: left;
}

.story-person strong {
	font-size: 1rem;
	letter-spacing: -0.02em;
}

.story-person span {
	color: var(--muted);
	font-size: 0.82rem;
}

.story-card p {
	margin: 0;
	color: #121826;
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1.45;
	flex: 1;
}

.story-brand {
	margin-top: auto;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	color: #111;
}

@media (max-width: 1024px) {
	.stories-grid {
    grid-template-columns: 1fr 1fr;
		grid-template-rows: none;
	}

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

	.stories-grid--videos .story-media.is-tall {
		grid-column: auto;
		min-height: 0;
		aspect-ratio: 3 / 4;
	}

	.story-media.is-tall {
		grid-row: auto;
		grid-column: 1 / -1;
		min-height: 360px;
	}

	.stories-grid--videos .story-media.is-tall {
		grid-column: auto;
	}
}

.cta-inner {
	display: grid;
	grid-template-columns: 1.4fr 0.8fr;
	gap: 1.25rem;
    align-items: center;
}

.cta-inner .eyebrow {
	color: rgba(255, 255, 255, 0.75);
}

.cta-inner h2 {
	margin: 0 0 0.55rem;
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	letter-spacing: -0.04em;
	font-weight: 750;
}

.cta-copy {
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
}

.cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: flex-end;
	align-items: center;
}

.cta-section .button-ghost-light {
	background: rgba(0, 0, 0, 0.18);
}

@media (min-width: 900px) {
	.cta-inner {
		grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
		gap: 1.25rem 1.75rem;
	}

	.cta-actions {
		flex-wrap: nowrap;
		justify-content: flex-end;
		gap: clamp(0.45rem, 0.75vw, 0.65rem);
	}

	.cta-actions .button {
		flex: 0 1 auto;
		white-space: nowrap;
		padding: 0.52rem 0.42rem 0.52rem 0.95rem;
		font-size: clamp(0.8rem, 0.85vw, 0.92rem);
	}
}

@media (min-width: 1180px) {
	.cta-inner {
		grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.05fr);
		gap: 1.5rem 2rem;
	}

	.cta-actions .button {
		padding: 0.55rem 0.5rem 0.55rem 1.05rem;
		font-size: 0.92rem;
	}
}

.site-footer {
	padding: 3.25rem 0 1.25rem;
	background: #061018;
	color: #fff;
	border-top: 3px solid var(--blue);
}

.footer-top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
	display: inline-flex;
	background: #fff;
	border-radius: 12px;
	padding: 0.4rem 0.55rem;
	margin-bottom: 0.9rem;
}

.footer-logo:hover {
	text-decoration: none;
}

.footer-logo img {
	height: 42px;
	width: auto;
	display: block;
}

.footer-tagline {
	margin: 0;
	max-width: 34rem;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.98rem;
	line-height: 1.55;
}

.footer-cta {
	flex-shrink: 0;
}

.footer-top-actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0.65rem;
	flex-shrink: 0;
	width: max-content;
	max-width: 100%;
}

.footer-top-actions .footer-cta {
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
}

.footer-cta--call {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.45);
}

.footer-cta--call:hover {
	background: rgba(255, 255, 255, 0.2);
	text-decoration: none;
}

.footer-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.75rem 2rem;
}

.footer-heading {
	margin: 0 0 0.9rem;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
}

.footer-menu,
.legal-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu li {
	margin-bottom: 0.55rem;
}

.footer-menu a,
.legal-menu a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
	font-size: 0.95rem;
}

.footer-menu a:hover,
.legal-menu a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-contact li:last-child {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.92rem;
}

.footer-bottom {
    display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	margin-top: 2.4rem;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.82rem;
}

.footer-bottom p {
	margin: 0;
}

.footer-meta {
	letter-spacing: 0.04em;
}

.legal-menu {
	display: flex;
	gap: 1.1rem;
}

.content-main {
	padding: 2.5rem 0 3rem;
}

/* ---- Blog page (compact cards) ---- */
.blog-main {
	padding: 2rem 0 3.25rem;
	background: #f4f6f9;
}

.blog-shell {
	max-width: min(var(--container), 100%);
}

.blog-hero {
	margin-bottom: 1.35rem;
}

.blog-hero h1 {
	margin: 0 0 0.45rem;
	color: var(--blue);
	font-size: clamp(1.75rem, 3.5vw, 2.25rem);
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.blog-hero-lead {
	margin: 0 0 1rem;
	color: var(--muted);
	font-size: 0.92rem;
	line-height: 1.5;
	max-width: 36rem;
}

.blog-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
}

.blog-category,
.blog-search input {
	height: 2.35rem;
	border: 1px solid #d8dee8;
	border-radius: 999px;
	background: #fff;
	font: inherit;
	font-size: 0.85rem;
}

.blog-category {
	min-width: 9rem;
	padding: 0 2rem 0 0.9rem;
	color: var(--ink);
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235b6472' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.85rem center;
}

.blog-search {
	display: flex;
	align-items: center;
	flex: 1 1 11rem;
	max-width: 14rem;
	padding: 0 0.3rem 0 0.85rem;
	border: 1px solid #d8dee8;
	border-radius: 999px;
	background: #fff;
}

.blog-search input {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	outline: none;
}

.blog-search button {
	display: grid;
	place-items: center;
	width: 1.85rem;
	height: 1.85rem;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--muted);
	cursor: pointer;
}

.blog-stream {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.blog-item {
	margin: 0;
	aspect-ratio: auto;
	background: #fff;
	border: 1px solid #e6e9ef;
	border-radius: 16px;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-item.is-featured {
	grid-column: auto;
	border-color: #e6e9ef;
	box-shadow: none;
}

.blog-item.is-featured .blog-item-link {
	display: flex;
	flex-direction: column;
	grid-template-columns: none;
	height: 100%;
}

.blog-item-link {
	display: flex;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
	height: 100%;
}

.blog-item-link:hover {
	text-decoration: none;
}

.blog-item-thumb {
	position: relative;
	margin: 0;
	flex: 0 0 auto;
	min-height: 0;
	aspect-ratio: 16 / 10;
	max-height: none;
	background: #061018;
	overflow: hidden;
}

.blog-item.is-featured .blog-item-thumb {
	aspect-ratio: 16 / 10;
	max-height: none;
	min-height: 0;
	height: auto;
}

.blog-item-thumb img,
.blog-item-thumb .blog-item-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.4s ease;
}

.blog-item:hover .blog-item-thumb img,
.blog-item:focus-within .blog-item-thumb img {
	transform: scale(1.03);
}

.blog-item-badge {
	position: absolute;
	right: 0.55rem;
	bottom: 0.55rem;
	padding: 0.28rem 0.55rem;
	border-radius: 999px;
	background: rgba(11, 18, 32, 0.72);
	color: #fff;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.blog-item-overlay {
	display: none;
}

.blog-item.is-featured .blog-item-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}

.blog-item-body {
	flex: 0 0 auto;
	padding: 0.75rem 0.85rem 0.85rem;
}

.blog-item.is-featured .blog-item-body {
	display: block;
	justify-content: initial;
	padding: 0.75rem 0.85rem 0.85rem;
}

.blog-item-body h2 {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.3;
	letter-spacing: -0.02em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-item.is-featured .blog-item-body h2 {
	font-size: 0.92rem;
	-webkit-line-clamp: 2;
}

.blog-item-reveal p {
	margin: 0 0 0.55rem;
	color: var(--muted);
	font-size: 0.82rem;
	line-height: 1.45;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-item.is-featured .blog-item-reveal p {
	-webkit-line-clamp: 3;
	font-size: 0.88rem;
}

.blog-item-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.blog-item-foot time {
	color: #8a93a3;
	font-size: 0.75rem;
}

.blog-item-more {
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--blue);
	white-space: nowrap;
}

/* Hover reveal — compact */
@media (hover: hover) {
	.blog-item:not(.is-featured) .blog-item-reveal {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition: max-height 0.32s ease, opacity 0.24s ease, margin 0.24s ease;
	}

	.blog-item:not(.is-featured):hover,
	.blog-item:not(.is-featured):focus-within {
		box-shadow: 0 12px 28px rgba(11, 18, 32, 0.1);
		transform: translateY(-2px);
	}

	.blog-item:not(.is-featured):hover .blog-item-reveal,
	.blog-item:not(.is-featured):focus-within .blog-item-reveal {
		max-height: 7rem;
		opacity: 1;
		margin-top: 0.55rem;
	}
}

.blog-item.is-featured .blog-item-reveal {
	margin-top: 0.65rem;
}

.blog-pagination {
	margin-top: 1.75rem;
}

.blog-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
    align-items: center;
    justify-content: center;
}

.blog-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 2rem;
	height: 2rem;
	padding: 0 0.5rem;
	border-radius: 999px;
	color: var(--ink);
	font-size: 0.82rem;
    font-weight: 700;
	text-decoration: none;
}

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

.blog-empty {
	color: var(--muted);
}

@media (max-width: 1100px) {
	.blog-stream {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 899px) {
	.blog-shell {
		max-width: none;
	}

	.blog-stream {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65rem;
	}

	.blog-item {
		aspect-ratio: auto;
		min-height: 0;
	}

	.blog-item-link {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.blog-item-thumb {
		flex: none;
		aspect-ratio: 4 / 3;
		min-height: 0;
		height: auto;
	}

	.blog-item-badge {
		right: 0.35rem;
		bottom: 0.35rem;
		left: auto;
		width: auto;
		max-width: calc(100% - 0.7rem);
		padding: 0.18rem 0.38rem;
		font-size: 0.5rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.blog-item-body {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		gap: 0.3rem;
		padding: 0.55rem 0.6rem 0.65rem;
		min-width: 0;
		flex: 1 1 auto;
	}

	.blog-item-body h2 {
		font-size: 0.78rem;
		line-height: 1.28;
		-webkit-line-clamp: 3;
	}

	.blog-item-reveal {
		display: flex;
		flex-direction: column;
		gap: 0.3rem;
		margin-top: auto;
	}

	.blog-item-reveal p {
		display: none;
	}

	.blog-item-foot {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.25rem;
	}

	.blog-item-foot time {
		font-size: 0.62rem;
	}

	.blog-item-more {
		font-size: 0.65rem;
	}

	.blog-item.is-featured .blog-item-link {
		display: flex;
		flex-direction: column;
	}

	.blog-item.is-featured .blog-item-thumb {
		min-height: 0;
	}

	.blog-toolbar {
		flex-direction: column;
		align-items: stretch;
		gap: 0.5rem;
	}

	.blog-search {
		max-width: none;
		height: 2.5rem;
		padding: 0 0.25rem 0 0.85rem;
	}

	.blog-search input,
	.blog-category {
		height: 2.5rem;
		font-size: 0.9rem;
	}
}

@media (max-width: 560px) {
	.blog-stream {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem;
	}

	.blog-item-body {
		padding: 0.5rem 0.55rem 0.6rem;
	}

	.blog-item-body h2 {
		font-size: 0.74rem;
		-webkit-line-clamp: 3;
	}

	.blog-item-foot time {
		font-size: 0.58rem;
	}

	.blog-item-more {
		font-size: 0.62rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.blog-item,
	.blog-item-thumb img,
	.blog-item-reveal {
		transition: none !important;
	}

	.blog-item:not(.is-featured) .blog-item-reveal {
		max-height: none !important;
		opacity: 1 !important;
		margin-top: 0.75rem !important;
	}
}

.content-wrap {
	max-width: 44rem;
}

/* Client editor / Elementor zone — invisible until content exists */
.editor-zone {
	padding: 4.5rem 0;
}

.editor-zone .container > *:first-child {
	margin-top: 0;
}

.editor-zone .container > *:last-child {
	margin-bottom: 0;
}

.blog-single-main {
	padding: 2rem 0 0;
	background: #f4f6f9;
}

.blog-single-shell {
	padding-bottom: 2.5rem;
}

.blog-related {
	padding: 0 0 3.5rem;
}

.blog-related h2 {
	margin: 0 0 1.25rem;
	font-size: clamp(1.45rem, 3vw, 1.85rem);
	letter-spacing: -0.03em;
	font-weight: 750;
}

.blog-single-back {
	margin-bottom: 1rem;
}

.blog-single-back a {
	color: var(--blue);
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
}

.blog-single-back a:hover {
	text-decoration: underline;
}

.blog-single-kicker {
	margin: 0 0 0.45rem;
	color: var(--blue);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.blog-single-meta {
	margin: 0 0 1.25rem;
	color: var(--muted);
	font-size: 0.88rem;
}

.blog-single-main .cta-section {
	margin-top: 0;
}

.entry-header h1 {
	font-family: "Space Grotesk", var(--font);
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	line-height: 1.2;
	letter-spacing: -0.02em;
	margin: 0 0 1rem;
}

.entry-featured {
	margin: 0 0 1.5rem;
	border-radius: 14px;
	overflow: hidden;
}

.entry-featured img {
	display: block;
	width: 100%;
	height: auto;
}

.entry-content {
	font-size: 1.05rem;
	line-height: 1.7;
	color: #1c2430;
}

.entry-content h2 {
	font-family: "Space Grotesk", var(--font);
	font-size: 1.35rem;
	margin: 2rem 0 0.75rem;
	letter-spacing: -0.01em;
}

.entry-content h3 {
	font-family: "Space Grotesk", var(--font);
	font-size: 1.12rem;
	margin: 1.5rem 0 0.5rem;
}

.entry-content p {
	margin: 0 0 1rem;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 1.15rem;
	padding-left: 1.25rem;
}

.entry-content li {
	margin: 0.35rem 0;
}

.entry-content .advay-related-posts a {
	color: var(--blue);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

@media (max-width: 1100px) and (min-width: 900px) {
	.primary-nav .menu {
		gap: clamp(0.15rem, 0.35vw, 0.2rem) clamp(0.2rem, 0.55vw, 0.35rem);
	}

	.primary-nav a {
		font-size: clamp(0.78rem, 0.5vw + 0.55rem, 0.84rem);
	}

	.primary-nav .menu > li > a {
		padding: 0.35rem clamp(0.45rem, 1vw, 0.65rem) 0.35rem clamp(0.4rem, 0.85vw, 0.55rem);
	}

	.header-cta {
		padding-inline: clamp(0.65rem, 1.2vw, 0.85rem);
		font-size: clamp(0.76rem, 0.45vw + 0.5rem, 0.82rem);
	}

	/* Two header buttons do not fit alongside the nav at this width. */
	.header-cta.is-secondary {
		display: none;
	}

	.mega-what {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: min(920px, calc(100vw - 1.5rem));
	}
}

@media (max-width: 1024px) {
	.process-grid,
	.footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.services-grid {
		display: none;
	}

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

	.epc-map {
		min-height: 380px;
		height: 52vh;
	}

	.cs-panel {
		grid-template-columns: 1fr;
		gap: 1.75rem;
		padding: 2rem;
	}

	.cs-stats {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 1.5rem 2.5rem;
		border-left: none;
		border-top: 1px solid rgba(255, 255, 255, 0.16);
		padding-left: 0;
		padding-top: 1.75rem;
	}

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

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

	.fit-cards--spec {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
	}
}

@media (max-width: 899px) {
	.fit-cards,
	.fit-cards--niche,
	.fit-cards--spec {
		grid-template-columns: 1fr;
	}

	.fit-section {
		padding: 2.75rem 0 3.25rem;
	}

	.menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}

	.header-actions {
		gap: 0.45rem;
		flex-shrink: 0;
	}

	/* Book a call moves into the menu drawer; Instant Quote stays in the header bar. */
	.header-cta {
		display: none;
	}

	.header-cta.is-secondary {
		display: none;
	}

	.header-cta:not(.is-secondary) {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0.45rem 0.75rem;
		font-size: 0.78rem;
		line-height: 1.2;
		white-space: nowrap;
		flex-shrink: 0;
	}

	@media (max-width: 767px) {
		.header-cta:not(.is-secondary) {
			padding: 0.32rem 0.55rem;
			font-size: 0.58rem;
			line-height: 1.1;
			max-width: none;
			white-space: nowrap;
			text-align: center;
			background: transparent;
			color: #fff;
			box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.65);
		}

		.primary-nav .header-cta-mobile.is-secondary,
		.primary-nav .nav-mobile-actions .header-cta-mobile.is-secondary {
			display: none !important;
		}

		.primary-nav .nav-mobile-actions {
			display: none;
		}

		.logo-slider-viewport {
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
			touch-action: pan-x;
			overscroll-behavior-x: contain;
		}

		.logo-slider-list {
			gap: 1.5rem;
			padding-bottom: 0.85rem;
		}

		.logo-slider-list img {
			height: 48px;
			max-width: 140px;
		}

		.logo-slider-bar {
			width: min(220px, 72%);
		}

		.partner-pill {
			padding: 0.4rem 0.2rem 0.35rem;
			font-size: 0.58rem;
			border-radius: 12px;
			gap: 0.25rem;
		}

		.partner-pill .pill-icon {
			width: 22px;
			height: 22px;
			border-radius: 7px;
		}

		.partner-pills {
			max-width: 100%;
			gap: 0.3rem;
			padding: 0.3rem;
			border-radius: 14px;
		}

		.os-gallery-slide {
			width: min(220px, 68vw);
		}

		.stories-grid--videos .story-media.is-tall {
			min-height: 320px;
			aspect-ratio: 3 / 4;
			max-height: none;
		}

		.success-media-video,
		.success-photo-stack {
			height: min(380px, 88vw);
			min-height: 260px;
		}

		.primary-nav .mega-what .mega-head {
			grid-template-columns: auto 1fr auto;
			align-items: center;
		}

		.primary-nav .mega-what .mega-col-chevron {
			display: block;
			width: 8px;
			height: 8px;
			border-right: 2px solid rgba(255, 255, 255, 0.85);
			border-bottom: 2px solid rgba(255, 255, 255, 0.85);
			transform: rotate(45deg);
			transition: transform 0.2s ease;
			margin-right: 0.35rem;
		}

		.primary-nav .mega-what .mega-col.is-col-open .mega-col-chevron {
			transform: rotate(225deg);
			margin-top: 0.25rem;
		}

		.primary-nav .mega-what .mega-col-links {
			display: none;
			gap: 0.15rem;
			padding: 0.15rem 0 0.35rem;
		}

		.primary-nav .mega-what .mega-col.is-col-open .mega-col-links {
			display: grid;
		}
	}

	.primary-nav {
		position: absolute;
		left: 0;
		right: 0;
		top: var(--header-h);
		display: none;
		max-height: calc(100dvh - var(--header-h));
		overflow-y: auto;
		background: var(--blue);
		padding: 0.9rem 1rem 1.35rem;
		-webkit-overflow-scrolling: touch;
	}

	body.nav-open .primary-nav {
		display: block;
	}

	.primary-nav .menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0.45rem;
	}

	.primary-nav .menu > li.has-mega {
		position: relative;
	}

	.mega-panel,
	.mega-what,
	.mega-company,
	.mega-blogs,
	.mega-stories {
		position: static;
		left: auto;
		right: auto;
		width: 100%;
		min-width: 0;
		margin-top: 0;
		transform: none !important;
		box-shadow: none;
		opacity: 0 !important;
		visibility: hidden !important;
		max-height: 0 !important;
		overflow: hidden !important;
		padding: 0 0.6rem !important;
		pointer-events: none !important;
	}

	.mega-what,
	.mega-company,
	.mega-blogs,
	.mega-stories {
		grid-template-columns: 1fr;
	}

	.stories-mega-cards,
	.blogs-cards {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.55rem;
	}

	.st-overlay {
		opacity: 1;
		padding: 0.55rem;
		justify-content: space-between;
		align-items: center;
		gap: 0.35rem;
		min-height: 2.5rem;
	}

	.st-card,
	.blog-card {
		aspect-ratio: 1 / 1;
		border-radius: 12px;
		max-height: none;
	}

	.st-more {
		display: inline-flex;
		align-items: center;
		padding: 0.28rem 0.55rem;
		font-size: 0.65rem;
		line-height: 1;
	}

	.st-brand {
		display: flex;
		align-items: center;
		font-size: 0.62rem;
		letter-spacing: 0.02em;
		line-height: 1.1;
	}

	.blog-body {
		padding: 1.5rem 0.65rem 0.65rem;
		gap: 0.15rem;
	}

	.blog-body em {
		font-size: 0.55rem;
	}

	.blog-body strong {
		font-size: 0.72rem;
		-webkit-line-clamp: 2;
	}

	.blog-more {
		font-size: 0.65rem;
		margin-top: 0.2rem;
	}

	.primary-nav .has-mega:hover .mega-panel {
		opacity: 0 !important;
		visibility: hidden !important;
		max-height: 0 !important;
		overflow: hidden !important;
		padding: 0 0.6rem !important;
		pointer-events: none !important;
	}

	.primary-nav .has-mega.is-open .mega-panel {
		position: static !important;
		left: auto !important;
		top: auto !important;
		z-index: 1;
		opacity: 1 !important;
		visibility: visible !important;
		max-height: none !important;
		overflow: visible !important;
		margin-top: 0.45rem;
		padding: 0.75rem !important;
		pointer-events: auto !important;
		transform: none !important;
		width: 100%;
		min-width: 0;
	}

	/* Mega panels in mobile drawer — readable on blue */
	.primary-nav .mega-panel,
	.primary-nav .mega-what,
	.primary-nav .mega-company,
	.primary-nav .mega-stories,
	.primary-nav .mega-blogs {
		background: rgba(0, 0, 0, 0.12);
		border-radius: 14px;
		box-shadow: none;
	}

	.primary-nav .mega-panel a:not(.co-card) {
		color: #fff;
	}

	.primary-nav .mega-panel a:not(.co-card):hover {
		background: rgba(255, 255, 255, 0.14);
	}

	.primary-nav .mega-panel a:not(.co-card) strong {
		color: #fff;
	}

	.primary-nav .mega-panel a:not(.co-card) em {
		color: rgba(255, 255, 255, 0.78);
	}

	.primary-nav .mega-dot {
		background: rgba(255, 255, 255, 0.22);
		box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.55);
	}

	.primary-nav .mega-ico-sq {
		background: rgba(255, 255, 255, 0.18);
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
	}

	/* Company cards — full content, stacked layout in drawer */
	.primary-nav .has-mega.is-open .mega-company {
		gap: 0.55rem;
		padding: 0.55rem !important;
	}

	.primary-nav .co-card {
		display: flex !important;
		flex-direction: column;
		grid-template-columns: none !important;
		gap: 0.45rem !important;
		padding: 0.75rem 0.8rem !important;
		background: #fff !important;
		border: 1px solid rgba(255, 255, 255, 0.35);
		border-radius: 12px;
		color: var(--ink) !important;
	}

	.primary-nav .co-card:hover {
		background: #fff !important;
		box-shadow: none;
	}

	.primary-nav .co-thumb {
		width: 100%;
		height: 96px;
		margin: 0;
		border-radius: 10px;
	}

	.primary-nav .co-top strong {
		font-size: 0.95rem;
		line-height: 1.25;
		color: var(--ink);
	}

	.primary-nav .co-desc {
		display: block !important;
		margin: 0;
		min-height: 0;
		font-style: normal;
		font-size: 0.8rem;
		line-height: 1.45;
		color: var(--muted) !important;
	}

	/* Keep drawer CTA out of the open mega cards. */
	.primary-nav:has(.has-mega.is-open) .nav-mobile-actions {
		display: none;
	}

	.blog-card--all {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		grid-template-columns: none !important;
		background: rgba(255, 255, 255, 0.16) !important;
		border: 1.5px solid rgba(255, 255, 255, 0.5);
	}

	.blog-all-inner {
		position: static !important;
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0.35rem;
		width: auto;
		height: auto;
		padding: 0.55rem;
		margin: 0;
		text-align: center;
		background: none;
	}

	.blog-all-inner strong {
		font-size: 0.78rem;
		color: #fff;
	}

	.blog-card--all .blog-more {
		margin: 0;
		font-size: 1rem;
		color: #fff;
	}

	.map-banner {
		min-width: calc(100% - 1.2rem);
		padding: 0.55rem 0.7rem;
	}

	.hero-inner {
		min-height: 0;
		padding: 3.5rem 0 1.1rem;
	}

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

	.footer-top {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.footer-brand {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer-top-actions {
		width: min(100%, 22rem);
		margin-inline: auto;
		align-items: stretch;
	}

	.partner-pills {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100%;
		max-width: min(100%, 26rem);
		margin: 0 auto;
		border-radius: 18px;
		gap: 0.4rem;
		padding: 0.4rem;
	}

	.partner-pill {
		flex: 1 1 0;
		min-width: 0;
		width: auto;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0.35rem;
		padding: 0.6rem 0.3rem 0.5rem;
		border-radius: 14px;
		text-align: center;
		font-size: 0.68rem;
		line-height: 1.2;
		font-weight: 650;
	}

	.partner-pill .pill-icon {
		width: 28px;
		height: 28px;
		border-radius: 8px;
	}

	.partner-pill .pill-text {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		max-width: 100%;
	}

	.cta-actions {
		justify-content: flex-start;
	}

	.company-photo {
		height: 110px;
	}
}

@media (max-width: 640px) {
	.container {
		width: min(var(--container), calc(100% - 1.25rem));
	}

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

	.services-grid {
		display: none;
	}

	.footer-bottom {
		flex-direction: column;
	}

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

	.story-media.is-tall,
	.story-media.is-square {
		min-height: 280px;
		grid-row: auto;
	}

	.cs-tab {
		min-width: 68px;
		height: 68px;
		padding: 0.45rem 0.65rem;
	}

	.cs-tab-logo {
		max-height: 44px;
	}

	.cs-panel {
		padding: 1.25rem 1rem;
	}

	.cs-stats {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.map-section {
		padding: 3rem 0;
	}

	.map-hubs,
	.map-hubs {
		display: flex;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.map-hub,
	.map-hub {
		min-width: 260px;
	}
}

.epc-popup {
	position: fixed;
	inset: 0;
	z-index: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}

.epc-popup[hidden] {
	display: none !important;
}

.epc-popup-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 18, 40, 0.48);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	opacity: 0;
	transition: opacity 0.35s ease;
}

.epc-popup.is-open .epc-popup-backdrop {
	opacity: 1;
}

.epc-popup-card {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	width: min(860px, calc(100vw - 2.5rem));
	max-width: 100%;
	margin: auto;
	overflow: hidden;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 30px 80px rgba(0, 40, 120, 0.28);
	transform: translateY(18px) scale(0.96);
	opacity: 0;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
	box-sizing: border-box;
}

.epc-popup.is-open .epc-popup-card {
	transform: none;
	opacity: 1;
}

.epc-popup-close {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 5;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: #eef4ff;
	color: var(--blue);
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(11, 18, 32, 0.12);
}

.epc-popup-visual {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 1.6rem 3.25rem 1.4rem 1.4rem;
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 42%),
		linear-gradient(165deg, #0b1f4a 0%, #123a8a 55%, #0057ff 140%);
	color: #fff;
	min-height: 300px;
	min-width: 0;
}

.epc-popup-kicker {
	margin: 0 0 0.45rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #9ec0ff;
}

.epc-popup-visual-title {
	margin: 0 0 1.2rem;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.2;
}

.epc-popup-lanes {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.epc-popup-lanes span {
	padding: 0.35rem 0.7rem;
	border-radius: 8px;
	background: rgba(255, 214, 214, 0.92);
	border: 0;
	color: #8b1e2d;
	font-size: 0.78rem;
	font-weight: 700;
}

.epc-popup-cartons {
	position: relative;
	margin-top: 1.1rem;
	flex: 1;
	min-height: 118px;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(0, 12, 40, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.epc-popup-cartons > img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 118px;
	object-fit: cover;
	object-position: center 40%;
	filter: saturate(0.92) brightness(0.88);
}

.epc-popup-copy {
	padding: 2.1rem 3.35rem 1.7rem 1.6rem;
	min-width: 0;
}

.epc-popup-copy h2 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.45rem, 2.4vw, 1.9rem);
	line-height: 1.18;
	letter-spacing: -0.03em;
	padding-right: 0.15rem;
}

.epc-popup-copy p {
	margin: 0 0 1.25rem;
	color: var(--muted);
}

.epc-popup-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

.epc-popup-cta {
	background: var(--blue);
	color: #fff;
}

.epc-popup-cta-secondary {
	background: #fff;
	color: var(--blue);
	border: 1.5px solid var(--blue);
}

.epc-popup-cta-secondary:hover {
	background: #eef4ff;
	text-decoration: none;
}

body.popup-open {
	overflow: hidden;
}

body.nav-open {
	overflow: hidden;
	touch-action: none;
}

body.nav-open {
	overflow: hidden;
}

@keyframes epc-scan {
	0%,
	100% {
		transform: translateY(-64px);
		opacity: 0.2;
	}
	50% {
		transform: translateY(8px);
		opacity: 1;
	}
}

@media (max-width: 899px) {
	.epc-popup {
		padding: 0.85rem;
		align-items: center;
		justify-content: center;
	}

	.epc-popup-card {
		grid-template-columns: 1fr;
		width: min(22.5rem, calc(100vw - 1.75rem));
		max-width: calc(100vw - 1.75rem);
		max-height: min(82dvh, 36rem);
		border-radius: 20px;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.epc-popup-visual {
		min-height: auto;
		padding: 2.6rem 3rem 0.85rem 1rem;
	}

	.epc-popup-cartons {
		min-height: 80px;
	}

	.epc-popup-copy {
		padding: 1.15rem 3rem 1.15rem 1rem;
		min-width: 0;
	}

	.epc-popup-copy h2 {
		font-size: clamp(1.05rem, 4.5vw, 1.25rem);
		overflow-wrap: anywhere;
	}

	.epc-popup-actions {
		flex-direction: column;
		align-items: stretch;
		gap: 0.5rem;
	}

	.epc-popup-actions .button {
		width: 100%;
		max-width: 100%;
		justify-content: center;
		box-sizing: border-box;
		white-space: normal;
		text-align: center;
	}
}

@media (max-width: 720px) {
	.epc-popup-card {
		grid-template-columns: 1fr;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.epc-popup-visual {
		min-height: auto;
		padding-bottom: 1rem;
	}

	.epc-popup-cartons {
		min-height: 80px;
	}
}

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

	.logo-slider-track {
		animation: none;
	}

	.brands-viewport {
		scroll-behavior: auto;
	}

	.epc-popup-backdrop,
	.epc-popup-card {
		animation: none;
		transition: none;
	}
	}


.pricing-hero,
.pricing-hero {
	padding: 4.5rem 0 2.5rem;
	background: linear-gradient(180deg, #0b1f4a 0%, #123a8a 100%);
	color: #fff;
}

.pricing-hero .eyebrow,
.pricing-hero .eyebrow {
	color: #9ec0ff;
}

.pricing-hero h1,
.pricing-hero h1 {
	margin: 0 0 0.7rem;
	font-size: clamp(2.4rem, 6vw, 4.2rem);
	letter-spacing: -0.04em;
}

.pricing-hero .lead {
	max-width: 38rem;
	color: rgba(255, 255, 255, 0.82);
}

.pricing-highlights,
.pricing-highlights {
	margin-top: -1.5rem;
	padding-bottom: 1rem;
}

.highlights-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.highlights-grid article {
	padding: 1.15rem 1.2rem;
	background: #fff;
	border: 1px solid #d7e4ff;
	border-radius: 18px;
	box-shadow: 0 16px 36px rgba(0, 87, 255, 0.08);
}

.highlights-grid p {
	margin: 0 0 0.25rem;
	color: var(--blue);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.highlights-grid strong {
	display: block;
	font-size: 1.8rem;
	letter-spacing: -0.04em;
	color: var(--ink);
}

.highlights-grid span {
	color: var(--muted);
	font-size: 0.88rem;
}

.pricing-board,
.pricing-board {
	padding: 2rem 0 4.5rem;
	background: var(--bg);
}

.pricing-toolbar,
.pricing-toolbar {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
    justify-content: space-between;
	align-items: center;
	margin-bottom: 1.75rem;
}

.pricing-filters,
.pricing-filters {
	display: flex;
	gap: 0.45rem;
}

.pricing-filters button {
	border: 1px solid #d7e4ff;
	background: #fff;
	color: var(--ink);
	border-radius: 999px;
	padding: 0.45rem 0.9rem;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}

.pricing-filters button.is-active {
	background: var(--blue);
	border-color: var(--blue);
	color: #fff;
}

.pricing-search,
.pricing-search {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	font-weight: 600;
}

.pricing-search input {
	width: min(280px, 70vw);
	padding: 0.55rem 0.8rem;
	border: 1px solid #d7e4ff;
	border-radius: 12px;
	font: inherit;
}

.rate-group,
.rate-group {
	margin-bottom: 2rem;
}

.rate-group h2 {
	margin: 0 0 0.85rem;
	font-size: 1.15rem;
}

.rate-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.rate-card {
	padding: 1rem 1.05rem 1.05rem;
	background: #fff;
	border: 1px solid #e4ecf7;
	border-radius: 16px;
	transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}

.rate-card:hover {
	transform: translateY(-3px);
	border-color: #9bb8ff;
	box-shadow: 0 14px 30px rgba(0, 87, 255, 0.1);
}

.rate-top,
.rate-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.55rem;
}

.rate-tag {
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.2rem 0.5rem;
	border-radius: 999px;
}

.rate-tag.is-standard {
	background: #e8f0ff;
	color: var(--blue);
}

.rate-tag.is-addon {
	background: #eef2f7;
	color: #334155;
}

.rate-price {
	font-size: 1.15rem;
	color: var(--blue);
}

.rate-card h3 {
	margin: 0 0 0.3rem;
	font-size: 1rem;
}

.rate-meta,
.rate-note {
    margin: 0;
	color: var(--muted);
	font-size: 0.86rem;
}

.rate-note {
	margin-top: 0.4rem;
}

.pricing-empty,
.pricing-empty {
	text-align: center;
	color: var(--muted);
}

.pricing-cta,
.pricing-cta {
    display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
    justify-content: space-between;
	margin-top: 1.5rem;
	padding: 1.2rem 1.3rem;
	background: #fff;
	border: 1px solid #d7e4ff;
	border-radius: 18px;
}

.pricing-cta p {
	margin: 0;
	font-weight: 600;
}

@media (max-width: 1024px) {
	.highlights-grid,
	.rate-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.highlights-grid,
	.rate-grid {
		grid-template-columns: 1fr;
	}

	.pricing-hero {
		padding-top: 3.2rem;
	}
}

.svc-page {
	background: #fff;
	color: var(--ink);
}

.svc-page section[id],
.svc-page article[id] {
	scroll-margin-top: 90px;
}

.svc-hero {
	position: relative;
	isolation: isolate;
	padding: 5rem 0 3.5rem;
	text-align: center;
	overflow: hidden;
	color: #fff;
	background: #0b1220;
}

.svc-hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.svc-hero-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.svc-hero-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(7, 16, 32, 0.72) 0%, rgba(7, 16, 32, 0.55) 45%, rgba(7, 16, 32, 0.82) 100%),
		linear-gradient(90deg, rgba(0, 87, 255, 0.18), transparent 55%);
}

.svc-hero-inner {
	position: relative;
	z-index: 1;
}

.svc-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0 0 1.1rem;
	padding: 0.35rem 0.85rem 0.35rem 0.4rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 700;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

.svc-pill-ico {
	width: 22px;
	height: 22px;
	border-radius: 6px;
	background: var(--blue);
}

.svc-hero h1 {
	margin: 0 auto 0.85rem;
	max-width: 16ch;
	font-size: clamp(2.1rem, 5vw, 3.6rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: #fff;
}

.svc-hero .lead {
	margin: 0 auto 1.4rem;
	max-width: 38rem;
	color: rgba(255, 255, 255, 0.82);
}

.svc-hero-actions {
    display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.1rem;
	flex-wrap: wrap;
	margin-bottom: 2.2rem;
}

.svc-text-link {
	font-weight: 700;
	color: #fff;
}

.svc-hero .svc-text-link:hover {
	color: #dbe7ff;
}

.svc-tiles {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	max-width: 820px;
	margin: 0 auto;
}

.svc-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 110px;
	padding: 0.85rem 0.75rem;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 22px;
	font-weight: 800;
	color: var(--ink);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.svc-tile:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
	text-decoration: none;
	color: var(--ink);
}

.svc-tile-more {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--blue);
}

.svc-tile--amazon,
.svc-tile--tiktok,
.svc-tile--walmart,
.svc-tile-dtc {
	background: #fff;
	border-color: #fff;
}

.svc-tile img {
	height: 36px;
	width: auto;
	max-width: 92%;
	object-fit: contain;
	filter: none;
	background: #fff;
}

.svc-tile-dtc > span:first-child {
	font-family: "Space Grotesk", var(--font);
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: var(--ink);
}

.svc-tile.is-feature {
	background: rgba(0, 87, 255, 0.85);
	border-color: transparent;
	box-shadow: 0 14px 32px rgba(0, 87, 255, 0.28);
	color: #fff;
}

.svc-why {
	padding: 4rem 0;
}

.svc-why-grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 2.5rem;
	align-items: start;
}

.svc-why-grid h2 {
	margin: 0 0 0.7rem;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	letter-spacing: -0.03em;
}

.svc-why-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.9rem;
}

.svc-why-cards article {
	padding: 1.2rem 1.15rem;
	background: #f6f8fb;
	border-radius: 16px;
}

.svc-why-cards h3 {
	margin: 0 0 0.4rem;
	font-size: 1.02rem;
}

.svc-why-cards p,
.svc-market p,
.svc-steps p {
	margin: 0;
	color: var(--muted);
}

.svc-market {
	padding: 1rem 0 4rem;
}

.svc-market h2,
.svc-final h2 {
	margin: 0 0 1.4rem;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	letter-spacing: -0.03em;
}

.svc-steps h2 {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	letter-spacing: -0.03em;
}

.svc-photos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.svc-photos figure {
	margin: 0;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	min-height: 240px;
}

.svc-photos img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
}

.svc-photos figcaption {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.svc-benefits {
	margin: 0 0 1.4rem;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.7rem;
}

.svc-benefits li {
	padding-left: 1.6rem;
	position: relative;
}

.svc-benefits li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.35rem;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--blue);
}

.svc-apply {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 1rem 1.2rem;
	border: 1px solid var(--line);
	border-radius: 16px;
}

.svc-apply p {
	margin: 0;
	font-weight: 600;
}

.svc-apply a {
	font-weight: 800;
	color: var(--blue);
	white-space: nowrap;
}

.svc-steps {
	padding: 0 0 4rem;
}

.svc-steps-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.85rem 1.25rem;
	margin-bottom: 1.25rem;
}

.svc-steps-head h2 {
	margin: 0;
	flex: 1 1 auto;
	min-width: min(100%, 16rem);
}

.svc-onboard-btn {
	flex-shrink: 0;
	font-size: 0.9rem;
	padding: 0.6rem 0.6rem 0.6rem 1.1rem;
}

.svc-step-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.svc-step-grid article {
	overflow: hidden;
	border-radius: 18px;
	background: #f6f8fb;
	display: flex;
	flex-direction: column;
}

.svc-step-grid header {
	padding: 0.85rem 1rem;
	background: var(--blue);
	color: #fff;
	font-weight: 700;
}

.svc-step-visual {
	position: relative;
	height: 160px;
	overflow: hidden;
	background: #dbe7ff;
}

.svc-step-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.svc-step-visual.is-two {
	background: #fff4cc;
}

.svc-step-visual.is-three {
	background: #e8edf5;
}

.svc-step-grid p {
	padding: 1rem 1.05rem 1.15rem;
	flex: 1;
}

.svc-final {
	padding: 0 0 4.5rem;
	text-align: center;
}

.svc-final h2 {
	max-width: 16ch;
	margin-left: auto;
	margin-right: auto;
}

.svc-final-btn {
	min-width: min(420px, 100%);
	justify-content: center;
}

@media (max-width: 900px) {
	.svc-tiles,
	.svc-why-grid,
	.svc-why-cards,
	.svc-photos,
	.svc-step-grid {
		grid-template-columns: 1fr;
	}

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

	.svc-apply {
		flex-direction: column;
		align-items: flex-start;
	}

	.svc-steps-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.svc-onboard-btn {
		align-self: flex-start;
	}
}

/* —— One-click onboarding —— */
html.ob-smooth-scroll {
	scroll-behavior: smooth;
}

.ob-page {
	position: relative;
	overflow-x: hidden;
	background:
		radial-gradient(circle at 12% 8%, rgba(26, 155, 85, 0.07), transparent 42%),
		radial-gradient(circle at 88% 18%, rgba(0, 87, 255, 0.09), transparent 38%),
		linear-gradient(180deg, #f8fafc 0%, #eef2f8 48%, #f4f6f9 100%);
	color: var(--ink);
}

.ob-page::before,
.ob-page::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(2px);
}

.ob-page::before {
	inset: -8% auto auto 58%;
	width: 480px;
	height: 480px;
	background: radial-gradient(circle, rgba(0, 87, 255, 0.1), transparent 68%);
	animation: ob-float-a 10s ease-in-out infinite alternate;
}

.ob-page::after {
	inset: 42% auto auto -12%;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(212, 136, 6, 0.08), transparent 70%);
	animation: ob-float-b 12s ease-in-out infinite alternate;
}

@keyframes ob-float-a {
	from { transform: translate(0, 0); }
	to { transform: translate(-24px, 18px); }
}

@keyframes ob-float-b {
	from { transform: translate(0, 0); }
	to { transform: translate(18px, -14px); }
}

.ob-hero {
	position: relative;
	padding: 4rem 0 2rem;
}

.ob-hero-inner {
	max-width: 44rem;
}

.ob-hero-inner[data-ob-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.ob-hero-inner.is-visible {
	opacity: 1;
	transform: none;
}

.ob-eyebrow {
	margin: 0 0 0.75rem;
	color: #1a9b55;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ob-eyebrow::before {
	content: "— ";
}

.ob-hero h1 {
	margin: 0 0 0.85rem;
	font-size: clamp(2.2rem, 4.5vw, 3.2rem);
	line-height: 1.06;
	letter-spacing: -0.035em;
}

.ob-lead {
	margin: 0 0 1.35rem;
	max-width: 38rem;
	color: var(--muted);
	font-size: 1.05rem;
	line-height: 1.58;
}

.ob-progress {
	display: flex;
	gap: 0.55rem;
	align-items: center;
}

.ob-progress-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d5deea;
	transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
}

.ob-progress-dot.is-on {
	background: var(--blue);
	transform: scale(1.25);
	box-shadow: 0 0 0 4px rgba(0, 87, 255, 0.15);
}

.ob-timeline {
	padding: 1.5rem 0 4rem;
}

.ob-timeline-wrap {
	position: relative;
	padding-left: 3.85rem;
	max-width: 52rem;
}

.ob-spine {
	position: absolute;
	left: 1.15rem;
	top: 1.4rem;
	bottom: 1.4rem;
	width: 6px;
	border-radius: 999px;
	overflow: visible;
}

.ob-spine-track {
	position: absolute;
	inset: 0;
	border-radius: 999px;
	background: linear-gradient(180deg, #e4eaf3 0%, #d2dbe8 50%, #e4eaf3 100%);
	box-shadow:
		inset 0 1px 2px rgba(255, 255, 255, 0.9),
		inset 0 -1px 2px rgba(11, 18, 32, 0.06);
}

.ob-spine-fill {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0%;
	border-radius: 999px;
	background: linear-gradient(
		180deg,
		#1a9b55 0%,
		#3ecf7a 12%,
		#d48806 38%,
		#f0a030 50%,
		var(--blue) 72%,
		#4d8bff 82%,
		#d96b52 100%
	);
	background-size: 100% 220%;
	animation: ob-spine-flow 5s ease-in-out infinite;
	box-shadow:
		0 0 12px rgba(0, 87, 255, 0.35),
		0 0 24px rgba(26, 155, 85, 0.2);
	will-change: height;
}

@keyframes ob-spine-flow {
	0%, 100% { background-position: 0% 0%; }
	50% { background-position: 0% 100%; }
}

.ob-spine-beam {
	position: absolute;
	left: 50%;
	top: 0%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	border-radius: 50%;
	background: radial-gradient(circle, #fff 0%, rgba(255, 255, 255, 0.85) 25%, rgba(0, 87, 255, 0.5) 55%, transparent 72%);
	box-shadow:
		0 0 14px 5px rgba(0, 87, 255, 0.45),
		0 0 28px 8px rgba(77, 139, 255, 0.25);
	transform: translateY(-50%) scale(0.6);
	opacity: 0;
	transition: opacity 0.35s ease, transform 0.35s ease;
	pointer-events: none;
}

.ob-spine-beam.is-live {
	opacity: 1;
	transform: translateY(-50%) scale(1);
	animation: ob-beam-pulse 1.6s ease-in-out infinite;
}

@keyframes ob-beam-pulse {
	0%, 100% { box-shadow: 0 0 14px 5px rgba(0, 87, 255, 0.45), 0 0 28px 8px rgba(77, 139, 255, 0.25); }
	50% { box-shadow: 0 0 20px 8px rgba(0, 87, 255, 0.55), 0 0 36px 12px rgba(77, 139, 255, 0.35); }
}

.ob-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.ob-step {
	position: relative;
	display: grid;
	grid-template-areas:
		"meta"
		"card";
	gap: 0.85rem;
	padding: 0 0 5.5rem;
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.ob-step.is-visible {
	opacity: 1;
	transform: none;
}

.ob-step.is-active .ob-node {
	transform: scale(1.06);
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.95), 0 8px 24px rgba(0, 40, 120, 0.14);
}

.ob-step:last-child {
	padding-bottom: 0.5rem;
}

.ob-rail {
	position: absolute;
	left: -2.62rem;
	top: 0;
	z-index: 4;
	display: flex;
	align-items: center;
	height: 2.85rem;
	pointer-events: none;
}

.ob-rail::before {
	content: "";
	position: absolute;
	right: calc(100% + 0.2rem);
	top: 50%;
	width: 1.5rem;
	height: 2px;
	margin-top: -1px;
	border-radius: 999px;
	background: linear-gradient(90deg, currentColor 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}

.ob-step.is-active .ob-rail::before {
	opacity: 0.85;
	transform: scaleX(1);
}

.ob-node {
	position: relative;
	display: grid;
	place-items: center;
	width: 2.85rem;
	height: 2.85rem;
	border-radius: 50%;
	border: 2px solid currentColor;
	background: #fff;
	color: inherit;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}

.ob-node::after {
	content: "";
	position: absolute;
	inset: -7px;
	border-radius: 50%;
	border: 2px solid currentColor;
	opacity: 0;
	pointer-events: none;
}

.ob-step.is-active .ob-node::after {
	animation: ob-ring-pulse 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

@keyframes ob-ring-pulse {
	0% {
		transform: scale(0.88);
		opacity: 0.55;
	}
	100% {
		transform: scale(1.45);
		opacity: 0;
	}
}

.ob-step.is-visible .ob-node {
	animation: ob-node-pop 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes ob-node-pop {
	0% { transform: scale(0.55); opacity: 0; }
	70% { transform: scale(1.1); }
	100% { transform: scale(1); opacity: 1; }
}

.ob-line {
	display: none;
}

.ob-step-meta {
	grid-area: meta;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	min-height: 2.85rem;
	padding-left: 0.15rem;
}

.ob-step-kicker {
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 1.2;
}

.ob-card {
	grid-area: card;
	position: relative;
	z-index: 1;
	padding: 1.45rem 1.5rem 1.25rem;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(226, 232, 240, 0.95);
	box-shadow: 0 12px 32px rgba(15, 35, 80, 0.07);
	border-top: 4px solid currentColor;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.ob-step.is-active .ob-card {
	box-shadow: 0 20px 44px rgba(15, 35, 80, 0.11);
}

.ob-step.is-visible .ob-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 48px rgba(15, 35, 80, 0.13);
}

.ob-card h2 {
	margin: 0 0 0.55rem;
	font-size: 1.38rem;
	line-height: 1.22;
	letter-spacing: -0.02em;
}

.ob-card > p {
	margin: 0 0 1rem;
	color: var(--muted);
	font-size: 0.96rem;
	line-height: 1.58;
}

.ob-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-bottom: 0.35rem;
}

.ob-pill {
	display: inline-flex;
	align-items: center;
	padding: 0.4rem 0.8rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
	background: color-mix(in srgb, currentColor 11%, #fff);
	color: inherit;
	transition: background 0.25s ease, transform 0.25s ease;
}

a.ob-pill:hover {
	background: color-mix(in srgb, currentColor 20%, #fff);
	transform: translateY(-2px);
}

.ob-drawer {
	margin-top: 0.65rem;
	border-top: 1px solid #e8edf5;
	padding-top: 0.55rem;
}

.ob-drawer-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0.45rem 0;
	border: 0;
	background: none;
	color: var(--muted);
	font: inherit;
	font-size: 0.88rem;
	font-weight: 600;
	cursor: pointer;
	text-align: left;
	transition: color 0.2s ease;
}

.ob-drawer-toggle:hover {
	color: var(--ink);
}

.ob-drawer-chevron {
	width: 0.55rem;
	height: 0.55rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	margin-top: -0.15rem;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ob-card.is-open .ob-drawer-chevron {
	transform: rotate(-135deg);
	margin-top: 0.15rem;
}

.ob-drawer-panel {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}

.ob-card.is-open .ob-drawer-panel {
	max-height: 14rem;
	opacity: 1;
}

.ob-drawer-panel ol {
	margin: 0.35rem 0 0;
	padding: 0 0 0 1.15rem;
	color: var(--muted);
	font-size: 0.9rem;
	line-height: 1.55;
}

.ob-drawer-panel li + li {
	margin-top: 0.35rem;
}

.ob-step--green { color: #1a9b55; }
.ob-step--green.is-active .ob-node { box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.95), 0 0 20px rgba(26, 155, 85, 0.35); }
.ob-step--amber { color: #d48806; }
.ob-step--amber.is-active .ob-node { box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.95), 0 0 20px rgba(212, 136, 6, 0.35); }
.ob-step--blue { color: var(--blue); }
.ob-step--blue.is-active .ob-node { box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.95), 0 0 22px rgba(0, 87, 255, 0.38); }
.ob-step--coral { color: #d96b52; }
.ob-step--coral.is-active .ob-node { box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.95), 0 0 20px rgba(217, 107, 82, 0.35); }

.ob-final {
	padding: 3rem 0 5rem;
}

.ob-final-inner {
	max-width: 38rem;
	padding: 2rem 2.1rem;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(0, 87, 255, 0.08), rgba(255, 255, 255, 0.92));
	border: 1px solid rgba(0, 87, 255, 0.12);
	box-shadow: 0 18px 40px rgba(0, 55, 160, 0.08);
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.ob-final-inner.is-visible {
	opacity: 1;
	transform: none;
}

.ob-final h2 {
	margin: 0 0 0.55rem;
	font-size: clamp(1.55rem, 2.5vw, 2rem);
	letter-spacing: -0.02em;
}

.ob-final p {
	margin: 0 0 1.25rem;
	color: var(--muted);
	line-height: 1.55;
}

.ob-final-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
}

.ob-final-call {
	border-color: rgba(0, 87, 255, 0.28);
	color: var(--blue);
	background: #fff;
}

@media (min-width: 900px) {
	.ob-timeline {
		padding: 2rem 0 5rem;
	}

	.ob-timeline-wrap {
		/* Wide gutter: icon on spine, STEP label / card start >5rem to the right */
		padding-left: 9.75rem;
		max-width: 54rem;
	}

	.ob-spine {
		left: 1.45rem;
		top: 0.35rem;
		bottom: 0.35rem;
	}

	.ob-step {
		gap: 1rem;
		padding-bottom: 5.5rem;
	}

	.ob-step:first-child {
		padding-bottom: 6rem;
	}

	.ob-step:last-child {
		padding-bottom: 0.75rem;
	}

	.ob-rail {
		/* Centers 2.85rem node on spine; leaves ~5.5rem before STEP text */
		left: -9.35rem;
		height: 2.85rem;
	}

	.ob-step-meta {
		min-height: 2.85rem;
		padding-left: 0.35rem;
	}

	.ob-card {
		margin: 0;
		isolation: isolate;
	}

	.ob-card h2 {
		font-size: 1.42rem;
	}
}

@media (max-width: 899px) {
	.ob-hero {
		padding: 3rem 0 1.5rem;
	}

	.ob-hero h1 {
		font-size: clamp(1.85rem, 7.5vw, 2.45rem);
	}

	.ob-lead {
		font-size: 0.95rem;
	}

	/* Keep absolute rail + spine aligned — do not put icon in flow next to text */
	.ob-timeline-wrap {
		padding-left: 4.25rem;
		padding-right: 0;
		overflow: visible;
	}

	.ob-spine {
		left: 1.37rem;
		width: 5px;
		top: 1.1rem;
		bottom: 1.1rem;
	}

	.ob-step {
		display: grid;
		grid-template-areas:
			"meta"
			"card";
		grid-template-columns: minmax(0, 1fr);
		gap: 0.75rem;
		padding-bottom: 2.75rem;
	}

	.ob-rail {
		position: absolute;
		left: -3.55rem;
		top: 0;
		z-index: 4;
		height: 2.35rem;
	}

	.ob-rail::before {
		display: none;
	}

	.ob-step-meta {
		grid-area: meta;
		padding-left: 0.85rem;
		min-width: 0;
		min-height: 2.35rem;
	}

	.ob-step-kicker {
		display: flex;
		align-items: center;
		font-size: 0.7rem;
		letter-spacing: 0.1em;
		line-height: 1.2;
	}

	.ob-node {
		width: 2.35rem;
		height: 2.35rem;
	}

	.ob-step.is-active .ob-node {
		transform: scale(1.04);
	}

	.ob-node::after {
		inset: -5px;
	}

	.ob-node svg {
		width: 1.05rem;
		height: 1.05rem;
	}

	.ob-pills {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 0.45rem;
	}

	.ob-pill {
		font-size: 0.82rem;
	}

	.ob-card {
		padding: 1.15rem 1rem;
	}

	.ob-card h2 {
		font-size: 1.15rem;
	}

	.ob-final-inner {
		padding: 1.5rem 1.25rem;
	}

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

	.ob-final-actions .button {
		width: 100%;
		justify-content: center;
	}
}

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

	.ob-page::before,
	.ob-page::after,
	.ob-step.is-visible .ob-node,
	.ob-spine-fill,
	.ob-spine-beam.is-live,
	.ob-step.is-active .ob-node::after {
		animation: none;
	}

	.ob-hero-inner,
	.ob-step,
	.ob-final-inner {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* —— Global mobile polish (all pages) —— */
@media (max-width: 899px) {
	/*
	 * Do not set overflow-x on html/body — it forces overflow-y to auto and
	 * breaks position:sticky, so the header scrolls away and top-right controls
	 * only work after scrolling back to the top.
	 */
	:root {
		--header-h: 64px;
	}

	body {
		max-width: 100%;
		padding-top: var(--header-h);
	}

	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 300;
		overflow: visible;
	}

	img,
	video,
	iframe,
	svg {
		max-width: 100%;
	}

	.container {
		width: min(var(--container), calc(100% - 1.5rem));
	}

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

	.logo {
		padding: 0.2rem 0.35rem;
		max-width: min(36vw, 132px);
	}

	.logo img {
		height: 26px;
		width: auto;
		max-width: 100%;
	}

	.header-partners {
		gap: 0.25rem;
		margin-left: auto;
		margin-right: 0;
		order: 2;
	}

	.header-actions {
		order: 3;
		margin-left: 0;
		flex-shrink: 0;
	}

	.menu-toggle {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}

	.header-partner {
		width: 64px;
		height: 30px;
		padding: 0.12rem 0.22rem;
		border-radius: 8px;
	}

	.header-partner img {
		width: 100%;
		height: 100%;
	}

	.header-cta.is-secondary {
		padding: 0.4rem 0.65rem;
		font-size: 0.72rem;
	}

	/* Phone — Instant Quote in bar, Book a call in menu; keep partner badges small. */
	@media (max-width: 767px) {
		.site-header .container.header-inner {
			width: min(1400px, calc(100% - 1rem));
			gap: 0.35rem;
		}

		.header-partners {
			display: flex;
			order: 2;
			margin-left: 0;
			margin-right: 0;
			gap: 0.2rem;
			flex-shrink: 1;
			min-width: 0;
		}

		.header-partner {
			width: 48px;
			height: 26px;
			padding: 0.1rem 0.15rem;
		}

		.header-actions {
			order: 3;
			margin-left: auto;
			gap: 0.35rem;
			flex-shrink: 0;
		}

		.header-cta:not(.is-secondary) {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			padding: 0.32rem 0.55rem;
			font-size: 0.58rem;
			font-weight: 700;
			line-height: 1.1;
			max-width: none;
			white-space: nowrap;
			text-align: center;
			background: transparent;
			color: #fff;
			box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.65);
		}

		.header-cta:not(.is-secondary):hover {
			background: rgba(255, 255, 255, 0.12);
			color: #fff;
		}

		.logo {
			max-width: min(32vw, 118px);
		}
	}

	.section-heading {
		text-align: left;
		margin-bottom: 1.5rem;
	}

	.section-heading.services-heading-row,
	.section-heading.process-heading-row {
		text-align: center;
		margin-bottom: 1.25rem;
	}

	.section-heading h2 {
		font-size: clamp(1.55rem, 6.5vw, 2.1rem);
		letter-spacing: -0.03em;
	}

	.section-heading p {
		font-size: 0.95rem;
	}

	/* Hero */
	.hero-overlay {
		background: linear-gradient(
			180deg,
			rgba(8, 16, 32, 0.55) 0%,
			rgba(8, 16, 32, 0.72) 55%,
			rgba(8, 16, 32, 0.88) 100%
		);
	}

	.hero-inner {
		justify-content: flex-start;
		gap: 0.85rem;
		padding: 5.5rem 0 1.25rem;
		min-height: min(88svh, 640px);
	}

	/* Headline + CTAs sit directly above marketplace logo row at bottom of hero. */
	.hero-copy {
		margin-top: auto;
		margin-bottom: 0;
		width: 100%;
	}

	.hero h1 {
		max-width: 14ch;
		font-size: clamp(1.75rem, 7.2vw, 2.25rem);
		margin-bottom: 0.75rem;
	}

	/* Mobile-only: hide hero supporting paragraph. */
	.hero-copy .lede {
		display: none;
	}

	.hero-actions {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		gap: 0.5rem;
		width: 100%;
		max-width: none;
		margin-top: 0;
	}

	.hero-actions .button {
		box-sizing: border-box;
		flex: 1 1 0;
		justify-content: center;
		align-items: center;
		width: auto;
		min-width: 0;
		height: 46px;
		min-height: 46px;
		padding: 0 0.45rem 0 0.65rem;
		font-size: 0.76rem;
		line-height: 1.1;
		gap: 0.3rem;
		text-align: center;
		border-width: 1.5px;
		border-style: solid;
	}

	.hero-actions .button-light {
		border-color: transparent;
	}

	.hero-actions .button .btn-arrow {
		width: 22px;
		height: 22px;
		flex-shrink: 0;
	}

	.hero-actions .button-ghost-light {
		background: rgba(10, 16, 28, 0.55);
		border-color: rgba(255, 255, 255, 0.4);
	}

	/* Equal logo tiles — marks only, same size, aligned. */
	.hero-tab .tab-label,
	.hero-tab .tab-chevron {
		display: none;
	}

	.hero-tabs {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 0.45rem;
		width: 100%;
		margin-top: 0;
		flex-shrink: 0;
		overflow: visible;
		padding-bottom: 0;
	}

	.hero-tab {
		flex: 1 1 0;
		width: auto;
		min-width: 0;
		height: 56px;
		min-height: 56px;
		padding: 0.4rem;
		gap: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.hero-tab .tab-top {
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	.tab-logo {
		height: 28px;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		padding: 0.15rem 0.3rem;
	}

	.tab-logo img {
		height: 16px;
		width: auto;
		max-width: 100%;
	}

	.hero-tab[id="tab-tiktok"] .tab-logo {
		height: 28px;
		padding: 0.1rem 0.25rem;
	}

	.hero-tab[id="tab-tiktok"] .tab-logo img {
		height: 22px;
		max-width: 42px;
	}

	.tab-logo.is-wordmark {
		font-size: 0.68rem;
		padding: 0 0.35rem;
	}

	/* Partner */
	.partner-section {
		padding: 3rem 0 0.75rem;
		text-align: center;
	}

	.partner-title {
		margin: 0 auto 1.35rem;
		max-width: none;
		font-size: clamp(1.7rem, 7vw, 2.35rem);
		text-align: center;
	}

	.partner-pills-dock {
		top: calc(var(--header-h) + 0.35rem);
		padding: 0 0.65rem 0.75rem;
	}

	.partner-pills {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100%;
		max-width: 26rem;
		margin: 0 auto;
		border-radius: 18px;
		gap: 0.4rem;
		padding: 0.4rem;
	}

	.partner-pill {
		flex: 1 1 0;
		min-width: 0;
		width: auto;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0.35rem;
		padding: 0.6rem 0.3rem 0.5rem;
		border-radius: 14px;
		text-align: center;
		font-size: 0.66rem;
		line-height: 1.15;
		box-shadow: none;
	}

	.partner-pill:hover {
		transform: none;
	}

	.partner-pill .pill-icon {
		width: 28px;
		height: 28px;
		border-radius: 8px;
		transform: scale(0.92);
		transform-origin: center;
	}

	.partner-pill .pill-text {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	/* Keep scroll-spy active state readable on compact boxes. */
	.partner-pill.is-active {
		background: var(--blue);
		color: #fff;
	}

	/* Brands / case studies */
	.brands-section {
		padding: 2.75rem 0 2.25rem;
	}

	.brands-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.85rem;
		margin-bottom: 0.75rem;
	}

	.brands-title {
		font-size: clamp(1.35rem, 5.5vw, 1.85rem);
	}

	.brands-all {
		align-self: flex-start;
		padding: 0.55rem 0.95rem;
		font-size: 0.84rem;
	}

	.cs-tabrow {
		gap: 0;
	}

	.brands-arrow {
		display: none;
	}

	.cs-tabs {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: space-between;
		gap: 0.35rem;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		padding-bottom: 0.15rem;
		scrollbar-width: none;
	}

	.cs-tabs::-webkit-scrollbar {
		display: none;
	}

	.cs-tab-item {
		flex: 1 1 0;
		min-width: 0;
		scroll-snap-align: start;
	}

	.cs-tab {
		width: 100%;
		height: 64px;
		min-width: 0;
		padding: 0.45rem 0.35rem 0.55rem;
	}

	.cs-tab-logo {
		max-height: 40px;
		max-width: 100%;
		width: auto;
		margin-inline: auto;
	}

	.cs-panels {
		margin-top: 1.15rem;
	}

	.cs-panel {
		padding: 1.5rem 1.25rem;
		border-radius: 16px;
	}

	.cs-text {
		font-size: 1rem;
		max-width: none;
	}

	.cs-stats {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.15rem 1rem;
		flex-direction: row;
		flex-wrap: nowrap;
		border-left: none;
		padding-left: 0;
		padding-top: 1.35rem;
	}

	.cs-stat strong {
		font-size: clamp(1.45rem, 5vw, 1.85rem);
	}

	/* Services / process */
	.services-section,
	.process-section {
		padding: 2.75rem 0;
	}

	.services-grid {
		display: none;
	}

	.process-grid {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	.service-card,
	.process-card {
		padding: 1.1rem 1rem;
	}

	/* Client success */
	.success-section {
		padding: 3rem 0;
	}

	.success-grid {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.success-copy h2 {
		font-size: clamp(1.7rem, 7vw, 2.25rem);
	}

	.success-copy p {
		font-size: 0.95rem;
	}

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

	.success-actions .button {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.success-media-video,
	.success-photo-stack {
		height: min(420px, 78vw);
	}

	.success-frame figcaption {
		right: 1rem;
		bottom: 1rem;
		left: 1rem;
		text-align: left;
		font-size: 0.84rem;
	}

	/* Map */
	.map-section {
		padding: 2.75rem 0;
	}

	.epc-map {
		min-height: 300px;
		height: 48vh;
		border-radius: 14px;
	}

	.map-banner {
		position: static;
		width: 100%;
		min-width: 0;
		margin: 0 0 0.85rem;
		transform: none;
		left: auto;
		text-align: left;
		padding: 0.75rem 0.9rem;
	}

	.map-onboard-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0.75rem;
		left: 0.75rem;
		z-index: 550;
		padding: 0.55rem 0.9rem;
		border-radius: 999px;
		background: #fff;
		color: var(--ink);
		font-size: 0.78rem;
		font-weight: 700;
		line-height: 1.2;
		text-decoration: none;
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
		max-width: calc(100% - 5.5rem);
		white-space: nowrap;
	}

	.map-onboard-btn:hover {
		text-decoration: none;
		background: #f3f6ff;
	}

	/* Hub detail card — compact chip so the map stays visible on phones. */
	.map-detail {
		grid-template-columns: 1fr;
		left: 50%;
		top: auto;
		right: auto;
		bottom: 0.65rem;
		width: min(17.5rem, calc(100% - 1.75rem));
		max-height: min(42%, 13.5rem);
		transform: translate(-50%, 10px) scale(0.98);
		border-radius: 12px;
		overflow: hidden;
	}

	.map-detail.is-open {
		transform: translate(-50%, 0) scale(1);
	}

	.map-detail-close {
		top: 0.35rem;
		right: 0.35rem;
		width: 24px;
		height: 24px;
		font-size: 1rem;
	}

	.map-detail-photo {
		grid-row: 1;
		min-height: 72px;
		max-height: 72px;
	}

	.map-detail-info {
		gap: 0.3rem;
		padding: 0.55rem 0.7rem 0.65rem;
		border-top: none;
		border-left: 4px solid var(--hub-color);
	}

	.map-detail-market {
		font-size: 0.58rem;
	}

	.map-detail-name {
		font-size: 0.88rem;
	}

	.map-detail-kf b {
		font-size: 0.78rem;
	}

	.map-detail-kf i {
		font-size: 0.55rem;
	}

	.map-detail-row dt {
		font-size: 0.55rem;
	}

	.map-detail-row dd {
		font-size: 0.68rem;
		line-height: 1.25;
	}

	.map-detail-row:nth-child(2),
	.map-detail-row:nth-child(3) {
		display: none;
	}

	/* Trust / testimonials */
	.stories-section {
		padding: 3rem 0;
	}

	.stories-heading {
		text-align: left;
		margin-bottom: 1.5rem;
	}

	.stories-heading h2 {
		font-size: clamp(1.7rem, 7vw, 2.4rem);
		line-height: 1.08;
	}

	.stories-grid {
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}

	.stories-grid--videos {
		grid-template-columns: 1fr;
	}

	.stories-grid--videos .story-media.is-tall {
		aspect-ratio: 3 / 4;
		min-height: 0;
		max-height: 520px;
	}

	.story-media.is-tall,
	.story-media.is-square,
	.story-card.is-wide {
		grid-column: auto;
		grid-row: auto;
		min-height: 260px;
	}

	.story-card {
		padding: 1.15rem 1.1rem;
	}

	/* Brand fit */
	.fit-section {
		padding: 2.75rem 0 3rem;
	}

	.fit-head {
		text-align: left;
		margin-bottom: 1.35rem;
	}

	.fit-cards {
		grid-template-columns: 1fr;
		gap: 0.9rem;
		margin-bottom: 1.5rem;
	}

	.fit-card-body h3 {
		font-size: 1rem;
	}

	/* CTA */
	.cta-section {
		padding: 2.5rem 0;
	}

	.cta-inner {
		grid-template-columns: 1fr;
		gap: 1.25rem;
		text-align: left;
	}

	.cta-actions {
		justify-content: stretch;
		flex-direction: column;
	}

	.cta-actions .button {
		width: 100%;
		justify-content: center;
	}

	/* Footer */
	.site-footer {
		padding: 2.5rem 0 1.5rem;
	}

	.footer-top-actions {
		width: 100%;
		align-items: stretch;
	}

	.footer-cta {
		width: 100%;
		justify-content: center;
	}

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

	.footer-heading {
		font-size: 0.85rem;
	}

	.footer-menu a {
		font-size: 0.9rem;
	}

	/* Mega menus inside mobile drawer */
	.mega-company,
	.mega-stories,
	.mega-what,
	.mega-blogs {
		background: rgba(0, 0, 0, 0.12);
		border-radius: 14px;
	}

	.co-card {
		background: #fff !important;
		color: var(--ink);
	}

	.st-card,
	.blog-card {
		aspect-ratio: 1 / 1;
		border-radius: 12px;
	}

	.blog-card--all {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		grid-template-columns: none !important;
		background: rgba(255, 255, 255, 0.16) !important;
		border: 1.5px solid rgba(255, 255, 255, 0.5);
	}

	.blog-all-inner {
		position: static !important;
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0.55rem;
		text-align: center;
		background: none;
	}

	.blog-card--all .blog-more {
		margin: 0;
		color: #fff;
	}

	.stories-mega-cards,
	.blogs-cards {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem;
	}

	.stories-mega-intro strong {
		color: #fff;
		font-size: 1rem;
	}

	.stories-mega-cta {
		width: 100%;
		justify-content: center;
	}

	/* Blog */
	.blog-main {
		padding: 1.5rem 0 2.75rem;
	}

	.blog-hero {
		margin-bottom: 1.1rem;
	}

	.blog-hero h1 {
		font-size: clamp(1.7rem, 7vw, 2.15rem);
	}

	.blog-hero-lead {
		font-size: 0.9rem;
		margin-bottom: 0.85rem;
	}

	.blog-toolbar {
		flex-direction: column;
		align-items: stretch;
	}

	.blog-category,
	.blog-search {
		width: 100%;
		max-width: none;
		flex: none;
	}

	.blog-item:not(.is-featured) .blog-item-reveal {
		max-height: none !important;
		opacity: 1 !important;
		margin-top: 0 !important;
		overflow: visible !important;
	}

	.blog-item-body h2 {
		font-size: 0.9rem;
	}

	/* Onboarding */
	.ob-timeline {
		padding: 1rem 0 3rem;
	}

	.ob-final {
		padding: 2rem 0 3.5rem;
	}

	/* Pricing */
	.pricing-hero {
		padding: 3.25rem 0 2rem;
	}

	.pricing-hero h1 {
		font-size: clamp(1.9rem, 8vw, 2.8rem);
	}

	.highlights-grid {
		grid-template-columns: 1fr 1fr;
		gap: 0.75rem;
	}

	.highlights-grid strong {
		font-size: 1.35rem;
	}

	.pricing-filters {
		flex-wrap: wrap;
		gap: 0.45rem;
	}

	/* Services page */
	.svc-hero {
		padding: 3rem 0 2rem;
		text-align: left;
	}

	.svc-hero h1 {
		margin-left: 0;
		margin-right: 0;
		font-size: clamp(1.85rem, 7.5vw, 2.6rem);
	}

	.svc-hero .lead {
		margin-left: 0;
		margin-right: 0;
	}

	.svc-hero-actions {
		justify-content: flex-start;
	}

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

	/* Popup */
	.epc-popup {
		padding: 0.85rem;
		align-items: center;
		justify-content: center;
		z-index: 400;
	}

	.epc-popup-card {
		grid-template-columns: 1fr;
		width: min(22.5rem, calc(100vw - 1.75rem));
		max-width: calc(100vw - 1.75rem);
		max-height: min(82dvh, 36rem);
		border-radius: 20px;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.epc-popup-visual {
		min-height: auto;
		padding: 2.6rem 3rem 0.85rem 1rem;
	}

	.epc-popup-kicker {
		font-size: 0.62rem;
	}

	.epc-popup-visual-title {
		margin-bottom: 0.75rem;
		font-size: 1.05rem;
	}

	.epc-popup-lanes span {
		font-size: 0.68rem;
		padding: 0.28rem 0.55rem;
	}

	.epc-popup-cartons {
		min-height: 72px;
		margin-top: 0.75rem;
	}

	.epc-popup-cartons > img {
		min-height: 72px;
		max-width: 100%;
	}

	.epc-popup-copy {
		padding: 1.15rem 3rem 1.15rem 1rem;
		min-width: 0;
	}

	.epc-popup-copy h2 {
		margin-bottom: 0.5rem;
		font-size: clamp(1.05rem, 4.5vw, 1.2rem);
		overflow-wrap: anywhere;
	}

	.epc-popup-copy p {
		margin-bottom: 0.85rem;
		font-size: 0.88rem;
		line-height: 1.45;
	}

	.epc-popup-close {
		top: 0.55rem;
		right: 0.55rem;
		width: 32px;
		height: 32px;
		font-size: 1.2rem;
	}

	.epc-popup-actions {
		flex-direction: column;
		align-items: stretch;
		gap: 0.5rem;
	}

	.epc-popup-actions .button {
		width: 100%;
		max-width: 100%;
		justify-content: center;
		padding: 0.55rem 0.85rem;
		font-size: 0.88rem;
		box-sizing: border-box;
		white-space: normal;
		text-align: center;
	}
}

@media (max-width: 640px) {
	.container {
		width: min(var(--container), calc(100% - 1.25rem));
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 1.35rem;
	}

	.highlights-grid,
	.rate-grid {
		grid-template-columns: 1fr;
	}

	.map-hubs {
		margin: 0 -0.25rem;
		padding-bottom: 0.35rem;
	}

	.logo-slider-btn {
		display: none;
	}

	.success-photo-stack {
		height: min(380px, 92vw);
	}
}

@media (max-width: 380px) {
	.hero h1,
	.partner-title,
	.stories-heading h2,
	.success-copy h2,
	.ob-hero h1,
	.blog-hero h1 {
		font-size: 1.65rem;
	}

	.button {
		font-size: 0.9rem;
	}
}

/* �� Warehouse journey (/receiving/) �� */
.wj-page {
	--wj-bg: #fafaf9;
	--wj-ink: #151b2e;
	--wj-ink-soft: #5b6472;
	--wj-line-mid: #9aa1ac;
	--wj-line-soft: #d8dbe1;
	--wj-floor: #f1f2f4;
	--wj-accent: #3457e0;
	--wj-accent-soft: #e7edfc;
	--wj-accent-mid: #d2defa;
	background: var(--wj-bg);
	color: var(--wj-ink);
}

.wj-intro {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	color: #fff;
	background: #0b1220;
	min-height: min(72vh, 620px);
	display: flex;
	align-items: flex-end;
}

.wj-intro-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.wj-intro-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wj-intro-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(7, 16, 32, 0.55) 0%, rgba(7, 16, 32, 0.62) 40%, rgba(7, 16, 32, 0.88) 100%),
		linear-gradient(90deg, rgba(0, 87, 255, 0.2), transparent 60%);
}

.wj-intro-inner {
	position: relative;
	z-index: 1;
	width: min(1200px, calc(100% - 2.5rem));
	margin: 0 auto;
	padding: 5.5rem 0 3rem;
}

.wj-eyebrow {
	font-family: "IBM Plex Mono", ui-monospace, monospace;
	font-size: 12.5px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #9ec0ff;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
}

.wj-eyebrow::before {
	content: "";
	width: 20px;
	height: 1px;
	background: #9ec0ff;
}

.wj-intro h1 {
	font-family: "Space Grotesk", var(--font);
	font-weight: 600;
	font-size: clamp(32px, 4.2vw, 50px);
	line-height: 1.1;
	margin: 0 0 16px;
	letter-spacing: -0.01em;
	max-width: 780px;
	color: #fff;
}

.wj-lede {
	font-size: 17px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.82);
	max-width: 560px;
	margin: 0;
}

.wj-scroll-hint {
	font-family: "IBM Plex Mono", ui-monospace, monospace;
	font-size: 11.5px;
	color: rgba(255, 255, 255, 0.72);
	letter-spacing: 0.06em;
	margin: 28px 0 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.wj-scroll-hint svg {
	width: 14px;
	height: 14px;
	animation: wj-bob 1.6s ease-in-out infinite;
}

@keyframes wj-bob {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(4px); }
}

.wj-pin-wrapper {
	position: relative;
	/* height grows via GSAP pin-spacer — do not clip */
	overflow: visible;
}

.wj-pin-wrapper.is-gsap {
	/* Keep horizontal track locked while pinned */
}

.wj-pin-sticky {
	position: relative;
	width: 100%;
	height: calc(100vh - var(--header-h));
	min-height: 520px;
	overflow: hidden;
	background:
		radial-gradient(ellipse at 20% 30%, rgba(52, 87, 224, 0.06), transparent 50%),
		radial-gradient(ellipse at 80% 70%, rgba(52, 87, 224, 0.05), transparent 45%),
		var(--wj-bg);
}

.wj-pin-wrapper.is-gsap .wj-track {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	width: max-content !important;
	height: 100%;
	will-change: transform;
	position: relative;
	z-index: 2;
}

.wj-pin-wrapper.is-gsap .wj-scene {
	flex: 0 0 100vw !important;
	width: 100vw !important;
	min-width: 100vw !important;
	max-width: 100vw !important;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 32px 96px;
	box-sizing: border-box;
}

.wj-ambient {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 1;
	overflow: hidden;
}

.wj-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(40px);
	opacity: 0.45;
}

.wj-orb-a {
	width: 220px;
	height: 220px;
	left: 8%;
	top: 18%;
	background: rgba(52, 87, 224, 0.18);
	animation: wj-drift 9s ease-in-out infinite alternate;
}

.wj-orb-b {
	width: 280px;
	height: 280px;
	right: 6%;
	bottom: 12%;
	background: rgba(52, 87, 224, 0.12);
	animation: wj-drift 11s ease-in-out infinite alternate-reverse;
}

@keyframes wj-drift {
	from { transform: translate(0, 0); }
	to { transform: translate(24px, -18px); }
}

.wj-rail-hud {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 48px;
	z-index: 5;
	pointer-events: none;
}

.wj-rail-hud-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 32px;
	display: flex;
	align-items: center;
	gap: 16px;
}

.wj-dots {
	pointer-events: auto;
}

.wj-counter {
	font-family: "IBM Plex Mono", ui-monospace, monospace;
	font-size: 12px;
	color: var(--wj-ink-soft);
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.wj-counter b {
	color: var(--wj-ink);
}

.wj-rail-track {
	position: relative;
	flex: 1;
	height: 2px;
	background-image: linear-gradient(to right, var(--wj-line-soft) 0 8px, transparent 8px 14px);
	background-size: 14px 2px;
	background-repeat: repeat-x;
}

.wj-rail-fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 0%;
	background: var(--wj-accent);
	box-shadow: 0 0 12px rgba(52, 87, 224, 0.45);
}

.wj-dots {
	display: flex;
	gap: 10px;
	align-items: center;
}

.wj-dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--wj-line-soft);
	cursor: pointer;
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.wj-dot:hover,
.wj-dot:focus-visible {
	background: var(--wj-accent);
	outline: none;
	box-shadow: 0 0 0 4px rgba(52, 87, 224, 0.18);
}

.wj-dot.is-active {
	background: var(--wj-accent);
	transform: scale(1.35);
	box-shadow: 0 0 0 4px rgba(52, 87, 224, 0.2);
}

.wj-track {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: max-content;
	height: 100%;
	will-change: transform;
	position: relative;
	z-index: 2;
}

.wj-scene {
	flex: 0 0 100vw;
	width: 100vw;
	min-width: 100vw;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 32px 96px;
	scroll-margin-top: 100px;
	box-sizing: border-box;
}

/* Static / reduced-motion fallback: stack vertically */
.wj-pin-wrapper.is-static .wj-pin-sticky {
	height: auto;
	min-height: 0;
	overflow: visible;
}

.wj-pin-wrapper.is-static .wj-rail-hud {
	display: none;
}

.wj-pin-wrapper.is-static .wj-ambient {
	display: none;
}

.wj-pin-wrapper.is-static .wj-track {
	flex-direction: column;
	width: 100%;
	height: auto;
	transform: none !important;
}

.wj-pin-wrapper.is-static .wj-scene {
	width: 100%;
	flex: none;
	height: auto;
	padding: 56px 24px;
	opacity: 1 !important;
	transform: none !important;
}

.wj-scene-inner {
	max-width: 960px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.wj-scene-tag {
	font-family: "IBM Plex Mono", ui-monospace, monospace;
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wj-line-mid);
	margin: 0;
	transition: color 0.4s ease;
}

.wj-scene.is-active .wj-scene-tag {
	color: var(--wj-accent);
}

.wj-scene-art {
	width: min(560px, 78vw);
	height: auto;
	margin: 6px 0 4px;
}

.wj-scene-title {
	font-family: "Space Grotesk", var(--font);
	font-weight: 600;
	font-size: clamp(20px, 2.4vw, 28px);
	margin: 0;
	text-align: center;
}

.wj-scene-desc {
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--wj-ink-soft);
	text-align: center;
	max-width: 440px;
	margin: 0;
}

.wj-iso-top {
	fill: #fff;
	stroke: var(--wj-line-mid);
	stroke-width: 1.6;
	stroke-linejoin: round;
	transition: fill 0.4s ease, stroke 0.4s ease;
}

.wj-iso-left {
	fill: #eef0f3;
	stroke: var(--wj-line-mid);
	stroke-width: 1.6;
	stroke-linejoin: round;
	transition: fill 0.4s ease, stroke 0.4s ease;
}

.wj-iso-right {
	fill: #e2e5ea;
	stroke: var(--wj-line-mid);
	stroke-width: 1.6;
	stroke-linejoin: round;
	transition: fill 0.4s ease, stroke 0.4s ease;
}

.wj-scene.is-active .wj-iso-top {
	fill: #f6f9ff;
	stroke: var(--wj-accent);
}

.wj-scene.is-active .wj-iso-left {
	fill: var(--wj-accent-soft);
	stroke: var(--wj-accent);
}

.wj-scene.is-active .wj-iso-right {
	fill: var(--wj-accent-mid);
	stroke: var(--wj-accent);
}

.wj-floor-plane {
	fill: var(--wj-floor);
	stroke: var(--wj-line-soft);
	stroke-width: 1.4;
}

.wj-accent-line {
	stroke: var(--wj-line-mid);
	stroke-width: 2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: stroke 0.4s ease;
}

.wj-scene.is-active .wj-accent-line {
	stroke: var(--wj-accent);
}

.wj-accent-fill {
	fill: var(--wj-line-mid);
	transition: fill 0.4s ease;
}

.wj-scene.is-active .wj-accent-fill {
	fill: var(--wj-accent);
}

.wj-accent-dash {
	stroke: var(--wj-line-mid);
	stroke-width: 1.8;
	fill: none;
	stroke-dasharray: 4 5;
	stroke-linecap: round;
	transition: stroke 0.4s ease;
}

.wj-scene.is-active .wj-accent-dash {
	stroke: var(--wj-accent);
}

.wj-cta {
	padding: 3.5rem 0 4.5rem;
	background: #fff;
	border-top: 1px solid var(--wj-line-soft);
}

.wj-cta-inner {
	max-width: 40rem;
	margin-inline: auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wj-cta-inner h2 {
	margin: 0 0 0.65rem;
	font-family: "Space Grotesk", var(--font);
	font-size: clamp(1.5rem, 3vw, 2rem);
	letter-spacing: -0.02em;
}

.wj-cta-inner p {
	margin: 0 auto 1.35rem;
	max-width: 34rem;
	color: var(--wj-ink-soft);
}

.wj-cta-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	width: 100%;
	max-width: 32rem;
	margin-inline: auto;
}

.wj-cta-actions .button {
	width: 100%;
	min-height: 3rem;
	justify-content: center;
	padding: 0.75rem 1rem;
	box-sizing: border-box;
}

.wj-cta-actions .button-ghost {
	border-color: rgba(0, 87, 255, 0.28);
	color: var(--blue);
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0, 87, 255, 0.28);
}

.wj-cta-actions .button-ghost:hover {
	background: rgba(0, 87, 255, 0.06);
	border-color: var(--blue);
}

@media (max-width: 880px) {
	.wj-intro {
		min-height: min(64vh, 520px);
	}

	.wj-intro-inner {
		padding: 4.25rem 0 2.25rem;
		width: min(1200px, calc(100% - 1.5rem));
	}

	.wj-scene-art {
		width: min(320px, 82vw);
	}

	.wj-cta-actions {
		grid-template-columns: 1fr;
		max-width: 18rem;
	}

	.wj-cta-actions .button {
		width: 100%;
		min-width: 0;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wj-scroll-hint svg,
	.wj-orb-a,
	.wj-orb-b {
		animation: none;
	}

	.wj-pin-wrapper.is-static .wj-scene {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* —— Our Story page —— */
.os-page {
	background: #fff;
	color: var(--ink);
	font-family: var(--font);
	overflow-x: hidden;
}

.os-page .eyebrow {
	font-size: clamp(0.78rem, 0.2vw + 0.72rem, 0.88rem);
}

.os-intro {
	padding: 4rem 0 1.5rem;
	background: #f4f6f9;
}

.os-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
	gap: 2rem 4rem;
	align-items: center;
}

.os-intro-copy .eyebrow {
	margin: 0 0 0.85rem;
}

.os-intro-copy h1 {
	margin: 0;
	font-size: clamp(1.85rem, 3.4vw, 2.75rem);
	line-height: 1.18;
	letter-spacing: -0.03em;
	font-weight: 600;
}

.os-intro-copy h1 strong {
	display: block;
	margin-top: 0.5rem;
	font-weight: 700;
}

.os-intro-copy h1 .os-intro-accent {
	color: var(--blue);
}

.os-intro-aside p {
	margin: 0;
	padding-top: 0;
	color: var(--muted);
	font-size: clamp(1.02rem, 0.35vw + 0.92rem, 1.12rem);
	line-height: 1.7;
	max-width: 30rem;
}

.os-values {
	padding: 0 0 4rem;
	background: #f4f6f9;
}

.os-values-box {
	padding: 2rem 2.25rem 2.35rem;
	border: 1px solid #dbe3ef;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 36px rgba(11, 18, 32, 0.05);
}

.os-values-kicker {
	margin: 0 0 1.35rem;
	color: var(--blue);
	font-size: clamp(0.78rem, 0.2vw + 0.72rem, 0.88rem);
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.os-values-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem 2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.os-values-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	padding-right: 1.75rem;
	color: var(--muted);
	font-size: clamp(0.98rem, 0.25vw + 0.9rem, 1.06rem);
	line-height: 1.6;
}

.os-values-list li:not(:last-child) {
	border-right: 1px solid var(--line);
}

.os-values-list strong {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--ink);
	font-size: clamp(1.05rem, 0.25vw + 0.95rem, 1.12rem);
	font-weight: 700;
	line-height: 1.3;
}

.os-values-check {
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	margin-top: 0.1rem;
	border-radius: 50%;
	background: rgba(0, 87, 255, 0.1);
	position: relative;
}

.os-values-check::after {
	content: "";
	position: absolute;
	left: 8px;
	top: 6px;
	width: 5px;
	height: 9px;
	border-right: 2px solid var(--blue);
	border-bottom: 2px solid var(--blue);
	transform: rotate(45deg);
}

.os-mission {
	position: relative;
	padding: 6rem 0;
	color: #fff;
	overflow: hidden;
	min-height: 100vh;
	display: flex;
	align-items: stretch;
}

.os-mission-bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(6, 16, 24, 0.9) 0%, rgba(6, 16, 24, 0.72) 48%, rgba(6, 16, 24, 0.88) 100%),
		url("assets/images/os-mission-map.png") center 35% / cover no-repeat;
}

.os-mission-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.35;
	background:
		radial-gradient(circle at 20% 35%, rgba(0, 87, 255, 0.28), transparent 42%),
		radial-gradient(circle at 80% 70%, rgba(0, 87, 255, 0.18), transparent 38%);
	pointer-events: none;
}

.os-mission-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
	gap: 3rem;
	width: min(1180px, calc(100% - 2rem));
	min-height: calc(100vh - 12rem);
	margin-inline: auto;
	align-content: space-between;
}

.os-mission-block {
	max-width: 30rem;
}

.os-mission-block--mission {
	grid-column: 1;
	grid-row: 1;
	align-self: start;
	justify-self: start;
	text-align: left;
}

.os-mission-block--vision {
	grid-column: 2;
	grid-row: 2;
	align-self: end;
	justify-self: end;
	text-align: right;
}

.os-mission-block[data-os-reveal] {
	opacity: 0;
	transform: translateX(var(--os-reveal-x, -3.5rem));
	transition:
		opacity 0.75s ease,
		transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.os-mission-block[data-os-reveal="right"] {
	--os-reveal-x: 3.5rem;
}

.os-mission-block.is-revealed {
	opacity: 1;
	transform: translateX(0);
}

.os-mission-label-row {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-bottom: 1rem;
}

.os-mission-block--vision .os-mission-label-row {
	flex-direction: row-reverse;
}

.os-mission-label {
	margin: 0;
	font-size: clamp(0.85rem, 0.25vw + 0.78rem, 0.95rem);
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff;
}

.os-mission-line {
	position: relative;
	flex: 0 1 7rem;
	height: 2px;
	background: linear-gradient(90deg, var(--blue), rgba(0, 87, 255, 0.15));
}

.os-mission-block--vision .os-mission-line {
	background: linear-gradient(270deg, var(--blue), rgba(0, 87, 255, 0.15));
}

.os-mission-line::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--blue);
	box-shadow: 0 0 0 4px rgba(0, 87, 255, 0.18);
	transform: translateY(-50%);
}

.os-mission-block--vision .os-mission-line::after {
	right: auto;
	left: 0;
}

.os-mission-text {
	margin: 0;
	font-size: clamp(1.1rem, 1.5vw + 0.7rem, 1.28rem);
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
}

@media (prefers-reduced-motion: reduce) {
	.os-mission-block[data-os-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.os-timeline {
	padding: 4.5rem 0 3.75rem;
	background:
		linear-gradient(180deg, #fff 0%, #f4f8ff 42%, #fff 100%);
}

.os-timeline-head {
	max-width: 40rem;
	margin: 0 auto 2.75rem;
	text-align: center;
}

.os-timeline-head .eyebrow {
	margin-bottom: 0.55rem;
}

.os-timeline-head h2 {
	margin: 0 0 0.65rem;
	font-size: clamp(1.95rem, 3.8vw, 2.65rem);
	letter-spacing: -0.03em;
}

.os-timeline-head p {
	margin: 0 auto;
	max-width: 36rem;
	color: var(--muted);
	font-size: clamp(1.02rem, 0.3vw + 0.92rem, 1.1rem);
	line-height: 1.6;
}

.os-timeline-shell {
	position: relative;
	padding: 0.5rem 0 0.25rem;
}

.os-timeline-rail {
	display: none;
}

.os-timeline-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem 0.85rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.os-timeline-item {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	min-width: 0;
}

.os-timeline-meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.65rem;
	text-align: center;
}

.os-timeline-year {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 4.25rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(0, 87, 255, 0.18);
	color: var(--blue);
	font-size: clamp(0.88rem, 0.2vw + 0.8rem, 0.95rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	box-shadow: 0 8px 20px rgba(0, 87, 255, 0.08);
}

.os-timeline-node {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--blue);
	color: #fff;
	font-size: clamp(0.78rem, 0.15vw + 0.72rem, 0.85rem);
	font-weight: 800;
	box-shadow: 0 0 0 7px rgba(0, 87, 255, 0.12);
}

.os-timeline-card {
	flex: 1;
	height: 100%;
	padding: 1.15rem 1rem 1.2rem;
	border: 1px solid #e2e8f0;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(11, 18, 32, 0.06);
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.os-timeline-item:hover .os-timeline-card {
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(11, 18, 32, 0.1);
}

.os-timeline-card h3 {
	margin: 0 0 0.55rem;
	font-size: clamp(1.05rem, 0.3vw + 0.95rem, 1.12rem);
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.os-timeline-card p {
	margin: 0;
	color: var(--muted);
	font-size: clamp(0.92rem, 0.25vw + 0.84rem, 1rem);
	line-height: 1.55;
}

.os-gallery {
	padding: 0 0 4rem;
	background: #fff;
	overflow: hidden;
}

.os-gallery-head {
	margin-bottom: 1.5rem;
	text-align: center;
}

.os-gallery-head h2 {
	margin: 0 0 0.45rem;
	font-size: clamp(1.65rem, 3vw, 2.15rem);
}

.os-gallery-head p {
	margin: 0;
	color: var(--muted);
	font-size: clamp(0.98rem, 0.25vw + 0.9rem, 1.06rem);
}

.os-gallery-viewport {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: grab;
}

.os-gallery-viewport.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

.os-gallery-viewport::-webkit-scrollbar {
	display: none;
}

.os-gallery-track {
	display: flex;
	align-items: stretch;
	gap: 0.85rem;
	width: max-content;
	margin: 0;
	padding: 0.25rem 1rem 0.5rem;
	list-style: none;
}

.os-gallery-slide {
	flex: 0 0 auto;
	width: min(340px, 78vw);
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
	border-radius: 18px;
	background: #0b1220;
	box-shadow: 0 14px 34px rgba(11, 18, 32, 0.12);
}

.os-gallery-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
}

.os-cta {
	padding: 0 0 4.5rem;
}

.os-cta-inner {
	padding: 2rem 1.5rem;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(0, 87, 255, 0.06), rgba(0, 87, 255, 0.02));
	border: 1px solid rgba(0, 87, 255, 0.12);
	text-align: center;
}

.os-cta-inner h2 {
	margin: 0 auto 1rem;
	max-width: 20ch;
	font-size: clamp(1.55rem, 3vw, 2rem);
}

.os-cta-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

.os-cta-actions .button-ghost {
	border-color: rgba(0, 87, 255, 0.28);
	color: var(--blue);
	background: #fff;
}

.os-cta-actions .button-ghost:hover {
	background: rgba(0, 87, 255, 0.06);
	border-color: var(--blue);
}

@media (max-width: 1100px) {
	.os-timeline-list {
		display: flex;
		gap: 0.85rem;
		width: 100%;
		overflow-x: auto;
		padding: 0 0 0.75rem;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
	}

	.os-timeline-item {
		flex: 0 0 min(260px, 82vw);
		scroll-snap-align: start;
	}

	.os-timeline-card h3 {
		font-size: clamp(1.02rem, 2.5vw, 1.1rem);
	}

	.os-timeline-card p {
		font-size: clamp(0.92rem, 2.2vw, 0.98rem);
	}
}

@media (max-width: 900px) {
	.os-intro {
		padding: 3rem 0 1.25rem;
	}

	.os-intro-grid,
	.os-values-list {
		grid-template-columns: 1fr;
	}

	.os-intro-grid {
		gap: 1.35rem;
		align-items: start;
	}

	.os-intro-copy h1 {
		font-size: clamp(1.55rem, 6vw, 2.1rem);
		line-height: 1.22;
	}

	.os-intro-aside p {
		max-width: none;
		font-size: clamp(0.98rem, 2.5vw, 1.06rem);
		line-height: 1.65;
	}

	.os-values {
		padding-bottom: 3rem;
	}

	.os-values-box {
		padding: 1.5rem 1.25rem 1.6rem;
		border-radius: 16px;
	}

	.os-values-list {
		gap: 0;
	}

	.os-values-list li {
		padding: 0 0 1.25rem;
	}

	.os-values-list li:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid var(--line);
		margin-bottom: 1.25rem;
	}

	.os-values-list li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.os-mission {
		min-height: auto;
		padding: 3.5rem 0;
	}

	.os-mission-inner {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		min-height: 0;
		gap: 3.5rem;
		width: min(1180px, calc(100% - 1.5rem));
	}

	.os-mission-block {
		max-width: none;
	}

	.os-mission-block--mission,
	.os-mission-block--vision {
		grid-column: 1;
		grid-row: auto;
		justify-self: stretch;
		text-align: left;
	}

	.os-mission-block[data-os-reveal] {
		--os-reveal-x: 0;
		transform: translateY(1.75rem);
	}

	.os-mission-block[data-os-reveal="right"] {
		transform: translateY(1.75rem);
	}

	.os-mission-block.is-revealed {
		transform: translateY(0);
	}

	/* Match Mission: label first, then line (DOM is line → label; reverse on mobile) */
	.os-mission-block--vision .os-mission-label-row {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}

	.os-mission-block--vision .os-mission-line {
		background: linear-gradient(90deg, var(--blue), rgba(0, 87, 255, 0.15));
	}

	.os-mission-block--vision .os-mission-line::after {
		right: 0;
		left: auto;
	}

	.os-mission-text {
		font-size: clamp(1.05rem, 3vw, 1.15rem);
		line-height: 1.65;
	}

	.os-timeline {
		padding: 3.25rem 0 2.75rem;
	}

	.os-timeline-head {
		margin-bottom: 2rem;
		padding-inline: 0.25rem;
	}

	.os-timeline-head h2 {
		font-size: clamp(1.55rem, 5.5vw, 2rem);
	}

	.os-timeline-head p {
		font-size: clamp(0.98rem, 2.5vw, 1.05rem);
	}

	.os-gallery {
		padding-bottom: 3rem;
	}

	.os-gallery-head {
		margin-bottom: 1.15rem;
		padding-inline: 1rem;
	}

	.os-gallery-head h2 {
		font-size: clamp(1.4rem, 5vw, 1.75rem);
	}

	.os-gallery-track {
		padding-inline: 1rem;
		gap: 0.75rem;
	}

	.os-gallery-slide {
		width: min(300px, 84vw);
		border-radius: 14px;
	}

	.os-cta {
		padding-bottom: 3rem;
	}

	.os-cta-inner {
		padding: 1.65rem 1.15rem;
		border-radius: 16px;
	}

	.os-cta-inner h2 {
		max-width: none;
		font-size: clamp(1.35rem, 5vw, 1.75rem);
	}

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

	.os-cta-actions .button {
		justify-content: center;
		width: 100%;
	}
}

@media (max-width: 560px) {
	.os-intro {
		padding: 2.25rem 0 1rem;
	}

	.os-intro-copy .eyebrow {
		margin-bottom: 0.65rem;
	}

	.os-intro-copy h1 strong {
		margin-top: 0.4rem;
	}

	.os-values-box {
		padding: 1.25rem 1rem 1.35rem;
	}

	.os-mission {
		padding: 2.75rem 0;
	}

	.os-mission-inner {
		gap: 2.75rem;
		width: min(1180px, calc(100% - 1.25rem));
	}

	.os-mission-line {
		flex-basis: 4.5rem;
	}

	/* Keep horizontal L→R slide on small phones (same pattern as MD timeline) */
	.os-timeline-shell {
		overflow: visible;
	}

	.os-timeline-list {
		display: flex;
		gap: 0.85rem;
		width: 100%;
		overflow-x: auto;
		padding: 0 0 0.75rem;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
	}

	.os-timeline-item {
		flex: 0 0 min(260px, 82vw);
		scroll-snap-align: start;
	}

	.os-timeline-meta {
		flex-direction: row;
		justify-content: flex-start;
		gap: 0.75rem;
	}

	.os-timeline-card {
		padding: 1rem 0.95rem 1.05rem;
		border-radius: 14px;
	}

	.os-gallery-slide {
		width: min(280px, 88vw);
	}

	.os-cta-inner {
		padding: 1.35rem 1rem;
	}
}

/* —— Managing Director profile page —— */
body.page-managing-director {
	--md-ink: var(--ink);
	--md-navy: #061018;
	--md-muted: var(--muted);
	--md-cream: var(--bg);
	--md-warm: #fff;
	--md-line: var(--line);
	--md-serif: var(--font);
	background: var(--bg);
	color: var(--ink);
}

.md-kicker {
	margin: 0 0 0.85rem;
	font-size: clamp(0.78rem, 0.2vw + 0.72rem, 0.88rem);
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--md-muted);
}

.md-hero {
	background: var(--md-cream);
	padding: 2.5rem 0 3rem;
}

.md-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	gap: 2rem 3rem;
	align-items: center;
	width: min(1180px, calc(100% - 2rem));
	margin-inline: auto;
}

.md-hero-copy h1 {
	margin: 0 0 1rem;
	font-family: var(--font);
	font-size: clamp(2rem, 4.2vw, 3.15rem);
	line-height: 1.12;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--md-ink);
}

.md-lead {
	margin: 0 0 1.5rem;
	max-width: 34rem;
	color: var(--md-muted);
	font-size: clamp(1.05rem, 0.35vw + 0.95rem, 1.15rem);
	line-height: 1.65;
}

.md-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.md-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.78rem 1.45rem;
	border-radius: 999px;
	font-size: clamp(0.78rem, 0.15vw + 0.72rem, 0.86rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid transparent;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.md-btn:hover {
	text-decoration: none;
}

.md-btn-solid {
	background: var(--blue);
	color: #fff;
}

.md-btn-solid:hover {
	background: var(--blue-dark);
	color: #fff;
}

.md-btn-outline {
	background: transparent;
	color: var(--md-ink);
	border-color: rgba(18, 24, 32, 0.22);
}

.md-btn-outline:hover {
	border-color: var(--md-ink);
}

.md-btn-outline--dark {
	color: var(--md-ink);
	border-color: rgba(18, 24, 32, 0.28);
}

.md-hero-photo {
	margin: 0;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(15, 23, 36, 0.14);
}

.md-hero-video-wrap {
	height: 100%;
	min-height: 420px;
}

.md-hero-photo img,
.md-hero-video-wrap video,
.md-hero-video {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	object-position: center center;
}

.md-about {
	padding: 4rem 0;
	background: var(--md-warm);
}

.md-about-grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
	gap: 2.5rem 3.5rem;
	align-items: center;
	width: min(1180px, calc(100% - 2rem));
	margin-inline: auto;
}

.md-about-photo {
	margin: 0;
	overflow: hidden;
	border-radius: 2px;
}

.md-about-photo img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.md-about-copy h2 {
	margin: 0 0 1rem;
	font-family: var(--font);
	font-size: clamp(1.85rem, 3.5vw, 2.55rem);
	line-height: 1.15;
	font-weight: 600;
}

.md-about-copy p {
	margin: 0 0 1rem;
	color: var(--md-muted);
	font-size: clamp(1.02rem, 0.3vw + 0.92rem, 1.1rem);
	line-height: 1.7;
	max-width: 34rem;
}

.md-about-closer {
	margin-top: 0.5rem !important;
	font-family: var(--font);
	font-size: clamp(1.08rem, 0.3vw + 0.98rem, 1.18rem) !important;
	font-weight: 600;
	font-style: normal;
	color: var(--blue) !important;
}

.md-journey {
	padding: 4.5rem 0 4rem;
	background: #fff;
}

.md-section-head {
	margin-bottom: 2.5rem;
}

.md-section-head h2 {
	margin: 0;
	font-family: var(--font);
	font-size: clamp(1.85rem, 3.5vw, 2.45rem);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.md-section-head--center {
	text-align: center;
	max-width: 40rem;
	margin-inline: auto;
}

.md-section-head--center p {
	margin: 0.75rem auto 0;
	color: var(--md-muted);
	font-size: clamp(1.02rem, 0.3vw + 0.92rem, 1.1rem);
	line-height: 1.6;
	max-width: 34rem;
}

.md-timeline {
	position: relative;
	padding-top: 1.25rem;
}

.md-timeline-rail {
	position: absolute;
	top: 2.1rem;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--md-line);
}

.md-timeline-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	align-items: stretch;
	margin: 0;
	padding: 0;
	list-style: none;
}

.md-timeline-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.35rem 1rem 1.25rem;
	border-left: 1px solid var(--md-line);
}

.md-timeline-item:first-child {
	border-left: none;
}

.md-timeline-year {
	display: block;
	margin-bottom: 0.75rem;
	font-size: clamp(0.98rem, 0.25vw + 0.9rem, 1.05rem);
	font-weight: 800;
	color: var(--md-ink);
}

.md-timeline-item h3 {
	margin: 0 0 0.55rem;
	min-height: 2.6em;
	font-size: clamp(1.02rem, 0.25vw + 0.92rem, 1.08rem);
	font-weight: 700;
	line-height: 1.3;
	color: var(--md-ink);
}

.md-timeline-item p {
	flex: 1 1 auto;
	margin: 0 0 1rem;
	color: var(--md-muted);
	font-size: clamp(0.92rem, 0.25vw + 0.84rem, 1rem);
	line-height: 1.55;
}

.md-timeline-thumb {
	margin: auto 0 0;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.md-timeline-thumb img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	display: block;
}

.md-ecosystem {
	padding: 4.5rem 0;
	background: var(--md-cream);
}

.md-ecosystem-flow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.65rem 0.35rem;
	max-width: 980px;
	margin-inline: auto;
}

.md-eco-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.55rem;
	min-width: 92px;
	text-align: center;
}

.md-eco-icon {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border: 1px solid var(--md-line);
	border-radius: 50%;
	background: #fff;
	color: var(--md-ink);
}

.md-eco-label {
	font-size: clamp(0.88rem, 0.2vw + 0.8rem, 0.95rem);
	font-weight: 600;
	color: var(--md-ink);
}

.md-eco-arrow {
	flex: 0 0 auto;
	width: 28px;
	height: 1px;
	background: var(--md-line);
	position: relative;
}

.md-eco-arrow::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 1px solid var(--md-line);
	border-right: 1px solid var(--md-line);
	transform: translateY(-50%) rotate(45deg);
}

.md-brand {
	padding: 4.5rem 0;
	background: var(--md-warm);
}

.md-brand-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 2.5rem 3rem;
	align-items: center;
	width: min(1180px, calc(100% - 2rem));
	margin-inline: auto;
}

.md-brand-photo {
	margin: 0;
	border-radius: 4px;
	overflow: hidden;
}

.md-brand-photo img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.md-brand-copy h2 {
	margin: 0 0 1rem;
	font-family: var(--font);
	font-size: clamp(1.85rem, 3.5vw, 2.45rem);
	line-height: 1.15;
	font-weight: 600;
}

.md-brand-copy p {
	margin: 0 0 1.35rem;
	color: var(--md-muted);
	font-size: clamp(1.02rem, 0.3vw + 0.92rem, 1.1rem);
	line-height: 1.65;
	max-width: 34rem;
}

.md-impact {
	padding: 4.5rem 0;
	background: #fff;
}

.md-business-chain {
	padding: 4.5rem 0;
	background: #fff;
}

.md-chain-flow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem 0.25rem;
	max-width: 1060px;
	margin-inline: auto;
}

.md-chain-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.55rem;
	min-width: 88px;
	text-align: center;
}

.md-numbers {
	padding: 4.5rem 0 4rem;
	background: #f7f4ee;
	color: var(--ink);
}

.md-numbers-head {
	margin: 0 0 2.75rem;
	text-align: center;
}

.md-numbers h2 {
	margin: 0;
	font-family: var(--font);
	font-size: clamp(1.45rem, 2.6vw, 1.95rem);
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--ink);
}

.md-numbers-head::after {
	content: '';
	display: block;
	width: 2.75rem;
	height: 3px;
	margin: 0.9rem auto 0;
	background: var(--blue);
	border-radius: 2px;
}

.md-numbers-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 2rem;
	align-items: stretch;
	max-width: 1020px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.md-numbers-grid li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 0.75rem 1.5rem 0.5rem;
	text-align: center;
}

.md-numbers-grid li + li::before {
	content: '';
	position: absolute;
	left: -1rem;
	top: 12%;
	bottom: 12%;
	width: 1px;
	background: var(--line);
}

.md-numbers-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: 1.25rem;
	color: var(--blue);
}

.md-numbers-value {
	display: block;
	margin-bottom: 0.85rem;
	font-family: var(--font);
	font-size: clamp(1.65rem, 2.8vw, 2.15rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: var(--ink);
}

.md-numbers-label {
	display: block;
	max-width: 12rem;
	font-size: clamp(0.78rem, 0.2vw + 0.72rem, 0.88rem);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--ink);
}

.md-numbers-sublabel {
	display: block;
	margin-top: 0.35rem;
	font-style: normal;
	font-size: clamp(0.85rem, 0.2vw + 0.78rem, 0.92rem);
	line-height: 1.4;
	color: var(--muted);
}

.md-numbers-footer {
	max-width: 38rem;
	margin: 2.75rem auto 0;
	padding: 0 0.5rem;
	text-align: center;
	font-size: clamp(1rem, 0.25vw + 0.92rem, 1.08rem);
	line-height: 1.65;
	color: var(--muted);
}

.md-my-philosophy {
	padding: 4.5rem 0;
	background: var(--md-cream);
}

.md-philosophy-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 0;
	align-items: stretch;
	width: min(1180px, calc(100% - 2rem));
	margin-inline: auto;
	border-top: 1px solid var(--md-line);
	border-bottom: 1px solid var(--md-line);
}

.md-philosophy-quote {
	padding: 2.5rem 2.5rem 2.5rem 0;
	border-right: 1px solid var(--md-line);
}

.md-philosophy-quote h2 {
	margin: 0 0 1.25rem;
	font-family: var(--font);
	font-size: clamp(1.85rem, 3.5vw, 2.45rem);
	line-height: 1.15;
	font-weight: 600;
}

.md-philosophy-quote blockquote {
	margin: 0;
	padding: 0;
	border: none;
}

.md-philosophy-quote blockquote p {
	margin: 0;
	font-family: var(--font);
	font-size: clamp(1.2rem, 2.2vw, 1.55rem);
	line-height: 1.55;
	font-weight: 600;
	font-style: normal;
	color: var(--md-ink);
	max-width: 24rem;
}

.md-philosophy-values {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.md-value-card {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	padding: 1.35rem 1.5rem;
	border-left: 1px solid var(--md-line);
	border-bottom: 1px solid var(--md-line);
}

.md-value-card:nth-child(odd) {
	border-left: none;
}

.md-value-card:nth-last-child(-n+2) {
	border-bottom: none;
}

.md-value-icon {
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	border: 1px solid var(--md-line);
	border-radius: 50%;
	background: #fff;
	color: var(--md-ink);
}

.md-value-card h3 {
	margin: 0 0 0.25rem;
	font-size: clamp(1.02rem, 0.25vw + 0.92rem, 1.1rem);
	font-weight: 700;
	line-height: 1.3;
}

.md-value-card p {
	margin: 0;
	color: var(--md-muted);
	font-size: clamp(0.95rem, 0.2vw + 0.88rem, 1.02rem);
	line-height: 1.5;
}

.md-legacy {
	padding: 4.5rem 0;
	background: var(--md-warm);
}

.md-legacy-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
	gap: 2rem 3rem;
	align-items: center;
	width: min(1180px, calc(100% - 2rem));
	margin-inline: auto;
}

.md-legacy-copy h2 {
	margin: 0 0 0.75rem;
	font-family: var(--font);
	font-size: clamp(1.85rem, 3.5vw, 2.45rem);
	line-height: 1.15;
	font-weight: 600;
}

.md-legacy-copy > p {
	margin: 0 0 1.5rem;
	color: var(--md-muted);
	font-size: clamp(1.02rem, 0.3vw + 0.92rem, 1.1rem);
	line-height: 1.65;
	max-width: 30rem;
}

.md-legacy-pillars {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.md-legacy-pillars li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.55rem;
	max-width: 130px;
	text-align: center;
	font-size: clamp(0.85rem, 0.2vw + 0.78rem, 0.92rem);
	font-weight: 600;
	line-height: 1.35;
	color: var(--md-ink);
}

.md-legacy-icon {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border: 1px solid var(--md-line);
	border-radius: 50%;
	background: #fff;
	color: var(--md-ink);
}

.md-legacy-photo {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: var(--radius);
	box-shadow: 0 16px 40px rgba(11, 18, 32, 0.1);
}

.md-legacy-slider-stack {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
}

.md-legacy-photo .md-slider-photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	transition: opacity 0.7s ease;
}

.md-legacy-photo .md-slider-photo.is-active {
	opacity: 1;
}

.md-future {
	padding: 4.5rem 0;
	background: #fff;
}

.md-future-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	max-width: 980px;
	margin-inline: auto;
}

.md-future-card {
	padding: 1.75rem 1.25rem;
	border: 1px solid var(--md-line);
	border-radius: 4px;
	background: #fff;
	text-align: center;
}

.md-future-icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 0.85rem;
	border: 1px solid var(--md-line);
	border-radius: 50%;
	color: var(--md-ink);
}

.md-future-card h3 {
	margin: 0;
	font-size: clamp(1.02rem, 0.25vw + 0.92rem, 1.1rem);
	font-weight: 700;
	line-height: 1.35;
}

.md-impact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.md-impact-grid li {
	padding: 1.35rem 1.25rem;
	border: 1px solid var(--md-line);
	border-radius: 12px;
	background: var(--md-cream);
	text-align: center;
}

.md-impact-grid strong {
	display: block;
	margin-bottom: 0.45rem;
	font-family: var(--font);
	font-size: clamp(1.85rem, 3vw, 2.35rem);
	font-weight: 600;
	line-height: 1;
	color: var(--md-ink);
}

.md-impact-grid span {
	display: block;
	color: var(--md-muted);
	font-size: clamp(0.95rem, 0.2vw + 0.88rem, 1.02rem);
	line-height: 1.5;
}

.md-connect {
	padding: 4.5rem 0 5rem;
	background: var(--bg);
}

.md-connect-inner {
	width: min(1180px, calc(100% - 2rem));
	margin-inline: auto;
}

.md-connect-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
	gap: 2.5rem 4rem;
	align-items: center;
}

.md-connect-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	max-width: 34rem;
}

.md-connect-copy h2 {
	margin: 0 0 0.85rem;
	font-family: var(--font);
	font-size: clamp(1.85rem, 3.5vw, 2.35rem);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--ink);
}

.md-connect-copy p {
	margin: 0 0 1.5rem;
	max-width: 32rem;
	color: var(--muted);
	font-size: clamp(1.02rem, 0.3vw + 0.92rem, 1.1rem);
	line-height: 1.65;
}

.md-connect-copy .md-btn {
	align-self: flex-start;
}

.md-connect-slider {
	position: relative;
	margin: 0;
	min-height: 360px;
}

.md-slider-stack {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 5;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(15, 23, 36, 0.12);
}

.md-slider-photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	opacity: 0;
	transition: opacity 0.6s ease;
}

.md-slider-photo.is-active {
	opacity: 1;
}

@media (max-width: 1100px) {
	.md-timeline-rail {
		display: none;
	}

	.md-timeline-list {
		display: flex;
		gap: 0;
		overflow-x: auto;
		padding-bottom: 0.75rem;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
	}

	.md-timeline-item {
		flex: 0 0 min(260px, 82vw);
		height: auto;
		min-height: 100%;
		scroll-snap-align: start;
		border-left: 1px solid var(--md-line);
		text-align: center;
	}

	.md-journey .md-section-head {
		text-align: center;
	}

	.md-timeline-thumb {
		margin-inline: auto;
	}

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

	.md-timeline-item h3 {
		min-height: 0;
	}
}

@media (max-width: 900px) {
	.md-hero-grid,
	.md-about-grid,
	.md-brand-grid,
	.md-impact-grid,
	.md-legacy-grid,
	.md-connect-layout,
	.md-philosophy-grid {
		grid-template-columns: 1fr;
	}

	.md-about-copy {
		order: 1;
	}

	.md-about-photo {
		order: 2;
	}

	.md-connect-copy {
		max-width: none;
		align-items: center;
		text-align: center;
		margin-inline: auto;
	}

	.md-connect-copy p {
		margin-inline: auto;
	}

	.md-connect-copy .md-btn {
		align-self: center;
	}

	.md-philosophy-quote {
		padding: 2rem 0 1.5rem;
		border-right: none;
		border-bottom: 1px solid var(--md-line);
		text-align: center;
	}

	.md-philosophy-quote blockquote p {
		margin-inline: auto;
	}

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

	.md-value-card {
		border-left: 1px solid var(--md-line) !important;
		border-bottom: 1px solid var(--md-line);
		padding: 1.1rem 0.85rem;
	}

	.md-value-card:nth-child(odd) {
		border-left: none !important;
	}

	.md-value-card:nth-last-child(-n+2) {
		border-bottom: none;
	}

	.md-value-card:not(:nth-last-child(-n+2)) {
		border-bottom: 1px solid var(--md-line);
	}

	.md-numbers-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 1.5rem;
		row-gap: 1.35rem;
		max-width: 540px;
		border: none;
		border-radius: 0;
		overflow: visible;
	}

	.md-numbers-grid li {
		padding: 0.5rem 0.75rem;
	}

	.md-numbers-grid li + li::before,
	.md-numbers-grid li:nth-child(n + 3)::after {
		display: none;
	}

	.md-numbers-icon {
		margin-bottom: 0.95rem;
	}

	.md-numbers-footer {
		margin-top: 2rem;
		font-size: 0.9rem;
	}

	.md-future-grid {
		grid-template-columns: 1fr;
	}

	.md-chain-flow {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem 0.75rem;
		justify-items: center;
	}

	.md-chain-flow .md-eco-arrow {
		display: none;
	}

	.md-chain-step {
		min-width: 0;
		width: 100%;
		max-width: 11rem;
	}

	.md-eco-label {
		font-size: clamp(0.85rem, 2vw, 0.92rem);
		line-height: 1.35;
	}

	.md-legacy-pillars {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
		gap: 0.5rem;
	}

	.md-legacy-pillars li {
		flex: 1 1 0;
		min-width: 0;
		max-width: none;
		font-size: clamp(0.78rem, 1.8vw, 0.88rem);
		line-height: 1.3;
	}

	.md-legacy-icon {
		width: 54px;
		height: 54px;
	}

	.md-hero-video-wrap,
	.md-hero-photo img,
	.md-hero-video-wrap video,
	.md-hero-video {
		min-height: 320px;
	}

	.md-about {
		padding-top: 2.5rem;
	}

	.md-brand-copy {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.md-brand-copy p {
		max-width: none;
	}

	.md-brand-copy .md-btn {
		align-self: center;
	}

	.md-ecosystem-flow {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem;
	}

	.md-eco-arrow {
		display: none;
	}
}

@media (max-width: 560px) {
	.md-impact-grid {
		grid-template-columns: 1fr;
	}

	.md-numbers-grid {
		column-gap: 1.15rem;
		row-gap: 1.15rem;
		max-width: 100%;
	}

	.md-numbers-grid li {
		padding: 0.35rem 0.5rem;
	}

	.md-numbers-label {
		max-width: 10rem;
		font-size: 0.68rem;
	}

	.md-ecosystem-flow {
		grid-template-columns: 1fr;
	}

	.md-chain-flow {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.85rem 0.5rem;
	}

	.md-chain-step {
		min-width: 0;
		max-width: none;
	}

	.md-eco-label {
		font-size: 0.76rem;
		line-height: 1.35;
	}

	.md-legacy-pillars {
		gap: 0.35rem;
	}

	.md-legacy-pillars li {
		font-size: 0.65rem;
		line-height: 1.25;
	}

	.md-legacy-icon {
		width: 44px;
		height: 44px;
	}
}

/* —— Floating contact dock —— */
.contact-dock {
	position: fixed;
	left: 1rem;
	bottom: 1rem;
	z-index: 95;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.65rem;
	pointer-events: none;
}

.contact-dock-item {
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	height: 50px;
	max-width: 50px;
	padding: 3px;
	border-radius: 999px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	box-shadow: 0 8px 22px rgba(11, 18, 32, 0.2);
	transition: max-width 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s ease;
}

@media (hover: hover) {
	.contact-dock-item:hover {
		max-width: min(420px, calc(100vw - 2rem));
		box-shadow: 0 12px 30px rgba(11, 18, 32, 0.26);
	}

	.contact-dock-item:hover .contact-dock-label {
		opacity: 1;
		transform: translateX(0);
	}
}

.contact-dock-item:focus-visible {
	max-width: min(420px, calc(100vw - 2rem));
	outline: 2px solid rgba(255, 255, 255, 0.85);
	outline-offset: 2px;
}

.contact-dock-item--call,
.contact-dock-item--email,
.contact-dock-item--meet {
	background: var(--blue);
}

.contact-dock-bubble {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: #fff;
}

.contact-dock-item--call .contact-dock-bubble,
.contact-dock-item--email .contact-dock-bubble,
.contact-dock-item--meet .contact-dock-bubble {
	background: var(--blue-dark);
}

.contact-dock-label {
	padding: 0 0.75rem 0 0.35rem;
	font-size: 0.84rem;
	font-weight: 600;
	line-height: 1.25;
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity 0.2s ease 0.05s, transform 0.25s ease;
}

.contact-dock-item:focus-visible .contact-dock-label {
	opacity: 1;
	transform: translateX(0);
}

.contact-dock-item:hover,
.contact-dock-item:focus-visible {
	text-decoration: none;
	color: #fff;
}

@media (max-width: 599px) {
	.contact-dock {
		left: 0.75rem;
		bottom: 0.75rem;
		gap: 0.55rem;
	}

	.contact-dock-item {
		height: 46px;
		max-width: 46px;
	}

	.contact-dock-bubble {
		flex: 0 0 40px;
		width: 40px;
		height: 40px;
	}

	.contact-dock-label {
		font-size: 0.78rem;
		padding-right: 0.75rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.contact-dock-item,
	.contact-dock-label {
		transition: none;
	}
}


/* —— Success story page —— */
.ss-page {
	--ss-accent: var(--blue);
	--ss-fs-hero: clamp(2.25rem, 4.5vw, 3.6rem);
	--ss-fs-section: clamp(2.1rem, 3.8vw, 2.85rem);
	--ss-fs-stat: clamp(2rem, 3.2vw, 2.75rem);
	--ss-fs-lead: clamp(1.12rem, 0.4vw + 1rem, 1.28rem);
	--ss-fs-body: clamp(1.08rem, 0.35vw + 0.98rem, 1.2rem);
	--ss-fs-body-sm: clamp(1.02rem, 0.3vw + 0.92rem, 1.12rem);
	--ss-fs-label: clamp(0.88rem, 0.25vw + 0.8rem, 0.98rem);
	--ss-fs-card-title: clamp(1.02rem, 0.3vw + 0.92rem, 1.15rem);
	--ss-fs-emphasis: clamp(1.2rem, 2vw, 1.5rem);
	background: var(--bg);
	color: var(--ink);
	font-family: var(--font);
	font-size: var(--ss-fs-body);
	line-height: 1.65;
}

.ss-tag {
	display: inline-block;
	margin: 0 0 1rem;
	padding: 0.4rem 0.75rem;
	border: 1px solid var(--line);
	border-radius: 4px;
	background: #fff;
	font-size: var(--ss-fs-label);
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ss-accent);
}

.ss-brand {
	margin: 0 0 0.65rem;
	font-size: var(--ss-fs-label);
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--muted);
}

.ss-accent {
	color: var(--ss-accent);
}

.ss-section-title {
	margin: 0 0 2.25rem;
	text-align: center;
	font-size: var(--ss-fs-section);
	font-weight: 700;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: var(--ink);
	line-height: 1.15;
}

.ss-section-title::after {
	content: "";
	display: block;
	width: 42px;
	height: 3px;
	margin: 0.75rem auto 0;
	background: var(--ss-accent);
	border-radius: 2px;
}

.ss-kicker {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 1.1rem;
	font-size: var(--ss-fs-label);
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ss-accent);
}

.ss-icon {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	position: relative;
}

.ss-icon--warn {
	background: rgba(0, 87, 255, 0.12);
}

.ss-icon--warn::before {
	content: "!";
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	font-size: 0.95rem;
	font-weight: 800;
	color: var(--ss-accent);
}

.ss-icon--insight {
	width: 32px;
	height: 32px;
	margin-bottom: 0.85rem;
	background: rgba(0, 87, 255, 0.1);
	border-radius: 50%;
}

.ss-icon--insight::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 7px;
	width: 12px;
	height: 12px;
	border: 2px solid var(--ss-accent);
	border-radius: 50% 50% 0 50%;
	transform: rotate(-45deg);
}

.ss-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ss-list li {
	position: relative;
	padding-left: 1rem;
	margin-bottom: 0.6rem;
	color: var(--muted);
	font-size: var(--ss-fs-body);
	line-height: 1.65;
}

.ss-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.58em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--ss-accent);
}

.ss-list--before li::before {
	background: #b42318;
}

.ss-list--after li::before {
	background: #067647;
}

.ss-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.7rem 0.85rem 0.7rem 1.2rem;
	border-radius: 999px;
	font-size: var(--ss-fs-label);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid transparent;
	transition: background 0.2s ease, transform 0.2s ease;
}

.ss-btn:hover {
	text-decoration: none;
	transform: translateY(-1px);
}

.ss-btn--primary {
	background: var(--ss-accent);
	color: #fff;
}

.ss-btn--primary:hover {
	background: var(--blue-dark);
	color: #fff;
}

.ss-btn-play {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.22);
	position: relative;
	flex-shrink: 0;
}

.ss-btn-play::after {
	content: "";
	position: absolute;
	left: 11px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
}

.ss-btn--cta {
	background: var(--ss-accent);
	color: #fff;
	padding-right: 0.85rem;
}

.ss-cta .ss-btn--cta {
	background: #fff;
	color: var(--blue);
}

.ss-cta .ss-btn--cta:hover {
	background: rgba(255, 255, 255, 0.92);
	color: var(--blue-dark);
}

.ss-cta .ss-btn-arrow {
	background: rgba(0, 87, 255, 0.12);
}

.ss-cta .ss-btn-arrow::after {
	border-color: var(--blue);
}

.ss-btn-arrow {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	position: relative;
}

.ss-btn-arrow::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

.ss-hero {
	padding: 3.75rem 0 3.25rem;
	background: #fff;
}

.ss-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
	gap: 2.5rem 3.5rem;
	align-items: center;
}

.ss-hero-copy h1 {
	margin: 0 0 1rem;
	font-size: var(--ss-fs-hero);
	line-height: 1.12;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.ss-lead {
	margin: 0 0 1.5rem;
	max-width: 34rem;
	color: var(--muted);
	font-size: var(--ss-fs-lead);
	line-height: 1.65;
}

.ss-video {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	background: var(--ink);
	box-shadow: 0 20px 50px rgba(11, 18, 32, 0.12);
}

.ss-video video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	background: #000;
}

.ss-video-play {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: rgba(11, 18, 32, 0.25);
	cursor: pointer;
}

.ss-video-play span {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--ss-accent);
	box-shadow: 0 10px 28px rgba(0, 87, 255, 0.35);
	position: relative;
}

.ss-video-play span::after {
	content: "";
	position: absolute;
	left: 29px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 18px solid #fff;
}

.ss-video.is-playing .ss-video-play {
	display: none;
}

.ss-before {
	padding: 3.5rem 0;
	background: #f7f1ea;
}

.ss-before-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
	gap: 0 3rem;
	align-items: stretch;
	max-width: 1060px;
	margin-inline: auto;
	padding: 0;
}

.ss-before-col {
	padding: 0.25rem 0;
}

.ss-before-kicker {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin: 0 0 1.35rem;
	font-size: var(--ss-fs-label);
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ss-accent);
}

.ss-before-kicker-icon {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	color: #5b6472;
	box-shadow: 0 2px 10px rgba(11, 18, 32, 0.06);
}

.ss-before-kicker-icon svg {
	display: block;
}

.ss-list--before-panel li {
	padding-left: 1.15rem;
	margin-bottom: 0.75rem;
	color: var(--ink);
}

.ss-list--before-panel li::before {
	background: var(--ss-accent);
	width: 6px;
	height: 6px;
	top: 0.62em;
}

.ss-before-divider {
	width: 1px;
	background: var(--ss-accent);
	opacity: 0.45;
	min-height: 100%;
	align-self: stretch;
}

.ss-insight {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0;
	padding: 0.25rem 0 0;
	border: none;
}

.ss-insight-icon {
	display: block;
	margin-bottom: 1rem;
	color: var(--ss-accent);
}

.ss-insight-icon svg {
	display: block;
}

.ss-insight p {
	margin: 0;
	font-size: clamp(1.2rem, 2.1vw, 1.55rem);
	line-height: 1.55;
	font-weight: 600;
	color: var(--ink);
}

.ss-insight p strong {
	font-weight: 700;
	color: var(--ink);
}

.ss-strategy {
	padding: 4.5rem 0;
	background: #fff;
	color: var(--ink);
}

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

.ss-strategy-grid--wide {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ss-strategy-grid--wide .ss-strategy-card:nth-child(-n+3) {
	grid-column: span 2;
}

.ss-strategy-grid--wide .ss-strategy-card:nth-child(4) {
	grid-column: 2 / 4;
}

.ss-strategy-grid--wide .ss-strategy-card:nth-child(5) {
	grid-column: 4 / 6;
}

.ss-hero-photo {
	margin: 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(11, 18, 32, 0.12);
	background: var(--ink);
}

.ss-hero-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.ss-strategy-card {
	position: relative;
	padding: 1.5rem 1.5rem 2rem;
	text-align: center;
}

.ss-strategy-card + .ss-strategy-card::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 72%;
	background: #e2ddd4;
	transform: translateY(-50%);
}

.ss-strategy-icon {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 1rem;
	border: none;
	border-radius: 50%;
	background: #f5f0ea;
	color: var(--ink);
}

.ss-strategy-icon svg {
	display: block;
}

.ss-strategy-num {
	margin: 0 0 0.65rem;
	font-size: var(--ss-fs-label);
	font-weight: 800;
	letter-spacing: 0.12em;
	color: var(--ss-accent);
}

.ss-strategy-card h3 {
	margin: 0 auto 0.75rem;
	max-width: 16rem;
	font-size: var(--ss-fs-card-title);
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ink);
}

.ss-strategy-text {
	margin: 0 auto;
	max-width: 20rem;
	color: var(--muted);
	font-size: var(--ss-fs-body-sm);
	line-height: 1.65;
}

.ss-results {
	padding: 4.5rem 0;
	background: var(--blue);
	color: #fff;
}

.ss-results .ss-section-title {
	color: #fff;
	font-weight: 800;
}

.ss-results .ss-section-title::after {
	background: rgba(255, 255, 255, 0.85);
}

.ss-results-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0 0 2.5rem;
	padding: 0;
	list-style: none;
}

.ss-results-grid li {
	position: relative;
	padding: 1.5rem 1.25rem 1.75rem;
	text-align: center;
}

.ss-results-grid li + li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 72%;
	background: rgba(255, 255, 255, 0.22);
	transform: translateY(-50%);
}

.ss-results-icon {
	display: grid;
	place-items: center;
	width: auto;
	height: auto;
	margin: 0 auto 1.15rem;
	color: #fff;
}

.ss-results-icon svg {
	display: block;
	width: 34px;
	height: 34px;
	stroke-width: 2;
}

.ss-results-grid strong {
	display: block;
	margin-bottom: 0.55rem;
	font-size: var(--ss-fs-stat);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #fff;
}

.ss-results-label {
	display: block;
	color: rgba(255, 255, 255, 0.92);
	font-size: var(--ss-fs-body-sm);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ss-results-sublabel {
	display: block;
	margin-top: 0.2rem;
	color: rgba(255, 255, 255, 0.78);
	font-size: var(--ss-fs-body-sm);
	font-weight: 400;
	line-height: 1.45;
	text-transform: none;
}

.ss-results-summary {
	margin: 0 auto;
	max-width: 46rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.92);
	font-size: var(--ss-fs-body);
	font-style: normal;
	font-weight: 400;
	line-height: 1.65;
}

.ss-quote {
	padding: 4rem 0;
	background: #fff;
}

.ss-quote-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
	gap: 2.5rem 3.5rem;
	align-items: center;
}

.ss-quote-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.35rem;
	align-self: center;
	max-width: 34rem;
	padding-block: 0.5rem;
}

.ss-quote-mark {
	display: none;
}

.ss-quote-copy > p#ss-quote-heading {
	margin: 0;
	max-width: none;
	font-size: clamp(1.45rem, 2.5vw, 2.05rem);
	line-height: 1.35;
	letter-spacing: -0.02em;
	font-weight: 600;
	color: var(--ink);
}

.ss-quote-copy > p#ss-quote-heading .ss-accent {
	color: var(--ss-accent);
	font-weight: 700;
}

.ss-quote-copy footer {
	margin: 0;
	padding-top: 0.15rem;
}

.ss-quote-copy footer strong {
	display: block;
	font-size: clamp(1.05rem, 0.3vw + 0.95rem, 1.15rem);
	font-weight: 700;
}

.ss-quote-copy footer span {
	display: block;
	margin-top: 0.25rem;
	color: var(--muted);
	font-size: clamp(0.98rem, 0.25vw + 0.9rem, 1.05rem);
}

.ss-quote-media {
	display: flex;
	flex-direction: column;
}

.ss-md-portrait {
	position: relative;
	margin: 0;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 20px 50px rgba(11, 18, 32, 0.12);
}

.ss-md-portrait img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center top;
}

.ss-md-portrait-caption {
	position: absolute;
	right: 0.85rem;
	bottom: 0.85rem;
	margin: 0;
	padding: 0.45rem 0.7rem;
	border-radius: 6px;
	background: rgba(6, 16, 24, 0.82);
	color: #fff;
	font-size: var(--ss-fs-label);
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.ss-quote-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.9rem;
	font-size: var(--ss-fs-label);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ss-accent);
	text-decoration: none;
}

.ss-link-play {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(0, 87, 255, 0.12);
	position: relative;
	flex-shrink: 0;
}

.ss-link-play::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid var(--ss-accent);
}

.ss-transform {
	padding: 4rem 0;
	background: var(--bg);
}

.ss-transform-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 2.5rem;
	align-items: stretch;
	max-width: 960px;
	margin-inline: auto;
	position: relative;
}

.ss-transform-box {
	padding: 1.35rem 1.4rem 1.5rem;
	border-radius: 10px;
	border: 1px solid transparent;
}

.ss-transform-box--before {
	background: #fff5f5;
	border-color: #f3d6d6;
}

.ss-transform-box--after {
	background: #f0faf4;
	border-color: #cce8d6;
}

.ss-transform-box h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin: 0 0 1rem;
	font-size: var(--ss-fs-label);
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ss-transform-box--before h3 {
	color: #b42318;
}

.ss-transform-box--after h3 {
	color: #067647;
}

.ss-transform-badge {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	position: relative;
}

.ss-transform-badge--before {
	background: #fee4e2;
}

.ss-transform-badge--before::before,
.ss-transform-badge--before::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 2px;
	background: #b42318;
	transform: translate(-50%, -50%) rotate(45deg);
}

.ss-transform-badge--before::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.ss-transform-badge--after {
	background: #dcfae6;
}

.ss-transform-badge--after::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 5px;
	width: 5px;
	height: 9px;
	border-right: 2px solid #067647;
	border-bottom: 2px solid #067647;
	transform: rotate(45deg);
}

.ss-transform-arrow {
	align-self: center;
	width: 34px;
	height: 34px;
	margin: 0;
	z-index: 2;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--line);
	box-shadow: 0 4px 14px rgba(11, 18, 32, 0.08);
	position: relative;
}

.ss-transform-arrow::after {
	content: "";
	position: absolute;
	left: 12px;
	top: 11px;
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--muted);
	border-right: 2px solid var(--muted);
	transform: rotate(45deg);
}

.ss-cta {
	position: relative;
	padding: 4.75rem 0;
	background: var(--blue);
	color: #fff;
	text-align: center;
	overflow: hidden;
	border-top: 3px solid rgba(255, 255, 255, 0.2);
}

.ss-cta::before,
.ss-cta::after {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	pointer-events: none;
}

.ss-cta::before {
	left: -40px;
	bottom: -80px;
}

.ss-cta::after {
	right: -40px;
	top: -80px;
}

.ss-cta-inner {
	position: relative;
	z-index: 1;
}

.ss-cta-inner h2 {
	margin: 0 auto 0.75rem;
	max-width: 22ch;
	font-family: var(--font);
	font-size: var(--ss-fs-section);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.15;
}

.ss-cta-inner p {
	margin: 0 auto 1.5rem;
	max-width: 38rem;
	color: rgba(255, 255, 255, 0.88);
	font-family: var(--font);
	font-size: var(--ss-fs-body);
	line-height: 1.65;
}

@media (max-width: 900px) {
	.ss-hero {
		padding: 2.75rem 0 2rem;
	}

	.ss-hero-grid {
		gap: 1.75rem;
	}

	.ss-hero-copy h1 {
		font-size: clamp(1.95rem, 7vw, 2.55rem);
		max-width: none;
	}

	.ss-lead {
		font-size: clamp(1.05rem, 2.8vw, 1.15rem);
		line-height: 1.6;
	}

	.ss-btn {
		width: 100%;
		justify-content: center;
	}

	.ss-hero-media {
		order: -1;
	}

	.ss-hero-photo img {
		aspect-ratio: 4 / 3;
		object-position: center 20%;
	}

	.ss-before {
		padding: 2.75rem 0;
	}

	.ss-before-kicker {
		font-size: clamp(0.85rem, 2.2vw, 0.95rem);
		flex-wrap: wrap;
	}

	.ss-insight p {
		font-size: clamp(1.1rem, 3.5vw, 1.25rem);
	}

	.ss-strategy {
		padding: 3rem 0;
	}

	.ss-strategy-grid,
	.ss-strategy-grid--wide {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.75rem;
	}

	.ss-strategy-grid--wide .ss-strategy-card:nth-child(-n+3),
	.ss-strategy-grid--wide .ss-strategy-card:nth-child(4),
	.ss-strategy-grid--wide .ss-strategy-card:nth-child(5) {
		grid-column: auto;
	}

	.ss-strategy-grid--wide .ss-strategy-card:nth-child(5) {
		grid-column: 1 / -1;
		max-width: 22rem;
		margin-inline: auto;
		width: 100%;
	}

	.ss-strategy-card {
		padding: 1.15rem 0.85rem 1.25rem;
		text-align: center;
		border: 1px solid #e2ddd4;
		border-radius: 12px;
		border-top: 1px solid #e2ddd4;
	}

	.ss-strategy-card:first-child {
		border-top: 1px solid #e2ddd4;
	}

	.ss-strategy-icon {
		width: 52px;
		height: 52px;
		margin-inline: auto;
		margin-bottom: 0.75rem;
	}

	.ss-strategy-card h3 {
		font-size: clamp(0.95rem, 2.5vw, 1.05rem);
		line-height: 1.3;
	}

	.ss-strategy-text {
		font-size: clamp(0.95rem, 2.2vw, 1.02rem);
		line-height: 1.45;
	}

	.ss-results {
		padding: 3rem 0;
	}

	.ss-section-title {
		margin-bottom: 1.75rem;
		font-size: clamp(1.75rem, 6vw, 2.25rem);
	}

	.ss-results-grid strong {
		font-size: clamp(1.35rem, 5vw, 1.85rem);
	}

	.ss-results-label {
		font-size: clamp(0.88rem, 2.2vw, 0.98rem);
		line-height: 1.35;
	}

	.ss-results-sublabel {
		font-size: clamp(0.85rem, 2vw, 0.95rem);
	}

	.ss-results-summary {
		font-size: clamp(1.02rem, 2.5vw, 1.12rem);
		padding-inline: 0.25rem;
	}

	.ss-quote {
		padding: 2.75rem 0;
	}

	.ss-quote-grid {
		gap: 1.75rem;
	}

	.ss-quote-copy {
		text-align: left;
		max-width: none;
		gap: 1.1rem;
		padding-block: 0;
	}

	.ss-quote-copy > p#ss-quote-heading {
		font-size: clamp(1.3rem, 4.2vw, 1.65rem);
		line-height: 1.35;
	}

	.ss-md-portrait img {
		aspect-ratio: 3 / 4;
		max-height: 420px;
		object-position: center top;
	}

	.ss-quote-link {
		width: 100%;
		justify-content: center;
	}

	.ss-transform {
		padding: 3rem 0;
	}

	.ss-transform-box {
		padding: 1.35rem 1.15rem;
	}

	.ss-cta {
		padding: 3rem 0;
	}

	.ss-cta-inner h2 {
		font-size: clamp(1.75rem, 6vw, 2.25rem);
	}

	.ss-hero-grid,
	.ss-before-panel,
	.ss-quote-grid,
	.ss-transform-wrap {
		grid-template-columns: 1fr;
	}

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

	.ss-before .container {
		width: min(var(--container), calc(100% - 2rem));
	}

	.ss-before-panel {
		gap: 2rem 0;
		padding-inline: 0.65rem;
	}

	.ss-before-col,
	.ss-insight {
		padding-inline: 0.35rem;
	}

	.ss-before-kicker {
		gap: 0.65rem;
		margin-bottom: 1.1rem;
	}

	.ss-list--before-panel li {
		padding-left: 1.2rem;
		margin-bottom: 0.85rem;
	}

	.ss-insight {
		margin-top: 0.15rem;
	}

	.ss-insight-icon {
		margin-bottom: 0.85rem;
	}

	.ss-insight p {
		font-size: 1.05rem;
		line-height: 1.55;
	}

	.ss-before-divider {
		display: none;
	}

	.ss-strategy-card + .ss-strategy-card::before {
		display: none;
	}

	.ss-results-grid li + li::before {
		display: none;
	}

	.ss-results-grid li {
		border-top: 1px solid rgba(255, 255, 255, 0.22);
		border-left: 1px solid rgba(255, 255, 255, 0.22);
		padding: 1.15rem 0.65rem 1.25rem;
	}

	.ss-results-grid li:nth-child(-n+2) {
		border-top: none;
	}

	.ss-results-grid li:nth-child(odd) {
		border-left: none;
	}

	.ss-results-icon {
		margin-bottom: 0.75rem;
	}

	.ss-results-icon svg {
		width: 28px;
		height: 28px;
	}

	.ss-transform-arrow {
		display: none;
	}
}

@media (max-width: 560px) {
	.ss-hero {
		padding: 2.25rem 0 1.75rem;
	}

	.ss-tag {
		font-size: clamp(0.78rem, 2vw, 0.88rem);
	}

	.ss-brand {
		font-size: clamp(0.78rem, 2vw, 0.88rem);
	}

	.ss-before-panel {
		padding-inline: 0.35rem;
	}

	.ss-list--before-panel li,
	.ss-list li {
		font-size: clamp(0.98rem, 2.5vw, 1.08rem);
		line-height: 1.55;
	}

	.ss-strategy-card {
		padding: 1rem 0.65rem 1.1rem;
	}

	.ss-strategy-card h3 {
		font-size: clamp(0.88rem, 2.4vw, 0.98rem);
	}

	.ss-strategy-text {
		font-size: clamp(0.85rem, 2.2vw, 0.95rem);
	}

	.ss-results-grid li {
		padding: 1rem 0.5rem 1.1rem;
	}

	.ss-md-portrait-caption {
		right: 0.65rem;
		bottom: 0.65rem;
		font-size: clamp(0.78rem, 2vw, 0.88rem);
	}
}

/* —— Tablet / iPad (768px–1024px) —— */
@media (min-width: 768px) and (max-width: 1024px) {
	.container {
		width: min(var(--container), calc(100% - 3rem));
	}

	.site-header .container.header-inner {
		width: min(1400px, calc(100% - 2rem));
		gap: 0.75rem;
	}

	.logo {
		max-width: none;
		padding: 0.28rem 0.55rem;
	}

	.logo img {
		height: 30px;
	}

	.header-partners {
		gap: 0.35rem;
	}

	.header-partner {
		width: 82px;
		height: 36px;
		padding: 0.18rem 0.3rem;
	}

	.header-cta.is-secondary {
		padding: 0.48rem 0.85rem;
		font-size: 0.8rem;
	}

	.menu-toggle {
		width: 40px;
		height: 40px;
	}

	/* Hero */
	.hero-inner {
		min-height: 540px;
		padding: 4.25rem 0 1.5rem;
		gap: 1.85rem;
	}

	.hero h1 {
		max-width: 16ch;
		font-size: clamp(2rem, 4.5vw, 2.65rem);
	}

	.hero-copy .lede {
		display: block;
		max-width: 34rem;
		font-size: 0.98rem;
	}

	.hero-actions {
		flex-wrap: wrap;
		width: auto;
		max-width: 32rem;
		gap: 0.65rem;
	}

	.hero-actions .button {
		flex: 0 1 auto;
		width: auto;
		min-width: 11rem;
		height: auto;
		min-height: 44px;
		padding: 0.55rem 0.55rem 0.55rem 1rem;
		font-size: 0.86rem;
	}

	.hero-tabs {
		gap: 0.6rem;
	}

	.hero-tab {
		height: auto;
		min-height: 72px;
		padding: 0.6rem 0.7rem;
	}

	.tab-logo {
		height: 32px;
		padding: 0.2rem 0.4rem;
	}

	.tab-logo img {
		height: 20px;
	}

	.hero-tab[id="tab-tiktok"] .tab-logo img {
		height: 26px;
		max-width: 50px;
	}

	.tab-logo.is-wordmark {
		font-size: 0.78rem;
	}

	/* Logo slider */
	.logo-slider {
		padding: 1.85rem 2rem 1.35rem;
	}

	.logo-slider-inner {
		width: min(1100px, 100%);
	}

	.logo-slider-viewport {
		padding-inline: 0.5rem;
	}

	.logo-slider-list {
		gap: 2.25rem;
		padding-inline: 0.75rem 1rem;
	}

	.logo-slider-list img {
		height: 62px;
		max-width: 180px;
	}

	.logo-slider-bar {
		width: min(320px, 55%);
	}

	/* Partner / homepage sections */
	.partner-section {
		padding-top: 3.5rem;
	}

	.partner-title {
		max-width: 18ch;
		font-size: clamp(1.85rem, 4vw, 2.35rem);
	}

	.partner-pills-dock {
		padding-inline: 1rem;
	}

	.partner-pills {
		max-width: 38rem;
		gap: 0.5rem;
		padding: 0.5rem;
	}

	.partner-pill {
		padding: 0.7rem 0.45rem 0.6rem;
		font-size: 0.76rem;
	}

	.partner-pill .pill-icon {
		width: 32px;
		height: 32px;
	}

	.home-hub > .container {
		width: min(1280px, calc(100% - 2.5rem));
	}

	.home-hub-col {
		padding: 1.35rem 1.25rem;
	}

	.section-heading {
		margin-bottom: 1.75rem;
	}

	.section-heading h2 {
		font-size: clamp(1.75rem, 3.5vw, 2.15rem);
	}

	/* Floating dock */
	.contact-dock {
		left: 1.35rem;
		bottom: 1.35rem;
	}

	/* Inner pages */
	.ss-before .container,
	.os-intro .container,
	.md-hero .container,
	.svc-hero .container,
	.pricing-hero .container {
		width: min(var(--container), calc(100% - 2.5rem));
	}

	.footer-grid {
		gap: 1.75rem 1.25rem;
	}

	.fit-cards--niche,
	.fit-cards--spec {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

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

	/* MD page — philosophy values 2×2 on tablet */
	.md-philosophy-quote {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding-inline: 1rem;
	}

	.md-philosophy-quote blockquote p {
		margin-inline: auto;
		max-width: 28rem;
	}

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

	.md-value-card {
		border-left: 1px solid var(--md-line) !important;
		border-bottom: 1px solid var(--md-line);
	}

	.md-value-card:nth-child(odd) {
		border-left: none !important;
	}

	.md-value-card:nth-last-child(-n+2) {
		border-bottom: none;
	}

	/* MD page — future cards in one row on tablet */
	.md-future-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.85rem;
	}

	.md-future-card {
		padding: 1.35rem 0.75rem;
	}

	.md-future-icon {
		width: 46px;
		height: 46px;
		margin-bottom: 0.7rem;
	}

	.md-future-card h3 {
		font-size: 0.86rem;
		line-height: 1.3;
	}
}

/* iPad — desktop nav + compact header (768px–899px) */
@media (min-width: 768px) and (max-width: 899px) {
	.menu-toggle {
		display: none !important;
	}

	.header-inner {
		min-height: 68px;
		gap: 0.65rem;
	}

	.logo {
		max-width: none;
		padding: 0.28rem 0.55rem;
	}

	.logo img {
		height: 30px;
	}

	.header-partners {
		margin-left: 0;
		margin-right: 0;
		order: unset;
		gap: 0.35rem;
	}

	.header-partner {
		width: 82px;
		height: 36px;
		padding: 0.18rem 0.3rem;
	}

	.header-actions {
		order: unset;
		gap: 0.55rem;
	}

	.header-cta {
		display: inline-flex;
		padding-inline: 0.85rem;
		font-size: 0.82rem;
	}

	.header-cta.is-secondary {
		display: none;
	}

	.header-cta:not(.is-secondary) {
		display: inline-flex;
	}

	.primary-nav {
		position: static;
		display: block !important;
		left: auto;
		right: auto;
		top: auto;
		max-height: none;
		overflow: visible;
		background: transparent;
		padding: 0;
	}

	body.nav-open .primary-nav {
		display: block !important;
	}

	.primary-nav .menu {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 0.2rem 0.35rem;
	}

	.primary-nav .menu > li.has-mega {
		position: static;
	}

	.primary-nav .nav-mobile-actions {
		display: none !important;
	}

	.mega-panel,
	.mega-what,
	.mega-company,
	.mega-blogs,
	.mega-stories {
		position: fixed !important;
		left: 50% !important;
		right: auto !important;
		top: calc(var(--header-h) + 10px) !important;
		z-index: 500 !important;
		width: min(980px, calc(100vw - 2rem)) !important;
		min-width: 280px;
		margin-inline: 0 !important;
		margin-top: 0 !important;
		transform: translate3d(-50%, 14px, 0) !important;
		box-shadow: 0 24px 60px rgba(11, 18, 32, 0.22);
		opacity: 0 !important;
		visibility: hidden !important;
		max-height: none !important;
		overflow: visible !important;
		padding: 1.2rem 1.3rem 1.35rem !important;
		pointer-events: none !important;
		background: #eef1f5;
		border-radius: 20px;
	}

	.mega-panel.mega-company,
	.primary-nav .menu > li.is-company .mega-company {
		position: absolute !important;
		left: 0 !important;
		right: auto !important;
		top: calc(100% + 12px) !important;
		grid-template-columns: 1fr 1fr !important;
		width: min(560px, calc(100vw - 2rem)) !important;
		padding: 1.1rem !important;
		background: #f7f1ea;
		transform: translate3d(0, 14px, 0) !important;
	}

	.primary-nav .menu > li.is-company {
		position: relative;
	}

	.primary-nav .has-mega:hover .mega-panel:not(.mega-company),
	.primary-nav .has-mega.is-open .mega-panel:not(.mega-company) {
		opacity: 1 !important;
		visibility: visible !important;
		max-height: none !important;
		overflow: visible !important;
		pointer-events: auto !important;
		transform: translate3d(-50%, 0, 0) !important;
	}

	.primary-nav .has-mega.is-company:hover > .mega-panel.mega-company,
	.primary-nav .has-mega.is-company.is-open > .mega-panel.mega-company {
		opacity: 1 !important;
		visibility: visible !important;
		max-height: none !important;
		overflow: visible !important;
		pointer-events: auto !important;
		transform: translate3d(0, 0, 0) !important;
	}

	.mega-what {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		width: min(920px, calc(100vw - 1.5rem)) !important;
	}

	.mega-stories,
	.mega-blogs {
		grid-template-columns: 1fr !important;
		width: min(980px, calc(100vw - 2rem)) !important;
	}

	.primary-nav .mega-panel a:not(.co-card) {
		color: var(--ink);
	}

	.primary-nav .mega-panel a:not(.co-card) strong {
		color: var(--ink);
	}

	.primary-nav .mega-panel a:not(.co-card) em {
		color: var(--muted);
	}

	.primary-nav .co-card {
		display: grid !important;
		grid-template-columns: 88px 1fr !important;
		background: #fff !important;
		color: var(--ink) !important;
	}

	.stories-mega-cards,
	.blogs-cards {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.65rem;
	}

	.st-card,
	.blog-card {
		aspect-ratio: auto;
		max-height: none;
	}

	.primary-nav a {
		font-size: 0.84rem;
	}

	.hero-inner {
		min-height: min(82svh, 680px);
	}
}

/* —— Quote page (Instant Quote) —— */
.quote-page {
	background: var(--bg);
}

.quote-hero {
	padding: clamp(2rem, 5vw, 4rem) 0 clamp(1.65rem, 4vw, 2.5rem);
	background: linear-gradient(180deg, #0b1f4a 0%, #123a8a 100%);
	color: #fff;
	text-align: center;
}

.quote-hero .container {
	width: min(44rem, calc(100% - 2rem));
}

.quote-hero .eyebrow {
	margin-bottom: 0.55rem;
	color: #9ec0ff;
}

.quote-hero h1 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.85rem, 6vw, 3.15rem);
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.quote-hero .lead {
	margin: 0 auto;
	max-width: 34rem;
	font-size: clamp(0.95rem, 2.8vw, 1.12rem);
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.quote-reassurance {
	padding: 1.15rem 0 1.35rem;
	background: #eef4fb;
}

.quote-reassurance .container {
	width: min(var(--container), calc(100% - 1.5rem));
}

.quote-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.4rem;
}

.quote-points article {
	padding: 0.65rem 0.35rem 0.7rem;
	background: #fff;
	border: 1px solid #d7e4ff;
	border-radius: 12px;
	box-shadow: 0 10px 24px rgba(0, 87, 255, 0.07);
	text-align: center;
}

.quote-points strong {
	display: block;
	margin-bottom: 0.15rem;
	font-size: clamp(0.85rem, 3.2vw, 1.05rem);
	letter-spacing: -0.03em;
	color: var(--ink);
}

.quote-points p {
	margin: 0 0 0.2rem;
	font-size: 0.52rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.25;
	color: var(--blue);
}

.quote-points span {
	display: block;
	font-size: 0.58rem;
	line-height: 1.3;
	color: var(--muted);
}

.quote-form-section {
	padding: 1.35rem 0 clamp(2rem, 5vw, 3.5rem);
	background: #fff;
}

.quote-form-section .container {
	width: min(var(--container), calc(100% - 1.5rem));
}

.quote-form-wrap {
	max-width: min(54rem, 100%);
	margin-inline: auto;
}

.quote-form-intro {
	margin: 0 0 1rem;
	text-align: center;
	font-size: clamp(0.98rem, 2.5vw, 1.08rem);
	font-weight: 600;
	line-height: 1.45;
	color: var(--ink);
}

.quote-form {
	padding: clamp(1rem, 3vw, 2rem);
	background: #fff;
	border: 1px solid #e2e8f4;
	border-radius: 18px;
	box-shadow: 0 16px 40px rgba(11, 18, 32, 0.07);
}

.quote-form #gform_wrapper_7,
.quote-form .gform_wrapper {
	max-width: none;
	margin: 0;
}

.quote-alt {
	padding: clamp(2rem, 4vw, 3rem) 0 clamp(2.5rem, 6vw, 4.5rem);
	background: #eef2f8;
	border-top: 1px solid #dde4ef;
}

.quote-alt-inner {
	max-width: 40rem;
	margin-inline: auto;
	text-align: center;
}

.quote-alt h2 {
	margin: 0 0 0.5rem;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	letter-spacing: -0.03em;
}

.quote-alt .lead {
	margin: 0 0 1.25rem;
	color: var(--muted);
	line-height: 1.55;
}

.quote-alt-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem;
	margin-bottom: 1.25rem;
}

.quote-contact-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.55rem;
}

.quote-contact-links a {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 0.85rem;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #d7e0ec;
	color: var(--ink);
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
}

.quote-contact-links a:hover {
	border-color: var(--blue);
	color: var(--blue);
	text-decoration: none;
}

@media (min-width: 640px) {
	.quote-reassurance {
		margin-top: -1.25rem;
		padding: 0 0 1rem;
		background: transparent;
	}

	.quote-reassurance .container {
		width: min(var(--container), calc(100% - 2rem));
	}

	.quote-points {
		gap: 1rem;
	}

	.quote-points article {
		padding: 1.15rem 1.1rem;
		border-radius: 16px;
	}

	.quote-points strong {
		margin-bottom: 0.25rem;
		font-size: clamp(1.25rem, 4.5vw, 1.65rem);
	}

	.quote-points p {
		font-size: 0.78rem;
		letter-spacing: 0.06em;
		line-height: 1.35;
	}

	.quote-points span {
		font-size: 0.84rem;
		line-height: 1.45;
	}

	.quote-form-section {
		padding-top: clamp(1.75rem, 4vw, 2.75rem);
	}

	.quote-form-section .container {
		width: min(var(--container), calc(100% - 2rem));
	}

	.quote-form-wrap {
		max-width: min(54rem, calc(100% - 2rem));
	}
}

@media (min-width: 900px) {
	.site-header,
	.header-inner,
	.primary-nav,
	.primary-nav .menu,
	.primary-nav .menu > li.has-mega {
		overflow: visible;
	}

	.primary-nav .menu > li.has-mega {
		position: static;
	}

	.primary-nav .menu > li.has-mega.is-company {
		position: relative;
	}

	.mega-panel,
	.mega-what,
	.mega-company,
	.mega-blogs,
	.mega-stories {
		position: fixed;
		left: 50%;
		right: auto;
		top: calc(var(--header-h) + 10px);
		z-index: 500;
		margin-inline: 0;
		transform: translate3d(-50%, 14px, 0);
	}

	.mega-company {
		position: absolute;
		left: 0;
		right: auto;
		top: calc(100% + 12px);
		grid-template-columns: 1fr 1fr;
		width: min(560px, calc(100vw - 2rem));
		padding: 1.1rem;
		transform: translate3d(0, 14px, 0);
	}

	.primary-nav .has-mega:hover > .mega-panel:not(.mega-company),
	.primary-nav .has-mega.is-open > .mega-panel:not(.mega-company) {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translate3d(-50%, 0, 0);
	}

	.primary-nav .has-mega.is-company:hover > .mega-company,
	.primary-nav .has-mega.is-company.is-open > .mega-company {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translate3d(0, 0, 0);
	}

	.quote-hero .container {
		max-width: 46rem;
	}

	.quote-hero h1 {
		font-size: clamp(2.35rem, 4vw, 3.15rem);
	}

	.quote-form-wrap {
		max-width: min(56rem, calc(100% - 3rem));
	}

	.quote-form {
		padding: 2rem 2.25rem;
		border-radius: 20px;
		box-shadow: 0 20px 48px rgba(11, 18, 32, 0.08);
	}

	.quote-contact-links {
		gap: 0.65rem;
	}
}

/* —— Gravity Forms — Instant Quote (form 7) + related calculators —— */
.content-main .gform_wrapper,
.content-wrap .gform_wrapper,
#gform_wrapper_7,
#gform_wrapper_8,
#gform_wrapper_9 {
	max-width: 42rem;
	margin-inline: auto;
	font-family: var(--font);
	color: var(--ink);
}

.content-main .gform_wrapper form,
.content-wrap .gform_wrapper form,
#gform_wrapper_7 form,
#gform_wrapper_8 form,
#gform_wrapper_9 form {
	margin: 0;
}

.content-main .gform_wrapper .gform_heading,
.content-wrap .gform_wrapper .gform_heading,
#gform_wrapper_7 .gform_heading,
#gform_wrapper_8 .gform_heading,
#gform_wrapper_9 .gform_heading {
	margin-bottom: 1.25rem;
}

.content-main .gform_wrapper .gform_title,
.content-wrap .gform_wrapper .gform_title,
#gform_wrapper_7 .gform_title,
#gform_wrapper_8 .gform_title,
#gform_wrapper_9 .gform_title {
	margin: 0 0 0.45rem;
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--ink);
}

.content-main .gform_wrapper .gform_description,
.content-wrap .gform_wrapper .gform_description,
#gform_wrapper_7 .gform_description,
#gform_wrapper_8 .gform_description,
#gform_wrapper_9 .gform_description {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.55;
	color: var(--muted);
}

.content-main .gform_wrapper .gform_fields,
.content-wrap .gform_wrapper .gform_fields,
#gform_wrapper_7 .gform_fields,
#gform_wrapper_8 .gform_fields,
#gform_wrapper_9 .gform_fields {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.1rem;
}

.content-main .gform_wrapper .gfield,
.content-wrap .gform_wrapper .gfield,
#gform_wrapper_7 .gfield,
#gform_wrapper_8 .gfield,
#gform_wrapper_9 .gfield {
	margin: 0;
	padding: 0;
}

.content-main .gform_wrapper .gfield_label,
.content-wrap .gform_wrapper .gfield_label,
#gform_wrapper_7 .gfield_label,
#gform_wrapper_8 .gfield_label,
#gform_wrapper_9 .gfield_label,
.content-main .gform_wrapper .gform-field-label,
.content-wrap .gform_wrapper .gform-field-label,
#gform_wrapper_7 .gform-field-label,
#gform_wrapper_8 .gform-field-label,
#gform_wrapper_9 .gform-field-label {
	display: block;
	margin-bottom: 0.45rem;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--ink);
}

.content-main .gform_wrapper .gfield_required,
.content-wrap .gform_wrapper .gfield_required,
#gform_wrapper_7 .gfield_required,
#gform_wrapper_8 .gfield_required,
#gform_wrapper_9 .gfield_required {
	color: var(--blue);
}

.content-main .gform_wrapper input[type="text"],
.content-main .gform_wrapper input[type="email"],
.content-main .gform_wrapper input[type="tel"],
.content-main .gform_wrapper input[type="number"],
.content-main .gform_wrapper input[type="url"],
.content-main .gform_wrapper input[type="password"],
.content-main .gform_wrapper input[type="date"],
.content-main .gform_wrapper input[type="search"],
.content-main .gform_wrapper select,
.content-main .gform_wrapper textarea,
.content-wrap .gform_wrapper input[type="text"],
.content-wrap .gform_wrapper input[type="email"],
.content-wrap .gform_wrapper input[type="tel"],
.content-wrap .gform_wrapper input[type="number"],
.content-wrap .gform_wrapper input[type="url"],
.content-wrap .gform_wrapper input[type="password"],
.content-wrap .gform_wrapper input[type="date"],
.content-wrap .gform_wrapper input[type="search"],
.content-wrap .gform_wrapper select,
.content-wrap .gform_wrapper textarea,
#gform_wrapper_7 input[type="text"],
#gform_wrapper_7 input[type="email"],
#gform_wrapper_7 input[type="tel"],
#gform_wrapper_7 input[type="number"],
#gform_wrapper_7 input[type="url"],
#gform_wrapper_7 input[type="password"],
#gform_wrapper_7 input[type="date"],
#gform_wrapper_7 input[type="search"],
#gform_wrapper_7 select,
#gform_wrapper_7 textarea,
#gform_wrapper_8 input[type="text"],
#gform_wrapper_8 input[type="email"],
#gform_wrapper_8 input[type="tel"],
#gform_wrapper_8 input[type="number"],
#gform_wrapper_8 input[type="url"],
#gform_wrapper_8 input[type="password"],
#gform_wrapper_8 input[type="date"],
#gform_wrapper_8 input[type="search"],
#gform_wrapper_8 select,
#gform_wrapper_8 textarea,
#gform_wrapper_9 input[type="text"],
#gform_wrapper_9 input[type="email"],
#gform_wrapper_9 input[type="tel"],
#gform_wrapper_9 input[type="number"],
#gform_wrapper_9 input[type="url"],
#gform_wrapper_9 input[type="password"],
#gform_wrapper_9 input[type="date"],
#gform_wrapper_9 input[type="search"],
#gform_wrapper_9 select,
#gform_wrapper_9 textarea {
	width: 100%;
	max-width: 100%;
	padding: 0.72rem 0.9rem;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: var(--white);
	color: var(--ink);
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.4;
	transition: border-color var(--ease), box-shadow var(--ease);
}

.content-main .gform_wrapper textarea,
.content-wrap .gform_wrapper textarea,
#gform_wrapper_7 textarea,
#gform_wrapper_8 textarea,
#gform_wrapper_9 textarea {
	min-height: 7rem;
	resize: vertical;
}

.content-main .gform_wrapper input:focus,
.content-main .gform_wrapper select:focus,
.content-main .gform_wrapper textarea:focus,
.content-wrap .gform_wrapper input:focus,
.content-wrap .gform_wrapper select:focus,
.content-wrap .gform_wrapper textarea:focus,
#gform_wrapper_7 input:focus,
#gform_wrapper_7 select:focus,
#gform_wrapper_7 textarea:focus,
#gform_wrapper_8 input:focus,
#gform_wrapper_8 select:focus,
#gform_wrapper_8 textarea:focus,
#gform_wrapper_9 input:focus,
#gform_wrapper_9 select:focus,
#gform_wrapper_9 textarea:focus {
	outline: none;
	border-color: var(--blue);
	box-shadow: 0 0 0 3px rgba(0, 87, 255, 0.18);
}

.content-main .gform_wrapper .gfield_radio,
.content-main .gform_wrapper .gfield_checkbox,
.content-wrap .gform_wrapper .gfield_radio,
.content-wrap .gform_wrapper .gfield_checkbox,
#gform_wrapper_7 .gfield_radio,
#gform_wrapper_7 .gfield_checkbox,
#gform_wrapper_8 .gfield_radio,
#gform_wrapper_8 .gfield_checkbox,
#gform_wrapper_9 .gfield_radio,
#gform_wrapper_9 .gfield_checkbox {
	display: grid;
	gap: 0.65rem;
}

.content-main .gform_wrapper .gchoice,
.content-wrap .gform_wrapper .gchoice,
#gform_wrapper_7 .gchoice,
#gform_wrapper_8 .gchoice,
#gform_wrapper_9 .gchoice {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	margin: 0;
}

.content-main .gform_wrapper .gfield-choice-input,
.content-wrap .gform_wrapper .gfield-choice-input,
#gform_wrapper_7 .gfield-choice-input,
#gform_wrapper_8 .gfield-choice-input,
#gform_wrapper_9 .gfield-choice-input {
	width: 1.15rem;
	height: 1.15rem;
	margin-top: 0.15rem;
	flex-shrink: 0;
	accent-color: var(--blue);
}

.content-main .gform_wrapper .gchoice label,
.content-wrap .gform_wrapper .gchoice label,
#gform_wrapper_7 .gchoice label,
#gform_wrapper_8 .gchoice label,
#gform_wrapper_9 .gchoice label {
	font-size: 0.95rem;
	line-height: 1.45;
	color: var(--ink);
	cursor: pointer;
}

.content-main .gform_wrapper .gf_progressbar_wrapper,
.content-wrap .gform_wrapper .gf_progressbar_wrapper,
#gform_wrapper_7 .gf_progressbar_wrapper,
#gform_wrapper_8 .gf_progressbar_wrapper,
#gform_wrapper_9 .gf_progressbar_wrapper,
.content-main .gform_wrapper .gf_page_steps,
.content-wrap .gform_wrapper .gf_page_steps,
#gform_wrapper_7 .gf_page_steps,
#gform_wrapper_8 .gf_page_steps,
#gform_wrapper_9 .gf_page_steps {
	margin-bottom: 1.35rem;
}

.content-main .gform_wrapper .gf_progressbar,
.content-wrap .gform_wrapper .gf_progressbar,
#gform_wrapper_7 .gf_progressbar,
#gform_wrapper_8 .gf_progressbar,
#gform_wrapper_9 .gf_progressbar {
	height: 0.45rem;
	border-radius: 999px;
	background: var(--line);
	overflow: hidden;
}

.content-main .gform_wrapper .gf_progressbar_percentage,
.content-wrap .gform_wrapper .gf_progressbar_percentage,
#gform_wrapper_7 .gf_progressbar_percentage,
#gform_wrapper_8 .gf_progressbar_percentage,
#gform_wrapper_9 .gf_progressbar_percentage {
	height: 100%;
	background: var(--blue);
	border-radius: inherit;
}

.content-main .gform_wrapper .gf_page_steps,
.content-wrap .gform_wrapper .gf_page_steps,
#gform_wrapper_7 .gf_page_steps,
#gform_wrapper_8 .gf_page_steps,
#gform_wrapper_9 .gf_page_steps {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.content-main .gform_wrapper .gf_step,
.content-wrap .gform_wrapper .gf_step,
#gform_wrapper_7 .gf_step,
#gform_wrapper_8 .gf_step,
#gform_wrapper_9 .gf_step {
	padding: 0.45rem 0.75rem;
	border-radius: 999px;
	background: var(--line);
	color: var(--muted);
	font-size: 0.82rem;
	font-weight: 600;
}

.content-main .gform_wrapper .gf_step_active,
.content-wrap .gform_wrapper .gf_step_active,
#gform_wrapper_7 .gf_step_active,
#gform_wrapper_8 .gf_step_active,
#gform_wrapper_9 .gf_step_active {
	background: var(--blue);
	color: #fff;
}

.content-main .gform_wrapper .gform_footer,
.content-wrap .gform_wrapper .gform_footer,
#gform_wrapper_7 .gform_footer,
#gform_wrapper_8 .gform_footer,
#gform_wrapper_9 .gform_footer {
	margin-top: 1.35rem;
	padding: 0;
}

.content-main .gform_wrapper .gform_button,
.content-main .gform_wrapper input[type="submit"],
.content-wrap .gform_wrapper .gform_button,
.content-wrap .gform_wrapper input[type="submit"],
#gform_wrapper_7 .gform_button,
#gform_wrapper_7 input[type="submit"],
#gform_wrapper_8 .gform_button,
#gform_wrapper_8 input[type="submit"],
#gform_wrapper_9 .gform_button,
#gform_wrapper_9 input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.75rem 1.35rem;
	border: 0;
	border-radius: 999px;
	background: var(--blue);
	color: #fff;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: background var(--ease), transform var(--ease), box-shadow var(--ease);
}

.content-main .gform_wrapper .gform_button:hover,
.content-main .gform_wrapper input[type="submit"]:hover,
.content-wrap .gform_wrapper .gform_button:hover,
.content-wrap .gform_wrapper input[type="submit"]:hover,
#gform_wrapper_7 .gform_button:hover,
#gform_wrapper_7 input[type="submit"]:hover,
#gform_wrapper_8 .gform_button:hover,
#gform_wrapper_8 input[type="submit"]:hover,
#gform_wrapper_9 .gform_button:hover,
#gform_wrapper_9 input[type="submit"]:hover {
	background: var(--blue-dark);
}

.content-main .gform_wrapper .gform_button:focus-visible,
.content-main .gform_wrapper input[type="submit"]:focus-visible,
.content-wrap .gform_wrapper .gform_button:focus-visible,
.content-wrap .gform_wrapper input[type="submit"]:focus-visible,
#gform_wrapper_7 .gform_button:focus-visible,
#gform_wrapper_7 input[type="submit"]:focus-visible,
#gform_wrapper_8 .gform_button:focus-visible,
#gform_wrapper_8 input[type="submit"]:focus-visible,
#gform_wrapper_9 .gform_button:focus-visible,
#gform_wrapper_9 input[type="submit"]:focus-visible {
	outline: 2px solid var(--blue);
	outline-offset: 3px;
}

.content-main .gform_wrapper .gform_validation_errors,
.content-wrap .gform_wrapper .gform_validation_errors,
#gform_wrapper_7 .gform_validation_errors,
#gform_wrapper_8 .gform_validation_errors,
#gform_wrapper_9 .gform_validation_errors {
	margin-bottom: 1rem;
	padding: 0.85rem 1rem;
	border: 1px solid #fecaca;
	border-radius: 12px;
	background: #fff5f5;
	color: #991b1b;
	font-size: 0.92rem;
	line-height: 1.45;
}

.content-main .gform_wrapper .gfield_error .validation_message,
.content-wrap .gform_wrapper .gfield_error .validation_message,
#gform_wrapper_7 .gfield_error .validation_message,
#gform_wrapper_8 .gfield_error .validation_message,
#gform_wrapper_9 .gfield_error .validation_message,
.content-main .gform_wrapper .gfield_validation_message,
.content-wrap .gform_wrapper .gfield_validation_message,
#gform_wrapper_7 .gfield_validation_message,
#gform_wrapper_8 .gfield_validation_message,
#gform_wrapper_9 .gfield_validation_message {
	margin-top: 0.4rem;
	font-size: 0.86rem;
	line-height: 1.4;
	color: #991b1b;
}

.content-main .gform_wrapper .gfield_error input,
.content-main .gform_wrapper .gfield_error select,
.content-main .gform_wrapper .gfield_error textarea,
.content-wrap .gform_wrapper .gfield_error input,
.content-wrap .gform_wrapper .gfield_error select,
.content-wrap .gform_wrapper .gfield_error textarea,
#gform_wrapper_7 .gfield_error input,
#gform_wrapper_7 .gfield_error select,
#gform_wrapper_7 .gfield_error textarea,
#gform_wrapper_8 .gfield_error input,
#gform_wrapper_8 .gfield_error select,
#gform_wrapper_8 .gfield_error textarea,
#gform_wrapper_9 .gfield_error input,
#gform_wrapper_9 .gfield_error select,
#gform_wrapper_9 .gfield_error textarea {
	border-color: #fca5a5;
}

@media (prefers-reduced-motion: reduce) {
	.content-main .gform_wrapper input,
	.content-main .gform_wrapper select,
	.content-main .gform_wrapper textarea,
	.content-main .gform_wrapper .gform_button,
	.content-wrap .gform_wrapper input,
	.content-wrap .gform_wrapper select,
	.content-wrap .gform_wrapper textarea,
	.content-wrap .gform_wrapper .gform_button,
	#gform_wrapper_7 input,
	#gform_wrapper_7 select,
	#gform_wrapper_7 textarea,
	#gform_wrapper_7 .gform_button,
	#gform_wrapper_8 input,
	#gform_wrapper_8 select,
	#gform_wrapper_8 textarea,
	#gform_wrapper_8 .gform_button,
	#gform_wrapper_9 input,
	#gform_wrapper_9 select,
	#gform_wrapper_9 textarea,
	#gform_wrapper_9 .gform_button {
		transition: none;
	}
}
