@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap');.about-section{padding:0 0 var(--space-3xl)}.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px}.about-left h2{font-family:var(--font-display);font-size:var(--fs-h2);font-weight:400;letter-spacing:-0.03em;line-height:1.05;color:var(--white);margin:20px 0 16px}[dir="rtl"] .about-left h2{letter-spacing:0;line-height:1.3}.about-left p{font-size:14px;color:var(--muted);max-width:460px;line-height:1.7;margin-bottom:40px}.process-list{display:flex;flex-direction:column}.process-item{display:flex;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid var(--border);cursor:pointer}.process-item:first-child{border-top:1px solid var(--border)}.process-num{font-family:var(--font-ui);font-size:11px;font-weight:600;color:var(--muted2);min-width:24px}.process-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--surface)}.process-avatar img{width:100%;height:100%;object-fit:cover}.process-text{font-family:var(--font-body);font-size:14px;color:var(--muted);flex:1;transition:color var(--transition-fast)}.process-item:hover .process-text{color:var(--white)}.showreel-card{width:100%;aspect-ratio:4/3;border-radius:var(--radius-xl);overflow:hidden;position:relative;cursor:pointer}.showreel-card img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.showreel-card:hover img{transform:scale(1.03)}.showreel-overlay{position:absolute;inset:0;background:var(--overlay-35);display:flex;align-items:center;justify-content:center;transition:background var(--transition-base)}.showreel-card:hover .showreel-overlay{background:var(--overlay-25)}.play-btn{display:flex;align-items:center;gap:12px;padding:14px 24px;border-radius:999px;background:var(--hover-bg-lighter);backdrop-filter:blur(12px);border:1px solid var(--hover-bg-lighter);font-family:var(--font-ui);font-size:12px;font-weight:600;color:var(--white);letter-spacing:0.06em;transition:background var(--transition-fast)}[dir="rtl"] .play-btn{letter-spacing:0}.play-btn:hover{background:var(--hover-bg-lighter)}.play-icon{width:32px;height:32px;border-radius:50%;background:var(--white);color:var(--bg);display:flex;align-items:center;justify-content:center;font-size:12px}.process-item{transition:background 0.2s ease,border-color 0.2s ease}.process-item:hover{background:var(--hover-bg-subtle)}.founder-bio,.section-row{display:flex;font-family:var(--font-body);--accent-line:var(--border);--text-muted:var(--muted);--text-body:var(--muted);--text-bright:var(--white);--font-sans:var(--font-body);--font-mono:'JetBrains Mono',monospace;--sticky-num-color:rgba(255,255,255,0.04)}.founder-bio{flex-direction:column}[data-theme="light"] .founder-bio,[data-theme="light"] .section-row{--sticky-num-color:rgba(0,0,0,0.04)}.subtitle{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.subtitle span{color:var(--accent)}.availability{display:inline-flex;align-items:center;gap:0.5rem;padding:0.4rem 1rem;background:var(--hover-bg-subtle);border:1px solid var(--accent-line);border-radius:var(--radius-xl);font-size:0.8rem;color:var(--text-bright);width:fit-content;margin-bottom:2rem}[data-theme="light"] .availability{background:var(--hover-bg-subtle)}.availability::before{content:'';width:8px;height:8px;background-color:var(--success);border-radius:50%;box-shadow:0 0 10px rgba(74,222,128,0.5);animation:bio-pulse 2.4s ease-in-out infinite}p.bio-text,.founder-bio p{margin-bottom:1.5rem;font-size:1.1rem;color:var(--text-body);line-height:1.7}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:3rem;padding-top:3rem;border-top:1px solid var(--accent-line);margin-bottom:3rem;justify-items:center}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-value{font-family:var(--font-mono);font-size:2.2rem;color:var(--text-bright);margin-bottom:0.2rem;font-weight:700}.stat-label{font-size:0.9rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.05em}.section-row{display:flex;padding:clamp(30px,6vh,60px) 0;border-bottom:1px solid var(--accent-line);gap:4rem;position:relative}.section-row:first-of-type{border-top:1px solid var(--accent-line)}.section-number{flex:0 0 120px}.sticky-number{position:sticky;top:calc(var(--nav-h) + 20px);font-family:var(--font-mono);font-size:5.5rem;line-height:1;color:var(--sticky-num-color);font-weight:700;user-select:none}.section-content{flex:1;max-width:800px}.section-content h2{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:var(--text-bright);margin-bottom:1.5rem;line-height:1.3}.feature-list{margin-top:2.5rem;display:flex;flex-direction:column;gap:2rem}.feature-item{display:flex;gap:1.5rem}.feature-icon{color:var(--text-bright);font-family:var(--font-mono);margin-top:0.2rem;font-weight:700;transition:transform 0.2s ease}.feature-item:hover .feature-icon{transform:translateX(4px)}.feature-item h3{font-family:var(--font-sans);font-size:1.2rem;font-weight:600;margin-bottom:0.5rem;color:var(--text-bright)}.feature-item p{font-size:1rem;color:var(--text-body);margin-bottom:0}.stack-box{margin-top:2.5rem;padding:1.2rem 1.5rem;background:var(--hover-bg-subtle);border:1px solid var(--accent-line);border-left:4px solid var(--text-muted);font-family:var(--font-mono);font-size:0.9rem;color:var(--text-bright);line-height:1.6}[data-theme="light"] .stack-box{background:var(--hover-bg-subtle)}.arsenal-section{padding:clamp(40px,8vh,80px) 0;font-family:var(--font-mono)}.arsenal-section h2{font-family:var(--font-sans);font-size:1.8rem;font-weight:600;color:var(--text-bright);margin-bottom:2rem}.arsenal-grid{display:grid;grid-template-columns:200px 1fr;gap:2rem;border-bottom:1px solid var(--accent-line);padding:1.5rem 0;font-size:0.95rem}.arsenal-grid:first-of-type{border-top:1px solid var(--accent-line)}.arsenal-category{color:var(--text-bright);font-weight:700}.arsenal-items{color:var(--text-body);line-height:1.6}@media (max-width:900px){.section-row{flex-direction:column;gap:2rem;padding:2.5rem 0}.section-number{flex:none}.sticky-number{position:relative;top:0;font-size:4rem;margin-bottom:0.5rem}.arsenal-grid{grid-template-columns:1fr;gap:0.5rem;padding:1rem 0}.arsenal-category{margin-bottom:0.2rem}}.about-mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-xl);margin-top:var(--space-lg)}.about-mission-card{padding:var(--space-xl);background:var(--hover-bg-subtle);border:1px solid var(--accent-line);position:relative}@media (max-width:768px){.about-mission-grid{grid-template-columns:1fr;gap:var(--space-lg)}.about-mission-card{padding:var(--space-lg)}}