/* ════════════════════════════════════════════════════════════════════
   AURORA — theme stylesheet
   1. Tokens & reset        6. Bento cards
   2. Utilities             7. Showcase / Process / Stats
   3. Navigation            8. Voices / CTA / Footer
   4. Hero + deck           9. Inner pages
   5. Marquee              10. Responsive + reduced motion
   ════════════════════════════════════════════════════════════════════ */

/* ─────────────────────────── 1. Tokens & reset ─────────────────────── */
@property --angle {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

:root {
	--bg: #06060b;
	--bg-2: #0a0a14;
	--surface: rgba(255, 255, 255, 0.035);
	--surface-2: rgba(255, 255, 255, 0.07);
	--line: rgba(255, 255, 255, 0.09);
	--line-2: rgba(255, 255, 255, 0.18);
	--text: #eef0fa;
	--muted: #9aa1bb;
	--violet: #8b5cf6;
	--cyan: #22d3ee;
	--pink: #f472b6;
	--grad: linear-gradient(100deg, #7dd3fc, #a78bfa 45%, #f472b6);
	--radius: 22px;
	--shell: 1180px;
	--nav-h: 74px;
	--ease: cubic-bezier(0.22, 1, 0.36, 1);
	--font-display: 'Sora', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
	--font-body: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
	--adminbar: 0px;
}

body.admin-bar { --adminbar: 32px; }
@media (max-width: 782px) { body.admin-bar { --adminbar: 46px; } }

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

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

body::before {
	content: '';
	position: fixed;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(60% 40% at 15% 0%, rgba(139, 92, 246, 0.14), transparent 70%),
		radial-gradient(50% 35% at 90% 10%, rgba(34, 211, 238, 0.1), transparent 70%),
		radial-gradient(70% 50% at 50% 110%, rgba(244, 114, 182, 0.08), transparent 70%),
		var(--bg);
}

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

a { color: inherit; }

h1, h2, h3, h4 {
	font-family: var(--font-display);
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin: 0;
	text-wrap: balance;
}

p { margin: 0; }

::selection { background: rgba(167, 139, 250, 0.45); color: #fff; }

::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #4c1d95, #1e3a8a);
	border-radius: 99px;
	border: 3px solid var(--bg);
}

:focus-visible {
	outline: 2px solid #7dd3fc;
	outline-offset: 3px;
	border-radius: 6px;
}

/* ─────────────────────────── 2. Utilities ─────────────────────────── */
.shell {
	width: min(var(--shell), 92vw);
	margin-inline: auto;
}

.shell--narrow { width: min(780px, 92vw); margin-inline: auto; }

.section { padding: clamp(72px, 10vw, 138px) 0; position: relative; }
.section--tight { padding: clamp(8px, 3vw, 30px) 0; }
.section--flush { padding-top: 0; }

section[id], .page-hero { scroll-margin-top: 92px; }

.eyebrow {
	font-family: var(--font-display);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	background: var(--grad);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin-bottom: 18px;
}

.grad-text {
	background: var(--grad);
	background-size: 220% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	animation: gradient-drift 9s ease-in-out infinite alternate;
}

@keyframes gradient-drift {
	from { background-position: 0% 50%; }
	to   { background-position: 100% 50%; }
}

.section__head { max-width: 760px; margin-bottom: clamp(36px, 6vw, 64px); }
.section__head--between {
	max-width: none;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
}
.section__head--center { margin-inline: auto; text-align: center; }

.section__title { font-size: clamp(2rem, 4.4vw, 3.3rem); font-weight: 700; }
.section__lead { color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.12rem); margin-top: 20px; max-width: 56ch; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	white-space: nowrap;
}

.skip-link {
	position: fixed;
	top: 12px; left: 12px;
	z-index: 500;
	padding: 10px 18px;
	border-radius: 10px;
	background: #fff;
	color: #0b0716;
	font-weight: 600;
	transform: translateY(-220%);
	transition: transform 0.3s var(--ease);
}
.skip-link:focus { transform: none; }

/* grain + progress + cursor */
.grain {
	position: fixed;
	inset: -50%;
	z-index: 90;
	pointer-events: none;
	opacity: 0.05;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	animation: grain-shift 9s steps(6) infinite;
}
@keyframes grain-shift {
	0%, 100% { transform: translate(0, 0); }
	20% { transform: translate(-3%, 2%); }
	40% { transform: translate(2%, -3%); }
	60% { transform: translate(-2%, -2%); }
	80% { transform: translate(3%, 3%); }
}

.scroll-progress {
	position: fixed;
	top: 0; left: 0; right: 0;
	height: 2px;
	z-index: 300;
	background: var(--grad);
	box-shadow: 0 0 14px rgba(167, 139, 250, 0.9);
	transform: scaleX(0);
	transform-origin: 0 50%;
}

.cursor { position: fixed; inset: 0; z-index: 400; pointer-events: none; display: none; }
.cursor__dot,
.cursor__ring { position: absolute; top: 0; left: 0; border-radius: 50%; }
.cursor__dot { width: 7px; height: 7px; margin: -3.5px 0 0 -3.5px; background: #fff; box-shadow: 0 0 12px rgba(255, 255, 255, 0.8); }
.cursor__ring {
	width: 38px; height: 38px; margin: -19px 0 0 -19px;
	border: 1.5px solid rgba(255, 255, 255, 0.35);
	background: rgba(139, 92, 246, 0.04);
	transition: width 0.3s var(--ease), height 0.3s var(--ease), margin 0.3s var(--ease),
		border-color 0.3s, background 0.3s;
}
html.has-cursor, html.has-cursor * { cursor: none !important; }
html.has-cursor .cursor { display: block; }
.cursor.is-hovering .cursor__ring {
	width: 68px; height: 68px; margin: -34px 0 0 -34px;
	border-color: rgba(167, 139, 250, 0.75);
	background: rgba(139, 92, 246, 0.1);
}

/* reveal on scroll (only when JS is available, so no-JS never hides content) */
.js .reveal {
	opacity: 0;
	transform: translateY(28px) scale(0.99);
	filter: blur(8px);
	transition: opacity 0.9s var(--ease), transform 1s var(--ease), filter 0.9s var(--ease);
	transition-delay: calc(var(--d, 0) * 1ms);
}
.js .reveal.is-visible { opacity: 1; transform: none; filter: none; }

/* glass card + rotating gradient border */
.glass-card {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: 28px;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

.glow-border {
	--panel: rgba(10, 10, 20, 0.72);
	position: relative;
	border: 1px solid transparent;
	border-radius: 30px;
	background:
		linear-gradient(var(--panel), var(--panel)) padding-box,
		conic-gradient(from var(--angle),
			rgba(125, 211, 252, 0.85),
			rgba(167, 139, 250, 0.8),
			rgba(244, 114, 182, 0.85),
			rgba(34, 211, 238, 0.7),
			rgba(125, 211, 252, 0.85)) border-box;
	animation: spin-border 9s linear infinite;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	box-shadow: 0 40px 120px -50px rgba(124, 58, 237, 0.65);
}
@keyframes spin-border { to { --angle: 360deg; } }

/* pills + buttons */
.pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 18px;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: var(--surface);
	backdrop-filter: blur(12px);
	font-family: var(--font-display);
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #cdd3ee;
	width: fit-content;
}
.pill__dot {
	width: 7px; height: 7px; border-radius: 50%;
	background: #4ade80;
	box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.16), 0 0 14px rgba(74, 222, 128, 0.9);
	animation: pill-pulse 2.4s ease-in-out infinite;
}
@keyframes pill-pulse {
	50% { box-shadow: 0 0 0 7px rgba(74, 222, 128, 0.08), 0 0 20px rgba(74, 222, 128, 0.7); }
}

.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.65em;
	padding: 1rem 1.8rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: var(--font-display);
	font-size: 0.98rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transform: translate3d(var(--mx, 0px), var(--my, 0px), 0);
	transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease),
		background-color 0.35s, border-color 0.35s, color 0.35s;
}
.btn--sm { padding: 0.6rem 1.2rem; font-size: 0.88rem; }
.btn[disabled] { opacity: 0.6; pointer-events: none; }

