@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--ink:#101827;--ink-soft:#425067;--paper:#f5f7f8;--white:#fff;--line:#dce3e7;--muted:#738094;--accent:#0c9787;--accent-deep:#087669;--dark:#0b1220;--dark-card:#141e2e;--radius:18px;color:var(--ink);background:var(--paper);font-synthesis:none;font-family:Manrope,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}@keyframes rise-in{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes visual-enter{0%{opacity:0;transform:translate(26px)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes core-pulse{0%,to{box-shadow:0 0 0 11px #0c97870f}50%{box-shadow:0 0 0 17px #0c978706}}@keyframes node-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}[data-reveal]{opacity:0;transition:opacity .6s,transform .6s cubic-bezier(.2,.7,.2,1);transform:translateY(22px)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.expertise-card:nth-child(2)[data-reveal],.project-card:nth-child(2)[data-reveal],.timeline-item:nth-child(2)[data-reveal]{transition-delay:80ms}.expertise-card:nth-child(3)[data-reveal],.project-card:nth-child(3)[data-reveal],.timeline-item:nth-child(3)[data-reveal]{transition-delay:.16s}.expertise-card:nth-child(4)[data-reveal],.timeline-item:nth-child(4)[data-reveal]{transition-delay:.24s}.hero-copy>*{animation:.7s cubic-bezier(.2,.7,.2,1) both rise-in}.hero-copy>:first-child{animation-delay:70ms}.hero-copy>:nth-child(2){animation-delay:.14s}.hero-copy>:nth-child(3){animation-delay:.22s}.hero-copy>:nth-child(4){animation-delay:.3s}.hero-copy>:nth-child(5){animation-delay:.38s}.system-visual{animation:.85s cubic-bezier(.2,.7,.2,1) .25s both visual-enter}.visual-core{animation:3.4s ease-in-out infinite core-pulse}.visual-node{animation:3.8s ease-in-out infinite node-float}.node-two{animation-delay:.7s}.node-three{animation-delay:1.35s}body{background:var(--paper);min-width:320px;margin:0}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(1160px,100% - 48px);margin:0 auto}.section{padding:118px 0;scroll-margin-top:75px}.eyebrow{letter-spacing:.13em;color:var(--accent-deep);text-transform:uppercase;align-items:center;gap:9px;margin:0 0 18px;font:500 11px/1.2 DM Mono,monospace;display:flex}.eyebrow span{background:currentColor;width:21px;height:1px}.section-heading{max-width:680px}.section-heading.centered{text-align:center;margin-inline:auto}.section-heading.centered .eyebrow{justify-content:center}.section-heading h2{color:var(--dark);letter-spacing:-.055em;margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.15}.section-heading>p:not(.eyebrow){color:var(--ink-soft);margin:20px 0 0;font-size:1rem;line-height:1.75}.nav-wrap{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f5f7f8e6;border-bottom:1px solid #dce3e7d9;align-items:center;height:74px;display:flex;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;gap:24px;display:flex}.brand{letter-spacing:-.03em;white-space:nowrap;align-items:center;gap:10px;font-size:13px;font-weight:800;display:flex}.brand-mark{background:var(--dark);width:28px;height:28px;color:var(--white);border-radius:7px;place-items:center;font:500 14px DM Mono,monospace;display:grid}.nav-links{gap:25px;margin-left:auto;display:flex}.nav-links a,.footer-links a{color:#536074;font-size:12px;font-weight:700;transition:color .2s}.nav-links a:hover,.footer-links a:hover{color:var(--accent-deep)}.nav-contact{background:var(--dark);color:#fff;border-radius:8px;padding:10px 14px;font-size:12px;font-weight:700}.menu-button{color:var(--dark);background:0 0;border:0;padding:7px;display:none}.mobile-menu{display:none}.hero{background:linear-gradient(105deg,#f7f9fa 0% 56%,#edf4f4 100%);align-items:center;min-height:calc(100vh - 74px);padding:78px 0 88px;display:flex;position:relative;overflow:hidden}.hero:after{content:"";border:1px solid #0c97872b;border-radius:50%;width:480px;height:480px;position:absolute;top:-100px;right:-210px;box-shadow:0 0 0 48px #0c97870b,0 0 0 96px #0c978706}.hero-grid{z-index:1;grid-template-columns:1.04fr .96fr;align-items:center;gap:60px;width:min(1160px,100% - 48px);display:grid;position:relative}.hero h1{max-width:690px;color:var(--dark);letter-spacing:-.075em;margin:0;font-size:clamp(3rem,6vw,5.45rem);line-height:.99}.hero h1 em{color:var(--accent-deep);letter-spacing:-.045em;margin-top:19px;font-size:.47em;font-style:normal;line-height:1.2;display:block}.hero-role{color:#526075;letter-spacing:.03em;margin:20px 0 0;font:500 13px DM Mono,monospace}.hero-intro{max-width:620px;color:var(--ink-soft);margin:25px 0 0;font-size:1.05rem;line-height:1.75}.hero-actions{align-items:center;gap:13px;margin-top:34px;display:flex}.button{border-radius:9px;align-items:center;gap:10px;padding:14px 18px;font-size:13px;font-weight:800;transition:transform .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:var(--accent-deep);box-shadow:0 7px 18px #0876692e}.button-primary:hover{background:#066257}.button-quiet{color:var(--dark)}.button-quiet:hover{background:#eaf0f1}.system-visual{aspect-ratio:1.16;background:var(--dark);color:#dbe6ec;border-radius:22px;justify-self:end;width:min(430px,100%);position:relative;overflow:hidden;box-shadow:0 24px 55px #0b122033}.system-visual:before{content:"";background-image:linear-gradient(#97adbd0f 1px,#0000 1px),linear-gradient(90deg,#97adbd0f 1px,#0000 1px);background-size:26px 26px;position:absolute;inset:0}.visual-top,.visual-footer{color:#91a2b5;letter-spacing:.12em;justify-content:space-between;font:500 9px DM Mono,monospace;display:flex;position:absolute;left:24px;right:24px}.visual-top{top:22px}.visual-top i{color:#37d1b4;font-style:normal}.visual-footer{font-size:8px;bottom:20px}.visual-core{color:#78e2cf;background:#0c978717;border:1px solid #5bd9c0b3;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:142px;height:142px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 11px #0c97870f}.visual-core strong{margin-top:7px;font-size:15px}.visual-core small{color:#91a2b5;margin-top:3px;font:400 9px DM Mono,monospace}.visual-lines{stroke:#6ae1c97a;stroke-width:1px;width:100%;height:100%;position:absolute;inset:0}.visual-lines circle{fill:#65ddc6;stroke:none}.visual-node{color:#bed0d8;letter-spacing:.08em;background:#141e2ee0;border:1px solid #86a5b64d;border-radius:7px;align-items:center;gap:8px;padding:9px 11px;font:500 9px DM Mono,monospace;display:flex;position:absolute}.node-one{top:76px;left:42px}.node-two{top:76px;right:34px}.node-three{bottom:64px;right:42px}.node-dot{background:#f2bf60;border-radius:50%;width:8px;height:8px}.about{background:var(--white)}.about-grid{grid-template-columns:1.18fr .82fr;align-items:end;gap:90px;display:grid}.about-note{border-left:1px solid var(--accent);background:#f4f9f8;padding:30px}.note-index{color:var(--accent-deep);font:500 11px DM Mono,monospace}.about-note p{color:#394a58;margin:18px 0 23px;font-size:16px;line-height:1.75}.about-note a{color:var(--accent-deep);align-items:center;gap:8px;font-size:12px;font-weight:800;display:inline-flex}.expertise{background:#eff3f4}.expertise-grid{grid-template-columns:repeat(4,1fr);gap:15px;margin-top:48px;display:grid}.expertise-card{border-radius:var(--radius);background:#ffffffbf;border:1px solid #dce6e6;min-height:350px;padding:27px;transition:transform .25s,box-shadow .25s}.expertise-card:hover,.project-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px #13293514}.card-icon{width:43px;height:43px;color:var(--accent-deep);background:#dff4ef;border-radius:11px;place-items:center;margin-bottom:27px;display:grid}.expertise-card h3,.project-card h3{color:var(--dark);letter-spacing:-.04em;margin:0;font-size:17px}.expertise-card p{min-height:66px;color:var(--ink-soft);margin:11px 0 18px;font-size:13px;line-height:1.65}.expertise-card ul{border-top:1px solid #e2e8e9;margin:0;padding:16px 0 0;list-style:none}.expertise-card li{color:#37495a;padding:6px 0;font-size:11px;font-weight:700}.modules{background:var(--dark);color:#fff}.modules .section-heading h2{color:#fff}.modules .section-heading>p:not(.eyebrow){color:#afbac8}.modules .eyebrow{color:#65d8c3}.modules-top{justify-content:space-between;align-items:flex-start;display:flex}.modules-icon{color:#65d8c3;margin-top:17px}.module-list{border-top:1px solid #2a3749;grid-template-columns:repeat(3,1fr);margin-top:53px;display:grid}.module-item{border-bottom:1px solid #2a3749;align-items:center;gap:14px;min-height:83px;padding:0 16px 0 0;display:flex}.module-item:nth-child(3n+2),.module-item:nth-child(3n+3){border-left:1px solid #2a3749;padding-left:18px}.module-item span{color:#6c8196;font:400 10px DM Mono,monospace}.module-item strong{color:#ecf3f6;letter-spacing:-.02em;flex:1;font-size:13px}.module-item i{color:#729285;text-transform:uppercase;font:400 8px DM Mono,monospace}.experience{background:var(--white)}.timeline{max-width:940px;margin:52px auto 0}.timeline-item{grid-template-columns:150px 34px 1fr;padding-bottom:38px;display:grid;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-date{color:#5e6e80;align-items:center;gap:7px;font:500 10px DM Mono,monospace;display:flex}.timeline-marker{position:relative}.timeline-marker:before{content:"";border:3px solid var(--accent);z-index:1;background:#fff;border-radius:50%;width:10px;height:10px;position:absolute;top:3px;left:9px}.timeline-marker:after{content:"";background:#dce5e6;width:1px;position:absolute;top:15px;bottom:-38px;left:13px}.timeline-item:last-child .timeline-marker:after{display:none}.experience-card{border:1px solid #dfe6e7;border-radius:13px;padding:27px}.experience-head{border-bottom:1px solid #e5e9ea;justify-content:space-between;align-items:start;gap:18px;padding-bottom:21px;display:flex}.project-name{color:var(--accent-deep);letter-spacing:.05em;margin:0 0 6px;font:500 10px DM Mono,monospace}.experience-card h3{color:var(--dark);letter-spacing:-.04em;margin:0;font-size:18px}.environment{color:#607084;text-align:center;border:1px solid #d8e2e2;border-radius:5px;max-width:210px;padding:5px 8px;font:500 9px DM Mono,monospace}.experience-body{grid-template-columns:1.35fr .65fr;gap:36px;padding-top:20px;display:grid}.experience-body h4{color:#344456;text-transform:uppercase;letter-spacing:.08em;margin:0 0 10px;font-size:11px}.experience-body ul{margin:0;padding:0;list-style:none}.experience-body li{color:#566579;align-items:start;gap:3px;padding:4px 0;font-size:12px;line-height:1.5;display:flex}.experience-body li svg{color:var(--accent);flex:none;margin-top:2px}.tags{flex-wrap:wrap;gap:6px;display:flex}.tags span{color:#45615e;background:#eef3f3;border-radius:5px;padding:6px 8px;font:500 9px DM Mono,monospace}.projects{background:#f1f4f5}.projects-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px;display:grid}.project-card{border-radius:var(--radius);background:#fff;border:1px solid #dce4e5;flex-direction:column;justify-content:space-between;min-height:295px;padding:27px;transition:transform .25s,box-shadow .25s;display:flex}.project-label{color:#718195;text-transform:uppercase;letter-spacing:.04em;font:500 9px DM Mono,monospace}.project-card h3{margin-top:20px;font-size:21px}.project-card p{color:var(--ink-soft);margin:12px 0;font-size:13px;line-height:1.7}.project-footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.project-arrow{color:#fff;background:var(--dark);border-radius:50%;flex:none;place-items:center;width:34px;height:34px;display:grid}.skills{background:#fff}.skills-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:0;margin-top:45px;display:grid}.skills-grid article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:160px;padding:22px}.skills-grid h3{color:var(--dark);margin:0 0 17px;font-size:13px}.skills-grid div{flex-wrap:wrap;gap:7px;display:flex}.skills-grid span{color:#506174;font-size:11px}.skills-grid span:not(:last-child):after{content:" •";color:#b6c1c8;margin-left:7px}.skills-note{color:#8792a0;margin:14px 0 0;font-size:10px;font-style:italic}.approach{background:var(--dark);color:#fff}.approach .section-heading h2{color:#fff}.approach .eyebrow{color:#65d8c3}.approach-list{border-top:1px solid #2d3c4f;grid-template-columns:repeat(5,1fr);margin-top:48px;display:grid}.approach-list article{border-bottom:1px solid #2d3c4f;min-height:230px;padding:23px 20px 15px 0}.approach-list article+article{border-left:1px solid #2d3c4f;padding-left:20px}.approach-list span{color:#65d8c3;font:500 10px DM Mono,monospace}.approach-list h3{color:#fff;letter-spacing:-.035em;margin:38px 0 11px;font-size:16px}.approach-list p{color:#a9b8c7;margin:0;font-size:12px;line-height:1.7}.contact{background:#e3f0ed}.contact-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:85px;display:grid}.contact-card{background:#fff;border-radius:15px;padding:13px 27px;box-shadow:0 16px 35px #16464114}.contact-row{color:var(--accent-deep);border-bottom:1px solid #e5ebeb;align-items:center;gap:15px;padding:19px 0;display:flex}.contact-row:last-child{border:0}.contact-row div{flex-direction:column;gap:3px;min-width:0;display:flex}.contact-row small{color:#84919d;text-transform:uppercase;font:500 9px DM Mono,monospace}.contact-row span,.contact-row a{overflow-wrap:anywhere;color:#344657;font-size:12px;font-weight:700}.contact-row a:hover{color:var(--accent-deep)}footer{color:#fff;background:#07101d;padding:36px 0}.footer-content{grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;display:grid}.footer-content>div:first-child{flex-direction:column;gap:6px;display:flex}.footer-content strong{font-size:13px}.footer-content span{color:#91a0b0;font-size:10px}.footer-links{gap:16px;display:flex}.footer-links a{color:#a0afbe;font-size:10px}.footer-content p{color:#788899;justify-self:end;margin:0;font:400 9px DM Mono,monospace}@media (width<=900px){.hero-grid,.about-grid,.contact-grid{gap:42px}.expertise-grid{grid-template-columns:repeat(2,1fr)}.approach-list{grid-template-columns:repeat(3,1fr)}.approach-list article:nth-child(4){border-left:0;padding-left:0}.module-list{grid-template-columns:repeat(2,1fr)}.module-item:nth-child(3n+2),.module-item:nth-child(3n+3){border-left:0;padding-left:0}.module-item:nth-child(2n){border-left:1px solid #2a3749;padding-left:18px}.projects-grid{grid-template-columns:1fr}.project-card{min-height:220px}.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.container,.hero-grid{width:min(100% - 32px,1160px)}.section{padding:78px 0}.nav-wrap{height:64px}.nav-links,.nav-contact{display:none}.menu-button{margin-left:auto;display:block}.mobile-menu{border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;padding:11px;display:flex;position:absolute;top:64px;left:16px;right:16px;box-shadow:0 18px 35px #1018271f}.mobile-menu a{color:#405064;padding:12px;font-size:13px;font-weight:700}.hero{min-height:auto;padding:62px 0 52px}.hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr;gap:36px}.hero h1{font-size:clamp(2.8rem,15vw,4rem)}.hero-intro{font-size:.97rem}.hero-actions{flex-wrap:wrap;margin-top:27px}.system-visual{justify-self:start;width:100%;max-width:430px}.about-note{padding:24px}.expertise-grid{grid-template-columns:1fr;margin-top:35px}.expertise-card{min-height:auto}.expertise-card p{min-height:0}.modules-top{gap:20px}.modules-icon{flex:none;width:36px}.module-list{grid-template-columns:1fr;margin-top:35px}.module-item:nth-child(2n){border-left:0;padding-left:0}.timeline{margin-top:37px}.timeline-item{grid-template-columns:24px 1fr;gap:0}.timeline-date{grid-area:1/2;margin-bottom:11px}.timeline-marker{grid-area:1/1/span 2}.experience-card{grid-area:2/2;padding:21px}.experience-head,.experience-body{grid-template-columns:1fr;gap:15px;display:grid}.environment{text-align:left;width:max-content;max-width:none}.experience-body{gap:24px}.skills-grid{grid-template-columns:1fr}.skills-grid article{min-height:auto}.approach-list{grid-template-columns:1fr;margin-top:35px}.approach-list article,.approach-list article+article,.approach-list article:nth-child(4){border-left:0;min-height:auto;padding:22px 0}.approach-list h3{margin:15px 0 8px}.contact-card{padding-inline:21px}.footer-content{grid-template-columns:1fr;gap:19px}.footer-content p{justify-self:start}.footer-links{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal]{opacity:1;transform:none}}
