.gallery-module__wds6GG__wrapper{background-color:var(--color-surface-light);min-height:100vh}.gallery-module__wds6GG__hero{padding:var(--space-4xl) 0;background:url(/images/services-hero-bg.png) 50%/cover no-repeat;align-items:center;display:flex;position:relative;overflow:hidden}.gallery-module__wds6GG__heroOverlay{z-index:1;background:linear-gradient(#0c2618d9 0%,#0c2618f2 100%);position:absolute;inset:0}.gallery-module__wds6GG__heroContent{z-index:2;width:100%;max-width:var(--max-width);padding:0 var(--space-lg);color:var(--color-text-inverse);margin:0 auto;position:relative}.gallery-module__wds6GG__backLink{align-items:center;gap:var(--space-sm);color:var(--color-accent);font-weight:600;font-size:var(--text-sm);margin-bottom:var(--space-lg);transition:transform var(--transition-fast), color var(--transition-fast);display:inline-flex}.gallery-module__wds6GG__backLink:hover{color:var(--color-accent-light);transform:translate(-4px)}.gallery-module__wds6GG__tag{font-family:var(--font-heading);font-weight:600;font-size:var(--text-xs);color:var(--color-accent);text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--space-xs);display:block}.gallery-module__wds6GG__title{font-family:var(--font-heading);margin-bottom:var(--space-md);letter-spacing:-.03em;background:linear-gradient(135deg, var(--color-text-inverse) 40%, var(--color-accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,6vw,3.75rem);font-weight:800;line-height:1.1}.gallery-module__wds6GG__subtitle{font-family:var(--font-body);font-size:var(--text-lg);color:var(--color-surface-warm);max-width:600px;line-height:var(--leading-relaxed)}.gallery-module__wds6GG__tabContainer{justify-content:center;gap:var(--space-md);margin-bottom:var(--space-3xl);border-bottom:1px solid var(--color-border);padding-bottom:var(--space-md);flex-wrap:wrap;display:flex}.gallery-module__wds6GG__tabBtn{align-items:center;gap:var(--space-sm);border-radius:var(--radius-full);font-family:var(--font-heading);font-weight:600;font-size:var(--text-sm);color:var(--color-primary-dark);transition:all var(--transition-base);background:var(--color-surface-card);box-shadow:var(--shadow-sm);border:1px solid #4b532033;padding:.6rem 1.5rem;display:inline-flex}.gallery-module__wds6GG__tabBtn:hover{background:var(--color-surface-accent);color:var(--color-primary);border-color:var(--color-primary-light)}.gallery-module__wds6GG__activeTab{background:var(--color-primary);border-color:var(--color-primary-dark);box-shadow:var(--shadow-md);color:var(--color-text-inverse)!important}.gallery-module__wds6GG__galleryGrid{grid-template-columns:repeat(3,1fr);grid-auto-flow:dense;gap:var(--space-lg);display:grid}.gallery-module__wds6GG__card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);background:var(--color-surface-card);transition:transform var(--transition-base), box-shadow var(--transition-base);position:relative;overflow:hidden}.gallery-module__wds6GG__card:hover{box-shadow:var(--shadow-lg);z-index:5;transform:translateY(-4px)}.gallery-module__wds6GG__mediaWrapper{width:100%;height:100%;position:relative;overflow:hidden}.gallery-module__wds6GG__image{object-fit:cover;transition:transform var(--transition-slow)}.gallery-module__wds6GG__card:hover .gallery-module__wds6GG__image{transform:scale(1.05)}.gallery-module__wds6GG__square{aspect-ratio:1;grid-column:span 1}.gallery-module__wds6GG__portrait{aspect-ratio:3/4;grid-area:span 2/span 1}.gallery-module__wds6GG__landscape{aspect-ratio:16/10;grid-column:span 2}.gallery-module__wds6GG__videoCard{aspect-ratio:16/9;grid-column:span 1}.gallery-module__wds6GG__overlay{padding:var(--space-lg);opacity:.9;transition:opacity var(--transition-base);color:var(--color-text-inverse);z-index:2;background:linear-gradient(#0000 0%,#0c26184d 40%,#0c2618d9 100%);flex-direction:column;justify-content:flex-end;display:flex;position:absolute;inset:0}.gallery-module__wds6GG__card:hover .gallery-module__wds6GG__overlay{opacity:1}.gallery-module__wds6GG__category{font-family:var(--font-heading);font-size:var(--text-xs);color:var(--color-accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px;font-weight:700}.gallery-module__wds6GG__cardTitle{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:600;line-height:var(--leading-snug);color:var(--color-text-inverse);text-shadow:0 2px 4px #00000080}.gallery-module__wds6GG__duration{margin-top:var(--space-xs);background:#000000b3;border-radius:4px;align-self:flex-start;padding:2px 6px;font-size:11px;font-weight:600}.gallery-module__wds6GG__playButton{background:var(--color-accent);width:54px;height:54px;color:var(--color-surface-dark);box-shadow:var(--shadow-md);z-index:3;transition:all var(--transition-spring);opacity:.85;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.9)}.gallery-module__wds6GG__card:hover .gallery-module__wds6GG__playButton{opacity:1;background:var(--color-text-inverse);color:var(--color-primary);box-shadow:var(--shadow-glow);transform:translate(-50%,-50%)scale(1.05)}@keyframes gallery-module__wds6GG__fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.gallery-module__wds6GG__animate-fade-in{animation:.4s ease-out forwards gallery-module__wds6GG__fadeIn}@media (max-width:992px){.gallery-module__wds6GG__galleryGrid{grid-template-columns:repeat(2,1fr)}.gallery-module__wds6GG__landscape{aspect-ratio:16/9;grid-column:span 2}}@media (max-width:768px){.gallery-module__wds6GG__hero{padding:var(--space-2xl) 0}.gallery-module__wds6GG__galleryGrid{gap:var(--space-md);grid-template-columns:1fr}.gallery-module__wds6GG__landscape{aspect-ratio:16/9;grid-column:span 1}.gallery-module__wds6GG__portrait{aspect-ratio:1;grid-area:span 1/span 1}}
