.home-root:before{content:"";position:fixed;inset:0 0 auto 0;z-index:50;height:6.5rem;pointer-events:none;background:color-mix(in srgb,var(--color-paper) 72%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);-webkit-mask-image:linear-gradient(180deg,#000 45%,transparent);mask-image:linear-gradient(180deg,#000 45%,transparent)}@media (min-width:768px){.home-root:before{height:8rem}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .9s var(--ease-out-expo),transform .9s var(--ease-out-expo);will-change:opacity,transform}.reveal.in{opacity:1;transform:translateY(0)}@supports (animation-timeline:view()){.reveal{animation:homeRevealIn linear both;animation-timeline:view();animation-range:entry 5% entry 100%}}@keyframes homeRevealIn{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}.hero-intro{opacity:0;animation:homeHeroIntro 1s var(--ease-out-expo) forwards}.hero-inner>.hero-intro:first-child{animation-delay:60ms}.hero-inner>.hero-intro:nth-child(2){animation-delay:.14s}.hero-inner>.hero-intro:nth-child(3){animation-delay:.26s}.hero-inner>.hero-intro:nth-child(4){animation-delay:.36s}@keyframes homeHeroIntro{0%{opacity:0;transform:translate3d(0,28px,0)}to{opacity:1;transform:translateZ(0)}}.hp-label:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--label-accent,var(--color-ink-mute));box-shadow:0 0 0 4px color-mix(in srgb,var(--label-accent,transparent) 18%,transparent)}.hp-text-link:after{content:"→";transition:transform .26s var(--ease-out-expo)}.hp-text-link:hover:after{transform:translateX(3px)}.hp-dotted-list li+li:before,.hp-hero-meta span+span:before{content:"";width:3px;height:3px;border-radius:50%;background:var(--color-line-strong)}.hp-link{transition:transform .3s var(--ease-out-expo),background .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease,opacity .3s ease}.hp-link:hover{transform:translateY(-3px);background:var(--color-ink);color:var(--color-paper);border-color:var(--color-ink);box-shadow:0 12px 28px color-mix(in srgb,var(--color-ink) 15%,transparent)}.hp-link:active{transform:translateY(-1px) scale(.97);transition-duration:.1s}.hp-link:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.hp-link-primary:hover{background:var(--color-ink);opacity:.92;box-shadow:0 14px 32px color-mix(in srgb,var(--color-c-blue) 22%,transparent)}@media (prefers-reduced-motion:reduce){.home-root{scroll-behavior:auto}.reveal{transform:none;transition:none}.hero-intro,.reveal{opacity:1;animation:none}.hp-link,.hp-link-primary,.hp-nav-link,.hp-text-link,.hp-text-link:after{transition:none}.hp-link-primary:hover,.hp-link:active,.hp-link:hover,.hp-text-link:hover:after{transform:none}}