
/* PEPS Arts, design system in the Michael Fowler Creative language.
   Instrument Serif display + Instrument Sans body, strict black and white. */
:root{
  --ink:#000;--ivory:#fff;--border-soft:rgba(0,0,0,.16);
  --font-display:"Instrument Serif","Georgia",serif;
  --font-body:"Instrument Sans","Helvetica Neue",Arial,sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:clip;-webkit-text-size-adjust:100%}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
body{background:var(--ivory);color:var(--ink);font-family:var(--font-body);
  font-size:1.0625rem;line-height:1.62;font-feature-settings:"kern" 1,"liga" 1;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
@media (max-width:640px){body{font-size:1rem}}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
::selection{background:#000;color:#fff}
::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-thumb{background:#000}
::-webkit-scrollbar-track{background:transparent}

/* type */
.font-display{font-family:var(--font-display)}
.display-xl{font-family:var(--font-display);font-weight:400;font-size:clamp(2.6rem,7vw,6.6rem);line-height:.96;letter-spacing:.004em;text-transform:uppercase}
.display-lg{font-family:var(--font-display);font-weight:400;font-size:clamp(2rem,4.4vw,3.9rem);line-height:1;letter-spacing:.004em;text-transform:uppercase}
.display-md{font-family:var(--font-display);font-weight:400;font-size:clamp(1.35rem,2.3vw,1.95rem);line-height:1.08;letter-spacing:.006em;text-transform:uppercase}
.editorial-italic{font-family:var(--font-display);font-style:italic;font-weight:400}
.eyebrow{font-family:var(--font-body);font-size:.67rem;letter-spacing:.28em;text-transform:uppercase;font-weight:500}
.body-lg{font-size:1.11rem;line-height:1.68}
.statement{font-family:var(--font-display);font-weight:400;font-size:clamp(1.55rem,3.2vw,2.9rem);line-height:1.16;text-wrap:balance}
.statement-sm{font-family:var(--font-display);font-weight:400;font-size:clamp(1.25rem,2.2vw,1.9rem);line-height:1.22;text-wrap:balance}
.prose p{margin-bottom:1.15em;line-height:1.72}
.prose p:last-child{margin-bottom:0}
.muted{color:rgba(0,0,0,.7)}
.muted-45{color:rgba(0,0,0,.45)}
.muted-55{color:rgba(0,0,0,.55)}

/* buttons and links */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid var(--ink);
  padding:1rem 2rem;font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;font-weight:500;
  transition:background-color .3s ease,color .3s ease,border-color .3s ease;cursor:pointer;background:transparent;font-family:var(--font-body)}
.btn-ink{background:var(--ink);color:var(--ivory)}
.btn-ink:hover{background:transparent;color:var(--ink)}
.btn-ghost{background:transparent;color:var(--ink)}
.btn-ghost:hover{background:var(--ink);color:var(--ivory)}
.btn-ivory{border-color:var(--ivory);background:transparent;color:var(--ivory)}
.btn-ivory:hover{background:var(--ivory);color:var(--ink)}
.link-rule{transition:color .22s ease,opacity .22s ease}
.link-rule:hover{opacity:.55}
.link-arrow::after{content:"\2192";display:inline-block;margin-left:.45em;transition:transform .3s cubic-bezier(.22,1,.36,1)}
.link-arrow:hover::after{transform:translateX(4px)}
:where(a,button,input,select,textarea,summary):focus-visible{outline:2px solid #000;outline-offset:3px}
.on-dark :where(a,button):focus-visible{outline-color:#fff}

/* imagery */
.img-frame{overflow:hidden;background:transparent;display:block}
.img-frame img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 1.1s cubic-bezier(.19,1,.22,1),opacity .6s ease}
html.js .img-frame img{animation:img-in .7s ease both}
@keyframes img-in{from{opacity:.001}to{opacity:1}}
a:hover .img-frame img,.card-hover:hover .img-frame img{transform:scale(1.02)}
.full-bleed{width:100vw;margin-left:calc(50% - 50vw)}

/* reveal */
html.js .reveal{opacity:0;transform:translateY(14px);transition:opacity .55s ease,transform .55s cubic-bezier(.22,1,.36,1)}
html.js .reveal.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){html.js .reveal{opacity:1;transform:none}html.js .img-frame img{animation:none}}

/* rules */
.rule-top{border-top:1px solid var(--border-soft)}
.on-dark .rule-top{border-top-color:rgba(255,255,255,.2)}

/* layout */
.wrap{max-width:1440px;margin:0 auto;padding-left:1.25rem;padding-right:1.25rem}
@media (min-width:768px){.wrap{padding-left:2.5rem;padding-right:2.5rem}}
.on-dark{background:var(--ink);color:var(--ivory)}
.on-dark .muted,.on-dark .muted-45,.on-dark .muted-55{color:rgba(255,255,255,.65)}

/* header */
.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid transparent;background:var(--ivory);transition:border-color .3s,background-color .3s}
.site-header.scrolled{border-bottom-color:rgba(0,0,0,.1);background:rgba(255,255,255,.95);backdrop-filter:blur(4px)}
.header-in{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:.8rem;padding-bottom:.8rem}
.brand{display:flex;align-items:center;gap:.7rem;flex-shrink:0}
.brand img{height:44px;width:auto}
@media (min-width:768px){.brand img{height:54px}}
.brand-word{font-family:var(--font-display);font-size:1.45rem;letter-spacing:.06em;text-transform:uppercase;line-height:1}
.brand-sub{display:block;font-family:var(--font-body);font-size:.56rem;letter-spacing:.34em;text-transform:uppercase;color:rgba(0,0,0,.55);margin-top:.28rem}
.primary-nav{display:none;align-items:center;gap:1.75rem}
@media (min-width:1024px){.primary-nav{display:flex}}
.primary-nav a.navlink{padding:.5rem 0;display:inline-block;white-space:nowrap}
.primary-nav a.navlink[aria-current="page"]{font-weight:700}
.nav-toggle{display:flex;height:44px;width:44px;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:none;border:0;cursor:pointer}
@media (min-width:1024px){.nav-toggle{display:none}}
.nav-toggle span{height:1.5px;width:24px;background:var(--ink);transition:transform .3s,opacity .2s}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}
.mobile-menu{position:fixed;left:0;right:0;bottom:0;top:69px;z-index:40;overflow-y:auto;background:var(--ivory);opacity:0;pointer-events:none;transition:opacity .25s}
.mobile-menu.open{opacity:1;pointer-events:auto}
.mobile-menu ul{padding:2rem 1.5rem}
.mobile-menu li{border-bottom:1px solid rgba(0,0,0,.1)}
.mobile-menu a{display:block;padding:1rem 0}
.mobile-menu .btn{margin-top:2rem;width:100%}

