.hns-empty {
	padding: 14px 16px;
	border: 1px dashed #b7bcc4;
	background: #f7f7f8;
	color: #2e3238;
	border-radius: 12px;
	font-size: 14px;
}

.hns-slider {
	--hns-accent: #ce2e26;
	--hns-surface: #111419;
	--hns-surface-active: #1a1e25;
	--hns-border: rgba(255, 255, 255, 0.2);
	--hns-thumb-progress: 0;
	--hns-transition-ms: 450ms;
	position: relative;
	width: 100%;
	margin: 0;
	color: #ffffff;
}

.hns-hero {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background: #07090d;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
}

.hns-slides {
	position: relative;
	height: clamp(420px, 56vw, 760px);
}

.hns-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--hns-transition-ms) ease;
}

.hns-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.hns-slide-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hns-slide-gradient {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 12%, rgba(0, 0, 0, 0.48) 54%, rgba(0, 0, 0, 0.9) 100%);
	z-index: 2;
}

.hns-slide-smoke {
	position: absolute;
	left: -6%;
	right: -6%;
	bottom: -2%;
	height: 34%;
	pointer-events: none;
	z-index: 3;
	opacity: 0.9;
	filter: saturate(1.14) blur(1.8px);
	background-image:
		radial-gradient(76% 126% at 9% 100%, rgba(206, 46, 38, 0.9) 0%, rgba(206, 46, 38, 0.42) 43%, rgba(206, 46, 38, 0) 74%),
		radial-gradient(62% 112% at 41% 104%, rgba(206, 46, 38, 0.75) 0%, rgba(206, 46, 38, 0.3) 47%, rgba(206, 46, 38, 0) 76%),
		radial-gradient(54% 104% at 74% 102%, rgba(206, 46, 38, 0.7) 0%, rgba(206, 46, 38, 0.24) 46%, rgba(206, 46, 38, 0) 74%),
		radial-gradient(48% 92% at 96% 103%, rgba(206, 46, 38, 0.62) 0%, rgba(206, 46, 38, 0.21) 46%, rgba(206, 46, 38, 0) 74%);
	animation: hns-smoke-drift 10s ease-in-out infinite alternate;
}

.hns-slide-content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: clamp(8px, 1.1vw, 14px);
	padding: clamp(22px, 4vw, 52px);
}

.hns-slide-kicker {
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	font-size: clamp(12px, 1.1vw, 15px);
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	line-height: 1;
	background: rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(2px);
}

.hns-slide-preheadline {
	width: min(100%, 860px);
}

.hns-slide-title {
	width: 100%;
}

.hns-slider:not(.hns-is-ready) .hns-slide-title {
	visibility: hidden;
}

@media (min-width: 1100px) {
	.hns-slide-content {
		min-height: clamp(430px, 41vw, 580px);
	}

	.hns-slide-title {
		min-height: clamp(240px, 26vw, 380px);
	}
}

.hns-slide-preheadline {
	display: block;
	margin: 0;
	font-size: clamp(20px, 2.2vw, 40px);
	font-weight: 700;
	font-style: normal;
	line-height: 1.02;
	letter-spacing: 0.01em;
	color: #ffffff;
	text-transform: none;
	text-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.hns-mainline .hurricanes-headline-wrap {
	width: 100%;
	max-width: none !important;
}

.hns-mainline .hurricanes-headline {
	margin: 0;
	white-space: normal;
	text-wrap: wrap;
	overflow-wrap: normal;
	word-break: normal;
	hyphens: none;
}

.hns-mainline-fallback {
	margin: 0;
	font-weight: 800;
	font-style: italic;
	font-size: clamp(34px, 4.1vw, 76px);
	line-height: 1.02;
	letter-spacing: 0.01em;
	color: #f5f7f8;
	text-transform: none;
}

.hns-mainline .hurricanes-headline-svg {
	display: block;
	width: 100%;
	max-width: none;
	height: auto;
}

.hns-slider .hns-slide-content .hns-slide-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 20px;
	margin-top: 2px;
	border-radius: 9px;
	border: 2px solid transparent !important;
	background-color: var(--hns-accent) !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	opacity: 1 !important;
	position: relative;
	z-index: 6;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
	box-shadow: none;
}

.hns-slider .hns-slide-content .hns-slide-cta:hover,
.hns-slider .hns-slide-content .hns-slide-cta:focus-visible {
	background-color: transparent !important;
	border-color: #ffffff !important;
	color: #ffffff !important;
	-webkit-text-fill-color: #ffffff;
	box-shadow: none;
}

