.landing-minifolio {
	--home-bg: #f3f8ff;
	--home-bg-soft: #e8f2ff;
	--home-ink: #0f172a;
	--home-muted: #5b6472;
	--home-line: rgba(15, 23, 42, 0.12);
	--home-panel: #ffffff;
	--home-dark: #050b14;
	--home-dark-2: #0b1220;
	--home-accent: var(--theme, #38bdf8);
	--home-marquee-height: 50px;
	overflow-x: clip;
}

.public-page {
	--page-bg: #f3f8ff;
	--page-bg-soft: #e8f2ff;
	--page-ink: #0f172a;
	--page-muted: #5b6472;
	--page-line: rgba(15, 23, 42, 0.12);
	--page-panel: #ffffff;
	--page-dark: #050b14;
	--page-dark-2: #0b1220;
	--page-accent: var(--theme, #38bdf8);
	overflow-x: clip;
	background: var(--page-bg);
	color: var(--page-ink);
}

.landing-minifolio *,
.landing-minifolio *::before,
.landing-minifolio *::after,
.public-page *,
.public-page *::before,
.public-page *::after {
	box-sizing: border-box;
	min-width: 0;
}

.landing-minifolio img,
.public-page img {
	max-width: 100%;
	height: auto;
}

.header-main .main-menu ul li.active > a,
.header-main .main-menu ul li a.active,
.header-main .main-menu ul li a.active-link {
	color: var(--theme, #38bdf8) !important;
}

.header-main .main-menu ul li.active > a::before,
.header-main .main-menu ul li a.active::before,
.header-main .main-menu ul li a.active-link::before {
	position: absolute;
	right: 0;
	bottom: 12px;
	left: 0;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(56, 189, 248, 0.18), #38bdf8, rgba(37, 99, 235, 0.18));
	content: "";
}

.landing-minifolio .hero-content h1,
.landing-minifolio .section-title h2,
.landing-minifolio h2,
.landing-minifolio h3,
.public-page h1,
.public-page h2,
.public-page h3 {
	overflow-wrap: anywhere;
}

.landing-minifolio .type-text {
	display: inline-block;
	max-width: 100%;
}

.landing-minifolio .hero-section.hero-1 {
	isolation: isolate;
	overflow: visible;
	overflow-x: clip;
	background: #050b14;
	z-index: 1000;
}

.landing-minifolio .hero-section.hero-1::before {
	z-index: -2;
	background:
		radial-gradient(ellipse at 50% 24%, rgba(255, 255, 255, 0.1), transparent 20%),
		radial-gradient(ellipse at 58% 30%, rgba(56, 189, 248, 0.24), transparent 34%),
		linear-gradient(115deg, rgba(5, 11, 20, 0.98) 0%, rgba(5, 11, 20, 0.88) 34%, rgba(5, 11, 20, 0.64) 52%, rgba(5, 11, 20, 0.94) 100%),
		#050b14;
}

.landing-minifolio .hero-portrait-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}

.landing-minifolio .hero-portrait-bg::before,
.landing-minifolio .hero-portrait-bg::after {
	position: absolute;
	inset: 0;
	content: "";
}

.landing-minifolio .hero-portrait-bg::before {
	z-index: 0;
	background:
		radial-gradient(ellipse at 50% 32%, rgba(255, 255, 255, 0.16), transparent 20%),
		radial-gradient(ellipse at 55% 36%, rgba(56, 189, 248, 0.28), transparent 38%),
		radial-gradient(ellipse at 50% 78%, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.28) 42%, transparent 78%),
		linear-gradient(180deg, transparent 68%, rgba(5, 11, 20, 0.42) 100%);
}

.landing-minifolio .hero-portrait-bg::after {
	z-index: 1;
	background:
		radial-gradient(ellipse at 50% 30%, rgba(56, 189, 248, 0.22), transparent 28%),
		radial-gradient(ellipse at 50% 66%, rgba(255, 255, 255, 0.08), transparent 22%);
	mix-blend-mode: screen;
	opacity: 0.86;
}

.landing-minifolio .hero-portrait-bg img {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	min-height: 0;
	border-radius: 0;
	box-shadow: none;
	filter: saturate(1.08) contrast(1.1) brightness(1.02) drop-shadow(0 34px 58px rgba(0, 0, 0, 0.48)) drop-shadow(0 0 36px rgba(56, 189, 248, 0.18));
	object-fit: contain;
	object-position: center bottom;
	opacity: 1;
	transform: translate3d(0, clamp(54px, 7vh, 92px), 0);
	animation: none;
}

.landing-minifolio .hero-1 .container {
	position: relative;
	z-index: 4;
}

.landing-minifolio .hero-1 .hero-info {
	position: absolute;
	top: 50%;
	left: clamp(42px, 3.2vw, 56px);
	z-index: 7;
	padding: 7px 12px;
	border: 1px solid rgba(125, 211, 252, 0.28);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(4, 15, 28, 0.96), rgba(7, 26, 45, 0.94));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 16px 42px rgba(0, 0, 0, 0.22);
	transform: translate(-50%, -50%) rotate(-90deg);
	transform-origin: center;
}

.landing-minifolio .hero-1 .hero-info a {
	padding: 2px 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.86;
}

.landing-minifolio .hero-1 .arrow-right-shape,
.landing-minifolio .hero-1 .arrow-shape,
.landing-minifolio .hero-1 .arrow-up {
	position: absolute;
	z-index: 1;
}

.landing-minifolio .hero-1 .arrow-right-shape {
	inset: 0;
	z-index: -1;
	overflow: hidden;
	pointer-events: none;
}

.landing-minifolio .hero-1 .arrow-right-shape img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	opacity: 0.42;
}

.landing-minifolio .hero-1 .hero-content {
	position: relative;
	z-index: 5;
	padding-top: clamp(268px, 31vh, 330px);
	text-shadow: 0 24px 70px rgba(0, 0, 0, 0.62);
}

.landing-minifolio .hero-1 .hero-content .text-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: fit-content;
	margin: 0 0 clamp(2px, 0.8vh, 8px);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #e0f2fe;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-shadow:
		0 2px 12px rgba(2, 6, 23, 0.82),
		0 0 18px rgba(56, 189, 248, 0.2);
	-webkit-text-stroke: 0;
}

.landing-minifolio .hero-1 .hero-content .text-2 img {
	margin-right: 0;
}

.landing-minifolio .hero-1 .hero-content .text-2 i {
	color: #7dd3fc;
	font-size: 10px;
}

.landing-minifolio .hero-1 .hero-content h1 .hero-title-line {
	display: block;
	line-height: 1;
	white-space: nowrap;
}

.landing-minifolio .hero-1 .hero-content h1 .type-text {
	display: block;
	width: 18ch;
	max-width: 100%;
	min-height: 1.12em;
	margin-top: clamp(4px, 0.8vh, 10px);
	color: #bfdbfe;
	font-size: clamp(22px, 0.42em, 38px);
	font-weight: 800;
	line-height: 1.08;
	justify-self: center;
	text-align: center;
	text-shadow: 0 14px 36px rgba(14, 165, 233, 0.22);
	transform: none;
	white-space: nowrap;
}

.landing-minifolio .hero-1 .hero-content h1 span.style-2 {
	color: #ffffff;
	font-size: inherit;
	font-weight: inherit;
	-webkit-text-stroke-color: transparent;
	-webkit-text-stroke-width: 0;
}

.landing-minifolio .hero-1 .hero-content h1 {
	display: grid;
	width: max-content;
	max-width: 100%;
	justify-items: start;
	text-align: left;
	margin-inline: auto;
	-webkit-text-stroke: 1px rgba(226, 242, 255, 0.34);
	text-shadow:
		0 2px 0 rgba(2, 6, 23, 0.36),
		0 18px 52px rgba(2, 6, 23, 0.64),
		0 0 28px rgba(56, 189, 248, 0.16);
}

.landing-minifolio .hero-1 .hero-content .hero-bottom {
	margin-left: 0;
}

.landing-minifolio .hero-1 .hero-content .hero-bottom .hero-btn-wrapper {
	justify-content: center;
	margin-top: 36px;
}

.landing-minifolio .hero-1 .hero-content .hero-bottom .hero-btn-wrapper .video-btn {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 5px 18px 5px 5px;
	border: 1px solid rgba(125, 211, 252, 0.68);
	border-radius: 999px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 42%),
		linear-gradient(135deg, #075985 0%, #1d4ed8 100%);
	box-shadow:
		0 14px 34px rgba(2, 6, 23, 0.34),
		0 8px 24px rgba(37, 99, 235, 0.22);
	color: #ffffff;
	text-shadow: none;
	transition:
		transform 0.25s ease,
		border-color 0.25s ease,
		background-color 0.25s ease,
		box-shadow 0.25s ease;
}

.landing-minifolio .hero-1 .hero-content .hero-bottom .hero-btn-wrapper .video-btn .icon {
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	border: 1px solid rgba(255, 255, 255, 0.86);
	background: #f8fafc;
	box-shadow: 0 6px 16px rgba(2, 6, 23, 0.18);
}

.landing-minifolio .hero-1 .hero-content .hero-bottom .hero-btn-wrapper .video-btn .icon i {
	color: #0369a1;
}

.landing-minifolio .hero-1 .hero-content .hero-bottom .hero-btn-wrapper .video-btn .text {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.landing-minifolio .hero-1 .hero-content h1,
.landing-minifolio .hero-1 .hero-content .hero-bottom p,
.landing-minifolio .hero-1 .hero-content .hero-bottom .video-btn .text,
.landing-minifolio .hero-1 .hero-info a {
	color: #ffffff;
}

.landing-minifolio .hero-1 .hero-content .hero-bottom p {
	color: rgba(255, 255, 255, 0.76);
}

.home-skill-marquee {
	position: relative;
	z-index: 8;
	display: flex;
	min-height: var(--home-marquee-height);
	align-items: center;
	overflow: hidden;
	border-top: 1px solid rgba(125, 211, 252, 0.16);
	border-bottom: 1px solid rgba(125, 211, 252, 0.16);
	background:
		linear-gradient(90deg, rgba(56, 189, 248, 0.11), transparent 22%, transparent 78%, rgba(37, 99, 235, 0.12)),
		#06111f;
	color: #ffffff;
}

.home-skill-marquee.premium-reveal,
.home-skill-marquee.is-visible {
	opacity: 1 !important;
	filter: none !important;
	transform: none !important;
	transition: none !important;
}

.home-marquee-track {
	display: flex;
	width: max-content;
	align-items: center;
	padding: 11px 0;
	white-space: nowrap;
	animation: home-marquee 36s linear infinite;
	will-change: transform;
}

.home-marquee-group {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 18px;
	padding-right: 18px;
}

.home-marquee-track span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #e8f7ff;
	font-size: clamp(11px, 0.7vw, 12px);
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.1;
	text-shadow: 0 8px 22px rgba(14, 165, 233, 0.18);
	text-transform: uppercase;
}

