.gallery-section{background:var(--base);padding:5rem 0}.gallery-grid-container{max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;width:100%;box-sizing:border-box}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.gallery-item-wrapper{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,0.08);transition:transform 0.3s ease,box-shadow 0.3s ease;background:var(--base);display:flex;flex-direction:column}.gallery-item-wrapper:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(242,172,61,0.25)}.gallery-image{width:100%;height:400px;object-fit:cover;display:block;transition:transform 0.5s ease}.gallery-item-wrapper:hover .gallery-image{transform:scale(1.08)}.gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(48,48,48,0.88);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity 0.3s ease;pointer-events:none}.gallery-item-wrapper:hover .gallery-overlay{opacity:1}.gallery-overlay-title{font-family:'Fixel Display',sans-serif;font-size:1.5rem;font-weight:600;color:var(--base);margin:0;text-align:center;padding:0 1rem}.gallery-overlay-action{display:flex;align-items:center;gap:0.5rem;margin-top:1rem;font-family:'Fixel Text',sans-serif;font-size:0.9375rem;font-weight:500;color:var(--brand);text-transform:uppercase;letter-spacing:0.05em}.gallery-overlay-action .lucide{width:20px;height:20px;color:var(--brand)}@media (min-width:768px) and (max-width:1023px){.gallery-hero{min-height:400px;padding:4rem 0}.gallery-hero-title{font-size:2.5rem}.gallery-hero-subtitle{font-size:1.125rem}.gallery-section{padding:4rem 0}.gallery-grid{gap:1.5rem}.gallery-image{height:320px}.gallery-overlay-title{font-size:1.25rem}}@media (max-width:767px){.gallery-hero{min-height:350px;padding:4rem 0}.gallery-hero-title{font-size:2rem}.gallery-hero-subtitle{font-size:1rem}.gallery-section{padding:3rem 0}.gallery-grid{grid-template-columns:1fr;gap:1.5rem}.gallery-image{height:280px}.gallery-overlay{display:none}.gallery-item-wrapper:hover{transform:none}.gallery-item-wrapper:hover .gallery-image{transform:none}.gallery-overlay-action{display:none}}