@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,500;1,9..144,400&family=Inter:wght@300;400&family=IBM+Plex+Mono:wght@400;500&display=swap');
  :root{--ink:#ffffff; --paper:#0b0b0c; --signature:#e2087a;}
  *{margin:0;padding:0;box-sizing:border-box;}
  body{background:var(--ink); color:var(--paper); font-family:'Inter',sans-serif; font-weight:300;}
  a{color:inherit; text-decoration:none;}
  .back{display:block; padding:26px 6vw; font-family:'IBM Plex Mono',monospace; font-size:11px; letter-spacing:1px; opacity:0.6;}
  .hero{padding:20px 6vw 50px;}
  .stand-code{font-family:'IBM Plex Mono',monospace; font-size:11px; color:var(--signature); letter-spacing:1px; display:block; margin-bottom:14px;}
  h1{font-family:'Fraunces',serif; font-weight:500; font-size:clamp(36px,6vw,68px);}

  .grid{display:grid; grid-template-columns:repeat(3,1fr); gap:2px; background:rgba(11,11,12,0.06); margin:0 0 100px;}
  @media (max-width:900px){ .grid{grid-template-columns:repeat(2,1fr);} }
  @media (max-width:560px){ .grid{grid-template-columns:1fr;} }
  .product{background:var(--ink); position:relative;}
  .product-photo{aspect-ratio:4/5; position:relative;}
  .product-photo::before{content:""; position:absolute; inset:0;}
  .p1::before{background:linear-gradient(135deg,#c9143b,#e2087a 55%,#f5a3c4);}
  .p2::before{background:linear-gradient(160deg,#2c3b2e,#556b4f 45%,#c9b79c);}
  .p3::before{background:linear-gradient(145deg,#1c2b3d,#3d5a73 50%,#9c3226);}
  .p4::before{background:linear-gradient(120deg,#0f4c4c,#1c8c8c 40%,#f2c14e);}
  .p5::before{background:linear-gradient(160deg,#3a1c1c,#9c3226 55%,#e2087a);}
  .p6::before{background:linear-gradient(135deg,#1a1a1a,#4a4a4a 40%,#b08d57);}
  .product-info{padding:16px 4px;}
  .product-artist{font-family:'IBM Plex Mono',monospace; font-size:10px; letter-spacing:0.5px; opacity:0.55; text-transform:uppercase;}
  .product-title{font-family:'Fraunces',serif; font-size:18px; margin:4px 0 6px;}
  .product-price{font-family:'IBM Plex Mono',monospace; font-size:13px; color:var(--signature);}