.hns-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 16px;
}

.hns-thumb {
	--hns-progress: 0;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 94px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 12px;
	min-height: 108px;
	border: 2px solid var(--hns-border);
	border-radius: 12px;
	background: var(--hns-surface);
	color: #fff;
	text-align: left;
	cursor: pointer;
	transition: border-color 200ms ease, background-color 200ms ease, transform 200ms ease;
}

.hns-thumb:hover,
.hns-thumb:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(255, 255, 255, 0.52);
}

.hns-thumb.is-active {
	border: 0 !important;
	outline: 0 !important;
	background: var(--hns-surface);
	box-shadow: none !important;
}

.hns-thumb.is-active::after {
	content: "";
	position: absolute;
	left: -8%;
	right: -8%;
	bottom: -8%;
	height: 52%;
	pointer-events: none;
	z-index: 0;
	opacity: 0.9;
	filter: saturate(1.12) blur(0.9px);
	background-image:
		radial-gradient(72% 120% at 10% 100%, rgba(206, 46, 38, 0.84) 0%, rgba(206, 46, 38, 0.34) 42%, rgba(206, 46, 38, 0) 74%),
		radial-gradient(62% 108% at 44% 102%, rgba(206, 46, 38, 0.7) 0%, rgba(206, 46, 38, 0.25) 46%, rgba(206, 46, 38, 0) 76%),
		radial-gradient(48% 96% at 80% 103%, rgba(206, 46, 38, 0.58) 0%, rgba(206, 46, 38, 0.2) 45%, rgba(206, 46, 38, 0) 74%);
}

.hns-thumb.is-active:hover,
.hns-thumb.is-active:focus-visible {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	transform: none;
}

.hns-thumb.is-active .hns-thumb-category {
	opacity: 1;
}

.hns-thumb-progress {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
	height: 3px;
	border-radius: 12px 12px 0 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.14);
}

.hns-thumb.is-active .hns-thumb-progress {
	background: transparent;
}

.hns-thumb-progress::after {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--hns-accent);
	transform: scaleX(var(--hns-progress));
	transform-origin: left center;
	will-change: transform;
}

.hns-thumb-media {
	display: block;
	align-self: start;
	position: relative;
	z-index: 2;
	width: 94px;
	height: 70px;
	border-radius: 8px;
	overflow: hidden;
	background: #0b0d11;
}

.hns-thumb-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hns-thumb-body {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-self: start;
	position: relative;
	z-index: 2;
	min-width: 0;
}

.hns-thumb-category {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.82;
}

.hns-thumb-title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.24;
	font-weight: 600;
}

@keyframes hns-smoke-drift {
	from {
		transform: translate3d(0, 0, 0) scale(1);
	}
	to {
		transform: translate3d(-2.2%, -0.8%, 0) scale(1.03);
	}
}

@media (max-width: 1099px) {
	.hns-slides {
		height: clamp(390px, 62vw, 680px);
	}

	.hns-mainline .hurricanes-headline,
	.hns-mainline-fallback {
		font-size: clamp(28px, 6.2vw, 60px) !important;
	}

	.hns-slide-content {
		max-width: min(740px, 92%);
		min-height: 0;
	}

	.hns-slide-title {
		min-height: 0;
	}

	.hns-thumbs {
		display: flex;
		overflow-x: auto;
		gap: 12px;
		padding-bottom: 6px;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
	}

	.hns-thumb {
		flex: 0 0 284.5px;
		min-height: 108px;
		scroll-snap-align: start;
	}
}

@media (max-width: 767px) {
	.hns-slides {
		height: clamp(460px, 118vw, 640px);
	}

	.hns-mainline .hurricanes-headline,
	.hns-mainline-fallback {
		font-size: clamp(20px, 6.8vw, 42px) !important;
	}

	.hns-slide-content {
		padding: 20px 18px 22px;
		max-width: 96%;
		gap: 8px;
		min-height: 0;
	}

	.hns-slide-title {
		min-height: 0;
	}

	.hns-thumb {
		grid-template-columns: 94px minmax(0, 1fr);
		min-height: 108px;
		padding: 12px;
		flex-basis: 284.5px;
	}

	.hns-slide-cta {
		font-size: 17px;
		padding: 10px 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hns-slide,
	.hns-thumb,
	.hns-slide-cta {
		transition: none;
	}

	.hns-slide-smoke {
		animation: none;
	}
}
