/**
 * DNZ Enfold Child — Campaign landing page.
 * Loaded only on pages using template-campaign-landing.php.
 *
 * Specificity note: Enfold's stylesheets are written against `#top` (the body
 * id), so almost every parent rule carries an id and beats a plain class.
 * Every rule here is therefore prefixed `#top .wam-page`, which outranks them
 * without needing !important. The exceptions are image sizing rules, where
 * Enfold and Event Espresso both ship `!important`, so those are matched.
 *
 * Type scale: the design's smallest sizes (12px and 14px) have been lifted to
 * a 16px floor for body copy. This page is read by people who are older and
 * frequently visually impaired. The design's proportions are preserved; only
 * the floor moved.
 *
 * Created 2026-08-22.
 */

#top .wam-page {
	/* Colour */
	--wam-navy: #041421;
	--wam-navy-800: #052630;
	--wam-teal: #4c7273;
	--wam-teal-ink: #40605f; /* darkened for AA on the pale wash */
	--wam-sage: #86b9b0;
	--wam-grey: #d0d6d6;
	--wam-orange: #c44327;
	--wam-orange-dark: #a8371f;
	--wam-wash: #eef4f3;
	--wam-on-dark: #d7e4e8;
	--wam-muted: #8aa0a6;

	/* Type */
	--wam-display: 'Effra', Helvetica, Arial, sans-serif;
	--wam-body: 'Effra', Helvetica, Arial, sans-serif;

	/* Shape */
	--wam-radius: 16px;
	--wam-radius-lg: 28px;
	--wam-shadow: 0 2px 6px rgba(4, 20, 33, .08);

	font-family: var(--wam-body);
	color: var(--wam-navy);
	overflow-x: clip;
}

/* Enfold puts its page padding on the content wrapper; this page is full bleed. */
#top .wam-page,
#top .wam-page * {
	box-sizing: border-box;
}

/* ---------- Utility ---------- */

#top .wam-page .wam-sr {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

#top .wam-page a:focus-visible,
#top .wam-page button:focus-visible {
	outline: 3px solid var(--wam-orange);
	outline-offset: 3px;
	border-radius: 2px;
}

#top .wam-page .wam-sec--navy a:focus-visible,
#top .wam-page .wam-sec--navy button:focus-visible,
#top .wam-page .wam-close a:focus-visible {
	outline-color: var(--wam-sage);
}

/* Anchors sit below the sticky header. */
#top .wam-page [id="recognise"],
#top .wam-page [id="diagnosis"],
#top .wam-page [id="support"],
#top .wam-page [id="whanau"],
#top .wam-page [id="stories"],
#top .wam-page [id="hub"] {
	scroll-margin-top: 120px;
}

/* ---------- Section shell ---------- */

#top .wam-page .wam-sec {
	position: relative;
	background: #fff;
}

#top .wam-page .wam-sec--wash { background: var(--wam-wash); }
#top .wam-page .wam-sec--navy { background: var(--wam-navy); }
#top .wam-page .wam-sec--teal { background: linear-gradient(135deg, var(--wam-wash), var(--wam-sage) 140%); }

#top .wam-page .wam-sec__inner {
	position: relative;
	overflow: hidden;
	max-width: 1400px;
	margin: 0 auto;
	padding: 96px 68px;
}

#top .wam-page .wam-sec--intro .wam-sec__inner { padding-top: 40px; padding-bottom: 24px; }
#top .wam-page .wam-sec--tight .wam-sec__inner { padding-top: 24px; }

/* ---------- Type ---------- */

#top .wam-page .wam-h1 {
	margin: 0 0 12px;
	font-family: var(--wam-display);
	font-weight: 700;
	font-size: clamp(30px, 3vw, 40px);
	line-height: 1.2;
	color: var(--wam-navy);
	letter-spacing: -.01em;
	text-transform: none;
}

#top .wam-page .wam-h2 {
	margin: 0 0 18px;
	font-family: var(--wam-display);
	font-weight: 700;
	font-size: clamp(24px, 2.1vw, 30px);
	line-height: 1.25;
	color: var(--wam-navy);
	text-transform: none;
}

