/* ═══════════════════════════════════════════════════
   SHIMMER SOFTECH — Design System v3
   Fonts  : Promo (display) · DM Sans (body)
   Palette: #000 bg · #F59E0B orange · #ededed text
   ═══════════════════════════════════════════════════ */

/* ── Local Fonts ──────────────────────────────────── */
@font-face {
	font-family: 'Promo';
	src: url('/fonts/promo-light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* ── Reset ─────────────────────────────────────── */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	font-size: 16px;
	color-scheme: dark;
}
body {
	font-family: 'DM Sans', system-ui, sans-serif;
	background: #000;
	color: #ededed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-y: auto;
	overflow-x: hidden;
	line-height: 1.6;
}
#root {
	width: 100%;
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--f-disp);
	color: #ededed;
	font-weight: 700;
	line-height: 1.1;
}
p {
	color: inherit;
}
button {
	cursor: pointer;
	background: none;
	border: none;
	font: inherit;
	color: inherit;
}
ul,
ol {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
img,
svg {
	display: block;
}
input,
select,
textarea {
	font-family: inherit;
}

/* ── Tokens ─────────────────────────────────────── */
:root {
	/* Backgrounds */
	--bg: #000000;
	--bg-soft: #080808;
	--bg-card: #0e0e0e;
	--bg-card2: #141414;

	/* Borders */
	--bdr: rgba(255, 255, 255, 0.07);
	--bdr-2: rgba(255, 255, 255, 0.13);
	--bdr-3: rgba(255, 255, 255, 0.2);

	/* Text */
	--t1: #ededed;
	--t2: rgba(237, 237, 237, 0.58);
	--t3: rgba(237, 237, 237, 0.34);
	--t4: rgba(237, 237, 237, 0.18);

	/* Orange accent */
	--og: #f59e0b;
	--og-lt: #fbbf24;
	--og-dim: rgba(245, 158, 11, 0.1);
	--og-glow: rgba(245, 158, 11, 0.22);

	/* Radii */
	--r-xs: 4px;
	--r-sm: 8px;
	--r-md: 12px;
	--r-lg: 18px;
	--r-xl: 26px;
	--r-2xl: 36px;
	--r-pill: 9999px;

	/* Typography */
	--f-disp: 'Promo', system-ui, sans-serif;
	--f-body: 'DM Sans', system-ui, sans-serif;
	--f-mono: 'DM Mono', 'Courier New', monospace;

	/* Motion */
	--ease: cubic-bezier(0.16, 1, 0.3, 1);
	--fast: 150ms;
	--base: 240ms;
	--slow: 400ms;

	/* Layout */
	--nav-h: 64px;
	--px: clamp(20px, 5vw, 80px);
}

/* ── Reduced motion ─────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
}

/* ── Shell ──────────────────────────────────────── */
.app-shell {
	position: relative;
	min-height: 100vh;
	background: var(--bg);
}
.ambient,
.noise {
	display: none;
}

/* ── Frame ──────────────────────────────────────── */
.website-frame {
	position: relative;
}
.frame-glow {
	display: none;
}
.frame-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

/* ── Spline sphere — right 52% ──────────────────── */
.three-scene {
	position: absolute;
	top: 0;
	right: 0;
	width: 52%;
	height: 100%;
	z-index: 1;
	pointer-events: auto;
}

/* ── Section layer ──────────────────────────────── */
.section-layer {
	position: relative;
	z-index: 5;
	width: 100%;
}

/* ═══ NAVBAR ════════════════════════════════════════ */
.site-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	height: var(--nav-h);
	display: flex;
	align-items: center;
	padding: 0 var(--px);
	/* transparent so the fixed lamp layer behind shows through */
	background: transparent;
	border-bottom: 1px solid var(--bdr);
}

/* Brand / logo */
.brand {
	font-family: 'Bricolage Grotesque', var(--f-disp), system-ui, sans-serif;
	font-weight: 800;
	font-size: 15px;
	letter-spacing: 0.08em;
	color: var(--t1);
	cursor: pointer;
	flex-shrink: 0;
	line-height: 1;
	text-decoration: none;
}
.brand-slash {
	color: var(--og);
	margin: 0 1px;
}

.brand-shimmer {
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	color: #ffdb4e;
	filter: drop-shadow(0 0 6px #b48505) drop-shadow(0 0 2px #ffdb4e);
	transition: filter 0.3s ease;
}

.brand:hover .brand-shimmer {
	filter: drop-shadow(0 0 10px #b48505) drop-shadow(0 0 4px #ffdb4e) drop-shadow(0 0 20px #b48505);
}

.brand-softech {
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	color: #2dd9fe;
	filter: drop-shadow(0 0 6px #00a3d5) drop-shadow(0 0 2px #2dd9fe);
	transition: filter 0.3s ease;
}

.brand:hover .brand-softech {
	filter: drop-shadow(0 0 10px #00a3d5) drop-shadow(0 0 4px #2dd9fe) drop-shadow(0 0 20px #00a3d5);
}

.brand-wrapper {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.brand-tagline {
	font-family: var(--f-body);
	font-size: 11px;
	font-weight: 500;
	color: #dddcdc;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-top: 0.5rem;
}

/* Links — absolutely centred */
.nav-links {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 2px;
	white-space: nowrap;
}
.nav-link {
	padding: 7px 14px;
	font-family: var(--f-body);
	font-size: 15px;
	font-weight: 400;
	color: var(--t2);
	border-radius: var(--r-sm);
	transition: color var(--fast);
	position: relative;
	white-space: nowrap;
	background: none;
	border: none;
}
.nav-link:hover {
	color: var(--t1);
}
.nav-link.is-current {
	color: var(--t1);
	font-weight: 500;
}
.nav-link.is-current::after {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 14px;
	right: 14px;
	height: 1.5px;
	background: var(--og);
	border-radius: 2px;
}

/* Contact Us — orange pill */
.nav-cta-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 20px;
	border-radius: var(--r-pill);
	background: var(--og);
	color: #000;
	font-family: var(--f-body);
	font-size: 13px;
	font-weight: 600;
	border: none;
	margin-left: auto;
	flex-shrink: 0;
	transition:
		background var(--base),
		transform var(--fast),
		box-shadow var(--base);
	white-space: nowrap;
}
.nav-cta-pill:hover {
	background: var(--og-lt);
	transform: translateY(-1px);
	box-shadow: 0 6px 22px var(--og-glow);
}
.nav-cta-pill:focus-visible {
	outline: 2px solid var(--og);
	outline-offset: 3px;
}

/* Mobile hamburger */
.hamburger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 36px;
	height: 36px;
	padding: 6px;
	margin-left: auto;
	border-radius: var(--r-sm);
	border: 1px solid var(--bdr-2);
	flex-shrink: 0;
}
.hamburger span {
	display: block;
	height: 1.5px;
	background: var(--t2);
	border-radius: 2px;
	transition:
		transform var(--base),
		opacity var(--base);
}
.hamburger.is-open span:nth-child(1) {
	transform: translateY(6.5px) rotate(45deg);
}
.hamburger.is-open span:nth-child(2) {
	opacity: 0;
}
.hamburger.is-open span:nth-child(3) {
	transform: translateY(-6.5px) rotate(-45deg);
}

/* Mobile drawer */
.mobile-drawer {
	display: none;
	flex-direction: column;
	position: absolute;
	top: var(--nav-h);
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.97);
	border-bottom: 1px solid var(--bdr-2);
	backdrop-filter: blur(24px);
	padding: 16px var(--px) 24px;
	gap: 2px;
	z-index: 10000;
}
.mobile-link {
	padding: 13px 0;
	font-size: 16px;
	font-weight: 500;
	color: var(--t2);
	border-bottom: 1px solid var(--bdr);
	text-align: left;
	cursor: pointer;
	transition: color var(--fast);
}
.mobile-link:last-of-type {
	border-bottom: none;
}
.mobile-link:hover,
.mobile-link.is-current {
	color: var(--t1);
}

/* ═══ BUTTONS ════════════════════════════════════════ */
.btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 13px 28px;
	border-radius: var(--r-pill);
	background: var(--og);
	color: #000;
	font-family: var(--f-body);
	font-size: 14px;
	font-weight: 600;
	border: none;
	white-space: nowrap;
	transition:
		background var(--base),
		transform var(--fast),
		box-shadow var(--base);
}
.btn-primary:hover {
	background: var(--og-lt);
	transform: translateY(-2px);
	box-shadow: 0 10px 32px var(--og-glow);
}
.btn-primary:active {
	transform: translateY(0);
}
.btn-primary:focus-visible {
	outline: 2px solid var(--og);
	outline-offset: 3px;
}

.btn-outline {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 26px;
	border-radius: var(--r-pill);
	background: transparent;
	color: var(--t1);
	font-family: var(--f-body);
	font-size: 14px;
	font-weight: 500;
	border: 1px solid var(--bdr-3);
	transition:
		color var(--base),
		border-color var(--base),
		background var(--base);
	white-space: nowrap;
}
.btn-outline:hover {
	border-color: var(--t1);
	background: rgba(255, 255, 255, 0.04);
}
.btn-outline.sm {
	padding: 9px 20px;
	font-size: 13px;
}
.btn-outline:focus-visible {
	outline: 2px solid var(--og);
	outline-offset: 3px;
}

/* ═══ SHARED SECTION BASE ════════════════════════════ */
.pg-section {
	min-height: 100vh;
	padding: calc(var(--nav-h) + 56px) var(--px) 72px;
	display: flex;
	flex-direction: column;
	gap: 56px;
	background: var(--bg);
}

.sec-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 560;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #f8f8f7;
}
.sec-label::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--og);
	flex-shrink: 0;
}

.sec-title {
	font-family: var(--f-disp);
	font-size: clamp(36px, 4.8vw, 66px);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--t1);
}
.sec-title span {
	color: var(--og);
}

.sec-sub {
	font-size: 15px;
	line-height: 1.75;
	color: var(--t2);
	max-width: 560px;
}

.sec-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 32px;
	border-top: 1px solid var(--bdr);
	margin-top: auto;
}
.sec-count {
	font-family: var(--f-mono);
	font-size: 10px;
	letter-spacing: 0.16em;
	color: var(--t4);
}

/* ═══ HERO ═══════════════════════════════════════════ */
.hero-wrap {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: calc(var(--nav-h) + clamp(48px, 8vh, 96px));
	padding-bottom: calc(clamp(32px, 5vh, 56px) + 96px);
	padding-left: var(--px);
	padding-right: var(--px);
	pointer-events: none;
	/* Wide enough for the headline but leaves room for the 3D scene */
	width: 100%;
}

.hero-body {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	pointer-events: auto;
}
.hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 560;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #f8f8f7;
}
.hero-eyebrow::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--og);
	flex-shrink: 0;
}
.hero-h1 {
	font-family: var(--f-disp);
	/* Fluid scale: large on big screens, comfortable on small ones */
	font-size: clamp(38px, 5.5vw, 76px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.04em;
	color: var(--t1);
	/* Each span/em is its own visual line — no hardcoded <br> needed */
	word-break: break-word;
	overflow-wrap: break-word;
}
/* Each text chunk sits on its own line naturally */
.hero-h1 span,
.hero-h1 em {
	display: block;
}
.hero-h1 em {
	font-style: normal;
	color: var(--og);
}
.hero-desc {
	font-size: clamp(14px, 1.1vw, 16px);
	line-height: 1.75;
	color: var(--t2);
	max-width: 480px;
}
.hero-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

/* Stats strip — bottom of hero */
.hero-stats {
	position: absolute;
	bottom: clamp(32px, 5vh, 56px);
	left: var(--px);
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	pointer-events: auto;
}
.stat {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.stat-val {
	font-family: var(--f-disp);
	font-size: clamp(24px, 2.8vw, 36px);
	font-weight: 800;
	color: var(--t1);
	letter-spacing: -0.04em;
}
.stat-lbl {
	font-size: 11px;
	color: var(--t3);
	line-height: 1.4;
}

/* ═══ MARQUEE (react-fast-marquee) ══════════════════ */
.marquee-wrap {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: #0d0d0d;
	padding: 18px 0;
	flex-shrink: 0;
}

/* rfm-marquee is the inner scrolling container */
.marquee-wrap .rfm-marquee-container {
	overflow: hidden !important;
}

.marquee-item {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

/* Orange diamond ◆ separator */
.marquee-diamond {
	color: #f59e0b;
	font-size: 9px;
	margin: 0 28px;
	line-height: 1;
	flex-shrink: 0;
	font-family: sans-serif;
}

/* Item text — Barlow for the bold wide look in the screenshot */
.marquee-text {
	font-family: 'Barlow', var(--f-disp), sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #ededed;
	line-height: 1;
}
.marquee-text.dim {
	color: rgba(237, 237, 237, 0.35);
	font-weight: 600;
}

/* ═══ SERVICES ═══════════════════════════════════════ */

/* Futuristic WebGPU background layer */
.svc-section {
	position: relative;
	overflow: hidden;
}
/* Wrapper div R3F renders inside — must fill the section */
.svc-section .futuristic-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	opacity: 0.7;
}
/* Ensure all direct section content sits above the canvas */
.svc-section > :not(.futuristic-bg) {
	position: relative;
	z-index: 1;
}

.svc-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: end;
}
.svc-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.svc-card {
	background: #111111;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 14px;
	padding: 36px 36px 32px;
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
	overflow: hidden;
	transition:
		border-color var(--base),
		background var(--base);
	cursor: default;
}
.svc-card:hover {
	border-color: rgba(255, 255, 255, 0.13);
	background: #141414;
}
/* Remove old top-line effect */
.svc-card::after {
	display: none;
}
.svc-card:hover::after {
	display: none;
}
.svc-card:hover .svc-name {
	color: var(--t1);
}

.svc-num {
	font-family: var(--f-mono);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: var(--og);
	margin-bottom: 10px;
}
.svc-name {
	font-family: var(--f-disp);
	font-size: clamp(22px, 2.4vw, 30px);
	font-weight: 800;
	color: var(--t1);
	letter-spacing: -0.03em;
	line-height: 1.05;
	margin-bottom: 14px;
}
.svc-desc {
	font-size: 13px;
	line-height: 1.72;
	color: rgba(237, 237, 237, 0.5);
	flex: 1;
	margin-bottom: 24px;
	max-width: 400px;
}
.svc-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: auto;
}
.svc-tag {
	padding: 4px 12px;
	border-radius: var(--r-pill);
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: transparent;
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 500;
	color: rgba(237, 237, 237, 0.45);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition:
		border-color var(--fast),
		color var(--fast);
}
.svc-card:hover .svc-tag {
	border-color: var(--bdr-2);
	color: var(--t2);
}

/* ═══ CASE STUDIES — table ═══════════════════════════ */
.cases-intro {
	max-width: 480px;
}
.cases-table {
	display: flex;
	flex-direction: column;
}
.cases-head {
	display: grid;
	grid-template-columns: 2fr 1fr 2fr 1.4fr;
	gap: 20px;
	padding: 12px 0;
	border-bottom: 1px solid var(--bdr);
}
.cases-head span {
	font-family: var(--f-mono);
	font-size: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--t4);
}
.case-row {
	display: grid;
	grid-template-columns: 2fr 1fr 2fr 1.4fr;
	gap: 20px;
	align-items: center;
	padding: 24px 0;
	border-bottom: 1px solid var(--bdr);
	transition: background var(--fast);
}
.case-row:hover {
	background: rgba(255, 255, 255, 0.015);
}
.case-row:last-child {
	border-bottom: none;
}
.cr-client {
	font-family: var(--f-disp);
	font-size: clamp(15px, 1.7vw, 21px);
	font-weight: 700;
	color: var(--t1);
	letter-spacing: -0.02em;
}
.cr-sector {
	font-family: var(--f-mono);
	font-size: 11px;
	color: var(--t3);
	letter-spacing: 0.08em;
}
.cr-desc {
	font-size: 13px;
	line-height: 1.62;
	color: var(--t2);
}
.cr-result {
	font-family: var(--f-disp);
	font-size: clamp(14px, 1.5vw, 19px);
	font-weight: 700;
	color: var(--og);
	letter-spacing: -0.02em;
	text-align: right;
}

/* ═══ ABOUT ══════════════════════════════════════════ */
.about-metrics {
	display: flex;
	gap: 52px;
	flex-wrap: wrap;
	padding: 32px 0;
	border-top: 1px solid var(--bdr);
	border-bottom: 1px solid var(--bdr);
}
.a-metric {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.a-metric-val {
	font-family: var(--f-disp);
	font-size: clamp(28px, 3.4vw, 46px);
	font-weight: 800;
	color: var(--t1);
	letter-spacing: -0.04em;
}
.a-metric-lbl {
	font-size: 12px;
	color: var(--t3);
}

/* ═══ ABOUT ══════════════════════════════════════════ */

/* ── Hero header: 2-col left/sidebar ─────────────── */
.about-hero {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 40px;
	align-items: start;
}
.about-hero-left {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.about-main-title {
	font-family: var(--f-disp);
	font-size: clamp(32px, 4.5vw, 58px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.05;
	color: var(--t1);
}
.about-main-title span {
	color: var(--og);
}
.about-main-sub {
	font-size: 14px;
	line-height: 1.75;
	color: var(--t2);
	max-width: 520px;
}

/* Service quad */
.about-svc-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px;
	border: 1px solid var(--bdr);
	border-radius: var(--r-md);
	overflow: hidden;
}
.about-svc-card {
	padding: 20px 22px;
	background: var(--bg-card);
	transition: background 150ms ease;
}
.about-svc-card:hover {
	background: var(--bg-card2);
}
.about-svc-title {
	font-family: var(--f-disp);
	font-size: 14px;
	font-weight: 700;
	color: var(--t1);
	letter-spacing: -0.02em;
	margin-bottom: 5px;
}
.about-svc-desc {
	font-size: 12px;
	line-height: 1.6;
	color: var(--t2);
}
.about-hero-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

/* Brand identities sidebar card */
.about-brands-card {
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-lg);
	padding: 24px 22px;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.about-brands-intro {
	font-size: 12px;
	line-height: 1.6;
	color: var(--t2);
	margin-bottom: 20px;
}
.about-brands-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	border-top: 1px solid var(--bdr);
}
.about-brand-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid var(--bdr);
}
.about-brand-av {
	width: 36px;
	height: 36px;
	border-radius: var(--r-sm);
	background: var(--og-dim);
	border: 1px solid rgba(245, 158, 11, 0.22);
	color: var(--og);
	font-family: var(--f-disp);
	font-weight: 700;
	font-size: 11px;
	display: grid;
	place-items: center;
	flex-shrink: 0;
}
.about-brand-name {
	font-size: 12.5px;
	font-weight: 600;
	color: var(--t1);
	line-height: 1.3;
}
.about-brand-sub {
	font-size: 11px;
	color: var(--t3);
}
.about-brands-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 14px;
	margin-top: 4px;
}
.about-brands-founded-lbl {
	font-size: 11px;
	color: var(--t3);
	letter-spacing: 0.05em;
}
.about-brands-founded-yr {
	font-family: var(--f-disp);
	font-size: 18px;
	font-weight: 800;
	color: var(--t1);
	letter-spacing: -0.03em;
}

/* ── Metrics ──────────────────────────────────────── */
.about-metrics {
	display: flex;
	gap: 52px;
	flex-wrap: wrap;
	padding: 32px 0;
	border-top: 1px solid var(--bdr);
	border-bottom: 1px solid var(--bdr);
}
.a-metric {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.a-metric-val {
	font-family: var(--f-disp);
	font-size: clamp(28px, 3.4vw, 46px);
	font-weight: 800;
	color: var(--t1);
	letter-spacing: -0.04em;
}
.a-metric-lbl {
	font-size: 12px;
	color: var(--t3);
}

/* ── Why section: 2-col ──────────────────────────── */
.about-why {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}
.about-why-left {
	display: flex;
	flex-direction: column;
	gap: 0;
}
.about-why-body {
	font-size: 13.5px;
	line-height: 1.78;
	color: var(--t2);
	margin-bottom: 14px;
}
.about-vision-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--og);
	background: var(--og-dim);
	border: 1px solid rgba(245, 158, 11, 0.2);
	border-radius: 9999px;
	padding: 5px 12px;
	margin-bottom: 20px;
}
.about-values {
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-lg);
	padding: 24px 22px;
}
.about-values-title {
	font-family: var(--f-disp);
	font-size: 16px;
	font-weight: 700;
	color: var(--t1);
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}
.about-values-body {
	font-size: 12.5px;
	line-height: 1.7;
	color: var(--t2);
	margin-bottom: 16px;
}
.about-values-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
}
.about-values-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 12.5px;
	color: var(--t2);
	line-height: 1.55;
}
.about-values-bullet {
	color: var(--og);
	flex-shrink: 0;
	margin-top: 2px;
}

