:root{--slate-deep: #3d3836;--sage: #6b635c;--stone: #a89f96;--cloud: #faf8f5;--teal-accent: #7a9a8a;--highlight: #cd6a4e;--elev-water: #4f7a96;--elev-low: #6b8f57;--elev-mid: #c49a4a;--elev-high: #9c5a34;--font-heading: "Newsreader", Georgia, serif;--font-body: "Atkinson Hyperlegible Next", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--text-xs: clamp(.75rem, .7rem + .25vw, .875rem);--text-sm: clamp(.875rem, .8rem + .375vw, 1rem);--text-base: clamp(1rem, .925rem + .375vw, 1.125rem);--text-lg: clamp(1.125rem, 1rem + .625vw, 1.375rem);--text-xl: clamp(1.25rem, 1.1rem + .75vw, 1.625rem);--text-2xl: clamp(1.5rem, 1.25rem + 1.25vw, 2rem);--text-3xl: clamp(2rem, 1.5rem + 2.5vw, 3rem);--text-4xl: clamp(2.5rem, 1.75rem + 3.75vw, 4rem);--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 2rem;--space-xl: 4rem;--space-2xl: 8rem;--max-width: 72rem;--nav-height: 4rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--text-base);line-height:1.6;color:var(--slate-deep);background-color:var(--cloud);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500;line-height:1.2;color:var(--slate-deep)}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}p{margin-bottom:var(--space-md)}a{color:var(--highlight);text-decoration:none;transition:color .15s ease}a:hover{color:var(--teal-accent);text-decoration:underline}code,pre{font-family:var(--font-mono);font-size:var(--text-sm)}.inline-link{color:inherit;text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--highlight) 55%,transparent);text-decoration-thickness:1px;text-underline-offset:2px;transition:color .15s ease,text-decoration-color .15s ease}.inline-link:hover{color:var(--highlight);text-decoration-color:var(--highlight)}.action{display:inline-flex;align-items:center;gap:var(--space-sm);font-family:var(--font-mono);font-size:var(--text-sm);padding:var(--space-sm) var(--space-md);border:1px solid var(--highlight);color:var(--highlight);text-decoration:none;transition:background-color .15s ease,color .15s ease}.action:hover{background-color:var(--highlight);color:var(--cloud);text-decoration:none}.paper{background:linear-gradient(135deg,color-mix(in srgb,var(--cloud) 93%,transparent),color-mix(in srgb,var(--cloud) 86%,transparent));border-radius:2px;box-shadow:0 1px color-mix(in srgb,var(--cloud) 60%,transparent),0 0 0 1px color-mix(in srgb,var(--slate-deep) 7%,transparent)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}
