/* =========================================================
   StasWeb — About page
   Isolated styles. All selectors use the sw-about prefix.
   ========================================================= */

/* Full-width static page reset — only when the page contains .sw-about */
.page-wrap:has(.sw-about) {
	padding: 0;
}

.page-wrap:has(.sw-about)::before {
	display: none;
}

.page-wrap:has(.sw-about) > .container {
	width: 100%;
	max-width: none;
	margin: 0;
}

.page-wrap:has(.sw-about) .page-content {
	width: 100%;
}

.sw-about {
	position: relative;
	z-index: 1;
	min-height: 100vh;
	overflow: hidden;
	padding-top: var(--header-h, 76px);
	color: var(--text, #f7f7f8);
	isolation: isolate;
}

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

.sw-about__ambient {
	position: absolute;
	inset: 0;
	z-index: -2;
	overflow: hidden;
	pointer-events: none;
}

.sw-about__ambient::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(5, 5, 8, 0.08), rgba(7, 7, 10, 0.88) 46%, rgba(7, 7, 10, 0.98));
}

.sw-about__ambient-grid {
	position: absolute;
	inset: 0;
	opacity: 0.22;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
	background-size: 64px 64px;
	-webkit-mask-image: linear-gradient(to bottom, #000, transparent 68%);
	mask-image: linear-gradient(to bottom, #000, transparent 68%);
}

.sw-about__ambient-orb {
	position: absolute;
	border-radius: 999px;
	filter: blur(110px);
	opacity: 0.18;
}

.sw-about__ambient-orb--one {
	top: -160px;
	right: -130px;
	width: 620px;
	height: 620px;
	background: #7258ff;
}

.sw-about__ambient-orb--two {
	top: 670px;
	left: -220px;
	width: 540px;
	height: 540px;
	background: #19bfe8;
	opacity: 0.09;
}

.sw-about-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 9px;
	padding-top: 28px;
	color: var(--text-faint, #999d9e);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sw-about-breadcrumbs a {
	transition: color 0.22s ease;
}

.sw-about-breadcrumbs a:hover {
	color: var(--text, #fff);
}

.sw-about-hero {
	position: relative;
	padding: clamp(46px, 6vw, 96px) 0 clamp(72px, 8vw, 120px);
}

.sw-about-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
	align-items: center;
	gap: clamp(48px, 7vw, 104px);
}

.sw-about-hero__content {
	position: relative;
	z-index: 3;
}

.sw-about-kicker,
.sw-about-section__label {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #a9b2c8;
	font-family: var(--mono, monospace);
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.sw-about-kicker {
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.026);
}

.sw-about-kicker__dot {
	position: relative;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #65e8c4;
	box-shadow: 0 0 12px rgba(101, 232, 196, 0.75);
}

.sw-about-kicker__dot::after {
	content: "";
	position: absolute;
	inset: -5px;
	border: 1px solid rgba(101, 232, 196, 0.28);
	border-radius: inherit;
	animation: sw-about-status-pulse 2.6s ease-out infinite;
}

.sw-about-hero h1 {
	max-width: 780px;
	margin: 26px 0 24px;
	color: #fbfbff;
	font-size: clamp(48px, 6.5vw, 88px);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.07em;
	text-wrap: balance;
}

.sw-about-hero h1 span,
.sw-about-section h2 span,
.sw-about-cta h2 span {
	color: transparent;
	background: linear-gradient(135deg, #ffffff 0%, #d9ddff 28%, #79e8ff 66%, #a58aff 100%);
	-webkit-background-clip: text;
	background-clip: text;
}

.sw-about-hero__lead {
	max-width: 710px;
	margin: 0;
	color: var(--text-muted, #a2a2b0);
	font-size: clamp(17px, 1.6vw, 20px);
	line-height: 1.76;
}

.sw-about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 34px;
}

.sw-about-hero__actions .btn,
.sw-about-cta__actions .btn {
	min-height: 52px;
	padding-inline: 23px;
}

.sw-about-hero__meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 42px;
}

.sw-about-hero__meta > div {
	min-width: 0;
	padding: 16px 17px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.sw-about-hero__meta strong,
.sw-about-hero__meta span {
	display: block;
}

.sw-about-hero__meta strong {
	margin-bottom: 5px;
	color: #eef3ff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

.sw-about-hero__meta span {
	color: #7c879c;
	font-size: 10px;
	line-height: 1.5;
}

/* Hero visual */

.sw-about-hero__visual {
	position: relative;
	min-height: 580px;
	perspective: 1200px;
}

.sw-about-console {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: min(100%, 500px);
	min-height: 490px;
	transform: translate(-50%, -50%) rotateY(-4deg) rotateX(2deg);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.095);
	border-radius: 28px;
	background:
		radial-gradient(circle at 72% 8%, rgba(110, 91, 255, 0.15), transparent 32%),
		linear-gradient(155deg, rgba(18, 22, 35, 0.93), rgba(7, 9, 16, 0.97));
	box-shadow:
		0 45px 120px rgba(0, 0, 0, 0.46),
		0 0 80px rgba(98, 91, 255, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.sw-about-console::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, rgba(255, 255, 255, 0.04), transparent 28%),
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
	background-size: auto, 34px 34px, 34px 34px;
	pointer-events: none;
}

.sw-about-console__top {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 15px;
	min-height: 54px;
	padding: 0 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(255, 255, 255, 0.017);
}

.sw-about-console__top > span {
	color: #6f7d96;
	font-family: var(--mono, monospace);
	font-size: 9px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sw-about-console__top small {
	justify-self: end;
	color: #68e8c3;
	font-family: var(--mono, monospace);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.sw-about-console__dots {
	display: flex;
	gap: 5px;
}

.sw-about-console__dots i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #5b6478;
}

.sw-about-console__dots i:nth-child(1) { background: #f07891; }
.sw-about-console__dots i:nth-child(2) { background: #f1c56c; }
.sw-about-console__dots i:nth-child(3) { background: #61d7a7; }

.sw-about-console__body {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
	padding: 22px;
}

.sw-about-console__line {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	min-height: 78px;
	padding: 13px 15px;
	border: 1px solid rgba(255, 255, 255, 0.055);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.018);
	transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s var(--ease, ease);
}

.sw-about-console__line:hover {
	transform: translateX(4px);
	border-color: rgba(107, 194, 255, 0.18);
	background: rgba(80, 130, 255, 0.04);
}

.sw-about-console__prompt {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(124, 164, 255, 0.13);
	border-radius: 13px;
	color: #8290a8;
	background: rgba(255, 255, 255, 0.025);
	font-family: var(--mono, monospace);
	font-size: 10px;
}

.sw-about-console__line small,
.sw-about-console__line strong,
.sw-about-console__line p {
	display: block;
}

.sw-about-console__line small {
	margin-bottom: 4px;
	color: #65738d;
	font-family: var(--mono, monospace);
	font-size: 7px;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.sw-about-console__line strong {
	color: #e9eefb;
	font-size: 12px;
	line-height: 1.3;
}

.sw-about-console__line p {
	margin: 3px 0 0;
	color: #7e899f;
	font-size: 10px;
	line-height: 1.4;
}

.sw-about-console__line--active {
	border-color: rgba(101, 226, 255, 0.17);
	background: linear-gradient(90deg, rgba(68, 191, 255, 0.075), rgba(127, 91, 255, 0.045));
	box-shadow: inset 3px 0 0 rgba(101, 226, 255, 0.65);
}

.sw-about-console__line--active .sw-about-console__prompt {
	color: #bceeff;
	border-color: rgba(101, 226, 255, 0.24);
	box-shadow: 0 0 20px rgba(72, 194, 255, 0.08);
}

.sw-about-console__signal {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: end;
	gap: 5px;
	height: 39px;
	margin: 2px 22px 19px;
	padding: 0 4px 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sw-about-console__signal span {
	flex: 1;
	height: 38%;
	border-radius: 3px 3px 1px 1px;
	background: linear-gradient(180deg, #6be3ff, #7b61ff);
	box-shadow: 0 0 14px rgba(94, 193, 255, 0.12);
	transform-origin: bottom;
	animation: sw-about-signal 3.2s ease-in-out infinite;
}

.sw-about-console__signal span:nth-child(2) { height: 68%; animation-delay: -0.5s; }
.sw-about-console__signal span:nth-child(3) { height: 48%; animation-delay: -1.1s; }
.sw-about-console__signal span:nth-child(4) { height: 88%; animation-delay: -1.8s; }
.sw-about-console__signal span:nth-child(5) { height: 61%; animation-delay: -2.2s; }
.sw-about-console__signal span:nth-child(6) { height: 78%; animation-delay: -2.7s; }

.sw-about-orbit {
	position: absolute;
	top: 51%;
	left: 50%;
	z-index: 1;
	width: 560px;
	height: 560px;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.sw-about-orbit__ring,
.sw-about-orbit__core,
.sw-about-orbit__node {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
}

.sw-about-orbit__ring {
	border: 1px solid rgba(120, 160, 255, 0.11);
}

.sw-about-orbit__ring--outer {
	width: 100%;
	height: 58%;
	transform: translate(-50%, -50%) rotate(-19deg);
	animation: sw-about-orbit-one 18s linear infinite;
}

.sw-about-orbit__ring--inner {
	width: 62%;
	height: 86%;
	transform: translate(-50%, -50%) rotate(31deg);
	border-color: rgba(99, 222, 255, 0.1);
	animation: sw-about-orbit-two 15s linear infinite reverse;
}

.sw-about-orbit__core {
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	transform: translate(-50%, -50%);
	color: rgba(228, 241, 255, 0.18);
	border: 1px solid rgba(117, 200, 255, 0.11);
	background: rgba(51, 146, 255, 0.045);
	font-size: 17px;
	font-weight: 700;
	box-shadow: 0 0 70px rgba(85, 162, 255, 0.1);
}

.sw-about-orbit__node {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: #65738f;
	border: 1px solid rgba(255, 255, 255, 0.065);
	background: #0d111d;
	font-family: var(--mono, monospace);
	font-size: 7px;
	letter-spacing: 0.08em;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.34);
}

.sw-about-orbit__node--one { transform: translate(-282px, -24px); }
.sw-about-orbit__node--two { transform: translate(231px, -136px); }
.sw-about-orbit__node--three { transform: translate(220px, 148px); }

/* Shared sections */

.sw-about-section {
	position: relative;
	padding: clamp(40px, 40px, 118px) 0;
	content-visibility: auto;
	contain-intrinsic-size: 760px;
}

.sw-about-section + .sw-about-section {
	border-top: 1px solid rgba(255, 255, 255, 0.045);
}

.sw-about-section__head {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
	align-items: end;
	gap: clamp(40px, 7vw, 100px);
	margin-bottom: clamp(46px, 7vw, 84px);
}

.sw-about-section__head--compact {
	margin-bottom: clamp(36px, 5vw, 60px);
}

.sw-about-section__label {
	margin-bottom: 18px;
	color: #7d8aa2;
}

.sw-about-section h2,
.sw-about-cta h2 {
	margin: 0;
	color: #f8f9ff;
	font-size: clamp(36px, 4.7vw, 64px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.055em;
	text-wrap: balance;
}

.sw-about-section__head > p,
.sw-about-principle__statement > p {
	max-width: 600px;
	margin: 0;
	color: #929caf;
	font-size: 16px;
	line-height: 1.8;
}

/* Timeline */

.sw-about-timeline {
	position: relative;
	max-width: 1080px;
	margin-inline: auto;
}

.sw-about-timeline::before {
	content: "";
	position: absolute;
	top: 32px;
	bottom: 32px;
	left: 51px;
	width: 1px;
	background: linear-gradient(to bottom, transparent, rgba(105, 205, 255, 0.26) 8%, rgba(133, 99, 255, 0.24) 88%, transparent);
}

.sw-about-timeline__item {
	position: relative;
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	gap: 30px;
	padding-bottom: 28px;
}

.sw-about-timeline__item:last-child {
	padding-bottom: 0;
}

.sw-about-timeline__marker {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding-top: 24px;
}

.sw-about-timeline__marker span {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	color: #8390a8;
	background: #0b0c12;
	font-family: var(--mono, monospace);
	font-size: 10px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.sw-about-timeline__content {
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 24px;
	background:
		radial-gradient(circle at 100% 0, rgba(105, 89, 255, 0.07), transparent 32%),
		linear-gradient(150deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.009));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
	transition: transform 0.35s var(--ease, ease), border-color 0.35s ease, background 0.35s ease;
}

.sw-about-timeline__content:hover {
	transform: translateY(-4px);
	border-color: rgba(112, 188, 255, 0.15);
	background:
		radial-gradient(circle at 100% 0, rgba(105, 89, 255, 0.11), transparent 35%),
		linear-gradient(150deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.012));
}

.sw-about-timeline__eyebrow {
	margin-bottom: 12px;
	color: #75dfff;
	font-family: var(--mono, monospace);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sw-about-timeline__content h3 {
	margin: 0 0 13px;
	color: #edf1fb;
	font-size: clamp(21px, 2.2vw, 29px);
	font-weight: 650;
	line-height: 1.25;
	letter-spacing: -0.025em;
}

.sw-about-timeline__content p {
	max-width: 820px;
	margin: 0;
	color: #949daf;
	font-size: 15px;
	line-height: 1.78;
}

.sw-about-timeline__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 22px;
}

.sw-about-timeline__tags span {
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 999px;
	color: #7e899e;
	background: rgba(255, 255, 255, 0.018);
	font-family: var(--mono, monospace);
	font-size: 8px;
	letter-spacing: 0.05em;
}

.sw-about-timeline__item--current .sw-about-timeline__marker span {
	color: #c9f5ff;
	border-color: rgba(105, 222, 255, 0.2);
	background: linear-gradient(145deg, rgba(42, 171, 225, 0.12), rgba(105, 76, 255, 0.1));
	box-shadow: 0 0 30px rgba(74, 193, 255, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* Principle */

.sw-about-principle__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.74fr);
	align-items: stretch;
	gap: 24px;
}

.sw-about-principle__statement,
.sw-about-principle__quote {
	padding: clamp(32px, 5vw, 58px);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 28px;
}

.sw-about-principle__statement {
	background:
		radial-gradient(circle at 0 100%, rgba(37, 202, 230, 0.08), transparent 34%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.008));
}

.sw-about-principle__statement h2 {
	margin-bottom: 24px;
}

.sw-about-principle__quote {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	background:
		radial-gradient(circle at 100% 0, rgba(121, 85, 255, 0.17), transparent 40%),
		linear-gradient(145deg, #111421, #090b12);
	box-shadow: 0 34px 80px rgba(0, 0, 0, 0.25);
}

.sw-about-principle__quote::after {
	content: "";
	position: absolute;
	right: -58px;
	bottom: -58px;
	width: 180px;
	height: 180px;
	border: 1px solid rgba(123, 101, 255, 0.13);
	border-radius: 50%;
	box-shadow: 0 0 0 38px rgba(123, 101, 255, 0.026), 0 0 0 74px rgba(123, 101, 255, 0.018);
}

.sw-about-principle__quote-mark {
	position: relative;
	z-index: 1;
	color: #83e5ff;
	font-family: var(--font);
	font-size: 82px;
	line-height: 0.75;
	opacity: 0.55;
}

.sw-about-principle__quote blockquote {
	position: relative;
	z-index: 1;
	margin: 36px 0 40px;
	color: #e5e9f5;
	font-size: clamp(20px, 2.1vw, 27px);
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: -0.025em;
}

.sw-about-principle__quote footer {
	position: relative;
	z-index: 1;
	color: #78859d;
	font-family: var(--mono, monospace);
	font-size: 9px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Skills */

.sw-about-skills {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.sw-about-skill {
	position: relative;
	min-height: 330px;
	padding: 25px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 23px;
	background:
		radial-gradient(circle at 100% 0, rgba(94, 86, 255, 0.07), transparent 36%),
		linear-gradient(155deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.009));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.024);
	transition: transform 0.35s var(--ease, ease), border-color 0.35s ease, box-shadow 0.35s ease;
}

.sw-about-skill:hover {
	transform: translateY(-5px);
	border-color: rgba(113, 197, 255, 0.16);
	box-shadow: 0 25px 65px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.sw-about-skill--wide {
	grid-column: span 2;
}

.sw-about-skill__number {
	position: absolute;
	top: 19px;
	right: 20px;
	color: rgba(255, 255, 255, 0.17);
	font-family: var(--mono, monospace);
	font-size: 9px;
	letter-spacing: 0.08em;
}

.sw-about-skill__icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 28px;
	border: 1px solid rgba(111, 200, 255, 0.12);
	border-radius: 15px;
	color: #8ee7ff;
	background: linear-gradient(145deg, rgba(60, 169, 255, 0.09), rgba(116, 76, 255, 0.065));
	font-family: var(--mono, monospace);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: -0.02em;
	box-shadow: 0 0 30px rgba(75, 170, 255, 0.05);
}

.sw-about-skill h3 {
	margin: 0 0 13px;
	color: #e9edf7;
	font-size: 20px;
	font-weight: 650;
	line-height: 1.25;
	letter-spacing: -0.025em;
}

.sw-about-skill p {
	margin: 0;
	color: #8d97aa;
	font-size: 14px;
	line-height: 1.7;
}

.sw-about-skill ul {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.sw-about-skill li {
	padding: 6px 9px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 999px;
	color: #758197;
	background: rgba(255, 255, 255, 0.015);
	font-family: var(--mono, monospace);
	font-size: 7px;
	letter-spacing: 0.05em;
}

/* Current directions */

.sw-about-directions {
	background:
		radial-gradient(circle at 82% 14%, rgba(116, 86, 255, .08), transparent 31%),
		rgba(255,255,255,.006);
}

.sw-about-directions__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 13px;
}

.sw-about-direction {
	position: relative;
	display: flex;
	min-height: 330px;
	padding: clamp(25px, 3vw, 34px);
	overflow: hidden;
	flex-direction: column;
	border: 1px solid rgba(255,255,255,.075);
	border-radius: 24px;
	color: inherit;
	background:
		radial-gradient(circle at 100% 0, rgba(109,227,250,.07), transparent 37%),
		linear-gradient(155deg, rgba(255,255,255,.032), rgba(255,255,255,.009));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.026);
	text-decoration: none;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.sw-about-direction--accent {
	background:
		radial-gradient(circle at 100% 0, rgba(155,140,255,.15), transparent 40%),
		linear-gradient(155deg, rgba(109,227,250,.045), rgba(255,255,255,.01));
}

.sw-about-direction::after {
	content: "";
	position: absolute;
	right: -55px;
	bottom: -65px;
	width: 170px;
	height: 170px;
	border: 1px solid rgba(109,227,250,.1);
	border-radius: 50%;
	box-shadow: 0 0 0 34px rgba(109,227,250,.02);
	pointer-events: none;
}

.sw-about-direction__number {
	position: absolute;
	top: 23px;
	right: 25px;
	color: rgba(255,255,255,.22);
	font-family: var(--mono, monospace);
	font-size: 11px;
	font-weight: 700;
}

.sw-about-direction > small {
	margin-bottom: 36px;
	color: #78ddf5;
	font-family: var(--mono, monospace);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.sw-about-direction h3 {
	max-width: 310px;
	margin: 0 0 14px;
	color: #edf2fb;
	font-size: clamp(22px, 2.1vw, 29px);
	font-weight: 680;
	line-height: 1.18;
	letter-spacing: -.035em;
}

.sw-about-direction p {
	margin: 0 0 28px;
	color: #939daf;
	font-size: 14px;
	line-height: 1.72;
}

.sw-about-direction > strong {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: auto;
	padding-top: 17px;
	border-top: 1px solid rgba(255,255,255,.065);
	color: #cbd5e4;
	font-size: 12px;
	font-weight: 700;
}

.sw-about-direction > strong i {
	color: #7fe6f9;
	font-size: 17px;
	font-style: normal;
}

.sw-about-direction:focus-visible {
	outline: 2px solid #6de3fa;
	outline-offset: 4px;
}

@media (hover: hover) {
	.sw-about-direction:hover {
		transform: translateY(-5px);
		border-color: rgba(109,227,250,.2);
		box-shadow: 0 28px 70px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.04);
	}
}

/* Owner */

.sw-about-owner__card {
	display: grid;
	grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
	align-items: center;
	gap: clamp(38px, 7vw, 96px);
	padding: clamp(28px, 5vw, 68px);
	border: 1px solid rgba(255, 255, 255, 0.075);
	border-radius: 30px;
	background:
		radial-gradient(circle at 0 50%, rgba(38, 199, 231, 0.075), transparent 31%),
		radial-gradient(circle at 100% 0, rgba(111, 77, 255, 0.09), transparent 30%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.029), rgba(255, 255, 255, 0.008));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.028);
}

.sw-about-owner__visual {
	position: relative;
	min-height: 390px;
}

.sw-about-owner__visual::before,
.sw-about-owner__visual::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.sw-about-owner__visual::before {
	inset: 8% 4%;
	border: 1px solid rgba(103, 194, 255, 0.1);
	transform: rotate(-12deg);
}

.sw-about-owner__visual::after {
	inset: 18% -8%;
	border: 1px solid rgba(133, 99, 255, 0.09);
	transform: rotate(23deg);
}

.sw-about-owner__screen {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: min(92%, 385px);
	padding: 18px;
	transform: translate(-50%, -50%) rotate(-2deg);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 23px;
	background: linear-gradient(150deg, rgba(17, 22, 35, 0.96), rgba(7, 9, 15, 0.98));
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.4), 0 0 70px rgba(73, 168, 255, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sw-about-owner__screen-top {
	display: flex;
	gap: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sw-about-owner__screen-top span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #606a7e;
}

.sw-about-owner__metric {
	position: relative;
	padding: 20px 2px 15px;
}

.sw-about-owner__metric + .sw-about-owner__metric {
	border-top: 1px solid rgba(255, 255, 255, 0.045);
}

.sw-about-owner__metric small,
.sw-about-owner__metric strong,
.sw-about-owner__metric i {
	display: block;
}

.sw-about-owner__metric small {
	margin-bottom: 7px;
	color: #64718a;
	font-family: var(--mono, monospace);
	font-size: 7px;
	letter-spacing: 0.13em;
}

.sw-about-owner__metric strong {
	margin-bottom: 12px;
	color: #e9effc;
	font-size: 19px;
	line-height: 1;
}

.sw-about-owner__metric i {
	position: relative;
	height: 4px;
	overflow: hidden;
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.05);
}

.sw-about-owner__metric i::after {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: var(--level);
	border-radius: inherit;
	background: linear-gradient(90deg, #4bcff2, #7864ff);
	box-shadow: 0 0 14px rgba(82, 199, 255, 0.24);
}

.sw-about-owner__content h2 {
	margin-bottom: 22px;
	font-size: clamp(34px, 4vw, 56px);
}

.sw-about-owner__content > p {
	margin: 0 0 15px;
	color: #929caf;
	font-size: 15px;
	line-height: 1.78;
}

.sw-about-owner__points {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 27px;
}

.sw-about-owner__points span {
	position: relative;
	padding: 9px 12px 9px 28px;
	border: 1px solid rgba(255, 255, 255, 0.065);
	border-radius: 999px;
	color: #8792a7;
	background: rgba(255, 255, 255, 0.018);
	font-size: 9px;
}

.sw-about-owner__points span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 12px;
	width: 6px;
	height: 6px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #67e2bd;
	box-shadow: 0 0 9px rgba(103, 226, 189, 0.55);
}

/* Method */

.sw-about-method__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 11px;
}

.sw-about-method__grid article {
	position: relative;
	min-height: 245px;
	padding: 25px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.068);
	border-radius: 22px;
	background: linear-gradient(155deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.008));
	transition: transform 0.32s var(--ease, ease), border-color 0.32s ease;
}

.sw-about-method__grid article::after {
	content: "";
	position: absolute;
	right: -38px;
	bottom: -38px;
	width: 115px;
	height: 115px;
	border: 1px solid rgba(105, 194, 255, 0.075);
	border-radius: 50%;
	box-shadow: 0 0 0 22px rgba(105, 194, 255, 0.016);
}

.sw-about-method__grid article:hover {
	transform: translateY(-4px);
	border-color: rgba(106, 198, 255, 0.15);
}

.sw-about-method__grid article > span {
	display: block;
	margin-bottom: 42px;
	color: #6f7d96;
	font-family: var(--mono, monospace);
	font-size: 10px;
}

.sw-about-method__grid h3 {
	margin: 0 0 12px;
	color: #e8ecf6;
	font-size: 18px;
	font-weight: 650;
	line-height: 1.25;
}

.sw-about-method__grid p {
	margin: 0;
	color: #8792a5;
	font-size: 12px;
	line-height: 1.68;
}

/* Personal */

.sw-about-personal__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
	align-items: center;
	gap: clamp(44px, 8vw, 112px);
}

.sw-about-personal__content h2 {
	margin-bottom: 24px;
}

.sw-about-personal__content p {
	max-width: 730px;
	margin: 0 0 16px;
	color: #929caf;
	font-size: 15px;
	line-height: 1.82;
}

.sw-about-personal__facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.sw-about-personal__facts div {
	min-height: 132px;
	padding: 21px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 20px;
	background:
		radial-gradient(circle at 100% 0, rgba(110, 83, 255, 0.08), transparent 40%),
		linear-gradient(150deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.009));
}

.sw-about-personal__facts small,
.sw-about-personal__facts strong {
	display: block;
}

.sw-about-personal__facts small {
	margin-bottom: 34px;
	color: #6e7a91;
	font-family: var(--mono, monospace);
	font-size: 8px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.sw-about-personal__facts strong {
	color: #e5eaf5;
	font-size: 14px;
	line-height: 1.35;
}

/* CTA */

.sw-about-cta {
	position: relative;
	padding: clamp(76px, 10vw, 140px) 0 clamp(90px, 11vw, 155px);
}

.sw-about-cta__card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.62fr);
	align-items: end;
	gap: clamp(42px, 7vw, 96px);
	overflow: hidden;
	padding: clamp(34px, 6vw, 72px);
	border: 1px solid rgba(255, 255, 255, 0.085);
	border-radius: 32px;
	background:
		radial-gradient(circle at 90% 5%, rgba(111, 88, 255, 0.18), transparent 34%),
		radial-gradient(circle at 0 100%, rgba(43, 204, 231, 0.09), transparent 31%),
		linear-gradient(145deg, rgba(18, 21, 33, 0.97), rgba(7, 9, 15, 0.99));
	box-shadow: 0 44px 120px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.sw-about-cta__card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, rgba(255, 255, 255, 0.035), transparent 28%),
		linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
	background-size: auto, 48px 48px, 48px 48px;
	-webkit-mask-image: linear-gradient(90deg, #000, transparent 74%);
	mask-image: linear-gradient(90deg, #000, transparent 74%);
	pointer-events: none;
}

.sw-about-cta__content,
.sw-about-cta__links {
	position: relative;
	z-index: 2;
}

.sw-about-cta h2 {
	margin: 25px 0 21px;
	font-size: clamp(35px, 4.5vw, 60px);
}

.sw-about-cta__content > p {
	max-width: 650px;
	margin: 0;
	color: #929caf;
	font-size: 15px;
	line-height: 1.78;
}

.sw-about-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.sw-about-cta__links {
	display: grid;
	gap: 9px;
}

.sw-about-cta__links > a,
.sw-about-cta__links > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"label icon"
		"value icon";
	align-items: center;
	gap: 4px 16px;
	padding: 17px 18px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 17px;
	background: rgba(255, 255, 255, 0.022);
	transition: transform 0.28s var(--ease, ease), border-color 0.28s ease, background 0.28s ease;
}

.sw-about-cta__links > a:hover {
	transform: translateX(-4px);
	border-color: rgba(105, 198, 255, 0.16);
	background: rgba(68, 155, 255, 0.04);
}

.sw-about-cta__links span {
	grid-area: label;
	color: #6e7a91;
	font-family: var(--mono, monospace);
	font-size: 8px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.sw-about-cta__links strong {
	grid-area: value;
	color: #e5eaf5;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}

.sw-about-cta__links i {
	grid-area: icon;
	color: #8290a8;
	font-size: 15px;
	font-style: normal;
}

.sw-about-cta__links > div i {
	color: #66e4bc;
	font-size: 9px;
	text-shadow: 0 0 12px rgba(102, 228, 188, 0.7);
}

.sw-about-cta__note {
	margin: 14px 8px 0;
	color: #5f6879;
	font-size: 8px;
	line-height: 1.55;
}

/* Readability floor for compact technical labels */

.sw-about-console__top > span,
.sw-about-console__top small,
.sw-about-console__line small,
.sw-about-orbit__node,
.sw-about-timeline__eyebrow,
.sw-about-timeline__tags span,
.sw-about-principle__quote footer,
.sw-about-skill__number,
.sw-about-skill li,
.sw-about-owner__metric small,
.sw-about-personal__facts small,
.sw-about-cta__links span,
.sw-about-cta__note {
	font-size: 10px;
}

.sw-about-owner__points span {
	font-size: 11px;
}

.sw-about-method__grid article p,
.sw-about-cta__links strong {
	font-size: 14px;
}

.sw-about-cta {
	content-visibility: auto;
	contain-intrinsic-size: 620px;
}

/* Animation */

@keyframes sw-about-status-pulse {
	0% { transform: scale(0.65); opacity: 0.85; }
	100% { transform: scale(1.9); opacity: 0; }
}

@keyframes sw-about-signal {
	0%, 100% { transform: scaleY(0.72); opacity: 0.55; }
	50% { transform: scaleY(1); opacity: 1; }
}

@keyframes sw-about-orbit-one {
	to { transform: translate(-50%, -50%) rotate(341deg); }
}

@keyframes sw-about-orbit-two {
	to { transform: translate(-50%, -50%) rotate(-329deg); }
}

/* Adaptive */

@media (max-width: 1120px) {
	.sw-about-hero__layout {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
		gap: 42px;
	}

	.sw-about-hero__visual {
		min-height: 540px;
	}

	.sw-about-skills {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sw-about-skill--wide {
		grid-column: span 2;
	}

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

@media (max-width: 900px) {
	.sw-about-hero__layout,
	.sw-about-section__head,
	.sw-about-principle__grid,
	.sw-about-owner__card,
	.sw-about-personal__layout,
	.sw-about-cta__card {
		grid-template-columns: 1fr;
	}

	.sw-about-hero__layout {
		gap: 60px;
	}

	.sw-about-hero__content {
		max-width: 780px;
	}

	.sw-about-hero__visual {
		width: min(100%, 590px);
		margin-inline: auto;
	}

	.sw-about-section__head {
		align-items: start;
		gap: 24px;
	}

	.sw-about-section__head > p {
		max-width: 720px;
	}

	.sw-about-principle__quote {
		min-height: 380px;
	}

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

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

	.sw-about-direction:last-child {
		grid-column: 1 / -1;
	}

	.sw-about-skill--wide {
		grid-column: span 2;
	}

	.sw-about-owner__visual {
		min-height: 430px;
	}

	.sw-about-personal__facts {
		max-width: 650px;
	}

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

	.sw-about-cta__links > div:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 640px) {
	.sw-about {
		padding-top: 68px;
	}

	.sw-about-breadcrumbs {
		padding-top: 20px;
	}

	.sw-about-hero {
		padding-top: 38px;
		padding-bottom: 58px;
	}

	.sw-about-section {
		padding: 54px 0;
		contain-intrinsic-size: 920px;
	}

	.sw-about-hero h1 {
		font-size: clamp(42px, 13vw, 58px);
	}

	.sw-about-hero__lead {
		font-size: 15px;
		line-height: 1.72;
	}

	.sw-about-hero__actions,
	.sw-about-cta__actions {
		display: grid;
	}

	.sw-about-hero__actions .btn,
	.sw-about-cta__actions .btn {
		width: 100%;
	}

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

	.sw-about-hero__visual {
		min-height: 510px;
	}

	.sw-about-console {
		min-height: 455px;
		border-radius: 22px;
		transform: translate(-50%, -50%);
	}

	.sw-about-console__body {
		padding: 16px;
	}

	.sw-about-console__line {
		grid-template-columns: 38px minmax(0, 1fr);
		min-height: 72px;
		padding: 10px 12px;
	}

	.sw-about-console__prompt {
		width: 38px;
		height: 38px;
	}

	.sw-about-orbit {
		width: 470px;
		height: 470px;
	}

	.sw-about-orbit__node--one { transform: translate(-235px, -22px); }
	.sw-about-orbit__node--two { transform: translate(190px, -119px); }
	.sw-about-orbit__node--three { transform: translate(185px, 132px); }

	.sw-about-section h2,
	.sw-about-cta h2 {
		font-size: clamp(33px, 10vw, 45px);
	}

	.sw-about-timeline::before {
		left: 22px;
	}

	.sw-about-timeline__item {
		grid-template-columns: 45px minmax(0, 1fr);
		gap: 13px;
	}

	.sw-about-timeline__marker {
		justify-content: start;
		padding-top: 22px;
	}

	.sw-about-timeline__marker span {
		width: 44px;
		height: 44px;
		border-radius: 14px;
	}

	.sw-about-timeline__content {
		padding: 23px 20px;
		border-radius: 20px;
	}

	.sw-about-timeline__content p,
	.sw-about-owner__content > p,
	.sw-about-personal__content p {
		font-size: 14px;
	}

	.sw-about-principle__statement,
	.sw-about-principle__quote {
		padding: 27px 22px;
		border-radius: 22px;
	}

	.sw-about-skills,
	.sw-about-directions__grid,
	.sw-about-method__grid,
	.sw-about-personal__facts,
	.sw-about-cta__links {
		grid-template-columns: 1fr;
	}

	.sw-about-direction,
	.sw-about-direction:last-child {
		grid-column: auto;
		min-height: 0;
	}

	.sw-about-skill,
	.sw-about-skill--wide {
		grid-column: auto;
		min-height: 0;
	}

	.sw-about-owner__card {
		padding: 22px 18px 30px;
		border-radius: 23px;
	}

	.sw-about-owner__visual {
		min-height: 365px;
	}

	.sw-about-owner__points {
		display: grid;
	}

	.sw-about-method__grid article {
		min-height: 210px;
	}

	.sw-about-personal__facts div {
		min-height: 110px;
	}

	.sw-about-personal__facts small {
		margin-bottom: 24px;
	}

	.sw-about-cta__card {
		padding: 29px 20px;
		border-radius: 23px;
	}

	.sw-about-cta__links > div:last-child {
		grid-column: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sw-about-kicker__dot::after,
	.sw-about-console__signal span,
	.sw-about-orbit__ring {
		animation: none !important;
	}

	.sw-about-console__line,
	.sw-about-timeline__content,
	.sw-about-skill,
	.sw-about-method__grid article,
	.sw-about-cta__links > a {
		transition: none !important;
	}
}
