.aodson-home-v2 {
	--home-navy: #071827;
	--home-ink: #17212b;
	--home-muted: #61707f;
	--home-line: #dfe5ea;
	--home-soft: #f4f7f8;
	--home-steel: #c9d1d8;
	--home-teal: #1f7a78;
	--home-white: #ffffff;
	background: var(--home-white);
	color: var(--home-ink);
}

.aodson-home-v2 img {
	max-width: 100%;
	height: auto;
}

.aodson-home-hero {
	position: relative;
	min-height: min(720px, 100vh);
	display: grid;
	align-items: end;
	overflow: hidden;
	background: var(--home-navy);
}

.aodson-home-hero__image,
.aodson-home-hero__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.aodson-home-hero__image {
	object-fit: cover;
	object-position: center;
}

.aodson-home-hero__overlay {
	background:
		linear-gradient(90deg, rgba(7, 24, 39, 0.92), rgba(7, 24, 39, 0.66) 46%, rgba(7, 24, 39, 0.18)),
		linear-gradient(0deg, rgba(7, 24, 39, 0.72), rgba(7, 24, 39, 0));
}

.aodson-home-hero__content {
	position: relative;
	z-index: 1;
	padding-block: clamp(138px, 15vw, 190px) clamp(44px, 6vw, 68px);
}

.aodson-home-hero .aodson-eyebrow,
.aodson-home-quality .aodson-eyebrow,
.aodson-home-rfq .aodson-eyebrow {
	color: #7ed7ce;
}

.aodson-home-hero h1 {
	max-width: 980px;
	margin: 0;
	color: var(--home-white);
	font-size: clamp(3.2rem, 7vw, 6.2rem);
	line-height: 0.98;
	letter-spacing: 0;
}

.aodson-home-hero__subtitle {
	max-width: 760px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.05rem, 2vw, 1.38rem);
	line-height: 1.55;
}

.aodson-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.aodson-button--light {
	border-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.08);
	color: var(--home-white);
}

.aodson-button--light:hover {
	background: var(--home-white);
	color: var(--home-navy);
}

.aodson-home-hero__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 840px;
	margin-top: clamp(34px, 5vw, 52px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(7, 24, 39, 0.44);
	backdrop-filter: blur(12px);
}

.aodson-home-hero__metrics div {
	min-height: 92px;
	padding: 18px 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.aodson-home-hero__metrics div:last-child {
	border-right: 0;
}

.aodson-home-hero__metrics strong {
	display: block;
	color: var(--home-white);
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	line-height: 1;
}

.aodson-home-hero__metrics span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.92rem;
}

.aodson-home-search {
	position: relative;
	z-index: 2;
	margin-top: -28px;
}

.aodson-home-search__inner {
	display: grid;
	grid-template-columns: minmax(220px, 0.55fr) minmax(420px, 1.45fr);
	gap: clamp(20px, 3vw, 34px);
	align-items: center;
	padding: clamp(20px, 3vw, 28px);
	border: 1px solid var(--home-line);
	background: var(--home-white);
	box-shadow: 0 22px 60px rgba(7, 24, 39, 0.12);
}

.aodson-home-search h2 {
	margin: 0;
	color: var(--home-navy);
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	line-height: 1.1;
}

.aodson-home-section {
	padding-block: clamp(62px, 7vw, 92px);
}

.aodson-home-section--surface {
	background: var(--home-soft);
}

.aodson-home-section-heading-row {
	display: flex;
	gap: 28px;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 32px;
}

.aodson-home-section-heading-row .aodson-section-heading {
	margin-bottom: 0;
}

.aodson-home-section-link {
	flex: 0 0 auto;
	padding-bottom: 4px;
	border-bottom: 2px solid var(--home-teal);
	color: var(--home-navy);
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
}

.aodson-home-section-link::after {
	margin-left: 7px;
	color: var(--home-teal);
	content: "\2192";
}

.aodson-home-section-link:hover,
.aodson-home-section-link:focus-visible {
	color: var(--home-teal);
}

.aodson-home-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.aodson-home-category-card {
	position: relative;
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	border: 1px solid var(--home-line);
	background: var(--home-navy);
	color: var(--home-white);
	text-decoration: none;
}

.aodson-home-category-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.88;
	transform: scale(1.01);
	transition: transform 220ms ease, opacity 220ms ease;
}

