.aw-home {
	background:
		linear-gradient(180deg, var(--aw-white) 0, var(--aw-white) 38%, var(--aw-paper) 38%, var(--aw-paper) 100%);
	padding: 0;
	color: var(--aw-ink);
}

.aw-home__shell > .aw-hero-cards {
	border-bottom: 0 !important;
}

.aw-home *,
.aw-home *::before,
.aw-home *::after {
	box-sizing: border-box;
	border-radius: 0 !important;
}

.aw-home__shell {
	width: 100%;
	margin-inline: auto;
	padding: 0 0 clamp(34px, 5vw, 64px);
	background: var(--aw-white);
	border: 0;
	box-shadow: none;
}

.aw-home__shell > section {
	width: min(1180px, calc(100% - 36px));
	margin-inline: auto;
}

.home .whb-header .whb-general-header {
	min-height: 60px !important;
}

.home .whb-header-bottom {
	min-height: 38px !important;
}

.home .site-logo img,
.home .wd-logo img {
	max-width: 96px;
	max-height: 64px;
}

.aw-hero {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	align-items: end;
	min-height: clamp(410px, 48vw, 560px);
	padding-top: clamp(54px, 7vw, 104px);
	padding-bottom: clamp(38px, 5.6vw, 78px);
}

.aw-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	width: auto;
	height: auto;
	background-image: var(--aw-pattern);
	background-repeat: repeat;
	background-size: 520px auto;
	background-position: center top;
	opacity: .045;
	pointer-events: none;
}

.aw-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.9) 54%, rgba(255,255,255,.72) 100%),
		linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.98));
	pointer-events: none;
}

.aw-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin-inline-start: auto;
}

.aw-kicker,
.aw-small-link {
	display: inline-flex;
	width: max-content;
	margin: 0 0 12px;
	padding: 7px 13px;
	border: 1px solid var(--aw-line);
	background: var(--aw-white);
	color: var(--aw-violet);
	font-size: 13px;
	line-height: 1.4;
}

.aw-hero h1 {
	max-width: 790px;
	margin: 0;
	color: var(--aw-black);
	font-size: clamp(42px, 5.2vw, 68px) !important;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: 0;
}

.aw-hero p {
	max-width: 610px;
	margin: 12px 0 0;
	color: var(--aw-muted);
	font-size: 16px;
	line-height: 1.9;
}

.aw-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.aw-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 19px;
	border: 1px solid var(--aw-black);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.aw-button--dark {
	background: var(--aw-black);
	color: var(--aw-white) !important;
}

.aw-button--text {
	background: var(--aw-white);
	color: var(--aw-black) !important;
}

.aw-hero__proof {
	display: none;
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: start;
	align-content: center;
	gap: 10px;
	min-height: 210px;
	padding: 26px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.94), rgba(247,244,238,.9)),
		var(--aw-white);
	border: 1px solid var(--aw-line);
	overflow: hidden;
}

.aw-hero__feature {
	position: relative;
	display: grid;
	align-items: center;
	padding: 34px 28px 102px;
	color: var(--aw-ink);
	text-decoration: none;
}

.aw-hero__feature img {
	width: 100%;
	height: 100%;
	max-height: 280px;
	object-fit: contain;
	filter: saturate(.95) contrast(1.05);
}

.aw-hero__feature span {
	position: absolute;
	right: 18px;
	bottom: 22px;
	max-width: calc(100% - 36px);
	padding: 10px 12px;
	background: rgba(255,255,255,.9);
	color: var(--aw-ink);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.55;
}

.aw-avatar-stack {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	direction: ltr;
}

.aw-avatar-stack img,
.aw-avatar-stack span {
	width: 34px;
	height: 34px;
	margin-left: -7px;
	border: 2px solid var(--aw-white);
	background: var(--aw-surface);
	object-fit: cover;
}

.aw-avatar-stack span {
	display: inline-grid;
	place-items: center;
	color: var(--aw-black);
}

.aw-hero__proof strong {
	position: relative;
	z-index: 1;
	font-size: 28px;
	color: var(--aw-black);
}

.aw-hero__proof small {
	position: relative;
	z-index: 1;
	color: var(--aw-muted);
	font-size: 14px;
}

.aw-hero__proof p {
	position: relative;
	z-index: 1;
	max-width: 240px;
	margin: 8px 0 0;
	color: var(--aw-muted);
	font-size: 15px;
	line-height: 1.9;
}

.aw-hero-cards {
	display: grid;
	grid-template-columns: 1.28fr .95fr .95fr;
	gap: clamp(14px, 2vw, 22px);
	margin-top: clamp(28px, 3.4vw, 48px);
	padding-bottom: clamp(48px, 6vw, 78px);
	border-bottom: 1px solid var(--aw-line);
}

.aw-story-card {
	position: relative;
	display: block;
	min-height: clamp(245px, 23vw, 300px);
	overflow: hidden;
	background: var(--aw-white);
	color: var(--aw-black);
	text-decoration: none;
	border: 1px solid var(--aw-line);
}

.aw-story-card img {
	width: 100%;
	height: 100%;
	min-height: clamp(230px, 24vw, 310px);
	object-fit: contain;
	padding: clamp(18px, 2.4vw, 30px);
	filter: saturate(.92) contrast(1.04);
	transition: transform .28s ease;
}

.aw-story-card--2 {
	background: var(--aw-white);
}

.aw-story-card--3 {
	background: var(--aw-white);
}

.aw-story-card:hover img {
	transform: scale(1.025);
}

.aw-story-card .aw-chip {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 7px 12px;
	border: 1px solid rgba(98,85,143,.28);
	background: var(--aw-violet-soft);
	color: var(--aw-violet);
	font-size: 13px;
}

.aw-story-card strong {
	position: absolute;
	right: 16px;
	bottom: 16px;
	max-width: 260px;
	padding: 11px 14px;
	background: rgba(255,255,255,.92);
	color: var(--aw-black);
	font-size: 18px;
	line-height: 1.55;
}

.aw-section {
	margin-top: clamp(64px, 7vw, 104px);
}

.aw-section--split {
	padding-bottom: clamp(58px, 7vw, 92px);
	border-bottom: 1px solid var(--aw-line);
}

.aw-section__head {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 18px;
	align-items: center;
	margin-bottom: clamp(26px, 4vw, 42px);
}

.aw-section__head span {
	height: 1px;
	background: var(--aw-line);
}

.aw-section__head p {
	margin: 0;
	padding: 8px 14px;
	border: 1px solid var(--aw-line);
	background: var(--aw-white);
	color: var(--aw-violet);
	font-size: 13px;
}

.aw-section__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(260px, .7fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: end;
	margin-bottom: 34px;
}

.aw-section__intro--compact {
	align-items: start;
}

.aw-section__intro h2,
.aw-why h2,
.aw-banner h2,
.aw-testimonials h2 {
	margin: 0;
	color: var(--aw-black);
	font-size: clamp(36px, 4.4vw, 56px) !important;
	font-weight: 700;
	line-height: 1.18;
}

.aw-section__intro p,
.aw-why p,
.aw-banner p {
	margin: 10px 0 0;
	color: var(--aw-muted);
	font-size: 16px;
	line-height: 1.9;
}

.aw-product-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	align-items: end;
}

.aw-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.aw-product-card {
	background: var(--aw-white);
	border: 1px solid var(--aw-line);
	transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.aw-product-card:hover {
	transform: translateY(-3px);
	border-color: rgba(76,58,99,.35);
}

.aw-product-card__media {
	display: block;
	padding: 18px;
	background:
		radial-gradient(circle at 72% 20%, rgba(167,103,63,.12), transparent 30%),
		var(--aw-surface);
}

.aw-product-row .aw-product-card__media {
	min-height: 210px;
	display: grid;
	place-items: center;
}

.aw-product-row .aw-product-card:nth-child(2) .aw-product-card__media {
	min-height: 260px;
	background:
		radial-gradient(circle at 35% 28%, rgba(98,85,143,.12), transparent 38%),
		var(--aw-surface);
}

.aw-product-row .aw-product-card:nth-child(3) .aw-product-card__media {
	min-height: 230px;
}

.aw-product-row .aw-product-card:nth-child(4) .aw-product-card__media {
	min-height: 190px;
}

.aw-product-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.aw-product-card__body {
	padding: 15px 16px 17px;
}

.aw-product-card__title {
	display: block;
	color: var(--aw-black);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.65;
	text-decoration: none;
}

.aw-product-card__detail {
	min-height: 42px;
	margin: 7px 0 0;
	color: var(--aw-muted);
	font-size: 13px;
	line-height: 1.7;
}

.aw-product-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 14px;
	color: var(--aw-black);
	font-size: 14px;
}

.aw-product-card__meta del,
.aw-product-card__meta ins {
	text-decoration-thickness: 1px;
}

.aw-why {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
	gap: 28px;
	align-items: stretch;
}

.aw-why__image,
.aw-why__panel {
	background: var(--aw-white);
	border: 1px solid var(--aw-line);
}

.aw-why__image {
	display: flex;
	overflow: hidden;
}

.aw-why__image img {
	width: 100%;
	height: 100%;
	min-height: 470px;
	object-fit: cover;
}

.aw-why__panel {
	padding: clamp(28px, 4vw, 48px);
	background:
		linear-gradient(180deg, rgba(255,255,255,.94), rgba(250,247,241,.94)),
		var(--aw-pattern);
	background-size: auto, 150px 84px;
}

.aw-accordion {
	margin-top: 28px;
	border-top: 1px solid var(--aw-line);
}

.aw-accordion div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 18px 0;
	border-bottom: 1px solid var(--aw-line);
	font-size: 16px;
}

.aw-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

.aw-benefits > div,
.aw-promo {
	min-height: 160px;
	padding: 22px;
	background: var(--aw-white);
	border: 1px solid var(--aw-line);
	text-decoration: none;
}

.aw-benefits > div:nth-child(1) {
	background: var(--aw-white);
}

.aw-benefits > div:nth-child(2) {
	background: var(--aw-white);
}

