/*
Theme Name: Gurpreet Sahni
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated to replicate the provided Lovable frontend exactly in PHP, CSS, and vanilla JavaScript.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: gurpreet-sahni
*/

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("assets/fonts/inter-300.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/inter-400.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("assets/fonts/inter-500.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/inter-600.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/inter-700.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("assets/fonts/inter-800.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("assets/fonts/inter-900.woff2") format("woff2");
}

:root {
	/* Matches Lovable / Tailwind: hsl(222 30% 5%) */
	--background: hsl(222, 30%, 5%);
	--foreground: hsl(210, 20%, 95%);
	--card: hsl(222, 25%, 9%);
	--card-foreground: hsl(210, 20%, 95%);
	--popover: hsl(222, 25%, 9%);
	--popover-foreground: hsl(210, 20%, 95%);
	--primary: hsl(160, 82%, 41%);
	--primary-foreground: hsl(222, 30%, 5%);
	--secondary: hsl(222, 40%, 25%);
	--secondary-foreground: hsl(210, 20%, 95%);
	--muted: hsl(222, 20%, 12%);
	--muted-foreground: hsl(220, 10%, 50%);
	--accent: hsl(160, 82%, 41%);
	--accent-foreground: hsl(222, 30%, 5%);
	--destructive: hsl(0, 84%, 60%);
	--destructive-foreground: hsl(210, 20%, 95%);
	--border: hsl(222, 15%, 16%);
	--input: hsl(222, 15%, 16%);
	--ring: hsl(160, 82%, 41%);
	--sidebar-background: hsl(222, 30%, 7%);
	--sidebar-foreground: hsl(210, 20%, 95%);
	--sidebar-primary: hsl(160, 82%, 41%);
	--sidebar-primary-foreground: hsl(222, 30%, 5%);
	--sidebar-accent: hsl(222, 20%, 12%);
	--sidebar-accent-foreground: hsl(210, 20%, 95%);
	--sidebar-border: hsl(222, 15%, 16%);
	--sidebar-ring: hsl(160, 82%, 41%);
	--aurora-stop-1: #12bf85;
	--aurora-stop-2: #66b0ff;
	--aurora-stop-3: #350fcc;
	--radius: 0.75rem;
	--container: 1400px;
	--nav-width: min(calc(100% - 2rem), 42rem);
	/* Lovable: backdrop-blur-2xl + backdrop-saturate-150 */
	--nav-backdrop: blur(40px) saturate(1.5);
	--spring-ease: cubic-bezier(0.34, 1.25, 0.64, 1);
	--spring-ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Inter", sans-serif;
	background: var(--background);
	color: var(--foreground);
	min-width: 320px;
	position: relative;
	line-height: 1.5;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
	background-size: 80px 80px;
}

a {
	color: inherit;
	text-decoration: none;
}

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

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

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site {
	position: relative;
	z-index: 1;
	overflow-x: hidden;
	animation: site-fade-in 0.5s ease-out both;
}

.container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

.site-main {
	margin: 0;
	padding: 0;
	min-height: 0;
}

.section {
	position: relative;
}

.glass,
.glass-card {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1rem;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.glass-card {
	box-shadow: 0 14px 42px rgba(0, 0, 0, 0.22);
}

.text-gradient {
	/* Lovable: from-primary to-emerald-400 */
	background: linear-gradient(90deg, hsl(160, 82%, 41%), #34d399);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.button,
.button-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border-radius: 999px;
	font-weight: 600;
	white-space: nowrap;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.button {
	min-height: 3.25rem;
	padding: 0 2rem;
	background: var(--primary);
	color: var(--primary-foreground);
	box-shadow: 0 0 20px rgba(18, 191, 133, 0.3);
}

.button:hover,
.button:focus-visible {
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 0 30px rgba(18, 191, 133, 0.5), 0 4px 24px hsla(160, 82%, 41%, 0.35);
}

.button:active {
	transform: scale(0.97);
	transition-duration: 0.15s;
}

.button-outline {
	min-height: 3rem;
	padding: 0 2rem;
	border: 1px solid rgba(32, 39, 54, 1);
	background: rgba(21, 28, 42, 0.2);
	color: var(--foreground);
}

.button-outline:hover,
.button-outline:focus-visible {
	transform: translateY(-2px) scale(1.05);
	border-color: rgba(18, 191, 133, 0.5);
	box-shadow: 0 0 15px hsla(160, 82%, 41%, 0.2);
	color: var(--primary);
}

.button-outline:active {
	transform: scale(0.97);
	transition-duration: 0.15s;
}

.button-small {
	min-height: 2rem;
	padding: 0 1.25rem;
	font-size: 0.75rem;
}

.icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	flex: 0 0 auto;
}

.icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.site-nav {
	position: fixed;
	top: 1rem;
	left: 50%;
	z-index: 50;
	width: var(--nav-width);
	transform: translateX(-50%);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: var(--nav-backdrop);
	-webkit-backdrop-filter: var(--nav-backdrop);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.03);
	border-radius: 999px;
	/* Lovable: transition-all duration-300 */
	transition:
		background-color 0.3s ease,
		backdrop-filter 0.3s ease,
		-webkit-backdrop-filter 0.3s ease,
		border-radius 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s ease;
	animation: nav-enter 0.65s var(--spring-ease-soft) 0.2s both;
}

.site-nav.is-open {
	border-radius: 1rem;
}

/* Lovable: bg-background/70 (mismo hsl que --background al 70%) */
.site-nav.is-scrolled {
	background: hsl(222 30% 5% / 0.7);
}

.site-nav__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* Lovable: h-12 px-3 md:px-2 gap-4 */
	height: 3rem;
	box-sizing: border-box;
	padding: 0 0.75rem;
	gap: 1rem;
}

@media (min-width: 768px) {
	.site-nav__inner {
		padding: 0 0.5rem;
	}
}

.site-nav__brand {
	display: flex;
	align-items: center;
	gap: 0.625rem;
}

.brand-badge {
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: var(--primary);
	color: var(--primary-foreground);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
	font-weight: 700;
	transition: transform 0.2s var(--spring-ease-soft);
}

.site-nav__brand:hover .brand-badge,
.site-nav__brand:focus-visible .brand-badge {
	transform: scale(1.1);
}

.site-nav__brand:active .brand-badge {
	transform: scale(0.95);
}

.brand-name {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.site-nav__links {
	display: none;
	align-items: center;
	gap: 2rem;
}

.site-nav__link {
	position: relative;
	font-size: 0.875rem;
	font-weight: 500;
	color: var(--muted-foreground);
	transition: color 0.3s ease, transform 0.3s ease;
}

.site-nav__link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.25rem;
	width: 0;
	height: 2px;
	background: var(--primary);
	transition: width 0.3s ease;
}

.site-nav__link:hover,
.site-nav__link:focus-visible {
	color: var(--foreground);
	transform: translateY(-1px);
}

.site-nav__link:hover::after,
.site-nav__link:focus-visible::after {
	width: 100%;
}

.site-nav__cta {
	display: none;
}

.site-nav__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border: 0;
	background: transparent;
	color: var(--foreground);
	cursor: pointer;
	padding: 0;
	transition: transform 0.15s var(--spring-ease-soft);
}

