.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-news__inner{max-width:80rem;margin:0 auto;padding:4rem 1.25rem}.lahf-news__header{margin-bottom:2.5rem;text-align:center}.lahf-news__heading{font-family:var(--lahf-font-head);font-size:clamp(1.75rem,3vw,2.5rem)!important;font-weight:700;color:var(--foreground);letter-spacing:-0.02em}.lahf-news__empty{text-align:center;color:var(--muted-foreground);padding:3rem 0}.lahf-news__grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:640px){.lahf-news--cols-2{grid-template-columns:repeat(2,1fr)}.lahf-news--cols-3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.lahf-news--cols-2{grid-template-columns:repeat(2,1fr)}.lahf-news--cols-3{grid-template-columns:repeat(3,1fr)}}.lahf-news__card{display:flex;flex-direction:column;overflow:hidden;border-radius:1rem;border:1px solid oklch(0.92 0.02 235 / 0.6);background:var(--card);box-shadow:var(--shadow-soft);text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease}.lahf-news__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-glow)}.lahf-news__cover{position:relative;padding-top:62.5%;background:var(--gradient-hero);overflow:hidden}.lahf-news__cover>.lahf-news__img{position:absolute;inset:0}.lahf-news__img{width:100%;height:100%;object-fit:cover;display:block}.lahf-news__tag{position:absolute;top:1rem;left:1rem;border-radius:999px;background:oklch(from var(--background) l c h / 0.9);padding:.25rem .75rem;font-size:.75rem;font-weight:600;color:var(--primary);backdrop-filter:blur(4px)}.lahf-news__body{display:flex;flex-direction:column;flex:1;padding:1.5rem}.lahf-news__meta{font-size:.75rem;color:var(--muted-foreground)}.lahf-news__title{margin-top:.75rem;font-size:1.125rem!important;font-weight:600;color:var(--foreground)!important;line-height:1.4!important;font-family:var(--lahf-font-head)}.lahf-news__card:hover .lahf-news__title{color:var(--primary)!important}.lahf-news__excerpt{margin-top:.5rem;font-size:.875rem;color:var(--muted-foreground);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.lahf-news__more{margin-top:1rem;font-size:.875rem;font-weight:600;color:var(--primary)!important}.lahf-news__cover--g1{background:linear-gradient(135deg,var(--primary),var(--secondary))}.lahf-news__cover--g2{background:var(--gradient-hero)}.lahf-news__cover--g3{background:linear-gradient(135deg,var(--secondary),var(--primary))}.lahf-news__cover--g4{background:linear-gradient(135deg,var(--primary),oklch(0.78 0.16 215))}.lahf-news__filter{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:2rem}.lahf-news__chips{display:flex;flex-wrap:wrap;gap:.5rem}.lahf-news__chip{display:inline-flex;align-items:center;padding:.375rem 1rem;border-radius:999px;border:1px solid var(--border);background:var(--muted);color:var(--foreground);font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;line-height:1.5}.lahf-news__chip:hover{background:var(--accent)}.lahf-news__chip.is-active{background:var(--primary)!important;color:var(--primary-foreground)!important;border-color:var(--primary)!important}.lahf-news__search{flex:0 1 18rem;padding:.375rem .875rem .375rem 2.25rem;border-radius:999px;border:1px solid var(--border);background:var(--background);color:var(--foreground);font-size:.875rem;outline:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.625rem center;transition:border-color .2s ease,box-shadow .2s ease}.lahf-news__search:focus{border-color:var(--primary);box-shadow:0 0 0 3px oklch(from var(--primary) l c h / 0.15)}@media (min-width:1024px){.lahf-news__search{margin-left:auto}}@media (max-width:639px){.lahf-news__filter{flex-direction:column;align-items:stretch}.lahf-news__search{flex:1 1 auto;background-position:.75rem center}}