/* Dodatkowe, niekrytyczne style ładowane asynchronicznie */
:root{--accent:#D1CFCC;--muted:#9b8f86}
.prose p{max-width:70ch}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
@media (max-width: 960px){.grid-3{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 640px){.grid-3{grid-template-columns:1fr}}

/* Image copy protection - prevent drag and long-press save */
img, 
.pswp__img,
picture,
canvas,
svg {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
  pointer-events: auto;
}


