.gallery-container{min-height:100vh}.gallery-hero::after{display:none !important}.gallery-hero{color:#fff;padding:4rem 0;text-align:center;position:relative}.gallery-hero .hero-content{position:relative;z-index:2;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:16px;padding:3rem 2rem;max-width:900px;margin:0 auto;box-shadow:0 8px 32px rgba(0,0,0,.3)}.gallery-title{font-size:3rem;font-weight:600;margin-bottom:1rem;font-family:var(--font-heading)}.gallery-description{font-size:1.2rem;max-width:800px;margin:0 auto;line-height:1.6;opacity:.95}.gallery-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin:3rem 0 2rem;padding:0 1rem}.filter-btn{background:#fff;color:var(--color-primary);border:2px solid var(--color-primary);padding:.75rem 1.5rem;border-radius:25px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.95rem}.filter-btn:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,69,19,.3)}.filter-btn.active{background:var(--color-primary);color:#fff;box-shadow:0 4px 12px rgba(139,69,19,.3)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;padding:0 1rem 4rem}.gallery-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:all .4s ease;opacity:1;transform:translateY(0)scale(1)}.gallery-item:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.gallery-image-wrapper{position:relative;aspect-ratio:4/3;overflow:hidden}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover .gallery-image{transform:scale(1.05)}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.9));color:#fff !important;padding:2.5rem 1.5rem 1.5rem;transform:translateY(100%);transition:transform .3s ease;backdrop-filter:blur(2px)}.gallery-item:hover .gallery-overlay{transform:translateY(0)}.gallery-item-title{font-size:1.3rem;font-weight:600;margin:0 0 .5rem;font-family:var(--font-heading);text-shadow:2px 2px 4px rgba(0,0,0,.8);color:#fff !important}.gallery-item-desc{font-size:.95rem;margin:0;opacity:.95;line-height:1.4;text-shadow:2px 2px 4px rgba(0,0,0,.8);color:#fff !important}@media(max-width:768px){.gallery-hero{padding:2rem 0}.gallery-hero .hero-content{padding:2rem 1.5rem;margin:0 1rem;border-radius:12px}.gallery-title{font-size:2.2rem}.gallery-description{font-size:1.1rem}}@media(max-width:480px){.gallery-hero .hero-content{padding:1.5rem 1rem;margin:0 .5rem}.gallery-title{font-size:1.8rem}.gallery-description{font-size:1rem}}@media(max-width:768px){.gallery-title{font-size:2.2rem}.gallery-description{font-size:1.1rem;padding:0 1rem}.gallery-filters{margin:2rem 0 1.5rem}.filter-btn{padding:.6rem 1.2rem;font-size:.9rem}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;padding:0 .5rem 3rem}.gallery-overlay{padding:1.5rem 1rem 1rem}.gallery-item-title{font-size:1.1rem}.gallery-item-desc{font-size:.9rem}}@media(max-width:480px){.gallery-hero{padding:3rem 0}.gallery-title{font-size:1.8rem}.gallery-grid{grid-template-columns:1fr;gap:1rem}.filter-btn{padding:.5rem 1rem;font-size:.85rem}}.gallery-item{animation:fadeInUp .6s ease forwards}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gallery-item:nth-child(1){animation-delay:.1s}.gallery-item:nth-child(2){animation-delay:.2s}.gallery-item:nth-child(3){animation-delay:.3s}.gallery-item:nth-child(4){animation-delay:.4s}.gallery-item:nth-child(5){animation-delay:.5s}.gallery-item:nth-child(6){animation-delay:.6s}.gallery-item:nth-child(7){animation-delay:.7s}.gallery-item:nth-child(8){animation-delay:.8s}.gallery-item:nth-child(9){animation-delay:.9s}.gallery-item:nth-child(10){animation-delay:1s}.gallery-item:nth-child(11){animation-delay:1.1s}.gallery-item:nth-child(12){animation-delay:1.2s}.gallery-item:nth-child(n+13){animation-delay:1.3s}