/*
Theme Name: Shofish
Version: 0.1.0
Description: Art documentation for Jeff Shore and Jon Fisher.
*/
:root{--ink:#222b2c;--muted:#637071;--line:#d8ddda;--paper:#f5f5f0;--accent:#225e59}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 system-ui,sans-serif}a{color:inherit;text-underline-offset:5px}a:hover{color:var(--accent)}button{font:inherit;cursor:pointer}img{max-width:100%;height:auto}a:focus-visible,button:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.skip{position:absolute;top:-100px}.skip:focus{top:5px;background:white;padding:10px;z-index:20}
.site-header{position:sticky;top:0;z-index:10;background:var(--paper);max-width:1440px;margin:auto;padding:35px 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{text-decoration:none;font-size:clamp(38px,4vw,48px);line-height:1.25;font-weight:650;letter-spacing:-1.5px}.byline{font-size:13px;color:var(--muted);margin:0}.nav{display:flex;gap:28px;font-size:14px}.nav a{text-decoration:none}.nav a[aria-current]{text-decoration:underline}main{max-width:1440px;margin:auto;padding:54px 5vw 80px}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:11px;color:var(--muted)}h1{font-size:clamp(32px,5vw,64px);font-weight:450;line-height:1.1;letter-spacing:-2px;margin:14px 0 30px}h2{font-size:24px;font-weight:450}.hero-head{display:flex;justify-content:space-between;align-items:end;gap:30px}.hero-head p{max-width:320px;color:var(--muted)}.hero{margin:0}.hero img{display:block;width:100%;max-height:68vh;object-fit:contain;background:#e7e9e4}.caption{display:flex;justify-content:space-between;font-size:13px;margin:14px 0;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px 26px}.card{text-decoration:none}.card img{width:100%;height:280px;object-fit:contain;background:#e7e9e4}.card h2{margin:10px 0 0;font-size:19px}.card p{margin:0;color:var(--muted);font-size:13px}.artwork-layout{display:grid;grid-template-columns:minmax(220px,1fr) minmax(0,2.3fr);gap:6vw}.artwork-copy h1{font-size:clamp(32px,4vw,48px)}.artwork-copy .description{font-size:15px}.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.gallery a:first-child{grid-column:1/-1}.gallery img{display:block;width:100%;height:300px;object-fit:contain;background:#e7e9e4}.gallery a:first-child img{height:auto;max-height:65vh}.section-label{margin:36px 0 16px;border-top:1px solid var(--line);padding-top:18px}.video{margin-bottom:30px}.video iframe{width:100%;aspect-ratio:16/9;border:0}.video h3{font-size:15px;font-weight:450}.exhibitions{padding-left:18px;font-size:14px}.exhibitions li{margin-bottom:16px}.page-copy{max-width:760px}.site-footer{max-width:1440px;margin:auto;padding:25px 5vw;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}dialog.viewer{border:0;padding:55px 20px 20px;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;background:#101515;color:white}dialog::backdrop{background:#101515}.viewer img{display:block;width:100%;height:calc(100dvh - 90px);object-fit:contain;cursor:zoom-out}.viewer button{position:absolute;top:14px;right:24px;background:transparent;border:1px solid #888;color:white;padding:4px 18px}.pagination{margin-top:40px}.empty{padding:60px 0}
@media(max-width:760px){.site-header{padding:22px 6vw;align-items:start}.nav{gap:16px;flex-wrap:wrap}.byline{max-width:150px}.hero-head{display:block}main{padding:30px 6vw 50px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 16px}.card img{height:180px}.artwork-layout{grid-template-columns:1fr;gap:25px}.gallery img{height:180px}.caption{gap:20px}h1{letter-spacing:-1px}.hero-head p{max-width:none}}
@media(prefers-reduced-motion:no-preference){a{transition:color .15s ease}}
.header-tools{display:flex;align-items:center;justify-content:flex-end;gap:30px}.title-search{display:flex;align-items:center;width:210px;border-bottom:1px solid var(--line)}.title-search:focus-within{border-color:var(--accent)}.title-search input{min-width:0;width:100%;border:0;background:transparent;color:var(--ink);font:14px/1.5 system-ui,sans-serif;padding:8px 4px}.title-search input:focus{outline:2px solid var(--accent);outline-offset:2px}.title-search button{display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--muted);width:36px;height:36px;flex-shrink:0}.title-search button:hover{color:var(--accent)}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.search-summary{margin:-10px 0 32px;color:var(--muted)}.search-summary a{margin-left:14px}
@media(max-width:760px){.site-header{flex-wrap:wrap;gap:18px}.header-tools{width:100%;justify-content:space-between;gap:18px}.title-search{width:180px;min-width:0;flex-shrink:1}.header-tools .nav{flex-shrink:0;gap:14px}}
@media(max-width:360px){.header-tools{flex-wrap:wrap}.title-search{width:100%}}

.admin-bar .site-header{top:32px}@media(max-width:782px){.admin-bar .site-header{top:46px}}@media(max-width:600px){#wpadminbar{position:fixed}}

@media(min-width:761px){.artwork-copy{position:sticky;align-self:start;top:calc(var(--sticky-header-bottom,150px) + 54px);max-height:calc(100dvh - var(--sticky-header-bottom,150px) - 78px);overflow:auto;scrollbar-width:thin;padding-right:12px}.artwork-copy>p:first-child{margin-top:0}}
