/* =============================================================
   FORD AUSSIE HOOPS — page-aussie-hoops.css
   --------------------------------------------------------------
   Personality: ORANGE-led (program brand color), playful,
   parent-friendly. Distinct from FWA's red-led elite tone.
   Depends on play-shared.css for: .wba-fade-up, .jd-bmf
   ============================================================= */

.ah { background: var(--wba-white); }

/* Local eyebrow utility — orange instead of red */
.ah-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--wba-muted);
	margin-bottom: 18px;
}
.ah-eyebrow svg {
	width: 14px;
	height: 14px;
	color: var(--wba-orange);
}
.ah-eyebrow--center { justify-content: center; }

/* Buttons */
.ah-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 15px 28px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: lowercase;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid transparent;
	transition: transform 0.2s, background 0.2s, color 0.2s, border-color 0.2s;
	cursor: pointer;
	font-family: inherit;
}
.ah-btn svg { width: 14px; height: 14px; }
.ah-btn--primary {
	background: var(--wba-orange);
	color: var(--wba-dark);
	border-color: var(--wba-orange);
	font-weight: 800;
}
.ah-btn--primary:hover {
	background: var(--wba-dark);
	color: var(--wba-orange);
	transform: translateY(-2px);
}
.ah-btn--ghost {
	background: transparent;
	color: var(--wba-dark);
	border-color: var(--wba-border);
}
.ah-btn--ghost:hover {
	background: var(--wba-cream);
	border-color: var(--wba-dark);
}

/* =============================================================
   1. HERO — orange-tinted with sketch overlay
   ============================================================= */
.ah-hero {
	position: relative;
	height: 58vh;
	min-height: 480px;
	background-size: cover;
	background-position: center 30%;
	background-repeat: no-repeat;
	color: var(--wba-white);
	display: flex;
	align-items: center;
	overflow: hidden;
}
.ah-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient( 105deg, rgba(26,26,26,0.92) 0%, rgba(26,26,26,0.72) 50%, rgba(26,26,26,0.40) 100% ),
		radial-gradient( circle at 78% 50%, rgba(247,147,30,0.32) 0%, transparent 55% );
	z-index: 1;
}
/* Sketch pattern decorative overlay — orange line art on dark. */
.ah-hero__sketch {
	position: absolute;
	top: 0; right: 0;
	width: 50%; height: 100%;
	background-image: var(--ah-sketch-url, none);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	mix-blend-mode: screen;
	opacity: 0.16;
	z-index: 1;
	pointer-events: none;
}
.ah-hero__inner {
	position: relative; z-index: 2;
	max-width: 1240px; margin: 0 auto;
	padding: 0 var(--gutter-d); width: 100%;
}
.ah-hero__eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-size: 0.7rem; font-weight: 700;
	letter-spacing: 0.22em; text-transform: uppercase;
	color: rgba(255,255,255,0.85);
	padding: 9px 18px;
	border: 1px solid rgba(247,147,30,0.4);
	border-radius: 999px;
	margin-bottom: 28px;
	background: rgba(247,147,30,0.08);
}
.ah-hero__eyebrow svg { width: 12px; height: 12px; color: var(--wba-orange); }
.ah-hero__headline {
	font-size: clamp(2.6rem, 7.5vw, 6rem);
	font-weight: 800; line-height: 0.95;
	letter-spacing: -0.025em;
	margin: 0 0 22px;
	color: var(--wba-white);
}
.ah-hero__qualifier {
	display: block;
	font-style: italic; font-weight: 300;
	color: var(--wba-orange);
	letter-spacing: -0.012em; margin-top: 6px;
}
.ah-hero__tagline {
	max-width: 600px;
	font-size: clamp(1rem, 1.4vw, 1.2rem);
	line-height: 1.5; color: rgba(255,255,255,0.85);
	margin: 0 0 36px;
}
.ah-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.ah-hero .ah-btn--ghost {
	color: var(--wba-white);
	border-color: rgba(255,255,255,0.4);
}
.ah-hero .ah-btn--ghost:hover {
	background: rgba(255,255,255,0.1);
	border-color: var(--wba-white);
}

/* =============================================================
   2. STICKY ANCHOR NAV — orange CTA
   ============================================================= */
.ah-anchors {
	position: sticky; top: 0; z-index: 30;
	background: var(--wba-white);
	border-bottom: 1px solid var(--wba-border);
	border-top: 3px solid var(--wba-orange);
}
.ah-anchors__inner {
	max-width: 1240px; margin: 0 auto;
	padding: 0 var(--gutter-d);
	display: flex; gap: 28px;
	overflow-x: auto; scrollbar-width: none;
	align-items: center;
}
.ah-anchors__inner::-webkit-scrollbar { display: none; }
.ah-anchors__inner a {
	position: relative;
	padding: 18px 2px;
	font-size: 0.72rem; font-weight: 700;
	letter-spacing: 0.14em; text-transform: lowercase;
	color: var(--wba-dark); text-decoration: none;
	white-space: nowrap; transition: color 0.2s;
}
.ah-anchors__inner a:not(.is-cta)::after {
	content: ""; position: absolute;
	left: 0; right: 0; bottom: -1px; height: 2px;
	background: var(--wba-orange);
	transform: scaleX(0); transform-origin: left;
	transition: transform 0.25s;
}
.ah-anchors__inner a:not(.is-cta):hover { color: var(--wba-orange); }
.ah-anchors__inner a:not(.is-cta):hover::after { transform: scaleX(1); }
.ah-anchors__inner a.is-cta {
	margin-left: auto;
	padding: 9px 18px;
	background: var(--wba-orange); color: var(--wba-dark);
	border-radius: 4px; font-weight: 800;
	transition: background 0.2s, transform 0.2s;
}
.ah-anchors__inner a.is-cta:hover {
	background: var(--wba-dark); color: var(--wba-orange);
	transform: translateY(-1px);
}

/* =============================================================
   3. AT A GLANCE — 4 uniform cards
   ============================================================= */
.ah-glance { padding: 100px var(--gutter-d) 80px; background: var(--wba-white); }
.ah-glance__inner { max-width: 1240px; margin: 0 auto; }
.ah-glance__head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.ah-glance__head .ah-eyebrow { justify-content: center; }
.ah-glance__headline {
	font-size: clamp(1.85rem, 4.2vw, 3rem);
	font-weight: 800; line-height: 1.08;
	letter-spacing: -0.018em;
	color: var(--wba-dark); margin: 0;
}
.ah-glance__headline em {
	font-style: italic; font-weight: 300;
	color: var(--wba-muted);
}
.ah-glance__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.ah-glance__card {
	background: var(--wba-white);
	border: 1px solid var(--wba-border);
	border-radius: 14px;
	padding: 32px 28px;
	display: flex; flex-direction: column;
	gap: 8px;
	transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
	position: relative; overflow: hidden;
}
.ah-glance__card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient( 135deg, transparent 60%, rgba(247,147,30,0.05) 100% );
	pointer-events: none;
}
.ah-glance__card:hover {
	transform: translateY(-3px);
	border-color: var(--wba-orange);
	box-shadow: 0 24px 40px rgba(247,147,30,0.10);
}
.ah-glance__icon {
	width: 44px; height: 44px;
	border-radius: 50%;
	background: var(--wba-cream);
	display: inline-flex; align-items: center; justify-content: center;
	margin-bottom: 8px;
}
.ah-glance__icon svg { width: 20px; height: 20px; color: var(--wba-orange); }
.ah-glance__label {
	font-size: 0.6rem; font-weight: 700;
	letter-spacing: 0.2em; text-transform: uppercase;
	color: var(--wba-muted);
}
.ah-glance__value {
	font-size: 1.3rem; font-weight: 800;
	letter-spacing: -0.012em; line-height: 1.15;
	color: var(--wba-dark);
}
.ah-glance__detail {
	font-size: 0.85rem; line-height: 1.45;
	color: var(--wba-muted); margin-top: 4px;
}

