:root {
	--ink: #0d2538;
	--ink-2: #2a3b50;
	--muted: #5a6a7d;
	--paper: #fbf7f1;
	--paper-2: #f4ecde;
	--rule: #e3d9c7;
	--violet: #6a4fe6;
	--violet-soft: #a390f2;
	--violet-pale: #e9e2fb;
	--teal: #2f8e78;
	--teal-soft: #87e1ad;
	--teal-pale: #dbf1e6;
	--blue: #2f7bd9;
	--text-primary: var(--ink);
	--text-secondary: var(--ink-2);
	--text-muted: var(--muted);
	--accent: var(--violet);
	--accent-2: var(--teal);
	--text-accent: var(--accent);
	--border: var(--rule);
	--brand-navy: var(--ink);
	--brand-teal: var(--teal);
	--brand-cyan: var(--teal);
	--masthead-navy: var(--ink);
	--masthead-teal: var(--teal);
	--footer-purple: var(--ink);
	--surface: #ffffff;
	--surface-warm: var(--paper);
	--surface-muted: var(--paper-2);
	--shadow: 0 24px 54px rgba(13, 37, 56, 0.08);
	--radius: 8px;
	--font-body: "Avenir Next", "Gill Sans", "Trebuchet MS", "Segoe UI", system-ui,
		-apple-system, BlinkMacSystemFont, sans-serif;
	--font-heading: "Iowan Old Style", "Palatino Linotype", "Georgia",
		"Times New Roman", serif;
	--font-h1: 44px;
	--font-h2: 22px;
	--font-body-size: 16px;
	--font-meta: 12px;
	--font-masthead: 11px;
	--content-width: 920px;
	--measure: 74ch;
}

* {
	box-sizing: border-box;
}

html {
	background: var(--paper);
}

body {
	margin: 0;
	min-height: 100vh;
	background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.54),
			transparent 240px
		), var(--paper);
	color: var(--text-primary);
	font-family: var(--font-body);
	font-size: var(--font-body-size);
	line-height: 1.62;
	text-rendering: optimizeLegibility;
}

:root[data-theme-mode="fullyCustom"] body {
	background: var(--paper);
}

a {
	color: var(--text-accent);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--accent) 34%, transparent);
	outline-offset: 3px;
}

.site-header {
	background: transparent;
	color: var(--ink-2);
}

.topbar,
.page,
.site-footer__inner {
	max-width: var(--content-width);
	margin: 0 auto;
}

.topbar {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	min-height: 76px;
	padding: 24px 20px 16px;
	border-bottom: 0;
	gap: 20px;
	font-size: var(--font-masthead);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.topbar::after {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 0;
	left: 20px;
	height: 2px;
	background: linear-gradient(
		90deg,
		var(--accent),
		var(--brand-teal) 54%,
		var(--brand-navy)
	);
	opacity: 0.74;
}

:root[data-theme-mode="fullyCustom"] .topbar::after {
	background: linear-gradient(90deg, var(--accent), var(--accent-2));
	opacity: 1;
}

.crumbs {
	display: grid;
	grid-template-columns: auto minmax(0, max-content) auto minmax(0, 1fr);
	align-items: center;
	gap: 12px 16px;
	min-width: 0;
}

.masthead-line,
.crumbs > span:last-child {
	overflow-wrap: anywhere;
}

.masthead-line--secondary {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--muted);
	font-weight: 650;
	letter-spacing: 0.03em;
	text-transform: none;
}

.masthead-line[hidden],
.brand-link[hidden],
.brand-logo[hidden],
.footer-logo-link[hidden],
.footer-copy[hidden] {
	display: none;
}

.masthead-line--secondary:not([hidden])::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--accent);
	flex: 0 0 auto;
	opacity: 0.75;
}

.brand-link {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	padding: 0;
	color: var(--ink-2);
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid color-mix(in srgb, var(--accent) 56%, transparent);
}

.brand-link--back {
	align-self: center;
	padding: 4px 0;
	color: color-mix(in srgb, var(--ink-2) 78%, var(--accent));
	border-bottom-color: color-mix(in srgb, var(--accent) 42%, var(--rule));
	font-size: 10px;
	letter-spacing: 0.14em;
}

