/* =============================================
           BAY6 CASE STUDY STYLES
           ============================================= */

        /* ---------- HERO ---------- */
        .banner-section {
            margin-top: 75px;
            padding: 0;
            position: relative;
            overflow: visible;
            background-color: #120D0D;
        }

        .banner-section::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 2px;
            background-color: #ffffff;
            z-index: 20;
        }

        .banner-section .container-fluid {
            position: relative;
        }

        .banner-section .row {
            margin: 0;
            align-items: stretch;
            padding-right: 100px;
        }

        .banner-left {
            padding: 0 0 0 100px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-height: 590px;
            position: relative;
        }

        .banner-section .purple-logo {
            position: absolute;
            top: 39px;
            left: 37px;
            z-index: 1;
            width: 61px;
            height: 61px;
            pointer-events: none;
        }

        .banner-section .green-logo {
            position: absolute;
            bottom: -44px;
            right: 26px;
            z-index: 1;
            width: 89px;
            height: 89px;
            pointer-events: none;
        }

        .banner-left h1 {
            font-family: 'Poppins', sans-serif !important;
            color: #ffffff;
            font-size: 40px;
            font-weight: 600;
            line-height: 1.3;
            margin-bottom: 20px;
            max-width: 568px;
            padding-left: 0;
        }

        .banner-left p {
            font-family: 'Poppins', sans-serif !important;
            color: #ffffff;
            font-size: 17px;
            font-weight: 400;
            opacity: 0.9;
            margin: 0;
            padding-left: 0;
        }

        .banner-right {
            padding: 0;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            position: relative;
            min-height: 590px;
        }

        .banner-gradient {
            width: 585px;
            max-width: 100%;
            height: 401px;
            border-radius: 2px;
            overflow: hidden;
            background-color: #0F0A0A;
        }

        .banner-gradient video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* ---------- ABOUT + SCOPE ---------- */
        .about-section {
            background-color: #ffffff;
            padding: 72px 100px 88px;
            font-family: 'Poppins', sans-serif;
        }

        .about-row {
            display: grid;
            grid-template-columns: minmax(0, 602px) minmax(0, max-content);
            justify-content: space-between;
            gap: 80px;
            align-items: start;
        }

        .about-col {
            min-width: 0;
        }

        .about-section .heading {
            font-size: 32px;
            font-weight: 600;
            color: #000000;
            margin-bottom: 12px;
            line-height: 1.2;
        }

        .about-section p {
            color: #414549;
            font-size: 18px;
            font-weight: 400;
            line-height: 1.5;
            margin-bottom: 0;
        }

        .about-section .scope-list {
            list-style: disc;
            color: #414549;
            font-size: 18px;
            font-weight: 400;
            line-height: 1.5;
            padding-left: 27px;
            margin-bottom: 0;
        }

        .about-section .scope-list li {
            padding-left: 0;
            margin-bottom: 0;
            font-size: 18px;
        }

        .about-section .scope-list li::before {
            content: none;
        }

        /* Logo transition row */
        .about-transition {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 32px;
            max-width: 997px;
            margin: 89px auto 0;
            flex-wrap: wrap;
        }

        .bay6-xemplar {
            width: 301px;
            height: 155px;
            overflow: hidden;
            border-radius: 4px;
            flex-shrink: 0;
        }

        .bay6-transition-arrow {
            flex-shrink: 0;
            width: 206px;
        }

        .bay6-transition-arrow img {
            width: 100%;
            display: block;
        }

        .bay6-transition-logo {
            flex-shrink: 0;
            width: 405px;
            max-width: 100%;
        }

        .bay6-transition-logo img {
            width: 100%;
            display: block;
        }

        /* ---------- THE CHALLENGE ---------- */
        .challenge-section {
            font-family: 'Poppins', sans-serif !important;
            background-color: #0F0A0A;
            padding: 81px 100px 90px;
        }

        .challenge-section .container-fluid {
            padding: 0;
        }

        .challenge-label {
            font-size: 18px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 2.16px;
            color: #F2F2F2;
            margin-bottom: 24px;
        }

        .challenge-headline {
            font-size: 40px;
            font-weight: 600;
            color: #FCFCFC;
            line-height: 1.3;
            margin-bottom: 20px;
        }

        .challenge-intro {
            font-size: 18px;
            font-weight: 400;
            color: #F3F2F2;
            line-height: 1.5;
            max-width: 1162px;
            margin-bottom: 20px;
        }

        .challenge-gaps {
            font-size: 18px;
            font-weight: 500;
            color: #FFF7F7;
            margin-bottom: 32px;
        }

        .challenge-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 32px;
        }

        .challenge-card {
            border: 1px solid rgba(165, 165, 165, 0.35);
            min-height: 345px;
            padding: 23px 23px 110px;
            position: relative;
            overflow: hidden;
        }

        .challenge-card-number {
            font-size: 16px;
            font-weight: 500;
            color: #DADADA;
            margin-bottom: 36px;
        }

        .challenge-card-title {
            font-size: 24px;
            font-weight: 600;
            color: #FCFCFC;
            line-height: 1.2;
            margin-bottom: 12px;
        }

        .challenge-card-text {
            font-size: 20px;
            font-weight: 400;
            color: #FCFCFC;
            line-height: 1.38;
        }

        .challenge-card-glyph {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 88px;
            height: auto;
            pointer-events: none;
        }

        .challenge-banner {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 47px;
            padding: 15px 12px;
            border-radius: 8px;
            background: linear-gradient(90deg, rgba(0, 168, 107, 0.20) 0%, rgba(0, 168, 107, 0.10) 100%);
        }

        .challenge-banner p {
            font-size: 18px;
            font-weight: 500;
            color: #FFF7F7;
            margin: 0;
            text-align: center;
        }

        /* ---------- SHARED: text + image split ---------- */
        .split-section {
            font-family: 'Poppins', sans-serif;
            padding: 84px 100px;
        }

        .split-section.bg-gray {
            background-color: #F2F2F2;
        }

        .split-section.bg-white {
            background-color: #ffffff;
        }

        .split-row {
            display: flex;
            align-items: center;
            gap: 60px;
        }

        .split-col {
            flex: 1;
            min-width: 0;
        }

        .split-label {
            font-size: 18px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 2.16px;
            color: #63666A;
            margin-bottom: 6px;
        }

        .split-heading {
            font-size: 40px;
            font-weight: 600;
            color: #000000;
            line-height: 1.3;
            margin-bottom: 32px;
        }

        .split-body {
            font-size: 18px;
            font-weight: 400;
            color: #212529;
            line-height: 1.53;
            margin-bottom: 0;
        }

        .split-body p {
            margin-bottom: 16px;
        }

        .split-body p:last-child {
            margin-bottom: 0;
        }

        .split-img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Approach pillars */
        .pillars-intro {
            font-size: 18px;
            font-weight: 400;
            color: #212529;
            line-height: 1.53;
            margin: 24px 0 12px;
        }

        .pillar-item {
            display: flex;
            gap: 12px;
            align-items: center;
            padding: 4px 16px 4px 0;
        }

        .pillar-icon {
            width: 40px;
            height: 40px;
            padding: 10px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .pillar-icon img {
            width: 20px;
            height: 20px;
            display: block;
        }

        .pillar-text {
            font-size: 18px;
            font-weight: 600;
            color: #000000;
            line-height: 1.5;
        }

        /* ---------- MOODBOARD ---------- */
        .moodboard-section {
            background-color: #2D2D30;
            padding: 35px 0;
            display: flex;
            justify-content: center;
        }

        .moodboard-section img,
        .moodboard-section video {
            width: 923px;
            max-width: 90%;
            height: auto;
            display: block;
        }

        /* ---------- PRODUCT NAMING ---------- */
        .naming-section {
            font-family: 'Poppins', sans-serif;
            background-color: #ffffff;
            padding: 40px 100px;
        }

        .naming-row {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 81px;
        }

        .naming-img {
            width: 577px;
            flex-shrink: 0;
        }

        .naming-img img {
            width: 100%;
            height: auto;
            display: block;
        }

        .naming-text {
            width: 632px;
            flex-shrink: 1;
        }

        .naming-lead {
            font-size: 22px;
            font-weight: 500;
            color: #00050A;
            line-height: 1.25;
            margin-bottom: 16px;
        }

        .naming-body {
            font-size: 18px;
            font-weight: 400;
            color: #212529;
            line-height: 1.53;
            margin-bottom: 0;
        }

        /* ---------- VISUAL LANGUAGE ---------- */
        .visual-section {
            font-family: 'Poppins', sans-serif;
            background-color: #F2F2F2;
            padding: 90px 100px;
            position: relative;
            overflow: hidden;
        }

        .visual-glyph {
            position: absolute;
            top: 28px;
            right: 100px;
            width: 323px;
            height: auto;
            opacity: 0.9;
            pointer-events: none;
        }

        .visual-top {
            display: flex;
            gap: 42px;
            align-items: flex-start;
            margin-bottom: 60px;
        }

        .visual-left {
            width: 577px;
            flex-shrink: 0;
        }

        .visual-left .split-label {
            color: #000000;
        }

        .visual-left .split-heading {
            color: #120D0D;
            margin-bottom: 0;
        }

        .visual-right {
            flex: 1;
            min-width: 0;
        }

        .visual-right .split-body p {
            margin-bottom: 0;
        }

        .visual-board {
            width: 100%;
            background-color: #EBEBEB;
            border-radius: 4px;
            overflow: hidden;
        }

        .visual-board img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* ---------- CTA ---------- */
        .cta-section {
            background-color: #ffffff;
            padding: 75px 100px;
            font-family: "Poppins", sans-serif;
        }

        .cta-section .cta-headline {
            font-weight: 600;
            font-size: 32px;
            color: #000000;
            margin-bottom: 24px;
            line-height: 1.2;
        }

        .cta-section .cta-button {
            background-color: #f7b82a;
            color: #1c1510;
            font-weight: 600;
            font-size: 18px;
            padding: 0.55rem 1rem;
            border: none;
            border-radius: 0;
            text-decoration: none;
            display: inline-block;
            transition: all 0.3s ease;
        }

        .cta-section .cta-button:hover {
            background-color: #1c1510;
            color: #ffffff;
        }

        .cta-section .cta-image {
            max-width: 100%;
            height: auto;
        }

        .cta-image-wrapper {
            overflow: hidden;
            align-self: center;
        }

        /* =============================================
           RESPONSIVE
           ============================================= */
        @media (max-width: 991px) {

            .banner-section .container-fluid {
                padding: 0;
            }

            .banner-section .row {
                padding-right: 0;
                flex-direction: column;
            }

            .banner-left {
                padding: 2.5rem 1.5rem 1.5rem;
                min-height: auto;
            }

            .banner-section .purple-logo {
                display: none;
            }

            .banner-left h1 {
                font-size: 1.75rem;
            }

            .banner-right {
                padding: 0 1.5rem 2.5rem;
                min-height: auto;
            }

            .banner-gradient {
                width: 100%;
                height: 260px;
            }

            .banner-section .green-logo {
                width: 48px;
                height: 48px;
                bottom: 1rem;
                right: 1.25rem;
            }

            .about-section {
                padding: 3rem 1.5rem;
            }

            .about-row {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .about-transition {
                flex-direction: column;
                gap: 24px;
                margin-top: 3rem;
            }

            .bay6-xemplar {
                width: 100%;
                max-width: 301px;
                height: auto;
                aspect-ratio: 301 / 155;
            }

            .bay6-transition-arrow {
                transform: rotate(90deg);
                width: 56px;
            }

            .bay6-transition-logo {
                width: 100%;
                max-width: 240px;
            }

            .challenge-section {
                padding: 3rem 1.5rem;
            }

            .challenge-headline {
                font-size: 2rem;
            }

            .challenge-cards {
                grid-template-columns: 1fr;
            }

            .challenge-card {
                min-height: auto;
            }

            .split-section {
                padding: 3rem 1.5rem;
            }

            .split-row {
                flex-direction: column;
                gap: 2rem;
            }

            .split-col {
                width: 100%;
            }

            .split-heading {
                font-size: 2rem;
            }

            .moodboard-section img,
            .moodboard-section video {
                max-width: 92%;
            }

            .naming-section {
                padding: 2.5rem 1.5rem;
            }

            .naming-row {
                flex-direction: column-reverse;
                gap: 2rem;
            }

            .naming-img,
            .naming-text {
                width: 100%;
            }

            .visual-section {
                padding: 3rem 1.5rem;
            }

            .visual-glyph {
                display: none;
            }

            .visual-top {
                flex-direction: column;
                gap: 1.5rem;
                margin-bottom: 2rem;
            }

            .visual-left,
            .visual-right {
                width: 100%;
            }

            .visual-left .split-heading {
                font-size: 2rem;
            }

            .cta-section {
                padding: 3rem 1.5rem;
            }

            .cta-section .cta-headline {
                font-size: 2rem;
            }

            .cta-image-wrapper {
                margin-top: 2rem;
                text-align: center;
            }
        }