@charset "UTF-8";

/*
	alcibiade.org — Yannick Kirschhoffer
	Hand-authored. No preprocessor, no framework: edit this file directly.
*/

/* ---------- Fonts (self-hosted: no third-party requests) ---------- */

@font-face {
	font-family: 'Newsreader';
	src: url('../fonts/newsreader-var.woff2') format('woff2-variations');
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Newsreader';
	src: url('../fonts/newsreader-italic-var.woff2') format('woff2-variations');
	font-weight: 200 800;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Plex Sans';
	src: url('../fonts/plexsans-var.woff2') format('woff2-variations');
	font-weight: 100 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Plex Mono';
	src: url('../fonts/plexmono-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* ---------- Tokens ---------- */

:root {
	--paper: #f7f8f8;
	--card: #ffffff;
	--ink: #16242c;
	--muted: #4d5f68;
	--faint: #5f7078;
	--rule: #dce4e6;
	--rule-soft: #e8eeef;

	--teal: #0d6b7a;
	--teal-deep: #08505c;
	--teal-soft: #e5eff1;

	/* Reserved exclusively for published-artifact badges. */
	--ochre: #8f5510;
	--ochre-soft: #f6ecdd;

	--display: 'Newsreader', Georgia, 'Times New Roman', serif;
	--body: 'Plex Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	--mono: 'Plex Mono', ui-monospace, 'DejaVu Sans Mono', Consolas, monospace;
	/* Diagrams need one font for every glyph incl. U+2500 box-drawing, so no webfont here. */
	--draw: ui-monospace, 'DejaVu Sans Mono', 'Liberation Mono', 'Menlo', Consolas, monospace;

	--gutter: clamp(1.25rem, 5vw, 4rem);
	--measure: 68rem;
}

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

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 5rem;
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--body);
	font-size: 1rem;
	line-height: 1.65;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

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

a { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--teal-deep); }

:focus-visible {
	outline: 2px solid var(--teal);
	outline-offset: 3px;
	border-radius: 2px;
}

.skip {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--teal);
	color: #fff;
	padding: 0.6rem 1rem;
	z-index: 100;
}
.skip:focus { left: 0.5rem; top: 0.5rem; }

/* ---------- Type ---------- */

h1, h2, h3 {
	font-family: var(--display);
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 1.1;
	margin: 0;
	text-wrap: balance;
}

.eyebrow {
	font-family: var(--mono);
	font-size: 0.7rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--teal);
	margin: 0;
}

.lede {
	font-size: clamp(1.06rem, 1.6vw, 1.28rem);
	line-height: 1.55;
	color: var(--muted);
	max-width: 38ch;
}

.note { font-size: 0.86rem; color: var(--faint); }

/* ---------- Shell ---------- */

.wrap {
	width: 100%;
	max-width: var(--measure);
	margin-inline: auto;
	padding-inline: var(--gutter);
}

.band { padding-block: clamp(3.5rem, 8vw, 6.5rem); }
.band + .band { border-top: 1px solid var(--rule); }

.band-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5rem 1.5rem;
	margin-bottom: 2.5rem;
}
.band-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
.band-head .eyebrow { flex: 0 0 100%; margin-bottom: 0.35rem; }
.band-head .band-note {
	font-size: 0.9rem;
	color: var(--faint);
	max-width: 34ch;
	margin: 0;
	margin-left: auto;
}

/* ---------- Top bar ---------- */

.topbar {
	position: sticky;
	top: 0;
	z-index: 50;
	background: color-mix(in srgb, var(--paper) 88%, transparent);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid transparent;
	transition: border-color 0.3s ease;
}
.topbar.is-stuck { border-bottom-color: var(--rule); }
.topbar-in {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	min-height: 3.5rem;
}
.mark {
	font-family: var(--mono);
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ink);
	text-decoration: none;
	white-space: nowrap;
}
.mark b { color: var(--teal); font-weight: 400; }
.topnav {
	margin-left: auto;
	display: flex;
	gap: clamp(0.75rem, 2.2vw, 1.75rem);
	font-family: var(--mono);
	font-size: 0.75rem;
	letter-spacing: 0.04em;
}
.topnav a { color: var(--muted); text-decoration: none; }
.topnav a:hover { color: var(--teal); }
/* Narrow screens keep only the two destinations that matter. */
@media (max-width: 40rem) {
	.mark b { display: none; }
	.topnav a[data-optional] { display: none; }
}
@media (max-width: 26rem) {
	.mark .given { display: none; }
}

