:root {
	--csshsa-join-team-navy: #071735;
	--csshsa-join-team-blue: #087faa;
	--csshsa-join-team-orange: #f36f16;
	--csshsa-join-team-gray: #f4f7f9;
	--csshsa-join-team-cream: #fffaf4;
}

.csshsa-join-team {
	color: var(--csshsa-join-team-navy);
	font-family: var(--wp--preset--font-family--manrope);
}

@media (min-width: 980px) {
	.entry-content > .wp-block-group.csshsa-join-team:first-child {
		margin-top: 0;
	}

	.entry-content > .wp-block-group.csshsa-join-team:last-child {
		margin-bottom: 0;
	}
}

.csshsa-join-team h2,
.csshsa-join-team h3,
.csshsa-join-team summary {
	color: var(--csshsa-join-team-navy);
	font-weight: 750;
}

.csshsa-join-team p {
	color: color-mix(in srgb, var(--csshsa-join-team-navy) 82%, white);
}

.csshsa-join-team__ruled-heading {
	letter-spacing: -0.035em;
	margin-top: 0;
}

.csshsa-join-team__ruled-heading::before {
	background: var(--csshsa-join-team-orange);
	border-radius: 999px;
	content: "";
	display: block;
	height: 4px;
	margin-bottom: 0.8rem;
	width: 48px;
}

.csshsa-join-team__photo,
.csshsa-join-team__photo img {
	width: 100%;
}

.csshsa-join-team__photo img {
	border-radius: 18px;
	display: block;
	object-fit: cover;
}

.csshsa-join-team__photo--hero img {
	aspect-ratio: 1.55 / 1;
}

.csshsa-join-team__photo--meeting img {
	aspect-ratio: 1.75 / 1;
}

.csshsa-arrow-link {
	font-weight: 600;
}

