:root {
	--ink: #151917;
	--ink-soft: #1e2421;
	--paper: #f1f0e8;
	--paper-soft: #d6d8cf;
	--muted: #9ca49e;
	--line: #4b544e;
	--redstone: #d95d50;
	--beacon: #78ddd0;
	--signal: #efc75e;
	--shell: min(1120px, calc(100% - 48px));
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 76px;
}

body {
	margin: 0;
	background: var(--ink);
	color: var(--paper);
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0;
}

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

.pixel-art {
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}

a {
	color: inherit;
}

:focus-visible {
	outline: 3px solid var(--beacon);
	outline-offset: 4px;
}

.skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1000;
	min-height: 44px;
	display: flex;
	align-items: center;
	padding: 0 14px;
	background: var(--paper);
	color: var(--ink);
	transform: translateY(-160%);
}

.skip-link:focus {
	transform: translateY(0);
}

.page-shell {
	width: var(--shell);
	margin-inline: auto;
}

.news-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(21, 25, 23, 0.96);
	border-bottom: 1px solid var(--line);
}

.header-inner {
	width: var(--shell);
	min-height: 72px;
	margin-inline: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	min-height: 44px;
	text-decoration: none;
	line-height: 1.05;
}

.brand-mark {
	width: 40px;
	height: 40px;
	display: grid;
	place-items: center;
	background: var(--redstone);
	color: #160b09;
	box-shadow: inset 0 0 0 3px var(--ink), inset 0 0 0 4px #f49a8e;
	font: 800 11px/1 Consolas, monospace;
}

.brand strong,
.brand small {
	display: block;
}

.brand strong {
	font-size: 15px;
}

.brand small {
	margin-top: 5px;
	color: var(--redstone);
	font: 700 10px/1 Consolas, monospace;
}

.news-header nav {
	display: flex;
	align-items: center;
	gap: 4px;
}

.news-header nav a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	padding: 0 13px;
	color: var(--muted);
	font-size: 14px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

.news-header nav a:hover {
	color: var(--paper);
	border-bottom-color: var(--redstone);
}

.news-header nav .home-link {
	border: 1px solid var(--redstone);
	color: var(--paper);
}

.news-hero {
	position: relative;
	min-height: min(680px, calc(100svh - 130px));
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	border-bottom: 1px solid var(--line);
}

.news-hero > img,
.hero-cover {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.news-hero > img {
	object-fit: cover;
	object-position: center 46%;
}

.hero-cover {
	background: rgba(8, 10, 9, 0.66);
}

.hero-cover::after {
	content: "";
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(241, 240, 232, 0.28);
}

.hero-content {
	position: relative;
	z-index: 1;
	padding: 70px 0 62px;
}

.kicker {
	margin: 0 0 16px;
	color: var(--beacon);
	font: 700 12px/1.4 Consolas, monospace;
}

.news-hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: 62px;
	line-height: 1.08;
	font-weight: 900;
	text-shadow: 0 3px 0 #000;
}

.news-hero h1::after {
	content: "";
	display: block;
	width: 94px;
	height: 8px;
	margin-top: 23px;
	background: var(--redstone);
	box-shadow: 14px 0 0 var(--signal), 28px 0 0 var(--beacon);
}

.news-hero p:not(.kicker) {
	margin: 24px 0 0;
	font-size: 18px;
}

.scroll-cue {
	min-height: 48px;
	display: inline-flex;
	align-items: center;
	gap: 20px;
	margin-top: 38px;
	padding: 0 16px;
	border: 1px solid rgba(241, 240, 232, 0.38);
	background: rgba(21, 25, 23, 0.82);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.scroll-cue span {
	color: var(--beacon);
	font-size: 21px;
}

.news-feed,
.members {
	padding: 100px 0;
}

.news-feed {
	background: #ecebe3;
	color: #171b19;
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 48px;
	margin-bottom: 46px;
}

.section-heading h2 {
	margin: 0;
	font-size: 38px;
	line-height: 1.2;
}

.section-heading > p {
	max-width: 380px;
	margin: 0;
	color: #59605b;
}

.report {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	min-height: 430px;
	margin-top: 28px;
	background: #f8f7ef;
	border: 1px solid #8b918c;
	box-shadow: 10px 10px 0 #cbc9c0;
}

.report-reverse {
	grid-template-columns: 0.8fr 1.2fr;
}

.report-reverse figure {
	order: 2;
}

.report figure {
	position: relative;
	min-height: 360px;
	margin: 0;
	overflow: hidden;
}

.report figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.report figcaption {
	position: absolute;
	left: 14px;
	bottom: 14px;
	padding: 7px 10px;
	background: #151917;
	color: var(--paper);
	font: 700 11px/1.2 Consolas, monospace;
}

.report-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 44px;
	border-left: 1px solid #8b918c;
}

