.hero-v3{background:var(--neutral-1000);overflow:visible;z-index:1}.hero-v3,.hero-v3-copy{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}.hero-v3-copy{z-index:2;max-width:1200px;padding:11rem 1.5rem 0;text-align:center;gap:1.25rem}.hero-title{font-family:OldschoolGrotesk,sans-serif;font-weight:900;font-size:clamp(2.4rem,6.5vw,7rem);line-height:.9;letter-spacing:-.04em;color:var(--base-400);max-width:17ch}.hero-sub{font-family:Geist,system-ui,sans-serif;font-size:clamp(1.05rem,1.4vw,1.3rem);font-weight:400;line-height:1.35;color:var(--base-300);max-width:38ch;margin-top:clamp(.75rem,1.4vw,1.5rem)}.hero-cta-wrap{display:flex;gap:.85rem;flex-wrap:wrap;justify-content:center;margin-top:.25rem}.hero-cta{position:relative;display:inline-flex;align-items:center;padding:.85rem 1.6rem;border-radius:14px;background:var(--accent-orange);color:#ffffff;font-family:Geist,system-ui,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;letter-spacing:.01em;border:2px solid var(--base-400);box-shadow:-4px 4px 0 0 var(--base-400);transition:transform .15s ease,box-shadow .15s ease}.hero-cta:hover{transform:translate(-2px,2px);box-shadow:-2px 2px 0 0 var(--base-400)}.hero-cta:active{transform:translate(-4px,4px);box-shadow:0 0 0 0 var(--base-400)}.hero-cta--ghost{background:var(--base-100);color:var(--base-400)}.hero-v3-char{position:relative;z-index:3;width:min(46vw,660px);aspect-ratio:1000/1040;margin:1.5rem auto 0;display:block;overflow:hidden;line-height:0}.hero-v3-char img{width:100%;height:auto;display:block}@media (max-width:900px){.hero-v3-copy{padding-top:8rem}.hero-v3-char{width:72vw}}