.site-nav__toggle:active {
	transform: scale(0.9);
}

.site-nav__mobile {
	display: none;
	padding: 0 1.25rem 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(32px);
	-webkit-backdrop-filter: blur(32px);
	border-radius: 0 0 1rem 1rem;
	overflow: hidden;
}

.site-nav.is-open .site-nav__mobile {
	display: block;
	animation: nav-mobile-open 0.25s ease-in-out both;
}

.site-nav__mobile-links {
	display: grid;
	gap: 0.875rem;
	padding: 1rem 0 1rem;
}

.site-nav__mobile-link {
	font-size: 1rem;
	font-weight: 500;
	color: var(--muted-foreground);
	transition: color 0.25s ease;
}

.site-nav__mobile-link:hover,
.site-nav__mobile-link:focus-visible {
	color: var(--foreground);
}

/*
 * Lovable HeroSection: section.relative.min-h-screen.flex.items-center.pt-24.pb-16
 * (eje principal en fila + items-center = bloque centrado en vertical en el área útil)
 */
.hero {
	position: relative;
	z-index: 0;
	isolation: isolate;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	min-height: 100vh;
	min-height: 100svh;
	margin: 0;
	padding: 6rem 0 4rem;
	overflow-x: hidden;
	overflow-y: visible;
}

.hero > .container {
	position: relative;
	z-index: 10;
	flex: 0 1 auto;
	width: 100%;
	max-width: var(--container);
}

/* Barra de administración WP: body.admin-bar + margin-top en html */
body.admin-bar .hero {
	min-height: calc(100vh - 32px);
	min-height: calc(100svh - 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar .hero {
		min-height: calc(100vh - 46px);
		min-height: calc(100svh - 46px);
	}
}

body.admin-bar .site-nav {
	top: calc(32px + 1rem);
}

@media screen and (max-width: 782px) {
	body.admin-bar .site-nav {
		top: calc(46px + 1rem);
	}
}

/*
 * Aurora y velo como Lovable (inset-0 detrás del nav): suben detrás del menú fijo.
 * overflow-y: visible en .hero evita recortar el brillo bajo el nav.
 */
.hero__aurora,
.hero__overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: -324px;
	height: calc(100% + 284px);
	bottom: auto;
}

