.suspect-image-container {
    position: relative;
    width: 100%;
    padding-top: 133%;
    background-color: var(--bs-secondary);
    box-sizing: border-box;
    overflow: hidden;
    transition: opacity 0.3s, filter 0.3s;
}

.suspect-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s;
}

.suspect-image-container .mono-image {
    opacity: 1;
}

.suspect-image-container .color-image {
    opacity: 0;
}

.suspect-image-container .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.625);
    opacity: 1;
    transition: opacity 0.3s;
    z-index: 1;
    cursor: pointer;
}

.swiper-slide.thumb-active .suspect-image-container .mono-image {
    opacity: 0;
}

.swiper-slide.thumb-active .suspect-image-container .color-image {
    opacity: 1;
}

/* Accusation Submission Overlay Styles */
.accusation-submission-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    z-index: 10001;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    box-sizing: border-box;
}

.accusation-submission-overlay.show {
    display: flex !important;
    animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.submission-cards-container {
    width: 100%;
    max-width: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.player-card-front,
.player-card-back {
    flex: 1;
    max-width: 320px;
}

.player-card-front img,
.player-card-back img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(255, 255, 255, 0.1);
}

.submission-text {
    text-align: center;
}

.submission-text p {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    font-family: var(--bs-font-monospace);
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .submission-cards-container {
        flex-direction: column;
        gap: 1rem;
        max-width: 300px;
    }

    .submission-text p {
        font-size: 1.25rem;
    }
}

.swiper-slide.thumb-active .suspect-image-container .image-overlay {
    opacity: 0;
}

.suspect-number-wrapper {
    position: absolute;
    bottom: 4.625rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--bs-black);
    padding: 0.4rem 1.75rem;
    z-index: 10;
    font-family: var(--bs-font-sans-serif);
}

.suspect-number {
    font-family: var(--bs-font-monospace);
    color: var(--bs-light);
    font-weight: 700;
    font-size: 1.25rem;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s, filter 0.3s;
    position: relative;
    cursor: pointer;
}

.content-slide {
    display: none;
}

.content-slide.active {
    display: block;
}

.suspect-role {
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin-top: 1.75rem;
    opacity: .35;
    transition: opacity 0.3s;
}

.swiper-slide.thumb-active .suspect-role {
    opacity: 1;
}

/*# sourceMappingURL=style.css.map */

.highlight {
    color: #fad300;
}

.section {
    padding: 10rem 0;
}

.document-container {
    aspect-ratio: 7.5 / 11;
    position: relative;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
    background: url(https://deposco.com/wp-content/supply-chain-nightmares/img/accents/paper-texture.jpg);
    margin-top: -2rem;
    background-size: cover;
}

.document-container .header-text {
    font-family: 'degular-mono';
    font-weight: bold;
    line-height: 1rem!important;
}

.document-container .content-label {
    font-family: 'degular-mono';
    font-weight: bold;
    font-size: .875rem;
}

.document-container .content-value {
    font-family: 'degular-mono';
    padding-left: 1rem!important;
    font-size: .875rem;
    line-height: 1.25;
}

.document-container .content-notes {
    font-family: 'degular-mono';
    padding-left: 1rem!important;
}

.columns-2 {
    column-count: 2;
}

.text-confidential {
    color: #bd232a;
    font-size: 1.5rem;
    padding: .25rem 2rem 1.5rem;
    letter-spacing: .25rem;
}

.text-confidential-highlight {
    font-family: 'bebas-neue';
    font-size: 15rem;
    color: #bd232a;
}

.cursor-default {
    cursor: default;
}

.accent_paper-clip {
    position: absolute;
    top: -6.5rem;
    width: 8.5rem;
    right: 6rem;
    z-index: 2;
}

.accent_staple {
    position: absolute;
    top: .25rem;
    width: 3rem;
    left: .5rem;
}

.accent_manilla-folder {
    position: absolute;
    width: calc(100% + 12rem);
    top: -4.75rem;
    z-index: 0;
    left: -6rem;
}

.accent_barcode {
    width: 5rem;
    margin: 1rem 0 1.5rem;
}

.accent_headshot {
    width: 9rem;
    object-fit: cover;
    border: .25rem solid #FFF;
    aspect-ratio: 1/1.5;
}

.headshots {
    display: flex;
    z-index: 1;
    position: absolute;
    top: -.25rem;
    right: 2rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    transform: rotate(2deg);
    border: .25rem solid #FFF;
    aspect-ratio: 1.5/1;
    overflow: hidden;
}

.accent_headshot {
    width: 8rem;
    z-index: 0;
}

.accent_underline {
    width: 15rem;
    position: absolute;
    margin-top: -1rem;
}

.folder-label {
    font-family: permanent-marker;
    color: #000;
    font-size: 1.625rem;
    position: absolute;
    transform: rotate(90deg);
    right: -10rem;
    top: 5rem;
}

.accent_polaroid {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    border: .25rem solid #FFF;
    aspect-ratio: 3.5/4.2;
    width: 14rem
}

.accent_post-it-note {
    position: absolute;
    z-index: 2;
    width: 35%;
}

.accent_post-it-note img {
    width: 100%;
}

.accent_post-it-note-inner-text {
    position: absolute;
    font-family: 'permanent-marker';
    line-height: 1.2;
    color: #000;
    padding: 1.5rem 2rem 1rem 1rem;
    font-size: 1.375rem;
}

body {
    background: #fff;
}

p {
    font-family: 'degular-mono';
    font-size: 1.125rem;
    line-height: 1.5;
}

.suspect-video {
    box-shadow: 0px 0px 50px rgba(0,0,0,.5);
    z-index: 1;
}

.suspect-quote {
    font-family: 'degular-mono';
    font-size: 1rem;
    font-style: italic;
    padding-right: 5rem;
    line-height: 1.5;
    margin: 2rem 0;
    color: #999;
}

.bg-texture {
    background: url(https://deposco.com/wp-content/supply-chain-nightmares/img/textures/bg-texture.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: -1;
    pointer-events: none;
}

.polaroid-container {
    display: flex;
}

.polaroid {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 200px;
    max-width: 100%;
    cursor: pointer;
}

.polaroid .photo-frame {
    padding: .5rem .5rem 0 .5rem;
}

.modal .polaroid .photo-frame {
    padding: 1rem 1rem 0 1rem;
}

.polaroid img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.polaroid .caption {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.polaroid-first {
    transform: rotate(4deg)!important;
}

.polaroid-second {
    transform: rotate(-4deg)!important;
}

.polaroid_writing {
    color: #000;
    font-family: 'permanent-marker';
    font-size: 1.25rem;
    margin-bottom: 0;
}

/* Custom styles for the modal polaroid and navigation */
#polaroidModal .modal-dialog {
    max-width: 900px; /* Adjust as needed for max size */
}

#polaroidModal .modal-content {
    background-color: transparent !important;
}

.polaroid-modal-view {
    /* Base size for the polaroid container in the modal.
       Set this to the *enlarged* size you want. */
    width: 600px;
    height: auto; /* Let content determine height */
    position: relative;

    /* Ensure the original polaroid's styles are maintained
       (e.g., background, border, etc.)
       You may need to inspect and port over your existing .polaroid styles,
       but this will directly receive the clone of your existing polaroid. */
}

/* Style the navigation arrows to be visible and positioned */
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    opacity: 0.8;
    transition: opacity 0.15s ease;
    z-index: 1060; /* Above the modal content */
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.modal .polaroid {
    transform: rotate(0deg)!important;
}

.polaroid-modal-view {
    width: 500px;
    height: 500px;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
}

.polaroid-modal-view .polaroid {
    width: 100%;
    margin: 0;
    transform: none;
    transform-origin: center;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, .25);
}

