:root {
	--alp-snow: #f6f5f1;
	--alp-paper: #fdfcfa;
	--alp-ink: #1f2124;
	--alp-sub: #4a4d52;
	--alp-tan: #b5763f;
	--alp-tan-d: #8a5526;
	--alp-slate: #3d5a6c;
	--alp-slate-d: #2c4350;
	--alp-line: #e4e1d8;
	--alp-white: #ffffff;

	--alp-s1: 6px;
	--alp-s2: 14px;
	--alp-s3: 30px;
	--alp-s4: 64px;

	--alp-max: 1296px;
	--alp-radius: 4px;

	--alp-head: 'Diphylleia', serif;
	--alp-body: 'SUIT Variable', 'SUIT', system-ui, sans-serif;
	--alp-mono: 'Geist Mono', ui-monospace, monospace;
}

html {
	scroll-behavior: smooth;
}

body.alp-skin {
	background: var(--alp-snow);
	color: var(--alp-ink);
	font-family: var(--alp-body);
	font-size: 17px;
	line-height: 1.78;
	letter-spacing: -0.01em;
	margin: 0;
}

body.alp-skin .container,
body.alp-skin .nv-container,
body.alp-skin .neve-main > .container {
	max-width: var(--alp-max);
}

.alp-wrap {
	max-width: var(--alp-max);
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
}

body.alp-skin a {
	color: var(--alp-slate);
	text-decoration: none;
	transition: color 0.15s ease;
}

body.alp-skin a:hover {
	color: var(--alp-tan-d);
}

body.alp-skin h1,
body.alp-skin h2,
body.alp-skin h3,
body.alp-skin h4 {
	font-family: var(--alp-head);
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -0.005em;
	color: var(--alp-ink);
}

body.alp-skin p {
	margin: 0 0 1.15em;
}

.alp-mono {
	font-family: var(--alp-mono);
	font-feature-settings: "tnum" 1;
}

.alp-topbar {
	background: var(--alp-slate-d);
	color: var(--alp-snow);
	font-family: var(--alp-mono);
	font-size: 12.5px;
	letter-spacing: 0.04em;
}

.alp-topbar .alp-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--alp-s2);
	min-height: 38px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.alp-topbar a {
	color: #9fc0d2;
}

.alp-topbar a:hover {
	color: var(--alp-white);
}

.alp-topbar-tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
}

.alp-topbar-tag svg {
	width: 15px;
	height: 15px;
	opacity: 0.85;
}

.alp-header {
	background: var(--alp-snow);
	border-bottom: 1px solid var(--alp-line);
	position: relative;
	overflow: hidden;
}

.alp-header::after {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='560' height='150' viewBox='0 0 560 150'%3E%3Cg fill='none' stroke='%23b5763f' stroke-width='1' opacity='0.07'%3E%3Cpath d='M0 120 L90 70 L150 95 L230 35 L300 80 L380 30 L460 78 L530 45 L560 70'/%3E%3Cpath d='M0 140 L90 92 L150 116 L230 60 L300 102 L380 56 L460 100 L530 70 L560 92'/%3E%3C/g%3E%3C/svg%3E");
	background-position: right top;
	background-repeat: no-repeat;
	pointer-events: none;
}

.alp-header .alp-wrap {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--alp-s3);
	padding-top: var(--alp-s3);
	padding-bottom: var(--alp-s3);
	flex-wrap: wrap;
}

.alp-brand {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	text-decoration: none;
	margin: 0;
}

.alp-brand:hover {
	color: inherit;
}

.alp-brand-mark {
	width: 46px;
	height: 46px;
	flex: 0 0 auto;
}

.alp-brand-text {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.alp-brand-name {
	font-family: var(--alp-head);
	font-size: 27px;
	color: var(--alp-ink);
	letter-spacing: 0.01em;
}

.alp-brand-sub {
	font-family: var(--alp-mono);
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--alp-tan-d);
	margin-top: 4px;
}

.alp-nav {
	display: flex;
	align-items: center;
	gap: 26px;
}

