:root{--ink: #15201f;--muted: #5d6b68;--line: #dbe4df;--paper: #f6f8f4;--mint: #d7f0dc;--teal: #0f6f64;--coral: #e66b4e;--gold: #f4c95d;--shadow: 0 24px 70px rgba(21, 32, 31, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:linear-gradient(90deg,rgba(15,111,100,.05) 1px,transparent 1px),linear-gradient(rgba(15,111,100,.05) 1px,transparent 1px),var(--paper);background-size:48px 48px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px clamp(18px,4vw,56px);background:#f6f8f4db;border-bottom:1px solid rgba(219,228,223,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand,.nav,.hero-actions,.contact-actions{display:flex;align-items:center}.brand{gap:10px;font-weight:800;text-decoration:none}.brand-mark,.portrait{display:block;object-fit:cover;object-position:center top;background:var(--teal)}.brand-mark{width:38px;height:38px;border-radius:8px;border:2px solid #ffffff;box-shadow:0 8px 20px #15201f29}.nav{gap:6px;flex-wrap:wrap;justify-content:flex-end}.nav a{border-radius:8px;padding:8px 11px;color:var(--muted);font-size:.94rem;font-weight:700;text-decoration:none}.nav a.active,.nav a:hover{color:var(--ink);background:var(--mint)}.section-shell{width:min(1120px,calc(100% - 36px));margin:0 auto;padding:86px 0}.hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(300px,.68fr);gap:clamp(28px,6vw,72px);align-items:center;min-height:calc(100vh - 72px)}.eyebrow{margin:0 0 12px;color:var(--teal);font-size:.76rem;font-weight:900;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:820px;margin-bottom:22px;font-size:clamp(2.6rem,7vw,5.9rem);line-height:.95}h2{margin-bottom:16px;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}h3{margin-bottom:10px;font-size:1.1rem}.hero-text,.section-text,.profile-panel p,.skill-grid p,.timeline li{color:var(--muted)}.hero-text{max-width:700px;font-size:clamp(1.08rem,2vw,1.28rem)}.hero-actions,.contact-actions{gap:12px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:1px solid var(--line);border-radius:8px;padding:0 18px;font-weight:850;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover,.project-card:hover{transform:translateY(-2px)}.button.primary{color:#fff;background:var(--teal);border-color:var(--teal);box-shadow:0 14px 34px #0f6f643d}.button.secondary{background:#fff}.button.primary:hover{background:#fff;color:var(--teal);border-color:var(--teal);outline:none}.button.secondary:hover{background:var(--teal);color:#fff;border-color:var(--teal);outline:none}.profile-panel,.timeline-item,.skill-grid article,.project-card{background:#ffffffe0;border:1px solid var(--line);box-shadow:var(--shadow)}.profile-panel{position:relative;overflow:hidden;border-radius:8px;padding:28px}.profile-panel:before{content:"";position:absolute;inset:0 0 auto;height:10px;background:linear-gradient(90deg,var(--teal),var(--coral),var(--gold))}.portrait{width:min(100%,260px);aspect-ratio:4 / 5;margin:0 auto 26px;border-radius:8px;border:1px solid rgba(219,228,223,.95);box-shadow:0 18px 42px #15201f2e}.quick-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:26px 0 0}.quick-stats div{min-width:0;border-radius:8px;padding:12px;background:var(--paper)}.quick-stats dt{color:var(--muted);font-size:.76rem;font-weight:800;text-transform:uppercase}.quick-stats dd{margin:3px 0 0;font-weight:900;font-size:.76rem;line-height:1.2}.split-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(24px,7vw,90px);border-top:1px solid var(--line)}.section-heading{max-width:720px;margin-bottom:30px}.timeline{display:grid;gap:16px}.timeline-item{display:grid;grid-template-columns:.44fr 1fr;gap:22px;border-radius:8px;padding:clamp(20px,4vw,30px)}.role{margin-bottom:6px;color:var(--coral);font-size:.85rem;font-weight:900}.timeline ul{margin:0;padding-left:20px}.skill-grid,.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.skill-grid article,.project-card{border-radius:8px;padding:22px}.skill-grid article:nth-child(2),.project-card:nth-child(2n){border-top:5px solid var(--coral)}.skill-grid article:nth-child(3),.project-card:nth-child(3n){border-top:5px solid var(--gold)}.skill-grid article:nth-child(1),.skill-grid article:nth-child(4),.project-card:nth-child(1),.project-card:nth-child(4){border-top:5px solid var(--teal)}.project-card{min-height:150px;color:var(--ink);text-decoration:none}.project-card span{display:block;margin-bottom:34px;color:var(--teal);font-weight:900}.project-card strong{display:block;line-height:1.25}.contact-section{display:flex;align-items:center;justify-content:space-between;gap:28px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:clamp(44px,7vw,72px) 0}.contact-section h2{max-width:620px;margin-bottom:0}.footer{width:min(1120px,calc(100% - 36px));margin:0 auto;padding:26px 0 44px;color:var(--muted);border-top:1px solid var(--line)}.footer p{margin:0}@media(max-width:900px){.site-header,.contact-section{align-items:flex-start;flex-direction:column}.nav{justify-content:flex-start}.hero,.split-section,.timeline-item{grid-template-columns:1fr}.hero{min-height:auto;padding-top:58px}.skill-grid,.project-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.site-header{position:static}.section-shell{width:min(100% - 28px,1120px);padding:58px 0}.nav a{padding:7px 8px;font-size:.86rem}h1{font-size:2.8rem}.quick-stats,.skill-grid,.project-grid{grid-template-columns:1fr}.button{width:100%}}
