.image-stage{position:relative;isolation:isolate;min-height:var(--stage-min-h, 92svh);overflow:hidden;color:var(--fg);--accent: rgb(var(--accent-rgb))}.image-stage__img{position:absolute;inset:0;background-size:cover;background-position:calc(var(--focal-x, .5) * 100%) calc(var(--focal-y, .5) * 100%);background-repeat:no-repeat;z-index:0}.image-stage__veil{position:absolute;inset:0;z-index:1;pointer-events:none}.image-stage__veil--left{background:var(--veil-left)}.image-stage__veil--right{background:var(--veil-right)}.image-stage__veil--top{background:var(--veil-top)}.image-stage__veil--bottom{background:var(--veil-bottom)}.image-stage__veil--center-glow{background:var(--veil-center-glow, none);mix-blend-mode:screen;animation:image-stage-pulse 5.6s var(--ease, cubic-bezier(.22, 1, .36, 1)) infinite}@keyframes image-stage-pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@media(prefers-reduced-motion:reduce){.image-stage__veil--center-glow{animation:none;opacity:.7}}.image-stage__zone{position:absolute;z-index:2;display:flex;flex-direction:column;justify-content:center}.image-stage__zone--headline{left:calc(var(--safe-headline-x, .06) * 100%);top:calc(var(--safe-headline-y, .12) * 100%);width:calc(var(--safe-headline-w, .38) * 100%);height:calc(var(--safe-headline-h, .34) * 100%);justify-content:flex-start}.image-stage__zone--subheadline{left:calc(var(--safe-subheadline-x, .06) * 100%);top:calc(var(--safe-subheadline-y, .45) * 100%);width:calc(var(--safe-subheadline-w, .42) * 100%);height:calc(var(--safe-subheadline-h, .18) * 100%);justify-content:flex-start}.image-stage__zone--cta{left:calc(var(--safe-cta-x, .06) * 100%);top:calc(var(--safe-cta-y, .66) * 100%);width:calc(var(--safe-cta-w, .34) * 100%);height:calc(var(--safe-cta-h, .12) * 100%);justify-content:flex-start}.image-stage__zone--widget{left:calc(var(--safe-ai_widget-x, .62) * 100%);top:calc(var(--safe-ai_widget-y, .18) * 100%);width:calc(var(--safe-ai_widget-w, .3) * 100%);height:calc(var(--safe-ai_widget-h, .48) * 100%);justify-content:flex-start}.image-stage__zone--text-block{left:calc(var(--safe-text_block-x, .08) * 100%);top:calc(var(--safe-text_block-y, .46) * 100%);width:calc(var(--safe-text_block-w, .36) * 100%);height:calc(var(--safe-text_block-h, .28) * 100%);justify-content:flex-start}.image-stage__zone--secondary{left:calc(var(--safe-secondary_widget-x, .62) * 100%);top:calc(var(--safe-secondary_widget-y, .3) * 100%);width:calc(var(--safe-secondary_widget-w, .3) * 100%);height:calc(var(--safe-secondary_widget-h, .4) * 100%);justify-content:flex-start}.image-stage__zone--footer-headline{left:calc(var(--safe-footer_headline-x, .1) * 100%);top:calc(var(--safe-footer_headline-y, .1) * 100%);width:calc(var(--safe-footer_headline-w, .38) * 100%);height:calc(var(--safe-footer_headline-h, .22) * 100%);justify-content:flex-start}.image-stage__zone--footer-text{left:calc(var(--safe-footer_text-x, .1) * 100%);top:calc(var(--safe-footer_text-y, .34) * 100%);width:calc(var(--safe-footer_text-w, .36) * 100%);height:calc(var(--safe-footer_text-h, .2) * 100%);justify-content:flex-start}.image-stage__zone--footer-cta{left:calc(var(--safe-footer_cta-x, .1) * 100%);top:calc(var(--safe-footer_cta-y, .58) * 100%);width:calc(var(--safe-footer_cta-w, .3) * 100%);height:calc(var(--safe-footer_cta-h, .12) * 100%);justify-content:flex-start}.image-stage__zone--footer-nav{left:calc(var(--safe-footer_nav-x, .62) * 100%);top:calc(var(--safe-footer_nav-y, .58) * 100%);width:calc(var(--safe-footer_nav-w, .28) * 100%);height:calc(var(--safe-footer_nav-h, .24) * 100%);justify-content:flex-start}@supports (animation-timeline: view()){.image-stage--parallax .image-stage__img{animation:image-stage-parallax linear both;animation-timeline:view();animation-range:cover 0% cover 100%;transform-origin:calc(var(--focal-x, .5) * 100%) calc(var(--focal-y, .5) * 100%)}}@keyframes image-stage-parallax{0%{transform:scale(1.04)}to{transform:scale(1.18)}}.image-stage__debug-overlay{position:absolute;inset:0;z-index:99;pointer-events:none;display:none}.image-stage--debug .image-stage__debug-overlay{display:block}.image-stage__debug-rect{position:absolute;border:1px dashed currentColor}.image-stage__debug-rect:after{content:attr(data-label);position:absolute;top:-18px;left:0;font-family:var(--font-mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;background:#02080cd9;padding:2px 6px;color:currentColor;white-space:nowrap}.image-stage__debug-rect--safe{color:rgb(var(--accent-rgb));background:rgb(var(--accent-rgb),.04)}.image-stage__debug-rect--nogo{color:oklch(72% .22 25);background:oklch(72% .22 25 / .1);border-style:solid}.image-stage__debug-focal{position:absolute;width:12px;height:12px;transform:translate(-50%,-50%);background:rgb(var(--accent-rgb));border-radius:50%;box-shadow:0 0 24px rgb(var(--accent-rgb)),0 0 0 1px #0006}.image-stage__debug-focal:after{content:attr(data-label);position:absolute;top:16px;left:16px;font-family:var(--font-mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;background:#02080cd9;color:rgb(var(--accent-rgb));padding:2px 6px;white-space:nowrap}@media(max-width:1023px){.image-stage__img{background-position:calc(var(--mobile-focus-x, var(--focal-x)) * 100%) calc(var(--mobile-focus-y, var(--focal-y)) * 100%)}}@media(max-width:720px){.image-stage{min-height:auto;padding:clamp(96px,18vh,140px) clamp(20px,5vw,32px) clamp(48px,10vh,72px);display:flex;flex-direction:column;gap:clamp(20px,4vh,36px)}.image-stage__zone{position:static;width:100%;height:auto;left:auto;top:auto;max-width:640px}.image-stage__zone--headline{left:calc(var(--m-safe-headline-x, var(--safe-headline-x, .06)) * 0%)}.image-stage__zone--widget{order:99}}