.alp-nav ul {
	display: flex;
	align-items: center;
	gap: 26px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.alp-nav li {
	margin: 0;
}

.alp-nav a {
	font-family: var(--alp-body);
	font-size: 15.5px;
	font-weight: 500;
	color: var(--alp-ink);
	letter-spacing: 0;
	padding: 4px 0;
	border-bottom: 2px solid transparent;
}

.alp-nav a:hover,
.alp-nav .current-menu-item > a {
	color: var(--alp-tan-d);
	border-bottom-color: var(--alp-tan);
}

.alp-nav-toggle {
	display: none;
	background: none;
	border: 1px solid var(--alp-line);
	border-radius: var(--alp-radius);
	width: 44px;
	height: 40px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.alp-nav-toggle svg {
	width: 22px;
	height: 22px;
	stroke: var(--alp-ink);
}

.alp-shell {
	max-width: var(--alp-max);
	margin: 0 auto;
	padding: var(--alp-s4) 24px;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 322px;
	gap: 52px;
	align-items: start;
}

.alp-shell.alp-full {
	display: block;
	max-width: 880px;
}

.alp-hero {
	position: relative;
	background: var(--alp-slate-d);
	color: var(--alp-snow);
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: var(--alp-s4);
	padding: 78px 56px 70px;
}

.alp-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='460' viewBox='0 0 1200 460' preserveAspectRatio='none'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1.1' opacity='0.13'%3E%3Cpath d='M0 380 L160 300 L280 340 L420 230 L560 300 L720 190 L880 280 L1040 200 L1200 250'/%3E%3Cpath d='M0 410 L160 332 L280 372 L420 264 L560 332 L720 224 L880 312 L1040 234 L1200 282'/%3E%3Cpath d='M0 440 L160 366 L280 404 L420 298 L560 366 L720 258 L880 346 L1040 268 L1200 316'/%3E%3Cpath d='M0 330 L160 262 L280 300 L420 196 L560 262 L720 156 L880 244 L1040 168 L1200 214'/%3E%3C/g%3E%3Cg fill='%23ffffff' opacity='0.5'%3E%3Ccircle cx='720' cy='190' r='3'/%3E%3C/g%3E%3C/svg%3E");
	background-size: cover;
	background-position: center bottom;
	pointer-events: none;
}

.alp-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 660px;
}

.alp-hero-kicker {
	font-family: var(--alp-mono);
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #9fc0d2;
	margin-bottom: 18px;
}

.alp-hero h2 {
	font-size: 42px;
	line-height: 1.22;
	color: var(--alp-white);
	margin: 0 0 18px;
}

.alp-hero p {
	font-size: 17.5px;
	line-height: 1.74;
	color: #d8e2e8;
	margin: 0 0 26px;
}

.alp-btn {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-family: var(--alp-body);
	font-weight: 600;
	font-size: 15px;
	background: var(--alp-tan-d);
	color: var(--alp-white);
	padding: 13px 24px;
	border-radius: var(--alp-radius);
	border: none;
	cursor: pointer;
}

.alp-btn:hover {
	background: #744618;
	color: var(--alp-white);
}

.alp-btn svg {
	width: 16px;
	height: 16px;
}

.alp-feed-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	border-bottom: 2px solid var(--alp-ink);
	padding-bottom: 12px;
	margin-bottom: var(--alp-s3);
}

.alp-feed-head h2 {
	font-size: 23px;
	margin: 0;
}

.alp-feed-head .alp-count {
	font-family: var(--alp-mono);
	font-size: 12.5px;
	color: var(--alp-sub);
	letter-spacing: 0.04em;
}

.alp-card {
	background: var(--alp-paper);
	border: 1px solid var(--alp-line);
	border-radius: 6px;
	padding: var(--alp-s3);
	margin-bottom: var(--alp-s3);
	transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.alp-card:hover {
	box-shadow: 0 14px 30px -18px rgba(31, 33, 36, 0.35);
	transform: translateY(-2px);
}

.alp-card-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 13px;
	flex-wrap: wrap;
}

.alp-chip {
	font-family: var(--alp-mono);
	font-size: 11px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--alp-tan-d);
	background: rgba(181, 118, 63, 0.1);
	padding: 4px 10px;
	border-radius: 3px;
}

.alp-card-date {
	font-family: var(--alp-mono);
	font-size: 12px;
	color: var(--alp-sub);
}

.alp-card h3 {
	font-size: 25px;
	line-height: 1.28;
	margin: 0 0 12px;
}

.alp-card h3 a {
	color: var(--alp-ink);
}

.alp-card h3 a:hover {
	color: var(--alp-tan-d);
}

.alp-card p {
	color: var(--alp-sub);
	margin: 0 0 16px;
	font-size: 16px;
}

.alp-readmore {
	font-family: var(--alp-mono);
	font-size: 12.5px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--alp-slate);
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.alp-readmore svg {
	width: 15px;
	height: 15px;
	transition: transform 0.15s ease;
}

.alp-readmore:hover svg {
	transform: translateX(4px);
}

.alp-lead {
	background: var(--alp-paper);
	border: 1px solid var(--alp-line);
	border-left: 4px solid var(--alp-tan);
	border-radius: 6px;
	padding: 38px var(--alp-s3);
	margin-bottom: var(--alp-s3);
}

.alp-lead .alp-chip {
	background: var(--alp-tan-d);
	color: var(--alp-white);
}

.alp-lead h3 {
	font-size: 31px;
	line-height: 1.24;
}