.aw-benefits > div:nth-child(3) {
	background: var(--aw-white);
}

.aw-benefits strong {
	display: block;
	color: var(--aw-black);
	font-size: 20px;
}

.aw-benefits p {
	margin: 10px 0 18px;
	color: var(--aw-muted);
	font-size: 15px;
	line-height: 1.85;
}

.aw-benefits a {
	color: var(--aw-black);
	font-size: 14px;
}

.aw-promo {
	position: relative;
	overflow: hidden;
	color: var(--aw-white);
}

.aw-promo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(.82) saturate(.9);
}

.aw-promo span,
.aw-promo strong {
	position: relative;
	z-index: 1;
}

.aw-promo span {
	display: inline-grid;
	place-items: center;
	width: 68px;
	height: 68px;
	margin-bottom: 14px;
	background: var(--aw-violet);
	color: var(--aw-white);
	font-weight: 700;
	font-size: 17px;
}

.aw-promo strong {
	color: var(--aw-white);
	font-size: 28px;
}

.aw-banner {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(280px, .8fr);
	gap: 24px;
	align-items: center;
	margin-top: clamp(64px, 8vw, 110px);
	padding: clamp(32px, 5vw, 56px);
	background:
		linear-gradient(135deg, rgba(255,255,255,.9), rgba(240,237,243,.78)),
		var(--aw-white);
	border: 1px solid var(--aw-line);
}

.aw-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--aw-pattern);
	background-repeat: repeat;
	background-size: 560px auto;
	background-position: center;
	opacity: .06;
	pointer-events: none;
}

.aw-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,.78)),
		linear-gradient(180deg, rgba(255,255,255,.8), rgba(247,244,238,.92));
	pointer-events: none;
}

.aw-banner > * {
	position: relative;
	z-index: 1;
}

.aw-banner img {
	justify-self: center;
	width: min(100%, 380px);
	max-height: 330px;
	object-fit: contain;
}

.aw-banner-object {
	position: relative;
	justify-self: center;
	width: min(100%, 360px);
	aspect-ratio: 1 / .78;
	border: 1px solid var(--aw-line);
	background:
		linear-gradient(135deg, rgba(255,255,255,.82), rgba(246,246,246,.92)),
		var(--aw-white);
	overflow: hidden;
}

.aw-banner-object::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--aw-pattern);
	background-size: 420px auto;
	opacity: .055;
}

.aw-banner-object span {
	position: absolute;
	display: block;
	background: var(--aw-black);
}

.aw-banner-object span:nth-child(1) {
	width: 42%;
	height: 18%;
	right: 18%;
	top: 23%;
	transform: skewX(-18deg);
}

.aw-banner-object span:nth-child(2) {
	width: 18%;
	height: 54%;
	right: 42%;
	top: 25%;
}

.aw-banner-object span:nth-child(3) {
	width: 34%;
	height: 13%;
	right: 20%;
	bottom: 20%;
	background: var(--aw-surface-strong);
}

.aw-term-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.aw-term-pills a {
	padding: 9px 15px;
	border: 1px solid var(--aw-line);
	color: var(--aw-muted);
	font-size: 14px;
	text-decoration: none;
}

.aw-journal-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.aw-journal-card {
	display: block;
	padding: 14px;
	background: var(--aw-white);
	border: 1px solid var(--aw-line);
	color: var(--aw-black);
	text-decoration: none;
}

.aw-journal-card img {
	width: 100%;
	aspect-ratio: 1.35 / 1;
	object-fit: cover;
	margin-bottom: 14px;
	filter: saturate(.88);
}

.aw-journal-card strong,
.aw-journal-card span {
	display: block;
}

.aw-journal-card strong {
	font-size: 17px;
	line-height: 1.7;
}

.aw-journal-card span {
	margin-top: 8px;
	color: var(--aw-muted);
	font-size: 14px;
}

.aw-testimonials {
	margin-top: clamp(64px, 8vw, 110px);
	text-align: center;
}

.aw-testimonials > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	width: min(760px, 100%);
	margin: 34px auto 0;
}

.aw-testimonials article {
	padding: 26px;
	background: var(--aw-white);
	border: 1px solid var(--aw-line);
	box-shadow: 0 18px 44px rgba(24, 30, 42, .06);
	text-align: right;
}

.aw-testimonials span {
	color: var(--aw-gold);
}

.aw-testimonials strong {
	display: block;
	margin-top: 12px;
	color: var(--aw-black);
	font-size: 17px;
}

.aw-testimonials p {
	margin: 10px 0 0;
	color: var(--aw-muted);
	font-size: 15px;
	line-height: 1.9;
}

@media (max-width: 1024px) {
	.aw-home__shell {
		width: 100%;
		padding: 0 0 42px;
	}

	.aw-home__shell > section {
		width: min(900px, calc(100% - 24px));
	}

	.aw-hero,
	.aw-section__intro,
	.aw-why,
	.aw-banner {
		grid-template-columns: 1fr;
	}

	.aw-hero__proof {
		justify-items: start;
	}

	.aw-product-row,
	.aw-product-grid,
	.aw-journal-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aw-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.aw-home__shell > .aw-hero-cards {
	border-bottom: 0 !important;
}

@media (max-width: 640px) {
	.aw-home {
		padding: 0;
	}

	.aw-home__shell {
		width: 100%;
		padding: 0 0 34px;
		box-shadow: none;
	}

	.aw-home__shell > section {
		width: calc(100% - 24px);
	}

	.aw-hero h1 {
		font-size: 38px !important;
		line-height: 1.2;
	}

	.aw-hero-cards,
	.aw-product-row,
	.aw-product-grid,
	.aw-benefits,
	.aw-journal-grid,
	.aw-testimonials > div {
		grid-template-columns: 1fr;
	}

	.aw-story-card,
	.aw-story-card img {
		min-height: 230px;
	}

	.aw-section__head {
		grid-template-columns: 1fr;
	}

	.aw-term-pills {
		justify-content: flex-start;
	}

	.aw-why__image img {
		min-height: 320px;
	}

	.aw-banner {
		padding: 28px 20px;
	}
}

/* Final homepage composition pass. */
.aw-home {
	background: var(--aw-white);
}

.aw-home__shell {
	background:
		linear-gradient(180deg, var(--aw-white) 0 640px, var(--aw-paper) 640px 100%);
}

.aw-home__shell > section {
	width: min(1240px, calc(100% - 44px));
}

.aw-hero {
	grid-template-columns: 1fr;
	gap: clamp(28px, 4.5vw, 64px);
	align-items: end;
	min-height: clamp(430px, 48vw, 580px);
	padding-top: clamp(58px, 7vw, 108px);
	padding-bottom: clamp(42px, 5.6vw, 82px);
}

.aw-hero::before {
	inset: 20px auto auto 0;
	width: auto;
	height: auto;
	inset: 0;
	background-size: 520px auto;
	opacity: .052;
}

.aw-kicker,
.aw-small-link,
.aw-section__head p {
	padding: 8px 14px;
	background: rgba(255,255,255,.8);
	color: var(--aw-copper);
	font-size: 14px;
	font-weight: 500;
}

.aw-hero h1 {
	max-width: 820px;
	font-size: clamp(48px, 5.8vw, 78px) !important;
	font-weight: 700;
	line-height: 1.08;
}

.aw-hero p {
	max-width: 680px;
	margin-top: 18px;
	font-size: 18px;
	line-height: 2;
}

.aw-button {
	min-height: 46px;
	padding: 12px 22px;
	font-size: 15px;
	font-weight: 500;
}

.aw-hero__proof {
	min-height: 230px;
	padding: 28px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.9), rgba(247,244,238,.86)),
		var(--aw-white);
	border-color: var(--aw-line);
}

.aw-hero__proof::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--aw-pattern);
	background-size: 420px auto;
	opacity: .055;
	pointer-events: none;
}

.aw-hero__feature {
	padding: 34px 28px 116px;
	display: none;
}

.aw-hero__feature img {
	max-height: 300px;
}

.aw-hero__feature span {
	right: 22px;
	bottom: 28px;
	padding: 11px 14px;
	border: 1px solid rgba(222,216,206,.75);
	background: rgba(255,255,255,.94);
	font-size: 16px;
}

.aw-avatar-stack {
	position: absolute;
	top: 20px;
	left: 20px;
	align-self: auto;
	margin: 0;
}

.aw-hero__proof strong {
	position: absolute;
	top: 60px;
	left: 24px;
	align-self: auto;
	font-size: 24px;
	line-height: 1;
}

.aw-hero__proof small {
	position: absolute;
	top: 88px;
	left: 24px;
	font-size: 14px;
}

.aw-hero__proof p {
	position: relative;
	z-index: 1;
	max-width: 260px;
	margin: 112px 0 0;
	color: var(--aw-muted);
	font-size: 15px;
	line-height: 1.9;
}

.aw-hero-cards {
	grid-template-columns: 1.22fr .98fr .98fr;
	gap: clamp(18px, 2.4vw, 28px);
	margin-top: clamp(32px, 4.2vw, 56px);
	padding-bottom: clamp(58px, 7vw, 92px);
}

.aw-story-card {
	min-height: clamp(270px, 24vw, 340px);
	background: var(--aw-white);
}

.aw-story-card img {
	min-height: clamp(260px, 24vw, 330px);
	padding: clamp(18px, 2.4vw, 30px);
}

.aw-story-card strong {
	right: 18px;
	bottom: 18px;
	max-width: 78%;
	font-size: 19px;
	font-weight: 600;
}

.aw-section {
	margin-top: clamp(72px, 8vw, 118px);
}

.aw-section__intro h2,
.aw-why h2,
.aw-banner h2,
.aw-testimonials h2 {
	font-size: clamp(40px, 4.7vw, 62px) !important;
	line-height: 1.12;
}

.aw-section__intro p,
.aw-why p,
.aw-banner p {
	max-width: 660px;
	font-size: 17px;
	line-height: 2;
}

.aw-product-row,
.aw-product-grid,
.aw-journal-grid {
	gap: 24px;
}

