:root {
 
    --bg: #030605;
    --bg-soft: #07100d;

    --text: #d8d8c8;
    --muted: #8f968b;

    --signal: #8aff00;
    --signal-glow: #9dff45;
    --purple: #8c52ff;

    --border: rgba(138, 255, 0, 0.25);
    --hero-eyebrow-size: 14px;
    --hero-eyebrow-spacing: 2.5px;
    --hero-title-size: clamp(42px, 5vw, 72px);
    --hero-title-size-tablet: clamp(36px, 7vw, 56px);
    --hero-title-size-mobile: clamp(32px, 10vw, 44px);
    --hero-copy-size: 18px;
    --hero-copy-size-mobile: 16px;
    --hero-search-max: 620px;
    --hero-search-height: 50px;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
    position: fixed !important;
    top: 12px;
    left: 12px;
    z-index: 100000;
    width: auto;
    height: auto;
    padding: 12px 16px;
    clip: auto;
    overflow: visible;
    background: #030605;
    color: var(--signal);
    border: 2px solid var(--signal);
    border-radius: 4px;
    box-shadow: 0 0 0 3px rgba(138, 255, 0, 0.25);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid var(--signal);
    outline-offset: 3px;
    box-shadow: 0 0 0 4px rgba(138, 255, 0, 0.18);
}

/* Equipment Page */

.equipment-page {
    background:
        radial-gradient(circle at 52% 14%, rgba(138, 255, 0, 0.08), transparent 22%),
        linear-gradient(180deg, #020606 0%, #03090a 46%, #020505 100%);
    color: #f2f2e8;
    overflow: hidden;
}

.equipment-hero {
    padding-top: 108px;
    position: relative;
    min-height: 380px;
    background: #030609;
    overflow: hidden;
}

.equipment-hero-image {
    position: absolute;
    inset: 0;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.equipment-hero-inner {
    position: relative;
    z-index: 1;
    min-height: 380px;
    display: flex;
    align-items: flex-start;
    padding-top: 44px;
}

.equipment-hero-copy {
    width: min(54%, 760px);
}

.equipment-eyebrow,
.equipment-hero h1,
.equipment-categories-heading h2,
.equipment-category-card h3,
.equipment-grade-card h3,
.equipment-featured-main > h2,
.equipment-card h3,
.equipment-card-category,
.equipment-view-all,
.equipment-principles h2,
.equipment-principle-row h3,
.equipment-quote-panel p,
.equipment-quote-panel cite {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.equipment-eyebrow {
    margin: 0 0 10px;
    color: #9dff45;
    font-size: 19px;
    font-weight: 400;
    line-height: 1;
}

.equipment-hero h1 {
    margin: 0 0 20px;
    color: #f5f3ed;
    font-size: clamp(54px, 6vw, 104px);
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 0.9;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
}

.equipment-hero-copy p:last-child {
    max-width: 560px;
    margin: 0;
    color: #f0f0e9;
    font-size: 20px;
    line-height: 1.45;
}

.equipment-categories-section {
    padding-top: 18px;
}

.equipment-categories-panel,
.equipment-featured-panel,
.equipment-quote-panel {
    border: 1px solid rgba(138, 255, 0, 0.5);
    border-radius: 8px;
    background: rgba(0, 7, 8, 0.86);
    box-shadow: inset 0 0 34px rgba(138, 255, 0, 0.035), 0 0 24px rgba(0, 0, 0, 0.48);
}

.equipment-categories-panel {
    display: grid;
    grid-template-columns: 1.18fr repeat(7, minmax(0, 0.92fr)) 1.82fr;
    overflow: hidden;
}

.equipment-categories-heading,
.equipment-category-card,
.equipment-grade-card {
    min-height: 138px;
    padding: 20px 16px;
    border-right: 1px solid rgba(138, 255, 0, 0.22);
    background: #000;
}

.equipment-grade-card {
    border-right: 0;
}

.equipment-categories-heading {
    display: flex;
    align-items: center;
}

.equipment-categories-heading h2 {
    margin: 0;
    color: #f2f2e8;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.25;
}

.equipment-categories-heading h2 span {
    color: #9dff45;
}

.equipment-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    text-decoration: none;
}

.equipment-category-card img,
.equipment-grade-card img,
.equipment-card img,
.equipment-principle-row img {
    object-fit: contain;
}

.equipment-category-card img {
    width: 64px;
    height: 64px;
    background: transparent;
}

.equipment-category-card h3 {
    margin: 0;
    color: #f2f2e8;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.18;
}

.equipment-category-card.is-active,
.equipment-category-card:hover {
    border-color: rgba(157, 255, 69, 0.55);
    background: rgba(6, 14, 12, 0.96);
}

.equipment-grade-card {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 14px;
    align-items: center;
}

.equipment-grade-card img {
    width: 64px;
    height: 64px;
    background: transparent;
}

.equipment-grade-card h3 {
    margin: 0 0 8px;
    color: #9dff45;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
}

.equipment-grade-card p {
    margin: 0;
    color: #deded0;
    font-size: 13px;
    line-height: 1.45;
}

.equipment-featured-section {
    padding-top: 12px;
}

.equipment-featured-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 388px;
    overflow: hidden;
}

.equipment-featured-main {
    padding: 20px 22px 14px;
    border-right: 1px solid rgba(138, 255, 0, 0.3);
}

.equipment-featured-main > h2,
.equipment-principles h2 {
    margin: 0 0 10px;
    color: #9dff45;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1;
}

.equipment-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.equipment-card {
    display: flex;
    min-height: 288px;
    flex-direction: column;
    border: 1px solid rgba(242, 242, 232, 0.16);
    border-radius: 7px;
    overflow: hidden;
    background: #090d0f;
}

.equipment-card img {
    width: calc(100% - 22px);
    aspect-ratio: 1.35;
    margin: 11px 11px 0;
    background: #090d0f;
    object-fit: contain;
}

.equipment-card-image-link {
    display: block;
}

.equipment-card div {
    padding: 16px 15px 17px;
}

.equipment-card h3 {
    margin: 0 0 6px;
    color: #f2f2e8;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
}

.equipment-card h3 a {
    color: inherit;
}

.equipment-card-category {
    margin: 0 0 12px;
    color: #9dff45;
    font-size: 13px;
    font-weight: 400;
}

.equipment-card p:last-child {
    margin: 0;
    color: #e3e3d9;
    font-size: 13px;
    line-height: 1.5;
}

.equipment-card-use,
.equipment-card-status {
    margin: 0 0 10px;
    color: #d8d8c8;
    font-size: 13px;
    line-height: 1.45;
}

.equipment-card-status strong {
    color: #9dff45;
    font-weight: 500;
}

.equipment-card-button,
.equipment-single-back {
    display: inline-flex;
    width: fit-content;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    padding: 0 16px;
    border: 1px solid rgba(157, 255, 69, 0.7);
    border-radius: 5px;
    color: #9dff45;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.equipment-card-button:hover,
.equipment-single-back:hover {
    border-color: #8aff00;
    color: #8aff00;
}

.equipment-archive-panel {
    grid-template-columns: 1fr;
}

.equipment-archive-panel .equipment-featured-main {
    border-right: 0;
}

.equipment-empty-state {
    border: 1px solid rgba(157, 255, 69, 0.22);
    border-radius: 7px;
    padding: 28px;
    background: #000;
}

.equipment-empty-state h3 {
    margin: 0 0 8px;
    color: #f2f2e8;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.equipment-empty-state p {
    margin: 0;
    color: #d8d8c8;
}

.equipment-pagination {
    margin-top: 24px;
}

.equipment-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.equipment-pagination a,
.equipment-pagination span {
    display: inline-flex;
    min-width: 38px;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(157, 255, 69, 0.36);
    border-radius: 5px;
    padding: 0 12px;
    color: #d8d8c8;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.equipment-pagination .current,
.equipment-pagination a:hover {
    border-color: #9dff45;
    color: #9dff45;
    background: rgba(157, 255, 69, 0.08);
}

.equipment-principles-panel {
    border: 1px solid rgba(138, 255, 0, 0.5);
    border-radius: 8px;
    overflow: hidden;
    background: #000;
}

.equipment-principles-panel .equipment-principles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.equipment-principles-panel .equipment-principles h2 {
    grid-column: 1 / -1;
}

.equipment-principles-panel .equipment-principle-row {
    margin-top: 0;
}

.equipment-archive-card p {
    margin: 0 0 10px;
    color: #e3e3d9;
    font-size: 13px;
    line-height: 1.5;
}

.equipment-single-page {
    min-height: 100vh;
}

.equipment-single-hero {
    padding: 132px 0 36px;
    background:
        radial-gradient(circle at 74% 20%, rgba(138, 255, 0, 0.12), transparent 24%),
        linear-gradient(180deg, #020606 0%, #03090a 100%);
}

.equipment-single-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
    gap: 34px;
    align-items: center;
}

.equipment-single-copy h1 {
    margin: 0 0 18px;
    color: #f5f3ed;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(44px, 5vw, 78px);
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 0.95;
    text-transform: uppercase;
}

.equipment-single-copy p:last-of-type {
    max-width: 680px;
    margin: 0;
    color: #e6e6dc;
    font-size: 18px;
    line-height: 1.6;
}

.equipment-single-image {
    border: 1px solid rgba(138, 255, 0, 0.35);
    border-radius: 8px;
    padding: 18px;
    background: #000;
}

.equipment-single-image img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    background: #000;
}

.equipment-single-section {
    padding: 18px 0 56px;
}

.equipment-single-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.38fr) minmax(0, 1fr);
    gap: 18px;
}

.equipment-single-panel {
    border: 1px solid rgba(138, 255, 0, 0.35);
    border-radius: 8px;
    padding: 24px;
    background: rgba(0, 7, 8, 0.86);
}

.equipment-single-panel h2,
.equipment-single-panel h3 {
    margin: 0 0 14px;
    color: #9dff45;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.equipment-single-panel h2 {
    font-size: 25px;
}

.equipment-single-panel h3 {
    margin-top: 18px;
    color: #f2f2e8;
    font-size: 18px;
}

.equipment-single-panel p,
.equipment-single-content {
    color: #e3e3d9;
    font-size: 15px;
    line-height: 1.65;
}

.equipment-detail-list {
    display: grid;
    gap: 12px;
    margin: 0;
}

.equipment-detail-list div {
    border-bottom: 1px solid rgba(138, 255, 0, 0.16);
    padding-bottom: 12px;
}

.equipment-detail-list dt {
    color: #9dff45;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.equipment-detail-list dd {
    margin: 4px 0 0;
    color: #f2f2e8;
}

.equipment-view-all {
    display: flex;
    width: fit-content;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin: 14px auto 0;
    padding: 0 24px;
    border: 1px solid #9dff45;
    border-radius: 5px;
    color: #9dff45;
    text-decoration: none;
    font-size: 14px;
}

.equipment-principles {
    padding: 22px 24px;
    background: #000;
}

.equipment-principle-row {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 18px;
    align-items: start;
    margin-top: 22px;
}

.equipment-principle-row img {
    width: 64px;
    height: 64px;
    background: #000;
}

.equipment-principle-row h3 {
    margin: 0 0 6px;
    color: #f2f2e8;
    font-size: 19px;
    font-weight: 400;
}

.equipment-principle-row p {
    margin: 0;
    color: #e4e4da;
    font-size: 14px;
    line-height: 1.45;
}

.equipment-quote-section {
    padding: 10px 0 48px;
}

.equipment-quote-panel {
    display: grid;
    grid-template-columns: 92px minmax(340px, 0.74fr) 1fr;
    gap: 24px;
    align-items: center;
    margin: 0;
    padding: 18px 32px;
    background: #010200;
}

.equipment-quote-panel > span {
    color: #8aff00;
    font-family: Georgia, serif;
    font-size: 116px;
    line-height: 0.78;
}

.equipment-quote-panel p {
    margin: 0;
    color: #f2f2e8;
    font-size: clamp(24px, 2.35vw, 32px);
    font-weight: 400;
    line-height: 1.18;
}

.equipment-quote-panel cite {
    display: block;
    margin-top: 10px;
    color: #9dff45;
    font-size: 15px;
    font-style: normal;
}

.equipment-signal-image {
    display: block;
    width: 100%;
    min-height: 62px;
    object-fit: contain;
}

@media (max-width: 1180px) {
    .equipment-categories-panel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .equipment-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .equipment-featured-panel {
        grid-template-columns: 1fr;
    }

    .equipment-featured-main {
        border-right: 0;
        border-bottom: 1px solid rgba(138, 255, 0, 0.3);
    }

    .equipment-archive-panel .equipment-featured-main {
        border-bottom: 0;
    }

    .equipment-principles-panel .equipment-principles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .equipment-single-hero-grid,
    .equipment-single-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .equipment-hero,
    .equipment-hero-inner {
        min-height: 580px;
    }

    .equipment-hero-image {
        background-size: contain;
        background-position: center bottom;
    }

    .equipment-hero-inner {
        align-items: flex-start;
        padding-top: 130px;
    }

    .equipment-hero-copy {
        width: 100%;
    }

    .equipment-hero h1 {
        font-size: clamp(38px, 12vw, 58px);
    }

    .equipment-categories-panel,
    .equipment-card-grid,
    .equipment-quote-panel,
    .equipment-principles-panel .equipment-principles {
        grid-template-columns: 1fr;
    }

    .equipment-categories-heading,
    .equipment-category-card,
    .equipment-grade-card {
        border-right: 0;
        border-bottom: 1px solid rgba(138, 255, 0, 0.22);
    }

    .equipment-grade-card {
        border-bottom: 0;
    }

    .equipment-quote-panel {
        padding: 24px;
    }

    .equipment-single-hero {
        padding-top: 118px;
    }

    .equipment-single-panel {
        padding: 20px;
    }
}

/* ==========================================
   Latest News Archive
========================================== */

.latest-news-archive {
    background:
        radial-gradient(circle at 50% 10%, rgba(138, 255, 0, 0.07), transparent 26%),
        linear-gradient(180deg, #020505 0%, #030909 48%, #020505 100%);
    color: #f2f2e8;
    overflow-x: hidden;
}

.latest-news-hero {
    width: 100%;
    padding: 112px 0 22px;
    background-color: #030609;
    background-image: url('../images/latest-news-hero.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.latest-news-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    min-height: 440px;
}

.latest-news-hero-copy {
    align-self: center;
    max-width: 720px;
    padding: 22px 0 32px;
}

.latest-news-hero h1 {
    margin: 0 0 12px;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(62px, 7vw, 112px);
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 0.9;
    text-transform: uppercase;
    color: #f5f3ed;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
}

.latest-news-subtitle,
.latest-news-card-category,
.latest-news-filter span,
.latest-news-sidebar-panel h2,
.latest-news-card h2,
.latest-news-card-footer a,
.latest-news-sidebar-button,
.latest-news-newsletter-form button,
.latest-news-load-more,
.latest-news-quote p,
.latest-news-quote cite {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.latest-news-subtitle {
    margin: 0 0 10px;
    color: #9dff45;
    font-size: 25px;
    font-weight: 400;
}

.latest-news-signal-line {
    background: linear-gradient(90deg, transparent, rgba(138, 255, 0, 0.85), transparent);
    clip-path: polygon(0 50%, 5% 50%, 6% 30%, 8% 72%, 10% 44%, 12% 56%, 18% 50%, 20% 50%, 21% 18%, 23% 86%, 26% 39%, 29% 61%, 34% 50%, 38% 50%, 39% 10%, 41% 92%, 44% 42%, 47% 58%, 53% 50%, 59% 50%, 60% 20%, 63% 80%, 66% 42%, 69% 58%, 74% 50%, 79% 50%, 80% 22%, 83% 80%, 86% 43%, 89% 57%, 94% 50%, 100% 50%);
}

.latest-news-signal-line {
    width: min(520px, 100%);
    height: 16px;
    margin-bottom: 26px;
}

.latest-news-intro {
    max-width: 620px;
    margin: 0;
    color: #f0f0e9;
    font-size: 18px;
    line-height: 1.55;
}

.latest-news-filters-section {
    margin-top: -4px;
    padding-bottom: 20px;
}

.latest-news-filter-row {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    border: 1px solid rgba(138, 255, 0, 0.42);
    border-radius: 7px;
    overflow: hidden;
    background: rgba(0, 7, 8, 0.86);
}

.latest-news-filter {
    display: flex;
    min-height: 98px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-right: 1px solid rgba(138, 255, 0, 0.22);
    background: #000;
    text-align: center;
    text-decoration: none;
}

.latest-news-filter:last-child {
    border-right: 0;
}

.latest-news-filter img {
    width: 31px;
    height: 31px;
    object-fit: contain;
    background: transparent;
}

.latest-news-filter span {
    color: #f2f2e8;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.latest-news-filter.is-active,
.latest-news-filter:hover {
    background: rgba(8, 18, 14, 0.96);
    box-shadow: inset 0 0 0 1px rgba(157, 255, 69, 0.58);
}

.latest-news-filter.is-active span,
.latest-news-filter:hover span {
    color: #9dff45;
}

.latest-news-body {
    padding-bottom: 14px;
}

.latest-news-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: start;
}

.latest-news-feed,
.latest-news-sidebar {
    display: grid;
    gap: 14px;
}

.latest-news-card {
    display: grid;
    grid-template-columns: 325px minmax(0, 1fr);
    gap: 22px;
    min-height: 214px;
    border: 1px solid rgba(138, 255, 0, 0.32);
    border-radius: 7px;
    padding: 12px;
    background: rgba(0, 7, 8, 0.86);
}

.latest-news-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 188px;
    object-fit: cover;
    border: 1px solid rgba(242, 242, 232, 0.12);
    border-radius: 5px;
    background: #000;
}

.latest-news-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: 8px 4px 4px;
}

.latest-news-card-topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.latest-news-card-category {
    margin: 0;
    color: #9dff45;
    font-size: 13px;
    font-weight: 400;
}

.latest-news-bookmark {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    object-fit: contain;
    background: transparent;
}

.latest-news-card h2 {
    margin: 12px 0 10px;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(24px, 2.1vw, 33px);
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.1;
    text-transform: uppercase;
}

.latest-news-card h2 a {
    color: #f2f2e8;
    text-decoration: none;
}

.latest-news-card-excerpt {
    margin: 0;
    color: #e0e0d4;
    font-size: 15px;
    line-height: 1.55;
}

.latest-news-card-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    align-items: center;
    margin-top: 18px;
    color: #d8d8c8;
    font-size: 13px;
}

.latest-news-card-footer span:first-child::before {
    content: "▣";
    margin-right: 7px;
    color: #9dff45;
}

.latest-news-card-footer a,
.latest-news-sidebar-button,
.latest-news-load-more {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border: 1px solid rgba(157, 255, 69, 0.72);
    border-radius: 5px;
    padding: 0 20px;
    color: #9dff45;
    background: #000;
    font-size: 13px;
    text-decoration: none;
}

.latest-news-card-footer a:hover,
.latest-news-sidebar-button:hover,
.latest-news-load-more:hover {
    border-color: #8aff00;
    color: #8aff00;
}

.latest-news-pagination {
    margin-top: 10px;
}

.latest-news-load-more {
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
}

.latest-news-sidebar-panel {
    width: 100%;
    border: 1px solid rgba(138, 255, 0, 0.32);
    border-radius: 7px;
    padding: 22px;
    background: rgba(0, 7, 8, 0.86);
}

.latest-news-sidebar-panel h2 {
    margin: 0 0 14px;
    color: #9dff45;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1;
}

.latest-news-sidebar-panel p {
    margin: 0;
    color: #e0e0d4;
    font-size: 14px;
    line-height: 1.55;
}

.latest-news-social-icons {
    margin: 18px 0 0;
}

.latest-news-social-icons .f1898-socials-svg {
    gap: 10px;
    flex-wrap: wrap;
}

.latest-news-social-icons .f1898-socials-svg a {
    width: 34px;
    height: 34px;
}

.latest-news-social-icons .f1898-socials-svg svg {
    width: 15px;
    height: 15px;
}

.latest-news-sidebar-button {
    width: 100%;
    margin: 18px 0 0;
}

.latest-news-event {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 12px;
    align-items: start;
    margin-top: 14px;
    border-bottom: 1px solid rgba(138, 255, 0, 0.16);
    padding-bottom: 14px;
}

.latest-news-event:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.latest-news-event-date {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgba(138, 255, 0, 0.35);
    border-radius: 5px;
    background: #000;
    color: #f2f2e8;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.latest-news-event-date strong {
    color: #9dff45;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.latest-news-event-details h3 {
    margin: -2px 0 6px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.18;
}

.latest-news-event-details h3,
.latest-news-event-details h3 a {
    color: #f2f2e8;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.latest-news-event-details h3 a:hover {
    color: #9dff45;
}

.latest-news-event-details p {
    margin: 0 0 5px;
    color: #d8d8c8;
    font-size: 13px;
    line-height: 1.35;
}

.latest-news-event-details span {
    display: inline-block;
    color: #9dff45;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.latest-news-event-empty {
    margin-top: 14px !important;
}

.latest-news-social-post {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 12px;
    align-items: start;
    margin-top: 14px;
}

.latest-news-social-post img {
    width: 72px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 5px;
    background: #000;
}

.latest-news-newsletter-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0;
    margin-top: 18px;
}

.latest-news-newsletter-form input[type="email"] {
    min-width: 0;
    min-height: 42px;
    border: 1px solid rgba(138, 255, 0, 0.28);
    border-right: 0;
    border-radius: 5px 0 0 5px;
    padding: 0 12px;
    background: #050807;
    color: #f2f2e8;
}

.latest-news-newsletter-form button {
    border: 0;
    border-radius: 0 5px 5px 0;
    padding: 0 14px;
    background: #9dff45;
    color: #030605;
    font-size: 13px;
    cursor: pointer;
}

.latest-news-privacy-note {
    margin-top: 10px !important;
    color: #9aa194 !important;
    font-size: 11px !important;
}

.latest-news-quote-section {
    padding: 16px 0 48px;
}

.latest-news-quote {
    display: grid;
    grid-template-columns: 72px minmax(280px, 0.55fr) 1fr;
    gap: 24px;
    align-items: center;
    margin: 0;
    padding: 16px;
    border: 1px solid rgba(138, 255, 0, 0.32);
    border-radius: 7px;
    background: #010200;
}

.latest-news-quote > span {
    color: #8aff00;
    font-family: Georgia, serif;
    font-size: 98px;
    line-height: 0.78;
}

.latest-news-quote p {
    margin: 0;
    color: #f2f2e8;
    font-size: clamp(24px, 2.35vw, 32px);
    font-weight: 400;
    line-height: 1.16;
}

.latest-news-quote cite {
    display: block;
    margin-top: 10px;
    color: #9dff45;
    font-size: 13px;
    font-style: normal;
}

.latest-news-signal-image {
    display: block;
    width: 100%;
    min-height: 62px;
    object-fit: contain;
}

.latest-news-single-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 50% 10%, rgba(138, 255, 0, 0.07), transparent 26%),
        linear-gradient(180deg, #020505 0%, #030909 48%, #020505 100%);
    color: #f2f2e8;
}

.latest-news-single-hero {
    padding: 120px 0 28px;
    background: #030609;
}

.latest-news-single-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.88fr);
    gap: 34px;
    align-items: stretch;
}

.latest-news-single-copy {
    align-self: center;
    padding: 20px 0 28px;
}