.hero__aurora {
	opacity: 0.95;
	top: -354px;
}

.hero__overlay {
	background: linear-gradient(
		to bottom,
		hsla(222, 30%, 5%, 0.6),
		hsla(222, 30%, 5%, 0.4),
		var(--background)
	);
}

/* Lovable: max-w-4xl (56rem) + flex flex-col items-center text-center */
.hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 56rem;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hero__photo {
	width: 9rem;
	height: 9rem;
	margin-bottom: 2rem;
	border-radius: 999px;
	overflow: hidden;
	border: 4px solid hsla(160, 82%, 41%, 0.3);
	box-shadow: 0 10px 15px -3px hsla(160, 82%, 41%, 0.1), 0 4px 6px -4px hsla(160, 82%, 41%, 0.1);
	animation: hero-float 4s ease-in-out infinite;
	will-change: transform;
}

.hero__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.hero__skills {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
}

.hero__skill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.25rem;
	padding: 0 1.25rem;
	border-radius: 999px;
	border: 1px solid rgba(32, 39, 54, 0.6);
	background: rgba(21, 28, 42, 0.3);
	font-size: 0.75rem;
	font-weight: 500;
	color: var(--muted-foreground);
	cursor: default;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.hero__skill:hover {
	transform: translateY(-3px) scale(1.08);
	border-color: hsla(160, 82%, 41%, 0.4);
	color: var(--foreground);
	box-shadow: 0 8px 20px -4px hsla(160, 82%, 41%, 0.2);
}

.hero__skill:active {
	transform: scale(0.95);
}

/* Lovable: pills spring in after the row is visible */
.hero__skills[data-animate].is-visible .hero__skill {
	animation: hero-skill-in 0.48s var(--spring-ease) both;
}

.hero__skills[data-animate].is-visible .hero__skill:nth-child(1) {
	animation-delay: 0.08s;
}

.hero__skills[data-animate].is-visible .hero__skill:nth-child(2) {
	animation-delay: 0.16s;
}

.hero__skills[data-animate].is-visible .hero__skill:nth-child(3) {
	animation-delay: 0.24s;
}

.hero__skills[data-animate].is-visible .hero__skill:nth-child(4) {
	animation-delay: 0.32s;
}

.hero__skills[data-animate].is-visible .hero__skill:nth-child(5) {
	animation-delay: 0.4s;
}

.hero__skills[data-animate].is-visible .hero__skill:nth-child(6) {
	animation-delay: 0.48s;
}

.hero__skills[data-animate].is-visible .hero__skill:nth-child(7) {
	animation-delay: 0.56s;
}

.hero__skills[data-animate].is-visible .hero__skill:nth-child(8) {
	animation-delay: 0.64s;
}

.hero__title {
	margin: 0 0 1rem;
	font-size: clamp(2.5rem, 10vw, 9rem);
	line-height: 1;
	font-weight: 900;
	letter-spacing: -0.05em;
}

.text-type {
	display: inline-block;
	white-space: pre-wrap;
}

.text-type__cursor {
	display: inline-block;
	margin-left: 0.25rem;
	color: var(--primary);
	animation: cursor-blink 0.5s ease-in-out infinite alternate;
}

.hero__subtitle {
	max-width: 42rem;
	margin: 0 0 1rem;
	font-size: clamp(1.125rem, 2.5vw, 1.25rem);
	font-weight: 300;
	font-style: italic;
	line-height: 1.7;
	color: var(--muted-foreground);
}

.hero__divider {
	width: 4rem;
	height: 2px;
	margin: 0 auto 2rem;
	background: rgba(18, 191, 133, 0.5);
	transform-origin: center;
	animation: hero-divider 0.8s ease-out both;
}

.scroll-reveal {
	margin: 0;
}

.scroll-reveal__text {
	max-width: 32rem;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--muted-foreground);
}

.scroll-reveal__text[data-scroll-reveal] {
	will-change: transform;
}

/* Lovable: max-w-xl (36rem) + text-center; párrafo descriptivo legible */
.hero .scroll-reveal__text {
	max-width: 36rem;
	text-align: center;
}

.hero .scroll-reveal__text[data-scroll-reveal] {
	will-change: auto;
}

