@font-face{font-family:"Home Mono";src:url("/fonts/VT323-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
.home-page{min-height:100svh}
.home-viewport{height:100svh;min-height:480px;display:grid;grid-template-rows:auto minmax(0,1fr)}
.home-page .site-header{width:100%;margin:0 auto}
.home-page .site-header .artist[aria-current="page"]{text-decoration:none}
.home-main{width:100%;height:100%;min-height:0;max-width:none;margin:0;padding:0}
.home-intro{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.home-art{margin:0;height:100%}
.text-stage{position:relative;height:100%;overflow:hidden}
#text-composition{display:block;width:100%;height:100%;cursor:pointer;touch-action:pan-y pinch-zoom;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}
/* The artwork fills the page, so focus on it shows no outline or highlight. */
#text-composition:focus{outline:none}
.text-fallback{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;font-size:clamp(36px,7vw,100px);line-height:1.05;font-weight:400;letter-spacing:-.045em;margin:0;padding:24px}
.text-stage.is-ready .text-fallback{display:none}
.home-footer{width:calc(100% - 96px);max-width:1344px;margin:0 auto;padding:30px 0 44px}
.home-page .home-footer .site-footer-bottom{margin-top:0}
@media(max-width:1050px){.home-footer{width:calc(100% - 56px)}}
@media(max-width:680px){.home-footer{width:calc(100% - 36px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
/* The window naming an open exhibition: it sits over the artwork at the lower right, can be dragged by its bar, and closed. */
.now-on-view{position:fixed;right:24px;bottom:24px;z-index:30;width:min(300px,calc(100vw - 32px));background:#fff;border:1px solid var(--ink);box-shadow:0 10px 30px rgba(0,0,0,.14)}
.now-on-view[hidden]{display:none}
.now-on-view-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 6px 6px 14px;border-bottom:1px solid var(--ink);cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none}
.now-on-view.is-dragging .now-on-view-bar{cursor:grabbing}
.now-on-view-label{margin:0;font-size:12px;line-height:1.5;font-weight:600;letter-spacing:.14em;text-transform:uppercase}
.now-on-view-close{width:30px;height:30px;padding:0;border:0;background:none;color:var(--ink);font:inherit;font-size:22px;line-height:1;cursor:pointer}
.now-on-view-close:hover{color:var(--muted)}
.now-on-view-show{display:block;color:inherit;text-decoration:none}
.now-on-view-image{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.now-on-view-text{display:grid;gap:2px;padding:12px 14px 14px}
.now-on-view-title{font-size:18px;line-height:1.3}
.now-on-view-show:is(:hover,:focus-visible) .now-on-view-title{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}
.now-on-view-venue,.now-on-view-dates{font-size:13px;line-height:1.5;color:var(--muted)}
@media(max-width:680px){.now-on-view{right:16px;bottom:16px}}
