:root{--ink: #f8fafc;--ink-soft: #cbd5e1;--muted: #94a3b8;--bg: #0b0f16;--surface: #121826;--surface-2: #161d2d;--line: #253044;--accent-chat: #4ade80;--accent-portfolio: #fbbf24;--accent-resume: #60a5fa}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;font-feature-settings:"ss01","cv11";overflow-x:hidden}.skip-link{position:absolute;left:-9999px;top:0;padding:.5rem 1rem;background:#000;color:#fff;z-index:1000}.skip-link:focus{left:.5rem;top:.5rem}.top-controls{position:fixed;top:1rem;right:1rem;z-index:100;display:flex;align-items:center;gap:.5rem}a{color:inherit}:focus-visible{outline:2px solid var(--accent-resume);outline-offset:3px;border-radius:4px}main{max-width:1120px;margin:0 auto;padding:0 1.5rem 3rem}.hero{min-height:100svh;display:flex;flex-direction:column;justify-content:center;padding:5rem 0 2rem}.hero-inner{display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center;width:100%}.eyebrow{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin:0 0 1rem}.hero h1{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.05;letter-spacing:-.02em;font-weight:700;margin:0 0 .5rem}.role{font-size:clamp(1rem,2vw,1.15rem);font-weight:500;color:var(--accent-resume);margin:0 0 1.25rem}.tagline{font-size:clamp(1.05rem,2.1vw,1.3rem);line-height:1.45;color:var(--ink);margin:0 0 1rem;max-width:34ch}.intro{color:var(--ink-soft);margin:0;max-width:54ch}.hero-photo{position:relative;display:flex;justify-content:center}.hero-photo:before{content:"";position:absolute;inset:-8% -6% 6%;background:radial-gradient(ellipse 60% 55% at 50% 45%,rgba(96,165,250,.16) 0%,rgba(96,165,250,.05) 45%,transparent 72%);z-index:0}.hero-photo img{position:relative;z-index:1;width:100%;max-width:360px;height:auto;filter:drop-shadow(0 24px 48px rgba(0,0,0,.55))}.door-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2.5rem}.door{display:inline-flex;align-items:center;gap:.6rem;min-height:48px;padding:.6rem 1.1rem .6rem .75rem;background:var(--surface);border:1px solid var(--line);border-radius:24px;text-decoration:none;cursor:pointer;font-size:.95rem;font-weight:600;color:var(--ink);transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.door:hover,.door:focus-visible{transform:translateY(-2px);background:var(--surface-2)}@media (prefers-reduced-motion: reduce){.door:hover,.door:focus-visible{transform:none}}.door[data-accent=chat]:hover{border-color:var(--accent-chat)}.door[data-accent=portfolio]:hover{border-color:var(--accent-portfolio)}.door[data-accent=resume]:hover{border-color:var(--accent-resume)}.door-mark{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:#ffffff0d;flex:none}.door-mark svg{width:19px;height:19px}.door[data-accent=chat] .door-mark{color:var(--accent-chat)}.door[data-accent=portfolio] .door-mark{color:var(--accent-portfolio)}.door[data-accent=resume] .door-mark{color:var(--accent-resume)}.door-arrow{width:15px;height:15px;flex:none;color:var(--muted);transition:transform .2s ease,color .2s ease}.door:hover .door-arrow{transform:translate(3px);color:var(--ink)}@media (prefers-reduced-motion: reduce){.door:hover .door-arrow{transform:none}}.proof{list-style:none;margin:2.25rem 0 0;padding:1.5rem 0 0;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.proof li{display:flex;flex-direction:column;gap:.15rem}.proof-value{font-family:Playfair Display,Georgia,serif;font-size:1.9rem;font-weight:700;line-height:1;color:var(--ink);font-variant-numeric:tabular-nums}.proof-label{font-size:.74rem;line-height:1.35;color:var(--muted)}.reveal-pending{opacity:0;transform:translateY(14px)}.reveal-in{opacity:1;transform:none;transition:opacity .5s ease-out,transform .5s ease-out}@media (max-width: 900px){.hero-inner{grid-template-columns:1fr;gap:2rem}.hero-photo{order:-1}.hero-photo img{max-width:200px}.hero{min-height:auto;padding-top:4.5rem}.door{width:100%}.proof{grid-template-columns:repeat(2,1fr);gap:1.1rem}}@media (max-width: 560px){main{padding:0 1.15rem 2.5rem}.hero-photo img{max-width:168px}.hero{padding-top:4rem}.tagline{max-width:none}}
