.intro-hero{position:relative;min-height:85vh;display:flex;align-items:flex-end;padding:120px 0 80px;overflow:hidden}.intro-hero-bg{position:absolute;inset:0;z-index:0}.intro-hero-bg img{width:100%;height:100%;object-fit:cover}.intro-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(11,20,38,.92),rgba(11,20,38,.75) 45%,rgba(37,99,235,.35));z-index:1}.intro-hero-content{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.intro-hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(245,158,11,.15);border:1px solid rgba(245,158,11,.4);color:var(--about-amber);padding:8px 16px;border-radius:100px;font-size:.8125rem;font-weight:600;letter-spacing:.04em;margin-bottom:24px}.intro-hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.05;color:#fff;margin-bottom:20px;max-width:800px}.intro-hero-title span{color:var(--about-amber)}.intro-hero-desc{font-size:clamp(1rem,2vw,1.25rem);color:rgba(255,255,255,.85);line-height:1.7;max-width:600px;margin-bottom:40px}.intro-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;max-width:720px}.intro-stat{background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:var(--about-radius);padding:20px;text-align:center}.intro-stat-value{display:block;font-size:1.75rem;font-weight:800;color:var(--about-amber);line-height:1;margin-bottom:4px}.intro-stat-label{font-size:.75rem;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.06em}.intro-body{padding:100px 0;background:var(--about-surface)}.intro-body-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.intro-body-text p{color:var(--about-text-muted);line-height:1.8;margin-bottom:16px;font-size:1.0625rem}.intro-gallery{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.intro-gallery-item{border-radius:var(--about-radius);overflow:hidden;aspect-ratio:4/3;box-shadow:var(--about-shadow)}.intro-gallery-item:first-child{grid-row:span 2;aspect-ratio:auto}.intro-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.intro-gallery-item:hover img{transform:scale(1.05)}@media (max-width:900px){.intro-stats{grid-template-columns:repeat(2,1fr)}.intro-body-grid{grid-template-columns:1fr;gap:40px}}@media (max-width:480px){.intro-hero{min-height:75vh;padding:100px 0 60px}.intro-stats{grid-template-columns:1fr 1fr;gap:10px}.intro-stat{padding:14px}.intro-stat-value{font-size:1.375rem}}.mission-section{padding:100px 0;background:#fff}.mission-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:stretch}.mission-card{background:linear-gradient(145deg,var(--about-navy) 0,var(--about-navy-light) 100%);border-radius:var(--about-radius-lg);padding:48px 40px;color:#fff;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.mission-card:after{content:"";position:absolute;top:-40%;right:-20%;width:280px;height:280px;background:radial-gradient(circle,rgba(37,99,235,.3) 0,transparent 70%);border-radius:50%;pointer-events:none}.mission-card-icon{width:56px;height:56px;background:rgba(245,158,11,.15);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--about-amber);margin-bottom:24px}.mission-card h3{font-size:1.75rem;font-weight:700;margin-bottom:16px;position:relative;z-index:1;color:var(--color-text-inverse)}.mission-card p{font-size:1.0625rem;line-height:1.75;color:rgba(255,255,255,.8);position:relative;z-index:1}.mission-visual{display:grid;grid-template-rows:1fr 1fr;grid-gap:16px;gap:16px}.mission-visual-top{border-radius:var(--about-radius-lg);overflow:hidden;min-height:220px;box-shadow:var(--about-shadow-lg)}.mission-visual-top img{width:100%;height:100%;object-fit:cover}.mission-highlights{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.mission-highlight{background:var(--about-surface);border:1px solid var(--about-border);border-radius:var(--about-radius);padding:24px;transition:border-color .3s ease,box-shadow .3s ease}.mission-highlight:hover{border-color:rgba(37,99,235,.25);box-shadow:var(--about-shadow)}.mission-highlight-icon{color:var(--about-blue);margin-bottom:12px}.mission-highlight h4{font-size:1rem;font-weight:700;color:var(--about-navy);margin-bottom:6px}.mission-highlight p{font-size:.875rem;color:var(--about-text-muted);line-height:1.6}@media (max-width:900px){.mission-grid{grid-template-columns:1fr}.mission-card{padding:36px 28px}}.core-values-section{padding:100px 0;background:var(--about-navy);position:relative;overflow:hidden}.core-values-section:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:800px;height:400px;background:radial-gradient(ellipse,rgba(37,99,235,.15) 0,transparent 70%);pointer-events:none}.core-values-section .about-section-label{color:var(--about-amber)}.core-values-section .about-section-label:before{background:var(--about-blue)}.core-values-section .about-section-title{color:#fff}.core-values-section .about-section-subtitle{color:rgba(255,255,255,.65)}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;position:relative;z-index:1}.value-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--about-radius-lg);padding:32px 28px;transition:transform .3s ease,border-color .3s ease,background .3s ease}.value-card:hover{transform:translateY(-6px);background:rgba(255,255,255,.07);border-color:rgba(245,158,11,.35)}.value-card-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.value-card-icon--blue{background:rgba(37,99,235,.15);color:var(--about-blue)}.value-card-icon--amber{background:rgba(245,158,11,.15);color:var(--about-amber)}.value-card h3{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:10px}.value-card p{font-size:.9375rem;color:rgba(255,255,255,.6);line-height:1.65}.values-quote{margin-top:56px;text-align:center;position:relative;z-index:1}.values-quote blockquote{font-size:1.25rem;font-style:italic;color:rgba(255,255,255,.85);max-width:680px;margin:0 auto 12px;line-height:1.7}.values-quote cite{font-size:.875rem;color:var(--about-amber);font-style:normal;font-weight:600}@media (max-width:1024px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.values-grid{grid-template-columns:1fr}}.history-section{padding:100px 0;background:var(--about-surface)}.history-intro{text-align:center;max-width:680px;margin:0 auto 64px;color:var(--about-text-muted);line-height:1.8;font-size:1.0625rem}.timeline{position:relative;max-width:900px;margin:0 auto;padding:0 24px}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,transparent,var(--about-blue) 10%,var(--about-blue) 90%,transparent);transform:translateX(-50%)}.timeline-item{position:relative;display:flex;align-items:flex-start;margin-bottom:48px;cursor:pointer}.timeline-item:last-child{margin-bottom:0}.timeline-item:nth-child(odd){flex-direction:row-reverse;text-align:right}.timeline-item:nth-child(odd) .timeline-content{margin-right:calc(50% + 32px);margin-left:0}.timeline-item:nth-child(2n) .timeline-content{margin-left:calc(50% + 32px)}.timeline-dot{position:absolute;left:50%;top:8px;transform:translateX(-50%);width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid var(--about-blue);z-index:2;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.timeline-item.active .timeline-dot,.timeline-item:hover .timeline-dot{border-color:var(--about-amber);box-shadow:0 0 0 6px rgba(245,158,11,.2);transform:translateX(-50%) scale(1.15)}.timeline-content{flex:1 1;max-width:calc(50% - 32px);background:#fff;border:1px solid var(--about-border);border-radius:var(--about-radius);padding:24px 28px;box-shadow:var(--about-shadow);transition:border-color .3s ease,box-shadow .3s ease}.timeline-item.active .timeline-content,.timeline-item:hover .timeline-content{border-color:rgba(37,99,235,.25);box-shadow:var(--about-shadow-lg)}.timeline-year{display:inline-block;font-size:.8125rem;font-weight:700;letter-spacing:.08em;color:var(--about-blue);background:rgba(37,99,235,.08);padding:4px 12px;border-radius:100px;margin-bottom:10px}.timeline-event{font-size:1rem;color:var(--about-navy);line-height:1.65;margin:0}.history-note{text-align:center;margin-top:56px;font-size:1rem;color:var(--about-text-muted);font-style:italic}@media (max-width:768px){.timeline:before{left:20px;transform:none}.timeline-item,.timeline-item:nth-child(odd){flex-direction:row;text-align:left;padding-left:48px}.timeline-item:nth-child(2n) .timeline-content,.timeline-item:nth-child(odd) .timeline-content{margin-left:0;margin-right:0;max-width:100%}.timeline-dot{left:20px;transform:translateX(-50%)}.timeline-item.active .timeline-dot,.timeline-item:hover .timeline-dot{transform:translateX(-50%) scale(1.15)}}.leadership-section{padding:100px 0;background:#fff}.leadership-intro{text-align:center;max-width:640px;margin:0 auto 56px;color:var(--about-text-muted);line-height:1.8;font-size:1.0625rem}.leadership-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.leader-card{background:var(--about-surface);border:1px solid var(--about-border);border-radius:var(--about-radius-lg);overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.leader-card:hover{transform:translateY(-8px);box-shadow:var(--about-shadow-lg)}.leader-image-wrap{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--about-navy)}.leader-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.leader-card:hover .leader-image-wrap img{transform:scale(1.06)}.leader-image-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(11,20,38,.6) 0,transparent 50%);opacity:0;transition:opacity .3s ease}.leader-card:hover .leader-image-overlay{opacity:1}.leader-info{padding:24px;text-align:center}.leader-info h3{font-size:1.125rem;font-weight:700;color:var(--about-navy);margin-bottom:4px}.leader-role{font-size:.875rem;font-weight:600;color:var(--about-blue);margin-bottom:8px}.leader-bio{font-size:.8125rem;color:var(--about-text-muted);line-height:1.55}@media (max-width:900px){.leadership-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:540px){.leadership-grid{grid-template-columns:1fr;max-width:360px;margin:0 auto}}.why-eastlane-section{padding:100px 0 120px;background:linear-gradient(180deg,var(--about-surface) 0,#fff 100%)}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin-bottom:48px}.why-card{display:flex;gap:20px;background:#fff;border:1px solid var(--about-border);border-radius:var(--about-radius);padding:28px;transition:border-color .3s ease,box-shadow .3s ease}.why-card:hover{border-color:rgba(37,99,235,.2);box-shadow:var(--about-shadow)}.why-card-icon{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:rgba(37,99,235,.1);color:var(--about-blue);display:flex;align-items:center;justify-content:center}.why-card h4{font-size:1.0625rem;font-weight:700;color:var(--about-navy);margin-bottom:6px}.why-card p{font-size:.9375rem;color:var(--about-text-muted);line-height:1.6}.why-bottom{display:grid;grid-template-columns:1fr auto;grid-gap:40px;gap:40px;align-items:center;background:var(--about-navy);border-radius:var(--about-radius-lg);padding:48px;position:relative;overflow:hidden}.why-bottom:before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(37,99,235,.2) 0,transparent 70%);pointer-events:none}.why-testimonial{position:relative;z-index:1}.why-testimonial blockquote{font-size:1.25rem;font-style:italic;color:rgba(255,255,255,.9);line-height:1.7;margin-bottom:16px}.why-testimonial cite{font-size:.875rem;color:var(--about-amber);font-style:normal;font-weight:600}.why-cta-wrap{position:relative;z-index:1;text-align:center}.why-cta{display:inline-flex;align-items:center;gap:10px;background:var(--about-amber);color:var(--about-navy);padding:16px 32px;border-radius:100px;text-decoration:none;font-weight:700;font-size:1rem;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.why-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(245,158,11,.35)}@media (max-width:900px){.why-bottom,.why-grid{grid-template-columns:1fr}.why-bottom{padding:36px 28px;text-align:center}}.about-page{--about-navy:#0b1426;--about-blue:#2563eb;--about-amber:#f59e0b;--about-navy-light:#152238;--about-surface:#f8fafc;--about-border:rgba(11,20,38,0.08);--about-text-muted:#64748b;--about-radius:16px;--about-radius-lg:24px;--about-shadow:0 4px 24px rgba(11,20,38,0.08);--about-shadow-lg:0 20px 50px rgba(11,20,38,0.12);color:var(--about-navy);background:#fff;overflow-x:hidden}.about-sections{display:flex;flex-direction:column}.about-section-label{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--about-blue);margin-bottom:12px}.about-section-label:before{content:"";width:24px;height:2px;background:var(--about-amber);border-radius:2px}.about-section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;color:var(--about-navy);margin-bottom:16px}.about-section-subtitle{font-size:clamp(1rem,2vw,1.125rem);color:var(--about-text-muted);line-height:1.7;max-width:640px}.about-section-header{text-align:center;margin-bottom:48px}.about-inner,.about-section-header .about-section-subtitle{margin:0 auto}.about-inner{max-width:1200px;padding:0 24px}@media (max-width:768px){.about-inner{padding:0 16px}.about-section-header{margin-bottom:32px}}