/* ── CTA block: 2-col ────────────────────────────── */
.about-cta-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-xl);
	padding: 36px 36px;
}
.about-cta-left {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.about-cta-title {
	font-family: var(--f-disp);
	font-size: clamp(22px, 2.8vw, 36px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.1;
	color: var(--t1);
}
.about-cta-title span {
	color: var(--og);
	font-style: italic;
}
.about-cta-sub {
	font-size: 13px;
	line-height: 1.72;
	color: var(--t2);
}
.about-cta-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.about-cta-note {
	font-size: 11.5px;
	color: var(--t3);
	line-height: 1.5;
}
.about-cta-link {
	color: var(--og);
	text-decoration: none;
}
.about-cta-link:hover {
	text-decoration: underline;
}

/* "What we do — fast" card */
.about-fast-card {
	background: var(--bg-card2);
	border: 1px solid var(--bdr);
	border-radius: var(--r-lg);
	padding: 24px 22px;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.about-fast-title {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--t3);
	margin-bottom: 18px;
}
.about-fast-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 20px;
}
.about-fast-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.about-fast-check {
	color: var(--og);
	flex-shrink: 0;
	margin-top: 2px;
}
.about-fast-item-title {
	font-size: 13px;
	font-weight: 600;
	color: var(--t1);
	margin-bottom: 3px;
	line-height: 1.3;
}
.about-fast-item-desc {
	font-size: 11.5px;
	color: var(--t2);
	line-height: 1.55;
}
.about-fast-footer {
	border-top: 1px solid var(--bdr);
	padding-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.about-fast-logos {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.about-fast-btns {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.about-fast-btn {
	font-size: 12px !important;
	padding: 8px 16px !important;
}

/* ── Shared: logos-row, team-grid ─────────────────── */
.logos-row {
	display: flex;
	align-items: center;
	gap: 36px;
	flex-wrap: wrap;
	padding: 16px 0;
	border-top: 1px solid var(--bdr);
}
.logo-txt {
	font-family: var(--f-disp);
	font-size: 13px;
	font-weight: 700;
	color: var(--t4);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: color var(--fast);
}
.logo-txt:hover {
	color: var(--t2);
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	gap: 12px;
}
.team-card {
	display: flex;
	align-items: center;
	gap: 14px;
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-md);
	padding: 18px 20px;
	transition: border-color var(--fast);
}
.team-card:hover {
	border-color: var(--bdr-2);
}
.team-av {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--og-dim);
	border: 1px solid rgba(245, 158, 11, 0.28);
	color: var(--og);
	font-family: var(--f-disp);
	font-weight: 700;
	font-size: 13px;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}
.step {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 20px;
	padding: 28px 0;
	border-bottom: 1px solid var(--bdr);
	align-items: start;
}
.step:first-child {
	padding-top: 4px;
}
.step:last-child {
	border-bottom: none;
}
.step-n {
	font-family: var(--f-disp);
	font-size: 13px;
	font-weight: 700;
	color: var(--og);
	padding-top: 2px;
}
.step-body {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.step-title {
	font-family: var(--f-disp);
	font-size: 17px;
	font-weight: 700;
	color: var(--t1);
	letter-spacing: -0.02em;
}
.step-desc {
	font-size: 13px;
	line-height: 1.65;
	color: var(--t2);
}

.certs-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.cert-pill {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 16px;
	border-radius: var(--r-md);
	background: var(--bg-card);
	border: 1px solid var(--bdr-2);
	font-family: var(--f-body);
	font-size: 12px;
	font-weight: 500;
	color: var(--t2);
	transition:
		border-color var(--fast),
		color var(--fast);
}
.cert-pill:hover {
	border-color: var(--og);
	color: var(--og);
}

.logos-row {
	display: flex;
	align-items: center;
	gap: 36px;
	flex-wrap: wrap;
	padding: 16px 0;
	border-top: 1px solid var(--bdr);
}
.logo-txt {
	font-family: var(--f-disp);
	font-size: 13px;
	font-weight: 700;
	color: var(--t4);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: color var(--fast);
}
.logo-txt:hover {
	color: var(--t2);
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	gap: 12px;
}
.team-card {
	display: flex;
	align-items: center;
	gap: 14px;
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-md);
	padding: 18px 20px;
	transition: border-color var(--fast);
}
.team-card:hover {
	border-color: var(--bdr-2);
}
.team-av {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--og-dim);
	border: 1px solid rgba(245, 158, 11, 0.28);
	color: var(--og);
	font-family: var(--f-disp);
	font-weight: 700;
	font-size: 13px;
	display: grid;
	place-items: center;
	flex-shrink: 0;
}
.team-info {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.team-name {
	font-size: 13px;
	font-weight: 600;
	color: var(--t1);
}
.team-role {
	font-size: 11px;
	color: var(--t3);
}

/* ═══ CONTACT ════════════════════════════════════════ */
.contact-cta {
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-xl);
	padding: 72px clamp(32px, 6vw, 96px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	text-align: center;
}
.cta-h {
	font-family: var(--f-disp);
	font-size: clamp(36px, 5vw, 68px);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--t1);
	max-width: 820px;
}
.cta-h span {
	color: var(--og);
}
.cta-p {
	font-size: 15px;
	line-height: 1.72;
	color: var(--t2);
	max-width: 500px;
}
.cta-btns {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	justify-content: center;
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 64px;
	align-items: start;
}

.contact-left {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.contact-left h3 {
	font-family: var(--f-disp);
	font-size: clamp(22px, 2.4vw, 32px);
	font-weight: 700;
	color: var(--t1);
	letter-spacing: -0.02em;
}
.contact-left h3 span {
	color: var(--og);
}
.contact-desc {
	font-size: 14px;
	line-height: 1.75;
	color: var(--t2);
}

.trust-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.trust-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: var(--t2);
}
.trust-icon {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--og-dim);
	border: 1px solid rgba(245, 158, 11, 0.28);
	color: var(--og);
	display: grid;
	place-items: center;
	flex-shrink: 0;
}

.offices {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.office {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.office-city {
	font-family: var(--f-disp);
	font-size: 13px;
	font-weight: 700;
	color: var(--t1);
}
.office-detail {
	font-size: 12px;
	color: var(--t3);
}

.socials {
	display: flex;
	gap: 10px;
}
.soc-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid var(--bdr-2);
	display: grid;
	place-items: center;
	font-family: var(--f-mono);
	font-size: 10px;
	color: var(--t3);
	transition:
		color var(--fast),
		border-color var(--fast),
		background var(--fast);
}
.soc-btn:hover {
	color: var(--og);
	border-color: var(--og);
	background: var(--og-dim);
}

/* Contact form */
.contact-form-box {
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-xl);
	padding: 40px;
}
.c-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.form-field {
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.form-field label {
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.12em;
	color: var(--t3);
	text-transform: uppercase;
}
.form-field input,
.form-field select,
.form-field textarea {
	background: var(--bg-soft);
	border: 1px solid var(--bdr);
	border-radius: var(--r-md);
	padding: 12px 16px;
	font-family: var(--f-body);
	font-size: 14px;
	color: var(--t1);
	transition:
		border-color var(--base),
		box-shadow var(--base);
	outline: none;
	resize: vertical;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
	color: var(--t4);
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
	border-color: var(--og);
	box-shadow: 0 0 0 3px var(--og-dim);
}
.form-field select {
	appearance: none;
	cursor: pointer;
}
.form-field select option {
	background: #111;
}
.form-note {
	font-size: 11px;
	color: var(--t4);
	line-height: 1.5;
}

.form-success {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	padding: 8px 0;
}
.success-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--og-dim);
	color: var(--og);
	display: grid;
	place-items: center;
	border: 1px solid rgba(245, 158, 11, 0.3);
}
.form-success h3 {
	font-family: var(--f-disp);
	font-size: 22px;
	font-weight: 700;
	color: var(--t1);
}
.form-success p {
	font-size: 14px;
	color: var(--t2);
	line-height: 1.6;
}

/* ═══ is-fluid utility ════════════════════════════════ */
.is-fluid {
	width: 100% !important;
	max-width: 100% !important;
}

/* ═══ RESPONSIVE ══════════════════════════════════════ */
@media (max-width: 1100px) {
	.three-scene {
		width: 100%;
		opacity: 0.25;
	}
	.hero-wrap {
		max-width: 100%;
	}
	.svc-header {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.process-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}
	.contact-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.cases-head,
	.case-row {
		grid-template-columns: 2fr 1fr 2fr;
	}
	.cr-result {
		display: none;
	}
}
@media (max-width: 900px) {
	:root {
		--px: clamp(20px, 4vw, 48px);
	}
	.svc-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.hero-h1 {
		font-size: clamp(30px, 11vw, 46px);
	}
	.svc-grid {
		grid-template-columns: 1fr;
	}
	.sec-title {
		font-size: clamp(28px, 8vw, 42px);
	}
	.team-grid {
		grid-template-columns: 1fr;
	}
}

/* ═══ CASE STUDY CAROUSEL (custom) ══════════════════ */
.cs-carousel {
	display: flex;
	flex-direction: column;
	gap: 0;
}

/* Slide card */
.cs-slide {
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-xl);
	padding: clamp(28px, 4vw, 52px);
	display: flex;
	flex-direction: column;
	gap: 24px;
	animation: cs-fade-in 0.45s var(--ease) both;
}
@keyframes cs-fade-in {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.cs-slide-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}
.cs-index {
	font-family: var(--f-mono);
	font-size: 10px;
	letter-spacing: 0.18em;
	color: var(--og);
}
.cs-sector {
	font-family: var(--f-mono);
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--t3);
	border: 1px solid var(--bdr);
	padding: 4px 12px;
	border-radius: var(--r-pill);
}
.cs-client {
	font-family: var(--f-disp);
	font-size: clamp(26px, 3.5vw, 46px);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--t1);
	line-height: 1;
}
.cs-desc {
	font-size: 15px;
	line-height: 1.75;
	color: var(--t2);
	max-width: 700px;
}

/* Metrics row */
.cs-metrics {
	display: flex;
	gap: 40px;
	padding: 22px 0;
	border-top: 1px solid var(--bdr);
	border-bottom: 1px solid var(--bdr);
	flex-wrap: wrap;
}
.cs-metric {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.cs-metric-val {
	font-family: var(--f-disp);
	font-size: clamp(22px, 2.8vw, 34px);
	font-weight: 800;
	color: var(--og);
	letter-spacing: -0.04em;
}
.cs-metric-lbl {
	font-size: 11px;
	color: var(--t3);
	line-height: 1.4;
}

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

/* Controls row — dots left, arrows right */
.cs-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0 0;
}
.cs-dots {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}
.cs-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--bdr-3);
	border: none;
	cursor: pointer;
	padding: 0;
	transition:
		background var(--base),
		width var(--base),
		border-radius var(--base);
	flex-shrink: 0;
}
.cs-dot.is-active {
	background: var(--og);
	width: 24px;
	border-radius: var(--r-pill);
}
.cs-dot:hover:not(.is-active) {
	background: var(--bdr-3);
	transform: scale(1.3);
}

.cs-arrows {
	display: flex;
	align-items: center;
	gap: 12px;
}
.cs-progress {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.12em;
	color: var(--t3);
	min-width: 54px;
	text-align: center;
}
.cs-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--bg-card);
	border: 1px solid var(--bdr-2);
	color: var(--t2);
	display: grid;
	place-items: center;
	transition:
		background var(--base),
		color var(--fast),
		border-color var(--fast),
		transform var(--fast);
}
.cs-arrow:hover {
	background: var(--og);
	color: #000;
	border-color: var(--og);
	transform: scale(1.08);
}
.cs-arrow:focus-visible {
	outline: 2px solid var(--og);
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	.cs-slide {
		animation: none;
	}
}

/* ═══ HERO SLIDE DOTS ════════════════════════════════ */
.hero-dots {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 8px;
}
.hero-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--bdr-3);
	border: none;
	padding: 0;
	cursor: pointer;
	flex-shrink: 0;
	transition:
		background var(--base),
		width var(--base),
		border-radius var(--base);
}
.hero-dot.is-active {
	background: var(--og);
	width: 22px;
	border-radius: var(--r-pill);
}
.hero-dot:hover:not(.is-active) {
	background: var(--bdr-3);
	transform: scale(1.3);
}
/* Slide transition handled by gsap — no CSS animation needed */
.hero-body {
	will-change: opacity, transform;
}

/* ── Hero video — right column ──────────────────── */
.hero-video-wrap {
	position: relative;
	width: 100%;
	height: 720px !important;
	min-height: 420px;
	border-radius: var(--r-xl);
	overflow: hidden;
	display: flex;
	align-items: stretch;
}
.hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: var(--r-xl);
}
/* Subtle left-edge fade so video blends into the dark bg */
.hero-video-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, var(--bg) 0%, transparent 22%, transparent 78%, var(--bg) 100%);
	border-radius: var(--r-xl);
	pointer-events: none;
}

/* ═══ DISCIPLINES SECTION ════════════════════════════ */
.disc-head {
	display: flex;
	flex-direction: column;
	gap: 18px;
	max-width: 100%;
}

/* "WHAT WE DO" label */
.disc-head .sec-label {
	font-size: 10px;
	letter-spacing: 0.24em;
	color: #979289;
}

/* Headline — inline, no forced break */
.disc-title {
	font-family: var(--f-disp);
	font-size: clamp(38px, 6.2vw, 76px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	color: var(--t1);
	/* inline so "one" sits beside "disciplines," without wrapping */
	display: block;
}
.disc-title em {
	font-style: normal;
	color: var(--og);
}

/* ── 2×2 grid ─────────────────────────────────────────── */
.disc-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	width: 100%;
}

/* ── Card ─────────────────────────────────────────────── */
.disc-card {
	background: #111111;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 14px;
	padding: 34px 36px 30px;
	display: flex;
	flex-direction: column;
	gap: 0;
	cursor: default;
	/* smooth border/bg on hover — tilt handled by Framer */
	transition:
		border-color 220ms ease,
		background 220ms ease;
	transform-origin: center center;
	min-height: 220px;
}
.disc-card:hover {
	border-color: rgba(255, 255, 255, 0.14);
	background: #161616;
}

/* Number */
.disc-num {
	font-family: var(--f-mono);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.12em;
	color: var(--og);
	margin-bottom: 12px;
	display: block;
}

/* Title */
.disc-name {
	font-family: var(--f-disp);
	font-size: clamp(24px, 2.6vw, 34px);
	font-weight: 800;
	color: var(--t1);
	letter-spacing: -0.03em;
	line-height: 1.05;
	margin-bottom: 16px;
}

/* Description */
.disc-desc {
	font-size: 13px;
	line-height: 1.72;
	color: rgba(237, 237, 237, 0.46);
	flex: 1;
	margin-bottom: 26px;
	max-width: 380px;
}

/* Tag row */
.disc-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: auto;
}

/* Tag pill */
.disc-tag {
	display: inline-block;
	padding: 4px 13px;
	border-radius: 9999px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: transparent;
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(237, 237, 237, 0.42);
	transition:
		border-color 150ms,
		color 150ms;
}
.disc-card:hover .disc-tag {
	border-color: rgba(255, 255, 255, 0.26);
	color: rgba(237, 237, 237, 0.68);
}

/* ── Responsive ─────────────────────────────────────── */

@media (max-width: 480px) {
	.disc-title {
		font-size: clamp(28px, 10vw, 40px);
	}
}

/* ═══ DISCIPLINES — canvas background overlay ════════ */
.disc-section {
	background: #000 !important;
}

/* All text/grid content floats above the canvas */
.disc-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 56px;
	/* match pg-section padding so layout stays identical */
	padding: calc(var(--nav-h) + 56px) var(--px) 72px;
}

/* Darken cards slightly so they read against the ribbon glow */
.disc-section .disc-card {
	background: rgba(10, 10, 10, 0.2);
	backdrop-filter: blur(2px);
	border-color: rgba(255, 255, 255, 0.09);
}
.disc-section .disc-card:hover {
	background: rgba(18, 18, 18, 0.9);
	border-color: rgba(245, 158, 11, 0.35);
}

/* ═══ PROOF SECTION ══════════════════════════════════ */
.proof-section {
	position: relative;

	overflow: hidden;
	/* tall enough to feel full-bleed; content determines real height */
	min-height: 100vh;
	padding: clamp(64px, 8vh, 110px) var(--px) clamp(64px, 8vh, 110px);
	display: flex;
	align-items: center;
	width: 100%;
}

.proof-section::before {
	content: '';
	position: absolute;
	inset: -20px;
	background-color: #000000;
	filter: blur(5px);

	z-index: 0;
}

.proof-section > * {
	position: relative;
	z-index: 1;
}

/* Orb — absolute right, large sphere bleeds off right edge */
.proof-orb-wrap {
	position: absolute;
	top: 50%;
	right: -120px;
	transform: translateY(-50%);
	width: clamp(360px, 42vw, 560px);
	height: clamp(360px, 42vw, 560px);
	pointer-events: none;
	z-index: 0;
}
.proof-orb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	opacity: 1;
	transition: transform 0.04s linear;
	will-change: transform;
	/*
	 * Fade the left edge into the dark bg so it blends seamlessly.
	 * The orb stays fully visible on the right, fading out ~40% from left.
	 */
	mask-image: radial-gradient(ellipse at 65% 50%, black 42%, transparent 72%);
	-webkit-mask-image: radial-gradient(ellipse at 65% 50%, black 42%, transparent 72%);
	/* Warm orange ambient glow behind the sphere */
	filter: drop-shadow(0 0 60px rgba(245, 120, 20, 0.35)) drop-shadow(0 0 120px rgba(245, 90, 10, 0.18));
}

/* Left column — constrained so text never overlaps the orb */
.proof-body {
	position: relative;
	z-index: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
}

/* ── "SELECTED WORK" eyebrow ───────────────────────── */
.proof-body .sec-label {
	margin-bottom: 20px;
	font-size: 10px;
	letter-spacing: 0.24em;
	color: #979289;
}

