:root {
	--c0: #f8eee8;
	--c1: #e8d4c9;
	--c2: #5f2b15;
	--c3: #401c0c;
	--c4: #926547;
	--c5: #401e0c;
	--ink: #1e1a16;
	--muted: #6b6159;
	--ok: #5f3115;
	--bg: #faf4f0;
	--max: 1160px;
	--r: 18px;
	--shadow: 0 10px 30px rgba(12, 64, 36, 0.08);
}
* {
	box-sizing: border-box;
}
body,
html {
	margin: 0;
	background: linear-gradient(180deg, #fff, #c9dbe8 50%, #fff);
	color: var(--ink);
	font-family:
		ui-sans-serif,
		system-ui,
		Segoe UI,
		Roboto,
		Helvetica,
		Arial,
		sans-serif;
}
a {
	text-decoration: none;
	color: inherit;
}
.s-182736 {
	position: sticky;
	top: 0;
	z-index: 40;
	backdrop-filter: saturate(1.2) blur(8px);
	background: linear-gradient(90deg, #ffffffdd, #dfe2eddd);
}
.s-182736 .s-552911 {
	max-width: var(--max);
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 18px;
}
.s-555921 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 800;
}
.s-555921 svg {
	width: 30px;
	height: 30px;
	filter: drop-shadow(0 2px 6px rgba(50, 95, 21, 0.35));
}
.s-882311 {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 18px;
}
.s-882311 a {
	padding: 10px 12px;
	border-radius: 12px;
	transition: 0.2s;
}
.s-882311 a:hover {
	background: linear-gradient(90deg, #fff0, #c9dbe833);
	transform: translateY(-1px);
}
.s-128812 {
	display: none;
	margin-left: 8px;
}
.s-128812 button {
	all: unset;
	cursor: pointer;
	border-radius: 12px;
	padding: 10px;
}
.s-128812 svg {
	width: 26px;
	height: 26px;
}
@media (max-width: 960px) {
	.s-128812 {
		display: block;
	}
	.s-882311 {
		display: none;
	}
}
.s-448211 {
	position: fixed;
	inset: 0 0 auto auto;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: #fff;
	box-shadow: var(--shadow);
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	transition: height 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
	z-index: 39;
}
.s-448211.s-open {
	height: 240px;
}
.s-448211 .s-663002 {
	padding: 14px 18px;
	display: grid;
	gap: 14px;
}
.s-663002 a {
	padding: 12px 14px;
	border-radius: 14px;
	background: #ede6df;
	border: 1px solid #e8d5c9;
}
.s-901777 {
	padding: 150px 0;
	display: grid;
	align-content: start;
}
.s-999001 {
	max-width: var(--max);
	margin: 0 auto;
	padding: 64px 18px;
}
.s-ttl-c {
	font-size: clamp(24px, 3.6vw, 44px);
	line-height: 1.08;
	margin: 0 0 8px;
	background: linear-gradient(90deg, #5f3815, #40210c);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.s-lead-c {
	color: var(--muted);
	max-width: 68ch;
}
.s-lead-c--inl-6cbd38 {
	margin-top: 10px;
}
.s-grid2-c {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 28px;
}
@media (max-width: 960px) {
	.s-grid2-c {
		grid-template-columns: 1fr;
	}
}
.s-card-c {
	background: #fff;
	border: 1px solid #e8d6c9;
	border-radius: 18px;
	box-shadow: var(--shadow);
	padding: 18px;
}
.s-card-c--inl-10eda0 {
	margin-top: 14px;
}
.s-form-c {
	display: grid;
	gap: 12px;
	margin-top: 10px;
}
.s-form-c label {
	font-size: 14px;
	color: #5a5048;
}
.s-inp-c {
	width: 100%;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid #ede5df;
	background: #e8d5c9;
}
.s-inp-c:focus {
	outline: #0c4024 solid 2px;
}
.s-row-c {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
@media (max-width: 640px) {
	.s-row-c {
		grid-template-columns: 1fr;
	}
}
.s-btn-c {
	border: 0;
	border-radius: 14px;
	padding: 12px 16px;
	font-weight: 700;
	cursor: pointer;
	background: linear-gradient(90deg, #ede4df, #5f3815, #40240c);
	color: #fff;
}
.s-chip-c {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-radius: 999px;
	padding: 8px 12px;
	background: #e8d7c9;
	border: 1px solid #ede5df;
	color: #928447;
}
[data-obs] {
	opacity: 0;
	transform: translateY(14px);
	transition: 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
[data-obs].is-vis {
	opacity: 1;
	transform: none;
}
footer .s-ft {
	max-width: var(--max);
	margin: 0 auto;
	padding: 34px 18px;
	display: flex;
	align-items: center;
	gap: 16px;
	justify-content: space-between;
}
.s-ft--inl-ed1926 {
	color: #6b6159;
	font-size: 13px;
	padding-top: 0;
}
footer a {
	opacity: 0.85;
}
.elem--inl-1bb8d3 {
	margin: 0 0 8px;
}
.elem--inl-7cbad9 {
	background: linear-gradient(180deg, #ede6df, #5f2f15);
	border: 1px solid #e8d5c9;
	border-radius: 14px;
	height: 220px;
	overflow: hidden;
}
.elem--inl-106adc {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}
.elem--inl-2dab42 {
	background: linear-gradient(180deg, #fff, #c9dbe833);
}
.elem--inl-08b6aa {
	align-items: center;
	display: flex;
	gap: 10px;
}
.elem--inl-377ce4 {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}
body {
	max-width: 100vw;
	overflow-x: hidden;
}
