.gallery{width:100%;padding:2rem 0}.gallery__container{max-width:1400px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.gallery__container{padding:0 1rem}}.gallery__header{text-align:center;margin-bottom:3rem}.gallery__title{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;position:relative}@media(max-width:768px){.gallery__title{font-size:2.5rem}}@media(max-width:480px){.gallery__title{font-size:2rem}}.gallery__subtitle{font-size:1.2rem;color:#7f8c8d;margin-top:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}@media(max-width:768px){.gallery__subtitle{font-size:1.1rem}}@media(max-width:480px){.gallery__subtitle{font-size:1rem}}.gallery__filters{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem;padding:0 1rem}@media(max-width:768px){.gallery__filters{gap:.75rem}}@media(max-width:480px){.gallery__filters{gap:.5rem}}.gallery__filter{padding:.75rem 1.5rem;border:2px solid #e1e8ed;background:#fff;color:#2c3e50;border-radius:25px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap}.gallery__filter:hover{border-color:#213b6f;color:#fff;box-shadow:0 4px 15px rgba(52,152,219,.2)}.gallery__filter--active{background:#213b6f;color:#fff;border-color:#3498db;box-shadow:0 4px 15px rgba(52,152,219,.3)}@media(max-width:768px){.gallery__filter{padding:.6rem 1.2rem;font-size:.9rem}}@media(max-width:480px){.gallery__filter{padding:.5rem 1rem;font-size:.85rem}}.gallery__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:2rem}@media(max-width:768px){.gallery__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media(max-width:480px){.gallery__grid{grid-template-columns:1fr;gap:1rem}}.gallery__item{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.1);transition:all .3s ease;background:#fff}.gallery__item:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.15)}.gallery__item:hover .gallery__overlay{opacity:1}.gallery__item:hover .gallery__image{transform:scale(1.05)}@media(max-width:480px){.gallery__item{border-radius:12px}}.gallery__image-container{position:relative;width:100%;height:250px;overflow:hidden}@media(max-width:768px){.gallery__image-container{height:220px}}@media(max-width:480px){.gallery__image-container{height:200px}}.gallery__image{width:100%!important;height:100%!important;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease}.gallery__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.1) 50%,rgba(0,0,0,.8));display:flex;align-items:flex-end;padding:1.5rem;opacity:0;transition:opacity .3s ease}@media(max-width:480px){.gallery__overlay{padding:1rem}}.gallery__image-alt{color:#fff;font-size:1rem;font-weight:500;line-height:1.4;margin:0}@media(max-width:480px){.gallery__image-alt{font-size:.9rem}}.gallery__item{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.gallery__item:first-child{animation-delay:0s}.gallery__item:nth-child(2){animation-delay:.1s}.gallery__item:nth-child(3){animation-delay:.2s}.gallery__item:nth-child(4){animation-delay:.3s}.gallery__item:nth-child(5){animation-delay:.4s}.gallery__item:nth-child(6){animation-delay:.5s}.gallery__item:nth-child(7){animation-delay:.6s}.gallery__item:nth-child(8){animation-delay:.7s}.gallery__item:nth-child(9){animation-delay:.8s}.gallery__item:nth-child(10){animation-delay:.9s}.gallery__item:nth-child(11){animation-delay:1s}.gallery__item:nth-child(12){animation-delay:1.1s}.gallery__item:nth-child(13){animation-delay:1.2s}.gallery__item:nth-child(14){animation-delay:1.3s}.gallery__item:nth-child(15){animation-delay:1.4s}.gallery__item:nth-child(16){animation-delay:1.5s}.gallery__item:nth-child(17){animation-delay:1.6s}.gallery__item:nth-child(18){animation-delay:1.7s}.gallery__item:nth-child(19){animation-delay:1.8s}.gallery__item:nth-child(20){animation-delay:1.9s}@media(prefers-reduced-motion:reduce){.gallery__filter,.gallery__image,.gallery__item,.gallery__overlay{animation:none;transition:none}.gallery__filter--active,.gallery__filter:hover,.gallery__item:hover{transform:none}}@media(prefers-contrast:high){.gallery__filter{border-color:#000;color:#000}.gallery__filter:hover{border-color:#06c;color:#06c}.gallery__filter--active{background:#06c;border-color:#000;color:#fff}.gallery__overlay{background:rgba(0,0,0,.9)}.gallery__image-alt{color:#fff;text-shadow:1px 1px 2px #000}}@media print{.gallery__filters{display:none}.gallery__item{-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid}.gallery__overlay{display:none}.gallery__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}