:root{--font-family: "Krub", Helvetica, Arial, sans-serif;--foreground: #000;--background: #fff;font-family:var(--font-family);color:var(--foreground);background:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{min-width:320px}body{margin:0}::selection{color:var(--background);background:var(--foreground)}.page{display:flex;min-height:100svh;align-items:center;padding:clamp(32px,7vw,112px);padding-bottom:max(112px,7vw)}.content{width:min(100%,790px)}h1,p{margin:0}h1{font-size:clamp(4rem,11vw,8.5rem);font-weight:500;letter-spacing:-.085em;line-height:.98}p{max-width:690px;margin-top:clamp(36px,6vw,76px);font-size:clamp(1.2rem,2.8vw,1.75rem);font-weight:400;letter-spacing:-.035em;line-height:1.6}.word{display:inline-block;margin-right:.25em;white-space:nowrap;will-change:transform}.letter{display:inline-block;transform-origin:50% 75%;will-change:transform}.social-link{position:fixed;right:clamp(20px,4vw,48px);bottom:clamp(20px,4vw,48px);display:grid;width:52px;height:52px;place-items:center;border-radius:50%;color:var(--background);background:var(--foreground);transition:color .18s ease,background-color .18s ease,transform .18s ease}.social-link svg{width:24px;height:24px}.social-link:hover{color:var(--background);background:var(--foreground);transform:translateY(-2px)}.social-link:focus-visible{outline:2px solid var(--foreground);outline-offset:4px}@media(prefers-color-scheme:dark){:root{--foreground: #fff;--background: #000}}@media(prefers-reduced-motion:reduce){.word,.letter{will-change:auto}.social-link{transition:none}}
