/* Rishi Alva: site enhancements (layered on HTML5 UP Massively) */

:root {
	--ea-accent: #22d3ee;
	--ea-accent-dim: rgba(34, 211, 238, 0.35);
	--ea-radius: 14px;
	--ea-radius-lg: 22px;
	--ea-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
	--ea-shadow-hover: 0 28px 60px rgba(15, 23, 42, 0.18);
	--ea-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	#wrapper > .bg::after {
		animation: none;
		opacity: 0.8;
		transform: none;
	}
	#intro::before {
		animation: none;
	}
	.reveal {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
	.skill-meter__fill {
		width: var(--skill) !important;
		transition: none !important;
	}
	#main .recruiter-section .reveal-item {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}
	#footer .contact-enhanced > .contact-card::after {
		transition: none !important;
	}
	#footer .contact-enhanced > .contact-card:hover .contact-card__icon {
		transform: none;
		box-shadow: none;
	}
}

/* Site backdrop: deep mesh + aurora (replaces stock Massively photo) */
html {
	background: #070b14;
}

body {
	font-family: "DM Sans", "Source Sans Pro", Helvetica, sans-serif;
	background: #070b14;
}

#wrapper > .bg {
	background-color: #070b14 !important;
	background-image:
		radial-gradient(ellipse 120% 90% at 10% 0%, rgba(34, 211, 238, 0.22), transparent 55%),
		radial-gradient(ellipse 100% 80% at 95% 15%, rgba(99, 102, 241, 0.2), transparent 52%),
		radial-gradient(ellipse 80% 60% at 60% 95%, rgba(6, 182, 212, 0.14), transparent 50%),
		radial-gradient(ellipse 60% 40% at 30% 60%, rgba(14, 165, 233, 0.08), transparent 45%),
		linear-gradient(165deg, #0a0f1a 0%, #111827 28%, #0f172a 55%, #0c1220 100%) !important;
	background-size: auto, auto, auto, auto, 100% 100% !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-attachment: scroll, scroll, scroll, scroll, scroll !important;
}

#wrapper > .bg::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(
		ellipse 90% 70% at 50% 40%,
		rgba(34, 211, 238, 0.12),
		transparent 65%
	);
	opacity: 0.85;
	animation: ea-backdrop-pulse 16s ease-in-out infinite alternate;
}

@keyframes ea-backdrop-pulse {
	from {
		opacity: 0.65;
		transform: scale(1);
	}
	to {
		opacity: 0.95;
		transform: scale(1.06);
	}
}

/* Hero: subtle color wash + depth */
#intro {
	overflow: hidden;
}

#intro::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(
		160deg,
		rgba(6, 182, 212, 0.22) 0%,
		rgba(30, 37, 45, 0.15) 40%,
		rgba(24, 191, 239, 0.18) 100%
	);
	animation: ea-hero-shift 14s ease-in-out infinite alternate;
}

@keyframes ea-hero-shift {
	from {
		opacity: 0.85;
		transform: scale(1);
	}
	to {
		opacity: 1;
		transform: scale(1.03);
	}
}

#intro > * {
	position: relative;
	z-index: 1;
}

/* Hero typography: title, role, blurb, visible links */
#intro .intro-eyebrow {
	font-family: "DM Sans", "Source Sans Pro", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
	margin: 0 0 1.25rem 0;
	font-style: normal;
}

#intro h1 {
	font-size: clamp(2.75rem, 8vw, 5rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.05;
	margin: 0 0 0.75rem 0;
	text-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
	background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.88) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

@supports not (background-clip: text) {
	#intro h1 {
		color: #ffffff;
		-webkit-text-fill-color: unset;
	}
}

#intro .intro-role {
	font-size: clamp(1.15rem, 2.8vw, 1.65rem);
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.06em;
	color: #a5f3fc;
	margin: 0 0 1.75rem 0;
	text-shadow: 0 2px 20px rgba(34, 211, 238, 0.35);
}

#intro ul.intro-quicklinks {
	list-style: none;
	padding: 0;
	margin: 0 0 2rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem 0.85rem;
}

#intro ul.intro-quicklinks li {
	padding: 0;
}

#intro ul.intro-quicklinks .button.small {
	font-size: 0.8rem;
	padding: 0 1.15rem;
	height: 2.35rem;
	line-height: 2.35rem;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.55);
	transition:
		box-shadow 0.3s var(--ea-ease),
		background-color 0.3s ease,
		color 0.25s ease,
		transform 0.3s var(--ea-ease);
}

#intro ul.intro-quicklinks .button.small:hover {
	background-color: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 0 0 2px #22d3ee;
	color: #ecfeff !important;
}

#main article .post-meta {
	font-size: 0.95rem;
	color: #717981;
	margin: -0.35rem 0 0 0;
}

#intro .actions .button {
	transition:
		box-shadow 0.35s var(--ea-ease),
		transform 0.35s var(--ea-ease),
		color 0.25s ease;
}

#intro .actions .button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

