@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Lora:ital,wght@0,400;1,400;1,600&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #08111e;--bg2: #0e1d2f;--bg3: #162840;--ice: #a8d8f0;--ice2: #cceeff;--slate: #4a7fa5;--silver: #c8d8e8;--silver2: #8fa8c0;--dim: #3a5570;--border: rgba(168, 216, 240, .12);--border2: rgba(168, 216, 240, .06);--text: #ddeeff;--text2: #8aaccc;--text3: #4a6a88}html{scroll-behavior:smooth;overflow-x:visible}body{background:var(--bg);color:var(--text);font-family:Outfit,sans-serif;font-size:15px;line-height:1.6;overflow-x:hidden;min-width:320px}#root:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:radial-gradient(1px 1px at 15% 12%,rgba(200,216,232,.5) 0%,transparent 100%),radial-gradient(1px 1px at 42% 7%,rgba(200,216,232,.4) 0%,transparent 100%),radial-gradient(1px 1px at 68% 22%,rgba(200,216,232,.3) 0%,transparent 100%),radial-gradient(1px 1px at 83% 5%,rgba(200,216,232,.5) 0%,transparent 100%),radial-gradient(1px 1px at 27% 35%,rgba(200,216,232,.2) 0%,transparent 100%),radial-gradient(1.5px 1.5px at 8% 60%,rgba(168,216,240,.4) 0%,transparent 100%),radial-gradient(1.5px 1.5px at 60% 85%,rgba(168,216,240,.35) 0%,transparent 100%),radial-gradient(1px 1px at 90% 90%,rgba(200,216,232,.3) 0%,transparent 100%)}.wrap{max-width:1060px;margin:0 auto;padding:0 2.5rem;position:relative;z-index:1}.section{padding:6rem 0;position:relative;z-index:1}.sec-eyebrow{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--slate);margin-bottom:.75rem}.sec-h2{font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:3.5rem}.sec-h2 em{font-family:Lora,serif;font-style:italic;font-weight:600;color:var(--ice)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.8rem;border-radius:8px;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;letter-spacing:.01em;cursor:pointer;border:2px solid transparent}.btn-ice{background:var(--ice);color:var(--bg);border-color:var(--ice)}.btn-ice:hover{background:var(--ice2);border-color:var(--ice2);transform:translateY(-2px);box-shadow:0 10px 30px #a8d8f040}.btn-ghost{background:transparent;color:var(--text2);border-color:var(--border2)}.btn-ghost:hover{border-color:var(--ice);color:var(--ice);transform:translateY(-2px)}.reveal{opacity:0;transform:translateY(26px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:translateY(0)}.d1{transition-delay:.08s}.d2{transition-delay:.16s}.d3{transition-delay:.24s}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.fade-1{animation:fadeUp .5s .1s both}.fade-2{animation:fadeUp .6s .25s both}.fade-3{animation:fadeUp .6s .45s both}@media (max-width: 1100px){.wrap{padding:0 2rem}}@media (max-width: 900px){.hero-body{grid-template-columns:1fr}.hero-right{display:none}.contact-layout{grid-template-columns:1fr;gap:2rem}.contact-right{display:none}}@media (max-width: 768px){.wrap{padding:0 1.5rem}.section{padding:4rem 0}.sec-h2{margin-bottom:2.5rem}.sec-eyebrow{font-size:10px}.proj-grid{grid-template-columns:repeat(2,1fr)}.proj-card.wide{grid-column:span 2}.tl-grid,.testi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.wrap{padding:0 1.2rem}.section{padding:3rem 0}.sec-h2{font-size:clamp(1.6rem,6vw,2.4rem);margin-bottom:1.75rem}.btn{font-size:13px;padding:.75rem 1.25rem}.proj-grid{grid-template-columns:1fr}.proj-card.wide{grid-column:span 1;aspect-ratio:4/3}.tl-grid,.testi-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;gap:1rem;text-align:center}.foot-r{justify-content:center}}@media (max-width: 480px){.wrap{padding:0 1rem}.section{padding:2.5rem 0}.sec-h2{font-size:clamp(1.4rem,7vw,2rem);margin-bottom:1.5rem}.sec-eyebrow{font-size:9px}.btn{font-size:12px;padding:.6rem 1rem}}@media (max-width: 380px){.wrap{padding:0 .75rem}.section{padding:2rem 0}.sec-h2{font-size:clamp(1.2rem,6vw,1.6rem);margin-bottom:1.25rem}.sec-eyebrow{font-size:8px}.btn{font-size:11px;padding:.5rem .85rem}}.nav{position:sticky;top:0;z-index:200;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#08111eeb;border-bottom:1px solid var(--border)}.nav-inner{display:flex;justify-content:space-between;align-items:center;height:64px;padding:0 1.5rem;max-width:1060px;margin:0 auto}.nav-logo{font-family:Lora,serif;font-style:italic;font-size:1.3rem;color:var(--ice);text-decoration:none;letter-spacing:-.01em;flex-shrink:0}.nav-logo span{color:var(--silver2);font-style:normal;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:500;margin-left:.5rem}.nav-links{display:flex;align-items:center;gap:2.5rem;list-style:none;margin:0;padding:0}.nav-links a{color:var(--text2);text-decoration:none;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;transition:color .2s}.nav-links a:hover{color:var(--ice)}.nav-cta{background:#a8d8f014;border:1px solid rgba(168,216,240,.25);border-radius:6px;padding:.45rem 1.1rem;color:var(--ice)!important;transition:background .2s,border-color .2s!important}.nav-cta:hover{background:#a8d8f02e!important;border-color:var(--ice)!important}.nav-burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;flex-shrink:0;background:none;border:1px solid var(--border);border-radius:8px;cursor:pointer;padding:0;transition:border-color .2s}.nav-burger:hover{border-color:#a8d8f066}.nav-burger span{display:block;width:18px;height:2px;background:var(--silver);border-radius:2px;transition:transform .28s cubic-bezier(.4,0,.2,1),opacity .2s ease;transform-origin:center}.nav-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-overlay{position:fixed;top:64px;left:0;right:0;bottom:0;z-index:198;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s linear .3s}.nav-overlay.open{opacity:1;visibility:visible;transition:opacity .3s ease,visibility 0s linear 0s}.nav-drawer{position:fixed;top:64px;left:0;right:0;z-index:199;background:#08111ef7;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;list-style:none;margin:0;padding:2rem;visibility:hidden;opacity:0;transform:translateY(-12px);transition:opacity .3s ease,transform .3s cubic-bezier(.4,0,.2,1),visibility 0s linear .3s}.nav-drawer.open{visibility:visible;opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s cubic-bezier(.4,0,.2,1),visibility 0s linear 0s}.nav-drawer li{width:100%;max-width:320px;text-align:center;border-bottom:1px solid rgba(168,216,240,.06)}.nav-drawer li:first-child{border-top:1px solid rgba(168,216,240,.06)}.nav-drawer a{display:block;padding:1.2rem 1rem;color:var(--text2);text-decoration:none;font-size:1.25rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:color .2s,background .2s;width:100%;font-family:Outfit,sans-serif}.nav-drawer a:hover,.nav-drawer a:active{color:var(--ice);background:#a8d8f00a}.nav-drawer .nav-cta{display:inline-block;width:auto;max-width:220px;margin:1.5rem auto 0;text-align:center;padding:.85rem 2rem;border-radius:8px;font-size:1rem;background:var(--ice);color:var(--bg)!important;border:none;font-weight:700;transition:background .2s,transform .2s}.nav-drawer .nav-cta:hover{background:var(--ice2);transform:scale(1.02)}@media (max-width: 768px){.nav-links{display:none!important}.nav-burger{display:flex!important}.nav-inner{height:58px}.nav-overlay,.nav-drawer{top:58px}}@media (max-width: 480px){.nav-inner{height:54px;padding:0 1rem}.nav-logo{font-size:1.1rem}.nav-logo span{font-size:.7rem;margin-left:.3rem}.nav-burger{width:36px;height:36px;gap:4px}.nav-burger span{width:16px;height:1.5px}.nav-burger.open span:nth-child(1){transform:translateY(5.5px) rotate(45deg)}.nav-burger.open span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}.nav-overlay{top:54px}.nav-drawer{top:54px;padding:1.5rem}.nav-drawer a{font-size:1.1rem;padding:1rem}.nav-drawer .nav-cta{font-size:.9rem;padding:.7rem 1.5rem;max-width:180px}}@media (max-width: 380px){.nav-logo{font-size:1rem}.nav-logo span{display:none}.nav-inner{height:50px}.nav-burger{width:32px;height:32px;gap:3.5px}.nav-burger span{width:14px;height:1.5px}.nav-burger.open span:nth-child(1){transform:translateY(5px) rotate(45deg)}.nav-burger.open span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.nav-overlay{top:50px}.nav-drawer{top:50px;padding:1.25rem 1rem}.nav-drawer a{font-size:1rem;padding:.85rem .75rem}.nav-drawer .nav-cta{font-size:.85rem;padding:.6rem 1.2rem;max-width:160px}}.hero{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;padding:6rem 0 4rem;position:relative;overflow:hidden}.hero-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.hero-glow{position:absolute;width:700px;height:700px;background:radial-gradient(circle,rgba(74,127,165,.18) 0%,transparent 65%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:0}.hero .wrap{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#a8d8f014;border:1px solid rgba(168,216,240,.2);border-radius:100px;padding:.4rem 1rem;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ice);margin-bottom:2rem}.pulse{width:7px;height:7px;background:var(--ice);border-radius:50%;animation:pulseAnim 2s infinite;flex-shrink:0}@keyframes pulseAnim{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.hero-h1{font-family:Outfit,sans-serif;font-size:clamp(3.5rem,8vw,8rem);font-weight:900;line-height:.92;letter-spacing:-.04em;margin-bottom:2rem}.hero-h1 .name-i{font-family:Lora,serif;font-style:italic;font-weight:600;font-size:.6em;color:var(--ice);display:block}.hero-h1 .name-cursor{display:inline-block;width:3px;height:.8em;background:var(--ice);margin-left:4px;vertical-align:middle;border-radius:1px;animation:cursorBlink 1s step-end infinite}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.hero-h1 .role{color:var(--dim);font-size:.2em;font-weight:700;letter-spacing:-.02em;display:block}.hero-body{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:3rem}.hero-desc{color:var(--text2);font-size:16px;line-height:1.8;font-weight:300;margin-bottom:2rem}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.hero-right{display:flex;flex-direction:column;align-items:center;gap:1rem}.radar-label{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--text3);text-align:center}.radar-hint{font-size:11px;color:var(--text3);text-align:center}@media (max-width: 1024px){.hero-body{gap:3rem}.hero-glow{width:550px;height:550px}}@media (max-width: 900px){.hero-body{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.hero-right{display:none}.hero-desc{font-size:15px;max-width:600px}}@media (max-width: 768px){.hero{padding:5rem 0 3rem;min-height:auto}.hero-glow{width:400px;height:400px}.hero-h1{font-size:clamp(3rem,7vw,5.5rem);margin-bottom:1.5rem}}@media (max-width: 600px){.hero-badge{font-size:10px;padding:.35rem .75rem;margin-bottom:1.25rem}.hero-h1{font-size:clamp(2.6rem,11vw,4rem);margin-bottom:1.25rem}.hero-h1 .role{font-size:.5em}.hero-desc{font-size:14px;line-height:1.7;margin-bottom:1.5rem}.hero-btns{gap:.75rem}.hero-btns .btn{font-size:13px;padding:.6rem 1.2rem}.hero-glow{width:300px;height:300px}}@media (max-width: 420px){.hero{padding:3.5rem 0 2rem}.hero-badge{font-size:9px;padding:.25rem .6rem;gap:.35rem}.hero-h1{font-size:clamp(2.2rem,10vw,3.2rem)}.hero-h1 .role{font-size:.45em}.hero-desc{font-size:13px}.hero-btns .btn{font-size:12px;padding:.5rem 1rem}.hero-glow{width:200px;height:200px}}.tl-section{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.tl-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.tl-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:1.75rem;position:relative;overflow:hidden;transition:border-color .25s,transform .25s,box-shadow .25s}.tl-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--slate),var(--ice));opacity:0;transition:opacity .25s}.tl-card:hover{border-color:#a8d8f04d;transform:translateY(-4px);box-shadow:0 16px 40px #0000004d}.tl-card:hover:before{opacity:1}.tl-date{font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--slate);margin-bottom:1rem;display:inline-block;background:#4a7fa51f;border:1px solid rgba(74,127,165,.2);border-radius:100px;padding:.2rem .7rem}.tl-role{font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700;color:var(--text);margin-bottom:.25rem;letter-spacing:-.01em;line-height:1.3}.tl-company{font-size:12px;font-weight:600;color:var(--ice);margin-bottom:.85rem}.tl-desc{font-size:13px;color:var(--text2);line-height:1.7;margin-bottom:1rem}.tl-tags{display:flex;flex-wrap:wrap;gap:.4rem}.tl-tag{font-size:10px;font-weight:700;letter-spacing:.08em;color:var(--text3);background:#ffffff0a;border:1px solid var(--border);border-radius:4px;padding:.2rem .55rem}@media (max-width: 1024px){.tl-grid{gap:1rem}.tl-card{padding:1.5rem}.tl-role{font-size:.95rem}.tl-desc{font-size:12px}}@media (max-width: 900px){.tl-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.tl-card{padding:1.35rem}.tl-role{font-size:.9rem}.tl-company{font-size:11px;margin-bottom:.6rem}.tl-desc{font-size:12px;line-height:1.6;margin-bottom:.75rem}.tl-date{font-size:9px;padding:.15rem .6rem;margin-bottom:.75rem}.tl-tag{font-size:9px;padding:.15rem .45rem}}@media (max-width: 600px){.tl-grid{grid-template-columns:1fr;gap:.85rem}.tl-card{padding:1.1rem}.tl-role{font-size:.85rem}.tl-company{font-size:10.5px}.tl-desc{font-size:11.5px}}@media (max-width: 380px){.tl-card{padding:.9rem}.tl-role{font-size:.8rem}.tl-company{font-size:10px}.tl-desc{font-size:11px;line-height:1.5}.tl-date{font-size:8px;padding:.1rem .5rem}.tl-tag{font-size:8px;padding:.1rem .35rem}.tl-tags{gap:.3rem}}.proj-section{background:var(--bg)}.proj-hint{color:var(--text3);font-size:13px;margin-top:-2.5rem;margin-bottom:2.5rem}.proj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.proj-card{position:relative;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;aspect-ratio:4/3;display:block;border:1px solid var(--border);opacity:0;transform:perspective(800px) translateY(40px);transition:opacity .6s ease var(--stagger, 0ms),transform .6s cubic-bezier(.22,1,.36,1) var(--stagger, 0ms),border-color .25s ease;will-change:transform,opacity;transform-style:preserve-3d}.proj-card.wide{grid-column:span 2;aspect-ratio:16/7}.proj-card.proj-card-visible{opacity:1;transform:perspective(800px) translateY(0)}.proj-card:hover{border-color:#a8d8f066}.proj-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent 0%,transparent 40%,rgba(168,216,240,.08) 50%,transparent 60%,transparent 100%);background-size:250% 100%;background-position:200% 0;z-index:10;pointer-events:none;transition:background-position 0s}.proj-card:hover .proj-shimmer{background-position:-50% 0;transition:background-position .6s ease}.proj-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transition:transform .55s cubic-bezier(.4,0,.2,1)}.proj-card:hover .proj-canvas{transform:scale(1.06)}.proj-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#060e1af7,#060e1ab3 40%,#060e1a26);transition:background .35s}.proj-card:hover .proj-overlay{background:linear-gradient(to top,#060e1afa,#060e1ae0 55%,#060e1a8c)}.proj-content{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.6rem;display:flex;flex-direction:column;justify-content:flex-end;z-index:5}.proj-kind{font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--ice);margin-bottom:.4rem;opacity:.7;transition:opacity .3s}.proj-card:hover .proj-kind{opacity:1}.proj-name{font-size:1.05rem;font-weight:700;letter-spacing:-.02em;color:var(--text);margin-bottom:0;transition:margin-bottom .35s}.proj-card.wide .proj-name{font-size:1.3rem}.proj-card:hover .proj-name{margin-bottom:.6rem}.proj-blurb{font-size:12.5px;color:var(--text2);line-height:1.6;max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .35s ease}.proj-card:hover .proj-blurb{max-height:80px;opacity:1;margin-bottom:.75rem}.proj-pills{display:flex;flex-wrap:wrap;gap:.35rem;max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease .05s,opacity .3s ease .05s}.proj-card:hover .proj-pills{max-height:60px;opacity:1}.proj-pill{font-size:10px;font-weight:600;color:var(--silver2);background:#a8d8f01a;border:1px solid rgba(168,216,240,.2);border-radius:4px;padding:.18rem .55rem}.proj-arrow{position:absolute;top:1.2rem;right:1.2rem;width:32px;height:32px;border-radius:50%;background:#a8d8f01a;border:1px solid rgba(168,216,240,.2);display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--text3);transition:all .25s;opacity:0;z-index:6}.proj-card:hover .proj-arrow{opacity:1;color:var(--ice);background:#a8d8f026;transform:translate(2px,-2px)}.proj-num{position:absolute;top:1.2rem;left:1.4rem;font-family:Lora,serif;font-style:italic;font-size:1.1rem;color:#a8d8f04d;transition:opacity .3s;z-index:6}.proj-card:hover .proj-num{opacity:0}.proj-corner-tl{position:absolute;top:0;left:0;width:28px;height:28px;z-index:8;pointer-events:none}.proj-corner-tl:before,.proj-corner-tl:after{content:"";position:absolute;background:var(--ice);border-radius:1px;opacity:0;transition:opacity .3s,width .35s ease,height .35s ease}.proj-corner-tl:before{top:0;left:0;height:2px;width:0}.proj-corner-tl:after{top:0;left:0;width:2px;height:0}.proj-corner-br{position:absolute;bottom:0;right:0;width:28px;height:28px;z-index:8;pointer-events:none}.proj-corner-br:before,.proj-corner-br:after{content:"";position:absolute;background:var(--ice);border-radius:1px;opacity:0;transition:opacity .3s,width .35s ease,height .35s ease}.proj-corner-br:before{bottom:0;right:0;height:2px;width:0}.proj-corner-br:after{bottom:0;right:0;width:2px;height:0}.proj-card:hover .proj-corner-tl:before,.proj-card:hover .proj-corner-tl:after,.proj-card:hover .proj-corner-br:before,.proj-card:hover .proj-corner-br:after{opacity:1}.proj-card:hover .proj-corner-tl:before,.proj-card:hover .proj-corner-br:before{width:28px}.proj-card:hover .proj-corner-tl:after,.proj-card:hover .proj-corner-br:after{height:28px}@media (max-width: 1024px){.proj-grid{gap:1rem}.proj-content{padding:1.4rem}.proj-name{font-size:.95rem}.proj-card.wide .proj-name{font-size:1.15rem}.proj-blurb{font-size:11.5px}}@media (max-width: 768px){.proj-grid{grid-template-columns:repeat(2,1fr);gap:.9rem}.proj-card.wide{grid-column:span 2}.proj-content{padding:1.2rem}.proj-name{font-size:.9rem}.proj-card.wide .proj-name{font-size:1.05rem}.proj-blurb{font-size:11px}.proj-arrow{top:.9rem;right:.9rem;width:28px;height:28px;font-size:.8rem}.proj-num{top:.9rem;left:1.1rem;font-size:.95rem}.proj-kind{font-size:9px}.proj-pill{font-size:9px;padding:.12rem .4rem}.proj-hint{font-size:12px;margin-top:-2rem;margin-bottom:2rem}}@media (max-width: 540px){.proj-grid{grid-template-columns:1fr;gap:.85rem}.proj-card.wide{grid-column:span 1;aspect-ratio:4/3}.proj-content{padding:1rem}.proj-name{font-size:.85rem}.proj-card.wide .proj-name{font-size:.9rem}.proj-blurb{font-size:10.5px}.proj-card:hover .proj-blurb{max-height:60px}.proj-card:hover .proj-pills{max-height:50px}.proj-arrow{top:.7rem;right:.7rem;width:24px;height:24px;font-size:.7rem}.proj-num{top:.7rem;left:.9rem;font-size:.85rem}.proj-kind{font-size:8px}.proj-pill{font-size:8px;padding:.1rem .35rem}.proj-hint{font-size:11px;margin-top:-1.5rem;margin-bottom:1.5rem}.proj-corner-tl,.proj-corner-br{width:20px;height:20px}.proj-card:hover .proj-corner-tl:before,.proj-card:hover .proj-corner-br:before{width:20px}.proj-card:hover .proj-corner-tl:after,.proj-card:hover .proj-corner-br:after{height:20px}}@media (max-width: 380px){.proj-content{padding:.75rem}.proj-name{font-size:.75rem}.proj-card.wide .proj-name{font-size:.8rem}.proj-blurb{font-size:9.5px}.proj-kind{font-size:7px}.proj-pill{font-size:7px;padding:.08rem .3rem}.proj-arrow{top:.5rem;right:.5rem;width:20px;height:20px;font-size:.6rem}.proj-num{top:.5rem;left:.7rem;font-size:.7rem}.proj-card:hover .proj-blurb,.proj-card:hover .proj-pills{max-height:40px}}.testi-section{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testi-card{background:var(--bg3);border:1px solid var(--border);border-radius:14px;padding:2rem;transition:transform .2s,box-shadow .2s}.testi-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000004d}.testi-stars{color:var(--ice);font-size:11px;letter-spacing:.1em;margin-bottom:.5rem}.testi-quote{font-family:Lora,serif;font-style:italic;font-size:4rem;line-height:.8;color:#a8d8f026;margin-bottom:.5rem;display:block}.testi-text{font-size:14px;color:var(--silver);line-height:1.75;margin-bottom:1.5rem;font-style:italic}.testi-author{display:flex;align-items:center;gap:.75rem}.testi-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--bg3),var(--slate));border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:var(--ice);flex-shrink:0}.testi-name{font-size:13px;font-weight:700;color:var(--text);margin-bottom:.1rem}.testi-title{font-size:11px;color:var(--text3)}@media (max-width: 1024px){.testi-grid{gap:1.25rem}.testi-card{padding:1.75rem}.testi-text{font-size:13px}}@media (max-width: 900px){.testi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.testi-card{padding:1.5rem}.testi-text{font-size:13px;line-height:1.6;margin-bottom:1.25rem}.testi-stars{font-size:10px}.testi-quote{font-size:3.5rem}.testi-avatar{width:34px;height:34px;font-size:.8rem}.testi-name{font-size:12px}.testi-title{font-size:10px}}@media (max-width: 600px){.testi-grid{grid-template-columns:1fr;gap:1rem}.testi-card{padding:1.25rem}.testi-text{font-size:12.5px}.testi-quote{font-size:3rem}.testi-avatar{width:32px;height:32px;font-size:.75rem}}@media (max-width: 380px){.testi-card{padding:1rem}.testi-text{font-size:12px;line-height:1.5}.testi-quote{font-size:2.5rem}.testi-stars{font-size:9px}.testi-author{gap:.5rem}.testi-avatar{width:28px;height:28px;font-size:.65rem}.testi-name{font-size:11px}.testi-title{font-size:9px}}.skills-section{background:var(--bg);position:relative;overflow:hidden}.skills-aurora{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.skill-block{background:#0e1d2fbf;border:1px solid var(--border);border-radius:14px;padding:2rem;transition:border-color .25s,transform .25s,box-shadow .25s;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.skill-block:hover{border-color:#a8d8f04d;transform:translateY(-3px);box-shadow:0 12px 40px #00000040}.skill-block-title{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--slate);margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.skill-block-title span{font-size:1rem}.skill-rows{display:flex;flex-direction:column;gap:.85rem}.skill-row-item{display:flex;align-items:center;gap:.85rem}.skill-row-left{display:flex;align-items:center;gap:.5rem;width:140px;min-width:100px;flex-shrink:0}.skill-row-logo{width:18px;height:18px;object-fit:contain;filter:brightness(.9) saturate(.8);flex-shrink:0}.skill-row-logo.invert{filter:invert(.8) brightness(.9)}.skill-row-name{font-size:13px;font-weight:500;color:var(--text2)}.skill-bar-bg{flex:1;height:3px;background:#ffffff0f;border-radius:3px;overflow:hidden;position:relative;min-width:30px}.skill-bar-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,var(--slate),var(--ice));width:0;transition:width 1.4s cubic-bezier(.4,0,.2,1);position:relative}.skill-bar-fill:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:barShimmer 2.5s 1.6s ease-in-out infinite}@keyframes barShimmer{0%{left:-60%}to{left:120%}}.skill-pct{font-size:11px;color:var(--text3);width:28px;text-align:right;flex-shrink:0}@media (max-width: 1024px){.skills-grid{gap:1.5rem}.skill-block{padding:1.75rem}.skill-row-left{width:120px;min-width:90px}.skill-row-name{font-size:12px}}@media (max-width: 768px){.skills-grid{grid-template-columns:1fr 1fr;gap:1rem}.skill-block{padding:1.5rem}.skill-block-title{font-size:11px;margin-bottom:1rem}.skill-block-title span{font-size:.9rem}.skill-row-left{width:100px;min-width:80px}.skill-row-name{font-size:11px}.skill-row-logo{width:16px;height:16px}.skill-rows{gap:.7rem}.skill-pct{font-size:10px;width:24px}}@media (max-width: 600px){.skills-grid{grid-template-columns:1fr;gap:.85rem}.skill-block{padding:1.25rem}.skill-block-title{font-size:10px;margin-bottom:.85rem}.skill-block-title span{font-size:.85rem}.skill-row-left{width:90px;min-width:70px;gap:.4rem}.skill-row-name{font-size:10px}.skill-row-logo{width:14px;height:14px}.skill-rows,.skill-row-item{gap:.6rem}.skill-pct{font-size:9px;width:22px}.skill-bar-bg{height:2.5px}}@media (max-width: 380px){.skill-block{padding:1rem}.skill-row-left{width:75px;min-width:60px;gap:.3rem}.skill-row-name{font-size:9px}.skill-row-logo{width:12px;height:12px}.skill-pct{font-size:8px;width:20px}.skill-row-item{gap:.4rem}}.terminal{background:#05101a;border:1px solid var(--border);border-radius:12px;overflow:hidden;font-family:Outfit,monospace;width:100%;max-width:100%}.term-bar{background:var(--bg3);padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--border)}.t-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.term-title{font-size:11px;color:var(--text3);margin-left:.5rem;letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.term-body{padding:1.25rem 1.5rem;min-height:200px;max-height:300px;overflow-y:auto;scroll-behavior:smooth}.term-body::-webkit-scrollbar{width:4px}.term-body::-webkit-scrollbar-track{background:transparent}.term-body::-webkit-scrollbar-thumb{background:#a8d8f033;border-radius:4px}.t-line{font-size:13px;line-height:1.7;color:var(--silver);margin-bottom:.1rem;word-break:break-word}.t-prompt{color:var(--ice);font-weight:700}.t-cmd{color:var(--silver2)}.t-out{color:var(--text2)}.t-ok{color:#4ec9b0}.t-hi{color:var(--ice2)}.t-dim{color:var(--text3)}.term-input-row{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-top:1px solid var(--border);background:#05101a}.term-input-row .t-prompt{font-size:13px;white-space:nowrap;flex-shrink:0}.term-input{flex:1;background:transparent;border:none;outline:none;font-family:Outfit,sans-serif;font-size:13px;color:var(--silver);caret-color:var(--ice);min-width:0;width:100%}.term-input::placeholder{color:var(--text3)}@media (max-width: 1024px){.term-body{min-height:180px;max-height:260px;padding:1.1rem 1.25rem}.t-line{font-size:12.5px}.term-input-row{padding:.65rem 1.25rem}.term-input-row .t-prompt,.term-input{font-size:12.5px}}@media (max-width: 768px){.terminal{border-radius:10px}.term-bar{padding:.6rem .85rem}.t-dot{width:8px;height:8px}.term-title{font-size:10px;margin-left:.35rem}.term-body{min-height:150px;max-height:220px;padding:.9rem 1rem}.t-line{font-size:12px;line-height:1.6}.term-input-row{padding:.55rem 1rem}.term-input-row .t-prompt,.term-input{font-size:12px}}@media (max-width: 540px){.terminal{border-radius:8px}.term-bar{padding:.5rem .7rem;gap:.35rem}.t-dot{width:7px;height:7px}.term-title{font-size:9px;margin-left:.25rem}.term-body{min-height:120px;max-height:180px;padding:.7rem .85rem}.t-line{font-size:11px;line-height:1.5}.term-input-row{padding:.45rem .85rem;gap:.35rem}.term-input-row .t-prompt,.term-input{font-size:11px}}@media (max-width: 380px){.term-body{min-height:100px;max-height:150px;padding:.5rem .65rem}.t-line{font-size:10px;line-height:1.4}.term-input-row{padding:.35rem .65rem}.term-input-row .t-prompt,.term-input{font-size:10px}.term-title{font-size:8px}.t-dot{width:6px;height:6px}.term-bar{padding:.4rem .5rem}}.contact-section{background:var(--bg2);border-top:1px solid var(--border)}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.contact-h2{margin-bottom:1rem!important}.contact-sub{color:var(--text2);font-size:15px;line-height:1.75;font-weight:300;margin-bottom:2.5rem}.c-rows{display:flex;flex-direction:column}.c-row{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;border-bottom:1px solid var(--border);text-decoration:none;color:var(--text);transition:padding-left .2s}.c-row:first-child{border-top:1px solid var(--border)}.c-row:hover{padding-left:.75rem}.c-row-type{font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--text3);margin-bottom:.15rem}.c-row-val{font-size:14px;font-weight:600;transition:color .2s}.c-row:hover .c-row-val{color:var(--ice)}.c-arrow{color:var(--text3);transition:all .2s;flex-shrink:0;margin-left:.75rem}.c-row:hover .c-arrow{color:var(--ice);transform:translate(4px,-4px)}@media (max-width: 1024px){.contact-layout{gap:3.5rem}}@media (max-width: 768px){.contact-layout{gap:2.5rem}.contact-sub{font-size:14px;margin-bottom:2rem}.c-row{padding:.9rem 0}.c-row-val{font-size:13px}}@media (max-width: 540px){.contact-layout{gap:1.5rem}.contact-sub{font-size:13px;margin-bottom:1.5rem}.c-row{padding:.75rem 0;flex-wrap:wrap;gap:.25rem}.c-row-val{font-size:12px;word-break:break-word}.c-row-type{font-size:9px}.c-arrow{font-size:.85rem}}@media (max-width: 380px){.contact-sub{font-size:12px}.c-row-val{font-size:11px}.c-row{padding:.6rem 0}}.footer{background:var(--bg);border-top:1px solid var(--border);padding:2rem 0}.footer-inner{display:flex;justify-content:space-between;align-items:center}.foot-l{font-size:12px;color:var(--text3)}.foot-r{display:flex;gap:1.5rem}.foot-r a{font-size:12px;color:var(--text3);text-decoration:none;transition:color .2s}.foot-r a:hover{color:var(--ice)}@media (max-width: 768px){.footer{padding:1.5rem 0}.foot-l,.foot-r a{font-size:11px}}@media (max-width: 600px){.footer-inner{flex-direction:column;gap:1rem;text-align:center}.foot-r{justify-content:center;flex-wrap:wrap;gap:1rem 1.5rem}}@media (max-width: 380px){.footer{padding:1.25rem 0}.foot-l,.foot-r a{font-size:10px}.foot-r{gap:.75rem 1rem}}
