html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #fafafa;
	color: #1d1d1f;
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	-webkit-font-smoothing: antialiased;
}

a {
	color: #2563eb;
	text-decoration: none;
}

a:hover {
	color: #1d4ed8;
}

::selection {
	background: #dbeafe;
}

input,
select,
textarea,
button {
	font-family: inherit;
}

@keyframes floaty {
	0%,
	100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-14px);
	}
}

@keyframes blob {
	0%,
	100% {
		transform: translate(0, 0) scale(1);
	}

	50% {
		transform: translate(30px, -20px) scale(1.08);
	}
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.site-nav {
	position: sticky;
	top: 0;
	z-index: 50;
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	background: rgba(250, 250, 250, 0.78);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.site-nav-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 14px clamp(16px, 4vw, 32px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.brand {
	display: inline-flex;
	align-items: center;
	transition: opacity 0.2s;
}

.brand:hover {
	opacity: 0.7;
}

.brand img {
	width: auto;
	height: 40px;
	display: block;
}

@media (max-width: 719px) {
	.brand img {
		height: 32px;
	}
}

.nav-toggle {
	display: none;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.nav-toggle-bar {
	width: 18px;
	height: 2px;
	border-radius: 2px;
	background: #1d1d1f;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
	opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.nav-links {
	display: flex;
	align-items: center;
	gap: clamp(10px, 2vw, 26px);
	font-size: 14px;
	font-weight: 500;
}

.nav-links a {
	color: #424245;
}

.nav-links a:hover {
	color: #2563eb;
}

.nav-links a.is-active {
	color: #2563eb;
}

.nav-links .nav-cta {
	color: #fff;
	background: #1d1d1f;
	padding: 7px 16px;
	border-radius: 999px;
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta.is-active {
	background: #2563eb;
	color: #fff;
}

@media (max-width: 719px) {
	.nav-toggle {
		display: flex;
	}

	.nav-links {
		display: none;
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
		padding: 8px 0 4px;
		font-size: 16px;
	}

	.nav-links.is-open {
		display: flex;
	}

	.nav-links a {
		width: 100%;
		padding: 12px 4px;
		border-radius: 10px;
	}

	.nav-links .nav-cta {
		width: auto;
		margin-top: 6px;
		padding: 12px 22px;
	}
}

.hero {
	position: relative;
	overflow: hidden;
}

.hero-blob {
	position: absolute;
	border-radius: 50%;
}

.hero-blob-blue {
	top: -120px;
	right: -80px;
	width: 480px;
	height: 480px;
	background: radial-gradient(circle, rgba(37, 99, 235, 0.09), transparent 65%);
	animation: blob 9s ease-in-out infinite;
}

.hero-blob-slate {
	bottom: -140px;
	left: -100px;
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(100, 116, 139, 0.07), transparent 65%);
	animation: blob 11s ease-in-out infinite reverse;
}

.hero-inner {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
	padding: clamp(56px, 9vw, 120px) clamp(16px, 4vw, 32px) clamp(48px, 7vw, 96px);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
	gap: clamp(32px, 5vw, 64px);
	align-items: center;
}

.hero-copy {
	animation: fadeUp 0.7s ease both;
}

.status-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 999px;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 500;
	color: #424245;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.status-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #34a853;
	flex-shrink: 0;
}

.hero h1 {
	margin: 20px 0 0;
	font-size: clamp(40px, 7vw, 72px);
	line-height: 1.02;
	letter-spacing: -0.035em;
	font-weight: 800;
}

.accent-dot {
	color: #2563eb;
}

.hero-role {
	margin: 14px 0 0;
	font-size: clamp(19px, 2.4vw, 24px);
	font-weight: 600;
	color: #2563eb;
	letter-spacing: -0.01em;
}

.hero-lead {
	margin: 14px 0 0;
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 1.6;
	color: #6e6e73;
	max-width: 46ch;
	text-wrap: pretty;
}

.hero-actions {
	margin-top: 32px;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.button-primary {
	background: #2563eb;
	color: #fff;
	padding: 14px 28px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 16px;
	box-shadow: 0 8px 24px rgba(37, 99, 235, 0.32);
	transition: transform 0.2s;
}

.button-primary:hover {
	color: #fff;
	transform: translateY(-2px);
}

.button-secondary {
	background: #fff;
	color: #1d1d1f;
	padding: 14px 28px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 16px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	transition: transform 0.2s;
}

.button-secondary:hover {
	color: #1d1d1f;
	transform: translateY(-2px);
}

.hero-card-stage {
	perspective: 1200px;
	display: grid;
	place-items: center;
	animation: fadeUp 0.7s 0.15s ease both;
}

.hero-card-tilt {
	width: 100%;
	max-width: 460px;
	transform-style: preserve-3d;
	transition: transform 0.18s ease-out;
}

.code-card {
	width: min(100%, 460px);
	box-sizing: border-box;
	background: linear-gradient(160deg, #1c1c22, #101014);
	border-radius: 24px;
	padding: 22px 24px 26px;
	box-shadow: 0 40px 80px rgba(15, 20, 60, 0.35), 0 2px 0 rgba(255, 255, 255, 0.06) inset;
	animation: floaty 6s ease-in-out infinite;
	font-family: "SF Mono", ui-monospace, Menlo, Consolas, monospace;
}

.window-dots {
	display: flex;
	gap: 7px;
	margin-bottom: 18px;
}

.window-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.window-dot-red {
	background: #ff5f57;
}

.window-dot-yellow {
	background: #febc2e;
}

.window-dot-green {
	background: #28c840;
}

.code-snippet {
	margin: 0;
	font-size: clamp(13px, 1.5vw, 15px);
	line-height: 1.75;
	color: #e8e8ed;
	white-space: pre-wrap;
	font-family: inherit;
}

.code-keyword {
	color: #c678dd;
}

.code-function {
	color: #61afef;
}

.code-string {
	color: #98c379;
}

.code-type {
	color: #56b6c2;
}

.code-card-footer {
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 13px;
	color: #98989f;
}

.code-card-footer .status-dot {
	width: 9px;
	height: 9px;
}

.section-inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: clamp(56px, 8vw, 104px) clamp(16px, 4vw, 32px);
}

.section-inner-narrow {
	max-width: 900px;
}

.section-white {
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.section-dark {
	background: #1d1d1f;
	color: #f5f5f7;
}

.kicker {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2563eb;
}

.kicker-light {
	color: #60a5fa;
}

.section h2 {
	margin: 0;
	font-size: clamp(28px, 4vw, 40px);
	letter-spacing: -0.025em;
	font-weight: 700;
	line-height: 1.15;
}

.section h2.section-heading {
	margin-top: 18px;
}

.section-dark h2 {
	color: #fff;
}

.about-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
	gap: clamp(28px, 4vw, 56px);
	margin-top: 18px;
	align-items: start;
}

.about-text {
	margin: 18px 0 0;
	font-size: 17px;
	line-height: 1.7;
	color: #6e6e73;
	text-wrap: pretty;
}

.about-text + .about-text {
	margin-top: 14px;
}

.info-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 14px;
}

.info-card {
	background: #fafafa;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 20px;
	padding: 20px;
}

.info-card-label {
	margin: 0;
	font-size: 13px;
	color: #6e6e73;
	font-weight: 500;
}

.info-card-value {
	margin: 6px 0 0;
	font-size: 16px;
	font-weight: 600;
}

.info-card-value-wrap {
	overflow-wrap: anywhere;
}

.info-card-link {
	color: #1d1d1f;
}

.info-card-link:hover {
	color: #2563eb;
}

.info-card-highlight {
	background: #eff6ff;
	border-color: #bfdbfe;
}

.info-card-highlight .info-card-label {
	color: #2563eb;
}

.info-card-highlight .info-card-value {
	color: #1e40af;
}

.skill-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
	gap: 18px;
	margin-top: 36px;
}

.skill-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 24px;
	padding: 26px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	transition: transform 0.25s, box-shadow 0.25s;
}

.skill-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.skill-card-head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.skill-color {
	width: 12px;
	height: 12px;
	border-radius: 4px;
	flex-shrink: 0;
}

.skill-card h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.skill-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.skill-pills span {
	background: #f5f5f7;
	border-radius: 999px;
	padding: 7px 14px;
	font-size: 13.5px;
	font-weight: 500;
	color: #424245;
}

.timeline {
	margin-top: 40px;
	display: grid;
	gap: 0;
}

.timeline-entry {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: clamp(14px, 3vw, 28px);
}

.timeline-rail {
	display: grid;
	justify-items: center;
	grid-template-rows: auto 1fr;
	gap: 6px;
}

.timeline-marker {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 3px solid #2563eb;
	background: #fff;
	margin-top: 6px;
	box-sizing: content-box;
}

.timeline-line {
	width: 2px;
	background: linear-gradient(#dbeafe, #f0f0f2);
	border-radius: 2px;
}

.timeline-body {
	padding-bottom: 36px;
}

.period-pill {
	display: inline-block;
	background: #eff6ff;
	color: #1e40af;
	border-radius: 999px;
	padding: 5px 13px;
	font-size: 12.5px;
	font-weight: 600;
}

.timeline-body h3 {
	margin: 12px 0 0;
	font-size: clamp(19px, 2.4vw, 23px);
	font-weight: 700;
	letter-spacing: -0.015em;
}

.timeline-company {
	margin: 4px 0 0;
	font-size: 15px;
	font-weight: 500;
	color: #2563eb;
}

.timeline-body ul {
	margin: 12px 0 0;
	padding-left: 18px;
	color: #6e6e73;
	font-size: 15.5px;
	line-height: 1.8;
}

.timeline-stack {
	margin: 14px 0 0;
	font-size: 13px;
	line-height: 1.7;
	color: #98989f;
}

.timeline-stack span {
	font-weight: 700;
	color: #6e6e73;
}

.contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
	gap: clamp(28px, 4vw, 56px);
	margin-top: 40px;
	align-items: start;
}

.contact-cards {
	display: grid;
	gap: 14px;
}

.contact-card {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 22px;
}

.contact-card-label {
	margin: 0;
	font-size: 13px;
	color: #98989f;
	font-weight: 500;
}

.contact-card-value {
	margin: 6px 0 0;
	font-size: 17px;
	font-weight: 600;
	overflow-wrap: anywhere;
}

.contact-card-value a {
	color: #fff;
}

.contact-card-value a:hover {
	color: #60a5fa;
}

.form-card {
	background: #fff;
	border-radius: 24px;
	padding: clamp(22px, 3vw, 32px);
	color: #1d1d1f;
	box-shadow: 0 32px 64px rgba(0, 0, 0, 0.3);
}

.form-success {
	text-align: center;
	padding: 40px 12px;
}

.form-success-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #dcfce7;
	color: #16a34a;
	display: grid;
	place-items: center;
	font-size: 26px;
	margin: 0 auto;
}

.form-success h3 {
	margin: 18px 0 0;
	font-size: 22px;
	font-weight: 700;
}

.form-success p {
	margin: 10px 0 0;
	color: #6e6e73;
	font-size: 15px;
	line-height: 1.6;
}

.contact-form {
	display: grid;
	gap: 14px;
}

.form-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 14px;
}

.contact-form input:not([type="checkbox"]),
.contact-form select,
.contact-form textarea {
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	padding: 13px 15px;
	font-size: 15px;
	background: #fafafa;
	color: #1d1d1f;
	outline: none;
	box-sizing: border-box;
	width: 100%;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #2563eb;
	background: #fff;
}

.contact-form textarea {
	resize: vertical;
}

.privacy-label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	font-size: 13px;
	color: #6e6e73;
	line-height: 1.5;
	cursor: pointer;
}

.privacy-label input {
	margin-top: 2px;
	accent-color: #2563eb;
}

.form-submit {
	border: none;
	padding: 15px 28px;
	cursor: pointer;
}

.form-submit:disabled {
	opacity: 0.6;
	cursor: default;
	transform: none;
}

.form-error {
	margin: 0;
	font-size: 13.5px;
	color: #dc2626;
	line-height: 1.5;
}

.footer-line {
	margin: clamp(48px, 6vw, 72px) 0 0;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 13px;
	color: #98989f;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px 20px;
}

.footer-line p {
	margin: 0;
}

.footer-line a {
	color: #98989f;
}

.footer-line a:hover {
	color: #60a5fa;
}
