@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&display=swap";:root{--bg:#08090c;--text:#f2efe8;--muted:#949aa4;--line:rgba(255,255,255,.12);--acid:#b9ff4f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif}a{color:inherit;text-decoration:none}.shell{width:min(1280px,calc(100% - 64px));margin:auto}.nav{height:88px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;position:relative;z-index:5}.logo{font-size:28px;font-weight:600}.logo span{color:var(--acid)}.links{display:flex;gap:34px}.links a{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#aaa}.nav button{display:none;background:none;border:0;color:#fff}.hero{min-height:calc(100vh - 88px);padding:38px 0 65px;display:flex;flex-direction:column;justify-content:space-between}.status{font-size:10px;letter-spacing:.14em;color:#969ca5;display:flex;gap:10px;align-items:center}.status i{width:7px;height:7px;border-radius:50%;background:var(--acid);box-shadow:0 0 14px var(--acid)}.status span{margin-left:auto}.eyebrow{font-size:10px;letter-spacing:.19em;color:#9399a3;text-transform:uppercase;margin:0 0 25px}.hero h1,.head h2,.about h2,.contact h2{font-family:Manrope;font-weight:400;letter-spacing:-.065em;margin:0}.hero h1{font-size:clamp(62px,8.6vw,132px);line-height:.85}.hero em,.contact em{font-family:Georgia,serif;color:var(--acid);font-weight:400}.herofoot{display:flex;justify-content:flex-end;align-items:end;gap:50px}.herofoot p{max-width:470px;color:#a6abb4;font-size:18px;line-height:1.6}.herofoot a{width:68px;height:68px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center}.section{padding:145px 0}.head{display:flex;justify-content:space-between;align-items:start;margin-bottom:65px}.head h2{font-size:clamp(46px,5.4vw,80px);line-height:.95}.head h2 span{color:#5d626b}.grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.wide{grid-column:1/-1}.card{height:660px;padding:30px;border:1px solid var(--line);position:relative;overflow:hidden}.wide .card{height:760px}.blue{background:linear-gradient(145deg,#10151d,#0a2036)}.orange{background:linear-gradient(145deg,#18120e,#3a1c0a)}.violet{background:linear-gradient(145deg,#15111c,#28133a)}.green{background:linear-gradient(145deg,#101714,#123025)}.sand{background:linear-gradient(145deg,#181713,#342f20)}.meta{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.14em;color:#a2a8b0;text-transform:uppercase}.cardtop{display:flex;justify-content:space-between;align-items:end;margin-top:55px}.cardtop svg{width:34px;height:34px;color:var(--acid)}.type{font-size:9px;letter-spacing:.15em;color:#8f96a0}.card h3{font-size:clamp(42px,5vw,76px);letter-spacing:-.055em;margin:7px 0 0}.desc{max-width:650px;color:#b2b7c0;line-height:1.65}.tags{display:flex;gap:7px;flex-wrap:wrap}.tags span{padding:8px 12px;border:1px solid rgba(255,255,255,.18);border-radius:100px;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.visual{position:absolute;left:9%;right:-6%;bottom:-95px}.window{height:300px;background:#e9e6df;border-radius:11px 11px 0 0;box-shadow:0 30px 70px #0006}.wide .window{height:370px}.bar{height:31px;background:#cbc8c1;padding:12px;display:flex;gap:5px}.bar i{width:6px;height:6px;border-radius:50%;background:#999}.ui{height:100%;display:flex}.ui aside{width:18%;background:#111a24;padding:22px;display:flex;flex-direction:column;gap:18px}.ui aside b{font-size:25px}.ui aside i{height:6px;background:#3e4b59;border-radius:5px}.ui section{flex:1;padding:32px}.title{width:40%;height:21px;background:#16191e}.sub{width:25%;height:7px;background:#aaa;margin-top:12px}.blocks{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.blocks i{height:75px;background:#d2cec6}.table{margin-top:14px;background:#d9d5cd;padding:14px;display:grid;gap:8px}.table i{height:7px;background:#b5b1aa}.disclosure{font-size:11px;color:#676d77;max-width:650px;line-height:1.6;margin-top:22px}.about{background:#ece9e2;color:#0a0c10;padding:140px 0}.aboutgrid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.about h2{font-size:clamp(55px,6vw,92px);line-height:.9}.about em{font-family:Georgia,serif;color:#536e1d}.aboutgrid>div:last-child{color:#666b72;font-size:17px;line-height:1.7}.about .lead{font-size:28px;color:#17191d;line-height:1.4}.skill{display:grid;grid-template-columns:70px 1fr 30px;align-items:center;border-top:1px solid var(--line);padding:24px 0}.skill:last-child{border-bottom:1px solid var(--line)}.skill span{font-size:10px;color:#626873}.skill h3{font-size:28px;font-weight:400;margin:0}.skill svg{color:#5e646d}.contact{background:var(--acid);color:#090b0d;padding:120px 0 35px}.contact .eyebrow{color:#405028}.contact h2{font-size:clamp(72px,10vw,150px);line-height:.82}.contact em{color:#090b0d}.contactrow{display:flex;justify-content:space-between;align-items:end;margin:95px 0}.contactrow a{font-size:19px;display:flex;gap:55px;border-bottom:1px solid #111;padding-bottom:10px}.contactrow p{max-width:350px;line-height:1.6}footer{border-top:1px solid rgba(0,0,0,.3);padding-top:25px;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.14em}.mobile{display:none}@media(max-width:760px){.shell{width:calc(100% - 34px)}.nav{height:72px}.links{display:none}.nav button{display:block}.mobile{display:flex;position:fixed;z-index:4;top:72px;left:0;right:0;background:#0d0f14;padding:28px 18px;flex-direction:column;gap:22px;border-bottom:1px solid var(--line)}.hero{min-height:calc(100svh - 72px)}.hero h1{font-size:15.2vw}.herofoot p{font-size:14px}.herofoot a{min-width:54px;width:54px;height:54px}.section{padding:90px 0}.head{display:block}.head h2{font-size:43px}.grid{grid-template-columns:1fr}.wide{grid-column:auto}.card,.wide .card{height:610px;padding:20px}.card h3{font-size:45px}.visual{left:7%;right:-35%}.wide .window,.window{height:300px}.about{padding:90px 0}.aboutgrid{grid-template-columns:1fr;gap:35px}.about .lead{font-size:23px}.skill{grid-template-columns:45px 1fr 25px}.skill h3{font-size:21px}.contact h2{font-size:64px}.contactrow{flex-direction:column;align-items:start;gap:40px;margin:70px 0}footer{gap:20px}}.contactlinks{display:flex;gap:28px;flex-wrap:wrap}.contactlinks a{font-size:19px;display:flex;gap:35px;border-bottom:1px solid #111;padding-bottom:10px}@media(max-width:760px){.contactlinks{flex-direction:column;align-items:flex-start}}
