/* A compact, wordless index. The arrows retain the site's bracket language. */
body.atelier .showcase-navigation { display:flex; justify-content:center; align-items:center; gap:28px; width:max-content; max-width:100%; margin:0 auto; }
body.atelier .showcase-arrow.quiet-link { display:inline-flex; align-items:center; justify-content:center; gap:10px; width:64px; min-width:64px; height:auto; min-height:52px; padding:0; border:0; border-radius:0; background:transparent; box-shadow:none; color:var(--ink); font:400 14px/1.6 Inter,sans-serif; letter-spacing:.035em; text-transform:uppercase; cursor:pointer; transition:color .25s; }
body.atelier .showcase-arrow[data-showcase-prev] { justify-self:start; }
body.atelier .showcase-arrow[data-showcase-next] { justify-self:end; }
body.atelier .showcase-arrow.quiet-link:is(:hover,:focus-visible) { background:transparent; color:var(--accent); }
body.atelier .showcase-arrow.quiet-link:focus-visible { outline:1px solid var(--accent); outline-offset:7px; }
body.atelier .showcase-arrow.quiet-link span { transform:none; }
body.atelier .showcase-arrow .ui-icon { width:26px; height:26px; transition:transform .35s var(--ease-out); }
body.atelier .showcase-arrow[data-showcase-prev]:hover .ui-icon { transform:translateX(-3px); }
body.atelier .showcase-arrow[data-showcase-next]:hover .ui-icon { transform:translateX(3px); }
body.atelier .showcase-position { min-width:70px; color:var(--muted); font-size:13px; letter-spacing:.04em; }
body.atelier .showcase-position::before,body.atelier .showcase-position::after { content:none; }
@media(max-width:640px) {
 body.atelier .showcase-navigation { gap:20px; }
 body.atelier .showcase-arrow.quiet-link { gap:7px; width:56px; min-width:56px; min-height:48px; font-size:13px; letter-spacing:.025em; }
 body.atelier .showcase-arrow .ui-icon { width:24px; height:24px; }
 body.atelier .showcase-position { font-size:12px; }
}
@media(prefers-reduced-motion:reduce) {
 body.atelier .showcase-arrow.quiet-link,body.atelier .showcase-arrow .ui-icon { transition:none; }
 body.atelier .showcase-arrow.quiet-link:hover .ui-icon { transform:none; }
}