/* =============================================================
   FORD PARTNER — Expanded sponsor profile (moved after Fees in
   the page flow). Image-led with floating Ford logo chip,
   two-column body with credentials + contact/hours card.
   ============================================================= */
.ah-partner {
	padding: 110px var(--gutter-d);
	background: var(--wba-cream);
	border-top: 1px solid var(--wba-border);
	border-bottom: 1px solid var(--wba-border);
	position: relative;
	overflow: hidden;
}
.ah-partner::before {
	content: "";
	position: absolute;
	top: -120px; left: -120px;
	width: 420px; height: 420px;
	background: radial-gradient(circle, rgba(247,147,30,0.10) 0%, transparent 65%);
	pointer-events: none;
}
.ah-partner::after {
	content: "";
	position: absolute;
	bottom: -120px; right: -120px;
	width: 420px; height: 420px;
	background: radial-gradient(circle, rgba(247,147,30,0.10) 0%, transparent 65%);
	pointer-events: none;
}
.ah-partner__inner {
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
}
.ah-partner__head {
	max-width: 720px;
	margin: 0 auto 48px;
	text-align: center;
}
.ah-partner__headline {
	font-size: clamp(2.4rem, 5vw, 3.8rem);
	font-weight: 800; line-height: 1;
	letter-spacing: -0.025em;
	color: var(--wba-dark);
	margin: 0 0 14px;
}
.ah-partner__sub {
	font-size: 0.95rem;
	font-style: italic;
	color: var(--wba-muted);
	margin: 0;
}
.ah-partner__media {
	position: relative;
	margin: 0 0 48px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(26,26,26,0.16);
	aspect-ratio: 21 / 9;
	background: var(--wba-dark);
}
.ah-partner__media img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
}
/* Floating Ford logo chip on the dealership photo */
.ah-partner__logo {
	position: absolute;
	bottom: 22px; right: 22px;
	width: 88px; height: 88px;
	border-radius: 50%;
	background: var(--wba-white);
	box-shadow: 0 12px 28px rgba(0,0,0,0.25);
	display: inline-flex;
	align-items: center; justify-content: center;
	overflow: hidden;
	padding: 10px;
}
.ah-partner__logo img {
	width: 100%; height: 100%;
	object-fit: contain;
}
.ah-partner__grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 56px;
	align-items: start;
}
.ah-partner__copy p {
	font-size: 1rem; line-height: 1.7;
	color: #404040;
	margin: 0 0 16px;
}
.ah-partner__copy p:last-of-type { margin-bottom: 26px; }

.ah-partner__creds {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 22px;
}
.ah-partner__creds li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 0.9rem;
	line-height: 1.4;
	color: var(--wba-dark);
}
.ah-partner__cred-tick {
	flex-shrink: 0;
	width: 22px; height: 22px;
	border-radius: 50%;
	background: var(--wba-orange);
	color: var(--wba-dark);
	display: inline-flex;
	align-items: center; justify-content: center;
}
.ah-partner__cred-tick svg { width: 12px; height: 12px; }

.ah-partner__link {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 0.78rem; font-weight: 700;
	letter-spacing: 0.14em; text-transform: lowercase;
	color: var(--wba-orange);
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 2px solid var(--wba-orange);
	transition: color 0.2s, border-color 0.2s, transform 0.2s;
}
.ah-partner__link svg { width: 14px; height: 14px; }
.ah-partner__link:hover {
	color: var(--wba-dark);
	border-color: var(--wba-dark);
	transform: translateY(-1px);
}

/* Contact / hours card */
.ah-partner__card {
	background: var(--wba-white);
	border: 1px solid var(--wba-border);
	border-radius: 16px;
	padding: 32px 30px 28px;
	box-shadow: 0 24px 50px rgba(26,26,26,0.06);
	position: sticky;
	top: 80px;
}
.ah-partner__card-eyebrow {
	display: inline-block;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--wba-orange);
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--wba-orange);
}
.ah-partner__card-name {
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: -0.015em;
	color: var(--wba-dark);
	margin: 0 0 4px;
}
.ah-partner__card-contact {
	font-size: 0.95rem;
	font-style: italic;
	color: var(--wba-muted);
	margin: 0 0 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--wba-border);
}
.ah-partner__card-list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.ah-partner__card-list li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 0.88rem;
	line-height: 1.45;
	color: var(--wba-dark);
}
.ah-partner__card-list a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.2s, border-color 0.2s;
	word-break: break-word;
}
.ah-partner__card-list a:hover {
	color: var(--wba-orange);
	border-color: var(--wba-orange);
}
.ah-partner__card-icon {
	flex-shrink: 0;
	width: 28px; height: 28px;
	border-radius: 50%;
	background: var(--wba-cream);
	display: inline-flex;
	align-items: center; justify-content: center;
}
.ah-partner__card-icon svg { width: 13px; height: 13px; color: var(--wba-orange); }

.ah-partner__hours {
	padding-top: 22px;
	border-top: 1px solid var(--wba-border);
}
.ah-partner__hours-title {
	display: block;
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--wba-muted);
	margin-bottom: 12px;
}
.ah-partner__hours table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.85rem;
}
.ah-partner__hours th,
.ah-partner__hours td {
	padding: 7px 0;
	border-bottom: 1px solid var(--wba-border);
	text-align: left;
	font-weight: 500;
}
.ah-partner__hours tr:last-child th,
.ah-partner__hours tr:last-child td { border-bottom: 0; }
.ah-partner__hours th {
	color: var(--wba-dark);
	font-weight: 700;
	width: 50%;
}
.ah-partner__hours td {
	color: var(--wba-muted);
	text-align: right;
	font-variant-numeric: tabular-nums;
}

/* =============================================================
   5. PATHWAY — Marquee section
   ============================================================= */
