/* Phase 3 — Hero card */

.sc361-hero {
	margin-bottom: 1.5rem;
}

.sc361-hero__card {
	aspect-ratio: 21 / 9;
	min-height: 280px;
	border-radius: 16px;
	overflow: hidden;
}

.sc361-hero__media {
	position: absolute;
	inset: 0;
}

.sc361-hero__content {
	justify-content: flex-end;
	padding: 2rem;
	max-width: 60%;
}

.sc361-hero__title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.75rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 1.05;
	color: #fff;
	text-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}

.sc361-hero__desc {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.85);
	max-width: 42ch;
}

@media (max-width: 767px) {
	.sc361-hero__content {
		max-width: 100%;
		padding: 1.25rem;
	}

	.sc361-hero__card {
		aspect-ratio: 16 / 10;
		min-height: 220px;
	}
}
