html {
	scroll-behavior: smooth;
}

.section_nav-1row .nav-menu-button {
	display: none !important;
}

.section_nav-1row .nav-menu {
	display: flex !important;
	position: static !important;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
}

.section_hero-largev2 .button-wrap.center {
	width: 100%;
	justify-content: center;
}

.section_hero-largev2 .button.is-large.is-cta {
	margin-left: 0;
	margin-right: 0;
}

.section-contact {
	padding: 6rem 0 4rem;
	background: #050505;
	color: #f5f5f0;
	scroll-margin-top: 5rem;
}

.contact-inner {
	max-width: 36rem;
	margin: 0 auto;
}

.contact-heading {
	margin: 0 0 0.75rem;
	font-family: Montserrat, system-ui, sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	line-height: 1.15;
	color: #fff;
}

.contact-lede {
	margin: 0 0 2.25rem;
	color: rgba(245, 245, 240, 0.7);
	font-size: 1.05rem;
	line-height: 1.6;
}

.contact-form {
	display: grid;
	gap: 1.1rem;
}

.contact-form label {
	display: grid;
	gap: 0.4rem;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 0.75rem;
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	font: inherit;
	padding: 0.85rem 1rem;
}

.contact-form textarea {
	resize: vertical;
	min-height: 8rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
	outline: 2px solid #3b82f6;
	outline-offset: 1px;
}

.contact-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.contact-submit {
	justify-self: start;
	border: 0;
	border-radius: 999px;
	padding: 0.9rem 1.6rem;
	font: inherit;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	background: linear-gradient(135deg, #4ea2ff 0%, #1d4ed8 100%);
}

.contact-submit:disabled {
	opacity: 0.6;
	cursor: wait;
}

.contact-status {
	margin: 0;
	font-size: 0.95rem;
}

.contact-status.is-ok {
	color: #86efac;
}

.contact-status.is-err {
	color: #fca5a5;
}

.site-footer {
	padding: 1.75rem 0;
	background: #050505;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(245, 245, 240, 0.7);
}

.site-footer-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.site-footer-logo img {
	display: block;
	height: 1.4rem;
	width: auto;
}

.site-footer-copy {
	margin: 0;
	font-size: 0.9rem;
}

.site-footer-mail {
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
}

.site-footer-mail:hover {
	text-decoration: underline;
}