.polaroid-modal-view .polaroid .photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.polaroid-modal-view .polaroid .photo-frame {
    aspect-ratio: 1 / 1;
    width: 100%;
}

.polaroid-modal-view .polaroid .caption {
    padding: 2rem 1.5rem;
    font-size: 2.5rem;
    min-height: 115px;
    background: #fff;
}

.polaroid-modal-view .polaroid .polaroid_writing {
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 500;
}

#polaroidModal .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#polaroidModal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
    position: relative;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1055;
    background: none;
    border: none;
    width: auto;
    height: auto;
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.display-1 {
    font-family: 'bebas-neue';
    font-size: 9rem;
    line-height: .9;
}

.text-scribble:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://deposco.com/wp-content/supply-chain-nightmares/img/accents/scribble.svg);
    background-repeat: no-repeat;
    margin-top: 2rem;
}

.text-scribble {
    position: relative;
}

.text-scribble-2:after {
    content: '';
    position: absolute;
    top: 6rem;
    left: -1rem;
    width: 100%;
    background: url(https://deposco.com/wp-content/supply-chain-nightmares/img/verdict/verdict-footer_scribble-mark.png);
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain;
    height: 100%;
}

.text-scribble-2 {
    position: relative;
}

.section-display {
    background: url(https://deposco.com/wp-content/supply-chain-nightmares/img/textures/bg-halftone-2.png);
    background-size: cover;
    /*padding: 10rem; */
    color: #000;
    background-attachment: fixed;
}

.section-hero-1 {
    background: linear-gradient(90deg, black, #313131);
}

/*.section-hero-1:after {*/
/*    background: url(https://deposco.com/wp-content/supply-chain-nightmares/img/textures/bg-halftone-2.png);*/
/*    background-size: cover;*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.graphic-container {
    /* Set the grid properties */
    display: grid;
    /* Create 11 columns for a flexible layout across the rows */
    grid-template-columns: repeat(6, auto);
    /* Three rows defined by content */
    grid-template-rows: auto auto auto;
    /* Optional: Small gap between grid items */
    gap: 4.5% 2.25%;
}

/* Ensure the letter blocks have a white background */
.w, .h, .o, .d, .u, .n-one, .n-two, .i, .t, .question-mark {
    background-color: white;
}

/* Ensure images fill their container blocks */
.block img {
    width: 100%;
    height: 100%;
    /* Keep aspect ratio and cover the container area */
    object-fit: cover;
}

/* --- Positioning on 11-column grid --- */
/* Row 1: W H O (Image) (Image) */
.w { grid-column: 1; grid-row: 1; }
.block:nth-child(2) { grid-column: 2; grid-row: 1; } /* Image 2.png */
.h { grid-column: 3; grid-row: 1; }
.o { grid-column: 4; grid-row: 1; }
.block:nth-child(5) { grid-column: 5; grid-row: 1; } /* Image 5.png */


/* Row 2: D U (Image) N (Image) N */
.d { grid-column: 1; grid-row: 2; }
.u { grid-column: 2; grid-row: 2; }
.block:nth-child(8) { grid-column: 3; grid-row: 2; } /* Image 8.png */
.n-one { grid-column: 4; grid-row: 2; }
.block:nth-child(10) { grid-column: 5; grid-row: 2; } /* Image 10.png */
.n-two { grid-column: 6; grid-row: 2; }


/* Row 3: (Image) I T (Image) ? */
.block:nth-child(12) { grid-column: 1; grid-row: 3; } /* Image 12.png */
.i { grid-column: 2; grid-row: 3; }
.t { grid-column: 3; grid-row: 3; }
.block:nth-child(15) { grid-column: 4; grid-row: 3; } /* Image 15.png */
.question-mark { grid-column: 5; grid-row: 3; }

.rotate-right {
    transform: rotate(6deg);
}

.rotate-left {
    transform: rotate(-6deg);
}

.lead {
    font-size: 1.5rem;
    font-weight: bold;
}

.graphic-container {
    margin: 0rem 0 5rem;
}

.accent_post-it-note-2 {
    left: -5%;
    bottom: 70%;
    transform: rotate(4deg);
}

.accent_post-it-note-1 {
    left: 23%;
    bottom: 17%;
    transform: rotate(-5deg);
}

.accent_post-it-note-3 {
    bottom: 0%;
    right: 30%;
    transform: rotate(-6deg);
}

.accent_post-it-note-3 .accent_post-it-note-inner-text {
    transform: rotate(-6deg);
}


.suspect-content-frame_top:before {
    content: '';
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255,255,255,.25);
    margin: -5rem;
    border-right: 1px solid rgba(255,255,255,.25);
}

.suspect-content-frame_top:after {
    content: '';
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 1px solid rgba(255,255,255,.25);
    margin: -5rem;
    border-left: 1px solid rgba(255,255,255,.25);
}

.suspect-content-frame_bottom:before {
    content: '';
    width: 3rem;
    height: 3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(255,255,255,.25);
    margin: -5rem;
    border-right: 1px solid rgba(255,255,255,.25);
}

.suspect-content-frame_bottom:after {
    content: '';
    width: 3rem;
    height: 3rem;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 1px solid rgba(255,255,255,.25);
    margin: -5rem;
    border-left: 1px solid rgba(255,255,255,.25);
}

.navbar {
    position: absolute;
    width: 100%;
    padding: 1rem 4rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.nav-link {
    color: #fff;
    font-family: 'bebas-neue';
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1.25rem;
    margin-top: 4px;
    text-decoration: none!important;
}

.navbar-nav.me-auto {
    gap: 4rem;
}

.case-type-item {font-family: 'degular-mono';}

.case-types {
    display: flex;
    gap: 3rem;
    padding: 1.5rem 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.case-type-item_checkbox:before {
    content: '[   ]';
}

.btn.btn-folder {
    background: #fad300;
    font-size: 1.25rem;
    color: #000;
    font-family: 'degular-mono';
    padding: 1rem 1.5rem;
    font-weight: 700;
    position: relative;
    border: none;
    /*border-start-end-radius: 0;*/
}

.btn-xl {
    font-size: 2.5rem!important;
    padding: 1.5rem 3rem!important;
}

.btn-lg {
    font-size: 1.5rem!important;
    padding: 1rem 1.5rem!important;
}

/*.btn-folder:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -15px;*/
/*    right: 0;*/
/*    background: #fad300;*/
/*    width: 70px;*/
/*    height: 15px;*/
/*    border-radius: .375rem .375rem 0 0;*/

/*}*/

.case-type-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.case-type-item img {
    width: 8rem;
    position: absolute;
    margin-top: -3rem;
    margin-left: -4.65rem;
}

/*.polaroid {*/
/*    transition: .2s;*/
/*}*/

/*.polaroid:hover {*/
/*    transition: .2s;*/
/*    transform: rotate(-2deg)!important;*/
/*}*/

.evidence-image-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #eee;
    box-sizing: border-box;
    overflow: hidden;
    transition: opacity 0.3s, filter 0.3s;
}

.evidence-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s;
    padding: 0rem 1.5rem 1.5rem 1.5rem;
    background: #ccc;
    border: 8px solid #ddd;
}

.evidence-image-container .mono-image {
    opacity: 1;
    /*filter: grayscale(100%);*/
}

.evidence-image-container .color-image {
    opacity: 0;
}

.evidence-image-container .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.625);
    opacity: 1;
    transition: opacity 0.3s;
    z-index: 1;
    cursor: pointer;
}

