* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
}

html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
	background: #f4f5f1;
}

body {
	width: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	line-height: 1.55;
	font-weight: normal;
	text-align: left;
	color: #18231b;
	background: #f4f5f1;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	line-height: 1.05;
	color: #1d5630;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

::selection {
	background: #c9d7bf;
}

#main {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	margin: 0 auto;
	width: 100%;
}

#main-in {
	position: relative;
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	overflow: visible;
	padding-bottom: 0;
}

.centerer {
	position: relative;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 32px;
}

.narrow {
	max-width: 900px;
}

#header {
	position: sticky;
	top: 0;
	z-index: 20;
	width: 100%;
	background: rgba(255, 255, 252, 0.96);
	border-bottom: 1px solid rgba(29, 86, 48, 0.16);
	backdrop-filter: blur(12px);
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 104px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.brand {
	display: block;
	flex: 0 0 auto;
	width: 178px;
}

.menu-toggle {
	display: none;
	position: relative;
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border: 1px solid #d5ddd2;
	border-radius: 4px;
	background: #fffefa;
	cursor: pointer;
}

.menu-toggle span {
	position: absolute;
	left: 11px;
	width: 20px;
	height: 2px;
	background: #1d5630;
	transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
}

.menu-toggle span:nth-child(1) {
	top: 14px;
}

.menu-toggle span:nth-child(2) {
	top: 21px;
}

.menu-toggle span:nth-child(3) {
	top: 28px;
}

.is-menu-open .menu-toggle span:nth-child(1) {
	top: 21px;
	transform: rotate(45deg);
}

.is-menu-open .menu-toggle span:nth-child(2) {
	opacity: 0;
}

.is-menu-open .menu-toggle span:nth-child(3) {
	top: 21px;
	transform: rotate(-45deg);
}

.header-tools {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
	flex: 1 1 auto;
}

.main-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
	flex-wrap: wrap;
	font-size: 12px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 700;
}

.nav-link {
	padding: 10px 0 9px;
	color: #253127;
	border-bottom: 1px solid transparent;
}

.nav-link:hover,
.nav-link.is-current {
	color: #1d5630;
	border-bottom-color: #1d5630;
}

.language-nav {
	display: flex;
	align-items: center;
	gap: 6px;
	padding-left: 18px;
	border-left: 1px solid #d5ddd2;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.language-link {
	min-width: 30px;
	padding: 8px 6px;
	border: 1px solid transparent;
	border-radius: 4px;
	text-align: center;
	color: #5b665c;
}

.language-link:hover,
.language-link.is-current {
	border-color: #1d5630;
	color: #1d5630;
	background: #eef3eb;
}

.site-page {
	flex: 1 0 auto;
	padding: 78px 0 104px;
}

.page-head {
	margin-bottom: 48px;
	border-bottom: 1px solid #1d5630;
	padding-bottom: 18px;
}

.page-head h1 {
	font-size: clamp(30px, 4vw, 44px);
	text-transform: uppercase;
	letter-spacing: 0;
}

.page-intro {
	margin-top: 22px;
	font-size: 19px;
	line-height: 1.5;
	color: #47534a;
}

.content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
	gap: 72px;
	align-items: start;
}

.content-grid:not(:has(.content-aside)) {
	display: block;
}

.rich-text {
	font-size: 19px;
	line-height: 1.72;
	color: #263328;
}

.rich-text p,
.rich-text ul,
.rich-text ol {
	margin-bottom: 1em;
}

.rich-text ul,
.rich-text ol {
	padding-left: 24px;
}

.page-image {
	width: 100%;
	border-radius: 6px;
	border: 1px solid #d5ddd2;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(24, 35, 27, 0.08);
}

.content-aside {
	display: grid;
	gap: 22px;
}

.aside-claim {
	padding: 26px;
	border-radius: 6px;
	background: #1d5630;
	color: #fffefa;
	box-shadow: 0 18px 44px rgba(24, 35, 27, 0.09);
}