/* ── Headline ──────────────────────────────────────── */
.proof-title {
	font-family: var(--f-disp);
	font-size: clamp(46px, 7.2vw, 92px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 52px;
}
/* "promises." — orange + italic, matching screenshot */
.proof-title span {
	color: #f59e0b;
	font-style: italic;
}

/* ── Table ─────────────────────────────────────────── */
/* ── Table ─────────────────────────────────────────── */
.proof-table {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.proof-row {
	display: grid;
	/*
	 * 4 columns:
	 *   index  : 36px  — mono counter, very muted
	 *   client : 210px — bold white name
	 *   desc   : 1fr   — fluid muted label
	 *   result : auto  — orange metric + arrow icon
	 */
	grid-template-columns: 36px 210px 1fr auto;
	align-items: center;
	gap: 0 28px;
	padding: 28px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	cursor: default;
	transition: background 160ms ease;
	/* Semi-transparent dark background with subtle glassmorphism */
	background: rgba(14, 14, 14, 0.5);
	backdrop-filter: blur(8px);
}
.proof-row:hover {
	background: rgba(20, 20, 20, 0.7);
}
/* On hover: brighten result, slide arrow in */
.proof-row:hover .proof-result {
	color: #fbbf24;
}
.proof-row:hover .proof-arrow {
	opacity: 1;
	transform: translateX(0);
}

/* Index — tiny mono counter */
.proof-index {
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: rgba(237, 237, 237, 0.2);
	line-height: 1;
	user-select: none;
}

/* Client name — bold white display, linkable */
.proof-client {
	font-family: var(--f-disp);
	font-size: clamp(17px, 1.75vw, 22px);
	font-weight: 800;
	color: #ffffff;
	letter-spacing: -0.03em;
	line-height: 1.15;
	text-decoration: none;
	transition: color 150ms ease;
}
a.proof-client:hover {
	color: var(--og);
}

/* Description — small muted text */
.proof-desc {
	font-size: 13px;
	font-weight: 400;
	color: rgba(237, 237, 237, 0.34);
	line-height: 1.5;
}

/* Result wrapper — keeps metric + arrow inline */
.proof-result-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: flex-end;
}

/* Result metric — orange with strikethrough */
.proof-result {
	font-family: var(--f-disp);
	font-size: clamp(13px, 1.3vw, 16px);
	font-weight: 700;
	color: #f59e0b;
	letter-spacing: -0.01em;
	line-height: 1.2;
	white-space: nowrap;
	text-decoration: line-through;
	text-decoration-color: rgba(245, 158, 11, 0.45);
	text-decoration-thickness: 1.5px;
	transition: color 160ms ease;
}

/* Arrow icon — slides in from left on row hover */
.proof-arrow {
	color: #f59e0b;
	opacity: 0;
	transform: translateX(-6px);
	transition:
		opacity 200ms ease,
		transform 200ms ease;
	flex-shrink: 0;
}

/* ── Responsive ────────────────────────────────────── */
@media (max-width: 1200px) {
	.proof-body {
		max-width: 76%;
	}
	.proof-row {
		grid-template-columns: 32px 190px 1fr auto;
		gap: 0 20px;
	}
}
@media (max-width: 1024px) {
	.proof-body {
		max-width: 80%;
	}
	.proof-row {
		grid-template-columns: 28px 168px 1fr auto;
		gap: 0 16px;
	}
}

@media (max-width: 480px) {
	.proof-orb-wrap {
		display: none;
	}
	.proof-title {
		font-size: clamp(36px, 10vw, 54px);
		margin-bottom: 36px;
	}
	.proof-row {
		padding: 18px 0;
	}
	.proof-client {
		font-size: clamp(15px, 4.5vw, 19px);
	}
}

/* ═══ HOW WE WORK ════════════════════════════════════ */
.hww-section {
	position: relative;
	background: #000000;
	width: 100%;
	padding: clamp(64px, 9vh, 112px) var(--px);
	display: grid;
	grid-template-columns: 42% 1fr;
	gap: 0 clamp(48px, 6vw, 96px);
	align-items: start;
}

/* ── Left panel ──────────────────────────────────────── */
.hww-left {
	display: flex;
	flex-direction: column;
	gap: 28px;
	position: sticky;
	top: clamp(80px, 10vh, 120px);
}

/* "HOW WE WORK" eyebrow — reuses .sec-label from global */
.hww-left .sec-label {
	letter-spacing: 0.24em;
	font-size: 10px;
	color: #979289;
}

/* Headline */
.hww-title {
	font-family: var(--f-disp);
	font-size: clamp(38px, 5.6vw, 72px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	color: #ffffff;
}
/* Orange italic highlight — "an engineering team." */
.hww-title span {
	color: #f59e0b;
	font-style: italic;
	display: block; /* sits on its own lines, matching the image */
}

/* Body copy */
.hww-body {
	font-size: clamp(13px, 1.1vw, 15px);
	line-height: 1.75;
	color: rgba(237, 237, 237, 0.46);
	max-width: 360px;
}

/* ── Right panel — step list ─────────────────────────── */
.hww-steps {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
	/* top-align with the first step, not with the label */
	padding-top: 4px;
}

.hww-step {
	display: grid;
	grid-template-columns: 36px 1fr;
	gap: 0 20px;
	align-items: start;
	padding: 28px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	transition: background 160ms ease;
	cursor: default;
}
.hww-step:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.hww-step:hover {
	background: rgba(255, 255, 255, 0.02);
}

/* Mono step counter */
.hww-step-n {
	font-family: var(--f-mono);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: #f59e0b;
	padding-top: 6px; /* optical alignment with title cap-height */
	line-height: 1;
	user-select: none;
}

/* Step body */
.hww-step-body {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

/* Step title — bold display */
.hww-step-title {
	font-family: var(--f-disp);
	font-size: clamp(22px, 2.6vw, 34px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.05;
	color: #ffffff;
}

/* Step description */
.hww-step-desc {
	font-size: 13px;
	line-height: 1.68;
	color: rgba(237, 237, 237, 0.42);
	max-width: 420px;
}

/* ── Responsive ──────────────────────────────────────── */
@media (max-width: 1024px) {
	.hww-section {
		grid-template-columns: 44% 1fr;
		gap: 0 40px;
	}
	.hww-title {
		font-size: clamp(34px, 5vw, 58px);
	}
}

@media (max-width: 480px) {
	.hww-title {
		font-size: clamp(30px, 10vw, 44px);
	}
	.hww-step {
		grid-template-columns: 30px 1fr;
		gap: 0 14px;
	}
}

/* ═══ CTA BANNER ═════════════════════════════════════ */

/* Outer wrapper — page bg, provides scroll height for the tween */
.ctab-wrap {
	width: 100%;
	/* Radial gradient: black core → purple glow at edges (reference: tailwind-css-background-snippet) */
	background: radial-gradient(125% 125% at 50% 10%, #000 40%, #6633ee 100%);
	/* vertical padding gives the scroll animation room to breathe */
	padding: clamp(56px, 10vh, 120px) var(--px);
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden; /* clip the initial off-screen tilt */
}

/* Perspective stage — centred max-width container */
.ctab-stage {
	width: 100%;
	max-width: 900px;
	/* perspective lives on the motion.div via framer style prop */
}

/* The animated card — framer-motion drives rotateX / scale / opacity */
.ctab-card {
	width: 100%;
	background: rgba(14, 14, 14, 0.7);

	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 22px;
	overflow: hidden; /* clip inner content to rounded corners */
	/* box-shadow injected inline by framer */
}

/* Inner content wrapper — centres everything, adds padding */
.ctab-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	text-align: center;
	padding: clamp(48px, 7vh, 80px) clamp(32px, 6vw, 80px);
	/* subtle Z lift so text "floats" above the card surface during tilt */
	transform: translateZ(20px);
}

/* "NEXT INTAKE — 3 SLOTS" */
.ctab-label {
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: #979289;
}

/* Main headline */
.ctab-title {
	font-family: var(--f-disp);
	font-size: clamp(40px, 6.5vw, 82px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	color: #ffffff;
}
/* "unfair" — orange italic */
.ctab-title span {
	color: #f59e0b;
	font-style: italic;
}

/* Sub-copy */
.ctab-sub {
	font-size: clamp(13px, 1.1vw, 15px);
	line-height: 1.72;
	color: rgba(237, 237, 237, 0.42);
	max-width: 400px;
}

/* CTA row */
.ctab-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 8px;
}

/* Filled orange pill — email */
.ctab-btn-primary {
	display: inline-flex;
	align-items: center;
	padding: 13px 26px;
	border-radius: 9999px;
	background: #f59e0b;
	color: #000;
	font-family: var(--f-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.01em;
	white-space: nowrap;
	text-decoration: none;
	transition:
		background 200ms ease,
		box-shadow 200ms ease,
		transform 150ms ease;
}
.ctab-btn-primary:hover {
	background: #fbbf24;
	box-shadow: 0 8px 28px rgba(245, 158, 11, 0.35);
	transform: translateY(-2px);
}
.ctab-btn-primary:focus-visible {
	outline: 2px solid #f59e0b;
	outline-offset: 3px;
}

/* Ghost pill — phone */
.ctab-btn-ghost {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	border-radius: 9999px;
	background: transparent;
	color: rgba(237, 237, 237, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.18);
	font-family: var(--f-body);
	font-size: 13px;
	font-weight: 500;
	white-space: nowrap;
	text-decoration: none;
	transition:
		color 200ms ease,
		border-color 200ms ease,
		background 200ms ease;
}
.ctab-btn-ghost:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.42);
	background: rgba(255, 255, 255, 0.04);
}
.ctab-btn-ghost:focus-visible {
	outline: 2px solid #f59e0b;
	outline-offset: 3px;
}

/* ── Responsive ──────────────────────────────────────── */

@media (max-width: 480px) {
	.ctab-title {
		font-size: clamp(30px, 10vw, 44px);
	}
	.ctab-actions {
		flex-direction: column;
		width: 100%;
	}
	.ctab-btn-primary,
	.ctab-btn-ghost {
		width: 100%;
		justify-content: center;
	}
}

/* ═══════════════════════════════════════════════════
   FOOTER  (site-footer)
   Slim 52px bar — bg #34005f
   Left: copyright · Centre: legal links · Right: offices
   ═══════════════════════════════════════════════════ */

.site-footer {
	width: 100%;
	background: #34005f;
	display: flex;
	align-items: center;
	padding: 0 var(--px);
	height: 52px;
	flex-shrink: 0;
	position: relative;
}

/* Copyright — left */
.footer-copy {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.08em;
	color: #fff;
	white-space: nowrap;
}

/* Legal links — absolutely centred */
.footer-legal {
	display: flex;
	align-items: center;
	gap: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.footer-legal-link {
	font-family: var(--f-mono);
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	transition: opacity var(--fast);
	white-space: nowrap;
}
.footer-legal-link:hover {
	opacity: 0.7;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.footer-legal-link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
	border-radius: 2px;
}

.footer-legal-sep {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.4);
}

/* Offices — pinned to the far right */
.footer-offices {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.08em;
	color: #fff;
	white-space: nowrap;
	margin-left: auto;
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 600px) {
	.site-footer {
		flex-wrap: wrap;
		height: auto;
		padding: 14px clamp(20px, 4vw, 40px);
		gap: 10px;
		justify-content: space-between;
	}
	.footer-offices {
		margin-left: 0;
	}
	.footer-legal {
		position: static;
		transform: none;
		flex-basis: 100%;
		justify-content: center;
		order: 1;
	}
}

/* ═══ FLOATING PATHS DEMO ════════════════════════════ */
/* Override Bulma defaults so the demo blends with the dark theme */
.fpb-section-wrap {
	background: #080808;
	padding: clamp(48px, 7vh, 80px) clamp(24px, 5vw, 72px);
}
.fpb-section-wrap .title,
.fpb-section-wrap .subtitle {
	color: rgba(237, 237, 237, 0.85) !important;
}
.fpb-section-wrap code {
	background: rgba(245, 158, 11, 0.12);
	color: #f59e0b;
	border-radius: 4px;
	padding: 1px 6px;
}

/* ═══ SCROLL ENGINE — LENIS + GSAP SCROLLTRIGGER ════ */

/* ── Scroll progress bar ─────────────────────────────
   Fixed at the very top of the frame, fills left→right
   as the user scrolls the active section.
─────────────────────────────────────────────────────── */
.scroll-progress-track {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	z-index: 100;
	background: transparent;
	pointer-events: none;
}
.scroll-progress-bar {
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, var(--og) 0%, var(--og-lt) 100%);
	border-radius: 0 2px 2px 0;
	transition: width 60ms linear;
	box-shadow: 0 0 8px var(--og-glow);
}

/* ── Lenis smooth-scroll ─────────────────────────────
   Lenis wraps .section-layer — make sure it fills the
   container so Lenis can measure it correctly.
─────────────────────────────────────────────────────── */
.lenis-wrapper,
.lenis-content {
	height: 100%;
}

/* ── Will-change hint for GPU-composited elements ────
   Applied only during active scroll to avoid overusing
   GPU memory on static pages.
─────────────────────────────────────────────────────── */
.lenis-scrolling * {
	will-change: transform;
}

/* ── Reduced-motion: disable all scroll animations ───
   ScrollTrigger respects this via the JS check, but CSS
   also clears any lingering inline transforms/opacity.
─────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
	.proof-row,
	.svc-card,
	.hww-step,
	.about-svc-card,
	.about-brand-row,
	.about-values-item,
	.about-fast-item,
	.ctab-item,
	.hi-static,
	.stat {
		opacity: 1 !important;
		transform: none !important;
		clip-path: none !important;
	}
}

/* ═══ INTEGRATIONS SECTION ═══════════════════════════ */
.intg-section {
	background: var(--bg-soft);
}

.intg-header {
	max-width: 640px;
}

/* Grid wrapper — override Bulma column gutters to match design system spacing */
.intg-grid.columns {
	margin: 0 -8px;
}
.intg-grid .column {
	padding: 8px;
}

/* Card */
.intg-card.box {
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-lg);
	padding: 28px 28px 24px;
	display: flex;
	flex-direction: column;
	gap: 0;
	color: var(--t1);
	text-decoration: none;
	cursor: pointer;
	transition:
		border-color var(--base),
		background var(--base),
		transform var(--fast),
		box-shadow var(--base);
	/* Reset Bulma box shadow */
	box-shadow: none;
	height: 100%;
}
.intg-card.box:hover {
	border-color: var(--bdr-2);
	background: var(--bg-card2);
	transform: translateY(-3px);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}
.intg-card.box:focus-visible {
	outline: 2px solid var(--og);
	outline-offset: 3px;
}

.intg-icon {
	display: flex;
	align-items: center;
	line-height: 1;
	margin: 0 0 16px;
}
.intg-icon svg {
	border-radius: 10px;
	flex-shrink: 0;
}

.intg-body {
	display: flex;
	flex-direction: column;
	flex: 1;
}

/* Override Bulma title/subtitle colours inside the dark card */
.intg-title.title {
	color: var(--t1);
	font-family: var(--f-disp);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin-bottom: 10px !important;
}

.intg-desc.subtitle {
	color: var(--t2);
	font-size: 13px;
	line-height: 1.72;
	margin-bottom: 0 !important;
	/* clamp to 3 lines */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Responsive: stack to 2-col on tablet is handled by Bulma is-half-tablet;
   on mobile (≤480 px) Bulma is-full-mobile kicks in. */

/* ═══ GRADIENT CARD (GradientCard.jsx) ═══════════════ */

/*
  Base card — fills the TiltCard <article> completely.
  Position relative so the decorative image can be absolute.
*/
.gc-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	overflow: hidden;
	border-radius: var(--r-lg);
	padding: 28px 28px 24px;
	transition: box-shadow var(--base);
}

/* ── Gradient variants ──────────────────────────────── */
.gc-gradient-orange {
	background: linear-gradient(135deg, rgba(245, 158, 11, 0.18) 0%, rgba(251, 191, 36, 0.08) 100%);
	border: 1px solid rgba(245, 158, 11, 0.22);
}
.gc-gradient-gray {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
	border: 1px solid var(--bdr);
}
.gc-gradient-purple {
	background: linear-gradient(135deg, rgba(139, 92, 246, 0.18) 0%, rgba(99, 102, 241, 0.07) 100%);
	border: 1px solid rgba(139, 92, 246, 0.22);
}
.gc-gradient-green {
	background: linear-gradient(135deg, rgba(16, 185, 129, 0.18) 0%, rgba(20, 184, 166, 0.07) 100%);
	border: 1px solid rgba(16, 185, 129, 0.22);
}

/* Hover glow per variant */
.svc-card:hover .gc-gradient-orange {
	box-shadow: 0 16px 48px rgba(245, 158, 11, 0.14);
}
.svc-card:hover .gc-gradient-purple {
	box-shadow: 0 16px 48px rgba(139, 92, 246, 0.14);
}
.svc-card:hover .gc-gradient-green {
	box-shadow: 0 16px 48px rgba(16, 185, 129, 0.14);
}
.svc-card:hover .gc-gradient-gray {
	box-shadow: 0 16px 48px rgba(255, 255, 255, 0.04);
}

/* ── Decorative background image ────────────────────── */
.gc-bg-image {
	position: absolute;
	right: -20%;
	bottom: -20%;
	width: 70%;
	opacity: 0.18;
	pointer-events: none;
	user-select: none;
	/* motion handles transform — no CSS transform here */
}

/* ── Content layer sits above the image ─────────────── */
.gc-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 0;
}

/* ── Badge ──────────────────────────────────────────── */
.gc-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 4px 12px 4px 10px;
	border-radius: var(--r-pill);
	background: rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.08em;
	color: var(--t2);
	width: fit-content;
	margin-bottom: 18px;
	white-space: nowrap;
}
.gc-badge-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	flex-shrink: 0;
	/* colour set via inline style on the element */
}

/* ── Title & description ────────────────────────────── */
.gc-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}
.gc-title {
	font-family: var(--f-disp);
	font-size: clamp(20px, 2vw, 26px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: var(--t1);
	margin: 0;
}
.gc-desc {
	font-size: 13px;
	line-height: 1.72;
	color: var(--t2);
	max-width: 340px;
	margin: 0;
}

/* ── CTA link ───────────────────────────────────────── */
.gc-cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: var(--f-body);
	font-size: 13px;
	font-weight: 600;
	color: var(--t1);
	text-decoration: none;
	margin-top: auto;
	width: fit-content;
	transition:
		color var(--fast),
		gap var(--fast);
}
.gc-cta:hover {
	color: var(--og);
	gap: 10px;
}
.gc-cta-arrow {
	flex-shrink: 0;
	transition: transform var(--base);
}
.gc-cta:hover .gc-cta-arrow {
	transform: translateX(3px);
}

/* ── Colour-matched CTA accent per gradient ─────────── */
.gc-gradient-orange .gc-cta:hover {
	color: var(--og);
}
.gc-gradient-purple .gc-cta:hover {
	color: #a78bfa;
}
.gc-gradient-green .gc-cta:hover {
	color: #34d399;
}
.gc-gradient-gray .gc-cta:hover {
	color: var(--t1);
}

/* ── has-gc modifier: GradientCard fills the svc-card ── */
/* Strip svc-card's own padding so gc-card controls spacing */
.svc-card.has-gc {
	padding: 0;
	overflow: visible; /* allow decorative image to bleed slightly */
	background: transparent;
	border: none;
}
/* gc-card takes full rounded border role */
.svc-card.has-gc .gc-card {
	flex: 1;
}
/* gc-tags-row sits outside gc-card, inside svc-card */
.svc-card.has-gc .gc-tags-row {
	padding: 12px 16px 14px;
}

/* ── Tags row — sits below gc-card inside svc-card ──── */
.gc-tags-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
	padding: 14px 2px 0;
	margin-top: 0;
}
/* Override Bulma tag colours to match dark theme */
.gc-tags-row .tag.is-dark {
	background: rgba(255, 255, 255, 0.07);
	color: var(--t2);
	border: 1px solid var(--bdr);
	font-family: var(--f-mono);
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.svc-card:hover .gc-tags-row .tag.is-dark {
	border-color: var(--bdr-2);
	color: var(--t1);
}

/* ── Responsive ─────────────────────────────────────── */

/* ═══════════════════════════════════════════════════
   ABOUT v2  (ab2-*)
   Reference: shadcn-landing-page bento aesthetic
   ═══════════════════════════════════════════════════ */

.ab2-section {
	gap: 72px;
}

/* ── 1. HERO ──────────────────────────────────────── */
.ab2-hero {
	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 40px;
	align-items: stretch;
}

.ab2-hero-left {
	display: flex;
	flex-direction: column;
	gap: 28px;
	align-self: stretch;
}

.ab2-main-title {
	font-family: var(--f-disp);
	font-size: clamp(32px, 4.5vw, 58px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.05;
	color: var(--t1);
	margin: 0;
}
.ab2-main-title span {
	color: var(--og);
}

.ab2-main-sub {
	font-size: 14px;
	line-height: 1.78;
	color: var(--t2);
	max-width: 520px;
	margin: 0;
}

/* Service bento 2×2 */
.ab2-svc-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	border: 1px solid var(--bdr);
	border-radius: var(--r-md);
	overflow: hidden;
	flex: 1; /* Fill available height in the flex column */
}
.ab2-svc-card {
	padding: 18px 20px;
	background: var(--bg-card);
	transition: background var(--fast);
	display: flex;
	flex-direction: column;
	gap: 6px;
	height: 100%; /* Fill the grid cell */
}
.ab2-svc-card:hover {
	background: var(--bg-card2);
}

.ab2-svc-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: var(--r-sm);
	background: var(--og-dim);
	color: var(--og);
	flex-shrink: 0;
	margin-bottom: 2px;
}
.ab2-svc-title {
	font-family: var(--f-disp);
	font-size: 13px;
	font-weight: 700;
	color: var(--t1);
	letter-spacing: -0.02em;
	margin: 0;
}
.ab2-svc-desc {
	font-size: 11.5px;
	line-height: 1.62;
	color: var(--t2);
	margin: 0;
}

