.oip-brand-group {
    display: flex;
    align-items: center;
    gap: 18px;
}

html:has(body.potp-full-page) {
    margin: 0 !important;
    scroll-behavior: smooth;
}

body.potp-full-page {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
    background: #0b0b0b;
}

body.potp-full-page #wpadminbar {
    position: fixed;
}

body.potp-full-page .oip-site {
    position: relative;
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
}

.oip-video-shot video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.65);
}

.oip-video-shot:hover video { filter: grayscale(0); }

.oip-pulse {
    font: 600 24px/1 'Oswald', sans-serif;
    letter-spacing: .08em;
}

.oip-pulse span {
    display: block;
    margin-top: 3px;
    color: var(--acid);
    font-size: 9px;
    letter-spacing: .38em;
    text-align: center;
}

.oip-sponsored {
    padding-left: 18px;
    border-left: 1px solid #ffffff35;
    color: #aaa;
    font-size: 9px;
    letter-spacing: .14em;
}

.oip-sponsored strong { color: #fff; }

.oip-logo {
    display: inline-flex;
    align-items: center;
}

.oip-logo img {
    display: block;
    width: 380px !important;
    height: auto !important;
    max-width: 380px !important;
    max-height: 96px !important;
    object-fit: contain;
}

.oip-site .oip-nav {
    justify-content: space-between;
    gap: 30px;
    min-height: 112px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.oip-main-menu,
.oip-nav-actions {
    display: flex;
    align-items: center;
}

.oip-main-menu { gap: 10px; }
.oip-nav-actions { gap: 28px; }

.oip-main-menu a {
    display: inline-flex;
    min-height: 40px;
    padding: 0 16px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border: 1px solid #ffffff30;
    background: rgba(6, 6, 6, .62);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .11em;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.oip-main-menu a:hover,
.oip-main-menu a:focus {
    color: #0b0b0b !important;
    border-color: var(--acid);
    background: var(--acid);
}

.oip-main-menu .oip-menu-membership {
    color: var(--acid) !important;
    border-color: color-mix(in srgb, var(--acid) 65%, transparent);
}

.oip-site .oip-nav-cta {
    min-height: 40px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--acid);
    background: var(--acid);
    color: #0b0b0b !important;
    font-size: 10px;
    line-height: 1;
    text-decoration: none !important;
}

.oip-site .oip-nav-cta:hover,
.oip-site .oip-nav-cta:focus {
    background: #fff;
    border-color: #fff;
}

.oip-site .oip-footer {
    min-height: 94px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    justify-content: flex-start;
}

.oip-footer-logo img {
    width: 350px !important;
    max-width: 350px !important;
    max-height: 86px !important;
}

@media (max-width: 900px) {
    .oip-brand-group { gap: 10px; }
    .oip-sponsored { padding-left: 10px; font-size: 7px; }
    .oip-site .oip-nav {
        min-height: 118px;
        padding: 12px 18px;
        flex-wrap: wrap-reverse;
        gap: 10px;
    }
    .oip-main-menu {
        width: 100%;
        justify-content: space-between;
        gap: 6px;
        padding-top: 9px;
        border-top: 1px solid #ffffff25;
    }
    .oip-main-menu a { min-height: 36px; padding: 0 10px; font-size: 8px; letter-spacing: .07em; }
    .oip-nav-actions { width: 100%; justify-content: flex-end; gap: 16px; }
    .oip-logo img { width: 245px !important; max-width: 245px !important; max-height: 66px !important; }
    .oip-footer-logo img { width: 235px !important; max-width: 235px !important; max-height: 62px !important; }
}

@media (max-width: 520px) {
    .oip-logo img { width: 185px !important; max-width: 185px !important; max-height: 54px !important; }
    .oip-footer-logo img { width: 190px !important; max-width: 190px !important; max-height: 54px !important; }
    .oip-main-menu a { padding: 0 7px; font-size: 7px; }
}

@media screen and (max-width: 782px) {
    html:has(body.potp-full-page) { margin-top: 0 !important; }
}