.swiper-slide.thumb-active .evidence-image-container .mono-image {
    opacity: 0;
}

.swiper-slide.thumb-active .evidence-image-container .color-image {
    opacity: 1;
}

.swiper-slide.thumb-active .evidence-image-container .image-overlay {
    opacity: 0;
}

#evidence-content .document-container {
    aspect-ratio: auto!important;
}

.bg-gray {
    background: #f2f2f2;
}


#evidence-content .document-container {
    aspect-ratio: 7.5 / 11;
    position: relative;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .15);
    background: #fff;
    margin-top: 0rem;
    background-size: cover;
}

#evidence-content .document-container .header-text {
    font-family: 'degular-mono';
    font-weight: bold;
    line-height: 1rem!important;
}

#evidence-content .document-container .content-label {
    font-family: 'degular-mono';
    font-weight: bold;
    font-size: .875rem;
}

#evidence-content.document-container .content-value {
    font-family: 'degular-mono';
    padding-left: 1rem!important;
    font-size: .875rem;
    line-height: 1.25;
}

#evidence-content .document-container .content-notes {
    font-family: 'degular-mono';
    padding-left: 1rem!important;
}

#evidence-content .polaroid {
    width: 100%;
}

#evidence-content .polaroid.polaroid-first {
    transform: rotate(0deg)!important;
    margin-right: -4rem;
    z-index: 1;
}

#evidence-content .polaroid-container {
    padding: 5rem!important;
}

#evidence-content .polaroid.polaroid-second {
    transform: rotate(6deg)!important;
    margin-left: 1rem;
}

/* Suspect content navigation styles */
.suspect-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.suspect-nav-btn:hover {
    background: rgba(0, 0, 0, 0.9);
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.suspect-nav-prev {
    left: -6rem;
}

.suspect-nav-next {
    right: -6rem;
}

.suspect-nav-btn .material-icons {
    font-size: 2rem;
}

/* Make suspect content area swipeable */
#suspect-content {
    touch-action: pan-y;
}

.content-slide {
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .suspect-nav-btn {
        width: 50px;
        height: 50px;
    }

    .suspect-nav-btn .material-icons {
        font-size: 1.5rem;
    }

    .suspect-nav-prev {
        left: 10px;
    }

    .suspect-nav-next {
        right: 10px;
    }
}

/* Evidence content equal height columns */
#evidence-content .row.align-items-center {
    min-height: 650px;
    display: flex;
    align-items: stretch;
}