/* Lovable: espacio bajo el bloque descriptivo (equivalente a my-5 del wrapper del <p>) */
.hero .scroll-reveal {
	margin-bottom: 1.25rem;
}

.scroll-reveal__word {
	display: inline-block;
	opacity: 0.2;
	filter: blur(3px);
	transform: translateZ(0);
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	margin: 0 0 4rem;
}

.hero__scroll-indicator {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	opacity: 0;
	animation: hero-scroll-indicator-in 0.55s ease-out 2.5s forwards;
}

.hero__scroll-track {
	width: 1.5rem;
	height: 2.5rem;
	border-radius: 999px;
	border: 2px solid hsla(220, 10%, 50%, 0.3);
	padding-top: 0.5rem;
	display: flex;
	justify-content: center;
	animation: scroll-mouse-y 1.8s ease-in-out infinite;
}

.hero__scroll-dot {
	width: 0.25rem;
	height: 0.5rem;
	border-radius: 999px;
	background: hsla(160, 82%, 41%, 0.6);
	animation: scroll-bounce 1.8s ease-in-out infinite;
}

.about {
	padding: 6rem 0 8rem;
}

.about .container {
	max-width: min(100%, 64rem);
}

.about::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, transparent, rgba(21, 28, 42, 0.1), transparent);
	pointer-events: none;
}

.section-heading {
	position: relative;
	z-index: 1;
	max-width: 48rem;
	margin: 0 auto 4rem;
	text-align: center;
}

.section-heading__eyebrow {
	margin: 0 0 0.75rem;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--primary);
}

.section-heading__title {
	margin: 0 0 1.5rem;
	font-size: clamp(1.875rem, 5vw, 3rem);
	font-weight: 700;
	line-height: 1.15;
}

/* Lovable: text-lg max-w-2xl leading-[1.5] text-muted-foreground */
.about .section-heading .scroll-reveal__text {
	max-width: 42rem;
	font-size: 1.125rem;
	line-height: 1.5;
}

.about__cards {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 1.5rem;
}

.about-card {
	padding: 2rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
	transform: translateY(-6px) scale(1.02);
	box-shadow: 0 20px 40px -12px rgba(18, 191, 133, 0.1);
}

.about-card__icon {
	width: 3rem;
	height: 3rem;
	border-radius: 0.75rem;
	background: rgba(18, 191, 133, 0.1);
	border: 1px solid rgba(18, 191, 133, 0.2);
	color: var(--primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.25rem;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.about-card:hover .about-card__icon {
	background: rgba(18, 191, 133, 0.2);
	animation: about-icon-wiggle 0.5s var(--spring-ease-soft) both;
}

.about-card__icon svg {
	width: 24px;
	height: 24px;
}

.about-card__title {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	transition: color 0.3s ease;
}

.about-card:hover .about-card__title {
	color: var(--primary);
}

.about-card__description {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.65;
	color: var(--muted-foreground);
}

.contact {
	padding: 6rem 0 8rem;
}

.contact .container {
	max-width: min(100%, 56rem);
}

.contact__card {
	overflow: hidden;
	padding: 0;
}

.contact__layout {
	display: flex;
	flex-direction: column;
}

.contact__media {
	min-height: 15rem;
	overflow: hidden;
}

.contact__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: transform 0.6s ease;
}

.contact__media:hover img {
	transform: scale(1.05);
}

.contact__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.5rem;
}

.contact__body {
	margin-bottom: 2rem;
}

/* Lovable: text-base leading-[1.5] text-muted-foreground */
.contact__description .scroll-reveal__text {
	max-width: none;
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
}

.contact__links {
	display: grid;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.contact__link {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	min-width: 0;
	color: var(--muted-foreground);
	transition: transform 0.25s ease, color 0.25s ease;
}

.contact__link:hover,
.contact__link:focus-visible {
	transform: translateX(6px);
	color: var(--foreground);
}

.contact__link span:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contact__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.contact__actions .button {
	box-shadow: 0 0 16px hsla(160, 82%, 41%, 0.25);
}

.contact__actions .button:hover,
.contact__actions .button:focus-visible {
	box-shadow: 0 0 24px hsla(160, 82%, 41%, 0.4), 0 4px 24px hsla(160, 82%, 41%, 0.35);
}

.footer-section {
	border-top: 1px solid rgba(32, 39, 54, 0.5);
	padding: 2.5rem 0;
}

.footer-section__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	text-align: center;
}