.report-reverse .report-copy {
	border-left: 0;
	border-right: 1px solid #8b918c;
}

.report time {
	width: max-content;
	padding: 5px 8px;
	background: var(--redstone);
	color: #180a08;
	font: 800 12px/1.3 Consolas, monospace;
}

.report h3 {
	margin: 22px 0 18px;
	font-size: 27px;
	line-height: 1.3;
}

.report p {
	margin: 0;
	color: #444b46;
}

.members {
	background: var(--ink-soft);
}

.members-heading > p {
	color: var(--muted);
}

.members-heading strong {
	color: var(--signal);
}

.member-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.member-grid li:first-child {
	grid-column: span 2;
}

.member-grid a {
	display: block;
	background: #101412;
	border: 1px solid var(--line);
	text-decoration: none;
	box-shadow: 5px 5px 0 #090b0a;
}

.member-grid a:hover {
	border-color: var(--beacon);
	transform: translate(2px, 2px);
	box-shadow: 3px 3px 0 #090b0a;
}

.member-grid img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: #fff;
}

.member-grid span {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 56px;
	padding: 10px 14px;
	border-top: 1px solid var(--line);
}

.member-grid b {
	color: var(--redstone);
	font: 800 11px/1 Consolas, monospace;
}

.member-grid strong {
	font-size: 15px;
}

.site-footer {
	padding: 45px 0;
	background: #0b0e0c;
	color: #8f9791;
	font-size: 12px;
}

.footer-inner {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px 34px;
	align-items: center;
}

.footer-inner p {
	margin: 0;
}

.social-links {
	grid-row: span 2;
	display: flex;
	gap: 8px;
}

.social-links a {
	min-width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border: 1px solid #3a433d;
	font: 700 10px/1 Consolas, monospace;
	text-decoration: none;
}

.social-links a:hover {
	border-color: var(--redstone);
	color: var(--paper);
}

@media (max-width: 860px) {
	:root {
		--shell: min(100% - 36px, 720px);
	}

	.news-header nav a:nth-child(2) {
		display: none;
	}

	.report,
	.report-reverse {
		grid-template-columns: 1fr;
	}

	.report-reverse figure {
		order: 0;
	}

	.report-copy,
	.report-reverse .report-copy {
		border: 0;
		border-top: 1px solid #8b918c;
	}

	.member-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 620px) {
	:root {
		--shell: calc(100% - 28px);
	}

	html {
		scroll-padding-top: 112px;
	}

	.header-inner {
		min-height: 106px;
		display: block;
		padding-top: 10px;
	}

	.brand {
		display: flex;
		width: max-content;
		margin-inline: auto;
	}

	.brand-mark {
		width: 36px;
		height: 36px;
	}

	.news-header nav {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		margin-top: 7px;
		border-top: 1px solid #303834;
	}

	.news-header nav a,
	.news-header nav .home-link {
		min-height: 48px;
		justify-content: center;
		padding: 0 5px;
		border: 0;
		font-size: 13px;
	}

	.news-header nav .home-link {
		border-bottom: 2px solid var(--redstone);
	}

	.news-hero {
		min-height: calc(100svh - 150px);
	}

	.hero-cover {
		background: rgba(8, 10, 9, 0.7);
	}

	.hero-cover::after {
		inset: 10px;
	}

	.hero-content {
		padding: 52px 0 36px;
	}

	.news-hero h1 {
		font-size: 42px;
	}

	.news-hero p:not(.kicker) {
		font-size: 16px;
	}

	.scroll-cue {
		width: 100%;
		justify-content: space-between;
	}

	.news-feed,
	.members {
		padding: 72px 0;
	}

	.section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
		margin-bottom: 32px;
	}

	.section-heading h2 {
		font-size: 31px;
	}

	.report {
		margin-top: 22px;
		box-shadow: 6px 6px 0 #cbc9c0;
	}

	.report figure {
		min-height: 220px;
	}

	.report-copy {
		padding: 28px 22px;
	}

	.report h3 {
		font-size: 23px;
	}

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

	.member-grid li:first-child {
		grid-column: auto;
	}

	.footer-inner {
		grid-template-columns: 1fr;
	}

	.social-links {
		grid-row: auto;
		margin-bottom: 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
