/* Page-specific styles for work.html */
/* ═══════════════════════════════════════════════════════════
           WORK PAGE SPECIFIC STYLES
           ═══════════════════════════════════════════════════════════ */

        /* Hero Section */
        .work-hero {
            padding: 160px var(--space-2xl) var(--space-4xl);
            background: var(--cream);
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .work-hero::before {
            content: '';
            position: absolute;
            top: -30%;
            left: 50%;
            transform: translateX(-50%);
            width: 120%;
            height: 100%;
            background: radial-gradient(ellipse at center, rgba(212, 168, 75, 0.06) 0%, transparent 60%);
            pointer-events: none;
        }

        .work-hero-content {
            max-width: 900px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
            animation: fadeInUp 0.6s ease;
        }

        .work-hero h1 {
            font-family: var(--font-display);
            font-size: clamp(40px, 5.5vw, 64px);
            font-weight: 700;
            line-height: 1.15;
            color: var(--charcoal);
            margin-bottom: var(--space-xl);
        }

        .work-hero h1 em {
            font-style: italic;
            color: var(--signal-red);
        }

        .work-hero-subtitle {
            font-family: var(--font-body);
            font-size: clamp(17px, 2vw, 20px);
            color: var(--soft-gray);
            max-width: 650px;
            margin: 0 auto;
            line-height: 1.7;
        }

        /* Stats Strip */
        .stats-strip {
            background: var(--warm-white);
            padding: var(--space-3xl) var(--space-2xl);
            border-top: 1px solid rgba(0,0,0,0.05);
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }

        .stats-grid {
            max-width: 1000px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: var(--space-xl);
            text-align: center;
        }

        .stat-item {
            padding: var(--space-md);
            animation: fadeInUp 0.6s ease;
            animation-fill-mode: both;
        }

        .stat-item:nth-child(1) { animation-delay: 0.1s; }
        .stat-item:nth-child(2) { animation-delay: 0.2s; }
        .stat-item:nth-child(3) { animation-delay: 0.3s; }
        .stat-item:nth-child(4) { animation-delay: 0.4s; }

        .stat-number {
            font-family: var(--font-display);
            font-size: clamp(36px, 5vw, 52px);
            font-weight: 700;
            color: var(--signal-red);
            line-height: 1;
        }

        .stat-label {
            font-family: var(--font-body);
            font-size: 14px;
            color: var(--soft-gray);
            margin-top: var(--space-sm);
        }

        /* Industries Section */
        .industries-section {
            padding: var(--space-4xl) var(--space-2xl);
            background: var(--cream);
        }

        .industries-grid {
            max-width: 1300px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: var(--space-lg);
        }

        .industry-card {
            background: var(--warm-white);
            border-radius: 16px;
            overflow: hidden;
            box-shadow: var(--shadow-md);
            transition: all 0.3s ease;
            text-decoration: none;
            color: inherit;
            display: flex;
            flex-direction: column;
        }

        .industry-card:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-xl);
        }

        .industry-card:hover .card-image img {
            transform: scale(1.05);
        }

        .card-image {
            aspect-ratio: 4/3;
            overflow: hidden;
            position: relative;
        }

        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .card-badge {
            position: absolute;
            top: var(--space-md);
            left: var(--space-md);
            background: var(--warm-gold);
            color: white;
            font-family: var(--font-body);
            font-size: 10px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            padding: 6px 12px;
            border-radius: 100px;
        }

        .card-content {
            padding: var(--space-lg);
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .card-category {
            font-family: var(--font-body);
            font-size: 12px;
            font-weight: 500;
            color: var(--slate);
            margin-bottom: var(--space-xs);
        }

        .card-title {
            font-family: var(--font-display);
            font-size: 20px;
            font-weight: 600;
            color: var(--charcoal);
            margin-bottom: var(--space-sm);
        }

        .card-stat {
            font-family: var(--font-body);
            font-size: 14px;
            color: var(--signal-red);
            font-weight: 600;
            margin-top: auto;
            padding-top: var(--space-sm);
        }

        /* Featured Card - Larger */
        .industry-card.featured {
            grid-column: span 2;
            grid-row: span 2;
        }

        .industry-card.featured .card-image {
            aspect-ratio: auto;
            height: 100%;
            min-height: 280px;
        }

        .industry-card.featured .card-content {
            padding: var(--space-xl);
        }

        .industry-card.featured .card-title {
            font-size: 28px;
        }

        .industry-card.featured .card-stat {
            font-size: 16px;
        }

        /* Process Section */
        .process-section {
            padding: var(--space-4xl) var(--space-2xl);
            background: var(--deep-navy);
            color: white;
            position: relative;
            overflow: hidden;
        }

        .process-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            opacity: 0.5;
        }

        .process-inner {
            max-width: 1100px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .process-section .section-label {
            color: var(--warm-gold);
        }

        .process-section .section-header {
            margin-bottom: var(--space-3xl);
            text-align: center;
        }

        .process-section .section-headline {
            font-family: var(--font-display);
            font-size: clamp(32px, 4vw, 48px);
            font-weight: 600;
            color: white;
            line-height: 1.2;
        }

        .process-section .section-headline em {
            font-style: italic;
            color: var(--warm-gold);
        }

        .process-steps {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: var(--space-xl);
        }

        .process-step {
            text-align: center;
            padding: var(--space-xl) var(--space-lg);
            position: relative;
        }

        .process-step:not(:last-child)::after {
            content: '';
            position: absolute;
            top: 36px;
            right: -16px;
            width: 32px;
            height: 2px;
            background: linear-gradient(90deg, var(--signal-red), transparent);
        }

        .step-number {
            font-family: var(--font-display);
            font-size: 48px;
            font-weight: 700;
            color: var(--signal-red);
            line-height: 1;
            margin-bottom: var(--space-lg);
        }

        .step-title {
            font-family: var(--font-display);
            font-size: 22px;
            font-weight: 600;
            color: white;
            margin-bottom: var(--space-md);
        }

        .step-description {
            font-family: var(--font-body);
            font-size: 15px;
            color: rgba(255,255,255,0.7);
            line-height: 1.7;
        }

        /* CTA Section */
        .work-cta {
            padding: var(--space-4xl) var(--space-2xl);
            background: #FDF2F0;
            text-align: center;
        }

        .work-cta-content {
            max-width: 700px;
            margin: 0 auto;
        }

        .work-cta-headline {
            font-family: var(--font-display);
            font-size: clamp(32px, 4.5vw, 52px);
            font-weight: 700;
            color: var(--charcoal);
            margin-bottom: var(--space-lg);
            line-height: 1.2;
        }

        .work-cta-headline em {
            font-style: italic;
            color: var(--signal-red);
        }

        .work-cta-text {
            font-family: var(--font-body);
            font-size: 18px;
            color: var(--soft-gray);
            margin-bottom: var(--space-2xl);
            line-height: 1.7;
        }

        .btn-work {
            background: var(--signal-red);
            color: white;
            font-family: var(--font-body);
            font-weight: 600;
            font-size: 16px;
            padding: 18px 36px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all 0.2s ease;
            box-shadow: var(--shadow-md);
        }

        .btn-work:hover {
            transform: translateY(-2px);
            box-shadow: var(--shadow-lg), 0 0 24px rgba(230,57,70,0.15);
        }

        .btn-work svg {
            width: 20px;
            height: 20px;
            stroke: currentColor;
            transition: transform 0.2s ease;
        }

        .btn-work:hover svg {
            transform: translateX(4px);
        }

        /* Footer Updates */
        .footer-tagline {
            font-family: var(--font-display);
            font-size: 14px;
            font-style: italic;
            color: var(--warm-gold);
            margin-top: var(--space-md);
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Staggered scroll animations for cards */
        .industry-card, .process-step, .faq-item {
            opacity: 0;
            transform: translateY(60px);
            transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .industry-card.animate-in, .process-step.animate-in, .faq-item.animate-in {
            opacity: 1;
            transform: translateY(0);
        }

        /* Staggered delays for industry cards */
        .industry-card:nth-child(1) { transition-delay: 0s; }
        .industry-card:nth-child(2) { transition-delay: 0.08s; }
        .industry-card:nth-child(3) { transition-delay: 0.16s; }
        .industry-card:nth-child(4) { transition-delay: 0.24s; }
        .industry-card:nth-child(5) { transition-delay: 0.32s; }
        .industry-card:nth-child(6) { transition-delay: 0.4s; }
        .industry-card:nth-child(7) { transition-delay: 0.48s; }
        .industry-card:nth-child(8) { transition-delay: 0.56s; }
        .industry-card:nth-child(9) { transition-delay: 0.64s; }
        .industry-card:nth-child(10) { transition-delay: 0.72s; }
        .industry-card:nth-child(11) { transition-delay: 0.8s; }
        .industry-card:nth-child(12) { transition-delay: 0.88s; }

        /* Staggered delays for process steps */
        .process-step:nth-child(1) { transition-delay: 0s; }
        .process-step:nth-child(2) { transition-delay: 0.15s; }
        .process-step:nth-child(3) { transition-delay: 0.3s; }
        .process-step:nth-child(4) { transition-delay: 0.45s; }

        /* Staggered delays for FAQ items */
        .faq-item:nth-child(1) { transition-delay: 0s; }
        .faq-item:nth-child(2) { transition-delay: 0.1s; }
        .faq-item:nth-child(3) { transition-delay: 0.2s; }
        .faq-item:nth-child(4) { transition-delay: 0.3s; }
        .faq-item:nth-child(5) { transition-delay: 0.4s; }
        .faq-item:nth-child(6) { transition-delay: 0.5s; }

        /* Responsive */
        @media (max-width: 1024px) {
            .industries-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            .industry-card.featured {
                grid-column: span 3;
                grid-row: span 1;
            }

            .industry-card.featured .card-image {
                min-height: 200px;
            }

            .process-steps {
                grid-template-columns: repeat(2, 1fr);
                gap: var(--space-2xl);
            }

            .process-step:not(:last-child)::after {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .work-hero {
                padding: 120px var(--space-lg) var(--space-3xl);
            }

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

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

            .industry-card.featured {
                grid-column: span 1;
            }

            .process-steps {
                grid-template-columns: 1fr;
            }
        }

        /* FAQ Section */
        .faq-section {
            padding: var(--space-4xl) var(--space-2xl);
            background: var(--cream);
        }

        .faq-inner {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-section .section-header {
            text-align: center;
            margin-bottom: var(--space-3xl);
        }

        .faq-section .section-label {
            display: inline-block;
            font-family: var(--font-body);
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: var(--signal-red);
            margin-bottom: var(--space-md);
        }

        .faq-section .section-headline {
            font-family: var(--font-display);
            font-size: clamp(28px, 3.5vw, 40px);
            font-weight: 600;
            color: var(--charcoal);
            line-height: 1.2;
        }

        .faq-section .section-headline em {
            font-style: italic;
            color: var(--signal-red);
        }

        .faq-item {
            background: var(--warm-white);
            border-radius: 12px;
            margin-bottom: var(--space-md);
            box-shadow: var(--shadow-sm);
            overflow: hidden;
        }

        .faq-question {
            width: 100%;
            padding: var(--space-lg) var(--space-xl);
            background: none;
            border: none;
            text-align: left;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: var(--space-md);
            font-family: var(--font-display);
            font-size: 18px;
            font-weight: 600;
            color: var(--charcoal);
            transition: color 0.2s ease;
        }

        .faq-question:hover {
            color: var(--signal-red);
        }

        .faq-question svg {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
            stroke: var(--soft-gray);
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-question svg {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
        }

        .faq-answer-inner {
            padding: 0 var(--space-xl) var(--space-lg);
            font-family: var(--font-body);
            font-size: 16px;
            color: var(--soft-gray);
            line-height: 1.7;
        }
