.aa-s3,
.aa-s3 * { box-sizing: border-box; }
.aa-s3 {
	--s3-black: #0b0d0e;
	--s3-carbon: #202427;
	--s3-steel: #6f7a81;
	--s3-silver: #bcc2c5;
	--s3-line: rgba(14, 17, 19, .15);
	--s3-paper: #f5f5f2;
	--s3-white: #fff;
	max-width: 1180px;
	margin: 0 auto;
	color: var(--s3-carbon);
	font-family: 'Be Vietnam Pro', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.78;
}
.aa-s3 img { display: block; width: 100%; height: auto; margin: 0 !important; }
.aa-s3 .aa-s3__media img,
.aa-s3 .aa-s3__tech-media img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto !important;
}
.aa-s3 a { color: inherit; }
.aa-s3 h2,
.aa-s3 h3,
.aa-s3 p,
.aa-s3 figure,
.aa-s3 blockquote { margin-top: 0; }
.aa-s3 h2,
.aa-s3 h3 { color: var(--s3-black); }
.aa-s3__kicker {
	margin: 0 0 22px;
	color: var(--s3-steel);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .19em;
	text-transform: uppercase;
}
.aa-s3__hero {
	position: relative;
	min-height: 0;
	padding: clamp(68px, 8vw, 96px) clamp(28px, 7vw, 80px) clamp(76px, 9vw, 108px);
	background: var(--s3-black);
	color: var(--s3-white);
	overflow: hidden;
}
.aa-s3__hero::before {
	content: '';
	position: absolute;
	inset: 0;
	opacity: .2;
	background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
	background-size: 25% 100%, 100% 33.333%;
	pointer-events: none;
}
.aa-s3__hero-inner { position: relative; z-index: 1; width: 100%; max-width: 760px; }
.aa-s3__hero .aa-s3__kicker { color: var(--s3-silver); }
.aa-s3__hero h2 {
	max-width: 760px;
	margin: 0;
	color: var(--s3-white);
	font-family: 'Be Vietnam Pro', Arial, sans-serif;
	font-size: clamp(42px, 5vw, 58px);
	font-weight: 600;
	line-height: 1.04;
	letter-spacing: -0.035em;
	overflow-wrap: normal;
	word-break: normal;
}
.aa-s3__hero h2 > br:first-of-type { display: none; }
.aa-s3__hero h2 em {
	display: block;
	margin-top: 22px;
	color: var(--s3-silver);
	font-size: .62em;
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: -0.025em;
}
.aa-s3__hero-lead {
	max-width: 600px;
	margin: 34px 0 0;
	color: #c8cdcf;
	font-size: clamp(15px, 1.55vw, 18px);
	line-height: 1.7;
}
.aa-s3__facts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid rgba(255,255,255,.16);
	border-top: 0;
	background: var(--s3-black);
	color: var(--s3-white);
}
.aa-s3__fact { min-height: 132px; padding: 27px 28px; border-right: 1px solid rgba(255,255,255,.16); }
.aa-s3__fact:last-child { border-right: 0; }
.aa-s3__fact span { display: block; color: #788187; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.aa-s3__fact strong { display: block; margin-top: 14px; color: var(--s3-white); font-size: 17px; font-weight: 600; }
.aa-s3__section { padding: clamp(68px, 8vw, 104px) clamp(24px, 7vw, 80px); border-bottom: 1px solid var(--s3-line); background: var(--s3-paper); }
.aa-s3__section--white { background: var(--s3-white); }
.aa-s3__section--dark { background: var(--s3-black); color: #bbc2c5; }
.aa-s3__section--dark h2,
.aa-s3__section--dark h3 { color: var(--s3-white); }
.aa-s3__section--dark .aa-s3__kicker { color: #869096; }
.aa-s3__intro-grid,
.aa-s3__split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .92fr); gap: clamp(40px, 6vw, 76px); align-items: start; }
.aa-s3__split--single { display: block !important; }
.aa-s3__display {
	margin: 0;
	font-family: 'Be Vietnam Pro', Arial, sans-serif;
	font-size: clamp(26px, 3.1vw, 36px);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.015em;
}
.aa-s3__display em { color: var(--s3-steel); font-weight: 400; }
.aa-s3__copy { max-width: 680px; }
.aa-s3__copy p { margin-bottom: 20px; color: #4f575b; }
.aa-s3__section--dark .aa-s3__copy p { color: #aeb6ba; }
.aa-s3__media {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
	background: transparent;
	overflow: visible;
}
.aa-s3__media img {
	width: auto !important;
	max-width: 100% !important;
	max-height: 820px;
	height: auto !important;
	aspect-ratio: auto !important;
	object-fit: contain !important;
	object-position: center;
}
.aa-s3__caption { width: 100%; padding: 13px 0 0; color: var(--s3-steel); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.aa-s3__quote {
	margin: 0;
	padding: clamp(42px, 6vw, 78px);
	border-left: 1px solid var(--s3-steel);
	background: #e8eaE9;
}
.aa-s3__quote p {
	margin: 0;
	font-family: 'Be Vietnam Pro', Arial, sans-serif;
	font-size: clamp(18px, 2.4vw, 24px);
	font-style: italic;
	line-height: 1.4;
	letter-spacing: 0;
}
.aa-s3__quote-cite { display: block; margin-top: 24px; color: var(--s3-steel); font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.aa-s3__quote--wide { width: 100%; margin-top: 48px; padding: clamp(34px, 5vw, 58px); }
.aa-s3__quote--wide p { max-width: 900px; }
.aa-s3__feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 68px; border-top: 1px solid var(--s3-line); border-bottom: 1px solid var(--s3-line); }
.aa-s3__feature { min-height: 250px; padding: 30px 30px 34px 0; }
.aa-s3__feature + .aa-s3__feature { padding-left: 30px; border-left: 1px solid var(--s3-line); }
.aa-s3__feature span { color: var(--s3-steel); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.aa-s3__feature h3 { margin: 44px 0 15px; font-family: 'Be Vietnam Pro', Arial, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.aa-s3__feature p { margin: 0; color: #646c70; font-size: 13px; line-height: 1.75; }
.aa-s3__tech { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); border: 1px solid rgba(255,255,255,.14); }
.aa-s3__tech-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	overflow: hidden;
}
.aa-s3__tech-media img { width: auto; max-width: 100%; max-height: 700px; height: auto; object-fit: contain; filter: grayscale(0); contrast(1); }
.aa-s3__tech-copy { display: flex; flex-direction: column; justify-content: center; min-height: 520px; padding: clamp(42px, 7vw, 86px); border-left: 1px solid rgba(255,255,255,.14); }
.aa-s3__tech-copy h3 { margin: 0 0 30px; font-family: 'Be Vietnam Pro', Arial, sans-serif; font-size: clamp(24px, 3.2vw, 34px); font-weight: 600; line-height: 1.25; letter-spacing: -0.015em; }
.aa-s3__tech-copy p { margin-bottom: 20px; }
.aa-s3__layers { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 40px; border: 1px solid rgba(255,255,255,.14); }
.aa-s3__layer { padding: 28px; border-right: 1px solid rgba(255,255,255,.14); }
.aa-s3__layer:last-child { border-right: 0; }
.aa-s3__layer span { color: #768086; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.aa-s3__layer strong { display: block; margin: 25px 0 10px; color: var(--s3-white); font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }
.aa-s3__layer p { margin: 0; color: #9da6aa; font-size: 12px; line-height: 1.7; }
.aa-s3__video { position: relative; aspect-ratio: 16 / 9; margin-top: 54px; background: #050606; overflow: hidden; }
.aa-s3__video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.aa-s3__specs { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: clamp(45px, 8vw, 110px); }
.aa-s3__spec-list { margin: 0; border-top: 1px solid var(--s3-line); }
.aa-s3__spec-row { display: grid; grid-template-columns: minmax(145px, .7fr) minmax(0, 1.3fr); gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--s3-line); }
.aa-s3__spec-term { color: var(--s3-steel); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.aa-s3__spec-value { margin: 0; color: var(--s3-carbon); font-size: 13px; line-height: 1.65; }
.aa-s3__cta { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; padding: clamp(62px, 8vw, 100px); background: linear-gradient(110deg, #0b0d0e, #22272a); color: var(--s3-white); }
.aa-s3__cta h3 { max-width: 720px; margin: 0; color: var(--s3-white); font-family: 'Be Vietnam Pro', Arial, sans-serif; font-size: clamp(24px, 3.6vw, 36px); font-weight: 600; line-height: 1.25; letter-spacing: -0.015em; }
.aa-s3__cta p { max-width: 580px; margin: 28px 0 0; color: #aeb6ba; }
.aa-s3__button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border: 1px solid var(--s3-white); background: var(--s3-white); color: var(--s3-black) !important; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.aa-s3__sources { padding: 23px clamp(22px, 7vw, 88px); background: #e4e6e5; color: var(--s3-steel); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
@media (max-width: 820px) {
	.aa-s3__hero { min-height: 0; padding: 62px 34px 72px; }
	.aa-s3__facts { grid-template-columns: repeat(2, 1fr); }
	.aa-s3__fact:nth-child(2) { border-right: 0; }
	.aa-s3__fact:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
	.aa-s3__intro-grid,
	.aa-s3__split,
	.aa-s3__specs { grid-template-columns: 1fr; }
	.aa-s3__feature-grid { grid-template-columns: 1fr; }
	.aa-s3__feature { min-height: 0; padding: 25px 0 28px; }
	.aa-s3__feature + .aa-s3__feature { padding-left: 0; border-left: 0; border-top: 1px solid var(--s3-line); }
	.aa-s3__feature h3 { margin-top: 22px; }
	.aa-s3__tech { grid-template-columns: 1fr; }
	.aa-s3__tech-media { min-height: 0; background: transparent !important; }
	.aa-s3__tech-media img { aspect-ratio: auto; object-fit: contain; }
	.aa-s3__tech-copy { min-height: 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
	.aa-s3__layers { grid-template-columns: 1fr; }
	.aa-s3__layer { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
	.aa-s3__layer:last-child { border-bottom: 0; }
	.aa-s3__cta { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 560px) {
	.aa-s3 { font-size: 15px; line-height: 1.72; overflow: hidden; }
	.aa-s3__hero { min-height: 0; padding: 44px 18px 52px; }
	.aa-s3__hero .aa-s3__kicker { margin-bottom: 24px; font-size: 9px; line-height: 1.65; letter-spacing: .14em; }
	.aa-s3__hero h2 { max-width: 100%; font-size: clamp(34px, 11vw, 40px); line-height: 1.02; letter-spacing: -.035em; }
	.aa-s3__hero h2 em { margin-top: 18px; font-size: .7em; line-height: 1.16; letter-spacing: -.025em; }
	.aa-s3__hero-lead { margin-top: 28px; font-size: 15px; line-height: 1.68; }
	.aa-s3__facts { grid-template-columns: 1fr 1fr; }
	.aa-s3__fact { min-height: 104px; padding: 20px 16px; }
	.aa-s3__fact span { font-size: 8px; line-height: 1.45; letter-spacing: .12em; }
	.aa-s3__fact strong { margin-top: 11px; font-size: 13px; line-height: 1.45; }
	.aa-s3__section { padding: 52px 18px 58px; }
	.aa-s3__intro-grid,
	.aa-s3__split,
	.aa-s3__specs { gap: 32px; }
	.aa-s3__display { font-size: clamp(25px, 8vw, 30px); line-height: 1.22; }
	.aa-s3__copy p { margin-bottom: 17px; }
	.aa-s3__media img { aspect-ratio: auto; object-fit: contain; }
	.aa-s3__caption { padding: 10px 18px 0; font-size: 8px; line-height: 1.55; }
	.aa-s3__feature-grid { margin-top: 42px; }
	.aa-s3__quote { padding: 32px 20px; }
	.aa-s3__quote--wide { margin-top: 32px; }