#top .wam-page .wam-h3 {
	margin: 0 0 10px;
	font-family: var(--wam-display);
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	color: var(--wam-navy);
	text-transform: none;
}

#top .wam-page .wam-h2--on-dark,
#top .wam-page .wam-h1--on-dark { color: #fff; }

#top .wam-page .wam-h3--panel { font-weight: 700; font-size: 19px; max-width: 620px; margin: 0; }
#top .wam-page .wam-h3--hub { margin: 0; font-size: 19px; }

#top .wam-page .wam-kicker {
	margin: 0 0 14px;
	font-family: var(--wam-display);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--wam-teal-ink);
}

#top .wam-page .wam-kicker--on-dark { color: var(--wam-sage); }

#top .wam-page .wam-body {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 1.65;
	color: var(--wam-navy);
	max-width: 68ch;
}

#top .wam-page .wam-body--sm { font-size: 16px; line-height: 1.7; }
#top .wam-page .wam-body--lead { font-size: 19px; max-width: 74ch; }
#top .wam-page .wam-body--on-dark { color: var(--wam-on-dark); }

#top .wam-page .wam-promise {
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 19px;
	line-height: 1.55;
	color: var(--wam-navy);
	max-width: 62ch;
}

#top .wam-page .wam-caption {
	margin: 12px 0 0;
	font-size: 16px;
	line-height: 1.6;
	color: var(--wam-teal-ink);
}

#top .wam-page .wam-hashtags {
	margin: 14px 0 20px;
	font-weight: 700;
	font-size: 16px;
	color: var(--wam-teal-ink);
}

/* ---------- Links and buttons ---------- */

#top .wam-page a { color: var(--wam-teal-ink); }
#top .wam-page a:hover { color: var(--wam-navy); }

#top .wam-page .wam-arrow {
	display: inline-flex;
	align-items: center;
	gap: .45em;
	min-height: 44px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
	text-decoration: underline;
	text-underline-offset: 3px;
	color: var(--wam-teal-ink);
}

#top .wam-page .wam-arrow:hover { color: var(--wam-navy); }
#top .wam-page .wam-arrow--on-dark { color: var(--wam-sage); }
#top .wam-page .wam-arrow--on-dark:hover { color: #fff; }

/* Inline links inside a sentence keep the text flow; WCAG exempts these
   from the minimum target size. */
#top .wam-page .wam-arrow--inline {
	display: inline;
	min-height: 0;
}

#top .wam-page .wam-linkrow {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 28px;
	margin: 4px 0 0;
}

#top .wam-page .wam-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 30px;
	border-radius: 999px;
	border: 2px solid var(--wam-orange);
	background: var(--wam-orange);
	color: #fff;
	font-family: var(--wam-display);
	font-weight: 700;
	font-size: 17px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color .15s ease, border-color .15s ease;
}

#top .wam-page .wam-btn:hover,
#top .wam-page .wam-btn:focus {
	background: var(--wam-orange-dark);
	border-color: var(--wam-orange-dark);
	color: #fff;
}

#top .wam-page .wam-btn--outline {
	background: transparent;
	border-color: var(--wam-sage);
	color: #fff;
}

#top .wam-page .wam-btn--outline:hover,
#top .wam-page .wam-btn--outline:focus {
	background: rgba(255, 255, 255, .14);
	border-color: #fff;
	color: #fff;
}

/* ---------- Images ---------- */

#top .wam-page img {
	max-width: 100%;
	height: auto;
	border-radius: 0;
}

#top .wam-page .wam-icon {
	display: block !important;
	flex-shrink: 0;
	object-fit: contain !important;
	width: 44px !important;
	height: 44px !important;
	border-radius: 0 !important;
}

#top .wam-page .wam-icon--sm { width: 44px !important; height: 44px !important; }
#top .wam-page .wam-icon--md { width: 64px !important; height: 64px !important; }
#top .wam-page .wam-icon--lg { width: 84px !important; height: 84px !important; }