.btn--primary {
	background: var(--grad);
	background-size: 180% 100%;
	color: #0b0716;
	box-shadow: 0 16px 44px -16px rgba(139, 92, 246, 0.85);
	overflow: hidden;
}
.btn--primary:hover { box-shadow: 0 22px 60px -18px rgba(139, 92, 246, 1); }
.btn--primary::after {
	content: '';
	position: absolute;
	inset: -2px;
	background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.6) 50%, transparent 75%);
	transform: translateX(-130%);
	animation: btn-shine 5.5s var(--ease) infinite;
	pointer-events: none;
}
@keyframes btn-shine {
	0%, 52% { transform: translateX(-130%); }
	82%, 100% { transform: translateX(130%); }
}

.btn--ghost {
	background: var(--surface);
	border-color: var(--line-2);
	color: var(--text);
	backdrop-filter: blur(12px);
}
.btn--ghost:hover { background: var(--surface-2); border-color: rgba(167, 139, 250, 0.6); }

.btn__arrow { transition: transform 0.4s var(--ease); }
.btn:hover .btn__arrow { transform: translateX(5px); }
.btn__dot {
	width: 8px; height: 8px; border-radius: 50%;
	background: var(--grad);
	box-shadow: 0 0 10px rgba(167, 139, 250, 0.9);
}

.link-arrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 22px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 0.95rem;
	color: #c4b5fd;
	text-decoration: none;
}
.link-arrow span { transition: transform 0.4s var(--ease); }
.link-arrow:hover span { transform: translateX(6px); }

/* ─────────────────────────── 3. Navigation ────────────────────────── */
.site-nav {
	position: fixed;
	top: var(--adminbar);
	left: 0; right: 0;
	z-index: 200;
	padding: 16px 0;
	transition: padding 0.4s var(--ease), background-color 0.4s, border-color 0.4s,
		backdrop-filter 0.4s;
	border-bottom: 1px solid transparent;
}
.site-nav.is-scrolled {
	padding: 9px 0;
	background: rgba(7, 7, 13, 0.72);
	border-bottom-color: var(--line);
	backdrop-filter: blur(22px) saturate(160%);
	-webkit-backdrop-filter: blur(22px) saturate(160%);
}

.site-nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand__mark { display: grid; place-items: center; width: 32px; height: 32px; }
.brand__mark svg { width: 100%; height: 100%; filter: drop-shadow(0 0 10px rgba(167, 139, 250, 0.7)); }
.brand__mark circle,
.brand__mark path { transform-origin: 50% 50%; }
.brand:hover .brand__mark svg { animation: brand-spin 1.4s var(--ease); }
@keyframes brand-spin { to { transform: rotate(90deg); } }

