.Work-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 90px 24px 70px ;
        }

        html {
            scroll-behavior: smooth;
        }

        .work-layout {
            width: 100%;
            max-width: 1140px;
            margin: 0 auto;
            padding: 90px 0 70px;
            display: grid;
            grid-template-columns: 240px minmax(0, 1fr);
            gap: 64px;
            align-items: start;
        }

        .work-layout .Work-container {
            max-width: none;
            margin: 0;
            padding: 0;
        }

        .work-container--spaced {
            margin-top: 10px;
        }

        .section-nav {
            position: sticky;
            top: 180px;
            align-self: start;
            padding-left: 0;
        }

        .section-nav ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .section-nav a {
            text-decoration: none;
            color: #b2b5c5;
            font-size: 16px;
            font-weight: 400;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: color 0.2s ease;
            position: relative;
            padding-left: 14px;
            white-space: nowrap;
            transition: color 0.2s ease, padding-left 0.25s ease;
        }

        .section-nav a::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 3px;
            height: 3px;
            background: currentColor;
            border-radius: 50%;
            transform: translateY(-50%);
            opacity: 0.6;
            transition: width 0.25s ease, height 0.25s ease, opacity 0.2s ease;
        }

        .section-nav a.is-active {
            color: #030F49;
            font-weight: 600;
            padding-left: 22px;
        }

        .section-nav a.is-active::before {
            width: 14px;
            height: 1px;
            border-radius: 999px;
            opacity: 1;
        }

        .hero-section {
            margin-bottom: 40px;
        }

        .Work-container section {
            margin-top: 40px;
        }

        .hero-images {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            margin-bottom: 32px;
        }

        .hero-images img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }

        h1 {
            font-family: "DM Serif Display", serif;
            font-size: 40px;
            font-weight: 600;
            margin-bottom: 24px;
            font-style: normal;
            line-height: 1.2;
            color: #030F49;
        }

        .main-title {
            font-family: "Inter", sans-serif !important;
            font-size: 40px;
            font-style: normal;
            font-weight: 600;
            line-height: 1.4em;
        }

        h2 {
            font-family: "DM Serif Display", serif;
            font-size: 2rem;
            color: #030F49;
            font-weight: 500;
            margin: 20px 0 24px;
            line-height: 1.3;
            letter-spacing: 0;
            scroll-margin-top: 120px;
        }

        h2[id] {
            font-family: "Inter", sans-serif;
        }

        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 0 0 16px;
            line-height: 1.3;
            color: #030F49;

        }

        h4 {
            font-size: 1.25rem;
            font-weight: 600;
            margin: 32px 0 16px;
            line-height: 1.3;
        }

        p {
            margin-bottom: 20px;
            font-size: 1.1rem;
            color: #040F4E;
            font-weight: normal;
        }

        .pilot-metric {
            margin-bottom: 8px;
        }

        .metric-number {
            font-weight: 600;
        }

        .intro-text {
            font-size: 18px;
            line-height: 1.7;
            color: #040F4E;
            font-weight: 400;
            margin-bottom: 40px;
        }

        .key-results {
            background: #f8f9fa;
            padding: 32px;
            border-radius: 12px;
            margin: 40px 0;
        }

        .key-results h3 {
            margin-top: 0;
            font-size: 1.5rem;
        }

        .key-results ul {
            list-style: none;
            padding: 0;
        }

        .key-results li {
            padding: 8px 0;
            font-size: 1.1rem;
            position: relative;
            padding-left: 24px;
            color: #030F49;
        }

        .key-results li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #28a745;
            font-weight: bold;
        }

        .info-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 32px;
            margin: 40px 0;
        }

        .info-card {
            background: #e6f2de;
            padding: 28px;
            border-radius: 8px;
        }

        .info-card h4 {
            margin-top: 0;
            color: #333;
        }

        .info-card p {
            margin-bottom: 8px;
            font-size: 1.05rem;
            font-style: italic;
            color: #2f6b2b;
        }

        .info-card .card-number {
            display: inline-block;
            margin-right: 10px;
            font-size: 1.6rem;
            font-weight: 700;
            color: #91a787;
            font-style: italic;
        }

        .more-links {
            padding: 80px 0 60px;
            background: #fff;
        }

        .more-header {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 32px;
        }

        .more-header::after {
            content: "";
            flex: 1;
            height: 1px;
            background: #d9ddeb;
        }

        .more-title {
            font-size: 20px;
            font-weight: 500;
            color: #030F49;
            font-family: "Inter", sans-serif;
        }

        .more-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 24px;
        }

        .more-card {
            background: #fff;
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid #eef0f6;
            box-shadow: 0 12px 28px rgba(9, 12, 36, 0.08);
            display: flex;
            flex-direction: column;
            min-height: 100%;
        }

        .more-image {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
        }

        .more-image img {
            width: 100%;
            height: 200px;
            object-fit: contain;
            display: block;
        }

        .more-image img.ai-article-image {
            object-fit: cover;
        }

        .more-body {
            padding: 24px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .more-body h3 {
            margin: 0;
            font-size: 20px;
            font-weight: 600;
            color: #0a1240;
        }

        .more-body p {
            margin: 0;
            color: #5c627d;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            min-height: calc(1.5em * 3);
        }

        .more-btn {
            margin-top: auto;
            align-self: flex-start;
            padding: 8px 16px;
            border-radius: 999px;
            background: #030F49;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 10px 20px rgba(3, 15, 73, 0.18);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .more-btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 12px 24px rgba(3, 15, 73, 0.24);
        }

        @media (max-width: 1024px) {
            .more-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 720px) {
            .more-links {
                padding: 60px 0 40px;
            }

            .more-header {
                align-items: flex-start;
                flex-direction: column;
            }

            .more-header::after {
                width: 100%;
            }

            .more-title {
                font-size: 20px;
            }

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

        .full-width-image {
            width: 100%;
            margin: 32px 0;
            border-radius: 8px;
        }

        .tight-bottom {
            margin-bottom: 20px;
        }

        .tight-top {
            margin-top: 20px;
        }

        .tight-top-sm {
            margin-top: 10px;
        }

        .tight-stack {
            margin: 20px 0;
        }

        .image-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 16px;
            margin: 32px 0;
        }

        .image-grid img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }

        img.zoomable {
            cursor: zoom-in;
        }

        .image-zoom-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.8);
            display: none;
            align-items: center;
            justify-content: center;
            padding: 24px;
            z-index: 9999;
        }

        .image-zoom-overlay.is-open {
            display: flex;
            cursor: zoom-out;
        }

        .image-zoom-overlay img {
            max-width: 95vw;
            max-height: 95vh;
            border-radius: 8px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
        }

        .image-zoom-overlay .zoom-overlay-image {
            cursor: zoom-out;
        }

        .image-caption {
            text-align: center;
            font-size: 0.95rem;
            color: #666;
            margin-top: 8px;
            font-style: italic;
        }

        .highlight-box {
            background: #fff3cd;
            border-left: 4px solid #ffc107;
            padding: 20px 24px;
            margin: 32px 0;
            border-radius: 4px;
        }

        .highlight-box p {
            margin-bottom: 8px;
        }

        .two-column {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin: 32px 0;
        }

        .two-column img {
            width: 100%;
            border-radius: 8px;
        }

        .interactive-note {
            background: #e7f3ff;
            padding: 16px 24px;
            border-radius: 8px;
            margin: 24px 0;
            text-align: center;
            font-style: italic;
            color: #0066cc;
        }

        @media (max-width: 768px) {
            h1 {
                font-size: 2rem;
            }

            h2 {
                font-size: 1.75rem;
            }

            h3 {
                font-size: 1.35rem;
            }

            .hero-images {
                grid-template-columns: 1fr;
            }

            .info-grid,
            .two-column {
                grid-template-columns: 1fr;
            }

            .Work-container {
                padding: 40px 20px;
            }
        }


        .hero-bg {
  max-width: 1140px;
    aspect-ratio: 16 / 6;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}

        .hero-bg--spaced {
            margin-top: 96px;
            margin-bottom: 10px;
        }

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

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-bg {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
  }
}

