body.page-about .about-hero-section{
	padding: 12px 0 40px;
	animation: aboutFadeUp 0.6s ease both;
}

body.page-about .about-hero-shell{
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	height: 460px;
	min-height: 460px;
	background: #1f2937 url("../../images/about/about-us-hero-bg.png") center / cover no-repeat;
	overflow: hidden;
}

body.page-about .about-hero-shell::before{
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(23, 34, 62, 0.2) 0%, rgba(23, 34, 62, 0.75) 46%, rgba(23, 34, 62, 0.82) 100%);
}

body.page-about .about-hero-figure,
body.page-about .about-hero-content{
	position: relative;
	z-index: 1;
}

body.page-about .about-hero-figure{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	height: 100%;
	overflow: hidden;
}

body.page-about .about-hero-figure img{
	width: auto;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	display: block;
	transition: transform 0.45s ease;
}

body.page-about .about-hero-shell:hover .about-hero-figure img{
	transform: scale(1.02);
}

body.page-about .about-hero-content{
	display: flex;
	align-items: center;
	padding: 40px 48px;
}

body.page-about .about-hero-content h1{
	margin: 0;
	color: #ffffff;
	font-family: "Onest", sans-serif;
	font-size: clamp(34px, 3vw, 44px);
	line-height: 1.08;
	font-weight: 400;
	letter-spacing: -0.01em;
}

body.page-about .about-hero-content h1 span{
	display: inline;
	font-weight: 700;
	transition: letter-spacing 0.3s ease;
}

body.page-about .about-hero-shell:hover .about-hero-content h1 span{
	letter-spacing: 0.01em;
}

body.page-about .about-story-section{
	padding: 0 0 32px;
	animation: aboutFadeUp 0.65s ease both;
}

body.page-about .about-eyebrow{
	margin: 0;
	color: #9a9a9a;
	font-size: 13px;
	line-height: 1.4;
}

body.page-about .about-story-section h2{
	color: #EC1C24;
	font-family: "Onest", sans-serif;
	font-size: clamp(34px, 3vw, 44px);
	line-height: 1.08;
	font-weight: 700;
	margin: 6px 0 24px;
}

body.page-about .about-story-section .about-subtitle{
	margin-top: 36px;
}

body.page-about .about-copy-grid{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 34px;
	row-gap: 18px;
}

body.page-about .about-copy-grid p{
	margin: 0;
	color: #555555;
	font-size: 14px;
	line-height: 1.68;
	text-align: left;
}

body.page-about .about-team-section{
	padding: 8px 0 70px;
	animation: aboutFadeUp 0.7s ease both;
}

body.page-about .about-team-grid{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px 48px;
}

