:root{--ink:#15151d;--cream:#fffaf0;--purple:#7557ff;--pink:#ff4f9a;--lime:#c8ff4d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif}main{min-height:100vh;position:relative;overflow:hidden;padding:0 7vw;display:flex;flex-direction:column}nav{height:96px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.logo,.nav-link{color:inherit;text-decoration:none}.logo{font-size:1.2rem;font-weight:900;letter-spacing:-.04em}.logo span{color:var(--pink)}.nav-link{font-size:.85rem;font-weight:800;border-bottom:2px solid var(--ink);padding-bottom:4px}.hero{flex:1;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;padding:6vh 0 10vh}.eyebrow{display:flex;align-items:center;gap:10px;font-size:.72rem;font-weight:900;letter-spacing:.22em;margin:0 0 24px}.eyebrow span{width:28px;height:5px;background:var(--lime);border:1px solid var(--ink)}h1{margin:0;max-width:1000px;font-size:clamp(3.5rem,8vw,7.5rem);line-height:.88;letter-spacing:-.075em;font-weight:900}h1 em{color:var(--purple);font-style:normal;-webkit-text-stroke:1px var(--ink);text-shadow:5px 5px 0 var(--lime)}.intro{max-width:630px;margin:42px 0 28px;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.65;font-weight:600}.skills{display:flex;flex-wrap:wrap;gap:10px}.skills span{border:2px solid var(--ink);border-radius:999px;padding:9px 15px;background:#fff;font-size:.76rem;font-weight:900;box-shadow:3px 3px 0 var(--ink)}footer{position:relative;z-index:2;border-top:2px solid var(--ink);padding:18px 0 24px;display:flex;justify-content:space-between;gap:20px;font-size:.75rem;font-weight:800}footer p{margin:0}.orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{width:310px;height:310px;right:-90px;top:16%;background:var(--pink);opacity:.9}.orb-two{width:150px;height:150px;right:20%;bottom:8%;background:var(--lime);border:2px solid var(--ink)}@media(max-width:700px){main{padding:0 24px}nav{height:76px}.hero{padding:6vh 0 8vh}h1{font-size:clamp(3rem,15vw,5rem)}.intro{margin-top:34px}.orb-one{width:190px;height:190px;right:-100px;top:12%}.orb-two{width:90px;height:90px;right:-30px;bottom:12%}footer{flex-direction:column}}@media(prefers-reduced-motion:no-preference){.orb-one{animation:float 7s ease-in-out infinite}.orb-two{animation:float 5s ease-in-out infinite reverse}@keyframes float{50%{transform:translateY(-18px) rotate(8deg)}}}