#evidence-content .bg-left,
#evidence-content .bg-right {
    display: flex;
    flex-direction: column;
    min-height: 650px;
    height: 100%;
}

#evidence-content .bg-left img {
    flex: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#evidence-content .bg-right .text-dark {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    box-shadow: none;
}

#evidence-content .bg-right .content-row {
    display: flex;
    flex-direction: column;
    justify-content: end;
    flex: 1;
    height: 100%;
    display: block;
}

#evidence-content .bg-right .row:last-child {
    display: flex;
    align-items: stretch;
}

#evidence-content .polaroid-first .tape,
#evidence-content .polaroid-second .tape{
    aspect-ratio: auto;
    top: -1.5rem;
    z-index: 10;
}

#evidence-content .polaroid_writing {
    font-size: 1.25rem;
}

.evidence-number {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--bs-black);
    padding: 0.4rem 1.75rem;
    z-index: 10;
    font-family: var(--bs-font-monospace);
    color: var(--bs-light);
    font-weight: 700;
    font-size: 1.25rem;
}

.display-2 {
    font-size: 6rem;
    line-height: .9;
}

.polaroid-overview {
    margin-left: -11rem;
    top: -11rem;
    position: absolute;
    transform: rotate(6deg);
    width: 250px;
}

.text-highlight {
    font-family: 'bebas-neue';
    font-size: 15rem;
    position: absolute;
    z-index: -1;
    mix-blend-mode: multiply;
    color: rgba(0,0,0,.1);
    bottom: -5rem;
    left: 37%;
}

.modal .tape {
    display: none;
}

.grid-bg {
    background-size: 1rem 1rem;
    background-image:
            linear-gradient(to right, rgba(0,0,0,.05) 1px, transparent 1px),
            linear-gradient(to bottom, rgba(0,0,0,.05) 1px, transparent 1px);
    background-color: #f9f9f9;
}

h2, .h2 {
    font-size: 3rem;
    line-height: .9;
}

/*.text-highlighter:after {*/
/*    content: '';*/
/*    background: url(https://deposco.com/wp-content/supply-chain-nightmares/img/accents/highlight.png);*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100px;*/
/*}*/

.marquee-container {
    overflow: hidden;
    display: flex;
    background: #fad300;
    color: #000;
    font-family: 'bebas-neue';
    white-space: nowrap;
}

.marquee-group {
    display: flex;
    animation: scroll 30s linear infinite;
}

.marquee-group span {
    font-size: 3rem;
    margin-right: 5rem;
    user-select: none;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.scene-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: .25rem .5rem;
    background: #000;
    font-size: .75rem;
    text-transform: uppercase;
    z-index: 1;
    font-family: 'degular-mono';
    font-weight: 700;
}

.scene-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: .25rem .5rem;
    background: #000;
    font-size: .75rem;
    text-transform: uppercase;
    z-index: 1;
    font-family: 'degular-mono';
    font-weight: 700;
}

.crimeSceneThumbSwiper .swiper-slide {
    border: 2px solid #fff;
}

.crimeSceneThumbSwiper {
    border: 2px solid #fff;
}

.scene-slide.active {
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.scene-label-large {
    position: absolute;
    background: #000;
    padding: .375rem 1rem;
    text-transform: uppercase;
    bottom: 1rem;
    font-family: 'degular-mono';
    font-weight: 700;
    z-index: 10;
}

.scene-timestamp {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    /*background: #000;*/
    color: #fff;
    padding: .375rem 1rem;
    font-family: 'degular-mono';
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
    z-index: 10;
}

.scene-date {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    /*background: #000;*/
    color: #fff;
    padding: .375rem 1rem;
    font-family: 'degular-mono';
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
    z-index: 10;
}

.scene-rec {
    position: absolute;
    top: 1rem;
    left: 1rem;
    /*background: #000;*/
    color: #fff;
    padding: .375rem 1rem;
    font-family: 'degular-mono';
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 10;
}

.scene-camera {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #000;
    color: #fff;
    padding: .375rem 1rem;
    font-family: 'degular-mono';
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
    z-index: 10;
}

.recording-light {
    width: 8px;
    height: 8px;
    background: #cf3636;
    border-radius: 50%;
    animation: blink 1s infinite;
}

.section-pt-5 {
    padding-top: 5rem!important;
}

#chart-container {
    width: 400px;
    padding: 1rem 1rem .5rem;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, .2);
    z-index: 10;
    position: absolute;
    margin-left: -11rem;
    margin-top: -5rem;
}

#microChart {
    max-height: 100px;
}

.text-danger {
    color: #cf3636;
}

.accent_post-it-note_ocso .accent_post-it-note-inner-text {
    z-index: 1;
    transform: rotate(-4deg);
    width: 100%;
    font-size: 2rem;
    margin: -2rem;
}

.shipping-labels {
    margin-left: -10rem;
    position: absolute;
    z-index: -1;
    margin-top: -6rem;
    max-width: 60rem;
}

.modal-close-btn {
    position: fixed;
    top: 4rem;
    right: 4rem;
    z-index: 1060;
    background: none;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.modal-close-btn:hover {
    background: none;
    border: none;
    opacity: 1;
    transform: scale(1.1);
}

.modal-close-btn .material-icons {
    font-size: 3.5rem;
}

/*.modal-backdrop {*/
/*    background: rgba(0,0,0,.8)!important;*/
/*    opacity: 1!important;*/
/*}*/

.section-hero-1 .accent_post-it-note-inner-text {
    font-size: 1.125rem;
}

/* Full Page Accusation Modal Styles */
#accusationModal .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100vh;
}

#accusationModal .accusation-modal-content {
    background: none !important;
    border: none;
    border-radius: 0;
    height: 100vh;
    width: 100vw;
}

/*#accusationModal .modal-backdrop {*/
/*    background: #000 !important;*/
/*    opacity: 1 !important;*/
/*}*/

