:root {
	color-scheme: dark;
	font-family:
		ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
		monospace;
	font-synthesis: none;
	--background: #100d0b;
	--surface: #181411;
	--surface-soft: #211a15;
	--text: #f7f5f2;
	--muted: #aaa19b;
	--subtle: #746c67;
	--accent: #f2a618;
	--accent-soft: rgba(242, 166, 24, 0.12);
	--line: rgba(255, 255, 255, 0.1);
	--safe: #70b995;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	min-width: 320px;
	margin: 0;
	color: var(--text);
	background: var(--background);
	font-size: 15px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}

body::before {
	content: '';
	position: fixed;
	top: 0;
	left: 50%;
	width: min(360px, 70vw);
	height: 1px;
	transform: translateX(-50%);
	background: rgba(242, 166, 24, 0.5);
	box-shadow: 0 0 70px 28px rgba(242, 166, 24, 0.12);
	pointer-events: none;
}

a {
	color: inherit;
}

a:focus-visible {
	outline: 2px solid var(--accent);
	outline-offset: 4px;
}

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 10;
	transform: translateY(-160%);
	border-radius: 6px;
	padding: 8px 12px;
	color: #17120c;
	background: var(--accent);
	font-weight: 700;
	text-decoration: none;
}

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

.site-header,
main,
.site-footer {
	width: min(880px, calc(100% - 40px));
	margin-inline: auto;
}

.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 88px;
	border-bottom: 1px solid var(--line);
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--accent);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.brand img {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 10px;
}

.brand strong {
	color: var(--text);
	font-weight: 700;
}

.page-label,
.eyebrow,
.section-number,
dt {
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.page-label {
	color: var(--muted);
	font-size: 11px;
}

.intro {
	padding: 76px 0 64px;
	border-bottom: 1px solid var(--line);
}

.eyebrow {
	margin: 0 0 16px;
	color: var(--accent);
	font-size: 11px;
	font-weight: 700;
}

h1,
h2,
p {
	margin-top: 0;
}

h1 {
	max-width: 700px;
	margin-bottom: 18px;
	font-size: clamp(36px, 7vw, 64px);
	line-height: 1.05;
	letter-spacing: 0;
}

.lead {
	max-width: 720px;
	margin-bottom: 38px;
	color: var(--muted);
	font-size: 17px;
	line-height: 1.8;
}

.policy-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
}

.policy-meta div {
	padding-top: 14px;
	border-top: 1px solid var(--line);
}

dt {
	margin-bottom: 4px;
	color: var(--subtle);
	font-size: 10px;
}

dd {
	margin: 0;
	color: var(--text);
}

.policy-content > section {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 20px;
	padding: 48px 0;
	border-bottom: 1px solid var(--line);
}

.section-number {
	margin: 4px 0 0;
	color: var(--accent);
	font-size: 10px;
	font-weight: 700;
}

h2 {
	margin-bottom: 16px;
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0;
}

.policy-content p,
.policy-content li {
	color: var(--muted);
}

.policy-content p:last-child {
	margin-bottom: 0;
}

ul {
	margin: 20px 0 22px;
	padding-left: 20px;
}

li {
	padding-left: 6px;
}

li + li {
	margin-top: 8px;
}

li::marker {
	color: var(--accent);
}

code {
	color: #ffc55d;
	font-family: inherit;
	font-size: 0.9em;
}

.table-wrap {
	overflow-x: auto;
	margin-top: 24px;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

table {
	width: 100%;
	min-width: 600px;
	border-collapse: collapse;
	text-align: left;
}

th,
td {
	padding: 14px 16px;
	border-bottom: 1px solid var(--line);
	vertical-align: top;
}

tr:last-child td {
	border-bottom: 0;
}

th {
	color: var(--subtle);
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

td:first-child {
	width: 230px;
}

td:last-child {
	color: var(--muted);
}

.contact-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-top: 20px;
}

.contact-links a {
	color: var(--accent);
	font-weight: 700;
	text-underline-offset: 5px;
}

.contact-links a:hover {
	color: #ffc55d;
}

.site-footer {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding: 30px 0 42px;
	color: var(--subtle);
	font-size: 12px;
}

.site-footer p {
	margin: 0;
}

@media (max-width: 620px) {
	.site-header,
	main,
	.site-footer {
		width: min(100% - 28px, 880px);
	}

	.site-header {
		min-height: 76px;
	}

	.intro {
		padding: 54px 0 48px;
	}

	.lead {
		font-size: 15px;
	}

	.policy-meta {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.policy-content > section {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 38px 0;
	}

	.section-number {
		margin: 0;
	}

	.site-footer {
		flex-direction: column;
		gap: 4px;
	}
}

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