/* hero */
.hero{position:relative;color:var(--ivory);background:var(--ink)}
.hero .hero-bg{position:absolute;inset:0;overflow:hidden}
.hero .hero-bg .img-frame{height:100%}
.hero .hero-bg img{width:100%;height:100%;object-fit:cover}
.hero .hero-scrim{position:absolute;inset:auto 0 0 0;height:62%;background:linear-gradient(to top,rgba(0,0,0,.75),rgba(0,0,0,.3),transparent)}
.hero .hero-in{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:88svh;padding-top:10rem;padding-bottom:3.5rem}
.hero.hero-short .hero-in{min-height:56svh;padding-top:7rem}
.hero .eyebrow{text-shadow:0 1px 14px rgba(0,0,0,.5)}
.hero h1{text-shadow:0 2px 28px rgba(0,0,0,.55)}
html.js .hero-settle img{animation:img-in .7s ease both,hero-settle 12s cubic-bezier(.22,1,.36,1) both;will-change:transform}
@keyframes hero-settle{from{scale:1.08}}
@media (prefers-reduced-motion:reduce){html.js .hero-settle img{animation:none}}

/* cards and grids */
.grid{display:grid;gap:1.5rem}
@media (min-width:640px){.grid-2{grid-template-columns:1fr 1fr}}
@media (min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}
.work-grid{display:grid;gap:1.5rem 1.5rem;grid-template-columns:1fr}
@media (min-width:640px){.work-grid{grid-template-columns:repeat(2,1fr);gap:3rem 1.5rem}}
@media (min-width:1024px){.work-grid{grid-template-columns:repeat(3,1fr)}}
.card-hover{display:block}
.work-card .work-meta{margin-top:1rem;display:flex;align-items:baseline;justify-content:space-between;gap:1rem;transition:opacity .3s}
.work-card:hover .work-meta{opacity:.6}
.sold-flag{font-size:.67rem;letter-spacing:.28em;text-transform:uppercase;font-weight:500;color:rgba(0,0,0,.45)}
.on-dark .sold-flag{color:rgba(255,255,255,.5)}