/*#accusationModal.show .modal-backdrop {*/
/*    background: #000 !important;*/
/*}*/

/* Accusation Cards Swiper Styles */
.accusationCardsSwiper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    padding: 2rem;
    position: relative;
}

.accusationCardsSwiper .swiper-wrapper {
    justify-content: center;
    align-items: center;
}

.accusationCardsSwiper .swiper-slide {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.accusationCardsSwiper .suspect-card {
    width: auto;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
}

.accusationCardsSwiper .suspect-card img {
    width: auto;
    height: auto;
    max-width: 550px;
    max-height: 800px;
    object-fit: contain;
    border-radius: 1.5rem;
    display: block;
}

/* Navigation arrows for accusation cards swiper */
.accusation-swiper-button-prev,
.accusation-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.accusation-swiper-button-prev:hover,
.accusation-swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.accusation-swiper-button-prev {
    left: 20px;
}

.accusation-swiper-button-next {
    right: 20px;
}

.accusation-swiper-button-prev .material-icons,
.accusation-swiper-button-next .material-icons {
    font-size: 2rem;
}

.accusation-swiper-button-prev.swiper-button-disabled,
.accusation-swiper-button-next.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.accusation-swiper-button-prev.swiper-button-disabled:hover,
.accusation-swiper-button-next.swiper-button-disabled:hover {
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.accusationCardsSwiper:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1rem;
    width: 30rem;
    height: 100%;
    background: linear-gradient(90deg, black, transparent);
    z-index: 1;
    pointer-events: none;
}

.accusationCardsSwiper:after {
    content: '';
    position: absolute;
    top: 0;
    right: -1rem;
    width: 30rem;
    height: 100%;
    background: linear-gradient(90deg, transparent, black);
    z-index: 1;
    pointer-events: none;
}

.accusation-radio {
    font-family: 'degular-mono';
    font-size: 1.125rem;
    text-align: left;
    margin: 1rem 0rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.accusation-radio input[type="radio"] {
    display: none;
}

.accusation-radio-text {
    position: relative;
    padding-left: 2.5rem;
}

.accusation-radio-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 1px solid #000;
    background: #fff;
    display: inline-block;
}

.accusation-radio input[type="radio"]:checked + .accusation-radio-text:before {
    background-image: url('https://deposco.com/wp-content/supply-chain-nightmares/img/accents/checkmark.png');
    background-size: 68px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    overflow: visible;
}

/* Disabled submit button styling */
.btn-folder:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #999;
}

.btn-folder:disabled:hover {
    background: #999;
    transform: none;
}

.verdict-checkmarks {
    position: absolute;
    width: 30rem;
    left: 0;
    top: 0;
}

.verdict-suspect-list {
    position: absolute;
    width: 30rem;
    left: 90%
}

.verdict_who {
    position: absolute;
    width: 10rem;
    right: 5rem;
    top: 5rem;
    transform: rotate(4deg);
}

.verdict_what {
    position: absolute;
    width: 10rem;
    top: 50%;
    z-index: 1;
    left: 0;
}

.verdict_where {
    position: absolute;
    width: 10rem;
    top: 62%;
    left: 5%;
}

.btn {
    font-family: 'degular-mono';
    font-weight: 700;
    border-radius: 0;
}

/* Card View Button Group Styles */
.card-view-buttons {
    font-family: 'degular-mono';
    font-size: 1rem;
    font-weight: 700;
}

.btn-card-view {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.7);
    font-family: 'degular-mono';
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    min-width: 6rem;
}

.btn-card-view:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.btn-card-view.active {
    background-color: #fad300;
    border-color: #fad300;
    color: #000;
    box-shadow: 0 4px 8px rgba(250, 211, 0, 0.3);
}

.btn-card-view.active:hover {
    background-color: #e6c000;
    border-color: #e6c000;
    color: #000;
    box-shadow: 0 6px 12px rgba(250, 211, 0, 0.4);
}

.btn-group .btn-card-view:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group .btn-card-view:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-group .btn-card-view:not(:first-child) {
    border-left-width: 0;
}

.btn-group .btn-card-view.active:not(:first-child) {
    border-left-width: 2px;
}

/* Card transition styles */
.suspect-card {
    position: relative;
}

.suspect-card .card-front,
.suspect-card .card-back {
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: block;
}

.suspect-card .card-back {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: rotateY(180deg);
}

.card-view-back .suspect-card .card-front {
    opacity: 0;
    transform: rotateY(-180deg);
}

.card-view-back .suspect-card .card-back {
    opacity: 1;
    transform: rotateY(0deg);
    position: relative;
}

.section-lineup:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11rem;
    background: #eee;
    z-index: 0;
}

/* 1. Make the container the positioning context and ensure clipping */
.scene-image-container,
.scene-large-view {
    position: relative; /* Crucial: Allows children (overlay, grain) to be positioned relative to it */
    overflow: hidden; /* Crucial: Hides the parts of the grain that overflow its boundaries */
    /* Add other necessary styles like width and height here, e.g., width: 800px; height: 600px; */
}

/* 2. Style the overlay to cover only the parent container */
.overlay{
    position: absolute; /* Positions it relative to the .scene-large-view parent */
    width: 100%;       /* Covers 100% of the parent's width */
    height: 100%;      /* Covers 100% of the parent's height */
    top: 0;            /* Aligns to the top of the parent */
    left: 0;           /* Aligns to the left of the parent */
    background-image:linear-gradient(transparent,rgba(0,0,0,0.5));
    z-index: 2; /* Set a higher z-index than the grain */
}

