.hat-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: min(clamp(820px, 59.427vw, 1141px), 90vh);
	max-height: 90vh;
	padding: 0 0 clamp(28px, 3.646vw, 70px);
	color: #fff;
}

.hat-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: transparent;
}

.hat-hero__body {
	position: relative;
	z-index: 1;
	height: clamp(560px, 48.125vw, 924px);
	width: 100%;
	margin-top: clamp(48px, 41.66vw, 80px);
	padding-bottom: 0;
}

/* --- Title area --- */
.hat-hero__heading-top {
	position: absolute;
	inset: 0;
	margin: 0 0 clamp(24px, 2.604vw, 50px);
	padding: 0 var(--hat-gutter-x);
	overflow: hidden;
}

/* Studio label (top-left) */
.hat-hero__studio-info {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	font-weight: 400;
	font-size: clamp(16px, 1.25vw, 24px);
	line-height: clamp(20px, 1.51vw, 29px);
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #fff;
}

.hat-hero__studio-tag-line {
	display: block;
}

/* Hero heading image */
.hat-hero__heading-image {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.hat-hero__heading-image img {
	display: block;
	height: min(924px, 100%);
	max-height: 100%;
	max-width: 100%;
	width: auto;
	object-fit: contain;
}

/* --- Lede + CTA group --- */
.hat-hero__action-group {
	position: absolute;
	right: var(--hat-gutter-x);
	bottom: clamp(24px, 2.604vw, 50px);
	top: auto;
	transform: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	width: clamp(280px, 21.146vw, 406px);
}

/* --- Description text --- */
.hat-hero__lede {
	margin: 0 0 clamp(16px, 1.406vw, 27px);
	/*max-width: clamp(260px, 19.844vw, 381px);*/
	text-align: justify;
	text-indent: clamp(40px, 4.167vw, 80px);
	font-size: clamp(14px, 1.042vw, 20px);
	line-height: clamp(18px, 1.25vw, 24px);
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #fff;
}

/* --- CTA button --- */
.hat-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #000;
	text-decoration: none;
	font-weight: 700;
	font-size: clamp(16px, 1.25vw, 24px);
	line-height: clamp(20px, 1.51vw, 29px);
	letter-spacing: 0.01em;
	text-transform: uppercase;
	width: clamp(267px, 21.146vw, 406px);
	min-height: clamp(58px, 4.427vw, 85px);
	padding: clamp(13px, 1.042vw, 20px) clamp(22px, 1.77vw, 34px) clamp(12px, 0.93vw, 18px) clamp(22px, 1.77vw, 34px);
	gap: clamp(12px, 1.04vw, 20px);
}

.hat-hero__cta-label {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.hat-hero__cta-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(40px, 2.969vw, 57px);
	height: clamp(40px, 3.021vw, 58px);
	flex: 0 0 clamp(40px, 2.969vw, 57px);
	background: #000;
}

.hat-hero__cta-arrow img {
	display: block;
	width: clamp(22px, 1.823vw, 35px);
	height: clamp(22px, 1.823vw, 35px);
}

/* --- Bottom strip --- */
.hat-hero__strip {
	position: relative;
	z-index: 1;
	margin-top: auto;
	padding: 0;
	font-weight: 500;
	font-size: clamp(13px, 1.042vw, 20px);
	line-height: clamp(16px, 1.25vw, 24px);
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #fff;
}

.hat-hero__strip-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: clamp(12px, 0.833vw, 16px);
}

.hat-hero__strip-item:first-child {
	justify-self: start;
}

.hat-hero__strip-item:last-child {
	justify-self: end;
}

.hat-hero__strip-item--center {
	justify-self: center;
	text-align: center;
	font-size: clamp(16px, 1.25vw, 24px);
	line-height: clamp(19px, 1.51vw, 29px);
	letter-spacing: -0.05em;
}