.ah-pathway {
	padding: 110px var(--gutter-d);
	background: var(--wba-white);
	position: relative;
	overflow: hidden;
}
.ah-pathway__head {
	max-width: 760px; margin: 0 auto 64px;
	text-align: center;
	position: relative;
}
.ah-pathway__headline {
	font-size: clamp(2rem, 4.4vw, 3.2rem);
	font-weight: 800; line-height: 1.05;
	letter-spacing: -0.02em;
	color: var(--wba-dark);
	margin: 0 0 22px;
}
.ah-pathway__headline em {
	font-style: italic; font-weight: 300;
	color: var(--wba-muted);
}
.ah-pathway__lede {
	font-size: 1rem; line-height: 1.65;
	color: #555; margin: 0;
}
.ah-pathway__journey {
	max-width: 1280px;
	margin: 0 auto 48px;
	display: grid;
	grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
	gap: 0;
	align-items: stretch;
}
.ah-pathway__step {
	background: var(--wba-white);
	border: 1px solid var(--wba-border);
	border-radius: 16px;
	padding: 32px 28px 30px;
	position: relative;
	display: flex; flex-direction: column; gap: 10px;
	transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
	overflow: hidden;
}
.ah-pathway__step:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 50px rgba(26,26,26,0.10);
}
/* Aussie Hoops phase = orange-tinted */
.ah-pathway__step--aussie-hoops {
	border-top: 4px solid var(--wba-orange);
}
.ah-pathway__step--aussie-hoops:hover {
	border-color: var(--wba-orange);
	border-top-color: var(--wba-orange);
}
/* Domestic phase = red-tinted (representing progression) */
.ah-pathway__step--domestic {
	border-top: 4px solid var(--wba-red);
}
.ah-pathway__step--domestic:hover {
	border-color: var(--wba-red);
	border-top-color: var(--wba-red);
}
.ah-pathway__tag {
	display: inline-block;
	font-size: 0.55rem; font-weight: 700;
	letter-spacing: 0.22em; text-transform: uppercase;
	color: var(--wba-muted);
	margin-bottom: 4px;
}
.ah-pathway__step--aussie-hoops .ah-pathway__tag { color: var(--wba-orange); }
.ah-pathway__step--domestic .ah-pathway__tag { color: var(--wba-red); }
.ah-pathway__icon {
	width: 56px; height: 56px;
	border-radius: 50%;
	background: var(--wba-cream);
	display: inline-flex; align-items: center; justify-content: center;
	margin-bottom: 6px;
}
.ah-pathway__icon svg { width: 26px; height: 26px; }
.ah-pathway__step--aussie-hoops .ah-pathway__icon svg { color: var(--wba-orange); }
.ah-pathway__step--domestic .ah-pathway__icon svg { color: var(--wba-red); }
.ah-pathway__num {
	position: absolute;
	top: 16px; right: 22px;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: var(--wba-muted);
	font-variant-numeric: tabular-nums;
}
.ah-pathway__title {
	font-size: 1.6rem;
	font-weight: 800;
	letter-spacing: -0.018em;
	line-height: 1.05;
	color: var(--wba-dark);
	margin: 0;
}
.ah-pathway__title small {
	display: block;
	margin-top: 2px;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: var(--wba-muted);
}
.ah-pathway__ages {
	display: inline-block;
	margin-top: 4px;
	padding: 4px 10px;
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--wba-dark);
	background: var(--wba-cream);
	border-radius: 999px;
	align-self: flex-start;
}
.ah-pathway__body {
	font-size: 0.88rem; line-height: 1.5;
	color: #555; margin: 6px 0 0;
}
.ah-pathway__link {
	margin-top: auto;
	padding-top: 14px;
	display: inline-flex; align-items: center; gap: 6px;
	font-size: 0.7rem; font-weight: 700;
	letter-spacing: 0.16em; text-transform: lowercase;
	color: var(--wba-red);
	text-decoration: none;
	border-top: 1px solid var(--wba-border);
}
.ah-pathway__link svg { width: 12px; height: 12px; }
.ah-pathway__arrow {
	display: flex; align-items: center; justify-content: center;
	color: var(--wba-muted);
	min-height: 80px;
}
.ah-pathway__arrow svg { width: 24px; height: 24px; }

.ah-pathway__rec {
	max-width: 940px; margin: 0 auto;
	background: var(--wba-cream);
	border: 1px solid var(--wba-border);
	border-left: 4px solid var(--wba-orange);
	border-radius: 12px;
	padding: 22px 28px;
	display: flex; gap: 16px; align-items: flex-start;
}
.ah-pathway__rec-icon {
	flex-shrink: 0;
	width: 36px; height: 36px;
	border-radius: 50%;
	background: var(--wba-orange);
	color: var(--wba-dark);
	display: inline-flex; align-items: center; justify-content: center;
}
.ah-pathway__rec-icon svg { width: 16px; height: 16px; }
.ah-pathway__rec p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--wba-dark);
}

/* =============================================================
   6. ABOUT + WHY
   ============================================================= */