/* 3. Apply the grain effect relative to and contained by the parent */
.scene-image-container:after,
.scene-large-view:after{
    content:"";
    background-image:url("https://deposco.com/wp-content/supply-chain-nightmares/img/textures/grain-texture.png");
    /* The grain texture is still large (300%) to allow for the animated panning/shaking */
    height: 300%;
    width: 300%;

    /* CHANGE: Use absolute positioning instead of fixed positioning */
    position: absolute;
    /* CHANGE: Center the large grain texture so the panning motion works */
    top: -100%;
    left: -100%;

    opacity: 0.1;
    animation: animateGrain 8s steps(10) infinite;
    z-index: 1; /* Place the grain effect below the overlay */
    pointer-events: none; /* Allows clicks to pass through */
}

@keyframes animateGrain{
    /* The animation remains the same, shifting the large background */
    0%, 100% { transform:translate(0, 0) }
    10%{
        transform:translate(-5%,-10%)
    }
    20%{
        transform:translate(-15%,-20%)
    }
    30%{
        transform:translate(-5%,-10%)
    }
    40%{
        transform:translate(-15%,-20%)
    }

    50%{
        transform:translate(-5%,-10%)
    }
    60%{
        transform:translate(-15%,-20%)
    }
    70%{
        transform:translate(-5%,-10%)
    }
    80%{
        transform:translate(-15%,-20%)
    }
    90%{
        transform:translate(-5%,-10%)
    }
    100%{
        transform:translate(-15%,-20%)
    }
}

.modal-backdrop.show {
    opacity: .8;
}



.video-hover {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
}

.video-hover:hover::after {
    opacity: 1;
}

.video-hover_plum {
    left: 5%;
    width: 13%;
}

.video-hover_white {
    left: 19%;
    width: 15%;
}

.video-hover_peacock {
    left: 35.25%;
    width: 15%;
}

.video-hover_scarlet {
    left: 51.5%;
    width: 15%;
}

.video-hover_green {
    left: 68%;
    width: 13%;
}

.video-hover_mustard {
    left: 82.5%;
    width: 12.5%;
}



.popover-header {
    background: #1a1a1a;
    border: none;
    font-size: 1.5rem!important;
    line-height: 1;
    padding-top: 1rem
}

.popover-body {
    padding-top: 0;
}

.popover {
    border: none;
}