.latest-news-single-category,
.latest-news-single-copy h1,
.latest-news-single-meta,
.latest-news-single-back,
.latest-news-related-panel h2,
.latest-news-single-list a,
.latest-news-single-categories a {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.latest-news-single-category {
    margin: 0 0 12px;
    color: #9dff45;
    font-size: 16px;
}

.latest-news-single-copy h1 {
    margin: 0 0 18px;
    color: #f5f3ed;
    font-size: clamp(42px, 5.7vw, 82px);
    font-weight: 700;
    line-height: 0.95;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
}

.latest-news-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
    color: #d8d8c8;
    font-size: 14px;
}

.latest-news-single-meta span::before {
    content: "/";
    margin-right: 16px;
    color: rgba(157, 255, 69, 0.7);
}

.latest-news-single-excerpt {
    max-width: 720px;
    margin: 0;
    color: #e6e6dc;
    font-size: 18px;
    line-height: 1.6;
}

.latest-news-single-back {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    border: 1px solid rgba(157, 255, 69, 0.72);
    border-radius: 5px;
    padding: 0 18px;
    color: #9dff45;
    background: #000;
    font-size: 13px;
    text-decoration: none;
}

.latest-news-single-back:hover {
    border-color: #8aff00;
    color: #8aff00;
}

.latest-news-single-image {
    margin: 0;
    border: 1px solid rgba(138, 255, 0, 0.32);
    border-radius: 8px;
    padding: 14px;
    background: #000;
}

.latest-news-single-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    background: #000;
}

.latest-news-single-body {
    padding: 22px 0 62px;
}

.latest-news-single-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: start;
}

.latest-news-single-article,
.latest-news-related-panel {
    border: 1px solid rgba(138, 255, 0, 0.32);
    border-radius: 8px;
    background: rgba(0, 7, 8, 0.86);
}

.latest-news-single-article {
    padding: clamp(24px, 3vw, 44px);
}

.latest-news-single-content {
    color: #e6e6dc;
    font-size: 17px;
    line-height: 1.75;
}

.latest-news-single-content > *:first-child {
    margin-top: 0;
}

.latest-news-single-content h2,
.latest-news-single-content h3,
.latest-news-single-content h4 {
    color: #f5f3ed;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.15;
    text-transform: uppercase;
}

.latest-news-single-content a {
    color: #9dff45;
}

.latest-news-single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 7px;
    background: #000;
}

.latest-news-related-panel {
    margin-top: 28px;
    padding: 22px;
}

.latest-news-related-panel h2 {
    margin: 0 0 16px;
    color: #9dff45;
    font-size: 22px;
    font-weight: 400;
}

.latest-news-related-panel ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.latest-news-related-panel li {
    display: grid;
    gap: 4px;
    border-bottom: 1px solid rgba(138, 255, 0, 0.14);
    padding-bottom: 12px;
}

.latest-news-related-panel li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.latest-news-related-panel strong {
    color: #9dff45;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.latest-news-related-panel a,
.latest-news-related-panel span {
    color: #e6e6dc;
    overflow-wrap: anywhere;
}

.latest-news-single-sidebar {
    display: grid;
    gap: 14px;
}

.latest-news-single-list {
    display: grid;
    gap: 12px;
}

.latest-news-single-list a {
    display: grid;
    gap: 5px;
    border-bottom: 1px solid rgba(138, 255, 0, 0.14);
    padding-bottom: 12px;
    color: #f2f2e8;
    font-size: 14px;
    text-decoration: none;
}

.latest-news-single-list a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.latest-news-single-list span {
    color: #9dff45;
    font-size: 12px;
}

.latest-news-single-list strong {
    font-weight: 400;
}

.latest-news-single-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.latest-news-single-categories a {
    border: 1px solid rgba(157, 255, 69, 0.42);
    border-radius: 5px;
    padding: 7px 10px;
    color: #d8d8c8;
    font-size: 12px;
    text-decoration: none;
}

.latest-news-single-categories a:hover {
    border-color: #9dff45;
    color: #9dff45;
}

@media (max-width: 1000px) {
    .latest-news-hero-grid,
    .latest-news-layout,
    .latest-news-card,
    .latest-news-quote,
    .latest-news-single-hero-grid,
    .latest-news-single-layout {
        grid-template-columns: 1fr;
    }

    .latest-news-filter-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .latest-news-card-footer a {
        margin-left: 0;
    }

    .latest-news-single-image img {
        min-height: 280px;
    }
}

@media (max-width: 640px) {
    .latest-news-hero {
        padding-top: 104px;
    }

    .latest-news-hero h1 {
        font-size: clamp(44px, 16vw, 66px);
    }

    .latest-news-filter-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .latest-news-card {
        gap: 14px;
    }

    .latest-news-card-footer {
        gap: 10px;
    }

    .latest-news-card-footer a {
        width: 100%;
    }

    .latest-news-newsletter-form {
        grid-template-columns: 1fr;
    }

    .latest-news-newsletter-form input[type="email"] {
        border-right: 1px solid rgba(138, 255, 0, 0.28);
        border-radius: 5px;
    }

    .latest-news-newsletter-form button {
        min-height: 42px;
        border-radius: 5px;
    }

    .latest-news-single-hero {
        padding-top: 106px;
    }

    .latest-news-single-copy h1 {
        font-size: clamp(36px, 13vw, 56px);
    }

    .latest-news-single-article {
        padding: 22px;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {

    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: 'Montserrat', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
}

.container-wide {

    width: min(1800px, calc(100% - 60px));

    margin: 0 auto;

}

/* Header */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgba(3, 6, 5, 0.25) !important;
    backdrop-filter: blur(3px);
    border-bottom: 1px solid rgba(138, 255, 0, 0.10);
}

.header-inner {
    min-height: 90px;
    display: grid;
    grid-template-columns: 220px 1fr 250px;
    align-items: center;
    gap: 30px;
    padding-top: 30px;
}

.header-logo img {
    height: 80px;
    width: auto;
    display: block;
}

.header-nav {
    display: flex;
    justify-content: center;
}

.header-nav ul {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-nav a {
    color: var(--text);

    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 2px;

    transition: color 0.2s ease;
}

.header-nav a:hover,
.header-nav .current-menu-item > a {
    color: var(--signal);
}

/* Social Icons */
.header-socials {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.global-search-open {
    overflow: hidden;
}

.global-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    place-items: center;
    padding: 30px;
}

.global-search-overlay.is-open {
    display: grid;
}

.global-search-overlay-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .82);
    backdrop-filter: blur(8px);
}

.global-search-overlay-panel {
    position: relative;
    z-index: 1;
    width: min(860px, 100%);
    border: 1px solid rgba(138, 255, 0, .35);
    background: #050806;
    padding: 42px;
    box-shadow: 0 0 42px rgba(138, 255, 0, .13);
}

.global-search-overlay-panel h2 {
    color: #f4f6ed;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(34px, 5vw, 62px);
    margin: 0 0 24px;
    text-transform: uppercase;
}

.global-search-overlay-panel form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
}

.global-search-overlay-panel input,
.global-search-form input,
.global-search-filters input,
.global-search-filters select {
    border: 1px solid rgba(138, 255, 0, .24);
    background: #080d0a;
    color: #f5f8ee;
    font: inherit;
    min-height: 52px;
    padding: 0 16px;
    width: 100%;
}

.global-search-overlay-panel button[type="submit"],
.global-search-form button,
.global-filter-submit,
.global-result-button,
.global-search-empty a {
    border: 1px solid rgba(138, 255, 0, .46);
    background: var(--signal);
    color: #071006;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    min-height: 52px;
    padding: 0 22px;
    text-transform: uppercase;
}

.global-search-overlay-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: #101510;
    color: #f4f6ed;
    cursor: pointer;
    font-size: 26px;
}

.global-hero-search-cta {
    appearance: none;
    width: min(var(--hero-search-max), 100%);
    min-height: var(--hero-search-height);
    display: inline-grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(138, 255, 0, .48);
    background: rgba(5, 9, 7, .78);
    color: #dfe8d6;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin: 18px 0;
    padding: 0 16px 0 7px;
    text-align: left;
    box-shadow: 0 0 24px rgba(138, 255, 0, .12);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.global-hero-search-cta:hover,
.global-hero-search-cta:focus-visible {
    border-color: var(--signal);
    box-shadow: 0 0 32px rgba(138, 255, 0, .2);
    transform: translateY(-1px);
}

.global-hero-search-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    background: rgba(138, 255, 0, .13);
    color: var(--signal);
    font-size: 20px;
    line-height: 1;
}

.f1898-socials-svg {
    display: flex;
    gap: 12px;
    align-items: center;
}

.f1898-socials-svg a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(138, 255, 0, 0.55);
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
}

.f1898-socials-svg a:hover {
    background: rgba(138, 255, 0, 0.12);
    box-shadow: 0 0 14px rgba(157, 255, 69, 0.45);
}

.f1898-socials-svg svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: var(--signal);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.f1898-socials-svg svg rect,
.f1898-socials-svg svg circle,
.f1898-socials-svg svg path {
    stroke: var(--signal);
}

.home-hero {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background: #030605;
    border-bottom: 1px solid rgba(138, 255, 0, 0.25);
    padding-top: 120px;
}

.home-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 760px;
    display: grid;
    grid-template-columns: 46% 54%;
    align-items: center;
    width: min(1800px, calc(100% - 70px));
    margin: 0 auto;
}

.home-hero-content {
    text-align: center;
    max-width: 620px;
    margin-left: 90px;
}

.hero-logo {
    width: 460px;
    max-width: 100%;
    display: block;
    margin: 0 auto 12px;
    position: relative;

    z-index: 5;

    opacity: 1;

    mix-blend-mode: normal;

    filter: none;
}

.hero-signal {
    width: 460px;
    max-width: 100%;
    margin: 0 auto 24px;
}

.hero-tagline {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--text);
}

.hero-tagline p {
    margin: 10px 0;
}

.hero-tagline .hero-stay {
    color: var(--signal);
}

.hero-buttons {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-btn {
    min-width: 160px;
    padding: 10px 18px;
    background: rgba(7,16,13,.92);
    border: 1px solid rgba(138,255,0,.35);
    border-radius: 4px;
    color: var(--signal);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.home-hero-hosts {
    align-self: end;
    text-align: center;
    position: relative;
}

.home-hero-hosts img {
    max-height: 690px;
    width: auto;
    max-width: 100%;
    display: inline-block;
    position: relative;
    top: -200px;
    left: -110px;
}

/* Footer */
.site-footer {
    border-top: 1px solid var(--border);
    padding: 0px 0;
    color: var(--muted);
    background: #020403;
}

/* Mobile */
@media (max-width: 1100px) {
    .header-inner {
        grid-template-columns: 180px 1fr;
    }

    .header-socials {
        display: none;
    }

    .header-nav ul {
        gap: 22px;
    }
}

@media (max-width: 800px) {
    .header-inner {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 18px 0;
        text-align: center;
    }

    .header-logo img {
        margin: 0 auto;
    }

    .header-nav ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px 22px;
    }

    .global-search-overlay {
        padding: 14px;
    }

    .global-search-overlay-panel {
        min-height: calc(100dvh - 28px);
        padding: 62px 18px 24px;
    }

    .global-search-overlay-panel form {
        grid-template-columns: 1fr;
    }

    .global-hero-search-cta {
        width: 100%;
        min-height: 48px;
        grid-template-columns: 34px 1fr;
        font-size: 14px;
        margin: 16px 0;
    }

    .global-hero-search-icon {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}

.section {
    padding: 90px 0;
}

.section-heading {
    text-align: center;
    margin-bottom: 45px;
}

.section-kicker {
    display: block;
    color: var(--signal);
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 15px;
    margin-bottom: 10px;
}

.section-heading h2 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: clamp(38px, 4vw, 64px);
    color: var(--text);
}

.latest-signal {
    background:
        radial-gradient(circle at center, rgba(138,255,0,.08), transparent 45%),
        #030605;
}

.latest-signal-card {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 40px;
    align-items: center;
    background: rgba(7, 16, 13, 0.78);
    border: 1px solid rgba(138, 255, 0, 0.22);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.45);
    padding: 28px;
}

.latest-signal-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    border: 1px solid rgba(138, 255, 0, 0.25);
}

.signal-label {
    color: var(--signal);
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
}

.latest-signal-content h3 {
    margin: 16px 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: clamp(30px, 3vw, 52px);
    line-height: 1.05;
}

.latest-signal-content p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
    max-width: 720px;
}

.section-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 14px 24px;
    border: 1px solid rgba(138,255,0,.4);
    color: var(--signal);
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-btn:hover {
    box-shadow: 0 0 18px rgba(138,255,0,.28);
}

@media (max-width: 900px) {
    .latest-signal-card {
        grid-template-columns: 1fr;
    }
}

/* ==========================================
   Latest Signal + Investigation Files Row
========================================== */

.signal-investigations-row {
    padding: 0;
    border-top: 1px solid rgba(138,255,0,.12);
    border-bottom: 1px solid rgba(138,255,0,.12);
}

.signal-investigations-grid {
    display: grid;
    grid-template-columns: 48% 52%;
}

.latest-signal-panel,
.investigation-files-panel {
    padding: 40px;
}

.latest-signal-panel {
    border-right: 1px solid rgba(138,255,0,.12);
}

/* ==========================================
   Headings
========================================== */

.panel-heading {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 30px;

    white-space: nowrap;

}

.panel-heading h2 {
    display: inline-block;
    margin: 0;

    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 2px;

    color: var(--text);
}

.panel-heading img {

    width: 55px;

    max-width: 55px;

    height: auto;

    display: inline-block;

}

.panel-heading-between {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.view-all-link {
    color: var(--signal);
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

/* ==========================================
   Latest Signal
========================================== */

/* Latest Signal SSP Card */
.frequency-latest-signal-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 760px;
}

.frequency-latest-signal-image {
    width: 55%;
    flex: 0 0 55%;
    position: relative;
}

.frequency-latest-signal-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #030605;
    display: block;
    border: 1px solid var(--signal);
    border-radius: 4px;
}

.frequency-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
}

.frequency-play-button::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #ffffff;
    margin-left: 5px;
}

.frequency-latest-signal-content {
    width: 45%;
    flex: 0 0 45%;
}

.frequency-episode-label {
    color: var(--signal);
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.frequency-latest-signal-content h3 {
    color: #f2f2e8;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    line-height: 1.08;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}

.frequency-latest-signal-content p {
    color: #d8d8d0;
    font-size: 14px;
    line-height: 1.35;
    margin: 0 0 12px 0;
}

.frequency-episode-date {
    color: #aaa;
    font-size: 13px;
    margin-bottom: 12px;
}

.frequency-watch-now {
    color: var(--signal);
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}


/* ==========================================
   Home Investigation Files Card
========================================== */

.home-investigation-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.home-investigation-card {
    border: 1px solid rgba(138,255,0,.20);
    padding: 10px;
}

.home-investigation-card img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.home-investigation-card h3 {
    margin: 0 0 6px;

    font-family: 'Oswald', sans-serif;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 1px;

    text-transform: uppercase;

    color: #f2f2e8;

}

.home-investigation-card p {
    margin: 0 0 6px;

    font-family: 'Montserrat', sans-serif;

    font-size: 14px;

    font-weight: 500;

    color: #8aff00;

}

.home-investigation-card span {

    display: block;

    font-family: 'Montserrat', sans-serif;

    font-size: 14px;

    font-weight: 400;

    color: #5d6f5b;

}

/* ==========================================
   Responsive
========================================== */

@media (max-width: 1200px) {

    .signal-investigations-grid {
        grid-template-columns: 1fr;
    }

    .latest-signal-panel {
        border-right: none;
        border-bottom: 1px solid rgba(138,255,0,.12);
    }

    
}

@media (max-width: 768px) {

    .latest-signal-content-row {
        grid-template-columns: 1fr;
    }



    .latest-signal-panel,
    .investigation-files-panel {
        padding: 25px;
    }
}

/* ==========================================
   Community Row
========================================== */

.community-row {
    padding: 0;
}

.community-grid {
    display: grid;
    grid-template-columns: 40% 30% 30%;
    gap: 0;
}

.community-panel {
    border: 1px solid rgba(138,255,0,.12);
    padding: 16px;
}

.community-panel + .community-panel {
    border-left: none;
}

/* ==========================================
   Watch The Signal
========================================== */

.watch-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.watch-card-grid img {
    width: 100%;
    display: block;
    border: 1px solid rgba(138,255,0,.20);
}

.youtube-btn {
    display: block;
    text-align: center;

    padding: 12px 18px;

    border: 1px solid #8aff00;

    color: #8aff00;

    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.youtube-btn:hover {
    box-shadow: 0 0 12px rgba(138,255,0,.30);
}

/* ==========================================
   Meet The Team
========================================== */

.team-content {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 18px;
    align-items: center;
}

.team-content img {
    width: 100%;
    display: block;
    border: 1px solid rgba(138,255,0,.20);
}

.team-content p {
    margin: 0 0 20px;

    color: #d8d8d0;

    font-size: 16px;
    line-height: 1.75;
}

.outline-btn {
    display: inline-block;

    padding: 12px 18px;

    border: 1px solid #8aff00;

    color: #8aff00;

    font-family: 'Oswald', sans-serif;
    font-size: 16px;

    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==========================================
   Newsletter
========================================== */

.newsletter-content {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 20px;
    align-items: start;

    margin-bottom: 25px;
}

.newsletter-content img {
    width: 90px;
    display: block;
}

.newsletter-content p {
    margin: 0;

    color: #d8d8d0;

    font-size: 16px;
    line-height: 1.75;
}

.newsletter-form {
    display: flex;
    gap: 10px;
}

.newsletter-form input {
    flex: 1;

    height: 52px;

    padding: 0 18px;

    background: transparent;

    border: 1px solid rgba(138,255,0,.35);

    color: #f2f2e8;

    font-size: 14px;
}

.newsletter-form button {
    height: 52px;

    padding: 0 24px;

    background: #8aff00;

    border: none;

    color: #030605;

    font-family: 'Oswald', sans-serif;
    font-size: 16px;

    text-transform: uppercase;
    letter-spacing: 1px;

    cursor: pointer;
}

.newsletter-message {
    margin: 0 0 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #8aff00;
}

.newsletter-message-error {
    color: #ff6b6b;
}

.newsletter-hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

/* ==========================================
   Responsive
========================================== */

@media (max-width: 1400px) {

    .community-grid {
        grid-template-columns: 1fr;
    }

    .community-panel + .community-panel {
        border-left: 1px solid rgba(138,255,0,.12);
        border-top: none;
    }
}

@media (max-width: 900px) {

    .watch-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-content {
        grid-template-columns: 1fr;
    }

    .newsletter-form {
        flex-direction: column;
    }
}

/* ==========================================
   Footer
========================================== */

.site-footer {
    margin-top: 0px;
    border-top: 1px solid rgba(138,255,0,.08);
    background: #030605;
}

.footer-main {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 0px;
    width: min(1800px, calc(100% - 60px));

    margin: 0 auto;
    padding: 80px 0 60px;
}

/* Brand */

.footer-brand {
    text-align: center;
    padding: 0 70px;
}

.footer-brand img {
    width: 420px;
    max-width: 100%;
    margin-bottom: 30px;
}

.footer-brand p {
    color: #d8d8c8;
    font-size: 18px;
    line-height: 1.5;
}

/* Links */

.footer-links {
    display: flex;
    flex-direction: column;
    padding: 0 70px;
    border-left: 1px solid rgba(138,255,0,.18);
}

.footer-heading {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 25px;
}

.footer-heading h3 {
    margin: 0;

    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;

    letter-spacing: 4px;
    text-transform: uppercase;

    color: #8aff00;
}

.footer-heading img {
    width: 40px;
    height: auto;
}

.footer-links a {
    margin-bottom: 12px;

    color: #f2f2e8;

    font-size: 18px;

    transition: color .2s ease;
}

.footer-links a:hover {
    color: #8aff00;
}

/* Signal Divider */

.footer-signal-line {
    width: 100%;
    padding: 30px 0;
}

.footer-signal-line span {
    display: block;
    width: min(1800px, calc(100% - 80px));
    height: 200px;
    margin: 0 auto;
    background-image: url('../images/footer-signal-line.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}

/* Bottom */

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 30px 70px 50px;

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

.footer-bottom span {
    color: #4b5f48;

    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;
    font-size: 14px;
}

.footer-bottom p {
    margin: 0;

    text-align: center;

    color: #8f968b;

    font-family: 'Oswald', sans-serif;
    font-size: 14px;

    letter-spacing: 4px;
    text-transform: uppercase;

    line-height: 1.8;
}

/* ==========================================
   Responsive
========================================== */

@media (max-width: 1200px) {

    .footer-main {
        grid-template-columns: 1fr;
        gap: 50px;

        text-align: center;
    }

    .footer-heading {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }
}

/* ==========================================
   Episodes Hero
========================================== */

.episodes-hero {
    position: relative;

    min-height: 700px;

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

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

.episodes-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(3,6,5,.92) 0%,
            rgba(3,6,5,.82) 35%,
            rgba(3,6,5,.15) 100%
        );
}

.episodes-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 700px;

    display: flex;
    align-items: center;

    min-height: 520px;
}

.episodes-hero-content {
    max-width: 700px;
    padding-top: 140px;
}

.episodes-hero-content h1 {
    margin: 0 0 15px;

    font-family: 'Oswald', sans-serif;
    font-size: 72px;
    font-weight: 700;

    letter-spacing: 4px;
    text-transform: uppercase;

    color: #f2f2e8;
}

.episodes-hero-content h2 {
    margin: 0 0 25px;

    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 500;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #8aff00;
}

.episodes-hero-content p {
    margin-bottom: 35px;

    color: #d8d8c8;

    font-size: 20px;
    line-height: 1.8;
}

.podcast-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 25px;
}

.podcast-platforms span {
    padding: 10px 16px;

    border: 1px solid rgba(138,255,0,.18);
    border-radius: 999px;

    color: #f2f2e8;
    font-size: 14px;
}

/* ==========================================
   Episodes Archive
========================================== */

.episodes-archive {
    padding: 60px 0 100px;
}

.episodes-filter-bar {
    height: 60px;

    display: flex;
    align-items: center;

    padding: 0 25px;

    margin-bottom: 40px;

    border: 1px solid rgba(138,255,0,.15);

    color: #f2f2e8;

    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.episode-placeholder-card {
    display: grid;
    grid-template-columns: 320px 1fr;

    border: 1px solid rgba(138,255,0,.15);

    overflow: hidden;
}

.episode-placeholder-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.episode-placeholder-content {
    padding: 35px;
}

.episode-placeholder-content h3 {
    margin: 0 0 20px;

    color: #f2f2e8;

    font-family: 'Oswald', sans-serif;
    font-size: 34px;

    text-transform: uppercase;
    letter-spacing: 2px;
}

.episode-placeholder-content p {
    margin-bottom: 20px;

    color: #d8d8c8;

    line-height: 1.8;
}

.episode-placeholder-content a {
    color: #8aff00;

    font-family: 'Oswald', sans-serif;

    text-transform: uppercase;
}

.platform-pill {

    display: flex;

    align-items: center;

    gap: 8px;

    padding: 8px 14px;

    border: 1px solid rgba(138,255,0,.15);

    border-radius: 20px;

    background: transparent;

    color: #f2f2e8;

    font-size: 13px;
    text-decoration: none;

    transition: all .2s ease;

}

.platform-pill img {

    width: 14px;

    height: 14px;

}
.platform-pill span {

    border: none;

    background: none;

    padding: 0;

    margin: 0;

}

.platform-pill:hover {

    border-color: #8aff00;

    color: #8aff00;

}

.episodes-grid {
    display: grid;
    gap: 40px;
}

.episode-list-card {
    display: grid;
    grid-template-columns: 360px 1fr;
    border: 1px solid rgba(242,242,232,.55);
    background: rgba(0,0,0,.45);
    overflow: hidden;
}

.episode-list-image img {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    background: #030605;
    display: block;
    border-right: 1px solid rgba(242,242,232,.45);
}

.episode-list-content {
    padding: 38px 48px;
}

.episode-list-content h3 {
    margin: 0 0 12px;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    line-height: 1.15;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #f2f2e8;
}

.episode-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
    color: #8f968b;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.episode-list-content p {
    color: #d8d8c8;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 28px;
}

.episode-read-more {
    display: inline-block;
    margin-bottom: 34px;
    color: #f2f2e8;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.episode-player-placeholder {
    display: grid;
    grid-template-columns: 120px 1fr;
    background: linear-gradient(180deg, #2d2939, #3b3547);
    max-width: 900px;
}

.episode-player-placeholder img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    display: block;
}

.fake-player-content {
    padding: 20px;
    color: #f2f2e8;
}

.fake-player-bar {
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.28);
    margin: 14px 0;
}

.episodes-list-section {
    padding: 80px 0 120px;
}

.episodes-list-section .container-wide {
    width: min(1400px, calc(100% - 60px));
    margin: 0 auto;
}

.episodes-grid {
    display: grid;
    gap: 45px;
    width: 100%;
}

.episode-list-card {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    width: 100%;
    background: rgba(0,0,0,.45);
    border: 1px solid rgba(242,242,232,.55);
    align-items: center;
}

.episode-list-content {
    padding: 24px 34px;
    min-width: 0;
}

.episodes-list-section .episode-list-content h3 {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: 3px;
}

.episodes-list-section .episode-meta {
    gap: 8px;
    margin-bottom: 16px;
    font-size: 12px;
}

.episodes-list-section .episode-list-content p {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.5;
}

.episodes-list-section .episode-read-more {
    margin-bottom: 18px;
}

/* Custom Frequency Audio Player */
.frequency-player {
    display: grid;
    grid-template-columns: 120px 90px 1fr;
    gap: 22px;
    align-items: center;

    width: 100%;
    max-width: 920px;

    padding: 22px;

    background: linear-gradient(180deg, #302b3d, #211e2b);
    border: 1px solid rgba(138,255,0,.22);
    box-shadow: 0 0 24px rgba(0,0,0,.35);
}

.fp-artwork img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    display: block;
}

.fp-play {
    position: relative;

    width: 80px;
    height: 80px;

    border-radius: 50%;
    border: 3px solid #8aff00;

    background: rgba(0,0,0,.55);

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-play-icon {
    width: 0;
    height: 0;

    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid #8aff00;

    margin-left: 4px;
}

.fp-play:hover .fp-play-icon {

    background: rgba(138,255,0,.15);

    box-shadow: 0 0 15px rgba(138,255,0,.45);

}

.fp-pause:hover .fp-pause-icon{
    background: rgba(138,255,0,.15);

    box-shadow: 0 0 15px rgba(138,255,0,.45);  
}

.fp-pause-icon {
    position: relative;
    width: 18px;
    height: 22px;
}

.fp-pause-icon::before,
.fp-pause-icon::after {
    content: '';

    position: absolute;
    top: 0;

    width: 5px;
    height: 22px;

    background: #8aff00;
}

.fp-pause-icon::before {
    left: 0;
}

.fp-pause-icon::after {
    right: 0;
}

.fp-main {
    min-width: 0;
}

.fp-title span {
    display: block;
    color: #c9c2d8;
    font-size: 14px;
    margin-bottom: 6px;
}

.fp-title strong {
    display: block;
    color: #f2f2e8;
    font-size: 18px;
    line-height: 1.3;
}

.fp-progress {
    display: grid;
    grid-template-columns: 52px 1fr 70px;
    gap: 12px;
    align-items: center;

    margin: 16px 0 14px;

    color: #d8d8c8;
    font-size: 13px;
}

.fp-range {
    width: 100%;
    accent-color: #8aff00;
}

.fp-controls {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.fp-controls button {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);

    color: #f2f2e8;

    padding: 7px 11px;

    font-size: 12px;
    text-transform: uppercase;

    cursor: pointer;
}

.fp-controls button:hover {
    border-color: #8aff00;
    color: #8aff00;
}

/* ==========================================
   Single Podcast Episode
========================================== */

.podcast-single-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 50% 8%, rgba(138, 255, 0, 0.07), transparent 28%),
        linear-gradient(180deg, #020505 0%, #030909 44%, #020505 100%);
    color: #f2f2e8;
    overflow-x: hidden;
}

.podcast-single-hero {
    width: 100vw;
    max-width: 100%;
    min-height: 400px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: flex-end;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid rgba(138, 255, 0, 0.22);
}

.podcast-single-hero-inner {
    width: min(1800px, calc(100% - 60px));
    margin: 0 auto;
    padding: 126px 0 42px;
}

.podcast-single-kicker,
.podcast-single-hero h1,
.podcast-single-meta,
.podcast-single-content-card h2,
.podcast-single-detail-panel h2,
.podcast-single-back,
.podcast-single-nav-card,
.podcast-single-terms strong {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.podcast-single-kicker {
    margin: 0 0 12px;
    color: #9dff45;
    font-size: 15px;
}

.podcast-single-hero h1 {
    max-width: 980px;
    margin: 0 0 18px;
    color: #f5f3ed;
    font-size: clamp(42px, 5.8vw, 86px);
    font-weight: 700;
    line-height: 0.95;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.78);
}

.podcast-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: #e6e6dc;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
}

.podcast-single-meta span::before {
    content: "/";
    margin-right: 12px;
    color: rgba(157, 255, 69, 0.82);
}

.podcast-single-body {
    padding: 34px 0 72px;
}

.podcast-single-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 24px;
    align-items: start;
}

