/* =========================================================================
   HAPEI About + Get Involved  |  append to end of assets/css/main.css
   ========================================================================= */

.hp-section-head.hp-section-head--left {
	text-align: left;
	margin-left: 0;
	margin-right: auto;
	max-width: 780px;
}

.hp-section-head.hp-section-head--left h2 {
	font-size: clamp(28px, 3.6vw, 44px);
	line-height: 1.15;
	letter-spacing: -0.015em;
}

.hp-anchors.hp-anchors--sticky {
	position: sticky;
	top: 76px;
	z-index: 40;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(26, 11, 11, 0.06);
}

@media (max-width: 1024px) {
	.hp-anchors.hp-anchors--sticky { top: 64px; }
}

/* =========================================================================
   ABOUT US
   ========================================================================= */

.hp-abt-hero {
	position: relative;
	overflow: hidden;
	padding: 88px 0 72px;
	background: linear-gradient(180deg, #fff 0%, var(--hp-mist, #fbf6f5) 100%);
}

.hp-abt-hero__glow {
	position: absolute;
	top: -200px;
	right: -220px;
	width: 620px;
	height: 620px;
	background: radial-gradient(circle, rgba(225, 13, 13, 0.12) 0%, transparent 60%);
	border-radius: 50%;
	pointer-events: none;
	z-index: 0;
}

/* --- Hero background slideshow --- */
.hp-abt-hero--bg {
	background: var(--hp-ink, #1a0b0b);
	min-height: clamp(420px, 60vh, 640px);
	display: flex;
	align-items: center;
}

.hp-abt-hero--bg .hp-abt-hero__inner {
	grid-template-columns: 1fr !important;
	max-width: 900px;
	position: relative;
	z-index: 2;
}

.hp-abt-hero--bg .hp-abt-hero__title,
.hp-abt-hero--bg .hp-abt-hero__lead {
	color: #fff;
	text-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
}

.hp-abt-hero--bg .hp-abt-hero__lead {
	color: rgba(255, 255, 255, 0.9);
}

.hp-abt-hero--bg .hp-eyebrow--light {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}

.hp-abt-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.hp-abt-hero__bg-slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 1.2s ease-in-out;
	transform: scale(1.05);
	animation: hp-abt-ken 20s ease-in-out infinite;
}

.hp-abt-hero__bg-slide.is-active {
	opacity: 1;
}

@keyframes hp-abt-ken {
	0%   { transform: scale(1.05) translate(0, 0); }
	50%  { transform: scale(1.12) translate(-1%, -1%); }
	100% { transform: scale(1.05) translate(0, 0); }
}

.hp-abt-hero__scrim {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(26, 11, 11, 0.45) 0%, rgba(26, 11, 11, 0.75) 100%);
	pointer-events: none;
}

/* --- Standard (non-bg) hero --- */
.hp-abt-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	gap: clamp(32px, 5vw, 72px);
	align-items: center;
}

