.ae-home {
	--ae-home-ink: #111;
	--ae-home-muted: #545454;
	--ae-home-soft: #8a8a8a;
	--ae-home-line: rgba(17, 17, 17, 0.12);
	--ae-home-line-soft: rgba(17, 17, 17, 0.06);
	--ae-home-oat: #f5f2ec;
	--ae-home-cream: #faf8f3;
	background: #fff;
	color: var(--ae-home-ink);
	font-family: var(--ae-font-ui);
	-webkit-font-smoothing: antialiased;
}

.ae-home img {
	display: block;
	max-width: 100%;
}

.ae-home a {
	color: inherit;
	text-decoration: none;
}

.ae-homeHero,
.ae-homeCategories,
.ae-homeFeatures,
.ae-homePartners {
	max-width: 1720px;
	margin: 0 auto;
	padding-right: 40px;
	padding-left: 40px;
}

.ae-homeHero {
	padding-top: 40px;
	padding-bottom: 80px;
}

.ae-homeHero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
	gap: 60px;
	align-items: center;
	min-height: 680px;
}

.ae-homeHero__copy {
	padding: 40px 0;
}

.ae-homeHero__title {
	margin: 0 0 18px;
	color: var(--ae-home-ink);
	font-family: var(--ae-font-editorial);
	font-size: 64px;
	font-weight: 400;
	letter-spacing: -0.015em;
	line-height: 1.02;
}

.ae-homeHero__dek {
	max-width: 13ch;
	margin: 0 0 60px;
	color: var(--ae-home-ink);
	font-family: var(--ae-font-editorial);
	font-size: 64px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.05;
}

.ae-homeHero__dek em {
	font-style: italic;
	font-weight: 300;
}

.ae-homeHero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.ae-homeButton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: 200px;
	padding: 18px 32px;
	border: 1px solid var(--ae-home-ink);
	font-family: var(--ae-font-ui);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.ae-homeButton svg {
	width: 14px;
	height: 10px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
}

.ae-home .ae-homeButton--primary,
.ae-home .ae-homeButton--primary:link,
.ae-home .ae-homeButton--primary:visited {
	background: var(--ae-home-ink);
	color: #fff !important;
}

.ae-home .ae-homeButton--primary:hover,
.ae-home .ae-homeButton--primary:focus-visible {
	background: #fff;
	color: var(--ae-home-ink) !important;
}

.ae-home .ae-homeButton--secondary,
.ae-home .ae-homeButton--secondary:link,
.ae-home .ae-homeButton--secondary:visited {
	background: transparent;
	color: var(--ae-home-ink) !important;
}

.ae-home .ae-homeButton--secondary:hover,
.ae-home .ae-homeButton--secondary:focus-visible {
	background: var(--ae-home-ink);
	color: #fff !important;
}

.ae-homeHero__visual {
	margin: 0;
	background: var(--ae-home-oat);
}

.ae-homeHero__visual img {
	width: 100%;
	height: auto;
}

.ae-homeCategories {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
	padding-top: 40px;
	padding-bottom: 80px;
}

.ae-homeCategory {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: var(--ae-home-oat);
}

.ae-homeCategory img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform 1.2s ease;
}

.ae-homeCategory:hover img,
.ae-homeCategory:focus-visible img {
	transform: scale(1.04);
}

.ae-homeCategory__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.55) 100%);
	pointer-events: none;
}

.ae-homeCategory__content {
	position: absolute;
	right: 36px;
	bottom: 36px;
	left: 36px;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	color: #fff;
}

.ae-homeCategory__eyebrow,
.ae-homePartners__label {
	display: block;
	font-family: var(--ae-font-ui);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	text-transform: uppercase;
}

.ae-homeCategory__eyebrow {
	margin-bottom: 8px;
	opacity: 0.9;
}

.ae-homeCategory__title {
	display: block;
	font-family: var(--ae-font-editorial);
	font-size: 56px;
	font-weight: 400;
	font-variation-settings: "opsz" 72, "SOFT" 40;
	letter-spacing: 0;
	line-height: 1;
}

.ae-homeCategory__title em {
	font-style: italic;
}

.ae-homeCategory__cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid currentColor;
	font-family: var(--ae-font-ui);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
	white-space: nowrap;
}

.ae-homeFeatures {
	padding-bottom: 80px;
}

.ae-homeFeatures__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--ae-home-line);
	border-bottom: 1px solid var(--ae-home-line);
}

.ae-homeFeature {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 56px 48px;
}

.ae-homeFeature + .ae-homeFeature {
	border-left: 1px solid var(--ae-home-line);
}

.ae-homeFeature__icon {
	display: inline-flex;
	width: 28px;
	height: 28px;
	color: var(--ae-home-ink);
}

