body.contact-page {
	background: #f9f7f4;
	color: #171217;
}

.contact-page main {
	overflow: hidden;
}

.signup-hero {
	padding: 34px 6vw 70px;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	gap: clamp(34px, 5vw, 76px);
	align-items: start;
	background:
		linear-gradient(135deg, rgba(56, 0, 42, 0.06), rgba(28, 122, 119, 0.07)),
		#f9f7f4;
}

.signup-copy {
	position: sticky;
	top: 118px;
	padding-top: 16px;
}

.signup-eyebrow,
.signup-kicker {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 16px;
	padding: 8px 13px;
	border: 1px solid rgba(56, 0, 42, 0.15);
	border-radius: 999px;
	background: #fff;
	color: #38002a;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.signup-copy h1 {
	max-width: 760px;
	font-family: "Archivo", sans-serif;
	font-size: clamp(46px, 5vw, 70px);
	font-weight: 600;
	line-height: 0.98;
	letter-spacing: 0;
	color: #160010;
}

.signup-copy > p {
	max-width: 680px;
	margin-top: 24px;
	color: #4f444c;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.48;
}

.signup-proof-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	max-width: 680px;
	margin-top: 34px;
}

.signup-proof-row div {
	padding: 17px;
	border: 1px solid rgba(56, 0, 42, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
}

.signup-proof-row strong {
	display: block;
	color: #38002a;
	font-size: 25px;
	line-height: 1;
}

.signup-proof-row span {
	display: block;
	margin-top: 8px;
	color: #5d5159;
	font-size: 13px;
	line-height: 1.35;
}

.signup-booking-panel {
	overflow: hidden;
	border-radius: 12px;
	background: #fff;
	border: 1px solid rgba(56, 0, 42, 0.12);
	box-shadow: 0 28px 80px rgba(21, 0, 15, 0.14);
}

.signup-booking-top {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 18px;
	align-items: end;
	padding: 24px 24px 18px;
	background: #170011;
	color: #fff;
}

.signup-booking-top h2 {
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.signup-booking-top p {
	max-width: 540px;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 15px;
	line-height: 1.42;
}

.signup-booking-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 112px;
	padding: 10px 13px;
	border-radius: 999px;
	background: #d5ba43;
	color: #170011;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.signup-calendly-wrap {
	background: #fff;
}

.signup-calendly-fallback {
	padding: 14px 24px 0;
	color: #5c5058;
	font-size: 13px;
}

.signup-calendly-fallback a {
	color: #38002a;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.signup-calendly-wrap iframe {
	display: block;
	width: 100%;
	height: 1040px;
	border: 0;
}

.signup-friction-section,
.signup-path-section {
	padding: 76px 6vw;
	background: #fff;
}

.signup-section-head,
.signup-path-inner {
	max-width: 1280px;
	margin: 0 auto;
}

.signup-section-head h2,
.signup-proof-inner h2,
.signup-path-inner h2 {
	max-width: 860px;
	font-family: "Archivo", sans-serif;
	font-size: clamp(36px, 5vw, 66px);
	font-weight: 600;
	line-height: 0.98;
	letter-spacing: 0;
	color: #170011;
}

.signup-section-head p,
.signup-proof-inner > div > p {
	max-width: 730px;
	margin-top: 18px;
	color: #5a4e56;
	font-size: 18px;
	line-height: 1.52;
}

.signup-friction-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	max-width: 1280px;
	margin: 38px auto 0;
}

.signup-friction-card {
	position: relative;
	min-height: 250px;
	padding: 24px 22px;
	border: 1px solid rgba(56, 0, 42, 0.1);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(28, 122, 119, 0.11), rgba(255, 255, 255, 0) 52%),
		#f9f7f4;
	box-shadow: 0 18px 44px rgba(22, 0, 16, 0.06);
}

.signup-friction-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: #1c7a77;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

.signup-friction-card h3 {
	margin-top: 42px;
	color: #170011;
	font-size: 21px;
	line-height: 1.08;
}

.signup-friction-card p {
	margin-top: 12px;
	color: #5c5058;
	font-size: 15px;
	line-height: 1.45;
}

.signup-proof-band {
	padding: 66px 6vw;
	background: #170011;
	color: #fff;
}

.signup-proof-inner {
	display: grid;
	grid-template-columns: 0.78fr 1.22fr;
	gap: clamp(30px, 5vw, 72px);
	align-items: center;
	max-width: 1280px;
	margin: 0 auto;
}

.signup-proof-band .signup-kicker {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	color: #d5ba43;
}

.signup-proof-inner h2,
.signup-proof-inner > div > p {
	color: #fff;
}

.signup-proof-inner > div > p {
	color: rgba(255, 255, 255, 0.72);
}

.signup-store-stack {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.signup-store-card {
	display: block;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.signup-store-card:hover {
	transform: translateY(-3px);
	background: rgba(255, 255, 255, 0.11);
	border-color: rgba(255, 255, 255, 0.26);
}

.signup-store-card img {
	width: 100%;
	height: 180px;
	display: block;
	object-fit: cover;
	object-position: top;
}

.signup-store-card div {
	padding: 14px;
}

.signup-store-card h3 {
	font-size: 16px;
	line-height: 1.1;
}

.signup-store-card p {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	line-height: 1.3;
}

.signup-path-map {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 38px;
}

.signup-path-map::before {
	content: "";
	position: absolute;
	top: 33px;
	left: 8%;
	right: 8%;
	height: 2px;
	background: linear-gradient(90deg, rgba(56, 0, 42, 0.14), rgba(213, 186, 67, 0.72), rgba(28, 122, 119, 0.45));
}

.signup-path-card {
	position: relative;
	padding: 74px 22px 24px;
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(213, 186, 67, 0.14), rgba(255, 255, 255, 0) 46%),
		#f9f7f4;
	border: 1px solid rgba(56, 0, 42, 0.1);
	box-shadow: 0 18px 44px rgba(22, 0, 16, 0.07);
}

.signup-path-card span {
	position: absolute;
	top: 18px;
	left: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	height: 38px;
	padding: 0 13px;
	border-radius: 999px;
	background: #38002a;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	box-shadow: 0 0 0 8px #f9f7f4;
}

.signup-path-card h3 {
	color: #170011;
	font-size: 19px;
	line-height: 1.1;
}

.signup-path-card p {
	margin-top: 10px;
	color: #5c5058;
	font-size: 14px;
	line-height: 1.42;
}

@media (max-width: 1100px) {
	.signup-hero,
	.signup-proof-inner {
		grid-template-columns: 1fr;
	}

	.signup-copy {
		position: relative;
		top: auto;
	}

	.signup-friction-grid,
	.signup-path-map {
		grid-template-columns: repeat(2, 1fr);
	}

	.signup-path-map::before {
		display: none;
	}
}

@media (max-width: 760px) {
	.signup-hero,
	.signup-friction-section,
	.signup-proof-band,
	.signup-path-section {
		padding-left: 20px;
		padding-right: 20px;
	}

	.signup-hero {
		padding-top: 24px;
	}

	.signup-proof-row,
	.signup-friction-grid,
	.signup-store-stack,
	.signup-path-map {
		grid-template-columns: 1fr;
	}

	.signup-copy h1 {
		font-size: 42px;
	}

	.signup-booking-top {
		grid-template-columns: 1fr;
	}

	.signup-booking-badge {
		width: fit-content;
	}

	.signup-calendly-wrap iframe {
		height: 940px;
	}
}