/* --- Responsive: below fluid range (< 1280px) --- */
@media (max-width: 1279px) {
	.hat-hero {
		min-height: 90vh;
		max-height: 90vh;
		padding: clamp(60px, 4.688vw, 90px) 0 clamp(120px, 12vw, 190px);
	}

	.hat-hero__body {
		height: auto;
		min-height: 62vh;
		margin-top: clamp(56px, 6vw, 88px);
		padding-bottom: clamp(45px, 3.542vw, 68px);
	}

	.hat-hero__action-group {
		width: clamp(200px, 27.24vw, 350px);
	}

	.hat-hero__lede {
		font-size: clamp(14px, 1.45vw, 20px);
		line-height: clamp(18px, 1.75vw, 24px);
	}

	.hat-hero__cta {
		width: 100%;
		min-height: clamp(50px, 5.6vw, 68px);
		font-size: clamp(14px, 1.5vw, 18px);
		line-height: clamp(17px, 1.85vw, 22px);
		padding: clamp(10px, 1.25vw, 14px) clamp(14px, 1.9vw, 22px);
		gap: clamp(8px, 1vw, 12px);
	}

	.hat-hero__cta-arrow {
		width: clamp(30px, 3.3vw, 42px);
		height: clamp(30px, 3.3vw, 42px);
		flex-basis: clamp(30px, 3.3vw, 42px);
	}

	.hat-hero__cta-arrow img {
		width: clamp(16px, 1.8vw, 22px);
		height: clamp(16px, 1.8vw, 22px);
	}

	.hat-hero__heading-image img {
		height: clamp(220px, 40vh, 400px);
	}
}

@media (max-width: 640px) {
	.hat-hero {
		min-height: 90vh;
		max-height: none;
		padding: 0 0 clamp(44px, 12vw, 56px);
	}

	.hat-hero__body {
		position: absolute;
		left: var(--hat-gutter-x);
		top: 30px;
		z-index: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0;
		gap: 36px;
		width: calc(100% - (var(--hat-gutter-x) * 2));
		height: 590.81px;
		margin-top: 0;
		padding-bottom: 0;
	}

	.hat-hero__heading-top {
		position: relative;
		inset: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 36px;
		width: 100%;
		height: 380.81px;
		margin: 0;
		padding: 0;
		overflow: visible;
	}

	.hat-hero__studio-info {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 36px;
		font-weight: 500;
		font-size: 15px;
		line-height: 18px;
		letter-spacing: -0.02em;
	}

	.hat-hero__heading-image {
		position: static;
		inset: auto;
		transform: none;
		width: 138px;
		height: 308.81px;
	}

	.hat-hero__heading-image img {
		width: 138px;
		height: 308.81px;
		max-width: none;
		max-height: none;
	}

	.hat-hero__action-group {
		position: static;
		top: auto;
		right: auto;
		transform: none;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0;
		gap: clamp(25px, 7.63vw, 30px);
		width: clamp(220px, 67.94vw, 267px);
		height: auto;
		align-self: center;
		margin: 0;
	}

	.hat-hero__lede {
		margin: 0;
		width: 267px;
		height: 90px;
		max-width: 267px;
		text-align: justify;
		text-indent: 50px;
		font-size: 15px;
		line-height: 18px;
		letter-spacing: 0.01em;
	}

	.hat-hero__cta {
		width: 100%;
		min-height: clamp(45px, 13.74vw, 54px);
		height: auto;
		justify-content: center;
		align-items: center;
		padding: clamp(8px, 2.54vw, 10px) clamp(10px, 3.56vw, 14px);
		gap: clamp(8px, 2.54vw, 10px);
		border: clamp(1px, 0.51vw, 2px) solid #fff;
		font-size: clamp(13px, 4.07vw, 16px);
		line-height: clamp(16px, 4.83vw, 19px);
		font-weight: 600;
		letter-spacing: 0.01em;
		align-self: stretch;
	}

	.hat-hero__cta-label {
		width: auto;
		height: auto;
		justify-content: center;
		font-size: inherit;
		line-height: inherit;
		font-weight: 600;
		text-align: center;
		letter-spacing: 0.01em;
	}

	.hat-hero__cta-arrow {
		width: clamp(29px, 9vw, 35.38px);
		height: clamp(30px, 9.16vw, 36px);
		flex: 0 0 clamp(29px, 9vw, 35.38px);
		padding: clamp(5.5px, 1.74vw, 6.82759px) clamp(5.5px, 1.74vw, 6.82759px) clamp(6px, 1.9vw, 7.44828px);
	}

	.hat-hero__cta-arrow img {
		width: clamp(18px, 5.53vw, 21.72px);
		height: clamp(18px, 5.53vw, 21.72px);
		transform: none;
	}

	.hat-hero__strip {
		position: absolute;
		left: 0;
		right: 0;
		top: auto;
		bottom: clamp(10px, 3vw, 16px);
		margin-top: 0;
		z-index: 2;
		font-size: 14px;
		line-height: 17px;
	}

	.hat-hero__strip-inner {
		gap: 20px;
	}

	.hat-hero__strip-item--center {
		font-size: 14px;
		line-height: 17px;
		letter-spacing: -0.05em;
	}
}
