/* CompactCSS source: /apps/universal-procedural/styles.css */
/*B"H
Boruch Hashem
Blessed is He
The Awtsmoos renews page, rhythm, and vessel; Awtsmoos.com lets a focused semantic doorway remain spacious without waste.
*/
:root {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: #edf7f0;
	background: #08110d;
	font-synthesis: none;
}
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	min-height: 100vh;
	background: radial-gradient(circle at 15% 0%, #173a2a 0, #08110d 38rem);
}
body::before {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	opacity: .2;
	background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
	background-size: 32px 32px;
}
.hero, main, footer {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
	position: relative;
}
.hero {
	padding: 72px 0 32px;
}
.eyebrow {
	margin: 0 0 10px;
	color: #9fc8ad;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}
h1 {
	max-width: 850px;
	margin: 0;
	font-size: clamp(2.7rem, 8vw, 6.4rem);
	line-height: .92;
	letter-spacing: -.06em;
}
h2, h3 {
	margin: 0;
}
h2 {
	font-size: clamp(1.8rem, 4vw, 3.4rem);
	letter-spacing: -.04em;
}
h3 {
	margin-bottom: 12px;
	font-size: .86rem;
	color: #9fc8ad;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.lede {
	max-width: 760px;
	margin: 24px 0 0;
	color: #bdd0c2;
	font-size: 1.06rem;
	line-height: 1.7;
}
code {
	color: #d5ff9e;
}
footer {
	padding: 24px 0 50px;
	color: #759783;
	font-size: .8rem;
}
@media (max-width: 860px) {
	.hero {
		padding-top: 48px;
	}
}
@media (max-width: 560px) {
	.hero, main, footer {
		width: min(100% - 20px, 1180px);
	}
}
