:root {
	--ink-950: #0d1321;
	--ink-900: #172033;
	--ink-800: #25364f;
	--ink-700: #43536b;
	--ink-600: #6d7889;
	--sand-50: #faf8f3;
	--sand-100: #eee9df;
	--sand-200: #ded6c8;
	--sand-300: #cbbda7;
	--blue-500: #2f5f98;
	--blue-400: #5f8fc4;
	--copper-500: #a66d43;
	--copper-400: #c4895d;
	--sky-100: #dceaf7;
	--white: #ffffff;
	--shadow-soft: 0 18px 45px rgba(8, 17, 29, 0.09);
	--shadow-strong: 0 28px 70px rgba(8, 17, 29, 0.18);
	--radius-lg: 28px;
	--radius-md: 20px;
	--radius-sm: 14px;
	--shell-width: 1180px;
	--nav-height: 72px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "IBM Plex Sans", sans-serif;
	background:
		linear-gradient(135deg, rgba(47, 95, 152, 0.13), transparent 26%),
		linear-gradient(225deg, rgba(166, 109, 67, 0.12), transparent 28%),
		linear-gradient(180deg, #f4f2ec 0%, #fcfbf8 36%, #eee9df 100%);
	color: var(--ink-900);
	line-height: 1.65;
	overflow-x: hidden;
}

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

a {
	color: var(--blue-500);
	transition: color 0.25s ease, opacity 0.25s ease;
}

a:hover {
	color: var(--copper-500);
	text-decoration: none;
}

.site-shell {
	width: min(var(--shell-width), calc(100% - clamp(1.25rem, 4vw, 2rem)));
	margin: 0 auto;
}

.site-nav {
	min-height: 72px;
	background: rgba(250, 248, 243, 0.92);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(16, 32, 51, 0.08);
	box-shadow: 0 14px 40px rgba(8, 17, 29, 0.08);
}

.site-nav .site-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	min-width: 0;
}

.brand-lockup {
	display: inline-flex;
	align-items: center;
	gap: 0.9rem;
	padding: 0;
	min-width: 0;
	flex: 1 1 auto;
	max-width: 100%;
}

.brand-mark {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	box-shadow: 0 16px 34px rgba(16, 32, 51, 0.18);
}

.brand-copy {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
	min-width: 0;
	overflow: hidden;
}

.brand-overline {
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ink-700);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.brand-title {
	font-family: "Sora", sans-serif;
	font-size: 1.08rem;
	font-weight: 700;
	color: var(--ink-950);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.site-nav .navbar-nav {
	gap: 0.3rem;
}

.site-nav .navbar-collapse {
	min-width: 0;
}

.site-nav .nav-link {
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ink-700);
	padding: 0.75rem 0.9rem !important;
	border-radius: 999px;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
}

.site-nav .nav-link:hover,
.site-nav .nav-link.active {
	color: var(--ink-950);
	background: rgba(16, 32, 51, 0.06);
}

.site-nav .navbar-toggler {
	border: 1px solid rgba(16, 32, 51, 0.14);
	padding: 0.45rem 0.7rem;
	border-radius: 14px;
	color: var(--ink-900);
	margin-left: auto;
	flex: 0 0 auto;
	display: none;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.site-nav .navbar-toggler:hover,
.site-nav .navbar-toggler:focus {
	background: rgba(16, 32, 51, 0.06);
	border-color: rgba(16, 32, 51, 0.22);
	box-shadow: 0 0 0 3px rgba(47, 95, 152, 0.16);
	outline: none;
}

.hero {
	position: relative;
	overflow: hidden;
	margin-top: calc(var(--nav-height) * -1);
	padding: calc(var(--nav-height) + 4.5rem) 0 3.5rem;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(135deg, rgba(13, 19, 33, 0.94), rgba(23, 32, 51, 0.84) 42%, rgba(47, 95, 152, 0.84) 100%),
		url("img/background.png") center/cover no-repeat;
	opacity: 1;
	pointer-events: none;
}

.home-hero {
	min-height: 720px;
	display: flex;
	align-items: center;
	background: var(--ink);
}

.hero-video {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0.86;
	pointer-events: none;
}

.home-hero::before {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(13, 19, 33, 0.98) 0%, rgba(13, 19, 33, 0.9) 34%, rgba(23, 32, 51, 0.5) 62%, rgba(23, 32, 51, 0.3) 100%),
		linear-gradient(180deg, rgba(13, 19, 33, 0.2), rgba(13, 19, 33, 0.58));
}