.bg-block {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: -1;
    background: linear-gradient(90deg, black, #313131);
}

.section-verdict .headshot-plum {
    position: absolute;
    left: 0;
    max-width: 14%;
    top: 15%;
    z-index: 1;
}

.section-verdict .headshot-white {
    position: absolute;
    left: 10%;
    max-width: 14%;
    top: 0%;
}

.section-verdict .headshot-scarlet {
    position: absolute;
    left: 0%;
    max-width: 14%;
    bottom: -4%;
}

.section-verdict .headshot-peacock {
    position: absolute;
    right: 0;
    max-width: 14%;
    top: 10%;
    z-index: 1;
}

.section-verdict .headshot-green {
    position: absolute;
    right: -3%;
    max-width: 14%;
    bottom: 0%;
    z-index: 1;
}

.section-verdict .headshot-mustard {
    position: absolute;
    right: 10%;
    max-width: 14%;
    bottom: -4%;
    z-index: 1;
}

.section-verdict .grid-bg, .verdict-hero-bg {
    aspect-ratio: 11 / 7.5;
    align-items: center;
}

.section-verdict .text-scribble:after {
    mix-blend-mode: darken!important;
}

.accusation-content {
    overflow: hidden;
}

.section-guilty .polaroid {
    width: 100%;
}

.section-guilty  .polaroid .caption {
    height: 90px;
}

.section-guilty .polaroid_writing {
    font-size: 1.75rem;
    line-height: 1;
}

.polaroid .photo-frame {
    padding: .75rem .75rem 0 .75rem;
    position: relative;
}

.polaroid .photo-frame {
    position: relative;
    overflow: hidden;
}

.section-guilty .polaroid .photo-frame:after {
    content: 'GUILTY';
    position: absolute;
    z-index: 2;
    color: #cf3636;
    font-size: 5rem;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    mix-blend-mode: multiply;
    font-family: 'degular-mono';
}

/*.polaroid-container:hover .polaroid .photo-frame:after {*/
/*    opacity: 1;*/
/*}*/

a {
    color: #fad300;
}

.container-verdict:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4rem;
    background: url(https://deposco.com/wp-content/supply-chain-nightmares/img/verdict/verdict-manilla-folder.png);
    background-size: 100% auto;
    z-index: 0;
    width: 100%;
    height: 105%;
    background-repeat: no-repeat;
}

.container-verdict .block img {
    box-shadow: 0px 0px 20px rgba(0,0,0, .15);
}

.bg-warning {
    background: #fad300!important;
}

/* Suspects Pagination Styles */
.suspects-pagination {
    position: static !important;
    margin-top: 2rem;
    text-align: center;
}

.suspects-bullet {
    width: 12px !important;
    height: 12px !important;
    background: rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
    margin: 0 6px !important;
    opacity: 1 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.suspects-bullet:hover {
    background: rgba(255, 255, 255, 0.6) !important;
    transform: scale(1.2) !important;
}

.suspects-bullet-active {
    background: #fad300 !important;
    transform: scale(1.3) !important;
    box-shadow: 0 0 8px rgba(250, 211, 0, 0.5) !important;
}

.text-dark {
    color: #000!important;
}

/* Performance Optimizations */
.lazy-image {
    opacity: 0;
    transition: opacity 0.3s;
}

.lazy-image.loaded {
    opacity: 1;
}

/* Progressive image loading with blur-up effect */
.progressive-image {
    filter: blur(5px);
    transition: filter 0.3s;
}

.progressive-image.loaded {
    filter: blur(0);
}

.progressive-container {
    position: relative;
    overflow: hidden;
}

.progressive-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(2px);
    transform: scale(1.1);
    transition: opacity 0.3s;
}

.progressive-placeholder.loaded {
    opacity: 0;
}

/* Image optimization utilities */
.img-optimized {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* Critical images - preload with higher priority */
.img-critical {
    loading: eager !important;
}

/* Non-critical images - lazy load */
.img-lazy {
    loading: lazy;
    content-visibility: auto;
}

/* Optimized accent sprites (combine small images) */
.accent-sprite {
    background-image: url('https://deposco.com/wp-content/supply-chain-nightmares/img/accents-sprite.png');
    background-repeat: no-repeat;
    display: inline-block;
}

.accent-checkmark {
    width: 32px;
    height: 32px;
    background-position: 0 0;
}

.accent-barcode {
    width: 80px;
    height: 40px;
    background-position: -32px 0;
}

.accent-staple {
    width: 60px;
    height: 30px;
    background-position: -112px 0;
}

/* Crime Scene Swiper Styles */
.scene-image-container {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.scene-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.scene-image-container:hover .scene-image {
    transform: scale(1.05);
}

.scene-image-container .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.scene-image-container:hover .image-overlay {
    background: rgba(0, 0, 0, 0.1);
}

.crimeSceneThumbSwiper .swiper-slide.thumb-active .scene-image-container .image-overlay {
    background: rgba(255, 255, 255, 0.2);
}

.scene-number-wrapper {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    z-index: 10;
}

.scene-role {
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
}

.scene-slide {
    display: none;
}

.scene-slide.active {
    display: block;
}

.scene-large-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.scene-details {
    background: rgba(255, 255, 255, 0.05);
    height: 100%;
}

.scene-title {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.scene-description {
    color: #ccc;
    line-height: 1.6;
}

.scene-evidence h5 {
    color: #fff;
    margin-bottom: 0.5rem;
}

.scene-evidence ul {
    color: #ddd;
    padding-left: 1.2rem;
}

.scene-evidence li {
    margin-bottom: 0.3rem;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.btn-arrow:after {
    /* The content code point for Material Icons 'arrow_forward' is 'e5c8' */
    content: "\e5c8";
    /* Change font-family to 'Material Icons' */
    font-family: 'Material Icons' !important;
    display: inline-block;
    /* Material Icons typically use a normal font-weight for the standard icon set */
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.2;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .15s;
    margin-left: 10px;
}





.img-highlight-2 {
    width: 160%!important;
}

.section-lineup {
    background: none!important;
}

.wistia_responsive_padding {
    z-index: 10!important;
}

.suspect-nav-btn {
    border-radius: 0!important;
    z-index: 100;
}

.btn-folder:active {
    background: hsl(50.64deg 100% 49.02% / 90%) !important;
    color: #000!important;
}

.modal-open {
    padding-right: 0!important;
}

.swiper-wrapper {
    display: flex;
}

#evidence-content {
    padding: 3rem !important;
    background: url(https://deposco.com/wp-content/supply-chain-nightmares/img/textures/cardboard-texture.png);
    border-radius: 2rem;
    background-size: cover;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, .2);
}

.navbar-nav {
    gap: 2rem!important;
}

.navbar {
    background: linear-gradient(90deg, black, #313131);
    position: relative!important;
}

.nav-link:hover {
    color: #fad300;
}

.navbar-brand .nav-link:hover {
    color: #fff;
}

.navbar-brand a {
    text-decoration: none!important;
}

/*MEDIA*/
@media (max-width: 991px) {
    .nav-link {
        font-size: 2rem;
    }

    .navbar-nav {
        margin-top: 2rem;
    }

    .navbar.sticky-top {
        padding: 1rem 2rem;
    }
}

@media (max-width: 1200px) {
    .section-hero-1 {
        padding: 3rem 0!important;
    }
    .container {
        padding: 0 2rem;
    }
    h1 {
        font-size: 3rem!important;
    }
    .graphic-container {
        margin-bottom: 3rem;
    }

    .section-case-overview {
        padding: 3rem 0;
    }
    .case-overview-display {
        padding: 0!important;
        border: none!important;
    }
    .display-2 {
        font-size: 3rem;
    }

    .img-highlight-1 {
        margin-top: 0!important;
        transform: none!important;
        aspect-ratio: auto!important;
    }
    dl.font-monospace {
        margin-top: 2rem!important;
        margin-bottom: 0!important;
    }
    .img-highlight-2 {
        width: 100%!important;
        margin-left: 0!important;
        aspect-ratio: auto!important;
    }

    .section-whodunnit-graphic {
        padding: 0rem 0rem!important;
    }
    #chart-container {
        margin-left: 0;
        margin-top: 0;
        position: relative;
        width: 100%;
    }
    .img-highlight-3 {
        margin: 2rem 0 2rem!important;
        aspect-ratio: auto!important;
        transform: none!important;
    }
    .display-1 {
        font-size: 4.5rem;
        margin: 2rem 0;
    }
    .text-scribble:after {
        margin-top: 3vw!important;
    }
    .section-lineup:after {
        display: none;
    }
    .section-suspects {
        padding: 3rem 0!important;
    }
    .section-suspects {
        padding: 3rem 0!important;
    }

    .suspectThumbSwiper {
        display: none;
    }
    .accent_manilla-folder {
        display: none;
    }

    .section-suspects .accent_post-it-note-3 {
        display: none;
    }

    .accent_paper-clip {
        display: none!important;
    }

    .suspect-quote {
        display: none;
    }

    .headshots {
        transform: none;
        right: 0;
        top: 0;
        transform: scale(.875);
        transform-origin: top right;
    }
    .document-container {
        margin-top: 2rem;
        aspect-ratio: auto;
    }
    .suspect-nav-btn {
        border-radius: 0;
    }
    .section-display {
        padding: 0.5rem 0;
    }

    .section-evidence {
        padding: 2rem 0!important;
    }

    .section-evidence .evidenceThumbSwiper {
        display: none;
    }

    .section-evidence #evidence-content .bg-left {
        display: none;
    }

    .section-evidence #evidence-content .bg-right {
        min-height: auto;
    }

    .section-evidence .document-container {
        background: none!important;
        box-shadow: none!important;
    }

    .section-evidence #evidence-content {
        margin: 0 1rem!important;
    }

    .section-evidence .row.gx-0.border-dark.border-top {
        background: #fff;
    }

    .suspect-content-frame_top, .suspect-content-frame_bottom {
        display: none;
    }
    #evidence-content .polaroid .photo-frame {
        padding: .25rem;
    }

    #evidence-content .polaroid .caption {
        min-height: auto;
        padding: 0!important;
    }

    #evidence-content .polaroid_writing {
        font-size: 1rem;
        padding-bottom: .25rem;
    }

    #evidence-content .content-slide .document-container {
        align-items: start!important;
        margin: 0rem 0rem .5rem!important;
        min-height: auto!important;
    }

    .section-evidence #evidence-content {
        margin: 0!important;
    }
    .section-evidence .accent_barcode {
        margin-bottom: 0;
    }

    .section-crime-scenes {
        padding: 3rem 0rem!important;
    }

    .crimeSceneThumbSwiper {
        display: none;
    }

    .scene-slide.active {
        border-top: 4px solid #fff;
        margin-top: 2rem;
    }

    .room-description {
        border: none!important;
        padding-left: 0!important;
    }
    .section-accusation {
        padding: 0 0 2rem;
    }

    .section-accusation .display-1 {
        margin-bottom: 0rem;
    }
    .text-scribble-2:after {
        display: none;
    }
    .marquee-group span {
        font-size: 1.5rem;
        margin-right: 3rem;
    }




    .section-verdict .container-verdict:before {
        display: none;
    }

    .section-verdict .grid-bg, .verdict-hero-bg {
        aspect-ratio: auto!important;
        margin: 0!important;
        padding: 0!importan;
    }

    .section-verdict {
        padding: 3rem 0!important;
    }

    .section-verdict .display-1 {
        margin: 0;
    }

    .section-guilty .polaroid .photo-frame:after {
        font-size: 2rem;
    }

    .section-guilty .polaroid .photo-frame:after {
        font-size: 2rem;
    }

    .section-guilty .polaroid_writing {
        font-size: 1.25rem;
    }

    .section-verdict .headshot-plum,
    .section-verdict .headshot-scarlet {left: 4%;}

    .section-verdict .headshot-peacock,
    .section-verdict .headshot-green {
        right: 2%;
    }

    .section-verdict .headshot-plum {
        top: 12%
    }

    .section-verdict .headshot-mustard {
        right: 15%;
    }

    .lead {
        line-height: 1.2;
    }
    .section-solution {
        padding: 3rem 0 0 !important;
        margin-top: 0 !important;
    }
    .section-master-detective {
        padding: 3rem 0!important;
    }

    .macbook-lockup {
        margin: 0!important;
        width: 100%!important;
    }

    #accusationModal .grid-bg {
        padding: 2.5rem;
    }
    .modal-close-btn {
        top: 1rem;
        right: 1rem;
    }

    .section-display {
        background: none;
    }

    #evidence-content .polaroid-container {
        padding: 3rem 2rem!important;
    }

    .scene-date {
        font-size: .75rem;
        bottom: 0;
        left: 0;
    }

    .scene-timestamp {
        font-size: .75rem;
        bottom: 0;
        right: 0;
    }

    .scene-rec {
        font-size: .75rem;
        top: 0;
        left: 0;
    }

    .scene-camera {
        font-size: .75rem;
        top: 0;
        right: 0;
        z-index: 1;
        padding: .25rem .75rem;
    }

    .suspect-nav-prev {
        left: 0px;
    }

    .suspect-nav-next {
        right: 0px;
    }
    .btn-lg {
        font-size: 1.125rem!important;
        padding: .5rem .75rem!important;
    }

    #accusationModal .grid-bg {
        padding: 2rem 1.5rem!important;
    }
    .section-guilty .polaroid .caption {
        height: auto;
    }
    .section-footer {
        padding: 3rem 0!important;
    }

    #evidence-content {
        padding: 1.5rem 1.5rem 1rem!important;
    }

    .section-guilty {
        padding: 3rem 0!important;
    }
    .section-guilty .marquee-item {
        width: 300px;
        margin: 2rem 0 0;
    }
    .loading-text, .error-text {
        font-size: 1rem!important;
    }
    .video-icon-container {
        transform: translate(-50%, -50%) rotate(0deg) !important;
    }
    .video-container {
        aspect-ratio: auto!important;
        transform: none!important;
        margin: 0!important;
    }
}

