.hero-title{letter-spacing:-.03em;font-size:clamp(2rem,9vw,8rem);font-weight:900;line-height:.9;font-family:var(--font-serif)}.hero-geometric{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-radio-waves{opacity:.55;position:absolute;inset:0}.hero-dot-grid{opacity:.06;animation:8s ease-in-out infinite alternate heroDotPulse;position:absolute;inset:0}@keyframes heroDotPulse{0%{opacity:.06}to{opacity:.02}}.hero-band{transform-origin:50%;will-change:transform;flex-direction:column;gap:.5rem;width:150%;padding:1.5rem 10% 2rem 32%;animation:.8s .1s both heroFadeIn;display:flex;position:absolute;top:26%;left:-25%;transform:rotate(-8deg)}@keyframes heroFadeIn{0%{opacity:0}to{opacity:1}}.hero-desc{max-width:20rem}@media (min-width:768px){.hero-band{gap:.75rem;padding:2rem 10% 2.5rem 32%;top:22%}.hero-desc{max-width:22rem}}@media (min-width:1024px){.hero-band{gap:1rem;padding:2.5rem 10% 3rem 32%;top:19%}}.hero-desc-fixed{z-index:10;transform-origin:100% 100%;animation:.9s cubic-bezier(.16,1,.3,1) .5s both heroDescEnter;position:fixed;bottom:-2rem;right:1.5rem}@keyframes heroDescEnter{0%{opacity:0;transform:translateY(140px)rotate(8deg)}to{opacity:1;transform:translateY(0)rotate(-2deg)}}.hero-desc-shape{background:#8eb3c7;flex-direction:column;gap:1.25rem;max-width:24rem;padding:1.75rem 2rem 3rem;display:flex;position:relative}.hero-desc-shape:before{content:"";border-top:1px solid var(--primary-foreground);border-left:1px solid var(--primary-foreground);opacity:.35;width:10px;height:10px;position:absolute;top:0;left:0}.hero-desc-shape:after{content:"";border-bottom:1px solid var(--primary-foreground);border-right:1px solid var(--primary-foreground);opacity:.35;width:10px;height:10px;position:absolute;bottom:0;right:0}@media (max-width:640px){.hero-desc-fixed{bottom:-1.5rem;right:1rem}.hero-desc-shape{max-width:calc(100vw - 2rem);padding:1.25rem 1.25rem 2.5rem}}.scroll-top-btn{z-index:50;width:36px;height:36px;font-family:var(--font-mono),monospace;border:1px solid var(--primary);background:var(--background);color:var(--primary);cursor:pointer;justify-content:center;align-items:center;font-size:1rem;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1),background .2s,color .2s;display:flex;position:fixed;top:1.5rem;left:1.5rem}.scroll-top-btn:hover{background:var(--primary);color:var(--primary-foreground)}