#top .wam-page .wam-photo {
	display: block !important;
	width: 100% !important;
	height: 320px !important;
	object-fit: cover !important;
	object-position: center 20%;
	border-radius: var(--wam-radius) !important;
}

#top .wam-page .wam-photo--square { height: 300px !important; object-position: center 50%; border-radius: 0 !important; }
#top .wam-page .wam-photo--tall { height: 400px !important; object-position: center 25%; }

/* Decorative leaf watermark. Never announced, never clickable. */
#top .wam-page .wam-leaf {
	position: absolute;
	width: 130px !important;
	height: auto !important;
	opacity: .10;
	pointer-events: none;
	user-select: none;
	z-index: 0;
	border-radius: 0 !important;
	filter: brightness(0) invert(1) sepia(1) saturate(4) hue-rotate(140deg) brightness(.7);
}

#top .wam-page .wam-leaf--value { right: 0; top: 0; width: 150px !important; }
#top .wam-page .wam-leaf--chooser { right: 40px; top: -10px; width: 110px !important; filter: brightness(0) invert(1); }
#top .wam-page .wam-leaf--signs { left: -30px; top: 10px; width: 110px !important; transform: rotate(-15deg); }
#top .wam-page .wam-leaf--diagnosis { right: -24px; bottom: -20px; opacity: .09; }
#top .wam-page .wam-leaf--stories { right: 30px; top: 40px; width: 120px !important; transform: rotate(12deg); }
#top .wam-page .wam-leaf--plan { right: 16px; bottom: -14px; width: 120px !important; opacity: .14; filter: brightness(0) invert(1) sepia(1) saturate(6) hue-rotate(340deg) brightness(.55); }
#top .wam-page .wam-leaf--close { right: 20px; top: 10px; width: 100px !important; opacity: .12; filter: brightness(0) invert(1); }

/* Keep real content above the watermark. */
#top .wam-page .wam-sec__inner > *:not(.wam-leaf) { position: relative; z-index: 1; }

/* ---------- 1. Campaign header ---------- */

#top .wam-page .wam-hero { position: relative; line-height: 0; }

#top .wam-page .wam-hero__img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	border-radius: 0 !important;
}

#top .wam-page .wam-hero__img--still { display: none !important; }

@media (prefers-reduced-motion: reduce) {
	#top .wam-page .wam-hero__img--motion { display: none !important; }
	#top .wam-page .wam-hero__img--still { display: block !important; }
}

/* ---------- 2. Opening statement ---------- */

#top .wam-page .wam-intro {
	display: flex;
	flex-wrap: wrap;
	gap: 56px;
	align-items: flex-start;
}

#top .wam-page .wam-intro__main { flex: 2 1 320px; min-width: 0; }

#top .wam-page .wam-value {
	position: relative;
	flex: 1 1 260px;
	max-width: 380px;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 260px;
	padding-left: 34px;
	border-left: 1px solid var(--wam-grey);
}

#top .wam-page .wam-value > *:not(.wam-leaf) { position: relative; z-index: 1; }

#top .wam-page .wam-value__reo {
	margin: 0 0 10px;
	font-family: var(--wam-display);
	font-weight: 700;
	font-size: 21px;
	line-height: 1.35;
	color: var(--wam-teal-ink);
}

#top .wam-page .wam-value__gloss {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.6;
	color: var(--wam-navy);
}

/* ---------- 3. About ---------- */

#top .wam-page .wam-about {
	display: flex;
	flex-wrap: wrap;
	gap: 44px;
	align-items: center;
}

#top .wam-page .wam-about__main { flex: 2 1 300px; min-width: 0; }
#top .wam-page .wam-about__tile { flex: 1 1 220px; max-width: 280px; min-width: 0; }

#top .wam-page .wam-about__tile-img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	border-radius: var(--wam-radius) !important;
}

#top .wam-page .wam-note {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	border-top: 1px solid var(--wam-grey);
	padding-top: 20px;
	margin-top: 4px;
}

#top .wam-page .wam-note__text { margin: 0; font-size: 16px; line-height: 1.6; }
#top .wam-page .wam-note__text p { margin: 0; font-size: 16px; line-height: 1.6; }
#top .wam-page .wam-note__text p + p { margin-top: .6em; }
#top .wam-page .wam-note__text a { text-decoration: underline; }