.ah-about {
	padding: 110px var(--gutter-d);
	background: var(--wba-cream);
	border-top: 1px solid var(--wba-border);
	border-bottom: 1px solid var(--wba-border);
}
.ah-about__inner { max-width: 1240px; margin: 0 auto; }
.ah-about__head { max-width: 820px; margin: 0 auto 56px; text-align: center; }
.ah-about__headline {
	font-size: clamp(2rem, 4.4vw, 3rem);
	font-weight: 800; line-height: 1.05;
	letter-spacing: -0.02em;
	color: var(--wba-dark);
	margin: 0 0 22px;
}
.ah-about__headline em {
	font-style: italic; font-weight: 300;
	color: var(--wba-orange);
}
.ah-about__lede {
	font-size: clamp(1rem, 1.3vw, 1.125rem);
	line-height: 1.7; color: #404040;
	margin: 0 0 16px;
}
.ah-about__sub {
	font-size: 0.95rem; line-height: 1.6;
	color: #555; margin: 0;
	font-style: italic;
}
.ah-about__whys {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.ah-about__why {
	background: var(--wba-white);
	border: 1px solid var(--wba-border);
	border-radius: 14px;
	padding: 28px 24px;
	transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.ah-about__why:hover {
	transform: translateY(-3px);
	border-color: var(--wba-orange);
	box-shadow: 0 20px 40px rgba(247,147,30,0.10);
}
.ah-about__why-icon {
	width: 44px; height: 44px;
	border-radius: 12px;
	background: linear-gradient( 135deg, var(--wba-orange) 0%, #d97e0f 100% );
	display: inline-flex; align-items: center; justify-content: center;
	margin-bottom: 16px;
}
.ah-about__why-icon svg { width: 20px; height: 20px; color: var(--wba-white); }
.ah-about__why-title {
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	color: var(--wba-dark);
	margin: 0 0 10px;
}
.ah-about__why-body {
	font-size: 0.88rem; line-height: 1.55;
	color: #555; margin: 0;
}

/* =============================================================
   7. THREE STAGES
   ============================================================= */
.ah-stages {
	padding: 110px var(--gutter-d);
	background: var(--wba-white);
}
.ah-stages__inner { max-width: 1240px; margin: 0 auto; }
.ah-stages__head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.ah-stages__headline {
	font-size: clamp(1.85rem, 4.2vw, 3rem);
	font-weight: 800; line-height: 1.08;
	letter-spacing: -0.018em;
	color: var(--wba-dark); margin: 0 0 22px;
}
.ah-stages__headline em {
	font-style: italic; font-weight: 300;
	color: var(--wba-muted);
}
.ah-stages__lede {
	font-size: 1rem; line-height: 1.65;
	color: #555; margin: 0;
}
.ah-stages__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}
.ah-stages__card {
	position: relative;
	background: var(--wba-white);
	border: 1px solid var(--wba-border);
	border-radius: 16px;
	padding: 44px 32px 36px;
	transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
	overflow: hidden;
}
.ah-stages__card:hover {
	transform: translateY(-4px);
	border-color: var(--wba-orange);
	box-shadow: 0 24px 50px rgba(247,147,30,0.10);
}
.ah-stages__num {
	position: absolute;
	top: -12px; right: 12px;
	font-size: 7rem; font-weight: 800;
	letter-spacing: -0.05em; line-height: 1;
	color: var(--wba-cream);
	z-index: 0; pointer-events: none;
	font-variant-numeric: tabular-nums;
}
.ah-stages__card > * { position: relative; z-index: 1; }
.ah-stages__pill {
	display: inline-block;
	font-size: 0.6rem; font-weight: 700;
	letter-spacing: 0.22em; text-transform: uppercase;
	padding: 6px 12px;
	background: var(--wba-orange);
	color: var(--wba-dark);
	border-radius: 999px;
	margin-bottom: 18px;
}
.ah-stages__title {
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: -0.012em;
	line-height: 1.18;
	color: var(--wba-dark);
	margin: 0 0 14px;
}
.ah-stages__body {
	font-size: 0.92rem; line-height: 1.6;
	color: #555; margin: 0;
}

/* =============================================================
   8. TERM SCHEDULE — venue cards
   ============================================================= */
.ah-schedule {
	padding: 110px var(--gutter-d);
	background: var(--wba-cream);
	border-top: 1px solid var(--wba-border);
	border-bottom: 1px solid var(--wba-border);
}
.ah-schedule__inner { max-width: 1240px; margin: 0 auto; }
.ah-schedule__head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.ah-schedule__headline {
	font-size: clamp(1.85rem, 4.2vw, 3rem);
	font-weight: 800; line-height: 1.05;
	letter-spacing: -0.02em;
	color: var(--wba-dark); margin: 0 0 22px;
}
.ah-schedule__headline em {
	font-style: italic; font-weight: 300;
	color: var(--wba-orange);
}
.ah-schedule__lede {
	font-size: 1rem; line-height: 1.65;
	color: #555; margin: 0;
}
.ah-schedule__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

.ah-venue {
	position: relative;
	background: var(--wba-white);
	border: 1px solid var(--wba-border);
	border-radius: 16px;
	padding: 30px 30px 28px;
	transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
	overflow: hidden;
}
.ah-venue:hover {
	transform: translateY(-3px);
	border-color: var(--wba-orange);
	box-shadow: 0 24px 50px rgba(26,26,26,0.08);
}
.ah-venue--new {
	border: 1px solid var(--wba-orange);
}
.ah-venue__new-flag {
	position: absolute;
	top: 0; right: 0;
	background: var(--wba-orange);
	color: var(--wba-dark);
	font-size: 0.6rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	padding: 6px 14px;
	border-radius: 0 16px 0 14px;
}
.ah-venue__head {
	display: flex; gap: 18px;
	align-items: flex-start;
	margin-bottom: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--wba-border);
}
.ah-venue__num {
	flex-shrink: 0;
	font-size: 2.2rem;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1;
	color: var(--wba-orange);
	font-variant-numeric: tabular-nums;
}
.ah-venue__name {
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: -0.012em;
	line-height: 1.2;
	color: var(--wba-dark);
	margin: 0 0 6px;
}
.ah-venue__pill {
	display: inline-block;
	font-size: 0.6rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--wba-muted);
}
.ah-venue__facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 0 0 18px;
}
.ah-venue__facts > div {
	background: var(--wba-cream);
	border-radius: 10px;
	padding: 12px 14px;
}
.ah-venue__facts dt {
	display: flex; align-items: center; gap: 5px;
	font-size: 0.55rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--wba-muted);
	margin-bottom: 4px;
}
.ah-venue__facts dt svg { width: 11px; height: 11px; color: var(--wba-orange); }
.ah-venue__facts dd {
	margin: 0;
	font-size: 0.85rem;
	font-weight: 700;
	color: var(--wba-dark);
	line-height: 1.3;
}
.ah-venue__note {
	display: flex; gap: 10px;
	align-items: flex-start;
	background: rgba(247,147,30,0.08);
	border: 1px solid rgba(247,147,30,0.30);
	border-radius: 10px;
	padding: 12px 14px;
	margin: 0 0 18px;
	font-size: 0.85rem;
	line-height: 1.5;
	color: var(--wba-dark);
}
.ah-venue__note svg {
	width: 14px; height: 14px;
	color: var(--wba-orange);
	flex-shrink: 0;
	margin-top: 3px;
}
.ah-venue__ctas {
	display: flex; flex-wrap: wrap;
	gap: 10px; align-items: center;
}
.ah-venue__email {
	display: inline-flex; align-items: center; gap: 6px;
	font-size: 0.78rem;
	color: var(--wba-dark);
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s;
}
.ah-venue__email svg {
	width: 14px; height: 14px;
	color: var(--wba-orange);
}
.ah-venue__email:hover { color: var(--wba-orange); }
.ah-venue__btn {
	margin-left: auto;
	display: inline-flex; align-items: center; gap: 6px;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: lowercase;
	color: var(--wba-dark);
	background: var(--wba-orange);
	padding: 8px 14px;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.2s, color 0.2s, transform 0.2s;
}
.ah-venue__btn svg { width: 12px; height: 12px; }
.ah-venue__btn:hover {
	background: var(--wba-dark);
	color: var(--wba-orange);
	transform: translateY(-1px);
}

/* =============================================================
   9. FEES — 2 cards
   ============================================================= */
