.hub{flex-direction:column;gap:clamp(32px,6vh,72px);min-height:100vh;padding:clamp(24px,6vw,96px);display:flex}.hub__head{max-width:720px}.hub__head img{opacity:.9;margin-bottom:24px}.hub__head h1{font-family:var(--font-display);letter-spacing:-.02em;margin:.4em 0 .3em;font-size:clamp(40px,7vw,96px);font-weight:600;line-height:.95}.hub__lede{color:var(--ink-dim);max-width:56ch;font-size:1.05rem}.hub__list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid}.hub__card{border:1px solid var(--hair);min-height:260px;transition:border-color .4s var(--ease-out),transform .4s var(--ease-out);border-radius:4px;flex-direction:column;gap:12px;padding:32px 28px;text-decoration:none;display:flex}.hub__card:hover{border-color:var(--signal);transform:translateY(-2px)}.hub__letter{font-family:var(--font-mono);color:var(--signal);letter-spacing:.2em;font-size:.8rem}.hub__name{font-family:var(--font-display);letter-spacing:-.01em;margin-top:auto;font-size:clamp(24px,3vw,36px);font-weight:600}.hub__line{color:var(--ink-dim)}.hub__foot{color:var(--ink-faint);margin-top:auto}.hub__foot a{color:var(--ink-dim)}@font-face{font-family:Clash Display;src:url(/fonts/clash-display-500.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Clash Display;src:url(/fonts/clash-display-600.woff2)format("woff2");font-weight:600;font-display:swap}@font-face{font-family:Clash Display;src:url(/fonts/clash-display-700.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:General Sans;src:url(/fonts/general-sans-400.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:General Sans;src:url(/fonts/general-sans-500.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:General Sans;src:url(/fonts/general-sans-600.woff2)format("woff2");font-weight:600;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/fonts/jetbrains-mono-v24-latin_latin-ext-regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/fonts/jetbrains-mono-v24-latin_latin-ext-500.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/fonts/jetbrains-mono-v24-latin_latin-ext-700.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/fonts/space-grotesk-v22-latin_latin-ext-regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-v20-latin_latin-ext-regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-v20-latin_latin-ext-500.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-v20-latin_latin-ext-600.woff2)format("woff2");font-weight:600;font-display:swap}@font-face{font-family:EB Garamond;src:url(/fonts/eb-garamond-v33-latin_latin-ext-regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:EB Garamond;src:url(/fonts/eb-garamond-v33-latin_latin-ext-500.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Cormorant Garamond;src:url(/fonts/cormorant-garamond-v21-latin_latin-ext-regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Cormorant Garamond;src:url(/fonts/cormorant-garamond-v21-latin_latin-ext-500.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Cormorant Garamond;src:url(/fonts/cormorant-garamond-v21-latin_latin-ext-600.woff2)format("woff2");font-weight:600;font-display:swap}:root{--carbon:#0b0b0c;--carbon-2:#111113;--carbon-3:#17171a;--ink:#f2efe8;--ink-dim:#f2efe89e;--ink-faint:#f2efe861;--titanium:#c9c6bf;--hair:#f2efe81f;--signal:#f5b52a;--signal-rgb:245,181,42;--signal-dim:rgba(var(--signal-rgb),.55);--copper:#c0764a;--shade-carbon:#242425;--shade-graphite:#3f4044;--shade-olive:#3b3e30;--shade-bordo:#39282a;--font-display:"Clash Display","General Sans",system-ui,sans-serif;--font-body:"General Sans","Inter",system-ui,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace;--ease-out:cubic-bezier(.16,1,.3,1);--ease-inout:cubic-bezier(.65,0,.35,1)}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:auto}body{background:var(--carbon);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.5}img,video,canvas{max-width:100%;display:block}a{color:inherit}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}:focus-visible{outline:2px solid var(--signal);outline-offset:3px}.cta{border:1px solid var(--signal);color:var(--signal);letter-spacing:.02em;transition:background .35s var(--ease-out),color .35s var(--ease-out),transform .35s var(--ease-out);border-radius:2px;align-items:center;gap:.6em;padding:.95em 1.6em;font-weight:500;text-decoration:none;display:inline-flex}.cta:hover{background:rgba(var(--signal-rgb),.08)}.cta--ghost{border-color:var(--hair);color:var(--ink)}.mono{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;font-size:.72rem}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
