/*
   Header / Semantic CSS
   Fully independent of Wix styles —url(http://127.0.0.1:3000/) no Wix class selectors.
   Handles all positioning, layout, and visual styling.
*/


/* ===== Header Container ===== */

@font-face {
    font-family: 'avenir-lt-w01_85-heavy1475544';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/avenir-lt-w01_85-heavy1475544.woff2) format('woff2');
    unicode-range: U +0100 -012B, U +012E-0130, U +0132 -0137, U +0139 -0149, U +014C -0151, U +0154 -015F, U +0162 -0177, U +0179 -017C, U +0218 -021B, U +02C9, U +02D8 -02D9, U +02DB, U +02DD, U +0394, U +03A9, U +03BC, U +03C0, U +1E9E, U +20B9 -20BA, U +20BC -20BD, U +2113, U +2126, U +212E, U +2202, U +2206, U +220F, U +2211 -2212, U +2215, U +2219 -221A, U +221E, U +222B, U +2248, U +2260, U +2264 -2265, U +25CA, U + F8FF, U + FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'avenir-lt-w01_35-light1475496';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/avenir-lt-w01_35-light1475496.woff2) format('woff2');
    unicode-range: U +0100-012B, U +012E-0130, U +0132-0137, U +0139-0149, U +014C-0151, U +0154-015F, U +0162-0177, U +0179-017C, U +0218-021B, U +02C9, U +02D8-02D9, U +02DB, U +02DD, U +0394, U +03A9, U +03BC, U +03C0, U +1E9E, U +20B9-20BA, U +20BC-20BD, U +2113, U +2126, U +212E, U +2202, U +2206, U +220F, U +2211-2212, U +2215, U +2219-221A, U +221E, U +222B, U +2248, U +2260, U +2264-2265, U +25CA, U +F8FF, U +FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'futura-lt-w01-book';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/futura-lt-w01-book.woff2) format('woff2');
    unicode-range: U +0100-012B, U +012E-0130, U +0132-0137, U +0139-0149, U +014C-0151, U +0154-015F, U +0162-0177, U +0179-017C, U +0218-021B, U +02C9, U +02D8-02D9, U +02DB, U +02DD, U +0394, U +03A9, U +03BC, U +03C0, U +1E9E, U +20B9-20BA, U +20BC-20BD, U +2113, U +2126, U +212E, U +2202, U +2206, U +220F, U +2211-2212, U +2215, U +2219-221A, U +221E, U +222B, U +2248, U +2260, U +2264-2265, U +25CA, U +F8FF, U +FB01-FB02;
    font-display: swap;
}

#site-header,
#SITE_HEADER {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 51;
    flex-shrink: 0;
}


/* Hide original Wix header when our include replaces it */

#SITE_HEADER:empty {
    display: none;
}


/* ===== Header Content Layout ===== */

.header-content {
    position: relative;
    width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    min-height: 202px;
}


/* ===== Brand Area (logo + name + subtitle) ===== */

.header-brand {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 16px;
    margin-right: 4px;
}


/* Logo — constrain to ~60px tall */

.header-logo {
    flex-shrink: 0;
    margin-left: 20px;
}

.header-logo svg {
    display: block;
    height: auto;
    width: auto;
    max-height: 64px;
    max-width: 64px;
}

.header-logo svg [data-color="1"] {
    fill: #919191;
    transition: fill 0.3s ease;
}

.header-logo svg [data-color="1"]:hover {
    fill: #555;
}


/* Name + Subtitle + Portfolio */

.header-branding {
    position: relative;
    margin-left: 0px;
    padding-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/* Brand Name */

.header-name h5 {
    font: normal normal normal 21px / 1.4 'avenir-lt-w01_85-heavy1475544', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-transform: uppercase;
    color: #919191;
    margin: 0;
}


/* Subtitle */

.header-subtitle {
    margin-top: 3px;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
    font-weight: 100;
}

.header-subtitle p {
    font: normal normal normal 16px / 1em 'avenir-lt-w01_35-light1475496', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: -0.07em;
    color: #787878;
    margin: 0;
}

.header-subtitle p+p {
    margin-top: 4px;
}


/* Portfolio Link */

.header-portfolio {
    margin-top: 0;
    margin-bottom: 40px;
}

.header-portfolio h5 {
    font: normal normal normal 20px / 1.4 'avenir-lt-w01_35-light1475496', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: rgb(65, 191, 255);
    margin: 0;
}


/* ===== Press Button — bottom-right of header, aligned with main menu ===== */

.header-press {
    position: absolute;
    right: 0;
    bottom: 16px;
}

.header-press a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: initial;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    z-index: 1;
    padding: 0px 8px;
    border-radius: 3px;
    color: rgb(222, 33, 33);
    background-color: transparent;
    border: 1px solid rgb(222, 33, 33);
    font: normal normal normal 13px / 1.4em 'avenir-lt-w01_35-light1475496', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer !important;
    white-space: nowrap;
    transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease;
}