/* Sticky nav polish */
#header {
	transition: box-shadow 0.4s var(--ea-ease), backdrop-filter 0.4s ease;
}

#nav {
	transition: border-color 0.35s ease;
}

#nav ul.links a {
	position: relative;
	transition: color 0.25s ease;
}

#nav ul.links a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, var(--ea-accent), #67e8f9);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.35s var(--ea-ease);
}

#nav ul.links a:hover::after,
#nav ul.links li.active a::after {
	transform: scaleX(1);
}

#navPanel nav ul.links a {
	position: relative;
	transition: color 0.25s ease;
}

#navPanel nav ul.links a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, var(--ea-accent), #67e8f9);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.35s var(--ea-ease);
}

#navPanel nav ul.links a:hover::after,
#navPanel nav ul.links li.active a::after {
	transform: scaleX(1);
}

#nav ul.icons a {
	transition:
		color 0.25s ease,
		transform 0.3s var(--ea-ease);
}

#nav ul.icons a:hover {
	transform: translateY(-3px);
	color: var(--ea-accent) !important;
}

#navPanel nav ul.icons a {
	transition:
		color 0.25s ease,
		transform 0.3s var(--ea-ease);
}

#navPanel nav ul.icons a:hover {
	transform: translateY(-3px);
	color: var(--ea-accent) !important;
}

/* Icon row: flex-center so calculator + FA icons share one vertical axis in the 4rem bar */
#nav ul.icons {
	display: flex;
	align-items: center;
	align-self: center;
	flex-wrap: nowrap;
}

#nav ul.icons > li {
	display: flex;
	align-items: center;
	justify-content: center;
}

#navPanel nav ul.icons {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

#navPanel nav ul.icons > li {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Calculators mark — same box as ul.icons li .icon:before (2.25rem circle, inline-block geometry) */
#nav ul.icons li a.nav-calc-mark,
#navPanel nav ul.icons li a.nav-calc-mark {
	position: relative;
	display: inline-block;
	width: 2.25rem;
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: center;
	vertical-align: middle;
	border-radius: 100%;
	border-bottom: 0;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.9);
	overflow: hidden;
}

#nav ul.icons li a.nav-calc-mark:hover,
#navPanel nav ul.icons li a.nav-calc-mark:hover {
	box-shadow: inset 0 0 0 2px var(--ea-accent);
}

#navPanel nav ul.icons li a.nav-calc-mark {
	box-shadow: inset 0 0 0 2px #dddddd;
}

#nav ul.icons li a.nav-calc-mark::before,
#navPanel nav ul.icons li a.nav-calc-mark::before {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	line-height: 0 !important;
}

#nav ul.icons li a.nav-calc-mark img,
#navPanel nav ul.icons li a.nav-calc-mark img {
	width: 1.2rem;
	height: 1.2rem;
	max-width: 1.2rem;
	max-height: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	object-fit: contain;
	margin: 0;
}

/* Project cards */
#main .post,
#main .posts article {
	border-radius: var(--ea-radius-lg);
	transition:
		transform 0.45s var(--ea-ease),
		box-shadow 0.45s var(--ea-ease);
}

#main .post:hover,
#main .posts article:hover {
	transform: translateY(-6px);
	box-shadow: var(--ea-shadow-hover);
}

/* Top two featured projects: smaller, calmer first impression */
#main > .post.featured {
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
	padding: 3.25rem 2rem 2.75rem !important;
	box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
	#main > .post.featured {
		padding: 2.75rem 1.75rem 2.35rem !important;
	}
}

@media screen and (max-width: 736px) {
	#main > .post.featured {
		padding: 2.25rem 1.25rem 2rem !important;
	}
}

#main > .post.featured:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
}

#main > .post.featured header.major h2 {
	font-size: clamp(1.5rem, 3.2vw, 2.1rem) !important;
	line-height: 1.22 !important;
	margin: 0 0 0.85rem 0 !important;
	font-weight: 600;
	letter-spacing: -0.02em;
}

#main > .post.featured header.major p {
	max-width: 34rem;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.92rem !important;
	line-height: 1.58 !important;
	color: #6b7280 !important;
	font-weight: 400;
}

#main > .post.featured .actions.special {
	margin-top: 1.25rem;
}

#main > .post.featured .actions.special .button {
	font-size: 0.82rem;
	padding: 0 1.2rem;
	min-height: 2.5rem;
	line-height: 2.5rem;
	height: auto;
}

#main > .post.featured + .post.featured {
	padding-top: 2rem !important;
}

#main > .post.featured:hover .image.main img {
	transform: scale(1.03);
}

/* Featured hero media: square-ish tile (each keeps its own backdrop: gradient vs photo) */
#main .post.featured .image.main {
	width: 100%;
	max-width: min(100%, 30rem);
	margin: 1.5rem auto 1.75rem;
	aspect-ratio: 1 / 1;
	max-height: none;
	border-radius: var(--ea-radius-lg);
	overflow: hidden;
	box-shadow:
		0 20px 44px rgba(15, 23, 42, 0.11),
		0 0 0 1px rgba(15, 23, 42, 0.06);
	transition: box-shadow 0.4s var(--ea-ease);
}