.ah-fees {
	padding: 110px var(--gutter-d);
	background: var(--wba-white);
}
.ah-fees__inner { max-width: 1080px; margin: 0 auto; }
.ah-fees__head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.ah-fees__headline {
	font-size: clamp(1.85rem, 4.2vw, 3rem);
	font-weight: 800; line-height: 1.08;
	letter-spacing: -0.018em;
	color: var(--wba-dark); margin: 0;
}
.ah-fees__headline em {
	font-style: italic; font-weight: 300;
	color: var(--wba-orange);
}
.ah-fees__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}
.ah-fee {
	background: var(--wba-white);
	border: 1px solid var(--wba-border);
	border-radius: 18px;
	padding: 38px 36px 34px;
	display: flex; flex-direction: column;
	gap: 14px;
}
.ah-fee--primary {
	background: var(--wba-dark);
	color: var(--wba-white);
	border-color: var(--wba-dark);
	position: relative;
	overflow: hidden;
}
.ah-fee--primary::before {
	content: "";
	position: absolute; inset: 0;
	background: radial-gradient( circle at 100% 0%, rgba(247,147,30,0.30) 0%, transparent 55% );
	z-index: 0;
}
.ah-fee--primary > * { position: relative; z-index: 1; }
.ah-fee__pill {
	align-self: flex-start;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	padding: 7px 13px;
	background: var(--wba-orange);
	color: var(--wba-dark);
	border-radius: 999px;
}
.ah-fee__pill--alt {
	background: rgba(193,39,45,0.10);
	color: var(--wba-red);
}
.ah-fee__price {
	display: flex;
	align-items: flex-start;
	gap: 4px;
	margin-top: 8px;
}
.ah-fee__currency {
	font-size: 2.2rem;
	font-weight: 800;
	color: var(--wba-orange);
	line-height: 1;
	margin-top: 8px;
}
.ah-fee--primary .ah-fee__currency { color: var(--wba-orange); }
.ah-fee--secondary .ah-fee__currency { color: var(--wba-dark); }
.ah-fee__amount {
	font-size: clamp(4rem, 8vw, 5.5rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 0.9;
	color: var(--wba-white);
	font-variant-numeric: tabular-nums;
}
.ah-fee--secondary .ah-fee__amount { color: var(--wba-dark); }
.ah-fee__unit {
	font-size: 0.82rem;
	color: rgba(255,255,255,0.7);
	margin-bottom: 8px;
}
.ah-fee--secondary .ah-fee__unit { color: var(--wba-muted); }
.ah-fee__includes {
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
	display: flex; flex-direction: column;
	gap: 12px;
	border-top: 1px solid rgba(255,255,255,0.15);
	padding-top: 18px;
}
.ah-fee--secondary .ah-fee__includes { border-top-color: var(--wba-border); }
.ah-fee__includes li {
	display: flex; gap: 11px;
	align-items: flex-start;
	font-size: 0.88rem;
	line-height: 1.45;
	color: rgba(255,255,255,0.92);
}
.ah-fee--secondary .ah-fee__includes li { color: var(--wba-dark); }
.ah-fee__check {
	flex-shrink: 0;
	width: 20px; height: 20px;
	border-radius: 50%;
	background: var(--wba-orange);
	color: var(--wba-dark);
	display: inline-flex; align-items: center; justify-content: center;
}
.ah-fee__check svg { width: 11px; height: 11px; }
.ah-fee__plus {
	margin: 14px 0 0;
	padding-top: 12px;
	border-top: 1px solid rgba(255,255,255,0.12);
	font-size: 0.78rem;
	font-style: italic;
	color: rgba(255,255,255,0.65);
}
.ah-fee--secondary .ah-fee__plus {
	color: var(--wba-muted);
	border-top-color: var(--wba-border);
}

/* =============================================================
   10. (BMF section uses .jd-bmf classes from play-shared.css)
   ============================================================= */

/* =============================================================
   11. REGISTER / GET INVOLVED
   ============================================================= */
.ah-register {
	padding: 110px var(--gutter-d);
	background: var(--wba-white);
	text-align: center;
}
.ah-register__inner { max-width: 1080px; margin: 0 auto; }
.ah-register__eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--wba-orange);
	margin-bottom: 22px;
}
.ah-register__eyebrow svg { width: 14px; height: 14px; color: var(--wba-orange); }
.ah-register__headline {
	font-size: clamp(2.4rem, 5.5vw, 4rem);
	font-weight: 800; line-height: 1.02;
	letter-spacing: -0.02em;
	color: var(--wba-dark); margin: 0 0 18px;
}
.ah-register__headline em {
	font-style: italic; font-weight: 300;
	color: var(--wba-orange);
}
.ah-register__lede {
	font-size: 1.05rem; line-height: 1.55;
	color: var(--wba-muted);
	margin: 0 auto 44px;
	max-width: 640px;
}
.ah-register__contacts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	margin-bottom: 36px;
	text-align: left;
}
.ah-register__contact {
	display: flex; flex-direction: column;
	gap: 8px;
	padding: 24px 22px;
	background: var(--wba-white);
	border: 1px solid var(--wba-border);
	border-radius: 12px;
	text-decoration: none;
	transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.ah-register__contact:hover {
	transform: translateY(-3px);
	border-color: var(--wba-orange);
	box-shadow: 0 18px 36px rgba(247,147,30,0.10);
}
.ah-register__contact-icon {
	width: 32px; height: 32px;
	border-radius: 50%;
	background: var(--wba-cream);
	display: inline-flex; align-items: center; justify-content: center;
	margin-bottom: 4px;
}
.ah-register__contact-icon svg { width: 14px; height: 14px; color: var(--wba-orange); }
.ah-register__contact-name {
	font-size: 0.95rem;
	font-weight: 800;
	color: var(--wba-dark);
	letter-spacing: -0.005em;
	line-height: 1.3;
}
.ah-register__contact-email {
	font-size: 0.64rem;
	color: var(--wba-muted);
	line-height: 1.4;
	white-space: nowrap;
	letter-spacing: -0.01em;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ah-register__note {
	display: inline-flex; gap: 8px;
	align-items: flex-start;
	font-size: 0.85rem;
	font-style: italic;
	color: var(--wba-muted);
	margin: 0;
	max-width: 640px;
	text-align: left;
}
.ah-register__note svg {
	width: 14px; height: 14px;
	color: var(--wba-orange);
	flex-shrink: 0;
	margin-top: 3px;
}

/* =============================================================
   JUNE SPECIAL OFFER  —  Time-limited promotional section
   Time-sensitive, orange-saturated, sits high in the page flow.
   Auto-hides via PHP when end_date passes; this CSS only renders
   when the section is in the DOM.
   ============================================================= */
.ah-offer {
	position: relative;
	padding: 90px var(--gutter-d);
	background: linear-gradient(135deg, #fff5e6 0%, #ffe7c2 100%);
	border-top: 1px solid rgba(247,147,30,0.40);
	border-bottom: 1px solid rgba(247,147,30,0.40);
	overflow: hidden;
}
.ah-offer__bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 12% 20%, rgba(247,147,30,0.18) 0%, transparent 45%),
		radial-gradient(circle at 88% 80%, rgba(193,39,45,0.10) 0%, transparent 45%);
	pointer-events: none;
}
.ah-offer__inner {
	position: relative;
	max-width: 1120px;
	margin: 0 auto;
}
.ah-offer__head {
	text-align: center;
	margin-bottom: 48px;
}
.ah-offer__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--wba-white);
	background: var(--wba-dark);
	padding: 9px 16px;
	border-radius: 999px;
	margin-bottom: 22px;
}
.ah-offer__badge svg { color: var(--wba-orange); }
.ah-offer__eyebrow {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--wba-orange);
	margin-bottom: 16px;
}
.ah-offer__headline {
	font-size: clamp(2.6rem, 6vw, 4.6rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.025em;
	color: var(--wba-dark);
	margin: 0 0 18px;
}
.ah-offer__headline em {
	font-style: italic;
	font-weight: 300;
	color: var(--wba-orange);
}
.ah-offer__sub {
	font-size: 1.05rem;
	line-height: 1.55;
	color: var(--wba-dark);
	margin: 0 auto;
	max-width: 640px;
}
.ah-offer__sub strong { font-weight: 800; }

/* Items grid — what you get */
.ah-offer__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-bottom: 56px;
}
.ah-offer__item {
	background: var(--wba-white);
	border: 1px solid rgba(247,147,30,0.35);
	border-radius: 16px;
	padding: 32px 26px;
	text-align: center;
	transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.ah-offer__item:hover {
	transform: translateY(-3px);
	border-color: var(--wba-orange);
	box-shadow: 0 24px 40px rgba(247,147,30,0.15);
}
.ah-offer__item-icon {
	display: inline-flex;
	align-items: center; justify-content: center;
	width: 56px; height: 56px;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--wba-orange) 0%, #d97e0f 100%);
	color: var(--wba-white);
	margin-bottom: 18px;
}
.ah-offer__item-icon svg { width: 26px; height: 26px; color: var(--wba-white); }
.ah-offer__item-title {
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	color: var(--wba-dark);
	margin: 0 0 8px;
}
.ah-offer__item-body {
	font-size: 0.88rem;
	line-height: 1.5;
	color: var(--wba-muted);
	margin: 0;
}