.aside-claim h2 {
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
}

.aside-claim p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.86);
}

.claim-button {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 4px;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}

.claim-button:hover {
	background: #ffffff;
	color: #1d5630;
}

.aside-hints {
	display: grid;
	gap: 12px;
}

.hint-card {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr);
	column-gap: 14px;
	align-items: center;
	padding: 20px;
	border: 1px solid #d5ddd2;
	border-radius: 6px;
	background: #fffefa;
	box-shadow: 0 12px 28px rgba(24, 35, 27, 0.05);
}

.hint-card > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #e8eee3;
	font-size: 15px;
	color: #1d5630;
}

.hint-card h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
	color: #1d5630;
}

.hint-text {
	grid-column: 1 / -1;
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.5;
	color: #4b574e;
}

.hint-text p:last-child {
	margin-bottom: 0;
}

.home-page {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.home-hero {
	position: relative;
	flex: 1 0 auto;
	min-height: 0;
	display: flex;
	align-items: center;
	padding: 62px 0 82px;
	background: #201a16;
	border-bottom: 1px solid rgba(29, 86, 48, 0.14);
	overflow: hidden;
}

.home-hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.72;
}

.home-hero:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(20, 24, 18, 0.82) 0%, rgba(20, 24, 18, 0.56) 42%, rgba(20, 24, 18, 0.12) 100%);
}

.home-hero-inner {
	z-index: 1;
	display: block;
	align-items: center;
}

.home-hero-copy {
	max-width: 720px;
	margin-left: clamp(220px, 34vw, 520px);
}

.home-hero-copy h1 {
	margin-bottom: 26px;
}

.home-hero-logo {
	width: min(430px, 58vw);
	height: auto;
}

.hero-text {
	max-width: 620px;
	font-size: clamp(22px, 2.5vw, 30px);
	line-height: 1.4;
	color: #f3ecdd;
}

.home-intro {
	padding: 74px 0 96px;
	background: #f4f0e8;
}

.home-intro h2 {
	font-size: clamp(30px, 4vw, 42px);
	margin-bottom: 24px;
}

.module-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.module-card {
	min-height: 160px;
	padding: 30px;
	border: 1px solid #d5ddd2;
	border-radius: 6px;
	background: #fffefa;
	box-shadow: 0 14px 34px rgba(24, 35, 27, 0.05);
}

.module-card h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 16px;
	color: #1d5630;
}

.module-card .rich-text {
	font-size: 17px;
	line-height: 1.55;
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
	gap: 76px;
	align-items: start;
}

.contact-form-panel,
.contact-info-panel {
	border: 1px solid #d5ddd2;
	border-radius: 6px;
	background: #fffefa;
	box-shadow: 0 14px 34px rgba(24, 35, 27, 0.05);
}

.contact-form-panel {
	padding: 32px;
}

.contact-form-panel h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #18231b;
	margin-bottom: 10px;
}

.form-intro {
	margin-bottom: 24px;
	color: #526052;
}

.contact-status {
	margin-bottom: 20px;
	padding: 14px 16px;
	border-radius: 4px;
	font-size: 15px;
	line-height: 1.45;
}

.contact-status.success {
	border: 1px solid #9ebc93;
	background: #edf5e9;
	color: #1d5630;
}

.contact-status.error {
	border: 1px solid #d8afa2;
	background: #fff1ed;
	color: #7b2e1d;
}

.contact-form {
	display: grid;
	gap: 16px;
}

