.about-hero[data-astro-cid-kh7btl4r]{position:relative;padding:calc(var(--header-height) + var(--space-4xl)) 0 var(--space-4xl);background:linear-gradient(180deg,var(--color-white) 0%,var(--color-cream) 100%);overflow:hidden}.hero-content[data-astro-cid-kh7btl4r]{text-align:center;max-width:900px;margin:0 auto;position:relative;z-index:1}.page-label[data-astro-cid-kh7btl4r]{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-primary);margin-bottom:var(--space-md)}.page-title[data-astro-cid-kh7btl4r]{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;margin-bottom:var(--space-xl)}.page-subtitle[data-astro-cid-kh7btl4r]{font-size:1.25rem;color:var(--color-text-light);line-height:1.7}.hero-bg[data-astro-cid-kh7btl4r]{position:absolute;inset:0;pointer-events:none}.bg-orb[data-astro-cid-kh7btl4r]{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.bg-orb-1[data-astro-cid-kh7btl4r]{width:500px;height:500px;background:linear-gradient(135deg,#ff57574d,#ff980033);top:-200px;right:-100px}.bg-orb-2[data-astro-cid-kh7btl4r]{width:400px;height:400px;background:#ff980033;bottom:-150px;left:-100px}.mission-section[data-astro-cid-kh7btl4r]{padding:var(--space-5xl) 0;background:var(--color-white)}.mission-grid[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4xl);align-items:center}.section-label[data-astro-cid-kh7btl4r]{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-primary);margin-bottom:var(--space-md)}.section-title[data-astro-cid-kh7btl4r]{font-size:clamp(2rem,4vw,2.5rem);font-weight:800;margin-bottom:var(--space-lg)}.mission-content[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]{font-size:1.125rem;color:var(--color-text-light);line-height:1.7;margin-bottom:var(--space-md)}.visual-card[data-astro-cid-kh7btl4r]{padding:var(--space-3xl);background:var(--color-cream);border-radius:var(--radius-2xl);display:flex;align-items:center;justify-content:center}.visual-card[data-astro-cid-kh7btl4r] img[data-astro-cid-kh7btl4r]{max-width:250px;height:auto}.values-section[data-astro-cid-kh7btl4r]{padding:var(--space-5xl) 0;background:var(--color-cream)}.section-header[data-astro-cid-kh7btl4r]{text-align:center;margin-bottom:var(--space-3xl)}.values-grid[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-xl)}.value-card[data-astro-cid-kh7btl4r]{position:relative;padding:var(--space-2xl);background:var(--color-white);border-radius:var(--radius-xl);transition:all var(--transition-base);overflow:hidden}.value-card[data-astro-cid-kh7btl4r]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-warm);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.value-card[data-astro-cid-kh7btl4r]:hover:before{transform:scaleX(1)}.value-card[data-astro-cid-kh7btl4r]:hover{transform:translateY(-8px);box-shadow:0 20px 40px #ff575726,0 0 0 1px #ff57571a}.value-number[data-astro-cid-kh7btl4r]{font-family:var(--font-display);font-size:.875rem;font-weight:700;color:var(--color-primary);margin-bottom:var(--space-md)}.value-card[data-astro-cid-kh7btl4r] h3[data-astro-cid-kh7btl4r]{font-size:1.25rem;font-weight:700;margin-bottom:var(--space-md)}.value-card[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]{color:var(--color-text-light);line-height:1.6}.team-section[data-astro-cid-kh7btl4r]{padding:var(--space-5xl) 0;background:var(--color-white)}.section-description[data-astro-cid-kh7btl4r]{font-size:1.125rem;color:var(--color-text-light);max-width:600px;margin:var(--space-md) auto 0}.team-capabilities[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg)}.capability-card[data-astro-cid-kh7btl4r]{position:relative;padding:var(--space-xl);background:var(--color-cream);border-radius:var(--radius-xl);text-align:center;transition:all .4s cubic-bezier(.25,.46,.45,.94);overflow:hidden;border:1px solid transparent}.capability-card[data-astro-cid-kh7btl4r]:before{content:"";position:absolute;inset:0;border-radius:var(--radius-xl);padding:1px;background:linear-gradient(135deg,transparent 0%,transparent 40%,rgba(255,87,87,.3) 50%,transparent 60%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.capability-card[data-astro-cid-kh7btl4r]:hover:before{opacity:1;animation:borderShine 2s linear infinite}@keyframes borderShine{0%{background-position:200% 0}to{background-position:-200% 0}}.capability-card[data-astro-cid-kh7btl4r]:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 50px #ff575733;background:var(--color-white);border-color:#ff575726}.capability-icon[data-astro-cid-kh7btl4r]{width:64px;height:64px;margin:0 auto var(--space-md);background:var(--gradient-warm-soft);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;transition:all .4s ease}.capability-icon[data-astro-cid-kh7btl4r] svg[data-astro-cid-kh7btl4r]{width:28px;height:28px;color:var(--color-primary);transition:all .4s ease}.capability-card[data-astro-cid-kh7btl4r]:hover .capability-icon[data-astro-cid-kh7btl4r]{background:var(--gradient-warm);transform:scale(1.1) rotate(-5deg);box-shadow:0 8px 25px #ff575759}.capability-card[data-astro-cid-kh7btl4r]:hover .capability-icon[data-astro-cid-kh7btl4r] svg[data-astro-cid-kh7btl4r]{color:#fff;transform:scale(1.1)}.capability-card[data-astro-cid-kh7btl4r] h3[data-astro-cid-kh7btl4r]{font-size:1.125rem;font-weight:700;margin-bottom:var(--space-sm)}.capability-card[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]{font-size:.9375rem;color:var(--color-text-light);line-height:1.6;margin-bottom:var(--space-md)}.capability-stat[data-astro-cid-kh7btl4r]{display:inline-block;padding:var(--space-xs) var(--space-md);background:#ff57571a;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;color:var(--color-primary)}.approach-section[data-astro-cid-kh7btl4r]{padding:var(--space-5xl) 0;background:var(--color-text);color:var(--color-white);position:relative;overflow:hidden}.approach-section[data-astro-cid-kh7btl4r]:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none;z-index:1}.approach-section[data-astro-cid-kh7btl4r]:after{content:"";position:absolute;top:30%;right:-15%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,87,87,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.approach-grid[data-astro-cid-kh7btl4r]{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4xl);align-items:center;position:relative;z-index:2}.approach-section[data-astro-cid-kh7btl4r] .section-label[data-astro-cid-kh7btl4r]{color:var(--color-primary)}.approach-content[data-astro-cid-kh7btl4r]{position:relative;z-index:2}.approach-pillars[data-astro-cid-kh7btl4r]{margin-top:var(--space-2xl)}.pillar[data-astro-cid-kh7btl4r]{display:flex;gap:var(--space-lg);padding:var(--space-lg) 0;border-bottom:1px solid rgba(255,255,255,.1)}.pillar-number[data-astro-cid-kh7btl4r]{font-family:var(--font-display);font-size:.875rem;font-weight:700;color:var(--color-primary);flex-shrink:0}.pillar-content[data-astro-cid-kh7btl4r] h4[data-astro-cid-kh7btl4r]{font-size:1.125rem;font-weight:700;margin-bottom:var(--space-sm)}.pillar-content[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]{color:#ffffffb3;line-height:1.6}.approach-visual[data-astro-cid-kh7btl4r]{display:flex;align-items:center;justify-content:center;perspective:1000px}.integration-diagram[data-astro-cid-kh7btl4r]{position:relative;width:400px;height:400px;cursor:pointer;transform-style:preserve-3d;transition:transform .15s ease-out}.integration-diagram[data-astro-cid-kh7btl4r].hovering .orbit-ring[data-astro-cid-kh7btl4r]{animation-play-state:paused}.integration-diagram[data-astro-cid-kh7btl4r]:not(.hovering) .orbit-ring[data-astro-cid-kh7btl4r]{animation:orbitRotate 20s linear infinite}@keyframes orbitRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.integration-diagram[data-astro-cid-kh7btl4r].hovering .diagram-center[data-astro-cid-kh7btl4r]{box-shadow:0 20px 60px #ff575780;transform:translate(-50%,-50%) scale(1.1)}.integration-diagram[data-astro-cid-kh7btl4r].hovering .orbit-ring[data-astro-cid-kh7btl4r] circle[data-astro-cid-kh7btl4r]{stroke:var(--color-secondary);stroke-width:1;stroke-dasharray:4 4;filter:drop-shadow(0 0 8px rgba(255,152,0,.6))}.integration-diagram[data-astro-cid-kh7btl4r].hovering .diagram-orbit[data-astro-cid-kh7btl4r]{background:#ff9800cc;box-shadow:0 0 25px #ff980066;border:1px solid rgba(255,152,0,.5)}.diagram-center[data-astro-cid-kh7btl4r]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:var(--gradient-warm);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:#fff;z-index:2;transition:all .3s ease}.orbit-ring[data-astro-cid-kh7btl4r]{position:absolute;inset:0;width:100%;height:100%;transform-origin:center center}.orbit-ring[data-astro-cid-kh7btl4r] circle[data-astro-cid-kh7btl4r]{stroke:#ff980066;transition:all .3s ease}.diagram-orbit[data-astro-cid-kh7btl4r]{position:absolute;width:100px;height:40px;background:#1d1e1d;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.orbit-label[data-astro-cid-kh7btl4r]{font-size:.875rem;font-weight:600;color:#fff}.orbit-1[data-astro-cid-kh7btl4r]{top:30px;left:50%;transform:translate(-50%)}.orbit-2[data-astro-cid-kh7btl4r]{top:50%;right:10px;transform:translateY(-50%)}.orbit-3[data-astro-cid-kh7btl4r]{bottom:30px;left:50%;transform:translate(-50%)}.orbit-4[data-astro-cid-kh7btl4r]{top:50%;left:10px;transform:translateY(-50%)}.about-cta[data-astro-cid-kh7btl4r]{padding:var(--space-5xl) 0;background:var(--color-cream)}.cta-content[data-astro-cid-kh7btl4r]{text-align:center;max-width:700px;margin:0 auto}.cta-content[data-astro-cid-kh7btl4r] h2[data-astro-cid-kh7btl4r]{font-size:clamp(2rem,4vw,2.5rem);font-weight:800;margin-bottom:var(--space-md)}.cta-content[data-astro-cid-kh7btl4r] p[data-astro-cid-kh7btl4r]{color:var(--color-text-light);font-size:1.125rem;margin-bottom:var(--space-xl)}.cta-actions[data-astro-cid-kh7btl4r]{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:center}@media (max-width: 1024px){.mission-grid[data-astro-cid-kh7btl4r],.approach-grid[data-astro-cid-kh7btl4r]{grid-template-columns:1fr}.team-capabilities[data-astro-cid-kh7btl4r]{grid-template-columns:repeat(2,1fr)}.approach-visual[data-astro-cid-kh7btl4r]{display:none}}@media (max-width: 768px){.values-grid[data-astro-cid-kh7btl4r],.team-capabilities[data-astro-cid-kh7btl4r]{grid-template-columns:1fr}.cta-actions[data-astro-cid-kh7btl4r]{flex-direction:column}.cta-actions[data-astro-cid-kh7btl4r] .btn[data-astro-cid-kh7btl4r]{width:100%}}
