.lahf-page-hero{position:relative;overflow:hidden;background-image:var(--gradient-hero);color:var(--primary-foreground)}.lahf-page-hero__blob-tr{position:absolute;top:-6rem;right:-6rem;width:24rem;height:24rem;border-radius:9999px;background:oklch(from var(--secondary) l c h / 0.3);filter:blur(4rem);pointer-events:none}.lahf-page-hero__blob-bl{position:absolute;bottom:-8rem;left:-5rem;width:20rem;height:20rem;border-radius:9999px;background:rgba(255,255,255,.1);filter:blur(4rem);pointer-events:none}.lahf-page-hero__inner{position:relative;max-width:48rem;margin:0 auto;padding:4rem 1.25rem;text-align:center}@media (min-width:1024px){.lahf-page-hero__inner{padding:7rem 2rem}}.lahf-page-hero__eyebrow{display:inline-block;border-radius:999px;background:rgba(255,255,255,.15);padding:.375rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;backdrop-filter:blur(6px)}.lahf-page-hero__title{margin-top:1.25rem;font-size:clamp(2rem,4vw,3rem)!important;font-weight:700;line-height:1.1!important;font-family:var(--lahf-font-head);letter-spacing:-0.02em}.lahf-page-hero__desc{margin:1.25rem auto 0;max-width:32rem;font-size:1.125rem;color:rgba(255,255,255,.85)}.lahf-members__inner{max-width:72rem;margin:0 auto;padding:4rem 1.25rem}.lahf-members__empty{text-align:center;color:var(--muted-foreground);padding:3rem 0}.lahf-members__group{margin-bottom:3rem}.lahf-members__group-title{font-family:var(--lahf-font-head);font-size:1.5rem!important;font-weight:600;color:var(--primary)!important;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--border)}.lahf-members__grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width:420px){.lahf-members__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:640px){.lahf-members--cols-3{grid-template-columns:repeat(3,1fr)}.lahf-members--cols-4{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.lahf-members--cols-3{grid-template-columns:repeat(3,1fr)}.lahf-members--cols-4{grid-template-columns:repeat(4,1fr)}}.lahf-members__card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:var(--card);border:1px solid oklch(0.92 0.02 235 / 0.6);border-radius:1rem;box-shadow:var(--shadow-soft);transition:box-shadow .2s ease}.lahf-members__card:hover{box-shadow:0 10px 30px -12px oklch(0.66 0.16 240 / 0.28)}.lahf-members__avatar-wrap{width:5rem;height:5rem;border-radius:50%;overflow:hidden;border:2px solid oklch(0.66 0.16 240 / 0.1);flex-shrink:0}.lahf-members__avatar-img{width:100%;height:100%;object-fit:cover;display:block}.lahf-members__avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--gradient-hero);color:#fff;font-size:1.25rem;font-weight:600}.lahf-members__name{margin-top:1rem;font-size:1rem!important;font-weight:600;color:var(--foreground);font-family:var(--lahf-font-head)}.lahf-members__cargo{margin-top:.25rem;font-size:.75rem;color:var(--muted-foreground)}