:root {
	--c-forest: #17282c;
	--c-lime: #295771;
	--c-teal: #003736;
	--c-sky: #366251;
	--c-ink: #3c632d;
	--c-ivory: #f5f7f1;
	--gap: clamp(12px, 3vw, 32px);
	--shadow-1: 0 10px 30px rgba(0, 0, 0, 0.25);
}

* {
	box-sizing: border-box;
}

body,
html {
	margin: 0;
	padding: 0;
}

body {
	color: var(--c-ivory);
	background: radial-gradient(
			1200px 600px at 60% -10%,
			rgba(37, 117, 35, 0.25),
			transparent 60%
		),
		radial-gradient(
			900px 500px at 10% 20%,
			rgba(56, 134, 40, 0.2),
			transparent 70%
		),
		var(--c-ink);
	line-height: 1.5;
}

a {
	color: inherit;
	text-decoration: none;
}

.s-57410264529,
.wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 var(--gap);
}

.s-91538173655 {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(134, 142, 131, 0.7);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.s-91538173655 .s-57410264529 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 64px;
}

.s-16597351965 {
	display: flex;
	align-items: center;
	gap: 12px;
}

.s-16597351965 .s-94153620812 {
	font-weight: 800;
	letter-spacing: 0.6px;
}

.s-16597351965 .s-94153620812 span {
	color: var(--c-lime);
}

.s-32874190552 {
	display: none;
	gap: 22px;
	align-items: center;
}

.s-32874190552 a {
	opacity: 0.9;
}

.s-32874190552 a:hover {
	opacity: 1;
}

.s-61938510391 {
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	display: grid;
	place-items: center;
	cursor: pointer;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.06),
		rgba(255, 255, 255, 0.02)
	);
}

.s-61938510391 span {
	width: 18px;
	height: 2px;
	background: #fff;
	display: block;
	position: relative;
}

.s-61938510391 span:after,
.s-61938510391 span:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: #fff;
	transform-origin: center;
}

.s-61938510391 span:before {
	top: -6px;
}

.s-61938510391 span:after {
	top: 6px;
}

.s-82017364510 {
	position: fixed;
	inset: 64px 0 auto 0;
	background: rgba(134, 142, 131, 0.95);
	backdrop-filter: blur(12px);
	padding: 24px;
	display: none;
}

.s-82017364510 a {
	display: block;
	padding: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.is-open .s-82017364510 {
	display: block;
}

@media (min-width: 960px) {
	.s-61938510391 {
		display: none;
	}
	.s-32874190552 {
		display: flex;
	}
	.s-82017364510 {
		display: none !important;
	}
}

.reveal [data-anim] {
	opacity: 0;
	transform: translateY(10px) scale(0.98);
}

.reveal [data-anim].in {
	opacity: 1;
	transform: none;
	transition:
		transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1),
		opacity 0.9s;
}

main {
	min-height: 100vh;
	display: grid;
	align-content: start;
	padding: clamp(30px, 6vw, 80px) 0;
}

h1 {
	font-size: clamp(28px, 6.5vw, 64px);
	line-height: 0.95;
	margin: 0.2em 0;
	background: linear-gradient(90deg, #fff, var(--c-sky));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.lead {
	max-width: 70ch;
	color: #eaf6f2;
}

.grid {
	display: grid;
	gap: var(--gap);
	grid-template-columns: 1fr;
}

@media (min-width: 980px) {
	.grid {
		max-height: 50vh;
		grid-template-columns: 1.2fr 0.8fr;
	}
}

.card {
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 18px;
	box-shadow: var(--shadow-1);
	max-height: 50vh;
}

.s-345345 {
	width: 100%;
	object-fit: cover;
}

.ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 12px;
}

figure {
	margin: 0;
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

footer {
	margin-top: 60px;
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.35);
}

footer .s-foot {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: start;
}

@media (min-width: 800px) {
	footer .s-foot {
		grid-template-columns: auto 1fr auto;
	}
}

.s-legal a {
	opacity: 0.9;
	margin-right: 12px;
}

.s-legal a:hover {
	opacity: 1;
	text-decoration: underline;
}

.ck {
	position: fixed;
	inset: auto var(--gap) var(--gap) var(--gap);
	z-index: 60;
	display: none;
	max-width: 680px;
	background: rgba(134, 142, 131, 0.92);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	padding: 16px;
}

.ck.show {
	display: block;
}

.ck .row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.btn {
	padding: 12px 16px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.btn-prim {
	background: linear-gradient(135deg, var(--c-teal), var(--c-lime));
	color: #031a15;
	border: none;
}

.modal {
	position: fixed;
	inset: 0;
	display: none;
	place-items: center;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(4px);
	z-index: 70;
}

.modal.open {
	display: grid;
}

.mcard {
	width: min(92vw, 540px);
	border-radius: 22px;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.06),
		rgba(255, 255, 255, 0.03)
	);
	border: 1px solid rgba(255, 255, 255, 0.12);
	padding: 22px;
	text-align: center;
}