.aw-product-card {
	background: var(--aw-white);
}

.aw-product-card__media {
	min-height: 268px;
	padding: 22px;
	background: var(--aw-white);
}

.aw-product-grid .aw-product-card__media {
	min-height: 310px;
}

.aw-product-card__title {
	font-size: 17px;
	font-weight: 600;
}

.aw-product-card__meta {
	font-size: 15px;
}

.aw-why {
	grid-template-columns: minmax(0, .98fr) minmax(360px, .82fr);
	gap: 24px;
}

.aw-why__image img {
	min-height: 540px;
	object-fit: contain;
	padding: clamp(26px, 4vw, 48px);
	background: var(--aw-surface);
}

.aw-why__panel {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255,255,255,.94), rgba(247,244,238,.96)),
		var(--aw-surface);
}

.aw-why__panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--aw-pattern);
	background-size: 420px auto;
	opacity: .032;
	pointer-events: none;
}

.aw-why__panel > * {
	position: relative;
	z-index: 1;
}

.aw-benefits {
	gap: 20px;
	margin-top: 26px;
}

.aw-benefits > div,
.aw-promo {
	min-height: 178px;
	padding: 24px;
}

.aw-benefits strong {
	font-size: 22px;
}

.aw-banner {
	position: relative;
	overflow: hidden;
	grid-template-columns: minmax(0, .95fr) minmax(320px, .78fr);
	margin-top: clamp(78px, 9vw, 126px);
	padding: clamp(38px, 5.2vw, 68px);
	background:
		linear-gradient(135deg, rgba(255,255,255,.96), rgba(240,237,243,.78)),
		var(--aw-white);
}

.aw-banner::before {
	background-size: 560px auto;
	opacity: .064;
}

.aw-banner > * {
	position: relative;
	z-index: 1;
}

.aw-banner img {
	width: min(100%, 430px);
	max-height: 360px;
}

.aw-testimonials article {
	box-shadow: none;
}

@media (min-width: 781px) and (max-width: 1100px) {
	.aw-home__shell > section {
		width: min(1000px, calc(100% - 32px));
	}

	.aw-hero {
		grid-template-columns: 1fr;
		min-height: 430px;
	}

	.aw-hero h1 {
		font-size: clamp(44px, 5.4vw, 62px) !important;
	}

	.aw-hero-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 780px) {
	.aw-home__shell {
		background: var(--aw-white);
	}

	.aw-home__shell > section {
		width: calc(100% - 28px);
	}

	.aw-hero,
	.aw-section__intro,
	.aw-why,
	.aw-banner {
		grid-template-columns: 1fr;
	}

	.aw-hero {
		padding-top: 34px;
	}

	.aw-hero h1 {
		font-size: 40px !important;
		line-height: 1.16;
	}

	.aw-hero p,
	.aw-section__intro p,
	.aw-why p,
	.aw-banner p {
		font-size: 16px;
	}

	.aw-hero__proof {
		min-height: 340px;
	}

	.aw-hero-cards,
	.aw-product-row,
	.aw-product-grid,
	.aw-benefits,
	.aw-journal-grid,
	.aw-testimonials > div {
		grid-template-columns: 1fr;
	}
}

/* Final hero and featured-card correction. */
.aw-hero {
	justify-items: end;
}

.aw-hero__copy {
	width: min(860px, 100%);
	margin-inline-start: 0;
	margin-inline-end: 0;
	text-align: right;
}

.aw-hero h1,
.aw-hero p {
	margin-inline-start: auto;
	margin-inline-end: 0;
}

.aw-hero__actions {
	justify-content: flex-start;
}

.aw-hero-cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	margin-top: clamp(22px, 3vw, 38px);
}

.aw-story-card {
	min-height: 0 !important;
	aspect-ratio: 1 / .86;
	background: var(--aw-white) !important;
}

.aw-story-card img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0 !important;
	padding: clamp(18px, 2vw, 28px) clamp(22px, 2.8vw, 36px) clamp(68px, 5vw, 82px);
	object-fit: contain;
	background: var(--aw-white);
}

.aw-story-card .aw-chip {
	top: 16px;
	right: 16px;
	left: auto;
	background: var(--aw-violet-soft);
}

.aw-story-card strong {
	right: 18px;
	left: 18px;
	bottom: 18px;
	max-width: none;
	padding: 0;
	background: transparent;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.55;
}

@media (max-width: 780px) {
	.aw-hero__copy {
		width: 100%;
	}

	.aw-hero-cards {
		grid-template-columns: 1fr;
	}

	.aw-story-card {
		aspect-ratio: 1 / .8;
	}
}

.aw-section--split {
	padding-bottom: clamp(58px, 7vw, 92px);
	border-bottom: 1px solid var(--aw-line);
}

.aw-section--split + .aw-section,
.aw-section--split + .aw-why {
	margin-top: clamp(58px, 7vw, 92px);
}

/* Final guideline alignment: hero content belongs to the right edge in RTL. */
.aw-hero {
	justify-items: end !important;
	text-align: right;
}

.aw-hero__copy {
	justify-self: end !important;
	width: min(820px, 100%) !important;
	margin-right: 0 !important;
	margin-left: auto !important;
	text-align: right !important;
}

.aw-hero h1,
.aw-hero p {
	margin-right: 0 !important;
	margin-left: auto !important;
	text-align: right !important;
}

.aw-hero__actions {
	width: max-content;
	max-width: 100%;
	margin-right: 0 !important;
	margin-left: auto !important;
	justify-content: flex-start !important;
}

@media (max-width: 780px) {
	.aw-hero__copy,
	.aw-hero h1,
	.aw-hero p,
	.aw-hero__actions {
		width: 100% !important;
		margin-inline: 0 !important;
	}
}

.aw-hero__copy {
	width: min(980px, 100%) !important;
}

.aw-hero h1 {
	max-width: 980px !important;
	font-size: clamp(44px, 5vw, 70px) !important;
	line-height: 1.12;
}

.aw-hero p {
	max-width: 780px !important;
}

.aw-hero .aw-button {
	min-width: 132px;
	min-height: 50px;
	padding: 13px 24px;
	border-width: 1px !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

.aw-hero .aw-button--dark {
	background: var(--aw-black) !important;
	border-color: var(--aw-black) !important;
	color: var(--aw-white) !important;
}

.aw-hero .aw-button--text {
	background: rgba(255,255,255,.76) !important;
	border-color: var(--aw-copper) !important;
	color: var(--aw-ink) !important;
}

.aw-hero .aw-button--dark:hover {
	background: var(--aw-violet) !important;
	border-color: var(--aw-violet) !important;
}

.aw-hero .aw-button--text:hover {
	background: var(--aw-paper) !important;
	border-color: var(--aw-black) !important;
	color: var(--aw-black) !important;
}

/* Brand pattern starts immediately below the navigation header. */
.aw-hero {
	background: var(--aw-white) !important;
}

.aw-hero::before {
	opacity: .09 !important;
	background-size: 560px auto !important;
	background-position: center top !important;
}

.aw-hero::after {
	background:
		linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.82) 58%, rgba(255,255,255,.68) 100%),
		linear-gradient(180deg, rgba(255,255,255,.7), rgba(255,255,255,.96)) !important;
}

.aw-home__shell > .aw-hero {
	width: 100% !important;
	max-width: none !important;
	padding-right: max(16px, calc((100% - 1240px) / 2)) !important;
	padding-left: max(16px, calc((100% - 1240px) / 2)) !important;
}

.aw-home__shell > .aw-hero::before,
.aw-home__shell > .aw-hero::after {
	inset: 0 !important;
}

.aw-home__shell > .aw-hero::before {
	opacity: .11 !important;
	background-repeat: repeat !important;
	background-size: 560px auto !important;
	background-position: left top !important;
}

.aw-home__shell > .aw-hero::after {
	background:
		linear-gradient(90deg, rgba(255,255,255,.58) 0%, rgba(255,255,255,.78) 42%, rgba(255,255,255,.96) 100%) !important;
}

/* Keep the opening tighter so the featured cards are visible sooner. */
.aw-home__shell > .aw-hero {
	min-height: clamp(340px, 36vw, 440px) !important;
	padding-top: clamp(38px, 5vw, 72px) !important;
	padding-bottom: clamp(28px, 4vw, 52px) !important;
}

.aw-hero-cards {
	margin-top: clamp(14px, 2vw, 26px) !important;
}

@media (max-width: 780px) {
	.aw-home__shell > .aw-hero {
		min-height: auto !important;
		padding-top: 34px !important;
		padding-bottom: 30px !important;
	}
}

/* Final QA fixes from annotated review. */
.aw-hero-cards {
	padding-bottom: clamp(20px, 3vw, 34px) !important;
	border-bottom: 0 !important;
}

.aw-section__head {
	display: block !important;
	margin: 0 0 clamp(28px, 4vw, 46px) !important;
}

.aw-section__head span {
	display: block !important;
	width: 100%;
	height: 1px;
	background: var(--aw-line);
}

.aw-section__head p {
	display: none !important;
}

.aw-section__intro {
	grid-template-columns: 1fr !important;
	gap: 12px !important;
	align-items: start !important;
	margin-bottom: clamp(28px, 4vw, 42px) !important;
}

.aw-section__intro > p {
	max-width: 720px !important;
	margin: 12px 0 0 auto !important;
	text-align: right !important;
}

.aw-why__panel::before {
	opacity: .018 !important;
}

.aw-benefits {
	align-items: stretch;
}

.aw-promo {
	display: grid;
	align-content: end;
	gap: 12px;
	background:
		linear-gradient(135deg, rgba(21,17,25,.92), rgba(52,40,63,.86)),
		var(--aw-pattern) !important;
	background-size: auto, 420px auto !important;
	background-position: center, center !important;
	color: var(--aw-white) !important;
}

.aw-promo img {
	display: none !important;
}

.aw-promo span {
	width: max-content !important;
	height: auto !important;
	margin: 0 !important;
	padding: 7px 12px;
	background: rgba(255,255,255,.1) !important;
	border: 1px solid rgba(255,255,255,.28);
	color: rgba(255,255,255,.82) !important;
	font-size: 13px !important;
}

