:root{--new-bricks:#F95B00;--old-bricks:#71140C;--blue-line:#008DDD;--pink-line:#FD89EA;--green-line:#00854E;--cast-iron:#1B0000;--cream:#F3EAEB;--bg:var(--cream);--fg:var(--cast-iron);--accent:var(--old-bricks);--fs-huge:clamp(3rem,12vw,9rem);--fs-hero:clamp(2.25rem,8vw,6rem);--fs-display:clamp(1.75rem,5vw,3.75rem);--fs-title:clamp(1.5rem,3.5vw,2.5rem);--fs-body:clamp(1rem,1.25vw,1.125rem);--fs-small:clamp(0.875rem,1vw,0.9375rem);--fs-micro:0.75rem;--s-1:0.25rem;--s-2:0.5rem;--s-3:0.75rem;--s-4:1rem;--s-6:1.5rem;--s-8:2rem;--s-12:3rem;--s-16:4rem;--s-24:6rem;--s-32:8rem;--radius-sm:4px;--radius:8px;--radius-lg:16px;--ease-out:cubic-bezier(0.16,1,0.3,1);--ease-in-out:cubic-bezier(0.65,0,0.35,1)}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;overflow-x:hidden}body{font-family:Work Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:var(--fs-body);font-weight:400;line-height:1.5;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .8s var(--ease-in-out),color .8s var(--ease-in-out)}body.hero-pinned{transition:none}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;letter-spacing:-.02em;line-height:1.05}p{margin:0}a{color:inherit;text-decoration:none;transition:color .2s var(--ease-out)}a:hover{color:var(--accent)}img,video{display:block;max-width:100%}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none;color:inherit}.container{width:100%;max-width:1400px;margin:0 auto;padding-left:clamp(96px,12vw,160px);padding-right:var(--s-6)}@media (min-width:768px){.container{padding-right:var(--s-8)}}@media (max-width:600px){.container{padding-left:clamp(72px,22vw,110px)}}section{position:relative;padding:var(--s-24) 0;transition:background .8s var(--ease-in-out),color .8s var(--ease-in-out)}@media (min-width:768px){section{padding:var(--s-32) 0}}.lowercase{text-transform:lowercase}.mono{font-family:SF Mono,Menlo,monospace;font-feature-settings:"liga" off}.eyebrow{font-size:var(--fs-micro);text-transform:uppercase;letter-spacing:.15em;font-weight:500;opacity:.7}.thread-ink{stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}.reveal{opacity:0;transform:translateY(24px)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius-sm)}