/* ---------- Hero ---------- */

.hero { padding-block: clamp(2.75rem, 7vw, 5.5rem) clamp(3rem, 7vw, 5rem); }

.hero-top {
	display: grid;
	gap: clamp(1.5rem, 4vw, 3.5rem);
	grid-template-columns: 1fr;
	align-items: end;
}
@media (min-width: 58rem) {
	.hero-top { grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); }
	.hero-say { padding-bottom: 0.4rem; }
}

.hero h1 {
	font-size: clamp(2.7rem, 8vw, 4.4rem);
	margin: 0.6rem 0 0;
}
.hero h1 .sur { display: block; color: var(--teal); }

.hero-role {
	font-family: var(--mono);
	font-size: 0.82rem;
	line-height: 1.6;
	color: var(--muted);
	margin: 1.1rem 0 0;
	padding-top: 1.1rem;
	border-top: 1px solid var(--rule);
	max-width: 44ch;
}
.hero-role b { color: var(--ink); font-weight: 400; }

.hero-id {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	margin-bottom: 0.25rem;
}
.hero-id img {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 1px solid var(--rule);
}

.hero-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.75rem;
}

/* ---------- Buttons ---------- */

.btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 1rem;
	border: 1px solid var(--rule);
	border-radius: 3px;
	background: var(--card);
	color: var(--muted);
	font-family: var(--mono);
	font-size: 0.76rem;
	letter-spacing: 0.03em;
	text-decoration: none;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.btn:hover {
	border-color: var(--teal);
	color: var(--teal-deep);
	background: var(--teal-soft);
}
.btn svg { width: 15px; height: 15px; flex: none; fill: currentColor; }
.btn-solid {
	background: var(--teal);
	border-color: var(--teal);
	color: #fff;
}
.btn-solid:hover { background: var(--teal-deep); border-color: var(--teal-deep); color: #fff; }

/* ---------- The map (signature element) ---------- */

.map {
	margin: clamp(2.5rem, 5.5vw, 4.25rem) 0 0;
	border: 1px solid var(--rule);
	border-radius: 3px;
	padding: clamp(0.9rem, 2vw, 1.4rem);
	overflow-x: auto;
	overscroll-behavior-x: contain;
	box-shadow: 0 1px 2px rgba(22, 36, 44, 0.04), 0 12px 28px -20px rgba(22, 36, 44, 0.35);

	/*
		Below ~490px the 71-column diagram cannot fit legibly, so it scrolls.
		Edge shadows on `scroll` under solid covers on `local` appear only while
		there is actually more to see in that direction.
	*/
	background-color: var(--card);
	background-image:
		linear-gradient(to right, var(--card), rgba(255, 255, 255, 0)),
		linear-gradient(to left, var(--card), rgba(255, 255, 255, 0)),
		linear-gradient(to right, rgba(22, 36, 44, 0.13), rgba(22, 36, 44, 0)),
		linear-gradient(to left, rgba(22, 36, 44, 0.13), rgba(22, 36, 44, 0));
	background-position: 0 0, 100% 0, 0 0, 100% 0;
	background-repeat: no-repeat;
	background-size: 26px 100%, 26px 100%, 11px 100%, 11px 100%;
	background-attachment: local, local, scroll, scroll;
}
.map pre {
	margin: 0;
	font-family: var(--draw);
	/* 71 columns wide. Fallback sizing for browsers without container units. */
	font-size: clamp(0.58rem, 1.5vw, 1.05rem);
	line-height: 1.62;
	color: var(--muted);
	white-space: pre;
	tab-size: 4;
}
.map b { color: var(--ink); font-weight: 400; }
/* Frame glyphs are structure, not content — kept quiet so the names carry. */
.map .fr, .shot .fr { color: #9db3b9; }
.map .n { color: var(--teal); }
/*
	Size the diagrams from their own container, not the viewport, so a fixed-column
	block fills its card exactly at any width — and keeps doing so past the
	max-width cap, where vw units would overflow.
*/
@supports (font-size: 1cqi) {
	.map { container-type: inline-size; }
	.map pre { font-size: clamp(0.6rem, 2.34cqi, 1.34rem); }
	.shot { container-type: inline-size; }
	.shot pre { font-size: clamp(0.56rem, 2.17cqi, 0.86rem); }
}

.map-cap {
	font-family: var(--mono);
	font-size: 0.68rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--faint);
	margin: 0.85rem 0 0;
}

/* ---------- Featured work ---------- */

.feat {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	grid-template-columns: 1fr;
	align-items: start; /* cards keep their own height rather than stretching to the row */
}
@media (min-width: 48rem) {
	.feat { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	/* A lone card takes the whole row rather than sitting in a half-empty grid. */
	.feat-one { grid-template-columns: minmax(0, 1fr); }
}
/* ...but its prose stays at a readable measure instead of running the full width. */
.feat-one .card p { max-width: 64ch; }

.card {
	position: relative;
	background: var(--card);
	border: 1px solid var(--rule);
	border-radius: 3px;
	padding: clamp(1.4rem, 2.6vw, 2rem);
	display: flex;
	flex-direction: column;
	transition: border-color 0.25s ease, transform 0.25s ease;
}
/* Corner brackets — a nod to the ASCII frames he has been drawing since 2011. */
.card::before, .card::after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	border-color: var(--teal);
	border-style: solid;
	opacity: 0;
	transition: opacity 0.25s ease;
}
.card::before {
	top: -1px; left: -1px;
	border-width: 1px 0 0 1px;
}
.card::after {
	bottom: -1px; right: -1px;
	border-width: 0 1px 1px 0;
}
.card:hover, .card:focus-within { border-color: #c9d6d9; }
.card:hover::before, .card:hover::after,
.card:focus-within::before, .card:focus-within::after { opacity: 1; }

.card-top {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.7rem;
}
.card h3 {
	font-family: var(--mono);
	font-weight: 400;
	font-size: 1.02rem;
	letter-spacing: -0.01em;
}
.card h3 a { color: var(--ink); text-decoration: none; }
.card h3 a:hover { color: var(--teal); text-decoration: underline; }
.card-years {
	font-family: var(--mono);
	font-size: 0.7rem;
	color: var(--faint);
	white-space: nowrap;
}
.card p { margin: 0 0 1rem; color: var(--muted); font-size: 0.94rem; }
.card p:last-of-type { margin-bottom: 1.25rem; }
.card .why {
	font-family: var(--display);
	font-style: italic;
	font-size: 1rem;
	color: var(--ink);
	line-height: 1.5;
}
.card-foot {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem 0.75rem;
	padding-top: 1rem;
	border-top: 1px solid var(--rule-soft);
}
.card-links { display: flex; gap: 0.9rem; margin-left: auto; }
.card-links a {
	font-family: var(--mono);
	font-size: 0.73rem;
	text-decoration: none;
	white-space: nowrap;
}
.card-links a:hover { text-decoration: underline; }

/* Product shot for the ASCII tooling card. */
.shot {
	margin: 0 0 1.1rem;
	padding: 0.85rem 1rem;
	background: #fbfcfc;
	border: 1px solid var(--rule-soft);
	border-radius: 2px;
	overflow-x: auto;
}
.shot pre {
	margin: 0;
	font-family: var(--draw);
	font-size: clamp(0.5rem, 1.5vw, 0.68rem);
	line-height: 1.55;
	color: var(--muted);
	white-space: pre;
}
.shot .on { color: var(--teal); }

/* ---------- Tags & badges ---------- */

.tags { display: flex; flex-wrap: wrap; gap: 0.3rem; list-style: none; margin: 0; padding: 0; }
.tag {
	font-family: var(--mono);
	font-size: 0.68rem;
	letter-spacing: 0.02em;
	color: var(--teal-deep);
	background: var(--teal-soft);
	border-radius: 2px;
	padding: 0.18rem 0.44rem;
	white-space: nowrap;
}
.pub {
	font-family: var(--mono);
	font-size: 0.68rem;
	letter-spacing: 0.02em;
	color: var(--ochre);
	background: var(--ochre-soft);
	border-radius: 2px;
	padding: 0.18rem 0.44rem;
	white-space: nowrap;
}

/* ---------- Project index ---------- */

.filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-bottom: 1.75rem;
	padding: 0;
	border: 0;
}
.filters legend {
	font-family: var(--mono);
	font-size: 0.68rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--faint);
	padding: 0;
	margin-bottom: 0.7rem;
	float: left;
	width: 100%;
}
.filter {
	font-family: var(--mono);
	font-size: 0.73rem;
	letter-spacing: 0.02em;
	color: var(--muted);
	background: transparent;
	border: 1px solid var(--rule);
	border-radius: 2px;
	padding: 0.32rem 0.68rem;
	cursor: pointer;
	transition: all 0.18s ease;
}
.filter:hover { border-color: var(--teal); color: var(--teal-deep); }
.filter[aria-pressed="true"] {
	background: var(--teal);
	border-color: var(--teal);
	color: #fff;
}
.filter .ct { opacity: 0.65; margin-left: 0.35rem; }