/* ---------- 4. Journey chooser ---------- */

#top .wam-page .wam-chooser {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

#top .wam-page .wam-chooser__item { margin: 0; padding: 0; list-style: none; }

#top .wam-page .wam-chooser__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 64px;
	padding: 18px 24px;
	border: 1px solid rgba(134, 185, 176, .5);
	border-radius: var(--wam-radius);
	background: rgba(255, 255, 255, .06);
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.35;
	text-decoration: none;
	transition: background-color .15s ease;
}

#top .wam-page .wam-chooser__link:hover,
#top .wam-page .wam-chooser__link:focus {
	background: rgba(255, 255, 255, .14);
	color: #fff;
}

#top .wam-page .wam-chooser__mark { color: var(--wam-sage); font-weight: 700; }

@media (min-width: 640px) {
	#top .wam-page .wam-chooser { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1080px) {
	#top .wam-page .wam-chooser { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ---------- 5. The Journey ---------- */

#top .wam-page .wam-journey {
	display: flex;
	flex-wrap: wrap;
	gap: 44px;
	align-items: flex-start;
}

#top .wam-page .wam-journey__text { flex: 1 1 300px; min-width: 0; }
#top .wam-page .wam-journey__media { flex: 1 1 320px; min-width: 0; }

#top .wam-page .wam-steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 14px;
	margin: 32px 0 0;
	padding: 0;
	max-width: 520px;
	list-style: none;
	counter-reset: none;
}

#top .wam-page .wam-steps__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#top .wam-page .wam-steps__label {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.35;
	text-align: center;
	color: var(--wam-navy);
}

@media (min-width: 480px) {
	#top .wam-page .wam-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* The journey grid sits in a flex column, so its cells can be narrower than the
   84px icon (worst around 760-900px, where the icons would otherwise overlap).
   Let the icon shrink to its cell and stay square. */
#top .wam-page .wam-steps .wam-icon--lg {
	width: min(84px, 100%) !important;
	height: auto !important;
	aspect-ratio: 1 / 1;
}

/* Video */

#top .wam-page .wam-video {
	position: relative;
	width: 100%;
	height: clamp(240px, 42vw, 420px);
	border-radius: var(--wam-radius);
	overflow: hidden;
	background: var(--wam-navy);
}

#top .wam-page .wam-video__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: var(--wam-navy);
	cursor: pointer;
	color: #fff;
	font-family: var(--wam-body);
}

#top .wam-page .wam-video__still {
	position: absolute !important;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center 40%;
	border-radius: 0 !important;
}

#top .wam-page .wam-video__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(150deg, rgba(4, 20, 33, .72), rgba(76, 114, 115, .45));
}

#top .wam-page .wam-video__mark {
	position: relative;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: rgba(4, 20, 33, .72);
	border: 2px solid rgba(255, 255, 255, .85);
	flex-shrink: 0;
}

#top .wam-page .wam-video__mark::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-45%, -50%);
	border-style: solid;
	border-width: 14px 0 14px 22px;
	border-color: transparent transparent transparent #fff;
}

#top .wam-page .wam-video__play:hover .wam-video__mark { background: var(--wam-orange); }

#top .wam-page .wam-video__label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	padding: 0 20px;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 4px rgba(4, 20, 33, .8);
}

#top .wam-page .wam-video video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: var(--wam-navy);
}

/* Poster cards */

#top .wam-page .wam-postercard {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
	margin-top: 56px;
	padding: 32px 36px;
	background: var(--wam-wash);
	border-radius: var(--wam-radius);
}

#top .wam-page .wam-sec--wash .wam-postercard { background: #fff; }

#top .wam-page .wam-postercard__tile {
	position: relative;
	display: block;
	flex: 2 1 300px;
	max-width: 560px;
	min-width: 0;
	background: #fff;
	border: 1px solid var(--wam-grey);
	text-decoration: none;
	line-height: 0;
}

#top .wam-page .wam-postercard__img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	border-radius: 0 !important;
}

