:root {
    --blue: #4a7aab;
    --blue-dark: #2c5278;
    --blue-deep: #1e3d5c;
    --silver: #8faab8;
    --silver-lt: #c4d4de;
    --gold: #e1c36f;
    --charcoal: #3d4f5c;
    --white: #ffffff;
    --offwhite: #f5f8fb;
    --light: #e2eaf2;
    --text: #1e3040;
    --text-mid: #4a6070;
    --accent: #386296;
    --accent-hover: #2d507c;
}

@font-face {
    font-family: 'Raider Crusader';
    src: url('../fonts/raidercrusaderexpand.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.sp-page-title {
    padding: 7rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: 0 0;
    position: relative;
}

.sp-page-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(226, 234, 242, 0.7);
    z-index: 1;
}

.sp-page-title > .container {
    position: relative;
    z-index: 2;
}

.sp-page-title .sp-page-title-heading {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
}

.sp-page-title .sp-page-title-sub-heading {
    font-family: 'Barlow', sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.5;
}

.burger-icon>span {
    background-color: #151A17 !important;
}

@media (max-width: 576px) {
    .logo-image {
        height: 40px !important;
    }
}

/* HEADER */
#sp-header {
    border-bottom: 3px solid var(--blue) !important;
}

#sp-header.header-sticky {
    background-color: var(--white) !important;
}

#sp-header #sp-menu .sp-megamenu-parent .sp-menu-item > a {
    color: var(--text-mid) !important;
    text-transform: uppercase;
    font-size: 1.125rem;
    letter-spacing: .1em;
}

#sp-header #sp-menu .sp-megamenu-parent .sp-menu-item > a:hover {
    color: var(--blue) !important;
}

/* HERO */
#hero .hero {
    background: url('https://www.coolestthingwv.com/files/2026/05/29/coolestthingwv-hero.jpg') center center / cover no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 88vh;
    border-bottom: 1px solid var(--light);
}

#hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            100deg,
            rgba(255, 255, 255, .96) 0%,
            rgba(255, 255, 255, .88) 38%,
            rgba(255, 255, 255, .45) 65%,
            rgba(255, 255, 255, .05) 100%
    );
}

#hero .hero-side-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 12px;
    background: linear-gradient(to bottom, var(--blue), var(--silver));
    z-index: 2;
}

#hero .hero-year {
    position: absolute;
    right: 3%;
    top: 8%;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(7rem, 13vw, 13rem);
    font-weight: 700;
    line-height: .9;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, .5);
    user-select: none;
    animation: fadeIn 1s ease both;
    z-index: 2;
}

#hero .hero-content {
    position: relative;
    z-index: 2;
    padding: 5rem 2rem;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    animation: slideUp .7s ease both;
}

#hero hero-content-inner {
    max-width: 600px;
}

#hero .hero-eyebrow {
    font-family: 'Oswald', sans-serif;
    font-size: 1.125rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--text-mid);
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: .75rem;
}

#hero .eyebrow-tag {
    background: var(--blue);
    color: var(--white);
    padding: .25em .75em;
    font-weight: 700;
    font-size: .7rem;
    letter-spacing: .12em;
}

#hero h1 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(4rem, 9vw, 6.25rem);
    font-weight: 700;
    color: var(--text);
    line-height: 1.05;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

#hero h1 span.accent {
    color: var(--blue);
}

#hero .wvma-presents {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1.5rem;
}

#hero .wvma-presents img {
    height: 48px;
    display: block;
}

#hero .hero-champion-box {
    background: var(--offwhite);
    border-left: 4px solid var(--blue);
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.75rem;
    border-radius: 0 6px 6px 0;
}

#hero .hero-champion-box strong {
    font-family: 'Oswald', sans-serif;
    font-size: 1.125rem;
    color: var(--blue-dark);
    display: block;
    margin-bottom: .35rem;
}

