    <style>
        body {
            margin: 0;
            padding: 0;
            font-family: 'Inter', system-ui, sans-serif;
            color: #1e293b;
            background-color: #f8fafc;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        .section-padding {
            padding: 2rem 0 3rem 0; 
        }
        @media (min-width: 768px) {
            .section-padding {
                padding: 3rem 0 4rem 0;
            }
        }
        .text-center {
            text-align: center;
        }
        .text-lg {
            font-size: 1.125rem;
        }
        .text-xl {
            font-size: 1.25rem;
        }
        .text-2xl {
            font-size: 1.5rem;
        }
        @media (min-width: 768px) {
            .text-2xl {
                font-size: 2rem;
            }
        }
        .font-bold {
            font-weight: 700;
        }
        .text-primary {
            color: #1e40af;
        }
        .text-accent {
            color: #4CAF50;
        }
        .text-gray-600 {
            color: #64748b;
        }
        .text-gray-700 {
            color: #334155;
        }
        .bg-white {
            background-color: white;
        }
        .bg-gray-50 {
            background-color: #f8fafc;
        }
        .bg-gradient-blue {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
        }
        .text-white {
            color: white;
        }
        .rounded-xl {
            border-radius: 0.75rem;
        }
        .shadow-md {
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }
        .shadow-lg {
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        .hover\:shadow-lg:hover {
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        .hover\:translate-y-neg-1:hover {
            transform: translateY(-0.25rem);
        }
        .transition-all {
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 300ms;
        }
        .duration-300 {
            transition-duration: 300ms;
        }
        .duration-500 {
            transition-duration: 500ms;
        }
        .hover\:scale-102:hover {
            transform: scale(1.02);
        }
        .text-shadow {
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }
        .grid {
            display: grid;
        }
        @media (min-width: 780px) {
            .two-col-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        .gap-8 {
            gap: 2rem;
        }
        .gap-6 {
            gap: 1.5rem;
        }
        .col-span-1 {
            grid-column: span 1 / span 1;
        }
        .order-1 {
            order: 1;
        }
        .order-2 {
            order: 2;
        }
        @media (min-width: 780px) {
            .custom-order-1 {
                order: 1;
            }
            .custom-order-2 {
                order: 2;
            }
        }
        .flex {
            display: flex;
        }
        .items-center {
            align-items: center;
        }
        .items-start {
            align-items: flex-start;
        }
        .justify-center {
            justify-content: center;
        }
        .space-y-3 > :not([hidden]) ~ :not([hidden]) {
            margin-top: 0.75rem;
        }
        .mb-3 {
            margin-bottom: 0.75rem;
        }
        .mb-4 {
            margin-bottom: 1rem;
        }
        .mb-6 {
            margin-bottom: 1.5rem;
        }
        .mb-8 {
            margin-bottom: 2rem;
        }
        .mt-4 {
            margin-top: 1rem;
        }
        .mt-5 {
            margin-top: 1.25rem;
        }
        .mx-auto {
            margin-left: auto;
            margin-right: auto;
        }
        .inline-block {
            display: inline-block;
        }
        .border-b {
            border-bottom-width: 1px;
            border-bottom-style: solid;
        }
        .border-white-50 {
            border-color: rgba(255, 255, 255, 0.5);
        }
        .hover\:border-white:hover {
            border-color: white;
        }
        .relative {
            position: relative;
        }
        .aspect-video {
            aspect-ratio: 16 / 9;
        }
        .w-full {
            width: 100%;
        }
        .h-auto {
            height: auto;
        }
        .h-full {
            height: 100%;
        }
        .object-cover {
            object-fit: cover;
        }
        .object-contain {
            object-fit: contain;
        }
        .overflow-hidden {
            overflow: hidden;
        }
        .max-w-4xl {
            max-width: 80rem;
        }
        .w-5 {
            width: 1.25rem;
        }
        .h-5 {
            height: 1.25rem;
        }
        .mt-1 {
            margin-top: 0.25rem;
        }
        .mr-2 {
            margin-right: 0.5rem;
        }
        .mr-3 {
            margin-right: 0.75rem;
        }
        .fill-current {
            fill: currentColor;
        }
        .bg-white-10 {
            background-color: rgba(255, 255, 255, 0.1);
        }
        .backdrop-blur-sm {
            backdrop-filter: blur(4px);
        }
        .text-blue-100 {
            color: #e0f2fe;
        }
        .h-40 {
            height: 10rem;
        }
        .flex-col {
            flex-direction: column;
        }
        .p-6 {
            padding: 1.5rem;
        }
        .p-8 {
            padding: 2rem;
        }
        .shadow-glow {
            box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
        }
        .img-glow {
            filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
            transition: filter 0.3s ease;
        }
        .img-glow:hover {
            filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.9));
        }
        .clamp-text {
            font-size: clamp(1.8rem, 3vw, 3rem);
        }

        header {
            min-height: 120px; 
            display: flex;
            align-items: center; 
        }
        

        .project-info-title {
            font-weight: bold;
        }
        

        .scene-container {
            display: flex;
            flex-direction: column;
            border-radius: 0.75rem;
            overflow: hidden;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
            background-color: white; 
        }
        
        @media (min-width: 768px) {
            .scene-container {
                flex-direction: row;
            }
            
            .scene-image, .scene-text {
                width: 50%;
            }
            
            .scene-container:nth-child(even) .scene-image {
                order: 2;
            }
            
            .scene-container:nth-child(even) .scene-text {
                order: 1;
            }
        }
        
        .scene-image {
            overflow: hidden;
            border-radius: 0; 
            display: flex; 
            align-items: center;
            justify-content: center;
            height: auto; 
        }
        
        .scene-image img {
            width: 100%;
            height: 100%; 
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .scene-text {
            padding: 1.5rem;
            transition: background-color 0.3s ease;
            display: flex;
            flex-direction: column;
            justify-content: center; 
        }
        
        .scene-container:hover .scene-image img {
            transform: scale(1.02);
        }
        
        .scene-container:hover .scene-text {
            background-color: #f8fafc;
        }
        

        .arrow-icon {
            width: 1em;
            height: 1em;
            margin-left: 0.25em;
            display: inline-block;
            vertical-align: middle;
        }
        

        .project-info-card {
            transition: all 0.3s ease;
        }
        
        .project-info-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }
        
        .scene-gallery {
            display: flex;
            flex-direction: column;
            gap: 20px; 
        }
        

        .section-padding h3 {
            margin-bottom: 1rem; /* 1.5 */
        }
        
        .scene-container {
            border-radius: 0.75rem;
        }
        
        .scene-container .scene-image:first-child {
            border-top-left-radius: 0.75rem;
            border-top-right-radius: 0.75rem;
        }
        
        .scene-container .scene-text:last-child {
            border-bottom-left-radius: 0.75rem;
            border-bottom-right-radius: 0.75rem;
        }
        
        @media (min-width: 768px) {
            .scene-container .scene-image:first-child {
                border-top-right-radius: 0;
                border-bottom-left-radius: 0.75rem;
            }
            
            .scene-container .scene-text:last-child {
                border-bottom-left-radius: 0;
                border-top-right-radius: 0.75rem;
            }
        }
    </style>