.mia-home {
	background: #fbfaf8;
	color: #161111;
	font-family: Inter, Arial, sans-serif;
}

.mia-home * {
	box-sizing: border-box;
}

.mia-hero {
	position: relative;
	min-height: clamp(620px, 92vh, 860px);
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.mia-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(18, 10, 10, 0.78), rgba(18, 10, 10, 0.42) 44%, rgba(18, 10, 10, 0.06));
}

.mia-hero__inner {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding-top: 72px;
	color: #fff;
}

.mia-eyebrow,
.mia-kicker {
	margin: 0 0 18px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #b53551;
}

.mia-hero .mia-eyebrow {
	color: #f0c7cf;
}

.mia-hero h1 {
	max-width: 720px;
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(74px, 12vw, 168px);
	line-height: 0.85;
	letter-spacing: 0;
	color: #fff;
}

.mia-hero__copy {
	max-width: 570px;
	margin: 28px 0 0;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.86);
}

.mia-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.mia-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	border: 1px solid rgba(22, 17, 17, 0.16);
	border-radius: 4px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.mia-button:hover {
	transform: translateY(-1px);
}

.mia-button--primary {
	background: #b53551;
	color: #fff;
	border-color: #b53551;
}

.mia-button--ghost {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.52);
	background: rgba(255, 255, 255, 0.04);
}

.mia-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(22, 17, 17, 0.1);
	border-bottom: 1px solid rgba(22, 17, 17, 0.1);
	background: #fff;
}

.mia-strip div {
	min-height: 170px;
	padding: clamp(26px, 4vw, 44px);
	border-right: 1px solid rgba(22, 17, 17, 0.1);
}

.mia-strip div:last-child {
	border-right: 0;
}

.mia-strip span {
	display: block;
	margin-bottom: 18px;
	color: #b53551;
	font-size: 13px;
	font-weight: 800;
}

.mia-strip strong {
	display: block;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(25px, 3vw, 36px);
	line-height: 1;
}

.mia-strip p {
	max-width: 310px;
	margin: 14px 0 0;
	color: #62585a;
	line-height: 1.55;
}

.mia-section {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding: clamp(74px, 10vw, 128px) 0;
}

.mia-intro,
.mia-products {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(34px, 7vw, 96px);
	align-items: start;
}

.mia-section h2,
.mia-band h2,
.mia-cta h2 {
	margin: 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(40px, 5.8vw, 78px);
	line-height: 0.98;
	letter-spacing: 0;
}

.mia-section__body p {
	margin: 0 0 20px;
	color: #4b4244;
	font-size: 18px;
	line-height: 1.8;
}

.mia-band {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
	gap: 48px;
	align-items: center;
	padding: clamp(70px, 10vw, 120px) max(24px, calc((100vw - 1180px) / 2));
	background: #181112;
	color: #fff;
}

.mia-band .mia-kicker {
	color: #f0c7cf;
}

.mia-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.mia-metrics div {
	min-height: 150px;
	padding: 28px 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.mia-metrics div:last-child {
	border-right: 0;
}

.mia-metrics strong {
	display: block;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(38px, 5vw, 68px);
	line-height: 1;
}

.mia-metrics span {
	display: block;
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.mia-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.mia-product {
	display: block;
	padding: 12px 12px 18px;
	border: 1px solid rgba(22, 17, 17, 0.1);
	border-radius: 6px;
	background: #fff;
	color: #161111;
	text-decoration: none;
}

.mia-product img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 4px;
	background: #f3efee;
}

.mia-product span {
	display: block;
	min-height: 44px;
	margin-top: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.mia-product em {
	display: block;
	margin-top: 8px;
	color: #b53551;
	font-style: normal;
	font-weight: 800;
}

.mia-cta {
	padding: clamp(76px, 10vw, 126px) max(24px, calc((100vw - 980px) / 2));
	text-align: center;
	background: #fff;
	border-top: 1px solid rgba(22, 17, 17, 0.1);
}

.mia-cta h2 {
	margin: 0 auto 28px;
	max-width: 880px;
}

@media (max-width: 900px) {
	.mia-hero {
		min-height: 720px;
		background-position: 58% center;
	}

	.mia-hero__shade {
		background: linear-gradient(180deg, rgba(18, 10, 10, 0.84), rgba(18, 10, 10, 0.54) 58%, rgba(18, 10, 10, 0.18));
	}

	.mia-strip,
	.mia-intro,
	.mia-products,
	.mia-band {
		grid-template-columns: 1fr;
	}

	.mia-product-grid,
	.mia-metrics {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mia-strip div,
	.mia-metrics div {
		border-right: 0;
		border-bottom: 1px solid rgba(22, 17, 17, 0.1);
	}
}

@media (max-width: 560px) {
	.mia-hero__inner,
	.mia-section {
		width: min(100% - 28px, 1180px);
	}

	.mia-product-grid,
	.mia-metrics {
		grid-template-columns: 1fr;
	}

	.mia-actions,
	.mia-button {
		width: 100%;
	}
}
