   v1.13: login page, error pages, feedback form
   ======================================================================== */

/* ---- Private login ---- */
.hp-login-body{margin:0;background:var(--hp-ink);font-family:var(--hp-body);min-height:100vh}
.hp-login{position:relative;min-height:100vh;display:grid;place-items:center;padding:2rem 1.2rem;overflow:hidden;
	background:radial-gradient(1200px 700px at 15% 10%, rgba(225,13,13,.34), transparent 60%),
		radial-gradient(900px 600px at 85% 85%, rgba(255,75,43,.22), transparent 60%), var(--hp-ink)}
.hp-login__aura{position:absolute;inset:0;pointer-events:none;color:rgba(255,255,255,.14)}
.hp-login__orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.55}
.hp-login__orb--1{width:420px;height:420px;background:var(--hp-red);top:-120px;left:-100px;animation:hp-float 18s ease-in-out infinite}
.hp-login__orb--2{width:340px;height:340px;background:var(--hp-flame);bottom:-120px;right:-80px;animation:hp-float 22s ease-in-out infinite reverse}
.hp-login__orb--3{width:260px;height:260px;background:var(--hp-deep);top:45%;right:22%;animation:hp-float 26s ease-in-out infinite}
@keyframes hp-float{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(40px,-30px) scale(1.12)}}
.hp-login__lines{position:absolute;inset:0;width:100%;height:100%}
.hp-login__ring{transform-origin:400px 400px;opacity:.5}
.hp-login__ring--a{animation:hp-spin 40s linear infinite}
.hp-login__ring--b{animation:hp-spin 60s linear infinite reverse;stroke-dasharray:6 14}
.hp-login__ring--c{animation:hp-spin 90s linear infinite;stroke-dasharray:2 18}
@keyframes hp-spin{to{transform:rotate(360deg)}}

.hp-login__panel{position:relative;z-index:2;width:100%;max-width:460px}
.hp-login__card{background:rgba(255,255,255,.07);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);
	border:1px solid rgba(255,255,255,.16);border-radius:26px;padding:clamp(1.8rem,4vw,2.8rem);
	box-shadow:0 40px 80px -30px rgba(0,0,0,.7);animation:hp-rise .6s cubic-bezier(.2,.7,.3,1)}
@keyframes hp-rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
.hp-login__brand{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;margin-bottom:1.6rem}
.hp-login__mark{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--hp-red);color:#fff}
.hp-login__mark svg{width:22px;height:22px}
.hp-login__brandtext{color:#fff;font-family:var(--hp-head);font-weight:700;font-size:1rem;letter-spacing:.01em}
.hp-login__title{margin:0 0 .3rem;color:#fff;font-family:var(--hp-head);font-size:clamp(1.7rem,4vw,2.2rem);line-height:1.1}
.hp-login__sub{margin:0 0 1.8rem;color:rgba(255,255,255,.66);font-size:.95rem}
.hp-login__alert{background:rgba(255,90,90,.16);border:1px solid rgba(255,120,120,.45);color:#ffd7d7;
	padding:.85rem 1.1rem;border-radius:12px;font-size:.9rem;margin-bottom:1.3rem;animation:hp-shake .4s}
@keyframes hp-shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-6px)}75%{transform:translateX(6px)}}

.hp-lfield{position:relative;margin-bottom:1.5rem}
.hp-lfield input{width:100%;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.24);
	padding:1.35rem 2.6rem .6rem 0;color:#fff;font-size:1rem;font-family:var(--hp-body);outline:none}
.hp-lfield label{position:absolute;left:0;top:1.25rem;color:rgba(255,255,255,.55);font-size:1rem;pointer-events:none;transition:all .22s ease}
.hp-lfield input:focus + label,.hp-lfield input:not(:placeholder-shown) + label{top:0;font-size:.74rem;color:var(--hp-flame);letter-spacing:.06em;text-transform:uppercase}
.hp-lfield__line{position:absolute;left:0;bottom:0;height:2px;width:0;background:linear-gradient(90deg,var(--hp-red),var(--hp-flame));transition:width .3s ease}
.hp-lfield input:focus ~ .hp-lfield__line{width:100%}
.hp-lfield__eye{position:absolute;right:0;top:1.1rem;background:none;border:0;color:rgba(255,255,255,.45);cursor:pointer;padding:.2rem}
.hp-lfield__eye svg{width:20px;height:20px;display:block}
.hp-lfield__eye:hover,.hp-lfield__eye.is-on{color:var(--hp-flame)}

