.main-container{padding:4rem 1.5rem 5rem;max-width:1400px;margin:0 auto;text-align:center}.heading{font-size:2.75rem;font-weight:400;padding-bottom:1.25rem;margin-bottom:2rem;border-bottom:2px solid #222}.category-block-title{font-size:2rem;font-weight:500;padding-bottom:.75rem;margin-bottom:.75rem;color:#222}.category-block{text-align:left;background:#ffffff;padding:1.75rem 1.5rem 2rem;box-shadow:0 15px 45px rgba(0,0,0,.08);border:1px solid #ededed;margin-bottom:1.5rem}.category-block h2{font-size:1.75rem;margin-bottom:1rem;padding-left:.5rem;color:#222}.scroll-row{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 .5rem 1rem}.image-section{display:grid;grid-template-columns:2fr 1fr;gap:1rem;scroll-snap-align:start;min-width:760px;max-width:1020px;flex:0 0 auto;align-items:stretch;background:#f9f9f9;padding:1rem;border:1px solid #ececec;box-shadow:0 10px 30px rgba(0,0,0,.06)}.big-image{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.1)}.right-column{display:flex;flex-direction:column;gap:1rem}.right-column img{flex:1;width:100%;height:auto;object-fit:cover;box-shadow:0 8px 20px rgba(0,0,0,.08);cursor:pointer;aspect-ratio:4/3}.image-section img:hover{transform:translateY(-4px);transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;box-shadow:0 12px 30px rgba(0,0,0,.15)}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);z-index:100;cursor:zoom-out;padding:2rem}.modal,.modal-content{display:flex;justify-content:center;align-items:center}.modal-content{position:relative;max-width:min(1100px,92vw);max-height:92vh;background:rgba(20,20,20,.35);backdrop-filter:blur(6px);padding:1.5rem;cursor:default}.modal-image{width:100%;height:100%;max-height:80vh;object-fit:contain;box-shadow:0 25px 45px rgba(0,0,0,.35)}.close-button{position:absolute;top:12px;right:12px;border:none;background:rgba(255,255,255,.9);width:36px;height:36px;border-radius:50%;font-size:1.25rem;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.15)}.close-button:hover{transform:scale(1.05);background:#ffffff}@media (max-width:768px){.scroll-row{padding-left:0;justify-content:center}.image-section{display:flex;flex-direction:column;min-width:90vw}.big-image,.right-column img{width:100%;height:auto;max-height:300px;aspect-ratio:4/3}.category-block h2{text-align:center}}