.hero{background:var(--bg-primary);justify-content:center;align-items:center;width:100%;height:70vh;min-height:500px;max-height:700px;margin-top:60px;display:flex;position:relative;overflow:hidden}.hero__matrix{pointer-events:none;will-change:transform;flex-direction:column;justify-content:center;gap:0;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.hero__matrix-row{white-space:nowrap;letter-spacing:.3em;color:var(--hero-matrix-color);-webkit-user-select:none;user-select:none;font-size:clamp(14px,2.2vw,22px);font-weight:300;line-height:2.2;transition:color .3s}.hero__matrix-row--alt{padding-left:8vw}.hero__matrix--layer2{opacity:.5}.hero__matrix--layer2 .hero__matrix-row{padding-left:4vw}.hero__spotlight{pointer-events:none;z-index:1;opacity:0;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.hero:hover .hero__spotlight{opacity:1}.hero__content{z-index:2;text-align:center;padding:0 24px;position:relative}.hero__title{letter-spacing:.08em;color:var(--text-primary);margin-bottom:12px;font-size:clamp(40px,7vw,80px);font-weight:300;line-height:1.1;transition:color .3s}.hero__subtitle{letter-spacing:.25em;color:var(--text-secondary);text-transform:uppercase;margin-bottom:24px;font-size:clamp(14px,2vw,18px);font-weight:300}.hero__desc{color:var(--text-tertiary);letter-spacing:.05em;font-size:clamp(13px,1.5vw,15px);font-weight:300}.hero:after{content:"";background:var(--hero-gradient);pointer-events:none;z-index:1;width:100%;height:120px;position:absolute;bottom:0;left:0}@media (width<=768px){.hero{height:55vh;min-height:400px}.hero__matrix-row{letter-spacing:.2em;font-size:12px}}.intro{z-index:9999;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .8s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;overflow:hidden}.intro.is-done{opacity:0;pointer-events:none}.intro__bg{background:#0a0a0b;width:100%;height:100%;position:absolute;top:0;left:0}.intro__line{z-index:2;background:linear-gradient(90deg,#0000,#4a9eff99,#0000);width:0;height:1px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.intro__line.animate{animation:1.2s cubic-bezier(.25,.46,.45,.94) forwards scanLine}@keyframes scanLine{0%{width:0;left:50%}50%{width:100%;left:0}to{width:0;left:50%}}.intro__center{z-index:3;text-align:center;position:relative}.intro__chars{justify-content:center;gap:8px;margin-bottom:16px;display:flex;overflow:hidden}.intro__char{letter-spacing:.15em;color:#ffffffe6;opacity:0;font-size:clamp(36px,6vw,64px);font-weight:300;transition:opacity .6s,transform .6s cubic-bezier(.25,.46,.45,.94);position:relative;transform:translateY(40px)}.intro__char.is-revealed{opacity:1;transform:translateY(0)}.intro__char:before{content:attr(data-glitch);color:#4a9eff80;opacity:1;width:100%;height:100%;transition:opacity .1s;position:absolute;top:0;left:0}.intro__char.is-revealed:before{opacity:0}.intro__en{letter-spacing:.35em;color:#ffffff4d;opacity:0;font-size:clamp(11px,1.4vw,14px);font-weight:300;transition:opacity .8s 50ms,transform .8s 50ms;transform:translateY(10px)}.intro__en.is-revealed{opacity:1;transform:translateY(0)}.intro__tagline{letter-spacing:.1em;color:#ffffff26;opacity:0;margin-top:20px;font-size:clamp(11px,1.2vw,13px);font-weight:300;transition:opacity 1s .3s}.intro__tagline.is-revealed{opacity:1}.intro__grid{z-index:1;pointer-events:none;justify-content:space-evenly;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.intro__grid-line{background:#4a9eff0f;width:1px;height:0;transition:height 1.5s cubic-bezier(.25,.46,.45,.94)}.intro__grid-line.is-drawn{height:100%}.intro__center:after{content:"";opacity:0;background:#4a9eff99;border-radius:50%;width:4px;height:4px;transition:opacity .6s .6s;position:absolute;bottom:-60px;left:50%;transform:translate(-50%);box-shadow:0 0 20px #4a9eff66}.intro__center.is-revealed:after{opacity:1}.intro.is-exiting{animation:.9s cubic-bezier(.4,0,.2,1) forwards introExit}@keyframes introExit{0%{opacity:1;filter:blur()}40%{opacity:1;filter:blur()}to{opacity:0;filter:blur(8px);pointer-events:none}}