body.page-about .about-member-card{
	display: flex;
	flex-direction: column;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

body.page-about .about-member-card:hover{
	transform: translateY(-4px);
}

body.page-about .about-member-card__media{
	margin: 0;
	height: 118px;
	display: flex;
	align-items: flex-end;
	gap: 14px;
	border-bottom: 2px solid #EC1C24;
	padding-bottom: 12px;
}

body.page-about .about-member-card__media img{
	width: 105px;
	height: 105px;
	object-fit: cover;
	border-radius: 6px;
	flex: 0 0 105px;
	transition: transform 0.3s ease;
}

body.page-about .about-member-card:hover .about-member-card__media img{
	transform: translateY(-2px);
}

body.page-about .about-member-card__header{
	margin-top: -108px;
	margin-left: 122px;
	min-height: 108px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.page-about .about-member-card__name{
	margin: 0;
	color: #595B64;
	font-size: clamp(16px, 1.3vw, 22px);
	line-height: 1.04;
	font-weight: 800;
	font-family: "Onest", sans-serif;
}

body.page-about .about-member-card__title{
	margin: 4px 0 0;
	color: #595B64;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
}

body.page-about .about-member-card__bio{
	margin: 16px 0 18px;
	color: #555555;
	font-size: 14px;
	line-height: 1.68;
}

body.page-about .about-member-card__cta{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	background: #a3a5a8;
	color: #ffffff;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	padding: 12px 26px;
	border-radius: 999px;
	transition: background 0.24s ease, transform 0.24s ease;
}

body.page-about .about-member-card__cta:hover,
body.page-about .about-member-card__cta:focus{
	background: #8f9195;
	color: #ffffff;
	transform: translateY(-1px);
}

body.page-about .about-investors-section{
	padding: 0;
	animation: aboutFadeUp 0.75s ease both;
}

body.page-about .about-investors-banner{
	margin: 0;
}

body.page-about .about-investors-banner img{
	width: 100%;
	height: auto;
	display: block;
}

body.page-about .about-investors-grid{
	background: #f1f2f2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 44px;
	padding: 34px 36px;
}

body.page-about .about-investors-column h2,
body.page-about .about-investors-column h3{
	margin: 0 0 16px;
	color: #EC1C24;
	font-family: "Onest", sans-serif;
	font-size: clamp(34px, 3vw, 44px);
	line-height: 1.08;
	font-weight: 700;
}

body.page-about .about-investors-intro{
	margin: 0 0 14px;
	color: #555555;
	font-size: 14px;
	line-height: 1.68;
}

body.page-about .about-investors-column p{
	color: #555555;
	font-size: 14px;
	line-height: 1.68;
	margin: 0;
}

body.page-about .about-investors-point{
	border-top: 1px solid #e6b5b7;
	padding-top: 10px;
	margin-top: 14px;
	transition: transform 0.24s ease;
}

body.page-about .about-investors-point:hover{
	transform: translateX(3px);
}

body.page-about .about-investors-point strong{
	color: #595B64;
	font-weight: 700;
}

body.page-about .about-investors-column--ask figure{
	margin: 24px 0 28px;
	overflow: hidden;
}

body.page-about .about-investors-column--ask figure img{
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.45s ease;
}

body.page-about .about-investors-column--ask figure:hover img{
	transform: scale(1.03);
}

body.page-about .about-video-section{
	background: #414042;
	padding: 48px 0 56px;
	animation: aboutFadeUp 0.8s ease both;
}

body.page-about .about-video-section h2{
	margin: 0 0 26px;
	text-align: center;
	color: #ffffff;
	font-family: "Onest", sans-serif;
	font-size: clamp(34px, 3vw, 44px);
	line-height: 1.08;
	font-weight: 700;
}

body.page-about .about-video-wrap{
	max-width: 840px;
	margin: 0 auto;
	position: relative;
}

body.page-about .about-video-wrap::before{
	content: "";
	position: absolute;
	inset: -10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	pointer-events: none;
}

body.page-about .about-video-wrap::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 68px;
	height: 68px;
	border-radius: 999px;
	background: rgba(236, 28, 36, 0.9);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: opacity 0.24s ease;
}

body.page-about .about-video-wrap:hover::after,
body.page-about .about-video-wrap:focus-within::after,
body.page-about .about-video-wrap:hover .about-video-frame::before,
body.page-about .about-video-wrap:focus-within .about-video-frame::before{
	opacity: 0;
}

body.page-about .about-video-frame{
	margin: 0;
	position: relative;
	background: #0f1217;
	padding: 0;
}

body.page-about .about-video-frame::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 20px;
	background: #ffffff;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 2;
	transition: opacity 0.24s ease;
}

body.page-about .about-video-frame video{
	width: 100%;
	aspect-ratio: 840 / 480;
	height: auto;
	display: block;
	background: #000;
	object-fit: cover;
}

body.page-about .about-video-frame figcaption{
	margin: 0;
	padding: 12px 16px;
	color: #d6d7da;
	font-size: 14px;
	line-height: 1.5;
	background: #2f3135;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@keyframes aboutFadeUp {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1199px){
	body.page-about .about-hero-content h1{
		font-size: clamp(31px, 3.4vw, 44px);
	}

	body.page-about .about-member-card__name{
		font-size: clamp(14px, 1.2vw, 18px);
	}

	body.page-about .about-member-card__title{
		font-size: 20px;
	}
}