.index { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.index li {
	display: grid;
	gap: 0.15rem 1.25rem;
	grid-template-columns: 1fr;
	padding: 1rem 0;
	border-bottom: 1px solid var(--rule-soft);
}
@media (min-width: 46rem) {
	.index li {
		grid-template-columns: 13rem minmax(0, 1fr) auto;
		align-items: baseline;
	}
}
.index li[hidden] { display: none; }
.index .nm {
	font-family: var(--mono);
	font-size: 0.86rem;
	color: var(--ink);
	text-decoration: none;
}
.index .nm:hover { color: var(--teal); text-decoration: underline; }
.index .ds { color: var(--muted); font-size: 0.92rem; }
.index .mt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.6rem;
	font-family: var(--mono);
	font-size: 0.7rem;
	color: var(--faint);
}
@media (min-width: 46rem) {
	.index .mt { justify-content: flex-end; }
}
.index .yr { white-space: nowrap; }

.empty {
	padding: 2rem 0;
	color: var(--faint);
	font-family: var(--mono);
	font-size: 0.8rem;
}

/* ---------- Packages ---------- */

.packs {
	list-style: none;
	margin: 2.5rem 0 0;
	padding: 1.75rem 0 0;
	border-top: 1px solid var(--rule);
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}
@media (min-width: 46rem) {
	.packs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 68rem) {
	.packs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.packs h3 {
	font-family: var(--mono);
	font-weight: 400;
	font-size: 0.76rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ochre);
	margin-bottom: 0.6rem;
}
.packs ul { list-style: none; margin: 0; padding: 0; font-size: 0.88rem; color: var(--muted); }
.packs li { margin-bottom: 0.3rem; }
.packs code {
	font-family: var(--mono);
	font-size: 0.82em;
	color: var(--ink);
}