.header-press a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(222, 33, 33);
    border-color: rgb(222, 33, 33);
}

.header-press a:active {
    color: rgb(255, 255, 255);
    background-color: rgb(222, 33, 33);
    border-color: rgb(222, 33, 33);
}


/* ===== Main Menu Navigation ===== */

.mainmenu {
    position: absolute !important;
    right: 0;
    bottom: 16px;
    width: 100% !important;
    overflow-x: hidden;
    flex-shrink: 0;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: flex-end;
}

.mainmenu>ul {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

.mainmenu>ul>li {
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}


/* Vertical divider between items (not after last) */

.mainmenu>ul>li:not(:last-child)::after {
    content: '';
    display: block;
    width: 1px;
    height: 21px;
    background: currentColor;
    opacity: 0.3;
    margin: 0 6px;
}

.mainmenu>ul>li>a {
    display: inline-block !important;
    padding: 0 3px !important;
}

.mainmenu>ul>li>a>p {
    color: #999 !important;
    display: inline;
    transition: color 0.4s ease, font-weight 0.4s ease;
    font-size: 15px !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.4em;
    font-family: 'futura-lt-w01-book', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: normal;
}

.mainmenu>ul>li:hover>a>p,
.mainmenu>ul>li[data-state~="over"]>a>p {
    color: #333 !important;
    font-weight: 500 !important;
}

.mainmenu>ul>li[aria-current="page"]>a>p,
.mainmenu>ul>li[data-state~="selected"]>a>p {
    color: rgb(33, 168, 237) !important;
    font-weight: 500 !important;
}


/* ===== Responsive ===== */

@media (max-width: 1024px) {
    .header-content {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .header-logo {
        margin-left: 10px;
    }
    .header-branding {
        margin-left: 65px;
    }
}

@media (max-width: 768px) {
    .site-header-bar {
        min-height: 70px;
    }
    .header-content {
        flex-wrap: wrap;
        min-height: 70px;
    }
    .header-logo {
        margin-top: 10px;
    }
    .header-logo svg {
        max-height: 44px;
        max-width: 44px;
    }
    .header-logo svg [data-color="1"] {
        fill: #777;
    }
    .header-branding {
        margin-top: 10px;
        margin-left: 65px;
    }
    .header-name h5 {
        font-size: 16px !important;
    }
    .header-subtitle p {
        font-size: 15px !important;
        font-weight: 100;
    }
    .header-portfolio h5 {
        font-size: 16px !important;
    }
    .header-press {
        bottom: 0;
        right: 10px;
    }
    .header-press a {
        padding: 6px 12px;
        font-size: 11px;
    }
    .mainmenu>ul>li>a>p {
        font-size: 15px !important;
        padding: 0;
    }
    .mainmenu>ul>li>a {
        font-size: 15px !important;
        padding: 0 4px;
    }
    .mainmenu>ul>li:not(:last-child)::after {
        margin: 0 3px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .header-content {
        padding: 0 10px;
    }
    .header-logo svg {
        max-height: 36px;
        max-width: 36px;
    }
    .header-name h5 {
        font-size: 14px !important;
    }
    .header-subtitle p {
        font-size: 11px !important;
    }
    .header-press a {
        padding: 5px 10px;
        font-size: 10px;
    }
    .mainmenu>ul>li>a>p {
        font-size: 15px !important;
        padding: 0;
        letter-spacing: inherit;
    }
    .mainmenu>ul>li>a {
        font-size: 10px;
        padding: 6px 2px;
        letter-spacing: 0;
    }
}