html.brandonic-about-html {
	scroll-behavior: smooth;
}

/* About content scroller */
.about-progressive {
	background: #09090a;
	min-height: 220svh;
	padding: clamp(70px, 8vw, 120px) clamp(18px, 5vw, 72px);
	position: relative;
}

.br-progressive-wrapper {
	background: #f5f4f3;
	border: 1px solid rgba(200, 255, 0, 0.9);
	border-radius: 10px;
	color: #111318;
	margin-inline: auto;
	max-width: 1240px;
	overflow: hidden;
	position: sticky;
	top: 96px;
	width: 100%;
}

.br-blur-top,
.br-blur-bottom {
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	height: clamp(72px, 10vh, 120px);
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.br-blur-top {
	background: linear-gradient(to top, transparent, #f5f4f3);
	mask-image: linear-gradient(to bottom, #000 50%, transparent);
	-webkit-mask-image: linear-gradient(to bottom, #000 50%, transparent);
	top: 0;
}

.br-blur-bottom {
	background: linear-gradient(to bottom, transparent, #f5f4f3);
	bottom: 0;
	mask-image: linear-gradient(to top, #000 50%, transparent);
	-webkit-mask-image: linear-gradient(to top, #000 50%, transparent);
}

.br-scroll-area {
	height: min(820px, calc(100svh - 132px));
	overflow: hidden;
	padding: 40px 20px 30px;
	position: relative;
	scrollbar-color: var(--accent) rgba(17, 19, 24, 0.08);
	scrollbar-width: thin;
	width: 100%;
	z-index: 1;
}

.br-scroll-area::-webkit-scrollbar {
	width: 5px;
}

.br-scroll-area::-webkit-scrollbar-track {
	background: rgba(17, 19, 24, 0.08);
}

.br-scroll-area::-webkit-scrollbar-thumb {
	background: var(--accent);
	border-radius: 999px;
}

.br-section-block {
	margin: auto;
	max-width: 780px;
	padding-bottom: 70px;
	transform: translate3d(0, var(--progressive-y, 0px), 0);
	will-change: transform;
}

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

.br-section-block > :where(h2, img, p) {
	background: #f5f4f3;
}

.br-section-block img {
	border-radius: 8px;
	display: block;
	margin: 0 0 34px;
	max-height: 520px;
	object-fit: cover;
	width: 100%;
}

.br-heading {
	color: #111318;
	font-family: var(--font-display);
	font-size: clamp(32px, 3.4vw, 48px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 50px auto 34px;
	max-width: 700px;
	text-align: center;
}

.br-paragraph {
	color: rgba(17, 19, 24, 0.78);
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.8;
	margin: 0 0 30px;
}

.br-paragraph strong {
	color: #111318;
	font-weight: 650;
}

.br-paragraph a {
	color: #668500;
	font-weight: 600;
	text-decoration-color: rgba(102, 133, 0, 0.4);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.br-paragraph a:hover,
.br-paragraph a:focus-visible {
	color: #405400;
	text-decoration-color: currentColor;
}

.br-progressive-wrapper.is-reveal-ready [data-progressive-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.58s ease, transform 0.58s cubic-bezier(0.16, 1, 0.3, 1);
}

.br-progressive-wrapper.is-reveal-ready [data-progressive-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1024px) {
	.br-heading {
		font-size: clamp(30px, 5vw, 40px);
	}

	.br-paragraph {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.about-progressive {
		min-height: 230svh;
		padding: 64px 14px;
	}

	.br-progressive-wrapper {
		position: sticky;
		top: 84px;
	}

	.br-blur-top,
	.br-blur-bottom {
		height: 80px;
	}

	.br-scroll-area {
		height: calc(100svh - 118px);
		padding: 30px 16px 20px;
	}

	.br-heading {
		font-size: clamp(27px, 8vw, 36px);
		margin-top: 30px;
	}

	.br-paragraph {
		font-size: 15px;
		line-height: 1.7;
	}
}

@media (max-width: 480px) {
	.br-heading {
		font-size: 28px;
	}

	.br-paragraph {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.br-progressive-wrapper.is-reveal-ready [data-progressive-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

body.page-template-page-about-us,
body.page-about-us {
	background: #050608;
	color: #f0ede8;
}

.brandonic-about-page {
	background: #050608;
	color: #f0ede8;
	font-family: var(--font-body);
	overflow: visible;
}

.about-scroll-progress {
	background: rgba(255, 255, 255, 0.08);
	height: 3px;
	inset: 0 0 auto;
	overflow: hidden;
	position: fixed;
	z-index: 10001;
}

.about-scroll-progress span {
	background: linear-gradient(90deg, var(--accent), rgba(255, 255, 255, 0.88), var(--accent));
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	width: 100%;
}

.about-story-hero {
	align-items: center;
	border-radius: 0 0 28px 28px;
	display: grid;
	isolation: isolate;
	min-height: 100svh;
	overflow: hidden;
	padding: calc(var(--header-height) + clamp(56px, 7vw, 92px)) clamp(22px, 5.8vw, 110px) clamp(70px, 8vw, 110px);
	position: relative;
}

.about-story-hero__video,
.about-story-hero__shade,
.about-story-hero__grain {
	inset: 0;
	position: absolute;
}

.about-story-hero__video {
	height: 100%;
	object-fit: cover;
	opacity: 0.78;
	transform: scale(1.045);
	transition: opacity 1.2s ease, transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	width: 100%;
	z-index: -4;
}

.about-story-hero.is-about-ready .about-story-hero__video {
	opacity: 1;
	transform: scale(1);
}

.about-story-hero__shade {
	background:
		radial-gradient(circle at 51% 45%, rgba(200, 255, 0, 0.1), transparent 28%),
		radial-gradient(circle at 78% 10%, rgba(155, 92, 255, 0.22), transparent 34%),
		linear-gradient(90deg, rgba(5, 6, 8, 0.88), rgba(5, 6, 8, 0.22) 48%, rgba(5, 6, 8, 0.82)),
		linear-gradient(180deg, rgba(5, 6, 8, 0.42), rgba(5, 6, 8, 0.78));
	z-index: -3;
}

.about-story-hero__grain {
	background-image:
		radial-gradient(rgba(255, 255, 255, 0.18) 0.7px, transparent 0.7px),
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 18px 18px, 72px 72px, 72px 72px;
	opacity: 0.46;
	z-index: -2;
}

.about-story-hero__inner {
	align-items: end;
	display: grid;
	gap: clamp(40px, 8vw, 130px);
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
	margin: 0 auto;
	max-width: 1560px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.about-story-hero__headline,
.about-story-hero__copy {
	will-change: transform, opacity;
}

.about-story-hero__eyebrow {
	align-items: center;
	color: rgba(240, 237, 232, 0.86);
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: var(--text-xs);
	font-weight: 300;
	gap: 14px;
	letter-spacing: 0.18em;
	line-height: 1;
	margin: 0 0 clamp(26px, 4vw, 54px);
	text-transform: uppercase;
}

.about-story-hero__eyebrow span {
	background: var(--accent);
	border-radius: 999px;
	box-shadow: 0 0 22px rgba(200, 255, 0, 0.62);
	display: block;
	height: 10px;
	width: 10px;
}

.about-story-hero h1 {
	color: #f7f5ef;
	font-family: var(--font-display);
	font-size: var(--text-2xl);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 0.93;
	margin: 0;
	max-width: 960px;
}

.about-title-line-wrap {
	display: block;
	overflow: hidden;
}

.about-title-line {
	display: block;
	transform: translateY(110%);
	will-change: transform;
}

.about-story-hero__copy {
	background: rgba(5, 6, 8, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1);
	color: rgba(247, 245, 239, 0.88);
	font-size: clamp(16px, 1.25vw, 21px);
	line-height: 1.74;
	padding: clamp(24px, 3vw, 38px);
	-webkit-backdrop-filter: blur(10px) saturate(135%);
	backdrop-filter: blur(10px) saturate(135%);
}

.about-story-hero__copy p {
	margin: 0;
}

.about-story-hero__copy p + p {
	margin-top: 1.25em;
}

.about-story-hero__eyebrow,
.about-story-hero__copy {
	opacity: 0;
	transform: translateY(24px);
}

.about-story-hero.is-about-ready .about-story-hero__eyebrow {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.58s ease, transform 0.58s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-story-hero.is-about-ready .about-title-line {
	transform: translateY(0);
	transition: transform 1.05s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-story-hero.is-about-ready .about-title-line-wrap:nth-child(2) .about-title-line {
	transition-delay: 0.1s;
}

.about-story-hero.is-about-ready .about-title-line-wrap:nth-child(3) .about-title-line {
	transition-delay: 0.2s;
}

.about-story-hero.is-about-ready .about-story-hero__copy {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.78s ease 0.42s, transform 0.78s cubic-bezier(0.16, 1, 0.3, 1) 0.42s, border-color 0.28s ease, box-shadow 0.28s ease;
}

.about-who {
	align-items: center;
	background: #0a0a0a;
	color: #f0ede8;
	display: flex;
	flex-direction: column;
	isolation: isolate;
	justify-content: center;
	min-height: 100svh;
	overflow: clip;
	padding: clamp(96px, 12vw, 170px) 0 clamp(56px, 8vw, 96px);
	position: relative;
	text-align: center;
	width: 100%;
}

.about-who::before {
	background:
		radial-gradient(circle at 18% 20%, rgba(200, 255, 0, 0.12), transparent 28%),
		radial-gradient(circle at 78% 70%, rgba(155, 92, 255, 0.12), transparent 30%);
	content: "";
	inset: 0;
	opacity: 0.72;
	position: absolute;
	z-index: -3;
}

.about-who__grid {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
	background-size: 44px 44px;
	inset: 0;
	mask-image: radial-gradient(circle at center, #000 0%, rgba(0, 0, 0, 0.88) 44%, transparent 82%);
	-webkit-mask-image: radial-gradient(circle at center, #000 0%, rgba(0, 0, 0, 0.88) 44%, transparent 82%);
	position: absolute;
	z-index: -2;
}

.about-who__inner {
	margin: 0 auto;
	max-width: min(920px, calc(100vw - 96px));
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.about-who__eyebrow {
	align-items: center;
	color: var(--accent);
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: clamp(10px, 0.78vw, 12px);
	font-weight: 600;
	gap: 12px;
	letter-spacing: 0.16em;
	line-height: 1;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.about-who__eyebrow span {
	background: var(--accent);
	border-radius: 999px;
	box-shadow: 0 0 18px rgba(200, 255, 0, 0.58);
	height: 8px;
	width: 8px;
}

.about-who__title {
	color: rgba(240, 237, 232, 0.34);
	font-family: var(--font-display);
	font-size: clamp(34px, 4.35vw, 68px);
	font-weight: 700;
	letter-spacing: -0.038em;
	line-height: 1;
	margin: 0 auto;
	max-width: 900px;
	text-wrap: balance;
}

.about-who__body {
	color: rgba(240, 237, 232, 0.44);
	font-family: var(--font-ui);
	font-size: clamp(18px, 2vw, 30px);
	font-weight: 400;
	line-height: 1.45;
	margin: clamp(26px, 4vw, 44px) auto 0;
	max-width: 930px;
	text-wrap: balance;
}

.about-highlight-word {
	display: inline-block;
	white-space: nowrap;
}

.about-highlight-char {
	color: rgba(240, 237, 232, 0.34);
	display: inline-block;
	transition: color 0.22s ease, opacity 0.22s ease, text-shadow 0.22s ease;
}

.about-who__body .about-highlight-char {
	color: rgba(240, 237, 232, 0.44);
}

.about-highlight-char.is-lit {
	color: #ffffff;
	opacity: 1;
	text-shadow: 0 0 18px rgba(255, 255, 255, 0.2);
}

.about-who__body .about-highlight-char.is-lit {
	color: var(--accent);
	text-shadow: 0 0 18px rgba(200, 255, 0, 0.22);
}

.about-who__marquee {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	left: auto;
	margin-left: calc(50% - 50vw);
	margin-top: clamp(54px, 7vw, 92px);
	overflow: hidden;
	padding: clamp(18px, 2.2vw, 28px) 0;
	position: relative;
	transform: none;
	width: 100vw;
	z-index: 1;
}

.about-who__marquee-track {
	animation: about-marquee 22s linear infinite;
	display: flex;
	gap: clamp(28px, 5vw, 86px);
	width: max-content;
	will-change: transform;
}

.about-who__marquee span {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(200, 255, 0, 0.48), rgba(255, 255, 255, 0.12));
	background-size: 280% 100%;
	color: rgba(255, 255, 255, 0.16);
	font-family: var(--font-display);
	font-size: clamp(54px, 9vw, 154px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 0.86;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.1);
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.18);
	text-shadow: 0 0 28px rgba(200, 255, 0, 0);
	text-transform: uppercase;
	white-space: nowrap;
	animation: about-marquee-glow 4.8s ease-in-out infinite;
}

.about-who__marquee span:nth-child(2n) {
	animation-delay: 1.2s;
}

.about-who__marquee span:nth-child(3n) {
	animation-delay: 2.4s;
}

.about-section-break {
	background: #0a0a0a;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	height: 1px;
}

.about-hyperspeed {
	align-items: center;
	background: #04070d;
	color: #ffffff;
	display: flex;
	isolation: isolate;
	min-height: 90vh;
	overflow: hidden;
	padding: 100px 6vw;
	position: relative;
	width: 100vw;
}

.about-hyperspeed__bg,
.about-hyperspeed__overlay {
	inset: 0;
	position: absolute;
}

.about-hyperspeed__bg {
	pointer-events: none;
	z-index: 0;
}

.about-hyperspeed__bg canvas {
	display: block;
	height: 100%;
	width: 100%;
}

.about-hyperspeed__overlay {
	background:
		radial-gradient(circle at 74% 42%, rgba(200, 255, 0, 0.18), transparent 30%),
		radial-gradient(circle at 82% 18%, rgba(120, 241, 255, 0.1), transparent 28%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.56) 56%, rgba(0, 0, 0, 0.76)),
		linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.86));
	z-index: 1;
}

.about-hyperspeed__content {
	max-width: 1100px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.about-hyperspeed__eyebrow {
	color: var(--accent);
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.about-hyperspeed__title {
	color: #f7f5ef;
	font-family: var(--font-display);
	font-size: clamp(42px, 5.15vw, 82px);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 0.98;
	margin: 0 0 clamp(26px, 4vw, 38px);
	max-width: 1260px;
}

.about-hyperspeed__title > span {
	display: block;
	overflow: hidden;
}

.about-hyperspeed__title-line {
	white-space: nowrap;
}

.about-hyperspeed__title > span > span {
	display: block;
}

.about-hyperspeed__copy {
	max-width: 880px;
}

.about-hyperspeed__copy p {
	color: rgba(255, 255, 255, 0.78);
	font-family: var(--font-ui);
	font-size: clamp(18px, 1.35vw, 21px);
	font-weight: 400;
	line-height: 1.7;
	margin: 0;
}

.about-hyperspeed__copy p + p {
	margin-top: 18px;
}

.about-hyperspeed__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: clamp(30px, 4vw, 42px);
}

.about-hyperspeed__btn {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #ffffff;
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 700;
	padding: 15px 24px;
	text-decoration: none;
	transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, transform 0.25s ease;
	-webkit-backdrop-filter: blur(14px) saturate(150%);
	backdrop-filter: blur(14px) saturate(150%);
}

.about-hyperspeed__btn--primary,
.about-hyperspeed__btn:hover,
.about-hyperspeed__btn:focus-visible {
	background: rgba(200, 255, 0, 0.13);
	border-color: rgba(200, 255, 0, 0.55);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24), 0 0 30px rgba(200, 255, 0, 0.12);
	color: var(--accent);
	outline: none;
	transform: translateY(-3px);
}

[data-about-hyperspeed-reveal] {
	opacity: 0;
	transform: translateY(24px);
}

.about-hyperspeed__title[data-about-hyperspeed-reveal] {
	opacity: 1;
	transform: none;
}

.about-hyperspeed__title > span > span {
	transform: translateY(112%);
}

.about-hyperspeed.is-hyperspeed-ready [data-about-hyperspeed-reveal] {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-hyperspeed.is-hyperspeed-ready .about-hyperspeed__title > span > span {
	transform: translateY(0);
	transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-hyperspeed.is-hyperspeed-ready .about-hyperspeed__title > span:nth-child(2) > span {
	transition-delay: 0.1s;
}

.about-hyperspeed.is-hyperspeed-ready .about-hyperspeed__copy p:nth-child(1) {
	transition-delay: 0.34s;
}

.about-hyperspeed.is-hyperspeed-ready .about-hyperspeed__copy p:nth-child(2) {
	transition-delay: 0.46s;
}

.about-hyperspeed.is-hyperspeed-ready .about-hyperspeed__actions {
	transition-delay: 0.58s;
}

.about-dotgrid {
	align-items: center;
	background: #05070b;
	color: #f7f5ef;
	display: flex;
	isolation: isolate;
	min-height: 90vh;
	overflow: hidden;
	padding: 110px 6vw;
	position: relative;
	width: 100vw;
}

.about-dotgrid__background,
.about-dotgrid__overlay {
	inset: 0;
	position: absolute;
}

.about-dotgrid__background {
	filter: brightness(1.18) saturate(1.05);
	opacity: 0.78;
	pointer-events: none;
	z-index: 0;
}

.about-dotgrid__overlay {
	background:
		radial-gradient(circle at 76% 42%, rgba(200, 255, 0, 0.09), transparent 34%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.44) 58%, rgba(0, 0, 0, 0.22)),
		linear-gradient(180deg, rgba(5, 7, 11, 0.74), rgba(5, 7, 11, 0.2), rgba(5, 7, 11, 0.82));
	pointer-events: none;
	z-index: 1;
}

.about-dotgrid__content {
	margin: 0 auto;
	max-width: 1100px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.about-dotgrid__item {
	align-items: start;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	display: grid;
	gap: clamp(34px, 6vw, 90px);
	grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1fr);
	padding: clamp(38px, 4.5vw, 58px) 0;
}

.about-dotgrid__item:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.about-dotgrid__item h2 {
	color: #f7f5ef;
	font-family: var(--font-display);
	font-size: clamp(36px, 4vw, 60px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 0;
}

.about-dotgrid__item h2::before {
	background: var(--accent);
	border-radius: 999px;
	box-shadow: 0 0 20px rgba(200, 255, 0, 0.44);
	content: "";
	display: block;
	height: 7px;
	margin-bottom: 18px;
	width: 34px;
}

.about-dotgrid__copy {
	max-width: 760px;
}

.about-dotgrid__copy p {
	color: rgba(255, 255, 255, 0.78);
	font-family: var(--font-ui);
	font-size: clamp(17px, 1.28vw, 20px);
	font-weight: 400;
	line-height: 1.7;
	margin: 0;
}

.about-dotgrid__copy p + p {
	margin-top: 18px;
}

[data-about-dotgrid-reveal] {
	opacity: 0;
	transform: translateY(34px);
}

.about-dotgrid.is-dotgrid-ready [data-about-dotgrid-reveal] {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-dotgrid.is-dotgrid-ready [data-about-dotgrid-reveal]:nth-child(2) {
	transition-delay: 0.12s;
}

.about-dotgrid.is-dotgrid-ready [data-about-dotgrid-reveal]:nth-child(3) {
	transition-delay: 0.24s;
}

.about-platforms {
	background: #ffffff;
	color: #111318;
	overflow: hidden;
	padding: clamp(96px, 11vw, 160px) 0 clamp(110px, 12vw, 180px);
	position: relative;
	width: 100%;
}

.about-platforms__inner {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
	width: 100%;
}

.about-platforms__heading {
	margin: 0 auto clamp(44px, 6vw, 76px);
	max-width: 1080px;
	padding-inline: clamp(22px, 6vw, 90px);
	text-align: center;
}

.about-platforms__eyebrow {
	color: #658400;
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.about-platforms__heading h2 {
	color: #111318;
	font-family: var(--font-display);
	font-size: clamp(42px, 5.4vw, 86px);
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 0.98;
	margin: 0;
	text-wrap: balance;
}

.about-platforms__intro {
	color: rgba(17, 19, 24, 0.64);
	font-family: var(--font-ui);
	font-size: clamp(16px, 1.25vw, 20px);
	font-weight: 400;
	line-height: 1.72;
	margin: 26px auto 0;
	max-width: 850px;
}

.about-platforms__grid.tech-stack.platform-badge-grid {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(16px, 1.7vw, 20px);
	justify-content: center;
	margin-inline: auto;
	max-width: 1180px;
	padding: clamp(20px, 3vw, 34px) clamp(20px, 5vw, 70px) 0;
}

.about-platforms__grid .platform-badge {
	align-items: center;
	background: #eeeeee;
	border: 1px solid rgba(200, 255, 0, 0.42);
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(15, 17, 20, 0.04);
	color: #202124;
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 16px;
	font-weight: 600;
	gap: 12px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-height: 56px;
	opacity: 1;
	padding: 16px 28px;
	transform: translateY(0);
	transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
	will-change: transform, opacity;
}

.about-platforms__grid.is-animating .platform-badge {
	opacity: 0;
	transform: translateY(-40px);
}

.about-platforms__grid.is-animating .platform-badge.is-visible {
	animation: aboutPlatformBadgeDrop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
	animation-delay: calc(var(--i) * var(--platform-stagger, 28ms));
}

.about-platforms__grid.is-animating .platform-badge.is-visible.is-settled {
	animation: none;
	opacity: 1;
	transform: translateY(0);
}

.about-platforms__grid .platform-badge:hover {
	border-color: rgba(200, 255, 0, 0.82);
	box-shadow: 0 16px 30px rgba(15, 17, 20, 0.14);
	transform: translateY(-3px);
}

.about-platforms__grid .platform-badge img {
	display: block;
	flex: 0 0 auto;
	height: 24px;
	max-width: 24px;
	object-fit: contain;
	transition: transform 0.24s ease;
	width: 24px;
}

.about-platforms__grid .platform-badge:hover img {
	transform: scale(1.06);
}

.about-platforms__grid .platform-badge span {
	display: block;
	white-space: nowrap;
}

@keyframes aboutPlatformBadgeDrop {
	0% {
		opacity: 0;
		transform: translateY(-40px);
	}

	72% {
		opacity: 1;
		transform: translateY(4px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	[data-about-hyperspeed-reveal],
	.about-hyperspeed__title > span > span,
	[data-about-dotgrid-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

@keyframes about-marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-50% - clamp(14px, 2.5vw, 43px)));
	}
}

@keyframes about-marquee-glow {
	0%,
	100% {
		background-position: 115% 50%;
		text-shadow: 0 0 26px rgba(200, 255, 0, 0);
	}

	45%,
	58% {
		background-position: 48% 50%;
		text-shadow: 0 0 34px rgba(200, 255, 0, 0.22);
	}
}

@media (max-width: 980px) {
	.about-story-hero {
		align-items: end;
		border-radius: 0 0 22px 22px;
		padding: calc(var(--header-height) + 44px) 24px 62px;
	}

	.about-story-hero__inner {
		align-items: start;
		gap: 30px;
		grid-template-columns: 1fr;
	}

	.about-story-hero h1 {
		font-size: clamp(48px, 11vw, 84px);
		max-width: 720px;
	}

	.about-story-hero__copy {
		max-width: 760px;
	}

	.about-who {
		min-height: 92svh;
		padding: 92px 0 48px;
	}

	.about-who__inner {
		max-width: min(760px, calc(100vw - 44px));
	}

	.about-who__title {
		font-size: clamp(34px, 7.8vw, 58px);
		max-width: 720px;
	}

	.about-hyperspeed {
		min-height: 76vh;
		padding: 90px 28px;
	}

	.about-hyperspeed__title {
		font-size: clamp(40px, 6.6vw, 62px);
		max-width: 920px;
	}

	.about-dotgrid {
		min-height: 75vh;
		padding: 90px 5vw;
	}

	.about-dotgrid__item {
		gap: 36px;
		grid-template-columns: minmax(180px, 0.38fr) minmax(0, 1fr);
	}

	.about-dotgrid__item h2 {
		font-size: clamp(34px, 5vw, 48px);
	}

	.about-platforms {
		padding: 92px 0 110px;
	}

	.about-platforms__heading h2 {
		font-size: clamp(42px, 7vw, 68px);
	}

	.about-platforms__grid.tech-stack.platform-badge-grid {
		max-width: 900px;
		padding-inline: 32px;
	}
}

@media (max-width: 640px) {
	.about-story-hero {
		min-height: 100svh;
		padding: calc(var(--header-height) + 34px) 18px 44px;
	}

	.about-story-hero__shade {
		background:
			radial-gradient(circle at 56% 22%, rgba(200, 255, 0, 0.12), transparent 30%),
			linear-gradient(180deg, rgba(5, 6, 8, 0.36), rgba(5, 6, 8, 0.88) 54%, rgba(5, 6, 8, 0.96)),
			linear-gradient(90deg, rgba(5, 6, 8, 0.74), rgba(5, 6, 8, 0.28), rgba(5, 6, 8, 0.82));
	}

	.about-story-hero__grain {
		background-size: 16px 16px, 54px 54px, 54px 54px;
		opacity: 0.34;
	}

	.about-story-hero__eyebrow {
		font-size: 12px;
		gap: 10px;
		letter-spacing: 0.14em;
		margin-bottom: 24px;
	}

	.about-story-hero h1 {
		font-size: clamp(44px, 12vw, 60px);
		letter-spacing: -0.04em;
		line-height: 0.96;
	}

	.about-story-hero__copy {
		border-radius: 18px;
		font-size: 15px;
		line-height: 1.68;
		padding: 20px;
	}

	.about-who {
		min-height: 86svh;
		padding: 76px 0 42px;
	}

	.about-who__inner {
		max-width: calc(100vw - 34px);
		text-align: left;
	}

	.about-who__grid {
		background-size: 32px 32px;
	}

	.about-who__eyebrow {
		color: var(--accent);
		font-size: 10px;
		justify-content: flex-start;
		margin-bottom: 20px;
	}

	.about-who__title {
		font-size: clamp(30px, 8.8vw, 44px);
		line-height: 1;
		margin-inline: 0;
		max-width: 100%;
		text-align: left;
	}

	.about-who__body {
		font-size: clamp(16px, 5vw, 21px);
		line-height: 1.5;
		margin-left: 0;
		margin-right: 0;
		margin-top: 22px;
		max-width: 100%;
		text-align: left;
		text-wrap: pretty;
	}

	.about-who__marquee {
		margin-top: 44px;
		padding: 16px 0;
	}

	.about-who__marquee-track {
		animation-duration: 18s;
	}

	.about-who__marquee span {
		font-size: clamp(44px, 17vw, 86px);
		font-weight: 650;
	}

	.about-hyperspeed {
		align-items: flex-start;
		min-height: auto;
		padding: 80px 24px;
	}

	.about-hyperspeed__overlay {
		background:
			radial-gradient(circle at 72% 24%, rgba(200, 255, 0, 0.16), transparent 32%),
			linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.88));
	}

	.about-hyperspeed__content {
		text-align: left;
	}

	.about-hyperspeed__title {
		font-size: clamp(34px, 9.4vw, 44px);
		line-height: 1.02;
	}

	.about-hyperspeed__title-line {
		white-space: normal;
	}

	.about-hyperspeed__copy p {
		font-size: 16px;
		line-height: 1.68;
	}

	.about-hyperspeed__btn {
		justify-content: center;
		text-align: center;
		width: 100%;
	}

	.about-dotgrid {
		align-items: flex-start;
		min-height: auto;
		padding: 80px 24px;
	}

	.about-dotgrid__overlay {
		background:
			radial-gradient(circle at 72% 32%, rgba(200, 255, 0, 0.1), transparent 34%),
			linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.76));
	}

	.about-dotgrid__item {
		gap: 24px;
		grid-template-columns: 1fr;
		padding: 36px 0;
	}

	.about-dotgrid__item h2 {
		font-size: clamp(34px, 10vw, 46px);
	}

	.about-dotgrid__copy p {
		font-size: 16px;
		line-height: 1.68;
	}

	.about-platforms {
		left: 50%;
		margin-left: -50vw;
		padding: 78px 0 88px;
		position: relative;
		width: 100vw;
	}

	.about-platforms__heading {
		margin-bottom: 36px;
		max-width: none;
		padding-inline: 18px;
		text-align: left;
		width: 100%;
	}

	.about-platforms__eyebrow {
		font-size: 10px;
		line-height: 1.35;
		margin-bottom: 18px;
	}

	.about-platforms__heading h2 {
		font-size: clamp(36px, 10.4vw, 52px);
		line-height: 1;
		max-width: none;
		width: 100%;
	}

	.about-platforms__intro {
		font-size: 15px;
		line-height: 1.65;
		margin-top: 20px;
	}

	.about-platforms__grid.tech-stack.platform-badge-grid {
		--platform-stagger: 20ms;
		gap: 14px 10px;
		padding: 28px 12px 0;
	}

	.about-platforms__grid .platform-badge {
		font-size: 14px;
		gap: 8px;
		min-height: 48px;
		padding: 12px 16px;
	}

	.about-platforms__grid .platform-badge img {
		height: 22px;
		max-width: 22px;
		width: 22px;
	}
}

/* Galaxy story */
.about-galaxy {
	align-items: center;
	background: #020303;
	color: #fff;
	display: flex;
	justify-content: center;
	min-height: 92svh;
	overflow: hidden;
	padding: clamp(96px, 11vw, 150px) clamp(24px, 7vw, 120px);
	position: relative;
}

.about-galaxy__background,
.about-galaxy__overlay {
	inset: 0;
	position: absolute;
}

.about-galaxy__background {
	pointer-events: auto;
	z-index: 0;
}

.about-galaxy__overlay {
	background:
		radial-gradient(circle at 50% 45%, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.46) 74%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.5));
	pointer-events: none;
	z-index: 1;
}

.about-galaxy__content {
	margin-inline: auto;
	max-width: 1040px;
	pointer-events: none;
	position: relative;
	text-align: center;
	z-index: 2;
}

.about-galaxy__eyebrow {
	color: var(--accent);
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.about-galaxy h2 {
	color: #fff;
	font-family: var(--font-display);
	font-size: clamp(52px, 7.5vw, 108px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
}

.about-galaxy__copy {
	display: grid;
	gap: 20px;
	margin: clamp(34px, 4vw, 52px) auto 0;
	max-width: 900px;
}

.about-galaxy__copy p {
	color: rgba(255, 255, 255, 0.76);
	font-family: var(--font-body);
	font-size: clamp(16px, 1.25vw, 20px);
	font-weight: 400;
	line-height: 1.72;
	margin: 0;
}

.about-galaxy__focus {
	align-items: center;
	background: rgba(8, 10, 9, 0.5);
	border: 1px solid rgba(200, 255, 0, 0.32);
	border-radius: 8px;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: clamp(34px, 4vw, 52px) auto 0;
	max-width: 820px;
	padding: 24px clamp(22px, 4vw, 48px);
}

.about-galaxy__focus span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.about-galaxy__focus strong {
	color: var(--accent);
	font-family: var(--font-display);
	font-size: clamp(20px, 2.1vw, 31px);
	font-weight: 500;
	line-height: 1.25;
}

.about-galaxy.is-reveal-ready [data-galaxy-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-galaxy.is-reveal-ready [data-galaxy-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

.about-galaxy.is-reveal-ready [data-galaxy-reveal]:nth-child(2) { transition-delay: 0.08s; }
.about-galaxy.is-reveal-ready [data-galaxy-reveal]:nth-child(3) { transition-delay: 0.16s; }
.about-galaxy.is-reveal-ready [data-galaxy-reveal]:nth-child(4) { transition-delay: 0.24s; }

@media (max-width: 900px) {
	.about-galaxy {
		min-height: 78svh;
		padding: 92px 5vw;
	}
}

@media (max-width: 600px) {
	.about-galaxy {
		min-height: auto;
		padding: 84px 22px;
	}

	.about-galaxy__content {
		max-width: none;
		text-align: left;
		width: 100%;
	}

	.about-galaxy h2 {
		font-size: clamp(44px, 16vw, 68px);
	}

	.about-galaxy__copy {
		margin-left: 0;
		margin-right: 0;
		max-width: none;
		width: 100%;
	}

	.about-galaxy__copy p {
		font-size: 16px;
		line-height: 1.66;
		text-align: left;
	}

	.about-galaxy__focus {
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
		max-width: none;
		padding: 22px 18px;
		text-align: center;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.about-galaxy.is-reveal-ready [data-galaxy-reveal] {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* Scroll-driven process */
.about-process {
	background: #050608;
	color: #fff;
	height: 430svh;
	position: relative;
}

.about-process__sticky {
	display: flex;
	flex-direction: column;
	height: 100svh;
	overflow: hidden;
	padding: clamp(142px, 16vh, 176px) clamp(24px, 4vw, 72px) clamp(34px, 5vh, 62px);
	position: sticky;
	top: 0;
}

.about-process__header {
	display: block;
	flex: 0 0 auto;
	margin-inline: auto;
	max-width: 1480px;
	text-align: center;
	width: 100%;
}

.about-process__header h2 {
	color: #fff;
	font-family: var(--font-display);
	font-size: clamp(50px, 6.6vw, 104px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 0.95;
	margin: 0;
	text-align: center;
}

.about-process__header > p {
	color: rgba(255, 255, 255, 0.52);
	font-family: var(--font-body);
	font-size: clamp(15px, 1.25vw, 20px);
	line-height: 1.45;
	margin: 22px auto 0;
	max-width: 620px;
	text-align: center;
}

.about-process__track-viewport {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	margin: clamp(30px, 5vh, 70px) auto 0;
	max-width: 1480px;
	overflow: hidden;
	padding: 10px 0 26px;
	width: 100%;
}

.about-process__track {
	display: flex;
	gap: clamp(22px, 2.2vw, 42px);
	padding-inline: 2px;
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

.about-process__card {
	background: rgba(255, 255, 255, 0.018);
	border: 0;
	border-radius: 10px;
	display: flex;
	flex: 0 0 clamp(240px, 21vw, 320px);
	flex-direction: column;
	justify-content: flex-start;
	min-height: clamp(250px, 30vh, 330px);
	opacity: 1;
	padding: clamp(24px, 2.3vw, 34px);
	transform: translateY(0);
	transition: background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
	will-change: opacity, transform, filter;
}

.about-process.is-scroll-ready .about-process__card {
	filter: blur(4px);
	opacity: 0.08;
	transform: translateY(28px);
}

.about-process__card.is-active {
	background: rgba(255, 255, 255, 0.035);
	box-shadow: 0 20px 65px rgba(0, 0, 0, 0.24);
}

.about-process__number {
	color: var(--accent);
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.about-process__card h3 {
	color: #fff;
	font-family: var(--font-display);
	font-size: clamp(23px, 2vw, 34px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.08;
	margin: clamp(34px, 4vh, 54px) 0 0;
}

.about-process__card p {
	color: rgba(255, 255, 255, 0.58);
	font-family: var(--font-body);
	font-size: 15px;
	line-height: 1.55;
	margin: 22px 0 0;
}

.about-process__progress {
	flex: 0 0 auto;
	margin: 0 auto;
	max-width: 1480px;
	position: relative;
	width: 100%;
}

.about-process__progress-track {
	background: rgba(255, 255, 255, 0.16);
	height: 1px;
	overflow: hidden;
	width: 100%;
}

.about-process__progress-fill {
	background: var(--accent);
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	will-change: transform;
}

.about-process__markers {
	display: flex;
	left: 0;
	right: 0;
	top: 50%;
	justify-content: space-between;
	pointer-events: none;
	position: absolute;
	transform: translateY(-50%);
}

.about-process__markers span {
	align-items: center;
	background: #050608;
	color: rgba(255, 255, 255, 0.5);
	display: flex;
	font-family: var(--font-ui);
	font-size: 24px;
	height: 24px;
	justify-content: center;
	line-height: 1;
	transition: color 0.2s ease, transform 0.2s ease;
	width: 24px;
}

.about-process__markers span.is-active {
	color: var(--accent);
	transform: scale(1.08);
}

@media (max-width: 900px) {
	.about-process {
		height: 450svh;
	}

	.about-process__sticky {
		padding: 120px 24px 42px;
	}

	.about-process__header h2 {
		font-size: clamp(46px, 12vw, 72px);
	}

	.about-process__header > p {
		font-size: 15px;
		margin-top: 15px;
	}

	.about-process__track-viewport {
		margin-top: 28px;
	}

	.about-process__card {
		flex-basis: min(82vw, 390px);
		min-height: 270px;
	}
}

@media (max-width: 600px) {
	.about-process__sticky {
		padding: 108px 20px 34px;
	}

	.about-process__header h2 {
		font-size: clamp(44px, 14vw, 62px);
	}

	.about-process__card {
		flex-basis: calc(100vw - 40px);
		min-height: 250px;
		padding: 25px;
	}

	.about-process__card h3 {
		font-size: 26px;
		margin-top: 32px;
	}

	.about-process__card p {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.about-process {
		height: auto;
	}

	.about-process__sticky {
		height: auto;
		overflow: visible;
		position: relative;
	}

	.about-process__track-viewport {
		overflow-x: auto;
	}

	.about-process__card {
		filter: none;
		opacity: 1;
		transform: none;
	}
}

/* Interactive journey */
.about-journey {
	background:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		radial-gradient(circle at 50% 14%, rgba(200, 255, 0, 0.07), transparent 30%),
		#070809;
	background-size: 56px 56px, 56px 56px, 100% 100%, 100% 100%;
	color: #fff;
	overflow: hidden;
	padding: clamp(90px, 10vw, 150px) clamp(22px, 6vw, 100px);
	position: relative;
}

.about-journey__heading {
	margin: 0 auto clamp(54px, 7vw, 92px);
	max-width: 920px;
	text-align: center;
}

.about-journey__eyebrow {
	color: var(--accent);
	font-family: var(--font-ui);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.about-journey__heading h2 {
	color: #fff;
	font-family: var(--font-display);
	font-size: clamp(50px, 7vw, 100px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
}

.about-journey__heading > p:last-child {
	color: rgba(255, 255, 255, 0.6);
	font-family: var(--font-body);
	font-size: clamp(16px, 1.35vw, 21px);
	line-height: 1.55;
	margin: 22px auto 0;
}

.about-journey__grid {
	display: grid;
	gap: clamp(22px, 2.6vw, 38px);
	grid-template-columns: minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1120px;
}

.about-journey__item {
	min-height: 260px;
	opacity: 1;
	position: relative;
	transform: translateY(0);
	transition: opacity 0.68s ease, transform 0.68s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-journey.is-reveal-ready .about-journey__item {
	opacity: 0;
	transform: translateY(34px);
}

.about-journey.is-reveal-ready .about-journey__item.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.about-journey__item:last-child {
	width: 100%;
}

.about-journey__react-root,
.about-journey__react-root > .border-glow-card {
	height: 100%;
	min-height: inherit;
	width: 100%;
}

.about-journey__react-root {
	background: rgba(255, 255, 255, 0.025);
	border-radius: 28px;
}

.journey-glow-card {
	backdrop-filter: blur(18px) saturate(140%);
	-webkit-backdrop-filter: blur(18px) saturate(140%);
}

.journey-glow-card .border-glow-inner {
	height: 100%;
	overflow: visible;
}

.about-journey__card-content {
	align-items: start;
	display: grid;
	flex: 1;
	grid-template-columns: minmax(90px, 0.24fr) minmax(0, 1fr);
	grid-template-rows: auto 1fr;
	padding: clamp(30px, 4vw, 50px);
}

.about-journey__year {
	color: var(--accent);
	font-family: var(--font-ui);
	font-size: 13px;
	font-weight: 600;
	grid-row: 1 / 3;
	letter-spacing: 0.12em;
	padding-top: 8px;
}

.about-journey__card-content h3 {
	color: #fff;
	font-family: var(--font-display);
	font-size: clamp(25px, 2.3vw, 38px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0;
}

.about-journey__card-content p {
	color: rgba(255, 255, 255, 0.68);
	font-family: var(--font-body);
	font-size: clamp(15px, 1.1vw, 18px);
	line-height: 1.7;
	margin: 22px 0 0;
	max-width: 820px;
}

@media (max-width: 760px) {
	.about-journey {
		padding: 82px 18px 96px;
	}

	.about-journey__heading {
		margin-bottom: 48px;
	}

	.about-journey__grid {
		grid-template-columns: 1fr;
	}

	.about-journey__item,
	.about-journey__item:last-child {
		grid-column: auto;
		min-height: 280px;
		width: 100%;
	}

	.about-journey__card-content {
		display: flex;
		flex-direction: column;
		padding: 30px 25px;
	}

	.about-journey__year {
		padding-top: 0;
	}

	.about-journey__card-content h3 {
		margin-top: 28px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.about-journey.is-reveal-ready .about-journey__item {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* Gooey navigation interlude */
.about-gooey-nav {
	--color-1: #c8ff00;
	--color-2: #c8ff00;
	--color-3: #c8ff00;
	--color-4: #c8ff00;
	align-items: center;
	background:
		radial-gradient(circle at 50% 50%, rgba(200, 255, 0, 0.08), transparent 34%),
		#050506;
	color: #fff;
	display: flex;
	justify-content: center;
	min-height: clamp(220px, 28vw, 340px);
	overflow: hidden;
	padding: 48px 24px;
	position: relative;
}

.about-gooey-nav__root {
	display: flex;
	justify-content: center;
	min-height: 52px;
	width: 100%;
}

.about-gooey-nav .gooey-nav-container {
	font-family: var(--font-ui);
	font-size: clamp(15px, 1.5vw, 22px);
	font-weight: 500;
	letter-spacing: 0.04em;
}

.about-gooey-nav .gooey-nav-container a {
	color: inherit;
	text-decoration: none;
}

@media (max-width: 600px) {
	.about-gooey-nav {
		min-height: 220px;
		padding: 42px 10px;
	}

	.about-gooey-nav .gooey-nav-container {
		font-size: 12px;
	}

	.about-gooey-nav .gooey-nav-container nav ul {
		gap: 0.35em;
		padding-inline: 0;
	}
}
