.exhibz-team-shell {
	--exhibz-slider-accent: #10ac55;
	--exhibz-slider-surface: #fff;
	--exhibz-slider-text: #35433b;
	position: relative;
}

.exhibz-team-grid {
	--exhibz-team-column-gap: 54px;
	--exhibz-mobile-slide-width: 82%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 46px;
	width: auto;
	margin-right: calc(var(--exhibz-team-column-gap) / -2);
	margin-left: calc(var(--exhibz-team-column-gap) / -2);
}

.exhibz-team-card {
	display: flex;
	flex: 0 0 20%;
	flex-direction: column;
	align-items: center;
	max-width: 20%;
	min-width: 0;
	padding-right: calc(var(--exhibz-team-column-gap) / 2);
	padding-left: calc(var(--exhibz-team-column-gap) / 2);
	box-sizing: border-box;
	text-align: center;
}

.exhibz-team-photo {
	width: 162px;
	height: auto;
	aspect-ratio: 1 / 1;
	max-width: 100%;
	margin-bottom: 14px;
	overflow: hidden;
	border: 5px solid #10ac55;
	border-radius: 50%;
	background: #f2f2f2;
	box-sizing: border-box;
}

.exhibz-team-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.exhibz-team-name {
	max-width: 180px;
	margin: 0 0 10px;
	color: #3f3f3f;
	font-family: inherit;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.03;
	text-wrap: balance;
}