#main > .post.featured:hover .image.main {
	box-shadow:
		0 32px 64px rgba(15, 23, 42, 0.16),
		0 0 0 1px rgba(34, 211, 238, 0.22);
}

#main .image {
	overflow: hidden;
	border-radius: var(--ea-radius);
}

#main .image img {
	transition: transform 0.55s var(--ea-ease);
}

#main .post:hover .image img,
#main .posts article:hover .image img {
	transform: scale(1.04);
}

/* Four project tiles: shared crop, cool tint, teal vignette (matches site accent) */
#main .posts article .image.fit {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	width: 100%;
	margin: 0 0 1.35rem 0;
}

#main .posts article .image.fit img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.9) brightness(0.91) contrast(1.05);
	transition:
		transform 0.55s var(--ea-ease),
		filter 0.45s ease;
}

#main .posts article .image.fit::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
	background: linear-gradient(
		155deg,
		rgba(24, 191, 239, 0.14) 0%,
		transparent 40%,
		rgba(6, 12, 20, 0.55) 100%
	);
}

#main .posts article:hover .image.fit img {
	filter: saturate(0.96) brightness(0.95) contrast(1.07);
}

#main .post.featured .image.main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* Healthcare Cost Explorer: same clinical gradient, square frame */
#main .post.featured .image.main.image--explorer-feature {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(1.25rem, 4vw, 2rem);
	box-sizing: border-box;
	background:
		radial-gradient(ellipse 75% 65% at 50% 0%, rgba(34, 211, 238, 0.1) 0%, transparent 52%),
		linear-gradient(168deg, #050b12 0%, #0e2438 45%, #081420 100%);
}

#main .post.featured .image.main.image--explorer-feature img {
	width: auto;
	height: auto;
	max-width: min(62%, 220px);
	max-height: min(55%, 200px);
	object-fit: contain;
	object-position: center;
	flex-shrink: 0;
	filter: drop-shadow(0 12px 32px rgba(24, 191, 239, 0.22));
}

@media screen and (min-width: 981px) {
	#main .post.featured .image.main.image--explorer-feature img {
		max-width: min(58%, 240px);
		max-height: min(52%, 220px);
	}
}

#main .button {
	transition:
		background-color 0.25s ease,
		box-shadow 0.35s var(--ea-ease),
		transform 0.25s var(--ea-ease),
		color 0.25s ease;
}

#main .button:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(24, 191, 239, 0.25);
}

/* Scroll-in */
.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity 0.65s var(--ea-ease),
		transform 0.65s var(--ea-ease);
}

.reveal.visible {
	opacity: 1;
	transform: translateY(0);
}

/* Footer contact strip */
#footer section.split.contact section {
	transition: transform 0.3s var(--ea-ease);
}

#footer section.split.contact section:hover {
	transform: translateY(-2px);
}

#footer .icons a {
	transition: color 0.25s ease, transform 0.3s var(--ea-ease);
}

#footer .icons a:hover {
	transform: scale(1.12);
	color: var(--ea-accent) !important;
}

/* Education & career timeline */
#main > .career-section {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	overflow: visible;
	clear: both;
	flex: none;
}

#main .career-section {
	margin-top: 2.5rem;
	padding: 2.5rem 2rem 3rem;
	background: #ffffff;
	border-radius: var(--ea-radius-lg);
	border: 1px solid rgba(220, 220, 220, 0.75);
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.07);
}

@media screen and (max-width: 736px) {
	#main > .career-section {
		padding-bottom: 2.5rem !important;
	}
}

.career-section__head {
	text-align: center;
}

.career-section__lede {
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #5a6369;
}

.career-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	gap: 1.5rem;
	margin: 2rem 0 2.5rem;
}

@media screen and (max-width: 900px) {
	.career-columns {
		grid-template-columns: 1fr;
	}
}

.career-panel {
	padding: 1.5rem 1.35rem;
	border-radius: var(--ea-radius);
	border: 1px solid #e2e8f0;
	background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
	transition: box-shadow 0.35s var(--ea-ease), border-color 0.25s ease;
}

.career-panel:hover {
	box-shadow: var(--ea-shadow);
	border-color: rgba(34, 211, 238, 0.35);
}

.career-panel__title {
	font-size: 1rem;
	margin: 0 0 1rem 0;
	color: #0f172a;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.career-panel__title i {
	color: #0891b2;
}

.career-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.career-list--edu li.career-list__block {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1.35rem;
	padding-bottom: 1.35rem;
	border-bottom: 1px solid #e2e8f0;
}

.career-list--edu li.career-list__block:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.career-list__logo {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	object-fit: contain;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #e2e8f0;
	padding: 6px;
}

.career-list__main {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	flex: 1;
	min-width: 0;
}

.career-list--certs li {
	margin-bottom: 1.1rem;
	padding-bottom: 1.1rem;
	border-bottom: 1px solid #e2e8f0;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.career-list--certs li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.career-panel--certs {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
}