.aodson-home-category-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(7, 24, 39, 0.78), rgba(7, 24, 39, 0.04));
}

.aodson-home-category-card span,
.aodson-home-category-card p {
	position: relative;
	z-index: 1;
}

.aodson-home-category-card span {
	display: block;
	padding: 0 18px;
	color: var(--home-white);
	font-size: 1.08rem;
	font-weight: 800;
}

.aodson-home-category-card p {
	margin: 10px 0 0;
	padding: 0 18px 20px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.9rem;
	line-height: 1.45;
}

.aodson-home-category-card:hover img {
	opacity: 0.96;
	transform: scale(1.06);
}

.aodson-home-capability-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: var(--home-line);
	border: 1px solid var(--home-line);
}

.aodson-home-capability-grid a {
	min-height: 210px;
	padding: 0 0 26px;
	background: var(--home-white);
	color: var(--home-ink);
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease;
}

.aodson-home-capability-grid img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: var(--home-soft);
	border-bottom: 1px solid var(--home-line);
}

.aodson-home-capability-grid a:hover {
	background: var(--home-navy);
	color: var(--home-white);
}

.aodson-home-capability-grid strong,
.aodson-home-product-card strong {
	display: block;
	font-size: 1.05rem;
	line-height: 1.2;
}

.aodson-home-capability-grid span,
.aodson-home-product-card span {
	display: block;
	margin-top: 14px;
	color: var(--home-muted);
	font-size: 0.94rem;
	line-height: 1.5;
}

.aodson-home-capability-grid strong,
.aodson-home-capability-grid span {
	margin-inline: 26px;
}

.aodson-home-capability-grid strong {
	margin-top: 22px;
}

.aodson-home-capability-grid a:hover span {
	color: rgba(255, 255, 255, 0.72);
}

.aodson-home-foundation__bar {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(420px, auto);
	gap: 28px;
	align-items: center;
	margin-top: 22px;
	padding: 24px 26px;
	border: 1px solid var(--home-line);
	background: var(--home-white);
}

.aodson-home-foundation__bar strong,
.aodson-home-foundation__bar span {
	display: block;
}

.aodson-home-foundation__bar strong {
	color: var(--home-navy);
	font-size: 1rem;
}

.aodson-home-foundation__bar span {
	margin-top: 7px;
	color: var(--home-muted);
	font-size: 0.88rem;
	line-height: 1.5;
}

.aodson-home-foundation__industries {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	justify-content: flex-end;
}

.aodson-home-foundation__industries a {
	color: var(--home-navy);
	font-size: 0.84rem;
	font-weight: 800;
	text-decoration: none;
}

.aodson-home-foundation__industries a::after {
	margin-left: 5px;
	color: var(--home-teal);
	content: "\2192";
}

.aodson-home-foundation__industries a:hover,
.aodson-home-foundation__industries a:focus-visible {
	color: var(--home-teal);
}

.aodson-home-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.aodson-home-product-card {
	display: grid;
	grid-template-rows: auto 1fr auto;
	border: 1px solid var(--home-line);
	background: var(--home-white);
}

.aodson-home-product-card > a:first-child {
	display: block;
	color: var(--home-navy);
	text-decoration: none;
}

.aodson-home-product-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: var(--home-soft);
}

.aodson-home-product-card strong,
.aodson-home-product-card > span,
.aodson-home-product-card__rfq {
	margin-inline: 18px;
}

.aodson-home-product-card strong {
	margin-top: 18px;
}

.aodson-home-product-card > span {
	margin-bottom: 18px;
}

.aodson-home-product-card__rfq {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-bottom: 18px;
	border: 1px solid var(--home-navy);
	color: var(--home-navy);
	font-weight: 800;
	text-decoration: none;
}

.aodson-home-product-card__rfq:hover {
	background: var(--home-navy);
	color: var(--home-white);
}

.aodson-home-quality {
	background: var(--home-navy);
	color: rgba(255, 255, 255, 0.76);
}

.aodson-home-quality h2 {
	color: var(--home-white);
}

.aodson-home-quality .aodson-section-heading p:not(.aodson-eyebrow) {
	color: rgba(255, 255, 255, 0.68);
}

.aodson-home-quality__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
	gap: clamp(34px, 6vw, 80px);
	align-items: center;
}

