/* =============================================================
   AAPI Heritage — aapi-heritage.css  v2.0.0
   Full-width redesign: hero · about · impact · programs
                        stats · partners · story · why · subscribe
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');

/* ── Color tokens ────────────────────────────────────────── */
.aapi-page {
	--aapi-brown:      #834d22;
	--aapi-brown-dark: #6b3d1a;
	--aapi-cream:      #fdf6e3;
	--aapi-earth:      #1a0f08;
	--aapi-muted:      #6b5240;
	--aapi-border:     rgba(131,77,34,.15);
	--aapi-shadow-sm:  0 4px 20px rgba(26,15,8,.10);
	--aapi-shadow-lg:  0 12px 36px rgba(26,15,8,.18);
}

/* ── Reset ───────────────────────────────────────────────── */
.aapi-page *,
.aapi-page *::before,
.aapi-page *::after { box-sizing: border-box; }
.aapi-page img     { max-width: 100%; height: auto; display: block; }
.aapi-page ul,
.aapi-page ol      { list-style: none; margin: 0; padding: 0; }
.aapi-page figure  { margin: 0; }
.aapi-page p       { margin-top: 0; }

.aapi-page {
	width: 100%;
	font-family: var(--wdtFontTypo_Base, 'Roboto', sans-serif);
	color: var(--wdtBodyTxtColor, #202020);
	background: var(--wdtBodyBGColor, #fff);
}
.aapi-page section {
	display: block;
	width: 100%;
	position: relative;
}

/* ── Container ───────────────────────────────────────────── */
.aapi-container {
	width: 100%;
	max-width: 1240px;
	margin-inline: auto;
	padding-inline: clamp(1.25rem, 4vw, 3rem);
}

/* ── Shared typography ──────────────────────────────────── */
.aapi-h2 {
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: clamp(1.9rem, 3.8vw, 2.8rem);
	font-weight: var(--wdtFontWeight_Alt, 700);
	color: var(--wdtHeadAltColor, #202020);
	line-height: 1.2;
	margin: 0 0 1.1rem;
}
.aapi-h2--center { text-align: center; }
.aapi-h2--light  { color: #fff; }

.aapi-script-kicker {
	display: block;
	font-family: 'Dancing Script', cursive;
	font-size: 1.5rem;
	font-weight: 600;
	color: #834d22;
	margin-bottom: .6rem;
	line-height: 1.3;
}
.aapi-script-kicker--center { text-align: center; }
.aapi-script-kicker--light  { color: rgba(255,255,255,.85); }

.aapi-divider {
	width: 52px; height: 4px;
	background: #834d22;
	border-radius: 2px;
	margin-bottom: 1.5rem;
}
.aapi-divider--center { margin-inline: auto; }
.aapi-divider--light  { background: rgba(255,255,255,.55); }

/* ── Buttons ─────────────────────────────────────────────── */
.aapi-btn {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	padding: .72rem 1.75rem;
	background: #834d22;
	color: #fff;
	border: 2px solid #834d22;
	border-radius: var(--wdtRadius_Part, 2.5em);
	font-size: .9375rem;
	font-weight: 600;
	font-family: var(--wdtFontTypo_Base, 'Roboto', sans-serif);
	text-decoration: none;
	transition: var(--wdtBaseTransition, all .3s linear);
	cursor: pointer;
	line-height: 1;
}
.aapi-btn:hover {
	background: #6b3d1a;
	border-color: #6b3d1a;
	color: #fff;
}
/* Ghost — transparent white, used on dark hero backgrounds */
.aapi-btn--ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255,255,255,.6);
}
.aapi-btn--ghost:hover {
	background: rgba(255,255,255,.12);
	border-color: #fff;
	color: #fff;
}
/* Outline-dark — transparent, brown border, used on light backgrounds */
.aapi-btn--outline-dark {
	background: transparent;
	color: #834d22;
	border-color: #834d22;
}
.aapi-btn--outline-dark:hover {
	background: #834d22;
	color: #fff;
}

/* ── Badge pill ──────────────────────────────────────────── */
.aapi-badge {
	display: inline-block;
	padding: .25rem .85rem;
	border-radius: 2em;
	font-size: .78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .07em;
	line-height: 1.5;
}

/* =============================================================
   1. FULL-BLEED HERO
   ============================================================= */
.aapi-hero {
	position: relative;
	overflow: hidden;
	min-height: 92vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-block: clamp(5rem, 12vw, 9rem);
}
.aapi-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.04);
	transition: transform 8s ease;
}
.aapi-hero:hover .aapi-hero__bg { transform: scale(1); }
.aapi-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		160deg,
		rgba(26,15,8,.82) 0%,
		rgba(90,50,18,.68) 50%,
		rgba(26,15,8,.88) 100%
	);
}
.aapi-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 820px;
	margin-inline: auto;
	padding-inline: clamp(1.25rem, 4vw, 3rem);
}
.aapi-hero__eyebrow {
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: .82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .18em;
	color: rgba(253,246,227,.75);
	margin-bottom: .85rem;
}
.aapi-hero__title {
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: clamp(3rem, 7vw, 5.5rem);
	font-weight: 700;
	color: #fff;
	line-height: 1.05;
	margin: 0 0 .6rem;
}
.aapi-hero__title-sub {
	display: block;
	font-size: clamp(1.1rem, 2.4vw, 1.6rem);
	font-weight: 400;
	font-family: 'Dancing Script', cursive;
	color: rgba(253,246,227,.85);
	margin-top: .4rem;
}
.aapi-hero__rule {
	width: 64px;
	height: 3px;
	background: #834d22;
	border-radius: 2px;
	margin: 1.1rem auto;
}
.aapi-hero__desc {
	font-size: clamp(1rem, 1.8vw, 1.15rem);
	line-height: 1.75;
	color: rgba(255,255,255,.82);
	max-width: 62ch;
	margin: 0 auto 1.5rem;
}
.aapi-hero__pills {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: .5rem;
	margin-bottom: 2rem;
}
.aapi-hero__pill {
	display: inline-block;
	padding: .3rem 1rem;
	border-radius: 2em;
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .07em;
	background: rgba(255,255,255,.12);
	border: 1.5px solid rgba(255,255,255,.3);
	color: rgba(255,255,255,.88);
}
.aapi-hero__pill--accent {
	background: #834d22;
	border-color: #834d22;
	color: #fdf6e3;
}
.aapi-hero__actions {
	display: flex;
	gap: .9rem;
	flex-wrap: wrap;
	justify-content: center;
}