.career-panel--certs .career-list--certs {
	flex: 1 1 auto;
}

.career-panel--certs .career-panel__footnote {
	margin-top: auto;
	padding-top: 1.15rem;
	border-top: 1px solid #e2e8f0;
	text-align: center;
	font-size: 0.9rem;
}

.career-list__org {
	font-weight: 700;
	color: #0f172a;
	font-size: 1.02rem;
}

.career-list__degree {
	font-weight: 600;
	color: #334155;
	font-size: 0.95rem;
}

.career-list__meta {
	font-size: 0.82rem;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.career-list__detail {
	font-size: 0.9rem;
	color: #64748b;
	line-height: 1.5;
	margin-top: 0.35rem;
}

.career-list__activities {
	display: block;
	font-size: 0.88rem;
	color: #64748b;
	line-height: 1.55;
	margin-top: 0.65rem;
	padding-top: 0.65rem;
	border-top: 1px dashed #e2e8f0;
}

.career-list__activities-label {
	font-weight: 700;
	color: #334155;
	margin-right: 0.35rem;
}

.career-list__cert {
	font-weight: 700;
	color: #0e7490;
	display: block;
	font-size: 0.88rem;
}

.career-panel__footnote {
	margin: 1rem 0 0;
	font-size: 0.88rem;
}

.career-panel__footnote a {
	border-bottom: 1px solid rgba(24, 191, 239, 0.5);
}

.career-timeline__heading {
	text-align: center;
	font-size: 1.15rem;
	margin: 0 0 0.5rem;
	color: #0f172a;
}

.career-timeline__intro {
	text-align: center;
	max-width: 36rem;
	margin: 0 auto 1.75rem;
	font-size: 0.95rem;
	color: #64748b;
	line-height: 1.55;
}

.career-timeline {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	max-width: 44rem;
	margin-left: auto;
	margin-right: auto;
}

.career-timeline::before {
	content: "";
	position: absolute;
	left: 0.65rem;
	top: 0.35rem;
	bottom: 0.35rem;
	width: 3px;
	background: linear-gradient(180deg, #22d3ee, #0891b2);
	border-radius: 999px;
}

@media screen and (max-width: 736px) {
	.career-timeline::before {
		left: 0.4rem;
	}
}

.career-timeline__item {
	position: relative;
	padding-left: 2.5rem;
	margin-bottom: 1.75rem;
}

.career-timeline__marker {
	position: absolute;
	left: 0;
	top: 0.35rem;
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #22d3ee;
	box-shadow: 0 0 0 4px rgba(34, 211, 238, 0.2);
}

.career-timeline__top {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	margin-bottom: 0.5rem;
}

.career-timeline__logo {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	object-fit: contain;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #e2e8f0;
	padding: 5px;
}

.career-timeline__introtext {
	flex: 1;
	min-width: 0;
}

.career-timeline__dates {
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0891b2;
	margin-bottom: 0.3rem;
}

.career-timeline__introtext .career-timeline__title {
	margin: 0;
}

.career-timeline__title {
	font-size: 1.05rem;
	margin: 0 0 0.5rem;
	color: #0f172a;
	line-height: 1.35;
}

.career-timeline__at {
	font-weight: 600;
	color: #475569;
	font-size: 0.92rem;
}

.career-bullets {
	margin: 0.35rem 0 0;
	padding-left: 1.1rem;
	font-size: 0.92rem;
	line-height: 1.65;
	color: #475569;
}

.career-bullets li {
	margin-bottom: 0.45rem;
}

.career-bullets li:last-child {
	margin-bottom: 0;
}

.career-linkedin-note {
	text-align: center;
	max-width: 38rem;
	margin: 2rem auto 0;
	padding: 1rem 1.25rem;
	font-size: 0.92rem;
	line-height: 1.6;
	color: #64748b;
	background: #f8fafc;
	border-radius: var(--ea-radius);
	border: 1px dashed #cbd5e1;
}

.career-linkedin-note a {
	font-weight: 600;
}

/* Recruiter / profile section */
#main .recruiter-section {
	margin-top: 3rem;
	padding: 2.5rem 2rem 3rem;
	background: linear-gradient(180deg, rgba(245, 245, 245, 0.5) 0%, #ffffff 18%);
	border-radius: var(--ea-radius-lg);
	border: 1px solid rgba(220, 220, 220, 0.6);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

#main .recruiter-section__head h2 {
	letter-spacing: -0.02em;
}

.recruiter-section__lede {
	max-width: 38rem;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.35rem;
	font-size: 1.05rem;
	line-height: 1.68;
	color: #5a6369;
}

.recruiter-highlights {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
	margin: 2.25rem 0 2rem;
}

@media screen and (max-width: 980px) {
	.recruiter-highlights {
		grid-template-columns: 1fr;
	}
}

.recruiter-card {
	padding: 1.5rem 1.35rem;
	background: #fff;
	border-radius: var(--ea-radius);
	border: 1px solid rgba(220, 220, 220, 0.85);
	transition:
		transform 0.35s var(--ea-ease),
		box-shadow 0.35s var(--ea-ease),
		border-color 0.25s ease;
	cursor: default;
}

.recruiter-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--ea-shadow);
	border-color: rgba(34, 211, 238, 0.35);
}