.podcast-single-content-card,
.podcast-single-detail-panel,
.podcast-single-artwork,
.podcast-single-nav-card {
    border: 1px solid rgba(138, 255, 0, 0.32);
    border-radius: 8px;
    background: rgba(0, 7, 8, 0.88);
}

.podcast-single-content-card {
    padding: clamp(24px, 3vw, 44px);
}

.podcast-single-player-wrap {
    margin-bottom: 28px;
}

.podcast-single-player-wrap .frequency-player {
    max-width: none;
}

.podcast-single-audio-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    color: #d8d8c8;
    font-size: 13px;
    line-height: 1.5;
}

.podcast-single-audio-meta a {
    color: #9dff45;
    text-decoration: none;
}

.podcast-single-audio-meta a:hover {
    text-decoration: underline;
}

.podcast-single-embed {
    border: 1px solid rgba(138, 255, 0, 0.2);
    border-radius: 7px;
    padding: 18px;
    background: #000;
}

.podcast-single-excerpt {
    margin-bottom: 32px;
    border-left: 3px solid #9dff45;
    padding-left: 18px;
    color: #f2f2e8;
    font-size: 19px;
    line-height: 1.65;
}

.podcast-single-show-notes {
    color: #e6e6dc;
    font-size: 17px;
    line-height: 1.75;
}

.podcast-single-show-notes > *:first-child,
.podcast-single-excerpt > *:first-child {
    margin-top: 0;
}

.podcast-single-show-notes h2,
.podcast-single-show-notes h3,
.podcast-single-show-notes h4,
.podcast-single-content-card h2 {
    color: #f5f3ed;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.15;
    text-transform: uppercase;
}

.podcast-single-show-notes a,
.podcast-single-detail-panel a {
    color: #9dff45;
}

.podcast-single-show-notes img {
    max-width: 100%;
    height: auto;
    border-radius: 7px;
    background: #000;
}

.podcast-single-terms,
.podcast-single-tags {
    margin-top: 30px;
    border-top: 1px solid rgba(138, 255, 0, 0.18);
    padding-top: 24px;
}

.podcast-single-terms h2,
.podcast-single-tags h2 {
    margin: 0 0 14px;
    color: #9dff45;
    font-size: 22px;
}

.podcast-single-terms div {
    display: grid;
    gap: 8px;
}

.podcast-single-terms ul,
.podcast-single-tags div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.podcast-single-terms a,
.podcast-single-tags a {
    display: inline-flex;
    border: 1px solid rgba(157, 255, 69, 0.42);
    border-radius: 5px;
    padding: 7px 10px;
    color: #d8d8c8;
    font-size: 13px;
    text-decoration: none;
}

.podcast-single-terms a:hover,
.podcast-single-tags a:hover {
    border-color: #9dff45;
    color: #9dff45;
}

.podcast-single-sidebar {
    display: grid;
    gap: 16px;
}

.podcast-single-artwork {
    margin: 0;
    padding: 12px;
    background: #000;
}

.podcast-single-artwork img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 5px;
    background: #000;
}

.podcast-single-detail-panel {
    padding: 22px;
}

.podcast-single-detail-panel h2 {
    margin: 0 0 16px;
    color: #9dff45;
    font-size: 22px;
    font-weight: 400;
}

.podcast-single-detail-panel dl {
    display: grid;
    gap: 14px;
    margin: 0;
}

.podcast-single-detail-panel div {
    display: grid;
    gap: 4px;
    border-bottom: 1px solid rgba(138, 255, 0, 0.14);
    padding-bottom: 12px;
}

.podcast-single-detail-panel div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.podcast-single-detail-panel dt {
    color: #9dff45;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.podcast-single-detail-panel dd {
    margin: 0;
    color: #e6e6dc;
    overflow-wrap: anywhere;
}

.podcast-single-back {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(157, 255, 69, 0.72);
    border-radius: 5px;
    padding: 0 18px;
    color: #9dff45;
    background: #000;
    font-size: 13px;
    text-decoration: none;
}

.podcast-single-back:hover {
    border-color: #8aff00;
    color: #8aff00;
}

.podcast-single-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.podcast-single-nav-card {
    display: grid;
    gap: 8px;
    padding: 20px;
    color: #f2f2e8;
    text-decoration: none;
}

.podcast-single-nav-card span {
    color: #9dff45;
    font-size: 13px;
}

.podcast-single-nav-card strong {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.podcast-single-nav-card:hover {
    border-color: #9dff45;
}

@media (max-width: 1000px) {
    .podcast-single-layout,
    .podcast-single-nav {
        grid-template-columns: 1fr;
    }

    .podcast-single-sidebar {
        order: -1;
    }
}

@media (max-width: 640px) {
    .podcast-single-hero {
        min-height: 360px;
    }

    .podcast-single-hero-inner {
        width: min(100% - 34px, 1800px);
        padding: 108px 0 30px;
    }

    .podcast-single-hero h1 {
        font-size: clamp(34px, 12vw, 54px);
    }

    .podcast-single-body {
        padding-top: 24px;
    }

    .podcast-single-content-card,
    .podcast-single-detail-panel {
        padding: 22px;
    }

    .podcast-single-player-wrap .frequency-player {
        padding: 18px;
    }
}

@media (max-width: 700px) {
    .episode-list-card {
        grid-template-columns: 1fr;
    }

    .episode-list-content {
        padding: 22px;
    }

    .frequency-player {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .fp-play {
        margin: 0 auto;
    }

    .fp-progress {
        grid-template-columns: 1fr;
    }

    .fp-controls {
        justify-content: center;
    }
}

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

.about-hero{
    position:relative;
    min-height:600px;

    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;

    display:flex;
    align-items:center;

    overflow:hidden;
}

.about-hero-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        90deg,
        rgba(3,6,5,.85) 0%,
        rgba(3,6,5,.55) 40%,
        rgba(3,6,5,.15) 100%
    );
}

.about-hero-inner{
    position:relative;
    z-index:2;

    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;

    gap:40px;

    padding-top:120px;
    padding-bottom:0px;
}

.about-hero-content{
    max-width:650px;
}

.about-hero-content h1{
    font-family:'Oswald',sans-serif;
    font-size:var(--hero-title-size);
    line-height:1;
    letter-spacing:3px;
    color:#ffffff;
    margin:0 0 10px;
}

.about-hero-content h2{
    font-family:'Oswald',sans-serif;
    font-size:var(--hero-title-size);
    line-height:1;
    letter-spacing:3px;

    color:var(--signal);

    margin:0 0 35px;
}

.about-tagline{
    font-family:'Oswald',sans-serif;
    font-size:28px;
    letter-spacing:5px;

    color:#f2f2e8;

    margin-bottom:25px;
}

.about-divider{
    width:220px;
    height:2px;

    background:var(--signal);

    margin-bottom:35px;
}

.about-hero-content p{
    font-size:var(--hero-copy-size);
    line-height:1.7;

    color:#d8d8c8;

    margin-bottom:30px;
}

.about-highlight{
    color:var(--signal);

    font-size:24px;
    font-weight:700;
}

.about-hero-hosts{
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
}

.about-hero-hosts img{
    max-width:850px;
    width:100%;
    height:auto;

    display:block;
}

/* Mobile */

@media (max-width:1100px){

    .about-hero-inner{
        grid-template-columns:1fr;
        text-align:center;
    }

    .about-divider{
        margin-left:auto;
        margin-right:auto;
    }

    .about-hero-hosts{
        justify-content:center;
    }

    .about-hero-content h1,
    .about-hero-content h2{
        font-size:var(--hero-title-size-tablet);
    }
}

.about-hero-hosts img{

    max-width:950px;

    transform:translateX(-200px) translateY(20px);

}

.about-story{
    padding:40px 0;
    background:#030605;
    border-top:1px solid rgba(138,255,0,.15);
}

.about-story-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.about-story-content h3{
    font-family:'Oswald',sans-serif;
    font-size:42px;
    text-transform:uppercase;
    letter-spacing:3px;
    color:#f2f2e8;
    margin-bottom:30px;
}

.about-story-content p{
    color:#d8d8c8;
    font-size:18px;
    line-height:1.9;
    margin-bottom:24px;
}

.about-story-content blockquote{
    margin-top:40px;
    padding-left:24px;
    border-left:4px solid #8AFF00;
    color:#8AFF00;
    font-size:24px;
    font-family:'Oswald',sans-serif;
    letter-spacing:1px;
}

.about-story-image img{
    width:100%;
    display:block;
    border:1px solid rgba(138,255,0,.2);
}

@media(max-width:1024px){

    .about-story-grid{
        grid-template-columns:1fr;
    }

    .about-story-image{
        order:-1;
    }

}

.about-story > .container-wide > .panel-heading {

    margin-bottom: 0px;

}

.about-story-content h3 {

    margin-top: 0;

}

.meet-investigators{
    position:relative;
    padding:120px 0;
    background-image:url('../images/bg-meet-the-investigators.webp');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    overflow:hidden;
}

.meet-investigators-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        180deg,
        rgba(3,6,5,.92),
        rgba(3,6,5,.75),
        rgba(3,6,5,.92)
    );

    z-index:1;
}

.meet-investigators .container-wide{
    position:relative;
    z-index:2;
}

.investigators-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

.investigator-card{

    display:grid;
    grid-template-columns:260px 1fr;

    background:rgba(0,0,0,.45);

    border:1px solid rgba(138,255,0,.18);

    backdrop-filter:blur(3px);
}

.investigator-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.investigator-content{
    padding:30px;
}

.investigator-content h3{
    font-family:'Oswald',sans-serif;
    font-size:48px;
    text-transform:uppercase;
    color:#8AFF00;
    margin-bottom:20px;
}

.investigator-content p{
    color:#d8d8c8;
    line-height:1.9;
}

@media(max-width:1200px){

    .investigators-grid{
        grid-template-columns:1fr;
    }

}

@media(max-width:768px){

    .investigator-card{
        grid-template-columns:1fr;
    }

}

.what-we-investigate{
    padding:120px 0;
    background:#030605;
    border-top:1px solid rgba(138,255,0,.15);
}

.investigation-grid{

    display:grid;

    grid-template-columns:
    repeat(5,1fr);

    gap:24px;

    margin-top:40px;
}

.home-investigation-card{

    text-align:center;

    padding:35px 25px;

    background:rgba(0,0,0,.35);

    border:1px solid rgba(138,255,0,.18);

    transition:.3s ease;
}

.home-investigation-card:hover{

    border-color:#8AFF00;

    transform:translateY(-6px);

    box-shadow:
    0 0 30px rgba(138,255,0,.12);
}

.home-investigation-card img{

    width:120px;

    height:120px;

    object-fit:contain;

    margin:0 auto 25px;
}

.home-investigation-card h3{

    font-family:'Oswald',sans-serif;

    text-transform:uppercase;

    letter-spacing:2px;

    font-size:28px;

    color:#f2f2e8;

    margin-bottom:15px;
}

.home-investigation-card p{

    color:#d8d8c8;

    line-height:1.7;

    font-size:16px;
}

.investigation-files-panel .home-investigation-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.investigation-files-panel .home-investigation-card {
    padding: 12px 10px 10px;
    text-align: left;
}

.investigation-files-panel .home-investigation-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: contain;
    background: #030605;
    margin: 0 0 10px;
}

.investigation-files-panel .home-investigation-card h3 {
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 1.15;
}

.investigation-files-panel .home-investigation-card p {
    margin: 0 0 4px;
    color: #8aff00;
    font-size: 13px;
    line-height: 1.3;
}

.investigation-files-panel .home-investigation-card span {
    font-size: 12px;
    line-height: 1.25;
}

@media(max-width:1400px){

    .investigation-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:1200px){

    .investigation-files-panel .home-investigation-card img {
        height: auto;
    }

}

@media(max-width:900px){

    .investigation-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:768px){

    .investigation-files-panel .home-investigation-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .investigation-files-panel .home-investigation-card {
        padding: 10px 9px 9px;
    }

    .investigation-files-panel .home-investigation-card img {
        height: auto;
        margin-bottom: 8px;
    }

}

@media(max-width:520px){

    .investigation-files-panel .home-investigation-card-grid {
        grid-template-columns: 1fr;
    }

    .investigation-files-panel .home-investigation-card img {
        height: auto;
    }

}

@media(max-width:600px){

    .investigation-grid{
        grid-template-columns:1fr;
    }

}

.our-approach{

    position:relative;

    min-height:550px;

    display:flex;
    align-items:center;

    background-image:url('../images/equipment-approach-bg.webp');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    overflow:hidden;
}

.our-approach-overlay{

    position:absolute;
    inset:0;

    background:
    linear-gradient(
        90deg,
        rgba(3,6,5,.85) 0%,
        rgba(3,6,5,.55) 35%,
        rgba(3,6,5,.55) 65%,
        rgba(3,6,5,.85) 100%
    );

    z-index:1;
}

.our-approach .container-wide{

    position:relative;
    z-index:2;
}

.our-approach-content{
    max-width:650px;
    margin-left:auto;
    margin-right:60px;
}

.our-approach-content p{

    color:#d8d8c8;

    font-size:20px;

    line-height:1.9;

    margin-bottom:25px;
}

.approach-highlight{

    color:#8AFF00 !important;

    font-family:'Oswald',sans-serif;

    font-size:32px !important;

    line-height:1.5;

    text-transform:uppercase;

    letter-spacing:2px;

    margin-top:40px;
}

.about-contact-cta{

    position:relative;

    min-height:650px;

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

    background-image:url('../images/bg-story.webp');
    background-size:cover;
    background-position:center top;
    background-repeat:no-repeat;
    padding-bottom: 0;
    overflow:hidden;
}

.about-contact-overlay{

    position:absolute;
    inset:0;

    background:
    linear-gradient(
        90deg,
        rgba(3,6,5,.25),
        rgba(3,6,5,.05),
        rgba(3,6,5,.25)
    );

    z-index:1;
}

.about-contact-content{

    position:relative;
    z-index:2;

    text-align:center;

    max-width:1000px;

    margin:0 auto;
}

.about-contact-content h2{

    font-family:'Oswald',sans-serif;

    font-size:58px;

    line-height:1.05;

    text-transform:uppercase;

    letter-spacing:3px;

    color:#f2f2e8;

    margin-bottom:20px;
}

.about-contact-content h3{

    font-family:'Oswald',sans-serif;

    font-size:42px;

    line-height:1.05;

    text-transform:uppercase;

    letter-spacing:3px;

    color:#8AFF00;

    margin-bottom:35px;
}

.about-contact-content .hero-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.contact-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/contact-bg2.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(138,255,0,.35);
    overflow: hidden;
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(3,6,5,.25);
    z-index: 1;
}

.contact-hero-inner {
    position: relative;
    z-index: 2;
}

.contact-hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-top: 120px;
}

.contact-hero-content h1 {
    font-family: 'Oswald', sans-serif;
    font-size: var(--hero-title-size);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #f2f2e8;
    margin: 0 0 18px;
}

.contact-hero-content h2 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #8AFF00;
    margin: 0 0 8px;
}

.contact-signal-wrap {
    height: 100px;
    overflow: hidden;
    margin: 20px auto 20px;
}

.contact-hero-signals {
    width: 720px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    
}

.contact-hero-copy {
    padding-bottom: 40px;
}

.contact-hero-copy p {
    color: #d8d8c8;
    font-size: 19px;
    line-height: 1.5;
    margin: 4px 0;
}
.contact-form-section{

    padding:60px 0 100px;

    background:#030605;

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

.contact-form-section .container{

    max-width:1400px;

    margin:0 auto;

    padding:0 40px;
}

.contact-form-grid{

    display:grid;

    grid-template-columns:420px 1fr;

    gap:80px;

    align-items:start;
}

.contact-info h2{

    font-family:'Oswald',sans-serif;

    font-size:72px;

    text-transform:uppercase;

    color:#f2f2e8;
    margin-top: 0;

    margin-bottom:15px;
}

.contact-subtitle{

    font-family:'Oswald',sans-serif;

    font-size:22px;

    text-transform:uppercase;

    letter-spacing:2px;

    color:#8AFF00;

    margin-bottom:35px;
}

.contact-item{

    display:flex;

    gap:20px;

    margin-bottom:28px;
}

.contact-icon{

    width:52px;

    height:52px;

    border:1px solid #8AFF00;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#8AFF00;

    flex-shrink:0;
}

.contact-item h4{

    font-family:'Oswald',sans-serif;

    text-transform:uppercase;

    color:#f2f2e8;

    margin-bottom:2px;
}

.contact-item p{

    color:#d8d8c8;

    line-height:1.6;
    margin:0;
}

.contact-form-wrap{

    border-left:1px solid rgba(138,255,0,.15);

    padding-left:60px;
}

.frequency-contact-form input,
.frequency-contact-form textarea{

    width:100%;

    background:#07100d !important;

    border:1px solid rgba(138,255,0,.25) !important;

    color:#f2f2e8 !important;

    border-radius:0 !important;

    padding:17px 20px !important;
}
.frequency-contact-form .ff-el-group{

    margin-bottom:24px !important;

}

.frequency-contact-form .ff-el-form-check,
.report-form-inner .ff-el-form-check{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    margin-bottom:10px !important;
}

.frequency-contact-form .ff-el-form-check input,
.report-form-inner .ff-el-form-check input{
    width:auto !important;
    margin:0 !important;
}

.frequency-contact-form .ff-el-form-check-label,
.report-form-inner .ff-el-form-check-label{
    margin:0 !important;
    color:#f2f2e8 !important;
}

.frequency-contact-form input:focus,
.frequency-contact-form textarea:focus{

    border-color:#8AFF00 !important;

    box-shadow:none !important;

    outline:none !important;
}

.frequency-contact-form input::placeholder,
.frequency-contact-form textarea::placeholder{

    color:#8f968b !important;
}

.frequency-contact-form label{

    font-family:'Oswald',sans-serif !important;

    text-transform:uppercase;

    letter-spacing:1px;

    color:#f2f2e8 !important;
}

.frequency-contact-form textarea{

    min-height:220px;
}
.frequency-contact-form .ff-btn-submit,
.frequency-contact-form button{

    background:#8AFF00 !important;

    color:#030605 !important;

    border:1px solid #8AFF00 !important;

    border-radius:0 !important;

    padding:16px 36px !important;

    font-family:'Oswald',sans-serif !important;

    text-transform:uppercase;

    letter-spacing:2px;

    transition:.3s ease;
}

.frequency-contact-form .ff-btn-submit:hover,
.frequency-contact-form button:hover{

    background:transparent !important;

    color:#8AFF00 !important;

    border-color:#8AFF00 !important;
}

.report-location{
    background:#030605;
    border-top:1px solid rgba(138,255,0,.15);
    border-bottom:1px solid rgba(138,255,0,.15);
}

.report-location-hero{
    position:relative;
    min-height:520px;
    display:flex;
    align-items:center;
    background:url('../images/bg-report-haunted.webp') center center / cover no-repeat;
}

.report-location-hero::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(3,6,5,.92) 0%,
        rgba(3,6,5,.82) 35%,
        rgba(3,6,5,.12) 100%
    );
}