.hp-abt-hero__body .hp-eyebrow {
	background: rgba(225, 13, 13, 0.08);
	color: var(--hp-primary, #e10d0d);
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	display: inline-block;
	margin-bottom: 20px;
}

.hp-abt-hero__title {
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: clamp(32px, 5vw, 62px);
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: var(--hp-ink, #1a0b0b);
	margin: 0 0 22px;
	font-weight: 600;
}

.hp-abt-hero__lead {
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.6;
	color: rgba(26, 11, 11, 0.7);
	margin: 0;
	max-width: 62ch;
}

.hp-abt-hero__figure {
	position: relative;
	margin: 0;
	border-radius: 24px;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	box-shadow: 0 30px 80px rgba(26, 11, 11, 0.18);
}

.hp-abt-hero__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media (max-width: 900px) {
	.hp-abt-hero { padding: 56px 0 48px; }
	.hp-abt-hero__inner { grid-template-columns: 1fr; }
	.hp-abt-hero__figure { aspect-ratio: 16 / 10; }
	.hp-abt-hero--bg { min-height: 400px; padding: 72px 0 60px; }
}

.hp-abt-who {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: clamp(32px, 5vw, 64px);
	align-items: start;
	margin-top: 24px;
}

.hp-abt-who__media {
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	position: sticky;
	top: 140px;
	box-shadow: 0 20px 50px rgba(26, 11, 11, 0.12);
}

.hp-abt-who__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.hp-abt-who__body {
	font-size: 17px;
	line-height: 1.75;
	color: rgba(26, 11, 11, 0.85);
}

.hp-abt-who__body p { margin: 0 0 1.2em; }

.hp-abt-who__body p:first-child::first-letter {
	float: left;
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: 72px;
	line-height: 0.85;
	padding: 6px 10px 0 0;
	color: var(--hp-primary, #e10d0d);
	font-weight: 700;
}

@media (max-width: 900px) {
	.hp-abt-who { grid-template-columns: 1fr; }
	.hp-abt-who__media { position: static; aspect-ratio: 16 / 10; }
}

.hp-abt-vm {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 24px;
}

.hp-abt-vm__card {
	position: relative;
	padding: 40px 36px;
	border-radius: 22px;
	overflow: hidden;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	transition: transform .3s ease, box-shadow .3s ease;
}

.hp-abt-vm__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 50px rgba(26, 11, 11, 0.14);
}

.hp-abt-vm__card--vision { background: var(--hp-ink, #1a0b0b); color: #fff; }
.hp-abt-vm__card--mission { background: linear-gradient(150deg, var(--hp-primary, #e10d0d) 0%, var(--hp-primary-dark, #a40000) 100%); color: #fff; }

.hp-abt-vm__tag {
	display: inline-block;
	padding: 6px 12px;
	background: rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	width: fit-content;
}

.hp-abt-vm__card h3 {
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: clamp(22px, 2.4vw, 28px);
	line-height: 1.2;
	margin: 0;
	color: #fff;
	letter-spacing: -0.01em;
}

.hp-abt-vm__card p {
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.88);
	margin: 0;
	max-width: 55ch;
	position: relative;
	z-index: 1;
}

.hp-abt-vm__glyph {
	position: absolute;
	right: -20px;
	bottom: -20px;
	width: 180px;
	height: 180px;
	color: rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.hp-abt-vm__glyph svg { width: 100%; height: 100%; }

@media (max-width: 700px) {
	.hp-abt-vm { grid-template-columns: 1fr; }
	.hp-abt-vm__card { padding: 32px 28px; min-height: 240px; }
}

.hp-abt-values {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.hp-abt-value {
	position: relative;
	padding: 32px 28px 28px;
	background: #fff;
	border: 1.5px solid rgba(26, 11, 11, 0.08);
	border-radius: 18px;
	transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
	overflow: hidden;
}

.hp-abt-value::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--hp-primary, #e10d0d), var(--hp-accent, #ff4b2b));
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .3s ease;
}

.hp-abt-value:hover {
	border-color: rgba(225, 13, 13, 0.35);
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(225, 13, 13, 0.1);
}

.hp-abt-value:hover::before { transform: scaleX(1); }

.hp-abt-value__num {
	display: inline-block;
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	color: rgba(225, 13, 13, 0.2);
	letter-spacing: -0.02em;
	margin-bottom: 12px;
	transition: color .25s ease;
}

.hp-abt-value:hover .hp-abt-value__num { color: var(--hp-primary, #e10d0d); }

.hp-abt-value h3 {
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: 20px;
	font-weight: 600;
	color: var(--hp-ink, #1a0b0b);
	margin: 0 0 6px;
	letter-spacing: -0.005em;
}

.hp-abt-value p { margin: 0; font-size: 13px; line-height: 1.55; color: rgba(26, 11, 11, 0.65); }

.hp-abt-impact-band {
	margin: 24px 0 40px;
	padding: 32px;
	background: linear-gradient(135deg, var(--hp-primary, #e10d0d) 0%, var(--hp-primary-dark, #a40000) 100%);
	border-radius: 22px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.hp-abt-impact-band::before {
	content: "";
	position: absolute;
	top: -100px;
	right: -100px;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, transparent 60%);
	border-radius: 50%;
	pointer-events: none;
}

.hp-abt-impact-band .hp-impact,
.hp-abt-impact-band .hp-impact-band { padding: 0; background: transparent; }

.hp-abt-programs { margin-top: 8px; }

.hp-abt-team-group {
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: 20px;
	font-weight: 600;
	color: var(--hp-ink, #1a0b0b);
	margin: 40px 0 20px;
	display: flex;
	align-items: center;
	gap: 14px;
	letter-spacing: -0.005em;
}

.hp-abt-team-group::before {
	content: "";
	width: 32px;
	height: 2px;
	background: var(--hp-primary, #e10d0d);
	border-radius: 2px;
}

.hp-abt-team-group span {
	font-size: 12px;
	font-weight: 600;
	color: rgba(26, 11, 11, 0.5);
	background: rgba(26, 11, 11, 0.06);
	padding: 3px 10px;
	border-radius: 999px;
	letter-spacing: 0.02em;
}

.hp-abt-team {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 24px;
}

.hp-abt-person { display: flex; flex-direction: column; gap: 12px; }

.hp-abt-person__media {
	display: block;
	aspect-ratio: 4 / 5;
	border-radius: 16px;
	overflow: hidden;
	background: var(--hp-mist, #fbf6f5);
	position: relative;
}

.hp-abt-person__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s ease;
}

.hp-abt-person:hover .hp-abt-person__media img { transform: scale(1.04); }

.hp-abt-person h4 {
	margin: 4px 0 0;
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: 16px;
	font-weight: 600;
	color: var(--hp-ink, #1a0b0b);
}

.hp-abt-person h4 a { color: inherit; text-decoration: none; }
.hp-abt-person h4 a:hover { color: var(--hp-primary, #e10d0d); }

.hp-abt-person p { margin: 0; font-size: 13px; color: rgba(26, 11, 11, 0.6); line-height: 1.5; }

.hp-abt-close {
	background: linear-gradient(135deg, var(--hp-ink, #1a0b0b) 0%, var(--hp-primary-dark, #a40000) 100%);
	color: #fff;
	position: relative;
	overflow: hidden;
	padding: clamp(56px, 8vw, 96px) 0;
}

.hp-abt-close::before {
	content: "";
	position: absolute;
	top: -100px;
	right: -100px;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(255, 75, 43, 0.25) 0%, transparent 60%);
	border-radius: 50%;
	pointer-events: none;
}

.hp-abt-close__inner {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 40px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.hp-abt-close__text .hp-eyebrow {
	color: rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.12);
	padding: 6px 12px;
	border-radius: 999px;
	display: inline-block;
	margin-bottom: 16px;
}

.hp-abt-close h2 {
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.15;
	color: #fff;
	margin: 0 0 12px;
	letter-spacing: -0.015em;
}

.hp-abt-close p {
	font-size: 16px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.82);
	margin: 0;
	max-width: 55ch;
}

.hp-abt-close__actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

@media (max-width: 800px) {
	.hp-abt-close__inner { grid-template-columns: 1fr; }
	.hp-abt-close__actions { justify-content: flex-start; }
}

/* =========================================================================
   GET INVOLVED
   ========================================================================= */

.hp-gi-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(64px, 10vw, 120px) 0 clamp(48px, 6vw, 80px);
	background: linear-gradient(160deg, var(--hp-ink, #1a0b0b) 0%, #2d0808 55%, var(--hp-primary-dark, #a40000) 100%);
	color: #fff;
}

.hp-gi-hero__glow {
	position: absolute;
	top: -180px;
	right: -160px;
	width: 700px;
	height: 700px;
	background: radial-gradient(circle, rgba(255, 75, 43, 0.35) 0%, transparent 65%);
	border-radius: 50%;
	pointer-events: none;
}

.hp-gi-hero__inner { position: relative; z-index: 1; }

.hp-gi-hero .hp-eyebrow.hp-eyebrow--light {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	padding: 5px 14px;
	border-radius: 999px;
	display: inline-block;
	margin-bottom: 22px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: none;
}

.hp-gi-hero h1 {
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: clamp(32px, 5.4vw, 60px);
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #fff;
	margin: 0 0 20px;
	max-width: 24ch;
	font-weight: 800;
}

.hp-gi-hero__lead {
	font-size: clamp(15px, 1.6vw, 18px);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.75);
	margin: 0 0 44px;
	max-width: 62ch;
}

.hp-gi-paths {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.hp-gi-path {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 24px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	color: #fff;
	text-decoration: none;
	position: relative;
	transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.hp-gi-path:hover,
.hp-gi-path:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--hp-primary, #e10d0d);
	outline: none;
}

.hp-gi-path:hover .hp-gi-path__icon,
.hp-gi-path:focus-visible .hp-gi-path__icon {
	color: var(--hp-primary, #e10d0d);
	transform: scale(1.1);
}

.hp-gi-path--give {
	background: var(--hp-primary, #e10d0d);
	border-color: var(--hp-primary, #e10d0d);
	box-shadow: 0 14px 32px rgba(225, 13, 13, 0.3);
}

.hp-gi-path--give:hover {
	background: var(--hp-primary-dark, #a40000);
	border-color: var(--hp-primary-dark, #a40000);
}

.hp-gi-path--give:hover .hp-gi-path__icon { color: #fff; }

.hp-gi-path__icon {
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	display: grid;
	place-items: center;
	color: rgba(255, 255, 255, 0.9);
	transition: color .25s ease, transform .25s ease;
}

.hp-gi-path--give .hp-gi-path__icon { background: rgba(255, 255, 255, 0.2); color: #fff; }
.hp-gi-path__icon svg { width: 22px; height: 22px; }
.hp-gi-path__body { display: flex; flex-direction: column; gap: 6px; }

.hp-gi-path__body strong {
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 1.25;
}

.hp-gi-path__body span { font-size: 13px; line-height: 1.5; color: rgba(255, 255, 255, 0.6); }
.hp-gi-path--give .hp-gi-path__body span { color: rgba(255, 255, 255, 0.85); }

@media (max-width: 900px) { .hp-gi-paths { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .hp-gi-paths { grid-template-columns: 1fr; } }

.hp-gi-num-row {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px;
}

.hp-gi-num-row--center { justify-content: center; }

.hp-gi-num {
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
	color: rgba(225, 13, 13, 0.2);
	letter-spacing: -0.02em;
}

.hp-gi-num--light { color: rgba(255, 255, 255, 0.4); }

.hp-gi-num-row .hp-eyebrow {
	background: transparent;
	padding: 0;
	color: var(--hp-primary, #e10d0d);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.hp-gi-num-row .hp-eyebrow--light { color: var(--hp-primary, #e10d0d); }

.hp-gi-centered {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 64px;
}

.hp-gi-centered h2 {
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: clamp(28px, 4vw, 48px);
	line-height: 1.15;
	color: var(--hp-ink, #1a0b0b);
	margin: 0 0 20px;
	letter-spacing: -0.015em;
	font-weight: 800;
}

.hp-sec--dark .hp-gi-centered h2,
.hp-gi-give .hp-gi-centered h2 { color: #fff; }

.hp-gi-centered p {
	font-size: 17px;
	line-height: 1.6;
	color: rgba(26, 11, 11, 0.6);
	margin: 0;
}

.hp-sec--dark .hp-gi-centered p { color: rgba(255, 255, 255, 0.6); }

/* --- Volunteer split (01) --- */

.hp-gi-split {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: clamp(32px, 6vw, 96px);
	align-items: start;
}

.hp-gi-split__head h2 {
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: clamp(28px, 3.4vw, 40px);
	line-height: 1.15;
	color: var(--hp-ink, #1a0b0b);
	margin: 0 0 20px;
	letter-spacing: -0.015em;
	font-weight: 800;
}

.hp-gi-split__lead {
	font-size: 17px;
	line-height: 1.65;
	color: rgba(26, 11, 11, 0.6);
	margin: 0 0 28px;
}

.hp-gi-checks {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.hp-gi-checks li { display: flex; gap: 14px; align-items: flex-start; }

.hp-gi-check {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(225, 13, 13, 0.08);
	color: var(--hp-primary, #e10d0d);
	display: grid;
	place-items: center;
	margin-top: 2px;
}

.hp-gi-check svg { width: 16px; height: 16px; }

.hp-gi-checks li > div { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.hp-gi-checks strong { font-family: var(--hp-body, "Inter", sans-serif); font-size: 15px; font-weight: 700; color: var(--hp-ink, #1a0b0b); }
.hp-gi-checks span { font-size: 14px; line-height: 1.55; color: rgba(26, 11, 11, 0.65); }

.hp-gi-vol-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

.hp-gi-vol {
	display: flex;
	flex-direction: column;
	background: var(--hp-mist, #fbf6f5);
	border-radius: 18px;
	overflow: hidden;
	text-decoration: none;
	border: 1px solid transparent;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.hp-gi-vol:hover {
	border-color: rgba(225, 13, 13, 0.2);
	box-shadow: 0 18px 40px rgba(26, 11, 11, 0.08);
	transform: translateY(-4px);
}

.hp-gi-vol__media { aspect-ratio: 16 / 10; overflow: hidden; background: rgba(26, 11, 11, 0.05); }

.hp-gi-vol__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .5s ease;
}

.hp-gi-vol:hover .hp-gi-vol__media img { transform: scale(1.05); }

.hp-gi-vol__ph { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(225, 13, 13, 0.3); }
.hp-gi-vol__ph svg { width: 48px; height: 48px; }

.hp-gi-vol__body { padding: 24px 24px 22px; display: flex; flex-direction: column; gap: 12px; flex: 1; }

.hp-gi-vol__body h3 {
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: 20px;
	font-weight: 700;
	color: var(--hp-ink, #1a0b0b);
	margin: 0;
	line-height: 1.25;
	transition: color .2s ease;
}

.hp-gi-vol:hover .hp-gi-vol__body h3 { color: var(--hp-primary, #e10d0d); }

.hp-gi-vol__body p { margin: 0; font-size: 14px; line-height: 1.55; color: rgba(26, 11, 11, 0.65); flex: 1; }

.hp-gi-vol__more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--hp-primary, #e10d0d);
	font-size: 13px;
	font-weight: 700;
	margin-top: 4px;
}

.hp-gi-vol__more svg { width: 14px; height: 14px; transition: transform .2s ease; }
.hp-gi-vol:hover .hp-gi-vol__more svg { transform: translateX(4px); }

@media (max-width: 1024px) {
	.hp-gi-split { grid-template-columns: 1fr; }
	.hp-gi-vol-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) { .hp-gi-vol-grid { grid-template-columns: 1fr; } }

.hp-gi-empty {
	padding: 40px 32px;
	background: var(--hp-mist, #fbf6f5);
	border: 1px dashed rgba(225, 13, 13, 0.25);
	border-radius: 20px;
	text-align: center;
}

.hp-gi-empty h3 { font-family: var(--hp-head, "Outfit", sans-serif); font-size: 20px; margin: 0 0 10px; color: var(--hp-ink, #1a0b0b); }
.hp-gi-empty p { margin: 0 0 20px; color: rgba(26, 11, 11, 0.7); line-height: 1.55; }

/* --- Ambassadors (02) dark section --- */

.hp-sec--dark {
	position: relative;
	background: var(--hp-ink, #1a0b0b);
	color: #fff;
	overflow: hidden;
}

.hp-gi-amb-bg {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at top right, rgba(225, 13, 13, 0.15) 0%, transparent 55%);
	pointer-events: none;
}

.hp-sec--dark > .hp-wrap { position: relative; z-index: 1; }

.hp-gi-amb-benefits {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	padding: 48px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 64px;
}

.hp-gi-amb-benefits article { text-align: center; padding: 0 16px; }

.hp-gi-amb-benefits article:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hp-gi-amb-benefit__num {
	display: block;
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: 20px;
	font-weight: 700;
	color: var(--hp-primary, #e10d0d);
	margin-bottom: 16px;
}

.hp-gi-amb-benefits h3 {
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: 20px;
	line-height: 1.25;
	color: #fff;
	margin: 0 0 12px;
	font-weight: 700;
}

.hp-gi-amb-benefits p { margin: 0; font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, 0.55); }

@media (max-width: 800px) {
	.hp-gi-amb-benefits { grid-template-columns: 1fr; gap: 40px; }
	.hp-gi-amb-benefits article:nth-child(2) {
		border-left: 0;
		border-right: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding: 40px 16px;
	}
}

/* --- Ambassador people row (AUTO-SCROLL MARQUEE) --- */

.hp-gi-amb-people { margin-bottom: 48px; }

.hp-gi-amb-people__title {
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 32px;
	letter-spacing: -0.005em;
}

/* Wrapper hides overflow; edges fade with a mask so cards feather in/out. */
.hp-gi-amb-wrap {
	overflow: hidden;
	position: relative;
	mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

/* Manual (non-auto) mode: horizontal scroll for touch devices. */
.hp-gi-amb-wrap:not(.is-auto) {
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.hp-gi-amb-wrap:not(.is-auto)::-webkit-scrollbar { display: none; }

.hp-gi-amb-track {
	display: flex;
	gap: 24px;
	padding-bottom: 8px;
	width: max-content;
}

/* Auto-scroll animation. Track contains real items + a duplicate div,
   so translating -50% loops seamlessly. --hp-amb-speed set inline. */
.hp-gi-amb-wrap.is-auto .hp-gi-amb-track {
	animation: hp-amb-marquee var(--hp-amb-speed, 40s) linear infinite;
	will-change: transform;
}

.hp-gi-amb-wrap.is-auto:hover .hp-gi-amb-track,
.hp-gi-amb-wrap.is-auto:focus-within .hp-gi-amb-track {
	animation-play-state: paused;
}

@keyframes hp-amb-marquee {
	from { transform: translateX(0); }
	to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
	.hp-gi-amb-wrap.is-auto .hp-gi-amb-track { animation: none; }
	.hp-gi-amb-wrap.is-auto {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

/* Duplicate block: laid out in the flex row like the original items. */
.hp-gi-amb-dup {
	display: flex;
	gap: 24px;
}

/* Read-only ambassador card. NOT clickable. NO grayscale, no hover changes. */
.hp-gi-amb-card {
	flex-shrink: 0;
	width: 240px;
	scroll-snap-align: start;
	display: flex;
	flex-direction: column;
	gap: 14px;
	cursor: default;
	pointer-events: none;
}

.hp-gi-amb-card * { pointer-events: none; }

.hp-gi-amb-card__media {
	aspect-ratio: 4 / 5;
	border-radius: 16px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
}

.hp-gi-amb-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	filter: none !important;
	transition: none !important;
}

.hp-gi-amb-card:hover .hp-gi-amb-card__media img {
	transform: none !important;
	filter: none !important;
}

.hp-gi-amb-card__ph {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(225, 13, 13, 0.15), rgba(255, 75, 43, 0.1));
}

.hp-gi-amb-card h4 {
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	line-height: 1.3;
}

.hp-gi-amb-card p { font-size: 13px; color: rgba(255, 255, 255, 0.55); margin: 0; line-height: 1.5; }

.hp-gi-amb-cta {
	display: flex;
	align-items: center;
	gap: 24px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 28px 32px;
	flex-wrap: wrap;
	justify-content: center;
}

.hp-gi-amb-cta__text { display: flex; flex-direction: column; gap: 4px; text-align: left; }
.hp-gi-amb-cta__text span { font-size: 13px; color: rgba(255, 255, 255, 0.55); }

.hp-gi-amb-cta__text h4 {
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

@media (max-width: 640px) {
	.hp-gi-amb-cta { text-align: center; }
	.hp-gi-amb-cta__text { text-align: center; align-items: center; }
}

/* --- Partner (03) --- */

.hp-gi-partner-kinds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 64px; }

.hp-gi-partner-kind {
	padding: 32px;
	background: var(--hp-mist, #fbf6f5);
	border-radius: 18px;
	border: 1px solid rgba(26, 11, 11, 0.05);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.hp-gi-partner-kind:hover {
	border-color: rgba(225, 13, 13, 0.2);
	box-shadow: 0 14px 30px rgba(26, 11, 11, 0.06);
	transform: translateY(-3px);
}

.hp-gi-partner-kind__icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: #fff;
	color: var(--hp-primary, #e10d0d);
	margin-bottom: 24px;
	box-shadow: 0 4px 12px rgba(26, 11, 11, 0.06);
}

.hp-gi-partner-kind__icon svg { width: 22px; height: 22px; }

.hp-gi-partner-kind h3 {
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px;
	color: var(--hp-ink, #1a0b0b);
}

.hp-gi-partner-kind p { margin: 0; font-size: 14px; line-height: 1.6; color: rgba(26, 11, 11, 0.65); }

@media (max-width: 800px) { .hp-gi-partner-kinds { grid-template-columns: 1fr; } }

/* Partner logos: NO grayscale. Full colour always. */
.hp-gi-partner-logos {
	padding-top: 48px;
	border-top: 1px solid rgba(26, 11, 11, 0.06);
	margin-bottom: 48px;
	text-align: center;
}

.hp-gi-partner-logos__title {
	display: block;
	font-family: var(--hp-body, "Inter", sans-serif);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(26, 11, 11, 0.4);
	margin-bottom: 32px;
}

.hp-gi-partner-logos__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 32px 56px;
}

.hp-gi-partner-logo {
	display: inline-flex;
	align-items: center;
	max-height: 56px;
	transition: transform .25s ease;
}

.hp-gi-partner-logo img {
	height: 56px;
	width: auto;
	display: block;
	filter: none !important;
	transition: none;
}

.hp-gi-partner-logo:hover {
	transform: translateY(-2px);
}

.hp-gi-centered-cta { text-align: center; margin-top: 48px; }
.hp-gi-centered-cta__hint { font-size: 13px; color: rgba(26, 11, 11, 0.5); margin: 16px 0 0; }

/* --- Give (04) --- */

.hp-gi-give {
	position: relative;
	overflow: hidden;
	padding: clamp(56px, 8vw, 96px) 0;
	background: var(--hp-primary, #e10d0d);
	color: #fff;
}

.hp-gi-give__pattern {
	position: absolute;
	inset: 0;
	opacity: 0.1;
	background-image: radial-gradient(circle at 2px 2px, white 1px, transparent 0);
	background-size: 32px 32px;
	pointer-events: none;
}

.hp-gi-give__inner {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
}

.hp-gi-give .hp-gi-num-row .hp-eyebrow,
.hp-gi-give .hp-gi-num-row .hp-eyebrow--light { color: rgba(255, 255, 255, 0.85); }

.hp-gi-give h2 {
	font-family: var(--hp-head, "Outfit", sans-serif);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.1;
	color: #fff;
	margin: 0 0 20px;
	letter-spacing: -0.02em;
	font-weight: 800;
}

.hp-gi-give p {
	font-size: clamp(16px, 1.5vw, 18px);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 40px;
}

.hp-gi-give__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* --- Pill button variants --- */

.hp-btn.hp-btn--pill-light {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 28px;
	background: #fff;
	color: var(--hp-ink, #1a0b0b);
	border: 0;
	border-radius: 999px;
	font-family: var(--hp-body, "Inter", sans-serif);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	transition: background .18s ease, color .18s ease, transform .18s ease;
	cursor: pointer;
}

.hp-btn.hp-btn--pill-light:hover,
.hp-btn.hp-btn--pill-light:focus-visible {
	background: var(--hp-primary, #e10d0d);
	color: #fff;
	transform: translateY(-2px);
	outline: none;
}

.hp-gi-give .hp-btn.hp-btn--pill-light:hover,
.hp-gi-give .hp-btn.hp-btn--pill-light:focus-visible {
	background: var(--hp-ink, #1a0b0b);
	color: #fff;
}

.hp-btn.hp-btn--pill-dark {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 28px;
	background: var(--hp-ink, #1a0b0b);
	color: #fff;
	border: 0;
	border-radius: 999px;
	font-family: var(--hp-body, "Inter", sans-serif);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(26, 11, 11, 0.2);
	transition: background .18s ease, transform .18s ease;
	cursor: pointer;
}

.hp-btn.hp-btn--pill-dark:hover,
.hp-btn.hp-btn--pill-dark:focus-visible {
	background: var(--hp-primary, #e10d0d);
	transform: translateY(-2px);
	outline: none;
}

.hp-btn.hp-btn--pill-ghost {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 28px;
	background: transparent;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 999px;
	font-family: var(--hp-body, "Inter", sans-serif);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease;
	cursor: pointer;
}

.hp-btn.hp-btn--pill-ghost:hover,
.hp-btn.hp-btn--pill-ghost:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.5);
	outline: none;
}

.hp-btn.hp-btn--xl { padding: 18px 36px; font-size: 16px; }
.hp-btn.hp-btn--xl svg { width: 18px; height: 18px; transition: transform .2s ease; }
.hp-btn.hp-btn--xl:hover svg { transform: translateX(4px); }
.hp-btn.hp-btn--pill-dark svg { width: 16px; height: 16px; transition: transform .2s ease; }
.hp-btn.hp-btn--pill-dark:hover svg { transform: translateX(4px); }
/* =========================================================================