.form-row.two {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.contact-form label {
	display: grid;
	gap: 6px;
	font-size: 13px;
	font-weight: 700;
	color: #334134;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: 1px solid #cbd3c8;
	border-radius: 4px;
	background: #ffffff;
	padding: 11px 12px;
	font: inherit;
	color: #18231b;
	resize: vertical;
}

.contact-form button {
	justify-self: start;
	border-radius: 4px;
	background: #1d5630;
	color: #ffffff;
	font: inherit;
	font-weight: 700;
	padding: 11px 28px;
	cursor: default;
}

.contact-info-panel {
	display: grid;
	gap: 14px;
	justify-items: center;
	text-align: center;
	font-size: 18px;
	padding: 34px 30px;
}

.contact-logo {
	width: 260px;
	margin-bottom: 10px;
}

.contact-address {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
}

.map-link,
.map-image {
	width: 100%;
}

.map-image {
	margin-top: 16px;
	border: 1px solid #d8ded5;
	border-radius: 4px;
}

.map-open-link {
	display: inline-block;
	margin-top: 16px;
	border: 1px solid #1d5630;
	border-radius: 4px;
	padding: 10px 16px;
	color: #1d5630;
	font-weight: 700;
}

.collaborators {
	margin-top: 72px;
	border-top: 1px solid #d5ddd2;
	padding-top: 32px;
}

.collaborators h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #18231b;
	margin-bottom: 22px;
}

.collaborator-list {
	display: flex;
	align-items: center;
	gap: 34px;
	flex-wrap: wrap;
}

.collaborator-item {
	min-width: 150px;
	max-width: 220px;
}

.collaborator-logo {
	max-height: 76px;
	width: auto;
}

.dev-actions {
	margin: 24px 0;
}

.dev-actions code {
	display: inline-block;
	background: #eef2ec;
	padding: 3px 7px;
	border-radius: 3px;
}

.dev-msg {
	padding: 8px 0;
	border-bottom: 1px solid #d5ddd2;
	font-family: monospace;
	font-size: 14px;
}

#footer {
	position: relative;
	flex: 0 0 auto;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	background: #18231b;
	height: auto;
	padding: 26px 0;
}

.footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.footer-brand {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 700;
}

.footer-meta {
	display: flex;
	gap: 22px;
	flex-wrap: wrap;
	justify-content: flex-end;
	color: rgba(255, 255, 255, 0.82);
}

.footer-meta a {
	font-weight: 400;
	color: #ffffff;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

@media (max-width: 900px) {
	.header-inner {
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px 18px;
		min-height: 82px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.brand {
		width: 154px;
	}

	.menu-toggle {
		display: block;
		margin-left: auto;
	}

	.header-tools {
		display: none;
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		flex: 0 0 100%;
		width: 100%;
		padding: 8px 0 10px;
		border-top: 1px solid #d5ddd2;
	}

	.is-menu-open .header-tools {
		display: flex;
	}

	.main-nav {
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
		gap: 0;
		width: 100%;
		font-size: 13px;
	}

	.nav-link {
		width: 100%;
		padding: 11px 0;
	}

	.language-nav {
		padding-left: 0;
		border-left: 0;
	}

	.site-page {
		padding: 48px 0 68px;
	}

	.home-page {
		padding-top: 0;
	}

	.home-hero {
		min-height: auto;
		padding: 34px 0 56px;
	}

	.home-hero:after {
		background: rgba(20, 24, 18, 0.68);
	}

	.home-hero-copy {
		margin-left: 0;
	}

	.home-hero-inner,
	.content-grid,
	.contact-layout {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.module-grid {
		grid-template-columns: 1fr;
	}

	.contact-form-panel,
	.contact-info-panel {
		padding: 26px;
	}

	.footer-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.footer-meta {
		justify-content: flex-start;
	}
}

@media (max-width: 560px) {
	.centerer {
		padding: 0 18px;
	}

	.main-nav {
		font-size: 12px;
	}

	.page-head h1 {
		font-size: 30px;
	}

	.home-hero-copy h1 {
		font-size: 36px;
	}

	.home-hero-logo {
		width: min(340px, 82vw);
	}

	.rich-text,
	.page-intro {
		font-size: 18px;
	}

	.form-row.two {
		grid-template-columns: 1fr;
	}
}