.report-location-hero .container{
    position:relative;
    z-index:2;
}

.report-location-content{
    max-width:500px;
    padding-bottom:40px;
}

.report-location-content h2{
    font-family:'Oswald',sans-serif;
    font-size:58px;
    line-height:1.1;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#f2f2e8;
    margin:0 0 15px;
}

.report-location-content h3{
    font-family:'Oswald',sans-serif;
    font-size:24px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#8AFF00;
    margin:0 0 25px;
}

.report-location-content p{
    color:#d8d8c8;
    font-size:20px;
    line-height:1.8;
    margin:0 0 35px;
    max-width:460px;
}

.report-location-content .btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 40px;
    border:1px solid #8AFF00;
    color:#8AFF00;
    background:transparent;
    font-family:'Oswald',sans-serif;
    font-size:18px;
    text-transform:uppercase;
    letter-spacing:2px;
    text-decoration:none;
}

.report-form-panel{
    max-height:0;
    overflow:hidden;
    opacity:0;
    border-top:1px solid rgba(138,255,0,.2);
    transition:max-height .6s ease, opacity .4s ease;
}

.report-form-inner{
    padding:60px 0 80px;
    transform:translateX(80px);
    transition:transform .5s ease;
}

.report-location.is-open .report-form-panel{
    max-height:2200px;
    opacity:1;
}

.report-location.is-open .report-form-inner{
    transform:translateX(0);
}

.share-experience{

    background:#030605;

    border-top:1px solid rgba(138,255,0,.15);

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

.share-experience-hero{

    position:relative;

    min-height:520px;

    display:flex;

    align-items:center;

    background:url('../images/bg-share-your-experiance.webp') center center no-repeat;

    background-size:cover;
}

.share-experience-hero::before{

    content:'';

    position:absolute;

    inset:0;

    background:linear-gradient(
        270deg,
        rgba(3,6,5,.92) 0%,
        rgba(3,6,5,.82) 35%,
        rgba(3,6,5,.12) 100%
    );
}

.share-experience-hero .container{

    position:relative;

    z-index:2;

    display:flex;

    justify-content:flex-end;
}

.share-experience-content{

    max-width:500px;

    padding-bottom:40px;
}

.share-experience-content h2{

    font-family:'Oswald',sans-serif;

    font-size:58px;

    line-height:1.1;

    text-transform:uppercase;

    letter-spacing:2px;

    color:#f2f2e8;

    margin:0 0 15px;
}

.share-experience-content h3{

    font-family:'Oswald',sans-serif;

    font-size:24px;

    text-transform:uppercase;

    letter-spacing:2px;

    color:#8AFF00;

    margin:0 0 25px;
}

.share-experience-content p{

    color:#d8d8c8;

    font-size:20px;

    line-height:1.8;

    margin:0 0 35px;
}

.experience-form-panel{

    max-height:0;

    overflow:hidden;

    opacity:0;

    border-top:1px solid rgba(138,255,0,.2);

    transition:
        max-height .6s ease,
        opacity .4s ease;
}

.experience-form-inner{

    padding:60px 0 80px;

    transform:translateX(-80px);

    transition:transform .5s ease;
}

.share-experience.is-open .experience-form-panel{

    max-height:2200px;

    opacity:1;
}

.share-experience.is-open .experience-form-inner{

    transform:translateX(0);
}

.share-experience-content h2{
    font-family:'Oswald',sans-serif;
    font-size:58px;
    line-height:1.1;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#f2f2e8;
    margin:0 0 15px;
}

.share-experience-content h3{
    font-family:'Oswald',sans-serif;
    font-size:24px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#8AFF00;
    margin:0 0 25px;
}

.share-experience-content p{
    color:#d8d8c8;
    font-size:20px;
    line-height:1.8;
    margin:0 0 35px;
}

.share-experience-content .btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 40px;
    border:1px solid #8AFF00;
    color:#8AFF00;
    background:transparent;
    font-family:'Oswald',sans-serif;
    font-size:18px;
    text-transform:uppercase;
    letter-spacing:2px;
    text-decoration:none;
}

.connect-with-us{

    background:url('../images/bg-connect-with-us.webp') center center no-repeat;

    background-size:cover;

    border-top:1px solid rgba(138,255,0,.15);

    border-bottom:1px solid rgba(138,255,0,.15);

    padding:80px 0;
}

.connect-content{

    text-align:center;
}

.connect-content h2{

    font-family:'Oswald',sans-serif;

    font-size:56px;

    text-transform:uppercase;

    letter-spacing:2px;

    color:#f2f2e8;

    margin-bottom:10px;
}

.connect-content h3{

    font-family:'Oswald',sans-serif;

    font-size:22px;

    text-transform:uppercase;

    letter-spacing:2px;

    color:#8AFF00;

    margin-bottom:45px;
}

.connect-with-us .f1898-socials-svg{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:28px;
}

.connect-with-us .f1898-socials-svg a{

    width:70px;

    height:70px;

    border:1px solid #8AFF00;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.3s ease;
}

.connect-with-us .f1898-socials-svg svg{

    width:28px;

    height:28px;

    fill:none;

    stroke:#8AFF00;

    stroke-width:3;

    transition:.3s ease;
}

.f1898-socials-svg a:hover{
    border-color:#9DFF45;
}

.f1898-socials-svg a:hover svg{
    stroke:#9DFF45;
}

.investigation-archive-hero{
    position:relative;
    min-height:430px;
    display:flex;
    align-items:center;
    background-image:url('../images/bg-case-archive.webp');
    background-size:cover;
    background-position:center right;
    background-repeat:no-repeat;
    border-bottom:1px solid rgba(138,255,0,.18);
    overflow:hidden;
}

.investigation-archive-hero::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(3,6,5,.92) 0%,
        rgba(3,6,5,.78) 35%,
        rgba(3,6,5,.25) 70%,
        rgba(3,6,5,.45) 100%
    );
    z-index:1;
}

.investigation-archive-hero .container-wide{
    position:relative;
    z-index:2;
}

.investigation-archive-hero-content{
    max-width:620px;
    padding-top:20px;
}

.investigation-archive-hero-content span{
    display:block;
    font-family:'Oswald',sans-serif;
    font-size:var(--hero-eyebrow-size);
    text-transform:uppercase;
    letter-spacing:var(--hero-eyebrow-spacing);
    color:#8AFF00;
    margin-bottom:14px;
}

.investigation-archive-hero-content h1{
    font-family:'Oswald',sans-serif;
    font-size:var(--hero-title-size);
    line-height:1;
    text-transform:uppercase;
    letter-spacing:3px;
    color:#f2f2e8;
    margin:0;
}

.hero-accent-line{
    width:min(420px,100%);
    height:2px;
    background:#8AFF00;
    margin:20px 0;
}

.investigation-archive-hero-content p{
    max-width:520px;
    color:#d8d8c8;
    font-size:var(--hero-copy-size);
    line-height:1.7;
    margin:0;
}


.case-filter-bar{
    background:#030605;
    padding:36px 0 28px;
    border-bottom:1px solid rgba(138,255,0,.12);
}

.case-filter-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.case-filter-left,
.case-sort{
    display:flex;
    align-items:center;
    gap:16px;
}

.filter-label{
    font-family:'Oswald',sans-serif;
    font-size:16px;
    text-transform:uppercase;
    letter-spacing:3px;
    color:#8f968b;
}

.case-filter{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:0 28px;
    border:1px solid rgba(138,255,0,.15);
    color:#d8d8c8;
    font-family:'Oswald',sans-serif;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:3px;
    text-decoration:none;
    background:rgba(0,0,0,.25);
}

.case-filter.active,
.case-filter:hover{
    border-color:#8AFF00;
    color:#8AFF00;
}

.investigation-card.is-hidden {
    display:none;
}

.case-sort select{
    min-height:54px;
    padding:0 55px 0 24px;
    border:1px solid rgba(138,255,0,.18);
    background:#050807;
    color:#f2f2e8;
    font-family:'Oswald',sans-serif;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:3px;
}

/* ==========================================
   Investigation Archive
========================================== */

.investigations-archive{
    padding:60px 0 100px;
    background:#030605;
}

.investigations-archive .investigation-card-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:28px;
}

.investigations-archive .investigation-card{
    background:rgba(0,0,0,.45);
    border:1px solid rgba(138,255,0,.18);
    padding:0;
    overflow:hidden;
}

.investigations-archive .investigation-card-image{
    display:block;
    aspect-ratio:16/9;
    overflow:hidden;
}

.investigations-archive .investigation-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    margin-bottom:0;
}

.investigations-archive .investigation-card-content{
    padding:28px;
}

.investigations-archive .case-number{
    display:block;
    color:#8AFF00 !important;
    font-family:'Oswald',sans-serif;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:18px;
    margin-bottom:18px;
}

.investigations-archive .investigation-card-content h2{
    font-family:'Oswald',sans-serif;
    font-size:36px;
    text-transform:uppercase;
    letter-spacing:3px;
    margin:0 0 12px;
}

.investigations-archive .investigation-card-content h2 a{
    color:#f2f2e8;
    text-decoration:none;
}

.investigations-archive .investigation-subtitle{
    color:#8f968b;
    font-size:17px;
    margin:0 0 22px;
}

.investigations-archive .investigation-meta-row{
    display:flex;
    gap:26px;
    flex-wrap:wrap;
    padding-bottom:24px;
    margin-bottom:24px;
    border-bottom:1px solid rgba(216,216,200,.12);
}

.investigations-archive .investigation-meta-row span{
    color:#aeb7a8;
    font-size:15px;
    font-family:'Montserrat',sans-serif;
}

.investigations-archive .investigation-status{
    font-family:'Oswald',sans-serif;
    text-transform:uppercase;
    letter-spacing:3px;
    color:#f2f2e8;
    margin-bottom:26px;
}

.investigations-archive .investigation-status strong{
    color:#8AFF00;
}

.investigations-archive .case-link{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:28px;
    padding:16px 24px;
    border:1px solid #8AFF00;
    color:#f2f2e8;
    font-family:'Oswald',sans-serif;
    text-transform:uppercase;
    letter-spacing:3px;
    text-decoration:none;
}

.investigations-archive .case-link:hover{
    background:#8AFF00;
    color:#030605;
}

.investigation-archive-empty {
    color:#8AFF00;
    font-family:'Oswald',sans-serif;
    font-size:18px;
    letter-spacing:2px;
    margin:36px 0 0;
    text-align:center;
    text-transform:uppercase;
}

.investigation-map-block {
    margin: 40px 0;
}

.investigation-map-frame {
    border: 1px solid rgba(157, 255, 69, 0.22);
    background: #030605;
    overflow: hidden;
}

.investigation-map-frame img {
    display: block;
    width: 100%;
    height: auto;
}

/* ==========================================
   Single Investigation
========================================== */

.single-investigation-hero{
    position:relative;
    min-height:720px;
    display:flex;
    align-items:center;
    background-size:cover;
    background-position:center right;
    background-repeat:no-repeat;
    border-bottom:1px solid rgba(138,255,0,.18);
    overflow:hidden;
}

.single-investigation-overlay{
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(
        90deg,
        rgba(3,6,5,.94) 0%,
        rgba(3,6,5,.78) 38%,
        rgba(3,6,5,.20) 78%,
        rgba(3,6,5,.45) 100%
    );
}

.single-investigation-hero-inner{
    position:relative;
    z-index:2;
    padding-top:130px;
}

.single-investigation-hero-content{
    max-width:620px;
}

.back-to-cases,
.single-case-number{
    display:block;
    font-family:'Oswald',sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#8AFF00;
    margin-bottom:28px;
}

.single-investigation-hero-content h1{
    font-family:'Oswald',sans-serif;
    font-size:var(--hero-title-size);
    line-height:1;
    text-transform:uppercase;
    letter-spacing:5px;
    color:#f2f2e8;
    margin:0 0 22px;
}

.single-case-meta{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    font-family:'Oswald',sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#d8d8c8;
    margin-bottom:26px;
}

.single-case-meta span + span::before{
    content:'//';
    color:#8f968b;
    margin-right:18px;
}

.single-case-status{
    font-family:'Oswald',sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#8AFF00;
    margin-bottom:34px;
}

.single-case-status strong{
    color:#8AFF00;
}

.single-investigation-hero-content p{
    color:#d8d8c8;
    font-size:var(--hero-copy-size);
    line-height:1.7;
}

/* Tabs */

.case-tabs-wrap{
    background:#030605;
    border-bottom:1px solid rgba(138,255,0,.15);
}

.case-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    justify-content:center;
    padding:32px 0;
}

.case-tab{
    background:#080808;
    color:#8d8d8d;
    border:1px solid rgba(255,255,255,.08);
    padding:16px 24px;
    font-family:'Oswald',sans-serif;
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase;
    cursor:pointer;
}

.case-tab:hover,
.case-tab.active{
    color:#8AFF00;
    border-color:#8AFF00;
    box-shadow:0 0 14px rgba(138,255,0,.14);
}

/* Tab Content */

.single-case-content{
    background:#030605;
    padding:70px 0 120px;
}

.case-section{
    display:none;
}

.case-section.active{
    display:block;
}

.case-section h2{
    font-family:'Oswald',sans-serif;
    font-size:46px;
    text-transform:uppercase;
    letter-spacing:3px;
    color:#8AFF00;
    margin:0 0 35px;
}

/* Overview Layout */

.case-overview-layout{
    display:grid;
    grid-template-columns:minmax(0, 1fr) 380px;
    gap:34px;
}

.case-overview-main{
    min-width:0;
}

.case-overview-top{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
    margin-bottom:28px;
}

.case-panel{
    background:rgba(0,0,0,.42);
    border:1px solid rgba(138,255,0,.14);
    padding:34px;
}

.case-panel h3{
    font-family:'Oswald',sans-serif;
    font-size:28px;
    text-transform:uppercase;
    letter-spacing:3px;
    color:#8AFF00;
    margin:0 0 28px;
    padding-bottom:22px;
    border-bottom:1px solid rgba(216,216,200,.10);
}

.case-panel p{
    color:#d8d8c8;
    line-height:1.8;
}

.case-panel strong{
    color:#f2f2e8;
    font-family:'Oswald',sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
}

/* Case Details */

.case-detail-row{
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding:14px 0;
    border-bottom:1px solid rgba(216,216,200,.08);
}

.case-detail-row span,
.case-detail-row strong{
    font-family:'Oswald',sans-serif;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:15px;
}

.case-detail-row span{
    color:#d8d8c8;
}

.case-detail-row strong{
    color:#f2f2e8;
    text-align:right;
}

/* Map */

.case-map img{
    width:100%;
    display:block;
    border:1px solid rgba(138,255,0,.10);
}

.case-small-btn{
    display:inline-flex;
    margin-top:18px;
    padding:12px 18px;
    border:1px solid #8AFF00;
    color:#8AFF00;
    font-family:'Oswald',sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
}

/* Activity Summary */

.activity-summary-panel{
    margin-bottom:28px;
}

.activity-summary-grid{
    display:grid;
    grid-template-columns:repeat(5, 1fr);
}

.activity-item{
    text-align:center;
    padding:28px 18px;
    border-right:1px solid rgba(138,255,0,.10);
}

.activity-item:last-child{
    border-right:none;
}

.activity-item img{
    width:92px;
    height:92px;
    object-fit:contain;
    margin-bottom:22px;
}

.activity-item h4{
    font-family:'Oswald',sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#f2f2e8;
    margin:0 0 10px;
}

.activity-item span{
    font-family:'Oswald',sans-serif;
    text-transform:uppercase;
    color:#8AFF00;
}

/* Notes */

.case-notes-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
}

/* Sidebar */

.case-sidebar{
    display:flex;
    flex-direction:column;
    gap:28px;
}

.glance-item{
    display:grid;
    grid-template-columns:82px 70px 1fr;
    align-items:center;
    gap:20px;
    padding:2px;
    border:1px solid rgba(138,255,0,.12);
    margin-bottom:20px;
}

.glance-item:last-child{
    margin-bottom:0;
}

.glance-item img{
    width:70px;
    height:70px;
    object-fit:contain;
}

.glance-item strong{
    font-family:'Oswald',sans-serif;
    font-size:52px;
    line-height:1;
    color:#8AFF00;
}

.glance-item span{
    color:#8f968b;
    font-size:14px;
    line-height:1.5;
    font-weight:700;
}

/* Responsive */

@media(max-width:1200px){
    .case-overview-layout{
        grid-template-columns:1fr;
    }

    .case-overview-top,
    .case-notes-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:800px){
    .single-investigation-hero-content h1{
        font-size:56px;
    }

    .activity-summary-grid{
        grid-template-columns:1fr;
    }

    .activity-item{
        border-right:none;
        border-bottom:1px solid rgba(138,255,0,.10);
    }

    .activity-item:last-child{
        border-bottom:none;
    }
}

.case-preview-text{
    color:#d8d8c8;
    line-height:1.8;
}

.case-expand-btn{
    margin-top:24px;
    padding:14px 22px;
    border:1px solid #8AFF00;
    background:transparent;
    color:#8AFF00;
    font-family:'Oswald',sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
    cursor:pointer;
}

.case-expand-btn:hover{
    background:#8AFF00;
    color:#030605;
}

.case-expanded-panel{
    max-height:0;
    overflow:hidden;
    opacity:0;
    transform:translateY(-10px);
    transition:max-height .5s ease, opacity .3s ease, transform .3s ease;
}

.case-expanded-panel.is-open{
    max-height:1400px;
    opacity:1;
    transform:translateY(0);
    margin-top:28px;
    margin-bottom:28px;
}

.featured-photo-panel{
    margin-top:28px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:42px;
    align-items:center;
}

.featured-photo-image img{
    width:100%;
    display:block;
    border:1px solid rgba(138,255,0,.16);
}

.featured-photo-content h3{
    font-family:'Oswald',sans-serif;
    font-size:34px;
    text-transform:uppercase;
    letter-spacing:3px;
    color:#8AFF00;
    margin:0 0 28px;
    padding-bottom:22px;
    border-bottom:1px solid rgba(216,216,200,.10);
}

.featured-photo-content h4{
    font-family:'Oswald',sans-serif;
    color:#f2f2e8;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:28px;
    margin:0 0 18px;
}

.featured-photo-description{
    color:#8f968b;
    font-size:20px;
    line-height:1.7;
    margin-bottom:34px;
}

.featured-photo-btn{
    min-width:320px;
    justify-content:center;
}

.timeline-item{
    display:grid;
    grid-template-columns:32px 1fr;
    gap:20px;
    margin-bottom:34px;
    align-items:flex-start;
}

.timeline-item img{
    width:24px !important;
    height:24px !important;
    min-width:24px;
    max-width:24px;
    object-fit:contain;
    display:block;
    margin-top:4px;
}.timeline-toggle{
    display:flex;
    align-items:center;
    justify-content:center;

    width:100%;
    max-width:240px;
    height:58px;

    margin:20px auto 0;

    border:1px solid #8AFF00;
    background:transparent;

    color:#8AFF00;
    font-family:'Oswald',sans-serif;
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing:3px;

    cursor:pointer;
    transition:all .25s ease;
}

.timeline-toggle:hover{
    background:#8AFF00;
    color:#030605;
}

.timeline-expanded{
    max-height:0;
    overflow:hidden;
    opacity:0;
    transition:all .4s ease;
}

.timeline-expanded.is-open{
    max-height:2000px;
    opacity:1;
    margin-top:24px;
}

.notable-description{
    color:#8f968b;
    font-size:16px;
    line-height:1.7;
    margin:0 0 22px;
}

.notable-buttons{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.notable-buttons .case-small-btn{
    justify-content:center;
    text-align:center;
}

.case-next-steps-preview,
.case-next-steps-full{
    margin:0;
    padding-left:20px;
    color:#d8d8c8;
    line-height:1.8;
}

.case-next-steps-preview li,
.case-next-steps-full li{
    margin-bottom:8px;
}

.history-layout{
    display:grid;
    grid-template-columns:380px 1fr;
    gap:30px;
}

.history-sidebar,
.history-main{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.history-label{
    display:flex;
    align-items:center;
    gap:8px;

    white-space:nowrap;

    font-family:'Oswald',sans-serif;
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase;
}

.history-label-title{
    color:#8f968b;
    flex-shrink:0;
}

.history-label-case{
    color:#8AFF00;
    flex-shrink:0;
}
    

.history-intro{
    color:#d8d8c8;
    line-height:1.8;
}

.history-hero-panel{

    position:relative;

    z-index:2;

    margin-bottom:-218px;

}

.history-timeline-panel h3{
    font-size:28px;
    letter-spacing:2px;
    line-height:1.1;
}

.history-main > .case-panel:nth-of-type(2){

    position:relative;

    z-index:1;

    padding-top:120px;

}

.history-hero-panel img{
    width:100%;
    display:block;
}

.history-timeline-item{
    display:grid;
    grid-template-columns:18px 1fr;
    gap:18px;
    margin-bottom:28px;
}

.history-timeline-item img{
    width:18px;
    height:18px;
    margin-top:5px;
}

.history-timeline-item strong{
    display:block;
    color:#8AFF00;
    font-family:'Oswald',sans-serif;
    margin-bottom:6px;
}

.history-timeline-item h4{
    color:#f2f2e8;
    margin:0 0 8px;
}

.history-timeline-item p{
    color:#8f968b;
    line-height:1.7;
}

.history-figures-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.history-figure-card img{
    width:100%;
    display:block;
    margin-bottom:16px;
}

.history-figure-card h4{
    color:#f2f2e8;
    margin-bottom:10px;
}

.history-figure-card p{
    color:#8f968b;
    line-height:1.7;
}

@media(max-width:1100px){

    .history-layout{
        grid-template-columns:1fr;
    }

    .history-figures-grid{
        grid-template-columns:1fr;
    }

}

.history-figure-title{
    display:block;
    margin:0 0 14px;

    font-family:'Oswald',sans-serif;
    font-size:13px;
    font-weight:500;
    letter-spacing:2px;
    text-transform:uppercase;

    color:#8AFF00;
}

.history-figure-name{
    color:#f2f2e8;
    font-family:'Oswald',sans-serif;
    font-size:22px;
    margin:0 0 6px;
}
.history-figure-description{
    color:#8f968b;
    font-size:16px;
    line-height:1.7;
}

/* ==========================================
   EVIDENCE LOCKER HERO
========================================== */

.evidence-locker-hero{
    position:relative;
    min-height:320px;
    padding-top:140px;
    padding-bottom:55px;

    background-image:url('../images/bg-evidence-locker.webp');
    background-size:cover;
    background-position:center;

    border-top:1px solid rgba(157,255,69,.15);
    border-bottom:1px solid rgba(157,255,69,.15);

    overflow:hidden;
}

.evidence-locker-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(3,6,5,.96) 0%,
        rgba(3,6,5,.75) 25%,
        rgba(3,6,5,.35) 50%,
        rgba(3,6,5,.75) 75%,
        rgba(3,6,5,.96) 100%
    );
}

