/* 
 * Impreza Child Theme - Desktop Style CSS
 * 
 * A responsive macOS desktop-inspired interface
 */

:root {
    --logo-relative-height: 70%; /* Relative height for logo */
}


/* === Impreza Header === */

.l-subheader.width_full {
        padding-left: 0 !important;
        padding-right: 0 !important;
        /* height: auto !important;
        line-height: inherit !important; */
}

#page-header {
    padding: 0 clamp(1rem, 5vw, 4rem) !important;
    background-color: white !important;
}

.l-subheader-cell.at_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: var(--logo-relative-height);
}

.brand-info {
    display: flex;
    flex-direction: column;
    font-size: var(--font-size-medium);
    line-height: 0.8;
}

.menu-items {
    display: flex;
    gap: clamp(1rem, 3vw, 2.5rem);
    font-size: var(--font-size-medium);
}

.menu-items a {
    text-decoration: none;
}

.menu-items a:hover,
.menu-items a:focus {
    color: #27c93f !important;
}