/* How it works — 3 steps */
.ah-offer__how {
	background: var(--wba-white);
	border: 1px solid var(--wba-border);
	border-radius: 16px;
	padding: 36px 36px 32px;
	margin-bottom: 36px;
}
.ah-offer__how-title {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--wba-muted);
	margin: 0 0 22px;
	padding-bottom: 14px;
	border-bottom: 2px solid var(--wba-orange);
	display: inline-block;
}
.ah-offer__steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.ah-offer__steps li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}
.ah-offer__step-num {
	flex-shrink: 0;
	width: 32px; height: 32px;
	border-radius: 50%;
	background: var(--wba-orange);
	color: var(--wba-dark);
	font-size: 0.85rem;
	font-weight: 800;
	display: inline-flex;
	align-items: center; justify-content: center;
}
.ah-offer__step-text {
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--wba-dark);
}
.ah-offer__step-text strong { font-weight: 800; }

/* Form */
.ah-offer__form {
	background: var(--wba-dark);
	color: var(--wba-white);
	border-radius: 18px;
	padding: 40px 40px 36px;
	position: relative;
	overflow: hidden;
}
.ah-offer__form::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 100% 0%, rgba(247,147,30,0.18) 0%, transparent 55%);
	pointer-events: none;
}
.ah-offer__form > * { position: relative; }

/* Formspree honeypot — hidden from humans, still in the DOM for spam bots.
   Don't use display:none (some bots skip those); push it off-screen instead. */
.ah-offer__honeypot {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}
.ah-offer__form-title {
	font-size: 1.6rem;
	font-weight: 800;
	letter-spacing: -0.015em;
	color: var(--wba-white);
	margin: 0 0 8px;
}
.ah-offer__form-note {
	font-size: 0.85rem;
	color: rgba(255,255,255,0.65);
	font-style: italic;
	margin: 0 0 28px;
}
.ah-offer__form-success,
.ah-offer__form-error {
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 14px 18px;
	border-radius: 10px;
	margin-bottom: 22px;
	font-size: 0.95rem;
	line-height: 1.4;
}
.ah-offer__form-success {
	background: rgba(46,160,67,0.15);
	border: 1px solid rgba(46,160,67,0.4);
	color: #62d56b;
}
.ah-offer__form-error {
	background: rgba(193,39,45,0.15);
	border: 1px solid rgba(193,39,45,0.4);
	color: #ff8a8f;
}
.ah-offer__form-success svg,
.ah-offer__form-error svg { flex-shrink: 0; }

.ah-offer__form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 22px;
	margin-bottom: 28px;
}
.ah-offer__field { display: flex; flex-direction: column; gap: 8px; }
.ah-offer__field--wide { grid-column: 1 / -1; }
.ah-offer__field label {
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.75);
}
.ah-offer__field label span[aria-hidden] { color: var(--wba-orange); }
.ah-offer__field-opt {
	color: rgba(255,255,255,0.45);
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0.04em;
	margin-left: 4px;
}
.ah-offer__field input,
.ah-offer__field select {
	font-family: inherit;
	font-size: 0.95rem;
	color: var(--wba-white);
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: 8px;
	padding: 12px 14px;
	transition: border-color 0.2s, background 0.2s;
}
.ah-offer__field input:focus,
.ah-offer__field select:focus {
	outline: 2px solid var(--wba-orange);
	outline-offset: 1px;
	border-color: var(--wba-orange);
	background: rgba(255,255,255,0.10);
}
.ah-offer__field select { appearance: none; cursor: pointer; padding-right: 36px; background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.7) 50%), linear-gradient(135deg, rgba(255,255,255,0.7) 50%, transparent 50%); background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 13px) calc(50% - 2px); background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.ah-offer__submit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 16px 30px;
	font-family: inherit;
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: lowercase;
	color: var(--wba-dark);
	background: var(--wba-orange);
	border: 1px solid var(--wba-orange);
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.2s, color 0.2s, transform 0.2s;
}
.ah-offer__submit:hover:not(:disabled) {
	background: var(--wba-white);
	color: var(--wba-dark);
	border-color: var(--wba-white);
	transform: translateY(-2px);
}
.ah-offer__submit:disabled {
	opacity: 0.6;
	cursor: wait;
}

/* Orange highlight for the offer link in the sticky anchor nav */
.ah-anchors__inner a.ah-anchors__offer {
	position: relative;
	padding-left: 22px;
	font-weight: 800;
	color: var(--wba-dark);
}
.ah-anchors__inner a.ah-anchors__offer::before {
	content: "";
	position: absolute;
	left: 6px; top: 50%;
	transform: translateY(-50%);
	width: 8px; height: 8px;
	border-radius: 50%;
	background: var(--wba-orange);
	box-shadow: 0 0 0 0 rgba(247,147,30,0.6);
	animation: ah-pulse 2s ease-out infinite;
}
@keyframes ah-pulse {
	0%   { box-shadow: 0 0 0 0 rgba(247,147,30,0.6); }
	70%  { box-shadow: 0 0 0 10px rgba(247,147,30,0); }
	100% { box-shadow: 0 0 0 0 rgba(247,147,30,0); }
}

/* =============================================================
   ABOUT — YouTube video embed (inside .ah-about, between lede
   and the .ah-about__whys grid)
   ============================================================= */
.ah-about__video {
	max-width: 880px;
	margin: 0 auto 56px;
}
.ah-about__video-frame {
	position: relative;
	aspect-ratio: 16 / 9;
	border-radius: 16px;
	overflow: hidden;
	background: var(--wba-dark);
	box-shadow: 0 30px 60px rgba(26,26,26,0.18);
}
.ah-about__video-frame iframe {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	border: 0; display: block;
}
.ah-about__video figcaption {
	margin-top: 14px;
	font-size: 0.82rem;
	font-style: italic;
	color: var(--wba-muted);
	text-align: center;
}

/* =============================================================
   RECALL CTA — Pre-BMF reminder of the offer (orange band)
   ============================================================= */