.aw-promo strong {
	max-width: 320px;
	color: var(--aw-white) !important;
	font-size: clamp(24px, 2.5vw, 34px) !important;
	line-height: 1.25;
}

.aw-promo p {
	position: relative;
	z-index: 1;
	max-width: 330px;
	margin: 0;
	color: rgba(255,255,255,.76);
	font-size: 15px;
	line-height: 1.9;
}

.aw-banner {
	min-height: clamp(300px, 34vw, 430px);
	padding: clamp(34px, 5vw, 68px) !important;
	background:
		linear-gradient(90deg, rgba(250,247,241,.96), rgba(255,255,255,.86)),
		var(--aw-white) !important;
}

.aw-banner::before {
	background-size: 640px auto !important;
	opacity: .038 !important;
}

.aw-banner::after {
	background:
		linear-gradient(90deg, rgba(255,255,255,.18), rgba(255,255,255,.78) 58%, rgba(255,255,255,.96)) !important;
}

.aw-banner h2 {
	max-width: 560px;
	font-size: clamp(38px, 4.2vw, 58px) !important;
}

.aw-banner p {
	max-width: 620px !important;
	font-size: 17px !important;
}

.aw-banner .aw-button {
	margin-top: 18px;
	background: var(--aw-black) !important;
	border-color: var(--aw-black) !important;
	color: var(--aw-white) !important;
}

.aw-term-pills {
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start !important;
}

.aw-term-pills a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 9px 15px;
	background: var(--aw-white);
	border: 1px solid var(--aw-line);
	color: var(--aw-ink);
	font-size: 14px;
	line-height: 1.4;
	white-space: nowrap;
}

.aw-product-card__media {
	border-bottom: 1px solid var(--aw-line);
}

.aw-product-card__body {
	position: relative;
	padding: 18px 18px 20px !important;
}

.aw-product-card__meta > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 14px;
	background: var(--aw-black);
	border: 1px solid var(--aw-black);
	color: var(--aw-white) !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	white-space: nowrap;
}

.aw-product-card__meta > a::after {
	content: "↗";
	margin-right: 8px;
	font-size: 13px;
	line-height: 1;
}

.aw-product-card__meta > a:hover {
	background: var(--aw-white);
	color: var(--aw-black) !important;
}

.aw-testimonials > div {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	width: min(1040px, 100%) !important;
}

.aw-home__shell {
	padding-bottom: clamp(28px, 4vw, 46px) !important;
}

@media (max-width: 900px) {
	.aw-testimonials > div {
		grid-template-columns: 1fr !important;
	}
}

/* Monochrome polish: remove warm cream tones for a sharper minimal look. */
.aw-home,
.aw-home__shell {
	background: var(--aw-white) !important;
}

.aw-home__shell > .aw-hero {
	background: var(--aw-white) !important;
}

.aw-hero-cards,
.aw-section,
.aw-why,
.aw-benefits,
.aw-testimonials {
	background: transparent !important;
}

.aw-story-card,
.aw-product-card,
.aw-journal-card,
.aw-testimonials article,
.aw-benefits > div,
.aw-term-pills a {
	background: var(--aw-white) !important;
	border-color: var(--aw-line) !important;
}

.aw-product-card__media,
.aw-product-card__media img,
.aw-story-card img,
.aw-why__image img {
	background: var(--aw-white) !important;
}

.aw-benefits > div:nth-child(1),
.aw-benefits > div:nth-child(2),
.aw-benefits > div:nth-child(3) {
	background: #fafafa !important;
}

.aw-why__panel {
	background:
		linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,250,250,.96)),
		var(--aw-white) !important;
}

.aw-banner {
	background:
		linear-gradient(90deg, rgba(255,255,255,.96), rgba(246,246,246,.9)),
		var(--aw-white) !important;
}

.aw-banner::after {
	background:
		linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.78) 58%, rgba(255,255,255,.96)) !important;
}

.aw-promo {
	background:
		linear-gradient(135deg, rgba(7,7,7,.94), rgba(30,30,30,.9)),
		var(--aw-pattern) !important;
}

.aw-section--split,
.aw-section__head span,
.aw-product-card__media,
.aw-product-card__meta > a {
	border-color: var(--aw-line) !important;
}

/* Subtle neutral bands so the minimal palette is not flat-white everywhere. */
.aw-home {
	background:
		linear-gradient(180deg, var(--aw-white) 0 38%, var(--aw-paper) 38% 100%) !important;
}

.aw-hero-cards,
.aw-section--split,
.aw-why,
.aw-benefits,
.aw-testimonials {
	background: transparent !important;
}

.aw-section--split,
.aw-why,
.aw-testimonials {
	position: relative;
}

.aw-section--split::before,
.aw-why::before,
.aw-testimonials::before {
	content: "";
	position: absolute;
	inset: clamp(-28px, -3vw, -18px) 50% clamp(-28px, -3vw, -18px);
	z-index: -1;
	width: 100vw;
	transform: translateX(50%);
	background: #f7f7f7;
	pointer-events: none;
}

.aw-banner {
	background:
		linear-gradient(90deg, rgba(255,255,255,.92), rgba(245,245,245,.92)),
		var(--aw-white) !important;
}

.aw-banner .aw-banner-object {
	background: var(--aw-white) !important;
}

/* Visible neutral section bands, without warming the palette. */
.aw-section--split,
.aw-why,
.aw-benefits,
.aw-section[aria-labelledby="aw-all-title"],
.aw-testimonials {
	background: #f7f7f7 !important;
	box-shadow: 0 0 0 100vmax #f7f7f7;
	clip-path: inset(0 -100vmax);
}

.aw-section--split {
	padding-top: clamp(40px, 5vw, 72px);
}

.aw-benefits {
	padding-block: clamp(28px, 4vw, 48px);
}

.aw-section[aria-labelledby="aw-all-title"],
.aw-testimonials {
	padding-block: clamp(52px, 7vw, 86px);
}

.aw-section--split::before,
.aw-why::before,
.aw-testimonials::before {
	display: none !important;
}

.aw-product-card__meta > a {
	text-indent: 0 !important;
	overflow: visible !important;
	color: var(--aw-white) !important;
}

.aw-product-card__meta > a:hover {
	color: var(--aw-black) !important;
}

/* Compact the editorial why/benefits block. */
.aw-why {
	margin-top: clamp(44px, 5vw, 70px) !important;
	gap: 18px !important;
	align-items: stretch !important;
}

.aw-why__image img {
	min-height: 0 !important;
	height: 100% !important;
	padding: 0 !important;
	object-fit: cover !important;
	object-position: center 42% !important;
	background: var(--aw-white) !important;
}

.aw-why__panel {
	min-height: 0 !important;
	padding: clamp(24px, 3.2vw, 40px) !important;
}

.aw-why h2 {
	font-size: clamp(34px, 4vw, 52px) !important;
}

.aw-why p {
	margin-top: 8px !important;
}

.aw-accordion {
	margin-top: 18px !important;
}

.aw-accordion div {
	padding: 12px 0 !important;
}

.aw-benefits {
	margin-top: 16px !important;
	padding-block: clamp(20px, 3vw, 34px) !important;
}

/* Final vertical rhythm: every color band gets deliberate breathing room. */
.aw-home {
	--aw-band-pad: clamp(54px, 6vw, 86px);
	--aw-band-pad-sm: clamp(38px, 4.5vw, 62px);
	--aw-band-gap: clamp(42px, 5vw, 72px);
}

.aw-hero-cards {
	margin-top: 0 !important;
	padding-top: clamp(26px, 3vw, 44px) !important;
	padding-bottom: var(--aw-band-pad-sm) !important;
}

.aw-section {
	margin-top: var(--aw-band-gap) !important;
}

.aw-section--split {
	margin-top: 0 !important;
	padding-top: var(--aw-band-pad) !important;
	padding-bottom: var(--aw-band-pad) !important;
}

.aw-section--split + .aw-why {
	margin-top: 0 !important;
}

.aw-why {
	margin-top: 0 !important;
	padding-top: var(--aw-band-pad) !important;
	padding-bottom: clamp(28px, 3.5vw, 48px) !important;
}

.aw-benefits {
	margin-top: 0 !important;
	padding-top: clamp(28px, 3.5vw, 48px) !important;
	padding-bottom: var(--aw-band-pad) !important;
}

.aw-banner {
	margin-top: var(--aw-band-gap) !important;
	margin-bottom: 0 !important;
}

.aw-section[aria-labelledby="aw-all-title"] {
	margin-top: var(--aw-band-gap) !important;
	padding-top: var(--aw-band-pad) !important;
	padding-bottom: var(--aw-band-pad) !important;
}

.aw-section[aria-labelledby="aw-journal-title"] {
	margin-top: var(--aw-band-gap) !important;
	padding-bottom: clamp(48px, 6vw, 84px) !important;
}

/* Final homepage banner RTL position. Keep this at EOF after all banner overrides. */
.aw-banner > div {
	margin-right: 0 !important;
	margin-left: auto !important;
	text-align: right !important;
	direction: rtl !important;
}

.aw-banner h2,
.aw-banner p {
	text-align: right !important;
}

.aw-banner .aw-button {
	margin-right: 0 !important;
	margin-left: auto !important;
}

/* Physical right placement for the homepage CTA content. */
.aw-banner {
	display: flex !important;
	justify-content: flex-end !important;
	direction: ltr !important;
}

.aw-banner > div {
	flex: 0 1 680px !important;
	width: min(680px, 100%) !important;
	margin: 0 !important;
	direction: rtl !important;
	text-align: right !important;
}

