.about-page{display:flex;flex-direction:column;gap:4rem;padding:2rem 0 4rem;background-color:#141413;padding-block:clamp(32px,6vw,96px);padding-inline:clamp(16px,5vw,64px)}.about-banner{position:relative;height:50svh;min-height:420px;border-radius:16px;overflow:hidden}.about-banner-bg{position:absolute;inset:0;background-size:cover;background-position:50%;filter:brightness(.75)}.about-banner-overlay{position:absolute;inset:0;background:linear-gradient(150deg,rgba(0,0,0,.6),rgba(0,0,0,.6) 70%,rgba(74,144,226,.45))}.about-banner-content{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;color:var(--base-100);padding:3rem 1.25rem 1rem}.about-title{font-size:clamp(1.5rem,5vw,3rem);line-height:1.2}.about-desc{margin-top:1.85rem;max-width:920px;font-size:1rem;line-height:1.6;color:var(--base-100);opacity:.9}.about-stats{width:min(1100px,92%);margin:1.75rem auto 0;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:3rem;gap:3rem;justify-items:center}.stat-item{text-align:center}.stat-value{color:var(--accent);font-weight:700;font-size:clamp(2rem,6vw,3.5rem);line-height:1}.stat-label{margin-top:.6rem;color:var(--base-200);line-height:1.6}.section-title{margin-bottom:1rem}.timeline-section{width:100%}.timeline{position:relative;display:grid;grid-template-columns:1fr 1fr;--gap-x:1rem;grid-gap:2rem var(--gap-x);gap:2rem var(--gap-x);align-items:start}.timeline-line{position:absolute;left:50%;top:0;bottom:0;width:6px;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.36) 15%,var(--accent) 50%,rgba(255,255,255,.36) 85%,rgba(255,255,255,0) 100%);transform:translateX(-50%)}.timeline-item{display:flex;flex-direction:column;gap:.35rem}.timeline-item.left{grid-column:1;align-items:flex-end}.timeline-item.right{grid-column:2;align-items:flex-start}.timeline-header{position:relative;display:flex;align-items:center;gap:.6rem;margin:.25rem 0 .5rem}.timeline-version{color:var(--accent);font-weight:800;font-size:1.6rem}.timeline-subtitle{color:var(--base-200)}.timeline-item.left .timeline-header{justify-content:flex-end;padding-right:calc(var(--gap-x) / 2)}.timeline-item.right .timeline-header{justify-content:flex-start;padding-left:calc(var(--gap-x) / 2)}.timeline-item.left .timeline-header:after,.timeline-item.right .timeline-header:after{content:"";position:absolute;top:50%;width:calc(var(--gap-x) / 1);border-top:2px dotted rgba(255,255,255,.35)}.timeline-item.left .timeline-header:after{right:calc(-1 * var(--gap-x) / 2)}.timeline-item.right .timeline-header:after{left:calc(-1 * var(--gap-x) / 2)}.timeline-card{width:min(480px,95%);background:var(--base-450);border-radius:12px;border:1px solid rgba(255,255,255,.08);padding:1rem 1rem .75rem}.timeline-video{width:100%;height:240px;border-radius:10px;background:#000}.team-section{width:100%}.team-hero{display:flex;flex-direction:column;gap:.75rem}.team-hero-img{width:100%;height:clamp(280px,42vh,480px);object-fit:cover;border-radius:12px;background:var(--base-500);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 28px rgba(0,0,0,.18)}.team-caption{max-width:960px;margin:.25rem auto 0;text-align:center;color:var(--base-200);line-height:1.8}.spaces-section{width:100%}.scrolling-gallery{width:100%;overflow:hidden;padding:1rem 0;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}.scroll-track{display:flex;gap:1rem;will-change:transform;animation:scrollX 45s linear infinite}@keyframes scrollX{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.scroll-item{position:relative;flex:0 0 320px;height:200px;border-radius:12px;overflow:hidden;box-shadow:0 6px 24px rgba(0,0,0,.06)}.scroll-item img{width:100%;height:100%;object-fit:cover}.scroll-label{position:absolute;left:.5rem;bottom:.5rem;color:var(--base-100);font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.55)}.honors-section{width:100%}.honors-hero{padding-top:2rem;display:flex;flex-direction:column;gap:.75rem;align-items:center}.honors-desc{max-width:960px;text-align:center;color:var(--base-200);line-height:1.8}.honors-hero-img{width:100%;height:clamp(280px,50vh,560px);object-fit:cover;border-radius:12px;background:var(--base-500);border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 28px rgba(0,0,0,.18)}@media (max-width:960px){.about-stats{grid-template-columns:repeat(2,1fr);gap:2rem}.timeline{grid-template-columns:1fr}.timeline-line{display:none}.timeline-item.left,.timeline-item.right{grid-column:1;align-items:center}.team-hero-img{height:clamp(240px,38vh,420px)}.honors-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.about-banner{height:48svh}.about-stats{grid-template-columns:repeat(2,1fr);gap:1.25rem}.timeline-video{height:200px}.honors-desc,.team-caption{font-size:.95rem}.honors-grid{grid-template-columns:repeat(2,1fr)}.scroll-item{flex-basis:260px;height:160px}}