
:root{--ink:#20221f;--peach:#ff755d;--acid:#eff431;--mint:#2acb91;--paper:#f6f6f2}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Roboto Flex",sans-serif}a{color:inherit}.mast{height:92px;background:var(--ink);color:white;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px)}.mast img{width:150px;display:block}.mast nav{display:flex;gap:27px}.mast nav a{text-decoration:none;font:700 11px "Unbounded"}.hero{min-height:650px;background:var(--ink);color:white;position:relative;overflow:hidden;padding:100px max(20px,calc((100vw - 1140px)/2)) 80px}.hero:before{content:'';position:absolute;width:520px;height:520px;border:70px solid var(--peach);border-radius:50%;right:-160px;top:40px}.hero:after{content:'';position:absolute;width:370px;height:370px;background:var(--mint);clip-path:polygon(50% 0,100% 100%,0 100%);right:130px;bottom:-170px}.code{font:700 13px monospace;color:#56d8d0}.hero h1{position:relative;z-index:1;font:700 clamp(47px,7vw,92px)/1.02 "Unbounded";max-width:970px;margin:32px 0}.highlight{display:inline;background:var(--acid);color:var(--ink);padding:0 12px}.hero p{position:relative;z-index:1;font-size:18px;line-height:1.65;max-width:680px}.hero a{position:relative;z-index:1;display:inline-block;margin-top:22px;background:var(--peach);padding:13px 18px;text-decoration:none;font:700 11px "Unbounded"}.dispatches{padding:64px max(20px,calc((100vw - 1140px)/2));background:white}.dispatch-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.dispatch-head h2{font:700 clamp(35px,5vw,60px) "Unbounded";margin:6px 0}.dispatch-head>a{color:#d44733;font-weight:700}.dispatch-list{border-top:4px solid var(--ink)}.dispatch{display:grid;grid-template-columns:58px 1fr auto;gap:18px;padding:20px 8px;border-bottom:1px solid #bbb;text-decoration:none;align-items:center}.dispatch span,.dispatch em{font:700 10px "Unbounded";color:#d44733}.dispatch em{font-style:normal}.services{width:min(1140px,calc(100% - 40px));margin:70px auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--ink)}.service{background:var(--paper);padding:30px;min-height:250px}.service:nth-child(2){background:var(--acid)}.service:nth-child(3){background:var(--peach)}.service b{font:700 10px "Unbounded"}.service h3{font:700 23px "Unbounded"}.service p{line-height:1.6}.story{padding:70px max(20px,calc((100vw - 900px)/2));font-size:20px;line-height:1.75}.story h2{font:700 40px "Unbounded"}.footer{background:var(--ink);color:white;padding:34px clamp(20px,5vw,72px);display:flex;justify-content:space-between}.footer a{color:var(--acid)}[hidden]{display:none!important}@media(max-width:780px){.mast nav a:not(:last-child){display:none}.hero{padding-top:70px}.hero:before{opacity:.35}.services{grid-template-columns:1fr}.dispatch{grid-template-columns:42px 1fr}.dispatch em{grid-column:2}.dispatch-head{align-items:start;flex-direction:column;gap:10px}}@media(max-width:480px){.hero h1{font-size:42px}.highlight{padding:0 4px}.mast img{width:118px}}
