html {
	scroll-behavior: smooth;
}

body {
	letter-spacing: 0;
}

body,
.editor-styles-wrapper {
	background: #fbfaf6;
	color: #20231f;
}

a {
	text-underline-offset: 0.18em;
	text-decoration-thickness: 1px;
}

a:hover,
a:focus-visible {
	text-decoration-thickness: 2px;
}

.wp-site-blocks {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-main {
	flex: 1 0 auto;
}

.netti-header {
	border-bottom: 1px solid #e7e0d2;
	padding-top: 1.1rem;
	padding-bottom: 1.1rem;
}

.netti-brand {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	line-height: 1;
	text-decoration: none;
}

.netti-submark {
	color: #706a5d;
	font-size: 0.75rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.netti-nav a,
.wp-block-navigation .wp-block-navigation-item__content {
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}

.netti-nav a:hover,
.wp-block-navigation .wp-block-navigation-item__content:hover {
	text-decoration: underline;
	text-underline-offset: 0.35em;
}

.netti-hero {
	border-bottom: 1px solid #e7e0d2;
	padding-top: clamp(3.5rem, 8vw, 8rem);
	padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

.netti-kicker {
	color: #706a5d;
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.netti-measure {
	max-width: 760px;
}

.netti-lead {
	color: #343832;
	font-size: clamp(1.15rem, 2vw, 1.42rem);
	line-height: 1.55;
}

.netti-authority-grid {
	border-top: 1px solid #e7e0d2;
	border-bottom: 1px solid #e7e0d2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: clamp(2rem, 5vw, 4rem);
}

.netti-authority-grid > * {
	border-right: 1px solid #e7e0d2;
	padding: 1.4rem;
}

.netti-authority-grid > *:last-child {
	border-right: 0;
}

.netti-stat {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.55rem, 3vw, 2.45rem);
	line-height: 1;
	margin-bottom: 0.45rem;
}

.netti-small {
	color: #706a5d;
	font-size: 0.9rem;
	line-height: 1.45;
}

.netti-section {
	padding-top: clamp(3rem, 7vw, 7rem);
	padding-bottom: clamp(3rem, 7vw, 7rem);
}

.netti-section + .netti-section {
	border-top: 1px solid #e7e0d2;
}

.netti-split {
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.netti-list {
	border-top: 1px solid #e7e0d2;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.netti-list li {
	border-bottom: 1px solid #e7e0d2;
	padding: 1rem 0;
}

.netti-card-grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	background: #e7e0d2;
	border: 1px solid #e7e0d2;
}

.netti-card-grid > * {
	background: #fbfaf6;
	min-height: 10rem;
	padding: 1.4rem;
}

.netti-card-grid h3 {
	font-size: 1.45rem;
	margin-top: 0;
}

.netti-footer {
	border-top: 1px solid #e7e0d2;
	color: #706a5d;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.netti-footer a {
	color: #20231f;
}

.wp-block-button__link {
	border: 1px solid #20231f;
	padding: 0.75rem 1rem;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	color: #20231f;
}

.wp-block-post-title a {
	text-decoration: none;
}

.wp-block-post-title a:hover {
	text-decoration: underline;
}

.wp-block-post-featured-image img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

@media (max-width: 900px) {
	.netti-authority-grid,
	.netti-card-grid,
	.netti-split {
		grid-template-columns: 1fr;
	}

	.netti-authority-grid > * {
		border-bottom: 1px solid #e7e0d2;
		border-right: 0;
	}

	.netti-authority-grid > *:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 640px) {
	.netti-header .wp-block-group {
		align-items: flex-start;
	}

	.netti-nav {
		width: 100%;
	}
}