.ab2-hero-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

/* Brand identities sidebar — Modern Design */
.ab2-brands-card {
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-xl);
	padding: 28px 24px;
	display: flex;
	flex-direction: column;
	align-self: stretch;
	transition:
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}
.ab2-brands-card:hover {
	box-shadow: 0 12px 40px -12px rgba(0, 0, 0, 0.15);
	border-color: var(--bdr-hover);
}

/* Header */
.ab2-brands-header {
	border-bottom: 1px solid var(--bdr);
}
.ab2-brands-header .sec-label {
	margin-bottom: 8px;
}
.ab2-brands-title {
	font-family: var(--f-disp);
	font-size: 18px;
	font-weight: 700;
	color: var(--t1);
	line-height: 1.25;
	margin: 0 0 10px;
	letter-spacing: -0.02em;
}
.ab2-brands-intro {
	font-size: 13px;
	line-height: 1.6;
	color: var(--t2);
	margin: 0;
}

/* Brands Grid */
.ab2-brands-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	flex: 1;
}

/* Brand Card */
.ab2-brand-card {
	position: relative;
	background: var(--bg-elevated);
	border: 1px solid var(--bdr);
	border-radius: var(--r-lg);
	padding: 20px;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	overflow: hidden;
}
.ab2-brand-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: var(--brand-color);
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ab2-brand-card:hover {
	border-color: var(--brand-color-border);
	transform: translateY(-4px);
	box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.12);
}
.ab2-brand-card:hover::before {
	transform: scaleY(1);
	transform-origin: top;
}

/* Brand Avatar */
.ab2-brand-avatar {
	width: 48px;
	height: 48px;
	border-radius: var(--r-md);
	background: var(--brand-color-light);
	border: 1px solid var(--brand-color-border);
	display: grid;
	place-items: center;
	flex-shrink: 0;
	transition: all 0.3s ease;
}
.ab2-brand-avatar span {
	font-family: var(--f-disp);
	font-weight: 700;
	font-size: 14px;
	color: var(--brand-color);
	letter-spacing: -0.02em;
}
.ab2-brand-card:hover .ab2-brand-avatar {
	background: var(--brand-color);
	box-shadow: 0 8px 24px -8px var(--brand-color);
}
.ab2-brand-card:hover .ab2-brand-avatar span {
	color: #fff;
}

/* Brand Content */
.ab2-brand-content {
	flex: 1;
	min-width: 0;
}
.ab2-brand-name {
	font-family: var(--f-disp);
	font-size: 15px;
	font-weight: 600;
	color: var(--t1);
	line-height: 1.3;
	margin: 0 0 4px;
	letter-spacing: -0.015em;
}
.ab2-brand-sub {
	font-size: 12.5px;
	color: var(--t2);
	line-height: 1.5;
	margin: 0;
	font-weight: 400;
}

/* Brand Accent - subtle decorative element */
.ab2-brand-accent {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--brand-color-light);
	border: 1px solid var(--brand-color-border);
	opacity: 0;
	transition: all 0.3s ease;
	pointer-events: none;
}
.ab2-brand-card:hover .ab2-brand-accent {
	opacity: 1;
	transform: translateY(-50%) scale(1.1);
}

/* Footer */
.ab2-brands-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	margin-top: 8px;
	border-top: 1px solid var(--bdr);
	flex-wrap: wrap;
	gap: 16px;
}

.ab2-founded {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.ab2-founded-lbl {
	font-size: 10.5px;
	color: var(--t3);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 500;
}
.ab2-founded-yr {
	font-family: var(--f-disp);
	font-size: 24px;
	font-weight: 800;
	color: var(--t1);
	letter-spacing: -0.03em;
	line-height: 1;
}

.ab2-brand-count {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
	text-align: right;
}
.ab2-count-val {
	font-family: var(--f-disp);
	font-size: 28px;
	font-weight: 800;
	color: var(--t1);
	letter-spacing: -0.03em;
	line-height: 1;
}
.ab2-count-lbl {
	font-size: 10.5px;
	color: var(--t3);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 500;
}

/* Responsive */

/* ── 2. METRICS STRIP ─────────────────────────────── */
.ab2-metrics-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2px;
	border: 1px solid var(--bdr);
	border-radius: var(--r-lg);
	overflow: hidden;
	background: var(--bdr);
}
.ab2-metric {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 28px 28px 24px;
	background: var(--bg-card);
	transition: background var(--fast);
}
.ab2-metric:hover {
	background: var(--bg-card2);
}
.ab2-metric-val {
	font-family: var(--f-disp);
	font-size: clamp(30px, 3.6vw, 48px);
	font-weight: 800;
	color: var(--og);
	letter-spacing: -0.05em;
	line-height: 1;
}
.ab2-metric-lbl {
	font-size: 11.5px;
	color: var(--t3);
	line-height: 1.45;
}

/* ── 3. WHY + VALUES ──────────────────────────────── */
.ab2-why {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 52px;
	align-items: start;
}

/* Left — Why section */
.ab2-why-left {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.ab2-why-header {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 8px;
}

.ab2-why-title {
	font-family: var(--f-disp);
	font-size: clamp(22px, 2.4vw, 28px);
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--t1);
	line-height: 1.2;
	margin: 0;
}

.ab2-why-title span {
	color: var(--og);
	background: linear-gradient(135deg, var(--og), #fbbf24);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.ab2-why-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1;
}

.ab2-why-body {
	font-size: 14px;
	line-height: 1.85;
	color: var(--t2);
	margin: 0;
	position: relative;
	padding-left: 20px;
}

.ab2-why-body::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--og);
	opacity: 0.6;
}

.ab2-why-cta {
	margin-top: auto;
	padding-top: 16px;
}

/* Values card */
.ab2-values-card {
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-lg);
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	transition:
		border-color var(--fast),
		box-shadow var(--fast);
	position: relative;
	overflow: hidden;
}

.ab2-values-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--og), #fbbf24, var(--og));
	opacity: 0;
	transition: opacity var(--fast);
}

.ab2-values-card:hover {
	border-color: rgba(245, 158, 11, 0.3);
	box-shadow: 0 20px 40px -12px rgba(245, 158, 11, 0.15);
}

.ab2-values-card:hover::before {
	opacity: 1;
}

.ab2-vision-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--og);
	background: var(--og-dim);
	border: 1px solid rgba(245, 158, 11, 0.2);
	border-radius: var(--r-pill);
	padding: 6px 14px;
	width: fit-content;
}

.ab2-values-heading {
	font-family: var(--f-disp);
	font-size: 18px;
	font-weight: 700;
	color: var(--t1);
	letter-spacing: -0.02em;
	margin: 0;
}

.ab2-values-body {
	font-size: 13px;
	line-height: 1.75;
	color: var(--t2);
	margin: 0;
}

.ab2-values-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 1;
}

.ab2-values-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 13.5px;
	color: var(--t2);
	line-height: 1.6;
	padding: 14px 16px;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid transparent;
	border-radius: var(--r-md);
	transition: all var(--fast);
	position: relative;
	overflow: hidden;
}

.ab2-values-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: var(--og);
	transform: scaleY(0);
	transform-origin: top;
	transition: transform var(--fast);
}

.ab2-values-item:hover {
	background: rgba(245, 158, 11, 0.06);
	border-color: rgba(245, 158, 11, 0.15);
}

.ab2-values-item:hover::before {
	transform: scaleY(1);
}

.ab2-values-bullet {
	color: var(--og);
	flex-shrink: 0;
	margin-top: 1px;
	display: flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	background: rgba(245, 158, 11, 0.12);
	border-radius: var(--r-sm);
	transition: all var(--fast);
}

.ab2-values-item:hover .ab2-values-bullet {
	background: var(--og);
	color: var(--bg);
	transform: scale(1.1);
}

.ab2-values-text {
	line-height: 1.65;
}

/* ── 4. TEAM GRID ─────────────────────────────────── */
.ab2-team-section {
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.ab2-team-header {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.ab2-team-title {
	font-family: var(--f-disp);
	font-size: clamp(20px, 2.4vw, 30px);
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--t1);
	margin: 0;
}
.ab2-team-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}
.ab2-team-card {
	display: flex;
	align-items: center;
	gap: 14px;
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-md);
	padding: 16px 18px;
	transition:
		border-color var(--fast),
		background var(--fast);
}
.ab2-team-card:hover {
	border-color: var(--bdr-2);
	background: var(--bg-card2);
}
.ab2-team-av {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--og-dim);
	border: 1px solid rgba(245, 158, 11, 0.28);
	color: var(--og);
	font-family: var(--f-disp);
	font-weight: 700;
	font-size: 12px;
	display: grid;
	place-items: center;
	flex-shrink: 0;
}
.ab2-team-info {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.ab2-team-name {
	font-size: 13px;
	font-weight: 600;
	color: var(--t1);
	margin: 0;
}
.ab2-team-role {
	font-size: 11px;
	color: var(--t3);
	margin: 0;
}

/* ── 5. CTA BLOCK ─────────────────────────────────── */
.ab2-cta-block {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-xl);
	padding: 40px 40px;
}
.ab2-cta-left {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.ab2-cta-title {
	font-family: var(--f-disp);
	font-size: clamp(22px, 2.8vw, 38px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.1;
	color: var(--t1);
	margin: 0;
}
.ab2-cta-title span {
	color: var(--og);
	font-style: italic;
}
.ab2-cta-sub {
	font-size: 13px;
	line-height: 1.75;
	color: var(--t2);
	margin: 0;
}
.ab2-cta-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.ab2-cta-note {
	font-size: 11.5px;
	color: var(--t3);
	line-height: 1.55;
	margin: 0;
}
.ab2-cta-link {
	color: var(--og);
	text-decoration: none;
}
.ab2-cta-link:hover {
	text-decoration: underline;
}

.ab2-contact-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-top: 4px;
}
.ab2-contact-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11.5px;
	color: var(--t3);
}
.ab2-contact-item svg {
	color: var(--og);
	flex-shrink: 0;
}

/* "What we do — fast" card */
.ab2-fast-card {
	background: var(--bg-card2);
	border: 1px solid var(--bdr);
	border-radius: var(--r-lg);
	padding: 24px 22px;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.ab2-fast-title {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--t3);
	margin-bottom: 18px;
}
.ab2-fast-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 20px;
}
.ab2-fast-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.ab2-fast-check {
	color: var(--og);
	flex-shrink: 0;
	margin-top: 1px;
}
.ab2-fast-item-title {
	font-size: 13px;
	font-weight: 600;
	color: var(--t1);
	margin: 0 0 3px;
	line-height: 1.3;
}
.ab2-fast-item-desc {
	font-size: 11.5px;
	color: var(--t2);
	line-height: 1.55;
	margin: 0;
}
.ab2-fast-footer {
	border-top: 1px solid var(--bdr);
	padding-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.ab2-logos-row {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.ab2-logo-txt {
	font-family: var(--f-disp);
	font-size: 12px;
	font-weight: 700;
	color: var(--t4);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: color var(--fast);
}
.ab2-logo-txt:hover {
	color: var(--t2);
}
.ab2-fast-btns {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.ab2-fast-btn {
	font-size: 12px !important;
	padding: 8px 16px !important;
}

/* ── 6. NEWSLETTER STRIP ──────────────────────────── */
.ab2-newsletter {
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-xl);
	padding: 52px clamp(24px, 5vw, 80px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
}
.ab2-newsletter-title {
	font-family: var(--f-disp);
	font-size: clamp(22px, 3vw, 36px);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--t1);
	max-width: 560px;
	margin: 0;
	line-height: 1.15;
}
.ab2-newsletter-title span {
	color: var(--og);
}
.ab2-newsletter-sub {
	font-size: 14px;
	color: var(--t2);
	margin: 0;
}
.ab2-newsletter-form {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 460px;
}
.ab2-newsletter-input {
	flex: 1;
	min-width: 200px;
	background: var(--bg-soft);
	border: 1px solid var(--bdr-2);
	border-radius: var(--r-pill);
	padding: 11px 20px;
	font-family: var(--f-body);
	font-size: 13px;
	color: var(--t1);
	outline: none;
	transition:
		border-color var(--base),
		box-shadow var(--base);
}
.ab2-newsletter-input::placeholder {
	color: var(--t4);
}
.ab2-newsletter-input:focus {
	border-color: var(--og);
	box-shadow: 0 0 0 3px var(--og-dim);
}
.ab2-newsletter-thanks {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	color: var(--og);
	margin: 0;
}

/* ── RESPONSIVE ───────────────────────────────────── */
@media (max-width: 1100px) {
	.ab2-metrics-strip {
		grid-template-columns: repeat(2, 1fr);
	}
	.ab2-team-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 900px) {
	.ab2-hero {
		grid-template-columns: 1fr;
	}
	.ab2-why {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.ab2-cta-block {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 600px) {
	.ab2-metrics-strip {
		grid-template-columns: 1fr 1fr;
	}
	.ab2-svc-grid {
		grid-template-columns: 1fr;
	}
	.ab2-team-grid {
		grid-template-columns: 1fr;
	}
	.ab2-newsletter {
		padding: 36px 20px;
	}
}

/* ═══════════════════════════════════════════════════
   SERVICE CARD  (sc-*)
   Reference: shadcn service-card with framer-motion
   ═══════════════════════════════════════════════════ */

.sc-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-height: 180px;
	padding: 20px 20px 18px;
	overflow: hidden;
	border-radius: var(--r-md);
	border: 1px solid var(--bdr);
	cursor: default;
	transition:
		box-shadow var(--base),
		border-color var(--base);
}
.sc-card:hover {
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

/* ── Colour variants ────────────────────────────── */
.sc-variant-default {
	background: var(--bg-card);
	color: var(--t1);
}
.sc-variant-red {
	background: linear-gradient(135deg, rgba(239, 68, 68, 0.22) 0%, rgba(220, 38, 38, 0.12) 100%);
	border-color: rgba(239, 68, 68, 0.28);
	color: var(--t1);
}
.sc-variant-blue {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.22) 0%, rgba(37, 99, 235, 0.1) 100%);
	border-color: rgba(59, 130, 246, 0.28);
	color: var(--t1);
}
.sc-variant-gray {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
	border-color: var(--bdr-2);
	color: var(--t1);
}

/* Hover glow per variant */
.sc-variant-red:hover {
	border-color: rgba(239, 68, 68, 0.45);
}
.sc-variant-blue:hover {
	border-color: rgba(59, 130, 246, 0.45);
}
.sc-variant-gray:hover {
	border-color: var(--bdr-3);
}

/* ── Content layer ──────────────────────────────── */
.sc-body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 10px; /* Increased gap for better readability */
	padding-right: 20px; /* Prevent text from overlapping decorative image */
}

/* Icon badge */
.sc-icon-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px; /* Slightly larger for better visibility */
	height: 32px;
	border-radius: var(--r-sm);
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: var(--t1);
	flex-shrink: 0;
	margin-bottom: 6px; /* More space after badge */
}

/* Title */
.sc-title {
	font-family: var(--f-disp);
	font-size: clamp(16px, 1.6vw, 19px); /* Slightly larger */
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--t1);
	line-height: 1.25; /* Better line height */
	margin: 0;
}

/* Subtitle */
.sc-subtitle {
	font-family: var(--f-disp);
	font-size: clamp(14px, 1.2vw, 15px);
	font-weight: 500;
	letter-spacing: -0.01em;
	color: var(--t3); /* Muted color for hierarchy */
	line-height: 1.4;
	margin: 0;
}

/* Description */
.sc-desc {
	font-size: 12px; /* Slightly larger for readability */
	line-height: 1.7; /* Better line height */
	color: var(--t2);
	margin: 0;
	flex: 1;
}

/* CTA link */
.sc-cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.12em;
	color: var(--t2);
	text-decoration: none;
	margin-top: auto;
	padding-top: 10px;
	transition: color var(--fast);
}
.sc-cta:hover {
	color: var(--t1);
	text-decoration: underline;
}
.sc-variant-red .sc-cta:hover {
	color: #fca5a5;
}
.sc-variant-blue .sc-cta:hover {
	color: #93c5fd;
}

.sc-cta-arrow {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

/* ── Decorative image ───────────────────────────── */
.sc-deco-img {
	position: absolute;
	right: -32px;
	bottom: -32px;
	width: 140px;
	height: 140px;
	object-fit: cover;
	border-radius: var(--r-md);
	opacity: 0.18;
	pointer-events: none;
	user-select: none;
}
.sc-card:hover .sc-deco-img {
	opacity: 0.28;
}

/* ── ab2-svc-card override — fit inside the bento grid ── */
/* The ab2-svc-grid gap is 2px with shared borders;
   sc-card has its own border so we strip the shared-border approach */
.ab2-svc-grid {
	gap: 28px; /* override the 2px gap for sc-card spacing */
	background: transparent; /* remove the bdr background trick */
	border: none;
}
.ab2-svc-card {
	/* Already has sc-card base; ensure it fills the grid cell height */
	min-height: 160px;
	height: 100%;
}

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 480px) {
	.ab2-svc-grid {
		grid-template-columns: 1fr;
	}
	.sc-deco-img {
		width: 100px;
		height: 100px;
		opacity: 0.12;
	}
}

/* ═══════════════════════════════════════════════════
   ABOUT — Intro Banner  (ab2-intro-*)
   Full-width 2-col: title left, photo right
   ═══════════════════════════════════════════════════ */

.ab2-intro-banner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
	border: 1px solid var(--bdr);
	border-radius: var(--r-xl);
	overflow: hidden;
	background: var(--bg-card);
	min-height: 320px;
}

/* Text side */
.ab2-intro-text {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 48px 48px 48px 48px;
}

/* Photo side */
.ab2-intro-img-wrap {
	position: relative;
	height: 100%;
	min-height: 320px;
	overflow: hidden;
}
.ab2-intro-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.6s var(--ease);
}
.ab2-intro-banner:hover .ab2-intro-img {
	transform: scale(1.04);
}

/* Left-edge gradient overlay so text never clashes with image */
.ab2-intro-img-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, var(--bg-card) 0%, transparent 18%);
	pointer-events: none;
}

/* Responsive */
@media (max-width: 900px) {
	.ab2-intro-banner {
		grid-template-columns: 1fr;
		min-height: auto;
	}
	.ab2-intro-img-wrap {
		min-height: 240px;
	}
	.ab2-intro-text {
		padding: 36px 28px 28px;
	}
}
@media (max-width: 600px) {
	.ab2-intro-text {
		padding: 28px 20px 20px;
	}
	.ab2-intro-img-wrap {
		min-height: 200px;
	}
}

/* ═══════════════════════════════════════════════════
   MENTOR CARD  (mc-*)
   Reference: shadcn mentor-section pattern
   ═══════════════════════════════════════════════════ */