.ah-recall {
	padding: 70px var(--gutter-d);
	background: var(--wba-orange);
	color: var(--wba-dark);
	text-align: center;
	position: relative;
	overflow: hidden;
}
.ah-recall::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 0% 50%, rgba(255,255,255,0.18) 0%, transparent 35%),
		radial-gradient(circle at 100% 50%, rgba(0,0,0,0.08) 0%, transparent 35%);
	pointer-events: none;
}
.ah-recall__inner {
	position: relative;
	max-width: 760px;
	margin: 0 auto;
}
.ah-recall__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--wba-dark);
	background: rgba(0,0,0,0.10);
	padding: 8px 14px;
	border-radius: 999px;
	margin-bottom: 22px;
}
.ah-recall__headline {
	font-size: clamp(1.85rem, 4.4vw, 2.8rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: var(--wba-dark);
	margin: 0 0 18px;
}
.ah-recall__body {
	font-size: 1rem;
	line-height: 1.55;
	color: rgba(26,26,26,0.78);
	margin: 0 0 30px;
}
.ah-recall__cta {
	background: var(--wba-dark);
	color: var(--wba-orange);
	border-color: var(--wba-dark);
}
.ah-recall__cta:hover {
	background: var(--wba-white);
	color: var(--wba-dark);
	border-color: var(--wba-white);
}

/* =============================================================
   RESPONSIVE
   ============================================================= */
@media (max-width: 1080px) {
	.ah-glance__grid { grid-template-columns: repeat(2, 1fr); }
	.ah-partner__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}
	.ah-partner__creds { grid-template-columns: 1fr; }
	.ah-partner__card { position: static; }
	.ah-pathway__journey {
		grid-template-columns: 1fr 1fr;
		gap: 18px;
	}
	.ah-pathway__arrow { display: none; }
	.ah-about__whys { grid-template-columns: repeat(2, 1fr); }
	.ah-stages__grid { grid-template-columns: 1fr; gap: 18px; }
	.ah-schedule__grid { grid-template-columns: 1fr; }
	.ah-fees__grid { grid-template-columns: 1fr; }
	.ah-register__contacts { grid-template-columns: repeat(2, 1fr); }
	.ah-offer__items { grid-template-columns: 1fr; }
	.ah-offer__steps { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 720px) {
	.ah-hero { min-height: 440px; }
	.ah-hero__inner { padding: 0 var(--gutter-m); }
	.ah-hero__sketch { width: 100%; opacity: 0.10; }
	.ah-hero__ctas { flex-direction: column; align-items: stretch; }
	.ah-btn { justify-content: center; }
	.ah-anchors__inner { padding: 0 var(--gutter-m); gap: 22px; }
	.ah-anchors__inner a.is-cta { margin-left: 0; }

	.ah-glance, .ah-partner, .ah-pathway, .ah-about, .ah-stages,
	.ah-schedule, .ah-fees, .ah-register, .jd-bmf, .ah-offer, .ah-recall {
		padding-left: var(--gutter-m); padding-right: var(--gutter-m);
		padding-top: 70px; padding-bottom: 70px;
	}
	.ah-glance__grid { grid-template-columns: 1fr; }
	.ah-pathway__journey { grid-template-columns: 1fr; }
	.ah-about__whys { grid-template-columns: 1fr; }
	.ah-venue__facts { grid-template-columns: 1fr; }
	.ah-venue__ctas { flex-direction: column; align-items: stretch; }
	.ah-venue__btn { margin-left: 0; justify-content: center; }
	.ah-register__contacts { grid-template-columns: 1fr; }
	.ah-offer__form { padding: 28px 22px 26px; }
	.ah-offer__form-grid { grid-template-columns: 1fr; }
	.ah-offer__how { padding: 26px 22px; }
	.ah-partner__media { aspect-ratio: 16 / 10; }
	.ah-partner__logo { width: 64px; height: 64px; bottom: 14px; right: 14px; padding: 6px; }
	.ah-partner__card { padding: 26px 22px; }
}

@media (prefers-reduced-motion: reduce) {
	.ah-glance__card, .ah-pathway__step, .ah-stages__card,
	.ah-venue, .ah-about__why, .ah-register__contact, .ah-btn {
		transition: none !important;
	}
	.ah-glance__card:hover, .ah-pathway__step:hover,
	.ah-stages__card:hover, .ah-venue:hover,
	.ah-about__why:hover, .ah-register__contact:hover {
		transform: none;
	}
}

/* =============================================================
   MINI HOOPS — intro + EOI section (added)
   Orange-led, matches .ah conventions (1240px container, cream).
   ============================================================= */
.mh {
	background: var(--wba-cream, #F8F8F6);
	padding: 100px var(--gutter-d) 90px;
	border-top: 1px solid var(--wba-border, #E6E6E2);
}
.mh__inner {
	max-width: 1240px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 56px;
	align-items: start;
}

/* Intro column */
.mh__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--wba-orange, #F7931E);
	margin-bottom: 16px;
}
.mh__eyebrow svg { width: 14px; height: 14px; color: var(--wba-orange, #F7931E); }
.mh__headline {
	font-size: clamp(2rem, 4.4vw, 3rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: var(--wba-dark, #1A1A1A);
	margin: 0 0 1.2rem;
}
.mh__headline em { font-style: italic; font-weight: 300; color: var(--wba-orange, #F7931E); }
.mh__lede { font-size: 1.02rem; line-height: 1.65; color: #333; margin: 0 0 1rem; }
.mh__note { font-size: 0.95rem; line-height: 1.6; color: #444; margin: 0 0 1.75rem; }
.mh__note strong { color: var(--wba-dark, #1A1A1A); }

.mh__facts { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 12px; }
.mh__fact {
	display: inline-flex; align-items: center; gap: 8px;
	background: var(--wba-white, #fff);
	border: 1px solid var(--wba-border, #E6E6E2);
	border-radius: 999px;
	padding: 8px 15px;
	font-size: 0.78rem; font-weight: 600;
	color: var(--wba-dark, #1A1A1A);
}
.mh__fact-icon { display: inline-flex; color: var(--wba-orange, #F7931E); }
.mh__fact-icon svg { width: 15px; height: 15px; }

/* Form card */
.mh__form-card {
	position: relative;
	background: var(--wba-white, #fff);
	border: 1px solid var(--wba-border, #E6E6E2);
	border-radius: 14px;
	padding: 34px 32px 30px;
	box-shadow: 0 18px 44px rgba(26, 26, 26, 0.07);
	overflow: hidden;
}
.mh__form-accent {
	position: absolute; top: 0; left: 0; right: 0; height: 4px;
	background: linear-gradient(90deg, var(--wba-orange, #F7931E), var(--wba-red, #C1272D));
}
.mh__form-title { font-size: 1.3rem; font-weight: 800; letter-spacing: -0.01em; color: var(--wba-dark, #1A1A1A); margin: 0.4rem 0 0.4rem; }
.mh__form-sub { font-size: 0.88rem; line-height: 1.55; color: var(--wba-muted, #888); margin: 0 0 1.4rem; }

.mh-form__row { margin-bottom: 15px; }
.mh-form__row--2 { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.mh-form__field { display: flex; flex-direction: column; }
.mh-form__field label {
	font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
	color: var(--wba-dark, #1A1A1A); margin-bottom: 6px;
}
.mh-form__optional { font-weight: 500; text-transform: none; letter-spacing: 0; color: var(--wba-muted, #888); }
.mh-form__field input,
.mh-form__field textarea {
	font-family: inherit; font-size: 0.92rem; color: var(--wba-dark, #1A1A1A);
	background: var(--wba-cream, #F8F8F6);
	border: 1px solid var(--wba-border, #E6E6E2);
	border-radius: 9px; padding: 11px 13px; width: 100%; box-sizing: border-box;
	transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
.mh-form__field input:focus,
.mh-form__field textarea:focus {
	outline: none; background: var(--wba-white, #fff);
	border-color: var(--wba-orange, #F7931E);
	box-shadow: 0 0 0 3px rgba(247, 147, 30, 0.16);
}
.mh-form__field input[aria-invalid="true"],
.mh-form__field textarea[aria-invalid="true"] {
	border-color: var(--wba-red, #C1272D);
	box-shadow: 0 0 0 3px rgba(193, 39, 45, 0.14);
}
.mh-form__field textarea { resize: vertical; min-height: 74px; }
.mh-form__hint { font-size: 0.72rem; line-height: 1.4; color: var(--wba-muted, #888); margin-top: 5px; }

.mh-form__submit {
	appearance: none; border: 0; cursor: pointer; width: 100%; margin-top: 6px;
	padding: 14px 20px; font-family: inherit; font-size: 0.8rem; font-weight: 700;
	letter-spacing: 0.12em; text-transform: uppercase; color: var(--wba-white, #fff);
	background: var(--wba-red, #C1272D); border-radius: 9px;
	transition: background 0.18s, transform 0.15s;
}
.mh-form__submit:hover { background: #a81f24; transform: translateY(-2px); }
.mh-form__submit:disabled { opacity: 0.6; cursor: default; transform: none; }

.mh-form__privacy { font-size: 0.72rem; line-height: 1.5; color: var(--wba-muted, #888); margin: 14px 0 0; text-align: center; }
.mh-form__privacy a { color: var(--wba-red, #C1272D); }

.mh-form__success,
.mh-form__error {
	display: flex; flex-direction: column; gap: 3px;
	border-radius: 9px; padding: 14px 16px; margin-bottom: 16px;
	font-size: 0.88rem; line-height: 1.5;
}
.mh-form__success { background: rgba(46, 125, 50, 0.08); border: 1px solid rgba(46, 125, 50, 0.35); color: #1e5e22; }
.mh-form__error { background: rgba(193, 39, 45, 0.07); border: 1px solid rgba(193, 39, 45, 0.35); color: #8f1a1f; }
.mh-form__error a { color: inherit; font-weight: 600; }

.mh-form__honeypot {
	position: absolute !important; left: -10000px !important; top: auto !important;
	width: 1px !important; height: 1px !important; overflow: hidden !important;
}

@media (max-width: 900px) {
	.mh__inner { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 560px) {
	.mh { padding: 64px var(--gutter-m) 56px; }
	.mh__form-card { padding: 26px 20px 24px; }
	.mh-form__row--2 { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	.mh-form__submit:hover { transform: none; }
}

/* =============================================================
   SCHEDULE — collapsible per-venue round dates (added)
   ============================================================= */
.ah-venue__rounds {
	margin-top: 14px;
	border-top: 1px solid var(--wba-border, #E6E6E2);
	padding-top: 12px;
}
.ah-venue__rounds > summary {
	display: inline-flex; align-items: center; gap: 7px;
	cursor: pointer; list-style: none;
	font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
	color: var(--wba-orange, #F7931E);
	transition: color 0.15s;
}
.ah-venue__rounds > summary::-webkit-details-marker { display: none; }
.ah-venue__rounds > summary svg { width: 14px; height: 14px; }
.ah-venue__rounds > summary::after {
	content: "▾"; margin-left: 2px; font-size: 0.8rem;
	transition: transform 0.2s;
}
.ah-venue__rounds[open] > summary::after { transform: rotate(180deg); }
.ah-venue__rounds > summary:hover { color: var(--wba-red, #C1272D); }
.ah-venue__rounds-list {
	list-style: none; margin: 12px 0 0; padding: 0;
	display: grid; grid-template-columns: 1fr 1fr; gap: 6px 18px;
}
.ah-venue__rounds-list li {
	display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
	font-size: 0.82rem; padding: 4px 0;
	border-bottom: 1px solid var(--wba-border, #E6E6E2);
}
.ah-venue__round-label { color: var(--wba-muted, #888); font-weight: 600; }
.ah-venue__round-date { color: var(--wba-dark, #1A1A1A); font-weight: 500; }
@media (max-width: 560px) {
	.ah-venue__rounds-list { grid-template-columns: 1fr; }
}

/* =============================================================
   BEHAVIOURAL FRAMEWORK — self-contained dark section (added)
   .jd-bmf normally comes from play-shared.css; duplicated here so
   this page renders correctly even if that shared sheet isn't
   reaching this template. page-aussie-hoops.css loads after
   play-shared (dependency), so these win on equal specificity.
   ============================================================= */
.jd-bmf {
	position: relative;
	overflow: hidden;
	background: var(--wba-dark, #1A1A1A);
	color: #fff;
	padding: 110px var(--gutter-d);
}
.jd-bmf::before {
	content: "";
	position: absolute;
	top: -20%; right: -10%;
	width: 60%; height: 140%;
	background: radial-gradient(circle at center, rgba(193, 39, 45, 0.28), transparent 62%);
	pointer-events: none;
}
.jd-bmf__inner {
	position: relative;
	z-index: 1;
	max-width: 1240px;
	margin: 0 auto;
	text-align: center;
}
.jd-bmf__eyebrow {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	font-size: 0.625rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
	color: var(--wba-orange, #F7931E);
	margin-bottom: 18px;
}
.jd-bmf__eyebrow svg { width: 14px; height: 14px; }
.jd-bmf__headline {
	font-size: clamp(1.9rem, 4vw, 2.9rem);
	font-weight: 800; line-height: 1.08; letter-spacing: -0.02em;
	margin: 0 0 1.1rem; color: #fff;
}
.jd-bmf__headline em { font-style: italic; font-weight: 300; color: rgba(255, 255, 255, 0.72); }
.jd-bmf__lede {
	max-width: 720px; margin: 0 auto 56px;
	font-size: 1.02rem; line-height: 1.65; color: rgba(255, 255, 255, 0.72);
}
.jd-bmf__grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; text-align: left;
}
.jd-bmf__tile {
	position: relative;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-top: 3px solid var(--wba-red, #C1272D);
	border-radius: 13px;
	padding: 32px 28px 28px;
}
.jd-bmf__tile-num {
	display: block; font-size: 2.4rem; font-weight: 800; line-height: 1;
	color: var(--wba-red, #C1272D); margin-bottom: 14px;
}
.jd-bmf__tile h3 { font-size: 1.15rem; font-weight: 800; margin: 0 0 10px; color: #fff; }
.jd-bmf__tile p { font-size: 0.92rem; line-height: 1.6; color: rgba(255, 255, 255, 0.70); margin: 0; }

/* Mobile overrides — placed last so they win over the base rule above */
@media (max-width: 900px) {
	.jd-bmf__grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
	.jd-bmf { padding: 70px var(--gutter-m); }
}

/* =============================================================
   FORM STATE FIX + PROGRAM LOGOS (added)
   ============================================================= */

/* The [hidden] attribute must beat the display:flex on these boxes,
   otherwise both success AND error show at once before submit. */
.mh-form__success[hidden],
.mh-form__error[hidden],
.ah-offer__form-success[hidden],
.ah-offer__form-error[hidden] {
	display: none;
}

/* Hero program logo — now serves as the hero headline */
.ah-hero__headline--logo { margin: 0 0 20px; line-height: 1; }
.ah-hero__logo {
	display: block;
	width: auto;
	max-width: 360px;
	max-height: 200px;
	margin: 0;
}

/* Pathway step logo — replaces the SVG icon when a program logo is set */
.ah-pathway__icon--logo {
	width: 64px;
	height: 64px;
	background: #fff;
	border: 1px solid var(--wba-border);
}
.ah-pathway__icon--logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 8px;
	box-sizing: border-box;
}

/* Mini Hoops program logo (light cream section) */
.mh__logo {
	display: block;
	width: auto;
	height: 110px;
	margin-bottom: 20px;
}
@media (max-width: 560px) {
	.ah-hero__logo { max-width: 260px; max-height: 150px; }
	.mh__logo { height: 82px; }
}
.mh-form__req { color: var(--wba-red, #C1272D); font-weight: 700; }
