.hat-idea {
	color: #fff;
	min-height: 100vh;
	min-height: 100dvh;
	padding: clamp(207px, 17.96vw, 345px) 0;
}

.hat-idea__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - clamp(75px, 5.938vw, 114px));
	min-height: calc(100dvh - clamp(75px, 5.938vw, 114px));
}

.hat-idea__eyebrow {
	position: absolute;
	top: clamp(16px, 1.25vw, 24px);
	left: var(--hat-gutter-x);
	display: inline-flex;
	align-items: center;
	gap: clamp(10px, 0.833vw, 16px);
	margin: 0;
	font-size: clamp(14px, 0.938vw, 18px);
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hat-idea__title-row {
	position: relative;
	display: flex;
	justify-content: center;
	width: max-content;
	margin: 0 auto 0;
}

.hat-idea__title {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 500;
	font-size: clamp(56px, 8.958vw, 172px);
	line-height: 1;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	text-align: center;
	background: linear-gradient(115deg, #FFFFFF 0%, #CDCDCD 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.hat-idea__title-line {
	display: block;
}

.hat-idea__ornament {
	position: absolute;
	left: calc(100% + clamp(20px, 3.385vw, 65px));
	transform: translateY(100%);
	width: clamp(52px, 5.104vw, 98px);
	height: clamp(30px, 2.865vw, 55px);
}

.hat-idea__ornament img {
	width: 100%;
	height: 100%;
}

.hat-idea__action-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: clamp(40px, 5.469vw, 105px) auto 0;
}

.hat-idea__text {
	margin: 0 0 clamp(28px, 4.167vw, 80px);
	max-width: clamp(250px, 19.167vw, 368px);
	text-align: justify;
	font-weight: 300;
	font-size: clamp(13px, 1.042vw, 20px);
	line-height: clamp(16px, 1.25vw, 24px);
	letter-spacing: 0.02em;
	text-indent: clamp(48px, 3.646vw, 70px);
}

.hat-idea__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-idea__cta-label {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.hat-idea__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-idea__cta-arrow img {
	display: block;
	width: clamp(22px, 1.823vw, 35px);
	height: clamp(22px, 1.823vw, 35px);
}

.hat-idea__strip {
	margin-top: clamp(48px, 7.813vw, 150px);
	padding-right: clamp(24px, 15.625vw, 300px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 300;
	font-size: clamp(13px, 1.042vw, 20px);
	line-height: clamp(16px, 1.25vw, 24px);
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.hat-idea__title-row {
		padding-top: clamp(70px, 9vw, 100px);
	}

	.hat-idea__ornament {
		top: 0;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}

@media (max-width: 767px) {
	.hat-idea {
		padding: 105px 0 0;
		min-height: auto;
	}

	.hat-idea__inner {
		min-height: auto;
		padding: 0;
		gap: 17px;
	}

	.hat-idea__eyebrow {
		position: static;
		padding: 0 23px;
		margin: 0;
		gap: 10px;
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.04em;
	}

	.hat-idea__title-row {
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		justify-content: flex-start;
	}

	.hat-idea__title {
		width: 100%;
		padding: 0 23px;
		box-sizing: border-box;
		align-items: stretch;
		font-size: clamp(56px, 19.1vw, 75px);
		line-height: 1;
		letter-spacing: -0.01em;
		text-align: left;
		background: linear-gradient(90deg, #FFFFFF 0%, #CDCDCD 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}

	.hat-idea__title-line {
		display: block;
	}

	.hat-idea__title-line:last-child {
		text-align: right;
	}

	.hat-idea__ornament {
		position: absolute;
		top: 0.85em;
		right: 23px;
		left: auto;
		bottom: auto;
		transform: translateY(0.453em);
		width: clamp(30px, 10.43vw, 41px);
		height: clamp(17px, 5.85vw, 23px);
		font-size: clamp(56px, 19.1vw, 75px);
	}

	.hat-idea__ornament img {
		width: 100%;
		height: 100%;
	}

	.hat-idea__action-group {
		margin: 205px 0 0;
		width: 100%;
		padding: 0 65px;
		align-items: stretch;
		box-sizing: border-box;
		gap: 48px;
	}

	.hat-idea__text {
		max-width: none;
		width: 100%;
		margin: 0;
		text-indent: 0;
		text-align: justify;
		font-weight: 400;
		font-size: 15px;
		line-height: 18px;
		letter-spacing: 0.01em;
	}

	.hat-idea__cta {
		width: 100%;
		height: auto;
		min-height: clamp(45px, 13.74vw, 54px);
		box-sizing: border-box;
		justify-content: center;
		align-items: center;
		padding: clamp(7px, 2.04vw, 8px) clamp(8px, 2.54vw, 10px);
		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;
	}

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

	.hat-idea__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-idea__cta-arrow img {
		width: clamp(18px, 5.53vw, 21.72px);
		height: clamp(18px, 5.53vw, 21.72px);
		transform: none;
	}

	.hat-idea__strip {
		margin: 125px 0;
		padding: 0 23px;
		font-size: 14px;
		line-height: 17px;
		letter-spacing: -0.02em;
	}
}
