/* ============================================================
   JACOB KRAFT FAMILY ARCHIVE
THEME V1

   Light archive treatment:
   black / yellow color theme and racing accents only.

   No prominent 2J branding.
   No Sports changes outside data-website-theme="sports2j".
   ============================================================ */

body[data-website-theme="sports2j"] {

    --jacob-yellow:#ffe500;
    --jacob-black:#030607;
    --jacob-bg:#050a0d;
    --jacob-panel:#081116;
    --jacob-panel2:#0b151b;
    --jacob-border:rgba(255,229,0,.45);
    --jacob-muted:#aebac4;

    color:#f7f9fa;

    background:
        linear-gradient(
            180deg,
            #040708 0%,
            #071015 48%,
            #030607 100%
        ) !important;
}


/* ============================================================
   HERO RESTORE

   Shared Sports CSS hides generic main > .hero.
   Jacob needs its archive hero visible.
   ============================================================ */

body[data-website-theme="sports2j"]
main > .hero {

    display:block !important;
}


/* ============================================================
   HEADER
   ============================================================ */

body[data-website-theme="sports2j"]
.site-header {

    border-bottom:
        1px solid
        rgba(255,229,0,.5) !important;

    background:
        #030708 !important;
}

body[data-website-theme="sports2j"]
.site-header::after {

    content:"";

    display:block;

    height:4px;

    background:
        repeating-linear-gradient(
            135deg,
            var(--jacob-yellow) 0 18px,
            #050708 18px 36px
        );
}

body[data-website-theme="sports2j"]
.brand {

    color:#fff !important;

    font-weight:900 !important;

    letter-spacing:.03em;
}

body[data-website-theme="sports2j"]
.brand-badge {

    color:#050708 !important;

    border-color:
        var(--jacob-yellow) !important;

    background:
        var(--jacob-yellow) !important;
}

body[data-website-theme="sports2j"]
.nav-links a {

    color:#dce4e9 !important;
}

body[data-website-theme="sports2j"]
.nav-links a:hover,
body[data-website-theme="sports2j"]
.nav-links a:focus-visible {

    color:
        var(--jacob-yellow) !important;

    background:
        rgba(255,229,0,.07) !important;
}


/* ============================================================
   HERO
   ============================================================ */

body[data-website-theme="sports2j"]
.hero {

    position:relative;

    overflow:hidden;

    border-bottom:
        1px solid
        rgba(255,229,0,.30) !important;

    background:
        linear-gradient(
            135deg,
            rgba(255,229,0,.045),
            transparent 42%
        ),
        linear-gradient(
            180deg,
            #081116,
            #050a0d
        ) !important;
}

body[data-website-theme="sports2j"]
.hero-grid {

    position:relative;

    z-index:1;
}

body[data-website-theme="sports2j"]
.eyebrow {

    color:
        var(--jacob-yellow) !important;

    font-weight:900 !important;

    letter-spacing:.14em;

    text-transform:uppercase;
}

body[data-website-theme="sports2j"]
.hero h1 {

    color:#fff !important;

    font-weight:950 !important;

    font-style:italic;

    letter-spacing:-.025em;
}

body[data-website-theme="sports2j"]
.subtitle {

    color:
        var(--jacob-yellow) !important;

    font-weight:800;
}

body[data-website-theme="sports2j"]
.hero p {

    color:
        var(--jacob-muted) !important;
}


/* ============================================================
   HERO ARCHIVE ART
   ============================================================ */

body[data-website-theme="sports2j"]
.hero-art {

    position:relative;

    overflow:hidden;

    border:
        1px solid
        var(--jacob-border) !important;

    background:
        linear-gradient(
            180deg,
            #0a1419,
            #060c0f
        ) !important;

    box-shadow:
        0 18px 38px
        rgba(0,0,0,.28) !important;
}

body[data-website-theme="sports2j"]
.hero-art::before {

    content:"";

    position:absolute;

    left:0;
    right:0;
    top:0;

    height:5px;

    z-index:2;

    background:
        repeating-linear-gradient(
            135deg,
            var(--jacob-yellow) 0 17px,
            #050708 17px 34px
        );
}

body[data-website-theme="sports2j"]
.neo-row {

    color:#fff !important;

    border-bottom:
        1px solid
        rgba(255,229,0,.25);
}

body[data-website-theme="sports2j"]
.neo-row strong {

    color:
        var(--jacob-yellow) !important;
}

body[data-website-theme="sports2j"]
.hero-photos img {

    border:
        1px solid
        rgba(255,229,0,.28) !important;

    background:#040708;
}


/* ============================================================
   ARCHIVE NOTE
   ============================================================ */

body[data-website-theme="sports2j"]
.archive-note {

    border-left:
        4px solid
        var(--jacob-yellow) !important;

    background:
        rgba(255,229,0,.055) !important;

    color:
        var(--jacob-muted) !important;
}


/* ============================================================
   SECTIONS
   ============================================================ */

body[data-website-theme="sports2j"]
.section {

    border-left:
        2px solid
        rgba(255,229,0,.72);

    border-right:
        2px solid
        rgba(255,229,0,.72);

    background:
        linear-gradient(
            180deg,
            rgba(255,229,0,.025),
            transparent 22%
        ) !important;
}

body[data-website-theme="sports2j"]
.section-heading h2 {

    color:#fff !important;

    font-weight:950 !important;

    font-style:italic;
}

