.sys-cardapio-publico__page-header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    min-height: var(--sys-cardapio-publico-page-header-height);
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid var(--sfv-divider);
    background: var(--sfv-bg-hero);
}

.sys-cardapio-publico__page-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: var(--sys-cardapio-publico-page-header-height);
    margin: 0;
    padding: 0;
}

.sys-cardapio-publico .sys-cardapio-publico__page-logo {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: var(--sys-cardapio-publico-page-header-height);
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    object-fit: cover;
    object-position: center;
    box-shadow: none;
}

.sys-cardapio-publico__page-brand-name {
    display: block;
    max-width: 100%;
    color: var(--sys-cardapio-text);
    font-family: var(--sys-cardapio-font-display);
    font-size: clamp(1.35rem, 4.6vw, 2rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0.025em;
    text-align: center;
    overflow-wrap: anywhere;
}
