/*
|--------------------------------------------------------------------------
| Oluşturulma Tarihi : 28.04.2026
| Değişiklik Tarihi  : 29.06.2026
| Versiyon           : v0.5.0
| Yaratan            : Özgür Elibol
| Dokümanın Amacı    : Galeri sekmeleri ve grid yapısını yönetir.
|--------------------------------------------------------------------------
*/
.gallery-page-section{background:#f8f5ef;padding-top:90px;padding-bottom:100px}.gallery-page-title h1{font-size:clamp(36px,4vw,56px);line-height:1.15;color:#111;margin-bottom:18px}.gallery-page-tabs{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:-20px auto 44px}.gallery-page-tabs a{display:inline-flex;align-items:center;justify-content:center;min-width:150px;padding:13px 20px;border:1px solid #b79a54;background:#fff;color:#b79a54;font-size:15px;font-weight:800;letter-spacing:.5px;transition:all .25s ease}.gallery-page-tabs a:hover,.gallery-page-tabs a.active{background:#b79a54;color:#fff}.gallery-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-page-item{position:relative;height:320px;overflow:hidden;background:#111;box-shadow:0 18px 45px rgba(0,0,0,.08)}.gallery-page-item img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,opacity .35s ease}.gallery-page-item:hover img{transform:scale(1.07);opacity:.82}@media(max-width:900px){.gallery-page-grid{grid-template-columns:repeat(2,1fr)}.gallery-page-item{height:280px}}@media(max-width:560px){.gallery-page-section{padding-top:72px;padding-bottom:80px}.gallery-page-tabs{margin-bottom:34px}.gallery-page-tabs a{width:100%}.gallery-page-grid{grid-template-columns:1fr}.gallery-page-item{height:260px}}
