.header-glass {
    background: rgba(244, 244, 242, 0.9);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.5s ease;
}

.architectural-panel {
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.architectural-panel:hover {
    flex: 1.4 !important;
}

.architectural-panel img {
    transition: transform 3.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s ease;
    filter: contrast(1.08) saturate(1.05);
}

.architectural-panel:hover img {
    transform: scale(1.12);
}

.cinematic-vignette {
    background: radial-gradient(ellipse at center, transparent 55%, rgba(64, 44, 16, 0.28) 100%);
}