.recruiter-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: 0.85rem;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(34, 211, 238, 0.2), rgba(6, 182, 212, 0.12));
	color: #0e7490;
	font-size: 1.15rem;
}

.recruiter-card h3 {
	font-size: 1.05rem;
	margin: 0 0 0.5rem 0;
	letter-spacing: 0.02em;
}

.recruiter-card p {
	font-size: 0.95rem;
	line-height: 1.68;
	color: #5a6369;
	margin: 0;
	padding-top: 0.15rem;
}

.recruiter-card--airy .recruiter-card__icon {
	margin-bottom: 1rem;
}

.recruiter-card--airy h3 {
	margin-bottom: 0.75rem;
	line-height: 1.3;
}

.recruiter-card--airy p {
	line-height: 1.72;
	letter-spacing: 0.01em;
	padding-top: 0;
	margin: 0;
	font-size: 0.95rem;
	color: #5a6369;
}

.recruiter-card--outcome .recruiter-card__text {
	line-height: 1.42;
	letter-spacing: normal;
}

/* Horizontal skills “wheel” above tooling depth */
.recruiter-pills-wheel {
	display: flex;
	align-items: stretch;
	gap: 0.35rem;
	max-width: 100%;
	margin: 0 auto 0.5rem;
	padding: 0 0.15rem;
}

/* Invisible hit zones only (no visible circle); mouse/touch still scrolls */
.recruiter-pills-wheel__btn {
	flex-shrink: 0;
	align-self: stretch;
	width: 2.5rem;
	min-height: 2.75rem;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	opacity: 1;
	transition: width 0.15s ease, min-height 0.15s ease, opacity 0.15s ease;
}

.recruiter-pills-wheel__btn:hover,
.recruiter-pills-wheel__btn:focus,
.recruiter-pills-wheel__btn:focus-visible,
.recruiter-pills-wheel__btn:active {
	outline: none;
	background: transparent;
	border: 0;
	box-shadow: none;
	transform: none;
}

.recruiter-pills-wheel__btn:disabled {
	width: 0;
	min-height: 0;
	height: 0;
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
	opacity: 0;
	overflow: hidden;
	cursor: default;
	pointer-events: none;
	flex-shrink: 0;
}

.recruiter-pills-wheel__mask {
	position: relative;
	flex: 1;
	min-width: 0;
	border-radius: 12px;
}

.recruiter-pills-wheel__mask::before,
.recruiter-pills-wheel__mask::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1.75rem;
	z-index: 2;
	pointer-events: none;
	border-radius: 12px;
}

.recruiter-pills-wheel__mask::before {
	left: 0;
	background: linear-gradient(to right, #ffffff 35%, transparent);
}

.recruiter-pills-wheel__mask::after {
	right: 0;
	background: linear-gradient(to left, #ffffff 35%, transparent);
}

.recruiter-pills-wheel__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: #cbd5e1 transparent;
	padding: 0.35rem 0 0.65rem;
	margin: 0;
	outline: none;
}

.recruiter-pills-wheel__viewport:focus-visible {
	box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.45);
	border-radius: 10px;
}

.recruiter-pills-wheel__viewport::-webkit-scrollbar {
	height: 6px;
}

.recruiter-pills-wheel__viewport::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 999px;
}

.recruiter-pills-wheel__viewport::-webkit-scrollbar-track {
	background: transparent;
}

.recruiter-pills-wheel__track {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.5rem 0.65rem;
	padding: 0.15rem 0.5rem 0.25rem;
	width: max-content;
	min-height: 2.75rem;
}

