.gradient-blob-layer[data-astro-cid-vmxmy44f]{position:absolute;inset:0;pointer-events:none;overflow:hidden;opacity:var(--gb-opacity, .35);z-index:0}.gradient-blob[data-astro-cid-vmxmy44f]{position:absolute;width:55%;height:55%;border-radius:50%;filter:blur(var(--gb-blur, 80px));will-change:transform}.gradient-blob-a[data-astro-cid-vmxmy44f]{background:var(--gb-color-a);top:-10%;left:-10%;animation:gradient-blob-drift-a var(--gb-duration, 40s) ease-in-out infinite alternate}.gradient-blob-b[data-astro-cid-vmxmy44f]{background:var(--gb-color-b);bottom:-15%;right:-10%;animation:gradient-blob-drift-b var(--gb-duration, 40s) ease-in-out infinite alternate}.gradient-blob-c[data-astro-cid-vmxmy44f]{background:var(--gb-color-c);top:30%;left:35%;width:45%;height:45%;animation:gradient-blob-drift-c var(--gb-duration, 40s) ease-in-out infinite alternate}@keyframes gradient-blob-drift-a{0%{transform:translate(0) scale(1)}to{transform:translate(12%,8%) scale(1.1)}}@keyframes gradient-blob-drift-b{0%{transform:translate(0) scale(1)}to{transform:translate(-10%,-8%) scale(1.08)}}@keyframes gradient-blob-drift-c{0%{transform:translate(0) scale(1) rotate(0)}to{transform:translate(-8%,6%) scale(1.12) rotate(20deg)}}@media(prefers-reduced-motion:reduce){.gradient-blob[data-astro-cid-vmxmy44f]{animation:none!important}}.hero-cinematic[data-astro-cid-eeqnnek5]{position:relative;width:100%;min-height:var(--hero-cinematic-min-height, clamp(420px, 60vh, 720px));display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff}.hero-cinematic-bg[data-astro-cid-eeqnnek5]{position:absolute;inset:0;z-index:0}.hero-cinematic-img[data-astro-cid-eeqnnek5]{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-cinematic-overlay[data-astro-cid-eeqnnek5]{position:absolute;inset:0;background-color:var(--hero-cinematic-overlay-color, var(--color-brand-secondary, #0a0a0a));opacity:var(--hero-cinematic-overlay-opacity, .55)}.hero-cinematic-content[data-astro-cid-eeqnnek5]{position:relative;z-index:1;width:100%;padding:clamp(64px,10vh,128px) clamp(20px,4vw,48px);text-align:center}.hero-cinematic-content[data-astro-cid-eeqnnek5] .layout-reading[data-astro-cid-eeqnnek5]{margin-inline:auto}.hero-cinematic-lead[data-astro-cid-eeqnnek5]{color:#ffffffeb;font-size:var(--hero-cinematic-lead-size, clamp(1.05rem, 1.5vw, 1.25rem));line-height:1.55;text-wrap:balance}.hero-meta-on-dark[data-astro-cid-eeqnnek5]{color:#ffffffc7}.hero-badge-list-on-dark[data-astro-cid-eeqnnek5]{justify-content:center}.hero-badge-on-dark[data-astro-cid-eeqnnek5]{color:#ffffffdb;border-color:#ffffff40}.hero-meta[data-astro-cid-eeqnnek5]{display:flex;flex-wrap:wrap;gap:.45rem .65rem;align-items:center;max-width:100%;color:var(--hero-meta-color, var(--color-brand-muted));font-family:var(--hero-meta-font-family, ui-monospace, SFMono-Regular, Menlo, Consolas, monospace);font-size:var(--hero-meta-font-size, .82rem);font-weight:var(--hero-meta-font-weight, 700);letter-spacing:var(--hero-meta-letter-spacing, .035em);line-height:var(--status-chip-line-height, 1.35);text-transform:var(--hero-meta-transform, uppercase)}.hero-lead[data-astro-cid-eeqnnek5]{max-width:100%;overflow-wrap:anywhere}.hero-meta[data-astro-cid-eeqnnek5] span[data-astro-cid-eeqnnek5]{color:var(--hero-meta-separator-color, color-mix(in srgb, var(--color-brand-muted) 55%, transparent))}.hero-badge-list[data-astro-cid-eeqnnek5]{display:flex;flex-wrap:wrap;gap:.55rem;max-width:100%;margin:0;padding:0;list-style:none}.hero-badge[data-astro-cid-eeqnnek5]{display:inline-flex;min-width:0;align-items:center;gap:.45rem;border:var(--hero-badge-border, 1px solid color-mix(in srgb, var(--color-brand-text) 10%, transparent));border-radius:var(--hero-badge-radius, 999px);background:var(--hero-badge-bg, color-mix(in srgb, var(--color-brand-surface, #ffffff) 84%, transparent));color:var(--hero-badge-color, var(--color-brand-text));padding:var(--hero-badge-padding, 6px 10px);font-size:var(--hero-badge-font-size, .86rem);line-height:var(--status-chip-line-height, 1.25);overflow-wrap:anywhere}.hero-badge[data-astro-cid-eeqnnek5]:before{content:"";width:var(--hero-badge-dot-size, .42rem);height:var(--hero-badge-dot-size, .42rem);flex:0 0 auto;border-radius:999px;background:var(--hero-badge-dot-color, var(--color-brand-accent))}.hero-cinematic-motion-ken-burns[data-astro-cid-eeqnnek5] .hero-cinematic-img[data-astro-cid-eeqnnek5]{animation:hero-ken-burns 30s ease-in-out infinite alternate;will-change:transform;transform-origin:center center}@keyframes hero-ken-burns{0%{transform:scale(1) translateZ(0)}to{transform:scale(1.08) translate3d(-1.5%,-1%,0)}}.hero-cinematic-motion-gradient-overlay[data-astro-cid-eeqnnek5] .hero-cinematic-overlay[data-astro-cid-eeqnnek5]{background:linear-gradient(135deg,var(--hero-cinematic-overlay-color, var(--color-brand-secondary, #0a0a0a)) 0%,color-mix(in srgb,var(--color-brand-primary, #1e293b) 70%,var(--hero-cinematic-overlay-color, #0a0a0a)) 50%,var(--hero-cinematic-overlay-color, var(--color-brand-secondary, #0a0a0a)) 100%);background-size:200% 200%;animation:hero-overlay-shift 24s ease-in-out infinite;will-change:background-position}@keyframes hero-overlay-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@supports (animation-timeline: view()){.hero-cinematic-motion-parallax[data-astro-cid-eeqnnek5] .hero-cinematic-img[data-astro-cid-eeqnnek5]{animation:hero-parallax linear both;animation-timeline:view();animation-range:cover 0% cover 100%;will-change:transform}@keyframes hero-parallax{0%{transform:translateY(-6%) scale(1.04)}to{transform:translateY(6%) scale(1.04)}}}@media(prefers-reduced-motion:reduce){.hero-cinematic-motion-ken-burns[data-astro-cid-eeqnnek5] .hero-cinematic-img[data-astro-cid-eeqnnek5],.hero-cinematic-motion-gradient-overlay[data-astro-cid-eeqnnek5] .hero-cinematic-overlay[data-astro-cid-eeqnnek5],.hero-cinematic-motion-parallax[data-astro-cid-eeqnnek5] .hero-cinematic-img[data-astro-cid-eeqnnek5]{animation:none!important}}.hero-gradient[data-astro-cid-eeqnnek5]{position:relative;overflow:hidden;isolation:isolate;background:var(--hero-gradient-bg, linear-gradient( 160deg, color-mix(in srgb, var(--color-brand-accent) 10%, var(--color-brand-bg, #fff)) 0%, color-mix(in srgb, var(--color-brand-primary) 6%, var(--color-brand-bg, #fff)) 45%, var(--color-brand-bg, #fff) 100% ))}.hero-gradient-dark[data-astro-cid-eeqnnek5]{background:var(--hero-gradient-dark-bg, linear-gradient( 160deg, color-mix(in srgb, var(--color-brand-primary) 40%, var(--color-brand-secondary, #0a0a0a)) 0%, color-mix(in srgb, var(--color-brand-accent) 20%, var(--color-brand-secondary, #0a0a0a)) 50%, var(--color-brand-secondary, #0a0a0a) 100% ))}.hero-gradient-content[data-astro-cid-eeqnnek5]{position:relative;z-index:1;text-align:center}.hero-gradient-content[data-astro-cid-eeqnnek5] .layout-reading[data-astro-cid-eeqnnek5]{margin-inline:auto}.hero-gradient-content[data-astro-cid-eeqnnek5] .hero-badge-list[data-astro-cid-eeqnnek5],.hero-gradient-content[data-astro-cid-eeqnnek5] .hero-meta[data-astro-cid-eeqnnek5]{justify-content:center}.hero-gradient[data-astro-cid-eeqnnek5] .hero-gradient-blobs{z-index:0}