.home-marquee-track span::before {
	display: none;
}

.home-marquee-track i {
	display: inline-flex;
	color: var(--home-accent);
	font-size: 9px;
	opacity: 0.72;
}

@media (min-width: 1200px) {
	.landing-minifolio {
		--home-marquee-height: 50px;
	}

	.landing-minifolio .hero-section.hero-1 {
		display: grid;
		height: calc(100dvh - var(--home-marquee-height));
		min-height: calc(100dvh - var(--home-marquee-height));
		align-items: end;
		padding: 0;
	}

	.landing-minifolio .hero-1 .container {
		display: flex;
		width: 100%;
		align-items: flex-end;
		justify-content: center;
		align-self: stretch;
		padding-bottom: clamp(34px, 4.7vh, 58px);
	}

	.landing-minifolio .hero-1 .container > .row {
		width: 100%;
	}

	.landing-minifolio .hero-1 .hero-content {
		padding-top: clamp(168px, 20vh, 238px);
		padding-bottom: 0;
	}

	.landing-minifolio .hero-1 .hero-content .text-2 {
		padding: 0;
		font-size: clamp(11px, 0.68vw, 12px);
	}

	.landing-minifolio .hero-content h1 {
		margin-bottom: clamp(12px, 1.6vh, 20px);
		font-size: clamp(52px, 6vw, 92px);
		line-height: 1;
	}

	.landing-minifolio .hero-1 .hero-content .hero-bottom .hero-btn-wrapper {
		gap: 16px;
		margin-top: clamp(18px, 2.8vh, 28px);
	}

	.landing-minifolio .hero-1 .hero-content .hero-bottom .hero-btn-wrapper .theme-btn {
		display: inline-flex;
		min-height: 48px;
		align-items: center;
		justify-content: center;
		padding: 15px 22px;
		font-size: 14px;
		line-height: 1;
	}

	.home-skill-marquee {
		min-height: var(--home-marquee-height);
	}

	.home-marquee-track {
		padding-block: 11px;
	}

	.home-marquee-track span {
		font-size: clamp(11px, 0.7vw, 12px);
	}
}

@media (min-width: 1200px) and (max-height: 840px) {
	.landing-minifolio {
		--home-marquee-height: 46px;
	}

	.landing-minifolio .hero-1 .container {
		padding-bottom: clamp(22px, 3.4vh, 36px);
	}

	.landing-minifolio .hero-1 .hero-content {
		padding-top: clamp(136px, 16vh, 190px);
	}

	.landing-minifolio .hero-content h1 {
		margin-bottom: 12px;
		font-size: clamp(46px, 5.2vw, 76px);
		line-height: 1;
	}

	.landing-minifolio .hero-1 .hero-content .hero-bottom .hero-btn-wrapper {
		margin-top: 16px;
	}

	.landing-minifolio .hero-1 .hero-content .text-2 {
		padding: 0;
	}

	.landing-minifolio .hero-1 .hero-content .hero-bottom .hero-btn-wrapper .theme-btn,
	.landing-minifolio .hero-1 .hero-content .hero-bottom .hero-btn-wrapper .video-btn {
		min-height: 44px;
	}

	.landing-minifolio .hero-1 .hero-content .hero-bottom .hero-btn-wrapper .video-btn .icon {
		width: 34px;
		height: 34px;
		flex-basis: 34px;
	}

	.home-marquee-track {
		padding-block: 9px;
	}
}

.home-section {
	position: relative;
	padding: 112px 0;
	overflow: hidden;
}

.home-about-section,
.home-project-section,
.home-insight-section {
	background:
		linear-gradient(135deg, rgba(56, 189, 248, 0.08), transparent 32%),
		var(--home-bg);
	color: var(--home-ink);
}

.home-capability-section {
	background:
		radial-gradient(circle at 12% 12%, rgba(56, 189, 248, 0.12), transparent 28%),
		linear-gradient(180deg, #050b14 0%, #0b1220 100%);
	color: #ffffff;
}

.home-section-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
	gap: 48px;
	align-items: end;
	margin-bottom: 56px;
}

.home-section-header-center {
	grid-template-columns: 1fr;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.home-section-header-center p {
	max-width: 760px;
	margin: 18px auto 0;
}

.home-section-header-center .home-primary-link {
	justify-self: center;
	min-width: min(100%, 320px);
}

.home-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 18px;
	color: var(--home-accent);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home-eyebrow i {
	font-size: 13px;
}

.home-section h2 {
	max-width: 820px;
	margin: 0;
	color: inherit;
	font-size: clamp(36px, 5vw, 76px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
}

.home-section h2 span {
	color: var(--home-accent);
}

.home-section-copy p,
.home-section-header p {
	margin: 0;
	color: var(--home-muted);
	font-size: 16px;
	line-height: 1.85;
}

.home-capability-section .home-section-header p {
	color: rgba(255, 255, 255, 0.68);
}

.home-primary-link,
.home-text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-weight: 900;
	text-transform: uppercase;
	transition:
		transform 0.25s ease,
		background-color 0.25s ease,
		color 0.25s ease,
		border-color 0.25s ease;
}

.home-primary-link {
	min-height: 52px;
	margin-top: 26px;
	padding: 0 24px;
	border-radius: 999px;
	background: var(--home-accent);
	color: var(--home-ink);
	font-size: 13px;
}

.home-text-link {
	margin-top: auto;
	color: var(--home-ink);
	font-size: 12px;
	letter-spacing: 0.04em;
}

.home-card {
	position: relative;
	border: 1px solid var(--home-line);
	border-radius: 18px;
	box-shadow: 0 18px 48px rgba(17, 23, 15, 0.08);
	transition:
		transform 0.28s ease,
		border-color 0.28s ease,
		box-shadow 0.28s ease;
}

.home-about-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
	gap: 24px;
	align-items: stretch;
	margin-bottom: 24px;
}

.home-profile-card {
	overflow: hidden;
	background: var(--home-dark-2);
	color: #ffffff;
}

.home-profile-media {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #0b0f0b;
}

.home-profile-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-profile-summary {
	padding: 24px;
}

.home-profile-summary span,
.home-project-content > span,
.home-post-meta,
.home-card-topline span {
	color: var(--home-accent);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.home-profile-name,
.home-focus-item h3,
.home-metric-card h3,
.home-capability-card h3,
.home-project-content h3,
.home-insight-content h3 {
	margin: 0;
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: 0;
}

.home-profile-name {
	margin-top: 8px;
	color: #ffffff;
	font-size: 34px;
}

.home-profile-summary p:not(.home-profile-name) {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.68);
}

.home-focus-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.home-focus-item {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	gap: 22px;
	padding: 24px;
	background: var(--home-panel);
}

.home-focus-icon {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 50%;
	background: var(--home-dark);
	color: var(--home-accent);
}

.home-focus-item h3 {
	color: var(--home-ink);
	font-size: 22px;
}

.home-focus-item p,
.home-metric-card p,
.home-capability-card p,
.home-project-content p,
.home-insight-content p {
	margin: 12px 0 0;
	color: var(--home-muted);
	font-size: 15px;
	line-height: 1.75;
}

.home-metrics-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.home-metric-card {
	padding: 30px;
	background: var(--home-dark-2);
	color: #ffffff;
}

.home-metric-card strong {
	display: block;
	color: #ffffff;
	font-size: clamp(44px, 5vw, 72px);
	font-weight: 900;
	line-height: 0.9;
	font-variant-numeric: tabular-nums;
}

.home-metric-card h3 {
	margin-top: 18px;
	color: #ffffff;
	font-size: 22px;
}

.home-metric-card p {
	color: rgba(255, 255, 255, 0.68);
}

.home-capability-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.home-capability-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	padding: 26px;
	border-color: rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	box-shadow: none;
}

.home-card-topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 34px;
}

.home-card-topline i {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid rgba(56, 189, 248, 0.24);
	border-radius: 50%;
	color: var(--home-accent);
}

.home-capability-card h3 {
	color: #ffffff;
	font-size: 24px;
}

.home-capability-card p {
	color: rgba(255, 255, 255, 0.68);
}

.home-capability-card .home-text-link {
	color: #ffffff;
}

.home-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 22px 0 26px;
}

.home-tag-list span {
	border: 1px solid rgba(56, 189, 248, 0.2);
	border-radius: 999px;
	padding: 7px 10px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.home-project-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
	gap: clamp(18px, 2vw, 24px);
	align-items: stretch;
}

.home-insight-grid {
	display: grid;
	max-width: 1080px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin: 0 auto;
	align-items: stretch;
}

.home-project-card,
.home-insight-card {
	overflow: hidden;
	background: rgba(255, 255, 255, 0.96);
	box-shadow:
		0 24px 70px rgba(15, 23, 42, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.home-project-card {
	display: grid;
	grid-template-rows: auto 1fr;
	min-height: 100%;
}

.home-project-card-featured {
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr;
	min-height: 100%;
}

.home-insight-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
}

.home-project-media,
.home-insight-media {
	position: relative;
	display: block;
	overflow: hidden;
	isolation: isolate;
	flex: 0 0 auto;
	background:
		linear-gradient(135deg, rgba(56, 189, 248, 0.14), transparent 42%),
		#dbeafe;
}

.home-project-media::after,
.home-insight-media::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, transparent 46%, rgba(5, 11, 20, 0.16) 100%),
		radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.18), transparent 28%);
	content: "";
	pointer-events: none;
}

.home-project-media,
.home-project-card:not(.home-project-card-featured) .home-project-media,
.home-project-card-featured .home-project-media {
	aspect-ratio: 16 / 10;
}

.home-project-card-featured .home-project-media {
	min-height: 0;
}

.home-insight-media {
	aspect-ratio: 16 / 9;
}

.home-project-media img,
.home-insight-media img {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition:
		transform 0.45s ease,
		filter 0.45s ease;
}

.home-project-content,
.home-insight-content {
	display: flex;
	min-height: 0;
	flex: 1;
	flex-direction: column;
	padding: clamp(20px, 2.2vw, 28px);
}

.home-project-card-featured .home-project-content {
	justify-content: flex-start;
	padding: clamp(20px, 2.2vw, 28px);
}

.home-project-meta,
.home-post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	color: var(--home-muted);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-project-meta span:first-child {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid rgba(56, 189, 248, 0.24);
	border-radius: 999px;
	background: rgba(56, 189, 248, 0.1);
	color: var(--home-accent);
}

.home-project-meta span:last-child,
.home-post-meta span:first-child {
	border: 1px solid rgba(56, 189, 248, 0.18);
	border-radius: 999px;
	padding: 7px 10px;
	color: var(--home-accent);
}