.alp-lead p {
	font-size: 17px;
}

.alp-pagination {
	display: flex;
	gap: 10px;
	margin-top: var(--alp-s3);
	font-family: var(--alp-mono);
	font-size: 14px;
}

.alp-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid var(--alp-line);
	border-radius: var(--alp-radius);
	color: var(--alp-ink);
	background: var(--alp-paper);
}

.alp-pagination .page-numbers.current {
	background: var(--alp-slate-d);
	color: var(--alp-white);
	border-color: var(--alp-slate-d);
}

.alp-pagination a.page-numbers:hover {
	border-color: var(--alp-tan);
	color: var(--alp-tan-d);
}

.alp-single {
	background: var(--alp-paper);
	border: 1px solid var(--alp-line);
	border-radius: 6px;
	padding: 52px;
}

.alp-single-head {
	border-bottom: 1px solid var(--alp-line);
	padding-bottom: var(--alp-s3);
	margin-bottom: var(--alp-s3);
}

.alp-single-head .alp-card-meta {
	margin-bottom: 18px;
}

.alp-single-head h2 {
	font-size: 36px;
	line-height: 1.24;
	margin: 0;
}

.alp-content {
	font-size: 17px;
	line-height: 1.82;
	color: #2a2c30;
}

.alp-content h2 {
	font-size: 27px;
	margin: 1.9em 0 0.7em;
	padding-top: 0.3em;
}

.alp-content h3 {
	font-size: 21px;
	margin: 1.6em 0 0.6em;
}

.alp-content h4 {
	font-size: 18px;
	margin: 1.4em 0 0.5em;
	font-family: var(--alp-body);
	font-weight: 700;
}

.alp-content ul,
.alp-content ol {
	margin: 0 0 1.3em;
	padding-left: 1.4em;
}

.alp-content li {
	margin-bottom: 0.5em;
}

.alp-content blockquote {
	margin: 1.6em 0;
	padding: 18px 26px;
	border-left: 4px solid var(--alp-slate);
	background: var(--alp-snow);
	color: var(--alp-sub);
	border-radius: 0 var(--alp-radius) var(--alp-radius) 0;
}

.alp-content a {
	color: var(--alp-slate);
	text-decoration: underline;
	text-decoration-color: rgba(61, 90, 108, 0.4);
	text-underline-offset: 3px;
}

.alp-content a:hover {
	color: var(--alp-tan-d);
	text-decoration-color: var(--alp-tan);
}

.alp-content img {
	max-width: 100%;
	height: auto;
	border-radius: var(--alp-radius);
}

.alp-page {
	background: var(--alp-paper);
	border: 1px solid var(--alp-line);
	border-radius: 6px;
	padding: 56px;
}

.alp-page-head {
	margin-bottom: var(--alp-s3);
	padding-bottom: var(--alp-s3);
	border-bottom: 2px solid var(--alp-ink);
}

.alp-page-head .alp-hero-kicker {
	color: var(--alp-tan-d);
	margin-bottom: 12px;
}

.alp-page-head h2 {
	font-size: 38px;
	line-height: 1.22;
	margin: 0;
}

.alp-side {
	position: sticky;
	top: 28px;
	display: flex;
	flex-direction: column;
	gap: var(--alp-s3);
}

.alp-widget {
	background: var(--alp-paper);
	border: 1px solid var(--alp-line);
	border-radius: 6px;
	padding: 26px;
}

.alp-widget-title {
	font-family: var(--alp-head);
	font-size: 18px;
	margin: 0 0 16px;
	padding-bottom: 11px;
	border-bottom: 1px solid var(--alp-line);
	position: relative;
}

.alp-widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 42px;
	height: 2px;
	background: var(--alp-tan);
}

.alp-search {
	display: flex;
	gap: 8px;
}

.alp-search input[type="search"] {
	flex: 1;
	min-width: 0;
	border: 1px solid var(--alp-line);
	border-radius: var(--alp-radius);
	padding: 11px 13px;
	font-family: var(--alp-body);
	font-size: 14.5px;
	background: var(--alp-snow);
	color: var(--alp-ink);
}

.alp-search input[type="search"]:focus {
	outline: none;
	border-color: var(--alp-slate);
	box-shadow: 0 0 0 3px rgba(61, 90, 108, 0.14);
}