#hero .hero-champion-box p {
    color: var(--text-mid);
    font-size: 1.125rem;
    line-height: 1.65;
    font-weight: 400;
}

#hero .hero-desc {
    color: var(--text);
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}

#hero .hero-sponsor {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--text);
    border-top: 1px solid var(--light);
    padding-top: 1.25rem;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

#hero .sponsor-chip {
    background: var(--blue-deep);
    color: var(--white);
    font-family: 'Oswald', sans-serif;
    font-size: .75rem;
    font-weight: 700;
    padding: .3em .8em;
    letter-spacing: .1em;
    flex-shrink: 0;
}

#hero .hero-sponsor a {
    color: var(--blue-deep);
    text-decoration: none;
}

#hero .hero-sponsor a:hover {
    text-decoration: underline;
}

#hashtag-banner .tags {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

#hashtag-banner .tags .tag-pill {
    background: rgba(255, 255, 255, .15);
    color: var(--white);
    font-family: 'Oswald', sans-serif;
    font-size: 1.125rem;
    letter-spacing: .08em;
    padding: .4em 1.1em;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 2px;
    font-weight: 600;
}

.section-label {
    font-family: 'Oswald', sans-serif;
    font-size: 1.125rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: .5rem;
}

.section-title .sppb-addon-title {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2.5rem,5vw,3.8rem);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 2.5rem;
}

.section-title .sppb-addon-title em {
    font-style: normal;
    color: var(--silver);
}

.section-title .sppb-addon-title::after {
    content: '';
    display: block;
    width: 56px;
    height: 4px;
    background: var(--blue);
    margin-top: .6rem;
}

.about-stat-grid {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 1.5rem
}

.about-stat-grid .stat-card {
    padding: 1.75rem;
    border: 1px solid #e0eaf2;
    border-top: 3px solid var(--blue);
    border-radius: 4px
}

.about-stat-grid .stat-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.8rem;
    color: var(--blue);
    line-height: 1;
    margin-bottom: .35rem;
    letter-spacing: .02em
}

.about-stat-grid .stat-desc {
    font-size: 1.375rem;
    font-weight: 400;
    color: var(--text-mid);
    line-height: 1.5
}

#rules .rules-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--light);
    border: 1px solid var(--light);
}

#rules .rule-item {
    background: var(--white);
    padding: 1.1rem 1.4rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    transition: background .2s;
}

#rules .rule-item:hover {
    background: var(--offwhite);
}

#rules .rule-num {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--silver);
    flex-shrink: 0;
    line-height: 1;
    width: 45px;
    margin-top: .1rem;
}

#rules .rule-item p {
    color: var(--text-mid);
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

#schedule .schedule-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
}

#schedule .sched-card {
    background: var(--white);
    border: 1px solid var(--light);
    border-top: 4px solid var(--silver-lt);
    padding: 1.5rem;
    transition: transform .2s, border-top-color .2s, box-shadow .2s;
}

#schedule .sched-card:hover {
    transform: translateY(-3px);
    border-top-color: var(--blue);
    box-shadow: 0 8px 24px rgba(74, 122, 171, .12);
}

#schedule .sched-card.highlight {
    background: var(--blue-deep);
    border-top-color: var(--blue);
    border-color: var(--blue-deep);
    grid-column: 1 / -1;
}

#schedule .sched-phase {
    font-family: 'Oswald', sans-serif;
    font-size: 1.375rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: .35rem;
}

#schedule .sched-card.highlight .sched-phase {
    color: var(--white);
    font-size: 1.375rem;
}

#schedule .sched-date {
    font-size: 1.125rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
    margin-bottom: .4rem;
}

#schedule .sched-card.highlight .sched-date {
    color: var(--silver-lt);
}

#champion::before {
    content: 'WV';
    position: absolute;
    font-family: 'Oswald', sans-serif;
    font-size: 38vw;
    font-weight: 700;
    color: rgba(74, 122, 171, .04);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    user-select: none;
}

#champion .champion-inner {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
}