/* ── Section wrapper ────────────────────────────── */
.mc-section {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

/* ── Header row ─────────────────────────────────── */
.mc-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	padding-bottom: 4px;
}
.mc-header-left {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.mc-section-title {
	font-family: var(--f-disp);
	font-size: clamp(22px, 2.8vw, 34px);
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--t1);
	margin: 0;
	background: linear-gradient(135deg, var(--t1) 0%, var(--t2) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.mc-section-subtitle {
	font-size: 14px;
	color: var(--t3);
	margin: 0;
	max-width: 480px;
	line-height: 1.6;
}

/* ── Filter pills ───────────────────────────────── */
.mc-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}
.mc-filter-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	border-radius: var(--r-pill);
	border: 1px solid var(--bdr-2);
	background: var(--bg-card);
	font-family: var(--f-body);
	font-size: 12.5px;
	font-weight: 500;
	color: var(--t2);
	cursor: pointer;
	transition:
		background var(--fast),
		color var(--fast),
		border-color var(--fast),
		box-shadow var(--fast);
}
.mc-filter-btn::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: var(--r-pill);
	background: var(--filter-color, var(--og));
	opacity: 0;
	transition: opacity var(--base);
}
.mc-filter-btn:hover {
	border-color: var(--filter-color, var(--og));
	color: var(--t1);
	box-shadow:
		0 4px 16px var(--filter-color, var(--og)),
		0 0 0 1px var(--filter-color, var(--og));
}
.mc-filter-btn:hover::before {
	opacity: 0.12;
}
.mc-filter-btn.is-active {
	background: var(--filter-color, var(--og));
	border-color: var(--filter-color, var(--og));
	color: #0d0d0d;
	font-weight: 600;
	box-shadow: 0 4px 20px var(--filter-color, var(--og));
}
.mc-filter-btn.is-active::before {
	opacity: 0;
}
.mc-filter-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--filter-color, var(--og));
	opacity: 0.8;
}
.mc-filter-btn.is-active .mc-filter-dot {
	background: #0d0d0d;
}

/* ── Results count ──────────────────────────────── */
.mc-results-count {
	font-size: 13px;
	color: var(--t3);
	margin: -4px 0 4px;
}
.mc-results-count strong {
	color: var(--t1);
	font-weight: 600;
}

/* ── Animated grid ──────────────────────────────── */
.mc-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

/* ── Individual card ────────────────────────────── */
.mc-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 320px;
	min-height: 460px;
	max-height: 460px;
	flex-shrink: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
	border: 1px solid var(--bdr);
	border-radius: var(--r-xl);
	padding: 0;
	overflow: hidden;
	transition:
		border-color var(--base),
		box-shadow var(--base),
		transform var(--base);
}
.mc-card:hover {
	border-color: var(--cat-color);
	box-shadow:
		0 20px 48px rgba(0, 0, 0, 0.4),
		0 0 0 1px var(--cat-color),
		0 0 48px var(--cat-glow);
	transform: translateY(-6px);
}
.mc-card:focus-within {
	outline: 2px solid var(--cat-color);
	outline-offset: 3px;
}

/* Top accent bar */
.mc-card-accent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--cat-color), var(--cat-color));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
	z-index: 3;
}
.mc-card:hover .mc-card-accent {
	transform: scaleX(1);
}

/* Bookmark button */
.mc-bookmark {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 4;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid var(--bdr-2);
	background: rgba(10, 10, 10, 0.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	display: grid;
	place-items: center;
	color: var(--t2);
	cursor: pointer;
	transition:
		background var(--fast),
		color var(--fast),
		border-color var(--fast),
		transform var(--fast);
}
.mc-bookmark:hover {
	background: var(--cat-color);
	color: #0d0d0d;
	border-color: var(--cat-color);
	transform: scale(1.1);
}
.mc-bookmark:focus-visible {
	outline: 2px solid var(--cat-color);
	outline-offset: 2px;
}
.mc-bookmark svg {
	transition: transform 0.3s ease;
}
.mc-bookmark:hover svg {
	transform: rotate(-15deg) scale(1.1);
}

/* Photo wrapper */
.mc-photo-wrap {
	position: relative;
	width: 100%;
	height: 280px;
	overflow: hidden;
	flex-shrink: 0;
}
.mc-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition:
		transform 0.6s cubic-bezier(0.16, 1, 0.3, 1),
		filter 0.4s ease;
}
.mc-card:hover .mc-photo {
	transform: scale(1.08);
	filter: brightness(0.85);
}

/* Photo overlay with social links */
.mc-photo-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.85) 100%);
	display: flex;
	align-items: flex-end;
	padding: 20px;
	opacity: 0;
	transform: translateY(20px);
	transition:
		opacity 0.35s ease,
		transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
	z-index: 2;
}
.mc-card:hover .mc-photo-overlay {
	opacity: 1;
	transform: translateY(0);
}
.mc-social-row {
	display: flex;
	gap: 10px;
	width: 100%;
	justify-content: center;
}
.mc-social-link {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.15);
	display: grid;
	place-items: center;
	color: #fff;
	text-decoration: none;
	transition:
		background var(--fast),
		border-color var(--fast),
		color var(--fast),
		transform var(--fast);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.mc-social-link:hover {
	background: var(--cat-color);
	border-color: var(--cat-color);
	color: #0d0d0d;
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 8px 24px var(--cat-glow);
}

/* Content area */
.mc-content {
	display: flex;
	flex-direction: column;
	padding: 20px 20px 24px;
	gap: 12px;
	flex: 1;
}

/* Category badge */
.mc-category-badge {
	align-self: flex-start;
	padding: 4px 12px;
	border-radius: var(--r-pill);
	border: 1px solid;
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: all var(--base);
}
.mc-card:hover .mc-category-badge {
	background: var(--cat-color);
	border-color: var(--cat-color);
	color: #0d0d0d;
	box-shadow: 0 4px 16px var(--cat-glow);
}

/* Name */
.mc-name {
	font-family: var(--f-disp);
	font-size: 18px;
	font-weight: 700;
	color: var(--t1);
	letter-spacing: -0.02em;
	margin: 0;
	line-height: 1.25;
}

/* Role */
.mc-role {
	font-size: 13px;
	color: var(--cat-color);
	font-weight: 500;
	margin: 0;
	text-transform: capitalize;
}

/* Stats row */
.mc-stats {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-top: 1px solid var(--bdr);
	border-bottom: 1px solid var(--bdr);
	margin: 4px 0 4px;
}
.mc-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	flex: 1;
}
.mc-stat-val {
	font-family: var(--f-disp);
	font-size: 16px;
	font-weight: 700;
	color: var(--t1);
	line-height: 1;
}
.mc-stat-lbl {
	font-size: 10px;
	color: var(--t3);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
.mc-stat-divider {
	width: 1px;
	height: 28px;
	background: linear-gradient(180deg, transparent, var(--bdr), transparent);
	flex-shrink: 0;
}

/* Rating stars */
.mc-rating {
	display: inline-flex;
	gap: 3px;
	margin-bottom: 4px;
}
.mc-star-filled {
	color: var(--og);
	filter: drop-shadow(0 1px 2px rgba(245, 158, 11, 0.4));
}
.mc-star-empty {
	color: var(--t4);
}

/* Description */
.mc-desc {
	font-size: 13px;
	line-height: 1.65;
	color: var(--t2);
	margin: 0;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Card CTA button */
.mc-card-cta {
	margin-top: auto;
	padding: 10px 16px;
	border-radius: var(--r-md);
	border: 1px solid var(--bdr-2);
	background: transparent;
	font-family: var(--f-body);
	font-size: 12.5px;
	font-weight: 600;
	color: var(--t2);
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	transition:
		background var(--fast),
		border-color var(--fast),
		color var(--fast),
		transform var(--fast);
}
.mc-card-cta:hover {
	background: var(--cat-color);
	border-color: var(--cat-color);
	color: #0d0d0d;
	transform: translateX(4px);
}
.mc-card-cta:focus-visible {
	outline: 2px solid var(--cat-color);
	outline-offset: 2px;
}

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 1100px) {
	.mc-grid {
		gap: 16px;
	}
	.mc-card {
		width: calc(50% - 8px);
		min-height: 440px;
	}
}
@media (max-width: 900px) {
	.mc-header {
		flex-direction: column;
		align-items: flex-start;
	}
	.mc-filters {
		width: 100%;
		justify-content: flex-start;
	}
}
@media (max-width: 760px) {
	.mc-card {
		width: 100%;
		min-height: 460px;
		max-height: none;
		flex-shrink: 1;
	}
	.mc-photo-wrap {
		height: 260px;
	}
}
@media (max-width: 480px) {
	.mc-stats {
		gap: 8px;
	}
	.mc-stat-val {
		font-size: 14px;
	}
}

/* ═══════════════════════════════════════════════════
   PAGE HEADER  (ph-*)
   Shared intro banner: label + title + sub | photo
   Mirrors ab2-intro-banner from About page.
   ═══════════════════════════════════════════════════ */

.ph-banner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	align-items: stretch;
	border: 1px solid var(--bdr);
	border-radius: var(--r-xl);
	overflow: hidden;
	background: var(--bg-card);
	min-height: 300px;
}

.ph-text {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 48px 48px;
	justify-content: center;
}

.ph-img-wrap {
	position: relative;
	overflow: hidden;
}
.ph-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform 0.6s var(--ease);
}
.ph-banner:hover .ph-img {
	transform: scale(1.04);
}
.ph-img-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, var(--bg-card) 0%, transparent 20%);
	pointer-events: none;
}

@media (max-width: 900px) {
	.ph-banner {
		grid-template-columns: 1fr;
		min-height: auto;
	}
	.ph-img-wrap {
		min-height: 220px;
	}
	.ph-text {
		padding: 36px 28px 28px;
	}
}
@media (max-width: 600px) {
	.ph-text {
		padding: 28px 20px 20px;
		gap: 14px;
	}
	.ph-img-wrap {
		min-height: 180px;
	}
}

/* ═══════════════════════════════════════════════════
   BLOG  (bl-*)
   ═══════════════════════════════════════════════════ */

.bl-section {
	gap: 56px;
	background: var(--bg);
}

/* ── Featured label ─────────────────────────────── */
.bl-featured-wrap {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.bl-featured-label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--og);
}

/* ── Category filter strip ──────────────────────── */
.bl-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.bl-filter-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 18px;
	border-radius: var(--r-pill);
	border: 1px solid var(--bdr-2);
	background: transparent;
	font-family: var(--f-body);
	font-size: 12px;
	font-weight: 500;
	color: var(--t2);
	cursor: pointer;
	transition:
		background var(--fast),
		color var(--fast),
		border-color var(--fast);
	white-space: nowrap;
}
.bl-filter-btn:hover {
	background: rgba(255, 255, 255, 0.05);
	color: var(--t1);
	border-color: var(--bdr-3);
}
.bl-filter-btn.is-active {
	background: var(--og);
	border-color: var(--og);
	color: #000;
	font-weight: 600;
}

/* ── Post grid ──────────────────────────────────── */
.bl-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

/* ── Card base ──────────────────────────────────── */
.bl-card {
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-lg);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition:
		border-color var(--base),
		box-shadow var(--base),
		transform var(--fast);
	cursor: pointer;
}
.bl-card:hover {
	border-color: var(--bdr-2);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
	transform: translateY(-3px);
}

/* Featured card — full-width horizontal layout */
.bl-card--featured {
	flex-direction: row;
	min-height: 360px;
	border-color: rgba(245, 158, 11, 0.2);
}
.bl-card--featured:hover {
	border-color: rgba(245, 158, 11, 0.4);
}
.bl-card--featured .bl-card-img-wrap {
	width: 48%;
	flex-shrink: 0;
	height: auto;
	min-height: 360px;
}
.bl-card--featured .bl-card-body {
	padding: 36px 36px 28px;
	justify-content: space-between;
}
.bl-card--featured .bl-card-title {
	font-size: clamp(20px, 2.4vw, 30px);
}
.bl-card--featured .bl-card-excerpt {
	-webkit-line-clamp: 4;
}

/* ── Card image ─────────────────────────────────── */
.bl-card-img-wrap {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	flex-shrink: 0;
}
.bl-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s var(--ease);
}
.bl-card:hover .bl-card-img {
	transform: scale(1.05);
}
.bl-card-cat {
	position: absolute;
	top: 12px;
	left: 12px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 10px;
	border-radius: var(--r-pill);
	background: rgba(0, 0, 0, 0.65);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	font-family: var(--f-mono);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--og);
	border: 1px solid rgba(245, 158, 11, 0.25);
}

/* ── Card body ──────────────────────────────────── */
.bl-card-body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 22px 22px 18px;
	flex: 1;
}
.bl-card-meta {
	display: flex;
	align-items: center;
	gap: 14px;
}
.bl-card-tag,
.bl-card-time {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-family: var(--f-mono);
	font-size: 10px;
	letter-spacing: 0.08em;
	color: var(--t3);
	text-transform: uppercase;
}
.bl-card-tag {
	color: var(--og);
}
.bl-card-title {
	font-family: var(--f-disp);
	font-size: clamp(15px, 1.5vw, 18px);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--t1);
	line-height: 1.25;
	margin: 0;
}
.bl-card-excerpt {
	font-size: 12.5px;
	line-height: 1.7;
	color: var(--t2);
	margin: 0;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.bl-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 14px;
	border-top: 1px solid var(--bdr);
	margin-top: auto;
	gap: 10px;
}
.bl-card-author {
	display: flex;
	align-items: center;
	gap: 9px;
}
.bl-author-av {
	border-radius: 50%;
	background: var(--og-dim);
	border: 1px solid rgba(245, 158, 11, 0.28);
	color: var(--og);
	font-family: var(--f-disp);
	font-weight: 700;
	display: grid;
	place-items: center;
	flex-shrink: 0;
}
.bl-author-name {
	font-size: 12px;
	font-weight: 600;
	color: var(--t1);
	margin: 0;
	line-height: 1.3;
}
.bl-author-role {
	font-size: 10.5px;
	color: var(--t3);
	margin: 0;
}
.bl-card-cta {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--t2);
	text-decoration: none;
	white-space: nowrap;
	transition:
		color var(--fast),
		gap var(--fast);
	flex-shrink: 0;
}
.bl-card-cta:hover {
	color: var(--og);
	gap: 8px;
}

/* ── Newsletter ─────────────────────────────────── */
.bl-newsletter {
	border-radius: var(--r-xl);
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	overflow: hidden;
}
.bl-newsletter-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 16px;
	padding: 64px clamp(24px, 6vw, 96px);
}
.bl-newsletter-title {
	font-family: var(--f-disp);
	font-size: clamp(22px, 3vw, 38px);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--t1);
	line-height: 1.15;
	max-width: 560px;
	margin: 0;
}
.bl-newsletter-title span {
	color: var(--og);
}
.bl-newsletter-sub {
	font-size: 14px;
	color: var(--t2);
	max-width: 480px;
	margin: 0;
	line-height: 1.72;
}
.bl-newsletter-form {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 460px;
}
.bl-newsletter-input {
	flex: 1;
	min-width: 200px;
	background: var(--bg-soft);
	border: 1px solid var(--bdr-2);
	border-radius: var(--r-pill);
	padding: 11px 20px;
	font-family: var(--f-body);
	font-size: 13px;
	color: var(--t1);
	outline: none;
	transition:
		border-color var(--base),
		box-shadow var(--base);
}
.bl-newsletter-input::placeholder {
	color: var(--t4);
}
.bl-newsletter-input:focus {
	border-color: var(--og);
	box-shadow: 0 0 0 3px var(--og-dim);
}
.bl-newsletter-thanks {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	color: var(--og);
	margin: 0;
}

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 1100px) {
	.bl-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 900px) {
	.bl-card--featured {
		flex-direction: column;
		min-height: auto;
	}
	.bl-card--featured .bl-card-img-wrap {
		width: 100%;
		height: 260px;
	}
	.bl-card--featured .bl-card-body {
		padding: 24px 22px 18px;
	}
}
@media (max-width: 700px) {
	.bl-grid {
		grid-template-columns: 1fr;
	}
	.bl-newsletter-inner {
		padding: 40px 20px;
	}
}

/* ═══════════════════════════════════════════════════
   GLASS BLOG CARD  (gbc-*)
   ═══════════════════════════════════════════════════ */

.gbc-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: var(--r-xl);
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(14, 14, 14, 0.55);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	overflow: hidden;
	transition:
		border-color var(--base),
		box-shadow var(--base),
		transform var(--fast);
}
.gbc-card:hover {
	border-color: rgba(245, 158, 11, 0.35);
	box-shadow:
		0 20px 60px rgba(245, 158, 11, 0.08),
		0 8px 32px rgba(0, 0, 0, 0.5);
	transform: translateY(-4px);
}

/* Featured — horizontal */
.gbc-card--featured {
	flex-direction: row;
	min-height: 340px;
}
.gbc-card--featured .gbc-img-wrap {
	width: 48%;
	flex-shrink: 0;
	height: auto;
	aspect-ratio: auto;
}
.gbc-card--featured .gbc-body {
	padding: 32px 32px 24px;
}
.gbc-card--featured .gbc-title {
	font-size: clamp(18px, 2vw, 26px);
}
.gbc-card--featured .gbc-excerpt {
	-webkit-line-clamp: 4;
}

/* ── Image wrap ─────────────────────────────────── */
.gbc-img-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	flex-shrink: 0;
}
.gbc-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s var(--ease);
}
.gbc-card:hover .gbc-img {
	transform: scale(1.1);
}

/* bottom-to-transparent gradient */
.gbc-img-gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 55%);
	opacity: 0.6;
	transition: opacity var(--base);
	pointer-events: none;
}
.gbc-card:hover .gbc-img-gradient {
	opacity: 0.35;
}

/* Tags row over the image */
.gbc-tags {
	position: absolute;
	bottom: 12px;
	left: 12px;
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}
.gbc-tag {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 3px 10px;
	border-radius: var(--r-pill);
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-family: var(--f-mono);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--t2);
	transition:
		background var(--fast),
		color var(--fast);
}
.gbc-tag:hover {
	background: rgba(245, 158, 11, 0.18);
	color: var(--og);
}

/* Hover overlay — "Read Article" */
.gbc-hover-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	opacity: 0;
	transition: opacity var(--base);
	pointer-events: none;
}
.gbc-card:hover .gbc-hover-overlay {
	opacity: 1;
	pointer-events: auto;
}
.gbc-read-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 24px;
	border-radius: var(--r-pill);
	background: var(--og);
	color: #000;
	font-family: var(--f-body);
	font-size: 13px;
	font-weight: 600;
	box-shadow: 0 8px 24px rgba(245, 158, 11, 0.35);
	cursor: pointer;
	user-select: none;
}

/* ── Body ───────────────────────────────────────── */
.gbc-body {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 20px 20px 16px;
	flex: 1;
}
.gbc-titles {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}
.gbc-title {
	font-family: var(--f-disp);
	font-size: clamp(15px, 1.5vw, 18px);
	font-weight: 700;
	letter-spacing: -0.025em;
	color: var(--t1);
	line-height: 1.25;
	margin: 0;
	transition: color var(--fast);
}
.gbc-card:hover .gbc-title {
	color: var(--og);
}
.gbc-excerpt {
	font-size: 12.5px;
	line-height: 1.72;
	color: var(--t2);
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ── Footer ─────────────────────────────────────── */
.gbc-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	gap: 10px;
	margin-top: auto;
}
.gbc-author {
	display: flex;
	align-items: center;
	gap: 9px;
}
.gbc-avatar {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--og-dim);
	border: 1px solid rgba(245, 158, 11, 0.3);
	color: var(--og);
	font-family: var(--f-disp);
	font-weight: 700;
	font-size: 11px;
	display: grid;
	place-items: center;
	flex-shrink: 0;
}
.gbc-author-info {
	display: flex;
	flex-direction: column;
	gap: 1px;
}
.gbc-author-name {
	font-size: 12px;
	font-weight: 600;
	color: var(--t1);
	line-height: 1.3;
}
.gbc-author-date {
	font-size: 10.5px;
	color: var(--t3);
}
.gbc-time {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-family: var(--f-mono);
	font-size: 10px;
	color: var(--t3);
	text-decoration: none;
	white-space: nowrap;
	transition: color var(--fast);
}
.gbc-time:hover {
	color: var(--t2);
}

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 900px) {
	.gbc-card--featured {
		flex-direction: column;
		min-height: auto;
	}
	.gbc-card--featured .gbc-img-wrap {
		width: 100%;
		aspect-ratio: 16 / 9;
	}
	.gbc-card--featured .gbc-body {
		padding: 22px 20px 16px;
	}
}

/* ═══════════════════════════════════════════════════
   BLOG POST  (bp-*)
   ═══════════════════════════════════════════════════ */

/* Reading progress bar */
.bp-progress-track {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: rgba(255, 255, 255, 0.06);
	z-index: 100;
}
.bp-progress-bar {
	height: 100%;
	background: var(--og);
	border-radius: 0 2px 2px 0;
	transition: width 0.1s linear;
}