#top .wam-page .wam-postercard__badge {
	position: absolute;
	right: 8px;
	bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--wam-navy);
	color: #fff;
	font-size: 15px;
	line-height: 1;
}

#top .wam-page .wam-postercard__body { flex: 1 1 240px; min-width: 0; }

#top .wam-page .wam-postercard__title {
	margin: 0 0 14px;
	font-family: var(--wam-display);
	font-weight: 700;
	font-size: clamp(21px, 1.8vw, 26px);
	line-height: 1.25;
	color: var(--wam-navy);
}

/* The signs poster panel reuses the 3-column grid so its edges line up with
   the cards above it. */
#top .wam-page .wam-postercard--signs {
	display: grid;
	margin-top: 44px;
	padding: 36px;
	align-items: center;
}

@media (min-width: 760px) {
	#top .wam-page .wam-postercard--signs .wam-postercard__tile { max-width: none; }
	#top .wam-page .wam-postercard__body--wide { grid-column: span 2; }
}

/* ---------- 6. Notice the signs ---------- */

#top .wam-page .wam-skip {
	margin: 16px 0 0;
	font-size: 17px;
	line-height: 1.6;
	color: var(--wam-navy);
}

#top .wam-page .wam-grid3 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 26px;
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 760px) {
	#top .wam-page .wam-grid3 { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; }
}

#top .wam-page .wam-card {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 32px 30px;
	background: #fff;
	border: 1px solid var(--wam-grey);
	border-radius: var(--wam-radius);
	box-shadow: var(--wam-shadow);
	list-style: none;
}

#top .wam-page .wam-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--wam-grey);
}

#top .wam-page .wam-card__num {
	font-family: var(--wam-display);
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
	letter-spacing: -.02em;
	color: var(--wam-teal);
	flex-shrink: 0;
}

#top .wam-page .wam-card .wam-arrow { margin-top: auto; }

/* ---------- 7. Earlier diagnosis ---------- */

#top .wam-page .wam-split {
	display: flex;
	flex-wrap: wrap;
	gap: 44px;
	align-items: center;
}

#top .wam-page .wam-split__text { flex: 1 1 280px; min-width: 0; }
#top .wam-page .wam-split__media { flex: 1 1 260px; max-width: 420px; min-width: 0; }
#top .wam-page .wam-split__media--narrow { max-width: 320px; }
#top .wam-page .wam-split--reverse .wam-split__media { max-width: 520px; }

/* Photo second in the DOM, first on screen, so the reading order stays
   text-then-image for screen readers. */
#top .wam-page .wam-split--textfirst { align-items: stretch; }

#top .wam-page .wam-panel {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 28px;
	margin-top: 52px;
	padding: 34px 38px;
	background: #fff;
	border: 1px solid var(--wam-grey);
	border-radius: 0 0 var(--wam-radius-lg) 0;
}

#top .wam-page .wam-panel__text { flex: 1 1 320px; min-width: 0; }

/* ---------- 8. Navigator ---------- */

#top .wam-page .wam-kickerrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
}

#top .wam-page .wam-kickerrow .wam-kicker { margin: 0; }
#top .wam-page .wam-kickerrow .wam-icon { width: 40px !important; height: 40px !important; }

#top .wam-page .wam-sec--teal .wam-btn { margin-top: 4px; }

/* ---------- 9. Support, close by ---------- */

#top .wam-page .wam-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 26px;
	margin: 22px 0 28px;
	padding: 0;
	list-style: none;
}

#top .wam-page .wam-tags__item {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 16px;
	color: var(--wam-sage);
	list-style: none;
	white-space: nowrap;
}

#top .wam-page .wam-tags__item::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--wam-sage);
	flex-shrink: 0;
}

#top .wam-page .wam-storyband {
	margin-top: 64px;
	padding-top: 40px;
	border-top: 1px solid rgba(134, 185, 176, .3);
}

#top .wam-page .wam-quote { margin: 0 0 18px; }

#top .wam-page .wam-quote__text {
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	background: none;
	quotes: none;
}

