.our-story-section{background:#f9fbfd;padding:6rem 1.5rem}.our-story-container{margin:0 auto;max-width:1200px}.our-story-grid{align-items:center;display:grid;gap:4rem;grid-template-columns:1.1fr .9fr}@media (max-width:992px){.our-story-grid{gap:3rem;grid-template-columns:1fr}}.our-story-title{color:var(--foreground);font-size:clamp(2rem,4vw,2.6rem);font-weight:700;margin-bottom:1.5rem}.our-story-content p{color:var(--muted-foreground);font-size:1.05rem;line-height:1.7;margin-bottom:1.25rem}.our-story-location{align-items:center;color:var(--foreground);display:flex;font-weight:500;gap:.5rem;margin-top:1.5rem}.our-story-location svg{color:var(--primary)}.our-story-stats{display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media (max-width:576px){.our-story-stats{grid-template-columns:1fr}}.story-stat-card{background:#fff;border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,.05);padding:2.5rem 1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.story-stat-card:hover{box-shadow:0 30px 70px rgba(0,0,0,.08);transform:translateY(-6px)}.stat-value{color:var(--primary);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:var(--muted-foreground);font-size:1rem}