/**
 * Native YMC 3 adapter.
 *
 * This is the only theme stylesheet allowed to target plugin-owned markup.
 * The few important declarations below cross YMC's generated-variable and
 * responsive-column boundary; theme components remain important-free.
 */

.ymc-container {
	width: 100%;
	min-width: 0;
	max-width: none;
	color: var(--bhv-ink);
	font: inherit;
}

.ymc-container .preloader,
.ymc-extra-container .preloader,
.ymc-container .overlay,
.ymc-extra-container .overlay {
	display: none !important;
}

.js-ymc-container .post-card.bhv-ymc-content-enter {
	animation: bhv-ymc-content-enter 240ms ease-out both;
}

@keyframes bhv-ymc-content-enter {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.js-ymc-container .post-card.bhv-ymc-content-enter {
		animation: none;
	}
}

.ymc-container .filter-layout--top {
	gap: 16px;
	margin-bottom: 32px;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.ymc-filter-1028 .filter-layout--top {
	margin-bottom: 28px;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.bhv-filter-sidebar .ymc-container .filter-layout--top {
	margin: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.bhv-filter-sidebar .ymc-container .filter-title {
	display: block;
	width: 100%;
	margin: 0 0 var(--bhv-space-4);
	padding: 0;
	color: var(--bhv-muted);
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.2;
	text-align: left;
	text-transform: none;
}

.bhv-filter-sidebar .bhv-native-filter-sidebar .filter-default-inner {
	overflow: visible;
}

.bhv-filter-sidebar .bhv-native-filter-sidebar .filter-default-inner .filter-buttons {
	gap: 12px;
	width: 100%;
	min-width: 0;
	flex-wrap: wrap;
	align-items: flex-start;
}

.bhv-filter-sidebar .bhv-native-filter-sidebar .bhv-filter-group-title {
	flex: 0 0 100%;
	margin: 28px 0 10px;
	padding: 0;
	border: 0;
	color: var(--bhv-ink);
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.25;
	text-transform: uppercase;
}

.ymc-container .filter-default-inner {
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: 4px;
	scroll-padding-inline: var(--bhv-gutter);
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

.ymc-container .filter-default-inner .filter-buttons {
	flex-wrap: nowrap;
	gap: 8px;
	width: max-content;
	min-width: 100%;
	margin: 0;
}

.ymc-container .filter-default-inner .filter-buttons .filter-button {
	flex: 0 0 auto;
	min-width: 0;
	min-height: 44px;
	margin: 0;
	padding: 7px 13px;
	border: 1px solid var(--bhv-outline-variant);
	border-radius: var(--bhv-radius-pill);
	background: var(--bhv-surface-bright);
	color: var(--bhv-muted);
	font: 650 0.84rem/1.2 var(--bhv-font);
	letter-spacing: 0;
	text-transform: none;
}

.ymc-container .filter-default-inner .filter-buttons .filter-button:hover,
.ymc-container .filter-default-inner .filter-buttons .filter-button:focus-visible {
	border-color: var(--bhv-primary);
	background: var(--bhv-primary-container);
	color: var(--bhv-on-primary-container);
}

.ymc-container .filter-default-inner .filter-buttons .filter-button:is(
	.is-active,
	[aria-pressed="true"]
) {
	border-color: var(--bhv-primary);
	background: var(--bhv-primary);
	color: #ffffff;
	font-weight: 800;
}

.bhv-filter-sidebar .bhv-native-filter-sidebar .filter-default-inner .filter-button:not(:disabled, .is-disabled) {
	min-height: 44px;
	margin: 0;
	padding: 8px 15px;
	border: 1px solid var(--bhv-outline-variant);
	border-radius: var(--bhv-radius-pill);
	background: var(--bhv-surface-bright);
	color: var(--bhv-muted);
	cursor: pointer;
}

.bhv-filter-sidebar .bhv-native-filter-sidebar .filter-default-inner .filter-button:not(:disabled, .is-disabled):hover {
	border-color: var(--bhv-primary);
	background: var(--bhv-primary-container);
	color: var(--bhv-on-primary-container);
}

.bhv-filter-sidebar .bhv-native-filter-sidebar .filter-default-inner .filter-button:not(:disabled, .is-disabled):focus-visible {
	border-color: var(--bhv-primary);
	background: var(--bhv-primary-container);
	color: var(--bhv-on-primary-container);
	box-shadow: 0 0 0 2px var(--bhv-primary);
}

.bhv-filter-sidebar .bhv-native-filter-sidebar .filter-default-inner .filter-button:is(
	.is-active,
	[aria-pressed="true"]
) {
	border-color: var(--bhv-primary);
	background: var(--bhv-primary);
	color: #ffffff;
	font-weight: 800;
}

.bhv-filter-sidebar .bhv-native-filter-sidebar .filter-default-inner .filter-button:is(
	.is-active,
	[aria-pressed="true"]
):is(:hover, :focus-visible) {
	border-color: var(--bhv-primary);
	background: var(--bhv-primary);
	color: #ffffff;
}

.bhv-filter-sidebar .bhv-native-filter-sidebar .filter-default-inner .filter-button:disabled,
.bhv-filter-sidebar .bhv-native-filter-sidebar .filter-default-inner .filter-button.is-disabled {
	border-color: var(--bhv-outline-variant);
	background: transparent;
	color: var(--bhv-muted);
	cursor: not-allowed;
	opacity: 0.68;
}

.bhv-filter-sidebar .bhv-dataset-filter-sidebar .filter-button:disabled,
.bhv-filter-sidebar .bhv-dataset-filter-sidebar .filter-button.is-disabled {
	display: none;
}

.bhv-mobile-filter-trigger,
.bhv-mobile-filter-scrim,
.bhv-mobile-filter-sheet__header,
.bhv-mobile-filter-sheet__footer {
	display: none;
}

.bhv-mobile-filter-sheet__content {
	min-width: 0;
}

.ymc-container.ymc-filter-1028 .filter-buttons > :is(
	.bhv-filter-term--active,
	.bhv-filter-term--brain
) {
	position: relative;
	margin-left: 12px;
}

.ymc-container.ymc-filter-1028 .filter-buttons > :is(
	.bhv-filter-term--active,
	.bhv-filter-term--brain
)::before {
	position: absolute;
	top: 50%;
	left: -14px;
	width: 8px;
	height: 2px;
	border-radius: var(--bhv-radius-pill);
	background: var(--bhv-outline-variant);
	content: "";
	pointer-events: none;
	transform: translateY(-50%);
}

.ymc-container .filter-posts-search {
	width: 100%;
	min-width: 0;
}

.ymc-container .filter-posts-search .search-form {
	display: flex;
	width: 100%;
	max-width: none;
	height: 40px;
	margin: 0 0 16px;
	border-radius: var(--bhv-radius-pill);
	background: color-mix(in srgb, var(--bhv-primary-container) 58%, var(--bhv-surface));
	font-family: var(--bhv-font);
}

.ymc-container.ymc-filter-1711 .filter-posts-search .search-form {
	margin-bottom: 28px;
}

.ymc-container .filter-posts-search .search-form:focus-within {
	background: var(--bhv-primary-container);
}

.ymc-container .filter-posts-search .search-form .search-wrapper {
	flex: 1 1 auto;
	min-width: 0;
}

.ymc-container .filter-posts-search .search-form .search-field {
	height: 40px;
	min-height: 40px;
	margin: 0;
	padding: 0 20px;
	border: 0;
	border-radius: var(--bhv-radius-pill);
	background: transparent;
	color: var(--bhv-ink);
	font: 400 0.9rem/1.2 var(--bhv-font);
	box-shadow: none;
}

.ymc-container .filter-posts-search .search-form .search-field:focus {
	background: var(--bhv-primary-container);
}

.ymc-container .filter-posts-search .search-form .search-field::-webkit-search-cancel-button {
	cursor: pointer;
}

.ymc-container .filter-posts-search .search-form :is(.clear-button, .js-clear-button) {
	display: none !important;
}

.ymc-container .filter-posts-search .search-form > .button {
	flex: 0 0 86.5px;
	width: 86.5px;
	height: 40px;
	min-height: 40px;
	padding: 0 15px;
	border: 0;
	border-radius: var(--bhv-radius-pill);
	background: var(--bhv-primary);
	color: #ffffff;
	font: 650 0.88rem/1 var(--bhv-font);
}

.ymc-container .filter-posts-search .search-form > .button:hover {
	background: var(--bhv-primary-hover);
	color: #ffffff;
	opacity: 1;
}

.ymc-container .total-results-found:empty {
	display: none;
}

.ymc-container .total-results-found:not(:empty) {
	margin: 0 0 18px;
	color: var(--bhv-muted);
	font-size: 0.84rem;
	font-weight: 650;
}

.ymc-container .filter-content .posts-grid {
	display: grid;
	gap: 18px !important;
	align-items: stretch;
}

.ymc-container .filter-content .post-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.ymc-container .filter-content .post-card > :where(.bhv-project-card, .bhv-news-card, .bhv-person-card, .bhv-dataset-card, .bhv-research-project-chip, .bhv-publication-result, .bhv-home-publication, .bhv-vacancy) {
	width: 100%;
}

.ymc-filter-1274 .posts-grid,
.ymc-filter-2080 .posts-grid,
.ymc-filter-2143 .posts-grid,
.ymc-filter-2144 .posts-grid,
.ymc-filter-2145 .posts-grid,
.ymc-filter-2736 .posts-grid {
	grid-template-columns: minmax(0, 1fr) !important;
}

.ymc-container.ymc-filter-2736 .posts-grid {
	width: min(100%, 1080px);
	margin-inline: auto;
}

.ymc-container.ymc-filter-1274 .filter-content .posts-grid {
	gap: 8px !important;
}

.ymc-container.ymc-filter-1274 .bhv-publication__code {
	color: var(--bhv-ink);
}

.ymc-container.ymc-filter-1274 .filter-content .post-card:first-child .bhv-publication-year {
	margin-top: 0;
	padding-bottom: 4px;
}

.ymc-container.ymc-filter-1274 .filter-content .post-card:first-child .bhv-publication-year + .bhv-publication--full {
	padding-top: 12px;
}

.ymc-container.ymc-filter-2736 .filter-content .posts-grid {
	min-height: 0;
}

.ymc-container.ymc-filter-2736 .filter-content .post-card {
	padding: 10px;
}

.ymc-container.ymc-filter-1921 .filter-content .posts-grid,
.ymc-container.ymc-filter-2024 .filter-content .posts-grid,
.ymc-container.ymc-filter-2025 .filter-content .posts-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 18px !important;
	min-height: 0;
}

.bhv-research-area :is(
	.ymc-filter-2143,
	.ymc-filter-2144,
	.ymc-filter-2145
) .filter-content {
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.bhv-research-area :is(
	.ymc-filter-1921,
	.ymc-filter-2024,
	.ymc-filter-2025
) .post-card {
	align-self: start;
	height: auto !important;
	background: transparent !important;
}

.bhv-research-area :is(
	.ymc-filter-1921,
	.ymc-filter-2024,
	.ymc-filter-2025
) .bhv-research-project-chip {
	background: var(--bhv-surface-container-low);
	box-shadow: none;
}

.bhv-research-area :is(
	.ymc-filter-1921,
	.ymc-filter-2024,
	.ymc-filter-2025
) .bhv-research-project-chip:is(:hover, :focus-visible) {
	background: var(--bhv-primary-container);
	box-shadow: none;
}

.bhv-research-area :is(
	.ymc-filter-1921,
	.ymc-filter-2024,
	.ymc-filter-2025
) .bhv-research-project-chip .bhv-person-project-chip__media img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: 0;
	object-fit: contain;
}

.bhv-research-area :is(
	.ymc-filter-1921,
	.ymc-filter-2024,
	.ymc-filter-2025
) .bhv-project-card__media {
	height: 174px;
	padding: 22px;
}

.ymc-container.ymc-filter-2171 .filter-content .posts-grid {
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 24px !important;
}

.ymc-filter-1274 .filter-content,
.ymc-filter-2080 .filter-content {
	padding: clamp(22px, 3vw, 32px);
	border-radius: 4px;
	background: var(--bhv-card-surface);
	box-shadow: var(--bhv-shadow-card);
}

.ymc-container .filter-content .pagination {
	gap: 8px;
	margin-top: 32px;
}

.ymc-container .filter-content :is(.pagination-load-more, .bhv-directory-fallback-pagination) {
	display: flex;
	width: 100%;
	grid-column: 1 / -1;
	justify-content: center;
}

.ymc-container .filter-content .pagination__item .page-numbers,
.ymc-container .filter-content .pagination .button,
.ymc-container .filter-content .bhv-directory-load-more {
	display: inline-flex;
	min-width: 44px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border: 1px solid var(--bhv-outline-variant);
	border-radius: var(--bhv-radius-pill);
	background: var(--bhv-surface-bright);
	color: var(--bhv-primary-hover);
	font: 650 0.86rem/1 var(--bhv-font);
	text-decoration: none;
}

.ymc-container .filter-content .pagination__item .page-numbers.current,
.ymc-container .filter-content .pagination .button:hover,
.ymc-container .filter-content .bhv-directory-load-more:hover {
	border-color: var(--bhv-primary);
	background: var(--bhv-primary-container);
	color: var(--bhv-on-primary-container);
}

.ymc-container .filter-content :is(.pagination-load-more, .bhv-directory-fallback-pagination) :is(.js-btn-load-more, .bhv-directory-load-more) {
	position: relative;
	width: 128px;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
	transition:
		width 240ms cubic-bezier(0.2, 0, 0, 1),
		border-color 180ms ease,
		background-color 180ms ease;
}

.ymc-container .filter-content :is(.pagination-load-more, .bhv-directory-fallback-pagination) :is(.js-btn-load-more, .bhv-directory-load-more) :is(i, .button__text) {
	transition:
		opacity 120ms ease,
		transform 180ms cubic-bezier(0.2, 0, 0, 1);
}

.ymc-container .filter-content :is(.pagination-load-more, .bhv-directory-fallback-pagination) :is(.js-btn-load-more, .bhv-directory-load-more).button--loading {
	width: 44px;
	min-width: 44px;
	padding: 0;
	border: 0;
	background: var(--bhv-surface-bright);
	color: transparent;
	opacity: 1;
}

.ymc-container .filter-content :is(.pagination-load-more, .bhv-directory-fallback-pagination) :is(.js-btn-load-more, .bhv-directory-load-more).button--loading:hover {
	border: 0;
	background: var(--bhv-surface-bright);
}

.ymc-container .filter-content :is(.pagination-load-more, .bhv-directory-fallback-pagination) :is(.js-btn-load-more, .bhv-directory-load-more).button--loading :is(i, .button__text) {
	opacity: 0;
	transform: scale(0.72);
}

.ymc-container .filter-content :is(.pagination-load-more, .bhv-directory-fallback-pagination) :is(.js-btn-load-more, .bhv-directory-load-more).button--loading::after {
	position: absolute;
	inset: 2px;
	display: block;
	background: url("../assets/images/m3-expressive-loader.svg") center / 40px no-repeat;
	content: "";
}

@media (prefers-reduced-motion: reduce) {
	.ymc-container .filter-content :is(.pagination-load-more, .bhv-directory-fallback-pagination) :is(.js-btn-load-more, .bhv-directory-load-more) {
		transition: none;
	}

	.ymc-container .filter-content :is(.pagination-load-more, .bhv-directory-fallback-pagination) :is(.js-btn-load-more, .bhv-directory-load-more).button--loading::after {
		inset: 11px;
		border-radius: 50%;
		background: var(--bhv-primary);
	}
}

.ymc-container .posts-no-found {
	padding: 24px;
	border-radius: 4px;
	background: var(--bhv-surface-container-low);
	color: var(--bhv-muted);
	text-align: center;
}

/* Homepage editorial feeds */

body.bhv-front-page :is(
	.ymc-filter-2074,
	.ymc-filter-2080,
	.ymc-filter-2097
) .filter-content {
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ymc-container.ymc-filter-1711 .filter-content .post-card {
	background: transparent !important;
}

body.bhv-front-page :is(
	.ymc-filter-2074,
	.ymc-filter-2080,
	.ymc-filter-2097
) .filter-content .post-card {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.bhv-front-page .ymc-filter-2074 .filter-content {
	min-height: 700px;
}

body.bhv-front-page .ymc-filter-2097 .filter-content {
	min-height: 571px;
}

body.bhv-front-page .ymc-filter-2080 .filter-content {
	min-height: 366px;
}

body.bhv-front-page :is(
	.ymc-filter-2074,
	.ymc-filter-2080,
	.ymc-filter-2097
) .filter-content:has(.posts-no-found) {
	min-height: 0;
}

body.bhv-front-page .ymc-filter-2074 .filter-content .posts-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 20px !important;
}

body.bhv-front-page .ymc-filter-2074 .filter-content .post-card {
	height: auto !important;
}

body.bhv-front-page .ymc-filter-2074 .filter-content .post-card:first-child {
	grid-column: 1 / -1;
}

body.bhv-front-page .ymc-filter-2074 .post-card:first-child .bhv-project-card__media {
	height: 264px;
}

body.bhv-front-page .ymc-filter-2074 .post-card:first-child .bhv-project-card__title {
	margin-top: 24px;
	font-size: clamp(1.55rem, 2.3vw, 2.05rem);
	line-height: 1.14;
}

body.bhv-front-page .ymc-filter-2074 .post-card:not(:first-child) .bhv-project-card--homepage {
	display: grid;
	grid-template-columns: 146px minmax(0, 1fr);
	grid-template-rows: auto auto 1fr auto;
	min-height: 220px;
}

body.bhv-front-page .ymc-filter-2074 .post-card:not(:first-child) .bhv-project-card__media {
	grid-column: 1;
	grid-row: 1 / 5;
	height: 100%;
	min-height: 220px;
	padding: 18px;
}

body.bhv-front-page .ymc-filter-2074 .post-card:not(:first-child) .bhv-project-card__title {
	grid-column: 2;
	grid-row: 1;
	margin: 22px 76px 7px 20px;
	font-size: 1.08rem;
	line-height: 1.24;
}

body.bhv-front-page .ymc-filter-2074 .post-card:not(:first-child) .bhv-project-card__topics {
	grid-column: 2;
	grid-row: 2;
	padding: 0 18px 0 20px;
}

body.bhv-front-page .ymc-filter-2074 .post-card:not(:first-child) :is(
	.bhv-project-card__subtitle,
	.bhv-project-card__facts,
	.bhv-project-card__summary-label
) {
	display: none;
}

body.bhv-front-page .ymc-filter-2074 .post-card:not(:first-child) .bhv-project-card__summary {
	grid-column: 2;
	grid-row: 3;
	margin: 10px 20px 12px;
	font-size: 0.86rem;
	-webkit-line-clamp: 2;
}

body.bhv-front-page .ymc-filter-2074 .post-card:not(:first-child) .bhv-project-card__actions {
	grid-column: 2;
	grid-row: 4;
	padding: 0 14px 14px 18px;
}

body.bhv-front-page .ymc-filter-2074 .post-card:not(:first-child) .bhv-project-card__actions a[target="_blank"] {
	display: none;
}

body.bhv-front-page .ymc-filter-2097 .filter-content .posts-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 20px !important;
}

body.bhv-front-page .ymc-filter-2097 .filter-content .post-card:first-child {
	grid-column: 1 / -1;
}

body.bhv-front-page .ymc-filter-2097 .post-card:first-child .bhv-news-card__media {
	height: 270px;
}

body.bhv-front-page .ymc-filter-2097 .post-card:first-child .bhv-news-card__title {
	font-size: clamp(1.55rem, 2.3vw, 2.05rem);
	line-height: 1.14;
}

body.bhv-front-page .ymc-filter-2097 .post-card:first-child .bhv-news-card__title a {
	display: block;
	overflow: visible;
	-webkit-line-clamp: unset;
}

body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-news-card__footer {
	gap: 8px;
	margin: auto 20px 18px;
}

body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-author {
	font-size: 0.78rem;
}

body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) :is(
	.bhv-author__avatar,
	.bhv-author__avatar img
) {
	width: 26px;
	height: 26px;
}

body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-news-card__summary {
	min-height: 0;
	-webkit-line-clamp: 2;
}

body.bhv-front-page .ymc-filter-2080 .filter-content .posts-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 20px !important;
}

body.bhv-front-page .ymc-filter-2080 .filter-content .post-card {
	height: auto !important;
}

@media (min-width: 1180px) {
	body.bhv-front-page .ymc-filter-2074 .filter-content .posts-grid {
		grid-template-columns: minmax(0, 1.16fr) minmax(370px, 0.84fr) !important;
		grid-template-rows: repeat(3, minmax(0, 1fr));
	}

	body.bhv-front-page .ymc-filter-2074 .filter-content .post-card:first-child {
		grid-column: 1;
		grid-row: 1 / 4;
	}

	body.bhv-front-page .ymc-filter-2097 .filter-content .posts-grid {
		grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr) !important;
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

	body.bhv-front-page .ymc-filter-2097 .filter-content .post-card:first-child {
		grid-column: 1;
		grid-row: 1 / 3;
	}

	body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-news-card--homepage {
		display: grid;
		grid-template-columns: 142px minmax(0, 1fr);
		grid-template-rows: minmax(0, 1fr) auto;
		min-height: 0;
	}

	body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-news-card__media {
		grid-column: 1;
		grid-row: 1 / 3;
		height: 100%;
		min-height: 0;
	}

	body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-news-card__body {
		grid-column: 2;
		grid-row: 1;
		min-width: 0;
		padding-bottom: 0;
	}

	body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-news-card__title {
		margin: 24px 72px 8px 20px;
		font-size: 1.08rem;
		line-height: 1.24;
	}

	body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-news-card__date {
		margin-inline: 20px;
	}

	body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-news-card__summary {
		display: -webkit-box;
		margin: 6px 20px 10px;
		font-size: 0.82rem;
		line-height: 1.42;
		-webkit-line-clamp: 2;
	}

	body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-news-card__footer {
		grid-column: 2;
		grid-row: 2;
		margin: 0 20px 16px;
	}

	body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-news-card__tags {
		max-height: 28px;
	}
}

@media (max-width: 1023px) {
	body.bhv-front-page .ymc-filter-2074 .filter-content {
		min-height: 960px;
	}

	body.bhv-front-page .ymc-filter-2097 .filter-content {
		min-height: 930px;
	}

	body.bhv-front-page .ymc-filter-2080 .filter-content {
		min-height: 730px;
	}

	body.bhv-front-page .ymc-filter-2080 .filter-content .posts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.bhv-front-page .ymc-filter-2080 .filter-content .post-card:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	body.bhv-front-page .ymc-filter-2074 .filter-content {
		min-height: 1050px;
	}

	body.bhv-front-page .ymc-filter-2097 .filter-content {
		min-height: 1050px;
	}

	body.bhv-front-page .ymc-filter-2080 .filter-content {
		min-height: 1100px;
	}

	body.bhv-front-page :is(
		.ymc-filter-2074,
		.ymc-filter-2080,
		.ymc-filter-2097
	) .filter-content .posts-grid {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 16px !important;
	}

	body.bhv-front-page :is(
		.ymc-filter-2074,
		.ymc-filter-2080,
		.ymc-filter-2097
	) .filter-content .post-card {
		grid-column: auto !important;
	}

	body.bhv-front-page .ymc-filter-2074 .post-card:first-child .bhv-project-card__media,
	body.bhv-front-page .ymc-filter-2097 .post-card:first-child .bhv-news-card__media {
		height: 210px;
	}

	body.bhv-front-page .ymc-filter-2074 .post-card:not(:first-child) .bhv-project-card--homepage {
		grid-template-columns: 112px minmax(0, 1fr);
		min-height: 236px;
	}

	body.bhv-front-page .ymc-filter-2074 .post-card:not(:first-child) .bhv-project-card__media {
		min-height: 236px;
		padding: 14px;
	}

	body.bhv-front-page .ymc-filter-2074 .post-card:not(:first-child) .bhv-project-card__title {
		margin: 18px 54px 6px 16px;
		font-size: 1rem;
	}

	body.bhv-front-page .ymc-filter-2074 .post-card:not(:first-child) .bhv-project-card__topics {
		padding-left: 16px;
	}

	body.bhv-front-page .ymc-filter-2074 .post-card:not(:first-child) .bhv-project-card__summary {
		display: -webkit-box;
		margin: 8px 16px 10px;
		font-size: 0.82rem;
		line-height: 1.42;
		-webkit-line-clamp: 3;
	}

	body.bhv-front-page .ymc-filter-2074 .post-card:not(:first-child) .bhv-project-card__actions {
		grid-row: 4;
		align-self: end;
		padding: 0 10px 12px 14px;
	}

	body.bhv-front-page .ymc-filter-2074 .post-card:not(:first-child) .bhv-project-card__actions .bhv-button {
		min-height: 40px;
		padding-inline: 12px;
	}

	body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-news-card--homepage {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		grid-template-rows: minmax(0, 1fr) auto;
		min-height: 224px;
	}

	body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-news-card__media {
		grid-column: 1;
		grid-row: 1 / 3;
		height: 100%;
		min-height: 224px;
	}

	body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-news-card__body {
		grid-column: 2;
		grid-row: 1;
		padding-bottom: 8px;
	}

	body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-news-card__title {
		margin: 18px 16px 6px;
		font-size: 1.02rem;
	}

	body.bhv-front-page .ymc-filter-2097 .bhv-news-card__meta {
		flex-wrap: wrap;
		gap: 6px 8px;
		align-items: center;
		margin: 0 16px 8px;
	}

	body.bhv-front-page .ymc-filter-2097 .bhv-news-card__categories {
		position: static;
		flex-wrap: wrap;
	}

	body.bhv-front-page .ymc-filter-2097 .bhv-news-card__meta-separator {
		display: inline-block;
		color: var(--bhv-outline);
		font-size: 0.65rem;
		line-height: 1;
	}

	body.bhv-front-page .ymc-filter-2097 .bhv-news-card__date {
		margin: 0;
	}

	body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-news-card__summary {
		display: -webkit-box;
		margin: 4px 16px 8px;
		font-size: 0.8rem;
		-webkit-line-clamp: 2;
	}

	body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-news-card__footer {
		grid-column: 2;
		grid-row: 2;
		gap: 7px;
		margin: 0 16px 12px;
	}

	body.bhv-front-page .ymc-filter-2097 .post-card:not(:first-child) .bhv-news-card__tags {
		max-height: 27px;
	}
}

/* Minimal Material 3 Expressive collection composition */

body:is(
	.bhv-page-projects,
	.bhv-page-publications,
	.bhv-page-datasets,
	.bhv-page-team,
	.bhv-page-news,
	.bhv-page-join
) .ymc-container .filter-layout--top {
	margin-bottom: clamp(28px, 4vw, 42px);
}

body:is(
	.bhv-page-projects,
	.bhv-page-publications,
	.bhv-page-datasets,
	.bhv-page-team,
	.bhv-page-news,
	.bhv-page-join
) .ymc-container .filter-posts-search .search-form {
	height: 48px;
	margin-bottom: 18px;
	background: color-mix(in srgb, var(--bhv-primary-container) 54%, var(--bhv-surface));
}

body:is(
	.bhv-page-projects,
	.bhv-page-publications,
	.bhv-page-datasets,
	.bhv-page-team,
	.bhv-page-news,
	.bhv-page-join
) .ymc-container .filter-posts-search .search-form .search-field,
body:is(
	.bhv-page-projects,
	.bhv-page-publications,
	.bhv-page-datasets,
	.bhv-page-team,
	.bhv-page-news,
	.bhv-page-join
) .ymc-container .filter-posts-search .search-form > .button {
	height: 48px;
	min-height: 48px;
}

body:is(
	.bhv-page-projects,
	.bhv-page-publications,
	.bhv-page-datasets,
	.bhv-page-team,
	.bhv-page-news,
	.bhv-page-join
) .ymc-container .filter-default-inner .filter-buttons .filter-button {
	min-height: 44px;
	padding: 9px 16px;
	background: transparent;
}

body:is(
	.bhv-page-projects,
	.bhv-page-publications,
	.bhv-page-datasets,
	.bhv-page-team,
	.bhv-page-news,
	.bhv-page-join
) .ymc-container .filter-default-inner .filter-buttons .filter-button:is(
	.is-active,
	[aria-pressed="true"]
) {
	border-color: var(--bhv-primary);
	background: var(--bhv-primary);
	color: #ffffff;
	font-weight: 800;
}

body.bhv-page-projects .ymc-container.ymc-filter-1028 .filter-content .posts-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 22px !important;
}

