:root {
	--background: #f7f8f6;
	--surface: #ffffff;
	--text: #26312f;
	--muted: #66716e;
	--primary: #154180;
	--primary-dark: #0d2c59;
	--accent: #5195d4;
	--border: #d8e1ea;
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
}

body {
	background: var(--primary-dark);
	color: var(--text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.65;
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.coming-soon-page {
	background:
		linear-gradient(90deg, rgba(13, 44, 89, 0.82), rgba(21, 65, 128, 0.34)),
		url("assets/hero-praxis.jpg") center / cover;
	min-height: 100vh;
	overflow: hidden;
}

.coming-soon-hero {
	color: var(--surface);
	display: grid;
	min-height: 100vh;
}

.coming-soon-shell {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
	margin: 0 auto;
	min-height: 100vh;
	max-width: 1180px;
	padding: 5rem 1.5rem;
	width: 100%;
}

.coming-soon-content {
	max-width: 760px;
}

.coming-soon-kicker {
	color: var(--accent);
	font-weight: 850;
	letter-spacing: 0.03em;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.coming-soon-content h1 {
	font-size: clamp(2.6rem, 6vw, 5.2rem);
	line-height: 1.02;
	margin: 0 0 1.2rem;
	text-wrap: balance;
}

.coming-soon-lede {
	color: rgba(255, 255, 255, 0.94);
	font-size: 1.16rem;
	max-width: 680px;
	margin: 0;
}

.coming-soon-card {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 8px;
	box-shadow: 0 28px 70px rgba(13, 44, 89, 0.24);
	color: var(--text);
	padding: 1.5rem;
}

.coming-soon-card-logo {
	display: block;
	height: auto;
	margin: 0 0 1.25rem;
	width: 100%;
}

.coming-soon-card h2 {
	color: var(--primary-dark);
	font-size: 1.35rem;
	line-height: 1.12;
	margin: 0 0 1rem;
}

.coming-soon-card a {
	color: var(--primary-dark);
	font-weight: 800;
}

.coming-soon-hours-title {
	color: var(--accent);
	font-size: 1.05rem;
	line-height: 1.2;
	margin: 1.35rem 0 0.35rem;
}

.practice-hours {
	border-collapse: collapse;
	width: 100%;
}

.practice-hours caption {
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.practice-hours th,
.practice-hours td {
	border-bottom: 1px solid var(--border);
	padding: 0.55rem 0;
	text-align: left;
	vertical-align: top;
}

.practice-hours th {
	font-weight: 700;
	padding-right: 1rem;
}

.practice-hours tr:last-child th,
.practice-hours tr:last-child td {
	border-bottom: 0;
}

@media (max-width: 920px) {
	.coming-soon-shell {
		grid-template-columns: 1fr;
		padding-top: 3.2rem;
	}
}

@media (min-width: 701px) {
	html,
	body {
		height: 100%;
		overflow: hidden;
	}

	.coming-soon-page,
	.coming-soon-hero,
	.coming-soon-shell {
		height: 100vh;
		height: 100svh;
		min-height: 0;
	}

	.coming-soon-shell {
		gap: clamp(1.6rem, 4vw, 3.25rem);
		grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
		padding-block: clamp(1.5rem, 4vh, 3rem);
	}

	.coming-soon-content h1 {
		font-size: clamp(2.7rem, 5.6vw, 4.8rem);
	}

	.coming-soon-card {
		padding: clamp(1rem, 2.2vh, 1.35rem);
	}

	.coming-soon-card-logo {
		margin-bottom: clamp(0.75rem, 1.8vh, 1rem);
	}

	.coming-soon-card h2 {
		font-size: 1.22rem;
		margin-bottom: 0.65rem;
	}

	.coming-soon-card p {
		margin-block: 0.55rem;
	}

	.coming-soon-hours-title {
		margin-top: clamp(0.8rem, 1.8vh, 1rem);
	}

	.practice-hours th,
	.practice-hours td {
		padding-block: clamp(0.28rem, 0.9vh, 0.48rem);
	}
}

@media (max-width: 700px) {
	html,
	body {
		overflow: auto;
	}

	.coming-soon-page,
	.coming-soon-hero {
		min-height: 100vh;
		overflow: visible;
	}

	.coming-soon-shell {
		min-height: 100vh;
		padding-bottom: 2rem;
	}
}
