.hero{padding-top:calc(var(--section-padding) + 32px);padding-bottom:80px;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.hero__bg{position:absolute;top:-20%;right:0;bottom:-20%;left:0;background:url(/background.webp) center center / cover no-repeat;background-attachment:fixed;z-index:0}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#14141666,#14141699,#141416);z-index:1}.hero>.container{position:relative;z-index:2}@supports not (background-attachment: fixed){.hero__bg{background-attachment:scroll}}.hero .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:36px}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeIn{0%{opacity:0}to{opacity:1}}.hero .eyebrow{animation:heroFadeUp .7s ease-out .2s both}.hero__headline{color:var(--accent-primary);text-shadow:2px 2px 0 var(--accent-pink);animation:heroFadeUp .8s ease-out .35s both;font-size:80px;line-height:84px;max-width:900px}.hero__headline:before,.hero__headline:after{content:attr(data-text);position:absolute;top:0;left:0;right:0;pointer-events:none;opacity:.35}.hero__headline:before{color:var(--accent-pink);transform:translate(-2px,1px);z-index:-1}.hero__headline:after{color:var(--accent-blue);transform:translate(2px,-1px);z-index:-1}.hero__sub{color:var(--text-secondary);max-width:640px;animation:heroFadeUp .8s ease-out .55s both}.hero__actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;animation:heroFadeUp .8s ease-out .75s both}.hero__bg{animation:heroBgDrift 20s ease-in-out infinite alternate}@keyframes heroBgDrift{0%{transform:scale(1) translateY(0)}to{transform:scale(1.05) translateY(-2%)}}.manifesto .container{display:flex;flex-direction:column;align-items:center;gap:64px}.manifesto__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--grid-gap)}.manifesto-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:40px;border:none;background:var(--bg-primary);position:relative;transition:background .2s}.manifesto-card:hover{background:#14141699}.manifesto-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;opacity:0;transition:opacity .2s}.manifesto-card:hover:before{opacity:1}.manifesto-card:nth-child(1):before{background:var(--accent-primary)}.manifesto-card:nth-child(2):before{background:var(--accent-blue)}.manifesto-card:nth-child(3):before{background:var(--accent-pink)}.manifesto-card__number{font-family:Tektur,sans-serif;font-weight:600;font-size:64px;line-height:1;letter-spacing:-.04em;margin-bottom:-8px}.manifesto-card:nth-child(1) .manifesto-card__number{color:#fec40026}.manifesto-card:nth-child(2) .manifesto-card__number{color:#106cea26}.manifesto-card:nth-child(3) .manifesto-card__number{color:#f83a8726}.manifesto-card__eyebrow{display:inline-block;font-family:Geist Mono,monospace;font-weight:700;font-size:10px;line-height:18px;letter-spacing:.14em;text-transform:uppercase;padding:4px 8px}.manifesto-card:nth-child(1) .manifesto-card__eyebrow{background:#fec4001a;color:var(--accent-primary)}.manifesto-card:nth-child(2) .manifesto-card__eyebrow{background:#106cea1a;color:var(--accent-blue)}.manifesto-card:nth-child(3) .manifesto-card__eyebrow{background:#f83a871a;color:var(--accent-pink)}.manifesto-card__desc{color:var(--text-secondary);font-size:14px;line-height:1.7}.join .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:64px}.join__actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease-out,transform .6s ease-out}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-group .reveal:nth-child(2){transition-delay:.1s}.reveal-group .reveal:nth-child(3){transition-delay:.2s}@media(max-width:1024px){.hero__headline{font-size:60px;line-height:64px}.h2{font-size:48px;line-height:52px}.manifesto__grid{grid-template-columns:1fr;max-width:560px;margin:0 auto}}@media(max-width:640px){.h1{font-size:40px;line-height:42px}.h2{font-size:32px;line-height:36px}.h3{font-size:24px;line-height:30px}.paragraph-xl{font-size:16px;line-height:26px}.section{padding:64px 16px}.nav__links{display:none}.hero__headline{font-size:44px;line-height:48px}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%}.join__actions{flex-direction:column}.join__actions .btn{width:100%}}
