@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--bg:#080808;--fg:#f5f5f2;--muted:#999993;--line:#292929;--card:#101010}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--fg);font-family:'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}.wrap{width:min(1120px,calc(100% - 48px));margin:auto}.nav{height:88px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;font:700 15px 'Space Grotesk';letter-spacing:.16em}.mark{display:grid;place-items:center;width:28px;height:28px;border:1px solid #777;border-radius:7px;font-size:14px;letter-spacing:0}.status{font-size:12px;color:#aaa}.status i{display:inline-block;width:6px;height:6px;background:#d8d8d2;border-radius:50%;margin-right:7px}.hero{padding:125px 0 150px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:11px;color:#8d8d87;margin:0 0 25px;font-weight:600}.hero h1{font:500 clamp(55px,8.5vw,104px)/.94 'Space Grotesk';letter-spacing:-.065em;margin:0;max-width:1000px}.hero h1 em{font-style:normal;color:#888883}.lead{max-width:610px;color:#aaa9a3;font-size:18px;line-height:1.65;margin:35px 0 38px}.hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.button{display:inline-flex;gap:28px;align-items:center;background:#f3f3ee;color:#090909;padding:15px 19px 15px 21px;border-radius:5px;font-size:13px;font-weight:700}.button span{font-size:18px}.micro{font-size:12px;color:#777}.services{border-top:1px solid var(--line);padding:105px 0 130px;display:grid;grid-template-columns:35% 65%;gap:40px}.section-head h2,.drop h2{font:500 clamp(36px,5vw,60px)/1 'Space Grotesk';letter-spacing:-.045em;margin:0}.grid{display:grid;grid-template-columns:1fr 1fr}.grid article{padding:5px 32px 42px 0;border-bottom:1px solid var(--line);margin:0 28px 35px 0}.grid article:nth-child(3),.grid article:nth-child(4){border-bottom:0}.grid span{color:#555;font-size:11px}.grid h3{font:600 19px 'Space Grotesk';margin:18px 0 10px}.grid p{color:#8f8f89;font-size:14px;line-height:1.6;margin:0;max-width:260px}.drop{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:100px 0;display:flex;justify-content:space-between;align-items:center}.drop p:not(.eyebrow){color:#888;font-size:14px;margin-top:20px}.orb{width:170px;height:170px;border:1px solid #333;border-radius:50%;display:grid;place-items:center;position:relative}.orb:before,.orb:after{content:'';position:absolute;border:1px solid #242424;border-radius:50%;inset:17px}.orb:after{inset:37px}.orb span{font:600 13px 'Space Grotesk';letter-spacing:.15em}.footer{padding:30px 0 45px;display:flex;justify-content:space-between;color:#555;font-size:11px;letter-spacing:.03em}@media(max-width:760px){.wrap{width:min(100% - 32px,1120px)}.nav{height:72px}.status{display:none}.hero{padding:90px 0 105px}.hero h1{font-size:clamp(48px,15vw,75px)}.lead{font-size:16px}.services{padding:75px 0 80px;display:block}.section-head{margin-bottom:55px}.grid{grid-template-columns:1fr}.grid article{margin-right:0}.grid article:nth-child(3){border-bottom:1px solid var(--line)}.drop{padding:75px 0;gap:45px;align-items:flex-start}.orb{width:110px;height:110px;flex:0 0 110px}.orb:before{inset:12px}.orb:after{inset:25px}.footer{display:block;line-height:2}.footer span:last-child{display:block}}