.home-project-content h3,
.home-insight-content h3 {
	margin-top: 16px;
	color: var(--home-ink);
	font-size: clamp(20px, 1.45vw, 24px);
}

.home-project-card:not(.home-project-card-featured) .home-project-content h3,
.home-insight-content h3 {
	font-size: clamp(20px, 1.45vw, 24px);
}

.home-project-content h3 a,
.home-insight-content h3 a {
	color: inherit;
	transition: color 0.25s ease;
}

.home-project-content h3 a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.home-project-content p,
.home-insight-content p {
	margin-bottom: 22px;
}

.home-project-content p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.home-project-footer,
.home-insight-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid var(--home-line);
}

.home-project-footer > span,
.home-insight-footer > span {
	color: var(--home-muted);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-empty-state {
	border: 1px dashed var(--home-line);
	border-radius: 18px;
	padding: 34px;
	color: var(--home-muted);
	text-align: center;
}

.public-hero {
	--hero-accent-primary: rgba(56, 189, 248, 0.24);
	--hero-accent-secondary: rgba(37, 99, 235, 0.2);
	--hero-accent-tertiary: rgba(14, 165, 233, 0.14);
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: clamp(128px, 12vw, 168px) 0 clamp(56px, 6vw, 78px);
	background:
		linear-gradient(122deg, rgba(2, 6, 23, 0.96) 0%, rgba(5, 11, 20, 0.9) 34%, rgba(7, 24, 44, 0.86) 68%, rgba(8, 32, 58, 0.92) 100%),
		linear-gradient(135deg, #020617 0%, #07111f 48%, #102136 100%);
	color: #ffffff;
}

.public-hero::before {
	position: absolute;
	inset: -30% -12% -20%;
	z-index: 0;
	background:
		linear-gradient(116deg, transparent 0%, transparent 22%, var(--hero-accent-primary) 34%, rgba(59, 130, 246, 0.12) 48%, transparent 64%, transparent 100%),
		linear-gradient(38deg, transparent 0%, transparent 38%, var(--hero-accent-tertiary) 43%, transparent 56%, transparent 100%),
		radial-gradient(ellipse at 74% 24%, var(--hero-accent-primary), transparent 54%),
		radial-gradient(ellipse at 12% 84%, var(--hero-accent-secondary), transparent 52%);
	opacity: 0.9;
	content: "";
	pointer-events: none;
	transform: translate3d(-1.4%, 0, 0) scale(1.01);
}

.public-hero::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(2, 6, 23, 0.22) 0%, transparent 38%, rgba(2, 6, 23, 0.62) 100%),
		repeating-linear-gradient(132deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 24px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 20%, transparent 76%, rgba(255, 255, 255, 0.06));
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.74) 72%, transparent 100%);
	content: "";
	opacity: 0.72;
	pointer-events: none;
}

.public-hero > .container {
	position: relative;
	z-index: 2;
}

.public-hero-about {
	--hero-accent-secondary: rgba(99, 102, 241, 0.2);
}

.public-hero-experience {
	--hero-accent-primary: rgba(34, 211, 238, 0.22);
	--hero-accent-secondary: rgba(37, 99, 235, 0.22);
}

.public-hero-portfolio {
	--hero-accent-primary: rgba(96, 165, 250, 0.24);
	--hero-accent-secondary: rgba(14, 165, 233, 0.2);
}

.public-hero-blog {
	--hero-accent-primary: rgba(56, 189, 248, 0.22);
	--hero-accent-secondary: rgba(20, 184, 166, 0.18);
}

.public-hero-contact {
	--hero-accent-primary: rgba(125, 211, 252, 0.22);
	--hero-accent-secondary: rgba(29, 78, 216, 0.22);
}

.public-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
	gap: clamp(34px, 6vw, 86px);
	align-items: end;
}

.public-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--page-accent);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.public-hero h1 {
	max-width: 880px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(42px, 5.4vw, 78px);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
}

.public-hero h1 span,
.public-section-title span {
	color: var(--page-accent);
}

.public-hero-lead {
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 16px;
	line-height: 1.78;
}

.public-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin: 0 0 26px;
	padding: 0;
	list-style: none;
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.public-breadcrumb a {
	color: #ffffff;
}

.public-hero-panel,
.public-card,
.public-form-panel,
.public-sidebar-card,
.public-contact-card,
.public-map-card {
	border: 1px solid var(--page-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow:
		0 24px 70px rgba(15, 23, 42, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.public-hero-panel {
	min-width: 0;
	padding: clamp(22px, 3vw, 30px);
	border-color: rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.07);
	color: #ffffff;
	backdrop-filter: blur(16px);
}

.public-hero-panel strong {
	display: block;
	color: #ffffff;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 900;
	line-height: 0.96;
	overflow-wrap: anywhere;
}

.contact-hero-panel strong {
	font-size: clamp(30px, 3.2vw, 44px);
	line-height: 1;
}

.public-hero-panel span,
.public-mini-label {
	display: block;
	color: rgba(255, 255, 255, 0.68);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.public-hero-actions,
.public-card-actions,
.public-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 28px;
}

.public-button,
.public-button-secondary,
.public-text-link {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-weight: 900;
	text-transform: uppercase;
	transition:
		transform 0.25s ease,
		border-color 0.25s ease,
		background-color 0.25s ease,
		color 0.25s ease;
}

.public-button {
	border-radius: 999px;
	padding: 0 22px;
	background: var(--page-accent);
	color: var(--page-ink);
	font-size: 13px;
}

.public-button-secondary {
	border: 1px solid rgba(56, 189, 248, 0.34);
	border-radius: 999px;
	padding: 0 22px;
	color: var(--page-ink);
	font-size: 13px;
}

.public-hero .public-button-secondary {
	color: #ffffff;
}

.public-text-link {
	min-height: auto;
	color: var(--page-ink);
	font-size: 12px;
	letter-spacing: 0.05em;
}

.public-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 24px;
}

.public-chip {
	border: 1px solid rgba(56, 189, 248, 0.2);
	border-radius: 999px;
	padding: 8px 11px;
	background: rgba(56, 189, 248, 0.08);
	color: var(--page-accent);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.public-section {
	position: relative;
	padding: clamp(74px, 8vw, 112px) 0;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(56, 189, 248, 0.08), transparent 32%),
		var(--page-bg);
}

.public-section-light {
	background: var(--page-bg-soft);
}

.public-section-dark {
	background:
		radial-gradient(circle at 12% 12%, rgba(56, 189, 248, 0.12), transparent 28%),
		linear-gradient(180deg, #050b14 0%, #0b1220 100%);
	color: #ffffff;
}

.public-section-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
	gap: clamp(24px, 4vw, 48px);
	align-items: end;
	margin-bottom: clamp(34px, 5vw, 56px);
}

.public-section-header-center {
	display: block;
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.public-section-title {
	max-width: 820px;
	margin: 0;
	color: inherit;
	font-size: clamp(34px, 5vw, 72px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.public-section-copy {
	margin: 0;
	color: var(--page-muted);
	font-size: 16px;
	line-height: 1.85;
}

.public-section-dark .public-section-copy {
	color: rgba(255, 255, 255, 0.68);
}

.public-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
	gap: clamp(18px, 2vw, 24px);
	align-items: stretch;
}

.portfolio-bento-grid {
	display: grid;
	grid-auto-flow: dense;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 24px);
	align-items: stretch;
}

.portfolio-bento-card {
	grid-column: span 3;
	min-height: 100%;
}

.portfolio-bento-card .public-card-body {
	display: flex;
	min-height: 0;
	flex: 1;
	flex-direction: column;
}

.portfolio-bento-card .public-card-body h3 a,
.portfolio-bento-card .public-card-body p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.portfolio-bento-card .public-card-body h3 a {
	-webkit-line-clamp: 3;
}

.portfolio-bento-card .public-card-body p {
	-webkit-line-clamp: 3;
}

.portfolio-bento-card .public-media {
	aspect-ratio: 16 / 11;
}

.portfolio-bento-1,
.portfolio-bento-2,
.portfolio-bento-3 {
	grid-column: span 4;
}

.portfolio-bento-0,
.portfolio-bento-7 {
	grid-column: 1 / -1;
}

.portfolio-bento-4 {
	grid-column: span 6;
}

.portfolio-bento-5,
.portfolio-bento-6 {
	grid-column: span 3;
}

.portfolio-bento-card:first-child:nth-last-child(5) ~ .portfolio-bento-card:nth-child(5) {
	grid-column: 1 / -1;
}

.portfolio-bento-card:first-child:nth-last-child(6) ~ .portfolio-bento-card:nth-child(5),
.portfolio-bento-card:first-child:nth-last-child(6) ~ .portfolio-bento-card:nth-child(6) {
	grid-column: span 6;
}

.portfolio-bento-0 .public-media,
.portfolio-bento-7 .public-media,
.portfolio-bento-card:first-child:nth-last-child(5) ~ .portfolio-bento-card:nth-child(5) .public-media {
	aspect-ratio: 16 / 7.6;
}

.portfolio-bento-1 .public-media,
.portfolio-bento-2 .public-media,
.portfolio-bento-3 .public-media,
.portfolio-bento-4 .public-media,
.portfolio-bento-card:first-child:nth-last-child(6) ~ .portfolio-bento-card:nth-child(5) .public-media,
.portfolio-bento-card:first-child:nth-last-child(6) ~ .portfolio-bento-card:nth-child(6) .public-media {
	aspect-ratio: 16 / 10;
}

.portfolio-media-badge {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 3;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	padding: 8px 11px;
	background: rgba(5, 11, 20, 0.72);
	color: #ffffff;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition:
		transform 0.25s ease,
		background-color 0.25s ease;
	backdrop-filter: blur(12px);
}

.blog-bento-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 24px);
	align-items: stretch;
}

.blog-bento-card {
	grid-column: span 3;
	min-height: 100%;
}

.blog-bento-card .public-card-body {
	display: flex;
	min-height: 0;
	flex: 1;
	flex-direction: column;
}

.blog-bento-card .public-card-body h3 a,
.blog-bento-card .public-card-body p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.blog-bento-card .public-card-body h3 a {
	-webkit-line-clamp: 3;
}

.blog-bento-card .public-card-body p {
	-webkit-line-clamp: 3;
}

.blog-bento-card .public-media {
	aspect-ratio: 16 / 11;
}

.blog-bento-0,
.blog-bento-1,
.blog-bento-2,
.blog-bento-3 {
	grid-column: span 3;
}

.blog-bento-4,
.blog-bento-5,
.blog-bento-6 {
	grid-column: span 4;
}

.blog-bento-4 .public-media,
.blog-bento-5 .public-media,
.blog-bento-6 .public-media {
	aspect-ratio: 16 / 10;
}