/* ---------- Career ---------- */

.career { list-style: none; margin: 0; padding: 0; }
.role {
	display: grid;
	gap: 0.3rem 2rem;
	grid-template-columns: 1fr;
	padding: 1.5rem 0;
	border-top: 1px solid var(--rule-soft);
}
.role:first-child { border-top: 0; padding-top: 0; }
@media (min-width: 52rem) {
	.role { grid-template-columns: 11rem minmax(0, 1fr); }
}
.role-when {
	font-family: var(--mono);
	font-size: 0.74rem;
	color: var(--faint);
	padding-top: 0.35rem;
	white-space: nowrap;
}
.role h3 { font-size: 1.22rem; }
.role h3 .at { color: var(--teal); }
.role .where {
	font-family: var(--mono);
	font-size: 0.72rem;
	color: var(--faint);
	margin: 0.3rem 0 0;
}
.role p { margin: 0.6rem 0 0; color: var(--muted); font-size: 0.94rem; }
.role ul { margin: 0.7rem 0 0; padding-left: 1.1rem; color: var(--muted); font-size: 0.94rem; }
.role li { margin-bottom: 0.35rem; }
.role li::marker { color: var(--teal); }
.role b { color: var(--ink); font-weight: 600; }

.role.is-current { border-top: 0; }
.role.is-current h3 { font-size: clamp(1.35rem, 2.6vw, 1.7rem); }

.facts {
	display: grid;
	gap: 1.25rem 2rem;
	grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid var(--rule);
}
.facts h3 {
	font-family: var(--mono);
	font-weight: 400;
	font-size: 0.7rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--faint);
	margin-bottom: 0.5rem;
}
.facts p { margin: 0; font-size: 0.92rem; color: var(--muted); }
.facts b { color: var(--ink); font-weight: 600; }

/* ---------- Talks & community ---------- */

.two {
	display: grid;
	gap: clamp(2rem, 5vw, 4rem);
	grid-template-columns: 1fr;
}
@media (min-width: 54rem) {
	.two { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); }
}

