/* Cheff Catering Studio 2.0.1 — Brand typography refinements.
 * Scoped exclusively to the plugin so Astra / other themes remain unchanged.
 * Google Fonts is loaded via WordPress enqueue; system-font fallbacks are provided.
 */
.ch-root .ch-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
    text-decoration: none;
}
.ch-root .ch-brand .ch-brand-seal {
    width: 64px;
    height: 64px;
    flex: 0 0 auto;
    object-fit: contain;
}
.ch-root .ch-brand .ch-brand-name {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 0;
    color: #103c34;
    font-family: 'Manrope', 'Segoe UI', Arial, sans-serif;
    font-size: 23px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: .17em;
    text-transform: uppercase;
    white-space: nowrap;
}
.ch-root .ch-brand .ch-brand-name em {
    display: block;
    padding: 0;
    margin-top: 2px;
    color: #b7845e;
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    letter-spacing: .19em;
}
.ch-root .ch-brand .ch-brand-name small {
    display: block;
    margin-top: 5px;
    color: #52655e;
    font-family: 'Manrope', 'Segoe UI', Arial, sans-serif;
    font-size: 7.5px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: .19em;
    text-transform: uppercase;
}
.ch-root .ch-brand:hover .ch-brand-name em,
.ch-root .ch-brand:focus-visible .ch-brand-name em {
    color: #9c6c47;
}
/* Contrast-adjusted variant on dark footer. */
.ch-root .ch-footer .ch-brand .ch-brand-seal {
    width: 59px;
    height: 59px;
}
.ch-root .ch-footer .ch-brand .ch-brand-name {
    color: #ffffff;
    font-size: 21px;
}
.ch-root .ch-footer .ch-brand .ch-brand-name em {
    color: #dfb38b;
    font-size: 22px;
}
.ch-root .ch-footer .ch-brand .ch-brand-name small {
    color: #b7cbbd;
}
@media (max-width: 1230px) {
    .ch-root .ch-header .ch-brand {gap: 10px;}
    .ch-root .ch-header .ch-brand .ch-brand-seal {width: 51px; height: 51px;}
    .ch-root .ch-header .ch-brand .ch-brand-name {font-size: 19px; letter-spacing: .14em;}
    .ch-root .ch-header .ch-brand .ch-brand-name em {font-size: 20px; letter-spacing: .16em;}
    .ch-root .ch-header .ch-brand .ch-brand-name small {font-size: 7px; letter-spacing: .14em;}
}
@media (max-width: 520px) {
    .ch-root .ch-header .ch-brand {gap: 8px;}
    .ch-root .ch-header .ch-brand .ch-brand-seal {width: 49px; height: 49px;}
    .ch-root .ch-header .ch-brand .ch-brand-name {font-size: 18px; letter-spacing: .13em;}
    .ch-root .ch-header .ch-brand .ch-brand-name em {font-size: 19px; letter-spacing: .16em;}
    .ch-root .ch-header .ch-brand .ch-brand-name small {font-size: 6.7px; letter-spacing: .14em; margin-top: 4px;}
    .ch-root .ch-footer .ch-brand {gap: 8px;}
    .ch-root .ch-footer .ch-brand .ch-brand-seal {width: 51px; height: 51px;}
    .ch-root .ch-footer .ch-brand .ch-brand-name {font-size: 18px; letter-spacing: .12em;}
    .ch-root .ch-footer .ch-brand .ch-brand-name em {font-size: 19px; letter-spacing: .15em;}
    .ch-root .ch-footer .ch-brand .ch-brand-name small {font-size: 6.7px; letter-spacing: .12em;}
}
