.cllf-carousel {
	position: relative;
}

.cllf-carousel__track {
	display: flex;
	gap: clamp(1rem, 3vw, 2rem);
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline mandatory;
	scrollbar-width: thin;
}

.cllf-event-card {
	box-sizing: border-box;
	flex: 0 0 min(100%, 42rem);
	overflow: hidden;
	scroll-snap-align: start;
	background: #fff;
	border: 1px solid #d8c9bc;
}

.cllf-events--static .cllf-event-card {
	max-width: 42rem;
}

.cllf-event-card__body {
	padding: clamp(1rem, 3vw, 2rem);
}

.cllf-event-card__image {
	display: block;
	width: 100%;
	max-height: 24rem;
	object-fit: cover;
}

.cllf-event-card__meta {
	color: #665750;
}

.cllf-event-card__action,
.cllf-newsletter button {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: .65rem 1rem;
	color: #fbf8eb;
	background: #5b1309;
	border: 2px solid #5b1309;
	text-decoration: none;
	cursor: pointer;
}

.cllf-carousel__controls {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: .5rem;
	margin-block-end: .75rem;
}

.cllf-carousel__button,
.cllf-carousel__indicator {
	min-width: 44px;
	min-height: 44px;
	color: #5b1309;
	background: #fbf8eb;
	border: 1px solid #5b1309;
	cursor: pointer;
}

.cllf-carousel__button:disabled {
	opacity: .45;
	cursor: not-allowed;
}

.cllf-carousel__indicators {
	display: flex;
	gap: .25rem;
}

.cllf-carousel__indicator {
	position: relative;
	min-width: 32px;
	border: 0;
}

.cllf-carousel__indicator::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	background: #d8c9bc;
	border-radius: 50%;
	content: "";
	transform: translate(-50%, -50%);
}

.cllf-carousel__indicator[aria-current="true"]::after {
	background: #5b1309;
}

.cllf-team-directory {
	/* Every card carries a portrait-ratio tile, so rows line up when they stretch. */
	align-items: stretch;
	display: grid;
	gap: clamp(1rem, 3vw, 2rem);
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 12rem), 1fr));
}

.cllf-team-directory__count {
	color: #665750;
	font-size: .8rem;
	font-weight: 700;
	grid-column: 1 / -1;
	letter-spacing: .12em;
	line-height: 1;
	text-transform: uppercase;
}

.cllf-team-card {
	padding: 1rem;
	background: #fff;
	border: 1px solid #d8c9bc;
}

article.cllf-team-card.cllf-team-card--lead {
	background: #5b1309;
	border-color: #5b1309;
	color: #fbf8eb;
}

.cllf-team-card--lead h3,
.cllf-team-card--lead p {
	color: #fbf8eb;
}

.cllf-team-card--lead p {
	opacity: .85;
}

.cllf-event-spotlight {
	background: #fff;
	border: 1px solid #d8c9bc;
}

.cllf-event-spotlight__label {
	background: #5b1309;
	color: #fbf8eb;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1;
	margin: 0;
	padding: 1rem 1.25rem;
	text-transform: uppercase;
}

.cllf-event-spotlight .cllf-event-card {
	border: 0;
}

.cllf-team-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.cllf-newsletter {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
	gap: .75rem 1rem;
	align-items: end;
}

.cllf-newsletter label,
.cllf-newsletter input {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.cllf-newsletter input {
	min-height: 44px;
	padding: .5rem;
}

.cllf-newsletter__consent {
	grid-column: 1 / -1;
}

.cllf-newsletter__consent label {
	display: flex;
	gap: .5rem;
	align-items: flex-start;
}

.cllf-newsletter__consent input {
	width: auto;
	min-height: auto;
	margin-top: .3rem;
}

.cllf-newsletter__trap {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.cllf-newsletter__feedback {
	padding: .75rem 1rem;
	border-inline-start: 4px solid currentColor;
}

.cllf-newsletter__feedback.is-error {
	color: #8b1a1a;
}

.cllf-language-switcher ul {
	display: flex;
	gap: .75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cllf-language-switcher [aria-current="page"] {
	font-weight: 700;
	text-decoration-thickness: .2em;
}

.cllf-site-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cllf-site-navigation a[aria-current="page"] {
	font-weight: 700;
	text-decoration-thickness: .2em;
}

.cllf-site-navigation__toggle {
	display: none;
	min-width: 44px;
	min-height: 44px;
}

.cllf-carousel__track:focus-visible,
.cllf-carousel button:focus-visible,
.cllf-newsletter input:focus-visible,
.cllf-newsletter button:focus-visible,
.cllf-setting-link:focus-visible,
.cllf-language-switcher a:focus-visible,
.cllf-site-navigation a:focus-visible,
.cllf-site-navigation button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
	box-shadow: 0 0 0 6px #5b1309;
}

@media (max-width: 1100px) {
	.cllf-site-navigation--primary.is-enhanced .cllf-site-navigation__toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.cllf-site-navigation--primary.is-enhanced [data-cllf-nav-panel] {
		display: none;
	}

	.cllf-site-navigation--primary.is-enhanced .cllf-site-navigation__toggle[aria-expanded="true"] + [data-cllf-nav-panel] {
		display: block;
	}

	.cllf-site-navigation--primary ul {
		flex-direction: column;
		padding-block: .75rem;
	}
}

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