body.bhv-page-projects .ymc-filter-1028 .bhv-project-card {
	border-radius: 28px;
	box-shadow: var(--bhv-shadow-card);
}

body.bhv-page-projects .ymc-filter-1028 .filter-content .post-card {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.bhv-page-projects .ymc-filter-1028 :is(
	.bhv-project-card__media,
	.bhv-project-card__media img
) {
	background: #ffffff;
}

body.bhv-page-projects .ymc-filter-1028 .bhv-project-card__actions {
	padding: 0 22px 22px;
}

body.bhv-page-team .ymc-filter-1711 .bhv-person-card,
body.bhv-page-datasets .ymc-filter-2171 .bhv-dataset-card,
body.bhv-page-news .ymc-filter-2146 .bhv-news-card {
	border-radius: 28px;
	box-shadow: var(--bhv-shadow-card);
}

body:is(.bhv-page-team, .bhv-page-datasets, .bhv-page-news) .ymc-container .filter-content .post-card {
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.bhv-page-team .bhv-person-group-title {
	background: transparent !important;
	box-shadow: none !important;
}

body.bhv-page-datasets .ymc-container.ymc-filter-2171 .filter-content .posts-grid,
body.bhv-page-news .ymc-container.ymc-filter-2146 .filter-content .posts-grid {
	gap: 22px !important;
}

@media (min-width: 1180px) {
	body.bhv-page-projects .ymc-filter-1028 .bhv-project-card__media {
		height: 180px;
		padding: 24px;
	}
}

body.bhv-page-publications .ymc-filter-1274 .filter-content,
body.bhv-page-publications .bhv-filter-sidebar {
	border: 0;
	border-radius: 28px;
	background: var(--bhv-card-surface);
	box-shadow: var(--bhv-shadow-card);
}

body.bhv-page-datasets .bhv-filter-sidebar {
	border: 0;
	border-radius: 28px;
	background: var(--bhv-card-surface);
	box-shadow: var(--bhv-shadow-card);
}

body.bhv-page-publications .ymc-filter-1274 .filter-content {
	padding: clamp(24px, 4vw, 38px);
}

body:is(.bhv-page-publications, .bhv-page-datasets) .bhv-filter-sidebar .bhv-widget__title {
	margin-bottom: 26px;
	color: var(--bhv-ink);
	font-size: 1.5rem;
	font-weight: 750;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

body.bhv-page-publications .ymc-container.ymc-filter-1274 .filter-content .post-card {
	background: transparent !important;
}

@media (max-width: 1179px) {
	body.bhv-page-projects .ymc-container.ymc-filter-1028 .filter-content .posts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1279px) {
	.ymc-container.ymc-filter-1921 .filter-content .posts-grid,
	.ymc-container.ymc-filter-2024 .filter-content .posts-grid,
	.ymc-container.ymc-filter-2025 .filter-content .posts-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1023px) {
	body:is(.bhv-page-publications, .bhv-page-datasets) .bhv-sidebar-layout__sidebar {
		order: -1;
	}

	body:is(.bhv-page-publications, .bhv-page-datasets) .bhv-filter-sidebar {
		position: static;
	}

	body.bhv-filter-sheet-ready:is(.bhv-page-publications, .bhv-page-datasets) .bhv-site-nav .bhv-mobile-filter-trigger {
		position: relative;
		display: inline-grid;
		width: 2.75rem;
		height: 2.75rem;
		padding: 0;
		flex: 0 0 2.75rem;
		place-items: center;
		border: 0;
		border-radius: 50%;
		background: rgb(255 255 255 / 70%);
		color: var(--bhv-ink);
		cursor: pointer;
	}

	body.bhv-filter-sheet-ready:is(.bhv-page-publications, .bhv-page-datasets) .bhv-site-nav .bhv-mobile-filter-trigger:is(:hover, :focus-visible) {
		background: var(--bhv-primary-container);
		color: var(--bhv-on-primary-container);
	}

	.bhv-site-nav .bhv-mobile-filter-trigger > i {
		font-size: 0.95rem;
	}

	.bhv-site-nav .bhv-mobile-filter-trigger__count:not([hidden]) {
		position: absolute;
		top: 1px;
		right: 1px;
		display: grid;
		min-width: 18px;
		height: 18px;
		padding-inline: 4px;
		place-items: center;
		border: 2px solid var(--bhv-surface-bright);
		border-radius: var(--bhv-radius-pill);
		background: var(--bhv-primary);
		color: #ffffff;
		font-size: 0.62rem;
		font-weight: 800;
		line-height: 1;
	}

	body.bhv-filter-sheet-ready:is(.bhv-page-publications, .bhv-page-datasets) .bhv-sidebar-layout__sidebar {
		display: none;
	}

	body.bhv-filter-sheet-ready:is(.bhv-page-publications, .bhv-page-datasets) .bhv-filter-sidebar {
		position: fixed;
		z-index: 1004;
		top: auto;
		right: 0;
		bottom: -24px;
		left: 0;
		display: flex;
		width: 100%;
		max-width: none;
		height: fit-content;
		min-height: 0;
		max-height: calc(82dvh + 16px);
		padding: 0 0 24px;
		flex-direction: column;
		overflow: hidden;
		border-radius: 28px 28px 0 0;
		background: var(--bhv-surface-bright);
		box-shadow: var(--bhv-shadow-overlay);
		opacity: 0;
		transform: translateY(105%);
		visibility: hidden;
	}

	body.bhv-filter-sheet-animated:is(.bhv-page-publications, .bhv-page-datasets) .bhv-filter-sidebar {
		transition:
			transform 260ms cubic-bezier(0.2, 0, 0, 1),
			opacity 180ms ease,
			visibility 260ms;
	}

	body.bhv-filter-sheet-open:is(.bhv-page-publications, .bhv-page-datasets) .bhv-filter-sidebar {
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}

	body.bhv-filter-sheet-ready:is(.bhv-page-publications, .bhv-page-datasets) .bhv-mobile-filter-scrim {
		position: fixed;
		z-index: 1003;
		inset: 0;
		display: block;
		border: 0;
		background: rgb(17 27 43 / 45%);
		opacity: 0;
		pointer-events: none;
	}

	body.bhv-filter-sheet-animated:is(.bhv-page-publications, .bhv-page-datasets) .bhv-mobile-filter-scrim {
		transition: opacity 220ms ease;
	}

	body.bhv-filter-sheet-open:is(.bhv-page-publications, .bhv-page-datasets) .bhv-mobile-filter-scrim {
		opacity: 1;
		pointer-events: auto;
	}

	.bhv-filter-sheet-open {
		overflow: hidden;
	}

	.bhv-mobile-filter-sheet__header {
		position: relative;
		display: flex;
		min-height: 56px;
		flex: 0 0 auto;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding: 18px 16px 8px 24px;
	}

	.bhv-mobile-filter-sheet__handle {
		position: absolute;
		top: 8px;
		left: 50%;
		width: 32px;
		height: 4px;
		border-radius: var(--bhv-radius-pill);
		background: var(--bhv-outline-variant);
		transform: translateX(-50%);
	}

	.bhv-mobile-filter-sheet__title {
		min-width: 0;
		margin: 0;
		color: var(--bhv-ink);
		font-size: 1.35rem;
		font-weight: 750;
		letter-spacing: -0.02em;
		line-height: 1.2;
	}

	.bhv-mobile-filter-close {
		display: inline-grid;
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
		padding: 0;
		flex: 0 0 44px;
		place-items: center;
		border: 0;
		border-radius: 50%;
		background: var(--bhv-primary-container);
		color: var(--bhv-on-primary-container);
		cursor: pointer;
	}

	.bhv-mobile-filter-sheet__content {
		flex: 0 1 auto;
		min-height: 0;
		padding: 0 clamp(20px, 6vw, 32px) 20px;
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.bhv-mobile-filter-sheet__content > .bhv-native-filter-sidebar,
	.bhv-mobile-filter-sheet__content > .bhv-native-filter-sidebar > .filter-section {
		height: auto;
		min-height: 0;
	}

	body.bhv-filter-sheet-ready:is(.bhv-page-publications, .bhv-page-datasets) .bhv-mobile-filter-sheet__content .bhv-widget__title {
		display: none;
	}

	.bhv-mobile-filter-sheet__footer {
		display: block;
		padding: 14px clamp(20px, 6vw, 32px) calc(14px + env(safe-area-inset-bottom));
		flex: 0 0 auto;
		border-top: 0;
		background: var(--bhv-surface-bright);
	}

	body.bhv-page-datasets .bhv-mobile-filter-sheet__header {
		min-height: 60px;
		padding: 14px 16px 4px 22px;
	}

	body.bhv-page-datasets .bhv-mobile-filter-sheet__content {
		padding-bottom: 12px;
	}

	body.bhv-page-datasets .bhv-mobile-filter-sheet__content .bhv-filter-group-title {
		margin-top: 16px;
		margin-bottom: 8px;
	}

	body.bhv-page-datasets .bhv-mobile-filter-sheet__footer {
		padding-top: 10px;
		padding-bottom: calc(10px + env(safe-area-inset-bottom));
	}

	.bhv-mobile-filter-done {
		display: inline-flex;
		width: 100%;
		min-height: 52px;
		align-items: center;
		justify-content: center;
		padding: 10px 22px;
		border: 0;
		border-radius: var(--bhv-radius-pill);
		background: var(--bhv-primary);
		color: #ffffff;
		font: 750 0.95rem/1.2 var(--bhv-font);
		cursor: pointer;
	}

	.ymc-container.ymc-filter-1921 .filter-content .posts-grid,
	.ymc-container.ymc-filter-2024 .filter-content .posts-grid,
	.ymc-container.ymc-filter-2025 .filter-content .posts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	.ymc-container .filter-default {
		position: relative;
		--bhv-pill-overflow-surface: var(--bhv-surface);
		--bhv-pill-overflow-bottom: 4px;
	}

	.ymc-container .filter-default-inner {
		scrollbar-width: none;
	}

	.ymc-container .filter-default-inner::-webkit-scrollbar {
		display: none;
	}

	.ymc-container .filter-layout--top {
		margin-bottom: 24px;
		padding: 0;
	}

	.ymc-filter-1028 .filter-layout--top {
		padding: 0;
	}

	.ymc-container .filter-content .posts-grid,
	.ymc-container.ymc-filter-1921 .filter-content .posts-grid,
	.ymc-container.ymc-filter-2024 .filter-content .posts-grid,
	.ymc-container.ymc-filter-2025 .filter-content .posts-grid,
	.ymc-container.ymc-filter-2171 .filter-content .posts-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.bhv-page-projects .ymc-container.ymc-filter-1028 .filter-content .posts-grid {
		grid-template-columns: minmax(0, 1fr) !important;
	}

}
