:root{--bg:#f5f5f1;--ink:#101010;--muted:#777;--line:#d8d8d2;--lime:#ccf21f;--max:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,sans-serif;overflow-x:hidden;cursor:none}a{color:inherit;text-decoration:none}.loader{position:fixed;inset:0;background:#101010;color:white;z-index:200;display:grid;place-items:center;transition:.8s}.loader.hide{opacity:0;visibility:hidden}.loader-word{font:700 18px "Space Grotesk";letter-spacing:.08em}.loader-word span,.logo span{color:var(--lime)}.loader-line{position:absolute;bottom:18%;width:180px;height:1px;background:#333}.loader-line i{display:block;width:0;height:100%;background:var(--lime);animation:loading 1.2s forwards}@keyframes loading{to{width:100%}}.cursor,.cursor2{position:fixed;z-index:100;pointer-events:none;border-radius:50%;transform:translate(-50%,-50%)}.cursor{width:6px;height:6px;background:var(--ink)}.cursor2{width:30px;height:30px;border:1px solid #888;transition:.2s}.hover .cursor2{width:58px;height:58px;border-color:var(--ink)}.progress{position:fixed;top:0;left:0;height:2px;background:var(--lime);z-index:150;width:0}header{height:72px;position:fixed;top:0;left:0;right:0;z-index:80;display:flex;align-items:center;justify-content:space-between;padding:0 max(18px,calc((100vw - var(--max))/2));background:#f5f5f1dd;backdrop-filter:blur(14px);border-bottom:1px solid #ddd}.logo{font:700 15px "Space Grotesk";letter-spacing:.07em}.logo span{color:#93a900}nav{display:flex;gap:28px}nav a,.nav-btn{font:10px "DM Mono";color:#555;transition:.25s}nav a:hover{color:#111}.nav-btn{border:1px solid #bbb;border-radius:99px;padding:10px 14px}.nav-btn b{color:#8da300;margin-left:8px}.hero{height:100svh;min-height:720px;position:relative;display:flex;align-items:center;max-width:var(--max);margin:auto;padding:0 18px;overflow:hidden}.hero-grid{position:absolute;inset:0;background:linear-gradient(#11111106 1px,transparent 1px),linear-gradient(90deg,#11111106 1px,transparent 1px);background-size:100% 88px,88px 100%;mask-image:linear-gradient(to bottom,black,transparent)}.orb{position:absolute;border-radius:50%;filter:blur(2px);animation:float 7s ease-in-out infinite}.orb-a{width:420px;height:420px;right:5%;top:18%;background:radial-gradient(circle,#d9ff2e55,transparent 65%)}.orb-b{width:180px;height:180px;right:30%;bottom:5%;background:#fff;border:1px solid #ddd;animation-delay:-3s}@keyframes float{50%{transform:translateY(-18px) scale(1.03)}}.hero-inner{position:relative;z-index:2}.eyebrow,.section-head small{font:9px "DM Mono";letter-spacing:.15em;color:#777}.eyebrow i{display:inline-block;width:6px;height:6px;background:var(--lime);border-radius:50%;margin-right:8px;box-shadow:0 0 15px #b9dc00}h1,h2,h3{font-family:"Space Grotesk";letter-spacing:-.055em}h1{font-size:clamp(72px,10vw,128px);line-height:.8;margin:23px 0}h1 em,h2 em{font-style:normal;background:var(--lime);padding:0 .08em}.hero-inner>p{font-size:13px;color:#666}.hero-actions{display:flex;gap:10px;margin-top:30px}.primary,.ghost{font-size:10px;border-radius:99px;padding:13px 17px}.primary{background:var(--ink);color:white}.primary b{color:var(--lime);margin-left:18px}.ghost{border:1px solid #bbb}.hero-card{position:absolute;right:70px;bottom:13%;width:250px;transform:rotate(4deg);z-index:3;animation:cardin 1.2s .5s both}.hero-photo{height:320px;background:white;padding:9px;box-shadow:0 25px 70px #0002}.hero-photo img{width:100%;height:100%;object-fit:cover;filter:contrast(1.05)}.hero-card-bottom{display:flex;justify-content:space-between;padding:11px 5px;font:9px "DM Mono"}.hero-card-bottom span{color:#777;text-align:right}.hero-note{position:absolute;right:20px;bottom:24px;font:8px "DM Mono";color:#888;text-align:center}.hero-note span{color:#8da000;font-size:15px}@keyframes cardin{from{opacity:0;transform:translateY(30px) rotate(10deg)}to{opacity:1;transform:rotate(4deg)}}.ticker{border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden;white-space:nowrap}.ticker-track{display:flex;gap:28px;align-items:center;width:max-content;padding:15px 0;animation:marquee 22s linear infinite;font:11px "DM Mono";letter-spacing:.08em}.ticker i{color:#a0b500;font-style:normal}@keyframes marquee{to{transform:translateX(-50%)}}.section{max-width:var(--max);margin:auto;padding:120px 18px}.section-head{display:flex;align-items:center;gap:14px;color:#777}.section-head span{font:10px "DM Mono";color:#91a400}.section-title{display:flex;justify-content:space-between;align-items:end;gap:30px}.section-title h2{font-size:clamp(52px,7vw,88px);line-height:.85;margin:20px 0 45px}.section-title p{max-width:290px;color:#777;font-size:11px;line-height:1.7}.about-grid{display:grid;grid-template-columns:1fr 340px;gap:100px}.about-copy h2{font-size:clamp(48px,6vw,75px);line-height:.9;margin:0 0 35px}.about-copy p{font-size:14px;color:var(--muted);line-height:1.8;max-width:700px}.about-copy .lead{font:20px "Space Grotesk";color:#333;line-height:1.5}.about-facts{border-top:1px solid var(--line);align-self:start}.about-facts div{padding:18px 0;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:8px}.about-facts small{font:8px "DM Mono";color:#888}.about-facts b{font:16px "Space Grotesk"}.work-list{border-top:1px solid var(--line)}.work{min-height:100px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:60px 1fr 30px;align-items:center;padding:0 8px;transition:.35s}.work:hover{background:#fff;padding-left:25px}.work .num{font:9px "DM Mono";color:#92a500}.work h3{font-size:20px;margin:0 0 5px}.work small{font:9px "DM Mono";color:#888}.work>b{color:#8ba000}.archive{display:inline-block;margin-top:28px;border-bottom:1px solid #8da000;padding-bottom:6px;font:10px "DM Mono"}.archive b{color:#8da000;margin-left:14px}.numbers{border-top:1px solid var(--line);border-bottom:1px solid var(--line);max-width:none;padding-left:max(18px,calc((100vw - var(--max))/2));padding-right:max(18px,calc((100vw - var(--max))/2))}.numbers-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:40px}.number{padding:30px 15px;border-right:1px solid var(--line)}.number:last-child{border-right:0}.number strong{font:700 clamp(45px,6vw,76px) "Space Grotesk";display:block}.number strong span{color:#8fa500}.number small{font:8px "DM Mono";color:#777}.brand-grid{display:grid;grid-template-columns:repeat(2,1fr);margin-top:15px}.brand{min-height:120px;border-top:1px solid var(--line);border-right:1px solid var(--line);padding:18px;display:flex;align-items:center;gap:17px;transition:.35s}.brand:nth-child(even){border-right:0}.brand:hover{background:#fff;transform:translateY(-3px)}.brand-logo{width:56px;height:56px;border:1px solid #ddd;background:#fff;display:grid;place-items:center;border-radius:14px}.brand-logo img{width:34px;height:34px;object-fit:contain}.brand-copy{display:flex;flex-direction:column;gap:6px}.brand-copy strong{font:19px "Space Grotesk"}.brand-copy small{font:8px "DM Mono";color:#888}.brand>span{margin-left:auto;color:#8ea200}.cap-grid{display:grid;grid-template-columns:repeat(2,1fr);margin-top:35px}.cap{min-height:180px;border-top:1px solid var(--line);padding:20px;transition:.35s}.cap:nth-child(odd){border-right:1px solid var(--line)}.cap:hover{background:#fff}.cap span{font:9px "DM Mono";color:#91a300}.cap h3{font-size:28px;margin:30px 0 10px}.cap p{font-size:11px;color:#777;max-width:330px;line-height:1.7}.stack{padding-top:50px}.stack-row{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:22px 5px;transition:.3s}.stack-row:hover{padding-left:18px;background:#fff}.stack-row b{font:25px "Space Grotesk"}.stack-row span{font:8px "DM Mono";color:#888}.social-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:35px}.social{min-height:145px;border-top:1px solid var(--line);border-right:1px solid var(--line);padding:17px;display:flex;flex-direction:column;justify-content:space-between;transition:.3s}.social:last-child{border-right:0}.social:hover{background:#fff;transform:translateY(-5px)}.social img{width:25px;height:25px;object-fit:contain}.social div{display:flex;flex-direction:column;gap:6px}.social small{font:8px "DM Mono";color:#888}.social b{font:14px "Space Grotesk"}.social>span{color:#8da000}.contact{padding-top:80px;padding-bottom:110px}.contact-box{text-align:center;border-top:1px solid var(--line);padding-top:60px}.contact h2{font-size:clamp(58px,8vw,105px);line-height:.84;margin:25px 0}.contact p{font-size:12px;color:#777}.email{display:inline-flex;align-items:center;gap:30px;margin-top:25px;border-bottom:1px solid #8ca100;padding-bottom:8px;font:18px "Space Grotesk"}.email b{color:#8ca100}footer{max-width:var(--max);margin:auto;border-top:1px solid var(--line);padding:28px 18px 42px;display:flex;justify-content:space-between;font:8px "DM Mono";color:#777}.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}.d1{transition-delay:.08s}.d2{transition-delay:.16s}@media(max-width:850px){body{cursor:auto}.cursor,.cursor2{display:none}nav{display:none}.nav-btn{padding:9px 12px}.hero-card{right:35px;width:190px}.hero-photo{height:245px}.about-grid{grid-template-columns:1fr;gap:50px}.about-facts{max-width:500px}.numbers-grid{grid-template-columns:1fr 1fr}.number:nth-child(2){border-right:0}.brand-grid{grid-template-columns:1fr}.brand{border-right:0}.cap-grid{grid-template-columns:1fr}.cap:nth-child(odd){border-right:0}.social-grid{grid-template-columns:1fr 1fr}.social:nth-child(even){border-right:0}.social:last-child{border-right:0}}@media(max-width:520px){.section{padding:88px 16px}.hero{min-height:690px}.hero-card{width:135px;right:18px;bottom:11%;opacity:.86}.hero-photo{height:175px}.hero-inner{max-width:100%}h1{font-size:62px}.hero-inner>p{font-size:12px}.section-title{display:block}.section-title p{margin-bottom:25px}.numbers-grid,.social-grid{grid-template-columns:1fr}.number{border-right:0}.brand{min-height:105px}.cap{min-height:155px}.cap h3{margin-top:22px}.stack-row b{font-size:22px}.email{font-size:15px}footer{flex-direction:column;gap:10px}}