:root{--ground:#061426;--light:#f2f8ff;--dim:#9fc3e8;--accent:#ffb43a;--font-sans:"Archivo", "Helvetica Neue", arial, sans-serif;--stretch-display:122%;--stretch-label:82%;--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2.5rem;--space-5:4rem;--band-pad:clamp(1.25rem, 4vw, 3.5rem);--horizon:28.8dvh;--ease-settle:cubic-bezier(.16, 1, .3, 1)}@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:62% 125%;font-display:swap;src:url(/assets/archivo-latin-var-DXrUVZxZ.woff2)format("woff2")}*,:before,:after{box-sizing:border-box}html{height:100%}body{background:var(--ground);min-height:100svh;color:var(--light);font-family:var(--font-sans);flex-direction:column;margin:0;font-size:1rem;line-height:1.5;display:flex;overflow-x:hidden}#sea{opacity:0;width:100%;height:100%;transition:opacity 1.2s var(--ease-settle);position:fixed;inset:0}#sea.is-live{opacity:1}@media (prefers-reduced-motion:reduce){#sea{transition:none}}.hero{z-index:1;flex:1;align-items:center;display:flex;position:relative}.rise{height:var(--horizon);padding-inline:var(--band-pad);pointer-events:none;align-items:flex-end;display:flex;position:fixed;inset:0 0 auto;overflow:hidden}.hero-inner{padding:var(--band-pad);margin-top:calc(var(--horizon) / 2);animation:settle 1s var(--ease-settle) .18s backwards;text-shadow:0 1px 3px #020c1c73,0 2px 22px #020c1c8c}.hero-name{font-size:clamp(3rem,9.5vw,6rem);font-weight:720;font-stretch:var(--stretch-display);letter-spacing:-.025em;margin:0;line-height:.95}.rise .hero-name{animation:rise-up 1.8s var(--ease-settle) backwards;text-shadow:0 1px 3px #020c1c73,0 2px 22px #020c1c8c;transform:translateY(20%)}.hero-line{margin:var(--space-3) 0 0;font-size:clamp(1.125rem,2vw,1.3125rem);font-weight:400}.hello{margin-top:var(--space-3);color:var(--light);border-bottom:4px solid var(--accent);transition:background-color .25s var(--ease-settle), color .25s var(--ease-settle);padding:.1em .15em .2em 0;font-size:clamp(1.125rem,2vw,1.375rem);font-weight:620;text-decoration:none;display:inline-block}.hello:hover{background-color:var(--accent);color:var(--ground)}.hello:focus-visible{outline:3px solid var(--light);outline-offset:3px}.footer{z-index:1;position:relative}.footer-line{padding:.8rem var(--band-pad) 1rem;justify-content:space-between;gap:var(--space-2);color:var(--dim);font-size:.75rem;font-weight:600;font-stretch:var(--stretch-label);letter-spacing:.08em;text-transform:uppercase;text-shadow:0 1px 12px #091e3480;margin:0;display:flex}@keyframes settle{0%{transform:translateY(16px)scale(.97)}}@keyframes rise-up{0%{transform:translateY(105%)}}@media (prefers-reduced-motion:reduce){.hero-inner,.rise .hero-name{animation:none}.hello{transition:none}}@media (width<=720px){.hero-name{font-size:clamp(2.25rem,10.5vw,3.6rem);font-stretch:108%}.footer-line{flex-direction:column;gap:.15rem}}