.skill-pill {
	display: inline-block;
	flex-shrink: 0;
	scroll-snap-align: center;
	padding: 0.4rem 0.95rem;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1e293b;
	background: linear-gradient(180deg, #f8fafc, #f1f5f9);
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	cursor: default;
	transition:
		transform 0.25s var(--ea-ease),
		background 0.3s ease,
		border-color 0.3s ease,
		box-shadow 0.3s ease,
		color 0.25s ease;
}

.skill-pill:hover {
	transform: translateY(-3px) scale(1.03);
	background: linear-gradient(180deg, #ecfeff, #cffafe);
	border-color: #67e8f9;
	box-shadow: 0 8px 20px rgba(34, 211, 238, 0.2);
}

.recruiter-pills-wheel__hint {
	text-align: center;
	font-size: 0.78rem;
	color: #94a3b8;
	margin: 0 0 2.25rem;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 736px) {
	.recruiter-pills-wheel__btn {
		width: 2.75rem;
	}

	.recruiter-pills-wheel__mask::before,
	.recruiter-pills-wheel__mask::after {
		width: 1.1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.recruiter-pills-wheel__viewport {
		scroll-behavior: auto;
	}

	.recruiter-pills-wheel__btn {
		transition: none;
	}
}

.skill-meters {
	max-width: 40rem;
	margin: 0 auto 2.5rem;
	padding: 1.75rem 1.5rem;
	background: #f8fafc;
	border-radius: var(--ea-radius);
	border: 1px solid #e2e8f0;
}

.skill-meters__title {
	font-size: 1rem;
	text-align: center;
	margin: 0 0 1.25rem;
	color: #334155;
}

.skill-meters__hint {
	display: block;
	font-size: 0.78rem;
	font-weight: 400;
	color: #94a3b8;
	text-transform: none;
	letter-spacing: 0;
	margin-top: 0.35rem;
}

.skill-meter {
	margin-bottom: 1.1rem;
	padding: 0.35rem 0;
	border-radius: 8px;
	transition:
		background 0.25s ease,
		box-shadow 0.25s ease;
}

.skill-meter:hover {
	background: rgba(255, 255, 255, 0.85);
}

.skill-meter--sql:hover {
	background: rgba(59, 130, 246, 0.09);
	box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.12);
}

.skill-meter--python:hover {
	background: rgba(234, 179, 8, 0.1);
	box-shadow: inset 0 0 0 1px rgba(202, 138, 4, 0.18);
}

.skill-meter--tableau:hover {
	background: rgba(234, 88, 12, 0.08);
	box-shadow: inset 0 0 0 1px rgba(234, 88, 12, 0.15);
}

.skill-meter--excel:hover {
	background: rgba(22, 163, 74, 0.09);
	box-shadow: inset 0 0 0 1px rgba(22, 163, 74, 0.16);
}

.skill-meter--ai:hover {
	background: rgba(139, 92, 246, 0.1);
	box-shadow: inset 0 0 0 1px rgba(139, 92, 246, 0.2);
}

.skill-meter:last-child {
	margin-bottom: 0;
}

.skill-meter__label {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.35rem 1rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 0.4rem;
}

.skill-meter__tag {
	font-weight: 500;
	font-size: 0.78rem;
	color: #64748b;
}

.skill-meter__track {
	height: 10px;
	border-radius: 999px;
	background: #e2e8f0;
	overflow: hidden;
}

.skill-meter__fill {
	height: 100%;
	width: 0;
	border-radius: 999px;
	transition: width 1.1s var(--ea-ease);
}

.skill-meter__fill.skill-meter__fill--animate {
	width: var(--skill);
}

.skill-meter--sql .skill-meter__fill {
	background: linear-gradient(90deg, #1d4ed8, #3b82f6, #93c5fd);
}

.skill-meter--python .skill-meter__fill {
	background: linear-gradient(90deg, #ca8a04, #eab308, #fde047);
}

.skill-meter--tableau .skill-meter__fill {
	background: linear-gradient(90deg, #c2410c, #ea580c, #fb923c);
}

.skill-meter--excel .skill-meter__fill {
	background: linear-gradient(90deg, #15803d, #22c55e, #86efac);
}

.skill-meter--ai .skill-meter__fill {
	background: linear-gradient(90deg, #6d28d9, #8b5cf6, #c4b5fd);
}

/* Hover a tooling row → only linked pills (skill-pill--m-*) get a soft accent (:has) */
#main .recruiter-section:has(.skill-meter--sql:hover) .recruiter-pills-wheel .skill-pill--m-sql {
	transform: translateY(-2px) scale(1.02);
	background: linear-gradient(180deg, #f8fafc, #eff6ff);
	border-color: rgba(59, 130, 246, 0.45);
	box-shadow: 0 3px 12px rgba(59, 130, 246, 0.12);
	color: #1e40af;
}

#main .recruiter-section:has(.skill-meter--python:hover) .recruiter-pills-wheel .skill-pill--m-python {
	transform: translateY(-2px) scale(1.02);
	background: linear-gradient(180deg, #fafaf9, #fffbeb);
	border-color: rgba(202, 138, 4, 0.4);
	box-shadow: 0 3px 12px rgba(234, 179, 8, 0.12);
	color: #854d0e;
}

#main .recruiter-section:has(.skill-meter--tableau:hover) .recruiter-pills-wheel .skill-pill--m-tableau {
	transform: translateY(-2px) scale(1.02);
	background: linear-gradient(180deg, #fafaf9, #fff7ed);
	border-color: rgba(234, 88, 12, 0.38);
	box-shadow: 0 3px 12px rgba(234, 88, 12, 0.11);
	color: #9a3412;
}

#main .recruiter-section:has(.skill-meter--excel:hover) .recruiter-pills-wheel .skill-pill--m-excel {
	transform: translateY(-2px) scale(1.02);
	background: linear-gradient(180deg, #fafafa, #f0fdf4);
	border-color: rgba(22, 163, 74, 0.38);
	box-shadow: 0 3px 12px rgba(22, 163, 74, 0.11);
	color: #166534;
}

#main .recruiter-section:has(.skill-meter--ai:hover) .recruiter-pills-wheel .skill-pill--m-ai {
	transform: translateY(-2px) scale(1.02);
	background: linear-gradient(180deg, #fafafa, #f5f3ff);
	border-color: rgba(139, 92, 246, 0.42);
	box-shadow: 0 3px 12px rgba(139, 92, 246, 0.14);
	color: #5b21b6;
}

@media (prefers-reduced-motion: reduce) {
	#main .recruiter-section:has(.skill-meter--sql:hover) .recruiter-pills-wheel .skill-pill--m-sql,
	#main .recruiter-section:has(.skill-meter--python:hover) .recruiter-pills-wheel .skill-pill--m-python,
	#main .recruiter-section:has(.skill-meter--tableau:hover) .recruiter-pills-wheel .skill-pill--m-tableau,
	#main .recruiter-section:has(.skill-meter--excel:hover) .recruiter-pills-wheel .skill-pill--m-excel,
	#main .recruiter-section:has(.skill-meter--ai:hover) .recruiter-pills-wheel .skill-pill--m-ai {
		transform: none;
	}
}

.recruiter-faq {
	max-width: 40rem;
	margin: 0 auto 2.5rem;
}

.recruiter-faq__title {
	text-align: center;
	font-size: 1rem;
	margin: 0 0 1rem;
	color: #334155;
}

/* Tooling grid + header after Quick answers */
#main .recruiter-section .posts-showcase {
	margin-top: 2.25rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(226, 232, 240, 0.9);
}

#main .recruiter-section .posts-showcase__head {
	text-align: center;
	margin-bottom: 0.25rem;
}

#main .recruiter-section .posts-showcase__head h2 {
	letter-spacing: -0.02em;
	font-size: clamp(1.35rem, 2.5vw, 1.65rem);
	margin-bottom: 0.65rem;
	color: #0f172a;
}

.posts-showcase__lede {
	max-width: 36rem;
	margin: 0 auto 1.75rem;
	font-size: 1rem;
	line-height: 1.65;
	color: #5a6369;
}

#main .recruiter-section .posts-showcase .posts {
	margin-top: 0;
}

.recruiter-details {
	margin-bottom: 0.65rem;
	border: 1px solid #e2e8f0;
	border-radius: var(--ea-radius);
	background: #fff;
	overflow: hidden;
	transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.recruiter-details:hover {
	border-color: #cbd5e1;
}

.recruiter-details[open] {
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
	border-color: rgba(34, 211, 238, 0.45);
}

.recruiter-details summary {
	padding: 1rem 1.15rem;
	font-weight: 600;
	font-size: 0.95rem;
	color: #0f172a;
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	transition: background 0.2s ease;
}

.recruiter-details summary::-webkit-details-marker {
	display: none;
}

.recruiter-details summary::after {
	content: "+";
	font-size: 1.25rem;
	font-weight: 400;
	color: #22d3ee;
	transition: transform 0.35s var(--ea-ease);
}

.recruiter-details[open] summary::after {
	transform: rotate(45deg);
}

.recruiter-details summary:hover {
	background: #f8fafc;
}

.recruiter-details__body {
	padding: 0.4rem 1.15rem 1.1rem;
	border-top: 1px solid #f1f5f9;
}

.recruiter-details__body p {
	font-size: 0.92rem;
	line-height: 1.68;
	color: #475569;
	margin: 0 0 0.35rem;
}

.recruiter-details__body p:last-child {
	margin-bottom: 0;
}

.linkedin-cta {
	margin-top: 0.5rem;
	border-radius: var(--ea-radius-lg);
	padding: 2px;
	background: linear-gradient(135deg, #0a66c2, #22d3ee, #0891b2);
	box-shadow: var(--ea-shadow);
}

.linkedin-cta__inner {
	padding: 2rem 1.75rem 2.25rem;
	border-radius: calc(var(--ea-radius-lg) - 2px);
	background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
	text-align: center;
}

.linkedin-cta__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.35rem 0.85rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #bae6fd;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	margin-bottom: 1rem;
}

.linkedin-cta__inner h3 {
	color: #fff;
	font-size: 1.35rem;
	margin: 0 0 0.65rem;
	letter-spacing: -0.02em;
}

.linkedin-cta__inner p {
	color: rgba(226, 232, 240, 0.88);
	font-size: 0.98rem;
	line-height: 1.6;
	max-width: 32rem;
	margin: 0 auto 1.35rem;
}

.linkedin-cta__btn {
	margin-top: 0.25rem;
}

.linkedin-cta__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(10, 102, 194, 0.35);
}

#main .recruiter-section .reveal-item {
	opacity: 0;
	transform: translateY(20px);
	transition:
		opacity 0.6s var(--ea-ease),
		transform 0.6s var(--ea-ease);
}

#main .recruiter-section .reveal-item.visible {
	opacity: 1;
	transform: translateY(0);
}

