/**
 * Hero Banner widget — portfolio layout.
 */

.akshay-hero {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	color: #111;
	font-family: inherit;
	line-height: 1.5;
}

.akshay-hero__gradient {
	position: absolute;
	left: 50%;
	top: -120px;
	transform: translateX(-50%);
	width: min(90vw, 720px);
	height: 280px;
	pointer-events: none;
	z-index: 0;
	background:
		radial-gradient(ellipse 45% 55% at 30% 40%, var(--akshay-hero-g1, #7dd3fc) 0%, transparent 70%),
		radial-gradient(ellipse 40% 50% at 70% 35%, var(--akshay-hero-g2, #f472b6) 0%, transparent 65%),
		radial-gradient(ellipse 35% 45% at 50% 60%, var(--akshay-hero-g3, #fde047) 0%, transparent 60%);
	filter: blur(48px);
	opacity: 0.85;
}

.akshay-hero__inner {
	position: relative;
	z-index: 1;
	margin-inline: auto;
	max-width: 1200px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: clamp(24px, 4vw, 48px);
	align-items: center;
}

@media (max-width: 899px) {
	.akshay-hero__inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.akshay-hero__col--content {
		order: 1;
	}

	.akshay-hero__col--visual {
		order: 0;
		max-width: 420px;
		margin-inline: auto;
	}

	.akshay-hero__job-row {
		justify-content: center;
	}

	.akshay-hero__feature-list {
		display: inline-block;
		text-align: left;
	}

	.akshay-hero__actions {
		justify-content: center;
		flex-wrap: wrap;
	}
}

.akshay-hero__col--content {
	padding-block: clamp(8px, 2vw, 24px);
}

.akshay-hero__emoji {
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	line-height: 1;
	margin-bottom: 0.75rem;
}

.akshay-hero__heading {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 5vw, 3.25rem);
	line-height: 1.12;
	letter-spacing: -0.02em;
	font-weight: 400;
}

.akshay-hero__heading-light {
	font-weight: 200;
	margin-right: 0.35em;
}

.akshay-hero__heading-bold {
	font-weight: 800;
}

.akshay-hero__job-row {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 1.25rem;
	flex-wrap: wrap;
}

.akshay-hero__job-line {
	display: block;
	width: 2.5rem;
	height: 1px;
	background: currentColor;
	opacity: 0.35;
	flex-shrink: 0;
}

.akshay-hero__job-title {
	font-size: clamp(0.95rem, 2vw, 1.05rem);
	font-weight: 500;
	letter-spacing: 0.02em;
}

.akshay-hero__star {
	flex-shrink: 0;
	color: currentColor;
	opacity: 0.9;
}

.akshay-hero__bio {
	max-width: 34rem;
	font-size: clamp(0.95rem, 1.6vw, 1.05rem);
	line-height: 1.65;
	margin-bottom: 1.35rem;
}

.akshay-hero__bio p {
	margin: 0 0 0.75em;
}

.akshay-hero__bio p:last-child {
	margin-bottom: 0;
}

.akshay-hero__feature-list {
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 0;
	font-size: clamp(0.9rem, 1.5vw, 1rem);
}

.akshay-hero__feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}

.akshay-hero__feature-list li:last-child {
	margin-bottom: 0;
}

.akshay-hero__check {
	font-weight: 700;
	line-height: 1.4;
	flex-shrink: 0;
}

.akshay-hero__actions {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 3vw, 1.75rem);
	flex-wrap: wrap;
}

.akshay-hero__btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85em 1.85em;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-weight: 600;
	font-size: 0.95rem;
	text-decoration: none;
	border: 2px solid #111;
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.akshay-hero__btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.akshay-hero__btn-primary--static {
	cursor: default;
	pointer-events: none;
	opacity: 0.85;
}

.akshay-hero__link-secondary {
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
	color: inherit;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.akshay-hero__link-secondary:hover {
	opacity: 0.75;
}

.akshay-hero__link-secondary--muted {
	text-decoration: underline;
	text-underline-offset: 4px;
	opacity: 0.5;
	cursor: default;
}

.akshay-hero__arrow {
	font-size: 1.1em;
	line-height: 1;
}

/* Visual column — portrait only */
.akshay-hero__col--visual {
	position: relative;
	min-height: clamp(280px, 45vw, 520px);
}

.akshay-hero__figure {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 100%;
}

.akshay-hero__portrait {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: clamp(320px, 52vw, 560px);
	object-fit: contain;
	object-position: bottom center;
}