@media (max-width: 991px){
	body.page-about .about-hero-shell{
		grid-template-columns: 1fr;
		height: clamp(420px, 68vh, 620px);
		min-height: 420px;
	}

	body.page-about .about-hero-shell::before{
		background: linear-gradient(180deg, rgba(23, 34, 62, 0.14) 0%, rgba(23, 34, 62, 0.6) 56%, rgba(23, 34, 62, 0.84) 100%);
	}

	body.page-about .about-hero-figure{
		max-width: none;
		justify-self: stretch;
		width: 100%;
		height: 100%;
	}

	body.page-about .about-hero-figure img{
		width: 100%;
		max-width: none;
		height: 100%;
		object-fit: contain;
		object-position: center center;
	}

	body.page-about .about-hero-content{
		position: absolute;
		inset: 0;
		display: flex;
		align-items: flex-end;
		padding: 24px 28px;
	}

	body.page-about .about-hero-content h1{
		max-width: 18ch;
		font-size: clamp(30px, 5.8vw, 42px);
		line-height: 1.04;
		text-shadow: 0 6px 18px rgba(0, 0, 0, 0.38);
	}

	body.page-about .about-team-grid,
	body.page-about .about-copy-grid,
	body.page-about .about-investors-grid{
		grid-template-columns: 1fr;
	}

	body.page-about .about-team-grid{
		gap: 24px;
	}

	body.page-about .about-investors-column--ask{
		margin-top: 8px;
	}
}

@media (max-width: 768px){
	body.page-about .about-hero-section{
		padding: 8px 0 24px;
	}

	body.page-about .about-hero-shell{
		height: clamp(360px, 64vh, 520px);
		min-height: 360px;
	}

	body.page-about .about-hero-content{
		padding: 18px 20px;
	}

	body.page-about .about-hero-shell:hover .about-hero-figure img{
		transform: scale(1.01);
	}

	body.page-about .about-story-section h2,
	body.page-about .about-investors-column h2,
	body.page-about .about-investors-column h3,
	body.page-about .about-video-section h2{
		font-size: clamp(30px, 8vw, 40px);
	}

	body.page-about .about-team-grid{
		grid-template-columns: 1fr;
	}

	body.page-about .about-investors-grid{
		padding: 24px 20px;
	}

	body.page-about .about-investors-column--ask figure{
		margin: 20px 0 24px;
	}
}

@media (max-width: 640px){
	body.page-about .about-hero-content{
		padding: 16px;
	}

	body.page-about .about-hero-content h1{
		font-size: clamp(26px, 8vw, 34px);
	}

	body.page-about .about-member-card__media{
		height: auto;
		padding-bottom: 10px;
	}

	body.page-about .about-member-card__media img{
		width: 84px;
		height: 84px;
		flex-basis: 84px;
	}

	body.page-about .about-member-card__header{
		margin-top: -90px;
		margin-left: 96px;
		min-height: 84px;
	}

	body.page-about .about-member-card__name{
		font-size: clamp(14px, 4vw, 18px);
	}

	body.page-about .about-member-card__title{
		font-size: 18px;
	}

	body.page-about .about-member-card__cta{
		font-size: 15px;
	}

	body.page-about .about-video-wrap::after{
		width: 58px;
		height: 58px;
	}
}

@media (max-width: 430px){
	body.page-about .about-member-card__header{
		margin-left: 92px;
	}

	body.page-about .about-member-card__bio{
		margin-top: 14px;
	}

	body.page-about .about-member-card__cta{
		padding: 10px 22px;
	}
}

@media (max-width: 375px){
	body.page-about .about-hero-content h1{
		font-size: 25px;
	}

	body.page-about .about-member-card__header{
		margin-left: 0;
		margin-top: 10px;
		min-height: 0;
	}

	body.page-about .about-member-card__media{
		display: block;
		border-bottom: 0;
	}

	body.page-about .about-member-card__media img{
		margin-bottom: 10px;
	}

	body.page-about .about-video-frame figcaption{
		font-size: 13px;
	}
}

@media (max-width: 320px){
	body.page-about .about-eyebrow{
		font-size: 12px;
	}
}

@media (prefers-reduced-motion: reduce){
	body.page-about .about-hero-section,
	body.page-about .about-story-section,
	body.page-about .about-team-section,
	body.page-about .about-investors-section,
	body.page-about .about-video-section{
		animation: none;
	}

	body.page-about .about-member-card,
	body.page-about .about-member-card__media img,
	body.page-about .about-member-card__cta,
	body.page-about .about-investors-point,
	body.page-about .about-investors-column--ask figure img,
	body.page-about .about-hero-content h1 span,
	body.page-about .about-hero-figure img{
		transition: none;
	}
}