.hp-login__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.6rem}
.hp-login__remember{display:inline-flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.7);font-size:.88rem;cursor:pointer}
.hp-login__remember input{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);
	border-radius:5px;display:grid;place-content:center;cursor:pointer;background:transparent}
.hp-login__remember input::before{content:"";width:10px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;
	transform:rotate(-45deg) scale(0);transition:transform .15s ease;margin-top:-2px}
.hp-login__remember input:checked{background:var(--hp-red);border-color:var(--hp-red)}
.hp-login__remember input:checked::before{transform:rotate(-45deg) scale(1)}
.hp-login__forgot{color:rgba(255,255,255,.6);font-size:.86rem;text-decoration:none}
.hp-login__forgot:hover{color:var(--hp-flame)}

.hp-login__submit{position:relative;overflow:hidden;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;
	background:linear-gradient(120deg,var(--hp-red),var(--hp-flame));color:#fff;border:0;border-radius:100px;
	padding:1rem 1.6rem;font-family:var(--hp-head);font-weight:700;font-size:1rem;cursor:pointer;
	box-shadow:0 16px 34px -14px rgba(225,13,13,.9);transition:transform .22s ease,box-shadow .22s ease}
.hp-login__submit svg{width:19px;height:19px;transition:transform .22s ease}
.hp-login__submit:hover{transform:translateY(-2px);box-shadow:0 22px 44px -16px rgba(225,13,13,1)}
.hp-login__submit:hover svg{transform:translateX(4px)}
.hp-login__foot{margin:1.6rem 0 0;text-align:center}
.hp-login__foot a{color:rgba(255,255,255,.6);font-size:.88rem;text-decoration:none}
.hp-login__foot a:hover{color:#fff}
.hp-login__legal{margin:1.2rem 0 0;text-align:center;color:rgba(255,255,255,.35);font-size:.78rem}

/* ---- Error pages ---- */
.hp-error{position:relative;overflow:hidden;padding:clamp(3.5rem,8vw,6.5rem) 0 clamp(3rem,6vw,5rem);background:var(--hp-mist)}
.hp-error__bg{position:absolute;inset:0;pointer-events:none;color:rgba(225,13,13,.16)}
.hp-error__blob{position:absolute;border-radius:50%;filter:blur(70px);opacity:.32}
.hp-error__blob--1{width:380px;height:380px;background:var(--hp-red);top:-140px;right:-90px;animation:hp-float 20s ease-in-out infinite}
.hp-error__blob--2{width:300px;height:300px;background:var(--hp-flame);bottom:-120px;left:-80px;animation:hp-float 26s ease-in-out infinite reverse}
.hp-error__grid{position:absolute;inset:0;width:100%;height:100%}
.hp-error__wave{stroke-dasharray:900;stroke-dashoffset:900;animation:hp-draw 3s ease forwards}
.hp-error__wave--b{animation-delay:.3s}
.hp-error__wave--c{animation-delay:.6s}
@keyframes hp-draw{to{stroke-dashoffset:0}}
.hp-error__inner{position:relative;z-index:2;text-align:center;max-width:820px}
.hp-error__code{display:flex;align-items:center;justify-content:center;gap:.2rem;margin:0 0 1rem;line-height:1}
.hp-error__digit{font-family:var(--hp-head);font-weight:800;font-size:clamp(5rem,16vw,9rem);color:var(--hp-red);
	animation:hp-pop .6s cubic-bezier(.2,.8,.3,1.2) both}
.hp-error__digit:last-child{animation-delay:.18s}
.hp-error__heart{display:grid;place-items:center;width:clamp(3.6rem,11vw,6.4rem);height:clamp(3.6rem,11vw,6.4rem);color:var(--hp-flame);
	animation:hp-beat 1.9s ease-in-out infinite .8s}
.hp-error__heart svg{width:100%;height:100%}
@keyframes hp-pop{from{opacity:0;transform:translateY(24px) scale(.8)}to{opacity:1;transform:none}}
@keyframes hp-beat{0%,100%{transform:scale(1)}18%{transform:scale(1.14)}36%{transform:scale(1)}54%{transform:scale(1.09)}}
.hp-error__inner .hp-eyebrow{justify-content:center}
.hp-error__title{margin:.3em 0 .4em;font-size:clamp(1.7rem,4.6vw,2.7rem);line-height:1.12}
.hp-error__lead{margin:0 auto 2rem;max-width:44rem;color:#5a4a4a;line-height:1.65}
.hp-error__search{display:flex;align-items:center;gap:.6rem;background:#fff;border:1px solid var(--hp-line);
	border-radius:100px;padding:.4rem .5rem .4rem 1rem;max-width:600px;margin:0 auto;transition:border-color .2s ease,box-shadow .2s ease}
.hp-error__search:focus-within{border-color:var(--hp-red);box-shadow:0 0 0 3px rgba(225,13,13,.12)}
.hp-error__searchicon svg{width:20px;height:20px;color:var(--hp-red);display:block}
.hp-error__search input[type=search]{flex:1;border:0;background:none;font-family:var(--hp-body);font-size:1rem;padding:.6rem 0;outline:none}
.hp-error__results{max-width:600px;margin:.8rem auto 0;background:#fff;border:1px solid var(--hp-line);border-radius:16px;padding:.5rem;text-align:left}
.hp-error__actions{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin:2rem 0 0}
.hp-error__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.6rem;margin-top:3rem;text-align:left}
.hp-error__group{background:#fff;border:1px solid var(--hp-line);border-radius:18px;padding:1.3rem 1.5rem}
.hp-error__grouptitle{margin:0 0 .7rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--hp-red)}
.hp-error__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}
.hp-error__list a{color:var(--hp-ink);text-decoration:none;font-size:.92rem;font-weight:500;line-height:1.4}
.hp-error__list a:hover{color:var(--hp-red)}

/* ---- Feedback form ---- */
.hp-feedback-form{max-width:1080px;margin-left:auto;margin-right:auto}
.hp-ratelabel{display:block;font-weight:600;font-size:.92rem;color:var(--hp-ink);margin-bottom:.6rem}
.hp-rating{display:inline-flex;flex-direction:row-reverse;gap:.3rem}
.hp-rating input{position:absolute;opacity:0;width:0;height:0}
.hp-rating label{cursor:pointer;color:var(--hp-line);transition:color .15s ease,transform .15s ease;line-height:0}
.hp-rating label svg{width:38px;height:38px;fill:currentColor}
.hp-rating label:hover,.hp-rating label:hover ~ label,
.hp-rating input:checked ~ label{color:var(--hp-flame)}
.hp-rating label:hover{transform:scale(1.12)}
.hp-rating input:focus-visible + label{outline:3px solid var(--hp-red);outline-offset:3px;border-radius:6px}

/* Post-submission success screen */
.hp-success{text-align:center;max-width:640px;margin:0 auto;animation:hp-rise .5s cubic-bezier(.2,.7,.3,1)}
.hp-success__mark{display:grid;place-items:center;width:74px;height:74px;border-radius:50%;margin:0 auto 1.3rem;
	background:#eef9f0;color:#1f7a34;animation:hp-pop .5s cubic-bezier(.2,.8,.3,1.2) .1s both}
.hp-success__mark svg{width:36px;height:36px}
.hp-success h3{margin:0 0 .5rem;font-size:clamp(1.4rem,3vw,1.9rem)}
.hp-success p{margin:0 auto 1.6rem;max-width:34rem;color:#5a4a4a;line-height:1.6}
.hp-success .hp-form-actions{justify-content:center}

/* ===========================================================================
   v1.14: partner logo tiles + gallery mosaic
   ======================================================================== */

/* Partner logos: proper tiles rather than a loose strip */
.hp-logos{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:1rem}
.hp-logo{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;text-align:center;
	min-height:150px;padding:1.4rem 1rem;background:#fff;border:1px solid var(--hp-line);border-radius:16px;
	text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.hp-logo:hover{transform:translateY(-4px);border-color:rgba(225,13,13,.35);box-shadow:0 18px 36px -22px rgba(20,0,0,.45)}
.hp-logo__img{display:flex;align-items:center;justify-content:center;height:60px}
.hp-logo__img img{max-height:60px;max-width:140px;width:auto;height:auto;object-fit:contain;
	filter:grayscale(1);opacity:.8;transition:filter .25s ease,opacity .25s ease}
.hp-logo:hover .hp-logo__img img{filter:grayscale(0);opacity:1}
.hp-logo__initials{display:grid;place-items:center;width:56px;height:56px;border-radius:14px;
	background:linear-gradient(135deg,var(--hp-red),var(--hp-flame));color:#fff;
	font-family:var(--hp-head);font-weight:800;font-size:1.15rem;letter-spacing:.02em}
.hp-logo__name{font-size:.86rem;font-weight:600;color:var(--hp-ink);line-height:1.35}
.hp-logo:hover .hp-logo__name{color:var(--hp-red)}
.hp-sec--dark .hp-logo,.hp-sec--brand .hp-logo{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2)}
.hp-sec--dark .hp-logo__name,.hp-sec--brand .hp-logo__name{color:#fff}
.hp-sec--dark .hp-logo__img img,.hp-sec--brand .hp-logo__img img{filter:grayscale(1) brightness(0) invert(1);opacity:.9}

/* Gallery mosaic: one large lead image with a supporting grid */
.hp-mosaic{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:190px;gap:1rem}
.hp-mosaic__item{position:relative;display:block;overflow:hidden;border-radius:18px;background:var(--hp-mist);
	grid-column:span 2;grid-row:span 1;text-decoration:none;isolation:isolate}
.hp-mosaic__item--lead{grid-column:span 2;grid-row:span 2}
.hp-mosaic__item img,.hp-mosaic__item .hp-card__ph{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
	transition:transform .6s cubic-bezier(.2,.7,.3,1)}
.hp-mosaic__item:hover img{transform:scale(1.06)}
.hp-mosaic__veil{position:absolute;inset:0;background:linear-gradient(to top,rgba(20,0,0,.82) 0%,rgba(20,0,0,.25) 45%,transparent 75%);
	transition:opacity .3s ease}
.hp-mosaic__item:hover .hp-mosaic__veil{opacity:.92}
.hp-mosaic__body{position:absolute;left:0;right:0;bottom:0;padding:1.3rem 1.4rem;display:flex;flex-direction:column;gap:.2rem;z-index:2}
.hp-mosaic__title{color:#fff;font-family:var(--hp-head);font-weight:700;font-size:1.05rem;line-height:1.25}
.hp-mosaic__item--lead .hp-mosaic__title{font-size:clamp(1.2rem,2.2vw,1.6rem)}
.hp-mosaic__count{color:rgba(255,255,255,.78);font-size:.8rem}
.hp-mosaic__icon{position:absolute;top:1rem;right:1rem;z-index:2;display:grid;place-items:center;width:38px;height:38px;
	border-radius:50%;background:rgba(255,255,255,.9);color:var(--hp-red);opacity:0;transform:translateY(-6px);
	transition:opacity .25s ease,transform .25s ease}
.hp-mosaic__icon svg{width:17px;height:17px}
.hp-mosaic__item:hover .hp-mosaic__icon{opacity:1;transform:none}
@media(max-width:900px){
	.hp-mosaic{grid-template-columns:repeat(2,1fr);grid-auto-rows:160px}
	.hp-mosaic__item--lead{grid-column:span 2;grid-row:span 2}
}
@media(max-width:520px){
	.hp-mosaic{grid-template-columns:1fr;grid-auto-rows:200px}
	.hp-mosaic__item,.hp-mosaic__item--lead{grid-column:span 1;grid-row:span 1}
}

/* ===========================================================================
   v1.14: single page editorial redesign
   ======================================================================== */

/* --- Breadcrumbs --- */
.hp-crumbs{margin:0 0 1.2rem}
.hp-crumbs ol{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;padding:0;font-size:.82rem}
.hp-crumbs li{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.72)}
.hp-crumbs li + li::before{content:"";width:5px;height:5px;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;transform:rotate(45deg);opacity:.6}
.hp-crumbs a{color:inherit;text-decoration:none;opacity:.85}
.hp-crumbs a:hover{opacity:1;text-decoration:underline}
.hp-crumbs [aria-current]{font-weight:600;color:#fff}
.hp-jhero .hp-crumbs li,.hp-page-hero .hp-crumbs li{color:rgba(255,255,255,.72)}

/* --- Richer single hero --- */
.hp-phero,.hp-ehero,.hp-jhero{position:relative;background:var(--hp-ink);color:#fff;overflow:hidden;isolation:isolate}
.hp-phero::after,.hp-ehero::after,.hp-jhero::after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
	background:radial-gradient(900px 500px at 12% 0%, rgba(225,13,13,.42), transparent 62%),
		radial-gradient(700px 420px at 92% 100%, rgba(255,75,43,.28), transparent 60%)}
.hp-phero__media{position:absolute;inset:0;z-index:-1;opacity:1}
.hp-phero--media .hp-phero__media::after{content:"";position:absolute;inset:0;
	background:linear-gradient(to top,rgba(16,4,4,.95) 8%,rgba(16,4,4,.68) 46%,rgba(16,4,4,.42) 100%)}
.hp-phero__media img,.hp-ehero__bg{width:100%;height:100%;object-fit:cover}
.hp-ehero__bg{position:absolute;inset:0;z-index:-1;opacity:.34}
.hp-phero__inner,.hp-ehero__inner,.hp-jhero .hp-wrap{position:relative;z-index:1;padding-block:clamp(3.5rem,9vw,7rem)}
.hp-phero__inner h1,.hp-ehero__inner h1,.hp-jhero h1{margin:.3em 0 .25em;line-height:1.06;letter-spacing:-.015em;
	font-size:clamp(2rem,5.2vw,3.6rem);max-width:20ch}
.hp-phero__sub{font-size:clamp(1.05rem,1.9vw,1.3rem);max-width:52ch;opacity:.9;line-height:1.55;margin:0}
.hp-tag{display:inline-flex;align-items:center;gap:.45rem;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);
	color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.35rem .85rem;border-radius:100px;backdrop-filter:blur(6px)}

/* Fact row under a single title */
.hp-facts{list-style:none;display:flex;flex-wrap:wrap;gap:0;margin:2rem 0 0;padding:0;
	background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);border-radius:16px;overflow:hidden;backdrop-filter:blur(8px)}
.hp-facts li{flex:1;min-width:130px;padding:1rem 1.3rem;border-right:1px solid rgba(255,255,255,.14)}
.hp-facts li:last-child{border-right:0}
.hp-facts__label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;opacity:.7;margin-bottom:.2rem}
.hp-facts__value{display:block;font-family:var(--hp-head);font-weight:700;font-size:1.25rem}
.hp-ehero__facts,.hp-jhero__facts{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem;margin:1.2rem 0 1.6rem;padding:0}
.hp-ehero__facts li,.hp-jhero__facts li{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);
	padding:.4rem .9rem;border-radius:100px;font-size:.88rem}

/* Taxonomy chips */
.hp-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.2rem}
.hp-chip{display:inline-flex;padding:.35rem .9rem;border-radius:100px;font-size:.8rem;font-weight:600;text-decoration:none;
	background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);color:#fff;transition:all .2s ease}