.evidence-locker-hero .container-wide{
    position:relative;
    z-index:2;
}

.evidence-locker-hero-grid{
    display:grid;
    grid-template-columns:1fr 650px;
    align-items:center;
    gap:60px;
}

/* Title */

.evidence-locker-title{
    display:flex;
    align-items:center;
    gap:14px;
    margin:0 0 20px;
}

.evidence-locker-title img{
    width:48px;
    height:48px;
    max-width:48px;
    object-fit:contain;
    flex-shrink:0;
}

.evidence-locker-title span{
    display:block;
    font-family:'Oswald',sans-serif;
    font-size:clamp(38px,4vw,58px);
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:3px;
    line-height:1;
    color:#9dff45;
}

.evidence-locker-intro p{
    max-width:620px;
    margin:0;

    font-size:var(--hero-copy-size);
    line-height:1.7;
    color:#d8d8c8;
}

/* Search */

.evidence-locker-search{
    display:flex;
    gap:15px;
    align-items:center;
}

.evidence-search-form{
    position:relative;
    flex:1;
}

.evidence-search-form input{
    width:100%;
    height:70px;

    background:rgba(0,0,0,.55);
    border:1px solid rgba(157,255,69,.22);

    color:#d8d8c8;
    padding:0 70px 0 25px;

    font-size:18px;
    outline:none;
}

.evidence-search-form input::placeholder{
    color:#8f968b;
}

.evidence-search-form button{
    position:absolute;
    top:0;
    right:0;

    width:70px;
    height:70px;

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

    background:transparent;
    border:0;

    color:#9dff45;
    font-size:28px;
    line-height:1;

    cursor:pointer;
}

.evidence-search-form button span{
    display:block;
    transform:rotate(-15deg);
}

.evidence-filter-btn{
    height:70px;
    padding:0 35px;

    background:none;
    border:1px solid rgba(157,255,69,.40);

    color:#9dff45;

    font-family:'Oswald',sans-serif;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:2px;

    cursor:pointer;
}

.evidence-filter-btn:hover,
.evidence-search-form button:hover{
    color:#ffffff;
}

/* ==========================================
   EVIDENCE LOCKER TOOLBAR
========================================== */

.evidence-locker-toolbar{
    padding:0 0 30px;
    margin-top:-36px;
    position:relative;
    z-index:3;
}

.evidence-sort-bar{
    position:relative;
    z-index:2;

    display:flex;
    align-items:center;
    gap:35px;

    padding-top:42px;
}

.sort-label{
    font-family:'Oswald',sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:18px;
    color:#9dff45;
}

.evidence-sort-bar button{
    background:none;
    border:none;
    color:#d8d8c8;

    font-family:'Oswald',sans-serif;
    font-size:18px;

    cursor:pointer;
}

.evidence-sort-bar button.active{
    color:#9dff45;
    position:relative;
}

.evidence-sort-bar button.active::after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:-10px;

    height:2px;
    background:#9dff45;
}

.evidence-locker-main {
    background: #030605;
    padding: 35px 0 70px;
    color: #d8d8c8;
}

.evidence-locker-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 28px;
}

.evidence-locker-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 18px;
}

.evidence-location-card,
.evidence-sidebar-panel {
    background: linear-gradient(180deg, rgba(7,16,13,.96), rgba(3,6,5,.98));
    border: 1px solid rgba(157,255,69,.18);
    box-shadow: inset 0 0 30px rgba(0,0,0,.55);
}

.evidence-location-card {
    display: flex;
    min-height: 560px;
    flex-direction: column;
}

.evidence-location-card.is-hidden {
    display: none;
}

.evidence-locker-empty {
    display: block;
    grid-column: 1 / -1;
    align-self: start;
    width: 100%;
    max-width: 700px;
    margin: 24px auto;
    padding: 18px 24px;
    border: 1px solid rgba(157,255,69,.35);
    background: rgba(7,16,13,.78);
    color: #d8d8c8;
    font-family: Oswald, sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.evidence-location-image {
    position: relative;
    height: 170px;
    flex: 0 0 170px;
    overflow: hidden;
    border-bottom: 1px solid rgba(157,255,69,.12);
}

.evidence-location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.35) brightness(.95) contrast(1.00);
}

.evidence-item-count {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 10px;
    background: rgba(0,0,0,.75);
    border: 1px solid rgba(216,216,200,.25);
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.evidence-location-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.evidence-location-content h2 {
    min-height: 80px;
    margin: 0 0 6px;
    font-family: Oswald, sans-serif;
    font-size: 23px;
    letter-spacing: 1.5px;
    line-height: 1.12;
    text-transform: uppercase;
    color: #f2f2e8;
}

.evidence-location-est {
    display: block;
    color: #9dff45;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.evidence-location-place {
    min-height: 34px;
    font-size: 13px;
    line-height: 1.35;
    color: #b7b7a8;
    margin-bottom: 16px;
}

.evidence-location-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 8px;
    text-align: center;
    margin-bottom: 18px;
}

.evidence-location-stats div {
    display: grid;
    align-content: start;
    gap: 3px;
    min-width: 0;
}

.evidence-location-stats strong {
    display: block;
    color: #9dff45;
    font-family: Oswald, sans-serif;
    font-size: 18px;
}

.evidence-location-stats span {
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #b7b7a8;
}

.evidence-score {
    margin-bottom: 18px;
    font-size: 13px;
}

.evidence-score-bar {
    height: 5px;
    background: rgba(255,255,255,.08);
    margin-top: 6px;
    overflow: hidden;
}

.evidence-score-bar span {
    display: block;
    height: 100%;
    background: #8f3fff;
}

.view-evidence-btn {
    display: block;
    width: 100%;
    margin-top: auto;
    text-align: center;
    padding: 10px;
    border: 1px solid rgba(157,255,69,.35);
    color: #9dff45;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.evidence-locker-sidebar {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.evidence-sidebar-panel {
    padding: 18px;
}

.evidence-sidebar-panel h3 {
    margin: 0 0 16px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #9dff45;
}

.evidence-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.evidence-overview-grid div {
    border: 1px solid rgba(157,255,69,.16);
    padding: 14px;
    text-align: center;
    background: rgba(0,0,0,.35);
}

.evidence-overview-grid strong {
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 30px;
    color: #fff;
}

.evidence-overview-grid span {
    font-size: 11px;
    text-transform: uppercase;
    color: #b7b7a8;
}

.recent-evidence-list {
    display: grid;
    gap: 10px;
}

.recent-evidence-item {
    display: block;
    padding: 12px;
    border: 1px solid rgba(157,255,69,.16);
    background: rgba(0,0,0,.32);
    color: #d8d8c8;
    text-decoration: none;
}

.recent-evidence-item:hover,
.recent-evidence-item:focus {
    border-color: rgba(157,255,69,.4);
    color: #fff;
}

.recent-evidence-title {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.recent-evidence-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 8px;
    color: #b7b7a8;
    font-size: 11px;
    line-height: 1.35;
    text-transform: uppercase;
}

.recent-evidence-meta span:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    color: rgba(157,255,69,.5);
}

@media (max-width: 1200px) {
    .evidence-locker-layout {
        grid-template-columns: 1fr;
    }

    .evidence-locker-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .evidence-location-card {
        min-height: 0;
    }

    .evidence-location-content h2 {
        min-height: 0;
    }

    .evidence-location-place {
        min-height: 0;
    }

    .evidence-location-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 10px;
    }
}

.evidence-tab-header {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.evidence-tab-header h2 {
    color: #9dff45;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.evidence-tab-layout {
    display: grid;
    grid-template-columns: 240px 1fr 280px;
    gap: 18px;
}

.evidence-tab-panel,
.evidence-item-card,
.evidence-tab-count-card {
    background: rgba(7, 16, 13, .96);
    border: 1px solid rgba(157,255,69,.2);
    padding: 16px;
}

.evidence-tab-panel {
    box-shadow: inset 0 0 24px rgba(157, 255, 69, .025), 0 0 18px rgba(0, 0, 0, .28);
}

.evidence-tab-panel h3,
.evidence-tab-main-heading h3 {
    color: #9dff45;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.evidence-tab-panel h3 {
    margin: 0 0 16px;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(157, 255, 69, .18);
    font-size: 16px;
}

.evidence-tab-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.evidence-tab-sidebar li {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid rgba(157,255,69,.12);
}

.evidence-items-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.evidence-item-card {
    padding: 0;
    overflow: hidden;
}

.evidence-item-image {
    position: relative;
    height: 165px;
    background: #030605;
    overflow: hidden;
}

.evidence-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(.9) contrast(1.05);
}

.evidence-type-badge,
.evidence-rating-badge {
    position: absolute;
    top: 10px;
    padding: 5px 8px;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid rgba(157,255,69,.35);
    background: rgba(0,0,0,.75);
}

.evidence-type-badge {
    left: 10px;
    color: #9dff45;
}

.evidence-rating-badge {
    right: 10px;
    color: #d8d8c8;
}

.evidence-item-content {
    padding: 14px;
}

.evidence-item-content h4 {
    margin: 0 0 8px;
    color: #f2f2e8;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
}

.evidence-item-content p,
.evidence-item-content span {
    display: block;
    color: #b8b8aa;
    font-size: 14px;
    margin-bottom: 5px;
}

.evidence-tab-count-card strong,
.evidence-selected-panel strong {
    display: block;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 34px;
}

.evidence-selected-panel {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.evidence-summary-ring {
    width: 116px;
    aspect-ratio: 1;
    margin: 2px auto 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 8px solid rgba(157, 255, 69, .72);
    background: radial-gradient(circle, rgba(157, 255, 69, .07), #07100d 68%);
    box-shadow: inset 0 0 18px rgba(157, 255, 69, .08), 0 0 20px rgba(157, 255, 69, .16);
}

.evidence-summary-ring span {
    color: #f2f2e8;
    font-family: Oswald, sans-serif;
    font-size: 31px;
    line-height: 1;
}

.evidence-summary-stats {
    display: grid;
    gap: 2px;
}

.evidence-summary-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 38px;
    padding: 8px 8px 8px 21px;
    border-bottom: 1px solid rgba(157, 255, 69, .1);
    color: #bfc5b8;
    font-size: 12px;
    letter-spacing: .3px;
}

.evidence-summary-row::before {
    content: '';
    position: absolute;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #9dff45;
    box-shadow: 0 0 7px currentColor;
}

.evidence-summary-row.summary-medium::before {
    background: #d5b849;
}

.evidence-summary-row.summary-low::before {
    background: #934747;
}

.evidence-summary-row strong {
    color: #9dff45;
    font-size: 18px;
    line-height: 1;
}

.evidence-quick-actions {
    display: grid;
    gap: 10px;
}

.evidence-quick-actions h3 {
    margin-bottom: 6px;
}

.evidence-quick-actions .case-small-btn,
.evidence-filters-panel #resetEvidenceFilters {
    display: flex;
    width: 100%;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(157, 255, 69, .3);
    background: rgba(157, 255, 69, .035);
    color: #bde986;
    transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}

.evidence-quick-actions .case-small-btn:hover,
.evidence-quick-actions .case-small-btn:focus-visible,
.evidence-filters-panel #resetEvidenceFilters:hover,
.evidence-filters-panel #resetEvidenceFilters:focus-visible {
    border-color: #9dff45;
    background: rgba(157, 255, 69, .08);
    color: #fff;
    box-shadow: 0 0 14px rgba(157, 255, 69, .18);
    outline: none;
}

@media (max-width: 1200px) {
    .evidence-tab-layout {
        grid-template-columns: 1fr;
    }

    .evidence-items-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.evidence-panel {
    padding: 40px 0;
}

.evidence-panel-full {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 30px;
}

.case-section.evidence-panel {
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 45px 30px 70px;
}

.evidence-panel-full {
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
}

.evidence-tab-layout {
    grid-template-columns: 260px minmax(0, 1fr) 320px;
}

.evidence-items-grid {
    grid-template-columns: repeat(5, 1fr);
}

.evidence-tab-stats-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;
    margin-bottom: 24px;
}

.evidence-stat-box {
    background: rgba(7, 16, 13, .96);
    border: 1px solid rgba(157,255,69,.22);
    padding: 18px 12px;
    text-align: center;
}

.evidence-stat-box strong {
    display: block;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 34px;
    line-height: 1;
}

.evidence-stat-box span {
    display: block;
    margin-top: 8px;
    color: #9dff45;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.evidence-item-card {
    cursor: pointer;
}

.evidence-item-card.active-evidence {
    border-color: rgba(157, 255, 69, .75);
    box-shadow: 0 0 22px rgba(157, 255, 69, .18);
}

.selected-evidence-preview {
    height: 190px;
    background: #030605;
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid rgba(157,255,69,.18);
}

.selected-evidence-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(.95) contrast(1);
}

.selected-evidence-box h4 {
    color: #f2f2e8;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0 0 14px;
}

.selected-evidence-meta p {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(157,255,69,.12);
    color: #b8b8aa;
    font-size: 13px;
}

.selected-evidence-meta strong {
    display: inline;
    color: #9dff45;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
}

.selected-evidence-summary {
    margin: 16px 0;
    color: #d8d8c8;
    font-size: 14px;
    line-height: 1.6;
}

.selected-evidence-btn {
    display: flex;
    width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 8px;
}

.evidence-status-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 6px 10px;
    border-radius: 3px;
    font-family: Oswald, sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid;
    background: rgba(0,0,0,.75);
}

.status-verified {
    color: #9dff45;
    border-color: rgba(157,255,69,.5);
}

.status-under-review {
    color: #ffd84d;
    border-color: rgba(255,216,77,.5);
}

.status-inconclusive {
    color: #ff9f43;
    border-color: rgba(255,159,67,.5);
}

.status-debunked {
    color: #ff5a5a;
    border-color: rgba(255,90,90,.5);
}

.status-archived {
    color: #9a9a9a;
    border-color: rgba(154,154,154,.4);
}

.evidence-category-list li {
    cursor: pointer;
}

.evidence-category-list li.active {
    color: #9dff45;
    background: rgba(157,255,69,.08);
    border-left: 3px solid #9dff45;
}

.evidence-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.evidence-modal.is-open {
    display: block;
}

.evidence-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.85);
}



.evidence-modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: none;
    border: 0;
    color: #9dff45;
    font-size: 32px;
    cursor: pointer;
}
.evidence-modal-box {
    position: relative;
    z-index: 2;
    width: calc(100vw - 80px);
    max-width: 1200px;
    max-height: calc(100vh - 80px);
    margin: 40px auto;
    overflow-y: auto;
    background: #07100d;
    border: 1px solid rgba(157,255,69,.35);
    padding: 28px;
    color: #d8d8c8;
}
.evidence-modal-media {
    max-height: 420px;
    overflow: hidden;
    margin-bottom: 22px;
}

.evidence-modal-media img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    display: block;
}

.evidence-modal-media iframe {
    width: 100%;
    height: 420px;
}

.evidence-modal-media audio {
    width: 100%;
}

.evidence-modal-details {
    margin-top: 22px;
}

.evidence-modal-details h4 {
    color: #9dff45;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 18px 0 6px;
}

.evidence-modal-details p {
    color: #d8d8c8;
    line-height: 1.6;
}

.modal-evidence-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

.modal-evidence-meta div {
    background: rgba(157,255,69,.04);
    border: 1px solid rgba(157,255,69,.12);
    padding: 10px;
}

.modal-evidence-meta strong {
    display: block;
    color: #9dff45;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.modal-evidence-meta span {
    color: #d8d8c8;
}

.evidence-filter-row {
    display: grid;
    grid-template-columns: minmax(76px, .8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(157, 255, 69, .1);
}

.evidence-filter-row label {
    color: #c8cdbf;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .7px;
    cursor: pointer;
}

.evidence-filter-row select {
    width: 100%;
    min-width: 0;
    height: 36px;
    padding: 0 28px 0 9px;
    border: 1px solid rgba(157, 255, 69, .23);
    border-radius: 0;
    background: #030a07;
    color: #d8d8c8;
    font-size: 12px;
    cursor: pointer;
}

.evidence-filter-row select:focus {
    border-color: #9dff45;
    outline: none;
    box-shadow: 0 0 10px rgba(157, 255, 69, .16);
}

.evidence-featured-filter input {
    justify-self: end;
    width: 17px;
    height: 17px;
    accent-color: #9dff45;
    cursor: pointer;
}

.evidence-search-bar {
    margin-bottom: 20px;
}

.evidence-search-bar input {
    width: 100%;
    padding: 12px 16px;
    background: #07100d;
    border: 1px solid rgba(157,255,69,.2);
    color: #d8d8c8;
    font-size: 14px;
}

.evidence-search-bar input:focus {
    outline: none;
    border-color: #9dff45;
}

.evidence-search-actions {
    margin: 16px 0 0;
}

#resetEvidenceFilters {
    cursor: pointer;
}

/* Claims tab */
.claims-panel {
    --claims-green: #8aff00;
    --claims-panel: rgba(3, 8, 5, .94);
    --claims-line: rgba(138, 255, 0, .28);
    --claims-faint-line: rgba(138, 255, 0, .12);
    --claims-copy: #c8cdbf;
}

.claims-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.claims-main,
.claims-sidebar {
    min-width: 0;
}

.claims-panel h2,
.claims-panel h3 {
    font-family: 'Oswald', sans-serif;
    color: var(--claims-green);
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.claims-panel h2 {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.1;
}

.claims-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.claims-stat-card,
.claims-table-panel,
.claims-side-panel,
.claims-activity-map {
    border: 1px solid var(--claims-line);
    background:
        linear-gradient(145deg, rgba(138, 255, 0, .025), transparent 42%),
        var(--claims-panel);
    box-shadow: inset 0 0 26px rgba(0, 0, 0, .55), 0 0 18px rgba(84, 175, 0, .025);
}

.claims-stat-card {
    min-height: 164px;
    padding: 18px 14px 14px;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 11px;
    align-content: start;
}

.claims-stat-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border: 0;
    background: #030605;
    filter: sepia(1) saturate(3) hue-rotate(35deg) brightness(.8);
    box-shadow: none;
}

.claims-stat-content strong {
    display: block;
    color: #ececdd;
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.claims-stat-content strong small,
.claims-activity strong small,
.claims-hotspot-list strong small {
    margin-left: 3px;
    color: #8f968b;
    font-size: 10px;
    font-weight: 400;
}

.claims-stat-content strong.claims-priority {
    font-size: 27px;
    color: #d9e5cb;
}

.claims-stat-content span {
    display: block;
    margin-top: 7px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: .65px;
    text-transform: uppercase;
}

.claims-stat-card p {
    grid-column: 1 / -1;
    margin: 5px 0 0;
    color: #a9afa4;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
}

.claims-table-panel {
    overflow: hidden;
}

.claims-section-heading {
    display: flex;
    align-items: baseline;
    gap: 18px;
    padding: 13px 16px 10px;
    border-bottom: 1px solid var(--claims-line);
}

.claims-section-heading h3,
.claims-side-panel h3,
.claims-map-key h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.15;
}

.claims-section-heading p,
.claims-side-panel > p,
.claims-map-key > p {
    margin: 0;
    color: #a6ada1;
    font-size: 11px;
    line-height: 1.45;
}

.claims-table {
    min-width: 860px;
}

.claims-table-header,
.claims-table-row {
    display: grid;
    grid-template-columns: minmax(210px, 2.25fr) minmax(92px, .9fr) minmax(84px, .78fr) 92px minmax(142px, 1.35fr) minmax(104px, .9fr);
    align-items: center;
    column-gap: 10px;
}