.home-hero .hero-title {
	color: var(--white);
	text-shadow: 0 12px 36px rgba(0, 0, 0, 0.38);
}

.home-hero .hero-summary {
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.home-hero .eyebrow {
	color: rgba(255, 255, 255, 0.78);
}

.home-hero .meta-chip {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.18);
}

.page-hero .hero-grid {
	align-items: start;
}

.page-hero .hero-panel {
	margin-top: 0.85rem;
}

.hero-inner {
	position: relative;
	z-index: 3;
}

.hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.95fr);
	gap: 2rem;
	align-items: center;
}

.hero:not(.page-hero) .hero-grid {
	grid-template-columns: 1fr;
}

.hero:not(.page-hero) .hero-title {
	max-width: none;
}

.hero:not(.page-hero) .hero-summary {
	max-width: none;
}

.hero-copy {
	color: rgba(255, 255, 255, 0.94);
	min-width: 0;
}

.hero .hero-copy[data-reveal],
.hero .hero-panel[data-reveal] {
	opacity: 1;
	transform: none;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.75rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
	margin-bottom: 1.2rem;
}

.eyebrow::before {
	content: "";
	width: 3.2rem;
	height: 1px;
	background: rgba(255, 255, 255, 0.42);
}

.hero-title,
.page-title {
	font-family: "Sora", sans-serif;
	font-weight: 700;
	line-height: 1.02;
	margin: 0;
	text-wrap: balance;
}

.hero-title {
	font-size: clamp(2.8rem, 5vw, 4.75rem);
	max-width: 16ch;
}

.page-title {
	font-size: clamp(2.5rem, 4vw, 3.9rem);
	max-width: 15ch;
	color: var(--white);
}

.hero-summary,
.page-summary {
	font-size: 1.08rem;
	max-width: 63ch;
	margin: 1.35rem 0 0;
	color: rgba(255, 255, 255, 0.84);
}

.hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin: 1.5rem 0;
}

.meta-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.55rem 0.8rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.9);
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.76rem;
	letter-spacing: 0.04em;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 1.65rem;
}

.button-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	padding: 0.92rem 1.25rem;
	border-radius: 999px;
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid transparent;
	transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
	text-align: center;
	line-height: 1.35;
}

.button-link:hover {
	transform: translateY(-2px);
}

.button-link.primary {
	background: linear-gradient(135deg, var(--copper-500), var(--copper-400));
	color: var(--white);
	box-shadow: 0 18px 34px rgba(166, 109, 67, 0.26);
}

.button-link.secondary {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.18);
	color: var(--white);
}

.button-link.light {
	background: var(--white);
	color: var(--ink-950);
	box-shadow: var(--shadow-soft);
}

.hero-panel {
	position: relative;
	padding: 1.4rem;
	border-radius: 30px;
	background: rgba(250, 248, 243, 0.94);
	box-shadow: var(--shadow-strong);
	min-width: 0;
}

.panel-tag {
	display: inline-flex;
	align-items: center;
	padding: 0.34rem 0.65rem;
	border-radius: 999px;
	background: rgba(16, 32, 51, 0.08);
	color: var(--ink-900);
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 0.9rem;
}

.panel-title {
	font-family: "Sora", sans-serif;
	font-size: 1.45rem;
	line-height: 1.15;
	margin: 0;
	color: var(--ink-950);
	text-wrap: balance;
}

.panel-text {
	margin: 0.9rem 0 0;
	color: var(--ink-700);
	overflow-wrap: anywhere;
}

.portrait-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.6rem;
	margin-top: 1.1rem;
}

.portrait-strip img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 18px;
	border: 2px solid rgba(16, 32, 51, 0.08);
}

.portrait-strip-all-speakers {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portrait-strip-all-speakers img {
	grid-column: span 1;
}

.stat-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1.2rem;
}

.stat-card {
	padding: 1rem;
	border-radius: 18px;
	background: var(--white);
	border: 1px solid rgba(16, 32, 51, 0.08);
}

.stat-value {
	font-family: "Sora", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	color: var(--ink-950);
}

.stat-label {
	display: block;
	margin-top: 0.35rem;
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.74rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--ink-700);
	line-height: 1.45;
}

.section {
	padding: 4.5rem 0;
}