.exhibz-team-link {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #dff5e7;
	color: #09a64e;
	font-family: inherit;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

a.exhibz-team-link:hover,
a.exhibz-team-link:focus-visible,
button.exhibz-team-link:hover,
button.exhibz-team-link:focus-visible {
	background: #09a64e;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

a.exhibz-team-link:focus-visible,
button.exhibz-team-link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.exhibz-team-link--disabled {
	cursor: default;
}

.exhibz-team-modal-trigger {
	font: inherit;
}

.exhibz-team-bio-source[hidden],
.exhibz-team-designation-source[hidden] {
	display: none !important;
}

.exhibz-team-link-icon {
	display: block;
	width: 5px;
	height: 8px;
	flex: 0 0 auto;
}

.exhibz-team-divider {
	display: block;
	width: 23px;
	height: 3px;
	margin-top: 15px;
	border-radius: 999px;
	background: #b7b7b7;
}

.exhibz-team-mobile-nav {
	display: none;
}
.exhibz-team-designation {
	max-width: 200px;
	margin: -6px 0 12px;
	color: #159f55;
	font-family: inherit;
	font-size: 13px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	text-wrap: balance;
}
@media (max-width: 1024px) {
	.exhibz-team-grid {
		--exhibz-team-column-gap: 32px;
	}

	.exhibz-team-card {
		flex-basis: 33.333333%;
		max-width: 33.333333%;
	}
}

@media (max-width: 767px) {
	.exhibz-team-grid {
		--exhibz-team-column-gap: 18px;
		row-gap: 36px;
	}

	.exhibz-team-card {
		flex-basis: 50%;
		max-width: 50%;
	}

	.exhibz-team-grid--mobile-slider {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		padding: 2px 0 14px;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-inline: contain;
		scroll-behavior: smooth;
		scroll-padding-inline: calc((100% - var(--exhibz-mobile-slide-width)) / 2);
		scroll-snap-type: inline mandatory;
		-webkit-overflow-scrolling: touch;
		box-sizing: border-box;
		scrollbar-width: thin;
		scrollbar-color: #b7b7b7 transparent;
	}

	.exhibz-team-grid--mobile-slider::before,
	.exhibz-team-grid--mobile-slider::after {
		content: '';
		flex: 0 0 calc((100% - var(--exhibz-mobile-slide-width)) / 2);
		pointer-events: none;
	}

	.exhibz-team-grid--mobile-slider .exhibz-team-card {
		flex-basis: var(--exhibz-mobile-slide-width) !important;
		max-width: var(--exhibz-mobile-slide-width) !important;
		padding-right: calc(var(--exhibz-team-column-gap) / 2);
		padding-left: calc(var(--exhibz-team-column-gap) / 2);
		scroll-snap-align: center;
		scroll-snap-stop: normal;
	}

	.exhibz-team-grid--mobile-slider::-webkit-scrollbar {
		height: 4px;
	}

	.exhibz-team-grid--mobile-slider::-webkit-scrollbar-track {
		background: transparent;
	}

	.exhibz-team-grid--mobile-slider::-webkit-scrollbar-thumb {
		border-radius: 999px;
		background: #b7b7b7;
	}

	.exhibz-team-mobile-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		width: fit-content;
		max-width: calc(100% - 28px);
		margin: 8px auto 0;
		padding: 7px;
		border: 1px solid rgba(16, 172, 85, .16);
		border-radius: 999px;
		background: var(--exhibz-slider-surface);
		box-shadow: 0 10px 30px rgba(17, 49, 31, .10), 0 2px 8px rgba(17, 49, 31, .06);
		color: var(--exhibz-slider-text);
		box-sizing: border-box;
	}

	.exhibz-team-mobile-nav__button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 34px;
		height: 34px;
		min-width: 34px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: rgba(16, 172, 85, .10);
		color: var(--exhibz-slider-accent);
		font: inherit;
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
		transition: color .2s ease, background-color .2s ease, transform .2s ease;
	}

	.exhibz-team-mobile-nav__button svg {
		display: block;
		width: 18px;
		height: 18px;
	}

	.exhibz-team-mobile-nav__button:hover,
	.exhibz-team-mobile-nav__button:focus-visible,
	.exhibz-team-mobile-nav__button:active {
		background: var(--exhibz-slider-accent);
		color: #fff;
		transform: scale(1.04);
	}

	.exhibz-team-mobile-nav__button:focus-visible {
		outline: 2px solid var(--exhibz-slider-accent);
		outline-offset: 3px;
	}

	.exhibz-team-mobile-nav__content {
		display: flex;
		flex-direction: column;
		gap: 5px;
		width: 142px;
		min-width: 0;
	}

	.exhibz-team-mobile-nav__hint,
	.exhibz-team-mobile-nav__status {
		display: flex;
		align-items: center;
	}

	.exhibz-team-mobile-nav__hint {
		justify-content: center;
		gap: 7px;
		color: var(--exhibz-slider-text);
		font-family: inherit;
		font-size: 11px;
		font-weight: 600;
		line-height: 1.1;
		letter-spacing: .01em;
		white-space: nowrap;
	}

	.exhibz-team-mobile-nav__swipe-icon {
		display: block;
		width: 20px;
		height: 10px;
		color: var(--exhibz-slider-accent);
		animation: exhibz-team-swipe-hint 1.8s ease-in-out infinite;
	}

	.exhibz-team-mobile-nav__status {
		gap: 8px;
	}

	.exhibz-team-mobile-nav__track {
		position: relative;
		width: 100%;
		height: 4px;
		overflow: hidden;
		border-radius: 999px;
		background: rgba(16, 172, 85, .14);
	}

	.exhibz-team-mobile-nav__progress {
		display: block;
		width: 0;
		height: 100%;
		border-radius: inherit;
		background: var(--exhibz-slider-accent);
		box-shadow: 0 0 8px rgba(16, 172, 85, .28);
		transition: width .3s ease;
	}

	.exhibz-team-mobile-nav__counter {
		display: inline-flex;
		align-items: baseline;
		gap: 2px;
		min-width: 30px;
		color: var(--exhibz-slider-text);
		font-family: inherit;
		font-size: 10px;
		font-variant-numeric: tabular-nums;
		line-height: 1;
	}

	.exhibz-team-mobile-nav__counter strong {
		color: var(--exhibz-slider-accent);
		font-size: 12px;
		font-weight: 700;
	}

	@keyframes exhibz-team-swipe-hint {
		0%, 100% { transform: translateX(-2px); opacity: .72; }
		50% { transform: translateX(2px); opacity: 1; }
	}

	.exhibz-team-photo {
		width: 130px;
	}

	.exhibz-team-name {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.exhibz-team-grid--mobile-slider {
		scroll-behavior: auto;
	}

	.exhibz-team-mobile-nav__swipe-icon {
		animation: none;
	}

	.exhibz-team-mobile-nav__progress,
	.exhibz-team-mobile-nav__button {
		transition: none;
	}
}

@media (max-width: 380px) {
	.exhibz-team-photo {
		width: 116px;
	}
}


/* =========================================================
   Speaker Bio Modal
   ========================================================= */

html.exhibz-speaker-modal-open,
body.exhibz-speaker-modal-open {
	overflow: hidden;
}

.exhibz-speaker-modal[hidden] {
	display: none !important;
}

.exhibz-speaker-modal {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	visibility: hidden;
	opacity: 0;
	isolation: isolate;
	transition: opacity .28s ease, visibility .28s ease;
}

.exhibz-speaker-modal.is-open {
	visibility: visible;
	opacity: 1;
}

.exhibz-speaker-modal__backdrop {
	position: absolute;
	z-index: 0;
	inset: 0;
	background:
		radial-gradient(circle at 15% 15%, rgba(16, 172, 85, .20), transparent 34%),
		rgba(4, 23, 15, .76);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	cursor: pointer;
}

.exhibz-speaker-modal__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(260px, 34%) minmax(0, 1fr);
	width: min(920px, 100%);
	max-height: min(690px, calc(100dvh - 56px));
	overflow: hidden;
	border: 1px solid rgba(16, 172, 85, .10);
	border-radius: 26px;
	background: #fff;
	box-shadow:
		0 35px 90px rgba(0, 0, 0, .26),
		0 10px 28px rgba(5, 56, 30, .13);
	opacity: 0;
	transform: translateY(28px) scale(.965);
	transform-origin: 50% 50%;
	transition:
		transform .36s cubic-bezier(.22, 1, .36, 1),
		opacity .26s ease;
}