.blog-bento-7 {
	grid-column: span 6;
}

.blog-bento-7 .public-media {
	aspect-ratio: 16 / 8.5;
}

.blog-bento-card:first-child:nth-last-child(1) {
	grid-column: span 12;
}

.blog-bento-card:first-child:nth-last-child(2),
.blog-bento-card:first-child:nth-last-child(2) ~ .blog-bento-card {
	grid-column: span 6;
}

.blog-bento-card:first-child:nth-last-child(3),
.blog-bento-card:first-child:nth-last-child(3) ~ .blog-bento-card {
	grid-column: span 4;
}

.blog-bento-card:first-child:nth-last-child(1) .public-media {
	aspect-ratio: 16 / 7;
}

.blog-bento-card:first-child:nth-last-child(2) .public-media,
.blog-bento-card:first-child:nth-last-child(2) ~ .blog-bento-card .public-media,
.blog-bento-card:first-child:nth-last-child(3) .public-media,
.blog-bento-card:first-child:nth-last-child(3) ~ .blog-bento-card .public-media {
	aspect-ratio: 16 / 9.5;
}

.blog-media-badge,
.blog-media-action {
	position: absolute;
	z-index: 3;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(5, 11, 20, 0.72);
	color: #ffffff;
	backdrop-filter: blur(12px);
	transition:
		transform 0.25s ease,
		background-color 0.25s ease,
		color 0.25s ease;
}

.blog-media-badge {
	top: 16px;
	left: 16px;
	border-radius: 999px;
	padding: 8px 11px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.blog-media-action {
	right: 16px;
	bottom: 16px;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	font-size: 14px;
}

.public-grid-2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 30px);
	align-items: stretch;
}

.public-split {
	display: grid;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(22px, 4vw, 42px);
	align-items: stretch;
}

.public-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: clamp(24px, 4vw, 42px);
	align-items: start;
}

.public-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	overflow: hidden;
	color: var(--page-ink);
	transition:
		transform 0.28s ease,
		border-color 0.28s ease,
		box-shadow 0.28s ease;
}

.public-card-body,
.public-sidebar-card,
.public-form-panel,
.public-contact-card,
.public-map-card {
	padding: clamp(22px, 3vw, 32px);
}

.public-card-icon {
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	margin-bottom: 22px;
	border: 1px solid rgba(56, 189, 248, 0.24);
	border-radius: 50%;
	background: rgba(56, 189, 248, 0.1);
	color: var(--page-accent);
}

.public-card h3,
.public-sidebar-card h3,
.public-form-panel h2,
.public-contact-card h3 {
	margin: 0;
	color: var(--page-ink);
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 900;
	line-height: 1.14;
	letter-spacing: 0;
}

.public-card p,
.public-sidebar-card p,
.public-contact-card p {
	margin: 12px 0 0;
	color: var(--page-muted);
	font-size: 15px;
	line-height: 1.75;
}

.about-strength-section {
	background:
		radial-gradient(circle at 10% 18%, rgba(56, 189, 248, 0.12), transparent 28%),
		radial-gradient(circle at 88% 12%, rgba(37, 99, 235, 0.1), transparent 28%),
		linear-gradient(180deg, #f8fbff 0%, var(--page-bg) 100%);
}

.about-strength-grid {
	grid-template-columns: repeat(12, minmax(0, 1fr));
	align-items: stretch;
}

.about-strength-card {
	position: relative;
	isolation: isolate;
	grid-column: span 4;
	border-color: rgba(15, 23, 42, 0.08);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.9)),
		#ffffff;
	box-shadow:
		0 22px 58px rgba(15, 23, 42, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.about-strength-card::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 18% 12%, rgba(56, 189, 248, 0.16), transparent 32%),
		radial-gradient(circle at 86% 92%, rgba(37, 99, 235, 0.1), transparent 34%);
	content: "";
	opacity: 0.9;
}

.about-strength-card-1 {
	grid-column: span 5;
}

.about-strength-card-2 {
	grid-column: span 4;
}

.about-strength-card-3 {
	grid-column: span 3;
}

.about-strength-body {
	position: relative;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	padding: clamp(24px, 3vw, 36px);
}

.about-strength-top {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: clamp(24px, 3vw, 34px);
}

.about-strength-icon {
	width: 58px;
	height: 58px;
	margin-bottom: 0;
	border-color: rgba(56, 189, 248, 0.34);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(224, 242, 254, 0.96)),
		#ffffff;
	box-shadow: 0 14px 34px rgba(56, 189, 248, 0.16);
	color: #0284c7;
	font-size: 20px;
	transition:
		transform 0.28s ease,
		background 0.28s ease,
		color 0.28s ease;
}

.about-strength-card h3 {
	max-width: 11ch;
	color: #07111f;
	font-size: clamp(25px, 2.6vw, 36px);
	line-height: 1;
}

.about-strength-card p {
	max-width: 40ch;
	margin-top: 18px;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.78;
}

.about-strength-accent {
	width: min(120px, 54%);
	height: 4px;
	margin-top: auto;
	border-radius: 999px;
	background: linear-gradient(90deg, #38bdf8, rgba(37, 99, 235, 0));
	padding-top: 28px;
	background-clip: content-box;
	transition: width 0.28s ease;
}

.about-education-section {
	background:
		radial-gradient(circle at 18% 12%, rgba(56, 189, 248, 0.15), transparent 30%),
		radial-gradient(circle at 88% 70%, rgba(37, 99, 235, 0.12), transparent 28%),
		linear-gradient(180deg, #eef6ff 0%, #f8fbff 58%, #eef6ff 100%);
}

.about-education-layout {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: clamp(18px, 2.5vw, 30px);
	align-items: stretch;
}

.about-education-card {
	position: relative;
	isolation: isolate;
	grid-column: span 8;
	overflow: hidden;
	border-color: rgba(125, 211, 252, 0.22);
	padding: clamp(24px, 4vw, 46px);
	background:
		radial-gradient(circle at 10% 8%, rgba(56, 189, 248, 0.18), transparent 30%),
		radial-gradient(circle at 92% 88%, rgba(37, 99, 235, 0.22), transparent 34%),
		linear-gradient(145deg, #07111f 0%, #0b1220 58%, #050b14 100%);
	box-shadow:
		0 32px 86px rgba(2, 6, 23, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.about-education-card-single {
	max-width: none;
	margin: 0;
}

.about-education-photo-column {
	position: relative;
	isolation: isolate;
	grid-column: span 4;
	display: grid;
	align-self: center;
	justify-self: center;
	place-items: center;
	min-height: 100%;
	padding: clamp(4px, 1vw, 10px) 0;
}

.about-education-photo-column img {
	display: block;
	width: min(100%, 390px);
	height: auto;
	max-height: clamp(520px, 52vw, 680px);
	object-fit: contain;
	object-position: center;
	filter: saturate(1.04) contrast(1.02);
	transition:
		transform 0.5s ease,
		filter 0.5s ease;
}

.about-education-card-glow {
	position: absolute;
	right: -86px;
	bottom: -96px;
	z-index: 0;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(56, 189, 248, 0.28), transparent 68%);
	pointer-events: none;
}

.about-education-stack {
	position: relative;
	z-index: 1;
	display: grid;
	gap: clamp(28px, 4vw, 42px);
}

.about-education-stack::before {
	position: absolute;
	top: 22px;
	bottom: 22px;
	left: 29px;
	width: 1px;
	background: linear-gradient(
		180deg,
		rgba(125, 211, 252, 0.08),
		rgba(125, 211, 252, 0.62) 28%,
		rgba(56, 189, 248, 0.46) 72%,
		rgba(125, 211, 252, 0.08)
	);
	content: "";
}

.about-education-entry {
	position: relative;
	isolation: isolate;
	z-index: 1;
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr);
	gap: clamp(18px, 3vw, 30px);
	align-items: start;
}

.about-education-entry-latest::before {
	position: absolute;
	inset: -14px -14px -14px 74px;
	z-index: 0;
	border: 1px solid rgba(125, 211, 252, 0.16);
	border-radius: 22px;
	background:
		radial-gradient(circle at 10% 18%, rgba(56, 189, 248, 0.16), transparent 34%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(125, 211, 252, 0.04));
	content: "";
}

.about-education-marker {
	position: relative;
	z-index: 2;
	display: grid;
	width: 60px;
	height: 60px;
	place-items: center;
	border: 1px solid rgba(125, 211, 252, 0.48);
	border-radius: 50%;
	background:
		linear-gradient(135deg, #38bdf8, #2563eb),
		#0f172a;
	box-shadow:
		0 0 0 8px rgba(56, 189, 248, 0.09),
		0 18px 42px rgba(2, 6, 23, 0.38);
	color: #ffffff;
}

.about-education-marker span {
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.about-education-content {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 1px solid rgba(125, 211, 252, 0.18);
	border-radius: 22px;
	padding: clamp(22px, 3vw, 34px);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.065)),
		rgba(2, 6, 23, 0.58);
	box-shadow: 0 24px 62px rgba(0, 0, 0, 0.18);
}

.about-education-top {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: clamp(20px, 3vw, 28px);
}

.about-education-icon {
	display: grid;
	place-items: center;
	border: 1px solid rgba(56, 189, 248, 0.32);
	background:
		linear-gradient(135deg, rgba(56, 189, 248, 0.2), rgba(37, 99, 235, 0.12)),
		rgba(255, 255, 255, 0.07);
	box-shadow: 0 14px 34px rgba(56, 189, 248, 0.12);
	color: #e0f2fe;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	font-size: 18px;
}

.about-education-top time {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	border: 1px solid rgba(56, 189, 248, 0.22);
	border-radius: 999px;
	padding: 9px 12px;
	background: rgba(56, 189, 248, 0.1);
	color: #e0f2fe;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.about-education-card h3 {
	max-width: 16ch;
	margin: 0;
	color: #f8fbff;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.about-education-entry:not(.about-education-entry-latest) h3 {
	font-size: clamp(28px, 3vw, 42px);
}

.about-education-card p {
	max-width: 60ch;
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.8;
}

.about-education-card .about-education-campus {
	margin-top: 22px;
	color: #e0f2fe;
	font-size: clamp(18px, 1.9vw, 24px);
	font-weight: 900;
	line-height: 1.22;
}

.about-education-list {
	grid-column: 1 / -1;
	display: grid;
	gap: 13px;
	margin: clamp(22px, 3vw, 30px) 0 0;
	padding: 0;
	list-style: none;
}

.about-education-list li {
	position: relative;
	padding-left: 24px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.72;
}

.about-education-list li::before {
	position: absolute;
	top: 0.74em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: linear-gradient(135deg, #38bdf8, #2563eb);
	box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.13);
	content: "";
	transform: translateY(-50%);
}

.about-education-list li:last-child {
	color: #f8fbff;
	font-weight: 900;
}

.public-map-card {
	margin-top: clamp(18px, 2vw, 24px);
	overflow: hidden;
}

.public-map-header {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 18px;
}

.public-map-header h3 {
	margin: 5px 0 0;
	color: var(--page-ink);
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 900;
	line-height: 1.14;
}

.public-map-frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: clamp(300px, 34vw, 440px);
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 14px;
	background:
		linear-gradient(135deg, rgba(56, 189, 248, 0.12), transparent 44%),
		#dbeafe;
}

.public-map-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.public-media {
	position: relative;
	display: block;
	overflow: hidden;
	isolation: isolate;
	aspect-ratio: 16 / 10;
	background:
		linear-gradient(135deg, rgba(56, 189, 248, 0.14), transparent 42%),
		#dbeafe;
}

.public-media::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(180deg, transparent 48%, rgba(5, 11, 20, 0.16) 100%),
		radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.2), transparent 30%);
	content: "";
	pointer-events: none;
}

