 :root{color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:#11110f;color:#e6e2d6;font:18px/1.7 ui-rounded,"SF Pro Rounded",system-ui,sans-serif}main{max-width:740px;margin:auto;padding:40px 24px 80px}nav{display:flex;flex-wrap:wrap;gap:16px 24px;align-items:center;margin-bottom:56px}nav .brand{display:block;margin-right:auto;line-height:0}nav img{display:block;width:224px;max-width:100%;height:auto}nav>a:not(.brand){white-space:nowrap}@media(max-width:480px){nav .brand{flex-basis:100%}nav img{width:208px}}a{color:#c2d182;text-underline-offset:4px}h1{font-size:clamp(36px,7vw,56px);line-height:1.1;letter-spacing:-1.5px}h2{font-size:23px;line-height:1.3;margin-top:36px}p{color:#c6c4ba}footer{border-top:1px solid #393a32;margin-top:48px;padding-top:20px;font-size:14px}a:focus-visible{outline:3px solid #c2d182;outline-offset:5px}