/* Article wrapper */
.bp-article {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding-top: var(--nav-h);
	background: var(--bg);
	min-height: 100vh;
}

/* ── 1. Header band ──────────────────────────────── */
.bp-header {
	width: 100%;
	padding: 56px var(--px) 48px;
	display: flex;
	justify-content: center;
	background: var(--bg-soft);
	border-bottom: 1px solid var(--bdr);
}
.bp-header-inner {
	width: 100%;
	max-width: 760px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.bp-back {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--t3);
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: color var(--fast);
	width: fit-content;
}
.bp-back:hover {
	color: var(--og);
}

.bp-header-pills {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.bp-pill {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 12px;
	border-radius: var(--r-pill);
	border: 1px solid var(--bdr-2);
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--t2);
}
.bp-pill--cat {
	background: var(--og-dim);
	border-color: rgba(245, 158, 11, 0.25);
	color: var(--og);
}

.bp-title {
	font-family: var(--f-disp);
	font-size: clamp(28px, 4vw, 52px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.1;
	color: var(--t1);
	margin: 0;
}
.bp-subtitle {
	font-size: 16px;
	line-height: 1.75;
	color: var(--t2);
	margin: 0;
}

.bp-author-row {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	padding-top: 4px;
}
.bp-av {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--og-dim);
	border: 1px solid rgba(245, 158, 11, 0.3);
	color: var(--og);
	font-family: var(--f-disp);
	font-weight: 700;
	font-size: 13px;
	display: grid;
	place-items: center;
	flex-shrink: 0;
}
.bp-author-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	flex: 1;
}
.bp-author-name {
	font-size: 13px;
	font-weight: 600;
	color: var(--t1);
	margin: 0;
}
.bp-author-detail {
	font-size: 11px;
	color: var(--t3);
	margin: 0;
}
.bp-author-stats {
	display: flex;
	gap: 16px;
	margin-left: auto;
}
.bp-stat {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-family: var(--f-mono);
	font-size: 11px;
	color: var(--t3);
}

/* ── 2. Hero image ───────────────────────────────── */
.bp-hero-img-wrap {
	position: relative;
	width: 100%;
	height: clamp(280px, 40vw, 520px);
	overflow: hidden;
}
.bp-hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.bp-hero-img-gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, transparent 50%, var(--bg) 100%);
	pointer-events: none;
}

/* ── 3. Body — prose + sidebar ───────────────────── */
.bp-body-wrap {
	display: grid;
	grid-template-columns: 1fr 280px;
	gap: 64px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 56px var(--px) 80px;
	width: 100%;
	align-items: start;
}

/* Prose — Medium-style */
.bp-prose {
	display: flex;
	flex-direction: column;
	gap: 0;
	max-width: 680px;
	/* center the column inside the grid cell */
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* Every block gets consistent vertical rhythm */
.bp-prose > * {
	margin-bottom: 28px;
}
.bp-prose > *:last-child {
	margin-bottom: 0;
}

.bp-h2 {
	font-family: var(--f-disp);
	font-size: clamp(22px, 2.4vw, 30px);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--t1);
	line-height: 1.2;
	margin-top: 16px;
	margin-bottom: 14px;
	/* No divider — let whitespace do the work */
	border-top: none;
	padding-top: 0;
}

.bp-p {
	font-size: 18px;
	line-height: 1.8;
	color: rgba(237, 237, 237, 0.78);
	margin: 0;
	/* Medium uses slightly looser tracking for readability */
	letter-spacing: 0.005em;
}

/* Pull-quote — large, centred, no background box */
.bp-quote {
	position: relative;
	padding: 8px 0 8px 28px;
	border-left: 3px solid var(--og);
	background: transparent;
	border-radius: 0;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.65;
	color: var(--t1);
	font-style: italic;
	margin: 0;
}
.bp-quote-mark {
	display: none; /* handled by the border-left accent */
}

.bp-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.bp-list-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 17px;
	line-height: 1.75;
	color: rgba(237, 237, 237, 0.78);
}
.bp-list-icon {
	color: var(--og);
	flex-shrink: 0;
	margin-top: 5px;
}
.bp-share-wrap {
	padding-top: 32px;
	border-top: 1px solid var(--bdr);
	margin-top: 8px;
}
.bp-share {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}
.bp-share-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--t3);
}
.bp-share-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid var(--bdr-2);
	background: transparent;
	color: var(--t2);
	cursor: pointer;
	justify-content: center;
	transition:
		color var(--fast),
		border-color var(--fast),
		background var(--fast);
	text-decoration: none;
}
.bp-share-btn:hover {
	color: var(--og);
	border-color: rgba(245, 158, 11, 0.4);
	background: var(--og-dim);
}
.bp-copied {
	font-size: 10px;
	color: var(--og);
	white-space: nowrap;
	position: absolute;
	margin-top: 40px;
}

/* ── TOC sidebar ─────────────────────────────────── */
.bp-toc-sidebar {
	position: sticky;
	top: calc(var(--nav-h) + 24px);
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.bp-toc-label {
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--t3);
	margin: 0;
}
.bp-toc-list {
	display: flex;
	flex-direction: column;
	gap: 2px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.bp-toc-item {
	display: block;
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	padding: 6px 10px;
	border-radius: var(--r-sm);
	font-family: var(--f-body);
	font-size: 12.5px;
	line-height: 1.5;
	color: var(--t3);
	cursor: pointer;
	transition:
		color var(--fast),
		background var(--fast);
}
.bp-toc-item:hover {
	color: var(--t1);
	background: rgba(255, 255, 255, 0.04);
}
.bp-toc-item.is-active {
	color: var(--og);
	background: var(--og-dim);
	font-weight: 600;
}
.bp-toc-author {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-md);
	margin-top: 8px;
}

/* ── 4. Related posts ────────────────────────────── */
.bp-related {
	background: var(--bg-soft);
	border-top: 1px solid var(--bdr);
	padding: 64px var(--px) 80px;
}
.bp-related-header {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 32px;
}
.bp-related-title {
	font-family: var(--f-disp);
	font-size: clamp(22px, 2.6vw, 32px);
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--t1);
	margin: 0;
}
.bp-related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 1000px) {
	.bp-body-wrap {
		grid-template-columns: 1fr;
	}
	.bp-toc-sidebar {
		position: relative;
		top: auto;
	}
	.bp-related-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 640px) {
	.bp-header {
		padding: 40px var(--px) 32px;
	}
	.bp-author-stats {
		display: none;
	}
	.bp-related-grid {
		grid-template-columns: 1fr;
	}
	.bp-body-wrap {
		padding: 36px var(--px) 56px;
	}
}

/* ═══════════════════════════════════════════════════
   BENTO CARD  (bento-card-*)
   ═══════════════════════════════════════════════════ */

.bento-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: var(--r-xl);
	background: #0a0a0a;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 -20px 80px -20px rgba(134, 134, 240, 0.12) inset;
	transition:
		border-color var(--base),
		box-shadow var(--base),
		transform var(--fast);
}
.bento-card:hover {
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow:
		0 -20px 80px -20px rgba(134, 134, 240, 0.2) inset,
		0 16px 48px rgba(0, 0, 0, 0.5);
	transform: translateY(-3px);
}

/* Graphic area */
.bento-card-graphic {
	position: relative;
	height: 320px;
	flex-shrink: 0;
	overflow: hidden;
}
.bento-card-graphic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s var(--ease);
}
.bento-card:hover .bento-card-graphic img {
	transform: scale(1.05);
}

/* Fade overlays */
.bento-card-fade {
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.bento-card-fade--top {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, transparent 60%);
}
.bento-card-fade--bottom {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 60%);
}

/* Frosted text layer */
.bento-card-body {
	position: relative;
	z-index: 2;
	margin-top: -110px;
	padding: 20px 28px 28px;
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1;
	min-height: 160px;
}
.bento-card-eyebrow {
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--og);
	margin: 0;
}
.bento-card-title {
	font-family: var(--f-disp);
	font-size: clamp(16px, 1.8vw, 20px);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--t1);
	line-height: 1.2;
	margin: 0;
}
.bento-card-desc {
	font-size: 12px;
	line-height: 1.65;
	color: var(--t2);
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ── Portfolio bento grid ───────────────────────── */
/* ═══ FAN CAROUSEL  (fan-*) ══════════════════════════ */

.fan-section {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.fan-section-head {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.fan-section-title {
	font-family: var(--f-disp);
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--t1);
	margin: 0;
}
.fan-section-title span {
	color: var(--og);
}

.fan-section-sub {
	font-size: 14px;
	color: var(--t2);
	margin: 0;
}

/* ── Section wrapper ─────────────────────────────── */
.fan-carousel {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	width: 100%;
}

/* ── Fan layout stage ────────────────────────────── */
.fan-layout {
	position: relative;
	width: 100%;
	height: 46rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	overflow: visible;
}

/* ── Individual card ─────────────────────────────── */
.fan-card {
	position: absolute;
	width: clamp(220px, 18vw, 300px);
	background: #fff;
	border-radius: 12px;
	padding: 22px 22px 18px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55);
	border: 1px solid #e5e7eb;
	cursor: default;
	will-change: transform;
	transform-origin: bottom center;
	transition: box-shadow 200ms ease;
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow: hidden;
}
.fan-card:hover {
	box-shadow:
		0 16px 48px rgba(0, 0, 0, 0.7),
		0 0 0 2px #7c3aed;
}
.fan-card:focus-visible {
	outline: 2px solid #7c3aed;
	outline-offset: 3px;
}

/* Category · year */
.fc-meta {
	font-size: 12px;
	font-weight: 500;
	color: #7c3aed;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 5px;
	font-family: var(--f-body);
}
.fc-meta-sep {
	color: #9ca3af;
}

/* Title */
.fc-title {
	font-family: var(--f-disp);
	font-size: clamp(14px, 1.4vw, 18px);
	font-weight: 800;
	color: #111827;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0;
}

/* Description */
.fc-desc {
	font-size: 12px;
	line-height: 1.6;
	color: #4b5563;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Role / Problem / Outcome rows */
.fc-details {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 0;
}
.fc-detail-row {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 8px;
	align-items: baseline;
}
.fc-detail-row dt {
	font-size: 11px;
	font-weight: 600;
	color: #6b7280;
	font-family: var(--f-body);
}
.fc-detail-row dd {
	font-size: 11px;
	color: #374151;
	margin: 0;
	line-height: 1.45;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Tech tags */
.fc-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.fc-tag {
	font-size: 10.5px;
	font-weight: 500;
	color: #374151;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	padding: 2px 9px;
	background: transparent;
	font-family: var(--f-body);
	white-space: nowrap;
}

/* Footer — divider + link */
.fc-footer {
	border-top: 1px solid #e5e7eb;
	padding-top: 10px;
	margin-top: 2px;
}
.fc-link {
	font-size: 12px;
	font-weight: 600;
	color: #111827;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-color: #9ca3af;
	transition:
		color 150ms ease,
		text-decoration-color 150ms ease;
	font-family: var(--f-body);
}
.fc-link:hover {
	color: #7c3aed;
	text-decoration-color: #7c3aed;
}

/* ── Controls ────────────────────────────────────── */
.fan-controls {
	display: flex;
	align-items: center;
	gap: 20px;
}

.fan-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--bg-card);
	border: 1px solid var(--bdr-2);
	color: var(--t1);
	font-size: 22px;
	line-height: 1;
	display: grid;
	place-items: center;
	cursor: pointer;
	transition:
		background var(--fast),
		border-color var(--fast),
		color var(--fast);
}
.fan-arrow:hover {
	background: var(--og-dim);
	border-color: var(--og);
	color: var(--og);
}
.fan-arrow:focus-visible {
	outline: 2px solid var(--og);
	outline-offset: 3px;
}

.fan-dots {
	display: flex;
	gap: 6px;
	align-items: center;
}

.fan-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--bdr-3);
	transition:
		background var(--fast),
		transform var(--fast);
}
.fan-dot.is-active {
	background: var(--og);
	transform: scale(1.4);
}

/* ── Responsive ──────────────────────────────────── */

@media (max-width: 480px) {
	.fan-layout {
		height: 22rem;
	}
	.fan-card {
		width: clamp(100px, 28vw, 160px);
	}
}

/* ═══ PORTFOLIO CAROUSEL  (pc-*)  ════════════════════════
   Mousewheel-driven horizontal scroll
   Fan/perspective cards — no screenshots, pure type + colour
   ═══════════════════════════════════════════════════════ */

/* ── Page shell ─────────────────────────────────────── */
.pc-page {
	background: var(--bg);
	padding-top: var(--nav-h);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/* Keep pg-section--intro working for PageHeader elsewhere */
.pg-section--intro {
	min-height: auto;
	padding-top: var(--nav-h);
	padding-bottom: 0;
}

/* ── Section ─────────────────────────────────────────── */
.pc-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 72px 0 0;
	gap: 0;
	flex: 1;
}

/* ── Header ──────────────────────────────────────────── */
.pc-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 var(--px);
	gap: 0;
	max-width: 750px;
	width: 100%;
}
.pc-eyebrow {
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--og);
	margin-bottom: 14px;
}
.pc-title {
	font-family: var(--f-disp);
	font-size: clamp(34px, 5vw, 68px);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.02;
	color: var(--t1);
	margin: 0 0 16px;
}
.pc-title em {
	font-style: normal;
	color: var(--og);
	display: inline;
}
.pc-sub {
	font-size: 15px;
	line-height: 1.72;
	color: var(--t2);
	max-width: 480px;
	margin-bottom: 28px;
}

/* Stats row */
.pc-stats {
	display: flex;
	align-items: center;
	gap: 0;
	margin-bottom: 28px;
}
.pc-stat {
	font-family: var(--f-body);
	font-size: 13px;
	color: var(--t3);
}
.pc-stat strong {
	font-weight: 700;
	color: var(--t1);
	margin-right: 4px;
}
.pc-stat-sep {
	width: 1px;
	height: 14px;
	background: var(--bdr-2);
	margin: 0 16px;
}

/* Scroll hint */
.pc-scroll-hint {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--f-mono);
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--t4);
	animation: pc-bounce 2s ease-in-out infinite;
}
.pc-hint-icon {
	display: flex;
	color: var(--t4);
}
@keyframes pc-bounce {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(4px);
	}
}

/* ── Carousel viewport ───────────────────────────────── */
.pc-viewport {
	width: 100%;
	margin-top: 52px;
	overflow: hidden;
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
	/* Perspective gives depth to the fan effect */
	perspective: 1400px;
	perspective-origin: 50% 40%;
	touch-action: pan-y;
}
.pc-viewport.is-grabbing {
	cursor: grabbing;
}

/* Perspective container */
.pc-perspective {
	width: 100%;
	padding: 40px 0 60px;
	/* extra side padding so edge cards peek in */
	padding-left: calc(50vw - 130px);
}

/* ── Track — slides horizontally ────────────────────── */
.pc-track {
	display: flex;
	gap: 20px;
	width: max-content;
	/* transform applied by JS */
	will-change: transform;
}

/* ── Cards ───────────────────────────────────────────── */
.pc-card {
	position: relative;
	flex-shrink: 0;
	width: 260px;
	height: 380px;
	border-radius: 20px;
	overflow: hidden;
	background: var(--card-bg, #111);
	border: 1px solid rgba(255, 255, 255, 0.06);
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	/* Fan: non-active cards tilt away */
	transform: rotateY(8deg) scale(0.9);
	opacity: 0.5;
	transition:
		transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
		opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1),
		box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
	transform-origin: center bottom;
}
.pc-card.is-active {
	transform: rotateY(0deg) scale(1.04);
	opacity: 1;
	box-shadow:
		0 30px 80px rgba(0, 0, 0, 0.7),
		0 0 0 1px rgba(255, 255, 255, 0.1);
	z-index: 2;
}
.pc-card.is-adjacent {
	transform: rotateY(4deg) scale(0.96);
	opacity: 0.75;
}
/* Mirror tilt for cards to the left of active */
.pc-card.is-adjacent:nth-child(-n + 20) {
	/* handled by JS dist sign via CSS custom prop trick — pure CSS fallback tilts right */
}
.pc-card:focus-visible {
	outline: 2px solid var(--og);
	outline-offset: 3px;
}
.pc-card:hover:not(.is-active) {
	opacity: 0.88;
}

/* Noise grain overlay */
.pc-card-noise {
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
	pointer-events: none;
	z-index: 1;
	opacity: 0.5;
}

/* Card colour fill — uses CSS custom props from inline style */
.pc-card::before {
	content: '';
	position: absolute;
	inset: 0;
	background: var(--card-bg, #111);
	z-index: 0;
}
/* Radial glow from accent */
.pc-card::after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 70% 60% at 30% 80%, var(--card-accent, #f59e0b) 0%, transparent 70%);
	opacity: 0.18;
	z-index: 0;
	transition: opacity 0.3s;
}
.pc-card.is-active::after {
	opacity: 0.28;
}

/* All direct children above pseudo-elements */
.pc-card > * {
	position: relative;
	z-index: 2;
}

/* Top row: index + status */
.pc-card-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 20px 0;
}
.pc-card-index {
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: rgba(255, 255, 255, 0.3);
}
.pc-card-status {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-family: var(--f-mono);
	font-size: 9px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.3);
}
.pc-card-status.is-live {
	color: #4ade80;
}
.pc-status-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: currentColor;
	flex-shrink: 0;
}
.pc-card-status.is-live .pc-status-dot {
	box-shadow: 0 0 5px currentColor;
}

/* Giant background number — decorative */
.pc-card-glyph {
	position: absolute !important; /* override z-index stack */
	z-index: 1 !important;
	bottom: -10px;
	right: -8px;
	font-family: var(--f-disp);
	font-size: 140px;
	font-weight: 900;
	letter-spacing: -0.08em;
	line-height: 1;
	color: var(--card-accent, #f59e0b);
	opacity: 0.06;
	user-select: none;
	pointer-events: none;
}

/* Main text body */
.pc-card-body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 0 20px;
	flex: 1;
	justify-content: center;
}
.pc-card-name {
	font-family: var(--f-disp);
	font-size: clamp(18px, 1.8vw, 24px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: #fff;
}
.pc-card-cat {
	font-family: var(--f-mono);
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--card-text, rgba(255, 255, 255, 0.55));
	margin-top: 4px;
	/* colour pill */
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.pc-card-cat::before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--card-accent, #f59e0b);
	flex-shrink: 0;
}
.pc-card-domain {
	font-family: var(--f-mono);
	font-size: 10px;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.25);
	margin-top: 2px;
}

/* Bottom row: tech + arrow */
.pc-card-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 20px 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	margin-top: auto;
}
.pc-card-tech {
	font-family: var(--f-mono);
	font-size: 9px;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.28);
	text-transform: uppercase;
}
.pc-card-arrow {
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.3);
	transition:
		color 0.2s,
		transform 0.2s;
}
.pc-card:hover .pc-card-arrow,
.pc-card.is-active .pc-card-arrow {
	color: var(--card-accent, #f59e0b);
	transform: translate(2px, -2px);
}

/* ── Controls ────────────────────────────────────────── */
.pc-controls {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 32px var(--px) 0;
	width: 100%;
	max-width: 560px;
	justify-content: center;
}
.pc-nav-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--bdr-2);
	background: rgba(255, 255, 255, 0.04);
	color: var(--t2);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	flex-shrink: 0;
	transition:
		border-color 0.2s,
		color 0.2s,
		background 0.2s;
}
.pc-nav-btn:hover:not(:disabled) {
	border-color: var(--og);
	color: var(--og);
	background: rgba(245, 158, 11, 0.07);
}
.pc-nav-btn:disabled {
	opacity: 0.25;
	cursor: default;
}
.pc-nav-btn:focus-visible {
	outline: 2px solid var(--og);
	outline-offset: 3px;
}

