.hero{min-height:100vh;display:flex;align-items:center;padding:0 2rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-20%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(248,113,113,.04) 0,transparent 70%);pointer-events:none}.hero-inner{max-width:1100px;width:100%;margin:0 auto}.home-greeting{font-size:.9rem;color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem}.home-name{font-size:clamp(2.75rem,8vw,6rem);font-weight:800;line-height:1.02;letter-spacing:-.03em;color:var(--text);margin-bottom:.75rem}.home-role{font-size:clamp(1rem,2.5vw,1.3rem);margin-bottom:1.5rem;font-weight:400}.home-bio,.home-role{color:var(--text-muted)}.home-bio{font-size:.975rem;max-width:480px;line-height:1.85;margin-bottom:2.5rem}.home-ctas{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-block;padding:.7rem 1.6rem;font-size:.875rem;font-weight:500;border-radius:4px;letter-spacing:.03em;transition:all .15s;cursor:pointer}.btn-primary{background:var(--accent);color:#0a0a0a}.btn-primary:hover{background:#fca5a5}.btn-outline{border:1px solid var(--border);color:var(--text-muted)}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.home-about{background:var(--surface);border-top:1px solid var(--border);padding:6rem 2rem}.home-about-inner{max-width:1100px;margin:0 auto}.home-about-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;letter-spacing:-.02em;color:var(--text);margin-bottom:1.5rem}.home-about-bio{font-size:1rem;color:var(--text-muted);max-width:640px;line-height:1.85;margin-bottom:3rem}.home-about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem}.home-about-col-title{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);padding-bottom:.75rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem;font-weight:500}.home-about-list{gap:1.25rem}.home-about-item,.home-about-list{display:flex;flex-direction:column}.home-about-item{gap:.2rem}.home-about-item-title{font-size:.9rem;font-weight:600;color:var(--text)}.home-about-item-sub{font-size:.8rem;color:var(--text-muted)}.home-about-more{font-size:.875rem;color:var(--accent);display:inline-block;transition:letter-spacing .15s}.home-about-more:hover{letter-spacing:.02em}@media (max-width:700px){.hero{padding:7rem 1.25rem 3rem;align-items:flex-start}.home-about{padding:4rem 1.25rem}.home-about-grid{grid-template-columns:1fr;gap:2rem}}