.exhibz-speaker-modal.is-open .exhibz-speaker-modal__dialog {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.exhibz-speaker-modal__close {
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
	z-index: 4;
	top: 18px;
	right: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(16, 172, 85, .12);
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 8px 22px rgba(0, 0, 0, .10);
	color: #143c29;
	cursor: pointer;
	transition:
		color .2s ease,
		background-color .2s ease,
		transform .25s ease,
		box-shadow .2s ease;
}

.exhibz-speaker-modal__close svg {
	display: block;
	width: 20px;
	height: 20px;
}

.exhibz-speaker-modal__close:hover,
.exhibz-speaker-modal__close:focus-visible {
	background: #10ac55;
	color: #fff;
	box-shadow: 0 10px 26px rgba(16, 172, 85, .26);
	transform: rotate(90deg);
}

.exhibz-speaker-modal__close:focus-visible {
	outline: 3px solid rgba(16, 172, 85, .24);
	outline-offset: 3px;
}

.exhibz-speaker-modal__media {
	position: relative;
	min-height: 500px;
	overflow: hidden;
	background:
		linear-gradient(160deg, #effaf4 0%, #dff4e8 100%);
}

.exhibz-speaker-modal__media[hidden] {
	display: none;
}

.exhibz-speaker-modal__image-frame {
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.exhibz-speaker-modal__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.065);
	transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.exhibz-speaker-modal.is-open .exhibz-speaker-modal__image {
	transform: scale(1);
}

.exhibz-speaker-modal__media::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(180deg, transparent 48%, rgba(2, 43, 22, .32) 100%);
}

.exhibz-speaker-modal__media-accent {
	position: absolute;
	z-index: 2;
	left: 22px;
	bottom: 22px;
	width: 54px;
	height: 6px;
	border-radius: 999px;
	background: #10ac55;
	box-shadow: 0 0 0 6px rgba(255, 255, 255, .16);
}

.exhibz-speaker-modal__content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	padding: 60px 58px 52px;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	scrollbar-color: rgba(16, 172, 85, .35) transparent;
}

.exhibz-speaker-modal__content::-webkit-scrollbar {
	width: 6px;
}

.exhibz-speaker-modal__content::-webkit-scrollbar-track {
	background: transparent;
}

.exhibz-speaker-modal__content::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(16, 172, 85, .35);
}

