/*
Theme Name: RockTheHall
Theme URI: https://rockthehall.com/
Author: Internext
Description: Custom WordPress theme for RockTheHall.com
Version: 1.0
Text Domain: rockthehall
*/
body {
    margin: 0;
    background: #050505;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.rth-coming-soon {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    box-sizing: border-box;
}

.rth-coming-soon-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.rth-logo {
    display: block;
    width: min(850px, 94%);
    height: auto;
    margin: 25px auto 35px;
}

.rth-eyebrow {
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.rth-coming-soon h2 {
    margin: 0 0 25px;
    font-size: clamp(32px, 6vw, 70px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.rth-coming-soon-content > p:not(.rth-eyebrow):not(.rth-watch) {
    max-width: 720px;
    margin: 0 auto 30px;
    font-size: 19px;
    line-height: 1.6;
}

.rth-watch {
    margin: 35px 0 0;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.2em;
}
/* =========================
   GLOBAL HEADER
   ========================= */

.campaignbar {
    background: #b00000;
    padding: 10px 20px;
    text-align: center;
}

.campaign-actions-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.campaignbar a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.campaign-title-link {
    font-size: 15px !important;
}

.site-header {
    background: #050505;
    border-bottom: 1px solid #292929;
    padding: 18px 30px;
    text-align: center;
}

.brand-primary img {
    width: 300px;
    max-width: 80%;
    height: auto;
}

.site-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.site-navigation a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.site-navigation a:hover,
.campaignbar a:hover {
    text-decoration: underline;
}


/* =========================
   GLOBAL FOOTER
   ========================= */

.site-footer {
    border-top: 1px solid #292929;
    background: #050505;
    padding: 35px 20px;
    text-align: center;
    color: #aaa;
    font-size: 13px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 18px;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-copyright {
    margin: 8px 0;
}

.footer-internext {
    margin: 12px 0 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
}
/* WordPress Primary Navigation */

.site-navigation .primary-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

.site-navigation .primary-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-navigation .primary-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}