::-ms-expand {
	display: none;
}
:root {
	--black: #0e0e10;
	--container: 1180px;
	--font: 'Barlow', Arial, sans-serif;
	--green: #2f6f25;
	--green-dark: #16410f;
	--light: #f6f6f6;
	--line: #e6e6e6;
	--muted: #747474;
	--text: #222;
	--white: #fff;
}
* {
	box-sizing: border-box;
}
*,
::before,
::after {
	box-sizing: border-box;
}
a {
	color: inherit;
	text-decoration: none;
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	touch-action: manipulation;
}
body {
	background: var(--white);
	color: var(--text);
	font-family: var(--font);
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus,
[contenteditable]:focus {
	outline: 0;
}
img {
	display: block;
	max-width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type="number"] {
	-moz-appearance: textfield;
}
table {
	border-collapse: collapse;
}
.checks {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}
.checks li {
	padding-left: 26px;
	position: relative;
}
.checks li:before {
	background: var(--green);
	border-radius: 3px;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: .7em;
	width: 12px;
}
.contact-block {
	background: var(--black);
	color: var(--white);
	padding: 48px;
}
.contact-block a {
	color: var(--white);
	display: block;
	font-weight: 800;
	margin-top: 12px;
}
.contact-block h2 {
	font-size: 32px;
	margin: 0 0 16px;
}
.container {
	margin: 0 auto;
	max-width: var(--container);
	padding: 0 28px;
}
.content-copy {
	max-width: 720px;
}
.content-copy article {
	margin-top: 42px;
}
.content-copy h2 {
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 16px;
}
.content-layout {
	align-items: start;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 1fr) 430px;
}
.content-section {
	background: var(--white);
	padding: 74px 0;
}
.footer {
	background: var(--white);
	border-top: 1px solid var(--line);
	padding-top: 58px;
}
.footer h3 {
	font-size: 16px;
	margin: 0 0 14px;
}
.footer p {
	color: var(--muted);
	font-size: 14px;
	margin: 0 0 8px;
}
.footer ul {
	color: var(--muted);
	display: grid;
	font-size: 14px;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer__bar {
	background: var(--green);
	color: var(--white);
	font-size: 13px;
	padding: 12px 0;
}
.footer__bar .container {
	display: flex;
	justify-content: space-between;
}
.footer__main {
	display: grid;
	gap: 44px;
	grid-template-columns: 1.2fr 1fr 1fr;
	padding-bottom: 46px;
}
.header {
	background: var(--white);
	box-shadow: 0 3px 16px #00000012;
	position: sticky;
	top: 0;
	z-index: 50;
}
.header__cta,
.hero__button {
	background: var(--black);
	border-radius: 0;
	color: var(--white);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	padding: 12px 22px;
}
.header__main {
	align-items: center;
	display: flex;
	gap: 32px;
	min-height: 58px;
}
.header__mobile-toggle {
	background: none;
	border: 0;
	display: none;
}
.header__mobile-toggle span {
	background: var(--black);
	display: block;
	height: 2px;
	margin: 5px 0;
	width: 25px;
}
.header__nav {
	flex: 1;
}
.header__nav ul,
.mobile-nav ul {
	align-items: center;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 22px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.header__switch {
	font-weight: 700;
}
.header__utility {
	background: #f5f5f5;
	color: #555;
	font-size: 12px;
}
.header__utility-inner {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: flex-end;
	min-height: 28px;
}
.hero {
	align-items: center;
	background: var(--black);
	color: var(--white);
	display: flex;
	min-height: 480px;
	overflow: hidden;
	position: relative;
}
.hero h1 {
	font-size: clamp(34px, 5.8vw, 72px);
	font-weight: 800;
	line-height: 1.02;
	margin: 0 auto 28px;
	max-width: 840px;
	text-transform: uppercase;
}
.hero__button {
	background: var(--white);
	color: var(--black);
}
.hero__content {
	position: relative;
	text-align: center;
	z-index: 1;
}
.hero__image {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}
.hero__kicker {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .04em;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.hero__shade {
	background: linear-gradient(90deg, #000000a6, #00000024);
	inset: 0;
	position: absolute;
}
.lang-current {
	background: transparent;
	border: 0;
	cursor: pointer;
	font-weight: 800;
}
.lang-menu {
	background: var(--white);
	box-shadow: 0 15px 40px #00000026;
	display: none;
	list-style: none;
	margin: 8px 0 0;
	min-width: 130px;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 100%;
}
.lang-menu a {
	display: block;
	font-size: 13px;
	padding: 8px 10px;
}
.lang-menu a.active {
	color: var(--green);
}
.lang-switch {
	position: relative;
}
.lang-switch:hover .lang-menu,
.lang-switch:focus-within .lang-menu,
.lang-switch.active .lang-menu {
	display: block;
}
.lead {
	color: var(--text);
	font-size: 19px;
}
.logo img {
	height: auto;
	width: 152px;
}
.mobile-nav {
	display: none;
}
.project-card {
	background: var(--white);
	box-shadow: 0 8px 22px #00000014;
}
.project-card img {
	aspect-ratio: 1.35;
	object-fit: cover;
	width: 100%;
}
.project-card span {
	display: block;
	font-weight: 800;
	padding: 14px 16px;
}
.project-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(4, 1fr);
}
.projects {
	padding: 62px 0 34px;
}
.projects h2 {
	font-size: 30px;
	margin: 0 0 28px;
}
@media (max-width: 620px){
	.contact-block {
		padding: 30px;
	}
	.container {
		padding: 0 18px;
	}
	.hero {
		min-height: 360px;
	}
	.projects,
	.content-section {
		padding: 46px 0;
	}
}
@media (max-width: 980px){
	.header__main {
		justify-content: space-between;
	}
	.header__mobile-toggle {
		display: block;
	}
	.header__nav,
	.header__cta {
		display: none;
	}
	.header__utility-inner {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.mobile-nav {
		background: var(--white);
		display: block;
		max-height: 0;
		overflow: hidden;
		transition: max-height 200ms;
	}
	.mobile-nav ul {
		display: grid;
		justify-content: stretch;
	}
	.mobile-nav.is-open {
		max-height: 520px;
		padding: 24px 28px;
	}
	.project-grid,
	.content-layout,
	.footer__main {
		grid-template-columns: 1fr;
	}
}