.ae-homeFeature__icon svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.2;
}

.ae-homeFeature__title {
	margin: 0;
	font-family: var(--ae-font-editorial);
	font-size: 26px;
	font-weight: 400;
	font-variation-settings: "opsz" 72, "SOFT" 40;
	letter-spacing: 0;
	line-height: 1.15;
}

.ae-homeFeature__title em {
	font-style: italic;
	font-weight: 400;
}

.ae-homeFeature p {
	max-width: 34ch;
	margin: 0;
	color: var(--ae-home-muted);
	font-size: 14px;
	line-height: 1.6;
}

.ae-homePartners {
	padding-bottom: 96px;
}

.ae-homePartners__inner {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	gap: 60px;
	align-items: center;
	padding: 40px 0;
	border-top: 1px solid var(--ae-home-line);
	border-bottom: 1px solid var(--ae-home-line);
}

.ae-homePartners__label {
	max-width: 180px;
	margin: 0;
	color: var(--ae-home-muted);
}

.ae-homePartners__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px 48px;
}

.ae-homePartners__list span {
	color: var(--ae-home-muted);
	font-family: var(--ae-font-ui);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
	text-transform: uppercase;
	white-space: nowrap;
}

@media (max-width: 1100px) {
	.ae-homeHero__title {
		font-size: 48px;
	}

	.ae-homeHero__dek {
		font-size: 52px;
	}

	.ae-homeHero__inner {
		grid-template-columns: 1fr;
		gap: 40px;
		min-height: 0;
	}

	.ae-homeHero__copy {
		padding-bottom: 0;
	}

	.ae-homeCategories {
		grid-template-columns: 1fr;
	}

	.ae-homeCategory__title {
		font-size: 46px;
	}

	.ae-homeFeatures__grid {
		grid-template-columns: 1fr;
	}

	.ae-homeFeature + .ae-homeFeature {
		border-top: 1px solid var(--ae-home-line);
		border-left: 0;
	}

	.ae-homePartners__inner {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ae-homePartners__list {
		justify-content: flex-start;
	}
}

@media (max-width: 680px) {
	.ae-homeHero,
	.ae-homeCategories,
	.ae-homeFeatures,
	.ae-homePartners {
		padding-right: 20px;
		padding-left: 20px;
	}

	.ae-homeHero {
		padding-top: 28px;
		padding-bottom: 56px;
	}

	.ae-homeHero__title {
		font-size: 44px;
	}

	.ae-homeHero__dek {
		margin-bottom: 36px;
		font-size: 38px;
	}

	.ae-homeHero__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ae-homeButton {
		min-width: 0;
		padding: 14px 16px;
		font-size: 11px;
		letter-spacing: 0;
	}

	.ae-homeCategories {
		gap: 20px;
		padding-top: 16px;
		padding-bottom: 56px;
	}

	.ae-homeCategory__content {
		right: 24px;
		bottom: 24px;
		left: 24px;
	}

	.ae-homeCategory__cta {
		font-size: 10px;
		letter-spacing: 0;
	}

	.ae-homeFeatures {
		padding-bottom: 56px;
	}

	.ae-homeFeature {
		padding: 36px 0;
	}

	.ae-homePartners {
		padding-bottom: 64px;
	}

	.ae-homePartners__list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 24px;
	}

	.ae-homePartners__list span {
		white-space: normal;
	}
}

