.gallery-page{width:100%;padding:80px 5%;background:#f7f3ef}.gallery-header{text-align:center;margin-bottom:50px}.gallery-header h1{font-size:3rem;color:#4d2c23;margin-bottom:12px}.gallery-header p{color:#7a665d;font-size:1rem}.gallery-filters{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:40px}.gallery-filter-btn{border:none;background:white;padding:12px 24px;border-radius:999px;cursor:pointer;font-weight:600;color:#4d2c23;transition:all .3s ease}.gallery-filter-btn:hover{transform:translateY(-2px)}.gallery-filter-btn.active{background:#b71c1c;color:white}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:28px;gap:28px}.gallery-card{background:white}.gallery-card:hover{transform:translateY(-8px)}.gallery-image-wrapper{position:relative}.gallery-title{font-size:1.3rem;color:#4d2c23;font-weight:700;margin-bottom:12px}.gallery-tags{display:flex;justify-content:space-between;align-items:center}.gallery-category{background:#b71c1c}.gallery-category,.gallery-featured{color:white;padding:8px 14px;border-radius:999px;font-size:.85rem}.gallery-featured{background:#f4b400}.gallery-modal{position:fixed;inset:0;background:rgba(0,0,0,.92);display:flex;justify-content:center;align-items:center;z-index:9999}.gallery-modal img{max-width:90vw;max-height:90vh;border-radius:20px}.gallery-close{position:absolute;top:25px;right:25px;width:50px;height:50px;border:none;border-radius:50%;background:white;cursor:pointer;font-size:1.5rem}@media (max-width:768px){.gallery-page{padding:60px 20px}.gallery-header h1{font-size:2.2rem}.gallery-grid{grid-template-columns:1fr}.gallery-image-wrapper{height:240px}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:24px;gap:24px}.gallery-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:all .3s ease}.gallery-card:hover{transform:translateY(-6px)}.gallery-image-wrapper{width:100%;height:280px;overflow:hidden}.gallery-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.gallery-card:hover .gallery-image{transform:scale(1.08)}.gallery-content{padding:20px}.gallery-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.category{background:#b71c1c}.category,.featured{color:white;padding:8px 14px;border-radius:999px}.featured{background:#f4b400}.gallery-content h3{color:#4d2c23;font-size:1.3rem}