:root{--bg:#050505;--panel:#0a0a0a;--line:#252525;--line2:#343434;--white:#f2f2f2;--muted:#858585;--red:#e10b18;--display:"Oswald",sans-serif;--mono:"DM Mono",monospace}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#df101c #050505}body{margin:0;background:#050505;color:var(--white);font-family:Inter,Arial,sans-serif;overflow-x:hidden}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-track{background:#050505}body::-webkit-scrollbar-thumb{background:linear-gradient(#f01825,#72050b);border:2px solid #050505;border-radius:20px}::selection{background:var(--red);color:white}.noise{position:fixed;inset:0;z-index:100;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.cursor-dot{position:fixed;z-index:110;width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 16px var(--red);pointer-events:none;transform:translate(-50%,-50%)}.section,.topbar,footer{width:min(1240px,calc(100% - 80px));margin:auto}.topbar{height:62px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font:8px var(--mono)}.brand-mini{text-decoration:none;display:flex;flex-direction:column;gap:4px}.brand-mini span{color:var(--red);font-weight:600}.brand-mini small{color:#666}.nav{display:flex;gap:30px}.nav a{font:7px var(--mono);color:#777;text-decoration:none;transition:.25s}.nav a:hover{color:#fff}.freelance-mini{display:flex;gap:18px;color:#858585}.freelance-mini i{color:var(--red);font-style:normal;font-size:16px}.hero{height:690px;position:relative;border-bottom:1px solid var(--line2);overflow:hidden}.hero-grid{position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 25%,rgba(255,255,255,.025) 25.05%,transparent 25.1% 75%,rgba(255,255,255,.025) 75.05%,transparent 75.1%),linear-gradient(0deg,rgba(255,255,255,.016) 1px,transparent 1px);background-size:auto,100% 115px}.hero-bg-word{position:absolute;z-index:1;top:13px;left:50%;transform:translateX(-50%);font:700 clamp(125px,14vw,184px)/.82 var(--display);letter-spacing:-.075em;color:#c90815;white-space:nowrap}.hero-portrait{position:absolute;z-index:3;left:50%;top:115px;transform:translateX(-50%);width:570px;height:575px;display:flex;align-items:flex-end;justify-content:center;pointer-events:none}.hero-portrait img{width:100%;height:100%;object-fit:contain;object-position:center bottom;display:block;transform:scale(1.03);filter:contrast(1.07) brightness(.98) drop-shadow(0 20px 30px rgba(0,0,0,.45))}.hero-portrait:after{content:"";position:absolute;left:8%;right:8%;bottom:-5px;height:70px;background:linear-gradient(transparent,#050505 86%);z-index:4}.hero-copy{position:absolute;z-index:8;left:0;top:206px;width:270px}.script{font:500 34px/1 Caveat,cursive;margin-bottom:5px}.hero-copy h1{margin:0 0 17px;font:700 64px/.82 var(--display);letter-spacing:-.04em}.role{font-size:13px;line-height:1.22;font-weight:800;color:var(--red)}.intro{max-width:245px;color:#949494;font-size:8.8px;line-height:1.55;margin:14px 0 17px}.hero-actions{display:flex;align-items:center;gap:15px}.primary-btn{padding:9px 11px;border:1px solid #8d0b13;background:#160103;text-decoration:none;font:6px var(--mono);transition:.3s}.primary-btn span{color:var(--red);font-size:12px;margin-left:8px}.primary-btn:hover{background:var(--red);border-color:var(--red);color:#050505}.primary-btn:hover span{color:#050505}.text-btn{font:6px var(--mono);color:#888;text-decoration:none}.text-btn:hover{color:#fff}.hero-note{position:absolute;z-index:8;right:88px;top:267px;display:flex;align-items:center;gap:15px}.ring{width:48px;height:48px;border:1px solid #505050;border-radius:50%;display:grid;place-items:center;font-size:11px;box-shadow:0 0 0 5px #050505,0 0 0 6px #303030;transition:.35s}.hero-note:hover .ring{border-color:var(--red);transform:rotate(90deg)}.hero-note p{margin:0;font:7px/1.4 var(--mono);color:#8c8c8c}.stats{position:absolute;z-index:8;right:0;top:391px;width:138px}.stats>div{height:63px;border-bottom:1px solid #303030;display:flex;align-items:center;gap:12px;transition:.3s}.stats>div:hover{padding-left:8px;border-color:#790a11}.stats strong{font:500 32px/1 var(--display);color:#f01825}.stats strong span{font-size:17px}.stats small{font:6.5px/1.35 var(--mono);color:#898989}.scroll-cue{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);font:6px var(--mono);color:#5e5e5e;display:flex;gap:9px;align-items:center}.scroll-cue span{width:24px;height:1px;background:var(--red)}.scroll-cue b{color:#aaa}.ticker{border-bottom:1px solid var(--line);overflow:hidden;white-space:nowrap;padding:13px 0;color:#777;font:8px var(--mono)}.ticker div{width:max-content;animation:marquee 30s linear infinite}.ticker b{color:var(--red);margin:0 25px}@keyframes marquee{to{transform:translateX(-50%)}}.section-kicker{color:var(--red);font:7px var(--mono);letter-spacing:.08em;margin-bottom:25px}.about{padding:95px 0 105px;border-bottom:1px solid var(--line)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.about-title h2{font:600 clamp(45px,5.2vw,70px)/.92 var(--display);letter-spacing:-.025em;margin:0}.about-title em{font-style:normal;color:var(--red)}.about-copy{padding-top:7px;max-width:470px}.about-copy p{color:#818181;font:10px/1.7 var(--mono);margin:0 0 18px}.about-copy .lead{font:500 17px/1.35 Inter,sans-serif;color:#e3e3e3}.about-facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #333;margin-top:30px}.about-facts span{padding-top:13px;color:#8a8a8a;font:6px var(--mono)}.about-facts b{display:block;color:var(--red);font-weight:400;margin-bottom:6px}.services{padding:72px 0 78px;border-bottom:1px solid var(--line)}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.section-head h2{margin:0;font:600 23px/.95 var(--display)}.section-head>span{font:6px var(--mono);color:#666}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #333;border-left:1px solid #333}.service-grid article{min-height:270px;border-right:1px solid #333;border-bottom:1px solid #333;padding:23px;position:relative;transition:.35s}.service-grid article:hover{background:#100102;transform:translateY(-4px)}.service-grid article>b{font:9px var(--mono);color:var(--red)}.service-grid h3{font:600 27px/.94 var(--display);margin:48px 0 16px}.service-grid p{font:8px/1.55 var(--mono);color:#777;max-width:190px}.service-icon{position:absolute;right:20px;bottom:20px;color:#555;font-size:22px;transition:.3s}.service-grid article:hover .service-icon{color:var(--red);transform:rotate(12deg)}.projects{padding:92px 0 80px;border-bottom:1px solid var(--line)}.projects .section-head h2{font-size:35px}.projects .section-head a{font:6px var(--mono);color:#999;text-decoration:none}.projects .section-head a span{font-size:15px;margin-left:7px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px}.project-image{height:195px;border:1px solid #343434;overflow:hidden;position:relative;background:#111}.project-image:after{content:"";position:absolute;inset:0;border:1px solid transparent;transition:.3s}.project-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.65s}.project:hover .project-image img,.project:focus .project-image img{transform:scale(1.055);filter:brightness(1.08)}.project:hover .project-image:after,.project:focus .project-image:after{border-color:var(--red)}.project-meta{display:grid;grid-template-columns:40px 1fr 20px;align-items:center;margin-top:10px}.project-meta>span{font:500 30px var(--display);color:var(--red)}.project-meta h3{margin:0 0 2px;font:500 7px var(--mono)}.project-meta p{margin:0;color:#777;font:6px var(--mono)}.project-meta>b{font-size:17px;color:#888;transition:.3s}.project:hover .project-meta>b{color:var(--red);transform:translate(4px,-4px)}.project-desc{color:#777;font:7.5px/1.55 var(--mono);max-width:320px;margin:12px 0 0}.project-list{margin-top:55px;border-top:1px solid #333}.project-list>div{display:grid;grid-template-columns:55px 1.3fr 1fr 1fr 25px;align-items:center;min-height:69px;border-bottom:1px solid #292929;transition:.25s}.project-list>div:hover{padding-left:8px;background:#090909}.project-list span{font:20px var(--display);color:var(--red)}.project-list h3{font:500 10px var(--mono);margin:0}.project-list p,.project-list b{font:6px var(--mono);color:#777;margin:0;font-weight:400}.project-list i{font-style:normal;color:#777;font-size:16px}.project-list>div:hover i{color:var(--red)}.stack{padding:90px 0;border-bottom:1px solid var(--line)}.stack-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:100px}.stack-grid h2{font:600 65px/.85 var(--display);margin:0 0 25px}.stack-grid p{max-width:250px;color:#777;font:8px/1.6 var(--mono)}.tech-cloud{display:flex;flex-wrap:wrap;align-content:start;gap:10px;padding-top:4px}.tech-cloud span{border:1px solid #343434;padding:10px 13px;color:#999;font:8px var(--mono);transition:.25s}.tech-cloud span.large{font-size:13px;color:#ddd;padding:14px 17px}.tech-cloud span:hover{border-color:var(--red);background:#180204;color:#fff;transform:translateY(-3px)}.experience{padding:88px 0;border-bottom:1px solid var(--line)}.experience-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:50px}.timeline{border-top:1px solid #333}.time-row{display:grid;grid-template-columns:70px 1fr;min-height:112px;padding:20px 0;border-bottom:1px solid #292929}.time-row>span{font:24px var(--display);color:var(--red)}.time-row b{font:6px var(--mono);color:var(--red)}.time-row h3{font:18px var(--display);margin:7px 0}.time-row p{font:7.5px/1.5 var(--mono);color:#777;margin:0}.capability-card{background:linear-gradient(145deg,#9e0710,#3d0105);min-height:100%;padding:30px;position:relative;overflow:hidden}.capability-card>span{font:6px var(--mono);color:#ef9a9e}.capability-card strong{display:block;margin-top:45px;font:600 55px/.82 var(--display)}.capability-card p{position:absolute;left:30px;bottom:30px;max-width:190px;font:7px/1.5 var(--mono);color:#efb2b4}.capability-card i{position:absolute;right:25px;top:25px;color:#ff3b45;font-size:20px}.numbers{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.numbers div{min-height:165px;padding:30px 25px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}.numbers div:last-child{border-right:0}.numbers strong{font:500 58px var(--display);color:var(--red)}.numbers span{font:6px/1.35 var(--mono);color:#777}.testimonials{padding:90px 0;border-bottom:1px solid var(--line)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-grid blockquote{margin:0;min-height:235px;padding:25px;border:1px solid #2d2d2d;background:#090909;transition:.3s}.testimonial-grid blockquote:hover{border-color:#6d0b12;transform:translateY(-5px)}.testimonial-grid blockquote>span{font:55px/.5 Georgia;color:var(--red)}.testimonial-grid p{font:16px/1.3 Georgia,serif;margin:25px 0}.testimonial-grid cite{font:6px var(--mono);color:#777;font-style:normal}.contact{min-height:370px;padding:90px 0 75px;display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact-copy h2{font:600 67px/.86 var(--display);margin:0 0 22px}.contact-copy p{max-width:360px;color:#777;font:9px/1.6 var(--mono);margin-bottom:25px}.availability{display:inline-flex;align-items:center;gap:9px;text-decoration:none;color:#aaa;font:7px var(--mono)}.availability span{width:30px;height:30px;border:1px solid #8b1118;border-radius:50%;display:grid;place-items:center;color:var(--red);transition:.3s}.availability:hover{color:#fff}.availability:hover span{background:var(--red);color:#050505;transform:translateX(5px)}.contact-list{padding-top:35px}.contact-list a{display:grid;grid-template-columns:38px 80px 1fr;align-items:center;min-height:62px;border-bottom:1px solid #321417;text-decoration:none;color:#888;font:7px var(--mono);transition:.3s}.contact-list a:hover{padding-left:8px;color:#fff;border-color:#8c0d15}.contact-list i{width:28px;height:28px;border:1px solid #731019;border-radius:50%;display:grid;place-items:center;color:var(--red);font-style:normal}.contact-list b{font-weight:400;color:#aaa}footer{height:55px;border-top:1px solid #1c1c1c;display:flex;align-items:center;justify-content:space-between;color:#4f4f4f;font:6px var(--mono)}footer a{text-decoration:none;color:#777}footer a:hover{color:var(--red)}@media(max-width:1050px){.section,.topbar,footer{width:calc(100% - 44px)}.nav{display:none}.hero{height:650px}.hero-bg-word{font-size:14.5vw}.hero-copy{top:190px;width:230px}.hero-copy h1{font-size:58px}.hero-portrait{width:535px;height:555px}.hero-note{right:12px}.stats{right:0;top:370px}.service-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.stack-grid,.experience-grid,.contact{gap:55px}.project-image{height:175px}}@media(max-width:680px){.section,.topbar,footer{width:calc(100% - 30px)}.topbar{height:55px}.freelance-mini span{display:none}.hero{height:710px}.hero-bg-word{font-size:21vw;top:28px}.hero-copy{top:120px;width:205px}.hero-copy h1{font-size:50px}.hero-actions{gap:10px}.primary-btn{font-size:5.5px}.hero-portrait{width:100vw;height:475px;top:220px}.hero-note{right:0;top:auto;bottom:120px}.hero-note p{display:none}.stats{right:0;bottom:0;top:auto;width:205px;display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.stats>div{height:48px;display:block;padding-top:6px;border-top:1px solid #333;border-bottom:0}.stats strong{font-size:20px}.stats small{font-size:5px}.scroll-cue{display:none}.ticker{font-size:6px}.ticker b{margin:0 13px}.about,.services,.projects,.stack,.experience,.testimonials{padding:60px 0}.about-grid,.stack-grid,.experience-grid,.contact{grid-template-columns:1fr;gap:40px}.about-title h2{font-size:43px}.service-grid,.project-grid,.testimonial-grid{grid-template-columns:1fr}.service-grid article{min-height:230px}.projects .section-head{align-items:start;gap:15px}.projects .section-head h2{font-size:28px}.project-image{height:190px}.project-list{margin-top:40px}.project-list>div{grid-template-columns:40px 1fr 22px;gap:5px;padding:10px 0}.project-list p,.project-list b{display:none}.stack-grid h2{font-size:53px}.tech-cloud span.large{font-size:11px}.time-row{grid-template-columns:45px 1fr}.capability-card{min-height:330px}.numbers{grid-template-columns:1fr 1fr}.numbers div{min-height:125px;padding:20px}.numbers strong{font-size:43px}.contact{padding:60px 0}.contact-copy h2{font-size:52px}.contact-list{padding-top:0}.contact-list a{grid-template-columns:35px 65px 1fr;font-size:6px}footer{height:60px;gap:10px}footer span:last-of-type{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker div{animation:none}*{transition:none!important}}.section,.topbar,footer{width:min(1240px,calc(100% - 96px))}.hero{height:650px}.hero-bg-word{top:18px;font-size:clamp(120px,13vw,170px)}.hero-portrait{top:112px;width:545px;height:545px}.hero-copy{top:198px;width:250px}.hero-copy h1{font-size:59px;margin-bottom:15px}.hero-note{right:82px;top:252px}.stats{right:0;top:365px;width:135px}.about{padding:72px 0 78px}.about-grid{gap:82px}.about-title h2{font-size:56px}.about-copy .lead{font-size:15px}.services{padding:62px 0 68px}.service-grid article{min-height:245px;padding:21px}.service-grid h3{font-size:24px;margin:42px 0 13px}.projects{padding:70px 0 65px}.projects .section-head h2{font-size:31px}.project-image{height:180px}.project-list{margin-top:42px}.stack{padding:70px 0 72px}.stack-grid{gap:75px}.stack-grid h2{font-size:56px}.tech-cloud{gap:8px}.tech-cloud span{padding:9px 12px}.experience{padding:70px 0 68px}.experience-grid{gap:42px}.time-row{min-height:94px;padding:16px 0}.time-row h3{font-size:16px;margin:5px 0}.capability-card{padding:26px}.capability-card strong{font-size:49px;margin-top:40px}.numbers div{min-height:140px;padding:25px}.numbers strong{font-size:52px}.testimonials{padding:68px 0 72px}.testimonial-grid blockquote{min-height:205px;padding:22px}.testimonial-grid p{font-size:14px;margin:22px 0}.contact{min-height:315px;padding:70px 0 60px;gap:80px}.contact-copy h2{font-size:58px}.contact-list{padding-top:24px}.contact-list a{min-height:55px}footer{height:48px}@media(min-width:1450px){.section,.topbar,footer{width:1240px}.hero{height:650px}}@media(max-width:1050px){.section,.topbar,footer{width:calc(100% - 44px)}.hero{height:640px}.hero-bg-word{font-size:14vw}.hero-copy{top:184px}.hero-portrait{width:520px;height:540px}.hero-note{right:8px;top:252px}.stats{top:360px}.about,.services,.projects,.stack,.experience,.testimonials{padding-top:60px;padding-bottom:60px}.about-title h2{font-size:47px}.service-grid article{min-height:230px}.projects .section-head h2{font-size:28px}.project-image{height:165px}.stack-grid{gap:45px}.stack-grid h2{font-size:50px}.experience-grid{gap:35px}.contact{min-height:300px;padding-top:60px;padding-bottom:50px}.contact-copy h2{font-size:52px}}@media(max-width:680px){.section,.topbar,footer{width:calc(100% - 30px)}.hero{height:700px}.hero-bg-word{font-size:21vw}.hero-portrait{width:100vw;height:465px;top:218px}.hero-copy{top:118px}.about,.services,.projects,.stack,.experience,.testimonials{padding:55px 0}.about-title h2{font-size:42px}.service-grid article{min-height:215px}.project-image{height:185px}.stack-grid h2{font-size:49px}.contact{min-height:0;padding:55px 0}.contact-copy h2{font-size:49px}}.contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.cv-download{border:1px solid #541016;padding:7px 14px 7px 0}.achievement-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #333;border-bottom:1px solid #333;margin-top:45px}.achievement-strip div{padding:22px 18px;border-right:1px solid #2b2b2b}.achievement-strip div:last-child{border-right:0}.achievement-strip strong{display:block;font:32px var(--display);color:var(--red);margin-bottom:8px}.achievement-strip span{font:6px/1.35 var(--mono);color:#777}.cv-project-list>div{grid-template-columns:55px 1.35fr 1fr 1fr 25px}.cv-project-list>div:hover{background:#0b0102}.cv-project-list h3{font-size:9px}@media(max-width:680px){.achievement-strip{grid-template-columns:1fr 1fr}.achievement-strip div:nth-child(2){border-right:0}.achievement-strip div{min-height:105px}.cv-project-list>div{grid-template-columns:40px 1fr 22px}.contact-actions{gap:12px}}:root{--content-width:1380px}.section,.topbar,footer{width:min(var(--content-width),calc(100% - 112px))}.section-kicker{font-size:9px;letter-spacing:.1em}.section-head>span,.section-head a{font-size:8px}.hero-copy .intro{font-size:10px;line-height:1.65}.hero-copy .worldwide{font-size:8px}.project-meta h3{font-size:9px}.project-meta p{font-size:7px}.project-desc{font-size:9px;line-height:1.6}.project-list p,.project-list b{font-size:7px}.service-grid p{font-size:9.5px;line-height:1.6}.about-copy p{font-size:10px;line-height:1.75}.about-copy .lead{font-size:18px;line-height:1.45}.about-facts span{font-size:7px;padding-top:16px}.time-row p{font-size:8px;line-height:1.55}.time-row b{font-size:7px}.testimonial-grid cite{font-size:7px}.contact-copy p{font-size:10px;line-height:1.7}.contact-list a{font-size:8px}footer{font-size:7px}.hero{height:calc(100svh - 62px);min-height:700px;max-height:900px}.hero-bg-word{top:12px;font-size:clamp(145px,13.4vw,205px);line-height:.8}.hero-copy{top:28%;width:310px}.hero-copy h1{font-size:clamp(66px,5vw,82px);line-height:.8;margin-bottom:22px}.script{font-size:40px}.role{font-size:15px;line-height:1.25}.hero-copy .intro{max-width:295px;margin:18px 0 21px}.primary-btn{padding:12px 14px;font-size:7px}.text-btn{font-size:7px}.hero-portrait{top:18%;width:min(610px,43vw);height:78%}.hero-portrait img{transform:scale(1.04)}.hero-note{right:7%;top:43%}.hero-note .ring{width:56px;height:56px}.hero-note p{font-size:8px}.stats{top:57%;width:160px}.stats>div{height:72px}.stats strong{font-size:38px}.stats strong span{font-size:19px}.stats small{font-size:7.5px}.scroll-cue{font-size:7px}.about{min-height:100svh;padding:11vh 0 9vh;display:flex;flex-direction:column;justify-content:center}.about-grid{gap:110px;align-items:center}.about-title h2{font-size:clamp(58px,5vw,78px);line-height:.88}.about-copy{max-width:550px}.about-copy .lead{font-size:20px}.about-facts span{font-size:7px}.services{min-height:100svh;padding:10vh 0;display:flex;flex-direction:column;justify-content:center}.services .section-head{margin-bottom:34px}.services .section-head h2{font-size:32px}.service-grid{min-height:510px}.service-grid article{min-height:510px;padding:30px}.service-grid article>b{font-size:10px}.service-grid h3{font-size:31px;line-height:.9;margin:85px 0 22px}.service-grid p{max-width:240px;font-size:9.5px}.service-icon{font-size:28px;right:28px;bottom:28px}.projects{min-height:100svh;padding:10vh 0 8vh;display:flex;flex-direction:column;justify-content:center}.projects .section-head{margin-bottom:32px}.projects .section-head h2{font-size:42px}.project-grid{gap:24px}.project-image{height:240px}.project-meta{grid-template-columns:48px 1fr 25px;margin-top:13px}.project-meta>span{font-size:37px}.project-meta h3{font-size:9.5px}.project-meta p{font-size:7px}.project-desc{font-size:8.5px;margin-top:14px}.project-list{margin-top:48px}.project-list>div{min-height:76px}.project-list span{font-size:24px}.project-list h3{font-size:10px}.stack{min-height:82svh;padding:9vh 0;display:flex;flex-direction:column;justify-content:center}.stack-grid{gap:110px;align-items:center}.stack-grid h2{font-size:72px;line-height:.82}.stack-grid p{font-size:9px;line-height:1.65;max-width:320px}.tech-cloud{gap:11px}.tech-cloud span{padding:12px 15px;font-size:9px}.tech-cloud span.large{font-size:15px;padding:15px 19px}.experience{min-height:100svh;padding:9vh 0;display:flex;flex-direction:column;justify-content:center}.experience .section-head{margin-bottom:32px}.experience .section-head h2{font-size:34px}.experience-grid{gap:55px}.time-row{min-height:112px;padding:20px 0;grid-template-columns:82px 1fr}.time-row>span{font-size:28px}.time-row h3{font-size:19px;margin:7px 0}.time-row p{font-size:8.5px}.capability-card{min-height:560px;padding:34px}.capability-card strong{font-size:62px}.capability-card p{font-size:8px;line-height:1.6}.numbers{min-height:235px}.numbers div{min-height:235px;padding:35px}.numbers strong{font-size:67px}.numbers span{font-size:7px}.testimonials{min-height:80svh;padding:9vh 0;display:flex;flex-direction:column;justify-content:center}.testimonial-grid{gap:24px}.testimonial-grid blockquote{min-height:290px;padding:30px}.testimonial-grid blockquote>span{font-size:65px}.testimonial-grid p{font-size:18px;line-height:1.35;margin:30px 0}.contact{min-height:82svh;padding:9vh 0;align-items:center}.contact-copy h2{font-size:72px;line-height:.84}.contact-list{padding-top:0}.contact-list a{min-height:68px;font-size:8px}.contact-list i{width:32px;height:32px}footer{height:58px}@media(min-width:1600px){:root{--content-width:1420px}.hero-copy{top:27%;width:330px}.hero-copy h1{font-size:86px}.hero-portrait{width:650px;height:79%;top:17%}.stats{width:175px}.stats>div{height:78px}.stats strong{font-size:42px}.service-grid article{min-height:530px}.project-image{height:255px}}@media(max-width:1050px){.section,.topbar,footer{width:calc(100% - 44px)}.hero{height:700px;min-height:0}.hero-bg-word{font-size:14vw}.hero-copy{top:184px;width:230px}.hero-copy h1{font-size:58px}.hero-portrait{width:520px;height:540px;top:112px}.stats{top:360px}.about,.services,.projects,.stack,.experience,.testimonials{min-height:0;display:block;padding-top:70px;padding-bottom:70px}.service-grid article{min-height:300px}.project-image{height:190px}.stack-grid h2{font-size:55px}.capability-card{min-height:380px}.numbers div{min-height:160px}.contact{min-height:0}}@media(max-width:680px){.section,.topbar,footer{width:calc(100% - 30px)}.hero{height:700px}.hero-bg-word{font-size:21vw;top:28px}.hero-copy{top:118px;width:205px}.hero-copy h1{font-size:50px}.script{font-size:29px}.role{font-size:12px}.hero-copy .intro{font-size:8px;line-height:1.55}.hero-portrait{width:100vw;height:465px;top:218px}.hero-note{right:0;bottom:120px;top:auto}.stats{right:0;bottom:0;top:auto;width:205px}.stats strong{font-size:20px}.stats small{font-size:5px}.about,.services,.projects,.stack,.experience,.testimonials,.contact{padding:58px 0;min-height:0}.about-title h2{font-size:42px}.about-copy .lead{font-size:16px}.service-grid article{min-height:235px;padding:22px}.service-grid h3{font-size:27px;margin:50px 0 15px}.projects .section-head h2{font-size:29px}.project-image{height:190px}.stack-grid h2{font-size:50px}.experience .section-head h2{font-size:29px}.capability-card{min-height:330px}.numbers div{min-height:125px;padding:20px}.numbers strong{font-size:43px}.testimonial-grid blockquote{min-height:225px}.testimonial-grid p{font-size:15px}.contact-copy h2{font-size:50px}}.topbar{height:78px;padding:0 4px;position:relative;z-index:20;border-bottom:1px solid #292929}.topbar:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent 0%,#5b070d 25%,#e10b18 50%,#5b070d 75%,transparent 100%);opacity:.55}.brand-mini{min-width:220px;position:relative;padding-left:14px}.brand-mini:before{content:"";position:absolute;left:0;top:2px;width:3px;height:28px;background:var(--red);box-shadow:0 0 14px rgba(225,11,24,.4)}.brand-mini span{font-size:11px;letter-spacing:.04em}.brand-mini small{font-size:7px;letter-spacing:.08em;margin-top:1px}.nav{height:100%;display:flex;align-items:center;gap:5px;padding:0 8px}.nav a{position:relative;display:flex;align-items:center;justify-content:center;height:38px;min-width:72px;padding:0 12px;color:#888;font-size:8px;letter-spacing:.05em;text-decoration:none;border:1px solid transparent;transition:color .25s ease,background .25s ease,border-color .25s ease,transform .25s ease}.nav a:before{content:"";position:absolute;left:12px;right:12px;bottom:5px;height:1px;background:var(--red);transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.nav a:hover{color:#fff;background:#0d0d0d;border-color:#2c2c2c;transform:translateY(-1px)}.nav a:hover:before{transform:scaleX(1)}.freelance-mini{min-width:220px;justify-content:flex-end;font-size:8px}.freelance-mini i{width:30px;height:30px;border:1px solid #5d080e;border-radius:50%;display:grid;place-items:center;font-size:14px;background:#0b0102;box-shadow:inset 0 0 0 4px #050505;transition:.3s ease}.freelance-mini:hover i{color:#050505;background:var(--red);border-color:var(--red);transform:rotate(90deg)}.hero-copy .intro{max-width:320px;font-size:12px;line-height:1.72;color:#a0a0a0;margin:20px 0 23px}.hero-copy .role{font-size:16px;line-height:1.25}.hero-copy .script{font-size:42px}.hero-actions .primary-btn{min-height:44px;padding:0 16px;display:inline-flex;align-items:center;gap:5px;font-size:7px}.hero-actions .primary-btn span{font-size:15px}.hero-actions .text-btn{font-size:7.5px}.ring{width:62px;height:62px;font-size:14px;box-shadow:0 0 0 6px #050505,0 0 0 7px #303030}.service-icon{font-size:31px}.process i{width:38px;height:38px;font-size:14px}.process li:not(:last-child):before{left:18px;top:44px;height:37px}.contact-list i{width:36px;height:36px;font-size:12px}.availability span{width:36px;height:36px;font-size:14px}.project-meta>b{font-size:21px}.scroll-cue b{font-size:12px}.ticker{position:relative;height:58px;display:flex;align-items:center;overflow:hidden;white-space:nowrap;padding:0;border-top:1px solid #303030;border-bottom:1px solid #303030;background:linear-gradient(90deg,#070707 0%,#0b0b0b 50%,#070707 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.015),0 10px 30px rgba(0,0,0,.25)}.ticker:before,.ticker:after{content:"";position:absolute;top:0;bottom:0;width:150px;z-index:2;pointer-events:none}.ticker:before{left:0;background:linear-gradient(90deg,#050505 0%,rgba(5,5,5,.92) 35%,transparent 100%)}.ticker:after{right:0;background:linear-gradient(270deg,#050505 0%,rgba(5,5,5,.92) 35%,transparent 100%)}.ticker div{display:flex;align-items:center;gap:0;height:100%;width:max-content;animation:marquee 25s linear infinite;color:#a0a0a0;font:8px var(--mono);letter-spacing:.08em}.ticker-item{display:inline-flex;align-items:center;gap:28px;padding:0 28px;height:100%}.ticker-item b{width:7px;height:7px;display:inline-block;margin:0;color:var(--red);font-size:9px;line-height:7px;text-shadow:0 0 12px rgba(225,11,24,.65)}.ticker-item strong{color:#ddd;font-weight:400}.ticker-item small{color:#555;font-size:6px;margin-left:-17px}.ticker:hover div{animation-play-state:paused}@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.section-head a span{font-size:19px}.project-meta>b{transition:.3s ease}.service-icon{line-height:1}.capability-card i{font-size:25px}.contact-list a:hover i{background:var(--red);color:#050505}@media(max-width:1050px){.topbar{height:70px}.brand-mini{min-width:180px}.nav a{min-width:60px;font-size:7px}.freelance-mini{min-width:180px}.hero-copy .intro{font-size:10px;max-width:270px}.ring{width:54px;height:54px}.ticker{height:52px}}@media(max-width:680px){.topbar{height:60px}.brand-mini{min-width:145px}.brand-mini span{font-size:9px}.brand-mini small{font-size:6px}.nav{display:none}.freelance-mini{min-width:auto;font-size:6px}.freelance-mini i{width:27px;height:27px}.hero-copy .intro{font-size:9px;line-height:1.55;max-width:210px}.hero-copy .role{font-size:12px}.hero-copy .script{font-size:31px}.ring{width:44px;height:44px}.ticker{height:48px}.ticker div{font-size:7px}.ticker-item{gap:18px;padding:0 18px}.ticker-item small{display:none}}.topbar{height:82px}.brand-mini span{font-size:12px}.brand-mini small{font-size:9px}.nav{gap:8px}.nav a{min-width:82px;font-size:10px;letter-spacing:.06em}.freelance-mini{font-size:10px}.hero-copy .script{font-size:44px}.hero-copy h1{font-size:clamp(70px,5.2vw,88px)}.hero-copy .role{font-size:17px}.hero-copy .intro{max-width:330px;font-size:13px;line-height:1.7;color:#aaa}.hero-actions .primary-btn,.hero-actions .text-btn{font-size:9px}.hero-note p{font-size:9px}.scroll-cue{font-size:8px}.section-kicker{font-size:10px;letter-spacing:.1em}.section-head>span,.section-head a{font-size:10px}.section-head a span{font-size:21px}.about-copy p{font-size:12px;line-height:1.75}.about-copy .lead{font-size:20px;line-height:1.45}.about-facts span{font-size:9px}.about-facts b{font-size:10px}.services .section-head h2{font-size:34px}.service-grid article>b{font-size:11px}.service-grid h3{font-size:32px}.service-grid p{font-size:11px;line-height:1.65;max-width:245px}.service-icon{font-size:34px}.projects .section-head h2{font-size:44px}.project-meta>span{font-size:40px}.project-meta h3{font-size:10px}.project-meta p{font-size:9px}.project-meta>b{font-size:23px}.project-desc{font-size:10px;line-height:1.65}.project-list>div{min-height:82px}.project-list span{font-size:27px}.project-list h3{font-size:11px}.project-list p,.project-list b{font-size:9px}.project-list i{font-size:21px}.achievement-strip strong{font-size:38px}.achievement-strip span{font-size:8px}.stack-grid h2{font-size:76px}.stack-grid p{font-size:10px;line-height:1.7;max-width:330px}.tech-cloud span{font-size:10px;padding:12px 16px}.tech-cloud span.large{font-size:16px;padding:15px 19px}.experience .section-head h2{font-size:36px}.time-row>span{font-size:30px}.time-row b{font-size:9px}.time-row h3{font-size:20px}.time-row p{font-size:10px;line-height:1.65}.capability-card>span{font-size:9px}.capability-card strong{font-size:66px}.capability-card p{font-size:9px;line-height:1.65}.capability-card i{font-size:27px}.numbers strong{font-size:72px}.numbers span{font-size:9px}.testimonial-grid blockquote>span{font-size:70px}.testimonial-grid p{font-size:19px;line-height:1.4}.testimonial-grid cite{font-size:9px}.contact-copy h2{font-size:76px}.contact-copy p{font-size:12px;line-height:1.75}.contact-list a{min-height:72px;font-size:10px}.contact-list i{width:40px;height:40px;font-size:13px}.contact-list span{font-size:9px}.contact-list b{font-size:10px}.availability{font-size:9px}.availability span{width:40px;height:40px;font-size:16px}footer{font-size:9px}.ticker{height:64px}.ticker div{font-size:10px}.ticker-item{gap:32px;padding:0 32px}.ticker-item b{width:9px;height:9px;font-size:11px}.ticker-item small{font-size:8px}@media(min-width:1600px){.nav a{font-size:11px;min-width:88px}.freelance-mini{font-size:11px}.hero-copy .intro{font-size:14px;max-width:350px}.hero-copy .role{font-size:18px}.section-kicker{font-size:11px}.about-copy p,.contact-copy p{font-size:13px}.service-grid p,.project-desc,.time-row p{font-size:11px}.project-list h3{font-size:12px}.project-list p,.project-list b{font-size:10px}.tech-cloud span{font-size:11px}.time-row b,.capability-card>span{font-size:10px}.contact-list a,.contact-list b{font-size:11px}footer{font-size:10px}}@media(max-width:1050px){.topbar{height:72px}.brand-mini span{font-size:10px}.brand-mini small{font-size:8px}.nav a{min-width:62px;font-size:8px}.freelance-mini{font-size:8px}.hero-copy .intro{font-size:11px}.hero-copy .role{font-size:14px}.section-kicker{font-size:9px}.service-grid p,.project-desc,.time-row p{font-size:10px}.about-copy p,.contact-copy p{font-size:11px}.ticker div{font-size:9px}}@media(max-width:680px){.topbar{height:62px}.brand-mini span{font-size:9px}.brand-mini small{font-size:7px}.freelance-mini{font-size:7px}.hero-copy .script{font-size:31px}.hero-copy h1{font-size:51px}.hero-copy .role{font-size:12px}.hero-copy .intro{font-size:10px;line-height:1.6;max-width:215px}.section-kicker{font-size:9px}.about-copy p,.contact-copy p{font-size:10px}.about-copy .lead{font-size:17px}.service-grid p,.project-desc,.time-row p{font-size:9px}.project-list h3{font-size:9px}.project-list p,.project-list b{font-size:8px}.tech-cloud span{font-size:9px}.testimonial-grid p{font-size:16px}.contact-copy h2{font-size:51px}.contact-list a,.contact-list b{font-size:8px}.ticker{height:52px}.ticker div{font-size:8px}}.topbar{height:86px;padding:0 4px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;border-bottom:1px solid rgba(255,255,255,.13)}.topbar:after{height:1px;opacity:.8;background:linear-gradient(90deg,transparent,#7b0a10 18%,#ed1724 50%,#7b0a10 82%,transparent)}.brand-mini{justify-self:start;min-width:0;height:42px;justify-content:center;padding:0 0 0 16px;position:relative}.brand-mini:before{left:0;top:0;bottom:0;width:3px;height:auto;border-radius:3px}.brand-mini span{font-size:12px;line-height:1}.brand-mini small{font-size:8px;letter-spacing:.12em;margin-top:5px}.nav{justify-self:center;height:48px;padding:4px;gap:2px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(10,10,10,.78);box-shadow:0 8px 30px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.025);backdrop-filter:blur(12px)}.nav a{min-width:82px;height:38px;padding:0 15px;border-radius:5px;font-size:10px;letter-spacing:.09em}.nav a:before{left:17px;right:17px;bottom:4px}.nav a:hover{background:rgba(225,11,24,.08);border-color:rgba(225,11,24,.22)}.freelance-mini{justify-self:end;min-width:0;height:42px;padding-left:20px;gap:14px;font-size:10px;letter-spacing:.07em}.freelance-mini i{width:34px;height:34px;font-size:15px;border-color:#701017}.hero-note{gap:13px}.hero-note .ring{width:50px;height:50px;flex:0 0 50px;font-size:21px;line-height:1;font-family:Arial,sans-serif;font-weight:400;border-color:#575757;box-shadow:0 0 0 3px #050505,0 0 0 4px #343434}.hero-note p{font-size:9px;line-height:1.35;letter-spacing:.04em}.hero-note:hover .ring{border-color:var(--red);box-shadow:0 0 0 3px #050505,0 0 0 4px var(--red),0 0 22px rgba(225,11,24,.18)}@media(min-width:1600px){.topbar{height:90px}.nav{height:52px;padding:5px}.nav a{min-width:94px;height:40px;font-size:11px}.brand-mini span{font-size:13px}.brand-mini small{font-size:9px}.freelance-mini{font-size:11px}.freelance-mini i{width:38px;height:38px;font-size:17px}.hero-note .ring{width:54px;height:54px;flex-basis:54px;font-size:23px}.hero-note p{font-size:10px}}@media(max-width:1050px){.topbar{height:74px;grid-template-columns:auto 1fr auto;gap:12px}.nav{height:44px}.nav a{min-width:65px;height:34px;font-size:8px;padding:0 9px}.freelance-mini{font-size:8px}.hero-note .ring{width:48px;height:48px;flex-basis:48px;font-size:19px}}@media(max-width:680px){.topbar{height:64px;display:flex;justify-content:space-between}.brand-mini{height:36px}.brand-mini span{font-size:10px}.brand-mini small{font-size:7px}.freelance-mini{font-size:0;gap:0}.freelance-mini i{width:30px;height:30px;font-size:14px}.hero-note .ring{width:43px;height:43px;flex-basis:43px;font-size:18px}.hero-note p{font-size:8px}}.hero-actions{align-items:center;gap:22px;margin-top:4px}.hero-actions .primary-btn{position:relative;min-width:170px;min-height:56px;padding:0 18px;display:inline-flex;align-items:center;justify-content:space-between;gap:20px;overflow:hidden;border:1px solid #e21a25;background:linear-gradient(135deg,#220306 0%,#0c0203 100%);color:#f5f5f5;font:600 10px/1 var(--mono);letter-spacing:.09em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.035),0 8px 28px rgba(0,0,0,.28);transition:color .3s ease,background .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease}.hero-actions .primary-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 25%,rgba(255,255,255,.14) 50%,transparent 75%);transform:translateX(-120%);transition:transform .55s ease}.hero-actions .primary-btn:after{content:"";position:absolute;left:0;bottom:0;width:34%;height:2px;background:#ff1c28;transition:width .3s ease}.hero-actions .primary-btn span{position:relative;z-index:1;width:30px;height:30px;display:grid;place-items:center;margin:0;border:1px solid #721018;border-radius:50%;color:#ff1c28;font-size:16px;transition:transform .3s ease,background .3s ease,color .3s ease}.hero-actions .primary-btn:hover{color:#050505;background:#ef1520;border-color:#ef1520;transform:translateY(-3px);box-shadow:0 12px 36px rgba(225,11,24,.22)}.hero-actions .primary-btn:hover:before{transform:translateX(120%)}.hero-actions .primary-btn:hover:after{width:100%;background:#050505}.hero-actions .primary-btn:hover span{background:#050505;color:#ef1520;border-color:#050505;transform:rotate(45deg)}.hero-actions .text-btn{display:inline-flex;align-items:center;min-height:56px;padding:0 2px;font:500 9px/1 var(--mono);letter-spacing:.1em;color:#999;transition:color .25s ease,transform .25s ease}.hero-actions .text-btn:after{content:"↗";margin-left:10px;color:#e21a25;font-size:14px}.hero-actions .text-btn:hover{color:#fff;transform:translateX(3px)}.ticker{height:76px;position:relative;isolation:isolate;border-top:1px solid #3a3a3a;border-bottom:1px solid #3a3a3a;background:radial-gradient(circle at 50% 50%,rgba(225,11,24,.055),transparent 38%),linear-gradient(180deg,#0c0c0c,#070707);box-shadow:inset 0 1px 0 rgba(255,255,255,.025),inset 0 -1px 0 rgba(0,0,0,.8)}.ticker:before{content:"CAPABILITIES";position:absolute;z-index:4;left:0;top:0;bottom:0;width:168px;display:flex;align-items:center;padding-left:26px;color:#eee;background:linear-gradient(90deg,#060606 0%,#080808 82%,transparent 100%);font:700 9px/1 var(--mono);letter-spacing:.14em;pointer-events:none}.ticker:after{content:"";position:absolute;z-index:4;right:0;top:0;bottom:0;width:130px;background:linear-gradient(270deg,#060606 0%,rgba(6,6,6,.92) 35%,transparent 100%);pointer-events:none}.ticker div{height:100%;display:flex;align-items:center;padding-left:168px;animation:marquee 28s linear infinite;will-change:transform}.ticker-item{position:relative;height:44px;min-width:235px;padding:0 38px;display:inline-flex;align-items:center;justify-content:space-between;gap:20px;border-left:1px solid #242424;transition:background .25s ease}.ticker-item:last-child{border-right:1px solid #242424}.ticker-item:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:2px;background:#5b080e;transition:background .25s ease,box-shadow .25s ease}.ticker-item:hover{background:rgba(225,11,24,.055)}.ticker-item:hover:before{background:#ef1520;box-shadow:0 0 12px rgba(225,11,24,.7)}.ticker-item strong{color:#d7d7d7;font:600 10px/1 var(--mono);letter-spacing:.07em}.ticker-item small{order:-1;color:#555;font:8px/1 var(--mono);letter-spacing:.12em;margin:0}.ticker-item b{flex:0 0 auto;width:9px;height:9px;color:#ff1824;font-size:12px;text-shadow:0 0 12px rgba(225,11,24,.8);transition:transform .3s ease}.ticker-item:hover b{transform:rotate(90deg) scale(1.2)}.ticker:hover div{animation-play-state:paused}@media(min-width:1600px){.hero-actions .primary-btn{min-width:182px;min-height:60px;font-size:11px}.hero-actions .primary-btn span{width:32px;height:32px;font-size:17px}.hero-actions .text-btn{font-size:10px}.ticker{height:82px}.ticker:before{width:190px;font-size:10px;padding-left:30px}.ticker div{padding-left:190px}.ticker-item{min-width:270px;height:50px;padding:0 44px}.ticker-item strong{font-size:11px}.ticker-item small{font-size:9px}.ticker-item b{font-size:13px}}@media(max-width:1050px){.hero-actions .primary-btn{min-width:150px;min-height:50px;font-size:8px}.ticker{height:64px}.ticker:before{width:125px;padding-left:15px;font-size:7px}.ticker div{padding-left:125px}.ticker-item{min-width:205px;height:40px;padding:0 25px}.ticker-item strong{font-size:8px}}@media(max-width:680px){.hero-actions{gap:12px}.hero-actions .primary-btn{min-width:145px;min-height:48px;padding:0 13px;font-size:7px}.hero-actions .primary-btn span{width:26px;height:26px;font-size:13px}.hero-actions .text-btn{min-height:48px;font-size:7px}.ticker{height:58px}.ticker:before{width:95px;padding-left:10px;font-size:6px}.ticker div{padding-left:95px;animation-duration:24s}.ticker-item{min-width:175px;height:36px;padding:0 18px;gap:10px}.ticker-item strong{font-size:7px}.ticker-item small{font-size:6px}.ticker-item b{font-size:9px}}.section-cv-btn{min-height:42px;padding:0 15px;display:inline-flex;align-items:center;gap:14px;border:1px solid #5d0a10;color:#ddd!important;background:#100203;text-decoration:none;transition:.25s ease}.section-cv-btn span{font-size:17px!important;color:#ed1722}.section-cv-btn:hover{color:#050505!important;background:#ed1722;border-color:#ed1722;transform:translateY(-2px)}.section-cv-btn:hover span{color:#050505}.topbar-refined{height:72px;position:relative;z-index:40}.topbar-refined .nav{position:fixed;z-index:120;top:18px;left:50%;transform:translateX(-50%);height:44px;padding:4px;display:flex;align-items:center;gap:2px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(8,8,8,.78);backdrop-filter:blur(16px) saturate(115%);-webkit-backdrop-filter:blur(16px) saturate(115%);box-shadow:0 10px 35px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.035),0 0 0 1px rgba(225,11,24,.025)}.topbar-refined .nav:before{content:"";position:absolute;left:28px;right:28px;top:-1px;height:1px;background:linear-gradient(90deg,transparent,var(--red),transparent);opacity:.5;border-radius:999px}.topbar-refined .nav a{min-width:67px;height:34px;padding:0 13px;border:0;border-radius:999px;color:#8b8b8b;font-size:7px;letter-spacing:.09em;background:transparent;transition:color .22s ease,background .22s ease,transform .22s ease,box-shadow .22s ease}.topbar-refined .nav a:before{left:18px;right:18px;bottom:5px;background:var(--red);transform:scaleX(0)}.topbar-refined .nav a:hover{color:#fff;background:rgba(255,255,255,.045);border:0;transform:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.055)}.topbar-refined .nav a:hover:before{transform:scaleX(1)}.topbar-refined .nav a.nav-active{color:#fff;background:rgba(225,11,24,.10);box-shadow:inset 0 0 0 1px rgba(225,11,24,.17)}.topbar-refined .nav a.nav-active:before{transform:scaleX(1)}.topbar-refined .brand-mini{min-width:200px;padding-left:12px}.topbar-refined .brand-mini span{font-size:10px}.topbar-refined .brand-mini small{font-size:6.5px}.topbar-refined .freelance-mini{min-width:200px;font-size:7px}.topbar-refined .freelance-mini i{width:27px;height:27px;font-size:12px}.hero{padding-top:1px}.hero-actions .primary-btn{min-width:146px;min-height:46px;height:46px;padding:0 13px;gap:13px;border-radius:0;font-size:8px;letter-spacing:.07em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02),0 7px 22px rgba(0,0,0,.28)}.hero-actions .primary-btn span{width:26px;height:26px;font-size:13px}.hero-actions .text-btn{min-height:46px;font-size:7.5px}.section-cv-btn{min-height:38px;height:38px;padding:0 13px;gap:10px;font-size:7px}.section-cv-btn span{font-size:15px!important}.hero-actions{gap:17px}@media(min-width:681px){.topbar-refined{padding-top:0}}@media(max-width:1050px){.topbar-refined{height:68px}.topbar-refined .nav{top:14px;height:42px}.topbar-refined .nav a{min-width:60px;padding:0 10px;font-size:6.5px}.topbar-refined .brand-mini{min-width:170px}.topbar-refined .freelance-mini{min-width:170px}.hero-actions .primary-btn{min-width:140px;height:44px;min-height:44px;font-size:7.5px}}@media(max-width:680px){.topbar-refined{height:60px}.topbar-refined .nav{top:auto;bottom:14px;left:50%;transform:translateX(-50%);height:42px;width:auto}.topbar-refined .nav a{min-width:55px;height:32px;padding:0 9px;font-size:6px}.topbar-refined .brand-mini{min-width:140px}.topbar-refined .freelance-mini{min-width:auto}.hero-actions .primary-btn{min-width:135px;height:43px;min-height:43px;padding:0 12px;font-size:6.5px}.hero-actions .primary-btn span{width:24px;height:24px;font-size:12px}.hero-actions .text-btn{min-height:43px;font-size:6.5px}.section-cv-btn{height:36px;min-height:36px}}@media(prefers-reduced-motion:reduce){.topbar-refined .nav,.topbar-refined .nav a,.hero-actions .primary-btn,.section-cv-btn{transition:none!important}}.topbar-refined{height:76px;position:relative;z-index:100;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;column-gap:32px;border-bottom:1px solid rgba(255,255,255,.08)}.topbar-refined:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(225,11,24,.18) 18%,rgba(225,11,24,.7) 50%,rgba(225,11,24,.18) 82%,transparent)}.topbar-refined .brand-mini{justify-self:start;min-width:0;padding-left:14px;gap:4px;position:relative}.topbar-refined .brand-mini:before{content:"";position:absolute;left:0;top:1px;width:3px;height:29px;border-radius:2px;background:#e10b18;box-shadow:0 0 14px rgba(225,11,24,.24)}.topbar-refined .brand-mini span{font-size:10px;line-height:1;letter-spacing:.045em}.topbar-refined .brand-mini small{font-size:6px;letter-spacing:.105em}.topbar-refined .nav{position:fixed;top:16px;left:50%;transform:translateX(-50%);height:44px;width:auto;padding:3px;display:flex;align-items:center;gap:2px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(9,9,9,.76);backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%);box-shadow:0 12px 36px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.035);transition:top .25s ease,height .25s ease,padding .25s ease,background .25s ease}.topbar-refined .nav:before{content:"";position:absolute;left:24px;right:24px;top:-1px;height:1px;background:linear-gradient(90deg,transparent,#e10b18,transparent);opacity:.45}.topbar-refined .nav a{min-width:67px;height:35px;padding:0 13px;display:flex;align-items:center;justify-content:center;position:relative;border:1px solid transparent!important;border-radius:9px;color:#8a8a8a;background:transparent;font:500 7.5px/1 var(--mono);letter-spacing:.09em;text-decoration:none;transition:color .22s ease,background .22s ease,border-color .22s ease}.topbar-refined .nav a:after{content:"";position:absolute;left:17px;right:17px;bottom:5px;height:1px;border-radius:9px;background:#e10b18;transform:scaleX(0);transition:transform .22s ease}.topbar-refined .nav a:hover{color:#fff;background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.055)!important;transform:none}.topbar-refined .nav a:hover:after{transform:scaleX(1)}.topbar-refined .nav a.nav-active{color:#fff;background:rgba(225,11,24,.08);border-color:rgba(225,11,24,.16)!important}.topbar-refined .nav a.nav-active:after{transform:scaleX(1)}.topbar-refined .freelance-mini{justify-self:end;min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:10px;color:#888;font:7px var(--mono);letter-spacing:.065em}.topbar-refined .freelance-mini:before{content:"";width:18px;height:1px;background:linear-gradient(90deg,transparent,#e10b18);opacity:.55}.topbar-refined .freelance-mini i{width:31px;height:31px;border:1px solid #651018;border-radius:50%;display:grid;place-items:center;color:#ef1723;background:#090909;box-shadow:inset 0 0 0 4px #050505;font-size:12px;transition:.3s ease}.topbar-refined .freelance-mini:hover i{color:#050505;background:#e10b18;border-color:#e10b18;transform:rotate(90deg);box-shadow:0 0 18px rgba(225,11,24,.2)}.topbar-refined.nav-scrolled .nav{top:11px;height:40px;padding:2px;background:rgba(4,4,4,.93);box-shadow:0 10px 30px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.04)}.topbar-refined.nav-scrolled .nav a{height:33px;min-width:63px}.hero,.about,.projects,.stack,.experience,.contact{scroll-margin-top:75px}.hero-actions{gap:18px}.hero-actions .primary-btn{min-width:150px;height:48px;min-height:48px;padding:0 14px;border:1px solid #e10b18;background:linear-gradient(135deg,#200305,#090909);display:inline-flex;align-items:center;justify-content:space-between;gap:14px;font-size:8px;letter-spacing:.07em}.hero-actions .primary-btn span{width:27px;height:27px;font-size:13px}.hero-actions .text-btn{height:48px;min-height:48px;font-size:7px}@media (max-width:1050px){.topbar-refined{height:70px;grid-template-columns:auto 1fr auto}.topbar-refined .nav{top:13px;height:42px}.topbar-refined .nav a{min-width:58px;height:34px;padding:0 10px;font-size:6.5px}.hero-actions .primary-btn{min-width:140px;height:44px;min-height:44px;font-size:7.5px}}@media (max-width:680px){.topbar-refined{height:62px;grid-template-columns:1fr auto}.topbar-refined .brand-mini{padding-left:11px}.topbar-refined .brand-mini:before{height:26px}.topbar-refined .nav{top:auto;bottom:12px;height:40px;border-radius:12px}.topbar-refined .nav a{min-width:54px;height:32px;padding:0 8px;font-size:5.8px}.topbar-refined.nav-scrolled .nav{top:auto;bottom:9px}.topbar-refined .freelance-mini:before{display:none}.topbar-refined .freelance-mini i{width:28px;height:28px}.hero-actions .primary-btn{min-width:135px;height:43px;min-height:43px;font-size:6.5px}}.topbar-refined{height:82px}.topbar-refined .brand-mini{width:260px;min-width:260px;height:48px;padding:7px 0 6px 18px;justify-content:center;gap:5px;position:relative;border-left:1px solid rgba(225,11,24,.42);transition:transform .28s ease,border-color .28s ease}.topbar-refined .brand-mini:before{content:"";position:absolute;left:-1px;top:0;width:4px;height:48px;border-radius:0 3px 3px 0;background:linear-gradient(180deg,#ff1b27,#b90812);box-shadow:0 0 18px rgba(225,11,24,.24)}.topbar-refined .brand-mini:after{content:"";position:absolute;left:18px;right:0;bottom:0;height:1px;background:linear-gradient(90deg,rgba(225,11,24,.55),transparent 78%);opacity:.6}.topbar-refined .brand-mini:hover{transform:translateX(2px);border-left-color:rgba(225,11,24,.72)}.topbar-refined .brand-mini span{font-size:12px;line-height:1;letter-spacing:.045em;color:#f01a25;text-shadow:0 0 16px rgba(225,11,24,.08)}.topbar-refined .brand-mini small{font-size:7px;line-height:1;letter-spacing:.12em;color:#707070}.topbar-refined .nav{top:18px}.topbar-refined .freelance-mini{padding-right:4px}@media(min-width:1250px){.topbar-refined{grid-template-columns:260px 1fr 260px;column-gap:0}.topbar-refined .nav{justify-self:center}}@media(max-width:1050px){.topbar-refined{height:72px}.topbar-refined .brand-mini{width:215px;min-width:215px;height:44px;padding-left:15px}.topbar-refined .brand-mini:before{height:44px}.topbar-refined .brand-mini span{font-size:10px}.topbar-refined .brand-mini small{font-size:6px}}@media(max-width:680px){.topbar-refined{height:62px}.topbar-refined .brand-mini{width:auto;min-width:0;height:38px;padding-left:12px}.topbar-refined .brand-mini:before{height:38px}.topbar-refined .brand-mini span{font-size:9px}.topbar-refined .brand-mini small{font-size:5.5px;letter-spacing:.08em}}.topbar-refined{height:78px;position:relative;z-index:200}.topbar-refined .brand-mini{width:286px;min-width:286px;height:50px;padding:7px 20px 7px 20px;border:1px solid rgba(255,255,255,.075);border-left:0;border-radius:0 11px 11px 0;background:linear-gradient(90deg,rgba(225,11,24,.055),rgba(255,255,255,.015));box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 9px 24px rgba(0,0,0,.18)}.topbar-refined .brand-mini:before{left:0;top:-1px;width:4px;height:52px;background:linear-gradient(180deg,#ff2430,#8e070e)}.topbar-refined .brand-mini:after{left:20px;right:22px;bottom:7px;opacity:.45}.topbar-refined .brand-mini span{font-size:12px}.topbar-refined .brand-mini small{font-size:6.8px;color:#7b7b7b}.brand-status{font:500 6px var(--mono);color:#4f4f4f;margin-left:5px;letter-spacing:.08em}.brand-status:before{content:'•';color:var(--red);margin-right:4px}.topbar-refined .nav{position:fixed;top:17px;left:50%;transform:translateX(-50%);height:46px;padding:4px;gap:3px;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(7,7,7,.84);box-shadow:0 14px 42px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.04)}.topbar-refined .nav a{min-width:78px;height:36px;padding:0 15px;border-radius:8px;font-size:8px;letter-spacing:.08em}.topbar-refined .nav a.nav-active{background:linear-gradient(180deg,rgba(225,11,24,.13),rgba(225,11,24,.055));color:#fff;box-shadow:inset 0 0 0 1px rgba(225,11,24,.16)}.topbar-refined .nav a.nav-active:after{height:2px;bottom:4px}.topbar-refined .freelance-mini{min-width:250px;height:42px;padding:0 9px 0 15px;border:1px solid rgba(255,255,255,.07);border-radius:999px;background:rgba(255,255,255,.018);gap:11px}.topbar-refined .freelance-mini:before{width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 10px rgba(225,11,24,.55);opacity:1}.topbar-refined .freelance-mini i{width:31px;height:31px;flex:none;font-size:13px}.topbar-refined.nav-scrolled .nav{top:10px;height:42px;background:rgba(4,4,4,.94)}.topbar-refined.nav-scrolled .nav a{height:33px;min-width:71px}@media(max-width:1050px){.topbar-refined{height:72px}.topbar-refined .brand-mini{width:230px;min-width:230px}.topbar-refined .nav{top:14px;height:43px}.topbar-refined .nav a{min-width:61px;padding:0 11px;font-size:7px}.topbar-refined .freelance-mini{min-width:205px}.brand-status{display:none}}@media(max-width:680px){.topbar-refined{height:62px}.topbar-refined .brand-mini{width:auto;min-width:0;height:40px;padding-left:14px;padding-right:12px}.topbar-refined .brand-mini:before{height:42px}.topbar-refined .brand-mini span{font-size:9px}.topbar-refined .brand-mini small{font-size:5.5px}.topbar-refined .freelance-mini{min-width:auto;border:0;background:none;padding:0;height:38px}.topbar-refined .freelance-mini span{display:none}.topbar-refined .freelance-mini:before{display:none}.topbar-refined .nav{top:auto;bottom:11px;height:40px}.topbar-refined .nav a{min-width:54px;height:32px;padding:0 8px;font-size:6px}.topbar-refined.nav-scrolled .nav{top:auto;bottom:8px}}.topbar-refined{width:min(1380px,calc(100% - 96px)) !important;height:76px !important;display:grid !important;grid-template-columns:1fr auto 1fr !important;align-items:center !important;column-gap:32px !important;position:relative !important;z-index:200 !important;padding:0 !important;border-bottom:1px solid rgba(255,255,255,.09) !important;background:transparent !important;box-shadow:none !important}.topbar-refined:after{content:"" !important;position:absolute !important;left:0 !important;right:0 !important;bottom:-1px !important;height:1px !important;background:linear-gradient(90deg,transparent 0%,rgba(225,11,24,.22) 20%,rgba(225,11,24,.62) 50%,rgba(225,11,24,.22) 80%,transparent 100%) !important;opacity:.65 !important}.topbar-refined .brand-mini{justify-self:start !important;width:auto !important;min-width:0 !important;height:38px !important;margin:0 !important;padding:1px 0 0 14px !important;display:flex !important;flex-direction:column !important;justify-content:center !important;gap:5px !important;position:relative !important;border:0 !important;border-radius:0 !important;background:none !important;box-shadow:none !important;text-decoration:none !important;transform:none !important}.topbar-refined .brand-mini:before{content:"" !important;position:absolute !important;left:0 !important;top:1px !important;width:3px !important;height:34px !important;border-radius:2px !important;background:linear-gradient(180deg,#ff1d29,#a70810) !important;box-shadow:0 0 12px rgba(225,11,24,.16) !important}.topbar-refined .brand-mini:after{display:none !important}.topbar-refined .brand-mini span{font:700 11px/1 var(--mono) !important;letter-spacing:.055em !important;color:#ef1622 !important}.topbar-refined .brand-mini small{font:6.5px/1 var(--mono) !important;letter-spacing:.095em !important;color:#666 !important}.topbar-refined .brand-mini .brand-status{font:500 5.5px/1 var(--mono) !important;letter-spacing:.07em !important;color:#484848 !important;margin-left:8px !important;font-weight:400 !important}.topbar-refined .nav{position:fixed !important;top:18px !important;left:50% !important;transform:translateX(-50%) !important;width:auto !important;height:36px !important;padding:0 !important;margin:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:38px !important;border:0 !important;border-radius:0 !important;background:transparent !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important;box-shadow:none !important}.topbar-refined .nav:before{content:"" !important;position:absolute !important;left:50% !important;bottom:-9px !important;transform:translateX(-50%) !important;width:7px !important;height:1px !important;background:#e10b18 !important;opacity:.75 !important}.topbar-refined .nav a{position:relative !important;min-width:auto !important;height:36px !important;padding:0 2px !important;display:flex !important;align-items:center !important;justify-content:center !important;border:0 !important;border-radius:0 !important;background:transparent !important;color:#777 !important;font:500 8px/1 var(--mono) !important;letter-spacing:.105em !important;text-decoration:none !important;box-shadow:none !important;transform:none !important;transition:color .25s ease !important}.topbar-refined .nav a:before,.topbar-refined .nav a:after{content:none !important}.topbar-refined .nav a::selection{background:none}.topbar-refined .nav a:hover{color:#fff !important;background:transparent !important;border:0 !important;box-shadow:none !important}.topbar-refined .nav a.nav-active{color:#fff !important;background:transparent !important;border:0 !important;box-shadow:none !important}.topbar-refined .nav a.nav-active:after{content:"" !important;display:block !important;position:absolute !important;left:0 !important;right:0 !important;bottom:0 !important;height:1px !important;background:#e10b18 !important;transform:none !important}.topbar-refined .freelance-mini{justify-self:end !important;min-width:0 !important;width:auto !important;height:38px !important;padding:0 !important;margin:0 !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:13px !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;color:#787878 !important;font:7px/1 var(--mono) !important;letter-spacing:.085em !important}.topbar-refined .freelance-mini span{display:flex !important;align-items:center !important;gap:8px !important}.topbar-refined .status-dot{width:5px !important;height:5px !important;margin:0 !important;display:inline-block !important;border-radius:50% !important;background:#e10b18 !important;box-shadow:0 0 9px rgba(225,11,24,.75) !important}.topbar-refined .freelance-star{width:30px !important;height:30px !important;border:1px solid #651018 !important;border-radius:50% !important;display:grid !important;place-items:center !important;color:#f01825 !important;background:#080808 !important;font:13px/1 Inter,sans-serif !important;font-weight:400 !important;transition:.3s ease !important}.topbar-refined .freelance-mini:hover .freelance-star{background:#e10b18 !important;border-color:#e10b18 !important;color:#050505 !important;transform:rotate(90deg) !important}.topbar-refined.nav-scrolled .nav{top:14px !important;height:34px !important}.topbar-refined.nav-scrolled .nav a{height:34px !important}.topbar-refined.nav-scrolled:before{content:"" !important;position:fixed !important;left:0 !important;right:0 !important;top:0 !important;height:64px !important;z-index:-1 !important;background:rgba(5,5,5,.72) !important;backdrop-filter:blur(12px) !important;-webkit-backdrop-filter:blur(12px) !important;border-bottom:1px solid rgba(255,255,255,.045) !important}main section{scroll-margin-top:95px !important}@media(max-width:1050px){.topbar-refined{width:calc(100% - 44px) !important;height:70px !important;grid-template-columns:auto 1fr auto !important}.topbar-refined .nav{top:17px !important;gap:25px !important}.topbar-refined .nav a{font-size:7px !important}.topbar-refined .brand-mini span{font-size:10px !important}.topbar-refined .brand-mini small{font-size:6px !important}.topbar-refined .freelance-mini{font-size:6px !important}}@media(max-width:680px){.topbar-refined{width:calc(100% - 30px) !important;height:62px !important;grid-template-columns:1fr auto !important}.topbar-refined .brand-mini{height:34px !important}.topbar-refined .brand-mini:before{height:30px !important}.topbar-refined .brand-mini span{font-size:8.5px !important}.topbar-refined .brand-mini small{font-size:5.5px !important}.topbar-refined .brand-status{display:none !important}.topbar-refined .freelance-mini span{display:none !important}.topbar-refined .freelance-star{width:28px !important;height:28px !important;font-size:11px !important}.topbar-refined .nav{top:auto !important;bottom:10px !important;height:38px !important;gap:14px !important;padding:0 11px !important;border:1px solid rgba(255,255,255,.10) !important;border-radius:12px !important;background:rgba(7,7,7,.88) !important;backdrop-filter:blur(12px) !important;-webkit-backdrop-filter:blur(12px) !important}.topbar-refined .nav a{height:32px !important;font-size:5.6px !important}.topbar-refined .nav:before{display:none !important}.topbar-refined.nav-scrolled .nav{top:auto !important;bottom:8px !important}.topbar-refined.nav-scrolled:before{display:none !important}}.topbar-refined{width:min(1380px,calc(100% - 96px)) !important;height:76px !important;display:block !important;position:relative !important;margin-inline:auto !important;padding:0 !important;border-bottom:1px solid rgba(255,255,255,.085) !important;background:transparent !important}.topbar-refined:before,.topbar-refined:after{pointer-events:none !important}.topbar-refined .brand-mini{position:absolute !important;left:0 !important;top:50% !important;transform:translateY(-50%) !important;width:255px !important;min-width:255px !important;height:42px !important;margin:0 !important;padding:2px 0 2px 16px !important;display:flex !important;flex-direction:column !important;justify-content:center !important;align-items:flex-start !important;gap:5px !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important}.topbar-refined .brand-mini:before{content:"" !important;position:absolute !important;left:0 !important;top:0 !important;width:3px !important;height:35px !important;border-radius:2px !important;background:linear-gradient(180deg,#f31b27,#a80710) !important;box-shadow:0 0 14px rgba(225,11,24,.20) !important}.topbar-refined .brand-mini:after{display:none !important}.topbar-refined .brand-mini span{display:block !important;margin:0 !important;color:#ef1622 !important;font:700 11px/1 var(--mono) !important;letter-spacing:.055em !important}.topbar-refined .brand-mini small{display:block !important;margin:0 !important;padding:0 !important;color:#666 !important;font:6.5px/1 var(--mono) !important;letter-spacing:.095em !important}.topbar-refined .brand-mini .brand-status{display:inline !important;margin-left:9px !important;color:#505050 !important;font:400 5.5px/1 var(--mono) !important;letter-spacing:.065em !important}.topbar-refined .brand-mini .brand-status:before{content:"•" !important;color:#e10b18 !important;margin-right:4px !important}.topbar-refined .nav{position:fixed !important;z-index:500 !important;top:18px !important;left:50% !important;transform:translateX(-50%) !important;width:380px !important;max-width:calc(100vw - 560px) !important;height:38px !important;margin:0 !important;padding:0 !important;display:flex !important;align-items:center !important;justify-content:space-between !important;gap:0 !important;border:1px solid rgba(255,255,255,.09) !important;border-radius:12px !important;background:rgba(8,8,8,.72) !important;backdrop-filter:blur(14px) !important;-webkit-backdrop-filter:blur(14px) !important;box-shadow:0 9px 28px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.03) !important;overflow:hidden !important}.topbar-refined .nav:before{content:"" !important;position:absolute !important;left:20px !important;right:20px !important;top:-1px !important;height:1px !important;background:linear-gradient(90deg,transparent,rgba(225,11,24,.75),transparent) !important;opacity:.45 !important}.topbar-refined .nav a{flex:1 1 0 !important;min-width:0 !important;width:auto !important;height:100% !important;padding:0 7px !important;display:flex !important;align-items:center !important;justify-content:center !important;position:relative !important;color:#797979 !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;transform:none !important;font:500 7px/1 var(--mono) !important;letter-spacing:.10em !important;text-decoration:none !important;transition:color .22s ease,background .22s ease !important}.topbar-refined .nav a:hover{color:#fff !important;background:rgba(255,255,255,.035) !important}.topbar-refined .nav a.nav-active{color:#fff !important;background:rgba(225,11,24,.065) !important}.topbar-refined .nav a.nav-active:after{content:"" !important;position:absolute !important;left:16px !important;right:16px !important;bottom:4px !important;height:1px !important;background:#e10b18 !important;transform:none !important}.topbar-refined .freelance-mini{position:absolute !important;right:0 !important;top:50% !important;transform:translateY(-50%) !important;width:255px !important;min-width:255px !important;height:36px !important;margin:0 !important;padding:0 !important;display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:11px !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;color:#777 !important;font:7px/1 var(--mono) !important;letter-spacing:.07em !important}.topbar-refined .freelance-mini:before{content:"" !important;display:block !important;width:17px !important;height:1px !important;margin:0 !important;background:linear-gradient(90deg,transparent,#e10b18) !important;opacity:.55 !important}.topbar-refined .freelance-mini span{display:flex !important;align-items:center !important;gap:7px !important}.topbar-refined .status-dot{display:inline-block !important;width:5px !important;height:5px !important;border-radius:50% !important;background:#e10b18 !important;box-shadow:0 0 9px rgba(225,11,24,.65) !important}.topbar-refined .freelance-star{flex:0 0 auto !important;width:30px !important;height:30px !important;display:grid !important;place-items:center !important;border:1px solid #641018 !important;border-radius:50% !important;color:#ef1723 !important;background:#080808 !important;font:13px/1 Inter,sans-serif !important;font-weight:400 !important;transition:.3s ease !important}.topbar-refined .freelance-star:hover{background:#e10b18 !important;border-color:#e10b18 !important;color:#050505 !important;transform:rotate(90deg) !important}.topbar-refined.nav-scrolled .nav{top:13px !important;height:36px !important;background:rgba(5,5,5,.92) !important}@media(min-width:1500px){.topbar-refined .nav{width:400px !important}}@media(max-width:1050px){.topbar-refined{width:calc(100% - 44px) !important;height:70px !important}.topbar-refined .brand-mini{width:200px !important;min-width:200px !important}.topbar-refined .freelance-mini{width:180px !important;min-width:180px !important}.topbar-refined .nav{width:350px !important;max-width:calc(100vw - 460px) !important;top:16px !important}}@media(max-width:680px){.topbar-refined{width:calc(100% - 30px) !important;height:62px !important}.topbar-refined .brand-mini{width:auto !important;min-width:0 !important;height:34px !important;padding-left:12px !important}.topbar-refined .brand-mini:before{height:29px !important}.topbar-refined .brand-mini span{font-size:8.5px !important}.topbar-refined .brand-mini small{font-size:5.5px !important}.topbar-refined .brand-status{display:none !important}.topbar-refined .freelance-mini{width:auto !important;min-width:0 !important}.topbar-refined .freelance-mini span{display:none !important}.topbar-refined .freelance-mini:before{display:none !important}.topbar-refined .freelance-star{width:28px !important;height:28px !important;font-size:11px !important}.topbar-refined .nav{top:auto !important;bottom:10px !important;width:auto !important;max-width:none !important;height:38px !important;border-radius:11px !important;padding:2px 4px !important;background:rgba(8,8,8,.92) !important}.topbar-refined .nav a{height:32px !important;font-size:5.8px !important;padding:0 8px !important}.topbar-refined .nav a.nav-active:after{left:12px !important;right:12px !important}}.topbar-refined .brand-mini{left:4px !important;top:50% !important;width:238px !important;min-width:238px !important;height:44px !important;padding:1px 0 1px 17px !important;gap:6px !important;transform:translateY(-50%) !important}.topbar-refined .brand-mini:before{width:3px !important;height:36px !important;top:4px !important;background:linear-gradient(180deg,#ff1e2b,#b30911) !important;box-shadow:0 0 12px rgba(225,11,24,.18) !important}.topbar-refined .brand-mini span{font-size:12px !important;line-height:1 !important;letter-spacing:.045em !important}.topbar-refined .brand-mini small{font-size:6.8px !important;line-height:1 !important;letter-spacing:.09em !important;color:#666 !important;white-space:nowrap !important}.topbar-refined .brand-mini .brand-status{margin-left:7px !important;color:#4d4d4d !important;font-size:5.8px !important;letter-spacing:.065em !important}.topbar-refined .brand-mini .brand-status:after{content:"" !important;display:inline-block !important;width:5px !important;height:5px !important;margin-left:7px !important;border-radius:50% !important;background:#e10b18 !important;box-shadow:0 0 8px rgba(225,11,24,.65) !important;vertical-align:middle !important}.topbar-refined .brand-mini:hover{transform:translate(2px,-50%) !important}.topbar-refined .brand-mini:hover span{color:#ff1b27 !important}.topbar-refined .brand-mini .brand-status:before{content:none !important}@media(min-width:1500px){.topbar-refined .brand-mini{left:6px !important;width:250px !important;min-width:250px !important}.topbar-refined .brand-mini span{font-size:12.5px !important}.topbar-refined .brand-mini small{font-size:7px !important}}@media(max-width:1050px){.topbar-refined .brand-mini{left:0 !important;width:205px !important;min-width:205px !important;height:40px !important;padding-left:15px !important}.topbar-refined .brand-mini:before{height:32px !important;top:4px !important}.topbar-refined .brand-mini span{font-size:10px !important}.topbar-refined .brand-mini small{font-size:6px !important}.topbar-refined .brand-mini .brand-status{display:none !important}}@media(max-width:680px){.topbar-refined .brand-mini{left:0 !important;width:175px !important;min-width:175px !important;height:34px !important;padding-left:12px !important}.topbar-refined .brand-mini:before{height:27px !important;top:3px !important;width:2px !important}.topbar-refined .brand-mini span{font-size:9px !important}.topbar-refined .brand-mini small{font-size:5.4px !important;letter-spacing:.07em !important}.topbar-refined .brand-mini .brand-status{display:none !important}.topbar-refined .brand-mini:hover{transform:translateY(-50%) !important}}.hero{overflow:hidden;isolation:isolate}.hero-bg-word{z-index:1 !important;top:28px !important;left:50% !important;font-size:clamp(145px,13vw,198px) !important;line-height:.79 !important;letter-spacing:-.075em !important;color:#d40815 !important;transform:translateX(-50%) !important;pointer-events:none !important}.hero-portrait{z-index:5 !important;top:78px !important;width:590px !important;height:585px !important;left:50% !important;transform:translateX(-50%) !important;align-items:flex-end !important;pointer-events:none !important}.hero-portrait img{position:relative !important;z-index:6 !important;width:100% !important;height:100% !important;object-fit:contain !important;object-position:center bottom !important;transform:scale(1.035) !important;filter:contrast(1.08) brightness(.98) drop-shadow(0 18px 28px rgba(0,0,0,.42)) !important}.hero-portrait:after{z-index:7 !important;left:4% !important;right:4% !important;bottom:-4px !important;height:52px !important;background:linear-gradient(to bottom,transparent,#050505 92%) !important}.hero-bg-word:after{bottom:-5px !important;opacity:.22 !important}.hero-copy,.hero-note,.stats,.scroll-cue{z-index:9 !important}.hero-bg-word{user-select:none;-webkit-user-select:none}@media(min-width:1450px){.hero{height:calc(100svh - 76px);min-height:700px}.hero-bg-word{top:25px !important;font-size:clamp(170px,12.7vw,210px) !important}.hero-portrait{top:72px !important;width:620px !important;height:610px !important}}@media(min-width:1051px) and (max-width:1449px){.hero-portrait{top:74px !important;width:565px !important;height:570px !important}}@media(max-width:1050px){.hero{height:700px !important;min-height:0 !important}.hero-bg-word{top:24px !important;font-size:14vw !important}.hero-portrait{top:88px !important;width:535px !important;height:555px !important}}@media(max-width:680px){.hero{height:700px !important}.hero-bg-word{top:30px !important;font-size:21vw !important}.hero-portrait{top:184px !important;width:100vw !important;height:480px !important}}.hero-bg-word{font-family:"Black Ops One","Oswald",Impact,sans-serif !important;font-weight:400 !important;letter-spacing:-.062em !important;text-transform:uppercase !important;transform:translateX(-50%) scaleX(.92) !important;transform-origin:center top !important}@media(min-width:1450px){.hero-bg-word{letter-spacing:-.07em !important;transform:translateX(-50%) scaleX(.90) !important}}@media(max-width:680px){.hero-bg-word{transform:translateX(-50%) scaleX(.94) !important;letter-spacing:-.05em !important}}.hero-bg-word{font-family:"Bruno Ace SC","Black Ops One","Oswald",Impact,sans-serif !important;font-weight:400 !important;letter-spacing:-.055em !important;text-transform:uppercase !important;font-stretch:normal !important;transform:translateX(-50%) scaleX(.96) !important;transform-origin:center top !important;color:#d90816 !important}.hero-bg-word::first-letter{letter-spacing:-.075em !important}@media(min-width:1450px){.hero-bg-word{font-size:clamp(160px,12.5vw,207px) !important;letter-spacing:-.065em !important;transform:translateX(-50%) scaleX(.94) !important}}@media(max-width:1050px){.hero-bg-word{letter-spacing:-.05em !important;transform:translateX(-50%) scaleX(.95) !important}}@media(max-width:680px){.hero-bg-word{letter-spacing:-.045em !important;transform:translateX(-50%) scaleX(.97) !important}}.hero-bg-word{font-family:"Bruce Forever","Bruno Ace SC","Black Ops One","Oswald",Impact,sans-serif !important;font-weight:400 !important;letter-spacing:-.035em !important;text-transform:uppercase !important;transform:translateX(-50%) scaleX(.98) !important;transform-origin:center top !important}@media(min-width:1450px){.hero-bg-word{letter-spacing:-.045em !important;transform:translateX(-50%) scaleX(.96) !important}}@media(max-width:1050px){.hero-bg-word{letter-spacing:-.03em !important;transform:translateX(-50%) scaleX(.98) !important}}@media(max-width:680px){.hero-bg-word{letter-spacing:-.02em !important;transform:translateX(-50%) scaleX(.99) !important}}.hero-bg-word{z-index:1 !important;top:26px !important;left:50% !important;width:min(1280px,86vw) !important;height:auto !important;line-height:0 !important;transform:translateX(-50%) !important;font-size:0 !important;letter-spacing:0 !important;white-space:normal !important;pointer-events:none !important}.hero-bg-word img{display:block !important;width:100% !important;height:auto !important;max-width:none !important;object-fit:contain !important;opacity:1 !important}@media(min-width:1450px){.hero-bg-word{top:27px !important;width:min(1330px,86vw) !important}}@media(min-width:1750px){.hero-bg-word{width:1380px !important}}@media(max-width:1050px){.hero-bg-word{top:28px !important;width:88vw !important}}@media(max-width:680px){.hero-bg-word{top:30px !important;width:94vw !important}}html,body,a,button,input,textarea,select,[role="button"]{cursor:none !important}.cursor-dot{display:block !important;width:8px !important;height:8px !important;border-radius:50% !important;background:#ef1522 !important;border:0 !important;box-shadow:0 0 14px rgba(239,21,34,.72),0 0 28px rgba(239,21,34,.18) !important;pointer-events:none !important;position:fixed !important;z-index:9999 !important;transform:translate3d(-50%,-50%,0) !important}.cursor-dot.hidden{display:block !important}@media (pointer:coarse){html,body,a,button,input,textarea,select,[role="button"]{cursor:auto !important}.cursor-dot{display:none !important}}.profile-section{min-height:78svh;padding:8vh 0 8vh;display:flex;flex-direction:column;justify-content:center}.profile-section .section-kicker{margin-bottom:28px}.profile-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:120px;align-items:center}.profile-grid .about-title{max-width:590px}.profile-grid .about-title h2{font-size:clamp(58px,5vw,78px);line-height:.88;margin:0}.profile-grid .about-copy{max-width:610px;padding-top:0}.profile-grid .about-copy .lead{max-width:600px;font-size:20px;line-height:1.45;margin-bottom:23px}.profile-grid .about-copy p{max-width:590px;font-size:11px;line-height:1.75;margin-bottom:17px}.profile-grid .about-facts{margin-top:31px;gap:0}.profile-grid .about-facts span{padding:15px 12px 0 0;font-size:7.5px}.profile-grid .about-facts span:not(:last-child){border-right:1px solid #2b2b2b;margin-right:16px}.profile-grid .about-facts b{font-size:8px}.experience{min-height:86svh;padding:8vh 0 7vh;display:flex;flex-direction:column;justify-content:center}.experience .section-head{margin-bottom:28px}.experience .section-head h2{font-size:32px}.experience-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.45fr);gap:48px;align-items:stretch}.timeline{border-top:1px solid #343434}.time-row{min-height:116px;padding:19px 0;grid-template-columns:78px 1fr}.time-row>span{font-size:28px;line-height:1}.time-row>div{padding-right:20px}.time-row h3{font-size:18px;margin:7px 0 8px}.time-row b{font-size:7px;letter-spacing:.06em}.time-row p{max-width:680px;font-size:8.5px;line-height:1.6}.capability-card{min-height:100%;height:auto}.contact{min-height:82svh;padding:9vh 0 7vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:100px;align-items:center}.contact-copy{min-width:0}.contact-copy .section-kicker{margin-bottom:30px}.contact-layout{display:block}.contact-copy h2{font-size:clamp(58px,5vw,76px);line-height:.86;margin:0 0 23px}.contact-copy p{max-width:500px;font-size:10px;line-height:1.7;margin:0 0 25px;color:#858585}.contact-cta{display:inline-flex;align-items:center;min-height:42px;gap:10px;text-decoration:none;color:#bdbdbd}.contact-cta span{width:36px;height:36px;display:grid;place-items:center;border:1px solid #7d1118;border-radius:50%;color:var(--red);font-size:14px}.contact-cta strong{font:7px var(--mono);font-weight:400;letter-spacing:.05em}.contact-cv{margin-top:15px}.contact-list{width:100%;padding:0}.contact-list a{min-height:74px;display:grid;grid-template-columns:46px 92px minmax(0,1fr);align-items:center;column-gap:12px;border-bottom:1px solid #311216;text-decoration:none;color:#898989;font:8px var(--mono);transition:padding-left .3s ease,border-color .3s ease,color .3s ease}.contact-list a:first-child{border-top:1px solid #311216}.contact-list a:hover{padding-left:8px;color:#fff;border-color:#861019}.contact-list i{width:38px;height:38px;display:grid;place-items:center;border:1px solid #6f1118;border-radius:50%;color:var(--red);font:600 11px/1 Inter,sans-serif;font-style:normal;transition:background .25s ease,color .25s ease,transform .25s ease}.contact-list a:hover i{background:var(--red);color:#050505;transform:rotate(-6deg)}.contact-list .contact-label{font:7px var(--mono);letter-spacing:.06em;color:#666}.contact-list b{font:8px var(--mono);font-weight:400;color:#b6b6b6;overflow-wrap:anywhere}@media(min-width:1450px){.profile-grid{gap:135px}.experience-grid{gap:62px}.contact{gap:120px}.contact-list a{min-height:82px}}@media(max-width:1050px){.profile-section,.experience{min-height:0;padding-top:70px;padding-bottom:70px;display:block}.profile-grid{grid-template-columns:1fr 1fr;gap:55px}.profile-grid .about-title h2{font-size:48px}.profile-grid .about-copy .lead{font-size:17px}.profile-grid .about-copy p{font-size:9px}.experience-grid{grid-template-columns:1fr;gap:35px}.capability-card{min-height:350px}.contact{min-height:0;padding-top:70px;padding-bottom:65px;grid-template-columns:1fr 1fr;gap:55px}.contact-copy h2{font-size:52px}}@media(max-width:680px){.profile-section,.experience,.contact{min-height:0;padding-top:58px;padding-bottom:58px}.profile-grid{grid-template-columns:1fr;gap:38px}.profile-grid .about-title h2{font-size:42px}.profile-grid .about-copy .lead{font-size:16px}.profile-grid .about-copy p{font-size:9px}.experience-grid{grid-template-columns:1fr}.time-row{grid-template-columns:48px 1fr;min-height:104px}.time-row h3{font-size:16px}.time-row p{font-size:8px}.contact{grid-template-columns:1fr;gap:38px}.contact-copy h2{font-size:49px}.contact-list a{min-height:63px;grid-template-columns:40px 72px minmax(0,1fr)}.contact-list i{width:34px;height:34px;font-size:10px}.contact-list .contact-label{font-size:6px}.contact-list b{font-size:6.5px}}.stack{min-height:100svh;padding:8vh 0 7vh;display:flex;flex-direction:column;justify-content:center;border-bottom:1px solid var(--line)}.stack-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:30px}.stack-title{position:relative;padding-left:92px}.stack-index{position:absolute;left:0;top:2px;color:var(--red);font:500 42px/.9 var(--display)}.stack-title h2{margin:0;font:600 clamp(56px,5vw,76px)/.82 var(--display);letter-spacing:-.025em}.stack-title h2 em{color:var(--red);font-style:normal}.stack-title p{max-width:430px;margin:17px 0 0;color:#777;font:9px/1.65 var(--mono)}.stack-status{min-width:260px;border-left:1px solid #2e2e2e;padding-left:22px;margin-bottom:4px}.stack-status div{display:flex;align-items:center;gap:8px;color:#777;font:7px var(--mono);letter-spacing:.08em}.status-live{width:6px;height:6px;display:inline-block;border-radius:50%;background:var(--red);box-shadow:0 0 10px rgba(225,11,24,.75)}.stack-status strong{display:block;margin-top:12px;color:#ddd;font:10px var(--mono);letter-spacing:.06em}.core-stack{display:grid;grid-template-columns:92px repeat(5,minmax(0,1fr));border-top:1px solid #333;border-bottom:1px solid #333;margin-bottom:16px}.core-label{min-height:112px;padding:18px 14px 14px 0;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid #292929}.core-label span{color:#777;font:7px var(--mono);letter-spacing:.12em}.core-label b{color:#444;font:16px var(--display)}.core-tech{min-height:112px;padding:17px 17px 15px;border-right:1px solid #292929;position:relative;background:linear-gradient(145deg,rgba(255,255,255,.018),transparent 60%);transition:.3s ease}.core-tech:last-child{border-right:0}.core-tech:hover,.core-tech.featured{background:linear-gradient(145deg,rgba(225,11,24,.09),transparent 65%)}.core-tech strong{display:block;color:#eee;font:600 31px/.9 var(--display);letter-spacing:.02em}.core-tech h3{margin:17px 0 5px;font:600 10px/1 var(--mono);color:#ddd}.core-tech p{margin:0;color:#666;font:6.5px var(--mono);letter-spacing:.04em}.stack-matrix{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stack-card{min-height:190px;padding:19px 20px 17px;border:1px solid #303030;background:#080808;position:relative;overflow:hidden;transition:transform .35s cubic-bezier(.2,.7,.2,1),border-color .3s ease,background .3s ease,box-shadow .3s ease}.stack-card:before{content:"";position:absolute;width:180px;height:180px;right:-80px;bottom:-100px;border:1px solid #321116;border-radius:50%;opacity:.5;transition:.35s ease}.stack-card:hover{transform:translateY(-5px);border-color:#651018;background:#0b0102;box-shadow:0 15px 35px rgba(0,0,0,.26)}.stack-card:hover:before{border-color:#83131b;transform:scale(1.12)}.stack-card-top{display:grid;grid-template-columns:30px 1fr 20px;align-items:center;gap:8px}.stack-card-top span{color:var(--red);font:8px var(--mono)}.stack-card-top small{color:#777;font:7px var(--mono);letter-spacing:.09em}.stack-card-top b{justify-self:end;color:#666;font-size:16px;font-weight:400;transition:.3s}.stack-card:hover .stack-card-top b{color:var(--red);transform:translate(3px,-3px)}.stack-card-title{display:flex;align-items:flex-end;gap:16px;margin-top:28px}.stack-card-title strong{color:#262626;font:600 43px/.8 var(--display);letter-spacing:.01em}.stack-card-title h3{margin:0 0 3px;color:#efefef;font:600 22px/.9 var(--display)}.stack-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:20px}.stack-chips span{padding:7px 9px;border:1px solid #303030;color:#999;font:7px var(--mono);transition:.25s ease}.stack-card:hover .stack-chips span{border-color:#4a2226}.stack-chips span:hover{color:#fff;border-color:var(--red);background:#180204;transform:translateY(-2px)}.stack-footer{margin-top:16px;min-height:42px;display:grid;grid-template-columns:130px 1fr;gap:15px;align-items:center;border-top:1px solid #2b2b2b;padding-top:12px}.stack-footer>span{color:#5e5e5e;font:7px var(--mono);letter-spacing:.08em}.stack-footer>div{display:flex;flex-wrap:wrap;gap:8px}.stack-footer b{padding:5px 8px;color:#7b7b7b;border:1px solid #252525;font:6px var(--mono);font-weight:400}@media(min-width:1450px){.stack-title h2{font-size:78px}.core-tech{min-height:120px;padding:19px}.stack-card{min-height:205px}.stack-card-title h3{font-size:24px}.stack-chips span{font-size:7.5px;padding:7px 10px}}@media(max-width:1050px){.stack{min-height:0;padding:70px 0;display:block}.stack-intro{align-items:start;gap:35px}.stack-title{padding-left:72px}.stack-index{font-size:32px}.stack-title h2{font-size:50px}.stack-status{min-width:220px}.core-stack{grid-template-columns:65px repeat(5,minmax(0,1fr))}.core-tech{padding:15px 10px}.core-tech strong{font-size:25px}.core-tech h3{font-size:8px}.core-tech p{font-size:5.5px}}@media(max-width:680px){.stack{padding:58px 0}.stack-intro{display:block;margin-bottom:24px}.stack-title{padding-left:62px}.stack-index{font-size:28px}.stack-title h2{font-size:43px}.stack-title p{font-size:8px}.stack-status{margin-top:26px;padding-left:0;border-left:0}.core-stack{grid-template-columns:1fr 1fr}.core-label{grid-column:1/-1;min-height:45px;padding:11px 0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-right:0;border-bottom:1px solid #292929}.core-tech{min-height:108px}.core-tech:nth-of-type(6){grid-column:1/-1}.stack-matrix{grid-template-columns:1fr}.stack-card{min-height:180px}.stack-footer{grid-template-columns:1fr;gap:9px}}.contact{min-height:82svh;padding:8vh 0 7vh;gap:95px}.contact-copy .section-kicker{font-size:9px;letter-spacing:.11em;margin-bottom:30px}.contact-copy h2{font-size:clamp(62px,5.2vw,78px);line-height:.86;letter-spacing:-.025em;margin-bottom:25px}.contact-copy p{max-width:540px;color:#9a9a9a;font-family:var(--mono);font-size:12px;line-height:1.8;margin:0 0 28px}.contact-cta{min-height:48px;gap:12px}.contact-cta span{width:42px;height:42px;font-size:17px}.contact-cta strong{font-size:9px;letter-spacing:.05em}.contact-cv{min-height:42px;height:42px;margin-top:18px;padding:0 16px;font-size:8px}.contact-list{width:100%;padding:0}.contact-list a{min-height:82px;grid-template-columns:52px 105px minmax(0,1fr);column-gap:14px;font-size:10px}.contact-list i{width:42px;height:42px;font-size:13px;border-color:#741119}.contact-list .contact-label{font-size:8px;letter-spacing:.08em;color:#777}.contact-list b{font-size:10px;letter-spacing:.035em;color:#d0d0d0;line-height:1.4}.contact-list a:first-child{border-top:1px solid #42161a}.contact-list a:hover{padding-left:10px;background:linear-gradient(90deg,rgba(225,11,24,.035),transparent 70%)}@media(min-width:1450px){.contact{gap:120px}.contact-copy p{font-size:12.5px;max-width:560px}.contact-list a{min-height:88px;grid-template-columns:56px 115px minmax(0,1fr)}.contact-list i{width:44px;height:44px}.contact-list .contact-label{font-size:8.5px}.contact-list b{font-size:10.5px}}@media(max-width:1050px){.contact{min-height:0;padding-top:70px;padding-bottom:65px;gap:55px}.contact-copy h2{font-size:54px}.contact-copy p{font-size:10px}.contact-list a{min-height:72px;grid-template-columns:46px 92px minmax(0,1fr)}.contact-list i{width:38px;height:38px;font-size:11px}.contact-list .contact-label{font-size:7px}.contact-list b{font-size:8px}}@media(max-width:680px){.contact{grid-template-columns:1fr;gap:40px;padding:58px 0}.contact-copy .section-kicker{font-size:8px}.contact-copy h2{font-size:49px}.contact-copy p{font-size:9px;line-height:1.65}.contact-list a{min-height:67px;grid-template-columns:40px 70px minmax(0,1fr);column-gap:10px}.contact-list i{width:34px;height:34px;font-size:10px}.contact-list .contact-label{font-size:6px}.contact-list b{font-size:6.8px}}.stack{min-height:100svh;padding:7vh 0 6vh;justify-content:center}.core-stack{min-height:138px;grid-template-columns:96px repeat(5,minmax(0,1fr))}.core-label{min-height:138px;padding:20px 16px 16px 0}.core-tech{min-height:138px;padding:20px 19px 18px}.core-tech strong{font-size:34px}.core-tech h3{margin:20px 0 6px;font-size:10.5px}.core-tech p{font-size:7px}.stack-matrix{grid-template-rows:repeat(2,220px);gap:14px}.stack-card{min-height:220px;height:220px;padding:21px 23px 19px}.stack-card-top span{font-size:8.5px}.stack-card-top small{font-size:7.5px}.stack-card-title{margin-top:38px;gap:18px}.stack-card-title strong{font-size:47px}.stack-card-title h3{font-size:24px}.stack-chips{gap:8px;margin-top:22px}.stack-chips span{padding:8px 10px;font-size:7.5px}.stack-footer{min-height:52px;margin-top:18px;padding-top:14px}.stack-footer>span{font-size:7.5px}.stack-footer b{padding:6px 9px;font-size:6.5px}@media(min-width:1450px){.stack{min-height:100svh;padding:6.5vh 0 5.5vh}.stack-intro{margin-bottom:34px}.stack-title h2{font-size:78px}.stack-title p{font-size:10px;line-height:1.7;max-width:450px}.stack-status{min-width:290px}.core-stack{min-height:150px;grid-template-columns:105px repeat(5,minmax(0,1fr))}.core-label,.core-tech{min-height:150px}.core-tech{padding:22px 21px}.core-tech strong{font-size:37px}.core-tech h3{font-size:11px}.core-tech p{font-size:7.2px}.stack-matrix{grid-template-rows:repeat(2,235px);gap:15px}.stack-card{height:235px;min-height:235px;padding:23px 25px 21px}.stack-card-title{margin-top:42px}.stack-card-title strong{font-size:51px}.stack-card-title h3{font-size:26px}.stack-chips span{font-size:7.8px;padding:8px 11px}}@media(max-width:1050px){.stack{min-height:0;padding:70px 0}.core-stack{min-height:120px}.core-label,.core-tech{min-height:120px}.stack-matrix{grid-template-rows:repeat(2,190px);gap:12px}.stack-card,.stack-card{height:190px;min-height:190px}.stack-card-title{margin-top:28px}.stack-card-title strong{font-size:39px}.stack-card-title h3{font-size:20px}}@media(max-width:680px){.stack{min-height:0;padding:58px 0}.core-stack{min-height:0}.core-label,.core-tech{min-height:108px}.stack-matrix{grid-template-rows:none;gap:12px}.stack-card{height:auto;min-height:185px}.stack-card-title{margin-top:30px}}.contact-actions{display:flex;align-items:stretch;gap:12px;margin-top:28px;max-width:610px}.contact-email-cta,.contact-download{min-height:64px;display:flex;align-items:center;text-decoration:none;border:1px solid #3a3a3a;background:#080808;transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease}.contact-email-cta{flex:1 1 auto;min-width:0;padding:8px 17px 8px 9px;gap:12px}.contact-download{flex:0 0 188px;padding:8px 14px 8px 9px;gap:11px;border-color:#791019;background:linear-gradient(135deg,#150204,#0a0102)}.contact-action-icon{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border:1px solid #731019;border-radius:50%;color:#ef1824;font:500 15px/1 var(--mono);background:#090909;transition:background .28s ease,border-color .28s ease,color .28s ease,transform .28s ease}.contact-action-copy{min-width:0;display:flex;flex-direction:column;gap:7px}.contact-action-copy small{color:#686868;font:7px/1 var(--mono);letter-spacing:.12em}.contact-action-copy strong{display:block;min-width:0;color:#d1d1d1;font:500 9px/1.25 var(--mono);letter-spacing:.035em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-email-cta:hover,.contact-download:hover{transform:translateY(-3px);border-color:#6b1118;background:#0d0d0d;box-shadow:0 12px 26px rgba(0,0,0,.28)}.contact-email-cta:hover .contact-action-icon,.contact-download:hover .contact-action-icon{background:#e10b18;color:#050505;border-color:#e10b18;transform:translateX(2px)}.contact-download:hover{background:linear-gradient(135deg,#e10b18,#9d0710);border-color:#e10b18}.contact-download:hover .contact-action-copy small,.contact-download:hover .contact-action-copy strong{color:#050505}.contact-copy p{max-width:560px;margin-bottom:0}@media(min-width:1450px){.contact-actions{gap:14px;max-width:650px}.contact-email-cta{padding-right:20px}.contact-download{flex-basis:205px}.contact-action-icon{width:44px;height:44px;flex-basis:44px;font-size:16px}.contact-action-copy small{font-size:7.5px}.contact-action-copy strong{font-size:9.5px}}@media(max-width:1050px){.contact-actions{max-width:100%;gap:10px}.contact-email-cta{padding-right:13px}.contact-download{flex-basis:166px}.contact-action-icon{width:38px;height:38px;flex-basis:38px}.contact-action-copy small{font-size:6px}.contact-action-copy strong{font-size:7.5px}}@media(max-width:680px){.contact-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:24px}.contact-email-cta,.contact-download{width:100%;min-height:60px;flex-basis:auto}.contact-download{padding-right:14px}.contact-action-copy small{font-size:6px}.contact-action-copy strong{font-size:7.5px}}.stack-footer{min-height:64px;grid-template-columns:150px 1fr;gap:22px;margin-top:20px;padding:15px 0 5px;align-items:center}.stack-footer>span{color:#777;font:8px/1 var(--mono);letter-spacing:.11em}.stack-footer>div{display:flex;flex-wrap:wrap;align-items:center;gap:9px}.stack-footer b{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 13px;border:1px solid #343434;border-radius:2px;background:linear-gradient(180deg,#0c0c0c,#080808);color:#b0b0b0;font:500 8px/1 var(--mono);letter-spacing:.045em;font-weight:500;cursor:default;overflow:hidden;transition:color .25s ease,border-color .25s ease,background .25s ease,transform .25s ease,box-shadow .25s ease}.stack-footer b:before{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--red);transition:width .3s ease}.stack-footer b:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.08) 50%,transparent 80%);transform:translateX(-125%);transition:transform .45s ease}.stack-footer b:hover{color:#fff;border-color:#8f1119;background:linear-gradient(180deg,#150203,#0b0102);transform:translateY(-3px);box-shadow:0 9px 22px rgba(0,0,0,.28),0 0 16px rgba(225,11,24,.08)}.stack-footer b:hover:before{width:100%}.stack-footer b:hover:after{transform:translateX(125%)}.stack-chips{gap:9px}.stack-chips span{min-height:31px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #353535;border-radius:2px;color:#a5a5a5;background:#090909;font:500 8px/1 var(--mono);letter-spacing:.02em;transition:color .25s ease,border-color .25s ease,background .25s ease,transform .25s ease,box-shadow .25s ease}.stack-chips span:hover{color:#fff;border-color:#b00f19;background:#1a0305;transform:translateY(-3px);box-shadow:0 7px 18px rgba(225,11,24,.10)}@media(min-width:1450px){.stack-footer{min-height:70px;grid-template-columns:165px 1fr;gap:24px}.stack-footer>span{font-size:8.5px}.stack-footer b{min-height:40px;padding:0 15px;font-size:8.5px}.stack-chips span{min-height:34px;padding:0 12px;font-size:8.5px}}@media(max-width:1050px){.stack-footer{grid-template-columns:1fr;gap:11px}.stack-footer>span{font-size:7px}.stack-footer b{min-height:34px;font-size:7px;padding:0 11px}.stack-chips span{min-height:30px;font-size:7px}}@media(max-width:680px){.stack-footer{min-height:0;grid-template-columns:1fr;gap:10px;padding-top:13px}.stack-footer>div{gap:7px}.stack-footer b{min-height:32px;padding:0 10px;font-size:6.5px}.stack-chips{gap:7px}.stack-chips span{min-height:29px;padding:0 9px;font-size:6.5px}}body.portfolio-loading{overflow:hidden !important}.portfolio-loader{--loader-primary:#ef1522;--loader-primary-bright:#ff2936;--loader-secondary:rgba(239,21,34,.24);--loader-shadow:rgba(239,21,34,.50);position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 50%,rgba(225,11,24,.055),transparent 26%),#050505;transition:opacity .7s cubic-bezier(.76,0,.24,1),visibility .7s step-end}.portfolio-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.portfolio-loader:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0 25%,rgba(255,255,255,.018) 25.04%,transparent 25.08% 75%,rgba(255,255,255,.018) 75.04%,transparent 75.08%),linear-gradient(0deg,rgba(255,255,255,.016) 1px,transparent 1px);background-size:auto,100% 110px;pointer-events:none}.portfolio-loader:after{content:"ARHAM TOPIWALA";position:absolute;right:28px;bottom:23px;color:#494949;font:6px var(--mono);letter-spacing:.12em}.portfolio-loader__glow{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(225,11,24,.075),transparent 66%);filter:blur(10px);pointer-events:none}.portfolio-loader .ui-abstergo{--primary:var(--loader-primary);--secondary:var(--loader-secondary);--shadow-blur:5px;--text-shadow-blur:7px;--animation-duration:2s;--size:1.16;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;row-gap:28px}.portfolio-loader .abstergo-loader *{box-sizing:content-box}.portfolio-loader .ui-text{color:#d9d9d9;text-shadow:0 0 7px rgba(239,21,34,.24);font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.16em;display:flex;align-items:baseline;column-gap:4px}.portfolio-loader .ui-dot{width:4px;height:4px;animation:portfolioLoaderDots var(--animation-duration) infinite linear;animation-delay:.4s;background:var(--loader-primary);border-radius:50%;box-shadow:0 0 6px rgba(239,21,34,.65)}.portfolio-loader .ui-dot:nth-child(2){animation-delay:.8s}.portfolio-loader .ui-dot:nth-child(3){animation-delay:1.2s}.portfolio-loader .ui-dot+.ui-dot{margin-left:3px}.portfolio-loader .abstergo-loader{width:120px;height:100px;position:relative}.portfolio-loader .abstergo-loader div{width:57px;border-right:13px solid transparent;border-left:13px solid transparent;border-top:24px solid var(--loader-primary);position:absolute;filter:drop-shadow(0 0 5px var(--loader-shadow))}.portfolio-loader .abstergo-loader div:nth-child(1){top:29px;left:8px;rotate:-60deg;animation:portfolioLine1 var(--animation-duration) linear infinite alternate}.portfolio-loader .abstergo-loader div:nth-child(2){bottom:2px;left:0;rotate:180deg;animation:portfolioLine2 var(--animation-duration) linear infinite alternate}.portfolio-loader .abstergo-loader div:nth-child(3){bottom:17px;right:-10px;rotate:60deg;animation:portfolioLine3 var(--animation-duration) linear infinite alternate}.portfolio-loader .abstergo-loader:hover div:nth-child(1){top:23px;left:15px;rotate:60deg}.portfolio-loader .abstergo-loader:hover div:nth-child(2){bottom:5px;left:-8px;rotate:300deg}.portfolio-loader .abstergo-loader:hover div:nth-child(3){bottom:7px;right:-11px;rotate:180deg}@keyframes portfolioLine1{0%,40%{top:29px;left:8px;rotate:-60deg}60%,100%{top:24px;left:15px;rotate:60deg}}@keyframes portfolioLine2{0%,40%{bottom:2px;left:0;rotate:180deg}60%,100%{bottom:5px;left:-8px;rotate:300deg}}@keyframes portfolioLine3{0%,40%{bottom:17px;right:-10px;rotate:60deg}60%,100%{bottom:7px;right:-11px;rotate:180deg}}@keyframes portfolioLoaderDots{0%{opacity:.35;background:var(--loader-secondary)}30%{opacity:1;background:var(--loader-primary-bright)}70%,100%{opacity:.35;background:var(--loader-secondary)}}@media(max-width:680px){.portfolio-loader .ui-abstergo{--size:1}.portfolio-loader .ui-text{font-size:8px}.portfolio-loader:after{right:18px;bottom:18px;font-size:5px}}@media(prefers-reduced-motion:reduce){.portfolio-loader .abstergo-loader div,.portfolio-loader .ui-dot{animation:none !important}}.portfolio-loader .ui-abstergo{--size:1.38 !important;row-gap:32px}@media(min-width:1450px){.portfolio-loader .ui-abstergo{--size:1.48 !important;row-gap:35px}}@media(max-width:680px){.portfolio-loader .ui-abstergo{--size:1.14 !important;row-gap:26px}}.contact-actions{width:100%;max-width:760px;display:grid;grid-template-columns:minmax(0,1fr) 205px;align-items:stretch;gap:14px;margin-top:28px}.contact-email-cta,.contact-download{min-width:0;height:68px;min-height:68px;box-sizing:border-box;display:flex;align-items:center;margin:0 !important;padding:9px 15px 9px 10px;gap:12px;border:1px solid #353535;border-radius:0;text-decoration:none;background:#080808;transition:transform .25s ease,border-color .25s ease,background .25s ease,box-shadow .25s ease}.contact-email-cta{border-color:#343434}.contact-download{border-color:#82121a;background:linear-gradient(135deg,#180204 0%,#0a0102 100%)}.contact-action-icon{flex:0 0 44px;width:44px;height:44px;display:grid;place-items:center;border:1px solid #76111a;border-radius:50%;background:#080808;color:#f01925;font:500 16px/1 var(--mono);transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease}.contact-action-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:7px}.contact-action-copy small{color:#737373;font:7px/1 var(--mono);letter-spacing:.12em}.contact-action-copy strong{color:#e7e7e7;font:600 10.5px/1.15 var(--mono);letter-spacing:.03em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-email-cta:hover,.contact-download:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(0,0,0,.26)}.contact-email-cta:hover{border-color:#651219;background:#0b0b0b}.contact-download:hover{background:linear-gradient(135deg,#e10b18 0%,#99060e 100%);border-color:#e10b18}.contact-email-cta:hover .contact-action-icon,.contact-download:hover .contact-action-icon{background:#e10b18;border-color:#e10b18;color:#050505;transform:translateX(2px)}.contact-download:hover .contact-action-copy small,.contact-download:hover .contact-action-copy strong{color:#050505}@media(min-width:1450px){.contact-actions{max-width:820px;grid-template-columns:minmax(0,1fr) 220px;gap:16px}.contact-email-cta,.contact-download{height:72px;min-height:72px}.contact-action-icon{flex-basis:46px;width:46px;height:46px;font-size:17px}.contact-action-copy small{font-size:7.5px}.contact-action-copy strong{font-size:11px}}@media(max-width:1050px){.contact-actions{max-width:100%;grid-template-columns:minmax(0,1fr) 180px;gap:10px}.contact-email-cta,.contact-download{height:62px;min-height:62px}.contact-action-icon{flex-basis:40px;width:40px;height:40px}.contact-action-copy strong{font-size:9px}}@media(max-width:680px){.contact-actions{grid-template-columns:1fr;gap:9px}.contact-email-cta,.contact-download{width:100%;height:60px;min-height:60px}.contact-action-copy strong{font-size:8px}}.topbar-refined .nav-loader-brand{width:72px !important;min-width:72px !important;height:48px !important;padding:0 !important;margin:0 !important;position:absolute !important;left:0 !important;top:50% !important;transform:translateY(-50%) !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;border:0 !important;background:transparent !important;text-decoration:none !important;box-shadow:none !important}.topbar-refined .nav-loader-brand:before,.topbar-refined .nav-loader-brand:after{display:none !important}.topbar-refined .nav-loader-icon{width:62px !important;height:50px !important;position:relative !important;display:block !important;transform:scale(.88) !important;transform-origin:left center !important;transition:transform .3s ease,filter .3s ease !important;filter:drop-shadow(0 0 5px rgba(225,11,24,.18)) !important}.topbar-refined .nav-loader-icon span{display:block !important;position:absolute !important;width:30px !important;border-right:7px solid transparent !important;border-left:7px solid transparent !important;border-top:13px solid #ef1522 !important;filter:drop-shadow(0 0 3px rgba(239,21,34,.4)) !important}.topbar-refined .nav-loader-icon span:nth-child(1){top:15px !important;left:4px !important;rotate:-60deg !important;animation:navLoaderLine1 2s linear infinite alternate !important}.topbar-refined .nav-loader-icon span:nth-child(2){bottom:1px !important;left:0 !important;rotate:180deg !important;animation:navLoaderLine2 2s linear infinite alternate !important}.topbar-refined .nav-loader-icon span:nth-child(3){bottom:9px !important;right:-5px !important;rotate:60deg !important;animation:navLoaderLine3 2s linear infinite alternate !important}.topbar-refined .nav-loader-brand:hover .nav-loader-icon{transform:scale(.98) !important;filter:drop-shadow(0 0 9px rgba(225,11,24,.28)) !important}.topbar-refined .nav-loader-brand:hover .nav-loader-icon span:nth-child(1){top:12px !important;left:7px !important;rotate:60deg !important}.topbar-refined .nav-loader-brand:hover .nav-loader-icon span:nth-child(2){bottom:3px !important;left:-5px !important;rotate:300deg !important}.topbar-refined .nav-loader-brand:hover .nav-loader-icon span:nth-child(3){bottom:4px !important;right:-6px !important;rotate:180deg !important}@keyframes navLoaderLine1{0%,40%{top:15px;left:4px;rotate:-60deg}60%,100%{top:12px;left:7px;rotate:60deg}}@keyframes navLoaderLine2{0%,40%{bottom:1px;left:0;rotate:180deg}60%,100%{bottom:3px;left:-5px;rotate:300deg}}@keyframes navLoaderLine3{0%,40%{bottom:9px;right:-5px;rotate:60deg}60%,100%{bottom:4px;right:-6px;rotate:180deg}}@media(min-width:1051px){.topbar-refined .nav-loader-brand{left:0 !important}}@media(max-width:1050px){.topbar-refined .nav-loader-brand{width:62px !important;min-width:62px !important;height:42px !important}.topbar-refined .nav-loader-icon{transform:scale(.76) !important}}@media(max-width:680px){.topbar-refined .nav-loader-brand{width:52px !important;min-width:52px !important;height:36px !important}.topbar-refined .nav-loader-icon{transform:scale(.65) !important}}@media(prefers-reduced-motion:reduce){.topbar-refined .nav-loader-icon span{animation:none !important}}.topbar-refined .nav-loader-brand{width:78px !important;min-width:78px !important;height:54px !important;padding:0 !important;margin:0 !important;position:absolute !important;left:0 !important;top:50% !important;transform:translateY(-50%) !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;border:0 !important;background:transparent !important;box-shadow:none !important}.topbar-refined .nav-loader-brand:before,.topbar-refined .nav-loader-brand:after{display:none !important;content:none !important}.topbar-refined .nav-loader-icon{width:62px !important;height:54px !important;position:relative !important;display:block !important;transform:scale(.82) !important;transform-origin:left center !important;filter:drop-shadow(0 0 4px rgba(239,21,34,.22)) !important}.topbar-refined .nav-loader-icon span{width:30px !important;border-right:7px solid transparent !important;border-left:7px solid transparent !important;border-top:13px solid #ef1522 !important;position:absolute !important;display:block !important;box-sizing:content-box !important;filter:drop-shadow(0 0 3px rgba(239,21,34,.5)) !important;transform-origin:center !important;animation-duration:2s !important;animation-timing-function:linear !important;animation-iteration-count:infinite !important;animation-direction:alternate !important}.topbar-refined .nav-loader-icon span:nth-child(1){top:15px !important;left:4px !important;rotate:-60deg !important;animation-name:navLoaderLine1Exact !important}.topbar-refined .nav-loader-icon span:nth-child(2){bottom:1px !important;left:0 !important;rotate:180deg !important;animation-name:navLoaderLine2Exact !important}.topbar-refined .nav-loader-icon span:nth-child(3){bottom:9px !important;right:-5px !important;rotate:60deg !important;animation-name:navLoaderLine3Exact !important}.topbar-refined .nav-loader-brand:hover .nav-loader-icon{filter:drop-shadow(0 0 8px rgba(239,21,34,.35)) !important}@keyframes navLoaderLine1Exact{0%,40%{top:15px;left:4px;rotate:-60deg}60%,100%{top:12px;left:7px;rotate:60deg}}@keyframes navLoaderLine2Exact{0%,40%{bottom:1px;left:0;rotate:180deg}60%,100%{bottom:4px;left:-5px;rotate:300deg}}@keyframes navLoaderLine3Exact{0%,40%{bottom:9px;right:-5px;rotate:60deg}60%,100%{bottom:4px;right:-6px;rotate:180deg}}@media(min-width:1450px){.topbar-refined .nav-loader-brand{width:84px !important;min-width:84px !important;height:56px !important}.topbar-refined .nav-loader-icon{transform:scale(.9) !important}}@media(max-width:1050px){.topbar-refined .nav-loader-brand{width:65px !important;min-width:65px !important;height:48px !important}.topbar-refined .nav-loader-icon{transform:scale(.72) !important}}@media(max-width:680px){.topbar-refined .nav-loader-brand{width:55px !important;min-width:55px !important;height:42px !important}.topbar-refined .nav-loader-icon{transform:scale(.62) !important}}@media(prefers-reduced-motion:reduce){.topbar-refined .nav-loader-icon span{animation:none !important}}html{max-width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;scrollbar-gutter:stable}body{min-width:320px;max-width:100%;overflow-x:hidden;font-synthesis:none}*,*::before,*::after{box-sizing:border-box}img,svg,video,canvas{max-width:100%}img{height:auto}button,a,input,textarea,select{font:inherit}a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:1px solid #ef1522;outline-offset:4px}.section,.topbar,footer{width:min(1380px,calc(100% - 56px)) !important}.topbar-refined{max-width:1380px}.hero{height:clamp(620px,calc(100svh - 76px),860px) !important;min-height:620px !important;max-height:none !important}.hero-bg-word{max-width:none;white-space:nowrap}.hero-bg-word img{display:block;width:100%;height:auto;max-width:none}.hero-copy .intro{max-width:360px;font-size:clamp(11px,.75vw,13px);line-height:1.65;overflow-wrap:anywhere}.hero-portrait{max-width:52vw}.hero-note{max-width:220px}.stats{max-width:180px}.topbar-refined .nav{width:min(400px,calc(100vw - 520px)) !important;max-width:none !important}.topbar-refined .brand-mini,.topbar-refined .freelance-mini{max-width:260px}.topbar-refined .freelance-mini{white-space:nowrap}.profile-grid,.service-grid,.project-grid,.experience-grid,.stack-intro,.stack-grid,.contact{min-width:0}.profile-grid>*,.service-grid>*,.project-grid>*,.experience-grid>*,.stack-grid>*,.contact>*{min-width:0}.contact-list b,.contact-action-copy strong,.project-list h3,.verified-project h3{overflow-wrap:anywhere;word-break:break-word}.verified-work{border-top:1px solid #333}.verified-project{display:grid;grid-template-columns:70px minmax(0,1fr) 30px;gap:20px;align-items:center;min-height:145px;padding:20px 0;border-bottom:1px solid #292929;transition:background .25s ease,padding-left .25s ease}.verified-project:hover{padding-left:9px;background:linear-gradient(90deg,rgba(225,11,24,.035),transparent 65%)}.verified-project-index{color:var(--red);font:500 27px var(--display)}.verified-project-main{min-width:0}.verified-project-meta{display:flex;justify-content:space-between;gap:25px;margin-bottom:10px}.verified-project-meta span,.verified-project-meta b{color:#676767;font:7px var(--mono);font-weight:400;letter-spacing:.06em}.verified-project-meta b{color:#858585}.verified-project h3{margin:0 0 9px;color:#eee;font:600 clamp(18px,1.5vw,25px)/1 var(--display)}.verified-project p{max-width:920px;margin:0;color:#7d7d7d;font:9px/1.62 var(--mono)}.verified-project-arrow{color:#777;font-size:18px;transition:.25s ease}.verified-project:hover .verified-project-arrow{color:var(--red);transform:translate(3px,-3px)}.achievement-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:18px;border-top:1px solid #2f2f2f;border-bottom:1px solid #2f2f2f}.achievement-strip>div{min-height:105px;padding:20px;border-right:1px solid #2b2b2b;display:flex;flex-direction:column;justify-content:space-between}.achievement-strip>div:last-child{border-right:0}.achievement-strip strong{color:var(--red);font:500 35px/1 var(--display)}.achievement-strip span{color:#727272;font:6.5px/1.3 var(--mono)}.stack-matrix,.core-stack,.tech-cloud,.stack-footer>div{min-width:0;max-width:100%}.stack-card,.core-tech{overflow:hidden}.stack-chips span{max-width:100%;overflow-wrap:anywhere}@media (hover:none){.project:hover .project-image img,.project:focus .project-image img{transform:none}.stack-card:hover,.service-grid article:hover,.testimonial-grid blockquote:hover,.verified-project:hover{transform:none;padding-left:0}}@media(min-width:1800px){.section,.topbar,footer{width:min(1500px,calc(100% - 110px)) !important}.hero-copy{width:350px}.hero-copy h1{font-size:clamp(76px,4.7vw,92px)}.hero-portrait{width:min(660px,41vw)}.stats{width:180px}.verified-project{min-height:155px}}@media(min-width:1051px) and (max-height:800px){.topbar-refined{height:68px !important}.topbar-refined .nav{top:14px !important;height:36px !important}.hero{height:calc(100svh - 68px) !important;min-height:590px !important}.hero-bg-word{top:8px !important}.hero-portrait{top:62px !important;height:545px !important}.hero-copy{top:29% !important}.stats{top:55% !important}}@media(max-width:1100px) and (min-width:681px){.section,.topbar,footer{width:calc(100% - 42px) !important}.topbar-refined .nav{width:330px !important}.topbar-refined .brand-mini{width:150px !important;min-width:150px !important}.topbar-refined .freelance-mini{width:150px !important;min-width:150px !important;font-size:6px !important}.hero{height:650px !important;min-height:0 !important}.hero-portrait{width:480px !important;height:500px !important}.hero-copy{width:220px !important}.hero-copy h1{font-size:54px !important}.hero-copy .intro{max-width:230px !important;font-size:9px !important}.stats{width:125px !important}.verified-project{grid-template-columns:55px minmax(0,1fr) 20px}}@media(max-width:800px) and (min-width:681px){.topbar-refined{height:68px !important}.topbar-refined .nav{width:310px !important;gap:0 !important}.topbar-refined .nav a{font-size:6px !important}.hero{height:680px !important}.hero-bg-word{font-size:17vw !important}.hero-portrait{width:470px !important;height:500px !important;top:150px !important}.hero-copy{top:125px !important;width:210px !important}.hero-note{right:0 !important;top:330px !important}.stats{right:0 !important;top:455px !important}}@media(max-width:680px){.section,.topbar,footer{width:calc(100% - 28px) !important}.topbar-refined{height:60px !important}.topbar-refined .brand-mini{left:0 !important;width:60px !important;min-width:60px !important}.topbar-refined .freelance-mini{right:0 !important;width:38px !important;min-width:38px !important}.topbar-refined .freelance-mini span{display:none !important}.topbar-refined .nav{top:auto !important;bottom:10px !important;width:auto !important;max-width:calc(100vw - 22px) !important;height:38px !important;padding:2px 4px !important;border-radius:11px !important;gap:0 !important}.topbar-refined .nav a{min-width:52px !important;height:32px !important;padding:0 8px !important;font-size:5.7px !important}.hero{height:700px !important;min-height:700px !important}.hero-bg-word{top:28px !important;font-size:20vw !important}.hero-copy{top:112px !important;left:0 !important;width:205px !important}.hero-copy .script{font-size:31px !important}.hero-copy h1{font-size:48px !important}.hero-copy .role{font-size:11px !important}.hero-copy .intro{max-width:205px !important;font-size:8.5px !important;line-height:1.55 !important}.hero-portrait{top:220px !important;width:100vw !important;max-width:none !important;height:465px !important}.hero-note{right:0 !important;top:auto !important;bottom:120px !important}.stats{right:0 !important;top:auto !important;bottom:0 !important;width:205px !important}.verified-project{grid-template-columns:38px minmax(0,1fr) 17px;gap:9px;min-height:0;padding:17px 0}.verified-project-index{font-size:22px}.verified-project-meta{display:block;margin-bottom:7px}.verified-project-meta b{display:block;margin-top:5px}.verified-project h3{font-size:17px}.verified-project p{font-size:7.5px}.achievement-strip{grid-template-columns:1fr 1fr}.achievement-strip>div{min-height:95px;padding:17px}.achievement-strip strong{font-size:29px}.profile-grid,.experience-grid,.contact{grid-template-columns:1fr !important}.profile-grid{gap:35px !important}.service-grid,.project-grid{grid-template-columns:1fr !important}.stack-intro{display:block !important}.stack-status{margin-top:25px;padding-left:0;border-left:0}.core-stack{grid-template-columns:1fr 1fr !important}.core-label{grid-column:1/-1 !important}.stack-matrix{grid-template-columns:1fr !important;grid-template-rows:none !important}.stack-card{height:auto !important;min-height:185px !important}.contact{gap:38px !important}}@media(max-width:390px){.section,.topbar,footer{width:calc(100% - 22px) !important}.topbar-refined .nav a{min-width:47px !important;padding:0 6px !important;font-size:5.2px !important}.hero-copy{width:190px !important}.hero-copy h1{font-size:44px !important}.hero-copy .intro{max-width:190px !important}.hero-bg-word{font-size:19vw !important}}@media(max-width:900px) and (orientation:landscape) and (max-height:520px){.hero{height:620px !important;min-height:620px !important}.hero-copy{top:92px !important}.hero-portrait{top:145px !important;height:440px !important}.hero-note,.stats{display:none !important}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto !important}.ticker div,.portfolio-loader .abstergo-loader div,.portfolio-loader .ui-dot,.topbar-refined .nav-loader-icon span{animation:none !important}*,*::before,*::after{transition:none !important}}.topbar-refined .brand-mini:after,.topbar-refined .brand-status:before,.topbar-refined .brand-status:after{content:none !important}.topbar-refined .nav-role-status{position:absolute !important;z-index:700 !important;right:0 !important;top:50% !important;transform:translateY(-50%) !important;width:330px !important;min-width:330px !important;max-width:330px !important;height:42px !important;margin:0 !important;padding:0 !important;display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:flex-end !important;gap:15px !important;border:0 !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;opacity:1 !important;visibility:visible !important;overflow:visible !important;color:#b4b4b4 !important;font-family:var(--mono),monospace !important;font-size:9px !important;line-height:1 !important;font-weight:500 !important;letter-spacing:.075em !important;white-space:nowrap !important}.topbar-refined .nav-role-status:before{content:"" !important;display:block !important;flex:0 0 22px !important;width:22px !important;height:1px !important;margin:0 !important;background:linear-gradient(90deg,transparent,#9e0b14) !important;opacity:.75 !important}.topbar-refined .role-status-copy{display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:9px !important;width:auto !important;min-width:0 !important;color:#a7a7a7 !important;opacity:1 !important;white-space:nowrap !important}.topbar-refined .role-status-copy b{display:block !important;margin:0 !important;color:#a7a7a7 !important;font-family:var(--mono),monospace !important;font-size:9px !important;font-weight:500 !important;line-height:1 !important;letter-spacing:.075em !important;white-space:nowrap !important}.topbar-refined .role-status-copy .status-dot{display:block !important;flex:0 0 6px !important;width:6px !important;height:6px !important;margin:0 !important;padding:0 !important;border-radius:50% !important;background:#ef1522 !important;opacity:1 !important;box-shadow:0 0 11px rgba(239,21,34,.75) !important}.topbar-refined .nav-role-status .freelance-star{display:grid !important;flex:0 0 34px !important;width:34px !important;height:34px !important;margin:0 !important;place-items:center !important;border:1px solid #711018 !important;border-radius:50% !important;background:#080808 !important;color:#ef1522 !important;font:400 14px/1 Inter,sans-serif !important;opacity:1 !important}.topbar-refined .nav-role-status:hover .role-status-copy b{color:#fff !important}.topbar-refined .nav-role-status:hover .status-dot{box-shadow:0 0 14px rgba(239,21,34,.95) !important}.topbar-refined .nav-role-status:hover .freelance-star{background:#ef1522 !important;border-color:#ef1522 !important;color:#050505 !important;transform:rotate(90deg) !important}@media(min-width:1260px){.topbar-refined .nav{width:400px !important}.topbar-refined .nav-role-status{width:330px !important;min-width:330px !important}}@media(min-width:1051px) and (max-width:1259px){.topbar-refined .nav-role-status{width:260px !important;min-width:260px !important;max-width:260px !important;gap:10px !important;font-size:7px !important}.topbar-refined .role-status-copy b{font-size:7px !important}.topbar-refined .nav-role-status:before{width:13px !important;flex-basis:13px !important}.topbar-refined .nav-role-status .freelance-star{width:30px !important;height:30px !important;flex-basis:30px !important;font-size:12px !important}}@media(max-width:1050px) and (min-width:681px){.topbar-refined .nav-role-status{width:195px !important;min-width:195px !important;max-width:195px !important;gap:7px !important}.topbar-refined .role-status-copy b{font-size:6px !important;letter-spacing:.055em !important}.topbar-refined .role-status-copy{gap:6px !important}.topbar-refined .nav-role-status:before{display:none !important}.topbar-refined .nav-role-status .freelance-star{width:28px !important;height:28px !important;flex-basis:28px !important;font-size:11px !important}}@media(max-width:680px){.topbar-refined .nav-role-status{right:0 !important;width:34px !important;min-width:34px !important;max-width:34px !important;height:34px !important}.topbar-refined .role-status-copy{display:none !important}.topbar-refined .nav-role-status:before{display:none !important}}html{overflow-x:clip}body{overflow-x:clip;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{content-visibility:auto}.hero-bg-word,.hero-portrait,.topbar-refined,.ticker{contain:layout paint}.hero-portrait img{display:block;width:100%;height:100%;object-fit:contain}.ticker{overflow:hidden}.ticker>div{will-change:transform}@media(prefers-reduced-motion:reduce){.ticker>div{animation:none !important;transform:none !important}}.contact-list a,.contact-action-copy,.verified-project-main,.stack-card,.core-tech{min-width:0}