@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Sora:wght@400;500;600;700&display=swap";
:root{--bg-primary:#062a30;--bg-secondary:#083840;--surface:#0838409e;--surface-strong:#062a30d1;--border:#9df7e938;--text-primary:#ecfffb;--text-secondary:#b3e7df;--accent:#52f2d9;--accent-strong:#2dd4bf}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 15% 15%, #2dd4bf33, transparent 30%), radial-gradient(circle at 85% 10%, #0d94883d, transparent 35%), linear-gradient(165deg, var(--bg-primary), #042126 45%, #02171b 100%);color:var(--text-primary);margin:0;font-family:Inter,Segoe UI,sans-serif}#root{max-width:1160px;margin:0 auto;padding:1.5rem 1.25rem 4rem}section{text-align:center;align-content:center;gap:1rem;min-height:100vh;margin-bottom:2rem;padding:2rem;display:grid}h1,h2,h3{letter-spacing:.01em;color:#f4fffd;margin:0;font-family:Sora,Avenir Next,sans-serif;line-height:1.15}h1{font-size:clamp(2rem,4.3vw,3.45rem)}h2{font-size:clamp(1.35rem,3vw,2.15rem)}h3{font-size:clamp(1rem,1.8vw,1.2rem)}p{max-width:74ch;color:var(--text-secondary);margin:0 auto;font-size:clamp(1rem,1.3vw,1.1rem);line-height:1.72}.reveal-on-scroll{opacity:0;transition:opacity 2.4s,transform 2.4s;transform:translateY(28px)}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}.top-section>*{opacity:0;animation:2.4s forwards top-section-fade-in}.top-section>:nth-child(2){animation-delay:.22s}.top-section>:nth-child(3){animation-delay:.44s}@keyframes top-section-fade-in{0%{opacity:0}to{opacity:1}}.top-section{gap:1.5rem}.top-intro{justify-items:center;gap:1rem;display:grid}.profile-image{object-fit:cover;object-position:center;border:1px solid #52f2d980;border-radius:50%;width:200px;height:200px;display:block;box-shadow:0 0 0 1px #52f2d926,0 22px 40px #0006}.profile-links{justify-content:center;align-items:center;gap:.65rem;display:flex}.profile-link-icon{color:#d9fffa;background:#04212699;border:1px solid #52f2d952;border-radius:50%;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;text-decoration:none;transition:transform .22s,border-color .22s,background-color .22s;display:inline-flex;position:relative}.profile-link-icon:hover{background:#083840e6;border-color:#52f2d9b8;transform:translateY(-2px)}.profile-link-icon i{font-size:1.08rem}.profile-link-icon:after{content:attr(data-tooltip);color:#ddfff9;letter-spacing:.02em;white-space:nowrap;opacity:0;pointer-events:none;background:#042126fa;border:1px solid #52f2d952;border-radius:.38rem;padding:.2rem .45rem;font-family:Inter,Segoe UI,sans-serif;font-size:.66rem;font-weight:600;line-height:1;transition:opacity .18s,transform .18s;position:absolute;bottom:calc(100% + .45rem);left:50%;transform:translate(-50%,4px)}.profile-link-icon:hover:after,.profile-link-icon:focus-visible:after{opacity:1;transform:translate(-50%)}.top-intro p{max-width:62ch}.recent-work{gap:1rem;display:grid}.work-items-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:.2rem;display:grid}.work-item{background:linear-gradient(160deg,#083840e6,#052227d9);border:1px solid #52f2d93b;border-radius:12px;padding:1.1rem;transition:border-color .22s,transform .22s,box-shadow .22s;box-shadow:0 16px 30px #00000047}.work-item:hover{border-color:#52f2d980;transform:translateY(-3px);box-shadow:0 22px 34px #00000057}.work-item i{color:var(--accent);margin-bottom:.65rem;font-size:1.55rem;display:inline-block}.work-item h3{color:#d7fff9;line-height:1.35}.work-item-link{color:inherit;text-decoration:none}.work-item-link:hover{color:var(--accent)}.scroll-to-projects-link{color:#d9fffa;background:#04212699;border:1px solid #52f2d957;border-radius:999px;width:fit-content;margin:.35rem auto 0;padding:.68rem 1rem;font-weight:600;text-decoration:none;transition:background-color .22s,border-color .22s,transform .22s;display:inline-block}.scroll-to-projects-link:hover{background:#083840e0;border-color:#52f2d9a3;transform:translateY(-2px)}.how-help-section{gap:1.5rem}.help-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;width:min(100%,980px);margin:0 auto;display:grid}.help-item{text-align:left;background:#04212659;border:1px solid #52f2d933;border-radius:12px;padding:1.05rem 1.1rem}.help-item h3{color:#dcfff9;margin-bottom:.45rem}.help-item p{max-width:60ch;margin:0}.principles-section{gap:1.5rem}.principles-intro{gap:.75rem;width:min(100%,820px);margin:0 auto;display:grid}.principles-intro p{max-width:62ch}.principles-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;width:min(100%,980px);margin:0 auto;display:grid}.principle-item{text-align:left;background:#04212659;border-left:2px solid #52f2d973;border-radius:0 12px 12px 0;padding:1rem 1rem 1rem 1.1rem;transition:border-color .22s,background-color .22s,transform .22s;position:relative}.principle-item:hover{background:#04212685;border-left-color:#52f2d9f2;transform:translateY(-2px)}.principle-number{color:var(--accent);letter-spacing:.08em;margin-bottom:.45rem;font-family:Sora,Avenir Next,sans-serif;font-size:.82rem;font-weight:700;display:inline-block}.principle-item h3{color:#dcfff9;margin-bottom:.35rem}.principle-item p{max-width:36ch;margin:0}.practice-row{flex-wrap:wrap;justify-content:center;gap:.65rem;width:min(100%,980px);margin:0 auto;display:flex}.practice-row span{color:#d8fff9;background:#04212666;border:1px solid #52f2d959;border-radius:999px;padding:.42rem .8rem;font-size:.9rem;font-weight:500}.career-section{gap:1.35rem}.career-header{justify-items:center;gap:.45rem;width:min(100%,960px);margin:0 auto;display:grid}.career-role{color:#d9fffa;letter-spacing:.02em;margin:0;font-family:Sora,Avenir Next,sans-serif;font-size:clamp(1rem,1.8vw,1.2rem)}.career-period{color:#d7fff9;letter-spacing:.07em;text-transform:uppercase;background:#04212685;border:1px solid #52f2d96b;border-radius:999px;margin:0;padding:.3rem .72rem;font-size:.84rem;font-weight:600}.career-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;width:min(100%,980px);margin:0 auto;display:grid}.career-card{text-align:left;background:#0421266b;border:1px solid #52f2d92e;border-radius:12px;max-width:none;margin:0;padding:1rem 1.05rem;box-shadow:inset 0 1px #ffffff08}.career-tags{flex-wrap:wrap;justify-content:center;gap:.6rem;width:min(100%,980px);margin:0 auto;padding:0;list-style:none;display:flex}.career-tags li{color:#d8fff9;background:#04212666;border:1px solid #52f2d95c;border-radius:999px;padding:.4rem .72rem;font-size:.86rem;font-weight:500}.freelance-section{gap:1rem}.freelance-header{justify-items:center;gap:.3rem;width:min(100%,900px);margin:0 auto;display:grid}.freelance-role{color:#d9fffa;margin:0;font-family:Sora,Avenir Next,sans-serif;font-size:clamp(1rem,1.7vw,1.14rem)}.freelance-period{color:#b7ece4;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:.92rem}.freelance-summary{width:min(100%,840px);max-width:60ch}.freelance-callouts{text-align:left;width:min(100%,900px);color:var(--text-secondary);gap:.62rem;margin:0 auto;padding-left:1.15rem;display:grid}.freelance-callouts li{line-height:1.6}.freelance-tools{color:#c8f8f1;letter-spacing:.01em;width:min(100%,900px);max-width:none;margin:0 auto;font-size:.94rem}.ricochet-section{gap:1rem}.ricochet-header{justify-items:center;gap:.3rem;width:min(100%,900px);margin:0 auto;display:grid}.ricochet-role{color:#d9fffa;margin:0;font-family:Sora,Avenir Next,sans-serif;font-size:clamp(1rem,1.7vw,1.14rem)}.ricochet-period{color:#b7ece4;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:.92rem}.ricochet-summary{width:min(100%,840px);max-width:60ch}.ricochet-highlights{text-align:left;width:min(100%,900px);color:var(--text-secondary);gap:.62rem;margin:0 auto;padding-left:1.15rem;display:grid}.ricochet-highlights li{line-height:1.6}.digital-harbor-section{gap:1rem}.digital-harbor-header{justify-items:center;gap:.3rem;width:min(100%,900px);margin:0 auto;display:grid}.digital-harbor-role{color:#d9fffa;margin:0;font-family:Sora,Avenir Next,sans-serif;font-size:clamp(1rem,1.7vw,1.14rem)}.digital-harbor-period{color:#b7ece4;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:.92rem}.digital-harbor-summary{width:min(100%,840px);max-width:60ch}.digital-harbor-highlights{text-align:left;width:min(100%,900px);color:var(--text-secondary);gap:.62rem;margin:0 auto;padding-left:1.15rem;display:grid}.digital-harbor-highlights li{line-height:1.6}.project-link-list{gap:.75rem;width:min(100%,900px);margin:0 auto;padding:0;list-style:none;display:grid}.project-link-list li{text-align:left;background:#04212659;border:1px solid #52f2d929;border-radius:12px;padding:.95rem 1rem}.project-link-list a{color:#e7fffb;font-family:Sora,Avenir Next,sans-serif;font-size:1.08rem;font-weight:600;text-decoration:none}.project-link-list a:hover{color:var(--accent)}.project-link-list p{max-width:none;margin-top:.35rem;margin-left:0;font-size:.97rem}.project-page{min-height:100vh;padding:2rem 1.25rem 3rem}.project-page-inner{gap:1rem;width:min(100%,980px);margin:0 auto;display:grid}.project-back-button{color:#ddfff9;cursor:pointer;background:#0421268f;border:1px solid #52f2d961;border-radius:999px;width:fit-content;padding:.58rem .95rem;font-family:Sora,Avenir Next,sans-serif;font-size:.95rem;font-weight:600}.project-back-button:hover{background:#083840cc;border-color:#52f2d9bf}.project-detail-card{text-align:left;background:#0421266b;border:1px solid #52f2d933;border-radius:16px;gap:.85rem;padding:1.35rem;display:grid}.project-title-block{gap:.25rem;display:grid}.project-detail-kicker{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:.8rem;font-weight:700}.project-detail-lead{color:#dcfff9;margin:0;font-family:Sora,Avenir Next,sans-serif;font-size:1.06rem}.project-detail-description{margin:0;padding:.65rem 0}.project-detail-link{margin:-.1rem 0 .35rem}.project-detail-link a,.project-detail-description a{color:var(--accent);border-bottom:1px solid #52f2d966;padding-bottom:.08rem;text-decoration:none}.project-detail-link a:hover,.project-detail-description a:hover{color:#dcfff9;border-bottom-color:#dcfff9a6}.project-tech-list{flex-wrap:wrap;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.project-tech-list li{color:#d6fff8;background:#04212673;border:1px solid #52f2d957;border-radius:999px;padding:.38rem .7rem;font-size:.86rem}.project-carousel{scroll-snap-type:x mandatory;grid-auto-columns:minmax(320px,78vw);grid-auto-flow:column;gap:1rem;padding:.2rem .15rem .65rem;scroll-padding-inline:.2rem;display:grid;overflow:auto hidden}.project-carousel::-webkit-scrollbar{height:9px}.project-carousel::-webkit-scrollbar-thumb{background:#52f2d957;border-radius:999px}.project-carousel-item{scroll-snap-align:start;gap:.45rem;margin:0;display:grid}.project-carousel-item img{background:#04212673;border:1px solid #52f2d938;border-radius:12px;width:100%;height:auto;box-shadow:0 18px 28px #00000047}.project-carousel-item span{color:#c6f4ed;font-size:.86rem}@media (max-width:900px){section{padding:1.5rem}.work-items-row{grid-template-columns:1fr}.profile-image{width:170px;height:170px}.help-grid,.principles-grid,.career-grid{grid-template-columns:1fr}.project-carousel{grid-auto-columns:88vw}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal-on-scroll{opacity:1;transition:none;transform:none}.top-section>*{opacity:1;animation:none;transform:none}.work-item,.scroll-to-projects-link,.principle-item{transition:none}}