.hp-chip:hover{background:#fff;color:var(--hp-red)}

/* --- Layout and typography --- */
.hp-single__layout{gap:clamp(2.5rem,5vw,4.5rem);align-items:start}
@media(min-width:900px){.hp-single__layout{grid-template-columns:minmax(0,1fr) 340px}}
.hp-prose{font-size:1.075rem;line-height:1.78;color:#3f3232;max-width:70ch}
.hp-prose > * + *{margin-top:1.35em}
.hp-prose h2{font-size:clamp(1.5rem,2.8vw,2rem);line-height:1.2;margin-top:2.2em;letter-spacing:-.01em}
.hp-prose h3{font-size:clamp(1.2rem,2.2vw,1.45rem);margin-top:1.9em}
.hp-prose h2 + p,.hp-prose h3 + p{margin-top:.7em}
.hp-prose > p:first-of-type{font-size:1.2rem;line-height:1.65;color:#2e2424}
.hp-prose a{color:var(--hp-red);text-underline-offset:3px}
.hp-prose img{border-radius:16px;box-shadow:0 24px 48px -34px rgba(20,0,0,.5)}
.hp-prose ul,.hp-prose ol{padding-left:1.3em}
.hp-prose li + li{margin-top:.5em}
.hp-prose li::marker{color:var(--hp-red)}
.hp-prose blockquote{margin-left:0;margin-right:0;padding:1.4rem 1.8rem;border-left:4px solid var(--hp-red);
	background:var(--hp-soft);border-radius:0 14px 14px 0;font-size:1.15rem;line-height:1.6;font-style:normal;color:var(--hp-ink)}
.hp-prose blockquote p:first-child{margin-top:0}
.hp-prose hr{border:0;height:1px;background:var(--hp-line);margin-block:2.5em}

/* Impact block inside a single */
.hp-block{margin-top:3rem;padding:1.8rem 2rem;background:var(--hp-mist);border:1px solid var(--hp-line);border-radius:20px}
.hp-block .hp-lead{font-size:1.1rem;line-height:1.6;margin:.5rem 0 1.4rem;color:#3f3232}
.hp-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1rem}

/* --- Sticky, refined sidebar --- */
@media(min-width:900px){.hp-single__aside{position:sticky;top:100px}}
.hp-aside-card{border-radius:20px;padding:1.6rem 1.7rem;margin-bottom:1.1rem;
	box-shadow:0 18px 40px -34px rgba(20,0,0,.45);transition:box-shadow .25s ease}
.hp-aside-card h3{font-size:1.1rem;margin:0 0 .9rem;letter-spacing:-.01em}
.hp-aside-card p{font-size:.94rem;line-height:1.6}
.hp-aside-card--cta{background:linear-gradient(140deg,var(--hp-red),var(--hp-deep));box-shadow:0 24px 50px -28px rgba(164,0,0,.85)}
.hp-aside-card--cta .hp-btn--light{width:100%;justify-content:center}
.hp-aside-card dl{margin:0;display:flex;flex-direction:column;gap:.85rem}
.hp-aside-card__cta{margin-top:1rem}
.hp-aside-card dt{font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;color:#9a8a8a;margin:0}
.hp-aside-card dd{margin:.15rem 0 0;font-weight:600;color:var(--hp-ink)}

/* Back link */
.hp-back{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;text-decoration:none;
	color:inherit;opacity:.8;margin-bottom:1rem}
.hp-back:hover{opacity:1}

/* Related strip spacing so it never crowds the article */
.hp-single .hp-section--mist{margin-top:clamp(3rem,6vw,5rem)}

/* ===========================================================================
   v1.15: slideshow, carousels, values, anchors, partner pages
   ======================================================================== */

/* Hero slideshow crossfade */
.hp-hero__slides{position:absolute;inset:0}
.hp-hero__slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.4s ease}
.hp-hero__slide.is-active{opacity:1}
@media(prefers-reduced-motion:reduce){.hp-hero__slide{transition:none}}

/* Carousel */
.hp-car{position:relative}
.hp-car__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,1fr);gap:1.4rem;
	overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:.5rem;
	scrollbar-width:none;-ms-overflow-style:none}
.hp-car__track::-webkit-scrollbar{display:none}
.hp-car__item{scroll-snap-align:start}
@media(min-width:760px){.hp-car__track{grid-auto-columns:minmax(0,calc(33.333% - .94rem))}}
@media(min-width:760px){.hp-car--people .hp-car__track{grid-auto-columns:minmax(0,calc(25% - 1.05rem))}}
.hp-car__nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.6rem}
.hp-car__btn{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;cursor:pointer;
	background:#fff;border:1px solid var(--hp-line);color:var(--hp-ink);transition:all .2s ease}
.hp-car__btn svg{width:20px;height:20px}
.hp-car__btn:hover:not(:disabled){background:var(--hp-red);border-color:var(--hp-red);color:#fff}
.hp-car__btn:disabled{opacity:.35;cursor:default}
.hp-car__dots{display:flex;gap:.45rem}
.hp-car__dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:var(--hp-line);cursor:pointer;transition:all .2s ease}
.hp-car__dot.is-active{background:var(--hp-red);width:22px;border-radius:100px}
.hp-sec--dark .hp-car__btn,.hp-sec--brand .hp-car__btn{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);color:#fff}

/* Story cards inside the carousel */
.hp-storycard__media{position:relative;display:block;aspect-ratio:3/4;border-radius:20px;overflow:hidden;background:var(--hp-mist)}
.hp-storycard__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.3,1)}
.hp-storycard:hover .hp-storycard__media img{transform:scale(1.06)}
.hp-storycard__veil{position:absolute;inset:0;background:linear-gradient(to top,rgba(20,0,0,.88) 5%,rgba(20,0,0,.2) 55%,transparent 80%)}
.hp-storycard__body{position:absolute;left:0;right:0;bottom:0;padding:1.4rem;display:flex;flex-direction:column;gap:.45rem}
.hp-storycard__title{color:#fff;font-family:var(--hp-head);font-weight:700;font-size:1.15rem;line-height:1.25}
.hp-storycard__quote{color:rgba(255,255,255,.82);font-size:.88rem;line-height:1.45;font-style:italic}

/* Focus cards with imagery */
.hp-focus__item.has-image{padding-top:0;overflow:hidden}
.hp-focus__media{display:block;aspect-ratio:16/10;overflow:hidden;border-radius:14px;margin-bottom:1rem}
.hp-focus__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.hp-focus__item:hover .hp-focus__media img{transform:scale(1.05)}

/* Core values */
.hp-values{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.4rem}
.hp-value{background:#fff;border:1px solid var(--hp-line);border-radius:20px;padding:1.8rem 1.7rem;transition:transform .25s ease,box-shadow .25s ease}
.hp-value:hover{transform:translateY(-4px);box-shadow:0 24px 48px -34px rgba(20,0,0,.45)}
.hp-value__icon{display:grid;place-items:center;width:60px;height:60px;border-radius:16px;margin-bottom:1.1rem;
	background:var(--hp-soft);color:var(--hp-red)}
.hp-value__icon svg{width:30px;height:30px}
.hp-value__photo{display:block;aspect-ratio:16/10;border-radius:14px;overflow:hidden;margin-bottom:1.1rem}
.hp-value__photo img{width:100%;height:100%;object-fit:cover}
.hp-value h3{margin:0 0 .5rem;font-size:1.25rem}
.hp-value__text{color:#5a4a4a;line-height:1.6;font-size:.96rem}
.hp-value__text p{margin:0}

/* Anchor navigation on the About page */
.hp-anchors{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);
	border-bottom:1px solid var(--hp-line)}
.hp-anchors__inner{display:flex;gap:.4rem;overflow-x:auto;scrollbar-width:none;padding-block:.7rem}
.hp-anchors__inner::-webkit-scrollbar{display:none}
.hp-anchors__link{white-space:nowrap;padding:.55rem 1.1rem;border-radius:100px;font-size:.9rem;font-weight:600;
	text-decoration:none;color:var(--hp-ink);transition:all .2s ease}
.hp-anchors__link:hover{background:var(--hp-soft);color:var(--hp-red)}
.hp-anchors__link.is-active{background:var(--hp-red);color:#fff}
.hp-about [id]{scroll-margin-top:80px}
.hp-team-group{margin:2.6rem 0 1.4rem;font-size:1.3rem;padding-bottom:.6rem;border-bottom:2px solid var(--hp-line)}
.hp-team-group:first-of-type{margin-top:0}

/* Partner tiles and pages */
.hp-logo__type{font-size:.72rem;color:#9a8a8a;text-transform:uppercase;letter-spacing:.05em}
.hp-partnerhead{display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap}
.hp-partnerhead__logo{display:grid;place-items:center;background:#fff;border-radius:16px;padding:1rem 1.2rem;flex:0 0 auto}
.hp-partnerhead__logo img{max-height:70px;max-width:160px;width:auto;height:auto;object-fit:contain}
.hp-partnerhead h1{margin:0}

/* Choice pills (partner form) */
.hp-choice{display:flex;flex-wrap:wrap;gap:.7rem}
.hp-choice__opt{position:relative;display:inline-flex;align-items:center;gap:.55rem;padding:.75rem 1.3rem;
	border:1px solid var(--hp-line);border-radius:100px;cursor:pointer;font-weight:600;font-size:.94rem;transition:all .2s ease}
.hp-choice__opt input{appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid var(--hp-line);
	border-radius:50%;cursor:pointer;transition:all .2s ease}
.hp-choice__opt input:checked{border-color:var(--hp-red);border-width:5px}
.hp-choice__opt:has(input:checked){border-color:var(--hp-red);background:var(--hp-soft);color:var(--hp-red)}
.hp-partner-form{max-width:1080px;margin-left:auto;margin-right:auto}
.hp-donate-intro{margin:0 auto 2.5rem;text-align:center}

/* ===========================================================================
   v1.16: event registration dialog, ambassador benefits
   ======================================================================== */

/* Modal dialog */
.hp-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:1.5rem}
.hp-modal__backdrop{position:absolute;inset:0;background:rgba(16,4,4,.72);backdrop-filter:blur(4px);animation:hp-fade .25s ease}
@keyframes hp-fade{from{opacity:0}to{opacity:1}}
.hp-modal__panel{position:relative;z-index:1;width:100%;max-width:760px;max-height:90vh;overflow-y:auto;
	border-radius:24px;animation:hp-rise .35s cubic-bezier(.2,.7,.3,1)}
.hp-modal__panel .hp-formcard{margin:0;border-radius:24px}
.hp-modal__close{position:absolute;top:1rem;right:1.1rem;z-index:2;background:none;border:0;font-size:2rem;line-height:1;
	color:#9a8a8a;cursor:pointer;padding:.2rem .5rem;border-radius:8px}
.hp-modal__close:hover{color:var(--hp-red)}
.hp-reg-left{margin:.6rem 0 0;font-size:.85rem;font-weight:600;color:var(--hp-flame)}
.hp-btn--full{opacity:.65;cursor:not-allowed;background:#8a7a7a;border-color:#8a7a7a;box-shadow:none}
.hp-btn--full:hover{transform:none;background:#8a7a7a}

/* Ambassador benefits */
.hp-amb-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.4rem;margin-bottom:3rem}
.hp-amb-benefit{position:relative;background:#fff;border:1px solid var(--hp-line);border-radius:20px;padding:1.8rem 1.7rem;
	transition:transform .25s ease,box-shadow .25s ease}
.hp-amb-benefit:hover{transform:translateY(-4px);box-shadow:0 24px 48px -34px rgba(20,0,0,.45)}
.hp-amb-benefit h3{margin:0 0 .6rem;font-size:1.3rem;color:var(--hp-red);
	display:flex;align-items:center;gap:.6rem}
.hp-amb-benefit h3::before{content:"";width:26px;height:3px;background:var(--hp-red);border-radius:3px}
.hp-amb-benefit p{margin:0;color:#5a4a4a;line-height:1.6}

/* ===========================================================================
   v1.17: header dropdown menus
   ======================================================================== */
.hp-nav__list > li{position:relative}
.hp-nav__list > li.hp-has-sub > a{padding-right:.2rem}
.hp-subnav__toggle{display:inline-flex;align-items:center;justify-content:center;background:none;border:0;cursor:pointer;
	color:inherit;padding:.35rem .25rem;margin-left:.1rem;vertical-align:middle}
.hp-subnav__toggle svg{width:11px;height:7px;transition:transform .25s ease}
.hp-has-sub.is-open > .hp-subnav__toggle svg{transform:rotate(180deg)}
.hp-has-sub.is-open > a,.hp-has-sub.is-open > .hp-subnav__toggle{color:var(--hp-red)}

/* Desktop dropdown panel */
@media(min-width:900px){
	.hp-nav__list > li.hp-has-sub{display:flex;align-items:center}
	.hp-subnav{position:absolute;top:100%;left:-1rem;z-index:70;min-width:230px;margin:0;padding:.5rem;list-style:none;
		background:#fff;border:1px solid var(--hp-line);border-radius:16px;
		box-shadow:0 24px 48px -24px rgba(20,0,0,.32);
		opacity:0;visibility:hidden;transform:translateY(-8px);
		transition:opacity .2s ease,transform .2s ease,visibility .2s}
	.hp-nav__list > li.hp-has-sub::after{content:"";position:absolute;top:100%;left:0;right:0;height:14px}
	.hp-nav__list > li.hp-has-sub:hover > .hp-subnav,
	.hp-nav__list > li.hp-has-sub:focus-within > .hp-subnav,
	.hp-nav__list > li.hp-has-sub.is-open > .hp-subnav{opacity:1;visibility:visible;transform:translateY(6px)}
	.hp-subnav li{margin:0}
	.hp-subnav a{display:block;padding:.6rem .9rem;border-radius:10px;font-size:.94rem;font-weight:500;
		color:var(--hp-ink);text-decoration:none;transition:background .18s ease,color .18s ease}
	.hp-subnav a:hover,.hp-subnav a:focus-visible{background:var(--hp-soft);color:var(--hp-red)}
}

/* Mobile: submenus collapse under their parent */
@media(max-width:899px){
	.hp-mobile__list li{position:relative}
	.hp-mobile__list .hp-subnav{list-style:none;margin:0;padding:0 0 0 1rem;max-height:0;overflow:hidden;
		transition:max-height .3s ease}
	.hp-mobile__list .hp-has-sub.is-open > .hp-subnav{max-height:600px}
	.hp-mobile__list .hp-subnav a{display:block;padding:.5rem 0;font-size:.95rem;opacity:.85}
	.hp-mobile__list .hp-subnav__toggle{position:absolute;top:.1rem;right:0;padding:.6rem;min-width:44px;min-height:44px}
	.hp-mobile__list .hp-subnav__toggle svg{width:14px;height:9px}
}

/* ===========================================================================