@media (max-width: 480px) {
  .hero-bg {
    width: 95%;
    aspect-ratio: 4 / 3;
    border-radius: 6px;
  }
}



.point-list {
            list-style: none;
            counter-reset: item;
        }

        .bullet-list {
            list-style: disc;
            padding-left: 24px;
            counter-reset: none;
        }

        .point-list.bullet-list > li {
            counter-increment: none;
            padding-left: 0;
        }

        .point-list.bullet-list > li::before {
            content: none;
        }

        @media (max-width: 1024px) {
            .work-layout {
                display: block;
                padding: 90px 24px 70px;
            }

            .section-nav {
                display: none;
            }

            .work-layout .Work-container {
                padding: 0;
            }
        }
        .point-list > li {
            counter-increment: item;
            margin-bottom: 16px;
            color: #030F49;
            font-size: 18px;
            line-height: 1.6;
            padding-left: 0;
        }

        .point-list > li::before {
            content: counter(item) ". ";
            font-weight: 500;
            color: #030F49;
        }



      

        .iframe-container {
            flex: 1;
            position: relative;
            background: #f5f5f5;
            height: 60vh;
        }

        iframe {
            width: 100%;
            height: 100%;
            border: none;
        }

        /* Research Table Styles */
        .research-table {
            width: 100%;
            border-collapse: collapse;
            margin: 40px 0;
            background: #f8f9fa;
            border-radius: 12px;
            overflow: hidden;
        }

        .research-table th,
        .research-table td {
            padding: 20px;
            text-align: left;
            vertical-align: top;
            border: 1px solid #e9ecef;
        }

        .research-table thead th {
            background: #f8f9fa;
            color: #030F49;
            font-weight: 600;
            font-size: 1rem;
        }

        .research-table thead th:first-child {
            background: transparent;
        }

        .research-table tbody td:first-child {
            color: #030F49;
            font-weight: 600;
            background: #f8f9fa;
            width: 120px;
        }

        .research-table tbody td {
            background: #ffffff;
            font-size: 0.95rem;
            line-height: 1.6;
            color: #040F4E;
        }

        .research-table ul {
            margin: 0;
            padding-left: 20px;
        }

        .research-table li {
            margin-bottom: 8px;
            font-size: 0.95rem;
            line-height: 1.5;
            color: #040F4E;
        }

        @media (max-width: 768px) {
            .research-table {
                display: block;
                overflow-x: auto;
            }
        }