.csshsa-arrow-link a,
.csshsa-join-team-opportunity a {
	color: var(--csshsa-join-team-blue);
	display: inline-flex;
	font-weight: 600;
	gap: 0.65rem;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.csshsa-arrow-link a::after,
.csshsa-join-team-opportunity a::after {
	background-color: currentColor;
	content: "";
	display: inline-block;
	flex: 0 0 1.1em;
	height: 1.1em;
	margin-top: 0.12em;
	-webkit-mask: url("../icons/join-team/arrow-right.svg") center / contain no-repeat;
	mask: url("../icons/join-team/arrow-right.svg") center / contain no-repeat;
	transition: transform 160ms ease;
	width: 1.1em;
}

.csshsa-arrow-link a:hover::after,
.csshsa-arrow-link a:focus-visible::after,
.csshsa-join-team-opportunity a:hover::after,
.csshsa-join-team-opportunity a:focus-visible::after {
	transform: translateX(4px);
}

.csshsa-join-team-careers {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.csshsa-join-team-careers__intro {
	gap: clamp(2rem, 4vw, 4rem);
	margin-bottom: 0;
}

.csshsa-join-team-careers__copy h2 {
	font-size: clamp(2rem, 3.2vw, 3.25rem);
	line-height: 1.02;
}

.csshsa-join-team-careers__copy p {
	line-height: 1.55;
}

.csshsa-join-team-opportunities {
	background: var(--csshsa-join-team-gray);
	border-radius: 14px;
	padding: clamp(1.5rem, 3vw, 2.75rem);
}

.csshsa-join-team-opportunities > h2 {
	font-size: clamp(1.75rem, 2.8vw, 2.5rem);
	margin-bottom: 1.25rem;
}

.csshsa-join-team-opportunity {
	background: white;
	border: 1px solid #dce4e9;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(7, 23, 53, 0.04);
	padding: 1.25rem 1.75rem;
}

.csshsa-join-team-opportunity + .csshsa-join-team-opportunity {
	margin-top: 1rem;
}

.csshsa-join-team-opportunity summary {
	cursor: pointer;
	font-size: clamp(1rem, 1.45vw, 1.25rem);
	line-height: 1.35;
}

.csshsa-join-team-opportunity[open] summary {
	border-bottom: 1px solid #dce4e9;
	padding-bottom: 1rem;
}

.csshsa-join-team-opportunity > :last-child {
	margin-bottom: 0;
}

.csshsa-join-team-why__title {
	font-size: clamp(2.75rem, 5vw, 5.25rem);
	line-height: 1;
	margin-bottom: 1.5rem;
}

.csshsa-join-team-why__lead {
	font-size: clamp(1.2rem, 2.2vw, 1.85rem);
	line-height: 1.45;
	margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
	max-width: 76rem;
}

.csshsa-join-team-why__grid {
	gap: clamp(2rem, 5vw, 5rem);
}

.csshsa-join-team-why + .csshsa-join-team-involved {
	margin-block-start: clamp(3rem, 5vw, 5rem) !important;
}

.csshsa-join-team-why__story {
	display: flex;
	flex-direction: column;
}

.csshsa-join-team-why__story h3 {
	font-size: clamp(2rem, 3.6vw, 3.4rem);
	line-height: 1.08;
	margin: 1.75rem 0 0.75rem;
	max-width: 11ch;
}

.csshsa-join-team-why__story > p:not(.csshsa-arrow-link) {
	font-size: clamp(1rem, 1.55vw, 1.25rem);
	line-height: 1.55;
}

.csshsa-join-team-benefits {
	border-left: 2px solid #e2e7eb;
	display: flex;
	flex-direction: column;
	gap: clamp(1.25rem, 2vw, 2rem);
	justify-content: space-between;
	padding-left: clamp(2rem, 5vw, 4.5rem);
}

.csshsa-join-team-benefit {
	align-items: flex-start;
	gap: clamp(1rem, 2.3vw, 2rem);
}

.csshsa-join-team-benefit__icon,
.csshsa-join-team-involvement__icon {
	align-items: center;
	background: #fff2e6;
	border-radius: 999px;
	display: flex;
	flex: 0 0 auto;
	height: 86px;
	justify-content: center;
	margin: 0;
	width: 86px;
}

.csshsa-join-team-benefit__icon img,
.csshsa-join-team-involvement__icon img {
	filter: brightness(0) saturate(100%) invert(48%) sepia(99%) saturate(2589%) hue-rotate(354deg) brightness(101%) contrast(91%);
	height: 44px;
	width: 44px;
}

.csshsa-join-team-benefit h3,
.csshsa-join-team-involvement h3 {
	font-size: clamp(1.25rem, 2vw, 1.8rem);
	line-height: 1.2;
	margin: 0 0 0.45rem;
}

.csshsa-join-team-benefit p,
.csshsa-join-team-involvement p {
	font-size: clamp(0.95rem, 1.4vw, 1.15rem);
	line-height: 1.55;
	margin: 0;
}

.csshsa-join-team-involved {
	gap: 1rem;
}

.csshsa-join-team-involved__main,
.csshsa-join-team-linkedin {
	border-radius: 16px;
	box-sizing: border-box;
	padding: clamp(1.75rem, 3vw, 3rem);
}

.csshsa-join-team-involved__main {
	background: var(--csshsa-join-team-gray);
}

.csshsa-join-team-involved__main > h2 {
	font-size: clamp(2rem, 3.25vw, 3.25rem);
	line-height: 1.05;
	margin-bottom: 1rem;
}

.csshsa-join-team-involved__lead {
	font-size: clamp(1rem, 1.35vw, 1.15rem);
	line-height: 1.5;
	margin-bottom: clamp(1.5rem, 2.5vw, 2.25rem);
}

.csshsa-join-team-involvement {
	align-items: flex-start;
	gap: clamp(1rem, 2vw, 1.5rem);
}

.csshsa-join-team-involvement + .csshsa-join-team-involvement {
	margin-top: clamp(1.5rem, 2.5vw, 2.25rem);
}

.csshsa-join-team-involvement__icon {
	height: 70px;
	width: 70px;
}

.csshsa-join-team-involvement__icon img {
	filter: brightness(0) saturate(100%) invert(10%) sepia(48%) saturate(1559%) hue-rotate(187deg) brightness(91%) contrast(102%);
	height: 36px;
	width: 36px;
}

.csshsa-join-team-involvement .csshsa-arrow-link {
	margin-top: 0.5rem;
}

.csshsa-join-team-linkedin {
	background: var(--csshsa-join-team-cream) url("../images/join-team/linkedin-corner-motif.webp") bottom right / 90% auto no-repeat;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
}

.csshsa-join-team-linkedin__eyebrow {
	color: var(--csshsa-join-team-orange) !important;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	margin-bottom: 0.65rem;
	text-transform: uppercase;
}

.csshsa-join-team-linkedin h2 {
	font-size: clamp(2rem, 2.65vw, 2.65rem);
	line-height: 1.08;
	margin: 0 0 1rem;
}

.csshsa-join-team-linkedin > p:not(.csshsa-join-team-linkedin__eyebrow) {
	font-size: clamp(1.05rem, 1.55vw, 1.3rem);
	line-height: 1.55;
}

.csshsa-join-team-linkedin .wp-block-buttons {
	margin-top: 1rem;
}

.csshsa-join-team-linkedin__button .wp-block-button__link {
	align-items: center;
	background: var(--csshsa-join-team-orange);
	border-radius: 14px;
	display: inline-flex;
	font-weight: 550;
	gap: 1.75rem;
	justify-content: space-between;
	min-width: min(100%, 21rem);
	padding: 1rem 1.5rem;
}

.csshsa-join-team-linkedin__button .wp-block-button__link::after {
	background: currentColor;
	content: "";
	display: inline-block;
	flex: 0 0 1.3rem;
	height: 1.3rem;
	-webkit-mask: url("../icons/join-team/external-link.svg") center / contain no-repeat;
	mask: url("../icons/join-team/external-link.svg") center / contain no-repeat;
	width: 1.3rem;
}

@media (max-width: 980px) {
	.csshsa-join-team-involved {
		margin-block-end: 2rem !important;
	}

	.csshsa-join-team-careers__intro,
	.csshsa-join-team-why__grid,
	.csshsa-join-team-involved {
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.csshsa-join-team .csshsa-join-team-careers__intro > .wp-block-column,
	.csshsa-join-team .csshsa-join-team-why__grid > .wp-block-column,
	.csshsa-join-team.csshsa-join-team-involved > .wp-block-column {
		flex-basis: auto !important;
		width: 100%;
	}

	.csshsa-join-team-benefits {
		border-left: 0;
		border-top: 2px solid #e2e7eb;
		padding-left: 0;
		padding-top: 2rem;
	}

	.csshsa-join-team-linkedin {
		min-height: 25rem;
	}
}

@media (max-width: 600px) {
	.csshsa-join-team__photo img {
		border-radius: 12px;
	}

	.csshsa-join-team-opportunities,
	.csshsa-join-team-involved__main,
	.csshsa-join-team-linkedin {
		border-radius: 12px;
		padding: 1.5rem;
	}

	.csshsa-join-team-opportunity {
		padding: 1rem 1.1rem;
	}

	.csshsa-join-team-benefit,
	.csshsa-join-team-involvement {
		align-items: flex-start;
		gap: 1rem;
	}

	.csshsa-join-team-benefit__icon,
	.csshsa-join-team-involvement__icon {
		height: 58px;
		width: 58px;
	}

	.csshsa-join-team-benefit__icon img,
	.csshsa-join-team-involvement__icon img {
		height: 30px;
		width: 30px;
	}

	.csshsa-join-team-linkedin {
		min-height: 22rem;
	}
}
