.landing{position:relative;z-index:1;min-height:100dvh;display:flex;flex-direction:column}.landing__nav{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);max-width:72rem;width:100%;margin:0 auto;padding:var(--space-5) var(--space-5) 0}.landing__navlinks{display:flex;align-items:center;gap:var(--space-2)}.landing__main{flex:1;max-width:72rem;width:100%;margin:0 auto;padding:var(--space-5)}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--space-8);align-items:center;padding:var(--space-8) 0 var(--space-10)}.hero__copy{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-4)}.hero__title{font-size:clamp(2.5rem,6vw,4.25rem);font-weight:470;max-width:12ch}.hero__lede{font-size:var(--text-md);color:var(--muted);max-width:46ch;line-height:1.6;text-wrap:pretty}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-2)}.hero__welcome{font-size:var(--text-xs);color:var(--muted)}.hero__art{position:relative}.heromotif{width:100%;height:auto;filter:drop-shadow(0 24px 40px oklch(.215 .028 264 / .1))}.hero__copy>*{animation:hero-rise .55s var(--ease-out) both}.hero__copy>*:nth-child(2){animation-delay:.07s}.hero__copy>*:nth-child(3){animation-delay:.14s}.hero__copy>*:nth-child(4){animation-delay:.21s}.hero__copy>*:nth-child(5){animation-delay:.26s}.hero__art{animation:hero-rise .65s var(--ease-out) .18s both}@keyframes hero-rise{0%{opacity:0;transform:translateY(14px)}}@media(prefers-reduced-motion:reduce){.hero__copy>*,.hero__art{animation:none}}.steps{padding:var(--space-8) 0;border-top:1.5px solid var(--hairline)}.steps__list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6)}.step{display:flex;flex-direction:column;gap:var(--space-2)}.step__n{font-size:var(--text-lg);color:var(--accent-ink);font-weight:500}.step__title{font-family:var(--font-display);font-size:var(--text-xl);font-weight:480;letter-spacing:-.015em}.step__body{color:var(--muted);line-height:1.6;max-width:34ch;text-wrap:pretty}.cta{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-5);padding:var(--space-10) 0;border-top:1.5px solid var(--hairline)}.cta__title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:460;max-width:18ch}.landing__footer{border-top:1.5px solid var(--hairline);max-width:72rem;width:100%;margin:0 auto;padding:var(--space-5);display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.landing__footnote{font-size:var(--text-xs);color:var(--muted)}@media(max-width:860px){.hero{grid-template-columns:1fr;gap:var(--space-6);padding:var(--space-6) 0 var(--space-8)}.hero__art{order:-1;max-width:26rem}.steps__list{grid-template-columns:1fr;gap:var(--space-5)}.landing__nav{padding-top:calc(var(--space-4) + env(safe-area-inset-top))}}@media(max-width:520px){.landing__footer{flex-direction:column;align-items:flex-start;gap:var(--space-2)}}