.exhibz-speaker-modal__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin: 0 0 13px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #e8f8ef;
	color: #0b9d4c;
	font-family: inherit;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.exhibz-speaker-modal__name {
	margin: 0;
	padding-right: 44px;
	color: #163425;
	font-family: inherit;
	font-size: clamp(32px, 4vw, 50px);
	font-weight: 700;
	line-height: 1.03;
	letter-spacing: -.025em;
	text-wrap: balance;
}

.exhibz-speaker-modal__designation {
	max-width: 100%;
	margin: 14px 0 2px;
	padding: 9px 13px 9px 14px;
	border-left: 3px solid #10ac55;
	border-radius: 0 10px 10px 0;
	background: #effaf4;
	color: #0b8f47;
	font-family: inherit;
	font-size: 15px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.45;
}

.exhibz-speaker-modal__designation[hidden] {
	display: none !important;
}

.exhibz-speaker-modal__rule {
	display: block;
	width: 56px;
	height: 4px;
	margin: 24px 0 25px;
	border-radius: 999px;
	background: #10ac55;
}

.exhibz-speaker-modal__bio {
	width: 100%;
	color: #4a5c52;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.78;
}

.exhibz-speaker-modal__bio > :first-child {
	margin-top: 0;
}

.exhibz-speaker-modal__bio > :last-child {
	margin-bottom: 0;
}

.exhibz-speaker-modal__bio p {
	margin: 0 0 17px;
}

.exhibz-speaker-modal__bio h1,
.exhibz-speaker-modal__bio h2,
.exhibz-speaker-modal__bio h3,
.exhibz-speaker-modal__bio h4,
.exhibz-speaker-modal__bio h5,
.exhibz-speaker-modal__bio h6 {
	margin: 24px 0 10px;
	color: #173b28;
	font-family: inherit;
	font-weight: 700;
	line-height: 1.25;
}

.exhibz-speaker-modal__bio ul,
.exhibz-speaker-modal__bio ol {
	margin: 14px 0 18px;
	padding-left: 22px;
}

.exhibz-speaker-modal__bio li + li {
	margin-top: 7px;
}

.exhibz-speaker-modal__bio a {
	color: #0b9d4c;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 767px) {
	.exhibz-speaker-modal {
		align-items: flex-end;
		padding: 12px;
	}

	.exhibz-speaker-modal__dialog {
		grid-template-columns: 1fr;
		width: 100%;
		max-height: calc(100dvh - 24px);
		border-radius: 24px;
		transform: translateY(42px) scale(.985);
	}

	.exhibz-speaker-modal.is-open .exhibz-speaker-modal__dialog {
		transform: translateY(0) scale(1);
	}

	.exhibz-speaker-modal__media {
		min-height: 220px;
		height: 230px;
	}

	.exhibz-speaker-modal__image {
		object-position: center 22%;
	}

	.exhibz-speaker-modal__media-accent {
		left: 18px;
		bottom: 17px;
		width: 46px;
		height: 5px;
	}

	.exhibz-speaker-modal__content {
		max-height: min(430px, 54dvh);
		padding: 29px 24px 32px;
	}

	.exhibz-speaker-modal__eyebrow {
		margin-bottom: 10px;
		font-size: 10px;
	}

	.exhibz-speaker-modal__name {
		padding-right: 36px;
		font-size: clamp(28px, 9vw, 38px);
	}

	.exhibz-speaker-modal__rule {
		width: 46px;
		margin: 18px 0 19px;
	}

	.exhibz-speaker-modal__bio {
		font-size: 15px;
		line-height: 1.72;
	}

	.exhibz-speaker-modal__close {
		top: 14px;
		right: 14px;
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 420px) {
	.exhibz-speaker-modal {
		padding: 8px;
	}

	.exhibz-speaker-modal__dialog {
		max-height: calc(100dvh - 16px);
		border-radius: 21px;
	}

	.exhibz-speaker-modal__media {
		height: 205px;
		min-height: 205px;
	}

	.exhibz-speaker-modal__content {
		padding: 25px 20px 28px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.exhibz-speaker-modal,
	.exhibz-speaker-modal__dialog,
	.exhibz-speaker-modal__image,
	.exhibz-speaker-modal__close {
		transition: none !important;
	}
}