.brand__name {
	font-family: var(--font-display);
	font-size: 1.22rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.nav { display: flex; align-items: center; gap: 18px; }
.nav__list {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav__list a {
	display: block;
	padding: 9px 15px;
	border-radius: 999px;
	color: var(--muted);
	font-size: 0.94rem;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.3s, background-color 0.3s, transform 0.3s var(--ease);
}
.nav__list a:hover { color: var(--text); background: var(--surface-2); transform: translateY(-1px); }
.nav__list .current-menu-item a,
.nav__list .current_page_item a { color: var(--text); background: var(--surface); }

.nav-toggle {
	display: none;
	width: 44px; height: 44px;
	border: 1px solid var(--line);
	border-radius: 13px;
	background: var(--surface);
	cursor: pointer;
}
.nav-toggle__bars { display: grid; gap: 5px; place-items: center; }
.nav-toggle__bars i {
	display: block;
	width: 18px; height: 2px;
	border-radius: 2px;
	background: var(--text);
	transition: transform 0.35s var(--ease);
}

/* ─────────────────────────── 4. Hero ──────────────────────────────── */
.hero {
	position: relative;
	min-height: min(100svh, 980px);
	display: grid;
	align-items: center;
	padding: calc(var(--nav-h) + var(--adminbar) + 54px) 0 80px;
	overflow: hidden;
	isolation: isolate;
}

.hero__bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; }

.orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
	opacity: 0.55;
	will-change: transform;
}
.orb--violet { width: 46vw; height: 46vw; left: -12vw; top: -14vw; background: radial-gradient(circle at 30% 30%, #7c3aed, transparent 65%); animation: orb-a 22s ease-in-out infinite alternate; }
.orb--cyan { width: 38vw; height: 38vw; right: -10vw; top: 6vw; background: radial-gradient(circle at 60% 40%, #0891b2, transparent 65%); animation: orb-b 26s ease-in-out infinite alternate; }
.orb--pink { width: 34vw; height: 34vw; left: 32vw; bottom: -18vw; background: radial-gradient(circle at 50% 50%, #be185d, transparent 65%); animation: orb-c 30s ease-in-out infinite alternate; }
@keyframes orb-a { to { transform: translate(9vw, 7vw) scale(1.14); } }
@keyframes orb-b { to { transform: translate(-7vw, 9vw) scale(0.9); } }
@keyframes orb-c { to { transform: translate(5vw, -8vw) scale(1.2); } }

.hero__grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: radial-gradient(75% 65% at 50% 40%, #000 20%, transparent 100%);
	-webkit-mask-image: radial-gradient(75% 65% at 50% 40%, #000 20%, transparent 100%);
}

.hero__canvas { position: absolute; inset: 0; opacity: 0.75; }

.hero__inner {
	display: grid;
	grid-template-columns: 1.04fr 0.96fr;
	gap: clamp(40px, 6vw, 84px);
	align-items: center;
}

.hero__copy { display: grid; justify-items: start; gap: 28px; }

.hero__title {
	font-size: clamp(2.6rem, 5.6vw, 4.6rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.03;
}
.hero__title .line { display: block; overflow: hidden; padding-bottom: 0.06em; }
.js .hero__title .line__inner {
	display: block;
	transform: translateY(112%) rotate(2.5deg);
	transition: transform 1.1s var(--ease);
	transition-delay: calc(160ms + var(--i, 0) * 140ms);
}
.js .hero__title.is-visible .line__inner { transform: none; }
.hero__title.is-visible .line__inner { transform: none; }

.hero__lead { color: var(--muted); font-size: clamp(1.02rem, 1.4vw, 1.16rem); max-width: 52ch; }

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

.hero__trust { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero__trust p { color: var(--muted); font-size: 0.95rem; }
.hero__trust strong { color: var(--text); }

.avatars { display: flex; list-style: none; margin: 0; padding: 0; }
.avatars li {
	width: 38px; height: 38px;
	border-radius: 50%;
	border: 2px solid var(--bg);
	background: linear-gradient(135deg, var(--a1), var(--a2));
	margin-left: -10px;
	transition: transform 0.35s var(--ease);
}
.avatars li:first-child { margin-left: 0; }
.avatars li:hover { transform: translateY(-4px) scale(1.08); z-index: 2; }

.stars {
	display: block;
	letter-spacing: 2px;
	font-size: 0.82rem;
	background: var(--grad);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin-bottom: 2px;
}

/* hero visual: the deck */
.hero__visual { position: relative; perspective: 1400px; }

.deck {
	--panel: rgba(11, 11, 22, 0.88);
	border-radius: 26px;
	transform: rotateX(var(--rx, 5deg)) rotateY(var(--ry, -6deg));
	transition: transform 0.5s var(--ease);
	transform-style: preserve-3d;
}
.deck[data-tilt]:hover { transform: rotateX(var(--rx, 5deg)) rotateY(var(--ry, -6deg)) translateY(-6px); }

.deck__topbar {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 14px 18px;
	border-bottom: 1px solid var(--line);
}
.win-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--c); }
.deck__url {
	margin-left: 12px;
	padding: 5px 14px;
	border-radius: 999px;
	background: var(--surface);
	border: 1px solid var(--line);
	color: var(--muted);
	font-size: 0.78rem;
	letter-spacing: 0.02em;
}
.deck__live {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.74rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #6ee7b7;
}
.deck__live i {
	width: 6px; height: 6px; border-radius: 50%;
	background: #34d399;
	box-shadow: 0 0 10px rgba(52, 211, 153, 0.9);
	animation: pill-pulse 2s ease-in-out infinite;
}

.deck__body { display: grid; grid-template-columns: 58px 1fr; }

.deck__side {
	display: grid;
	align-content: start;
	gap: 12px;
	padding: 20px 0;
	border-right: 1px solid var(--line);
	justify-items: center;
}
.deck__side i {
	width: 26px; height: 26px;
	border-radius: 9px;
	background: var(--surface);
	border: 1px solid var(--line);
}
.deck__side i.is-active {
	background: var(--grad);
	border-color: transparent;
	box-shadow: 0 6px 18px -6px rgba(139, 92, 246, 0.9);
}

.deck__main { padding: 22px 24px 26px; display: grid; gap: 18px; }

.deck__kpi-label { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.deck__kpi-row { display: flex; align-items: baseline; gap: 14px; margin-top: 6px; }
.deck__kpi-value {
	font-family: var(--font-display);
	font-size: clamp(2rem, 3vw, 2.7rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	font-variant-numeric: tabular-nums;
	background: linear-gradient(120deg, #fff, #c7d2fe);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.deck__kpi-delta {
	font-size: 0.8rem;
	font-weight: 600;
	color: #6ee7b7;
	padding: 3px 10px;
	border-radius: 999px;
	background: rgba(52, 211, 153, 0.1);
	border: 1px solid rgba(52, 211, 153, 0.25);
}

.deck__chart { width: 100%; height: 118px; display: block; overflow: visible; }
.js .deck__chart-line {
	stroke-dasharray: 620;
	stroke-dashoffset: 620;
}
.js .hero__visual.is-visible .deck__chart-line { animation: chart-draw 2.4s var(--ease) 0.45s forwards; }
@keyframes chart-draw { to { stroke-dashoffset: 0; } }
.js .deck__chart-area { opacity: 0; }
.js .hero__visual.is-visible .deck__chart-area { animation: fade-in 1.6s ease 1.6s forwards; }
@keyframes fade-in { to { opacity: 1; } }

.deck__chart-dot {
	filter: drop-shadow(0 0 8px rgba(244, 114, 182, 0.95));
	animation: dot-pulse 2.6s ease-in-out infinite;
	transform-origin: center;
	transform-box: fill-box;
}
@keyframes dot-pulse { 50% { transform: scale(1.5); } }

.deck__bars { display: flex; align-items: flex-end; gap: 7px; height: 74px; }
.deck__bars i {
	flex: 1;
	height: var(--h);
	border-radius: 6px 6px 3px 3px;
	background: linear-gradient(180deg, rgba(167, 139, 250, 0.95), rgba(34, 211, 238, 0.18));
	transform-origin: bottom;
}
.js .deck__bars i { transform: scaleY(0); }
.js .hero__visual.is-visible .deck__bars i {
	animation: bar-grow 1.1s var(--ease) forwards;
	animation-delay: calc(0.9s + var(--d));
}
@keyframes bar-grow { to { transform: scaleY(1); } }

/* floating chips */
.chip {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 14px;
	border: 1px solid var(--line-2);
	background: rgba(12, 12, 22, 0.78);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	font-family: var(--font-display);
	font-size: 0.82rem;
	font-weight: 600;
	white-space: nowrap;
	box-shadow: 0 24px 60px -30px rgba(0, 0, 0, 0.9);
	transform: translate(calc(var(--px, 0px) * var(--parallax, 1)), calc(var(--py, 0px) * var(--parallax, 1)));
	transition: transform 0.5s var(--ease);
	z-index: 3;
}
.chip--a { top: -22px; right: 6%; color: #a5f3fc; animation: float-a 6s ease-in-out infinite; }
.chip--b { bottom: 12%; left: -5%; color: #ddd6fe; animation: float-b 7.5s ease-in-out infinite; }
.chip--c { bottom: -18px; right: 12%; color: #fbcfe8; animation: float-a 8.5s ease-in-out infinite reverse; }
.chip__icon { font-size: 0.95rem; }
@keyframes float-a { 50% { translate: 0 -11px; } }
@keyframes float-b { 50% { translate: 0 13px; } }

.hero__scroll {
	position: absolute;
	bottom: 26px; left: 50%;
	translate: -50% 0;
	width: 28px; height: 46px;
	border: 1.5px solid var(--line-2);
	border-radius: 999px;
	display: grid;
	justify-items: center;
	padding-top: 8px;
}
.hero__scroll-dot {
	width: 5px; height: 5px;
	border-radius: 50%;
	background: #c4b5fd;
	box-shadow: 0 0 10px rgba(167, 139, 250, 1);
	animation: scroll-dot 2s ease-in-out infinite;
}
@keyframes scroll-dot { 60% { transform: translateY(18px); opacity: 0.2; } }

/* ─────────────────────────── 5. Marquee ───────────────────────────── */
.marquee-wrap { border-block: 1px solid var(--line); padding: 30px 0; background: rgba(255, 255, 255, 0.012); }

.marquee {
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee__track { display: flex; width: max-content; animation: marquee 36s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__group { display: flex; align-items: center; gap: clamp(28px, 4vw, 56px); padding-right: clamp(28px, 4vw, 56px); }
@keyframes marquee { to { transform: translateX(-50%); } }

.marquee__group span {
	font-family: var(--font-display);
	font-size: clamp(0.95rem, 1.4vw, 1.15rem);
	font-weight: 600;
	letter-spacing: 0.3em;
	color: rgba(255, 255, 255, 0.32);
	transition: color 0.35s;
}
.marquee__group span:hover { color: transparent; background: var(--grad); -webkit-background-clip: text; background-clip: text; }
.marquee__group i { font-style: normal; color: rgba(167, 139, 250, 0.75); }

.marquee--voices { padding: 8px 0; }
.marquee--reverse .marquee__track { animation-direction: reverse; }
.marquee__track--slow { animation-duration: 52s; }
.marquee__track--slower { animation-duration: 64s; }

.voice {
	width: min(380px, 82vw);
	margin: 0;
	padding: 26px;
	border-radius: 20px;
	border: 1px solid var(--line);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
	transition: border-color 0.4s, transform 0.4s var(--ease);
}
.voice:hover { border-color: var(--line-2); transform: translateY(-4px); }
.voice__stars { font-size: 0.8rem; letter-spacing: 3px; color: #fbbf24; margin-bottom: 12px; }
.voice blockquote { margin: 0 0 18px; color: #d6daf0; font-size: 0.98rem; line-height: 1.65; }
.voice figcaption { display: flex; align-items: center; gap: 12px; }
.voice figcaption span:last-child { display: grid; }
.voice figcaption strong { font-family: var(--font-display); font-size: 0.9rem; }
.voice figcaption em { font-style: normal; font-size: 0.8rem; color: var(--muted); }
.voice__avatar {
	width: 38px; height: 38px;
	border-radius: 50%;
	background: conic-gradient(from 210deg, #7dd3fc, #a78bfa, #f472b6, #7dd3fc);
	filter: saturate(1.15);
}

/* ─────────────────────────── 6. Bento cards ───────────────────────── */
.bento {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 18px;
}

.card {
	grid-column: span 2;
	position: relative;
	overflow: hidden;
	padding: 28px;
	border-radius: var(--radius);
	border: 1px solid var(--line);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
	transform: perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(var(--ty, 0px));
	transition: transform 0.5s var(--ease), border-color 0.4s, background-color 0.4s;
}
.card:hover { --ty: -5px; border-color: var(--line-2); }
.card--wide { grid-column: span 4; }
.card--full { grid-column: span 6; }

.card[data-spotlight]::after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(440px circle at var(--mx, 50%) var(--my, 50%), rgba(139, 92, 246, 0.17), transparent 65%);
	opacity: 0;
	transition: opacity 0.45s;
	pointer-events: none;
}
.card[data-spotlight]:hover::after { opacity: 1; }

.card__icon {
	display: grid;
	place-items: center;
	width: 46px; height: 46px;
	border-radius: 14px;
	margin-bottom: 20px;
	color: #c4b5fd;
	border: 1px solid rgba(167, 139, 250, 0.3);
	background: linear-gradient(135deg, rgba(125, 211, 252, 0.14), rgba(244, 114, 182, 0.14));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.card__icon svg { width: 22px; height: 22px; }

.card h3 { font-size: 1.22rem; margin-bottom: 12px; }
.card p { color: var(--muted); font-size: 0.96rem; }

.card__split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 34px; align-items: center; }

/* card visuals */
.card__visual { margin-top: 24px; }

.card__visual--eq { display: flex; align-items: flex-end; gap: 6px; height: 64px; }
.card__visual--eq i {
	flex: 1;
	height: 100%;
	border-radius: 5px;
	background: linear-gradient(180deg, rgba(125, 211, 252, 0.9), rgba(139, 92, 246, 0.35));
	transform-origin: bottom;
	transform: scaleY(0.18);
	animation: eq 1.3s ease-in-out infinite alternate;
	animation-delay: var(--d);
}
@keyframes eq { to { transform: scaleY(1); } }

.card__visual--gauge { display: grid; place-items: center; padding-top: 6px; }
.card__visual--gauge svg { width: min(190px, 70%); }
.gauge__track { stroke: rgba(255, 255, 255, 0.09); }
.gauge__value {
	stroke: url(main.css);
	filter: drop-shadow(0 0 7px rgba(167, 139, 250, 0.8));
	stroke-dasharray: 151;
	stroke-dashoffset: 151;
}
.js .reveal.is-visible .gauge__value { animation: gauge-fill 1.8s var(--ease) 0.3s forwards; }
@keyframes gauge-fill { to { stroke-dashoffset: 0; } }
.gauge__label {
	margin-top: -18px;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1.5rem;
}
.gauge__label span { color: var(--muted); font-size: 0.85rem; font-weight: 500; }

.card__visual--swatch { position: relative; height: 84px; }
.card__visual--swatch i {
	position: absolute;
	left: 0;
	width: 92px; height: 62px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	transition: transform 0.5s var(--ease);
}
.card__visual--swatch i:nth-child(1) { background: linear-gradient(135deg, #7dd3fc, #2563eb); top: 0; }
.card__visual--swatch i:nth-child(2) { background: linear-gradient(135deg, #c4b5fd, #7c3aed); top: 14px; left: 26px; }
.card__visual--swatch i:nth-child(3) { background: linear-gradient(135deg, #fbcfe8, #db2777); top: 28px; left: 52px; }
.card:hover .card__visual--swatch i:nth-child(1) { transform: translateX(-10px) rotate(-3deg); }
.card:hover .card__visual--swatch i:nth-child(2) { transform: translateY(4px); }
.card:hover .card__visual--swatch i:nth-child(3) { transform: translateX(12px) rotate(3deg); }

.card__visual--blocks { display: grid; grid-template-columns: repeat(6, 1fr); gap: 7px; }
.card__visual--blocks i {
	aspect-ratio: 1;
	border-radius: 7px;
	background: var(--surface);
	border: 1px solid var(--line);
	animation: block-pulse 3.2s ease-in-out infinite;
	animation-delay: calc(var(--i) * 0.16s);
}
@keyframes block-pulse {
	35% {
		background: linear-gradient(135deg, rgba(125, 211, 252, 0.65), rgba(167, 139, 250, 0.65));
		border-color: transparent;
		box-shadow: 0 0 16px rgba(139, 92, 246, 0.5);
	}
}

.card__visual--focus { display: grid; place-items: center; padding: 10px 0 4px; }
.focus-demo {
	padding: 11px 22px;
	border-radius: 999px;
	background: var(--surface);
	border: 1px solid var(--line-2);
	font-family: var(--font-display);
	font-size: 0.88rem;
	font-weight: 600;
	animation: focus-ring 3s ease-in-out infinite;
}
@keyframes focus-ring {
	0%, 100% { box-shadow: 0 0 0 2px rgba(6, 6, 11, 1), 0 0 0 4px rgba(34, 211, 238, 0.85), 0 0 22px rgba(34, 211, 238, 0.5); }
	50% { box-shadow: 0 0 0 2px rgba(6, 6, 11, 1), 0 0 0 7px rgba(167, 139, 250, 0.35), 0 0 34px rgba(167, 139, 250, 0.4); }
}

.card__visual--track { position: relative; padding-top: 26px; }
.track__line {
	position: absolute;
	top: 34px; left: 0; right: 0;
	height: 3px;
	border-radius: 99px;
	background: linear-gradient(90deg, rgba(125, 211, 252, 0.7), rgba(167, 139, 250, 0.7), rgba(244, 114, 182, 0.7));
	box-shadow: 0 0 18px rgba(139, 92, 246, 0.55);
}
.track__spark {
	position: absolute;
	top: 28px;
	width: 15px; height: 15px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 18px rgba(255, 255, 255, 0.95), 0 0 34px rgba(167, 139, 250, 0.9);
	animation: spark-travel 6s var(--ease) infinite;
}
@keyframes spark-travel {
	0% { left: -6px; opacity: 0; }
	10% { opacity: 1; }
	90% { opacity: 1; }
	100% { left: calc(100% - 9px); opacity: 0; }
}
.track__stops {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--muted);
	font-family: var(--font-display);
}

/* ─────────────────── 7. Showcase / Process / Stats ────────────────── */
.showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.work {
	position: relative;
	border-radius: 24px;
	border: 1px solid var(--line);
	background: rgba(255, 255, 255, 0.02);
	padding: 12px;
	transform: perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(var(--ty, 0px));
	transition: transform 0.5s var(--ease), border-color 0.4s, box-shadow 0.5s;
}
.work:hover { --ty: -6px; border-color: var(--line-2); box-shadow: 0 40px 90px -50px rgba(124, 58, 237, 0.85); }

.cover {
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: 16px;
	overflow: hidden;
	background:
		radial-gradient(120% 110% at 18% 12%, var(--g1), transparent 62%),
		radial-gradient(130% 120% at 85% 90%, var(--g2), transparent 60%),
		#0b0b14;
	isolation: isolate;
}
.cover__grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
	background-size: 34px 34px;
	mask-image: radial-gradient(90% 90% at 50% 50%, #000 10%, transparent 90%);
	-webkit-mask-image: radial-gradient(90% 90% at 50% 50%, #000 10%, transparent 90%);
	opacity: 0.5;
}
.cover__glow {
	position: absolute;
	inset: -30%;
	background: conic-gradient(from 0deg, transparent, rgba(255, 255, 255, 0.24), transparent 60%);
	animation: spin-slow 14s linear infinite;
	mix-blend-mode: overlay;
}
@keyframes spin-slow { to { transform: rotate(360deg); } }
.cover__glyph {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	font-size: clamp(3.4rem, 7vw, 5rem);
	color: rgba(255, 255, 255, 0.92);
	mix-blend-mode: soft-light;
	transition: transform 0.7s var(--ease);
	text-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}
.work:hover .cover__glyph { transform: scale(1.18) rotate(8deg); }
.cover__chip {
	position: absolute;
	top: 14px; left: 14px;
	padding: 5px 13px;
	border-radius: 999px;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	background: rgba(6, 6, 11, 0.55);
	border: 1px solid rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.work__meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 10px 10px; }
.work__meta h3 { font-size: 1.16rem; }
.work__meta p { color: var(--muted); font-size: 0.86rem; margin-top: 3px; }
.work__link {
	display: grid;
	place-items: center;
	width: 44px; height: 44px;
	border-radius: 50%;
	border: 1px solid var(--line-2);
	background: var(--surface);
	text-decoration: none;
	font-size: 1.05rem;
	transition: background 0.35s, transform 0.45s var(--ease), border-color 0.35s;
}
.work__link:hover { background: var(--grad); color: #0b0716; border-color: transparent; transform: rotate(45deg); }

/* process */
.steps-wrap { position: relative; margin-top: 46px; }
.steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 34px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.steps__track {
	position: absolute;
	top: 26px; left: 6%; right: 6%;
	height: 2px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 99px;
}
.steps__line {
	position: absolute;
	inset: 0;
	transform-origin: left center;
	transform: scaleX(var(--line, 0));
	background: linear-gradient(90deg, #7dd3fc, #a78bfa, #f472b6);
	box-shadow: 0 0 16px rgba(167, 139, 250, 0.9);
	transition: transform 0.15s linear;
}
.step { display: grid; gap: 14px; justify-items: start; }
.step__num {
	display: grid;
	place-items: center;
	width: 54px; height: 54px;
	border-radius: 50%;
	border: 1px solid var(--line-2);
	background: var(--bg-2);
	color: #dbe0ff;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 0.95rem;
	box-shadow: 0 0 0 6px var(--bg), 0 0 30px rgba(139, 92, 246, 0.35);
	position: relative;
	z-index: 1;
}
.step h3 { font-size: 1.3rem; }
.step p { color: var(--muted); font-size: 0.96rem; max-width: 34ch; }

/* stats */
.stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
	padding: clamp(30px, 4vw, 52px) clamp(24px, 4vw, 56px);
	text-align: center;
}
.stat strong {
	display: block;
	font-family: var(--font-display);
	font-size: clamp(2.1rem, 4vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	font-variant-numeric: tabular-nums;
	background: var(--grad);
	background-size: 200% 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.stat span {
	display: block;
	margin-top: 6px;
	font-size: 0.78rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--muted);
}

/* ─────────────────── 8. CTA & footer ──────────────────────────────── */
.cta {
	position: relative;
	overflow: hidden;
	max-width: 880px;
	margin-inline: auto;
	padding: clamp(46px, 7vw, 80px) clamp(26px, 6vw, 84px);
	text-align: center;
	display: grid;
	justify-items: center;
	gap: 18px;
}
.cta__glow {
	position: absolute;
	inset: -60%;
	background:
		radial-gradient(38% 38% at 30% 30%, rgba(139, 92, 246, 0.35), transparent 70%),
		radial-gradient(34% 34% at 72% 62%, rgba(34, 211, 238, 0.28), transparent 70%),
		radial-gradient(30% 30% at 50% 90%, rgba(244, 114, 182, 0.3), transparent 70%);
	animation: cta-drift 16s ease-in-out infinite alternate;
	pointer-events: none;
}
@keyframes cta-drift { to { transform: translate(4%, -4%) rotate(8deg); } }
.cta .eyebrow, .cta__title, .cta__lead, .cta__form, .cta__note, .cta__success { position: relative; }
.cta__title { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
.cta__lead { color: var(--muted); max-width: 46ch; }
.cta__form { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 8px; width: min(540px, 100%); }
.cta__form input {
	flex: 1 1 240px;
	padding: 1rem 1.3rem;
	border-radius: 999px;
	border: 1px solid var(--line-2);
	background: rgba(6, 6, 11, 0.6);
	color: var(--text);
	font-family: var(--font-body);
	font-size: 1rem;
	transition: box-shadow 0.35s, border-color 0.35s;
}
.cta__form input::placeholder { color: #6b7290; }
.cta__form input:focus {
	outline: none;
	border-color: rgba(167, 139, 250, 0.75);
	box-shadow: 0 0 0 5px rgba(139, 92, 246, 0.2), 0 0 40px -10px rgba(139, 92, 246, 0.7);
}
.cta__note { font-size: 0.85rem; color: var(--muted); }
.cta__success { font-family: var(--font-display); font-weight: 600; color: #a7f3d0; }

.site-footer {
	border-top: 1px solid var(--line);
	margin-top: clamp(60px, 9vw, 120px);
	padding: clamp(50px, 7vw, 90px) 0 34px;
	background: rgba(255, 255, 255, 0.012);
}
.site-footer__grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1.2fr;
	gap: clamp(34px, 5vw, 70px);
}
.site-footer h4 {
	font-size: 0.78rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--muted);
	margin-bottom: 18px;
}
.site-footer__nav h4:not(:first-child) { margin-top: 28px; }
.site-footer__blurb { color: var(--muted); font-size: 0.94rem; max-width: 40ch; margin-top: 18px; }
.footer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-list a { color: #cdd3ee; text-decoration: none; font-size: 0.94rem; transition: color 0.3s, padding-left 0.3s var(--ease); }
.footer-list a:hover { color: #fff; padding-left: 6px; }

.social { display: flex; gap: 12px; list-style: none; margin: 24px 0 0; padding: 0; }
.social a {
	display: grid;
	place-items: center;
	width: 40px; height: 40px;
	border-radius: 50%;
	border: 1px solid var(--line);
	background: var(--surface);
	color: var(--muted);
	transition: color 0.3s, border-color 0.3s, transform 0.4s var(--ease), box-shadow 0.4s;
}
.social svg { width: 17px; height: 17px; }
.social a:hover {
	color: #fff;
	border-color: rgba(167, 139, 250, 0.6);
	transform: translateY(-4px);
	box-shadow: 0 14px 30px -14px rgba(139, 92, 246, 0.9);
}

.newsletter { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.newsletter input {
	flex: 1 1 170px;
	padding: 0.72rem 1.1rem;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: rgba(6, 6, 11, 0.6);
	color: var(--text);
	font-family: var(--font-body);
}
.newsletter input:focus {
	outline: none;
	border-color: rgba(167, 139, 250, 0.7);
	box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.18);
}
.newsletter__success { margin-top: 14px; color: #a7f3d0; font-family: var(--font-display); font-weight: 600; font-size: 0.95rem; }

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: clamp(40px, 6vw, 70px);
	padding-top: 26px;
	border-top: 1px solid var(--line);
	color: var(--muted);
	font-size: 0.84rem;
}

/* ─────────────────── 9. Inner pages ───────────────────────────────── */
.page-hero { padding: calc(var(--nav-h) + var(--adminbar) + 96px) 0 34px; }
.page-hero__title { font-size: clamp(2.4rem, 5.4vw, 4.1rem); font-weight: 700; letter-spacing: -0.035em; max-width: 20ch; }
.page-hero__lead { color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.14rem); margin-top: 22px; max-width: 52ch; }

.prose { padding: clamp(28px, 4vw, 54px); }
.prose > * + * { margin-top: 1.3em; }
.prose h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.prose h3 { font-size: 1.25rem; }
.prose p, .prose li { color: #cdd3ee; }
.prose a { color: #c4b5fd; text-decoration-color: rgba(196, 181, 253, 0.5); text-underline-offset: 4px; }
.prose a:hover { color: #fff; }
.prose blockquote {
	margin: 1.6em 0;
	padding: 4px 0 4px 22px;
	border-left: 2px solid;
	border-image: var(--grad) 1;
	color: var(--muted);
	font-style: italic;
}
.prose code {
	padding: 2px 8px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.07);
	font-size: 0.9em;
}
.prose img { border-radius: 18px; }

.post-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 34px; font-family: var(--font-display); font-size: 0.94rem; }
.post-nav a { color: #c4b5fd; text-decoration: none; }
.post-nav a:hover { color: #fff; }
.post-nav__next { margin-left: auto; text-align: right; }

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

.post-card {
	display: grid;
	grid-template-rows: auto 1fr;
	border-radius: 22px;
	border: 1px solid var(--line);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
	overflow: hidden;
	transition: transform 0.5s var(--ease), border-color 0.4s, box-shadow 0.5s;
}
.post-card:hover { transform: translateY(-6px); border-color: var(--line-2); box-shadow: 0 40px 90px -55px rgba(124, 58, 237, 0.9); }

.post-card__cover {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}
.post-card__cover--0 { background: radial-gradient(120% 120% at 15% 15%, #6366f1, transparent 60%), radial-gradient(120% 120% at 85% 85%, #22d3ee, transparent 60%), #0b0b14; }
.post-card__cover--1 { background: radial-gradient(120% 120% at 20% 20%, #8b5cf6, transparent 60%), radial-gradient(120% 120% at 80% 80%, #f472b6, transparent 60%), #0b0b14; }
.post-card__cover--2 { background: radial-gradient(120% 120% at 20% 20%, #0ea5e9, transparent 62%), radial-gradient(120% 120% at 80% 80%, #a3e635, transparent 60%), #0b0b14; }
.post-card__cover--3 { background: radial-gradient(120% 120% at 20% 20%, #f59e0b, transparent 60%), radial-gradient(120% 120% at 80% 80%, #db2777, transparent 62%), #0b0b14; }
.post-card__cover::after {
	content: '';
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
	background-size: 30px 30px;
	mask-image: radial-gradient(85% 85% at 50% 50%, #000 15%, transparent 92%);
	-webkit-mask-image: radial-gradient(85% 85% at 50% 50%, #000 15%, transparent 92%);
	opacity: 0.55;
}
.post-card__glyph {
	font-size: 3rem;
	color: rgba(255, 255, 255, 0.9);
	mix-blend-mode: soft-light;
	transition: transform 0.7s var(--ease);
}
.post-card:hover .post-card__glyph { transform: scale(1.25) rotate(12deg); }

.post-card__body { padding: 24px; display: grid; align-content: start; gap: 12px; }
.post-card__meta { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.post-card__title { font-size: 1.24rem; line-height: 1.25; }
.post-card__title a { text-decoration: none; }
.post-card__title a:hover { color: transparent; background: var(--grad); -webkit-background-clip: text; background-clip: text; }
.post-card__excerpt { color: var(--muted); font-size: 0.94rem; }
.post-card__more {
	justify-self: start;
	margin-top: 4px;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 0.9rem;
	color: #c4b5fd;
	text-decoration: none;
}
.post-card__more span { display: inline-block; transition: transform 0.4s var(--ease); }
.post-card__more:hover span { transform: translateX(5px); }

.empty-state { color: var(--muted); text-align: center; padding: 60px 0; }

.pagination { margin-top: 56px; }
.pagination .nav-links { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 46px;
	height: 46px;
	padding: 0 14px;
	border-radius: 14px;
	border: 1px solid var(--line);
	background: var(--surface);
	color: var(--muted);
	text-decoration: none;
	font-family: var(--font-display);
	font-weight: 600;
	transition: color 0.3s, border-color 0.3s, transform 0.35s var(--ease), background-color 0.3s;
}
.pagination .page-numbers:hover { color: #fff; border-color: var(--line-2); transform: translateY(-3px); }
.pagination .page-numbers.current { background: var(--grad); color: #0b0716; border-color: transparent; }

.notfound {
	position: relative;
	min-height: 100svh;
	display: grid;
	place-items: center;
	text-align: center;
	overflow: hidden;
	padding: calc(var(--nav-h) + var(--adminbar) + 40px) 0 60px;
}
.notfound__bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.notfound__inner { display: grid; justify-items: center; gap: 22px; }
.notfound__code {
	font-size: clamp(5.5rem, 18vw, 11rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 0.95;
}
.notfound .page-hero__lead { max-width: 42ch; }
.notfound .hero__actions { justify-content: center; }

/* WordPress core extras */
.alignleft { float: left; margin: 0 1.6rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.6rem; }
.aligncenter { margin-inline: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.85rem; color: var(--muted); text-align: center; margin-top: 8px; }
.sticky .post-card__title::after { content: ' ★'; color: #fbbf24; }

/* ─────────────────── 10. Responsive ───────────────────────────────── */
@media (max-width: 1100px) {
	.hero__inner { grid-template-columns: 1fr; gap: 56px; }
	.hero { padding-top: calc(var(--nav-h) + var(--adminbar) + 90px); }
	.hero__visual { max-width: 660px; margin-inline: auto; width: 100%; }
	.bento { grid-template-columns: repeat(4, 1fr); }
	.card--wide { grid-column: span 4; }
	.card { grid-column: span 2; }
	.card--full { grid-column: span 4; }
	.journal { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
	.nav-toggle { display: grid; place-items: center; }
	.nav {
		position: fixed;
		top: calc(var(--nav-h) + var(--adminbar));
		left: 0; right: 0;
		z-index: 180;
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		padding: 22px 5vw 28px;
		background: rgba(7, 7, 13, 0.94);
		backdrop-filter: blur(26px);
		-webkit-backdrop-filter: blur(26px);
		border-bottom: 1px solid var(--line);
		opacity: 0;
		transform: translateY(-14px);
		pointer-events: none;
		transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
	}
	.nav__list { flex-direction: column; align-items: stretch; gap: 2px; }
	.nav__list a { padding: 13px 16px; font-size: 1.05rem; }
	.nav__cta { justify-content: center; }
	.site-nav.is-open .nav { opacity: 1; transform: none; pointer-events: auto; }
	.site-nav.is-open .nav-toggle__bars i:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
	.site-nav.is-open .nav-toggle__bars i:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

	.showcase { grid-template-columns: 1fr; }
	.steps { grid-template-columns: 1fr; gap: 40px; padding-top: 0; }
	.steps__track { display: none; }
	.stats { grid-template-columns: repeat(2, 1fr); gap: 34px; }
	.site-footer__grid { grid-template-columns: 1fr; }
	.card__split { grid-template-columns: 1fr; }
	.section__head--between { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 680px) {
	.bento { grid-template-columns: 1fr; }
	.card, .card--wide, .card--full { grid-column: span 1; }
	.journal { grid-template-columns: 1fr; }
	.hero { min-height: auto; padding-bottom: 90px; }
	.chip--b { left: 0; }
	.chip--a { right: 0; }
	.hero__scroll { display: none; }
	.cta__form { flex-direction: column; }
	.cta__form .btn { justify-content: center; }
	.stats { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*,
	*::before,
	*::after {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}
	.js .reveal { opacity: 1; transform: none; filter: none; }
	.js .hero__title .line__inner { transform: none; }
	.js .deck__bars i { transform: none; }
	.js .deck__chart-area { opacity: 1; }
	.js .deck__chart-line { stroke-dashoffset: 0; }
	.card__visual--eq i:nth-child(odd) { transform: scaleY(0.45); }
	.card__visual--eq i:nth-child(even) { transform: scaleY(0.8); }
	.track__spark { display: none; }
	.grain { display: none; }
	.cursor { display: none !important; }
}