.section.section-alt {
	background: rgba(255, 255, 255, 0.58);
	border-top: 1px solid rgba(16, 32, 51, 0.05);
	border-bottom: 1px solid rgba(16, 32, 51, 0.05);
}

.decorated-theme-section,
.decorated-speaker-section,
.decorated-format-section {
	position: relative;
	overflow: hidden;
}

.decorated-theme-section > .site-shell,
.decorated-speaker-section > .site-shell,
.decorated-format-section > .site-shell {
	position: relative;
	z-index: 1;
}

.decorated-theme-section .copy-stack {
	max-width: 880px;
}

.boundary-figure,
.speaker-section-figure,
.format-section-figure {
	position: absolute;
	max-width: none;
	height: auto;
	filter: grayscale(1) saturate(0.45) contrast(1);
	mix-blend-mode: multiply;
	pointer-events: none;
	user-select: none;
	z-index: 2;
}

.boundary-figure {
	right: max(0.75rem, calc((60vw - var(--shell-width)) / 2 - 4.5rem));
	bottom: clamp(2.3rem, 4vw, 3.8rem);
	width: min(35vw, 780px);
	opacity: 0.18;
	transform: rotate(0.4deg);
	bottom: 0;
	
}

.speaker-section-figure {
	left: max(-0.5rem, calc((80vw - var(--shell-width)) / 2 - 9rem));
	/* top: clamp(8rem, 13vw, 12rem); */
	bottom: auto;
	width: min(29vw, 370px);
	opacity: 0.145;
	transform: rotate(-1deg);
	bottom: 0;
	z-index: 0;
}

.format-section-figure {
	right: max(-7rem, calc((80vw - var(--shell-width)) / 2 - 13rem));
	left: auto;
	top: clamp(7rem, 10vw, 9rem);
	bottom: auto;
	width: min(23vw, 300px);
	opacity: 0.145;
	transform: rotate(1deg);
}

.section-header {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.6rem;
}

.section-kicker {
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.76rem;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	color: var(--copper-500);
	margin: 0 0 0.65rem;
}

.section-title {
	font-family: "Sora", sans-serif;
	font-size: clamp(1.85rem, 3vw, 2.8rem);
	line-height: 1.05;
	margin: 0;
	color: var(--ink-950);
	text-wrap: balance;
}

.section-lead {
	max-width: 56ch;
	color: var(--ink-700);
	margin: 0;
	overflow-wrap: anywhere;
}

.split-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(290px, 0.85fr);
	gap: 1.5rem;
}

.copy-stack p:last-child,
.copy-stack ul:last-child {
	margin-bottom: 0;
}

.copy-stack p,
.copy-stack li {
	color: var(--ink-800);
}

.copy-stack ul {
	padding-left: 1.2rem;
}

.card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.card-grid.four-up {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-card,
.detail-card,
.highlight-card,
.speaker-card,
.organizer-card,
.agenda-card,
.callout-card {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(16, 32, 51, 0.08);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-soft);
}

.info-card,
.detail-card,
.highlight-card,
.agenda-card,
.callout-card {
	padding: 1.25rem;
}

.card-icon {
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(47, 95, 152, 0.16), rgba(196, 137, 93, 0.22));
	color: var(--ink-950);
	font-size: 1rem;
	margin-bottom: 0.95rem;
}

.card-title {
	font-family: "Sora", sans-serif;
	font-size: 1.15rem;
	line-height: 1.18;
	margin: 0 0 0.55rem;
	color: var(--ink-950);
	text-wrap: balance;
}

.card-text,
.card-list,
.card-list li {
	color: var(--ink-700);
}

.card-list {
	padding-left: 1.1rem;
	margin-bottom: 0;
}

.theme-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

.theme-pill {
	padding: 0.95rem 1rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(16, 32, 51, 0.08);
	font-weight: 500;
	color: var(--ink-900);
}

.topic-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.topic-card {
	position: relative;
	overflow: hidden;
	min-height: 100%;
	padding: 1.25rem;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(23, 32, 51, 0.08);
	border-radius: var(--radius-md);
	box-shadow: var(--shadow-soft);
}

.topic-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--blue-500), var(--copper-400));
}

.topic-icon {
	width: 2.65rem;
	height: 2.65rem;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0.45rem 0 1rem;
	background: rgba(47, 95, 152, 0.12);
	color: var(--blue-500);
}

.topic-kicker {
	margin: 0 0 0.35rem;
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--copper-500);
}

