.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(247, 245, 241, 0.95);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid transparent;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
}

.brand-name {
    font-size: 1.25rem;
    font-weight: 700;
}