.footer-section__brand {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.footer-section__brand span:last-child,
.footer-section__credit {
	font-size: 0.875rem;
	color: var(--muted-foreground);
}

.footer-section__icons {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.footer-section__icon-link {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.75rem;
	border: 1px solid rgba(32, 39, 54, 0.6);
	background: rgba(21, 28, 42, 0.2);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.25s ease, border-color 0.25s ease;
}

.footer-section__icon-link:hover,
.footer-section__icon-link:focus-visible {
	transform: translateY(-3px) scale(1.1);
	border-color: hsla(160, 82%, 41%, 0.5);
}

.footer-section__icon-link:active {
	transform: scale(0.92);
}

.footer-section__icon-link svg {
	width: 24px;
	height: 24px;
	color: var(--muted-foreground);
}

.footer-section__credit-link {
	color: var(--foreground);
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color 0.25s ease;
}

.footer-section__credit-link:hover,
.footer-section__credit-link:focus-visible {
	color: var(--primary);
}

.not-found {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	padding: 2rem;
}

.not-found__card {
	max-width: 32rem;
	padding: 2rem;
	text-align: center;
}

[data-animate] {
	opacity: 0;
	transform: translate3d(0, 40px, 0) scale(0.96);
	transition:
		opacity 0.65s var(--spring-ease-soft),
		transform 0.72s var(--spring-ease);
}

[data-animate].is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

/* Lovable HeroSection: staggerChildren ~0.14s, delayChildren ~0.15s */
.hero__inner > [data-animate]:nth-child(1) {
	transition-delay: 0.15s;
}

.hero__inner > [data-animate]:nth-child(2) {
	transition-delay: 0.29s;
}

.hero__inner > [data-animate]:nth-child(3) {
	transition-delay: 0.43s;
}

.hero__inner > [data-animate]:nth-child(4) {
	transition-delay: 0.57s;
}

.hero__inner > [data-animate]:nth-child(5) {
	transition-delay: 0.71s;
}

.hero__inner > [data-animate]:nth-child(6) {
	transition-delay: 0.85s;
}

.hero__inner > [data-animate]:nth-child(7) {
	transition-delay: 0.99s;
}

@keyframes hero-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

@keyframes cursor-blink {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0.15;
	}
}

@keyframes site-fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes nav-enter {
	from {
		opacity: 0;
		transform: translate(-50%, -30px);
	}
	to {
		opacity: 1;
		transform: translate(-50%, 0);
	}
}

@keyframes nav-mobile-open {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes hero-skill-in {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0) scale(0.6);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes about-icon-wiggle {
	0% {
		transform: rotate(0deg) scale(1.1);
	}
	35% {
		transform: rotate(-12deg) scale(1.1);
	}
	70% {
		transform: rotate(12deg) scale(1.1);
	}
	100% {
		transform: rotate(0deg) scale(1.1);
	}
}

@keyframes hero-scroll-indicator-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes scroll-mouse-y {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(8px);
	}
}

@keyframes scroll-bounce {
	0%,
	100% {
		transform: translateY(0);
		opacity: 0.3;
	}
	50% {
		transform: translateY(6px);
		opacity: 1;
	}
}

@keyframes hero-divider {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}

@media (min-width: 640px) {
	.hero__title {
		white-space: nowrap;
	}

	.hero__photo {
		width: 11rem;
		height: 11rem;
	}

	.about__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.contact__content {
		padding: 2rem;
	}

	.footer-section__inner {
		flex-direction: row;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.brand-name,
	.site-nav__links,
	.site-nav__cta {
		display: flex;
	}

	.site-nav__cta {
		display: block;
	}

	.site-nav__toggle,
	.site-nav__mobile {
		display: none !important;
	}

	.contact__layout {
		flex-direction: row;
	}

	.contact__media {
		width: 40%;
		min-height: 26.25rem;
	}

	.contact__content {
		width: 60%;
		padding: 2rem 2.5rem;
	}
}

@media (min-width: 1024px) {
	.container {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.hero {
		padding-bottom: 4rem;
	}

	.hero__subtitle {
		font-size: 1.25rem;
	}

	.scroll-reveal__text {
		font-size: 1.125rem;
	}

	.contact__content {
		padding: 2.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.site,
	.site-nav,
	.hero__scroll-indicator,
	.hero__scroll-track,
	.hero__scroll-dot,
	.hero__photo,
	.text-type__cursor {
		animation: none !important;
	}

	.hero__skills[data-animate].is-visible .hero__skill {
		animation: none !important;
	}

	[data-animate] {
		transition-duration: 0.01ms !important;
		transition-delay: 0s !important;
	}

	.hero__inner > [data-animate] {
		transition-delay: 0s !important;
	}

	.about-card:hover .about-card__icon {
		animation: none !important;
		transform: scale(1.1);
	}
}