/* Footer contact (enhanced) */
#footer > section.contact-wrap {
	flex-basis: 100% !important;
	width: 100%;
	max-width: 100%;
	padding: 3rem 2rem 2.75rem !important;
	border-left: 0 !important;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 2rem;
	position: relative;
	overflow: hidden;
}

#footer > section.contact-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		rgba(34, 211, 238, 0.35) 18%,
		rgba(24, 191, 239, 0.85) 50%,
		rgba(99, 102, 241, 0.45) 82%,
		transparent 100%
	);
	pointer-events: none;
}

.contact-wrap__head {
	text-align: center;
	max-width: 38rem;
	margin: 0 auto;
	padding: 0 0.5rem;
}

.contact-wrap__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0.9rem;
	margin-bottom: 0.75rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #0891b2;
	background: linear-gradient(135deg, rgba(34, 211, 238, 0.14), rgba(99, 102, 241, 0.08));
	border: 1px solid rgba(24, 191, 239, 0.28);
	border-radius: 999px;
}

.contact-wrap__title {
	font-size: 1.65rem !important;
	letter-spacing: -0.02em;
	margin: 0 0 0.65rem !important;
	color: #4a5560 !important;
}

.contact-wrap__rule {
	display: block;
	width: 3.25rem;
	height: 3px;
	margin: 0 auto 1rem;
	border-radius: 999px;
	background: linear-gradient(90deg, #22d3ee, #6366f1);
	opacity: 0.85;
}

.contact-wrap__lede {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.65;
	color: #7d848c;
}

#footer .split.contact.contact-enhanced {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.25rem;
	width: 100%;
	padding: 0 !important;
	border: 0 !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
}

