:root{--gap:12px;--bg:#f7f3ea;--card:rgba(255,255,255,.88);--accent:#6ee7b7}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,system-ui,Segoe UI,Roboto,'Helvetica Neue',Arial;background:var(--bg) url('Bottom_texture.jpg') repeat center top;color:#24313a;-webkit-user-select:none;user-select:none}
.page-header{padding:0;display:flex;justify-content:center}
.header-image{display:block;width:100%;max-width:982px;height:auto}
main{max-width:1200px;margin:20px auto 32px;padding:0 16px}
.gallery-title{margin:0 0 14px;text-align:center;font-family:Arial, Helvetica, Sans-Serif;font-style:normal;font-weight:bold;font-size:16px;line-height:1.2;color:#1C9092}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}
.card{background:var(--card);padding:8px;border-radius:10px;display:block;overflow:hidden;cursor:pointer;-webkit-touch-callout:none;box-shadow:0 6px 18px rgba(90,80,50,.12);backdrop-filter:blur(2px)}
.card img{width:100%;height:auto;display:block;border-radius:6px;background:#f4efe5;-webkit-user-drag:none;-webkit-touch-callout:none;touch-action:manipulation}
.pswp,.pswp__scroll-wrap,.pswp__container,.pswp__item,.pswp__img{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	user-select:none;
}
.pswp__img{-webkit-user-drag:none}
@media (max-width:600px){
	main{margin-top:12px;padding:0 10px}
	.grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

