/* OMA Theme v0.4 Human */

html { scroll-behavior: smooth; }

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

::selection {
	background: #d9c7a4;
	color: #2f2f2b;
}

.oma-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(247, 244, 238, .84);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(47,47,43,.06);
}

.oma-logo {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .08rem;
	color: #2f2f2b;
	text-decoration: none;
	line-height: .86;
}

.oma-logo-main {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.78rem, 2.8vw, 2.72rem);
	letter-spacing: .12em;
	font-weight: 500;
}

.oma-logo-sub {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(.9rem, 1.5vw, 1.18rem);
	font-style: italic;
	letter-spacing: .05em;
	color: #817b70;
	margin-left: .17rem;
}

.oma-hero {
	position: relative;
	min-height: 92vh;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.oma-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 52% 35%, rgba(255,253,248,.90), rgba(247,244,238,.62) 34%, rgba(49,70,56,.18) 100%),
		linear-gradient(130deg, #f7f4ee 0%, #ece5d9 42%, #c9bea5 70%, #b0aa92 100%);
	z-index: 0;
}

.oma-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(247,244,238,.95), rgba(247,244,238,.18) 50%, rgba(49,70,56,.15)),
		repeating-linear-gradient(118deg, rgba(83,107,85,.035) 0, rgba(83,107,85,.035) 1px, transparent 1px, transparent 28px);
	z-index: 0;
	mix-blend-mode: multiply;
}

.oma-hero > * {
	position: relative;
	z-index: 1;
}

.oma-eyebrow,
.oma-thought-label {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: .18em;
	text-transform: uppercase;
	font-size: .75rem;
	color: #536b55;
}

.oma-hero h1 {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.oma-hero-lead {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.oma-muted { color: #817b70; }

.oma-section {
	padding-top: clamp(4rem, 10vw, 8rem);
	padding-bottom: clamp(4rem, 10vw, 8rem);
}

.oma-silence {
	min-height: clamp(3rem, 10vh, 7rem);
}

.oma-human-statement {
	font-size: clamp(1.55rem, 3.8vw, 3.35rem);
	line-height: 1.15;
}

.oma-card,
.oma-thought-card,
.oma-quote-card {
	border: 1px solid rgba(47,47,43,.12);
	border-radius: 1.45rem;
	background: rgba(255,253,248,.68);
	box-shadow: 0 18px 50px rgba(49,70,56,.045);
}

.oma-thought-card {
	min-height: 16rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.oma-quote-card {
	position: relative;
	overflow: hidden;
}

.oma-quote-card::before {
	content: "“";
	position: absolute;
	top: -2.4rem;
	left: 1.6rem;
	font-size: 10rem;
	line-height: 1;
	color: rgba(83,107,85,.10);
	font-family: Georgia, serif;
}

.oma-quote-text {
	font-size: clamp(1.45rem, 3vw, 2.8rem);
	line-height: 1.18;
}

.oma-button-soft .wp-block-button__link {
	background: transparent !important;
	border: 1px solid currentColor;
	color: inherit !important;
}

.wp-block-button__link {
	transition: transform .18s ease, opacity .18s ease, background-color .18s ease;
}

.wp-block-button__link:hover {
	transform: translateY(-1px);
	opacity: .92;
}

.oma-manifest-line {
	font-size: clamp(1.55rem, 4vw, 3.4rem);
	line-height: 1.14;
}

.oma-manifest-strong {
	font-size: clamp(2.4rem, 7vw, 5.8rem);
	line-height: .98;
}

.oma-footer-note {
	font-style: italic;
	color: #817b70;
}

.oma-post-content p {
	margin-bottom: 1.45em;
}

@media (max-width: 720px) {
	.oma-site-header {
		position: relative;
	}

	.oma-hero {
		min-height: 82vh;
	}

	.oma-logo-main {
		font-size: 1.8rem;
	}

	.wp-block-navigation__container {
		gap: 1rem !important;
	}

	.oma-thought-card {
		min-height: auto;
	}
}
