:root{--ground: #f3e9d8;--ink-dark: #735b46;--ink-cool: #6d6a66;--navy: #1c232b;--serif: "Didot", "Bodoni 72", "Bodoni MT", Georgia, serif;--mono: ui-monospace, "SF Mono", Menlo, monospace;--sans: system-ui, "Helvetica Neue", sans-serif;--margin: clamp(18px, 3vw, 44px)}*{margin:0;padding:0;box-sizing:border-box}html{background:var(--ground)}body{font-family:var(--sans);color:var(--ink-dark)}#art{position:fixed;inset:0;width:100vw;height:100vh;display:block;z-index:0}#hotspots .hotspot{position:fixed;z-index:2;display:none;color:transparent;overflow:hidden;text-indent:-9999px}#hotspots .hotspot:focus-visible{outline:2px solid var(--navy);outline-offset:2px}main{position:relative;z-index:1}.scroll-run{height:700vh}.no-chrome #hotspots{display:none}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.skip-link{position:fixed;z-index:3;top:-48px;left:var(--margin);padding:10px 14px;background:var(--navy);color:var(--ground);font-family:var(--mono);font-size:12px;text-decoration:none;transition:top .12s steps(2)}.skip-link:focus{top:10px}:focus-visible{outline:2px solid var(--navy);outline-offset:3px}
