*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;background:#fff;color:#111;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.65;min-height:100vh;display:flex;flex-direction:column}
::selection{background:#111;color:#fff}
a{color:inherit;text-decoration:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.sr-only:focus{position:absolute;left:1rem;top:1rem;z-index:50;width:auto;height:auto;margin:0;padding:.5rem .75rem;clip:auto;background:#111;color:#fff;overflow:visible}
.content-col,.shop-col{width:100%;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}
.content-col{max-width:42rem}
.shop-col{max-width:72rem}
@media(min-width:640px){.content-col,.shop-col{padding-left:1.5rem;padding-right:1.5rem}}
.flex-1,main{flex:1}
.site-header{padding-top:1.75rem;padding-bottom:.5rem}
.header-inner{display:flex;align-items:center;justify-content:space-between}
.logo-link{display:inline-flex;color:#111}
.logo-mark{display:block}
.header-nav{display:flex;align-items:center;gap:1.5rem}
.nav-link{font-size:.9375rem;font-weight:500;color:#111;transition:opacity .15s}
.nav-link:hover{opacity:.55}
.nav-link.is-current{opacity:1;text-decoration:underline;text-underline-offset:4px}
.site-footer{padding:3rem 0 4rem}
.footer-inner{display:flex;flex-direction:column;gap:1.25rem}
.social-pills{display:flex;flex-wrap:wrap;gap:.5rem}
.pill{display:inline-flex;align-items:center;padding:.4rem .85rem;border-radius:9999px;background:#f3f3f3;color:#111;font-size:.8125rem;font-weight:500;transition:background-color .15s}
.pill:hover{background:#e8e8e8}
.copyright{margin:0;font-size:.8125rem;color:#888}
.page{padding-top:2.5rem;padding-bottom:2rem}
.hero{margin-bottom:.5rem;max-width:36rem}
.hero-title{margin:0;font-size:clamp(1.5rem,4vw,1.875rem);font-weight:600;letter-spacing:-.025em;line-height:1.3;color:#111}
.hero-bio{margin:1rem 0 0;font-size:1.0625rem;line-height:1.65;color:#666}
.section{margin-top:2.5rem}
.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}
.section-label{margin:0 0 .75rem;font-size:.8125rem;font-weight:600;color:#888}
.section-title{margin:0;font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:#111}
.page-title{margin:0;font-size:clamp(1.5rem,4vw,1.875rem);font-weight:600;letter-spacing:-.025em;color:#111}
.page-lead{margin:.75rem 0 0;font-size:1.0625rem;line-height:1.65;color:#666}
.print-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1.5rem;justify-content:start}
.print-card{display:block}
.print-plate{width:260px;height:260px;max-width:100%;background:#f3f3f3;border-radius:1.15rem;margin:0;padding:1.2rem;display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.print-shot{display:block;width:168px;height:auto;max-width:168px;max-height:188px;object-fit:contain;border-radius:.65rem;box-shadow:0 14px 28px rgba(0,0,0,.22),0 2px 6px rgba(0,0,0,.1)}
.print-card:hover .print-shot{box-shadow:0 18px 32px rgba(0,0,0,.28),0 3px 8px rgba(0,0,0,.12)}
.print-name{margin:.85rem 0 0;font-size:1.0625rem;font-weight:600;letter-spacing:-.015em;color:#111;line-height:1.3}
.print-meta{margin:.2rem 0 0;font-size:.9375rem;color:#888}
.product-row{display:flex;flex-wrap:wrap;gap:1.25rem 2.5rem;align-items:center}
.product-copy{flex:1 1 16rem;min-width:0;padding-top:.1rem}
.price{margin:.35rem 0 0;font-size:1.0625rem;font-weight:500;color:#888}
.buy{display:inline-flex;align-items:center;justify-content:center;margin-top:1.25rem;height:2.75rem;padding:0 1.35rem;background:#111;color:#fff;font-size:.9375rem;font-weight:560;border:none;border-radius:.5rem;cursor:pointer}
.buy:hover{opacity:.85}
.also{margin-top:3.5rem}
.also .section-title{margin-bottom:1.25rem;letter-spacing:.04em;text-transform:uppercase;font-size:.8125rem;color:#888}
@media(min-width:900px){
  .print-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.75rem 1.25rem}
  .print-grid .print-plate{width:100%;height:auto;aspect-ratio:1;max-width:none}
  .print-grid .print-shot{width:72%;max-width:72%;max-height:78%}
}