.brand-link--back:not([hidden]) {
	margin-right: 10px;
}

.brand-link--back:not([hidden])::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 16px;
	margin-left: 18px;
	background: color-mix(in srgb, var(--accent) 34%, var(--rule));
}

.brand-logo {
	max-width: min(180px, 38vw);
	max-height: 34px;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center right;
	flex: 0 0 auto;
}

.container {
	opacity: 0;
	transition: opacity 220ms ease-out;
}

.container.is-ready {
	opacity: 1;
}

.page {
	padding: 54px 20px 92px;
	position: relative;
}

.hero {
	position: relative;
	padding: 24px 0 46px;
}

.hero::before {
	content: "";
	display: block;
	width: min(260px, 58vw);
	height: 6px;
	margin: 0 0 34px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.hero-mark {
	position: absolute;
	right: 0;
	top: 34px;
	width: min(150px, 20vw);
	max-width: min(150px, 20vw);
	max-height: 120px;
	object-fit: contain;
	object-position: center right;
	filter: drop-shadow(
		0 14px 24px color-mix(in srgb, var(--brand-navy) 12%, transparent)
	);
	pointer-events: none;
}

.hero-mark[hidden] {
	display: none;
}

.hero-mark:not([src]),
.hero-mark[src=""] {
	display: none;
}

.eyebrow,
.hero-eyebrow {
	margin: 0 0 18px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--text-accent);
}

.session-title {
	margin: 0 0 26px;
	max-width: 17ch;
	color: var(--ink);
	font-family: var(--font-heading);
	font-size: var(--font-h1);
	font-weight: 500;
	line-height: 1.02;
	overflow-wrap: anywhere;
}

.hero:has(.hero-mark:not([hidden])) .session-title {
	max-width: min(17ch, calc(100% - 190px));
}

.session-title.is-ready {
	animation: title-reveal 260ms ease-out both;
}

.dek,
.hero-dek {
	margin: 0;
	max-width: 640px;
	color: var(--ink-2);
	font-size: 18px;
	line-height: 1.55;
}

.session-hero.is-loading .session-title,
.container.is-loading .session-meta,
.session-hero.is-loading .hero-dek {
	color: transparent;
	position: relative;
}

.container.is-loading .session-meta span {
	visibility: hidden;
}