body[data-website-theme="sports2j"]
.section-heading h2::after {

    content:" //";

    color:
        var(--jacob-yellow);
}

body[data-website-theme="sports2j"]
.section-heading p {

    color:
        var(--jacob-muted) !important;
}


/* ============================================================
   PANELS / TEXT
   ============================================================ */

body[data-website-theme="sports2j"]
.panel {

    border:
        1px solid
        rgba(255,229,0,.38) !important;

    background:
        linear-gradient(
            180deg,
            rgba(10,20,26,.98),
            rgba(6,13,17,.98)
        ) !important;

    box-shadow:
        0 14px 30px
        rgba(0,0,0,.18) !important;
}

body[data-website-theme="sports2j"]
.copy,
body[data-website-theme="sports2j"]
.copy p {

    color:
        #d7e0e6 !important;
}

body[data-website-theme="sports2j"]
.copy a {

    color:
        var(--jacob-yellow) !important;
}


/* ============================================================
   QUOTE
   ============================================================ */

body[data-website-theme="sports2j"]
.quote {

    border-left:
        4px solid
        var(--jacob-yellow) !important;

    color:#fff !important;

    background:
        rgba(255,229,0,.045) !important;
}


/* ============================================================
   WRESTLING LINKS / BUTTONS
   ============================================================ */

body[data-website-theme="sports2j"]
.links {

    position:relative;
}

body[data-website-theme="sports2j"]
.button,
body[data-website-theme="sports2j"]
.button.green {

    color:#050708 !important;

    border:
        1px solid
        var(--jacob-yellow) !important;

    background:
        var(--jacob-yellow) !important;

    font-weight:900 !important;

    box-shadow:none !important;
}

body[data-website-theme="sports2j"]
.button:hover,
body[data-website-theme="sports2j"]
.button:focus-visible {

    filter:
        brightness(1.08) !important;

    transform:
        translateY(-1px);
}


/* ============================================================
   TIMELINE
   ============================================================ */

body[data-website-theme="sports2j"]
.timeline::before {

    background:
        linear-gradient(
            180deg,
            var(--jacob-yellow),
            rgba(255,229,0,.18)
        ) !important;
}

body[data-website-theme="sports2j"]
.entry {

    position:relative;

    border:
        1px solid
        rgba(255,229,0,.34) !important;

    background:
        linear-gradient(
            180deg,
            rgba(9,19,25,.98),
            rgba(5,11,15,.98)
        ) !important;

    box-shadow:
        0 14px 30px
        rgba(0,0,0,.18) !important;
}

body[data-website-theme="sports2j"]
.entry::before {

    border-color:
        #05090c !important;

    background:
        var(--jacob-yellow) !important;

    box-shadow:
        0 0 0 3px
        rgba(255,229,0,.14);
}

body[data-website-theme="sports2j"]
.entry time {

    color:
        var(--jacob-yellow) !important;

    font-weight:900 !important;

    letter-spacing:.07em;
}

body[data-website-theme="sports2j"]
.entry h3 {

    color:#fff !important;

    font-weight:900 !important;
}

body[data-website-theme="sports2j"]
.entry p {

    color:
        #cbd6dd !important;
}

body[data-website-theme="sports2j"]
.entry a {

    color:
        var(--jacob-yellow) !important;
}


/* ============================================================
   PHOTO GALLERIES
   ============================================================ */

body[data-website-theme="sports2j"]
.gallery a {

    overflow:hidden;

    border:
        1px solid
        rgba(255,229,0,.32) !important;

    background:
        #071015 !important;

    box-shadow:
        0 10px 24px
        rgba(0,0,0,.15);
}

body[data-website-theme="sports2j"]
.gallery a:hover,
body[data-website-theme="sports2j"]
.gallery a:focus-visible {

    border-color:
        var(--jacob-yellow) !important;
}

body[data-website-theme="sports2j"]
.gallery img {

    background:#030607;
}

body[data-website-theme="sports2j"]
.gallery span {

    color:
        #dbe4e9 !important;

    border-top:
        1px solid
        rgba(255,229,0,.18);
}


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

body[data-website-theme="sports2j"]
footer {

    border-top:
        1px solid
        rgba(255,229,0,.45) !important;

    background:
        #030607 !important;
}

body[data-website-theme="sports2j"]
.footer-row strong,
body[data-website-theme="sports2j"]
.footer-row a {

    color:
        var(--jacob-yellow) !important;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width:760px) {

    body[data-website-theme="sports2j"]
    .hero-grid {

        grid-template-columns:
            1fr !important;
    }

    body[data-website-theme="sports2j"]
    .hero-art {

        min-width:0;
    }

    body[data-website-theme="sports2j"]
    .hero-photos {

        grid-template-columns:
            1fr 1fr;
    }

    body[data-website-theme="sports2j"]
    .section {

        border-left-width:1px;
        border-right-width:1px;
    }

    body[data-website-theme="sports2j"]
    .entry {

        min-width:0;
    }

    body[data-website-theme="sports2j"]
    .gallery {

        min-width:0;
    }
}
/* Hide unused empty archive-note container in Jacob hero */
body[data-website-theme="sports2j"] .archive-note:empty {
    display:none !important;
}
/* Jacob hero archive-note is intentionally unused */
body[data-website-theme="sports2j"] .hero .archive-note {
    display:none !important;
}