.topic-title {
	font-family: "Sora", sans-serif;
	font-size: 1.1rem;
	line-height: 1.16;
	margin: 0 0 0.55rem;
	color: var(--ink-950);
	text-wrap: balance;
}

.topic-text {
	margin: 0;
	color: var(--ink-700);
}

.speaker-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.speaker-card {
	overflow: hidden;
	height: 100%;
}

.speaker-photo {
	width: 100%;
	aspect-ratio: 4 / 4.7;
	object-fit: cover;
	object-position: center top;
	background: linear-gradient(135deg, #dfe9f6, #f4ede3);
}

.speaker-body {
	padding: 1.1rem 1.15rem 1.2rem;
}

.speaker-role,
.micro-label {
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: var(--copper-500);
}

.speaker-name,
.person-name {
	font-family: "Sora", sans-serif;
	font-size: 1.08rem;
	line-height: 1.15;
	margin: 0.38rem 0 0.32rem;
	color: var(--ink-950);
	text-wrap: balance;
}

.speaker-affiliation,
.person-meta,
.tiny-copy {
	color: var(--ink-700);
	font-size: 0.95rem;
	overflow-wrap: anywhere;
}

.speaker-talk {
	margin-top: 0.85rem;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(16, 32, 51, 0.08);
	color: var(--ink-800);
	overflow-wrap: anywhere;
}

.speaker-note {
	display: inline-flex;
	margin-top: 0.75rem;
	padding: 0.38rem 0.6rem;
	border-radius: 999px;
	background: rgba(16, 32, 51, 0.06);
	color: var(--ink-700);
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.schedule-table {
	overflow: hidden;
	width: 100%;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(16, 32, 51, 0.08);
	box-shadow: var(--shadow-soft);
}

.schedule-table-head {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 1rem;
	padding: 1rem 1.2rem;
	background: linear-gradient(135deg, rgba(23, 32, 51, 0.96), rgba(47, 95, 152, 0.88));
	color: var(--white);
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.schedule-row {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 1rem;
	padding: 1rem 1.2rem;
	border-top: 1px solid rgba(16, 32, 51, 0.08);
}

.schedule-row:nth-child(even) {
	background: rgba(243, 238, 230, 0.45);
}

.schedule-time {
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.78rem;
	color: var(--copper-500);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.schedule-event-title {
	display: block;
	font-family: "Sora", sans-serif;
	font-size: 1rem;
	line-height: 1.2;
	color: var(--ink-950);
	margin-bottom: 0.18rem;
}

.schedule-event-note {
	color: var(--ink-700);
	overflow-wrap: anywhere;
}

.schedule-note {
	margin-top: 0.85rem;
	color: var(--ink-700);
}

.schedule-table.compact .schedule-table-head,
.schedule-table.compact .schedule-row {
	grid-template-columns: 128px minmax(0, 1fr);
}

.agenda-card {
	padding: 1.4rem;
}

.agenda-list {
	display: grid;
	gap: 0.8rem;
}

.agenda-item {
	display: grid;
	grid-template-columns: 136px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid rgba(16, 32, 51, 0.08);
}

.agenda-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.agenda-time {
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.78rem;
	color: var(--copper-500);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.agenda-title {
	font-family: "Sora", sans-serif;
	font-size: 1rem;
	margin: 0;
	color: var(--ink-950);
}

.agenda-note {
	margin: 0.22rem 0 0;
	color: var(--ink-700);
}

.organizer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.organizer-card {
	display: block;
	overflow: hidden;
	padding: 0;
}

.person-avatar {
	width: 100%;
	aspect-ratio: 4 / 4.45;
	border-radius: 0;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(47, 95, 152, 0.22), rgba(196, 137, 93, 0.26));
	box-shadow: inset 0 0 0 1px rgba(16, 32, 51, 0.06);
}

.person-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.avatar-initials {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Sora", sans-serif;
	font-size: 1.45rem;
	font-weight: 700;
	color: var(--ink-950);
}

.organizer-card > div:not(.person-avatar) {
	padding: 1.1rem 1.15rem 1.2rem;
}

.tone-blue {
	background: linear-gradient(135deg, rgba(47, 95, 152, 0.25), rgba(220, 234, 247, 0.95));
}

.tone-copper {
	background: linear-gradient(135deg, rgba(166, 109, 67, 0.25), rgba(235, 210, 188, 0.95));
}

.tone-ink {
	background: linear-gradient(135deg, rgba(23, 32, 51, 0.18), rgba(220, 234, 247, 0.95));
}

.person-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 0.6rem;
}

.micro-link {
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	overflow-wrap: anywhere;
}

.email-link {
	text-transform: none !important;
	letter-spacing: 0.02em !important;
}

.organizer-card .email-link {
	font-size: 0.84rem;
	letter-spacing: 0 !important;
}

.pill-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.topic-pill {
	padding: 0.6rem 0.85rem;
	border-radius: 999px;
	background: rgba(16, 32, 51, 0.06);
	color: var(--ink-900);
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.76rem;
	letter-spacing: 0.04em;
}

.timeline {
	display: grid;
	gap: 0.9rem;
}

.timeline-item {
	display: grid;
	grid-template-columns: 145px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding: 1rem 1.1rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(16, 32, 51, 0.08);
}

.timeline-date {
	font-family: "IBM Plex Mono", monospace;
	font-size: 0.76rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--copper-500);
}

.timeline-copy strong {
	display: block;
	font-family: "Sora", sans-serif;
	color: var(--ink-950);
	margin-bottom: 0.24rem;
}

.reference-list,
.link-list {
	display: grid;
	gap: 0.8rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.reference-link {
	display: block;
	padding: 1rem 1.1rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(16, 32, 51, 0.08);
	box-shadow: var(--shadow-soft);
	color: var(--ink-900);
}

.reference-link strong {
	display: block;
	font-family: "Sora", sans-serif;
	margin-bottom: 0.2rem;
	color: var(--ink-950);
}

.callout-card {
	background:
		linear-gradient(135deg, rgba(23, 32, 51, 0.95), rgba(47, 95, 152, 0.9));
	color: var(--white);
}

.callout-card .card-title,
.callout-card .card-text,
.callout-card .tiny-copy {
	color: rgba(255, 255, 255, 0.92);
}

.callout-card .button-link.secondary {
	background: rgba(255, 255, 255, 0.08);
	color: var(--white);
}

.site-footer {
	padding: 2rem 0 3rem;
	color: var(--ink-700);
}

.footer-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 1.3rem;
	border-top: 1px solid rgba(16, 32, 51, 0.08);
}

.footer-note {
	font-size: 0.95rem;
}

.site-footer .person-links {
	gap: 0.3rem 0.55rem;
}

.site-footer .person-links .micro-link + .micro-link {
	position: relative;
	padding-left: 1rem;
}

.site-footer .person-links .micro-link + .micro-link::before {
	content: "-";
	position: absolute;
	left: 0;
	color: var(--ink-600);
}

[data-reveal] {
	opacity: 1;
	transform: none;
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1199px) {
	.hero-grid {
		grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
	}

	.speaker-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

	.card-grid.four-up {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	body {
		padding-top: var(--nav-height);
	}

	.site-nav .navbar-toggler {
		display: inline-flex;
	}

	.site-shell {
		width: min(var(--shell-width), calc(100% - 1.6rem));
	}

	.hero,
	.section {
		padding: 3.6rem 0;
	}

	.home-hero {
		min-height: 620px;
	}

	.home-hero::before {
		background:
			linear-gradient(90deg, rgba(13, 19, 33, 0.99) 0%, rgba(13, 19, 33, 0.93) 44%, rgba(23, 32, 51, 0.62) 100%),
			linear-gradient(180deg, rgba(13, 19, 33, 0.28), rgba(13, 19, 33, 0.64));
	}

	.hero-video {
		object-fit: cover;
		object-position: center;
		opacity: 0.76;
	}

	.boundary-figure {
		right: 0.8rem;
		bottom: 2.2rem;
		width: min(30vw, 280px);
		opacity: 0.15;
	}

	.boundary-figure-right {
		right: 0.8rem;
	}

	.speaker-section-figure {
		left: -1.5rem;
		top: 9rem;
		bottom: auto;
		width: min(34vw, 285px);
		opacity: 0.125;
	}

	.format-section-figure {
		right: -7rem;
		left: auto;
		top: 7.5rem;
		bottom: auto;
		width: min(29vw, 240px);
		opacity: 0.125;
	}

	.hero-grid,
	.split-grid {
		grid-template-columns: 1fr;
	}

	.card-grid,
	.card-grid.four-up,
	.speaker-grid,
	.topic-grid,
	.organizer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-nav .navbar-collapse {
		flex-basis: 100%;
		width: 100%;
		margin-top: 0.35rem;
		padding: 0.45rem;
		border-radius: 20px;
		background: rgba(250, 248, 243, 0.98);
		border: 1px solid rgba(16, 32, 51, 0.08);
		box-shadow: var(--shadow-soft);
		max-height: calc(100vh - var(--nav-height) - 1rem);
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.site-nav .navbar-nav {
		align-items: flex-start !important;
		width: 100%;
		gap: 0.35rem;
	}

	.site-nav .nav-item,
	.site-nav .nav-link {
		width: 100%;
	}

	.site-nav .nav-link {
		padding: 0.9rem 1rem !important;
	}

	.theme-list {
		grid-template-columns: 1fr;
	}

	.footer-inner {
		align-items: flex-start;
	}

	body.nav-is-open {
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	.site-shell {
		width: min(var(--shell-width), calc(100% - 1.15rem));
	}

	.hero,
	.section {
		padding: 3rem 0;
	}

	.boundary-figure,
	.section-boundary-decoration,
	.speaker-section-figure,
	.format-section-figure {
		display: none;
	}

	.hero-title,
	.page-title {
		max-width: none;
	}

	.hero-summary,
	.page-summary,
	.section-lead {
		font-size: 1rem;
	}

	.hero-panel,
	.info-card,
	.detail-card,
	.highlight-card,
	.agenda-card,
	.callout-card,
	.speaker-body {
		padding: 1rem;
	}

	.hero-meta {
		margin: 1.2rem 0;
	}

	.section-header {
		align-items: flex-start;
	}

	.meta-chip {
		width: 100%;
		justify-content: flex-start;
	}

	.portrait-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.portrait-strip-all-speakers {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.portrait-strip-all-speakers img {
		grid-column: span 1;
	}

	.card-grid,
	.card-grid.four-up,
	.topic-grid,
	.speaker-grid,
	.organizer-grid,
	.timeline-item,
	.agenda-item,
	.schedule-row,
	.schedule-table.compact .schedule-row {
		grid-template-columns: 1fr;
	}

	.schedule-table-head,
	.schedule-table.compact .schedule-table-head {
		display: none;
	}

	.schedule-row,
	.schedule-table.compact .schedule-row {
		gap: 0.4rem;
		padding: 0.95rem 1rem;
	}

	.schedule-time {
		margin-bottom: 0.1rem;
	}

	.organizer-card > div:not(.person-avatar) {
		padding: 1rem;
	}

	.person-avatar {
		width: 100%;
		height: auto;
	}

	.button-row {
		flex-direction: column;
		align-items: stretch;
	}

	.button-link {
		width: 100%;
	}

	.footer-inner {
		flex-direction: column;
	}

	.site-footer .person-links .micro-link + .micro-link {
		padding-left: 0;
	}

	.site-footer .person-links .micro-link + .micro-link::before {
		display: none;
	}
}

@media (max-width: 575px) {
	.brand-mark {
		width: 42px;
		height: 42px;
	}

	.brand-title {
		font-size: 1rem;
	}

	.brand-overline {
		font-size: 0.66rem;
		letter-spacing: 0.11em;
	}

	.hero {
		padding: calc(var(--nav-height) + 2.8rem) 0 2.7rem;
	}

	.home-hero {
		min-height: 560px;
	}

	.hero-panel {
		border-radius: 24px;
	}

	.panel-title {
		font-size: 1.28rem;
	}

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

	.person-avatar {
		width: 100%;
		height: auto;
	}

	.site-nav .navbar-collapse {
		padding: 0.35rem;
		border-radius: 18px;
	}
}

@media (max-width: 420px) {
	.brand-lockup {
		gap: 0.65rem;
	}

	.brand-overline {
		display: none;
	}

	.brand-title {
		font-size: 0.96rem;
	}

	.site-nav .navbar-toggler {
		padding: 0.4rem 0.62rem;
	}

	.hero-title {
		font-size: clamp(2.2rem, 10vw, 2.8rem);
	}

	.page-title {
		font-size: clamp(2rem, 9vw, 2.45rem);
	}

	.button-link,
	.meta-chip {
		font-size: 0.72rem;
	}

	.site-nav .nav-link {
		font-size: 0.76rem;
		letter-spacing: 0.06em;
	}

	.section-title {
		font-size: clamp(1.55rem, 8vw, 1.95rem);
	}

	.stat-value {
		font-size: 1.55rem;
	}
}
