/**
 * File: /main/nature/nature.css
 *
 * MICROBA Nature Page
 * Version: 1.1.0
 * Revision: 2026-07-25
 */

.mo-detail--nature {
	--mo-nature-deep: #07100b;
	--mo-nature-leaf: #29452f;
	--mo-nature-sage: #a3aa87;
}

.mo-detail--nature .mo-nature-hero {
	background-position: center center;
}

.mo-detail--nature .mo-nature-hero::after {
	background:
		linear-gradient(90deg, rgba(4, 12, 7, .88) 0%, rgba(4, 12, 7, .58) 40%, rgba(4, 12, 7, .12) 76%, rgba(4, 12, 7, .02) 100%),
		linear-gradient(180deg, rgba(4, 12, 7, .04), rgba(4, 12, 7, .82));
}

.mo-detail--nature .mo-nature-hero__content {
	max-width: 950px;
}

.mo-detail--nature .mo-nature-hero__content h1 {
	max-width: 930px;
	font-size: clamp(3.7rem, 7.4vw, 7.5rem);
	text-shadow: 0 5px 30px rgba(0, 0, 0, .42);
}

.mo-nature-hero__lead {
	max-width: 650px;
	margin: 30px 0 0;
	color: rgba(241, 236, 225, .84);
	font-size: clamp(1.05rem, 1.7vw, 1.3rem);
	line-height: 1.7;
}

.mo-detail--nature .mo-nature-story__media {
	background-position: center;
}

.mo-detail--nature .mo-detail__story-copy h2 {
	font-size: clamp(2.7rem, 4.6vw, 4.8rem);
}

.mo-detail--nature .mo-detail__story-copy p + p {
	margin-top: 18px;
}

.mo-detail--nature .mo-nature-principles {
	background:
		radial-gradient(circle at 88% 5%, rgba(101, 131, 91, .16), transparent 30%),
		var(--mo-detail-cream);
}

.mo-detail--nature .mo-detail__card {
	position: relative;
	overflow: hidden;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.mo-detail--nature .mo-detail__card::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--mo-detail-gold), transparent);
	opacity: .55;
}

.mo-detail--nature .mo-detail__card:hover {
	transform: translateY(-5px);
	border-color: rgba(111, 86, 39, .48);
	box-shadow: 0 24px 55px rgba(50, 55, 42, .12);
}

.mo-detail--nature .mo-nature-quote {
	position: relative;
	isolation: isolate;
	min-height: clamp(620px, 70vw, 860px);
	display: grid;
	align-items: center;
	padding-block: clamp(100px, 13vw, 170px);
	background:
		var(--mo-detail-cta-image),
		var(--mo-nature-deep);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: left;
}

.mo-detail--nature .mo-nature-quote::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(4, 12, 7, .87) 0%, rgba(4, 12, 7, .66) 38%, rgba(4, 12, 7, .18) 69%, rgba(4, 12, 7, .03) 100%),
		linear-gradient(180deg, rgba(4, 12, 7, .04), rgba(4, 12, 7, .34));
}

.mo-detail--nature .mo-nature-quote__inner {
	display: flex;
	justify-content: flex-start;
}

.mo-detail--nature .mo-nature-quote blockquote {
	max-width: 790px;
	margin: 0;
	padding: clamp(26px, 3vw, 44px);
	border: 1px solid rgba(199, 164, 90, .18);
	background: rgba(4, 12, 7, .18);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	font-size: clamp(2.55rem, 4.8vw, 5rem);
	text-shadow: 0 4px 24px rgba(0, 0, 0, .7);
}

.mo-detail--nature .mo-nature-cta {
	background:
		radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .38), transparent 36%),
		#d9cfb9;
}

.mo-detail--nature .mo-nature-cta .mo-detail__eyebrow {
	margin-bottom: 20px;
	color: #80652e;
}

@media (max-width: 900px) {
	.mo-detail--nature .mo-nature-hero::after {
		background:
			linear-gradient(90deg, rgba(4, 12, 7, .84), rgba(4, 12, 7, .26) 82%),
			linear-gradient(180deg, rgba(4, 12, 7, .05), rgba(4, 12, 7, .8));
	}

	.mo-detail--nature .mo-nature-quote::before {
		background: linear-gradient(180deg, rgba(4, 12, 7, .16), rgba(4, 12, 7, .74));
	}

	.mo-detail--nature .mo-nature-quote__inner {
		justify-content: center;
	}

	.mo-detail--nature .mo-nature-quote blockquote {
		max-width: 820px;
		text-align: center;
	}
}

@media (max-width: 620px) {
	.mo-detail--nature .mo-nature-hero {
		background-position: 60% center;
	}

	.mo-detail--nature .mo-nature-hero::after {
		background: linear-gradient(180deg, rgba(4, 12, 7, .25), rgba(4, 12, 7, .95));
	}

	.mo-detail--nature .mo-nature-hero__content h1 {
		font-size: clamp(3.1rem, 14vw, 4.75rem);
	}

	.mo-nature-hero__lead {
		font-size: 1rem;
	}

	.mo-detail--nature .mo-nature-quote {
		min-height: 650px;
		background-position: 64% center;
	}

	.mo-detail--nature .mo-nature-quote blockquote {
		padding: 24px 18px;
		font-size: clamp(2.25rem, 10.6vw, 3.6rem);
	}
}