@media (max-width: 420px) {
	.ae-homeButton {
		padding-right: 12px;
		padding-left: 12px;
		font-size: 10px;
	}

	.ae-homeCategory__content {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* ============================================================
   Landing 2026-05 — scoped reskin under .ae-home--landing-2026-05
   100% parity with design-proposals/landing homepage/Landing.html.
   Base rules above remain intact for clean rollback.
   ============================================================ */
.ae-home--landing-2026-05 {
	--ae-home-paper: #f5f1ea;
	--ae-home-rule: rgba(17, 17, 17, 0.12);
	--ae-home-rule-soft: rgba(17, 17, 17, 0.08);
	--ae-home-faint: rgba(17, 17, 17, 0.4);
	background: #fff;
}

.ae-home--landing-2026-05 .ae-homeHero,
.ae-home--landing-2026-05 .ae-homeCategories,
.ae-home--landing-2026-05 .ae-homeFeatures,
.ae-home--landing-2026-05 .ae-homePartners {
	max-width: 1320px;
	margin: 0 auto;
	padding-right: 56px;
	padding-left: 56px;
}

.ae-home--landing-2026-05 .ae-homeHero {
	padding-top: 56px;
	padding-bottom: 96px;
}

.ae-home--landing-2026-05 .ae-homeHero__inner {
	grid-template-columns: 1fr 1.05fr;
	gap: 72px;
	align-items: stretch;
	min-height: 540px;
}

.ae-home--landing-2026-05 .ae-homeHero__copy {
	padding: 78px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.ae-home--landing-2026-05 .ae-homeHero__title {
	margin: 0 0 56px;
	font-size: clamp(46px, 5vw, 70px);
	font-weight: 300;
	letter-spacing: -0.01em;
	line-height: 1;
}

.ae-home--landing-2026-05 .ae-homeHero__wordmark {
	display: inline-block;
	font-family: "Fraunces", var(--ae-font-editorial);
	font-weight: 300;
	font-optical-sizing: auto;
	font-variation-settings: "opsz" 72, "SOFT" 40;
	letter-spacing: -0.01em;
	white-space: nowrap;
}

.ae-home--landing-2026-05 .ae-homeHero__dek {
	max-width: none;
	margin: 0 0 44px;
	font-size: clamp(34px, 3.6vw, 46px);
	font-weight: 300;
	letter-spacing: -0.005em;
	line-height: 1.18;
}

.ae-home--landing-2026-05 .ae-homeHero__dek em {
	font-style: italic;
	font-weight: 400;
}

.ae-home--landing-2026-05 .ae-homeHero__actions {
	gap: 12px;
}

.ae-home--landing-2026-05 .ae-homeButton {
	min-width: 0;
	gap: 16px;
	padding: 15px 22px;
	font-family: var(--ae-font-ui);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ae-home--landing-2026-05 .ae-homeButton__arrow {
	display: inline-flex;
	align-items: center;
	font-family: var(--ae-font-editorial);
	font-style: italic;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.ae-home--landing-2026-05 .ae-homeHero__visual {
	background: transparent;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.ae-home--landing-2026-05 .ae-homeHero__visual img {
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: top right;
}

.ae-home--landing-2026-05 .ae-homeCategories {
	grid-template-columns: 1fr 1fr;
	gap: 22px;
	padding-top: 0;
	padding-bottom: 64px;
}

.ae-home--landing-2026-05 .ae-homeCategory {
	aspect-ratio: 4 / 4.6;
	background: var(--ae-home-paper);
}

.ae-home--landing-2026-05 .ae-homeCategory img {
	transition: transform 900ms cubic-bezier(0.2, 0.6, 0.2, 1);
}

.ae-home--landing-2026-05 .ae-homeCategory:hover img,
.ae-home--landing-2026-05 .ae-homeCategory:focus-visible img {
	transform: scale(1.025);
}

.ae-home--landing-2026-05 .ae-homeCategory__eyebrow {
	position: absolute;
	top: 22px;
	left: 24px;
	z-index: 2;
	margin: 0;
	font-family: var(--ae-font-ui);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.28em;
	line-height: 1;
	color: #fff;
	opacity: 0.9;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.ae-home--landing-2026-05 .ae-homeCategory__content {
	right: 24px;
	bottom: 22px;
	left: 24px;
}

.ae-home--landing-2026-05 .ae-homeCategory__title {
	font-family: var(--ae-font-editorial);
	font-size: clamp(34px, 3.6vw, 48px);
	font-weight: 300;
	font-variation-settings: normal;
	line-height: 1;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.28);
}

.ae-home--landing-2026-05 .ae-homeCategory__title em {
	font-style: italic;
	font-weight: 400;
}

.ae-home--landing-2026-05 .ae-homeCategory__cta {
	padding-bottom: 4px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.28em;
	border-bottom-color: rgba(255, 255, 255, 0.7);
}

.ae-home--landing-2026-05 .ae-homeFeatures {
	padding-bottom: 56px;
}

.ae-home--landing-2026-05 .ae-homeFeatures__grid {
	grid-template-columns: repeat(3, 1fr);
}

.ae-home--landing-2026-05 .ae-homeFeature {
	gap: 14px;
	padding: 36px 36px 36px 0;
	border-right: 1px solid var(--ae-home-rule);
}

.ae-home--landing-2026-05 .ae-homeFeature + .ae-homeFeature {
	padding-left: 36px;
	border-left: 0;
}

.ae-home--landing-2026-05 .ae-homeFeature:last-child {
	border-right: 0;
}

.ae-home--landing-2026-05 .ae-homeFeature__icon {
	width: 22px;
	height: 22px;
}

.ae-home--landing-2026-05 .ae-homeFeature__icon svg {
	width: 22px;
	height: 22px;
	stroke-width: 1.4;
}

.ae-home--landing-2026-05 .ae-homeFeature__title {
	margin: 6px 0 0;
	font-size: 22px;
	font-weight: 400;
	font-variation-settings: normal;
	letter-spacing: -0.005em;
}

.ae-home--landing-2026-05 .ae-homeFeature p {
	max-width: 38ch;
	font-size: 13px;
	line-height: 1.55;
}

.ae-home--landing-2026-05 .ae-homePartners {
	padding-bottom: 28px;
}

.ae-home--landing-2026-05 .ae-homePartners__inner {
	grid-template-columns: 130px minmax(0, 1fr);
	gap: 24px;
	padding: 22px 0 28px;
	border-bottom: 0;
}

.ae-home--landing-2026-05 .ae-homePartners__label {
	max-width: none;
	color: var(--ae-home-ink);
	font-family: var(--ae-font-ui);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.ae-home--landing-2026-05 .ae-homePartners__list {
	gap: 18px;
}

.ae-home--landing-2026-05 .ae-homePartners__list span {
	color: var(--ae-home-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.22em;
}

@media (max-width: 980px) {
	.ae-home--landing-2026-05 .ae-homeHero,
	.ae-home--landing-2026-05 .ae-homeCategories,
	.ae-home--landing-2026-05 .ae-homeFeatures,
	.ae-home--landing-2026-05 .ae-homePartners {
		padding-right: 18px;
		padding-left: 18px;
	}

	.ae-home--landing-2026-05 .ae-homeHero {
		padding-top: 24px;
		padding-bottom: 80px;
	}

	.ae-home--landing-2026-05 .ae-homeHero__inner {
		grid-template-columns: 1fr;
		gap: 28px;
		min-height: 0;
	}

	.ae-home--landing-2026-05 .ae-homeHero__copy {
		order: 2;
		padding: 4px 0 0;
	}

	.ae-home--landing-2026-05 .ae-homeHero__visual {
		order: 1;
		min-height: 0;
	}

	.ae-home--landing-2026-05 .ae-homeHero__visual img {
		object-position: center;
	}

	.ae-home--landing-2026-05 .ae-homeCategories {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.ae-home--landing-2026-05 .ae-homeFeatures__grid {
		grid-template-columns: 1fr;
	}

	.ae-home--landing-2026-05 .ae-homeFeature {
		padding: 24px 0;
		border-right: 0;
		border-bottom: 1px solid var(--ae-home-rule);
	}

	.ae-home--landing-2026-05 .ae-homeFeature + .ae-homeFeature {
		padding-left: 0;
	}

	.ae-home--landing-2026-05 .ae-homeFeature:last-child {
		border-bottom: 0;
	}

	.ae-home--landing-2026-05 .ae-homePartners__inner {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 22px 0 28px;
	}

	.ae-home--landing-2026-05 .ae-homePartners__list {
		justify-content: flex-start;
		gap: 14px 22px;
	}
}

@media (max-width: 640px) {
	.ae-home--landing-2026-05 .ae-homeHero,
	.ae-home--landing-2026-05 .ae-homeCategories,
	.ae-home--landing-2026-05 .ae-homeFeatures,
	.ae-home--landing-2026-05 .ae-homePartners {
		padding-right: 18px;
		padding-left: 18px;
	}

	.ae-home--landing-2026-05 .ae-homeHero {
		padding-top: 20px;
		padding-bottom: 68px;
	}

	.ae-home--landing-2026-05 .ae-homeHero__inner {
		gap: 22px;
	}

	.ae-home--landing-2026-05 .ae-homeHero__copy {
		padding: 0;
	}

	.ae-home--landing-2026-05 .ae-homeHero__title {
		margin: 0 0 28px;
		font-size: clamp(30px, 10.5vw, 44px);
		letter-spacing: -0.01em;
		line-height: 1;
	}

	.ae-home--landing-2026-05 .ae-homeHero__wordmark {
		white-space: normal;
	}

	.ae-home--landing-2026-05 .ae-homeHero__dek {
		margin: 0 0 28px;
		font-size: clamp(28px, 8vw, 38px);
		line-height: 1.15;
	}

	.ae-home--landing-2026-05 .ae-homeHero__actions {
		display: flex;
		grid-template-columns: none;
		gap: 10px;
	}

	.ae-home--landing-2026-05 .ae-homeButton {
		padding: 13px 18px;
		gap: 12px;
		font-size: 10px;
		letter-spacing: 0.2em;
	}

	.ae-home--landing-2026-05 .ae-homeCategory__eyebrow {
		top: 16px;
		left: 18px;
	}

	.ae-home--landing-2026-05 .ae-homeCategory__content {
		right: 18px;
		bottom: 18px;
		left: 18px;
	}

	.ae-home--landing-2026-05 .ae-homeCategory__title {
		font-size: clamp(28px, 7vw, 38px);
	}

	.ae-home--landing-2026-05 .ae-homeFeature__title {
		font-size: 20px;
	}

	.ae-home--landing-2026-05 .ae-homeFeature p {
		font-size: 13px;
	}
}
