.hero{min-height:100dvh;padding:calc(var(--nav-height) + 80px) var(--container-padding-x) 120px;background:var(--ink);isolation:isolate;align-items:center;display:flex;position:relative;overflow:hidden}.hero__glow{aspect-ratio:1;background:radial-gradient(circle, var(--blue-soft) 0%, transparent 60%);pointer-events:none;z-index:0;filter:blur(1px);opacity:0;width:min(900px,90vw);animation:heroGlowIn 1.4s .2s var(--ease-out) forwards, heroGlowDrift 14s 1.6s ease-in-out infinite;position:absolute;top:30%;left:-8%}@keyframes heroGlowIn{to{opacity:1}}@keyframes heroGlowDrift{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-24px)scale(1.06)}66%{transform:translate(-32px,18px)scale(.96)}}.hero__content{z-index:1;width:100%;max-width:var(--max-width);margin:0 auto;position:relative}.hero__eyebrow{font-family:var(--font-mono);font-size:var(--fs-eyebrow);letter-spacing:.06em;color:var(--blue-light);opacity:0;transition:opacity .8s var(--ease-out-expo), transform .8s var(--ease-out-expo);align-items:center;gap:8px;margin-bottom:36px;font-weight:500;display:inline-flex;transform:translateY(24px)}.hero__eyebrow-mark{color:var(--blue)}.hero__headline{font-family:var(--font-sans);font-weight:500;font-size:var(--fs-display);letter-spacing:-.04em;color:var(--text);max-width:16ch;margin:0 0 44px;line-height:.95}.hero__line{opacity:0;transition:opacity var(--reveal-duration-hero) var(--ease-out-expo), transform var(--reveal-duration-hero) var(--ease-out-expo);will-change:transform, opacity;display:block;transform:translateY(56px)}.hero__headline em{font-family:var(--font-serif);color:var(--text);font-style:italic;font-weight:400}.hero__highlight{color:var(--blue);text-shadow:0 0 40px var(--blue-glow);animation:4s ease-in-out 2s infinite heroHighlightPulse}@keyframes heroHighlightPulse{0%,to{text-shadow:0 0 40px var(--blue-glow)}50%{text-shadow:0 0 60px #2b4effb3}}.hero__period{font-family:var(--font-mono);color:var(--blue);font-weight:400}.hero__ctas{opacity:0;transition:opacity .8s var(--ease-out-expo), transform .8s var(--ease-out-expo);flex-wrap:wrap;gap:14px;display:flex;transform:translateY(24px)}.hero__content.is-visible .hero__eyebrow{opacity:1;transition-delay:.2s;transform:translateY(0)}.hero__content.is-visible .hero__line{opacity:1;transform:translateY(0)}.hero__content.is-visible .hero__line:first-child{transition-delay:.36s}.hero__content.is-visible .hero__line:nth-child(2){transition-delay:.54s}.hero__content.is-visible .hero__line:nth-child(3){transition-delay:.72s}.hero__content.is-visible .hero__ctas{opacity:1;transition-delay:1s;transform:translateY(0)}.hero__meta{right:var(--container-padding-x);font-family:var(--font-mono);letter-spacing:.2em;color:var(--text-faint);z-index:1;flex-direction:column;align-items:center;gap:12px;font-size:10px;display:flex;position:absolute;bottom:56px}.hero__meta-line{background:linear-gradient(to bottom, var(--blue) 0%, var(--text-faint) 40%, transparent 100%);width:1px;height:56px;position:relative;overflow:hidden}.hero__meta-line:after{content:"";background:linear-gradient(to bottom, transparent 0%, var(--blue) 50%, transparent 100%);animation:2.4s ease-in-out infinite heroScrollCue;position:absolute;inset:0}@keyframes heroScrollCue{0%{opacity:0;transform:translateY(-100%)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:translateY(100%)}}@media (max-width:880px){.hero{padding:calc(var(--nav-height) + 48px) var(--container-padding-x) 88px}.hero__headline{max-width:14ch}.hero__meta{display:none}}@media (max-width:480px){.hero__ctas .ui-btn{width:100%}}
