.hero-image[data-astro-cid-qakpeynv]{position:relative;width:100%;min-height:var(--hero-min-height, 480px);max-height:var(--hero-max-height, min(100vh, 720px));overflow:hidden;background:var(--color-bg)}.hero-image--full-screen[data-astro-cid-qakpeynv]{height:100svh;max-height:var(--hero-max-height, 100svh)}.hero-image[data-astro-cid-qakpeynv][style*=--hero-aspect-ratio]{aspect-ratio:var(--hero-aspect-ratio);max-height:none}.hero-image__img{display:block;width:100%;height:100%;min-height:inherit;max-height:inherit;object-fit:cover;object-position:var(--hero-img-pos, 50% 50%)}@media(max-width:767px){.hero-image__img{object-position:var(--hero-img-pos-mobile, var(--hero-img-pos, 50% 50%))}}.hero-image__scrim[data-astro-cid-qakpeynv]{position:absolute;inset:0;background:var(--hero-scrim, linear-gradient(rgb(0 0 0 / .15), rgb(0 0 0 / .4)));pointer-events:none}.hero-image__overlay[data-astro-cid-qakpeynv]{position:absolute;inset:0;pointer-events:none}.hero-image__overlay[data-astro-cid-qakpeynv]>*{pointer-events:auto}.home-hero[data-astro-cid-f2t6dg3d]{position:relative}.home-hero__image[data-astro-cid-f2t6dg3d]{--hero-scrim: linear-gradient(to top, var(--color-bg), transparent 21%)}.home-hero__content[data-astro-cid-f2t6dg3d]{position:absolute;inset:0;padding-block-start:25svh;pointer-events:none}.home-hero__title[data-astro-cid-f2t6dg3d]{font-size:var(--text-display);font-weight:var(--font-weight-light);line-height:1;text-transform:uppercase;color:var(--color-text);width:fit-content;margin-left:auto;pointer-events:auto}.home-hero__image[data-astro-cid-f2t6dg3d]{animation:hero-reveal calc(var(--duration-slow) * 2) var(--ease-out) both}.home-hero__title[data-astro-cid-f2t6dg3d]{animation:title-rise var(--duration-slow) var(--ease-out) var(--duration-fast) both}@keyframes hero-reveal{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes title-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.home-hero__image[data-astro-cid-f2t6dg3d],.home-hero__title[data-astro-cid-f2t6dg3d]{animation:none}}@media(max-width:1023px)and (min-width:768px){.home-hero[data-astro-cid-f2t6dg3d] .home-hero__image img{object-position:55% 40%}}@media(max-width:767px){.home-hero[data-astro-cid-f2t6dg3d]{padding-top:var(--header-h)}.home-hero[data-astro-cid-f2t6dg3d] .home-hero__image{--hero-min-height: 0px;aspect-ratio:2385 / 1463;height:auto}.home-hero__content[data-astro-cid-f2t6dg3d]{position:static;padding-block-start:var(--space-section-y);pointer-events:auto}.home-hero__title[data-astro-cid-f2t6dg3d]{margin-left:0}}@media(max-width:767px){.home-hero[data-astro-cid-f2t6dg3d] .home-hero__image{aspect-ratio:4 / 5}}.cta-link[data-astro-cid-4jkbe7xw]{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:calc(var(--button-pad-y, var(--space-2)) + var(--button-optical-shift, .1em)) var(--button-pad-x, var(--space-5)) calc(var(--button-pad-y, var(--space-2)) - var(--button-optical-shift, .1em));border:var(--button-border, var(--line-thin) solid currentColor);border-radius:var(--button-radius, var(--radius-pill));background:var(--button-bg, transparent);color:var(--button-color, var(--color-text));font-family:var(--font-heading);font-size:var(--text-cta);font-weight:var(--button-weight, var(--font-weight-regular, 400));line-height:1;letter-spacing:var(--tracking-cta);text-transform:var(--button-transform, none);text-decoration:none;cursor:pointer;transition:color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out)}.cta-link[data-astro-cid-4jkbe7xw]:hover,.cta-link[data-astro-cid-4jkbe7xw]:focus-visible{color:var(--color-accent)}.cta-link[data-astro-cid-4jkbe7xw]:disabled{opacity:.6;cursor:default}.home-news[data-astro-cid-nugvdsis]{padding-block:var(--space-section-y)}.home-news__grid[data-astro-cid-nugvdsis]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.home-news__media[data-astro-cid-nugvdsis]{justify-self:center;width:60%}.home-news__cover-link[data-astro-cid-nugvdsis]{display:block;transition:opacity var(--duration-base) var(--ease-out)}.home-news__cover-link[data-astro-cid-nugvdsis]:hover,.home-news__cover-link[data-astro-cid-nugvdsis]:focus-visible{opacity:.85}.home-news__cover{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover}.home-news__body[data-astro-cid-nugvdsis] h2[data-astro-cid-nugvdsis]{margin-block:0 var(--space-section-title-gap)}.home-news__cta[data-astro-cid-nugvdsis]{display:flex;justify-content:flex-end;margin-block-start:var(--space-6)}.home-news__teaser[data-astro-cid-nugvdsis]{text-align:justify;max-width:65ch}.home-news__player[data-astro-cid-nugvdsis]{grid-column:1 / -1;margin-block-start:var(--space-10)}@media(max-width:767px){.home-news__grid[data-astro-cid-nugvdsis]{grid-template-columns:minmax(0,1fr);row-gap:var(--space-8)}.home-news__media[data-astro-cid-nugvdsis]{width:90%}.home-news__teaser[data-astro-cid-nugvdsis]{text-align:left}.home-news__player[data-astro-cid-nugvdsis]{margin-block-start:0}}.home-projects[data-astro-cid-upzbmv26] h2[data-astro-cid-upzbmv26]{margin-block:0 var(--space-section-title-gap)}.home-projects__cta[data-astro-cid-upzbmv26]{display:flex;justify-content:flex-end;margin-block-start:var(--space-6)}.home-projects__teaser[data-astro-cid-upzbmv26]{text-align:justify}@media(max-width:1023px){.home-projects__teaser[data-astro-cid-upzbmv26]{text-align:left}}
