:root{--ink:#171713;--paper:#f3f1e9;--lime:#c9ff3d;--muted:#77776d;--line:#d7d5cc;--dark:#1b1b17}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);position:relative;z-index:10}.brand{font-weight:800;font-size:25px;letter-spacing:-1.5px}.brand span:first-child{color:#777}.brand-dot{color:#8ebf12!important}.site-header nav{display:flex;gap:34px;font-size:13px}.site-header nav a:hover{opacity:.55}.header-cta{font-size:13px;font-weight:700;border-bottom:1px solid;padding-bottom:5px}.header-cta span,.button span{margin-left:10px}.hero{min-height:750px;padding:90px 8vw 55px;position:relative;overflow:hidden}.eyebrow,.section-heading>span,.contact>div>span{font-size:11px;letter-spacing:2px;font-weight:700}.eyebrow span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#92c810;margin-right:10px}.hero h1{font-size:clamp(62px,9vw,138px);line-height:.82;letter-spacing:-.075em;margin:55px 0 38px;max-width:1100px}.hero h1 em,.statement em,.section-heading em,.contact em{font-family:Georgia,serif;font-weight:400}.hero p{font-size:18px;line-height:1.6;max-width:585px;margin-left:39%;color:#55554e}.hero-actions{margin:38px 0 0 39%;display:flex;gap:28px;align-items:center}.button{display:inline-block;padding:17px 22px;font-size:13px;font-weight:700}.button.primary{background:var(--ink);color:white}.text-link{font-size:13px;border-bottom:1px solid;padding-bottom:5px}.hero-mark{position:absolute;right:7vw;top:130px;color:#c7c5bc;font-family:monospace;font-size:78px;transform:rotate(-8deg)}.hero-mark b{color:var(--lime);font-weight:400}.scroll-note{position:absolute;left:5vw;bottom:45px;font-size:9px;letter-spacing:2px;writing-mode:vertical-rl}.scroll-note span{margin-top:12px}.statement{background:var(--lime);padding:100px 8vw}.statement p{font-size:13px;margin:0 0 28px}.statement h2{font-size:clamp(42px,6vw,88px);line-height:1;letter-spacing:-.05em;margin:0}.section{padding:115px 8vw}.section-heading{display:grid;grid-template-columns:1fr 2fr;margin-bottom:75px}.section-heading h2{font-size:clamp(44px,5vw,75px);line-height:1;letter-spacing:-.055em;margin:0}.service-list{margin-left:33%}.service-list article{display:grid;grid-template-columns:70px 1fr 40px;align-items:start;border-top:1px solid var(--line);padding:31px 0}.service-list article:last-child{border-bottom:1px solid var(--line)}.number{font-size:11px;color:#888}.service-list h3{margin:0 0 12px;font-size:24px}.service-list p{max-width:535px;margin:0;color:#6b6b62;line-height:1.65}.arrow{font-size:23px}.projects{background:var(--dark);color:#f4f2e9}.section-heading.light>span{color:#9c9c90}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-card{padding-bottom:25px}.project-visual{height:310px;margin-bottom:25px;padding:24px;color:#181814;position:relative;overflow:hidden}.mint .project-visual{background:#b7e4d7}.violet .project-visual{background:#b9aee6}.coral .project-visual{background:#ed9078}.mini-logo{font-size:21px;font-weight:800}.ui-lines{position:absolute;background:rgba(255,255,255,.52);border-radius:10px;padding:25px;left:18%;right:-8%;top:75px;height:210px}.ui-lines i{display:block;height:12px;background:rgba(255,255,255,.75);margin-bottom:19px;border-radius:10px}.ui-lines i:nth-child(2){width:68%;height:58px}.project-card>span{font-size:10px;letter-spacing:1.5px;color:#9e9e94}.project-card h3{font-size:30px;margin:10px 0}.project-card p{font-size:14px;color:#b8b8af;line-height:1.6;max-width:320px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}.steps article{background:var(--paper);padding:28px 24px;min-height:225px}.steps b{font-size:11px;color:#8b8b80}.steps h3{font-size:24px;margin:55px 0 14px}.steps p{color:#6e6e65;line-height:1.6;font-size:14px}.contact{background:var(--lime);padding:90px 8vw;display:flex;justify-content:space-between;align-items:end}.contact h2{font-size:clamp(42px,6vw,82px);line-height:1.02;letter-spacing:-.055em;margin:26px 0 0}.round-link{width:92px;height:92px;border-radius:50%;background:var(--ink);color:white;display:grid;place-items:center;font-size:34px;flex:0 0 auto}footer{background:var(--dark);color:white;padding:70px 8vw 32px;display:grid;grid-template-columns:1fr 1fr;gap:35px}footer p{color:#92928a;margin:5px 0}footer>div{display:flex;flex-direction:column;gap:12px;font-size:13px;align-items:flex-end}footer small{grid-column:1/-1;color:#686861;border-top:1px solid #353530;padding-top:25px;font-size:10px}.footer-brand{font-size:30px}.policy{max-width:900px;margin:auto;padding:80px 24px 120px}.policy-header{padding:25px 5vw;border-bottom:1px solid var(--line)}.policy h1{font-size:clamp(46px,7vw,88px);letter-spacing:-.06em;line-height:.95;margin:55px 0 25px}.policy .updated{color:#777;font-size:13px}.policy article{margin-top:70px}.policy h2{font-size:27px;margin:38px 0 12px}.policy p,.policy li{color:#5e5e56;line-height:1.75}.policy a{text-decoration:underline}.back{font-size:13px;font-weight:bold}
@media(max-width:800px){.site-header{height:72px;padding:0 22px}.site-header nav{display:none}.hero{min-height:670px;padding:70px 24px 45px}.hero h1{margin-top:40px}.hero p,.hero-actions{margin-left:0}.hero-mark{display:none}.statement,.section,.contact{padding:75px 24px}.section-heading{grid-template-columns:1fr;gap:30px}.service-list{margin-left:0}.project-grid,.steps{grid-template-columns:1fr}.project-visual{height:260px}.contact{align-items:center}.contact .round-link{width:64px;height:64px;margin-left:15px}.contact h2 br{display:none}footer{grid-template-columns:1fr;padding:55px 24px 25px}footer>div{align-items:flex-start}footer small{grid-column:auto}.scroll-note{display:none}}
