/* ==========================================================
   RAMPAGE GAMING COMMUNITY - NEW INTERNAL PAGES
========================================================== */

.new-page {
    min-height: calc(100vh - 80px);
    background: #070a0d;
}

.new-page-hero {
    min-height: 420px;

    display: flex;
    align-items: center;

    position: relative;
    overflow: hidden;

    border-bottom: 1px solid rgba(255,255,255,.08);

    background:
        linear-gradient(
            90deg,
            rgba(3,6,9,.90),
            rgba(3,6,9,.60),
            rgba(3,6,9,.78)
        ),
        url("/assets/hero-wardogs.jpg")
        center center / cover no-repeat;
}

.new-page-hero-inner {
    width: min(1500px, calc(100% - 80px));
    margin: auto;
}

.new-page-label {
    color: #ef233c;

    font-size: 14px;
    font-weight: 900;

    letter-spacing: 3px;
}

.new-page-hero h1 {
    margin: 12px 0;

    color: #fff;

    font-size: clamp(52px, 7vw, 100px);
    font-weight: 1000;

    line-height: .9;
    text-transform: uppercase;
}

.new-page-hero p {
    margin: 0;

    color: #c7ced3;

    font-size: 18px;
}

.new-footer {
    min-height: 120px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 6px;

    background: #030506;

    border-top: 1px solid rgba(255,255,255,.07);
}

.new-footer strong {
    color: #fff;
}

.new-footer span {
    color: #78838b;
}


/* Active navigation */

body[data-page="wardogs"] #navigation a[href="/wardogs"],
body[data-page="servers"] #navigation a[href="/servers"],
body[data-page="community"] #navigation a[href="/community"],
body[data-page="games"] #navigation a[href="/games"],
body[data-page="events"] #navigation a[href="/events"],
body[data-page="staff"] #navigation a[href="/staff"],
body[data-page="store"] #navigation a[href="/store"],
body[data-page="support"] #navigation a[href="/support"] {
    color: #fff;
    border-bottom: 2px solid #ef233c;
}


@media (max-width: 900px) {

    .new-page-hero-inner {
        width: calc(100% - 40px);
    }

}



/* ==========================================================
   RGC HEADER BRAND FIX
   ========================================================== */

.logo strong {
    white-space: nowrap !important;
    font-size: 0.78em !important;
    letter-spacing: -0.2px !important;
}

.footer-logo span,
.footer-brand span,
.footer-logo strong,
.footer-brand strong {
    white-space: nowrap !important;
}


/* ==========================================================
   RGC WEBSITELOGO MASTER
   ========================================================== */


/* HEADER LOGO */

.rgc-image-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    width: 190px !important;
    height: 58px !important;

    padding: 0 !important;
    margin: 0 !important;

    overflow: hidden !important;
}

.rgc-image-logo img {
    display: block !important;

    width: 185px !important;
    height: 58px !important;

    object-fit: cover !important;
    object-position: center !important;
}


/* FOOTER LOGO */

.rgc-footer-image-logo {
    width: 220px !important;
    height: 80px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    overflow: hidden !important;
}

.rgc-footer-image-logo img {
    display: block !important;

    width: 215px !important;
    height: 80px !important;

    object-fit: cover !important;
    object-position: center !important;
}


/* COMMUNITY / RGC BADGE */

.rgc-brand-image {
    display: block !important;

    width: 260px !important;
    max-width: 90% !important;
    height: auto !important;

    object-fit: contain !important;

    margin: 0 auto !important;
}


/* PROFILE */

.rgc-profile-logo-wrap {
    width: 100% !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    padding: 20px 20px 5px !important;
}

.rgc-profile-main-logo {
    display: block !important;

    width: 420px !important;
    max-width: 85% !important;
    height: auto !important;

    object-fit: contain !important;
}


/* STAFF PANEL */

.rgc-staff-logo-wrap {
    position: fixed !important;

    left: 0 !important;
    top: 0 !important;

    width: 260px !important;
    height: 105px !important;

    z-index: 100 !important;

    display: flex !important;
    justify-content: center !important;
    align-items: center !important;

    pointer-events: none !important;
}

.rgc-staff-main-logo {
    display: block !important;

    width: 220px !important;
    max-height: 95px !important;

    object-fit: contain !important;
}


/* MOBILE */

@media (max-width: 800px) {

    .rgc-image-logo {
        width: 150px !important;
        height: 52px !important;
    }

    .rgc-image-logo img {
        width: 150px !important;
        height: 52px !important;
    }

    .rgc-footer-image-logo {
        width: 180px !important;
    }

    .rgc-footer-image-logo img {
        width: 175px !important;
    }

    .rgc-brand-image {
        width: 210px !important;
    }

    .rgc-profile-main-logo {
        width: 300px !important;
    }
}


/* ==========================================================
   CORRECT RGC LOGO 20260917
   ========================================================== */


/* HEADER - keep logo compact */

.rgc-image-logo {
    width: 190px !important;
    height: 65px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    overflow: hidden !important;
    padding: 0 !important;
}

.rgc-image-logo img {
    display: block !important;

    width: 185px !important;
    height: 62px !important;

    object-fit: contain !important;
    object-position: center center !important;

    margin: 0 !important;
}


/* COMMUNITY / STORE / DISCORD LOGO */

.rgc-brand-image {
    display: block !important;

    width: 250px !important;
    max-width: 90% !important;
    height: auto !important;

    object-fit: contain !important;

    margin: 0 auto !important;
}


/* FOOTER */

.rgc-footer-image-logo {
    width: 220px !important;
    height: 80px !important;

    display: flex !important;
    align-items: center !important;

    overflow: hidden !important;
}

.rgc-footer-image-logo img {
    display: block !important;

    width: 210px !important;
    height: 75px !important;

    object-fit: contain !important;
    object-position: left center !important;
}


/* IMPORTANT:
   remove the giant profile logo completely */

.rgc-profile-logo-wrap,
.rgc-profile-main-logo {
    display: none !important;
}


/* STAFF PANEL */

.rgc-staff-main-logo {
    display: block !important;

    width: 210px !important;
    max-width: 90% !important;
    height: auto !important;

    object-fit: contain !important;

    margin: 0 auto 15px !important;
}


/* MOBILE */

@media (max-width: 800px) {

    .rgc-image-logo {
        width: 155px !important;
        height: 55px !important;
    }

    .rgc-image-logo img {
        width: 150px !important;
        height: 52px !important;
    }

    .rgc-brand-image {
        width: 200px !important;
    }
}