/* index rows */
.index-row{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;padding:1.05rem .25rem;transition:background-color .28s,color .28s,padding .28s}
.index-row:hover,.index-row:focus-visible{background:#fff;color:#000;padding-left:.9rem;padding-right:.9rem}
.on-light .index-row:hover,.on-light .index-row:focus-visible{background:#000;color:#fff}
@media (prefers-reduced-motion:reduce){.index-row{transition:none}}

/* pdp */
.pdp-grid{display:grid;gap:2.5rem}
@media (min-width:1024px){.pdp-grid{grid-template-columns:1.15fr 1fr;gap:4rem}}
.pdp-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.6rem;margin-top:.6rem}
.pdp-thumbs button{border:1px solid rgba(0,0,0,.14);background:none;padding:0;cursor:pointer;display:block}
.pdp-thumbs button.active{border-color:#000}
.pdp-thumbs img{display:block;width:100%;aspect-ratio:1;object-fit:cover}
.pdp-price{font-size:1.35rem;margin-top:1.1rem}
.pdp-acc{border-bottom:1px solid var(--border-soft)}
.pdp-acc summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.05rem 0;cursor:pointer;list-style:none;transition:opacity .2s}
.pdp-acc summary:hover{opacity:.65}
.pdp-acc summary::-webkit-details-marker{display:none}
.pdp-acc-mark{position:relative;width:13px;height:13px;flex-shrink:0}
.pdp-acc-mark::before,.pdp-acc-mark::after{content:"";position:absolute;inset:0;margin:auto;background:var(--ink);transition:transform .25s}
.pdp-acc-mark::before{width:13px;height:1.5px}
.pdp-acc-mark::after{width:1.5px;height:13px}
.pdp-acc[open] .pdp-acc-mark::after{transform:rotate(90deg)}
.pdp-acc-body{padding:.15rem 0 1.35rem}
.spec-table{width:100%;border-collapse:collapse;font-size:.95rem}
.spec-table th{text-align:left;font-weight:500;color:rgba(0,0,0,.55);padding:.45rem 1rem .45rem 0;white-space:nowrap;vertical-align:top}
.spec-table td{padding:.45rem 0}
.main-view{border:1px solid rgba(0,0,0,.08)}
.main-view img{width:100%;height:auto;max-height:78vh;object-fit:contain;background:#fff}

/* quote card */
.quote-block blockquote{font-family:var(--font-display);font-size:1.3rem;line-height:1.5;color:rgba(0,0,0,.85)}
@media (min-width:768px){.quote-block blockquote{font-size:1.45rem}}
.t-grid{display:grid;gap:3.5rem 2rem}
@media (min-width:768px){.t-grid{grid-template-columns:1fr 1fr}}
.t-card .stars{letter-spacing:.2em;font-size:.85rem;margin-top:.35rem}
.t-card blockquote{font-family:var(--font-display);font-size:1.18rem;line-height:1.55;color:rgba(0,0,0,.85);margin-top:1rem}

/* footer */
.site-footer{background:var(--ink);color:var(--ivory)}
.footer-brand img{height:84px;width:auto}
.footer-tag{margin-top:1.5rem;max-width:36ch;font-family:var(--font-display);font-size:1.4rem;line-height:1.35}
@media (min-width:768px){.footer-tag{font-size:1.6rem}}
.footer-cols{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 2rem;padding-top:2.5rem}
@media (min-width:768px){.footer-cols{grid-template-columns:repeat(4,1fr);padding-top:3rem}}
.footer-cols h2{margin-bottom:1.25rem;color:rgba(255,255,255,.55)}
.footer-cols li{margin-bottom:.75rem;font-size:.95rem}
.footer-legal{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem;padding-top:1.5rem;font-size:.82rem;color:rgba(255,255,255,.7)}
@media (min-width:768px){.footer-legal{flex-direction:row;align-items:center;justify-content:space-between}}

/* sections */
.section{padding-top:5rem;padding-bottom:5rem}
@media (min-width:768px){.section{padding-top:7rem;padding-bottom:7rem}}
.section-sm{padding-top:3.5rem;padding-bottom:3.5rem}
@media (min-width:768px){.section-sm{padding-top:5rem;padding-bottom:5rem}}

/* lightbox */
.lightbox{position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;padding:2rem}
.lightbox.open{display:flex}
html.js .lightbox.open{animation:lb-in .32s ease both}
@keyframes lb-in{from{opacity:0}to{opacity:1}}
.lightbox img{max-width:100%;max-height:92vh;object-fit:contain}
.lightbox button{position:absolute;top:1rem;right:1rem;background:none;border:0;color:#fff;font-size:2rem;cursor:pointer;line-height:1;padding:.5rem}

/* forms free contact band */
.contact-line{font-size:1.15rem}
.contact-line a{text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgba(0,0,0,.4)}
.on-dark .contact-line a{text-decoration-color:rgba(255,255,255,.4)}
