/* Agenda — session detail page (.session-*). */

/* Spoken-language marker after a session title (e.g. "(EN/FR)") — restores the
   marker that used to live in the title text, now sourced from the `languages`
   field. Shared across the detail page (h1), the modal (h2) and the grid card
   (title span); font-size:em scales it to whichever title it follows. */
.session-lang {
	font-size: 0.7em;
	font-weight: 600;
	color: #777;
	white-space: nowrap;
	vertical-align: middle;
}

.session-back {
	margin-bottom: 16rem;
	font-size: 14rem;
}

.session-back a {
	color: #666;
	text-decoration: none;
}

.session-back a:hover {
	text-decoration: underline;
}

.section--session .section__inner.session-detail {
	max-width: 880rem;
}

.session-header {
	margin-bottom: 24rem;
}

.session-header .h1 {
	margin: 6rem 0 10rem;
	line-height: 1.25;
}

@media (max-width: 37.5em) {
	.session-header .h1 {
		font-size: 22rem;
	}
}

.session-track-badge {
	display: inline-block;
	padding: 3rem 10rem;
	background: #eee;
	color: #333;
	font-size: 11rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border-radius: 2px;
	margin-right: 6rem;
	border-left: 4px solid #888;
}

.session-code {
	display: inline-block;
	font-size: 12rem;
	color: #666;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.session-schedule {
	color: #444;
	margin: 6rem 0;
	font-size: 15rem;
}

.session-day {
	font-weight: 600;
}

.session-time {
	margin-left: 6rem;
	color: #666;
}

.session-room,
.session-translated,
.session-meta-row {
	margin: 6rem 0;
	color: #555;
	font-size: 14rem;
}

.session-translated::before {
	content: "🎧 ";
}

.session-cancelled-banner {
	background: #ffe6e6;
	color: #a00;
	border-left: 4px solid #a00;
	padding: 13rem 16rem;
	margin: 16rem 0;
	font-weight: 600;
}

.session-description {
	margin: 24rem 0;
	line-height: 1.6;
}

.session-description-long {
	margin-top: 16rem;
	color: #444;
}

.session-speakers h2,
.session-materials h2 {
	margin-top: 32rem;
	font-size: 19rem;
}

.session-speakers-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280rem, 1fr));
	gap: 16rem;
}

.session-speaker-item {
	display: flex;
	gap: 13rem;
	align-items: flex-start;
	padding: 10rem 0;
	border-bottom: 1px solid #eee;
}

.session-speaker-photo {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.session-speaker-meta {
	flex: 1;
	min-width: 0;
}

.session-speaker-name {
	margin: 0;
	font-weight: 600;
}

.session-speaker-name a {
	color: inherit;
	text-decoration: none;
}

.session-speaker-name a:hover {
	text-decoration: underline;
}

.session-speaker-role {
	display: inline-block;
	background: #fff7c2;
	color: #5a4a00;
	padding: 0 5rem;
	border-radius: 2px;
	font-size: 11rem;
	margin-left: 3rem;
}

.session-speaker-affiliation {
	margin: 2rem 0;
	color: #666;
	font-size: 14rem;
}

.session-speaker-presentation {
	margin: 3rem 0 0;
	font-style: italic;
	color: #555;
	font-size: 14rem;
}