#top .wam-page .wam-quote__text p {
	margin: 0;
	font-family: var(--wam-display);
	font-weight: 500;
	font-size: clamp(20px, 1.9vw, 24px);
	line-height: 1.45;
	color: #fff;
	max-width: 60ch;
}

#top .wam-page .wam-quote__text p::before { content: "\201C"; }
#top .wam-page .wam-quote__text p::after { content: "\201D"; }

#top .wam-page .wam-quote__by {
	margin: 0;
	font-size: 16px;
	color: var(--wam-muted);
}

/* ---------- 10. Stories ---------- */

#top .wam-page .wam-feature {
	margin: 40px 0 0;
	padding: 34px 38px;
	background: #fff;
	border-left: 5px solid var(--wam-orange);
	border-radius: 0 var(--wam-radius) var(--wam-radius) 0;
}

#top .wam-page .wam-feature__quote {
	margin: 0 0 12px;
	padding: 0;
	border: 0;
	background: none;
	quotes: none;
}

#top .wam-page .wam-feature__quote p {
	margin: 0;
	font-family: var(--wam-display);
	font-style: italic;
	font-weight: 500;
	font-size: clamp(20px, 1.9vw, 24px);
	line-height: 1.35;
	color: var(--wam-navy);
}

#top .wam-page .wam-feature__quote p::before { content: "\201C"; }
#top .wam-page .wam-feature__quote p::after { content: "\201D"; }

#top .wam-page .wam-feature__by {
	margin: 12px 0 0;
	font-weight: 500;
	font-size: 16px;
	color: var(--wam-teal-ink);
}

#top .wam-page .wam-stories { margin-top: 36px; }

#top .wam-page .wam-story {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid var(--wam-grey);
	border-radius: var(--wam-radius);
	overflow: hidden;
	list-style: none;
}

#top .wam-page .wam-story__img {
	display: block !important;
	width: 100% !important;
	height: 190px !important;
	object-fit: cover !important;
	object-position: center 30%;
	border-radius: 0 !important;
}

#top .wam-page .wam-story__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 24px 22px;
}

#top .wam-page .wam-story__body .wam-arrow { margin-top: auto; }

/* ---------- 11. Resource hub ---------- */

#top .wam-page .wam-hub {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-top: 40px;
}

@media (min-width: 640px) {
	#top .wam-page .wam-hub { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1100px) {
	#top .wam-page .wam-hub { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

#top .wam-page .wam-hub__col {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 28px 26px;
	background: #fff;
	border: 1px solid var(--wam-grey);
	border-radius: var(--wam-radius);
}

#top .wam-page .wam-hub__head {
	display: flex;
	align-items: center;
	gap: 12px;
}

#top .wam-page .wam-hub__list {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 18px 0 0;
	border-top: 1px solid var(--wam-grey);
	list-style: none;
}

#top .wam-page .wam-hub__list li { margin: 0; padding: 0; list-style: none; }

#top .wam-page .wam-hub__link {
	display: flex;
	align-items: center;
	min-height: 44px;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.4;
	text-decoration: underline;
	text-underline-offset: 3px;
	color: var(--wam-teal-ink);
}

#top .wam-page .wam-hub__link:hover { color: var(--wam-navy); }

/* ---------- 12. Action Plan ---------- */

#top .wam-page .wam-plan {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 28px;
	padding: 40px 44px;
	background: linear-gradient(120deg, #fbf1ea, #f6ddd0);
	border-left: 8px solid var(--wam-orange);
	border-radius: 0 var(--wam-radius-lg) var(--wam-radius-lg) 0;
	overflow: hidden;
}

#top .wam-page .wam-plan > *:not(.wam-leaf) { position: relative; z-index: 1; }
#top .wam-page .wam-plan__text { flex: 1 1 320px; min-width: 0; }
#top .wam-page .wam-h2--plan { margin: 0; }

#top .wam-page .wam-plan__stat {
	margin: 8px 0 4px;
	font-family: var(--wam-display);
	font-weight: 700;
	font-size: clamp(38px, 4vw, 52px);
	line-height: 1.05;
	color: var(--wam-orange);
}

