.story-section { padding: 80px 0; }
    .story-card { background: rgba(255,255,255,0.02); border: 1px solid var(--border-light); border-radius: 24px; padding: 60px; margin-bottom: 40px; }
    .quote-mark { font-family: var(--font-heading); font-size: 80px; color: var(--accent-orange); line-height: 0; opacity: 0.5; margin-bottom: 20px; }
    .team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 60px; }
    .founder-card { background: var(--bg-card); border: 1px solid var(--border-light); border-radius: 20px; padding: 40px; position: relative; overflow: hidden; }
    .founder-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--accent-orange), var(--accent-gold)); }
    @media (max-width: 768px) { .team-grid { grid-template-columns: 1fr; } .story-card { padding: 30px; } }