.public-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition:
		transform 0.45s ease,
		filter 0.45s ease;
}

.public-profile-media {
	aspect-ratio: 4 / 5;
	border-radius: 18px;
	background: var(--page-dark-2);
}

.public-profile-media img {
	object-fit: cover;
	object-position: center top;
}

.about-profile-photo {
	border: 1px solid rgba(56, 189, 248, 0.2);
	background:
		radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.16), transparent 22%),
		radial-gradient(circle at 70% 42%, rgba(56, 189, 248, 0.18), transparent 36%),
		linear-gradient(145deg, #07111f 0%, #102033 56%, #07101c 100%);
	box-shadow:
		0 28px 70px rgba(5, 11, 20, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.about-profile-photo::before {
	position: absolute;
	inset: 10px;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	content: "";
	pointer-events: none;
}

.about-profile-photo::after {
	background:
		linear-gradient(180deg, rgba(5, 11, 20, 0.01) 0%, rgba(5, 11, 20, 0.14) 100%),
		radial-gradient(circle at 22% 14%, rgba(255, 255, 255, 0.18), transparent 24%);
}

.about-photo-collage {
	border: 1px solid rgba(56, 189, 248, 0.22);
	background:
		radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.2), transparent 20%),
		radial-gradient(circle at 68% 42%, rgba(56, 189, 248, 0.22), transparent 34%),
		linear-gradient(145deg, #07111f 0%, #0d1f35 52%, #07101c 100%);
	box-shadow:
		0 28px 70px rgba(5, 11, 20, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.about-photo-collage::before {
	position: absolute;
	inset: 10px;
	z-index: 1;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	content: "";
	pointer-events: none;
}

.about-photo-collage::after {
	background:
		linear-gradient(180deg, rgba(5, 11, 20, 0.02) 0%, rgba(5, 11, 20, 0.16) 100%),
		radial-gradient(circle at 22% 14%, rgba(255, 255, 255, 0.2), transparent 24%);
}

.about-photo-main {
	position: absolute;
	inset: 0;
	z-index: 0;
	filter: saturate(1.05) contrast(1.03);
}

.about-photo-stack {
	position: absolute;
	right: clamp(12px, 2.2vw, 22px);
	bottom: clamp(12px, 2.2vw, 22px);
	z-index: 2;
	display: grid;
	width: min(34%, 158px);
	gap: 10px;
}

.about-photo-stack img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 18px 36px rgba(5, 11, 20, 0.34);
	object-fit: cover;
	object-position: center top;
	transition:
		transform 0.45s ease,
		box-shadow 0.45s ease;
}

.about-photo-stack img:first-child {
	aspect-ratio: 1 / 1.1;
}

.about-photo-collage:hover .about-photo-main {
	transform: scale(1.025);
}

.about-photo-stack img:hover {
	box-shadow: 0 22px 44px rgba(5, 11, 20, 0.42);
	transform: translateY(-3px);
}

.public-stat {
	padding: clamp(24px, 3vw, 32px);
	background: var(--page-dark-2);
	color: #ffffff;
}

.public-stat strong {
	display: block;
	color: #ffffff;
	font-size: clamp(40px, 5vw, 68px);
	font-weight: 900;
	line-height: 0.94;
}

.public-stat span {
	display: block;
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.45;
	text-transform: uppercase;
}

.about-stats-section {
	background:
		radial-gradient(circle at 12% 16%, rgba(56, 189, 248, 0.16), transparent 30%),
		radial-gradient(circle at 88% 8%, rgba(37, 99, 235, 0.13), transparent 28%),
		linear-gradient(180deg, #eef6ff 0%, #f8fbff 58%, #eef6ff 100%);
}

.about-stats-header {
	margin-bottom: clamp(28px, 4vw, 46px);
}

.about-stats-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 24px);
	align-items: stretch;
}

.about-stat-card {
	position: relative;
	isolation: isolate;
	grid-column: span 4;
	overflow: hidden;
	min-height: clamp(280px, 26vw, 360px);
	border-color: rgba(15, 23, 42, 0.08);
	padding: clamp(24px, 3vw, 34px);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(226, 241, 255, 0.84)),
		#ffffff;
	box-shadow:
		0 26px 76px rgba(15, 23, 42, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.about-stat-card-1 {
	grid-column: span 5;
}

.about-stat-card-2 {
	grid-column: span 3;
}

.about-stat-card-3 {
	grid-column: span 4;
}

.about-stat-glow {
	position: absolute;
	inset: auto -70px -90px auto;
	z-index: -1;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(56, 189, 248, 0.28), transparent 68%);
	opacity: 0.82;
}

.about-stat-top {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: clamp(24px, 3vw, 34px);
}

.about-stat-icon {
	display: grid;
	width: 56px;
	height: 56px;
	place-items: center;
	border: 1px solid rgba(56, 189, 248, 0.3);
	border-radius: 18px;
	background:
		linear-gradient(135deg, #ffffff, #dff3ff),
		#ffffff;
	box-shadow: 0 14px 34px rgba(56, 189, 248, 0.18);
	color: #0284c7;
	font-size: 20px;
	transition:
		transform 0.3s ease,
		background 0.3s ease,
		color 0.3s ease;
}

.about-stat-kicker {
	border: 1px solid rgba(56, 189, 248, 0.2);
	border-radius: 999px;
	padding: 8px 11px;
	background: rgba(56, 189, 248, 0.08);
	color: #0369a1;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	white-space: nowrap;
}

.about-stat-card strong {
	display: block;
	color: #07111f;
	font-size: clamp(54px, 7vw, 96px);
	font-weight: 900;
	line-height: 0.88;
	letter-spacing: 0;
	font-variant-numeric: tabular-nums;
}

.about-stat-card h3 {
	max-width: 18ch;
	margin: 18px 0 0;
	color: #0f172a;
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 900;
	line-height: 1.08;
}

.about-stat-card p {
	max-width: 46ch;
	margin: 14px 0 0;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.78;
}

.about-stat-line {
	display: block;
	width: 100%;
	height: 4px;
	margin-top: clamp(24px, 4vw, 38px);
	overflow: hidden;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.08);
}

.about-stat-line::before {
	display: block;
	width: 62%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #38bdf8, #2563eb);
	content: "";
	transform: scaleX(0);
	transform-origin: left center;
}

.public-timeline {
	display: grid;
	gap: 16px;
}

.public-timeline-item {
	display: grid;
	grid-template-columns: minmax(110px, 0.22fr) minmax(0, 1fr);
	gap: 18px;
	padding: 22px;
	border: 1px solid var(--page-line);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.86);
}

.public-timeline-item time,
.public-card-meta,
.public-post-meta {
	color: var(--page-accent);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.public-timeline-item h3 {
	margin: 0;
	font-size: 21px;
}

.about-journey-section {
	background:
		radial-gradient(circle at 14% 20%, rgba(56, 189, 248, 0.16), transparent 28%),
		radial-gradient(circle at 86% 28%, rgba(37, 99, 235, 0.18), transparent 30%),
		linear-gradient(180deg, #050b14 0%, #0b1220 54%, #050b14 100%);
}

.about-journey-shell {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
	padding: clamp(8px, 2vw, 18px) 0;
}

.about-journey-line {
	position: absolute;
	top: 18px;
	bottom: 18px;
	left: 50%;
	width: 1px;
	background: linear-gradient(
		180deg,
		transparent 0%,
		rgba(56, 189, 248, 0.42) 16%,
		rgba(125, 211, 252, 0.72) 50%,
		rgba(56, 189, 248, 0.34) 84%,
		transparent 100%
	);
	transform: translateX(-50%);
}

.about-journey-timeline {
	position: relative;
	gap: clamp(24px, 3vw, 34px);
}

.about-journey-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
	gap: 0;
	align-items: center;
	padding: 0;
	border: 0;
	background: transparent;
}

.about-journey-card {
	position: relative;
	overflow: hidden;
	min-height: 100%;
	border: 1px solid rgba(125, 211, 252, 0.2);
	border-radius: 20px;
	padding: clamp(22px, 3vw, 30px);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
		rgba(2, 6, 23, 0.52);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
	color: #ffffff;
	transition:
		transform 0.32s ease,
		border-color 0.32s ease,
		box-shadow 0.32s ease;
}

.about-journey-card::after {
	position: absolute;
	right: -48px;
	bottom: -62px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(56, 189, 248, 0.18), transparent 68%);
	content: "";
	pointer-events: none;
}

.about-journey-left .about-journey-card {
	grid-column: 1;
}

.about-journey-right .about-journey-card {
	grid-column: 3;
}

