.about-section{padding:10rem 0;background-color:var(--color-darkgreen);color:var(--color-cream);overflow:hidden;}.about-layout{display:flex;align-items:center;justify-content:space-between;gap:6rem;}.about-text-col{flex:0 0 50%;max-width:600px;}.about-text-col h2{color:var(--color-cream);margin-bottom:3rem;line-height:1.1;text-transform:none;}.about-copy .copytext{font-size:1.1rem;opacity:0.9;margin-bottom:2rem;color:var(--color-cream);}.stats-grid{display:flex;gap:2rem;margin-top:4rem;}.stat-box{flex:1;background:rgba(245,235,200,0.05);border:1px solid rgba(245,235,200,0.2);padding:2rem;border-radius:4px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;aspect-ratio:1/1;opacity:0;transform:translateY(30px);transition:opacity 0.8s ease,transform 0.8s cubic-bezier(0.2,0.8,0.2,1);}.stat-box.visible{opacity:1;transform:translateY(0);}.stat-value{font-family:'Plus Jakarta Sans',sans-serif;font-weight:800;font-size:2.5rem;color:var(--color-sunset-orange);margin-bottom:0.5rem;line-height:1;}.stat-label{font-size:0.9rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:var(--color-cream);opacity:0.8;}.about-image-col{flex:1;display:flex;justify-content:flex-end;}.about-img{width:100%;max-width:600px;height:auto;border-radius:24px;}@media (max-width:900px){.about-layout{flex-direction:column;gap:4rem;}.about-text-col{flex:0 0 100%;max-width:100%;}.stats-grid{flex-direction:row;flex-wrap:wrap;gap:1rem;}.stat-box{aspect-ratio:auto;padding:1.5rem;min-width:140px;}}@media (max-width:600px){.stats-grid{flex-direction:column;}.stat-box{width:100%;flex-direction:row;align-items:center;justify-content:space-between;aspect-ratio:auto;}.stat-value{font-size:2rem;margin-bottom:0;}}