.session-hero.is-loading .session-title::after {
	content: "";
	display: block;
	width: min(520px, 90%);
	height: 34px;
	margin-top: 8px;
	border-radius: var(--radius);
	background: linear-gradient(90deg, #eee7da 25%, #f7f0e5 50%, #eee7da 75%);
	background-size: 200% 100%;
	animation: shimmer 1.5s infinite ease-in-out;
}

.container.is-loading .session-meta::after {
	content: "";
	display: block;
	width: min(280px, 70%);
	height: 14px;
	margin-top: 10px;
	border-radius: var(--radius);
	background: linear-gradient(90deg, #eee7da 25%, #f7f0e5 50%, #eee7da 75%);
	background-size: 200% 100%;
	animation: shimmer 1.5s infinite ease-in-out;
}

.meta,
.session-meta {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px 22px;
	margin: -4px 0 56px;
	padding: 14px 0 0;
	border-top: 1px solid color-mix(in srgb, var(--accent) 30%, var(--rule));
	background: transparent;
}

.cell,
.session-meta__item {
	position: relative;
	min-width: 0;
	padding: 0;
	border-right: 0;
	color: var(--ink);
	font-size: 14px;
	font-weight: 680;
	line-height: 1.32;
	overflow-wrap: anywhere;
}

.cell:first-child,
.session-meta__item:first-child {
	padding-left: 0;
}

.cell:last-child,
.session-meta__item:last-child {
	padding-right: 0;
	border-right: 0;
}

.session-meta__item::before {
	content: attr(data-label);
	display: inline-block;
	margin: 0 8px 0 0;
	color: color-mix(in srgb, var(--accent) 58%, var(--muted));
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	vertical-align: 0.1em;
}

.session-meta__item::after {
	display: none;
}

.session-meta__item:nth-child(2)::after {
	background: var(--brand-teal);
}

.session-meta__item:nth-child(3)::after {
	background: var(--brand-navy);
}

.summary-section,
.event-results {
	margin-top: 0;
}

.section-head,
.section-title {
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin: 0 0 28px;
}

.section-title h2,
.section-head h2 {
	margin: 0;
	color: var(--ink);
	font-family: var(--font-heading);
	font-size: var(--font-h2);
	font-weight: 500;
	line-height: 1.12;
	overflow-wrap: anywhere;
}

.num {
	color: var(--text-accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	flex: 0 0 2.8ch;
	white-space: nowrap;
}

.rule {
	height: 1px;
	flex: 1;
	min-width: 36px;
	background: var(--rule);
}

.summary-card {
	position: relative;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.summary-status {
	margin: 22px 0 0;
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	padding: 9px 12px;
	border: 1px solid color-mix(in srgb, var(--teal) 34%, var(--rule));
	border-radius: var(--radius);
	background: color-mix(in srgb, var(--teal-pale) 74%, white);
	color: #135c4c;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.summary-status[hidden],
.summary-card .prose.is-ready + .summary-status:not([data-kind="error"]) {
	display: none;
}

.summary-status[data-kind="error"] {
	color: #9f241c;
	border-color: rgba(159, 36, 28, 0.26);
	background: rgba(159, 36, 28, 0.08);
}

.prose {
	max-width: var(--content-width);
	color: var(--ink-2);
	line-height: 1.66;
	overflow-wrap: anywhere;
}

.prose > p:not(.prose-lead),
.prose > h1,
.prose > h2,
.prose > h3,
.prose > h4 {
	max-width: var(--measure);
}

.prose.is-ready {
	counter-reset: summary-section 1;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4 {
	display: flex;
	align-items: baseline;
	gap: 14px;
	width: 100%;
	margin: 64px 0 26px;
	color: var(--ink);
	font-family: var(--font-heading);
	font-size: var(--font-h2);
	font-weight: 500;
	line-height: 1.14;
	border: 0;
	padding: 0;
	overflow-wrap: anywhere;
}

.prose h1:first-child,
.prose h2:first-child,
.prose h3:first-child,
.prose h4:first-child {
	margin-top: 0;
}

.prose h1::after,
.prose h2::after,
.prose h3::after,
.prose h4::after {
	content: "";
	height: 1px;
	flex: 1;
	min-width: 36px;
	background: var(--rule);
}

.prose.is-ready h1::before,
.prose.is-ready h2::before,
.prose.is-ready h3::before,
.prose.is-ready h4::before {
	counter-increment: summary-section;
	content: counter(summary-section, decimal-leading-zero);
	color: var(--text-accent);
	flex: 0 0 2.8ch;
	font-family: var(--font-body);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.prose p {
	margin: 0 0 16px;
}

.prose-lead {
	max-width: 700px;
	color: var(--ink);
	font-family: var(--font-heading);
	font-size: 21px;
	font-weight: 400;
	line-height: 1.45;
}

.prose-lead:not(.prose-lead--short-word)::first-letter {
	float: left;
	margin: 5px 8px 0 0;
	color: var(--text-accent);
	font-size: 54px;
	line-height: 0.82;
}

.prose-lead-word {
	display: inline-block;
	margin: 0 0.18em 0 0;
	color: var(--text-accent);
	font-family: var(--font-body);
	font-size: 0.78em;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	vertical-align: 0.08em;
}

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

.prose ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	width: min(var(--content-width), calc(100vw - 40px));
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	counter-reset: insight-card;
}

.prose li {
	--insight-color: var(--accent);
	--insight-fill: color-mix(in srgb, var(--insight-color) 15%, white);
	position: relative;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	column-gap: 18px;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 26px 30px 28px;
	border: 0;
	border-radius: 18px;
	background: var(--insight-fill);
	color: var(--ink-2);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.58;
	letter-spacing: 0;
	box-shadow: none;
}

.prose li::before {
	counter-increment: insight-card;
	content: counter(insight-card);
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-top: 1px;
	border-radius: 9px;
	background: var(--insight-color);
	color: white;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	box-shadow: none;
}

.insight-copy {
	display: block;
	min-width: 0;
}

.insight-label {
	display: block;
	margin: 0 0 8px;
	color: color-mix(in srgb, var(--ink) 88%, var(--insight-color));
	font-size: 11px;
	font-weight: 680;
	line-height: 1.25;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.insight-headline {
	display: block;
	margin: 0 0 8px;
	color: var(--ink);
	font-size: 17px;
	font-weight: 560;
	line-height: 1.3;
}

.insight-body {
	display: block;
	color: color-mix(in srgb, var(--ink-2) 88%, var(--ink));
}

.prose li em {
	letter-spacing: 0.04em;
}

.prose li:nth-child(2) {
	--insight-color: var(--brand-teal);
}

.prose li:nth-child(3) {
	--insight-color: color-mix(in srgb, var(--brand-navy) 56%, var(--accent));
	--insight-fill: color-mix(in srgb, var(--insight-color) 13%, white);
}

.prose li:nth-child(4) {
	--insight-color: color-mix(in srgb, var(--accent) 72%, var(--brand-teal));
}

:root[data-theme-mode="fullyCustom"] .prose li {
	--insight-color: var(--insight-1-color);
	--insight-fill: var(--insight-1-fill);
	--insight-border: var(--insight-1-border);
	--insight-badge-text: var(--insight-1-badge-text);
	border: 1px solid var(--insight-border);
	color: var(--ink);
}

:root[data-theme-mode="fullyCustom"] .insight-label,
:root[data-theme-mode="fullyCustom"] .insight-body {
	color: var(--ink);
}

:root[data-theme-mode="fullyCustom"] .prose li:nth-child(2) {
	--insight-color: var(--insight-2-color);
	--insight-fill: var(--insight-2-fill);
	--insight-border: var(--insight-2-border);
	--insight-badge-text: var(--insight-2-badge-text);
}

:root[data-theme-mode="fullyCustom"] .prose li:nth-child(3) {
	--insight-color: var(--insight-3-color);
	--insight-fill: var(--insight-3-fill);
	--insight-border: var(--insight-3-border);
	--insight-badge-text: var(--insight-3-badge-text);
}

:root[data-theme-mode="fullyCustom"] .prose li:nth-child(4) {
	--insight-color: var(--insight-4-color);
	--insight-fill: var(--insight-4-fill);
	--insight-border: var(--insight-4-border);
	--insight-badge-text: var(--insight-4-badge-text);
}

:root[data-theme-mode="fullyCustom"] .prose li:nth-child(5) {
	--insight-color: var(--insight-5-color);
	--insight-fill: var(--insight-5-fill);
	--insight-border: var(--insight-5-border);
	--insight-badge-text: var(--insight-5-badge-text);
}

.prose blockquote {
	position: relative;
	width: min(var(--content-width), calc(100vw - 40px));
	margin: 34px 0 52px;
	padding: 46px 48px 42px 100px;
	border: 0;
	border-radius: 20px;
	background: linear-gradient(
			90deg,
			color-mix(in srgb, var(--accent) 88%, white) 0 18px,
			transparent 18px
		),
		linear-gradient(
			135deg,
			color-mix(in srgb, var(--brand-navy) 82%, var(--accent)) 0%,
			color-mix(in srgb, var(--brand-navy) 88%, black) 55%,
			color-mix(in srgb, var(--brand-teal) 34%, var(--brand-navy)) 100%
		);
	color: color-mix(in srgb, white 88%, var(--paper));
	font-size: clamp(21px, 2vw, 28px);
	font-weight: 400;
	line-height: 1.46;
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 34%, transparent),
		0 20px 46px color-mix(in srgb, var(--brand-navy) 15%, transparent);
	overflow: hidden;
}

.prose blockquote::before {
	content: '"';
	position: absolute;
	left: 48px;
	top: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: color-mix(in srgb, var(--accent) 76%, white);
	color: var(--brand-navy);
	font-size: 32px;
	font-weight: 800;
	line-height: 1;
}

.prose blockquote::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 18px;
	height: 6px;
	background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

:root[data-theme-mode="fullyCustom"] .rule,
:root[data-theme-mode="fullyCustom"] .prose h1::after,
:root[data-theme-mode="fullyCustom"] .prose h2::after,
:root[data-theme-mode="fullyCustom"] .prose h3::after,
:root[data-theme-mode="fullyCustom"] .prose h4::after {
	background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

:root[data-theme-mode="fullyCustom"] .prose li::before {
	border: 1px solid var(--insight-border);
	background: var(--insight-color);
	color: var(--insight-badge-text);
}

.prose blockquote p {
	position: relative;
	z-index: 1;
	margin: 0;
}

.prose blockquote cite {
	position: relative;
	z-index: 1;
	display: block;
	margin-top: 20px;
	color: color-mix(in srgb, white 68%, var(--brand-teal));
	font-size: 0.62em;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.prose code {
	padding: 1px 6px;
	border-radius: 4px;
	background: color-mix(in srgb, var(--accent) 10%, white);
	font-size: 0.92em;
}

.summary-skeleton {
	min-height: 240px;
}

.event-container {
	padding-bottom: 70px;
}

.event-hero {
	padding-bottom: 48px;
}

.event-controls {
	margin: 0 0 42px;
	padding: 18px 20px;
	border: 1px solid var(--rule);
	border-radius: var(--radius);
	background: color-mix(in srgb, white 78%, var(--paper-2));
	box-shadow: 0 12px 26px rgba(13, 37, 56, 0.045);
}

.event-search-label {
	display: inline-block;
	margin-bottom: 9px;
	color: var(--ink);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.event-search-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	align-items: center;
}

.event-search-input {
	width: 100%;
	min-width: 0;
	padding: 13px 14px;
	border: 1px solid color-mix(in srgb, var(--ink) 18%, var(--rule));
	border-radius: var(--radius);
	background: #ffffff;
	color: var(--ink);
	font-family: var(--font-body);
	font-size: var(--font-body-size);
}

.event-search-input:disabled {
	background: #f8f3ea;
	color: var(--muted);
}

.event-search-input::placeholder {
	color: #7a8792;
}

.event-result-count {
	margin: 0;
	color: var(--muted);
	font-size: var(--font-meta);
	font-weight: 700;
}

.event-status {
	margin: 0 0 16px;
	padding: 10px 14px;
	border: 1px solid color-mix(in srgb, var(--blue) 22%, var(--rule));
	border-radius: var(--radius);
	background: color-mix(in srgb, var(--blue) 8%, white);
	color: #1c527f;
	font-size: 14px;
	font-weight: 700;
}

.event-status[hidden] {
	display: none;
}

.event-status[data-kind="error"] {
	border-color: rgba(159, 36, 28, 0.25);
	background: rgba(159, 36, 28, 0.08);
	color: #9f241c;
}

.event-status[data-kind="loading"] {
	border-color: color-mix(in srgb, var(--teal) 28%, var(--rule));
	background: color-mix(in srgb, var(--teal-pale) 72%, white);
	color: #135c4c;
}

.event-sessions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: event-session;
}

.event-deliverables {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.event-deliverable {
	display: grid;
	gap: 0.75rem;
	align-content: start;
	padding: 1.25rem;
	border: 1px solid color-mix(in srgb, var(--text-primary) 18%, transparent);
	border-radius: 0.75rem;
	background: color-mix(in srgb, var(--paper) 94%, white);
}

.event-deliverable h3,
.event-deliverable p {
	margin: 0;
}

.event-session {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	min-width: 0;
	padding: 18px 18px 20px;
	border: 1px solid var(--rule);
	border-radius: var(--radius);
	background: var(--surface);
	box-shadow: 0 12px 26px rgba(13, 37, 56, 0.045);
	overflow: hidden;
}

.event-session::before {
	counter-increment: event-session;
	content: counter(event-session, decimal-leading-zero);
	display: inline-flex;
	align-items: center;
	width: max-content;
	padding: 3px 7px;
	border-radius: 999px;
	background: var(--accent);
	color: white;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.event-session:nth-child(3n + 2)::before {
	background: var(--brand-teal);
}

.event-session:nth-child(3n)::before {
	background: var(--brand-navy);
}

:root[data-theme-mode="fullyCustom"] .event-session::before {
	border: 1px solid color-mix(in srgb, var(--accent) 52%, var(--rule));
	background: color-mix(in srgb, var(--accent) 22%, var(--paper));
	color: var(--text-primary);
}

:root[data-theme-mode="fullyCustom"] .event-session:nth-child(3n + 2)::before {
	border-color: color-mix(in srgb, var(--accent-2) 52%, var(--rule));
	background: color-mix(in srgb, var(--accent-2) 22%, var(--paper));
}

:root[data-theme-mode="fullyCustom"] .event-session:nth-child(3n)::before {
	border-color: color-mix(in srgb, var(--brand-teal) 52%, var(--rule));
	background: color-mix(in srgb, var(--brand-teal) 18%, var(--paper));
}

.event-session-title {
	margin: 0;
	color: var(--ink);
	font-family: var(--font-heading);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.22;
	overflow-wrap: anywhere;
}

.event-session-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.event-meta-chip,
.event-state-badge {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	padding: 4px 9px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.event-meta-chip {
	color: var(--ink-2);
	border: 1px solid color-mix(in srgb, var(--brand-navy) 18%, var(--rule));
	background: color-mix(in srgb, var(--paper-2) 72%, white);
}

.event-state-badge {
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.event-state-badge[data-tone="ready"] {
	color: #135c4c;
	background: rgba(19, 92, 76, 0.12);
	border: 1px solid rgba(19, 92, 76, 0.24);
}

.event-state-badge[data-tone="processing"] {
	color: #784607;
	background: rgba(120, 70, 7, 0.12);
	border: 1px solid rgba(120, 70, 7, 0.24);
}

.event-state-badge[data-tone="failed"] {
	color: #9f241c;
	background: rgba(159, 36, 28, 0.1);
	border: 1px solid rgba(159, 36, 28, 0.22);
}

.event-state-badge[data-tone="default"] {
	color: #244b71;
	background: rgba(36, 75, 113, 0.1);
	border: 1px solid rgba(36, 75, 113, 0.2);
}

.event-session-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
}

.event-session-id {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
}

.event-open-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 36px;
	padding: 8px 12px;
	border: 1px solid color-mix(in srgb, var(--accent) 38%, var(--rule));
	border-radius: var(--radius);
	background: color-mix(in srgb, var(--accent) 8%, white);
	color: var(--ink);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: background 140ms ease-out, border-color 140ms ease-out;
}

.event-open-link:visited {
	color: var(--ink);
}

.event-open-link:hover {
	background: color-mix(in srgb, var(--accent) 15%, white);
	border-color: color-mix(in srgb, var(--accent) 54%, var(--rule));
	text-decoration: none;
}

.event-empty {
	padding: 22px;
	border: 1px dashed color-mix(in srgb, var(--ink) 22%, var(--rule));
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.54);
	color: var(--muted);
	font-weight: 700;
	text-align: center;
}

.skeleton-line {
	height: 12px;
	margin-bottom: 14px;
	border-radius: 4px;
	background: linear-gradient(90deg, #eee7da 25%, #f7f0e5 50%, #eee7da 75%);
	background-size: 200% 100%;
	animation: shimmer 1.5s infinite ease-in-out;
}

.skeleton-line.short {
	width: 60%;
}

.site-footer {
	background: transparent;
}

.site-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 20px 42px;
	border-top: 1px solid var(--rule);
	color: var(--muted);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.14em;
}

.footer-left,
.footer-right {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.footer-label,
.footer-copy {
	overflow-wrap: anywhere;
}

.footer-logo-link {
	display: inline-flex;
	align-items: center;
	max-width: 140px;
}

.footer-logo-link:hover {
	text-decoration: none;
	filter: brightness(1.02);
}

.footer-logo {
	display: block;
	max-width: 120px;
	max-height: 26px;
	width: auto;
	height: auto;
	object-fit: contain;
}

@keyframes shimmer {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

@keyframes title-reveal {
	from {
		opacity: 0;
		transform: translateY(4px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.001ms !important;
	}

	.container {
		transition: none !important;
	}

	.session-title.is-ready {
		animation: none !important;
	}
}

@media (min-width: 769px) {
	:root {
		--font-h1: 70px;
		--font-h2: 28px;
		--content-width: 1040px;
		--measure: 76ch;
		--font-meta: 13px;
	}

	.event-search-row {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.event-result-count {
		text-align: right;
		white-space: nowrap;
	}
}

@media (max-width: 768px) {
	:root {
		--font-h1: 38px;
		--font-h2: 22px;
	}

	body {
		background: var(--paper);
	}

	.topbar {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: start;
		min-height: 0;
		padding-top: 16px;
		padding-bottom: 12px;
		gap: 12px;
	}

	.crumbs {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
		gap: 5px;
		font-size: 10px;
		letter-spacing: 0.1em;
	}

	.brand-link--back:not([hidden]) {
		margin-right: 0;
	}

	.brand-link--back:not([hidden])::after {
		display: none;
	}

	.crumbs .dot {
		display: none;
	}

	.masthead-line,
	.crumbs > span:last-child,
	.brand-link {
		line-height: 1.35;
	}

	.masthead-line--secondary {
		font-size: 11px;
		letter-spacing: 0.02em;
	}

	.brand-logo {
		max-width: 112px;
		max-height: 28px;
	}

	.page {
		padding-top: 36px;
		padding-bottom: 64px;
	}

	.hero {
		min-height: 0;
		padding-bottom: 34px;
	}

	.hero-mark {
		position: absolute;
		right: 0;
		top: 28px;
		display: block;
		width: min(78px, 21vw);
		max-width: min(78px, 21vw);
		max-height: 62px;
		margin: 0;
		object-position: center right;
	}

	.session-title {
		max-width: 100%;
	}

	.hero:has(.hero-mark:not([hidden])) .session-title {
		max-width: 100%;
	}

	.dek,
	.hero-dek {
		font-size: 16px;
	}

	.meta,
	.session-meta {
		display: flex;
		gap: 6px 14px;
		margin-top: -8px;
		margin-bottom: 40px;
		padding: 12px 0 0;
	}

	.cell,
	.session-meta__item {
		padding: 0;
		border-right: 0;
		border-bottom: 0;
		font-size: 12px;
		line-height: 1.25;
	}

	.session-meta__item:first-child {
		padding-left: 0;
	}

	.session-meta__item:last-child {
		padding-right: 0;
		border-right: 0;
	}

	.session-meta__item::before {
		display: inline-block;
		margin: 0 5px 0 0;
		font-size: 8px;
		letter-spacing: 0.13em;
	}

	.prose-lead {
		font-size: 19px;
	}

	.prose-lead:not(.prose-lead--short-word)::first-letter {
		font-size: 46px;
	}

	.prose ul,
	.event-sessions {
		grid-template-columns: minmax(0, 1fr);
	}

	.prose li {
		grid-template-columns: 30px minmax(0, 1fr);
		min-height: 0;
		padding: 24px 22px 26px;
		border-radius: 20px;
		font-size: 15px;
		line-height: 1.56;
	}

	.prose li::before {
		position: static;
		width: 30px;
		height: 30px;
		border-radius: 9px;
		font-size: 15px;
	}

	.prose blockquote {
		padding: 28px 24px 30px 72px;
		border-radius: 18px;
		font-size: 19px;
		text-align: left;
	}

	.prose blockquote::before {
		left: 24px;
		top: 30px;
		width: 30px;
		height: 30px;
		border-radius: 9px;
		font-size: 28px;
	}

	.event-controls {
		margin-bottom: 36px;
		padding: 16px;
	}

	.event-session-footer,
	.site-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.event-open-link {
		width: 100%;
	}
}

@media print {
	body {
		background: #ffffff;
		color: #000000;
	}

	.site-header,
	.site-footer,
	.brand-link {
		display: none !important;
	}

	.page {
		max-width: 100%;
		padding: 0;
	}

	.hero,
	.meta,
	.section-head,
	.prose li,
	.event-session {
		break-inside: avoid;
	}
}