#champion .trophy-icon {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    animation: pulse 2.5s ease-in-out infinite;
    display: block;
}

#champion .champion-section .section-title::after {
    margin: .6rem auto 0;
}

#champion .champion-name {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.4rem, 4vw, 2.6rem);
    color: var(--blue-dark);
    font-weight: 700;
    text-transform: uppercase;
    margin: 1.5rem 0 .5rem;
}

#champion .champion-company {
    font-size: 1.375rem;
    color: var(--text-mid);
    font-style: italic;
    margin-bottom: 2rem;
}

#champion .champion-ribbon {
    display: inline-block;
    background: var(--blue);
    color: var(--white);
    font-family: 'Oswald', sans-serif;
    font-size: .8rem;
    letter-spacing: .15em;
    font-weight: 700;
    padding: .6em 2.2em;
    text-transform: uppercase;
    clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0% 50%);
}

#champion .section-title {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 2.5rem;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

#champion .section-title::after {
    content: '';
    display: block;
    width: 56px;
    height: 4px;
    background: var(--blue);
}

#sp-footer {
    background: var(--blue-deep) !important;
    border-top: 3px solid var(--blue);
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: .8rem;
    line-height: 1.9;
}

#sp-footer .container-inner {
    padding: 3rem 0 !important;
}

#sp-footer a {
    color: var(--white);
    text-decoration: none;
}

#sp-footer a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

#sp-footer .footer-logo {
    font-family: 'Oswald', sans-serif;
    color: var(--white);
    font-size: 1.375rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: .4rem;
}

#sp-footer .footer-nav {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 1.25rem 0;
    border-top: 1px solid var(--blue-dark);
    border-bottom: 1px solid var(--blue-dark);
    padding: 1.25rem 0;
}

#sp-footer .footer-nav a {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--white);
}

#sp-footer .footer-nav a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#sp-footer .powered-by {
    margin-top:.75rem;
    color:var(--silver);
    font-size:.875rem;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
}

#header h1.sppb-addon-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
}

a.sp-pagebuilder-page-edit {
    display: none !important;
}

.filters-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid var(--light);
}
input[type="text"].search-input {
    padding: 0.75rem 1rem !important;
    border: 1px solid var(--silver-lt);
    border-radius: 4px !important;
    font-family: 'Barlow', sans-serif;
    font-size: 1rem !important;
    width: 300px !important;
    outline: none;
    transition: border-color 0.2s;
}
.search-input:focus {
    border-color: var(--blue);
}
select:not(.form-select).sort-select {
    padding: 0.75rem 1rem !important;
    border: 1px solid var(--silver-lt);
    border-radius: 4px !important;
    font-family: 'Barlow', sans-serif;
    font-size: 1rem !important;
    background-color: var(--white) !important;
    outline: none;
    cursor: pointer;
    width: auto !important;
    height: auto !important;
}

.nominees-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2.5rem;
}
.nominee-card {
    background: var(--white);
    border: 1px solid var(--light);
    border-top: 4px solid var(--blue);
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}
.nominee-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(30,61,92,.1);
}
.nominee-img-placeholder {
    width: 100%;
    height: 220px;
    background-color: var(--offwhite);
    border-bottom: 1px solid var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.nominee-img-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nominee-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.nominee-tag {
    font-family: 'Oswald', sans-serif;
    font-size: 0.7rem;
    color: var(--silver);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 0.5rem;
}
.nominee-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text);
    line-height: 1.2;
    margin-bottom: 0.4rem;
}
.nominee-company {
    font-size: 0.95rem;
    color: var(--blue-dark);
    font-weight: 600;
    margin-bottom: 1rem;
}
.nominee-location {
    font-size: 0.85rem;
    color: var(--text-mid);
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: auto;
}
.nominee-location svg {
    width: 14px; height: 14px; fill: var(--silver);
}
.nominee-action {
    background: var(--offwhite);
    text-align: center;
    padding: 1rem;
    border-top: 1px solid var(--light);
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--silver);
    font-weight: 600;
}

