:root{color-scheme:light;--ink:#172821;--muted:#52625a;--line:#d8e1dc;--green:#116149;--lime:#d5f29a;--paper:#f8faf7;--coral:#b94836}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:20px}body{margin:0;font:16px/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);letter-spacing:0}a{color:inherit;text-underline-offset:5px}a:hover{color:var(--green)}a:focus-visible{outline:3px solid var(--coral);outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:0}h1{font-size:60px;font-weight:650}h2{font-size:40px;font-weight:600}h3{font-size:22px;font-weight:600}p{max-width:66ch}.skip{position:absolute;top:-100px;left:16px;z-index:10;background:white;padding:12px}.skip:focus{top:10px}header{max-width:1440px;margin:auto;padding:24px 5%;display:flex;align-items:center;justify-content:space-between;gap:32px;background:var(--paper)}.brand{display:flex;align-items:center;gap:12px;font-weight:700;line-height:1.2;text-decoration:none}.mark{font-size:14px;border:1px solid var(--ink);padding:13px 7px;background:var(--ink);color:var(--lime)}nav{display:flex;gap:28px;flex-wrap:wrap}nav a{font-size:14px;text-decoration:none}nav a:hover,nav a[aria-current]{text-decoration:underline}.hero{position:relative;min-height:540px;height:600px;max-height:calc(100svh - 150px);overflow:hidden;background:#202827;color:white}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-copy{position:relative;margin:0 auto;max-width:1440px;padding:64px 5%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hero-copy h1{max-width:680px;text-shadow:0 1px 10px #151c1b}.hero-copy .eyebrow{color:var(--lime)}.hero-copy .lede{font-size:24px;line-height:1.5;text-shadow:0 1px 8px #151c1b}.eyebrow{text-transform:uppercase;font-size:12px;font-weight:750;letter-spacing:0;margin-bottom:22px}.button{display:inline-flex;gap:24px;align-items:center;justify-content:space-between;background:var(--lime);color:var(--ink);padding:14px 22px;border-radius:3px;text-decoration:none;font-size:15px;font-weight:650;max-width:100%}.button:hover{background:#c5e77b;color:var(--ink)}.band{max-width:1440px;margin:auto;padding:80px 5%}.intro{display:grid;grid-template-columns:1fr 2fr;gap:40px}.intro p:not(.eyebrow){color:var(--muted);font-size:19px}.work{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-bottom:30px}.index{font-size:13px;color:var(--muted)}.product{display:grid;grid-template-columns:1fr 1fr;gap:100px}.product h2{font-size:56px;margin:20px 0 4px}.product-name{font-size:16px;color:var(--muted);margin-bottom:28px}.status{display:inline-block;border-left:3px solid var(--coral);padding-left:10px;font-size:13px;color:var(--muted)}.text-link{font-weight:650}.capabilities>div{position:relative;padding:24px 0 24px 45px;border-top:1px solid var(--line)}.capabilities span{position:absolute;left:0;font-size:12px;color:var(--green);font-weight:700}.capabilities h3{font-size:22px;margin-bottom:10px}.capabilities p{margin-bottom:0;color:var(--muted)}.note{font-size:13px;color:var(--muted);margin:48px 0 0;max-width:95ch}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px}.principle-grid article{border-top:3px solid var(--green);padding-top:24px}.principle-grid p{color:var(--muted)}.contact{display:flex;justify-content:space-between;align-items:center;gap:40px;background:#e7eee9}.contact h2{margin-bottom:18px}.contact p:last-child{margin-bottom:0}footer{padding:48px 5%;max-width:1440px;margin:auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px;font-size:14px}footer>p{font-weight:650}footer span,.copyright{color:var(--muted);font-weight:400}.copyright{flex-basis:100%;font-size:12px;margin:0}.document{max-width:850px;padding:80px 28px 110px;margin:auto;min-height:65vh}.document h1{font-size:52px}.document h2{font-size:26px;margin-top:42px}.document .lede{font-size:23px}.document .button{margin-top:16px}.document+footer{border-top:1px solid var(--line)}
@media(min-width:1600px){.hero-copy{padding-left:72px}.hero{height:650px}}
@media(max-width:1000px){h1{font-size:48px}.hero-copy{padding:45px 5%}.hero{height:560px;min-height:480px}.hero>img{object-position:40% center}.product{gap:50px}.intro{grid-template-columns:1fr 2fr}.principle-grid{gap:24px}}
@media(max-width:650px){header{padding:18px 6%;display:block}.brand{margin-bottom:20px}.mark{padding:10px 6px}nav{gap:22px}h1{font-size:36px}h2{font-size:30px}.hero{height:530px;min-height:430px;max-height:none}.hero>img{object-position:15% center;filter:brightness(.66)}.hero-copy{padding:44px 6%}.hero-copy .lede{font-size:21px}.hero-copy h1{margin-bottom:24px}.band{padding:52px 6%}.intro,.product,.principle-grid{grid-template-columns:1fr;gap:28px}.intro .eyebrow{margin-bottom:0}.intro p:not(.eyebrow){font-size:17px}.section-heading{display:block;margin-bottom:26px}.section-heading .eyebrow{margin-bottom:8px}.product h2{font-size:44px}.note{margin-top:28px}.contact{display:block}.contact .button{margin-top:26px}footer{padding:36px 6%}footer nav{gap:18px}.document{padding:50px 6% 70px}.document h1{font-size:38px}.document .lede{font-size:21px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