/* =============================================================
   2. ABOUT — text left + tall image right
   ============================================================= */
.aapi-about {
	background: var(--wdtBodyBGColor, #fff);
	padding-block: clamp(4rem, 7vw, 7rem);
}
.aapi-about__grid {
	display: grid;
	grid-template-columns: 1fr 420px;
	gap: clamp(2.5rem, 5vw, 5.5rem);
	align-items: start;
}
.aapi-about__body > p {
	font-size: 1rem;
	line-height: 1.82;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .82;
	margin-bottom: 1rem;
}
.aapi-about__features {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	margin-top: 1.6rem;
}
.aapi-about__feature {
	display: grid;
	grid-template-columns: 2.4rem 1fr;
	gap: .75rem;
	align-items: start;
}
.aapi-about__feat-icon {
	font-size: 1.35rem;
	line-height: 1;
	padding-top: .15rem;
}
.aapi-about__feature strong {
	display: block;
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: .95rem;
	font-weight: 700;
	color: #1a0f08;
	margin-bottom: .2rem;
}
.aapi-about__feature p {
	font-size: .9rem;
	line-height: 1.65;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .75;
	margin: 0;
}
.aapi-about__figure {
	position: relative;
}
.aapi-about__figure img {
	width: 100%;
	aspect-ratio: 3/4;
	object-fit: cover;
	border-radius: var(--wdtRadius_3X, 10px);
	box-shadow: var(--aapi-shadow-lg);
}
.aapi-about__fig-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: .65rem 1.1rem;
	background: rgba(26,15,8,.72);
	color: rgba(253,246,227,.88);
	font-size: .82rem;
	text-align: center;
	border-radius: 0 0 var(--wdtRadius_3X, 10px) var(--wdtRadius_3X, 10px);
}
@media (max-width: 900px) {
	.aapi-about__grid {
		grid-template-columns: 1fr;
	}
	.aapi-about__figure {
		max-width: 460px;
		margin-inline: auto;
	}
	.aapi-about__figure img { aspect-ratio: 4/3; }
}