.about-journey-marker {
	display: grid;
	grid-column: 2;
	grid-row: 1;
	width: 58px;
	height: 58px;
	place-items: center;
	justify-self: center;
	border: 1px solid rgba(125, 211, 252, 0.48);
	border-radius: 50%;
	background:
		linear-gradient(135deg, #38bdf8, #2563eb),
		#0f172a;
	box-shadow:
		0 0 0 8px rgba(56, 189, 248, 0.08),
		0 18px 42px rgba(2, 6, 23, 0.36);
	color: #ffffff;
	transition: box-shadow 0.32s ease;
}

.about-journey-marker span {
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.about-journey-top {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.about-journey-top time {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	width: fit-content;
	border: 1px solid rgba(125, 211, 252, 0.22);
	border-radius: 999px;
	padding: 8px 12px;
	background: rgba(56, 189, 248, 0.1);
	color: #bae6fd;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.about-journey-icon {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	border: 1px solid rgba(125, 211, 252, 0.3);
	border-radius: 50%;
	background: rgba(56, 189, 248, 0.12);
	color: #7dd3fc;
}

.about-journey-card h3 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #ffffff;
	font-size: clamp(22px, 2.5vw, 30px);
	font-weight: 900;
	line-height: 1.12;
}

.about-journey-card p {
	position: relative;
	z-index: 1;
	max-width: 58ch;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 15px;
	line-height: 1.78;
}

.experience-journey-section {
	background:
		radial-gradient(circle at 18% 18%, rgba(14, 165, 233, 0.18), transparent 28%),
		radial-gradient(circle at 82% 40%, rgba(59, 130, 246, 0.16), transparent 32%),
		linear-gradient(180deg, #050b14 0%, #07111f 52%, #050b14 100%);
}

.experience-journey-card {
	background:
		linear-gradient(135deg, rgba(125, 211, 252, 0.11), transparent 42%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
		rgba(2, 6, 23, 0.56);
}

.experience-journey-company {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	width: fit-content;
	border: 1px solid rgba(125, 211, 252, 0.2);
	border-radius: 999px;
	padding: 8px 12px;
	background: rgba(15, 23, 42, 0.44);
	color: rgba(226, 242, 255, 0.88) !important;
	font-size: 13px !important;
	font-weight: 800;
	line-height: 1.2 !important;
}

.experience-journey-company i {
	color: #7dd3fc;
	font-size: 12px;
}

.experience-journey-company + p {
	margin-top: 12px;
}

.public-list {
	display: grid;
	gap: 12px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.public-list li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: var(--page-muted);
	font-size: 15px;
	line-height: 1.65;
}

.public-list i {
	margin-top: 5px;
	color: var(--page-accent);
}

.public-card-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid var(--page-line);
}

.public-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.public-field {
	display: grid;
	gap: 8px;
}

.public-field-full {
	grid-column: 1 / -1;
}

.public-field label {
	color: var(--page-ink);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.public-field input,
.public-field textarea {
	width: 100%;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 14px;
	background: #ffffff;
	color: var(--page-ink);
	font-size: 16px;
	outline: none;
	transition:
		border-color 0.25s ease,
		box-shadow 0.25s ease;
}

.public-field input {
	min-height: 54px;
	padding: 0 16px;
}

.public-field textarea {
	min-height: 156px;
	padding: 16px;
	resize: vertical;
}

.public-field input:focus,
.public-field textarea:focus {
	border-color: rgba(56, 189, 248, 0.72);
	box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.14);
}

.public-honeypot {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.public-error {
	color: #b42318;
	font-size: 13px;
	font-weight: 700;
}

.public-alert {
	margin-bottom: 20px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 14px;
	padding: 14px 16px;
	font-weight: 800;
}

.public-alert-success {
	border-color: rgba(22, 163, 74, 0.22);
	background: rgba(22, 163, 74, 0.1);
	color: #166534;
}

.public-alert-error {
	border-color: rgba(180, 35, 24, 0.22);
	background: rgba(180, 35, 24, 0.1);
	color: #b42318;
}

.public-article {
	overflow: hidden;
	background: #ffffff;
}

.public-article-body {
	padding: clamp(26px, 4vw, 48px);
}

.public-article-body h2 {
	margin: 0 0 20px;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 900;
	line-height: 1.05;
}

.public-article-body p {
	color: var(--page-muted);
	font-size: 17px;
	line-height: 1.9;
}

.public-sidebar-card + .public-sidebar-card {
	margin-top: 18px;
}

.public-info-list {
	display: grid;
	gap: 16px;
	margin-top: 22px;
}

.public-info-item {
	border-top: 1px solid var(--page-line);
	padding-top: 16px;
}

.public-info-item span {
	display: block;
	color: var(--page-muted);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.public-info-item strong,
.public-info-item a {
	display: block;
	margin-top: 5px;
	color: var(--page-ink);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.45;
}

.public-empty-state {
	border: 1px dashed var(--page-line);
	border-radius: 18px;
	padding: 34px;
	color: var(--page-muted);
	text-align: center;
}

.portfolio-footer {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: clamp(74px, 9vw, 116px) 0 28px;
	background:
		radial-gradient(circle at 12% 18%, rgba(56, 189, 248, 0.2), transparent 32%),
		radial-gradient(circle at 86% 14%, rgba(37, 99, 235, 0.2), transparent 30%),
		linear-gradient(135deg, #020617 0%, #050b14 48%, #0b1d33 100%);
	color: #ffffff;
}

.portfolio-footer::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 34%, rgba(2, 6, 23, 0.64) 100%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 30px);
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.62));
	content: "";
	pointer-events: none;
}

.portfolio-footer-glow {
	position: absolute;
	inset: auto -12% -38% -12%;
	z-index: 0;
	height: 56%;
	background: radial-gradient(ellipse at 50% 50%, rgba(56, 189, 248, 0.22), transparent 68%);
	pointer-events: none;
}

.portfolio-footer .container {
	position: relative;
	z-index: 1;
}

.portfolio-footer-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(22px, 4vw, 42px);
	align-items: center;
	margin-bottom: clamp(34px, 5vw, 56px);
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(56, 189, 248, 0.22);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
		rgba(8, 18, 32, 0.76);
	box-shadow:
		0 28px 90px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(16px);
}

.portfolio-footer-eyebrow {
	display: block;
	margin-bottom: 12px;
	color: var(--theme, #38bdf8);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.portfolio-footer-cta h2 {
	max-width: 860px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(30px, 4.2vw, 58px);
	font-weight: 900;
	line-height: 1.02;
	letter-spacing: 0;
}

.portfolio-footer-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 999px;
	padding: 0 24px;
	background: var(--theme, #38bdf8);
	color: #020617;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	transition:
		transform 0.25s ease,
		background-color 0.25s ease,
		box-shadow 0.25s ease;
	white-space: nowrap;
}

.portfolio-footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.45fr) minmax(260px, 0.8fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: start;
	padding: clamp(10px, 2vw, 18px) 0 clamp(28px, 5vw, 50px);
}

.portfolio-footer-logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #ffffff;
}