.aodson-home-quality__steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 28px;
}

.aodson-home-quality__steps span {
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.06);
	color: var(--home-white);
	font-weight: 800;
}

.aodson-home-quality__image img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.16);
}

.aodson-home-rfq {
	padding-block: clamp(58px, 8vw, 92px);
	background: var(--home-soft);
}

.aodson-home-rfq__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	padding: clamp(28px, 5vw, 46px);
	border: 1px solid var(--home-line);
	background: var(--home-white);
}

.aodson-home-rfq h2 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(1.8rem, 4vw, 3.2rem);
	line-height: 1.08;
	letter-spacing: 0;
}

.aodson-home-rfq__inner > div > p:last-child {
	max-width: 680px;
	margin: 14px 0 0;
	color: var(--home-muted);
	line-height: 1.6;
}

.aodson-footer__grid {
	grid-template-columns: 1.45fr repeat(5, minmax(120px, 1fr));
}

.aodson-footer__bottom {
	margin-top: 32px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.86rem;
}

.aodson-footer p {
	max-width: 360px;
	margin: 12px 0 0;
}

@media (max-width: 1100px) {
	.aodson-home-category-grid,
	.aodson-home-capability-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aodson-home-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aodson-home-foundation__bar {
		grid-template-columns: 1fr;
	}

	.aodson-home-foundation__industries {
		justify-content: flex-start;
	}

	.aodson-footer__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.aodson-home-hero {
		min-height: auto;
	}

	.aodson-home-hero__overlay {
		background: linear-gradient(0deg, rgba(7, 24, 39, 0.94), rgba(7, 24, 39, 0.5));
	}

	.aodson-home-hero h1 {
		font-size: clamp(2.25rem, 11vw, 3.35rem);
	}

	.aodson-home-hero__content {
		padding-block: 112px 32px;
	}

	.aodson-home-hero__subtitle {
		margin-top: 18px;
	}

	.aodson-home-hero__actions {
		margin-top: 26px;
	}

	.aodson-home-hero__metrics {
		margin-top: 28px;
	}

	.aodson-home-hero__metrics div {
		padding: 14px 10px;
	}

	.aodson-home-search__inner,
	.aodson-home-quality__grid {
		grid-template-columns: 1fr;
	}

	.aodson-home-hero__metrics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
	}

	.aodson-home-hero__metrics div {
		min-height: auto;
		border-right: 1px solid rgba(255, 255, 255, 0.16);
		border-bottom: 0;
	}

	.aodson-home-hero__metrics div:last-child {
		border-right: 0;
	}

	.aodson-home-hero__metrics strong {
		font-size: 1.2rem;
	}

	.aodson-home-hero__metrics span {
		font-size: 0.72rem;
		line-height: 1.35;
	}

	.aodson-home-search {
		margin-top: 0;
	}

	.aodson-home-section-heading-row {
		display: block;
		margin-bottom: 26px;
	}

	.aodson-home-section-heading-row .aodson-section-heading {
		margin-bottom: 18px;
	}

	.aodson-home-category-grid,
	.aodson-home-capability-grid,
	.aodson-home-product-grid,
	.aodson-home-foundation__bar {
		grid-template-columns: 1fr;
	}

	.aodson-home-category-card {
		min-height: 178px;
	}

	.aodson-home-category-card:nth-child(n+5),
	.aodson-home-product-card:nth-child(n+3) {
		display: none;
	}

	.aodson-home-category-card p {
		display: none;
	}

	.aodson-home-category-card span {
		padding-bottom: 18px;
	}

	.aodson-home-capability-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aodson-home-capability-grid a {
		min-height: 0;
		padding-bottom: 18px;
	}

	.aodson-home-capability-grid strong,
	.aodson-home-capability-grid span {
		margin-inline: 14px;
	}

	.aodson-home-capability-grid strong {
		margin-top: 14px;
		font-size: 0.9rem;
	}

	.aodson-home-capability-grid span {
		margin-top: 8px;
		font-size: 0.78rem;
		line-height: 1.4;
	}

	.aodson-home-foundation__bar {
		padding: 20px;
	}

	.aodson-home-rfq__inner {
		grid-template-columns: 1fr;
	}

	.aodson-footer__grid {
		grid-template-columns: 1fr;
	}
}
