/* Page-specific styles extracted from HTML/malerei.html */
.portfolio-hero .hero-subtitle .subtitle-text { color: var(--accent-color) !important; font-weight: inherit; filter:none; letter-spacing: inherit; }
.portfolio-hero .hero-subtitle .subtitle-line { background: var(--secondary-color); opacity:.3; }
.portfolio-hero .hero-description {color:#f5f5f5 !important; font-weight:300; letter-spacing:.05em; text-shadow:0 0 4px rgba(255,255,255,0.25);}        
.nav-hover-trigger { display: inline-flex; align-items: center; gap: 0.4rem; }
.nav-arrow svg { width: 0.85rem; height: 0.85rem; display: block; fill: none; stroke: currentColor; stroke-width:1.2; opacity: 0.9; transition: transform .18s ease, opacity .18s ease; }
.nav-label:hover .nav-arrow svg { transform: translateX(4px); opacity: 1; }

/* Remove forced grayscale for gallery images on this Malerei page only */
.works-section .work-image img,
.series-gallery .work-image img,
.work-image img { filter: none !important; }

/* Mobile overlay nav */
.mobile-nav { display:none; position:fixed; inset:0; align-items:center; justify-content:center; background:rgba(0,0,0,0.92); z-index:1100; }
.mobile-nav.mobile-open { display:flex; }
.mobile-nav-inner { display:flex; flex-direction:column; gap:1rem; padding:1rem 2rem; width:100%; max-width:420px; }
.mobile-nav-link { color:#fff; font-size:1.05rem; text-decoration:none; padding:.75rem 1rem; background:rgba(255,255,255,0.05); border-radius:6px; text-align:center; }
.mobile-nav-link:hover { background:rgba(255,255,255,0.1); }
.menu-toggle .menu-line { background:#000 !important; mix-blend-mode:normal !important; transition:background .3s ease; }
@media (max-width:700px){
    .menu-toggle { position:fixed !important; top:2rem !important; right:2rem !important; width:40px; height:40px; display:flex !important; align-items:center; justify-content:center; z-index:1300 !important; }
    .side-nav { display:none !important; pointer-events:none !important; }
    .mobile-nav-inner { padding-top:4.5rem; }
}