/* Progress */
.pc-progress {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
.pc-progress-track {
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 2px;
	overflow: hidden;
}
.pc-progress-fill {
	height: 100%;
	background: var(--og);
	border-radius: 2px;
	transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.pc-progress-label {
	display: flex;
	align-items: baseline;
	gap: 4px;
}
.pc-prog-cur {
	font-family: var(--f-disp);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: var(--t1);
}
.pc-prog-sep {
	font-family: var(--f-mono);
	font-size: 11px;
	color: var(--t4);
}
.pc-prog-tot {
	font-family: var(--f-mono);
	font-size: 11px;
	color: var(--t3);
}

/* ── Footer ──────────────────────────────────────────── */
.pc-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px var(--px) 72px;
	border-top: 1px solid var(--bdr);
	margin-top: 48px;
}

/* ── Responsive ──────────────────────────────────────── */

@media (max-width: 480px) {
	.pc-perspective {
		padding-left: calc(50vw - 95px);
	}
	.pc-card {
		width: 190px;
		height: 290px;
	}
	.pc-stats {
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px;
	}
	.pc-stat-sep {
		display: none;
	}
}
@media (prefers-reduced-motion: reduce) {
	.pc-card {
		transition: opacity 0.15s;
	}
	.pc-scroll-hint {
		animation: none;
	}
}

/* ═══════════════════════════════════════════════════
   CONTACT PAGE  (csp-*)
   Layout : stacked sections
            1. Hero + 4 contact cards
            2. Locations + map
            3. Centered form
            4. CTA banner
   Accent : violet #7c3aed (matches reference)
   Tokens : --bg, --bg-card, --og, --t*, --bdr-*, --r-*
   ═══════════════════════════════════════════════════ */

/* ── Local accent token ──────────────────────────── */
.csp-page {
	--vi: #7c3aed;
	--vi-lt: #8b5cf6;
	--vi-dim: rgba(124, 58, 237, 0.12);
	--vi-glo: rgba(124, 58, 237, 0.28);

	background: var(--bg);
	padding-top: var(--nav-h);
	min-height: 100vh;
}

/* ── Shared section shell ────────────────────────── */
.csp-section {
	padding: 80px var(--px);
}

.csp-section + .csp-section {
	border-top: 1px solid var(--bdr);
}

/* ── Shared container ────────────────────────────── */
.csp-container {
	max-width: 1120px;
	margin: 0 auto;
}

/* ── Shared eyebrow ──────────────────────────────── */
/* ── Shared eyebrow → uses .sec-label from base styles ── */

/* ── Shared headings + sub ───────────────────────── */
.csp-hero-heading {
	font-family: var(--f-disp);
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.08;
	color: var(--t1);
	margin: 0 0 12px;
}

.csp-section-heading {
	font-family: var(--f-disp);
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: var(--t1);
	margin: 0 0 10px;
}

.csp-hero-sub,
.csp-section-sub {
	font-size: 15px;
	line-height: 1.7;
	color: var(--t2);
	margin: 0;
}

.csp-center {
	text-align: center;
}

/* ══════════════════════════════════════════════════
   SECTION 1 — Hero
══════════════════════════════════════════════════ */
.csp-hero-section {
	padding-bottom: 72px;
}

.csp-hero-section .csp-hero-heading {
	margin-bottom: 8px;
}

.csp-hero-section .csp-hero-sub {
	margin-bottom: 48px;
}

/* ── 4 contact cards ─────────────────────────────── */
.csp-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.csp-card {
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-xl);
	padding: 24px 22px 22px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	transition:
		border-color var(--base),
		background var(--base);
	cursor: default;
}
.csp-card:hover {
	border-color: var(--bdr-2);
	background: var(--bg-card2);
}

.csp-card-icon {
	width: 40px;
	height: 40px;
	border-radius: var(--r-md);
	background: var(--vi-dim);
	border: 1px solid var(--vi-glo);
	color: var(--vi-lt);
	display: grid;
	place-items: center;
	margin-bottom: 6px;
	flex-shrink: 0;
}

.csp-card-title {
	font-family: var(--f-disp);
	font-size: 15px;
	font-weight: 700;
	color: var(--t1);
	letter-spacing: -0.01em;
	margin: 0;
}

.csp-card-desc {
	font-size: 13px;
	line-height: 1.6;
	color: var(--t2);
	margin: 0;
	flex: 1;
}

.csp-card-link {
	font-size: 13px;
	font-weight: 600;
	color: var(--vi-lt);
	text-decoration: none;
	margin-top: 4px;
	word-break: break-all;
	transition: color var(--fast);
}
.csp-card-link:hover {
	color: #a78bfa;
	text-decoration: underline;
}
.csp-card-link:focus-visible {
	outline: 2px solid var(--vi);
	outline-offset: 3px;
	border-radius: 2px;
}

/* ══════════════════════════════════════════════════
   SECTION 2 — Locations
══════════════════════════════════════════════════ */
.csp-loc-section {
	background: var(--bg-soft);
}

.csp-loc-top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
	margin-bottom: 40px;
}

.csp-loc-left {
	display: flex;
	flex-direction: column;
}

.csp-loc-right {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding-top: 8px;
}

.csp-loc-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 0;
	border-bottom: 1px solid var(--bdr);
}
.csp-loc-item:first-child {
	border-top: 1px solid var(--bdr);
}

.csp-loc-pin {
	width: 36px;
	height: 36px;
	border-radius: var(--r-md);
	background: var(--vi-dim);
	border: 1px solid var(--vi-glo);
	color: var(--vi-lt);
	display: grid;
	place-items: center;
	flex-shrink: 0;
	margin-top: 1px;
}

.csp-loc-city {
	font-family: var(--f-disp);
	font-size: 15px;
	font-weight: 700;
	color: var(--t1);
	letter-spacing: -0.01em;
	margin: 0 0 4px;
}

.csp-loc-addr {
	font-size: 13px;
	line-height: 1.6;
	color: var(--t2);
	margin: 0;
}

/* Map */
.csp-map {
	border-radius: var(--r-xl);
	overflow: hidden;
	border: 1px solid var(--bdr);
}

/* ══════════════════════════════════════════════════
   SECTION 3 — Form
══════════════════════════════════════════════════ */
.csp-form-section {
	padding-top: 80px;
	padding-bottom: 96px;
}

.csp-form-container {
	max-width: 560px;
}

/* ── Form ────────────────────────────────────────── */
.csp-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 40px;
}

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

/* ── Field ───────────────────────────────────────── */
.csp-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.csp-field label {
	font-size: 13.5px;
	font-weight: 500;
	color: var(--t1);
}

.csp-req {
	color: var(--t3);
	font-weight: 400;
}

.csp-field input,
.csp-field textarea {
	background: var(--bg-card);
	border: 1px solid var(--bdr-2);
	border-radius: var(--r-md);
	padding: 11px 14px;
	font-family: var(--f-body);
	font-size: 14px;
	color: var(--t1);
	outline: none;
	transition:
		border-color var(--base),
		box-shadow var(--base);
	resize: vertical;
	width: 100%;
}
.csp-field input::placeholder,
.csp-field textarea::placeholder {
	color: var(--t3);
}
.csp-field input:hover:not(:focus),
.csp-field textarea:hover:not(:focus) {
	border-color: var(--bdr-3);
}
.csp-field input:focus,
.csp-field textarea:focus {
	border-color: var(--vi);
	box-shadow: 0 0 0 3px var(--vi-dim);
}

/* ── Phone row ───────────────────────────────────── */
.csp-phone-row {
	display: flex;
	border: 1px solid var(--bdr-2);
	border-radius: var(--r-md);
	overflow: hidden;
	transition:
		border-color var(--base),
		box-shadow var(--base);
}
.csp-phone-row:focus-within {
	border-color: var(--vi);
	box-shadow: 0 0 0 3px var(--vi-dim);
}

.csp-phone-prefix {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 0 12px;
	background: var(--bg-card2);
	border-right: 1px solid var(--bdr-2);
	flex-shrink: 0;
	cursor: default;
}

.csp-phone-flag {
	font-size: 16px;
	line-height: 1;
}

.csp-phone-code {
	font-size: 14px;
	font-weight: 500;
	color: var(--t2);
}

.csp-phone-chevron {
	color: var(--t3);
	flex-shrink: 0;
}

.csp-phone-input {
	background: var(--bg-card);
	border: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	padding: 11px 14px;
	font-family: var(--f-body);
	font-size: 14px;
	color: var(--t1);
	outline: none;
	flex: 1;
	min-width: 0;
}
.csp-phone-input::placeholder {
	color: var(--t3);
}

/* ── Privacy checkbox ────────────────────────────── */
.csp-agree {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
}

.csp-checkbox {
	appearance: none;
	width: 16px;
	height: 16px;
	min-width: 16px;
	border-radius: 4px;
	border: 1.5px solid var(--bdr-3);
	background: var(--bg-card);
	cursor: pointer;
	margin-top: 2px;
	position: relative;
	flex-shrink: 0;
	transition:
		border-color var(--fast),
		background var(--fast);
}
.csp-checkbox:hover {
	border-color: var(--vi-lt);
}
.csp-checkbox:checked {
	background: var(--vi);
	border-color: var(--vi);
}
.csp-checkbox:checked::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 4px;
	width: 5px;
	height: 9px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	transform: rotate(45deg);
}
.csp-checkbox:focus-visible {
	outline: 2px solid var(--vi);
	outline-offset: 2px;
}

.csp-agree-text {
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--t2);
	user-select: none;
}

.csp-agree-link {
	color: var(--vi-lt);
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color var(--fast);
}
.csp-agree-link:hover {
	color: #a78bfa;
}

/* ── Buttons ─────────────────────────────────────── */
.csp-form-error {
	font-size: 13px;
	color: #f87171;
	background: rgba(248, 113, 113, 0.08);
	border: 1px solid rgba(248, 113, 113, 0.2);
	border-radius: var(--r-sm);
	padding: 10px 14px;
}
.csp-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 13px 24px;
	border-radius: var(--r-md);
	background: var(--vi);
	color: #fff;
	font-family: var(--f-body);
	font-size: 15px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	transition:
		background var(--base),
		box-shadow var(--base),
		transform var(--fast);
	letter-spacing: 0.01em;
}
.csp-btn-primary:hover:not(:disabled) {
	background: var(--vi-lt);
	box-shadow: 0 8px 28px var(--vi-glo);
	transform: translateY(-1px);
}
.csp-btn-primary:active:not(:disabled) {
	transform: translateY(0);
}
.csp-btn-primary:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}
.csp-btn-primary:focus-visible {
	outline: 2px solid var(--vi-lt);
	outline-offset: 3px;
}

.csp-btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 24px;
	border-radius: var(--r-md);
	background: transparent;
	color: var(--t1);
	font-family: var(--f-body);
	font-size: 14px;
	font-weight: 500;
	border: 1px solid var(--bdr-3);
	cursor: pointer;
	transition:
		border-color var(--base),
		background var(--base),
		color var(--base);
	white-space: nowrap;
}
.csp-btn-outline:hover {
	border-color: var(--t1);
	background: rgba(255, 255, 255, 0.04);
}
.csp-btn-outline:focus-visible {
	outline: 2px solid var(--vi);
	outline-offset: 3px;
}

/* ── Success state ───────────────────────────────── */
.csp-success {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 16px;
	padding: 48px 0;
}
.csp-success-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--vi-dim);
	border: 1px solid var(--vi-glo);
	color: var(--vi-lt);
	display: grid;
	place-items: center;
}
.csp-success-h {
	font-family: var(--f-disp);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: var(--t1);
	margin: 0;
}
.csp-success-p {
	font-size: 14px;
	line-height: 1.7;
	color: var(--t2);
	margin: 0;
	max-width: 400px;
}

/* ══════════════════════════════════════════════════
   SECTION 4 — CTA Banner
══════════════════════════════════════════════════ */
.csp-cta-section {
	background: var(--bg-soft);
	padding-top: 72px;
	padding-bottom: 80px;
}

.csp-cta-inner {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.csp-cta-heading {
	font-family: var(--f-disp);
	font-size: clamp(24px, 3vw, 38px);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--t1);
	margin: 0;
}

.csp-cta-sub {
	font-size: 15px;
	color: var(--t2);
	margin: 0;
}

.csp-cta-btns {
	display: flex;
	gap: 12px;
	margin-top: 8px;
	flex-wrap: wrap;
	justify-content: center;
}

.csp-cta-btns .csp-btn-primary {
	width: auto;
}

/* ══════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════ */
@media (max-width: 960px) {
	.csp-cards {
		grid-template-columns: 1fr 1fr;
	}
	.csp-loc-top {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

@media (max-width: 600px) {
	.csp-section {
		padding: 56px var(--px);
	}
	.csp-cards {
		grid-template-columns: 1fr;
	}
	.csp-row {
		grid-template-columns: 1fr;
	}
	.csp-form-footer {
		flex-direction: column;
	}
}

/* ═══════════════════════════════════════════════════
   PRIVACY PAGE  (prv-*)
   ═══════════════════════════════════════════════════ */

.prv-page {
	background: var(--bg);
	padding-top: var(--nav-h);
	min-height: 100vh;
}

.term-page {
	background: var(--bg);
	padding-top: var(--nav-h);
	min-height: 100vh;
}

/* ── Header ──────────────────────────────────────── */
.prv-header {
	padding: 72px var(--px) 56px;
	border-bottom: 1px solid var(--bdr);
}

.prv-container {
	max-width: 1080px;
	margin: 0 auto;
}

.prv-heading {
	font-family: var(--f-disp);
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: var(--t1);
	margin: 12px 0 8px;
}

.prv-meta {
	font-family: var(--f-mono);
	font-size: 11px;
	letter-spacing: 0.1em;
	color: var(--t3);
	text-transform: uppercase;
	margin: 0 0 20px;
}

.prv-intro {
	font-size: 15px;
	line-height: 1.75;
	color: var(--t2);
	max-width: 640px;
	margin: 0;
}

/* ── Body layout: ToC + content ─────────────────── */
.prv-body {
	padding: 64px var(--px) 96px;
}

.prv-layout {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 64px;
	align-items: start;
}

/* ── ToC sidebar (sticky) ────────────────────────── */
.prv-toc {
	position: sticky;
	top: calc(var(--nav-h) + 32px);
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.prv-toc-label {
	font-family: var(--f-mono);
	font-size: 9.5px;
	font-weight: 560;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--t3);
	margin: 0 0 12px;
}

.prv-toc ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.prv-toc-link {
	display: block;
	font-size: 12.5px;
	line-height: 1.5;
	color: var(--t2);
	text-decoration: none;
	padding: 5px 10px;
	border-radius: var(--r-sm);
	border-left: 2px solid transparent;
	transition:
		color var(--fast),
		border-color var(--fast),
		background var(--fast);
}
.prv-toc-link:hover {
	color: var(--t1);
	border-left-color: var(--og);
	background: rgba(245, 158, 11, 0.05);
}
.prv-toc-link.is-active {
	color: var(--og);
	border-left-color: var(--og);
	font-weight: 600;
	background: rgba(245, 158, 11, 0.05);
}
.prv-toc-link:focus-visible {
	outline: 2px solid var(--og);
	outline-offset: 2px;
}

/* ── Content ─────────────────────────────────────── */
.prv-content {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.prv-section {
	padding: 36px 0;
	border-bottom: 1px solid var(--bdr);
}
.prv-section:first-child {
	padding-top: 0;
}
.prv-section:last-child {
	border-bottom: none;
}

.prv-section-title {
	font-family: var(--f-disp);
	font-size: clamp(17px, 1.8vw, 22px);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--t1);
	margin: 0 0 16px;
}

.prv-para {
	font-size: 14px;
	line-height: 1.8;
	color: var(--t2);
	margin: 0 0 12px;
}
.prv-para:last-child {
	margin-bottom: 0;
}

/* Bulleted list inside sections */
.prv-list {
	margin: 0 0 12px;
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.prv-list-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--t2);
}
.prv-list-item::before {
	content: '—';
	color: var(--og);
	flex-shrink: 0;
	font-weight: 600;
	margin-top: 1px;
}

/* Legal disclaimer note at the bottom of T&C */
.prv-disclaimer {
	margin-top: 40px;
	padding: 18px 22px;
	border-left: 3px solid var(--og);
	background: rgba(245, 158, 11, 0.04);
	border-radius: 0 var(--r-md) var(--r-md) 0;
	font-size: 13px;
	line-height: 1.7;
	color: var(--t3);
}

/* Contact card inside last section */
.prv-contact-card {
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-lg);
	padding: 22px 24px;
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.prv-contact-row {
	font-size: 13.5px;
	color: var(--t2);
	margin: 0;
	line-height: 1.55;
}
.prv-contact-row strong {
	color: var(--t1);
	font-weight: 600;
}

.prv-link {
	color: var(--og);
	text-decoration: none;
	transition: color var(--fast);
}
.prv-link:hover {
	color: var(--og-lt);
	text-decoration: underline;
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 900px) {
	.prv-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.prv-toc {
		position: static;
	}
}

/* ── Fluid / Liquid Cursor ──────────────────────── */
/* Canvas is styled inline; this just handles touch hiding */
@media (hover: none) {
	/* On touch devices, canvas is hidden via JS (no mousemove fires) */
	canvas[aria-hidden='true'] {
		display: none;
	}
}

/* ═══════════════════════════════════════════════════
   TESTIMONIALS  (tst-*)
   Modern bento layout: 6-col grid, aspect-ratio cards,
   viewport-relative sizing, proper alignment.
   ═══════════════════════════════════════════════════ */

.tst-section {
	padding: clamp(48px, 8vh, 96px) var(--px);
	display: flex;
	flex-direction: column;
	gap: clamp(36px, 5vw, 56px);
}

/* ── Bento grid — 4 col → 2 col → 1 col ─────────── */
.tst-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

/* ── Card ────────────────────────────────────────── */
.tst-card {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 5; /* replaces the padding-bottom hack */
	flex-shrink: 0;
	border-radius: var(--r-xl);
	overflow: hidden;
	margin: 0;
	cursor: default;
	border: 1px solid var(--bdr);
	transition:
		transform 300ms var(--ease),
		box-shadow 300ms var(--ease),
		border-color 200ms ease;
}
.tst-card:hover {
	transform: translateY(-5px) scale(1.01);
	box-shadow: 0 28px 72px rgba(0, 0, 0, 0.6);
	border-color: rgba(245, 158, 11, 0.25);
}

/* ── Image ──────────────────────────────────────── */
.tst-img-wrap {
	position: absolute;
	inset: 0;
}
.tst-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
	display: block;
	transition: transform 0.6s var(--ease);
}
.tst-card:hover .tst-img {
	transform: scale(1.07);
}

/* Layered gradient — strong at bottom, light at top */
.tst-img-gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.95) 0%,
		rgba(0, 0, 0, 0.6) 38%,
		rgba(0, 0, 0, 0.15) 65%,
		transparent 100%
	);
}

/* ── Content ────────────────────────────────────── */
.tst-content {
	position: absolute;
	inset: 0;
	z-index: 1;
	height: 100%;
	padding: clamp(16px, 2vw, 24px) clamp(16px, 2vw, 24px) clamp(18px, 2.2vw, 26px);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 10px;
	text-align: left;
}

.tst-quote-icon {
	color: var(--og);
	opacity: 0.8;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
}