.video-icon-container {
    transform: translate(-50%, -50%) rotate(2deg);
}


 .marquee {
     overflow: hidden;
     width: 100%;
     white-space: nowrap;
 }

.marquee:hover {
    animation-play-state: paused;
}

.marquee-content {
    display: inline-flex;
    gap: 2rem;
    animation: scroll 30s linear infinite;
    will-change: transform;
}

.marquee:hover .marquee-content {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.marquee-item {
    flex-shrink: 0;
    width: 375px;
    padding: .5rem;
    white-space: normal;
}

.marquee-item .polaroid {
    transition: transform 0.3s ease;
    margin-bottom: 1rem;
}

.marquee-item:hover .polaroid {
    transform: scale(1.025);
}

.marquee-item p {
    font-size: 0.8rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.marquee-item p.small {
    font-size: 0.75rem;
}

.marquee-item:nth-child(even) .polaroid-container {
    transform: rotate(1deg);
}

.marquee-item:nth-child(odd) .polaroid-container {
    transform: rotate(-1deg);
}

.section-crime-scenes .scene-slide .h2:after {
    content: '';
    background: url('https://deposco.com/wp-content/supply-chain-nightmares/img/accents/highlight.png');
    width: 100%;
    height: -webkit-fill-available;
    position: absolute;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    mix-blend-mode: multiply;
    top: .5rem;
}

.section-crime-scenes .scene-slide .h2 {
    position: relative;
}