:root{--bg: #0a0a0f;--fg: #f5f5f7;--muted: #9aa0a6;--accent: #7c8cff}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--bg)}body{color:var(--fg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;scroll-behavior:smooth;background:transparent;letter-spacing:-.005em}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}*{scrollbar-width:thin;scrollbar-color:#444 transparent}#bg{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;z-index:0;display:block;pointer-events:none}main,.dots{position:relative;z-index:1}main{width:100%}.section{min-height:100vh;display:flex;align-items:center;padding:0 3rem;opacity:1;transform:translateY(0);transition:opacity .8s ease,transform .8s ease}.section.pending{opacity:0;transform:translateY(24px)}.section--centered{flex-direction:column;justify-content:center;text-align:center;padding:0 2rem}.section--left{justify-content:flex-start;padding-left:4rem;padding-right:3rem}.section--right{justify-content:flex-end;padding-left:3rem;padding-right:4rem}@media (min-width: 768px){.section--left{padding-left:5rem}.section--right{padding-right:5rem}}.eyebrow{font-size:.625rem;letter-spacing:.5em;text-transform:uppercase;color:#ffffff80;margin-bottom:1.25rem}h1{font-size:clamp(3rem,8vw,5.5rem);font-weight:300;line-height:1.05;letter-spacing:-.02em}h2{font-size:clamp(2.25rem,5vw,3rem);font-weight:300;line-height:1.1;letter-spacing:-.01em}.dots{position:fixed;right:1.5rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:.75rem;z-index:10}.dots a{width:10px;height:10px;border-radius:50%;background:#fff3;transition:background .3s ease,transform .3s ease}.dots a.active{background:var(--accent);transform:scale(1.4)}#hero h1{margin-top:0}#hero .tagline{margin-top:1.5rem;color:#fff9;font-size:1rem;letter-spacing:.05em}#hero .scroll-cue{margin-top:5rem;font-size:.625rem;letter-spacing:.4em;color:#fff6;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.9}}.skills-grid{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-top:1rem}.skills-grid li{padding:.875rem 1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;text-align:center;font-size:.8125rem;color:#ffffffb3;letter-spacing:.02em}.projects{list-style:none;display:grid;gap:1rem;margin-top:1rem}.projects li{padding:1.25rem 1.5rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.projects h3{margin-bottom:.4rem;font-weight:400;font-size:1.05rem;letter-spacing:-.005em}.projects p{color:#ffffff8c;font-size:.875rem}.contact-heading{margin-top:.25rem;margin-bottom:1.75rem}.contact-form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:28rem;margin:0 auto;text-align:left}.cf-field{display:flex;flex-direction:column;gap:.4rem}.cf-label{font-size:.625rem;letter-spacing:.4em;text-transform:uppercase;color:#000}.cf-field input,.cf-field textarea{width:100%;padding:.7rem .9rem;background:#7e7e7ecc;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#0009;font-family:inherit;font-size:.95rem;letter-spacing:-.005em;transition:border-color .2s ease,background .2s ease}.cf-field input:focus,.cf-field textarea:focus{outline:none;border-color:var(--accent);background:#afafafcc}.cf-field textarea{resize:vertical;min-height:7rem}.cf-field--invalid input,.cf-field--invalid textarea{border-color:#9e9d9db3}.cf-field-error{font-size:.75rem;color:#020202;margin-top:.1rem}.cf-hp{display:none!important}.cf-turnstile{min-height:0}.cf-submit{align-self:center;margin-top:.5rem;padding:.7rem 2rem;background:var(--accent);color:#0a0a0f;border:0;border-radius:8px;font-family:inherit;font-size:.875rem;font-weight:500;letter-spacing:.04em;cursor:pointer;transition:opacity .2s ease,transform .1s ease}.cf-submit:hover{opacity:.9}.cf-submit:active{transform:scale(.98)}.cf-submit:disabled{opacity:.5;cursor:not-allowed}.cf-status{font-size:.8125rem;text-align:center;min-height:1.2em;color:#ffffff8c}.cf-status[data-kind=error]{color:#000}.cf-status[data-kind=success]{color:#8cdca0e6}.cf-success{font-size:1rem;letter-spacing:-.005em;color:#ffffffd9;text-align:center}.waypoint{max-width:28rem}.waypoint .eyebrow{margin-bottom:.75rem;font-size:.625rem;letter-spacing:.4em;color:#fff6}.waypoint .divider{height:1px;width:4rem;background:#ffffff4d;margin:1.5rem 0}.waypoint>p,.waypoint>div+p{color:#ffffff8c;font-size:.875rem;line-height:1.7}