/* Final mobile fix for the opening artwork picks. Keep this at EOF. */
@media (max-width: 640px) {
	.aw-home__shell > .aw-hero-cards,
	.aw-hero-cards {
		display: grid !important;
		grid-template-columns: 1fr !important;
		width: calc(100% - 32px) !important;
		gap: 18px !important;
		margin-top: 0 !important;
		padding: 28px 0 34px !important;
		background: var(--aw-white) !important;
		border-top: 1px solid var(--aw-line) !important;
		border-bottom: 1px solid var(--aw-line) !important;
	}

	.aw-home__shell > .aw-hero-cards::before,
	.aw-home__shell > .aw-hero-cards::after,
	.aw-hero-cards::before,
	.aw-hero-cards::after {
		display: none !important;
		content: none !important;
	}

	.aw-home__shell .aw-hero-cards__intro,
	.aw-hero-cards__intro {
		display: block !important;
		min-height: 0 !important;
		padding: 0 0 16px !important;
		border: 0 !important;
		border-bottom: 1px solid var(--aw-line) !important;
		text-align: right !important;
	}

	.aw-home__shell .aw-hero-cards__intro h2,
	.aw-hero-cards__intro h2 {
		max-width: none !important;
		margin: 0 0 10px !important;
		font-size: clamp(27px, 8vw, 34px) !important;
		line-height: 1.35 !important;
		text-align: right !important;
	}

	.aw-home__shell .aw-hero-cards__intro p,
	.aw-hero-cards__intro p {
		max-width: none !important;
		margin: 0 !important;
		font-size: 15px !important;
		line-height: 2 !important;
		text-align: right !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card,
	.aw-hero-cards .aw-story-card {
		display: grid !important;
		grid-template-columns: 1fr !important;
		grid-template-rows: auto auto auto auto auto !important;
		gap: 0 !important;
		min-height: 0 !important;
		padding: 0 0 20px !important;
		background: var(--aw-white) !important;
		border: 1px solid var(--aw-line) !important;
		text-align: right !important;
		overflow: hidden !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card::before,
	.aw-home__shell > .aw-hero-cards .aw-story-card::after,
	.aw-hero-cards .aw-story-card::before,
	.aw-hero-cards .aw-story-card::after {
		display: none !important;
		content: none !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card img,
	.aw-hero-cards .aw-story-card img {
		grid-row: auto !important;
		width: 100% !important;
		height: 250px !important;
		margin: 0 !important;
		padding: 24px !important;
		background: var(--aw-white) !important;
		border: 0 !important;
		border-bottom: 1px solid var(--aw-line) !important;
		object-fit: contain !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card .aw-chip,
	.aw-hero-cards .aw-story-card .aw-chip {
		position: static !important;
		display: block !important;
		width: auto !important;
		height: auto !important;
		margin: 16px 18px 6px auto !important;
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
		color: var(--aw-muted) !important;
		font-size: 12px !important;
		font-weight: 800 !important;
		line-height: 1.5 !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card strong,
	.aw-hero-cards .aw-story-card strong,
	.aw-home__shell > .aw-hero-cards .aw-story-card small,
	.aw-hero-cards .aw-story-card small {
		margin-right: 18px !important;
		margin-left: 18px !important;
		text-align: right !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card strong,
	.aw-hero-cards .aw-story-card strong {
		font-size: 18px !important;
		line-height: 1.7 !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card small,
	.aw-hero-cards .aw-story-card small {
		margin-top: 8px !important;
		padding-top: 10px !important;
		border-top: 1px solid var(--aw-line) !important;
		font-size: 13px !important;
		line-height: 1.8 !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card > em,
	.aw-hero-cards .aw-story-card > em {
		position: static !important;
		display: inline-flex !important;
		width: max-content !important;
		margin: 16px 18px 0 auto !important;
		align-items: center !important;
		gap: 8px !important;
	}
}

/* Final homepage divider cleanup between the opening works and the product section. */
.aw-home__shell > .aw-hero-cards,
.aw-hero-cards {
	border-bottom: 0 !important;
}

.aw-home__shell > .aw-section--split,
.aw-section--split,
.aw-section--split::before {
	border-top: 0 !important;
}

/* Final mobile fix for the opening artwork picks. Keep this at EOF. */
@media (max-width: 640px) {
	.aw-home__shell > .aw-hero-cards,
	.aw-hero-cards {
		display: grid !important;
		grid-template-columns: 1fr !important;
		width: calc(100% - 32px) !important;
		gap: 18px !important;
		margin-top: 0 !important;
		padding: 28px 0 34px !important;
		background: var(--aw-white) !important;
		border-top: 1px solid var(--aw-line) !important;
		border-bottom: 1px solid var(--aw-line) !important;
	}

	.aw-home__shell > .aw-hero-cards::before,
	.aw-home__shell > .aw-hero-cards::after,
	.aw-hero-cards::before,
	.aw-hero-cards::after {
		display: none !important;
		content: none !important;
	}

	.aw-home__shell .aw-hero-cards__intro,
	.aw-hero-cards__intro {
		display: block !important;
		min-height: 0 !important;
		padding: 0 0 16px !important;
		border: 0 !important;
		border-bottom: 1px solid var(--aw-line) !important;
		text-align: right !important;
	}

	.aw-home__shell .aw-hero-cards__intro h2,
	.aw-hero-cards__intro h2 {
		max-width: none !important;
		margin: 0 0 10px !important;
		font-size: clamp(27px, 8vw, 34px) !important;
		line-height: 1.35 !important;
		text-align: right !important;
	}

	.aw-home__shell .aw-hero-cards__intro p,
	.aw-hero-cards__intro p {
		max-width: none !important;
		margin: 0 !important;
		font-size: 15px !important;
		line-height: 2 !important;
		text-align: right !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card,
	.aw-hero-cards .aw-story-card {
		display: grid !important;
		grid-template-columns: 1fr !important;
		grid-template-rows: auto auto auto auto auto !important;
		gap: 0 !important;
		min-height: 0 !important;
		padding: 0 0 20px !important;
		background: var(--aw-white) !important;
		border: 1px solid var(--aw-line) !important;
		text-align: right !important;
		overflow: hidden !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card::before,
	.aw-home__shell > .aw-hero-cards .aw-story-card::after,
	.aw-hero-cards .aw-story-card::before,
	.aw-hero-cards .aw-story-card::after {
		display: none !important;
		content: none !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card img,
	.aw-hero-cards .aw-story-card img {
		grid-row: auto !important;
		width: 100% !important;
		height: 250px !important;
		margin: 0 !important;
		padding: 24px !important;
		background: var(--aw-white) !important;
		border: 0 !important;
		border-bottom: 1px solid var(--aw-line) !important;
		object-fit: contain !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card .aw-chip,
	.aw-hero-cards .aw-story-card .aw-chip {
		position: static !important;
		display: block !important;
		width: auto !important;
		height: auto !important;
		margin: 16px 18px 6px auto !important;
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
		color: var(--aw-muted) !important;
		font-size: 12px !important;
		font-weight: 800 !important;
		line-height: 1.5 !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card strong,
	.aw-hero-cards .aw-story-card strong,
	.aw-home__shell > .aw-hero-cards .aw-story-card small,
	.aw-hero-cards .aw-story-card small {
		margin-right: 18px !important;
		margin-left: 18px !important;
		text-align: right !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card strong,
	.aw-hero-cards .aw-story-card strong {
		font-size: 18px !important;
		line-height: 1.7 !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card small,
	.aw-hero-cards .aw-story-card small {
		margin-top: 8px !important;
		padding-top: 10px !important;
		border-top: 1px solid var(--aw-line) !important;
		font-size: 13px !important;
		line-height: 1.8 !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card > em,
	.aw-hero-cards .aw-story-card > em {
		position: static !important;
		display: inline-flex !important;
		width: max-content !important;
		margin: 16px 18px 0 auto !important;
		align-items: center !important;
		gap: 8px !important;
	}
}

/* Final mobile fix for opening selected works. Keep after all homepage overrides. */
@media (max-width: 640px) {
	.aw-home__shell > .aw-hero-cards,
	.aw-hero-cards {
		display: grid !important;
		grid-template-columns: 1fr !important;
		width: calc(100% - 32px) !important;
		gap: 18px !important;
		margin-top: 0 !important;
		padding: 28px 0 34px !important;
		background: var(--aw-white) !important;
		border-top: 1px solid var(--aw-line) !important;
		border-bottom: 1px solid var(--aw-line) !important;
	}

	.aw-home__shell > .aw-hero-cards::before,
	.aw-hero-cards::before {
		display: none !important;
		content: none !important;
	}

	.aw-home__shell .aw-hero-cards__intro,
	.aw-hero-cards__intro {
		display: block !important;
		min-height: 0 !important;
		padding: 0 0 16px !important;
		border: 0 !important;
		border-bottom: 1px solid var(--aw-line) !important;
		text-align: right !important;
	}

	.aw-home__shell .aw-hero-cards__intro h2,
	.aw-hero-cards__intro h2 {
		max-width: none !important;
		margin: 0 0 10px !important;
		font-size: clamp(27px, 8vw, 34px) !important;
		line-height: 1.35 !important;
		text-align: right !important;
	}

	.aw-home__shell .aw-hero-cards__intro p,
	.aw-hero-cards__intro p {
		max-width: none !important;
		margin: 0 !important;
		font-size: 15px !important;
		line-height: 2 !important;
		text-align: right !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card,
	.aw-hero-cards .aw-story-card {
		display: grid !important;
		grid-template-columns: 1fr !important;
		grid-template-rows: auto auto auto auto auto !important;
		gap: 0 !important;
		min-height: 0 !important;
		padding: 0 0 20px !important;
		background: var(--aw-white) !important;
		border: 1px solid var(--aw-line) !important;
		text-align: right !important;
		overflow: hidden !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card::before,
	.aw-hero-cards .aw-story-card::before {
		display: none !important;
		content: none !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card img,
	.aw-hero-cards .aw-story-card img {
		grid-row: auto !important;
		width: 100% !important;
		height: 250px !important;
		margin: 0 !important;
		padding: 24px !important;
		background: var(--aw-white) !important;
		border: 0 !important;
		border-bottom: 1px solid var(--aw-line) !important;
		object-fit: contain !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card .aw-chip,
	.aw-hero-cards .aw-story-card .aw-chip {
		position: static !important;
		display: block !important;
		width: auto !important;
		height: auto !important;
		margin: 16px 18px 6px auto !important;
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
		color: var(--aw-muted) !important;
		font-size: 12px !important;
		font-weight: 800 !important;
		line-height: 1.5 !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card strong,
	.aw-hero-cards .aw-story-card strong,
	.aw-home__shell > .aw-hero-cards .aw-story-card small,
	.aw-hero-cards .aw-story-card small {
		margin-right: 18px !important;
		margin-left: 18px !important;
		text-align: right !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card strong,
	.aw-hero-cards .aw-story-card strong {
		font-size: 18px !important;
		line-height: 1.7 !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card small,
	.aw-hero-cards .aw-story-card small {
		margin-top: 8px !important;
		padding-top: 10px !important;
		border-top: 1px solid var(--aw-line) !important;
		font-size: 13px !important;
		line-height: 1.8 !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card > em,
	.aw-hero-cards .aw-story-card > em {
		position: static !important;
		display: inline-flex !important;
		width: max-content !important;
		margin: 16px 18px 0 auto !important;
		align-items: center !important;
		gap: 8px !important;
	}
}

/* Final mobile rhythm for the opening selected works. */
@media (max-width: 640px) {
	.aw-home__shell > .aw-hero-cards,
	.aw-hero-cards {
		display: grid !important;
		grid-template-columns: 1fr !important;
		width: calc(100% - 32px) !important;
		gap: 18px !important;
		margin-top: 0 !important;
		padding: 28px 0 34px !important;
		background: var(--aw-white) !important;
		border-top: 1px solid var(--aw-line) !important;
		border-bottom: 1px solid var(--aw-line) !important;
	}

	.aw-hero-cards::before {
		display: none !important;
		content: none !important;
	}

	.aw-home__shell .aw-hero-cards__intro,
	.aw-hero-cards__intro {
		display: block !important;
		min-height: 0 !important;
		padding: 0 0 16px !important;
		border: 0 !important;
		border-bottom: 1px solid var(--aw-line) !important;
		text-align: right !important;
	}

	.aw-home__shell .aw-hero-cards__intro span,
	.aw-hero-cards__intro span {
		margin-right: 0 !important;
		margin-left: auto !important;
		font-size: 13px !important;
	}

	.aw-home__shell .aw-hero-cards__intro h2,
	.aw-hero-cards__intro h2 {
		max-width: none !important;
		margin: 0 0 10px !important;
		font-size: clamp(27px, 8vw, 34px) !important;
		line-height: 1.35 !important;
		text-align: right !important;
	}

	.aw-home__shell .aw-hero-cards__intro p,
	.aw-hero-cards__intro p {
		max-width: none !important;
		margin: 0 !important;
		font-size: 15px !important;
		line-height: 2 !important;
		text-align: right !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card,
	.aw-hero-cards .aw-story-card {
		display: grid !important;
		grid-template-columns: 1fr !important;
		grid-template-rows: auto auto auto auto auto !important;
		gap: 0 !important;
		min-height: 0 !important;
		padding: 0 0 20px !important;
		background: var(--aw-white) !important;
		border: 1px solid var(--aw-line) !important;
		text-align: right !important;
		overflow: hidden !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card::before,
	.aw-hero-cards .aw-story-card::before {
		display: none !important;
		content: none !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card img,
	.aw-hero-cards .aw-story-card img {
		grid-row: auto !important;
		width: 100% !important;
		height: 250px !important;
		margin: 0 !important;
		padding: 24px !important;
		background: var(--aw-white) !important;
		border: 0 !important;
		border-bottom: 1px solid var(--aw-line) !important;
		object-fit: contain !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card .aw-chip,
	.aw-hero-cards .aw-story-card .aw-chip {
		position: static !important;
		display: block !important;
		width: auto !important;
		height: auto !important;
		margin: 16px 18px 6px auto !important;
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
		color: var(--aw-muted) !important;
		font-size: 12px !important;
		font-weight: 800 !important;
		line-height: 1.5 !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card strong,
	.aw-hero-cards .aw-story-card strong,
	.aw-home__shell > .aw-hero-cards .aw-story-card small,
	.aw-hero-cards .aw-story-card small {
		margin-right: 18px !important;
		margin-left: 18px !important;
		text-align: right !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card strong,
	.aw-hero-cards .aw-story-card strong {
		font-size: 18px !important;
		line-height: 1.7 !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card small,
	.aw-hero-cards .aw-story-card small {
		margin-top: 8px !important;
		padding-top: 10px !important;
		border-top: 1px solid var(--aw-line) !important;
		font-size: 13px !important;
		line-height: 1.8 !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card > em,
	.aw-hero-cards .aw-story-card > em {
		position: static !important;
		display: inline-flex !important;
		width: max-content !important;
		margin: 16px 18px 0 auto !important;
		align-items: center !important;
		gap: 8px !important;
	}
}

/* Final selected works gallery: quiet, editorial, not a sales grid. */
.aw-home__shell > .aw-hero-cards {
	display: grid !important;
	grid-template-columns: minmax(240px, 320px) repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(18px, 2.2vw, 28px) !important;
	align-items: end !important;
	width: min(1180px, calc(100% - 36px)) !important;
	margin-top: 0 !important;
	padding: clamp(34px, 4vw, 54px) 0 !important;
	background: transparent !important;
	border-top: 1px solid var(--aw-line) !important;
	border-bottom: 1px solid var(--aw-line) !important;
	overflow: visible !important;
}

.aw-home__shell > .aw-hero-cards::before,
.aw-home__shell > .aw-hero-cards::after {
	display: none !important;
	content: none !important;
}

.aw-home__shell .aw-hero-cards__intro {
	display: block !important;
	min-height: 0 !important;
	padding: 0 0 clamp(12px, 1.6vw, 18px) !important;
	background: transparent !important;
	border: 0 !important;
	text-align: right !important;
}

.aw-home__shell .aw-hero-cards__intro span {
	display: inline-block !important;
	width: auto !important;
	margin: 0 0 14px !important;
	padding: 0 0 8px !important;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid var(--aw-black) !important;
	color: var(--aw-muted) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
}

.aw-home__shell .aw-hero-cards__intro h2 {
	max-width: 280px !important;
	margin: 0 0 12px !important;
	color: var(--aw-black) !important;
	font-size: clamp(25px, 2.6vw, 34px) !important;
	font-weight: 900 !important;
	line-height: 1.3 !important;
	letter-spacing: 0 !important;
}

.aw-home__shell .aw-hero-cards__intro p {
	max-width: 300px !important;
	margin: 0 !important;
	color: var(--aw-muted) !important;
	font-size: 14px !important;
	line-height: 2 !important;
}

.aw-home__shell > .aw-hero-cards .aw-story-card {
	position: relative !important;
	display: grid !important;
	grid-template-rows: auto auto auto !important;
	min-height: 0 !important;
	aspect-ratio: auto !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	color: var(--aw-black) !important;
	text-align: right !important;
	text-decoration: none !important;
	overflow: visible !important;
}

.aw-home__shell > .aw-hero-cards .aw-story-card::before,
.aw-home__shell > .aw-hero-cards .aw-story-card::after {
	display: none !important;
	content: none !important;
}

.aw-home__shell > .aw-hero-cards .aw-story-card img {
	display: block !important;
	width: 100% !important;
	height: clamp(230px, 23vw, 310px) !important;
	min-height: 0 !important;
	margin: 0 0 18px !important;
	padding: clamp(18px, 2vw, 28px) !important;
	background: var(--aw-white) !important;
	border: 1px solid var(--aw-line) !important;
	object-fit: contain !important;
	filter: none !important;
	transition: transform .24s ease, border-color .24s ease !important;
}

.aw-home__shell > .aw-hero-cards .aw-story-card:hover img {
	transform: translateY(-5px) !important;
	border-color: var(--aw-black) !important;
	opacity: 1 !important;
}

.aw-home__shell > .aw-hero-cards .aw-story-card .aw-chip {
	position: static !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	color: var(--aw-muted) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
}

.aw-home__shell > .aw-hero-cards .aw-story-card .aw-chip::before {
	content: "اثر ";
}

.aw-home__shell > .aw-hero-cards .aw-story-card strong {
	position: static !important;
	display: block !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	color: var(--aw-black) !important;
	font-size: clamp(16px, 1.35vw, 18px) !important;
	font-weight: 900 !important;
	line-height: 1.7 !important;
}

.aw-home__shell > .aw-hero-cards .aw-story-card small {
	display: block !important;
	min-height: 0 !important;
	margin: 8px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: var(--aw-muted) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.8 !important;
}

.aw-home__shell > .aw-hero-cards .aw-story-card > em {
	position: static !important;
	display: inline-flex !important;
	width: max-content !important;
	align-items: center !important;
	gap: 8px !important;
	margin-top: 14px !important;
	color: var(--aw-black) !important;
	font-size: 13px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	line-height: 1.4 !important;
}

.aw-home__shell > .aw-hero-cards .aw-story-card > em::before {
	content: "←" !important;
	display: inline-grid !important;
	place-items: center !important;
	width: 24px !important;
	height: 24px !important;
	background: transparent !important;
	border: 1px solid var(--aw-line) !important;
	color: currentColor !important;
	font-size: 15px !important;
	line-height: 1 !important;
	transition: background .2s ease, color .2s ease, border-color .2s ease !important;
}

.aw-home__shell > .aw-hero-cards .aw-story-card:hover > em::before {
	background: var(--aw-black) !important;
	border-color: var(--aw-black) !important;
	color: var(--aw-white) !important;
}

@media (max-width: 980px) {
	.aw-home__shell > .aw-hero-cards {
		grid-template-columns: 1fr 1fr !important;
		align-items: start !important;
	}

	.aw-home__shell .aw-hero-cards__intro {
		grid-column: 1 / -1 !important;
		padding-bottom: 0 !important;
	}
}

@media (max-width: 640px) {
	.aw-home__shell > .aw-hero-cards {
		grid-template-columns: 1fr !important;
		width: calc(100% - 28px) !important;
		padding: 28px 0 !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card img {
		height: 250px !important;
		margin-bottom: 14px !important;
	}
}

/* Editorial selected works directly below the hero. */
.aw-hero-cards {
	position: relative !important;
	display: grid !important;
	grid-template-columns: minmax(230px, .64fr) repeat(3, minmax(0, 1fr)) !important;
	gap: 0 !important;
	align-items: stretch !important;
	width: min(1180px, calc(100% - 36px)) !important;
	margin-top: 0 !important;
	padding: clamp(22px, 3.2vw, 42px) 0 clamp(34px, 4vw, 54px) !important;
	border-top: 1px solid var(--aw-line) !important;
	border-bottom: 1px solid var(--aw-line) !important;
	background: var(--aw-white) !important;
}

.aw-hero-cards::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: min(33vw, 360px);
	background-image: var(--aw-pattern);
	background-repeat: repeat;
	background-size: 420px auto;
	opacity: .025;
	pointer-events: none;
}

.aw-hero-cards__intro {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: clamp(246px, 22vw, 320px);
	padding: clamp(18px, 2.4vw, 30px) clamp(18px, 2.5vw, 32px);
	border-left: 1px solid var(--aw-line);
	text-align: right;
}

.aw-hero-cards__intro span {
	width: max-content;
	margin-inline-start: auto;
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--aw-black);
	color: var(--aw-muted);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.aw-hero-cards__intro h2 {
	max-width: 260px;
	margin: 0 0 12px;
	margin-inline-start: auto;
	color: var(--aw-black);
	font-size: clamp(25px, 2.8vw, 36px) !important;
	font-weight: 800;
	line-height: 1.28;
	letter-spacing: 0;
}

.aw-hero-cards__intro p {
	max-width: 300px;
	margin: 0;
	margin-inline-start: auto;
	color: var(--aw-muted);
	font-size: 14px;
	line-height: 1.9;
}

.aw-hero-cards .aw-story-card {
	position: relative !important;
	display: grid !important;
	grid-template-rows: minmax(0, 1fr) auto auto !important;
	min-height: clamp(246px, 22vw, 320px) !important;
	aspect-ratio: auto !important;
	padding: clamp(18px, 2vw, 26px) !important;
	background: var(--aw-white) !important;
	border: 0 !important;
	border-left: 1px solid var(--aw-line) !important;
	color: var(--aw-black) !important;
	overflow: hidden !important;
	text-align: right !important;
}

.aw-hero-cards .aw-story-card::before {
	content: "";
	position: absolute;
	inset: clamp(12px, 1.4vw, 18px);
	border: 1px solid rgba(16, 16, 18, .055);
	pointer-events: none;
}

.aw-hero-cards .aw-story-card img {
	display: block !important;
	align-self: center;
	justify-self: center;
	width: 100% !important;
	height: clamp(150px, 15vw, 210px) !important;
	min-height: 0 !important;
	margin: 0 0 clamp(14px, 1.8vw, 22px) !important;
	padding: 0 !important;
	background: transparent !important;
	object-fit: contain !important;
	filter: saturate(.96) contrast(1.04) !important;
	transition: transform .28s ease, opacity .28s ease !important;
}

.aw-hero-cards .aw-story-card:hover img {
	transform: translateY(-4px) scale(1.025) !important;
	opacity: .94;
}

.aw-hero-cards .aw-story-card .aw-chip {
	position: absolute !important;
	top: clamp(16px, 1.8vw, 22px) !important;
	right: clamp(16px, 1.8vw, 22px) !important;
	left: auto !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 30px;
	padding: 0 !important;
	background: var(--aw-black) !important;
	border: 1px solid var(--aw-black) !important;
	color: var(--aw-white) !important;
	font-size: 12px !important;
	font-weight: 700;
	letter-spacing: 0;
}

.aw-hero-cards .aw-story-card strong {
	position: static !important;
	display: block !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	color: var(--aw-black) !important;
	font-size: clamp(16px, 1.4vw, 19px) !important;
	font-weight: 800 !important;
	line-height: 1.55 !important;
}

.aw-hero-cards .aw-story-card small {
	display: block;
	min-height: 24px;
	margin-top: 8px;
	padding-top: 10px;
	border-top: 1px solid var(--aw-line);
	color: var(--aw-muted);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6;
}

.aw-hero-cards .aw-story-card small a {
	color: inherit;
	text-decoration: none;
}

.aw-hero-cards .aw-story-card > em {
	position: absolute;
	left: clamp(18px, 2vw, 26px);
	bottom: clamp(18px, 2vw, 26px);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--aw-black);
	font-style: normal;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
	transition: color .22s ease;
}

.aw-hero-cards .aw-story-card > em::before {
	content: "←";
	display: inline-grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border: 1px solid var(--aw-line);
	font-size: 16px;
	font-weight: 500;
	transition: background .22s ease, color .22s ease, border-color .22s ease;
}

.aw-hero-cards .aw-story-card:hover > em::before {
	background: var(--aw-black);
	border-color: var(--aw-black);
	color: var(--aw-white);
}

@media (max-width: 980px) {
	.aw-hero-cards {
		grid-template-columns: 1fr 1fr !important;
	}

	.aw-hero-cards__intro {
		grid-column: 1 / -1;
		min-height: auto;
		border-left: 0;
		border-bottom: 1px solid var(--aw-line);
	}
}

@media (max-width: 640px) {
	.aw-hero-cards {
		grid-template-columns: 1fr !important;
		width: calc(100% - 28px) !important;
		padding-top: 18px !important;
		padding-bottom: 28px !important;
	}

	.aw-hero-cards__intro,
	.aw-hero-cards .aw-story-card {
		min-height: auto !important;
		border-left: 0 !important;
		border-bottom: 1px solid var(--aw-line) !important;
	}

	.aw-hero-cards .aw-story-card {
		grid-template-columns: 120px minmax(0, 1fr);
		grid-template-rows: auto auto;
		column-gap: 18px;
		padding: 18px 0 !important;
	}

	.aw-hero-cards .aw-story-card::before {
		display: none;
	}

	.aw-hero-cards .aw-story-card img {
		grid-row: 1 / 3;
		width: 120px !important;
		height: 150px !important;
		margin: 0 !important;
	}

	.aw-hero-cards .aw-story-card .aw-chip {
		top: 18px !important;
		right: auto !important;
		left: 0 !important;
	}

	.aw-hero-cards .aw-story-card > em {
		left: 0;
		bottom: 18px;
	}
}

/* Final homepage banner RTL position. Keep this after all banner overrides. */
.aw-banner > div {
	margin-right: 0 !important;
	margin-left: auto !important;
	text-align: right !important;
	direction: rtl !important;
}

.aw-banner h2,
.aw-banner p {
	text-align: right !important;
}

.aw-banner .aw-button {
	margin-right: 0 !important;
	margin-left: auto !important;
}

/* Final CTA alignment. */
.aw-banner > div {
	margin-inline-start: auto !important;
	margin-inline-end: 0 !important;
	text-align: right !important;
	direction: rtl !important;
	justify-items: start !important;
}

.aw-banner h2,
.aw-banner p {
	text-align: right !important;
	margin-inline-start: 0 !important;
	margin-inline-end: 0 !important;
}

.aw-banner .aw-button {
	align-self: start !important;
}

/* Product buy button icon: stable SVG mask instead of font-dependent glyphs. */
.aw-product-card__meta > a {
	flex: 0 0 auto !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	min-width: 72px !important;
	min-height: 36px !important;
	padding: 8px 13px !important;
	background: var(--aw-black) !important;
	border: 1px solid var(--aw-black) !important;
	color: var(--aw-white) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}

.aw-product-card__meta > a::after {
	content: "" !important;
	display: block !important;
	width: 12px !important;
	height: 12px !important;
	margin: 0 !important;
	background: currentColor !important;
	transform: scaleX(-1) !important;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9L9 3M5 3h4v4' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9L9 3M5 3h4v4' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat;
}

.aw-product-card__meta > a:hover {
	background: var(--aw-white) !important;
	color: var(--aw-black) !important;
}

/* Interactive accordion in the editorial section. */
.aw-accordion {
	margin-top: 20px !important;
	border-top: 1px solid var(--aw-line) !important;
}

.aw-accordion__item {
	display: block !important;
	padding: 0 !important;
	border-bottom: 1px solid var(--aw-line) !important;
}

.aw-accordion__trigger {
	display: flex !important;
	width: 100% !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 18px !important;
	padding: 15px 0 !important;
	background: transparent !important;
	border: 0 !important;
	color: var(--aw-black) !important;
	font: inherit !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.7 !important;
	text-align: right !important;
	cursor: pointer !important;
	transition: color .16s ease, background .16s ease !important;
}

.aw-accordion__trigger:hover,
.aw-accordion__trigger:active,
.aw-accordion__trigger:focus {
	background: transparent !important;
	border-color: transparent !important;
	color: var(--aw-black) !important;
	box-shadow: none !important;
}

.aw-accordion__trigger:hover span {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 6px;
}

.aw-accordion__trigger:focus-visible {
	outline: 1px solid var(--aw-black) !important;
	outline-offset: 4px !important;
}

.aw-accordion__trigger span {
	display: block;
}

.aw-accordion__trigger i {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
}

.aw-accordion__trigger i::before,
.aw-accordion__trigger i::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 1.5px;
	background: currentColor;
	transform: translate(-50%, -50%);
}

.aw-accordion__trigger i::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: opacity .16s ease;
}

.aw-accordion__item.is-open .aw-accordion__trigger i::after {
	opacity: 0;
}

.aw-accordion__item > p {
	display: none !important;
	max-width: 520px;
	margin: -2px 0 16px !important;
	color: var(--aw-muted) !important;
	font-size: 14px !important;
	line-height: 1.9 !important;
}

.aw-accordion__item.is-open > p {
	display: block !important;
}

/* Final banner/testimonial adjustments from visual review. */
.aw-banner {
	display: flex !important;
	justify-content: flex-end !important;
	align-items: center !important;
	min-height: 0 !important;
	padding: clamp(42px, 5vw, 64px) clamp(32px, 5vw, 72px) !important;
	background:
		linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,.98)),
		var(--aw-pattern),
		var(--aw-white) !important;
	background-size: auto, 620px auto, auto !important;
	background-position: center, left top, center !important;
	border: 1px solid var(--aw-line) !important;
}

.aw-banner::before,
.aw-banner::after,
.aw-banner-object {
	display: none !important;
}

.aw-banner > div {
	max-width: 680px !important;
	margin-right: auto !important;
	text-align: right !important;
}

.aw-banner h2,
.aw-banner p {
	max-width: none !important;
}

.aw-testimonials > div {
	width: 100% !important;
	max-width: none !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 24px !important;
}

.aw-testimonials article {
	max-width: none !important;
	width: 100% !important;
}

/* Hero pattern fade: strong on the left/top, softer toward right and bottom. */
.aw-home__shell > .aw-hero::before {
	opacity: .13 !important;
	background-position: left top !important;
}

.aw-home__shell > .aw-hero::after {
	background:
		linear-gradient(125deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,.14) 22%, rgba(255,255,255,.58) 54%, rgba(255,255,255,.94) 100%),
		linear-gradient(90deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.66) 52%, rgba(255,255,255,.98) 100%),
		linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.44) 48%, rgba(255,255,255,.96) 100%) !important;
}

/* Final spacing pass: less empty air between bands, enough padding inside them. */
.aw-home {
	--aw-band-pad: clamp(38px, 4.2vw, 58px);
	--aw-band-pad-sm: clamp(28px, 3.2vw, 42px);
	--aw-band-gap: clamp(24px, 3vw, 36px);
}

.aw-section__head {
	margin-bottom: clamp(18px, 2.5vw, 30px) !important;
}

.aw-section__intro {
	margin-bottom: clamp(26px, 3.2vw, 38px) !important;
}

.aw-section--split {
	padding-top: clamp(32px, 3.8vw, 48px) !important;
	padding-bottom: clamp(38px, 4.5vw, 58px) !important;
}

.aw-why {
	padding-top: clamp(36px, 4vw, 54px) !important;
	padding-bottom: clamp(18px, 2.5vw, 30px) !important;
}

.aw-benefits {
	padding-top: clamp(18px, 2.5vw, 30px) !important;
	padding-bottom: clamp(38px, 4.5vw, 58px) !important;
}

.aw-banner,
.aw-section[aria-labelledby="aw-all-title"],
.aw-section[aria-labelledby="aw-journal-title"],
.aw-testimonials {
	margin-top: clamp(30px, 3.8vw, 48px) !important;
}

.aw-testimonials {
	margin-top: var(--aw-band-gap) !important;
	padding-top: var(--aw-band-pad) !important;
	padding-bottom: var(--aw-band-pad) !important;
}

.aw-site-footer {
	margin-top: 0 !important;
}

/* Balanced page rhythm: compact gaps, consistent breathing inside each band. */
.aw-home {
	--aw-band-pad: clamp(44px, 5vw, 68px);
	--aw-band-pad-sm: clamp(30px, 4vw, 50px);
	--aw-band-gap: clamp(28px, 3.6vw, 46px);
}

.aw-home__shell {
	padding-bottom: 0 !important;
}

.aw-home__shell > section {
	margin-inline: auto !important;
}

.aw-hero {
	padding-top: clamp(42px, 5vw, 72px) !important;
	padding-bottom: clamp(34px, 4.5vw, 58px) !important;
	min-height: clamp(350px, 37vw, 470px) !important;
}

.aw-hero-cards {
	padding-top: var(--aw-band-pad-sm) !important;
	padding-bottom: var(--aw-band-pad-sm) !important;
}

.aw-section {
	margin-top: var(--aw-band-gap) !important;
}

.aw-section--split {
	margin-top: 0 !important;
	padding-top: var(--aw-band-pad) !important;
	padding-bottom: var(--aw-band-pad) !important;
}

.aw-why {
	margin-top: 0 !important;
	padding-top: var(--aw-band-pad) !important;
	padding-bottom: clamp(22px, 3vw, 38px) !important;
}

.aw-benefits {
	margin-top: 0 !important;
	padding-top: clamp(22px, 3vw, 38px) !important;
	padding-bottom: var(--aw-band-pad) !important;
}

.aw-banner {
	margin-top: var(--aw-band-gap) !important;
	padding-top: clamp(42px, 5vw, 64px) !important;
	padding-bottom: clamp(42px, 5vw, 64px) !important;
}

.aw-section[aria-labelledby="aw-all-title"],
.aw-testimonials {
	margin-top: var(--aw-band-gap) !important;
	padding-top: var(--aw-band-pad) !important;
	padding-bottom: var(--aw-band-pad) !important;
}

.aw-section[aria-labelledby="aw-journal-title"] {
	margin-top: var(--aw-band-gap) !important;
}

/* Final homepage banner RTL position. Keep this at EOF after all banner overrides. */
.aw-banner > div {
	margin-right: 0 !important;
	margin-left: auto !important;
	text-align: right !important;
	direction: rtl !important;
}

.aw-banner h2,
.aw-banner p {
	text-align: right !important;
}

.aw-banner .aw-button {
	margin-right: 0 !important;
	margin-left: auto !important;
}

/* Physical right placement for the homepage CTA content. */
.aw-banner {
	display: flex !important;
	justify-content: flex-end !important;
	direction: ltr !important;
}

.aw-banner > div {
	flex: 0 1 680px !important;
	width: min(680px, 100%) !important;
	margin: 0 !important;
	direction: rtl !important;
	text-align: right !important;
}

/* Final mobile fix for the opening artwork picks. Keep this at EOF. */
@media (max-width: 640px) {
	.aw-home__shell > .aw-hero-cards,
	.aw-hero-cards {
		display: grid !important;
		grid-template-columns: 1fr !important;
		width: calc(100% - 32px) !important;
		gap: 18px !important;
		margin-top: 0 !important;
		padding: 28px 0 34px !important;
		background: var(--aw-white) !important;
		border-top: 1px solid var(--aw-line) !important;
		border-bottom: 1px solid var(--aw-line) !important;
	}

	.aw-home__shell > .aw-hero-cards::before,
	.aw-home__shell > .aw-hero-cards::after,
	.aw-hero-cards::before,
	.aw-hero-cards::after {
		display: none !important;
		content: none !important;
	}

	.aw-home__shell .aw-hero-cards__intro,
	.aw-hero-cards__intro {
		display: block !important;
		min-height: 0 !important;
		padding: 0 0 16px !important;
		border: 0 !important;
		border-bottom: 1px solid var(--aw-line) !important;
		text-align: right !important;
	}

	.aw-home__shell .aw-hero-cards__intro h2,
	.aw-hero-cards__intro h2 {
		max-width: none !important;
		margin: 0 0 10px !important;
		font-size: clamp(27px, 8vw, 34px) !important;
		line-height: 1.35 !important;
		text-align: right !important;
	}

	.aw-home__shell .aw-hero-cards__intro p,
	.aw-hero-cards__intro p {
		max-width: none !important;
		margin: 0 !important;
		font-size: 15px !important;
		line-height: 2 !important;
		text-align: right !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card,
	.aw-hero-cards .aw-story-card {
		display: grid !important;
		grid-template-columns: 1fr !important;
		grid-template-rows: auto auto auto auto auto !important;
		gap: 0 !important;
		min-height: 0 !important;
		padding: 0 0 20px !important;
		background: var(--aw-white) !important;
		border: 1px solid var(--aw-line) !important;
		text-align: right !important;
		overflow: hidden !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card::before,
	.aw-home__shell > .aw-hero-cards .aw-story-card::after,
	.aw-hero-cards .aw-story-card::before,
	.aw-hero-cards .aw-story-card::after {
		display: none !important;
		content: none !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card img,
	.aw-hero-cards .aw-story-card img {
		grid-row: auto !important;
		width: 100% !important;
		height: 250px !important;
		margin: 0 !important;
		padding: 24px !important;
		background: var(--aw-white) !important;
		border: 0 !important;
		border-bottom: 1px solid var(--aw-line) !important;
		object-fit: contain !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card .aw-chip,
	.aw-hero-cards .aw-story-card .aw-chip {
		position: static !important;
		display: block !important;
		width: auto !important;
		height: auto !important;
		margin: 16px 18px 6px auto !important;
		padding: 0 !important;
		background: transparent !important;
		border: 0 !important;
		color: var(--aw-muted) !important;
		font-size: 12px !important;
		font-weight: 800 !important;
		line-height: 1.5 !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card strong,
	.aw-hero-cards .aw-story-card strong,
	.aw-home__shell > .aw-hero-cards .aw-story-card small,
	.aw-hero-cards .aw-story-card small {
		margin-right: 18px !important;
		margin-left: 18px !important;
		text-align: right !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card strong,
	.aw-hero-cards .aw-story-card strong {
		font-size: 18px !important;
		line-height: 1.7 !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card small,
	.aw-hero-cards .aw-story-card small {
		margin-top: 8px !important;
		padding-top: 10px !important;
		border-top: 1px solid var(--aw-line) !important;
		font-size: 13px !important;
		line-height: 1.8 !important;
	}

	.aw-home__shell > .aw-hero-cards .aw-story-card > em,
	.aw-hero-cards .aw-story-card > em {
		position: static !important;
		display: inline-flex !important;
		width: max-content !important;
		margin: 16px 18px 0 auto !important;
		align-items: center !important;
		gap: 8px !important;
	}
}
.aw-home__shell > .aw-hero-cards {
	border-bottom: 0 !important;
}
.aw-home__shell > .aw-hero-cards {
	border-top: 0 !important;
	border-bottom: 0 !important;
}

.aw-section[aria-labelledby="aw-top-title"] {
	border-top: 0 !important;
	border-bottom: 0 !important;
}

.aw-section[aria-labelledby="aw-top-title"] .aw-section__head span {
	display: none !important;
}