/* =============================================================
   3. IMPACT — editorial numbered rows
   ============================================================= */
.aapi-impact {
	background: var(--wdtTertiaryColor, #f8eae1);
	padding-block: clamp(4rem, 7vw, 7rem);
}
.aapi-impact__hdr {
	text-align: center;
	max-width: 660px;
	margin-inline: auto;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.aapi-impact__list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.aapi-impact__row {
	display: grid;
	grid-template-columns: 4rem 1fr auto;
	gap: 0 1.75rem;
	align-items: center;
	background: #fff;
	border-radius: var(--wdtRadius_3X, 10px);
	padding: 2rem 2rem 2rem 1.5rem;
	box-shadow: var(--aapi-shadow-sm);
	border: 1px solid var(--aapi-border);
	transition: transform .3s ease, box-shadow .3s ease;
}
.aapi-impact__row:hover {
	transform: translateY(-3px);
	box-shadow: var(--aapi-shadow-lg);
}
.aapi-impact__row-num {
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: 2.8rem;
	font-weight: 700;
	color: #834d22;
	opacity: .28;
	line-height: 1;
	text-align: center;
	flex-shrink: 0;
}
.aapi-impact__row-title {
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: 1.2rem;
	font-weight: 700;
	color: #1a0f08;
	margin: 0 0 .5rem;
}
.aapi-impact__row-desc {
	font-size: .9375rem;
	line-height: 1.75;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .78;
	margin: 0;
}
.aapi-impact__row-tag {
	display: inline-block;
	flex-shrink: 0;
	padding: .3rem .9rem;
	border-radius: 2em;
	background: rgba(131,77,34,.1);
	border: 1.5px solid rgba(131,77,34,.3);
	color: #834d22;
	font-size: .78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .07em;
	white-space: nowrap;
}
@media (max-width: 680px) {
	.aapi-impact__row {
		grid-template-columns: 3rem 1fr;
		grid-template-rows: auto auto;
	}
	.aapi-impact__row-tag {
		grid-column: 2;
		justify-self: start;
		margin-top: .65rem;
	}
}

/* =============================================================
   4. PROGRAMS — alternating horizontal cards
   ============================================================= */
.aapi-programs {
	background: var(--wdtBodyBGColor, #fff);
	padding-block: clamp(4rem, 7vw, 7rem);
	overflow: hidden;
}
.aapi-programs__pattern {
	position: absolute;
	inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23834d22' stroke-width='0.4' opacity='0.07'%3E%3Ccircle cx='26' cy='26' r='22'/%3E%3Ccircle cx='26' cy='26' r='12'/%3E%3Ccircle cx='26' cy='26' r='4'/%3E%3Cline x1='4' y1='26' x2='48' y2='26'/%3E%3Cline x1='26' y1='4' x2='26' y2='48'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 52px 52px;
	pointer-events: none;
	z-index: 0;
}
.aapi-programs__hdr {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 740px;
	margin-inline: auto;
	margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}
.aapi-programs__hdr > p {
	font-size: 1rem;
	line-height: 1.75;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .78;
}
.aapi-programs__list {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}
.aapi-programs__item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	border-radius: var(--wdtRadius_3X, 10px);
	overflow: hidden;
	box-shadow: var(--aapi-shadow-sm);
	border: 1px solid var(--aapi-border);
	transition: box-shadow .3s ease, transform .3s ease;
}
.aapi-programs__item:hover {
	box-shadow: var(--aapi-shadow-lg);
	transform: translateY(-3px);
}
.aapi-programs__item-img {
	overflow: hidden;
	aspect-ratio: unset;
}
.aapi-programs__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s ease;
}
.aapi-programs__item:hover .aapi-programs__item-img img {
	transform: scale(1.05);
}
.aapi-programs__item-body {
	background: #fdf6e3;
	padding: clamp(1.75rem, 3.5vw, 3rem) clamp(1.5rem, 3vw, 2.5rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* Flip on even items */
.aapi-programs__item--flip .aapi-programs__item-img { order: 2; }
.aapi-programs__item--flip .aapi-programs__item-body { order: 1; }

.aapi-programs__item-meta {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap;
	margin-bottom: .9rem;
}
.aapi-prog-badge {
	display: inline-block;
	padding: .25rem .8rem;
	border-radius: 2em;
	font-size: .76rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .07em;
	background: #834d22;
	color: #fff;
}
.aapi-prog-tag {
	display: inline-block;
	padding: .25rem .8rem;
	border-radius: 2em;
	font-size: .76rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .07em;
	background: transparent;
	border: 1.5px solid #834d22;
	color: #834d22;
}
.aapi-programs__item-title {
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: clamp(1.2rem, 2.2vw, 1.55rem);
	font-weight: 700;
	color: #1a0f08;
	line-height: 1.25;
	margin: 0 0 .6rem;
}
.aapi-programs__item-venue {
	display: flex;
	align-items: center;
	gap: .35rem;
	font-size: .85rem;
	color: #834d22;
	font-weight: 600;
	margin-bottom: .9rem;
}
.aapi-programs__item-venue svg { flex-shrink: 0; }
.aapi-programs__item-desc {
	font-size: .9375rem;
	line-height: 1.78;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .8;
	margin: 0;
}
@media (max-width: 780px) {
	.aapi-programs__item { grid-template-columns: 1fr; }
	.aapi-programs__item-img { aspect-ratio: 16/7; }
	.aapi-programs__item--flip .aapi-programs__item-img { order: 0; }
	.aapi-programs__item--flip .aapi-programs__item-body { order: 0; }
}

/* =============================================================
   5. STATS — icon-enhanced cards on cream
   ============================================================= */
.aapi-stats {
	background: var(--wdtTertiaryColor, #f8eae1);
	padding-block: clamp(3.5rem, 6vw, 6rem);
}
.aapi-stats__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25rem;
}
.aapi-stats__card {
	background: #fff;
	border-radius: var(--wdtRadius_3X, 10px);
	padding: 2rem 1.5rem 1.75rem;
	text-align: center;
	box-shadow: var(--aapi-shadow-sm);
	border: 1px solid var(--aapi-border);
	transition: transform .3s ease, box-shadow .3s ease;
}
.aapi-stats__card:hover {
	transform: translateY(-4px);
	box-shadow: var(--aapi-shadow-lg);
}
.aapi-stats__card-icon {
	display: block;
	font-size: 2rem;
	margin-bottom: .8rem;
	line-height: 1;
}
.aapi-stats__num-row {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 2px;
	margin-bottom: .4rem;
}
.aapi-stats__number {
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: clamp(2.4rem, 4vw, 3.5rem);
	font-weight: 700;
	color: #834d22;
	line-height: 1;
}
.aapi-stats__suffix {
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: clamp(1.5rem, 2.5vw, 2.2rem);
	font-weight: 700;
	color: #834d22;
	line-height: 1;
}
.aapi-stats__label {
	font-size: .875rem;
	font-weight: 700;
	color: #1a0f08;
	text-transform: uppercase;
	letter-spacing: .06em;
	margin: 0 0 .25rem;
}
.aapi-stats__sub {
	font-size: .82rem;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .55;
	margin: 0;
}
@media (max-width: 780px) {
	.aapi-stats__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 400px) {
	.aapi-stats__grid { grid-template-columns: 1fr; }
}

/* =============================================================
   6. PARTNERS — flowing pill tags
   ============================================================= */
.aapi-partners {
	background: var(--wdtBodyBGColor, #fff);
	padding-block: clamp(4rem, 7vw, 7rem);
}
.aapi-partners .aapi-h2,
.aapi-partners .aapi-script-kicker,
.aapi-partners .aapi-divider { text-align: center; }
.aapi-partners__intro {
	font-size: 1rem;
	line-height: 1.78;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .78;
	max-width: 680px;
	margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
	text-align: center;
}
.aapi-partners__pills {
	display: flex;
	flex-wrap: wrap;
	gap: .85rem;
	justify-content: center;
}
.aapi-partners__pill {
	display: inline-block;
	padding: .55rem 1.4rem;
	border-radius: 2em;
	background: #fdf6e3;
	border: 2px solid rgba(131,77,34,.25);
	color: #1a0f08;
	font-size: .9375rem;
	font-weight: 600;
	transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}
.aapi-partners__pill:hover {
	background: #834d22;
	border-color: #834d22;
	color: #fdf6e3;
	transform: translateY(-2px);
}

/* =============================================================
   7. HERITAGE STORY — image band + centered quote + timeline
   ============================================================= */
.aapi-story {
	background: var(--wdtTertiaryColor, #f8eae1);
	padding-bottom: clamp(4rem, 7vw, 7rem);
}
.aapi-story__img-band {
	position: relative;
	width: 100%;
	height: clamp(220px, 35vw, 420px);
	overflow: hidden;
	margin-bottom: clamp(3rem, 5vw, 5rem);
}
.aapi-story__img-band img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 30%;
}
.aapi-story__img-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(26,15,8,.25) 0%,
		rgba(248,234,225,.9) 100%
	);
}
.aapi-story__quote-wrap {
	text-align: center;
	max-width: 820px;
	margin-inline: auto;
	margin-bottom: clamp(3rem, 5vw, 5rem);
	padding-inline: clamp(1.25rem, 4vw, 3rem);
}
.aapi-story__quote {
	font-size: clamp(1.15rem, 2.2vw, 1.45rem);
	font-style: italic;
	line-height: 1.72;
	color: #1a0f08;
	border: none;
	padding: 1.5rem 2rem;
	background: #fff;
	border-radius: var(--wdtRadius_3X, 10px);
	box-shadow: var(--aapi-shadow-sm);
	border-left: 4px solid #834d22;
	text-align: left;
	margin: 0 0 1.5rem;
	quotes: "\201C" "\201D";
}
.aapi-story__quote::before {
	content: open-quote;
	font-size: 3.5rem;
	line-height: .6;
	color: #834d22;
	opacity: .4;
	float: left;
	margin-right: .3rem;
	font-style: normal;
	font-family: Georgia, serif;
}
.aapi-story__body {
	font-size: .9375rem;
	line-height: 1.82;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .8;
	margin: 0;
}

/* Horizontal milestone timeline */
.aapi-story__timeline-wrap {
	padding-inline: clamp(1.25rem, 4vw, 3rem);
}
.aapi-story__timeline-label {
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .14em;
	color: #834d22;
	text-align: center;
	margin-bottom: 2rem;
}
.aapi-story__timeline {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
	position: relative;
}
.aapi-story__timeline::before {
	content: '';
	position: absolute;
	top: 1.2rem;
	left: 10%;
	right: 10%;
	height: 2px;
	background: linear-gradient(90deg, transparent, #834d22 15%, #834d22 85%, transparent);
	z-index: 0;
}
.aapi-story__milestone {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 .5rem;
	position: relative;
	z-index: 1;
}
.aapi-story__milestone-year {
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: .82rem;
	font-weight: 700;
	color: #834d22;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: .5rem;
}
.aapi-story__milestone-dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #834d22;
	border: 3px solid #f8eae1;
	box-shadow: 0 0 0 2px #834d22;
	flex-shrink: 0;
	margin-bottom: .75rem;
}
.aapi-story__milestone-text {
	font-size: .82rem;
	line-height: 1.55;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .78;
	margin: 0;
}
@media (max-width: 820px) {
	.aapi-story__timeline {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	.aapi-story__timeline::before { display: none; }
	.aapi-story__milestone {
		flex-direction: row;
		align-items: flex-start;
		text-align: left;
		gap: 1rem;
	}
	.aapi-story__milestone-dot { flex-shrink: 0; margin: .2rem 0 0; }
	.aapi-story__milestone-year { margin-bottom: 0; min-width: 3.5rem; }
}

/* =============================================================
   8. WHY IT MATTERS — light cream, 3-col icon cards
   ============================================================= */
.aapi-why {
	background: var(--wdtBodyBGColor, #fff);
	padding-block: clamp(4rem, 7vw, 7rem);
}
.aapi-why__hdr {
	text-align: center;
	max-width: 700px;
	margin-inline: auto;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.aapi-why__hdr > p {
	font-size: 1rem;
	line-height: 1.78;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .78;
}
.aapi-why__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}
.aapi-why__card {
	background: #fdf6e3;
	border: 1px solid var(--aapi-border);
	border-radius: var(--wdtRadius_3X, 10px);
	padding: 2rem 1.5rem;
	transition: transform .3s ease, box-shadow .3s ease;
}
.aapi-why__card:hover {
	transform: translateY(-4px);
	box-shadow: var(--aapi-shadow-lg);
}
.aapi-why__card-icon {
	display: block;
	font-size: 2rem;
	margin-bottom: .85rem;
	line-height: 1;
}
.aapi-why__card-title {
	font-family: var(--wdtFontTypo_Alt, 'Oswald', sans-serif);
	font-size: 1.05rem;
	font-weight: 700;
	color: #1a0f08;
	margin: 0 0 .55rem;
}
.aapi-why__card p {
	font-size: .9rem;
	line-height: 1.7;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .78;
	margin: 0;
}
/* CTA card — brown background */
.aapi-why__card--cta {
	background: #834d22;
	border-color: #834d22;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: .5rem;
}
.aapi-why__cta-label {
	font-family: 'Dancing Script', cursive;
	font-size: 1.35rem;
	font-weight: 600;
	color: #fdf6e3;
	margin: 0 0 .5rem;
}
.aapi-why__card--cta .aapi-btn {
	background: #fdf6e3;
	color: #834d22;
	border-color: #fdf6e3;
	width: 100%;
	justify-content: center;
}
.aapi-why__card--cta .aapi-btn:hover {
	background: #fff;
	border-color: #fff;
	color: #6b3d1a;
}
.aapi-why__card--cta .aapi-btn--outline-dark {
	background: transparent;
	color: rgba(253,246,227,.85);
	border-color: rgba(253,246,227,.45);
	width: 100%;
	justify-content: center;
}
.aapi-why__card--cta .aapi-btn--outline-dark:hover {
	background: rgba(253,246,227,.12);
	border-color: rgba(253,246,227,.8);
	color: #fdf6e3;
}
@media (max-width: 900px) {
	.aapi-why__cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
	.aapi-why__cards { grid-template-columns: 1fr; }
}

/* =============================================================
   9. SUBSCRIBE
   ============================================================= */
.aapi-subscribe {
	position: relative;
	overflow: hidden;
	padding-block: clamp(4.5rem, 8vw, 7rem);
}
.aapi-subscribe__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}
.aapi-subscribe__overlay {
	position: absolute;
	inset: 0;
	background: rgba(248,234,225,.88);
}
.aapi-subscribe__inner {
	position: relative;
	z-index: 1;
	text-align: center;
}
.aapi-subscribe__desc {
	max-width: 52ch;
	margin: 0 auto 1.75rem;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--wdtBodyTxtColor, #202020);
	opacity: .78;
}
.aapi-subscribe__form {
	display: flex;
	gap: .75rem;
	max-width: 500px;
	margin-inline: auto;
	flex-wrap: wrap;
	justify-content: center;
}
.aapi-subscribe__input {
	flex: 1;
	min-width: 220px;
	padding: .78rem 1.35rem;
	border: 2px solid rgba(131,77,34,.22);
	border-radius: var(--wdtRadius_Part, 2.5em);
	font-size: 1rem;
	font-family: var(--wdtFontTypo_Base, 'Roboto', sans-serif);
	color: var(--wdtBodyTxtColor, #202020);
	background: rgba(255,255,255,.85);
	outline: none;
	transition: var(--wdtBaseTransition, all .3s linear);
}
.aapi-subscribe__input::placeholder { color: rgba(32,32,32,.45); }
.aapi-subscribe__input:focus {
	border-color: #834d22;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(131,77,34,.18);
}