.alp-search button {
	flex: 0 0 auto;
	border: none;
	background: var(--alp-slate-d);
	color: var(--alp-white);
	border-radius: var(--alp-radius);
	width: 44px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.alp-search button svg {
	width: 18px;
	height: 18px;
}

.alp-support-card {
	background: var(--alp-slate-d);
	border: none;
	color: var(--alp-snow);
}

.alp-support-card .alp-widget-title {
	color: var(--alp-white);
	border-bottom-color: rgba(255, 255, 255, 0.18);
}

.alp-support-badge {
	display: inline-block;
	font-family: var(--alp-mono);
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #9fc0d2;
	margin-bottom: 10px;
}

.alp-support-card p {
	color: #d8e2e8;
	font-size: 14.5px;
	line-height: 1.7;
	margin: 0 0 16px;
}

.alp-support-card .alp-btn {
	width: 100%;
	justify-content: center;
}

.alp-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.alp-list li {
	border-bottom: 1px solid var(--alp-line);
	padding: 11px 0;
}

.alp-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.alp-list li:first-child {
	padding-top: 0;
}

.alp-list a {
	color: var(--alp-ink);
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: baseline;
}

.alp-list a:hover {
	color: var(--alp-tan-d);
}

.alp-list .alp-num {
	font-family: var(--alp-mono);
	font-size: 12px;
	color: var(--alp-sub);
}

.alp-recent-item {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid var(--alp-line);
}

.alp-recent-item:last-child {
	border-bottom: none;
}

.alp-recent-item .alp-recent-title {
	font-family: var(--alp-body);
	font-weight: 500;
	font-size: 15px;
	color: var(--alp-ink);
	line-height: 1.45;
	display: block;
}

.alp-recent-item:hover .alp-recent-title {
	color: var(--alp-tan-d);
}

.alp-recent-item .alp-recent-date {
	font-family: var(--alp-mono);
	font-size: 11.5px;
	color: var(--alp-sub);
	margin-top: 4px;
	display: block;
}

.alp-footer {
	background: var(--alp-ink);
	color: #c8cace;
	margin-top: var(--alp-s4);
}

.alp-footer-top {
	max-width: var(--alp-max);
	margin: 0 auto;
	padding: var(--alp-s4) 24px var(--alp-s3);
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1.2fr;
	gap: 48px;
}

.alp-footer-brand .alp-brand-name {
	color: var(--alp-white);
	font-size: 23px;
}

.alp-footer-brand p {
	font-size: 14px;
	line-height: 1.72;
	color: #9a9da2;
	margin: 16px 0 0;
	max-width: 320px;
}

.alp-footer-col h4 {
	font-family: var(--alp-mono);
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #7fa6bb;
	margin: 0 0 16px;
}

.alp-footer-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.alp-footer-col li {
	margin-bottom: 11px;
}

.alp-footer-col a {
	color: #c8cace;
	font-size: 14.5px;
}

.alp-footer-col a:hover {
	color: var(--alp-white);
}

.alp-footer-bottom {
	border-top: 1px solid #34373c;
}

.alp-footer-bottom .alp-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--alp-s2);
	padding-top: 20px;
	padding-bottom: 20px;
	flex-wrap: wrap;
}

.alp-footer-bottom p {
	margin: 0;
	font-family: var(--alp-mono);
	font-size: 12px;
	color: #82858a;
	letter-spacing: 0.03em;
}

.alp-footer-bottom .alp-footer-meta {
	display: flex;
	gap: 18px;
}

.alp-footer-bottom .alp-footer-meta a {
	color: #82858a;
	font-family: var(--alp-mono);
	font-size: 12px;
}

.alp-footer-bottom .alp-footer-meta a:hover {
	color: var(--alp-white);
}

@media (max-width: 1080px) {
	.alp-shell {
		grid-template-columns: 1fr;
		gap: var(--alp-s4);
	}

	.alp-side {
		position: static;
	}

	.alp-footer-top {
		grid-template-columns: 1fr 1fr;
		gap: 36px;
	}

	.alp-footer-brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 768px) {
	.alp-nav {
		display: none;
	}

	.alp-nav.alp-open {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--alp-paper);
		border-bottom: 1px solid var(--alp-line);
		box-shadow: 0 16px 30px -20px rgba(31, 33, 36, 0.4);
		z-index: 40;
		padding: 16px 24px;
	}

	.alp-nav.alp-open ul {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.alp-nav.alp-open li {
		width: 100%;
		border-bottom: 1px solid var(--alp-line);
	}

	.alp-nav.alp-open li:last-child {
		border-bottom: none;
	}

	.alp-nav.alp-open a {
		display: block;
		padding: 12px 0;
		border-bottom: none;
	}

	.alp-nav-toggle {
		display: inline-flex;
	}

	.alp-hero {
		padding: 52px 28px 48px;
	}

	.alp-hero h2 {
		font-size: 31px;
	}

	.alp-single,
	.alp-page {
		padding: 32px 22px;
	}

	.alp-footer-top {
		grid-template-columns: 1fr;
		gap: var(--alp-s3);
	}

	.alp-shell {
		padding: var(--alp-s3) 18px;
	}
}
