.our-story-page{min-height:100vh;background:var(--bg)}.hero-section{background:linear-gradient(135deg,#0ea5a4,#0b8f8d);color:#fff;padding:4rem 2rem;text-align:center;box-shadow:var(--shadow-lg);border-radius:16px;margin:2rem}.hero-section h1{font-size:3rem;margin:0;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.content-section{max-width:1400px;margin:0 auto;padding:3rem 2rem}.story-intro{margin-bottom:3rem;text-align:center}.mission{font-size:var(--fs-xl);color:var(--primary);font-weight:600;margin-bottom:1.5rem;line-height:1.6}.mission-goal{font-size:var(--fs-lg);color:var(--text);line-height:1.8;margin:0}.story-body{background:var(--surface);padding:2.5rem;border-radius:16px;margin-bottom:3rem;box-shadow:var(--shadow-lg);border:2px solid var(--border)}.story-body p{font-size:var(--fs-md);line-height:1.8;color:var(--text);margin-bottom:1.5rem}.story-body p:last-child{margin-bottom:0}.focus-section{margin-bottom:3rem}.focus-section h2{text-align:center;font-size:var(--fs-3xl);color:var(--text);margin-bottom:2.5rem;font-weight:700}.focus-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.focus-card{background:var(--surface);padding:2rem 1.5rem;border-radius:16px;text-align:center;box-shadow:var(--shadow-lg);border:2px solid var(--border);transition:all .3s ease}.focus-card:hover{transform:translateY(-8px);border-color:var(--primary);box-shadow:0 8px 24px #0ea5a44d}.focus-icon{font-size:3rem;display:inline-block;margin-bottom:1rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));line-height:1}.focus-card h3{font-size:var(--fs-md);color:var(--text);margin:0;font-weight:600;line-height:1.4}.closing-section{background:linear-gradient(135deg,var(--surface) 0%,var(--light) 100%);padding:3rem 2rem;border-radius:16px;text-align:center;box-shadow:var(--shadow-lg);border:2px solid var(--primary)}.closing-section h2{font-size:var(--fs-2xl);color:var(--primary);margin:0;font-weight:700;line-height:1.5}@media (max-width: 768px){.hero-section{padding:3rem 1.5rem;margin:1.5rem}.hero-section h1{font-size:var(--fs-3xl)}.content-section{padding:2rem 1.5rem}.mission{font-size:var(--fs-lg)}.mission-goal{font-size:var(--fs-md)}.story-body{padding:2rem 1.5rem}.story-body p{font-size:var(--fs-base)}.focus-section h2{font-size:var(--fs-xl)}.focus-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.closing-section{padding:2rem 1.5rem}.closing-section h2{font-size:var(--fs-lg)}}@media (max-width: 480px){.hero-section h1{font-size:var(--fs-2xl)}.focus-grid{grid-template-columns:1fr}.focus-icon{font-size:var(--fs-5xl)}}