.detail-container {
    max-width: 1200px;
    margin: 3rem auto 5rem;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--blue);
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 2rem;
    transition: color 0.2s;
}
.back-link:hover { color: var(--blue-dark); text-decoration: underline; }
.back-link svg { width: 20px; height: 20px; fill: currentColor; }

.product-gallery {
    background: var(--white);
    border: 1px solid var(--light);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(30,61,92,.08);
}
.main-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    background-color: var(--light);
}
.thumbnail-list {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    border-top: 1px solid var(--light);
    overflow-x: auto;
}
.thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.2s;
}
.thumbnail:hover, .thumbnail.active {
    border-color: var(--blue);
}

.product-info {
    display: flex;
    flex-direction: column;
}
.detail-container .nominee-tag {
    align-self: flex-start;
    font-family: 'Oswald', sans-serif;
    font-size: 0.8rem;
    background-color: var(--light);
    color: var(--blue-dark);
    padding: 0.3rem 0.8rem;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
}

/* Maps to "Product Name" */
.product-name {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--text);
    line-height: 1.1;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

/* Maps to "Company / Maker Name" */
.company-name {
    font-size: 1.25rem;
    color: var(--blue-dark);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

/* Maps to "Where in West Virginia is it made?" */
.location-box {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.05rem;
    color: var(--text-mid);
    background-color: var(--white);
    padding: 0.75rem 1.25rem;
    border-radius: 6px;
    border: 1px solid var(--light);
    margin-bottom: 2rem;
}
.location-box svg { width: 18px; height: 18px; fill: var(--silver); }

/* Maps to "Tell us about the product" */
.description-box {
    margin-bottom: 2.5rem;
}
.description-box h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    color: var(--text);
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    border-bottom: 2px solid var(--light);
    padding-bottom: 0.5rem;
}
.description-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-mid);
}

.action-group .btn-primary {
    background-color: var(--accent);
    color: var(--white);
    font-family: inherit;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 1rem 2rem;
    border: none;
    border-radius: 4px;
    cursor: not-allowed; /* Disabled until voting opens */
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s;
    opacity: 0.8;
}

.action-group .btn-secondary {
    background-color: var(--white);
    color: var(--accent);
    font-family: inherit;
    font-size: 1.05rem;
    font-weight: 600;
    padding: 1rem 2rem;
    border: 2px solid var(--accent);
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s;
}

.action-group .btn-secondary:hover {
    background-color: var(--offwhite);
}

/* Maps to "Website or Social Link" and Voting Action */
.action-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: auto;
}

.vote-status {
    width: 100%;
    font-size: 0.9rem;
    color: var(--silver);
    margin-top: 0.5rem;
    font-style: italic;
}

#sp-header #sp-menu .sp-megamenu-parent .sp-menu-item > a.btn-nominate {
    background-color: var(--accent);
    color: var(--white) !important;
    font-family: inherit !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    padding: .75rem 1.5rem !important;
    margin-left: 50px;
    border: none;
    border-radius: 0;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 0.2s;
    opacity: 0.8;
}

#sp-header #sp-menu .sp-megamenu-parent .sp-menu-item > a.btn-nominate:hover {
    background-color: var(--accent-hover);
}

.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 22px;
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu>li {
    border-bottom: 0;
}

@media (max-width: 720px) {
    .hero-content {
        padding: 4rem 1.5rem;
    }

    .hero-year {
        font-size: 5rem;
        right: 2%;
        top: 3%;
    }

    #rules .rules-grid, #schedule .schedule-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 968px) {
    .detail-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .action-group { flex-direction: column; }
    .btn-primary, .btn-secondary { width: 100%; }

    #sp-footer .powered-by {
        display: block;
    }
    #sp-footer .powered-by .divider {
        display: none;
    }

    .about-stat-grid {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }
}