.claims-table-header {
    min-height: 34px;
    padding: 0 12px;
    border-bottom: 1px solid var(--claims-faint-line);
    color: #aeb5aa;
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.claims-table-row {
    min-height: 66px;
    padding: 7px 12px;
    border-bottom: 1px solid var(--claims-faint-line);
    color: #c9cec2;
    font-size: 10px;
}

.claims-table-row:last-child {
    border-bottom: 0;
}

.claims-empty-state {
    padding: 32px 18px;
    color: #9ca297;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.claims-table-row:hover {
    background: rgba(138, 255, 0, .025);
}

.claims-name {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.claims-name img,
.claims-phenomena-list img {
    width: 36px;
    height: 36px;
    object-fit: cover;
    border: 0;
    background: transparent;
    filter: saturate(.7) brightness(.7);
}

.claims-name strong {
    display: block;
    color: #eef0e8;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .35px;
    line-height: 1.2;
    text-transform: uppercase;
}

.claims-name small {
    display: block;
    margin-top: 3px;
    color: #92998f;
    font-size: 9px;
    line-height: 1.35;
}

.claim-type {
    display: inline-block;
    padding: 5px 7px;
    border: 1px solid currentColor;
    border-radius: 2px;
    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 1;
    text-transform: uppercase;
}

.claim-type-visual { color: #b476ff; background: rgba(140, 82, 255, .12); }
.claim-type-auditory { color: #49a8ff; background: rgba(28, 135, 255, .12); }
.claim-type-environmental { color: #17d8cf; background: rgba(0, 210, 200, .1); }
.claim-type-physical { color: #ff970f; background: rgba(255, 139, 0, .1); }
.claim-type-intelligent { color: #ff3737; background: rgba(255, 35, 35, .1); }
.claim-type-historical { color: #bebeb4; background: rgba(190, 190, 180, .1); }

.claims-report-count {
    display: grid;
    gap: 2px;
    font-family: 'Oswald', sans-serif;
    white-space: nowrap;
}

.claims-report-count strong {
    color: #e8eadf;
    font-size: 12px;
    font-weight: 500;
}

.claims-report-count small {
    color: var(--claims-green);
    font-size: 9px;
}

.claims-activity {
    display: flex;
    align-items: center;
    gap: 8px;
}

.claims-activity-bar,
.claims-hotspot-list > li > i,
.claims-phenomena-list span > i {
    display: block;
    overflow: hidden;
    height: 6px;
    background: rgba(255, 255, 255, .065);
}

.claims-activity-bar {
    flex: 1;
}

.claims-activity-bar i,
.claims-hotspot-list em,
.claims-phenomena-list em {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #55a600, #a2ff2c);
    box-shadow: 0 0 8px rgba(138, 255, 0, .18);
}

.claims-activity strong {
    color: #e8eadf;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    white-space: nowrap;
}

.claims-notes {
    color: #9ca297;
    line-height: 1.35;
}

.claims-sidebar {
    display: grid;
    gap: 18px;
}

.claims-side-panel {
    padding: 15px;
}

.claims-side-panel > p {
    margin-top: 4px;
}

.claims-hotspot-list {
    display: grid;
    gap: 10px;
    margin: 15px 0 13px;
    padding: 0;
    list-style: none;
}

.claims-sidebar-empty {
    margin: 16px 0 !important;
    padding: 14px;
    border: 1px solid var(--claims-faint-line);
    background: rgba(138, 255, 0, .025);
    text-align: center;
}

.claims-hotspot-list li {
    display: grid;
    grid-template-columns: 20px 96px 1fr 43px;
    gap: 8px;
    align-items: center;
    color: #d9dcd3;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    letter-spacing: .35px;
    text-transform: uppercase;
}

.claims-hotspot-list li > b {
    width: 19px;
    height: 19px;
    border: 1px solid var(--claims-green);
    border-radius: 50%;
    color: var(--claims-green);
    font-size: 10px;
    line-height: 17px;
    text-align: center;
}

.claims-hotspot-list li > strong {
    font-size: 11px;
    font-weight: 500;
    text-align: right;
}

.claims-map-link {
    display: flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(138, 255, 0, .5);
    color: var(--claims-green);
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    letter-spacing: .6px;
    text-transform: uppercase;
    transition: background .2s ease, box-shadow .2s ease;
}

.claims-map-link:hover,
.claims-map-link:focus-visible {
    background: rgba(138, 255, 0, .08);
    box-shadow: 0 0 14px rgba(138, 255, 0, .14);
    outline: none;
}

.claims-phenomena-list {
    display: grid;
    gap: 11px;
    margin-top: 15px;
}

.claims-phenomena-list > div {
    display: grid;
    grid-template-columns: 34px 1fr 48px;
    gap: 9px;
    align-items: center;
}

.claims-phenomena-list img {
    width: 32px;
    height: 32px;
}

.claims-phenomena-list span {
    color: #e1e3dc;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    letter-spacing: .35px;
    text-transform: uppercase;
}

.claims-phenomena-list span > i {
    margin-top: 5px;
}

.claims-phenomena-list > div:nth-child(1) em { background: #8f48df; }
.claims-phenomena-list > div:nth-child(2) em { background: #198be5; }
.claims-phenomena-list > div:nth-child(3) em,
.claims-phenomena-list > div:nth-child(5) em { background: #f2810b; }
.claims-phenomena-list > div:nth-child(4) em { background: #10bcb6; }

.claims-phenomena-list strong {
    color: #e8eadf;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
}

.claims-phenomena-list strong small {
    display: block;
    color: #858c82;
    font-size: 8px;
    font-weight: 400;
    text-transform: uppercase;
}

.claims-witness-content {
    display: grid;
    grid-template-columns: 118px 1fr;
    gap: 15px;
    align-items: center;
    margin-top: 15px;
}

.claims-donut {
    width: 116px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: conic-gradient(var(--claims-green) 0 var(--report-percent, 0%), rgba(255, 255, 255, .08) var(--report-percent, 0%) 100%);
    box-shadow: 0 0 18px rgba(0, 0, 0, .55);
    position: relative;
}

.claims-donut::after {
    content: '';
    position: absolute;
    inset: 29px;
    border: 1px solid rgba(138, 255, 0, .2);
    border-radius: 50%;
    background: #020604;
    z-index: 1;
}

.claims-donut > span {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    align-content: center;
    justify-items: center;
    font-family: 'Oswald', sans-serif;
}

.claims-donut > span strong {
    color: #eef0e8;
    font-size: 18px;
    line-height: 1;
}

.claims-donut > span small {
    margin-top: 4px;
    color: #8f968b;
    font-size: 9px;
}

.claims-witness-content ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.claims-witness-content li {
    display: grid;
    grid-template-columns: 8px 1fr auto;
    gap: 7px;
    align-items: center;
    color: #b9beb5;
    font-size: 9px;
}

.claims-witness-content li > i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.claims-witness-content li > .visual { background: #6b2ab3; }
.claims-witness-content li > .auditory { background: #0861a9; }
.claims-witness-content li > .physical { background: #ca6308; }
.claims-witness-content li > .environmental { background: #087f79; }
.claims-witness-content li > .historical { background: #6c6d61; }
.claims-witness-content li > .intelligent { background: #b51c1c; }
.claims-witness-content li strong { color: #e1e4db; font-weight: 500; }

.claims-activity-map {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 190px;
    gap: 20px;
    min-height: 280px;
    margin-top: 20px;
    padding: 18px;
    overflow: hidden;
}

.claims-map-key,
.claims-map-note {
    align-self: center;
}

.claims-map-key ul {
    display: grid;
    gap: 9px;
    margin: 18px 0 0;
    padding: 0;
    color: #b8beb3;
    font-size: 9px;
    list-style: none;
}

.claims-map-key li {
    display: grid;
    grid-template-columns: 10px 30px 1fr;
    gap: 8px;
    align-items: center;
}

.claims-map-key li > i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 8px currentColor;
}

.claims-map-key i.very-high { color: #e21e22; background: currentColor; }
.claims-map-key i.high { color: #f08409; background: currentColor; }
.claims-map-key i.moderate { color: #e5cd00; background: currentColor; }
.claims-map-key i.low { color: #62bc00; background: currentColor; }
.claims-map-key i.very-low { color: #75796f; background: currentColor; }
.claims-map-key i.none { color: #4b514a; background: currentColor; }

.claims-blueprint {
    min-height: 244px;
    position: relative;
    border: 1px solid rgba(138, 255, 0, .16);
    background-color: #031007;
    background-image:
        linear-gradient(rgba(138, 255, 0, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(138, 255, 0, .08) 1px, transparent 1px),
        linear-gradient(rgba(138, 255, 0, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(138, 255, 0, .025) 1px, transparent 1px);
    background-size: 48px 48px, 48px 48px, 12px 12px, 12px 12px;
    box-shadow: inset 0 0 60px #000;
}

.claims-blueprint::before,
.claims-blueprint::after {
    content: '';
    position: absolute;
    border: 2px solid rgba(138, 255, 0, .18);
    background: linear-gradient(90deg, transparent 49%, rgba(138, 255, 0, .1) 50%, transparent 51%);
}

.claims-blueprint::before { inset: 22px 13% 25px 10%; }
.claims-blueprint::after { inset: 48px 25% 54px 27%; }

.claims-map-room {
    position: absolute;
    z-index: 2;
    min-width: 92px;
    padding: 7px 10px;
    border: 1px solid #bd7700;
    background: rgba(38, 23, 0, .86);
    color: #ffc400;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 0 13px rgba(255, 174, 0, .18);
}

.claims-map-room span,
.claims-map-room strong {
    display: block;
}

.claims-map-room span { font-size: 10px; letter-spacing: .35px; }
.claims-map-room strong { margin-top: 2px; font-size: 19px; line-height: 1; }
.room-hallway { top: 16%; left: 18%; }
.room-208 { top: 19%; right: 17%; }
.room-parlor { top: 49%; left: 44%; transform: translate(-50%, -50%); border-color: #d51d1d; background: rgba(55, 3, 3, .88); color: #ff3f3f; min-width: 118px; }
.room-basement { right: 11%; bottom: 14%; }
.room-staircase { left: 8%; bottom: 13%; }
.claims-map-room.activity-very-high { border-color: #d51d1d; background: rgba(55, 3, 3, .88); color: #ff3f3f; }
.claims-map-room.activity-high { border-color: #f08409; background: rgba(58, 31, 0, .88); color: #ffb13b; }
.claims-map-room.activity-moderate { border-color: #e5cd00; background: rgba(52, 46, 0, .86); color: #fff06a; }
.claims-map-room.activity-low { border-color: #62bc00; background: rgba(18, 47, 0, .86); color: #94e735; }
.claims-map-room.activity-very-low { border-color: #75796f; background: rgba(22, 26, 21, .86); color: #b8bfb4; }
.claims-map-room.activity-none { border-color: #4b514a; background: rgba(4, 7, 5, .86); color: #81887e; }

.claims-map-empty {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 20px;
    color: #9ca297;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.claims-map-note {
    color: #a5aca0;
    font-size: 10px;
    line-height: 1.55;
}

.claims-map-note strong {
    display: block;
    margin: 16px 0 2px;
    padding-top: 12px;
    border-top: 1px solid var(--claims-faint-line);
    color: var(--claims-green);
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.claims-map-note p {
    margin: 0;
}

@media (max-width: 1180px) {
    .claims-layout { grid-template-columns: 1fr; }
    .claims-sidebar { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .claims-activity-map { grid-template-columns: 170px minmax(0, 1fr); }
    .claims-map-note { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: start; }
    .claims-map-note strong { margin: 0; padding: 0; border: 0; }
}

@media (max-width: 900px) {
    .claims-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .claims-sidebar { grid-template-columns: 1fr; }
    .claims-side-panel { padding: 18px; }
    .claims-witness-content { max-width: 360px; }
    .claims-table-scroll { overflow-x: auto; scrollbar-color: var(--claims-green) #07100d; }
}

@media (max-width: 680px) {
    .claims-panel h2 { font-size: 24px; }
    .claims-stat-grid { grid-template-columns: 1fr; }
    .claims-stat-card { min-height: 0; }
    .claims-section-heading { display: block; }
    .claims-section-heading p { margin-top: 5px; }
    .claims-activity-map { grid-template-columns: 1fr; padding: 14px; }
    .claims-blueprint { min-height: 300px; }
    .claims-map-note { grid-column: auto; display: block; }
    .claims-map-note strong { margin: 14px 0 2px; padding-top: 10px; border-top: 1px solid var(--claims-faint-line); }
    .room-hallway { left: 10%; }
    .room-208 { right: 8%; }
}

/* Evidence tab visual system */
.case-section.evidence-panel {
    --evidence-bg: #030605;
    --evidence-panel: #07100d;
    --evidence-panel-deep: #040a07;
    --evidence-green: #9dff45;
    --evidence-signal: #8aff00;
    --evidence-text: #d8d8c8;
    --evidence-muted: #899287;
    --evidence-line: rgba(157, 255, 69, .22);
    width: 100vw;
    max-width: none;
    margin-left: 50%;
    padding: 38px clamp(18px, 2.2vw, 42px) 72px;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 50% 0, rgba(95, 185, 31, .045), transparent 34%),
        linear-gradient(180deg, #030605 0%, #020504 100%);
    color: var(--evidence-text);
}

.evidence-panel-full {
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
    padding: 0;
}

.evidence-tab-header {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
    padding: 0;
}

.evidence-tab-header > div:first-child {
    position: relative;
    min-width: 0;
    min-height: 82px;
    padding: 5px 0 5px 112px;
}

.evidence-tab-header > div:first-child::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 94px;
    border: 1px solid rgba(157, 255, 69, .2);
    background:
        linear-gradient(rgba(1, 5, 3, .2), rgba(1, 5, 3, .64)),
        var(--investigation-primary-image, url('../images/placeholder.png')) center / cover no-repeat;
    filter: saturate(.5) contrast(1.1) brightness(.72);
    box-shadow: inset 0 0 18px rgba(0, 0, 0, .52);
}

.case-section.evidence-panel .evidence-tab-header h2 {
    margin: 0 0 8px;
    color: #eef3e9;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(28px, 2.25vw, 42px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-shadow: 0 0 18px rgba(157, 255, 69, .08);
}

.evidence-tab-header p {
    max-width: 720px;
    margin: 0;
    color: var(--evidence-muted);
    font-size: 13px;
    line-height: 1.55;
}

.evidence-tab-count-card {
    display: grid;
    min-width: 145px;
    align-content: center;
    justify-items: center;
    padding: 12px 18px;
    border: 1px solid var(--evidence-line);
    background:
        linear-gradient(145deg, rgba(157, 255, 69, .055), transparent 55%),
        var(--evidence-panel-deep);
    box-shadow: inset 0 0 22px rgba(0, 0, 0, .45);
}

.evidence-tab-count-card strong {
    color: #f0f4ec;
    font-family: 'Oswald', sans-serif;
    font-size: 31px;
    font-weight: 400;
    line-height: 1;
}

.evidence-tab-count-card span {
    margin-top: 6px;
    color: var(--evidence-green);
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.evidence-tab-stats-row {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.evidence-stat-box {
    position: relative;
    min-height: 82px;
    padding: 14px 9px 12px 46px;
    overflow: hidden;
    border: 1px solid rgba(157, 255, 69, .18);
    background:
        linear-gradient(180deg, rgba(157, 255, 69, .025), transparent 70%),
        var(--evidence-panel-deep);
    text-align: left;
    box-shadow: inset 0 -16px 28px rgba(0, 0, 0, .28);
}

.evidence-stat-box::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 2px;
    background: linear-gradient(transparent, rgba(157, 255, 69, .55), transparent);
    opacity: .55;
}

.evidence-stat-box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 11px;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(157, 255, 69, .28);
    background: var(--evidence-stat-icon, url('../images/total-items-icon.webp')) center / contain no-repeat;
    filter: drop-shadow(0 0 8px rgba(157, 255, 69, .24));
    box-shadow: 0 0 10px rgba(157, 255, 69, .08);
    transform: translateY(-50%);
}

.evidence-stat-box--total {
    --evidence-stat-icon: url('../images/faqs-evidence-icon.webp');
}

.evidence-stat-box--evp {
    --evidence-stat-icon: url('../images/mic-icon.webp');
}

.evidence-stat-box--photo {
    --evidence-stat-icon: url('../images/camera-icon.webp');
}

.evidence-stat-box--video {
    --evidence-stat-icon: url('../images/video-imaging-icon.webp');
}

.evidence-stat-box--document {
    --evidence-stat-icon: url('../images/faqs-claims-icon.webp');
}

.evidence-stat-box--emf {
    --evidence-stat-icon: url('../images/faqs-evidence-icon.webp');
}

.evidence-stat-box--thermal {
    --evidence-stat-icon: url('../images/environmental-monitoring-icon.webp');
}

.evidence-stat-box strong {
    display: block;
    color: #eef2e9;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

.evidence-stat-box span {
    display: block;
    margin-top: 7px;
    color: #a9b4a3;
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.evidence-tab-layout {
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr) 300px;
    gap: 14px;
    align-items: start;
}

.evidence-tab-sidebar,
.evidence-selected-panel {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 12px;
}

.evidence-tab-panel,
.evidence-item-card {
    border: 1px solid rgba(157, 255, 69, .19);
    background:
        linear-gradient(150deg, rgba(157, 255, 69, .018), transparent 50%),
        rgba(4, 10, 7, .97);
    box-shadow: inset 0 0 24px rgba(0, 0, 0, .42);
}

.evidence-tab-panel {
    padding: 14px;
}

.evidence-tab-panel h3,
.evidence-tab-main-heading h3 {
    color: var(--evidence-green);
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.evidence-tab-panel h3 {
    margin: 0 0 10px;
    padding: 0 0 9px;
    border-bottom: 1px solid rgba(157, 255, 69, .13);
    font-size: 17px;
}

.evidence-tab-panel > p {
    margin: 0 0 13px;
    color: var(--evidence-muted);
    font-size: 12px;
    line-height: 1.55;
}

.evidence-category-list,
.evidence-tab-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.evidence-category-list li,
.evidence-tab-sidebar .evidence-category-list li {
    display: flex;
    min-height: 35px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 8px;
    border: 0;
    border-bottom: 1px solid rgba(157, 255, 69, .075);
    color: #acb4a8;
    font-size: 11.5px;
    line-height: 1.2;
    transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.evidence-category-list li:last-child {
    border-bottom: 0;
}

.evidence-category-list li span {
    color: #727c70;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
}

.evidence-category-list li:hover {
    color: #e0e6db;
    background: rgba(157, 255, 69, .035);
}

.evidence-category-list li.active,
.evidence-tab-sidebar .evidence-category-list li.active {
    padding-left: 9px;
    border-left: 2px solid var(--evidence-green);
    color: var(--evidence-green);
    background: linear-gradient(90deg, rgba(157, 255, 69, .1), rgba(157, 255, 69, .018));
    box-shadow: inset 0 0 14px rgba(157, 255, 69, .035);
}

.evidence-category-list li.active span {
    color: #cdecae;
}

.evidence-filter-row {
    display: grid;
    grid-template-columns: minmax(70px, .8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(157, 255, 69, .08);
}

.evidence-filter-row label {
    color: #aab3a6;
    font-family: 'Oswald', sans-serif;
    font-size: 11px;
    letter-spacing: .65px;
    text-transform: uppercase;
    cursor: pointer;
}

.evidence-filter-row select {
    width: 100%;
    min-width: 0;
    height: 38px;
    padding: 0 27px 0 8px;
    border: 1px solid rgba(157, 255, 69, .2);
    border-radius: 0;
    background: #020604;
    color: #cbd1c8;
    font-size: 11.5px;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #819078 50%),
        linear-gradient(135deg, #819078 50%, transparent 50%);
    background-position:
        calc(100% - 13px) 15px,
        calc(100% - 9px) 15px;
    background-repeat: no-repeat;
    background-size: 4px 4px, 4px 4px;
    cursor: pointer;
}

.evidence-filter-row select:hover,
.evidence-filter-row select:focus {
    border-color: rgba(157, 255, 69, .55);
    outline: none;
    box-shadow: 0 0 10px rgba(157, 255, 69, .09);
}

.evidence-featured-filter input {
    justify-self: end;
    width: 15px;
    height: 15px;
    accent-color: var(--evidence-green);
    cursor: pointer;
}

.evidence-search-actions {
    margin: 12px 0 0;
}

.evidence-filters-panel #resetEvidenceFilters,
.evidence-tab-sidebar .case-small-btn,
.evidence-quick-actions .case-small-btn,
.selected-evidence-btn {
    display: flex;
    width: 100%;
    min-height: 41px;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border: 1px solid rgba(157, 255, 69, .29);
    border-radius: 0;
    background: rgba(157, 255, 69, .025);
    color: #b7df8f;
    font-family: 'Oswald', sans-serif;
    font-size: 11.5px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.evidence-filters-panel #resetEvidenceFilters:hover,
.evidence-filters-panel #resetEvidenceFilters:focus-visible,
.evidence-tab-sidebar .case-small-btn:hover,
.evidence-tab-sidebar .case-small-btn:focus-visible,
.evidence-quick-actions .case-small-btn:hover,
.evidence-quick-actions .case-small-btn:focus-visible,
.selected-evidence-btn:hover,
.selected-evidence-btn:focus-visible {
    border-color: var(--evidence-green);
    background: rgba(157, 255, 69, .07);
    color: #f0f5eb;
    box-shadow: 0 0 12px rgba(157, 255, 69, .11);
    outline: none;
}

.evidence-tab-main {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(157, 255, 69, .17);
    background:
        linear-gradient(180deg, rgba(157, 255, 69, .018), transparent 22%),
        rgba(2, 7, 4, .72);
    box-shadow: inset 0 0 34px rgba(0, 0, 0, .4);
}

.evidence-tab-main-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 44px;
    align-items: center;
    gap: 18px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(157, 255, 69, .11);
}

.evidence-tab-main-heading h3 {
    margin: 0;
    font-size: 19px;
    white-space: nowrap;
}

.evidence-toolbar {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto auto;
    gap: 9px;
    align-items: center;
}

.evidence-search-bar {
    position: relative;
    margin: 0;
}

.evidence-search-bar::after {
    content: '⌕';
    position: absolute;
    top: 50%;
    right: 12px;
    color: #71806d;
    font-size: 17px;
    transform: translateY(-50%);
    pointer-events: none;
}

.evidence-search-bar input {
    width: 100%;
    height: 43px;
    padding: 0 38px 0 12px;
    border: 1px solid rgba(157, 255, 69, .2);
    border-radius: 3px;
    background: #020604;
    color: var(--evidence-text);
    font-size: 13px;
}

.evidence-search-bar input::placeholder {
    color: #697267;
}

.evidence-search-bar input:hover,
.evidence-search-bar input:focus {
    border-color: rgba(157, 255, 69, .55);
    outline: none;
    box-shadow: 0 0 12px rgba(157, 255, 69, .08);
}

.evidence-sort-control {
    position: relative;
    display: grid;
    grid-template-columns: auto 130px;
    align-items: center;
    gap: 7px;
    margin: 0;
}

.evidence-sort-control > span {
    color: var(--evidence-green);
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.evidence-sort-control select {
    width: 100%;
    height: 39px;
    padding: 0 27px 0 10px;
    border: 1px solid rgba(157, 255, 69, .2);
    border-radius: 2px;
    appearance: none;
    background:
        linear-gradient(45deg, transparent 50%, #819078 50%) calc(100% - 13px) 16px / 4px 4px no-repeat,
        linear-gradient(135deg, #819078 50%, transparent 50%) calc(100% - 9px) 16px / 4px 4px no-repeat,
        #020604;
    color: #cbd1c8;
    font-size: 11.5px;
    cursor: pointer;
}

.evidence-sort-control select:hover,
.evidence-sort-control select:focus {
    border-color: rgba(157, 255, 69, .55);
    outline: none;
    box-shadow: 0 0 10px rgba(157, 255, 69, .08);
}

.evidence-view-toggle {
    display: flex;
    gap: 5px;
}

.evidence-view-toggle button {
    min-width: 58px;
    height: 39px;
    padding: 0 10px;
    border: 1px solid rgba(157, 255, 69, .18);
    border-radius: 2px;
    background: #020604;
    color: #899287;
    font-family: 'Oswald', sans-serif;
    font-size: 10.5px;
    letter-spacing: .8px;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.evidence-view-toggle button:hover,
.evidence-view-toggle button:focus-visible,
.evidence-view-toggle button.active {
    border-color: rgba(157, 255, 69, .62);
    background: rgba(157, 255, 69, .075);
    color: var(--evidence-green);
    box-shadow: 0 0 10px rgba(157, 255, 69, .08);
    outline: none;
}

.evidence-items-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.evidence-item-card {
    position: relative;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}

.evidence-item-card::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(157, 255, 69, .3), transparent);
    opacity: 0;
    transition: opacity .2s ease;
}

.evidence-item-card:hover {
    border-color: rgba(157, 255, 69, .42);
    background: rgba(7, 16, 13, .99);
    box-shadow: 0 7px 20px rgba(0, 0, 0, .32), 0 0 11px rgba(157, 255, 69, .055);
    transform: translateY(-2px);
}

.evidence-item-card:hover::after,
.evidence-item-card.active-evidence::after {
    opacity: 1;
}

.evidence-item-card.active-evidence {
    border-color: rgba(157, 255, 69, .8);
    background: linear-gradient(180deg, rgba(157, 255, 69, .045), rgba(4, 10, 7, .98));
    box-shadow: 0 0 20px rgba(157, 255, 69, .14), inset 0 0 16px rgba(157, 255, 69, .025);
}

.evidence-item-image {
    position: relative;
    height: clamp(118px, 9vw, 168px);
    overflow: hidden;
    border-bottom: 1px solid rgba(157, 255, 69, .12);
    background: #020403;
}

.evidence-item-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, .48));
    pointer-events: none;
}

.evidence-item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.72) brightness(.72) contrast(1.16);
    transition: filter .2s ease, transform .35s ease;
}

.evidence-item-card:hover .evidence-item-image img,
.evidence-item-card.active-evidence .evidence-item-image img {
    filter: saturate(.88) brightness(.84) contrast(1.12);
    transform: scale(1.02);
}

.evidence-type-badge,
.evidence-rating-badge,
.evidence-status-badge {
    position: absolute;
    z-index: 2;
    padding: 4px 6px;
    border: 1px solid rgba(157, 255, 69, .42);
    border-radius: 1px;
    background: rgba(1, 4, 2, .88);
    font-family: 'Oswald', sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .75px;
    text-transform: uppercase;
    box-shadow: 0 0 8px rgba(0, 0, 0, .55);
}

.evidence-type-badge {
    top: 8px;
    left: 8px;
    color: var(--evidence-green);
}

.evidence-rating-badge {
    top: 8px;
    right: 8px;
    color: #c8cec4;
}

.evidence-status-badge {
    right: auto;
    bottom: 8px;
    left: 8px;
}

.evidence-item-card[data-type='EVP'] .evidence-type-badge { color: #bc6dff; border-color: rgba(188, 109, 255, .55); }
.evidence-item-card[data-type='PHOTO'] .evidence-type-badge { color: #a8ff00; border-color: rgba(168, 255, 0, .5); }
.evidence-item-card[data-type='VIDEO'] .evidence-type-badge { color: #25c8ff; border-color: rgba(37, 200, 255, .5); }
.evidence-item-card[data-type='THERMAL'] .evidence-type-badge { color: #ff9e2c; border-color: rgba(255, 158, 44, .55); }
.evidence-item-card[data-type='DOCUMENT'] .evidence-type-badge { color: #ffc248; border-color: rgba(255, 194, 72, .5); }

.status-verified,
.status-reviewed,
.status-new { color: var(--evidence-green); border-color: rgba(157, 255, 69, .5); }
.status-under-review { color: #ffd84d; border-color: rgba(255, 216, 77, .48); }
.status-inconclusive,
.status-unexplained { color: #ff9f43; border-color: rgba(255, 159, 67, .48); }
.status-debunked { color: #ff6666; border-color: rgba(255, 102, 102, .48); }
.status-archived { color: #a0a59c; border-color: rgba(160, 165, 156, .38); }

.evidence-item-content {
    min-height: 116px;
    padding: 14px;
    background: linear-gradient(180deg, rgba(7, 16, 13, .97), rgba(3, 8, 5, .99));
}

.evidence-item-content h4 {
    margin: 0 0 7px;
    overflow: hidden;
    color: #e5eae1;
    font-family: 'Oswald', sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .65px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.evidence-item-content p,
.evidence-item-content span {
    display: block;
    margin: 0 0 4px;
    overflow: hidden;
    color: #8e978b;
    font-size: 10.5px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.evidence-items-grid.evidence-view-list {
    grid-template-columns: 1fr;
}

.evidence-items-grid.evidence-view-list .evidence-item-card {
    display: grid;
    grid-template-columns: minmax(190px, 24%) minmax(0, 1fr);
    min-height: 154px;
}

.evidence-items-grid.evidence-view-list .evidence-item-image {
    height: 100%;
    min-height: 154px;
    border-right: 1px solid rgba(157, 255, 69, .12);
    border-bottom: 0;
}

.evidence-items-grid.evidence-view-list .evidence-item-content {
    min-height: 154px;
    padding: 18px 20px;
}

.evidence-items-grid.evidence-view-list .evidence-item-content h4 {
    margin-bottom: 11px;
    font-size: 17px;
}

.evidence-items-grid.evidence-view-list .evidence-item-content p,
.evidence-items-grid.evidence-view-list .evidence-item-content span {
    margin-bottom: 7px;
    font-size: 12px;
    white-space: normal;
}

.evidence-selected-panel strong {
    display: inline;
}

.selected-evidence-box {
    padding: 14px;
}

.selected-evidence-preview {
    position: relative;
    height: 205px;
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid rgba(157, 255, 69, .2);
    background:
        linear-gradient(rgba(157, 255, 69, .04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(157, 255, 69, .04) 1px, transparent 1px),
        #020604;
    background-size: 16px 16px;
}

.selected-evidence-preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.72) brightness(.78) contrast(1.14);
}

.selected-evidence-box h4 {
    margin: 0 0 10px;
    color: #edf1e9;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.selected-evidence-meta {
    border-top: 1px solid rgba(157, 255, 69, .09);
}

.selected-evidence-meta p {
    display: grid;
    grid-template-columns: minmax(78px, .75fr) minmax(0, 1.25fr);
    gap: 9px;
    margin: 0;
    padding: 6px 0;
    border-bottom: 1px solid rgba(157, 255, 69, .075);
    color: #aab2a7;
    font-size: 10.5px;
    line-height: 1.35;
}

.selected-evidence-meta strong {
    color: #768174;
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: .55px;
    text-transform: uppercase;
}

.selected-evidence-meta span {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #c9cfc6;
    text-align: right;
}

.selected-evidence-summary {
    margin: 12px 0;
    padding: 10px;
    border: 1px solid rgba(157, 255, 69, .09);
    background: rgba(157, 255, 69, .018);
    color: #9ba498;
    font-size: 11.5px;
    line-height: 1.55;
}

.selected-evidence-btn {
    margin-top: 0;
}

.evidence-summary-panel {
    background:
        radial-gradient(circle at 24% 42%, rgba(157, 255, 69, .055), transparent 34%),
        var(--evidence-panel-deep);
}

.evidence-summary-ring {
    width: 94px;
    margin: 2px auto 14px;
    border: 6px solid rgba(157, 255, 69, .67);
    background: radial-gradient(circle, rgba(157, 255, 69, .065), #030806 70%);
    box-shadow: inset 0 0 15px rgba(157, 255, 69, .06), 0 0 13px rgba(157, 255, 69, .09);
}

.evidence-summary-ring span {
    color: #edf1e9;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: 400;
}

.evidence-summary-stats {
    display: grid;
    gap: 0;
}

.evidence-summary-row {
    min-height: 31px;
    padding: 6px 6px 6px 19px;
    border-bottom: 1px solid rgba(157, 255, 69, .075);
    color: #a6afa2;
    font-size: 10.5px;
}

.evidence-summary-row::before {
    left: 6px;
    width: 5px;
    height: 5px;
}

.evidence-summary-row strong {
    color: var(--evidence-green);
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.evidence-quick-actions {
    display: grid;
    gap: 7px;
}

.evidence-quick-actions h3 {
    margin-bottom: 2px;
}

.no-evidence-found {
    grid-column: 1 / -1;
    padding: 46px 20px;
    border: 1px dashed rgba(157, 255, 69, .2);
    background: rgba(157, 255, 69, .018);
    text-align: center;
}

.no-evidence-found h3 {
    margin: 0 0 7px;
    color: var(--evidence-green);
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.no-evidence-found p {
    margin: 0;
    color: var(--evidence-muted);
    font-size: 11px;
}

.evidence-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    padding: 24px;
}

.evidence-modal.is-open {
    display: grid;
    place-items: center;
}

.evidence-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 3, 1, .9);
    backdrop-filter: blur(4px);
}

.evidence-modal-box {
    position: relative;
    z-index: 2;
    width: min(1080px, 100%);
    max-height: calc(100vh - 48px);
    margin: 0;
    padding: 24px;
    overflow-y: auto;
    border: 1px solid rgba(157, 255, 69, .36);
    background:
        radial-gradient(circle at 50% 0, rgba(157, 255, 69, .05), transparent 28%),
        #050d09;
    color: var(--evidence-text);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .72), 0 0 22px rgba(157, 255, 69, .07);
    scrollbar-color: rgba(157, 255, 69, .55) #030605;
}

.evidence-modal-box > h3 {
    margin: 0 44px 18px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(157, 255, 69, .15);
    color: var(--evidence-green);
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.evidence-modal-close {
    top: 15px;
    right: 17px;
    z-index: 3;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(157, 255, 69, .22);
    background: rgba(157, 255, 69, .025);
    color: var(--evidence-green);
    font-size: 25px;
    line-height: 28px;
    transition: border-color .18s ease, background .18s ease;
}

.evidence-modal-close:hover,
.evidence-modal-close:focus-visible {
    border-color: var(--evidence-green);
    background: rgba(157, 255, 69, .08);
    outline: none;
}

.evidence-modal-media {
    max-height: 430px;
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid rgba(157, 255, 69, .14);
    background: #020604;
}

.evidence-modal-media img {
    display: block;
    width: 100%;
    max-height: 430px;
    object-fit: contain;
}

.evidence-modal-media iframe {
    width: 100%;
    height: 430px;
    border: 0;
}

.evidence-modal-media audio {
    width: calc(100% - 28px);
    margin: 14px;
}

.modal-evidence-meta {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 18px;
}

.modal-evidence-meta div {
    min-width: 0;
    padding: 9px;
    border: 1px solid rgba(157, 255, 69, .11);
    background: rgba(157, 255, 69, .018);
}

.modal-evidence-meta strong {
    display: block;
    margin-bottom: 4px;
    color: var(--evidence-green);
    font-family: 'Oswald', sans-serif;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.modal-evidence-meta span {
    display: block;
    overflow-wrap: anywhere;
    color: #c7cdc3;
    font-size: 10px;
}

.evidence-modal-details {
    margin-top: 16px;
}

.evidence-modal-details h4 {
    margin: 16px 0 6px;
    color: var(--evidence-green);
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.evidence-modal-details p {
    margin: 0;
    color: #b3bbb0;
    font-size: 12.5px;
    line-height: 1.65;
}

@media (max-width: 1500px) {
    .evidence-tab-layout {
        grid-template-columns: 225px minmax(0, 1fr) 270px;
    }

    .evidence-items-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1200px) {
    .case-section.evidence-panel {
        padding-inline: 18px;
    }

    .evidence-tab-layout {
        grid-template-columns: 205px minmax(0, 1fr) 240px;
        gap: 10px;
    }

    .evidence-tab-stats-row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .evidence-items-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .evidence-tab-panel,
    .evidence-tab-main,
    .selected-evidence-box {
        padding: 11px;
    }

    .selected-evidence-preview {
        height: 170px;
    }

    .evidence-tab-main-heading {
        grid-template-columns: 1fr;
        gap: 10px;
        padding-bottom: 10px;
    }

    .evidence-toolbar {
        grid-template-columns: minmax(190px, 1fr) auto;
    }

    .evidence-view-toggle {
        grid-column: 2;
    }
}

@media (max-width: 900px) {
    .evidence-tab-layout {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .evidence-tab-sidebar,
    .evidence-selected-panel {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .evidence-tab-sidebar .evidence-tab-panel:first-child,
    .evidence-selected-panel .selected-evidence-box {
        grid-row: span 2;
    }

    .evidence-items-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .modal-evidence-meta {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .evidence-toolbar {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .evidence-search-bar {
        grid-column: 1 / -1;
    }
}

@media (max-width: 680px) {
    .case-section.evidence-panel {
        padding: 28px 12px 54px;
    }

    .evidence-tab-header {
        display: grid;
    }

    .evidence-tab-header > div:first-child {
        min-height: 0;
        padding: 100px 0 0;
    }

    .evidence-tab-header > div:first-child::before {
        inset: 0 auto auto 0;
        width: 92px;
        height: 82px;
    }

    .evidence-tab-count-card {
        min-width: 0;
    }

    .evidence-tab-stats-row,
    .evidence-items-grid,
    .evidence-tab-sidebar,
    .evidence-selected-panel {
        grid-template-columns: 1fr;
    }

    .evidence-tab-sidebar .evidence-tab-panel:first-child,
    .evidence-selected-panel .selected-evidence-box {
        grid-row: auto;
    }

    .evidence-item-image {
        height: 190px;
    }

    .evidence-toolbar {
        grid-template-columns: 1fr;
    }

    .evidence-search-bar,
    .evidence-view-toggle {
        grid-column: auto;
    }

    .evidence-sort-control {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .evidence-view-toggle button {
        flex: 1;
    }

    .evidence-items-grid.evidence-view-list .evidence-item-card {
        grid-template-columns: 1fr;
    }

    .evidence-items-grid.evidence-view-list .evidence-item-image {
        min-height: 190px;
        border-right: 0;
        border-bottom: 1px solid rgba(157, 255, 69, .12);
    }

    .evidence-modal {
        padding: 10px;
    }

    .evidence-modal-box {
        max-height: calc(100vh - 20px);
        padding: 17px;
    }

    .evidence-modal-media iframe {
        height: 260px;
    }

    .modal-evidence-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Related Episodes visual concept */
.episode-panel {
    padding: 30px 0 56px;
    color: #d8d8c8;
}

.related-episodes-shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(157, 255, 69, .16);
    border-radius: 10px;
    background:
        radial-gradient(circle at 20% 0%, rgba(138, 255, 0, .08), transparent 34%),
        radial-gradient(circle at 78% 18%, rgba(113, 42, 191, .08), transparent 30%),
        linear-gradient(135deg, rgba(3, 6, 5, .98), rgba(6, 14, 11, .96));
    box-shadow: 0 0 34px rgba(0, 0, 0, .52), inset 0 0 36px rgba(157, 255, 69, .035);
    padding: 18px;
}

.related-episodes-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(157, 255, 69, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(157, 255, 69, .018) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: .28;
}

.related-episodes-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: start;
}

.related-episodes-main,
.related-episode-sidebar {
    min-width: 0;
}

.related-episodes-header {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    margin-bottom: 22px;
}

.related-episodes-thumb {
    overflow: hidden;
    min-height: 176px;
    border: 1px solid rgba(157, 255, 69, .35);
    border-radius: 6px;
    background: #030605;
    box-shadow: 0 0 18px rgba(138, 255, 0, .08);
}

.related-episodes-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(.85) contrast(1.12) brightness(.72) sepia(.15) hue-rotate(58deg);
}

.related-episode-card-media img,
.featured-episode-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
}

.related-episodes-title-row {
    display: flex;
    gap: 12px;
    align-items: baseline;
    flex-wrap: wrap;
}

.related-episodes-title-row h2 {
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #d8d8c8;
    text-shadow: 0 0 16px rgba(216, 216, 200, .08);
}

.related-episodes-title-row span {
    font-family: "Oswald", sans-serif;
    font-size: 1.05rem;
    letter-spacing: .08em;
    color: #8aff00;
    text-transform: uppercase;
}

.related-episodes-headline p {
    max-width: 760px;
    margin: 10px 0 0;
    color: rgba(216, 216, 200, .74);
    font-size: .98rem;
    line-height: 1.6;
}

.related-episode-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(118px, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.related-episode-stat,
.related-episode-panel,
.related-episode-browser,
.related-episode-card {
    border: 1px solid rgba(157, 255, 69, .22);
    background:
        linear-gradient(145deg, rgba(7, 16, 13, .92), rgba(3, 6, 5, .94)),
        radial-gradient(circle at 50% 0%, rgba(157, 255, 69, .08), transparent 62%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), 0 0 18px rgba(0, 0, 0, .3);
}

.related-episode-stat {
    min-height: 112px;
    border-radius: 6px;
    padding: 14px 10px;
    text-align: center;
}

.related-episode-stat img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 8px;
    filter: grayscale(1) brightness(.9) sepia(1) hue-rotate(40deg) saturate(5);
    box-shadow: 0 0 14px rgba(138, 255, 0, .22);
}

.related-episode-stat span,
.related-episode-sort span,
.related-episode-card-meta span,
.episode-stat-list div {
    font-family: "Oswald", sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.related-episode-stat span {
    display: block;
    color: rgba(216, 216, 200, .66);
    font-size: .72rem;
}

.related-episode-stat strong {
    display: block;
    margin-top: 3px;
    color: #f3f1df;
    font-family: "Oswald", sans-serif;
    font-size: 1.42rem;
    letter-spacing: .03em;
    font-weight: 500;
}

.related-episode-stat small {
    display: block;
    margin-top: 3px;
    color: rgba(216, 216, 200, .56);
    font-size: .72rem;
}

.related-episode-browser {
    border-radius: 7px;
    padding: 18px;
}

.related-episode-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid rgba(157, 255, 69, .15);
    margin-bottom: 18px;
}

.related-episode-tabs button,
.related-episode-view-toggle button,
.related-episode-button {
    border: 1px solid rgba(157, 255, 69, .24);
    background: rgba(3, 6, 5, .72);
    color: rgba(216, 216, 200, .78);
    font-family: "Oswald", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    transition: border-color .2s ease, color .2s ease, box-shadow .2s ease, background .2s ease;
}

.related-episode-tabs button {
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 0 12px 15px;
    font-size: .92rem;
}

.related-episode-tabs button.active,
.related-episode-tabs button:hover,
.related-episode-view-toggle button.active,
.related-episode-view-toggle button:hover,
.related-episode-button:hover {
    color: #8aff00;
    border-color: rgba(138, 255, 0, .78);
    background: rgba(138, 255, 0, .055);
    box-shadow: 0 0 16px rgba(138, 255, 0, .1);
}

.related-episode-toolbar {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
}

.related-episode-search {
    position: relative;
    display: block;
}

.related-episode-search::after {
    content: "⌕";
    position: absolute;
    right: 14px;
    top: 50%;
    color: rgba(216, 216, 200, .72);
    transform: translateY(-50%);
    font-size: 1.25rem;
}

.related-episode-search input,
.related-episode-sort select {
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(157, 255, 69, .2);
    border-radius: 4px;
    background: #030605;
    color: #d8d8c8;
    outline: none;
}

.related-episode-search input {
    padding: 0 44px 0 14px;
}

.related-episode-search input:focus,
.related-episode-sort select:focus {
    border-color: rgba(138, 255, 0, .72);
    box-shadow: 0 0 0 2px rgba(138, 255, 0, .08);
}

.related-episode-sort {
    display: grid;
    grid-template-columns: auto 190px;
    gap: 10px;
    align-items: center;
}

.related-episode-sort span {
    color: #8aff00;
    font-size: .84rem;
}

.related-episode-sort select {
    padding: 0 12px;
}

.related-episode-view-toggle {
    display: flex;
    gap: 8px;
}

.related-episode-view-toggle button {
    min-height: 42px;
    border-radius: 4px;
    padding: 0 14px;
    font-size: .82rem;
}

.related-episode-list {
    display: grid;
    gap: 9px;
}

.related-episode-card {
    position: relative;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr) 210px 26px;
    gap: 20px;
    align-items: center;
    border-radius: 6px;
    padding: 10px;
}

.related-episode-card:hover {
    border-color: rgba(138, 255, 0, .55);
    box-shadow: 0 0 22px rgba(138, 255, 0, .09);
}

.related-episode-card-media,
.featured-episode-media {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(157, 255, 69, .22);
    border-radius: 5px;
    background: #020403;
}

.related-episode-card-media {
    height: 168px;
}

.related-episode-play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, .82);
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, .38);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px rgba(0, 0, 0, .65);
}

.related-episode-runtime {
    position: absolute;
    left: 8px;
    bottom: 7px;
    padding: 3px 7px;
    border-radius: 3px;
    background: rgba(0, 0, 0, .78);
    color: #f4f1df;
    font-size: .75rem;
}

.related-episode-card-title {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.related-episode-card h3,
.related-episode-panel h3,
.featured-episode-card h4 {
    margin: 0;
    font-family: "Oswald", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #8aff00;
    font-weight: 500;
}

.related-episode-card h3 {
    font-size: 1.28rem;
}

.episode-type-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 3px;
    font-family: "Oswald", sans-serif;
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.episode-type-badge.full {
    border: 1px solid rgba(176, 84, 255, .72);
    background: rgba(94, 25, 151, .28);
    color: #c985ff;
}

.episode-type-badge.full-episode {
    border: 1px solid rgba(157, 255, 69, .72);
    background: rgba(87, 143, 28, .22);
    color: #9dff45;
}

.episode-type-badge.interview {
    border: 1px solid rgba(194, 103, 255, .76);
    background: rgba(100, 33, 154, .24);
    color: #dd9cff;
}

.episode-type-badge.bonus-content {
    border: 1px solid rgba(228, 49, 73, .72);
    background: rgba(228, 49, 73, .16);
    color: #ff8fa0;
}

.episode-type-badge.live-stream,
.episode-type-badge.short-clip {
    border: 1px solid rgba(216, 216, 200, .38);
    background: rgba(216, 216, 200, .08);
    color: #d8d8c8;
}

.related-episode-card p,
.related-episode-panel p,
.featured-episode-card p {
    margin: 8px 0 0;
    color: rgba(216, 216, 200, .76);
    line-height: 1.55;
    font-size: .94rem;
}

.related-episode-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}

.related-episode-tags span {
    border: 1px solid rgba(216, 216, 200, .2);
    border-radius: 3px;
    padding: 3px 8px;
    background: rgba(255, 255, 255, .025);
    color: rgba(216, 216, 200, .66);
    font-size: .72rem;
}

.related-episode-card-meta {
    display: grid;
    gap: 6px;
    border-left: 1px solid rgba(157, 255, 69, .12);
    padding-left: 20px;
    color: rgba(216, 216, 200, .78);
}

.related-episode-card-meta span {
    font-size: .82rem;
    text-transform: none;
    letter-spacing: .02em;
}

.related-episode-card-meta strong {
    color: #8aff00;
    font-size: .95rem;
    letter-spacing: .1em;
}

.related-episode-card-action {
    display: inline-flex;
    width: fit-content;
    margin-top: 4px;
    color: #8aff00;
    font-family: "Oswald", sans-serif;
    font-size: .78rem;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.related-episode-card[hidden],
.related-episode-empty[hidden] {
    display: none;
}

.related-episode-list.is-grid-view {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.related-episode-list.is-grid-view .related-episode-card {
    grid-template-columns: 1fr;
    align-items: stretch;
}

.related-episode-list.is-grid-view .related-episode-card-media {
    height: 190px;
}

.related-episode-list.is-grid-view .related-episode-card-meta {
    border-left: 0;
    border-top: 1px solid rgba(157, 255, 69, .12);
    padding: 12px 0 0;
}

.related-episode-empty {
    border: 1px solid rgba(157, 255, 69, .22);
    border-radius: 6px;
    padding: 22px;
    color: rgba(216, 216, 200, .76);
    text-align: center;
}

.related-episode-empty-static {
    margin-top: 18px;
}

.related-episode-more {
    border: 0;
    background: transparent;
    color: rgba(216, 216, 200, .68);
    font-size: 1.6rem;
    line-height: 1;
}

.related-episode-sidebar {
    display: grid;
    gap: 16px;
}

.related-episode-panel {
    border-radius: 7px;
    padding: 18px;
}

.related-episode-panel h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.related-episode-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 38px;
    width: 100%;
    margin-top: 16px;
    border-radius: 4px;
    padding: 0 12px;
    text-decoration: none;
    font-size: .82rem;
}

.featured-episode-media {
    height: 168px;
    margin-bottom: 14px;
}

.featured-episode-card h4 {
    font-size: 1.12rem;
}

.related-episode-quick-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.related-episode-quick-actions h3 {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.related-episode-quick-actions .related-episode-button {
    margin-top: 0;
}

.episode-stat-summary {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.episode-stat-donut {
    display: grid;
    place-items: center;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #07100d 0 42%, transparent 43%),
        conic-gradient(#86d81e 0 62%, #7332b7 62% 100%);
    box-shadow: 0 0 20px rgba(138, 255, 0, .13);
}

.episode-stat-donut span {
    display: grid;
    place-items: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #030605;
    color: #f4f1df;
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
}

.episode-stat-donut small {
    display: block;
    color: rgba(216, 216, 200, .62);
    font-size: .62rem;
    letter-spacing: .08em;
}

.episode-stat-list {
    display: grid;
    gap: 9px;
}

.episode-stat-list div {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    color: rgba(216, 216, 200, .7);
    font-size: .78rem;
}

.episode-stat-list strong {
    color: #f4f1df;
    font-weight: 500;
}

.stat-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.stat-dot.green {
    background: #86d81e;
}

.stat-dot.purple {
    background: #7332b7;
}

.stat-dot.red {
    background: #e43149;
}

.stat-dot.rose {
    background: #b46892;
}

@media (max-width: 1180px) {
    .related-episodes-layout {
        grid-template-columns: 1fr;
    }

    .related-episode-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .related-episode-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .related-episodes-header {
        grid-template-columns: 1fr;
    }

    .related-episodes-thumb {
        max-width: 260px;
    }

    .related-episode-toolbar,
    .related-episode-card {
        grid-template-columns: 1fr;
    }

    .related-episode-card-media {
        height: 210px;
    }

    .related-episode-card-meta {
        border-left: 0;
        border-top: 1px solid rgba(157, 255, 69, .12);
        padding: 12px 0 0;
    }

    .related-episode-more {
        position: absolute;
        right: 13px;
        top: 12px;
    }
}

@media (max-width: 680px) {
    .related-episodes-shell {
        padding: 12px;
    }

    .related-episode-sidebar,
    .related-episode-tabs,
    .related-episode-stats,
    .related-episode-quick-actions,
    .episode-stat-summary {
        grid-template-columns: 1fr;
    }

    .related-episode-tabs {
        gap: 6px;
        border-bottom: 0;
    }

    .related-episode-tabs button {
        border: 1px solid rgba(157, 255, 69, .16);
        padding: 10px;
        text-align: left;
    }

    .related-episode-sort {
        grid-template-columns: 1fr;
    }

    .related-episode-view-toggle {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* FAQ / Knowledge Base page */
.faq-page {
    background:
        radial-gradient(circle at 18% 0%, rgba(138, 255, 0, .07), transparent 30%),
        radial-gradient(circle at 80% 16%, rgba(157, 255, 69, .05), transparent 28%),
        #030605;
    color: #d8d8c8;
    padding: 36px 0 64px;
}

.faq-page .container-wide {
    width: min(1480px, calc(100% - 48px));
    margin: 0 auto;
}

.faq-page .faq-hero-section > .container-wide {
    width: 100%;
    max-width: none;
}

.faq-hero-panel,
.faq-stat-card,
.faq-category-tabs,
.faq-toolbar,
.faq-accordion-item,
.faq-sidebar-panel,
.faq-empty-state {
    border: 1px solid rgba(157, 255, 69, .22);
    background:
        linear-gradient(145deg, rgba(7, 16, 13, .92), rgba(3, 6, 5, .96)),
        radial-gradient(circle at 50% 0%, rgba(157, 255, 69, .075), transparent 62%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025), 0 0 20px rgba(0, 0, 0, .32);
}

.faq-hero-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(340px, .9fr);
    min-height: 600px;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
}

.faq-hero-panel::before {
    content: none;
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(157, 255, 69, .024) 1px, transparent 1px),
        linear-gradient(90deg, rgba(157, 255, 69, .018) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: .26;
}

.faq-hero-content {
    position: relative;
    z-index: 2;
    padding: clamp(28px, 4vw, 54px);
}

.faq-eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    color: #9dff45;
    font-family: "Oswald", sans-serif;
    font-size: var(--hero-eyebrow-size);
    letter-spacing: var(--hero-eyebrow-spacing);
    text-transform: uppercase;
}

.faq-hero-content h1 {
    max-width: 560px;
    margin: 0;
    color: #f1f0df;
    font-family: "Oswald", sans-serif;
    font-size: var(--hero-title-size);
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 0 0 18px rgba(216, 216, 200, .12);
}

.faq-hero-content p {
    max-width: 660px;
    margin: 20px 0 0;
    color: rgba(216, 216, 200, .8);
    font-size: var(--hero-copy-size);
    line-height: 1.7;
}

.faq-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.faq-primary-btn,
.faq-secondary-btn,
.faq-sidebar-btn,
.faq-accordion-actions button,
.faq-category-tabs button,
.faq-topic-list button,
.faq-quick-links a {
    font-family: "Oswald", sans-serif;
    letter-spacing: .09em;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.faq-primary-btn,
.faq-secondary-btn,
.faq-sidebar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid rgba(157, 255, 69, .38);
    border-radius: 4px;
    padding: 0 18px;
    background: rgba(157, 255, 69, .08);
    color: #9dff45;
}

.faq-secondary-btn {
    background: rgba(3, 6, 5, .68);
    color: rgba(216, 216, 200, .88);
}

.faq-primary-btn:hover,
.faq-secondary-btn:hover,
.faq-sidebar-btn:hover {
    border-color: rgba(138, 255, 0, .8);
    color: #8aff00;
    box-shadow: 0 0 18px rgba(138, 255, 0, .12);
    transform: translateY(-1px);
}

.faq-hero-image {
    position: relative;
    min-height: 292px;
    overflow: hidden;
    background: #000;
}

.faq-hero-image::before {
    content: none;
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, #030605 0%, rgba(3, 6, 5, .62) 22%, rgba(3, 6, 5, .1) 54%),
        radial-gradient(circle at 58% 52%, rgba(157, 255, 69, .13), transparent 42%);
}

.faq-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 292px;
    background: #000;
    object-fit: cover;
    object-position: calc(50% - 200px) center;
    filter: none;
}

.faq-stats-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.faq-stat-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-height: 92px;
    border-radius: 6px;
    padding: 14px 18px;
    background: #000;
    box-shadow: none;
}

.faq-stat-card img {
    grid-row: span 2;
    width: 46px;
    height: 46px;
    background: #000;
    object-fit: contain;
    box-shadow: none;
}

.faq-stat-card strong {
    color: #f3f1df;
    font-family: "Oswald", sans-serif;
    font-size: clamp(1.5rem, 2.4vw, 2.25rem);
    line-height: 1;
    font-weight: 500;
}

.faq-stat-card span {
    color: rgba(216, 216, 200, .72);
    font-size: .86rem;
}

.faq-submission-alert {
    max-width: 660px;
    margin-top: 20px;
    border: 1px solid rgba(157, 255, 69, .28);
    border-radius: 5px;
    padding: 11px 13px;
    background: rgba(157, 255, 69, .055);
    color: #d8d8c8;
}

.faq-submission-alert-success {
    border-color: rgba(138, 255, 0, .55);
    color: #9dff45;
}

.faq-submission-alert-error {
    border-color: rgba(255, 88, 88, .48);
    background: rgba(255, 88, 88, .055);
    color: #ffb1a8;
}

.faq-content-section {
    margin-top: 22px;
}

.faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    align-items: start;
}

.faq-main-column,
.faq-sidebar {
    min-width: 0;
}

.faq-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    border-radius: 7px 7px 0 0;
    border-bottom-color: rgba(157, 255, 69, .14);
    background: #000;
    padding: 14px 14px 0;
}

.faq-category-tabs button {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 42px;
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 0 14px 12px;
    background: transparent;
    color: rgba(216, 216, 200, .72);
    font-size: .9rem;
}

.faq-category-tabs button img {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    background: #000;
    object-fit: contain;
}

.faq-category-tabs button.active,
.faq-category-tabs button:hover {
    border-color: #8aff00;
    color: #8aff00;
    text-shadow: 0 0 12px rgba(138, 255, 0, .16);
}

.faq-toolbar {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto;
    gap: 14px;
    align-items: center;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    padding: 16px;
    margin-bottom: 16px;
}

.faq-search-box {
    position: relative;
    display: block;
}

.faq-search-box::after {
    content: "⌕";
    position: absolute;
    right: 15px;
    top: 50%;
    color: rgba(216, 216, 200, .72);
    transform: translateY(-50%);
    font-size: 1.3rem;
}

.faq-search-box input {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(157, 255, 69, .22);
    border-radius: 4px;
    background: #030605;
    color: #d8d8c8;
    outline: none;
    padding: 0 48px 0 15px;
}

.faq-search-box input:focus {
    border-color: rgba(138, 255, 0, .72);
    box-shadow: 0 0 0 2px rgba(138, 255, 0, .08);
}

.faq-accordion-actions {
    display: flex;
    gap: 8px;
}

.faq-accordion-actions button {
    min-height: 44px;
    border: 1px solid rgba(157, 255, 69, .22);
    border-radius: 4px;
    background: rgba(3, 6, 5, .78);
    color: rgba(216, 216, 200, .78);
    padding: 0 14px;
}

.faq-accordion-actions button:hover {
    border-color: rgba(138, 255, 0, .68);
    color: #8aff00;
    background: rgba(138, 255, 0, .055);
}

.faq-accordion-list {
    display: grid;
    gap: 8px;
}

.faq-accordion-item {
    overflow: hidden;
    border-radius: 5px;
}

.faq-accordion-item:hover,
.faq-accordion-item.is-open {
    border-color: rgba(138, 255, 0, .5);
    box-shadow: 0 0 22px rgba(138, 255, 0, .09);
}

.faq-question-button {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto 32px;
    gap: 14px;
    align-items: center;
    width: 100%;
    min-height: 58px;
    border: 0;
    background: transparent;
    color: #9dff45;
    text-align: left;
    padding: 11px 16px;
}

.faq-question-icon,
.faq-toggle-icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(138, 255, 0, .7);
    border-radius: 50%;
    color: #8aff00;
    font-family: "Oswald", sans-serif;
    line-height: 1;
}

.faq-question-text {
    font-family: "Oswald", sans-serif;
    font-size: 1.13rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.faq-category-badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border: 1px solid rgba(157, 255, 69, .25);
    border-radius: 999px;
    padding: 0 10px;
    background: rgba(157, 255, 69, .055);
    color: rgba(216, 216, 200, .74);
    font-size: .72rem;
    white-space: nowrap;
}

.faq-accordion-item.is-open .faq-toggle-icon {
    background: rgba(138, 255, 0, .08);
}

.faq-accordion-item.is-open .faq-toggle-icon {
    font-size: 0;
}

.faq-accordion-item.is-open .faq-toggle-icon::before {
    content: "−";
    font-size: 1rem;
}

.faq-answer-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .24s ease;
}

.faq-accordion-item.is-open .faq-answer-panel {
    grid-template-rows: 1fr;
}

.faq-answer-content {
    overflow: hidden;
    color: rgba(216, 216, 200, .82);
    line-height: 1.72;
}

.faq-answer-content > * {
    margin: 0 18px 18px 64px;
}

.faq-answer-content > *:first-child {
    padding-top: 2px;
}

.faq-empty-state {
    border-radius: 6px;
    padding: 22px;
    color: rgba(216, 216, 200, .72);
    text-align: center;
}

.faq-filter-empty {
    display: none;
}

.faq-filter-empty.is-visible {
    display: block;
}

.faq-sidebar {
    display: grid;
    gap: 16px;
}

.faq-sidebar-panel {
    border-radius: 7px;
    padding: 20px;
}

.faq-sidebar-panel h2 {
    margin: 0 0 14px;
    color: #8aff00;
    font-family: "Oswald", sans-serif;
    font-size: 1.35rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 500;
}

.faq-sidebar-panel p {
    margin: 0;
    color: rgba(216, 216, 200, .78);
    line-height: 1.65;
}

.faq-help-panel {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
    background: #000;
}

.faq-help-panel h2,
.faq-help-panel .faq-sidebar-btn {
    grid-column: 1 / -1;
}

.faq-sidebar-icon {
    display: grid;
    place-items: center;
    width: 86px;
    height: 86px;
    border: 0;
    border-radius: 0;
    background: #000;
    box-shadow: none;
}

.faq-sidebar-icon img {
    width: 86px;
    height: 86px;
    background: #000;
    object-fit: contain;
}

.faq-sidebar-btn {
    min-height: 38px;
    margin-top: 4px;
}

.faq-topic-list,
.faq-quick-links {
    display: grid;
    gap: 8px;
}

.faq-topic-list button,
.faq-quick-links a {
    display: grid;
    align-items: center;
    min-height: 38px;
    border: 1px solid rgba(157, 255, 69, .13);
    border-radius: 4px;
    background: #000;
    color: rgba(216, 216, 200, .78);
    padding: 0 12px;
    font-size: .85rem;
}

.faq-topic-list button {
    grid-template-columns: 26px minmax(0, 1fr) auto;
    gap: 10px;
}

.faq-quick-links a {
    grid-template-columns: 26px minmax(0, 1fr) auto;
    gap: 10px;
}

.faq-topic-list button img {
    width: 22px;
    height: 22px;
    background: #000;
    object-fit: contain;
}

.faq-quick-links a img {
    width: 22px;
    height: 22px;
    background: #000;
    object-fit: contain;
}

.faq-topic-list button:hover,
.faq-quick-links a:hover {
    border-color: rgba(138, 255, 0, .55);
    color: #8aff00;
    background: rgba(138, 255, 0, .04);
}

.faq-topic-list strong {
    display: grid;
    place-items: center;
    min-width: 28px;
    min-height: 28px;
    border: 1px solid rgba(157, 255, 69, .25);
    border-radius: 999px;
    color: #d8d8c8;
    font-weight: 500;
}

.faq-quick-links strong {
    color: #8aff00;
    font-size: 1.2rem;
    font-weight: 400;
}

body.faq-modal-open {
    overflow: hidden;
}

.faq-question-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.faq-question-modal.is-open {
    display: flex;
}

.faq-question-modal-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 35%, rgba(157, 255, 69, .12), transparent 36%),
        rgba(0, 0, 0, .78);
    backdrop-filter: blur(4px);
}

.faq-question-modal-box {
    position: relative;
    width: min(680px, 100%);
    max-height: min(92vh, 780px);
    overflow: auto;
    border: 1px solid rgba(157, 255, 69, .36);
    border-radius: 10px;
    background:
        linear-gradient(145deg, rgba(7, 16, 13, .98), rgba(3, 6, 5, .98)),
        radial-gradient(circle at 50% 0%, rgba(157, 255, 69, .11), transparent 58%);
    box-shadow: 0 0 42px rgba(0, 0, 0, .72), 0 0 26px rgba(138, 255, 0, .11);
    padding: clamp(22px, 4vw, 34px);
}

.faq-question-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(157, 255, 69, .3);
    border-radius: 50%;
    background: rgba(3, 6, 5, .8);
    color: #9dff45;
    font-size: 1.35rem;
    line-height: 1;
}

.faq-question-modal-close:hover {
    border-color: rgba(138, 255, 0, .78);
    box-shadow: 0 0 16px rgba(138, 255, 0, .12);
}

.faq-question-modal-box h2 {
    margin: 0 42px 12px 0;
    color: #f4f1df;
    font-family: "Oswald", sans-serif;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.faq-question-modal-box p {
    margin: 0 0 20px;
    color: rgba(216, 216, 200, .78);
    line-height: 1.65;
}

.faq-question-form {
    display: grid;
    gap: 14px;
}

.faq-question-form label {
    display: grid;
    gap: 7px;
}

.faq-question-form label span,
.faq-form-note {
    color: rgba(216, 216, 200, .72);
    font-family: "Oswald", sans-serif;
    font-size: .82rem;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.faq-question-form input,
.faq-question-form select,
.faq-question-form textarea {
    width: 100%;
    border: 1px solid rgba(157, 255, 69, .22);
    border-radius: 4px;
    background: #030605;
    color: #d8d8c8;
    outline: none;
    padding: 12px 13px;
}

.faq-question-form input:focus,
.faq-question-form select:focus,
.faq-question-form textarea:focus {
    border-color: rgba(138, 255, 0, .74);
    box-shadow: 0 0 0 2px rgba(138, 255, 0, .08);
}

.faq-question-form textarea {
    min-height: 150px;
    resize: vertical;
}

.faq-question-field,
.faq-submit-question-btn,
.faq-form-note {
    grid-column: 1 / -1;
}

.faq-form-note {
    margin: 0;
    color: rgba(216, 216, 200, .58);
    line-height: 1.5;
}

.faq-submit-question-btn {
    min-height: 46px;
    border: 1px solid rgba(138, 255, 0, .65);
    border-radius: 4px;
    background: rgba(138, 255, 0, .1);
    color: #8aff00;
    font-family: "Oswald", sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.faq-submit-question-btn:hover {
    background: rgba(138, 255, 0, .16);
    box-shadow: 0 0 18px rgba(138, 255, 0, .14);
}

.faq-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 1180px) {
    .faq-layout {
        grid-template-columns: 1fr;
    }

    .faq-stats-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .faq-sidebar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .faq-help-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 920px) {
    .faq-hero-panel {
        grid-template-columns: 1fr;
    }

    .faq-hero-image {
        min-height: 220px;
    }

    .faq-stats-row,
    .faq-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faq-toolbar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .faq-page .container-wide {
        width: min(100% - 24px, 1480px);
    }

    .faq-stats-row,
    .faq-sidebar,
    .faq-question-button {
        grid-template-columns: 1fr;
    }

    .faq-question-button {
        gap: 8px;
    }

    .faq-category-badge {
        width: fit-content;
    }

    .faq-accordion-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faq-answer-content > * {
        margin-left: 18px;
    }

    .faq-question-modal {
        padding: 12px;
    }
}

/* Global Search */
.global-search-page {
    background: #020403;
    color: #eef2e6;
    min-height: 100vh;
}

.global-search-hero {
    padding: 190px 0 70px;
    background:
        linear-gradient(180deg, rgba(2, 4, 3, .62), #020403),
        radial-gradient(circle at 50% 20%, rgba(138, 255, 0, .16), transparent 34%);
    text-align: center;
}

.global-search-hero h1 {
    color: #f7f9ef;
    font-family: 'Oswald', sans-serif;
    font-size: var(--hero-title-size);
    line-height: 1;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.global-search-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    margin: 0 auto;
    max-width: 720px;
}

.global-search-body {
    padding: 56px 0 90px;
}

.global-search-layout {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 32px;
    align-items: start;
}

.global-search-filters {
    position: sticky;
    top: 24px;
    border: 1px solid rgba(138, 255, 0, .18);
    background: #070b08;
    padding: 20px;
}

.global-filter-panel {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    display: grid;
    gap: 10px;
    padding: 0 0 18px;
    margin-bottom: 18px;
}

.global-filter-panel h2 {
    color: var(--signal);
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}

.global-filter-panel label,
.global-filter-panel > span {
    color: #c9d1c0;
    display: grid;
    gap: 7px;
    font-size: 13px;
}

.global-filter-list {
    display: grid;
    gap: 8px;
}

.global-filter-list label {
    align-items: center;
    display: grid;
    grid-template-columns: 18px 1fr;
}

.global-filter-list label.is-disabled {
    opacity: .45;
}

.global-filter-list input {
    min-height: auto;
    width: 16px;
    height: 16px;
}

.global-filter-submit {
    width: 100%;
}

.global-results-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid rgba(138, 255, 0, .2);
    margin-bottom: 24px;
    padding-bottom: 16px;
}

.global-results-heading p {
    color: var(--signal);
    font-family: 'Oswald', sans-serif;
    margin: 0;
    text-transform: uppercase;
}

.global-results-heading h2 {
    color: #f5f8ee;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(28px, 4vw, 52px);
    margin: 0;
    text-transform: uppercase;
}

.global-results-grid {
    display: grid;
    gap: 18px;
}

.global-result-card {
    display: grid;
    grid-template-columns: 240px 1fr;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #070b08;
    min-height: 190px;
}

.global-result-image {
    display: block;
    min-height: 190px;
    position: relative;
    overflow: hidden;
}

.global-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.global-result-image span,
.global-result-meta b {
    background: rgba(138, 255, 0, .94);
    color: #071006;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 8px;
    text-transform: uppercase;
}

.global-result-image span {
    position: absolute;
    left: 12px;
    top: 12px;
}

.global-result-content {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: 24px;
}

.global-result-meta {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #aeb7aa;
    font-size: 12px;
    text-transform: uppercase;
}

.global-result-card h3 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    margin: 0;
    text-transform: uppercase;
}

.global-result-card h3 a {
    color: #f5f8ee;
}

.global-result-card p {
    color: #cbd2c3;
    margin: 0;
}

.global-result-button {
    justify-self: start;
    min-height: 42px;
    text-decoration: none;
}

.global-search-empty {
    border: 1px solid rgba(138, 255, 0, .22);
    background: #070b08;
    padding: 34px;
}

.global-search-empty h2 {
    color: #f5f8ee;
    font-family: 'Oswald', sans-serif;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.global-search-empty div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.global-search-empty a {
    text-decoration: none;
}

@media (max-width: 1020px) {
    .global-search-layout {
        grid-template-columns: 1fr;
    }

    .global-search-filters {
        position: static;
    }
}

@media (max-width: 720px) {
    .global-search-hero {
        padding: 210px 0 46px;
    }

    .global-search-form,
    .global-result-card {
        grid-template-columns: 1fr;
    }

    .global-results-heading {
        align-items: start;
        flex-direction: column-reverse;
    }

    .global-result-image {
        min-height: 210px;
    }
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid var(--signal) !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 4px rgba(138, 255, 0, 0.18) !important;
}

button,
[type="button"],
[type="submit"],
.case-tab,
.case-filter,
.evidence-sort-bar button,
.evidence-view-toggle button,
.faq-question-button,
.faq-category-pill,
.global-hero-search-cta {
    min-height: 44px;
}

@media (max-width: 1020px) {
    .latest-news-hero h1,
    .investigation-archive-hero-content h1,
    .about-hero-content h1,
    .about-hero-content h2,
    .contact-hero-content h1,
    .single-investigation-hero-content h1,
    .faq-hero-content h1,
    .global-search-hero h1 {
        font-size: var(--hero-title-size-tablet);
    }

    .evidence-locker-title span {
        font-size: clamp(36px, 7vw, 54px);
    }
}

@media (max-width: 720px) {
    .latest-news-hero h1,
    .investigation-archive-hero-content h1,
    .about-hero-content h1,
    .about-hero-content h2,
    .contact-hero-content h1,
    .single-investigation-hero-content h1,
    .faq-hero-content h1,
    .global-search-hero h1 {
        font-size: var(--hero-title-size-mobile);
        letter-spacing: 2px;
    }

    .latest-news-hero p,
    .investigation-archive-hero-content p,
    .about-hero-content p,
    .single-investigation-hero-content p,
    .evidence-locker-intro p,
    .faq-hero-content p {
        font-size: var(--hero-copy-size-mobile);
        line-height: 1.65;
    }

    .investigation-archive-hero {
        min-height: 380px;
    }

    .evidence-locker-title span {
        font-size: var(--hero-title-size-mobile);
        letter-spacing: 2px;
    }
}
