@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:wght@400;500;600;700&family=Sora:wght@500;600;700;800&display=swap";:root{color-scheme:dark;--bg: #0b0813;--bg-elevated: rgba(23, 16, 33, .84);--surface: rgba(22, 16, 34, .9);--surface-strong: rgba(28, 20, 43, .96);--surface-border: rgba(171, 145, 255, .16);--text: #f5f2ff;--muted: #aaa2bf;--muted-strong: #d3cde6;--accent: #a57cff;--accent-strong: #dfd1ff;--shadow: 0 30px 80px rgba(2, 8, 18, .45);--radius-lg: 28px;--radius-md: 20px;--radius-sm: 14px;--shell: 1180px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:IBM Plex Sans,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(165,124,255,.18),transparent 34%),radial-gradient(circle at 85% 15%,rgba(123,78,255,.14),transparent 24%),linear-gradient(180deg,#110b19,#0b0813 52%,#07060d);min-height:100vh}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(180deg,rgba(255,255,255,.2),transparent 80%)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}main{padding-bottom:3rem}.site-frame{position:relative}.shell{width:min(var(--shell),calc(100% - 2rem));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(18px);background:#071018b8;border-bottom:1px solid rgba(255,255,255,.04)}.site-header__inner,.site-footer__inner,.site-footer__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header__inner{padding:1rem 0}.site-brand{display:inline-flex;align-items:center;gap:.9rem;min-width:0}.site-brand strong,.site-brand small{display:block}.site-brand strong{font-family:Sora,sans-serif;font-size:.98rem}.site-brand small{color:var(--muted);font-size:.88rem}.site-brand__mark{width:2.75rem;height:2.75rem;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#a57cff47,#a57cff14);border:1px solid rgba(165,124,255,.32);color:var(--accent-strong);font-family:Sora,sans-serif;font-weight:700}.site-nav{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;justify-content:flex-end}.site-nav__link{padding:.72rem 1rem;border-radius:999px;color:var(--muted);transition:color .18s ease,background .18s ease,transform .18s ease}.site-nav__link:hover,.site-nav__link.is-active{color:var(--text);background:#a57cff1a}.hero,.page-intro{padding-top:clamp(3rem,8vw,7rem)}.hero{display:grid;grid-template-columns:1.4fr .9fr;gap:2rem;align-items:center}.hero__content h1,.page-intro h1,.section-heading h2,.cta-card h2{font-family:Sora,sans-serif;letter-spacing:-.04em;text-wrap:balance}.hero__content h1,.page-intro h1{font-size:clamp(2.8rem,7vw,5.6rem);line-height:.98;margin:0;max-width:12ch}.lead-copy{font-size:clamp(1.08rem,2vw,1.34rem);line-height:1.7;color:var(--muted-strong);max-width:48ch;margin:1.4rem 0 0}.support-copy,.section-heading__intro,.feature-card p,.project-card p,.writing-card p,.timeline-card p,.footer-copy,.prose-card p,.stack-card p{color:var(--muted);line-height:1.75}.support-copy{max-width:44ch;margin-top:1rem}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;font-family:IBM Plex Mono,monospace;color:var(--accent);margin:0 0 1rem}.hero__actions,.link-row{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap}.hero__actions{margin-top:1.8rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.3rem;border-radius:999px;border:1px solid transparent;transition:transform .18s ease,border-color .18s ease,background .18s ease}.button:hover,.link-row a:hover,.footer-links a:hover{transform:translateY(-1px)}.button--primary{background:linear-gradient(135deg,#ba9bff,#8f63ff);color:#fdfaff;font-weight:700}.button--secondary{border-color:#a57cff47;background:#a57cff12}.link-row--hero{margin-top:1rem}.link-row a,.footer-links a,.writing-card a,.project-card .link-row a{color:var(--muted-strong)}.surface-card{background:linear-gradient(180deg,#191126f5,#100b19f5);border:1px solid var(--surface-border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.card-overlay{position:absolute;inset:0;z-index:1;border-radius:inherit}.card-overlay:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.hero-panel{overflow:hidden}.hero-panel__image{aspect-ratio:4 / 4.4;object-fit:cover;width:100%}.hero-panel__body{padding:1.4rem}.hero-panel h2{margin:0;font-family:Sora,sans-serif;font-size:1.8rem}.hero-panel p{margin:.35rem 0 0;color:var(--muted)}.details-list{display:grid;gap:.95rem;margin:1.4rem 0 0}.details-list dt{color:var(--muted);font-size:.88rem}.details-list dd{margin:.28rem 0 0;color:var(--text)}.section{padding:5.5rem 0 0}.section--tight{padding-top:2.4rem}.section-heading{max-width:none;margin-bottom:2rem}.section-heading h2,.cta-card h2{font-size:clamp(2rem,4vw,3.2rem);margin:0}.section-heading__intro{max-width:38ch;margin:1rem 0 0}.feature-grid,.project-grid,.timeline-grid,.writing-grid,.content-grid,.stack-grid,.recognition-grid{display:grid;gap:1.25rem}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.project-grid,.timeline-grid,.writing-grid,.content-grid,.stack-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.recognition-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card,.prose-card,.stack-card,.timeline-card,.recognition-card{padding:1.4rem}.feature-card h3,.project-card h3,.writing-card h3,.timeline-card h3,.prose-card h2,.recognition-card h3{font-family:Sora,sans-serif;margin:0 0 .75rem;letter-spacing:-.03em}.tag-cloud,.tag-list{display:flex;gap:.75rem;flex-wrap:wrap}.tag-cloud span,.tag-list span{padding:.62rem .86rem;border-radius:999px;background:#a57cff14;border:1px solid rgba(165,124,255,.15);color:var(--muted-strong)}.project-card{position:relative;overflow:hidden;transition:transform .18s ease,border-color .18s ease}.project-card:hover,.writing-card:hover{transform:translateY(-2px);border-color:#a57cff47}.project-card__image{width:100%;aspect-ratio:16 / 10;object-fit:cover;background:linear-gradient(135deg,#221833,#15101f)}.project-card__body,.writing-card{padding:1.25rem}.project-card__body{position:relative;z-index:2}.project-card .link-row,.writing-card a{margin-top:1rem}.meta-copy,.timeline-card__company,.writing-card__meta{font-size:.93rem;color:var(--muted-strong)}.writing-card__meta,.timeline-card__meta{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:var(--muted);margin-bottom:1rem;font-size:.88rem}.writing-card{position:relative;overflow:hidden}.writing-card>*:not(.card-overlay){position:relative;z-index:2}.writing-card__image{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block;border-bottom:1px solid rgba(255,255,255,.05);margin:-1.25rem -1.25rem 1rem;width:calc(100% + 2.5rem)}.bullet-list{margin:1rem 0 0;padding-left:1.15rem;color:var(--muted)}.bullet-list li+li{margin-top:.75rem}.cta-card{padding:clamp(1.6rem,4vw,2.4rem);display:flex;justify-content:space-between;gap:1.4rem;align-items:end}.page-intro{padding-bottom:1rem}.prose-block{padding:1.6rem}.prose-block p{margin:0;color:var(--muted-strong);line-height:1.85;max-width:none}.prose-block p+p{margin-top:1rem}.project-section+.project-section{margin-top:3.5rem}.site-footer{padding:5rem 0 2rem}.site-footer__inner{align-items:start;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08)}.site-footer__meta{padding-top:1.25rem;color:var(--muted);font-size:.92rem}.footer-links{display:flex;gap:.85rem;flex-wrap:wrap;justify-content:flex-end}@media(max-width:1080px){.hero,.timeline-grid,.writing-grid,.content-grid,.stack-grid,.recognition-grid{grid-template-columns:1fr}.feature-grid,.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.project-grid{grid-template-columns:1fr}.hero__content h1,.page-intro h1{max-width:14ch}.cta-card,.site-footer__inner,.site-footer__meta{flex-direction:column;align-items:flex-start}}@media(max-width:720px){.shell{width:min(var(--shell),calc(100% - 1.2rem))}.site-header__inner{align-items:flex-start}.site-nav{justify-content:flex-start}.hero,.page-intro{padding-top:2rem}.section,.site-footer{padding-top:4rem}.site-nav__link,.button{width:100%;justify-content:center}.hero__actions,.link-row{width:100%}.hero__content h1,.page-intro h1{max-width:none;font-size:clamp(2.35rem,12vw,3.4rem)}}