#footer .contact-enhanced > .contact-card {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	text-align: left !important;
	padding: 1.35rem 1.25rem !important;
	border-radius: var(--ea-radius);
	border: 1px solid #e2e2e2 !important;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 0.92) 100%);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
	position: relative;
	overflow: hidden;
	transition:
		transform 0.3s var(--ea-ease),
		box-shadow 0.3s var(--ea-ease),
		border-color 0.25s ease;
}

#footer .contact-enhanced > .contact-card::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(180deg, #22d3ee, rgba(99, 102, 241, 0.65));
	opacity: 0;
	transition: opacity 0.3s var(--ea-ease);
}

#footer .contact-enhanced > .contact-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
	border-color: rgba(24, 191, 239, 0.35) !important;
}

#footer .contact-enhanced > .contact-card:hover::after {
	opacity: 1;
}

#footer .contact-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	margin-bottom: 0.5rem;
	border-radius: 10px;
	background: linear-gradient(135deg, rgba(24, 191, 239, 0.15), rgba(6, 182, 212, 0.08));
	color: #0891b2;
	font-size: 1rem;
	transition: transform 0.3s var(--ea-ease), box-shadow 0.3s var(--ea-ease);
}

#footer .contact-enhanced > .contact-card:hover .contact-card__icon {
	transform: scale(1.05);
	box-shadow: 0 4px 14px rgba(34, 211, 238, 0.2);
}

#footer .contact-enhanced > .contact-card:nth-child(1) .contact-card__icon {
	background: linear-gradient(135deg, rgba(34, 211, 238, 0.18), rgba(8, 145, 178, 0.1));
	color: #0e7490;
}

#footer .contact-enhanced > .contact-card:nth-child(2) .contact-card__icon {
	background: linear-gradient(135deg, rgba(14, 165, 233, 0.18), rgba(34, 211, 238, 0.1));
	color: #0369a1;
}

#footer .contact-enhanced > .contact-card:nth-child(3) .contact-card__icon {
	background: linear-gradient(135deg, rgba(99, 102, 241, 0.14), rgba(34, 211, 238, 0.1));
	color: #4f46e5;
}

#footer .contact-enhanced > .contact-card:nth-child(4) .contact-card__icon {
	background: linear-gradient(135deg, rgba(24, 191, 239, 0.15), rgba(99, 102, 241, 0.12));
	color: #0891b2;
}

#footer .contact-card h3 {
	margin: 0 0 0.35rem 0 !important;
	font-size: 0.78rem !important;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: #909498 !important;
}

#footer .contact-card p {
	margin: 0 !important;
	font-size: 1rem;
	line-height: 1.5;
}

/* Phone & email: no Massively dotted underline */
#footer .contact-enhanced .contact-card p a {
	color: #334155 !important;
	text-decoration: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	transition: color 0.2s ease;
}

#footer .contact-enhanced .contact-card p a:hover {
	color: #0891b2 !important;
	border-bottom: none !important;
}

#footer .contact-card--social .contact-card__icons {
	margin-top: 0.25rem;
}

@media screen and (max-width: 736px) {
	#footer .split.contact.contact-enhanced {
		grid-template-columns: 1fr;
	}
}

/* Footer copyright: plain name link, no underline */
#copyright a {
	text-decoration: none;
	border-bottom: none !important;
	box-shadow: none;
}

#copyright a:hover {
	text-decoration: none;
	border-bottom: none !important;
	color: #18bfef !important;
}