.tst-blockquote {
	font-size: clamp(13px, 1.5vw, 15px);
	line-height: 1.72;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
	font-style: normal;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.tst-card:nth-child(4) .tst-blockquote,
.tst-card:nth-child(5) .tst-blockquote {
	-webkit-line-clamp: 3;
}

.tst-footer {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.tst-name {
	font-family: var(--f-disp);
	font-size: clamp(13px, 1.2vw, 15px);
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -0.01em;
}
.tst-role {
	font-size: clamp(10px, 1vw, 12px);
	color: rgba(255, 255, 255, 0.48);
	font-family: var(--f-mono);
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 1100px) {
	.tst-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 700px) {
	.tst-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.tst-blockquote {
		-webkit-line-clamp: 3;
		font-size: 13px;
	}
	.tst-name {
		font-size: 13px;
	}
	.tst-role {
		font-size: 10px;
	}
}
@media (max-width: 440px) {
	.tst-grid {
		grid-template-columns: 1fr;
	}
	.tst-card {
		aspect-ratio: 3 / 2;
	}
	.tst-blockquote {
		-webkit-line-clamp: 2;
	}
}

/* ═══════════════════════════════════════════════════
   TESTIMONIALS — MOBILE SWIPE CAROUSEL  (tst-swipe-*)
   One card visible at a time. Drag or tap arrows to navigate.
   No scroll driver — height = card + controls only, zero dead space.
   Desktop bento grid toggled via tst-desktop-only.
   ═══════════════════════════════════════════════════ */

/* Show/hide toggles ───────────────────────────── */
.tst-desktop-only {
	display: grid; /* preserve the grid display value */
}
.tst-swipe-carousel {
	display: none; /* hidden on desktop */
}

@media (max-width: 700px) {
	.tst-desktop-only {
		display: none !important;
	}
	.tst-swipe-carousel {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	/* Tighten section gap on mobile */
	.tst-section {
		gap: 28px;
	}
}

/* Card stage — clips the sliding cards ────────── */
.tst-swipe-stage {
	position: relative;
	width: 100%;
	/* 4:5 portrait ratio matches the desktop bento cards */
	aspect-ratio: 4 / 5;
	overflow: hidden;
	border-radius: var(--r-xl);
	isolation: isolate;
}

/* Individual card — fills the stage absolutely */
.tst-swipe-card {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: var(--r-xl);
	overflow: hidden;
	border: 1px solid var(--bdr);
	cursor: grab;
	margin: 0;
	user-select: none;
	-webkit-user-select: none;
}
.tst-swipe-card:active {
	cursor: grabbing;
}

/* Portrait image */
.tst-swipe-img-wrap {
	position: absolute;
	inset: 0;
}
.tst-swipe-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
	display: block;
	pointer-events: none;
}

/* Gradient */
.tst-swipe-gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.95) 0%,
		rgba(0, 0, 0, 0.6) 38%,
		rgba(0, 0, 0, 0.15) 65%,
		transparent 100%
	);
}

/* Text content pinned to bottom */
.tst-swipe-content {
	position: absolute;
	inset: 0;
	z-index: 1;
	padding: 22px 22px 24px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 10px;
	pointer-events: none;
}

.tst-swipe-quote-icon {
	color: var(--og);
	opacity: 0.85;
	flex-shrink: 0;
}

.tst-swipe-blockquote {
	font-family: var(--f-body);
	font-size: 14px;
	line-height: 1.72;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
	font-style: normal;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tst-swipe-footer {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.tst-swipe-name {
	font-family: var(--f-disp);
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: -0.01em;
}
.tst-swipe-role {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.48);
	font-family: var(--f-mono);
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

/* Controls row */
.tst-swipe-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 4px;
}

.tst-swipe-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid var(--bdr-2);
	background: var(--bg-card);
	color: var(--t2);
	cursor: pointer;
	flex-shrink: 0;
	transition:
		background var(--base),
		color var(--fast),
		border-color var(--fast),
		transform var(--fast);
}
.tst-swipe-arrow:hover {
	background: var(--og);
	color: #000;
	border-color: var(--og);
	transform: scale(1.08);
}
.tst-swipe-arrow:active {
	transform: scale(0.95);
}
.tst-swipe-arrow:focus-visible {
	outline: 2px solid var(--og);
	outline-offset: 3px;
}

/* Dot indicators */
.tst-swipe-dots {
	display: flex;
	align-items: center;
	gap: 7px;
}

.tst-swipe-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--bdr-3);
	border: none;
	padding: 0;
	cursor: pointer;
	flex-shrink: 0;
	transition:
		background var(--base),
		width var(--base),
		border-radius var(--base);
}
.tst-swipe-dot.is-active {
	background: var(--og);
	width: 22px;
	border-radius: var(--r-pill);
}
.tst-swipe-dot:hover:not(.is-active) {
	background: var(--t3);
	transform: scale(1.3);
}
.tst-swipe-dot:focus-visible {
	outline: 2px solid var(--og);
	outline-offset: 3px;
}

/* ═══════════════════════════════════════════════════
   PRICING SECTION  (prx-*)
   Reference: shadcn adaptive-pricing-section
   ═══════════════════════════════════════════════════ */

.prx-section {
	/* padding handled by pg-section */
	background: transparent;
	display: flex;
	flex-direction: column;
	gap: clamp(36px, 5vw, 52px);
}

/* ── Header — uses intg-header + hero-eyebrow/h1/sec-sub (no local override needed) */

/* ── Category tabs ──────────────────────────────── */
.prx-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.prx-tab {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 20px;
	border-radius: var(--r-pill);
	border: 1px solid var(--bdr-2);
	background: transparent;
	font-family: var(--f-body);
	font-size: 13px;
	font-weight: 500;
	color: var(--t2);
	cursor: pointer;
	transition:
		background var(--fast),
		color var(--fast),
		border-color var(--fast);
	white-space: nowrap;
}
.prx-tab:hover {
	background: rgba(255, 255, 255, 0.05);
	color: var(--t1);
	border-color: var(--bdr-3);
}
.prx-tab.is-active {
	background: var(--og);
	border-color: var(--og);
	color: #000;
	font-weight: 600;
}

/* ── Active category label ──────────────────────── */
.prx-cat-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--f-disp);
	font-size: clamp(15px, 1.6vw, 20px);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--t1);
}
.prx-billing-badge {
	display: inline-flex;
	align-items: center;
	padding: 3px 10px;
	border-radius: var(--r-pill);
	background: var(--og-dim);
	border: 1px solid rgba(245, 158, 11, 0.22);
	color: var(--og);
	font-family: var(--f-mono);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

/* ── Cards grid ─────────────────────────────────── */
.prx-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
	align-items: stretch;
}

/* ── Card base ──────────────────────────────────── */
.prx-card {
	position: relative;
	background: rgba(14, 14, 14, 0.7);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--r-xl);
	padding: 36px 32px 28px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	transition:
		border-color var(--base),
		box-shadow var(--base),
		transform var(--fast);
}
.prx-card:hover {
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 20px 56px rgba(0, 0, 0, 0.45);
}

/* Highlighted card */
.prx-card--highlighted {
	background: linear-gradient(160deg, rgba(245, 158, 11, 0.12) 0%, rgba(20, 20, 20, 0.85) 60%);
	border-color: rgba(245, 158, 11, 0.35);
	box-shadow:
		0 -20px 80px -20px rgba(245, 158, 11, 0.12) inset,
		0 20px 56px rgba(0, 0, 0, 0.5);
	transform: translateY(-6px);
}
.prx-card--highlighted:hover {
	border-color: rgba(245, 158, 11, 0.55);
	box-shadow:
		0 -20px 80px -20px rgba(245, 158, 11, 0.2) inset,
		0 28px 72px rgba(0, 0, 0, 0.6);
}

/* Most-popular badge */
.prx-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(90deg, #f59e0b, #f97316);
	color: #000;
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 5px 16px;
	border-radius: var(--r-pill);
	white-space: nowrap;
}

/* ── Card header ────────────────────────────────── */
.prx-card-header {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.prx-subtitle {
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--t3);
	margin: 0;
}
.prx-card--highlighted .prx-subtitle {
	color: var(--og);
}

.prx-price-wrap {
	display: flex;
	align-items: baseline;
	gap: 6px;
	flex-wrap: wrap;
}
.prx-price {
	font-family: var(--f-disp);
	font-size: clamp(28px, 3.2vw, 42px);
	font-weight: 300;
	letter-spacing: -0.04em;
	color: var(--t1);
	line-height: 1;
}
.prx-price--custom {
	font-size: clamp(22px, 2.6vw, 34px);
	color: var(--t2);
}
.prx-period {
	font-size: 14px;
	font-weight: 300;
	color: var(--t3);
}
.prx-desc {
	font-size: 13px;
	line-height: 1.65;
	color: var(--t2);
	margin: 0;
}

/* ── Features ───────────────────────────────────── */
.prx-features {
	display: flex;
	flex-direction: column;
	gap: 14px;
	flex: 1;
}
.prx-features-label {
	font-family: var(--f-mono);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--t4);
	margin: 0;
}
.prx-feature-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.prx-feature-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.prx-check {
	color: #34d399;
	flex-shrink: 0;
	margin-top: 1px;
}
.prx-cross {
	color: #f87171;
	flex-shrink: 0;
	margin-top: 1px;
}
.prx-feature-text {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.55;
	color: var(--t1);
}

/* ── Card footer / CTA ──────────────────────────── */
.prx-card-footer {
	margin-top: auto;
}
.prx-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 13px 24px;
	border-radius: var(--r-pill);
	font-family: var(--f-body);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	transition:
		background var(--base),
		transform var(--fast),
		box-shadow var(--base);
	border: none;
}
.prx-btn--primary {
	background: linear-gradient(90deg, #f59e0b, #f97316);
	color: #000;
}
.prx-btn--primary:hover {
	background: linear-gradient(90deg, #fbbf24, #fb923c);
	transform: translateY(-2px);
	box-shadow: 0 10px 32px rgba(245, 158, 11, 0.3);
}
.prx-btn--secondary {
	background: rgba(255, 255, 255, 0.07);
	color: var(--t1);
	border: 1px solid var(--bdr-2);
}
.prx-btn--secondary:hover {
	background: rgba(255, 255, 255, 0.11);
	border-color: var(--bdr-3);
}

/* ── Bundle discounts strip ─────────────────────── */
.prx-bundles {
	background: var(--bg-card);
	border: 1px solid var(--bdr);
	border-radius: var(--r-lg);
	padding: 22px 28px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.prx-bundles-label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: var(--f-mono);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--og);
	margin: 0;
}
.prx-bundle-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.prx-bundle-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	line-height: 1.55;
	color: var(--t2);
}
.prx-bundle-item strong {
	color: var(--og);
	font-weight: 600;
}

/* ── Responsive ─────────────────────────────────── */
@media (max-width: 900px) {
	.prx-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.prx-card--highlighted {
		transform: none;
	}
}
@media (max-width: 580px) {
	.prx-grid {
		grid-template-columns: 1fr;
	}
	.prx-bundles {
		padding: 18px 20px;
	}
}

/* ═══ 404 NOT FOUND ══════════════════════════════════ */
.nf-shell {
	min-height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: radial-gradient(1200px 500px at 20% -10%, rgba(79, 155, 209, 0.08), transparent 60%), #10181f;
	color: #e8edf0;
	font-family: 'IBM Plex Sans', Arial, sans-serif;
	padding: 40px 18px;
}

.nf-panel {
	width: 100%;
	max-width: 720px;
}

.nf-status-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px;
	color: #8fa3ad;
	margin-bottom: 18px;
}

.nf-dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #5fb894;
	margin-right: 7px;
	box-shadow: 0 0 0 3px rgba(95, 184, 148, 0.15);
	vertical-align: middle;
}

.nf-heading {
	font-family: 'IBM Plex Sans', Arial, sans-serif;
	font-weight: 500;
	font-size: clamp(26px, 4.4vw, 36px);
	line-height: 1.25;
	margin: 0 0 10px;
	max-width: 21ch;
	color: #e8edf0;
}

.nf-lede {
	color: #8fa3ad;
	font-size: 15px;
	line-height: 1.6;
	max-width: 54ch;
	margin: 0 0 34px;
}

.nf-trace {
	background: #16222b;
	border: 1px solid #2a3a44;
	padding: 26px 26px 22px;
	margin-bottom: 22px;
}

.nf-trace-label {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	color: #8fa3ad;
	margin-bottom: 22px;
}

.nf-hops {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	margin-bottom: 6px;
}

.nf-hops::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	background: #2a3a44;
}

.nf-hop-path {
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	background: #4f9bd1;
	width: 0%;
	animation: nf-draw 1s ease-out 0.2s forwards;
}

@keyframes nf-draw {
	to {
		width: 100%;
	}
}

.nf-hop {
	position: relative;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #16222b;
	border: 2px solid #4f9bd1;
	z-index: 1;
	opacity: 0;
	animation: nf-pop 0.3s ease-out forwards;
}

.nf-hop:nth-child(2) {
	animation-delay: 0.25s;
}
.nf-hop:nth-child(3) {
	animation-delay: 0.5s;
}
.nf-hop:nth-child(4) {
	animation-delay: 0.75s;
}

.nf-hop--open {
	border-color: #5fb894;
	background: #5fb894;
	animation-delay: 0.95s;
	box-shadow: 0 0 0 5px rgba(95, 184, 148, 0.14);
}

@keyframes nf-pop {
	from {
		opacity: 0;
		transform: scale(0.4);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.nf-hop-marks {
	display: flex;
	justify-content: space-between;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 10.5px;
	color: #8fa3ad;
}

.nf-hop-mark--open {
	color: #5fb894;
}

.nf-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 22px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12.5px;
	border-top: 1px solid #2a3a44;
	padding-top: 20px;
	margin-top: 22px;
}

.nf-field dt {
	color: #8fa3ad;
	margin-bottom: 3px;
	font-size: 11px;
}

.nf-field dd {
	margin: 0;
	word-break: break-word;
	color: #e8edf0;
}

.nf-field--open dd {
	color: #5fb894;
}

.nf-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 22px;
}

.nf-btn {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12.5px;
	padding: 11px 16px;
	border: 1px solid #2a3a44;
	background: transparent;
	color: #e8edf0;
	cursor: pointer;
	transition:
		border-color 0.15s ease,
		background 0.15s ease;
}

.nf-btn:hover {
	border-color: #4f9bd1;
	background: rgba(79, 155, 209, 0.08);
}

.nf-btn--primary {
	background: #5fb894;
	border-color: #5fb894;
	color: #0b1620;
	font-weight: 500;
}

.nf-btn--primary:hover {
	background: #79c9a8;
	border-color: #79c9a8;
}

.nf-pivot {
	border-top: 1px solid #2a3a44;
	padding-top: 20px;
	font-size: 13.5px;
	color: #8fa3ad;
	line-height: 1.6;
}

.nf-pivot-link {
	background: none;
	border: none;
	padding: 0;
	font: inherit;
	font-size: inherit;
	color: #4f9bd1;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.nf-pivot-link:hover {
	color: #79c9a8;
}

@media (max-width: 480px) {
	.nf-fields {
		grid-template-columns: 1fr;
	}
	.nf-actions {
		flex-direction: column;
	}
	.nf-btn {
		width: 100%;
		text-align: center;
	}
}

/* ── Blog loading / error / empty states ────────────────────── */
.bl-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 64px 24px;
	color: var(--t2);
	font-size: 14px;
}
.bl-state--error {
	color: #f87171;
}
.bl-state-spin {
	animation: spin 1s linear infinite;
}
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
.bl-empty {
	grid-column: 1 / -1;
	text-align: center;
	color: var(--t2);
	padding: 48px 0;
	font-size: 14px;
}

/* ── BlogPost inline images ─────────────────────── */
.bp-figure {
	margin: 28px 0;
}
.bp-inline-img {
	width: 100%;
	border-radius: var(--r-lg);
	display: block;
}

/* ═══════════════════════════════════════════════════
   MERGED  @media (max-width: 768px)
   Consolidated from 12 separate blocks — do not split
   ═══════════════════════════════════════════════════ */
@media (max-width: 768px) {
	/* ── Tokens ───────────────────────────────────── */
	:root {
		--nav-h: 60px;
	}

	/* ── Navbar ───────────────────────────────────── */
	.nav-links,
	.nav-cta-pill {
		display: none;
	}
	.hamburger {
		display: flex;
	}
	.mobile-drawer.is-open {
		display: flex;
	}

	/* ── Hero ─────────────────────────────────────── */
	.hero-wrap {
		padding-top: calc(var(--nav-h) + 32px);
		padding-bottom: 40px;
		display: flex;
		flex-direction: column-reverse;
	}

	.hero-wrap > .columns > .column:nth-child(2) {
		display: none;
	}

	.mobile-drawer {
		z-index: 10000;
	}
	.chat-widget-root {
		z-index: 9000;
	}

	.hero-h1 {
		font-size: clamp(36px, 10vw, 58px);
	}
	.hero-stats {
		position: relative;
		bottom: auto;
		left: auto;
		margin-top: 32px;
	}
	.hero-body {
		max-width: 100%;
	}
	.hero-video-wrap {
		min-height: 240px;
		margin-top: 32px;
	}

	/* ── Shared section ───────────────────────────── */
	.pg-section {
		padding-top: calc(var(--nav-h) + 32px);
		gap: 40px;
	}

	/* ── Case studies slider ──────────────────────── */
	.cs-slide {
		padding: 24px;
	}
	.cs-metrics {
		gap: 20px;
	}
	.cs-controls {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
	.cs-dots {
		order: 2;
	}
	.cs-arrows {
		order: 1;
	}

	/* ── Disciplines ──────────────────────────────── */
	.disc-grid {
		grid-template-columns: 1fr;
	}
	.disc-title {
		font-size: clamp(32px, 9vw, 52px);
	}
	.disc-card {
		padding: 26px 24px 22px;
		min-height: auto;
	}

	/* ── Proof section ────────────────────────────── */
	.proof-section {
		align-items: flex-start;
		padding-top: 72px;
	}
	.proof-body {
		max-width: 100%;
	}
	.proof-orb-wrap {
		top: 50%;
		right: -220px;
		width: 320px;
		height: 320px;
		opacity: 0.5;
	}
	/* Mobile: index + desc hidden; client / result only */
	.proof-row {
		grid-template-columns: 1fr auto;
		gap: 0 16px;
		padding: 20px 0;
	}
	.proof-index,
	.proof-desc {
		display: none;
	}

	/* ── How We Work ──────────────────────────────── */
	.hww-section {
		grid-template-columns: 1fr;
		gap: 48px 0;
		padding-top: 64px;
	}
	.hww-left {
		position: static;
		gap: 20px;
	}
	.hww-title {
		font-size: clamp(34px, 9vw, 52px);
	}
	.hww-body {
		max-width: 100%;
	}
	.hww-step {
		padding: 22px 0;
	}
	.hww-step-title {
		font-size: clamp(20px, 5.5vw, 28px);
	}

	/* ── CTA Banner ───────────────────────────────── */
	.ctab-inner {
		padding: 40px 24px;
		gap: 18px;
	}
	.ctab-title {
		font-size: clamp(34px, 9vw, 52px);
	}
	.ctab-sub {
		max-width: 100%;
	}

	/* ── Integrations card ────────────────────────── */
	.intg-card.box {
		padding: 22px 20px 20px;
	}

	/* ── Glass card ───────────────────────────────── */
	.gc-card {
		padding: 22px 20px 20px;
	}
	.gc-bg-image {
		opacity: 0.12;
	}

	/* ── About / brands ───────────────────────────── */
	.about-metrics {
		gap: 28px;
	}
	.about-steps {
		grid-template-columns: 1fr;
	}
	.ab2-brands-card {
		padding: 24px 20px;
	}
	.ab2-brands-title {
		font-size: 16px;
	}
	.ab2-brand-card {
		padding: 5px;
		gap: 14px;
	}
	.ab2-brand-avatar {
		width: 44px;
		height: 44px;
	}
	.ab2-brand-avatar span {
		font-size: 13px;
	}
	.ab2-brand-name {
		font-size: 14px;
	}
	.ab2-brand-sub {
		font-size: 12px;
	}
	.ab2-founded-yr {
		font-size: 20px;
	}
	.ab2-count-val {
		font-size: 24px;
	}

	/* ── Shared layouts ───────────────────────────── */
	.team-grid {
		grid-template-columns: 1fr 1fr;
	}
	.form-row {
		grid-template-columns: 1fr;
	}
	.cases-head,
	.case-row {
		grid-template-columns: 1fr 1fr;
	}
	.cr-desc {
		display: none;
	}
	.contact-cta {
		padding: 48px 24px;
	}

	/* ── Fan carousel ─────────────────────────────── */
	.fan-layout {
		height: 28rem;
	}

	/* ── Portfolio carousel ───────────────────────── */
	.pc-section {
		padding-top: 48px;
	}
	.pc-title {
		font-size: clamp(28px, 8vw, 44px);
	}
	.pc-perspective {
		padding-left: calc(50vw - 110px);
	}
	.pc-card {
		width: 220px;
		height: 320px;
	}
	.pc-card-glyph {
		font-size: 100px;
	}
}