.talks { list-style: none; margin: 0; padding: 0; }
.talks li { padding: 0.95rem 0; border-top: 1px solid var(--rule-soft); }
.talks li:first-child { border-top: 0; padding-top: 0; }
.talks .ev {
	font-family: var(--mono);
	font-size: 0.72rem;
	color: var(--teal);
	display: block;
	margin-bottom: 0.15rem;
}
.talks .ti { color: var(--ink); font-size: 0.96rem; }
.talks .ro { color: var(--faint); font-size: 0.85rem; display: block; margin-top: 0.1rem; }

.sub h3 {
	font-family: var(--mono);
	font-weight: 400;
	font-size: 0.72rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--faint);
	margin: 0 0 0.8rem;
}
.sub + .sub { margin-top: 2.25rem; }
.sub p { margin: 0 0 0.7rem; font-size: 0.92rem; color: var(--muted); }
.sub b { color: var(--ink); font-weight: 600; }
.press { list-style: none; margin: 0; padding: 0; font-size: 0.9rem; }
.press li { margin-bottom: 0.55rem; color: var(--muted); }
.press .out { font-family: var(--mono); font-size: 0.72rem; color: var(--faint); display: block; }

/* ---------- Aston ---------- */

.aston {
	display: grid;
	gap: clamp(1.75rem, 4vw, 3rem);
	grid-template-columns: 1fr;
	align-items: start;
}
@media (min-width: 54rem) {
	.aston { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); }
}
.reach { list-style: none; margin: 0; padding: 0; }
.reach li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.6rem 0;
	border-bottom: 1px solid var(--rule-soft);
	font-family: var(--mono);
	font-size: 0.8rem;
}
.reach .pl { color: var(--muted); }
.reach .vl { color: var(--ink); }
.reach li:last-child { border-bottom: 0; }

/* ---------- Quotes ---------- */

.quotes {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.5rem);
	grid-template-columns: 1fr;
	margin-top: 3rem;
	padding-top: 2.5rem;
	border-top: 1px solid var(--rule);
}
@media (min-width: 48rem) {
	.quotes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.quotes blockquote {
	margin: 0;
	padding-left: 1.25rem;
	border-left: 2px solid var(--teal);
}
.quotes p {
	font-family: var(--display);
	font-style: italic;
	font-size: 1.06rem;
	line-height: 1.5;
	color: var(--ink);
	margin: 0 0 0.6rem;
}
.quotes cite {
	font-family: var(--mono);
	font-style: normal;
	font-size: 0.72rem;
	color: var(--faint);
}

/* ---------- Contact ---------- */

.contact { text-align: left; }
.contact h2 { font-size: clamp(1.9rem, 4.5vw, 3rem); max-width: 24ch; }
.contact .lede { margin: 1.25rem 0 2rem; }
.mailto {
	font-family: var(--mono);
	font-size: clamp(0.95rem, 2.4vw, 1.3rem);
	color: var(--teal);
	text-decoration: none;
	border-bottom: 1px solid var(--rule);
	padding-bottom: 0.2rem;
	word-break: break-all;
}
.mailto:hover { border-bottom-color: var(--teal); }

.foot {
	border-top: 1px solid var(--rule);
	padding-block: 2rem 2.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 1.5rem;
	align-items: baseline;
	font-family: var(--mono);
	font-size: 0.72rem;
	color: var(--faint);
}
.foot a { color: var(--faint); text-decoration: none; }
.foot a:hover { color: var(--teal); text-decoration: underline; }
.foot .sp { margin-left: auto; }

/*
	---------- Reveal ----------
	Only `.pending` hides, and only JS adds it — after confirming the element is
	below the fold. No JS, dead observer, or unstyled load all show the content.
*/
.reveal.pending {
	opacity: 0;
	transform: translateY(12px);
}
.reveal.is-in {
	opacity: 1;
	transform: none;
	transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.7, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
	.reveal.pending { opacity: 1; transform: none; }
	.reveal.is-in { transition: none; }
}

/* ---------- Print ---------- */

@media print {
	:root { --paper: #fff; }
	.topbar, .filters, .hero-links, .skip { display: none !important; }
	.reveal.pending { opacity: 1 !important; transform: none !important; }
	.index li[hidden] { display: grid !important; } /* print the whole index, not the filter */
	.band { padding-block: 1rem; break-inside: avoid; }
	.card, .role { break-inside: avoid; }
	a { color: var(--ink); }
}
