:root {
	--otm-green: #0aa65b;
	--otm-navy: #151d3b;
	--otm-text: #24272e;
	--otm-muted: #6d727d;
	--otm-border: #e4e7eb;
	--otm-soft-green: #dff5e8;
	--otm-container: 1220px;
}

.otm-site-main,
.otm-grid-section,
.otm-single-section,
.otm-hero {
	box-sizing: border-box;
}

.otm-site-main *,
.otm-grid-section *,
.otm-single-section *,
.otm-hero * {
	box-sizing: border-box;
}

.otm-container {
	width: min(calc(100% - 40px), var(--otm-container));
	margin-inline: auto;
}

.otm-hero {
	position: relative;
	overflow: hidden;
	padding: 58px 0 62px;
	background: var(--otm-navy);
	color: #fff;
}

.otm-hero::after {
	content: "";
	position: absolute;
	right: 4%;
	top: 10%;
	width: 260px;
	height: 170px;
	opacity: .08;
	background:
		linear-gradient(30deg, transparent 49%, #fff 50%, transparent 51%) 0 45%/50% 50% no-repeat,
		linear-gradient(-30deg, transparent 49%, #fff 50%, transparent 51%) 100% 45%/50% 50% no-repeat,
		linear-gradient(#fff, #fff) 50% 60%/1px 80% no-repeat,
		linear-gradient(#fff, #fff) 50% 100%/70% 1px no-repeat;
	pointer-events: none;
}

.otm-breadcrumbs {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
	color: rgba(255,255,255,.62);
	font-size: 13px;
	line-height: 1.5;
}

.otm-breadcrumbs a {
	color: rgba(255,255,255,.66);
	text-decoration: none;
}

.otm-breadcrumbs a:hover,
.otm-breadcrumbs strong {
	color: var(--otm-green);
}

.otm-breadcrumbs strong {
	font-weight: 500;
}

.otm-hero h1 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.12;
	letter-spacing: -.02em;
}

.otm-grid-section {
	padding: 82px 0 96px;
	background: #fff;
}

.otm-archive-intro {
	max-width: 800px;
	margin: 0 auto 58px;
	text-align: center;
}

.otm-eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 6px 13px;
	border-radius: 2px;
	background: var(--otm-soft-green);
	color: var(--otm-green);
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.otm-archive-intro h2 {
	margin: 22px 0 14px;
	color: var(--otm-text);
	font-size: clamp(29px, 3.2vw, 43px);
	line-height: 1.18;
	letter-spacing: -.025em;
}

.otm-archive-intro p {
	margin: 0 auto;
	color: var(--otm-muted);
	font-size: 15px;
	line-height: 1.8;
}

.otm-team-grid {
	display: grid;
	gap: 48px 24px;
}

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

.otm-team-card {
	min-width: 0;
}

.otm-card-image-link {
	display: block;
	overflow: hidden;
	background: #eef1ed;
	text-decoration: none;
}

.otm-card-image,
.otm-card-placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1.18;
}

.otm-card-image {
	object-fit: cover;
	transition: transform .35s ease;
}

.otm-team-card:hover .otm-card-image {
	transform: scale(1.025);
}

.otm-card-placeholder,
.otm-profile-placeholder {
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #eef6f0, #dbece0);
	color: var(--otm-green);
	font-size: 44px;
	font-weight: 700;
}

.otm-card-body {
	padding-top: 17px;
}

.otm-card-role {
	min-height: 14px;
	margin-bottom: 7px;
	color: var(--otm-green);
	font-size: 10px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.otm-card-body h3 {
	margin: 0 0 7px;
	color: var(--otm-text);
	font-size: 19px;
	line-height: 1.25;
	letter-spacing: -.015em;
}

.otm-card-body h3 a {
	color: inherit;
	text-decoration: none;
}

.otm-card-email {
	display: flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	margin-bottom: 9px;
	color: #7b8088;
	font-size: 12px;
	line-height: 1.35;
	text-decoration: none;
}

.otm-card-email svg,
.otm-contact-card svg {
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
	fill: none;
	stroke: var(--otm-green);
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.otm-card-email span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.otm-view-profile {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--otm-green);
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.otm-view-profile:hover {
	color: #087b45;
}

.otm-view-profile-icon {
	display: block;
	width: 6px;
	height: 6px;
	flex: 0 0 6px;
	object-fit: contain;
}

.otm-single-section {
	padding: 80px 0 100px;
	background: #fff;
}

.otm-profile-layout {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: 64px;
	align-items: start;
}

.otm-profile-sidebar {
	position: sticky;
	top: 30px;
}

.otm-profile-image,
.otm-profile-placeholder {
	display: block;
	width: 100%;
	aspect-ratio: .86 / 1;
	object-fit: cover;
}

.otm-contact-card {
	margin-top: 22px;
	padding: 30px;
	border: 1px solid var(--otm-border);
	border-radius: 3px;
	background: #fff;
}

.otm-contact-label {
	margin-bottom: 17px;
	color: #8a9099;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .13em;
}

.otm-contact-card > a {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	color: #3d424a;
	font-size: 13px;
	line-height: 1.45;
	text-decoration: none;
}

.otm-contact-divider {
	height: 1px;
	margin: 21px 0 19px;
	background: var(--otm-border);
}

.otm-contact-card .otm-back-link {
	margin-bottom: 0;
	color: #2d3138;
	font-weight: 700;
}

.otm-back-link-icon {
	display: block;
	width: 12px;
	height: 12px;
	flex: 0 0 12px;
}

.otm-profile-main {
	min-width: 0;
}

.otm-profile-main > h2 {
	margin: 20px 0 22px;
	color: var(--otm-text);
	font-size: clamp(31px, 3.2vw, 43px);
	line-height: 1.15;
	letter-spacing: -.025em;
}

.otm-biography {
	margin-bottom: 28px;
	color: #60656e;
	font-size: 15px;
	line-height: 1.8;
}

.otm-biography > :first-child {
	margin-top: 0;
}

.otm-biography > :last-child {
	margin-bottom: 0;
}

.otm-detail-panel {
	margin-top: 22px;
	padding: 28px 31px;
	border: 1px solid var(--otm-border);
	border-radius: 3px;
	background: #fff;
}

.otm-detail-panel h3 {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 20px;
	color: var(--otm-text);
	font-size: 20px;
	line-height: 1.3;
}

.otm-detail-panel h3 svg {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	fill: none;
	stroke: var(--otm-green);
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.otm-detail-list,
.otm-check-grid {
	padding: 0;
	margin: 0;
	list-style: none;
}

.otm-detail-list {
	display: grid;
	gap: 13px;
}

.otm-detail-list li,
.otm-check-grid li {
	color: #555b64;
	font-size: 14px;
	line-height: 1.55;
}

.otm-check-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px 28px;
}

.otm-check-grid li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.otm-check {
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	margin-top: 1px;
	border-radius: 50%;
	background: var(--otm-soft-green);
}

.otm-check svg {
	width: 12px;
	height: 12px;
	fill: none;
	stroke: var(--otm-green);
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 1024px) {
	.otm-columns-4 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.otm-profile-layout {
		grid-template-columns: 310px minmax(0, 1fr);
		gap: 42px;
	}
}

@media (max-width: 820px) {
	.otm-columns-3,
	.otm-columns-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.otm-profile-layout {
		grid-template-columns: 1fr;
	}

	.otm-profile-sidebar {
		position: static;
		max-width: 480px;
	}

	.otm-profile-image,
	.otm-profile-placeholder {
		aspect-ratio: 1 / 1.05;
	}

	.otm-check-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.otm-container {
		width: min(calc(100% - 28px), var(--otm-container));
	}

	.otm-hero {
		padding: 42px 0 46px;
	}

	.otm-grid-section,
	.otm-single-section {
		padding: 58px 0 68px;
	}

	.otm-columns-2,
	.otm-columns-3,
	.otm-columns-4 {
		grid-template-columns: 1fr;
	}

	.otm-team-grid {
		gap: 38px;
	}

	.otm-archive-intro {
		margin-bottom: 40px;
	}

	.otm-contact-card,
	.otm-detail-panel {
		padding: 23px 21px;
	}
}

/* Homepage team carousel shortcode: [ets_team_slider] */
.otm-home-team-section {
	padding: 82px 0 88px;
	background: #fff;
	color: var(--otm-text);
}

.otm-home-team-container {
	max-width: 1240px;
}

.otm-home-team-intro {
	max-width: 900px;
	margin: 0 auto 44px;
	text-align: center;
}

.otm-home-team-intro h2 {
	margin: 20px 0 18px;
	color: var(--otm-text);
	font-size: clamp(32px, 3.4vw, 45px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -.025em;
}

.otm-home-team-intro p {
	max-width: 860px;
	margin: 0 auto;
	color: #666b73;
	font-size: 15px;
	line-height: 1.72;
}

.otm-home-team-slider {
	--otm-slider-gap: 25px;
	--otm-slider-per-view: 4;
	position: relative;
	width: 100%;
	container-type: inline-size;
}

.otm-slider-viewport {
	overflow: hidden;
	width: 100%;
	touch-action: pan-y;
	outline: none;
}

.otm-slider-viewport:focus-visible {
	outline: 2px solid var(--otm-green);
	outline-offset: 5px;
}

.otm-slider-track {
	display: flex;
	align-items: stretch;
	gap: var(--otm-slider-gap);
	will-change: transform;
	transition: transform .55s cubic-bezier(.22,.61,.36,1);
}


/*
 * Container-width fallback for Elementor columns/mobile previews.
 * JavaScript also calculates exact pixel widths and overrides stale custom CSS.
 */
@container (max-width: 620px) {
	.otm-home-team-slider .otm-home-team-card {
		flex: 0 0 100%;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
}

@container (min-width: 621px) and (max-width: 880px) {
	.otm-home-team-slider .otm-home-team-card {
		flex-basis: calc((100% - var(--otm-slider-gap)) / 2);
	}
}

@media (prefers-reduced-motion: reduce) {
	.otm-slider-track,
	.otm-home-card-image,
	.otm-home-social-link {
		transition: none !important;
	}
}

.otm-home-team-card {
	flex: 0 0 calc((100% - (var(--otm-slider-gap) * (var(--otm-slider-per-view) - 1))) / var(--otm-slider-per-view));
	min-width: 0;
}

.otm-home-card-image-wrap {
	position: relative;
	overflow: hidden;
	background: #edf2ed;
}

.otm-home-card-image-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.otm-home-card-image,
.otm-home-card-placeholder {
	display: block;
	width: 100%;
	aspect-ratio: .75 / 1;
}

.otm-home-card-image {
	height: auto;
	object-fit: cover;
	object-position: center top;
	transition: transform .45s ease;
}

.otm-home-card-placeholder {
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #eef6f0, #dbece0);
	color: var(--otm-green);
	font-size: 48px;
	font-weight: 700;
}

.otm-home-team-card:hover .otm-home-card-image,
.otm-home-team-card:focus-within .otm-home-card-image {
	transform: scale(1.025);
}

.otm-home-social-links {
	position: absolute;
	top: 12px;
	right: 10px;
	z-index: 20;
	display: flex;
	flex-direction: column;
	gap: 7px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(16px);
	pointer-events: none;
	transition: opacity .24s ease, visibility .24s ease, transform .24s ease;
}

.otm-home-team-card:hover .otm-home-social-links,
.otm-home-team-card:focus-within .otm-home-social-links,
.otm-home-card-image-wrap:hover .otm-home-social-links {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	pointer-events: auto;
}

.otm-home-social-link {
	position: relative;
	z-index: 21;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(25, 28, 32, .08);
	background: #fff;
	color: #14171a;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .10);
	opacity: 1;
	visibility: visible;
	transform: none;
	text-decoration: none;
	transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.otm-home-social-link:nth-child(2) { transition-delay: .025s; }
.otm-home-social-link:nth-child(3) { transition-delay: .05s; }
.otm-home-social-link:nth-child(4) { transition-delay: .075s; }

.otm-social-image {
	display: block;
	width: 21px;
	height: 21px;
	object-fit: contain;
}

.otm-social-twitter {
	background: var(--otm-green);
}

.otm-social-twitter .otm-social-image {
	filter: brightness(0) invert(1);
}

.otm-home-social-link:hover,
.otm-home-social-link:focus-visible {
	background: var(--otm-green);
	outline: none;
	transform: translateY(-1px);
}

.otm-home-social-link:hover .otm-social-image,
.otm-home-social-link:focus-visible .otm-social-image {
	filter: brightness(0) invert(1);
}

.otm-home-social-link.is-disabled {
	cursor: default;
	opacity: .58;
}

.otm-home-social-link.is-disabled:hover {
	background: #fff;
	color: #14171a;
	transform: none;
}

.otm-social-twitter.is-disabled,
.otm-social-twitter.is-disabled:hover {
	background: var(--otm-green);
	color: #fff;
}

@media (hover: none) {
	.otm-home-social-links {
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: auto;
	}
}

.otm-home-card-content {
	padding-top: 17px;
}

.otm-home-card-content h3 {
	margin: 0 0 9px;
	color: var(--otm-text);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -.015em;
}

.otm-home-card-content h3 a {
	color: inherit;
	text-decoration: none;
}

.otm-home-card-content h3 a:hover {
	color: var(--otm-green);
}

.otm-home-card-content p {
	margin: 0;
	color: #666b73;
	font-size: 14px;
	line-height: 1.5;
}

.otm-slider-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	min-height: 18px;
	margin-top: 35px;
}

.otm-slider-dots[hidden] {
	display: none;
}

.otm-slider-dot {
	position: relative;
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #c7c9cc;
	box-shadow: none;
	cursor: pointer;
}

.otm-slider-dot::after {
	content: "";
	position: absolute;
	inset: -5px;
	border: 1px solid transparent;
	border-radius: 50%;
}

.otm-slider-dot.is-active {
	background: var(--otm-green);
}

.otm-slider-dot.is-active::after {
	border-color: var(--otm-green);
}

.otm-slider-dot:focus-visible {
	outline: 2px solid var(--otm-green);
	outline-offset: 4px;
}

.otm-no-team-members {
	margin: 0;
	text-align: center;
}

@media (hover: none) {
	.otm-home-social-link {
		opacity: 1;
		transform: translateX(0);
		pointer-events: auto;
	}
}

@media (max-width: 820px) {
	.otm-home-team-section {
		padding: 68px 0 72px;
	}

	.otm-home-team-intro {
		margin-bottom: 36px;
	}
}

@media (max-width: 560px) {
	.otm-home-team-section {
		padding: 54px 0 60px;
	}

	.otm-home-team-slider {
		--otm-slider-gap: 18px;
	}

	.otm-home-team-intro h2 {
		margin-top: 17px;
		font-size: 32px;
	}

	.otm-home-team-intro p {
		font-size: 14px;
	}

	.otm-slider-dots {
		margin-top: 29px;
	}
}
