:root{--black:#050608;--ink:#f7f8ff;--muted:#9aa6b2;--blue:#1263ad;--yellow:#faf30e}*{box-sizing:border-box}html{background:var(--black);min-height:100%}body{min-height:100vh;color:var(--ink);background:radial-gradient(circle at 18% 20%,#1263ad2e,#0000 28rem),linear-gradient(135deg,#050608 0%,#0a0d12 58%,#050608 100%);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}.page-shell{place-items:center;min-height:100vh;padding:2rem;display:grid}.calling-card{width:min(100%,56rem)}.mark{gap:.45rem;margin-bottom:2.25rem;display:flex}.mark span{border-radius:999px;height:.35rem;display:block}.mark span:first-child{background:var(--blue);width:3.5rem}.mark span:last-child{background:var(--yellow);width:1.4rem}h1{color:var(--ink);margin:0;font-size:clamp(3.8rem,11vw,7.5rem);font-weight:800;line-height:.86}.tagline{max-width:31rem;color:var(--muted);margin:1.35rem 0 0;font-size:clamp(1.1rem,3vw,1.45rem);line-height:1.45}.links{flex-wrap:wrap;gap:.8rem;margin-top:2.4rem;display:flex}.links a,.email{background:#ffffff09;border:1px solid #f7f8ff21;border-radius:999px;text-decoration:none;transition:border-color .18s,color .18s,transform .18s,background .18s;position:relative}.links a{padding:.8rem 1rem;font-size:.95rem;font-weight:700}.links a:hover,.email:hover{color:var(--yellow);background:#1263ad38;border-color:#faf30ebf;transform:translateY(-2px)}.links a:focus-visible,.email:focus-visible{outline:2px solid var(--yellow);outline-offset:4px}.email{color:var(--muted);margin-top:.9rem;padding:.72rem .9rem;font-size:.9rem;display:inline-flex}@media (max-width:520px){.page-shell{place-items:center start;min-height:100svh;padding:1.35rem}.mark{margin-bottom:1.8rem}h1{font-size:clamp(3.35rem,18vw,4.45rem)}.tagline{margin-top:1.1rem}.links{flex-direction:column;align-items:stretch;margin-top:2rem}.links a,.email{text-align:center;justify-content:center}}
