.page-hero[data-astro-cid-lsfrgu5h]{position:relative;display:flex;align-items:flex-end;min-height:40vh;overflow:hidden;padding-top:var(--nav-height)}.page-hero--compact[data-astro-cid-lsfrgu5h]{min-height:25vh}.page-hero__bg[data-astro-cid-lsfrgu5h]{position:absolute;inset:0;z-index:0}.page-hero__bg-gradient[data-astro-cid-lsfrgu5h]{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 70%,var(--clr-navy-950) 100%),var(--gradient-hero)}.page-hero__shapes[data-astro-cid-lsfrgu5h]{position:absolute;inset:0;z-index:1;opacity:.6}.page-hero__gradient-blobs[data-astro-cid-lsfrgu5h]{position:absolute;inset:0;z-index:1;overflow:hidden;contain:strict}.page-hero__blob[data-astro-cid-lsfrgu5h]{position:absolute;border-radius:50%;filter:blur(70px)}.page-hero__blob--1[data-astro-cid-lsfrgu5h]{width:55%;height:80%;top:-20%;left:-15%;background:radial-gradient(ellipse at center,color-mix(in srgb,var(--clr-navy-600) 40%,transparent),color-mix(in srgb,var(--clr-navy-700) 20%,transparent) 50%,transparent 75%);animation:pgBlobSlide1 1.4s var(--ease-out) .1s both}.page-hero__blob--2[data-astro-cid-lsfrgu5h]{width:45%;height:70%;bottom:-25%;right:-10%;background:radial-gradient(ellipse at center,color-mix(in srgb,var(--clr-gold-500) 12%,transparent),color-mix(in srgb,var(--clr-gold-600) 5%,transparent) 50%,transparent 70%);animation:pgBlobSlide2 1.6s var(--ease-out) .3s both}.page-hero__blob--3[data-astro-cid-lsfrgu5h]{width:50%;height:60%;top:10%;right:15%;background:radial-gradient(ellipse at center,color-mix(in srgb,var(--clr-navy-500) 18%,transparent),color-mix(in srgb,var(--clr-navy-700) 8%,transparent) 50%,transparent 70%);animation:pgBlobSlide3 1.8s var(--ease-out) .2s both}@keyframes pgBlobSlide1{0%{opacity:0;transform:translate(-60px,-30px) scale(.7)}to{opacity:.8;transform:translate(0) scale(1)}}@keyframes pgBlobSlide2{0%{opacity:0;transform:translate(40px,60px) scale(.7)}to{opacity:.7;transform:translate(0) scale(1)}}@keyframes pgBlobSlide3{0%{opacity:0;transform:translate(30px,-40px) scale(.6)}to{opacity:.5;transform:translate(0) scale(1)}}.page-hero__bg-image[data-astro-cid-lsfrgu5h]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 30%}.page-hero__bg-overlay[data-astro-cid-lsfrgu5h]{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 70%,var(--clr-navy-950) 100%),var(--gradient-hero-overlay);z-index:1}.page-hero__content[data-astro-cid-lsfrgu5h]{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;padding-block:var(--space-12) var(--space-16);width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-pad)}.page-hero--compact[data-astro-cid-lsfrgu5h] .page-hero__content[data-astro-cid-lsfrgu5h]{padding-block:var(--space-8) var(--space-12)}.page-hero__breadcrumb[data-astro-cid-lsfrgu5h]{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-6);font-family:var(--font-body);font-size:var(--text-overline);font-weight:var(--weight-semibold, 600);letter-spacing:var(--tracking-widest);text-transform:uppercase}.page-hero__breadcrumb-link[data-astro-cid-lsfrgu5h]{color:var(--clr-gold-400);text-decoration:none;transition:color var(--duration-fast) var(--ease-smooth)}.page-hero__breadcrumb-link[data-astro-cid-lsfrgu5h]:hover{color:var(--clr-gold-300)}.page-hero__breadcrumb-sep[data-astro-cid-lsfrgu5h]{color:var(--clr-navy-400);user-select:none}.page-hero__breadcrumb-current[data-astro-cid-lsfrgu5h]{color:var(--text-on-dark-muted)}.page-hero__title[data-astro-cid-lsfrgu5h]{font-family:var(--font-display);font-size:var(--text-h1);font-weight:var(--weight-bold);color:var(--text-on-dark);line-height:var(--leading-tight);letter-spacing:-.02em;margin:0 0 var(--space-4) 0}.page-hero__subtitle[data-astro-cid-lsfrgu5h]{font-family:var(--font-body);font-size:var(--text-body-lg);color:var(--text-on-dark-muted);line-height:var(--leading-relaxed);max-width:600px;margin:0}.page-hero__breadcrumb[data-astro-cid-lsfrgu5h],.page-hero__title[data-astro-cid-lsfrgu5h],.page-hero__subtitle[data-astro-cid-lsfrgu5h]{opacity:0;transform:translateY(var(--space-6));animation:pageHeroFadeUp .7s var(--ease-out) forwards}.page-hero__breadcrumb[data-astro-cid-lsfrgu5h]{animation-delay:.1s}.page-hero__title[data-astro-cid-lsfrgu5h]{animation-delay:.25s}.page-hero__subtitle[data-astro-cid-lsfrgu5h]{animation-delay:.4s}@keyframes pageHeroFadeUp{to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.page-hero__title[data-astro-cid-lsfrgu5h]{font-size:clamp(2rem,8vw,2.75rem)}.page-hero__content[data-astro-cid-lsfrgu5h]{padding-block:var(--space-8) var(--space-12)}}@media(prefers-reduced-motion:reduce){.page-hero__breadcrumb[data-astro-cid-lsfrgu5h],.page-hero__title[data-astro-cid-lsfrgu5h],.page-hero__subtitle[data-astro-cid-lsfrgu5h]{opacity:1;transform:none;animation:none}.page-hero__blob[data-astro-cid-lsfrgu5h]{animation:none}.page-hero__blob--1[data-astro-cid-lsfrgu5h]{opacity:.8}.page-hero__blob--2[data-astro-cid-lsfrgu5h]{opacity:.7}.page-hero__blob--3[data-astro-cid-lsfrgu5h]{opacity:.5}}
