/* Page-specific styles for about.html */
/* ═══════════════════════════════════════════════════════════
           ABOUT PAGE — 2026 UPDATE
           Family Values. AI Superpowers. No Shortcuts.
           ═══════════════════════════════════════════════════════════ */

        /* Hero Section */
        .hero {
            margin-top: 70px;
            padding: 100px var(--space-2xl) 100px;
            background: var(--cream);
            text-align: center;
            min-height: 80vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .hero-inner {
            max-width: 900px;
        }

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

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

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

        .hero-subtitle {
            font-family: var(--font-body);
            font-size: 19px;
            color: var(--soft-gray);
            line-height: 1.7;
            max-width: 700px;
            margin: 0 auto;
        }

        /* Origin Story Section */
        .origin-section {
            padding: var(--space-4xl) var(--space-2xl);
            background: var(--warm-white);
        }

        .origin-inner {
            max-width: 1100px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: var(--space-3xl);
            align-items: center;
        }

        .origin-content {
            max-width: 500px;
        }

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

        .section-headline {
            font-family: var(--font-display);
            font-size: clamp(32px, 4vw, 44px);
            font-weight: 600;
            color: var(--charcoal);
            line-height: 1.2;
            margin-bottom: var(--space-xl);
        }

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

        .origin-text {
            font-family: var(--font-body);
            font-size: 17px;
            color: var(--soft-gray);
            line-height: 1.8;
            margin-bottom: var(--space-lg);
        }

        .origin-highlight {
            font-family: var(--font-display);
            font-size: 20px;
            font-style: italic;
            color: var(--charcoal);
            padding: var(--space-lg);
            background: var(--blush);
            border-left: 4px solid var(--signal-red);
            border-radius: 0 12px 12px 0;
            margin-top: var(--space-xl);
        }

        .origin-image {
            position: relative;
        }

        .origin-image img {
            width: 100%;
            border-radius: 20px;
            box-shadow: var(--shadow-xl);
        }

        .origin-badge {
            position: absolute;
            bottom: -20px;
            right: -20px;
            background: var(--warm-gold);
            color: white;
            font-family: var(--font-body);
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 16px 24px;
            border-radius: 12px;
            box-shadow: var(--shadow-lg);
        }

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

        .timeline-inner {
            max-width: 900px;
            margin: 0 auto;
        }

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

        .timeline {
            position: relative;
            padding-left: var(--space-3xl);
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
            background: linear-gradient(to bottom, var(--signal-red), var(--warm-gold));
            border-radius: 2px;
        }

        .timeline-item {
            position: relative;
            padding-bottom: var(--space-2xl);
        }

        .timeline-item:last-child {
            padding-bottom: 0;
        }

        .timeline-item::before {
            content: '';
            position: absolute;
            left: calc(-1 * var(--space-3xl) - 6px);
            top: 4px;
            width: 15px;
            height: 15px;
            background: var(--signal-red);
            border-radius: 50%;
            border: 3px solid var(--cream);
        }

        .timeline-item.highlight::before {
            background: var(--warm-gold);
            width: 19px;
            height: 19px;
            left: calc(-1 * var(--space-3xl) - 8px);
        }

        .timeline-year {
            font-family: var(--font-display);
            font-size: 28px;
            font-weight: 700;
            color: var(--signal-red);
            margin-bottom: var(--space-sm);
        }

        .timeline-item.highlight .timeline-year {
            color: var(--warm-gold);
        }

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

        .timeline-description {
            font-family: var(--font-body);
            font-size: 16px;
            color: var(--soft-gray);
            line-height: 1.7;
        }

        /* Team Section - Navy with pattern */
        .team-section {
            padding: var(--space-4xl) var(--space-2xl);
            background: var(--deep-navy);
            color: white;
            position: relative;
            overflow: hidden;
        }

        .team-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;
        }

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

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

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

        .team-header .section-headline {
            color: white;
        }

        .team-header .section-headline em {
            color: var(--warm-gold);
        }

        .team-subtitle {
            font-family: var(--font-body);
            font-size: 18px;
            color: rgba(255,255,255,0.7);
            margin-top: var(--space-md);
        }

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

        .team-card {
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 16px;
            padding: var(--space-2xl);
            transition: all 0.3s ease;
            text-align: center;
        }

        .team-card:hover {
            background: rgba(255,255,255,0.08);
            transform: translateY(-4px);
        }

        .team-avatar {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            margin: 0 auto var(--space-lg);
            overflow: hidden;
            border: 3px solid var(--warm-gold);
            box-shadow: 0 8px 24px rgba(0,0,0,0.3);
        }

        .team-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .team-card h3 {
            font-family: var(--font-display);
            font-size: 24px;
            font-weight: 600;
            color: white;
            margin-bottom: 4px;
        }

        .team-card .team-role {
            font-family: var(--font-body);
            font-size: 14px;
            color: var(--warm-gold);
            font-weight: 500;
            margin-bottom: var(--space-lg);
            display: block;
        }

        .team-bio {
            font-family: var(--font-body);
            font-size: 15px;
            color: #FFFFFF !important;
            opacity: 1 !important;
            line-height: 1.7;
            font-weight: 500;
        }

        /* Values Section */
        .values-section {
            padding: var(--space-4xl) var(--space-2xl);
            background: var(--blush);
        }

        .values-inner {
            max-width: 1100px;
            margin: 0 auto;
        }

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

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

        .value-card {
            text-align: center;
            background: var(--warm-white);
            border-radius: 16px;
            padding: var(--space-xl);
            box-shadow: var(--shadow-sm);
            transition: all 0.3s ease;
        }

        .value-card:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-md);
        }

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

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

        .value-card p {
            font-family: var(--font-body);
            font-size: 15px;
            color: var(--soft-gray);
            line-height: 1.7;
        }

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

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

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

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

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

        /* Responsive */
        @media (max-width: 1024px) {
            .origin-inner {
                grid-template-columns: 1fr;
                gap: var(--space-2xl);
            }

            .origin-content {
                max-width: 100%;
            }

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

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

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

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

        /* ═══════════════════════════════════════════════════════════
           SCROLL-TRIGGERED ANIMATIONS
           ═══════════════════════════════════════════════════════════ */

        /* Base animation state - hidden until triggered */
        [data-animate] {
            opacity: 0;
            transform: translateY(40px);
            transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
                        transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        }

        [data-animate].animated {
            opacity: 1;
            transform: translateY(0);
        }

        /* Staggered delays */
        [data-animate-delay="1"] { transition-delay: 0.1s; }
        [data-animate-delay="2"] { transition-delay: 0.2s; }
        [data-animate-delay="3"] { transition-delay: 0.3s; }
        [data-animate-delay="4"] { transition-delay: 0.4s; }
        [data-animate-delay="5"] { transition-delay: 0.5s; }
        [data-animate-delay="6"] { transition-delay: 0.6s; }

        /* Scale up animation */
        [data-animate="scale"] {
            opacity: 0;
            transform: scale(0.85);
            transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        [data-animate="scale"].animated {
            opacity: 1;
            transform: scale(1);
        }

        /* Slide from left */
        [data-animate="slide-left"] {
            opacity: 0;
            transform: translateX(-60px);
            transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        }

        [data-animate="slide-left"].animated {
            opacity: 1;
            transform: translateX(0);
        }

        /* Slide from right */
        [data-animate="slide-right"] {
            opacity: 0;
            transform: translateX(60px);
            transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        }

        [data-animate="slide-right"].animated {
            opacity: 1;
            transform: translateX(0);
        }

        /* Fade only (no movement) */
        [data-animate="fade"] {
            opacity: 0;
            transform: none;
            transition: opacity 0.8s ease;
        }

        [data-animate="fade"].animated {
            opacity: 1;
        }

        /* Zoom in with rotation */
        [data-animate="zoom-rotate"] {
            opacity: 0;
            transform: scale(0.8) rotate(-5deg);
            transition: opacity 0.6s ease, transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        [data-animate="zoom-rotate"].animated {
            opacity: 1;
            transform: scale(1) rotate(0deg);
        }

        /* Flip in animation */
        [data-animate="flip"] {
            opacity: 0;
            transform: perspective(1000px) rotateY(-30deg);
            transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }

        [data-animate="flip"].animated {
            opacity: 1;
            transform: perspective(1000px) rotateY(0deg);
        }

        /* Pop animation for badges */
        @keyframes popIn {
            0% { transform: scale(0); opacity: 0; }
            60% { transform: scale(1.2); }
            100% { transform: scale(1); opacity: 1; }
        }

        [data-animate="pop"] {
            opacity: 0;
            transform: scale(0);
        }

        [data-animate="pop"].animated {
            animation: popIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
        }

        /* Timeline special animation */
        .timeline-item[data-animate] {
            opacity: 0;
            transform: translateX(-30px);
            transition: opacity 0.5s ease, transform 0.5s ease;
        }

        .timeline-item[data-animate].animated {
            opacity: 1;
            transform: translateX(0);
        }

        /* Timeline dot pulse animation */
        @keyframes dotPulse {
            0%, 100% { box-shadow: 0 0 0 0 rgba(230, 57, 70, 0.4); }
            50% { box-shadow: 0 0 0 10px rgba(230, 57, 70, 0); }
        }

        .timeline-item.animated::before {
            animation: dotPulse 2s ease-in-out 0.5s;
        }

        /* Team card hover enhancement */
        .team-card[data-animate] {
            opacity: 0;
            transform: translateY(50px) scale(0.95);
            transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .team-card[data-animate].animated {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        /* Team avatar special animation */
        @keyframes avatarReveal {
            0% {
                clip-path: circle(0% at 50% 50%);
                opacity: 0;
            }
            100% {
                clip-path: circle(100% at 50% 50%);
                opacity: 1;
            }
        }

        .team-avatar[data-animate] {
            opacity: 0;
        }

        .team-avatar[data-animate].animated {
            animation: avatarReveal 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        }

        /* Value card number animation */
        @keyframes numberDrop {
            0% {
                opacity: 0;
                transform: translateY(-30px);
            }
            60% {
                transform: translateY(5px);
            }
            100% {
                opacity: 0.3;
                transform: translateY(0);
            }
        }

        .value-number[data-animate] {
            opacity: 0;
        }

        .value-number[data-animate].animated {
            animation: numberDrop 0.6s ease forwards;
        }

        /* Origin highlight slide-in */
        .origin-highlight[data-animate] {
            opacity: 0;
            transform: translateX(-100%);
            transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .origin-highlight[data-animate].animated {
            opacity: 1;
            transform: translateX(0);
        }

        /* Image reveal animation */
        @keyframes imageReveal {
            0% {
                clip-path: inset(0 100% 0 0);
                opacity: 0;
            }
            100% {
                clip-path: inset(0 0 0 0);
                opacity: 1;
            }
        }

        .origin-image[data-animate] img {
            opacity: 0;
        }

        .origin-image[data-animate].animated img {
            animation: imageReveal 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        }

        /* CTA section special animation */
        .cta-content[data-animate] {
            opacity: 0;
            transform: translateY(40px) scale(0.98);
            transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .cta-content[data-animate].animated {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        /* Button hover animation enhancement */
        .btn-primary {
            position: relative;
            overflow: hidden;
        }

        .btn-primary::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(255,255,255,0.2);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: width 0.6s ease, height 0.6s ease;
        }

        .btn-primary:hover::after {
            width: 300px;
            height: 300px;
        }

        /* Floating animation for badges */
        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-8px); }
        }

        .origin-badge.animated {
            animation: float 3s ease-in-out infinite;
            animation-delay: 1s;
        }

        /* Hero parallax-like effect */
        .hero-inner[data-animate] {
            opacity: 0;
            transform: translateY(60px);
            transition: opacity 1s ease, transform 1s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .hero-inner[data-animate].animated {
            opacity: 1;
            transform: translateY(0);
        }

        /* Text reveal animation for headlines */
        @keyframes textReveal {
            0% {
                clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            }
            100% {
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            }
        }

        .section-headline[data-animate="text-reveal"] {
            opacity: 0;
        }

        .section-headline[data-animate="text-reveal"].animated {
            opacity: 1;
            animation: textReveal 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        }

        /* Reduce motion for accessibility */
        @media (prefers-reduced-motion: reduce) {
            [data-animate],
            [data-animate].animated {
                transition: none;
                animation: none;
                opacity: 1;
                transform: none;
            }
        }