.portfolio-footer-logo img {
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.portfolio-footer-logo span {
	color: #ffffff;
	font-family: "Outfit", sans-serif;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.portfolio-footer-brand p {
	max-width: 620px;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
	line-height: 1.8;
}

.portfolio-footer-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.portfolio-footer-tags span {
	border: 1px solid rgba(56, 189, 248, 0.22);
	border-radius: 999px;
	padding: 8px 11px;
	background: rgba(56, 189, 248, 0.08);
	color: rgba(255, 255, 255, 0.82);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.portfolio-footer-nav h3,
.portfolio-footer-contact h3 {
	margin: 0 0 18px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.portfolio-footer-nav ul,
.portfolio-footer-contact ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.portfolio-footer-nav a,
.portfolio-footer-contact a,
.portfolio-footer-contact span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	transition: color 0.25s ease;
}

.portfolio-footer-contact li {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
}

.portfolio-footer-contact li i {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: rgba(56, 189, 248, 0.1);
	color: var(--theme, #38bdf8);
}

.portfolio-footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.portfolio-footer-social a {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	color: #ffffff;
	transition:
		transform 0.25s ease,
		border-color 0.25s ease,
		background-color 0.25s ease,
		color 0.25s ease;
}

.portfolio-footer-bottom {
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.74);
}

.portfolio-footer-bottom p {
	margin: 0;
	color: currentColor;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.portfolio-footer-bottom span {
	color: var(--theme, #38bdf8);
}

.portfolio-footer-credit {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
}

.portfolio-footer-separator {
	color: rgba(255, 255, 255, 0.35) !important;
}

.portfolio-footer-credit i {
	color: #38bdf8;
	font-size: 13px;
	filter: drop-shadow(0 0 10px rgba(56, 189, 248, 0.55));
}

@keyframes home-marquee {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@keyframes home-fade-up {
	from {
		opacity: 0;
		transform: translate3d(0, 26px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes home-soft-glow {
	0%,
	100% {
		box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
	}
	50% {
		box-shadow: 0 22px 58px rgba(56, 189, 248, 0.18);
	}
}

@keyframes about-stat-glow-drift {
	0%,
	100% {
		opacity: 0.68;
		transform: translate3d(0, 0, 0) scale(1);
	}
	50% {
		opacity: 1;
		transform: translate3d(-18px, -12px, 0) scale(1.08);
	}
}

@keyframes about-stat-line-fill {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}

@keyframes about-education-line-draw {
	from {
		transform: scaleY(0);
	}
	to {
		transform: scaleY(1);
	}
}

@keyframes about-education-entry-in {
	from {
		opacity: 0;
		filter: blur(8px);
		transform: translate3d(0, 28px, 0) scale(0.985);
	}
	to {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes about-education-marker-pop {
	0% {
		opacity: 0;
		transform: scale(0.62);
	}
	68% {
		opacity: 1;
		transform: scale(1.08);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes about-education-glow-breathe {
	0%,
	100% {
		opacity: 0.72;
		transform: translate3d(0, 0, 0) scale(1);
	}
	50% {
		opacity: 1;
		transform: translate3d(-16px, -12px, 0) scale(1.08);
	}
}

@keyframes public-hero-light-drift {
	0%,
	100% {
		opacity: 0.86;
		transform: translate3d(-1.4%, 0, 0) scale(1.01);
	}
	50% {
		opacity: 1;
		transform: translate3d(1.6%, -1.2%, 0) scale(1.04);
	}
}

@keyframes public-hero-texture-drift {
	0%,
	100% {
		background-position:
			0 0,
			0 0,
			0 0;
	}
	50% {
		background-position:
			0 0,
			38px -26px,
			18px 0;
	}
}

@media (prefers-reduced-motion: no-preference) {
	.public-hero::before {
		animation: public-hero-light-drift 12s ease-in-out infinite;
		will-change: transform, opacity;
	}

	.public-hero::after {
		animation: public-hero-texture-drift 18s linear infinite;
		will-change: background-position;
	}

	.premium-reveal {
		opacity: 0;
		filter: blur(8px);
		transform: translate3d(0, 28px, 0);
		transition:
			opacity 1.16s cubic-bezier(0.16, 1, 0.3, 1),
			filter 1.16s cubic-bezier(0.16, 1, 0.3, 1),
			transform 1.16s cubic-bezier(0.16, 1, 0.3, 1);
		transition-delay: var(--reveal-delay, 0ms);
		will-change: opacity, filter, transform;
	}

	.premium-reveal[data-reveal="left"] {
		transform: translate3d(-34px, 0, 0);
	}

	.premium-reveal[data-reveal="right"] {
		transform: translate3d(34px, 0, 0);
	}

	.premium-reveal[data-reveal="card"] {
		filter: blur(6px);
		transform: translate3d(0, 24px, 0) scale(0.985);
	}

	.premium-reveal[data-reveal="wide"] {
		filter: blur(5px);
		transform: translate3d(0, 18px, 0) scale(0.992);
	}

	.premium-reveal.is-visible {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0) scale(1);
	}

	.premium-reveal.reveal-complete {
		transition:
			transform 0.28s ease,
			border-color 0.28s ease,
			background-color 0.28s ease,
			box-shadow 0.28s ease,
			color 0.28s ease;
		transition-delay: 0ms;
		will-change: auto;
	}

	.home-card:hover {
		border-color: rgba(56, 189, 248, 0.46);
		box-shadow: 0 24px 64px rgba(15, 23, 42, 0.14);
		transform: translateY(-6px);
	}

	.home-profile-card {
		animation: home-soft-glow 5.4s ease-in-out infinite;
	}

	.about-stat-glow {
		animation: about-stat-glow-drift 6.2s ease-in-out infinite;
	}

	.about-stat-card.is-visible .about-stat-line::before {
		animation: about-stat-line-fill 1.25s cubic-bezier(0.16, 1, 0.3, 1) both;
		animation-delay: calc(var(--reveal-delay, 0ms) + 420ms);
	}

	.about-education-card-glow {
		animation: about-education-glow-breathe 7.2s ease-in-out infinite;
	}

	.about-education-stack::before {
		transform: scaleY(0);
		transform-origin: top center;
	}

	.about-education-marker,
	.about-education-content {
		opacity: 0;
	}

	.about-education-card.is-visible .about-education-stack::before {
		animation: about-education-line-draw 1.35s cubic-bezier(0.16, 1, 0.3, 1) both;
		animation-delay: calc(var(--reveal-delay, 0ms) + 260ms);
	}

	.about-education-card.is-visible .about-education-marker {
		animation: about-education-marker-pop 0.82s cubic-bezier(0.16, 1, 0.3, 1) both;
		animation-delay: calc(var(--reveal-delay, 0ms) + 360ms);
	}

	.about-education-card.is-visible .about-education-content {
		animation: about-education-entry-in 1.04s cubic-bezier(0.16, 1, 0.3, 1) both;
		animation-delay: calc(var(--reveal-delay, 0ms) + 420ms);
	}

	.about-education-card.is-visible .about-education-entry:nth-child(2) .about-education-marker {
		animation-delay: calc(var(--reveal-delay, 0ms) + 560ms);
	}

	.about-education-card.is-visible .about-education-entry:nth-child(2) .about-education-content {
		animation-delay: calc(var(--reveal-delay, 0ms) + 660ms);
	}

	.home-project-card:hover img,
	.home-insight-card:hover img,
	.public-card:hover .public-media img {
		filter: saturate(1.06) contrast(1.04);
		transform: scale(1.04);
	}

	.home-project-content h3 a:hover,
	.home-insight-content h3 a:hover,
	.public-card h3 a:hover,
	.public-text-link:hover {
		color: var(--home-accent);
	}

	.home-primary-link:hover,
	.home-text-link:hover,
	.public-button:hover,
	.public-button-secondary:hover,
	.public-text-link:hover,
	.portfolio-footer-button:hover {
		transform: translateX(4px);
		box-shadow: 0 18px 42px rgba(56, 189, 248, 0.22);
	}

	.portfolio-footer-nav a:hover,
	.portfolio-footer-contact a:hover {
		color: #ffffff;
	}

	.portfolio-footer-social a:hover {
		border-color: rgba(56, 189, 248, 0.58);
		background: var(--theme, #38bdf8);
		color: #020617;
		transform: translateY(-3px);
	}

	.public-card:hover {
		border-color: rgba(56, 189, 248, 0.46);
		box-shadow: 0 24px 64px rgba(15, 23, 42, 0.14);
		transform: translateY(-6px);
	}

	.about-strength-card:hover {
		border-color: rgba(56, 189, 248, 0.4);
		box-shadow: 0 28px 72px rgba(15, 23, 42, 0.14);
	}

	.about-strength-card:hover .about-strength-icon {
		background: linear-gradient(135deg, #38bdf8, #2563eb);
		color: #ffffff;
		transform: translateY(-3px);
	}

	.about-strength-card:hover .about-strength-accent {
		width: min(168px, 72%);
	}

	.about-stat-card:hover {
		border-color: rgba(56, 189, 248, 0.42);
		box-shadow:
			0 32px 86px rgba(15, 23, 42, 0.16),
			inset 0 1px 0 rgba(255, 255, 255, 0.9);
	}

	.about-stat-card:hover .about-stat-icon {
		background: linear-gradient(135deg, #38bdf8, #2563eb);
		color: #ffffff;
		transform: translateY(-4px) rotate(-4deg);
	}

	.about-education-card:hover {
		border-color: rgba(56, 189, 248, 0.42);
		box-shadow:
			0 34px 92px rgba(2, 6, 23, 0.3),
			0 0 0 1px rgba(56, 189, 248, 0.08),
			inset 0 1px 0 rgba(255, 255, 255, 0.14);
	}

	.about-education-photo-column:hover img {
		filter: saturate(1.08) contrast(1.04);
		transform: translateY(-4px) scale(1.015);
	}

	.about-journey-item:hover .about-journey-card {
		border-color: rgba(125, 211, 252, 0.46);
		box-shadow:
			0 28px 82px rgba(0, 0, 0, 0.32),
			0 0 0 1px rgba(56, 189, 248, 0.08);
		transform: translateY(-6px);
	}

	.about-journey-item:hover .about-journey-marker {
		box-shadow:
			0 0 0 10px rgba(56, 189, 248, 0.12),
			0 22px 50px rgba(2, 6, 23, 0.42);
	}

	.portfolio-bento-card:hover .portfolio-media-badge {
		background: rgba(56, 189, 248, 0.88);
		transform: translateY(-2px);
	}

	.blog-bento-card:hover .blog-media-badge {
		background: rgba(56, 189, 248, 0.88);
		transform: translateY(-2px);
	}

	.blog-bento-card:hover .blog-media-action {
		background: var(--page-accent);
		color: var(--page-ink);
		transform: translate(3px, -3px);
	}

	.landing-minifolio .hero-1 .hero-content .hero-bottom .hero-btn-wrapper .video-btn:hover {
		border-color: rgba(248, 250, 252, 0.86);
		background:
			linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 42%),
			linear-gradient(135deg, #0369a1 0%, #1e40af 100%);
		box-shadow:
			0 18px 44px rgba(2, 6, 23, 0.42),
			0 10px 30px rgba(37, 99, 235, 0.3);
		transform: translateY(-2px);
	}

}

@media (max-width: 1199px) {
	.header-1 .mean__menu-wrapper {
		display: none !important;
	}

	.header-1 .header-main {
		gap: 18px;
	}

	.header-1 .header-right .theme-btn {
		display: none;
	}

	.landing-minifolio .hero-info,
	.landing-minifolio .arrow-right-shape,
	.landing-minifolio .arrow-shape,
	.landing-minifolio .arrow-up {
		display: none;
	}

	.home-focus-grid,
	.home-capability-grid,
	.public-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-strength-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.about-strength-card,
	.about-strength-card-1 {
		grid-column: 1 / -1;
	}

	.about-strength-card-2,
	.about-strength-card-3 {
		grid-column: span 3;
	}

	.about-stats-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.about-stat-card,
	.about-stat-card-1 {
		grid-column: 1 / -1;
	}

	.about-stat-card-2,
	.about-stat-card-3 {
		grid-column: span 3;
	}

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

	.about-education-card,
	.about-education-photo-column {
		grid-column: 1 / -1;
	}

	.about-education-photo-column {
		min-height: auto;
	}

	.about-education-photo-column img {
		width: min(72vw, 330px);
		max-height: clamp(420px, 62vw, 560px);
	}

	.portfolio-bento-grid,
	.blog-bento-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.portfolio-bento-card,
	.portfolio-bento-1,
	.portfolio-bento-2,
	.portfolio-bento-3,
	.portfolio-bento-4,
	.portfolio-bento-5,
	.portfolio-bento-6,
	.blog-bento-card,
	.blog-bento-1,
	.blog-bento-2,
	.blog-bento-3 {
		grid-column: span 3;
	}

	.portfolio-bento-0,
	.portfolio-bento-7,
	.blog-bento-4,
	.blog-bento-5,
	.blog-bento-6,
	.blog-bento-7 {
		grid-column: 1 / -1;
	}

	.portfolio-bento-card:first-child:nth-last-child(6) ~ .portfolio-bento-card:nth-child(5),
	.portfolio-bento-card:first-child:nth-last-child(6) ~ .portfolio-bento-card:nth-child(6) {
		grid-column: span 3;
	}

	.portfolio-bento-0 .public-media,
	.portfolio-bento-7 .public-media,
	.portfolio-bento-card:first-child:nth-last-child(5) ~ .portfolio-bento-card:nth-child(5) .public-media,
	.blog-bento-0 .public-media {
		aspect-ratio: 16 / 11;
	}

	.public-hero-grid,
	.public-section-header,
	.public-split,
	.public-content-layout {
		grid-template-columns: 1fr;
	}

	.public-hero-panel {
		max-width: 520px;
	}

	.about-journey-shell {
		max-width: 760px;
	}

	.about-journey-line {
		left: 29px;
	}

	.about-journey-item {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 18px;
		align-items: start;
	}

	.about-journey-left .about-journey-card,
	.about-journey-right .about-journey-card {
		grid-column: 2;
	}

	.about-journey-marker {
		grid-column: 1;
		justify-self: start;
	}

	.home-project-grid {
		grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
	}

	.home-project-card,
	.home-project-card-featured {
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr;
		min-height: 100%;
	}

	.home-insight-grid {
		max-width: none;
	}

	.home-project-media,
	.home-insight-media {
		aspect-ratio: 16 / 10;
	}
}

@media (max-width: 991px) {
	.landing-minifolio .hero-section.hero-1 {
		padding-top: 150px;
		padding-bottom: 85px;
	}

	.landing-minifolio .hero-1 .hero-content {
		padding-top: clamp(238px, 28vh, 300px);
	}

	.landing-minifolio .hero-content h1 {
		font-size: clamp(48px, 8.8vw, 78px);
		line-height: 1.05;
	}

	.landing-minifolio .hero-portrait-bg::before {
		background:
			radial-gradient(ellipse at 50% 30%, rgba(255, 255, 255, 0.12), transparent 20%),
			radial-gradient(ellipse at 50% 34%, rgba(56, 189, 248, 0.22), transparent 36%),
			radial-gradient(ellipse at 50% 78%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.26) 42%, transparent 78%),
			linear-gradient(180deg, transparent 66%, rgba(5, 11, 20, 0.44) 100%);
	}

	.landing-minifolio .hero-bottom {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 26px;
	}

	.landing-minifolio .hero-btn-wrapper {
		flex-wrap: wrap;
		gap: 14px;
	}

	.home-section {
		padding: 88px 0;
	}

	.home-section-header,
	.home-about-layout,
	.public-grid-2 {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.home-metrics-grid,
	.home-insight-grid {
		grid-template-columns: 1fr;
	}

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

	.portfolio-footer-button {
		width: fit-content;
	}

	.home-project-grid {
		grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
	}

	.home-project-card,
	.home-project-card-featured {
		grid-column: auto;
	}

	.home-profile-media {
		aspect-ratio: 16 / 10;
	}

	.public-hero {
		padding-top: 126px;
	}

	.public-section-header {
		align-items: start;
	}

	.public-section-title {
		font-size: clamp(32px, 8vw, 54px);
	}

	.about-photo-stack {
		width: min(30%, 142px);
	}
}

@media (max-width: 767px) {
	.landing-minifolio .hero-section.hero-1 {
		min-height: 860px;
		padding-top: 130px;
		padding-bottom: 70px;
	}

	.landing-minifolio .hero-1 .hero-content {
		padding-top: clamp(300px, 39vh, 340px);
	}

	.landing-minifolio .hero-portrait-bg img {
		object-fit: cover;
		object-position: center top;
		transform: translate3d(0, clamp(28px, 5vh, 46px), 0);
	}

	.landing-minifolio .hero-content h1 {
		font-size: clamp(46px, 12.6vw, 70px);
	}

	.landing-minifolio .hero-portrait-bg::before {
		background:
			radial-gradient(ellipse at 50% 26%, rgba(255, 255, 255, 0.1), transparent 18%),
			radial-gradient(ellipse at 50% 32%, rgba(56, 189, 248, 0.2), transparent 34%),
			radial-gradient(ellipse at 50% 72%, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0.24) 44%, transparent 80%),
			linear-gradient(180deg, transparent 64%, rgba(5, 11, 20, 0.44) 100%);
	}

	.landing-minifolio .hero-portrait-bg::after {
		background:
			radial-gradient(ellipse at 50% 24%, rgba(255, 255, 255, 0.12), transparent 18%),
			radial-gradient(ellipse at 50% 30%, rgba(56, 189, 248, 0.2), transparent 28%),
			linear-gradient(180deg, transparent 0%, rgba(5, 11, 20, 0.64) 78%, #050b14 100%);
	}

	.landing-minifolio .hero-bottom p {
		font-size: 15px;
		line-height: 1.8;
	}

	.home-section {
		padding: 74px 0;
	}

	.portfolio-footer {
		padding: 60px 0 24px;
	}

	.portfolio-footer-cta {
		border-radius: 18px;
		padding: 22px;
	}

	.portfolio-footer-cta h2 {
		font-size: clamp(28px, 9vw, 38px);
	}

	.portfolio-footer-button {
		width: 100%;
	}

	.portfolio-footer-grid {
		gap: 28px;
	}

	.portfolio-footer-bottom {
		display: grid;
		gap: 10px;
		text-align: left;
	}

	.portfolio-footer-credit {
		justify-content: flex-start;
		text-align: left;
	}

	.home-project-grid {
		grid-template-columns: 1fr;
	}

	.public-grid,
	.public-form-grid,
	.about-stats-grid,
	.about-strength-grid,
	.portfolio-bento-grid,
	.blog-bento-grid {
		grid-template-columns: 1fr;
	}

	.about-stat-card,
	.about-stat-card-1,
	.about-stat-card-2,
	.about-stat-card-3 {
		grid-column: 1 / -1;
		min-height: auto;
		padding: 22px;
	}

	.about-stat-top {
		align-items: flex-start;
	}

	.about-stat-kicker {
		white-space: normal;
		text-align: right;
	}

	.about-strength-card,
	.about-strength-card-1,
	.about-strength-card-2,
	.about-strength-card-3 {
		grid-column: 1 / -1;
	}

	.about-strength-body {
		padding: 22px;
	}

	.about-strength-card h3 {
		max-width: none;
	}

	.about-education-card {
		padding: 22px;
	}

	.about-education-photo-column {
		padding: 0;
	}

	.about-education-photo-column img {
		width: min(76vw, 300px);
		max-height: clamp(360px, 104vw, 520px);
	}

	.about-education-stack::before {
		left: 25px;
	}

	.about-education-entry {
		grid-template-columns: 50px minmax(0, 1fr);
		gap: 14px;
	}

	.about-education-entry-latest::before {
		inset: -10px -10px -10px 60px;
		border-radius: 18px;
	}

	.about-education-marker {
		width: 50px;
		height: 50px;
	}

	.about-education-top {
		display: grid;
		gap: 16px;
		align-items: start;
		justify-content: start;
		margin-bottom: 28px;
	}

	.about-education-card h3 {
		max-width: 13ch;
		font-size: clamp(34px, 10vw, 46px);
	}

	.portfolio-bento-card,
	.portfolio-bento-0,
	.portfolio-bento-1,
	.portfolio-bento-2,
	.portfolio-bento-3,
	.portfolio-bento-4,
	.portfolio-bento-5,
	.portfolio-bento-6,
	.portfolio-bento-7,
	.portfolio-bento-card:first-child:nth-last-child(6) ~ .portfolio-bento-card:nth-child(5),
	.portfolio-bento-card:first-child:nth-last-child(6) ~ .portfolio-bento-card:nth-child(6),
	.blog-bento-card,
	.blog-bento-0,
	.blog-bento-1,
	.blog-bento-2,
	.blog-bento-3,
	.blog-bento-4,
	.blog-bento-5,
	.blog-bento-6,
	.blog-bento-7 {
		grid-column: 1 / -1;
	}

	.portfolio-bento-card .public-media,
	.portfolio-bento-0 .public-media,
	.portfolio-bento-7 .public-media,
	.portfolio-bento-card:first-child:nth-last-child(5) ~ .portfolio-bento-card:nth-child(5) .public-media,
	.portfolio-bento-card:first-child:nth-last-child(6) ~ .portfolio-bento-card:nth-child(5) .public-media,
	.portfolio-bento-card:first-child:nth-last-child(6) ~ .portfolio-bento-card:nth-child(6) .public-media,
	.blog-bento-card .public-media,
	.blog-bento-0 .public-media,
	.blog-bento-7 .public-media {
		aspect-ratio: 16 / 10;
	}

	.public-timeline-item {
		grid-template-columns: 1fr;
	}

	.about-journey-shell {
		padding-left: 0;
	}

	.about-journey-line {
		left: 25px;
	}

	.about-journey-item {
		grid-template-columns: 50px minmax(0, 1fr);
		gap: 14px;
	}

	.about-journey-left .about-journey-card,
	.about-journey-right .about-journey-card {
		grid-column: 2;
	}

	.about-journey-marker {
		grid-column: 1;
		width: 50px;
		height: 50px;
	}

	.about-journey-card {
		border-radius: 18px;
		padding: 20px;
	}

	.about-journey-top {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		margin-bottom: 16px;
	}

	.public-hero h1 {
		font-size: clamp(36px, 10vw, 48px);
		line-height: 1.06;
	}

	.public-hero {
		padding-top: 116px;
		padding-bottom: 50px;
	}

	.public-hero-panel {
		display: none;
	}

	.public-hero-lead {
		margin-top: 16px;
		font-size: 15px;
		line-height: 1.72;
	}

	.public-hero-actions,
	.public-card-actions,
	.public-form-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.public-button,
	.public-button-secondary,
	.public-text-link {
		width: 100%;
	}

	.public-map-header {
		display: grid;
		grid-template-columns: 1fr;
	}

	.public-map-frame {
		min-height: 300px;
	}

	.home-section h2 {
		font-size: clamp(32px, 10vw, 48px);
		line-height: 1.05;
	}

	.home-focus-grid,
	.home-capability-grid {
		grid-template-columns: 1fr;
	}

	.home-primary-link,
	.home-text-link {
		width: 100%;
	}

	.home-metric-card,
	.home-capability-card,
	.home-project-content,
	.home-insight-content,
	.home-focus-item,
	.home-profile-summary,
	.public-card-body,
	.public-sidebar-card,
	.public-form-panel,
	.public-contact-card,
	.public-article-body {
		padding: 22px;
	}

	.about-photo-stack {
		right: 50%;
		bottom: 14px;
		width: min(70%, 258px);
		grid-template-columns: repeat(2, minmax(0, 1fr));
		transform: translateX(50%);
	}

	.about-photo-stack img,
	.about-photo-stack img:first-child {
		aspect-ratio: 4 / 4.35;
	}
}

@media (max-width: 575px) {
	.landing-minifolio .container {
		padding-right: 18px;
		padding-left: 18px;
	}

	.landing-minifolio .hero-content h1 {
		font-size: clamp(40px, 11.4vw, 54px);
		line-height: 1.08;
	}

	.landing-minifolio .hero-content h1 .type-text {
		width: min(18ch, 100%);
		white-space: nowrap;
	}

	.landing-minifolio .hero-content h1 span.style-2 {
		font-size: inherit;
		-webkit-text-stroke-width: 0;
	}

	.landing-minifolio .hero-bottom {
		display: block;
	}

	.landing-minifolio .hero-bottom p {
		margin-bottom: 24px;
	}

	.landing-minifolio .hero-btn-wrapper {
		display: grid;
		width: 100%;
		grid-template-columns: 1fr;
	}

	.landing-minifolio .hero-btn-wrapper .theme-btn,
	.landing-minifolio .hero-btn-wrapper .video-btn {
		width: 100%;
		justify-content: center;
	}

	.landing-minifolio .hero-1 .hero-content .hero-bottom .hero-btn-wrapper .video-btn {
		width: fit-content;
		min-width: 150px;
		justify-self: center;
		padding-right: 16px;
	}

	.home-marquee-track {
		padding: 11px 0;
	}

	.home-marquee-group {
		gap: 18px;
		padding-right: 18px;
	}

	.home-section-header {
		margin-bottom: 34px;
	}

	.home-section-copy p,
	.home-section-header p {
		font-size: 15px;
		line-height: 1.75;
	}

	.home-card {
		border-radius: 14px;
	}

	.public-card,
	.public-form-panel,
	.public-sidebar-card,
	.public-contact-card,
	.public-map-card,
	.public-profile-media,
	.public-empty-state {
		border-radius: 14px;
	}

	.home-metric-card strong {
		font-size: 48px;
	}

	.about-photo-collage::before {
		inset: 8px;
		border-radius: 12px;
	}

	.about-profile-photo::before {
		inset: 8px;
		border-radius: 12px;
	}

	.about-education-photo-column img {
		width: min(78vw, 280px);
		max-height: clamp(340px, 112vw, 480px);
	}

	.about-photo-stack {
		width: min(76%, 230px);
		gap: 8px;
	}

	.about-photo-stack img {
		border-radius: 12px;
	}
}
