.hel-org {
	background: transparent;
	padding: 56px 24px;
	font-family: inherit;
	color: #0d3b66;
}

.hel-org-scroll {
	overflow-x: auto;
	padding-bottom: 8px;
}

.hel-org-inner {
	position: relative;
	min-width: 920px;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 76px;
	padding: 28px 0;
}

.hel-org-lines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
	overflow: visible;
}

.hel-tier {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
	gap: 56px;
}

.hel-tier--executives {
	gap: 120px;
}

.hel-tier--regular {
	gap: 48px;
}

.hel-tier--alternate {
	gap: 72px;
}

.hel-node {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 13px;
	text-align: center;
}

.hel-info {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hel-photo {
	border-radius: 12px;
	overflow: hidden;
	background: #eef2f6;
	box-shadow: 0 6px 16px rgba(13, 59, 102, 0.14);
}

.hel-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hel-name {
	font-weight: 700;
	line-height: 1.3;
	color: #0d3b66;
}

.hel-badge {
	display: inline-block;
	margin-top: 8px;
	border-radius: 6px;
	padding: 4px 12px;
	font-size: 10.5px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
	white-space: nowrap;
}

.hel-badge-soft {
	background: #e8f1fa !important;
	color: #1f5e95;
	border: 1px solid #c5ddf2;
}

.hel-bio-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.65rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #1e3a5f;
	font-size: 0.8125rem;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
}

.hel-bio-link:hover,
.hel-bio-link:focus-visible {
	color: #0d3b66;
}

.hel-bio-link__icon {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1;
	transition: transform 0.2s ease;
}

.hel-bio-link:hover .hel-bio-link__icon,
.hel-bio-link:focus-visible .hel-bio-link__icon {
	transform: translateX(3px);
}

.hel-t0 {
	width: 212px;
}

.hel-t0 .hel-photo {
	width: 176px;
	height: 176px;
}

.hel-t0 .hel-name {
	font-size: 16px;
}

.hel-t0 .hel-badge {
	background: #0d3b66;
}

.hel-t1 {
	width: 202px;
}

.hel-t1 .hel-photo {
	width: 156px;
	height: 156px;
}

.hel-t1 .hel-name {
	font-size: 15px;
}

.hel-t1 .hel-badge {
	background: #18548f;
}

.hel-t2 {
	width: 196px;
}

.hel-t2 .hel-photo {
	width: 140px;
	height: 140px;
}

.hel-t2 .hel-name {
	font-size: 15px;
}

.hel-t2 .hel-badge {
	background: #2f7ab8;
}

.hel-t3 {
	width: 176px;
}

.hel-t3 .hel-photo {
	width: 124px;
	height: 124px;
}

.hel-t3 .hel-name {
	font-size: 14px;
}

.hel-t3 .hel-badge {
	background: #5fa0d6;
}

.hel-t4 {
	width: 168px;
}

.hel-t4 .hel-photo {
	width: 112px;
	height: 112px;
}

.hel-t4 .hel-name {
	font-size: 13.5px;
}

@media (max-width: 768px) {
	.hel-org {
		padding: 40px 16px;
	}

	.hel-org-scroll {
		overflow-x: visible;
	}

	.hel-org-inner {
		min-width: 0;
		gap: 30px;
	}

	.hel-org-lines {
		display: none;
	}

	.hel-tier,
	.hel-tier--executives,
	.hel-tier--regular,
	.hel-tier--alternate {
		flex-direction: column;
		gap: 30px;
		width: 100%;
		align-items: center;
	}

	.hel-node {
		width: auto;
		background: transparent;
		padding: 4px 0;
	}

	.hel-org-inner::before {
		content: '';
		position: absolute;
		top: 30px;
		bottom: 30px;
		left: 50%;
		width: 2px;
		transform: translateX(-50%);
		background: #c4ccd6;
		z-index: 0;
	}
}

.helsola-close-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #f0f4f8;
	color: #334155;
	line-height: 0;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.helsola-close-btn svg {
	display: block;
	flex-shrink: 0;
}

.helsola-close-btn:hover {
	background: #e2e8f0;
	transform: scale(1.05);
}

.helsola-drawer {
	position: fixed;
	inset: 0;
	z-index: 999999;
	visibility: hidden;
	pointer-events: none;
}

.helsola-drawer.is-open {
	visibility: visible;
	pointer-events: auto;
}

.helsola-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	opacity: 0;
	transition: opacity 0.32s ease;
}

.helsola-drawer.is-open .helsola-drawer__backdrop {
	opacity: 1;
}

.helsola-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(520px, 92vw);
	max-width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: -8px 0 32px rgba(15, 23, 42, 0.12);
	overflow: hidden;
	transform: translateX(100%);
	transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.helsola-drawer.is-open .helsola-drawer__panel {
	transform: translateX(0);
}

.helsola-drawer__header {
	position: sticky;
	top: 0;
	z-index: 2;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-end;
	padding: 1.25rem 1.5rem 0.75rem;
	background: linear-gradient(180deg, #fff 75%, rgba(255, 255, 255, 0));
}

.helsola-drawer__close {
	width: 2.5rem;
	height: 2.5rem;
	margin: 0.25rem 0.25rem 0 0;
}

.helsola-drawer__body {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 0 1.5rem 2rem;
	-webkit-overflow-scrolling: touch;
}

.helsola-drawer__photo {
	width: 120px;
	height: 120px;
	margin-bottom: 1rem;
	border-radius: 50%;
	object-fit: cover;
}

.helsola-drawer__name {
	margin: 0 0 0.25rem;
	font-size: 1.35rem;
	font-weight: 700;
	color: #0d3b66;
}

.helsola-drawer__role {
	margin: 0 0 1rem;
	color: #5a6472;
	font-size: 0.9375rem;
}

.helsola-drawer__bio {
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #334155;
}

.helsola-drawer__bio > :first-child {
	margin-top: 0;
}

.helsola-drawer__bio > :last-child {
	margin-bottom: 0;
}

body.helsola-modal-open {
	overflow: hidden;
}

@media (max-width: 599px) {
	.helsola-drawer__panel {
		width: 100%;
	}
}