/* ---------- 13. Closing band ---------- */

#top .wam-page .wam-wave {
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: -1px;
	color: var(--wam-navy);
}

#top .wam-page .wam-close {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	padding: 8px 68px 56px;
	background: var(--wam-navy);
	text-align: center;
	overflow: hidden;
}

#top .wam-page .wam-close > *:not(.wam-leaf) { position: relative; z-index: 1; }

#top .wam-page .wam-close__ctas {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

#top .wam-page .wam-close__signoff {
	margin: 0;
	font-family: var(--wam-display);
	font-weight: 700;
	font-size: clamp(19px, 1.8vw, 22px);
	line-height: 1.4;
	color: #fff;
}

#top .wam-page .wam-close__tags {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: var(--wam-muted);
}

/* ---------- Responsive ---------- */

@media (max-width: 1024px) {
	#top .wam-page .wam-sec__inner { padding: 72px 40px; }
	#top .wam-page .wam-close { padding: 8px 40px 48px; }
}

@media (max-width: 767px) {
	#top .wam-page .wam-sec__inner { padding: 56px 20px; }
	#top .wam-page .wam-sec--intro .wam-sec__inner { padding-top: 32px; }
	#top .wam-page .wam-close { padding: 8px 20px 44px; }

	#top .wam-page .wam-intro,
	#top .wam-page .wam-about,
	#top .wam-page .wam-journey,
	#top .wam-page .wam-split { gap: 32px; }

	#top .wam-page .wam-value {
		padding-left: 0;
		padding-top: 28px;
		border-left: 0;
		border-top: 1px solid var(--wam-grey);
		min-height: 0;
		max-width: none;
	}

	#top .wam-page .wam-postercard { padding: 24px 20px; gap: 28px; margin-top: 40px; }
	#top .wam-page .wam-postercard--signs { padding: 24px 20px; }
	#top .wam-page .wam-panel { padding: 26px 22px; margin-top: 36px; }
	#top .wam-page .wam-plan { padding: 28px 24px; border-left-width: 6px; }
	#top .wam-page .wam-feature { padding: 26px 22px; }
	#top .wam-page .wam-card { padding: 26px 22px; }
	#top .wam-page .wam-hub__col { padding: 24px 20px; }

	#top .wam-page .wam-photo,
	#top .wam-page .wam-photo--square,
	#top .wam-page .wam-photo--tall { height: 260px !important; }

	#top .wam-page .wam-split__media,
	#top .wam-page .wam-split__media--narrow,
	#top .wam-page .wam-split--reverse .wam-split__media { max-width: none; flex-basis: 100%; }

	#top .wam-page .wam-storyband { margin-top: 44px; padding-top: 32px; }

	#top .wam-page .wam-btn { width: 100%; }
	#top .wam-page .wam-close__ctas { width: 100%; flex-direction: column; }
}

@media (max-width: 400px) {
	#top .wam-page .wam-sec__inner { padding-left: 16px; padding-right: 16px; }
	#top .wam-page .wam-close { padding-left: 16px; padding-right: 16px; }
	#top .wam-page .wam-steps .wam-icon--lg { width: min(64px, 100%) !important; }
}

/* The brand has no motion language; honour the preference anyway. */
@media (prefers-reduced-motion: reduce) {
	#top .wam-page *,
	#top .wam-page *::before,
	#top .wam-page *::after {
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}
}

/* ---------- Know the signs: extra breathing room above the kicker ----------
 *
 * The signs section runs straight on from the journey section above it and the
 * kicker sat too close to the join. Scaled at each breakpoint rather than set
 * once: an id selector outranks the responsive .wam-sec__inner shorthand, so a
 * single value would follow through to mobile and leave a gap there instead. */

#top .wam-page [id="recognise"] .wam-sec__inner { padding-top: 136px; }

@media (max-width: 1024px) {
	#top .wam-page [id="recognise"] .wam-sec__inner { padding-top: 104px; }
}

@media (max-width: 767px) {
	#top .wam-page [id="recognise"] .wam-sec__inner { padding-top: 84px; }
}
