/* Header CSS for SuperV Digital Header */

.superv-header-753901e4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    z-index: 9999;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
}

/* Offset for WordPress Admin Bar */
body.admin-bar .superv-header-753901e4 {
    top: var(--wp-admin--admin-bar--height, 32px);
}
@media screen and (max-width: 782px) {
    body.admin-bar .superv-header-753901e4 {
        top: 46px;
    }
}

/* Header Container */
.superv-header-container-753901e4 {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .superv-header-container-753901e4 {
        padding: 0 20px;
    }
}

/* Scrolled Header Styling */
.superv-header-753901e4.scrolled-753901e4 {
    background-color: rgba(10, 12, 14, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

/* Logo styling */
.superv-logo-753901e4 a {
    text-decoration: none;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.1em;
}

.superv-logo-753901e4 .sv-white-753901e4 {
    color: #F4F1E8;
}

.superv-logo-753901e4 .sv-accent-753901e4 {
    color: #F5B800;
}

/* Navigation List */
.superv-nav-desktop-753901e4 ul {
    list-style: none;
    display: flex;
    gap: 32px;
    margin: 0;
    padding: 0;
}

.superv-nav-desktop-753901e4 a {
    text-decoration: none;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #9BA0A3;
    transition: color 0.2s ease;
}

.superv-nav-desktop-753901e4 a:hover {
    color: #F5B800;
}

/* CTAs Desktop */
.superv-ctas-desktop-753901e4 {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Base Buttons */
.superv-btn-outline-753901e4,
.superv-btn-solid-753901e4 {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 4px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.superv-btn-outline-753901e4 {
    color: #F4F1E8;
    background-color: transparent;
    border: 1px solid rgba(244, 241, 232, 0.2);
}

.superv-btn-outline-753901e4:hover {
    border-color: #F5B800;
    color: #F5B800;
}

.superv-btn-solid-753901e4 {
    color: #0A0C0E;
    background-color: #F5B800;
    border: 1px solid #F5B800;
}

.superv-btn-solid-753901e4:hover {
    background-color: transparent;
    color: #F5B800;
}

/* Hamburger button */
.superv-hamburger-753901e4 {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 6px;
    padding: 0;
    z-index: 10000;
}

.superv-hamburger-753901e4 .bar-753901e4 {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #F4F1E8;
    transition: all 0.3s ease;
}

/* Hamburger active transformation */
.superv-hamburger-753901e4.active-753901e4 .bar-753901e4:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.superv-hamburger-753901e4.active-753901e4 .bar-753901e4:nth-child(2) {
    opacity: 0;
}

.superv-hamburger-753901e4.active-753901e4 .bar-753901e4:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Mobile full-screen overlay */
.superv-mobile-overlay-753901e4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0A0C0E;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Adjust full screen top offset for mobile admin bar if active */
body.admin-bar .superv-mobile-overlay-753901e4 {
    top: var(--wp-admin--admin-bar--height, 32px);
    height: calc(100% - var(--wp-admin--admin-bar--height, 32px));
}
@media screen and (max-width: 782px) {
    body.admin-bar .superv-mobile-overlay-753901e4 {
        top: 46px;
        height: calc(100% - 46px);
    }
}

.superv-mobile-overlay-753901e4.active-753901e4 {
    opacity: 1;
    visibility: visible;
}

.superv-mobile-menu-container-753901e4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    width: 100%;
    padding: 20px;
}

.superv-nav-mobile-753901e4 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.superv-mobile-link-753901e4 {
    text-decoration: none;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.05em;
    color: #F4F1E8;
    transition: color 0.2s ease;
}

.superv-mobile-link-753901e4:hover {
    color: #F5B800;
}

.superv-ctas-mobile-753901e4 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 280px;
    text-align: center;
}

.superv-ctas-mobile-753901e4 .superv-btn-outline-753901e4,
.superv-ctas-mobile-753901e4 .superv-btn-solid-753901e4 {
    justify-content: center;
    font-size: 13px;
    padding: 16px;
}

/* Desktop vs Mobile displays */
@media screen and (max-width: 1024px) {
    .superv-nav-desktop-753901e4,
    .superv-ctas-desktop-753901e4 {
        display: none;
    }
    
    .superv-hamburger-753901e4 {
        display: flex;
    }
}
